enable -Wwrite-strings for gas
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
d8bd95ef 3# Generated by GNU Autoconf 2.64 for binutils 2.26.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'
d8bd95ef
TG
559PACKAGE_VERSION='2.26.51'
560PACKAGE_STRING='binutils 2.26.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
0ee42ecd
L
621zlibinc
622zlibdir
81ecdfbb
RW
623ALLOCA
624DEMANGLER_NAME
625EXEEXT_FOR_BUILD
626CC_FOR_BUILD
627HDEFINES
628GENINSRC_NEVER_FALSE
629GENINSRC_NEVER_TRUE
630MAINT
631MAINTAINER_MODE_FALSE
632MAINTAINER_MODE_TRUE
633MSGMERGE
634MSGFMT
635MKINSTALLDIRS
636CATOBJEXT
637GENCAT
638INSTOBJEXT
639DATADIRNAME
640CATALOGS
641POSUB
642GMSGFMT
643XGETTEXT
644INCINTL
645LIBINTL_DEP
646LIBINTL
647USE_NLS
648LEXLIB
649LEX_OUTPUT_ROOT
650LEX
651YFLAGS
652YACC
6757cf57 653WARN_WRITE_STRINGS
81ecdfbb
RW
654NO_WERROR
655WARN_CFLAGS
656OTOOL64
657OTOOL
658LIPO
659NMEDIT
660DSYMUTIL
81ecdfbb
RW
661RANLIB
662AR
663OBJDUMP
664LN_S
665NM
666ac_ct_DUMPBIN
667DUMPBIN
668LD
669FGREP
670SED
671LIBTOOL
672EGREP
673GREP
674CPP
675am__fastdepCC_FALSE
676am__fastdepCC_TRUE
677CCDEPMODE
678AMDEPBACKSLASH
679AMDEP_FALSE
680AMDEP_TRUE
681am__quote
682am__include
683DEPDIR
684am__untar
685am__tar
686AMTAR
687am__leading_dot
688SET_MAKE
689AWK
690mkdir_p
691MKDIR_P
692INSTALL_STRIP_PROGRAM
693STRIP
694install_sh
695MAKEINFO
696AUTOHEADER
697AUTOMAKE
698AUTOCONF
699ACLOCAL
700VERSION
701PACKAGE
702CYGPATH_W
703am__isrc
704INSTALL_DATA
705INSTALL_SCRIPT
706INSTALL_PROGRAM
707OBJEXT
708EXEEXT
709ac_ct_CC
710CPPFLAGS
711LDFLAGS
712CFLAGS
713CC
714target_os
715target_vendor
716target_cpu
717target
718host_os
719host_vendor
720host_cpu
721host
722build_os
723build_vendor
724build_cpu
725build
726target_alias
727host_alias
728build_alias
729LIBS
730ECHO_T
731ECHO_N
732ECHO_C
733DEFS
734mandir
735localedir
736libdir
737psdir
738pdfdir
739dvidir
740htmldir
741infodir
742docdir
743oldincludedir
744includedir
745localstatedir
746sharedstatedir
747sysconfdir
748datadir
749datarootdir
750libexecdir
751sbindir
752bindir
753program_transform_name
754prefix
755exec_prefix
756PACKAGE_URL
757PACKAGE_BUGREPORT
758PACKAGE_STRING
759PACKAGE_VERSION
760PACKAGE_TARNAME
761PACKAGE_NAME
762PATH_SEPARATOR
763SHELL'
42ecbf5e 764ac_subst_files=''
81ecdfbb
RW
765ac_user_opts='
766enable_option_checking
767enable_dependency_tracking
81ecdfbb
RW
768enable_shared
769enable_static
770with_pic
771enable_fast_install
772with_gnu_ld
773enable_libtool_lock
b879806f
AM
774enable_plugins
775enable_largefile
81ecdfbb 776enable_targets
9cb80f72 777enable_deterministic_archives
7fac9594 778enable_default_strings_all
81ecdfbb
RW
779enable_werror
780enable_build_warnings
781enable_nls
782enable_maintainer_mode
0ee42ecd 783with_system_zlib
81ecdfbb
RW
784enable_rpath
785with_libiconv_prefix
786'
787 ac_precious_vars='build_alias
788host_alias
789target_alias
790CC
791CFLAGS
792LDFLAGS
793LIBS
794CPPFLAGS
795CPP
796YACC
797YFLAGS'
798
252b5132
RH
799
800# Initialize some variables set by options.
42ecbf5e
DJ
801ac_init_help=
802ac_init_version=false
81ecdfbb
RW
803ac_unrecognized_opts=
804ac_unrecognized_sep=
252b5132
RH
805# The variables have the same names as the options, with
806# dashes changed to underlines.
42ecbf5e 807cache_file=/dev/null
252b5132 808exec_prefix=NONE
252b5132 809no_create=
252b5132
RH
810no_recursion=
811prefix=NONE
812program_prefix=NONE
813program_suffix=NONE
814program_transform_name=s,x,x,
815silent=
816site=
817srcdir=
252b5132
RH
818verbose=
819x_includes=NONE
820x_libraries=NONE
42ecbf5e
DJ
821
822# Installation directory options.
823# These are left unexpanded so users can "make install exec_prefix=/foo"
824# and all the variables that are supposed to be based on exec_prefix
825# by default will actually change.
826# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 827# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
828bindir='${exec_prefix}/bin'
829sbindir='${exec_prefix}/sbin'
830libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
831datarootdir='${prefix}/share'
832datadir='${datarootdir}'
252b5132
RH
833sysconfdir='${prefix}/etc'
834sharedstatedir='${prefix}/com'
835localstatedir='${prefix}/var'
252b5132
RH
836includedir='${prefix}/include'
837oldincludedir='/usr/include'
2e98a7bd 838docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
839infodir='${datarootdir}/info'
840htmldir='${docdir}'
841dvidir='${docdir}'
842pdfdir='${docdir}'
843psdir='${docdir}'
844libdir='${exec_prefix}/lib'
845localedir='${datarootdir}/locale'
846mandir='${datarootdir}/man'
252b5132 847
252b5132 848ac_prev=
81ecdfbb 849ac_dashdash=
252b5132
RH
850for ac_option
851do
252b5132
RH
852 # If the previous option needs an argument, assign it.
853 if test -n "$ac_prev"; then
81ecdfbb 854 eval $ac_prev=\$ac_option
252b5132
RH
855 ac_prev=
856 continue
857 fi
858
81ecdfbb
RW
859 case $ac_option in
860 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
861 *) ac_optarg=yes ;;
862 esac
252b5132
RH
863
864 # Accept the important Cygnus configure options, so we can diagnose typos.
865
81ecdfbb
RW
866 case $ac_dashdash$ac_option in
867 --)
868 ac_dashdash=yes ;;
252b5132
RH
869
870 -bindir | --bindir | --bindi | --bind | --bin | --bi)
871 ac_prev=bindir ;;
872 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 873 bindir=$ac_optarg ;;
252b5132
RH
874
875 -build | --build | --buil | --bui | --bu)
42ecbf5e 876 ac_prev=build_alias ;;
252b5132 877 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 878 build_alias=$ac_optarg ;;
252b5132
RH
879
880 -cache-file | --cache-file | --cache-fil | --cache-fi \
881 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
882 ac_prev=cache_file ;;
883 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
884 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
885 cache_file=$ac_optarg ;;
886
887 --config-cache | -C)
888 cache_file=config.cache ;;
252b5132 889
81ecdfbb 890 -datadir | --datadir | --datadi | --datad)
252b5132 891 ac_prev=datadir ;;
81ecdfbb 892 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 893 datadir=$ac_optarg ;;
252b5132 894
81ecdfbb
RW
895 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
896 | --dataroo | --dataro | --datar)
897 ac_prev=datarootdir ;;
898 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
899 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
900 datarootdir=$ac_optarg ;;
901
252b5132 902 -disable-* | --disable-*)
81ecdfbb 903 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 904 # Reject names that are not valid shell variable names.
81ecdfbb
RW
905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
906 as_fn_error "invalid feature name: $ac_useropt"
907 ac_useropt_orig=$ac_useropt
908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
909 case $ac_user_opts in
910 *"
911"enable_$ac_useropt"
912"*) ;;
913 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
914 ac_unrecognized_sep=', ';;
915 esac
916 eval enable_$ac_useropt=no ;;
917
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
922
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
252b5132
RH
927
928 -enable-* | --enable-*)
81ecdfbb 929 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 930 # Reject names that are not valid shell variable names.
81ecdfbb
RW
931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
932 as_fn_error "invalid feature name: $ac_useropt"
933 ac_useropt_orig=$ac_useropt
934 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
936 *"
937"enable_$ac_useropt"
938"*) ;;
939 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
940 ac_unrecognized_sep=', ';;
252b5132 941 esac
81ecdfbb 942 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
943
944 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
945 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
946 | --exec | --exe | --ex)
947 ac_prev=exec_prefix ;;
948 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
949 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
950 | --exec=* | --exe=* | --ex=*)
42ecbf5e 951 exec_prefix=$ac_optarg ;;
252b5132
RH
952
953 -gas | --gas | --ga | --g)
954 # Obsolete; use --with-gas.
955 with_gas=yes ;;
956
42ecbf5e
DJ
957 -help | --help | --hel | --he | -h)
958 ac_init_help=long ;;
959 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
960 ac_init_help=recursive ;;
961 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
962 ac_init_help=short ;;
252b5132
RH
963
964 -host | --host | --hos | --ho)
42ecbf5e 965 ac_prev=host_alias ;;
252b5132 966 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 967 host_alias=$ac_optarg ;;
252b5132 968
81ecdfbb
RW
969 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
970 ac_prev=htmldir ;;
971 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
972 | --ht=*)
973 htmldir=$ac_optarg ;;
974
252b5132
RH
975 -includedir | --includedir | --includedi | --included | --include \
976 | --includ | --inclu | --incl | --inc)
977 ac_prev=includedir ;;
978 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
979 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 980 includedir=$ac_optarg ;;
252b5132
RH
981
982 -infodir | --infodir | --infodi | --infod | --info | --inf)
983 ac_prev=infodir ;;
984 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 985 infodir=$ac_optarg ;;
252b5132
RH
986
987 -libdir | --libdir | --libdi | --libd)
988 ac_prev=libdir ;;
989 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 990 libdir=$ac_optarg ;;
252b5132
RH
991
992 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
993 | --libexe | --libex | --libe)
994 ac_prev=libexecdir ;;
995 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
996 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 997 libexecdir=$ac_optarg ;;
252b5132 998
81ecdfbb
RW
999 -localedir | --localedir | --localedi | --localed | --locale)
1000 ac_prev=localedir ;;
1001 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1002 localedir=$ac_optarg ;;
1003
252b5132 1004 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1005 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1006 ac_prev=localstatedir ;;
1007 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1008 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1009 localstatedir=$ac_optarg ;;
252b5132
RH
1010
1011 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1012 ac_prev=mandir ;;
1013 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1014 mandir=$ac_optarg ;;
252b5132
RH
1015
1016 -nfp | --nfp | --nf)
1017 # Obsolete; use --without-fp.
1018 with_fp=no ;;
1019
1020 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1021 | --no-cr | --no-c | -n)
252b5132
RH
1022 no_create=yes ;;
1023
1024 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1025 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1026 no_recursion=yes ;;
1027
1028 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1029 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1030 | --oldin | --oldi | --old | --ol | --o)
1031 ac_prev=oldincludedir ;;
1032 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1033 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1034 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1035 oldincludedir=$ac_optarg ;;
252b5132
RH
1036
1037 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1038 ac_prev=prefix ;;
1039 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1040 prefix=$ac_optarg ;;
252b5132
RH
1041
1042 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1043 | --program-pre | --program-pr | --program-p)
1044 ac_prev=program_prefix ;;
1045 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1046 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1047 program_prefix=$ac_optarg ;;
252b5132
RH
1048
1049 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1050 | --program-suf | --program-su | --program-s)
1051 ac_prev=program_suffix ;;
1052 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1053 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1054 program_suffix=$ac_optarg ;;
252b5132
RH
1055
1056 -program-transform-name | --program-transform-name \
1057 | --program-transform-nam | --program-transform-na \
1058 | --program-transform-n | --program-transform- \
1059 | --program-transform | --program-transfor \
1060 | --program-transfo | --program-transf \
1061 | --program-trans | --program-tran \
1062 | --progr-tra | --program-tr | --program-t)
1063 ac_prev=program_transform_name ;;
1064 -program-transform-name=* | --program-transform-name=* \
1065 | --program-transform-nam=* | --program-transform-na=* \
1066 | --program-transform-n=* | --program-transform-=* \
1067 | --program-transform=* | --program-transfor=* \
1068 | --program-transfo=* | --program-transf=* \
1069 | --program-trans=* | --program-tran=* \
1070 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1071 program_transform_name=$ac_optarg ;;
252b5132 1072
81ecdfbb
RW
1073 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1074 ac_prev=pdfdir ;;
1075 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1076 pdfdir=$ac_optarg ;;
1077
1078 -psdir | --psdir | --psdi | --psd | --ps)
1079 ac_prev=psdir ;;
1080 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1081 psdir=$ac_optarg ;;
1082
252b5132
RH
1083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1084 | -silent | --silent | --silen | --sile | --sil)
1085 silent=yes ;;
1086
1087 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1088 ac_prev=sbindir ;;
1089 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1090 | --sbi=* | --sb=*)
42ecbf5e 1091 sbindir=$ac_optarg ;;
252b5132
RH
1092
1093 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1094 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1095 | --sharedst | --shareds | --shared | --share | --shar \
1096 | --sha | --sh)
1097 ac_prev=sharedstatedir ;;
1098 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1099 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1100 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1101 | --sha=* | --sh=*)
42ecbf5e 1102 sharedstatedir=$ac_optarg ;;
252b5132
RH
1103
1104 -site | --site | --sit)
1105 ac_prev=site ;;
1106 -site=* | --site=* | --sit=*)
42ecbf5e 1107 site=$ac_optarg ;;
252b5132
RH
1108
1109 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1110 ac_prev=srcdir ;;
1111 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1112 srcdir=$ac_optarg ;;
252b5132
RH
1113
1114 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1115 | --syscon | --sysco | --sysc | --sys | --sy)
1116 ac_prev=sysconfdir ;;
1117 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1118 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1119 sysconfdir=$ac_optarg ;;
252b5132
RH
1120
1121 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1122 ac_prev=target_alias ;;
252b5132 1123 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1124 target_alias=$ac_optarg ;;
252b5132
RH
1125
1126 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1127 verbose=yes ;;
1128
42ecbf5e
DJ
1129 -version | --version | --versio | --versi | --vers | -V)
1130 ac_init_version=: ;;
252b5132
RH
1131
1132 -with-* | --with-*)
81ecdfbb 1133 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1134 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1136 as_fn_error "invalid package name: $ac_useropt"
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141"with_$ac_useropt"
1142"*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
252b5132 1145 esac
81ecdfbb 1146 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1147
1148 -without-* | --without-*)
81ecdfbb 1149 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1150 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1152 as_fn_error "invalid package name: $ac_useropt"
1153 ac_useropt_orig=$ac_useropt
1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1156 *"
1157"with_$ac_useropt"
1158"*) ;;
1159 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1160 ac_unrecognized_sep=', ';;
1161 esac
1162 eval with_$ac_useropt=no ;;
252b5132
RH
1163
1164 --x)
1165 # Obsolete; use --with-x.
1166 with_x=yes ;;
1167
1168 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1169 | --x-incl | --x-inc | --x-in | --x-i)
1170 ac_prev=x_includes ;;
1171 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1172 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1173 x_includes=$ac_optarg ;;
252b5132
RH
1174
1175 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1176 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1177 ac_prev=x_libraries ;;
1178 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1179 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1180 x_libraries=$ac_optarg ;;
252b5132 1181
81ecdfbb
RW
1182 -*) as_fn_error "unrecognized option: \`$ac_option'
1183Try \`$0 --help' for more information."
252b5132
RH
1184 ;;
1185
42ecbf5e
DJ
1186 *=*)
1187 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1188 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1189 case $ac_envvar in #(
1190 '' | [0-9]* | *[!_$as_cr_alnum]* )
1191 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1192 esac
1193 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1194 export $ac_envvar ;;
1195
252b5132 1196 *)
42ecbf5e 1197 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1198 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1199 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1200 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42ecbf5e 1201 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1202 ;;
1203
1204 esac
1205done
1206
1207if test -n "$ac_prev"; then
42ecbf5e 1208 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1209 as_fn_error "missing argument to $ac_option"
252b5132
RH
1210fi
1211
81ecdfbb
RW
1212if test -n "$ac_unrecognized_opts"; then
1213 case $enable_option_checking in
1214 no) ;;
1215 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1216 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1217 esac
81ecdfbb 1218fi
252b5132 1219
81ecdfbb
RW
1220# Check all directory arguments for consistency.
1221for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1222 datadir sysconfdir sharedstatedir localstatedir includedir \
1223 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1224 libdir localedir mandir
252b5132 1225do
81ecdfbb
RW
1226 eval ac_val=\$$ac_var
1227 # Remove trailing slashes.
42ecbf5e 1228 case $ac_val in
81ecdfbb
RW
1229 */ )
1230 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1231 eval $ac_var=\$ac_val;;
252b5132 1232 esac
81ecdfbb
RW
1233 # Be sure to have absolute directory names.
1234 case $ac_val in
1235 [\\/$]* | ?:[\\/]* ) continue;;
1236 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1237 esac
1238 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1239done
1240
42ecbf5e
DJ
1241# There might be people who depend on the old broken behavior: `$host'
1242# used to hold the argument of --host etc.
1243# FIXME: To remove some day.
1244build=$build_alias
1245host=$host_alias
1246target=$target_alias
1247
1248# FIXME: To remove some day.
1249if test "x$host_alias" != x; then
1250 if test "x$build_alias" = x; then
1251 cross_compiling=maybe
81ecdfbb 1252 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42ecbf5e
DJ
1253 If a cross compiler is detected then cross compile mode will be used." >&2
1254 elif test "x$build_alias" != "x$host_alias"; then
1255 cross_compiling=yes
1256 fi
1257fi
e5a52504 1258
42ecbf5e
DJ
1259ac_tool_prefix=
1260test -n "$host_alias" && ac_tool_prefix=$host_alias-
1261
1262test "$silent" = yes && exec 6>/dev/null
252b5132 1263
252b5132 1264
81ecdfbb
RW
1265ac_pwd=`pwd` && test -n "$ac_pwd" &&
1266ac_ls_di=`ls -di .` &&
1267ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1268 as_fn_error "working directory cannot be determined"
1269test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1270 as_fn_error "pwd does not report name of working directory"
1271
1272
252b5132
RH
1273# Find the source files, if location was not specified.
1274if test -z "$srcdir"; then
1275 ac_srcdir_defaulted=yes
81ecdfbb
RW
1276 # Try the directory containing this script, then the parent directory.
1277 ac_confdir=`$as_dirname -- "$as_myself" ||
1278$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1279 X"$as_myself" : 'X\(//\)[^/]' \| \
1280 X"$as_myself" : 'X\(//\)$' \| \
1281 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1282$as_echo X"$as_myself" |
1283 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)[^/].*/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\/\)$/{
1292 s//\1/
1293 q
1294 }
1295 /^X\(\/\).*/{
1296 s//\1/
1297 q
1298 }
1299 s/.*/./; q'`
252b5132 1300 srcdir=$ac_confdir
81ecdfbb 1301 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1302 srcdir=..
1303 fi
1304else
1305 ac_srcdir_defaulted=no
1306fi
81ecdfbb
RW
1307if test ! -r "$srcdir/$ac_unique_file"; then
1308 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1309 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1310fi
1311ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1312ac_abs_confdir=`(
1313 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1314 pwd)`
1315# When building in place, set srcdir=.
1316if test "$ac_abs_confdir" = "$ac_pwd"; then
1317 srcdir=.
1318fi
1319# Remove unnecessary trailing slashes from srcdir.
1320# Double slashes in file names in object file debugging info
1321# mess up M-x gdb in Emacs.
1322case $srcdir in
1323*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1324esac
1325for ac_var in $ac_precious_vars; do
1326 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1327 eval ac_env_${ac_var}_value=\$${ac_var}
1328 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1329 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1330done
252b5132 1331
42ecbf5e
DJ
1332#
1333# Report the --help message.
1334#
1335if test "$ac_init_help" = "long"; then
1336 # Omit some internal or obsolete options to make the list less imposing.
1337 # This message is too long to be a string in the A/UX 3.1 sh.
1338 cat <<_ACEOF
d8bd95ef 1339\`configure' configures binutils 2.26.51 to adapt to many kinds of systems.
252b5132 1340
42ecbf5e 1341Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1342
42ecbf5e
DJ
1343To assign environment variables (e.g., CC, CFLAGS...), specify them as
1344VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1345
42ecbf5e 1346Defaults for the options are specified in brackets.
ac48eca1 1347
42ecbf5e
DJ
1348Configuration:
1349 -h, --help display this help and exit
1350 --help=short display options specific to this package
1351 --help=recursive display the short help of all the included packages
1352 -V, --version display version information and exit
1353 -q, --quiet, --silent do not print \`checking...' messages
1354 --cache-file=FILE cache test results in FILE [disabled]
1355 -C, --config-cache alias for \`--cache-file=config.cache'
1356 -n, --no-create do not create output files
1357 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1358
42ecbf5e
DJ
1359Installation directories:
1360 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1361 [$ac_default_prefix]
42ecbf5e 1362 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1363 [PREFIX]
ac48eca1 1364
42ecbf5e
DJ
1365By default, \`make install' will install all the files in
1366\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1367an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1368for instance \`--prefix=\$HOME'.
ac48eca1 1369
42ecbf5e 1370For better control, use the options below.
ac48eca1 1371
42ecbf5e 1372Fine tuning of the installation directories:
81ecdfbb
RW
1373 --bindir=DIR user executables [EPREFIX/bin]
1374 --sbindir=DIR system admin executables [EPREFIX/sbin]
1375 --libexecdir=DIR program executables [EPREFIX/libexec]
1376 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1377 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1378 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1379 --libdir=DIR object code libraries [EPREFIX/lib]
1380 --includedir=DIR C header files [PREFIX/include]
1381 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1382 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1383 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1384 --infodir=DIR info documentation [DATAROOTDIR/info]
1385 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1386 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1387 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1388 --htmldir=DIR html documentation [DOCDIR]
1389 --dvidir=DIR dvi documentation [DOCDIR]
1390 --pdfdir=DIR pdf documentation [DOCDIR]
1391 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1392_ACEOF
ac48eca1 1393
42ecbf5e 1394 cat <<\_ACEOF
252b5132 1395
42ecbf5e
DJ
1396Program names:
1397 --program-prefix=PREFIX prepend PREFIX to installed program names
1398 --program-suffix=SUFFIX append SUFFIX to installed program names
1399 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1400
42ecbf5e
DJ
1401System types:
1402 --build=BUILD configure for building on BUILD [guessed]
1403 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1404 --target=TARGET configure for building compilers for TARGET [HOST]
1405_ACEOF
252b5132 1406fi
252b5132 1407
42ecbf5e 1408if test -n "$ac_init_help"; then
2e98a7bd 1409 case $ac_init_help in
d8bd95ef 1410 short | recursive ) echo "Configuration of binutils 2.26.51:";;
2e98a7bd 1411 esac
42ecbf5e 1412 cat <<\_ACEOF
252b5132 1413
42ecbf5e 1414Optional Features:
81ecdfbb 1415 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1416 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1417 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1418 --disable-dependency-tracking speeds up one-time build
1419 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1420 --enable-shared[=PKGS] build shared libraries [default=yes]
1421 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1422 --enable-fast-install[=PKGS]
1423 optimize for fast installation [default=yes]
42ecbf5e 1424 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1425 --enable-plugins Enable support for plugins
1426 --disable-largefile omit support for large files
42ecbf5e 1427 --enable-targets alternative target configurations
9cb80f72
RM
1428 --enable-deterministic-archives
1429 ar and ranlib default to -D behavior
7fac9594
NC
1430 --disable-default-strings-all
1431 strings defaults to --data behavior
241a6c40
AM
1432 --enable-werror treat compile warnings as errors
1433 --enable-build-warnings enable build-time compiler warnings
42ecbf5e
DJ
1434 --disable-nls do not use Native Language Support
1435 --enable-maintainer-mode enable make rules and dependencies not useful
1436 (and sometimes confusing) to the casual installer
5ba684e2 1437 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1438
1439Optional Packages:
1440 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1441 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1442 --with-pic try to use only PIC/non-PIC objects [default=use
1443 both]
1444 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
0ee42ecd 1445 --with-system-zlib use installed libz
5ba684e2
NC
1446 --with-gnu-ld assume the C compiler uses GNU ld default=no
1447 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1448 --without-libiconv-prefix don't search for libiconv in includedir and libdir
252b5132 1449
42ecbf5e
DJ
1450Some influential environment variables:
1451 CC C compiler command
1452 CFLAGS C compiler flags
1453 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1454 nonstandard directory <lib dir>
81ecdfbb
RW
1455 LIBS libraries to pass to the linker, e.g. -l<library>
1456 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1457 you have headers in a nonstandard directory <include dir>
42ecbf5e 1458 CPP C preprocessor
81ecdfbb
RW
1459 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1460 the first program found out of: `bison -y', `byacc', `yacc'.
1461 YFLAGS The list of arguments that will be passed by default to $YACC.
1462 This script will default YFLAGS to the empty string to avoid a
1463 default value of `-d' given by some make applications.
e5a52504 1464
42ecbf5e
DJ
1465Use these variables to override the choices made by `configure' or to help
1466it to find libraries and programs with nonstandard names/locations.
1467
81ecdfbb 1468Report bugs to the package provider.
42ecbf5e 1469_ACEOF
81ecdfbb 1470ac_status=$?
252b5132
RH
1471fi
1472
42ecbf5e
DJ
1473if test "$ac_init_help" = "recursive"; then
1474 # If there are subdirs, report their specific --help.
42ecbf5e 1475 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1476 test -d "$ac_dir" ||
1477 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1478 continue
42ecbf5e
DJ
1479 ac_builddir=.
1480
81ecdfbb
RW
1481case "$ac_dir" in
1482.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1483*)
1484 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1485 # A ".." for each directory in $ac_dir_suffix.
1486 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1487 case $ac_top_builddir_sub in
1488 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1489 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1490 esac ;;
1491esac
1492ac_abs_top_builddir=$ac_pwd
1493ac_abs_builddir=$ac_pwd$ac_dir_suffix
1494# for backward compatibility:
1495ac_top_builddir=$ac_top_build_prefix
252b5132 1496
42ecbf5e 1497case $srcdir in
81ecdfbb 1498 .) # We are building in place.
42ecbf5e 1499 ac_srcdir=.
81ecdfbb
RW
1500 ac_top_srcdir=$ac_top_builddir_sub
1501 ac_abs_top_srcdir=$ac_pwd ;;
1502 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1503 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1504 ac_top_srcdir=$srcdir
1505 ac_abs_top_srcdir=$srcdir ;;
1506 *) # Relative name.
1507 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1508 ac_top_srcdir=$ac_top_build_prefix$srcdir
1509 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1510esac
81ecdfbb
RW
1511ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1512
1513 cd "$ac_dir" || { ac_status=$?; continue; }
1514 # Check for guested configure.
1515 if test -f "$ac_srcdir/configure.gnu"; then
1516 echo &&
1517 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1518 elif test -f "$ac_srcdir/configure"; then
1519 echo &&
1520 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1521 else
81ecdfbb
RW
1522 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1523 fi || ac_status=$?
1524 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1525 done
1526fi
5d64ca4e 1527
81ecdfbb 1528test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1529if $ac_init_version; then
1530 cat <<\_ACEOF
d8bd95ef 1531binutils configure 2.26.51
81ecdfbb 1532generated by GNU Autoconf 2.64
5d64ca4e 1533
81ecdfbb 1534Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
1535This configure script is free software; the Free Software Foundation
1536gives unlimited permission to copy, distribute and modify it.
1537_ACEOF
81ecdfbb 1538 exit
42ecbf5e 1539fi
252b5132 1540
81ecdfbb
RW
1541## ------------------------ ##
1542## Autoconf initialization. ##
1543## ------------------------ ##
e5a52504 1544
81ecdfbb
RW
1545# ac_fn_c_try_compile LINENO
1546# --------------------------
1547# Try to compile conftest.$ac_ext, and return whether this succeeded.
1548ac_fn_c_try_compile ()
42ecbf5e 1549{
81ecdfbb
RW
1550 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1551 rm -f conftest.$ac_objext
1552 if { { ac_try="$ac_compile"
1553case "(($ac_try" in
1554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1555 *) ac_try_echo=$ac_try;;
1556esac
1557eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1558$as_echo "$ac_try_echo"; } >&5
1559 (eval "$ac_compile") 2>conftest.err
1560 ac_status=$?
1561 if test -s conftest.err; then
1562 grep -v '^ *+' conftest.err >conftest.er1
1563 cat conftest.er1 >&5
1564 mv -f conftest.er1 conftest.err
1565 fi
1566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1567 test $ac_status = 0; } && {
1568 test -z "$ac_c_werror_flag" ||
1569 test ! -s conftest.err
1570 } && test -s conftest.$ac_objext; then :
1571 ac_retval=0
1572else
1573 $as_echo "$as_me: failed program was:" >&5
1574sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1575
81ecdfbb
RW
1576 ac_retval=1
1577fi
1578 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1579 return $ac_retval
42ecbf5e 1580
81ecdfbb
RW
1581} # ac_fn_c_try_compile
1582
1583# ac_fn_c_try_link LINENO
1584# -----------------------
1585# Try to link conftest.$ac_ext, and return whether this succeeded.
1586ac_fn_c_try_link ()
1587{
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 rm -f conftest.$ac_objext conftest$ac_exeext
1590 if { { ac_try="$ac_link"
1591case "(($ac_try" in
1592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1593 *) ac_try_echo=$ac_try;;
1594esac
1595eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1596$as_echo "$ac_try_echo"; } >&5
1597 (eval "$ac_link") 2>conftest.err
1598 ac_status=$?
1599 if test -s conftest.err; then
1600 grep -v '^ *+' conftest.err >conftest.er1
1601 cat conftest.er1 >&5
1602 mv -f conftest.er1 conftest.err
1603 fi
1604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1605 test $ac_status = 0; } && {
1606 test -z "$ac_c_werror_flag" ||
1607 test ! -s conftest.err
1608 } && test -s conftest$ac_exeext && {
1609 test "$cross_compiling" = yes ||
1610 $as_test_x conftest$ac_exeext
1611 }; then :
1612 ac_retval=0
1613else
1614 $as_echo "$as_me: failed program was:" >&5
1615sed 's/^/| /' conftest.$ac_ext >&5
1616
1617 ac_retval=1
1618fi
1619 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1620 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1621 # interfere with the next link command; also delete a directory that is
1622 # left behind by Apple's compiler. We do this before executing the actions.
1623 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1624 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1625 return $ac_retval
1626
1627} # ac_fn_c_try_link
1628
1629# ac_fn_c_try_cpp LINENO
1630# ----------------------
1631# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1632ac_fn_c_try_cpp ()
1633{
1634 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1635 if { { ac_try="$ac_cpp conftest.$ac_ext"
1636case "(($ac_try" in
1637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1638 *) ac_try_echo=$ac_try;;
1639esac
1640eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1641$as_echo "$ac_try_echo"; } >&5
1642 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1643 ac_status=$?
1644 if test -s conftest.err; then
1645 grep -v '^ *+' conftest.err >conftest.er1
1646 cat conftest.er1 >&5
1647 mv -f conftest.er1 conftest.err
1648 fi
1649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1650 test $ac_status = 0; } >/dev/null && {
1651 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1652 test ! -s conftest.err
1653 }; then :
1654 ac_retval=0
1655else
1656 $as_echo "$as_me: failed program was:" >&5
1657sed 's/^/| /' conftest.$ac_ext >&5
1658
1659 ac_retval=1
1660fi
1661 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1662 return $ac_retval
1663
1664} # ac_fn_c_try_cpp
1665
1666# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1667# -------------------------------------------------------
1668# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1669# the include files in INCLUDES and setting the cache variable VAR
1670# accordingly.
1671ac_fn_c_check_header_mongrel ()
1672{
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1676$as_echo_n "checking for $2... " >&6; }
1677if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1678 $as_echo_n "(cached) " >&6
1679fi
1680eval ac_res=\$$3
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1682$as_echo "$ac_res" >&6; }
1683else
1684 # Is the header compilable?
1685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1686$as_echo_n "checking $2 usability... " >&6; }
1687cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1688/* end confdefs.h. */
1689$4
1690#include <$2>
1691_ACEOF
1692if ac_fn_c_try_compile "$LINENO"; then :
1693 ac_header_compiler=yes
1694else
1695 ac_header_compiler=no
1696fi
1697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1698{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1699$as_echo "$ac_header_compiler" >&6; }
1700
1701# Is the header present?
1702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1703$as_echo_n "checking $2 presence... " >&6; }
1704cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1705/* end confdefs.h. */
1706#include <$2>
1707_ACEOF
1708if ac_fn_c_try_cpp "$LINENO"; then :
1709 ac_header_preproc=yes
1710else
1711 ac_header_preproc=no
1712fi
1713rm -f conftest.err conftest.$ac_ext
1714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1715$as_echo "$ac_header_preproc" >&6; }
1716
1717# So? What about this header?
1718case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1719 yes:no: )
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1721$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1723$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1724 ;;
1725 no:yes:* )
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1727$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1729$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1731$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1733$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1735$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1736 ;;
1737esac
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1739$as_echo_n "checking for $2... " >&6; }
1740if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1741 $as_echo_n "(cached) " >&6
1742else
1743 eval "$3=\$ac_header_compiler"
1744fi
1745eval ac_res=\$$3
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1747$as_echo "$ac_res" >&6; }
1748fi
1749 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750
1751} # ac_fn_c_check_header_mongrel
1752
1753# ac_fn_c_try_run LINENO
1754# ----------------------
1755# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1756# that executables *can* be run.
1757ac_fn_c_try_run ()
1758{
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 if { { ac_try="$ac_link"
1761case "(($ac_try" in
1762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763 *) ac_try_echo=$ac_try;;
1764esac
1765eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766$as_echo "$ac_try_echo"; } >&5
1767 (eval "$ac_link") 2>&5
1768 ac_status=$?
1769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1770 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1771 { { case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1774esac
1775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776$as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_try") 2>&5
1778 ac_status=$?
1779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780 test $ac_status = 0; }; }; then :
1781 ac_retval=0
1782else
1783 $as_echo "$as_me: program exited with status $ac_status" >&5
1784 $as_echo "$as_me: failed program was:" >&5
1785sed 's/^/| /' conftest.$ac_ext >&5
1786
1787 ac_retval=$ac_status
1788fi
1789 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1790 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1791 return $ac_retval
1792
1793} # ac_fn_c_try_run
1794
1795# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1796# -------------------------------------------------------
1797# Tests whether HEADER exists and can be compiled using the include files in
1798# INCLUDES, setting the cache variable VAR accordingly.
1799ac_fn_c_check_header_compile ()
1800{
1801 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1803$as_echo_n "checking for $2... " >&6; }
1804if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1805 $as_echo_n "(cached) " >&6
1806else
1807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1808/* end confdefs.h. */
1809$4
1810#include <$2>
1811_ACEOF
1812if ac_fn_c_try_compile "$LINENO"; then :
1813 eval "$3=yes"
1814else
1815 eval "$3=no"
1816fi
1817rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1818fi
1819eval ac_res=\$$3
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1821$as_echo "$ac_res" >&6; }
1822 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1823
1824} # ac_fn_c_check_header_compile
1825
1826# ac_fn_c_check_func LINENO FUNC VAR
1827# ----------------------------------
1828# Tests whether FUNC exists, setting the cache variable VAR accordingly
1829ac_fn_c_check_func ()
1830{
1831 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833$as_echo_n "checking for $2... " >&6; }
1834if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1835 $as_echo_n "(cached) " >&6
1836else
1837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1838/* end confdefs.h. */
1839/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1840 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1841#define $2 innocuous_$2
1842
1843/* System header to define __stub macros and hopefully few prototypes,
1844 which can conflict with char $2 (); below.
1845 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1846 <limits.h> exists even on freestanding compilers. */
1847
1848#ifdef __STDC__
1849# include <limits.h>
1850#else
1851# include <assert.h>
1852#endif
1853
1854#undef $2
1855
1856/* Override any GCC internal prototype to avoid an error.
1857 Use char because int might match the return type of a GCC
1858 builtin and then its argument prototype would still apply. */
1859#ifdef __cplusplus
1860extern "C"
1861#endif
1862char $2 ();
1863/* The GNU C library defines this for functions which it implements
1864 to always fail with ENOSYS. Some functions are actually named
1865 something starting with __ and the normal name is an alias. */
1866#if defined __stub_$2 || defined __stub___$2
1867choke me
1868#endif
1869
1870int
1871main ()
1872{
1873return $2 ();
1874 ;
1875 return 0;
1876}
1877_ACEOF
1878if ac_fn_c_try_link "$LINENO"; then :
1879 eval "$3=yes"
1880else
1881 eval "$3=no"
1882fi
1883rm -f core conftest.err conftest.$ac_objext \
1884 conftest$ac_exeext conftest.$ac_ext
1885fi
1886eval ac_res=\$$3
1887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1888$as_echo "$ac_res" >&6; }
1889 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1890
1891} # ac_fn_c_check_func
1892
4c219c2e
AM
1893# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1894# --------------------------------------------
1895# Tries to find the compile-time value of EXPR in a program that includes
1896# INCLUDES, setting VAR accordingly. Returns whether the value could be
1897# computed
1898ac_fn_c_compute_int ()
1899{
1900 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1901 if test "$cross_compiling" = yes; then
1902 # Depending upon the size, compute the lo and hi bounds.
1903cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904/* end confdefs.h. */
1905$4
1906int
1907main ()
1908{
1909static int test_array [1 - 2 * !(($2) >= 0)];
1910test_array [0] = 0
1911
1912 ;
1913 return 0;
1914}
1915_ACEOF
1916if ac_fn_c_try_compile "$LINENO"; then :
1917 ac_lo=0 ac_mid=0
1918 while :; do
1919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920/* end confdefs.h. */
1921$4
1922int
1923main ()
1924{
1925static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1926test_array [0] = 0
1927
1928 ;
1929 return 0;
1930}
1931_ACEOF
1932if ac_fn_c_try_compile "$LINENO"; then :
1933 ac_hi=$ac_mid; break
1934else
1935 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1936 if test $ac_lo -le $ac_mid; then
1937 ac_lo= ac_hi=
1938 break
1939 fi
1940 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1941fi
1942rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1943 done
1944else
1945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1946/* end confdefs.h. */
1947$4
1948int
1949main ()
1950{
1951static int test_array [1 - 2 * !(($2) < 0)];
1952test_array [0] = 0
1953
1954 ;
1955 return 0;
1956}
1957_ACEOF
1958if ac_fn_c_try_compile "$LINENO"; then :
1959 ac_hi=-1 ac_mid=-1
1960 while :; do
1961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1962/* end confdefs.h. */
1963$4
1964int
1965main ()
1966{
1967static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1968test_array [0] = 0
1969
1970 ;
1971 return 0;
1972}
1973_ACEOF
1974if ac_fn_c_try_compile "$LINENO"; then :
1975 ac_lo=$ac_mid; break
1976else
1977 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1978 if test $ac_mid -le $ac_hi; then
1979 ac_lo= ac_hi=
1980 break
1981 fi
1982 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1983fi
1984rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1985 done
1986else
1987 ac_lo= ac_hi=
1988fi
1989rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1990fi
1991rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1992# Binary search between lo and hi bounds.
1993while test "x$ac_lo" != "x$ac_hi"; do
1994 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996/* end confdefs.h. */
1997$4
1998int
1999main ()
2000{
2001static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2002test_array [0] = 0
2003
2004 ;
2005 return 0;
2006}
2007_ACEOF
2008if ac_fn_c_try_compile "$LINENO"; then :
2009 ac_hi=$ac_mid
2010else
2011 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2012fi
2013rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2014done
2015case $ac_lo in #((
2016?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2017'') ac_retval=1 ;;
2018esac
2019 else
2020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2021/* end confdefs.h. */
2022$4
2023static long int longval () { return $2; }
2024static unsigned long int ulongval () { return $2; }
2025#include <stdio.h>
2026#include <stdlib.h>
2027int
2028main ()
2029{
2030
2031 FILE *f = fopen ("conftest.val", "w");
2032 if (! f)
2033 return 1;
2034 if (($2) < 0)
2035 {
2036 long int i = longval ();
2037 if (i != ($2))
2038 return 1;
2039 fprintf (f, "%ld", i);
2040 }
2041 else
2042 {
2043 unsigned long int i = ulongval ();
2044 if (i != ($2))
2045 return 1;
2046 fprintf (f, "%lu", i);
2047 }
2048 /* Do not output a trailing newline, as this causes \r\n confusion
2049 on some platforms. */
2050 return ferror (f) || fclose (f) != 0;
2051
2052 ;
2053 return 0;
2054}
2055_ACEOF
2056if ac_fn_c_try_run "$LINENO"; then :
2057 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2058else
2059 ac_retval=1
2060fi
2061rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2062 conftest.$ac_objext conftest.beam conftest.$ac_ext
2063rm -f conftest.val
2064
2065 fi
2066 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2067 return $ac_retval
2068
2069} # ac_fn_c_compute_int
2070
2071# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2072# -------------------------------------------
2073# Tests whether TYPE exists after having included INCLUDES, setting cache
2074# variable VAR accordingly.
2075ac_fn_c_check_type ()
2076{
2077 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2079$as_echo_n "checking for $2... " >&6; }
2080if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2081 $as_echo_n "(cached) " >&6
2082else
2083 eval "$3=no"
2084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2085/* end confdefs.h. */
2086$4
2087int
2088main ()
2089{
2090if (sizeof ($2))
2091 return 0;
2092 ;
2093 return 0;
2094}
2095_ACEOF
2096if ac_fn_c_try_compile "$LINENO"; then :
2097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2098/* end confdefs.h. */
2099$4
2100int
2101main ()
2102{
2103if (sizeof (($2)))
2104 return 0;
2105 ;
2106 return 0;
2107}
2108_ACEOF
2109if ac_fn_c_try_compile "$LINENO"; then :
2110
2111else
2112 eval "$3=yes"
2113fi
2114rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2115fi
2116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2117fi
2118eval ac_res=\$$3
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2120$as_echo "$ac_res" >&6; }
2121 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2122
2123} # ac_fn_c_check_type
2124
81ecdfbb
RW
2125# ac_fn_c_check_decl LINENO SYMBOL VAR
2126# ------------------------------------
2127# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2128ac_fn_c_check_decl ()
2129{
2130 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2131 as_decl_name=`echo $2|sed 's/ *(.*//'`
2132 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2134$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2135if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2136 $as_echo_n "(cached) " >&6
2137else
2138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2139/* end confdefs.h. */
2140$4
2141int
2142main ()
2143{
360cfc9c
AM
2144#ifndef $as_decl_name
2145#ifdef __cplusplus
2146 (void) $as_decl_use;
2147#else
2148 (void) $as_decl_name;
2149#endif
81ecdfbb
RW
2150#endif
2151
2152 ;
2153 return 0;
2154}
2155_ACEOF
2156if ac_fn_c_try_compile "$LINENO"; then :
2157 eval "$3=yes"
2158else
2159 eval "$3=no"
2160fi
2161rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2162fi
2163eval ac_res=\$$3
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2165$as_echo "$ac_res" >&6; }
2166 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2167
2168} # ac_fn_c_check_decl
2169cat >config.log <<_ACEOF
2170This file contains any messages produced by compilers while
2171running configure, to aid debugging if configure makes a mistake.
2172
d8bd95ef 2173It was created by binutils $as_me 2.26.51, which was
81ecdfbb
RW
2174generated by GNU Autoconf 2.64. Invocation command line was
2175
2176 $ $0 $@
2177
2178_ACEOF
2179exec 5>>config.log
2180{
2181cat <<_ASUNAME
2182## --------- ##
2183## Platform. ##
2184## --------- ##
2185
2186hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2187uname -m = `(uname -m) 2>/dev/null || echo unknown`
2188uname -r = `(uname -r) 2>/dev/null || echo unknown`
2189uname -s = `(uname -s) 2>/dev/null || echo unknown`
2190uname -v = `(uname -v) 2>/dev/null || echo unknown`
2191
2192/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2193/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2194
2195/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2196/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2197/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2198/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2199/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2200/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2201/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2202
2203_ASUNAME
2204
2205as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2206for as_dir in $PATH
2207do
2208 IFS=$as_save_IFS
2209 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2210 $as_echo "PATH: $as_dir"
2211 done
2212IFS=$as_save_IFS
e5a52504 2213
42ecbf5e 2214} >&5
ceae3e33 2215
42ecbf5e 2216cat >&5 <<_ACEOF
e5a52504 2217
42ecbf5e
DJ
2218
2219## ----------- ##
2220## Core tests. ##
2221## ----------- ##
2222
2223_ACEOF
2224
2225
2226# Keep a trace of the command line.
2227# Strip out --no-create and --no-recursion so they do not pile up.
2228# Strip out --silent because we don't want to record it for future runs.
2229# Also quote any args containing shell meta-characters.
2230# Make two passes to allow for proper duplicate-argument suppression.
2231ac_configure_args=
2232ac_configure_args0=
2233ac_configure_args1=
42ecbf5e
DJ
2234ac_must_keep_next=false
2235for ac_pass in 1 2
2236do
2237 for ac_arg
2238 do
2239 case $ac_arg in
2240 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2241 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2242 | -silent | --silent | --silen | --sile | --sil)
2243 continue ;;
81ecdfbb
RW
2244 *\'*)
2245 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2246 esac
2247 case $ac_pass in
81ecdfbb 2248 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2249 2)
81ecdfbb 2250 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2251 if test $ac_must_keep_next = true; then
2252 ac_must_keep_next=false # Got value, back to normal.
2253 else
2254 case $ac_arg in
2255 *=* | --config-cache | -C | -disable-* | --disable-* \
2256 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2257 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2258 | -with-* | --with-* | -without-* | --without-* | --x)
2259 case "$ac_configure_args0 " in
2260 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2261 esac
2262 ;;
2263 -* ) ac_must_keep_next=true ;;
2264 esac
2265 fi
81ecdfbb 2266 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2267 ;;
2268 esac
2269 done
2270done
81ecdfbb
RW
2271{ ac_configure_args0=; unset ac_configure_args0;}
2272{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2273
2274# When interrupted or exit'd, cleanup temporary files, and complete
2275# config.log. We remove comments because anyway the quotes in there
2276# would cause problems or look ugly.
81ecdfbb
RW
2277# WARNING: Use '\'' to represent an apostrophe within the trap.
2278# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2279trap 'exit_status=$?
2280 # Save into config.log some information that might help in debugging.
2281 {
2282 echo
2283
2284 cat <<\_ASBOX
2285## ---------------- ##
2286## Cache variables. ##
2287## ---------------- ##
2288_ASBOX
2289 echo
2290 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2291(
2292 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2293 eval ac_val=\$$ac_var
2294 case $ac_val in #(
2295 *${as_nl}*)
2296 case $ac_var in #(
2297 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2298$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2299 esac
2300 case $ac_var in #(
2301 _ | IFS | as_nl) ;; #(
2302 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2303 *) { eval $ac_var=; unset $ac_var;} ;;
2304 esac ;;
2305 esac
2306 done
42ecbf5e 2307 (set) 2>&1 |
81ecdfbb
RW
2308 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2309 *${as_nl}ac_space=\ *)
42ecbf5e 2310 sed -n \
81ecdfbb
RW
2311 "s/'\''/'\''\\\\'\'''\''/g;
2312 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2313 ;; #(
42ecbf5e 2314 *)
81ecdfbb 2315 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2316 ;;
81ecdfbb
RW
2317 esac |
2318 sort
2319)
42ecbf5e
DJ
2320 echo
2321
2322 cat <<\_ASBOX
2323## ----------------- ##
2324## Output variables. ##
2325## ----------------- ##
2326_ASBOX
2327 echo
2328 for ac_var in $ac_subst_vars
2329 do
81ecdfbb
RW
2330 eval ac_val=\$$ac_var
2331 case $ac_val in
2332 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2333 esac
2334 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2335 done | sort
2336 echo
2337
2338 if test -n "$ac_subst_files"; then
2339 cat <<\_ASBOX
81ecdfbb
RW
2340## ------------------- ##
2341## File substitutions. ##
2342## ------------------- ##
42ecbf5e
DJ
2343_ASBOX
2344 echo
2345 for ac_var in $ac_subst_files
2346 do
81ecdfbb
RW
2347 eval ac_val=\$$ac_var
2348 case $ac_val in
2349 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2350 esac
2351 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2352 done | sort
2353 echo
2354 fi
2355
2356 if test -s confdefs.h; then
2357 cat <<\_ASBOX
2358## ----------- ##
2359## confdefs.h. ##
2360## ----------- ##
2361_ASBOX
2362 echo
81ecdfbb 2363 cat confdefs.h
42ecbf5e
DJ
2364 echo
2365 fi
2366 test "$ac_signal" != 0 &&
81ecdfbb
RW
2367 $as_echo "$as_me: caught signal $ac_signal"
2368 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2369 } >&5
81ecdfbb
RW
2370 rm -f core *.core core.conftest.* &&
2371 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2372 exit $exit_status
81ecdfbb 2373' 0
42ecbf5e 2374for ac_signal in 1 2 13 15; do
81ecdfbb 2375 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2376done
2377ac_signal=0
2378
2379# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2380rm -f -r conftest* confdefs.h
2381
2382$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2383
2384# Predefined preprocessor variables.
2385
2386cat >>confdefs.h <<_ACEOF
2387#define PACKAGE_NAME "$PACKAGE_NAME"
2388_ACEOF
2389
42ecbf5e
DJ
2390cat >>confdefs.h <<_ACEOF
2391#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2392_ACEOF
2393
42ecbf5e
DJ
2394cat >>confdefs.h <<_ACEOF
2395#define PACKAGE_VERSION "$PACKAGE_VERSION"
2396_ACEOF
2397
42ecbf5e
DJ
2398cat >>confdefs.h <<_ACEOF
2399#define PACKAGE_STRING "$PACKAGE_STRING"
2400_ACEOF
2401
42ecbf5e
DJ
2402cat >>confdefs.h <<_ACEOF
2403#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2404_ACEOF
2405
81ecdfbb
RW
2406cat >>confdefs.h <<_ACEOF
2407#define PACKAGE_URL "$PACKAGE_URL"
2408_ACEOF
2409
42ecbf5e
DJ
2410
2411# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2412# Prefer an explicitly selected file to automatically selected ones.
2413ac_site_file1=NONE
2414ac_site_file2=NONE
2415if test -n "$CONFIG_SITE"; then
2416 ac_site_file1=$CONFIG_SITE
2417elif test "x$prefix" != xNONE; then
2418 ac_site_file1=$prefix/share/config.site
2419 ac_site_file2=$prefix/etc/config.site
2420else
2421 ac_site_file1=$ac_default_prefix/share/config.site
2422 ac_site_file2=$ac_default_prefix/etc/config.site
2423fi
2424for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2425do
2426 test "x$ac_site_file" = xNONE && continue
42ecbf5e 2427 if test -r "$ac_site_file"; then
81ecdfbb
RW
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2429$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e
DJ
2430 sed 's/^/| /' "$ac_site_file" >&5
2431 . "$ac_site_file"
2432 fi
2433done
2434
2435if test -r "$cache_file"; then
2436 # Some versions of bash will fail to source /dev/null (special
2437 # files actually), so we avoid doing that.
2438 if test -f "$cache_file"; then
81ecdfbb
RW
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2440$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2441 case $cache_file in
81ecdfbb
RW
2442 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2443 *) . "./$cache_file";;
42ecbf5e
DJ
2444 esac
2445 fi
2446else
81ecdfbb
RW
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2448$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2449 >$cache_file
2450fi
2451
2452# Check that the precious variables saved in the cache have kept the same
2453# value.
2454ac_cache_corrupted=false
81ecdfbb 2455for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2456 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2457 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2458 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2459 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2460 case $ac_old_set,$ac_new_set in
2461 set,)
81ecdfbb
RW
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2463$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2464 ac_cache_corrupted=: ;;
2465 ,set)
81ecdfbb
RW
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2467$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2468 ac_cache_corrupted=: ;;
2469 ,);;
2470 *)
2471 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2472 # differences in whitespace do not lead to failure.
2473 ac_old_val_w=`echo x $ac_old_val`
2474 ac_new_val_w=`echo x $ac_new_val`
2475 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2477$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2478 ac_cache_corrupted=:
2479 else
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2481$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2482 eval $ac_var=\$ac_old_val
2483 fi
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2485$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2487$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2488 fi;;
2489 esac
2490 # Pass precious variables to config.status.
2491 if test "$ac_new_set" = set; then
2492 case $ac_new_val in
81ecdfbb 2493 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2494 *) ac_arg=$ac_var=$ac_new_val ;;
2495 esac
2496 case " $ac_configure_args " in
2497 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2498 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2499 esac
2500 fi
2501done
2502if $ac_cache_corrupted; then
81ecdfbb
RW
2503 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2504$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2506$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2507 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2508fi
81ecdfbb
RW
2509## -------------------- ##
2510## Main body of script. ##
2511## -------------------- ##
42ecbf5e
DJ
2512
2513ac_ext=c
2514ac_cpp='$CPP $CPPFLAGS'
2515ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2516ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2517ac_compiler_gnu=$ac_cv_c_compiler_gnu
2518
2519
2520
42ecbf5e 2521
da594c4a 2522
42ecbf5e
DJ
2523
2524
2525ac_aux_dir=
81ecdfbb
RW
2526for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2527 for ac_t in install-sh install.sh shtool; do
2528 if test -f "$ac_dir/$ac_t"; then
2529 ac_aux_dir=$ac_dir
2530 ac_install_sh="$ac_aux_dir/$ac_t -c"
2531 break 2
2532 fi
2533 done
42ecbf5e
DJ
2534done
2535if test -z "$ac_aux_dir"; then
81ecdfbb 2536 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2537fi
81ecdfbb
RW
2538
2539# These three variables are undocumented and unsupported,
2540# and are intended to be withdrawn in a future Autoconf release.
2541# They can cause serious problems if a builder's source tree is in a directory
2542# whose full name contains unusual characters.
2543ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2544ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2545ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2546
42ecbf5e
DJ
2547
2548# Make sure we can run config.sub.
81ecdfbb
RW
2549$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2550 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2551
2552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2553$as_echo_n "checking build system type... " >&6; }
2554if test "${ac_cv_build+set}" = set; then :
2555 $as_echo_n "(cached) " >&6
2556else
2557 ac_build_alias=$build_alias
2558test "x$ac_build_alias" = x &&
2559 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2560test "x$ac_build_alias" = x &&
2561 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2562ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2563 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2564
2565fi
2566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2567$as_echo "$ac_cv_build" >&6; }
2568case $ac_cv_build in
2569*-*-*) ;;
2570*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2571esac
42ecbf5e 2572build=$ac_cv_build
81ecdfbb
RW
2573ac_save_IFS=$IFS; IFS='-'
2574set x $ac_cv_build
2575shift
2576build_cpu=$1
2577build_vendor=$2
2578shift; shift
2579# Remember, the first character of IFS is used to create $*,
2580# except with old shells:
2581build_os=$*
2582IFS=$ac_save_IFS
2583case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2584
2585
81ecdfbb
RW
2586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2587$as_echo_n "checking host system type... " >&6; }
2588if test "${ac_cv_host+set}" = set; then :
2589 $as_echo_n "(cached) " >&6
42ecbf5e 2590else
81ecdfbb
RW
2591 if test "x$host_alias" = x; then
2592 ac_cv_host=$ac_cv_build
2593else
2594 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2595 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2596fi
42ecbf5e
DJ
2597
2598fi
81ecdfbb
RW
2599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2600$as_echo "$ac_cv_host" >&6; }
2601case $ac_cv_host in
2602*-*-*) ;;
2603*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2604esac
42ecbf5e 2605host=$ac_cv_host
81ecdfbb
RW
2606ac_save_IFS=$IFS; IFS='-'
2607set x $ac_cv_host
2608shift
2609host_cpu=$1
2610host_vendor=$2
2611shift; shift
2612# Remember, the first character of IFS is used to create $*,
2613# except with old shells:
2614host_os=$*
2615IFS=$ac_save_IFS
2616case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2617
2618
81ecdfbb
RW
2619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2620$as_echo_n "checking target system type... " >&6; }
2621if test "${ac_cv_target+set}" = set; then :
2622 $as_echo_n "(cached) " >&6
2623else
2624 if test "x$target_alias" = x; then
2625 ac_cv_target=$ac_cv_host
42ecbf5e 2626else
81ecdfbb
RW
2627 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2628 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2629fi
42ecbf5e
DJ
2630
2631fi
81ecdfbb
RW
2632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2633$as_echo "$ac_cv_target" >&6; }
2634case $ac_cv_target in
2635*-*-*) ;;
2636*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2637esac
42ecbf5e 2638target=$ac_cv_target
81ecdfbb
RW
2639ac_save_IFS=$IFS; IFS='-'
2640set x $ac_cv_target
2641shift
2642target_cpu=$1
2643target_vendor=$2
2644shift; shift
2645# Remember, the first character of IFS is used to create $*,
2646# except with old shells:
2647target_os=$*
2648IFS=$ac_save_IFS
2649case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2650
2651
2652# The aliases save the names the user supplied, while $host etc.
2653# will get canonicalized.
2654test -n "$target_alias" &&
2655 test "$program_prefix$program_suffix$program_transform_name" = \
2656 NONENONEs,x,x, &&
2657 program_prefix=${target_alias}-
2658ac_ext=c
2659ac_cpp='$CPP $CPPFLAGS'
2660ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2661ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2662ac_compiler_gnu=$ac_cv_c_compiler_gnu
2663if test -n "$ac_tool_prefix"; then
2664 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2665set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2667$as_echo_n "checking for $ac_word... " >&6; }
2668if test "${ac_cv_prog_CC+set}" = set; then :
2669 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2670else
2671 if test -n "$CC"; then
2672 ac_cv_prog_CC="$CC" # Let the user override the test.
2673else
2674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2675for as_dir in $PATH
2676do
2677 IFS=$as_save_IFS
2678 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2679 for ac_exec_ext in '' $ac_executable_extensions; do
2680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2681 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2683 break 2
2684 fi
2685done
81ecdfbb
RW
2686 done
2687IFS=$as_save_IFS
42ecbf5e
DJ
2688
2689fi
2690fi
2691CC=$ac_cv_prog_CC
2692if test -n "$CC"; then
81ecdfbb
RW
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2694$as_echo "$CC" >&6; }
42ecbf5e 2695else
81ecdfbb
RW
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2697$as_echo "no" >&6; }
42ecbf5e
DJ
2698fi
2699
81ecdfbb 2700
42ecbf5e
DJ
2701fi
2702if test -z "$ac_cv_prog_CC"; then
2703 ac_ct_CC=$CC
2704 # Extract the first word of "gcc", so it can be a program name with args.
2705set dummy gcc; ac_word=$2
81ecdfbb
RW
2706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2707$as_echo_n "checking for $ac_word... " >&6; }
2708if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2709 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2710else
2711 if test -n "$ac_ct_CC"; then
2712 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2713else
2714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2715for as_dir in $PATH
2716do
2717 IFS=$as_save_IFS
2718 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2719 for ac_exec_ext in '' $ac_executable_extensions; do
2720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2721 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2723 break 2
2724 fi
2725done
81ecdfbb
RW
2726 done
2727IFS=$as_save_IFS
42ecbf5e
DJ
2728
2729fi
2730fi
2731ac_ct_CC=$ac_cv_prog_ac_ct_CC
2732if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2734$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2735else
81ecdfbb
RW
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2737$as_echo "no" >&6; }
42ecbf5e
DJ
2738fi
2739
81ecdfbb
RW
2740 if test "x$ac_ct_CC" = x; then
2741 CC=""
2742 else
2743 case $cross_compiling:$ac_tool_warned in
2744yes:)
2745{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2746$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2747ac_tool_warned=yes ;;
2748esac
2749 CC=$ac_ct_CC
2750 fi
42ecbf5e
DJ
2751else
2752 CC="$ac_cv_prog_CC"
2753fi
2754
2755if test -z "$CC"; then
81ecdfbb
RW
2756 if test -n "$ac_tool_prefix"; then
2757 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2758set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2760$as_echo_n "checking for $ac_word... " >&6; }
2761if test "${ac_cv_prog_CC+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2763else
2764 if test -n "$CC"; then
2765 ac_cv_prog_CC="$CC" # Let the user override the test.
2766else
2767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2768for as_dir in $PATH
2769do
2770 IFS=$as_save_IFS
2771 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2772 for ac_exec_ext in '' $ac_executable_extensions; do
2773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2774 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2776 break 2
2777 fi
2778done
81ecdfbb
RW
2779 done
2780IFS=$as_save_IFS
42ecbf5e
DJ
2781
2782fi
2783fi
2784CC=$ac_cv_prog_CC
2785if test -n "$CC"; then
81ecdfbb
RW
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2787$as_echo "$CC" >&6; }
42ecbf5e 2788else
81ecdfbb
RW
2789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2790$as_echo "no" >&6; }
42ecbf5e
DJ
2791fi
2792
81ecdfbb
RW
2793
2794 fi
42ecbf5e 2795fi
81ecdfbb 2796if test -z "$CC"; then
42ecbf5e
DJ
2797 # Extract the first word of "cc", so it can be a program name with args.
2798set dummy cc; ac_word=$2
81ecdfbb
RW
2799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2800$as_echo_n "checking for $ac_word... " >&6; }
2801if test "${ac_cv_prog_CC+set}" = set; then :
2802 $as_echo_n "(cached) " >&6
42ecbf5e 2803else
81ecdfbb
RW
2804 if test -n "$CC"; then
2805 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2806else
81ecdfbb 2807 ac_prog_rejected=no
42ecbf5e
DJ
2808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2809for as_dir in $PATH
2810do
2811 IFS=$as_save_IFS
2812 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2813 for ac_exec_ext in '' $ac_executable_extensions; do
2814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2815 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2816 ac_prog_rejected=yes
2817 continue
2818 fi
2819 ac_cv_prog_CC="cc"
2820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2821 break 2
2822 fi
2823done
81ecdfbb
RW
2824 done
2825IFS=$as_save_IFS
42ecbf5e
DJ
2826
2827if test $ac_prog_rejected = yes; then
2828 # We found a bogon in the path, so make sure we never use it.
2829 set dummy $ac_cv_prog_CC
2830 shift
2831 if test $# != 0; then
2832 # We chose a different compiler from the bogus one.
2833 # However, it has the same basename, so the bogon will be chosen
2834 # first if we set CC to just the basename; use the full file name.
2835 shift
2836 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2837 fi
2838fi
2839fi
2840fi
2841CC=$ac_cv_prog_CC
2842if test -n "$CC"; then
81ecdfbb
RW
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2844$as_echo "$CC" >&6; }
42ecbf5e 2845else
81ecdfbb
RW
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2847$as_echo "no" >&6; }
42ecbf5e
DJ
2848fi
2849
81ecdfbb 2850
42ecbf5e
DJ
2851fi
2852if test -z "$CC"; then
2853 if test -n "$ac_tool_prefix"; then
81ecdfbb 2854 for ac_prog in cl.exe
42ecbf5e
DJ
2855 do
2856 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2857set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2859$as_echo_n "checking for $ac_word... " >&6; }
2860if test "${ac_cv_prog_CC+set}" = set; then :
2861 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2862else
2863 if test -n "$CC"; then
2864 ac_cv_prog_CC="$CC" # Let the user override the test.
2865else
2866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2867for as_dir in $PATH
2868do
2869 IFS=$as_save_IFS
2870 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2871 for ac_exec_ext in '' $ac_executable_extensions; do
2872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2873 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2875 break 2
2876 fi
2877done
81ecdfbb
RW
2878 done
2879IFS=$as_save_IFS
42ecbf5e
DJ
2880
2881fi
2882fi
2883CC=$ac_cv_prog_CC
2884if test -n "$CC"; then
81ecdfbb
RW
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2886$as_echo "$CC" >&6; }
42ecbf5e 2887else
81ecdfbb
RW
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2889$as_echo "no" >&6; }
42ecbf5e
DJ
2890fi
2891
81ecdfbb 2892
42ecbf5e
DJ
2893 test -n "$CC" && break
2894 done
2895fi
2896if test -z "$CC"; then
2897 ac_ct_CC=$CC
81ecdfbb 2898 for ac_prog in cl.exe
42ecbf5e
DJ
2899do
2900 # Extract the first word of "$ac_prog", so it can be a program name with args.
2901set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2903$as_echo_n "checking for $ac_word... " >&6; }
2904if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2905 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2906else
2907 if test -n "$ac_ct_CC"; then
2908 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2909else
2910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2911for as_dir in $PATH
2912do
2913 IFS=$as_save_IFS
2914 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2915 for ac_exec_ext in '' $ac_executable_extensions; do
2916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2917 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2919 break 2
2920 fi
2921done
81ecdfbb
RW
2922 done
2923IFS=$as_save_IFS
42ecbf5e
DJ
2924
2925fi
2926fi
2927ac_ct_CC=$ac_cv_prog_ac_ct_CC
2928if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2930$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2931else
81ecdfbb
RW
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2933$as_echo "no" >&6; }
42ecbf5e
DJ
2934fi
2935
81ecdfbb 2936
42ecbf5e
DJ
2937 test -n "$ac_ct_CC" && break
2938done
2939
81ecdfbb
RW
2940 if test "x$ac_ct_CC" = x; then
2941 CC=""
2942 else
2943 case $cross_compiling:$ac_tool_warned in
2944yes:)
2945{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2946$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2947ac_tool_warned=yes ;;
2948esac
2949 CC=$ac_ct_CC
2950 fi
42ecbf5e
DJ
2951fi
2952
2953fi
2954
2955
81ecdfbb
RW
2956test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2957$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2958as_fn_error "no acceptable C compiler found in \$PATH
2959See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2960
2961# Provide some information about the compiler.
81ecdfbb
RW
2962$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2963set X $ac_compile
2964ac_compiler=$2
2965for ac_option in --version -v -V -qversion; do
2966 { { ac_try="$ac_compiler $ac_option >&5"
2967case "(($ac_try" in
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2970esac
2971eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2972$as_echo "$ac_try_echo"; } >&5
2973 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 2974 ac_status=$?
81ecdfbb
RW
2975 if test -s conftest.err; then
2976 sed '10a\
2977... rest of stderr output deleted ...
2978 10q' conftest.err >conftest.er1
2979 cat conftest.er1 >&5
2980 rm -f conftest.er1 conftest.err
2981 fi
2982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2983 test $ac_status = 0; }
2984done
42ecbf5e 2985
81ecdfbb 2986cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2987/* end confdefs.h. */
2988
2989int
2990main ()
2991{
2992
2993 ;
2994 return 0;
2995}
2996_ACEOF
2997ac_clean_files_save=$ac_clean_files
81ecdfbb 2998ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42ecbf5e
DJ
2999# Try to create an executable without -o first, disregard a.out.
3000# It will help us diagnose broken compilers, and finding out an intuition
3001# of exeext.
81ecdfbb
RW
3002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3003$as_echo_n "checking for C compiler default output file name... " >&6; }
3004ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3005
3006# The possible output files:
3007ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3008
3009ac_rmfiles=
3010for ac_file in $ac_files
3011do
3012 case $ac_file in
3013 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3014 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3015 esac
3016done
3017rm -f $ac_rmfiles
3018
3019if { { ac_try="$ac_link_default"
3020case "(($ac_try" in
3021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3022 *) ac_try_echo=$ac_try;;
3023esac
3024eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3025$as_echo "$ac_try_echo"; } >&5
3026 (eval "$ac_link_default") 2>&5
3027 ac_status=$?
3028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3029 test $ac_status = 0; }; then :
3030 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3031# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3032# in a Makefile. We should not override ac_cv_exeext if it was cached,
3033# so that the user can short-circuit this test for compilers unknown to
3034# Autoconf.
3035for ac_file in $ac_files ''
42ecbf5e
DJ
3036do
3037 test -f "$ac_file" || continue
3038 case $ac_file in
81ecdfbb 3039 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3040 ;;
3041 [ab].out )
3042 # We found the default executable, but exeext='' is most
3043 # certainly right.
3044 break;;
3045 *.* )
81ecdfbb
RW
3046 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3047 then :; else
3048 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3049 fi
3050 # We set ac_cv_exeext here because the later test for it is not
3051 # safe: cross compilers may not add the suffix if given an `-o'
3052 # argument, so we may need to know it at that point already.
3053 # Even if this section looks crufty: it has the advantage of
3054 # actually working.
42ecbf5e
DJ
3055 break;;
3056 * )
3057 break;;
3058 esac
3059done
81ecdfbb
RW
3060test "$ac_cv_exeext" = no && ac_cv_exeext=
3061
42ecbf5e 3062else
81ecdfbb
RW
3063 ac_file=''
3064fi
3065{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3066$as_echo "$ac_file" >&6; }
3067if test -z "$ac_file"; then :
3068 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3069sed 's/^/| /' conftest.$ac_ext >&5
3070
81ecdfbb
RW
3071{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3072$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3073{ as_fn_set_status 77
3074as_fn_error "C compiler cannot create executables
3075See \`config.log' for more details." "$LINENO" 5; }; }
42ecbf5e 3076fi
42ecbf5e 3077ac_exeext=$ac_cv_exeext
42ecbf5e 3078
81ecdfbb 3079# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3080# the compiler is broken, or we cross compile.
81ecdfbb
RW
3081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3082$as_echo_n "checking whether the C compiler works... " >&6; }
42ecbf5e
DJ
3083# If not cross compiling, check that we can run a simple program.
3084if test "$cross_compiling" != yes; then
3085 if { ac_try='./$ac_file'
81ecdfbb
RW
3086 { { case "(($ac_try" in
3087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3088 *) ac_try_echo=$ac_try;;
3089esac
3090eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3091$as_echo "$ac_try_echo"; } >&5
3092 (eval "$ac_try") 2>&5
42ecbf5e 3093 ac_status=$?
81ecdfbb
RW
3094 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3095 test $ac_status = 0; }; }; then
42ecbf5e
DJ
3096 cross_compiling=no
3097 else
3098 if test "$cross_compiling" = maybe; then
3099 cross_compiling=yes
3100 else
81ecdfbb
RW
3101 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3102$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3103as_fn_error "cannot run C compiled programs.
42ecbf5e 3104If you meant to cross compile, use \`--host'.
81ecdfbb 3105See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
3106 fi
3107 fi
3108fi
81ecdfbb
RW
3109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3110$as_echo "yes" >&6; }
42ecbf5e 3111
81ecdfbb 3112rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42ecbf5e 3113ac_clean_files=$ac_clean_files_save
81ecdfbb 3114# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3115# the compiler is broken, or we cross compile.
81ecdfbb
RW
3116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3117$as_echo_n "checking whether we are cross compiling... " >&6; }
3118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3119$as_echo "$cross_compiling" >&6; }
3120
3121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3122$as_echo_n "checking for suffix of executables... " >&6; }
3123if { { ac_try="$ac_link"
3124case "(($ac_try" in
3125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3126 *) ac_try_echo=$ac_try;;
3127esac
3128eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3129$as_echo "$ac_try_echo"; } >&5
3130 (eval "$ac_link") 2>&5
42ecbf5e 3131 ac_status=$?
81ecdfbb
RW
3132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3133 test $ac_status = 0; }; then :
42ecbf5e
DJ
3134 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3135# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3136# work properly (i.e., refer to `conftest.exe'), while it won't with
3137# `rm'.
3138for ac_file in conftest.exe conftest conftest.*; do
3139 test -f "$ac_file" || continue
3140 case $ac_file in
81ecdfbb 3141 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3142 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3143 break;;
3144 * ) break;;
3145 esac
3146done
3147else
81ecdfbb
RW
3148 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3149$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3150as_fn_error "cannot compute suffix of executables: cannot compile and link
3151See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3152fi
42ecbf5e 3153rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3155$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3156
3157rm -f conftest.$ac_ext
3158EXEEXT=$ac_cv_exeext
3159ac_exeext=$EXEEXT
81ecdfbb
RW
3160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3161$as_echo_n "checking for suffix of object files... " >&6; }
3162if test "${ac_cv_objext+set}" = set; then :
3163 $as_echo_n "(cached) " >&6
42ecbf5e 3164else
81ecdfbb 3165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3166/* end confdefs.h. */
3167
3168int
3169main ()
3170{
3171
3172 ;
3173 return 0;
3174}
3175_ACEOF
3176rm -f conftest.o conftest.obj
81ecdfbb
RW
3177if { { ac_try="$ac_compile"
3178case "(($ac_try" in
3179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180 *) ac_try_echo=$ac_try;;
3181esac
3182eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3183$as_echo "$ac_try_echo"; } >&5
3184 (eval "$ac_compile") 2>&5
3185 ac_status=$?
3186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3187 test $ac_status = 0; }; then :
3188 for ac_file in conftest.o conftest.obj conftest.*; do
3189 test -f "$ac_file" || continue;
42ecbf5e 3190 case $ac_file in
81ecdfbb 3191 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3192 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3193 break;;
3194 esac
3195done
3196else
81ecdfbb 3197 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3198sed 's/^/| /' conftest.$ac_ext >&5
3199
81ecdfbb
RW
3200{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3201$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3202as_fn_error "cannot compute suffix of object files: cannot compile
3203See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3204fi
42ecbf5e
DJ
3205rm -f conftest.$ac_cv_objext conftest.$ac_ext
3206fi
81ecdfbb
RW
3207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3208$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3209OBJEXT=$ac_cv_objext
3210ac_objext=$OBJEXT
81ecdfbb
RW
3211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3212$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3213if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3214 $as_echo_n "(cached) " >&6
42ecbf5e 3215else
81ecdfbb 3216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3217/* end confdefs.h. */
3218
3219int
3220main ()
3221{
3222#ifndef __GNUC__
3223 choke me
3224#endif
3225
3226 ;
3227 return 0;
3228}
3229_ACEOF
81ecdfbb 3230if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3231 ac_compiler_gnu=yes
3232else
81ecdfbb 3233 ac_compiler_gnu=no
42ecbf5e 3234fi
81ecdfbb 3235rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3236ac_cv_c_compiler_gnu=$ac_compiler_gnu
3237
3238fi
81ecdfbb
RW
3239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3240$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3241if test $ac_compiler_gnu = yes; then
3242 GCC=yes
3243else
3244 GCC=
3245fi
42ecbf5e
DJ
3246ac_test_CFLAGS=${CFLAGS+set}
3247ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3249$as_echo_n "checking whether $CC accepts -g... " >&6; }
3250if test "${ac_cv_prog_cc_g+set}" = set; then :
3251 $as_echo_n "(cached) " >&6
3252else
3253 ac_save_c_werror_flag=$ac_c_werror_flag
3254 ac_c_werror_flag=yes
3255 ac_cv_prog_cc_g=no
3256 CFLAGS="-g"
3257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3258/* end confdefs.h. */
3259
3260int
3261main ()
3262{
3263
3264 ;
3265 return 0;
3266}
3267_ACEOF
81ecdfbb 3268if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3269 ac_cv_prog_cc_g=yes
3270else
81ecdfbb
RW
3271 CFLAGS=""
3272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3273/* end confdefs.h. */
3274
3275int
3276main ()
3277{
3278
3279 ;
3280 return 0;
3281}
3282_ACEOF
3283if ac_fn_c_try_compile "$LINENO"; then :
3284
3285else
3286 ac_c_werror_flag=$ac_save_c_werror_flag
3287 CFLAGS="-g"
3288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3289/* end confdefs.h. */
3290
3291int
3292main ()
3293{
42ecbf5e 3294
81ecdfbb
RW
3295 ;
3296 return 0;
3297}
3298_ACEOF
3299if ac_fn_c_try_compile "$LINENO"; then :
3300 ac_cv_prog_cc_g=yes
3301fi
3302rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3303fi
81ecdfbb 3304rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3305fi
81ecdfbb
RW
3306rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3307 ac_c_werror_flag=$ac_save_c_werror_flag
3308fi
3309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3310$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3311if test "$ac_test_CFLAGS" = set; then
3312 CFLAGS=$ac_save_CFLAGS
3313elif test $ac_cv_prog_cc_g = yes; then
3314 if test "$GCC" = yes; then
3315 CFLAGS="-g -O2"
3316 else
3317 CFLAGS="-g"
3318 fi
3319else
3320 if test "$GCC" = yes; then
3321 CFLAGS="-O2"
3322 else
3323 CFLAGS=
3324 fi
3325fi
81ecdfbb
RW
3326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3327$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3328if test "${ac_cv_prog_cc_c89+set}" = set; then :
3329 $as_echo_n "(cached) " >&6
42ecbf5e 3330else
81ecdfbb 3331 ac_cv_prog_cc_c89=no
42ecbf5e 3332ac_save_CC=$CC
81ecdfbb 3333cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3334/* end confdefs.h. */
3335#include <stdarg.h>
3336#include <stdio.h>
3337#include <sys/types.h>
3338#include <sys/stat.h>
3339/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3340struct buf { int x; };
3341FILE * (*rcsopen) (struct buf *, struct stat *, int);
3342static char *e (p, i)
3343 char **p;
3344 int i;
3345{
3346 return p[i];
3347}
3348static char *f (char * (*g) (char **, int), char **p, ...)
3349{
3350 char *s;
3351 va_list v;
3352 va_start (v,p);
3353 s = g (p, va_arg (v,int));
3354 va_end (v);
3355 return s;
3356}
3357
3358/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3359 function prototypes and stuff, but not '\xHH' hex character constants.
3360 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3361 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3362 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3363 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3364 that's true only with -std. */
42ecbf5e
DJ
3365int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3366
81ecdfbb
RW
3367/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3368 inside strings and character constants. */
3369#define FOO(x) 'x'
3370int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3371
42ecbf5e
DJ
3372int test (int i, double x);
3373struct s1 {int (*f) (int a);};
3374struct s2 {int (*f) (double a);};
3375int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3376int argc;
3377char **argv;
3378int
3379main ()
3380{
3381return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3382 ;
3383 return 0;
3384}
3385_ACEOF
81ecdfbb
RW
3386for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3387 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3388do
3389 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3390 if ac_fn_c_try_compile "$LINENO"; then :
3391 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3392fi
81ecdfbb
RW
3393rm -f core conftest.err conftest.$ac_objext
3394 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3395done
81ecdfbb 3396rm -f conftest.$ac_ext
42ecbf5e
DJ
3397CC=$ac_save_CC
3398
3399fi
81ecdfbb
RW
3400# AC_CACHE_VAL
3401case "x$ac_cv_prog_cc_c89" in
3402 x)
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3404$as_echo "none needed" >&6; } ;;
3405 xno)
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3407$as_echo "unsupported" >&6; } ;;
42ecbf5e 3408 *)
81ecdfbb
RW
3409 CC="$CC $ac_cv_prog_cc_c89"
3410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3411$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3412esac
81ecdfbb 3413if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3414
42ecbf5e
DJ
3415fi
3416
42ecbf5e
DJ
3417ac_ext=c
3418ac_cpp='$CPP $CPPFLAGS'
3419ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3420ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3421ac_compiler_gnu=$ac_cv_c_compiler_gnu
3422
3423
81ecdfbb
RW
3424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3425$as_echo_n "checking for library containing strerror... " >&6; }
3426if test "${ac_cv_search_strerror+set}" = set; then :
3427 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3428else
3429 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3430cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3431/* end confdefs.h. */
3432
81ecdfbb
RW
3433/* Override any GCC internal prototype to avoid an error.
3434 Use char because int might match the return type of a GCC
3435 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3436#ifdef __cplusplus
3437extern "C"
3438#endif
42ecbf5e
DJ
3439char strerror ();
3440int
3441main ()
3442{
81ecdfbb 3443return strerror ();
42ecbf5e
DJ
3444 ;
3445 return 0;
3446}
3447_ACEOF
81ecdfbb
RW
3448for ac_lib in '' cposix; do
3449 if test -z "$ac_lib"; then
3450 ac_res="none required"
3451 else
3452 ac_res=-l$ac_lib
42ecbf5e 3453 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3454 fi
3455 if ac_fn_c_try_link "$LINENO"; then :
3456 ac_cv_search_strerror=$ac_res
3457fi
3458rm -f core conftest.err conftest.$ac_objext \
3459 conftest$ac_exeext
3460 if test "${ac_cv_search_strerror+set}" = set; then :
3461 break
3462fi
3463done
3464if test "${ac_cv_search_strerror+set}" = set; then :
42ecbf5e 3465
42ecbf5e 3466else
81ecdfbb 3467 ac_cv_search_strerror=no
42ecbf5e 3468fi
81ecdfbb 3469rm conftest.$ac_ext
42ecbf5e
DJ
3470LIBS=$ac_func_search_save_LIBS
3471fi
81ecdfbb
RW
3472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3473$as_echo "$ac_cv_search_strerror" >&6; }
3474ac_res=$ac_cv_search_strerror
3475if test "$ac_res" != no; then :
3476 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3477
3478fi
3479
3480
81ecdfbb
RW
3481am__api_version='1.11'
3482
42ecbf5e
DJ
3483# Find a good install program. We prefer a C program (faster),
3484# so one script is as good as another. But avoid the broken or
3485# incompatible versions:
3486# SysV /etc/install, /usr/sbin/install
3487# SunOS /usr/etc/install
3488# IRIX /sbin/install
3489# AIX /bin/install
3490# AmigaOS /C/install, which installs bootblocks on floppy discs
3491# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3492# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3493# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3494# OS/2's system install, which has a completely different semantic
3495# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3496# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3498$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3499if test -z "$INSTALL"; then
81ecdfbb
RW
3500if test "${ac_cv_path_install+set}" = set; then :
3501 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3502else
3503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3504for as_dir in $PATH
3505do
3506 IFS=$as_save_IFS
3507 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3508 # Account for people who put trailing slashes in PATH elements.
3509case $as_dir/ in #((
3510 ./ | .// | /[cC]/* | \
42ecbf5e 3511 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3512 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3513 /usr/ucb/* ) ;;
3514 *)
3515 # OSF1 and SCO ODT 3.0 have their own names for install.
3516 # Don't use installbsd from OSF since it installs stuff as root
3517 # by default.
3518 for ac_prog in ginstall scoinst install; do
3519 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3520 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
42ecbf5e
DJ
3521 if test $ac_prog = install &&
3522 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3523 # AIX install. It has an incompatible calling convention.
3524 :
42ecbf5e
DJ
3525 elif test $ac_prog = install &&
3526 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3527 # program-specific install script used by HP pwplus--don't use.
3528 :
252b5132 3529 else
58c85be7
RW
3530 rm -rf conftest.one conftest.two conftest.dir
3531 echo one > conftest.one
3532 echo two > conftest.two
3533 mkdir conftest.dir
3534 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3535 test -s conftest.one && test -s conftest.two &&
3536 test -s conftest.dir/conftest.one &&
3537 test -s conftest.dir/conftest.two
3538 then
3539 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3540 break 3
3541 fi
252b5132
RH
3542 fi
3543 fi
d15b04bd 3544 done
42ecbf5e
DJ
3545 done
3546 ;;
3547esac
81ecdfbb
RW
3548
3549 done
3550IFS=$as_save_IFS
42ecbf5e 3551
58c85be7 3552rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3553
3554fi
3555 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3556 INSTALL=$ac_cv_path_install
252b5132 3557 else
58c85be7
RW
3558 # As a last resort, use the slow shell script. Don't cache a
3559 # value for INSTALL within a source directory, because that will
252b5132 3560 # break other packages using the cache if that directory is
58c85be7 3561 # removed, or if the value is a relative name.
42ecbf5e 3562 INSTALL=$ac_install_sh
252b5132
RH
3563 fi
3564fi
81ecdfbb
RW
3565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3566$as_echo "$INSTALL" >&6; }
252b5132
RH
3567
3568# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3569# It thinks the first close brace ends the variable substitution.
3570test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3571
42ecbf5e 3572test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3573
3574test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3575
81ecdfbb
RW
3576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3577$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3578# Just in case
3579sleep 1
42ecbf5e 3580echo timestamp > conftest.file
81ecdfbb
RW
3581# Reject unsafe characters in $srcdir or the absolute working directory
3582# name. Accept space and tab only in the latter.
3583am_lf='
3584'
3585case `pwd` in
3586 *[\\\"\#\$\&\'\`$am_lf]*)
3587 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3588esac
3589case $srcdir in
3590 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3591 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3592esac
3593
252b5132
RH
3594# Do `set' in a subshell so we don't clobber the current shell's
3595# arguments. Must try -L first in case configure is actually a
3596# symlink; some systems play weird games with the mod time of symlinks
3597# (eg FreeBSD returns the mod time of the symlink's containing
3598# directory).
3599if (
81ecdfbb 3600 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3601 if test "$*" = "X"; then
3602 # -L didn't work.
81ecdfbb 3603 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3604 fi
42ecbf5e
DJ
3605 rm -f conftest.file
3606 if test "$*" != "X $srcdir/configure conftest.file" \
3607 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3608
3609 # If neither matched, then we have a broken ls. This can happen
3610 # if, for instance, CONFIG_SHELL is bash and it inherits a
3611 # broken ls alias from the environment. This has actually
3612 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3613 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3614alias in your environment" "$LINENO" 5
252b5132
RH
3615 fi
3616
42ecbf5e 3617 test "$2" = conftest.file
252b5132
RH
3618 )
3619then
3620 # Ok.
3621 :
3622else
81ecdfbb
RW
3623 as_fn_error "newly created file is older than distributed files!
3624Check your system clock" "$LINENO" 5
42ecbf5e 3625fi
81ecdfbb
RW
3626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3627$as_echo "yes" >&6; }
42ecbf5e 3628test "$program_prefix" != NONE &&
81ecdfbb 3629 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3630# Use a double $ so make ignores it.
3631test "$program_suffix" != NONE &&
81ecdfbb
RW
3632 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3633# Double any \ or $.
42ecbf5e 3634# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3635ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3636program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e
DJ
3637
3638# expand $ac_aux_dir to an absolute path
3639am_aux_dir=`cd $ac_aux_dir && pwd`
3640
81ecdfbb
RW
3641if test x"${MISSING+set}" != xset; then
3642 case $am_aux_dir in
3643 *\ * | *\ *)
3644 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3645 *)
3646 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3647 esac
3648fi
42ecbf5e
DJ
3649# Use eval to expand $SHELL
3650if eval "$MISSING --run true"; then
3651 am_missing_run="$MISSING --run "
3652else
3653 am_missing_run=
81ecdfbb
RW
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3655$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3656fi
3657
81ecdfbb
RW
3658if test x"${install_sh}" != xset; then
3659 case $am_aux_dir in
3660 *\ * | *\ *)
3661 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3662 *)
3663 install_sh="\${SHELL} $am_aux_dir/install-sh"
3664 esac
3665fi
3666
3667# Installed binaries are usually stripped using `strip' when the user
3668# run `make install-strip'. However `strip' might not be the right
3669# tool to use in cross-compilation environments, therefore Automake
3670# will honor the `STRIP' environment variable to overrule this program.
3671if test "$cross_compiling" != no; then
3672 if test -n "$ac_tool_prefix"; then
3673 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3674set dummy ${ac_tool_prefix}strip; ac_word=$2
3675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3676$as_echo_n "checking for $ac_word... " >&6; }
3677if test "${ac_cv_prog_STRIP+set}" = set; then :
3678 $as_echo_n "(cached) " >&6
42ecbf5e 3679else
81ecdfbb
RW
3680 if test -n "$STRIP"; then
3681 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3682else
3683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3684for as_dir in $PATH
3685do
3686 IFS=$as_save_IFS
3687 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3688 for ac_exec_ext in '' $ac_executable_extensions; do
3689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3690 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3692 break 2
3693 fi
3694done
3695 done
3696IFS=$as_save_IFS
3697
3698fi
3699fi
3700STRIP=$ac_cv_prog_STRIP
3701if test -n "$STRIP"; then
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3703$as_echo "$STRIP" >&6; }
3704else
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3706$as_echo "no" >&6; }
3707fi
3708
3709
3710fi
3711if test -z "$ac_cv_prog_STRIP"; then
3712 ac_ct_STRIP=$STRIP
3713 # Extract the first word of "strip", so it can be a program name with args.
3714set dummy strip; ac_word=$2
3715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3716$as_echo_n "checking for $ac_word... " >&6; }
3717if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3718 $as_echo_n "(cached) " >&6
3719else
3720 if test -n "$ac_ct_STRIP"; then
3721 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3722else
3723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724for as_dir in $PATH
3725do
3726 IFS=$as_save_IFS
3727 test -z "$as_dir" && as_dir=.
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730 ac_cv_prog_ac_ct_STRIP="strip"
3731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3732 break 2
3733 fi
3734done
81ecdfbb
RW
3735 done
3736IFS=$as_save_IFS
3737
3738fi
3739fi
3740ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3741if test -n "$ac_ct_STRIP"; then
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3743$as_echo "$ac_ct_STRIP" >&6; }
3744else
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746$as_echo "no" >&6; }
3747fi
3748
3749 if test "x$ac_ct_STRIP" = x; then
3750 STRIP=":"
3751 else
3752 case $cross_compiling:$ac_tool_warned in
3753yes:)
3754{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3755$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3756ac_tool_warned=yes ;;
3757esac
3758 STRIP=$ac_ct_STRIP
3759 fi
3760else
3761 STRIP="$ac_cv_prog_STRIP"
3762fi
3763
3764fi
3765INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3766
3767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3768$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3769if test -z "$MKDIR_P"; then
3770 if test "${ac_cv_path_mkdir+set}" = set; then :
3771 $as_echo_n "(cached) " >&6
3772else
3773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3775do
3776 IFS=$as_save_IFS
3777 test -z "$as_dir" && as_dir=.
3778 for ac_prog in mkdir gmkdir; do
3779 for ac_exec_ext in '' $ac_executable_extensions; do
3780 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3781 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3782 'mkdir (GNU coreutils) '* | \
3783 'mkdir (coreutils) '* | \
3784 'mkdir (fileutils) '4.1*)
3785 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3786 break 3;;
3787 esac
3788 done
3789 done
3790 done
3791IFS=$as_save_IFS
3792
3793fi
3794
3795 if test "${ac_cv_path_mkdir+set}" = set; then
3796 MKDIR_P="$ac_cv_path_mkdir -p"
3797 else
3798 # As a last resort, use the slow shell script. Don't cache a
3799 # value for MKDIR_P within a source directory, because that will
3800 # break other packages using the cache if that directory is
3801 # removed, or if the value is a relative name.
3802 test -d ./--version && rmdir ./--version
3803 MKDIR_P="$ac_install_sh -d"
3804 fi
3805fi
3806{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3807$as_echo "$MKDIR_P" >&6; }
3808
3809mkdir_p="$MKDIR_P"
3810case $mkdir_p in
3811 [\\/$]* | ?:[\\/]*) ;;
3812 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3813esac
3814
3815for ac_prog in gawk mawk nawk awk
3816do
3817 # Extract the first word of "$ac_prog", so it can be a program name with args.
3818set dummy $ac_prog; ac_word=$2
3819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3820$as_echo_n "checking for $ac_word... " >&6; }
3821if test "${ac_cv_prog_AWK+set}" = set; then :
3822 $as_echo_n "(cached) " >&6
3823else
3824 if test -n "$AWK"; then
3825 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3826else
3827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3828for as_dir in $PATH
3829do
3830 IFS=$as_save_IFS
3831 test -z "$as_dir" && as_dir=.
3832 for ac_exec_ext in '' $ac_executable_extensions; do
3833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3834 ac_cv_prog_AWK="$ac_prog"
3835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3836 break 2
3837 fi
42ecbf5e 3838done
81ecdfbb
RW
3839 done
3840IFS=$as_save_IFS
42ecbf5e
DJ
3841
3842fi
3843fi
3844AWK=$ac_cv_prog_AWK
3845if test -n "$AWK"; then
81ecdfbb
RW
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3847$as_echo "$AWK" >&6; }
42ecbf5e 3848else
81ecdfbb
RW
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3850$as_echo "no" >&6; }
42ecbf5e
DJ
3851fi
3852
81ecdfbb 3853
42ecbf5e
DJ
3854 test -n "$AWK" && break
3855done
3856
81ecdfbb
RW
3857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3858$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3859set x ${MAKE-make}
3860ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3861if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3862 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3863else
3864 cat >conftest.make <<\_ACEOF
81ecdfbb 3865SHELL = /bin/sh
42ecbf5e 3866all:
81ecdfbb 3867 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e
DJ
3868_ACEOF
3869# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3870case `${MAKE-make} -f conftest.make 2>/dev/null` in
3871 *@@@%%%=?*=@@@%%%*)
3872 eval ac_cv_prog_make_${ac_make}_set=yes;;
3873 *)
3874 eval ac_cv_prog_make_${ac_make}_set=no;;
3875esac
42ecbf5e
DJ
3876rm -f conftest.make
3877fi
81ecdfbb
RW
3878if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3880$as_echo "yes" >&6; }
42ecbf5e
DJ
3881 SET_MAKE=
3882else
81ecdfbb
RW
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3884$as_echo "no" >&6; }
42ecbf5e
DJ
3885 SET_MAKE="MAKE=${MAKE-make}"
3886fi
3887
3888rm -rf .tst 2>/dev/null
3889mkdir .tst 2>/dev/null
3890if test -d .tst; then
3891 am__leading_dot=.
3892else
3893 am__leading_dot=_
3894fi
3895rmdir .tst 2>/dev/null
3896
3897DEPDIR="${am__leading_dot}deps"
3898
81ecdfbb 3899ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
3900
3901
3902am_make=${MAKE-make}
3903cat > confinc << 'END'
3904am__doit:
81ecdfbb 3905 @echo this is the am__doit target
42ecbf5e
DJ
3906.PHONY: am__doit
3907END
3908# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3910$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
3911am__include="#"
3912am__quote=
3913_am_result=none
3914# First try GNU make style include.
3915echo "include confinc" > confmf
81ecdfbb
RW
3916# Ignore all kinds of additional output from `make'.
3917case `$am_make -s -f confmf 2> /dev/null` in #(
3918*the\ am__doit\ target*)
3919 am__include=include
3920 am__quote=
3921 _am_result=GNU
3922 ;;
3923esac
42ecbf5e
DJ
3924# Now try BSD make style include.
3925if test "$am__include" = "#"; then
3926 echo '.include "confinc"' > confmf
81ecdfbb
RW
3927 case `$am_make -s -f confmf 2> /dev/null` in #(
3928 *the\ am__doit\ target*)
3929 am__include=.include
3930 am__quote="\""
3931 _am_result=BSD
3932 ;;
3933 esac
42ecbf5e
DJ
3934fi
3935
3936
81ecdfbb
RW
3937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3938$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
3939rm -f confinc confmf
3940
81ecdfbb
RW
3941# Check whether --enable-dependency-tracking was given.
3942if test "${enable_dependency_tracking+set}" = set; then :
3943 enableval=$enable_dependency_tracking;
3944fi
42ecbf5e 3945
42ecbf5e
DJ
3946if test "x$enable_dependency_tracking" != xno; then
3947 am_depcomp="$ac_aux_dir/depcomp"
3948 AMDEPBACKSLASH='\'
3949fi
81ecdfbb 3950 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
3951 AMDEP_TRUE=
3952 AMDEP_FALSE='#'
3953else
3954 AMDEP_TRUE='#'
3955 AMDEP_FALSE=
3956fi
3957
3958
81ecdfbb
RW
3959if test "`cd $srcdir && pwd`" != "`pwd`"; then
3960 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3961 # is not polluted with repeated "-I."
3962 am__isrc=' -I$(srcdir)'
3963 # test to see if srcdir already configured
3964 if test -f $srcdir/config.status; then
3965 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3966 fi
42ecbf5e
DJ
3967fi
3968
3969# test whether we have cygpath
3970if test -z "$CYGPATH_W"; then
3971 if (cygpath --version) >/dev/null 2>/dev/null; then
3972 CYGPATH_W='cygpath -w'
3973 else
3974 CYGPATH_W=echo
3975 fi
3976fi
3977
3978
3979# Define the identity of the package.
2e98a7bd 3980 PACKAGE='binutils'
d8bd95ef 3981 VERSION='2.26.51'
42ecbf5e
DJ
3982
3983
3984cat >>confdefs.h <<_ACEOF
3985#define PACKAGE "$PACKAGE"
3986_ACEOF
3987
3988
3989cat >>confdefs.h <<_ACEOF
3990#define VERSION "$VERSION"
3991_ACEOF
3992
3993# Some tools Automake needs.
3994
3995ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3996
3997
3998AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3999
4000
4001AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4002
4003
4004AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4005
4006
4007MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4008
42ecbf5e
DJ
4009# We need awk for the "check" target. The system "awk" is bad on
4010# some platforms.
4011# Always define AMTAR for backward compatibility.
252b5132 4012
42ecbf5e 4013AMTAR=${AMTAR-"${am_missing_run}tar"}
252b5132 4014
42ecbf5e 4015am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
252b5132
RH
4016
4017
4018
252b5132 4019
42ecbf5e
DJ
4020depcc="$CC" am_compiler_list=
4021
81ecdfbb
RW
4022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4023$as_echo_n "checking dependency style of $depcc... " >&6; }
4024if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4025 $as_echo_n "(cached) " >&6
252b5132 4026else
42ecbf5e
DJ
4027 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4028 # We make a subdir and do the tests there. Otherwise we can end up
4029 # making bogus files that we don't know about and never remove. For
4030 # instance it was reported that on HP-UX the gcc test will end up
4031 # making a dummy file named `D' -- because `-MD' means `put the output
4032 # in D'.
4033 mkdir conftest.dir
4034 # Copy depcomp to subdir because otherwise we won't find it if we're
4035 # using a relative directory.
4036 cp "$am_depcomp" conftest.dir
4037 cd conftest.dir
4038 # We will build objects and dependencies in a subdirectory because
4039 # it helps to detect inapplicable dependency modes. For instance
4040 # both Tru64's cc and ICC support -MD to output dependencies as a
4041 # side effect of compilation, but ICC will put the dependencies in
4042 # the current directory while Tru64 will put them in the object
4043 # directory.
4044 mkdir sub
252b5132 4045
42ecbf5e
DJ
4046 am_cv_CC_dependencies_compiler_type=none
4047 if test "$am_compiler_list" = ""; then
4048 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4049 fi
81ecdfbb
RW
4050 am__universal=false
4051 case " $depcc " in #(
4052 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4053 esac
4054
42ecbf5e
DJ
4055 for depmode in $am_compiler_list; do
4056 # Setup a source with many dependencies, because some compilers
4057 # like to wrap large dependency lists on column 80 (with \), and
4058 # we should not choose a depcomp mode which is confused by this.
4059 #
4060 # We need to recreate these files for each test, as the compiler may
4061 # overwrite some of them when testing with obscure command lines.
4062 # This happens at least with the AIX C compiler.
4063 : > sub/conftest.c
4064 for i in 1 2 3 4 5 6; do
4065 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4066 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4067 # Solaris 8's {/usr,}/bin/sh.
4068 touch sub/conftst$i.h
4069 done
4070 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4071
81ecdfbb
RW
4072 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4073 # mode. It turns out that the SunPro C++ compiler does not properly
4074 # handle `-M -o', and we need to detect this. Also, some Intel
4075 # versions had trouble with output in subdirs
4076 am__obj=sub/conftest.${OBJEXT-o}
4077 am__minus_obj="-o $am__obj"
42ecbf5e 4078 case $depmode in
81ecdfbb
RW
4079 gcc)
4080 # This depmode causes a compiler race in universal mode.
4081 test "$am__universal" = false || continue
4082 ;;
42ecbf5e
DJ
4083 nosideeffect)
4084 # after this tag, mechanisms are not by side-effect, so they'll
4085 # only be used when explicitly requested
4086 if test "x$enable_dependency_tracking" = xyes; then
4087 continue
4088 else
4089 break
4090 fi
4091 ;;
81ecdfbb
RW
4092 msvisualcpp | msvcmsys)
4093 # This compiler won't grok `-c -o', but also, the minuso test has
4094 # not run yet. These depmodes are late enough in the game, and
4095 # so weak that their functioning should not be impacted.
4096 am__obj=conftest.${OBJEXT-o}
4097 am__minus_obj=
4098 ;;
42ecbf5e
DJ
4099 none) break ;;
4100 esac
42ecbf5e 4101 if depmode=$depmode \
81ecdfbb 4102 source=sub/conftest.c object=$am__obj \
42ecbf5e 4103 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4104 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4105 >/dev/null 2>conftest.err &&
81ecdfbb 4106 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4107 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4108 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4109 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4110 # icc doesn't choke on unknown options, it will just issue warnings
4111 # or remarks (even with -Werror). So we grep stderr for any message
4112 # that says an option was ignored or not supported.
4113 # When given -MP, icc 7.0 and 7.1 complain thusly:
4114 # icc: Command line warning: ignoring option '-M'; no argument required
4115 # The diagnosis changed in icc 8.0:
4116 # icc: Command line remark: option '-MP' not supported
4117 if (grep 'ignoring option' conftest.err ||
4118 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4119 am_cv_CC_dependencies_compiler_type=$depmode
4120 break
4121 fi
4122 fi
4123 done
4124
4125 cd ..
4126 rm -rf conftest.dir
252b5132 4127else
42ecbf5e 4128 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
4129fi
4130
252b5132 4131fi
81ecdfbb
RW
4132{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4133$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4134CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4135
81ecdfbb 4136 if
42ecbf5e
DJ
4137 test "x$enable_dependency_tracking" != xno \
4138 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4139 am__fastdepCC_TRUE=
4140 am__fastdepCC_FALSE='#'
252b5132 4141else
42ecbf5e
DJ
4142 am__fastdepCC_TRUE='#'
4143 am__fastdepCC_FALSE=
252b5132
RH
4144fi
4145
4146
4147
42ecbf5e 4148
d45dc31f
SE
4149ac_ext=c
4150ac_cpp='$CPP $CPPFLAGS'
4151ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4152ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4153ac_compiler_gnu=$ac_cv_c_compiler_gnu
4154if test -n "$ac_tool_prefix"; then
4155 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4156set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4158$as_echo_n "checking for $ac_word... " >&6; }
4159if test "${ac_cv_prog_CC+set}" = set; then :
4160 $as_echo_n "(cached) " >&6
252b5132 4161else
d45dc31f
SE
4162 if test -n "$CC"; then
4163 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 4164else
d45dc31f
SE
4165as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4166for as_dir in $PATH
4167do
4168 IFS=$as_save_IFS
4169 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4170 for ac_exec_ext in '' $ac_executable_extensions; do
4171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4172 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4174 break 2
4175 fi
4176done
81ecdfbb
RW
4177 done
4178IFS=$as_save_IFS
ceae3e33 4179
d45dc31f
SE
4180fi
4181fi
4182CC=$ac_cv_prog_CC
4183if test -n "$CC"; then
81ecdfbb
RW
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4185$as_echo "$CC" >&6; }
252b5132 4186else
81ecdfbb
RW
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4188$as_echo "no" >&6; }
252b5132 4189fi
d45dc31f 4190
81ecdfbb 4191
d45dc31f
SE
4192fi
4193if test -z "$ac_cv_prog_CC"; then
4194 ac_ct_CC=$CC
4195 # Extract the first word of "gcc", so it can be a program name with args.
4196set dummy gcc; ac_word=$2
81ecdfbb
RW
4197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4198$as_echo_n "checking for $ac_word... " >&6; }
4199if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4200 $as_echo_n "(cached) " >&6
252b5132 4201else
d45dc31f
SE
4202 if test -n "$ac_ct_CC"; then
4203 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4204else
d45dc31f
SE
4205as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4206for as_dir in $PATH
4207do
4208 IFS=$as_save_IFS
4209 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4210 for ac_exec_ext in '' $ac_executable_extensions; do
4211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4212 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4214 break 2
4215 fi
4216done
81ecdfbb
RW
4217 done
4218IFS=$as_save_IFS
d45dc31f 4219
252b5132
RH
4220fi
4221fi
d45dc31f
SE
4222ac_ct_CC=$ac_cv_prog_ac_ct_CC
4223if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4225$as_echo "$ac_ct_CC" >&6; }
252b5132 4226else
81ecdfbb
RW
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4228$as_echo "no" >&6; }
252b5132 4229fi
d45dc31f 4230
81ecdfbb
RW
4231 if test "x$ac_ct_CC" = x; then
4232 CC=""
4233 else
4234 case $cross_compiling:$ac_tool_warned in
4235yes:)
4236{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4237$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4238ac_tool_warned=yes ;;
4239esac
4240 CC=$ac_ct_CC
4241 fi
d45dc31f
SE
4242else
4243 CC="$ac_cv_prog_CC"
4244fi
4245
4246if test -z "$CC"; then
81ecdfbb
RW
4247 if test -n "$ac_tool_prefix"; then
4248 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4249set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4251$as_echo_n "checking for $ac_word... " >&6; }
4252if test "${ac_cv_prog_CC+set}" = set; then :
4253 $as_echo_n "(cached) " >&6
252b5132 4254else
d45dc31f
SE
4255 if test -n "$CC"; then
4256 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4257else
d45dc31f
SE
4258as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4259for as_dir in $PATH
4260do
4261 IFS=$as_save_IFS
4262 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4263 for ac_exec_ext in '' $ac_executable_extensions; do
4264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4265 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4267 break 2
4268 fi
4269done
81ecdfbb
RW
4270 done
4271IFS=$as_save_IFS
d45dc31f 4272
252b5132
RH
4273fi
4274fi
d45dc31f
SE
4275CC=$ac_cv_prog_CC
4276if test -n "$CC"; then
81ecdfbb
RW
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4278$as_echo "$CC" >&6; }
d45dc31f 4279else
81ecdfbb
RW
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4281$as_echo "no" >&6; }
252b5132
RH
4282fi
4283
252b5132 4284
81ecdfbb 4285 fi
d45dc31f
SE
4286fi
4287if test -z "$CC"; then
4288 # Extract the first word of "cc", so it can be a program name with args.
4289set dummy cc; ac_word=$2
81ecdfbb
RW
4290{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4291$as_echo_n "checking for $ac_word... " >&6; }
4292if test "${ac_cv_prog_CC+set}" = set; then :
4293 $as_echo_n "(cached) " >&6
252b5132 4294else
d45dc31f
SE
4295 if test -n "$CC"; then
4296 ac_cv_prog_CC="$CC" # Let the user override the test.
4297else
4298 ac_prog_rejected=no
4299as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4300for as_dir in $PATH
4301do
4302 IFS=$as_save_IFS
4303 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4304 for ac_exec_ext in '' $ac_executable_extensions; do
4305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f
SE
4306 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4307 ac_prog_rejected=yes
4308 continue
4309 fi
4310 ac_cv_prog_CC="cc"
81ecdfbb 4311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4312 break 2
4313 fi
4314done
81ecdfbb
RW
4315 done
4316IFS=$as_save_IFS
d45dc31f
SE
4317
4318if test $ac_prog_rejected = yes; then
4319 # We found a bogon in the path, so make sure we never use it.
4320 set dummy $ac_cv_prog_CC
4321 shift
4322 if test $# != 0; then
4323 # We chose a different compiler from the bogus one.
4324 # However, it has the same basename, so the bogon will be chosen
4325 # first if we set CC to just the basename; use the full file name.
4326 shift
4327 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4328 fi
4329fi
4330fi
4331fi
4332CC=$ac_cv_prog_CC
4333if test -n "$CC"; then
81ecdfbb
RW
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4335$as_echo "$CC" >&6; }
d45dc31f 4336else
81ecdfbb
RW
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4338$as_echo "no" >&6; }
252b5132
RH
4339fi
4340
81ecdfbb 4341
d45dc31f
SE
4342fi
4343if test -z "$CC"; then
4344 if test -n "$ac_tool_prefix"; then
81ecdfbb 4345 for ac_prog in cl.exe
d45dc31f
SE
4346 do
4347 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4348set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4350$as_echo_n "checking for $ac_word... " >&6; }
4351if test "${ac_cv_prog_CC+set}" = set; then :
4352 $as_echo_n "(cached) " >&6
ac48eca1 4353else
d45dc31f
SE
4354 if test -n "$CC"; then
4355 ac_cv_prog_CC="$CC" # Let the user override the test.
4356else
4357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4358for as_dir in $PATH
4359do
4360 IFS=$as_save_IFS
4361 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4362 for ac_exec_ext in '' $ac_executable_extensions; do
4363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4364 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4366 break 2
4367 fi
4368done
81ecdfbb
RW
4369 done
4370IFS=$as_save_IFS
ac48eca1 4371
d45dc31f
SE
4372fi
4373fi
4374CC=$ac_cv_prog_CC
4375if test -n "$CC"; then
81ecdfbb
RW
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4377$as_echo "$CC" >&6; }
d45dc31f 4378else
81ecdfbb
RW
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4380$as_echo "no" >&6; }
d45dc31f 4381fi
ac48eca1 4382
81ecdfbb 4383
d45dc31f
SE
4384 test -n "$CC" && break
4385 done
4386fi
4387if test -z "$CC"; then
4388 ac_ct_CC=$CC
81ecdfbb 4389 for ac_prog in cl.exe
d45dc31f
SE
4390do
4391 # Extract the first word of "$ac_prog", so it can be a program name with args.
4392set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4394$as_echo_n "checking for $ac_word... " >&6; }
4395if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4396 $as_echo_n "(cached) " >&6
d45dc31f
SE
4397else
4398 if test -n "$ac_ct_CC"; then
4399 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4400else
4401as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4402for as_dir in $PATH
4403do
4404 IFS=$as_save_IFS
4405 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4406 for ac_exec_ext in '' $ac_executable_extensions; do
4407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4408 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4410 break 2
4411 fi
4412done
81ecdfbb
RW
4413 done
4414IFS=$as_save_IFS
ac48eca1 4415
d45dc31f
SE
4416fi
4417fi
4418ac_ct_CC=$ac_cv_prog_ac_ct_CC
4419if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4421$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4422else
81ecdfbb
RW
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4424$as_echo "no" >&6; }
d45dc31f 4425fi
ac48eca1 4426
81ecdfbb 4427
d45dc31f
SE
4428 test -n "$ac_ct_CC" && break
4429done
ac48eca1 4430
81ecdfbb
RW
4431 if test "x$ac_ct_CC" = x; then
4432 CC=""
4433 else
4434 case $cross_compiling:$ac_tool_warned in
4435yes:)
4436{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4437$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4438ac_tool_warned=yes ;;
4439esac
4440 CC=$ac_ct_CC
4441 fi
d45dc31f 4442fi
ac48eca1
AO
4443
4444fi
ac48eca1 4445
ac48eca1 4446
81ecdfbb
RW
4447test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4448$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4449as_fn_error "no acceptable C compiler found in \$PATH
4450See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4451
d45dc31f 4452# Provide some information about the compiler.
81ecdfbb
RW
4453$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4454set X $ac_compile
4455ac_compiler=$2
4456for ac_option in --version -v -V -qversion; do
4457 { { ac_try="$ac_compiler $ac_option >&5"
4458case "(($ac_try" in
4459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4460 *) ac_try_echo=$ac_try;;
4461esac
4462eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4463$as_echo "$ac_try_echo"; } >&5
4464 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4465 ac_status=$?
81ecdfbb
RW
4466 if test -s conftest.err; then
4467 sed '10a\
4468... rest of stderr output deleted ...
4469 10q' conftest.err >conftest.er1
4470 cat conftest.er1 >&5
4471 rm -f conftest.er1 conftest.err
4472 fi
4473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4474 test $ac_status = 0; }
4475done
ac48eca1 4476
81ecdfbb
RW
4477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4478$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4479if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4480 $as_echo_n "(cached) " >&6
bdcfeba5 4481else
81ecdfbb 4482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4483/* end confdefs.h. */
bdcfeba5 4484
d45dc31f
SE
4485int
4486main ()
4487{
4488#ifndef __GNUC__
4489 choke me
4490#endif
bdcfeba5 4491
d45dc31f
SE
4492 ;
4493 return 0;
4494}
4495_ACEOF
81ecdfbb 4496if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4497 ac_compiler_gnu=yes
4498else
81ecdfbb 4499 ac_compiler_gnu=no
bdcfeba5 4500fi
81ecdfbb 4501rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4502ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4503
bdcfeba5 4504fi
81ecdfbb
RW
4505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4506$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4507if test $ac_compiler_gnu = yes; then
4508 GCC=yes
4509else
4510 GCC=
4511fi
d45dc31f
SE
4512ac_test_CFLAGS=${CFLAGS+set}
4513ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4515$as_echo_n "checking whether $CC accepts -g... " >&6; }
4516if test "${ac_cv_prog_cc_g+set}" = set; then :
4517 $as_echo_n "(cached) " >&6
4518else
4519 ac_save_c_werror_flag=$ac_c_werror_flag
4520 ac_c_werror_flag=yes
4521 ac_cv_prog_cc_g=no
4522 CFLAGS="-g"
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4524/* end confdefs.h. */
ac48eca1 4525
d45dc31f
SE
4526int
4527main ()
4528{
ac48eca1 4529
d45dc31f
SE
4530 ;
4531 return 0;
4532}
4533_ACEOF
81ecdfbb 4534if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4535 ac_cv_prog_cc_g=yes
ac48eca1 4536else
81ecdfbb
RW
4537 CFLAGS=""
4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4539/* end confdefs.h. */
4540
4541int
4542main ()
4543{
4544
4545 ;
4546 return 0;
4547}
4548_ACEOF
4549if ac_fn_c_try_compile "$LINENO"; then :
4550
4551else
4552 ac_c_werror_flag=$ac_save_c_werror_flag
4553 CFLAGS="-g"
4554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4555/* end confdefs.h. */
4556
4557int
4558main ()
4559{
ac48eca1 4560
81ecdfbb
RW
4561 ;
4562 return 0;
4563}
4564_ACEOF
4565if ac_fn_c_try_compile "$LINENO"; then :
4566 ac_cv_prog_cc_g=yes
4567fi
4568rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4569fi
81ecdfbb 4570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4571fi
81ecdfbb
RW
4572rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4573 ac_c_werror_flag=$ac_save_c_werror_flag
4574fi
4575{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4576$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4577if test "$ac_test_CFLAGS" = set; then
4578 CFLAGS=$ac_save_CFLAGS
4579elif test $ac_cv_prog_cc_g = yes; then
4580 if test "$GCC" = yes; then
4581 CFLAGS="-g -O2"
ac48eca1 4582 else
d45dc31f 4583 CFLAGS="-g"
42ecbf5e 4584 fi
ac48eca1 4585else
d45dc31f
SE
4586 if test "$GCC" = yes; then
4587 CFLAGS="-O2"
4588 else
4589 CFLAGS=
42ecbf5e 4590 fi
ac48eca1 4591fi
81ecdfbb
RW
4592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4593$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4594if test "${ac_cv_prog_cc_c89+set}" = set; then :
4595 $as_echo_n "(cached) " >&6
d45dc31f 4596else
81ecdfbb 4597 ac_cv_prog_cc_c89=no
d45dc31f 4598ac_save_CC=$CC
81ecdfbb 4599cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4600/* end confdefs.h. */
d45dc31f
SE
4601#include <stdarg.h>
4602#include <stdio.h>
4603#include <sys/types.h>
4604#include <sys/stat.h>
4605/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4606struct buf { int x; };
4607FILE * (*rcsopen) (struct buf *, struct stat *, int);
4608static char *e (p, i)
4609 char **p;
4610 int i;
4611{
4612 return p[i];
4613}
4614static char *f (char * (*g) (char **, int), char **p, ...)
4615{
4616 char *s;
4617 va_list v;
4618 va_start (v,p);
4619 s = g (p, va_arg (v,int));
4620 va_end (v);
4621 return s;
4622}
4623
4624/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4625 function prototypes and stuff, but not '\xHH' hex character constants.
4626 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4627 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4628 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4629 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4630 that's true only with -std. */
d45dc31f 4631int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4632
81ecdfbb
RW
4633/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4634 inside strings and character constants. */
4635#define FOO(x) 'x'
4636int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4637
d45dc31f
SE
4638int test (int i, double x);
4639struct s1 {int (*f) (int a);};
4640struct s2 {int (*f) (double a);};
4641int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4642int argc;
4643char **argv;
42ecbf5e
DJ
4644int
4645main ()
4646{
d45dc31f 4647return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4648 ;
4649 return 0;
4650}
4651_ACEOF
81ecdfbb
RW
4652for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4653 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4654do
4655 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4656 if ac_fn_c_try_compile "$LINENO"; then :
4657 ac_cv_prog_cc_c89=$ac_arg
252b5132 4658fi
81ecdfbb
RW
4659rm -f core conftest.err conftest.$ac_objext
4660 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4661done
81ecdfbb 4662rm -f conftest.$ac_ext
d45dc31f 4663CC=$ac_save_CC
ac48eca1 4664
252b5132 4665fi
81ecdfbb
RW
4666# AC_CACHE_VAL
4667case "x$ac_cv_prog_cc_c89" in
4668 x)
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4670$as_echo "none needed" >&6; } ;;
4671 xno)
4672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4673$as_echo "unsupported" >&6; } ;;
d45dc31f 4674 *)
81ecdfbb
RW
4675 CC="$CC $ac_cv_prog_cc_c89"
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4677$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4678esac
81ecdfbb 4679if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4680
d45dc31f 4681fi
ac48eca1 4682
d45dc31f
SE
4683ac_ext=c
4684ac_cpp='$CPP $CPPFLAGS'
4685ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4686ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4687ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4688
7357c5b6
AM
4689ac_ext=c
4690ac_cpp='$CPP $CPPFLAGS'
4691ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4692ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4693ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4695$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4696# On Suns, sometimes $CPP names a directory.
4697if test -n "$CPP" && test -d "$CPP"; then
4698 CPP=
4699fi
4700if test -z "$CPP"; then
81ecdfbb
RW
4701 if test "${ac_cv_prog_CPP+set}" = set; then :
4702 $as_echo_n "(cached) " >&6
7357c5b6
AM
4703else
4704 # Double quotes because CPP needs to be expanded
4705 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4706 do
4707 ac_preproc_ok=false
4708for ac_c_preproc_warn_flag in '' yes
4709do
4710 # Use a header file that comes with gcc, so configuring glibc
4711 # with a fresh cross-compiler works.
4712 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4713 # <limits.h> exists even on freestanding compilers.
4714 # On the NeXT, cc -E runs the code through the compiler's parser,
4715 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4717/* end confdefs.h. */
4718#ifdef __STDC__
4719# include <limits.h>
4720#else
4721# include <assert.h>
4722#endif
4723 Syntax error
4724_ACEOF
81ecdfbb 4725if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4726
81ecdfbb 4727else
7357c5b6
AM
4728 # Broken: fails on valid input.
4729continue
4730fi
4731rm -f conftest.err conftest.$ac_ext
d7040cdb 4732
81ecdfbb 4733 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4734 # can be detected and how.
81ecdfbb 4735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4736/* end confdefs.h. */
4737#include <ac_nonexistent.h>
4738_ACEOF
81ecdfbb 4739if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4740 # Broken: success on invalid input.
4741continue
4742else
7357c5b6
AM
4743 # Passes both tests.
4744ac_preproc_ok=:
4745break
4746fi
4747rm -f conftest.err conftest.$ac_ext
d7040cdb 4748
7357c5b6
AM
4749done
4750# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4751rm -f conftest.err conftest.$ac_ext
81ecdfbb 4752if $ac_preproc_ok; then :
7357c5b6
AM
4753 break
4754fi
d7040cdb 4755
7357c5b6
AM
4756 done
4757 ac_cv_prog_CPP=$CPP
d7040cdb 4758
7357c5b6
AM
4759fi
4760 CPP=$ac_cv_prog_CPP
4761else
4762 ac_cv_prog_CPP=$CPP
4763fi
81ecdfbb
RW
4764{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4765$as_echo "$CPP" >&6; }
7357c5b6
AM
4766ac_preproc_ok=false
4767for ac_c_preproc_warn_flag in '' yes
4768do
4769 # Use a header file that comes with gcc, so configuring glibc
4770 # with a fresh cross-compiler works.
4771 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4772 # <limits.h> exists even on freestanding compilers.
4773 # On the NeXT, cc -E runs the code through the compiler's parser,
4774 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4776/* end confdefs.h. */
4777#ifdef __STDC__
4778# include <limits.h>
4779#else
4780# include <assert.h>
4781#endif
4782 Syntax error
4783_ACEOF
81ecdfbb 4784if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4785
81ecdfbb 4786else
7357c5b6
AM
4787 # Broken: fails on valid input.
4788continue
4789fi
4790rm -f conftest.err conftest.$ac_ext
d7040cdb 4791
81ecdfbb 4792 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4793 # can be detected and how.
81ecdfbb 4794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4795/* end confdefs.h. */
4796#include <ac_nonexistent.h>
4797_ACEOF
81ecdfbb 4798if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4799 # Broken: success on invalid input.
4800continue
4801else
7357c5b6
AM
4802 # Passes both tests.
4803ac_preproc_ok=:
4804break
4805fi
4806rm -f conftest.err conftest.$ac_ext
d7040cdb 4807
7357c5b6
AM
4808done
4809# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4810rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4811if $ac_preproc_ok; then :
4812
7357c5b6 4813else
81ecdfbb
RW
4814 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4815$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4816as_fn_error "C preprocessor \"$CPP\" fails sanity check
4817See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4818fi
d7040cdb 4819
7357c5b6
AM
4820ac_ext=c
4821ac_cpp='$CPP $CPPFLAGS'
4822ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4823ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4824ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
4825
4826
81ecdfbb
RW
4827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4828$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4829if test "${ac_cv_path_GREP+set}" = set; then :
4830 $as_echo_n "(cached) " >&6
7357c5b6 4831else
81ecdfbb
RW
4832 if test -z "$GREP"; then
4833 ac_path_GREP_found=false
4834 # Loop through the user's path and test for each of PROGNAME-LIST
4835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4836for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4837do
4838 IFS=$as_save_IFS
4839 test -z "$as_dir" && as_dir=.
4840 for ac_prog in grep ggrep; do
4841 for ac_exec_ext in '' $ac_executable_extensions; do
4842 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4843 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4844# Check for GNU ac_path_GREP and select it if it is found.
4845 # Check for GNU $ac_path_GREP
4846case `"$ac_path_GREP" --version 2>&1` in
4847*GNU*)
4848 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4849*)
4850 ac_count=0
4851 $as_echo_n 0123456789 >"conftest.in"
4852 while :
4853 do
4854 cat "conftest.in" "conftest.in" >"conftest.tmp"
4855 mv "conftest.tmp" "conftest.in"
4856 cp "conftest.in" "conftest.nl"
4857 $as_echo 'GREP' >> "conftest.nl"
4858 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4859 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4860 as_fn_arith $ac_count + 1 && ac_count=$as_val
4861 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4862 # Best one so far, save it but keep looking for a better one
4863 ac_cv_path_GREP="$ac_path_GREP"
4864 ac_path_GREP_max=$ac_count
7357c5b6 4865 fi
81ecdfbb
RW
4866 # 10*(2^10) chars as input seems more than enough
4867 test $ac_count -gt 10 && break
4868 done
4869 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4870esac
4871
4872 $ac_path_GREP_found && break 3
4873 done
4874 done
4875 done
4876IFS=$as_save_IFS
4877 if test -z "$ac_cv_path_GREP"; then
4878 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4879 fi
4880else
4881 ac_cv_path_GREP=$GREP
4882fi
4883
7357c5b6 4884fi
81ecdfbb
RW
4885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4886$as_echo "$ac_cv_path_GREP" >&6; }
4887 GREP="$ac_cv_path_GREP"
d7040cdb 4888
d7040cdb 4889
81ecdfbb
RW
4890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4891$as_echo_n "checking for egrep... " >&6; }
4892if test "${ac_cv_path_EGREP+set}" = set; then :
4893 $as_echo_n "(cached) " >&6
7357c5b6 4894else
81ecdfbb
RW
4895 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4896 then ac_cv_path_EGREP="$GREP -E"
4897 else
4898 if test -z "$EGREP"; then
4899 ac_path_EGREP_found=false
4900 # Loop through the user's path and test for each of PROGNAME-LIST
4901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4902for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4903do
4904 IFS=$as_save_IFS
4905 test -z "$as_dir" && as_dir=.
4906 for ac_prog in egrep; do
4907 for ac_exec_ext in '' $ac_executable_extensions; do
4908 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4909 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4910# Check for GNU ac_path_EGREP and select it if it is found.
4911 # Check for GNU $ac_path_EGREP
4912case `"$ac_path_EGREP" --version 2>&1` in
4913*GNU*)
4914 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4915*)
4916 ac_count=0
4917 $as_echo_n 0123456789 >"conftest.in"
4918 while :
4919 do
4920 cat "conftest.in" "conftest.in" >"conftest.tmp"
4921 mv "conftest.tmp" "conftest.in"
4922 cp "conftest.in" "conftest.nl"
4923 $as_echo 'EGREP' >> "conftest.nl"
4924 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4925 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4926 as_fn_arith $ac_count + 1 && ac_count=$as_val
4927 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4928 # Best one so far, save it but keep looking for a better one
4929 ac_cv_path_EGREP="$ac_path_EGREP"
4930 ac_path_EGREP_max=$ac_count
4931 fi
4932 # 10*(2^10) chars as input seems more than enough
4933 test $ac_count -gt 10 && break
4934 done
4935 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4936esac
4937
4938 $ac_path_EGREP_found && break 3
4939 done
4940 done
4941 done
4942IFS=$as_save_IFS
4943 if test -z "$ac_cv_path_EGREP"; then
4944 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4945 fi
4946else
4947 ac_cv_path_EGREP=$EGREP
4948fi
4949
4950 fi
4951fi
4952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4953$as_echo "$ac_cv_path_EGREP" >&6; }
4954 EGREP="$ac_cv_path_EGREP"
4955
4956
4957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4958$as_echo_n "checking for ANSI C header files... " >&6; }
4959if test "${ac_cv_header_stdc+set}" = set; then :
4960 $as_echo_n "(cached) " >&6
4961else
4962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4963/* end confdefs.h. */
4964#include <stdlib.h>
4965#include <stdarg.h>
4966#include <string.h>
4967#include <float.h>
d7040cdb 4968
7357c5b6
AM
4969int
4970main ()
4971{
d7040cdb 4972
7357c5b6
AM
4973 ;
4974 return 0;
4975}
4976_ACEOF
81ecdfbb 4977if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4978 ac_cv_header_stdc=yes
4979else
81ecdfbb 4980 ac_cv_header_stdc=no
7357c5b6 4981fi
81ecdfbb 4982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4983
7357c5b6
AM
4984if test $ac_cv_header_stdc = yes; then
4985 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4987/* end confdefs.h. */
4988#include <string.h>
d7040cdb 4989
7357c5b6
AM
4990_ACEOF
4991if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4992 $EGREP "memchr" >/dev/null 2>&1; then :
4993
d45dc31f 4994else
7357c5b6
AM
4995 ac_cv_header_stdc=no
4996fi
4997rm -f conftest*
d7040cdb 4998
7357c5b6 4999fi
d7040cdb 5000
7357c5b6
AM
5001if test $ac_cv_header_stdc = yes; then
5002 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5004/* end confdefs.h. */
5005#include <stdlib.h>
d7040cdb 5006
7357c5b6
AM
5007_ACEOF
5008if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5009 $EGREP "free" >/dev/null 2>&1; then :
5010
7357c5b6
AM
5011else
5012 ac_cv_header_stdc=no
5013fi
5014rm -f conftest*
d7040cdb 5015
7357c5b6 5016fi
d7040cdb 5017
7357c5b6
AM
5018if test $ac_cv_header_stdc = yes; then
5019 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5020 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5021 :
5022else
81ecdfbb 5023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5024/* end confdefs.h. */
5025#include <ctype.h>
81ecdfbb 5026#include <stdlib.h>
7357c5b6
AM
5027#if ((' ' & 0x0FF) == 0x020)
5028# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5029# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5030#else
5031# define ISLOWER(c) \
5032 (('a' <= (c) && (c) <= 'i') \
5033 || ('j' <= (c) && (c) <= 'r') \
5034 || ('s' <= (c) && (c) <= 'z'))
5035# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5036#endif
d7040cdb 5037
7357c5b6
AM
5038#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5039int
5040main ()
5041{
5042 int i;
5043 for (i = 0; i < 256; i++)
5044 if (XOR (islower (i), ISLOWER (i))
5045 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5046 return 2;
5047 return 0;
7357c5b6
AM
5048}
5049_ACEOF
81ecdfbb 5050if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5051
81ecdfbb
RW
5052else
5053 ac_cv_header_stdc=no
7357c5b6 5054fi
81ecdfbb
RW
5055rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5056 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5057fi
81ecdfbb 5058
7357c5b6
AM
5059fi
5060fi
81ecdfbb
RW
5061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5062$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5063if test $ac_cv_header_stdc = yes; then
d7040cdb 5064
81ecdfbb 5065$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5066
7357c5b6 5067fi
d7040cdb 5068
7357c5b6 5069# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
5070for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5071 inttypes.h stdint.h unistd.h
5072do :
5073 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5074ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5075"
5076eval as_val=\$$as_ac_Header
5077 if test "x$as_val" = x""yes; then :
5078 cat >>confdefs.h <<_ACEOF
5079#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5080_ACEOF
d7040cdb 5081
81ecdfbb 5082fi
d7040cdb 5083
81ecdfbb 5084done
d7040cdb
SE
5085
5086
5087
81ecdfbb
RW
5088 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5089if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5090 MINIX=yes
5091else
5092 MINIX=
5093fi
d7040cdb
SE
5094
5095
81ecdfbb 5096 if test "$MINIX" = yes; then
d7040cdb 5097
81ecdfbb 5098$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 5099
d7040cdb 5100
81ecdfbb 5101$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5102
5103
81ecdfbb 5104$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5105
81ecdfbb 5106 fi
d7040cdb
SE
5107
5108
81ecdfbb
RW
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5110$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5111if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5112 $as_echo_n "(cached) " >&6
7357c5b6 5113else
81ecdfbb 5114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5115/* end confdefs.h. */
d7040cdb 5116
7357c5b6
AM
5117# define __EXTENSIONS__ 1
5118 $ac_includes_default
5119int
5120main ()
5121{
d7040cdb 5122
7357c5b6
AM
5123 ;
5124 return 0;
5125}
5126_ACEOF
81ecdfbb 5127if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5128 ac_cv_safe_to_define___extensions__=yes
d7040cdb 5129else
81ecdfbb 5130 ac_cv_safe_to_define___extensions__=no
d7040cdb 5131fi
81ecdfbb 5132rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5133fi
81ecdfbb
RW
5134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5135$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5136 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5137 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 5138
81ecdfbb 5139 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5140
81ecdfbb 5141 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 5142
81ecdfbb 5143 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 5144
81ecdfbb 5145 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
5146
5147
e3525117 5148
5691d22d 5149
81ecdfbb 5150
718a6fd8
SE
5151case `pwd` in
5152 *\ * | *\ *)
81ecdfbb
RW
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5154$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5155esac
d7040cdb
SE
5156
5157
7357c5b6 5158
f2c621e4
AS
5159macro_version='2.2.7a'
5160macro_revision='1.3134'
7357c5b6
AM
5161
5162
5163
5164
5165
5166
7357c5b6
AM
5167
5168
5169
5170
5171
5172
5173
718a6fd8 5174ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5175
3725885a
RW
5176# Backslashify metacharacters that are still active within
5177# double-quoted strings.
5178sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5179
5180# Same as above, but do not quote variable references.
5181double_quote_subst='s/\(["`\\]\)/\\\1/g'
5182
5183# Sed substitution to delay expansion of an escaped shell variable in a
5184# double_quote_subst'ed string.
5185delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5186
5187# Sed substitution to delay expansion of an escaped single quote.
5188delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5189
5190# Sed substitution to avoid accidental globbing in evaled expressions
5191no_glob_subst='s/\*/\\\*/g'
5192
5193ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5194ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5195ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5196
5197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5198$as_echo_n "checking how to print strings... " >&6; }
5199# Test print first, because it will be a builtin if present.
f2c621e4 5200if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5201 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5202 ECHO='print -r --'
5203elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5204 ECHO='printf %s\n'
5205else
5206 # Use this function as a fallback that always works.
5207 func_fallback_echo ()
5208 {
5209 eval 'cat <<_LTECHO_EOF
5210$1
5211_LTECHO_EOF'
5212 }
5213 ECHO='func_fallback_echo'
5214fi
5215
5216# func_echo_all arg...
5217# Invoke $ECHO with all args, space-separated.
5218func_echo_all ()
5219{
5220 $ECHO ""
5221}
5222
5223case "$ECHO" in
5224 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5225$as_echo "printf" >&6; } ;;
5226 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5227$as_echo "print -r" >&6; } ;;
5228 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5229$as_echo "cat" >&6; } ;;
5230esac
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
81ecdfbb
RW
5245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5246$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5247if test "${ac_cv_path_SED+set}" = set; then :
5248 $as_echo_n "(cached) " >&6
7357c5b6 5249else
81ecdfbb
RW
5250 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5251 for ac_i in 1 2 3 4 5 6 7; do
5252 ac_script="$ac_script$as_nl$ac_script"
5253 done
5254 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5255 { ac_script=; unset ac_script;}
5256 if test -z "$SED"; then
5257 ac_path_SED_found=false
5258 # Loop through the user's path and test for each of PROGNAME-LIST
5259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5260for as_dir in $PATH
5261do
5262 IFS=$as_save_IFS
5263 test -z "$as_dir" && as_dir=.
81ecdfbb 5264 for ac_prog in sed gsed; do
7357c5b6 5265 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5266 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5267 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5268# Check for GNU ac_path_SED and select it if it is found.
5269 # Check for GNU $ac_path_SED
5270case `"$ac_path_SED" --version 2>&1` in
5271*GNU*)
5272 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5273*)
5274 ac_count=0
5275 $as_echo_n 0123456789 >"conftest.in"
5276 while :
5277 do
5278 cat "conftest.in" "conftest.in" >"conftest.tmp"
5279 mv "conftest.tmp" "conftest.in"
5280 cp "conftest.in" "conftest.nl"
5281 $as_echo '' >> "conftest.nl"
5282 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5283 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5284 as_fn_arith $ac_count + 1 && ac_count=$as_val
5285 if test $ac_count -gt ${ac_path_SED_max-0}; then
5286 # Best one so far, save it but keep looking for a better one
5287 ac_cv_path_SED="$ac_path_SED"
5288 ac_path_SED_max=$ac_count
5289 fi
5290 # 10*(2^10) chars as input seems more than enough
5291 test $ac_count -gt 10 && break
5292 done
5293 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5294esac
5295
5296 $ac_path_SED_found && break 3
7357c5b6
AM
5297 done
5298 done
81ecdfbb 5299 done
7357c5b6 5300IFS=$as_save_IFS
81ecdfbb
RW
5301 if test -z "$ac_cv_path_SED"; then
5302 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5303 fi
81ecdfbb
RW
5304else
5305 ac_cv_path_SED=$SED
7357c5b6
AM
5306fi
5307
81ecdfbb
RW
5308fi
5309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5310$as_echo "$ac_cv_path_SED" >&6; }
5311 SED="$ac_cv_path_SED"
5312 rm -f conftest.sed
7357c5b6
AM
5313
5314test -z "$SED" && SED=sed
5315Xsed="$SED -e 1s/^X//"
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
81ecdfbb
RW
5327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5328$as_echo_n "checking for fgrep... " >&6; }
5329if test "${ac_cv_path_FGREP+set}" = set; then :
5330 $as_echo_n "(cached) " >&6
7357c5b6 5331else
81ecdfbb
RW
5332 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5333 then ac_cv_path_FGREP="$GREP -F"
5334 else
5335 if test -z "$FGREP"; then
5336 ac_path_FGREP_found=false
5337 # Loop through the user's path and test for each of PROGNAME-LIST
5338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5339for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5340do
5341 IFS=$as_save_IFS
5342 test -z "$as_dir" && as_dir=.
5343 for ac_prog in fgrep; do
5344 for ac_exec_ext in '' $ac_executable_extensions; do
5345 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5346 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5347# Check for GNU ac_path_FGREP and select it if it is found.
5348 # Check for GNU $ac_path_FGREP
5349case `"$ac_path_FGREP" --version 2>&1` in
5350*GNU*)
5351 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5352*)
5353 ac_count=0
5354 $as_echo_n 0123456789 >"conftest.in"
5355 while :
5356 do
5357 cat "conftest.in" "conftest.in" >"conftest.tmp"
5358 mv "conftest.tmp" "conftest.in"
5359 cp "conftest.in" "conftest.nl"
5360 $as_echo 'FGREP' >> "conftest.nl"
5361 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5362 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5363 as_fn_arith $ac_count + 1 && ac_count=$as_val
5364 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5365 # Best one so far, save it but keep looking for a better one
5366 ac_cv_path_FGREP="$ac_path_FGREP"
5367 ac_path_FGREP_max=$ac_count
7357c5b6 5368 fi
81ecdfbb
RW
5369 # 10*(2^10) chars as input seems more than enough
5370 test $ac_count -gt 10 && break
5371 done
5372 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5373esac
5374
5375 $ac_path_FGREP_found && break 3
5376 done
5377 done
5378 done
5379IFS=$as_save_IFS
5380 if test -z "$ac_cv_path_FGREP"; then
5381 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5382 fi
5383else
5384 ac_cv_path_FGREP=$FGREP
5385fi
5386
5387 fi
7357c5b6 5388fi
81ecdfbb
RW
5389{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5390$as_echo "$ac_cv_path_FGREP" >&6; }
5391 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5392
5393
5394test -z "$GREP" && GREP=grep
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
81ecdfbb
RW
5414# Check whether --with-gnu-ld was given.
5415if test "${with_gnu_ld+set}" = set; then :
5416 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5417else
5418 with_gnu_ld=no
81ecdfbb
RW
5419fi
5420
7357c5b6
AM
5421ac_prog=ld
5422if test "$GCC" = yes; then
5423 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5425$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5426 case $host in
5427 *-*-mingw*)
d45dc31f
SE
5428 # gcc leaves a trailing carriage return which upsets mingw
5429 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5430 *)
5431 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5432 esac
5433 case $ac_prog in
5434 # Accept absolute paths.
d7040cdb 5435 [\\/]* | ?:[\\/]*)
d45dc31f 5436 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5437 # Canonicalize the pathname of ld
5438 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5439 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5440 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5441 done
5442 test -z "$LD" && LD="$ac_prog"
5443 ;;
5444 "")
5445 # If it fails, then pretend we aren't using GCC.
5446 ac_prog=ld
5447 ;;
5448 *)
5449 # If it is relative, then search for the first ld in PATH.
5450 with_gnu_ld=unknown
5451 ;;
5452 esac
5453elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5455$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5456else
81ecdfbb
RW
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5458$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5459fi
81ecdfbb
RW
5460if test "${lt_cv_path_LD+set}" = set; then :
5461 $as_echo_n "(cached) " >&6
d45dc31f
SE
5462else
5463 if test -z "$LD"; then
d7040cdb 5464 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5465 for ac_dir in $PATH; do
d7040cdb 5466 IFS="$lt_save_ifs"
d45dc31f
SE
5467 test -z "$ac_dir" && ac_dir=.
5468 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5469 lt_cv_path_LD="$ac_dir/$ac_prog"
5470 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5471 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5472 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5473 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5474 *GNU* | *'with BFD'*)
d45dc31f 5475 test "$with_gnu_ld" != no && break
d7040cdb
SE
5476 ;;
5477 *)
d45dc31f 5478 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5479 ;;
5480 esac
d45dc31f
SE
5481 fi
5482 done
d7040cdb 5483 IFS="$lt_save_ifs"
d45dc31f
SE
5484else
5485 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5486fi
5487fi
1ad12f97 5488
d45dc31f
SE
5489LD="$lt_cv_path_LD"
5490if test -n "$LD"; then
81ecdfbb
RW
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5492$as_echo "$LD" >&6; }
d45dc31f 5493else
81ecdfbb
RW
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5495$as_echo "no" >&6; }
d45dc31f 5496fi
81ecdfbb
RW
5497test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5499$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5500if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5501 $as_echo_n "(cached) " >&6
d45dc31f 5502else
d7040cdb
SE
5503 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5504case `$LD -v 2>&1 </dev/null` in
5505*GNU* | *'with BFD'*)
d45dc31f 5506 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5507 ;;
5508*)
d45dc31f 5509 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5510 ;;
5511esac
d45dc31f 5512fi
81ecdfbb
RW
5513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5514$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5515with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5516
d45dc31f 5517
42ecbf5e 5518
d7040cdb
SE
5519
5520
5521
5522
5523
5524
81ecdfbb
RW
5525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5526$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5527if test "${lt_cv_path_NM+set}" = set; then :
5528 $as_echo_n "(cached) " >&6
d45dc31f
SE
5529else
5530 if test -n "$NM"; then
5531 # Let the user override the test.
5532 lt_cv_path_NM="$NM"
5533else
d7040cdb
SE
5534 lt_nm_to_check="${ac_tool_prefix}nm"
5535 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5536 lt_nm_to_check="$lt_nm_to_check nm"
5537 fi
5538 for lt_tmp_nm in $lt_nm_to_check; do
5539 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5540 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5541 IFS="$lt_save_ifs"
5542 test -z "$ac_dir" && ac_dir=.
5543 tmp_nm="$ac_dir/$lt_tmp_nm"
5544 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5545 # Check to see if the nm accepts a BSD-compat flag.
5546 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5547 # nm: unknown option "B" ignored
5548 # Tru64's nm complains that /dev/null is an invalid object file
5549 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5550 */dev/null* | *'Invalid file or object type'*)
5551 lt_cv_path_NM="$tmp_nm -B"
5552 break
5553 ;;
5554 *)
5555 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5556 */dev/null*)
5557 lt_cv_path_NM="$tmp_nm -p"
5558 break
5559 ;;
5560 *)
5561 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5562 continue # so that we can try to find one that supports BSD flags
5563 ;;
5564 esac
5565 ;;
5566 esac
d45dc31f 5567 fi
d7040cdb
SE
5568 done
5569 IFS="$lt_save_ifs"
d45dc31f 5570 done
d7040cdb 5571 : ${lt_cv_path_NM=no}
d45dc31f 5572fi
a541e3ce 5573fi
81ecdfbb
RW
5574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5575$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5576if test "$lt_cv_path_NM" != "no"; then
5577 NM="$lt_cv_path_NM"
d45dc31f 5578else
d7040cdb 5579 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5580 if test -n "$DUMPBIN"; then :
5581 # Let the user override the test.
5582 else
5583 if test -n "$ac_tool_prefix"; then
5584 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5585 do
5586 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5587set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5589$as_echo_n "checking for $ac_word... " >&6; }
5590if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5591 $as_echo_n "(cached) " >&6
d45dc31f 5592else
d7040cdb
SE
5593 if test -n "$DUMPBIN"; then
5594 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5595else
5596as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5597for as_dir in $PATH
5598do
5599 IFS=$as_save_IFS
5600 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5601 for ac_exec_ext in '' $ac_executable_extensions; do
5602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5603 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5605 break 2
5606 fi
5607done
81ecdfbb
RW
5608 done
5609IFS=$as_save_IFS
398ee8f1 5610
d7040cdb
SE
5611fi
5612fi
5613DUMPBIN=$ac_cv_prog_DUMPBIN
5614if test -n "$DUMPBIN"; then
81ecdfbb
RW
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5616$as_echo "$DUMPBIN" >&6; }
d7040cdb 5617else
81ecdfbb
RW
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5619$as_echo "no" >&6; }
d7040cdb 5620fi
d15b04bd 5621
81ecdfbb 5622
d7040cdb
SE
5623 test -n "$DUMPBIN" && break
5624 done
5625fi
5626if test -z "$DUMPBIN"; then
5627 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5628 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5629do
5630 # Extract the first word of "$ac_prog", so it can be a program name with args.
5631set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5633$as_echo_n "checking for $ac_word... " >&6; }
5634if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5635 $as_echo_n "(cached) " >&6
d7040cdb
SE
5636else
5637 if test -n "$ac_ct_DUMPBIN"; then
5638 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5639else
5640as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5641for as_dir in $PATH
5642do
5643 IFS=$as_save_IFS
5644 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5645 for ac_exec_ext in '' $ac_executable_extensions; do
5646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5647 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5648 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5649 break 2
d45dc31f 5650 fi
d7040cdb 5651done
81ecdfbb
RW
5652 done
5653IFS=$as_save_IFS
d15b04bd 5654
d7040cdb
SE
5655fi
5656fi
5657ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5658if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5660$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5661else
81ecdfbb
RW
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5663$as_echo "no" >&6; }
d7040cdb 5664fi
42ecbf5e 5665
81ecdfbb 5666
d7040cdb
SE
5667 test -n "$ac_ct_DUMPBIN" && break
5668done
d45dc31f 5669
81ecdfbb
RW
5670 if test "x$ac_ct_DUMPBIN" = x; then
5671 DUMPBIN=":"
5672 else
5673 case $cross_compiling:$ac_tool_warned in
5674yes:)
5675{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5676$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5677ac_tool_warned=yes ;;
5678esac
5679 DUMPBIN=$ac_ct_DUMPBIN
5680 fi
d7040cdb 5681fi
d45dc31f 5682
3725885a
RW
5683 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5684 *COFF*)
5685 DUMPBIN="$DUMPBIN -symbols"
5686 ;;
5687 *)
5688 DUMPBIN=:
5689 ;;
5690 esac
5691 fi
d45dc31f 5692
d7040cdb
SE
5693 if test "$DUMPBIN" != ":"; then
5694 NM="$DUMPBIN"
42ecbf5e 5695 fi
d7040cdb
SE
5696fi
5697test -z "$NM" && NM=nm
d45dc31f 5698
42ecbf5e 5699
d15b04bd 5700
42ecbf5e 5701
d45dc31f 5702
42ecbf5e 5703
81ecdfbb
RW
5704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5705$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5706if test "${lt_cv_nm_interface+set}" = set; then :
5707 $as_echo_n "(cached) " >&6
d7040cdb
SE
5708else
5709 lt_cv_nm_interface="BSD nm"
5710 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5711 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5712 (eval "$ac_compile" 2>conftest.err)
5713 cat conftest.err >&5
3725885a 5714 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5715 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5716 cat conftest.err >&5
3725885a 5717 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5718 cat conftest.out >&5
5719 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5720 lt_cv_nm_interface="MS dumpbin"
5721 fi
5722 rm -f conftest*
42ecbf5e 5723fi
81ecdfbb
RW
5724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5725$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 5726
81ecdfbb
RW
5727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5728$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5729LN_S=$as_ln_s
5730if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5732$as_echo "yes" >&6; }
d7040cdb 5733else
81ecdfbb
RW
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5735$as_echo "no, using $LN_S" >&6; }
d7040cdb 5736fi
d45dc31f
SE
5737
5738# find the maximum length of command line arguments
81ecdfbb
RW
5739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5740$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5741if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5742 $as_echo_n "(cached) " >&6
42ecbf5e 5743else
d45dc31f
SE
5744 i=0
5745 teststring="ABCD"
5746
5747 case $build_os in
5748 msdosdjgpp*)
5749 # On DJGPP, this test can blow up pretty badly due to problems in libc
5750 # (any single argument exceeding 2000 bytes causes a buffer overrun
5751 # during glob expansion). Even if it were fixed, the result of this
5752 # check would be larger than it should be.
5753 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5754 ;;
5755
d7040cdb
SE
5756 gnu*)
5757 # Under GNU Hurd, this test is not required because there is
5758 # no limit to the length of command line arguments.
5759 # Libtool will interpret -1 as no limit whatsoever
5760 lt_cv_sys_max_cmd_len=-1;
5761 ;;
5762
718a6fd8 5763 cygwin* | mingw* | cegcc*)
d45dc31f
SE
5764 # On Win9x/ME, this test blows up -- it succeeds, but takes
5765 # about 5 minutes as the teststring grows exponentially.
5766 # Worse, since 9x/ME are not pre-emptively multitasking,
5767 # you end up with a "frozen" computer, even though with patience
5768 # the test eventually succeeds (with a max line length of 256k).
5769 # Instead, let's just punt: use the minimum linelength reported by
5770 # all of the supported platforms: 8192 (on NT/2K/XP).
5771 lt_cv_sys_max_cmd_len=8192;
5772 ;;
5773
3725885a
RW
5774 mint*)
5775 # On MiNT this can take a long time and run out of memory.
5776 lt_cv_sys_max_cmd_len=8192;
5777 ;;
5778
d45dc31f
SE
5779 amigaos*)
5780 # On AmigaOS with pdksh, this test takes hours, literally.
5781 # So we just punt and use a minimum line length of 8192.
5782 lt_cv_sys_max_cmd_len=8192;
5783 ;;
5784
5785 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5786 # This has been around since 386BSD, at least. Likely further.
5787 if test -x /sbin/sysctl; then
5788 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5789 elif test -x /usr/sbin/sysctl; then
5790 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5791 else
d7040cdb 5792 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
5793 fi
5794 # And add a safety zone
5795 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5796 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5797 ;;
d7040cdb
SE
5798
5799 interix*)
5800 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5801 lt_cv_sys_max_cmd_len=196608
5802 ;;
5803
5804 osf*)
5805 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5806 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5807 # nice to cause kernel panics so lets avoid the loop below.
5808 # First set a reasonable default.
5809 lt_cv_sys_max_cmd_len=16384
5810 #
5811 if test -x /sbin/sysconfig; then
5812 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5813 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5814 esac
5815 fi
5816 ;;
5817 sco3.2v5*)
5818 lt_cv_sys_max_cmd_len=102400
5819 ;;
5820 sysv5* | sco5v6* | sysv4.2uw2*)
5821 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5822 if test -n "$kargmax"; then
5823 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5824 else
5825 lt_cv_sys_max_cmd_len=32768
5826 fi
5827 ;;
5828 *)
718a6fd8
SE
5829 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5830 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
5831 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5832 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5833 else
5834 # Make teststring a little bigger before we do anything with it.
5835 # a 1K string should be a reasonable start.
5836 for i in 1 2 3 4 5 6 7 8 ; do
5837 teststring=$teststring$teststring
5838 done
5839 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5840 # If test is not a shell built-in, we'll probably end up computing a
5841 # maximum length that is only half of the actual maximum length, but
5842 # we can't tell.
3725885a
RW
5843 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5844 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
5845 test $i != 17 # 1/2 MB should be enough
5846 do
5847 i=`expr $i + 1`
5848 teststring=$teststring$teststring
5849 done
5850 # Only check the string length outside the loop.
5851 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5852 teststring=
5853 # Add a significant safety factor because C++ compilers can tack on
5854 # massive amounts of additional arguments before passing them to the
5855 # linker. It appears as though 1/2 is a usable value.
5856 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5857 fi
d7040cdb 5858 ;;
d45dc31f 5859 esac
42ecbf5e 5860
42ecbf5e
DJ
5861fi
5862
d7040cdb 5863if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5865$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 5866else
81ecdfbb
RW
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5868$as_echo "none" >&6; }
252b5132 5869fi
d7040cdb 5870max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 5871
d45dc31f 5872
42ecbf5e 5873
d45dc31f 5874
d45dc31f 5875
d7040cdb 5876
d7040cdb
SE
5877: ${CP="cp -f"}
5878: ${MV="mv -f"}
5879: ${RM="rm -f"}
5880
81ecdfbb
RW
5881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5882$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5883# Try some XSI features
5884xsi_shell=no
5885( _lt_dummy="a/b/c"
f2c621e4
AS
5886 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5887 = c,a/b,, \
718a6fd8
SE
5888 && eval 'test $(( 1 + 1 )) -eq 2 \
5889 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5890 && xsi_shell=yes
81ecdfbb
RW
5891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5892$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5893
5894
81ecdfbb
RW
5895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5896$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5897lt_shell_append=no
5898( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5899 >/dev/null 2>&1 \
5900 && lt_shell_append=yes
81ecdfbb
RW
5901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5902$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5903
5904
5905if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5906 lt_unset=unset
252b5132 5907else
d7040cdb 5908 lt_unset=false
252b5132
RH
5909fi
5910
d7040cdb
SE
5911
5912
5913
5914
5915# test EBCDIC or ASCII
5916case `echo X|tr X '\101'` in
5917 A) # ASCII based system
5918 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5919 lt_SP2NL='tr \040 \012'
5920 lt_NL2SP='tr \015\012 \040\040'
5921 ;;
5922 *) # EBCDIC based system
5923 lt_SP2NL='tr \100 \n'
5924 lt_NL2SP='tr \r\n \100\100'
5925 ;;
5926esac
5927
5928
5929
5930
5931
5932
5933
5934
5935
81ecdfbb
RW
5936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5937$as_echo_n "checking for $LD option to reload object files... " >&6; }
5938if test "${lt_cv_ld_reload_flag+set}" = set; then :
5939 $as_echo_n "(cached) " >&6
252b5132 5940else
d7040cdb
SE
5941 lt_cv_ld_reload_flag='-r'
5942fi
81ecdfbb
RW
5943{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5944$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5945reload_flag=$lt_cv_ld_reload_flag
5946case $reload_flag in
5947"" | " "*) ;;
5948*) reload_flag=" $reload_flag" ;;
5949esac
5950reload_cmds='$LD$reload_flag -o $output$reload_objs'
5951case $host_os in
5952 darwin*)
5953 if test "$GCC" = yes; then
5954 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5955 else
5956 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5957 fi
5958 ;;
5959esac
5960
5961
5962
5963
5964
5965
5966
5967
5968
718a6fd8
SE
5969if test -n "$ac_tool_prefix"; then
5970 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5971set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5973$as_echo_n "checking for $ac_word... " >&6; }
5974if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5975 $as_echo_n "(cached) " >&6
718a6fd8
SE
5976else
5977 if test -n "$OBJDUMP"; then
5978 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5979else
5980as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5981for as_dir in $PATH
5982do
5983 IFS=$as_save_IFS
5984 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5985 for ac_exec_ext in '' $ac_executable_extensions; do
5986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5987 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5989 break 2
5990 fi
5991done
81ecdfbb
RW
5992 done
5993IFS=$as_save_IFS
718a6fd8
SE
5994
5995fi
5996fi
5997OBJDUMP=$ac_cv_prog_OBJDUMP
5998if test -n "$OBJDUMP"; then
81ecdfbb
RW
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6000$as_echo "$OBJDUMP" >&6; }
718a6fd8 6001else
81ecdfbb
RW
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6003$as_echo "no" >&6; }
718a6fd8
SE
6004fi
6005
81ecdfbb 6006
718a6fd8
SE
6007fi
6008if test -z "$ac_cv_prog_OBJDUMP"; then
6009 ac_ct_OBJDUMP=$OBJDUMP
6010 # Extract the first word of "objdump", so it can be a program name with args.
6011set dummy objdump; ac_word=$2
81ecdfbb
RW
6012{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6013$as_echo_n "checking for $ac_word... " >&6; }
6014if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6015 $as_echo_n "(cached) " >&6
718a6fd8
SE
6016else
6017 if test -n "$ac_ct_OBJDUMP"; then
6018 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6019else
6020as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6021for as_dir in $PATH
6022do
6023 IFS=$as_save_IFS
6024 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6025 for ac_exec_ext in '' $ac_executable_extensions; do
6026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6027 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6029 break 2
6030 fi
6031done
81ecdfbb
RW
6032 done
6033IFS=$as_save_IFS
718a6fd8 6034
718a6fd8
SE
6035fi
6036fi
6037ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6038if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6040$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6041else
81ecdfbb
RW
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6043$as_echo "no" >&6; }
718a6fd8
SE
6044fi
6045
81ecdfbb
RW
6046 if test "x$ac_ct_OBJDUMP" = x; then
6047 OBJDUMP="false"
6048 else
6049 case $cross_compiling:$ac_tool_warned in
6050yes:)
6051{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6052$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6053ac_tool_warned=yes ;;
6054esac
6055 OBJDUMP=$ac_ct_OBJDUMP
6056 fi
718a6fd8
SE
6057else
6058 OBJDUMP="$ac_cv_prog_OBJDUMP"
6059fi
6060
6061test -z "$OBJDUMP" && OBJDUMP=objdump
6062
6063
6064
6065
6066
6067
6068
6069
d7040cdb 6070
81ecdfbb
RW
6071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6072$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6073if test "${lt_cv_deplibs_check_method+set}" = set; then :
6074 $as_echo_n "(cached) " >&6
d7040cdb
SE
6075else
6076 lt_cv_file_magic_cmd='$MAGIC_CMD'
6077lt_cv_file_magic_test_file=
6078lt_cv_deplibs_check_method='unknown'
6079# Need to set the preceding variable on all platforms that support
6080# interlibrary dependencies.
6081# 'none' -- dependencies not supported.
6082# `unknown' -- same as none, but documents that we really don't know.
6083# 'pass_all' -- all dependencies passed with no checks.
6084# 'test_compile' -- check by making test program.
6085# 'file_magic [[regex]]' -- check by looking for files in library path
6086# which responds to the $file_magic_cmd with a given extended regex.
6087# If you have `file' or equivalent on your system and you're not sure
6088# whether `pass_all' will *always* work, you probably want this one.
6089
6090case $host_os in
50e7d84b 6091aix[4-9]*)
d7040cdb
SE
6092 lt_cv_deplibs_check_method=pass_all
6093 ;;
6094
6095beos*)
6096 lt_cv_deplibs_check_method=pass_all
6097 ;;
6098
6099bsdi[45]*)
6100 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6101 lt_cv_file_magic_cmd='/usr/bin/file -L'
6102 lt_cv_file_magic_test_file=/shlib/libc.so
6103 ;;
6104
6105cygwin*)
6106 # func_win32_libid is a shell function defined in ltmain.sh
6107 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6108 lt_cv_file_magic_cmd='func_win32_libid'
6109 ;;
6110
6111mingw* | pw32*)
6112 # Base MSYS/MinGW do not provide the 'file' command needed by
6113 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6114 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6115 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6116 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6117 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6118 lt_cv_file_magic_cmd='func_win32_libid'
6119 else
f2c621e4 6120 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
6121 lt_cv_file_magic_cmd='$OBJDUMP -f'
6122 fi
6123 ;;
6124
3725885a 6125cegcc*)
718a6fd8
SE
6126 # use the weaker test based on 'objdump'. See mingw*.
6127 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6128 lt_cv_file_magic_cmd='$OBJDUMP -f'
6129 ;;
6130
d7040cdb
SE
6131darwin* | rhapsody*)
6132 lt_cv_deplibs_check_method=pass_all
d45dc31f 6133 ;;
d7040cdb
SE
6134
6135freebsd* | dragonfly*)
6136 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6137 case $host_cpu in
6138 i*86 )
6139 # Not sure whether the presence of OpenBSD here was a mistake.
6140 # Let's accept both of them until this is cleared up.
6141 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6142 lt_cv_file_magic_cmd=/usr/bin/file
6143 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6144 ;;
6145 esac
6146 else
6147 lt_cv_deplibs_check_method=pass_all
6148 fi
6149 ;;
6150
6151gnu*)
6152 lt_cv_deplibs_check_method=pass_all
d45dc31f 6153 ;;
d7040cdb 6154
3725885a
RW
6155haiku*)
6156 lt_cv_deplibs_check_method=pass_all
6157 ;;
6158
d7040cdb
SE
6159hpux10.20* | hpux11*)
6160 lt_cv_file_magic_cmd=/usr/bin/file
6161 case $host_cpu in
6162 ia64*)
6163 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6164 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6165 ;;
6166 hppa*64*)
3725885a 6167 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
6168 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6169 ;;
d45dc31f 6170 *)
3725885a 6171 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6172 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6173 ;;
6174 esac
6175 ;;
42ecbf5e 6176
d7040cdb
SE
6177interix[3-9]*)
6178 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6179 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6180 ;;
42ecbf5e 6181
d7040cdb
SE
6182irix5* | irix6* | nonstopux*)
6183 case $LD in
6184 *-32|*"-32 ") libmagic=32-bit;;
6185 *-n32|*"-n32 ") libmagic=N32;;
6186 *-64|*"-64 ") libmagic=64-bit;;
6187 *) libmagic=never-match;;
6188 esac
6189 lt_cv_deplibs_check_method=pass_all
d45dc31f 6190 ;;
42ecbf5e 6191
d7040cdb 6192# This must be Linux ELF.
58e24671 6193linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6194 lt_cv_deplibs_check_method=pass_all
6195 ;;
252b5132 6196
d7040cdb
SE
6197netbsd*)
6198 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6199 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6200 else
d7040cdb 6201 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6202 fi
d7040cdb
SE
6203 ;;
6204
6205newos6*)
6206 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6207 lt_cv_file_magic_cmd=/usr/bin/file
6208 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6209 ;;
6210
6211*nto* | *qnx*)
6212 lt_cv_deplibs_check_method=pass_all
6213 ;;
42ecbf5e 6214
d7040cdb
SE
6215openbsd*)
6216 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6217 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6218 else
6219 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6220 fi
6221 ;;
d7040cdb
SE
6222
6223osf3* | osf4* | osf5*)
6224 lt_cv_deplibs_check_method=pass_all
6225 ;;
6226
6227rdos*)
6228 lt_cv_deplibs_check_method=pass_all
6229 ;;
6230
6231solaris*)
6232 lt_cv_deplibs_check_method=pass_all
6233 ;;
6234
6235sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6236 lt_cv_deplibs_check_method=pass_all
6237 ;;
6238
6239sysv4 | sysv4.3*)
6240 case $host_vendor in
6241 motorola)
6242 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]'
6243 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6244 ;;
6245 ncr)
6246 lt_cv_deplibs_check_method=pass_all
6247 ;;
6248 sequent)
6249 lt_cv_file_magic_cmd='/bin/file'
6250 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6251 ;;
6252 sni)
6253 lt_cv_file_magic_cmd='/bin/file'
6254 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6255 lt_cv_file_magic_test_file=/lib/libc.so
6256 ;;
6257 siemens)
6258 lt_cv_deplibs_check_method=pass_all
6259 ;;
6260 pc)
6261 lt_cv_deplibs_check_method=pass_all
6262 ;;
6263 esac
6264 ;;
6265
6266tpf*)
6267 lt_cv_deplibs_check_method=pass_all
6268 ;;
d45dc31f 6269esac
42ecbf5e 6270
d7040cdb 6271fi
81ecdfbb
RW
6272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6273$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6274file_magic_cmd=$lt_cv_file_magic_cmd
6275deplibs_check_method=$lt_cv_deplibs_check_method
6276test -z "$deplibs_check_method" && deplibs_check_method=unknown
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
d45dc31f 6289if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6290 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6291set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6293$as_echo_n "checking for $ac_word... " >&6; }
6294if test "${ac_cv_prog_AR+set}" = set; then :
6295 $as_echo_n "(cached) " >&6
42ecbf5e 6296else
d7040cdb
SE
6297 if test -n "$AR"; then
6298 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6299else
6300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6301for as_dir in $PATH
6302do
6303 IFS=$as_save_IFS
6304 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6305 for ac_exec_ext in '' $ac_executable_extensions; do
6306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6307 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6309 break 2
6310 fi
6311done
81ecdfbb
RW
6312 done
6313IFS=$as_save_IFS
42ecbf5e 6314
42ecbf5e 6315fi
d45dc31f 6316fi
d7040cdb
SE
6317AR=$ac_cv_prog_AR
6318if test -n "$AR"; then
81ecdfbb
RW
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6320$as_echo "$AR" >&6; }
d45dc31f 6321else
81ecdfbb
RW
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6323$as_echo "no" >&6; }
d45dc31f 6324fi
42ecbf5e 6325
81ecdfbb 6326
42ecbf5e 6327fi
f2c621e4 6328if test -z "$ac_cv_prog_AR"; then
d7040cdb 6329 ac_ct_AR=$AR
f2c621e4
AS
6330 # Extract the first word of "ar", so it can be a program name with args.
6331set dummy ar; ac_word=$2
81ecdfbb
RW
6332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6333$as_echo_n "checking for $ac_word... " >&6; }
6334if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6335 $as_echo_n "(cached) " >&6
42ecbf5e 6336else
d7040cdb
SE
6337 if test -n "$ac_ct_AR"; then
6338 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6339else
d45dc31f
SE
6340as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6341for as_dir in $PATH
6342do
6343 IFS=$as_save_IFS
6344 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6345 for ac_exec_ext in '' $ac_executable_extensions; do
6346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6347 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6349 break 2
6350 fi
6351done
81ecdfbb
RW
6352 done
6353IFS=$as_save_IFS
42ecbf5e 6354
42ecbf5e 6355fi
42ecbf5e 6356fi
d7040cdb
SE
6357ac_ct_AR=$ac_cv_prog_ac_ct_AR
6358if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6360$as_echo "$ac_ct_AR" >&6; }
252b5132 6361else
81ecdfbb
RW
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6363$as_echo "no" >&6; }
252b5132 6364fi
252b5132 6365
81ecdfbb
RW
6366 if test "x$ac_ct_AR" = x; then
6367 AR="false"
6368 else
6369 case $cross_compiling:$ac_tool_warned in
6370yes:)
6371{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6372$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6373ac_tool_warned=yes ;;
6374esac
6375 AR=$ac_ct_AR
6376 fi
df7b86aa 6377else
f2c621e4
AS
6378 AR="$ac_cv_prog_AR"
6379fi
df7b86aa 6380
f2c621e4
AS
6381test -z "$AR" && AR=ar
6382test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6383
df7b86aa 6384
df7b86aa 6385
df7b86aa 6386
df7b86aa 6387
d7040cdb
SE
6388
6389
6390
6391
6392
6393
d45dc31f
SE
6394if test -n "$ac_tool_prefix"; then
6395 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6396set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6398$as_echo_n "checking for $ac_word... " >&6; }
6399if test "${ac_cv_prog_STRIP+set}" = set; then :
6400 $as_echo_n "(cached) " >&6
d45dc31f
SE
6401else
6402 if test -n "$STRIP"; then
6403 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6404else
6405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6406for as_dir in $PATH
42ecbf5e 6407do
d45dc31f
SE
6408 IFS=$as_save_IFS
6409 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6410 for ac_exec_ext in '' $ac_executable_extensions; do
6411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6412 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6414 break 2
6415 fi
6416done
81ecdfbb
RW
6417 done
6418IFS=$as_save_IFS
d45dc31f
SE
6419
6420fi
6421fi
6422STRIP=$ac_cv_prog_STRIP
6423if test -n "$STRIP"; then
81ecdfbb
RW
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6425$as_echo "$STRIP" >&6; }
252b5132 6426else
81ecdfbb
RW
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6428$as_echo "no" >&6; }
d45dc31f 6429fi
42ecbf5e 6430
81ecdfbb 6431
252b5132 6432fi
d45dc31f
SE
6433if test -z "$ac_cv_prog_STRIP"; then
6434 ac_ct_STRIP=$STRIP
6435 # Extract the first word of "strip", so it can be a program name with args.
6436set dummy strip; ac_word=$2
81ecdfbb
RW
6437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6438$as_echo_n "checking for $ac_word... " >&6; }
6439if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6440 $as_echo_n "(cached) " >&6
d45dc31f
SE
6441else
6442 if test -n "$ac_ct_STRIP"; then
6443 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6444else
6445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6446for as_dir in $PATH
6447do
6448 IFS=$as_save_IFS
6449 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6450 for ac_exec_ext in '' $ac_executable_extensions; do
6451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6452 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6454 break 2
6455 fi
6456done
81ecdfbb
RW
6457 done
6458IFS=$as_save_IFS
42ecbf5e 6459
d45dc31f
SE
6460fi
6461fi
6462ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6463if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6465$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6466else
81ecdfbb
RW
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6468$as_echo "no" >&6; }
252b5132 6469fi
e5a52504 6470
81ecdfbb
RW
6471 if test "x$ac_ct_STRIP" = x; then
6472 STRIP=":"
6473 else
6474 case $cross_compiling:$ac_tool_warned in
6475yes:)
6476{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6477$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6478ac_tool_warned=yes ;;
6479esac
6480 STRIP=$ac_ct_STRIP
6481 fi
d45dc31f
SE
6482else
6483 STRIP="$ac_cv_prog_STRIP"
6484fi
e5a52504 6485
d7040cdb 6486test -z "$STRIP" && STRIP=:
d45dc31f 6487
d45dc31f
SE
6488
6489
d45dc31f 6490
d45dc31f
SE
6491
6492
d7040cdb
SE
6493if test -n "$ac_tool_prefix"; then
6494 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6495set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6497$as_echo_n "checking for $ac_word... " >&6; }
6498if test "${ac_cv_prog_RANLIB+set}" = set; then :
6499 $as_echo_n "(cached) " >&6
d45dc31f 6500else
d7040cdb
SE
6501 if test -n "$RANLIB"; then
6502 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6503else
6504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6505for as_dir in $PATH
6506do
6507 IFS=$as_save_IFS
6508 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6509 for ac_exec_ext in '' $ac_executable_extensions; do
6510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6511 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6513 break 2
d45dc31f 6514 fi
d7040cdb 6515done
81ecdfbb
RW
6516 done
6517IFS=$as_save_IFS
d45dc31f 6518
d7040cdb
SE
6519fi
6520fi
6521RANLIB=$ac_cv_prog_RANLIB
6522if test -n "$RANLIB"; then
81ecdfbb
RW
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6524$as_echo "$RANLIB" >&6; }
d7040cdb 6525else
81ecdfbb
RW
6526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6527$as_echo "no" >&6; }
d7040cdb 6528fi
d45dc31f 6529
81ecdfbb 6530
d7040cdb
SE
6531fi
6532if test -z "$ac_cv_prog_RANLIB"; then
6533 ac_ct_RANLIB=$RANLIB
6534 # Extract the first word of "ranlib", so it can be a program name with args.
6535set dummy ranlib; ac_word=$2
81ecdfbb
RW
6536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6537$as_echo_n "checking for $ac_word... " >&6; }
6538if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6539 $as_echo_n "(cached) " >&6
d7040cdb
SE
6540else
6541 if test -n "$ac_ct_RANLIB"; then
6542 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6543else
6544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6545for as_dir in $PATH
6546do
6547 IFS=$as_save_IFS
6548 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6549 for ac_exec_ext in '' $ac_executable_extensions; do
6550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6551 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6553 break 2
d45dc31f 6554 fi
d7040cdb 6555done
81ecdfbb
RW
6556 done
6557IFS=$as_save_IFS
d45dc31f 6558
d7040cdb
SE
6559fi
6560fi
6561ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6562if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6564$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6565else
81ecdfbb
RW
6566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6567$as_echo "no" >&6; }
d7040cdb 6568fi
252b5132 6569
81ecdfbb
RW
6570 if test "x$ac_ct_RANLIB" = x; then
6571 RANLIB=":"
6572 else
6573 case $cross_compiling:$ac_tool_warned in
6574yes:)
6575{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6576$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6577ac_tool_warned=yes ;;
6578esac
6579 RANLIB=$ac_ct_RANLIB
6580 fi
d7040cdb
SE
6581else
6582 RANLIB="$ac_cv_prog_RANLIB"
6583fi
d45dc31f 6584
d7040cdb 6585test -z "$RANLIB" && RANLIB=:
d45dc31f 6586
d45dc31f 6587
d45dc31f 6588
42ecbf5e 6589
e5a52504 6590
d7040cdb
SE
6591
6592# Determine commands to create old-style static archives.
718a6fd8 6593old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6594old_postinstall_cmds='chmod 644 $oldlib'
6595old_postuninstall_cmds=
6596
6597if test -n "$RANLIB"; then
6598 case $host_os in
6599 openbsd*)
6600 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6601 ;;
6602 *)
6603 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6604 ;;
6605 esac
6606 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6607fi
d45dc31f 6608
3725885a
RW
6609case $host_os in
6610 darwin*)
6611 lock_old_archive_extraction=yes ;;
6612 *)
6613 lock_old_archive_extraction=no ;;
6614esac
6615
6616
6617
6618
6619
6620
d45dc31f 6621
d45dc31f
SE
6622
6623
d15b04bd 6624
3e321448 6625
d45dc31f 6626
d45dc31f 6627
d45dc31f
SE
6628
6629
d45dc31f 6630
d45dc31f 6631
d45dc31f
SE
6632
6633
6634
6635
6636
6637
6638
d45dc31f 6639
d45dc31f 6640
d45dc31f 6641
d45dc31f 6642
d45dc31f 6643
d45dc31f 6644
d45dc31f 6645
d45dc31f 6646
3e321448
L
6647
6648
d45dc31f
SE
6649
6650
d45dc31f
SE
6651
6652
d45dc31f 6653
d7040cdb
SE
6654# If no C compiler was specified, use CC.
6655LTCC=${LTCC-"$CC"}
42ecbf5e 6656
d7040cdb
SE
6657# If no C compiler flags were specified, use CFLAGS.
6658LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6659
d7040cdb
SE
6660# Allow CC to be a program name with arguments.
6661compiler=$CC
d15b04bd 6662
d7040cdb
SE
6663
6664# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6666$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6667if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6668 $as_echo_n "(cached) " >&6
d15b04bd 6669else
d7040cdb
SE
6670
6671# These are sane defaults that work on at least a few old systems.
6672# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6673
6674# Character class describing NM global symbol codes.
6675symcode='[BCDEGRST]'
6676
6677# Regexp to match symbols that can be accessed directly from C.
6678sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6679
6680# Define system-specific variables.
6681case $host_os in
6682aix*)
6683 symcode='[BCDT]'
6684 ;;
718a6fd8 6685cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6686 symcode='[ABCDGISTW]'
6687 ;;
6688hpux*)
6689 if test "$host_cpu" = ia64; then
6690 symcode='[ABCDEGRST]'
42ecbf5e 6691 fi
d7040cdb
SE
6692 ;;
6693irix* | nonstopux*)
6694 symcode='[BCDEGRST]'
6695 ;;
6696osf*)
6697 symcode='[BCDEGQRST]'
6698 ;;
6699solaris*)
6700 symcode='[BDRT]'
6701 ;;
6702sco3.2v5*)
6703 symcode='[DT]'
6704 ;;
6705sysv4.2uw2*)
6706 symcode='[DT]'
6707 ;;
6708sysv5* | sco5v6* | unixware* | OpenUNIX*)
6709 symcode='[ABDT]'
6710 ;;
6711sysv4)
6712 symcode='[DFNSTU]'
6713 ;;
6714esac
d15b04bd 6715
d7040cdb
SE
6716# If we're using GNU nm, then use its standard symbol codes.
6717case `$NM -V 2>&1` in
6718*GNU* | *'with BFD'*)
6719 symcode='[ABCDGIRSTW]' ;;
6720esac
e5a52504 6721
d7040cdb
SE
6722# Transform an extracted symbol line into a proper C declaration.
6723# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
6724# so use this general approach.
6725lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6726
7357c5b6 6727# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6728lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6729lt_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 6730
7357c5b6
AM
6731# Handle CRLF in mingw tool chain
6732opt_cr=
6733case $build_os in
6734mingw*)
6735 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6736 ;;
6737esac
d7040cdb 6738
7357c5b6
AM
6739# Try without a prefix underscore, then with it.
6740for ac_symprfx in "" "_"; do
d7040cdb 6741
7357c5b6
AM
6742 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6743 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6744
7357c5b6
AM
6745 # Write the raw and C identifiers.
6746 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6747 # Fake it for dumpbin and say T for any non-static function
6748 # and D for any global variable.
6749 # Also find C++ and __fastcall symbols from MSVC++,
6750 # which start with @ or ?.
6751 lt_cv_sys_global_symbol_pipe="$AWK '"\
6752" {last_section=section; section=\$ 3};"\
6753" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6754" \$ 0!~/External *\|/{next};"\
6755" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6756" {if(hide[section]) next};"\
6757" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6758" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6759" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6760" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6761" ' prfx=^$ac_symprfx"
6762 else
6763 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6764 fi
6765
6766 # Check to see that the pipe works correctly.
6767 pipe_works=no
6768
6769 rm -f conftest*
6770 cat > conftest.$ac_ext <<_LT_EOF
6771#ifdef __cplusplus
6772extern "C" {
6773#endif
6774char nm_test_var;
6775void nm_test_func(void);
6776void nm_test_func(void){}
6777#ifdef __cplusplus
d7040cdb 6778}
7357c5b6
AM
6779#endif
6780int main(){nm_test_var='a';nm_test_func();return(0);}
6781_LT_EOF
6782
81ecdfbb 6783 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6784 (eval $ac_compile) 2>&5
42ecbf5e 6785 ac_status=$?
81ecdfbb
RW
6786 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6787 test $ac_status = 0; }; then
7357c5b6
AM
6788 # Now try to grab the symbols.
6789 nlist=conftest.nm
3725885a
RW
6790 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6791 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 6792 ac_status=$?
81ecdfbb
RW
6793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6794 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6795 # Try sorting and uniquifying the output.
6796 if sort "$nlist" | uniq > "$nlist"T; then
6797 mv -f "$nlist"T "$nlist"
6798 else
6799 rm -f "$nlist"T
6800 fi
d7040cdb 6801
7357c5b6
AM
6802 # Make sure that we snagged all the symbols we need.
6803 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6804 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6805 cat <<_LT_EOF > conftest.$ac_ext
6806#ifdef __cplusplus
6807extern "C" {
6808#endif
e5a52504 6809
7357c5b6
AM
6810_LT_EOF
6811 # Now generate the symbol file.
6812 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 6813
7357c5b6 6814 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6815
7357c5b6 6816/* The mapping between symbol names and symbols. */
f2c621e4 6817const struct {
7357c5b6
AM
6818 const char *name;
6819 void *address;
6820}
6821lt__PROGRAM__LTX_preloaded_symbols[] =
6822{
6823 { "@PROGRAM@", (void *) 0 },
6824_LT_EOF
6825 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6826 cat <<\_LT_EOF >> conftest.$ac_ext
6827 {0, (void *) 0}
6828};
d7040cdb 6829
7357c5b6
AM
6830/* This works around a problem in FreeBSD linker */
6831#ifdef FREEBSD_WORKAROUND
6832static const void *lt_preloaded_setup() {
6833 return lt__PROGRAM__LTX_preloaded_symbols;
6834}
d7040cdb
SE
6835#endif
6836
7357c5b6 6837#ifdef __cplusplus
d7040cdb 6838}
7357c5b6
AM
6839#endif
6840_LT_EOF
6841 # Now try linking the two files.
6842 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6843 lt_save_LIBS="$LIBS"
6844 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6845 LIBS="conftstm.$ac_objext"
6846 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6847 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6848 (eval $ac_link) 2>&5
6849 ac_status=$?
81ecdfbb
RW
6850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6851 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6852 pipe_works=yes
6853 fi
f2c621e4
AS
6854 LIBS="$lt_save_LIBS"
6855 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6856 else
6857 echo "cannot find nm_test_func in $nlist" >&5
6858 fi
6859 else
6860 echo "cannot find nm_test_var in $nlist" >&5
6861 fi
6862 else
6863 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6864 fi
6865 else
6866 echo "$progname: failed program was:" >&5
6867 cat conftest.$ac_ext >&5
6868 fi
718a6fd8 6869 rm -rf conftest* conftst*
7357c5b6
AM
6870
6871 # Do not use the global_symbol_pipe unless it works.
6872 if test "$pipe_works" = yes; then
6873 break
6874 else
6875 lt_cv_sys_global_symbol_pipe=
6876 fi
6877done
d7040cdb 6878
d7040cdb 6879fi
7357c5b6
AM
6880
6881if test -z "$lt_cv_sys_global_symbol_pipe"; then
6882 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 6883fi
7357c5b6 6884if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6886$as_echo "failed" >&6; }
7357c5b6 6887else
81ecdfbb
RW
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6889$as_echo "ok" >&6; }
d7040cdb 6890fi
20e95c23 6891
20e95c23 6892
20e95c23 6893
20e95c23 6894
20e95c23 6895
20e95c23 6896
20e95c23
DJ
6897
6898
7357c5b6
AM
6899
6900
6901
718a6fd8
SE
6902
6903
6904
6905
6906
7357c5b6 6907
df7b86aa
NC
6908
6909
6910
6911
7357c5b6 6912
81ecdfbb
RW
6913# Check whether --enable-libtool-lock was given.
6914if test "${enable_libtool_lock+set}" = set; then :
6915 enableval=$enable_libtool_lock;
6916fi
7357c5b6 6917
7357c5b6
AM
6918test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6919
6920# Some flags need to be propagated to the compiler or linker for good
6921# libtool support.
6922case $host in
6923ia64-*-hpux*)
6924 # Find out which ABI we are using.
6925 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6926 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6927 (eval $ac_compile) 2>&5
6928 ac_status=$?
81ecdfbb
RW
6929 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6930 test $ac_status = 0; }; then
7357c5b6
AM
6931 case `/usr/bin/file conftest.$ac_objext` in
6932 *ELF-32*)
6933 HPUX_IA64_MODE="32"
6934 ;;
6935 *ELF-64*)
6936 HPUX_IA64_MODE="64"
6937 ;;
6938 esac
6939 fi
6940 rm -rf conftest*
6941 ;;
6942*-*-irix6*)
6943 # Find out which ABI we are using.
3725885a 6944 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6945 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6946 (eval $ac_compile) 2>&5
6947 ac_status=$?
81ecdfbb
RW
6948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6949 test $ac_status = 0; }; then
7357c5b6
AM
6950 if test "$lt_cv_prog_gnu_ld" = yes; then
6951 case `/usr/bin/file conftest.$ac_objext` in
6952 *32-bit*)
6953 LD="${LD-ld} -melf32bsmip"
6954 ;;
6955 *N32*)
6956 LD="${LD-ld} -melf32bmipn32"
6957 ;;
6958 *64-bit*)
6959 LD="${LD-ld} -melf64bmip"
6960 ;;
6961 esac
6962 else
6963 case `/usr/bin/file conftest.$ac_objext` in
6964 *32-bit*)
6965 LD="${LD-ld} -32"
6966 ;;
6967 *N32*)
6968 LD="${LD-ld} -n32"
6969 ;;
6970 *64-bit*)
6971 LD="${LD-ld} -64"
6972 ;;
6973 esac
6974 fi
6975 fi
6976 rm -rf conftest*
6977 ;;
6978
cc9afea3 6979x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6980s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6981 # Find out which ABI we are using.
6982 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6983 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6984 (eval $ac_compile) 2>&5
6985 ac_status=$?
81ecdfbb
RW
6986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6987 test $ac_status = 0; }; then
7357c5b6
AM
6988 case `/usr/bin/file conftest.o` in
6989 *32-bit*)
6990 case $host in
6991 x86_64-*kfreebsd*-gnu)
6992 LD="${LD-ld} -m elf_i386_fbsd"
6993 ;;
6994 x86_64-*linux*)
6d2920c8
L
6995 case `/usr/bin/file conftest.o` in
6996 *x86-64*)
6997 LD="${LD-ld} -m elf32_x86_64"
6998 ;;
6999 *)
7000 LD="${LD-ld} -m elf_i386"
7001 ;;
7002 esac
7357c5b6 7003 ;;
cc9afea3
AM
7004 powerpc64le-*linux*)
7005 LD="${LD-ld} -m elf32lppclinux"
7006 ;;
7007 powerpc64-*linux*)
7357c5b6
AM
7008 LD="${LD-ld} -m elf32ppclinux"
7009 ;;
7010 s390x-*linux*)
7011 LD="${LD-ld} -m elf_s390"
7012 ;;
7013 sparc64-*linux*)
7014 LD="${LD-ld} -m elf32_sparc"
7015 ;;
7016 esac
7017 ;;
7018 *64-bit*)
7019 case $host in
7020 x86_64-*kfreebsd*-gnu)
7021 LD="${LD-ld} -m elf_x86_64_fbsd"
7022 ;;
7023 x86_64-*linux*)
7024 LD="${LD-ld} -m elf_x86_64"
7025 ;;
cc9afea3
AM
7026 powerpcle-*linux*)
7027 LD="${LD-ld} -m elf64lppc"
7028 ;;
7029 powerpc-*linux*)
7357c5b6
AM
7030 LD="${LD-ld} -m elf64ppc"
7031 ;;
7032 s390*-*linux*|s390*-*tpf*)
7033 LD="${LD-ld} -m elf64_s390"
7034 ;;
7035 sparc*-*linux*)
7036 LD="${LD-ld} -m elf64_sparc"
7037 ;;
7038 esac
7039 ;;
7040 esac
7041 fi
7042 rm -rf conftest*
7043 ;;
7044
7045*-*-sco3.2v5*)
7046 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7047 SAVE_CFLAGS="$CFLAGS"
7048 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7050$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7051if test "${lt_cv_cc_needs_belf+set}" = set; then :
7052 $as_echo_n "(cached) " >&6
d7040cdb 7053else
7357c5b6
AM
7054 ac_ext=c
7055ac_cpp='$CPP $CPPFLAGS'
7056ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7057ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7058ac_compiler_gnu=$ac_cv_c_compiler_gnu
7059
81ecdfbb 7060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7061/* end confdefs.h. */
20e95c23 7062
7357c5b6
AM
7063int
7064main ()
7065{
7066
7067 ;
7068 return 0;
7069}
d7040cdb 7070_ACEOF
81ecdfbb 7071if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7072 lt_cv_cc_needs_belf=yes
d15b04bd 7073else
81ecdfbb 7074 lt_cv_cc_needs_belf=no
d7040cdb 7075fi
81ecdfbb
RW
7076rm -f core conftest.err conftest.$ac_objext \
7077 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7078 ac_ext=c
7079ac_cpp='$CPP $CPPFLAGS'
7080ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7081ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7082ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7083
718a6fd8 7084fi
81ecdfbb
RW
7085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7086$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7087 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7088 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7089 CFLAGS="$SAVE_CFLAGS"
7090 fi
7091 ;;
7092sparc*-*solaris*)
7093 # Find out which ABI we are using.
7094 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7095 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7096 (eval $ac_compile) 2>&5
7097 ac_status=$?
81ecdfbb
RW
7098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7099 test $ac_status = 0; }; then
718a6fd8
SE
7100 case `/usr/bin/file conftest.o` in
7101 *64-bit*)
7102 case $lt_cv_prog_gnu_ld in
7103 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7104 *)
7105 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7106 LD="${LD-ld} -64"
7107 fi
7108 ;;
7109 esac
7110 ;;
7111 esac
7112 fi
df7b86aa
NC
7113 rm -rf conftest*
7114 ;;
7115esac
7116
7117need_locks="$enable_libtool_lock"
7118
718a6fd8
SE
7119
7120 case $host_os in
7121 rhapsody* | darwin*)
7122 if test -n "$ac_tool_prefix"; then
7123 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7124set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7126$as_echo_n "checking for $ac_word... " >&6; }
7127if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7128 $as_echo_n "(cached) " >&6
718a6fd8
SE
7129else
7130 if test -n "$DSYMUTIL"; then
7131 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7132else
7133as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7134for as_dir in $PATH
7135do
7136 IFS=$as_save_IFS
7137 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7138 for ac_exec_ext in '' $ac_executable_extensions; do
7139 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7140 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7142 break 2
7143 fi
7144done
81ecdfbb
RW
7145 done
7146IFS=$as_save_IFS
718a6fd8
SE
7147
7148fi
7149fi
7150DSYMUTIL=$ac_cv_prog_DSYMUTIL
7151if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7153$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7154else
81ecdfbb
RW
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7156$as_echo "no" >&6; }
718a6fd8
SE
7157fi
7158
81ecdfbb 7159
718a6fd8
SE
7160fi
7161if test -z "$ac_cv_prog_DSYMUTIL"; then
7162 ac_ct_DSYMUTIL=$DSYMUTIL
7163 # Extract the first word of "dsymutil", so it can be a program name with args.
7164set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7166$as_echo_n "checking for $ac_word... " >&6; }
7167if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7168 $as_echo_n "(cached) " >&6
718a6fd8
SE
7169else
7170 if test -n "$ac_ct_DSYMUTIL"; then
7171 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7172else
7173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7174for as_dir in $PATH
7175do
7176 IFS=$as_save_IFS
7177 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7178 for ac_exec_ext in '' $ac_executable_extensions; do
7179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7180 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7182 break 2
7183 fi
7184done
81ecdfbb
RW
7185 done
7186IFS=$as_save_IFS
718a6fd8 7187
718a6fd8
SE
7188fi
7189fi
7190ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7191if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7193$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7194else
81ecdfbb
RW
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7196$as_echo "no" >&6; }
718a6fd8
SE
7197fi
7198
81ecdfbb
RW
7199 if test "x$ac_ct_DSYMUTIL" = x; then
7200 DSYMUTIL=":"
7201 else
7202 case $cross_compiling:$ac_tool_warned in
7203yes:)
7204{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7205$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7206ac_tool_warned=yes ;;
7207esac
7208 DSYMUTIL=$ac_ct_DSYMUTIL
7209 fi
718a6fd8
SE
7210else
7211 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7212fi
7213
7214 if test -n "$ac_tool_prefix"; then
7215 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7216set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7218$as_echo_n "checking for $ac_word... " >&6; }
7219if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7220 $as_echo_n "(cached) " >&6
718a6fd8
SE
7221else
7222 if test -n "$NMEDIT"; then
7223 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7224else
7225as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7226for as_dir in $PATH
7227do
7228 IFS=$as_save_IFS
7229 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7230 for ac_exec_ext in '' $ac_executable_extensions; do
7231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7232 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7233 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7234 break 2
7235 fi
7236done
81ecdfbb
RW
7237 done
7238IFS=$as_save_IFS
718a6fd8
SE
7239
7240fi
7241fi
7242NMEDIT=$ac_cv_prog_NMEDIT
7243if test -n "$NMEDIT"; then
81ecdfbb
RW
7244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7245$as_echo "$NMEDIT" >&6; }
718a6fd8 7246else
81ecdfbb
RW
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7248$as_echo "no" >&6; }
718a6fd8
SE
7249fi
7250
81ecdfbb 7251
718a6fd8
SE
7252fi
7253if test -z "$ac_cv_prog_NMEDIT"; then
7254 ac_ct_NMEDIT=$NMEDIT
7255 # Extract the first word of "nmedit", so it can be a program name with args.
7256set dummy nmedit; ac_word=$2
81ecdfbb
RW
7257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7258$as_echo_n "checking for $ac_word... " >&6; }
7259if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7260 $as_echo_n "(cached) " >&6
718a6fd8
SE
7261else
7262 if test -n "$ac_ct_NMEDIT"; then
7263 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7264else
7265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7266for as_dir in $PATH
7267do
7268 IFS=$as_save_IFS
7269 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7270 for ac_exec_ext in '' $ac_executable_extensions; do
7271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7272 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7274 break 2
7275 fi
7276done
81ecdfbb
RW
7277 done
7278IFS=$as_save_IFS
718a6fd8 7279
718a6fd8
SE
7280fi
7281fi
7282ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7283if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7285$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7286else
81ecdfbb
RW
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7288$as_echo "no" >&6; }
718a6fd8
SE
7289fi
7290
81ecdfbb
RW
7291 if test "x$ac_ct_NMEDIT" = x; then
7292 NMEDIT=":"
7293 else
7294 case $cross_compiling:$ac_tool_warned in
7295yes:)
7296{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7297$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7298ac_tool_warned=yes ;;
7299esac
7300 NMEDIT=$ac_ct_NMEDIT
7301 fi
718a6fd8
SE
7302else
7303 NMEDIT="$ac_cv_prog_NMEDIT"
7304fi
7305
7306 if test -n "$ac_tool_prefix"; then
7307 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7308set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7310$as_echo_n "checking for $ac_word... " >&6; }
7311if test "${ac_cv_prog_LIPO+set}" = set; then :
7312 $as_echo_n "(cached) " >&6
718a6fd8
SE
7313else
7314 if test -n "$LIPO"; then
7315 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7316else
7317as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7318for as_dir in $PATH
7319do
7320 IFS=$as_save_IFS
7321 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7322 for ac_exec_ext in '' $ac_executable_extensions; do
7323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7324 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7326 break 2
7327 fi
7328done
81ecdfbb
RW
7329 done
7330IFS=$as_save_IFS
718a6fd8
SE
7331
7332fi
7333fi
7334LIPO=$ac_cv_prog_LIPO
7335if test -n "$LIPO"; then
81ecdfbb
RW
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7337$as_echo "$LIPO" >&6; }
718a6fd8 7338else
81ecdfbb
RW
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7340$as_echo "no" >&6; }
718a6fd8
SE
7341fi
7342
81ecdfbb 7343
718a6fd8
SE
7344fi
7345if test -z "$ac_cv_prog_LIPO"; then
7346 ac_ct_LIPO=$LIPO
7347 # Extract the first word of "lipo", so it can be a program name with args.
7348set dummy lipo; ac_word=$2
81ecdfbb
RW
7349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7350$as_echo_n "checking for $ac_word... " >&6; }
7351if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7352 $as_echo_n "(cached) " >&6
718a6fd8
SE
7353else
7354 if test -n "$ac_ct_LIPO"; then
7355 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7356else
7357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7358for as_dir in $PATH
7359do
7360 IFS=$as_save_IFS
7361 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7362 for ac_exec_ext in '' $ac_executable_extensions; do
7363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7364 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7366 break 2
7367 fi
7368done
81ecdfbb
RW
7369 done
7370IFS=$as_save_IFS
718a6fd8 7371
718a6fd8
SE
7372fi
7373fi
7374ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7375if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7377$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7378else
81ecdfbb
RW
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7380$as_echo "no" >&6; }
718a6fd8
SE
7381fi
7382
81ecdfbb
RW
7383 if test "x$ac_ct_LIPO" = x; then
7384 LIPO=":"
7385 else
7386 case $cross_compiling:$ac_tool_warned in
7387yes:)
7388{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7389$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7390ac_tool_warned=yes ;;
7391esac
7392 LIPO=$ac_ct_LIPO
7393 fi
718a6fd8
SE
7394else
7395 LIPO="$ac_cv_prog_LIPO"
7396fi
7397
7398 if test -n "$ac_tool_prefix"; then
7399 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7400set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7402$as_echo_n "checking for $ac_word... " >&6; }
7403if test "${ac_cv_prog_OTOOL+set}" = set; then :
7404 $as_echo_n "(cached) " >&6
718a6fd8
SE
7405else
7406 if test -n "$OTOOL"; then
7407 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7408else
7409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7410for as_dir in $PATH
7411do
7412 IFS=$as_save_IFS
7413 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7414 for ac_exec_ext in '' $ac_executable_extensions; do
7415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7416 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7418 break 2
7419 fi
7420done
81ecdfbb
RW
7421 done
7422IFS=$as_save_IFS
718a6fd8
SE
7423
7424fi
7425fi
7426OTOOL=$ac_cv_prog_OTOOL
7427if test -n "$OTOOL"; then
81ecdfbb
RW
7428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7429$as_echo "$OTOOL" >&6; }
718a6fd8 7430else
81ecdfbb
RW
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7432$as_echo "no" >&6; }
718a6fd8
SE
7433fi
7434
81ecdfbb 7435
718a6fd8
SE
7436fi
7437if test -z "$ac_cv_prog_OTOOL"; then
7438 ac_ct_OTOOL=$OTOOL
7439 # Extract the first word of "otool", so it can be a program name with args.
7440set dummy otool; ac_word=$2
81ecdfbb
RW
7441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7442$as_echo_n "checking for $ac_word... " >&6; }
7443if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7444 $as_echo_n "(cached) " >&6
718a6fd8
SE
7445else
7446 if test -n "$ac_ct_OTOOL"; then
7447 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7448else
7449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7450for as_dir in $PATH
7451do
7452 IFS=$as_save_IFS
7453 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7454 for ac_exec_ext in '' $ac_executable_extensions; do
7455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7456 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7458 break 2
7459 fi
7460done
81ecdfbb
RW
7461 done
7462IFS=$as_save_IFS
718a6fd8 7463
718a6fd8
SE
7464fi
7465fi
7466ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7467if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7469$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7470else
81ecdfbb
RW
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7472$as_echo "no" >&6; }
718a6fd8
SE
7473fi
7474
81ecdfbb
RW
7475 if test "x$ac_ct_OTOOL" = x; then
7476 OTOOL=":"
7477 else
7478 case $cross_compiling:$ac_tool_warned in
7479yes:)
7480{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7481$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7482ac_tool_warned=yes ;;
7483esac
7484 OTOOL=$ac_ct_OTOOL
7485 fi
718a6fd8
SE
7486else
7487 OTOOL="$ac_cv_prog_OTOOL"
7488fi
7489
7490 if test -n "$ac_tool_prefix"; then
7491 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7492set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7494$as_echo_n "checking for $ac_word... " >&6; }
7495if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7496 $as_echo_n "(cached) " >&6
718a6fd8
SE
7497else
7498 if test -n "$OTOOL64"; then
7499 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7500else
7501as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7502for as_dir in $PATH
7503do
7504 IFS=$as_save_IFS
7505 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7506 for ac_exec_ext in '' $ac_executable_extensions; do
7507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7508 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7510 break 2
7511 fi
7512done
81ecdfbb
RW
7513 done
7514IFS=$as_save_IFS
718a6fd8
SE
7515
7516fi
7517fi
7518OTOOL64=$ac_cv_prog_OTOOL64
7519if test -n "$OTOOL64"; then
81ecdfbb
RW
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7521$as_echo "$OTOOL64" >&6; }
718a6fd8 7522else
81ecdfbb
RW
7523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7524$as_echo "no" >&6; }
718a6fd8
SE
7525fi
7526
81ecdfbb 7527
718a6fd8
SE
7528fi
7529if test -z "$ac_cv_prog_OTOOL64"; then
7530 ac_ct_OTOOL64=$OTOOL64
7531 # Extract the first word of "otool64", so it can be a program name with args.
7532set dummy otool64; ac_word=$2
81ecdfbb
RW
7533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7534$as_echo_n "checking for $ac_word... " >&6; }
7535if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7536 $as_echo_n "(cached) " >&6
718a6fd8
SE
7537else
7538 if test -n "$ac_ct_OTOOL64"; then
7539 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7540else
7541as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7542for as_dir in $PATH
7543do
7544 IFS=$as_save_IFS
7545 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7546 for ac_exec_ext in '' $ac_executable_extensions; do
7547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7548 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7550 break 2
7551 fi
7552done
81ecdfbb
RW
7553 done
7554IFS=$as_save_IFS
718a6fd8 7555
718a6fd8
SE
7556fi
7557fi
7558ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7559if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7561$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7562else
81ecdfbb
RW
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7564$as_echo "no" >&6; }
718a6fd8
SE
7565fi
7566
81ecdfbb
RW
7567 if test "x$ac_ct_OTOOL64" = x; then
7568 OTOOL64=":"
7569 else
7570 case $cross_compiling:$ac_tool_warned in
7571yes:)
7572{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7573$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7574ac_tool_warned=yes ;;
7575esac
7576 OTOOL64=$ac_ct_OTOOL64
7577 fi
718a6fd8
SE
7578else
7579 OTOOL64="$ac_cv_prog_OTOOL64"
7580fi
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
81ecdfbb
RW
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7609$as_echo_n "checking for -single_module linker flag... " >&6; }
7610if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7611 $as_echo_n "(cached) " >&6
718a6fd8
SE
7612else
7613 lt_cv_apple_cc_single_mod=no
7614 if test -z "${LT_MULTI_MODULE}"; then
7615 # By default we will add the -single_module flag. You can override
7616 # by either setting the environment variable LT_MULTI_MODULE
7617 # non-empty at configure time, or by adding -multi_module to the
7618 # link flags.
7619 rm -rf libconftest.dylib*
7620 echo "int foo(void){return 1;}" > conftest.c
7621 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7622-dynamiclib -Wl,-single_module conftest.c" >&5
7623 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7624 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7625 _lt_result=$?
7626 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7627 lt_cv_apple_cc_single_mod=yes
7628 else
7629 cat conftest.err >&5
7630 fi
7631 rm -rf libconftest.dylib*
7632 rm -f conftest.*
7633 fi
7634fi
81ecdfbb
RW
7635{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7636$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7638$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7639if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7640 $as_echo_n "(cached) " >&6
718a6fd8
SE
7641else
7642 lt_cv_ld_exported_symbols_list=no
7643 save_LDFLAGS=$LDFLAGS
7644 echo "_main" > conftest.sym
7645 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7647/* end confdefs.h. */
7648
7649int
7650main ()
7651{
7652
7653 ;
7654 return 0;
7655}
7656_ACEOF
81ecdfbb 7657if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7658 lt_cv_ld_exported_symbols_list=yes
7659else
81ecdfbb 7660 lt_cv_ld_exported_symbols_list=no
718a6fd8 7661fi
81ecdfbb
RW
7662rm -f core conftest.err conftest.$ac_objext \
7663 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7664 LDFLAGS="$save_LDFLAGS"
7665
7666fi
81ecdfbb
RW
7667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7668$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7670$as_echo_n "checking for -force_load linker flag... " >&6; }
7671if test "${lt_cv_ld_force_load+set}" = set; then :
7672 $as_echo_n "(cached) " >&6
7673else
7674 lt_cv_ld_force_load=no
7675 cat > conftest.c << _LT_EOF
7676int forced_loaded() { return 2;}
7677_LT_EOF
7678 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7679 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7680 echo "$AR cru libconftest.a conftest.o" >&5
7681 $AR cru libconftest.a conftest.o 2>&5
7682 cat > conftest.c << _LT_EOF
7683int main() { return 0;}
7684_LT_EOF
7685 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7686 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7687 _lt_result=$?
7688 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7689 lt_cv_ld_force_load=yes
7690 else
7691 cat conftest.err >&5
7692 fi
7693 rm -f conftest.err libconftest.a conftest conftest.c
7694 rm -rf conftest.dSYM
7695
7696fi
7697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7698$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7699 case $host_os in
7700 rhapsody* | darwin1.[012])
7701 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7702 darwin1.*)
7703 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7704 darwin*) # darwin 5.x on
7705 # if running on 10.5 or later, the deployment target defaults
7706 # to the OS version, if on x86, and 10.4, the deployment
7707 # target defaults to 10.4. Don't you love it?
7708 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7709 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7710 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7711 10.[012][,.]*)
718a6fd8
SE
7712 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7713 10.*)
7714 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7715 esac
7716 ;;
7717 esac
7718 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7719 _lt_dar_single_mod='$single_module'
7720 fi
7721 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7722 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7723 else
7724 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7725 fi
3725885a 7726 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7727 _lt_dsymutil='~$DSYMUTIL $lib || :'
7728 else
7729 _lt_dsymutil=
7730 fi
7731 ;;
7732 esac
7733
718a6fd8 7734for ac_header in dlfcn.h
81ecdfbb
RW
7735do :
7736 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7737"
7738if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7739 cat >>confdefs.h <<_ACEOF
81ecdfbb 7740#define HAVE_DLFCN_H 1
718a6fd8
SE
7741_ACEOF
7742
7743fi
7744
7745done
7746
7747
7748
3725885a
RW
7749
7750
718a6fd8
SE
7751# Set options
7752
7753
7754
7755 enable_dlopen=no
7756
7757
7758 enable_win32_dll=no
7759
7760
81ecdfbb
RW
7761 # Check whether --enable-shared was given.
7762if test "${enable_shared+set}" = set; then :
7763 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7764 case $enableval in
7765 yes) enable_shared=yes ;;
7766 no) enable_shared=no ;;
7767 *)
7768 enable_shared=no
7769 # Look at the argument we got. We use all the common list separators.
7770 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7771 for pkg in $enableval; do
7772 IFS="$lt_save_ifs"
7773 if test "X$pkg" = "X$p"; then
7774 enable_shared=yes
7775 fi
7776 done
7777 IFS="$lt_save_ifs"
7778 ;;
7779 esac
7780else
7781 enable_shared=yes
81ecdfbb 7782fi
718a6fd8
SE
7783
7784
7785
7786
7787
7788
7789
7790
81ecdfbb
RW
7791
7792 # Check whether --enable-static was given.
7793if test "${enable_static+set}" = set; then :
7794 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7795 case $enableval in
7796 yes) enable_static=yes ;;
7797 no) enable_static=no ;;
7798 *)
7799 enable_static=no
7800 # Look at the argument we got. We use all the common list separators.
7801 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7802 for pkg in $enableval; do
7803 IFS="$lt_save_ifs"
7804 if test "X$pkg" = "X$p"; then
7805 enable_static=yes
7806 fi
7807 done
7808 IFS="$lt_save_ifs"
7809 ;;
7810 esac
7811else
7812 enable_static=yes
81ecdfbb 7813fi
718a6fd8
SE
7814
7815
7816
7817
7818
7819
7820
7821
7822
81ecdfbb
RW
7823
7824# Check whether --with-pic was given.
7825if test "${with_pic+set}" = set; then :
7826 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7827else
7828 pic_mode=default
81ecdfbb
RW
7829fi
7830
718a6fd8
SE
7831
7832test -z "$pic_mode" && pic_mode=default
7833
7834
7835
7836
7837
7838
7839
81ecdfbb
RW
7840 # Check whether --enable-fast-install was given.
7841if test "${enable_fast_install+set}" = set; then :
7842 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7843 case $enableval in
7844 yes) enable_fast_install=yes ;;
7845 no) enable_fast_install=no ;;
7846 *)
7847 enable_fast_install=no
7848 # Look at the argument we got. We use all the common list separators.
7849 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7850 for pkg in $enableval; do
7851 IFS="$lt_save_ifs"
7852 if test "X$pkg" = "X$p"; then
7853 enable_fast_install=yes
7854 fi
7855 done
7856 IFS="$lt_save_ifs"
7357c5b6
AM
7857 ;;
7858 esac
718a6fd8
SE
7859else
7860 enable_fast_install=yes
81ecdfbb
RW
7861fi
7862
20e95c23 7863
20e95c23
DJ
7864
7865
42ecbf5e 7866
d7040cdb 7867
20e95c23 7868
d7040cdb 7869
d7040cdb
SE
7870
7871
7872
7873# This can be used to rebuild libtool when needed
7874LIBTOOL_DEPS="$ltmain"
7875
7876# Always use our own libtool.
7877LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
3725885a 7901
d7040cdb
SE
7902
7903
7904test -z "$LN_S" && LN_S="ln -s"
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919if test -n "${ZSH_VERSION+set}" ; then
7920 setopt NO_GLOB_SUBST
7921fi
7922
81ecdfbb
RW
7923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7924$as_echo_n "checking for objdir... " >&6; }
7925if test "${lt_cv_objdir+set}" = set; then :
7926 $as_echo_n "(cached) " >&6
20e95c23 7927else
d7040cdb
SE
7928 rm -f .libs 2>/dev/null
7929mkdir .libs 2>/dev/null
7930if test -d .libs; then
7931 lt_cv_objdir=.libs
42ecbf5e 7932else
d7040cdb
SE
7933 # MS-DOS does not allow filenames that begin with a dot.
7934 lt_cv_objdir=_libs
7935fi
7936rmdir .libs 2>/dev/null
42ecbf5e 7937fi
81ecdfbb
RW
7938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7939$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 7940objdir=$lt_cv_objdir
42ecbf5e 7941
d7040cdb
SE
7942
7943
7944
7945
7946cat >>confdefs.h <<_ACEOF
7947#define LT_OBJDIR "$lt_cv_objdir/"
7948_ACEOF
7949
7950
7951
7952
d7040cdb
SE
7953case $host_os in
7954aix3*)
7955 # AIX sometimes has problems with the GCC collect2 program. For some
7956 # reason, if we set the COLLECT_NAMES environment variable, the problems
7957 # vanish in a puff of smoke.
7958 if test "X${COLLECT_NAMES+set}" != Xset; then
7959 COLLECT_NAMES=
7960 export COLLECT_NAMES
7961 fi
7962 ;;
7963esac
7964
d7040cdb
SE
7965# Global variables:
7966ofile=libtool
7967can_build_shared=yes
7968
7969# All known linkers require a `.a' archive for static linking (except MSVC,
7970# which needs '.lib').
7971libext=a
7972
7973with_gnu_ld="$lt_cv_prog_gnu_ld"
7974
7975old_CC="$CC"
7976old_CFLAGS="$CFLAGS"
7977
7978# Set sane defaults for various variables
7979test -z "$CC" && CC=cc
7980test -z "$LTCC" && LTCC=$CC
7981test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7982test -z "$LD" && LD=ld
7983test -z "$ac_objext" && ac_objext=o
7984
7985for cc_temp in $compiler""; do
7986 case $cc_temp in
7987 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7988 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7989 \-*) ;;
7990 *) break;;
7991 esac
7992done
3725885a 7993cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7994
7995
7996# Only perform the check for file, if the check method requires it
7997test -z "$MAGIC_CMD" && MAGIC_CMD=file
7998case $deplibs_check_method in
7999file_magic*)
8000 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8002$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8003if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8004 $as_echo_n "(cached) " >&6
42ecbf5e 8005else
d7040cdb
SE
8006 case $MAGIC_CMD in
8007[\\/*] | ?:[\\/]*)
8008 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 8009 ;;
d7040cdb
SE
8010*)
8011 lt_save_MAGIC_CMD="$MAGIC_CMD"
8012 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8013 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8014 for ac_dir in $ac_dummy; do
8015 IFS="$lt_save_ifs"
8016 test -z "$ac_dir" && ac_dir=.
8017 if test -f $ac_dir/${ac_tool_prefix}file; then
8018 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8019 if test -n "$file_magic_test_file"; then
8020 case $deplibs_check_method in
8021 "file_magic "*)
8022 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8023 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8024 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8025 $EGREP "$file_magic_regex" > /dev/null; then
8026 :
8027 else
8028 cat <<_LT_EOF 1>&2
42ecbf5e 8029
d7040cdb
SE
8030*** Warning: the command libtool uses to detect shared libraries,
8031*** $file_magic_cmd, produces output that libtool cannot recognize.
8032*** The result is that libtool may fail to recognize shared libraries
8033*** as such. This will affect the creation of libtool libraries that
8034*** depend on shared libraries, but programs linked with such libtool
8035*** libraries will work regardless of this problem. Nevertheless, you
8036*** may want to report the problem to your system manager and/or to
8037*** bug-libtool@gnu.org
8038
8039_LT_EOF
8040 fi ;;
8041 esac
8042 fi
8043 break
8044 fi
8045 done
8046 IFS="$lt_save_ifs"
8047 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8048 ;;
8049esac
42ecbf5e 8050fi
20e95c23 8051
d7040cdb
SE
8052MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8053if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8055$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8056else
81ecdfbb
RW
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8058$as_echo "no" >&6; }
42ecbf5e
DJ
8059fi
8060
20e95c23
DJ
8061
8062
42ecbf5e 8063
20e95c23 8064
d7040cdb
SE
8065if test -z "$lt_cv_path_MAGIC_CMD"; then
8066 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8068$as_echo_n "checking for file... " >&6; }
8069if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8070 $as_echo_n "(cached) " >&6
42ecbf5e 8071else
d7040cdb
SE
8072 case $MAGIC_CMD in
8073[\\/*] | ?:[\\/]*)
8074 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8075 ;;
8076*)
8077 lt_save_MAGIC_CMD="$MAGIC_CMD"
8078 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8079 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8080 for ac_dir in $ac_dummy; do
8081 IFS="$lt_save_ifs"
8082 test -z "$ac_dir" && ac_dir=.
8083 if test -f $ac_dir/file; then
8084 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8085 if test -n "$file_magic_test_file"; then
8086 case $deplibs_check_method in
8087 "file_magic "*)
8088 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8089 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8090 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8091 $EGREP "$file_magic_regex" > /dev/null; then
8092 :
8093 else
8094 cat <<_LT_EOF 1>&2
8095
8096*** Warning: the command libtool uses to detect shared libraries,
8097*** $file_magic_cmd, produces output that libtool cannot recognize.
8098*** The result is that libtool may fail to recognize shared libraries
8099*** as such. This will affect the creation of libtool libraries that
8100*** depend on shared libraries, but programs linked with such libtool
8101*** libraries will work regardless of this problem. Nevertheless, you
8102*** may want to report the problem to your system manager and/or to
8103*** bug-libtool@gnu.org
8104
8105_LT_EOF
8106 fi ;;
8107 esac
8108 fi
8109 break
8110 fi
8111 done
8112 IFS="$lt_save_ifs"
8113 MAGIC_CMD="$lt_save_MAGIC_CMD"
8114 ;;
20e95c23
DJ
8115esac
8116fi
d7040cdb
SE
8117
8118MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8119if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8121$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8122else
81ecdfbb
RW
8123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8124$as_echo "no" >&6; }
20e95c23
DJ
8125fi
8126
20e95c23 8127
42ecbf5e 8128 else
d7040cdb 8129 MAGIC_CMD=:
42ecbf5e 8130 fi
42ecbf5e 8131fi
42ecbf5e 8132
20e95c23 8133 fi
d7040cdb
SE
8134 ;;
8135esac
42ecbf5e 8136
d7040cdb 8137# Use C for the default configuration in the libtool script
42ecbf5e 8138
d7040cdb
SE
8139lt_save_CC="$CC"
8140ac_ext=c
8141ac_cpp='$CPP $CPPFLAGS'
8142ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8143ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8144ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8145
42ecbf5e 8146
d7040cdb
SE
8147# Source file extension for C test sources.
8148ac_ext=c
42ecbf5e 8149
d7040cdb
SE
8150# Object file extension for compiled C test sources.
8151objext=o
8152objext=$objext
42ecbf5e 8153
d7040cdb
SE
8154# Code to be used in simple compile tests
8155lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8156
d7040cdb
SE
8157# Code to be used in simple link tests
8158lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8159
ac48eca1 8160
42ecbf5e 8161
42ecbf5e 8162
d5fbea21 8163
d5fbea21
DJ
8164
8165
d7040cdb
SE
8166# If no C compiler was specified, use CC.
8167LTCC=${LTCC-"$CC"}
20e95c23 8168
d7040cdb
SE
8169# If no C compiler flags were specified, use CFLAGS.
8170LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8171
d7040cdb
SE
8172# Allow CC to be a program name with arguments.
8173compiler=$CC
252b5132 8174
d7040cdb
SE
8175# Save the default compiler, since it gets overwritten when the other
8176# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8177compiler_DEFAULT=$CC
42ecbf5e 8178
d7040cdb
SE
8179# save warnings/boilerplate of simple test code
8180ac_outfile=conftest.$ac_objext
8181echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8182eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8183_lt_compiler_boilerplate=`cat conftest.err`
8184$RM conftest*
252b5132 8185
d7040cdb
SE
8186ac_outfile=conftest.$ac_objext
8187echo "$lt_simple_link_test_code" >conftest.$ac_ext
8188eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8189_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8190$RM -r conftest*
252b5132 8191
42ecbf5e 8192
f2c621e4
AS
8193## CAVEAT EMPTOR:
8194## There is no encapsulation within the following macros, do not change
8195## the running order or otherwise move them around unless you know exactly
8196## what you are doing...
d7040cdb 8197if test -n "$compiler"; then
252b5132 8198
d7040cdb 8199lt_prog_compiler_no_builtin_flag=
252b5132 8200
d7040cdb 8201if test "$GCC" = yes; then
3725885a
RW
8202 case $cc_basename in
8203 nvcc*)
8204 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8205 *)
8206 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8207 esac
d15b04bd 8208
81ecdfbb
RW
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8210$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8211if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8212 $as_echo_n "(cached) " >&6
252b5132 8213else
d7040cdb
SE
8214 lt_cv_prog_compiler_rtti_exceptions=no
8215 ac_outfile=conftest.$ac_objext
8216 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8217 lt_compiler_flag="-fno-rtti -fno-exceptions"
8218 # Insert the option either (1) after the last *FLAGS variable, or
8219 # (2) before a word containing "conftest.", or (3) at the end.
8220 # Note that $ac_compile itself does not contain backslashes and begins
8221 # with a dollar sign (not a hyphen), so the echo should work correctly.
8222 # The option is referenced via a variable to avoid confusing sed.
8223 lt_compile=`echo "$ac_compile" | $SED \
8224 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8225 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8226 -e 's:$: $lt_compiler_flag:'`
3725885a 8227 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8228 (eval "$lt_compile" 2>conftest.err)
8229 ac_status=$?
8230 cat conftest.err >&5
3725885a 8231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8232 if (exit $ac_status) && test -s "$ac_outfile"; then
8233 # The compiler can only warn and ignore the option if not recognized
8234 # So say no if there are warnings other than the usual output.
3725885a 8235 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8236 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8237 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8238 lt_cv_prog_compiler_rtti_exceptions=yes
8239 fi
8240 fi
8241 $RM conftest*
42ecbf5e 8242
252b5132 8243fi
81ecdfbb
RW
8244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8245$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8246
8247if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8248 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8249else
d7040cdb 8250 :
252b5132 8251fi
252b5132
RH
8252
8253fi
d7040cdb
SE
8254
8255
8256
8257
8258
8259
8260 lt_prog_compiler_wl=
8261lt_prog_compiler_pic=
8262lt_prog_compiler_static=
8263
f2c621e4
AS
8264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8265$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8266
8267 if test "$GCC" = yes; then
8268 lt_prog_compiler_wl='-Wl,'
8269 lt_prog_compiler_static='-static'
8270
8271 case $host_os in
8272 aix*)
8273 # All AIX code is PIC.
8274 if test "$host_cpu" = ia64; then
8275 # AIX 5 now supports IA64 processor
8276 lt_prog_compiler_static='-Bstatic'
8277 fi
6c9c0a50 8278 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8279 ;;
8280
8281 amigaos*)
718a6fd8
SE
8282 case $host_cpu in
8283 powerpc)
8284 # see comment about AmigaOS4 .so support
8285 lt_prog_compiler_pic='-fPIC'
8286 ;;
8287 m68k)
8288 # FIXME: we need at least 68020 code to build shared libraries, but
8289 # adding the `-m68020' flag to GCC prevents building anything better,
8290 # like `-m68040'.
8291 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8292 ;;
8293 esac
d7040cdb
SE
8294 ;;
8295
8296 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8297 # PIC is the default for these OSes.
8298 ;;
8299
718a6fd8 8300 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8301 # This hack is so that the source file can tell whether it is being
8302 # built for inclusion in a dll (and should export symbols for example).
8303 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8304 # (--disable-auto-import) libraries
8305 lt_prog_compiler_pic='-DDLL_EXPORT'
8306 ;;
8307
8308 darwin* | rhapsody*)
8309 # PIC is the default on this platform
8310 # Common symbols not allowed in MH_DYLIB files
8311 lt_prog_compiler_pic='-fno-common'
8312 ;;
8313
3725885a
RW
8314 haiku*)
8315 # PIC is the default for Haiku.
8316 # The "-static" flag exists, but is broken.
8317 lt_prog_compiler_static=
8318 ;;
8319
d7040cdb 8320 hpux*)
718a6fd8
SE
8321 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8322 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8323 # sets the default TLS model and affects inlining.
d7040cdb 8324 case $host_cpu in
718a6fd8 8325 hppa*64*)
d7040cdb
SE
8326 # +Z the default
8327 ;;
8328 *)
8329 lt_prog_compiler_pic='-fPIC'
8330 ;;
8331 esac
8332 ;;
8333
8334 interix[3-9]*)
8335 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8336 # Instead, we relocate shared libraries at runtime.
8337 ;;
8338
8339 msdosdjgpp*)
8340 # Just because we use GCC doesn't mean we suddenly get shared libraries
8341 # on systems that don't support them.
8342 lt_prog_compiler_can_build_shared=no
8343 enable_shared=no
8344 ;;
8345
8346 *nto* | *qnx*)
8347 # QNX uses GNU C++, but need to define -shared option too, otherwise
8348 # it will coredump.
8349 lt_prog_compiler_pic='-fPIC -shared'
8350 ;;
8351
8352 sysv4*MP*)
8353 if test -d /usr/nec; then
8354 lt_prog_compiler_pic=-Kconform_pic
8355 fi
8356 ;;
8357
8358 *)
8359 lt_prog_compiler_pic='-fPIC'
8360 ;;
8361 esac
3725885a
RW
8362
8363 case $cc_basename in
8364 nvcc*) # Cuda Compiler Driver 2.2
8365 lt_prog_compiler_wl='-Xlinker '
8366 lt_prog_compiler_pic='-Xcompiler -fPIC'
8367 ;;
8368 esac
d7040cdb
SE
8369 else
8370 # PORTME Check for flag to pass linker flags through the system compiler.
8371 case $host_os in
8372 aix*)
8373 lt_prog_compiler_wl='-Wl,'
8374 if test "$host_cpu" = ia64; then
8375 # AIX 5 now supports IA64 processor
8376 lt_prog_compiler_static='-Bstatic'
8377 else
8378 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8379 fi
8380 ;;
d7040cdb 8381
718a6fd8 8382 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8383 # This hack is so that the source file can tell whether it is being
8384 # built for inclusion in a dll (and should export symbols for example).
8385 lt_prog_compiler_pic='-DDLL_EXPORT'
8386 ;;
8387
8388 hpux9* | hpux10* | hpux11*)
8389 lt_prog_compiler_wl='-Wl,'
8390 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8391 # not for PA HP-UX.
8392 case $host_cpu in
8393 hppa*64*|ia64*)
8394 # +Z the default
8395 ;;
8396 *)
8397 lt_prog_compiler_pic='+Z'
8398 ;;
8399 esac
8400 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8401 lt_prog_compiler_static='${wl}-a ${wl}archive'
8402 ;;
8403
8404 irix5* | irix6* | nonstopux*)
8405 lt_prog_compiler_wl='-Wl,'
8406 # PIC (with -KPIC) is the default.
8407 lt_prog_compiler_static='-non_shared'
8408 ;;
8409
58e24671 8410 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8411 case $cc_basename in
718a6fd8
SE
8412 # old Intel for x86_64 which still supported -KPIC.
8413 ecc*)
d7040cdb
SE
8414 lt_prog_compiler_wl='-Wl,'
8415 lt_prog_compiler_pic='-KPIC'
8416 lt_prog_compiler_static='-static'
8417 ;;
718a6fd8
SE
8418 # icc used to be incompatible with GCC.
8419 # ICC 10 doesn't accept -KPIC any more.
8420 icc* | ifort*)
8421 lt_prog_compiler_wl='-Wl,'
8422 lt_prog_compiler_pic='-fPIC'
8423 lt_prog_compiler_static='-static'
8424 ;;
8425 # Lahey Fortran 8.1.
8426 lf95*)
8427 lt_prog_compiler_wl='-Wl,'
8428 lt_prog_compiler_pic='--shared'
8429 lt_prog_compiler_static='--static'
8430 ;;
3725885a 8431 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8432 # Portland Group compilers (*not* the Pentium gcc compiler,
8433 # which looks to be a dead project)
8434 lt_prog_compiler_wl='-Wl,'
8435 lt_prog_compiler_pic='-fpic'
8436 lt_prog_compiler_static='-Bstatic'
8437 ;;
8438 ccc*)
8439 lt_prog_compiler_wl='-Wl,'
8440 # All Alpha code is PIC.
8441 lt_prog_compiler_static='-non_shared'
8442 ;;
3725885a
RW
8443 xl* | bgxl* | bgf* | mpixl*)
8444 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8445 lt_prog_compiler_wl='-Wl,'
8446 lt_prog_compiler_pic='-qpic'
8447 lt_prog_compiler_static='-qstaticlink'
8448 ;;
d7040cdb
SE
8449 *)
8450 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8451 *Sun\ F* | *Sun*Fortran*)
8452 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8453 lt_prog_compiler_pic='-KPIC'
8454 lt_prog_compiler_static='-Bstatic'
3725885a 8455 lt_prog_compiler_wl=''
d7040cdb 8456 ;;
3725885a
RW
8457 *Sun\ C*)
8458 # Sun C 5.9
d7040cdb
SE
8459 lt_prog_compiler_pic='-KPIC'
8460 lt_prog_compiler_static='-Bstatic'
3725885a 8461 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8462 ;;
8463 esac
8464 ;;
8465 esac
8466 ;;
8467
8468 newsos6)
8469 lt_prog_compiler_pic='-KPIC'
8470 lt_prog_compiler_static='-Bstatic'
8471 ;;
8472
8473 *nto* | *qnx*)
8474 # QNX uses GNU C++, but need to define -shared option too, otherwise
8475 # it will coredump.
8476 lt_prog_compiler_pic='-fPIC -shared'
8477 ;;
8478
8479 osf3* | osf4* | osf5*)
8480 lt_prog_compiler_wl='-Wl,'
8481 # All OSF/1 code is PIC.
8482 lt_prog_compiler_static='-non_shared'
8483 ;;
8484
8485 rdos*)
8486 lt_prog_compiler_static='-non_shared'
8487 ;;
8488
8489 solaris*)
8490 lt_prog_compiler_pic='-KPIC'
8491 lt_prog_compiler_static='-Bstatic'
8492 case $cc_basename in
f2c621e4 8493 f77* | f90* | f95*)
d7040cdb
SE
8494 lt_prog_compiler_wl='-Qoption ld ';;
8495 *)
8496 lt_prog_compiler_wl='-Wl,';;
8497 esac
8498 ;;
8499
8500 sunos4*)
8501 lt_prog_compiler_wl='-Qoption ld '
8502 lt_prog_compiler_pic='-PIC'
8503 lt_prog_compiler_static='-Bstatic'
8504 ;;
8505
8506 sysv4 | sysv4.2uw2* | sysv4.3*)
8507 lt_prog_compiler_wl='-Wl,'
8508 lt_prog_compiler_pic='-KPIC'
8509 lt_prog_compiler_static='-Bstatic'
8510 ;;
8511
8512 sysv4*MP*)
8513 if test -d /usr/nec ;then
8514 lt_prog_compiler_pic='-Kconform_pic'
8515 lt_prog_compiler_static='-Bstatic'
8516 fi
8517 ;;
8518
8519 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8520 lt_prog_compiler_wl='-Wl,'
8521 lt_prog_compiler_pic='-KPIC'
8522 lt_prog_compiler_static='-Bstatic'
8523 ;;
8524
8525 unicos*)
8526 lt_prog_compiler_wl='-Wl,'
8527 lt_prog_compiler_can_build_shared=no
8528 ;;
8529
8530 uts4*)
8531 lt_prog_compiler_pic='-pic'
8532 lt_prog_compiler_static='-Bstatic'
8533 ;;
8534
8535 *)
8536 lt_prog_compiler_can_build_shared=no
8537 ;;
8538 esac
8539 fi
8540
8541case $host_os in
8542 # For platforms which do not support PIC, -DPIC is meaningless:
8543 *djgpp*)
8544 lt_prog_compiler_pic=
8545 ;;
8546 *)
8547 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8548 ;;
8549esac
f2c621e4
AS
8550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8551$as_echo "$lt_prog_compiler_pic" >&6; }
8552
8553
8554
8555
d7040cdb
SE
8556
8557
8558#
8559# Check to make sure the PIC flag actually works.
8560#
8561if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8563$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8564if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8565 $as_echo_n "(cached) " >&6
42ecbf5e 8566else
718a6fd8 8567 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8568 ac_outfile=conftest.$ac_objext
8569 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8570 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8571 # Insert the option either (1) after the last *FLAGS variable, or
8572 # (2) before a word containing "conftest.", or (3) at the end.
8573 # Note that $ac_compile itself does not contain backslashes and begins
8574 # with a dollar sign (not a hyphen), so the echo should work correctly.
8575 # The option is referenced via a variable to avoid confusing sed.
8576 lt_compile=`echo "$ac_compile" | $SED \
8577 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8578 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8579 -e 's:$: $lt_compiler_flag:'`
3725885a 8580 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8581 (eval "$lt_compile" 2>conftest.err)
8582 ac_status=$?
8583 cat conftest.err >&5
3725885a 8584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8585 if (exit $ac_status) && test -s "$ac_outfile"; then
8586 # The compiler can only warn and ignore the option if not recognized
8587 # So say no if there are warnings other than the usual output.
3725885a 8588 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8589 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8590 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8591 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8592 fi
8593 fi
8594 $RM conftest*
42ecbf5e 8595
252b5132 8596fi
81ecdfbb
RW
8597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8598$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8599
718a6fd8 8600if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8601 case $lt_prog_compiler_pic in
8602 "" | " "*) ;;
8603 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8604 esac
252b5132 8605else
d7040cdb
SE
8606 lt_prog_compiler_pic=
8607 lt_prog_compiler_can_build_shared=no
252b5132 8608fi
252b5132
RH
8609
8610fi
42ecbf5e 8611
d7040cdb
SE
8612
8613
8614
8615
8616
8617#
8618# Check to make sure the static flag actually works.
8619#
8620wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8622$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8623if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8624 $as_echo_n "(cached) " >&6
42ecbf5e 8625else
718a6fd8 8626 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8627 save_LDFLAGS="$LDFLAGS"
8628 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8629 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8630 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8631 # The linker can only warn and ignore the option if not recognized
8632 # So say no if there are warnings
8633 if test -s conftest.err; then
8634 # Append any errors to the config.log.
8635 cat conftest.err 1>&5
3725885a 8636 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8637 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8638 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8639 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8640 fi
8641 else
718a6fd8 8642 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8643 fi
8644 fi
718a6fd8 8645 $RM -r conftest*
d7040cdb 8646 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8647
42ecbf5e 8648fi
81ecdfbb
RW
8649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8650$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8651
718a6fd8 8652if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8653 :
8654else
8655 lt_prog_compiler_static=
42ecbf5e 8656fi
42ecbf5e 8657
252b5132 8658
252b5132 8659
42ecbf5e 8660
252b5132 8661
20e95c23 8662
d7040cdb 8663
81ecdfbb
RW
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8665$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8666if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8667 $as_echo_n "(cached) " >&6
252b5132 8668else
d7040cdb
SE
8669 lt_cv_prog_compiler_c_o=no
8670 $RM -r conftest 2>/dev/null
8671 mkdir conftest
8672 cd conftest
8673 mkdir out
8674 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8675
8676 lt_compiler_flag="-o out/conftest2.$ac_objext"
8677 # Insert the option either (1) after the last *FLAGS variable, or
8678 # (2) before a word containing "conftest.", or (3) at the end.
8679 # Note that $ac_compile itself does not contain backslashes and begins
8680 # with a dollar sign (not a hyphen), so the echo should work correctly.
8681 lt_compile=`echo "$ac_compile" | $SED \
8682 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8683 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8684 -e 's:$: $lt_compiler_flag:'`
3725885a 8685 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8686 (eval "$lt_compile" 2>out/conftest.err)
8687 ac_status=$?
8688 cat out/conftest.err >&5
3725885a 8689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8690 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8691 then
8692 # The compiler can only warn and ignore the option if not recognized
8693 # So say no if there are warnings
3725885a 8694 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8695 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8696 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8697 lt_cv_prog_compiler_c_o=yes
8698 fi
8699 fi
8700 chmod u+w . 2>&5
8701 $RM conftest*
8702 # SGI C++ compiler will create directory out/ii_files/ for
8703 # template instantiation
8704 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8705 $RM out/* && rmdir out
8706 cd ..
8707 $RM -r conftest
8708 $RM conftest*
8709
252b5132 8710fi
81ecdfbb
RW
8711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8712$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 8713
20e95c23 8714
20e95c23
DJ
8715
8716
d7040cdb
SE
8717
8718
81ecdfbb
RW
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8720$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8721if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8722 $as_echo_n "(cached) " >&6
42ecbf5e 8723else
d7040cdb
SE
8724 lt_cv_prog_compiler_c_o=no
8725 $RM -r conftest 2>/dev/null
8726 mkdir conftest
8727 cd conftest
8728 mkdir out
8729 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8730
8731 lt_compiler_flag="-o out/conftest2.$ac_objext"
8732 # Insert the option either (1) after the last *FLAGS variable, or
8733 # (2) before a word containing "conftest.", or (3) at the end.
8734 # Note that $ac_compile itself does not contain backslashes and begins
8735 # with a dollar sign (not a hyphen), so the echo should work correctly.
8736 lt_compile=`echo "$ac_compile" | $SED \
8737 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8738 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8739 -e 's:$: $lt_compiler_flag:'`
3725885a 8740 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8741 (eval "$lt_compile" 2>out/conftest.err)
8742 ac_status=$?
8743 cat out/conftest.err >&5
3725885a 8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8745 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8746 then
8747 # The compiler can only warn and ignore the option if not recognized
8748 # So say no if there are warnings
3725885a 8749 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8750 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8751 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8752 lt_cv_prog_compiler_c_o=yes
8753 fi
8754 fi
8755 chmod u+w . 2>&5
8756 $RM conftest*
8757 # SGI C++ compiler will create directory out/ii_files/ for
8758 # template instantiation
8759 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8760 $RM out/* && rmdir out
8761 cd ..
8762 $RM -r conftest
8763 $RM conftest*
8764
8765fi
81ecdfbb
RW
8766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8767$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8768
8769
8770
8771
8772hard_links="nottested"
8773if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8774 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8776$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8777 hard_links=yes
8778 $RM conftest*
8779 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8780 touch conftest.a
8781 ln conftest.a conftest.b 2>&5 || hard_links=no
8782 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8784$as_echo "$hard_links" >&6; }
d7040cdb 8785 if test "$hard_links" = no; then
81ecdfbb
RW
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8787$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8788 need_locks=warn
8789 fi
8790else
8791 need_locks=no
8792fi
8793
8794
8795
8796
8797
8798
81ecdfbb
RW
8799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8800$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8801
8802 runpath_var=
8803 allow_undefined_flag=
8804 always_export_symbols=no
8805 archive_cmds=
8806 archive_expsym_cmds=
8807 compiler_needs_object=no
8808 enable_shared_with_static_runtimes=no
8809 export_dynamic_flag_spec=
8810 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8811 hardcode_automatic=no
8812 hardcode_direct=no
8813 hardcode_direct_absolute=no
8814 hardcode_libdir_flag_spec=
8815 hardcode_libdir_flag_spec_ld=
8816 hardcode_libdir_separator=
8817 hardcode_minus_L=no
8818 hardcode_shlibpath_var=unsupported
8819 inherit_rpath=no
8820 link_all_deplibs=unknown
8821 module_cmds=
8822 module_expsym_cmds=
8823 old_archive_from_new_cmds=
8824 old_archive_from_expsyms_cmds=
8825 thread_safe_flag_spec=
8826 whole_archive_flag_spec=
8827 # include_expsyms should be a list of space-separated symbols to be *always*
8828 # included in the symbol list
8829 include_expsyms=
8830 # exclude_expsyms can be an extended regexp of symbols to exclude
8831 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8832 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8833 # as well as any symbol that contains `d'.
718a6fd8 8834 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8835 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8836 # platforms (ab)use it in PIC code, but their linkers get confused if
8837 # the symbol is explicitly referenced. Since portable code cannot
8838 # rely on this symbol name, it's probably fine to never include it in
8839 # preloaded symbol tables.
718a6fd8 8840 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8841 extract_expsyms_cmds=
8842
8843 case $host_os in
718a6fd8 8844 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8845 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8846 # When not using gcc, we currently assume that we are using
8847 # Microsoft Visual C++.
8848 if test "$GCC" != yes; then
8849 with_gnu_ld=no
8850 fi
8851 ;;
8852 interix*)
8853 # we just hope/assume this is gcc and not c89 (= MSVC++)
8854 with_gnu_ld=yes
8855 ;;
8856 openbsd*)
8857 with_gnu_ld=no
8858 ;;
8859 esac
8860
8861 ld_shlibs=yes
3725885a
RW
8862
8863 # On some targets, GNU ld is compatible enough with the native linker
8864 # that we're better off using the native interface for both.
8865 lt_use_gnu_ld_interface=no
d7040cdb 8866 if test "$with_gnu_ld" = yes; then
3725885a
RW
8867 case $host_os in
8868 aix*)
8869 # The AIX port of GNU ld has always aspired to compatibility
8870 # with the native linker. However, as the warning in the GNU ld
8871 # block says, versions before 2.19.5* couldn't really create working
8872 # shared libraries, regardless of the interface used.
8873 case `$LD -v 2>&1` in
8874 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8875 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8876 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8877 *)
8878 lt_use_gnu_ld_interface=yes
8879 ;;
8880 esac
8881 ;;
8882 *)
8883 lt_use_gnu_ld_interface=yes
8884 ;;
8885 esac
8886 fi
8887
8888 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8889 # If archive_cmds runs LD, not CC, wlarc should be empty
8890 wlarc='${wl}'
8891
8892 # Set some defaults for GNU ld with shared library support. These
8893 # are reset later if shared libraries are not supported. Putting them
8894 # here allows them to be overridden if necessary.
8895 runpath_var=LD_RUN_PATH
8896 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8897 export_dynamic_flag_spec='${wl}--export-dynamic'
8898 # ancient GNU ld didn't support --whole-archive et. al.
8899 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8900 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8901 else
8902 whole_archive_flag_spec=
8903 fi
8904 supports_anon_versioning=no
8905 case `$LD -v 2>&1` in
3725885a 8906 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8907 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8908 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8909 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8910 *\ 2.11.*) ;; # other 2.11 versions
8911 *) supports_anon_versioning=yes ;;
8912 esac
8913
8914 # See if GNU ld supports shared libraries.
8915 case $host_os in
50e7d84b 8916 aix[3-9]*)
d7040cdb
SE
8917 # On AIX/PPC, the GNU linker is very broken
8918 if test "$host_cpu" != ia64; then
8919 ld_shlibs=no
8920 cat <<_LT_EOF 1>&2
8921
3725885a 8922*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8923*** to be unable to reliably create shared libraries on AIX.
8924*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8925*** really care for shared libraries, you may want to install binutils
8926*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8927*** You will then need to restart the configuration process.
d7040cdb
SE
8928
8929_LT_EOF
8930 fi
8931 ;;
8932
8933 amigaos*)
718a6fd8
SE
8934 case $host_cpu in
8935 powerpc)
8936 # see comment about AmigaOS4 .so support
8937 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8938 archive_expsym_cmds=''
8939 ;;
8940 m68k)
8941 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)'
8942 hardcode_libdir_flag_spec='-L$libdir'
8943 hardcode_minus_L=yes
8944 ;;
8945 esac
d7040cdb
SE
8946 ;;
8947
8948 beos*)
8949 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8950 allow_undefined_flag=unsupported
8951 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8952 # support --undefined. This deserves some investigation. FIXME
8953 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8954 else
8955 ld_shlibs=no
8956 fi
8957 ;;
8958
718a6fd8 8959 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8960 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8961 # as there is no search path for DLLs.
8962 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8963 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8964 allow_undefined_flag=unsupported
8965 always_export_symbols=no
8966 enable_shared_with_static_runtimes=yes
f2c621e4 8967 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
8968
8969 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8970 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8971 # If the export-symbols file already is a .def file (1st line
8972 # is EXPORTS), use it as is; otherwise, prepend...
8973 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8974 cp $export_symbols $output_objdir/$soname.def;
8975 else
8976 echo EXPORTS > $output_objdir/$soname.def;
8977 cat $export_symbols >> $output_objdir/$soname.def;
8978 fi~
8979 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8980 else
8981 ld_shlibs=no
8982 fi
8983 ;;
8984
3725885a
RW
8985 haiku*)
8986 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8987 link_all_deplibs=yes
8988 ;;
8989
d7040cdb
SE
8990 interix[3-9]*)
8991 hardcode_direct=no
8992 hardcode_shlibpath_var=no
8993 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8994 export_dynamic_flag_spec='${wl}-E'
8995 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8996 # Instead, shared libraries are loaded at an image base (0x10000000 by
8997 # default) and relocated if they conflict, which is a slow very memory
8998 # consuming and fragmenting process. To avoid this, we pick a random,
8999 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9000 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9001 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9002 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'
9003 ;;
9004
58e24671 9005 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9006 tmp_diet=no
9007 if test "$host_os" = linux-dietlibc; then
9008 case $cc_basename in
9009 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9010 esac
9011 fi
9012 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9013 && test "$tmp_diet" = no
9014 then
6e733cce 9015 tmp_addflag=' $pic_flag'
718a6fd8 9016 tmp_sharedflag='-shared'
d7040cdb
SE
9017 case $cc_basename,$host_cpu in
9018 pgcc*) # Portland Group C compiler
3725885a 9019 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
9020 tmp_addflag=' $pic_flag'
9021 ;;
3725885a
RW
9022 pgf77* | pgf90* | pgf95* | pgfortran*)
9023 # Portland Group f77 and f90 compilers
9024 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
9025 tmp_addflag=' $pic_flag -Mnomain' ;;
9026 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9027 tmp_addflag=' -i_dynamic' ;;
9028 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9029 tmp_addflag=' -i_dynamic -nofor_main' ;;
9030 ifc* | ifort*) # Intel Fortran compiler
9031 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9032 lf95*) # Lahey Fortran 8.1
9033 whole_archive_flag_spec=
9034 tmp_sharedflag='--shared' ;;
3725885a 9035 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9036 tmp_sharedflag='-qmkshrobj'
9037 tmp_addflag= ;;
3725885a
RW
9038 nvcc*) # Cuda Compiler Driver 2.2
9039 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'
9040 compiler_needs_object=yes
9041 ;;
d7040cdb
SE
9042 esac
9043 case `$CC -V 2>&1 | sed 5q` in
9044 *Sun\ C*) # Sun C 5.9
3725885a 9045 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
9046 compiler_needs_object=yes
9047 tmp_sharedflag='-G' ;;
9048 *Sun\ F*) # Sun Fortran 8.3
9049 tmp_sharedflag='-G' ;;
d7040cdb
SE
9050 esac
9051 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9052
9053 if test "x$supports_anon_versioning" = xyes; then
9054 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9055 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9056 echo "local: *; };" >> $output_objdir/$libname.ver~
9057 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9058 fi
718a6fd8
SE
9059
9060 case $cc_basename in
3725885a 9061 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9062 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9063 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9064 hardcode_libdir_flag_spec=
9065 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9066 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9067 if test "x$supports_anon_versioning" = xyes; then
9068 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9069 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9070 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9071 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9072 fi
9073 ;;
9074 esac
d7040cdb
SE
9075 else
9076 ld_shlibs=no
9077 fi
9078 ;;
9079
9080 netbsd*)
9081 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9082 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9083 wlarc=
9084 else
f2c621e4
AS
9085 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9086 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9087 fi
9088 ;;
9089
9090 solaris*)
9091 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9092 ld_shlibs=no
9093 cat <<_LT_EOF 1>&2
9094
9095*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9096*** create shared libraries on Solaris systems. Therefore, libtool
9097*** is disabling shared libraries support. We urge you to upgrade GNU
9098*** binutils to release 2.9.1 or newer. Another option is to modify
9099*** your PATH or compiler configuration so that the native linker is
9100*** used, and then restart.
9101
9102_LT_EOF
9103 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9104 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9105 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9106 else
9107 ld_shlibs=no
9108 fi
9109 ;;
9110
9111 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9112 case `$LD -v 2>&1` in
9113 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9114 ld_shlibs=no
9115 cat <<_LT_EOF 1>&2
9116
9117*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9118*** reliably create shared libraries on SCO systems. Therefore, libtool
9119*** is disabling shared libraries support. We urge you to upgrade GNU
9120*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9121*** your PATH or compiler configuration so that the native linker is
9122*** used, and then restart.
9123
9124_LT_EOF
9125 ;;
9126 *)
9127 # For security reasons, it is highly recommended that you always
9128 # use absolute paths for naming shared libraries, and exclude the
9129 # DT_RUNPATH tag from executables and libraries. But doing so
9130 # requires that you compile everything twice, which is a pain.
9131 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9132 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9133 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9134 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9135 else
9136 ld_shlibs=no
9137 fi
9138 ;;
9139 esac
9140 ;;
9141
9142 sunos4*)
9143 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9144 wlarc=
9145 hardcode_direct=yes
9146 hardcode_shlibpath_var=no
9147 ;;
9148
9149 *)
9150 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9151 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9152 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9153 else
9154 ld_shlibs=no
9155 fi
9156 ;;
9157 esac
9158
9159 if test "$ld_shlibs" = no; then
9160 runpath_var=
9161 hardcode_libdir_flag_spec=
9162 export_dynamic_flag_spec=
9163 whole_archive_flag_spec=
9164 fi
9165 else
9166 # PORTME fill in a description of your system's linker (not GNU ld)
9167 case $host_os in
9168 aix3*)
9169 allow_undefined_flag=unsupported
9170 always_export_symbols=yes
9171 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'
9172 # Note: this linker hardcodes the directories in LIBPATH if there
9173 # are no directories specified by -L.
9174 hardcode_minus_L=yes
9175 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9176 # Neither direct hardcoding nor static linking is supported with a
9177 # broken collect2.
9178 hardcode_direct=unsupported
9179 fi
9180 ;;
9181
50e7d84b 9182 aix[4-9]*)
d7040cdb
SE
9183 if test "$host_cpu" = ia64; then
9184 # On IA64, the linker does run time linking by default, so we don't
9185 # have to do anything special.
9186 aix_use_runtimelinking=no
9187 exp_sym_flag='-Bexport'
9188 no_entry_flag=""
9189 else
9190 # If we're using GNU nm, then we don't want the "-C" option.
9191 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9192 # Also, AIX nm treats weak defined symbols like other global
9193 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9194 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9195 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 9196 else
5c14705f 9197 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
d7040cdb
SE
9198 fi
9199 aix_use_runtimelinking=no
9200
9201 # Test if we are trying to use run time linking or normal
9202 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9203 # need to do runtime linking.
50e7d84b 9204 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9205 for ld_flag in $LDFLAGS; do
9206 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9207 aix_use_runtimelinking=yes
9208 break
9209 fi
9210 done
9211 ;;
9212 esac
9213
9214 exp_sym_flag='-bexport'
9215 no_entry_flag='-bnoentry'
9216 fi
9217
9218 # When large executables or shared objects are built, AIX ld can
9219 # have problems creating the table of contents. If linking a library
9220 # or program results in "error TOC overflow" add -mminimal-toc to
9221 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9222 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9223
9224 archive_cmds=''
9225 hardcode_direct=yes
9226 hardcode_direct_absolute=yes
9227 hardcode_libdir_separator=':'
9228 link_all_deplibs=yes
9229 file_list_spec='${wl}-f,'
9230
9231 if test "$GCC" = yes; then
9232 case $host_os in aix4.[012]|aix4.[012].*)
9233 # We only want to do this on AIX 4.2 and lower, the check
9234 # below for broken collect2 doesn't work under 4.3+
9235 collect2name=`${CC} -print-prog-name=collect2`
9236 if test -f "$collect2name" &&
9237 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9238 then
9239 # We have reworked collect2
9240 :
9241 else
9242 # We have old collect2
9243 hardcode_direct=unsupported
9244 # It fails to find uninstalled libraries when the uninstalled
9245 # path is not listed in the libpath. Setting hardcode_minus_L
9246 # to unsupported forces relinking
9247 hardcode_minus_L=yes
9248 hardcode_libdir_flag_spec='-L$libdir'
9249 hardcode_libdir_separator=
9250 fi
9251 ;;
9252 esac
9253 shared_flag='-shared'
9254 if test "$aix_use_runtimelinking" = yes; then
9255 shared_flag="$shared_flag "'${wl}-G'
9256 fi
9257 else
9258 # not using gcc
9259 if test "$host_cpu" = ia64; then
9260 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9261 # chokes on -Wl,-G. The following line is correct:
9262 shared_flag='-G'
9263 else
9264 if test "$aix_use_runtimelinking" = yes; then
9265 shared_flag='${wl}-G'
9266 else
9267 shared_flag='${wl}-bM:SRE'
9268 fi
9269 fi
9270 fi
9271
718a6fd8 9272 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9273 # It seems that -bexpall does not export symbols beginning with
9274 # underscore (_), so it is better to generate a list of symbols to export.
9275 always_export_symbols=yes
9276 if test "$aix_use_runtimelinking" = yes; then
9277 # Warning - without using the other runtime loading flags (-brtl),
9278 # -berok will link without error, but may produce a broken library.
9279 allow_undefined_flag='-berok'
9280 # Determine the default libpath from the value encoded in an
9281 # empty executable.
f2c621e4 9282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9283/* end confdefs.h. */
d7040cdb
SE
9284
9285int
9286main ()
9287{
9288
9289 ;
9290 return 0;
9291}
42ecbf5e 9292_ACEOF
81ecdfbb 9293if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9294
f2c621e4
AS
9295lt_aix_libpath_sed='
9296 /Import File Strings/,/^$/ {
9297 /^0/ {
9298 s/^0 *\(.*\)$/\1/
9299 p
9300 }
9301 }'
9302aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9303# Check for a 64-bit object if we didn't find anything.
9304if test -z "$aix_libpath"; then
9305 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9306fi
252b5132 9307fi
81ecdfbb
RW
9308rm -f core conftest.err conftest.$ac_objext \
9309 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9310if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9311
d7040cdb 9312 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9313 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
9314 else
9315 if test "$host_cpu" = ia64; then
9316 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9317 allow_undefined_flag="-z nodefs"
9318 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"
9319 else
9320 # Determine the default libpath from the value encoded in an
9321 # empty executable.
f2c621e4 9322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9323/* end confdefs.h. */
d7040cdb
SE
9324
9325int
9326main ()
9327{
9328
9329 ;
9330 return 0;
9331}
42ecbf5e 9332_ACEOF
81ecdfbb 9333if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9334
f2c621e4
AS
9335lt_aix_libpath_sed='
9336 /Import File Strings/,/^$/ {
9337 /^0/ {
9338 s/^0 *\(.*\)$/\1/
9339 p
9340 }
9341 }'
9342aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9343# Check for a 64-bit object if we didn't find anything.
9344if test -z "$aix_libpath"; then
9345 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9346fi
252b5132 9347fi
81ecdfbb
RW
9348rm -f core conftest.err conftest.$ac_objext \
9349 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9350if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb
SE
9351
9352 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9353 # Warning - without using the other run time loading flags,
9354 # -berok will link without error, but may produce a broken library.
9355 no_undefined_flag=' ${wl}-bernotok'
9356 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9357 if test "$with_gnu_ld" = yes; then
9358 # We only use this code for GNU lds that support --whole-archive.
9359 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9360 else
9361 # Exported symbols can be pulled into shared objects from archives
9362 whole_archive_flag_spec='$convenience'
9363 fi
d7040cdb
SE
9364 archive_cmds_need_lc=yes
9365 # This is similar to how AIX traditionally builds its shared libraries.
9366 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'
9367 fi
9368 fi
9369 ;;
42ecbf5e 9370
d7040cdb 9371 amigaos*)
718a6fd8
SE
9372 case $host_cpu in
9373 powerpc)
9374 # see comment about AmigaOS4 .so support
9375 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9376 archive_expsym_cmds=''
9377 ;;
9378 m68k)
9379 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)'
9380 hardcode_libdir_flag_spec='-L$libdir'
9381 hardcode_minus_L=yes
9382 ;;
9383 esac
d7040cdb 9384 ;;
252b5132 9385
d7040cdb
SE
9386 bsdi[45]*)
9387 export_dynamic_flag_spec=-rdynamic
9388 ;;
252b5132 9389
718a6fd8 9390 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9391 # When not using gcc, we currently assume that we are using
9392 # Microsoft Visual C++.
9393 # hardcode_libdir_flag_spec is actually meaningless, as there is
9394 # no search path for DLLs.
f2c621e4
AS
9395 hardcode_libdir_flag_spec=' '
9396 allow_undefined_flag=unsupported
9397 # Tell ltmain to make .lib files, not .a files.
9398 libext=lib
9399 # Tell ltmain to make .dll files, not .so files.
9400 shrext_cmds=".dll"
9401 # FIXME: Setting linknames here is a bad hack.
9402 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9403 # The linker will automatically build a .lib file if we build a DLL.
9404 old_archive_from_new_cmds='true'
9405 # FIXME: Should let the user specify the lib program.
9406 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9407 fix_srcfile_path='`cygpath -w "$srcfile"`'
9408 enable_shared_with_static_runtimes=yes
d7040cdb 9409 ;;
252b5132 9410
d7040cdb 9411 darwin* | rhapsody*)
c46f8c51 9412
718a6fd8
SE
9413
9414 archive_cmds_need_lc=no
9415 hardcode_direct=no
9416 hardcode_automatic=yes
9417 hardcode_shlibpath_var=unsupported
3725885a
RW
9418 if test "$lt_cv_ld_force_load" = "yes"; then
9419 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\"`'
9420 else
9421 whole_archive_flag_spec=''
9422 fi
718a6fd8
SE
9423 link_all_deplibs=yes
9424 allow_undefined_flag="$_lt_dar_allow_undefined"
9425 case $cc_basename in
9426 ifort*) _lt_dar_can_shared=yes ;;
9427 *) _lt_dar_can_shared=$GCC ;;
9428 esac
9429 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9430 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9431 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9432 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9433 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}"
9434 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}"
9435
9436 else
9437 ld_shlibs=no
9438 fi
9439
d7040cdb 9440 ;;
42ecbf5e 9441
d7040cdb
SE
9442 dgux*)
9443 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9444 hardcode_libdir_flag_spec='-L$libdir'
9445 hardcode_shlibpath_var=no
9446 ;;
252b5132 9447
d7040cdb
SE
9448 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9449 # support. Future versions do this automatically, but an explicit c++rt0.o
9450 # does not break anything, and helps significantly (at the cost of a little
9451 # extra space).
9452 freebsd2.2*)
9453 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9454 hardcode_libdir_flag_spec='-R$libdir'
9455 hardcode_direct=yes
9456 hardcode_shlibpath_var=no
9457 ;;
252b5132 9458
d7040cdb 9459 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9460 freebsd2.*)
d7040cdb
SE
9461 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9462 hardcode_direct=yes
9463 hardcode_minus_L=yes
9464 hardcode_shlibpath_var=no
9465 ;;
42ecbf5e 9466
d7040cdb
SE
9467 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9468 freebsd* | dragonfly*)
f2c621e4 9469 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9470 hardcode_libdir_flag_spec='-R$libdir'
9471 hardcode_direct=yes
9472 hardcode_shlibpath_var=no
9473 ;;
252b5132 9474
d7040cdb
SE
9475 hpux9*)
9476 if test "$GCC" = yes; then
f2c621e4 9477 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
9478 else
9479 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'
9480 fi
9481 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9482 hardcode_libdir_separator=:
9483 hardcode_direct=yes
9484
9485 # hardcode_minus_L: Not really in the search PATH,
9486 # but as the default location of the library.
9487 hardcode_minus_L=yes
9488 export_dynamic_flag_spec='${wl}-E'
9489 ;;
20e95c23 9490
d7040cdb 9491 hpux10*)
3725885a 9492 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9493 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9494 else
9495 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9496 fi
9497 if test "$with_gnu_ld" = no; then
9498 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9499 hardcode_libdir_flag_spec_ld='+b $libdir'
9500 hardcode_libdir_separator=:
9501 hardcode_direct=yes
9502 hardcode_direct_absolute=yes
9503 export_dynamic_flag_spec='${wl}-E'
9504 # hardcode_minus_L: Not really in the search PATH,
9505 # but as the default location of the library.
9506 hardcode_minus_L=yes
9507 fi
9508 ;;
20e95c23 9509
d7040cdb 9510 hpux11*)
3725885a 9511 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9512 case $host_cpu in
9513 hppa*64*)
9514 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9515 ;;
9516 ia64*)
f2c621e4 9517 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9518 ;;
9519 *)
f2c621e4 9520 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9521 ;;
9522 esac
9523 else
9524 case $host_cpu in
9525 hppa*64*)
9526 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9527 ;;
9528 ia64*)
9529 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9530 ;;
9531 *)
3725885a
RW
9532
9533 # Older versions of the 11.00 compiler do not understand -b yet
9534 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9536$as_echo_n "checking if $CC understands -b... " >&6; }
9537if test "${lt_cv_prog_compiler__b+set}" = set; then :
9538 $as_echo_n "(cached) " >&6
9539else
9540 lt_cv_prog_compiler__b=no
9541 save_LDFLAGS="$LDFLAGS"
9542 LDFLAGS="$LDFLAGS -b"
9543 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9544 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9545 # The linker can only warn and ignore the option if not recognized
9546 # So say no if there are warnings
9547 if test -s conftest.err; then
9548 # Append any errors to the config.log.
9549 cat conftest.err 1>&5
9550 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9551 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9552 if diff conftest.exp conftest.er2 >/dev/null; then
9553 lt_cv_prog_compiler__b=yes
9554 fi
9555 else
9556 lt_cv_prog_compiler__b=yes
9557 fi
9558 fi
9559 $RM -r conftest*
9560 LDFLAGS="$save_LDFLAGS"
9561
9562fi
9563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9564$as_echo "$lt_cv_prog_compiler__b" >&6; }
9565
9566if test x"$lt_cv_prog_compiler__b" = xyes; then
9567 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9568else
9569 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9570fi
9571
d7040cdb
SE
9572 ;;
9573 esac
9574 fi
9575 if test "$with_gnu_ld" = no; then
9576 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9577 hardcode_libdir_separator=:
9578
9579 case $host_cpu in
9580 hppa*64*|ia64*)
9581 hardcode_direct=no
9582 hardcode_shlibpath_var=no
9583 ;;
9584 *)
9585 hardcode_direct=yes
9586 hardcode_direct_absolute=yes
9587 export_dynamic_flag_spec='${wl}-E'
9588
9589 # hardcode_minus_L: Not really in the search PATH,
9590 # but as the default location of the library.
9591 hardcode_minus_L=yes
9592 ;;
9593 esac
9594 fi
9595 ;;
9596
9597 irix5* | irix6* | nonstopux*)
9598 if test "$GCC" = yes; then
f2c621e4 9599 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
9600 # Try to use the -exported_symbol ld option, if it does not
9601 # work, assume that -exports_file does not work either and
9602 # implicitly export all symbols.
f2c621e4
AS
9603 save_LDFLAGS="$LDFLAGS"
9604 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9606/* end confdefs.h. */
f2c621e4 9607int foo(void) {}
42ecbf5e 9608_ACEOF
81ecdfbb 9609if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9610 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'
9611
42ecbf5e 9612fi
81ecdfbb
RW
9613rm -f core conftest.err conftest.$ac_objext \
9614 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9615 LDFLAGS="$save_LDFLAGS"
d7040cdb 9616 else
3725885a
RW
9617 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'
9618 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
9619 fi
9620 archive_cmds_need_lc='no'
9621 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9622 hardcode_libdir_separator=:
9623 inherit_rpath=yes
9624 link_all_deplibs=yes
9625 ;;
42ecbf5e 9626
d7040cdb
SE
9627 netbsd*)
9628 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9629 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9630 else
9631 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9632 fi
9633 hardcode_libdir_flag_spec='-R$libdir'
9634 hardcode_direct=yes
9635 hardcode_shlibpath_var=no
9636 ;;
42ecbf5e 9637
d7040cdb
SE
9638 newsos6)
9639 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9640 hardcode_direct=yes
9641 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9642 hardcode_libdir_separator=:
9643 hardcode_shlibpath_var=no
9644 ;;
42ecbf5e 9645
d7040cdb
SE
9646 *nto* | *qnx*)
9647 ;;
252b5132 9648
d7040cdb 9649 openbsd*)
718a6fd8
SE
9650 if test -f /usr/libexec/ld.so; then
9651 hardcode_direct=yes
9652 hardcode_shlibpath_var=no
9653 hardcode_direct_absolute=yes
9654 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9655 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9656 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9657 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9658 export_dynamic_flag_spec='${wl}-E'
9659 else
9660 case $host_os in
9661 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9662 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9663 hardcode_libdir_flag_spec='-R$libdir'
9664 ;;
9665 *)
9666 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9667 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9668 ;;
9669 esac
9670 fi
9671 else
9672 ld_shlibs=no
d7040cdb
SE
9673 fi
9674 ;;
252b5132 9675
d7040cdb
SE
9676 os2*)
9677 hardcode_libdir_flag_spec='-L$libdir'
9678 hardcode_minus_L=yes
9679 allow_undefined_flag=unsupported
3725885a 9680 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
9681 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9682 ;;
2481e6a2 9683
d7040cdb
SE
9684 osf3*)
9685 if test "$GCC" = yes; then
9686 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9687 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
9688 else
9689 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9690 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
9691 fi
9692 archive_cmds_need_lc='no'
9693 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9694 hardcode_libdir_separator=:
9695 ;;
42ecbf5e 9696
d7040cdb
SE
9697 osf4* | osf5*) # as osf3* with the addition of -msym flag
9698 if test "$GCC" = yes; then
9699 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9700 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
9701 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9702 else
9703 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9704 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 9705 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 9706 $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 9707
d7040cdb
SE
9708 # Both c and cxx compiler support -rpath directly
9709 hardcode_libdir_flag_spec='-rpath $libdir'
9710 fi
9711 archive_cmds_need_lc='no'
9712 hardcode_libdir_separator=:
9713 ;;
9714
9715 solaris*)
9716 no_undefined_flag=' -z defs'
9717 if test "$GCC" = yes; then
9718 wlarc='${wl}'
f2c621e4 9719 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9720 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9721 $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
9722 else
9723 case `$CC -V 2>&1` in
9724 *"Compilers 5.0"*)
9725 wlarc=''
9726 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9727 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9728 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9729 ;;
9730 *)
9731 wlarc='${wl}'
9732 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9733 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9734 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9735 ;;
9736 esac
9737 fi
9738 hardcode_libdir_flag_spec='-R$libdir'
9739 hardcode_shlibpath_var=no
9740 case $host_os in
9741 solaris2.[0-5] | solaris2.[0-5].*) ;;
9742 *)
9743 # The compiler driver will combine and reorder linker options,
9744 # but understands `-z linker_flag'. GCC discards it without `$wl',
9745 # but is careful enough not to reorder.
9746 # Supported since Solaris 2.6 (maybe 2.5.1?)
9747 if test "$GCC" = yes; then
9748 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9749 else
9750 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9751 fi
9752 ;;
9753 esac
9754 link_all_deplibs=yes
9755 ;;
9756
9757 sunos4*)
9758 if test "x$host_vendor" = xsequent; then
9759 # Use $CC to link under sequent, because it throws in some extra .o
9760 # files that make .init and .fini sections work.
9761 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9762 else
9763 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9764 fi
9765 hardcode_libdir_flag_spec='-L$libdir'
9766 hardcode_direct=yes
9767 hardcode_minus_L=yes
9768 hardcode_shlibpath_var=no
9769 ;;
9770
9771 sysv4)
9772 case $host_vendor in
9773 sni)
9774 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9775 hardcode_direct=yes # is this really true???
9776 ;;
9777 siemens)
9778 ## LD is ld it makes a PLAMLIB
9779 ## CC just makes a GrossModule.
9780 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9781 reload_cmds='$CC -r -o $output$reload_objs'
9782 hardcode_direct=no
9783 ;;
9784 motorola)
9785 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9786 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9787 ;;
9788 esac
9789 runpath_var='LD_RUN_PATH'
9790 hardcode_shlibpath_var=no
9791 ;;
9792
9793 sysv4.3*)
9794 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9795 hardcode_shlibpath_var=no
9796 export_dynamic_flag_spec='-Bexport'
9797 ;;
9798
9799 sysv4*MP*)
9800 if test -d /usr/nec; then
9801 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9802 hardcode_shlibpath_var=no
9803 runpath_var=LD_RUN_PATH
9804 hardcode_runpath_var=yes
9805 ld_shlibs=yes
9806 fi
9807 ;;
9808
9809 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9810 no_undefined_flag='${wl}-z,text'
9811 archive_cmds_need_lc=no
9812 hardcode_shlibpath_var=no
9813 runpath_var='LD_RUN_PATH'
9814
9815 if test "$GCC" = yes; then
9816 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9818 else
9819 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9821 fi
9822 ;;
9823
9824 sysv5* | sco3.2v5* | sco5v6*)
9825 # Note: We can NOT use -z defs as we might desire, because we do not
9826 # link with -lc, and that would cause any symbols used from libc to
9827 # always be unresolved, which means just about no library would
9828 # ever link correctly. If we're not using GNU ld we use -z text
9829 # though, which does catch some bad symbols but isn't as heavy-handed
9830 # as -z defs.
9831 no_undefined_flag='${wl}-z,text'
9832 allow_undefined_flag='${wl}-z,nodefs'
9833 archive_cmds_need_lc=no
9834 hardcode_shlibpath_var=no
9835 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9836 hardcode_libdir_separator=':'
9837 link_all_deplibs=yes
9838 export_dynamic_flag_spec='${wl}-Bexport'
9839 runpath_var='LD_RUN_PATH'
9840
9841 if test "$GCC" = yes; then
9842 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9844 else
9845 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9846 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9847 fi
9848 ;;
9849
9850 uts4*)
9851 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9852 hardcode_libdir_flag_spec='-L$libdir'
9853 hardcode_shlibpath_var=no
9854 ;;
9855
9856 *)
9857 ld_shlibs=no
9858 ;;
9859 esac
9860
9861 if test x$host_vendor = xsni; then
9862 case $host in
9863 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9864 export_dynamic_flag_spec='${wl}-Blargedynsym'
9865 ;;
9866 esac
9867 fi
9868 fi
9869
81ecdfbb
RW
9870{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9871$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9872test "$ld_shlibs" = no && can_build_shared=no
9873
9874with_gnu_ld=$with_gnu_ld
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890#
9891# Do we need to explicitly link libc?
9892#
9893case "x$archive_cmds_need_lc" in
9894x|xyes)
9895 # Assume -lc should be added
9896 archive_cmds_need_lc=yes
9897
9898 if test "$enable_shared" = yes && test "$GCC" = yes; then
9899 case $archive_cmds in
9900 *'~'*)
9901 # FIXME: we may have to deal with multi-command sequences.
9902 ;;
9903 '$CC '*)
9904 # Test whether the compiler implicitly links with -lc since on some
9905 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9906 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9908$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9909if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9910 $as_echo_n "(cached) " >&6
39144654
RW
9911else
9912 $RM conftest*
9913 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9914
81ecdfbb 9915 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 9916 (eval $ac_compile) 2>&5
20e95c23 9917 ac_status=$?
81ecdfbb
RW
9918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9919 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9920 soname=conftest
9921 lib=conftest
9922 libobjs=conftest.$ac_objext
9923 deplibs=
9924 wl=$lt_prog_compiler_wl
9925 pic_flag=$lt_prog_compiler_pic
9926 compiler_flags=-v
9927 linker_flags=-v
9928 verstring=
9929 output_objdir=.
9930 libname=conftest
9931 lt_save_allow_undefined_flag=$allow_undefined_flag
9932 allow_undefined_flag=
81ecdfbb 9933 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 9934 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 9935 ac_status=$?
81ecdfbb
RW
9936 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9937 test $ac_status = 0; }
39144654
RW
9938 then
9939 lt_cv_archive_cmds_need_lc=no
9940 else
9941 lt_cv_archive_cmds_need_lc=yes
9942 fi
9943 allow_undefined_flag=$lt_save_allow_undefined_flag
9944 else
9945 cat conftest.err 1>&5
9946 fi
9947 $RM conftest*
9948
9949fi
81ecdfbb
RW
9950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9951$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9952 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9953 ;;
9954 esac
9955 fi
9956 ;;
9957esac
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
10112
10113
10114
81ecdfbb
RW
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10116$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10117
10118if test "$GCC" = yes; then
d7040cdb
SE
10119 case $host_os in
10120 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10121 *) lt_awk_arg="/^libraries:/" ;;
10122 esac
3725885a
RW
10123 case $host_os in
10124 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10125 *) lt_sed_strip_eq="s,=/,/,g" ;;
10126 esac
10127 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10128 case $lt_search_path_spec in
10129 *\;*)
d7040cdb
SE
10130 # if the path contains ";" then we assume it to be the separator
10131 # otherwise default to the standard path separator (i.e. ":") - it is
10132 # assumed that no part of a normal pathname contains ";" but that should
10133 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10134 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10135 ;;
10136 *)
10137 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10138 ;;
10139 esac
d7040cdb
SE
10140 # Ok, now we have the path, separated by spaces, we can step through it
10141 # and add multilib dir if necessary.
10142 lt_tmp_lt_search_path_spec=
10143 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10144 for lt_sys_path in $lt_search_path_spec; do
10145 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10146 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10147 else
10148 test -d "$lt_sys_path" && \
10149 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10150 fi
10151 done
3725885a 10152 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10153BEGIN {RS=" "; FS="/|\n";} {
10154 lt_foo="";
10155 lt_count=0;
10156 for (lt_i = NF; lt_i > 0; lt_i--) {
10157 if ($lt_i != "" && $lt_i != ".") {
10158 if ($lt_i == "..") {
10159 lt_count++;
10160 } else {
10161 if (lt_count == 0) {
10162 lt_foo="/" $lt_i lt_foo;
10163 } else {
10164 lt_count--;
10165 }
10166 }
10167 }
10168 }
10169 if (lt_foo != "") { lt_freq[lt_foo]++; }
10170 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10171}'`
3725885a
RW
10172 # AWK program above erroneously prepends '/' to C:/dos/paths
10173 # for these hosts.
10174 case $host_os in
10175 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10176 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10177 esac
10178 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10179else
10180 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10181fi
10182library_names_spec=
10183libname_spec='lib$name'
10184soname_spec=
10185shrext_cmds=".so"
10186postinstall_cmds=
10187postuninstall_cmds=
10188finish_cmds=
10189finish_eval=
10190shlibpath_var=
10191shlibpath_overrides_runpath=unknown
10192version_type=none
10193dynamic_linker="$host_os ld.so"
10194sys_lib_dlsearch_path_spec="/lib /usr/lib"
10195need_lib_prefix=unknown
10196hardcode_into_libs=no
10197
10198# when you set need_version to no, make sure it does not cause -set_version
10199# flags to be left without arguments
10200need_version=unknown
10201
10202case $host_os in
10203aix3*)
10204 version_type=linux
10205 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10206 shlibpath_var=LIBPATH
10207
10208 # AIX 3 has no versioning support, so we append a major version to the name.
10209 soname_spec='${libname}${release}${shared_ext}$major'
10210 ;;
10211
50e7d84b 10212aix[4-9]*)
d7040cdb
SE
10213 version_type=linux
10214 need_lib_prefix=no
10215 need_version=no
10216 hardcode_into_libs=yes
10217 if test "$host_cpu" = ia64; then
10218 # AIX 5 supports IA64
10219 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10220 shlibpath_var=LD_LIBRARY_PATH
10221 else
10222 # With GCC up to 2.95.x, collect2 would create an import file
10223 # for dependence libraries. The import file would start with
10224 # the line `#! .'. This would cause the generated library to
10225 # depend on `.', always an invalid library. This was fixed in
10226 # development snapshots of GCC prior to 3.0.
10227 case $host_os in
10228 aix4 | aix4.[01] | aix4.[01].*)
10229 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10230 echo ' yes '
10231 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10232 :
10233 else
10234 can_build_shared=no
10235 fi
10236 ;;
10237 esac
10238 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10239 # soname into executable. Probably we can add versioning support to
10240 # collect2, so additional links can be useful in future.
10241 if test "$aix_use_runtimelinking" = yes; then
10242 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10243 # instead of lib<name>.a to let people know that these are not
10244 # typical AIX shared libraries.
10245 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10246 else
10247 # We preserve .a as extension for shared libraries through AIX4.2
10248 # and later when we are not doing run time linking.
10249 library_names_spec='${libname}${release}.a $libname.a'
10250 soname_spec='${libname}${release}${shared_ext}$major'
10251 fi
10252 shlibpath_var=LIBPATH
10253 fi
10254 ;;
10255
10256amigaos*)
718a6fd8
SE
10257 case $host_cpu in
10258 powerpc)
10259 # Since July 2007 AmigaOS4 officially supports .so libraries.
10260 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10261 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10262 ;;
10263 m68k)
d7040cdb
SE
10264 library_names_spec='$libname.ixlibrary $libname.a'
10265 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10266 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
10267 ;;
10268 esac
d7040cdb
SE
10269 ;;
10270
10271beos*)
10272 library_names_spec='${libname}${shared_ext}'
10273 dynamic_linker="$host_os ld.so"
10274 shlibpath_var=LIBRARY_PATH
10275 ;;
10276
10277bsdi[45]*)
10278 version_type=linux
10279 need_version=no
10280 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10281 soname_spec='${libname}${release}${shared_ext}$major'
10282 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10283 shlibpath_var=LD_LIBRARY_PATH
10284 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10285 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10286 # the default ld.so.conf also contains /usr/contrib/lib and
10287 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10288 # libtool to hard-code these into programs
10289 ;;
10290
718a6fd8 10291cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10292 version_type=windows
10293 shrext_cmds=".dll"
10294 need_version=no
10295 need_lib_prefix=no
10296
f2c621e4
AS
10297 case $GCC,$host_os in
10298 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10299 library_names_spec='$libname.dll.a'
10300 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10301 postinstall_cmds='base_file=`basename \${file}`~
10302 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10303 dldir=$destdir/`dirname \$dlpath`~
10304 test -d \$dldir || mkdir -p \$dldir~
10305 $install_prog $dir/$dlname \$dldir/$dlname~
10306 chmod a+x \$dldir/$dlname~
10307 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10308 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10309 fi'
10310 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10311 dlpath=$dir/\$dldll~
10312 $RM \$dlpath'
10313 shlibpath_overrides_runpath=yes
10314
10315 case $host_os in
10316 cygwin*)
10317 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10318 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10319
10320 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10321 ;;
718a6fd8 10322 mingw* | cegcc*)
d7040cdb
SE
10323 # MinGW DLLs use traditional 'lib' prefix
10324 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10325 ;;
10326 pw32*)
10327 # pw32 DLLs use 'pw' prefix rather than 'lib'
10328 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10329 ;;
10330 esac
10331 ;;
10332
10333 *)
10334 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10335 ;;
10336 esac
f2c621e4 10337 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
10338 # FIXME: first we should search . and the directory the executable is in
10339 shlibpath_var=PATH
10340 ;;
10341
10342darwin* | rhapsody*)
10343 dynamic_linker="$host_os dyld"
10344 version_type=darwin
10345 need_lib_prefix=no
10346 need_version=no
10347 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10348 soname_spec='${libname}${release}${major}$shared_ext'
10349 shlibpath_overrides_runpath=yes
10350 shlibpath_var=DYLD_LIBRARY_PATH
10351 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10352
10353 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10354 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10355 ;;
10356
10357dgux*)
10358 version_type=linux
10359 need_lib_prefix=no
10360 need_version=no
10361 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10362 soname_spec='${libname}${release}${shared_ext}$major'
10363 shlibpath_var=LD_LIBRARY_PATH
10364 ;;
10365
d7040cdb
SE
10366freebsd* | dragonfly*)
10367 # DragonFly does not have aout. When/if they implement a new
10368 # versioning mechanism, adjust this.
10369 if test -x /usr/bin/objformat; then
10370 objformat=`/usr/bin/objformat`
10371 else
10372 case $host_os in
6d2920c8 10373 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10374 *) objformat=elf ;;
10375 esac
10376 fi
10377 version_type=freebsd-$objformat
10378 case $version_type in
10379 freebsd-elf*)
10380 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10381 need_version=no
10382 need_lib_prefix=no
10383 ;;
10384 freebsd-*)
10385 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10386 need_version=yes
10387 ;;
10388 esac
10389 shlibpath_var=LD_LIBRARY_PATH
10390 case $host_os in
6d2920c8 10391 freebsd2.*)
d7040cdb
SE
10392 shlibpath_overrides_runpath=yes
10393 ;;
10394 freebsd3.[01]* | freebsdelf3.[01]*)
10395 shlibpath_overrides_runpath=yes
10396 hardcode_into_libs=yes
10397 ;;
10398 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10399 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10400 shlibpath_overrides_runpath=no
10401 hardcode_into_libs=yes
10402 ;;
10403 *) # from 4.6 on, and DragonFly
10404 shlibpath_overrides_runpath=yes
10405 hardcode_into_libs=yes
10406 ;;
10407 esac
10408 ;;
10409
10410gnu*)
10411 version_type=linux
10412 need_lib_prefix=no
10413 need_version=no
10414 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10415 soname_spec='${libname}${release}${shared_ext}$major'
10416 shlibpath_var=LD_LIBRARY_PATH
10417 hardcode_into_libs=yes
10418 ;;
10419
3725885a
RW
10420haiku*)
10421 version_type=linux
10422 need_lib_prefix=no
10423 need_version=no
10424 dynamic_linker="$host_os runtime_loader"
10425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10426 soname_spec='${libname}${release}${shared_ext}$major'
10427 shlibpath_var=LIBRARY_PATH
10428 shlibpath_overrides_runpath=yes
f2c621e4 10429 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10430 hardcode_into_libs=yes
10431 ;;
10432
d7040cdb
SE
10433hpux9* | hpux10* | hpux11*)
10434 # Give a soname corresponding to the major version so that dld.sl refuses to
10435 # link against other versions.
10436 version_type=sunos
10437 need_lib_prefix=no
10438 need_version=no
10439 case $host_cpu in
10440 ia64*)
10441 shrext_cmds='.so'
10442 hardcode_into_libs=yes
10443 dynamic_linker="$host_os dld.so"
10444 shlibpath_var=LD_LIBRARY_PATH
10445 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10446 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447 soname_spec='${libname}${release}${shared_ext}$major'
10448 if test "X$HPUX_IA64_MODE" = X32; then
10449 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10450 else
10451 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10452 fi
10453 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10454 ;;
10455 hppa*64*)
10456 shrext_cmds='.sl'
10457 hardcode_into_libs=yes
10458 dynamic_linker="$host_os dld.sl"
10459 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10460 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10462 soname_spec='${libname}${release}${shared_ext}$major'
10463 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10464 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10465 ;;
10466 *)
10467 shrext_cmds='.sl'
10468 dynamic_linker="$host_os dld.sl"
10469 shlibpath_var=SHLIB_PATH
10470 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10472 soname_spec='${libname}${release}${shared_ext}$major'
10473 ;;
10474 esac
3725885a 10475 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10476 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10477 # or fails outright, so override atomically:
10478 install_override_mode=555
d7040cdb
SE
10479 ;;
10480
10481interix[3-9]*)
10482 version_type=linux
10483 need_lib_prefix=no
10484 need_version=no
10485 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10486 soname_spec='${libname}${release}${shared_ext}$major'
10487 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10488 shlibpath_var=LD_LIBRARY_PATH
10489 shlibpath_overrides_runpath=no
10490 hardcode_into_libs=yes
10491 ;;
10492
10493irix5* | irix6* | nonstopux*)
10494 case $host_os in
10495 nonstopux*) version_type=nonstopux ;;
10496 *)
10497 if test "$lt_cv_prog_gnu_ld" = yes; then
10498 version_type=linux
10499 else
10500 version_type=irix
10501 fi ;;
10502 esac
10503 need_lib_prefix=no
10504 need_version=no
10505 soname_spec='${libname}${release}${shared_ext}$major'
10506 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10507 case $host_os in
10508 irix5* | nonstopux*)
10509 libsuff= shlibsuff=
10510 ;;
10511 *)
10512 case $LD in # libtool.m4 will add one of these switches to LD
10513 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10514 libsuff= shlibsuff= libmagic=32-bit;;
10515 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10516 libsuff=32 shlibsuff=N32 libmagic=N32;;
10517 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10518 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10519 *) libsuff= shlibsuff= libmagic=never-match;;
10520 esac
10521 ;;
10522 esac
10523 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10524 shlibpath_overrides_runpath=no
10525 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10526 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10527 hardcode_into_libs=yes
10528 ;;
10529
10530# No shared lib support for Linux oldld, aout, or coff.
10531linux*oldld* | linux*aout* | linux*coff*)
10532 dynamic_linker=no
10533 ;;
10534
10535# This must be Linux ELF.
58e24671 10536linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10537 version_type=linux
10538 need_lib_prefix=no
10539 need_version=no
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10541 soname_spec='${libname}${release}${shared_ext}$major'
10542 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10543 shlibpath_var=LD_LIBRARY_PATH
10544 shlibpath_overrides_runpath=no
39144654 10545
d7040cdb 10546 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10547 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10548 $as_echo_n "(cached) " >&6
39144654
RW
10549else
10550 lt_cv_shlibpath_overrides_runpath=no
10551 save_LDFLAGS=$LDFLAGS
10552 save_libdir=$libdir
10553 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10554 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10556/* end confdefs.h. */
10557
10558int
10559main ()
10560{
10561
10562 ;
10563 return 0;
10564}
10565_ACEOF
81ecdfbb
RW
10566if ac_fn_c_try_link "$LINENO"; then :
10567 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10568 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10569fi
d7040cdb 10570fi
81ecdfbb
RW
10571rm -f core conftest.err conftest.$ac_objext \
10572 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10573 LDFLAGS=$save_LDFLAGS
10574 libdir=$save_libdir
10575
10576fi
10577
10578 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10579
10580 # This implies no fast_install, which is unacceptable.
10581 # Some rework will be needed to allow for fast_install
10582 # before this can be enabled.
10583 hardcode_into_libs=yes
10584
10585 # Append ld.so.conf contents to the search path
10586 if test -f /etc/ld.so.conf; then
3725885a 10587 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 10588 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10589 fi
10590
10591 # We used to test for /lib/ld.so.1 and disable shared libraries on
10592 # powerpc, because MkLinux only supported shared libraries with the
10593 # GNU dynamic linker. Since this was broken with cross compilers,
10594 # most powerpc-linux boxes support dynamic linking these days and
10595 # people can always --disable-shared, the test was removed, and we
10596 # assume the GNU/Linux dynamic linker is in use.
10597 dynamic_linker='GNU/Linux ld.so'
10598 ;;
10599
10600netbsd*)
10601 version_type=sunos
10602 need_lib_prefix=no
10603 need_version=no
10604 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10605 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10606 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10607 dynamic_linker='NetBSD (a.out) ld.so'
10608 else
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 dynamic_linker='NetBSD ld.elf_so'
10612 fi
10613 shlibpath_var=LD_LIBRARY_PATH
10614 shlibpath_overrides_runpath=yes
10615 hardcode_into_libs=yes
10616 ;;
10617
10618newsos6)
10619 version_type=linux
10620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10621 shlibpath_var=LD_LIBRARY_PATH
10622 shlibpath_overrides_runpath=yes
10623 ;;
10624
10625*nto* | *qnx*)
10626 version_type=qnx
10627 need_lib_prefix=no
10628 need_version=no
10629 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10630 soname_spec='${libname}${release}${shared_ext}$major'
10631 shlibpath_var=LD_LIBRARY_PATH
10632 shlibpath_overrides_runpath=no
10633 hardcode_into_libs=yes
10634 dynamic_linker='ldqnx.so'
10635 ;;
10636
10637openbsd*)
10638 version_type=sunos
10639 sys_lib_dlsearch_path_spec="/usr/lib"
10640 need_lib_prefix=no
10641 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10642 case $host_os in
10643 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10644 *) need_version=no ;;
10645 esac
10646 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10647 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10648 shlibpath_var=LD_LIBRARY_PATH
10649 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10650 case $host_os in
10651 openbsd2.[89] | openbsd2.[89].*)
10652 shlibpath_overrides_runpath=no
10653 ;;
10654 *)
10655 shlibpath_overrides_runpath=yes
10656 ;;
10657 esac
10658 else
10659 shlibpath_overrides_runpath=yes
10660 fi
10661 ;;
10662
10663os2*)
10664 libname_spec='$name'
10665 shrext_cmds=".dll"
10666 need_lib_prefix=no
10667 library_names_spec='$libname${shared_ext} $libname.a'
10668 dynamic_linker='OS/2 ld.exe'
10669 shlibpath_var=LIBPATH
10670 ;;
10671
10672osf3* | osf4* | osf5*)
10673 version_type=osf
10674 need_lib_prefix=no
10675 need_version=no
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10678 shlibpath_var=LD_LIBRARY_PATH
10679 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10680 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10681 ;;
10682
10683rdos*)
10684 dynamic_linker=no
10685 ;;
10686
10687solaris*)
10688 version_type=linux
10689 need_lib_prefix=no
10690 need_version=no
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10692 soname_spec='${libname}${release}${shared_ext}$major'
10693 shlibpath_var=LD_LIBRARY_PATH
10694 shlibpath_overrides_runpath=yes
10695 hardcode_into_libs=yes
10696 # ldd complains unless libraries are executable
10697 postinstall_cmds='chmod +x $lib'
10698 ;;
10699
10700sunos4*)
10701 version_type=sunos
10702 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10703 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10704 shlibpath_var=LD_LIBRARY_PATH
10705 shlibpath_overrides_runpath=yes
10706 if test "$with_gnu_ld" = yes; then
10707 need_lib_prefix=no
10708 fi
10709 need_version=yes
10710 ;;
10711
10712sysv4 | sysv4.3*)
10713 version_type=linux
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10715 soname_spec='${libname}${release}${shared_ext}$major'
10716 shlibpath_var=LD_LIBRARY_PATH
10717 case $host_vendor in
10718 sni)
10719 shlibpath_overrides_runpath=no
10720 need_lib_prefix=no
10721 runpath_var=LD_RUN_PATH
10722 ;;
10723 siemens)
10724 need_lib_prefix=no
10725 ;;
10726 motorola)
10727 need_lib_prefix=no
10728 need_version=no
10729 shlibpath_overrides_runpath=no
10730 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10731 ;;
10732 esac
10733 ;;
10734
10735sysv4*MP*)
10736 if test -d /usr/nec ;then
10737 version_type=linux
10738 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10739 soname_spec='$libname${shared_ext}.$major'
10740 shlibpath_var=LD_LIBRARY_PATH
10741 fi
10742 ;;
10743
10744sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10745 version_type=freebsd-elf
10746 need_lib_prefix=no
10747 need_version=no
10748 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10749 soname_spec='${libname}${release}${shared_ext}$major'
10750 shlibpath_var=LD_LIBRARY_PATH
10751 shlibpath_overrides_runpath=yes
10752 hardcode_into_libs=yes
10753 if test "$with_gnu_ld" = yes; then
10754 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10755 else
10756 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10757 case $host_os in
10758 sco3.2v5*)
10759 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10760 ;;
10761 esac
10762 fi
10763 sys_lib_dlsearch_path_spec='/usr/lib'
10764 ;;
10765
10766tpf*)
10767 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10768 version_type=linux
10769 need_lib_prefix=no
10770 need_version=no
718a6fd8 10771 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10772 shlibpath_var=LD_LIBRARY_PATH
10773 shlibpath_overrides_runpath=no
10774 hardcode_into_libs=yes
10775 ;;
10776
10777uts4*)
10778 version_type=linux
10779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10780 soname_spec='${libname}${release}${shared_ext}$major'
10781 shlibpath_var=LD_LIBRARY_PATH
10782 ;;
10783
10784*)
10785 dynamic_linker=no
10786 ;;
10787esac
81ecdfbb
RW
10788{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10789$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10790test "$dynamic_linker" = no && can_build_shared=no
10791
10792variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10793if test "$GCC" = yes; then
10794 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10795fi
10796
718a6fd8
SE
10797if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10798 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10799fi
10800if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10801 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10802fi
10803
d7040cdb
SE
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
10881
10882
10883
3725885a
RW
10884
10885
10886
10887
10888
d7040cdb
SE
10889
10890
10891
10892
10893
10894
81ecdfbb
RW
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10896$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10897hardcode_action=
10898if test -n "$hardcode_libdir_flag_spec" ||
10899 test -n "$runpath_var" ||
10900 test "X$hardcode_automatic" = "Xyes" ; then
10901
10902 # We can hardcode non-existent directories.
10903 if test "$hardcode_direct" != no &&
10904 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10905 # have to relink, otherwise we might link with an installed library
10906 # when we should be linking with a yet-to-be-installed one
10907 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10908 test "$hardcode_minus_L" != no; then
10909 # Linking always hardcodes the temporary library directory.
10910 hardcode_action=relink
10911 else
10912 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10913 hardcode_action=immediate
10914 fi
10915else
10916 # We cannot hardcode anything, or else we can only hardcode existing
10917 # directories.
10918 hardcode_action=unsupported
10919fi
81ecdfbb
RW
10920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10921$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10922
10923if test "$hardcode_action" = relink ||
10924 test "$inherit_rpath" = yes; then
10925 # Fast installation is not supported
10926 enable_fast_install=no
10927elif test "$shlibpath_overrides_runpath" = yes ||
10928 test "$enable_shared" = no; then
10929 # Fast installation is not necessary
10930 enable_fast_install=needless
10931fi
10932
10933
10934
10935
10936
10937
10938 if test "x$enable_dlopen" != xyes; then
10939 enable_dlopen=unknown
10940 enable_dlopen_self=unknown
10941 enable_dlopen_self_static=unknown
10942else
10943 lt_cv_dlopen=no
10944 lt_cv_dlopen_libs=
10945
10946 case $host_os in
10947 beos*)
10948 lt_cv_dlopen="load_add_on"
10949 lt_cv_dlopen_libs=
10950 lt_cv_dlopen_self=yes
10951 ;;
10952
718a6fd8 10953 mingw* | pw32* | cegcc*)
d7040cdb
SE
10954 lt_cv_dlopen="LoadLibrary"
10955 lt_cv_dlopen_libs=
10956 ;;
10957
10958 cygwin*)
10959 lt_cv_dlopen="dlopen"
10960 lt_cv_dlopen_libs=
10961 ;;
10962
10963 darwin*)
10964 # if libdl is installed we need to link against it
81ecdfbb
RW
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10966$as_echo_n "checking for dlopen in -ldl... " >&6; }
10967if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10968 $as_echo_n "(cached) " >&6
d7040cdb
SE
10969else
10970 ac_check_lib_save_LIBS=$LIBS
10971LIBS="-ldl $LIBS"
81ecdfbb 10972cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10973/* end confdefs.h. */
10974
81ecdfbb
RW
10975/* Override any GCC internal prototype to avoid an error.
10976 Use char because int might match the return type of a GCC
10977 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10978#ifdef __cplusplus
10979extern "C"
10980#endif
d7040cdb
SE
10981char dlopen ();
10982int
10983main ()
10984{
81ecdfbb 10985return dlopen ();
d7040cdb
SE
10986 ;
10987 return 0;
10988}
10989_ACEOF
81ecdfbb 10990if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10991 ac_cv_lib_dl_dlopen=yes
10992else
81ecdfbb 10993 ac_cv_lib_dl_dlopen=no
d7040cdb 10994fi
81ecdfbb
RW
10995rm -f core conftest.err conftest.$ac_objext \
10996 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10997LIBS=$ac_check_lib_save_LIBS
10998fi
81ecdfbb
RW
10999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11000$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11001if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11002 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11003else
11004
11005 lt_cv_dlopen="dyld"
11006 lt_cv_dlopen_libs=
11007 lt_cv_dlopen_self=yes
11008
11009fi
11010
11011 ;;
11012
11013 *)
81ecdfbb
RW
11014 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11015if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
11016 lt_cv_dlopen="shl_load"
11017else
81ecdfbb
RW
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11019$as_echo_n "checking for shl_load in -ldld... " >&6; }
11020if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11021 $as_echo_n "(cached) " >&6
d7040cdb
SE
11022else
11023 ac_check_lib_save_LIBS=$LIBS
11024LIBS="-ldld $LIBS"
81ecdfbb 11025cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11026/* end confdefs.h. */
11027
81ecdfbb
RW
11028/* Override any GCC internal prototype to avoid an error.
11029 Use char because int might match the return type of a GCC
11030 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11031#ifdef __cplusplus
11032extern "C"
11033#endif
d7040cdb
SE
11034char shl_load ();
11035int
11036main ()
11037{
81ecdfbb 11038return shl_load ();
d7040cdb
SE
11039 ;
11040 return 0;
11041}
11042_ACEOF
81ecdfbb 11043if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11044 ac_cv_lib_dld_shl_load=yes
11045else
81ecdfbb 11046 ac_cv_lib_dld_shl_load=no
d7040cdb 11047fi
81ecdfbb
RW
11048rm -f core conftest.err conftest.$ac_objext \
11049 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11050LIBS=$ac_check_lib_save_LIBS
11051fi
81ecdfbb
RW
11052{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11053$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11054if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11055 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11056else
81ecdfbb
RW
11057 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11058if test "x$ac_cv_func_dlopen" = x""yes; then :
11059 lt_cv_dlopen="dlopen"
d7040cdb 11060else
81ecdfbb
RW
11061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11062$as_echo_n "checking for dlopen in -ldl... " >&6; }
11063if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11064 $as_echo_n "(cached) " >&6
11065else
11066 ac_check_lib_save_LIBS=$LIBS
11067LIBS="-ldl $LIBS"
11068cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11069/* end confdefs.h. */
d7040cdb 11070
81ecdfbb
RW
11071/* Override any GCC internal prototype to avoid an error.
11072 Use char because int might match the return type of a GCC
11073 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11074#ifdef __cplusplus
11075extern "C"
d7040cdb 11076#endif
d7040cdb 11077char dlopen ();
d7040cdb
SE
11078int
11079main ()
11080{
81ecdfbb 11081return dlopen ();
d7040cdb
SE
11082 ;
11083 return 0;
11084}
11085_ACEOF
81ecdfbb
RW
11086if ac_fn_c_try_link "$LINENO"; then :
11087 ac_cv_lib_dl_dlopen=yes
d7040cdb 11088else
81ecdfbb 11089 ac_cv_lib_dl_dlopen=no
d7040cdb 11090fi
81ecdfbb
RW
11091rm -f core conftest.err conftest.$ac_objext \
11092 conftest$ac_exeext conftest.$ac_ext
11093LIBS=$ac_check_lib_save_LIBS
d7040cdb 11094fi
81ecdfbb
RW
11095{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11096$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11097if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11098 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11099else
81ecdfbb
RW
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11101$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11102if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11103 $as_echo_n "(cached) " >&6
d7040cdb
SE
11104else
11105 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11106LIBS="-lsvld $LIBS"
11107cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11108/* end confdefs.h. */
11109
81ecdfbb
RW
11110/* Override any GCC internal prototype to avoid an error.
11111 Use char because int might match the return type of a GCC
11112 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11113#ifdef __cplusplus
11114extern "C"
11115#endif
d7040cdb
SE
11116char dlopen ();
11117int
11118main ()
11119{
81ecdfbb 11120return dlopen ();
d7040cdb
SE
11121 ;
11122 return 0;
11123}
11124_ACEOF
81ecdfbb
RW
11125if ac_fn_c_try_link "$LINENO"; then :
11126 ac_cv_lib_svld_dlopen=yes
d7040cdb 11127else
81ecdfbb 11128 ac_cv_lib_svld_dlopen=no
d7040cdb 11129fi
81ecdfbb
RW
11130rm -f core conftest.err conftest.$ac_objext \
11131 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11132LIBS=$ac_check_lib_save_LIBS
11133fi
81ecdfbb
RW
11134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11135$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11136if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11137 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11138else
81ecdfbb
RW
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11140$as_echo_n "checking for dld_link in -ldld... " >&6; }
11141if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11142 $as_echo_n "(cached) " >&6
d7040cdb
SE
11143else
11144 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11145LIBS="-ldld $LIBS"
11146cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11147/* end confdefs.h. */
11148
81ecdfbb
RW
11149/* Override any GCC internal prototype to avoid an error.
11150 Use char because int might match the return type of a GCC
11151 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11152#ifdef __cplusplus
11153extern "C"
11154#endif
81ecdfbb 11155char dld_link ();
d7040cdb
SE
11156int
11157main ()
11158{
81ecdfbb 11159return dld_link ();
d7040cdb
SE
11160 ;
11161 return 0;
11162}
11163_ACEOF
81ecdfbb 11164if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11165 ac_cv_lib_dld_dld_link=yes
11166else
81ecdfbb 11167 ac_cv_lib_dld_dld_link=no
d7040cdb 11168fi
81ecdfbb
RW
11169rm -f core conftest.err conftest.$ac_objext \
11170 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11171LIBS=$ac_check_lib_save_LIBS
11172fi
81ecdfbb
RW
11173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11174$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11175if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11176 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11177fi
11178
11179
11180fi
11181
11182
11183fi
11184
11185
11186fi
11187
11188
11189fi
11190
11191
11192fi
11193
11194 ;;
11195 esac
11196
11197 if test "x$lt_cv_dlopen" != xno; then
11198 enable_dlopen=yes
11199 else
11200 enable_dlopen=no
11201 fi
11202
11203 case $lt_cv_dlopen in
11204 dlopen)
11205 save_CPPFLAGS="$CPPFLAGS"
11206 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11207
11208 save_LDFLAGS="$LDFLAGS"
11209 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11210
11211 save_LIBS="$LIBS"
11212 LIBS="$lt_cv_dlopen_libs $LIBS"
11213
81ecdfbb
RW
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11215$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11216if test "${lt_cv_dlopen_self+set}" = set; then :
11217 $as_echo_n "(cached) " >&6
d7040cdb
SE
11218else
11219 if test "$cross_compiling" = yes; then :
11220 lt_cv_dlopen_self=cross
11221else
11222 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11223 lt_status=$lt_dlunknown
11224 cat > conftest.$ac_ext <<_LT_EOF
6757cf57 11225#line 11225 "configure"
d7040cdb
SE
11226#include "confdefs.h"
11227
11228#if HAVE_DLFCN_H
11229#include <dlfcn.h>
11230#endif
11231
11232#include <stdio.h>
11233
11234#ifdef RTLD_GLOBAL
11235# define LT_DLGLOBAL RTLD_GLOBAL
11236#else
11237# ifdef DL_GLOBAL
11238# define LT_DLGLOBAL DL_GLOBAL
11239# else
11240# define LT_DLGLOBAL 0
11241# endif
11242#endif
11243
11244/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11245 find out it does not work in some platform. */
11246#ifndef LT_DLLAZY_OR_NOW
11247# ifdef RTLD_LAZY
11248# define LT_DLLAZY_OR_NOW RTLD_LAZY
11249# else
11250# ifdef DL_LAZY
11251# define LT_DLLAZY_OR_NOW DL_LAZY
11252# else
11253# ifdef RTLD_NOW
11254# define LT_DLLAZY_OR_NOW RTLD_NOW
11255# else
11256# ifdef DL_NOW
11257# define LT_DLLAZY_OR_NOW DL_NOW
11258# else
11259# define LT_DLLAZY_OR_NOW 0
11260# endif
11261# endif
11262# endif
11263# endif
11264#endif
11265
3725885a
RW
11266/* When -fvisbility=hidden is used, assume the code has been annotated
11267 correspondingly for the symbols needed. */
11268#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11269void fnord () __attribute__((visibility("default")));
3725885a
RW
11270#endif
11271
f2c621e4 11272void fnord () { int i=42; }
d7040cdb
SE
11273int main ()
11274{
11275 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11276 int status = $lt_dlunknown;
11277
11278 if (self)
11279 {
11280 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11281 else
11282 {
11283 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11284 else puts (dlerror ());
11285 }
d7040cdb
SE
11286 /* dlclose (self); */
11287 }
11288 else
11289 puts (dlerror ());
11290
718a6fd8 11291 return status;
d7040cdb
SE
11292}
11293_LT_EOF
81ecdfbb 11294 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11295 (eval $ac_link) 2>&5
11296 ac_status=$?
81ecdfbb
RW
11297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11298 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11299 (./conftest; exit; ) >&5 2>/dev/null
11300 lt_status=$?
11301 case x$lt_status in
11302 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11303 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11304 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11305 esac
11306 else :
11307 # compilation failed
11308 lt_cv_dlopen_self=no
11309 fi
11310fi
11311rm -fr conftest*
11312
11313
11314fi
81ecdfbb
RW
11315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11316$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11317
11318 if test "x$lt_cv_dlopen_self" = xyes; then
11319 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11321$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11322if test "${lt_cv_dlopen_self_static+set}" = set; then :
11323 $as_echo_n "(cached) " >&6
d7040cdb
SE
11324else
11325 if test "$cross_compiling" = yes; then :
11326 lt_cv_dlopen_self_static=cross
11327else
11328 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11329 lt_status=$lt_dlunknown
11330 cat > conftest.$ac_ext <<_LT_EOF
6757cf57 11331#line 11331 "configure"
d7040cdb
SE
11332#include "confdefs.h"
11333
11334#if HAVE_DLFCN_H
11335#include <dlfcn.h>
11336#endif
11337
11338#include <stdio.h>
11339
11340#ifdef RTLD_GLOBAL
11341# define LT_DLGLOBAL RTLD_GLOBAL
11342#else
11343# ifdef DL_GLOBAL
11344# define LT_DLGLOBAL DL_GLOBAL
11345# else
11346# define LT_DLGLOBAL 0
11347# endif
11348#endif
11349
11350/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11351 find out it does not work in some platform. */
11352#ifndef LT_DLLAZY_OR_NOW
11353# ifdef RTLD_LAZY
11354# define LT_DLLAZY_OR_NOW RTLD_LAZY
11355# else
11356# ifdef DL_LAZY
11357# define LT_DLLAZY_OR_NOW DL_LAZY
11358# else
11359# ifdef RTLD_NOW
11360# define LT_DLLAZY_OR_NOW RTLD_NOW
11361# else
11362# ifdef DL_NOW
11363# define LT_DLLAZY_OR_NOW DL_NOW
11364# else
11365# define LT_DLLAZY_OR_NOW 0
11366# endif
11367# endif
11368# endif
11369# endif
11370#endif
11371
3725885a
RW
11372/* When -fvisbility=hidden is used, assume the code has been annotated
11373 correspondingly for the symbols needed. */
11374#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11375void fnord () __attribute__((visibility("default")));
3725885a
RW
11376#endif
11377
f2c621e4 11378void fnord () { int i=42; }
d7040cdb
SE
11379int main ()
11380{
11381 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11382 int status = $lt_dlunknown;
11383
11384 if (self)
11385 {
11386 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11387 else
11388 {
11389 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11390 else puts (dlerror ());
11391 }
d7040cdb
SE
11392 /* dlclose (self); */
11393 }
11394 else
11395 puts (dlerror ());
11396
718a6fd8 11397 return status;
d7040cdb
SE
11398}
11399_LT_EOF
81ecdfbb 11400 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11401 (eval $ac_link) 2>&5
11402 ac_status=$?
81ecdfbb
RW
11403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11404 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11405 (./conftest; exit; ) >&5 2>/dev/null
11406 lt_status=$?
11407 case x$lt_status in
11408 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11409 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11410 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11411 esac
11412 else :
11413 # compilation failed
11414 lt_cv_dlopen_self_static=no
11415 fi
11416fi
11417rm -fr conftest*
11418
11419
11420fi
81ecdfbb
RW
11421{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11422$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11423 fi
11424
11425 CPPFLAGS="$save_CPPFLAGS"
11426 LDFLAGS="$save_LDFLAGS"
11427 LIBS="$save_LIBS"
11428 ;;
11429 esac
11430
11431 case $lt_cv_dlopen_self in
11432 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11433 *) enable_dlopen_self=unknown ;;
11434 esac
11435
11436 case $lt_cv_dlopen_self_static in
11437 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11438 *) enable_dlopen_self_static=unknown ;;
11439 esac
11440fi
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458striplib=
11459old_striplib=
81ecdfbb
RW
11460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11461$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11462if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11463 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11464 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11466$as_echo "yes" >&6; }
d7040cdb
SE
11467else
11468# FIXME - insert some real tests, host_os isn't really good enough
11469 case $host_os in
11470 darwin*)
11471 if test -n "$STRIP" ; then
11472 striplib="$STRIP -x"
11473 old_striplib="$STRIP -S"
81ecdfbb
RW
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11475$as_echo "yes" >&6; }
d7040cdb 11476 else
81ecdfbb
RW
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11478$as_echo "no" >&6; }
d7040cdb
SE
11479 fi
11480 ;;
11481 *)
81ecdfbb
RW
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11483$as_echo "no" >&6; }
d7040cdb
SE
11484 ;;
11485 esac
11486fi
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499 # Report which library types will actually be built
81ecdfbb
RW
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11501$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11503$as_echo "$can_build_shared" >&6; }
d7040cdb 11504
81ecdfbb
RW
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11506$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11507 test "$can_build_shared" = "no" && enable_shared=no
11508
11509 # On AIX, shared libraries and static libraries use the same namespace, and
11510 # are all built from PIC.
11511 case $host_os in
11512 aix3*)
11513 test "$enable_shared" = yes && enable_static=no
11514 if test -n "$RANLIB"; then
11515 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11516 postinstall_cmds='$RANLIB $lib'
11517 fi
11518 ;;
11519
50e7d84b 11520 aix[4-9]*)
d7040cdb
SE
11521 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11522 test "$enable_shared" = yes && enable_static=no
11523 fi
11524 ;;
11525 esac
81ecdfbb
RW
11526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11527$as_echo "$enable_shared" >&6; }
d7040cdb 11528
81ecdfbb
RW
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11530$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11531 # Make sure either enable_shared or enable_static is yes.
11532 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11534$as_echo "$enable_static" >&6; }
d7040cdb
SE
11535
11536
11537
11538
11539fi
11540ac_ext=c
11541ac_cpp='$CPP $CPPFLAGS'
11542ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11543ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11544ac_compiler_gnu=$ac_cv_c_compiler_gnu
11545
11546CC="$lt_save_CC"
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559
81ecdfbb 11560 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11561
11562
11563
11564
11565# Only expand once:
11566
11567
11568
b879806f
AM
11569# The tests for host and target for $enable_largefile require
11570# canonical names.
11571
11572
11573
11574# As the $enable_largefile decision depends on --enable-plugins we must set it
11575# even in directories otherwise not depending on the $plugins option.
11576
11577
11578 maybe_plugins=no
11579 for ac_header in dlfcn.h
11580do :
11581 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11582"
11583if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11584 cat >>confdefs.h <<_ACEOF
11585#define HAVE_DLFCN_H 1
11586_ACEOF
11587 maybe_plugins=yes
11588fi
11589
11590done
11591
11592 for ac_header in windows.h
11593do :
11594 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11595"
11596if test "x$ac_cv_header_windows_h" = x""yes; then :
11597 cat >>confdefs.h <<_ACEOF
11598#define HAVE_WINDOWS_H 1
11599_ACEOF
11600 maybe_plugins=yes
11601fi
11602
11603done
11604
11605
11606 # Check whether --enable-plugins was given.
11607if test "${enable_plugins+set}" = set; then :
11608 enableval=$enable_plugins; case "${enableval}" in
11609 no) plugins=no ;;
11610 *) plugins=yes
11611 if test "$maybe_plugins" != "yes" ; then
11612 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11613 fi ;;
11614 esac
11615else
11616 plugins=$maybe_plugins
11617
11618fi
11619
2974be62
AM
11620 if test "$plugins" = "yes"; then
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11622$as_echo_n "checking for library containing dlopen... " >&6; }
11623if test "${ac_cv_search_dlopen+set}" = set; then :
11624 $as_echo_n "(cached) " >&6
11625else
11626 ac_func_search_save_LIBS=$LIBS
11627cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11628/* end confdefs.h. */
11629
11630/* Override any GCC internal prototype to avoid an error.
11631 Use char because int might match the return type of a GCC
11632 builtin and then its argument prototype would still apply. */
11633#ifdef __cplusplus
11634extern "C"
11635#endif
11636char dlopen ();
11637int
11638main ()
11639{
11640return dlopen ();
11641 ;
11642 return 0;
11643}
11644_ACEOF
11645for ac_lib in '' dl; do
11646 if test -z "$ac_lib"; then
11647 ac_res="none required"
11648 else
11649 ac_res=-l$ac_lib
11650 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11651 fi
11652 if ac_fn_c_try_link "$LINENO"; then :
11653 ac_cv_search_dlopen=$ac_res
11654fi
11655rm -f core conftest.err conftest.$ac_objext \
11656 conftest$ac_exeext
11657 if test "${ac_cv_search_dlopen+set}" = set; then :
11658 break
11659fi
11660done
11661if test "${ac_cv_search_dlopen+set}" = set; then :
11662
11663else
11664 ac_cv_search_dlopen=no
11665fi
11666rm conftest.$ac_ext
11667LIBS=$ac_func_search_save_LIBS
11668fi
11669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11670$as_echo "$ac_cv_search_dlopen" >&6; }
11671ac_res=$ac_cv_search_dlopen
11672if test "$ac_res" != no; then :
11673 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11674
11675fi
11676
11677 fi
b879806f
AM
11678
11679
11680case "${host}" in
11681 sparc-*-solaris*|i[3-7]86-*-solaris*)
11682 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11683 # are mutually exclusive; and without procfs support, the bfd/ elf module
11684 # cannot provide certain routines such as elfcore_write_prpsinfo
11685 # or elfcore_write_prstatus. So unless the user explicitly requested
11686 # large-file support through the --enable-largefile switch, disable
11687 # large-file support in favor of procfs support.
11688 test "${target}" = "${host}" -a "x$plugins" = xno \
11689 && : ${enable_largefile="no"}
11690 ;;
11691esac
11692
11693# Check whether --enable-largefile was given.
11694if test "${enable_largefile+set}" = set; then :
11695 enableval=$enable_largefile;
11696fi
11697
11698if test "$enable_largefile" != no; then
11699
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11701$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11702if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11703 $as_echo_n "(cached) " >&6
11704else
11705 ac_cv_sys_largefile_CC=no
11706 if test "$GCC" != yes; then
11707 ac_save_CC=$CC
11708 while :; do
11709 # IRIX 6.2 and later do not support large files by default,
11710 # so use the C compiler's -n32 option if that helps.
11711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11712/* end confdefs.h. */
11713#include <sys/types.h>
11714 /* Check that off_t can represent 2**63 - 1 correctly.
11715 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11716 since some C++ compilers masquerading as C compilers
11717 incorrectly reject 9223372036854775807. */
11718#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11719 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11720 && LARGE_OFF_T % 2147483647 == 1)
11721 ? 1 : -1];
11722int
11723main ()
11724{
11725
11726 ;
11727 return 0;
11728}
11729_ACEOF
11730 if ac_fn_c_try_compile "$LINENO"; then :
11731 break
11732fi
11733rm -f core conftest.err conftest.$ac_objext
11734 CC="$CC -n32"
11735 if ac_fn_c_try_compile "$LINENO"; then :
11736 ac_cv_sys_largefile_CC=' -n32'; break
11737fi
11738rm -f core conftest.err conftest.$ac_objext
11739 break
11740 done
11741 CC=$ac_save_CC
11742 rm -f conftest.$ac_ext
11743 fi
11744fi
11745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11746$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11747 if test "$ac_cv_sys_largefile_CC" != no; then
11748 CC=$CC$ac_cv_sys_largefile_CC
11749 fi
11750
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11752$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11753if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11754 $as_echo_n "(cached) " >&6
11755else
11756 while :; do
11757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11758/* end confdefs.h. */
11759#include <sys/types.h>
11760 /* Check that off_t can represent 2**63 - 1 correctly.
11761 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11762 since some C++ compilers masquerading as C compilers
11763 incorrectly reject 9223372036854775807. */
11764#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11765 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11766 && LARGE_OFF_T % 2147483647 == 1)
11767 ? 1 : -1];
11768int
11769main ()
11770{
11771
11772 ;
11773 return 0;
11774}
11775_ACEOF
11776if ac_fn_c_try_compile "$LINENO"; then :
11777 ac_cv_sys_file_offset_bits=no; break
11778fi
11779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11781/* end confdefs.h. */
11782#define _FILE_OFFSET_BITS 64
11783#include <sys/types.h>
11784 /* Check that off_t can represent 2**63 - 1 correctly.
11785 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11786 since some C++ compilers masquerading as C compilers
11787 incorrectly reject 9223372036854775807. */
11788#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11789 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11790 && LARGE_OFF_T % 2147483647 == 1)
11791 ? 1 : -1];
11792int
11793main ()
11794{
11795
11796 ;
11797 return 0;
11798}
11799_ACEOF
11800if ac_fn_c_try_compile "$LINENO"; then :
11801 ac_cv_sys_file_offset_bits=64; break
11802fi
11803rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11804 ac_cv_sys_file_offset_bits=unknown
11805 break
11806done
11807fi
11808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11809$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11810case $ac_cv_sys_file_offset_bits in #(
11811 no | unknown) ;;
11812 *)
11813cat >>confdefs.h <<_ACEOF
11814#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11815_ACEOF
11816;;
11817esac
11818rm -rf conftest*
11819 if test $ac_cv_sys_file_offset_bits = unknown; then
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11821$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11822if test "${ac_cv_sys_large_files+set}" = set; then :
11823 $as_echo_n "(cached) " >&6
11824else
11825 while :; do
11826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11827/* end confdefs.h. */
11828#include <sys/types.h>
11829 /* Check that off_t can represent 2**63 - 1 correctly.
11830 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11831 since some C++ compilers masquerading as C compilers
11832 incorrectly reject 9223372036854775807. */
11833#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11834 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11835 && LARGE_OFF_T % 2147483647 == 1)
11836 ? 1 : -1];
11837int
11838main ()
11839{
11840
11841 ;
11842 return 0;
11843}
11844_ACEOF
11845if ac_fn_c_try_compile "$LINENO"; then :
11846 ac_cv_sys_large_files=no; break
11847fi
11848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850/* end confdefs.h. */
11851#define _LARGE_FILES 1
11852#include <sys/types.h>
11853 /* Check that off_t can represent 2**63 - 1 correctly.
11854 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11855 since some C++ compilers masquerading as C compilers
11856 incorrectly reject 9223372036854775807. */
11857#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11858 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11859 && LARGE_OFF_T % 2147483647 == 1)
11860 ? 1 : -1];
11861int
11862main ()
11863{
11864
11865 ;
11866 return 0;
11867}
11868_ACEOF
11869if ac_fn_c_try_compile "$LINENO"; then :
11870 ac_cv_sys_large_files=1; break
11871fi
11872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11873 ac_cv_sys_large_files=unknown
11874 break
11875done
11876fi
11877{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11878$as_echo "$ac_cv_sys_large_files" >&6; }
11879case $ac_cv_sys_large_files in #(
11880 no | unknown) ;;
11881 *)
11882cat >>confdefs.h <<_ACEOF
11883#define _LARGE_FILES $ac_cv_sys_large_files
11884_ACEOF
11885;;
11886esac
11887rm -rf conftest*
11888 fi
11889fi
11890
11891
11892
81ecdfbb
RW
11893# Check whether --enable-targets was given.
11894if test "${enable_targets+set}" = set; then :
11895 enableval=$enable_targets; case "${enableval}" in
11896 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11897 ;;
11898 no) enable_targets= ;;
11899 *) enable_targets=$enableval ;;
11900esac
81ecdfbb
RW
11901fi
11902
9cb80f72
RM
11903# Check whether --enable-deterministic-archives was given.
11904if test "${enable_deterministic_archives+set}" = set; then :
11905 enableval=$enable_deterministic_archives;
11906if test "${enableval}" = no; then
11907 default_ar_deterministic=0
11908else
11909 default_ar_deterministic=1
11910fi
11911else
11912 default_ar_deterministic=0
11913fi
11914
11915
11916
11917cat >>confdefs.h <<_ACEOF
11918#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11919_ACEOF
11920
11921
7fac9594
NC
11922# Check whether --enable-default-strings-all was given.
11923if test "${enable_default_strings_all+set}" = set; then :
11924 enableval=$enable_default_strings_all;
11925if test "${enableval}" = no; then
11926 default_strings_all=0
11927else
11928 default_strings_all=1
11929fi
11930else
11931 default_strings_all=1
11932fi
11933
11934
11935
11936cat >>confdefs.h <<_ACEOF
11937#define DEFAULT_STRINGS_ALL $default_strings_all
11938_ACEOF
11939
11940
d7040cdb 11941
270c9937
JB
11942# Set the 'development' global.
11943. $srcdir/../bfd/development.sh
11944
9780e045 11945# Default set of GCC warnings to enable.
397841b5 11946GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11947
11948# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11949cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11950/* end confdefs.h. */
11951__GNUC__
11952_ACEOF
11953if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11954 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11955
11956else
11957 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11958fi
11959rm -f conftest*
11960
d7040cdb 11961
9780e045
NC
11962# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11963cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11964/* end confdefs.h. */
11965__GNUC__
11966_ACEOF
11967if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11968 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11969
11970else
11971 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11972fi
11973rm -f conftest*
11974
11975
6757cf57
TS
11976# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11977WARN_WRITE_STRINGS=""
11978cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11979/* end confdefs.h. */
11980__GNUC__
11981_ACEOF
11982if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11983 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11984
11985else
11986 WARN_WRITE_STRINGS="-Wwrite-strings"
11987fi
11988rm -f conftest*
11989
9780e045 11990
81ecdfbb
RW
11991# Check whether --enable-werror was given.
11992if test "${enable_werror+set}" = set; then :
11993 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
11994 yes | y) ERROR_ON_WARNING="yes" ;;
11995 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11996 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 11997 esac
81ecdfbb
RW
11998fi
11999
d7040cdb 12000
397841b5 12001# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12002case "${host}" in
12003 *-*-mingw32*)
12004 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12005 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12006 fi
12007 ;;
12008 *) ;;
12009esac
12010
270c9937
JB
12011# Enable -Werror by default when using gcc. Turn it off for releases.
12012if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12013 ERROR_ON_WARNING=yes
12014fi
12015
12016NO_WERROR=
12017if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12018 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
d7040cdb
SE
12019 NO_WERROR="-Wno-error"
12020fi
12021
12022if test "${GCC}" = yes ; then
12023 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12024fi
12025
81ecdfbb
RW
12026# Check whether --enable-build-warnings was given.
12027if test "${enable_build_warnings+set}" = set; then :
12028 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
12029 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12030 no) if test "${GCC}" = yes ; then
12031 WARN_CFLAGS="-w"
12032 fi;;
12033 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12034 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12035 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12036 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12037 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12038esac
81ecdfbb
RW
12039fi
12040
d7040cdb
SE
12041
12042if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12043 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12044fi
12045
12046
12047
12048
12049
6757cf57 12050
81ecdfbb 12051ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12052
12053
df7b86aa
NC
12054
12055
d7040cdb 12056if test -z "$target" ; then
81ecdfbb 12057 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12058fi
12059if test -z "$host" ; then
81ecdfbb 12060 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12061fi
12062
12063for ac_prog in 'bison -y' byacc
12064do
12065 # Extract the first word of "$ac_prog", so it can be a program name with args.
12066set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12068$as_echo_n "checking for $ac_word... " >&6; }
12069if test "${ac_cv_prog_YACC+set}" = set; then :
12070 $as_echo_n "(cached) " >&6
d7040cdb
SE
12071else
12072 if test -n "$YACC"; then
12073 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12074else
12075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12076for as_dir in $PATH
12077do
12078 IFS=$as_save_IFS
12079 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12080 for ac_exec_ext in '' $ac_executable_extensions; do
12081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12082 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12084 break 2
12085 fi
12086done
81ecdfbb
RW
12087 done
12088IFS=$as_save_IFS
d7040cdb
SE
12089
12090fi
12091fi
12092YACC=$ac_cv_prog_YACC
12093if test -n "$YACC"; then
81ecdfbb
RW
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12095$as_echo "$YACC" >&6; }
d7040cdb 12096else
81ecdfbb
RW
12097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12098$as_echo "no" >&6; }
d7040cdb
SE
12099fi
12100
81ecdfbb 12101
d7040cdb
SE
12102 test -n "$YACC" && break
12103done
12104test -n "$YACC" || YACC="yacc"
12105
12106for ac_prog in flex lex
12107do
12108 # Extract the first word of "$ac_prog", so it can be a program name with args.
12109set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12111$as_echo_n "checking for $ac_word... " >&6; }
12112if test "${ac_cv_prog_LEX+set}" = set; then :
12113 $as_echo_n "(cached) " >&6
d7040cdb
SE
12114else
12115 if test -n "$LEX"; then
12116 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12117else
12118as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12119for as_dir in $PATH
12120do
12121 IFS=$as_save_IFS
12122 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12123 for ac_exec_ext in '' $ac_executable_extensions; do
12124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12125 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12127 break 2
12128 fi
12129done
81ecdfbb
RW
12130 done
12131IFS=$as_save_IFS
d7040cdb
SE
12132
12133fi
12134fi
12135LEX=$ac_cv_prog_LEX
12136if test -n "$LEX"; then
81ecdfbb
RW
12137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12138$as_echo "$LEX" >&6; }
d7040cdb 12139else
81ecdfbb
RW
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12141$as_echo "no" >&6; }
d7040cdb
SE
12142fi
12143
81ecdfbb 12144
d7040cdb
SE
12145 test -n "$LEX" && break
12146done
12147test -n "$LEX" || LEX=":"
12148
3d961d0d
AM
12149case "$LEX" in
12150 :|*"missing "*) ;;
12151 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
12152%%
12153a { ECHO; }
12154b { REJECT; }
12155c { yymore (); }
12156d { yyless (1); }
12157e { yyless (input () != 0); }
12158f { unput (yytext[0]); }
12159. { BEGIN INITIAL; }
12160%%
12161#ifdef YYTEXT_POINTER
12162extern char *yytext;
d7040cdb 12163#endif
d7040cdb 12164int
81ecdfbb 12165main (void)
d7040cdb 12166{
81ecdfbb 12167 return ! yylex () + ! yywrap ();
d7040cdb
SE
12168}
12169_ACEOF
81ecdfbb
RW
12170{ { ac_try="$LEX conftest.l"
12171case "(($ac_try" in
12172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12173 *) ac_try_echo=$ac_try;;
12174esac
12175eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12176$as_echo "$ac_try_echo"; } >&5
12177 (eval "$LEX conftest.l") 2>&5
d7040cdb 12178 ac_status=$?
81ecdfbb
RW
12179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12180 test $ac_status = 0; }
12181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12182$as_echo_n "checking lex output file root... " >&6; }
12183if test "${ac_cv_prog_lex_root+set}" = set; then :
12184 $as_echo_n "(cached) " >&6
d7040cdb 12185else
d7040cdb 12186
81ecdfbb
RW
12187if test -f lex.yy.c; then
12188 ac_cv_prog_lex_root=lex.yy
12189elif test -f lexyy.c; then
12190 ac_cv_prog_lex_root=lexyy
12191else
12192 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 12193fi
d7040cdb 12194fi
81ecdfbb
RW
12195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12196$as_echo "$ac_cv_prog_lex_root" >&6; }
12197LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12198
81ecdfbb
RW
12199if test -z "${LEXLIB+set}"; then
12200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12201$as_echo_n "checking lex library... " >&6; }
12202if test "${ac_cv_lib_lex+set}" = set; then :
12203 $as_echo_n "(cached) " >&6
d7040cdb 12204else
d7040cdb 12205
81ecdfbb
RW
12206 ac_save_LIBS=$LIBS
12207 ac_cv_lib_lex='none needed'
12208 for ac_lib in '' -lfl -ll; do
12209 LIBS="$ac_lib $ac_save_LIBS"
12210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12211/* end confdefs.h. */
12212`cat $LEX_OUTPUT_ROOT.c`
12213_ACEOF
12214if ac_fn_c_try_link "$LINENO"; then :
12215 ac_cv_lib_lex=$ac_lib
d7040cdb 12216fi
81ecdfbb
RW
12217rm -f core conftest.err conftest.$ac_objext \
12218 conftest$ac_exeext conftest.$ac_ext
12219 test "$ac_cv_lib_lex" != 'none needed' && break
12220 done
12221 LIBS=$ac_save_LIBS
d7040cdb
SE
12222
12223fi
81ecdfbb
RW
12224{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12225$as_echo "$ac_cv_lib_lex" >&6; }
12226 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12227fi
12228
d7040cdb 12229
81ecdfbb
RW
12230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12231$as_echo_n "checking whether yytext is a pointer... " >&6; }
12232if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12233 $as_echo_n "(cached) " >&6
d7040cdb
SE
12234else
12235 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12236# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12237# not all implementations provide the %pointer and %array declarations.
12238ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12239ac_save_LIBS=$LIBS
81ecdfbb
RW
12240LIBS="$LEXLIB $ac_save_LIBS"
12241cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12242/* end confdefs.h. */
12243#define YYTEXT_POINTER 1
d7040cdb
SE
12244`cat $LEX_OUTPUT_ROOT.c`
12245_ACEOF
81ecdfbb 12246if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12247 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 12248fi
81ecdfbb
RW
12249rm -f core conftest.err conftest.$ac_objext \
12250 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12251LIBS=$ac_save_LIBS
d7040cdb
SE
12252
12253fi
81ecdfbb
RW
12254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12255$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
12256if test $ac_cv_prog_lex_yytext_pointer = yes; then
12257
81ecdfbb 12258$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
12259
12260fi
81ecdfbb 12261rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
12262 ;;
12263esac
d7040cdb
SE
12264if test "$LEX" = :; then
12265 LEX=${am_missing_run}flex
12266fi
12267
23d61901 12268ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr ca"
d7040cdb
SE
12269# If we haven't got the data from the intl directory,
12270# assume NLS is disabled.
12271USE_NLS=no
12272LIBINTL=
12273LIBINTL_DEP=
12274INCINTL=
12275XGETTEXT=
12276GMSGFMT=
12277POSUB=
12278
12279if test -f ../intl/config.intl; then
12280 . ../intl/config.intl
12281fi
81ecdfbb
RW
12282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12283$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12284if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12286$as_echo "no" >&6; }
d7040cdb 12287else
81ecdfbb
RW
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12289$as_echo "yes" >&6; }
d7040cdb 12290
81ecdfbb 12291$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12292
12293
81ecdfbb
RW
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12295$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12296 # Look for .po and .gmo files in the source directory.
12297 CATALOGS=
12298 XLINGUAS=
12299 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12300 # If there aren't any .gmo files the shell will give us the
12301 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12302 # weeded out.
12303 case "$cat" in *\**)
12304 continue;;
12305 esac
12306 # The quadruple backslash is collapsed to a double backslash
12307 # by the backticks, then collapsed again by the double quotes,
12308 # leaving us with one backslash in the sed expression (right
12309 # before the dot that mustn't act as a wildcard).
12310 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12311 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12312 # The user is allowed to set LINGUAS to a list of languages to
12313 # install catalogs for. If it's empty that means "all of them."
12314 if test "x$LINGUAS" = x; then
12315 CATALOGS="$CATALOGS $cat"
12316 XLINGUAS="$XLINGUAS $lang"
12317 else
12318 case "$LINGUAS" in *$lang*)
12319 CATALOGS="$CATALOGS $cat"
12320 XLINGUAS="$XLINGUAS $lang"
12321 ;;
12322 esac
12323 fi
12324 done
12325 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12327$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12328
12329
12330 DATADIRNAME=share
12331
12332 INSTOBJEXT=.mo
12333
12334 GENCAT=gencat
12335
12336 CATOBJEXT=.gmo
12337
12338fi
12339
12340 MKINSTALLDIRS=
12341 if test -n "$ac_aux_dir"; then
12342 case "$ac_aux_dir" in
12343 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12344 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12345 esac
12346 fi
12347 if test -z "$MKINSTALLDIRS"; then
12348 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12349 fi
12350
12351
12352
81ecdfbb
RW
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12354$as_echo_n "checking whether NLS is requested... " >&6; }
12355 # Check whether --enable-nls was given.
12356if test "${enable_nls+set}" = set; then :
12357 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12358else
12359 USE_NLS=yes
81ecdfbb
RW
12360fi
12361
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12363$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12364
12365
12366
12367
12368
12369
12370# Prepare PATH_SEPARATOR.
12371# The user is always right.
12372if test "${PATH_SEPARATOR+set}" != set; then
12373 echo "#! /bin/sh" >conf$$.sh
12374 echo "exit 0" >>conf$$.sh
12375 chmod +x conf$$.sh
12376 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12377 PATH_SEPARATOR=';'
12378 else
12379 PATH_SEPARATOR=:
12380 fi
12381 rm -f conf$$.sh
12382fi
12383
12384# Find out how to test for executable files. Don't use a zero-byte file,
12385# as systems may use methods other than mode bits to determine executability.
12386cat >conf$$.file <<_ASEOF
12387#! /bin/sh
12388exit 0
12389_ASEOF
12390chmod +x conf$$.file
12391if test -x conf$$.file >/dev/null 2>&1; then
12392 ac_executable_p="test -x"
12393else
12394 ac_executable_p="test -f"
12395fi
12396rm -f conf$$.file
12397
12398# Extract the first word of "msgfmt", so it can be a program name with args.
12399set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12401$as_echo_n "checking for $ac_word... " >&6; }
12402if test "${ac_cv_path_MSGFMT+set}" = set; then :
12403 $as_echo_n "(cached) " >&6
d7040cdb
SE
12404else
12405 case "$MSGFMT" in
12406 [\\/]* | ?:[\\/]*)
12407 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12408 ;;
12409 *)
12410 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12411 for ac_dir in $PATH; do
12412 IFS="$ac_save_IFS"
12413 test -z "$ac_dir" && ac_dir=.
12414 for ac_exec_ext in '' $ac_executable_extensions; do
12415 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12416 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12417 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12418 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12419 break 2
12420 fi
12421 fi
12422 done
12423 done
12424 IFS="$ac_save_IFS"
12425 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12426 ;;
12427esac
12428fi
12429MSGFMT="$ac_cv_path_MSGFMT"
12430if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12432$as_echo "$MSGFMT" >&6; }
d7040cdb 12433else
81ecdfbb
RW
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12435$as_echo "no" >&6; }
d7040cdb
SE
12436fi
12437
12438 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12439set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12441$as_echo_n "checking for $ac_word... " >&6; }
12442if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12443 $as_echo_n "(cached) " >&6
d7040cdb
SE
12444else
12445 case $GMSGFMT in
12446 [\\/]* | ?:[\\/]*)
12447 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12448 ;;
12449 *)
12450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12451for as_dir in $PATH
12452do
12453 IFS=$as_save_IFS
12454 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12455 for ac_exec_ext in '' $ac_executable_extensions; do
12456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12457 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12459 break 2
12460 fi
12461done
81ecdfbb
RW
12462 done
12463IFS=$as_save_IFS
d7040cdb
SE
12464
12465 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12466 ;;
12467esac
12468fi
12469GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12470if test -n "$GMSGFMT"; then
81ecdfbb
RW
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12472$as_echo "$GMSGFMT" >&6; }
d7040cdb 12473else
81ecdfbb
RW
12474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12475$as_echo "no" >&6; }
d7040cdb
SE
12476fi
12477
12478
12479
81ecdfbb 12480
d7040cdb
SE
12481# Prepare PATH_SEPARATOR.
12482# The user is always right.
12483if test "${PATH_SEPARATOR+set}" != set; then
12484 echo "#! /bin/sh" >conf$$.sh
12485 echo "exit 0" >>conf$$.sh
12486 chmod +x conf$$.sh
12487 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12488 PATH_SEPARATOR=';'
12489 else
12490 PATH_SEPARATOR=:
12491 fi
12492 rm -f conf$$.sh
12493fi
12494
12495# Find out how to test for executable files. Don't use a zero-byte file,
12496# as systems may use methods other than mode bits to determine executability.
12497cat >conf$$.file <<_ASEOF
12498#! /bin/sh
12499exit 0
12500_ASEOF
12501chmod +x conf$$.file
12502if test -x conf$$.file >/dev/null 2>&1; then
12503 ac_executable_p="test -x"
12504else
12505 ac_executable_p="test -f"
12506fi
12507rm -f conf$$.file
12508
12509# Extract the first word of "xgettext", so it can be a program name with args.
12510set dummy xgettext; ac_word=$2
81ecdfbb
RW
12511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12512$as_echo_n "checking for $ac_word... " >&6; }
12513if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12514 $as_echo_n "(cached) " >&6
d7040cdb
SE
12515else
12516 case "$XGETTEXT" in
12517 [\\/]* | ?:[\\/]*)
12518 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12519 ;;
12520 *)
12521 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12522 for ac_dir in $PATH; do
12523 IFS="$ac_save_IFS"
12524 test -z "$ac_dir" && ac_dir=.
12525 for ac_exec_ext in '' $ac_executable_extensions; do
12526 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12527 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12528 (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
12529 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12530 break 2
12531 fi
12532 fi
12533 done
12534 done
12535 IFS="$ac_save_IFS"
12536 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12537 ;;
12538esac
12539fi
12540XGETTEXT="$ac_cv_path_XGETTEXT"
12541if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12543$as_echo "$XGETTEXT" >&6; }
d7040cdb 12544else
81ecdfbb
RW
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12546$as_echo "no" >&6; }
d7040cdb
SE
12547fi
12548
12549 rm -f messages.po
12550
12551
12552# Prepare PATH_SEPARATOR.
12553# The user is always right.
12554if test "${PATH_SEPARATOR+set}" != set; then
12555 echo "#! /bin/sh" >conf$$.sh
12556 echo "exit 0" >>conf$$.sh
12557 chmod +x conf$$.sh
12558 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12559 PATH_SEPARATOR=';'
12560 else
12561 PATH_SEPARATOR=:
12562 fi
12563 rm -f conf$$.sh
12564fi
12565
12566# Find out how to test for executable files. Don't use a zero-byte file,
12567# as systems may use methods other than mode bits to determine executability.
12568cat >conf$$.file <<_ASEOF
12569#! /bin/sh
12570exit 0
12571_ASEOF
12572chmod +x conf$$.file
12573if test -x conf$$.file >/dev/null 2>&1; then
12574 ac_executable_p="test -x"
12575else
12576 ac_executable_p="test -f"
12577fi
12578rm -f conf$$.file
12579
12580# Extract the first word of "msgmerge", so it can be a program name with args.
12581set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12583$as_echo_n "checking for $ac_word... " >&6; }
12584if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12585 $as_echo_n "(cached) " >&6
d7040cdb
SE
12586else
12587 case "$MSGMERGE" in
12588 [\\/]* | ?:[\\/]*)
12589 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12590 ;;
12591 *)
12592 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12593 for ac_dir in $PATH; do
12594 IFS="$ac_save_IFS"
12595 test -z "$ac_dir" && ac_dir=.
12596 for ac_exec_ext in '' $ac_executable_extensions; do
12597 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12598 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12599 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12600 break 2
12601 fi
12602 fi
12603 done
12604 done
12605 IFS="$ac_save_IFS"
12606 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12607 ;;
12608esac
12609fi
12610MSGMERGE="$ac_cv_path_MSGMERGE"
12611if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12613$as_echo "$MSGMERGE" >&6; }
d7040cdb 12614else
81ecdfbb
RW
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12616$as_echo "no" >&6; }
d7040cdb
SE
12617fi
12618
12619
12620 if test "$GMSGFMT" != ":"; then
12621 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12622 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12623 : ;
12624 else
12625 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12627$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12628 GMSGFMT=":"
12629 fi
12630 fi
12631
12632 if test "$XGETTEXT" != ":"; then
12633 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12634 (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
12635 : ;
12636 else
81ecdfbb
RW
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12638$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12639 XGETTEXT=":"
12640 fi
12641 rm -f messages.po
12642 fi
12643
81ecdfbb 12644 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
12645
12646
12647
81ecdfbb
RW
12648
12649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12650$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12651 # Check whether --enable-maintainer-mode was given.
12652if test "${enable_maintainer_mode+set}" = set; then :
12653 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 12654else
d7040cdb 12655 USE_MAINTAINER_MODE=no
81ecdfbb 12656fi
d7040cdb 12657
81ecdfbb
RW
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12659$as_echo "$USE_MAINTAINER_MODE" >&6; }
12660 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12661 MAINTAINER_MODE_TRUE=
12662 MAINTAINER_MODE_FALSE='#'
12663else
12664 MAINTAINER_MODE_TRUE='#'
12665 MAINTAINER_MODE_FALSE=
42ecbf5e 12666fi
d7040cdb
SE
12667
12668 MAINT=$MAINTAINER_MODE_TRUE
12669
12670
81ecdfbb 12671 if false; then
d7040cdb
SE
12672 GENINSRC_NEVER_TRUE=
12673 GENINSRC_NEVER_FALSE='#'
12674else
12675 GENINSRC_NEVER_TRUE='#'
12676 GENINSRC_NEVER_FALSE=
42ecbf5e 12677fi
d7040cdb
SE
12678
12679
12680if test -n "$EXEEXT"; then
20e95c23 12681
81ecdfbb 12682$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 12683
252b5132
RH
12684fi
12685
d7040cdb
SE
12686cat >>confdefs.h <<_ACEOF
12687#define EXECUTABLE_SUFFIX "${EXEEXT}"
12688_ACEOF
42ecbf5e 12689
252b5132 12690
d7040cdb 12691# host-specific stuff:
252b5132 12692
d7040cdb 12693HDEFINES=
252b5132 12694
d7040cdb 12695. ${srcdir}/../bfd/configure.host
252b5132 12696
252b5132 12697
d7040cdb 12698AR=${AR-ar}
252b5132 12699
d7040cdb
SE
12700if test -n "$ac_tool_prefix"; then
12701 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12702set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
12703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12704$as_echo_n "checking for $ac_word... " >&6; }
12705if test "${ac_cv_prog_RANLIB+set}" = set; then :
12706 $as_echo_n "(cached) " >&6
d7040cdb
SE
12707else
12708 if test -n "$RANLIB"; then
12709 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12710else
12711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12712for as_dir in $PATH
12713do
12714 IFS=$as_save_IFS
12715 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12716 for ac_exec_ext in '' $ac_executable_extensions; do
12717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12718 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 12719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12720 break 2
12721 fi
12722done
81ecdfbb
RW
12723 done
12724IFS=$as_save_IFS
252b5132 12725
d7040cdb
SE
12726fi
12727fi
12728RANLIB=$ac_cv_prog_RANLIB
12729if test -n "$RANLIB"; then
81ecdfbb
RW
12730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12731$as_echo "$RANLIB" >&6; }
d7040cdb 12732else
81ecdfbb
RW
12733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12734$as_echo "no" >&6; }
d7040cdb 12735fi
20e95c23 12736
81ecdfbb 12737
d7040cdb
SE
12738fi
12739if test -z "$ac_cv_prog_RANLIB"; then
12740 ac_ct_RANLIB=$RANLIB
12741 # Extract the first word of "ranlib", so it can be a program name with args.
12742set dummy ranlib; ac_word=$2
81ecdfbb
RW
12743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12744$as_echo_n "checking for $ac_word... " >&6; }
12745if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12746 $as_echo_n "(cached) " >&6
252b5132 12747else
d7040cdb
SE
12748 if test -n "$ac_ct_RANLIB"; then
12749 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12750else
12751as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12752for as_dir in $PATH
12753do
12754 IFS=$as_save_IFS
12755 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12756 for ac_exec_ext in '' $ac_executable_extensions; do
12757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12758 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 12759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12760 break 2
12761 fi
12762done
81ecdfbb
RW
12763 done
12764IFS=$as_save_IFS
20e95c23 12765
d7040cdb
SE
12766fi
12767fi
12768ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12769if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
12770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12771$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 12772else
81ecdfbb
RW
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12774$as_echo "no" >&6; }
d7040cdb
SE
12775fi
12776
81ecdfbb
RW
12777 if test "x$ac_ct_RANLIB" = x; then
12778 RANLIB=":"
d7040cdb 12779 else
81ecdfbb
RW
12780 case $cross_compiling:$ac_tool_warned in
12781yes:)
12782{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12783$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12784ac_tool_warned=yes ;;
12785esac
12786 RANLIB=$ac_ct_RANLIB
d7040cdb 12787 fi
81ecdfbb
RW
12788else
12789 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 12790fi
d7040cdb 12791
d7040cdb
SE
12792
12793
12794# Put a plausible default for CC_FOR_BUILD in Makefile.
12795if test -z "$CC_FOR_BUILD"; then
12796 if test "x$cross_compiling" = "xno"; then
12797 CC_FOR_BUILD='$(CC)'
12798 else
12799 CC_FOR_BUILD=gcc
12800 fi
12801fi
20e95c23 12802
d7040cdb
SE
12803# Also set EXEEXT_FOR_BUILD.
12804if test "x$cross_compiling" = "xno"; then
12805 EXEEXT_FOR_BUILD='$(EXEEXT)'
12806else
81ecdfbb
RW
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12808$as_echo_n "checking for build system executable suffix... " >&6; }
12809if test "${bfd_cv_build_exeext+set}" = set; then :
12810 $as_echo_n "(cached) " >&6
d7040cdb
SE
12811else
12812 rm -f conftest*
12813 echo 'int main () { return 0; }' > conftest.c
12814 bfd_cv_build_exeext=
12815 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12816 for file in conftest.*; do
12817 case $file in
12818 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12819 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12820 esac
12821 done
12822 rm -f conftest*
12823 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 12824fi
81ecdfbb
RW
12825{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12826$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
12827 EXEEXT_FOR_BUILD=""
12828 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
12829fi
12830
12831
d7040cdb
SE
12832DEMANGLER_NAME=c++filt
12833case "${host}" in
12834 *-*-go32* | *-*-msdos*)
12835 DEMANGLER_NAME=cxxfilt
12836esac
8a965946
ILT
12837
12838
4c219c2e
AM
12839# The cast to long int works around a bug in the HP C Compiler
12840# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12841# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12842# This bug is HP SR number 8606223364.
12843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12844$as_echo_n "checking size of long... " >&6; }
12845if test "${ac_cv_sizeof_long+set}" = set; then :
12846 $as_echo_n "(cached) " >&6
12847else
12848 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12849
12850else
12851 if test "$ac_cv_type_long" = yes; then
12852 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12853$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12854{ as_fn_set_status 77
12855as_fn_error "cannot compute sizeof (long)
12856See \`config.log' for more details." "$LINENO" 5; }; }
12857 else
12858 ac_cv_sizeof_long=0
12859 fi
12860fi
12861
12862fi
12863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12864$as_echo "$ac_cv_sizeof_long" >&6; }
12865
12866
12867
12868cat >>confdefs.h <<_ACEOF
12869#define SIZEOF_LONG $ac_cv_sizeof_long
12870_ACEOF
12871
12872
12873ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12874if test "x$ac_cv_type_long_long" = x""yes; then :
12875
12876cat >>confdefs.h <<_ACEOF
12877#define HAVE_LONG_LONG 1
12878_ACEOF
12879
12880# The cast to long int works around a bug in the HP C Compiler
12881# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12882# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12883# This bug is HP SR number 8606223364.
12884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12885$as_echo_n "checking size of long long... " >&6; }
12886if test "${ac_cv_sizeof_long_long+set}" = set; then :
12887 $as_echo_n "(cached) " >&6
12888else
12889 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12890
12891else
12892 if test "$ac_cv_type_long_long" = yes; then
12893 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12894$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12895{ as_fn_set_status 77
12896as_fn_error "cannot compute sizeof (long long)
12897See \`config.log' for more details." "$LINENO" 5; }; }
12898 else
12899 ac_cv_sizeof_long_long=0
12900 fi
12901fi
12902
12903fi
12904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12905$as_echo "$ac_cv_sizeof_long_long" >&6; }
12906
12907
12908
12909cat >>confdefs.h <<_ACEOF
12910#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12911_ACEOF
12912
12913
12914fi
12915
12916
3bfcb652 12917for 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
12918do :
12919 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12920ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12921eval as_val=\$$as_ac_Header
12922 if test "x$as_val" = x""yes; then :
12923 cat >>confdefs.h <<_ACEOF
12924#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12925_ACEOF
42ecbf5e 12926
81ecdfbb 12927fi
42ecbf5e 12928
81ecdfbb 12929done
42ecbf5e 12930
81ecdfbb
RW
12931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12932$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12933if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12934 $as_echo_n "(cached) " >&6
42ecbf5e 12935else
81ecdfbb 12936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12937/* end confdefs.h. */
252b5132
RH
12938#include <sys/types.h>
12939#include <sys/wait.h>
12940#ifndef WEXITSTATUS
81ecdfbb 12941# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
12942#endif
12943#ifndef WIFEXITED
42ecbf5e 12944# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 12945#endif
42ecbf5e
DJ
12946
12947int
12948main ()
12949{
12950 int s;
12951 wait (&s);
12952 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12953 ;
12954 return 0;
12955}
12956_ACEOF
81ecdfbb 12957if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12958 ac_cv_header_sys_wait_h=yes
12959else
81ecdfbb 12960 ac_cv_header_sys_wait_h=no
252b5132 12961fi
81ecdfbb 12962rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12963fi
81ecdfbb
RW
12964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12965$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 12966if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 12967
81ecdfbb 12968$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
12969
12970fi
12971
df7b86aa
NC
12972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12973$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12974if test "${gcc_cv_header_string+set}" = set; then :
12975 $as_echo_n "(cached) " >&6
12976else
12977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12978/* end confdefs.h. */
12979#include <string.h>
12980#include <strings.h>
12981int
12982main ()
12983{
12984
12985 ;
12986 return 0;
12987}
12988_ACEOF
12989if ac_fn_c_try_compile "$LINENO"; then :
12990 gcc_cv_header_string=yes
12991else
12992 gcc_cv_header_string=no
12993fi
12994rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12995fi
12996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12997$as_echo "$gcc_cv_header_string" >&6; }
12998if test $gcc_cv_header_string = yes; then
12999
13000$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13001
13002fi
13003
252b5132
RH
13004# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13005# for constant arguments. Useless!
81ecdfbb
RW
13006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13007$as_echo_n "checking for working alloca.h... " >&6; }
13008if test "${ac_cv_working_alloca_h+set}" = set; then :
13009 $as_echo_n "(cached) " >&6
42ecbf5e 13010else
81ecdfbb 13011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13012/* end confdefs.h. */
252b5132 13013#include <alloca.h>
42ecbf5e
DJ
13014int
13015main ()
13016{
13017char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13018 if (p) return 0;
42ecbf5e
DJ
13019 ;
13020 return 0;
13021}
13022_ACEOF
81ecdfbb 13023if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
13024 ac_cv_working_alloca_h=yes
13025else
81ecdfbb 13026 ac_cv_working_alloca_h=no
42ecbf5e 13027fi
81ecdfbb
RW
13028rm -f core conftest.err conftest.$ac_objext \
13029 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 13030fi
81ecdfbb
RW
13031{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13032$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
13033if test $ac_cv_working_alloca_h = yes; then
13034
81ecdfbb 13035$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13036
13037fi
13038
81ecdfbb
RW
13039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13040$as_echo_n "checking for alloca... " >&6; }
13041if test "${ac_cv_func_alloca_works+set}" = set; then :
13042 $as_echo_n "(cached) " >&6
252b5132 13043else
81ecdfbb 13044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13045/* end confdefs.h. */
252b5132
RH
13046#ifdef __GNUC__
13047# define alloca __builtin_alloca
13048#else
13049# ifdef _MSC_VER
13050# include <malloc.h>
13051# define alloca _alloca
13052# else
81ecdfbb 13053# ifdef HAVE_ALLOCA_H
252b5132
RH
13054# include <alloca.h>
13055# else
13056# ifdef _AIX
13057 #pragma alloca
13058# else
13059# ifndef alloca /* predefined by HP cc +Olibcalls */
13060char *alloca ();
13061# endif
13062# endif
13063# endif
13064# endif
13065#endif
13066
42ecbf5e
DJ
13067int
13068main ()
13069{
13070char *p = (char *) alloca (1);
81ecdfbb 13071 if (p) return 0;
42ecbf5e
DJ
13072 ;
13073 return 0;
13074}
13075_ACEOF
81ecdfbb 13076if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13077 ac_cv_func_alloca_works=yes
13078else
81ecdfbb 13079 ac_cv_func_alloca_works=no
252b5132 13080fi
81ecdfbb
RW
13081rm -f core conftest.err conftest.$ac_objext \
13082 conftest$ac_exeext conftest.$ac_ext
252b5132 13083fi
81ecdfbb
RW
13084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13085$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13086
252b5132 13087if test $ac_cv_func_alloca_works = yes; then
e5a52504 13088
81ecdfbb 13089$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 13090
42ecbf5e 13091else
d15b04bd 13092 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
13093# that cause trouble. Some versions do not even contain alloca or
13094# contain a buggy version. If you still want to use their alloca,
13095# use ar to extract alloca.o from them instead of compiling alloca.c.
13096
81ecdfbb 13097ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 13098
81ecdfbb 13099$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
13100
13101
81ecdfbb
RW
13102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13103$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13104if test "${ac_cv_os_cray+set}" = set; then :
13105 $as_echo_n "(cached) " >&6
252b5132 13106else
81ecdfbb 13107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13108/* end confdefs.h. */
81ecdfbb 13109#if defined CRAY && ! defined CRAY2
252b5132
RH
13110webecray
13111#else
13112wenotbecray
13113#endif
13114
42ecbf5e 13115_ACEOF
252b5132 13116if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13117 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13118 ac_cv_os_cray=yes
13119else
252b5132
RH
13120 ac_cv_os_cray=no
13121fi
13122rm -f conftest*
13123
13124fi
81ecdfbb
RW
13125{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13126$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 13127if test $ac_cv_os_cray = yes; then
42ecbf5e 13128 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13129 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13130ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13131eval as_val=\$$as_ac_var
13132 if test "x$as_val" = x""yes; then :
42ecbf5e
DJ
13133
13134cat >>confdefs.h <<_ACEOF
252b5132 13135#define CRAY_STACKSEG_END $ac_func
42ecbf5e 13136_ACEOF
252b5132 13137
42ecbf5e 13138 break
252b5132
RH
13139fi
13140
42ecbf5e 13141 done
252b5132
RH
13142fi
13143
81ecdfbb
RW
13144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13145$as_echo_n "checking stack direction for C alloca... " >&6; }
13146if test "${ac_cv_c_stack_direction+set}" = set; then :
13147 $as_echo_n "(cached) " >&6
252b5132 13148else
81ecdfbb 13149 if test "$cross_compiling" = yes; then :
252b5132
RH
13150 ac_cv_c_stack_direction=0
13151else
81ecdfbb 13152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13153/* end confdefs.h. */
81ecdfbb 13154$ac_includes_default
42ecbf5e 13155int
252b5132
RH
13156find_stack_direction ()
13157{
13158 static char *addr = 0;
13159 auto char dummy;
13160 if (addr == 0)
13161 {
13162 addr = &dummy;
13163 return find_stack_direction ();
13164 }
13165 else
13166 return (&dummy > addr) ? 1 : -1;
13167}
42ecbf5e
DJ
13168
13169int
252b5132
RH
13170main ()
13171{
81ecdfbb 13172 return find_stack_direction () < 0;
252b5132 13173}
42ecbf5e 13174_ACEOF
81ecdfbb 13175if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13176 ac_cv_c_stack_direction=1
13177else
81ecdfbb 13178 ac_cv_c_stack_direction=-1
252b5132 13179fi
81ecdfbb
RW
13180rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13181 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
13182fi
13183
81ecdfbb
RW
13184fi
13185{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13186$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 13187cat >>confdefs.h <<_ACEOF
252b5132 13188#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
13189_ACEOF
13190
252b5132
RH
13191
13192fi
13193
44350750 13194for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
81ecdfbb
RW
13195do :
13196 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13197ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13198eval as_val=\$$as_ac_var
13199 if test "x$as_val" = x""yes; then :
13200 cat >>confdefs.h <<_ACEOF
13201#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13202_ACEOF
42ecbf5e 13203
81ecdfbb
RW
13204fi
13205done
42ecbf5e 13206
81ecdfbb
RW
13207ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13208if test "x$ac_cv_func_mkstemp" = x""yes; then :
42ecbf5e 13209
81ecdfbb 13210$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 13211
81ecdfbb 13212fi
42ecbf5e 13213
81ecdfbb
RW
13214ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13215if test "x$ac_cv_func_mkdtemp" = x""yes; then :
42ecbf5e 13216
81ecdfbb 13217$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 13218
81ecdfbb 13219fi
d15b04bd 13220
3bfcb652
NC
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13222$as_echo_n "checking for mbstate_t... " >&6; }
13223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13224/* end confdefs.h. */
13225#include <wchar.h>
13226int
13227main ()
13228{
13229mbstate_t teststate;
13230 ;
13231 return 0;
13232}
13233_ACEOF
13234if ac_fn_c_try_compile "$LINENO"; then :
13235 have_mbstate_t=yes
13236else
13237 have_mbstate_t=no
13238fi
13239rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13241$as_echo "$have_mbstate_t" >&6; }
13242 if test x"$have_mbstate_t" = xyes; then
13243
13244$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13245
13246 fi
d15b04bd 13247
81ecdfbb
RW
13248# Some systems have frexp only in -lm, not in -lc.
13249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13250$as_echo_n "checking for library containing frexp... " >&6; }
13251if test "${ac_cv_search_frexp+set}" = set; then :
13252 $as_echo_n "(cached) " >&6
f9c026a8 13253else
81ecdfbb
RW
13254 ac_func_search_save_LIBS=$LIBS
13255cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 13256/* end confdefs.h. */
f9c026a8 13257
81ecdfbb
RW
13258/* Override any GCC internal prototype to avoid an error.
13259 Use char because int might match the return type of a GCC
f9c026a8 13260 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
13261#ifdef __cplusplus
13262extern "C"
13263#endif
42ecbf5e
DJ
13264char frexp ();
13265int
13266main ()
13267{
81ecdfbb 13268return frexp ();
42ecbf5e
DJ
13269 ;
13270 return 0;
13271}
13272_ACEOF
81ecdfbb
RW
13273for ac_lib in '' m; do
13274 if test -z "$ac_lib"; then
13275 ac_res="none required"
13276 else
13277 ac_res=-l$ac_lib
42ecbf5e 13278 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
13279 fi
13280 if ac_fn_c_try_link "$LINENO"; then :
13281 ac_cv_search_frexp=$ac_res
13282fi
13283rm -f core conftest.err conftest.$ac_objext \
13284 conftest$ac_exeext
13285 if test "${ac_cv_search_frexp+set}" = set; then :
13286 break
13287fi
13288done
13289if test "${ac_cv_search_frexp+set}" = set; then :
42ecbf5e 13290
f353eb8a 13291else
81ecdfbb 13292 ac_cv_search_frexp=no
e5a52504 13293fi
81ecdfbb 13294rm conftest.$ac_ext
42ecbf5e
DJ
13295LIBS=$ac_func_search_save_LIBS
13296fi
81ecdfbb
RW
13297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13298$as_echo "$ac_cv_search_frexp" >&6; }
13299ac_res=$ac_cv_search_frexp
13300if test "$ac_res" != no; then :
13301 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 13302
f353eb8a
ILT
13303fi
13304
42ecbf5e 13305
44350750
NC
13306
13307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13308$as_echo_n "checking for LC_MESSAGES... " >&6; }
13309if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13310 $as_echo_n "(cached) " >&6
13311else
13312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13313/* end confdefs.h. */
13314#include <locale.h>
13315int
13316main ()
13317{
13318return LC_MESSAGES
13319 ;
13320 return 0;
13321}
13322_ACEOF
13323if ac_fn_c_try_link "$LINENO"; then :
13324 am_cv_val_LC_MESSAGES=yes
13325else
13326 am_cv_val_LC_MESSAGES=no
13327fi
13328rm -f core conftest.err conftest.$ac_objext \
13329 conftest$ac_exeext conftest.$ac_ext
13330fi
13331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13332$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13333 if test $am_cv_val_LC_MESSAGES = yes; then
13334
13335$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13336
13337 fi
13338
13339
81ecdfbb
RW
13340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13341$as_echo_n "checking for time_t in time.h... " >&6; }
13342if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13343 $as_echo_n "(cached) " >&6
252b5132 13344else
81ecdfbb 13345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13346/* end confdefs.h. */
252b5132 13347#include <time.h>
42ecbf5e
DJ
13348int
13349main ()
13350{
252b5132 13351time_t i;
42ecbf5e
DJ
13352 ;
13353 return 0;
13354}
13355_ACEOF
81ecdfbb 13356if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13357 bu_cv_decl_time_t_time_h=yes
13358else
81ecdfbb 13359 bu_cv_decl_time_t_time_h=no
252b5132 13360fi
81ecdfbb 13361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13362fi
13363
81ecdfbb
RW
13364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13365$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 13366if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 13367
81ecdfbb 13368$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
13369
13370fi
13371
81ecdfbb
RW
13372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13373$as_echo_n "checking for time_t in sys/types.h... " >&6; }
13374if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13375 $as_echo_n "(cached) " >&6
252b5132 13376else
81ecdfbb 13377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13378/* end confdefs.h. */
252b5132 13379#include <sys/types.h>
42ecbf5e
DJ
13380int
13381main ()
13382{
252b5132 13383time_t i;
42ecbf5e
DJ
13384 ;
13385 return 0;
13386}
13387_ACEOF
81ecdfbb 13388if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13389 bu_cv_decl_time_t_types_h=yes
13390else
81ecdfbb 13391 bu_cv_decl_time_t_types_h=no
252b5132 13392fi
81ecdfbb 13393rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13394fi
13395
81ecdfbb
RW
13396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13397$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 13398if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 13399
81ecdfbb 13400$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
13401
13402fi
13403
81ecdfbb
RW
13404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13405$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13406if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13407 $as_echo_n "(cached) " >&6
e46eba98 13408else
81ecdfbb 13409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13410/* end confdefs.h. */
e46eba98 13411#include <unistd.h>
42ecbf5e
DJ
13412int
13413main ()
13414{
e46eba98 13415extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
13416 ;
13417 return 0;
13418}
13419_ACEOF
81ecdfbb 13420if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
13421 bu_cv_decl_getopt_unistd_h=yes
13422else
81ecdfbb 13423 bu_cv_decl_getopt_unistd_h=no
e46eba98 13424fi
81ecdfbb 13425rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
13426fi
13427
81ecdfbb
RW
13428{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13429$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 13430if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 13431
81ecdfbb 13432$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
13433
13434fi
13435
252b5132
RH
13436# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13437# by default.
81ecdfbb
RW
13438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13439$as_echo_n "checking for utime.h... " >&6; }
13440if test "${bu_cv_header_utime_h+set}" = set; then :
13441 $as_echo_n "(cached) " >&6
42ecbf5e 13442else
81ecdfbb 13443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13444/* end confdefs.h. */
252b5132
RH
13445#include <sys/types.h>
13446#ifdef HAVE_TIME_H
13447#include <time.h>
13448#endif
13449#include <utime.h>
42ecbf5e
DJ
13450int
13451main ()
13452{
252b5132 13453struct utimbuf s;
42ecbf5e
DJ
13454 ;
13455 return 0;
13456}
13457_ACEOF
81ecdfbb 13458if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13459 bu_cv_header_utime_h=yes
13460else
81ecdfbb 13461 bu_cv_header_utime_h=no
252b5132 13462fi
81ecdfbb 13463rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13464fi
13465
81ecdfbb
RW
13466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13467$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 13468if test $bu_cv_header_utime_h = yes; then
42ecbf5e 13469
81ecdfbb 13470$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
13471
13472fi
13473
952781e8
AM
13474ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13475if test "x$ac_cv_have_decl_environ" = x""yes; then :
13476 ac_have_decl=1
13477else
13478 ac_have_decl=0
13479fi
13480
13481cat >>confdefs.h <<_ACEOF
13482#define HAVE_DECL_ENVIRON $ac_have_decl
13483_ACEOF
81ecdfbb
RW
13484ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13485if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13486 ac_have_decl=1
252b5132 13487else
81ecdfbb
RW
13488 ac_have_decl=0
13489fi
398ee8f1 13490
81ecdfbb
RW
13491cat >>confdefs.h <<_ACEOF
13492#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 13493_ACEOF
952781e8
AM
13494ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13495if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
81ecdfbb 13496 ac_have_decl=1
252b5132 13497else
81ecdfbb 13498 ac_have_decl=0
252b5132 13499fi
252b5132 13500
398ee8f1 13501cat >>confdefs.h <<_ACEOF
952781e8 13502#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 13503_ACEOF
952781e8
AM
13504ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13505if test "x$ac_cv_have_decl_getenv" = x""yes; then :
81ecdfbb 13506 ac_have_decl=1
398ee8f1 13507else
81ecdfbb
RW
13508 ac_have_decl=0
13509fi
3e321448
L
13510
13511cat >>confdefs.h <<_ACEOF
952781e8 13512#define HAVE_DECL_GETENV $ac_have_decl
42ecbf5e 13513_ACEOF
81ecdfbb
RW
13514ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13515if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13516 ac_have_decl=1
252b5132 13517else
81ecdfbb 13518 ac_have_decl=0
252b5132 13519fi
252b5132 13520
398ee8f1 13521cat >>confdefs.h <<_ACEOF
81ecdfbb 13522#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 13523_ACEOF
952781e8
AM
13524ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13525if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
81ecdfbb 13526 ac_have_decl=1
398ee8f1 13527else
81ecdfbb 13528 ac_have_decl=0
398ee8f1 13529fi
252b5132 13530
398ee8f1 13531cat >>confdefs.h <<_ACEOF
952781e8 13532#define HAVE_DECL_SNPRINTF $ac_have_decl
398ee8f1 13533_ACEOF
952781e8
AM
13534ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13535if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
81ecdfbb 13536 ac_have_decl=1
398ee8f1 13537else
81ecdfbb 13538 ac_have_decl=0
398ee8f1 13539fi
252b5132 13540
398ee8f1 13541cat >>confdefs.h <<_ACEOF
952781e8 13542#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 13543_ACEOF
952781e8
AM
13544ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13545if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
81ecdfbb 13546 ac_have_decl=1
b7d4af3a 13547else
81ecdfbb 13548 ac_have_decl=0
b7d4af3a 13549fi
b7d4af3a
JW
13550
13551cat >>confdefs.h <<_ACEOF
952781e8 13552#define HAVE_DECL_STRNLEN $ac_have_decl
b7d4af3a 13553_ACEOF
952781e8
AM
13554ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13555if test "x$ac_cv_have_decl_strstr" = x""yes; then :
81ecdfbb 13556 ac_have_decl=1
b7d4af3a 13557else
81ecdfbb 13558 ac_have_decl=0
db50c840 13559fi
db50c840
EB
13560
13561cat >>confdefs.h <<_ACEOF
952781e8 13562#define HAVE_DECL_STRSTR $ac_have_decl
db50c840 13563_ACEOF
81ecdfbb
RW
13564ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13565if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13566 ac_have_decl=1
db50c840 13567else
81ecdfbb 13568 ac_have_decl=0
db50c840 13569fi
db50c840
EB
13570
13571cat >>confdefs.h <<_ACEOF
81ecdfbb 13572#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
13573_ACEOF
13574
13575
ed2b5077
L
13576# Link in zlib if we can. This allows us to read compressed debug
13577# sections. This is used only by readelf.c (objdump uses bfd for
13578# reading compressed sections).
13579
13580 # Use the system's zlib library.
39f3de7c
L
13581 zlibdir="-L\$(top_builddir)/../zlib"
13582 zlibinc="-I\$(top_srcdir)/../zlib"
52546677 13583
0ee42ecd
L
13584# Check whether --with-system-zlib was given.
13585if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13586 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13587 zlibdir=
13588 zlibinc=
13589 fi
52546677 13590
52546677
RM
13591fi
13592
13593
52546677 13594
1b315056 13595
252b5132 13596
ed2b5077 13597
252b5132 13598case "${host}" in
8a965946 13599*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 13600
81ecdfbb 13601$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
13602 ;;
13603esac
13604
13605# target-specific stuff:
13606
13607# Canonicalize the secondary target names.
13608if test -n "$enable_targets"; then
13609 for targ in `echo $enable_targets | sed 's/,/ /g'`
13610 do
6d83c84b 13611 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
13612 if test -n "$result"; then
13613 canon_targets="$canon_targets $result"
13614 else
13615 # Allow targets that config.sub doesn't recognize, like "all".
13616 canon_targets="$canon_targets $targ"
13617 fi
13618 done
13619fi
13620
81ecdfbb
RW
13621ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13622if test "x$ac_cv_header_iconv_h" = x""yes; then :
5ba684e2
NC
13623
13624fi
13625
13626
13627
13628 if test "X$prefix" = "XNONE"; then
13629 acl_final_prefix="$ac_default_prefix"
13630 else
13631 acl_final_prefix="$prefix"
13632 fi
13633 if test "X$exec_prefix" = "XNONE"; then
13634 acl_final_exec_prefix='${prefix}'
13635 else
13636 acl_final_exec_prefix="$exec_prefix"
13637 fi
13638 acl_save_prefix="$prefix"
13639 prefix="$acl_final_prefix"
13640 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13641 prefix="$acl_save_prefix"
13642
13643
81ecdfbb
RW
13644# Check whether --with-gnu-ld was given.
13645if test "${with_gnu_ld+set}" = set; then :
13646 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
13647else
13648 with_gnu_ld=no
81ecdfbb
RW
13649fi
13650
5ba684e2
NC
13651# Prepare PATH_SEPARATOR.
13652# The user is always right.
13653if test "${PATH_SEPARATOR+set}" != set; then
13654 echo "#! /bin/sh" >conf$$.sh
13655 echo "exit 0" >>conf$$.sh
13656 chmod +x conf$$.sh
13657 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13658 PATH_SEPARATOR=';'
13659 else
13660 PATH_SEPARATOR=:
13661 fi
13662 rm -f conf$$.sh
13663fi
13664ac_prog=ld
13665if test "$GCC" = yes; then
13666 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13668$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
13669 case $host in
13670 *-*-mingw*)
13671 # gcc leaves a trailing carriage return which upsets mingw
13672 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13673 *)
13674 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13675 esac
13676 case $ac_prog in
13677 # Accept absolute paths.
13678 [\\/]* | [A-Za-z]:[\\/]*)
13679 re_direlt='/[^/][^/]*/\.\./'
13680 # Canonicalize the path of ld
13681 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13682 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13683 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13684 done
13685 test -z "$LD" && LD="$ac_prog"
13686 ;;
13687 "")
13688 # If it fails, then pretend we aren't using GCC.
13689 ac_prog=ld
13690 ;;
13691 *)
13692 # If it is relative, then search for the first ld in PATH.
13693 with_gnu_ld=unknown
13694 ;;
13695 esac
13696elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13698$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 13699else
81ecdfbb
RW
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13701$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 13702fi
81ecdfbb
RW
13703if test "${acl_cv_path_LD+set}" = set; then :
13704 $as_echo_n "(cached) " >&6
5ba684e2
NC
13705else
13706 if test -z "$LD"; then
13707 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13708 for ac_dir in $PATH; do
13709 test -z "$ac_dir" && ac_dir=.
13710 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13711 acl_cv_path_LD="$ac_dir/$ac_prog"
13712 # Check to see if the program is GNU ld. I'd rather use --version,
13713 # but apparently some GNU ld's only accept -v.
13714 # Break only if it was the GNU/non-GNU ld that we prefer.
13715 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13716 test "$with_gnu_ld" != no && break
13717 else
13718 test "$with_gnu_ld" != yes && break
13719 fi
13720 fi
13721 done
13722 IFS="$ac_save_ifs"
13723else
13724 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13725fi
13726fi
13727
13728LD="$acl_cv_path_LD"
13729if test -n "$LD"; then
81ecdfbb
RW
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13731$as_echo "$LD" >&6; }
5ba684e2 13732else
81ecdfbb
RW
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13734$as_echo "no" >&6; }
5ba684e2 13735fi
81ecdfbb
RW
13736test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13738$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13739if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13740 $as_echo_n "(cached) " >&6
5ba684e2
NC
13741else
13742 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13743if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13744 acl_cv_prog_gnu_ld=yes
13745else
13746 acl_cv_prog_gnu_ld=no
13747fi
13748fi
81ecdfbb
RW
13749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13750$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
13751with_gnu_ld=$acl_cv_prog_gnu_ld
13752
13753
13754
81ecdfbb
RW
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13756$as_echo_n "checking for shared library run path origin... " >&6; }
13757if test "${acl_cv_rpath+set}" = set; then :
13758 $as_echo_n "(cached) " >&6
5ba684e2
NC
13759else
13760
13761 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13762 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13763 . ./conftest.sh
13764 rm -f ./conftest.sh
13765 acl_cv_rpath=done
13766
13767fi
81ecdfbb
RW
13768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13769$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
13770 wl="$acl_cv_wl"
13771 libext="$acl_cv_libext"
13772 shlibext="$acl_cv_shlibext"
13773 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13774 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13775 hardcode_direct="$acl_cv_hardcode_direct"
13776 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
13777 # Check whether --enable-rpath was given.
13778if test "${enable_rpath+set}" = set; then :
13779 enableval=$enable_rpath; :
5ba684e2
NC
13780else
13781 enable_rpath=yes
81ecdfbb
RW
13782fi
13783
5ba684e2
NC
13784
13785
13786
13787
13788
13789
13790
13791 use_additional=yes
13792
13793 acl_save_prefix="$prefix"
13794 prefix="$acl_final_prefix"
13795 acl_save_exec_prefix="$exec_prefix"
13796 exec_prefix="$acl_final_exec_prefix"
13797
13798 eval additional_includedir=\"$includedir\"
13799 eval additional_libdir=\"$libdir\"
13800
13801 exec_prefix="$acl_save_exec_prefix"
13802 prefix="$acl_save_prefix"
13803
13804
81ecdfbb
RW
13805# Check whether --with-libiconv-prefix was given.
13806if test "${with_libiconv_prefix+set}" = set; then :
13807 withval=$with_libiconv_prefix;
5ba684e2
NC
13808 if test "X$withval" = "Xno"; then
13809 use_additional=no
13810 else
13811 if test "X$withval" = "X"; then
13812
13813 acl_save_prefix="$prefix"
13814 prefix="$acl_final_prefix"
13815 acl_save_exec_prefix="$exec_prefix"
13816 exec_prefix="$acl_final_exec_prefix"
13817
13818 eval additional_includedir=\"$includedir\"
13819 eval additional_libdir=\"$libdir\"
13820
13821 exec_prefix="$acl_save_exec_prefix"
13822 prefix="$acl_save_prefix"
13823
13824 else
13825 additional_includedir="$withval/include"
13826 additional_libdir="$withval/lib"
13827 fi
13828 fi
13829
81ecdfbb
RW
13830fi
13831
5ba684e2
NC
13832 LIBICONV=
13833 LTLIBICONV=
13834 INCICONV=
13835 rpathdirs=
13836 ltrpathdirs=
13837 names_already_handled=
13838 names_next_round='iconv '
13839 while test -n "$names_next_round"; do
13840 names_this_round="$names_next_round"
13841 names_next_round=
13842 for name in $names_this_round; do
13843 already_handled=
13844 for n in $names_already_handled; do
13845 if test "$n" = "$name"; then
13846 already_handled=yes
13847 break
13848 fi
13849 done
13850 if test -z "$already_handled"; then
13851 names_already_handled="$names_already_handled $name"
13852 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13853 eval value=\"\$HAVE_LIB$uppername\"
13854 if test -n "$value"; then
13855 if test "$value" = yes; then
13856 eval value=\"\$LIB$uppername\"
13857 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13858 eval value=\"\$LTLIB$uppername\"
13859 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13860 else
13861 :
13862 fi
13863 else
13864 found_dir=
13865 found_la=
13866 found_so=
13867 found_a=
13868 if test $use_additional = yes; then
13869 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13870 found_dir="$additional_libdir"
13871 found_so="$additional_libdir/lib$name.$shlibext"
13872 if test -f "$additional_libdir/lib$name.la"; then
13873 found_la="$additional_libdir/lib$name.la"
13874 fi
13875 else
13876 if test -f "$additional_libdir/lib$name.$libext"; then
13877 found_dir="$additional_libdir"
13878 found_a="$additional_libdir/lib$name.$libext"
13879 if test -f "$additional_libdir/lib$name.la"; then
13880 found_la="$additional_libdir/lib$name.la"
13881 fi
13882 fi
13883 fi
13884 fi
13885 if test "X$found_dir" = "X"; then
13886 for x in $LDFLAGS $LTLIBICONV; do
13887
13888 acl_save_prefix="$prefix"
13889 prefix="$acl_final_prefix"
13890 acl_save_exec_prefix="$exec_prefix"
13891 exec_prefix="$acl_final_exec_prefix"
13892 eval x=\"$x\"
13893 exec_prefix="$acl_save_exec_prefix"
13894 prefix="$acl_save_prefix"
13895
13896 case "$x" in
13897 -L*)
13898 dir=`echo "X$x" | sed -e 's/^X-L//'`
13899 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13900 found_dir="$dir"
13901 found_so="$dir/lib$name.$shlibext"
13902 if test -f "$dir/lib$name.la"; then
13903 found_la="$dir/lib$name.la"
13904 fi
13905 else
13906 if test -f "$dir/lib$name.$libext"; then
13907 found_dir="$dir"
13908 found_a="$dir/lib$name.$libext"
13909 if test -f "$dir/lib$name.la"; then
13910 found_la="$dir/lib$name.la"
13911 fi
13912 fi
13913 fi
13914 ;;
13915 esac
13916 if test "X$found_dir" != "X"; then
13917 break
13918 fi
13919 done
13920 fi
13921 if test "X$found_dir" != "X"; then
13922 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13923 if test "X$found_so" != "X"; then
13924 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13925 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13926 else
13927 haveit=
13928 for x in $ltrpathdirs; do
13929 if test "X$x" = "X$found_dir"; then
13930 haveit=yes
13931 break
13932 fi
13933 done
13934 if test -z "$haveit"; then
13935 ltrpathdirs="$ltrpathdirs $found_dir"
13936 fi
13937 if test "$hardcode_direct" = yes; then
13938 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13939 else
13940 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13941 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13942 haveit=
13943 for x in $rpathdirs; do
13944 if test "X$x" = "X$found_dir"; then
13945 haveit=yes
13946 break
13947 fi
13948 done
13949 if test -z "$haveit"; then
13950 rpathdirs="$rpathdirs $found_dir"
13951 fi
13952 else
13953 haveit=
13954 for x in $LDFLAGS $LIBICONV; do
13955
13956 acl_save_prefix="$prefix"
13957 prefix="$acl_final_prefix"
13958 acl_save_exec_prefix="$exec_prefix"
13959 exec_prefix="$acl_final_exec_prefix"
13960 eval x=\"$x\"
13961 exec_prefix="$acl_save_exec_prefix"
13962 prefix="$acl_save_prefix"
13963
13964 if test "X$x" = "X-L$found_dir"; then
13965 haveit=yes
13966 break
13967 fi
13968 done
13969 if test -z "$haveit"; then
13970 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13971 fi
13972 if test "$hardcode_minus_L" != no; then
13973 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13974 else
13975 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13976 fi
13977 fi
13978 fi
13979 fi
13980 else
13981 if test "X$found_a" != "X"; then
13982 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13983 else
13984 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13985 fi
13986 fi
13987 additional_includedir=
13988 case "$found_dir" in
13989 */lib | */lib/)
13990 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13991 additional_includedir="$basedir/include"
13992 ;;
13993 esac
13994 if test "X$additional_includedir" != "X"; then
13995 if test "X$additional_includedir" != "X/usr/include"; then
13996 haveit=
13997 if test "X$additional_includedir" = "X/usr/local/include"; then
13998 if test -n "$GCC"; then
13999 case $host_os in
14000 linux*) haveit=yes;;
14001 esac
14002 fi
14003 fi
14004 if test -z "$haveit"; then
14005 for x in $CPPFLAGS $INCICONV; do
14006
14007 acl_save_prefix="$prefix"
14008 prefix="$acl_final_prefix"
14009 acl_save_exec_prefix="$exec_prefix"
14010 exec_prefix="$acl_final_exec_prefix"
14011 eval x=\"$x\"
14012 exec_prefix="$acl_save_exec_prefix"
14013 prefix="$acl_save_prefix"
14014
14015 if test "X$x" = "X-I$additional_includedir"; then
14016 haveit=yes
14017 break
14018 fi
14019 done
14020 if test -z "$haveit"; then
14021 if test -d "$additional_includedir"; then
14022 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14023 fi
14024 fi
14025 fi
14026 fi
14027 fi
14028 if test -n "$found_la"; then
14029 save_libdir="$libdir"
14030 case "$found_la" in
14031 */* | *\\*) . "$found_la" ;;
14032 *) . "./$found_la" ;;
14033 esac
14034 libdir="$save_libdir"
14035 for dep in $dependency_libs; do
14036 case "$dep" in
14037 -L*)
14038 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14039 if test "X$additional_libdir" != "X/usr/lib"; then
14040 haveit=
14041 if test "X$additional_libdir" = "X/usr/local/lib"; then
14042 if test -n "$GCC"; then
14043 case $host_os in
14044 linux*) haveit=yes;;
14045 esac
14046 fi
14047 fi
14048 if test -z "$haveit"; then
14049 haveit=
14050 for x in $LDFLAGS $LIBICONV; do
14051
14052 acl_save_prefix="$prefix"
14053 prefix="$acl_final_prefix"
14054 acl_save_exec_prefix="$exec_prefix"
14055 exec_prefix="$acl_final_exec_prefix"
14056 eval x=\"$x\"
14057 exec_prefix="$acl_save_exec_prefix"
14058 prefix="$acl_save_prefix"
14059
14060 if test "X$x" = "X-L$additional_libdir"; then
14061 haveit=yes
14062 break
14063 fi
14064 done
14065 if test -z "$haveit"; then
14066 if test -d "$additional_libdir"; then
14067 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14068 fi
14069 fi
14070 haveit=
14071 for x in $LDFLAGS $LTLIBICONV; do
14072
14073 acl_save_prefix="$prefix"
14074 prefix="$acl_final_prefix"
14075 acl_save_exec_prefix="$exec_prefix"
14076 exec_prefix="$acl_final_exec_prefix"
14077 eval x=\"$x\"
14078 exec_prefix="$acl_save_exec_prefix"
14079 prefix="$acl_save_prefix"
14080
14081 if test "X$x" = "X-L$additional_libdir"; then
14082 haveit=yes
14083 break
14084 fi
14085 done
14086 if test -z "$haveit"; then
14087 if test -d "$additional_libdir"; then
14088 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14089 fi
14090 fi
14091 fi
14092 fi
14093 ;;
14094 -R*)
14095 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14096 if test "$enable_rpath" != no; then
14097 haveit=
14098 for x in $rpathdirs; do
14099 if test "X$x" = "X$dir"; then
14100 haveit=yes
14101 break
14102 fi
14103 done
14104 if test -z "$haveit"; then
14105 rpathdirs="$rpathdirs $dir"
14106 fi
14107 haveit=
14108 for x in $ltrpathdirs; do
14109 if test "X$x" = "X$dir"; then
14110 haveit=yes
14111 break
14112 fi
14113 done
14114 if test -z "$haveit"; then
14115 ltrpathdirs="$ltrpathdirs $dir"
14116 fi
14117 fi
14118 ;;
14119 -l*)
14120 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14121 ;;
14122 *.la)
14123 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14124 ;;
14125 *)
14126 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14127 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14128 ;;
14129 esac
14130 done
14131 fi
14132 else
14133 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14134 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14135 fi
14136 fi
14137 fi
14138 done
14139 done
14140 if test "X$rpathdirs" != "X"; then
14141 if test -n "$hardcode_libdir_separator"; then
14142 alldirs=
14143 for found_dir in $rpathdirs; do
14144 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14145 done
14146 acl_save_libdir="$libdir"
14147 libdir="$alldirs"
14148 eval flag=\"$hardcode_libdir_flag_spec\"
14149 libdir="$acl_save_libdir"
14150 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14151 else
14152 for found_dir in $rpathdirs; do
14153 acl_save_libdir="$libdir"
14154 libdir="$found_dir"
14155 eval flag=\"$hardcode_libdir_flag_spec\"
14156 libdir="$acl_save_libdir"
14157 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14158 done
14159 fi
14160 fi
14161 if test "X$ltrpathdirs" != "X"; then
14162 for found_dir in $ltrpathdirs; do
14163 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14164 done
14165 fi
14166
14167
14168
14169
14170
14171
14172
81ecdfbb
RW
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14174$as_echo_n "checking for iconv... " >&6; }
14175if test "${am_cv_func_iconv+set}" = set; then :
14176 $as_echo_n "(cached) " >&6
5ba684e2
NC
14177else
14178
14179 am_cv_func_iconv="no, consider installing GNU libiconv"
14180 am_cv_lib_iconv=no
cfe101c6
YS
14181 am_save_CPPFLAGS="$CPPFLAGS"
14182 CPPFLAGS="$CPPFLAGS $INCICONV"
81ecdfbb 14183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14184/* end confdefs.h. */
14185#include <stdlib.h>
14186#include <iconv.h>
14187int
14188main ()
14189{
14190iconv_t cd = iconv_open("","");
14191 iconv(cd,NULL,NULL,NULL,NULL);
14192 iconv_close(cd);
14193 ;
14194 return 0;
14195}
14196_ACEOF
81ecdfbb 14197if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 14198 am_cv_func_iconv=yes
5ba684e2 14199fi
81ecdfbb
RW
14200rm -f core conftest.err conftest.$ac_objext \
14201 conftest$ac_exeext conftest.$ac_ext
cfe101c6
YS
14202 CPPFLAGS="$am_save_CPPFLAGS"
14203
14204 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14205 for _libs in .libs _libs; do
14206 am_save_CPPFLAGS="$CPPFLAGS"
14207 am_save_LIBS="$LIBS"
14208 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14209 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14211/* end confdefs.h. */
14212#include <stdlib.h>
14213#include <iconv.h>
14214int
14215main ()
14216{
14217iconv_t cd = iconv_open("","");
14218 iconv(cd,NULL,NULL,NULL,NULL);
14219 iconv_close(cd);
14220 ;
14221 return 0;
14222}
14223_ACEOF
14224if ac_fn_c_try_link "$LINENO"; then :
14225 INCICONV="-I../libiconv/include"
14226 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14227 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14228 am_cv_lib_iconv=yes
14229 am_cv_func_iconv=yes
14230fi
14231rm -f core conftest.err conftest.$ac_objext \
14232 conftest$ac_exeext conftest.$ac_ext
14233 CPPFLAGS="$am_save_CPPFLAGS"
14234 LIBS="$am_save_LIBS"
14235 if test "$am_cv_func_iconv" = "yes"; then
14236 break
14237 fi
14238 done
14239 fi
14240
5ba684e2 14241 if test "$am_cv_func_iconv" != yes; then
cfe101c6 14242 am_save_CPPFLAGS="$CPPFLAGS"
5ba684e2 14243 am_save_LIBS="$LIBS"
cfe101c6 14244 CPPFLAGS="$LIBS $INCICONV"
5ba684e2 14245 LIBS="$LIBS $LIBICONV"
81ecdfbb 14246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14247/* end confdefs.h. */
14248#include <stdlib.h>
14249#include <iconv.h>
14250int
14251main ()
14252{
14253iconv_t cd = iconv_open("","");
14254 iconv(cd,NULL,NULL,NULL,NULL);
14255 iconv_close(cd);
14256 ;
14257 return 0;
14258}
14259_ACEOF
81ecdfbb 14260if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
14261 am_cv_lib_iconv=yes
14262 am_cv_func_iconv=yes
5ba684e2 14263fi
81ecdfbb
RW
14264rm -f core conftest.err conftest.$ac_objext \
14265 conftest$ac_exeext conftest.$ac_ext
cfe101c6 14266 CPPFLAGS="$am_save_CPPFLAGS"
5ba684e2
NC
14267 LIBS="$am_save_LIBS"
14268 fi
14269
14270fi
81ecdfbb
RW
14271{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14272$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
14273 if test "$am_cv_func_iconv" = yes; then
14274
81ecdfbb 14275$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
14276
14277 fi
14278 if test "$am_cv_lib_iconv" = yes; then
cfe101c6
YS
14279
14280 for element in $INCICONV; do
14281 haveit=
14282 for x in $CPPFLAGS; do
14283
14284 acl_save_prefix="$prefix"
14285 prefix="$acl_final_prefix"
14286 acl_save_exec_prefix="$exec_prefix"
14287 exec_prefix="$acl_final_exec_prefix"
14288 eval x=\"$x\"
14289 exec_prefix="$acl_save_exec_prefix"
14290 prefix="$acl_save_prefix"
14291
14292 if test "X$x" = "X$element"; then
14293 haveit=yes
14294 break
14295 fi
14296 done
14297 if test -z "$haveit"; then
14298 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14299 fi
14300 done
14301
81ecdfbb
RW
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14303$as_echo_n "checking how to link with libiconv... " >&6; }
14304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14305$as_echo "$LIBICONV" >&6; }
5ba684e2 14306 else
5ba684e2
NC
14307 LIBICONV=
14308 LTLIBICONV=
14309 fi
14310
14311
14312
14313 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
14314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14315$as_echo_n "checking for iconv declaration... " >&6; }
14316 if test "${am_cv_proto_iconv+set}" = set; then :
14317 $as_echo_n "(cached) " >&6
5ba684e2
NC
14318else
14319
81ecdfbb 14320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14321/* end confdefs.h. */
14322
14323#include <stdlib.h>
14324#include <iconv.h>
14325extern
14326#ifdef __cplusplus
14327"C"
14328#endif
14329#if defined(__STDC__) || defined(__cplusplus)
14330size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14331#else
14332size_t iconv();
14333#endif
14334
14335int
14336main ()
14337{
14338
14339 ;
14340 return 0;
14341}
14342_ACEOF
81ecdfbb 14343if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
14344 am_cv_proto_iconv_arg1=""
14345else
81ecdfbb 14346 am_cv_proto_iconv_arg1="const"
5ba684e2 14347fi
81ecdfbb 14348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
14349 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);"
14350fi
14351
14352 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 14353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 14354 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
14355$as_echo "${ac_t:-
14356 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
14357
14358cat >>confdefs.h <<_ACEOF
14359#define ICONV_CONST $am_cv_proto_iconv_arg1
14360_ACEOF
14361
14362 fi
14363
14364
252b5132
RH
14365all_targets=false
14366BUILD_NLMCONV=
14367NLMCONV_DEFS=
14368BUILD_SRCONV=
14369BUILD_DLLTOOL=
14370DLLTOOL_DEFS=
7aad4c3d 14371DLLTOOL_DEFAULT=
252b5132 14372BUILD_WINDRES=
692ed3e7 14373BUILD_WINDMC=
252b5132
RH
14374BUILD_DLLWRAP=
14375BUILD_MISC=
1d97d67f 14376BUILD_INSTALL_MISC=
8b1e6df3 14377OBJDUMP_DEFS=
6abcee90
TG
14378OBJDUMP_PRIVATE_VECTORS=
14379OBJDUMP_PRIVATE_OFILES=
14380od_vectors=
252b5132
RH
14381
14382for targ in $target $canon_targets
14383do
14384 if test "x$targ" = "xall"; then
14385 all_targets=true
14386 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14387 BUILD_SRCONV='$(SRCONV_PROG)'
14388 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
1d97d67f 14389 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
14390 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14391 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14392 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14393 if test -z "$DLLTOOL_DEFAULT"; then
14394 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14395 fi
14396 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14397 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
1ab52cbe 14398 od_vectors="$od_vectors objdump_private_desc_xcoff"
252b5132
RH
14399 else
14400 case $targ in
42ecbf5e 14401 i[3-7]86*-*-netware*)
252b5132
RH
14402 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14403 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14404 ;;
14405 alpha*-*-netware*)
14406 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14407 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14408 ;;
14409 powerpc*-*-netware*)
14410 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14411 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14412 ;;
14413 sparc*-*-netware*)
14414 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14415 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14416 ;;
14417 esac
6abcee90 14418
252b5132
RH
14419 case $targ in
14420 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14421 esac
6abcee90 14422
252b5132 14423 case $targ in
a8c548cb
NC
14424 arm-epoc-pe*)
14425 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14426 if test -z "$DLLTOOL_DEFAULT"; then
14427 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14428 fi
a8c548cb
NC
14429 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14430 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14431 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
a8c548cb 14432 ;;
361dff73 14433 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 14434 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14435 if test -z "$DLLTOOL_DEFAULT"; then
14436 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14437 fi
7148cc28
NC
14438 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14439 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14440 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
14441 ;;
14442 arm-*-pe*)
252b5132 14443 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14444 if test -z "$DLLTOOL_DEFAULT"; then
14445 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14446 fi
252b5132
RH
14447 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14448 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14449 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14450 ;;
ee36d918 14451 x86_64-*-mingw* | x86_64-*-cygwin*)
99ad8390 14452 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14453 if test -z "$DLLTOOL_DEFAULT"; then
14454 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14455 fi
99ad8390
NC
14456 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14457 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14458 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
14459 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14460 ;;
80c7c40a 14461 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 14462 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14463 if test -z "$DLLTOOL_DEFAULT"; then
14464 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14465 fi
252b5132
RH
14466 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14467 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14468 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 14469 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 14470 ;;
80c7c40a 14471 i[3-7]86-*-interix)
7a7b06ef 14472 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
14473 if test -z "$DLLTOOL_DEFAULT"; then
14474 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14475 fi
7a7b06ef
ILT
14476 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14477 ;;
f0660b73
NC
14478 powerpc*-aix5.[01])
14479 ;;
e5231592 14480 powerpc*-aix[5-9].*)
f0660b73
NC
14481 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14482 ;;
e1d5b1e7 14483 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132 14484 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14485 if test -z "$DLLTOOL_DEFAULT"; then
14486 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14487 fi
252b5132
RH
14488 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14489 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14490 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14491 ;;
59678365 14492 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1ab52cbe
AM
14493 case "$BUILD_INSTALL_MISC" in
14494 *embedspu*) ;;
14495 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14496 esac
669a9a2a 14497 ;;
e1d5b1e7 14498 sh*-*-pe)
8a0e0f38 14499 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14500 if test -z "$DLLTOOL_DEFAULT"; then
14501 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14502 fi
8a0e0f38
NC
14503 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14504 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14505 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14506 ;;
cd14b966 14507 spu-*-*)
1d97d67f 14508 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 14509 ;;
e1d5b1e7 14510 mips*-*-pe)
8a0e0f38 14511 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14512 if test -z "$DLLTOOL_DEFAULT"; then
14513 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14514 fi
8a0e0f38
NC
14515 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14516 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14517 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14518 ;;
27a710e5 14519 mcore-*-pe)
661016bb 14520 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14521 if test -z "$DLLTOOL_DEFAULT"; then
14522 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14523 fi
661016bb
NC
14524 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14525 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14526 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14527 ;;
27a710e5 14528 mcore-*-elf)
661016bb 14529 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14530 if test -z "$DLLTOOL_DEFAULT"; then
14531 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14532 fi
661016bb 14533 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 14534 ;;
15ab5209
DB
14535 mep-*)
14536 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14537 ;;
252b5132 14538 esac
6abcee90
TG
14539
14540 # Add objdump private vectors.
14541 case $targ in
6d0cfb9c
DC
14542 avr-*-*)
14543 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14544 ;;
6abcee90 14545 powerpc-*-aix*)
c5012cd8
TG
14546 od_vectors="$od_vectors objdump_private_desc_xcoff"
14547 ;;
14548 *-*-darwin*)
14549 od_vectors="$od_vectors objdump_private_desc_mach_o"
6abcee90
TG
14550 ;;
14551 esac
252b5132
RH
14552 fi
14553done
14554
6abcee90
TG
14555# Uniq objdump private vector, build objdump target ofiles.
14556od_files=
14557f=""
14558for i in $od_vectors ; do
14559 case " $f " in
14560 *" $i "*) ;;
14561 *)
14562 f="$f $i"
14563 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14564 case $i in
6d0cfb9c
DC
14565 objdump_private_desc_elf32_avr)
14566 od_files="$od_files od-elf32_avr" ;;
6abcee90
TG
14567 objdump_private_desc_xcoff)
14568 od_files="$od_files od-xcoff" ;;
c5012cd8
TG
14569 objdump_private_desc_mach_o)
14570 od_files="$od_files od-macho" ;;
6abcee90
TG
14571 *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14572 esac
14573 ;;
14574 esac
14575done
14576
14577# Uniq objdump target ofiles
14578f=""
14579for i in $od_files ; do
14580 case " $f " in
14581 *" $i "*) ;;
14582 *)
14583 f="$f $i"
14584 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14585 ;;
14586 esac
14587done
14588
7aad4c3d
L
14589DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14590
42ecbf5e
DJ
14591if test "${with_windres+set}" = set; then
14592 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14593fi
14594
692ed3e7
NC
14595if test "${with_windmc+set}" = set; then
14596 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14597fi
14598
6abcee90
TG
14599OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14600
14601
692ed3e7 14602
42ecbf5e
DJ
14603
14604
14605
14606
14607
14608
14609
14610
14611
14612
14613
1d97d67f 14614
42ecbf5e
DJ
14615cat >>confdefs.h <<_ACEOF
14616#define TARGET "${target}"
14617_ACEOF
14618
14619
14620targ=$target
14621. $srcdir/../bfd/config.bfd
14622if test "x$targ_underscore" = "xyes"; then
14623 UNDERSCORE=1
14624else
14625 UNDERSCORE=0
14626fi
14627
14628cat >>confdefs.h <<_ACEOF
14629#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14630_ACEOF
14631
14632
14633# Emulation
52fbfb5d
AM
14634targ=$target
14635. ${srcdir}/configure.tgt
14636EMULATION=$targ_emul
14637EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
14638
14639
14640
14641
108a6f8e
CD
14642# Required for html and install-html
14643
14644
14645
14646
31dd3154 14647
81ecdfbb 14648ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 14649
42ecbf5e
DJ
14650cat >confcache <<\_ACEOF
14651# This file is a shell script that caches the results of configure
14652# tests run on this system so they can be shared between configure
14653# scripts and configure runs, see configure's option --config-cache.
14654# It is not useful on other systems. If it contains results you don't
14655# want to keep, you may remove or edit it.
14656#
14657# config.status only pays attention to the cache file if you give it
14658# the --recheck option to rerun configure.
14659#
14660# `ac_cv_env_foo' variables (set or unset) will be overridden when
14661# loading this file, other *unset* `ac_cv_foo' will be assigned the
14662# following values.
14663
14664_ACEOF
14665
14666# The following way of writing the cache mishandles newlines in values,
14667# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14668# So, we kill variables containing newlines.
42ecbf5e
DJ
14669# Ultrix sh set writes to stderr and can't be redirected directly,
14670# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14671(
14672 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14673 eval ac_val=\$$ac_var
14674 case $ac_val in #(
14675 *${as_nl}*)
14676 case $ac_var in #(
14677 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14678$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14679 esac
14680 case $ac_var in #(
14681 _ | IFS | as_nl) ;; #(
14682 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14683 *) { eval $ac_var=; unset $ac_var;} ;;
14684 esac ;;
14685 esac
14686 done
14687
42ecbf5e 14688 (set) 2>&1 |
81ecdfbb
RW
14689 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14690 *${as_nl}ac_space=\ *)
14691 # `set' does not quote correctly, so add quotes: double-quote
14692 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
14693 sed -n \
14694 "s/'/'\\\\''/g;
14695 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14696 ;; #(
42ecbf5e
DJ
14697 *)
14698 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14699 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 14700 ;;
81ecdfbb
RW
14701 esac |
14702 sort
14703) |
42ecbf5e 14704 sed '
81ecdfbb 14705 /^ac_cv_env_/b end
42ecbf5e 14706 t clear
81ecdfbb 14707 :clear
42ecbf5e
DJ
14708 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14709 t end
81ecdfbb
RW
14710 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14711 :end' >>confcache
14712if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14713 if test -w "$cache_file"; then
14714 test "x$cache_file" != "x/dev/null" &&
14715 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14716$as_echo "$as_me: updating cache $cache_file" >&6;}
42ecbf5e
DJ
14717 cat confcache >$cache_file
14718 else
81ecdfbb
RW
14719 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14720$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
14721 fi
14722fi
14723rm -f confcache
14724
14725test "x$prefix" = xNONE && prefix=$ac_default_prefix
14726# Let make expand exec_prefix.
14727test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14728
42ecbf5e
DJ
14729DEFS=-DHAVE_CONFIG_H
14730
14731ac_libobjs=
14732ac_ltlibobjs=
14733for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14734 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14735 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14736 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14737 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14738 # will be set to the directory where LIBOBJS objects are built.
14739 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14740 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
14741done
14742LIBOBJS=$ac_libobjs
14743
14744LTLIBOBJS=$ac_ltlibobjs
14745
14746
14747if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14748 as_fn_error "conditional \"AMDEP\" was never defined.
14749Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
14750fi
14751if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14752 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14753Usually this means the macro was only invoked conditionally." "$LINENO" 5
14754fi
14755 if test -n "$EXEEXT"; then
14756 am__EXEEXT_TRUE=
14757 am__EXEEXT_FALSE='#'
14758else
14759 am__EXEEXT_TRUE='#'
14760 am__EXEEXT_FALSE=
42ecbf5e 14761fi
81ecdfbb 14762
42ecbf5e 14763if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14764 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14765Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 14766fi
d5fbea21 14767if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14768 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14769Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14770fi
42ecbf5e
DJ
14771
14772: ${CONFIG_STATUS=./config.status}
81ecdfbb 14773ac_write_fail=0
42ecbf5e
DJ
14774ac_clean_files_save=$ac_clean_files
14775ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14776{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14777$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14778as_write_fail=0
14779cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
14780#! $SHELL
14781# Generated by $as_me.
14782# Run this file to recreate the current configuration.
14783# Compiler output produced by configure, useful for debugging
14784# configure, is in config.log if it exists.
14785
14786debug=false
14787ac_cs_recheck=false
14788ac_cs_silent=false
252b5132 14789
81ecdfbb
RW
14790SHELL=\${CONFIG_SHELL-$SHELL}
14791export SHELL
14792_ASEOF
14793cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14794## -------------------- ##
14795## M4sh Initialization. ##
14796## -------------------- ##
252b5132 14797
81ecdfbb
RW
14798# Be more Bourne compatible
14799DUALCASE=1; export DUALCASE # for MKS sh
14800if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
14801 emulate sh
14802 NULLCMD=:
81ecdfbb 14803 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
14804 # is contrary to our usage. Disable this feature.
14805 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14806 setopt NO_GLOB_SUBST
14807else
14808 case `(set -o) 2>/dev/null` in #(
14809 *posix*) :
14810 set -o posix ;; #(
14811 *) :
14812 ;;
14813esac
42ecbf5e 14814fi
252b5132 14815
81ecdfbb
RW
14816
14817as_nl='
14818'
14819export as_nl
14820# Printing a long string crashes Solaris 7 /usr/bin/printf.
14821as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14822as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14823as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14824# Prefer a ksh shell builtin over an external printf program on Solaris,
14825# but without wasting forks for bash or zsh.
14826if test -z "$BASH_VERSION$ZSH_VERSION" \
14827 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14828 as_echo='print -r --'
14829 as_echo_n='print -rn --'
14830elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14831 as_echo='printf %s\n'
14832 as_echo_n='printf %s'
14833else
14834 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14835 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14836 as_echo_n='/usr/ucb/echo -n'
14837 else
14838 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14839 as_echo_n_body='eval
14840 arg=$1;
14841 case $arg in #(
14842 *"$as_nl"*)
14843 expr "X$arg" : "X\\(.*\\)$as_nl";
14844 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14845 esac;
14846 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14847 '
14848 export as_echo_n_body
14849 as_echo_n='sh -c $as_echo_n_body as_echo'
14850 fi
14851 export as_echo_body
14852 as_echo='sh -c $as_echo_body as_echo'
14853fi
14854
14855# The user is always right.
14856if test "${PATH_SEPARATOR+set}" != set; then
14857 PATH_SEPARATOR=:
14858 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14859 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14860 PATH_SEPARATOR=';'
14861 }
42ecbf5e 14862fi
252b5132
RH
14863
14864
81ecdfbb
RW
14865# IFS
14866# We need space, tab and new line, in precisely that order. Quoting is
14867# there to prevent editors from complaining about space-tab.
14868# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14869# splitting by setting IFS to empty value.)
14870IFS=" "" $as_nl"
14871
14872# Find who we are. Look in the path if we contain no directory separator.
14873case $0 in #((
14874 *[\\/]* ) as_myself=$0 ;;
14875 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14876for as_dir in $PATH
14877do
14878 IFS=$as_save_IFS
14879 test -z "$as_dir" && as_dir=.
14880 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14881 done
14882IFS=$as_save_IFS
14883
14884 ;;
14885esac
14886# We did not find ourselves, most probably we were run as `sh COMMAND'
14887# in which case we are not to be found in the path.
14888if test "x$as_myself" = x; then
14889 as_myself=$0
14890fi
14891if test ! -f "$as_myself"; then
14892 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14893 exit 1
14894fi
14895
14896# Unset variables that we do not need and which cause bugs (e.g. in
14897# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14898# suppresses any "Segmentation fault" message there. '((' could
14899# trigger a bug in pdksh 5.2.14.
14900for as_var in BASH_ENV ENV MAIL MAILPATH
14901do eval test x\${$as_var+set} = xset \
14902 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14903done
42ecbf5e
DJ
14904PS1='$ '
14905PS2='> '
14906PS4='+ '
252b5132 14907
42ecbf5e 14908# NLS nuisances.
81ecdfbb
RW
14909LC_ALL=C
14910export LC_ALL
14911LANGUAGE=C
14912export LANGUAGE
14913
14914# CDPATH.
14915(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14916
14917
14918# as_fn_error ERROR [LINENO LOG_FD]
14919# ---------------------------------
14920# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14921# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14922# script with status $?, using 1 if that was 0.
14923as_fn_error ()
14924{
14925 as_status=$?; test $as_status -eq 0 && as_status=1
14926 if test "$3"; then
14927 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14928 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42ecbf5e 14929 fi
81ecdfbb
RW
14930 $as_echo "$as_me: error: $1" >&2
14931 as_fn_exit $as_status
14932} # as_fn_error
14933
14934
14935# as_fn_set_status STATUS
14936# -----------------------
14937# Set $? to STATUS, without forking.
14938as_fn_set_status ()
14939{
14940 return $1
14941} # as_fn_set_status
14942
14943# as_fn_exit STATUS
14944# -----------------
14945# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14946as_fn_exit ()
14947{
14948 set +e
14949 as_fn_set_status $1
14950 exit $1
14951} # as_fn_exit
14952
14953# as_fn_unset VAR
14954# ---------------
14955# Portably unset VAR.
14956as_fn_unset ()
14957{
14958 { eval $1=; unset $1;}
14959}
14960as_unset=as_fn_unset
14961# as_fn_append VAR VALUE
14962# ----------------------
14963# Append the text in VALUE to the end of the definition contained in VAR. Take
14964# advantage of any shell optimizations that allow amortized linear growth over
14965# repeated appends, instead of the typical quadratic growth present in naive
14966# implementations.
14967if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14968 eval 'as_fn_append ()
14969 {
14970 eval $1+=\$2
14971 }'
14972else
14973 as_fn_append ()
14974 {
14975 eval $1=\$$1\$2
14976 }
14977fi # as_fn_append
14978
14979# as_fn_arith ARG...
14980# ------------------
14981# Perform arithmetic evaluation on the ARGs, and store the result in the
14982# global $as_val. Take advantage of shells that can avoid forks. The arguments
14983# must be portable across $(()) and expr.
14984if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14985 eval 'as_fn_arith ()
14986 {
14987 as_val=$(( $* ))
14988 }'
14989else
14990 as_fn_arith ()
14991 {
14992 as_val=`expr "$@" || test $? -eq 1`
14993 }
14994fi # as_fn_arith
14995
252b5132 14996
81ecdfbb
RW
14997if expr a : '\(a\)' >/dev/null 2>&1 &&
14998 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
14999 as_expr=expr
15000else
15001 as_expr=false
15002fi
252b5132 15003
81ecdfbb 15004if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
15005 as_basename=basename
15006else
15007 as_basename=false
15008fi
252b5132 15009
81ecdfbb
RW
15010if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15011 as_dirname=dirname
15012else
15013 as_dirname=false
15014fi
8b1e6df3 15015
81ecdfbb 15016as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
15017$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15018 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15019 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15020$as_echo X/"$0" |
15021 sed '/^.*\/\([^/][^/]*\)\/*$/{
15022 s//\1/
15023 q
15024 }
15025 /^X\/\(\/\/\)$/{
15026 s//\1/
15027 q
15028 }
15029 /^X\/\(\/\).*/{
15030 s//\1/
15031 q
15032 }
15033 s/.*/./; q'`
0218d1e4 15034
42ecbf5e
DJ
15035# Avoid depending upon Character Ranges.
15036as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15037as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15038as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15039as_cr_digits='0123456789'
15040as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 15041
81ecdfbb
RW
15042ECHO_C= ECHO_N= ECHO_T=
15043case `echo -n x` in #(((((
15044-n*)
15045 case `echo 'xy\c'` in
15046 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15047 xy) ECHO_C='\c';;
15048 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15049 ECHO_T=' ';;
15050 esac;;
15051*)
15052 ECHO_N='-n';;
42ecbf5e 15053esac
eb1e0e80 15054
81ecdfbb
RW
15055rm -f conf$$ conf$$.exe conf$$.file
15056if test -d conf$$.dir; then
15057 rm -f conf$$.dir/conf$$.file
d15b04bd 15058else
81ecdfbb
RW
15059 rm -f conf$$.dir
15060 mkdir conf$$.dir 2>/dev/null
42ecbf5e 15061fi
81ecdfbb
RW
15062if (echo >conf$$.file) 2>/dev/null; then
15063 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 15064 as_ln_s='ln -s'
81ecdfbb
RW
15065 # ... but there are two gotchas:
15066 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15067 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15068 # In both cases, we have to default to `cp -p'.
15069 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15070 as_ln_s='cp -p'
15071 elif ln conf$$.file conf$$ 2>/dev/null; then
15072 as_ln_s=ln
15073 else
15074 as_ln_s='cp -p'
252b5132 15075 fi
42ecbf5e
DJ
15076else
15077 as_ln_s='cp -p'
252b5132 15078fi
81ecdfbb
RW
15079rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15080rmdir conf$$.dir 2>/dev/null
15081
15082
15083# as_fn_mkdir_p
15084# -------------
15085# Create "$as_dir" as a directory, including parents if necessary.
15086as_fn_mkdir_p ()
15087{
15088
15089 case $as_dir in #(
15090 -*) as_dir=./$as_dir;;
15091 esac
15092 test -d "$as_dir" || eval $as_mkdir_p || {
15093 as_dirs=
15094 while :; do
15095 case $as_dir in #(
15096 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15097 *) as_qdir=$as_dir;;
15098 esac
15099 as_dirs="'$as_qdir' $as_dirs"
15100 as_dir=`$as_dirname -- "$as_dir" ||
15101$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15102 X"$as_dir" : 'X\(//\)[^/]' \| \
15103 X"$as_dir" : 'X\(//\)$' \| \
15104 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15105$as_echo X"$as_dir" |
15106 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15107 s//\1/
15108 q
15109 }
15110 /^X\(\/\/\)[^/].*/{
15111 s//\1/
15112 q
15113 }
15114 /^X\(\/\/\)$/{
15115 s//\1/
15116 q
15117 }
15118 /^X\(\/\).*/{
15119 s//\1/
15120 q
15121 }
15122 s/.*/./; q'`
15123 test -d "$as_dir" && break
15124 done
15125 test -z "$as_dirs" || eval "mkdir $as_dirs"
15126 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15127
252b5132 15128
81ecdfbb 15129} # as_fn_mkdir_p
42ecbf5e 15130if mkdir -p . 2>/dev/null; then
81ecdfbb 15131 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
15132else
15133 test -d ./-p && rmdir ./-p
15134 as_mkdir_p=false
15135fi
81ecdfbb
RW
15136
15137if test -x / >/dev/null 2>&1; then
15138 as_test_x='test -x'
15139else
15140 if ls -dL / >/dev/null 2>&1; then
15141 as_ls_L_option=L
15142 else
15143 as_ls_L_option=
15144 fi
15145 as_test_x='
15146 eval sh -c '\''
15147 if test -d "$1"; then
15148 test -d "$1/.";
15149 else
15150 case $1 in #(
15151 -*)set "./$1";;
15152 esac;
15153 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15154 ???[sx]*):;;*)false;;esac;fi
15155 '\'' sh
15156 '
15157fi
15158as_executable_p=$as_test_x
252b5132 15159
42ecbf5e
DJ
15160# Sed expression to map a string onto a valid CPP name.
15161as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15162
15163# Sed expression to map a string onto a valid variable name.
15164as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15165
15166
42ecbf5e 15167exec 6>&1
81ecdfbb
RW
15168## ----------------------------------- ##
15169## Main body of $CONFIG_STATUS script. ##
15170## ----------------------------------- ##
15171_ASEOF
15172test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 15173
81ecdfbb
RW
15174cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15175# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 15176# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15177# values after options handling.
15178ac_log="
d8bd95ef 15179This file was extended by binutils $as_me 2.26.51, which was
81ecdfbb 15180generated by GNU Autoconf 2.64. Invocation command line was
42ecbf5e
DJ
15181
15182 CONFIG_FILES = $CONFIG_FILES
15183 CONFIG_HEADERS = $CONFIG_HEADERS
15184 CONFIG_LINKS = $CONFIG_LINKS
15185 CONFIG_COMMANDS = $CONFIG_COMMANDS
15186 $ $0 $@
15187
81ecdfbb
RW
15188on `(hostname || uname -n) 2>/dev/null | sed 1q`
15189"
15190
42ecbf5e
DJ
15191_ACEOF
15192
81ecdfbb
RW
15193case $ac_config_files in *"
15194"*) set x $ac_config_files; shift; ac_config_files=$*;;
15195esac
252b5132 15196
81ecdfbb
RW
15197case $ac_config_headers in *"
15198"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15199esac
e5a52504
MM
15200
15201
81ecdfbb
RW
15202cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15203# Files that config.status was made for.
15204config_files="$ac_config_files"
15205config_headers="$ac_config_headers"
15206config_commands="$ac_config_commands"
d15b04bd 15207
81ecdfbb 15208_ACEOF
42ecbf5e 15209
81ecdfbb 15210cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15211ac_cs_usage="\
81ecdfbb
RW
15212\`$as_me' instantiates files and other configuration actions
15213from templates according to the current configuration. Unless the files
15214and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 15215
81ecdfbb 15216Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
15217
15218 -h, --help print this help, then exit
81ecdfbb
RW
15219 -V, --version print version number and configuration settings, then exit
15220 -q, --quiet, --silent
15221 do not print progress messages
42ecbf5e
DJ
15222 -d, --debug don't remove temporary files
15223 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15224 --file=FILE[:TEMPLATE]
15225 instantiate the configuration file FILE
15226 --header=FILE[:TEMPLATE]
15227 instantiate the configuration header FILE
42ecbf5e
DJ
15228
15229Configuration files:
15230$config_files
15231
15232Configuration headers:
15233$config_headers
15234
15235Configuration commands:
15236$config_commands
15237
81ecdfbb 15238Report bugs to the package provider."
42ecbf5e 15239
81ecdfbb
RW
15240_ACEOF
15241cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15242ac_cs_version="\\
d8bd95ef 15243binutils config.status 2.26.51
81ecdfbb
RW
15244configured by $0, generated by GNU Autoconf 2.64,
15245 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42ecbf5e 15246
81ecdfbb 15247Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
15248This config.status script is free software; the Free Software Foundation
15249gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15250
15251ac_pwd='$ac_pwd'
15252srcdir='$srcdir'
15253INSTALL='$INSTALL'
15254MKDIR_P='$MKDIR_P'
15255AWK='$AWK'
15256test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
15257_ACEOF
15258
81ecdfbb
RW
15259cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15260# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
15261ac_need_defaults=:
15262while test $# != 0
15263do
15264 case $1 in
15265 --*=*)
81ecdfbb
RW
15266 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15267 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
15268 ac_shift=:
15269 ;;
81ecdfbb 15270 *)
42ecbf5e
DJ
15271 ac_option=$1
15272 ac_optarg=$2
15273 ac_shift=shift
15274 ;;
42ecbf5e
DJ
15275 esac
15276
15277 case $ac_option in
15278 # Handling of the options.
42ecbf5e
DJ
15279 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15280 ac_cs_recheck=: ;;
81ecdfbb
RW
15281 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15282 $as_echo "$ac_cs_version"; exit ;;
15283 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
15284 debug=: ;;
15285 --file | --fil | --fi | --f )
15286 $ac_shift
81ecdfbb
RW
15287 case $ac_optarg in
15288 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15289 esac
15290 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
15291 ac_need_defaults=false;;
15292 --header | --heade | --head | --hea )
15293 $ac_shift
81ecdfbb
RW
15294 case $ac_optarg in
15295 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15296 esac
15297 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 15298 ac_need_defaults=false;;
81ecdfbb
RW
15299 --he | --h)
15300 # Conflict between --help and --header
15301 as_fn_error "ambiguous option: \`$1'
15302Try \`$0 --help' for more information.";;
15303 --help | --hel | -h )
15304 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
15305 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15306 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15307 ac_cs_silent=: ;;
15308
15309 # This is an error.
81ecdfbb
RW
15310 -*) as_fn_error "unrecognized option: \`$1'
15311Try \`$0 --help' for more information." ;;
42ecbf5e 15312
81ecdfbb
RW
15313 *) as_fn_append ac_config_targets " $1"
15314 ac_need_defaults=false ;;
42ecbf5e
DJ
15315
15316 esac
15317 shift
15318done
15319
15320ac_configure_extra_args=
15321
15322if $ac_cs_silent; then
15323 exec 6>/dev/null
15324 ac_configure_extra_args="$ac_configure_extra_args --silent"
15325fi
15326
15327_ACEOF
81ecdfbb 15328cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15329if \$ac_cs_recheck; then
81ecdfbb
RW
15330 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15331 shift
15332 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15333 CONFIG_SHELL='$SHELL'
15334 export CONFIG_SHELL
15335 exec "\$@"
42ecbf5e
DJ
15336fi
15337
15338_ACEOF
81ecdfbb
RW
15339cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15340exec 5>>config.log
15341{
15342 echo
15343 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15344## Running $as_me. ##
15345_ASBOX
15346 $as_echo "$ac_log"
15347} >&5
42ecbf5e 15348
81ecdfbb
RW
15349_ACEOF
15350cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 15351#
81ecdfbb 15352# INIT-COMMANDS
d15b04bd 15353#
42ecbf5e 15354AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15355
15356
15357# The HP-UX ksh and POSIX shell print the target directory to stdout
15358# if CDPATH is set.
15359(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15360
15361sed_quote_subst='$sed_quote_subst'
15362double_quote_subst='$double_quote_subst'
15363delay_variable_subst='$delay_variable_subst'
3725885a
RW
15364macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15365macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15366enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15367enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15368pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15369enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15370SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15371ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15372host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15373host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15374host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15375build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15376build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15377build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15378SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15379Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15380GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15381EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15382FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15383LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15384NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15385LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15386max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15387ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15388exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15389lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15390lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15391lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15392reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15393reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15394OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15395deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15396file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15397AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15398AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15399STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15400RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15401old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15402old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15403old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15404lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15405CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15406CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15407compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15408GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15409lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15410lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15411lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15412lt_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"`'
15413objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15414MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15415lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15416lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15417lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15418lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15419lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15420need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15421DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15422NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15423LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15424OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15425OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15426libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15427shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15428extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15429archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15430enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15431export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15432whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15433compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15434old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15435old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15436archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15437archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15438module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15439module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15440with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15441allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15442no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15443hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15444hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15445hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15446hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15447hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15448hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15449hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15450hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15451inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15452link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15453fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15454always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15455export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15456exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15457include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15458prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15459file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15460variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15461need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15462need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15463version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15464runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15465shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15466shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15467libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15468library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15469soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15470install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15471postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15472postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15473finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15474finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15475hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15476sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15477sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15478hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15479enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15480enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15481enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15482old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15483striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15484
15485LTCC='$LTCC'
15486LTCFLAGS='$LTCFLAGS'
15487compiler='$compiler_DEFAULT'
15488
3725885a
RW
15489# A function that is used when there is no print builtin or printf.
15490func_fallback_echo ()
15491{
15492 eval 'cat <<_LTECHO_EOF
15493\$1
15494_LTECHO_EOF'
15495}
15496
d7040cdb 15497# Quote evaled strings.
3725885a
RW
15498for var in SHELL \
15499ECHO \
15500SED \
d7040cdb
SE
15501GREP \
15502EGREP \
15503FGREP \
15504LD \
15505NM \
15506LN_S \
15507lt_SP2NL \
15508lt_NL2SP \
15509reload_flag \
718a6fd8 15510OBJDUMP \
d7040cdb
SE
15511deplibs_check_method \
15512file_magic_cmd \
15513AR \
15514AR_FLAGS \
15515STRIP \
15516RANLIB \
15517CC \
15518CFLAGS \
15519compiler \
15520lt_cv_sys_global_symbol_pipe \
15521lt_cv_sys_global_symbol_to_cdecl \
15522lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15523lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15524lt_prog_compiler_no_builtin_flag \
df7b86aa 15525lt_prog_compiler_wl \
f2c621e4 15526lt_prog_compiler_pic \
d7040cdb
SE
15527lt_prog_compiler_static \
15528lt_cv_prog_compiler_c_o \
15529need_locks \
718a6fd8
SE
15530DSYMUTIL \
15531NMEDIT \
15532LIPO \
15533OTOOL \
15534OTOOL64 \
d7040cdb
SE
15535shrext_cmds \
15536export_dynamic_flag_spec \
15537whole_archive_flag_spec \
15538compiler_needs_object \
15539with_gnu_ld \
15540allow_undefined_flag \
15541no_undefined_flag \
15542hardcode_libdir_flag_spec \
15543hardcode_libdir_flag_spec_ld \
15544hardcode_libdir_separator \
f2c621e4 15545fix_srcfile_path \
d7040cdb
SE
15546exclude_expsyms \
15547include_expsyms \
15548file_list_spec \
15549variables_saved_for_relink \
15550libname_spec \
15551library_names_spec \
15552soname_spec \
3725885a 15553install_override_mode \
d7040cdb
SE
15554finish_eval \
15555old_striplib \
15556striplib; do
3725885a 15557 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15558 *[\\\\\\\`\\"\\\$]*)
3725885a 15559 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15560 ;;
15561 *)
15562 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15563 ;;
15564 esac
15565done
15566
15567# Double-quote double-evaled strings.
15568for var in reload_cmds \
15569old_postinstall_cmds \
15570old_postuninstall_cmds \
15571old_archive_cmds \
15572extract_expsyms_cmds \
15573old_archive_from_new_cmds \
15574old_archive_from_expsyms_cmds \
15575archive_cmds \
15576archive_expsym_cmds \
15577module_cmds \
15578module_expsym_cmds \
15579export_symbols_cmds \
15580prelink_cmds \
15581postinstall_cmds \
15582postuninstall_cmds \
15583finish_cmds \
15584sys_lib_search_path_spec \
15585sys_lib_dlsearch_path_spec; do
3725885a 15586 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15587 *[\\\\\\\`\\"\\\$]*)
3725885a 15588 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15589 ;;
15590 *)
15591 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15592 ;;
15593 esac
15594done
15595
d7040cdb
SE
15596ac_aux_dir='$ac_aux_dir'
15597xsi_shell='$xsi_shell'
15598lt_shell_append='$lt_shell_append'
15599
15600# See if we are running on zsh, and set the options which allow our
15601# commands through without removal of \ escapes INIT.
15602if test -n "\${ZSH_VERSION+set}" ; then
15603 setopt NO_GLOB_SUBST
15604fi
15605
15606
15607 PACKAGE='$PACKAGE'
15608 VERSION='$VERSION'
15609 TIMESTAMP='$TIMESTAMP'
15610 RM='$RM'
15611 ofile='$ofile'
15612
15613
15614
20e95c23
DJ
15615# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15616 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15617 # from automake.
15618 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15619 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15620 LINGUAS="${LINGUAS-%UNSET%}"
15621
42ecbf5e
DJ
15622
15623_ACEOF
15624
81ecdfbb 15625cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15626
81ecdfbb 15627# Handling of arguments.
42ecbf5e 15628for ac_config_target in $ac_config_targets
252b5132 15629do
81ecdfbb
RW
15630 case $ac_config_target in
15631 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15632 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15633 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15634 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15635 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15636 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15637 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15638
15639 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 15640 esac
252b5132
RH
15641done
15642
81ecdfbb 15643
42ecbf5e
DJ
15644# If the user did not use the arguments to specify the items to instantiate,
15645# then the envvar interface is used. Set only those that are not.
15646# We use the long form for the default assignment because of an extremely
15647# bizarre bug on SunOS 4.1.3.
15648if $ac_need_defaults; then
15649 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15650 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15651 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15652fi
15653
15654# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15655# simply because there is no reason against having it here, and in addition,
42ecbf5e 15656# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15657# Hook for its removal unless debugging.
15658# Note that there is a small window in which the directory will not be cleaned:
15659# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
15660$debug ||
15661{
81ecdfbb
RW
15662 tmp=
15663 trap 'exit_status=$?
15664 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15665' 0
15666 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 15667}
42ecbf5e 15668# Create a (secure) tmp directory for tmp files.
e5a52504 15669
42ecbf5e 15670{
81ecdfbb 15671 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42ecbf5e
DJ
15672 test -n "$tmp" && test -d "$tmp"
15673} ||
15674{
81ecdfbb
RW
15675 tmp=./conf$$-$RANDOM
15676 (umask 077 && mkdir "$tmp")
15677} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15678
15679# Set up the scripts for CONFIG_FILES section.
15680# No need to generate them if there are no CONFIG_FILES.
15681# This happens for instance with `./config.status config.h'.
15682if test -n "$CONFIG_FILES"; then
15683
15684
15685ac_cr=`echo X | tr X '\015'`
15686# On cygwin, bash can eat \r inside `` if the user requested igncr.
15687# But we know of no other shell where ac_cr would be empty at this
15688# point, so we can use a bashism as a fallback.
15689if test "x$ac_cr" = x; then
15690 eval ac_cr=\$\'\\r\'
15691fi
15692ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15693if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15694 ac_cs_awk_cr='\r'
15695else
15696 ac_cs_awk_cr=$ac_cr
15697fi
15698
15699echo 'BEGIN {' >"$tmp/subs1.awk" &&
15700_ACEOF
15701
15702
15703{
15704 echo "cat >conf$$subs.awk <<_ACEOF" &&
15705 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15706 echo "_ACEOF"
15707} >conf$$subs.sh ||
15708 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15709ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15710ac_delim='%!_!# '
15711for ac_last_try in false false false false false :; do
15712 . ./conf$$subs.sh ||
15713 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15714
15715 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15716 if test $ac_delim_n = $ac_delim_num; then
15717 break
15718 elif $ac_last_try; then
15719 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15720 else
15721 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15722 fi
15723done
15724rm -f conf$$subs.sh
15725
15726cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15727cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15728_ACEOF
15729sed -n '
15730h
15731s/^/S["/; s/!.*/"]=/
15732p
15733g
15734s/^[^!]*!//
15735:repl
15736t repl
15737s/'"$ac_delim"'$//
15738t delim
15739:nl
15740h
15741s/\(.\{148\}\).*/\1/
15742t more1
15743s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15744p
15745n
15746b repl
15747:more1
15748s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15749p
15750g
15751s/.\{148\}//
15752t nl
15753:delim
15754h
15755s/\(.\{148\}\).*/\1/
15756t more2
15757s/["\\]/\\&/g; s/^/"/; s/$/"/
15758p
15759b
15760:more2
15761s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15762p
15763g
15764s/.\{148\}//
15765t delim
15766' <conf$$subs.awk | sed '
15767/^[^""]/{
15768 N
15769 s/\n//
15770}
15771' >>$CONFIG_STATUS || ac_write_fail=1
15772rm -f conf$$subs.awk
15773cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15774_ACAWK
15775cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15776 for (key in S) S_is_set[key] = 1
15777 FS = "\a"
15778
15779}
42ecbf5e 15780{
81ecdfbb
RW
15781 line = $ 0
15782 nfields = split(line, field, "@")
15783 substed = 0
15784 len = length(field[1])
15785 for (i = 2; i < nfields; i++) {
15786 key = field[i]
15787 keylen = length(key)
15788 if (S_is_set[key]) {
15789 value = S[key]
15790 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15791 len += length(value) + length(field[++i])
15792 substed = 1
15793 } else
15794 len += 1 + keylen
15795 }
15796
15797 print line
42ecbf5e
DJ
15798}
15799
81ecdfbb
RW
15800_ACAWK
15801_ACEOF
15802cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15803if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15804 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15805else
15806 cat
15807fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15808 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
15809_ACEOF
15810
81ecdfbb
RW
15811# VPATH may cause trouble with some makes, so we remove $(srcdir),
15812# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15813# trailing colons and then remove the whole line if VPATH becomes empty
15814# (actually we leave an empty line to preserve line numbers).
15815if test "x$srcdir" = x.; then
15816 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15817s/:*\$(srcdir):*/:/
15818s/:*\${srcdir}:*/:/
15819s/:*@srcdir@:*/:/
15820s/^\([^=]*=[ ]*\):*/\1/
15821s/:*$//
15822s/^[^=]*=[ ]*$//
15823}'
15824fi
e5a52504 15825
81ecdfbb
RW
15826cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15827fi # test -n "$CONFIG_FILES"
252b5132 15828
81ecdfbb
RW
15829# Set up the scripts for CONFIG_HEADERS section.
15830# No need to generate them if there are no CONFIG_HEADERS.
15831# This happens for instance with `./config.status Makefile'.
15832if test -n "$CONFIG_HEADERS"; then
15833cat >"$tmp/defines.awk" <<\_ACAWK ||
15834BEGIN {
42ecbf5e
DJ
15835_ACEOF
15836
81ecdfbb
RW
15837# Transform confdefs.h into an awk script `defines.awk', embedded as
15838# here-document in config.status, that substitutes the proper values into
15839# config.h.in to produce config.h.
15840
15841# Create a delimiter string that does not exist in confdefs.h, to ease
15842# handling of long lines.
15843ac_delim='%!_!# '
15844for ac_last_try in false false :; do
15845 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15846 if test -z "$ac_t"; then
15847 break
15848 elif $ac_last_try; then
15849 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15850 else
15851 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 15852 fi
81ecdfbb 15853done
252b5132 15854
81ecdfbb
RW
15855# For the awk script, D is an array of macro values keyed by name,
15856# likewise P contains macro parameters if any. Preserve backslash
15857# newline sequences.
15858
15859ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15860sed -n '
15861s/.\{148\}/&'"$ac_delim"'/g
15862t rset
15863:rset
15864s/^[ ]*#[ ]*define[ ][ ]*/ /
15865t def
15866d
15867:def
15868s/\\$//
15869t bsnl
15870s/["\\]/\\&/g
15871s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15872D["\1"]=" \3"/p
15873s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15874d
15875:bsnl
15876s/["\\]/\\&/g
15877s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15878D["\1"]=" \3\\\\\\n"\\/p
15879t cont
15880s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15881t cont
15882d
15883:cont
15884n
15885s/.\{148\}/&'"$ac_delim"'/g
15886t clear
15887:clear
15888s/\\$//
15889t bsnlc
15890s/["\\]/\\&/g; s/^/"/; s/$/"/p
15891d
15892:bsnlc
15893s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15894b cont
15895' <confdefs.h | sed '
15896s/'"$ac_delim"'/"\\\
15897"/g' >>$CONFIG_STATUS || ac_write_fail=1
15898
15899cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15900 for (key in D) D_is_set[key] = 1
15901 FS = "\a"
15902}
15903/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15904 line = \$ 0
15905 split(line, arg, " ")
15906 if (arg[1] == "#") {
15907 defundef = arg[2]
15908 mac1 = arg[3]
15909 } else {
15910 defundef = substr(arg[1], 2)
15911 mac1 = arg[2]
15912 }
15913 split(mac1, mac2, "(") #)
15914 macro = mac2[1]
15915 prefix = substr(line, 1, index(line, defundef) - 1)
15916 if (D_is_set[macro]) {
15917 # Preserve the white space surrounding the "#".
15918 print prefix "define", macro P[macro] D[macro]
15919 next
15920 } else {
15921 # Replace #undef with comments. This is necessary, for example,
15922 # in the case of _POSIX_SOURCE, which is predefined and required
15923 # on some systems where configure will not decide to define it.
15924 if (defundef == "undef") {
15925 print "/*", prefix defundef, macro, "*/"
15926 next
15927 }
15928 }
15929}
15930{ print }
15931_ACAWK
42ecbf5e 15932_ACEOF
81ecdfbb
RW
15933cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15934 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15935fi # test -n "$CONFIG_HEADERS"
15936
15937
15938eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15939shift
15940for ac_tag
15941do
15942 case $ac_tag in
15943 :[FHLC]) ac_mode=$ac_tag; continue;;
15944 esac
15945 case $ac_mode$ac_tag in
15946 :[FHL]*:*);;
15947 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15948 :[FH]-) ac_tag=-:-;;
15949 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15950 esac
15951 ac_save_IFS=$IFS
15952 IFS=:
15953 set x $ac_tag
15954 IFS=$ac_save_IFS
15955 shift
15956 ac_file=$1
15957 shift
15958
15959 case $ac_mode in
15960 :L) ac_source=$1;;
15961 :[FH])
15962 ac_file_inputs=
15963 for ac_f
15964 do
15965 case $ac_f in
15966 -) ac_f="$tmp/stdin";;
15967 *) # Look for the file first in the build tree, then in the source tree
15968 # (if the path is not absolute). The absolute path cannot be DOS-style,
15969 # because $ac_f cannot contain `:'.
15970 test -f "$ac_f" ||
15971 case $ac_f in
15972 [\\/$]*) false;;
15973 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15974 esac ||
15975 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15976 esac
15977 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15978 as_fn_append ac_file_inputs " '$ac_f'"
15979 done
15980
15981 # Let's still pretend it is `configure' which instantiates (i.e., don't
15982 # use $as_me), people would be surprised to read:
15983 # /* config.h. Generated by config.status. */
15984 configure_input='Generated from '`
15985 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15986 `' by configure.'
15987 if test x"$ac_file" != x-; then
15988 configure_input="$ac_file. $configure_input"
15989 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15990$as_echo "$as_me: creating $ac_file" >&6;}
15991 fi
15992 # Neutralize special characters interpreted by sed in replacement strings.
15993 case $configure_input in #(
15994 *\&* | *\|* | *\\* )
15995 ac_sed_conf_input=`$as_echo "$configure_input" |
15996 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15997 *) ac_sed_conf_input=$configure_input;;
15998 esac
15999
16000 case $ac_tag in
16001 *:-:* | *:-) cat >"$tmp/stdin" \
16002 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16003 esac
16004 ;;
252b5132
RH
16005 esac
16006
81ecdfbb 16007 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
16008$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16009 X"$ac_file" : 'X\(//\)[^/]' \| \
16010 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16011 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16012$as_echo X"$ac_file" |
16013 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16014 s//\1/
16015 q
16016 }
16017 /^X\(\/\/\)[^/].*/{
16018 s//\1/
16019 q
16020 }
16021 /^X\(\/\/\)$/{
16022 s//\1/
16023 q
16024 }
16025 /^X\(\/\).*/{
16026 s//\1/
16027 q
16028 }
16029 s/.*/./; q'`
16030 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 16031 ac_builddir=.
e5a52504 16032
81ecdfbb
RW
16033case "$ac_dir" in
16034.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16035*)
16036 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16037 # A ".." for each directory in $ac_dir_suffix.
16038 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16039 case $ac_top_builddir_sub in
16040 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16041 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16042 esac ;;
16043esac
16044ac_abs_top_builddir=$ac_pwd
16045ac_abs_builddir=$ac_pwd$ac_dir_suffix
16046# for backward compatibility:
16047ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
16048
16049case $srcdir in
81ecdfbb 16050 .) # We are building in place.
42ecbf5e 16051 ac_srcdir=.
81ecdfbb
RW
16052 ac_top_srcdir=$ac_top_builddir_sub
16053 ac_abs_top_srcdir=$ac_pwd ;;
16054 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 16055 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16056 ac_top_srcdir=$srcdir
16057 ac_abs_top_srcdir=$srcdir ;;
16058 *) # Relative name.
16059 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16060 ac_top_srcdir=$ac_top_build_prefix$srcdir
16061 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 16062esac
81ecdfbb 16063ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16064
e5a52504 16065
81ecdfbb
RW
16066 case $ac_mode in
16067 :F)
16068 #
16069 # CONFIG_FILE
16070 #
42ecbf5e
DJ
16071
16072 case $INSTALL in
16073 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16074 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16075 esac
16076 ac_MKDIR_P=$MKDIR_P
16077 case $MKDIR_P in
16078 [\\/$]* | ?:[\\/]* ) ;;
16079 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 16080 esac
81ecdfbb 16081_ACEOF
e5a52504 16082
81ecdfbb
RW
16083cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16084# If the template does not know about datarootdir, expand it.
16085# FIXME: This hack should be removed a few years after 2.60.
16086ac_datarootdir_hack=; ac_datarootdir_seen=
16087ac_sed_dataroot='
16088/datarootdir/ {
16089 p
16090 q
16091}
16092/@datadir@/p
16093/@docdir@/p
16094/@infodir@/p
16095/@localedir@/p
16096/@mandir@/p'
16097case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16098*datarootdir*) ac_datarootdir_seen=yes;;
16099*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16101$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16102_ACEOF
16103cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16104 ac_datarootdir_hack='
16105 s&@datadir@&$datadir&g
16106 s&@docdir@&$docdir&g
16107 s&@infodir@&$infodir&g
16108 s&@localedir@&$localedir&g
16109 s&@mandir@&$mandir&g
16110 s&\\\${datarootdir}&$datarootdir&g' ;;
16111esac
42ecbf5e 16112_ACEOF
81ecdfbb
RW
16113
16114# Neutralize VPATH when `$srcdir' = `.'.
16115# Shell code in configure.ac might set extrasub.
16116# FIXME: do we really want to maintain this feature?
16117cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16118ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
16119$extrasub
16120_ACEOF
81ecdfbb 16121cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
16122:t
16123/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16124s|@configure_input@|$ac_sed_conf_input|;t t
16125s&@top_builddir@&$ac_top_builddir_sub&;t t
16126s&@top_build_prefix@&$ac_top_build_prefix&;t t
16127s&@srcdir@&$ac_srcdir&;t t
16128s&@abs_srcdir@&$ac_abs_srcdir&;t t
16129s&@top_srcdir@&$ac_top_srcdir&;t t
16130s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16131s&@builddir@&$ac_builddir&;t t
16132s&@abs_builddir@&$ac_abs_builddir&;t t
16133s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16134s&@INSTALL@&$ac_INSTALL&;t t
16135s&@MKDIR_P@&$ac_MKDIR_P&;t t
16136$ac_datarootdir_hack
16137"
16138eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16139 || as_fn_error "could not create $ac_file" "$LINENO" 5
16140
16141test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16142 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16143 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16144 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16145which seems to be undefined. Please make sure it is defined." >&5
16146$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16147which seems to be undefined. Please make sure it is defined." >&2;}
16148
16149 rm -f "$tmp/stdin"
42ecbf5e 16150 case $ac_file in
81ecdfbb
RW
16151 -) cat "$tmp/out" && rm -f "$tmp/out";;
16152 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16153 esac \
16154 || as_fn_error "could not create $ac_file" "$LINENO" 5
16155 ;;
16156 :H)
16157 #
16158 # CONFIG_HEADER
16159 #
42ecbf5e 16160 if test x"$ac_file" != x-; then
81ecdfbb
RW
16161 {
16162 $as_echo "/* $configure_input */" \
16163 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16164 } >"$tmp/config.h" \
16165 || as_fn_error "could not create $ac_file" "$LINENO" 5
16166 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16167 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16168$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 16169 else
81ecdfbb
RW
16170 rm -f "$ac_file"
16171 mv "$tmp/config.h" "$ac_file" \
16172 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 16173 fi
42ecbf5e 16174 else
81ecdfbb
RW
16175 $as_echo "/* $configure_input */" \
16176 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16177 || as_fn_error "could not create -" "$LINENO" 5
252b5132 16178 fi
81ecdfbb
RW
16179# Compute "$ac_file"'s index in $config_headers.
16180_am_arg="$ac_file"
42ecbf5e
DJ
16181_am_stamp_count=1
16182for _am_header in $config_headers :; do
16183 case $_am_header in
81ecdfbb 16184 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
16185 break ;;
16186 * )
16187 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16188 esac
16189done
81ecdfbb
RW
16190echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16191$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16192 X"$_am_arg" : 'X\(//\)[^/]' \| \
16193 X"$_am_arg" : 'X\(//\)$' \| \
16194 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16195$as_echo X"$_am_arg" |
16196 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16197 s//\1/
16198 q
16199 }
16200 /^X\(\/\/\)[^/].*/{
16201 s//\1/
16202 q
16203 }
16204 /^X\(\/\/\)$/{
16205 s//\1/
16206 q
16207 }
16208 /^X\(\/\).*/{
16209 s//\1/
16210 q
16211 }
16212 s/.*/./; q'`/stamp-h$_am_stamp_count
16213 ;;
42ecbf5e 16214
81ecdfbb
RW
16215 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16216$as_echo "$as_me: executing $ac_file commands" >&6;}
16217 ;;
16218 esac
e5a52504 16219
42ecbf5e 16220
81ecdfbb
RW
16221 case $ac_file$ac_mode in
16222 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16223 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16224 # are listed without --file. Let's play safe and only enable the eval
16225 # if we detect the quoting.
16226 case $CONFIG_FILES in
16227 *\'*) eval set x "$CONFIG_FILES" ;;
16228 *) set x $CONFIG_FILES ;;
16229 esac
16230 shift
16231 for mf
16232 do
16233 # Strip MF so we end up with the name of the file.
16234 mf=`echo "$mf" | sed -e 's/:.*$//'`
16235 # Check whether this is an Automake generated Makefile or not.
16236 # We used to match only the files named `Makefile.in', but
16237 # some people rename them; so instead we look at the file content.
16238 # Grep'ing the first line is not enough: some people post-process
16239 # each Makefile.in and add a new line on top of each file to say so.
16240 # Grep'ing the whole file is not good either: AIX grep has a line
16241 # limit of 2048, but all sed's we know have understand at least 4000.
16242 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16243 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
16244$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16245 X"$mf" : 'X\(//\)[^/]' \| \
16246 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16247 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16248$as_echo X"$mf" |
16249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16250 s//\1/
16251 q
16252 }
16253 /^X\(\/\/\)[^/].*/{
16254 s//\1/
16255 q
16256 }
16257 /^X\(\/\/\)$/{
16258 s//\1/
16259 q
16260 }
16261 /^X\(\/\).*/{
16262 s//\1/
16263 q
16264 }
16265 s/.*/./; q'`
16266 else
16267 continue
16268 fi
16269 # Extract the definition of DEPDIR, am__include, and am__quote
16270 # from the Makefile without running `make'.
16271 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16272 test -z "$DEPDIR" && continue
16273 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16274 test -z "am__include" && continue
16275 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16276 # When using ansi2knr, U may be empty or an underscore; expand it
16277 U=`sed -n 's/^U = //p' < "$mf"`
16278 # Find all dependency output files, they are included files with
16279 # $(DEPDIR) in their names. We invoke sed twice because it is the
16280 # simplest approach to changing $(DEPDIR) to its actual value in the
16281 # expansion.
16282 for file in `sed -n "
16283 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16284 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16285 # Make sure the directory exists.
16286 test -f "$dirpart/$file" && continue
16287 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
16288$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16289 X"$file" : 'X\(//\)[^/]' \| \
16290 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16291 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16292$as_echo X"$file" |
16293 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16294 s//\1/
16295 q
16296 }
16297 /^X\(\/\/\)[^/].*/{
16298 s//\1/
16299 q
16300 }
16301 /^X\(\/\/\)$/{
16302 s//\1/
16303 q
16304 }
16305 /^X\(\/\).*/{
16306 s//\1/
16307 q
16308 }
16309 s/.*/./; q'`
16310 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16311 # echo "creating $dirpart/$file"
16312 echo '# dummy' > "$dirpart/$file"
42ecbf5e 16313 done
42ecbf5e 16314 done
81ecdfbb 16315}
d7040cdb 16316 ;;
81ecdfbb 16317 "libtool":C)
d7040cdb
SE
16318
16319 # See if we are running on zsh, and set the options which allow our
16320 # commands through without removal of \ escapes.
16321 if test -n "${ZSH_VERSION+set}" ; then
16322 setopt NO_GLOB_SUBST
16323 fi
16324
16325 cfgfile="${ofile}T"
16326 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16327 $RM "$cfgfile"
16328
16329 cat <<_LT_EOF >> "$cfgfile"
16330#! $SHELL
16331
16332# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16333# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16334# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16335# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16336#
718a6fd8 16337# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16338# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16339# Written by Gordon Matzigkeit, 1996
d7040cdb 16340#
718a6fd8 16341# This file is part of GNU Libtool.
d7040cdb 16342#
718a6fd8
SE
16343# GNU Libtool is free software; you can redistribute it and/or
16344# modify it under the terms of the GNU General Public License as
16345# published by the Free Software Foundation; either version 2 of
16346# the License, or (at your option) any later version.
d7040cdb 16347#
718a6fd8
SE
16348# As a special exception to the GNU General Public License,
16349# if you distribute this file as part of a program or library that
16350# is built using GNU Libtool, you may include this file under the
16351# same distribution terms that you use for the rest of that program.
d7040cdb 16352#
718a6fd8
SE
16353# GNU Libtool is distributed in the hope that it will be useful,
16354# but WITHOUT ANY WARRANTY; without even the implied warranty of
16355# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16356# GNU General Public License for more details.
d7040cdb 16357#
718a6fd8
SE
16358# You should have received a copy of the GNU General Public License
16359# along with GNU Libtool; see the file COPYING. If not, a copy
16360# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16361# obtained by writing to the Free Software Foundation, Inc.,
16362# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16363
16364
16365# The names of the tagged configurations supported by this script.
16366available_tags=""
16367
16368# ### BEGIN LIBTOOL CONFIG
16369
16370# Which release of libtool.m4 was used?
16371macro_version=$macro_version
16372macro_revision=$macro_revision
16373
16374# Whether or not to build shared libraries.
16375build_libtool_libs=$enable_shared
16376
16377# Whether or not to build static libraries.
16378build_old_libs=$enable_static
16379
16380# What type of objects to build.
16381pic_mode=$pic_mode
16382
16383# Whether or not to optimize for fast installation.
16384fast_install=$enable_fast_install
16385
3725885a
RW
16386# Shell to use when invoking shell scripts.
16387SHELL=$lt_SHELL
16388
16389# An echo program that protects backslashes.
16390ECHO=$lt_ECHO
16391
d7040cdb
SE
16392# The host system.
16393host_alias=$host_alias
16394host=$host
16395host_os=$host_os
16396
16397# The build system.
16398build_alias=$build_alias
16399build=$build
16400build_os=$build_os
16401
16402# A sed program that does not truncate output.
16403SED=$lt_SED
16404
16405# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16406Xsed="\$SED -e 1s/^X//"
16407
16408# A grep program that handles long lines.
16409GREP=$lt_GREP
16410
16411# An ERE matcher.
16412EGREP=$lt_EGREP
16413
16414# A literal string matcher.
16415FGREP=$lt_FGREP
16416
16417# A BSD- or MS-compatible name lister.
16418NM=$lt_NM
16419
16420# Whether we need soft or hard links.
16421LN_S=$lt_LN_S
16422
16423# What is the maximum length of a command?
16424max_cmd_len=$max_cmd_len
16425
16426# Object file suffix (normally "o").
16427objext=$ac_objext
16428
16429# Executable file suffix (normally "").
16430exeext=$exeext
16431
16432# whether the shell understands "unset".
16433lt_unset=$lt_unset
16434
16435# turn spaces into newlines.
16436SP2NL=$lt_lt_SP2NL
16437
16438# turn newlines into spaces.
16439NL2SP=$lt_lt_NL2SP
16440
718a6fd8
SE
16441# An object symbol dumper.
16442OBJDUMP=$lt_OBJDUMP
16443
d7040cdb
SE
16444# Method to check whether dependent libraries are shared objects.
16445deplibs_check_method=$lt_deplibs_check_method
16446
f2c621e4 16447# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16448file_magic_cmd=$lt_file_magic_cmd
16449
16450# The archiver.
16451AR=$lt_AR
16452AR_FLAGS=$lt_AR_FLAGS
16453
16454# A symbol stripping program.
16455STRIP=$lt_STRIP
16456
16457# Commands used to install an old-style archive.
16458RANLIB=$lt_RANLIB
16459old_postinstall_cmds=$lt_old_postinstall_cmds
16460old_postuninstall_cmds=$lt_old_postuninstall_cmds
16461
3725885a
RW
16462# Whether to use a lock for old archive extraction.
16463lock_old_archive_extraction=$lock_old_archive_extraction
16464
d7040cdb
SE
16465# A C compiler.
16466LTCC=$lt_CC
16467
16468# LTCC compiler flags.
16469LTCFLAGS=$lt_CFLAGS
16470
16471# Take the output of nm and produce a listing of raw symbols and C names.
16472global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16473
16474# Transform the output of nm in a proper C declaration.
16475global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16476
16477# Transform the output of nm in a C name address pair.
16478global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16479
718a6fd8
SE
16480# Transform the output of nm in a C name address pair when lib prefix is needed.
16481global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16482
d7040cdb
SE
16483# The name of the directory that contains temporary libtool files.
16484objdir=$objdir
16485
d7040cdb
SE
16486# Used to examine libraries when file_magic_cmd begins with "file".
16487MAGIC_CMD=$MAGIC_CMD
16488
16489# Must we lock files when doing compilation?
16490need_locks=$lt_need_locks
16491
718a6fd8
SE
16492# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16493DSYMUTIL=$lt_DSYMUTIL
16494
16495# Tool to change global to local symbols on Mac OS X.
16496NMEDIT=$lt_NMEDIT
16497
16498# Tool to manipulate fat objects and archives on Mac OS X.
16499LIPO=$lt_LIPO
16500
16501# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16502OTOOL=$lt_OTOOL
16503
16504# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16505OTOOL64=$lt_OTOOL64
16506
d7040cdb
SE
16507# Old archive suffix (normally "a").
16508libext=$libext
16509
16510# Shared library suffix (normally ".so").
16511shrext_cmds=$lt_shrext_cmds
16512
16513# The commands to extract the exported symbol list from a shared archive.
16514extract_expsyms_cmds=$lt_extract_expsyms_cmds
16515
16516# Variables whose values should be saved in libtool wrapper scripts and
16517# restored at link time.
16518variables_saved_for_relink=$lt_variables_saved_for_relink
16519
16520# Do we need the "lib" prefix for modules?
16521need_lib_prefix=$need_lib_prefix
16522
16523# Do we need a version for libraries?
16524need_version=$need_version
16525
16526# Library versioning type.
16527version_type=$version_type
16528
16529# Shared library runtime path variable.
16530runpath_var=$runpath_var
16531
16532# Shared library path variable.
16533shlibpath_var=$shlibpath_var
16534
16535# Is shlibpath searched before the hard-coded library search path?
16536shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16537
16538# Format of library name prefix.
16539libname_spec=$lt_libname_spec
16540
16541# List of archive names. First name is the real one, the rest are links.
16542# The last name is the one that the linker finds with -lNAME
16543library_names_spec=$lt_library_names_spec
16544
16545# The coded name of the library, if different from the real name.
16546soname_spec=$lt_soname_spec
16547
3725885a
RW
16548# Permission mode override for installation of shared libraries.
16549install_override_mode=$lt_install_override_mode
16550
d7040cdb
SE
16551# Command to use after installation of a shared archive.
16552postinstall_cmds=$lt_postinstall_cmds
16553
16554# Command to use after uninstallation of a shared archive.
16555postuninstall_cmds=$lt_postuninstall_cmds
16556
16557# Commands used to finish a libtool library installation in a directory.
16558finish_cmds=$lt_finish_cmds
16559
16560# As "finish_cmds", except a single script fragment to be evaled but
16561# not shown.
16562finish_eval=$lt_finish_eval
16563
16564# Whether we should hardcode library paths into libraries.
16565hardcode_into_libs=$hardcode_into_libs
16566
16567# Compile-time system search path for libraries.
16568sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16569
16570# Run-time system search path for libraries.
16571sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16572
16573# Whether dlopen is supported.
16574dlopen_support=$enable_dlopen
16575
16576# Whether dlopen of programs is supported.
16577dlopen_self=$enable_dlopen_self
16578
16579# Whether dlopen of statically linked programs is supported.
16580dlopen_self_static=$enable_dlopen_self_static
16581
16582# Commands to strip libraries.
16583old_striplib=$lt_old_striplib
16584striplib=$lt_striplib
16585
16586
16587# The linker used to build libraries.
16588LD=$lt_LD
16589
3725885a
RW
16590# How to create reloadable object files.
16591reload_flag=$lt_reload_flag
16592reload_cmds=$lt_reload_cmds
16593
d7040cdb
SE
16594# Commands used to build an old-style archive.
16595old_archive_cmds=$lt_old_archive_cmds
16596
16597# A language specific compiler.
16598CC=$lt_compiler
16599
16600# Is the compiler the GNU compiler?
16601with_gcc=$GCC
16602
16603# Compiler flag to turn off builtin functions.
16604no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16605
df7b86aa
NC
16606# How to pass a linker flag through the compiler.
16607wl=$lt_lt_prog_compiler_wl
16608
f2c621e4
AS
16609# Additional compiler flags for building library objects.
16610pic_flag=$lt_lt_prog_compiler_pic
16611
d7040cdb
SE
16612# Compiler flag to prevent dynamic linking.
16613link_static_flag=$lt_lt_prog_compiler_static
16614
16615# Does compiler simultaneously support -c and -o options?
16616compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16617
16618# Whether or not to add -lc for building shared libraries.
16619build_libtool_need_lc=$archive_cmds_need_lc
16620
16621# Whether or not to disallow shared libs when runtime libs are static.
16622allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16623
16624# Compiler flag to allow reflexive dlopens.
16625export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16626
16627# Compiler flag to generate shared objects directly from archives.
16628whole_archive_flag_spec=$lt_whole_archive_flag_spec
16629
16630# Whether the compiler copes with passing no objects directly.
16631compiler_needs_object=$lt_compiler_needs_object
16632
16633# Create an old-style archive from a shared archive.
16634old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16635
16636# Create a temporary old-style archive to link instead of a shared archive.
16637old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16638
16639# Commands used to build a shared archive.
16640archive_cmds=$lt_archive_cmds
16641archive_expsym_cmds=$lt_archive_expsym_cmds
16642
16643# Commands used to build a loadable module if different from building
16644# a shared archive.
16645module_cmds=$lt_module_cmds
16646module_expsym_cmds=$lt_module_expsym_cmds
16647
16648# Whether we are building with GNU ld or not.
16649with_gnu_ld=$lt_with_gnu_ld
16650
16651# Flag that allows shared libraries with undefined symbols to be built.
16652allow_undefined_flag=$lt_allow_undefined_flag
16653
16654# Flag that enforces no undefined symbols.
16655no_undefined_flag=$lt_no_undefined_flag
16656
16657# Flag to hardcode \$libdir into a binary during linking.
16658# This must work even if \$libdir does not exist
16659hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16660
16661# If ld is used when linking, flag to hardcode \$libdir into a binary
16662# during linking. This must work even if \$libdir does not exist.
16663hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16664
16665# Whether we need a single "-rpath" flag with a separated argument.
16666hardcode_libdir_separator=$lt_hardcode_libdir_separator
16667
16668# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16669# DIR into the resulting binary.
16670hardcode_direct=$hardcode_direct
16671
16672# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16673# DIR into the resulting binary and the resulting library dependency is
16674# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16675# library is relocated.
16676hardcode_direct_absolute=$hardcode_direct_absolute
16677
16678# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16679# into the resulting binary.
16680hardcode_minus_L=$hardcode_minus_L
16681
16682# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16683# into the resulting binary.
16684hardcode_shlibpath_var=$hardcode_shlibpath_var
16685
16686# Set to "yes" if building a shared library automatically hardcodes DIR
16687# into the library and all subsequent libraries and executables linked
16688# against it.
16689hardcode_automatic=$hardcode_automatic
16690
16691# Set to yes if linker adds runtime paths of dependent libraries
16692# to runtime path list.
16693inherit_rpath=$inherit_rpath
16694
16695# Whether libtool must link a program against all its dependency libraries.
16696link_all_deplibs=$link_all_deplibs
16697
f2c621e4
AS
16698# Fix the shell variable \$srcfile for the compiler.
16699fix_srcfile_path=$lt_fix_srcfile_path
16700
d7040cdb
SE
16701# Set to "yes" if exported symbols are required.
16702always_export_symbols=$always_export_symbols
16703
16704# The commands to list exported symbols.
16705export_symbols_cmds=$lt_export_symbols_cmds
16706
16707# Symbols that should not be listed in the preloaded symbols.
16708exclude_expsyms=$lt_exclude_expsyms
16709
16710# Symbols that must always be exported.
16711include_expsyms=$lt_include_expsyms
16712
16713# Commands necessary for linking programs (against libraries) with templates.
16714prelink_cmds=$lt_prelink_cmds
16715
16716# Specify filename containing input files.
16717file_list_spec=$lt_file_list_spec
16718
16719# How to hardcode a shared library path into an executable.
16720hardcode_action=$hardcode_action
16721
16722# ### END LIBTOOL CONFIG
16723
16724_LT_EOF
16725
16726 case $host_os in
16727 aix3*)
16728 cat <<\_LT_EOF >> "$cfgfile"
16729# AIX sometimes has problems with the GCC collect2 program. For some
16730# reason, if we set the COLLECT_NAMES environment variable, the problems
16731# vanish in a puff of smoke.
16732if test "X${COLLECT_NAMES+set}" != Xset; then
16733 COLLECT_NAMES=
16734 export COLLECT_NAMES
16735fi
16736_LT_EOF
16737 ;;
16738 esac
16739
16740
16741ltmain="$ac_aux_dir/ltmain.sh"
16742
16743
16744 # We use sed instead of cat because bash on DJGPP gets confused if
16745 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16746 # text mode, it properly converts lines to CR/LF. This bash problem
16747 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16748 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16749 || (rm -f "$cfgfile"; exit 1)
16750
16751 case $xsi_shell in
16752 yes)
16753 cat << \_LT_EOF >> "$cfgfile"
16754
16755# func_dirname file append nondir_replacement
16756# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16757# otherwise set result to NONDIR_REPLACEMENT.
16758func_dirname ()
16759{
16760 case ${1} in
16761 */*) func_dirname_result="${1%/*}${2}" ;;
16762 * ) func_dirname_result="${3}" ;;
16763 esac
16764}
16765
16766# func_basename file
16767func_basename ()
16768{
16769 func_basename_result="${1##*/}"
16770}
16771
16772# func_dirname_and_basename file append nondir_replacement
16773# perform func_basename and func_dirname in a single function
16774# call:
16775# dirname: Compute the dirname of FILE. If nonempty,
16776# add APPEND to the result, otherwise set result
16777# to NONDIR_REPLACEMENT.
16778# value returned in "$func_dirname_result"
16779# basename: Compute filename of FILE.
16780# value retuned in "$func_basename_result"
16781# Implementation must be kept synchronized with func_dirname
16782# and func_basename. For efficiency, we do not delegate to
16783# those functions but instead duplicate the functionality here.
16784func_dirname_and_basename ()
16785{
16786 case ${1} in
16787 */*) func_dirname_result="${1%/*}${2}" ;;
16788 * ) func_dirname_result="${3}" ;;
16789 esac
16790 func_basename_result="${1##*/}"
16791}
16792
16793# func_stripname prefix suffix name
16794# strip PREFIX and SUFFIX off of NAME.
16795# PREFIX and SUFFIX must not contain globbing or regex special
16796# characters, hashes, percent signs, but SUFFIX may contain a leading
16797# dot (in which case that matches only a dot).
16798func_stripname ()
16799{
16800 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16801 # positional parameters, so assign one to ordinary parameter first.
16802 func_stripname_result=${3}
16803 func_stripname_result=${func_stripname_result#"${1}"}
16804 func_stripname_result=${func_stripname_result%"${2}"}
16805}
16806
16807# func_opt_split
16808func_opt_split ()
16809{
16810 func_opt_split_opt=${1%%=*}
16811 func_opt_split_arg=${1#*=}
16812}
16813
16814# func_lo2o object
16815func_lo2o ()
16816{
16817 case ${1} in
16818 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16819 *) func_lo2o_result=${1} ;;
16820 esac
16821}
16822
16823# func_xform libobj-or-source
16824func_xform ()
16825{
16826 func_xform_result=${1%.*}.lo
16827}
16828
16829# func_arith arithmetic-term...
16830func_arith ()
16831{
16832 func_arith_result=$(( $* ))
16833}
16834
16835# func_len string
16836# STRING may not start with a hyphen.
16837func_len ()
16838{
16839 func_len_result=${#1}
16840}
16841
16842_LT_EOF
16843 ;;
16844 *) # Bourne compatible functions.
16845 cat << \_LT_EOF >> "$cfgfile"
16846
16847# func_dirname file append nondir_replacement
16848# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16849# otherwise set result to NONDIR_REPLACEMENT.
16850func_dirname ()
16851{
16852 # Extract subdirectory from the argument.
16853 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16854 if test "X$func_dirname_result" = "X${1}"; then
16855 func_dirname_result="${3}"
16856 else
16857 func_dirname_result="$func_dirname_result${2}"
16858 fi
16859}
16860
16861# func_basename file
16862func_basename ()
16863{
16864 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16865}
16866
16867
16868# func_stripname prefix suffix name
16869# strip PREFIX and SUFFIX off of NAME.
16870# PREFIX and SUFFIX must not contain globbing or regex special
16871# characters, hashes, percent signs, but SUFFIX may contain a leading
16872# dot (in which case that matches only a dot).
16873# func_strip_suffix prefix name
16874func_stripname ()
16875{
16876 case ${2} in
16877 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16878 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16879 esac
16880}
16881
16882# sed scripts:
16883my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16884my_sed_long_arg='1s/^-[^=]*=//'
16885
16886# func_opt_split
16887func_opt_split ()
16888{
16889 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16890 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16891}
16892
16893# func_lo2o object
16894func_lo2o ()
16895{
16896 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16897}
16898
16899# func_xform libobj-or-source
16900func_xform ()
16901{
16902 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16903}
16904
16905# func_arith arithmetic-term...
16906func_arith ()
16907{
16908 func_arith_result=`expr "$@"`
16909}
16910
16911# func_len string
16912# STRING may not start with a hyphen.
16913func_len ()
16914{
16915 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16916}
16917
16918_LT_EOF
16919esac
16920
16921case $lt_shell_append in
16922 yes)
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+=\$2"
16930}
16931_LT_EOF
16932 ;;
16933 *)
16934 cat << \_LT_EOF >> "$cfgfile"
16935
16936# func_append var value
16937# Append VALUE to the end of shell variable VAR.
16938func_append ()
16939{
16940 eval "$1=\$$1\$2"
16941}
16942
16943_LT_EOF
16944 ;;
16945 esac
16946
16947
16948 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16949 || (rm -f "$cfgfile"; exit 1)
16950
16951 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16952 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16953 chmod +x "$ofile"
16954
42ecbf5e 16955 ;;
81ecdfbb 16956 "default-1":C)
20e95c23
DJ
16957 for ac_file in $CONFIG_FILES; do
16958 # Support "outfile[:infile[:infile...]]"
16959 case "$ac_file" in
16960 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16961 esac
16962 # PO directories have a Makefile.in generated from Makefile.in.in.
16963 case "$ac_file" in */Makefile.in)
16964 # Adjust a relative srcdir.
16965 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16966 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16967 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16968 # In autoconf-2.13 it is called $ac_given_srcdir.
16969 # In autoconf-2.50 it is called $srcdir.
16970 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16971 case "$ac_given_srcdir" in
16972 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16973 /*) top_srcdir="$ac_given_srcdir" ;;
16974 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16975 esac
16976 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16977 rm -f "$ac_dir/POTFILES"
16978 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16979 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16980 POMAKEFILEDEPS="POTFILES.in"
16981 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16982 # on $ac_dir but don't depend on user-specified configuration
16983 # parameters.
16984 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16985 # The LINGUAS file contains the set of available languages.
16986 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 16987 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
20e95c23
DJ
16988 fi
16989 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16990 # Hide the ALL_LINGUAS assigment from automake.
16991 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16992 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16993 else
37a42ee9 16994 # The set of available languages was given in configure.ac.
20e95c23
DJ
16995 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16996 fi
16997 case "$ac_given_srcdir" in
16998 .) srcdirpre= ;;
16999 *) srcdirpre='$(srcdir)/' ;;
17000 esac
17001 POFILES=
17002 GMOFILES=
17003 UPDATEPOFILES=
17004 DUMMYPOFILES=
17005 for lang in $ALL_LINGUAS; do
17006 POFILES="$POFILES $srcdirpre$lang.po"
17007 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17008 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17009 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17010 done
17011 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17012 # environment variable.
17013 INST_LINGUAS=
17014 if test -n "$ALL_LINGUAS"; then
17015 for presentlang in $ALL_LINGUAS; do
17016 useit=no
17017 if test "%UNSET%" != "$LINGUAS"; then
17018 desiredlanguages="$LINGUAS"
17019 else
17020 desiredlanguages="$ALL_LINGUAS"
17021 fi
17022 for desiredlang in $desiredlanguages; do
17023 # Use the presentlang catalog if desiredlang is
17024 # a. equal to presentlang, or
17025 # b. a variant of presentlang (because in this case,
17026 # presentlang can be used as a fallback for messages
17027 # which are not translated in the desiredlang catalog).
17028 case "$desiredlang" in
17029 "$presentlang"*) useit=yes;;
17030 esac
17031 done
17032 if test $useit = yes; then
17033 INST_LINGUAS="$INST_LINGUAS $presentlang"
17034 fi
17035 done
17036 fi
17037 CATALOGS=
17038 if test -n "$INST_LINGUAS"; then
17039 for lang in $INST_LINGUAS; do
17040 CATALOGS="$CATALOGS $lang.gmo"
17041 done
17042 fi
17043 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17044 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"
17045 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17046 if test -f "$f"; then
17047 case "$f" in
17048 *.orig | *.bak | *~) ;;
17049 *) cat "$f" >> "$ac_dir/Makefile" ;;
17050 esac
17051 fi
17052 done
17053 fi
17054 ;;
17055 esac
17056 done ;;
81ecdfbb 17057
42ecbf5e 17058 esac
81ecdfbb 17059done # for ac_tag
e5a52504 17060
42ecbf5e 17061
81ecdfbb 17062as_fn_exit 0
42ecbf5e 17063_ACEOF
42ecbf5e
DJ
17064ac_clean_files=$ac_clean_files_save
17065
81ecdfbb
RW
17066test $ac_write_fail = 0 ||
17067 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17068
42ecbf5e
DJ
17069
17070# configure is writing to config.log, and then calls config.status.
17071# config.status does its own redirection, appending to config.log.
17072# Unfortunately, on DOS this fails, as config.log is still kept open
17073# by configure, so config.status won't be able to write to it; its
17074# output is simply discarded. So we exec the FD to /dev/null,
17075# effectively closing config.log, so it can be properly (re)opened and
17076# appended to by config.status. When coming back to configure, we
17077# need to make the FD available again.
17078if test "$no_create" != yes; then
17079 ac_cs_success=:
17080 ac_config_status_args=
17081 test "$silent" = yes &&
17082 ac_config_status_args="$ac_config_status_args --quiet"
17083 exec 5>/dev/null
17084 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17085 exec 5>>config.log
17086 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17087 # would make configure fail if this is the last instruction.
81ecdfbb
RW
17088 $ac_cs_success || as_fn_exit $?
17089fi
17090if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17091 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17092$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 17093fi
252b5132 17094
This page took 1.669516 seconds and 4 git commands to generate.