]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/configure
Fix gdbserver build failure on targets without fork
[thirdparty/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
653NO_WERROR
654WARN_CFLAGS
655OTOOL64
656OTOOL
657LIPO
658NMEDIT
659DSYMUTIL
81ecdfbb
RW
660RANLIB
661AR
662OBJDUMP
663LN_S
664NM
665ac_ct_DUMPBIN
666DUMPBIN
667LD
668FGREP
669SED
670LIBTOOL
671EGREP
672GREP
673CPP
674am__fastdepCC_FALSE
675am__fastdepCC_TRUE
676CCDEPMODE
677AMDEPBACKSLASH
678AMDEP_FALSE
679AMDEP_TRUE
680am__quote
681am__include
682DEPDIR
683am__untar
684am__tar
685AMTAR
686am__leading_dot
687SET_MAKE
688AWK
689mkdir_p
690MKDIR_P
691INSTALL_STRIP_PROGRAM
692STRIP
693install_sh
694MAKEINFO
695AUTOHEADER
696AUTOMAKE
697AUTOCONF
698ACLOCAL
699VERSION
700PACKAGE
701CYGPATH_W
702am__isrc
703INSTALL_DATA
704INSTALL_SCRIPT
705INSTALL_PROGRAM
706OBJEXT
707EXEEXT
708ac_ct_CC
709CPPFLAGS
710LDFLAGS
711CFLAGS
712CC
713target_os
714target_vendor
715target_cpu
716target
717host_os
718host_vendor
719host_cpu
720host
721build_os
722build_vendor
723build_cpu
724build
725target_alias
726host_alias
727build_alias
728LIBS
729ECHO_T
730ECHO_N
731ECHO_C
732DEFS
733mandir
734localedir
735libdir
736psdir
737pdfdir
738dvidir
739htmldir
740infodir
741docdir
742oldincludedir
743includedir
744localstatedir
745sharedstatedir
746sysconfdir
747datadir
748datarootdir
749libexecdir
750sbindir
751bindir
752program_transform_name
753prefix
754exec_prefix
755PACKAGE_URL
756PACKAGE_BUGREPORT
757PACKAGE_STRING
758PACKAGE_VERSION
759PACKAGE_TARNAME
760PACKAGE_NAME
761PATH_SEPARATOR
762SHELL'
42ecbf5e 763ac_subst_files=''
81ecdfbb
RW
764ac_user_opts='
765enable_option_checking
766enable_dependency_tracking
81ecdfbb
RW
767enable_shared
768enable_static
769with_pic
770enable_fast_install
771with_gnu_ld
772enable_libtool_lock
b879806f
AM
773enable_plugins
774enable_largefile
81ecdfbb 775enable_targets
9cb80f72 776enable_deterministic_archives
7fac9594 777enable_default_strings_all
81ecdfbb
RW
778enable_werror
779enable_build_warnings
780enable_nls
781enable_maintainer_mode
0ee42ecd 782with_system_zlib
81ecdfbb
RW
783enable_rpath
784with_libiconv_prefix
785'
786 ac_precious_vars='build_alias
787host_alias
788target_alias
789CC
790CFLAGS
791LDFLAGS
792LIBS
793CPPFLAGS
794CPP
795YACC
796YFLAGS'
797
252b5132
RH
798
799# Initialize some variables set by options.
42ecbf5e
DJ
800ac_init_help=
801ac_init_version=false
81ecdfbb
RW
802ac_unrecognized_opts=
803ac_unrecognized_sep=
252b5132
RH
804# The variables have the same names as the options, with
805# dashes changed to underlines.
42ecbf5e 806cache_file=/dev/null
252b5132 807exec_prefix=NONE
252b5132 808no_create=
252b5132
RH
809no_recursion=
810prefix=NONE
811program_prefix=NONE
812program_suffix=NONE
813program_transform_name=s,x,x,
814silent=
815site=
816srcdir=
252b5132
RH
817verbose=
818x_includes=NONE
819x_libraries=NONE
42ecbf5e
DJ
820
821# Installation directory options.
822# These are left unexpanded so users can "make install exec_prefix=/foo"
823# and all the variables that are supposed to be based on exec_prefix
824# by default will actually change.
825# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 826# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
827bindir='${exec_prefix}/bin'
828sbindir='${exec_prefix}/sbin'
829libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
830datarootdir='${prefix}/share'
831datadir='${datarootdir}'
252b5132
RH
832sysconfdir='${prefix}/etc'
833sharedstatedir='${prefix}/com'
834localstatedir='${prefix}/var'
252b5132
RH
835includedir='${prefix}/include'
836oldincludedir='/usr/include'
2e98a7bd 837docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
838infodir='${datarootdir}/info'
839htmldir='${docdir}'
840dvidir='${docdir}'
841pdfdir='${docdir}'
842psdir='${docdir}'
843libdir='${exec_prefix}/lib'
844localedir='${datarootdir}/locale'
845mandir='${datarootdir}/man'
252b5132 846
252b5132 847ac_prev=
81ecdfbb 848ac_dashdash=
252b5132
RH
849for ac_option
850do
252b5132
RH
851 # If the previous option needs an argument, assign it.
852 if test -n "$ac_prev"; then
81ecdfbb 853 eval $ac_prev=\$ac_option
252b5132
RH
854 ac_prev=
855 continue
856 fi
857
81ecdfbb
RW
858 case $ac_option in
859 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
860 *) ac_optarg=yes ;;
861 esac
252b5132
RH
862
863 # Accept the important Cygnus configure options, so we can diagnose typos.
864
81ecdfbb
RW
865 case $ac_dashdash$ac_option in
866 --)
867 ac_dashdash=yes ;;
252b5132
RH
868
869 -bindir | --bindir | --bindi | --bind | --bin | --bi)
870 ac_prev=bindir ;;
871 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 872 bindir=$ac_optarg ;;
252b5132
RH
873
874 -build | --build | --buil | --bui | --bu)
42ecbf5e 875 ac_prev=build_alias ;;
252b5132 876 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 877 build_alias=$ac_optarg ;;
252b5132
RH
878
879 -cache-file | --cache-file | --cache-fil | --cache-fi \
880 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881 ac_prev=cache_file ;;
882 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
884 cache_file=$ac_optarg ;;
885
886 --config-cache | -C)
887 cache_file=config.cache ;;
252b5132 888
81ecdfbb 889 -datadir | --datadir | --datadi | --datad)
252b5132 890 ac_prev=datadir ;;
81ecdfbb 891 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 892 datadir=$ac_optarg ;;
252b5132 893
81ecdfbb
RW
894 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895 | --dataroo | --dataro | --datar)
896 ac_prev=datarootdir ;;
897 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899 datarootdir=$ac_optarg ;;
900
252b5132 901 -disable-* | --disable-*)
81ecdfbb 902 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 903 # Reject names that are not valid shell variable names.
81ecdfbb
RW
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
909 *"
910"enable_$ac_useropt"
911"*) ;;
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
914 esac
915 eval enable_$ac_useropt=no ;;
916
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
921
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
252b5132
RH
926
927 -enable-* | --enable-*)
81ecdfbb 928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 929 # Reject names that are not valid shell variable names.
81ecdfbb
RW
930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931 as_fn_error "invalid feature name: $ac_useropt"
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
935 *"
936"enable_$ac_useropt"
937"*) ;;
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
252b5132 940 esac
81ecdfbb 941 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
942
943 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945 | --exec | --exe | --ex)
946 ac_prev=exec_prefix ;;
947 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949 | --exec=* | --exe=* | --ex=*)
42ecbf5e 950 exec_prefix=$ac_optarg ;;
252b5132
RH
951
952 -gas | --gas | --ga | --g)
953 # Obsolete; use --with-gas.
954 with_gas=yes ;;
955
42ecbf5e
DJ
956 -help | --help | --hel | --he | -h)
957 ac_init_help=long ;;
958 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959 ac_init_help=recursive ;;
960 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961 ac_init_help=short ;;
252b5132
RH
962
963 -host | --host | --hos | --ho)
42ecbf5e 964 ac_prev=host_alias ;;
252b5132 965 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 966 host_alias=$ac_optarg ;;
252b5132 967
81ecdfbb
RW
968 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
969 ac_prev=htmldir ;;
970 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
971 | --ht=*)
972 htmldir=$ac_optarg ;;
973
252b5132
RH
974 -includedir | --includedir | --includedi | --included | --include \
975 | --includ | --inclu | --incl | --inc)
976 ac_prev=includedir ;;
977 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 979 includedir=$ac_optarg ;;
252b5132
RH
980
981 -infodir | --infodir | --infodi | --infod | --info | --inf)
982 ac_prev=infodir ;;
983 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 984 infodir=$ac_optarg ;;
252b5132
RH
985
986 -libdir | --libdir | --libdi | --libd)
987 ac_prev=libdir ;;
988 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 989 libdir=$ac_optarg ;;
252b5132
RH
990
991 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992 | --libexe | --libex | --libe)
993 ac_prev=libexecdir ;;
994 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 996 libexecdir=$ac_optarg ;;
252b5132 997
81ecdfbb
RW
998 -localedir | --localedir | --localedi | --localed | --locale)
999 ac_prev=localedir ;;
1000 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001 localedir=$ac_optarg ;;
1002
252b5132 1003 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1004 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1005 ac_prev=localstatedir ;;
1006 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1007 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1008 localstatedir=$ac_optarg ;;
252b5132
RH
1009
1010 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1011 ac_prev=mandir ;;
1012 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1013 mandir=$ac_optarg ;;
252b5132
RH
1014
1015 -nfp | --nfp | --nf)
1016 # Obsolete; use --without-fp.
1017 with_fp=no ;;
1018
1019 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1020 | --no-cr | --no-c | -n)
252b5132
RH
1021 no_create=yes ;;
1022
1023 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1025 no_recursion=yes ;;
1026
1027 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029 | --oldin | --oldi | --old | --ol | --o)
1030 ac_prev=oldincludedir ;;
1031 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1034 oldincludedir=$ac_optarg ;;
252b5132
RH
1035
1036 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1037 ac_prev=prefix ;;
1038 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1039 prefix=$ac_optarg ;;
252b5132
RH
1040
1041 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042 | --program-pre | --program-pr | --program-p)
1043 ac_prev=program_prefix ;;
1044 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1046 program_prefix=$ac_optarg ;;
252b5132
RH
1047
1048 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049 | --program-suf | --program-su | --program-s)
1050 ac_prev=program_suffix ;;
1051 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1053 program_suffix=$ac_optarg ;;
252b5132
RH
1054
1055 -program-transform-name | --program-transform-name \
1056 | --program-transform-nam | --program-transform-na \
1057 | --program-transform-n | --program-transform- \
1058 | --program-transform | --program-transfor \
1059 | --program-transfo | --program-transf \
1060 | --program-trans | --program-tran \
1061 | --progr-tra | --program-tr | --program-t)
1062 ac_prev=program_transform_name ;;
1063 -program-transform-name=* | --program-transform-name=* \
1064 | --program-transform-nam=* | --program-transform-na=* \
1065 | --program-transform-n=* | --program-transform-=* \
1066 | --program-transform=* | --program-transfor=* \
1067 | --program-transfo=* | --program-transf=* \
1068 | --program-trans=* | --program-tran=* \
1069 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1070 program_transform_name=$ac_optarg ;;
252b5132 1071
81ecdfbb
RW
1072 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1073 ac_prev=pdfdir ;;
1074 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075 pdfdir=$ac_optarg ;;
1076
1077 -psdir | --psdir | --psdi | --psd | --ps)
1078 ac_prev=psdir ;;
1079 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1080 psdir=$ac_optarg ;;
1081
252b5132
RH
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1084 silent=yes ;;
1085
1086 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1087 ac_prev=sbindir ;;
1088 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1089 | --sbi=* | --sb=*)
42ecbf5e 1090 sbindir=$ac_optarg ;;
252b5132
RH
1091
1092 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094 | --sharedst | --shareds | --shared | --share | --shar \
1095 | --sha | --sh)
1096 ac_prev=sharedstatedir ;;
1097 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1100 | --sha=* | --sh=*)
42ecbf5e 1101 sharedstatedir=$ac_optarg ;;
252b5132
RH
1102
1103 -site | --site | --sit)
1104 ac_prev=site ;;
1105 -site=* | --site=* | --sit=*)
42ecbf5e 1106 site=$ac_optarg ;;
252b5132
RH
1107
1108 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1109 ac_prev=srcdir ;;
1110 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1111 srcdir=$ac_optarg ;;
252b5132
RH
1112
1113 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114 | --syscon | --sysco | --sysc | --sys | --sy)
1115 ac_prev=sysconfdir ;;
1116 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1118 sysconfdir=$ac_optarg ;;
252b5132
RH
1119
1120 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1121 ac_prev=target_alias ;;
252b5132 1122 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1123 target_alias=$ac_optarg ;;
252b5132
RH
1124
1125 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1126 verbose=yes ;;
1127
42ecbf5e
DJ
1128 -version | --version | --versio | --versi | --vers | -V)
1129 ac_init_version=: ;;
252b5132
RH
1130
1131 -with-* | --with-*)
81ecdfbb 1132 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1133 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1139 *"
1140"with_$ac_useropt"
1141"*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
252b5132 1144 esac
81ecdfbb 1145 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1146
1147 -without-* | --without-*)
81ecdfbb 1148 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1149 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1155 *"
1156"with_$ac_useropt"
1157"*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1160 esac
1161 eval with_$ac_useropt=no ;;
252b5132
RH
1162
1163 --x)
1164 # Obsolete; use --with-x.
1165 with_x=yes ;;
1166
1167 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168 | --x-incl | --x-inc | --x-in | --x-i)
1169 ac_prev=x_includes ;;
1170 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1172 x_includes=$ac_optarg ;;
252b5132
RH
1173
1174 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176 ac_prev=x_libraries ;;
1177 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1179 x_libraries=$ac_optarg ;;
252b5132 1180
81ecdfbb
RW
1181 -*) as_fn_error "unrecognized option: \`$ac_option'
1182Try \`$0 --help' for more information."
252b5132
RH
1183 ;;
1184
42ecbf5e
DJ
1185 *=*)
1186 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1188 case $ac_envvar in #(
1189 '' | [0-9]* | *[!_$as_cr_alnum]* )
1190 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1191 esac
1192 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1193 export $ac_envvar ;;
1194
252b5132 1195 *)
42ecbf5e 1196 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42ecbf5e 1200 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1201 ;;
1202
1203 esac
1204done
1205
1206if test -n "$ac_prev"; then
42ecbf5e 1207 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1208 as_fn_error "missing argument to $ac_option"
252b5132
RH
1209fi
1210
81ecdfbb
RW
1211if test -n "$ac_unrecognized_opts"; then
1212 case $enable_option_checking in
1213 no) ;;
1214 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1215 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1216 esac
81ecdfbb 1217fi
252b5132 1218
81ecdfbb
RW
1219# Check all directory arguments for consistency.
1220for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221 datadir sysconfdir sharedstatedir localstatedir includedir \
1222 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223 libdir localedir mandir
252b5132 1224do
81ecdfbb
RW
1225 eval ac_val=\$$ac_var
1226 # Remove trailing slashes.
42ecbf5e 1227 case $ac_val in
81ecdfbb
RW
1228 */ )
1229 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230 eval $ac_var=\$ac_val;;
252b5132 1231 esac
81ecdfbb
RW
1232 # Be sure to have absolute directory names.
1233 case $ac_val in
1234 [\\/$]* | ?:[\\/]* ) continue;;
1235 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1236 esac
1237 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1238done
1239
42ecbf5e
DJ
1240# There might be people who depend on the old broken behavior: `$host'
1241# used to hold the argument of --host etc.
1242# FIXME: To remove some day.
1243build=$build_alias
1244host=$host_alias
1245target=$target_alias
1246
1247# FIXME: To remove some day.
1248if test "x$host_alias" != x; then
1249 if test "x$build_alias" = x; then
1250 cross_compiling=maybe
81ecdfbb 1251 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42ecbf5e
DJ
1252 If a cross compiler is detected then cross compile mode will be used." >&2
1253 elif test "x$build_alias" != "x$host_alias"; then
1254 cross_compiling=yes
1255 fi
1256fi
e5a52504 1257
42ecbf5e
DJ
1258ac_tool_prefix=
1259test -n "$host_alias" && ac_tool_prefix=$host_alias-
1260
1261test "$silent" = yes && exec 6>/dev/null
252b5132 1262
252b5132 1263
81ecdfbb
RW
1264ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265ac_ls_di=`ls -di .` &&
1266ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1267 as_fn_error "working directory cannot be determined"
1268test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1269 as_fn_error "pwd does not report name of working directory"
1270
1271
252b5132
RH
1272# Find the source files, if location was not specified.
1273if test -z "$srcdir"; then
1274 ac_srcdir_defaulted=yes
81ecdfbb
RW
1275 # Try the directory containing this script, then the parent directory.
1276 ac_confdir=`$as_dirname -- "$as_myself" ||
1277$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278 X"$as_myself" : 'X\(//\)[^/]' \| \
1279 X"$as_myself" : 'X\(//\)$' \| \
1280 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281$as_echo X"$as_myself" |
1282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1283 s//\1/
1284 q
1285 }
1286 /^X\(\/\/\)[^/].*/{
1287 s//\1/
1288 q
1289 }
1290 /^X\(\/\/\)$/{
1291 s//\1/
1292 q
1293 }
1294 /^X\(\/\).*/{
1295 s//\1/
1296 q
1297 }
1298 s/.*/./; q'`
252b5132 1299 srcdir=$ac_confdir
81ecdfbb 1300 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1301 srcdir=..
1302 fi
1303else
1304 ac_srcdir_defaulted=no
1305fi
81ecdfbb
RW
1306if test ! -r "$srcdir/$ac_unique_file"; then
1307 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1308 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1309fi
1310ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1311ac_abs_confdir=`(
1312 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1313 pwd)`
1314# When building in place, set srcdir=.
1315if test "$ac_abs_confdir" = "$ac_pwd"; then
1316 srcdir=.
1317fi
1318# Remove unnecessary trailing slashes from srcdir.
1319# Double slashes in file names in object file debugging info
1320# mess up M-x gdb in Emacs.
1321case $srcdir in
1322*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1323esac
1324for ac_var in $ac_precious_vars; do
1325 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_env_${ac_var}_value=\$${ac_var}
1327 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1329done
252b5132 1330
42ecbf5e
DJ
1331#
1332# Report the --help message.
1333#
1334if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1337 cat <<_ACEOF
d8bd95ef 1338\`configure' configures binutils 2.26.51 to adapt to many kinds of systems.
252b5132 1339
42ecbf5e 1340Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1341
42ecbf5e
DJ
1342To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1344
42ecbf5e 1345Defaults for the options are specified in brackets.
ac48eca1 1346
42ecbf5e
DJ
1347Configuration:
1348 -h, --help display this help and exit
1349 --help=short display options specific to this package
1350 --help=recursive display the short help of all the included packages
1351 -V, --version display version information and exit
1352 -q, --quiet, --silent do not print \`checking...' messages
1353 --cache-file=FILE cache test results in FILE [disabled]
1354 -C, --config-cache alias for \`--cache-file=config.cache'
1355 -n, --no-create do not create output files
1356 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1357
42ecbf5e
DJ
1358Installation directories:
1359 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1360 [$ac_default_prefix]
42ecbf5e 1361 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1362 [PREFIX]
ac48eca1 1363
42ecbf5e
DJ
1364By default, \`make install' will install all the files in
1365\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1366an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367for instance \`--prefix=\$HOME'.
ac48eca1 1368
42ecbf5e 1369For better control, use the options below.
ac48eca1 1370
42ecbf5e 1371Fine tuning of the installation directories:
81ecdfbb
RW
1372 --bindir=DIR user executables [EPREFIX/bin]
1373 --sbindir=DIR system admin executables [EPREFIX/sbin]
1374 --libexecdir=DIR program executables [EPREFIX/libexec]
1375 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1376 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1377 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1378 --libdir=DIR object code libraries [EPREFIX/lib]
1379 --includedir=DIR C header files [PREFIX/include]
1380 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1381 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1382 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1383 --infodir=DIR info documentation [DATAROOTDIR/info]
1384 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1385 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1386 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1387 --htmldir=DIR html documentation [DOCDIR]
1388 --dvidir=DIR dvi documentation [DOCDIR]
1389 --pdfdir=DIR pdf documentation [DOCDIR]
1390 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1391_ACEOF
ac48eca1 1392
42ecbf5e 1393 cat <<\_ACEOF
252b5132 1394
42ecbf5e
DJ
1395Program names:
1396 --program-prefix=PREFIX prepend PREFIX to installed program names
1397 --program-suffix=SUFFIX append SUFFIX to installed program names
1398 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1399
42ecbf5e
DJ
1400System types:
1401 --build=BUILD configure for building on BUILD [guessed]
1402 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1403 --target=TARGET configure for building compilers for TARGET [HOST]
1404_ACEOF
252b5132 1405fi
252b5132 1406
42ecbf5e 1407if test -n "$ac_init_help"; then
2e98a7bd 1408 case $ac_init_help in
d8bd95ef 1409 short | recursive ) echo "Configuration of binutils 2.26.51:";;
2e98a7bd 1410 esac
42ecbf5e 1411 cat <<\_ACEOF
252b5132 1412
42ecbf5e 1413Optional Features:
81ecdfbb 1414 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1415 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1416 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1417 --disable-dependency-tracking speeds up one-time build
1418 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1419 --enable-shared[=PKGS] build shared libraries [default=yes]
1420 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1421 --enable-fast-install[=PKGS]
1422 optimize for fast installation [default=yes]
42ecbf5e 1423 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1424 --enable-plugins Enable support for plugins
1425 --disable-largefile omit support for large files
42ecbf5e 1426 --enable-targets alternative target configurations
9cb80f72
RM
1427 --enable-deterministic-archives
1428 ar and ranlib default to -D behavior
7fac9594
NC
1429 --disable-default-strings-all
1430 strings defaults to --data behavior
241a6c40
AM
1431 --enable-werror treat compile warnings as errors
1432 --enable-build-warnings enable build-time compiler warnings
42ecbf5e
DJ
1433 --disable-nls do not use Native Language Support
1434 --enable-maintainer-mode enable make rules and dependencies not useful
1435 (and sometimes confusing) to the casual installer
5ba684e2 1436 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1437
1438Optional Packages:
1439 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1440 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1441 --with-pic try to use only PIC/non-PIC objects [default=use
1442 both]
1443 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
0ee42ecd 1444 --with-system-zlib use installed libz
5ba684e2
NC
1445 --with-gnu-ld assume the C compiler uses GNU ld default=no
1446 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1447 --without-libiconv-prefix don't search for libiconv in includedir and libdir
252b5132 1448
42ecbf5e
DJ
1449Some influential environment variables:
1450 CC C compiler command
1451 CFLAGS C compiler flags
1452 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1453 nonstandard directory <lib dir>
81ecdfbb
RW
1454 LIBS libraries to pass to the linker, e.g. -l<library>
1455 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1456 you have headers in a nonstandard directory <include dir>
42ecbf5e 1457 CPP C preprocessor
81ecdfbb
RW
1458 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1459 the first program found out of: `bison -y', `byacc', `yacc'.
1460 YFLAGS The list of arguments that will be passed by default to $YACC.
1461 This script will default YFLAGS to the empty string to avoid a
1462 default value of `-d' given by some make applications.
e5a52504 1463
42ecbf5e
DJ
1464Use these variables to override the choices made by `configure' or to help
1465it to find libraries and programs with nonstandard names/locations.
1466
81ecdfbb 1467Report bugs to the package provider.
42ecbf5e 1468_ACEOF
81ecdfbb 1469ac_status=$?
252b5132
RH
1470fi
1471
42ecbf5e
DJ
1472if test "$ac_init_help" = "recursive"; then
1473 # If there are subdirs, report their specific --help.
42ecbf5e 1474 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1475 test -d "$ac_dir" ||
1476 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1477 continue
42ecbf5e
DJ
1478 ac_builddir=.
1479
81ecdfbb
RW
1480case "$ac_dir" in
1481.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1482*)
1483 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1484 # A ".." for each directory in $ac_dir_suffix.
1485 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1486 case $ac_top_builddir_sub in
1487 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1489 esac ;;
1490esac
1491ac_abs_top_builddir=$ac_pwd
1492ac_abs_builddir=$ac_pwd$ac_dir_suffix
1493# for backward compatibility:
1494ac_top_builddir=$ac_top_build_prefix
252b5132 1495
42ecbf5e 1496case $srcdir in
81ecdfbb 1497 .) # We are building in place.
42ecbf5e 1498 ac_srcdir=.
81ecdfbb
RW
1499 ac_top_srcdir=$ac_top_builddir_sub
1500 ac_abs_top_srcdir=$ac_pwd ;;
1501 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1502 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1503 ac_top_srcdir=$srcdir
1504 ac_abs_top_srcdir=$srcdir ;;
1505 *) # Relative name.
1506 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1507 ac_top_srcdir=$ac_top_build_prefix$srcdir
1508 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1509esac
81ecdfbb
RW
1510ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1511
1512 cd "$ac_dir" || { ac_status=$?; continue; }
1513 # Check for guested configure.
1514 if test -f "$ac_srcdir/configure.gnu"; then
1515 echo &&
1516 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1517 elif test -f "$ac_srcdir/configure"; then
1518 echo &&
1519 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1520 else
81ecdfbb
RW
1521 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1522 fi || ac_status=$?
1523 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1524 done
1525fi
5d64ca4e 1526
81ecdfbb 1527test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1528if $ac_init_version; then
1529 cat <<\_ACEOF
d8bd95ef 1530binutils configure 2.26.51
81ecdfbb 1531generated by GNU Autoconf 2.64
5d64ca4e 1532
81ecdfbb 1533Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
1534This configure script is free software; the Free Software Foundation
1535gives unlimited permission to copy, distribute and modify it.
1536_ACEOF
81ecdfbb 1537 exit
42ecbf5e 1538fi
252b5132 1539
81ecdfbb
RW
1540## ------------------------ ##
1541## Autoconf initialization. ##
1542## ------------------------ ##
e5a52504 1543
81ecdfbb
RW
1544# ac_fn_c_try_compile LINENO
1545# --------------------------
1546# Try to compile conftest.$ac_ext, and return whether this succeeded.
1547ac_fn_c_try_compile ()
42ecbf5e 1548{
81ecdfbb
RW
1549 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550 rm -f conftest.$ac_objext
1551 if { { ac_try="$ac_compile"
1552case "(($ac_try" in
1553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1554 *) ac_try_echo=$ac_try;;
1555esac
1556eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1557$as_echo "$ac_try_echo"; } >&5
1558 (eval "$ac_compile") 2>conftest.err
1559 ac_status=$?
1560 if test -s conftest.err; then
1561 grep -v '^ *+' conftest.err >conftest.er1
1562 cat conftest.er1 >&5
1563 mv -f conftest.er1 conftest.err
1564 fi
1565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1566 test $ac_status = 0; } && {
1567 test -z "$ac_c_werror_flag" ||
1568 test ! -s conftest.err
1569 } && test -s conftest.$ac_objext; then :
1570 ac_retval=0
1571else
1572 $as_echo "$as_me: failed program was:" >&5
1573sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1574
81ecdfbb
RW
1575 ac_retval=1
1576fi
1577 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1578 return $ac_retval
42ecbf5e 1579
81ecdfbb
RW
1580} # ac_fn_c_try_compile
1581
1582# ac_fn_c_try_link LINENO
1583# -----------------------
1584# Try to link conftest.$ac_ext, and return whether this succeeded.
1585ac_fn_c_try_link ()
1586{
1587 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1588 rm -f conftest.$ac_objext conftest$ac_exeext
1589 if { { ac_try="$ac_link"
1590case "(($ac_try" in
1591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592 *) ac_try_echo=$ac_try;;
1593esac
1594eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595$as_echo "$ac_try_echo"; } >&5
1596 (eval "$ac_link") 2>conftest.err
1597 ac_status=$?
1598 if test -s conftest.err; then
1599 grep -v '^ *+' conftest.err >conftest.er1
1600 cat conftest.er1 >&5
1601 mv -f conftest.er1 conftest.err
1602 fi
1603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604 test $ac_status = 0; } && {
1605 test -z "$ac_c_werror_flag" ||
1606 test ! -s conftest.err
1607 } && test -s conftest$ac_exeext && {
1608 test "$cross_compiling" = yes ||
1609 $as_test_x conftest$ac_exeext
1610 }; then :
1611 ac_retval=0
1612else
1613 $as_echo "$as_me: failed program was:" >&5
1614sed 's/^/| /' conftest.$ac_ext >&5
1615
1616 ac_retval=1
1617fi
1618 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1619 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1620 # interfere with the next link command; also delete a directory that is
1621 # left behind by Apple's compiler. We do this before executing the actions.
1622 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1623 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624 return $ac_retval
1625
1626} # ac_fn_c_try_link
1627
1628# ac_fn_c_try_cpp LINENO
1629# ----------------------
1630# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1631ac_fn_c_try_cpp ()
1632{
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634 if { { ac_try="$ac_cpp conftest.$ac_ext"
1635case "(($ac_try" in
1636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1637 *) ac_try_echo=$ac_try;;
1638esac
1639eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1640$as_echo "$ac_try_echo"; } >&5
1641 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1642 ac_status=$?
1643 if test -s conftest.err; then
1644 grep -v '^ *+' conftest.err >conftest.er1
1645 cat conftest.er1 >&5
1646 mv -f conftest.er1 conftest.err
1647 fi
1648 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1649 test $ac_status = 0; } >/dev/null && {
1650 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1651 test ! -s conftest.err
1652 }; then :
1653 ac_retval=0
1654else
1655 $as_echo "$as_me: failed program was:" >&5
1656sed 's/^/| /' conftest.$ac_ext >&5
1657
1658 ac_retval=1
1659fi
1660 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1661 return $ac_retval
1662
1663} # ac_fn_c_try_cpp
1664
1665# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1666# -------------------------------------------------------
1667# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1668# the include files in INCLUDES and setting the cache variable VAR
1669# accordingly.
1670ac_fn_c_check_header_mongrel ()
1671{
1672 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675$as_echo_n "checking for $2... " >&6; }
1676if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677 $as_echo_n "(cached) " >&6
1678fi
1679eval ac_res=\$$3
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1681$as_echo "$ac_res" >&6; }
1682else
1683 # Is the header compilable?
1684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1685$as_echo_n "checking $2 usability... " >&6; }
1686cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1687/* end confdefs.h. */
1688$4
1689#include <$2>
1690_ACEOF
1691if ac_fn_c_try_compile "$LINENO"; then :
1692 ac_header_compiler=yes
1693else
1694 ac_header_compiler=no
1695fi
1696rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1698$as_echo "$ac_header_compiler" >&6; }
1699
1700# Is the header present?
1701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1702$as_echo_n "checking $2 presence... " >&6; }
1703cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1704/* end confdefs.h. */
1705#include <$2>
1706_ACEOF
1707if ac_fn_c_try_cpp "$LINENO"; then :
1708 ac_header_preproc=yes
1709else
1710 ac_header_preproc=no
1711fi
1712rm -f conftest.err conftest.$ac_ext
1713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1714$as_echo "$ac_header_preproc" >&6; }
1715
1716# So? What about this header?
1717case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1718 yes:no: )
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1720$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1722$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1723 ;;
1724 no:yes:* )
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1726$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1728$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1730$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1732$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1734$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1735 ;;
1736esac
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738$as_echo_n "checking for $2... " >&6; }
1739if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1740 $as_echo_n "(cached) " >&6
1741else
1742 eval "$3=\$ac_header_compiler"
1743fi
1744eval ac_res=\$$3
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1746$as_echo "$ac_res" >&6; }
1747fi
1748 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749
1750} # ac_fn_c_check_header_mongrel
1751
1752# ac_fn_c_try_run LINENO
1753# ----------------------
1754# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1755# that executables *can* be run.
1756ac_fn_c_try_run ()
1757{
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 if { { ac_try="$ac_link"
1760case "(($ac_try" in
1761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762 *) ac_try_echo=$ac_try;;
1763esac
1764eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765$as_echo "$ac_try_echo"; } >&5
1766 (eval "$ac_link") 2>&5
1767 ac_status=$?
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1770 { { case "(($ac_try" in
1771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772 *) ac_try_echo=$ac_try;;
1773esac
1774eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775$as_echo "$ac_try_echo"; } >&5
1776 (eval "$ac_try") 2>&5
1777 ac_status=$?
1778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1779 test $ac_status = 0; }; }; then :
1780 ac_retval=0
1781else
1782 $as_echo "$as_me: program exited with status $ac_status" >&5
1783 $as_echo "$as_me: failed program was:" >&5
1784sed 's/^/| /' conftest.$ac_ext >&5
1785
1786 ac_retval=$ac_status
1787fi
1788 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1789 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1790 return $ac_retval
1791
1792} # ac_fn_c_try_run
1793
1794# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1795# -------------------------------------------------------
1796# Tests whether HEADER exists and can be compiled using the include files in
1797# INCLUDES, setting the cache variable VAR accordingly.
1798ac_fn_c_check_header_compile ()
1799{
1800 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802$as_echo_n "checking for $2... " >&6; }
1803if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1804 $as_echo_n "(cached) " >&6
1805else
1806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807/* end confdefs.h. */
1808$4
1809#include <$2>
1810_ACEOF
1811if ac_fn_c_try_compile "$LINENO"; then :
1812 eval "$3=yes"
1813else
1814 eval "$3=no"
1815fi
1816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1817fi
1818eval ac_res=\$$3
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820$as_echo "$ac_res" >&6; }
1821 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1822
1823} # ac_fn_c_check_header_compile
1824
1825# ac_fn_c_check_func LINENO FUNC VAR
1826# ----------------------------------
1827# Tests whether FUNC exists, setting the cache variable VAR accordingly
1828ac_fn_c_check_func ()
1829{
1830 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832$as_echo_n "checking for $2... " >&6; }
1833if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1834 $as_echo_n "(cached) " >&6
1835else
1836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1837/* end confdefs.h. */
1838/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1839 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1840#define $2 innocuous_$2
1841
1842/* System header to define __stub macros and hopefully few prototypes,
1843 which can conflict with char $2 (); below.
1844 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1845 <limits.h> exists even on freestanding compilers. */
1846
1847#ifdef __STDC__
1848# include <limits.h>
1849#else
1850# include <assert.h>
1851#endif
1852
1853#undef $2
1854
1855/* Override any GCC internal prototype to avoid an error.
1856 Use char because int might match the return type of a GCC
1857 builtin and then its argument prototype would still apply. */
1858#ifdef __cplusplus
1859extern "C"
1860#endif
1861char $2 ();
1862/* The GNU C library defines this for functions which it implements
1863 to always fail with ENOSYS. Some functions are actually named
1864 something starting with __ and the normal name is an alias. */
1865#if defined __stub_$2 || defined __stub___$2
1866choke me
1867#endif
1868
1869int
1870main ()
1871{
1872return $2 ();
1873 ;
1874 return 0;
1875}
1876_ACEOF
1877if ac_fn_c_try_link "$LINENO"; then :
1878 eval "$3=yes"
1879else
1880 eval "$3=no"
1881fi
1882rm -f core conftest.err conftest.$ac_objext \
1883 conftest$ac_exeext conftest.$ac_ext
1884fi
1885eval ac_res=\$$3
1886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1887$as_echo "$ac_res" >&6; }
1888 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1889
1890} # ac_fn_c_check_func
1891
4c219c2e
AM
1892# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1893# --------------------------------------------
1894# Tries to find the compile-time value of EXPR in a program that includes
1895# INCLUDES, setting VAR accordingly. Returns whether the value could be
1896# computed
1897ac_fn_c_compute_int ()
1898{
1899 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1900 if test "$cross_compiling" = yes; then
1901 # Depending upon the size, compute the lo and hi bounds.
1902cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903/* end confdefs.h. */
1904$4
1905int
1906main ()
1907{
1908static int test_array [1 - 2 * !(($2) >= 0)];
1909test_array [0] = 0
1910
1911 ;
1912 return 0;
1913}
1914_ACEOF
1915if ac_fn_c_try_compile "$LINENO"; then :
1916 ac_lo=0 ac_mid=0
1917 while :; do
1918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919/* end confdefs.h. */
1920$4
1921int
1922main ()
1923{
1924static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1925test_array [0] = 0
1926
1927 ;
1928 return 0;
1929}
1930_ACEOF
1931if ac_fn_c_try_compile "$LINENO"; then :
1932 ac_hi=$ac_mid; break
1933else
1934 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1935 if test $ac_lo -le $ac_mid; then
1936 ac_lo= ac_hi=
1937 break
1938 fi
1939 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1940fi
1941rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1942 done
1943else
1944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945/* end confdefs.h. */
1946$4
1947int
1948main ()
1949{
1950static int test_array [1 - 2 * !(($2) < 0)];
1951test_array [0] = 0
1952
1953 ;
1954 return 0;
1955}
1956_ACEOF
1957if ac_fn_c_try_compile "$LINENO"; then :
1958 ac_hi=-1 ac_mid=-1
1959 while :; do
1960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961/* end confdefs.h. */
1962$4
1963int
1964main ()
1965{
1966static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1967test_array [0] = 0
1968
1969 ;
1970 return 0;
1971}
1972_ACEOF
1973if ac_fn_c_try_compile "$LINENO"; then :
1974 ac_lo=$ac_mid; break
1975else
1976 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1977 if test $ac_mid -le $ac_hi; then
1978 ac_lo= ac_hi=
1979 break
1980 fi
1981 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1982fi
1983rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1984 done
1985else
1986 ac_lo= ac_hi=
1987fi
1988rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1989fi
1990rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1991# Binary search between lo and hi bounds.
1992while test "x$ac_lo" != "x$ac_hi"; do
1993 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1995/* end confdefs.h. */
1996$4
1997int
1998main ()
1999{
2000static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2001test_array [0] = 0
2002
2003 ;
2004 return 0;
2005}
2006_ACEOF
2007if ac_fn_c_try_compile "$LINENO"; then :
2008 ac_hi=$ac_mid
2009else
2010 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2011fi
2012rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2013done
2014case $ac_lo in #((
2015?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2016'') ac_retval=1 ;;
2017esac
2018 else
2019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020/* end confdefs.h. */
2021$4
2022static long int longval () { return $2; }
2023static unsigned long int ulongval () { return $2; }
2024#include <stdio.h>
2025#include <stdlib.h>
2026int
2027main ()
2028{
2029
2030 FILE *f = fopen ("conftest.val", "w");
2031 if (! f)
2032 return 1;
2033 if (($2) < 0)
2034 {
2035 long int i = longval ();
2036 if (i != ($2))
2037 return 1;
2038 fprintf (f, "%ld", i);
2039 }
2040 else
2041 {
2042 unsigned long int i = ulongval ();
2043 if (i != ($2))
2044 return 1;
2045 fprintf (f, "%lu", i);
2046 }
2047 /* Do not output a trailing newline, as this causes \r\n confusion
2048 on some platforms. */
2049 return ferror (f) || fclose (f) != 0;
2050
2051 ;
2052 return 0;
2053}
2054_ACEOF
2055if ac_fn_c_try_run "$LINENO"; then :
2056 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2057else
2058 ac_retval=1
2059fi
2060rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2061 conftest.$ac_objext conftest.beam conftest.$ac_ext
2062rm -f conftest.val
2063
2064 fi
2065 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2066 return $ac_retval
2067
2068} # ac_fn_c_compute_int
2069
2070# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2071# -------------------------------------------
2072# Tests whether TYPE exists after having included INCLUDES, setting cache
2073# variable VAR accordingly.
2074ac_fn_c_check_type ()
2075{
2076 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2078$as_echo_n "checking for $2... " >&6; }
2079if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2080 $as_echo_n "(cached) " >&6
2081else
2082 eval "$3=no"
2083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2084/* end confdefs.h. */
2085$4
2086int
2087main ()
2088{
2089if (sizeof ($2))
2090 return 0;
2091 ;
2092 return 0;
2093}
2094_ACEOF
2095if ac_fn_c_try_compile "$LINENO"; then :
2096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097/* end confdefs.h. */
2098$4
2099int
2100main ()
2101{
2102if (sizeof (($2)))
2103 return 0;
2104 ;
2105 return 0;
2106}
2107_ACEOF
2108if ac_fn_c_try_compile "$LINENO"; then :
2109
2110else
2111 eval "$3=yes"
2112fi
2113rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2114fi
2115rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116fi
2117eval ac_res=\$$3
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2119$as_echo "$ac_res" >&6; }
2120 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2121
2122} # ac_fn_c_check_type
2123
81ecdfbb
RW
2124# ac_fn_c_check_decl LINENO SYMBOL VAR
2125# ------------------------------------
2126# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2127ac_fn_c_check_decl ()
2128{
2129 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2130 as_decl_name=`echo $2|sed 's/ *(.*//'`
2131 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2133$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2134if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2135 $as_echo_n "(cached) " >&6
2136else
2137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2138/* end confdefs.h. */
2139$4
2140int
2141main ()
2142{
360cfc9c
AM
2143#ifndef $as_decl_name
2144#ifdef __cplusplus
2145 (void) $as_decl_use;
2146#else
2147 (void) $as_decl_name;
2148#endif
81ecdfbb
RW
2149#endif
2150
2151 ;
2152 return 0;
2153}
2154_ACEOF
2155if ac_fn_c_try_compile "$LINENO"; then :
2156 eval "$3=yes"
2157else
2158 eval "$3=no"
2159fi
2160rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2161fi
2162eval ac_res=\$$3
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2164$as_echo "$ac_res" >&6; }
2165 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2166
2167} # ac_fn_c_check_decl
2168cat >config.log <<_ACEOF
2169This file contains any messages produced by compilers while
2170running configure, to aid debugging if configure makes a mistake.
2171
d8bd95ef 2172It was created by binutils $as_me 2.26.51, which was
81ecdfbb
RW
2173generated by GNU Autoconf 2.64. Invocation command line was
2174
2175 $ $0 $@
2176
2177_ACEOF
2178exec 5>>config.log
2179{
2180cat <<_ASUNAME
2181## --------- ##
2182## Platform. ##
2183## --------- ##
2184
2185hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2186uname -m = `(uname -m) 2>/dev/null || echo unknown`
2187uname -r = `(uname -r) 2>/dev/null || echo unknown`
2188uname -s = `(uname -s) 2>/dev/null || echo unknown`
2189uname -v = `(uname -v) 2>/dev/null || echo unknown`
2190
2191/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2192/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2193
2194/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2195/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2196/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2197/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2198/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2199/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2200/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2201
2202_ASUNAME
2203
2204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2205for as_dir in $PATH
2206do
2207 IFS=$as_save_IFS
2208 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2209 $as_echo "PATH: $as_dir"
2210 done
2211IFS=$as_save_IFS
e5a52504 2212
42ecbf5e 2213} >&5
ceae3e33 2214
42ecbf5e 2215cat >&5 <<_ACEOF
e5a52504 2216
42ecbf5e
DJ
2217
2218## ----------- ##
2219## Core tests. ##
2220## ----------- ##
2221
2222_ACEOF
2223
2224
2225# Keep a trace of the command line.
2226# Strip out --no-create and --no-recursion so they do not pile up.
2227# Strip out --silent because we don't want to record it for future runs.
2228# Also quote any args containing shell meta-characters.
2229# Make two passes to allow for proper duplicate-argument suppression.
2230ac_configure_args=
2231ac_configure_args0=
2232ac_configure_args1=
42ecbf5e
DJ
2233ac_must_keep_next=false
2234for ac_pass in 1 2
2235do
2236 for ac_arg
2237 do
2238 case $ac_arg in
2239 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2240 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2241 | -silent | --silent | --silen | --sile | --sil)
2242 continue ;;
81ecdfbb
RW
2243 *\'*)
2244 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2245 esac
2246 case $ac_pass in
81ecdfbb 2247 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2248 2)
81ecdfbb 2249 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2250 if test $ac_must_keep_next = true; then
2251 ac_must_keep_next=false # Got value, back to normal.
2252 else
2253 case $ac_arg in
2254 *=* | --config-cache | -C | -disable-* | --disable-* \
2255 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2256 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2257 | -with-* | --with-* | -without-* | --without-* | --x)
2258 case "$ac_configure_args0 " in
2259 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2260 esac
2261 ;;
2262 -* ) ac_must_keep_next=true ;;
2263 esac
2264 fi
81ecdfbb 2265 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2266 ;;
2267 esac
2268 done
2269done
81ecdfbb
RW
2270{ ac_configure_args0=; unset ac_configure_args0;}
2271{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2272
2273# When interrupted or exit'd, cleanup temporary files, and complete
2274# config.log. We remove comments because anyway the quotes in there
2275# would cause problems or look ugly.
81ecdfbb
RW
2276# WARNING: Use '\'' to represent an apostrophe within the trap.
2277# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2278trap 'exit_status=$?
2279 # Save into config.log some information that might help in debugging.
2280 {
2281 echo
2282
2283 cat <<\_ASBOX
2284## ---------------- ##
2285## Cache variables. ##
2286## ---------------- ##
2287_ASBOX
2288 echo
2289 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2290(
2291 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2292 eval ac_val=\$$ac_var
2293 case $ac_val in #(
2294 *${as_nl}*)
2295 case $ac_var in #(
2296 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2297$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2298 esac
2299 case $ac_var in #(
2300 _ | IFS | as_nl) ;; #(
2301 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2302 *) { eval $ac_var=; unset $ac_var;} ;;
2303 esac ;;
2304 esac
2305 done
42ecbf5e 2306 (set) 2>&1 |
81ecdfbb
RW
2307 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2308 *${as_nl}ac_space=\ *)
42ecbf5e 2309 sed -n \
81ecdfbb
RW
2310 "s/'\''/'\''\\\\'\'''\''/g;
2311 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2312 ;; #(
42ecbf5e 2313 *)
81ecdfbb 2314 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2315 ;;
81ecdfbb
RW
2316 esac |
2317 sort
2318)
42ecbf5e
DJ
2319 echo
2320
2321 cat <<\_ASBOX
2322## ----------------- ##
2323## Output variables. ##
2324## ----------------- ##
2325_ASBOX
2326 echo
2327 for ac_var in $ac_subst_vars
2328 do
81ecdfbb
RW
2329 eval ac_val=\$$ac_var
2330 case $ac_val in
2331 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2332 esac
2333 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2334 done | sort
2335 echo
2336
2337 if test -n "$ac_subst_files"; then
2338 cat <<\_ASBOX
81ecdfbb
RW
2339## ------------------- ##
2340## File substitutions. ##
2341## ------------------- ##
42ecbf5e
DJ
2342_ASBOX
2343 echo
2344 for ac_var in $ac_subst_files
2345 do
81ecdfbb
RW
2346 eval ac_val=\$$ac_var
2347 case $ac_val in
2348 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2349 esac
2350 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2351 done | sort
2352 echo
2353 fi
2354
2355 if test -s confdefs.h; then
2356 cat <<\_ASBOX
2357## ----------- ##
2358## confdefs.h. ##
2359## ----------- ##
2360_ASBOX
2361 echo
81ecdfbb 2362 cat confdefs.h
42ecbf5e
DJ
2363 echo
2364 fi
2365 test "$ac_signal" != 0 &&
81ecdfbb
RW
2366 $as_echo "$as_me: caught signal $ac_signal"
2367 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2368 } >&5
81ecdfbb
RW
2369 rm -f core *.core core.conftest.* &&
2370 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2371 exit $exit_status
81ecdfbb 2372' 0
42ecbf5e 2373for ac_signal in 1 2 13 15; do
81ecdfbb 2374 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2375done
2376ac_signal=0
2377
2378# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2379rm -f -r conftest* confdefs.h
2380
2381$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2382
2383# Predefined preprocessor variables.
2384
2385cat >>confdefs.h <<_ACEOF
2386#define PACKAGE_NAME "$PACKAGE_NAME"
2387_ACEOF
2388
42ecbf5e
DJ
2389cat >>confdefs.h <<_ACEOF
2390#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2391_ACEOF
2392
42ecbf5e
DJ
2393cat >>confdefs.h <<_ACEOF
2394#define PACKAGE_VERSION "$PACKAGE_VERSION"
2395_ACEOF
2396
42ecbf5e
DJ
2397cat >>confdefs.h <<_ACEOF
2398#define PACKAGE_STRING "$PACKAGE_STRING"
2399_ACEOF
2400
42ecbf5e
DJ
2401cat >>confdefs.h <<_ACEOF
2402#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2403_ACEOF
2404
81ecdfbb
RW
2405cat >>confdefs.h <<_ACEOF
2406#define PACKAGE_URL "$PACKAGE_URL"
2407_ACEOF
2408
42ecbf5e
DJ
2409
2410# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2411# Prefer an explicitly selected file to automatically selected ones.
2412ac_site_file1=NONE
2413ac_site_file2=NONE
2414if test -n "$CONFIG_SITE"; then
2415 ac_site_file1=$CONFIG_SITE
2416elif test "x$prefix" != xNONE; then
2417 ac_site_file1=$prefix/share/config.site
2418 ac_site_file2=$prefix/etc/config.site
2419else
2420 ac_site_file1=$ac_default_prefix/share/config.site
2421 ac_site_file2=$ac_default_prefix/etc/config.site
2422fi
2423for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2424do
2425 test "x$ac_site_file" = xNONE && continue
42ecbf5e 2426 if test -r "$ac_site_file"; then
81ecdfbb
RW
2427 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2428$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e
DJ
2429 sed 's/^/| /' "$ac_site_file" >&5
2430 . "$ac_site_file"
2431 fi
2432done
2433
2434if test -r "$cache_file"; then
2435 # Some versions of bash will fail to source /dev/null (special
2436 # files actually), so we avoid doing that.
2437 if test -f "$cache_file"; then
81ecdfbb
RW
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2439$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2440 case $cache_file in
81ecdfbb
RW
2441 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2442 *) . "./$cache_file";;
42ecbf5e
DJ
2443 esac
2444 fi
2445else
81ecdfbb
RW
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2447$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2448 >$cache_file
2449fi
2450
2451# Check that the precious variables saved in the cache have kept the same
2452# value.
2453ac_cache_corrupted=false
81ecdfbb 2454for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2455 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2456 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2457 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2458 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2459 case $ac_old_set,$ac_new_set in
2460 set,)
81ecdfbb
RW
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2462$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2463 ac_cache_corrupted=: ;;
2464 ,set)
81ecdfbb
RW
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2466$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2467 ac_cache_corrupted=: ;;
2468 ,);;
2469 *)
2470 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2471 # differences in whitespace do not lead to failure.
2472 ac_old_val_w=`echo x $ac_old_val`
2473 ac_new_val_w=`echo x $ac_new_val`
2474 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2476$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2477 ac_cache_corrupted=:
2478 else
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2480$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2481 eval $ac_var=\$ac_old_val
2482 fi
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2484$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2486$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2487 fi;;
2488 esac
2489 # Pass precious variables to config.status.
2490 if test "$ac_new_set" = set; then
2491 case $ac_new_val in
81ecdfbb 2492 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2493 *) ac_arg=$ac_var=$ac_new_val ;;
2494 esac
2495 case " $ac_configure_args " in
2496 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2497 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2498 esac
2499 fi
2500done
2501if $ac_cache_corrupted; then
81ecdfbb
RW
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2503$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2505$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2506 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2507fi
81ecdfbb
RW
2508## -------------------- ##
2509## Main body of script. ##
2510## -------------------- ##
42ecbf5e
DJ
2511
2512ac_ext=c
2513ac_cpp='$CPP $CPPFLAGS'
2514ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2515ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2516ac_compiler_gnu=$ac_cv_c_compiler_gnu
2517
2518
2519
42ecbf5e 2520
da594c4a 2521
42ecbf5e
DJ
2522
2523
2524ac_aux_dir=
81ecdfbb
RW
2525for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2526 for ac_t in install-sh install.sh shtool; do
2527 if test -f "$ac_dir/$ac_t"; then
2528 ac_aux_dir=$ac_dir
2529 ac_install_sh="$ac_aux_dir/$ac_t -c"
2530 break 2
2531 fi
2532 done
42ecbf5e
DJ
2533done
2534if test -z "$ac_aux_dir"; then
81ecdfbb 2535 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2536fi
81ecdfbb
RW
2537
2538# These three variables are undocumented and unsupported,
2539# and are intended to be withdrawn in a future Autoconf release.
2540# They can cause serious problems if a builder's source tree is in a directory
2541# whose full name contains unusual characters.
2542ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2543ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2544ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2545
42ecbf5e
DJ
2546
2547# Make sure we can run config.sub.
81ecdfbb
RW
2548$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2549 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2550
2551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2552$as_echo_n "checking build system type... " >&6; }
2553if test "${ac_cv_build+set}" = set; then :
2554 $as_echo_n "(cached) " >&6
2555else
2556 ac_build_alias=$build_alias
2557test "x$ac_build_alias" = x &&
2558 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2559test "x$ac_build_alias" = x &&
2560 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2561ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2562 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2563
2564fi
2565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2566$as_echo "$ac_cv_build" >&6; }
2567case $ac_cv_build in
2568*-*-*) ;;
2569*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2570esac
42ecbf5e 2571build=$ac_cv_build
81ecdfbb
RW
2572ac_save_IFS=$IFS; IFS='-'
2573set x $ac_cv_build
2574shift
2575build_cpu=$1
2576build_vendor=$2
2577shift; shift
2578# Remember, the first character of IFS is used to create $*,
2579# except with old shells:
2580build_os=$*
2581IFS=$ac_save_IFS
2582case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2583
2584
81ecdfbb
RW
2585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2586$as_echo_n "checking host system type... " >&6; }
2587if test "${ac_cv_host+set}" = set; then :
2588 $as_echo_n "(cached) " >&6
42ecbf5e 2589else
81ecdfbb
RW
2590 if test "x$host_alias" = x; then
2591 ac_cv_host=$ac_cv_build
2592else
2593 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2594 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2595fi
42ecbf5e
DJ
2596
2597fi
81ecdfbb
RW
2598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2599$as_echo "$ac_cv_host" >&6; }
2600case $ac_cv_host in
2601*-*-*) ;;
2602*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2603esac
42ecbf5e 2604host=$ac_cv_host
81ecdfbb
RW
2605ac_save_IFS=$IFS; IFS='-'
2606set x $ac_cv_host
2607shift
2608host_cpu=$1
2609host_vendor=$2
2610shift; shift
2611# Remember, the first character of IFS is used to create $*,
2612# except with old shells:
2613host_os=$*
2614IFS=$ac_save_IFS
2615case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2616
2617
81ecdfbb
RW
2618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2619$as_echo_n "checking target system type... " >&6; }
2620if test "${ac_cv_target+set}" = set; then :
2621 $as_echo_n "(cached) " >&6
2622else
2623 if test "x$target_alias" = x; then
2624 ac_cv_target=$ac_cv_host
42ecbf5e 2625else
81ecdfbb
RW
2626 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2627 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2628fi
42ecbf5e
DJ
2629
2630fi
81ecdfbb
RW
2631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2632$as_echo "$ac_cv_target" >&6; }
2633case $ac_cv_target in
2634*-*-*) ;;
2635*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2636esac
42ecbf5e 2637target=$ac_cv_target
81ecdfbb
RW
2638ac_save_IFS=$IFS; IFS='-'
2639set x $ac_cv_target
2640shift
2641target_cpu=$1
2642target_vendor=$2
2643shift; shift
2644# Remember, the first character of IFS is used to create $*,
2645# except with old shells:
2646target_os=$*
2647IFS=$ac_save_IFS
2648case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2649
2650
2651# The aliases save the names the user supplied, while $host etc.
2652# will get canonicalized.
2653test -n "$target_alias" &&
2654 test "$program_prefix$program_suffix$program_transform_name" = \
2655 NONENONEs,x,x, &&
2656 program_prefix=${target_alias}-
2657ac_ext=c
2658ac_cpp='$CPP $CPPFLAGS'
2659ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2660ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2661ac_compiler_gnu=$ac_cv_c_compiler_gnu
2662if test -n "$ac_tool_prefix"; then
2663 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2664set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2666$as_echo_n "checking for $ac_word... " >&6; }
2667if test "${ac_cv_prog_CC+set}" = set; then :
2668 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2669else
2670 if test -n "$CC"; then
2671 ac_cv_prog_CC="$CC" # Let the user override the test.
2672else
2673as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2674for as_dir in $PATH
2675do
2676 IFS=$as_save_IFS
2677 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2678 for ac_exec_ext in '' $ac_executable_extensions; do
2679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2680 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2682 break 2
2683 fi
2684done
81ecdfbb
RW
2685 done
2686IFS=$as_save_IFS
42ecbf5e
DJ
2687
2688fi
2689fi
2690CC=$ac_cv_prog_CC
2691if test -n "$CC"; then
81ecdfbb
RW
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2693$as_echo "$CC" >&6; }
42ecbf5e 2694else
81ecdfbb
RW
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2696$as_echo "no" >&6; }
42ecbf5e
DJ
2697fi
2698
81ecdfbb 2699
42ecbf5e
DJ
2700fi
2701if test -z "$ac_cv_prog_CC"; then
2702 ac_ct_CC=$CC
2703 # Extract the first word of "gcc", so it can be a program name with args.
2704set dummy gcc; ac_word=$2
81ecdfbb
RW
2705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2706$as_echo_n "checking for $ac_word... " >&6; }
2707if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2708 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2709else
2710 if test -n "$ac_ct_CC"; then
2711 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2712else
2713as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2714for as_dir in $PATH
2715do
2716 IFS=$as_save_IFS
2717 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2718 for ac_exec_ext in '' $ac_executable_extensions; do
2719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2720 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2722 break 2
2723 fi
2724done
81ecdfbb
RW
2725 done
2726IFS=$as_save_IFS
42ecbf5e
DJ
2727
2728fi
2729fi
2730ac_ct_CC=$ac_cv_prog_ac_ct_CC
2731if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2733$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2734else
81ecdfbb
RW
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2736$as_echo "no" >&6; }
42ecbf5e
DJ
2737fi
2738
81ecdfbb
RW
2739 if test "x$ac_ct_CC" = x; then
2740 CC=""
2741 else
2742 case $cross_compiling:$ac_tool_warned in
2743yes:)
2744{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2745$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2746ac_tool_warned=yes ;;
2747esac
2748 CC=$ac_ct_CC
2749 fi
42ecbf5e
DJ
2750else
2751 CC="$ac_cv_prog_CC"
2752fi
2753
2754if test -z "$CC"; then
81ecdfbb
RW
2755 if test -n "$ac_tool_prefix"; then
2756 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2757set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759$as_echo_n "checking for $ac_word... " >&6; }
2760if test "${ac_cv_prog_CC+set}" = set; then :
2761 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2762else
2763 if test -n "$CC"; then
2764 ac_cv_prog_CC="$CC" # Let the user override the test.
2765else
2766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767for as_dir in $PATH
2768do
2769 IFS=$as_save_IFS
2770 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2771 for ac_exec_ext in '' $ac_executable_extensions; do
2772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2773 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2775 break 2
2776 fi
2777done
81ecdfbb
RW
2778 done
2779IFS=$as_save_IFS
42ecbf5e
DJ
2780
2781fi
2782fi
2783CC=$ac_cv_prog_CC
2784if test -n "$CC"; then
81ecdfbb
RW
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2786$as_echo "$CC" >&6; }
42ecbf5e 2787else
81ecdfbb
RW
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789$as_echo "no" >&6; }
42ecbf5e
DJ
2790fi
2791
81ecdfbb
RW
2792
2793 fi
42ecbf5e 2794fi
81ecdfbb 2795if test -z "$CC"; then
42ecbf5e
DJ
2796 # Extract the first word of "cc", so it can be a program name with args.
2797set dummy cc; ac_word=$2
81ecdfbb
RW
2798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2799$as_echo_n "checking for $ac_word... " >&6; }
2800if test "${ac_cv_prog_CC+set}" = set; then :
2801 $as_echo_n "(cached) " >&6
42ecbf5e 2802else
81ecdfbb
RW
2803 if test -n "$CC"; then
2804 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2805else
81ecdfbb 2806 ac_prog_rejected=no
42ecbf5e
DJ
2807as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2808for as_dir in $PATH
2809do
2810 IFS=$as_save_IFS
2811 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2812 for ac_exec_ext in '' $ac_executable_extensions; do
2813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2814 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2815 ac_prog_rejected=yes
2816 continue
2817 fi
2818 ac_cv_prog_CC="cc"
2819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2820 break 2
2821 fi
2822done
81ecdfbb
RW
2823 done
2824IFS=$as_save_IFS
42ecbf5e
DJ
2825
2826if test $ac_prog_rejected = yes; then
2827 # We found a bogon in the path, so make sure we never use it.
2828 set dummy $ac_cv_prog_CC
2829 shift
2830 if test $# != 0; then
2831 # We chose a different compiler from the bogus one.
2832 # However, it has the same basename, so the bogon will be chosen
2833 # first if we set CC to just the basename; use the full file name.
2834 shift
2835 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2836 fi
2837fi
2838fi
2839fi
2840CC=$ac_cv_prog_CC
2841if test -n "$CC"; then
81ecdfbb
RW
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2843$as_echo "$CC" >&6; }
42ecbf5e 2844else
81ecdfbb
RW
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2846$as_echo "no" >&6; }
42ecbf5e
DJ
2847fi
2848
81ecdfbb 2849
42ecbf5e
DJ
2850fi
2851if test -z "$CC"; then
2852 if test -n "$ac_tool_prefix"; then
81ecdfbb 2853 for ac_prog in cl.exe
42ecbf5e
DJ
2854 do
2855 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2856set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2858$as_echo_n "checking for $ac_word... " >&6; }
2859if test "${ac_cv_prog_CC+set}" = set; then :
2860 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2861else
2862 if test -n "$CC"; then
2863 ac_cv_prog_CC="$CC" # Let the user override the test.
2864else
2865as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2866for as_dir in $PATH
2867do
2868 IFS=$as_save_IFS
2869 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2870 for ac_exec_ext in '' $ac_executable_extensions; do
2871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2872 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2874 break 2
2875 fi
2876done
81ecdfbb
RW
2877 done
2878IFS=$as_save_IFS
42ecbf5e
DJ
2879
2880fi
2881fi
2882CC=$ac_cv_prog_CC
2883if test -n "$CC"; then
81ecdfbb
RW
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2885$as_echo "$CC" >&6; }
42ecbf5e 2886else
81ecdfbb
RW
2887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2888$as_echo "no" >&6; }
42ecbf5e
DJ
2889fi
2890
81ecdfbb 2891
42ecbf5e
DJ
2892 test -n "$CC" && break
2893 done
2894fi
2895if test -z "$CC"; then
2896 ac_ct_CC=$CC
81ecdfbb 2897 for ac_prog in cl.exe
42ecbf5e
DJ
2898do
2899 # Extract the first word of "$ac_prog", so it can be a program name with args.
2900set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2902$as_echo_n "checking for $ac_word... " >&6; }
2903if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2904 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2905else
2906 if test -n "$ac_ct_CC"; then
2907 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2908else
2909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2910for as_dir in $PATH
2911do
2912 IFS=$as_save_IFS
2913 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2914 for ac_exec_ext in '' $ac_executable_extensions; do
2915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2916 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2918 break 2
2919 fi
2920done
81ecdfbb
RW
2921 done
2922IFS=$as_save_IFS
42ecbf5e
DJ
2923
2924fi
2925fi
2926ac_ct_CC=$ac_cv_prog_ac_ct_CC
2927if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2929$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2930else
81ecdfbb
RW
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2932$as_echo "no" >&6; }
42ecbf5e
DJ
2933fi
2934
81ecdfbb 2935
42ecbf5e
DJ
2936 test -n "$ac_ct_CC" && break
2937done
2938
81ecdfbb
RW
2939 if test "x$ac_ct_CC" = x; then
2940 CC=""
2941 else
2942 case $cross_compiling:$ac_tool_warned in
2943yes:)
2944{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2945$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2946ac_tool_warned=yes ;;
2947esac
2948 CC=$ac_ct_CC
2949 fi
42ecbf5e
DJ
2950fi
2951
2952fi
2953
2954
81ecdfbb
RW
2955test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2956$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2957as_fn_error "no acceptable C compiler found in \$PATH
2958See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2959
2960# Provide some information about the compiler.
81ecdfbb
RW
2961$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2962set X $ac_compile
2963ac_compiler=$2
2964for ac_option in --version -v -V -qversion; do
2965 { { ac_try="$ac_compiler $ac_option >&5"
2966case "(($ac_try" in
2967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2968 *) ac_try_echo=$ac_try;;
2969esac
2970eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2971$as_echo "$ac_try_echo"; } >&5
2972 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 2973 ac_status=$?
81ecdfbb
RW
2974 if test -s conftest.err; then
2975 sed '10a\
2976... rest of stderr output deleted ...
2977 10q' conftest.err >conftest.er1
2978 cat conftest.er1 >&5
2979 rm -f conftest.er1 conftest.err
2980 fi
2981 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2982 test $ac_status = 0; }
2983done
42ecbf5e 2984
81ecdfbb 2985cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2986/* end confdefs.h. */
2987
2988int
2989main ()
2990{
2991
2992 ;
2993 return 0;
2994}
2995_ACEOF
2996ac_clean_files_save=$ac_clean_files
81ecdfbb 2997ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42ecbf5e
DJ
2998# Try to create an executable without -o first, disregard a.out.
2999# It will help us diagnose broken compilers, and finding out an intuition
3000# of exeext.
81ecdfbb
RW
3001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3002$as_echo_n "checking for C compiler default output file name... " >&6; }
3003ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3004
3005# The possible output files:
3006ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3007
3008ac_rmfiles=
3009for ac_file in $ac_files
3010do
3011 case $ac_file in
3012 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3013 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3014 esac
3015done
3016rm -f $ac_rmfiles
3017
3018if { { ac_try="$ac_link_default"
3019case "(($ac_try" in
3020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3021 *) ac_try_echo=$ac_try;;
3022esac
3023eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3024$as_echo "$ac_try_echo"; } >&5
3025 (eval "$ac_link_default") 2>&5
3026 ac_status=$?
3027 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3028 test $ac_status = 0; }; then :
3029 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3030# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3031# in a Makefile. We should not override ac_cv_exeext if it was cached,
3032# so that the user can short-circuit this test for compilers unknown to
3033# Autoconf.
3034for ac_file in $ac_files ''
42ecbf5e
DJ
3035do
3036 test -f "$ac_file" || continue
3037 case $ac_file in
81ecdfbb 3038 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3039 ;;
3040 [ab].out )
3041 # We found the default executable, but exeext='' is most
3042 # certainly right.
3043 break;;
3044 *.* )
81ecdfbb
RW
3045 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3046 then :; else
3047 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3048 fi
3049 # We set ac_cv_exeext here because the later test for it is not
3050 # safe: cross compilers may not add the suffix if given an `-o'
3051 # argument, so we may need to know it at that point already.
3052 # Even if this section looks crufty: it has the advantage of
3053 # actually working.
42ecbf5e
DJ
3054 break;;
3055 * )
3056 break;;
3057 esac
3058done
81ecdfbb
RW
3059test "$ac_cv_exeext" = no && ac_cv_exeext=
3060
42ecbf5e 3061else
81ecdfbb
RW
3062 ac_file=''
3063fi
3064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3065$as_echo "$ac_file" >&6; }
3066if test -z "$ac_file"; then :
3067 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3068sed 's/^/| /' conftest.$ac_ext >&5
3069
81ecdfbb
RW
3070{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3071$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3072{ as_fn_set_status 77
3073as_fn_error "C compiler cannot create executables
3074See \`config.log' for more details." "$LINENO" 5; }; }
42ecbf5e 3075fi
42ecbf5e 3076ac_exeext=$ac_cv_exeext
42ecbf5e 3077
81ecdfbb 3078# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3079# the compiler is broken, or we cross compile.
81ecdfbb
RW
3080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3081$as_echo_n "checking whether the C compiler works... " >&6; }
42ecbf5e
DJ
3082# If not cross compiling, check that we can run a simple program.
3083if test "$cross_compiling" != yes; then
3084 if { ac_try='./$ac_file'
81ecdfbb
RW
3085 { { case "(($ac_try" in
3086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3087 *) ac_try_echo=$ac_try;;
3088esac
3089eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3090$as_echo "$ac_try_echo"; } >&5
3091 (eval "$ac_try") 2>&5
42ecbf5e 3092 ac_status=$?
81ecdfbb
RW
3093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3094 test $ac_status = 0; }; }; then
42ecbf5e
DJ
3095 cross_compiling=no
3096 else
3097 if test "$cross_compiling" = maybe; then
3098 cross_compiling=yes
3099 else
81ecdfbb
RW
3100 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3101$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3102as_fn_error "cannot run C compiled programs.
42ecbf5e 3103If you meant to cross compile, use \`--host'.
81ecdfbb 3104See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
3105 fi
3106 fi
3107fi
81ecdfbb
RW
3108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3109$as_echo "yes" >&6; }
42ecbf5e 3110
81ecdfbb 3111rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42ecbf5e 3112ac_clean_files=$ac_clean_files_save
81ecdfbb 3113# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3114# the compiler is broken, or we cross compile.
81ecdfbb
RW
3115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3116$as_echo_n "checking whether we are cross compiling... " >&6; }
3117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3118$as_echo "$cross_compiling" >&6; }
3119
3120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3121$as_echo_n "checking for suffix of executables... " >&6; }
3122if { { ac_try="$ac_link"
3123case "(($ac_try" in
3124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3125 *) ac_try_echo=$ac_try;;
3126esac
3127eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3128$as_echo "$ac_try_echo"; } >&5
3129 (eval "$ac_link") 2>&5
42ecbf5e 3130 ac_status=$?
81ecdfbb
RW
3131 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3132 test $ac_status = 0; }; then :
42ecbf5e
DJ
3133 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3134# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3135# work properly (i.e., refer to `conftest.exe'), while it won't with
3136# `rm'.
3137for ac_file in conftest.exe conftest conftest.*; do
3138 test -f "$ac_file" || continue
3139 case $ac_file in
81ecdfbb 3140 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3141 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3142 break;;
3143 * ) break;;
3144 esac
3145done
3146else
81ecdfbb
RW
3147 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3148$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3149as_fn_error "cannot compute suffix of executables: cannot compile and link
3150See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3151fi
42ecbf5e 3152rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3154$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3155
3156rm -f conftest.$ac_ext
3157EXEEXT=$ac_cv_exeext
3158ac_exeext=$EXEEXT
81ecdfbb
RW
3159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3160$as_echo_n "checking for suffix of object files... " >&6; }
3161if test "${ac_cv_objext+set}" = set; then :
3162 $as_echo_n "(cached) " >&6
42ecbf5e 3163else
81ecdfbb 3164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3165/* end confdefs.h. */
3166
3167int
3168main ()
3169{
3170
3171 ;
3172 return 0;
3173}
3174_ACEOF
3175rm -f conftest.o conftest.obj
81ecdfbb
RW
3176if { { ac_try="$ac_compile"
3177case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180esac
3181eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182$as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compile") 2>&5
3184 ac_status=$?
3185 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3186 test $ac_status = 0; }; then :
3187 for ac_file in conftest.o conftest.obj conftest.*; do
3188 test -f "$ac_file" || continue;
42ecbf5e 3189 case $ac_file in
81ecdfbb 3190 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3191 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3192 break;;
3193 esac
3194done
3195else
81ecdfbb 3196 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3197sed 's/^/| /' conftest.$ac_ext >&5
3198
81ecdfbb
RW
3199{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3200$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3201as_fn_error "cannot compute suffix of object files: cannot compile
3202See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3203fi
42ecbf5e
DJ
3204rm -f conftest.$ac_cv_objext conftest.$ac_ext
3205fi
81ecdfbb
RW
3206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3207$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3208OBJEXT=$ac_cv_objext
3209ac_objext=$OBJEXT
81ecdfbb
RW
3210{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3211$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3212if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3213 $as_echo_n "(cached) " >&6
42ecbf5e 3214else
81ecdfbb 3215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3216/* end confdefs.h. */
3217
3218int
3219main ()
3220{
3221#ifndef __GNUC__
3222 choke me
3223#endif
3224
3225 ;
3226 return 0;
3227}
3228_ACEOF
81ecdfbb 3229if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3230 ac_compiler_gnu=yes
3231else
81ecdfbb 3232 ac_compiler_gnu=no
42ecbf5e 3233fi
81ecdfbb 3234rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3235ac_cv_c_compiler_gnu=$ac_compiler_gnu
3236
3237fi
81ecdfbb
RW
3238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3239$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3240if test $ac_compiler_gnu = yes; then
3241 GCC=yes
3242else
3243 GCC=
3244fi
42ecbf5e
DJ
3245ac_test_CFLAGS=${CFLAGS+set}
3246ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3248$as_echo_n "checking whether $CC accepts -g... " >&6; }
3249if test "${ac_cv_prog_cc_g+set}" = set; then :
3250 $as_echo_n "(cached) " >&6
3251else
3252 ac_save_c_werror_flag=$ac_c_werror_flag
3253 ac_c_werror_flag=yes
3254 ac_cv_prog_cc_g=no
3255 CFLAGS="-g"
3256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3257/* end confdefs.h. */
3258
3259int
3260main ()
3261{
3262
3263 ;
3264 return 0;
3265}
3266_ACEOF
81ecdfbb 3267if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3268 ac_cv_prog_cc_g=yes
3269else
81ecdfbb
RW
3270 CFLAGS=""
3271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3272/* end confdefs.h. */
3273
3274int
3275main ()
3276{
3277
3278 ;
3279 return 0;
3280}
3281_ACEOF
3282if ac_fn_c_try_compile "$LINENO"; then :
3283
3284else
3285 ac_c_werror_flag=$ac_save_c_werror_flag
3286 CFLAGS="-g"
3287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288/* end confdefs.h. */
3289
3290int
3291main ()
3292{
42ecbf5e 3293
81ecdfbb
RW
3294 ;
3295 return 0;
3296}
3297_ACEOF
3298if ac_fn_c_try_compile "$LINENO"; then :
3299 ac_cv_prog_cc_g=yes
3300fi
3301rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3302fi
81ecdfbb 3303rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3304fi
81ecdfbb
RW
3305rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3306 ac_c_werror_flag=$ac_save_c_werror_flag
3307fi
3308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3309$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3310if test "$ac_test_CFLAGS" = set; then
3311 CFLAGS=$ac_save_CFLAGS
3312elif test $ac_cv_prog_cc_g = yes; then
3313 if test "$GCC" = yes; then
3314 CFLAGS="-g -O2"
3315 else
3316 CFLAGS="-g"
3317 fi
3318else
3319 if test "$GCC" = yes; then
3320 CFLAGS="-O2"
3321 else
3322 CFLAGS=
3323 fi
3324fi
81ecdfbb
RW
3325{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3326$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3327if test "${ac_cv_prog_cc_c89+set}" = set; then :
3328 $as_echo_n "(cached) " >&6
42ecbf5e 3329else
81ecdfbb 3330 ac_cv_prog_cc_c89=no
42ecbf5e 3331ac_save_CC=$CC
81ecdfbb 3332cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3333/* end confdefs.h. */
3334#include <stdarg.h>
3335#include <stdio.h>
3336#include <sys/types.h>
3337#include <sys/stat.h>
3338/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3339struct buf { int x; };
3340FILE * (*rcsopen) (struct buf *, struct stat *, int);
3341static char *e (p, i)
3342 char **p;
3343 int i;
3344{
3345 return p[i];
3346}
3347static char *f (char * (*g) (char **, int), char **p, ...)
3348{
3349 char *s;
3350 va_list v;
3351 va_start (v,p);
3352 s = g (p, va_arg (v,int));
3353 va_end (v);
3354 return s;
3355}
3356
3357/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3358 function prototypes and stuff, but not '\xHH' hex character constants.
3359 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3360 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3361 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3362 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3363 that's true only with -std. */
42ecbf5e
DJ
3364int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3365
81ecdfbb
RW
3366/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3367 inside strings and character constants. */
3368#define FOO(x) 'x'
3369int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3370
42ecbf5e
DJ
3371int test (int i, double x);
3372struct s1 {int (*f) (int a);};
3373struct s2 {int (*f) (double a);};
3374int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3375int argc;
3376char **argv;
3377int
3378main ()
3379{
3380return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3381 ;
3382 return 0;
3383}
3384_ACEOF
81ecdfbb
RW
3385for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3386 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3387do
3388 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3389 if ac_fn_c_try_compile "$LINENO"; then :
3390 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3391fi
81ecdfbb
RW
3392rm -f core conftest.err conftest.$ac_objext
3393 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3394done
81ecdfbb 3395rm -f conftest.$ac_ext
42ecbf5e
DJ
3396CC=$ac_save_CC
3397
3398fi
81ecdfbb
RW
3399# AC_CACHE_VAL
3400case "x$ac_cv_prog_cc_c89" in
3401 x)
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3403$as_echo "none needed" >&6; } ;;
3404 xno)
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3406$as_echo "unsupported" >&6; } ;;
42ecbf5e 3407 *)
81ecdfbb
RW
3408 CC="$CC $ac_cv_prog_cc_c89"
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3410$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3411esac
81ecdfbb 3412if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3413
42ecbf5e
DJ
3414fi
3415
42ecbf5e
DJ
3416ac_ext=c
3417ac_cpp='$CPP $CPPFLAGS'
3418ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3419ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3420ac_compiler_gnu=$ac_cv_c_compiler_gnu
3421
3422
81ecdfbb
RW
3423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3424$as_echo_n "checking for library containing strerror... " >&6; }
3425if test "${ac_cv_search_strerror+set}" = set; then :
3426 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3427else
3428 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3429cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3430/* end confdefs.h. */
3431
81ecdfbb
RW
3432/* Override any GCC internal prototype to avoid an error.
3433 Use char because int might match the return type of a GCC
3434 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3435#ifdef __cplusplus
3436extern "C"
3437#endif
42ecbf5e
DJ
3438char strerror ();
3439int
3440main ()
3441{
81ecdfbb 3442return strerror ();
42ecbf5e
DJ
3443 ;
3444 return 0;
3445}
3446_ACEOF
81ecdfbb
RW
3447for ac_lib in '' cposix; do
3448 if test -z "$ac_lib"; then
3449 ac_res="none required"
3450 else
3451 ac_res=-l$ac_lib
42ecbf5e 3452 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3453 fi
3454 if ac_fn_c_try_link "$LINENO"; then :
3455 ac_cv_search_strerror=$ac_res
3456fi
3457rm -f core conftest.err conftest.$ac_objext \
3458 conftest$ac_exeext
3459 if test "${ac_cv_search_strerror+set}" = set; then :
3460 break
3461fi
3462done
3463if test "${ac_cv_search_strerror+set}" = set; then :
42ecbf5e 3464
42ecbf5e 3465else
81ecdfbb 3466 ac_cv_search_strerror=no
42ecbf5e 3467fi
81ecdfbb 3468rm conftest.$ac_ext
42ecbf5e
DJ
3469LIBS=$ac_func_search_save_LIBS
3470fi
81ecdfbb
RW
3471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3472$as_echo "$ac_cv_search_strerror" >&6; }
3473ac_res=$ac_cv_search_strerror
3474if test "$ac_res" != no; then :
3475 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3476
3477fi
3478
3479
81ecdfbb
RW
3480am__api_version='1.11'
3481
42ecbf5e
DJ
3482# Find a good install program. We prefer a C program (faster),
3483# so one script is as good as another. But avoid the broken or
3484# incompatible versions:
3485# SysV /etc/install, /usr/sbin/install
3486# SunOS /usr/etc/install
3487# IRIX /sbin/install
3488# AIX /bin/install
3489# AmigaOS /C/install, which installs bootblocks on floppy discs
3490# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3491# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3492# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3493# OS/2's system install, which has a completely different semantic
3494# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3495# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3497$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3498if test -z "$INSTALL"; then
81ecdfbb
RW
3499if test "${ac_cv_path_install+set}" = set; then :
3500 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3501else
3502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3503for as_dir in $PATH
3504do
3505 IFS=$as_save_IFS
3506 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3507 # Account for people who put trailing slashes in PATH elements.
3508case $as_dir/ in #((
3509 ./ | .// | /[cC]/* | \
42ecbf5e 3510 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3511 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3512 /usr/ucb/* ) ;;
3513 *)
3514 # OSF1 and SCO ODT 3.0 have their own names for install.
3515 # Don't use installbsd from OSF since it installs stuff as root
3516 # by default.
3517 for ac_prog in ginstall scoinst install; do
3518 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3519 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
42ecbf5e
DJ
3520 if test $ac_prog = install &&
3521 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3522 # AIX install. It has an incompatible calling convention.
3523 :
42ecbf5e
DJ
3524 elif test $ac_prog = install &&
3525 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3526 # program-specific install script used by HP pwplus--don't use.
3527 :
252b5132 3528 else
58c85be7
RW
3529 rm -rf conftest.one conftest.two conftest.dir
3530 echo one > conftest.one
3531 echo two > conftest.two
3532 mkdir conftest.dir
3533 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3534 test -s conftest.one && test -s conftest.two &&
3535 test -s conftest.dir/conftest.one &&
3536 test -s conftest.dir/conftest.two
3537 then
3538 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3539 break 3
3540 fi
252b5132
RH
3541 fi
3542 fi
d15b04bd 3543 done
42ecbf5e
DJ
3544 done
3545 ;;
3546esac
81ecdfbb
RW
3547
3548 done
3549IFS=$as_save_IFS
42ecbf5e 3550
58c85be7 3551rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3552
3553fi
3554 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3555 INSTALL=$ac_cv_path_install
252b5132 3556 else
58c85be7
RW
3557 # As a last resort, use the slow shell script. Don't cache a
3558 # value for INSTALL within a source directory, because that will
252b5132 3559 # break other packages using the cache if that directory is
58c85be7 3560 # removed, or if the value is a relative name.
42ecbf5e 3561 INSTALL=$ac_install_sh
252b5132
RH
3562 fi
3563fi
81ecdfbb
RW
3564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3565$as_echo "$INSTALL" >&6; }
252b5132
RH
3566
3567# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3568# It thinks the first close brace ends the variable substitution.
3569test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3570
42ecbf5e 3571test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3572
3573test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3574
81ecdfbb
RW
3575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3576$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3577# Just in case
3578sleep 1
42ecbf5e 3579echo timestamp > conftest.file
81ecdfbb
RW
3580# Reject unsafe characters in $srcdir or the absolute working directory
3581# name. Accept space and tab only in the latter.
3582am_lf='
3583'
3584case `pwd` in
3585 *[\\\"\#\$\&\'\`$am_lf]*)
3586 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3587esac
3588case $srcdir in
3589 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3590 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3591esac
3592
252b5132
RH
3593# Do `set' in a subshell so we don't clobber the current shell's
3594# arguments. Must try -L first in case configure is actually a
3595# symlink; some systems play weird games with the mod time of symlinks
3596# (eg FreeBSD returns the mod time of the symlink's containing
3597# directory).
3598if (
81ecdfbb 3599 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3600 if test "$*" = "X"; then
3601 # -L didn't work.
81ecdfbb 3602 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3603 fi
42ecbf5e
DJ
3604 rm -f conftest.file
3605 if test "$*" != "X $srcdir/configure conftest.file" \
3606 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3607
3608 # If neither matched, then we have a broken ls. This can happen
3609 # if, for instance, CONFIG_SHELL is bash and it inherits a
3610 # broken ls alias from the environment. This has actually
3611 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3612 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3613alias in your environment" "$LINENO" 5
252b5132
RH
3614 fi
3615
42ecbf5e 3616 test "$2" = conftest.file
252b5132
RH
3617 )
3618then
3619 # Ok.
3620 :
3621else
81ecdfbb
RW
3622 as_fn_error "newly created file is older than distributed files!
3623Check your system clock" "$LINENO" 5
42ecbf5e 3624fi
81ecdfbb
RW
3625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3626$as_echo "yes" >&6; }
42ecbf5e 3627test "$program_prefix" != NONE &&
81ecdfbb 3628 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3629# Use a double $ so make ignores it.
3630test "$program_suffix" != NONE &&
81ecdfbb
RW
3631 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3632# Double any \ or $.
42ecbf5e 3633# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3634ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3635program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e
DJ
3636
3637# expand $ac_aux_dir to an absolute path
3638am_aux_dir=`cd $ac_aux_dir && pwd`
3639
81ecdfbb
RW
3640if test x"${MISSING+set}" != xset; then
3641 case $am_aux_dir in
3642 *\ * | *\ *)
3643 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3644 *)
3645 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3646 esac
3647fi
42ecbf5e
DJ
3648# Use eval to expand $SHELL
3649if eval "$MISSING --run true"; then
3650 am_missing_run="$MISSING --run "
3651else
3652 am_missing_run=
81ecdfbb
RW
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3654$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3655fi
3656
81ecdfbb
RW
3657if test x"${install_sh}" != xset; then
3658 case $am_aux_dir in
3659 *\ * | *\ *)
3660 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3661 *)
3662 install_sh="\${SHELL} $am_aux_dir/install-sh"
3663 esac
3664fi
3665
3666# Installed binaries are usually stripped using `strip' when the user
3667# run `make install-strip'. However `strip' might not be the right
3668# tool to use in cross-compilation environments, therefore Automake
3669# will honor the `STRIP' environment variable to overrule this program.
3670if test "$cross_compiling" != no; then
3671 if test -n "$ac_tool_prefix"; then
3672 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3673set dummy ${ac_tool_prefix}strip; ac_word=$2
3674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675$as_echo_n "checking for $ac_word... " >&6; }
3676if test "${ac_cv_prog_STRIP+set}" = set; then :
3677 $as_echo_n "(cached) " >&6
42ecbf5e 3678else
81ecdfbb
RW
3679 if test -n "$STRIP"; then
3680 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3681else
3682as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3683for as_dir in $PATH
3684do
3685 IFS=$as_save_IFS
3686 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3687 for ac_exec_ext in '' $ac_executable_extensions; do
3688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3689 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3691 break 2
3692 fi
3693done
3694 done
3695IFS=$as_save_IFS
3696
3697fi
3698fi
3699STRIP=$ac_cv_prog_STRIP
3700if test -n "$STRIP"; then
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3702$as_echo "$STRIP" >&6; }
3703else
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705$as_echo "no" >&6; }
3706fi
3707
3708
3709fi
3710if test -z "$ac_cv_prog_STRIP"; then
3711 ac_ct_STRIP=$STRIP
3712 # Extract the first word of "strip", so it can be a program name with args.
3713set dummy strip; ac_word=$2
3714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715$as_echo_n "checking for $ac_word... " >&6; }
3716if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3717 $as_echo_n "(cached) " >&6
3718else
3719 if test -n "$ac_ct_STRIP"; then
3720 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3721else
3722as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3723for as_dir in $PATH
3724do
3725 IFS=$as_save_IFS
3726 test -z "$as_dir" && as_dir=.
3727 for ac_exec_ext in '' $ac_executable_extensions; do
3728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3729 ac_cv_prog_ac_ct_STRIP="strip"
3730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3731 break 2
3732 fi
3733done
81ecdfbb
RW
3734 done
3735IFS=$as_save_IFS
3736
3737fi
3738fi
3739ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3740if test -n "$ac_ct_STRIP"; then
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3742$as_echo "$ac_ct_STRIP" >&6; }
3743else
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745$as_echo "no" >&6; }
3746fi
3747
3748 if test "x$ac_ct_STRIP" = x; then
3749 STRIP=":"
3750 else
3751 case $cross_compiling:$ac_tool_warned in
3752yes:)
3753{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3754$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3755ac_tool_warned=yes ;;
3756esac
3757 STRIP=$ac_ct_STRIP
3758 fi
3759else
3760 STRIP="$ac_cv_prog_STRIP"
3761fi
3762
3763fi
3764INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3765
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3767$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3768if test -z "$MKDIR_P"; then
3769 if test "${ac_cv_path_mkdir+set}" = set; then :
3770 $as_echo_n "(cached) " >&6
3771else
3772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3773for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3774do
3775 IFS=$as_save_IFS
3776 test -z "$as_dir" && as_dir=.
3777 for ac_prog in mkdir gmkdir; do
3778 for ac_exec_ext in '' $ac_executable_extensions; do
3779 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3780 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3781 'mkdir (GNU coreutils) '* | \
3782 'mkdir (coreutils) '* | \
3783 'mkdir (fileutils) '4.1*)
3784 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3785 break 3;;
3786 esac
3787 done
3788 done
3789 done
3790IFS=$as_save_IFS
3791
3792fi
3793
3794 if test "${ac_cv_path_mkdir+set}" = set; then
3795 MKDIR_P="$ac_cv_path_mkdir -p"
3796 else
3797 # As a last resort, use the slow shell script. Don't cache a
3798 # value for MKDIR_P within a source directory, because that will
3799 # break other packages using the cache if that directory is
3800 # removed, or if the value is a relative name.
3801 test -d ./--version && rmdir ./--version
3802 MKDIR_P="$ac_install_sh -d"
3803 fi
3804fi
3805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3806$as_echo "$MKDIR_P" >&6; }
3807
3808mkdir_p="$MKDIR_P"
3809case $mkdir_p in
3810 [\\/$]* | ?:[\\/]*) ;;
3811 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3812esac
3813
3814for ac_prog in gawk mawk nawk awk
3815do
3816 # Extract the first word of "$ac_prog", so it can be a program name with args.
3817set dummy $ac_prog; ac_word=$2
3818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819$as_echo_n "checking for $ac_word... " >&6; }
3820if test "${ac_cv_prog_AWK+set}" = set; then :
3821 $as_echo_n "(cached) " >&6
3822else
3823 if test -n "$AWK"; then
3824 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3825else
3826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3827for as_dir in $PATH
3828do
3829 IFS=$as_save_IFS
3830 test -z "$as_dir" && as_dir=.
3831 for ac_exec_ext in '' $ac_executable_extensions; do
3832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3833 ac_cv_prog_AWK="$ac_prog"
3834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3835 break 2
3836 fi
42ecbf5e 3837done
81ecdfbb
RW
3838 done
3839IFS=$as_save_IFS
42ecbf5e
DJ
3840
3841fi
3842fi
3843AWK=$ac_cv_prog_AWK
3844if test -n "$AWK"; then
81ecdfbb
RW
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3846$as_echo "$AWK" >&6; }
42ecbf5e 3847else
81ecdfbb
RW
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849$as_echo "no" >&6; }
42ecbf5e
DJ
3850fi
3851
81ecdfbb 3852
42ecbf5e
DJ
3853 test -n "$AWK" && break
3854done
3855
81ecdfbb
RW
3856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3857$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3858set x ${MAKE-make}
3859ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3860if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3861 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3862else
3863 cat >conftest.make <<\_ACEOF
81ecdfbb 3864SHELL = /bin/sh
42ecbf5e 3865all:
81ecdfbb 3866 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e
DJ
3867_ACEOF
3868# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3869case `${MAKE-make} -f conftest.make 2>/dev/null` in
3870 *@@@%%%=?*=@@@%%%*)
3871 eval ac_cv_prog_make_${ac_make}_set=yes;;
3872 *)
3873 eval ac_cv_prog_make_${ac_make}_set=no;;
3874esac
42ecbf5e
DJ
3875rm -f conftest.make
3876fi
81ecdfbb
RW
3877if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3879$as_echo "yes" >&6; }
42ecbf5e
DJ
3880 SET_MAKE=
3881else
81ecdfbb
RW
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3883$as_echo "no" >&6; }
42ecbf5e
DJ
3884 SET_MAKE="MAKE=${MAKE-make}"
3885fi
3886
3887rm -rf .tst 2>/dev/null
3888mkdir .tst 2>/dev/null
3889if test -d .tst; then
3890 am__leading_dot=.
3891else
3892 am__leading_dot=_
3893fi
3894rmdir .tst 2>/dev/null
3895
3896DEPDIR="${am__leading_dot}deps"
3897
81ecdfbb 3898ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
3899
3900
3901am_make=${MAKE-make}
3902cat > confinc << 'END'
3903am__doit:
81ecdfbb 3904 @echo this is the am__doit target
42ecbf5e
DJ
3905.PHONY: am__doit
3906END
3907# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3909$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
3910am__include="#"
3911am__quote=
3912_am_result=none
3913# First try GNU make style include.
3914echo "include confinc" > confmf
81ecdfbb
RW
3915# Ignore all kinds of additional output from `make'.
3916case `$am_make -s -f confmf 2> /dev/null` in #(
3917*the\ am__doit\ target*)
3918 am__include=include
3919 am__quote=
3920 _am_result=GNU
3921 ;;
3922esac
42ecbf5e
DJ
3923# Now try BSD make style include.
3924if test "$am__include" = "#"; then
3925 echo '.include "confinc"' > confmf
81ecdfbb
RW
3926 case `$am_make -s -f confmf 2> /dev/null` in #(
3927 *the\ am__doit\ target*)
3928 am__include=.include
3929 am__quote="\""
3930 _am_result=BSD
3931 ;;
3932 esac
42ecbf5e
DJ
3933fi
3934
3935
81ecdfbb
RW
3936{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3937$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
3938rm -f confinc confmf
3939
81ecdfbb
RW
3940# Check whether --enable-dependency-tracking was given.
3941if test "${enable_dependency_tracking+set}" = set; then :
3942 enableval=$enable_dependency_tracking;
3943fi
42ecbf5e 3944
42ecbf5e
DJ
3945if test "x$enable_dependency_tracking" != xno; then
3946 am_depcomp="$ac_aux_dir/depcomp"
3947 AMDEPBACKSLASH='\'
3948fi
81ecdfbb 3949 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
3950 AMDEP_TRUE=
3951 AMDEP_FALSE='#'
3952else
3953 AMDEP_TRUE='#'
3954 AMDEP_FALSE=
3955fi
3956
3957
81ecdfbb
RW
3958if test "`cd $srcdir && pwd`" != "`pwd`"; then
3959 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3960 # is not polluted with repeated "-I."
3961 am__isrc=' -I$(srcdir)'
3962 # test to see if srcdir already configured
3963 if test -f $srcdir/config.status; then
3964 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3965 fi
42ecbf5e
DJ
3966fi
3967
3968# test whether we have cygpath
3969if test -z "$CYGPATH_W"; then
3970 if (cygpath --version) >/dev/null 2>/dev/null; then
3971 CYGPATH_W='cygpath -w'
3972 else
3973 CYGPATH_W=echo
3974 fi
3975fi
3976
3977
3978# Define the identity of the package.
2e98a7bd 3979 PACKAGE='binutils'
d8bd95ef 3980 VERSION='2.26.51'
42ecbf5e
DJ
3981
3982
3983cat >>confdefs.h <<_ACEOF
3984#define PACKAGE "$PACKAGE"
3985_ACEOF
3986
3987
3988cat >>confdefs.h <<_ACEOF
3989#define VERSION "$VERSION"
3990_ACEOF
3991
3992# Some tools Automake needs.
3993
3994ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3995
3996
3997AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3998
3999
4000AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4001
4002
4003AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4004
4005
4006MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4007
42ecbf5e
DJ
4008# We need awk for the "check" target. The system "awk" is bad on
4009# some platforms.
4010# Always define AMTAR for backward compatibility.
252b5132 4011
42ecbf5e 4012AMTAR=${AMTAR-"${am_missing_run}tar"}
252b5132 4013
42ecbf5e 4014am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
252b5132
RH
4015
4016
4017
252b5132 4018
42ecbf5e
DJ
4019depcc="$CC" am_compiler_list=
4020
81ecdfbb
RW
4021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4022$as_echo_n "checking dependency style of $depcc... " >&6; }
4023if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4024 $as_echo_n "(cached) " >&6
252b5132 4025else
42ecbf5e
DJ
4026 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4027 # We make a subdir and do the tests there. Otherwise we can end up
4028 # making bogus files that we don't know about and never remove. For
4029 # instance it was reported that on HP-UX the gcc test will end up
4030 # making a dummy file named `D' -- because `-MD' means `put the output
4031 # in D'.
4032 mkdir conftest.dir
4033 # Copy depcomp to subdir because otherwise we won't find it if we're
4034 # using a relative directory.
4035 cp "$am_depcomp" conftest.dir
4036 cd conftest.dir
4037 # We will build objects and dependencies in a subdirectory because
4038 # it helps to detect inapplicable dependency modes. For instance
4039 # both Tru64's cc and ICC support -MD to output dependencies as a
4040 # side effect of compilation, but ICC will put the dependencies in
4041 # the current directory while Tru64 will put them in the object
4042 # directory.
4043 mkdir sub
252b5132 4044
42ecbf5e
DJ
4045 am_cv_CC_dependencies_compiler_type=none
4046 if test "$am_compiler_list" = ""; then
4047 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4048 fi
81ecdfbb
RW
4049 am__universal=false
4050 case " $depcc " in #(
4051 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4052 esac
4053
42ecbf5e
DJ
4054 for depmode in $am_compiler_list; do
4055 # Setup a source with many dependencies, because some compilers
4056 # like to wrap large dependency lists on column 80 (with \), and
4057 # we should not choose a depcomp mode which is confused by this.
4058 #
4059 # We need to recreate these files for each test, as the compiler may
4060 # overwrite some of them when testing with obscure command lines.
4061 # This happens at least with the AIX C compiler.
4062 : > sub/conftest.c
4063 for i in 1 2 3 4 5 6; do
4064 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4065 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4066 # Solaris 8's {/usr,}/bin/sh.
4067 touch sub/conftst$i.h
4068 done
4069 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4070
81ecdfbb
RW
4071 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4072 # mode. It turns out that the SunPro C++ compiler does not properly
4073 # handle `-M -o', and we need to detect this. Also, some Intel
4074 # versions had trouble with output in subdirs
4075 am__obj=sub/conftest.${OBJEXT-o}
4076 am__minus_obj="-o $am__obj"
42ecbf5e 4077 case $depmode in
81ecdfbb
RW
4078 gcc)
4079 # This depmode causes a compiler race in universal mode.
4080 test "$am__universal" = false || continue
4081 ;;
42ecbf5e
DJ
4082 nosideeffect)
4083 # after this tag, mechanisms are not by side-effect, so they'll
4084 # only be used when explicitly requested
4085 if test "x$enable_dependency_tracking" = xyes; then
4086 continue
4087 else
4088 break
4089 fi
4090 ;;
81ecdfbb
RW
4091 msvisualcpp | msvcmsys)
4092 # This compiler won't grok `-c -o', but also, the minuso test has
4093 # not run yet. These depmodes are late enough in the game, and
4094 # so weak that their functioning should not be impacted.
4095 am__obj=conftest.${OBJEXT-o}
4096 am__minus_obj=
4097 ;;
42ecbf5e
DJ
4098 none) break ;;
4099 esac
42ecbf5e 4100 if depmode=$depmode \
81ecdfbb 4101 source=sub/conftest.c object=$am__obj \
42ecbf5e 4102 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4103 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4104 >/dev/null 2>conftest.err &&
81ecdfbb 4105 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4106 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4107 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4108 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4109 # icc doesn't choke on unknown options, it will just issue warnings
4110 # or remarks (even with -Werror). So we grep stderr for any message
4111 # that says an option was ignored or not supported.
4112 # When given -MP, icc 7.0 and 7.1 complain thusly:
4113 # icc: Command line warning: ignoring option '-M'; no argument required
4114 # The diagnosis changed in icc 8.0:
4115 # icc: Command line remark: option '-MP' not supported
4116 if (grep 'ignoring option' conftest.err ||
4117 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4118 am_cv_CC_dependencies_compiler_type=$depmode
4119 break
4120 fi
4121 fi
4122 done
4123
4124 cd ..
4125 rm -rf conftest.dir
252b5132 4126else
42ecbf5e 4127 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
4128fi
4129
252b5132 4130fi
81ecdfbb
RW
4131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4132$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4133CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4134
81ecdfbb 4135 if
42ecbf5e
DJ
4136 test "x$enable_dependency_tracking" != xno \
4137 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4138 am__fastdepCC_TRUE=
4139 am__fastdepCC_FALSE='#'
252b5132 4140else
42ecbf5e
DJ
4141 am__fastdepCC_TRUE='#'
4142 am__fastdepCC_FALSE=
252b5132
RH
4143fi
4144
4145
4146
42ecbf5e 4147
d45dc31f
SE
4148ac_ext=c
4149ac_cpp='$CPP $CPPFLAGS'
4150ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4151ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4152ac_compiler_gnu=$ac_cv_c_compiler_gnu
4153if test -n "$ac_tool_prefix"; then
4154 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4155set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4156{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4157$as_echo_n "checking for $ac_word... " >&6; }
4158if test "${ac_cv_prog_CC+set}" = set; then :
4159 $as_echo_n "(cached) " >&6
252b5132 4160else
d45dc31f
SE
4161 if test -n "$CC"; then
4162 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 4163else
d45dc31f
SE
4164as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4165for as_dir in $PATH
4166do
4167 IFS=$as_save_IFS
4168 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4169 for ac_exec_ext in '' $ac_executable_extensions; do
4170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4171 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4173 break 2
4174 fi
4175done
81ecdfbb
RW
4176 done
4177IFS=$as_save_IFS
ceae3e33 4178
d45dc31f
SE
4179fi
4180fi
4181CC=$ac_cv_prog_CC
4182if test -n "$CC"; then
81ecdfbb
RW
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4184$as_echo "$CC" >&6; }
252b5132 4185else
81ecdfbb
RW
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4187$as_echo "no" >&6; }
252b5132 4188fi
d45dc31f 4189
81ecdfbb 4190
d45dc31f
SE
4191fi
4192if test -z "$ac_cv_prog_CC"; then
4193 ac_ct_CC=$CC
4194 # Extract the first word of "gcc", so it can be a program name with args.
4195set dummy gcc; ac_word=$2
81ecdfbb
RW
4196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197$as_echo_n "checking for $ac_word... " >&6; }
4198if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4199 $as_echo_n "(cached) " >&6
252b5132 4200else
d45dc31f
SE
4201 if test -n "$ac_ct_CC"; then
4202 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4203else
d45dc31f
SE
4204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205for as_dir in $PATH
4206do
4207 IFS=$as_save_IFS
4208 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4209 for ac_exec_ext in '' $ac_executable_extensions; do
4210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4211 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4213 break 2
4214 fi
4215done
81ecdfbb
RW
4216 done
4217IFS=$as_save_IFS
d45dc31f 4218
252b5132
RH
4219fi
4220fi
d45dc31f
SE
4221ac_ct_CC=$ac_cv_prog_ac_ct_CC
4222if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4224$as_echo "$ac_ct_CC" >&6; }
252b5132 4225else
81ecdfbb
RW
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227$as_echo "no" >&6; }
252b5132 4228fi
d45dc31f 4229
81ecdfbb
RW
4230 if test "x$ac_ct_CC" = x; then
4231 CC=""
4232 else
4233 case $cross_compiling:$ac_tool_warned in
4234yes:)
4235{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4236$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4237ac_tool_warned=yes ;;
4238esac
4239 CC=$ac_ct_CC
4240 fi
d45dc31f
SE
4241else
4242 CC="$ac_cv_prog_CC"
4243fi
4244
4245if test -z "$CC"; then
81ecdfbb
RW
4246 if test -n "$ac_tool_prefix"; then
4247 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4248set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4250$as_echo_n "checking for $ac_word... " >&6; }
4251if test "${ac_cv_prog_CC+set}" = set; then :
4252 $as_echo_n "(cached) " >&6
252b5132 4253else
d45dc31f
SE
4254 if test -n "$CC"; then
4255 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4256else
d45dc31f
SE
4257as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4258for as_dir in $PATH
4259do
4260 IFS=$as_save_IFS
4261 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4262 for ac_exec_ext in '' $ac_executable_extensions; do
4263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4264 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4266 break 2
4267 fi
4268done
81ecdfbb
RW
4269 done
4270IFS=$as_save_IFS
d45dc31f 4271
252b5132
RH
4272fi
4273fi
d45dc31f
SE
4274CC=$ac_cv_prog_CC
4275if test -n "$CC"; then
81ecdfbb
RW
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4277$as_echo "$CC" >&6; }
d45dc31f 4278else
81ecdfbb
RW
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4280$as_echo "no" >&6; }
252b5132
RH
4281fi
4282
252b5132 4283
81ecdfbb 4284 fi
d45dc31f
SE
4285fi
4286if test -z "$CC"; then
4287 # Extract the first word of "cc", so it can be a program name with args.
4288set dummy cc; ac_word=$2
81ecdfbb
RW
4289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290$as_echo_n "checking for $ac_word... " >&6; }
4291if test "${ac_cv_prog_CC+set}" = set; then :
4292 $as_echo_n "(cached) " >&6
252b5132 4293else
d45dc31f
SE
4294 if test -n "$CC"; then
4295 ac_cv_prog_CC="$CC" # Let the user override the test.
4296else
4297 ac_prog_rejected=no
4298as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4299for as_dir in $PATH
4300do
4301 IFS=$as_save_IFS
4302 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4303 for ac_exec_ext in '' $ac_executable_extensions; do
4304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f
SE
4305 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4306 ac_prog_rejected=yes
4307 continue
4308 fi
4309 ac_cv_prog_CC="cc"
81ecdfbb 4310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4311 break 2
4312 fi
4313done
81ecdfbb
RW
4314 done
4315IFS=$as_save_IFS
d45dc31f
SE
4316
4317if test $ac_prog_rejected = yes; then
4318 # We found a bogon in the path, so make sure we never use it.
4319 set dummy $ac_cv_prog_CC
4320 shift
4321 if test $# != 0; then
4322 # We chose a different compiler from the bogus one.
4323 # However, it has the same basename, so the bogon will be chosen
4324 # first if we set CC to just the basename; use the full file name.
4325 shift
4326 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4327 fi
4328fi
4329fi
4330fi
4331CC=$ac_cv_prog_CC
4332if test -n "$CC"; then
81ecdfbb
RW
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4334$as_echo "$CC" >&6; }
d45dc31f 4335else
81ecdfbb
RW
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4337$as_echo "no" >&6; }
252b5132
RH
4338fi
4339
81ecdfbb 4340
d45dc31f
SE
4341fi
4342if test -z "$CC"; then
4343 if test -n "$ac_tool_prefix"; then
81ecdfbb 4344 for ac_prog in cl.exe
d45dc31f
SE
4345 do
4346 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4347set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4349$as_echo_n "checking for $ac_word... " >&6; }
4350if test "${ac_cv_prog_CC+set}" = set; then :
4351 $as_echo_n "(cached) " >&6
ac48eca1 4352else
d45dc31f
SE
4353 if test -n "$CC"; then
4354 ac_cv_prog_CC="$CC" # Let the user override the test.
4355else
4356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4357for as_dir in $PATH
4358do
4359 IFS=$as_save_IFS
4360 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4361 for ac_exec_ext in '' $ac_executable_extensions; do
4362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4363 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4365 break 2
4366 fi
4367done
81ecdfbb
RW
4368 done
4369IFS=$as_save_IFS
ac48eca1 4370
d45dc31f
SE
4371fi
4372fi
4373CC=$ac_cv_prog_CC
4374if test -n "$CC"; then
81ecdfbb
RW
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4376$as_echo "$CC" >&6; }
d45dc31f 4377else
81ecdfbb
RW
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4379$as_echo "no" >&6; }
d45dc31f 4380fi
ac48eca1 4381
81ecdfbb 4382
d45dc31f
SE
4383 test -n "$CC" && break
4384 done
4385fi
4386if test -z "$CC"; then
4387 ac_ct_CC=$CC
81ecdfbb 4388 for ac_prog in cl.exe
d45dc31f
SE
4389do
4390 # Extract the first word of "$ac_prog", so it can be a program name with args.
4391set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4393$as_echo_n "checking for $ac_word... " >&6; }
4394if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4395 $as_echo_n "(cached) " >&6
d45dc31f
SE
4396else
4397 if test -n "$ac_ct_CC"; then
4398 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4399else
4400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401for as_dir in $PATH
4402do
4403 IFS=$as_save_IFS
4404 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4405 for ac_exec_ext in '' $ac_executable_extensions; do
4406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4407 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4409 break 2
4410 fi
4411done
81ecdfbb
RW
4412 done
4413IFS=$as_save_IFS
ac48eca1 4414
d45dc31f
SE
4415fi
4416fi
4417ac_ct_CC=$ac_cv_prog_ac_ct_CC
4418if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4420$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4421else
81ecdfbb
RW
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4423$as_echo "no" >&6; }
d45dc31f 4424fi
ac48eca1 4425
81ecdfbb 4426
d45dc31f
SE
4427 test -n "$ac_ct_CC" && break
4428done
ac48eca1 4429
81ecdfbb
RW
4430 if test "x$ac_ct_CC" = x; then
4431 CC=""
4432 else
4433 case $cross_compiling:$ac_tool_warned in
4434yes:)
4435{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4436$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4437ac_tool_warned=yes ;;
4438esac
4439 CC=$ac_ct_CC
4440 fi
d45dc31f 4441fi
ac48eca1
AO
4442
4443fi
ac48eca1 4444
ac48eca1 4445
81ecdfbb
RW
4446test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4447$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4448as_fn_error "no acceptable C compiler found in \$PATH
4449See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4450
d45dc31f 4451# Provide some information about the compiler.
81ecdfbb
RW
4452$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4453set X $ac_compile
4454ac_compiler=$2
4455for ac_option in --version -v -V -qversion; do
4456 { { ac_try="$ac_compiler $ac_option >&5"
4457case "(($ac_try" in
4458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4459 *) ac_try_echo=$ac_try;;
4460esac
4461eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4462$as_echo "$ac_try_echo"; } >&5
4463 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4464 ac_status=$?
81ecdfbb
RW
4465 if test -s conftest.err; then
4466 sed '10a\
4467... rest of stderr output deleted ...
4468 10q' conftest.err >conftest.er1
4469 cat conftest.er1 >&5
4470 rm -f conftest.er1 conftest.err
4471 fi
4472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4473 test $ac_status = 0; }
4474done
ac48eca1 4475
81ecdfbb
RW
4476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4477$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4478if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4479 $as_echo_n "(cached) " >&6
bdcfeba5 4480else
81ecdfbb 4481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4482/* end confdefs.h. */
bdcfeba5 4483
d45dc31f
SE
4484int
4485main ()
4486{
4487#ifndef __GNUC__
4488 choke me
4489#endif
bdcfeba5 4490
d45dc31f
SE
4491 ;
4492 return 0;
4493}
4494_ACEOF
81ecdfbb 4495if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4496 ac_compiler_gnu=yes
4497else
81ecdfbb 4498 ac_compiler_gnu=no
bdcfeba5 4499fi
81ecdfbb 4500rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4501ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4502
bdcfeba5 4503fi
81ecdfbb
RW
4504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4505$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4506if test $ac_compiler_gnu = yes; then
4507 GCC=yes
4508else
4509 GCC=
4510fi
d45dc31f
SE
4511ac_test_CFLAGS=${CFLAGS+set}
4512ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4514$as_echo_n "checking whether $CC accepts -g... " >&6; }
4515if test "${ac_cv_prog_cc_g+set}" = set; then :
4516 $as_echo_n "(cached) " >&6
4517else
4518 ac_save_c_werror_flag=$ac_c_werror_flag
4519 ac_c_werror_flag=yes
4520 ac_cv_prog_cc_g=no
4521 CFLAGS="-g"
4522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4523/* end confdefs.h. */
ac48eca1 4524
d45dc31f
SE
4525int
4526main ()
4527{
ac48eca1 4528
d45dc31f
SE
4529 ;
4530 return 0;
4531}
4532_ACEOF
81ecdfbb 4533if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4534 ac_cv_prog_cc_g=yes
ac48eca1 4535else
81ecdfbb
RW
4536 CFLAGS=""
4537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4538/* end confdefs.h. */
4539
4540int
4541main ()
4542{
4543
4544 ;
4545 return 0;
4546}
4547_ACEOF
4548if ac_fn_c_try_compile "$LINENO"; then :
4549
4550else
4551 ac_c_werror_flag=$ac_save_c_werror_flag
4552 CFLAGS="-g"
4553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4554/* end confdefs.h. */
4555
4556int
4557main ()
4558{
ac48eca1 4559
81ecdfbb
RW
4560 ;
4561 return 0;
4562}
4563_ACEOF
4564if ac_fn_c_try_compile "$LINENO"; then :
4565 ac_cv_prog_cc_g=yes
4566fi
4567rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4568fi
81ecdfbb 4569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4570fi
81ecdfbb
RW
4571rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4572 ac_c_werror_flag=$ac_save_c_werror_flag
4573fi
4574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4575$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4576if test "$ac_test_CFLAGS" = set; then
4577 CFLAGS=$ac_save_CFLAGS
4578elif test $ac_cv_prog_cc_g = yes; then
4579 if test "$GCC" = yes; then
4580 CFLAGS="-g -O2"
ac48eca1 4581 else
d45dc31f 4582 CFLAGS="-g"
42ecbf5e 4583 fi
ac48eca1 4584else
d45dc31f
SE
4585 if test "$GCC" = yes; then
4586 CFLAGS="-O2"
4587 else
4588 CFLAGS=
42ecbf5e 4589 fi
ac48eca1 4590fi
81ecdfbb
RW
4591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4592$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4593if test "${ac_cv_prog_cc_c89+set}" = set; then :
4594 $as_echo_n "(cached) " >&6
d45dc31f 4595else
81ecdfbb 4596 ac_cv_prog_cc_c89=no
d45dc31f 4597ac_save_CC=$CC
81ecdfbb 4598cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4599/* end confdefs.h. */
d45dc31f
SE
4600#include <stdarg.h>
4601#include <stdio.h>
4602#include <sys/types.h>
4603#include <sys/stat.h>
4604/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4605struct buf { int x; };
4606FILE * (*rcsopen) (struct buf *, struct stat *, int);
4607static char *e (p, i)
4608 char **p;
4609 int i;
4610{
4611 return p[i];
4612}
4613static char *f (char * (*g) (char **, int), char **p, ...)
4614{
4615 char *s;
4616 va_list v;
4617 va_start (v,p);
4618 s = g (p, va_arg (v,int));
4619 va_end (v);
4620 return s;
4621}
4622
4623/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4624 function prototypes and stuff, but not '\xHH' hex character constants.
4625 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4626 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4627 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4628 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4629 that's true only with -std. */
d45dc31f 4630int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4631
81ecdfbb
RW
4632/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4633 inside strings and character constants. */
4634#define FOO(x) 'x'
4635int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4636
d45dc31f
SE
4637int test (int i, double x);
4638struct s1 {int (*f) (int a);};
4639struct s2 {int (*f) (double a);};
4640int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4641int argc;
4642char **argv;
42ecbf5e
DJ
4643int
4644main ()
4645{
d45dc31f 4646return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4647 ;
4648 return 0;
4649}
4650_ACEOF
81ecdfbb
RW
4651for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4652 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4653do
4654 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4655 if ac_fn_c_try_compile "$LINENO"; then :
4656 ac_cv_prog_cc_c89=$ac_arg
252b5132 4657fi
81ecdfbb
RW
4658rm -f core conftest.err conftest.$ac_objext
4659 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4660done
81ecdfbb 4661rm -f conftest.$ac_ext
d45dc31f 4662CC=$ac_save_CC
ac48eca1 4663
252b5132 4664fi
81ecdfbb
RW
4665# AC_CACHE_VAL
4666case "x$ac_cv_prog_cc_c89" in
4667 x)
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4669$as_echo "none needed" >&6; } ;;
4670 xno)
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4672$as_echo "unsupported" >&6; } ;;
d45dc31f 4673 *)
81ecdfbb
RW
4674 CC="$CC $ac_cv_prog_cc_c89"
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4676$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4677esac
81ecdfbb 4678if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4679
d45dc31f 4680fi
ac48eca1 4681
d45dc31f
SE
4682ac_ext=c
4683ac_cpp='$CPP $CPPFLAGS'
4684ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4685ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4686ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4687
7357c5b6
AM
4688ac_ext=c
4689ac_cpp='$CPP $CPPFLAGS'
4690ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4691ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4692ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4694$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4695# On Suns, sometimes $CPP names a directory.
4696if test -n "$CPP" && test -d "$CPP"; then
4697 CPP=
4698fi
4699if test -z "$CPP"; then
81ecdfbb
RW
4700 if test "${ac_cv_prog_CPP+set}" = set; then :
4701 $as_echo_n "(cached) " >&6
7357c5b6
AM
4702else
4703 # Double quotes because CPP needs to be expanded
4704 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4705 do
4706 ac_preproc_ok=false
4707for ac_c_preproc_warn_flag in '' yes
4708do
4709 # Use a header file that comes with gcc, so configuring glibc
4710 # with a fresh cross-compiler works.
4711 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4712 # <limits.h> exists even on freestanding compilers.
4713 # On the NeXT, cc -E runs the code through the compiler's parser,
4714 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4716/* end confdefs.h. */
4717#ifdef __STDC__
4718# include <limits.h>
4719#else
4720# include <assert.h>
4721#endif
4722 Syntax error
4723_ACEOF
81ecdfbb 4724if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4725
81ecdfbb 4726else
7357c5b6
AM
4727 # Broken: fails on valid input.
4728continue
4729fi
4730rm -f conftest.err conftest.$ac_ext
d7040cdb 4731
81ecdfbb 4732 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4733 # can be detected and how.
81ecdfbb 4734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4735/* end confdefs.h. */
4736#include <ac_nonexistent.h>
4737_ACEOF
81ecdfbb 4738if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4739 # Broken: success on invalid input.
4740continue
4741else
7357c5b6
AM
4742 # Passes both tests.
4743ac_preproc_ok=:
4744break
4745fi
4746rm -f conftest.err conftest.$ac_ext
d7040cdb 4747
7357c5b6
AM
4748done
4749# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4750rm -f conftest.err conftest.$ac_ext
81ecdfbb 4751if $ac_preproc_ok; then :
7357c5b6
AM
4752 break
4753fi
d7040cdb 4754
7357c5b6
AM
4755 done
4756 ac_cv_prog_CPP=$CPP
d7040cdb 4757
7357c5b6
AM
4758fi
4759 CPP=$ac_cv_prog_CPP
4760else
4761 ac_cv_prog_CPP=$CPP
4762fi
81ecdfbb
RW
4763{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4764$as_echo "$CPP" >&6; }
7357c5b6
AM
4765ac_preproc_ok=false
4766for ac_c_preproc_warn_flag in '' yes
4767do
4768 # Use a header file that comes with gcc, so configuring glibc
4769 # with a fresh cross-compiler works.
4770 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4771 # <limits.h> exists even on freestanding compilers.
4772 # On the NeXT, cc -E runs the code through the compiler's parser,
4773 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4775/* end confdefs.h. */
4776#ifdef __STDC__
4777# include <limits.h>
4778#else
4779# include <assert.h>
4780#endif
4781 Syntax error
4782_ACEOF
81ecdfbb 4783if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4784
81ecdfbb 4785else
7357c5b6
AM
4786 # Broken: fails on valid input.
4787continue
4788fi
4789rm -f conftest.err conftest.$ac_ext
d7040cdb 4790
81ecdfbb 4791 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4792 # can be detected and how.
81ecdfbb 4793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4794/* end confdefs.h. */
4795#include <ac_nonexistent.h>
4796_ACEOF
81ecdfbb 4797if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4798 # Broken: success on invalid input.
4799continue
4800else
7357c5b6
AM
4801 # Passes both tests.
4802ac_preproc_ok=:
4803break
4804fi
4805rm -f conftest.err conftest.$ac_ext
d7040cdb 4806
7357c5b6
AM
4807done
4808# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4809rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4810if $ac_preproc_ok; then :
4811
7357c5b6 4812else
81ecdfbb
RW
4813 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4814$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4815as_fn_error "C preprocessor \"$CPP\" fails sanity check
4816See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4817fi
d7040cdb 4818
7357c5b6
AM
4819ac_ext=c
4820ac_cpp='$CPP $CPPFLAGS'
4821ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4822ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4823ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
4824
4825
81ecdfbb
RW
4826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4827$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4828if test "${ac_cv_path_GREP+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
7357c5b6 4830else
81ecdfbb
RW
4831 if test -z "$GREP"; then
4832 ac_path_GREP_found=false
4833 # Loop through the user's path and test for each of PROGNAME-LIST
4834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4836do
4837 IFS=$as_save_IFS
4838 test -z "$as_dir" && as_dir=.
4839 for ac_prog in grep ggrep; do
4840 for ac_exec_ext in '' $ac_executable_extensions; do
4841 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4842 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4843# Check for GNU ac_path_GREP and select it if it is found.
4844 # Check for GNU $ac_path_GREP
4845case `"$ac_path_GREP" --version 2>&1` in
4846*GNU*)
4847 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4848*)
4849 ac_count=0
4850 $as_echo_n 0123456789 >"conftest.in"
4851 while :
4852 do
4853 cat "conftest.in" "conftest.in" >"conftest.tmp"
4854 mv "conftest.tmp" "conftest.in"
4855 cp "conftest.in" "conftest.nl"
4856 $as_echo 'GREP' >> "conftest.nl"
4857 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4858 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4859 as_fn_arith $ac_count + 1 && ac_count=$as_val
4860 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4861 # Best one so far, save it but keep looking for a better one
4862 ac_cv_path_GREP="$ac_path_GREP"
4863 ac_path_GREP_max=$ac_count
7357c5b6 4864 fi
81ecdfbb
RW
4865 # 10*(2^10) chars as input seems more than enough
4866 test $ac_count -gt 10 && break
4867 done
4868 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4869esac
4870
4871 $ac_path_GREP_found && break 3
4872 done
4873 done
4874 done
4875IFS=$as_save_IFS
4876 if test -z "$ac_cv_path_GREP"; then
4877 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4878 fi
4879else
4880 ac_cv_path_GREP=$GREP
4881fi
4882
7357c5b6 4883fi
81ecdfbb
RW
4884{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4885$as_echo "$ac_cv_path_GREP" >&6; }
4886 GREP="$ac_cv_path_GREP"
d7040cdb 4887
d7040cdb 4888
81ecdfbb
RW
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4890$as_echo_n "checking for egrep... " >&6; }
4891if test "${ac_cv_path_EGREP+set}" = set; then :
4892 $as_echo_n "(cached) " >&6
7357c5b6 4893else
81ecdfbb
RW
4894 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4895 then ac_cv_path_EGREP="$GREP -E"
4896 else
4897 if test -z "$EGREP"; then
4898 ac_path_EGREP_found=false
4899 # Loop through the user's path and test for each of PROGNAME-LIST
4900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4901for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4902do
4903 IFS=$as_save_IFS
4904 test -z "$as_dir" && as_dir=.
4905 for ac_prog in egrep; do
4906 for ac_exec_ext in '' $ac_executable_extensions; do
4907 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4908 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4909# Check for GNU ac_path_EGREP and select it if it is found.
4910 # Check for GNU $ac_path_EGREP
4911case `"$ac_path_EGREP" --version 2>&1` in
4912*GNU*)
4913 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4914*)
4915 ac_count=0
4916 $as_echo_n 0123456789 >"conftest.in"
4917 while :
4918 do
4919 cat "conftest.in" "conftest.in" >"conftest.tmp"
4920 mv "conftest.tmp" "conftest.in"
4921 cp "conftest.in" "conftest.nl"
4922 $as_echo 'EGREP' >> "conftest.nl"
4923 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4924 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4925 as_fn_arith $ac_count + 1 && ac_count=$as_val
4926 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4927 # Best one so far, save it but keep looking for a better one
4928 ac_cv_path_EGREP="$ac_path_EGREP"
4929 ac_path_EGREP_max=$ac_count
4930 fi
4931 # 10*(2^10) chars as input seems more than enough
4932 test $ac_count -gt 10 && break
4933 done
4934 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4935esac
4936
4937 $ac_path_EGREP_found && break 3
4938 done
4939 done
4940 done
4941IFS=$as_save_IFS
4942 if test -z "$ac_cv_path_EGREP"; then
4943 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4944 fi
4945else
4946 ac_cv_path_EGREP=$EGREP
4947fi
4948
4949 fi
4950fi
4951{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4952$as_echo "$ac_cv_path_EGREP" >&6; }
4953 EGREP="$ac_cv_path_EGREP"
4954
4955
4956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4957$as_echo_n "checking for ANSI C header files... " >&6; }
4958if test "${ac_cv_header_stdc+set}" = set; then :
4959 $as_echo_n "(cached) " >&6
4960else
4961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4962/* end confdefs.h. */
4963#include <stdlib.h>
4964#include <stdarg.h>
4965#include <string.h>
4966#include <float.h>
d7040cdb 4967
7357c5b6
AM
4968int
4969main ()
4970{
d7040cdb 4971
7357c5b6
AM
4972 ;
4973 return 0;
4974}
4975_ACEOF
81ecdfbb 4976if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4977 ac_cv_header_stdc=yes
4978else
81ecdfbb 4979 ac_cv_header_stdc=no
7357c5b6 4980fi
81ecdfbb 4981rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4982
7357c5b6
AM
4983if test $ac_cv_header_stdc = yes; then
4984 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4986/* end confdefs.h. */
4987#include <string.h>
d7040cdb 4988
7357c5b6
AM
4989_ACEOF
4990if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4991 $EGREP "memchr" >/dev/null 2>&1; then :
4992
d45dc31f 4993else
7357c5b6
AM
4994 ac_cv_header_stdc=no
4995fi
4996rm -f conftest*
d7040cdb 4997
7357c5b6 4998fi
d7040cdb 4999
7357c5b6
AM
5000if test $ac_cv_header_stdc = yes; then
5001 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5003/* end confdefs.h. */
5004#include <stdlib.h>
d7040cdb 5005
7357c5b6
AM
5006_ACEOF
5007if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5008 $EGREP "free" >/dev/null 2>&1; then :
5009
7357c5b6
AM
5010else
5011 ac_cv_header_stdc=no
5012fi
5013rm -f conftest*
d7040cdb 5014
7357c5b6 5015fi
d7040cdb 5016
7357c5b6
AM
5017if test $ac_cv_header_stdc = yes; then
5018 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5019 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5020 :
5021else
81ecdfbb 5022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5023/* end confdefs.h. */
5024#include <ctype.h>
81ecdfbb 5025#include <stdlib.h>
7357c5b6
AM
5026#if ((' ' & 0x0FF) == 0x020)
5027# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5028# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5029#else
5030# define ISLOWER(c) \
5031 (('a' <= (c) && (c) <= 'i') \
5032 || ('j' <= (c) && (c) <= 'r') \
5033 || ('s' <= (c) && (c) <= 'z'))
5034# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5035#endif
d7040cdb 5036
7357c5b6
AM
5037#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5038int
5039main ()
5040{
5041 int i;
5042 for (i = 0; i < 256; i++)
5043 if (XOR (islower (i), ISLOWER (i))
5044 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5045 return 2;
5046 return 0;
7357c5b6
AM
5047}
5048_ACEOF
81ecdfbb 5049if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5050
81ecdfbb
RW
5051else
5052 ac_cv_header_stdc=no
7357c5b6 5053fi
81ecdfbb
RW
5054rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5055 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5056fi
81ecdfbb 5057
7357c5b6
AM
5058fi
5059fi
81ecdfbb
RW
5060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5061$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5062if test $ac_cv_header_stdc = yes; then
d7040cdb 5063
81ecdfbb 5064$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5065
7357c5b6 5066fi
d7040cdb 5067
7357c5b6 5068# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
5069for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5070 inttypes.h stdint.h unistd.h
5071do :
5072 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5073ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5074"
5075eval as_val=\$$as_ac_Header
5076 if test "x$as_val" = x""yes; then :
5077 cat >>confdefs.h <<_ACEOF
5078#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5079_ACEOF
d7040cdb 5080
81ecdfbb 5081fi
d7040cdb 5082
81ecdfbb 5083done
d7040cdb
SE
5084
5085
5086
81ecdfbb
RW
5087 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5088if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5089 MINIX=yes
5090else
5091 MINIX=
5092fi
d7040cdb
SE
5093
5094
81ecdfbb 5095 if test "$MINIX" = yes; then
d7040cdb 5096
81ecdfbb 5097$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 5098
d7040cdb 5099
81ecdfbb 5100$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5101
5102
81ecdfbb 5103$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5104
81ecdfbb 5105 fi
d7040cdb
SE
5106
5107
81ecdfbb
RW
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5109$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5110if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5111 $as_echo_n "(cached) " >&6
7357c5b6 5112else
81ecdfbb 5113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5114/* end confdefs.h. */
d7040cdb 5115
7357c5b6
AM
5116# define __EXTENSIONS__ 1
5117 $ac_includes_default
5118int
5119main ()
5120{
d7040cdb 5121
7357c5b6
AM
5122 ;
5123 return 0;
5124}
5125_ACEOF
81ecdfbb 5126if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5127 ac_cv_safe_to_define___extensions__=yes
d7040cdb 5128else
81ecdfbb 5129 ac_cv_safe_to_define___extensions__=no
d7040cdb 5130fi
81ecdfbb 5131rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5132fi
81ecdfbb
RW
5133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5134$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5135 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5136 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 5137
81ecdfbb 5138 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5139
81ecdfbb 5140 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 5141
81ecdfbb 5142 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 5143
81ecdfbb 5144 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
5145
5146
e3525117 5147
5691d22d 5148
81ecdfbb 5149
718a6fd8
SE
5150case `pwd` in
5151 *\ * | *\ *)
81ecdfbb
RW
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5153$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5154esac
d7040cdb
SE
5155
5156
7357c5b6 5157
f2c621e4
AS
5158macro_version='2.2.7a'
5159macro_revision='1.3134'
7357c5b6
AM
5160
5161
5162
5163
5164
5165
7357c5b6
AM
5166
5167
5168
5169
5170
5171
5172
718a6fd8 5173ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5174
3725885a
RW
5175# Backslashify metacharacters that are still active within
5176# double-quoted strings.
5177sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5178
5179# Same as above, but do not quote variable references.
5180double_quote_subst='s/\(["`\\]\)/\\\1/g'
5181
5182# Sed substitution to delay expansion of an escaped shell variable in a
5183# double_quote_subst'ed string.
5184delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5185
5186# Sed substitution to delay expansion of an escaped single quote.
5187delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5188
5189# Sed substitution to avoid accidental globbing in evaled expressions
5190no_glob_subst='s/\*/\\\*/g'
5191
5192ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5193ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5194ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5195
5196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5197$as_echo_n "checking how to print strings... " >&6; }
5198# Test print first, because it will be a builtin if present.
f2c621e4 5199if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5200 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5201 ECHO='print -r --'
5202elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5203 ECHO='printf %s\n'
5204else
5205 # Use this function as a fallback that always works.
5206 func_fallback_echo ()
5207 {
5208 eval 'cat <<_LTECHO_EOF
5209$1
5210_LTECHO_EOF'
5211 }
5212 ECHO='func_fallback_echo'
5213fi
5214
5215# func_echo_all arg...
5216# Invoke $ECHO with all args, space-separated.
5217func_echo_all ()
5218{
5219 $ECHO ""
5220}
5221
5222case "$ECHO" in
5223 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5224$as_echo "printf" >&6; } ;;
5225 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5226$as_echo "print -r" >&6; } ;;
5227 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5228$as_echo "cat" >&6; } ;;
5229esac
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
81ecdfbb
RW
5244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5245$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5246if test "${ac_cv_path_SED+set}" = set; then :
5247 $as_echo_n "(cached) " >&6
7357c5b6 5248else
81ecdfbb
RW
5249 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5250 for ac_i in 1 2 3 4 5 6 7; do
5251 ac_script="$ac_script$as_nl$ac_script"
5252 done
5253 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5254 { ac_script=; unset ac_script;}
5255 if test -z "$SED"; then
5256 ac_path_SED_found=false
5257 # Loop through the user's path and test for each of PROGNAME-LIST
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5259for as_dir in $PATH
5260do
5261 IFS=$as_save_IFS
5262 test -z "$as_dir" && as_dir=.
81ecdfbb 5263 for ac_prog in sed gsed; do
7357c5b6 5264 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5265 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5266 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5267# Check for GNU ac_path_SED and select it if it is found.
5268 # Check for GNU $ac_path_SED
5269case `"$ac_path_SED" --version 2>&1` in
5270*GNU*)
5271 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5272*)
5273 ac_count=0
5274 $as_echo_n 0123456789 >"conftest.in"
5275 while :
5276 do
5277 cat "conftest.in" "conftest.in" >"conftest.tmp"
5278 mv "conftest.tmp" "conftest.in"
5279 cp "conftest.in" "conftest.nl"
5280 $as_echo '' >> "conftest.nl"
5281 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5282 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5283 as_fn_arith $ac_count + 1 && ac_count=$as_val
5284 if test $ac_count -gt ${ac_path_SED_max-0}; then
5285 # Best one so far, save it but keep looking for a better one
5286 ac_cv_path_SED="$ac_path_SED"
5287 ac_path_SED_max=$ac_count
5288 fi
5289 # 10*(2^10) chars as input seems more than enough
5290 test $ac_count -gt 10 && break
5291 done
5292 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5293esac
5294
5295 $ac_path_SED_found && break 3
7357c5b6
AM
5296 done
5297 done
81ecdfbb 5298 done
7357c5b6 5299IFS=$as_save_IFS
81ecdfbb
RW
5300 if test -z "$ac_cv_path_SED"; then
5301 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5302 fi
81ecdfbb
RW
5303else
5304 ac_cv_path_SED=$SED
7357c5b6
AM
5305fi
5306
81ecdfbb
RW
5307fi
5308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5309$as_echo "$ac_cv_path_SED" >&6; }
5310 SED="$ac_cv_path_SED"
5311 rm -f conftest.sed
7357c5b6
AM
5312
5313test -z "$SED" && SED=sed
5314Xsed="$SED -e 1s/^X//"
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
81ecdfbb
RW
5326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5327$as_echo_n "checking for fgrep... " >&6; }
5328if test "${ac_cv_path_FGREP+set}" = set; then :
5329 $as_echo_n "(cached) " >&6
7357c5b6 5330else
81ecdfbb
RW
5331 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5332 then ac_cv_path_FGREP="$GREP -F"
5333 else
5334 if test -z "$FGREP"; then
5335 ac_path_FGREP_found=false
5336 # Loop through the user's path and test for each of PROGNAME-LIST
5337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5338for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5339do
5340 IFS=$as_save_IFS
5341 test -z "$as_dir" && as_dir=.
5342 for ac_prog in fgrep; do
5343 for ac_exec_ext in '' $ac_executable_extensions; do
5344 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5345 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5346# Check for GNU ac_path_FGREP and select it if it is found.
5347 # Check for GNU $ac_path_FGREP
5348case `"$ac_path_FGREP" --version 2>&1` in
5349*GNU*)
5350 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5351*)
5352 ac_count=0
5353 $as_echo_n 0123456789 >"conftest.in"
5354 while :
5355 do
5356 cat "conftest.in" "conftest.in" >"conftest.tmp"
5357 mv "conftest.tmp" "conftest.in"
5358 cp "conftest.in" "conftest.nl"
5359 $as_echo 'FGREP' >> "conftest.nl"
5360 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5361 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5362 as_fn_arith $ac_count + 1 && ac_count=$as_val
5363 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5364 # Best one so far, save it but keep looking for a better one
5365 ac_cv_path_FGREP="$ac_path_FGREP"
5366 ac_path_FGREP_max=$ac_count
7357c5b6 5367 fi
81ecdfbb
RW
5368 # 10*(2^10) chars as input seems more than enough
5369 test $ac_count -gt 10 && break
5370 done
5371 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5372esac
5373
5374 $ac_path_FGREP_found && break 3
5375 done
5376 done
5377 done
5378IFS=$as_save_IFS
5379 if test -z "$ac_cv_path_FGREP"; then
5380 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5381 fi
5382else
5383 ac_cv_path_FGREP=$FGREP
5384fi
5385
5386 fi
7357c5b6 5387fi
81ecdfbb
RW
5388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5389$as_echo "$ac_cv_path_FGREP" >&6; }
5390 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5391
5392
5393test -z "$GREP" && GREP=grep
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
81ecdfbb
RW
5413# Check whether --with-gnu-ld was given.
5414if test "${with_gnu_ld+set}" = set; then :
5415 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5416else
5417 with_gnu_ld=no
81ecdfbb
RW
5418fi
5419
7357c5b6
AM
5420ac_prog=ld
5421if test "$GCC" = yes; then
5422 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5424$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5425 case $host in
5426 *-*-mingw*)
d45dc31f
SE
5427 # gcc leaves a trailing carriage return which upsets mingw
5428 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5429 *)
5430 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5431 esac
5432 case $ac_prog in
5433 # Accept absolute paths.
d7040cdb 5434 [\\/]* | ?:[\\/]*)
d45dc31f 5435 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5436 # Canonicalize the pathname of ld
5437 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5438 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5439 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5440 done
5441 test -z "$LD" && LD="$ac_prog"
5442 ;;
5443 "")
5444 # If it fails, then pretend we aren't using GCC.
5445 ac_prog=ld
5446 ;;
5447 *)
5448 # If it is relative, then search for the first ld in PATH.
5449 with_gnu_ld=unknown
5450 ;;
5451 esac
5452elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5454$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5455else
81ecdfbb
RW
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5457$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5458fi
81ecdfbb
RW
5459if test "${lt_cv_path_LD+set}" = set; then :
5460 $as_echo_n "(cached) " >&6
d45dc31f
SE
5461else
5462 if test -z "$LD"; then
d7040cdb 5463 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5464 for ac_dir in $PATH; do
d7040cdb 5465 IFS="$lt_save_ifs"
d45dc31f
SE
5466 test -z "$ac_dir" && ac_dir=.
5467 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5468 lt_cv_path_LD="$ac_dir/$ac_prog"
5469 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5470 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5471 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5472 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5473 *GNU* | *'with BFD'*)
d45dc31f 5474 test "$with_gnu_ld" != no && break
d7040cdb
SE
5475 ;;
5476 *)
d45dc31f 5477 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5478 ;;
5479 esac
d45dc31f
SE
5480 fi
5481 done
d7040cdb 5482 IFS="$lt_save_ifs"
d45dc31f
SE
5483else
5484 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5485fi
5486fi
1ad12f97 5487
d45dc31f
SE
5488LD="$lt_cv_path_LD"
5489if test -n "$LD"; then
81ecdfbb
RW
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5491$as_echo "$LD" >&6; }
d45dc31f 5492else
81ecdfbb
RW
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5494$as_echo "no" >&6; }
d45dc31f 5495fi
81ecdfbb
RW
5496test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5498$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5499if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5500 $as_echo_n "(cached) " >&6
d45dc31f 5501else
d7040cdb
SE
5502 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5503case `$LD -v 2>&1 </dev/null` in
5504*GNU* | *'with BFD'*)
d45dc31f 5505 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5506 ;;
5507*)
d45dc31f 5508 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5509 ;;
5510esac
d45dc31f 5511fi
81ecdfbb
RW
5512{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5513$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5514with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5515
d45dc31f 5516
42ecbf5e 5517
d7040cdb
SE
5518
5519
5520
5521
5522
5523
81ecdfbb
RW
5524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5525$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5526if test "${lt_cv_path_NM+set}" = set; then :
5527 $as_echo_n "(cached) " >&6
d45dc31f
SE
5528else
5529 if test -n "$NM"; then
5530 # Let the user override the test.
5531 lt_cv_path_NM="$NM"
5532else
d7040cdb
SE
5533 lt_nm_to_check="${ac_tool_prefix}nm"
5534 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5535 lt_nm_to_check="$lt_nm_to_check nm"
5536 fi
5537 for lt_tmp_nm in $lt_nm_to_check; do
5538 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5539 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5540 IFS="$lt_save_ifs"
5541 test -z "$ac_dir" && ac_dir=.
5542 tmp_nm="$ac_dir/$lt_tmp_nm"
5543 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5544 # Check to see if the nm accepts a BSD-compat flag.
5545 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5546 # nm: unknown option "B" ignored
5547 # Tru64's nm complains that /dev/null is an invalid object file
5548 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5549 */dev/null* | *'Invalid file or object type'*)
5550 lt_cv_path_NM="$tmp_nm -B"
5551 break
5552 ;;
5553 *)
5554 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5555 */dev/null*)
5556 lt_cv_path_NM="$tmp_nm -p"
5557 break
5558 ;;
5559 *)
5560 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5561 continue # so that we can try to find one that supports BSD flags
5562 ;;
5563 esac
5564 ;;
5565 esac
d45dc31f 5566 fi
d7040cdb
SE
5567 done
5568 IFS="$lt_save_ifs"
d45dc31f 5569 done
d7040cdb 5570 : ${lt_cv_path_NM=no}
d45dc31f 5571fi
a541e3ce 5572fi
81ecdfbb
RW
5573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5574$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5575if test "$lt_cv_path_NM" != "no"; then
5576 NM="$lt_cv_path_NM"
d45dc31f 5577else
d7040cdb 5578 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5579 if test -n "$DUMPBIN"; then :
5580 # Let the user override the test.
5581 else
5582 if test -n "$ac_tool_prefix"; then
5583 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5584 do
5585 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5586set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5587{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5588$as_echo_n "checking for $ac_word... " >&6; }
5589if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5590 $as_echo_n "(cached) " >&6
d45dc31f 5591else
d7040cdb
SE
5592 if test -n "$DUMPBIN"; then
5593 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5594else
5595as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5596for as_dir in $PATH
5597do
5598 IFS=$as_save_IFS
5599 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5600 for ac_exec_ext in '' $ac_executable_extensions; do
5601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5602 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5604 break 2
5605 fi
5606done
81ecdfbb
RW
5607 done
5608IFS=$as_save_IFS
398ee8f1 5609
d7040cdb
SE
5610fi
5611fi
5612DUMPBIN=$ac_cv_prog_DUMPBIN
5613if test -n "$DUMPBIN"; then
81ecdfbb
RW
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5615$as_echo "$DUMPBIN" >&6; }
d7040cdb 5616else
81ecdfbb
RW
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5618$as_echo "no" >&6; }
d7040cdb 5619fi
d15b04bd 5620
81ecdfbb 5621
d7040cdb
SE
5622 test -n "$DUMPBIN" && break
5623 done
5624fi
5625if test -z "$DUMPBIN"; then
5626 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5627 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5628do
5629 # Extract the first word of "$ac_prog", so it can be a program name with args.
5630set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5632$as_echo_n "checking for $ac_word... " >&6; }
5633if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5634 $as_echo_n "(cached) " >&6
d7040cdb
SE
5635else
5636 if test -n "$ac_ct_DUMPBIN"; then
5637 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5638else
5639as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5640for as_dir in $PATH
5641do
5642 IFS=$as_save_IFS
5643 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5644 for ac_exec_ext in '' $ac_executable_extensions; do
5645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5646 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5648 break 2
d45dc31f 5649 fi
d7040cdb 5650done
81ecdfbb
RW
5651 done
5652IFS=$as_save_IFS
d15b04bd 5653
d7040cdb
SE
5654fi
5655fi
5656ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5657if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5659$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5660else
81ecdfbb
RW
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5662$as_echo "no" >&6; }
d7040cdb 5663fi
42ecbf5e 5664
81ecdfbb 5665
d7040cdb
SE
5666 test -n "$ac_ct_DUMPBIN" && break
5667done
d45dc31f 5668
81ecdfbb
RW
5669 if test "x$ac_ct_DUMPBIN" = x; then
5670 DUMPBIN=":"
5671 else
5672 case $cross_compiling:$ac_tool_warned in
5673yes:)
5674{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5675$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5676ac_tool_warned=yes ;;
5677esac
5678 DUMPBIN=$ac_ct_DUMPBIN
5679 fi
d7040cdb 5680fi
d45dc31f 5681
3725885a
RW
5682 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5683 *COFF*)
5684 DUMPBIN="$DUMPBIN -symbols"
5685 ;;
5686 *)
5687 DUMPBIN=:
5688 ;;
5689 esac
5690 fi
d45dc31f 5691
d7040cdb
SE
5692 if test "$DUMPBIN" != ":"; then
5693 NM="$DUMPBIN"
42ecbf5e 5694 fi
d7040cdb
SE
5695fi
5696test -z "$NM" && NM=nm
d45dc31f 5697
42ecbf5e 5698
d15b04bd 5699
42ecbf5e 5700
d45dc31f 5701
42ecbf5e 5702
81ecdfbb
RW
5703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5704$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5705if test "${lt_cv_nm_interface+set}" = set; then :
5706 $as_echo_n "(cached) " >&6
d7040cdb
SE
5707else
5708 lt_cv_nm_interface="BSD nm"
5709 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5710 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5711 (eval "$ac_compile" 2>conftest.err)
5712 cat conftest.err >&5
3725885a 5713 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5714 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5715 cat conftest.err >&5
3725885a 5716 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5717 cat conftest.out >&5
5718 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5719 lt_cv_nm_interface="MS dumpbin"
5720 fi
5721 rm -f conftest*
42ecbf5e 5722fi
81ecdfbb
RW
5723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5724$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 5725
81ecdfbb
RW
5726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5727$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5728LN_S=$as_ln_s
5729if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5731$as_echo "yes" >&6; }
d7040cdb 5732else
81ecdfbb
RW
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5734$as_echo "no, using $LN_S" >&6; }
d7040cdb 5735fi
d45dc31f
SE
5736
5737# find the maximum length of command line arguments
81ecdfbb
RW
5738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5739$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5740if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5741 $as_echo_n "(cached) " >&6
42ecbf5e 5742else
d45dc31f
SE
5743 i=0
5744 teststring="ABCD"
5745
5746 case $build_os in
5747 msdosdjgpp*)
5748 # On DJGPP, this test can blow up pretty badly due to problems in libc
5749 # (any single argument exceeding 2000 bytes causes a buffer overrun
5750 # during glob expansion). Even if it were fixed, the result of this
5751 # check would be larger than it should be.
5752 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5753 ;;
5754
d7040cdb
SE
5755 gnu*)
5756 # Under GNU Hurd, this test is not required because there is
5757 # no limit to the length of command line arguments.
5758 # Libtool will interpret -1 as no limit whatsoever
5759 lt_cv_sys_max_cmd_len=-1;
5760 ;;
5761
718a6fd8 5762 cygwin* | mingw* | cegcc*)
d45dc31f
SE
5763 # On Win9x/ME, this test blows up -- it succeeds, but takes
5764 # about 5 minutes as the teststring grows exponentially.
5765 # Worse, since 9x/ME are not pre-emptively multitasking,
5766 # you end up with a "frozen" computer, even though with patience
5767 # the test eventually succeeds (with a max line length of 256k).
5768 # Instead, let's just punt: use the minimum linelength reported by
5769 # all of the supported platforms: 8192 (on NT/2K/XP).
5770 lt_cv_sys_max_cmd_len=8192;
5771 ;;
5772
3725885a
RW
5773 mint*)
5774 # On MiNT this can take a long time and run out of memory.
5775 lt_cv_sys_max_cmd_len=8192;
5776 ;;
5777
d45dc31f
SE
5778 amigaos*)
5779 # On AmigaOS with pdksh, this test takes hours, literally.
5780 # So we just punt and use a minimum line length of 8192.
5781 lt_cv_sys_max_cmd_len=8192;
5782 ;;
5783
5784 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5785 # This has been around since 386BSD, at least. Likely further.
5786 if test -x /sbin/sysctl; then
5787 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5788 elif test -x /usr/sbin/sysctl; then
5789 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5790 else
d7040cdb 5791 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
5792 fi
5793 # And add a safety zone
5794 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5795 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5796 ;;
d7040cdb
SE
5797
5798 interix*)
5799 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5800 lt_cv_sys_max_cmd_len=196608
5801 ;;
5802
5803 osf*)
5804 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5805 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5806 # nice to cause kernel panics so lets avoid the loop below.
5807 # First set a reasonable default.
5808 lt_cv_sys_max_cmd_len=16384
5809 #
5810 if test -x /sbin/sysconfig; then
5811 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5812 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5813 esac
5814 fi
5815 ;;
5816 sco3.2v5*)
5817 lt_cv_sys_max_cmd_len=102400
5818 ;;
5819 sysv5* | sco5v6* | sysv4.2uw2*)
5820 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5821 if test -n "$kargmax"; then
5822 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5823 else
5824 lt_cv_sys_max_cmd_len=32768
5825 fi
5826 ;;
5827 *)
718a6fd8
SE
5828 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5829 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
5830 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5831 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5832 else
5833 # Make teststring a little bigger before we do anything with it.
5834 # a 1K string should be a reasonable start.
5835 for i in 1 2 3 4 5 6 7 8 ; do
5836 teststring=$teststring$teststring
5837 done
5838 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5839 # If test is not a shell built-in, we'll probably end up computing a
5840 # maximum length that is only half of the actual maximum length, but
5841 # we can't tell.
3725885a
RW
5842 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5843 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
5844 test $i != 17 # 1/2 MB should be enough
5845 do
5846 i=`expr $i + 1`
5847 teststring=$teststring$teststring
5848 done
5849 # Only check the string length outside the loop.
5850 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5851 teststring=
5852 # Add a significant safety factor because C++ compilers can tack on
5853 # massive amounts of additional arguments before passing them to the
5854 # linker. It appears as though 1/2 is a usable value.
5855 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5856 fi
d7040cdb 5857 ;;
d45dc31f 5858 esac
42ecbf5e 5859
42ecbf5e
DJ
5860fi
5861
d7040cdb 5862if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5864$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 5865else
81ecdfbb
RW
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5867$as_echo "none" >&6; }
252b5132 5868fi
d7040cdb 5869max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 5870
d45dc31f 5871
42ecbf5e 5872
d45dc31f 5873
d45dc31f 5874
d7040cdb 5875
d7040cdb
SE
5876: ${CP="cp -f"}
5877: ${MV="mv -f"}
5878: ${RM="rm -f"}
5879
81ecdfbb
RW
5880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5881$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5882# Try some XSI features
5883xsi_shell=no
5884( _lt_dummy="a/b/c"
f2c621e4
AS
5885 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5886 = c,a/b,, \
718a6fd8
SE
5887 && eval 'test $(( 1 + 1 )) -eq 2 \
5888 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5889 && xsi_shell=yes
81ecdfbb
RW
5890{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5891$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5892
5893
81ecdfbb
RW
5894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5895$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5896lt_shell_append=no
5897( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5898 >/dev/null 2>&1 \
5899 && lt_shell_append=yes
81ecdfbb
RW
5900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5901$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5902
5903
5904if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5905 lt_unset=unset
252b5132 5906else
d7040cdb 5907 lt_unset=false
252b5132
RH
5908fi
5909
d7040cdb
SE
5910
5911
5912
5913
5914# test EBCDIC or ASCII
5915case `echo X|tr X '\101'` in
5916 A) # ASCII based system
5917 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5918 lt_SP2NL='tr \040 \012'
5919 lt_NL2SP='tr \015\012 \040\040'
5920 ;;
5921 *) # EBCDIC based system
5922 lt_SP2NL='tr \100 \n'
5923 lt_NL2SP='tr \r\n \100\100'
5924 ;;
5925esac
5926
5927
5928
5929
5930
5931
5932
5933
5934
81ecdfbb
RW
5935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5936$as_echo_n "checking for $LD option to reload object files... " >&6; }
5937if test "${lt_cv_ld_reload_flag+set}" = set; then :
5938 $as_echo_n "(cached) " >&6
252b5132 5939else
d7040cdb
SE
5940 lt_cv_ld_reload_flag='-r'
5941fi
81ecdfbb
RW
5942{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5943$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5944reload_flag=$lt_cv_ld_reload_flag
5945case $reload_flag in
5946"" | " "*) ;;
5947*) reload_flag=" $reload_flag" ;;
5948esac
5949reload_cmds='$LD$reload_flag -o $output$reload_objs'
5950case $host_os in
5951 darwin*)
5952 if test "$GCC" = yes; then
5953 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5954 else
5955 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5956 fi
5957 ;;
5958esac
5959
5960
5961
5962
5963
5964
5965
5966
5967
718a6fd8
SE
5968if test -n "$ac_tool_prefix"; then
5969 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5970set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5972$as_echo_n "checking for $ac_word... " >&6; }
5973if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5974 $as_echo_n "(cached) " >&6
718a6fd8
SE
5975else
5976 if test -n "$OBJDUMP"; then
5977 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5978else
5979as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5980for as_dir in $PATH
5981do
5982 IFS=$as_save_IFS
5983 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5984 for ac_exec_ext in '' $ac_executable_extensions; do
5985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5986 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5988 break 2
5989 fi
5990done
81ecdfbb
RW
5991 done
5992IFS=$as_save_IFS
718a6fd8
SE
5993
5994fi
5995fi
5996OBJDUMP=$ac_cv_prog_OBJDUMP
5997if test -n "$OBJDUMP"; then
81ecdfbb
RW
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5999$as_echo "$OBJDUMP" >&6; }
718a6fd8 6000else
81ecdfbb
RW
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6002$as_echo "no" >&6; }
718a6fd8
SE
6003fi
6004
81ecdfbb 6005
718a6fd8
SE
6006fi
6007if test -z "$ac_cv_prog_OBJDUMP"; then
6008 ac_ct_OBJDUMP=$OBJDUMP
6009 # Extract the first word of "objdump", so it can be a program name with args.
6010set dummy objdump; ac_word=$2
81ecdfbb
RW
6011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6012$as_echo_n "checking for $ac_word... " >&6; }
6013if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6014 $as_echo_n "(cached) " >&6
718a6fd8
SE
6015else
6016 if test -n "$ac_ct_OBJDUMP"; then
6017 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6018else
6019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6020for as_dir in $PATH
6021do
6022 IFS=$as_save_IFS
6023 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6024 for ac_exec_ext in '' $ac_executable_extensions; do
6025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6026 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6028 break 2
6029 fi
6030done
81ecdfbb
RW
6031 done
6032IFS=$as_save_IFS
718a6fd8 6033
718a6fd8
SE
6034fi
6035fi
6036ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6037if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6039$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6040else
81ecdfbb
RW
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6042$as_echo "no" >&6; }
718a6fd8
SE
6043fi
6044
81ecdfbb
RW
6045 if test "x$ac_ct_OBJDUMP" = x; then
6046 OBJDUMP="false"
6047 else
6048 case $cross_compiling:$ac_tool_warned in
6049yes:)
6050{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6051$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6052ac_tool_warned=yes ;;
6053esac
6054 OBJDUMP=$ac_ct_OBJDUMP
6055 fi
718a6fd8
SE
6056else
6057 OBJDUMP="$ac_cv_prog_OBJDUMP"
6058fi
6059
6060test -z "$OBJDUMP" && OBJDUMP=objdump
6061
6062
6063
6064
6065
6066
6067
6068
d7040cdb 6069
81ecdfbb
RW
6070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6071$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6072if test "${lt_cv_deplibs_check_method+set}" = set; then :
6073 $as_echo_n "(cached) " >&6
d7040cdb
SE
6074else
6075 lt_cv_file_magic_cmd='$MAGIC_CMD'
6076lt_cv_file_magic_test_file=
6077lt_cv_deplibs_check_method='unknown'
6078# Need to set the preceding variable on all platforms that support
6079# interlibrary dependencies.
6080# 'none' -- dependencies not supported.
6081# `unknown' -- same as none, but documents that we really don't know.
6082# 'pass_all' -- all dependencies passed with no checks.
6083# 'test_compile' -- check by making test program.
6084# 'file_magic [[regex]]' -- check by looking for files in library path
6085# which responds to the $file_magic_cmd with a given extended regex.
6086# If you have `file' or equivalent on your system and you're not sure
6087# whether `pass_all' will *always* work, you probably want this one.
6088
6089case $host_os in
50e7d84b 6090aix[4-9]*)
d7040cdb
SE
6091 lt_cv_deplibs_check_method=pass_all
6092 ;;
6093
6094beos*)
6095 lt_cv_deplibs_check_method=pass_all
6096 ;;
6097
6098bsdi[45]*)
6099 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6100 lt_cv_file_magic_cmd='/usr/bin/file -L'
6101 lt_cv_file_magic_test_file=/shlib/libc.so
6102 ;;
6103
6104cygwin*)
6105 # func_win32_libid is a shell function defined in ltmain.sh
6106 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6107 lt_cv_file_magic_cmd='func_win32_libid'
6108 ;;
6109
6110mingw* | pw32*)
6111 # Base MSYS/MinGW do not provide the 'file' command needed by
6112 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6113 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6114 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6115 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6116 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6117 lt_cv_file_magic_cmd='func_win32_libid'
6118 else
f2c621e4 6119 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
6120 lt_cv_file_magic_cmd='$OBJDUMP -f'
6121 fi
6122 ;;
6123
3725885a 6124cegcc*)
718a6fd8
SE
6125 # use the weaker test based on 'objdump'. See mingw*.
6126 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6127 lt_cv_file_magic_cmd='$OBJDUMP -f'
6128 ;;
6129
d7040cdb
SE
6130darwin* | rhapsody*)
6131 lt_cv_deplibs_check_method=pass_all
d45dc31f 6132 ;;
d7040cdb
SE
6133
6134freebsd* | dragonfly*)
6135 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6136 case $host_cpu in
6137 i*86 )
6138 # Not sure whether the presence of OpenBSD here was a mistake.
6139 # Let's accept both of them until this is cleared up.
6140 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6141 lt_cv_file_magic_cmd=/usr/bin/file
6142 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6143 ;;
6144 esac
6145 else
6146 lt_cv_deplibs_check_method=pass_all
6147 fi
6148 ;;
6149
6150gnu*)
6151 lt_cv_deplibs_check_method=pass_all
d45dc31f 6152 ;;
d7040cdb 6153
3725885a
RW
6154haiku*)
6155 lt_cv_deplibs_check_method=pass_all
6156 ;;
6157
d7040cdb
SE
6158hpux10.20* | hpux11*)
6159 lt_cv_file_magic_cmd=/usr/bin/file
6160 case $host_cpu in
6161 ia64*)
6162 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6163 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6164 ;;
6165 hppa*64*)
3725885a 6166 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
6167 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6168 ;;
d45dc31f 6169 *)
3725885a 6170 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6171 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6172 ;;
6173 esac
6174 ;;
42ecbf5e 6175
d7040cdb
SE
6176interix[3-9]*)
6177 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6179 ;;
42ecbf5e 6180
d7040cdb
SE
6181irix5* | irix6* | nonstopux*)
6182 case $LD in
6183 *-32|*"-32 ") libmagic=32-bit;;
6184 *-n32|*"-n32 ") libmagic=N32;;
6185 *-64|*"-64 ") libmagic=64-bit;;
6186 *) libmagic=never-match;;
6187 esac
6188 lt_cv_deplibs_check_method=pass_all
d45dc31f 6189 ;;
42ecbf5e 6190
d7040cdb 6191# This must be Linux ELF.
58e24671 6192linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6193 lt_cv_deplibs_check_method=pass_all
6194 ;;
252b5132 6195
d7040cdb
SE
6196netbsd*)
6197 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6198 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6199 else
d7040cdb 6200 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6201 fi
d7040cdb
SE
6202 ;;
6203
6204newos6*)
6205 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6206 lt_cv_file_magic_cmd=/usr/bin/file
6207 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6208 ;;
6209
6210*nto* | *qnx*)
6211 lt_cv_deplibs_check_method=pass_all
6212 ;;
42ecbf5e 6213
d7040cdb
SE
6214openbsd*)
6215 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6216 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6217 else
6218 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6219 fi
6220 ;;
d7040cdb
SE
6221
6222osf3* | osf4* | osf5*)
6223 lt_cv_deplibs_check_method=pass_all
6224 ;;
6225
6226rdos*)
6227 lt_cv_deplibs_check_method=pass_all
6228 ;;
6229
6230solaris*)
6231 lt_cv_deplibs_check_method=pass_all
6232 ;;
6233
6234sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6235 lt_cv_deplibs_check_method=pass_all
6236 ;;
6237
6238sysv4 | sysv4.3*)
6239 case $host_vendor in
6240 motorola)
6241 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]'
6242 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6243 ;;
6244 ncr)
6245 lt_cv_deplibs_check_method=pass_all
6246 ;;
6247 sequent)
6248 lt_cv_file_magic_cmd='/bin/file'
6249 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6250 ;;
6251 sni)
6252 lt_cv_file_magic_cmd='/bin/file'
6253 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6254 lt_cv_file_magic_test_file=/lib/libc.so
6255 ;;
6256 siemens)
6257 lt_cv_deplibs_check_method=pass_all
6258 ;;
6259 pc)
6260 lt_cv_deplibs_check_method=pass_all
6261 ;;
6262 esac
6263 ;;
6264
6265tpf*)
6266 lt_cv_deplibs_check_method=pass_all
6267 ;;
d45dc31f 6268esac
42ecbf5e 6269
d7040cdb 6270fi
81ecdfbb
RW
6271{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6272$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6273file_magic_cmd=$lt_cv_file_magic_cmd
6274deplibs_check_method=$lt_cv_deplibs_check_method
6275test -z "$deplibs_check_method" && deplibs_check_method=unknown
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
d45dc31f 6288if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6289 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6290set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6292$as_echo_n "checking for $ac_word... " >&6; }
6293if test "${ac_cv_prog_AR+set}" = set; then :
6294 $as_echo_n "(cached) " >&6
42ecbf5e 6295else
d7040cdb
SE
6296 if test -n "$AR"; then
6297 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6298else
6299as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6300for as_dir in $PATH
6301do
6302 IFS=$as_save_IFS
6303 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6304 for ac_exec_ext in '' $ac_executable_extensions; do
6305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6306 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6308 break 2
6309 fi
6310done
81ecdfbb
RW
6311 done
6312IFS=$as_save_IFS
42ecbf5e 6313
42ecbf5e 6314fi
d45dc31f 6315fi
d7040cdb
SE
6316AR=$ac_cv_prog_AR
6317if test -n "$AR"; then
81ecdfbb
RW
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6319$as_echo "$AR" >&6; }
d45dc31f 6320else
81ecdfbb
RW
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6322$as_echo "no" >&6; }
d45dc31f 6323fi
42ecbf5e 6324
81ecdfbb 6325
42ecbf5e 6326fi
f2c621e4 6327if test -z "$ac_cv_prog_AR"; then
d7040cdb 6328 ac_ct_AR=$AR
f2c621e4
AS
6329 # Extract the first word of "ar", so it can be a program name with args.
6330set dummy ar; ac_word=$2
81ecdfbb
RW
6331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6332$as_echo_n "checking for $ac_word... " >&6; }
6333if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6334 $as_echo_n "(cached) " >&6
42ecbf5e 6335else
d7040cdb
SE
6336 if test -n "$ac_ct_AR"; then
6337 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6338else
d45dc31f
SE
6339as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6340for as_dir in $PATH
6341do
6342 IFS=$as_save_IFS
6343 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6344 for ac_exec_ext in '' $ac_executable_extensions; do
6345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6346 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6348 break 2
6349 fi
6350done
81ecdfbb
RW
6351 done
6352IFS=$as_save_IFS
42ecbf5e 6353
42ecbf5e 6354fi
42ecbf5e 6355fi
d7040cdb
SE
6356ac_ct_AR=$ac_cv_prog_ac_ct_AR
6357if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6359$as_echo "$ac_ct_AR" >&6; }
252b5132 6360else
81ecdfbb
RW
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6362$as_echo "no" >&6; }
252b5132 6363fi
252b5132 6364
81ecdfbb
RW
6365 if test "x$ac_ct_AR" = x; then
6366 AR="false"
6367 else
6368 case $cross_compiling:$ac_tool_warned in
6369yes:)
6370{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6371$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6372ac_tool_warned=yes ;;
6373esac
6374 AR=$ac_ct_AR
6375 fi
df7b86aa 6376else
f2c621e4
AS
6377 AR="$ac_cv_prog_AR"
6378fi
df7b86aa 6379
f2c621e4
AS
6380test -z "$AR" && AR=ar
6381test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6382
df7b86aa 6383
df7b86aa 6384
df7b86aa 6385
df7b86aa 6386
d7040cdb
SE
6387
6388
6389
6390
6391
6392
d45dc31f
SE
6393if test -n "$ac_tool_prefix"; then
6394 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6395set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397$as_echo_n "checking for $ac_word... " >&6; }
6398if test "${ac_cv_prog_STRIP+set}" = set; then :
6399 $as_echo_n "(cached) " >&6
d45dc31f
SE
6400else
6401 if test -n "$STRIP"; then
6402 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6403else
6404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405for as_dir in $PATH
42ecbf5e 6406do
d45dc31f
SE
6407 IFS=$as_save_IFS
6408 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6411 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6413 break 2
6414 fi
6415done
81ecdfbb
RW
6416 done
6417IFS=$as_save_IFS
d45dc31f
SE
6418
6419fi
6420fi
6421STRIP=$ac_cv_prog_STRIP
6422if test -n "$STRIP"; then
81ecdfbb
RW
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6424$as_echo "$STRIP" >&6; }
252b5132 6425else
81ecdfbb
RW
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427$as_echo "no" >&6; }
d45dc31f 6428fi
42ecbf5e 6429
81ecdfbb 6430
252b5132 6431fi
d45dc31f
SE
6432if test -z "$ac_cv_prog_STRIP"; then
6433 ac_ct_STRIP=$STRIP
6434 # Extract the first word of "strip", so it can be a program name with args.
6435set dummy strip; ac_word=$2
81ecdfbb
RW
6436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6437$as_echo_n "checking for $ac_word... " >&6; }
6438if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6439 $as_echo_n "(cached) " >&6
d45dc31f
SE
6440else
6441 if test -n "$ac_ct_STRIP"; then
6442 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6443else
6444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445for as_dir in $PATH
6446do
6447 IFS=$as_save_IFS
6448 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6451 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6453 break 2
6454 fi
6455done
81ecdfbb
RW
6456 done
6457IFS=$as_save_IFS
42ecbf5e 6458
d45dc31f
SE
6459fi
6460fi
6461ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6462if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6464$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6465else
81ecdfbb
RW
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6467$as_echo "no" >&6; }
252b5132 6468fi
e5a52504 6469
81ecdfbb
RW
6470 if test "x$ac_ct_STRIP" = x; then
6471 STRIP=":"
6472 else
6473 case $cross_compiling:$ac_tool_warned in
6474yes:)
6475{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6476$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6477ac_tool_warned=yes ;;
6478esac
6479 STRIP=$ac_ct_STRIP
6480 fi
d45dc31f
SE
6481else
6482 STRIP="$ac_cv_prog_STRIP"
6483fi
e5a52504 6484
d7040cdb 6485test -z "$STRIP" && STRIP=:
d45dc31f 6486
d45dc31f
SE
6487
6488
d45dc31f 6489
d45dc31f
SE
6490
6491
d7040cdb
SE
6492if test -n "$ac_tool_prefix"; then
6493 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6494set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6496$as_echo_n "checking for $ac_word... " >&6; }
6497if test "${ac_cv_prog_RANLIB+set}" = set; then :
6498 $as_echo_n "(cached) " >&6
d45dc31f 6499else
d7040cdb
SE
6500 if test -n "$RANLIB"; then
6501 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6502else
6503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6504for as_dir in $PATH
6505do
6506 IFS=$as_save_IFS
6507 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6508 for ac_exec_ext in '' $ac_executable_extensions; do
6509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6510 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6512 break 2
d45dc31f 6513 fi
d7040cdb 6514done
81ecdfbb
RW
6515 done
6516IFS=$as_save_IFS
d45dc31f 6517
d7040cdb
SE
6518fi
6519fi
6520RANLIB=$ac_cv_prog_RANLIB
6521if test -n "$RANLIB"; then
81ecdfbb
RW
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6523$as_echo "$RANLIB" >&6; }
d7040cdb 6524else
81ecdfbb
RW
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6526$as_echo "no" >&6; }
d7040cdb 6527fi
d45dc31f 6528
81ecdfbb 6529
d7040cdb
SE
6530fi
6531if test -z "$ac_cv_prog_RANLIB"; then
6532 ac_ct_RANLIB=$RANLIB
6533 # Extract the first word of "ranlib", so it can be a program name with args.
6534set dummy ranlib; ac_word=$2
81ecdfbb
RW
6535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6536$as_echo_n "checking for $ac_word... " >&6; }
6537if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6538 $as_echo_n "(cached) " >&6
d7040cdb
SE
6539else
6540 if test -n "$ac_ct_RANLIB"; then
6541 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6542else
6543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6544for as_dir in $PATH
6545do
6546 IFS=$as_save_IFS
6547 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6548 for ac_exec_ext in '' $ac_executable_extensions; do
6549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6550 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6552 break 2
d45dc31f 6553 fi
d7040cdb 6554done
81ecdfbb
RW
6555 done
6556IFS=$as_save_IFS
d45dc31f 6557
d7040cdb
SE
6558fi
6559fi
6560ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6561if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6563$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6564else
81ecdfbb
RW
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566$as_echo "no" >&6; }
d7040cdb 6567fi
252b5132 6568
81ecdfbb
RW
6569 if test "x$ac_ct_RANLIB" = x; then
6570 RANLIB=":"
6571 else
6572 case $cross_compiling:$ac_tool_warned in
6573yes:)
6574{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6575$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6576ac_tool_warned=yes ;;
6577esac
6578 RANLIB=$ac_ct_RANLIB
6579 fi
d7040cdb
SE
6580else
6581 RANLIB="$ac_cv_prog_RANLIB"
6582fi
d45dc31f 6583
d7040cdb 6584test -z "$RANLIB" && RANLIB=:
d45dc31f 6585
d45dc31f 6586
d45dc31f 6587
42ecbf5e 6588
e5a52504 6589
d7040cdb
SE
6590
6591# Determine commands to create old-style static archives.
718a6fd8 6592old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6593old_postinstall_cmds='chmod 644 $oldlib'
6594old_postuninstall_cmds=
6595
6596if test -n "$RANLIB"; then
6597 case $host_os in
6598 openbsd*)
6599 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6600 ;;
6601 *)
6602 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6603 ;;
6604 esac
6605 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6606fi
d45dc31f 6607
3725885a
RW
6608case $host_os in
6609 darwin*)
6610 lock_old_archive_extraction=yes ;;
6611 *)
6612 lock_old_archive_extraction=no ;;
6613esac
6614
6615
6616
6617
6618
6619
d45dc31f 6620
d45dc31f
SE
6621
6622
d15b04bd 6623
3e321448 6624
d45dc31f 6625
d45dc31f 6626
d45dc31f
SE
6627
6628
d45dc31f 6629
d45dc31f 6630
d45dc31f
SE
6631
6632
6633
6634
6635
6636
6637
d45dc31f 6638
d45dc31f 6639
d45dc31f 6640
d45dc31f 6641
d45dc31f 6642
d45dc31f 6643
d45dc31f 6644
d45dc31f 6645
3e321448
L
6646
6647
d45dc31f
SE
6648
6649
d45dc31f
SE
6650
6651
d45dc31f 6652
d7040cdb
SE
6653# If no C compiler was specified, use CC.
6654LTCC=${LTCC-"$CC"}
42ecbf5e 6655
d7040cdb
SE
6656# If no C compiler flags were specified, use CFLAGS.
6657LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6658
d7040cdb
SE
6659# Allow CC to be a program name with arguments.
6660compiler=$CC
d15b04bd 6661
d7040cdb
SE
6662
6663# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6665$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6666if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6667 $as_echo_n "(cached) " >&6
d15b04bd 6668else
d7040cdb
SE
6669
6670# These are sane defaults that work on at least a few old systems.
6671# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6672
6673# Character class describing NM global symbol codes.
6674symcode='[BCDEGRST]'
6675
6676# Regexp to match symbols that can be accessed directly from C.
6677sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6678
6679# Define system-specific variables.
6680case $host_os in
6681aix*)
6682 symcode='[BCDT]'
6683 ;;
718a6fd8 6684cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6685 symcode='[ABCDGISTW]'
6686 ;;
6687hpux*)
6688 if test "$host_cpu" = ia64; then
6689 symcode='[ABCDEGRST]'
42ecbf5e 6690 fi
d7040cdb
SE
6691 ;;
6692irix* | nonstopux*)
6693 symcode='[BCDEGRST]'
6694 ;;
6695osf*)
6696 symcode='[BCDEGQRST]'
6697 ;;
6698solaris*)
6699 symcode='[BDRT]'
6700 ;;
6701sco3.2v5*)
6702 symcode='[DT]'
6703 ;;
6704sysv4.2uw2*)
6705 symcode='[DT]'
6706 ;;
6707sysv5* | sco5v6* | unixware* | OpenUNIX*)
6708 symcode='[ABDT]'
6709 ;;
6710sysv4)
6711 symcode='[DFNSTU]'
6712 ;;
6713esac
d15b04bd 6714
d7040cdb
SE
6715# If we're using GNU nm, then use its standard symbol codes.
6716case `$NM -V 2>&1` in
6717*GNU* | *'with BFD'*)
6718 symcode='[ABCDGIRSTW]' ;;
6719esac
e5a52504 6720
d7040cdb
SE
6721# Transform an extracted symbol line into a proper C declaration.
6722# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
6723# so use this general approach.
6724lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6725
7357c5b6 6726# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6727lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6728lt_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 6729
7357c5b6
AM
6730# Handle CRLF in mingw tool chain
6731opt_cr=
6732case $build_os in
6733mingw*)
6734 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6735 ;;
6736esac
d7040cdb 6737
7357c5b6
AM
6738# Try without a prefix underscore, then with it.
6739for ac_symprfx in "" "_"; do
d7040cdb 6740
7357c5b6
AM
6741 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6742 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6743
7357c5b6
AM
6744 # Write the raw and C identifiers.
6745 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6746 # Fake it for dumpbin and say T for any non-static function
6747 # and D for any global variable.
6748 # Also find C++ and __fastcall symbols from MSVC++,
6749 # which start with @ or ?.
6750 lt_cv_sys_global_symbol_pipe="$AWK '"\
6751" {last_section=section; section=\$ 3};"\
6752" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6753" \$ 0!~/External *\|/{next};"\
6754" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6755" {if(hide[section]) next};"\
6756" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6757" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6758" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6759" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6760" ' prfx=^$ac_symprfx"
6761 else
6762 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6763 fi
6764
6765 # Check to see that the pipe works correctly.
6766 pipe_works=no
6767
6768 rm -f conftest*
6769 cat > conftest.$ac_ext <<_LT_EOF
6770#ifdef __cplusplus
6771extern "C" {
6772#endif
6773char nm_test_var;
6774void nm_test_func(void);
6775void nm_test_func(void){}
6776#ifdef __cplusplus
d7040cdb 6777}
7357c5b6
AM
6778#endif
6779int main(){nm_test_var='a';nm_test_func();return(0);}
6780_LT_EOF
6781
81ecdfbb 6782 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6783 (eval $ac_compile) 2>&5
42ecbf5e 6784 ac_status=$?
81ecdfbb
RW
6785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6786 test $ac_status = 0; }; then
7357c5b6
AM
6787 # Now try to grab the symbols.
6788 nlist=conftest.nm
3725885a
RW
6789 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6790 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 6791 ac_status=$?
81ecdfbb
RW
6792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6793 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6794 # Try sorting and uniquifying the output.
6795 if sort "$nlist" | uniq > "$nlist"T; then
6796 mv -f "$nlist"T "$nlist"
6797 else
6798 rm -f "$nlist"T
6799 fi
d7040cdb 6800
7357c5b6
AM
6801 # Make sure that we snagged all the symbols we need.
6802 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6803 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6804 cat <<_LT_EOF > conftest.$ac_ext
6805#ifdef __cplusplus
6806extern "C" {
6807#endif
e5a52504 6808
7357c5b6
AM
6809_LT_EOF
6810 # Now generate the symbol file.
6811 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 6812
7357c5b6 6813 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6814
7357c5b6 6815/* The mapping between symbol names and symbols. */
f2c621e4 6816const struct {
7357c5b6
AM
6817 const char *name;
6818 void *address;
6819}
6820lt__PROGRAM__LTX_preloaded_symbols[] =
6821{
6822 { "@PROGRAM@", (void *) 0 },
6823_LT_EOF
6824 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6825 cat <<\_LT_EOF >> conftest.$ac_ext
6826 {0, (void *) 0}
6827};
d7040cdb 6828
7357c5b6
AM
6829/* This works around a problem in FreeBSD linker */
6830#ifdef FREEBSD_WORKAROUND
6831static const void *lt_preloaded_setup() {
6832 return lt__PROGRAM__LTX_preloaded_symbols;
6833}
d7040cdb
SE
6834#endif
6835
7357c5b6 6836#ifdef __cplusplus
d7040cdb 6837}
7357c5b6
AM
6838#endif
6839_LT_EOF
6840 # Now try linking the two files.
6841 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6842 lt_save_LIBS="$LIBS"
6843 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6844 LIBS="conftstm.$ac_objext"
6845 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6846 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6847 (eval $ac_link) 2>&5
6848 ac_status=$?
81ecdfbb
RW
6849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6850 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6851 pipe_works=yes
6852 fi
f2c621e4
AS
6853 LIBS="$lt_save_LIBS"
6854 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6855 else
6856 echo "cannot find nm_test_func in $nlist" >&5
6857 fi
6858 else
6859 echo "cannot find nm_test_var in $nlist" >&5
6860 fi
6861 else
6862 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6863 fi
6864 else
6865 echo "$progname: failed program was:" >&5
6866 cat conftest.$ac_ext >&5
6867 fi
718a6fd8 6868 rm -rf conftest* conftst*
7357c5b6
AM
6869
6870 # Do not use the global_symbol_pipe unless it works.
6871 if test "$pipe_works" = yes; then
6872 break
6873 else
6874 lt_cv_sys_global_symbol_pipe=
6875 fi
6876done
d7040cdb 6877
d7040cdb 6878fi
7357c5b6
AM
6879
6880if test -z "$lt_cv_sys_global_symbol_pipe"; then
6881 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 6882fi
7357c5b6 6883if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6885$as_echo "failed" >&6; }
7357c5b6 6886else
81ecdfbb
RW
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6888$as_echo "ok" >&6; }
d7040cdb 6889fi
20e95c23 6890
20e95c23 6891
20e95c23 6892
20e95c23 6893
20e95c23 6894
20e95c23 6895
20e95c23
DJ
6896
6897
7357c5b6
AM
6898
6899
6900
718a6fd8
SE
6901
6902
6903
6904
6905
7357c5b6 6906
df7b86aa
NC
6907
6908
6909
6910
7357c5b6 6911
81ecdfbb
RW
6912# Check whether --enable-libtool-lock was given.
6913if test "${enable_libtool_lock+set}" = set; then :
6914 enableval=$enable_libtool_lock;
6915fi
7357c5b6 6916
7357c5b6
AM
6917test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6918
6919# Some flags need to be propagated to the compiler or linker for good
6920# libtool support.
6921case $host in
6922ia64-*-hpux*)
6923 # Find out which ABI we are using.
6924 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6925 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6926 (eval $ac_compile) 2>&5
6927 ac_status=$?
81ecdfbb
RW
6928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6929 test $ac_status = 0; }; then
7357c5b6
AM
6930 case `/usr/bin/file conftest.$ac_objext` in
6931 *ELF-32*)
6932 HPUX_IA64_MODE="32"
6933 ;;
6934 *ELF-64*)
6935 HPUX_IA64_MODE="64"
6936 ;;
6937 esac
6938 fi
6939 rm -rf conftest*
6940 ;;
6941*-*-irix6*)
6942 # Find out which ABI we are using.
3725885a 6943 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6944 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6945 (eval $ac_compile) 2>&5
6946 ac_status=$?
81ecdfbb
RW
6947 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6948 test $ac_status = 0; }; then
7357c5b6
AM
6949 if test "$lt_cv_prog_gnu_ld" = yes; then
6950 case `/usr/bin/file conftest.$ac_objext` in
6951 *32-bit*)
6952 LD="${LD-ld} -melf32bsmip"
6953 ;;
6954 *N32*)
6955 LD="${LD-ld} -melf32bmipn32"
6956 ;;
6957 *64-bit*)
6958 LD="${LD-ld} -melf64bmip"
6959 ;;
6960 esac
6961 else
6962 case `/usr/bin/file conftest.$ac_objext` in
6963 *32-bit*)
6964 LD="${LD-ld} -32"
6965 ;;
6966 *N32*)
6967 LD="${LD-ld} -n32"
6968 ;;
6969 *64-bit*)
6970 LD="${LD-ld} -64"
6971 ;;
6972 esac
6973 fi
6974 fi
6975 rm -rf conftest*
6976 ;;
6977
cc9afea3 6978x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6979s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6980 # Find out which ABI we are using.
6981 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6982 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6983 (eval $ac_compile) 2>&5
6984 ac_status=$?
81ecdfbb
RW
6985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6986 test $ac_status = 0; }; then
7357c5b6
AM
6987 case `/usr/bin/file conftest.o` in
6988 *32-bit*)
6989 case $host in
6990 x86_64-*kfreebsd*-gnu)
6991 LD="${LD-ld} -m elf_i386_fbsd"
6992 ;;
6993 x86_64-*linux*)
6d2920c8
L
6994 case `/usr/bin/file conftest.o` in
6995 *x86-64*)
6996 LD="${LD-ld} -m elf32_x86_64"
6997 ;;
6998 *)
6999 LD="${LD-ld} -m elf_i386"
7000 ;;
7001 esac
7357c5b6 7002 ;;
cc9afea3
AM
7003 powerpc64le-*linux*)
7004 LD="${LD-ld} -m elf32lppclinux"
7005 ;;
7006 powerpc64-*linux*)
7357c5b6
AM
7007 LD="${LD-ld} -m elf32ppclinux"
7008 ;;
7009 s390x-*linux*)
7010 LD="${LD-ld} -m elf_s390"
7011 ;;
7012 sparc64-*linux*)
7013 LD="${LD-ld} -m elf32_sparc"
7014 ;;
7015 esac
7016 ;;
7017 *64-bit*)
7018 case $host in
7019 x86_64-*kfreebsd*-gnu)
7020 LD="${LD-ld} -m elf_x86_64_fbsd"
7021 ;;
7022 x86_64-*linux*)
7023 LD="${LD-ld} -m elf_x86_64"
7024 ;;
cc9afea3
AM
7025 powerpcle-*linux*)
7026 LD="${LD-ld} -m elf64lppc"
7027 ;;
7028 powerpc-*linux*)
7357c5b6
AM
7029 LD="${LD-ld} -m elf64ppc"
7030 ;;
7031 s390*-*linux*|s390*-*tpf*)
7032 LD="${LD-ld} -m elf64_s390"
7033 ;;
7034 sparc*-*linux*)
7035 LD="${LD-ld} -m elf64_sparc"
7036 ;;
7037 esac
7038 ;;
7039 esac
7040 fi
7041 rm -rf conftest*
7042 ;;
7043
7044*-*-sco3.2v5*)
7045 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7046 SAVE_CFLAGS="$CFLAGS"
7047 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7049$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7050if test "${lt_cv_cc_needs_belf+set}" = set; then :
7051 $as_echo_n "(cached) " >&6
d7040cdb 7052else
7357c5b6
AM
7053 ac_ext=c
7054ac_cpp='$CPP $CPPFLAGS'
7055ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7056ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7057ac_compiler_gnu=$ac_cv_c_compiler_gnu
7058
81ecdfbb 7059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7060/* end confdefs.h. */
20e95c23 7061
7357c5b6
AM
7062int
7063main ()
7064{
7065
7066 ;
7067 return 0;
7068}
d7040cdb 7069_ACEOF
81ecdfbb 7070if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7071 lt_cv_cc_needs_belf=yes
d15b04bd 7072else
81ecdfbb 7073 lt_cv_cc_needs_belf=no
d7040cdb 7074fi
81ecdfbb
RW
7075rm -f core conftest.err conftest.$ac_objext \
7076 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7077 ac_ext=c
7078ac_cpp='$CPP $CPPFLAGS'
7079ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7080ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7081ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7082
718a6fd8 7083fi
81ecdfbb
RW
7084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7085$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7086 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7087 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7088 CFLAGS="$SAVE_CFLAGS"
7089 fi
7090 ;;
7091sparc*-*solaris*)
7092 # Find out which ABI we are using.
7093 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7094 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7095 (eval $ac_compile) 2>&5
7096 ac_status=$?
81ecdfbb
RW
7097 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7098 test $ac_status = 0; }; then
718a6fd8
SE
7099 case `/usr/bin/file conftest.o` in
7100 *64-bit*)
7101 case $lt_cv_prog_gnu_ld in
7102 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7103 *)
7104 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7105 LD="${LD-ld} -64"
7106 fi
7107 ;;
7108 esac
7109 ;;
7110 esac
7111 fi
df7b86aa
NC
7112 rm -rf conftest*
7113 ;;
7114esac
7115
7116need_locks="$enable_libtool_lock"
7117
718a6fd8
SE
7118
7119 case $host_os in
7120 rhapsody* | darwin*)
7121 if test -n "$ac_tool_prefix"; then
7122 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7123set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7125$as_echo_n "checking for $ac_word... " >&6; }
7126if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7127 $as_echo_n "(cached) " >&6
718a6fd8
SE
7128else
7129 if test -n "$DSYMUTIL"; then
7130 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7131else
7132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7133for as_dir in $PATH
7134do
7135 IFS=$as_save_IFS
7136 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7137 for ac_exec_ext in '' $ac_executable_extensions; do
7138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7139 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7141 break 2
7142 fi
7143done
81ecdfbb
RW
7144 done
7145IFS=$as_save_IFS
718a6fd8
SE
7146
7147fi
7148fi
7149DSYMUTIL=$ac_cv_prog_DSYMUTIL
7150if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7152$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7153else
81ecdfbb
RW
7154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7155$as_echo "no" >&6; }
718a6fd8
SE
7156fi
7157
81ecdfbb 7158
718a6fd8
SE
7159fi
7160if test -z "$ac_cv_prog_DSYMUTIL"; then
7161 ac_ct_DSYMUTIL=$DSYMUTIL
7162 # Extract the first word of "dsymutil", so it can be a program name with args.
7163set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7165$as_echo_n "checking for $ac_word... " >&6; }
7166if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7167 $as_echo_n "(cached) " >&6
718a6fd8
SE
7168else
7169 if test -n "$ac_ct_DSYMUTIL"; then
7170 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7171else
7172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7173for as_dir in $PATH
7174do
7175 IFS=$as_save_IFS
7176 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7177 for ac_exec_ext in '' $ac_executable_extensions; do
7178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7179 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7181 break 2
7182 fi
7183done
81ecdfbb
RW
7184 done
7185IFS=$as_save_IFS
718a6fd8 7186
718a6fd8
SE
7187fi
7188fi
7189ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7190if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7192$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7193else
81ecdfbb
RW
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7195$as_echo "no" >&6; }
718a6fd8
SE
7196fi
7197
81ecdfbb
RW
7198 if test "x$ac_ct_DSYMUTIL" = x; then
7199 DSYMUTIL=":"
7200 else
7201 case $cross_compiling:$ac_tool_warned in
7202yes:)
7203{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7204$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7205ac_tool_warned=yes ;;
7206esac
7207 DSYMUTIL=$ac_ct_DSYMUTIL
7208 fi
718a6fd8
SE
7209else
7210 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7211fi
7212
7213 if test -n "$ac_tool_prefix"; then
7214 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7215set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7217$as_echo_n "checking for $ac_word... " >&6; }
7218if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7219 $as_echo_n "(cached) " >&6
718a6fd8
SE
7220else
7221 if test -n "$NMEDIT"; then
7222 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7223else
7224as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7225for as_dir in $PATH
7226do
7227 IFS=$as_save_IFS
7228 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7229 for ac_exec_ext in '' $ac_executable_extensions; do
7230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7231 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7233 break 2
7234 fi
7235done
81ecdfbb
RW
7236 done
7237IFS=$as_save_IFS
718a6fd8
SE
7238
7239fi
7240fi
7241NMEDIT=$ac_cv_prog_NMEDIT
7242if test -n "$NMEDIT"; then
81ecdfbb
RW
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7244$as_echo "$NMEDIT" >&6; }
718a6fd8 7245else
81ecdfbb
RW
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7247$as_echo "no" >&6; }
718a6fd8
SE
7248fi
7249
81ecdfbb 7250
718a6fd8
SE
7251fi
7252if test -z "$ac_cv_prog_NMEDIT"; then
7253 ac_ct_NMEDIT=$NMEDIT
7254 # Extract the first word of "nmedit", so it can be a program name with args.
7255set dummy nmedit; ac_word=$2
81ecdfbb
RW
7256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7257$as_echo_n "checking for $ac_word... " >&6; }
7258if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7259 $as_echo_n "(cached) " >&6
718a6fd8
SE
7260else
7261 if test -n "$ac_ct_NMEDIT"; then
7262 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7263else
7264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7265for as_dir in $PATH
7266do
7267 IFS=$as_save_IFS
7268 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7269 for ac_exec_ext in '' $ac_executable_extensions; do
7270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7271 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7273 break 2
7274 fi
7275done
81ecdfbb
RW
7276 done
7277IFS=$as_save_IFS
718a6fd8 7278
718a6fd8
SE
7279fi
7280fi
7281ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7282if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7284$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7285else
81ecdfbb
RW
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7287$as_echo "no" >&6; }
718a6fd8
SE
7288fi
7289
81ecdfbb
RW
7290 if test "x$ac_ct_NMEDIT" = x; then
7291 NMEDIT=":"
7292 else
7293 case $cross_compiling:$ac_tool_warned in
7294yes:)
7295{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7296$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7297ac_tool_warned=yes ;;
7298esac
7299 NMEDIT=$ac_ct_NMEDIT
7300 fi
718a6fd8
SE
7301else
7302 NMEDIT="$ac_cv_prog_NMEDIT"
7303fi
7304
7305 if test -n "$ac_tool_prefix"; then
7306 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7307set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7309$as_echo_n "checking for $ac_word... " >&6; }
7310if test "${ac_cv_prog_LIPO+set}" = set; then :
7311 $as_echo_n "(cached) " >&6
718a6fd8
SE
7312else
7313 if test -n "$LIPO"; then
7314 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7315else
7316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7317for as_dir in $PATH
7318do
7319 IFS=$as_save_IFS
7320 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7321 for ac_exec_ext in '' $ac_executable_extensions; do
7322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7323 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7325 break 2
7326 fi
7327done
81ecdfbb
RW
7328 done
7329IFS=$as_save_IFS
718a6fd8
SE
7330
7331fi
7332fi
7333LIPO=$ac_cv_prog_LIPO
7334if test -n "$LIPO"; then
81ecdfbb
RW
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7336$as_echo "$LIPO" >&6; }
718a6fd8 7337else
81ecdfbb
RW
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7339$as_echo "no" >&6; }
718a6fd8
SE
7340fi
7341
81ecdfbb 7342
718a6fd8
SE
7343fi
7344if test -z "$ac_cv_prog_LIPO"; then
7345 ac_ct_LIPO=$LIPO
7346 # Extract the first word of "lipo", so it can be a program name with args.
7347set dummy lipo; ac_word=$2
81ecdfbb
RW
7348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7349$as_echo_n "checking for $ac_word... " >&6; }
7350if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7351 $as_echo_n "(cached) " >&6
718a6fd8
SE
7352else
7353 if test -n "$ac_ct_LIPO"; then
7354 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7355else
7356as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357for as_dir in $PATH
7358do
7359 IFS=$as_save_IFS
7360 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7361 for ac_exec_ext in '' $ac_executable_extensions; do
7362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7363 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7365 break 2
7366 fi
7367done
81ecdfbb
RW
7368 done
7369IFS=$as_save_IFS
718a6fd8 7370
718a6fd8
SE
7371fi
7372fi
7373ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7374if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7376$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7377else
81ecdfbb
RW
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7379$as_echo "no" >&6; }
718a6fd8
SE
7380fi
7381
81ecdfbb
RW
7382 if test "x$ac_ct_LIPO" = x; then
7383 LIPO=":"
7384 else
7385 case $cross_compiling:$ac_tool_warned in
7386yes:)
7387{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7388$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7389ac_tool_warned=yes ;;
7390esac
7391 LIPO=$ac_ct_LIPO
7392 fi
718a6fd8
SE
7393else
7394 LIPO="$ac_cv_prog_LIPO"
7395fi
7396
7397 if test -n "$ac_tool_prefix"; then
7398 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7399set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7401$as_echo_n "checking for $ac_word... " >&6; }
7402if test "${ac_cv_prog_OTOOL+set}" = set; then :
7403 $as_echo_n "(cached) " >&6
718a6fd8
SE
7404else
7405 if test -n "$OTOOL"; then
7406 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7407else
7408as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7409for as_dir in $PATH
7410do
7411 IFS=$as_save_IFS
7412 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7413 for ac_exec_ext in '' $ac_executable_extensions; do
7414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7415 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7417 break 2
7418 fi
7419done
81ecdfbb
RW
7420 done
7421IFS=$as_save_IFS
718a6fd8
SE
7422
7423fi
7424fi
7425OTOOL=$ac_cv_prog_OTOOL
7426if test -n "$OTOOL"; then
81ecdfbb
RW
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7428$as_echo "$OTOOL" >&6; }
718a6fd8 7429else
81ecdfbb
RW
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7431$as_echo "no" >&6; }
718a6fd8
SE
7432fi
7433
81ecdfbb 7434
718a6fd8
SE
7435fi
7436if test -z "$ac_cv_prog_OTOOL"; then
7437 ac_ct_OTOOL=$OTOOL
7438 # Extract the first word of "otool", so it can be a program name with args.
7439set dummy otool; ac_word=$2
81ecdfbb
RW
7440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7441$as_echo_n "checking for $ac_word... " >&6; }
7442if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7443 $as_echo_n "(cached) " >&6
718a6fd8
SE
7444else
7445 if test -n "$ac_ct_OTOOL"; then
7446 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7447else
7448as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7449for as_dir in $PATH
7450do
7451 IFS=$as_save_IFS
7452 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7453 for ac_exec_ext in '' $ac_executable_extensions; do
7454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7455 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7457 break 2
7458 fi
7459done
81ecdfbb
RW
7460 done
7461IFS=$as_save_IFS
718a6fd8 7462
718a6fd8
SE
7463fi
7464fi
7465ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7466if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7468$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7469else
81ecdfbb
RW
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7471$as_echo "no" >&6; }
718a6fd8
SE
7472fi
7473
81ecdfbb
RW
7474 if test "x$ac_ct_OTOOL" = x; then
7475 OTOOL=":"
7476 else
7477 case $cross_compiling:$ac_tool_warned in
7478yes:)
7479{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7480$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7481ac_tool_warned=yes ;;
7482esac
7483 OTOOL=$ac_ct_OTOOL
7484 fi
718a6fd8
SE
7485else
7486 OTOOL="$ac_cv_prog_OTOOL"
7487fi
7488
7489 if test -n "$ac_tool_prefix"; then
7490 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7491set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7493$as_echo_n "checking for $ac_word... " >&6; }
7494if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7495 $as_echo_n "(cached) " >&6
718a6fd8
SE
7496else
7497 if test -n "$OTOOL64"; then
7498 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7499else
7500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7501for as_dir in $PATH
7502do
7503 IFS=$as_save_IFS
7504 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7505 for ac_exec_ext in '' $ac_executable_extensions; do
7506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7507 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7509 break 2
7510 fi
7511done
81ecdfbb
RW
7512 done
7513IFS=$as_save_IFS
718a6fd8
SE
7514
7515fi
7516fi
7517OTOOL64=$ac_cv_prog_OTOOL64
7518if test -n "$OTOOL64"; then
81ecdfbb
RW
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7520$as_echo "$OTOOL64" >&6; }
718a6fd8 7521else
81ecdfbb
RW
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7523$as_echo "no" >&6; }
718a6fd8
SE
7524fi
7525
81ecdfbb 7526
718a6fd8
SE
7527fi
7528if test -z "$ac_cv_prog_OTOOL64"; then
7529 ac_ct_OTOOL64=$OTOOL64
7530 # Extract the first word of "otool64", so it can be a program name with args.
7531set dummy otool64; ac_word=$2
81ecdfbb
RW
7532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7533$as_echo_n "checking for $ac_word... " >&6; }
7534if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7535 $as_echo_n "(cached) " >&6
718a6fd8
SE
7536else
7537 if test -n "$ac_ct_OTOOL64"; then
7538 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7539else
7540as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7541for as_dir in $PATH
7542do
7543 IFS=$as_save_IFS
7544 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7545 for ac_exec_ext in '' $ac_executable_extensions; do
7546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7547 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7549 break 2
7550 fi
7551done
81ecdfbb
RW
7552 done
7553IFS=$as_save_IFS
718a6fd8 7554
718a6fd8
SE
7555fi
7556fi
7557ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7558if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7560$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7561else
81ecdfbb
RW
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7563$as_echo "no" >&6; }
718a6fd8
SE
7564fi
7565
81ecdfbb
RW
7566 if test "x$ac_ct_OTOOL64" = x; then
7567 OTOOL64=":"
7568 else
7569 case $cross_compiling:$ac_tool_warned in
7570yes:)
7571{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7572$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7573ac_tool_warned=yes ;;
7574esac
7575 OTOOL64=$ac_ct_OTOOL64
7576 fi
718a6fd8
SE
7577else
7578 OTOOL64="$ac_cv_prog_OTOOL64"
7579fi
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
81ecdfbb
RW
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7608$as_echo_n "checking for -single_module linker flag... " >&6; }
7609if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7610 $as_echo_n "(cached) " >&6
718a6fd8
SE
7611else
7612 lt_cv_apple_cc_single_mod=no
7613 if test -z "${LT_MULTI_MODULE}"; then
7614 # By default we will add the -single_module flag. You can override
7615 # by either setting the environment variable LT_MULTI_MODULE
7616 # non-empty at configure time, or by adding -multi_module to the
7617 # link flags.
7618 rm -rf libconftest.dylib*
7619 echo "int foo(void){return 1;}" > conftest.c
7620 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7621-dynamiclib -Wl,-single_module conftest.c" >&5
7622 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7623 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7624 _lt_result=$?
7625 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7626 lt_cv_apple_cc_single_mod=yes
7627 else
7628 cat conftest.err >&5
7629 fi
7630 rm -rf libconftest.dylib*
7631 rm -f conftest.*
7632 fi
7633fi
81ecdfbb
RW
7634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7635$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7637$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7638if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7639 $as_echo_n "(cached) " >&6
718a6fd8
SE
7640else
7641 lt_cv_ld_exported_symbols_list=no
7642 save_LDFLAGS=$LDFLAGS
7643 echo "_main" > conftest.sym
7644 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7646/* end confdefs.h. */
7647
7648int
7649main ()
7650{
7651
7652 ;
7653 return 0;
7654}
7655_ACEOF
81ecdfbb 7656if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7657 lt_cv_ld_exported_symbols_list=yes
7658else
81ecdfbb 7659 lt_cv_ld_exported_symbols_list=no
718a6fd8 7660fi
81ecdfbb
RW
7661rm -f core conftest.err conftest.$ac_objext \
7662 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7663 LDFLAGS="$save_LDFLAGS"
7664
7665fi
81ecdfbb
RW
7666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7667$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7669$as_echo_n "checking for -force_load linker flag... " >&6; }
7670if test "${lt_cv_ld_force_load+set}" = set; then :
7671 $as_echo_n "(cached) " >&6
7672else
7673 lt_cv_ld_force_load=no
7674 cat > conftest.c << _LT_EOF
7675int forced_loaded() { return 2;}
7676_LT_EOF
7677 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7678 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7679 echo "$AR cru libconftest.a conftest.o" >&5
7680 $AR cru libconftest.a conftest.o 2>&5
7681 cat > conftest.c << _LT_EOF
7682int main() { return 0;}
7683_LT_EOF
7684 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7685 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7686 _lt_result=$?
7687 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7688 lt_cv_ld_force_load=yes
7689 else
7690 cat conftest.err >&5
7691 fi
7692 rm -f conftest.err libconftest.a conftest conftest.c
7693 rm -rf conftest.dSYM
7694
7695fi
7696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7697$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7698 case $host_os in
7699 rhapsody* | darwin1.[012])
7700 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7701 darwin1.*)
7702 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7703 darwin*) # darwin 5.x on
7704 # if running on 10.5 or later, the deployment target defaults
7705 # to the OS version, if on x86, and 10.4, the deployment
7706 # target defaults to 10.4. Don't you love it?
7707 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7708 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7709 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7710 10.[012][,.]*)
718a6fd8
SE
7711 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7712 10.*)
7713 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7714 esac
7715 ;;
7716 esac
7717 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7718 _lt_dar_single_mod='$single_module'
7719 fi
7720 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7721 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7722 else
7723 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7724 fi
3725885a 7725 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7726 _lt_dsymutil='~$DSYMUTIL $lib || :'
7727 else
7728 _lt_dsymutil=
7729 fi
7730 ;;
7731 esac
7732
718a6fd8 7733for ac_header in dlfcn.h
81ecdfbb
RW
7734do :
7735 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7736"
7737if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7738 cat >>confdefs.h <<_ACEOF
81ecdfbb 7739#define HAVE_DLFCN_H 1
718a6fd8
SE
7740_ACEOF
7741
7742fi
7743
7744done
7745
7746
7747
3725885a
RW
7748
7749
718a6fd8
SE
7750# Set options
7751
7752
7753
7754 enable_dlopen=no
7755
7756
7757 enable_win32_dll=no
7758
7759
81ecdfbb
RW
7760 # Check whether --enable-shared was given.
7761if test "${enable_shared+set}" = set; then :
7762 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7763 case $enableval in
7764 yes) enable_shared=yes ;;
7765 no) enable_shared=no ;;
7766 *)
7767 enable_shared=no
7768 # Look at the argument we got. We use all the common list separators.
7769 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7770 for pkg in $enableval; do
7771 IFS="$lt_save_ifs"
7772 if test "X$pkg" = "X$p"; then
7773 enable_shared=yes
7774 fi
7775 done
7776 IFS="$lt_save_ifs"
7777 ;;
7778 esac
7779else
7780 enable_shared=yes
81ecdfbb 7781fi
718a6fd8
SE
7782
7783
7784
7785
7786
7787
7788
7789
81ecdfbb
RW
7790
7791 # Check whether --enable-static was given.
7792if test "${enable_static+set}" = set; then :
7793 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7794 case $enableval in
7795 yes) enable_static=yes ;;
7796 no) enable_static=no ;;
7797 *)
7798 enable_static=no
7799 # Look at the argument we got. We use all the common list separators.
7800 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7801 for pkg in $enableval; do
7802 IFS="$lt_save_ifs"
7803 if test "X$pkg" = "X$p"; then
7804 enable_static=yes
7805 fi
7806 done
7807 IFS="$lt_save_ifs"
7808 ;;
7809 esac
7810else
7811 enable_static=yes
81ecdfbb 7812fi
718a6fd8
SE
7813
7814
7815
7816
7817
7818
7819
7820
7821
81ecdfbb
RW
7822
7823# Check whether --with-pic was given.
7824if test "${with_pic+set}" = set; then :
7825 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7826else
7827 pic_mode=default
81ecdfbb
RW
7828fi
7829
718a6fd8
SE
7830
7831test -z "$pic_mode" && pic_mode=default
7832
7833
7834
7835
7836
7837
7838
81ecdfbb
RW
7839 # Check whether --enable-fast-install was given.
7840if test "${enable_fast_install+set}" = set; then :
7841 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7842 case $enableval in
7843 yes) enable_fast_install=yes ;;
7844 no) enable_fast_install=no ;;
7845 *)
7846 enable_fast_install=no
7847 # Look at the argument we got. We use all the common list separators.
7848 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7849 for pkg in $enableval; do
7850 IFS="$lt_save_ifs"
7851 if test "X$pkg" = "X$p"; then
7852 enable_fast_install=yes
7853 fi
7854 done
7855 IFS="$lt_save_ifs"
7357c5b6
AM
7856 ;;
7857 esac
718a6fd8
SE
7858else
7859 enable_fast_install=yes
81ecdfbb
RW
7860fi
7861
20e95c23 7862
20e95c23
DJ
7863
7864
42ecbf5e 7865
d7040cdb 7866
20e95c23 7867
d7040cdb 7868
d7040cdb
SE
7869
7870
7871
7872# This can be used to rebuild libtool when needed
7873LIBTOOL_DEPS="$ltmain"
7874
7875# Always use our own libtool.
7876LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
3725885a 7900
d7040cdb
SE
7901
7902
7903test -z "$LN_S" && LN_S="ln -s"
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918if test -n "${ZSH_VERSION+set}" ; then
7919 setopt NO_GLOB_SUBST
7920fi
7921
81ecdfbb
RW
7922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7923$as_echo_n "checking for objdir... " >&6; }
7924if test "${lt_cv_objdir+set}" = set; then :
7925 $as_echo_n "(cached) " >&6
20e95c23 7926else
d7040cdb
SE
7927 rm -f .libs 2>/dev/null
7928mkdir .libs 2>/dev/null
7929if test -d .libs; then
7930 lt_cv_objdir=.libs
42ecbf5e 7931else
d7040cdb
SE
7932 # MS-DOS does not allow filenames that begin with a dot.
7933 lt_cv_objdir=_libs
7934fi
7935rmdir .libs 2>/dev/null
42ecbf5e 7936fi
81ecdfbb
RW
7937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7938$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 7939objdir=$lt_cv_objdir
42ecbf5e 7940
d7040cdb
SE
7941
7942
7943
7944
7945cat >>confdefs.h <<_ACEOF
7946#define LT_OBJDIR "$lt_cv_objdir/"
7947_ACEOF
7948
7949
7950
7951
d7040cdb
SE
7952case $host_os in
7953aix3*)
7954 # AIX sometimes has problems with the GCC collect2 program. For some
7955 # reason, if we set the COLLECT_NAMES environment variable, the problems
7956 # vanish in a puff of smoke.
7957 if test "X${COLLECT_NAMES+set}" != Xset; then
7958 COLLECT_NAMES=
7959 export COLLECT_NAMES
7960 fi
7961 ;;
7962esac
7963
d7040cdb
SE
7964# Global variables:
7965ofile=libtool
7966can_build_shared=yes
7967
7968# All known linkers require a `.a' archive for static linking (except MSVC,
7969# which needs '.lib').
7970libext=a
7971
7972with_gnu_ld="$lt_cv_prog_gnu_ld"
7973
7974old_CC="$CC"
7975old_CFLAGS="$CFLAGS"
7976
7977# Set sane defaults for various variables
7978test -z "$CC" && CC=cc
7979test -z "$LTCC" && LTCC=$CC
7980test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7981test -z "$LD" && LD=ld
7982test -z "$ac_objext" && ac_objext=o
7983
7984for cc_temp in $compiler""; do
7985 case $cc_temp in
7986 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7987 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7988 \-*) ;;
7989 *) break;;
7990 esac
7991done
3725885a 7992cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7993
7994
7995# Only perform the check for file, if the check method requires it
7996test -z "$MAGIC_CMD" && MAGIC_CMD=file
7997case $deplibs_check_method in
7998file_magic*)
7999 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8001$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8002if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8003 $as_echo_n "(cached) " >&6
42ecbf5e 8004else
d7040cdb
SE
8005 case $MAGIC_CMD in
8006[\\/*] | ?:[\\/]*)
8007 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 8008 ;;
d7040cdb
SE
8009*)
8010 lt_save_MAGIC_CMD="$MAGIC_CMD"
8011 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8012 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8013 for ac_dir in $ac_dummy; do
8014 IFS="$lt_save_ifs"
8015 test -z "$ac_dir" && ac_dir=.
8016 if test -f $ac_dir/${ac_tool_prefix}file; then
8017 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8018 if test -n "$file_magic_test_file"; then
8019 case $deplibs_check_method in
8020 "file_magic "*)
8021 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8022 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8023 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8024 $EGREP "$file_magic_regex" > /dev/null; then
8025 :
8026 else
8027 cat <<_LT_EOF 1>&2
42ecbf5e 8028
d7040cdb
SE
8029*** Warning: the command libtool uses to detect shared libraries,
8030*** $file_magic_cmd, produces output that libtool cannot recognize.
8031*** The result is that libtool may fail to recognize shared libraries
8032*** as such. This will affect the creation of libtool libraries that
8033*** depend on shared libraries, but programs linked with such libtool
8034*** libraries will work regardless of this problem. Nevertheless, you
8035*** may want to report the problem to your system manager and/or to
8036*** bug-libtool@gnu.org
8037
8038_LT_EOF
8039 fi ;;
8040 esac
8041 fi
8042 break
8043 fi
8044 done
8045 IFS="$lt_save_ifs"
8046 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8047 ;;
8048esac
42ecbf5e 8049fi
20e95c23 8050
d7040cdb
SE
8051MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8052if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8054$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8055else
81ecdfbb
RW
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8057$as_echo "no" >&6; }
42ecbf5e
DJ
8058fi
8059
20e95c23
DJ
8060
8061
42ecbf5e 8062
20e95c23 8063
d7040cdb
SE
8064if test -z "$lt_cv_path_MAGIC_CMD"; then
8065 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8067$as_echo_n "checking for file... " >&6; }
8068if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8069 $as_echo_n "(cached) " >&6
42ecbf5e 8070else
d7040cdb
SE
8071 case $MAGIC_CMD in
8072[\\/*] | ?:[\\/]*)
8073 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8074 ;;
8075*)
8076 lt_save_MAGIC_CMD="$MAGIC_CMD"
8077 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8078 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8079 for ac_dir in $ac_dummy; do
8080 IFS="$lt_save_ifs"
8081 test -z "$ac_dir" && ac_dir=.
8082 if test -f $ac_dir/file; then
8083 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8084 if test -n "$file_magic_test_file"; then
8085 case $deplibs_check_method in
8086 "file_magic "*)
8087 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8088 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8089 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8090 $EGREP "$file_magic_regex" > /dev/null; then
8091 :
8092 else
8093 cat <<_LT_EOF 1>&2
8094
8095*** Warning: the command libtool uses to detect shared libraries,
8096*** $file_magic_cmd, produces output that libtool cannot recognize.
8097*** The result is that libtool may fail to recognize shared libraries
8098*** as such. This will affect the creation of libtool libraries that
8099*** depend on shared libraries, but programs linked with such libtool
8100*** libraries will work regardless of this problem. Nevertheless, you
8101*** may want to report the problem to your system manager and/or to
8102*** bug-libtool@gnu.org
8103
8104_LT_EOF
8105 fi ;;
8106 esac
8107 fi
8108 break
8109 fi
8110 done
8111 IFS="$lt_save_ifs"
8112 MAGIC_CMD="$lt_save_MAGIC_CMD"
8113 ;;
20e95c23
DJ
8114esac
8115fi
d7040cdb
SE
8116
8117MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8118if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8120$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8121else
81ecdfbb
RW
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8123$as_echo "no" >&6; }
20e95c23
DJ
8124fi
8125
20e95c23 8126
42ecbf5e 8127 else
d7040cdb 8128 MAGIC_CMD=:
42ecbf5e 8129 fi
42ecbf5e 8130fi
42ecbf5e 8131
20e95c23 8132 fi
d7040cdb
SE
8133 ;;
8134esac
42ecbf5e 8135
d7040cdb 8136# Use C for the default configuration in the libtool script
42ecbf5e 8137
d7040cdb
SE
8138lt_save_CC="$CC"
8139ac_ext=c
8140ac_cpp='$CPP $CPPFLAGS'
8141ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8142ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8143ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8144
42ecbf5e 8145
d7040cdb
SE
8146# Source file extension for C test sources.
8147ac_ext=c
42ecbf5e 8148
d7040cdb
SE
8149# Object file extension for compiled C test sources.
8150objext=o
8151objext=$objext
42ecbf5e 8152
d7040cdb
SE
8153# Code to be used in simple compile tests
8154lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8155
d7040cdb
SE
8156# Code to be used in simple link tests
8157lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8158
ac48eca1 8159
42ecbf5e 8160
42ecbf5e 8161
d5fbea21 8162
d5fbea21
DJ
8163
8164
d7040cdb
SE
8165# If no C compiler was specified, use CC.
8166LTCC=${LTCC-"$CC"}
20e95c23 8167
d7040cdb
SE
8168# If no C compiler flags were specified, use CFLAGS.
8169LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8170
d7040cdb
SE
8171# Allow CC to be a program name with arguments.
8172compiler=$CC
252b5132 8173
d7040cdb
SE
8174# Save the default compiler, since it gets overwritten when the other
8175# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8176compiler_DEFAULT=$CC
42ecbf5e 8177
d7040cdb
SE
8178# save warnings/boilerplate of simple test code
8179ac_outfile=conftest.$ac_objext
8180echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8181eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8182_lt_compiler_boilerplate=`cat conftest.err`
8183$RM conftest*
252b5132 8184
d7040cdb
SE
8185ac_outfile=conftest.$ac_objext
8186echo "$lt_simple_link_test_code" >conftest.$ac_ext
8187eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8188_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8189$RM -r conftest*
252b5132 8190
42ecbf5e 8191
f2c621e4
AS
8192## CAVEAT EMPTOR:
8193## There is no encapsulation within the following macros, do not change
8194## the running order or otherwise move them around unless you know exactly
8195## what you are doing...
d7040cdb 8196if test -n "$compiler"; then
252b5132 8197
d7040cdb 8198lt_prog_compiler_no_builtin_flag=
252b5132 8199
d7040cdb 8200if test "$GCC" = yes; then
3725885a
RW
8201 case $cc_basename in
8202 nvcc*)
8203 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8204 *)
8205 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8206 esac
d15b04bd 8207
81ecdfbb
RW
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8209$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8210if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8211 $as_echo_n "(cached) " >&6
252b5132 8212else
d7040cdb
SE
8213 lt_cv_prog_compiler_rtti_exceptions=no
8214 ac_outfile=conftest.$ac_objext
8215 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8216 lt_compiler_flag="-fno-rtti -fno-exceptions"
8217 # Insert the option either (1) after the last *FLAGS variable, or
8218 # (2) before a word containing "conftest.", or (3) at the end.
8219 # Note that $ac_compile itself does not contain backslashes and begins
8220 # with a dollar sign (not a hyphen), so the echo should work correctly.
8221 # The option is referenced via a variable to avoid confusing sed.
8222 lt_compile=`echo "$ac_compile" | $SED \
8223 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8224 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8225 -e 's:$: $lt_compiler_flag:'`
3725885a 8226 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8227 (eval "$lt_compile" 2>conftest.err)
8228 ac_status=$?
8229 cat conftest.err >&5
3725885a 8230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8231 if (exit $ac_status) && test -s "$ac_outfile"; then
8232 # The compiler can only warn and ignore the option if not recognized
8233 # So say no if there are warnings other than the usual output.
3725885a 8234 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8235 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8236 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8237 lt_cv_prog_compiler_rtti_exceptions=yes
8238 fi
8239 fi
8240 $RM conftest*
42ecbf5e 8241
252b5132 8242fi
81ecdfbb
RW
8243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8244$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8245
8246if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8247 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8248else
d7040cdb 8249 :
252b5132 8250fi
252b5132
RH
8251
8252fi
d7040cdb
SE
8253
8254
8255
8256
8257
8258
8259 lt_prog_compiler_wl=
8260lt_prog_compiler_pic=
8261lt_prog_compiler_static=
8262
f2c621e4
AS
8263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8264$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8265
8266 if test "$GCC" = yes; then
8267 lt_prog_compiler_wl='-Wl,'
8268 lt_prog_compiler_static='-static'
8269
8270 case $host_os in
8271 aix*)
8272 # All AIX code is PIC.
8273 if test "$host_cpu" = ia64; then
8274 # AIX 5 now supports IA64 processor
8275 lt_prog_compiler_static='-Bstatic'
8276 fi
6c9c0a50 8277 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8278 ;;
8279
8280 amigaos*)
718a6fd8
SE
8281 case $host_cpu in
8282 powerpc)
8283 # see comment about AmigaOS4 .so support
8284 lt_prog_compiler_pic='-fPIC'
8285 ;;
8286 m68k)
8287 # FIXME: we need at least 68020 code to build shared libraries, but
8288 # adding the `-m68020' flag to GCC prevents building anything better,
8289 # like `-m68040'.
8290 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8291 ;;
8292 esac
d7040cdb
SE
8293 ;;
8294
8295 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8296 # PIC is the default for these OSes.
8297 ;;
8298
718a6fd8 8299 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8300 # This hack is so that the source file can tell whether it is being
8301 # built for inclusion in a dll (and should export symbols for example).
8302 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8303 # (--disable-auto-import) libraries
8304 lt_prog_compiler_pic='-DDLL_EXPORT'
8305 ;;
8306
8307 darwin* | rhapsody*)
8308 # PIC is the default on this platform
8309 # Common symbols not allowed in MH_DYLIB files
8310 lt_prog_compiler_pic='-fno-common'
8311 ;;
8312
3725885a
RW
8313 haiku*)
8314 # PIC is the default for Haiku.
8315 # The "-static" flag exists, but is broken.
8316 lt_prog_compiler_static=
8317 ;;
8318
d7040cdb 8319 hpux*)
718a6fd8
SE
8320 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8321 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8322 # sets the default TLS model and affects inlining.
d7040cdb 8323 case $host_cpu in
718a6fd8 8324 hppa*64*)
d7040cdb
SE
8325 # +Z the default
8326 ;;
8327 *)
8328 lt_prog_compiler_pic='-fPIC'
8329 ;;
8330 esac
8331 ;;
8332
8333 interix[3-9]*)
8334 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8335 # Instead, we relocate shared libraries at runtime.
8336 ;;
8337
8338 msdosdjgpp*)
8339 # Just because we use GCC doesn't mean we suddenly get shared libraries
8340 # on systems that don't support them.
8341 lt_prog_compiler_can_build_shared=no
8342 enable_shared=no
8343 ;;
8344
8345 *nto* | *qnx*)
8346 # QNX uses GNU C++, but need to define -shared option too, otherwise
8347 # it will coredump.
8348 lt_prog_compiler_pic='-fPIC -shared'
8349 ;;
8350
8351 sysv4*MP*)
8352 if test -d /usr/nec; then
8353 lt_prog_compiler_pic=-Kconform_pic
8354 fi
8355 ;;
8356
8357 *)
8358 lt_prog_compiler_pic='-fPIC'
8359 ;;
8360 esac
3725885a
RW
8361
8362 case $cc_basename in
8363 nvcc*) # Cuda Compiler Driver 2.2
8364 lt_prog_compiler_wl='-Xlinker '
8365 lt_prog_compiler_pic='-Xcompiler -fPIC'
8366 ;;
8367 esac
d7040cdb
SE
8368 else
8369 # PORTME Check for flag to pass linker flags through the system compiler.
8370 case $host_os in
8371 aix*)
8372 lt_prog_compiler_wl='-Wl,'
8373 if test "$host_cpu" = ia64; then
8374 # AIX 5 now supports IA64 processor
8375 lt_prog_compiler_static='-Bstatic'
8376 else
8377 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8378 fi
8379 ;;
d7040cdb 8380
718a6fd8 8381 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8382 # This hack is so that the source file can tell whether it is being
8383 # built for inclusion in a dll (and should export symbols for example).
8384 lt_prog_compiler_pic='-DDLL_EXPORT'
8385 ;;
8386
8387 hpux9* | hpux10* | hpux11*)
8388 lt_prog_compiler_wl='-Wl,'
8389 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8390 # not for PA HP-UX.
8391 case $host_cpu in
8392 hppa*64*|ia64*)
8393 # +Z the default
8394 ;;
8395 *)
8396 lt_prog_compiler_pic='+Z'
8397 ;;
8398 esac
8399 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8400 lt_prog_compiler_static='${wl}-a ${wl}archive'
8401 ;;
8402
8403 irix5* | irix6* | nonstopux*)
8404 lt_prog_compiler_wl='-Wl,'
8405 # PIC (with -KPIC) is the default.
8406 lt_prog_compiler_static='-non_shared'
8407 ;;
8408
58e24671 8409 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8410 case $cc_basename in
718a6fd8
SE
8411 # old Intel for x86_64 which still supported -KPIC.
8412 ecc*)
d7040cdb
SE
8413 lt_prog_compiler_wl='-Wl,'
8414 lt_prog_compiler_pic='-KPIC'
8415 lt_prog_compiler_static='-static'
8416 ;;
718a6fd8
SE
8417 # icc used to be incompatible with GCC.
8418 # ICC 10 doesn't accept -KPIC any more.
8419 icc* | ifort*)
8420 lt_prog_compiler_wl='-Wl,'
8421 lt_prog_compiler_pic='-fPIC'
8422 lt_prog_compiler_static='-static'
8423 ;;
8424 # Lahey Fortran 8.1.
8425 lf95*)
8426 lt_prog_compiler_wl='-Wl,'
8427 lt_prog_compiler_pic='--shared'
8428 lt_prog_compiler_static='--static'
8429 ;;
3725885a 8430 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8431 # Portland Group compilers (*not* the Pentium gcc compiler,
8432 # which looks to be a dead project)
8433 lt_prog_compiler_wl='-Wl,'
8434 lt_prog_compiler_pic='-fpic'
8435 lt_prog_compiler_static='-Bstatic'
8436 ;;
8437 ccc*)
8438 lt_prog_compiler_wl='-Wl,'
8439 # All Alpha code is PIC.
8440 lt_prog_compiler_static='-non_shared'
8441 ;;
3725885a
RW
8442 xl* | bgxl* | bgf* | mpixl*)
8443 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8444 lt_prog_compiler_wl='-Wl,'
8445 lt_prog_compiler_pic='-qpic'
8446 lt_prog_compiler_static='-qstaticlink'
8447 ;;
d7040cdb
SE
8448 *)
8449 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8450 *Sun\ F* | *Sun*Fortran*)
8451 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8452 lt_prog_compiler_pic='-KPIC'
8453 lt_prog_compiler_static='-Bstatic'
3725885a 8454 lt_prog_compiler_wl=''
d7040cdb 8455 ;;
3725885a
RW
8456 *Sun\ C*)
8457 # Sun C 5.9
d7040cdb
SE
8458 lt_prog_compiler_pic='-KPIC'
8459 lt_prog_compiler_static='-Bstatic'
3725885a 8460 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8461 ;;
8462 esac
8463 ;;
8464 esac
8465 ;;
8466
8467 newsos6)
8468 lt_prog_compiler_pic='-KPIC'
8469 lt_prog_compiler_static='-Bstatic'
8470 ;;
8471
8472 *nto* | *qnx*)
8473 # QNX uses GNU C++, but need to define -shared option too, otherwise
8474 # it will coredump.
8475 lt_prog_compiler_pic='-fPIC -shared'
8476 ;;
8477
8478 osf3* | osf4* | osf5*)
8479 lt_prog_compiler_wl='-Wl,'
8480 # All OSF/1 code is PIC.
8481 lt_prog_compiler_static='-non_shared'
8482 ;;
8483
8484 rdos*)
8485 lt_prog_compiler_static='-non_shared'
8486 ;;
8487
8488 solaris*)
8489 lt_prog_compiler_pic='-KPIC'
8490 lt_prog_compiler_static='-Bstatic'
8491 case $cc_basename in
f2c621e4 8492 f77* | f90* | f95*)
d7040cdb
SE
8493 lt_prog_compiler_wl='-Qoption ld ';;
8494 *)
8495 lt_prog_compiler_wl='-Wl,';;
8496 esac
8497 ;;
8498
8499 sunos4*)
8500 lt_prog_compiler_wl='-Qoption ld '
8501 lt_prog_compiler_pic='-PIC'
8502 lt_prog_compiler_static='-Bstatic'
8503 ;;
8504
8505 sysv4 | sysv4.2uw2* | sysv4.3*)
8506 lt_prog_compiler_wl='-Wl,'
8507 lt_prog_compiler_pic='-KPIC'
8508 lt_prog_compiler_static='-Bstatic'
8509 ;;
8510
8511 sysv4*MP*)
8512 if test -d /usr/nec ;then
8513 lt_prog_compiler_pic='-Kconform_pic'
8514 lt_prog_compiler_static='-Bstatic'
8515 fi
8516 ;;
8517
8518 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8519 lt_prog_compiler_wl='-Wl,'
8520 lt_prog_compiler_pic='-KPIC'
8521 lt_prog_compiler_static='-Bstatic'
8522 ;;
8523
8524 unicos*)
8525 lt_prog_compiler_wl='-Wl,'
8526 lt_prog_compiler_can_build_shared=no
8527 ;;
8528
8529 uts4*)
8530 lt_prog_compiler_pic='-pic'
8531 lt_prog_compiler_static='-Bstatic'
8532 ;;
8533
8534 *)
8535 lt_prog_compiler_can_build_shared=no
8536 ;;
8537 esac
8538 fi
8539
8540case $host_os in
8541 # For platforms which do not support PIC, -DPIC is meaningless:
8542 *djgpp*)
8543 lt_prog_compiler_pic=
8544 ;;
8545 *)
8546 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8547 ;;
8548esac
f2c621e4
AS
8549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8550$as_echo "$lt_prog_compiler_pic" >&6; }
8551
8552
8553
8554
d7040cdb
SE
8555
8556
8557#
8558# Check to make sure the PIC flag actually works.
8559#
8560if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8562$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8563if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8564 $as_echo_n "(cached) " >&6
42ecbf5e 8565else
718a6fd8 8566 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8567 ac_outfile=conftest.$ac_objext
8568 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8569 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8570 # Insert the option either (1) after the last *FLAGS variable, or
8571 # (2) before a word containing "conftest.", or (3) at the end.
8572 # Note that $ac_compile itself does not contain backslashes and begins
8573 # with a dollar sign (not a hyphen), so the echo should work correctly.
8574 # The option is referenced via a variable to avoid confusing sed.
8575 lt_compile=`echo "$ac_compile" | $SED \
8576 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8577 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8578 -e 's:$: $lt_compiler_flag:'`
3725885a 8579 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8580 (eval "$lt_compile" 2>conftest.err)
8581 ac_status=$?
8582 cat conftest.err >&5
3725885a 8583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8584 if (exit $ac_status) && test -s "$ac_outfile"; then
8585 # The compiler can only warn and ignore the option if not recognized
8586 # So say no if there are warnings other than the usual output.
3725885a 8587 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8588 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8589 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8590 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8591 fi
8592 fi
8593 $RM conftest*
42ecbf5e 8594
252b5132 8595fi
81ecdfbb
RW
8596{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8597$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8598
718a6fd8 8599if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8600 case $lt_prog_compiler_pic in
8601 "" | " "*) ;;
8602 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8603 esac
252b5132 8604else
d7040cdb
SE
8605 lt_prog_compiler_pic=
8606 lt_prog_compiler_can_build_shared=no
252b5132 8607fi
252b5132
RH
8608
8609fi
42ecbf5e 8610
d7040cdb
SE
8611
8612
8613
8614
8615
8616#
8617# Check to make sure the static flag actually works.
8618#
8619wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8621$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8622if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8623 $as_echo_n "(cached) " >&6
42ecbf5e 8624else
718a6fd8 8625 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8626 save_LDFLAGS="$LDFLAGS"
8627 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8628 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8629 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8630 # The linker can only warn and ignore the option if not recognized
8631 # So say no if there are warnings
8632 if test -s conftest.err; then
8633 # Append any errors to the config.log.
8634 cat conftest.err 1>&5
3725885a 8635 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8636 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8637 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8638 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8639 fi
8640 else
718a6fd8 8641 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8642 fi
8643 fi
718a6fd8 8644 $RM -r conftest*
d7040cdb 8645 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8646
42ecbf5e 8647fi
81ecdfbb
RW
8648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8649$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8650
718a6fd8 8651if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8652 :
8653else
8654 lt_prog_compiler_static=
42ecbf5e 8655fi
42ecbf5e 8656
252b5132 8657
252b5132 8658
42ecbf5e 8659
252b5132 8660
20e95c23 8661
d7040cdb 8662
81ecdfbb
RW
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8664$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8665if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8666 $as_echo_n "(cached) " >&6
252b5132 8667else
d7040cdb
SE
8668 lt_cv_prog_compiler_c_o=no
8669 $RM -r conftest 2>/dev/null
8670 mkdir conftest
8671 cd conftest
8672 mkdir out
8673 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8674
8675 lt_compiler_flag="-o out/conftest2.$ac_objext"
8676 # Insert the option either (1) after the last *FLAGS variable, or
8677 # (2) before a word containing "conftest.", or (3) at the end.
8678 # Note that $ac_compile itself does not contain backslashes and begins
8679 # with a dollar sign (not a hyphen), so the echo should work correctly.
8680 lt_compile=`echo "$ac_compile" | $SED \
8681 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8682 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8683 -e 's:$: $lt_compiler_flag:'`
3725885a 8684 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8685 (eval "$lt_compile" 2>out/conftest.err)
8686 ac_status=$?
8687 cat out/conftest.err >&5
3725885a 8688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8689 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8690 then
8691 # The compiler can only warn and ignore the option if not recognized
8692 # So say no if there are warnings
3725885a 8693 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8694 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8695 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8696 lt_cv_prog_compiler_c_o=yes
8697 fi
8698 fi
8699 chmod u+w . 2>&5
8700 $RM conftest*
8701 # SGI C++ compiler will create directory out/ii_files/ for
8702 # template instantiation
8703 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8704 $RM out/* && rmdir out
8705 cd ..
8706 $RM -r conftest
8707 $RM conftest*
8708
252b5132 8709fi
81ecdfbb
RW
8710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8711$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 8712
20e95c23 8713
20e95c23
DJ
8714
8715
d7040cdb
SE
8716
8717
81ecdfbb
RW
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8719$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8720if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8721 $as_echo_n "(cached) " >&6
42ecbf5e 8722else
d7040cdb
SE
8723 lt_cv_prog_compiler_c_o=no
8724 $RM -r conftest 2>/dev/null
8725 mkdir conftest
8726 cd conftest
8727 mkdir out
8728 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8729
8730 lt_compiler_flag="-o out/conftest2.$ac_objext"
8731 # Insert the option either (1) after the last *FLAGS variable, or
8732 # (2) before a word containing "conftest.", or (3) at the end.
8733 # Note that $ac_compile itself does not contain backslashes and begins
8734 # with a dollar sign (not a hyphen), so the echo should work correctly.
8735 lt_compile=`echo "$ac_compile" | $SED \
8736 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8737 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8738 -e 's:$: $lt_compiler_flag:'`
3725885a 8739 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8740 (eval "$lt_compile" 2>out/conftest.err)
8741 ac_status=$?
8742 cat out/conftest.err >&5
3725885a 8743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8744 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8745 then
8746 # The compiler can only warn and ignore the option if not recognized
8747 # So say no if there are warnings
3725885a 8748 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8749 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8750 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8751 lt_cv_prog_compiler_c_o=yes
8752 fi
8753 fi
8754 chmod u+w . 2>&5
8755 $RM conftest*
8756 # SGI C++ compiler will create directory out/ii_files/ for
8757 # template instantiation
8758 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8759 $RM out/* && rmdir out
8760 cd ..
8761 $RM -r conftest
8762 $RM conftest*
8763
8764fi
81ecdfbb
RW
8765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8766$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8767
8768
8769
8770
8771hard_links="nottested"
8772if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8773 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8775$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8776 hard_links=yes
8777 $RM conftest*
8778 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8779 touch conftest.a
8780 ln conftest.a conftest.b 2>&5 || hard_links=no
8781 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8783$as_echo "$hard_links" >&6; }
d7040cdb 8784 if test "$hard_links" = no; then
81ecdfbb
RW
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8786$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8787 need_locks=warn
8788 fi
8789else
8790 need_locks=no
8791fi
8792
8793
8794
8795
8796
8797
81ecdfbb
RW
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8799$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8800
8801 runpath_var=
8802 allow_undefined_flag=
8803 always_export_symbols=no
8804 archive_cmds=
8805 archive_expsym_cmds=
8806 compiler_needs_object=no
8807 enable_shared_with_static_runtimes=no
8808 export_dynamic_flag_spec=
8809 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8810 hardcode_automatic=no
8811 hardcode_direct=no
8812 hardcode_direct_absolute=no
8813 hardcode_libdir_flag_spec=
8814 hardcode_libdir_flag_spec_ld=
8815 hardcode_libdir_separator=
8816 hardcode_minus_L=no
8817 hardcode_shlibpath_var=unsupported
8818 inherit_rpath=no
8819 link_all_deplibs=unknown
8820 module_cmds=
8821 module_expsym_cmds=
8822 old_archive_from_new_cmds=
8823 old_archive_from_expsyms_cmds=
8824 thread_safe_flag_spec=
8825 whole_archive_flag_spec=
8826 # include_expsyms should be a list of space-separated symbols to be *always*
8827 # included in the symbol list
8828 include_expsyms=
8829 # exclude_expsyms can be an extended regexp of symbols to exclude
8830 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8831 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8832 # as well as any symbol that contains `d'.
718a6fd8 8833 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8834 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8835 # platforms (ab)use it in PIC code, but their linkers get confused if
8836 # the symbol is explicitly referenced. Since portable code cannot
8837 # rely on this symbol name, it's probably fine to never include it in
8838 # preloaded symbol tables.
718a6fd8 8839 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8840 extract_expsyms_cmds=
8841
8842 case $host_os in
718a6fd8 8843 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8844 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8845 # When not using gcc, we currently assume that we are using
8846 # Microsoft Visual C++.
8847 if test "$GCC" != yes; then
8848 with_gnu_ld=no
8849 fi
8850 ;;
8851 interix*)
8852 # we just hope/assume this is gcc and not c89 (= MSVC++)
8853 with_gnu_ld=yes
8854 ;;
8855 openbsd*)
8856 with_gnu_ld=no
8857 ;;
8858 esac
8859
8860 ld_shlibs=yes
3725885a
RW
8861
8862 # On some targets, GNU ld is compatible enough with the native linker
8863 # that we're better off using the native interface for both.
8864 lt_use_gnu_ld_interface=no
d7040cdb 8865 if test "$with_gnu_ld" = yes; then
3725885a
RW
8866 case $host_os in
8867 aix*)
8868 # The AIX port of GNU ld has always aspired to compatibility
8869 # with the native linker. However, as the warning in the GNU ld
8870 # block says, versions before 2.19.5* couldn't really create working
8871 # shared libraries, regardless of the interface used.
8872 case `$LD -v 2>&1` in
8873 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8874 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8875 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8876 *)
8877 lt_use_gnu_ld_interface=yes
8878 ;;
8879 esac
8880 ;;
8881 *)
8882 lt_use_gnu_ld_interface=yes
8883 ;;
8884 esac
8885 fi
8886
8887 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8888 # If archive_cmds runs LD, not CC, wlarc should be empty
8889 wlarc='${wl}'
8890
8891 # Set some defaults for GNU ld with shared library support. These
8892 # are reset later if shared libraries are not supported. Putting them
8893 # here allows them to be overridden if necessary.
8894 runpath_var=LD_RUN_PATH
8895 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8896 export_dynamic_flag_spec='${wl}--export-dynamic'
8897 # ancient GNU ld didn't support --whole-archive et. al.
8898 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8899 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8900 else
8901 whole_archive_flag_spec=
8902 fi
8903 supports_anon_versioning=no
8904 case `$LD -v 2>&1` in
3725885a 8905 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8906 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8907 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8908 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8909 *\ 2.11.*) ;; # other 2.11 versions
8910 *) supports_anon_versioning=yes ;;
8911 esac
8912
8913 # See if GNU ld supports shared libraries.
8914 case $host_os in
50e7d84b 8915 aix[3-9]*)
d7040cdb
SE
8916 # On AIX/PPC, the GNU linker is very broken
8917 if test "$host_cpu" != ia64; then
8918 ld_shlibs=no
8919 cat <<_LT_EOF 1>&2
8920
3725885a 8921*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8922*** to be unable to reliably create shared libraries on AIX.
8923*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8924*** really care for shared libraries, you may want to install binutils
8925*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8926*** You will then need to restart the configuration process.
d7040cdb
SE
8927
8928_LT_EOF
8929 fi
8930 ;;
8931
8932 amigaos*)
718a6fd8
SE
8933 case $host_cpu in
8934 powerpc)
8935 # see comment about AmigaOS4 .so support
8936 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8937 archive_expsym_cmds=''
8938 ;;
8939 m68k)
8940 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)'
8941 hardcode_libdir_flag_spec='-L$libdir'
8942 hardcode_minus_L=yes
8943 ;;
8944 esac
d7040cdb
SE
8945 ;;
8946
8947 beos*)
8948 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8949 allow_undefined_flag=unsupported
8950 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8951 # support --undefined. This deserves some investigation. FIXME
8952 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8953 else
8954 ld_shlibs=no
8955 fi
8956 ;;
8957
718a6fd8 8958 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8959 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8960 # as there is no search path for DLLs.
8961 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8962 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8963 allow_undefined_flag=unsupported
8964 always_export_symbols=no
8965 enable_shared_with_static_runtimes=yes
f2c621e4 8966 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
8967
8968 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8969 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8970 # If the export-symbols file already is a .def file (1st line
8971 # is EXPORTS), use it as is; otherwise, prepend...
8972 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8973 cp $export_symbols $output_objdir/$soname.def;
8974 else
8975 echo EXPORTS > $output_objdir/$soname.def;
8976 cat $export_symbols >> $output_objdir/$soname.def;
8977 fi~
8978 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8979 else
8980 ld_shlibs=no
8981 fi
8982 ;;
8983
3725885a
RW
8984 haiku*)
8985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8986 link_all_deplibs=yes
8987 ;;
8988
d7040cdb
SE
8989 interix[3-9]*)
8990 hardcode_direct=no
8991 hardcode_shlibpath_var=no
8992 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8993 export_dynamic_flag_spec='${wl}-E'
8994 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8995 # Instead, shared libraries are loaded at an image base (0x10000000 by
8996 # default) and relocated if they conflict, which is a slow very memory
8997 # consuming and fragmenting process. To avoid this, we pick a random,
8998 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8999 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9000 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9001 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'
9002 ;;
9003
58e24671 9004 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9005 tmp_diet=no
9006 if test "$host_os" = linux-dietlibc; then
9007 case $cc_basename in
9008 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9009 esac
9010 fi
9011 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9012 && test "$tmp_diet" = no
9013 then
6e733cce 9014 tmp_addflag=' $pic_flag'
718a6fd8 9015 tmp_sharedflag='-shared'
d7040cdb
SE
9016 case $cc_basename,$host_cpu in
9017 pgcc*) # Portland Group C compiler
3725885a 9018 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
9019 tmp_addflag=' $pic_flag'
9020 ;;
3725885a
RW
9021 pgf77* | pgf90* | pgf95* | pgfortran*)
9022 # Portland Group f77 and f90 compilers
9023 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
9024 tmp_addflag=' $pic_flag -Mnomain' ;;
9025 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9026 tmp_addflag=' -i_dynamic' ;;
9027 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9028 tmp_addflag=' -i_dynamic -nofor_main' ;;
9029 ifc* | ifort*) # Intel Fortran compiler
9030 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9031 lf95*) # Lahey Fortran 8.1
9032 whole_archive_flag_spec=
9033 tmp_sharedflag='--shared' ;;
3725885a 9034 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9035 tmp_sharedflag='-qmkshrobj'
9036 tmp_addflag= ;;
3725885a
RW
9037 nvcc*) # Cuda Compiler Driver 2.2
9038 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'
9039 compiler_needs_object=yes
9040 ;;
d7040cdb
SE
9041 esac
9042 case `$CC -V 2>&1 | sed 5q` in
9043 *Sun\ C*) # Sun C 5.9
3725885a 9044 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
9045 compiler_needs_object=yes
9046 tmp_sharedflag='-G' ;;
9047 *Sun\ F*) # Sun Fortran 8.3
9048 tmp_sharedflag='-G' ;;
d7040cdb
SE
9049 esac
9050 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9051
9052 if test "x$supports_anon_versioning" = xyes; then
9053 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9054 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9055 echo "local: *; };" >> $output_objdir/$libname.ver~
9056 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9057 fi
718a6fd8
SE
9058
9059 case $cc_basename in
3725885a 9060 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9061 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9062 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9063 hardcode_libdir_flag_spec=
9064 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9065 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9066 if test "x$supports_anon_versioning" = xyes; then
9067 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9068 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9069 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9070 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9071 fi
9072 ;;
9073 esac
d7040cdb
SE
9074 else
9075 ld_shlibs=no
9076 fi
9077 ;;
9078
9079 netbsd*)
9080 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9081 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9082 wlarc=
9083 else
f2c621e4
AS
9084 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9085 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9086 fi
9087 ;;
9088
9089 solaris*)
9090 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9091 ld_shlibs=no
9092 cat <<_LT_EOF 1>&2
9093
9094*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9095*** create shared libraries on Solaris systems. Therefore, libtool
9096*** is disabling shared libraries support. We urge you to upgrade GNU
9097*** binutils to release 2.9.1 or newer. Another option is to modify
9098*** your PATH or compiler configuration so that the native linker is
9099*** used, and then restart.
9100
9101_LT_EOF
9102 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9103 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9104 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9105 else
9106 ld_shlibs=no
9107 fi
9108 ;;
9109
9110 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9111 case `$LD -v 2>&1` in
9112 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9113 ld_shlibs=no
9114 cat <<_LT_EOF 1>&2
9115
9116*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9117*** reliably create shared libraries on SCO systems. Therefore, libtool
9118*** is disabling shared libraries support. We urge you to upgrade GNU
9119*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9120*** your PATH or compiler configuration so that the native linker is
9121*** used, and then restart.
9122
9123_LT_EOF
9124 ;;
9125 *)
9126 # For security reasons, it is highly recommended that you always
9127 # use absolute paths for naming shared libraries, and exclude the
9128 # DT_RUNPATH tag from executables and libraries. But doing so
9129 # requires that you compile everything twice, which is a pain.
9130 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9131 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9132 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9133 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9134 else
9135 ld_shlibs=no
9136 fi
9137 ;;
9138 esac
9139 ;;
9140
9141 sunos4*)
9142 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9143 wlarc=
9144 hardcode_direct=yes
9145 hardcode_shlibpath_var=no
9146 ;;
9147
9148 *)
9149 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9150 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9151 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9152 else
9153 ld_shlibs=no
9154 fi
9155 ;;
9156 esac
9157
9158 if test "$ld_shlibs" = no; then
9159 runpath_var=
9160 hardcode_libdir_flag_spec=
9161 export_dynamic_flag_spec=
9162 whole_archive_flag_spec=
9163 fi
9164 else
9165 # PORTME fill in a description of your system's linker (not GNU ld)
9166 case $host_os in
9167 aix3*)
9168 allow_undefined_flag=unsupported
9169 always_export_symbols=yes
9170 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'
9171 # Note: this linker hardcodes the directories in LIBPATH if there
9172 # are no directories specified by -L.
9173 hardcode_minus_L=yes
9174 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9175 # Neither direct hardcoding nor static linking is supported with a
9176 # broken collect2.
9177 hardcode_direct=unsupported
9178 fi
9179 ;;
9180
50e7d84b 9181 aix[4-9]*)
d7040cdb
SE
9182 if test "$host_cpu" = ia64; then
9183 # On IA64, the linker does run time linking by default, so we don't
9184 # have to do anything special.
9185 aix_use_runtimelinking=no
9186 exp_sym_flag='-Bexport'
9187 no_entry_flag=""
9188 else
9189 # If we're using GNU nm, then we don't want the "-C" option.
9190 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9191 # Also, AIX nm treats weak defined symbols like other global
9192 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9193 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9194 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 9195 else
5c14705f 9196 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
9197 fi
9198 aix_use_runtimelinking=no
9199
9200 # Test if we are trying to use run time linking or normal
9201 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9202 # need to do runtime linking.
50e7d84b 9203 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9204 for ld_flag in $LDFLAGS; do
9205 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9206 aix_use_runtimelinking=yes
9207 break
9208 fi
9209 done
9210 ;;
9211 esac
9212
9213 exp_sym_flag='-bexport'
9214 no_entry_flag='-bnoentry'
9215 fi
9216
9217 # When large executables or shared objects are built, AIX ld can
9218 # have problems creating the table of contents. If linking a library
9219 # or program results in "error TOC overflow" add -mminimal-toc to
9220 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9221 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9222
9223 archive_cmds=''
9224 hardcode_direct=yes
9225 hardcode_direct_absolute=yes
9226 hardcode_libdir_separator=':'
9227 link_all_deplibs=yes
9228 file_list_spec='${wl}-f,'
9229
9230 if test "$GCC" = yes; then
9231 case $host_os in aix4.[012]|aix4.[012].*)
9232 # We only want to do this on AIX 4.2 and lower, the check
9233 # below for broken collect2 doesn't work under 4.3+
9234 collect2name=`${CC} -print-prog-name=collect2`
9235 if test -f "$collect2name" &&
9236 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9237 then
9238 # We have reworked collect2
9239 :
9240 else
9241 # We have old collect2
9242 hardcode_direct=unsupported
9243 # It fails to find uninstalled libraries when the uninstalled
9244 # path is not listed in the libpath. Setting hardcode_minus_L
9245 # to unsupported forces relinking
9246 hardcode_minus_L=yes
9247 hardcode_libdir_flag_spec='-L$libdir'
9248 hardcode_libdir_separator=
9249 fi
9250 ;;
9251 esac
9252 shared_flag='-shared'
9253 if test "$aix_use_runtimelinking" = yes; then
9254 shared_flag="$shared_flag "'${wl}-G'
9255 fi
9256 else
9257 # not using gcc
9258 if test "$host_cpu" = ia64; then
9259 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9260 # chokes on -Wl,-G. The following line is correct:
9261 shared_flag='-G'
9262 else
9263 if test "$aix_use_runtimelinking" = yes; then
9264 shared_flag='${wl}-G'
9265 else
9266 shared_flag='${wl}-bM:SRE'
9267 fi
9268 fi
9269 fi
9270
718a6fd8 9271 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9272 # It seems that -bexpall does not export symbols beginning with
9273 # underscore (_), so it is better to generate a list of symbols to export.
9274 always_export_symbols=yes
9275 if test "$aix_use_runtimelinking" = yes; then
9276 # Warning - without using the other runtime loading flags (-brtl),
9277 # -berok will link without error, but may produce a broken library.
9278 allow_undefined_flag='-berok'
9279 # Determine the default libpath from the value encoded in an
9280 # empty executable.
f2c621e4 9281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9282/* end confdefs.h. */
d7040cdb
SE
9283
9284int
9285main ()
9286{
9287
9288 ;
9289 return 0;
9290}
42ecbf5e 9291_ACEOF
81ecdfbb 9292if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9293
f2c621e4
AS
9294lt_aix_libpath_sed='
9295 /Import File Strings/,/^$/ {
9296 /^0/ {
9297 s/^0 *\(.*\)$/\1/
9298 p
9299 }
9300 }'
9301aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9302# Check for a 64-bit object if we didn't find anything.
9303if test -z "$aix_libpath"; then
9304 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9305fi
252b5132 9306fi
81ecdfbb
RW
9307rm -f core conftest.err conftest.$ac_objext \
9308 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9309if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9310
d7040cdb 9311 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9312 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
9313 else
9314 if test "$host_cpu" = ia64; then
9315 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9316 allow_undefined_flag="-z nodefs"
9317 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"
9318 else
9319 # Determine the default libpath from the value encoded in an
9320 # empty executable.
f2c621e4 9321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9322/* end confdefs.h. */
d7040cdb
SE
9323
9324int
9325main ()
9326{
9327
9328 ;
9329 return 0;
9330}
42ecbf5e 9331_ACEOF
81ecdfbb 9332if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9333
f2c621e4
AS
9334lt_aix_libpath_sed='
9335 /Import File Strings/,/^$/ {
9336 /^0/ {
9337 s/^0 *\(.*\)$/\1/
9338 p
9339 }
9340 }'
9341aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9342# Check for a 64-bit object if we didn't find anything.
9343if test -z "$aix_libpath"; then
9344 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9345fi
252b5132 9346fi
81ecdfbb
RW
9347rm -f core conftest.err conftest.$ac_objext \
9348 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9349if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb
SE
9350
9351 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9352 # Warning - without using the other run time loading flags,
9353 # -berok will link without error, but may produce a broken library.
9354 no_undefined_flag=' ${wl}-bernotok'
9355 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9356 if test "$with_gnu_ld" = yes; then
9357 # We only use this code for GNU lds that support --whole-archive.
9358 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9359 else
9360 # Exported symbols can be pulled into shared objects from archives
9361 whole_archive_flag_spec='$convenience'
9362 fi
d7040cdb
SE
9363 archive_cmds_need_lc=yes
9364 # This is similar to how AIX traditionally builds its shared libraries.
9365 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'
9366 fi
9367 fi
9368 ;;
42ecbf5e 9369
d7040cdb 9370 amigaos*)
718a6fd8
SE
9371 case $host_cpu in
9372 powerpc)
9373 # see comment about AmigaOS4 .so support
9374 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9375 archive_expsym_cmds=''
9376 ;;
9377 m68k)
9378 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)'
9379 hardcode_libdir_flag_spec='-L$libdir'
9380 hardcode_minus_L=yes
9381 ;;
9382 esac
d7040cdb 9383 ;;
252b5132 9384
d7040cdb
SE
9385 bsdi[45]*)
9386 export_dynamic_flag_spec=-rdynamic
9387 ;;
252b5132 9388
718a6fd8 9389 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9390 # When not using gcc, we currently assume that we are using
9391 # Microsoft Visual C++.
9392 # hardcode_libdir_flag_spec is actually meaningless, as there is
9393 # no search path for DLLs.
f2c621e4
AS
9394 hardcode_libdir_flag_spec=' '
9395 allow_undefined_flag=unsupported
9396 # Tell ltmain to make .lib files, not .a files.
9397 libext=lib
9398 # Tell ltmain to make .dll files, not .so files.
9399 shrext_cmds=".dll"
9400 # FIXME: Setting linknames here is a bad hack.
9401 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9402 # The linker will automatically build a .lib file if we build a DLL.
9403 old_archive_from_new_cmds='true'
9404 # FIXME: Should let the user specify the lib program.
9405 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9406 fix_srcfile_path='`cygpath -w "$srcfile"`'
9407 enable_shared_with_static_runtimes=yes
d7040cdb 9408 ;;
252b5132 9409
d7040cdb 9410 darwin* | rhapsody*)
c46f8c51 9411
718a6fd8
SE
9412
9413 archive_cmds_need_lc=no
9414 hardcode_direct=no
9415 hardcode_automatic=yes
9416 hardcode_shlibpath_var=unsupported
3725885a
RW
9417 if test "$lt_cv_ld_force_load" = "yes"; then
9418 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\"`'
9419 else
9420 whole_archive_flag_spec=''
9421 fi
718a6fd8
SE
9422 link_all_deplibs=yes
9423 allow_undefined_flag="$_lt_dar_allow_undefined"
9424 case $cc_basename in
9425 ifort*) _lt_dar_can_shared=yes ;;
9426 *) _lt_dar_can_shared=$GCC ;;
9427 esac
9428 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9429 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9430 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9431 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9432 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}"
9433 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}"
9434
9435 else
9436 ld_shlibs=no
9437 fi
9438
d7040cdb 9439 ;;
42ecbf5e 9440
d7040cdb
SE
9441 dgux*)
9442 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9443 hardcode_libdir_flag_spec='-L$libdir'
9444 hardcode_shlibpath_var=no
9445 ;;
252b5132 9446
d7040cdb
SE
9447 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9448 # support. Future versions do this automatically, but an explicit c++rt0.o
9449 # does not break anything, and helps significantly (at the cost of a little
9450 # extra space).
9451 freebsd2.2*)
9452 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9453 hardcode_libdir_flag_spec='-R$libdir'
9454 hardcode_direct=yes
9455 hardcode_shlibpath_var=no
9456 ;;
252b5132 9457
d7040cdb 9458 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9459 freebsd2.*)
d7040cdb
SE
9460 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9461 hardcode_direct=yes
9462 hardcode_minus_L=yes
9463 hardcode_shlibpath_var=no
9464 ;;
42ecbf5e 9465
d7040cdb
SE
9466 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9467 freebsd* | dragonfly*)
f2c621e4 9468 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9469 hardcode_libdir_flag_spec='-R$libdir'
9470 hardcode_direct=yes
9471 hardcode_shlibpath_var=no
9472 ;;
252b5132 9473
d7040cdb
SE
9474 hpux9*)
9475 if test "$GCC" = yes; then
f2c621e4 9476 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
9477 else
9478 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'
9479 fi
9480 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9481 hardcode_libdir_separator=:
9482 hardcode_direct=yes
9483
9484 # hardcode_minus_L: Not really in the search PATH,
9485 # but as the default location of the library.
9486 hardcode_minus_L=yes
9487 export_dynamic_flag_spec='${wl}-E'
9488 ;;
20e95c23 9489
d7040cdb 9490 hpux10*)
3725885a 9491 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9492 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9493 else
9494 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9495 fi
9496 if test "$with_gnu_ld" = no; then
9497 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9498 hardcode_libdir_flag_spec_ld='+b $libdir'
9499 hardcode_libdir_separator=:
9500 hardcode_direct=yes
9501 hardcode_direct_absolute=yes
9502 export_dynamic_flag_spec='${wl}-E'
9503 # hardcode_minus_L: Not really in the search PATH,
9504 # but as the default location of the library.
9505 hardcode_minus_L=yes
9506 fi
9507 ;;
20e95c23 9508
d7040cdb 9509 hpux11*)
3725885a 9510 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9511 case $host_cpu in
9512 hppa*64*)
9513 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9514 ;;
9515 ia64*)
f2c621e4 9516 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9517 ;;
9518 *)
f2c621e4 9519 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9520 ;;
9521 esac
9522 else
9523 case $host_cpu in
9524 hppa*64*)
9525 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9526 ;;
9527 ia64*)
9528 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9529 ;;
9530 *)
3725885a
RW
9531
9532 # Older versions of the 11.00 compiler do not understand -b yet
9533 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9535$as_echo_n "checking if $CC understands -b... " >&6; }
9536if test "${lt_cv_prog_compiler__b+set}" = set; then :
9537 $as_echo_n "(cached) " >&6
9538else
9539 lt_cv_prog_compiler__b=no
9540 save_LDFLAGS="$LDFLAGS"
9541 LDFLAGS="$LDFLAGS -b"
9542 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9543 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9544 # The linker can only warn and ignore the option if not recognized
9545 # So say no if there are warnings
9546 if test -s conftest.err; then
9547 # Append any errors to the config.log.
9548 cat conftest.err 1>&5
9549 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9550 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9551 if diff conftest.exp conftest.er2 >/dev/null; then
9552 lt_cv_prog_compiler__b=yes
9553 fi
9554 else
9555 lt_cv_prog_compiler__b=yes
9556 fi
9557 fi
9558 $RM -r conftest*
9559 LDFLAGS="$save_LDFLAGS"
9560
9561fi
9562{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9563$as_echo "$lt_cv_prog_compiler__b" >&6; }
9564
9565if test x"$lt_cv_prog_compiler__b" = xyes; then
9566 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9567else
9568 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9569fi
9570
d7040cdb
SE
9571 ;;
9572 esac
9573 fi
9574 if test "$with_gnu_ld" = no; then
9575 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9576 hardcode_libdir_separator=:
9577
9578 case $host_cpu in
9579 hppa*64*|ia64*)
9580 hardcode_direct=no
9581 hardcode_shlibpath_var=no
9582 ;;
9583 *)
9584 hardcode_direct=yes
9585 hardcode_direct_absolute=yes
9586 export_dynamic_flag_spec='${wl}-E'
9587
9588 # hardcode_minus_L: Not really in the search PATH,
9589 # but as the default location of the library.
9590 hardcode_minus_L=yes
9591 ;;
9592 esac
9593 fi
9594 ;;
9595
9596 irix5* | irix6* | nonstopux*)
9597 if test "$GCC" = yes; then
f2c621e4 9598 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
9599 # Try to use the -exported_symbol ld option, if it does not
9600 # work, assume that -exports_file does not work either and
9601 # implicitly export all symbols.
f2c621e4
AS
9602 save_LDFLAGS="$LDFLAGS"
9603 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9605/* end confdefs.h. */
f2c621e4 9606int foo(void) {}
42ecbf5e 9607_ACEOF
81ecdfbb 9608if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9609 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'
9610
42ecbf5e 9611fi
81ecdfbb
RW
9612rm -f core conftest.err conftest.$ac_objext \
9613 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9614 LDFLAGS="$save_LDFLAGS"
d7040cdb 9615 else
3725885a
RW
9616 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'
9617 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
9618 fi
9619 archive_cmds_need_lc='no'
9620 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9621 hardcode_libdir_separator=:
9622 inherit_rpath=yes
9623 link_all_deplibs=yes
9624 ;;
42ecbf5e 9625
d7040cdb
SE
9626 netbsd*)
9627 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9628 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9629 else
9630 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9631 fi
9632 hardcode_libdir_flag_spec='-R$libdir'
9633 hardcode_direct=yes
9634 hardcode_shlibpath_var=no
9635 ;;
42ecbf5e 9636
d7040cdb
SE
9637 newsos6)
9638 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9639 hardcode_direct=yes
9640 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9641 hardcode_libdir_separator=:
9642 hardcode_shlibpath_var=no
9643 ;;
42ecbf5e 9644
d7040cdb
SE
9645 *nto* | *qnx*)
9646 ;;
252b5132 9647
d7040cdb 9648 openbsd*)
718a6fd8
SE
9649 if test -f /usr/libexec/ld.so; then
9650 hardcode_direct=yes
9651 hardcode_shlibpath_var=no
9652 hardcode_direct_absolute=yes
9653 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9654 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9655 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9656 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9657 export_dynamic_flag_spec='${wl}-E'
9658 else
9659 case $host_os in
9660 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9661 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9662 hardcode_libdir_flag_spec='-R$libdir'
9663 ;;
9664 *)
9665 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9666 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9667 ;;
9668 esac
9669 fi
9670 else
9671 ld_shlibs=no
d7040cdb
SE
9672 fi
9673 ;;
252b5132 9674
d7040cdb
SE
9675 os2*)
9676 hardcode_libdir_flag_spec='-L$libdir'
9677 hardcode_minus_L=yes
9678 allow_undefined_flag=unsupported
3725885a 9679 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
9680 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9681 ;;
2481e6a2 9682
d7040cdb
SE
9683 osf3*)
9684 if test "$GCC" = yes; then
9685 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9686 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
9687 else
9688 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9689 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
9690 fi
9691 archive_cmds_need_lc='no'
9692 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9693 hardcode_libdir_separator=:
9694 ;;
42ecbf5e 9695
d7040cdb
SE
9696 osf4* | osf5*) # as osf3* with the addition of -msym flag
9697 if test "$GCC" = yes; then
9698 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9699 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
9700 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9701 else
9702 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9703 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 9704 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 9705 $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 9706
d7040cdb
SE
9707 # Both c and cxx compiler support -rpath directly
9708 hardcode_libdir_flag_spec='-rpath $libdir'
9709 fi
9710 archive_cmds_need_lc='no'
9711 hardcode_libdir_separator=:
9712 ;;
9713
9714 solaris*)
9715 no_undefined_flag=' -z defs'
9716 if test "$GCC" = yes; then
9717 wlarc='${wl}'
f2c621e4 9718 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9719 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9720 $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
9721 else
9722 case `$CC -V 2>&1` in
9723 *"Compilers 5.0"*)
9724 wlarc=''
9725 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9727 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9728 ;;
9729 *)
9730 wlarc='${wl}'
9731 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9732 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9733 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9734 ;;
9735 esac
9736 fi
9737 hardcode_libdir_flag_spec='-R$libdir'
9738 hardcode_shlibpath_var=no
9739 case $host_os in
9740 solaris2.[0-5] | solaris2.[0-5].*) ;;
9741 *)
9742 # The compiler driver will combine and reorder linker options,
9743 # but understands `-z linker_flag'. GCC discards it without `$wl',
9744 # but is careful enough not to reorder.
9745 # Supported since Solaris 2.6 (maybe 2.5.1?)
9746 if test "$GCC" = yes; then
9747 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9748 else
9749 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9750 fi
9751 ;;
9752 esac
9753 link_all_deplibs=yes
9754 ;;
9755
9756 sunos4*)
9757 if test "x$host_vendor" = xsequent; then
9758 # Use $CC to link under sequent, because it throws in some extra .o
9759 # files that make .init and .fini sections work.
9760 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9761 else
9762 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9763 fi
9764 hardcode_libdir_flag_spec='-L$libdir'
9765 hardcode_direct=yes
9766 hardcode_minus_L=yes
9767 hardcode_shlibpath_var=no
9768 ;;
9769
9770 sysv4)
9771 case $host_vendor in
9772 sni)
9773 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_direct=yes # is this really true???
9775 ;;
9776 siemens)
9777 ## LD is ld it makes a PLAMLIB
9778 ## CC just makes a GrossModule.
9779 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9780 reload_cmds='$CC -r -o $output$reload_objs'
9781 hardcode_direct=no
9782 ;;
9783 motorola)
9784 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9785 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9786 ;;
9787 esac
9788 runpath_var='LD_RUN_PATH'
9789 hardcode_shlibpath_var=no
9790 ;;
9791
9792 sysv4.3*)
9793 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9794 hardcode_shlibpath_var=no
9795 export_dynamic_flag_spec='-Bexport'
9796 ;;
9797
9798 sysv4*MP*)
9799 if test -d /usr/nec; then
9800 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9801 hardcode_shlibpath_var=no
9802 runpath_var=LD_RUN_PATH
9803 hardcode_runpath_var=yes
9804 ld_shlibs=yes
9805 fi
9806 ;;
9807
9808 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9809 no_undefined_flag='${wl}-z,text'
9810 archive_cmds_need_lc=no
9811 hardcode_shlibpath_var=no
9812 runpath_var='LD_RUN_PATH'
9813
9814 if test "$GCC" = yes; then
9815 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9816 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817 else
9818 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820 fi
9821 ;;
9822
9823 sysv5* | sco3.2v5* | sco5v6*)
9824 # Note: We can NOT use -z defs as we might desire, because we do not
9825 # link with -lc, and that would cause any symbols used from libc to
9826 # always be unresolved, which means just about no library would
9827 # ever link correctly. If we're not using GNU ld we use -z text
9828 # though, which does catch some bad symbols but isn't as heavy-handed
9829 # as -z defs.
9830 no_undefined_flag='${wl}-z,text'
9831 allow_undefined_flag='${wl}-z,nodefs'
9832 archive_cmds_need_lc=no
9833 hardcode_shlibpath_var=no
9834 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9835 hardcode_libdir_separator=':'
9836 link_all_deplibs=yes
9837 export_dynamic_flag_spec='${wl}-Bexport'
9838 runpath_var='LD_RUN_PATH'
9839
9840 if test "$GCC" = yes; then
9841 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9842 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843 else
9844 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9845 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9846 fi
9847 ;;
9848
9849 uts4*)
9850 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9851 hardcode_libdir_flag_spec='-L$libdir'
9852 hardcode_shlibpath_var=no
9853 ;;
9854
9855 *)
9856 ld_shlibs=no
9857 ;;
9858 esac
9859
9860 if test x$host_vendor = xsni; then
9861 case $host in
9862 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9863 export_dynamic_flag_spec='${wl}-Blargedynsym'
9864 ;;
9865 esac
9866 fi
9867 fi
9868
81ecdfbb
RW
9869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9870$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9871test "$ld_shlibs" = no && can_build_shared=no
9872
9873with_gnu_ld=$with_gnu_ld
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889#
9890# Do we need to explicitly link libc?
9891#
9892case "x$archive_cmds_need_lc" in
9893x|xyes)
9894 # Assume -lc should be added
9895 archive_cmds_need_lc=yes
9896
9897 if test "$enable_shared" = yes && test "$GCC" = yes; then
9898 case $archive_cmds in
9899 *'~'*)
9900 # FIXME: we may have to deal with multi-command sequences.
9901 ;;
9902 '$CC '*)
9903 # Test whether the compiler implicitly links with -lc since on some
9904 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9905 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9907$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9908if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9909 $as_echo_n "(cached) " >&6
39144654
RW
9910else
9911 $RM conftest*
9912 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9913
81ecdfbb 9914 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 9915 (eval $ac_compile) 2>&5
20e95c23 9916 ac_status=$?
81ecdfbb
RW
9917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9918 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9919 soname=conftest
9920 lib=conftest
9921 libobjs=conftest.$ac_objext
9922 deplibs=
9923 wl=$lt_prog_compiler_wl
9924 pic_flag=$lt_prog_compiler_pic
9925 compiler_flags=-v
9926 linker_flags=-v
9927 verstring=
9928 output_objdir=.
9929 libname=conftest
9930 lt_save_allow_undefined_flag=$allow_undefined_flag
9931 allow_undefined_flag=
81ecdfbb 9932 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 9933 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 9934 ac_status=$?
81ecdfbb
RW
9935 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9936 test $ac_status = 0; }
39144654
RW
9937 then
9938 lt_cv_archive_cmds_need_lc=no
9939 else
9940 lt_cv_archive_cmds_need_lc=yes
9941 fi
9942 allow_undefined_flag=$lt_save_allow_undefined_flag
9943 else
9944 cat conftest.err 1>&5
9945 fi
9946 $RM conftest*
9947
9948fi
81ecdfbb
RW
9949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9950$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9951 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9952 ;;
9953 esac
9954 fi
9955 ;;
9956esac
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
81ecdfbb
RW
10114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10115$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10116
10117if test "$GCC" = yes; then
d7040cdb
SE
10118 case $host_os in
10119 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10120 *) lt_awk_arg="/^libraries:/" ;;
10121 esac
3725885a
RW
10122 case $host_os in
10123 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10124 *) lt_sed_strip_eq="s,=/,/,g" ;;
10125 esac
10126 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10127 case $lt_search_path_spec in
10128 *\;*)
d7040cdb
SE
10129 # if the path contains ";" then we assume it to be the separator
10130 # otherwise default to the standard path separator (i.e. ":") - it is
10131 # assumed that no part of a normal pathname contains ";" but that should
10132 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10133 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10134 ;;
10135 *)
10136 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10137 ;;
10138 esac
d7040cdb
SE
10139 # Ok, now we have the path, separated by spaces, we can step through it
10140 # and add multilib dir if necessary.
10141 lt_tmp_lt_search_path_spec=
10142 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10143 for lt_sys_path in $lt_search_path_spec; do
10144 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10145 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10146 else
10147 test -d "$lt_sys_path" && \
10148 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10149 fi
10150 done
3725885a 10151 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10152BEGIN {RS=" "; FS="/|\n";} {
10153 lt_foo="";
10154 lt_count=0;
10155 for (lt_i = NF; lt_i > 0; lt_i--) {
10156 if ($lt_i != "" && $lt_i != ".") {
10157 if ($lt_i == "..") {
10158 lt_count++;
10159 } else {
10160 if (lt_count == 0) {
10161 lt_foo="/" $lt_i lt_foo;
10162 } else {
10163 lt_count--;
10164 }
10165 }
10166 }
10167 }
10168 if (lt_foo != "") { lt_freq[lt_foo]++; }
10169 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10170}'`
3725885a
RW
10171 # AWK program above erroneously prepends '/' to C:/dos/paths
10172 # for these hosts.
10173 case $host_os in
10174 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10175 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10176 esac
10177 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10178else
10179 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10180fi
10181library_names_spec=
10182libname_spec='lib$name'
10183soname_spec=
10184shrext_cmds=".so"
10185postinstall_cmds=
10186postuninstall_cmds=
10187finish_cmds=
10188finish_eval=
10189shlibpath_var=
10190shlibpath_overrides_runpath=unknown
10191version_type=none
10192dynamic_linker="$host_os ld.so"
10193sys_lib_dlsearch_path_spec="/lib /usr/lib"
10194need_lib_prefix=unknown
10195hardcode_into_libs=no
10196
10197# when you set need_version to no, make sure it does not cause -set_version
10198# flags to be left without arguments
10199need_version=unknown
10200
10201case $host_os in
10202aix3*)
10203 version_type=linux
10204 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10205 shlibpath_var=LIBPATH
10206
10207 # AIX 3 has no versioning support, so we append a major version to the name.
10208 soname_spec='${libname}${release}${shared_ext}$major'
10209 ;;
10210
50e7d84b 10211aix[4-9]*)
d7040cdb
SE
10212 version_type=linux
10213 need_lib_prefix=no
10214 need_version=no
10215 hardcode_into_libs=yes
10216 if test "$host_cpu" = ia64; then
10217 # AIX 5 supports IA64
10218 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10219 shlibpath_var=LD_LIBRARY_PATH
10220 else
10221 # With GCC up to 2.95.x, collect2 would create an import file
10222 # for dependence libraries. The import file would start with
10223 # the line `#! .'. This would cause the generated library to
10224 # depend on `.', always an invalid library. This was fixed in
10225 # development snapshots of GCC prior to 3.0.
10226 case $host_os in
10227 aix4 | aix4.[01] | aix4.[01].*)
10228 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10229 echo ' yes '
10230 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10231 :
10232 else
10233 can_build_shared=no
10234 fi
10235 ;;
10236 esac
10237 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10238 # soname into executable. Probably we can add versioning support to
10239 # collect2, so additional links can be useful in future.
10240 if test "$aix_use_runtimelinking" = yes; then
10241 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10242 # instead of lib<name>.a to let people know that these are not
10243 # typical AIX shared libraries.
10244 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10245 else
10246 # We preserve .a as extension for shared libraries through AIX4.2
10247 # and later when we are not doing run time linking.
10248 library_names_spec='${libname}${release}.a $libname.a'
10249 soname_spec='${libname}${release}${shared_ext}$major'
10250 fi
10251 shlibpath_var=LIBPATH
10252 fi
10253 ;;
10254
10255amigaos*)
718a6fd8
SE
10256 case $host_cpu in
10257 powerpc)
10258 # Since July 2007 AmigaOS4 officially supports .so libraries.
10259 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10261 ;;
10262 m68k)
d7040cdb
SE
10263 library_names_spec='$libname.ixlibrary $libname.a'
10264 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10265 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
10266 ;;
10267 esac
d7040cdb
SE
10268 ;;
10269
10270beos*)
10271 library_names_spec='${libname}${shared_ext}'
10272 dynamic_linker="$host_os ld.so"
10273 shlibpath_var=LIBRARY_PATH
10274 ;;
10275
10276bsdi[45]*)
10277 version_type=linux
10278 need_version=no
10279 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10280 soname_spec='${libname}${release}${shared_ext}$major'
10281 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10282 shlibpath_var=LD_LIBRARY_PATH
10283 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10284 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10285 # the default ld.so.conf also contains /usr/contrib/lib and
10286 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10287 # libtool to hard-code these into programs
10288 ;;
10289
718a6fd8 10290cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10291 version_type=windows
10292 shrext_cmds=".dll"
10293 need_version=no
10294 need_lib_prefix=no
10295
f2c621e4
AS
10296 case $GCC,$host_os in
10297 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10298 library_names_spec='$libname.dll.a'
10299 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10300 postinstall_cmds='base_file=`basename \${file}`~
10301 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10302 dldir=$destdir/`dirname \$dlpath`~
10303 test -d \$dldir || mkdir -p \$dldir~
10304 $install_prog $dir/$dlname \$dldir/$dlname~
10305 chmod a+x \$dldir/$dlname~
10306 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10307 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10308 fi'
10309 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10310 dlpath=$dir/\$dldll~
10311 $RM \$dlpath'
10312 shlibpath_overrides_runpath=yes
10313
10314 case $host_os in
10315 cygwin*)
10316 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10317 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10318
10319 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10320 ;;
718a6fd8 10321 mingw* | cegcc*)
d7040cdb
SE
10322 # MinGW DLLs use traditional 'lib' prefix
10323 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10324 ;;
10325 pw32*)
10326 # pw32 DLLs use 'pw' prefix rather than 'lib'
10327 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10328 ;;
10329 esac
10330 ;;
10331
10332 *)
10333 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10334 ;;
10335 esac
f2c621e4 10336 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
10337 # FIXME: first we should search . and the directory the executable is in
10338 shlibpath_var=PATH
10339 ;;
10340
10341darwin* | rhapsody*)
10342 dynamic_linker="$host_os dyld"
10343 version_type=darwin
10344 need_lib_prefix=no
10345 need_version=no
10346 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10347 soname_spec='${libname}${release}${major}$shared_ext'
10348 shlibpath_overrides_runpath=yes
10349 shlibpath_var=DYLD_LIBRARY_PATH
10350 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10351
10352 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10353 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10354 ;;
10355
10356dgux*)
10357 version_type=linux
10358 need_lib_prefix=no
10359 need_version=no
10360 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10361 soname_spec='${libname}${release}${shared_ext}$major'
10362 shlibpath_var=LD_LIBRARY_PATH
10363 ;;
10364
d7040cdb
SE
10365freebsd* | dragonfly*)
10366 # DragonFly does not have aout. When/if they implement a new
10367 # versioning mechanism, adjust this.
10368 if test -x /usr/bin/objformat; then
10369 objformat=`/usr/bin/objformat`
10370 else
10371 case $host_os in
6d2920c8 10372 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10373 *) objformat=elf ;;
10374 esac
10375 fi
10376 version_type=freebsd-$objformat
10377 case $version_type in
10378 freebsd-elf*)
10379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10380 need_version=no
10381 need_lib_prefix=no
10382 ;;
10383 freebsd-*)
10384 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10385 need_version=yes
10386 ;;
10387 esac
10388 shlibpath_var=LD_LIBRARY_PATH
10389 case $host_os in
6d2920c8 10390 freebsd2.*)
d7040cdb
SE
10391 shlibpath_overrides_runpath=yes
10392 ;;
10393 freebsd3.[01]* | freebsdelf3.[01]*)
10394 shlibpath_overrides_runpath=yes
10395 hardcode_into_libs=yes
10396 ;;
10397 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10398 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10399 shlibpath_overrides_runpath=no
10400 hardcode_into_libs=yes
10401 ;;
10402 *) # from 4.6 on, and DragonFly
10403 shlibpath_overrides_runpath=yes
10404 hardcode_into_libs=yes
10405 ;;
10406 esac
10407 ;;
10408
10409gnu*)
10410 version_type=linux
10411 need_lib_prefix=no
10412 need_version=no
10413 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10414 soname_spec='${libname}${release}${shared_ext}$major'
10415 shlibpath_var=LD_LIBRARY_PATH
10416 hardcode_into_libs=yes
10417 ;;
10418
3725885a
RW
10419haiku*)
10420 version_type=linux
10421 need_lib_prefix=no
10422 need_version=no
10423 dynamic_linker="$host_os runtime_loader"
10424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10425 soname_spec='${libname}${release}${shared_ext}$major'
10426 shlibpath_var=LIBRARY_PATH
10427 shlibpath_overrides_runpath=yes
f2c621e4 10428 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10429 hardcode_into_libs=yes
10430 ;;
10431
d7040cdb
SE
10432hpux9* | hpux10* | hpux11*)
10433 # Give a soname corresponding to the major version so that dld.sl refuses to
10434 # link against other versions.
10435 version_type=sunos
10436 need_lib_prefix=no
10437 need_version=no
10438 case $host_cpu in
10439 ia64*)
10440 shrext_cmds='.so'
10441 hardcode_into_libs=yes
10442 dynamic_linker="$host_os dld.so"
10443 shlibpath_var=LD_LIBRARY_PATH
10444 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 soname_spec='${libname}${release}${shared_ext}$major'
10447 if test "X$HPUX_IA64_MODE" = X32; then
10448 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10449 else
10450 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10451 fi
10452 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10453 ;;
10454 hppa*64*)
10455 shrext_cmds='.sl'
10456 hardcode_into_libs=yes
10457 dynamic_linker="$host_os dld.sl"
10458 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10459 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461 soname_spec='${libname}${release}${shared_ext}$major'
10462 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10463 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10464 ;;
10465 *)
10466 shrext_cmds='.sl'
10467 dynamic_linker="$host_os dld.sl"
10468 shlibpath_var=SHLIB_PATH
10469 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10470 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10471 soname_spec='${libname}${release}${shared_ext}$major'
10472 ;;
10473 esac
3725885a 10474 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10475 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10476 # or fails outright, so override atomically:
10477 install_override_mode=555
d7040cdb
SE
10478 ;;
10479
10480interix[3-9]*)
10481 version_type=linux
10482 need_lib_prefix=no
10483 need_version=no
10484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10485 soname_spec='${libname}${release}${shared_ext}$major'
10486 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10487 shlibpath_var=LD_LIBRARY_PATH
10488 shlibpath_overrides_runpath=no
10489 hardcode_into_libs=yes
10490 ;;
10491
10492irix5* | irix6* | nonstopux*)
10493 case $host_os in
10494 nonstopux*) version_type=nonstopux ;;
10495 *)
10496 if test "$lt_cv_prog_gnu_ld" = yes; then
10497 version_type=linux
10498 else
10499 version_type=irix
10500 fi ;;
10501 esac
10502 need_lib_prefix=no
10503 need_version=no
10504 soname_spec='${libname}${release}${shared_ext}$major'
10505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10506 case $host_os in
10507 irix5* | nonstopux*)
10508 libsuff= shlibsuff=
10509 ;;
10510 *)
10511 case $LD in # libtool.m4 will add one of these switches to LD
10512 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10513 libsuff= shlibsuff= libmagic=32-bit;;
10514 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10515 libsuff=32 shlibsuff=N32 libmagic=N32;;
10516 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10517 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10518 *) libsuff= shlibsuff= libmagic=never-match;;
10519 esac
10520 ;;
10521 esac
10522 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10523 shlibpath_overrides_runpath=no
10524 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10525 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10526 hardcode_into_libs=yes
10527 ;;
10528
10529# No shared lib support for Linux oldld, aout, or coff.
10530linux*oldld* | linux*aout* | linux*coff*)
10531 dynamic_linker=no
10532 ;;
10533
10534# This must be Linux ELF.
58e24671 10535linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10536 version_type=linux
10537 need_lib_prefix=no
10538 need_version=no
10539 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10540 soname_spec='${libname}${release}${shared_ext}$major'
10541 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10542 shlibpath_var=LD_LIBRARY_PATH
10543 shlibpath_overrides_runpath=no
39144654 10544
d7040cdb 10545 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10546 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10547 $as_echo_n "(cached) " >&6
39144654
RW
10548else
10549 lt_cv_shlibpath_overrides_runpath=no
10550 save_LDFLAGS=$LDFLAGS
10551 save_libdir=$libdir
10552 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10553 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10555/* end confdefs.h. */
10556
10557int
10558main ()
10559{
10560
10561 ;
10562 return 0;
10563}
10564_ACEOF
81ecdfbb
RW
10565if ac_fn_c_try_link "$LINENO"; then :
10566 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10567 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10568fi
d7040cdb 10569fi
81ecdfbb
RW
10570rm -f core conftest.err conftest.$ac_objext \
10571 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10572 LDFLAGS=$save_LDFLAGS
10573 libdir=$save_libdir
10574
10575fi
10576
10577 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10578
10579 # This implies no fast_install, which is unacceptable.
10580 # Some rework will be needed to allow for fast_install
10581 # before this can be enabled.
10582 hardcode_into_libs=yes
10583
10584 # Append ld.so.conf contents to the search path
10585 if test -f /etc/ld.so.conf; then
3725885a 10586 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 10587 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10588 fi
10589
10590 # We used to test for /lib/ld.so.1 and disable shared libraries on
10591 # powerpc, because MkLinux only supported shared libraries with the
10592 # GNU dynamic linker. Since this was broken with cross compilers,
10593 # most powerpc-linux boxes support dynamic linking these days and
10594 # people can always --disable-shared, the test was removed, and we
10595 # assume the GNU/Linux dynamic linker is in use.
10596 dynamic_linker='GNU/Linux ld.so'
10597 ;;
10598
10599netbsd*)
10600 version_type=sunos
10601 need_lib_prefix=no
10602 need_version=no
10603 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10604 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10605 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10606 dynamic_linker='NetBSD (a.out) ld.so'
10607 else
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10609 soname_spec='${libname}${release}${shared_ext}$major'
10610 dynamic_linker='NetBSD ld.elf_so'
10611 fi
10612 shlibpath_var=LD_LIBRARY_PATH
10613 shlibpath_overrides_runpath=yes
10614 hardcode_into_libs=yes
10615 ;;
10616
10617newsos6)
10618 version_type=linux
10619 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10620 shlibpath_var=LD_LIBRARY_PATH
10621 shlibpath_overrides_runpath=yes
10622 ;;
10623
10624*nto* | *qnx*)
10625 version_type=qnx
10626 need_lib_prefix=no
10627 need_version=no
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629 soname_spec='${libname}${release}${shared_ext}$major'
10630 shlibpath_var=LD_LIBRARY_PATH
10631 shlibpath_overrides_runpath=no
10632 hardcode_into_libs=yes
10633 dynamic_linker='ldqnx.so'
10634 ;;
10635
10636openbsd*)
10637 version_type=sunos
10638 sys_lib_dlsearch_path_spec="/usr/lib"
10639 need_lib_prefix=no
10640 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10641 case $host_os in
10642 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10643 *) need_version=no ;;
10644 esac
10645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10646 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10647 shlibpath_var=LD_LIBRARY_PATH
10648 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10649 case $host_os in
10650 openbsd2.[89] | openbsd2.[89].*)
10651 shlibpath_overrides_runpath=no
10652 ;;
10653 *)
10654 shlibpath_overrides_runpath=yes
10655 ;;
10656 esac
10657 else
10658 shlibpath_overrides_runpath=yes
10659 fi
10660 ;;
10661
10662os2*)
10663 libname_spec='$name'
10664 shrext_cmds=".dll"
10665 need_lib_prefix=no
10666 library_names_spec='$libname${shared_ext} $libname.a'
10667 dynamic_linker='OS/2 ld.exe'
10668 shlibpath_var=LIBPATH
10669 ;;
10670
10671osf3* | osf4* | osf5*)
10672 version_type=osf
10673 need_lib_prefix=no
10674 need_version=no
10675 soname_spec='${libname}${release}${shared_ext}$major'
10676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10677 shlibpath_var=LD_LIBRARY_PATH
10678 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10679 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10680 ;;
10681
10682rdos*)
10683 dynamic_linker=no
10684 ;;
10685
10686solaris*)
10687 version_type=linux
10688 need_lib_prefix=no
10689 need_version=no
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 shlibpath_overrides_runpath=yes
10694 hardcode_into_libs=yes
10695 # ldd complains unless libraries are executable
10696 postinstall_cmds='chmod +x $lib'
10697 ;;
10698
10699sunos4*)
10700 version_type=sunos
10701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10702 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10703 shlibpath_var=LD_LIBRARY_PATH
10704 shlibpath_overrides_runpath=yes
10705 if test "$with_gnu_ld" = yes; then
10706 need_lib_prefix=no
10707 fi
10708 need_version=yes
10709 ;;
10710
10711sysv4 | sysv4.3*)
10712 version_type=linux
10713 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10714 soname_spec='${libname}${release}${shared_ext}$major'
10715 shlibpath_var=LD_LIBRARY_PATH
10716 case $host_vendor in
10717 sni)
10718 shlibpath_overrides_runpath=no
10719 need_lib_prefix=no
10720 runpath_var=LD_RUN_PATH
10721 ;;
10722 siemens)
10723 need_lib_prefix=no
10724 ;;
10725 motorola)
10726 need_lib_prefix=no
10727 need_version=no
10728 shlibpath_overrides_runpath=no
10729 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10730 ;;
10731 esac
10732 ;;
10733
10734sysv4*MP*)
10735 if test -d /usr/nec ;then
10736 version_type=linux
10737 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10738 soname_spec='$libname${shared_ext}.$major'
10739 shlibpath_var=LD_LIBRARY_PATH
10740 fi
10741 ;;
10742
10743sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10744 version_type=freebsd-elf
10745 need_lib_prefix=no
10746 need_version=no
10747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10748 soname_spec='${libname}${release}${shared_ext}$major'
10749 shlibpath_var=LD_LIBRARY_PATH
10750 shlibpath_overrides_runpath=yes
10751 hardcode_into_libs=yes
10752 if test "$with_gnu_ld" = yes; then
10753 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10754 else
10755 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10756 case $host_os in
10757 sco3.2v5*)
10758 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10759 ;;
10760 esac
10761 fi
10762 sys_lib_dlsearch_path_spec='/usr/lib'
10763 ;;
10764
10765tpf*)
10766 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10767 version_type=linux
10768 need_lib_prefix=no
10769 need_version=no
718a6fd8 10770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10771 shlibpath_var=LD_LIBRARY_PATH
10772 shlibpath_overrides_runpath=no
10773 hardcode_into_libs=yes
10774 ;;
10775
10776uts4*)
10777 version_type=linux
10778 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10779 soname_spec='${libname}${release}${shared_ext}$major'
10780 shlibpath_var=LD_LIBRARY_PATH
10781 ;;
10782
10783*)
10784 dynamic_linker=no
10785 ;;
10786esac
81ecdfbb
RW
10787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10788$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10789test "$dynamic_linker" = no && can_build_shared=no
10790
10791variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10792if test "$GCC" = yes; then
10793 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10794fi
10795
718a6fd8
SE
10796if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10797 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10798fi
10799if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10800 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10801fi
10802
d7040cdb
SE
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
3725885a
RW
10883
10884
10885
10886
10887
d7040cdb
SE
10888
10889
10890
10891
10892
10893
81ecdfbb
RW
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10895$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10896hardcode_action=
10897if test -n "$hardcode_libdir_flag_spec" ||
10898 test -n "$runpath_var" ||
10899 test "X$hardcode_automatic" = "Xyes" ; then
10900
10901 # We can hardcode non-existent directories.
10902 if test "$hardcode_direct" != no &&
10903 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10904 # have to relink, otherwise we might link with an installed library
10905 # when we should be linking with a yet-to-be-installed one
10906 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10907 test "$hardcode_minus_L" != no; then
10908 # Linking always hardcodes the temporary library directory.
10909 hardcode_action=relink
10910 else
10911 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10912 hardcode_action=immediate
10913 fi
10914else
10915 # We cannot hardcode anything, or else we can only hardcode existing
10916 # directories.
10917 hardcode_action=unsupported
10918fi
81ecdfbb
RW
10919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10920$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10921
10922if test "$hardcode_action" = relink ||
10923 test "$inherit_rpath" = yes; then
10924 # Fast installation is not supported
10925 enable_fast_install=no
10926elif test "$shlibpath_overrides_runpath" = yes ||
10927 test "$enable_shared" = no; then
10928 # Fast installation is not necessary
10929 enable_fast_install=needless
10930fi
10931
10932
10933
10934
10935
10936
10937 if test "x$enable_dlopen" != xyes; then
10938 enable_dlopen=unknown
10939 enable_dlopen_self=unknown
10940 enable_dlopen_self_static=unknown
10941else
10942 lt_cv_dlopen=no
10943 lt_cv_dlopen_libs=
10944
10945 case $host_os in
10946 beos*)
10947 lt_cv_dlopen="load_add_on"
10948 lt_cv_dlopen_libs=
10949 lt_cv_dlopen_self=yes
10950 ;;
10951
718a6fd8 10952 mingw* | pw32* | cegcc*)
d7040cdb
SE
10953 lt_cv_dlopen="LoadLibrary"
10954 lt_cv_dlopen_libs=
10955 ;;
10956
10957 cygwin*)
10958 lt_cv_dlopen="dlopen"
10959 lt_cv_dlopen_libs=
10960 ;;
10961
10962 darwin*)
10963 # if libdl is installed we need to link against it
81ecdfbb
RW
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10965$as_echo_n "checking for dlopen in -ldl... " >&6; }
10966if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10967 $as_echo_n "(cached) " >&6
d7040cdb
SE
10968else
10969 ac_check_lib_save_LIBS=$LIBS
10970LIBS="-ldl $LIBS"
81ecdfbb 10971cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10972/* end confdefs.h. */
10973
81ecdfbb
RW
10974/* Override any GCC internal prototype to avoid an error.
10975 Use char because int might match the return type of a GCC
10976 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10977#ifdef __cplusplus
10978extern "C"
10979#endif
d7040cdb
SE
10980char dlopen ();
10981int
10982main ()
10983{
81ecdfbb 10984return dlopen ();
d7040cdb
SE
10985 ;
10986 return 0;
10987}
10988_ACEOF
81ecdfbb 10989if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10990 ac_cv_lib_dl_dlopen=yes
10991else
81ecdfbb 10992 ac_cv_lib_dl_dlopen=no
d7040cdb 10993fi
81ecdfbb
RW
10994rm -f core conftest.err conftest.$ac_objext \
10995 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10996LIBS=$ac_check_lib_save_LIBS
10997fi
81ecdfbb
RW
10998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10999$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11000if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11001 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11002else
11003
11004 lt_cv_dlopen="dyld"
11005 lt_cv_dlopen_libs=
11006 lt_cv_dlopen_self=yes
11007
11008fi
11009
11010 ;;
11011
11012 *)
81ecdfbb
RW
11013 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11014if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
11015 lt_cv_dlopen="shl_load"
11016else
81ecdfbb
RW
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11018$as_echo_n "checking for shl_load in -ldld... " >&6; }
11019if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11020 $as_echo_n "(cached) " >&6
d7040cdb
SE
11021else
11022 ac_check_lib_save_LIBS=$LIBS
11023LIBS="-ldld $LIBS"
81ecdfbb 11024cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11025/* end confdefs.h. */
11026
81ecdfbb
RW
11027/* Override any GCC internal prototype to avoid an error.
11028 Use char because int might match the return type of a GCC
11029 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11030#ifdef __cplusplus
11031extern "C"
11032#endif
d7040cdb
SE
11033char shl_load ();
11034int
11035main ()
11036{
81ecdfbb 11037return shl_load ();
d7040cdb
SE
11038 ;
11039 return 0;
11040}
11041_ACEOF
81ecdfbb 11042if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11043 ac_cv_lib_dld_shl_load=yes
11044else
81ecdfbb 11045 ac_cv_lib_dld_shl_load=no
d7040cdb 11046fi
81ecdfbb
RW
11047rm -f core conftest.err conftest.$ac_objext \
11048 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11049LIBS=$ac_check_lib_save_LIBS
11050fi
81ecdfbb
RW
11051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11052$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11053if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11054 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11055else
81ecdfbb
RW
11056 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11057if test "x$ac_cv_func_dlopen" = x""yes; then :
11058 lt_cv_dlopen="dlopen"
d7040cdb 11059else
81ecdfbb
RW
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11061$as_echo_n "checking for dlopen in -ldl... " >&6; }
11062if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11063 $as_echo_n "(cached) " >&6
11064else
11065 ac_check_lib_save_LIBS=$LIBS
11066LIBS="-ldl $LIBS"
11067cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11068/* end confdefs.h. */
d7040cdb 11069
81ecdfbb
RW
11070/* Override any GCC internal prototype to avoid an error.
11071 Use char because int might match the return type of a GCC
11072 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11073#ifdef __cplusplus
11074extern "C"
d7040cdb 11075#endif
d7040cdb 11076char dlopen ();
d7040cdb
SE
11077int
11078main ()
11079{
81ecdfbb 11080return dlopen ();
d7040cdb
SE
11081 ;
11082 return 0;
11083}
11084_ACEOF
81ecdfbb
RW
11085if ac_fn_c_try_link "$LINENO"; then :
11086 ac_cv_lib_dl_dlopen=yes
d7040cdb 11087else
81ecdfbb 11088 ac_cv_lib_dl_dlopen=no
d7040cdb 11089fi
81ecdfbb
RW
11090rm -f core conftest.err conftest.$ac_objext \
11091 conftest$ac_exeext conftest.$ac_ext
11092LIBS=$ac_check_lib_save_LIBS
d7040cdb 11093fi
81ecdfbb
RW
11094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11095$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11096if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11097 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11098else
81ecdfbb
RW
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11100$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11101if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11102 $as_echo_n "(cached) " >&6
d7040cdb
SE
11103else
11104 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11105LIBS="-lsvld $LIBS"
11106cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11107/* end confdefs.h. */
11108
81ecdfbb
RW
11109/* Override any GCC internal prototype to avoid an error.
11110 Use char because int might match the return type of a GCC
11111 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11112#ifdef __cplusplus
11113extern "C"
11114#endif
d7040cdb
SE
11115char dlopen ();
11116int
11117main ()
11118{
81ecdfbb 11119return dlopen ();
d7040cdb
SE
11120 ;
11121 return 0;
11122}
11123_ACEOF
81ecdfbb
RW
11124if ac_fn_c_try_link "$LINENO"; then :
11125 ac_cv_lib_svld_dlopen=yes
d7040cdb 11126else
81ecdfbb 11127 ac_cv_lib_svld_dlopen=no
d7040cdb 11128fi
81ecdfbb
RW
11129rm -f core conftest.err conftest.$ac_objext \
11130 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11131LIBS=$ac_check_lib_save_LIBS
11132fi
81ecdfbb
RW
11133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11134$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11135if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11136 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11137else
81ecdfbb
RW
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11139$as_echo_n "checking for dld_link in -ldld... " >&6; }
11140if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11141 $as_echo_n "(cached) " >&6
d7040cdb
SE
11142else
11143 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11144LIBS="-ldld $LIBS"
11145cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11146/* end confdefs.h. */
11147
81ecdfbb
RW
11148/* Override any GCC internal prototype to avoid an error.
11149 Use char because int might match the return type of a GCC
11150 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11151#ifdef __cplusplus
11152extern "C"
11153#endif
81ecdfbb 11154char dld_link ();
d7040cdb
SE
11155int
11156main ()
11157{
81ecdfbb 11158return dld_link ();
d7040cdb
SE
11159 ;
11160 return 0;
11161}
11162_ACEOF
81ecdfbb 11163if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11164 ac_cv_lib_dld_dld_link=yes
11165else
81ecdfbb 11166 ac_cv_lib_dld_dld_link=no
d7040cdb 11167fi
81ecdfbb
RW
11168rm -f core conftest.err conftest.$ac_objext \
11169 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11170LIBS=$ac_check_lib_save_LIBS
11171fi
81ecdfbb
RW
11172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11173$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11174if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11175 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11176fi
11177
11178
11179fi
11180
11181
11182fi
11183
11184
11185fi
11186
11187
11188fi
11189
11190
11191fi
11192
11193 ;;
11194 esac
11195
11196 if test "x$lt_cv_dlopen" != xno; then
11197 enable_dlopen=yes
11198 else
11199 enable_dlopen=no
11200 fi
11201
11202 case $lt_cv_dlopen in
11203 dlopen)
11204 save_CPPFLAGS="$CPPFLAGS"
11205 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11206
11207 save_LDFLAGS="$LDFLAGS"
11208 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11209
11210 save_LIBS="$LIBS"
11211 LIBS="$lt_cv_dlopen_libs $LIBS"
11212
81ecdfbb
RW
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11214$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11215if test "${lt_cv_dlopen_self+set}" = set; then :
11216 $as_echo_n "(cached) " >&6
d7040cdb
SE
11217else
11218 if test "$cross_compiling" = yes; then :
11219 lt_cv_dlopen_self=cross
11220else
11221 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11222 lt_status=$lt_dlunknown
11223 cat > conftest.$ac_ext <<_LT_EOF
0ee42ecd 11224#line 11224 "configure"
d7040cdb
SE
11225#include "confdefs.h"
11226
11227#if HAVE_DLFCN_H
11228#include <dlfcn.h>
11229#endif
11230
11231#include <stdio.h>
11232
11233#ifdef RTLD_GLOBAL
11234# define LT_DLGLOBAL RTLD_GLOBAL
11235#else
11236# ifdef DL_GLOBAL
11237# define LT_DLGLOBAL DL_GLOBAL
11238# else
11239# define LT_DLGLOBAL 0
11240# endif
11241#endif
11242
11243/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11244 find out it does not work in some platform. */
11245#ifndef LT_DLLAZY_OR_NOW
11246# ifdef RTLD_LAZY
11247# define LT_DLLAZY_OR_NOW RTLD_LAZY
11248# else
11249# ifdef DL_LAZY
11250# define LT_DLLAZY_OR_NOW DL_LAZY
11251# else
11252# ifdef RTLD_NOW
11253# define LT_DLLAZY_OR_NOW RTLD_NOW
11254# else
11255# ifdef DL_NOW
11256# define LT_DLLAZY_OR_NOW DL_NOW
11257# else
11258# define LT_DLLAZY_OR_NOW 0
11259# endif
11260# endif
11261# endif
11262# endif
11263#endif
11264
3725885a
RW
11265/* When -fvisbility=hidden is used, assume the code has been annotated
11266 correspondingly for the symbols needed. */
11267#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11268void fnord () __attribute__((visibility("default")));
3725885a
RW
11269#endif
11270
f2c621e4 11271void fnord () { int i=42; }
d7040cdb
SE
11272int main ()
11273{
11274 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11275 int status = $lt_dlunknown;
11276
11277 if (self)
11278 {
11279 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11280 else
11281 {
11282 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11283 else puts (dlerror ());
11284 }
d7040cdb
SE
11285 /* dlclose (self); */
11286 }
11287 else
11288 puts (dlerror ());
11289
718a6fd8 11290 return status;
d7040cdb
SE
11291}
11292_LT_EOF
81ecdfbb 11293 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11294 (eval $ac_link) 2>&5
11295 ac_status=$?
81ecdfbb
RW
11296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11297 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11298 (./conftest; exit; ) >&5 2>/dev/null
11299 lt_status=$?
11300 case x$lt_status in
11301 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11302 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11303 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11304 esac
11305 else :
11306 # compilation failed
11307 lt_cv_dlopen_self=no
11308 fi
11309fi
11310rm -fr conftest*
11311
11312
11313fi
81ecdfbb
RW
11314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11315$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11316
11317 if test "x$lt_cv_dlopen_self" = xyes; then
11318 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11320$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11321if test "${lt_cv_dlopen_self_static+set}" = set; then :
11322 $as_echo_n "(cached) " >&6
d7040cdb
SE
11323else
11324 if test "$cross_compiling" = yes; then :
11325 lt_cv_dlopen_self_static=cross
11326else
11327 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11328 lt_status=$lt_dlunknown
11329 cat > conftest.$ac_ext <<_LT_EOF
0ee42ecd 11330#line 11330 "configure"
d7040cdb
SE
11331#include "confdefs.h"
11332
11333#if HAVE_DLFCN_H
11334#include <dlfcn.h>
11335#endif
11336
11337#include <stdio.h>
11338
11339#ifdef RTLD_GLOBAL
11340# define LT_DLGLOBAL RTLD_GLOBAL
11341#else
11342# ifdef DL_GLOBAL
11343# define LT_DLGLOBAL DL_GLOBAL
11344# else
11345# define LT_DLGLOBAL 0
11346# endif
11347#endif
11348
11349/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11350 find out it does not work in some platform. */
11351#ifndef LT_DLLAZY_OR_NOW
11352# ifdef RTLD_LAZY
11353# define LT_DLLAZY_OR_NOW RTLD_LAZY
11354# else
11355# ifdef DL_LAZY
11356# define LT_DLLAZY_OR_NOW DL_LAZY
11357# else
11358# ifdef RTLD_NOW
11359# define LT_DLLAZY_OR_NOW RTLD_NOW
11360# else
11361# ifdef DL_NOW
11362# define LT_DLLAZY_OR_NOW DL_NOW
11363# else
11364# define LT_DLLAZY_OR_NOW 0
11365# endif
11366# endif
11367# endif
11368# endif
11369#endif
11370
3725885a
RW
11371/* When -fvisbility=hidden is used, assume the code has been annotated
11372 correspondingly for the symbols needed. */
11373#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11374void fnord () __attribute__((visibility("default")));
3725885a
RW
11375#endif
11376
f2c621e4 11377void fnord () { int i=42; }
d7040cdb
SE
11378int main ()
11379{
11380 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11381 int status = $lt_dlunknown;
11382
11383 if (self)
11384 {
11385 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11386 else
11387 {
11388 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11389 else puts (dlerror ());
11390 }
d7040cdb
SE
11391 /* dlclose (self); */
11392 }
11393 else
11394 puts (dlerror ());
11395
718a6fd8 11396 return status;
d7040cdb
SE
11397}
11398_LT_EOF
81ecdfbb 11399 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11400 (eval $ac_link) 2>&5
11401 ac_status=$?
81ecdfbb
RW
11402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11403 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11404 (./conftest; exit; ) >&5 2>/dev/null
11405 lt_status=$?
11406 case x$lt_status in
11407 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11408 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11409 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11410 esac
11411 else :
11412 # compilation failed
11413 lt_cv_dlopen_self_static=no
11414 fi
11415fi
11416rm -fr conftest*
11417
11418
11419fi
81ecdfbb
RW
11420{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11421$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11422 fi
11423
11424 CPPFLAGS="$save_CPPFLAGS"
11425 LDFLAGS="$save_LDFLAGS"
11426 LIBS="$save_LIBS"
11427 ;;
11428 esac
11429
11430 case $lt_cv_dlopen_self in
11431 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11432 *) enable_dlopen_self=unknown ;;
11433 esac
11434
11435 case $lt_cv_dlopen_self_static in
11436 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11437 *) enable_dlopen_self_static=unknown ;;
11438 esac
11439fi
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457striplib=
11458old_striplib=
81ecdfbb
RW
11459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11460$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11461if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11462 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11463 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11465$as_echo "yes" >&6; }
d7040cdb
SE
11466else
11467# FIXME - insert some real tests, host_os isn't really good enough
11468 case $host_os in
11469 darwin*)
11470 if test -n "$STRIP" ; then
11471 striplib="$STRIP -x"
11472 old_striplib="$STRIP -S"
81ecdfbb
RW
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11474$as_echo "yes" >&6; }
d7040cdb 11475 else
81ecdfbb
RW
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11477$as_echo "no" >&6; }
d7040cdb
SE
11478 fi
11479 ;;
11480 *)
81ecdfbb
RW
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11482$as_echo "no" >&6; }
d7040cdb
SE
11483 ;;
11484 esac
11485fi
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498 # Report which library types will actually be built
81ecdfbb
RW
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11500$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11502$as_echo "$can_build_shared" >&6; }
d7040cdb 11503
81ecdfbb
RW
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11505$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11506 test "$can_build_shared" = "no" && enable_shared=no
11507
11508 # On AIX, shared libraries and static libraries use the same namespace, and
11509 # are all built from PIC.
11510 case $host_os in
11511 aix3*)
11512 test "$enable_shared" = yes && enable_static=no
11513 if test -n "$RANLIB"; then
11514 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11515 postinstall_cmds='$RANLIB $lib'
11516 fi
11517 ;;
11518
50e7d84b 11519 aix[4-9]*)
d7040cdb
SE
11520 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11521 test "$enable_shared" = yes && enable_static=no
11522 fi
11523 ;;
11524 esac
81ecdfbb
RW
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11526$as_echo "$enable_shared" >&6; }
d7040cdb 11527
81ecdfbb
RW
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11529$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11530 # Make sure either enable_shared or enable_static is yes.
11531 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11533$as_echo "$enable_static" >&6; }
d7040cdb
SE
11534
11535
11536
11537
11538fi
11539ac_ext=c
11540ac_cpp='$CPP $CPPFLAGS'
11541ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11542ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11543ac_compiler_gnu=$ac_cv_c_compiler_gnu
11544
11545CC="$lt_save_CC"
11546
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
81ecdfbb 11559 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11560
11561
11562
11563
11564# Only expand once:
11565
11566
11567
b879806f
AM
11568# The tests for host and target for $enable_largefile require
11569# canonical names.
11570
11571
11572
11573# As the $enable_largefile decision depends on --enable-plugins we must set it
11574# even in directories otherwise not depending on the $plugins option.
11575
11576
11577 maybe_plugins=no
11578 for ac_header in dlfcn.h
11579do :
11580 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11581"
11582if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11583 cat >>confdefs.h <<_ACEOF
11584#define HAVE_DLFCN_H 1
11585_ACEOF
11586 maybe_plugins=yes
11587fi
11588
11589done
11590
11591 for ac_header in windows.h
11592do :
11593 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11594"
11595if test "x$ac_cv_header_windows_h" = x""yes; then :
11596 cat >>confdefs.h <<_ACEOF
11597#define HAVE_WINDOWS_H 1
11598_ACEOF
11599 maybe_plugins=yes
11600fi
11601
11602done
11603
11604
11605 # Check whether --enable-plugins was given.
11606if test "${enable_plugins+set}" = set; then :
11607 enableval=$enable_plugins; case "${enableval}" in
11608 no) plugins=no ;;
11609 *) plugins=yes
11610 if test "$maybe_plugins" != "yes" ; then
11611 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11612 fi ;;
11613 esac
11614else
11615 plugins=$maybe_plugins
11616
11617fi
11618
2974be62
AM
11619 if test "$plugins" = "yes"; then
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11621$as_echo_n "checking for library containing dlopen... " >&6; }
11622if test "${ac_cv_search_dlopen+set}" = set; then :
11623 $as_echo_n "(cached) " >&6
11624else
11625 ac_func_search_save_LIBS=$LIBS
11626cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627/* end confdefs.h. */
11628
11629/* Override any GCC internal prototype to avoid an error.
11630 Use char because int might match the return type of a GCC
11631 builtin and then its argument prototype would still apply. */
11632#ifdef __cplusplus
11633extern "C"
11634#endif
11635char dlopen ();
11636int
11637main ()
11638{
11639return dlopen ();
11640 ;
11641 return 0;
11642}
11643_ACEOF
11644for ac_lib in '' dl; do
11645 if test -z "$ac_lib"; then
11646 ac_res="none required"
11647 else
11648 ac_res=-l$ac_lib
11649 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11650 fi
11651 if ac_fn_c_try_link "$LINENO"; then :
11652 ac_cv_search_dlopen=$ac_res
11653fi
11654rm -f core conftest.err conftest.$ac_objext \
11655 conftest$ac_exeext
11656 if test "${ac_cv_search_dlopen+set}" = set; then :
11657 break
11658fi
11659done
11660if test "${ac_cv_search_dlopen+set}" = set; then :
11661
11662else
11663 ac_cv_search_dlopen=no
11664fi
11665rm conftest.$ac_ext
11666LIBS=$ac_func_search_save_LIBS
11667fi
11668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11669$as_echo "$ac_cv_search_dlopen" >&6; }
11670ac_res=$ac_cv_search_dlopen
11671if test "$ac_res" != no; then :
11672 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11673
11674fi
11675
11676 fi
b879806f
AM
11677
11678
11679case "${host}" in
11680 sparc-*-solaris*|i[3-7]86-*-solaris*)
11681 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11682 # are mutually exclusive; and without procfs support, the bfd/ elf module
11683 # cannot provide certain routines such as elfcore_write_prpsinfo
11684 # or elfcore_write_prstatus. So unless the user explicitly requested
11685 # large-file support through the --enable-largefile switch, disable
11686 # large-file support in favor of procfs support.
11687 test "${target}" = "${host}" -a "x$plugins" = xno \
11688 && : ${enable_largefile="no"}
11689 ;;
11690esac
11691
11692# Check whether --enable-largefile was given.
11693if test "${enable_largefile+set}" = set; then :
11694 enableval=$enable_largefile;
11695fi
11696
11697if test "$enable_largefile" != no; then
11698
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11700$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11701if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11702 $as_echo_n "(cached) " >&6
11703else
11704 ac_cv_sys_largefile_CC=no
11705 if test "$GCC" != yes; then
11706 ac_save_CC=$CC
11707 while :; do
11708 # IRIX 6.2 and later do not support large files by default,
11709 # so use the C compiler's -n32 option if that helps.
11710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11711/* end confdefs.h. */
11712#include <sys/types.h>
11713 /* Check that off_t can represent 2**63 - 1 correctly.
11714 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11715 since some C++ compilers masquerading as C compilers
11716 incorrectly reject 9223372036854775807. */
11717#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11718 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11719 && LARGE_OFF_T % 2147483647 == 1)
11720 ? 1 : -1];
11721int
11722main ()
11723{
11724
11725 ;
11726 return 0;
11727}
11728_ACEOF
11729 if ac_fn_c_try_compile "$LINENO"; then :
11730 break
11731fi
11732rm -f core conftest.err conftest.$ac_objext
11733 CC="$CC -n32"
11734 if ac_fn_c_try_compile "$LINENO"; then :
11735 ac_cv_sys_largefile_CC=' -n32'; break
11736fi
11737rm -f core conftest.err conftest.$ac_objext
11738 break
11739 done
11740 CC=$ac_save_CC
11741 rm -f conftest.$ac_ext
11742 fi
11743fi
11744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11745$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11746 if test "$ac_cv_sys_largefile_CC" != no; then
11747 CC=$CC$ac_cv_sys_largefile_CC
11748 fi
11749
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11751$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11752if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11753 $as_echo_n "(cached) " >&6
11754else
11755 while :; do
11756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11757/* end confdefs.h. */
11758#include <sys/types.h>
11759 /* Check that off_t can represent 2**63 - 1 correctly.
11760 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11761 since some C++ compilers masquerading as C compilers
11762 incorrectly reject 9223372036854775807. */
11763#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11764 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11765 && LARGE_OFF_T % 2147483647 == 1)
11766 ? 1 : -1];
11767int
11768main ()
11769{
11770
11771 ;
11772 return 0;
11773}
11774_ACEOF
11775if ac_fn_c_try_compile "$LINENO"; then :
11776 ac_cv_sys_file_offset_bits=no; break
11777fi
11778rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780/* end confdefs.h. */
11781#define _FILE_OFFSET_BITS 64
11782#include <sys/types.h>
11783 /* Check that off_t can represent 2**63 - 1 correctly.
11784 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11785 since some C++ compilers masquerading as C compilers
11786 incorrectly reject 9223372036854775807. */
11787#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11788 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11789 && LARGE_OFF_T % 2147483647 == 1)
11790 ? 1 : -1];
11791int
11792main ()
11793{
11794
11795 ;
11796 return 0;
11797}
11798_ACEOF
11799if ac_fn_c_try_compile "$LINENO"; then :
11800 ac_cv_sys_file_offset_bits=64; break
11801fi
11802rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11803 ac_cv_sys_file_offset_bits=unknown
11804 break
11805done
11806fi
11807{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11808$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11809case $ac_cv_sys_file_offset_bits in #(
11810 no | unknown) ;;
11811 *)
11812cat >>confdefs.h <<_ACEOF
11813#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11814_ACEOF
11815;;
11816esac
11817rm -rf conftest*
11818 if test $ac_cv_sys_file_offset_bits = unknown; then
11819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11820$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11821if test "${ac_cv_sys_large_files+set}" = set; then :
11822 $as_echo_n "(cached) " >&6
11823else
11824 while :; do
11825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11826/* end confdefs.h. */
11827#include <sys/types.h>
11828 /* Check that off_t can represent 2**63 - 1 correctly.
11829 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11830 since some C++ compilers masquerading as C compilers
11831 incorrectly reject 9223372036854775807. */
11832#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11833 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11834 && LARGE_OFF_T % 2147483647 == 1)
11835 ? 1 : -1];
11836int
11837main ()
11838{
11839
11840 ;
11841 return 0;
11842}
11843_ACEOF
11844if ac_fn_c_try_compile "$LINENO"; then :
11845 ac_cv_sys_large_files=no; break
11846fi
11847rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11849/* end confdefs.h. */
11850#define _LARGE_FILES 1
11851#include <sys/types.h>
11852 /* Check that off_t can represent 2**63 - 1 correctly.
11853 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11854 since some C++ compilers masquerading as C compilers
11855 incorrectly reject 9223372036854775807. */
11856#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11857 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11858 && LARGE_OFF_T % 2147483647 == 1)
11859 ? 1 : -1];
11860int
11861main ()
11862{
11863
11864 ;
11865 return 0;
11866}
11867_ACEOF
11868if ac_fn_c_try_compile "$LINENO"; then :
11869 ac_cv_sys_large_files=1; break
11870fi
11871rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11872 ac_cv_sys_large_files=unknown
11873 break
11874done
11875fi
11876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11877$as_echo "$ac_cv_sys_large_files" >&6; }
11878case $ac_cv_sys_large_files in #(
11879 no | unknown) ;;
11880 *)
11881cat >>confdefs.h <<_ACEOF
11882#define _LARGE_FILES $ac_cv_sys_large_files
11883_ACEOF
11884;;
11885esac
11886rm -rf conftest*
11887 fi
11888fi
11889
11890
11891
81ecdfbb
RW
11892# Check whether --enable-targets was given.
11893if test "${enable_targets+set}" = set; then :
11894 enableval=$enable_targets; case "${enableval}" in
11895 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11896 ;;
11897 no) enable_targets= ;;
11898 *) enable_targets=$enableval ;;
11899esac
81ecdfbb
RW
11900fi
11901
9cb80f72
RM
11902# Check whether --enable-deterministic-archives was given.
11903if test "${enable_deterministic_archives+set}" = set; then :
11904 enableval=$enable_deterministic_archives;
11905if test "${enableval}" = no; then
11906 default_ar_deterministic=0
11907else
11908 default_ar_deterministic=1
11909fi
11910else
11911 default_ar_deterministic=0
11912fi
11913
11914
11915
11916cat >>confdefs.h <<_ACEOF
11917#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11918_ACEOF
11919
11920
7fac9594
NC
11921# Check whether --enable-default-strings-all was given.
11922if test "${enable_default_strings_all+set}" = set; then :
11923 enableval=$enable_default_strings_all;
11924if test "${enableval}" = no; then
11925 default_strings_all=0
11926else
11927 default_strings_all=1
11928fi
11929else
11930 default_strings_all=1
11931fi
11932
11933
11934
11935cat >>confdefs.h <<_ACEOF
11936#define DEFAULT_STRINGS_ALL $default_strings_all
11937_ACEOF
11938
11939
d7040cdb 11940
270c9937
JB
11941# Set the 'development' global.
11942. $srcdir/../bfd/development.sh
11943
397841b5
AM
11944GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11945cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11946/* end confdefs.h. */
11947__GNUC__
11948_ACEOF
11949if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11950 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11951
11952else
11953 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11954fi
11955rm -f conftest*
11956
d7040cdb 11957
81ecdfbb
RW
11958# Check whether --enable-werror was given.
11959if test "${enable_werror+set}" = set; then :
11960 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
11961 yes | y) ERROR_ON_WARNING="yes" ;;
11962 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11963 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 11964 esac
81ecdfbb
RW
11965fi
11966
d7040cdb 11967
397841b5 11968# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11969case "${host}" in
11970 *-*-mingw32*)
11971 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11972 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11973 fi
11974 ;;
11975 *) ;;
11976esac
11977
270c9937
JB
11978# Enable -Werror by default when using gcc. Turn it off for releases.
11979if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
11980 ERROR_ON_WARNING=yes
11981fi
11982
11983NO_WERROR=
11984if test "${ERROR_ON_WARNING}" = yes ; then
11985 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11986 NO_WERROR="-Wno-error"
11987fi
11988
11989if test "${GCC}" = yes ; then
11990 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11991fi
11992
81ecdfbb
RW
11993# Check whether --enable-build-warnings was given.
11994if test "${enable_build_warnings+set}" = set; then :
11995 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
11996 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11997 no) if test "${GCC}" = yes ; then
11998 WARN_CFLAGS="-w"
11999 fi;;
12000 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12001 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12002 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12003 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12004 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12005esac
81ecdfbb
RW
12006fi
12007
d7040cdb
SE
12008
12009if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12010 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12011fi
12012
12013
12014
12015
12016
81ecdfbb 12017ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12018
12019
df7b86aa
NC
12020
12021
d7040cdb 12022if test -z "$target" ; then
81ecdfbb 12023 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12024fi
12025if test -z "$host" ; then
81ecdfbb 12026 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12027fi
12028
12029for ac_prog in 'bison -y' byacc
12030do
12031 # Extract the first word of "$ac_prog", so it can be a program name with args.
12032set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12034$as_echo_n "checking for $ac_word... " >&6; }
12035if test "${ac_cv_prog_YACC+set}" = set; then :
12036 $as_echo_n "(cached) " >&6
d7040cdb
SE
12037else
12038 if test -n "$YACC"; then
12039 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12040else
12041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12042for as_dir in $PATH
12043do
12044 IFS=$as_save_IFS
12045 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12046 for ac_exec_ext in '' $ac_executable_extensions; do
12047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12048 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12050 break 2
12051 fi
12052done
81ecdfbb
RW
12053 done
12054IFS=$as_save_IFS
d7040cdb
SE
12055
12056fi
12057fi
12058YACC=$ac_cv_prog_YACC
12059if test -n "$YACC"; then
81ecdfbb
RW
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12061$as_echo "$YACC" >&6; }
d7040cdb 12062else
81ecdfbb
RW
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12064$as_echo "no" >&6; }
d7040cdb
SE
12065fi
12066
81ecdfbb 12067
d7040cdb
SE
12068 test -n "$YACC" && break
12069done
12070test -n "$YACC" || YACC="yacc"
12071
12072for ac_prog in flex lex
12073do
12074 # Extract the first word of "$ac_prog", so it can be a program name with args.
12075set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12077$as_echo_n "checking for $ac_word... " >&6; }
12078if test "${ac_cv_prog_LEX+set}" = set; then :
12079 $as_echo_n "(cached) " >&6
d7040cdb
SE
12080else
12081 if test -n "$LEX"; then
12082 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12083else
12084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12085for as_dir in $PATH
12086do
12087 IFS=$as_save_IFS
12088 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12089 for ac_exec_ext in '' $ac_executable_extensions; do
12090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12091 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12093 break 2
12094 fi
12095done
81ecdfbb
RW
12096 done
12097IFS=$as_save_IFS
d7040cdb
SE
12098
12099fi
12100fi
12101LEX=$ac_cv_prog_LEX
12102if test -n "$LEX"; then
81ecdfbb
RW
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12104$as_echo "$LEX" >&6; }
d7040cdb 12105else
81ecdfbb
RW
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12107$as_echo "no" >&6; }
d7040cdb
SE
12108fi
12109
81ecdfbb 12110
d7040cdb
SE
12111 test -n "$LEX" && break
12112done
12113test -n "$LEX" || LEX=":"
12114
81ecdfbb
RW
12115if test "x$LEX" != "x:"; then
12116 cat >conftest.l <<_ACEOF
12117%%
12118a { ECHO; }
12119b { REJECT; }
12120c { yymore (); }
12121d { yyless (1); }
12122e { yyless (input () != 0); }
12123f { unput (yytext[0]); }
12124. { BEGIN INITIAL; }
12125%%
12126#ifdef YYTEXT_POINTER
12127extern char *yytext;
d7040cdb 12128#endif
d7040cdb 12129int
81ecdfbb 12130main (void)
d7040cdb 12131{
81ecdfbb 12132 return ! yylex () + ! yywrap ();
d7040cdb
SE
12133}
12134_ACEOF
81ecdfbb
RW
12135{ { ac_try="$LEX conftest.l"
12136case "(($ac_try" in
12137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12138 *) ac_try_echo=$ac_try;;
12139esac
12140eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12141$as_echo "$ac_try_echo"; } >&5
12142 (eval "$LEX conftest.l") 2>&5
d7040cdb 12143 ac_status=$?
81ecdfbb
RW
12144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12145 test $ac_status = 0; }
12146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12147$as_echo_n "checking lex output file root... " >&6; }
12148if test "${ac_cv_prog_lex_root+set}" = set; then :
12149 $as_echo_n "(cached) " >&6
d7040cdb 12150else
d7040cdb 12151
81ecdfbb
RW
12152if test -f lex.yy.c; then
12153 ac_cv_prog_lex_root=lex.yy
12154elif test -f lexyy.c; then
12155 ac_cv_prog_lex_root=lexyy
12156else
12157 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 12158fi
d7040cdb 12159fi
81ecdfbb
RW
12160{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12161$as_echo "$ac_cv_prog_lex_root" >&6; }
12162LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12163
81ecdfbb
RW
12164if test -z "${LEXLIB+set}"; then
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12166$as_echo_n "checking lex library... " >&6; }
12167if test "${ac_cv_lib_lex+set}" = set; then :
12168 $as_echo_n "(cached) " >&6
d7040cdb 12169else
d7040cdb 12170
81ecdfbb
RW
12171 ac_save_LIBS=$LIBS
12172 ac_cv_lib_lex='none needed'
12173 for ac_lib in '' -lfl -ll; do
12174 LIBS="$ac_lib $ac_save_LIBS"
12175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12176/* end confdefs.h. */
12177`cat $LEX_OUTPUT_ROOT.c`
12178_ACEOF
12179if ac_fn_c_try_link "$LINENO"; then :
12180 ac_cv_lib_lex=$ac_lib
d7040cdb 12181fi
81ecdfbb
RW
12182rm -f core conftest.err conftest.$ac_objext \
12183 conftest$ac_exeext conftest.$ac_ext
12184 test "$ac_cv_lib_lex" != 'none needed' && break
12185 done
12186 LIBS=$ac_save_LIBS
d7040cdb
SE
12187
12188fi
81ecdfbb
RW
12189{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12190$as_echo "$ac_cv_lib_lex" >&6; }
12191 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12192fi
12193
d7040cdb 12194
81ecdfbb
RW
12195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12196$as_echo_n "checking whether yytext is a pointer... " >&6; }
12197if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12198 $as_echo_n "(cached) " >&6
d7040cdb
SE
12199else
12200 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12201# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12202# not all implementations provide the %pointer and %array declarations.
12203ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12204ac_save_LIBS=$LIBS
81ecdfbb
RW
12205LIBS="$LEXLIB $ac_save_LIBS"
12206cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12207/* end confdefs.h. */
12208#define YYTEXT_POINTER 1
d7040cdb
SE
12209`cat $LEX_OUTPUT_ROOT.c`
12210_ACEOF
81ecdfbb 12211if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12212 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 12213fi
81ecdfbb
RW
12214rm -f core conftest.err conftest.$ac_objext \
12215 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12216LIBS=$ac_save_LIBS
d7040cdb
SE
12217
12218fi
81ecdfbb
RW
12219{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12220$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
12221if test $ac_cv_prog_lex_yytext_pointer = yes; then
12222
81ecdfbb 12223$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
12224
12225fi
81ecdfbb 12226rm -f conftest.l $LEX_OUTPUT_ROOT.c
d7040cdb
SE
12227
12228fi
12229if test "$LEX" = :; then
12230 LEX=${am_missing_run}flex
12231fi
12232
23d61901 12233ALL_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
12234# If we haven't got the data from the intl directory,
12235# assume NLS is disabled.
12236USE_NLS=no
12237LIBINTL=
12238LIBINTL_DEP=
12239INCINTL=
12240XGETTEXT=
12241GMSGFMT=
12242POSUB=
12243
12244if test -f ../intl/config.intl; then
12245 . ../intl/config.intl
12246fi
81ecdfbb
RW
12247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12248$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12249if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12251$as_echo "no" >&6; }
d7040cdb 12252else
81ecdfbb
RW
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12254$as_echo "yes" >&6; }
d7040cdb 12255
81ecdfbb 12256$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12257
12258
81ecdfbb
RW
12259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12260$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12261 # Look for .po and .gmo files in the source directory.
12262 CATALOGS=
12263 XLINGUAS=
12264 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12265 # If there aren't any .gmo files the shell will give us the
12266 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12267 # weeded out.
12268 case "$cat" in *\**)
12269 continue;;
12270 esac
12271 # The quadruple backslash is collapsed to a double backslash
12272 # by the backticks, then collapsed again by the double quotes,
12273 # leaving us with one backslash in the sed expression (right
12274 # before the dot that mustn't act as a wildcard).
12275 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12276 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12277 # The user is allowed to set LINGUAS to a list of languages to
12278 # install catalogs for. If it's empty that means "all of them."
12279 if test "x$LINGUAS" = x; then
12280 CATALOGS="$CATALOGS $cat"
12281 XLINGUAS="$XLINGUAS $lang"
12282 else
12283 case "$LINGUAS" in *$lang*)
12284 CATALOGS="$CATALOGS $cat"
12285 XLINGUAS="$XLINGUAS $lang"
12286 ;;
12287 esac
12288 fi
12289 done
12290 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12292$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12293
12294
12295 DATADIRNAME=share
12296
12297 INSTOBJEXT=.mo
12298
12299 GENCAT=gencat
12300
12301 CATOBJEXT=.gmo
12302
12303fi
12304
12305 MKINSTALLDIRS=
12306 if test -n "$ac_aux_dir"; then
12307 case "$ac_aux_dir" in
12308 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12309 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12310 esac
12311 fi
12312 if test -z "$MKINSTALLDIRS"; then
12313 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12314 fi
12315
12316
12317
81ecdfbb
RW
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12319$as_echo_n "checking whether NLS is requested... " >&6; }
12320 # Check whether --enable-nls was given.
12321if test "${enable_nls+set}" = set; then :
12322 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12323else
12324 USE_NLS=yes
81ecdfbb
RW
12325fi
12326
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12328$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12329
12330
12331
12332
12333
12334
12335# Prepare PATH_SEPARATOR.
12336# The user is always right.
12337if test "${PATH_SEPARATOR+set}" != set; then
12338 echo "#! /bin/sh" >conf$$.sh
12339 echo "exit 0" >>conf$$.sh
12340 chmod +x conf$$.sh
12341 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12342 PATH_SEPARATOR=';'
12343 else
12344 PATH_SEPARATOR=:
12345 fi
12346 rm -f conf$$.sh
12347fi
12348
12349# Find out how to test for executable files. Don't use a zero-byte file,
12350# as systems may use methods other than mode bits to determine executability.
12351cat >conf$$.file <<_ASEOF
12352#! /bin/sh
12353exit 0
12354_ASEOF
12355chmod +x conf$$.file
12356if test -x conf$$.file >/dev/null 2>&1; then
12357 ac_executable_p="test -x"
12358else
12359 ac_executable_p="test -f"
12360fi
12361rm -f conf$$.file
12362
12363# Extract the first word of "msgfmt", so it can be a program name with args.
12364set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12366$as_echo_n "checking for $ac_word... " >&6; }
12367if test "${ac_cv_path_MSGFMT+set}" = set; then :
12368 $as_echo_n "(cached) " >&6
d7040cdb
SE
12369else
12370 case "$MSGFMT" in
12371 [\\/]* | ?:[\\/]*)
12372 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12373 ;;
12374 *)
12375 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12376 for ac_dir in $PATH; do
12377 IFS="$ac_save_IFS"
12378 test -z "$ac_dir" && ac_dir=.
12379 for ac_exec_ext in '' $ac_executable_extensions; do
12380 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12381 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12382 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12383 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12384 break 2
12385 fi
12386 fi
12387 done
12388 done
12389 IFS="$ac_save_IFS"
12390 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12391 ;;
12392esac
12393fi
12394MSGFMT="$ac_cv_path_MSGFMT"
12395if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12397$as_echo "$MSGFMT" >&6; }
d7040cdb 12398else
81ecdfbb
RW
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12400$as_echo "no" >&6; }
d7040cdb
SE
12401fi
12402
12403 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12404set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12406$as_echo_n "checking for $ac_word... " >&6; }
12407if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12408 $as_echo_n "(cached) " >&6
d7040cdb
SE
12409else
12410 case $GMSGFMT in
12411 [\\/]* | ?:[\\/]*)
12412 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12413 ;;
12414 *)
12415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12416for as_dir in $PATH
12417do
12418 IFS=$as_save_IFS
12419 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12420 for ac_exec_ext in '' $ac_executable_extensions; do
12421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12422 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12424 break 2
12425 fi
12426done
81ecdfbb
RW
12427 done
12428IFS=$as_save_IFS
d7040cdb
SE
12429
12430 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12431 ;;
12432esac
12433fi
12434GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12435if test -n "$GMSGFMT"; then
81ecdfbb
RW
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12437$as_echo "$GMSGFMT" >&6; }
d7040cdb 12438else
81ecdfbb
RW
12439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12440$as_echo "no" >&6; }
d7040cdb
SE
12441fi
12442
12443
12444
81ecdfbb 12445
d7040cdb
SE
12446# Prepare PATH_SEPARATOR.
12447# The user is always right.
12448if test "${PATH_SEPARATOR+set}" != set; then
12449 echo "#! /bin/sh" >conf$$.sh
12450 echo "exit 0" >>conf$$.sh
12451 chmod +x conf$$.sh
12452 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12453 PATH_SEPARATOR=';'
12454 else
12455 PATH_SEPARATOR=:
12456 fi
12457 rm -f conf$$.sh
12458fi
12459
12460# Find out how to test for executable files. Don't use a zero-byte file,
12461# as systems may use methods other than mode bits to determine executability.
12462cat >conf$$.file <<_ASEOF
12463#! /bin/sh
12464exit 0
12465_ASEOF
12466chmod +x conf$$.file
12467if test -x conf$$.file >/dev/null 2>&1; then
12468 ac_executable_p="test -x"
12469else
12470 ac_executable_p="test -f"
12471fi
12472rm -f conf$$.file
12473
12474# Extract the first word of "xgettext", so it can be a program name with args.
12475set dummy xgettext; ac_word=$2
81ecdfbb
RW
12476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12477$as_echo_n "checking for $ac_word... " >&6; }
12478if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12479 $as_echo_n "(cached) " >&6
d7040cdb
SE
12480else
12481 case "$XGETTEXT" in
12482 [\\/]* | ?:[\\/]*)
12483 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12484 ;;
12485 *)
12486 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12487 for ac_dir in $PATH; do
12488 IFS="$ac_save_IFS"
12489 test -z "$ac_dir" && ac_dir=.
12490 for ac_exec_ext in '' $ac_executable_extensions; do
12491 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12492 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12493 (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
12494 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12495 break 2
12496 fi
12497 fi
12498 done
12499 done
12500 IFS="$ac_save_IFS"
12501 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12502 ;;
12503esac
12504fi
12505XGETTEXT="$ac_cv_path_XGETTEXT"
12506if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12508$as_echo "$XGETTEXT" >&6; }
d7040cdb 12509else
81ecdfbb
RW
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12511$as_echo "no" >&6; }
d7040cdb
SE
12512fi
12513
12514 rm -f messages.po
12515
12516
12517# Prepare PATH_SEPARATOR.
12518# The user is always right.
12519if test "${PATH_SEPARATOR+set}" != set; then
12520 echo "#! /bin/sh" >conf$$.sh
12521 echo "exit 0" >>conf$$.sh
12522 chmod +x conf$$.sh
12523 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12524 PATH_SEPARATOR=';'
12525 else
12526 PATH_SEPARATOR=:
12527 fi
12528 rm -f conf$$.sh
12529fi
12530
12531# Find out how to test for executable files. Don't use a zero-byte file,
12532# as systems may use methods other than mode bits to determine executability.
12533cat >conf$$.file <<_ASEOF
12534#! /bin/sh
12535exit 0
12536_ASEOF
12537chmod +x conf$$.file
12538if test -x conf$$.file >/dev/null 2>&1; then
12539 ac_executable_p="test -x"
12540else
12541 ac_executable_p="test -f"
12542fi
12543rm -f conf$$.file
12544
12545# Extract the first word of "msgmerge", so it can be a program name with args.
12546set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12548$as_echo_n "checking for $ac_word... " >&6; }
12549if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12550 $as_echo_n "(cached) " >&6
d7040cdb
SE
12551else
12552 case "$MSGMERGE" in
12553 [\\/]* | ?:[\\/]*)
12554 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12555 ;;
12556 *)
12557 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12558 for ac_dir in $PATH; do
12559 IFS="$ac_save_IFS"
12560 test -z "$ac_dir" && ac_dir=.
12561 for ac_exec_ext in '' $ac_executable_extensions; do
12562 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12563 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12564 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12565 break 2
12566 fi
12567 fi
12568 done
12569 done
12570 IFS="$ac_save_IFS"
12571 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12572 ;;
12573esac
12574fi
12575MSGMERGE="$ac_cv_path_MSGMERGE"
12576if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12578$as_echo "$MSGMERGE" >&6; }
d7040cdb 12579else
81ecdfbb
RW
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12581$as_echo "no" >&6; }
d7040cdb
SE
12582fi
12583
12584
12585 if test "$GMSGFMT" != ":"; then
12586 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12587 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12588 : ;
12589 else
12590 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12592$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12593 GMSGFMT=":"
12594 fi
12595 fi
12596
12597 if test "$XGETTEXT" != ":"; then
12598 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12599 (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
12600 : ;
12601 else
81ecdfbb
RW
12602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12603$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12604 XGETTEXT=":"
12605 fi
12606 rm -f messages.po
12607 fi
12608
81ecdfbb 12609 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
12610
12611
12612
81ecdfbb
RW
12613
12614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12615$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12616 # Check whether --enable-maintainer-mode was given.
12617if test "${enable_maintainer_mode+set}" = set; then :
12618 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 12619else
d7040cdb 12620 USE_MAINTAINER_MODE=no
81ecdfbb 12621fi
d7040cdb 12622
81ecdfbb
RW
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12624$as_echo "$USE_MAINTAINER_MODE" >&6; }
12625 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12626 MAINTAINER_MODE_TRUE=
12627 MAINTAINER_MODE_FALSE='#'
12628else
12629 MAINTAINER_MODE_TRUE='#'
12630 MAINTAINER_MODE_FALSE=
42ecbf5e 12631fi
d7040cdb
SE
12632
12633 MAINT=$MAINTAINER_MODE_TRUE
12634
12635
81ecdfbb 12636 if false; then
d7040cdb
SE
12637 GENINSRC_NEVER_TRUE=
12638 GENINSRC_NEVER_FALSE='#'
12639else
12640 GENINSRC_NEVER_TRUE='#'
12641 GENINSRC_NEVER_FALSE=
42ecbf5e 12642fi
d7040cdb
SE
12643
12644
12645if test -n "$EXEEXT"; then
20e95c23 12646
81ecdfbb 12647$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 12648
252b5132
RH
12649fi
12650
d7040cdb
SE
12651cat >>confdefs.h <<_ACEOF
12652#define EXECUTABLE_SUFFIX "${EXEEXT}"
12653_ACEOF
42ecbf5e 12654
252b5132 12655
d7040cdb 12656# host-specific stuff:
252b5132 12657
d7040cdb 12658HDEFINES=
252b5132 12659
d7040cdb 12660. ${srcdir}/../bfd/configure.host
252b5132 12661
252b5132 12662
d7040cdb 12663AR=${AR-ar}
252b5132 12664
d7040cdb
SE
12665if test -n "$ac_tool_prefix"; then
12666 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12667set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
12668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12669$as_echo_n "checking for $ac_word... " >&6; }
12670if test "${ac_cv_prog_RANLIB+set}" = set; then :
12671 $as_echo_n "(cached) " >&6
d7040cdb
SE
12672else
12673 if test -n "$RANLIB"; then
12674 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12675else
12676as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12677for as_dir in $PATH
12678do
12679 IFS=$as_save_IFS
12680 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12681 for ac_exec_ext in '' $ac_executable_extensions; do
12682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12683 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 12684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12685 break 2
12686 fi
12687done
81ecdfbb
RW
12688 done
12689IFS=$as_save_IFS
252b5132 12690
d7040cdb
SE
12691fi
12692fi
12693RANLIB=$ac_cv_prog_RANLIB
12694if test -n "$RANLIB"; then
81ecdfbb
RW
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12696$as_echo "$RANLIB" >&6; }
d7040cdb 12697else
81ecdfbb
RW
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12699$as_echo "no" >&6; }
d7040cdb 12700fi
20e95c23 12701
81ecdfbb 12702
d7040cdb
SE
12703fi
12704if test -z "$ac_cv_prog_RANLIB"; then
12705 ac_ct_RANLIB=$RANLIB
12706 # Extract the first word of "ranlib", so it can be a program name with args.
12707set dummy ranlib; ac_word=$2
81ecdfbb
RW
12708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12709$as_echo_n "checking for $ac_word... " >&6; }
12710if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12711 $as_echo_n "(cached) " >&6
252b5132 12712else
d7040cdb
SE
12713 if test -n "$ac_ct_RANLIB"; then
12714 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12715else
12716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12717for as_dir in $PATH
12718do
12719 IFS=$as_save_IFS
12720 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12721 for ac_exec_ext in '' $ac_executable_extensions; do
12722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12723 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 12724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12725 break 2
12726 fi
12727done
81ecdfbb
RW
12728 done
12729IFS=$as_save_IFS
20e95c23 12730
d7040cdb
SE
12731fi
12732fi
12733ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12734if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
12735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12736$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 12737else
81ecdfbb
RW
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12739$as_echo "no" >&6; }
d7040cdb
SE
12740fi
12741
81ecdfbb
RW
12742 if test "x$ac_ct_RANLIB" = x; then
12743 RANLIB=":"
d7040cdb 12744 else
81ecdfbb
RW
12745 case $cross_compiling:$ac_tool_warned in
12746yes:)
12747{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12748$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12749ac_tool_warned=yes ;;
12750esac
12751 RANLIB=$ac_ct_RANLIB
d7040cdb 12752 fi
81ecdfbb
RW
12753else
12754 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 12755fi
d7040cdb 12756
d7040cdb
SE
12757
12758
12759# Put a plausible default for CC_FOR_BUILD in Makefile.
12760if test -z "$CC_FOR_BUILD"; then
12761 if test "x$cross_compiling" = "xno"; then
12762 CC_FOR_BUILD='$(CC)'
12763 else
12764 CC_FOR_BUILD=gcc
12765 fi
12766fi
20e95c23 12767
d7040cdb
SE
12768# Also set EXEEXT_FOR_BUILD.
12769if test "x$cross_compiling" = "xno"; then
12770 EXEEXT_FOR_BUILD='$(EXEEXT)'
12771else
81ecdfbb
RW
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12773$as_echo_n "checking for build system executable suffix... " >&6; }
12774if test "${bfd_cv_build_exeext+set}" = set; then :
12775 $as_echo_n "(cached) " >&6
d7040cdb
SE
12776else
12777 rm -f conftest*
12778 echo 'int main () { return 0; }' > conftest.c
12779 bfd_cv_build_exeext=
12780 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12781 for file in conftest.*; do
12782 case $file in
12783 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12784 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12785 esac
12786 done
12787 rm -f conftest*
12788 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 12789fi
81ecdfbb
RW
12790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12791$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
12792 EXEEXT_FOR_BUILD=""
12793 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
12794fi
12795
12796
d7040cdb
SE
12797DEMANGLER_NAME=c++filt
12798case "${host}" in
12799 *-*-go32* | *-*-msdos*)
12800 DEMANGLER_NAME=cxxfilt
12801esac
8a965946
ILT
12802
12803
4c219c2e
AM
12804# The cast to long int works around a bug in the HP C Compiler
12805# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12806# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12807# This bug is HP SR number 8606223364.
12808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12809$as_echo_n "checking size of long... " >&6; }
12810if test "${ac_cv_sizeof_long+set}" = set; then :
12811 $as_echo_n "(cached) " >&6
12812else
12813 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12814
12815else
12816 if test "$ac_cv_type_long" = yes; then
12817 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12818$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12819{ as_fn_set_status 77
12820as_fn_error "cannot compute sizeof (long)
12821See \`config.log' for more details." "$LINENO" 5; }; }
12822 else
12823 ac_cv_sizeof_long=0
12824 fi
12825fi
12826
12827fi
12828{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12829$as_echo "$ac_cv_sizeof_long" >&6; }
12830
12831
12832
12833cat >>confdefs.h <<_ACEOF
12834#define SIZEOF_LONG $ac_cv_sizeof_long
12835_ACEOF
12836
12837
12838ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12839if test "x$ac_cv_type_long_long" = x""yes; then :
12840
12841cat >>confdefs.h <<_ACEOF
12842#define HAVE_LONG_LONG 1
12843_ACEOF
12844
12845# The cast to long int works around a bug in the HP C Compiler
12846# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12847# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12848# This bug is HP SR number 8606223364.
12849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12850$as_echo_n "checking size of long long... " >&6; }
12851if test "${ac_cv_sizeof_long_long+set}" = set; then :
12852 $as_echo_n "(cached) " >&6
12853else
12854 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12855
12856else
12857 if test "$ac_cv_type_long_long" = yes; then
12858 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12859$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12860{ as_fn_set_status 77
12861as_fn_error "cannot compute sizeof (long long)
12862See \`config.log' for more details." "$LINENO" 5; }; }
12863 else
12864 ac_cv_sizeof_long_long=0
12865 fi
12866fi
12867
12868fi
12869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12870$as_echo "$ac_cv_sizeof_long_long" >&6; }
12871
12872
12873
12874cat >>confdefs.h <<_ACEOF
12875#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12876_ACEOF
12877
12878
12879fi
12880
12881
3bfcb652 12882for 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
12883do :
12884 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12885ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12886eval as_val=\$$as_ac_Header
12887 if test "x$as_val" = x""yes; then :
12888 cat >>confdefs.h <<_ACEOF
12889#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12890_ACEOF
42ecbf5e 12891
81ecdfbb 12892fi
42ecbf5e 12893
81ecdfbb 12894done
42ecbf5e 12895
81ecdfbb
RW
12896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12897$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12898if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12899 $as_echo_n "(cached) " >&6
42ecbf5e 12900else
81ecdfbb 12901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12902/* end confdefs.h. */
252b5132
RH
12903#include <sys/types.h>
12904#include <sys/wait.h>
12905#ifndef WEXITSTATUS
81ecdfbb 12906# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
12907#endif
12908#ifndef WIFEXITED
42ecbf5e 12909# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 12910#endif
42ecbf5e
DJ
12911
12912int
12913main ()
12914{
12915 int s;
12916 wait (&s);
12917 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12918 ;
12919 return 0;
12920}
12921_ACEOF
81ecdfbb 12922if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12923 ac_cv_header_sys_wait_h=yes
12924else
81ecdfbb 12925 ac_cv_header_sys_wait_h=no
252b5132 12926fi
81ecdfbb 12927rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12928fi
81ecdfbb
RW
12929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12930$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 12931if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 12932
81ecdfbb 12933$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
12934
12935fi
12936
df7b86aa
NC
12937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12938$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12939if test "${gcc_cv_header_string+set}" = set; then :
12940 $as_echo_n "(cached) " >&6
12941else
12942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12943/* end confdefs.h. */
12944#include <string.h>
12945#include <strings.h>
12946int
12947main ()
12948{
12949
12950 ;
12951 return 0;
12952}
12953_ACEOF
12954if ac_fn_c_try_compile "$LINENO"; then :
12955 gcc_cv_header_string=yes
12956else
12957 gcc_cv_header_string=no
12958fi
12959rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12960fi
12961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12962$as_echo "$gcc_cv_header_string" >&6; }
12963if test $gcc_cv_header_string = yes; then
12964
12965$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12966
12967fi
12968
252b5132
RH
12969# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12970# for constant arguments. Useless!
81ecdfbb
RW
12971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12972$as_echo_n "checking for working alloca.h... " >&6; }
12973if test "${ac_cv_working_alloca_h+set}" = set; then :
12974 $as_echo_n "(cached) " >&6
42ecbf5e 12975else
81ecdfbb 12976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12977/* end confdefs.h. */
252b5132 12978#include <alloca.h>
42ecbf5e
DJ
12979int
12980main ()
12981{
12982char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 12983 if (p) return 0;
42ecbf5e
DJ
12984 ;
12985 return 0;
12986}
12987_ACEOF
81ecdfbb 12988if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
12989 ac_cv_working_alloca_h=yes
12990else
81ecdfbb 12991 ac_cv_working_alloca_h=no
42ecbf5e 12992fi
81ecdfbb
RW
12993rm -f core conftest.err conftest.$ac_objext \
12994 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 12995fi
81ecdfbb
RW
12996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12997$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
12998if test $ac_cv_working_alloca_h = yes; then
12999
81ecdfbb 13000$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13001
13002fi
13003
81ecdfbb
RW
13004{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13005$as_echo_n "checking for alloca... " >&6; }
13006if test "${ac_cv_func_alloca_works+set}" = set; then :
13007 $as_echo_n "(cached) " >&6
252b5132 13008else
81ecdfbb 13009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13010/* end confdefs.h. */
252b5132
RH
13011#ifdef __GNUC__
13012# define alloca __builtin_alloca
13013#else
13014# ifdef _MSC_VER
13015# include <malloc.h>
13016# define alloca _alloca
13017# else
81ecdfbb 13018# ifdef HAVE_ALLOCA_H
252b5132
RH
13019# include <alloca.h>
13020# else
13021# ifdef _AIX
13022 #pragma alloca
13023# else
13024# ifndef alloca /* predefined by HP cc +Olibcalls */
13025char *alloca ();
13026# endif
13027# endif
13028# endif
13029# endif
13030#endif
13031
42ecbf5e
DJ
13032int
13033main ()
13034{
13035char *p = (char *) alloca (1);
81ecdfbb 13036 if (p) return 0;
42ecbf5e
DJ
13037 ;
13038 return 0;
13039}
13040_ACEOF
81ecdfbb 13041if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13042 ac_cv_func_alloca_works=yes
13043else
81ecdfbb 13044 ac_cv_func_alloca_works=no
252b5132 13045fi
81ecdfbb
RW
13046rm -f core conftest.err conftest.$ac_objext \
13047 conftest$ac_exeext conftest.$ac_ext
252b5132 13048fi
81ecdfbb
RW
13049{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13050$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13051
252b5132 13052if test $ac_cv_func_alloca_works = yes; then
e5a52504 13053
81ecdfbb 13054$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 13055
42ecbf5e 13056else
d15b04bd 13057 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
13058# that cause trouble. Some versions do not even contain alloca or
13059# contain a buggy version. If you still want to use their alloca,
13060# use ar to extract alloca.o from them instead of compiling alloca.c.
13061
81ecdfbb 13062ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 13063
81ecdfbb 13064$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
13065
13066
81ecdfbb
RW
13067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13068$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13069if test "${ac_cv_os_cray+set}" = set; then :
13070 $as_echo_n "(cached) " >&6
252b5132 13071else
81ecdfbb 13072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13073/* end confdefs.h. */
81ecdfbb 13074#if defined CRAY && ! defined CRAY2
252b5132
RH
13075webecray
13076#else
13077wenotbecray
13078#endif
13079
42ecbf5e 13080_ACEOF
252b5132 13081if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13082 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13083 ac_cv_os_cray=yes
13084else
252b5132
RH
13085 ac_cv_os_cray=no
13086fi
13087rm -f conftest*
13088
13089fi
81ecdfbb
RW
13090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13091$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 13092if test $ac_cv_os_cray = yes; then
42ecbf5e 13093 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13094 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13095ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13096eval as_val=\$$as_ac_var
13097 if test "x$as_val" = x""yes; then :
42ecbf5e
DJ
13098
13099cat >>confdefs.h <<_ACEOF
252b5132 13100#define CRAY_STACKSEG_END $ac_func
42ecbf5e 13101_ACEOF
252b5132 13102
42ecbf5e 13103 break
252b5132
RH
13104fi
13105
42ecbf5e 13106 done
252b5132
RH
13107fi
13108
81ecdfbb
RW
13109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13110$as_echo_n "checking stack direction for C alloca... " >&6; }
13111if test "${ac_cv_c_stack_direction+set}" = set; then :
13112 $as_echo_n "(cached) " >&6
252b5132 13113else
81ecdfbb 13114 if test "$cross_compiling" = yes; then :
252b5132
RH
13115 ac_cv_c_stack_direction=0
13116else
81ecdfbb 13117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13118/* end confdefs.h. */
81ecdfbb 13119$ac_includes_default
42ecbf5e 13120int
252b5132
RH
13121find_stack_direction ()
13122{
13123 static char *addr = 0;
13124 auto char dummy;
13125 if (addr == 0)
13126 {
13127 addr = &dummy;
13128 return find_stack_direction ();
13129 }
13130 else
13131 return (&dummy > addr) ? 1 : -1;
13132}
42ecbf5e
DJ
13133
13134int
252b5132
RH
13135main ()
13136{
81ecdfbb 13137 return find_stack_direction () < 0;
252b5132 13138}
42ecbf5e 13139_ACEOF
81ecdfbb 13140if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13141 ac_cv_c_stack_direction=1
13142else
81ecdfbb 13143 ac_cv_c_stack_direction=-1
252b5132 13144fi
81ecdfbb
RW
13145rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13146 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
13147fi
13148
81ecdfbb
RW
13149fi
13150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13151$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 13152cat >>confdefs.h <<_ACEOF
252b5132 13153#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
13154_ACEOF
13155
252b5132
RH
13156
13157fi
13158
44350750 13159for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
81ecdfbb
RW
13160do :
13161 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13162ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13163eval as_val=\$$as_ac_var
13164 if test "x$as_val" = x""yes; then :
13165 cat >>confdefs.h <<_ACEOF
13166#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13167_ACEOF
42ecbf5e 13168
81ecdfbb
RW
13169fi
13170done
42ecbf5e 13171
81ecdfbb
RW
13172ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13173if test "x$ac_cv_func_mkstemp" = x""yes; then :
42ecbf5e 13174
81ecdfbb 13175$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 13176
81ecdfbb 13177fi
42ecbf5e 13178
81ecdfbb
RW
13179ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13180if test "x$ac_cv_func_mkdtemp" = x""yes; then :
42ecbf5e 13181
81ecdfbb 13182$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 13183
81ecdfbb 13184fi
d15b04bd 13185
3bfcb652
NC
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13187$as_echo_n "checking for mbstate_t... " >&6; }
13188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13189/* end confdefs.h. */
13190#include <wchar.h>
13191int
13192main ()
13193{
13194mbstate_t teststate;
13195 ;
13196 return 0;
13197}
13198_ACEOF
13199if ac_fn_c_try_compile "$LINENO"; then :
13200 have_mbstate_t=yes
13201else
13202 have_mbstate_t=no
13203fi
13204rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13206$as_echo "$have_mbstate_t" >&6; }
13207 if test x"$have_mbstate_t" = xyes; then
13208
13209$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13210
13211 fi
d15b04bd 13212
81ecdfbb
RW
13213# Some systems have frexp only in -lm, not in -lc.
13214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13215$as_echo_n "checking for library containing frexp... " >&6; }
13216if test "${ac_cv_search_frexp+set}" = set; then :
13217 $as_echo_n "(cached) " >&6
f9c026a8 13218else
81ecdfbb
RW
13219 ac_func_search_save_LIBS=$LIBS
13220cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 13221/* end confdefs.h. */
f9c026a8 13222
81ecdfbb
RW
13223/* Override any GCC internal prototype to avoid an error.
13224 Use char because int might match the return type of a GCC
f9c026a8 13225 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
13226#ifdef __cplusplus
13227extern "C"
13228#endif
42ecbf5e
DJ
13229char frexp ();
13230int
13231main ()
13232{
81ecdfbb 13233return frexp ();
42ecbf5e
DJ
13234 ;
13235 return 0;
13236}
13237_ACEOF
81ecdfbb
RW
13238for ac_lib in '' m; do
13239 if test -z "$ac_lib"; then
13240 ac_res="none required"
13241 else
13242 ac_res=-l$ac_lib
42ecbf5e 13243 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
13244 fi
13245 if ac_fn_c_try_link "$LINENO"; then :
13246 ac_cv_search_frexp=$ac_res
13247fi
13248rm -f core conftest.err conftest.$ac_objext \
13249 conftest$ac_exeext
13250 if test "${ac_cv_search_frexp+set}" = set; then :
13251 break
13252fi
13253done
13254if test "${ac_cv_search_frexp+set}" = set; then :
42ecbf5e 13255
f353eb8a 13256else
81ecdfbb 13257 ac_cv_search_frexp=no
e5a52504 13258fi
81ecdfbb 13259rm conftest.$ac_ext
42ecbf5e
DJ
13260LIBS=$ac_func_search_save_LIBS
13261fi
81ecdfbb
RW
13262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13263$as_echo "$ac_cv_search_frexp" >&6; }
13264ac_res=$ac_cv_search_frexp
13265if test "$ac_res" != no; then :
13266 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 13267
f353eb8a
ILT
13268fi
13269
42ecbf5e 13270
44350750
NC
13271
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13273$as_echo_n "checking for LC_MESSAGES... " >&6; }
13274if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13275 $as_echo_n "(cached) " >&6
13276else
13277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13278/* end confdefs.h. */
13279#include <locale.h>
13280int
13281main ()
13282{
13283return LC_MESSAGES
13284 ;
13285 return 0;
13286}
13287_ACEOF
13288if ac_fn_c_try_link "$LINENO"; then :
13289 am_cv_val_LC_MESSAGES=yes
13290else
13291 am_cv_val_LC_MESSAGES=no
13292fi
13293rm -f core conftest.err conftest.$ac_objext \
13294 conftest$ac_exeext conftest.$ac_ext
13295fi
13296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13297$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13298 if test $am_cv_val_LC_MESSAGES = yes; then
13299
13300$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13301
13302 fi
13303
13304
81ecdfbb
RW
13305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13306$as_echo_n "checking for time_t in time.h... " >&6; }
13307if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13308 $as_echo_n "(cached) " >&6
252b5132 13309else
81ecdfbb 13310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13311/* end confdefs.h. */
252b5132 13312#include <time.h>
42ecbf5e
DJ
13313int
13314main ()
13315{
252b5132 13316time_t i;
42ecbf5e
DJ
13317 ;
13318 return 0;
13319}
13320_ACEOF
81ecdfbb 13321if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13322 bu_cv_decl_time_t_time_h=yes
13323else
81ecdfbb 13324 bu_cv_decl_time_t_time_h=no
252b5132 13325fi
81ecdfbb 13326rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13327fi
13328
81ecdfbb
RW
13329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13330$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 13331if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 13332
81ecdfbb 13333$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
13334
13335fi
13336
81ecdfbb
RW
13337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13338$as_echo_n "checking for time_t in sys/types.h... " >&6; }
13339if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13340 $as_echo_n "(cached) " >&6
252b5132 13341else
81ecdfbb 13342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13343/* end confdefs.h. */
252b5132 13344#include <sys/types.h>
42ecbf5e
DJ
13345int
13346main ()
13347{
252b5132 13348time_t i;
42ecbf5e
DJ
13349 ;
13350 return 0;
13351}
13352_ACEOF
81ecdfbb 13353if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13354 bu_cv_decl_time_t_types_h=yes
13355else
81ecdfbb 13356 bu_cv_decl_time_t_types_h=no
252b5132 13357fi
81ecdfbb 13358rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13359fi
13360
81ecdfbb
RW
13361{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13362$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 13363if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 13364
81ecdfbb 13365$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
13366
13367fi
13368
81ecdfbb
RW
13369{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13370$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13371if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13372 $as_echo_n "(cached) " >&6
e46eba98 13373else
81ecdfbb 13374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13375/* end confdefs.h. */
e46eba98 13376#include <unistd.h>
42ecbf5e
DJ
13377int
13378main ()
13379{
e46eba98 13380extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
13381 ;
13382 return 0;
13383}
13384_ACEOF
81ecdfbb 13385if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
13386 bu_cv_decl_getopt_unistd_h=yes
13387else
81ecdfbb 13388 bu_cv_decl_getopt_unistd_h=no
e46eba98 13389fi
81ecdfbb 13390rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
13391fi
13392
81ecdfbb
RW
13393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13394$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 13395if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 13396
81ecdfbb 13397$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
13398
13399fi
13400
252b5132
RH
13401# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13402# by default.
81ecdfbb
RW
13403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13404$as_echo_n "checking for utime.h... " >&6; }
13405if test "${bu_cv_header_utime_h+set}" = set; then :
13406 $as_echo_n "(cached) " >&6
42ecbf5e 13407else
81ecdfbb 13408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13409/* end confdefs.h. */
252b5132
RH
13410#include <sys/types.h>
13411#ifdef HAVE_TIME_H
13412#include <time.h>
13413#endif
13414#include <utime.h>
42ecbf5e
DJ
13415int
13416main ()
13417{
252b5132 13418struct utimbuf s;
42ecbf5e
DJ
13419 ;
13420 return 0;
13421}
13422_ACEOF
81ecdfbb 13423if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13424 bu_cv_header_utime_h=yes
13425else
81ecdfbb 13426 bu_cv_header_utime_h=no
252b5132 13427fi
81ecdfbb 13428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13429fi
13430
81ecdfbb
RW
13431{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13432$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 13433if test $bu_cv_header_utime_h = yes; then
42ecbf5e 13434
81ecdfbb 13435$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
13436
13437fi
13438
952781e8
AM
13439ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13440if test "x$ac_cv_have_decl_environ" = x""yes; then :
13441 ac_have_decl=1
13442else
13443 ac_have_decl=0
13444fi
13445
13446cat >>confdefs.h <<_ACEOF
13447#define HAVE_DECL_ENVIRON $ac_have_decl
13448_ACEOF
81ecdfbb
RW
13449ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13450if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13451 ac_have_decl=1
252b5132 13452else
81ecdfbb
RW
13453 ac_have_decl=0
13454fi
398ee8f1 13455
81ecdfbb
RW
13456cat >>confdefs.h <<_ACEOF
13457#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 13458_ACEOF
952781e8
AM
13459ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13460if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
81ecdfbb 13461 ac_have_decl=1
252b5132 13462else
81ecdfbb 13463 ac_have_decl=0
252b5132 13464fi
252b5132 13465
398ee8f1 13466cat >>confdefs.h <<_ACEOF
952781e8 13467#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 13468_ACEOF
952781e8
AM
13469ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13470if test "x$ac_cv_have_decl_getenv" = x""yes; then :
81ecdfbb 13471 ac_have_decl=1
398ee8f1 13472else
81ecdfbb
RW
13473 ac_have_decl=0
13474fi
3e321448
L
13475
13476cat >>confdefs.h <<_ACEOF
952781e8 13477#define HAVE_DECL_GETENV $ac_have_decl
42ecbf5e 13478_ACEOF
81ecdfbb
RW
13479ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13480if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13481 ac_have_decl=1
252b5132 13482else
81ecdfbb 13483 ac_have_decl=0
252b5132 13484fi
252b5132 13485
398ee8f1 13486cat >>confdefs.h <<_ACEOF
81ecdfbb 13487#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 13488_ACEOF
952781e8
AM
13489ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13490if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
81ecdfbb 13491 ac_have_decl=1
398ee8f1 13492else
81ecdfbb 13493 ac_have_decl=0
398ee8f1 13494fi
252b5132 13495
398ee8f1 13496cat >>confdefs.h <<_ACEOF
952781e8 13497#define HAVE_DECL_SNPRINTF $ac_have_decl
398ee8f1 13498_ACEOF
952781e8
AM
13499ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13500if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
81ecdfbb 13501 ac_have_decl=1
398ee8f1 13502else
81ecdfbb 13503 ac_have_decl=0
398ee8f1 13504fi
252b5132 13505
398ee8f1 13506cat >>confdefs.h <<_ACEOF
952781e8 13507#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 13508_ACEOF
952781e8
AM
13509ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13510if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
81ecdfbb 13511 ac_have_decl=1
b7d4af3a 13512else
81ecdfbb 13513 ac_have_decl=0
b7d4af3a 13514fi
b7d4af3a
JW
13515
13516cat >>confdefs.h <<_ACEOF
952781e8 13517#define HAVE_DECL_STRNLEN $ac_have_decl
b7d4af3a 13518_ACEOF
952781e8
AM
13519ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13520if test "x$ac_cv_have_decl_strstr" = x""yes; then :
81ecdfbb 13521 ac_have_decl=1
b7d4af3a 13522else
81ecdfbb 13523 ac_have_decl=0
db50c840 13524fi
db50c840
EB
13525
13526cat >>confdefs.h <<_ACEOF
952781e8 13527#define HAVE_DECL_STRSTR $ac_have_decl
db50c840 13528_ACEOF
81ecdfbb
RW
13529ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13530if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13531 ac_have_decl=1
db50c840 13532else
81ecdfbb 13533 ac_have_decl=0
db50c840 13534fi
db50c840
EB
13535
13536cat >>confdefs.h <<_ACEOF
81ecdfbb 13537#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
13538_ACEOF
13539
13540
ed2b5077
L
13541# Link in zlib if we can. This allows us to read compressed debug
13542# sections. This is used only by readelf.c (objdump uses bfd for
13543# reading compressed sections).
13544
13545 # Use the system's zlib library.
39f3de7c
L
13546 zlibdir="-L\$(top_builddir)/../zlib"
13547 zlibinc="-I\$(top_srcdir)/../zlib"
52546677 13548
0ee42ecd
L
13549# Check whether --with-system-zlib was given.
13550if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13551 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13552 zlibdir=
13553 zlibinc=
13554 fi
52546677 13555
52546677
RM
13556fi
13557
13558
52546677 13559
1b315056 13560
252b5132 13561
ed2b5077 13562
252b5132 13563case "${host}" in
8a965946 13564*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 13565
81ecdfbb 13566$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
13567 ;;
13568esac
13569
13570# target-specific stuff:
13571
13572# Canonicalize the secondary target names.
13573if test -n "$enable_targets"; then
13574 for targ in `echo $enable_targets | sed 's/,/ /g'`
13575 do
6d83c84b 13576 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
13577 if test -n "$result"; then
13578 canon_targets="$canon_targets $result"
13579 else
13580 # Allow targets that config.sub doesn't recognize, like "all".
13581 canon_targets="$canon_targets $targ"
13582 fi
13583 done
13584fi
13585
81ecdfbb
RW
13586ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13587if test "x$ac_cv_header_iconv_h" = x""yes; then :
5ba684e2
NC
13588
13589fi
13590
13591
13592
13593 if test "X$prefix" = "XNONE"; then
13594 acl_final_prefix="$ac_default_prefix"
13595 else
13596 acl_final_prefix="$prefix"
13597 fi
13598 if test "X$exec_prefix" = "XNONE"; then
13599 acl_final_exec_prefix='${prefix}'
13600 else
13601 acl_final_exec_prefix="$exec_prefix"
13602 fi
13603 acl_save_prefix="$prefix"
13604 prefix="$acl_final_prefix"
13605 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13606 prefix="$acl_save_prefix"
13607
13608
81ecdfbb
RW
13609# Check whether --with-gnu-ld was given.
13610if test "${with_gnu_ld+set}" = set; then :
13611 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
13612else
13613 with_gnu_ld=no
81ecdfbb
RW
13614fi
13615
5ba684e2
NC
13616# Prepare PATH_SEPARATOR.
13617# The user is always right.
13618if test "${PATH_SEPARATOR+set}" != set; then
13619 echo "#! /bin/sh" >conf$$.sh
13620 echo "exit 0" >>conf$$.sh
13621 chmod +x conf$$.sh
13622 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13623 PATH_SEPARATOR=';'
13624 else
13625 PATH_SEPARATOR=:
13626 fi
13627 rm -f conf$$.sh
13628fi
13629ac_prog=ld
13630if test "$GCC" = yes; then
13631 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13633$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
13634 case $host in
13635 *-*-mingw*)
13636 # gcc leaves a trailing carriage return which upsets mingw
13637 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13638 *)
13639 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13640 esac
13641 case $ac_prog in
13642 # Accept absolute paths.
13643 [\\/]* | [A-Za-z]:[\\/]*)
13644 re_direlt='/[^/][^/]*/\.\./'
13645 # Canonicalize the path of ld
13646 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13647 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13648 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13649 done
13650 test -z "$LD" && LD="$ac_prog"
13651 ;;
13652 "")
13653 # If it fails, then pretend we aren't using GCC.
13654 ac_prog=ld
13655 ;;
13656 *)
13657 # If it is relative, then search for the first ld in PATH.
13658 with_gnu_ld=unknown
13659 ;;
13660 esac
13661elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13663$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 13664else
81ecdfbb
RW
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13666$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 13667fi
81ecdfbb
RW
13668if test "${acl_cv_path_LD+set}" = set; then :
13669 $as_echo_n "(cached) " >&6
5ba684e2
NC
13670else
13671 if test -z "$LD"; then
13672 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13673 for ac_dir in $PATH; do
13674 test -z "$ac_dir" && ac_dir=.
13675 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13676 acl_cv_path_LD="$ac_dir/$ac_prog"
13677 # Check to see if the program is GNU ld. I'd rather use --version,
13678 # but apparently some GNU ld's only accept -v.
13679 # Break only if it was the GNU/non-GNU ld that we prefer.
13680 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13681 test "$with_gnu_ld" != no && break
13682 else
13683 test "$with_gnu_ld" != yes && break
13684 fi
13685 fi
13686 done
13687 IFS="$ac_save_ifs"
13688else
13689 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13690fi
13691fi
13692
13693LD="$acl_cv_path_LD"
13694if test -n "$LD"; then
81ecdfbb
RW
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13696$as_echo "$LD" >&6; }
5ba684e2 13697else
81ecdfbb
RW
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13699$as_echo "no" >&6; }
5ba684e2 13700fi
81ecdfbb
RW
13701test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13703$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13704if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13705 $as_echo_n "(cached) " >&6
5ba684e2
NC
13706else
13707 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13708if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13709 acl_cv_prog_gnu_ld=yes
13710else
13711 acl_cv_prog_gnu_ld=no
13712fi
13713fi
81ecdfbb
RW
13714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13715$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
13716with_gnu_ld=$acl_cv_prog_gnu_ld
13717
13718
13719
81ecdfbb
RW
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13721$as_echo_n "checking for shared library run path origin... " >&6; }
13722if test "${acl_cv_rpath+set}" = set; then :
13723 $as_echo_n "(cached) " >&6
5ba684e2
NC
13724else
13725
13726 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13727 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13728 . ./conftest.sh
13729 rm -f ./conftest.sh
13730 acl_cv_rpath=done
13731
13732fi
81ecdfbb
RW
13733{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13734$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
13735 wl="$acl_cv_wl"
13736 libext="$acl_cv_libext"
13737 shlibext="$acl_cv_shlibext"
13738 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13739 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13740 hardcode_direct="$acl_cv_hardcode_direct"
13741 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
13742 # Check whether --enable-rpath was given.
13743if test "${enable_rpath+set}" = set; then :
13744 enableval=$enable_rpath; :
5ba684e2
NC
13745else
13746 enable_rpath=yes
81ecdfbb
RW
13747fi
13748
5ba684e2
NC
13749
13750
13751
13752
13753
13754
13755
13756 use_additional=yes
13757
13758 acl_save_prefix="$prefix"
13759 prefix="$acl_final_prefix"
13760 acl_save_exec_prefix="$exec_prefix"
13761 exec_prefix="$acl_final_exec_prefix"
13762
13763 eval additional_includedir=\"$includedir\"
13764 eval additional_libdir=\"$libdir\"
13765
13766 exec_prefix="$acl_save_exec_prefix"
13767 prefix="$acl_save_prefix"
13768
13769
81ecdfbb
RW
13770# Check whether --with-libiconv-prefix was given.
13771if test "${with_libiconv_prefix+set}" = set; then :
13772 withval=$with_libiconv_prefix;
5ba684e2
NC
13773 if test "X$withval" = "Xno"; then
13774 use_additional=no
13775 else
13776 if test "X$withval" = "X"; then
13777
13778 acl_save_prefix="$prefix"
13779 prefix="$acl_final_prefix"
13780 acl_save_exec_prefix="$exec_prefix"
13781 exec_prefix="$acl_final_exec_prefix"
13782
13783 eval additional_includedir=\"$includedir\"
13784 eval additional_libdir=\"$libdir\"
13785
13786 exec_prefix="$acl_save_exec_prefix"
13787 prefix="$acl_save_prefix"
13788
13789 else
13790 additional_includedir="$withval/include"
13791 additional_libdir="$withval/lib"
13792 fi
13793 fi
13794
81ecdfbb
RW
13795fi
13796
5ba684e2
NC
13797 LIBICONV=
13798 LTLIBICONV=
13799 INCICONV=
13800 rpathdirs=
13801 ltrpathdirs=
13802 names_already_handled=
13803 names_next_round='iconv '
13804 while test -n "$names_next_round"; do
13805 names_this_round="$names_next_round"
13806 names_next_round=
13807 for name in $names_this_round; do
13808 already_handled=
13809 for n in $names_already_handled; do
13810 if test "$n" = "$name"; then
13811 already_handled=yes
13812 break
13813 fi
13814 done
13815 if test -z "$already_handled"; then
13816 names_already_handled="$names_already_handled $name"
13817 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13818 eval value=\"\$HAVE_LIB$uppername\"
13819 if test -n "$value"; then
13820 if test "$value" = yes; then
13821 eval value=\"\$LIB$uppername\"
13822 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13823 eval value=\"\$LTLIB$uppername\"
13824 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13825 else
13826 :
13827 fi
13828 else
13829 found_dir=
13830 found_la=
13831 found_so=
13832 found_a=
13833 if test $use_additional = yes; then
13834 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13835 found_dir="$additional_libdir"
13836 found_so="$additional_libdir/lib$name.$shlibext"
13837 if test -f "$additional_libdir/lib$name.la"; then
13838 found_la="$additional_libdir/lib$name.la"
13839 fi
13840 else
13841 if test -f "$additional_libdir/lib$name.$libext"; then
13842 found_dir="$additional_libdir"
13843 found_a="$additional_libdir/lib$name.$libext"
13844 if test -f "$additional_libdir/lib$name.la"; then
13845 found_la="$additional_libdir/lib$name.la"
13846 fi
13847 fi
13848 fi
13849 fi
13850 if test "X$found_dir" = "X"; then
13851 for x in $LDFLAGS $LTLIBICONV; do
13852
13853 acl_save_prefix="$prefix"
13854 prefix="$acl_final_prefix"
13855 acl_save_exec_prefix="$exec_prefix"
13856 exec_prefix="$acl_final_exec_prefix"
13857 eval x=\"$x\"
13858 exec_prefix="$acl_save_exec_prefix"
13859 prefix="$acl_save_prefix"
13860
13861 case "$x" in
13862 -L*)
13863 dir=`echo "X$x" | sed -e 's/^X-L//'`
13864 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13865 found_dir="$dir"
13866 found_so="$dir/lib$name.$shlibext"
13867 if test -f "$dir/lib$name.la"; then
13868 found_la="$dir/lib$name.la"
13869 fi
13870 else
13871 if test -f "$dir/lib$name.$libext"; then
13872 found_dir="$dir"
13873 found_a="$dir/lib$name.$libext"
13874 if test -f "$dir/lib$name.la"; then
13875 found_la="$dir/lib$name.la"
13876 fi
13877 fi
13878 fi
13879 ;;
13880 esac
13881 if test "X$found_dir" != "X"; then
13882 break
13883 fi
13884 done
13885 fi
13886 if test "X$found_dir" != "X"; then
13887 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13888 if test "X$found_so" != "X"; then
13889 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13890 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13891 else
13892 haveit=
13893 for x in $ltrpathdirs; do
13894 if test "X$x" = "X$found_dir"; then
13895 haveit=yes
13896 break
13897 fi
13898 done
13899 if test -z "$haveit"; then
13900 ltrpathdirs="$ltrpathdirs $found_dir"
13901 fi
13902 if test "$hardcode_direct" = yes; then
13903 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13904 else
13905 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13906 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13907 haveit=
13908 for x in $rpathdirs; do
13909 if test "X$x" = "X$found_dir"; then
13910 haveit=yes
13911 break
13912 fi
13913 done
13914 if test -z "$haveit"; then
13915 rpathdirs="$rpathdirs $found_dir"
13916 fi
13917 else
13918 haveit=
13919 for x in $LDFLAGS $LIBICONV; do
13920
13921 acl_save_prefix="$prefix"
13922 prefix="$acl_final_prefix"
13923 acl_save_exec_prefix="$exec_prefix"
13924 exec_prefix="$acl_final_exec_prefix"
13925 eval x=\"$x\"
13926 exec_prefix="$acl_save_exec_prefix"
13927 prefix="$acl_save_prefix"
13928
13929 if test "X$x" = "X-L$found_dir"; then
13930 haveit=yes
13931 break
13932 fi
13933 done
13934 if test -z "$haveit"; then
13935 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13936 fi
13937 if test "$hardcode_minus_L" != no; then
13938 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13939 else
13940 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13941 fi
13942 fi
13943 fi
13944 fi
13945 else
13946 if test "X$found_a" != "X"; then
13947 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13948 else
13949 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13950 fi
13951 fi
13952 additional_includedir=
13953 case "$found_dir" in
13954 */lib | */lib/)
13955 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13956 additional_includedir="$basedir/include"
13957 ;;
13958 esac
13959 if test "X$additional_includedir" != "X"; then
13960 if test "X$additional_includedir" != "X/usr/include"; then
13961 haveit=
13962 if test "X$additional_includedir" = "X/usr/local/include"; then
13963 if test -n "$GCC"; then
13964 case $host_os in
13965 linux*) haveit=yes;;
13966 esac
13967 fi
13968 fi
13969 if test -z "$haveit"; then
13970 for x in $CPPFLAGS $INCICONV; do
13971
13972 acl_save_prefix="$prefix"
13973 prefix="$acl_final_prefix"
13974 acl_save_exec_prefix="$exec_prefix"
13975 exec_prefix="$acl_final_exec_prefix"
13976 eval x=\"$x\"
13977 exec_prefix="$acl_save_exec_prefix"
13978 prefix="$acl_save_prefix"
13979
13980 if test "X$x" = "X-I$additional_includedir"; then
13981 haveit=yes
13982 break
13983 fi
13984 done
13985 if test -z "$haveit"; then
13986 if test -d "$additional_includedir"; then
13987 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13988 fi
13989 fi
13990 fi
13991 fi
13992 fi
13993 if test -n "$found_la"; then
13994 save_libdir="$libdir"
13995 case "$found_la" in
13996 */* | *\\*) . "$found_la" ;;
13997 *) . "./$found_la" ;;
13998 esac
13999 libdir="$save_libdir"
14000 for dep in $dependency_libs; do
14001 case "$dep" in
14002 -L*)
14003 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14004 if test "X$additional_libdir" != "X/usr/lib"; then
14005 haveit=
14006 if test "X$additional_libdir" = "X/usr/local/lib"; then
14007 if test -n "$GCC"; then
14008 case $host_os in
14009 linux*) haveit=yes;;
14010 esac
14011 fi
14012 fi
14013 if test -z "$haveit"; then
14014 haveit=
14015 for x in $LDFLAGS $LIBICONV; do
14016
14017 acl_save_prefix="$prefix"
14018 prefix="$acl_final_prefix"
14019 acl_save_exec_prefix="$exec_prefix"
14020 exec_prefix="$acl_final_exec_prefix"
14021 eval x=\"$x\"
14022 exec_prefix="$acl_save_exec_prefix"
14023 prefix="$acl_save_prefix"
14024
14025 if test "X$x" = "X-L$additional_libdir"; then
14026 haveit=yes
14027 break
14028 fi
14029 done
14030 if test -z "$haveit"; then
14031 if test -d "$additional_libdir"; then
14032 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14033 fi
14034 fi
14035 haveit=
14036 for x in $LDFLAGS $LTLIBICONV; do
14037
14038 acl_save_prefix="$prefix"
14039 prefix="$acl_final_prefix"
14040 acl_save_exec_prefix="$exec_prefix"
14041 exec_prefix="$acl_final_exec_prefix"
14042 eval x=\"$x\"
14043 exec_prefix="$acl_save_exec_prefix"
14044 prefix="$acl_save_prefix"
14045
14046 if test "X$x" = "X-L$additional_libdir"; then
14047 haveit=yes
14048 break
14049 fi
14050 done
14051 if test -z "$haveit"; then
14052 if test -d "$additional_libdir"; then
14053 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14054 fi
14055 fi
14056 fi
14057 fi
14058 ;;
14059 -R*)
14060 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14061 if test "$enable_rpath" != no; then
14062 haveit=
14063 for x in $rpathdirs; do
14064 if test "X$x" = "X$dir"; then
14065 haveit=yes
14066 break
14067 fi
14068 done
14069 if test -z "$haveit"; then
14070 rpathdirs="$rpathdirs $dir"
14071 fi
14072 haveit=
14073 for x in $ltrpathdirs; do
14074 if test "X$x" = "X$dir"; then
14075 haveit=yes
14076 break
14077 fi
14078 done
14079 if test -z "$haveit"; then
14080 ltrpathdirs="$ltrpathdirs $dir"
14081 fi
14082 fi
14083 ;;
14084 -l*)
14085 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14086 ;;
14087 *.la)
14088 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14089 ;;
14090 *)
14091 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14092 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14093 ;;
14094 esac
14095 done
14096 fi
14097 else
14098 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14099 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14100 fi
14101 fi
14102 fi
14103 done
14104 done
14105 if test "X$rpathdirs" != "X"; then
14106 if test -n "$hardcode_libdir_separator"; then
14107 alldirs=
14108 for found_dir in $rpathdirs; do
14109 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14110 done
14111 acl_save_libdir="$libdir"
14112 libdir="$alldirs"
14113 eval flag=\"$hardcode_libdir_flag_spec\"
14114 libdir="$acl_save_libdir"
14115 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14116 else
14117 for found_dir in $rpathdirs; do
14118 acl_save_libdir="$libdir"
14119 libdir="$found_dir"
14120 eval flag=\"$hardcode_libdir_flag_spec\"
14121 libdir="$acl_save_libdir"
14122 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14123 done
14124 fi
14125 fi
14126 if test "X$ltrpathdirs" != "X"; then
14127 for found_dir in $ltrpathdirs; do
14128 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14129 done
14130 fi
14131
14132
14133
14134
14135
14136
14137
81ecdfbb
RW
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14139$as_echo_n "checking for iconv... " >&6; }
14140if test "${am_cv_func_iconv+set}" = set; then :
14141 $as_echo_n "(cached) " >&6
5ba684e2
NC
14142else
14143
14144 am_cv_func_iconv="no, consider installing GNU libiconv"
14145 am_cv_lib_iconv=no
cfe101c6
YS
14146 am_save_CPPFLAGS="$CPPFLAGS"
14147 CPPFLAGS="$CPPFLAGS $INCICONV"
81ecdfbb 14148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14149/* end confdefs.h. */
14150#include <stdlib.h>
14151#include <iconv.h>
14152int
14153main ()
14154{
14155iconv_t cd = iconv_open("","");
14156 iconv(cd,NULL,NULL,NULL,NULL);
14157 iconv_close(cd);
14158 ;
14159 return 0;
14160}
14161_ACEOF
81ecdfbb 14162if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 14163 am_cv_func_iconv=yes
5ba684e2 14164fi
81ecdfbb
RW
14165rm -f core conftest.err conftest.$ac_objext \
14166 conftest$ac_exeext conftest.$ac_ext
cfe101c6
YS
14167 CPPFLAGS="$am_save_CPPFLAGS"
14168
14169 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14170 for _libs in .libs _libs; do
14171 am_save_CPPFLAGS="$CPPFLAGS"
14172 am_save_LIBS="$LIBS"
14173 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14174 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14176/* end confdefs.h. */
14177#include <stdlib.h>
14178#include <iconv.h>
14179int
14180main ()
14181{
14182iconv_t cd = iconv_open("","");
14183 iconv(cd,NULL,NULL,NULL,NULL);
14184 iconv_close(cd);
14185 ;
14186 return 0;
14187}
14188_ACEOF
14189if ac_fn_c_try_link "$LINENO"; then :
14190 INCICONV="-I../libiconv/include"
14191 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14192 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14193 am_cv_lib_iconv=yes
14194 am_cv_func_iconv=yes
14195fi
14196rm -f core conftest.err conftest.$ac_objext \
14197 conftest$ac_exeext conftest.$ac_ext
14198 CPPFLAGS="$am_save_CPPFLAGS"
14199 LIBS="$am_save_LIBS"
14200 if test "$am_cv_func_iconv" = "yes"; then
14201 break
14202 fi
14203 done
14204 fi
14205
5ba684e2 14206 if test "$am_cv_func_iconv" != yes; then
cfe101c6 14207 am_save_CPPFLAGS="$CPPFLAGS"
5ba684e2 14208 am_save_LIBS="$LIBS"
cfe101c6 14209 CPPFLAGS="$LIBS $INCICONV"
5ba684e2 14210 LIBS="$LIBS $LIBICONV"
81ecdfbb 14211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14212/* end confdefs.h. */
14213#include <stdlib.h>
14214#include <iconv.h>
14215int
14216main ()
14217{
14218iconv_t cd = iconv_open("","");
14219 iconv(cd,NULL,NULL,NULL,NULL);
14220 iconv_close(cd);
14221 ;
14222 return 0;
14223}
14224_ACEOF
81ecdfbb 14225if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
14226 am_cv_lib_iconv=yes
14227 am_cv_func_iconv=yes
5ba684e2 14228fi
81ecdfbb
RW
14229rm -f core conftest.err conftest.$ac_objext \
14230 conftest$ac_exeext conftest.$ac_ext
cfe101c6 14231 CPPFLAGS="$am_save_CPPFLAGS"
5ba684e2
NC
14232 LIBS="$am_save_LIBS"
14233 fi
14234
14235fi
81ecdfbb
RW
14236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14237$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
14238 if test "$am_cv_func_iconv" = yes; then
14239
81ecdfbb 14240$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
14241
14242 fi
14243 if test "$am_cv_lib_iconv" = yes; then
cfe101c6
YS
14244
14245 for element in $INCICONV; do
14246 haveit=
14247 for x in $CPPFLAGS; do
14248
14249 acl_save_prefix="$prefix"
14250 prefix="$acl_final_prefix"
14251 acl_save_exec_prefix="$exec_prefix"
14252 exec_prefix="$acl_final_exec_prefix"
14253 eval x=\"$x\"
14254 exec_prefix="$acl_save_exec_prefix"
14255 prefix="$acl_save_prefix"
14256
14257 if test "X$x" = "X$element"; then
14258 haveit=yes
14259 break
14260 fi
14261 done
14262 if test -z "$haveit"; then
14263 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14264 fi
14265 done
14266
81ecdfbb
RW
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14268$as_echo_n "checking how to link with libiconv... " >&6; }
14269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14270$as_echo "$LIBICONV" >&6; }
5ba684e2 14271 else
5ba684e2
NC
14272 LIBICONV=
14273 LTLIBICONV=
14274 fi
14275
14276
14277
14278 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
14279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14280$as_echo_n "checking for iconv declaration... " >&6; }
14281 if test "${am_cv_proto_iconv+set}" = set; then :
14282 $as_echo_n "(cached) " >&6
5ba684e2
NC
14283else
14284
81ecdfbb 14285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14286/* end confdefs.h. */
14287
14288#include <stdlib.h>
14289#include <iconv.h>
14290extern
14291#ifdef __cplusplus
14292"C"
14293#endif
14294#if defined(__STDC__) || defined(__cplusplus)
14295size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14296#else
14297size_t iconv();
14298#endif
14299
14300int
14301main ()
14302{
14303
14304 ;
14305 return 0;
14306}
14307_ACEOF
81ecdfbb 14308if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
14309 am_cv_proto_iconv_arg1=""
14310else
81ecdfbb 14311 am_cv_proto_iconv_arg1="const"
5ba684e2 14312fi
81ecdfbb 14313rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
14314 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);"
14315fi
14316
14317 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 14318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 14319 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
14320$as_echo "${ac_t:-
14321 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
14322
14323cat >>confdefs.h <<_ACEOF
14324#define ICONV_CONST $am_cv_proto_iconv_arg1
14325_ACEOF
14326
14327 fi
14328
14329
252b5132
RH
14330all_targets=false
14331BUILD_NLMCONV=
14332NLMCONV_DEFS=
14333BUILD_SRCONV=
14334BUILD_DLLTOOL=
14335DLLTOOL_DEFS=
7aad4c3d 14336DLLTOOL_DEFAULT=
252b5132 14337BUILD_WINDRES=
692ed3e7 14338BUILD_WINDMC=
252b5132
RH
14339BUILD_DLLWRAP=
14340BUILD_MISC=
1d97d67f 14341BUILD_INSTALL_MISC=
8b1e6df3 14342OBJDUMP_DEFS=
6abcee90
TG
14343OBJDUMP_PRIVATE_VECTORS=
14344OBJDUMP_PRIVATE_OFILES=
14345od_vectors=
252b5132
RH
14346
14347for targ in $target $canon_targets
14348do
14349 if test "x$targ" = "xall"; then
14350 all_targets=true
14351 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14352 BUILD_SRCONV='$(SRCONV_PROG)'
14353 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
1d97d67f 14354 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
14355 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14356 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14357 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14358 if test -z "$DLLTOOL_DEFAULT"; then
14359 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14360 fi
14361 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14362 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
1ab52cbe 14363 od_vectors="$od_vectors objdump_private_desc_xcoff"
252b5132
RH
14364 else
14365 case $targ in
42ecbf5e 14366 i[3-7]86*-*-netware*)
252b5132
RH
14367 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14368 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14369 ;;
14370 alpha*-*-netware*)
14371 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14372 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14373 ;;
14374 powerpc*-*-netware*)
14375 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14376 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14377 ;;
14378 sparc*-*-netware*)
14379 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14380 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14381 ;;
14382 esac
6abcee90 14383
252b5132
RH
14384 case $targ in
14385 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14386 esac
6abcee90 14387
252b5132 14388 case $targ in
a8c548cb
NC
14389 arm-epoc-pe*)
14390 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14391 if test -z "$DLLTOOL_DEFAULT"; then
14392 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14393 fi
a8c548cb
NC
14394 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14395 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14396 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
a8c548cb 14397 ;;
361dff73 14398 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 14399 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14400 if test -z "$DLLTOOL_DEFAULT"; then
14401 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14402 fi
7148cc28
NC
14403 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14404 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14405 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
14406 ;;
14407 arm-*-pe*)
252b5132 14408 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14409 if test -z "$DLLTOOL_DEFAULT"; then
14410 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14411 fi
252b5132
RH
14412 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14413 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14414 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14415 ;;
ee36d918 14416 x86_64-*-mingw* | x86_64-*-cygwin*)
99ad8390 14417 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14418 if test -z "$DLLTOOL_DEFAULT"; then
14419 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14420 fi
99ad8390
NC
14421 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14422 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14423 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
14424 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14425 ;;
80c7c40a 14426 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 14427 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14428 if test -z "$DLLTOOL_DEFAULT"; then
14429 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14430 fi
252b5132
RH
14431 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14432 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14433 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 14434 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 14435 ;;
80c7c40a 14436 i[3-7]86-*-interix)
7a7b06ef 14437 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
14438 if test -z "$DLLTOOL_DEFAULT"; then
14439 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14440 fi
7a7b06ef
ILT
14441 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14442 ;;
f0660b73
NC
14443 powerpc*-aix5.[01])
14444 ;;
e5231592 14445 powerpc*-aix[5-9].*)
f0660b73
NC
14446 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14447 ;;
e1d5b1e7 14448 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132 14449 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14450 if test -z "$DLLTOOL_DEFAULT"; then
14451 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14452 fi
252b5132
RH
14453 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14454 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14455 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14456 ;;
59678365 14457 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1ab52cbe
AM
14458 case "$BUILD_INSTALL_MISC" in
14459 *embedspu*) ;;
14460 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14461 esac
669a9a2a 14462 ;;
e1d5b1e7 14463 sh*-*-pe)
8a0e0f38 14464 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14465 if test -z "$DLLTOOL_DEFAULT"; then
14466 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14467 fi
8a0e0f38
NC
14468 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14469 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14470 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14471 ;;
cd14b966 14472 spu-*-*)
1d97d67f 14473 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 14474 ;;
e1d5b1e7 14475 mips*-*-pe)
8a0e0f38 14476 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14477 if test -z "$DLLTOOL_DEFAULT"; then
14478 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14479 fi
8a0e0f38
NC
14480 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14481 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14482 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14483 ;;
27a710e5 14484 mcore-*-pe)
661016bb 14485 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14486 if test -z "$DLLTOOL_DEFAULT"; then
14487 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14488 fi
661016bb
NC
14489 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14490 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14491 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14492 ;;
27a710e5 14493 mcore-*-elf)
661016bb 14494 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14495 if test -z "$DLLTOOL_DEFAULT"; then
14496 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14497 fi
661016bb 14498 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 14499 ;;
15ab5209
DB
14500 mep-*)
14501 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14502 ;;
252b5132 14503 esac
6abcee90
TG
14504
14505 # Add objdump private vectors.
14506 case $targ in
6d0cfb9c
DC
14507 avr-*-*)
14508 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14509 ;;
6abcee90 14510 powerpc-*-aix*)
c5012cd8
TG
14511 od_vectors="$od_vectors objdump_private_desc_xcoff"
14512 ;;
14513 *-*-darwin*)
14514 od_vectors="$od_vectors objdump_private_desc_mach_o"
6abcee90
TG
14515 ;;
14516 esac
252b5132
RH
14517 fi
14518done
14519
6abcee90
TG
14520# Uniq objdump private vector, build objdump target ofiles.
14521od_files=
14522f=""
14523for i in $od_vectors ; do
14524 case " $f " in
14525 *" $i "*) ;;
14526 *)
14527 f="$f $i"
14528 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14529 case $i in
6d0cfb9c
DC
14530 objdump_private_desc_elf32_avr)
14531 od_files="$od_files od-elf32_avr" ;;
6abcee90
TG
14532 objdump_private_desc_xcoff)
14533 od_files="$od_files od-xcoff" ;;
c5012cd8
TG
14534 objdump_private_desc_mach_o)
14535 od_files="$od_files od-macho" ;;
6abcee90
TG
14536 *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14537 esac
14538 ;;
14539 esac
14540done
14541
14542# Uniq objdump target ofiles
14543f=""
14544for i in $od_files ; do
14545 case " $f " in
14546 *" $i "*) ;;
14547 *)
14548 f="$f $i"
14549 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14550 ;;
14551 esac
14552done
14553
7aad4c3d
L
14554DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14555
42ecbf5e
DJ
14556if test "${with_windres+set}" = set; then
14557 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14558fi
14559
692ed3e7
NC
14560if test "${with_windmc+set}" = set; then
14561 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14562fi
14563
6abcee90
TG
14564OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14565
14566
692ed3e7 14567
42ecbf5e
DJ
14568
14569
14570
14571
14572
14573
14574
14575
14576
14577
14578
1d97d67f 14579
42ecbf5e
DJ
14580cat >>confdefs.h <<_ACEOF
14581#define TARGET "${target}"
14582_ACEOF
14583
14584
14585targ=$target
14586. $srcdir/../bfd/config.bfd
14587if test "x$targ_underscore" = "xyes"; then
14588 UNDERSCORE=1
14589else
14590 UNDERSCORE=0
14591fi
14592
14593cat >>confdefs.h <<_ACEOF
14594#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14595_ACEOF
14596
14597
14598# Emulation
52fbfb5d
AM
14599targ=$target
14600. ${srcdir}/configure.tgt
14601EMULATION=$targ_emul
14602EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
14603
14604
14605
14606
108a6f8e
CD
14607# Required for html and install-html
14608
14609
14610
14611
31dd3154 14612
81ecdfbb 14613ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 14614
42ecbf5e
DJ
14615cat >confcache <<\_ACEOF
14616# This file is a shell script that caches the results of configure
14617# tests run on this system so they can be shared between configure
14618# scripts and configure runs, see configure's option --config-cache.
14619# It is not useful on other systems. If it contains results you don't
14620# want to keep, you may remove or edit it.
14621#
14622# config.status only pays attention to the cache file if you give it
14623# the --recheck option to rerun configure.
14624#
14625# `ac_cv_env_foo' variables (set or unset) will be overridden when
14626# loading this file, other *unset* `ac_cv_foo' will be assigned the
14627# following values.
14628
14629_ACEOF
14630
14631# The following way of writing the cache mishandles newlines in values,
14632# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14633# So, we kill variables containing newlines.
42ecbf5e
DJ
14634# Ultrix sh set writes to stderr and can't be redirected directly,
14635# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14636(
14637 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14638 eval ac_val=\$$ac_var
14639 case $ac_val in #(
14640 *${as_nl}*)
14641 case $ac_var in #(
14642 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14643$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14644 esac
14645 case $ac_var in #(
14646 _ | IFS | as_nl) ;; #(
14647 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14648 *) { eval $ac_var=; unset $ac_var;} ;;
14649 esac ;;
14650 esac
14651 done
14652
42ecbf5e 14653 (set) 2>&1 |
81ecdfbb
RW
14654 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14655 *${as_nl}ac_space=\ *)
14656 # `set' does not quote correctly, so add quotes: double-quote
14657 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
14658 sed -n \
14659 "s/'/'\\\\''/g;
14660 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14661 ;; #(
42ecbf5e
DJ
14662 *)
14663 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14664 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 14665 ;;
81ecdfbb
RW
14666 esac |
14667 sort
14668) |
42ecbf5e 14669 sed '
81ecdfbb 14670 /^ac_cv_env_/b end
42ecbf5e 14671 t clear
81ecdfbb 14672 :clear
42ecbf5e
DJ
14673 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14674 t end
81ecdfbb
RW
14675 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14676 :end' >>confcache
14677if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14678 if test -w "$cache_file"; then
14679 test "x$cache_file" != "x/dev/null" &&
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14681$as_echo "$as_me: updating cache $cache_file" >&6;}
42ecbf5e
DJ
14682 cat confcache >$cache_file
14683 else
81ecdfbb
RW
14684 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14685$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
14686 fi
14687fi
14688rm -f confcache
14689
14690test "x$prefix" = xNONE && prefix=$ac_default_prefix
14691# Let make expand exec_prefix.
14692test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14693
42ecbf5e
DJ
14694DEFS=-DHAVE_CONFIG_H
14695
14696ac_libobjs=
14697ac_ltlibobjs=
14698for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14699 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14700 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14701 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14702 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14703 # will be set to the directory where LIBOBJS objects are built.
14704 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14705 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
14706done
14707LIBOBJS=$ac_libobjs
14708
14709LTLIBOBJS=$ac_ltlibobjs
14710
14711
14712if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14713 as_fn_error "conditional \"AMDEP\" was never defined.
14714Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
14715fi
14716if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14717 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14718Usually this means the macro was only invoked conditionally." "$LINENO" 5
14719fi
14720 if test -n "$EXEEXT"; then
14721 am__EXEEXT_TRUE=
14722 am__EXEEXT_FALSE='#'
14723else
14724 am__EXEEXT_TRUE='#'
14725 am__EXEEXT_FALSE=
42ecbf5e 14726fi
81ecdfbb 14727
42ecbf5e 14728if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14729 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14730Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 14731fi
d5fbea21 14732if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14733 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14734Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14735fi
42ecbf5e
DJ
14736
14737: ${CONFIG_STATUS=./config.status}
81ecdfbb 14738ac_write_fail=0
42ecbf5e
DJ
14739ac_clean_files_save=$ac_clean_files
14740ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14741{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14742$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14743as_write_fail=0
14744cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
14745#! $SHELL
14746# Generated by $as_me.
14747# Run this file to recreate the current configuration.
14748# Compiler output produced by configure, useful for debugging
14749# configure, is in config.log if it exists.
14750
14751debug=false
14752ac_cs_recheck=false
14753ac_cs_silent=false
252b5132 14754
81ecdfbb
RW
14755SHELL=\${CONFIG_SHELL-$SHELL}
14756export SHELL
14757_ASEOF
14758cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14759## -------------------- ##
14760## M4sh Initialization. ##
14761## -------------------- ##
252b5132 14762
81ecdfbb
RW
14763# Be more Bourne compatible
14764DUALCASE=1; export DUALCASE # for MKS sh
14765if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
14766 emulate sh
14767 NULLCMD=:
81ecdfbb 14768 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
14769 # is contrary to our usage. Disable this feature.
14770 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14771 setopt NO_GLOB_SUBST
14772else
14773 case `(set -o) 2>/dev/null` in #(
14774 *posix*) :
14775 set -o posix ;; #(
14776 *) :
14777 ;;
14778esac
42ecbf5e 14779fi
252b5132 14780
81ecdfbb
RW
14781
14782as_nl='
14783'
14784export as_nl
14785# Printing a long string crashes Solaris 7 /usr/bin/printf.
14786as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14787as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14788as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14789# Prefer a ksh shell builtin over an external printf program on Solaris,
14790# but without wasting forks for bash or zsh.
14791if test -z "$BASH_VERSION$ZSH_VERSION" \
14792 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14793 as_echo='print -r --'
14794 as_echo_n='print -rn --'
14795elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14796 as_echo='printf %s\n'
14797 as_echo_n='printf %s'
14798else
14799 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14800 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14801 as_echo_n='/usr/ucb/echo -n'
14802 else
14803 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14804 as_echo_n_body='eval
14805 arg=$1;
14806 case $arg in #(
14807 *"$as_nl"*)
14808 expr "X$arg" : "X\\(.*\\)$as_nl";
14809 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14810 esac;
14811 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14812 '
14813 export as_echo_n_body
14814 as_echo_n='sh -c $as_echo_n_body as_echo'
14815 fi
14816 export as_echo_body
14817 as_echo='sh -c $as_echo_body as_echo'
14818fi
14819
14820# The user is always right.
14821if test "${PATH_SEPARATOR+set}" != set; then
14822 PATH_SEPARATOR=:
14823 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14824 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14825 PATH_SEPARATOR=';'
14826 }
42ecbf5e 14827fi
252b5132
RH
14828
14829
81ecdfbb
RW
14830# IFS
14831# We need space, tab and new line, in precisely that order. Quoting is
14832# there to prevent editors from complaining about space-tab.
14833# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14834# splitting by setting IFS to empty value.)
14835IFS=" "" $as_nl"
14836
14837# Find who we are. Look in the path if we contain no directory separator.
14838case $0 in #((
14839 *[\\/]* ) as_myself=$0 ;;
14840 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14841for as_dir in $PATH
14842do
14843 IFS=$as_save_IFS
14844 test -z "$as_dir" && as_dir=.
14845 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14846 done
14847IFS=$as_save_IFS
14848
14849 ;;
14850esac
14851# We did not find ourselves, most probably we were run as `sh COMMAND'
14852# in which case we are not to be found in the path.
14853if test "x$as_myself" = x; then
14854 as_myself=$0
14855fi
14856if test ! -f "$as_myself"; then
14857 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14858 exit 1
14859fi
14860
14861# Unset variables that we do not need and which cause bugs (e.g. in
14862# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14863# suppresses any "Segmentation fault" message there. '((' could
14864# trigger a bug in pdksh 5.2.14.
14865for as_var in BASH_ENV ENV MAIL MAILPATH
14866do eval test x\${$as_var+set} = xset \
14867 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14868done
42ecbf5e
DJ
14869PS1='$ '
14870PS2='> '
14871PS4='+ '
252b5132 14872
42ecbf5e 14873# NLS nuisances.
81ecdfbb
RW
14874LC_ALL=C
14875export LC_ALL
14876LANGUAGE=C
14877export LANGUAGE
14878
14879# CDPATH.
14880(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14881
14882
14883# as_fn_error ERROR [LINENO LOG_FD]
14884# ---------------------------------
14885# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14886# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14887# script with status $?, using 1 if that was 0.
14888as_fn_error ()
14889{
14890 as_status=$?; test $as_status -eq 0 && as_status=1
14891 if test "$3"; then
14892 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14893 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42ecbf5e 14894 fi
81ecdfbb
RW
14895 $as_echo "$as_me: error: $1" >&2
14896 as_fn_exit $as_status
14897} # as_fn_error
14898
14899
14900# as_fn_set_status STATUS
14901# -----------------------
14902# Set $? to STATUS, without forking.
14903as_fn_set_status ()
14904{
14905 return $1
14906} # as_fn_set_status
14907
14908# as_fn_exit STATUS
14909# -----------------
14910# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14911as_fn_exit ()
14912{
14913 set +e
14914 as_fn_set_status $1
14915 exit $1
14916} # as_fn_exit
14917
14918# as_fn_unset VAR
14919# ---------------
14920# Portably unset VAR.
14921as_fn_unset ()
14922{
14923 { eval $1=; unset $1;}
14924}
14925as_unset=as_fn_unset
14926# as_fn_append VAR VALUE
14927# ----------------------
14928# Append the text in VALUE to the end of the definition contained in VAR. Take
14929# advantage of any shell optimizations that allow amortized linear growth over
14930# repeated appends, instead of the typical quadratic growth present in naive
14931# implementations.
14932if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14933 eval 'as_fn_append ()
14934 {
14935 eval $1+=\$2
14936 }'
14937else
14938 as_fn_append ()
14939 {
14940 eval $1=\$$1\$2
14941 }
14942fi # as_fn_append
14943
14944# as_fn_arith ARG...
14945# ------------------
14946# Perform arithmetic evaluation on the ARGs, and store the result in the
14947# global $as_val. Take advantage of shells that can avoid forks. The arguments
14948# must be portable across $(()) and expr.
14949if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14950 eval 'as_fn_arith ()
14951 {
14952 as_val=$(( $* ))
14953 }'
14954else
14955 as_fn_arith ()
14956 {
14957 as_val=`expr "$@" || test $? -eq 1`
14958 }
14959fi # as_fn_arith
14960
252b5132 14961
81ecdfbb
RW
14962if expr a : '\(a\)' >/dev/null 2>&1 &&
14963 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
14964 as_expr=expr
14965else
14966 as_expr=false
14967fi
252b5132 14968
81ecdfbb 14969if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
14970 as_basename=basename
14971else
14972 as_basename=false
14973fi
252b5132 14974
81ecdfbb
RW
14975if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14976 as_dirname=dirname
14977else
14978 as_dirname=false
14979fi
8b1e6df3 14980
81ecdfbb 14981as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
14982$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14983 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14984 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14985$as_echo X/"$0" |
14986 sed '/^.*\/\([^/][^/]*\)\/*$/{
14987 s//\1/
14988 q
14989 }
14990 /^X\/\(\/\/\)$/{
14991 s//\1/
14992 q
14993 }
14994 /^X\/\(\/\).*/{
14995 s//\1/
14996 q
14997 }
14998 s/.*/./; q'`
0218d1e4 14999
42ecbf5e
DJ
15000# Avoid depending upon Character Ranges.
15001as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15002as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15003as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15004as_cr_digits='0123456789'
15005as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 15006
81ecdfbb
RW
15007ECHO_C= ECHO_N= ECHO_T=
15008case `echo -n x` in #(((((
15009-n*)
15010 case `echo 'xy\c'` in
15011 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15012 xy) ECHO_C='\c';;
15013 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15014 ECHO_T=' ';;
15015 esac;;
15016*)
15017 ECHO_N='-n';;
42ecbf5e 15018esac
eb1e0e80 15019
81ecdfbb
RW
15020rm -f conf$$ conf$$.exe conf$$.file
15021if test -d conf$$.dir; then
15022 rm -f conf$$.dir/conf$$.file
d15b04bd 15023else
81ecdfbb
RW
15024 rm -f conf$$.dir
15025 mkdir conf$$.dir 2>/dev/null
42ecbf5e 15026fi
81ecdfbb
RW
15027if (echo >conf$$.file) 2>/dev/null; then
15028 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 15029 as_ln_s='ln -s'
81ecdfbb
RW
15030 # ... but there are two gotchas:
15031 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15032 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15033 # In both cases, we have to default to `cp -p'.
15034 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15035 as_ln_s='cp -p'
15036 elif ln conf$$.file conf$$ 2>/dev/null; then
15037 as_ln_s=ln
15038 else
15039 as_ln_s='cp -p'
252b5132 15040 fi
42ecbf5e
DJ
15041else
15042 as_ln_s='cp -p'
252b5132 15043fi
81ecdfbb
RW
15044rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15045rmdir conf$$.dir 2>/dev/null
15046
15047
15048# as_fn_mkdir_p
15049# -------------
15050# Create "$as_dir" as a directory, including parents if necessary.
15051as_fn_mkdir_p ()
15052{
15053
15054 case $as_dir in #(
15055 -*) as_dir=./$as_dir;;
15056 esac
15057 test -d "$as_dir" || eval $as_mkdir_p || {
15058 as_dirs=
15059 while :; do
15060 case $as_dir in #(
15061 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15062 *) as_qdir=$as_dir;;
15063 esac
15064 as_dirs="'$as_qdir' $as_dirs"
15065 as_dir=`$as_dirname -- "$as_dir" ||
15066$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15067 X"$as_dir" : 'X\(//\)[^/]' \| \
15068 X"$as_dir" : 'X\(//\)$' \| \
15069 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15070$as_echo X"$as_dir" |
15071 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15072 s//\1/
15073 q
15074 }
15075 /^X\(\/\/\)[^/].*/{
15076 s//\1/
15077 q
15078 }
15079 /^X\(\/\/\)$/{
15080 s//\1/
15081 q
15082 }
15083 /^X\(\/\).*/{
15084 s//\1/
15085 q
15086 }
15087 s/.*/./; q'`
15088 test -d "$as_dir" && break
15089 done
15090 test -z "$as_dirs" || eval "mkdir $as_dirs"
15091 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15092
252b5132 15093
81ecdfbb 15094} # as_fn_mkdir_p
42ecbf5e 15095if mkdir -p . 2>/dev/null; then
81ecdfbb 15096 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
15097else
15098 test -d ./-p && rmdir ./-p
15099 as_mkdir_p=false
15100fi
81ecdfbb
RW
15101
15102if test -x / >/dev/null 2>&1; then
15103 as_test_x='test -x'
15104else
15105 if ls -dL / >/dev/null 2>&1; then
15106 as_ls_L_option=L
15107 else
15108 as_ls_L_option=
15109 fi
15110 as_test_x='
15111 eval sh -c '\''
15112 if test -d "$1"; then
15113 test -d "$1/.";
15114 else
15115 case $1 in #(
15116 -*)set "./$1";;
15117 esac;
15118 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15119 ???[sx]*):;;*)false;;esac;fi
15120 '\'' sh
15121 '
15122fi
15123as_executable_p=$as_test_x
252b5132 15124
42ecbf5e
DJ
15125# Sed expression to map a string onto a valid CPP name.
15126as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15127
15128# Sed expression to map a string onto a valid variable name.
15129as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15130
15131
42ecbf5e 15132exec 6>&1
81ecdfbb
RW
15133## ----------------------------------- ##
15134## Main body of $CONFIG_STATUS script. ##
15135## ----------------------------------- ##
15136_ASEOF
15137test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 15138
81ecdfbb
RW
15139cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15140# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 15141# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15142# values after options handling.
15143ac_log="
d8bd95ef 15144This file was extended by binutils $as_me 2.26.51, which was
81ecdfbb 15145generated by GNU Autoconf 2.64. Invocation command line was
42ecbf5e
DJ
15146
15147 CONFIG_FILES = $CONFIG_FILES
15148 CONFIG_HEADERS = $CONFIG_HEADERS
15149 CONFIG_LINKS = $CONFIG_LINKS
15150 CONFIG_COMMANDS = $CONFIG_COMMANDS
15151 $ $0 $@
15152
81ecdfbb
RW
15153on `(hostname || uname -n) 2>/dev/null | sed 1q`
15154"
15155
42ecbf5e
DJ
15156_ACEOF
15157
81ecdfbb
RW
15158case $ac_config_files in *"
15159"*) set x $ac_config_files; shift; ac_config_files=$*;;
15160esac
252b5132 15161
81ecdfbb
RW
15162case $ac_config_headers in *"
15163"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15164esac
e5a52504
MM
15165
15166
81ecdfbb
RW
15167cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15168# Files that config.status was made for.
15169config_files="$ac_config_files"
15170config_headers="$ac_config_headers"
15171config_commands="$ac_config_commands"
d15b04bd 15172
81ecdfbb 15173_ACEOF
42ecbf5e 15174
81ecdfbb 15175cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15176ac_cs_usage="\
81ecdfbb
RW
15177\`$as_me' instantiates files and other configuration actions
15178from templates according to the current configuration. Unless the files
15179and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 15180
81ecdfbb 15181Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
15182
15183 -h, --help print this help, then exit
81ecdfbb
RW
15184 -V, --version print version number and configuration settings, then exit
15185 -q, --quiet, --silent
15186 do not print progress messages
42ecbf5e
DJ
15187 -d, --debug don't remove temporary files
15188 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15189 --file=FILE[:TEMPLATE]
15190 instantiate the configuration file FILE
15191 --header=FILE[:TEMPLATE]
15192 instantiate the configuration header FILE
42ecbf5e
DJ
15193
15194Configuration files:
15195$config_files
15196
15197Configuration headers:
15198$config_headers
15199
15200Configuration commands:
15201$config_commands
15202
81ecdfbb 15203Report bugs to the package provider."
42ecbf5e 15204
81ecdfbb
RW
15205_ACEOF
15206cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15207ac_cs_version="\\
d8bd95ef 15208binutils config.status 2.26.51
81ecdfbb
RW
15209configured by $0, generated by GNU Autoconf 2.64,
15210 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42ecbf5e 15211
81ecdfbb 15212Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
15213This config.status script is free software; the Free Software Foundation
15214gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15215
15216ac_pwd='$ac_pwd'
15217srcdir='$srcdir'
15218INSTALL='$INSTALL'
15219MKDIR_P='$MKDIR_P'
15220AWK='$AWK'
15221test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
15222_ACEOF
15223
81ecdfbb
RW
15224cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15225# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
15226ac_need_defaults=:
15227while test $# != 0
15228do
15229 case $1 in
15230 --*=*)
81ecdfbb
RW
15231 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15232 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
15233 ac_shift=:
15234 ;;
81ecdfbb 15235 *)
42ecbf5e
DJ
15236 ac_option=$1
15237 ac_optarg=$2
15238 ac_shift=shift
15239 ;;
42ecbf5e
DJ
15240 esac
15241
15242 case $ac_option in
15243 # Handling of the options.
42ecbf5e
DJ
15244 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15245 ac_cs_recheck=: ;;
81ecdfbb
RW
15246 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15247 $as_echo "$ac_cs_version"; exit ;;
15248 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
15249 debug=: ;;
15250 --file | --fil | --fi | --f )
15251 $ac_shift
81ecdfbb
RW
15252 case $ac_optarg in
15253 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15254 esac
15255 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
15256 ac_need_defaults=false;;
15257 --header | --heade | --head | --hea )
15258 $ac_shift
81ecdfbb
RW
15259 case $ac_optarg in
15260 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15261 esac
15262 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 15263 ac_need_defaults=false;;
81ecdfbb
RW
15264 --he | --h)
15265 # Conflict between --help and --header
15266 as_fn_error "ambiguous option: \`$1'
15267Try \`$0 --help' for more information.";;
15268 --help | --hel | -h )
15269 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
15270 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15271 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15272 ac_cs_silent=: ;;
15273
15274 # This is an error.
81ecdfbb
RW
15275 -*) as_fn_error "unrecognized option: \`$1'
15276Try \`$0 --help' for more information." ;;
42ecbf5e 15277
81ecdfbb
RW
15278 *) as_fn_append ac_config_targets " $1"
15279 ac_need_defaults=false ;;
42ecbf5e
DJ
15280
15281 esac
15282 shift
15283done
15284
15285ac_configure_extra_args=
15286
15287if $ac_cs_silent; then
15288 exec 6>/dev/null
15289 ac_configure_extra_args="$ac_configure_extra_args --silent"
15290fi
15291
15292_ACEOF
81ecdfbb 15293cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15294if \$ac_cs_recheck; then
81ecdfbb
RW
15295 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15296 shift
15297 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15298 CONFIG_SHELL='$SHELL'
15299 export CONFIG_SHELL
15300 exec "\$@"
42ecbf5e
DJ
15301fi
15302
15303_ACEOF
81ecdfbb
RW
15304cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15305exec 5>>config.log
15306{
15307 echo
15308 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15309## Running $as_me. ##
15310_ASBOX
15311 $as_echo "$ac_log"
15312} >&5
42ecbf5e 15313
81ecdfbb
RW
15314_ACEOF
15315cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 15316#
81ecdfbb 15317# INIT-COMMANDS
d15b04bd 15318#
42ecbf5e 15319AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15320
15321
15322# The HP-UX ksh and POSIX shell print the target directory to stdout
15323# if CDPATH is set.
15324(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15325
15326sed_quote_subst='$sed_quote_subst'
15327double_quote_subst='$double_quote_subst'
15328delay_variable_subst='$delay_variable_subst'
3725885a
RW
15329macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15330macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15331enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15332enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15333pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15334enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15335SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15336ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15337host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15338host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15339host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15340build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15341build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15342build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15343SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15344Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15345GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15346EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15347FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15348LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15349NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15350LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15351max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15352ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15353exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15354lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15355lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15356lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15357reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15358reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15359OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15360deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15361file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15362AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15363AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15364STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15365RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15366old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15367old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15368old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15369lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15370CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15371CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15372compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15373GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15374lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15375lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15376lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15377lt_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"`'
15378objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15379MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15380lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15381lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15382lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15383lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15384lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15385need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15386DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15387NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15388LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15389OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15390OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15391libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15392shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15393extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15394archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15395enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15396export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15397whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15398compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15399old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15400old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15401archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15402archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15403module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15404module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15405with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15406allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15407no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15408hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15409hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15410hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15411hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15412hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15413hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15414hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15415hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15416inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15417link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15418fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15419always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15420export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15421exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15422include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15423prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15424file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15425variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15426need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15427need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15428version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15429runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15430shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15431shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15432libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15433library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15434soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15435install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15436postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15437postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15438finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15439finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15440hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15441sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15442sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15443hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15444enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15445enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15446enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15447old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15448striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15449
15450LTCC='$LTCC'
15451LTCFLAGS='$LTCFLAGS'
15452compiler='$compiler_DEFAULT'
15453
3725885a
RW
15454# A function that is used when there is no print builtin or printf.
15455func_fallback_echo ()
15456{
15457 eval 'cat <<_LTECHO_EOF
15458\$1
15459_LTECHO_EOF'
15460}
15461
d7040cdb 15462# Quote evaled strings.
3725885a
RW
15463for var in SHELL \
15464ECHO \
15465SED \
d7040cdb
SE
15466GREP \
15467EGREP \
15468FGREP \
15469LD \
15470NM \
15471LN_S \
15472lt_SP2NL \
15473lt_NL2SP \
15474reload_flag \
718a6fd8 15475OBJDUMP \
d7040cdb
SE
15476deplibs_check_method \
15477file_magic_cmd \
15478AR \
15479AR_FLAGS \
15480STRIP \
15481RANLIB \
15482CC \
15483CFLAGS \
15484compiler \
15485lt_cv_sys_global_symbol_pipe \
15486lt_cv_sys_global_symbol_to_cdecl \
15487lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15488lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15489lt_prog_compiler_no_builtin_flag \
df7b86aa 15490lt_prog_compiler_wl \
f2c621e4 15491lt_prog_compiler_pic \
d7040cdb
SE
15492lt_prog_compiler_static \
15493lt_cv_prog_compiler_c_o \
15494need_locks \
718a6fd8
SE
15495DSYMUTIL \
15496NMEDIT \
15497LIPO \
15498OTOOL \
15499OTOOL64 \
d7040cdb
SE
15500shrext_cmds \
15501export_dynamic_flag_spec \
15502whole_archive_flag_spec \
15503compiler_needs_object \
15504with_gnu_ld \
15505allow_undefined_flag \
15506no_undefined_flag \
15507hardcode_libdir_flag_spec \
15508hardcode_libdir_flag_spec_ld \
15509hardcode_libdir_separator \
f2c621e4 15510fix_srcfile_path \
d7040cdb
SE
15511exclude_expsyms \
15512include_expsyms \
15513file_list_spec \
15514variables_saved_for_relink \
15515libname_spec \
15516library_names_spec \
15517soname_spec \
3725885a 15518install_override_mode \
d7040cdb
SE
15519finish_eval \
15520old_striplib \
15521striplib; do
3725885a 15522 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15523 *[\\\\\\\`\\"\\\$]*)
3725885a 15524 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15525 ;;
15526 *)
15527 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15528 ;;
15529 esac
15530done
15531
15532# Double-quote double-evaled strings.
15533for var in reload_cmds \
15534old_postinstall_cmds \
15535old_postuninstall_cmds \
15536old_archive_cmds \
15537extract_expsyms_cmds \
15538old_archive_from_new_cmds \
15539old_archive_from_expsyms_cmds \
15540archive_cmds \
15541archive_expsym_cmds \
15542module_cmds \
15543module_expsym_cmds \
15544export_symbols_cmds \
15545prelink_cmds \
15546postinstall_cmds \
15547postuninstall_cmds \
15548finish_cmds \
15549sys_lib_search_path_spec \
15550sys_lib_dlsearch_path_spec; do
3725885a 15551 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15552 *[\\\\\\\`\\"\\\$]*)
3725885a 15553 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15554 ;;
15555 *)
15556 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15557 ;;
15558 esac
15559done
15560
d7040cdb
SE
15561ac_aux_dir='$ac_aux_dir'
15562xsi_shell='$xsi_shell'
15563lt_shell_append='$lt_shell_append'
15564
15565# See if we are running on zsh, and set the options which allow our
15566# commands through without removal of \ escapes INIT.
15567if test -n "\${ZSH_VERSION+set}" ; then
15568 setopt NO_GLOB_SUBST
15569fi
15570
15571
15572 PACKAGE='$PACKAGE'
15573 VERSION='$VERSION'
15574 TIMESTAMP='$TIMESTAMP'
15575 RM='$RM'
15576 ofile='$ofile'
15577
15578
15579
20e95c23
DJ
15580# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15581 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15582 # from automake.
15583 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15584 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15585 LINGUAS="${LINGUAS-%UNSET%}"
15586
42ecbf5e
DJ
15587
15588_ACEOF
15589
81ecdfbb 15590cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15591
81ecdfbb 15592# Handling of arguments.
42ecbf5e 15593for ac_config_target in $ac_config_targets
252b5132 15594do
81ecdfbb
RW
15595 case $ac_config_target in
15596 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15597 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15598 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15599 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15600 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15601 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15602 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15603
15604 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 15605 esac
252b5132
RH
15606done
15607
81ecdfbb 15608
42ecbf5e
DJ
15609# If the user did not use the arguments to specify the items to instantiate,
15610# then the envvar interface is used. Set only those that are not.
15611# We use the long form for the default assignment because of an extremely
15612# bizarre bug on SunOS 4.1.3.
15613if $ac_need_defaults; then
15614 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15615 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15616 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15617fi
15618
15619# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15620# simply because there is no reason against having it here, and in addition,
42ecbf5e 15621# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15622# Hook for its removal unless debugging.
15623# Note that there is a small window in which the directory will not be cleaned:
15624# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
15625$debug ||
15626{
81ecdfbb
RW
15627 tmp=
15628 trap 'exit_status=$?
15629 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15630' 0
15631 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 15632}
42ecbf5e 15633# Create a (secure) tmp directory for tmp files.
e5a52504 15634
42ecbf5e 15635{
81ecdfbb 15636 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42ecbf5e
DJ
15637 test -n "$tmp" && test -d "$tmp"
15638} ||
15639{
81ecdfbb
RW
15640 tmp=./conf$$-$RANDOM
15641 (umask 077 && mkdir "$tmp")
15642} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15643
15644# Set up the scripts for CONFIG_FILES section.
15645# No need to generate them if there are no CONFIG_FILES.
15646# This happens for instance with `./config.status config.h'.
15647if test -n "$CONFIG_FILES"; then
15648
15649
15650ac_cr=`echo X | tr X '\015'`
15651# On cygwin, bash can eat \r inside `` if the user requested igncr.
15652# But we know of no other shell where ac_cr would be empty at this
15653# point, so we can use a bashism as a fallback.
15654if test "x$ac_cr" = x; then
15655 eval ac_cr=\$\'\\r\'
15656fi
15657ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15658if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15659 ac_cs_awk_cr='\r'
15660else
15661 ac_cs_awk_cr=$ac_cr
15662fi
15663
15664echo 'BEGIN {' >"$tmp/subs1.awk" &&
15665_ACEOF
15666
15667
15668{
15669 echo "cat >conf$$subs.awk <<_ACEOF" &&
15670 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15671 echo "_ACEOF"
15672} >conf$$subs.sh ||
15673 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15674ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15675ac_delim='%!_!# '
15676for ac_last_try in false false false false false :; do
15677 . ./conf$$subs.sh ||
15678 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15679
15680 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15681 if test $ac_delim_n = $ac_delim_num; then
15682 break
15683 elif $ac_last_try; then
15684 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15685 else
15686 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15687 fi
15688done
15689rm -f conf$$subs.sh
15690
15691cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15692cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15693_ACEOF
15694sed -n '
15695h
15696s/^/S["/; s/!.*/"]=/
15697p
15698g
15699s/^[^!]*!//
15700:repl
15701t repl
15702s/'"$ac_delim"'$//
15703t delim
15704:nl
15705h
15706s/\(.\{148\}\).*/\1/
15707t more1
15708s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15709p
15710n
15711b repl
15712:more1
15713s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15714p
15715g
15716s/.\{148\}//
15717t nl
15718:delim
15719h
15720s/\(.\{148\}\).*/\1/
15721t more2
15722s/["\\]/\\&/g; s/^/"/; s/$/"/
15723p
15724b
15725:more2
15726s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15727p
15728g
15729s/.\{148\}//
15730t delim
15731' <conf$$subs.awk | sed '
15732/^[^""]/{
15733 N
15734 s/\n//
15735}
15736' >>$CONFIG_STATUS || ac_write_fail=1
15737rm -f conf$$subs.awk
15738cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15739_ACAWK
15740cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15741 for (key in S) S_is_set[key] = 1
15742 FS = "\a"
15743
15744}
42ecbf5e 15745{
81ecdfbb
RW
15746 line = $ 0
15747 nfields = split(line, field, "@")
15748 substed = 0
15749 len = length(field[1])
15750 for (i = 2; i < nfields; i++) {
15751 key = field[i]
15752 keylen = length(key)
15753 if (S_is_set[key]) {
15754 value = S[key]
15755 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15756 len += length(value) + length(field[++i])
15757 substed = 1
15758 } else
15759 len += 1 + keylen
15760 }
15761
15762 print line
42ecbf5e
DJ
15763}
15764
81ecdfbb
RW
15765_ACAWK
15766_ACEOF
15767cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15768if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15769 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15770else
15771 cat
15772fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15773 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
15774_ACEOF
15775
81ecdfbb
RW
15776# VPATH may cause trouble with some makes, so we remove $(srcdir),
15777# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15778# trailing colons and then remove the whole line if VPATH becomes empty
15779# (actually we leave an empty line to preserve line numbers).
15780if test "x$srcdir" = x.; then
15781 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15782s/:*\$(srcdir):*/:/
15783s/:*\${srcdir}:*/:/
15784s/:*@srcdir@:*/:/
15785s/^\([^=]*=[ ]*\):*/\1/
15786s/:*$//
15787s/^[^=]*=[ ]*$//
15788}'
15789fi
e5a52504 15790
81ecdfbb
RW
15791cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15792fi # test -n "$CONFIG_FILES"
252b5132 15793
81ecdfbb
RW
15794# Set up the scripts for CONFIG_HEADERS section.
15795# No need to generate them if there are no CONFIG_HEADERS.
15796# This happens for instance with `./config.status Makefile'.
15797if test -n "$CONFIG_HEADERS"; then
15798cat >"$tmp/defines.awk" <<\_ACAWK ||
15799BEGIN {
42ecbf5e
DJ
15800_ACEOF
15801
81ecdfbb
RW
15802# Transform confdefs.h into an awk script `defines.awk', embedded as
15803# here-document in config.status, that substitutes the proper values into
15804# config.h.in to produce config.h.
15805
15806# Create a delimiter string that does not exist in confdefs.h, to ease
15807# handling of long lines.
15808ac_delim='%!_!# '
15809for ac_last_try in false false :; do
15810 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15811 if test -z "$ac_t"; then
15812 break
15813 elif $ac_last_try; then
15814 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15815 else
15816 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 15817 fi
81ecdfbb 15818done
252b5132 15819
81ecdfbb
RW
15820# For the awk script, D is an array of macro values keyed by name,
15821# likewise P contains macro parameters if any. Preserve backslash
15822# newline sequences.
15823
15824ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15825sed -n '
15826s/.\{148\}/&'"$ac_delim"'/g
15827t rset
15828:rset
15829s/^[ ]*#[ ]*define[ ][ ]*/ /
15830t def
15831d
15832:def
15833s/\\$//
15834t bsnl
15835s/["\\]/\\&/g
15836s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15837D["\1"]=" \3"/p
15838s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15839d
15840:bsnl
15841s/["\\]/\\&/g
15842s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15843D["\1"]=" \3\\\\\\n"\\/p
15844t cont
15845s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15846t cont
15847d
15848:cont
15849n
15850s/.\{148\}/&'"$ac_delim"'/g
15851t clear
15852:clear
15853s/\\$//
15854t bsnlc
15855s/["\\]/\\&/g; s/^/"/; s/$/"/p
15856d
15857:bsnlc
15858s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15859b cont
15860' <confdefs.h | sed '
15861s/'"$ac_delim"'/"\\\
15862"/g' >>$CONFIG_STATUS || ac_write_fail=1
15863
15864cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15865 for (key in D) D_is_set[key] = 1
15866 FS = "\a"
15867}
15868/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15869 line = \$ 0
15870 split(line, arg, " ")
15871 if (arg[1] == "#") {
15872 defundef = arg[2]
15873 mac1 = arg[3]
15874 } else {
15875 defundef = substr(arg[1], 2)
15876 mac1 = arg[2]
15877 }
15878 split(mac1, mac2, "(") #)
15879 macro = mac2[1]
15880 prefix = substr(line, 1, index(line, defundef) - 1)
15881 if (D_is_set[macro]) {
15882 # Preserve the white space surrounding the "#".
15883 print prefix "define", macro P[macro] D[macro]
15884 next
15885 } else {
15886 # Replace #undef with comments. This is necessary, for example,
15887 # in the case of _POSIX_SOURCE, which is predefined and required
15888 # on some systems where configure will not decide to define it.
15889 if (defundef == "undef") {
15890 print "/*", prefix defundef, macro, "*/"
15891 next
15892 }
15893 }
15894}
15895{ print }
15896_ACAWK
42ecbf5e 15897_ACEOF
81ecdfbb
RW
15898cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15899 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15900fi # test -n "$CONFIG_HEADERS"
15901
15902
15903eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15904shift
15905for ac_tag
15906do
15907 case $ac_tag in
15908 :[FHLC]) ac_mode=$ac_tag; continue;;
15909 esac
15910 case $ac_mode$ac_tag in
15911 :[FHL]*:*);;
15912 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15913 :[FH]-) ac_tag=-:-;;
15914 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15915 esac
15916 ac_save_IFS=$IFS
15917 IFS=:
15918 set x $ac_tag
15919 IFS=$ac_save_IFS
15920 shift
15921 ac_file=$1
15922 shift
15923
15924 case $ac_mode in
15925 :L) ac_source=$1;;
15926 :[FH])
15927 ac_file_inputs=
15928 for ac_f
15929 do
15930 case $ac_f in
15931 -) ac_f="$tmp/stdin";;
15932 *) # Look for the file first in the build tree, then in the source tree
15933 # (if the path is not absolute). The absolute path cannot be DOS-style,
15934 # because $ac_f cannot contain `:'.
15935 test -f "$ac_f" ||
15936 case $ac_f in
15937 [\\/$]*) false;;
15938 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15939 esac ||
15940 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15941 esac
15942 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15943 as_fn_append ac_file_inputs " '$ac_f'"
15944 done
15945
15946 # Let's still pretend it is `configure' which instantiates (i.e., don't
15947 # use $as_me), people would be surprised to read:
15948 # /* config.h. Generated by config.status. */
15949 configure_input='Generated from '`
15950 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15951 `' by configure.'
15952 if test x"$ac_file" != x-; then
15953 configure_input="$ac_file. $configure_input"
15954 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15955$as_echo "$as_me: creating $ac_file" >&6;}
15956 fi
15957 # Neutralize special characters interpreted by sed in replacement strings.
15958 case $configure_input in #(
15959 *\&* | *\|* | *\\* )
15960 ac_sed_conf_input=`$as_echo "$configure_input" |
15961 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15962 *) ac_sed_conf_input=$configure_input;;
15963 esac
15964
15965 case $ac_tag in
15966 *:-:* | *:-) cat >"$tmp/stdin" \
15967 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15968 esac
15969 ;;
252b5132
RH
15970 esac
15971
81ecdfbb 15972 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
15973$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15974 X"$ac_file" : 'X\(//\)[^/]' \| \
15975 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15976 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15977$as_echo X"$ac_file" |
15978 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15979 s//\1/
15980 q
15981 }
15982 /^X\(\/\/\)[^/].*/{
15983 s//\1/
15984 q
15985 }
15986 /^X\(\/\/\)$/{
15987 s//\1/
15988 q
15989 }
15990 /^X\(\/\).*/{
15991 s//\1/
15992 q
15993 }
15994 s/.*/./; q'`
15995 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 15996 ac_builddir=.
e5a52504 15997
81ecdfbb
RW
15998case "$ac_dir" in
15999.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16000*)
16001 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16002 # A ".." for each directory in $ac_dir_suffix.
16003 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16004 case $ac_top_builddir_sub in
16005 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16006 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16007 esac ;;
16008esac
16009ac_abs_top_builddir=$ac_pwd
16010ac_abs_builddir=$ac_pwd$ac_dir_suffix
16011# for backward compatibility:
16012ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
16013
16014case $srcdir in
81ecdfbb 16015 .) # We are building in place.
42ecbf5e 16016 ac_srcdir=.
81ecdfbb
RW
16017 ac_top_srcdir=$ac_top_builddir_sub
16018 ac_abs_top_srcdir=$ac_pwd ;;
16019 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 16020 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16021 ac_top_srcdir=$srcdir
16022 ac_abs_top_srcdir=$srcdir ;;
16023 *) # Relative name.
16024 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16025 ac_top_srcdir=$ac_top_build_prefix$srcdir
16026 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 16027esac
81ecdfbb 16028ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16029
e5a52504 16030
81ecdfbb
RW
16031 case $ac_mode in
16032 :F)
16033 #
16034 # CONFIG_FILE
16035 #
42ecbf5e
DJ
16036
16037 case $INSTALL in
16038 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16039 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16040 esac
16041 ac_MKDIR_P=$MKDIR_P
16042 case $MKDIR_P in
16043 [\\/$]* | ?:[\\/]* ) ;;
16044 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 16045 esac
81ecdfbb 16046_ACEOF
e5a52504 16047
81ecdfbb
RW
16048cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16049# If the template does not know about datarootdir, expand it.
16050# FIXME: This hack should be removed a few years after 2.60.
16051ac_datarootdir_hack=; ac_datarootdir_seen=
16052ac_sed_dataroot='
16053/datarootdir/ {
16054 p
16055 q
16056}
16057/@datadir@/p
16058/@docdir@/p
16059/@infodir@/p
16060/@localedir@/p
16061/@mandir@/p'
16062case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16063*datarootdir*) ac_datarootdir_seen=yes;;
16064*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16066$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16067_ACEOF
16068cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16069 ac_datarootdir_hack='
16070 s&@datadir@&$datadir&g
16071 s&@docdir@&$docdir&g
16072 s&@infodir@&$infodir&g
16073 s&@localedir@&$localedir&g
16074 s&@mandir@&$mandir&g
16075 s&\\\${datarootdir}&$datarootdir&g' ;;
16076esac
42ecbf5e 16077_ACEOF
81ecdfbb
RW
16078
16079# Neutralize VPATH when `$srcdir' = `.'.
16080# Shell code in configure.ac might set extrasub.
16081# FIXME: do we really want to maintain this feature?
16082cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16083ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
16084$extrasub
16085_ACEOF
81ecdfbb 16086cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
16087:t
16088/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16089s|@configure_input@|$ac_sed_conf_input|;t t
16090s&@top_builddir@&$ac_top_builddir_sub&;t t
16091s&@top_build_prefix@&$ac_top_build_prefix&;t t
16092s&@srcdir@&$ac_srcdir&;t t
16093s&@abs_srcdir@&$ac_abs_srcdir&;t t
16094s&@top_srcdir@&$ac_top_srcdir&;t t
16095s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16096s&@builddir@&$ac_builddir&;t t
16097s&@abs_builddir@&$ac_abs_builddir&;t t
16098s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16099s&@INSTALL@&$ac_INSTALL&;t t
16100s&@MKDIR_P@&$ac_MKDIR_P&;t t
16101$ac_datarootdir_hack
16102"
16103eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16104 || as_fn_error "could not create $ac_file" "$LINENO" 5
16105
16106test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16107 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16108 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16109 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16110which seems to be undefined. Please make sure it is defined." >&5
16111$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16112which seems to be undefined. Please make sure it is defined." >&2;}
16113
16114 rm -f "$tmp/stdin"
42ecbf5e 16115 case $ac_file in
81ecdfbb
RW
16116 -) cat "$tmp/out" && rm -f "$tmp/out";;
16117 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16118 esac \
16119 || as_fn_error "could not create $ac_file" "$LINENO" 5
16120 ;;
16121 :H)
16122 #
16123 # CONFIG_HEADER
16124 #
42ecbf5e 16125 if test x"$ac_file" != x-; then
81ecdfbb
RW
16126 {
16127 $as_echo "/* $configure_input */" \
16128 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16129 } >"$tmp/config.h" \
16130 || as_fn_error "could not create $ac_file" "$LINENO" 5
16131 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16132 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16133$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 16134 else
81ecdfbb
RW
16135 rm -f "$ac_file"
16136 mv "$tmp/config.h" "$ac_file" \
16137 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 16138 fi
42ecbf5e 16139 else
81ecdfbb
RW
16140 $as_echo "/* $configure_input */" \
16141 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16142 || as_fn_error "could not create -" "$LINENO" 5
252b5132 16143 fi
81ecdfbb
RW
16144# Compute "$ac_file"'s index in $config_headers.
16145_am_arg="$ac_file"
42ecbf5e
DJ
16146_am_stamp_count=1
16147for _am_header in $config_headers :; do
16148 case $_am_header in
81ecdfbb 16149 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
16150 break ;;
16151 * )
16152 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16153 esac
16154done
81ecdfbb
RW
16155echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16156$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16157 X"$_am_arg" : 'X\(//\)[^/]' \| \
16158 X"$_am_arg" : 'X\(//\)$' \| \
16159 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16160$as_echo X"$_am_arg" |
16161 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16162 s//\1/
16163 q
16164 }
16165 /^X\(\/\/\)[^/].*/{
16166 s//\1/
16167 q
16168 }
16169 /^X\(\/\/\)$/{
16170 s//\1/
16171 q
16172 }
16173 /^X\(\/\).*/{
16174 s//\1/
16175 q
16176 }
16177 s/.*/./; q'`/stamp-h$_am_stamp_count
16178 ;;
42ecbf5e 16179
81ecdfbb
RW
16180 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16181$as_echo "$as_me: executing $ac_file commands" >&6;}
16182 ;;
16183 esac
e5a52504 16184
42ecbf5e 16185
81ecdfbb
RW
16186 case $ac_file$ac_mode in
16187 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16188 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16189 # are listed without --file. Let's play safe and only enable the eval
16190 # if we detect the quoting.
16191 case $CONFIG_FILES in
16192 *\'*) eval set x "$CONFIG_FILES" ;;
16193 *) set x $CONFIG_FILES ;;
16194 esac
16195 shift
16196 for mf
16197 do
16198 # Strip MF so we end up with the name of the file.
16199 mf=`echo "$mf" | sed -e 's/:.*$//'`
16200 # Check whether this is an Automake generated Makefile or not.
16201 # We used to match only the files named `Makefile.in', but
16202 # some people rename them; so instead we look at the file content.
16203 # Grep'ing the first line is not enough: some people post-process
16204 # each Makefile.in and add a new line on top of each file to say so.
16205 # Grep'ing the whole file is not good either: AIX grep has a line
16206 # limit of 2048, but all sed's we know have understand at least 4000.
16207 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16208 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
16209$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16210 X"$mf" : 'X\(//\)[^/]' \| \
16211 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16212 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16213$as_echo X"$mf" |
16214 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16215 s//\1/
16216 q
16217 }
16218 /^X\(\/\/\)[^/].*/{
16219 s//\1/
16220 q
16221 }
16222 /^X\(\/\/\)$/{
16223 s//\1/
16224 q
16225 }
16226 /^X\(\/\).*/{
16227 s//\1/
16228 q
16229 }
16230 s/.*/./; q'`
16231 else
16232 continue
16233 fi
16234 # Extract the definition of DEPDIR, am__include, and am__quote
16235 # from the Makefile without running `make'.
16236 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16237 test -z "$DEPDIR" && continue
16238 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16239 test -z "am__include" && continue
16240 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16241 # When using ansi2knr, U may be empty or an underscore; expand it
16242 U=`sed -n 's/^U = //p' < "$mf"`
16243 # Find all dependency output files, they are included files with
16244 # $(DEPDIR) in their names. We invoke sed twice because it is the
16245 # simplest approach to changing $(DEPDIR) to its actual value in the
16246 # expansion.
16247 for file in `sed -n "
16248 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16249 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16250 # Make sure the directory exists.
16251 test -f "$dirpart/$file" && continue
16252 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
16253$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16254 X"$file" : 'X\(//\)[^/]' \| \
16255 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16256 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16257$as_echo X"$file" |
16258 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16259 s//\1/
16260 q
16261 }
16262 /^X\(\/\/\)[^/].*/{
16263 s//\1/
16264 q
16265 }
16266 /^X\(\/\/\)$/{
16267 s//\1/
16268 q
16269 }
16270 /^X\(\/\).*/{
16271 s//\1/
16272 q
16273 }
16274 s/.*/./; q'`
16275 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16276 # echo "creating $dirpart/$file"
16277 echo '# dummy' > "$dirpart/$file"
42ecbf5e 16278 done
42ecbf5e 16279 done
81ecdfbb 16280}
d7040cdb 16281 ;;
81ecdfbb 16282 "libtool":C)
d7040cdb
SE
16283
16284 # See if we are running on zsh, and set the options which allow our
16285 # commands through without removal of \ escapes.
16286 if test -n "${ZSH_VERSION+set}" ; then
16287 setopt NO_GLOB_SUBST
16288 fi
16289
16290 cfgfile="${ofile}T"
16291 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16292 $RM "$cfgfile"
16293
16294 cat <<_LT_EOF >> "$cfgfile"
16295#! $SHELL
16296
16297# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16298# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16299# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16300# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16301#
718a6fd8 16302# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16303# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16304# Written by Gordon Matzigkeit, 1996
d7040cdb 16305#
718a6fd8 16306# This file is part of GNU Libtool.
d7040cdb 16307#
718a6fd8
SE
16308# GNU Libtool is free software; you can redistribute it and/or
16309# modify it under the terms of the GNU General Public License as
16310# published by the Free Software Foundation; either version 2 of
16311# the License, or (at your option) any later version.
d7040cdb 16312#
718a6fd8
SE
16313# As a special exception to the GNU General Public License,
16314# if you distribute this file as part of a program or library that
16315# is built using GNU Libtool, you may include this file under the
16316# same distribution terms that you use for the rest of that program.
d7040cdb 16317#
718a6fd8
SE
16318# GNU Libtool is distributed in the hope that it will be useful,
16319# but WITHOUT ANY WARRANTY; without even the implied warranty of
16320# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16321# GNU General Public License for more details.
d7040cdb 16322#
718a6fd8
SE
16323# You should have received a copy of the GNU General Public License
16324# along with GNU Libtool; see the file COPYING. If not, a copy
16325# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16326# obtained by writing to the Free Software Foundation, Inc.,
16327# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16328
16329
16330# The names of the tagged configurations supported by this script.
16331available_tags=""
16332
16333# ### BEGIN LIBTOOL CONFIG
16334
16335# Which release of libtool.m4 was used?
16336macro_version=$macro_version
16337macro_revision=$macro_revision
16338
16339# Whether or not to build shared libraries.
16340build_libtool_libs=$enable_shared
16341
16342# Whether or not to build static libraries.
16343build_old_libs=$enable_static
16344
16345# What type of objects to build.
16346pic_mode=$pic_mode
16347
16348# Whether or not to optimize for fast installation.
16349fast_install=$enable_fast_install
16350
3725885a
RW
16351# Shell to use when invoking shell scripts.
16352SHELL=$lt_SHELL
16353
16354# An echo program that protects backslashes.
16355ECHO=$lt_ECHO
16356
d7040cdb
SE
16357# The host system.
16358host_alias=$host_alias
16359host=$host
16360host_os=$host_os
16361
16362# The build system.
16363build_alias=$build_alias
16364build=$build
16365build_os=$build_os
16366
16367# A sed program that does not truncate output.
16368SED=$lt_SED
16369
16370# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16371Xsed="\$SED -e 1s/^X//"
16372
16373# A grep program that handles long lines.
16374GREP=$lt_GREP
16375
16376# An ERE matcher.
16377EGREP=$lt_EGREP
16378
16379# A literal string matcher.
16380FGREP=$lt_FGREP
16381
16382# A BSD- or MS-compatible name lister.
16383NM=$lt_NM
16384
16385# Whether we need soft or hard links.
16386LN_S=$lt_LN_S
16387
16388# What is the maximum length of a command?
16389max_cmd_len=$max_cmd_len
16390
16391# Object file suffix (normally "o").
16392objext=$ac_objext
16393
16394# Executable file suffix (normally "").
16395exeext=$exeext
16396
16397# whether the shell understands "unset".
16398lt_unset=$lt_unset
16399
16400# turn spaces into newlines.
16401SP2NL=$lt_lt_SP2NL
16402
16403# turn newlines into spaces.
16404NL2SP=$lt_lt_NL2SP
16405
718a6fd8
SE
16406# An object symbol dumper.
16407OBJDUMP=$lt_OBJDUMP
16408
d7040cdb
SE
16409# Method to check whether dependent libraries are shared objects.
16410deplibs_check_method=$lt_deplibs_check_method
16411
f2c621e4 16412# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16413file_magic_cmd=$lt_file_magic_cmd
16414
16415# The archiver.
16416AR=$lt_AR
16417AR_FLAGS=$lt_AR_FLAGS
16418
16419# A symbol stripping program.
16420STRIP=$lt_STRIP
16421
16422# Commands used to install an old-style archive.
16423RANLIB=$lt_RANLIB
16424old_postinstall_cmds=$lt_old_postinstall_cmds
16425old_postuninstall_cmds=$lt_old_postuninstall_cmds
16426
3725885a
RW
16427# Whether to use a lock for old archive extraction.
16428lock_old_archive_extraction=$lock_old_archive_extraction
16429
d7040cdb
SE
16430# A C compiler.
16431LTCC=$lt_CC
16432
16433# LTCC compiler flags.
16434LTCFLAGS=$lt_CFLAGS
16435
16436# Take the output of nm and produce a listing of raw symbols and C names.
16437global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16438
16439# Transform the output of nm in a proper C declaration.
16440global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16441
16442# Transform the output of nm in a C name address pair.
16443global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16444
718a6fd8
SE
16445# Transform the output of nm in a C name address pair when lib prefix is needed.
16446global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16447
d7040cdb
SE
16448# The name of the directory that contains temporary libtool files.
16449objdir=$objdir
16450
d7040cdb
SE
16451# Used to examine libraries when file_magic_cmd begins with "file".
16452MAGIC_CMD=$MAGIC_CMD
16453
16454# Must we lock files when doing compilation?
16455need_locks=$lt_need_locks
16456
718a6fd8
SE
16457# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16458DSYMUTIL=$lt_DSYMUTIL
16459
16460# Tool to change global to local symbols on Mac OS X.
16461NMEDIT=$lt_NMEDIT
16462
16463# Tool to manipulate fat objects and archives on Mac OS X.
16464LIPO=$lt_LIPO
16465
16466# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16467OTOOL=$lt_OTOOL
16468
16469# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16470OTOOL64=$lt_OTOOL64
16471
d7040cdb
SE
16472# Old archive suffix (normally "a").
16473libext=$libext
16474
16475# Shared library suffix (normally ".so").
16476shrext_cmds=$lt_shrext_cmds
16477
16478# The commands to extract the exported symbol list from a shared archive.
16479extract_expsyms_cmds=$lt_extract_expsyms_cmds
16480
16481# Variables whose values should be saved in libtool wrapper scripts and
16482# restored at link time.
16483variables_saved_for_relink=$lt_variables_saved_for_relink
16484
16485# Do we need the "lib" prefix for modules?
16486need_lib_prefix=$need_lib_prefix
16487
16488# Do we need a version for libraries?
16489need_version=$need_version
16490
16491# Library versioning type.
16492version_type=$version_type
16493
16494# Shared library runtime path variable.
16495runpath_var=$runpath_var
16496
16497# Shared library path variable.
16498shlibpath_var=$shlibpath_var
16499
16500# Is shlibpath searched before the hard-coded library search path?
16501shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16502
16503# Format of library name prefix.
16504libname_spec=$lt_libname_spec
16505
16506# List of archive names. First name is the real one, the rest are links.
16507# The last name is the one that the linker finds with -lNAME
16508library_names_spec=$lt_library_names_spec
16509
16510# The coded name of the library, if different from the real name.
16511soname_spec=$lt_soname_spec
16512
3725885a
RW
16513# Permission mode override for installation of shared libraries.
16514install_override_mode=$lt_install_override_mode
16515
d7040cdb
SE
16516# Command to use after installation of a shared archive.
16517postinstall_cmds=$lt_postinstall_cmds
16518
16519# Command to use after uninstallation of a shared archive.
16520postuninstall_cmds=$lt_postuninstall_cmds
16521
16522# Commands used to finish a libtool library installation in a directory.
16523finish_cmds=$lt_finish_cmds
16524
16525# As "finish_cmds", except a single script fragment to be evaled but
16526# not shown.
16527finish_eval=$lt_finish_eval
16528
16529# Whether we should hardcode library paths into libraries.
16530hardcode_into_libs=$hardcode_into_libs
16531
16532# Compile-time system search path for libraries.
16533sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16534
16535# Run-time system search path for libraries.
16536sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16537
16538# Whether dlopen is supported.
16539dlopen_support=$enable_dlopen
16540
16541# Whether dlopen of programs is supported.
16542dlopen_self=$enable_dlopen_self
16543
16544# Whether dlopen of statically linked programs is supported.
16545dlopen_self_static=$enable_dlopen_self_static
16546
16547# Commands to strip libraries.
16548old_striplib=$lt_old_striplib
16549striplib=$lt_striplib
16550
16551
16552# The linker used to build libraries.
16553LD=$lt_LD
16554
3725885a
RW
16555# How to create reloadable object files.
16556reload_flag=$lt_reload_flag
16557reload_cmds=$lt_reload_cmds
16558
d7040cdb
SE
16559# Commands used to build an old-style archive.
16560old_archive_cmds=$lt_old_archive_cmds
16561
16562# A language specific compiler.
16563CC=$lt_compiler
16564
16565# Is the compiler the GNU compiler?
16566with_gcc=$GCC
16567
16568# Compiler flag to turn off builtin functions.
16569no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16570
df7b86aa
NC
16571# How to pass a linker flag through the compiler.
16572wl=$lt_lt_prog_compiler_wl
16573
f2c621e4
AS
16574# Additional compiler flags for building library objects.
16575pic_flag=$lt_lt_prog_compiler_pic
16576
d7040cdb
SE
16577# Compiler flag to prevent dynamic linking.
16578link_static_flag=$lt_lt_prog_compiler_static
16579
16580# Does compiler simultaneously support -c and -o options?
16581compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16582
16583# Whether or not to add -lc for building shared libraries.
16584build_libtool_need_lc=$archive_cmds_need_lc
16585
16586# Whether or not to disallow shared libs when runtime libs are static.
16587allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16588
16589# Compiler flag to allow reflexive dlopens.
16590export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16591
16592# Compiler flag to generate shared objects directly from archives.
16593whole_archive_flag_spec=$lt_whole_archive_flag_spec
16594
16595# Whether the compiler copes with passing no objects directly.
16596compiler_needs_object=$lt_compiler_needs_object
16597
16598# Create an old-style archive from a shared archive.
16599old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16600
16601# Create a temporary old-style archive to link instead of a shared archive.
16602old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16603
16604# Commands used to build a shared archive.
16605archive_cmds=$lt_archive_cmds
16606archive_expsym_cmds=$lt_archive_expsym_cmds
16607
16608# Commands used to build a loadable module if different from building
16609# a shared archive.
16610module_cmds=$lt_module_cmds
16611module_expsym_cmds=$lt_module_expsym_cmds
16612
16613# Whether we are building with GNU ld or not.
16614with_gnu_ld=$lt_with_gnu_ld
16615
16616# Flag that allows shared libraries with undefined symbols to be built.
16617allow_undefined_flag=$lt_allow_undefined_flag
16618
16619# Flag that enforces no undefined symbols.
16620no_undefined_flag=$lt_no_undefined_flag
16621
16622# Flag to hardcode \$libdir into a binary during linking.
16623# This must work even if \$libdir does not exist
16624hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16625
16626# If ld is used when linking, flag to hardcode \$libdir into a binary
16627# during linking. This must work even if \$libdir does not exist.
16628hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16629
16630# Whether we need a single "-rpath" flag with a separated argument.
16631hardcode_libdir_separator=$lt_hardcode_libdir_separator
16632
16633# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16634# DIR into the resulting binary.
16635hardcode_direct=$hardcode_direct
16636
16637# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16638# DIR into the resulting binary and the resulting library dependency is
16639# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16640# library is relocated.
16641hardcode_direct_absolute=$hardcode_direct_absolute
16642
16643# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16644# into the resulting binary.
16645hardcode_minus_L=$hardcode_minus_L
16646
16647# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16648# into the resulting binary.
16649hardcode_shlibpath_var=$hardcode_shlibpath_var
16650
16651# Set to "yes" if building a shared library automatically hardcodes DIR
16652# into the library and all subsequent libraries and executables linked
16653# against it.
16654hardcode_automatic=$hardcode_automatic
16655
16656# Set to yes if linker adds runtime paths of dependent libraries
16657# to runtime path list.
16658inherit_rpath=$inherit_rpath
16659
16660# Whether libtool must link a program against all its dependency libraries.
16661link_all_deplibs=$link_all_deplibs
16662
f2c621e4
AS
16663# Fix the shell variable \$srcfile for the compiler.
16664fix_srcfile_path=$lt_fix_srcfile_path
16665
d7040cdb
SE
16666# Set to "yes" if exported symbols are required.
16667always_export_symbols=$always_export_symbols
16668
16669# The commands to list exported symbols.
16670export_symbols_cmds=$lt_export_symbols_cmds
16671
16672# Symbols that should not be listed in the preloaded symbols.
16673exclude_expsyms=$lt_exclude_expsyms
16674
16675# Symbols that must always be exported.
16676include_expsyms=$lt_include_expsyms
16677
16678# Commands necessary for linking programs (against libraries) with templates.
16679prelink_cmds=$lt_prelink_cmds
16680
16681# Specify filename containing input files.
16682file_list_spec=$lt_file_list_spec
16683
16684# How to hardcode a shared library path into an executable.
16685hardcode_action=$hardcode_action
16686
16687# ### END LIBTOOL CONFIG
16688
16689_LT_EOF
16690
16691 case $host_os in
16692 aix3*)
16693 cat <<\_LT_EOF >> "$cfgfile"
16694# AIX sometimes has problems with the GCC collect2 program. For some
16695# reason, if we set the COLLECT_NAMES environment variable, the problems
16696# vanish in a puff of smoke.
16697if test "X${COLLECT_NAMES+set}" != Xset; then
16698 COLLECT_NAMES=
16699 export COLLECT_NAMES
16700fi
16701_LT_EOF
16702 ;;
16703 esac
16704
16705
16706ltmain="$ac_aux_dir/ltmain.sh"
16707
16708
16709 # We use sed instead of cat because bash on DJGPP gets confused if
16710 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16711 # text mode, it properly converts lines to CR/LF. This bash problem
16712 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16713 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16714 || (rm -f "$cfgfile"; exit 1)
16715
16716 case $xsi_shell in
16717 yes)
16718 cat << \_LT_EOF >> "$cfgfile"
16719
16720# func_dirname file append nondir_replacement
16721# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16722# otherwise set result to NONDIR_REPLACEMENT.
16723func_dirname ()
16724{
16725 case ${1} in
16726 */*) func_dirname_result="${1%/*}${2}" ;;
16727 * ) func_dirname_result="${3}" ;;
16728 esac
16729}
16730
16731# func_basename file
16732func_basename ()
16733{
16734 func_basename_result="${1##*/}"
16735}
16736
16737# func_dirname_and_basename file append nondir_replacement
16738# perform func_basename and func_dirname in a single function
16739# call:
16740# dirname: Compute the dirname of FILE. If nonempty,
16741# add APPEND to the result, otherwise set result
16742# to NONDIR_REPLACEMENT.
16743# value returned in "$func_dirname_result"
16744# basename: Compute filename of FILE.
16745# value retuned in "$func_basename_result"
16746# Implementation must be kept synchronized with func_dirname
16747# and func_basename. For efficiency, we do not delegate to
16748# those functions but instead duplicate the functionality here.
16749func_dirname_and_basename ()
16750{
16751 case ${1} in
16752 */*) func_dirname_result="${1%/*}${2}" ;;
16753 * ) func_dirname_result="${3}" ;;
16754 esac
16755 func_basename_result="${1##*/}"
16756}
16757
16758# func_stripname prefix suffix name
16759# strip PREFIX and SUFFIX off of NAME.
16760# PREFIX and SUFFIX must not contain globbing or regex special
16761# characters, hashes, percent signs, but SUFFIX may contain a leading
16762# dot (in which case that matches only a dot).
16763func_stripname ()
16764{
16765 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16766 # positional parameters, so assign one to ordinary parameter first.
16767 func_stripname_result=${3}
16768 func_stripname_result=${func_stripname_result#"${1}"}
16769 func_stripname_result=${func_stripname_result%"${2}"}
16770}
16771
16772# func_opt_split
16773func_opt_split ()
16774{
16775 func_opt_split_opt=${1%%=*}
16776 func_opt_split_arg=${1#*=}
16777}
16778
16779# func_lo2o object
16780func_lo2o ()
16781{
16782 case ${1} in
16783 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16784 *) func_lo2o_result=${1} ;;
16785 esac
16786}
16787
16788# func_xform libobj-or-source
16789func_xform ()
16790{
16791 func_xform_result=${1%.*}.lo
16792}
16793
16794# func_arith arithmetic-term...
16795func_arith ()
16796{
16797 func_arith_result=$(( $* ))
16798}
16799
16800# func_len string
16801# STRING may not start with a hyphen.
16802func_len ()
16803{
16804 func_len_result=${#1}
16805}
16806
16807_LT_EOF
16808 ;;
16809 *) # Bourne compatible functions.
16810 cat << \_LT_EOF >> "$cfgfile"
16811
16812# func_dirname file append nondir_replacement
16813# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16814# otherwise set result to NONDIR_REPLACEMENT.
16815func_dirname ()
16816{
16817 # Extract subdirectory from the argument.
16818 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16819 if test "X$func_dirname_result" = "X${1}"; then
16820 func_dirname_result="${3}"
16821 else
16822 func_dirname_result="$func_dirname_result${2}"
16823 fi
16824}
16825
16826# func_basename file
16827func_basename ()
16828{
16829 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16830}
16831
16832
16833# func_stripname prefix suffix name
16834# strip PREFIX and SUFFIX off of NAME.
16835# PREFIX and SUFFIX must not contain globbing or regex special
16836# characters, hashes, percent signs, but SUFFIX may contain a leading
16837# dot (in which case that matches only a dot).
16838# func_strip_suffix prefix name
16839func_stripname ()
16840{
16841 case ${2} in
16842 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16843 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16844 esac
16845}
16846
16847# sed scripts:
16848my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16849my_sed_long_arg='1s/^-[^=]*=//'
16850
16851# func_opt_split
16852func_opt_split ()
16853{
16854 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16855 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16856}
16857
16858# func_lo2o object
16859func_lo2o ()
16860{
16861 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16862}
16863
16864# func_xform libobj-or-source
16865func_xform ()
16866{
16867 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16868}
16869
16870# func_arith arithmetic-term...
16871func_arith ()
16872{
16873 func_arith_result=`expr "$@"`
16874}
16875
16876# func_len string
16877# STRING may not start with a hyphen.
16878func_len ()
16879{
16880 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16881}
16882
16883_LT_EOF
16884esac
16885
16886case $lt_shell_append in
16887 yes)
16888 cat << \_LT_EOF >> "$cfgfile"
16889
16890# func_append var value
16891# Append VALUE to the end of shell variable VAR.
16892func_append ()
16893{
16894 eval "$1+=\$2"
16895}
16896_LT_EOF
16897 ;;
16898 *)
16899 cat << \_LT_EOF >> "$cfgfile"
16900
16901# func_append var value
16902# Append VALUE to the end of shell variable VAR.
16903func_append ()
16904{
16905 eval "$1=\$$1\$2"
16906}
16907
16908_LT_EOF
16909 ;;
16910 esac
16911
16912
16913 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16914 || (rm -f "$cfgfile"; exit 1)
16915
16916 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16917 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16918 chmod +x "$ofile"
16919
42ecbf5e 16920 ;;
81ecdfbb 16921 "default-1":C)
20e95c23
DJ
16922 for ac_file in $CONFIG_FILES; do
16923 # Support "outfile[:infile[:infile...]]"
16924 case "$ac_file" in
16925 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16926 esac
16927 # PO directories have a Makefile.in generated from Makefile.in.in.
16928 case "$ac_file" in */Makefile.in)
16929 # Adjust a relative srcdir.
16930 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16931 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16932 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16933 # In autoconf-2.13 it is called $ac_given_srcdir.
16934 # In autoconf-2.50 it is called $srcdir.
16935 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16936 case "$ac_given_srcdir" in
16937 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16938 /*) top_srcdir="$ac_given_srcdir" ;;
16939 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16940 esac
16941 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16942 rm -f "$ac_dir/POTFILES"
16943 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16944 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16945 POMAKEFILEDEPS="POTFILES.in"
16946 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16947 # on $ac_dir but don't depend on user-specified configuration
16948 # parameters.
16949 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16950 # The LINGUAS file contains the set of available languages.
16951 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 16952 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
16953 fi
16954 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16955 # Hide the ALL_LINGUAS assigment from automake.
16956 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16957 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16958 else
37a42ee9 16959 # The set of available languages was given in configure.ac.
20e95c23
DJ
16960 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16961 fi
16962 case "$ac_given_srcdir" in
16963 .) srcdirpre= ;;
16964 *) srcdirpre='$(srcdir)/' ;;
16965 esac
16966 POFILES=
16967 GMOFILES=
16968 UPDATEPOFILES=
16969 DUMMYPOFILES=
16970 for lang in $ALL_LINGUAS; do
16971 POFILES="$POFILES $srcdirpre$lang.po"
16972 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16973 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16974 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16975 done
16976 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16977 # environment variable.
16978 INST_LINGUAS=
16979 if test -n "$ALL_LINGUAS"; then
16980 for presentlang in $ALL_LINGUAS; do
16981 useit=no
16982 if test "%UNSET%" != "$LINGUAS"; then
16983 desiredlanguages="$LINGUAS"
16984 else
16985 desiredlanguages="$ALL_LINGUAS"
16986 fi
16987 for desiredlang in $desiredlanguages; do
16988 # Use the presentlang catalog if desiredlang is
16989 # a. equal to presentlang, or
16990 # b. a variant of presentlang (because in this case,
16991 # presentlang can be used as a fallback for messages
16992 # which are not translated in the desiredlang catalog).
16993 case "$desiredlang" in
16994 "$presentlang"*) useit=yes;;
16995 esac
16996 done
16997 if test $useit = yes; then
16998 INST_LINGUAS="$INST_LINGUAS $presentlang"
16999 fi
17000 done
17001 fi
17002 CATALOGS=
17003 if test -n "$INST_LINGUAS"; then
17004 for lang in $INST_LINGUAS; do
17005 CATALOGS="$CATALOGS $lang.gmo"
17006 done
17007 fi
17008 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17009 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"
17010 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17011 if test -f "$f"; then
17012 case "$f" in
17013 *.orig | *.bak | *~) ;;
17014 *) cat "$f" >> "$ac_dir/Makefile" ;;
17015 esac
17016 fi
17017 done
17018 fi
17019 ;;
17020 esac
17021 done ;;
81ecdfbb 17022
42ecbf5e 17023 esac
81ecdfbb 17024done # for ac_tag
e5a52504 17025
42ecbf5e 17026
81ecdfbb 17027as_fn_exit 0
42ecbf5e 17028_ACEOF
42ecbf5e
DJ
17029ac_clean_files=$ac_clean_files_save
17030
81ecdfbb
RW
17031test $ac_write_fail = 0 ||
17032 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17033
42ecbf5e
DJ
17034
17035# configure is writing to config.log, and then calls config.status.
17036# config.status does its own redirection, appending to config.log.
17037# Unfortunately, on DOS this fails, as config.log is still kept open
17038# by configure, so config.status won't be able to write to it; its
17039# output is simply discarded. So we exec the FD to /dev/null,
17040# effectively closing config.log, so it can be properly (re)opened and
17041# appended to by config.status. When coming back to configure, we
17042# need to make the FD available again.
17043if test "$no_create" != yes; then
17044 ac_cs_success=:
17045 ac_config_status_args=
17046 test "$silent" = yes &&
17047 ac_config_status_args="$ac_config_status_args --quiet"
17048 exec 5>/dev/null
17049 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17050 exec 5>>config.log
17051 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17052 # would make configure fail if this is the last instruction.
81ecdfbb
RW
17053 $ac_cs_success || as_fn_exit $?
17054fi
17055if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17056 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17057$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 17058fi
252b5132 17059