Remove netware support
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
769c7ea5 3# Generated by GNU Autoconf 2.64 for binutils 2.30.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'
769c7ea5
NC
559PACKAGE_VERSION='2.30.51'
560PACKAGE_STRING='binutils 2.30.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
81ecdfbb
RW
617LTLIBICONV
618LIBICONV
0ee42ecd
L
619zlibinc
620zlibdir
81ecdfbb
RW
621ALLOCA
622DEMANGLER_NAME
623EXEEXT_FOR_BUILD
624CC_FOR_BUILD
625HDEFINES
626GENINSRC_NEVER_FALSE
627GENINSRC_NEVER_TRUE
628MAINT
629MAINTAINER_MODE_FALSE
630MAINTAINER_MODE_TRUE
631MSGMERGE
632MSGFMT
633MKINSTALLDIRS
634CATOBJEXT
635GENCAT
636INSTOBJEXT
637DATADIRNAME
638CATALOGS
639POSUB
640GMSGFMT
641XGETTEXT
642INCINTL
643LIBINTL_DEP
644LIBINTL
645USE_NLS
646LEXLIB
647LEX_OUTPUT_ROOT
648LEX
649YFLAGS
650YACC
6757cf57 651WARN_WRITE_STRINGS
81ecdfbb 652NO_WERROR
c5da1932 653WARN_CFLAGS_FOR_BUILD
81ecdfbb
RW
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
6eb7d830 677am__nodep
81ecdfbb
RW
678AMDEPBACKSLASH
679AMDEP_FALSE
680AMDEP_TRUE
681am__quote
682am__include
683DEPDIR
684am__untar
685am__tar
686AMTAR
687am__leading_dot
688SET_MAKE
689AWK
690mkdir_p
691MKDIR_P
692INSTALL_STRIP_PROGRAM
693STRIP
694install_sh
695MAKEINFO
696AUTOHEADER
697AUTOMAKE
698AUTOCONF
699ACLOCAL
700VERSION
701PACKAGE
702CYGPATH_W
703am__isrc
704INSTALL_DATA
705INSTALL_SCRIPT
706INSTALL_PROGRAM
707OBJEXT
708EXEEXT
709ac_ct_CC
710CPPFLAGS
711LDFLAGS
712CFLAGS
713CC
714target_os
715target_vendor
716target_cpu
717target
718host_os
719host_vendor
720host_cpu
721host
722build_os
723build_vendor
724build_cpu
725build
726target_alias
727host_alias
728build_alias
729LIBS
730ECHO_T
731ECHO_N
732ECHO_C
733DEFS
734mandir
735localedir
736libdir
737psdir
738pdfdir
739dvidir
740htmldir
741infodir
742docdir
743oldincludedir
744includedir
745localstatedir
746sharedstatedir
747sysconfdir
748datadir
749datarootdir
750libexecdir
751sbindir
752bindir
753program_transform_name
754prefix
755exec_prefix
756PACKAGE_URL
757PACKAGE_BUGREPORT
758PACKAGE_STRING
759PACKAGE_VERSION
760PACKAGE_TARNAME
761PACKAGE_NAME
762PATH_SEPARATOR
763SHELL'
42ecbf5e 764ac_subst_files=''
81ecdfbb
RW
765ac_user_opts='
766enable_option_checking
767enable_dependency_tracking
81ecdfbb
RW
768enable_shared
769enable_static
770with_pic
771enable_fast_install
772with_gnu_ld
773enable_libtool_lock
b879806f
AM
774enable_plugins
775enable_largefile
81ecdfbb 776enable_targets
9cb80f72 777enable_deterministic_archives
7fac9594 778enable_default_strings_all
81ecdfbb
RW
779enable_werror
780enable_build_warnings
781enable_nls
782enable_maintainer_mode
0ee42ecd 783with_system_zlib
81ecdfbb
RW
784enable_rpath
785with_libiconv_prefix
786'
787 ac_precious_vars='build_alias
788host_alias
789target_alias
790CC
791CFLAGS
792LDFLAGS
793LIBS
794CPPFLAGS
795CPP
796YACC
797YFLAGS'
798
252b5132
RH
799
800# Initialize some variables set by options.
42ecbf5e
DJ
801ac_init_help=
802ac_init_version=false
81ecdfbb
RW
803ac_unrecognized_opts=
804ac_unrecognized_sep=
252b5132
RH
805# The variables have the same names as the options, with
806# dashes changed to underlines.
42ecbf5e 807cache_file=/dev/null
252b5132 808exec_prefix=NONE
252b5132 809no_create=
252b5132
RH
810no_recursion=
811prefix=NONE
812program_prefix=NONE
813program_suffix=NONE
814program_transform_name=s,x,x,
815silent=
816site=
817srcdir=
252b5132
RH
818verbose=
819x_includes=NONE
820x_libraries=NONE
42ecbf5e
DJ
821
822# Installation directory options.
823# These are left unexpanded so users can "make install exec_prefix=/foo"
824# and all the variables that are supposed to be based on exec_prefix
825# by default will actually change.
826# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 827# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
828bindir='${exec_prefix}/bin'
829sbindir='${exec_prefix}/sbin'
830libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
831datarootdir='${prefix}/share'
832datadir='${datarootdir}'
252b5132
RH
833sysconfdir='${prefix}/etc'
834sharedstatedir='${prefix}/com'
835localstatedir='${prefix}/var'
252b5132
RH
836includedir='${prefix}/include'
837oldincludedir='/usr/include'
2e98a7bd 838docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
839infodir='${datarootdir}/info'
840htmldir='${docdir}'
841dvidir='${docdir}'
842pdfdir='${docdir}'
843psdir='${docdir}'
844libdir='${exec_prefix}/lib'
845localedir='${datarootdir}/locale'
846mandir='${datarootdir}/man'
252b5132 847
252b5132 848ac_prev=
81ecdfbb 849ac_dashdash=
252b5132
RH
850for ac_option
851do
252b5132
RH
852 # If the previous option needs an argument, assign it.
853 if test -n "$ac_prev"; then
81ecdfbb 854 eval $ac_prev=\$ac_option
252b5132
RH
855 ac_prev=
856 continue
857 fi
858
81ecdfbb
RW
859 case $ac_option in
860 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
861 *) ac_optarg=yes ;;
862 esac
252b5132
RH
863
864 # Accept the important Cygnus configure options, so we can diagnose typos.
865
81ecdfbb
RW
866 case $ac_dashdash$ac_option in
867 --)
868 ac_dashdash=yes ;;
252b5132
RH
869
870 -bindir | --bindir | --bindi | --bind | --bin | --bi)
871 ac_prev=bindir ;;
872 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 873 bindir=$ac_optarg ;;
252b5132
RH
874
875 -build | --build | --buil | --bui | --bu)
42ecbf5e 876 ac_prev=build_alias ;;
252b5132 877 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 878 build_alias=$ac_optarg ;;
252b5132
RH
879
880 -cache-file | --cache-file | --cache-fil | --cache-fi \
881 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
882 ac_prev=cache_file ;;
883 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
884 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
885 cache_file=$ac_optarg ;;
886
887 --config-cache | -C)
888 cache_file=config.cache ;;
252b5132 889
81ecdfbb 890 -datadir | --datadir | --datadi | --datad)
252b5132 891 ac_prev=datadir ;;
81ecdfbb 892 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 893 datadir=$ac_optarg ;;
252b5132 894
81ecdfbb
RW
895 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
896 | --dataroo | --dataro | --datar)
897 ac_prev=datarootdir ;;
898 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
899 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
900 datarootdir=$ac_optarg ;;
901
252b5132 902 -disable-* | --disable-*)
81ecdfbb 903 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 904 # Reject names that are not valid shell variable names.
81ecdfbb
RW
905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
906 as_fn_error "invalid feature name: $ac_useropt"
907 ac_useropt_orig=$ac_useropt
908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
909 case $ac_user_opts in
910 *"
911"enable_$ac_useropt"
912"*) ;;
913 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
914 ac_unrecognized_sep=', ';;
915 esac
916 eval enable_$ac_useropt=no ;;
917
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
922
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
252b5132
RH
927
928 -enable-* | --enable-*)
81ecdfbb 929 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 930 # Reject names that are not valid shell variable names.
81ecdfbb
RW
931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
932 as_fn_error "invalid feature name: $ac_useropt"
933 ac_useropt_orig=$ac_useropt
934 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
936 *"
937"enable_$ac_useropt"
938"*) ;;
939 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
940 ac_unrecognized_sep=', ';;
252b5132 941 esac
81ecdfbb 942 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
943
944 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
945 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
946 | --exec | --exe | --ex)
947 ac_prev=exec_prefix ;;
948 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
949 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
950 | --exec=* | --exe=* | --ex=*)
42ecbf5e 951 exec_prefix=$ac_optarg ;;
252b5132
RH
952
953 -gas | --gas | --ga | --g)
954 # Obsolete; use --with-gas.
955 with_gas=yes ;;
956
42ecbf5e
DJ
957 -help | --help | --hel | --he | -h)
958 ac_init_help=long ;;
959 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
960 ac_init_help=recursive ;;
961 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
962 ac_init_help=short ;;
252b5132
RH
963
964 -host | --host | --hos | --ho)
42ecbf5e 965 ac_prev=host_alias ;;
252b5132 966 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 967 host_alias=$ac_optarg ;;
252b5132 968
81ecdfbb
RW
969 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
970 ac_prev=htmldir ;;
971 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
972 | --ht=*)
973 htmldir=$ac_optarg ;;
974
252b5132
RH
975 -includedir | --includedir | --includedi | --included | --include \
976 | --includ | --inclu | --incl | --inc)
977 ac_prev=includedir ;;
978 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
979 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 980 includedir=$ac_optarg ;;
252b5132
RH
981
982 -infodir | --infodir | --infodi | --infod | --info | --inf)
983 ac_prev=infodir ;;
984 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 985 infodir=$ac_optarg ;;
252b5132
RH
986
987 -libdir | --libdir | --libdi | --libd)
988 ac_prev=libdir ;;
989 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 990 libdir=$ac_optarg ;;
252b5132
RH
991
992 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
993 | --libexe | --libex | --libe)
994 ac_prev=libexecdir ;;
995 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
996 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 997 libexecdir=$ac_optarg ;;
252b5132 998
81ecdfbb
RW
999 -localedir | --localedir | --localedi | --localed | --locale)
1000 ac_prev=localedir ;;
1001 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1002 localedir=$ac_optarg ;;
1003
252b5132 1004 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1005 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1006 ac_prev=localstatedir ;;
1007 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1008 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1009 localstatedir=$ac_optarg ;;
252b5132
RH
1010
1011 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1012 ac_prev=mandir ;;
1013 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1014 mandir=$ac_optarg ;;
252b5132
RH
1015
1016 -nfp | --nfp | --nf)
1017 # Obsolete; use --without-fp.
1018 with_fp=no ;;
1019
1020 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1021 | --no-cr | --no-c | -n)
252b5132
RH
1022 no_create=yes ;;
1023
1024 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1025 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1026 no_recursion=yes ;;
1027
1028 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1029 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1030 | --oldin | --oldi | --old | --ol | --o)
1031 ac_prev=oldincludedir ;;
1032 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1033 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1034 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1035 oldincludedir=$ac_optarg ;;
252b5132
RH
1036
1037 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1038 ac_prev=prefix ;;
1039 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1040 prefix=$ac_optarg ;;
252b5132
RH
1041
1042 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1043 | --program-pre | --program-pr | --program-p)
1044 ac_prev=program_prefix ;;
1045 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1046 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1047 program_prefix=$ac_optarg ;;
252b5132
RH
1048
1049 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1050 | --program-suf | --program-su | --program-s)
1051 ac_prev=program_suffix ;;
1052 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1053 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1054 program_suffix=$ac_optarg ;;
252b5132
RH
1055
1056 -program-transform-name | --program-transform-name \
1057 | --program-transform-nam | --program-transform-na \
1058 | --program-transform-n | --program-transform- \
1059 | --program-transform | --program-transfor \
1060 | --program-transfo | --program-transf \
1061 | --program-trans | --program-tran \
1062 | --progr-tra | --program-tr | --program-t)
1063 ac_prev=program_transform_name ;;
1064 -program-transform-name=* | --program-transform-name=* \
1065 | --program-transform-nam=* | --program-transform-na=* \
1066 | --program-transform-n=* | --program-transform-=* \
1067 | --program-transform=* | --program-transfor=* \
1068 | --program-transfo=* | --program-transf=* \
1069 | --program-trans=* | --program-tran=* \
1070 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1071 program_transform_name=$ac_optarg ;;
252b5132 1072
81ecdfbb
RW
1073 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1074 ac_prev=pdfdir ;;
1075 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1076 pdfdir=$ac_optarg ;;
1077
1078 -psdir | --psdir | --psdi | --psd | --ps)
1079 ac_prev=psdir ;;
1080 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1081 psdir=$ac_optarg ;;
1082
252b5132
RH
1083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1084 | -silent | --silent | --silen | --sile | --sil)
1085 silent=yes ;;
1086
1087 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1088 ac_prev=sbindir ;;
1089 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1090 | --sbi=* | --sb=*)
42ecbf5e 1091 sbindir=$ac_optarg ;;
252b5132
RH
1092
1093 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1094 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1095 | --sharedst | --shareds | --shared | --share | --shar \
1096 | --sha | --sh)
1097 ac_prev=sharedstatedir ;;
1098 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1099 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1100 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1101 | --sha=* | --sh=*)
42ecbf5e 1102 sharedstatedir=$ac_optarg ;;
252b5132
RH
1103
1104 -site | --site | --sit)
1105 ac_prev=site ;;
1106 -site=* | --site=* | --sit=*)
42ecbf5e 1107 site=$ac_optarg ;;
252b5132
RH
1108
1109 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1110 ac_prev=srcdir ;;
1111 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1112 srcdir=$ac_optarg ;;
252b5132
RH
1113
1114 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1115 | --syscon | --sysco | --sysc | --sys | --sy)
1116 ac_prev=sysconfdir ;;
1117 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1118 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1119 sysconfdir=$ac_optarg ;;
252b5132
RH
1120
1121 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1122 ac_prev=target_alias ;;
252b5132 1123 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1124 target_alias=$ac_optarg ;;
252b5132
RH
1125
1126 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1127 verbose=yes ;;
1128
42ecbf5e
DJ
1129 -version | --version | --versio | --versi | --vers | -V)
1130 ac_init_version=: ;;
252b5132
RH
1131
1132 -with-* | --with-*)
81ecdfbb 1133 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1134 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1136 as_fn_error "invalid package name: $ac_useropt"
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141"with_$ac_useropt"
1142"*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
252b5132 1145 esac
81ecdfbb 1146 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1147
1148 -without-* | --without-*)
81ecdfbb 1149 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1150 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1152 as_fn_error "invalid package name: $ac_useropt"
1153 ac_useropt_orig=$ac_useropt
1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1156 *"
1157"with_$ac_useropt"
1158"*) ;;
1159 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1160 ac_unrecognized_sep=', ';;
1161 esac
1162 eval with_$ac_useropt=no ;;
252b5132
RH
1163
1164 --x)
1165 # Obsolete; use --with-x.
1166 with_x=yes ;;
1167
1168 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1169 | --x-incl | --x-inc | --x-in | --x-i)
1170 ac_prev=x_includes ;;
1171 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1172 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1173 x_includes=$ac_optarg ;;
252b5132
RH
1174
1175 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1176 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1177 ac_prev=x_libraries ;;
1178 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1179 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1180 x_libraries=$ac_optarg ;;
252b5132 1181
81ecdfbb
RW
1182 -*) as_fn_error "unrecognized option: \`$ac_option'
1183Try \`$0 --help' for more information."
252b5132
RH
1184 ;;
1185
42ecbf5e
DJ
1186 *=*)
1187 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1188 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1189 case $ac_envvar in #(
1190 '' | [0-9]* | *[!_$as_cr_alnum]* )
1191 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1192 esac
1193 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1194 export $ac_envvar ;;
1195
252b5132 1196 *)
42ecbf5e 1197 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1198 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1199 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1200 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42ecbf5e 1201 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1202 ;;
1203
1204 esac
1205done
1206
1207if test -n "$ac_prev"; then
42ecbf5e 1208 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1209 as_fn_error "missing argument to $ac_option"
252b5132
RH
1210fi
1211
81ecdfbb
RW
1212if test -n "$ac_unrecognized_opts"; then
1213 case $enable_option_checking in
1214 no) ;;
1215 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1216 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1217 esac
81ecdfbb 1218fi
252b5132 1219
81ecdfbb
RW
1220# Check all directory arguments for consistency.
1221for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1222 datadir sysconfdir sharedstatedir localstatedir includedir \
1223 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1224 libdir localedir mandir
252b5132 1225do
81ecdfbb
RW
1226 eval ac_val=\$$ac_var
1227 # Remove trailing slashes.
42ecbf5e 1228 case $ac_val in
81ecdfbb
RW
1229 */ )
1230 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1231 eval $ac_var=\$ac_val;;
252b5132 1232 esac
81ecdfbb
RW
1233 # Be sure to have absolute directory names.
1234 case $ac_val in
1235 [\\/$]* | ?:[\\/]* ) continue;;
1236 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1237 esac
1238 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1239done
1240
42ecbf5e
DJ
1241# There might be people who depend on the old broken behavior: `$host'
1242# used to hold the argument of --host etc.
1243# FIXME: To remove some day.
1244build=$build_alias
1245host=$host_alias
1246target=$target_alias
1247
1248# FIXME: To remove some day.
1249if test "x$host_alias" != x; then
1250 if test "x$build_alias" = x; then
1251 cross_compiling=maybe
81ecdfbb 1252 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42ecbf5e
DJ
1253 If a cross compiler is detected then cross compile mode will be used." >&2
1254 elif test "x$build_alias" != "x$host_alias"; then
1255 cross_compiling=yes
1256 fi
1257fi
e5a52504 1258
42ecbf5e
DJ
1259ac_tool_prefix=
1260test -n "$host_alias" && ac_tool_prefix=$host_alias-
1261
1262test "$silent" = yes && exec 6>/dev/null
252b5132 1263
252b5132 1264
81ecdfbb
RW
1265ac_pwd=`pwd` && test -n "$ac_pwd" &&
1266ac_ls_di=`ls -di .` &&
1267ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1268 as_fn_error "working directory cannot be determined"
1269test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1270 as_fn_error "pwd does not report name of working directory"
1271
1272
252b5132
RH
1273# Find the source files, if location was not specified.
1274if test -z "$srcdir"; then
1275 ac_srcdir_defaulted=yes
81ecdfbb
RW
1276 # Try the directory containing this script, then the parent directory.
1277 ac_confdir=`$as_dirname -- "$as_myself" ||
1278$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1279 X"$as_myself" : 'X\(//\)[^/]' \| \
1280 X"$as_myself" : 'X\(//\)$' \| \
1281 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1282$as_echo X"$as_myself" |
1283 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)[^/].*/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\/\)$/{
1292 s//\1/
1293 q
1294 }
1295 /^X\(\/\).*/{
1296 s//\1/
1297 q
1298 }
1299 s/.*/./; q'`
252b5132 1300 srcdir=$ac_confdir
81ecdfbb 1301 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1302 srcdir=..
1303 fi
1304else
1305 ac_srcdir_defaulted=no
1306fi
81ecdfbb
RW
1307if test ! -r "$srcdir/$ac_unique_file"; then
1308 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1309 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1310fi
1311ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1312ac_abs_confdir=`(
1313 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1314 pwd)`
1315# When building in place, set srcdir=.
1316if test "$ac_abs_confdir" = "$ac_pwd"; then
1317 srcdir=.
1318fi
1319# Remove unnecessary trailing slashes from srcdir.
1320# Double slashes in file names in object file debugging info
1321# mess up M-x gdb in Emacs.
1322case $srcdir in
1323*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1324esac
1325for ac_var in $ac_precious_vars; do
1326 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1327 eval ac_env_${ac_var}_value=\$${ac_var}
1328 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1329 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1330done
252b5132 1331
42ecbf5e
DJ
1332#
1333# Report the --help message.
1334#
1335if test "$ac_init_help" = "long"; then
1336 # Omit some internal or obsolete options to make the list less imposing.
1337 # This message is too long to be a string in the A/UX 3.1 sh.
1338 cat <<_ACEOF
769c7ea5 1339\`configure' configures binutils 2.30.51 to adapt to many kinds of systems.
252b5132 1340
42ecbf5e 1341Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1342
42ecbf5e
DJ
1343To assign environment variables (e.g., CC, CFLAGS...), specify them as
1344VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1345
42ecbf5e 1346Defaults for the options are specified in brackets.
ac48eca1 1347
42ecbf5e
DJ
1348Configuration:
1349 -h, --help display this help and exit
1350 --help=short display options specific to this package
1351 --help=recursive display the short help of all the included packages
1352 -V, --version display version information and exit
1353 -q, --quiet, --silent do not print \`checking...' messages
1354 --cache-file=FILE cache test results in FILE [disabled]
1355 -C, --config-cache alias for \`--cache-file=config.cache'
1356 -n, --no-create do not create output files
1357 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1358
42ecbf5e
DJ
1359Installation directories:
1360 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1361 [$ac_default_prefix]
42ecbf5e 1362 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1363 [PREFIX]
ac48eca1 1364
42ecbf5e
DJ
1365By default, \`make install' will install all the files in
1366\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1367an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1368for instance \`--prefix=\$HOME'.
ac48eca1 1369
42ecbf5e 1370For better control, use the options below.
ac48eca1 1371
42ecbf5e 1372Fine tuning of the installation directories:
81ecdfbb
RW
1373 --bindir=DIR user executables [EPREFIX/bin]
1374 --sbindir=DIR system admin executables [EPREFIX/sbin]
1375 --libexecdir=DIR program executables [EPREFIX/libexec]
1376 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1377 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1378 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1379 --libdir=DIR object code libraries [EPREFIX/lib]
1380 --includedir=DIR C header files [PREFIX/include]
1381 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1382 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1383 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1384 --infodir=DIR info documentation [DATAROOTDIR/info]
1385 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1386 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1387 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1388 --htmldir=DIR html documentation [DOCDIR]
1389 --dvidir=DIR dvi documentation [DOCDIR]
1390 --pdfdir=DIR pdf documentation [DOCDIR]
1391 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1392_ACEOF
ac48eca1 1393
42ecbf5e 1394 cat <<\_ACEOF
252b5132 1395
42ecbf5e
DJ
1396Program names:
1397 --program-prefix=PREFIX prepend PREFIX to installed program names
1398 --program-suffix=SUFFIX append SUFFIX to installed program names
1399 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1400
42ecbf5e
DJ
1401System types:
1402 --build=BUILD configure for building on BUILD [guessed]
1403 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1404 --target=TARGET configure for building compilers for TARGET [HOST]
1405_ACEOF
252b5132 1406fi
252b5132 1407
42ecbf5e 1408if test -n "$ac_init_help"; then
2e98a7bd 1409 case $ac_init_help in
769c7ea5 1410 short | recursive ) echo "Configuration of binutils 2.30.51:";;
2e98a7bd 1411 esac
42ecbf5e 1412 cat <<\_ACEOF
252b5132 1413
42ecbf5e 1414Optional Features:
81ecdfbb 1415 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1416 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1417 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1418 --disable-dependency-tracking speeds up one-time build
1419 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1420 --enable-shared[=PKGS] build shared libraries [default=yes]
1421 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1422 --enable-fast-install[=PKGS]
1423 optimize for fast installation [default=yes]
42ecbf5e 1424 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1425 --enable-plugins Enable support for plugins
1426 --disable-largefile omit support for large files
42ecbf5e 1427 --enable-targets alternative target configurations
9cb80f72
RM
1428 --enable-deterministic-archives
1429 ar and ranlib default to -D behavior
7fac9594
NC
1430 --disable-default-strings-all
1431 strings defaults to --data behavior
241a6c40
AM
1432 --enable-werror treat compile warnings as errors
1433 --enable-build-warnings enable build-time compiler warnings
42ecbf5e
DJ
1434 --disable-nls do not use Native Language Support
1435 --enable-maintainer-mode enable make rules and dependencies not useful
1436 (and sometimes confusing) to the casual installer
5ba684e2 1437 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1438
1439Optional Packages:
1440 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1441 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1442 --with-pic try to use only PIC/non-PIC objects [default=use
1443 both]
1444 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
0ee42ecd 1445 --with-system-zlib use installed libz
5ba684e2
NC
1446 --with-gnu-ld assume the C compiler uses GNU ld default=no
1447 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1448 --without-libiconv-prefix don't search for libiconv in includedir and libdir
252b5132 1449
42ecbf5e
DJ
1450Some influential environment variables:
1451 CC C compiler command
1452 CFLAGS C compiler flags
1453 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1454 nonstandard directory <lib dir>
81ecdfbb
RW
1455 LIBS libraries to pass to the linker, e.g. -l<library>
1456 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1457 you have headers in a nonstandard directory <include dir>
42ecbf5e 1458 CPP C preprocessor
81ecdfbb
RW
1459 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1460 the first program found out of: `bison -y', `byacc', `yacc'.
1461 YFLAGS The list of arguments that will be passed by default to $YACC.
1462 This script will default YFLAGS to the empty string to avoid a
1463 default value of `-d' given by some make applications.
e5a52504 1464
42ecbf5e
DJ
1465Use these variables to override the choices made by `configure' or to help
1466it to find libraries and programs with nonstandard names/locations.
1467
81ecdfbb 1468Report bugs to the package provider.
42ecbf5e 1469_ACEOF
81ecdfbb 1470ac_status=$?
252b5132
RH
1471fi
1472
42ecbf5e
DJ
1473if test "$ac_init_help" = "recursive"; then
1474 # If there are subdirs, report their specific --help.
42ecbf5e 1475 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1476 test -d "$ac_dir" ||
1477 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1478 continue
42ecbf5e
DJ
1479 ac_builddir=.
1480
81ecdfbb
RW
1481case "$ac_dir" in
1482.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1483*)
1484 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1485 # A ".." for each directory in $ac_dir_suffix.
1486 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1487 case $ac_top_builddir_sub in
1488 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1489 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1490 esac ;;
1491esac
1492ac_abs_top_builddir=$ac_pwd
1493ac_abs_builddir=$ac_pwd$ac_dir_suffix
1494# for backward compatibility:
1495ac_top_builddir=$ac_top_build_prefix
252b5132 1496
42ecbf5e 1497case $srcdir in
81ecdfbb 1498 .) # We are building in place.
42ecbf5e 1499 ac_srcdir=.
81ecdfbb
RW
1500 ac_top_srcdir=$ac_top_builddir_sub
1501 ac_abs_top_srcdir=$ac_pwd ;;
1502 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1503 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1504 ac_top_srcdir=$srcdir
1505 ac_abs_top_srcdir=$srcdir ;;
1506 *) # Relative name.
1507 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1508 ac_top_srcdir=$ac_top_build_prefix$srcdir
1509 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1510esac
81ecdfbb
RW
1511ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1512
1513 cd "$ac_dir" || { ac_status=$?; continue; }
1514 # Check for guested configure.
1515 if test -f "$ac_srcdir/configure.gnu"; then
1516 echo &&
1517 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1518 elif test -f "$ac_srcdir/configure"; then
1519 echo &&
1520 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1521 else
81ecdfbb
RW
1522 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1523 fi || ac_status=$?
1524 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1525 done
1526fi
5d64ca4e 1527
81ecdfbb 1528test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1529if $ac_init_version; then
1530 cat <<\_ACEOF
769c7ea5 1531binutils configure 2.30.51
81ecdfbb 1532generated by GNU Autoconf 2.64
5d64ca4e 1533
81ecdfbb 1534Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
1535This configure script is free software; the Free Software Foundation
1536gives unlimited permission to copy, distribute and modify it.
1537_ACEOF
81ecdfbb 1538 exit
42ecbf5e 1539fi
252b5132 1540
81ecdfbb
RW
1541## ------------------------ ##
1542## Autoconf initialization. ##
1543## ------------------------ ##
e5a52504 1544
81ecdfbb
RW
1545# ac_fn_c_try_compile LINENO
1546# --------------------------
1547# Try to compile conftest.$ac_ext, and return whether this succeeded.
1548ac_fn_c_try_compile ()
42ecbf5e 1549{
81ecdfbb
RW
1550 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1551 rm -f conftest.$ac_objext
1552 if { { ac_try="$ac_compile"
1553case "(($ac_try" in
1554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1555 *) ac_try_echo=$ac_try;;
1556esac
1557eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1558$as_echo "$ac_try_echo"; } >&5
1559 (eval "$ac_compile") 2>conftest.err
1560 ac_status=$?
1561 if test -s conftest.err; then
1562 grep -v '^ *+' conftest.err >conftest.er1
1563 cat conftest.er1 >&5
1564 mv -f conftest.er1 conftest.err
1565 fi
1566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1567 test $ac_status = 0; } && {
1568 test -z "$ac_c_werror_flag" ||
1569 test ! -s conftest.err
1570 } && test -s conftest.$ac_objext; then :
1571 ac_retval=0
1572else
1573 $as_echo "$as_me: failed program was:" >&5
1574sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1575
81ecdfbb
RW
1576 ac_retval=1
1577fi
1578 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1579 return $ac_retval
42ecbf5e 1580
81ecdfbb
RW
1581} # ac_fn_c_try_compile
1582
1583# ac_fn_c_try_link LINENO
1584# -----------------------
1585# Try to link conftest.$ac_ext, and return whether this succeeded.
1586ac_fn_c_try_link ()
1587{
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 rm -f conftest.$ac_objext conftest$ac_exeext
1590 if { { ac_try="$ac_link"
1591case "(($ac_try" in
1592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1593 *) ac_try_echo=$ac_try;;
1594esac
1595eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1596$as_echo "$ac_try_echo"; } >&5
1597 (eval "$ac_link") 2>conftest.err
1598 ac_status=$?
1599 if test -s conftest.err; then
1600 grep -v '^ *+' conftest.err >conftest.er1
1601 cat conftest.er1 >&5
1602 mv -f conftest.er1 conftest.err
1603 fi
1604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1605 test $ac_status = 0; } && {
1606 test -z "$ac_c_werror_flag" ||
1607 test ! -s conftest.err
1608 } && test -s conftest$ac_exeext && {
1609 test "$cross_compiling" = yes ||
1610 $as_test_x conftest$ac_exeext
1611 }; then :
1612 ac_retval=0
1613else
1614 $as_echo "$as_me: failed program was:" >&5
1615sed 's/^/| /' conftest.$ac_ext >&5
1616
1617 ac_retval=1
1618fi
1619 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1620 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1621 # interfere with the next link command; also delete a directory that is
1622 # left behind by Apple's compiler. We do this before executing the actions.
1623 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1624 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1625 return $ac_retval
1626
1627} # ac_fn_c_try_link
1628
1629# ac_fn_c_try_cpp LINENO
1630# ----------------------
1631# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1632ac_fn_c_try_cpp ()
1633{
1634 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1635 if { { ac_try="$ac_cpp conftest.$ac_ext"
1636case "(($ac_try" in
1637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1638 *) ac_try_echo=$ac_try;;
1639esac
1640eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1641$as_echo "$ac_try_echo"; } >&5
1642 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1643 ac_status=$?
1644 if test -s conftest.err; then
1645 grep -v '^ *+' conftest.err >conftest.er1
1646 cat conftest.er1 >&5
1647 mv -f conftest.er1 conftest.err
1648 fi
1649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1650 test $ac_status = 0; } >/dev/null && {
1651 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1652 test ! -s conftest.err
1653 }; then :
1654 ac_retval=0
1655else
1656 $as_echo "$as_me: failed program was:" >&5
1657sed 's/^/| /' conftest.$ac_ext >&5
1658
1659 ac_retval=1
1660fi
1661 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1662 return $ac_retval
1663
1664} # ac_fn_c_try_cpp
1665
1666# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1667# -------------------------------------------------------
1668# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1669# the include files in INCLUDES and setting the cache variable VAR
1670# accordingly.
1671ac_fn_c_check_header_mongrel ()
1672{
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1676$as_echo_n "checking for $2... " >&6; }
1677if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1678 $as_echo_n "(cached) " >&6
1679fi
1680eval ac_res=\$$3
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1682$as_echo "$ac_res" >&6; }
1683else
1684 # Is the header compilable?
1685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1686$as_echo_n "checking $2 usability... " >&6; }
1687cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1688/* end confdefs.h. */
1689$4
1690#include <$2>
1691_ACEOF
1692if ac_fn_c_try_compile "$LINENO"; then :
1693 ac_header_compiler=yes
1694else
1695 ac_header_compiler=no
1696fi
1697rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1698{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1699$as_echo "$ac_header_compiler" >&6; }
1700
1701# Is the header present?
1702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1703$as_echo_n "checking $2 presence... " >&6; }
1704cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1705/* end confdefs.h. */
1706#include <$2>
1707_ACEOF
1708if ac_fn_c_try_cpp "$LINENO"; then :
1709 ac_header_preproc=yes
1710else
1711 ac_header_preproc=no
1712fi
1713rm -f conftest.err conftest.$ac_ext
1714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1715$as_echo "$ac_header_preproc" >&6; }
1716
1717# So? What about this header?
1718case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1719 yes:no: )
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1721$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1723$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1724 ;;
1725 no:yes:* )
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1727$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1729$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1731$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1733$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1735$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1736 ;;
1737esac
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1739$as_echo_n "checking for $2... " >&6; }
1740if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1741 $as_echo_n "(cached) " >&6
1742else
1743 eval "$3=\$ac_header_compiler"
1744fi
1745eval ac_res=\$$3
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1747$as_echo "$ac_res" >&6; }
1748fi
1749 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750
1751} # ac_fn_c_check_header_mongrel
1752
1753# ac_fn_c_try_run LINENO
1754# ----------------------
1755# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1756# that executables *can* be run.
1757ac_fn_c_try_run ()
1758{
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 if { { ac_try="$ac_link"
1761case "(($ac_try" in
1762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763 *) ac_try_echo=$ac_try;;
1764esac
1765eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766$as_echo "$ac_try_echo"; } >&5
1767 (eval "$ac_link") 2>&5
1768 ac_status=$?
1769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1770 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1771 { { case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1774esac
1775eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776$as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_try") 2>&5
1778 ac_status=$?
1779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780 test $ac_status = 0; }; }; then :
1781 ac_retval=0
1782else
1783 $as_echo "$as_me: program exited with status $ac_status" >&5
1784 $as_echo "$as_me: failed program was:" >&5
1785sed 's/^/| /' conftest.$ac_ext >&5
1786
1787 ac_retval=$ac_status
1788fi
1789 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1790 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1791 return $ac_retval
1792
1793} # ac_fn_c_try_run
1794
1795# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1796# -------------------------------------------------------
1797# Tests whether HEADER exists and can be compiled using the include files in
1798# INCLUDES, setting the cache variable VAR accordingly.
1799ac_fn_c_check_header_compile ()
1800{
1801 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1803$as_echo_n "checking for $2... " >&6; }
1804if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1805 $as_echo_n "(cached) " >&6
1806else
1807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1808/* end confdefs.h. */
1809$4
1810#include <$2>
1811_ACEOF
1812if ac_fn_c_try_compile "$LINENO"; then :
1813 eval "$3=yes"
1814else
1815 eval "$3=no"
1816fi
1817rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1818fi
1819eval ac_res=\$$3
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1821$as_echo "$ac_res" >&6; }
1822 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1823
1824} # ac_fn_c_check_header_compile
1825
1826# ac_fn_c_check_func LINENO FUNC VAR
1827# ----------------------------------
1828# Tests whether FUNC exists, setting the cache variable VAR accordingly
1829ac_fn_c_check_func ()
1830{
1831 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833$as_echo_n "checking for $2... " >&6; }
1834if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1835 $as_echo_n "(cached) " >&6
1836else
1837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1838/* end confdefs.h. */
1839/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1840 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1841#define $2 innocuous_$2
1842
1843/* System header to define __stub macros and hopefully few prototypes,
1844 which can conflict with char $2 (); below.
1845 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1846 <limits.h> exists even on freestanding compilers. */
1847
1848#ifdef __STDC__
1849# include <limits.h>
1850#else
1851# include <assert.h>
1852#endif
1853
1854#undef $2
1855
1856/* Override any GCC internal prototype to avoid an error.
1857 Use char because int might match the return type of a GCC
1858 builtin and then its argument prototype would still apply. */
1859#ifdef __cplusplus
1860extern "C"
1861#endif
1862char $2 ();
1863/* The GNU C library defines this for functions which it implements
1864 to always fail with ENOSYS. Some functions are actually named
1865 something starting with __ and the normal name is an alias. */
1866#if defined __stub_$2 || defined __stub___$2
1867choke me
1868#endif
1869
1870int
1871main ()
1872{
1873return $2 ();
1874 ;
1875 return 0;
1876}
1877_ACEOF
1878if ac_fn_c_try_link "$LINENO"; then :
1879 eval "$3=yes"
1880else
1881 eval "$3=no"
1882fi
1883rm -f core conftest.err conftest.$ac_objext \
1884 conftest$ac_exeext conftest.$ac_ext
1885fi
1886eval ac_res=\$$3
1887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1888$as_echo "$ac_res" >&6; }
1889 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1890
1891} # ac_fn_c_check_func
1892
4c219c2e
AM
1893# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1894# --------------------------------------------
1895# Tries to find the compile-time value of EXPR in a program that includes
1896# INCLUDES, setting VAR accordingly. Returns whether the value could be
1897# computed
1898ac_fn_c_compute_int ()
1899{
1900 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1901 if test "$cross_compiling" = yes; then
1902 # Depending upon the size, compute the lo and hi bounds.
1903cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904/* end confdefs.h. */
1905$4
1906int
1907main ()
1908{
1909static int test_array [1 - 2 * !(($2) >= 0)];
1910test_array [0] = 0
1911
1912 ;
1913 return 0;
1914}
1915_ACEOF
1916if ac_fn_c_try_compile "$LINENO"; then :
1917 ac_lo=0 ac_mid=0
1918 while :; do
1919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920/* end confdefs.h. */
1921$4
1922int
1923main ()
1924{
1925static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1926test_array [0] = 0
1927
1928 ;
1929 return 0;
1930}
1931_ACEOF
1932if ac_fn_c_try_compile "$LINENO"; then :
1933 ac_hi=$ac_mid; break
1934else
1935 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1936 if test $ac_lo -le $ac_mid; then
1937 ac_lo= ac_hi=
1938 break
1939 fi
1940 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1941fi
1942rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1943 done
1944else
1945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1946/* end confdefs.h. */
1947$4
1948int
1949main ()
1950{
1951static int test_array [1 - 2 * !(($2) < 0)];
1952test_array [0] = 0
1953
1954 ;
1955 return 0;
1956}
1957_ACEOF
1958if ac_fn_c_try_compile "$LINENO"; then :
1959 ac_hi=-1 ac_mid=-1
1960 while :; do
1961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1962/* end confdefs.h. */
1963$4
1964int
1965main ()
1966{
1967static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1968test_array [0] = 0
1969
1970 ;
1971 return 0;
1972}
1973_ACEOF
1974if ac_fn_c_try_compile "$LINENO"; then :
1975 ac_lo=$ac_mid; break
1976else
1977 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1978 if test $ac_mid -le $ac_hi; then
1979 ac_lo= ac_hi=
1980 break
1981 fi
1982 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1983fi
1984rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1985 done
1986else
1987 ac_lo= ac_hi=
1988fi
1989rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1990fi
1991rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1992# Binary search between lo and hi bounds.
1993while test "x$ac_lo" != "x$ac_hi"; do
1994 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996/* end confdefs.h. */
1997$4
1998int
1999main ()
2000{
2001static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2002test_array [0] = 0
2003
2004 ;
2005 return 0;
2006}
2007_ACEOF
2008if ac_fn_c_try_compile "$LINENO"; then :
2009 ac_hi=$ac_mid
2010else
2011 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2012fi
2013rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2014done
2015case $ac_lo in #((
2016?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2017'') ac_retval=1 ;;
2018esac
2019 else
2020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2021/* end confdefs.h. */
2022$4
2023static long int longval () { return $2; }
2024static unsigned long int ulongval () { return $2; }
2025#include <stdio.h>
2026#include <stdlib.h>
2027int
2028main ()
2029{
2030
2031 FILE *f = fopen ("conftest.val", "w");
2032 if (! f)
2033 return 1;
2034 if (($2) < 0)
2035 {
2036 long int i = longval ();
2037 if (i != ($2))
2038 return 1;
2039 fprintf (f, "%ld", i);
2040 }
2041 else
2042 {
2043 unsigned long int i = ulongval ();
2044 if (i != ($2))
2045 return 1;
2046 fprintf (f, "%lu", i);
2047 }
2048 /* Do not output a trailing newline, as this causes \r\n confusion
2049 on some platforms. */
2050 return ferror (f) || fclose (f) != 0;
2051
2052 ;
2053 return 0;
2054}
2055_ACEOF
2056if ac_fn_c_try_run "$LINENO"; then :
2057 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2058else
2059 ac_retval=1
2060fi
2061rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2062 conftest.$ac_objext conftest.beam conftest.$ac_ext
2063rm -f conftest.val
2064
2065 fi
2066 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2067 return $ac_retval
2068
2069} # ac_fn_c_compute_int
2070
2071# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2072# -------------------------------------------
2073# Tests whether TYPE exists after having included INCLUDES, setting cache
2074# variable VAR accordingly.
2075ac_fn_c_check_type ()
2076{
2077 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2079$as_echo_n "checking for $2... " >&6; }
2080if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2081 $as_echo_n "(cached) " >&6
2082else
2083 eval "$3=no"
2084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2085/* end confdefs.h. */
2086$4
2087int
2088main ()
2089{
2090if (sizeof ($2))
2091 return 0;
2092 ;
2093 return 0;
2094}
2095_ACEOF
2096if ac_fn_c_try_compile "$LINENO"; then :
2097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2098/* end confdefs.h. */
2099$4
2100int
2101main ()
2102{
2103if (sizeof (($2)))
2104 return 0;
2105 ;
2106 return 0;
2107}
2108_ACEOF
2109if ac_fn_c_try_compile "$LINENO"; then :
2110
2111else
2112 eval "$3=yes"
2113fi
2114rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2115fi
2116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2117fi
2118eval ac_res=\$$3
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2120$as_echo "$ac_res" >&6; }
2121 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2122
2123} # ac_fn_c_check_type
2124
81ecdfbb
RW
2125# ac_fn_c_check_decl LINENO SYMBOL VAR
2126# ------------------------------------
2127# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2128ac_fn_c_check_decl ()
2129{
2130 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2131 as_decl_name=`echo $2|sed 's/ *(.*//'`
2132 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2134$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2135if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2136 $as_echo_n "(cached) " >&6
2137else
2138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2139/* end confdefs.h. */
2140$4
2141int
2142main ()
2143{
360cfc9c
AM
2144#ifndef $as_decl_name
2145#ifdef __cplusplus
2146 (void) $as_decl_use;
2147#else
2148 (void) $as_decl_name;
2149#endif
81ecdfbb
RW
2150#endif
2151
2152 ;
2153 return 0;
2154}
2155_ACEOF
2156if ac_fn_c_try_compile "$LINENO"; then :
2157 eval "$3=yes"
2158else
2159 eval "$3=no"
2160fi
2161rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2162fi
2163eval ac_res=\$$3
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2165$as_echo "$ac_res" >&6; }
2166 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2167
2168} # ac_fn_c_check_decl
2169cat >config.log <<_ACEOF
2170This file contains any messages produced by compilers while
2171running configure, to aid debugging if configure makes a mistake.
2172
769c7ea5 2173It was created by binutils $as_me 2.30.51, which was
81ecdfbb
RW
2174generated by GNU Autoconf 2.64. Invocation command line was
2175
2176 $ $0 $@
2177
2178_ACEOF
2179exec 5>>config.log
2180{
2181cat <<_ASUNAME
2182## --------- ##
2183## Platform. ##
2184## --------- ##
2185
2186hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2187uname -m = `(uname -m) 2>/dev/null || echo unknown`
2188uname -r = `(uname -r) 2>/dev/null || echo unknown`
2189uname -s = `(uname -s) 2>/dev/null || echo unknown`
2190uname -v = `(uname -v) 2>/dev/null || echo unknown`
2191
2192/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2193/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2194
2195/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2196/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2197/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2198/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2199/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2200/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2201/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2202
2203_ASUNAME
2204
2205as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2206for as_dir in $PATH
2207do
2208 IFS=$as_save_IFS
2209 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2210 $as_echo "PATH: $as_dir"
2211 done
2212IFS=$as_save_IFS
e5a52504 2213
42ecbf5e 2214} >&5
ceae3e33 2215
42ecbf5e 2216cat >&5 <<_ACEOF
e5a52504 2217
42ecbf5e
DJ
2218
2219## ----------- ##
2220## Core tests. ##
2221## ----------- ##
2222
2223_ACEOF
2224
2225
2226# Keep a trace of the command line.
2227# Strip out --no-create and --no-recursion so they do not pile up.
2228# Strip out --silent because we don't want to record it for future runs.
2229# Also quote any args containing shell meta-characters.
2230# Make two passes to allow for proper duplicate-argument suppression.
2231ac_configure_args=
2232ac_configure_args0=
2233ac_configure_args1=
42ecbf5e
DJ
2234ac_must_keep_next=false
2235for ac_pass in 1 2
2236do
2237 for ac_arg
2238 do
2239 case $ac_arg in
2240 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2241 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2242 | -silent | --silent | --silen | --sile | --sil)
2243 continue ;;
81ecdfbb
RW
2244 *\'*)
2245 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2246 esac
2247 case $ac_pass in
81ecdfbb 2248 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2249 2)
81ecdfbb 2250 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2251 if test $ac_must_keep_next = true; then
2252 ac_must_keep_next=false # Got value, back to normal.
2253 else
2254 case $ac_arg in
2255 *=* | --config-cache | -C | -disable-* | --disable-* \
2256 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2257 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2258 | -with-* | --with-* | -without-* | --without-* | --x)
2259 case "$ac_configure_args0 " in
2260 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2261 esac
2262 ;;
2263 -* ) ac_must_keep_next=true ;;
2264 esac
2265 fi
81ecdfbb 2266 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2267 ;;
2268 esac
2269 done
2270done
81ecdfbb
RW
2271{ ac_configure_args0=; unset ac_configure_args0;}
2272{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2273
2274# When interrupted or exit'd, cleanup temporary files, and complete
2275# config.log. We remove comments because anyway the quotes in there
2276# would cause problems or look ugly.
81ecdfbb
RW
2277# WARNING: Use '\'' to represent an apostrophe within the trap.
2278# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2279trap 'exit_status=$?
2280 # Save into config.log some information that might help in debugging.
2281 {
2282 echo
2283
2284 cat <<\_ASBOX
2285## ---------------- ##
2286## Cache variables. ##
2287## ---------------- ##
2288_ASBOX
2289 echo
2290 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2291(
2292 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2293 eval ac_val=\$$ac_var
2294 case $ac_val in #(
2295 *${as_nl}*)
2296 case $ac_var in #(
2297 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2298$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2299 esac
2300 case $ac_var in #(
2301 _ | IFS | as_nl) ;; #(
2302 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2303 *) { eval $ac_var=; unset $ac_var;} ;;
2304 esac ;;
2305 esac
2306 done
42ecbf5e 2307 (set) 2>&1 |
81ecdfbb
RW
2308 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2309 *${as_nl}ac_space=\ *)
42ecbf5e 2310 sed -n \
81ecdfbb
RW
2311 "s/'\''/'\''\\\\'\'''\''/g;
2312 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2313 ;; #(
42ecbf5e 2314 *)
81ecdfbb 2315 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2316 ;;
81ecdfbb
RW
2317 esac |
2318 sort
2319)
42ecbf5e
DJ
2320 echo
2321
2322 cat <<\_ASBOX
2323## ----------------- ##
2324## Output variables. ##
2325## ----------------- ##
2326_ASBOX
2327 echo
2328 for ac_var in $ac_subst_vars
2329 do
81ecdfbb
RW
2330 eval ac_val=\$$ac_var
2331 case $ac_val in
2332 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2333 esac
2334 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2335 done | sort
2336 echo
2337
2338 if test -n "$ac_subst_files"; then
2339 cat <<\_ASBOX
81ecdfbb
RW
2340## ------------------- ##
2341## File substitutions. ##
2342## ------------------- ##
42ecbf5e
DJ
2343_ASBOX
2344 echo
2345 for ac_var in $ac_subst_files
2346 do
81ecdfbb
RW
2347 eval ac_val=\$$ac_var
2348 case $ac_val in
2349 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2350 esac
2351 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2352 done | sort
2353 echo
2354 fi
2355
2356 if test -s confdefs.h; then
2357 cat <<\_ASBOX
2358## ----------- ##
2359## confdefs.h. ##
2360## ----------- ##
2361_ASBOX
2362 echo
81ecdfbb 2363 cat confdefs.h
42ecbf5e
DJ
2364 echo
2365 fi
2366 test "$ac_signal" != 0 &&
81ecdfbb
RW
2367 $as_echo "$as_me: caught signal $ac_signal"
2368 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2369 } >&5
81ecdfbb
RW
2370 rm -f core *.core core.conftest.* &&
2371 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2372 exit $exit_status
81ecdfbb 2373' 0
42ecbf5e 2374for ac_signal in 1 2 13 15; do
81ecdfbb 2375 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2376done
2377ac_signal=0
2378
2379# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2380rm -f -r conftest* confdefs.h
2381
2382$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2383
2384# Predefined preprocessor variables.
2385
2386cat >>confdefs.h <<_ACEOF
2387#define PACKAGE_NAME "$PACKAGE_NAME"
2388_ACEOF
2389
42ecbf5e
DJ
2390cat >>confdefs.h <<_ACEOF
2391#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2392_ACEOF
2393
42ecbf5e
DJ
2394cat >>confdefs.h <<_ACEOF
2395#define PACKAGE_VERSION "$PACKAGE_VERSION"
2396_ACEOF
2397
42ecbf5e
DJ
2398cat >>confdefs.h <<_ACEOF
2399#define PACKAGE_STRING "$PACKAGE_STRING"
2400_ACEOF
2401
42ecbf5e
DJ
2402cat >>confdefs.h <<_ACEOF
2403#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2404_ACEOF
2405
81ecdfbb
RW
2406cat >>confdefs.h <<_ACEOF
2407#define PACKAGE_URL "$PACKAGE_URL"
2408_ACEOF
2409
42ecbf5e
DJ
2410
2411# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2412# Prefer an explicitly selected file to automatically selected ones.
2413ac_site_file1=NONE
2414ac_site_file2=NONE
2415if test -n "$CONFIG_SITE"; then
2416 ac_site_file1=$CONFIG_SITE
2417elif test "x$prefix" != xNONE; then
2418 ac_site_file1=$prefix/share/config.site
2419 ac_site_file2=$prefix/etc/config.site
2420else
2421 ac_site_file1=$ac_default_prefix/share/config.site
2422 ac_site_file2=$ac_default_prefix/etc/config.site
2423fi
2424for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2425do
2426 test "x$ac_site_file" = xNONE && continue
42ecbf5e 2427 if test -r "$ac_site_file"; then
81ecdfbb
RW
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2429$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e
DJ
2430 sed 's/^/| /' "$ac_site_file" >&5
2431 . "$ac_site_file"
2432 fi
2433done
2434
2435if test -r "$cache_file"; then
2436 # Some versions of bash will fail to source /dev/null (special
2437 # files actually), so we avoid doing that.
2438 if test -f "$cache_file"; then
81ecdfbb
RW
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2440$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2441 case $cache_file in
81ecdfbb
RW
2442 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2443 *) . "./$cache_file";;
42ecbf5e
DJ
2444 esac
2445 fi
2446else
81ecdfbb
RW
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2448$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2449 >$cache_file
2450fi
2451
2452# Check that the precious variables saved in the cache have kept the same
2453# value.
2454ac_cache_corrupted=false
81ecdfbb 2455for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2456 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2457 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2458 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2459 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2460 case $ac_old_set,$ac_new_set in
2461 set,)
81ecdfbb
RW
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2463$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2464 ac_cache_corrupted=: ;;
2465 ,set)
81ecdfbb
RW
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2467$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2468 ac_cache_corrupted=: ;;
2469 ,);;
2470 *)
2471 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2472 # differences in whitespace do not lead to failure.
2473 ac_old_val_w=`echo x $ac_old_val`
2474 ac_new_val_w=`echo x $ac_new_val`
2475 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2477$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2478 ac_cache_corrupted=:
2479 else
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2481$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2482 eval $ac_var=\$ac_old_val
2483 fi
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2485$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2487$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2488 fi;;
2489 esac
2490 # Pass precious variables to config.status.
2491 if test "$ac_new_set" = set; then
2492 case $ac_new_val in
81ecdfbb 2493 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2494 *) ac_arg=$ac_var=$ac_new_val ;;
2495 esac
2496 case " $ac_configure_args " in
2497 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2498 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2499 esac
2500 fi
2501done
2502if $ac_cache_corrupted; then
81ecdfbb
RW
2503 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2504$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2506$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2507 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2508fi
81ecdfbb
RW
2509## -------------------- ##
2510## Main body of script. ##
2511## -------------------- ##
42ecbf5e
DJ
2512
2513ac_ext=c
2514ac_cpp='$CPP $CPPFLAGS'
2515ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2516ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2517ac_compiler_gnu=$ac_cv_c_compiler_gnu
2518
2519
2520
42ecbf5e 2521
da594c4a 2522
42ecbf5e
DJ
2523
2524
2525ac_aux_dir=
81ecdfbb
RW
2526for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2527 for ac_t in install-sh install.sh shtool; do
2528 if test -f "$ac_dir/$ac_t"; then
2529 ac_aux_dir=$ac_dir
2530 ac_install_sh="$ac_aux_dir/$ac_t -c"
2531 break 2
2532 fi
2533 done
42ecbf5e
DJ
2534done
2535if test -z "$ac_aux_dir"; then
81ecdfbb 2536 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2537fi
81ecdfbb
RW
2538
2539# These three variables are undocumented and unsupported,
2540# and are intended to be withdrawn in a future Autoconf release.
2541# They can cause serious problems if a builder's source tree is in a directory
2542# whose full name contains unusual characters.
2543ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2544ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2545ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2546
42ecbf5e
DJ
2547
2548# Make sure we can run config.sub.
81ecdfbb
RW
2549$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2550 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2551
2552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2553$as_echo_n "checking build system type... " >&6; }
2554if test "${ac_cv_build+set}" = set; then :
2555 $as_echo_n "(cached) " >&6
2556else
2557 ac_build_alias=$build_alias
2558test "x$ac_build_alias" = x &&
2559 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2560test "x$ac_build_alias" = x &&
2561 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2562ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2563 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2564
2565fi
2566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2567$as_echo "$ac_cv_build" >&6; }
2568case $ac_cv_build in
2569*-*-*) ;;
2570*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2571esac
42ecbf5e 2572build=$ac_cv_build
81ecdfbb
RW
2573ac_save_IFS=$IFS; IFS='-'
2574set x $ac_cv_build
2575shift
2576build_cpu=$1
2577build_vendor=$2
2578shift; shift
2579# Remember, the first character of IFS is used to create $*,
2580# except with old shells:
2581build_os=$*
2582IFS=$ac_save_IFS
2583case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2584
2585
81ecdfbb
RW
2586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2587$as_echo_n "checking host system type... " >&6; }
2588if test "${ac_cv_host+set}" = set; then :
2589 $as_echo_n "(cached) " >&6
42ecbf5e 2590else
81ecdfbb
RW
2591 if test "x$host_alias" = x; then
2592 ac_cv_host=$ac_cv_build
2593else
2594 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2595 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2596fi
42ecbf5e
DJ
2597
2598fi
81ecdfbb
RW
2599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2600$as_echo "$ac_cv_host" >&6; }
2601case $ac_cv_host in
2602*-*-*) ;;
2603*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2604esac
42ecbf5e 2605host=$ac_cv_host
81ecdfbb
RW
2606ac_save_IFS=$IFS; IFS='-'
2607set x $ac_cv_host
2608shift
2609host_cpu=$1
2610host_vendor=$2
2611shift; shift
2612# Remember, the first character of IFS is used to create $*,
2613# except with old shells:
2614host_os=$*
2615IFS=$ac_save_IFS
2616case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2617
2618
81ecdfbb
RW
2619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2620$as_echo_n "checking target system type... " >&6; }
2621if test "${ac_cv_target+set}" = set; then :
2622 $as_echo_n "(cached) " >&6
2623else
2624 if test "x$target_alias" = x; then
2625 ac_cv_target=$ac_cv_host
42ecbf5e 2626else
81ecdfbb
RW
2627 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2628 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2629fi
42ecbf5e
DJ
2630
2631fi
81ecdfbb
RW
2632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2633$as_echo "$ac_cv_target" >&6; }
2634case $ac_cv_target in
2635*-*-*) ;;
2636*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2637esac
42ecbf5e 2638target=$ac_cv_target
81ecdfbb
RW
2639ac_save_IFS=$IFS; IFS='-'
2640set x $ac_cv_target
2641shift
2642target_cpu=$1
2643target_vendor=$2
2644shift; shift
2645# Remember, the first character of IFS is used to create $*,
2646# except with old shells:
2647target_os=$*
2648IFS=$ac_save_IFS
2649case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2650
2651
2652# The aliases save the names the user supplied, while $host etc.
2653# will get canonicalized.
2654test -n "$target_alias" &&
2655 test "$program_prefix$program_suffix$program_transform_name" = \
2656 NONENONEs,x,x, &&
2657 program_prefix=${target_alias}-
2658ac_ext=c
2659ac_cpp='$CPP $CPPFLAGS'
2660ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2661ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2662ac_compiler_gnu=$ac_cv_c_compiler_gnu
2663if test -n "$ac_tool_prefix"; then
2664 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2665set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2667$as_echo_n "checking for $ac_word... " >&6; }
2668if test "${ac_cv_prog_CC+set}" = set; then :
2669 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2670else
2671 if test -n "$CC"; then
2672 ac_cv_prog_CC="$CC" # Let the user override the test.
2673else
2674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2675for as_dir in $PATH
2676do
2677 IFS=$as_save_IFS
2678 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2679 for ac_exec_ext in '' $ac_executable_extensions; do
2680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2681 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2683 break 2
2684 fi
2685done
81ecdfbb
RW
2686 done
2687IFS=$as_save_IFS
42ecbf5e
DJ
2688
2689fi
2690fi
2691CC=$ac_cv_prog_CC
2692if test -n "$CC"; then
81ecdfbb
RW
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2694$as_echo "$CC" >&6; }
42ecbf5e 2695else
81ecdfbb
RW
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2697$as_echo "no" >&6; }
42ecbf5e
DJ
2698fi
2699
81ecdfbb 2700
42ecbf5e
DJ
2701fi
2702if test -z "$ac_cv_prog_CC"; then
2703 ac_ct_CC=$CC
2704 # Extract the first word of "gcc", so it can be a program name with args.
2705set dummy gcc; ac_word=$2
81ecdfbb
RW
2706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2707$as_echo_n "checking for $ac_word... " >&6; }
2708if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2709 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2710else
2711 if test -n "$ac_ct_CC"; then
2712 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2713else
2714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2715for as_dir in $PATH
2716do
2717 IFS=$as_save_IFS
2718 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2719 for ac_exec_ext in '' $ac_executable_extensions; do
2720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2721 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2723 break 2
2724 fi
2725done
81ecdfbb
RW
2726 done
2727IFS=$as_save_IFS
42ecbf5e
DJ
2728
2729fi
2730fi
2731ac_ct_CC=$ac_cv_prog_ac_ct_CC
2732if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2734$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2735else
81ecdfbb
RW
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2737$as_echo "no" >&6; }
42ecbf5e
DJ
2738fi
2739
81ecdfbb
RW
2740 if test "x$ac_ct_CC" = x; then
2741 CC=""
2742 else
2743 case $cross_compiling:$ac_tool_warned in
2744yes:)
2745{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2746$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2747ac_tool_warned=yes ;;
2748esac
2749 CC=$ac_ct_CC
2750 fi
42ecbf5e
DJ
2751else
2752 CC="$ac_cv_prog_CC"
2753fi
2754
2755if test -z "$CC"; then
81ecdfbb
RW
2756 if test -n "$ac_tool_prefix"; then
2757 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2758set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2760$as_echo_n "checking for $ac_word... " >&6; }
2761if test "${ac_cv_prog_CC+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2763else
2764 if test -n "$CC"; then
2765 ac_cv_prog_CC="$CC" # Let the user override the test.
2766else
2767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2768for as_dir in $PATH
2769do
2770 IFS=$as_save_IFS
2771 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2772 for ac_exec_ext in '' $ac_executable_extensions; do
2773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2774 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2776 break 2
2777 fi
2778done
81ecdfbb
RW
2779 done
2780IFS=$as_save_IFS
42ecbf5e
DJ
2781
2782fi
2783fi
2784CC=$ac_cv_prog_CC
2785if test -n "$CC"; then
81ecdfbb
RW
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2787$as_echo "$CC" >&6; }
42ecbf5e 2788else
81ecdfbb
RW
2789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2790$as_echo "no" >&6; }
42ecbf5e
DJ
2791fi
2792
81ecdfbb
RW
2793
2794 fi
42ecbf5e 2795fi
81ecdfbb 2796if test -z "$CC"; then
42ecbf5e
DJ
2797 # Extract the first word of "cc", so it can be a program name with args.
2798set dummy cc; ac_word=$2
81ecdfbb
RW
2799{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2800$as_echo_n "checking for $ac_word... " >&6; }
2801if test "${ac_cv_prog_CC+set}" = set; then :
2802 $as_echo_n "(cached) " >&6
42ecbf5e 2803else
81ecdfbb
RW
2804 if test -n "$CC"; then
2805 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2806else
81ecdfbb 2807 ac_prog_rejected=no
42ecbf5e
DJ
2808as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2809for as_dir in $PATH
2810do
2811 IFS=$as_save_IFS
2812 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2813 for ac_exec_ext in '' $ac_executable_extensions; do
2814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2815 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2816 ac_prog_rejected=yes
2817 continue
2818 fi
2819 ac_cv_prog_CC="cc"
2820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2821 break 2
2822 fi
2823done
81ecdfbb
RW
2824 done
2825IFS=$as_save_IFS
42ecbf5e
DJ
2826
2827if test $ac_prog_rejected = yes; then
2828 # We found a bogon in the path, so make sure we never use it.
2829 set dummy $ac_cv_prog_CC
2830 shift
2831 if test $# != 0; then
2832 # We chose a different compiler from the bogus one.
2833 # However, it has the same basename, so the bogon will be chosen
2834 # first if we set CC to just the basename; use the full file name.
2835 shift
2836 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2837 fi
2838fi
2839fi
2840fi
2841CC=$ac_cv_prog_CC
2842if test -n "$CC"; then
81ecdfbb
RW
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2844$as_echo "$CC" >&6; }
42ecbf5e 2845else
81ecdfbb
RW
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2847$as_echo "no" >&6; }
42ecbf5e
DJ
2848fi
2849
81ecdfbb 2850
42ecbf5e
DJ
2851fi
2852if test -z "$CC"; then
2853 if test -n "$ac_tool_prefix"; then
81ecdfbb 2854 for ac_prog in cl.exe
42ecbf5e
DJ
2855 do
2856 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2857set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2859$as_echo_n "checking for $ac_word... " >&6; }
2860if test "${ac_cv_prog_CC+set}" = set; then :
2861 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2862else
2863 if test -n "$CC"; then
2864 ac_cv_prog_CC="$CC" # Let the user override the test.
2865else
2866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2867for as_dir in $PATH
2868do
2869 IFS=$as_save_IFS
2870 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2871 for ac_exec_ext in '' $ac_executable_extensions; do
2872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2873 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2875 break 2
2876 fi
2877done
81ecdfbb
RW
2878 done
2879IFS=$as_save_IFS
42ecbf5e
DJ
2880
2881fi
2882fi
2883CC=$ac_cv_prog_CC
2884if test -n "$CC"; then
81ecdfbb
RW
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2886$as_echo "$CC" >&6; }
42ecbf5e 2887else
81ecdfbb
RW
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2889$as_echo "no" >&6; }
42ecbf5e
DJ
2890fi
2891
81ecdfbb 2892
42ecbf5e
DJ
2893 test -n "$CC" && break
2894 done
2895fi
2896if test -z "$CC"; then
2897 ac_ct_CC=$CC
81ecdfbb 2898 for ac_prog in cl.exe
42ecbf5e
DJ
2899do
2900 # Extract the first word of "$ac_prog", so it can be a program name with args.
2901set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2903$as_echo_n "checking for $ac_word... " >&6; }
2904if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2905 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2906else
2907 if test -n "$ac_ct_CC"; then
2908 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2909else
2910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2911for as_dir in $PATH
2912do
2913 IFS=$as_save_IFS
2914 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2915 for ac_exec_ext in '' $ac_executable_extensions; do
2916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2917 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2919 break 2
2920 fi
2921done
81ecdfbb
RW
2922 done
2923IFS=$as_save_IFS
42ecbf5e
DJ
2924
2925fi
2926fi
2927ac_ct_CC=$ac_cv_prog_ac_ct_CC
2928if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2930$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2931else
81ecdfbb
RW
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2933$as_echo "no" >&6; }
42ecbf5e
DJ
2934fi
2935
81ecdfbb 2936
42ecbf5e
DJ
2937 test -n "$ac_ct_CC" && break
2938done
2939
81ecdfbb
RW
2940 if test "x$ac_ct_CC" = x; then
2941 CC=""
2942 else
2943 case $cross_compiling:$ac_tool_warned in
2944yes:)
2945{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2946$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2947ac_tool_warned=yes ;;
2948esac
2949 CC=$ac_ct_CC
2950 fi
42ecbf5e
DJ
2951fi
2952
2953fi
2954
2955
81ecdfbb
RW
2956test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2957$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2958as_fn_error "no acceptable C compiler found in \$PATH
2959See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2960
2961# Provide some information about the compiler.
81ecdfbb
RW
2962$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2963set X $ac_compile
2964ac_compiler=$2
2965for ac_option in --version -v -V -qversion; do
2966 { { ac_try="$ac_compiler $ac_option >&5"
2967case "(($ac_try" in
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2970esac
2971eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2972$as_echo "$ac_try_echo"; } >&5
2973 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 2974 ac_status=$?
81ecdfbb
RW
2975 if test -s conftest.err; then
2976 sed '10a\
2977... rest of stderr output deleted ...
2978 10q' conftest.err >conftest.er1
2979 cat conftest.er1 >&5
2980 rm -f conftest.er1 conftest.err
2981 fi
2982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2983 test $ac_status = 0; }
2984done
42ecbf5e 2985
81ecdfbb 2986cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2987/* end confdefs.h. */
2988
2989int
2990main ()
2991{
2992
2993 ;
2994 return 0;
2995}
2996_ACEOF
2997ac_clean_files_save=$ac_clean_files
81ecdfbb 2998ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42ecbf5e
DJ
2999# Try to create an executable without -o first, disregard a.out.
3000# It will help us diagnose broken compilers, and finding out an intuition
3001# of exeext.
81ecdfbb
RW
3002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3003$as_echo_n "checking for C compiler default output file name... " >&6; }
3004ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3005
3006# The possible output files:
3007ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3008
3009ac_rmfiles=
3010for ac_file in $ac_files
3011do
3012 case $ac_file in
3013 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3014 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3015 esac
3016done
3017rm -f $ac_rmfiles
3018
3019if { { ac_try="$ac_link_default"
3020case "(($ac_try" in
3021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3022 *) ac_try_echo=$ac_try;;
3023esac
3024eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3025$as_echo "$ac_try_echo"; } >&5
3026 (eval "$ac_link_default") 2>&5
3027 ac_status=$?
3028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3029 test $ac_status = 0; }; then :
3030 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3031# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3032# in a Makefile. We should not override ac_cv_exeext if it was cached,
3033# so that the user can short-circuit this test for compilers unknown to
3034# Autoconf.
3035for ac_file in $ac_files ''
42ecbf5e
DJ
3036do
3037 test -f "$ac_file" || continue
3038 case $ac_file in
81ecdfbb 3039 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3040 ;;
3041 [ab].out )
3042 # We found the default executable, but exeext='' is most
3043 # certainly right.
3044 break;;
3045 *.* )
81ecdfbb
RW
3046 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3047 then :; else
3048 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3049 fi
3050 # We set ac_cv_exeext here because the later test for it is not
3051 # safe: cross compilers may not add the suffix if given an `-o'
3052 # argument, so we may need to know it at that point already.
3053 # Even if this section looks crufty: it has the advantage of
3054 # actually working.
42ecbf5e
DJ
3055 break;;
3056 * )
3057 break;;
3058 esac
3059done
81ecdfbb
RW
3060test "$ac_cv_exeext" = no && ac_cv_exeext=
3061
42ecbf5e 3062else
81ecdfbb
RW
3063 ac_file=''
3064fi
3065{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3066$as_echo "$ac_file" >&6; }
3067if test -z "$ac_file"; then :
3068 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3069sed 's/^/| /' conftest.$ac_ext >&5
3070
81ecdfbb
RW
3071{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3072$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3073{ as_fn_set_status 77
3074as_fn_error "C compiler cannot create executables
3075See \`config.log' for more details." "$LINENO" 5; }; }
42ecbf5e 3076fi
42ecbf5e 3077ac_exeext=$ac_cv_exeext
42ecbf5e 3078
81ecdfbb 3079# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3080# the compiler is broken, or we cross compile.
81ecdfbb
RW
3081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3082$as_echo_n "checking whether the C compiler works... " >&6; }
42ecbf5e
DJ
3083# If not cross compiling, check that we can run a simple program.
3084if test "$cross_compiling" != yes; then
3085 if { ac_try='./$ac_file'
81ecdfbb
RW
3086 { { case "(($ac_try" in
3087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3088 *) ac_try_echo=$ac_try;;
3089esac
3090eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3091$as_echo "$ac_try_echo"; } >&5
3092 (eval "$ac_try") 2>&5
42ecbf5e 3093 ac_status=$?
81ecdfbb
RW
3094 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3095 test $ac_status = 0; }; }; then
42ecbf5e
DJ
3096 cross_compiling=no
3097 else
3098 if test "$cross_compiling" = maybe; then
3099 cross_compiling=yes
3100 else
81ecdfbb
RW
3101 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3102$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3103as_fn_error "cannot run C compiled programs.
42ecbf5e 3104If you meant to cross compile, use \`--host'.
81ecdfbb 3105See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
3106 fi
3107 fi
3108fi
81ecdfbb
RW
3109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3110$as_echo "yes" >&6; }
42ecbf5e 3111
81ecdfbb 3112rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42ecbf5e 3113ac_clean_files=$ac_clean_files_save
81ecdfbb 3114# Check that the compiler produces executables we can run. If not, either
42ecbf5e 3115# the compiler is broken, or we cross compile.
81ecdfbb
RW
3116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3117$as_echo_n "checking whether we are cross compiling... " >&6; }
3118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3119$as_echo "$cross_compiling" >&6; }
3120
3121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3122$as_echo_n "checking for suffix of executables... " >&6; }
3123if { { ac_try="$ac_link"
3124case "(($ac_try" in
3125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3126 *) ac_try_echo=$ac_try;;
3127esac
3128eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3129$as_echo "$ac_try_echo"; } >&5
3130 (eval "$ac_link") 2>&5
42ecbf5e 3131 ac_status=$?
81ecdfbb
RW
3132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3133 test $ac_status = 0; }; then :
42ecbf5e
DJ
3134 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3135# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3136# work properly (i.e., refer to `conftest.exe'), while it won't with
3137# `rm'.
3138for ac_file in conftest.exe conftest conftest.*; do
3139 test -f "$ac_file" || continue
3140 case $ac_file in
81ecdfbb 3141 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3142 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3143 break;;
3144 * ) break;;
3145 esac
3146done
3147else
81ecdfbb
RW
3148 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3149$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3150as_fn_error "cannot compute suffix of executables: cannot compile and link
3151See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3152fi
42ecbf5e 3153rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3155$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3156
3157rm -f conftest.$ac_ext
3158EXEEXT=$ac_cv_exeext
3159ac_exeext=$EXEEXT
81ecdfbb
RW
3160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3161$as_echo_n "checking for suffix of object files... " >&6; }
3162if test "${ac_cv_objext+set}" = set; then :
3163 $as_echo_n "(cached) " >&6
42ecbf5e 3164else
81ecdfbb 3165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3166/* end confdefs.h. */
3167
3168int
3169main ()
3170{
3171
3172 ;
3173 return 0;
3174}
3175_ACEOF
3176rm -f conftest.o conftest.obj
81ecdfbb
RW
3177if { { ac_try="$ac_compile"
3178case "(($ac_try" in
3179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180 *) ac_try_echo=$ac_try;;
3181esac
3182eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3183$as_echo "$ac_try_echo"; } >&5
3184 (eval "$ac_compile") 2>&5
3185 ac_status=$?
3186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3187 test $ac_status = 0; }; then :
3188 for ac_file in conftest.o conftest.obj conftest.*; do
3189 test -f "$ac_file" || continue;
42ecbf5e 3190 case $ac_file in
81ecdfbb 3191 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3192 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3193 break;;
3194 esac
3195done
3196else
81ecdfbb 3197 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3198sed 's/^/| /' conftest.$ac_ext >&5
3199
81ecdfbb
RW
3200{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3201$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3202as_fn_error "cannot compute suffix of object files: cannot compile
3203See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 3204fi
42ecbf5e
DJ
3205rm -f conftest.$ac_cv_objext conftest.$ac_ext
3206fi
81ecdfbb
RW
3207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3208$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3209OBJEXT=$ac_cv_objext
3210ac_objext=$OBJEXT
81ecdfbb
RW
3211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3212$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3213if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3214 $as_echo_n "(cached) " >&6
42ecbf5e 3215else
81ecdfbb 3216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3217/* end confdefs.h. */
3218
3219int
3220main ()
3221{
3222#ifndef __GNUC__
3223 choke me
3224#endif
3225
3226 ;
3227 return 0;
3228}
3229_ACEOF
81ecdfbb 3230if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3231 ac_compiler_gnu=yes
3232else
81ecdfbb 3233 ac_compiler_gnu=no
42ecbf5e 3234fi
81ecdfbb 3235rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3236ac_cv_c_compiler_gnu=$ac_compiler_gnu
3237
3238fi
81ecdfbb
RW
3239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3240$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3241if test $ac_compiler_gnu = yes; then
3242 GCC=yes
3243else
3244 GCC=
3245fi
42ecbf5e
DJ
3246ac_test_CFLAGS=${CFLAGS+set}
3247ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3249$as_echo_n "checking whether $CC accepts -g... " >&6; }
3250if test "${ac_cv_prog_cc_g+set}" = set; then :
3251 $as_echo_n "(cached) " >&6
3252else
3253 ac_save_c_werror_flag=$ac_c_werror_flag
3254 ac_c_werror_flag=yes
3255 ac_cv_prog_cc_g=no
3256 CFLAGS="-g"
3257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3258/* end confdefs.h. */
3259
3260int
3261main ()
3262{
3263
3264 ;
3265 return 0;
3266}
3267_ACEOF
81ecdfbb 3268if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3269 ac_cv_prog_cc_g=yes
3270else
81ecdfbb
RW
3271 CFLAGS=""
3272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3273/* end confdefs.h. */
3274
3275int
3276main ()
3277{
3278
3279 ;
3280 return 0;
3281}
3282_ACEOF
3283if ac_fn_c_try_compile "$LINENO"; then :
3284
3285else
3286 ac_c_werror_flag=$ac_save_c_werror_flag
3287 CFLAGS="-g"
3288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3289/* end confdefs.h. */
3290
3291int
3292main ()
3293{
42ecbf5e 3294
81ecdfbb
RW
3295 ;
3296 return 0;
3297}
3298_ACEOF
3299if ac_fn_c_try_compile "$LINENO"; then :
3300 ac_cv_prog_cc_g=yes
3301fi
3302rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3303fi
81ecdfbb 3304rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3305fi
81ecdfbb
RW
3306rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3307 ac_c_werror_flag=$ac_save_c_werror_flag
3308fi
3309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3310$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3311if test "$ac_test_CFLAGS" = set; then
3312 CFLAGS=$ac_save_CFLAGS
3313elif test $ac_cv_prog_cc_g = yes; then
3314 if test "$GCC" = yes; then
3315 CFLAGS="-g -O2"
3316 else
3317 CFLAGS="-g"
3318 fi
3319else
3320 if test "$GCC" = yes; then
3321 CFLAGS="-O2"
3322 else
3323 CFLAGS=
3324 fi
3325fi
81ecdfbb
RW
3326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3327$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3328if test "${ac_cv_prog_cc_c89+set}" = set; then :
3329 $as_echo_n "(cached) " >&6
42ecbf5e 3330else
81ecdfbb 3331 ac_cv_prog_cc_c89=no
42ecbf5e 3332ac_save_CC=$CC
81ecdfbb 3333cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3334/* end confdefs.h. */
3335#include <stdarg.h>
3336#include <stdio.h>
3337#include <sys/types.h>
3338#include <sys/stat.h>
3339/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3340struct buf { int x; };
3341FILE * (*rcsopen) (struct buf *, struct stat *, int);
3342static char *e (p, i)
3343 char **p;
3344 int i;
3345{
3346 return p[i];
3347}
3348static char *f (char * (*g) (char **, int), char **p, ...)
3349{
3350 char *s;
3351 va_list v;
3352 va_start (v,p);
3353 s = g (p, va_arg (v,int));
3354 va_end (v);
3355 return s;
3356}
3357
3358/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3359 function prototypes and stuff, but not '\xHH' hex character constants.
3360 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3361 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3362 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3363 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3364 that's true only with -std. */
42ecbf5e
DJ
3365int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3366
81ecdfbb
RW
3367/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3368 inside strings and character constants. */
3369#define FOO(x) 'x'
3370int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3371
42ecbf5e
DJ
3372int test (int i, double x);
3373struct s1 {int (*f) (int a);};
3374struct s2 {int (*f) (double a);};
3375int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3376int argc;
3377char **argv;
3378int
3379main ()
3380{
3381return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3382 ;
3383 return 0;
3384}
3385_ACEOF
81ecdfbb
RW
3386for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3387 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3388do
3389 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3390 if ac_fn_c_try_compile "$LINENO"; then :
3391 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3392fi
81ecdfbb
RW
3393rm -f core conftest.err conftest.$ac_objext
3394 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3395done
81ecdfbb 3396rm -f conftest.$ac_ext
42ecbf5e
DJ
3397CC=$ac_save_CC
3398
3399fi
81ecdfbb
RW
3400# AC_CACHE_VAL
3401case "x$ac_cv_prog_cc_c89" in
3402 x)
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3404$as_echo "none needed" >&6; } ;;
3405 xno)
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3407$as_echo "unsupported" >&6; } ;;
42ecbf5e 3408 *)
81ecdfbb
RW
3409 CC="$CC $ac_cv_prog_cc_c89"
3410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3411$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3412esac
81ecdfbb 3413if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3414
42ecbf5e
DJ
3415fi
3416
42ecbf5e
DJ
3417ac_ext=c
3418ac_cpp='$CPP $CPPFLAGS'
3419ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3420ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3421ac_compiler_gnu=$ac_cv_c_compiler_gnu
3422
3423
81ecdfbb
RW
3424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3425$as_echo_n "checking for library containing strerror... " >&6; }
3426if test "${ac_cv_search_strerror+set}" = set; then :
3427 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3428else
3429 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3430cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3431/* end confdefs.h. */
3432
81ecdfbb
RW
3433/* Override any GCC internal prototype to avoid an error.
3434 Use char because int might match the return type of a GCC
3435 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3436#ifdef __cplusplus
3437extern "C"
3438#endif
42ecbf5e
DJ
3439char strerror ();
3440int
3441main ()
3442{
81ecdfbb 3443return strerror ();
42ecbf5e
DJ
3444 ;
3445 return 0;
3446}
3447_ACEOF
81ecdfbb
RW
3448for ac_lib in '' cposix; do
3449 if test -z "$ac_lib"; then
3450 ac_res="none required"
3451 else
3452 ac_res=-l$ac_lib
42ecbf5e 3453 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3454 fi
3455 if ac_fn_c_try_link "$LINENO"; then :
3456 ac_cv_search_strerror=$ac_res
3457fi
3458rm -f core conftest.err conftest.$ac_objext \
3459 conftest$ac_exeext
3460 if test "${ac_cv_search_strerror+set}" = set; then :
3461 break
3462fi
3463done
3464if test "${ac_cv_search_strerror+set}" = set; then :
42ecbf5e 3465
42ecbf5e 3466else
81ecdfbb 3467 ac_cv_search_strerror=no
42ecbf5e 3468fi
81ecdfbb 3469rm conftest.$ac_ext
42ecbf5e
DJ
3470LIBS=$ac_func_search_save_LIBS
3471fi
81ecdfbb
RW
3472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3473$as_echo "$ac_cv_search_strerror" >&6; }
3474ac_res=$ac_cv_search_strerror
3475if test "$ac_res" != no; then :
3476 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3477
3478fi
3479
3480
81ecdfbb
RW
3481am__api_version='1.11'
3482
42ecbf5e
DJ
3483# Find a good install program. We prefer a C program (faster),
3484# so one script is as good as another. But avoid the broken or
3485# incompatible versions:
3486# SysV /etc/install, /usr/sbin/install
3487# SunOS /usr/etc/install
3488# IRIX /sbin/install
3489# AIX /bin/install
3490# AmigaOS /C/install, which installs bootblocks on floppy discs
3491# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3492# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3493# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3494# OS/2's system install, which has a completely different semantic
3495# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3496# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3498$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3499if test -z "$INSTALL"; then
81ecdfbb
RW
3500if test "${ac_cv_path_install+set}" = set; then :
3501 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3502else
3503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3504for as_dir in $PATH
3505do
3506 IFS=$as_save_IFS
3507 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3508 # Account for people who put trailing slashes in PATH elements.
3509case $as_dir/ in #((
3510 ./ | .// | /[cC]/* | \
42ecbf5e 3511 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3512 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3513 /usr/ucb/* ) ;;
3514 *)
3515 # OSF1 and SCO ODT 3.0 have their own names for install.
3516 # Don't use installbsd from OSF since it installs stuff as root
3517 # by default.
3518 for ac_prog in ginstall scoinst install; do
3519 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3520 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
42ecbf5e
DJ
3521 if test $ac_prog = install &&
3522 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3523 # AIX install. It has an incompatible calling convention.
3524 :
42ecbf5e
DJ
3525 elif test $ac_prog = install &&
3526 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3527 # program-specific install script used by HP pwplus--don't use.
3528 :
252b5132 3529 else
58c85be7
RW
3530 rm -rf conftest.one conftest.two conftest.dir
3531 echo one > conftest.one
3532 echo two > conftest.two
3533 mkdir conftest.dir
3534 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3535 test -s conftest.one && test -s conftest.two &&
3536 test -s conftest.dir/conftest.one &&
3537 test -s conftest.dir/conftest.two
3538 then
3539 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3540 break 3
3541 fi
252b5132
RH
3542 fi
3543 fi
d15b04bd 3544 done
42ecbf5e
DJ
3545 done
3546 ;;
3547esac
81ecdfbb
RW
3548
3549 done
3550IFS=$as_save_IFS
42ecbf5e 3551
58c85be7 3552rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3553
3554fi
3555 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3556 INSTALL=$ac_cv_path_install
252b5132 3557 else
58c85be7
RW
3558 # As a last resort, use the slow shell script. Don't cache a
3559 # value for INSTALL within a source directory, because that will
252b5132 3560 # break other packages using the cache if that directory is
58c85be7 3561 # removed, or if the value is a relative name.
42ecbf5e 3562 INSTALL=$ac_install_sh
252b5132
RH
3563 fi
3564fi
81ecdfbb
RW
3565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3566$as_echo "$INSTALL" >&6; }
252b5132
RH
3567
3568# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3569# It thinks the first close brace ends the variable substitution.
3570test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3571
42ecbf5e 3572test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3573
3574test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3575
81ecdfbb
RW
3576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3577$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3578# Just in case
3579sleep 1
42ecbf5e 3580echo timestamp > conftest.file
81ecdfbb
RW
3581# Reject unsafe characters in $srcdir or the absolute working directory
3582# name. Accept space and tab only in the latter.
3583am_lf='
3584'
3585case `pwd` in
3586 *[\\\"\#\$\&\'\`$am_lf]*)
3587 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3588esac
3589case $srcdir in
3590 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3591 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3592esac
3593
252b5132
RH
3594# Do `set' in a subshell so we don't clobber the current shell's
3595# arguments. Must try -L first in case configure is actually a
3596# symlink; some systems play weird games with the mod time of symlinks
3597# (eg FreeBSD returns the mod time of the symlink's containing
3598# directory).
3599if (
81ecdfbb 3600 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3601 if test "$*" = "X"; then
3602 # -L didn't work.
81ecdfbb 3603 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3604 fi
42ecbf5e
DJ
3605 rm -f conftest.file
3606 if test "$*" != "X $srcdir/configure conftest.file" \
3607 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3608
3609 # If neither matched, then we have a broken ls. This can happen
3610 # if, for instance, CONFIG_SHELL is bash and it inherits a
3611 # broken ls alias from the environment. This has actually
3612 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3613 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3614alias in your environment" "$LINENO" 5
252b5132
RH
3615 fi
3616
42ecbf5e 3617 test "$2" = conftest.file
252b5132
RH
3618 )
3619then
3620 # Ok.
3621 :
3622else
81ecdfbb
RW
3623 as_fn_error "newly created file is older than distributed files!
3624Check your system clock" "$LINENO" 5
42ecbf5e 3625fi
81ecdfbb
RW
3626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3627$as_echo "yes" >&6; }
42ecbf5e 3628test "$program_prefix" != NONE &&
81ecdfbb 3629 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3630# Use a double $ so make ignores it.
3631test "$program_suffix" != NONE &&
81ecdfbb
RW
3632 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3633# Double any \ or $.
42ecbf5e 3634# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3635ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3636program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e
DJ
3637
3638# expand $ac_aux_dir to an absolute path
3639am_aux_dir=`cd $ac_aux_dir && pwd`
3640
81ecdfbb
RW
3641if test x"${MISSING+set}" != xset; then
3642 case $am_aux_dir in
3643 *\ * | *\ *)
3644 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3645 *)
3646 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3647 esac
3648fi
42ecbf5e
DJ
3649# Use eval to expand $SHELL
3650if eval "$MISSING --run true"; then
3651 am_missing_run="$MISSING --run "
3652else
3653 am_missing_run=
81ecdfbb
RW
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3655$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3656fi
3657
81ecdfbb
RW
3658if test x"${install_sh}" != xset; then
3659 case $am_aux_dir in
3660 *\ * | *\ *)
3661 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3662 *)
3663 install_sh="\${SHELL} $am_aux_dir/install-sh"
3664 esac
3665fi
3666
3667# Installed binaries are usually stripped using `strip' when the user
3668# run `make install-strip'. However `strip' might not be the right
3669# tool to use in cross-compilation environments, therefore Automake
3670# will honor the `STRIP' environment variable to overrule this program.
3671if test "$cross_compiling" != no; then
3672 if test -n "$ac_tool_prefix"; then
3673 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3674set dummy ${ac_tool_prefix}strip; ac_word=$2
3675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3676$as_echo_n "checking for $ac_word... " >&6; }
3677if test "${ac_cv_prog_STRIP+set}" = set; then :
3678 $as_echo_n "(cached) " >&6
42ecbf5e 3679else
81ecdfbb
RW
3680 if test -n "$STRIP"; then
3681 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3682else
3683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3684for as_dir in $PATH
3685do
3686 IFS=$as_save_IFS
3687 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3688 for ac_exec_ext in '' $ac_executable_extensions; do
3689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3690 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3692 break 2
3693 fi
3694done
3695 done
3696IFS=$as_save_IFS
3697
3698fi
3699fi
3700STRIP=$ac_cv_prog_STRIP
3701if test -n "$STRIP"; then
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3703$as_echo "$STRIP" >&6; }
3704else
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3706$as_echo "no" >&6; }
3707fi
3708
3709
3710fi
3711if test -z "$ac_cv_prog_STRIP"; then
3712 ac_ct_STRIP=$STRIP
3713 # Extract the first word of "strip", so it can be a program name with args.
3714set dummy strip; ac_word=$2
3715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3716$as_echo_n "checking for $ac_word... " >&6; }
3717if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3718 $as_echo_n "(cached) " >&6
3719else
3720 if test -n "$ac_ct_STRIP"; then
3721 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3722else
3723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724for as_dir in $PATH
3725do
3726 IFS=$as_save_IFS
3727 test -z "$as_dir" && as_dir=.
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730 ac_cv_prog_ac_ct_STRIP="strip"
3731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3732 break 2
3733 fi
3734done
81ecdfbb
RW
3735 done
3736IFS=$as_save_IFS
3737
3738fi
3739fi
3740ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3741if test -n "$ac_ct_STRIP"; then
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3743$as_echo "$ac_ct_STRIP" >&6; }
3744else
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746$as_echo "no" >&6; }
3747fi
3748
3749 if test "x$ac_ct_STRIP" = x; then
3750 STRIP=":"
3751 else
3752 case $cross_compiling:$ac_tool_warned in
3753yes:)
3754{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3755$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3756ac_tool_warned=yes ;;
3757esac
3758 STRIP=$ac_ct_STRIP
3759 fi
3760else
3761 STRIP="$ac_cv_prog_STRIP"
3762fi
3763
3764fi
3765INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3766
3767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3768$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3769if test -z "$MKDIR_P"; then
3770 if test "${ac_cv_path_mkdir+set}" = set; then :
3771 $as_echo_n "(cached) " >&6
3772else
3773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3775do
3776 IFS=$as_save_IFS
3777 test -z "$as_dir" && as_dir=.
3778 for ac_prog in mkdir gmkdir; do
3779 for ac_exec_ext in '' $ac_executable_extensions; do
3780 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3781 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3782 'mkdir (GNU coreutils) '* | \
3783 'mkdir (coreutils) '* | \
3784 'mkdir (fileutils) '4.1*)
3785 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3786 break 3;;
3787 esac
3788 done
3789 done
3790 done
3791IFS=$as_save_IFS
3792
3793fi
3794
3795 if test "${ac_cv_path_mkdir+set}" = set; then
3796 MKDIR_P="$ac_cv_path_mkdir -p"
3797 else
3798 # As a last resort, use the slow shell script. Don't cache a
3799 # value for MKDIR_P within a source directory, because that will
3800 # break other packages using the cache if that directory is
3801 # removed, or if the value is a relative name.
3802 test -d ./--version && rmdir ./--version
3803 MKDIR_P="$ac_install_sh -d"
3804 fi
3805fi
3806{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3807$as_echo "$MKDIR_P" >&6; }
3808
3809mkdir_p="$MKDIR_P"
3810case $mkdir_p in
3811 [\\/$]* | ?:[\\/]*) ;;
3812 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3813esac
3814
3815for ac_prog in gawk mawk nawk awk
3816do
3817 # Extract the first word of "$ac_prog", so it can be a program name with args.
3818set dummy $ac_prog; ac_word=$2
3819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3820$as_echo_n "checking for $ac_word... " >&6; }
3821if test "${ac_cv_prog_AWK+set}" = set; then :
3822 $as_echo_n "(cached) " >&6
3823else
3824 if test -n "$AWK"; then
3825 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3826else
3827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3828for as_dir in $PATH
3829do
3830 IFS=$as_save_IFS
3831 test -z "$as_dir" && as_dir=.
3832 for ac_exec_ext in '' $ac_executable_extensions; do
3833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3834 ac_cv_prog_AWK="$ac_prog"
3835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3836 break 2
3837 fi
42ecbf5e 3838done
81ecdfbb
RW
3839 done
3840IFS=$as_save_IFS
42ecbf5e
DJ
3841
3842fi
3843fi
3844AWK=$ac_cv_prog_AWK
3845if test -n "$AWK"; then
81ecdfbb
RW
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3847$as_echo "$AWK" >&6; }
42ecbf5e 3848else
81ecdfbb
RW
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3850$as_echo "no" >&6; }
42ecbf5e
DJ
3851fi
3852
81ecdfbb 3853
42ecbf5e
DJ
3854 test -n "$AWK" && break
3855done
3856
81ecdfbb
RW
3857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3858$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3859set x ${MAKE-make}
3860ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3861if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3862 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3863else
3864 cat >conftest.make <<\_ACEOF
81ecdfbb 3865SHELL = /bin/sh
42ecbf5e 3866all:
81ecdfbb 3867 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e
DJ
3868_ACEOF
3869# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3870case `${MAKE-make} -f conftest.make 2>/dev/null` in
3871 *@@@%%%=?*=@@@%%%*)
3872 eval ac_cv_prog_make_${ac_make}_set=yes;;
3873 *)
3874 eval ac_cv_prog_make_${ac_make}_set=no;;
3875esac
42ecbf5e
DJ
3876rm -f conftest.make
3877fi
81ecdfbb
RW
3878if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3880$as_echo "yes" >&6; }
42ecbf5e
DJ
3881 SET_MAKE=
3882else
81ecdfbb
RW
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3884$as_echo "no" >&6; }
42ecbf5e
DJ
3885 SET_MAKE="MAKE=${MAKE-make}"
3886fi
3887
3888rm -rf .tst 2>/dev/null
3889mkdir .tst 2>/dev/null
3890if test -d .tst; then
3891 am__leading_dot=.
3892else
3893 am__leading_dot=_
3894fi
3895rmdir .tst 2>/dev/null
3896
3897DEPDIR="${am__leading_dot}deps"
3898
81ecdfbb 3899ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
3900
3901
3902am_make=${MAKE-make}
3903cat > confinc << 'END'
3904am__doit:
81ecdfbb 3905 @echo this is the am__doit target
42ecbf5e
DJ
3906.PHONY: am__doit
3907END
3908# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3910$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
3911am__include="#"
3912am__quote=
3913_am_result=none
3914# First try GNU make style include.
3915echo "include confinc" > confmf
81ecdfbb
RW
3916# Ignore all kinds of additional output from `make'.
3917case `$am_make -s -f confmf 2> /dev/null` in #(
3918*the\ am__doit\ target*)
3919 am__include=include
3920 am__quote=
3921 _am_result=GNU
3922 ;;
3923esac
42ecbf5e
DJ
3924# Now try BSD make style include.
3925if test "$am__include" = "#"; then
3926 echo '.include "confinc"' > confmf
81ecdfbb
RW
3927 case `$am_make -s -f confmf 2> /dev/null` in #(
3928 *the\ am__doit\ target*)
3929 am__include=.include
3930 am__quote="\""
3931 _am_result=BSD
3932 ;;
3933 esac
42ecbf5e
DJ
3934fi
3935
3936
81ecdfbb
RW
3937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3938$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
3939rm -f confinc confmf
3940
81ecdfbb
RW
3941# Check whether --enable-dependency-tracking was given.
3942if test "${enable_dependency_tracking+set}" = set; then :
3943 enableval=$enable_dependency_tracking;
3944fi
42ecbf5e 3945
42ecbf5e
DJ
3946if test "x$enable_dependency_tracking" != xno; then
3947 am_depcomp="$ac_aux_dir/depcomp"
3948 AMDEPBACKSLASH='\'
6eb7d830 3949 am__nodep='_no'
42ecbf5e 3950fi
81ecdfbb 3951 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
3952 AMDEP_TRUE=
3953 AMDEP_FALSE='#'
3954else
3955 AMDEP_TRUE='#'
3956 AMDEP_FALSE=
3957fi
3958
3959
81ecdfbb
RW
3960if test "`cd $srcdir && pwd`" != "`pwd`"; then
3961 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3962 # is not polluted with repeated "-I."
3963 am__isrc=' -I$(srcdir)'
3964 # test to see if srcdir already configured
3965 if test -f $srcdir/config.status; then
3966 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3967 fi
42ecbf5e
DJ
3968fi
3969
3970# test whether we have cygpath
3971if test -z "$CYGPATH_W"; then
3972 if (cygpath --version) >/dev/null 2>/dev/null; then
3973 CYGPATH_W='cygpath -w'
3974 else
3975 CYGPATH_W=echo
3976 fi
3977fi
3978
3979
3980# Define the identity of the package.
2e98a7bd 3981 PACKAGE='binutils'
769c7ea5 3982 VERSION='2.30.51'
42ecbf5e
DJ
3983
3984
3985cat >>confdefs.h <<_ACEOF
3986#define PACKAGE "$PACKAGE"
3987_ACEOF
3988
3989
3990cat >>confdefs.h <<_ACEOF
3991#define VERSION "$VERSION"
3992_ACEOF
3993
3994# Some tools Automake needs.
3995
3996ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3997
3998
3999AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4000
4001
4002AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4003
4004
4005AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4006
4007
4008MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4009
42ecbf5e
DJ
4010# We need awk for the "check" target. The system "awk" is bad on
4011# some platforms.
6eb7d830
AM
4012# Always define AMTAR for backward compatibility. Yes, it's still used
4013# in the wild :-( We should find a proper way to deprecate it ...
4014AMTAR='$${TAR-tar}'
252b5132 4015
6eb7d830 4016am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
252b5132
RH
4017
4018
4019
252b5132 4020
42ecbf5e
DJ
4021depcc="$CC" am_compiler_list=
4022
81ecdfbb
RW
4023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4024$as_echo_n "checking dependency style of $depcc... " >&6; }
4025if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4026 $as_echo_n "(cached) " >&6
252b5132 4027else
42ecbf5e
DJ
4028 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4029 # We make a subdir and do the tests there. Otherwise we can end up
4030 # making bogus files that we don't know about and never remove. For
4031 # instance it was reported that on HP-UX the gcc test will end up
4032 # making a dummy file named `D' -- because `-MD' means `put the output
4033 # in D'.
6eb7d830 4034 rm -rf conftest.dir
42ecbf5e
DJ
4035 mkdir conftest.dir
4036 # Copy depcomp to subdir because otherwise we won't find it if we're
4037 # using a relative directory.
4038 cp "$am_depcomp" conftest.dir
4039 cd conftest.dir
4040 # We will build objects and dependencies in a subdirectory because
4041 # it helps to detect inapplicable dependency modes. For instance
4042 # both Tru64's cc and ICC support -MD to output dependencies as a
4043 # side effect of compilation, but ICC will put the dependencies in
4044 # the current directory while Tru64 will put them in the object
4045 # directory.
4046 mkdir sub
252b5132 4047
42ecbf5e
DJ
4048 am_cv_CC_dependencies_compiler_type=none
4049 if test "$am_compiler_list" = ""; then
4050 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4051 fi
81ecdfbb
RW
4052 am__universal=false
4053 case " $depcc " in #(
4054 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4055 esac
4056
42ecbf5e
DJ
4057 for depmode in $am_compiler_list; do
4058 # Setup a source with many dependencies, because some compilers
4059 # like to wrap large dependency lists on column 80 (with \), and
4060 # we should not choose a depcomp mode which is confused by this.
4061 #
4062 # We need to recreate these files for each test, as the compiler may
4063 # overwrite some of them when testing with obscure command lines.
4064 # This happens at least with the AIX C compiler.
4065 : > sub/conftest.c
4066 for i in 1 2 3 4 5 6; do
4067 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4068 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4069 # Solaris 8's {/usr,}/bin/sh.
4070 touch sub/conftst$i.h
4071 done
4072 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4073
81ecdfbb
RW
4074 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4075 # mode. It turns out that the SunPro C++ compiler does not properly
4076 # handle `-M -o', and we need to detect this. Also, some Intel
4077 # versions had trouble with output in subdirs
4078 am__obj=sub/conftest.${OBJEXT-o}
4079 am__minus_obj="-o $am__obj"
42ecbf5e 4080 case $depmode in
81ecdfbb
RW
4081 gcc)
4082 # This depmode causes a compiler race in universal mode.
4083 test "$am__universal" = false || continue
4084 ;;
42ecbf5e
DJ
4085 nosideeffect)
4086 # after this tag, mechanisms are not by side-effect, so they'll
4087 # only be used when explicitly requested
4088 if test "x$enable_dependency_tracking" = xyes; then
4089 continue
4090 else
4091 break
4092 fi
4093 ;;
6eb7d830 4094 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
81ecdfbb
RW
4095 # This compiler won't grok `-c -o', but also, the minuso test has
4096 # not run yet. These depmodes are late enough in the game, and
4097 # so weak that their functioning should not be impacted.
4098 am__obj=conftest.${OBJEXT-o}
4099 am__minus_obj=
4100 ;;
42ecbf5e
DJ
4101 none) break ;;
4102 esac
42ecbf5e 4103 if depmode=$depmode \
81ecdfbb 4104 source=sub/conftest.c object=$am__obj \
42ecbf5e 4105 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4106 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4107 >/dev/null 2>conftest.err &&
81ecdfbb 4108 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4109 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4110 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4111 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4112 # icc doesn't choke on unknown options, it will just issue warnings
4113 # or remarks (even with -Werror). So we grep stderr for any message
4114 # that says an option was ignored or not supported.
4115 # When given -MP, icc 7.0 and 7.1 complain thusly:
4116 # icc: Command line warning: ignoring option '-M'; no argument required
4117 # The diagnosis changed in icc 8.0:
4118 # icc: Command line remark: option '-MP' not supported
4119 if (grep 'ignoring option' conftest.err ||
4120 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4121 am_cv_CC_dependencies_compiler_type=$depmode
4122 break
4123 fi
4124 fi
4125 done
4126
4127 cd ..
4128 rm -rf conftest.dir
252b5132 4129else
42ecbf5e 4130 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
4131fi
4132
252b5132 4133fi
81ecdfbb
RW
4134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4135$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4136CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4137
81ecdfbb 4138 if
42ecbf5e
DJ
4139 test "x$enable_dependency_tracking" != xno \
4140 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4141 am__fastdepCC_TRUE=
4142 am__fastdepCC_FALSE='#'
252b5132 4143else
42ecbf5e
DJ
4144 am__fastdepCC_TRUE='#'
4145 am__fastdepCC_FALSE=
252b5132
RH
4146fi
4147
4148
4149
42ecbf5e 4150
d45dc31f
SE
4151ac_ext=c
4152ac_cpp='$CPP $CPPFLAGS'
4153ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4154ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4155ac_compiler_gnu=$ac_cv_c_compiler_gnu
4156if test -n "$ac_tool_prefix"; then
4157 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4158set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4160$as_echo_n "checking for $ac_word... " >&6; }
4161if test "${ac_cv_prog_CC+set}" = set; then :
4162 $as_echo_n "(cached) " >&6
252b5132 4163else
d45dc31f
SE
4164 if test -n "$CC"; then
4165 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 4166else
d45dc31f
SE
4167as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4168for as_dir in $PATH
4169do
4170 IFS=$as_save_IFS
4171 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4172 for ac_exec_ext in '' $ac_executable_extensions; do
4173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4174 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4176 break 2
4177 fi
4178done
81ecdfbb
RW
4179 done
4180IFS=$as_save_IFS
ceae3e33 4181
d45dc31f
SE
4182fi
4183fi
4184CC=$ac_cv_prog_CC
4185if test -n "$CC"; then
81ecdfbb
RW
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4187$as_echo "$CC" >&6; }
252b5132 4188else
81ecdfbb
RW
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4190$as_echo "no" >&6; }
252b5132 4191fi
d45dc31f 4192
81ecdfbb 4193
d45dc31f
SE
4194fi
4195if test -z "$ac_cv_prog_CC"; then
4196 ac_ct_CC=$CC
4197 # Extract the first word of "gcc", so it can be a program name with args.
4198set dummy gcc; ac_word=$2
81ecdfbb
RW
4199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4200$as_echo_n "checking for $ac_word... " >&6; }
4201if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4202 $as_echo_n "(cached) " >&6
252b5132 4203else
d45dc31f
SE
4204 if test -n "$ac_ct_CC"; then
4205 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4206else
d45dc31f
SE
4207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4208for as_dir in $PATH
4209do
4210 IFS=$as_save_IFS
4211 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4212 for ac_exec_ext in '' $ac_executable_extensions; do
4213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4214 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4216 break 2
4217 fi
4218done
81ecdfbb
RW
4219 done
4220IFS=$as_save_IFS
d45dc31f 4221
252b5132
RH
4222fi
4223fi
d45dc31f
SE
4224ac_ct_CC=$ac_cv_prog_ac_ct_CC
4225if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4227$as_echo "$ac_ct_CC" >&6; }
252b5132 4228else
81ecdfbb
RW
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4230$as_echo "no" >&6; }
252b5132 4231fi
d45dc31f 4232
81ecdfbb
RW
4233 if test "x$ac_ct_CC" = x; then
4234 CC=""
4235 else
4236 case $cross_compiling:$ac_tool_warned in
4237yes:)
4238{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4239$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4240ac_tool_warned=yes ;;
4241esac
4242 CC=$ac_ct_CC
4243 fi
d45dc31f
SE
4244else
4245 CC="$ac_cv_prog_CC"
4246fi
4247
4248if test -z "$CC"; then
81ecdfbb
RW
4249 if test -n "$ac_tool_prefix"; then
4250 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4251set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4253$as_echo_n "checking for $ac_word... " >&6; }
4254if test "${ac_cv_prog_CC+set}" = set; then :
4255 $as_echo_n "(cached) " >&6
252b5132 4256else
d45dc31f
SE
4257 if test -n "$CC"; then
4258 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4259else
d45dc31f
SE
4260as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4261for as_dir in $PATH
4262do
4263 IFS=$as_save_IFS
4264 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4265 for ac_exec_ext in '' $ac_executable_extensions; do
4266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4267 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4269 break 2
4270 fi
4271done
81ecdfbb
RW
4272 done
4273IFS=$as_save_IFS
d45dc31f 4274
252b5132
RH
4275fi
4276fi
d45dc31f
SE
4277CC=$ac_cv_prog_CC
4278if test -n "$CC"; then
81ecdfbb
RW
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4280$as_echo "$CC" >&6; }
d45dc31f 4281else
81ecdfbb
RW
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4283$as_echo "no" >&6; }
252b5132
RH
4284fi
4285
252b5132 4286
81ecdfbb 4287 fi
d45dc31f
SE
4288fi
4289if test -z "$CC"; then
4290 # Extract the first word of "cc", so it can be a program name with args.
4291set dummy cc; ac_word=$2
81ecdfbb
RW
4292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4293$as_echo_n "checking for $ac_word... " >&6; }
4294if test "${ac_cv_prog_CC+set}" = set; then :
4295 $as_echo_n "(cached) " >&6
252b5132 4296else
d45dc31f
SE
4297 if test -n "$CC"; then
4298 ac_cv_prog_CC="$CC" # Let the user override the test.
4299else
4300 ac_prog_rejected=no
4301as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302for as_dir in $PATH
4303do
4304 IFS=$as_save_IFS
4305 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4306 for ac_exec_ext in '' $ac_executable_extensions; do
4307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f
SE
4308 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4309 ac_prog_rejected=yes
4310 continue
4311 fi
4312 ac_cv_prog_CC="cc"
81ecdfbb 4313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4314 break 2
4315 fi
4316done
81ecdfbb
RW
4317 done
4318IFS=$as_save_IFS
d45dc31f
SE
4319
4320if test $ac_prog_rejected = yes; then
4321 # We found a bogon in the path, so make sure we never use it.
4322 set dummy $ac_cv_prog_CC
4323 shift
4324 if test $# != 0; then
4325 # We chose a different compiler from the bogus one.
4326 # However, it has the same basename, so the bogon will be chosen
4327 # first if we set CC to just the basename; use the full file name.
4328 shift
4329 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4330 fi
4331fi
4332fi
4333fi
4334CC=$ac_cv_prog_CC
4335if test -n "$CC"; then
81ecdfbb
RW
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4337$as_echo "$CC" >&6; }
d45dc31f 4338else
81ecdfbb
RW
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4340$as_echo "no" >&6; }
252b5132
RH
4341fi
4342
81ecdfbb 4343
d45dc31f
SE
4344fi
4345if test -z "$CC"; then
4346 if test -n "$ac_tool_prefix"; then
81ecdfbb 4347 for ac_prog in cl.exe
d45dc31f
SE
4348 do
4349 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4350set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4352$as_echo_n "checking for $ac_word... " >&6; }
4353if test "${ac_cv_prog_CC+set}" = set; then :
4354 $as_echo_n "(cached) " >&6
ac48eca1 4355else
d45dc31f
SE
4356 if test -n "$CC"; then
4357 ac_cv_prog_CC="$CC" # Let the user override the test.
4358else
4359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4360for as_dir in $PATH
4361do
4362 IFS=$as_save_IFS
4363 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4364 for ac_exec_ext in '' $ac_executable_extensions; do
4365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4366 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4368 break 2
4369 fi
4370done
81ecdfbb
RW
4371 done
4372IFS=$as_save_IFS
ac48eca1 4373
d45dc31f
SE
4374fi
4375fi
4376CC=$ac_cv_prog_CC
4377if test -n "$CC"; then
81ecdfbb
RW
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4379$as_echo "$CC" >&6; }
d45dc31f 4380else
81ecdfbb
RW
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4382$as_echo "no" >&6; }
d45dc31f 4383fi
ac48eca1 4384
81ecdfbb 4385
d45dc31f
SE
4386 test -n "$CC" && break
4387 done
4388fi
4389if test -z "$CC"; then
4390 ac_ct_CC=$CC
81ecdfbb 4391 for ac_prog in cl.exe
d45dc31f
SE
4392do
4393 # Extract the first word of "$ac_prog", so it can be a program name with args.
4394set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4396$as_echo_n "checking for $ac_word... " >&6; }
4397if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4398 $as_echo_n "(cached) " >&6
d45dc31f
SE
4399else
4400 if test -n "$ac_ct_CC"; then
4401 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4402else
4403as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4404for as_dir in $PATH
4405do
4406 IFS=$as_save_IFS
4407 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4408 for ac_exec_ext in '' $ac_executable_extensions; do
4409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4410 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4412 break 2
4413 fi
4414done
81ecdfbb
RW
4415 done
4416IFS=$as_save_IFS
ac48eca1 4417
d45dc31f
SE
4418fi
4419fi
4420ac_ct_CC=$ac_cv_prog_ac_ct_CC
4421if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4423$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4424else
81ecdfbb
RW
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4426$as_echo "no" >&6; }
d45dc31f 4427fi
ac48eca1 4428
81ecdfbb 4429
d45dc31f
SE
4430 test -n "$ac_ct_CC" && break
4431done
ac48eca1 4432
81ecdfbb
RW
4433 if test "x$ac_ct_CC" = x; then
4434 CC=""
4435 else
4436 case $cross_compiling:$ac_tool_warned in
4437yes:)
4438{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4439$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4440ac_tool_warned=yes ;;
4441esac
4442 CC=$ac_ct_CC
4443 fi
d45dc31f 4444fi
ac48eca1
AO
4445
4446fi
ac48eca1 4447
ac48eca1 4448
81ecdfbb
RW
4449test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4450$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4451as_fn_error "no acceptable C compiler found in \$PATH
4452See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4453
d45dc31f 4454# Provide some information about the compiler.
81ecdfbb
RW
4455$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4456set X $ac_compile
4457ac_compiler=$2
4458for ac_option in --version -v -V -qversion; do
4459 { { ac_try="$ac_compiler $ac_option >&5"
4460case "(($ac_try" in
4461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4462 *) ac_try_echo=$ac_try;;
4463esac
4464eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4465$as_echo "$ac_try_echo"; } >&5
4466 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4467 ac_status=$?
81ecdfbb
RW
4468 if test -s conftest.err; then
4469 sed '10a\
4470... rest of stderr output deleted ...
4471 10q' conftest.err >conftest.er1
4472 cat conftest.er1 >&5
4473 rm -f conftest.er1 conftest.err
4474 fi
4475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4476 test $ac_status = 0; }
4477done
ac48eca1 4478
81ecdfbb
RW
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4480$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4481if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4482 $as_echo_n "(cached) " >&6
bdcfeba5 4483else
81ecdfbb 4484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4485/* end confdefs.h. */
bdcfeba5 4486
d45dc31f
SE
4487int
4488main ()
4489{
4490#ifndef __GNUC__
4491 choke me
4492#endif
bdcfeba5 4493
d45dc31f
SE
4494 ;
4495 return 0;
4496}
4497_ACEOF
81ecdfbb 4498if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4499 ac_compiler_gnu=yes
4500else
81ecdfbb 4501 ac_compiler_gnu=no
bdcfeba5 4502fi
81ecdfbb 4503rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4504ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4505
bdcfeba5 4506fi
81ecdfbb
RW
4507{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4508$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4509if test $ac_compiler_gnu = yes; then
4510 GCC=yes
4511else
4512 GCC=
4513fi
d45dc31f
SE
4514ac_test_CFLAGS=${CFLAGS+set}
4515ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4517$as_echo_n "checking whether $CC accepts -g... " >&6; }
4518if test "${ac_cv_prog_cc_g+set}" = set; then :
4519 $as_echo_n "(cached) " >&6
4520else
4521 ac_save_c_werror_flag=$ac_c_werror_flag
4522 ac_c_werror_flag=yes
4523 ac_cv_prog_cc_g=no
4524 CFLAGS="-g"
4525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4526/* end confdefs.h. */
ac48eca1 4527
d45dc31f
SE
4528int
4529main ()
4530{
ac48eca1 4531
d45dc31f
SE
4532 ;
4533 return 0;
4534}
4535_ACEOF
81ecdfbb 4536if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4537 ac_cv_prog_cc_g=yes
ac48eca1 4538else
81ecdfbb
RW
4539 CFLAGS=""
4540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4541/* end confdefs.h. */
4542
4543int
4544main ()
4545{
4546
4547 ;
4548 return 0;
4549}
4550_ACEOF
4551if ac_fn_c_try_compile "$LINENO"; then :
4552
4553else
4554 ac_c_werror_flag=$ac_save_c_werror_flag
4555 CFLAGS="-g"
4556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4557/* end confdefs.h. */
4558
4559int
4560main ()
4561{
ac48eca1 4562
81ecdfbb
RW
4563 ;
4564 return 0;
4565}
4566_ACEOF
4567if ac_fn_c_try_compile "$LINENO"; then :
4568 ac_cv_prog_cc_g=yes
4569fi
4570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4571fi
81ecdfbb 4572rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4573fi
81ecdfbb
RW
4574rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4575 ac_c_werror_flag=$ac_save_c_werror_flag
4576fi
4577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4578$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4579if test "$ac_test_CFLAGS" = set; then
4580 CFLAGS=$ac_save_CFLAGS
4581elif test $ac_cv_prog_cc_g = yes; then
4582 if test "$GCC" = yes; then
4583 CFLAGS="-g -O2"
ac48eca1 4584 else
d45dc31f 4585 CFLAGS="-g"
42ecbf5e 4586 fi
ac48eca1 4587else
d45dc31f
SE
4588 if test "$GCC" = yes; then
4589 CFLAGS="-O2"
4590 else
4591 CFLAGS=
42ecbf5e 4592 fi
ac48eca1 4593fi
81ecdfbb
RW
4594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4595$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4596if test "${ac_cv_prog_cc_c89+set}" = set; then :
4597 $as_echo_n "(cached) " >&6
d45dc31f 4598else
81ecdfbb 4599 ac_cv_prog_cc_c89=no
d45dc31f 4600ac_save_CC=$CC
81ecdfbb 4601cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4602/* end confdefs.h. */
d45dc31f
SE
4603#include <stdarg.h>
4604#include <stdio.h>
4605#include <sys/types.h>
4606#include <sys/stat.h>
4607/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4608struct buf { int x; };
4609FILE * (*rcsopen) (struct buf *, struct stat *, int);
4610static char *e (p, i)
4611 char **p;
4612 int i;
4613{
4614 return p[i];
4615}
4616static char *f (char * (*g) (char **, int), char **p, ...)
4617{
4618 char *s;
4619 va_list v;
4620 va_start (v,p);
4621 s = g (p, va_arg (v,int));
4622 va_end (v);
4623 return s;
4624}
4625
4626/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4627 function prototypes and stuff, but not '\xHH' hex character constants.
4628 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4629 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4630 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4631 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4632 that's true only with -std. */
d45dc31f 4633int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4634
81ecdfbb
RW
4635/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4636 inside strings and character constants. */
4637#define FOO(x) 'x'
4638int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4639
d45dc31f
SE
4640int test (int i, double x);
4641struct s1 {int (*f) (int a);};
4642struct s2 {int (*f) (double a);};
4643int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4644int argc;
4645char **argv;
42ecbf5e
DJ
4646int
4647main ()
4648{
d45dc31f 4649return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4650 ;
4651 return 0;
4652}
4653_ACEOF
81ecdfbb
RW
4654for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4655 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4656do
4657 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4658 if ac_fn_c_try_compile "$LINENO"; then :
4659 ac_cv_prog_cc_c89=$ac_arg
252b5132 4660fi
81ecdfbb
RW
4661rm -f core conftest.err conftest.$ac_objext
4662 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4663done
81ecdfbb 4664rm -f conftest.$ac_ext
d45dc31f 4665CC=$ac_save_CC
ac48eca1 4666
252b5132 4667fi
81ecdfbb
RW
4668# AC_CACHE_VAL
4669case "x$ac_cv_prog_cc_c89" in
4670 x)
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4672$as_echo "none needed" >&6; } ;;
4673 xno)
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4675$as_echo "unsupported" >&6; } ;;
d45dc31f 4676 *)
81ecdfbb
RW
4677 CC="$CC $ac_cv_prog_cc_c89"
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4679$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4680esac
81ecdfbb 4681if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4682
d45dc31f 4683fi
ac48eca1 4684
d45dc31f
SE
4685ac_ext=c
4686ac_cpp='$CPP $CPPFLAGS'
4687ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4688ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4689ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4690
7357c5b6
AM
4691ac_ext=c
4692ac_cpp='$CPP $CPPFLAGS'
4693ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4694ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4695ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4697$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4698# On Suns, sometimes $CPP names a directory.
4699if test -n "$CPP" && test -d "$CPP"; then
4700 CPP=
4701fi
4702if test -z "$CPP"; then
81ecdfbb
RW
4703 if test "${ac_cv_prog_CPP+set}" = set; then :
4704 $as_echo_n "(cached) " >&6
7357c5b6
AM
4705else
4706 # Double quotes because CPP needs to be expanded
4707 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4708 do
4709 ac_preproc_ok=false
4710for ac_c_preproc_warn_flag in '' yes
4711do
4712 # Use a header file that comes with gcc, so configuring glibc
4713 # with a fresh cross-compiler works.
4714 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4715 # <limits.h> exists even on freestanding compilers.
4716 # On the NeXT, cc -E runs the code through the compiler's parser,
4717 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4719/* end confdefs.h. */
4720#ifdef __STDC__
4721# include <limits.h>
4722#else
4723# include <assert.h>
4724#endif
4725 Syntax error
4726_ACEOF
81ecdfbb 4727if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4728
81ecdfbb 4729else
7357c5b6
AM
4730 # Broken: fails on valid input.
4731continue
4732fi
4733rm -f conftest.err conftest.$ac_ext
d7040cdb 4734
81ecdfbb 4735 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4736 # can be detected and how.
81ecdfbb 4737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4738/* end confdefs.h. */
4739#include <ac_nonexistent.h>
4740_ACEOF
81ecdfbb 4741if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4742 # Broken: success on invalid input.
4743continue
4744else
7357c5b6
AM
4745 # Passes both tests.
4746ac_preproc_ok=:
4747break
4748fi
4749rm -f conftest.err conftest.$ac_ext
d7040cdb 4750
7357c5b6
AM
4751done
4752# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4753rm -f conftest.err conftest.$ac_ext
81ecdfbb 4754if $ac_preproc_ok; then :
7357c5b6
AM
4755 break
4756fi
d7040cdb 4757
7357c5b6
AM
4758 done
4759 ac_cv_prog_CPP=$CPP
d7040cdb 4760
7357c5b6
AM
4761fi
4762 CPP=$ac_cv_prog_CPP
4763else
4764 ac_cv_prog_CPP=$CPP
4765fi
81ecdfbb
RW
4766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4767$as_echo "$CPP" >&6; }
7357c5b6
AM
4768ac_preproc_ok=false
4769for ac_c_preproc_warn_flag in '' yes
4770do
4771 # Use a header file that comes with gcc, so configuring glibc
4772 # with a fresh cross-compiler works.
4773 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4774 # <limits.h> exists even on freestanding compilers.
4775 # On the NeXT, cc -E runs the code through the compiler's parser,
4776 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4778/* end confdefs.h. */
4779#ifdef __STDC__
4780# include <limits.h>
4781#else
4782# include <assert.h>
4783#endif
4784 Syntax error
4785_ACEOF
81ecdfbb 4786if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4787
81ecdfbb 4788else
7357c5b6
AM
4789 # Broken: fails on valid input.
4790continue
4791fi
4792rm -f conftest.err conftest.$ac_ext
d7040cdb 4793
81ecdfbb 4794 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4795 # can be detected and how.
81ecdfbb 4796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4797/* end confdefs.h. */
4798#include <ac_nonexistent.h>
4799_ACEOF
81ecdfbb 4800if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4801 # Broken: success on invalid input.
4802continue
4803else
7357c5b6
AM
4804 # Passes both tests.
4805ac_preproc_ok=:
4806break
4807fi
4808rm -f conftest.err conftest.$ac_ext
d7040cdb 4809
7357c5b6
AM
4810done
4811# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4812rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4813if $ac_preproc_ok; then :
4814
7357c5b6 4815else
81ecdfbb
RW
4816 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4817$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4818as_fn_error "C preprocessor \"$CPP\" fails sanity check
4819See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4820fi
d7040cdb 4821
7357c5b6
AM
4822ac_ext=c
4823ac_cpp='$CPP $CPPFLAGS'
4824ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4825ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4826ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
4827
4828
81ecdfbb
RW
4829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4830$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4831if test "${ac_cv_path_GREP+set}" = set; then :
4832 $as_echo_n "(cached) " >&6
7357c5b6 4833else
81ecdfbb
RW
4834 if test -z "$GREP"; then
4835 ac_path_GREP_found=false
4836 # Loop through the user's path and test for each of PROGNAME-LIST
4837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4838for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4839do
4840 IFS=$as_save_IFS
4841 test -z "$as_dir" && as_dir=.
4842 for ac_prog in grep ggrep; do
4843 for ac_exec_ext in '' $ac_executable_extensions; do
4844 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4845 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4846# Check for GNU ac_path_GREP and select it if it is found.
4847 # Check for GNU $ac_path_GREP
4848case `"$ac_path_GREP" --version 2>&1` in
4849*GNU*)
4850 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4851*)
4852 ac_count=0
4853 $as_echo_n 0123456789 >"conftest.in"
4854 while :
4855 do
4856 cat "conftest.in" "conftest.in" >"conftest.tmp"
4857 mv "conftest.tmp" "conftest.in"
4858 cp "conftest.in" "conftest.nl"
4859 $as_echo 'GREP' >> "conftest.nl"
4860 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4861 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4862 as_fn_arith $ac_count + 1 && ac_count=$as_val
4863 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4864 # Best one so far, save it but keep looking for a better one
4865 ac_cv_path_GREP="$ac_path_GREP"
4866 ac_path_GREP_max=$ac_count
7357c5b6 4867 fi
81ecdfbb
RW
4868 # 10*(2^10) chars as input seems more than enough
4869 test $ac_count -gt 10 && break
4870 done
4871 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4872esac
4873
4874 $ac_path_GREP_found && break 3
4875 done
4876 done
4877 done
4878IFS=$as_save_IFS
4879 if test -z "$ac_cv_path_GREP"; then
4880 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4881 fi
4882else
4883 ac_cv_path_GREP=$GREP
4884fi
4885
7357c5b6 4886fi
81ecdfbb
RW
4887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4888$as_echo "$ac_cv_path_GREP" >&6; }
4889 GREP="$ac_cv_path_GREP"
d7040cdb 4890
d7040cdb 4891
81ecdfbb
RW
4892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4893$as_echo_n "checking for egrep... " >&6; }
4894if test "${ac_cv_path_EGREP+set}" = set; then :
4895 $as_echo_n "(cached) " >&6
7357c5b6 4896else
81ecdfbb
RW
4897 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4898 then ac_cv_path_EGREP="$GREP -E"
4899 else
4900 if test -z "$EGREP"; then
4901 ac_path_EGREP_found=false
4902 # Loop through the user's path and test for each of PROGNAME-LIST
4903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4904for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4905do
4906 IFS=$as_save_IFS
4907 test -z "$as_dir" && as_dir=.
4908 for ac_prog in egrep; do
4909 for ac_exec_ext in '' $ac_executable_extensions; do
4910 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4911 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4912# Check for GNU ac_path_EGREP and select it if it is found.
4913 # Check for GNU $ac_path_EGREP
4914case `"$ac_path_EGREP" --version 2>&1` in
4915*GNU*)
4916 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4917*)
4918 ac_count=0
4919 $as_echo_n 0123456789 >"conftest.in"
4920 while :
4921 do
4922 cat "conftest.in" "conftest.in" >"conftest.tmp"
4923 mv "conftest.tmp" "conftest.in"
4924 cp "conftest.in" "conftest.nl"
4925 $as_echo 'EGREP' >> "conftest.nl"
4926 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4927 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4928 as_fn_arith $ac_count + 1 && ac_count=$as_val
4929 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4930 # Best one so far, save it but keep looking for a better one
4931 ac_cv_path_EGREP="$ac_path_EGREP"
4932 ac_path_EGREP_max=$ac_count
4933 fi
4934 # 10*(2^10) chars as input seems more than enough
4935 test $ac_count -gt 10 && break
4936 done
4937 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4938esac
4939
4940 $ac_path_EGREP_found && break 3
4941 done
4942 done
4943 done
4944IFS=$as_save_IFS
4945 if test -z "$ac_cv_path_EGREP"; then
4946 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4947 fi
4948else
4949 ac_cv_path_EGREP=$EGREP
4950fi
4951
4952 fi
4953fi
4954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4955$as_echo "$ac_cv_path_EGREP" >&6; }
4956 EGREP="$ac_cv_path_EGREP"
4957
4958
4959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4960$as_echo_n "checking for ANSI C header files... " >&6; }
4961if test "${ac_cv_header_stdc+set}" = set; then :
4962 $as_echo_n "(cached) " >&6
4963else
4964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4965/* end confdefs.h. */
4966#include <stdlib.h>
4967#include <stdarg.h>
4968#include <string.h>
4969#include <float.h>
d7040cdb 4970
7357c5b6
AM
4971int
4972main ()
4973{
d7040cdb 4974
7357c5b6
AM
4975 ;
4976 return 0;
4977}
4978_ACEOF
81ecdfbb 4979if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4980 ac_cv_header_stdc=yes
4981else
81ecdfbb 4982 ac_cv_header_stdc=no
7357c5b6 4983fi
81ecdfbb 4984rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4985
7357c5b6
AM
4986if test $ac_cv_header_stdc = yes; then
4987 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4989/* end confdefs.h. */
4990#include <string.h>
d7040cdb 4991
7357c5b6
AM
4992_ACEOF
4993if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4994 $EGREP "memchr" >/dev/null 2>&1; then :
4995
d45dc31f 4996else
7357c5b6
AM
4997 ac_cv_header_stdc=no
4998fi
4999rm -f conftest*
d7040cdb 5000
7357c5b6 5001fi
d7040cdb 5002
7357c5b6
AM
5003if test $ac_cv_header_stdc = yes; then
5004 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5006/* end confdefs.h. */
5007#include <stdlib.h>
d7040cdb 5008
7357c5b6
AM
5009_ACEOF
5010if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5011 $EGREP "free" >/dev/null 2>&1; then :
5012
7357c5b6
AM
5013else
5014 ac_cv_header_stdc=no
5015fi
5016rm -f conftest*
d7040cdb 5017
7357c5b6 5018fi
d7040cdb 5019
7357c5b6
AM
5020if test $ac_cv_header_stdc = yes; then
5021 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5022 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5023 :
5024else
81ecdfbb 5025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5026/* end confdefs.h. */
5027#include <ctype.h>
81ecdfbb 5028#include <stdlib.h>
7357c5b6
AM
5029#if ((' ' & 0x0FF) == 0x020)
5030# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5031# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5032#else
5033# define ISLOWER(c) \
5034 (('a' <= (c) && (c) <= 'i') \
5035 || ('j' <= (c) && (c) <= 'r') \
5036 || ('s' <= (c) && (c) <= 'z'))
5037# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5038#endif
d7040cdb 5039
7357c5b6
AM
5040#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5041int
5042main ()
5043{
5044 int i;
5045 for (i = 0; i < 256; i++)
5046 if (XOR (islower (i), ISLOWER (i))
5047 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5048 return 2;
5049 return 0;
7357c5b6
AM
5050}
5051_ACEOF
81ecdfbb 5052if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5053
81ecdfbb
RW
5054else
5055 ac_cv_header_stdc=no
7357c5b6 5056fi
81ecdfbb
RW
5057rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5058 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5059fi
81ecdfbb 5060
7357c5b6
AM
5061fi
5062fi
81ecdfbb
RW
5063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5064$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5065if test $ac_cv_header_stdc = yes; then
d7040cdb 5066
81ecdfbb 5067$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5068
7357c5b6 5069fi
d7040cdb 5070
7357c5b6 5071# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
5072for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5073 inttypes.h stdint.h unistd.h
5074do :
5075 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5076ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5077"
5078eval as_val=\$$as_ac_Header
5079 if test "x$as_val" = x""yes; then :
5080 cat >>confdefs.h <<_ACEOF
5081#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5082_ACEOF
d7040cdb 5083
81ecdfbb 5084fi
d7040cdb 5085
81ecdfbb 5086done
d7040cdb
SE
5087
5088
5089
81ecdfbb
RW
5090 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5091if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5092 MINIX=yes
5093else
5094 MINIX=
5095fi
d7040cdb
SE
5096
5097
81ecdfbb 5098 if test "$MINIX" = yes; then
d7040cdb 5099
81ecdfbb 5100$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 5101
d7040cdb 5102
81ecdfbb 5103$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5104
5105
81ecdfbb 5106$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5107
81ecdfbb 5108 fi
d7040cdb
SE
5109
5110
81ecdfbb
RW
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5112$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5113if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5114 $as_echo_n "(cached) " >&6
7357c5b6 5115else
81ecdfbb 5116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5117/* end confdefs.h. */
d7040cdb 5118
7357c5b6
AM
5119# define __EXTENSIONS__ 1
5120 $ac_includes_default
5121int
5122main ()
5123{
d7040cdb 5124
7357c5b6
AM
5125 ;
5126 return 0;
5127}
5128_ACEOF
81ecdfbb 5129if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5130 ac_cv_safe_to_define___extensions__=yes
d7040cdb 5131else
81ecdfbb 5132 ac_cv_safe_to_define___extensions__=no
d7040cdb 5133fi
81ecdfbb 5134rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5135fi
81ecdfbb
RW
5136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5137$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5138 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5139 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 5140
81ecdfbb 5141 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5142
81ecdfbb 5143 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 5144
81ecdfbb 5145 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 5146
81ecdfbb 5147 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
5148
5149
e3525117 5150
5691d22d 5151
81ecdfbb 5152
718a6fd8
SE
5153case `pwd` in
5154 *\ * | *\ *)
81ecdfbb
RW
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5156$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5157esac
d7040cdb
SE
5158
5159
7357c5b6 5160
f2c621e4
AS
5161macro_version='2.2.7a'
5162macro_revision='1.3134'
7357c5b6
AM
5163
5164
5165
5166
5167
5168
7357c5b6
AM
5169
5170
5171
5172
5173
5174
5175
718a6fd8 5176ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5177
3725885a
RW
5178# Backslashify metacharacters that are still active within
5179# double-quoted strings.
5180sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5181
5182# Same as above, but do not quote variable references.
5183double_quote_subst='s/\(["`\\]\)/\\\1/g'
5184
5185# Sed substitution to delay expansion of an escaped shell variable in a
5186# double_quote_subst'ed string.
5187delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5188
5189# Sed substitution to delay expansion of an escaped single quote.
5190delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5191
5192# Sed substitution to avoid accidental globbing in evaled expressions
5193no_glob_subst='s/\*/\\\*/g'
5194
5195ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5196ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5197ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5198
5199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5200$as_echo_n "checking how to print strings... " >&6; }
5201# Test print first, because it will be a builtin if present.
f2c621e4 5202if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5203 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5204 ECHO='print -r --'
5205elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5206 ECHO='printf %s\n'
5207else
5208 # Use this function as a fallback that always works.
5209 func_fallback_echo ()
5210 {
5211 eval 'cat <<_LTECHO_EOF
5212$1
5213_LTECHO_EOF'
5214 }
5215 ECHO='func_fallback_echo'
5216fi
5217
5218# func_echo_all arg...
5219# Invoke $ECHO with all args, space-separated.
5220func_echo_all ()
5221{
5222 $ECHO ""
5223}
5224
5225case "$ECHO" in
5226 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5227$as_echo "printf" >&6; } ;;
5228 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5229$as_echo "print -r" >&6; } ;;
5230 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5231$as_echo "cat" >&6; } ;;
5232esac
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
81ecdfbb
RW
5247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5248$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5249if test "${ac_cv_path_SED+set}" = set; then :
5250 $as_echo_n "(cached) " >&6
7357c5b6 5251else
81ecdfbb
RW
5252 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5253 for ac_i in 1 2 3 4 5 6 7; do
5254 ac_script="$ac_script$as_nl$ac_script"
5255 done
5256 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5257 { ac_script=; unset ac_script;}
5258 if test -z "$SED"; then
5259 ac_path_SED_found=false
5260 # Loop through the user's path and test for each of PROGNAME-LIST
5261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5262for as_dir in $PATH
5263do
5264 IFS=$as_save_IFS
5265 test -z "$as_dir" && as_dir=.
81ecdfbb 5266 for ac_prog in sed gsed; do
7357c5b6 5267 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5268 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5269 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5270# Check for GNU ac_path_SED and select it if it is found.
5271 # Check for GNU $ac_path_SED
5272case `"$ac_path_SED" --version 2>&1` in
5273*GNU*)
5274 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5275*)
5276 ac_count=0
5277 $as_echo_n 0123456789 >"conftest.in"
5278 while :
5279 do
5280 cat "conftest.in" "conftest.in" >"conftest.tmp"
5281 mv "conftest.tmp" "conftest.in"
5282 cp "conftest.in" "conftest.nl"
5283 $as_echo '' >> "conftest.nl"
5284 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5285 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5286 as_fn_arith $ac_count + 1 && ac_count=$as_val
5287 if test $ac_count -gt ${ac_path_SED_max-0}; then
5288 # Best one so far, save it but keep looking for a better one
5289 ac_cv_path_SED="$ac_path_SED"
5290 ac_path_SED_max=$ac_count
5291 fi
5292 # 10*(2^10) chars as input seems more than enough
5293 test $ac_count -gt 10 && break
5294 done
5295 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5296esac
5297
5298 $ac_path_SED_found && break 3
7357c5b6
AM
5299 done
5300 done
81ecdfbb 5301 done
7357c5b6 5302IFS=$as_save_IFS
81ecdfbb
RW
5303 if test -z "$ac_cv_path_SED"; then
5304 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5305 fi
81ecdfbb
RW
5306else
5307 ac_cv_path_SED=$SED
7357c5b6
AM
5308fi
5309
81ecdfbb
RW
5310fi
5311{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5312$as_echo "$ac_cv_path_SED" >&6; }
5313 SED="$ac_cv_path_SED"
5314 rm -f conftest.sed
7357c5b6
AM
5315
5316test -z "$SED" && SED=sed
5317Xsed="$SED -e 1s/^X//"
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
81ecdfbb
RW
5329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5330$as_echo_n "checking for fgrep... " >&6; }
5331if test "${ac_cv_path_FGREP+set}" = set; then :
5332 $as_echo_n "(cached) " >&6
7357c5b6 5333else
81ecdfbb
RW
5334 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5335 then ac_cv_path_FGREP="$GREP -F"
5336 else
5337 if test -z "$FGREP"; then
5338 ac_path_FGREP_found=false
5339 # Loop through the user's path and test for each of PROGNAME-LIST
5340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5341for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5342do
5343 IFS=$as_save_IFS
5344 test -z "$as_dir" && as_dir=.
5345 for ac_prog in fgrep; do
5346 for ac_exec_ext in '' $ac_executable_extensions; do
5347 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5348 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5349# Check for GNU ac_path_FGREP and select it if it is found.
5350 # Check for GNU $ac_path_FGREP
5351case `"$ac_path_FGREP" --version 2>&1` in
5352*GNU*)
5353 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5354*)
5355 ac_count=0
5356 $as_echo_n 0123456789 >"conftest.in"
5357 while :
5358 do
5359 cat "conftest.in" "conftest.in" >"conftest.tmp"
5360 mv "conftest.tmp" "conftest.in"
5361 cp "conftest.in" "conftest.nl"
5362 $as_echo 'FGREP' >> "conftest.nl"
5363 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5364 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5365 as_fn_arith $ac_count + 1 && ac_count=$as_val
5366 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5367 # Best one so far, save it but keep looking for a better one
5368 ac_cv_path_FGREP="$ac_path_FGREP"
5369 ac_path_FGREP_max=$ac_count
7357c5b6 5370 fi
81ecdfbb
RW
5371 # 10*(2^10) chars as input seems more than enough
5372 test $ac_count -gt 10 && break
5373 done
5374 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5375esac
5376
5377 $ac_path_FGREP_found && break 3
5378 done
5379 done
5380 done
5381IFS=$as_save_IFS
5382 if test -z "$ac_cv_path_FGREP"; then
5383 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5384 fi
5385else
5386 ac_cv_path_FGREP=$FGREP
5387fi
5388
5389 fi
7357c5b6 5390fi
81ecdfbb
RW
5391{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5392$as_echo "$ac_cv_path_FGREP" >&6; }
5393 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5394
5395
5396test -z "$GREP" && GREP=grep
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
81ecdfbb
RW
5416# Check whether --with-gnu-ld was given.
5417if test "${with_gnu_ld+set}" = set; then :
5418 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5419else
5420 with_gnu_ld=no
81ecdfbb
RW
5421fi
5422
7357c5b6
AM
5423ac_prog=ld
5424if test "$GCC" = yes; then
5425 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5427$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5428 case $host in
5429 *-*-mingw*)
d45dc31f
SE
5430 # gcc leaves a trailing carriage return which upsets mingw
5431 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5432 *)
5433 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5434 esac
5435 case $ac_prog in
5436 # Accept absolute paths.
d7040cdb 5437 [\\/]* | ?:[\\/]*)
d45dc31f 5438 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5439 # Canonicalize the pathname of ld
5440 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5441 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5442 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5443 done
5444 test -z "$LD" && LD="$ac_prog"
5445 ;;
5446 "")
5447 # If it fails, then pretend we aren't using GCC.
5448 ac_prog=ld
5449 ;;
5450 *)
5451 # If it is relative, then search for the first ld in PATH.
5452 with_gnu_ld=unknown
5453 ;;
5454 esac
5455elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5457$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5458else
81ecdfbb
RW
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5460$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5461fi
81ecdfbb
RW
5462if test "${lt_cv_path_LD+set}" = set; then :
5463 $as_echo_n "(cached) " >&6
d45dc31f
SE
5464else
5465 if test -z "$LD"; then
d7040cdb 5466 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5467 for ac_dir in $PATH; do
d7040cdb 5468 IFS="$lt_save_ifs"
d45dc31f
SE
5469 test -z "$ac_dir" && ac_dir=.
5470 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5471 lt_cv_path_LD="$ac_dir/$ac_prog"
5472 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5473 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5474 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5475 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5476 *GNU* | *'with BFD'*)
d45dc31f 5477 test "$with_gnu_ld" != no && break
d7040cdb
SE
5478 ;;
5479 *)
d45dc31f 5480 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5481 ;;
5482 esac
d45dc31f
SE
5483 fi
5484 done
d7040cdb 5485 IFS="$lt_save_ifs"
d45dc31f
SE
5486else
5487 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5488fi
5489fi
1ad12f97 5490
d45dc31f
SE
5491LD="$lt_cv_path_LD"
5492if test -n "$LD"; then
81ecdfbb
RW
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5494$as_echo "$LD" >&6; }
d45dc31f 5495else
81ecdfbb
RW
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5497$as_echo "no" >&6; }
d45dc31f 5498fi
81ecdfbb
RW
5499test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5501$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5502if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5503 $as_echo_n "(cached) " >&6
d45dc31f 5504else
d7040cdb
SE
5505 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5506case `$LD -v 2>&1 </dev/null` in
5507*GNU* | *'with BFD'*)
d45dc31f 5508 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5509 ;;
5510*)
d45dc31f 5511 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5512 ;;
5513esac
d45dc31f 5514fi
81ecdfbb
RW
5515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5516$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5517with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5518
d45dc31f 5519
42ecbf5e 5520
d7040cdb
SE
5521
5522
5523
5524
5525
5526
81ecdfbb
RW
5527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5528$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5529if test "${lt_cv_path_NM+set}" = set; then :
5530 $as_echo_n "(cached) " >&6
d45dc31f
SE
5531else
5532 if test -n "$NM"; then
5533 # Let the user override the test.
5534 lt_cv_path_NM="$NM"
5535else
d7040cdb
SE
5536 lt_nm_to_check="${ac_tool_prefix}nm"
5537 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5538 lt_nm_to_check="$lt_nm_to_check nm"
5539 fi
5540 for lt_tmp_nm in $lt_nm_to_check; do
5541 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5542 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5543 IFS="$lt_save_ifs"
5544 test -z "$ac_dir" && ac_dir=.
5545 tmp_nm="$ac_dir/$lt_tmp_nm"
5546 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5547 # Check to see if the nm accepts a BSD-compat flag.
5548 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5549 # nm: unknown option "B" ignored
5550 # Tru64's nm complains that /dev/null is an invalid object file
5551 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5552 */dev/null* | *'Invalid file or object type'*)
5553 lt_cv_path_NM="$tmp_nm -B"
5554 break
5555 ;;
5556 *)
5557 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5558 */dev/null*)
5559 lt_cv_path_NM="$tmp_nm -p"
5560 break
5561 ;;
5562 *)
5563 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5564 continue # so that we can try to find one that supports BSD flags
5565 ;;
5566 esac
5567 ;;
5568 esac
d45dc31f 5569 fi
d7040cdb
SE
5570 done
5571 IFS="$lt_save_ifs"
d45dc31f 5572 done
d7040cdb 5573 : ${lt_cv_path_NM=no}
d45dc31f 5574fi
a541e3ce 5575fi
81ecdfbb
RW
5576{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5577$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5578if test "$lt_cv_path_NM" != "no"; then
5579 NM="$lt_cv_path_NM"
d45dc31f 5580else
d7040cdb 5581 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5582 if test -n "$DUMPBIN"; then :
5583 # Let the user override the test.
5584 else
5585 if test -n "$ac_tool_prefix"; then
5586 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5587 do
5588 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5589set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5591$as_echo_n "checking for $ac_word... " >&6; }
5592if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5593 $as_echo_n "(cached) " >&6
d45dc31f 5594else
d7040cdb
SE
5595 if test -n "$DUMPBIN"; then
5596 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5597else
5598as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5599for as_dir in $PATH
5600do
5601 IFS=$as_save_IFS
5602 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5603 for ac_exec_ext in '' $ac_executable_extensions; do
5604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5605 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5607 break 2
5608 fi
5609done
81ecdfbb
RW
5610 done
5611IFS=$as_save_IFS
398ee8f1 5612
d7040cdb
SE
5613fi
5614fi
5615DUMPBIN=$ac_cv_prog_DUMPBIN
5616if test -n "$DUMPBIN"; then
81ecdfbb
RW
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5618$as_echo "$DUMPBIN" >&6; }
d7040cdb 5619else
81ecdfbb
RW
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5621$as_echo "no" >&6; }
d7040cdb 5622fi
d15b04bd 5623
81ecdfbb 5624
d7040cdb
SE
5625 test -n "$DUMPBIN" && break
5626 done
5627fi
5628if test -z "$DUMPBIN"; then
5629 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5630 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5631do
5632 # Extract the first word of "$ac_prog", so it can be a program name with args.
5633set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5635$as_echo_n "checking for $ac_word... " >&6; }
5636if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5637 $as_echo_n "(cached) " >&6
d7040cdb
SE
5638else
5639 if test -n "$ac_ct_DUMPBIN"; then
5640 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5641else
5642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5643for as_dir in $PATH
5644do
5645 IFS=$as_save_IFS
5646 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5647 for ac_exec_ext in '' $ac_executable_extensions; do
5648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5649 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5651 break 2
d45dc31f 5652 fi
d7040cdb 5653done
81ecdfbb
RW
5654 done
5655IFS=$as_save_IFS
d15b04bd 5656
d7040cdb
SE
5657fi
5658fi
5659ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5660if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5662$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5663else
81ecdfbb
RW
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5665$as_echo "no" >&6; }
d7040cdb 5666fi
42ecbf5e 5667
81ecdfbb 5668
d7040cdb
SE
5669 test -n "$ac_ct_DUMPBIN" && break
5670done
d45dc31f 5671
81ecdfbb
RW
5672 if test "x$ac_ct_DUMPBIN" = x; then
5673 DUMPBIN=":"
5674 else
5675 case $cross_compiling:$ac_tool_warned in
5676yes:)
5677{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5678$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5679ac_tool_warned=yes ;;
5680esac
5681 DUMPBIN=$ac_ct_DUMPBIN
5682 fi
d7040cdb 5683fi
d45dc31f 5684
3725885a
RW
5685 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5686 *COFF*)
5687 DUMPBIN="$DUMPBIN -symbols"
5688 ;;
5689 *)
5690 DUMPBIN=:
5691 ;;
5692 esac
5693 fi
d45dc31f 5694
d7040cdb
SE
5695 if test "$DUMPBIN" != ":"; then
5696 NM="$DUMPBIN"
42ecbf5e 5697 fi
d7040cdb
SE
5698fi
5699test -z "$NM" && NM=nm
d45dc31f 5700
42ecbf5e 5701
d15b04bd 5702
42ecbf5e 5703
d45dc31f 5704
42ecbf5e 5705
81ecdfbb
RW
5706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5707$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5708if test "${lt_cv_nm_interface+set}" = set; then :
5709 $as_echo_n "(cached) " >&6
d7040cdb
SE
5710else
5711 lt_cv_nm_interface="BSD nm"
5712 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5713 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5714 (eval "$ac_compile" 2>conftest.err)
5715 cat conftest.err >&5
3725885a 5716 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5717 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5718 cat conftest.err >&5
3725885a 5719 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5720 cat conftest.out >&5
5721 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5722 lt_cv_nm_interface="MS dumpbin"
5723 fi
5724 rm -f conftest*
42ecbf5e 5725fi
81ecdfbb
RW
5726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5727$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 5728
81ecdfbb
RW
5729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5730$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5731LN_S=$as_ln_s
5732if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5734$as_echo "yes" >&6; }
d7040cdb 5735else
81ecdfbb
RW
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5737$as_echo "no, using $LN_S" >&6; }
d7040cdb 5738fi
d45dc31f
SE
5739
5740# find the maximum length of command line arguments
81ecdfbb
RW
5741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5742$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5743if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5744 $as_echo_n "(cached) " >&6
42ecbf5e 5745else
d45dc31f
SE
5746 i=0
5747 teststring="ABCD"
5748
5749 case $build_os in
5750 msdosdjgpp*)
5751 # On DJGPP, this test can blow up pretty badly due to problems in libc
5752 # (any single argument exceeding 2000 bytes causes a buffer overrun
5753 # during glob expansion). Even if it were fixed, the result of this
5754 # check would be larger than it should be.
5755 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5756 ;;
5757
d7040cdb
SE
5758 gnu*)
5759 # Under GNU Hurd, this test is not required because there is
5760 # no limit to the length of command line arguments.
5761 # Libtool will interpret -1 as no limit whatsoever
5762 lt_cv_sys_max_cmd_len=-1;
5763 ;;
5764
718a6fd8 5765 cygwin* | mingw* | cegcc*)
d45dc31f
SE
5766 # On Win9x/ME, this test blows up -- it succeeds, but takes
5767 # about 5 minutes as the teststring grows exponentially.
5768 # Worse, since 9x/ME are not pre-emptively multitasking,
5769 # you end up with a "frozen" computer, even though with patience
5770 # the test eventually succeeds (with a max line length of 256k).
5771 # Instead, let's just punt: use the minimum linelength reported by
5772 # all of the supported platforms: 8192 (on NT/2K/XP).
5773 lt_cv_sys_max_cmd_len=8192;
5774 ;;
5775
3725885a
RW
5776 mint*)
5777 # On MiNT this can take a long time and run out of memory.
5778 lt_cv_sys_max_cmd_len=8192;
5779 ;;
5780
d45dc31f
SE
5781 amigaos*)
5782 # On AmigaOS with pdksh, this test takes hours, literally.
5783 # So we just punt and use a minimum line length of 8192.
5784 lt_cv_sys_max_cmd_len=8192;
5785 ;;
5786
5787 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5788 # This has been around since 386BSD, at least. Likely further.
5789 if test -x /sbin/sysctl; then
5790 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5791 elif test -x /usr/sbin/sysctl; then
5792 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5793 else
d7040cdb 5794 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
5795 fi
5796 # And add a safety zone
5797 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5798 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5799 ;;
d7040cdb
SE
5800
5801 interix*)
5802 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5803 lt_cv_sys_max_cmd_len=196608
5804 ;;
5805
5806 osf*)
5807 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5808 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5809 # nice to cause kernel panics so lets avoid the loop below.
5810 # First set a reasonable default.
5811 lt_cv_sys_max_cmd_len=16384
5812 #
5813 if test -x /sbin/sysconfig; then
5814 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5815 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5816 esac
5817 fi
5818 ;;
5819 sco3.2v5*)
5820 lt_cv_sys_max_cmd_len=102400
5821 ;;
5822 sysv5* | sco5v6* | sysv4.2uw2*)
5823 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5824 if test -n "$kargmax"; then
5825 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5826 else
5827 lt_cv_sys_max_cmd_len=32768
5828 fi
5829 ;;
5830 *)
718a6fd8
SE
5831 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5832 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
5833 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5834 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5835 else
5836 # Make teststring a little bigger before we do anything with it.
5837 # a 1K string should be a reasonable start.
5838 for i in 1 2 3 4 5 6 7 8 ; do
5839 teststring=$teststring$teststring
5840 done
5841 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5842 # If test is not a shell built-in, we'll probably end up computing a
5843 # maximum length that is only half of the actual maximum length, but
5844 # we can't tell.
3725885a
RW
5845 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5846 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
5847 test $i != 17 # 1/2 MB should be enough
5848 do
5849 i=`expr $i + 1`
5850 teststring=$teststring$teststring
5851 done
5852 # Only check the string length outside the loop.
5853 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5854 teststring=
5855 # Add a significant safety factor because C++ compilers can tack on
5856 # massive amounts of additional arguments before passing them to the
5857 # linker. It appears as though 1/2 is a usable value.
5858 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5859 fi
d7040cdb 5860 ;;
d45dc31f 5861 esac
42ecbf5e 5862
42ecbf5e
DJ
5863fi
5864
d7040cdb 5865if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5867$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 5868else
81ecdfbb
RW
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5870$as_echo "none" >&6; }
252b5132 5871fi
d7040cdb 5872max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 5873
d45dc31f 5874
42ecbf5e 5875
d45dc31f 5876
d45dc31f 5877
d7040cdb 5878
d7040cdb
SE
5879: ${CP="cp -f"}
5880: ${MV="mv -f"}
5881: ${RM="rm -f"}
5882
81ecdfbb
RW
5883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5884$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5885# Try some XSI features
5886xsi_shell=no
5887( _lt_dummy="a/b/c"
f2c621e4
AS
5888 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5889 = c,a/b,, \
718a6fd8
SE
5890 && eval 'test $(( 1 + 1 )) -eq 2 \
5891 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5892 && xsi_shell=yes
81ecdfbb
RW
5893{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5894$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5895
5896
81ecdfbb
RW
5897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5898$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5899lt_shell_append=no
5900( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5901 >/dev/null 2>&1 \
5902 && lt_shell_append=yes
81ecdfbb
RW
5903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5904$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5905
5906
5907if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5908 lt_unset=unset
252b5132 5909else
d7040cdb 5910 lt_unset=false
252b5132
RH
5911fi
5912
d7040cdb
SE
5913
5914
5915
5916
5917# test EBCDIC or ASCII
5918case `echo X|tr X '\101'` in
5919 A) # ASCII based system
5920 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5921 lt_SP2NL='tr \040 \012'
5922 lt_NL2SP='tr \015\012 \040\040'
5923 ;;
5924 *) # EBCDIC based system
5925 lt_SP2NL='tr \100 \n'
5926 lt_NL2SP='tr \r\n \100\100'
5927 ;;
5928esac
5929
5930
5931
5932
5933
5934
5935
5936
5937
81ecdfbb
RW
5938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5939$as_echo_n "checking for $LD option to reload object files... " >&6; }
5940if test "${lt_cv_ld_reload_flag+set}" = set; then :
5941 $as_echo_n "(cached) " >&6
252b5132 5942else
d7040cdb
SE
5943 lt_cv_ld_reload_flag='-r'
5944fi
81ecdfbb
RW
5945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5946$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5947reload_flag=$lt_cv_ld_reload_flag
5948case $reload_flag in
5949"" | " "*) ;;
5950*) reload_flag=" $reload_flag" ;;
5951esac
5952reload_cmds='$LD$reload_flag -o $output$reload_objs'
5953case $host_os in
5954 darwin*)
5955 if test "$GCC" = yes; then
5956 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5957 else
5958 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5959 fi
5960 ;;
5961esac
5962
5963
5964
5965
5966
5967
5968
5969
5970
718a6fd8
SE
5971if test -n "$ac_tool_prefix"; then
5972 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5973set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5975$as_echo_n "checking for $ac_word... " >&6; }
5976if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5977 $as_echo_n "(cached) " >&6
718a6fd8
SE
5978else
5979 if test -n "$OBJDUMP"; then
5980 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5981else
5982as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5983for as_dir in $PATH
5984do
5985 IFS=$as_save_IFS
5986 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5987 for ac_exec_ext in '' $ac_executable_extensions; do
5988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5989 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5991 break 2
5992 fi
5993done
81ecdfbb
RW
5994 done
5995IFS=$as_save_IFS
718a6fd8
SE
5996
5997fi
5998fi
5999OBJDUMP=$ac_cv_prog_OBJDUMP
6000if test -n "$OBJDUMP"; then
81ecdfbb
RW
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6002$as_echo "$OBJDUMP" >&6; }
718a6fd8 6003else
81ecdfbb
RW
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6005$as_echo "no" >&6; }
718a6fd8
SE
6006fi
6007
81ecdfbb 6008
718a6fd8
SE
6009fi
6010if test -z "$ac_cv_prog_OBJDUMP"; then
6011 ac_ct_OBJDUMP=$OBJDUMP
6012 # Extract the first word of "objdump", so it can be a program name with args.
6013set dummy objdump; ac_word=$2
81ecdfbb
RW
6014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6015$as_echo_n "checking for $ac_word... " >&6; }
6016if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6017 $as_echo_n "(cached) " >&6
718a6fd8
SE
6018else
6019 if test -n "$ac_ct_OBJDUMP"; then
6020 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6021else
6022as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023for as_dir in $PATH
6024do
6025 IFS=$as_save_IFS
6026 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6027 for ac_exec_ext in '' $ac_executable_extensions; do
6028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6029 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6031 break 2
6032 fi
6033done
81ecdfbb
RW
6034 done
6035IFS=$as_save_IFS
718a6fd8 6036
718a6fd8
SE
6037fi
6038fi
6039ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6040if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6042$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6043else
81ecdfbb
RW
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6045$as_echo "no" >&6; }
718a6fd8
SE
6046fi
6047
81ecdfbb
RW
6048 if test "x$ac_ct_OBJDUMP" = x; then
6049 OBJDUMP="false"
6050 else
6051 case $cross_compiling:$ac_tool_warned in
6052yes:)
6053{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6054$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055ac_tool_warned=yes ;;
6056esac
6057 OBJDUMP=$ac_ct_OBJDUMP
6058 fi
718a6fd8
SE
6059else
6060 OBJDUMP="$ac_cv_prog_OBJDUMP"
6061fi
6062
6063test -z "$OBJDUMP" && OBJDUMP=objdump
6064
6065
6066
6067
6068
6069
6070
6071
d7040cdb 6072
81ecdfbb
RW
6073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6074$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6075if test "${lt_cv_deplibs_check_method+set}" = set; then :
6076 $as_echo_n "(cached) " >&6
d7040cdb
SE
6077else
6078 lt_cv_file_magic_cmd='$MAGIC_CMD'
6079lt_cv_file_magic_test_file=
6080lt_cv_deplibs_check_method='unknown'
6081# Need to set the preceding variable on all platforms that support
6082# interlibrary dependencies.
6083# 'none' -- dependencies not supported.
6084# `unknown' -- same as none, but documents that we really don't know.
6085# 'pass_all' -- all dependencies passed with no checks.
6086# 'test_compile' -- check by making test program.
6087# 'file_magic [[regex]]' -- check by looking for files in library path
6088# which responds to the $file_magic_cmd with a given extended regex.
6089# If you have `file' or equivalent on your system and you're not sure
6090# whether `pass_all' will *always* work, you probably want this one.
6091
6092case $host_os in
50e7d84b 6093aix[4-9]*)
d7040cdb
SE
6094 lt_cv_deplibs_check_method=pass_all
6095 ;;
6096
6097beos*)
6098 lt_cv_deplibs_check_method=pass_all
6099 ;;
6100
6101bsdi[45]*)
6102 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6103 lt_cv_file_magic_cmd='/usr/bin/file -L'
6104 lt_cv_file_magic_test_file=/shlib/libc.so
6105 ;;
6106
6107cygwin*)
6108 # func_win32_libid is a shell function defined in ltmain.sh
6109 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6110 lt_cv_file_magic_cmd='func_win32_libid'
6111 ;;
6112
6113mingw* | pw32*)
6114 # Base MSYS/MinGW do not provide the 'file' command needed by
6115 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6116 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6117 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6118 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6119 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6120 lt_cv_file_magic_cmd='func_win32_libid'
6121 else
f2c621e4 6122 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
6123 lt_cv_file_magic_cmd='$OBJDUMP -f'
6124 fi
6125 ;;
6126
3725885a 6127cegcc*)
718a6fd8
SE
6128 # use the weaker test based on 'objdump'. See mingw*.
6129 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6130 lt_cv_file_magic_cmd='$OBJDUMP -f'
6131 ;;
6132
d7040cdb
SE
6133darwin* | rhapsody*)
6134 lt_cv_deplibs_check_method=pass_all
d45dc31f 6135 ;;
d7040cdb
SE
6136
6137freebsd* | dragonfly*)
6138 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6139 case $host_cpu in
6140 i*86 )
6141 # Not sure whether the presence of OpenBSD here was a mistake.
6142 # Let's accept both of them until this is cleared up.
6143 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6144 lt_cv_file_magic_cmd=/usr/bin/file
6145 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6146 ;;
6147 esac
6148 else
6149 lt_cv_deplibs_check_method=pass_all
6150 fi
6151 ;;
6152
6153gnu*)
6154 lt_cv_deplibs_check_method=pass_all
d45dc31f 6155 ;;
d7040cdb 6156
3725885a
RW
6157haiku*)
6158 lt_cv_deplibs_check_method=pass_all
6159 ;;
6160
d7040cdb
SE
6161hpux10.20* | hpux11*)
6162 lt_cv_file_magic_cmd=/usr/bin/file
6163 case $host_cpu in
6164 ia64*)
6165 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6166 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6167 ;;
6168 hppa*64*)
3725885a 6169 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
6170 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6171 ;;
d45dc31f 6172 *)
3725885a 6173 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6174 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6175 ;;
6176 esac
6177 ;;
42ecbf5e 6178
d7040cdb
SE
6179interix[3-9]*)
6180 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6181 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6182 ;;
42ecbf5e 6183
d7040cdb
SE
6184irix5* | irix6* | nonstopux*)
6185 case $LD in
6186 *-32|*"-32 ") libmagic=32-bit;;
6187 *-n32|*"-n32 ") libmagic=N32;;
6188 *-64|*"-64 ") libmagic=64-bit;;
6189 *) libmagic=never-match;;
6190 esac
6191 lt_cv_deplibs_check_method=pass_all
d45dc31f 6192 ;;
42ecbf5e 6193
d7040cdb 6194# This must be Linux ELF.
58e24671 6195linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6196 lt_cv_deplibs_check_method=pass_all
6197 ;;
252b5132 6198
d7040cdb
SE
6199netbsd*)
6200 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6201 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6202 else
d7040cdb 6203 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6204 fi
d7040cdb
SE
6205 ;;
6206
6207newos6*)
6208 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6209 lt_cv_file_magic_cmd=/usr/bin/file
6210 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6211 ;;
6212
6213*nto* | *qnx*)
6214 lt_cv_deplibs_check_method=pass_all
6215 ;;
42ecbf5e 6216
d7040cdb
SE
6217openbsd*)
6218 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6219 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6220 else
6221 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6222 fi
6223 ;;
d7040cdb
SE
6224
6225osf3* | osf4* | osf5*)
6226 lt_cv_deplibs_check_method=pass_all
6227 ;;
6228
6229rdos*)
6230 lt_cv_deplibs_check_method=pass_all
6231 ;;
6232
6233solaris*)
6234 lt_cv_deplibs_check_method=pass_all
6235 ;;
6236
6237sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6238 lt_cv_deplibs_check_method=pass_all
6239 ;;
6240
6241sysv4 | sysv4.3*)
6242 case $host_vendor in
6243 motorola)
6244 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]'
6245 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6246 ;;
6247 ncr)
6248 lt_cv_deplibs_check_method=pass_all
6249 ;;
6250 sequent)
6251 lt_cv_file_magic_cmd='/bin/file'
6252 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6253 ;;
6254 sni)
6255 lt_cv_file_magic_cmd='/bin/file'
6256 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6257 lt_cv_file_magic_test_file=/lib/libc.so
6258 ;;
6259 siemens)
6260 lt_cv_deplibs_check_method=pass_all
6261 ;;
6262 pc)
6263 lt_cv_deplibs_check_method=pass_all
6264 ;;
6265 esac
6266 ;;
6267
6268tpf*)
6269 lt_cv_deplibs_check_method=pass_all
6270 ;;
d45dc31f 6271esac
42ecbf5e 6272
d7040cdb 6273fi
81ecdfbb
RW
6274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6275$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6276file_magic_cmd=$lt_cv_file_magic_cmd
6277deplibs_check_method=$lt_cv_deplibs_check_method
6278test -z "$deplibs_check_method" && deplibs_check_method=unknown
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
d45dc31f 6291if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6292 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6293set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6295$as_echo_n "checking for $ac_word... " >&6; }
6296if test "${ac_cv_prog_AR+set}" = set; then :
6297 $as_echo_n "(cached) " >&6
42ecbf5e 6298else
d7040cdb
SE
6299 if test -n "$AR"; then
6300 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6301else
6302as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6303for as_dir in $PATH
6304do
6305 IFS=$as_save_IFS
6306 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6307 for ac_exec_ext in '' $ac_executable_extensions; do
6308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6309 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6311 break 2
6312 fi
6313done
81ecdfbb
RW
6314 done
6315IFS=$as_save_IFS
42ecbf5e 6316
42ecbf5e 6317fi
d45dc31f 6318fi
d7040cdb
SE
6319AR=$ac_cv_prog_AR
6320if test -n "$AR"; then
81ecdfbb
RW
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6322$as_echo "$AR" >&6; }
d45dc31f 6323else
81ecdfbb
RW
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6325$as_echo "no" >&6; }
d45dc31f 6326fi
42ecbf5e 6327
81ecdfbb 6328
42ecbf5e 6329fi
f2c621e4 6330if test -z "$ac_cv_prog_AR"; then
d7040cdb 6331 ac_ct_AR=$AR
f2c621e4
AS
6332 # Extract the first word of "ar", so it can be a program name with args.
6333set dummy ar; ac_word=$2
81ecdfbb
RW
6334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6335$as_echo_n "checking for $ac_word... " >&6; }
6336if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6337 $as_echo_n "(cached) " >&6
42ecbf5e 6338else
d7040cdb
SE
6339 if test -n "$ac_ct_AR"; then
6340 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6341else
d45dc31f
SE
6342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6343for as_dir in $PATH
6344do
6345 IFS=$as_save_IFS
6346 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6347 for ac_exec_ext in '' $ac_executable_extensions; do
6348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6349 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6351 break 2
6352 fi
6353done
81ecdfbb
RW
6354 done
6355IFS=$as_save_IFS
42ecbf5e 6356
42ecbf5e 6357fi
42ecbf5e 6358fi
d7040cdb
SE
6359ac_ct_AR=$ac_cv_prog_ac_ct_AR
6360if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6362$as_echo "$ac_ct_AR" >&6; }
252b5132 6363else
81ecdfbb
RW
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6365$as_echo "no" >&6; }
252b5132 6366fi
252b5132 6367
81ecdfbb
RW
6368 if test "x$ac_ct_AR" = x; then
6369 AR="false"
6370 else
6371 case $cross_compiling:$ac_tool_warned in
6372yes:)
6373{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6374$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6375ac_tool_warned=yes ;;
6376esac
6377 AR=$ac_ct_AR
6378 fi
df7b86aa 6379else
f2c621e4
AS
6380 AR="$ac_cv_prog_AR"
6381fi
df7b86aa 6382
f2c621e4
AS
6383test -z "$AR" && AR=ar
6384test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6385
df7b86aa 6386
df7b86aa 6387
df7b86aa 6388
df7b86aa 6389
d7040cdb
SE
6390
6391
6392
6393
6394
6395
d45dc31f
SE
6396if test -n "$ac_tool_prefix"; then
6397 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6398set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6400$as_echo_n "checking for $ac_word... " >&6; }
6401if test "${ac_cv_prog_STRIP+set}" = set; then :
6402 $as_echo_n "(cached) " >&6
d45dc31f
SE
6403else
6404 if test -n "$STRIP"; then
6405 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6406else
6407as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6408for as_dir in $PATH
42ecbf5e 6409do
d45dc31f
SE
6410 IFS=$as_save_IFS
6411 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6412 for ac_exec_ext in '' $ac_executable_extensions; do
6413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6414 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6416 break 2
6417 fi
6418done
81ecdfbb
RW
6419 done
6420IFS=$as_save_IFS
d45dc31f
SE
6421
6422fi
6423fi
6424STRIP=$ac_cv_prog_STRIP
6425if test -n "$STRIP"; then
81ecdfbb
RW
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6427$as_echo "$STRIP" >&6; }
252b5132 6428else
81ecdfbb
RW
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6430$as_echo "no" >&6; }
d45dc31f 6431fi
42ecbf5e 6432
81ecdfbb 6433
252b5132 6434fi
d45dc31f
SE
6435if test -z "$ac_cv_prog_STRIP"; then
6436 ac_ct_STRIP=$STRIP
6437 # Extract the first word of "strip", so it can be a program name with args.
6438set dummy strip; ac_word=$2
81ecdfbb
RW
6439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6440$as_echo_n "checking for $ac_word... " >&6; }
6441if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6442 $as_echo_n "(cached) " >&6
d45dc31f
SE
6443else
6444 if test -n "$ac_ct_STRIP"; then
6445 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6446else
6447as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6448for as_dir in $PATH
6449do
6450 IFS=$as_save_IFS
6451 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6452 for ac_exec_ext in '' $ac_executable_extensions; do
6453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6454 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6456 break 2
6457 fi
6458done
81ecdfbb
RW
6459 done
6460IFS=$as_save_IFS
42ecbf5e 6461
d45dc31f
SE
6462fi
6463fi
6464ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6465if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6467$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6468else
81ecdfbb
RW
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6470$as_echo "no" >&6; }
252b5132 6471fi
e5a52504 6472
81ecdfbb
RW
6473 if test "x$ac_ct_STRIP" = x; then
6474 STRIP=":"
6475 else
6476 case $cross_compiling:$ac_tool_warned in
6477yes:)
6478{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6479$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6480ac_tool_warned=yes ;;
6481esac
6482 STRIP=$ac_ct_STRIP
6483 fi
d45dc31f
SE
6484else
6485 STRIP="$ac_cv_prog_STRIP"
6486fi
e5a52504 6487
d7040cdb 6488test -z "$STRIP" && STRIP=:
d45dc31f 6489
d45dc31f
SE
6490
6491
d45dc31f 6492
d45dc31f
SE
6493
6494
d7040cdb
SE
6495if test -n "$ac_tool_prefix"; then
6496 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6497set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6499$as_echo_n "checking for $ac_word... " >&6; }
6500if test "${ac_cv_prog_RANLIB+set}" = set; then :
6501 $as_echo_n "(cached) " >&6
d45dc31f 6502else
d7040cdb
SE
6503 if test -n "$RANLIB"; then
6504 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6505else
6506as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6507for as_dir in $PATH
6508do
6509 IFS=$as_save_IFS
6510 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6511 for ac_exec_ext in '' $ac_executable_extensions; do
6512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6513 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6515 break 2
d45dc31f 6516 fi
d7040cdb 6517done
81ecdfbb
RW
6518 done
6519IFS=$as_save_IFS
d45dc31f 6520
d7040cdb
SE
6521fi
6522fi
6523RANLIB=$ac_cv_prog_RANLIB
6524if test -n "$RANLIB"; then
81ecdfbb
RW
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6526$as_echo "$RANLIB" >&6; }
d7040cdb 6527else
81ecdfbb
RW
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6529$as_echo "no" >&6; }
d7040cdb 6530fi
d45dc31f 6531
81ecdfbb 6532
d7040cdb
SE
6533fi
6534if test -z "$ac_cv_prog_RANLIB"; then
6535 ac_ct_RANLIB=$RANLIB
6536 # Extract the first word of "ranlib", so it can be a program name with args.
6537set dummy ranlib; ac_word=$2
81ecdfbb
RW
6538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6539$as_echo_n "checking for $ac_word... " >&6; }
6540if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6541 $as_echo_n "(cached) " >&6
d7040cdb
SE
6542else
6543 if test -n "$ac_ct_RANLIB"; then
6544 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6545else
6546as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547for as_dir in $PATH
6548do
6549 IFS=$as_save_IFS
6550 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6553 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6555 break 2
d45dc31f 6556 fi
d7040cdb 6557done
81ecdfbb
RW
6558 done
6559IFS=$as_save_IFS
d45dc31f 6560
d7040cdb
SE
6561fi
6562fi
6563ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6564if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6566$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6567else
81ecdfbb
RW
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6569$as_echo "no" >&6; }
d7040cdb 6570fi
252b5132 6571
81ecdfbb
RW
6572 if test "x$ac_ct_RANLIB" = x; then
6573 RANLIB=":"
6574 else
6575 case $cross_compiling:$ac_tool_warned in
6576yes:)
6577{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6578$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6579ac_tool_warned=yes ;;
6580esac
6581 RANLIB=$ac_ct_RANLIB
6582 fi
d7040cdb
SE
6583else
6584 RANLIB="$ac_cv_prog_RANLIB"
6585fi
d45dc31f 6586
d7040cdb 6587test -z "$RANLIB" && RANLIB=:
d45dc31f 6588
d45dc31f 6589
d45dc31f 6590
42ecbf5e 6591
e5a52504 6592
d7040cdb
SE
6593
6594# Determine commands to create old-style static archives.
718a6fd8 6595old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6596old_postinstall_cmds='chmod 644 $oldlib'
6597old_postuninstall_cmds=
6598
6599if test -n "$RANLIB"; then
6600 case $host_os in
6601 openbsd*)
6602 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6603 ;;
6604 *)
6605 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6606 ;;
6607 esac
6608 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6609fi
d45dc31f 6610
3725885a
RW
6611case $host_os in
6612 darwin*)
6613 lock_old_archive_extraction=yes ;;
6614 *)
6615 lock_old_archive_extraction=no ;;
6616esac
6617
6618
6619
6620
6621
6622
d45dc31f 6623
d45dc31f
SE
6624
6625
d15b04bd 6626
3e321448 6627
d45dc31f 6628
d45dc31f 6629
d45dc31f
SE
6630
6631
d45dc31f 6632
d45dc31f 6633
d45dc31f
SE
6634
6635
6636
6637
6638
6639
6640
d45dc31f 6641
d45dc31f 6642
d45dc31f 6643
d45dc31f 6644
d45dc31f 6645
d45dc31f 6646
d45dc31f 6647
d45dc31f 6648
3e321448
L
6649
6650
d45dc31f
SE
6651
6652
d45dc31f
SE
6653
6654
d45dc31f 6655
d7040cdb
SE
6656# If no C compiler was specified, use CC.
6657LTCC=${LTCC-"$CC"}
42ecbf5e 6658
d7040cdb
SE
6659# If no C compiler flags were specified, use CFLAGS.
6660LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6661
d7040cdb
SE
6662# Allow CC to be a program name with arguments.
6663compiler=$CC
d15b04bd 6664
d7040cdb
SE
6665
6666# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6668$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6669if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6670 $as_echo_n "(cached) " >&6
d15b04bd 6671else
d7040cdb
SE
6672
6673# These are sane defaults that work on at least a few old systems.
6674# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6675
6676# Character class describing NM global symbol codes.
6677symcode='[BCDEGRST]'
6678
6679# Regexp to match symbols that can be accessed directly from C.
6680sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6681
6682# Define system-specific variables.
6683case $host_os in
6684aix*)
6685 symcode='[BCDT]'
6686 ;;
718a6fd8 6687cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6688 symcode='[ABCDGISTW]'
6689 ;;
6690hpux*)
6691 if test "$host_cpu" = ia64; then
6692 symcode='[ABCDEGRST]'
42ecbf5e 6693 fi
d7040cdb
SE
6694 ;;
6695irix* | nonstopux*)
6696 symcode='[BCDEGRST]'
6697 ;;
6698osf*)
6699 symcode='[BCDEGQRST]'
6700 ;;
6701solaris*)
6702 symcode='[BDRT]'
6703 ;;
6704sco3.2v5*)
6705 symcode='[DT]'
6706 ;;
6707sysv4.2uw2*)
6708 symcode='[DT]'
6709 ;;
6710sysv5* | sco5v6* | unixware* | OpenUNIX*)
6711 symcode='[ABDT]'
6712 ;;
6713sysv4)
6714 symcode='[DFNSTU]'
6715 ;;
6716esac
d15b04bd 6717
d7040cdb
SE
6718# If we're using GNU nm, then use its standard symbol codes.
6719case `$NM -V 2>&1` in
6720*GNU* | *'with BFD'*)
6721 symcode='[ABCDGIRSTW]' ;;
6722esac
e5a52504 6723
d7040cdb
SE
6724# Transform an extracted symbol line into a proper C declaration.
6725# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
6726# so use this general approach.
6727lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6728
7357c5b6 6729# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6730lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6731lt_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 6732
7357c5b6
AM
6733# Handle CRLF in mingw tool chain
6734opt_cr=
6735case $build_os in
6736mingw*)
6737 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6738 ;;
6739esac
d7040cdb 6740
7357c5b6
AM
6741# Try without a prefix underscore, then with it.
6742for ac_symprfx in "" "_"; do
d7040cdb 6743
7357c5b6
AM
6744 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6745 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6746
7357c5b6
AM
6747 # Write the raw and C identifiers.
6748 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6749 # Fake it for dumpbin and say T for any non-static function
6750 # and D for any global variable.
6751 # Also find C++ and __fastcall symbols from MSVC++,
6752 # which start with @ or ?.
6753 lt_cv_sys_global_symbol_pipe="$AWK '"\
6754" {last_section=section; section=\$ 3};"\
6755" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6756" \$ 0!~/External *\|/{next};"\
6757" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6758" {if(hide[section]) next};"\
6759" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6760" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6761" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6762" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6763" ' prfx=^$ac_symprfx"
6764 else
6765 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6766 fi
6767
6768 # Check to see that the pipe works correctly.
6769 pipe_works=no
6770
6771 rm -f conftest*
6772 cat > conftest.$ac_ext <<_LT_EOF
6773#ifdef __cplusplus
6774extern "C" {
6775#endif
6776char nm_test_var;
6777void nm_test_func(void);
6778void nm_test_func(void){}
6779#ifdef __cplusplus
d7040cdb 6780}
7357c5b6
AM
6781#endif
6782int main(){nm_test_var='a';nm_test_func();return(0);}
6783_LT_EOF
6784
81ecdfbb 6785 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6786 (eval $ac_compile) 2>&5
42ecbf5e 6787 ac_status=$?
81ecdfbb
RW
6788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6789 test $ac_status = 0; }; then
7357c5b6
AM
6790 # Now try to grab the symbols.
6791 nlist=conftest.nm
3725885a
RW
6792 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6793 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 6794 ac_status=$?
81ecdfbb
RW
6795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6796 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6797 # Try sorting and uniquifying the output.
6798 if sort "$nlist" | uniq > "$nlist"T; then
6799 mv -f "$nlist"T "$nlist"
6800 else
6801 rm -f "$nlist"T
6802 fi
d7040cdb 6803
7357c5b6
AM
6804 # Make sure that we snagged all the symbols we need.
6805 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6806 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6807 cat <<_LT_EOF > conftest.$ac_ext
6808#ifdef __cplusplus
6809extern "C" {
6810#endif
e5a52504 6811
7357c5b6
AM
6812_LT_EOF
6813 # Now generate the symbol file.
6814 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 6815
7357c5b6 6816 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6817
7357c5b6 6818/* The mapping between symbol names and symbols. */
f2c621e4 6819const struct {
7357c5b6
AM
6820 const char *name;
6821 void *address;
6822}
6823lt__PROGRAM__LTX_preloaded_symbols[] =
6824{
6825 { "@PROGRAM@", (void *) 0 },
6826_LT_EOF
6827 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6828 cat <<\_LT_EOF >> conftest.$ac_ext
6829 {0, (void *) 0}
6830};
d7040cdb 6831
7357c5b6
AM
6832/* This works around a problem in FreeBSD linker */
6833#ifdef FREEBSD_WORKAROUND
6834static const void *lt_preloaded_setup() {
6835 return lt__PROGRAM__LTX_preloaded_symbols;
6836}
d7040cdb
SE
6837#endif
6838
7357c5b6 6839#ifdef __cplusplus
d7040cdb 6840}
7357c5b6
AM
6841#endif
6842_LT_EOF
6843 # Now try linking the two files.
6844 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6845 lt_save_LIBS="$LIBS"
6846 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6847 LIBS="conftstm.$ac_objext"
6848 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6849 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6850 (eval $ac_link) 2>&5
6851 ac_status=$?
81ecdfbb
RW
6852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6853 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6854 pipe_works=yes
6855 fi
f2c621e4
AS
6856 LIBS="$lt_save_LIBS"
6857 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6858 else
6859 echo "cannot find nm_test_func in $nlist" >&5
6860 fi
6861 else
6862 echo "cannot find nm_test_var in $nlist" >&5
6863 fi
6864 else
6865 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6866 fi
6867 else
6868 echo "$progname: failed program was:" >&5
6869 cat conftest.$ac_ext >&5
6870 fi
718a6fd8 6871 rm -rf conftest* conftst*
7357c5b6
AM
6872
6873 # Do not use the global_symbol_pipe unless it works.
6874 if test "$pipe_works" = yes; then
6875 break
6876 else
6877 lt_cv_sys_global_symbol_pipe=
6878 fi
6879done
d7040cdb 6880
d7040cdb 6881fi
7357c5b6
AM
6882
6883if test -z "$lt_cv_sys_global_symbol_pipe"; then
6884 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 6885fi
7357c5b6 6886if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6888$as_echo "failed" >&6; }
7357c5b6 6889else
81ecdfbb
RW
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6891$as_echo "ok" >&6; }
d7040cdb 6892fi
20e95c23 6893
20e95c23 6894
20e95c23 6895
20e95c23 6896
20e95c23 6897
20e95c23 6898
20e95c23
DJ
6899
6900
7357c5b6
AM
6901
6902
6903
718a6fd8
SE
6904
6905
6906
6907
6908
7357c5b6 6909
df7b86aa
NC
6910
6911
6912
6913
7357c5b6 6914
81ecdfbb
RW
6915# Check whether --enable-libtool-lock was given.
6916if test "${enable_libtool_lock+set}" = set; then :
6917 enableval=$enable_libtool_lock;
6918fi
7357c5b6 6919
7357c5b6
AM
6920test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6921
6922# Some flags need to be propagated to the compiler or linker for good
6923# libtool support.
6924case $host in
6925ia64-*-hpux*)
6926 # Find out which ABI we are using.
6927 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6928 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6929 (eval $ac_compile) 2>&5
6930 ac_status=$?
81ecdfbb
RW
6931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6932 test $ac_status = 0; }; then
7357c5b6
AM
6933 case `/usr/bin/file conftest.$ac_objext` in
6934 *ELF-32*)
6935 HPUX_IA64_MODE="32"
6936 ;;
6937 *ELF-64*)
6938 HPUX_IA64_MODE="64"
6939 ;;
6940 esac
6941 fi
6942 rm -rf conftest*
6943 ;;
6944*-*-irix6*)
6945 # Find out which ABI we are using.
3725885a 6946 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6947 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6948 (eval $ac_compile) 2>&5
6949 ac_status=$?
81ecdfbb
RW
6950 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6951 test $ac_status = 0; }; then
7357c5b6
AM
6952 if test "$lt_cv_prog_gnu_ld" = yes; then
6953 case `/usr/bin/file conftest.$ac_objext` in
6954 *32-bit*)
6955 LD="${LD-ld} -melf32bsmip"
6956 ;;
6957 *N32*)
6958 LD="${LD-ld} -melf32bmipn32"
6959 ;;
6960 *64-bit*)
6961 LD="${LD-ld} -melf64bmip"
6962 ;;
6963 esac
6964 else
6965 case `/usr/bin/file conftest.$ac_objext` in
6966 *32-bit*)
6967 LD="${LD-ld} -32"
6968 ;;
6969 *N32*)
6970 LD="${LD-ld} -n32"
6971 ;;
6972 *64-bit*)
6973 LD="${LD-ld} -64"
6974 ;;
6975 esac
6976 fi
6977 fi
6978 rm -rf conftest*
6979 ;;
6980
cc9afea3 6981x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6982s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6983 # Find out which ABI we are using.
6984 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6985 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6986 (eval $ac_compile) 2>&5
6987 ac_status=$?
81ecdfbb
RW
6988 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6989 test $ac_status = 0; }; then
7357c5b6
AM
6990 case `/usr/bin/file conftest.o` in
6991 *32-bit*)
6992 case $host in
6993 x86_64-*kfreebsd*-gnu)
6994 LD="${LD-ld} -m elf_i386_fbsd"
6995 ;;
6996 x86_64-*linux*)
6d2920c8
L
6997 case `/usr/bin/file conftest.o` in
6998 *x86-64*)
6999 LD="${LD-ld} -m elf32_x86_64"
7000 ;;
7001 *)
7002 LD="${LD-ld} -m elf_i386"
7003 ;;
7004 esac
7357c5b6 7005 ;;
cc9afea3
AM
7006 powerpc64le-*linux*)
7007 LD="${LD-ld} -m elf32lppclinux"
7008 ;;
7009 powerpc64-*linux*)
7357c5b6
AM
7010 LD="${LD-ld} -m elf32ppclinux"
7011 ;;
7012 s390x-*linux*)
7013 LD="${LD-ld} -m elf_s390"
7014 ;;
7015 sparc64-*linux*)
7016 LD="${LD-ld} -m elf32_sparc"
7017 ;;
7018 esac
7019 ;;
7020 *64-bit*)
7021 case $host in
7022 x86_64-*kfreebsd*-gnu)
7023 LD="${LD-ld} -m elf_x86_64_fbsd"
7024 ;;
7025 x86_64-*linux*)
7026 LD="${LD-ld} -m elf_x86_64"
7027 ;;
cc9afea3
AM
7028 powerpcle-*linux*)
7029 LD="${LD-ld} -m elf64lppc"
7030 ;;
7031 powerpc-*linux*)
7357c5b6
AM
7032 LD="${LD-ld} -m elf64ppc"
7033 ;;
7034 s390*-*linux*|s390*-*tpf*)
7035 LD="${LD-ld} -m elf64_s390"
7036 ;;
7037 sparc*-*linux*)
7038 LD="${LD-ld} -m elf64_sparc"
7039 ;;
7040 esac
7041 ;;
7042 esac
7043 fi
7044 rm -rf conftest*
7045 ;;
7046
7047*-*-sco3.2v5*)
7048 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7049 SAVE_CFLAGS="$CFLAGS"
7050 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7052$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7053if test "${lt_cv_cc_needs_belf+set}" = set; then :
7054 $as_echo_n "(cached) " >&6
d7040cdb 7055else
7357c5b6
AM
7056 ac_ext=c
7057ac_cpp='$CPP $CPPFLAGS'
7058ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7059ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7060ac_compiler_gnu=$ac_cv_c_compiler_gnu
7061
81ecdfbb 7062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7063/* end confdefs.h. */
20e95c23 7064
7357c5b6
AM
7065int
7066main ()
7067{
7068
7069 ;
7070 return 0;
7071}
d7040cdb 7072_ACEOF
81ecdfbb 7073if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7074 lt_cv_cc_needs_belf=yes
d15b04bd 7075else
81ecdfbb 7076 lt_cv_cc_needs_belf=no
d7040cdb 7077fi
81ecdfbb
RW
7078rm -f core conftest.err conftest.$ac_objext \
7079 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7080 ac_ext=c
7081ac_cpp='$CPP $CPPFLAGS'
7082ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7083ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7084ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7085
718a6fd8 7086fi
81ecdfbb
RW
7087{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7088$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7089 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7090 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7091 CFLAGS="$SAVE_CFLAGS"
7092 fi
7093 ;;
7094sparc*-*solaris*)
7095 # Find out which ABI we are using.
7096 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7097 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7098 (eval $ac_compile) 2>&5
7099 ac_status=$?
81ecdfbb
RW
7100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7101 test $ac_status = 0; }; then
718a6fd8
SE
7102 case `/usr/bin/file conftest.o` in
7103 *64-bit*)
7104 case $lt_cv_prog_gnu_ld in
7105 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7106 *)
7107 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7108 LD="${LD-ld} -64"
7109 fi
7110 ;;
7111 esac
7112 ;;
7113 esac
7114 fi
df7b86aa
NC
7115 rm -rf conftest*
7116 ;;
7117esac
7118
7119need_locks="$enable_libtool_lock"
7120
718a6fd8
SE
7121
7122 case $host_os in
7123 rhapsody* | darwin*)
7124 if test -n "$ac_tool_prefix"; then
7125 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7126set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7128$as_echo_n "checking for $ac_word... " >&6; }
7129if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7130 $as_echo_n "(cached) " >&6
718a6fd8
SE
7131else
7132 if test -n "$DSYMUTIL"; then
7133 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7134else
7135as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7136for as_dir in $PATH
7137do
7138 IFS=$as_save_IFS
7139 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7140 for ac_exec_ext in '' $ac_executable_extensions; do
7141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7142 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7144 break 2
7145 fi
7146done
81ecdfbb
RW
7147 done
7148IFS=$as_save_IFS
718a6fd8
SE
7149
7150fi
7151fi
7152DSYMUTIL=$ac_cv_prog_DSYMUTIL
7153if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7155$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7156else
81ecdfbb
RW
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7158$as_echo "no" >&6; }
718a6fd8
SE
7159fi
7160
81ecdfbb 7161
718a6fd8
SE
7162fi
7163if test -z "$ac_cv_prog_DSYMUTIL"; then
7164 ac_ct_DSYMUTIL=$DSYMUTIL
7165 # Extract the first word of "dsymutil", so it can be a program name with args.
7166set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7168$as_echo_n "checking for $ac_word... " >&6; }
7169if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7170 $as_echo_n "(cached) " >&6
718a6fd8
SE
7171else
7172 if test -n "$ac_ct_DSYMUTIL"; then
7173 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7174else
7175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7176for as_dir in $PATH
7177do
7178 IFS=$as_save_IFS
7179 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7180 for ac_exec_ext in '' $ac_executable_extensions; do
7181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7182 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7184 break 2
7185 fi
7186done
81ecdfbb
RW
7187 done
7188IFS=$as_save_IFS
718a6fd8 7189
718a6fd8
SE
7190fi
7191fi
7192ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7193if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7195$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7196else
81ecdfbb
RW
7197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7198$as_echo "no" >&6; }
718a6fd8
SE
7199fi
7200
81ecdfbb
RW
7201 if test "x$ac_ct_DSYMUTIL" = x; then
7202 DSYMUTIL=":"
7203 else
7204 case $cross_compiling:$ac_tool_warned in
7205yes:)
7206{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7207$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7208ac_tool_warned=yes ;;
7209esac
7210 DSYMUTIL=$ac_ct_DSYMUTIL
7211 fi
718a6fd8
SE
7212else
7213 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7214fi
7215
7216 if test -n "$ac_tool_prefix"; then
7217 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7218set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7220$as_echo_n "checking for $ac_word... " >&6; }
7221if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7222 $as_echo_n "(cached) " >&6
718a6fd8
SE
7223else
7224 if test -n "$NMEDIT"; then
7225 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7226else
7227as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7228for as_dir in $PATH
7229do
7230 IFS=$as_save_IFS
7231 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7232 for ac_exec_ext in '' $ac_executable_extensions; do
7233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7234 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7236 break 2
7237 fi
7238done
81ecdfbb
RW
7239 done
7240IFS=$as_save_IFS
718a6fd8
SE
7241
7242fi
7243fi
7244NMEDIT=$ac_cv_prog_NMEDIT
7245if test -n "$NMEDIT"; then
81ecdfbb
RW
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7247$as_echo "$NMEDIT" >&6; }
718a6fd8 7248else
81ecdfbb
RW
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7250$as_echo "no" >&6; }
718a6fd8
SE
7251fi
7252
81ecdfbb 7253
718a6fd8
SE
7254fi
7255if test -z "$ac_cv_prog_NMEDIT"; then
7256 ac_ct_NMEDIT=$NMEDIT
7257 # Extract the first word of "nmedit", so it can be a program name with args.
7258set dummy nmedit; ac_word=$2
81ecdfbb
RW
7259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7260$as_echo_n "checking for $ac_word... " >&6; }
7261if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7262 $as_echo_n "(cached) " >&6
718a6fd8
SE
7263else
7264 if test -n "$ac_ct_NMEDIT"; then
7265 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7266else
7267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7268for as_dir in $PATH
7269do
7270 IFS=$as_save_IFS
7271 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7272 for ac_exec_ext in '' $ac_executable_extensions; do
7273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7274 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7276 break 2
7277 fi
7278done
81ecdfbb
RW
7279 done
7280IFS=$as_save_IFS
718a6fd8 7281
718a6fd8
SE
7282fi
7283fi
7284ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7285if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7287$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7288else
81ecdfbb
RW
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7290$as_echo "no" >&6; }
718a6fd8
SE
7291fi
7292
81ecdfbb
RW
7293 if test "x$ac_ct_NMEDIT" = x; then
7294 NMEDIT=":"
7295 else
7296 case $cross_compiling:$ac_tool_warned in
7297yes:)
7298{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7299$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7300ac_tool_warned=yes ;;
7301esac
7302 NMEDIT=$ac_ct_NMEDIT
7303 fi
718a6fd8
SE
7304else
7305 NMEDIT="$ac_cv_prog_NMEDIT"
7306fi
7307
7308 if test -n "$ac_tool_prefix"; then
7309 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7310set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7312$as_echo_n "checking for $ac_word... " >&6; }
7313if test "${ac_cv_prog_LIPO+set}" = set; then :
7314 $as_echo_n "(cached) " >&6
718a6fd8
SE
7315else
7316 if test -n "$LIPO"; then
7317 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7318else
7319as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7320for as_dir in $PATH
7321do
7322 IFS=$as_save_IFS
7323 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7324 for ac_exec_ext in '' $ac_executable_extensions; do
7325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7326 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7328 break 2
7329 fi
7330done
81ecdfbb
RW
7331 done
7332IFS=$as_save_IFS
718a6fd8
SE
7333
7334fi
7335fi
7336LIPO=$ac_cv_prog_LIPO
7337if test -n "$LIPO"; then
81ecdfbb
RW
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7339$as_echo "$LIPO" >&6; }
718a6fd8 7340else
81ecdfbb
RW
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7342$as_echo "no" >&6; }
718a6fd8
SE
7343fi
7344
81ecdfbb 7345
718a6fd8
SE
7346fi
7347if test -z "$ac_cv_prog_LIPO"; then
7348 ac_ct_LIPO=$LIPO
7349 # Extract the first word of "lipo", so it can be a program name with args.
7350set dummy lipo; ac_word=$2
81ecdfbb
RW
7351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7352$as_echo_n "checking for $ac_word... " >&6; }
7353if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7354 $as_echo_n "(cached) " >&6
718a6fd8
SE
7355else
7356 if test -n "$ac_ct_LIPO"; then
7357 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7358else
7359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7360for as_dir in $PATH
7361do
7362 IFS=$as_save_IFS
7363 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7364 for ac_exec_ext in '' $ac_executable_extensions; do
7365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7366 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7368 break 2
7369 fi
7370done
81ecdfbb
RW
7371 done
7372IFS=$as_save_IFS
718a6fd8 7373
718a6fd8
SE
7374fi
7375fi
7376ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7377if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7379$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7380else
81ecdfbb
RW
7381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7382$as_echo "no" >&6; }
718a6fd8
SE
7383fi
7384
81ecdfbb
RW
7385 if test "x$ac_ct_LIPO" = x; then
7386 LIPO=":"
7387 else
7388 case $cross_compiling:$ac_tool_warned in
7389yes:)
7390{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7391$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7392ac_tool_warned=yes ;;
7393esac
7394 LIPO=$ac_ct_LIPO
7395 fi
718a6fd8
SE
7396else
7397 LIPO="$ac_cv_prog_LIPO"
7398fi
7399
7400 if test -n "$ac_tool_prefix"; then
7401 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7402set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7404$as_echo_n "checking for $ac_word... " >&6; }
7405if test "${ac_cv_prog_OTOOL+set}" = set; then :
7406 $as_echo_n "(cached) " >&6
718a6fd8
SE
7407else
7408 if test -n "$OTOOL"; then
7409 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7410else
7411as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7412for as_dir in $PATH
7413do
7414 IFS=$as_save_IFS
7415 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7416 for ac_exec_ext in '' $ac_executable_extensions; do
7417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7418 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7420 break 2
7421 fi
7422done
81ecdfbb
RW
7423 done
7424IFS=$as_save_IFS
718a6fd8
SE
7425
7426fi
7427fi
7428OTOOL=$ac_cv_prog_OTOOL
7429if test -n "$OTOOL"; then
81ecdfbb
RW
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7431$as_echo "$OTOOL" >&6; }
718a6fd8 7432else
81ecdfbb
RW
7433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7434$as_echo "no" >&6; }
718a6fd8
SE
7435fi
7436
81ecdfbb 7437
718a6fd8
SE
7438fi
7439if test -z "$ac_cv_prog_OTOOL"; then
7440 ac_ct_OTOOL=$OTOOL
7441 # Extract the first word of "otool", so it can be a program name with args.
7442set dummy otool; ac_word=$2
81ecdfbb
RW
7443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7444$as_echo_n "checking for $ac_word... " >&6; }
7445if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7446 $as_echo_n "(cached) " >&6
718a6fd8
SE
7447else
7448 if test -n "$ac_ct_OTOOL"; then
7449 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7450else
7451as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452for as_dir in $PATH
7453do
7454 IFS=$as_save_IFS
7455 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7456 for ac_exec_ext in '' $ac_executable_extensions; do
7457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7458 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7460 break 2
7461 fi
7462done
81ecdfbb
RW
7463 done
7464IFS=$as_save_IFS
718a6fd8 7465
718a6fd8
SE
7466fi
7467fi
7468ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7469if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7471$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7472else
81ecdfbb
RW
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7474$as_echo "no" >&6; }
718a6fd8
SE
7475fi
7476
81ecdfbb
RW
7477 if test "x$ac_ct_OTOOL" = x; then
7478 OTOOL=":"
7479 else
7480 case $cross_compiling:$ac_tool_warned in
7481yes:)
7482{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7483$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7484ac_tool_warned=yes ;;
7485esac
7486 OTOOL=$ac_ct_OTOOL
7487 fi
718a6fd8
SE
7488else
7489 OTOOL="$ac_cv_prog_OTOOL"
7490fi
7491
7492 if test -n "$ac_tool_prefix"; then
7493 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7494set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7496$as_echo_n "checking for $ac_word... " >&6; }
7497if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7498 $as_echo_n "(cached) " >&6
718a6fd8
SE
7499else
7500 if test -n "$OTOOL64"; then
7501 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7502else
7503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7504for as_dir in $PATH
7505do
7506 IFS=$as_save_IFS
7507 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7508 for ac_exec_ext in '' $ac_executable_extensions; do
7509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7510 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7512 break 2
7513 fi
7514done
81ecdfbb
RW
7515 done
7516IFS=$as_save_IFS
718a6fd8
SE
7517
7518fi
7519fi
7520OTOOL64=$ac_cv_prog_OTOOL64
7521if test -n "$OTOOL64"; then
81ecdfbb
RW
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7523$as_echo "$OTOOL64" >&6; }
718a6fd8 7524else
81ecdfbb
RW
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7526$as_echo "no" >&6; }
718a6fd8
SE
7527fi
7528
81ecdfbb 7529
718a6fd8
SE
7530fi
7531if test -z "$ac_cv_prog_OTOOL64"; then
7532 ac_ct_OTOOL64=$OTOOL64
7533 # Extract the first word of "otool64", so it can be a program name with args.
7534set dummy otool64; ac_word=$2
81ecdfbb
RW
7535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7536$as_echo_n "checking for $ac_word... " >&6; }
7537if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7538 $as_echo_n "(cached) " >&6
718a6fd8
SE
7539else
7540 if test -n "$ac_ct_OTOOL64"; then
7541 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7542else
7543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7544for as_dir in $PATH
7545do
7546 IFS=$as_save_IFS
7547 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7548 for ac_exec_ext in '' $ac_executable_extensions; do
7549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7550 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7552 break 2
7553 fi
7554done
81ecdfbb
RW
7555 done
7556IFS=$as_save_IFS
718a6fd8 7557
718a6fd8
SE
7558fi
7559fi
7560ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7561if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7563$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7564else
81ecdfbb
RW
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7566$as_echo "no" >&6; }
718a6fd8
SE
7567fi
7568
81ecdfbb
RW
7569 if test "x$ac_ct_OTOOL64" = x; then
7570 OTOOL64=":"
7571 else
7572 case $cross_compiling:$ac_tool_warned in
7573yes:)
7574{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7575$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7576ac_tool_warned=yes ;;
7577esac
7578 OTOOL64=$ac_ct_OTOOL64
7579 fi
718a6fd8
SE
7580else
7581 OTOOL64="$ac_cv_prog_OTOOL64"
7582fi
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
81ecdfbb
RW
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7611$as_echo_n "checking for -single_module linker flag... " >&6; }
7612if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7613 $as_echo_n "(cached) " >&6
718a6fd8
SE
7614else
7615 lt_cv_apple_cc_single_mod=no
7616 if test -z "${LT_MULTI_MODULE}"; then
7617 # By default we will add the -single_module flag. You can override
7618 # by either setting the environment variable LT_MULTI_MODULE
7619 # non-empty at configure time, or by adding -multi_module to the
7620 # link flags.
7621 rm -rf libconftest.dylib*
7622 echo "int foo(void){return 1;}" > conftest.c
7623 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7624-dynamiclib -Wl,-single_module conftest.c" >&5
7625 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7626 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7627 _lt_result=$?
7628 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7629 lt_cv_apple_cc_single_mod=yes
7630 else
7631 cat conftest.err >&5
7632 fi
7633 rm -rf libconftest.dylib*
7634 rm -f conftest.*
7635 fi
7636fi
81ecdfbb
RW
7637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7638$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7640$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7641if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7642 $as_echo_n "(cached) " >&6
718a6fd8
SE
7643else
7644 lt_cv_ld_exported_symbols_list=no
7645 save_LDFLAGS=$LDFLAGS
7646 echo "_main" > conftest.sym
7647 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7649/* end confdefs.h. */
7650
7651int
7652main ()
7653{
7654
7655 ;
7656 return 0;
7657}
7658_ACEOF
81ecdfbb 7659if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7660 lt_cv_ld_exported_symbols_list=yes
7661else
81ecdfbb 7662 lt_cv_ld_exported_symbols_list=no
718a6fd8 7663fi
81ecdfbb
RW
7664rm -f core conftest.err conftest.$ac_objext \
7665 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7666 LDFLAGS="$save_LDFLAGS"
7667
7668fi
81ecdfbb
RW
7669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7670$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7672$as_echo_n "checking for -force_load linker flag... " >&6; }
7673if test "${lt_cv_ld_force_load+set}" = set; then :
7674 $as_echo_n "(cached) " >&6
7675else
7676 lt_cv_ld_force_load=no
7677 cat > conftest.c << _LT_EOF
7678int forced_loaded() { return 2;}
7679_LT_EOF
7680 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7681 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7682 echo "$AR cru libconftest.a conftest.o" >&5
7683 $AR cru libconftest.a conftest.o 2>&5
7684 cat > conftest.c << _LT_EOF
7685int main() { return 0;}
7686_LT_EOF
7687 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7688 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7689 _lt_result=$?
7690 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7691 lt_cv_ld_force_load=yes
7692 else
7693 cat conftest.err >&5
7694 fi
7695 rm -f conftest.err libconftest.a conftest conftest.c
7696 rm -rf conftest.dSYM
7697
7698fi
7699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7700$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7701 case $host_os in
7702 rhapsody* | darwin1.[012])
7703 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7704 darwin1.*)
7705 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7706 darwin*) # darwin 5.x on
7707 # if running on 10.5 or later, the deployment target defaults
7708 # to the OS version, if on x86, and 10.4, the deployment
7709 # target defaults to 10.4. Don't you love it?
7710 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7711 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7712 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7713 10.[012][,.]*)
718a6fd8
SE
7714 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7715 10.*)
7716 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7717 esac
7718 ;;
7719 esac
7720 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7721 _lt_dar_single_mod='$single_module'
7722 fi
7723 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7724 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7725 else
7726 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7727 fi
3725885a 7728 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7729 _lt_dsymutil='~$DSYMUTIL $lib || :'
7730 else
7731 _lt_dsymutil=
7732 fi
7733 ;;
7734 esac
7735
718a6fd8 7736for ac_header in dlfcn.h
81ecdfbb
RW
7737do :
7738 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7739"
7740if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7741 cat >>confdefs.h <<_ACEOF
81ecdfbb 7742#define HAVE_DLFCN_H 1
718a6fd8
SE
7743_ACEOF
7744
7745fi
7746
7747done
7748
7749
7750
3725885a
RW
7751
7752
718a6fd8
SE
7753# Set options
7754
7755
7756
7757 enable_dlopen=no
7758
7759
7760 enable_win32_dll=no
7761
7762
81ecdfbb
RW
7763 # Check whether --enable-shared was given.
7764if test "${enable_shared+set}" = set; then :
7765 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7766 case $enableval in
7767 yes) enable_shared=yes ;;
7768 no) enable_shared=no ;;
7769 *)
7770 enable_shared=no
7771 # Look at the argument we got. We use all the common list separators.
7772 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7773 for pkg in $enableval; do
7774 IFS="$lt_save_ifs"
7775 if test "X$pkg" = "X$p"; then
7776 enable_shared=yes
7777 fi
7778 done
7779 IFS="$lt_save_ifs"
7780 ;;
7781 esac
7782else
7783 enable_shared=yes
81ecdfbb 7784fi
718a6fd8
SE
7785
7786
7787
7788
7789
7790
7791
7792
81ecdfbb
RW
7793
7794 # Check whether --enable-static was given.
7795if test "${enable_static+set}" = set; then :
7796 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7797 case $enableval in
7798 yes) enable_static=yes ;;
7799 no) enable_static=no ;;
7800 *)
7801 enable_static=no
7802 # Look at the argument we got. We use all the common list separators.
7803 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7804 for pkg in $enableval; do
7805 IFS="$lt_save_ifs"
7806 if test "X$pkg" = "X$p"; then
7807 enable_static=yes
7808 fi
7809 done
7810 IFS="$lt_save_ifs"
7811 ;;
7812 esac
7813else
7814 enable_static=yes
81ecdfbb 7815fi
718a6fd8
SE
7816
7817
7818
7819
7820
7821
7822
7823
7824
81ecdfbb
RW
7825
7826# Check whether --with-pic was given.
7827if test "${with_pic+set}" = set; then :
7828 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7829else
7830 pic_mode=default
81ecdfbb
RW
7831fi
7832
718a6fd8
SE
7833
7834test -z "$pic_mode" && pic_mode=default
7835
7836
7837
7838
7839
7840
7841
81ecdfbb
RW
7842 # Check whether --enable-fast-install was given.
7843if test "${enable_fast_install+set}" = set; then :
7844 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7845 case $enableval in
7846 yes) enable_fast_install=yes ;;
7847 no) enable_fast_install=no ;;
7848 *)
7849 enable_fast_install=no
7850 # Look at the argument we got. We use all the common list separators.
7851 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7852 for pkg in $enableval; do
7853 IFS="$lt_save_ifs"
7854 if test "X$pkg" = "X$p"; then
7855 enable_fast_install=yes
7856 fi
7857 done
7858 IFS="$lt_save_ifs"
7357c5b6
AM
7859 ;;
7860 esac
718a6fd8
SE
7861else
7862 enable_fast_install=yes
81ecdfbb
RW
7863fi
7864
20e95c23 7865
20e95c23
DJ
7866
7867
42ecbf5e 7868
d7040cdb 7869
20e95c23 7870
d7040cdb 7871
d7040cdb
SE
7872
7873
7874
7875# This can be used to rebuild libtool when needed
7876LIBTOOL_DEPS="$ltmain"
7877
7878# Always use our own libtool.
7879LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
3725885a 7903
d7040cdb
SE
7904
7905
7906test -z "$LN_S" && LN_S="ln -s"
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921if test -n "${ZSH_VERSION+set}" ; then
7922 setopt NO_GLOB_SUBST
7923fi
7924
81ecdfbb
RW
7925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7926$as_echo_n "checking for objdir... " >&6; }
7927if test "${lt_cv_objdir+set}" = set; then :
7928 $as_echo_n "(cached) " >&6
20e95c23 7929else
d7040cdb
SE
7930 rm -f .libs 2>/dev/null
7931mkdir .libs 2>/dev/null
7932if test -d .libs; then
7933 lt_cv_objdir=.libs
42ecbf5e 7934else
d7040cdb
SE
7935 # MS-DOS does not allow filenames that begin with a dot.
7936 lt_cv_objdir=_libs
7937fi
7938rmdir .libs 2>/dev/null
42ecbf5e 7939fi
81ecdfbb
RW
7940{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7941$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 7942objdir=$lt_cv_objdir
42ecbf5e 7943
d7040cdb
SE
7944
7945
7946
7947
7948cat >>confdefs.h <<_ACEOF
7949#define LT_OBJDIR "$lt_cv_objdir/"
7950_ACEOF
7951
7952
7953
7954
d7040cdb
SE
7955case $host_os in
7956aix3*)
7957 # AIX sometimes has problems with the GCC collect2 program. For some
7958 # reason, if we set the COLLECT_NAMES environment variable, the problems
7959 # vanish in a puff of smoke.
7960 if test "X${COLLECT_NAMES+set}" != Xset; then
7961 COLLECT_NAMES=
7962 export COLLECT_NAMES
7963 fi
7964 ;;
7965esac
7966
d7040cdb
SE
7967# Global variables:
7968ofile=libtool
7969can_build_shared=yes
7970
7971# All known linkers require a `.a' archive for static linking (except MSVC,
7972# which needs '.lib').
7973libext=a
7974
7975with_gnu_ld="$lt_cv_prog_gnu_ld"
7976
7977old_CC="$CC"
7978old_CFLAGS="$CFLAGS"
7979
7980# Set sane defaults for various variables
7981test -z "$CC" && CC=cc
7982test -z "$LTCC" && LTCC=$CC
7983test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7984test -z "$LD" && LD=ld
7985test -z "$ac_objext" && ac_objext=o
7986
7987for cc_temp in $compiler""; do
7988 case $cc_temp in
7989 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7990 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7991 \-*) ;;
7992 *) break;;
7993 esac
7994done
3725885a 7995cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7996
7997
7998# Only perform the check for file, if the check method requires it
7999test -z "$MAGIC_CMD" && MAGIC_CMD=file
8000case $deplibs_check_method in
8001file_magic*)
8002 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8004$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8005if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8006 $as_echo_n "(cached) " >&6
42ecbf5e 8007else
d7040cdb
SE
8008 case $MAGIC_CMD in
8009[\\/*] | ?:[\\/]*)
8010 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 8011 ;;
d7040cdb
SE
8012*)
8013 lt_save_MAGIC_CMD="$MAGIC_CMD"
8014 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8015 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8016 for ac_dir in $ac_dummy; do
8017 IFS="$lt_save_ifs"
8018 test -z "$ac_dir" && ac_dir=.
8019 if test -f $ac_dir/${ac_tool_prefix}file; then
8020 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8021 if test -n "$file_magic_test_file"; then
8022 case $deplibs_check_method in
8023 "file_magic "*)
8024 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8025 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8026 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8027 $EGREP "$file_magic_regex" > /dev/null; then
8028 :
8029 else
8030 cat <<_LT_EOF 1>&2
42ecbf5e 8031
d7040cdb
SE
8032*** Warning: the command libtool uses to detect shared libraries,
8033*** $file_magic_cmd, produces output that libtool cannot recognize.
8034*** The result is that libtool may fail to recognize shared libraries
8035*** as such. This will affect the creation of libtool libraries that
8036*** depend on shared libraries, but programs linked with such libtool
8037*** libraries will work regardless of this problem. Nevertheless, you
8038*** may want to report the problem to your system manager and/or to
8039*** bug-libtool@gnu.org
8040
8041_LT_EOF
8042 fi ;;
8043 esac
8044 fi
8045 break
8046 fi
8047 done
8048 IFS="$lt_save_ifs"
8049 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8050 ;;
8051esac
42ecbf5e 8052fi
20e95c23 8053
d7040cdb
SE
8054MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8055if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8057$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8058else
81ecdfbb
RW
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8060$as_echo "no" >&6; }
42ecbf5e
DJ
8061fi
8062
20e95c23
DJ
8063
8064
42ecbf5e 8065
20e95c23 8066
d7040cdb
SE
8067if test -z "$lt_cv_path_MAGIC_CMD"; then
8068 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8070$as_echo_n "checking for file... " >&6; }
8071if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8072 $as_echo_n "(cached) " >&6
42ecbf5e 8073else
d7040cdb
SE
8074 case $MAGIC_CMD in
8075[\\/*] | ?:[\\/]*)
8076 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8077 ;;
8078*)
8079 lt_save_MAGIC_CMD="$MAGIC_CMD"
8080 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8081 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8082 for ac_dir in $ac_dummy; do
8083 IFS="$lt_save_ifs"
8084 test -z "$ac_dir" && ac_dir=.
8085 if test -f $ac_dir/file; then
8086 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8087 if test -n "$file_magic_test_file"; then
8088 case $deplibs_check_method in
8089 "file_magic "*)
8090 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8091 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8092 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8093 $EGREP "$file_magic_regex" > /dev/null; then
8094 :
8095 else
8096 cat <<_LT_EOF 1>&2
8097
8098*** Warning: the command libtool uses to detect shared libraries,
8099*** $file_magic_cmd, produces output that libtool cannot recognize.
8100*** The result is that libtool may fail to recognize shared libraries
8101*** as such. This will affect the creation of libtool libraries that
8102*** depend on shared libraries, but programs linked with such libtool
8103*** libraries will work regardless of this problem. Nevertheless, you
8104*** may want to report the problem to your system manager and/or to
8105*** bug-libtool@gnu.org
8106
8107_LT_EOF
8108 fi ;;
8109 esac
8110 fi
8111 break
8112 fi
8113 done
8114 IFS="$lt_save_ifs"
8115 MAGIC_CMD="$lt_save_MAGIC_CMD"
8116 ;;
20e95c23
DJ
8117esac
8118fi
d7040cdb
SE
8119
8120MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8121if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8123$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8124else
81ecdfbb
RW
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8126$as_echo "no" >&6; }
20e95c23
DJ
8127fi
8128
20e95c23 8129
42ecbf5e 8130 else
d7040cdb 8131 MAGIC_CMD=:
42ecbf5e 8132 fi
42ecbf5e 8133fi
42ecbf5e 8134
20e95c23 8135 fi
d7040cdb
SE
8136 ;;
8137esac
42ecbf5e 8138
d7040cdb 8139# Use C for the default configuration in the libtool script
42ecbf5e 8140
d7040cdb
SE
8141lt_save_CC="$CC"
8142ac_ext=c
8143ac_cpp='$CPP $CPPFLAGS'
8144ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8145ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8146ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8147
42ecbf5e 8148
d7040cdb
SE
8149# Source file extension for C test sources.
8150ac_ext=c
42ecbf5e 8151
d7040cdb
SE
8152# Object file extension for compiled C test sources.
8153objext=o
8154objext=$objext
42ecbf5e 8155
d7040cdb
SE
8156# Code to be used in simple compile tests
8157lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8158
d7040cdb
SE
8159# Code to be used in simple link tests
8160lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8161
ac48eca1 8162
42ecbf5e 8163
42ecbf5e 8164
d5fbea21 8165
d5fbea21
DJ
8166
8167
d7040cdb
SE
8168# If no C compiler was specified, use CC.
8169LTCC=${LTCC-"$CC"}
20e95c23 8170
d7040cdb
SE
8171# If no C compiler flags were specified, use CFLAGS.
8172LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8173
d7040cdb
SE
8174# Allow CC to be a program name with arguments.
8175compiler=$CC
252b5132 8176
d7040cdb
SE
8177# Save the default compiler, since it gets overwritten when the other
8178# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8179compiler_DEFAULT=$CC
42ecbf5e 8180
d7040cdb
SE
8181# save warnings/boilerplate of simple test code
8182ac_outfile=conftest.$ac_objext
8183echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8184eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8185_lt_compiler_boilerplate=`cat conftest.err`
8186$RM conftest*
252b5132 8187
d7040cdb
SE
8188ac_outfile=conftest.$ac_objext
8189echo "$lt_simple_link_test_code" >conftest.$ac_ext
8190eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8191_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8192$RM -r conftest*
252b5132 8193
42ecbf5e 8194
f2c621e4
AS
8195## CAVEAT EMPTOR:
8196## There is no encapsulation within the following macros, do not change
8197## the running order or otherwise move them around unless you know exactly
8198## what you are doing...
d7040cdb 8199if test -n "$compiler"; then
252b5132 8200
d7040cdb 8201lt_prog_compiler_no_builtin_flag=
252b5132 8202
d7040cdb 8203if test "$GCC" = yes; then
3725885a
RW
8204 case $cc_basename in
8205 nvcc*)
8206 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8207 *)
8208 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8209 esac
d15b04bd 8210
81ecdfbb
RW
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8212$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8213if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8214 $as_echo_n "(cached) " >&6
252b5132 8215else
d7040cdb
SE
8216 lt_cv_prog_compiler_rtti_exceptions=no
8217 ac_outfile=conftest.$ac_objext
8218 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8219 lt_compiler_flag="-fno-rtti -fno-exceptions"
8220 # Insert the option either (1) after the last *FLAGS variable, or
8221 # (2) before a word containing "conftest.", or (3) at the end.
8222 # Note that $ac_compile itself does not contain backslashes and begins
8223 # with a dollar sign (not a hyphen), so the echo should work correctly.
8224 # The option is referenced via a variable to avoid confusing sed.
8225 lt_compile=`echo "$ac_compile" | $SED \
8226 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8227 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8228 -e 's:$: $lt_compiler_flag:'`
3725885a 8229 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8230 (eval "$lt_compile" 2>conftest.err)
8231 ac_status=$?
8232 cat conftest.err >&5
3725885a 8233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8234 if (exit $ac_status) && test -s "$ac_outfile"; then
8235 # The compiler can only warn and ignore the option if not recognized
8236 # So say no if there are warnings other than the usual output.
3725885a 8237 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8238 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8239 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8240 lt_cv_prog_compiler_rtti_exceptions=yes
8241 fi
8242 fi
8243 $RM conftest*
42ecbf5e 8244
252b5132 8245fi
81ecdfbb
RW
8246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8247$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8248
8249if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8250 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8251else
d7040cdb 8252 :
252b5132 8253fi
252b5132
RH
8254
8255fi
d7040cdb
SE
8256
8257
8258
8259
8260
8261
8262 lt_prog_compiler_wl=
8263lt_prog_compiler_pic=
8264lt_prog_compiler_static=
8265
f2c621e4
AS
8266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8267$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8268
8269 if test "$GCC" = yes; then
8270 lt_prog_compiler_wl='-Wl,'
8271 lt_prog_compiler_static='-static'
8272
8273 case $host_os in
8274 aix*)
8275 # All AIX code is PIC.
8276 if test "$host_cpu" = ia64; then
8277 # AIX 5 now supports IA64 processor
8278 lt_prog_compiler_static='-Bstatic'
8279 fi
6c9c0a50 8280 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8281 ;;
8282
8283 amigaos*)
718a6fd8
SE
8284 case $host_cpu in
8285 powerpc)
8286 # see comment about AmigaOS4 .so support
8287 lt_prog_compiler_pic='-fPIC'
8288 ;;
8289 m68k)
8290 # FIXME: we need at least 68020 code to build shared libraries, but
8291 # adding the `-m68020' flag to GCC prevents building anything better,
8292 # like `-m68040'.
8293 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8294 ;;
8295 esac
d7040cdb
SE
8296 ;;
8297
8298 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8299 # PIC is the default for these OSes.
8300 ;;
8301
718a6fd8 8302 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8303 # This hack is so that the source file can tell whether it is being
8304 # built for inclusion in a dll (and should export symbols for example).
8305 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8306 # (--disable-auto-import) libraries
8307 lt_prog_compiler_pic='-DDLL_EXPORT'
8308 ;;
8309
8310 darwin* | rhapsody*)
8311 # PIC is the default on this platform
8312 # Common symbols not allowed in MH_DYLIB files
8313 lt_prog_compiler_pic='-fno-common'
8314 ;;
8315
3725885a
RW
8316 haiku*)
8317 # PIC is the default for Haiku.
8318 # The "-static" flag exists, but is broken.
8319 lt_prog_compiler_static=
8320 ;;
8321
d7040cdb 8322 hpux*)
718a6fd8
SE
8323 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8324 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8325 # sets the default TLS model and affects inlining.
d7040cdb 8326 case $host_cpu in
718a6fd8 8327 hppa*64*)
d7040cdb
SE
8328 # +Z the default
8329 ;;
8330 *)
8331 lt_prog_compiler_pic='-fPIC'
8332 ;;
8333 esac
8334 ;;
8335
8336 interix[3-9]*)
8337 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8338 # Instead, we relocate shared libraries at runtime.
8339 ;;
8340
8341 msdosdjgpp*)
8342 # Just because we use GCC doesn't mean we suddenly get shared libraries
8343 # on systems that don't support them.
8344 lt_prog_compiler_can_build_shared=no
8345 enable_shared=no
8346 ;;
8347
8348 *nto* | *qnx*)
8349 # QNX uses GNU C++, but need to define -shared option too, otherwise
8350 # it will coredump.
8351 lt_prog_compiler_pic='-fPIC -shared'
8352 ;;
8353
8354 sysv4*MP*)
8355 if test -d /usr/nec; then
8356 lt_prog_compiler_pic=-Kconform_pic
8357 fi
8358 ;;
8359
8360 *)
8361 lt_prog_compiler_pic='-fPIC'
8362 ;;
8363 esac
3725885a
RW
8364
8365 case $cc_basename in
8366 nvcc*) # Cuda Compiler Driver 2.2
8367 lt_prog_compiler_wl='-Xlinker '
8368 lt_prog_compiler_pic='-Xcompiler -fPIC'
8369 ;;
8370 esac
d7040cdb
SE
8371 else
8372 # PORTME Check for flag to pass linker flags through the system compiler.
8373 case $host_os in
8374 aix*)
8375 lt_prog_compiler_wl='-Wl,'
8376 if test "$host_cpu" = ia64; then
8377 # AIX 5 now supports IA64 processor
8378 lt_prog_compiler_static='-Bstatic'
8379 else
8380 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8381 fi
8382 ;;
d7040cdb 8383
718a6fd8 8384 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8385 # This hack is so that the source file can tell whether it is being
8386 # built for inclusion in a dll (and should export symbols for example).
8387 lt_prog_compiler_pic='-DDLL_EXPORT'
8388 ;;
8389
8390 hpux9* | hpux10* | hpux11*)
8391 lt_prog_compiler_wl='-Wl,'
8392 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8393 # not for PA HP-UX.
8394 case $host_cpu in
8395 hppa*64*|ia64*)
8396 # +Z the default
8397 ;;
8398 *)
8399 lt_prog_compiler_pic='+Z'
8400 ;;
8401 esac
8402 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8403 lt_prog_compiler_static='${wl}-a ${wl}archive'
8404 ;;
8405
8406 irix5* | irix6* | nonstopux*)
8407 lt_prog_compiler_wl='-Wl,'
8408 # PIC (with -KPIC) is the default.
8409 lt_prog_compiler_static='-non_shared'
8410 ;;
8411
58e24671 8412 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8413 case $cc_basename in
718a6fd8
SE
8414 # old Intel for x86_64 which still supported -KPIC.
8415 ecc*)
d7040cdb
SE
8416 lt_prog_compiler_wl='-Wl,'
8417 lt_prog_compiler_pic='-KPIC'
8418 lt_prog_compiler_static='-static'
8419 ;;
718a6fd8
SE
8420 # icc used to be incompatible with GCC.
8421 # ICC 10 doesn't accept -KPIC any more.
8422 icc* | ifort*)
8423 lt_prog_compiler_wl='-Wl,'
8424 lt_prog_compiler_pic='-fPIC'
8425 lt_prog_compiler_static='-static'
8426 ;;
8427 # Lahey Fortran 8.1.
8428 lf95*)
8429 lt_prog_compiler_wl='-Wl,'
8430 lt_prog_compiler_pic='--shared'
8431 lt_prog_compiler_static='--static'
8432 ;;
3725885a 8433 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8434 # Portland Group compilers (*not* the Pentium gcc compiler,
8435 # which looks to be a dead project)
8436 lt_prog_compiler_wl='-Wl,'
8437 lt_prog_compiler_pic='-fpic'
8438 lt_prog_compiler_static='-Bstatic'
8439 ;;
8440 ccc*)
8441 lt_prog_compiler_wl='-Wl,'
8442 # All Alpha code is PIC.
8443 lt_prog_compiler_static='-non_shared'
8444 ;;
3725885a
RW
8445 xl* | bgxl* | bgf* | mpixl*)
8446 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8447 lt_prog_compiler_wl='-Wl,'
8448 lt_prog_compiler_pic='-qpic'
8449 lt_prog_compiler_static='-qstaticlink'
8450 ;;
d7040cdb
SE
8451 *)
8452 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8453 *Sun\ F* | *Sun*Fortran*)
8454 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8455 lt_prog_compiler_pic='-KPIC'
8456 lt_prog_compiler_static='-Bstatic'
3725885a 8457 lt_prog_compiler_wl=''
d7040cdb 8458 ;;
3725885a
RW
8459 *Sun\ C*)
8460 # Sun C 5.9
d7040cdb
SE
8461 lt_prog_compiler_pic='-KPIC'
8462 lt_prog_compiler_static='-Bstatic'
3725885a 8463 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8464 ;;
8465 esac
8466 ;;
8467 esac
8468 ;;
8469
8470 newsos6)
8471 lt_prog_compiler_pic='-KPIC'
8472 lt_prog_compiler_static='-Bstatic'
8473 ;;
8474
8475 *nto* | *qnx*)
8476 # QNX uses GNU C++, but need to define -shared option too, otherwise
8477 # it will coredump.
8478 lt_prog_compiler_pic='-fPIC -shared'
8479 ;;
8480
8481 osf3* | osf4* | osf5*)
8482 lt_prog_compiler_wl='-Wl,'
8483 # All OSF/1 code is PIC.
8484 lt_prog_compiler_static='-non_shared'
8485 ;;
8486
8487 rdos*)
8488 lt_prog_compiler_static='-non_shared'
8489 ;;
8490
8491 solaris*)
8492 lt_prog_compiler_pic='-KPIC'
8493 lt_prog_compiler_static='-Bstatic'
8494 case $cc_basename in
f2c621e4 8495 f77* | f90* | f95*)
d7040cdb
SE
8496 lt_prog_compiler_wl='-Qoption ld ';;
8497 *)
8498 lt_prog_compiler_wl='-Wl,';;
8499 esac
8500 ;;
8501
8502 sunos4*)
8503 lt_prog_compiler_wl='-Qoption ld '
8504 lt_prog_compiler_pic='-PIC'
8505 lt_prog_compiler_static='-Bstatic'
8506 ;;
8507
8508 sysv4 | sysv4.2uw2* | sysv4.3*)
8509 lt_prog_compiler_wl='-Wl,'
8510 lt_prog_compiler_pic='-KPIC'
8511 lt_prog_compiler_static='-Bstatic'
8512 ;;
8513
8514 sysv4*MP*)
8515 if test -d /usr/nec ;then
8516 lt_prog_compiler_pic='-Kconform_pic'
8517 lt_prog_compiler_static='-Bstatic'
8518 fi
8519 ;;
8520
8521 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8522 lt_prog_compiler_wl='-Wl,'
8523 lt_prog_compiler_pic='-KPIC'
8524 lt_prog_compiler_static='-Bstatic'
8525 ;;
8526
8527 unicos*)
8528 lt_prog_compiler_wl='-Wl,'
8529 lt_prog_compiler_can_build_shared=no
8530 ;;
8531
8532 uts4*)
8533 lt_prog_compiler_pic='-pic'
8534 lt_prog_compiler_static='-Bstatic'
8535 ;;
8536
8537 *)
8538 lt_prog_compiler_can_build_shared=no
8539 ;;
8540 esac
8541 fi
8542
8543case $host_os in
8544 # For platforms which do not support PIC, -DPIC is meaningless:
8545 *djgpp*)
8546 lt_prog_compiler_pic=
8547 ;;
8548 *)
8549 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8550 ;;
8551esac
f2c621e4
AS
8552{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8553$as_echo "$lt_prog_compiler_pic" >&6; }
8554
8555
8556
8557
d7040cdb
SE
8558
8559
8560#
8561# Check to make sure the PIC flag actually works.
8562#
8563if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8565$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8566if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8567 $as_echo_n "(cached) " >&6
42ecbf5e 8568else
718a6fd8 8569 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8570 ac_outfile=conftest.$ac_objext
8571 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8572 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8573 # Insert the option either (1) after the last *FLAGS variable, or
8574 # (2) before a word containing "conftest.", or (3) at the end.
8575 # Note that $ac_compile itself does not contain backslashes and begins
8576 # with a dollar sign (not a hyphen), so the echo should work correctly.
8577 # The option is referenced via a variable to avoid confusing sed.
8578 lt_compile=`echo "$ac_compile" | $SED \
8579 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8580 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8581 -e 's:$: $lt_compiler_flag:'`
3725885a 8582 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8583 (eval "$lt_compile" 2>conftest.err)
8584 ac_status=$?
8585 cat conftest.err >&5
3725885a 8586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8587 if (exit $ac_status) && test -s "$ac_outfile"; then
8588 # The compiler can only warn and ignore the option if not recognized
8589 # So say no if there are warnings other than the usual output.
3725885a 8590 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8591 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8592 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8593 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8594 fi
8595 fi
8596 $RM conftest*
42ecbf5e 8597
252b5132 8598fi
81ecdfbb
RW
8599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8600$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8601
718a6fd8 8602if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8603 case $lt_prog_compiler_pic in
8604 "" | " "*) ;;
8605 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8606 esac
252b5132 8607else
d7040cdb
SE
8608 lt_prog_compiler_pic=
8609 lt_prog_compiler_can_build_shared=no
252b5132 8610fi
252b5132
RH
8611
8612fi
42ecbf5e 8613
d7040cdb
SE
8614
8615
8616
8617
8618
8619#
8620# Check to make sure the static flag actually works.
8621#
8622wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8624$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8625if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8626 $as_echo_n "(cached) " >&6
42ecbf5e 8627else
718a6fd8 8628 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8629 save_LDFLAGS="$LDFLAGS"
8630 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8631 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8632 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8633 # The linker can only warn and ignore the option if not recognized
8634 # So say no if there are warnings
8635 if test -s conftest.err; then
8636 # Append any errors to the config.log.
8637 cat conftest.err 1>&5
3725885a 8638 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8639 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8640 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8641 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8642 fi
8643 else
718a6fd8 8644 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8645 fi
8646 fi
718a6fd8 8647 $RM -r conftest*
d7040cdb 8648 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8649
42ecbf5e 8650fi
81ecdfbb
RW
8651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8652$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8653
718a6fd8 8654if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8655 :
8656else
8657 lt_prog_compiler_static=
42ecbf5e 8658fi
42ecbf5e 8659
252b5132 8660
252b5132 8661
42ecbf5e 8662
252b5132 8663
20e95c23 8664
d7040cdb 8665
81ecdfbb
RW
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8667$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8668if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8669 $as_echo_n "(cached) " >&6
252b5132 8670else
d7040cdb
SE
8671 lt_cv_prog_compiler_c_o=no
8672 $RM -r conftest 2>/dev/null
8673 mkdir conftest
8674 cd conftest
8675 mkdir out
8676 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8677
8678 lt_compiler_flag="-o out/conftest2.$ac_objext"
8679 # Insert the option either (1) after the last *FLAGS variable, or
8680 # (2) before a word containing "conftest.", or (3) at the end.
8681 # Note that $ac_compile itself does not contain backslashes and begins
8682 # with a dollar sign (not a hyphen), so the echo should work correctly.
8683 lt_compile=`echo "$ac_compile" | $SED \
8684 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8685 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8686 -e 's:$: $lt_compiler_flag:'`
3725885a 8687 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8688 (eval "$lt_compile" 2>out/conftest.err)
8689 ac_status=$?
8690 cat out/conftest.err >&5
3725885a 8691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8692 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8693 then
8694 # The compiler can only warn and ignore the option if not recognized
8695 # So say no if there are warnings
3725885a 8696 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8697 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8698 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8699 lt_cv_prog_compiler_c_o=yes
8700 fi
8701 fi
8702 chmod u+w . 2>&5
8703 $RM conftest*
8704 # SGI C++ compiler will create directory out/ii_files/ for
8705 # template instantiation
8706 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8707 $RM out/* && rmdir out
8708 cd ..
8709 $RM -r conftest
8710 $RM conftest*
8711
252b5132 8712fi
81ecdfbb
RW
8713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8714$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 8715
20e95c23 8716
20e95c23
DJ
8717
8718
d7040cdb
SE
8719
8720
81ecdfbb
RW
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8722$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8723if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8724 $as_echo_n "(cached) " >&6
42ecbf5e 8725else
d7040cdb
SE
8726 lt_cv_prog_compiler_c_o=no
8727 $RM -r conftest 2>/dev/null
8728 mkdir conftest
8729 cd conftest
8730 mkdir out
8731 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8732
8733 lt_compiler_flag="-o out/conftest2.$ac_objext"
8734 # Insert the option either (1) after the last *FLAGS variable, or
8735 # (2) before a word containing "conftest.", or (3) at the end.
8736 # Note that $ac_compile itself does not contain backslashes and begins
8737 # with a dollar sign (not a hyphen), so the echo should work correctly.
8738 lt_compile=`echo "$ac_compile" | $SED \
8739 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8740 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8741 -e 's:$: $lt_compiler_flag:'`
3725885a 8742 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8743 (eval "$lt_compile" 2>out/conftest.err)
8744 ac_status=$?
8745 cat out/conftest.err >&5
3725885a 8746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8747 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8748 then
8749 # The compiler can only warn and ignore the option if not recognized
8750 # So say no if there are warnings
3725885a 8751 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8752 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8753 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8754 lt_cv_prog_compiler_c_o=yes
8755 fi
8756 fi
8757 chmod u+w . 2>&5
8758 $RM conftest*
8759 # SGI C++ compiler will create directory out/ii_files/ for
8760 # template instantiation
8761 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8762 $RM out/* && rmdir out
8763 cd ..
8764 $RM -r conftest
8765 $RM conftest*
8766
8767fi
81ecdfbb
RW
8768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8769$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8770
8771
8772
8773
8774hard_links="nottested"
8775if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8776 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8778$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8779 hard_links=yes
8780 $RM conftest*
8781 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8782 touch conftest.a
8783 ln conftest.a conftest.b 2>&5 || hard_links=no
8784 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8786$as_echo "$hard_links" >&6; }
d7040cdb 8787 if test "$hard_links" = no; then
81ecdfbb
RW
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8789$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8790 need_locks=warn
8791 fi
8792else
8793 need_locks=no
8794fi
8795
8796
8797
8798
8799
8800
81ecdfbb
RW
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8802$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8803
8804 runpath_var=
8805 allow_undefined_flag=
8806 always_export_symbols=no
8807 archive_cmds=
8808 archive_expsym_cmds=
8809 compiler_needs_object=no
8810 enable_shared_with_static_runtimes=no
8811 export_dynamic_flag_spec=
8812 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8813 hardcode_automatic=no
8814 hardcode_direct=no
8815 hardcode_direct_absolute=no
8816 hardcode_libdir_flag_spec=
8817 hardcode_libdir_flag_spec_ld=
8818 hardcode_libdir_separator=
8819 hardcode_minus_L=no
8820 hardcode_shlibpath_var=unsupported
8821 inherit_rpath=no
8822 link_all_deplibs=unknown
8823 module_cmds=
8824 module_expsym_cmds=
8825 old_archive_from_new_cmds=
8826 old_archive_from_expsyms_cmds=
8827 thread_safe_flag_spec=
8828 whole_archive_flag_spec=
8829 # include_expsyms should be a list of space-separated symbols to be *always*
8830 # included in the symbol list
8831 include_expsyms=
8832 # exclude_expsyms can be an extended regexp of symbols to exclude
8833 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8834 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8835 # as well as any symbol that contains `d'.
718a6fd8 8836 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8837 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8838 # platforms (ab)use it in PIC code, but their linkers get confused if
8839 # the symbol is explicitly referenced. Since portable code cannot
8840 # rely on this symbol name, it's probably fine to never include it in
8841 # preloaded symbol tables.
718a6fd8 8842 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8843 extract_expsyms_cmds=
8844
8845 case $host_os in
718a6fd8 8846 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8847 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8848 # When not using gcc, we currently assume that we are using
8849 # Microsoft Visual C++.
8850 if test "$GCC" != yes; then
8851 with_gnu_ld=no
8852 fi
8853 ;;
8854 interix*)
8855 # we just hope/assume this is gcc and not c89 (= MSVC++)
8856 with_gnu_ld=yes
8857 ;;
8858 openbsd*)
8859 with_gnu_ld=no
8860 ;;
8861 esac
8862
8863 ld_shlibs=yes
3725885a
RW
8864
8865 # On some targets, GNU ld is compatible enough with the native linker
8866 # that we're better off using the native interface for both.
8867 lt_use_gnu_ld_interface=no
d7040cdb 8868 if test "$with_gnu_ld" = yes; then
3725885a
RW
8869 case $host_os in
8870 aix*)
8871 # The AIX port of GNU ld has always aspired to compatibility
8872 # with the native linker. However, as the warning in the GNU ld
8873 # block says, versions before 2.19.5* couldn't really create working
8874 # shared libraries, regardless of the interface used.
8875 case `$LD -v 2>&1` in
8876 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8877 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8878 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8879 *)
8880 lt_use_gnu_ld_interface=yes
8881 ;;
8882 esac
8883 ;;
8884 *)
8885 lt_use_gnu_ld_interface=yes
8886 ;;
8887 esac
8888 fi
8889
8890 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8891 # If archive_cmds runs LD, not CC, wlarc should be empty
8892 wlarc='${wl}'
8893
8894 # Set some defaults for GNU ld with shared library support. These
8895 # are reset later if shared libraries are not supported. Putting them
8896 # here allows them to be overridden if necessary.
8897 runpath_var=LD_RUN_PATH
8898 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8899 export_dynamic_flag_spec='${wl}--export-dynamic'
8900 # ancient GNU ld didn't support --whole-archive et. al.
8901 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8902 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8903 else
8904 whole_archive_flag_spec=
8905 fi
8906 supports_anon_versioning=no
8907 case `$LD -v 2>&1` in
3725885a 8908 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8909 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8910 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8911 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8912 *\ 2.11.*) ;; # other 2.11 versions
8913 *) supports_anon_versioning=yes ;;
8914 esac
8915
8916 # See if GNU ld supports shared libraries.
8917 case $host_os in
50e7d84b 8918 aix[3-9]*)
d7040cdb
SE
8919 # On AIX/PPC, the GNU linker is very broken
8920 if test "$host_cpu" != ia64; then
8921 ld_shlibs=no
8922 cat <<_LT_EOF 1>&2
8923
3725885a 8924*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8925*** to be unable to reliably create shared libraries on AIX.
8926*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8927*** really care for shared libraries, you may want to install binutils
8928*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8929*** You will then need to restart the configuration process.
d7040cdb
SE
8930
8931_LT_EOF
8932 fi
8933 ;;
8934
8935 amigaos*)
718a6fd8
SE
8936 case $host_cpu in
8937 powerpc)
8938 # see comment about AmigaOS4 .so support
8939 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8940 archive_expsym_cmds=''
8941 ;;
8942 m68k)
8943 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)'
8944 hardcode_libdir_flag_spec='-L$libdir'
8945 hardcode_minus_L=yes
8946 ;;
8947 esac
d7040cdb
SE
8948 ;;
8949
8950 beos*)
8951 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8952 allow_undefined_flag=unsupported
8953 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8954 # support --undefined. This deserves some investigation. FIXME
8955 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8956 else
8957 ld_shlibs=no
8958 fi
8959 ;;
8960
718a6fd8 8961 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8962 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8963 # as there is no search path for DLLs.
8964 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8965 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8966 allow_undefined_flag=unsupported
8967 always_export_symbols=no
8968 enable_shared_with_static_runtimes=yes
f2c621e4 8969 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
8970
8971 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8972 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8973 # If the export-symbols file already is a .def file (1st line
8974 # is EXPORTS), use it as is; otherwise, prepend...
8975 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8976 cp $export_symbols $output_objdir/$soname.def;
8977 else
8978 echo EXPORTS > $output_objdir/$soname.def;
8979 cat $export_symbols >> $output_objdir/$soname.def;
8980 fi~
8981 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8982 else
8983 ld_shlibs=no
8984 fi
8985 ;;
8986
3725885a
RW
8987 haiku*)
8988 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8989 link_all_deplibs=yes
8990 ;;
8991
d7040cdb
SE
8992 interix[3-9]*)
8993 hardcode_direct=no
8994 hardcode_shlibpath_var=no
8995 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8996 export_dynamic_flag_spec='${wl}-E'
8997 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8998 # Instead, shared libraries are loaded at an image base (0x10000000 by
8999 # default) and relocated if they conflict, which is a slow very memory
9000 # consuming and fragmenting process. To avoid this, we pick a random,
9001 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9002 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9003 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9004 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'
9005 ;;
9006
58e24671 9007 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9008 tmp_diet=no
9009 if test "$host_os" = linux-dietlibc; then
9010 case $cc_basename in
9011 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9012 esac
9013 fi
9014 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9015 && test "$tmp_diet" = no
9016 then
6e733cce 9017 tmp_addflag=' $pic_flag'
718a6fd8 9018 tmp_sharedflag='-shared'
d7040cdb
SE
9019 case $cc_basename,$host_cpu in
9020 pgcc*) # Portland Group C compiler
3725885a 9021 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
d7040cdb
SE
9022 tmp_addflag=' $pic_flag'
9023 ;;
3725885a
RW
9024 pgf77* | pgf90* | pgf95* | pgfortran*)
9025 # Portland Group f77 and f90 compilers
9026 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
9027 tmp_addflag=' $pic_flag -Mnomain' ;;
9028 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9029 tmp_addflag=' -i_dynamic' ;;
9030 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9031 tmp_addflag=' -i_dynamic -nofor_main' ;;
9032 ifc* | ifort*) # Intel Fortran compiler
9033 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9034 lf95*) # Lahey Fortran 8.1
9035 whole_archive_flag_spec=
9036 tmp_sharedflag='--shared' ;;
3725885a 9037 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9038 tmp_sharedflag='-qmkshrobj'
9039 tmp_addflag= ;;
3725885a
RW
9040 nvcc*) # Cuda Compiler Driver 2.2
9041 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'
9042 compiler_needs_object=yes
9043 ;;
d7040cdb
SE
9044 esac
9045 case `$CC -V 2>&1 | sed 5q` in
9046 *Sun\ C*) # Sun C 5.9
3725885a 9047 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
9048 compiler_needs_object=yes
9049 tmp_sharedflag='-G' ;;
9050 *Sun\ F*) # Sun Fortran 8.3
9051 tmp_sharedflag='-G' ;;
d7040cdb
SE
9052 esac
9053 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9054
9055 if test "x$supports_anon_versioning" = xyes; then
9056 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9057 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9058 echo "local: *; };" >> $output_objdir/$libname.ver~
9059 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9060 fi
718a6fd8
SE
9061
9062 case $cc_basename in
3725885a 9063 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9064 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9065 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9066 hardcode_libdir_flag_spec=
9067 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9068 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9069 if test "x$supports_anon_versioning" = xyes; then
9070 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9071 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9072 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9073 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9074 fi
9075 ;;
9076 esac
d7040cdb
SE
9077 else
9078 ld_shlibs=no
9079 fi
9080 ;;
9081
9082 netbsd*)
9083 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9084 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9085 wlarc=
9086 else
f2c621e4
AS
9087 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9088 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9089 fi
9090 ;;
9091
9092 solaris*)
9093 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9094 ld_shlibs=no
9095 cat <<_LT_EOF 1>&2
9096
9097*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9098*** create shared libraries on Solaris systems. Therefore, libtool
9099*** is disabling shared libraries support. We urge you to upgrade GNU
9100*** binutils to release 2.9.1 or newer. Another option is to modify
9101*** your PATH or compiler configuration so that the native linker is
9102*** used, and then restart.
9103
9104_LT_EOF
9105 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9106 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9107 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9108 else
9109 ld_shlibs=no
9110 fi
9111 ;;
9112
9113 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9114 case `$LD -v 2>&1` in
9115 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9116 ld_shlibs=no
9117 cat <<_LT_EOF 1>&2
9118
9119*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9120*** reliably create shared libraries on SCO systems. Therefore, libtool
9121*** is disabling shared libraries support. We urge you to upgrade GNU
9122*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9123*** your PATH or compiler configuration so that the native linker is
9124*** used, and then restart.
9125
9126_LT_EOF
9127 ;;
9128 *)
9129 # For security reasons, it is highly recommended that you always
9130 # use absolute paths for naming shared libraries, and exclude the
9131 # DT_RUNPATH tag from executables and libraries. But doing so
9132 # requires that you compile everything twice, which is a pain.
9133 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9134 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9135 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9136 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9137 else
9138 ld_shlibs=no
9139 fi
9140 ;;
9141 esac
9142 ;;
9143
9144 sunos4*)
9145 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9146 wlarc=
9147 hardcode_direct=yes
9148 hardcode_shlibpath_var=no
9149 ;;
9150
9151 *)
9152 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9153 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9154 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9155 else
9156 ld_shlibs=no
9157 fi
9158 ;;
9159 esac
9160
9161 if test "$ld_shlibs" = no; then
9162 runpath_var=
9163 hardcode_libdir_flag_spec=
9164 export_dynamic_flag_spec=
9165 whole_archive_flag_spec=
9166 fi
9167 else
9168 # PORTME fill in a description of your system's linker (not GNU ld)
9169 case $host_os in
9170 aix3*)
9171 allow_undefined_flag=unsupported
9172 always_export_symbols=yes
9173 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'
9174 # Note: this linker hardcodes the directories in LIBPATH if there
9175 # are no directories specified by -L.
9176 hardcode_minus_L=yes
9177 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9178 # Neither direct hardcoding nor static linking is supported with a
9179 # broken collect2.
9180 hardcode_direct=unsupported
9181 fi
9182 ;;
9183
50e7d84b 9184 aix[4-9]*)
d7040cdb
SE
9185 if test "$host_cpu" = ia64; then
9186 # On IA64, the linker does run time linking by default, so we don't
9187 # have to do anything special.
9188 aix_use_runtimelinking=no
9189 exp_sym_flag='-Bexport'
9190 no_entry_flag=""
9191 else
9192 # If we're using GNU nm, then we don't want the "-C" option.
9193 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9194 # Also, AIX nm treats weak defined symbols like other global
9195 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9196 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9197 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 9198 else
5c14705f 9199 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
9200 fi
9201 aix_use_runtimelinking=no
9202
9203 # Test if we are trying to use run time linking or normal
9204 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9205 # need to do runtime linking.
50e7d84b 9206 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9207 for ld_flag in $LDFLAGS; do
9208 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9209 aix_use_runtimelinking=yes
9210 break
9211 fi
9212 done
9213 ;;
9214 esac
9215
9216 exp_sym_flag='-bexport'
9217 no_entry_flag='-bnoentry'
9218 fi
9219
9220 # When large executables or shared objects are built, AIX ld can
9221 # have problems creating the table of contents. If linking a library
9222 # or program results in "error TOC overflow" add -mminimal-toc to
9223 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9224 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9225
9226 archive_cmds=''
9227 hardcode_direct=yes
9228 hardcode_direct_absolute=yes
9229 hardcode_libdir_separator=':'
9230 link_all_deplibs=yes
9231 file_list_spec='${wl}-f,'
9232
9233 if test "$GCC" = yes; then
9234 case $host_os in aix4.[012]|aix4.[012].*)
9235 # We only want to do this on AIX 4.2 and lower, the check
9236 # below for broken collect2 doesn't work under 4.3+
9237 collect2name=`${CC} -print-prog-name=collect2`
9238 if test -f "$collect2name" &&
9239 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9240 then
9241 # We have reworked collect2
9242 :
9243 else
9244 # We have old collect2
9245 hardcode_direct=unsupported
9246 # It fails to find uninstalled libraries when the uninstalled
9247 # path is not listed in the libpath. Setting hardcode_minus_L
9248 # to unsupported forces relinking
9249 hardcode_minus_L=yes
9250 hardcode_libdir_flag_spec='-L$libdir'
9251 hardcode_libdir_separator=
9252 fi
9253 ;;
9254 esac
9255 shared_flag='-shared'
9256 if test "$aix_use_runtimelinking" = yes; then
9257 shared_flag="$shared_flag "'${wl}-G'
9258 fi
9259 else
9260 # not using gcc
9261 if test "$host_cpu" = ia64; then
9262 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9263 # chokes on -Wl,-G. The following line is correct:
9264 shared_flag='-G'
9265 else
9266 if test "$aix_use_runtimelinking" = yes; then
9267 shared_flag='${wl}-G'
9268 else
9269 shared_flag='${wl}-bM:SRE'
9270 fi
9271 fi
9272 fi
9273
718a6fd8 9274 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9275 # It seems that -bexpall does not export symbols beginning with
9276 # underscore (_), so it is better to generate a list of symbols to export.
9277 always_export_symbols=yes
9278 if test "$aix_use_runtimelinking" = yes; then
9279 # Warning - without using the other runtime loading flags (-brtl),
9280 # -berok will link without error, but may produce a broken library.
9281 allow_undefined_flag='-berok'
9282 # Determine the default libpath from the value encoded in an
9283 # empty executable.
f2c621e4 9284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9285/* end confdefs.h. */
d7040cdb
SE
9286
9287int
9288main ()
9289{
9290
9291 ;
9292 return 0;
9293}
42ecbf5e 9294_ACEOF
81ecdfbb 9295if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9296
f2c621e4
AS
9297lt_aix_libpath_sed='
9298 /Import File Strings/,/^$/ {
9299 /^0/ {
9300 s/^0 *\(.*\)$/\1/
9301 p
9302 }
9303 }'
9304aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9305# Check for a 64-bit object if we didn't find anything.
9306if test -z "$aix_libpath"; then
9307 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9308fi
252b5132 9309fi
81ecdfbb
RW
9310rm -f core conftest.err conftest.$ac_objext \
9311 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9312if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9313
d7040cdb 9314 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9315 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
9316 else
9317 if test "$host_cpu" = ia64; then
9318 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9319 allow_undefined_flag="-z nodefs"
9320 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"
9321 else
9322 # Determine the default libpath from the value encoded in an
9323 # empty executable.
f2c621e4 9324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9325/* end confdefs.h. */
d7040cdb
SE
9326
9327int
9328main ()
9329{
9330
9331 ;
9332 return 0;
9333}
42ecbf5e 9334_ACEOF
81ecdfbb 9335if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9336
f2c621e4
AS
9337lt_aix_libpath_sed='
9338 /Import File Strings/,/^$/ {
9339 /^0/ {
9340 s/^0 *\(.*\)$/\1/
9341 p
9342 }
9343 }'
9344aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9345# Check for a 64-bit object if we didn't find anything.
9346if test -z "$aix_libpath"; then
9347 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9348fi
252b5132 9349fi
81ecdfbb
RW
9350rm -f core conftest.err conftest.$ac_objext \
9351 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9352if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb
SE
9353
9354 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9355 # Warning - without using the other run time loading flags,
9356 # -berok will link without error, but may produce a broken library.
9357 no_undefined_flag=' ${wl}-bernotok'
9358 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9359 if test "$with_gnu_ld" = yes; then
9360 # We only use this code for GNU lds that support --whole-archive.
9361 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9362 else
9363 # Exported symbols can be pulled into shared objects from archives
9364 whole_archive_flag_spec='$convenience'
9365 fi
d7040cdb
SE
9366 archive_cmds_need_lc=yes
9367 # This is similar to how AIX traditionally builds its shared libraries.
9368 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'
9369 fi
9370 fi
9371 ;;
42ecbf5e 9372
d7040cdb 9373 amigaos*)
718a6fd8
SE
9374 case $host_cpu in
9375 powerpc)
9376 # see comment about AmigaOS4 .so support
9377 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9378 archive_expsym_cmds=''
9379 ;;
9380 m68k)
9381 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)'
9382 hardcode_libdir_flag_spec='-L$libdir'
9383 hardcode_minus_L=yes
9384 ;;
9385 esac
d7040cdb 9386 ;;
252b5132 9387
d7040cdb
SE
9388 bsdi[45]*)
9389 export_dynamic_flag_spec=-rdynamic
9390 ;;
252b5132 9391
718a6fd8 9392 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9393 # When not using gcc, we currently assume that we are using
9394 # Microsoft Visual C++.
9395 # hardcode_libdir_flag_spec is actually meaningless, as there is
9396 # no search path for DLLs.
f2c621e4
AS
9397 hardcode_libdir_flag_spec=' '
9398 allow_undefined_flag=unsupported
9399 # Tell ltmain to make .lib files, not .a files.
9400 libext=lib
9401 # Tell ltmain to make .dll files, not .so files.
9402 shrext_cmds=".dll"
9403 # FIXME: Setting linknames here is a bad hack.
9404 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9405 # The linker will automatically build a .lib file if we build a DLL.
9406 old_archive_from_new_cmds='true'
9407 # FIXME: Should let the user specify the lib program.
9408 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9409 fix_srcfile_path='`cygpath -w "$srcfile"`'
9410 enable_shared_with_static_runtimes=yes
d7040cdb 9411 ;;
252b5132 9412
d7040cdb 9413 darwin* | rhapsody*)
c46f8c51 9414
718a6fd8
SE
9415
9416 archive_cmds_need_lc=no
9417 hardcode_direct=no
9418 hardcode_automatic=yes
9419 hardcode_shlibpath_var=unsupported
3725885a
RW
9420 if test "$lt_cv_ld_force_load" = "yes"; then
9421 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\"`'
9422 else
9423 whole_archive_flag_spec=''
9424 fi
718a6fd8
SE
9425 link_all_deplibs=yes
9426 allow_undefined_flag="$_lt_dar_allow_undefined"
9427 case $cc_basename in
9428 ifort*) _lt_dar_can_shared=yes ;;
9429 *) _lt_dar_can_shared=$GCC ;;
9430 esac
9431 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9432 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9433 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9434 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9435 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}"
9436 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}"
9437
9438 else
9439 ld_shlibs=no
9440 fi
9441
d7040cdb 9442 ;;
42ecbf5e 9443
d7040cdb
SE
9444 dgux*)
9445 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9446 hardcode_libdir_flag_spec='-L$libdir'
9447 hardcode_shlibpath_var=no
9448 ;;
252b5132 9449
d7040cdb
SE
9450 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9451 # support. Future versions do this automatically, but an explicit c++rt0.o
9452 # does not break anything, and helps significantly (at the cost of a little
9453 # extra space).
9454 freebsd2.2*)
9455 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9456 hardcode_libdir_flag_spec='-R$libdir'
9457 hardcode_direct=yes
9458 hardcode_shlibpath_var=no
9459 ;;
252b5132 9460
d7040cdb 9461 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9462 freebsd2.*)
d7040cdb
SE
9463 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9464 hardcode_direct=yes
9465 hardcode_minus_L=yes
9466 hardcode_shlibpath_var=no
9467 ;;
42ecbf5e 9468
d7040cdb
SE
9469 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9470 freebsd* | dragonfly*)
f2c621e4 9471 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9472 hardcode_libdir_flag_spec='-R$libdir'
9473 hardcode_direct=yes
9474 hardcode_shlibpath_var=no
9475 ;;
252b5132 9476
d7040cdb
SE
9477 hpux9*)
9478 if test "$GCC" = yes; then
f2c621e4 9479 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
9480 else
9481 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'
9482 fi
9483 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9484 hardcode_libdir_separator=:
9485 hardcode_direct=yes
9486
9487 # hardcode_minus_L: Not really in the search PATH,
9488 # but as the default location of the library.
9489 hardcode_minus_L=yes
9490 export_dynamic_flag_spec='${wl}-E'
9491 ;;
20e95c23 9492
d7040cdb 9493 hpux10*)
3725885a 9494 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9495 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9496 else
9497 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9498 fi
9499 if test "$with_gnu_ld" = no; then
9500 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9501 hardcode_libdir_flag_spec_ld='+b $libdir'
9502 hardcode_libdir_separator=:
9503 hardcode_direct=yes
9504 hardcode_direct_absolute=yes
9505 export_dynamic_flag_spec='${wl}-E'
9506 # hardcode_minus_L: Not really in the search PATH,
9507 # but as the default location of the library.
9508 hardcode_minus_L=yes
9509 fi
9510 ;;
20e95c23 9511
d7040cdb 9512 hpux11*)
3725885a 9513 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9514 case $host_cpu in
9515 hppa*64*)
9516 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9517 ;;
9518 ia64*)
f2c621e4 9519 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9520 ;;
9521 *)
f2c621e4 9522 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9523 ;;
9524 esac
9525 else
9526 case $host_cpu in
9527 hppa*64*)
9528 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9529 ;;
9530 ia64*)
9531 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9532 ;;
9533 *)
3725885a
RW
9534
9535 # Older versions of the 11.00 compiler do not understand -b yet
9536 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9538$as_echo_n "checking if $CC understands -b... " >&6; }
9539if test "${lt_cv_prog_compiler__b+set}" = set; then :
9540 $as_echo_n "(cached) " >&6
9541else
9542 lt_cv_prog_compiler__b=no
9543 save_LDFLAGS="$LDFLAGS"
9544 LDFLAGS="$LDFLAGS -b"
9545 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9546 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9547 # The linker can only warn and ignore the option if not recognized
9548 # So say no if there are warnings
9549 if test -s conftest.err; then
9550 # Append any errors to the config.log.
9551 cat conftest.err 1>&5
9552 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9553 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9554 if diff conftest.exp conftest.er2 >/dev/null; then
9555 lt_cv_prog_compiler__b=yes
9556 fi
9557 else
9558 lt_cv_prog_compiler__b=yes
9559 fi
9560 fi
9561 $RM -r conftest*
9562 LDFLAGS="$save_LDFLAGS"
9563
9564fi
9565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9566$as_echo "$lt_cv_prog_compiler__b" >&6; }
9567
9568if test x"$lt_cv_prog_compiler__b" = xyes; then
9569 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9570else
9571 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9572fi
9573
d7040cdb
SE
9574 ;;
9575 esac
9576 fi
9577 if test "$with_gnu_ld" = no; then
9578 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9579 hardcode_libdir_separator=:
9580
9581 case $host_cpu in
9582 hppa*64*|ia64*)
9583 hardcode_direct=no
9584 hardcode_shlibpath_var=no
9585 ;;
9586 *)
9587 hardcode_direct=yes
9588 hardcode_direct_absolute=yes
9589 export_dynamic_flag_spec='${wl}-E'
9590
9591 # hardcode_minus_L: Not really in the search PATH,
9592 # but as the default location of the library.
9593 hardcode_minus_L=yes
9594 ;;
9595 esac
9596 fi
9597 ;;
9598
9599 irix5* | irix6* | nonstopux*)
9600 if test "$GCC" = yes; then
f2c621e4 9601 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
9602 # Try to use the -exported_symbol ld option, if it does not
9603 # work, assume that -exports_file does not work either and
9604 # implicitly export all symbols.
f2c621e4
AS
9605 save_LDFLAGS="$LDFLAGS"
9606 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9608/* end confdefs.h. */
f2c621e4 9609int foo(void) {}
42ecbf5e 9610_ACEOF
81ecdfbb 9611if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9612 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'
9613
42ecbf5e 9614fi
81ecdfbb
RW
9615rm -f core conftest.err conftest.$ac_objext \
9616 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9617 LDFLAGS="$save_LDFLAGS"
d7040cdb 9618 else
3725885a
RW
9619 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'
9620 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
9621 fi
9622 archive_cmds_need_lc='no'
9623 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9624 hardcode_libdir_separator=:
9625 inherit_rpath=yes
9626 link_all_deplibs=yes
9627 ;;
42ecbf5e 9628
d7040cdb
SE
9629 netbsd*)
9630 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9631 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9632 else
9633 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9634 fi
9635 hardcode_libdir_flag_spec='-R$libdir'
9636 hardcode_direct=yes
9637 hardcode_shlibpath_var=no
9638 ;;
42ecbf5e 9639
d7040cdb
SE
9640 newsos6)
9641 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9642 hardcode_direct=yes
9643 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9644 hardcode_libdir_separator=:
9645 hardcode_shlibpath_var=no
9646 ;;
42ecbf5e 9647
d7040cdb
SE
9648 *nto* | *qnx*)
9649 ;;
252b5132 9650
d7040cdb 9651 openbsd*)
718a6fd8
SE
9652 if test -f /usr/libexec/ld.so; then
9653 hardcode_direct=yes
9654 hardcode_shlibpath_var=no
9655 hardcode_direct_absolute=yes
9656 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9657 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9658 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9659 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9660 export_dynamic_flag_spec='${wl}-E'
9661 else
9662 case $host_os in
9663 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9664 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9665 hardcode_libdir_flag_spec='-R$libdir'
9666 ;;
9667 *)
9668 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9669 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9670 ;;
9671 esac
9672 fi
9673 else
9674 ld_shlibs=no
d7040cdb
SE
9675 fi
9676 ;;
252b5132 9677
d7040cdb
SE
9678 os2*)
9679 hardcode_libdir_flag_spec='-L$libdir'
9680 hardcode_minus_L=yes
9681 allow_undefined_flag=unsupported
3725885a 9682 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
9683 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9684 ;;
2481e6a2 9685
d7040cdb
SE
9686 osf3*)
9687 if test "$GCC" = yes; then
9688 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9689 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
9690 else
9691 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9692 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
9693 fi
9694 archive_cmds_need_lc='no'
9695 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9696 hardcode_libdir_separator=:
9697 ;;
42ecbf5e 9698
d7040cdb
SE
9699 osf4* | osf5*) # as osf3* with the addition of -msym flag
9700 if test "$GCC" = yes; then
9701 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9702 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
9703 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9704 else
9705 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9706 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 9707 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 9708 $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 9709
d7040cdb
SE
9710 # Both c and cxx compiler support -rpath directly
9711 hardcode_libdir_flag_spec='-rpath $libdir'
9712 fi
9713 archive_cmds_need_lc='no'
9714 hardcode_libdir_separator=:
9715 ;;
9716
9717 solaris*)
9718 no_undefined_flag=' -z defs'
9719 if test "$GCC" = yes; then
9720 wlarc='${wl}'
f2c621e4 9721 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9722 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9723 $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
9724 else
9725 case `$CC -V 2>&1` in
9726 *"Compilers 5.0"*)
9727 wlarc=''
9728 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9729 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9730 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9731 ;;
9732 *)
9733 wlarc='${wl}'
9734 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9735 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9736 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9737 ;;
9738 esac
9739 fi
9740 hardcode_libdir_flag_spec='-R$libdir'
9741 hardcode_shlibpath_var=no
9742 case $host_os in
9743 solaris2.[0-5] | solaris2.[0-5].*) ;;
9744 *)
9745 # The compiler driver will combine and reorder linker options,
9746 # but understands `-z linker_flag'. GCC discards it without `$wl',
9747 # but is careful enough not to reorder.
9748 # Supported since Solaris 2.6 (maybe 2.5.1?)
9749 if test "$GCC" = yes; then
9750 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9751 else
9752 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9753 fi
9754 ;;
9755 esac
9756 link_all_deplibs=yes
9757 ;;
9758
9759 sunos4*)
9760 if test "x$host_vendor" = xsequent; then
9761 # Use $CC to link under sequent, because it throws in some extra .o
9762 # files that make .init and .fini sections work.
9763 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9764 else
9765 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9766 fi
9767 hardcode_libdir_flag_spec='-L$libdir'
9768 hardcode_direct=yes
9769 hardcode_minus_L=yes
9770 hardcode_shlibpath_var=no
9771 ;;
9772
9773 sysv4)
9774 case $host_vendor in
9775 sni)
9776 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9777 hardcode_direct=yes # is this really true???
9778 ;;
9779 siemens)
9780 ## LD is ld it makes a PLAMLIB
9781 ## CC just makes a GrossModule.
9782 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9783 reload_cmds='$CC -r -o $output$reload_objs'
9784 hardcode_direct=no
9785 ;;
9786 motorola)
9787 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9788 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9789 ;;
9790 esac
9791 runpath_var='LD_RUN_PATH'
9792 hardcode_shlibpath_var=no
9793 ;;
9794
9795 sysv4.3*)
9796 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9797 hardcode_shlibpath_var=no
9798 export_dynamic_flag_spec='-Bexport'
9799 ;;
9800
9801 sysv4*MP*)
9802 if test -d /usr/nec; then
9803 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9804 hardcode_shlibpath_var=no
9805 runpath_var=LD_RUN_PATH
9806 hardcode_runpath_var=yes
9807 ld_shlibs=yes
9808 fi
9809 ;;
9810
9811 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9812 no_undefined_flag='${wl}-z,text'
9813 archive_cmds_need_lc=no
9814 hardcode_shlibpath_var=no
9815 runpath_var='LD_RUN_PATH'
9816
9817 if test "$GCC" = yes; then
9818 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820 else
9821 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9822 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9823 fi
9824 ;;
9825
9826 sysv5* | sco3.2v5* | sco5v6*)
9827 # Note: We can NOT use -z defs as we might desire, because we do not
9828 # link with -lc, and that would cause any symbols used from libc to
9829 # always be unresolved, which means just about no library would
9830 # ever link correctly. If we're not using GNU ld we use -z text
9831 # though, which does catch some bad symbols but isn't as heavy-handed
9832 # as -z defs.
9833 no_undefined_flag='${wl}-z,text'
9834 allow_undefined_flag='${wl}-z,nodefs'
9835 archive_cmds_need_lc=no
9836 hardcode_shlibpath_var=no
9837 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9838 hardcode_libdir_separator=':'
9839 link_all_deplibs=yes
9840 export_dynamic_flag_spec='${wl}-Bexport'
9841 runpath_var='LD_RUN_PATH'
9842
9843 if test "$GCC" = yes; then
9844 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9845 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9846 else
9847 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9848 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9849 fi
9850 ;;
9851
9852 uts4*)
9853 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9854 hardcode_libdir_flag_spec='-L$libdir'
9855 hardcode_shlibpath_var=no
9856 ;;
9857
9858 *)
9859 ld_shlibs=no
9860 ;;
9861 esac
9862
9863 if test x$host_vendor = xsni; then
9864 case $host in
9865 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9866 export_dynamic_flag_spec='${wl}-Blargedynsym'
9867 ;;
9868 esac
9869 fi
9870 fi
9871
81ecdfbb
RW
9872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9873$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9874test "$ld_shlibs" = no && can_build_shared=no
9875
9876with_gnu_ld=$with_gnu_ld
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892#
9893# Do we need to explicitly link libc?
9894#
9895case "x$archive_cmds_need_lc" in
9896x|xyes)
9897 # Assume -lc should be added
9898 archive_cmds_need_lc=yes
9899
9900 if test "$enable_shared" = yes && test "$GCC" = yes; then
9901 case $archive_cmds in
9902 *'~'*)
9903 # FIXME: we may have to deal with multi-command sequences.
9904 ;;
9905 '$CC '*)
9906 # Test whether the compiler implicitly links with -lc since on some
9907 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9908 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9910$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9911if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9912 $as_echo_n "(cached) " >&6
39144654
RW
9913else
9914 $RM conftest*
9915 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9916
81ecdfbb 9917 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 9918 (eval $ac_compile) 2>&5
20e95c23 9919 ac_status=$?
81ecdfbb
RW
9920 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9921 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9922 soname=conftest
9923 lib=conftest
9924 libobjs=conftest.$ac_objext
9925 deplibs=
9926 wl=$lt_prog_compiler_wl
9927 pic_flag=$lt_prog_compiler_pic
9928 compiler_flags=-v
9929 linker_flags=-v
9930 verstring=
9931 output_objdir=.
9932 libname=conftest
9933 lt_save_allow_undefined_flag=$allow_undefined_flag
9934 allow_undefined_flag=
81ecdfbb 9935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 9936 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 9937 ac_status=$?
81ecdfbb
RW
9938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9939 test $ac_status = 0; }
39144654
RW
9940 then
9941 lt_cv_archive_cmds_need_lc=no
9942 else
9943 lt_cv_archive_cmds_need_lc=yes
9944 fi
9945 allow_undefined_flag=$lt_save_allow_undefined_flag
9946 else
9947 cat conftest.err 1>&5
9948 fi
9949 $RM conftest*
9950
9951fi
81ecdfbb
RW
9952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9953$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9954 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9955 ;;
9956 esac
9957 fi
9958 ;;
9959esac
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
81ecdfbb
RW
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10118$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10119
10120if test "$GCC" = yes; then
d7040cdb
SE
10121 case $host_os in
10122 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10123 *) lt_awk_arg="/^libraries:/" ;;
10124 esac
3725885a
RW
10125 case $host_os in
10126 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10127 *) lt_sed_strip_eq="s,=/,/,g" ;;
10128 esac
10129 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10130 case $lt_search_path_spec in
10131 *\;*)
d7040cdb
SE
10132 # if the path contains ";" then we assume it to be the separator
10133 # otherwise default to the standard path separator (i.e. ":") - it is
10134 # assumed that no part of a normal pathname contains ";" but that should
10135 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10136 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10137 ;;
10138 *)
10139 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10140 ;;
10141 esac
d7040cdb
SE
10142 # Ok, now we have the path, separated by spaces, we can step through it
10143 # and add multilib dir if necessary.
10144 lt_tmp_lt_search_path_spec=
10145 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10146 for lt_sys_path in $lt_search_path_spec; do
10147 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10148 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10149 else
10150 test -d "$lt_sys_path" && \
10151 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10152 fi
10153 done
3725885a 10154 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10155BEGIN {RS=" "; FS="/|\n";} {
10156 lt_foo="";
10157 lt_count=0;
10158 for (lt_i = NF; lt_i > 0; lt_i--) {
10159 if ($lt_i != "" && $lt_i != ".") {
10160 if ($lt_i == "..") {
10161 lt_count++;
10162 } else {
10163 if (lt_count == 0) {
10164 lt_foo="/" $lt_i lt_foo;
10165 } else {
10166 lt_count--;
10167 }
10168 }
10169 }
10170 }
10171 if (lt_foo != "") { lt_freq[lt_foo]++; }
10172 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10173}'`
3725885a
RW
10174 # AWK program above erroneously prepends '/' to C:/dos/paths
10175 # for these hosts.
10176 case $host_os in
10177 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10178 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10179 esac
10180 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10181else
10182 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10183fi
10184library_names_spec=
10185libname_spec='lib$name'
10186soname_spec=
10187shrext_cmds=".so"
10188postinstall_cmds=
10189postuninstall_cmds=
10190finish_cmds=
10191finish_eval=
10192shlibpath_var=
10193shlibpath_overrides_runpath=unknown
10194version_type=none
10195dynamic_linker="$host_os ld.so"
10196sys_lib_dlsearch_path_spec="/lib /usr/lib"
10197need_lib_prefix=unknown
10198hardcode_into_libs=no
10199
10200# when you set need_version to no, make sure it does not cause -set_version
10201# flags to be left without arguments
10202need_version=unknown
10203
10204case $host_os in
10205aix3*)
10206 version_type=linux
10207 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10208 shlibpath_var=LIBPATH
10209
10210 # AIX 3 has no versioning support, so we append a major version to the name.
10211 soname_spec='${libname}${release}${shared_ext}$major'
10212 ;;
10213
50e7d84b 10214aix[4-9]*)
d7040cdb
SE
10215 version_type=linux
10216 need_lib_prefix=no
10217 need_version=no
10218 hardcode_into_libs=yes
10219 if test "$host_cpu" = ia64; then
10220 # AIX 5 supports IA64
10221 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10222 shlibpath_var=LD_LIBRARY_PATH
10223 else
10224 # With GCC up to 2.95.x, collect2 would create an import file
10225 # for dependence libraries. The import file would start with
10226 # the line `#! .'. This would cause the generated library to
10227 # depend on `.', always an invalid library. This was fixed in
10228 # development snapshots of GCC prior to 3.0.
10229 case $host_os in
10230 aix4 | aix4.[01] | aix4.[01].*)
10231 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10232 echo ' yes '
10233 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10234 :
10235 else
10236 can_build_shared=no
10237 fi
10238 ;;
10239 esac
10240 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10241 # soname into executable. Probably we can add versioning support to
10242 # collect2, so additional links can be useful in future.
10243 if test "$aix_use_runtimelinking" = yes; then
10244 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10245 # instead of lib<name>.a to let people know that these are not
10246 # typical AIX shared libraries.
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10248 else
10249 # We preserve .a as extension for shared libraries through AIX4.2
10250 # and later when we are not doing run time linking.
10251 library_names_spec='${libname}${release}.a $libname.a'
10252 soname_spec='${libname}${release}${shared_ext}$major'
10253 fi
10254 shlibpath_var=LIBPATH
10255 fi
10256 ;;
10257
10258amigaos*)
718a6fd8
SE
10259 case $host_cpu in
10260 powerpc)
10261 # Since July 2007 AmigaOS4 officially supports .so libraries.
10262 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10263 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10264 ;;
10265 m68k)
d7040cdb
SE
10266 library_names_spec='$libname.ixlibrary $libname.a'
10267 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10268 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
10269 ;;
10270 esac
d7040cdb
SE
10271 ;;
10272
10273beos*)
10274 library_names_spec='${libname}${shared_ext}'
10275 dynamic_linker="$host_os ld.so"
10276 shlibpath_var=LIBRARY_PATH
10277 ;;
10278
10279bsdi[45]*)
10280 version_type=linux
10281 need_version=no
10282 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10283 soname_spec='${libname}${release}${shared_ext}$major'
10284 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10285 shlibpath_var=LD_LIBRARY_PATH
10286 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10287 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10288 # the default ld.so.conf also contains /usr/contrib/lib and
10289 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10290 # libtool to hard-code these into programs
10291 ;;
10292
718a6fd8 10293cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10294 version_type=windows
10295 shrext_cmds=".dll"
10296 need_version=no
10297 need_lib_prefix=no
10298
f2c621e4
AS
10299 case $GCC,$host_os in
10300 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10301 library_names_spec='$libname.dll.a'
10302 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10303 postinstall_cmds='base_file=`basename \${file}`~
10304 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10305 dldir=$destdir/`dirname \$dlpath`~
10306 test -d \$dldir || mkdir -p \$dldir~
10307 $install_prog $dir/$dlname \$dldir/$dlname~
10308 chmod a+x \$dldir/$dlname~
10309 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10310 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10311 fi'
10312 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10313 dlpath=$dir/\$dldll~
10314 $RM \$dlpath'
10315 shlibpath_overrides_runpath=yes
10316
10317 case $host_os in
10318 cygwin*)
10319 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10320 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10321
10322 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10323 ;;
718a6fd8 10324 mingw* | cegcc*)
d7040cdb
SE
10325 # MinGW DLLs use traditional 'lib' prefix
10326 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10327 ;;
10328 pw32*)
10329 # pw32 DLLs use 'pw' prefix rather than 'lib'
10330 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10331 ;;
10332 esac
10333 ;;
10334
10335 *)
10336 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10337 ;;
10338 esac
f2c621e4 10339 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
10340 # FIXME: first we should search . and the directory the executable is in
10341 shlibpath_var=PATH
10342 ;;
10343
10344darwin* | rhapsody*)
10345 dynamic_linker="$host_os dyld"
10346 version_type=darwin
10347 need_lib_prefix=no
10348 need_version=no
10349 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10350 soname_spec='${libname}${release}${major}$shared_ext'
10351 shlibpath_overrides_runpath=yes
10352 shlibpath_var=DYLD_LIBRARY_PATH
10353 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10354
10355 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10356 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10357 ;;
10358
10359dgux*)
10360 version_type=linux
10361 need_lib_prefix=no
10362 need_version=no
10363 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10364 soname_spec='${libname}${release}${shared_ext}$major'
10365 shlibpath_var=LD_LIBRARY_PATH
10366 ;;
10367
d7040cdb
SE
10368freebsd* | dragonfly*)
10369 # DragonFly does not have aout. When/if they implement a new
10370 # versioning mechanism, adjust this.
10371 if test -x /usr/bin/objformat; then
10372 objformat=`/usr/bin/objformat`
10373 else
10374 case $host_os in
6d2920c8 10375 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10376 *) objformat=elf ;;
10377 esac
10378 fi
10379 version_type=freebsd-$objformat
10380 case $version_type in
10381 freebsd-elf*)
10382 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10383 need_version=no
10384 need_lib_prefix=no
10385 ;;
10386 freebsd-*)
10387 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10388 need_version=yes
10389 ;;
10390 esac
10391 shlibpath_var=LD_LIBRARY_PATH
10392 case $host_os in
6d2920c8 10393 freebsd2.*)
d7040cdb
SE
10394 shlibpath_overrides_runpath=yes
10395 ;;
10396 freebsd3.[01]* | freebsdelf3.[01]*)
10397 shlibpath_overrides_runpath=yes
10398 hardcode_into_libs=yes
10399 ;;
10400 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10401 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10402 shlibpath_overrides_runpath=no
10403 hardcode_into_libs=yes
10404 ;;
10405 *) # from 4.6 on, and DragonFly
10406 shlibpath_overrides_runpath=yes
10407 hardcode_into_libs=yes
10408 ;;
10409 esac
10410 ;;
10411
10412gnu*)
10413 version_type=linux
10414 need_lib_prefix=no
10415 need_version=no
10416 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10417 soname_spec='${libname}${release}${shared_ext}$major'
10418 shlibpath_var=LD_LIBRARY_PATH
10419 hardcode_into_libs=yes
10420 ;;
10421
3725885a
RW
10422haiku*)
10423 version_type=linux
10424 need_lib_prefix=no
10425 need_version=no
10426 dynamic_linker="$host_os runtime_loader"
10427 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10428 soname_spec='${libname}${release}${shared_ext}$major'
10429 shlibpath_var=LIBRARY_PATH
10430 shlibpath_overrides_runpath=yes
f2c621e4 10431 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10432 hardcode_into_libs=yes
10433 ;;
10434
d7040cdb
SE
10435hpux9* | hpux10* | hpux11*)
10436 # Give a soname corresponding to the major version so that dld.sl refuses to
10437 # link against other versions.
10438 version_type=sunos
10439 need_lib_prefix=no
10440 need_version=no
10441 case $host_cpu in
10442 ia64*)
10443 shrext_cmds='.so'
10444 hardcode_into_libs=yes
10445 dynamic_linker="$host_os dld.so"
10446 shlibpath_var=LD_LIBRARY_PATH
10447 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10448 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10449 soname_spec='${libname}${release}${shared_ext}$major'
10450 if test "X$HPUX_IA64_MODE" = X32; then
10451 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10452 else
10453 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10454 fi
10455 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10456 ;;
10457 hppa*64*)
10458 shrext_cmds='.sl'
10459 hardcode_into_libs=yes
10460 dynamic_linker="$host_os dld.sl"
10461 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10462 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10463 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10464 soname_spec='${libname}${release}${shared_ext}$major'
10465 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10466 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10467 ;;
10468 *)
10469 shrext_cmds='.sl'
10470 dynamic_linker="$host_os dld.sl"
10471 shlibpath_var=SHLIB_PATH
10472 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10473 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10474 soname_spec='${libname}${release}${shared_ext}$major'
10475 ;;
10476 esac
3725885a 10477 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10478 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10479 # or fails outright, so override atomically:
10480 install_override_mode=555
d7040cdb
SE
10481 ;;
10482
10483interix[3-9]*)
10484 version_type=linux
10485 need_lib_prefix=no
10486 need_version=no
10487 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10488 soname_spec='${libname}${release}${shared_ext}$major'
10489 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10490 shlibpath_var=LD_LIBRARY_PATH
10491 shlibpath_overrides_runpath=no
10492 hardcode_into_libs=yes
10493 ;;
10494
10495irix5* | irix6* | nonstopux*)
10496 case $host_os in
10497 nonstopux*) version_type=nonstopux ;;
10498 *)
10499 if test "$lt_cv_prog_gnu_ld" = yes; then
10500 version_type=linux
10501 else
10502 version_type=irix
10503 fi ;;
10504 esac
10505 need_lib_prefix=no
10506 need_version=no
10507 soname_spec='${libname}${release}${shared_ext}$major'
10508 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10509 case $host_os in
10510 irix5* | nonstopux*)
10511 libsuff= shlibsuff=
10512 ;;
10513 *)
10514 case $LD in # libtool.m4 will add one of these switches to LD
10515 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10516 libsuff= shlibsuff= libmagic=32-bit;;
10517 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10518 libsuff=32 shlibsuff=N32 libmagic=N32;;
10519 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10520 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10521 *) libsuff= shlibsuff= libmagic=never-match;;
10522 esac
10523 ;;
10524 esac
10525 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10526 shlibpath_overrides_runpath=no
10527 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10528 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10529 hardcode_into_libs=yes
10530 ;;
10531
10532# No shared lib support for Linux oldld, aout, or coff.
10533linux*oldld* | linux*aout* | linux*coff*)
10534 dynamic_linker=no
10535 ;;
10536
10537# This must be Linux ELF.
58e24671 10538linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10539 version_type=linux
10540 need_lib_prefix=no
10541 need_version=no
10542 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10543 soname_spec='${libname}${release}${shared_ext}$major'
10544 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10545 shlibpath_var=LD_LIBRARY_PATH
10546 shlibpath_overrides_runpath=no
39144654 10547
d7040cdb 10548 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10549 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10550 $as_echo_n "(cached) " >&6
39144654
RW
10551else
10552 lt_cv_shlibpath_overrides_runpath=no
10553 save_LDFLAGS=$LDFLAGS
10554 save_libdir=$libdir
10555 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10556 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10558/* end confdefs.h. */
10559
10560int
10561main ()
10562{
10563
10564 ;
10565 return 0;
10566}
10567_ACEOF
81ecdfbb
RW
10568if ac_fn_c_try_link "$LINENO"; then :
10569 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10570 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10571fi
d7040cdb 10572fi
81ecdfbb
RW
10573rm -f core conftest.err conftest.$ac_objext \
10574 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10575 LDFLAGS=$save_LDFLAGS
10576 libdir=$save_libdir
10577
10578fi
10579
10580 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10581
10582 # This implies no fast_install, which is unacceptable.
10583 # Some rework will be needed to allow for fast_install
10584 # before this can be enabled.
10585 hardcode_into_libs=yes
10586
10587 # Append ld.so.conf contents to the search path
10588 if test -f /etc/ld.so.conf; then
3725885a 10589 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 10590 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10591 fi
10592
10593 # We used to test for /lib/ld.so.1 and disable shared libraries on
10594 # powerpc, because MkLinux only supported shared libraries with the
10595 # GNU dynamic linker. Since this was broken with cross compilers,
10596 # most powerpc-linux boxes support dynamic linking these days and
10597 # people can always --disable-shared, the test was removed, and we
10598 # assume the GNU/Linux dynamic linker is in use.
10599 dynamic_linker='GNU/Linux ld.so'
10600 ;;
10601
10602netbsd*)
10603 version_type=sunos
10604 need_lib_prefix=no
10605 need_version=no
10606 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10607 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10608 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10609 dynamic_linker='NetBSD (a.out) ld.so'
10610 else
10611 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10612 soname_spec='${libname}${release}${shared_ext}$major'
10613 dynamic_linker='NetBSD ld.elf_so'
10614 fi
10615 shlibpath_var=LD_LIBRARY_PATH
10616 shlibpath_overrides_runpath=yes
10617 hardcode_into_libs=yes
10618 ;;
10619
10620newsos6)
10621 version_type=linux
10622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10623 shlibpath_var=LD_LIBRARY_PATH
10624 shlibpath_overrides_runpath=yes
10625 ;;
10626
10627*nto* | *qnx*)
10628 version_type=qnx
10629 need_lib_prefix=no
10630 need_version=no
10631 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10632 soname_spec='${libname}${release}${shared_ext}$major'
10633 shlibpath_var=LD_LIBRARY_PATH
10634 shlibpath_overrides_runpath=no
10635 hardcode_into_libs=yes
10636 dynamic_linker='ldqnx.so'
10637 ;;
10638
10639openbsd*)
10640 version_type=sunos
10641 sys_lib_dlsearch_path_spec="/usr/lib"
10642 need_lib_prefix=no
10643 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10644 case $host_os in
10645 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10646 *) need_version=no ;;
10647 esac
10648 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10649 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10650 shlibpath_var=LD_LIBRARY_PATH
10651 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10652 case $host_os in
10653 openbsd2.[89] | openbsd2.[89].*)
10654 shlibpath_overrides_runpath=no
10655 ;;
10656 *)
10657 shlibpath_overrides_runpath=yes
10658 ;;
10659 esac
10660 else
10661 shlibpath_overrides_runpath=yes
10662 fi
10663 ;;
10664
10665os2*)
10666 libname_spec='$name'
10667 shrext_cmds=".dll"
10668 need_lib_prefix=no
10669 library_names_spec='$libname${shared_ext} $libname.a'
10670 dynamic_linker='OS/2 ld.exe'
10671 shlibpath_var=LIBPATH
10672 ;;
10673
10674osf3* | osf4* | osf5*)
10675 version_type=osf
10676 need_lib_prefix=no
10677 need_version=no
10678 soname_spec='${libname}${release}${shared_ext}$major'
10679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10680 shlibpath_var=LD_LIBRARY_PATH
10681 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10682 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10683 ;;
10684
10685rdos*)
10686 dynamic_linker=no
10687 ;;
10688
10689solaris*)
10690 version_type=linux
10691 need_lib_prefix=no
10692 need_version=no
10693 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10694 soname_spec='${libname}${release}${shared_ext}$major'
10695 shlibpath_var=LD_LIBRARY_PATH
10696 shlibpath_overrides_runpath=yes
10697 hardcode_into_libs=yes
10698 # ldd complains unless libraries are executable
10699 postinstall_cmds='chmod +x $lib'
10700 ;;
10701
10702sunos4*)
10703 version_type=sunos
10704 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10705 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10706 shlibpath_var=LD_LIBRARY_PATH
10707 shlibpath_overrides_runpath=yes
10708 if test "$with_gnu_ld" = yes; then
10709 need_lib_prefix=no
10710 fi
10711 need_version=yes
10712 ;;
10713
10714sysv4 | sysv4.3*)
10715 version_type=linux
10716 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10717 soname_spec='${libname}${release}${shared_ext}$major'
10718 shlibpath_var=LD_LIBRARY_PATH
10719 case $host_vendor in
10720 sni)
10721 shlibpath_overrides_runpath=no
10722 need_lib_prefix=no
10723 runpath_var=LD_RUN_PATH
10724 ;;
10725 siemens)
10726 need_lib_prefix=no
10727 ;;
10728 motorola)
10729 need_lib_prefix=no
10730 need_version=no
10731 shlibpath_overrides_runpath=no
10732 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10733 ;;
10734 esac
10735 ;;
10736
10737sysv4*MP*)
10738 if test -d /usr/nec ;then
10739 version_type=linux
10740 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10741 soname_spec='$libname${shared_ext}.$major'
10742 shlibpath_var=LD_LIBRARY_PATH
10743 fi
10744 ;;
10745
10746sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10747 version_type=freebsd-elf
10748 need_lib_prefix=no
10749 need_version=no
10750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10751 soname_spec='${libname}${release}${shared_ext}$major'
10752 shlibpath_var=LD_LIBRARY_PATH
10753 shlibpath_overrides_runpath=yes
10754 hardcode_into_libs=yes
10755 if test "$with_gnu_ld" = yes; then
10756 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10757 else
10758 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10759 case $host_os in
10760 sco3.2v5*)
10761 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10762 ;;
10763 esac
10764 fi
10765 sys_lib_dlsearch_path_spec='/usr/lib'
10766 ;;
10767
10768tpf*)
10769 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10770 version_type=linux
10771 need_lib_prefix=no
10772 need_version=no
718a6fd8 10773 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10774 shlibpath_var=LD_LIBRARY_PATH
10775 shlibpath_overrides_runpath=no
10776 hardcode_into_libs=yes
10777 ;;
10778
10779uts4*)
10780 version_type=linux
10781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10782 soname_spec='${libname}${release}${shared_ext}$major'
10783 shlibpath_var=LD_LIBRARY_PATH
10784 ;;
10785
10786*)
10787 dynamic_linker=no
10788 ;;
10789esac
81ecdfbb
RW
10790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10791$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10792test "$dynamic_linker" = no && can_build_shared=no
10793
10794variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10795if test "$GCC" = yes; then
10796 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10797fi
10798
718a6fd8
SE
10799if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10800 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10801fi
10802if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10803 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10804fi
10805
d7040cdb
SE
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
3725885a
RW
10886
10887
10888
10889
10890
d7040cdb
SE
10891
10892
10893
10894
10895
10896
81ecdfbb
RW
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10898$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10899hardcode_action=
10900if test -n "$hardcode_libdir_flag_spec" ||
10901 test -n "$runpath_var" ||
10902 test "X$hardcode_automatic" = "Xyes" ; then
10903
10904 # We can hardcode non-existent directories.
10905 if test "$hardcode_direct" != no &&
10906 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10907 # have to relink, otherwise we might link with an installed library
10908 # when we should be linking with a yet-to-be-installed one
10909 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10910 test "$hardcode_minus_L" != no; then
10911 # Linking always hardcodes the temporary library directory.
10912 hardcode_action=relink
10913 else
10914 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10915 hardcode_action=immediate
10916 fi
10917else
10918 # We cannot hardcode anything, or else we can only hardcode existing
10919 # directories.
10920 hardcode_action=unsupported
10921fi
81ecdfbb
RW
10922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10923$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10924
10925if test "$hardcode_action" = relink ||
10926 test "$inherit_rpath" = yes; then
10927 # Fast installation is not supported
10928 enable_fast_install=no
10929elif test "$shlibpath_overrides_runpath" = yes ||
10930 test "$enable_shared" = no; then
10931 # Fast installation is not necessary
10932 enable_fast_install=needless
10933fi
10934
10935
10936
10937
10938
10939
10940 if test "x$enable_dlopen" != xyes; then
10941 enable_dlopen=unknown
10942 enable_dlopen_self=unknown
10943 enable_dlopen_self_static=unknown
10944else
10945 lt_cv_dlopen=no
10946 lt_cv_dlopen_libs=
10947
10948 case $host_os in
10949 beos*)
10950 lt_cv_dlopen="load_add_on"
10951 lt_cv_dlopen_libs=
10952 lt_cv_dlopen_self=yes
10953 ;;
10954
718a6fd8 10955 mingw* | pw32* | cegcc*)
d7040cdb
SE
10956 lt_cv_dlopen="LoadLibrary"
10957 lt_cv_dlopen_libs=
10958 ;;
10959
10960 cygwin*)
10961 lt_cv_dlopen="dlopen"
10962 lt_cv_dlopen_libs=
10963 ;;
10964
10965 darwin*)
10966 # if libdl is installed we need to link against it
81ecdfbb
RW
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10968$as_echo_n "checking for dlopen in -ldl... " >&6; }
10969if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10970 $as_echo_n "(cached) " >&6
d7040cdb
SE
10971else
10972 ac_check_lib_save_LIBS=$LIBS
10973LIBS="-ldl $LIBS"
81ecdfbb 10974cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10975/* end confdefs.h. */
10976
81ecdfbb
RW
10977/* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10980#ifdef __cplusplus
10981extern "C"
10982#endif
d7040cdb
SE
10983char dlopen ();
10984int
10985main ()
10986{
81ecdfbb 10987return dlopen ();
d7040cdb
SE
10988 ;
10989 return 0;
10990}
10991_ACEOF
81ecdfbb 10992if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10993 ac_cv_lib_dl_dlopen=yes
10994else
81ecdfbb 10995 ac_cv_lib_dl_dlopen=no
d7040cdb 10996fi
81ecdfbb
RW
10997rm -f core conftest.err conftest.$ac_objext \
10998 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10999LIBS=$ac_check_lib_save_LIBS
11000fi
81ecdfbb
RW
11001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11002$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11003if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11004 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11005else
11006
11007 lt_cv_dlopen="dyld"
11008 lt_cv_dlopen_libs=
11009 lt_cv_dlopen_self=yes
11010
11011fi
11012
11013 ;;
11014
11015 *)
81ecdfbb
RW
11016 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11017if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
11018 lt_cv_dlopen="shl_load"
11019else
81ecdfbb
RW
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11021$as_echo_n "checking for shl_load in -ldld... " >&6; }
11022if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11023 $as_echo_n "(cached) " >&6
d7040cdb
SE
11024else
11025 ac_check_lib_save_LIBS=$LIBS
11026LIBS="-ldld $LIBS"
81ecdfbb 11027cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11028/* end confdefs.h. */
11029
81ecdfbb
RW
11030/* Override any GCC internal prototype to avoid an error.
11031 Use char because int might match the return type of a GCC
11032 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11033#ifdef __cplusplus
11034extern "C"
11035#endif
d7040cdb
SE
11036char shl_load ();
11037int
11038main ()
11039{
81ecdfbb 11040return shl_load ();
d7040cdb
SE
11041 ;
11042 return 0;
11043}
11044_ACEOF
81ecdfbb 11045if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11046 ac_cv_lib_dld_shl_load=yes
11047else
81ecdfbb 11048 ac_cv_lib_dld_shl_load=no
d7040cdb 11049fi
81ecdfbb
RW
11050rm -f core conftest.err conftest.$ac_objext \
11051 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11052LIBS=$ac_check_lib_save_LIBS
11053fi
81ecdfbb
RW
11054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11055$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11056if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11057 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11058else
81ecdfbb
RW
11059 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11060if test "x$ac_cv_func_dlopen" = x""yes; then :
11061 lt_cv_dlopen="dlopen"
d7040cdb 11062else
81ecdfbb
RW
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11064$as_echo_n "checking for dlopen in -ldl... " >&6; }
11065if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11066 $as_echo_n "(cached) " >&6
11067else
11068 ac_check_lib_save_LIBS=$LIBS
11069LIBS="-ldl $LIBS"
11070cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11071/* end confdefs.h. */
d7040cdb 11072
81ecdfbb
RW
11073/* Override any GCC internal prototype to avoid an error.
11074 Use char because int might match the return type of a GCC
11075 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11076#ifdef __cplusplus
11077extern "C"
d7040cdb 11078#endif
d7040cdb 11079char dlopen ();
d7040cdb
SE
11080int
11081main ()
11082{
81ecdfbb 11083return dlopen ();
d7040cdb
SE
11084 ;
11085 return 0;
11086}
11087_ACEOF
81ecdfbb
RW
11088if ac_fn_c_try_link "$LINENO"; then :
11089 ac_cv_lib_dl_dlopen=yes
d7040cdb 11090else
81ecdfbb 11091 ac_cv_lib_dl_dlopen=no
d7040cdb 11092fi
81ecdfbb
RW
11093rm -f core conftest.err conftest.$ac_objext \
11094 conftest$ac_exeext conftest.$ac_ext
11095LIBS=$ac_check_lib_save_LIBS
d7040cdb 11096fi
81ecdfbb
RW
11097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11098$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11099if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11100 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11101else
81ecdfbb
RW
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11103$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11104if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11105 $as_echo_n "(cached) " >&6
d7040cdb
SE
11106else
11107 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11108LIBS="-lsvld $LIBS"
11109cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11110/* end confdefs.h. */
11111
81ecdfbb
RW
11112/* Override any GCC internal prototype to avoid an error.
11113 Use char because int might match the return type of a GCC
11114 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11115#ifdef __cplusplus
11116extern "C"
11117#endif
d7040cdb
SE
11118char dlopen ();
11119int
11120main ()
11121{
81ecdfbb 11122return dlopen ();
d7040cdb
SE
11123 ;
11124 return 0;
11125}
11126_ACEOF
81ecdfbb
RW
11127if ac_fn_c_try_link "$LINENO"; then :
11128 ac_cv_lib_svld_dlopen=yes
d7040cdb 11129else
81ecdfbb 11130 ac_cv_lib_svld_dlopen=no
d7040cdb 11131fi
81ecdfbb
RW
11132rm -f core conftest.err conftest.$ac_objext \
11133 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11134LIBS=$ac_check_lib_save_LIBS
11135fi
81ecdfbb
RW
11136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11137$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11138if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11139 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11140else
81ecdfbb
RW
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11142$as_echo_n "checking for dld_link in -ldld... " >&6; }
11143if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11144 $as_echo_n "(cached) " >&6
d7040cdb
SE
11145else
11146 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11147LIBS="-ldld $LIBS"
11148cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11149/* end confdefs.h. */
11150
81ecdfbb
RW
11151/* Override any GCC internal prototype to avoid an error.
11152 Use char because int might match the return type of a GCC
11153 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11154#ifdef __cplusplus
11155extern "C"
11156#endif
81ecdfbb 11157char dld_link ();
d7040cdb
SE
11158int
11159main ()
11160{
81ecdfbb 11161return dld_link ();
d7040cdb
SE
11162 ;
11163 return 0;
11164}
11165_ACEOF
81ecdfbb 11166if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11167 ac_cv_lib_dld_dld_link=yes
11168else
81ecdfbb 11169 ac_cv_lib_dld_dld_link=no
d7040cdb 11170fi
81ecdfbb
RW
11171rm -f core conftest.err conftest.$ac_objext \
11172 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11173LIBS=$ac_check_lib_save_LIBS
11174fi
81ecdfbb
RW
11175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11176$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11177if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11178 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11179fi
11180
11181
11182fi
11183
11184
11185fi
11186
11187
11188fi
11189
11190
11191fi
11192
11193
11194fi
11195
11196 ;;
11197 esac
11198
11199 if test "x$lt_cv_dlopen" != xno; then
11200 enable_dlopen=yes
11201 else
11202 enable_dlopen=no
11203 fi
11204
11205 case $lt_cv_dlopen in
11206 dlopen)
11207 save_CPPFLAGS="$CPPFLAGS"
11208 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11209
11210 save_LDFLAGS="$LDFLAGS"
11211 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11212
11213 save_LIBS="$LIBS"
11214 LIBS="$lt_cv_dlopen_libs $LIBS"
11215
81ecdfbb
RW
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11217$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11218if test "${lt_cv_dlopen_self+set}" = set; then :
11219 $as_echo_n "(cached) " >&6
d7040cdb
SE
11220else
11221 if test "$cross_compiling" = yes; then :
11222 lt_cv_dlopen_self=cross
11223else
11224 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11225 lt_status=$lt_dlunknown
11226 cat > conftest.$ac_ext <<_LT_EOF
b4b594e3 11227#line 11227 "configure"
d7040cdb
SE
11228#include "confdefs.h"
11229
11230#if HAVE_DLFCN_H
11231#include <dlfcn.h>
11232#endif
11233
11234#include <stdio.h>
11235
11236#ifdef RTLD_GLOBAL
11237# define LT_DLGLOBAL RTLD_GLOBAL
11238#else
11239# ifdef DL_GLOBAL
11240# define LT_DLGLOBAL DL_GLOBAL
11241# else
11242# define LT_DLGLOBAL 0
11243# endif
11244#endif
11245
11246/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11247 find out it does not work in some platform. */
11248#ifndef LT_DLLAZY_OR_NOW
11249# ifdef RTLD_LAZY
11250# define LT_DLLAZY_OR_NOW RTLD_LAZY
11251# else
11252# ifdef DL_LAZY
11253# define LT_DLLAZY_OR_NOW DL_LAZY
11254# else
11255# ifdef RTLD_NOW
11256# define LT_DLLAZY_OR_NOW RTLD_NOW
11257# else
11258# ifdef DL_NOW
11259# define LT_DLLAZY_OR_NOW DL_NOW
11260# else
11261# define LT_DLLAZY_OR_NOW 0
11262# endif
11263# endif
11264# endif
11265# endif
11266#endif
11267
3725885a
RW
11268/* When -fvisbility=hidden is used, assume the code has been annotated
11269 correspondingly for the symbols needed. */
11270#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11271void fnord () __attribute__((visibility("default")));
3725885a
RW
11272#endif
11273
f2c621e4 11274void fnord () { int i=42; }
d7040cdb
SE
11275int main ()
11276{
11277 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11278 int status = $lt_dlunknown;
11279
11280 if (self)
11281 {
11282 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11283 else
11284 {
11285 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11286 else puts (dlerror ());
11287 }
d7040cdb
SE
11288 /* dlclose (self); */
11289 }
11290 else
11291 puts (dlerror ());
11292
718a6fd8 11293 return status;
d7040cdb
SE
11294}
11295_LT_EOF
81ecdfbb 11296 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11297 (eval $ac_link) 2>&5
11298 ac_status=$?
81ecdfbb
RW
11299 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11300 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11301 (./conftest; exit; ) >&5 2>/dev/null
11302 lt_status=$?
11303 case x$lt_status in
11304 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11305 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11306 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11307 esac
11308 else :
11309 # compilation failed
11310 lt_cv_dlopen_self=no
11311 fi
11312fi
11313rm -fr conftest*
11314
11315
11316fi
81ecdfbb
RW
11317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11318$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11319
11320 if test "x$lt_cv_dlopen_self" = xyes; then
11321 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11323$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11324if test "${lt_cv_dlopen_self_static+set}" = set; then :
11325 $as_echo_n "(cached) " >&6
d7040cdb
SE
11326else
11327 if test "$cross_compiling" = yes; then :
11328 lt_cv_dlopen_self_static=cross
11329else
11330 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11331 lt_status=$lt_dlunknown
11332 cat > conftest.$ac_ext <<_LT_EOF
b4b594e3 11333#line 11333 "configure"
d7040cdb
SE
11334#include "confdefs.h"
11335
11336#if HAVE_DLFCN_H
11337#include <dlfcn.h>
11338#endif
11339
11340#include <stdio.h>
11341
11342#ifdef RTLD_GLOBAL
11343# define LT_DLGLOBAL RTLD_GLOBAL
11344#else
11345# ifdef DL_GLOBAL
11346# define LT_DLGLOBAL DL_GLOBAL
11347# else
11348# define LT_DLGLOBAL 0
11349# endif
11350#endif
11351
11352/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11353 find out it does not work in some platform. */
11354#ifndef LT_DLLAZY_OR_NOW
11355# ifdef RTLD_LAZY
11356# define LT_DLLAZY_OR_NOW RTLD_LAZY
11357# else
11358# ifdef DL_LAZY
11359# define LT_DLLAZY_OR_NOW DL_LAZY
11360# else
11361# ifdef RTLD_NOW
11362# define LT_DLLAZY_OR_NOW RTLD_NOW
11363# else
11364# ifdef DL_NOW
11365# define LT_DLLAZY_OR_NOW DL_NOW
11366# else
11367# define LT_DLLAZY_OR_NOW 0
11368# endif
11369# endif
11370# endif
11371# endif
11372#endif
11373
3725885a
RW
11374/* When -fvisbility=hidden is used, assume the code has been annotated
11375 correspondingly for the symbols needed. */
11376#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11377void fnord () __attribute__((visibility("default")));
3725885a
RW
11378#endif
11379
f2c621e4 11380void fnord () { int i=42; }
d7040cdb
SE
11381int main ()
11382{
11383 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11384 int status = $lt_dlunknown;
11385
11386 if (self)
11387 {
11388 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11389 else
11390 {
11391 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11392 else puts (dlerror ());
11393 }
d7040cdb
SE
11394 /* dlclose (self); */
11395 }
11396 else
11397 puts (dlerror ());
11398
718a6fd8 11399 return status;
d7040cdb
SE
11400}
11401_LT_EOF
81ecdfbb 11402 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11403 (eval $ac_link) 2>&5
11404 ac_status=$?
81ecdfbb
RW
11405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11406 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11407 (./conftest; exit; ) >&5 2>/dev/null
11408 lt_status=$?
11409 case x$lt_status in
11410 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11411 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11412 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11413 esac
11414 else :
11415 # compilation failed
11416 lt_cv_dlopen_self_static=no
11417 fi
11418fi
11419rm -fr conftest*
11420
11421
11422fi
81ecdfbb
RW
11423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11424$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11425 fi
11426
11427 CPPFLAGS="$save_CPPFLAGS"
11428 LDFLAGS="$save_LDFLAGS"
11429 LIBS="$save_LIBS"
11430 ;;
11431 esac
11432
11433 case $lt_cv_dlopen_self in
11434 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11435 *) enable_dlopen_self=unknown ;;
11436 esac
11437
11438 case $lt_cv_dlopen_self_static in
11439 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11440 *) enable_dlopen_self_static=unknown ;;
11441 esac
11442fi
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458
11459
11460striplib=
11461old_striplib=
81ecdfbb
RW
11462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11463$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11464if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11465 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11466 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11468$as_echo "yes" >&6; }
d7040cdb
SE
11469else
11470# FIXME - insert some real tests, host_os isn't really good enough
11471 case $host_os in
11472 darwin*)
11473 if test -n "$STRIP" ; then
11474 striplib="$STRIP -x"
11475 old_striplib="$STRIP -S"
81ecdfbb
RW
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11477$as_echo "yes" >&6; }
d7040cdb 11478 else
81ecdfbb
RW
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11480$as_echo "no" >&6; }
d7040cdb
SE
11481 fi
11482 ;;
11483 *)
81ecdfbb
RW
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11485$as_echo "no" >&6; }
d7040cdb
SE
11486 ;;
11487 esac
11488fi
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499
11500
11501 # Report which library types will actually be built
81ecdfbb
RW
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11503$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11505$as_echo "$can_build_shared" >&6; }
d7040cdb 11506
81ecdfbb
RW
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11508$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11509 test "$can_build_shared" = "no" && enable_shared=no
11510
11511 # On AIX, shared libraries and static libraries use the same namespace, and
11512 # are all built from PIC.
11513 case $host_os in
11514 aix3*)
11515 test "$enable_shared" = yes && enable_static=no
11516 if test -n "$RANLIB"; then
11517 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11518 postinstall_cmds='$RANLIB $lib'
11519 fi
11520 ;;
11521
50e7d84b 11522 aix[4-9]*)
d7040cdb
SE
11523 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11524 test "$enable_shared" = yes && enable_static=no
11525 fi
11526 ;;
11527 esac
81ecdfbb
RW
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11529$as_echo "$enable_shared" >&6; }
d7040cdb 11530
81ecdfbb
RW
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11532$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11533 # Make sure either enable_shared or enable_static is yes.
11534 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11536$as_echo "$enable_static" >&6; }
d7040cdb
SE
11537
11538
11539
11540
11541fi
11542ac_ext=c
11543ac_cpp='$CPP $CPPFLAGS'
11544ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11545ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11546ac_compiler_gnu=$ac_cv_c_compiler_gnu
11547
11548CC="$lt_save_CC"
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559
11560
11561
81ecdfbb 11562 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11563
11564
11565
11566
11567# Only expand once:
11568
11569
11570
b879806f
AM
11571# The tests for host and target for $enable_largefile require
11572# canonical names.
11573
11574
11575
11576# As the $enable_largefile decision depends on --enable-plugins we must set it
11577# even in directories otherwise not depending on the $plugins option.
11578
11579
11580 maybe_plugins=no
11581 for ac_header in dlfcn.h
11582do :
11583 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11584"
11585if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11586 cat >>confdefs.h <<_ACEOF
11587#define HAVE_DLFCN_H 1
11588_ACEOF
11589 maybe_plugins=yes
11590fi
11591
11592done
11593
11594 for ac_header in windows.h
11595do :
11596 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11597"
11598if test "x$ac_cv_header_windows_h" = x""yes; then :
11599 cat >>confdefs.h <<_ACEOF
11600#define HAVE_WINDOWS_H 1
11601_ACEOF
11602 maybe_plugins=yes
11603fi
11604
11605done
11606
11607
11608 # Check whether --enable-plugins was given.
11609if test "${enable_plugins+set}" = set; then :
11610 enableval=$enable_plugins; case "${enableval}" in
11611 no) plugins=no ;;
11612 *) plugins=yes
11613 if test "$maybe_plugins" != "yes" ; then
11614 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11615 fi ;;
11616 esac
11617else
11618 plugins=$maybe_plugins
11619
11620fi
11621
2974be62 11622 if test "$plugins" = "yes"; then
3cba8b6c
L
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11624$as_echo_n "checking for library containing dlsym... " >&6; }
11625if test "${ac_cv_search_dlsym+set}" = set; then :
2974be62
AM
11626 $as_echo_n "(cached) " >&6
11627else
11628 ac_func_search_save_LIBS=$LIBS
11629cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11630/* end confdefs.h. */
11631
11632/* Override any GCC internal prototype to avoid an error.
11633 Use char because int might match the return type of a GCC
11634 builtin and then its argument prototype would still apply. */
11635#ifdef __cplusplus
11636extern "C"
11637#endif
3cba8b6c 11638char dlsym ();
2974be62
AM
11639int
11640main ()
11641{
3cba8b6c 11642return dlsym ();
2974be62
AM
11643 ;
11644 return 0;
11645}
11646_ACEOF
11647for ac_lib in '' dl; do
11648 if test -z "$ac_lib"; then
11649 ac_res="none required"
11650 else
11651 ac_res=-l$ac_lib
11652 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11653 fi
11654 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11655 ac_cv_search_dlsym=$ac_res
2974be62
AM
11656fi
11657rm -f core conftest.err conftest.$ac_objext \
11658 conftest$ac_exeext
3cba8b6c 11659 if test "${ac_cv_search_dlsym+set}" = set; then :
2974be62
AM
11660 break
11661fi
11662done
3cba8b6c 11663if test "${ac_cv_search_dlsym+set}" = set; then :
2974be62
AM
11664
11665else
3cba8b6c 11666 ac_cv_search_dlsym=no
2974be62
AM
11667fi
11668rm conftest.$ac_ext
11669LIBS=$ac_func_search_save_LIBS
11670fi
3cba8b6c
L
11671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11672$as_echo "$ac_cv_search_dlsym" >&6; }
11673ac_res=$ac_cv_search_dlsym
2974be62
AM
11674if test "$ac_res" != no; then :
11675 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11676
11677fi
11678
11679 fi
b879806f
AM
11680
11681
11682case "${host}" in
11683 sparc-*-solaris*|i[3-7]86-*-solaris*)
11684 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11685 # are mutually exclusive; and without procfs support, the bfd/ elf module
11686 # cannot provide certain routines such as elfcore_write_prpsinfo
11687 # or elfcore_write_prstatus. So unless the user explicitly requested
11688 # large-file support through the --enable-largefile switch, disable
11689 # large-file support in favor of procfs support.
11690 test "${target}" = "${host}" -a "x$plugins" = xno \
11691 && : ${enable_largefile="no"}
11692 ;;
11693esac
11694
11695# Check whether --enable-largefile was given.
11696if test "${enable_largefile+set}" = set; then :
11697 enableval=$enable_largefile;
11698fi
11699
11700if test "$enable_largefile" != no; then
11701
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11703$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11704if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11705 $as_echo_n "(cached) " >&6
11706else
11707 ac_cv_sys_largefile_CC=no
11708 if test "$GCC" != yes; then
11709 ac_save_CC=$CC
11710 while :; do
11711 # IRIX 6.2 and later do not support large files by default,
11712 # so use the C compiler's -n32 option if that helps.
11713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11714/* end confdefs.h. */
11715#include <sys/types.h>
11716 /* Check that off_t can represent 2**63 - 1 correctly.
11717 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11718 since some C++ compilers masquerading as C compilers
11719 incorrectly reject 9223372036854775807. */
11720#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11721 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11722 && LARGE_OFF_T % 2147483647 == 1)
11723 ? 1 : -1];
11724int
11725main ()
11726{
11727
11728 ;
11729 return 0;
11730}
11731_ACEOF
11732 if ac_fn_c_try_compile "$LINENO"; then :
11733 break
11734fi
11735rm -f core conftest.err conftest.$ac_objext
11736 CC="$CC -n32"
11737 if ac_fn_c_try_compile "$LINENO"; then :
11738 ac_cv_sys_largefile_CC=' -n32'; break
11739fi
11740rm -f core conftest.err conftest.$ac_objext
11741 break
11742 done
11743 CC=$ac_save_CC
11744 rm -f conftest.$ac_ext
11745 fi
11746fi
11747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11748$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11749 if test "$ac_cv_sys_largefile_CC" != no; then
11750 CC=$CC$ac_cv_sys_largefile_CC
11751 fi
11752
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11754$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11755if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11756 $as_echo_n "(cached) " >&6
11757else
11758 while :; do
11759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11760/* end confdefs.h. */
11761#include <sys/types.h>
11762 /* Check that off_t can represent 2**63 - 1 correctly.
11763 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11764 since some C++ compilers masquerading as C compilers
11765 incorrectly reject 9223372036854775807. */
11766#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11767 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11768 && LARGE_OFF_T % 2147483647 == 1)
11769 ? 1 : -1];
11770int
11771main ()
11772{
11773
11774 ;
11775 return 0;
11776}
11777_ACEOF
11778if ac_fn_c_try_compile "$LINENO"; then :
11779 ac_cv_sys_file_offset_bits=no; break
11780fi
11781rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11783/* end confdefs.h. */
11784#define _FILE_OFFSET_BITS 64
11785#include <sys/types.h>
11786 /* Check that off_t can represent 2**63 - 1 correctly.
11787 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11788 since some C++ compilers masquerading as C compilers
11789 incorrectly reject 9223372036854775807. */
11790#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11791 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11792 && LARGE_OFF_T % 2147483647 == 1)
11793 ? 1 : -1];
11794int
11795main ()
11796{
11797
11798 ;
11799 return 0;
11800}
11801_ACEOF
11802if ac_fn_c_try_compile "$LINENO"; then :
11803 ac_cv_sys_file_offset_bits=64; break
11804fi
11805rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11806 ac_cv_sys_file_offset_bits=unknown
11807 break
11808done
11809fi
11810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11811$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11812case $ac_cv_sys_file_offset_bits in #(
11813 no | unknown) ;;
11814 *)
11815cat >>confdefs.h <<_ACEOF
11816#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11817_ACEOF
11818;;
11819esac
11820rm -rf conftest*
11821 if test $ac_cv_sys_file_offset_bits = unknown; then
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11823$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11824if test "${ac_cv_sys_large_files+set}" = set; then :
11825 $as_echo_n "(cached) " >&6
11826else
11827 while :; do
11828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11829/* end confdefs.h. */
11830#include <sys/types.h>
11831 /* Check that off_t can represent 2**63 - 1 correctly.
11832 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11833 since some C++ compilers masquerading as C compilers
11834 incorrectly reject 9223372036854775807. */
11835#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11836 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11837 && LARGE_OFF_T % 2147483647 == 1)
11838 ? 1 : -1];
11839int
11840main ()
11841{
11842
11843 ;
11844 return 0;
11845}
11846_ACEOF
11847if ac_fn_c_try_compile "$LINENO"; then :
11848 ac_cv_sys_large_files=no; break
11849fi
11850rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11852/* end confdefs.h. */
11853#define _LARGE_FILES 1
11854#include <sys/types.h>
11855 /* Check that off_t can represent 2**63 - 1 correctly.
11856 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11857 since some C++ compilers masquerading as C compilers
11858 incorrectly reject 9223372036854775807. */
11859#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11860 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11861 && LARGE_OFF_T % 2147483647 == 1)
11862 ? 1 : -1];
11863int
11864main ()
11865{
11866
11867 ;
11868 return 0;
11869}
11870_ACEOF
11871if ac_fn_c_try_compile "$LINENO"; then :
11872 ac_cv_sys_large_files=1; break
11873fi
11874rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11875 ac_cv_sys_large_files=unknown
11876 break
11877done
11878fi
11879{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11880$as_echo "$ac_cv_sys_large_files" >&6; }
11881case $ac_cv_sys_large_files in #(
11882 no | unknown) ;;
11883 *)
11884cat >>confdefs.h <<_ACEOF
11885#define _LARGE_FILES $ac_cv_sys_large_files
11886_ACEOF
11887;;
11888esac
11889rm -rf conftest*
11890 fi
11891fi
11892
11893
11894
81ecdfbb
RW
11895# Check whether --enable-targets was given.
11896if test "${enable_targets+set}" = set; then :
11897 enableval=$enable_targets; case "${enableval}" in
11898 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11899 ;;
11900 no) enable_targets= ;;
11901 *) enable_targets=$enableval ;;
11902esac
81ecdfbb
RW
11903fi
11904
9cb80f72
RM
11905# Check whether --enable-deterministic-archives was given.
11906if test "${enable_deterministic_archives+set}" = set; then :
11907 enableval=$enable_deterministic_archives;
11908if test "${enableval}" = no; then
11909 default_ar_deterministic=0
11910else
11911 default_ar_deterministic=1
11912fi
11913else
11914 default_ar_deterministic=0
11915fi
11916
11917
11918
11919cat >>confdefs.h <<_ACEOF
11920#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11921_ACEOF
11922
11923
7fac9594
NC
11924# Check whether --enable-default-strings-all was given.
11925if test "${enable_default_strings_all+set}" = set; then :
11926 enableval=$enable_default_strings_all;
11927if test "${enableval}" = no; then
11928 default_strings_all=0
11929else
11930 default_strings_all=1
11931fi
11932else
11933 default_strings_all=1
11934fi
11935
11936
11937
11938cat >>confdefs.h <<_ACEOF
11939#define DEFAULT_STRINGS_ALL $default_strings_all
11940_ACEOF
11941
11942
d7040cdb 11943
270c9937
JB
11944# Set the 'development' global.
11945. $srcdir/../bfd/development.sh
11946
c5da1932
VZ
11947# Set acp_cpp_for_build variable
11948ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11949
9780e045 11950# Default set of GCC warnings to enable.
397841b5 11951GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 11952GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11953
11954# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11955cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11956/* end confdefs.h. */
11957__GNUC__
11958_ACEOF
11959if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11960 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11961
11962else
11963 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11964fi
11965rm -f conftest*
11966
d7040cdb 11967
9780e045
NC
11968# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11969cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11970/* end confdefs.h. */
11971__GNUC__
11972_ACEOF
11973if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11974 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11975
11976else
11977 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11978fi
11979rm -f conftest*
11980
11981
6757cf57
TS
11982# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11983WARN_WRITE_STRINGS=""
11984cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11985/* end confdefs.h. */
11986__GNUC__
11987_ACEOF
11988if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11989 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11990
11991else
11992 WARN_WRITE_STRINGS="-Wwrite-strings"
11993fi
11994rm -f conftest*
11995
9780e045 11996
96fe4562 11997# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
11998
11999# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12000cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12001/* end confdefs.h. */
12002__GNUC__
12003_ACEOF
12004if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12005 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12006
12007else
12008 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12009fi
12010rm -f conftest*
12011
12012
12013# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12014cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12015/* end confdefs.h. */
12016__GNUC__
12017_ACEOF
12018if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12019 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
12020
12021else
12022 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12023fi
12024rm -f conftest*
12025
12026
81ecdfbb
RW
12027# Check whether --enable-werror was given.
12028if test "${enable_werror+set}" = set; then :
12029 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12030 yes | y) ERROR_ON_WARNING="yes" ;;
12031 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 12032 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12033 esac
81ecdfbb
RW
12034fi
12035
d7040cdb 12036
397841b5 12037# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12038case "${host}" in
12039 *-*-mingw32*)
12040 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12041 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12042 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12043 fi
12044 ;;
12045 *) ;;
12046esac
12047
270c9937
JB
12048# Enable -Werror by default when using gcc. Turn it off for releases.
12049if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12050 ERROR_ON_WARNING=yes
12051fi
12052
12053NO_WERROR=
12054if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12055 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12056 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
d7040cdb
SE
12057 NO_WERROR="-Wno-error"
12058fi
12059
12060if test "${GCC}" = yes ; then
12061 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12062 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
d7040cdb
SE
12063fi
12064
81ecdfbb
RW
12065# Check whether --enable-build-warnings was given.
12066if test "${enable_build_warnings+set}" = set; then :
12067 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12068 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12069 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
d7040cdb
SE
12070 no) if test "${GCC}" = yes ; then
12071 WARN_CFLAGS="-w"
c5da1932 12072 WARN_CFLAGS_FOR_BUILD="-w"
d7040cdb
SE
12073 fi;;
12074 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12075 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12076 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
d7040cdb 12077 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12078 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12079 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12080 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12081 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
d7040cdb 12082esac
81ecdfbb
RW
12083fi
12084
d7040cdb
SE
12085
12086if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12087 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12088fi
12089
12090
12091
12092
12093
6757cf57 12094
c5da1932 12095
81ecdfbb 12096ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12097
12098
df7b86aa
NC
12099
12100
d7040cdb 12101if test -z "$target" ; then
81ecdfbb 12102 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12103fi
12104if test -z "$host" ; then
81ecdfbb 12105 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12106fi
12107
12108for ac_prog in 'bison -y' byacc
12109do
12110 # Extract the first word of "$ac_prog", so it can be a program name with args.
12111set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12113$as_echo_n "checking for $ac_word... " >&6; }
12114if test "${ac_cv_prog_YACC+set}" = set; then :
12115 $as_echo_n "(cached) " >&6
d7040cdb
SE
12116else
12117 if test -n "$YACC"; then
12118 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12119else
12120as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12121for as_dir in $PATH
12122do
12123 IFS=$as_save_IFS
12124 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12125 for ac_exec_ext in '' $ac_executable_extensions; do
12126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12127 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12129 break 2
12130 fi
12131done
81ecdfbb
RW
12132 done
12133IFS=$as_save_IFS
d7040cdb
SE
12134
12135fi
12136fi
12137YACC=$ac_cv_prog_YACC
12138if test -n "$YACC"; then
81ecdfbb
RW
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12140$as_echo "$YACC" >&6; }
d7040cdb 12141else
81ecdfbb
RW
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12143$as_echo "no" >&6; }
d7040cdb
SE
12144fi
12145
81ecdfbb 12146
d7040cdb
SE
12147 test -n "$YACC" && break
12148done
12149test -n "$YACC" || YACC="yacc"
12150
12151for ac_prog in flex lex
12152do
12153 # Extract the first word of "$ac_prog", so it can be a program name with args.
12154set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12156$as_echo_n "checking for $ac_word... " >&6; }
12157if test "${ac_cv_prog_LEX+set}" = set; then :
12158 $as_echo_n "(cached) " >&6
d7040cdb
SE
12159else
12160 if test -n "$LEX"; then
12161 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12162else
12163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12164for as_dir in $PATH
12165do
12166 IFS=$as_save_IFS
12167 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12168 for ac_exec_ext in '' $ac_executable_extensions; do
12169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12170 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12172 break 2
12173 fi
12174done
81ecdfbb
RW
12175 done
12176IFS=$as_save_IFS
d7040cdb
SE
12177
12178fi
12179fi
12180LEX=$ac_cv_prog_LEX
12181if test -n "$LEX"; then
81ecdfbb
RW
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12183$as_echo "$LEX" >&6; }
d7040cdb 12184else
81ecdfbb
RW
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12186$as_echo "no" >&6; }
d7040cdb
SE
12187fi
12188
81ecdfbb 12189
d7040cdb
SE
12190 test -n "$LEX" && break
12191done
12192test -n "$LEX" || LEX=":"
12193
3d961d0d
AM
12194case "$LEX" in
12195 :|*"missing "*) ;;
12196 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
12197%%
12198a { ECHO; }
12199b { REJECT; }
12200c { yymore (); }
12201d { yyless (1); }
12202e { yyless (input () != 0); }
12203f { unput (yytext[0]); }
12204. { BEGIN INITIAL; }
12205%%
12206#ifdef YYTEXT_POINTER
12207extern char *yytext;
d7040cdb 12208#endif
d7040cdb 12209int
81ecdfbb 12210main (void)
d7040cdb 12211{
81ecdfbb 12212 return ! yylex () + ! yywrap ();
d7040cdb
SE
12213}
12214_ACEOF
81ecdfbb
RW
12215{ { ac_try="$LEX conftest.l"
12216case "(($ac_try" in
12217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12218 *) ac_try_echo=$ac_try;;
12219esac
12220eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12221$as_echo "$ac_try_echo"; } >&5
12222 (eval "$LEX conftest.l") 2>&5
d7040cdb 12223 ac_status=$?
81ecdfbb
RW
12224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12225 test $ac_status = 0; }
12226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12227$as_echo_n "checking lex output file root... " >&6; }
12228if test "${ac_cv_prog_lex_root+set}" = set; then :
12229 $as_echo_n "(cached) " >&6
d7040cdb 12230else
d7040cdb 12231
81ecdfbb
RW
12232if test -f lex.yy.c; then
12233 ac_cv_prog_lex_root=lex.yy
12234elif test -f lexyy.c; then
12235 ac_cv_prog_lex_root=lexyy
12236else
12237 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 12238fi
d7040cdb 12239fi
81ecdfbb
RW
12240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12241$as_echo "$ac_cv_prog_lex_root" >&6; }
12242LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12243
81ecdfbb
RW
12244if test -z "${LEXLIB+set}"; then
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12246$as_echo_n "checking lex library... " >&6; }
12247if test "${ac_cv_lib_lex+set}" = set; then :
12248 $as_echo_n "(cached) " >&6
d7040cdb 12249else
d7040cdb 12250
81ecdfbb
RW
12251 ac_save_LIBS=$LIBS
12252 ac_cv_lib_lex='none needed'
12253 for ac_lib in '' -lfl -ll; do
12254 LIBS="$ac_lib $ac_save_LIBS"
12255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12256/* end confdefs.h. */
12257`cat $LEX_OUTPUT_ROOT.c`
12258_ACEOF
12259if ac_fn_c_try_link "$LINENO"; then :
12260 ac_cv_lib_lex=$ac_lib
d7040cdb 12261fi
81ecdfbb
RW
12262rm -f core conftest.err conftest.$ac_objext \
12263 conftest$ac_exeext conftest.$ac_ext
12264 test "$ac_cv_lib_lex" != 'none needed' && break
12265 done
12266 LIBS=$ac_save_LIBS
d7040cdb
SE
12267
12268fi
81ecdfbb
RW
12269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12270$as_echo "$ac_cv_lib_lex" >&6; }
12271 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12272fi
12273
d7040cdb 12274
81ecdfbb
RW
12275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12276$as_echo_n "checking whether yytext is a pointer... " >&6; }
12277if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12278 $as_echo_n "(cached) " >&6
d7040cdb
SE
12279else
12280 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12281# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12282# not all implementations provide the %pointer and %array declarations.
12283ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12284ac_save_LIBS=$LIBS
81ecdfbb
RW
12285LIBS="$LEXLIB $ac_save_LIBS"
12286cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12287/* end confdefs.h. */
12288#define YYTEXT_POINTER 1
d7040cdb
SE
12289`cat $LEX_OUTPUT_ROOT.c`
12290_ACEOF
81ecdfbb 12291if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12292 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 12293fi
81ecdfbb
RW
12294rm -f core conftest.err conftest.$ac_objext \
12295 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12296LIBS=$ac_save_LIBS
d7040cdb
SE
12297
12298fi
81ecdfbb
RW
12299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12300$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
12301if test $ac_cv_prog_lex_yytext_pointer = yes; then
12302
81ecdfbb 12303$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
12304
12305fi
81ecdfbb 12306rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
12307 ;;
12308esac
d7040cdb
SE
12309if test "$LEX" = :; then
12310 LEX=${am_missing_run}flex
12311fi
12312
e184813f 12313ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
d7040cdb
SE
12314# If we haven't got the data from the intl directory,
12315# assume NLS is disabled.
12316USE_NLS=no
12317LIBINTL=
12318LIBINTL_DEP=
12319INCINTL=
12320XGETTEXT=
12321GMSGFMT=
12322POSUB=
12323
12324if test -f ../intl/config.intl; then
12325 . ../intl/config.intl
12326fi
81ecdfbb
RW
12327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12328$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12329if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12331$as_echo "no" >&6; }
d7040cdb 12332else
81ecdfbb
RW
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12334$as_echo "yes" >&6; }
d7040cdb 12335
81ecdfbb 12336$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12337
12338
81ecdfbb
RW
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12340$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12341 # Look for .po and .gmo files in the source directory.
12342 CATALOGS=
12343 XLINGUAS=
12344 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12345 # If there aren't any .gmo files the shell will give us the
12346 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12347 # weeded out.
12348 case "$cat" in *\**)
12349 continue;;
12350 esac
12351 # The quadruple backslash is collapsed to a double backslash
12352 # by the backticks, then collapsed again by the double quotes,
12353 # leaving us with one backslash in the sed expression (right
12354 # before the dot that mustn't act as a wildcard).
12355 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12356 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12357 # The user is allowed to set LINGUAS to a list of languages to
12358 # install catalogs for. If it's empty that means "all of them."
12359 if test "x$LINGUAS" = x; then
12360 CATALOGS="$CATALOGS $cat"
12361 XLINGUAS="$XLINGUAS $lang"
12362 else
12363 case "$LINGUAS" in *$lang*)
12364 CATALOGS="$CATALOGS $cat"
12365 XLINGUAS="$XLINGUAS $lang"
12366 ;;
12367 esac
12368 fi
12369 done
12370 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12372$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12373
12374
12375 DATADIRNAME=share
12376
12377 INSTOBJEXT=.mo
12378
12379 GENCAT=gencat
12380
12381 CATOBJEXT=.gmo
12382
12383fi
12384
12385 MKINSTALLDIRS=
12386 if test -n "$ac_aux_dir"; then
12387 case "$ac_aux_dir" in
12388 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12389 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12390 esac
12391 fi
12392 if test -z "$MKINSTALLDIRS"; then
12393 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12394 fi
12395
12396
12397
81ecdfbb
RW
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12399$as_echo_n "checking whether NLS is requested... " >&6; }
12400 # Check whether --enable-nls was given.
12401if test "${enable_nls+set}" = set; then :
12402 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12403else
12404 USE_NLS=yes
81ecdfbb
RW
12405fi
12406
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12408$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12409
12410
12411
12412
12413
12414
12415# Prepare PATH_SEPARATOR.
12416# The user is always right.
12417if test "${PATH_SEPARATOR+set}" != set; then
12418 echo "#! /bin/sh" >conf$$.sh
12419 echo "exit 0" >>conf$$.sh
12420 chmod +x conf$$.sh
12421 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12422 PATH_SEPARATOR=';'
12423 else
12424 PATH_SEPARATOR=:
12425 fi
12426 rm -f conf$$.sh
12427fi
12428
12429# Find out how to test for executable files. Don't use a zero-byte file,
12430# as systems may use methods other than mode bits to determine executability.
12431cat >conf$$.file <<_ASEOF
12432#! /bin/sh
12433exit 0
12434_ASEOF
12435chmod +x conf$$.file
12436if test -x conf$$.file >/dev/null 2>&1; then
12437 ac_executable_p="test -x"
12438else
12439 ac_executable_p="test -f"
12440fi
12441rm -f conf$$.file
12442
12443# Extract the first word of "msgfmt", so it can be a program name with args.
12444set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12446$as_echo_n "checking for $ac_word... " >&6; }
12447if test "${ac_cv_path_MSGFMT+set}" = set; then :
12448 $as_echo_n "(cached) " >&6
d7040cdb
SE
12449else
12450 case "$MSGFMT" in
12451 [\\/]* | ?:[\\/]*)
12452 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12453 ;;
12454 *)
12455 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12456 for ac_dir in $PATH; do
12457 IFS="$ac_save_IFS"
12458 test -z "$ac_dir" && ac_dir=.
12459 for ac_exec_ext in '' $ac_executable_extensions; do
12460 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12461 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12462 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12463 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12464 break 2
12465 fi
12466 fi
12467 done
12468 done
12469 IFS="$ac_save_IFS"
12470 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12471 ;;
12472esac
12473fi
12474MSGFMT="$ac_cv_path_MSGFMT"
12475if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12477$as_echo "$MSGFMT" >&6; }
d7040cdb 12478else
81ecdfbb
RW
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12480$as_echo "no" >&6; }
d7040cdb
SE
12481fi
12482
12483 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12484set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12486$as_echo_n "checking for $ac_word... " >&6; }
12487if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12488 $as_echo_n "(cached) " >&6
d7040cdb
SE
12489else
12490 case $GMSGFMT in
12491 [\\/]* | ?:[\\/]*)
12492 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12493 ;;
12494 *)
12495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12496for as_dir in $PATH
12497do
12498 IFS=$as_save_IFS
12499 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12500 for ac_exec_ext in '' $ac_executable_extensions; do
12501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12502 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12504 break 2
12505 fi
12506done
81ecdfbb
RW
12507 done
12508IFS=$as_save_IFS
d7040cdb
SE
12509
12510 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12511 ;;
12512esac
12513fi
12514GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12515if test -n "$GMSGFMT"; then
81ecdfbb
RW
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12517$as_echo "$GMSGFMT" >&6; }
d7040cdb 12518else
81ecdfbb
RW
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12520$as_echo "no" >&6; }
d7040cdb
SE
12521fi
12522
12523
12524
81ecdfbb 12525
d7040cdb
SE
12526# Prepare PATH_SEPARATOR.
12527# The user is always right.
12528if test "${PATH_SEPARATOR+set}" != set; then
12529 echo "#! /bin/sh" >conf$$.sh
12530 echo "exit 0" >>conf$$.sh
12531 chmod +x conf$$.sh
12532 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12533 PATH_SEPARATOR=';'
12534 else
12535 PATH_SEPARATOR=:
12536 fi
12537 rm -f conf$$.sh
12538fi
12539
12540# Find out how to test for executable files. Don't use a zero-byte file,
12541# as systems may use methods other than mode bits to determine executability.
12542cat >conf$$.file <<_ASEOF
12543#! /bin/sh
12544exit 0
12545_ASEOF
12546chmod +x conf$$.file
12547if test -x conf$$.file >/dev/null 2>&1; then
12548 ac_executable_p="test -x"
12549else
12550 ac_executable_p="test -f"
12551fi
12552rm -f conf$$.file
12553
12554# Extract the first word of "xgettext", so it can be a program name with args.
12555set dummy xgettext; ac_word=$2
81ecdfbb
RW
12556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12557$as_echo_n "checking for $ac_word... " >&6; }
12558if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12559 $as_echo_n "(cached) " >&6
d7040cdb
SE
12560else
12561 case "$XGETTEXT" in
12562 [\\/]* | ?:[\\/]*)
12563 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12564 ;;
12565 *)
12566 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12567 for ac_dir in $PATH; do
12568 IFS="$ac_save_IFS"
12569 test -z "$ac_dir" && ac_dir=.
12570 for ac_exec_ext in '' $ac_executable_extensions; do
12571 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12572 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12573 (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
12574 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12575 break 2
12576 fi
12577 fi
12578 done
12579 done
12580 IFS="$ac_save_IFS"
12581 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12582 ;;
12583esac
12584fi
12585XGETTEXT="$ac_cv_path_XGETTEXT"
12586if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12588$as_echo "$XGETTEXT" >&6; }
d7040cdb 12589else
81ecdfbb
RW
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12591$as_echo "no" >&6; }
d7040cdb
SE
12592fi
12593
12594 rm -f messages.po
12595
12596
12597# Prepare PATH_SEPARATOR.
12598# The user is always right.
12599if test "${PATH_SEPARATOR+set}" != set; then
12600 echo "#! /bin/sh" >conf$$.sh
12601 echo "exit 0" >>conf$$.sh
12602 chmod +x conf$$.sh
12603 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12604 PATH_SEPARATOR=';'
12605 else
12606 PATH_SEPARATOR=:
12607 fi
12608 rm -f conf$$.sh
12609fi
12610
12611# Find out how to test for executable files. Don't use a zero-byte file,
12612# as systems may use methods other than mode bits to determine executability.
12613cat >conf$$.file <<_ASEOF
12614#! /bin/sh
12615exit 0
12616_ASEOF
12617chmod +x conf$$.file
12618if test -x conf$$.file >/dev/null 2>&1; then
12619 ac_executable_p="test -x"
12620else
12621 ac_executable_p="test -f"
12622fi
12623rm -f conf$$.file
12624
12625# Extract the first word of "msgmerge", so it can be a program name with args.
12626set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12628$as_echo_n "checking for $ac_word... " >&6; }
12629if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12630 $as_echo_n "(cached) " >&6
d7040cdb
SE
12631else
12632 case "$MSGMERGE" in
12633 [\\/]* | ?:[\\/]*)
12634 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12635 ;;
12636 *)
12637 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12638 for ac_dir in $PATH; do
12639 IFS="$ac_save_IFS"
12640 test -z "$ac_dir" && ac_dir=.
12641 for ac_exec_ext in '' $ac_executable_extensions; do
12642 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12643 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12644 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12645 break 2
12646 fi
12647 fi
12648 done
12649 done
12650 IFS="$ac_save_IFS"
12651 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12652 ;;
12653esac
12654fi
12655MSGMERGE="$ac_cv_path_MSGMERGE"
12656if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12658$as_echo "$MSGMERGE" >&6; }
d7040cdb 12659else
81ecdfbb
RW
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12661$as_echo "no" >&6; }
d7040cdb
SE
12662fi
12663
12664
12665 if test "$GMSGFMT" != ":"; then
12666 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12667 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12668 : ;
12669 else
12670 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12672$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12673 GMSGFMT=":"
12674 fi
12675 fi
12676
12677 if test "$XGETTEXT" != ":"; then
12678 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12679 (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
12680 : ;
12681 else
81ecdfbb
RW
12682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12683$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12684 XGETTEXT=":"
12685 fi
12686 rm -f messages.po
12687 fi
12688
81ecdfbb 12689 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
12690
12691
12692
81ecdfbb
RW
12693
12694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12695$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12696 # Check whether --enable-maintainer-mode was given.
12697if test "${enable_maintainer_mode+set}" = set; then :
12698 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 12699else
d7040cdb 12700 USE_MAINTAINER_MODE=no
81ecdfbb 12701fi
d7040cdb 12702
81ecdfbb
RW
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12704$as_echo "$USE_MAINTAINER_MODE" >&6; }
12705 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12706 MAINTAINER_MODE_TRUE=
12707 MAINTAINER_MODE_FALSE='#'
12708else
12709 MAINTAINER_MODE_TRUE='#'
12710 MAINTAINER_MODE_FALSE=
42ecbf5e 12711fi
d7040cdb
SE
12712
12713 MAINT=$MAINTAINER_MODE_TRUE
12714
12715
81ecdfbb 12716 if false; then
d7040cdb
SE
12717 GENINSRC_NEVER_TRUE=
12718 GENINSRC_NEVER_FALSE='#'
12719else
12720 GENINSRC_NEVER_TRUE='#'
12721 GENINSRC_NEVER_FALSE=
42ecbf5e 12722fi
d7040cdb
SE
12723
12724
12725if test -n "$EXEEXT"; then
20e95c23 12726
81ecdfbb 12727$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 12728
252b5132
RH
12729fi
12730
d7040cdb
SE
12731cat >>confdefs.h <<_ACEOF
12732#define EXECUTABLE_SUFFIX "${EXEEXT}"
12733_ACEOF
42ecbf5e 12734
252b5132 12735
d7040cdb 12736# host-specific stuff:
252b5132 12737
d7040cdb 12738HDEFINES=
252b5132 12739
d7040cdb 12740. ${srcdir}/../bfd/configure.host
252b5132 12741
252b5132 12742
d7040cdb 12743AR=${AR-ar}
252b5132 12744
d7040cdb
SE
12745if test -n "$ac_tool_prefix"; then
12746 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12747set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
12748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12749$as_echo_n "checking for $ac_word... " >&6; }
12750if test "${ac_cv_prog_RANLIB+set}" = set; then :
12751 $as_echo_n "(cached) " >&6
d7040cdb
SE
12752else
12753 if test -n "$RANLIB"; then
12754 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12755else
12756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12757for as_dir in $PATH
12758do
12759 IFS=$as_save_IFS
12760 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12761 for ac_exec_ext in '' $ac_executable_extensions; do
12762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12763 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 12764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12765 break 2
12766 fi
12767done
81ecdfbb
RW
12768 done
12769IFS=$as_save_IFS
252b5132 12770
d7040cdb
SE
12771fi
12772fi
12773RANLIB=$ac_cv_prog_RANLIB
12774if test -n "$RANLIB"; then
81ecdfbb
RW
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12776$as_echo "$RANLIB" >&6; }
d7040cdb 12777else
81ecdfbb
RW
12778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12779$as_echo "no" >&6; }
d7040cdb 12780fi
20e95c23 12781
81ecdfbb 12782
d7040cdb
SE
12783fi
12784if test -z "$ac_cv_prog_RANLIB"; then
12785 ac_ct_RANLIB=$RANLIB
12786 # Extract the first word of "ranlib", so it can be a program name with args.
12787set dummy ranlib; ac_word=$2
81ecdfbb
RW
12788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12789$as_echo_n "checking for $ac_word... " >&6; }
12790if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12791 $as_echo_n "(cached) " >&6
252b5132 12792else
d7040cdb
SE
12793 if test -n "$ac_ct_RANLIB"; then
12794 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12795else
12796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12797for as_dir in $PATH
12798do
12799 IFS=$as_save_IFS
12800 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12801 for ac_exec_ext in '' $ac_executable_extensions; do
12802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12803 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 12804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12805 break 2
12806 fi
12807done
81ecdfbb
RW
12808 done
12809IFS=$as_save_IFS
20e95c23 12810
d7040cdb
SE
12811fi
12812fi
12813ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12814if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12816$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 12817else
81ecdfbb
RW
12818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12819$as_echo "no" >&6; }
d7040cdb
SE
12820fi
12821
81ecdfbb
RW
12822 if test "x$ac_ct_RANLIB" = x; then
12823 RANLIB=":"
d7040cdb 12824 else
81ecdfbb
RW
12825 case $cross_compiling:$ac_tool_warned in
12826yes:)
12827{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12828$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12829ac_tool_warned=yes ;;
12830esac
12831 RANLIB=$ac_ct_RANLIB
d7040cdb 12832 fi
81ecdfbb
RW
12833else
12834 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 12835fi
d7040cdb 12836
d7040cdb
SE
12837
12838
12839# Put a plausible default for CC_FOR_BUILD in Makefile.
12840if test -z "$CC_FOR_BUILD"; then
12841 if test "x$cross_compiling" = "xno"; then
12842 CC_FOR_BUILD='$(CC)'
12843 else
12844 CC_FOR_BUILD=gcc
12845 fi
12846fi
20e95c23 12847
d7040cdb
SE
12848# Also set EXEEXT_FOR_BUILD.
12849if test "x$cross_compiling" = "xno"; then
12850 EXEEXT_FOR_BUILD='$(EXEEXT)'
12851else
81ecdfbb
RW
12852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12853$as_echo_n "checking for build system executable suffix... " >&6; }
12854if test "${bfd_cv_build_exeext+set}" = set; then :
12855 $as_echo_n "(cached) " >&6
d7040cdb
SE
12856else
12857 rm -f conftest*
12858 echo 'int main () { return 0; }' > conftest.c
12859 bfd_cv_build_exeext=
12860 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12861 for file in conftest.*; do
12862 case $file in
12863 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12864 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12865 esac
12866 done
12867 rm -f conftest*
12868 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 12869fi
81ecdfbb
RW
12870{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12871$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
12872 EXEEXT_FOR_BUILD=""
12873 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
12874fi
12875
12876
d7040cdb
SE
12877DEMANGLER_NAME=c++filt
12878case "${host}" in
12879 *-*-go32* | *-*-msdos*)
12880 DEMANGLER_NAME=cxxfilt
12881esac
8a965946
ILT
12882
12883
4c219c2e
AM
12884# The cast to long int works around a bug in the HP C Compiler
12885# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12886# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12887# This bug is HP SR number 8606223364.
12888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12889$as_echo_n "checking size of long... " >&6; }
12890if test "${ac_cv_sizeof_long+set}" = set; then :
12891 $as_echo_n "(cached) " >&6
12892else
12893 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12894
12895else
12896 if test "$ac_cv_type_long" = yes; then
12897 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12898$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12899{ as_fn_set_status 77
12900as_fn_error "cannot compute sizeof (long)
12901See \`config.log' for more details." "$LINENO" 5; }; }
12902 else
12903 ac_cv_sizeof_long=0
12904 fi
12905fi
12906
12907fi
12908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12909$as_echo "$ac_cv_sizeof_long" >&6; }
12910
12911
12912
12913cat >>confdefs.h <<_ACEOF
12914#define SIZEOF_LONG $ac_cv_sizeof_long
12915_ACEOF
12916
12917
12918ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12919if test "x$ac_cv_type_long_long" = x""yes; then :
12920
12921cat >>confdefs.h <<_ACEOF
12922#define HAVE_LONG_LONG 1
12923_ACEOF
12924
12925# The cast to long int works around a bug in the HP C Compiler
12926# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12927# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12928# This bug is HP SR number 8606223364.
12929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12930$as_echo_n "checking size of long long... " >&6; }
12931if test "${ac_cv_sizeof_long_long+set}" = set; then :
12932 $as_echo_n "(cached) " >&6
12933else
12934 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12935
12936else
12937 if test "$ac_cv_type_long_long" = yes; then
12938 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12939$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12940{ as_fn_set_status 77
12941as_fn_error "cannot compute sizeof (long long)
12942See \`config.log' for more details." "$LINENO" 5; }; }
12943 else
12944 ac_cv_sizeof_long_long=0
12945 fi
12946fi
12947
12948fi
12949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12950$as_echo "$ac_cv_sizeof_long_long" >&6; }
12951
12952
12953
12954cat >>confdefs.h <<_ACEOF
12955#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12956_ACEOF
12957
12958
12959fi
12960
12961
3bfcb652 12962for 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
12963do :
12964 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12965ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12966eval as_val=\$$as_ac_Header
12967 if test "x$as_val" = x""yes; then :
12968 cat >>confdefs.h <<_ACEOF
12969#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12970_ACEOF
42ecbf5e 12971
81ecdfbb 12972fi
42ecbf5e 12973
81ecdfbb 12974done
42ecbf5e 12975
81ecdfbb
RW
12976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12977$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12978if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12979 $as_echo_n "(cached) " >&6
42ecbf5e 12980else
81ecdfbb 12981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12982/* end confdefs.h. */
252b5132
RH
12983#include <sys/types.h>
12984#include <sys/wait.h>
12985#ifndef WEXITSTATUS
81ecdfbb 12986# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
12987#endif
12988#ifndef WIFEXITED
42ecbf5e 12989# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 12990#endif
42ecbf5e
DJ
12991
12992int
12993main ()
12994{
12995 int s;
12996 wait (&s);
12997 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12998 ;
12999 return 0;
13000}
13001_ACEOF
81ecdfbb 13002if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13003 ac_cv_header_sys_wait_h=yes
13004else
81ecdfbb 13005 ac_cv_header_sys_wait_h=no
252b5132 13006fi
81ecdfbb 13007rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 13008fi
81ecdfbb
RW
13009{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13010$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 13011if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 13012
81ecdfbb 13013$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
13014
13015fi
13016
df7b86aa
NC
13017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13018$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13019if test "${gcc_cv_header_string+set}" = set; then :
13020 $as_echo_n "(cached) " >&6
13021else
13022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13023/* end confdefs.h. */
13024#include <string.h>
13025#include <strings.h>
13026int
13027main ()
13028{
13029
13030 ;
13031 return 0;
13032}
13033_ACEOF
13034if ac_fn_c_try_compile "$LINENO"; then :
13035 gcc_cv_header_string=yes
13036else
13037 gcc_cv_header_string=no
13038fi
13039rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13040fi
13041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13042$as_echo "$gcc_cv_header_string" >&6; }
13043if test $gcc_cv_header_string = yes; then
13044
13045$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13046
13047fi
13048
252b5132
RH
13049# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13050# for constant arguments. Useless!
81ecdfbb
RW
13051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13052$as_echo_n "checking for working alloca.h... " >&6; }
13053if test "${ac_cv_working_alloca_h+set}" = set; then :
13054 $as_echo_n "(cached) " >&6
42ecbf5e 13055else
81ecdfbb 13056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13057/* end confdefs.h. */
252b5132 13058#include <alloca.h>
42ecbf5e
DJ
13059int
13060main ()
13061{
13062char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13063 if (p) return 0;
42ecbf5e
DJ
13064 ;
13065 return 0;
13066}
13067_ACEOF
81ecdfbb 13068if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
13069 ac_cv_working_alloca_h=yes
13070else
81ecdfbb 13071 ac_cv_working_alloca_h=no
42ecbf5e 13072fi
81ecdfbb
RW
13073rm -f core conftest.err conftest.$ac_objext \
13074 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 13075fi
81ecdfbb
RW
13076{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13077$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
13078if test $ac_cv_working_alloca_h = yes; then
13079
81ecdfbb 13080$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13081
13082fi
13083
81ecdfbb
RW
13084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13085$as_echo_n "checking for alloca... " >&6; }
13086if test "${ac_cv_func_alloca_works+set}" = set; then :
13087 $as_echo_n "(cached) " >&6
252b5132 13088else
81ecdfbb 13089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13090/* end confdefs.h. */
252b5132
RH
13091#ifdef __GNUC__
13092# define alloca __builtin_alloca
13093#else
13094# ifdef _MSC_VER
13095# include <malloc.h>
13096# define alloca _alloca
13097# else
81ecdfbb 13098# ifdef HAVE_ALLOCA_H
252b5132
RH
13099# include <alloca.h>
13100# else
13101# ifdef _AIX
13102 #pragma alloca
13103# else
13104# ifndef alloca /* predefined by HP cc +Olibcalls */
13105char *alloca ();
13106# endif
13107# endif
13108# endif
13109# endif
13110#endif
13111
42ecbf5e
DJ
13112int
13113main ()
13114{
13115char *p = (char *) alloca (1);
81ecdfbb 13116 if (p) return 0;
42ecbf5e
DJ
13117 ;
13118 return 0;
13119}
13120_ACEOF
81ecdfbb 13121if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13122 ac_cv_func_alloca_works=yes
13123else
81ecdfbb 13124 ac_cv_func_alloca_works=no
252b5132 13125fi
81ecdfbb
RW
13126rm -f core conftest.err conftest.$ac_objext \
13127 conftest$ac_exeext conftest.$ac_ext
252b5132 13128fi
81ecdfbb
RW
13129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13130$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13131
252b5132 13132if test $ac_cv_func_alloca_works = yes; then
e5a52504 13133
81ecdfbb 13134$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 13135
42ecbf5e 13136else
d15b04bd 13137 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
13138# that cause trouble. Some versions do not even contain alloca or
13139# contain a buggy version. If you still want to use their alloca,
13140# use ar to extract alloca.o from them instead of compiling alloca.c.
13141
81ecdfbb 13142ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 13143
81ecdfbb 13144$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
13145
13146
81ecdfbb
RW
13147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13148$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13149if test "${ac_cv_os_cray+set}" = set; then :
13150 $as_echo_n "(cached) " >&6
252b5132 13151else
81ecdfbb 13152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13153/* end confdefs.h. */
81ecdfbb 13154#if defined CRAY && ! defined CRAY2
252b5132
RH
13155webecray
13156#else
13157wenotbecray
13158#endif
13159
42ecbf5e 13160_ACEOF
252b5132 13161if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13162 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13163 ac_cv_os_cray=yes
13164else
252b5132
RH
13165 ac_cv_os_cray=no
13166fi
13167rm -f conftest*
13168
13169fi
81ecdfbb
RW
13170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13171$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 13172if test $ac_cv_os_cray = yes; then
42ecbf5e 13173 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13174 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13175ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13176eval as_val=\$$as_ac_var
13177 if test "x$as_val" = x""yes; then :
42ecbf5e
DJ
13178
13179cat >>confdefs.h <<_ACEOF
252b5132 13180#define CRAY_STACKSEG_END $ac_func
42ecbf5e 13181_ACEOF
252b5132 13182
42ecbf5e 13183 break
252b5132
RH
13184fi
13185
42ecbf5e 13186 done
252b5132
RH
13187fi
13188
81ecdfbb
RW
13189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13190$as_echo_n "checking stack direction for C alloca... " >&6; }
13191if test "${ac_cv_c_stack_direction+set}" = set; then :
13192 $as_echo_n "(cached) " >&6
252b5132 13193else
81ecdfbb 13194 if test "$cross_compiling" = yes; then :
252b5132
RH
13195 ac_cv_c_stack_direction=0
13196else
81ecdfbb 13197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13198/* end confdefs.h. */
81ecdfbb 13199$ac_includes_default
42ecbf5e 13200int
252b5132
RH
13201find_stack_direction ()
13202{
13203 static char *addr = 0;
13204 auto char dummy;
13205 if (addr == 0)
13206 {
13207 addr = &dummy;
13208 return find_stack_direction ();
13209 }
13210 else
13211 return (&dummy > addr) ? 1 : -1;
13212}
42ecbf5e
DJ
13213
13214int
252b5132
RH
13215main ()
13216{
81ecdfbb 13217 return find_stack_direction () < 0;
252b5132 13218}
42ecbf5e 13219_ACEOF
81ecdfbb 13220if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13221 ac_cv_c_stack_direction=1
13222else
81ecdfbb 13223 ac_cv_c_stack_direction=-1
252b5132 13224fi
81ecdfbb
RW
13225rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13226 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
13227fi
13228
81ecdfbb
RW
13229fi
13230{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13231$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 13232cat >>confdefs.h <<_ACEOF
252b5132 13233#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
13234_ACEOF
13235
252b5132
RH
13236
13237fi
13238
44350750 13239for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
81ecdfbb
RW
13240do :
13241 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13242ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13243eval as_val=\$$as_ac_var
13244 if test "x$as_val" = x""yes; then :
13245 cat >>confdefs.h <<_ACEOF
13246#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13247_ACEOF
42ecbf5e 13248
81ecdfbb
RW
13249fi
13250done
42ecbf5e 13251
81ecdfbb
RW
13252ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13253if test "x$ac_cv_func_mkstemp" = x""yes; then :
42ecbf5e 13254
81ecdfbb 13255$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 13256
81ecdfbb 13257fi
42ecbf5e 13258
81ecdfbb
RW
13259ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13260if test "x$ac_cv_func_mkdtemp" = x""yes; then :
42ecbf5e 13261
81ecdfbb 13262$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 13263
81ecdfbb 13264fi
d15b04bd 13265
3bfcb652
NC
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13267$as_echo_n "checking for mbstate_t... " >&6; }
13268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13269/* end confdefs.h. */
13270#include <wchar.h>
13271int
13272main ()
13273{
13274mbstate_t teststate;
13275 ;
13276 return 0;
13277}
13278_ACEOF
13279if ac_fn_c_try_compile "$LINENO"; then :
13280 have_mbstate_t=yes
13281else
13282 have_mbstate_t=no
13283fi
13284rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13286$as_echo "$have_mbstate_t" >&6; }
13287 if test x"$have_mbstate_t" = xyes; then
13288
13289$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13290
13291 fi
d15b04bd 13292
81ecdfbb
RW
13293# Some systems have frexp only in -lm, not in -lc.
13294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13295$as_echo_n "checking for library containing frexp... " >&6; }
13296if test "${ac_cv_search_frexp+set}" = set; then :
13297 $as_echo_n "(cached) " >&6
f9c026a8 13298else
81ecdfbb
RW
13299 ac_func_search_save_LIBS=$LIBS
13300cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 13301/* end confdefs.h. */
f9c026a8 13302
81ecdfbb
RW
13303/* Override any GCC internal prototype to avoid an error.
13304 Use char because int might match the return type of a GCC
f9c026a8 13305 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
13306#ifdef __cplusplus
13307extern "C"
13308#endif
42ecbf5e
DJ
13309char frexp ();
13310int
13311main ()
13312{
81ecdfbb 13313return frexp ();
42ecbf5e
DJ
13314 ;
13315 return 0;
13316}
13317_ACEOF
81ecdfbb
RW
13318for ac_lib in '' m; do
13319 if test -z "$ac_lib"; then
13320 ac_res="none required"
13321 else
13322 ac_res=-l$ac_lib
42ecbf5e 13323 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
13324 fi
13325 if ac_fn_c_try_link "$LINENO"; then :
13326 ac_cv_search_frexp=$ac_res
13327fi
13328rm -f core conftest.err conftest.$ac_objext \
13329 conftest$ac_exeext
13330 if test "${ac_cv_search_frexp+set}" = set; then :
13331 break
13332fi
13333done
13334if test "${ac_cv_search_frexp+set}" = set; then :
42ecbf5e 13335
f353eb8a 13336else
81ecdfbb 13337 ac_cv_search_frexp=no
e5a52504 13338fi
81ecdfbb 13339rm conftest.$ac_ext
42ecbf5e
DJ
13340LIBS=$ac_func_search_save_LIBS
13341fi
81ecdfbb
RW
13342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13343$as_echo "$ac_cv_search_frexp" >&6; }
13344ac_res=$ac_cv_search_frexp
13345if test "$ac_res" != no; then :
13346 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 13347
f353eb8a
ILT
13348fi
13349
42ecbf5e 13350
44350750
NC
13351
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13353$as_echo_n "checking for LC_MESSAGES... " >&6; }
13354if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13355 $as_echo_n "(cached) " >&6
13356else
13357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13358/* end confdefs.h. */
13359#include <locale.h>
13360int
13361main ()
13362{
13363return LC_MESSAGES
13364 ;
13365 return 0;
13366}
13367_ACEOF
13368if ac_fn_c_try_link "$LINENO"; then :
13369 am_cv_val_LC_MESSAGES=yes
13370else
13371 am_cv_val_LC_MESSAGES=no
13372fi
13373rm -f core conftest.err conftest.$ac_objext \
13374 conftest$ac_exeext conftest.$ac_ext
13375fi
13376{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13377$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13378 if test $am_cv_val_LC_MESSAGES = yes; then
13379
13380$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13381
13382 fi
13383
13384
81ecdfbb
RW
13385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13386$as_echo_n "checking for time_t in time.h... " >&6; }
13387if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13388 $as_echo_n "(cached) " >&6
252b5132 13389else
81ecdfbb 13390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13391/* end confdefs.h. */
252b5132 13392#include <time.h>
42ecbf5e
DJ
13393int
13394main ()
13395{
252b5132 13396time_t i;
42ecbf5e
DJ
13397 ;
13398 return 0;
13399}
13400_ACEOF
81ecdfbb 13401if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13402 bu_cv_decl_time_t_time_h=yes
13403else
81ecdfbb 13404 bu_cv_decl_time_t_time_h=no
252b5132 13405fi
81ecdfbb 13406rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13407fi
13408
81ecdfbb
RW
13409{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13410$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 13411if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 13412
81ecdfbb 13413$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
13414
13415fi
13416
81ecdfbb
RW
13417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13418$as_echo_n "checking for time_t in sys/types.h... " >&6; }
13419if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13420 $as_echo_n "(cached) " >&6
252b5132 13421else
81ecdfbb 13422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13423/* end confdefs.h. */
252b5132 13424#include <sys/types.h>
42ecbf5e
DJ
13425int
13426main ()
13427{
252b5132 13428time_t i;
42ecbf5e
DJ
13429 ;
13430 return 0;
13431}
13432_ACEOF
81ecdfbb 13433if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13434 bu_cv_decl_time_t_types_h=yes
13435else
81ecdfbb 13436 bu_cv_decl_time_t_types_h=no
252b5132 13437fi
81ecdfbb 13438rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13439fi
13440
81ecdfbb
RW
13441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13442$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 13443if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 13444
81ecdfbb 13445$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
13446
13447fi
13448
81ecdfbb
RW
13449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13450$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13451if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13452 $as_echo_n "(cached) " >&6
e46eba98 13453else
81ecdfbb 13454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13455/* end confdefs.h. */
e46eba98 13456#include <unistd.h>
42ecbf5e
DJ
13457int
13458main ()
13459{
e46eba98 13460extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
13461 ;
13462 return 0;
13463}
13464_ACEOF
81ecdfbb 13465if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
13466 bu_cv_decl_getopt_unistd_h=yes
13467else
81ecdfbb 13468 bu_cv_decl_getopt_unistd_h=no
e46eba98 13469fi
81ecdfbb 13470rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
13471fi
13472
81ecdfbb
RW
13473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13474$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 13475if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 13476
81ecdfbb 13477$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
13478
13479fi
13480
252b5132
RH
13481# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13482# by default.
81ecdfbb
RW
13483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13484$as_echo_n "checking for utime.h... " >&6; }
13485if test "${bu_cv_header_utime_h+set}" = set; then :
13486 $as_echo_n "(cached) " >&6
42ecbf5e 13487else
81ecdfbb 13488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13489/* end confdefs.h. */
252b5132
RH
13490#include <sys/types.h>
13491#ifdef HAVE_TIME_H
13492#include <time.h>
13493#endif
13494#include <utime.h>
42ecbf5e
DJ
13495int
13496main ()
13497{
252b5132 13498struct utimbuf s;
42ecbf5e
DJ
13499 ;
13500 return 0;
13501}
13502_ACEOF
81ecdfbb 13503if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13504 bu_cv_header_utime_h=yes
13505else
81ecdfbb 13506 bu_cv_header_utime_h=no
252b5132 13507fi
81ecdfbb 13508rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13509fi
13510
81ecdfbb
RW
13511{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13512$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 13513if test $bu_cv_header_utime_h = yes; then
42ecbf5e 13514
81ecdfbb 13515$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
13516
13517fi
13518
1f5345a6
ST
13519ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13520if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
13521 ac_have_decl=1
13522else
13523 ac_have_decl=0
13524fi
13525
13526cat >>confdefs.h <<_ACEOF
13527#define HAVE_DECL_ASPRINTF $ac_have_decl
13528_ACEOF
952781e8
AM
13529ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13530if test "x$ac_cv_have_decl_environ" = x""yes; then :
13531 ac_have_decl=1
13532else
13533 ac_have_decl=0
13534fi
13535
13536cat >>confdefs.h <<_ACEOF
13537#define HAVE_DECL_ENVIRON $ac_have_decl
13538_ACEOF
81ecdfbb
RW
13539ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13540if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13541 ac_have_decl=1
252b5132 13542else
81ecdfbb
RW
13543 ac_have_decl=0
13544fi
398ee8f1 13545
81ecdfbb
RW
13546cat >>confdefs.h <<_ACEOF
13547#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 13548_ACEOF
952781e8
AM
13549ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13550if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
81ecdfbb 13551 ac_have_decl=1
252b5132 13552else
81ecdfbb 13553 ac_have_decl=0
252b5132 13554fi
252b5132 13555
398ee8f1 13556cat >>confdefs.h <<_ACEOF
952781e8 13557#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 13558_ACEOF
952781e8
AM
13559ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13560if test "x$ac_cv_have_decl_getenv" = x""yes; then :
81ecdfbb 13561 ac_have_decl=1
398ee8f1 13562else
81ecdfbb
RW
13563 ac_have_decl=0
13564fi
3e321448
L
13565
13566cat >>confdefs.h <<_ACEOF
952781e8 13567#define HAVE_DECL_GETENV $ac_have_decl
42ecbf5e 13568_ACEOF
81ecdfbb
RW
13569ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13570if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13571 ac_have_decl=1
252b5132 13572else
81ecdfbb 13573 ac_have_decl=0
252b5132 13574fi
252b5132 13575
398ee8f1 13576cat >>confdefs.h <<_ACEOF
81ecdfbb 13577#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 13578_ACEOF
952781e8
AM
13579ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13580if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
81ecdfbb 13581 ac_have_decl=1
398ee8f1 13582else
81ecdfbb 13583 ac_have_decl=0
398ee8f1 13584fi
252b5132 13585
398ee8f1 13586cat >>confdefs.h <<_ACEOF
952781e8 13587#define HAVE_DECL_SNPRINTF $ac_have_decl
398ee8f1 13588_ACEOF
952781e8
AM
13589ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13590if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
81ecdfbb 13591 ac_have_decl=1
398ee8f1 13592else
81ecdfbb 13593 ac_have_decl=0
398ee8f1 13594fi
252b5132 13595
398ee8f1 13596cat >>confdefs.h <<_ACEOF
952781e8 13597#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 13598_ACEOF
952781e8
AM
13599ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13600if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
81ecdfbb 13601 ac_have_decl=1
b7d4af3a 13602else
81ecdfbb 13603 ac_have_decl=0
b7d4af3a 13604fi
b7d4af3a
JW
13605
13606cat >>confdefs.h <<_ACEOF
952781e8 13607#define HAVE_DECL_STRNLEN $ac_have_decl
b7d4af3a 13608_ACEOF
952781e8
AM
13609ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13610if test "x$ac_cv_have_decl_strstr" = x""yes; then :
81ecdfbb 13611 ac_have_decl=1
b7d4af3a 13612else
81ecdfbb 13613 ac_have_decl=0
db50c840 13614fi
db50c840
EB
13615
13616cat >>confdefs.h <<_ACEOF
952781e8 13617#define HAVE_DECL_STRSTR $ac_have_decl
db50c840 13618_ACEOF
81ecdfbb
RW
13619ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13620if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13621 ac_have_decl=1
db50c840 13622else
81ecdfbb 13623 ac_have_decl=0
db50c840 13624fi
db50c840
EB
13625
13626cat >>confdefs.h <<_ACEOF
81ecdfbb 13627#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
13628_ACEOF
13629
13630
ed2b5077
L
13631# Link in zlib if we can. This allows us to read compressed debug
13632# sections. This is used only by readelf.c (objdump uses bfd for
13633# reading compressed sections).
13634
13635 # Use the system's zlib library.
39f3de7c
L
13636 zlibdir="-L\$(top_builddir)/../zlib"
13637 zlibinc="-I\$(top_srcdir)/../zlib"
52546677 13638
0ee42ecd
L
13639# Check whether --with-system-zlib was given.
13640if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13641 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13642 zlibdir=
13643 zlibinc=
13644 fi
52546677 13645
52546677
RM
13646fi
13647
13648
52546677 13649
1b315056 13650
252b5132 13651
ed2b5077 13652
252b5132 13653case "${host}" in
8a965946 13654*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 13655
81ecdfbb 13656$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
13657 ;;
13658esac
13659
13660# target-specific stuff:
13661
13662# Canonicalize the secondary target names.
13663if test -n "$enable_targets"; then
13664 for targ in `echo $enable_targets | sed 's/,/ /g'`
13665 do
6d83c84b 13666 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
13667 if test -n "$result"; then
13668 canon_targets="$canon_targets $result"
13669 else
13670 # Allow targets that config.sub doesn't recognize, like "all".
13671 canon_targets="$canon_targets $targ"
13672 fi
13673 done
13674fi
13675
81ecdfbb
RW
13676ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13677if test "x$ac_cv_header_iconv_h" = x""yes; then :
5ba684e2
NC
13678
13679fi
13680
13681
13682
13683 if test "X$prefix" = "XNONE"; then
13684 acl_final_prefix="$ac_default_prefix"
13685 else
13686 acl_final_prefix="$prefix"
13687 fi
13688 if test "X$exec_prefix" = "XNONE"; then
13689 acl_final_exec_prefix='${prefix}'
13690 else
13691 acl_final_exec_prefix="$exec_prefix"
13692 fi
13693 acl_save_prefix="$prefix"
13694 prefix="$acl_final_prefix"
13695 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13696 prefix="$acl_save_prefix"
13697
13698
81ecdfbb
RW
13699# Check whether --with-gnu-ld was given.
13700if test "${with_gnu_ld+set}" = set; then :
13701 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
13702else
13703 with_gnu_ld=no
81ecdfbb
RW
13704fi
13705
5ba684e2
NC
13706# Prepare PATH_SEPARATOR.
13707# The user is always right.
13708if test "${PATH_SEPARATOR+set}" != set; then
13709 echo "#! /bin/sh" >conf$$.sh
13710 echo "exit 0" >>conf$$.sh
13711 chmod +x conf$$.sh
13712 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13713 PATH_SEPARATOR=';'
13714 else
13715 PATH_SEPARATOR=:
13716 fi
13717 rm -f conf$$.sh
13718fi
13719ac_prog=ld
13720if test "$GCC" = yes; then
13721 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13723$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
13724 case $host in
13725 *-*-mingw*)
13726 # gcc leaves a trailing carriage return which upsets mingw
13727 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13728 *)
13729 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13730 esac
13731 case $ac_prog in
13732 # Accept absolute paths.
13733 [\\/]* | [A-Za-z]:[\\/]*)
13734 re_direlt='/[^/][^/]*/\.\./'
13735 # Canonicalize the path of ld
13736 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13737 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13738 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13739 done
13740 test -z "$LD" && LD="$ac_prog"
13741 ;;
13742 "")
13743 # If it fails, then pretend we aren't using GCC.
13744 ac_prog=ld
13745 ;;
13746 *)
13747 # If it is relative, then search for the first ld in PATH.
13748 with_gnu_ld=unknown
13749 ;;
13750 esac
13751elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13753$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 13754else
81ecdfbb
RW
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13756$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 13757fi
81ecdfbb
RW
13758if test "${acl_cv_path_LD+set}" = set; then :
13759 $as_echo_n "(cached) " >&6
5ba684e2
NC
13760else
13761 if test -z "$LD"; then
13762 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13763 for ac_dir in $PATH; do
13764 test -z "$ac_dir" && ac_dir=.
13765 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13766 acl_cv_path_LD="$ac_dir/$ac_prog"
13767 # Check to see if the program is GNU ld. I'd rather use --version,
13768 # but apparently some GNU ld's only accept -v.
13769 # Break only if it was the GNU/non-GNU ld that we prefer.
13770 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13771 test "$with_gnu_ld" != no && break
13772 else
13773 test "$with_gnu_ld" != yes && break
13774 fi
13775 fi
13776 done
13777 IFS="$ac_save_ifs"
13778else
13779 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13780fi
13781fi
13782
13783LD="$acl_cv_path_LD"
13784if test -n "$LD"; then
81ecdfbb
RW
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13786$as_echo "$LD" >&6; }
5ba684e2 13787else
81ecdfbb
RW
13788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13789$as_echo "no" >&6; }
5ba684e2 13790fi
81ecdfbb
RW
13791test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13793$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13794if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13795 $as_echo_n "(cached) " >&6
5ba684e2
NC
13796else
13797 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13798if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13799 acl_cv_prog_gnu_ld=yes
13800else
13801 acl_cv_prog_gnu_ld=no
13802fi
13803fi
81ecdfbb
RW
13804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13805$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
13806with_gnu_ld=$acl_cv_prog_gnu_ld
13807
13808
13809
81ecdfbb
RW
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13811$as_echo_n "checking for shared library run path origin... " >&6; }
13812if test "${acl_cv_rpath+set}" = set; then :
13813 $as_echo_n "(cached) " >&6
5ba684e2
NC
13814else
13815
13816 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13817 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13818 . ./conftest.sh
13819 rm -f ./conftest.sh
13820 acl_cv_rpath=done
13821
13822fi
81ecdfbb
RW
13823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13824$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
13825 wl="$acl_cv_wl"
13826 libext="$acl_cv_libext"
13827 shlibext="$acl_cv_shlibext"
13828 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13829 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13830 hardcode_direct="$acl_cv_hardcode_direct"
13831 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
13832 # Check whether --enable-rpath was given.
13833if test "${enable_rpath+set}" = set; then :
13834 enableval=$enable_rpath; :
5ba684e2
NC
13835else
13836 enable_rpath=yes
81ecdfbb
RW
13837fi
13838
5ba684e2
NC
13839
13840
13841
13842
13843
13844
13845
13846 use_additional=yes
13847
13848 acl_save_prefix="$prefix"
13849 prefix="$acl_final_prefix"
13850 acl_save_exec_prefix="$exec_prefix"
13851 exec_prefix="$acl_final_exec_prefix"
13852
13853 eval additional_includedir=\"$includedir\"
13854 eval additional_libdir=\"$libdir\"
13855
13856 exec_prefix="$acl_save_exec_prefix"
13857 prefix="$acl_save_prefix"
13858
13859
81ecdfbb
RW
13860# Check whether --with-libiconv-prefix was given.
13861if test "${with_libiconv_prefix+set}" = set; then :
13862 withval=$with_libiconv_prefix;
5ba684e2
NC
13863 if test "X$withval" = "Xno"; then
13864 use_additional=no
13865 else
13866 if test "X$withval" = "X"; then
13867
13868 acl_save_prefix="$prefix"
13869 prefix="$acl_final_prefix"
13870 acl_save_exec_prefix="$exec_prefix"
13871 exec_prefix="$acl_final_exec_prefix"
13872
13873 eval additional_includedir=\"$includedir\"
13874 eval additional_libdir=\"$libdir\"
13875
13876 exec_prefix="$acl_save_exec_prefix"
13877 prefix="$acl_save_prefix"
13878
13879 else
13880 additional_includedir="$withval/include"
13881 additional_libdir="$withval/lib"
13882 fi
13883 fi
13884
81ecdfbb
RW
13885fi
13886
5ba684e2
NC
13887 LIBICONV=
13888 LTLIBICONV=
13889 INCICONV=
13890 rpathdirs=
13891 ltrpathdirs=
13892 names_already_handled=
13893 names_next_round='iconv '
13894 while test -n "$names_next_round"; do
13895 names_this_round="$names_next_round"
13896 names_next_round=
13897 for name in $names_this_round; do
13898 already_handled=
13899 for n in $names_already_handled; do
13900 if test "$n" = "$name"; then
13901 already_handled=yes
13902 break
13903 fi
13904 done
13905 if test -z "$already_handled"; then
13906 names_already_handled="$names_already_handled $name"
13907 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13908 eval value=\"\$HAVE_LIB$uppername\"
13909 if test -n "$value"; then
13910 if test "$value" = yes; then
13911 eval value=\"\$LIB$uppername\"
13912 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13913 eval value=\"\$LTLIB$uppername\"
13914 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13915 else
13916 :
13917 fi
13918 else
13919 found_dir=
13920 found_la=
13921 found_so=
13922 found_a=
13923 if test $use_additional = yes; then
13924 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13925 found_dir="$additional_libdir"
13926 found_so="$additional_libdir/lib$name.$shlibext"
13927 if test -f "$additional_libdir/lib$name.la"; then
13928 found_la="$additional_libdir/lib$name.la"
13929 fi
13930 else
13931 if test -f "$additional_libdir/lib$name.$libext"; then
13932 found_dir="$additional_libdir"
13933 found_a="$additional_libdir/lib$name.$libext"
13934 if test -f "$additional_libdir/lib$name.la"; then
13935 found_la="$additional_libdir/lib$name.la"
13936 fi
13937 fi
13938 fi
13939 fi
13940 if test "X$found_dir" = "X"; then
13941 for x in $LDFLAGS $LTLIBICONV; do
13942
13943 acl_save_prefix="$prefix"
13944 prefix="$acl_final_prefix"
13945 acl_save_exec_prefix="$exec_prefix"
13946 exec_prefix="$acl_final_exec_prefix"
13947 eval x=\"$x\"
13948 exec_prefix="$acl_save_exec_prefix"
13949 prefix="$acl_save_prefix"
13950
13951 case "$x" in
13952 -L*)
13953 dir=`echo "X$x" | sed -e 's/^X-L//'`
13954 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13955 found_dir="$dir"
13956 found_so="$dir/lib$name.$shlibext"
13957 if test -f "$dir/lib$name.la"; then
13958 found_la="$dir/lib$name.la"
13959 fi
13960 else
13961 if test -f "$dir/lib$name.$libext"; then
13962 found_dir="$dir"
13963 found_a="$dir/lib$name.$libext"
13964 if test -f "$dir/lib$name.la"; then
13965 found_la="$dir/lib$name.la"
13966 fi
13967 fi
13968 fi
13969 ;;
13970 esac
13971 if test "X$found_dir" != "X"; then
13972 break
13973 fi
13974 done
13975 fi
13976 if test "X$found_dir" != "X"; then
13977 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13978 if test "X$found_so" != "X"; then
13979 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13980 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13981 else
13982 haveit=
13983 for x in $ltrpathdirs; do
13984 if test "X$x" = "X$found_dir"; then
13985 haveit=yes
13986 break
13987 fi
13988 done
13989 if test -z "$haveit"; then
13990 ltrpathdirs="$ltrpathdirs $found_dir"
13991 fi
13992 if test "$hardcode_direct" = yes; then
13993 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13994 else
13995 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13996 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13997 haveit=
13998 for x in $rpathdirs; do
13999 if test "X$x" = "X$found_dir"; then
14000 haveit=yes
14001 break
14002 fi
14003 done
14004 if test -z "$haveit"; then
14005 rpathdirs="$rpathdirs $found_dir"
14006 fi
14007 else
14008 haveit=
14009 for x in $LDFLAGS $LIBICONV; do
14010
14011 acl_save_prefix="$prefix"
14012 prefix="$acl_final_prefix"
14013 acl_save_exec_prefix="$exec_prefix"
14014 exec_prefix="$acl_final_exec_prefix"
14015 eval x=\"$x\"
14016 exec_prefix="$acl_save_exec_prefix"
14017 prefix="$acl_save_prefix"
14018
14019 if test "X$x" = "X-L$found_dir"; then
14020 haveit=yes
14021 break
14022 fi
14023 done
14024 if test -z "$haveit"; then
14025 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14026 fi
14027 if test "$hardcode_minus_L" != no; then
14028 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14029 else
14030 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14031 fi
14032 fi
14033 fi
14034 fi
14035 else
14036 if test "X$found_a" != "X"; then
14037 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14038 else
14039 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14040 fi
14041 fi
14042 additional_includedir=
14043 case "$found_dir" in
14044 */lib | */lib/)
14045 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14046 additional_includedir="$basedir/include"
14047 ;;
14048 esac
14049 if test "X$additional_includedir" != "X"; then
14050 if test "X$additional_includedir" != "X/usr/include"; then
14051 haveit=
14052 if test "X$additional_includedir" = "X/usr/local/include"; then
14053 if test -n "$GCC"; then
14054 case $host_os in
14055 linux*) haveit=yes;;
14056 esac
14057 fi
14058 fi
14059 if test -z "$haveit"; then
14060 for x in $CPPFLAGS $INCICONV; do
14061
14062 acl_save_prefix="$prefix"
14063 prefix="$acl_final_prefix"
14064 acl_save_exec_prefix="$exec_prefix"
14065 exec_prefix="$acl_final_exec_prefix"
14066 eval x=\"$x\"
14067 exec_prefix="$acl_save_exec_prefix"
14068 prefix="$acl_save_prefix"
14069
14070 if test "X$x" = "X-I$additional_includedir"; then
14071 haveit=yes
14072 break
14073 fi
14074 done
14075 if test -z "$haveit"; then
14076 if test -d "$additional_includedir"; then
14077 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14078 fi
14079 fi
14080 fi
14081 fi
14082 fi
14083 if test -n "$found_la"; then
14084 save_libdir="$libdir"
14085 case "$found_la" in
14086 */* | *\\*) . "$found_la" ;;
14087 *) . "./$found_la" ;;
14088 esac
14089 libdir="$save_libdir"
14090 for dep in $dependency_libs; do
14091 case "$dep" in
14092 -L*)
14093 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14094 if test "X$additional_libdir" != "X/usr/lib"; then
14095 haveit=
14096 if test "X$additional_libdir" = "X/usr/local/lib"; then
14097 if test -n "$GCC"; then
14098 case $host_os in
14099 linux*) haveit=yes;;
14100 esac
14101 fi
14102 fi
14103 if test -z "$haveit"; then
14104 haveit=
14105 for x in $LDFLAGS $LIBICONV; do
14106
14107 acl_save_prefix="$prefix"
14108 prefix="$acl_final_prefix"
14109 acl_save_exec_prefix="$exec_prefix"
14110 exec_prefix="$acl_final_exec_prefix"
14111 eval x=\"$x\"
14112 exec_prefix="$acl_save_exec_prefix"
14113 prefix="$acl_save_prefix"
14114
14115 if test "X$x" = "X-L$additional_libdir"; then
14116 haveit=yes
14117 break
14118 fi
14119 done
14120 if test -z "$haveit"; then
14121 if test -d "$additional_libdir"; then
14122 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14123 fi
14124 fi
14125 haveit=
14126 for x in $LDFLAGS $LTLIBICONV; do
14127
14128 acl_save_prefix="$prefix"
14129 prefix="$acl_final_prefix"
14130 acl_save_exec_prefix="$exec_prefix"
14131 exec_prefix="$acl_final_exec_prefix"
14132 eval x=\"$x\"
14133 exec_prefix="$acl_save_exec_prefix"
14134 prefix="$acl_save_prefix"
14135
14136 if test "X$x" = "X-L$additional_libdir"; then
14137 haveit=yes
14138 break
14139 fi
14140 done
14141 if test -z "$haveit"; then
14142 if test -d "$additional_libdir"; then
14143 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14144 fi
14145 fi
14146 fi
14147 fi
14148 ;;
14149 -R*)
14150 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14151 if test "$enable_rpath" != no; then
14152 haveit=
14153 for x in $rpathdirs; do
14154 if test "X$x" = "X$dir"; then
14155 haveit=yes
14156 break
14157 fi
14158 done
14159 if test -z "$haveit"; then
14160 rpathdirs="$rpathdirs $dir"
14161 fi
14162 haveit=
14163 for x in $ltrpathdirs; do
14164 if test "X$x" = "X$dir"; then
14165 haveit=yes
14166 break
14167 fi
14168 done
14169 if test -z "$haveit"; then
14170 ltrpathdirs="$ltrpathdirs $dir"
14171 fi
14172 fi
14173 ;;
14174 -l*)
14175 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14176 ;;
14177 *.la)
14178 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14179 ;;
14180 *)
14181 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14182 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14183 ;;
14184 esac
14185 done
14186 fi
14187 else
14188 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14189 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14190 fi
14191 fi
14192 fi
14193 done
14194 done
14195 if test "X$rpathdirs" != "X"; then
14196 if test -n "$hardcode_libdir_separator"; then
14197 alldirs=
14198 for found_dir in $rpathdirs; do
14199 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14200 done
14201 acl_save_libdir="$libdir"
14202 libdir="$alldirs"
14203 eval flag=\"$hardcode_libdir_flag_spec\"
14204 libdir="$acl_save_libdir"
14205 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14206 else
14207 for found_dir in $rpathdirs; do
14208 acl_save_libdir="$libdir"
14209 libdir="$found_dir"
14210 eval flag=\"$hardcode_libdir_flag_spec\"
14211 libdir="$acl_save_libdir"
14212 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14213 done
14214 fi
14215 fi
14216 if test "X$ltrpathdirs" != "X"; then
14217 for found_dir in $ltrpathdirs; do
14218 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14219 done
14220 fi
14221
14222
14223
14224
14225
14226
14227
81ecdfbb
RW
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14229$as_echo_n "checking for iconv... " >&6; }
14230if test "${am_cv_func_iconv+set}" = set; then :
14231 $as_echo_n "(cached) " >&6
5ba684e2
NC
14232else
14233
14234 am_cv_func_iconv="no, consider installing GNU libiconv"
14235 am_cv_lib_iconv=no
cfe101c6
YS
14236 am_save_CPPFLAGS="$CPPFLAGS"
14237 CPPFLAGS="$CPPFLAGS $INCICONV"
81ecdfbb 14238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14239/* end confdefs.h. */
14240#include <stdlib.h>
14241#include <iconv.h>
14242int
14243main ()
14244{
14245iconv_t cd = iconv_open("","");
14246 iconv(cd,NULL,NULL,NULL,NULL);
14247 iconv_close(cd);
14248 ;
14249 return 0;
14250}
14251_ACEOF
81ecdfbb 14252if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 14253 am_cv_func_iconv=yes
5ba684e2 14254fi
81ecdfbb
RW
14255rm -f core conftest.err conftest.$ac_objext \
14256 conftest$ac_exeext conftest.$ac_ext
cfe101c6
YS
14257 CPPFLAGS="$am_save_CPPFLAGS"
14258
14259 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14260 for _libs in .libs _libs; do
14261 am_save_CPPFLAGS="$CPPFLAGS"
14262 am_save_LIBS="$LIBS"
14263 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14264 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14266/* end confdefs.h. */
14267#include <stdlib.h>
14268#include <iconv.h>
14269int
14270main ()
14271{
14272iconv_t cd = iconv_open("","");
14273 iconv(cd,NULL,NULL,NULL,NULL);
14274 iconv_close(cd);
14275 ;
14276 return 0;
14277}
14278_ACEOF
14279if ac_fn_c_try_link "$LINENO"; then :
14280 INCICONV="-I../libiconv/include"
14281 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14282 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14283 am_cv_lib_iconv=yes
14284 am_cv_func_iconv=yes
14285fi
14286rm -f core conftest.err conftest.$ac_objext \
14287 conftest$ac_exeext conftest.$ac_ext
14288 CPPFLAGS="$am_save_CPPFLAGS"
14289 LIBS="$am_save_LIBS"
14290 if test "$am_cv_func_iconv" = "yes"; then
14291 break
14292 fi
14293 done
14294 fi
14295
5ba684e2 14296 if test "$am_cv_func_iconv" != yes; then
cfe101c6 14297 am_save_CPPFLAGS="$CPPFLAGS"
5ba684e2 14298 am_save_LIBS="$LIBS"
cfe101c6 14299 CPPFLAGS="$LIBS $INCICONV"
5ba684e2 14300 LIBS="$LIBS $LIBICONV"
81ecdfbb 14301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14302/* end confdefs.h. */
14303#include <stdlib.h>
14304#include <iconv.h>
14305int
14306main ()
14307{
14308iconv_t cd = iconv_open("","");
14309 iconv(cd,NULL,NULL,NULL,NULL);
14310 iconv_close(cd);
14311 ;
14312 return 0;
14313}
14314_ACEOF
81ecdfbb 14315if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
14316 am_cv_lib_iconv=yes
14317 am_cv_func_iconv=yes
5ba684e2 14318fi
81ecdfbb
RW
14319rm -f core conftest.err conftest.$ac_objext \
14320 conftest$ac_exeext conftest.$ac_ext
cfe101c6 14321 CPPFLAGS="$am_save_CPPFLAGS"
5ba684e2
NC
14322 LIBS="$am_save_LIBS"
14323 fi
14324
14325fi
81ecdfbb
RW
14326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14327$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
14328 if test "$am_cv_func_iconv" = yes; then
14329
81ecdfbb 14330$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
14331
14332 fi
14333 if test "$am_cv_lib_iconv" = yes; then
cfe101c6
YS
14334
14335 for element in $INCICONV; do
14336 haveit=
14337 for x in $CPPFLAGS; do
14338
14339 acl_save_prefix="$prefix"
14340 prefix="$acl_final_prefix"
14341 acl_save_exec_prefix="$exec_prefix"
14342 exec_prefix="$acl_final_exec_prefix"
14343 eval x=\"$x\"
14344 exec_prefix="$acl_save_exec_prefix"
14345 prefix="$acl_save_prefix"
14346
14347 if test "X$x" = "X$element"; then
14348 haveit=yes
14349 break
14350 fi
14351 done
14352 if test -z "$haveit"; then
14353 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14354 fi
14355 done
14356
81ecdfbb
RW
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14358$as_echo_n "checking how to link with libiconv... " >&6; }
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14360$as_echo "$LIBICONV" >&6; }
5ba684e2 14361 else
5ba684e2
NC
14362 LIBICONV=
14363 LTLIBICONV=
14364 fi
14365
14366
14367
14368 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
14369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14370$as_echo_n "checking for iconv declaration... " >&6; }
14371 if test "${am_cv_proto_iconv+set}" = set; then :
14372 $as_echo_n "(cached) " >&6
5ba684e2
NC
14373else
14374
81ecdfbb 14375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14376/* end confdefs.h. */
14377
14378#include <stdlib.h>
14379#include <iconv.h>
14380extern
14381#ifdef __cplusplus
14382"C"
14383#endif
14384#if defined(__STDC__) || defined(__cplusplus)
14385size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14386#else
14387size_t iconv();
14388#endif
14389
14390int
14391main ()
14392{
14393
14394 ;
14395 return 0;
14396}
14397_ACEOF
81ecdfbb 14398if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
14399 am_cv_proto_iconv_arg1=""
14400else
81ecdfbb 14401 am_cv_proto_iconv_arg1="const"
5ba684e2 14402fi
81ecdfbb 14403rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
14404 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);"
14405fi
14406
14407 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 14408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 14409 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
14410$as_echo "${ac_t:-
14411 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
14412
14413cat >>confdefs.h <<_ACEOF
14414#define ICONV_CONST $am_cv_proto_iconv_arg1
14415_ACEOF
14416
14417 fi
14418
14419
252b5132 14420all_targets=false
252b5132
RH
14421BUILD_SRCONV=
14422BUILD_DLLTOOL=
14423DLLTOOL_DEFS=
7aad4c3d 14424DLLTOOL_DEFAULT=
252b5132 14425BUILD_WINDRES=
692ed3e7 14426BUILD_WINDMC=
252b5132
RH
14427BUILD_DLLWRAP=
14428BUILD_MISC=
1d97d67f 14429BUILD_INSTALL_MISC=
8b1e6df3 14430OBJDUMP_DEFS=
6abcee90
TG
14431OBJDUMP_PRIVATE_VECTORS=
14432OBJDUMP_PRIVATE_OFILES=
14433od_vectors=
252b5132
RH
14434
14435for targ in $target $canon_targets
14436do
14437 if test "x$targ" = "xall"; then
14438 all_targets=true
252b5132 14439 BUILD_SRCONV='$(SRCONV_PROG)'
1d97d67f 14440 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
14441 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14442 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14443 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14444 if test -z "$DLLTOOL_DEFAULT"; then
14445 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14446 fi
14447 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14448 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
1ab52cbe 14449 od_vectors="$od_vectors objdump_private_desc_xcoff"
252b5132 14450 else
252b5132
RH
14451 case $targ in
14452 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14453 esac
6abcee90 14454
252b5132 14455 case $targ in
a8c548cb
NC
14456 arm-epoc-pe*)
14457 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14458 if test -z "$DLLTOOL_DEFAULT"; then
14459 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14460 fi
a8c548cb
NC
14461 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14462 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14463 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
a8c548cb 14464 ;;
361dff73 14465 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 14466 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14467 if test -z "$DLLTOOL_DEFAULT"; then
14468 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14469 fi
7148cc28
NC
14470 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14471 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14472 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
14473 ;;
14474 arm-*-pe*)
252b5132 14475 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14476 if test -z "$DLLTOOL_DEFAULT"; then
14477 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14478 fi
252b5132
RH
14479 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14480 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14481 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14482 ;;
ee36d918 14483 x86_64-*-mingw* | x86_64-*-cygwin*)
99ad8390 14484 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14485 if test -z "$DLLTOOL_DEFAULT"; then
14486 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14487 fi
99ad8390
NC
14488 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14489 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14490 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
14491 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14492 ;;
80c7c40a 14493 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 14494 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14495 if test -z "$DLLTOOL_DEFAULT"; then
14496 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14497 fi
252b5132
RH
14498 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14499 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14500 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 14501 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 14502 ;;
80c7c40a 14503 i[3-7]86-*-interix)
7a7b06ef 14504 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
14505 if test -z "$DLLTOOL_DEFAULT"; then
14506 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14507 fi
7a7b06ef
ILT
14508 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14509 ;;
f0660b73
NC
14510 powerpc*-aix5.[01])
14511 ;;
e5231592 14512 powerpc*-aix[5-9].*)
f0660b73
NC
14513 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14514 ;;
e1d5b1e7 14515 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132 14516 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14517 if test -z "$DLLTOOL_DEFAULT"; then
14518 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14519 fi
252b5132
RH
14520 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14521 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14522 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14523 ;;
59678365 14524 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1ab52cbe
AM
14525 case "$BUILD_INSTALL_MISC" in
14526 *embedspu*) ;;
14527 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14528 esac
669a9a2a 14529 ;;
e1d5b1e7 14530 sh*-*-pe)
8a0e0f38 14531 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14532 if test -z "$DLLTOOL_DEFAULT"; then
14533 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14534 fi
8a0e0f38
NC
14535 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14536 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14537 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 14538 ;;
cd14b966 14539 spu-*-*)
1d97d67f 14540 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 14541 ;;
e1d5b1e7 14542 mips*-*-pe)
8a0e0f38 14543 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14544 if test -z "$DLLTOOL_DEFAULT"; then
14545 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14546 fi
8a0e0f38
NC
14547 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14548 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14549 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14550 ;;
27a710e5 14551 mcore-*-pe)
661016bb 14552 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14553 if test -z "$DLLTOOL_DEFAULT"; then
14554 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14555 fi
661016bb
NC
14556 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14557 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14558 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14559 ;;
27a710e5 14560 mcore-*-elf)
661016bb 14561 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14562 if test -z "$DLLTOOL_DEFAULT"; then
14563 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14564 fi
661016bb 14565 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 14566 ;;
15ab5209
DB
14567 mep-*)
14568 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14569 ;;
252b5132 14570 esac
6abcee90
TG
14571
14572 # Add objdump private vectors.
14573 case $targ in
6d0cfb9c
DC
14574 avr-*-*)
14575 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14576 ;;
52fe4420 14577 powerpc*-*-aix* | rs6000-*-aix*)
c5012cd8
TG
14578 od_vectors="$od_vectors objdump_private_desc_xcoff"
14579 ;;
14580 *-*-darwin*)
14581 od_vectors="$od_vectors objdump_private_desc_mach_o"
6abcee90
TG
14582 ;;
14583 esac
252b5132
RH
14584 fi
14585done
14586
6abcee90
TG
14587# Uniq objdump private vector, build objdump target ofiles.
14588od_files=
14589f=""
14590for i in $od_vectors ; do
14591 case " $f " in
14592 *" $i "*) ;;
14593 *)
14594 f="$f $i"
14595 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14596 case $i in
6d0cfb9c
DC
14597 objdump_private_desc_elf32_avr)
14598 od_files="$od_files od-elf32_avr" ;;
6abcee90
TG
14599 objdump_private_desc_xcoff)
14600 od_files="$od_files od-xcoff" ;;
c5012cd8
TG
14601 objdump_private_desc_mach_o)
14602 od_files="$od_files od-macho" ;;
6abcee90
TG
14603 *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14604 esac
14605 ;;
14606 esac
14607done
14608
14609# Uniq objdump target ofiles
14610f=""
14611for i in $od_files ; do
14612 case " $f " in
14613 *" $i "*) ;;
14614 *)
14615 f="$f $i"
14616 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14617 ;;
14618 esac
14619done
14620
7aad4c3d
L
14621DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14622
42ecbf5e
DJ
14623if test "${with_windres+set}" = set; then
14624 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14625fi
14626
692ed3e7
NC
14627if test "${with_windmc+set}" = set; then
14628 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14629fi
14630
6abcee90
TG
14631OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14632
14633
692ed3e7 14634
42ecbf5e
DJ
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
42ecbf5e
DJ
14645cat >>confdefs.h <<_ACEOF
14646#define TARGET "${target}"
14647_ACEOF
14648
14649
14650targ=$target
14651. $srcdir/../bfd/config.bfd
14652if test "x$targ_underscore" = "xyes"; then
14653 UNDERSCORE=1
14654else
14655 UNDERSCORE=0
14656fi
14657
14658cat >>confdefs.h <<_ACEOF
14659#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14660_ACEOF
14661
14662
14663# Emulation
52fbfb5d
AM
14664targ=$target
14665. ${srcdir}/configure.tgt
14666EMULATION=$targ_emul
14667EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
14668
14669
14670
14671
108a6f8e
CD
14672# Required for html and install-html
14673
14674
14675
14676
31dd3154 14677
81ecdfbb 14678ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 14679
42ecbf5e
DJ
14680cat >confcache <<\_ACEOF
14681# This file is a shell script that caches the results of configure
14682# tests run on this system so they can be shared between configure
14683# scripts and configure runs, see configure's option --config-cache.
14684# It is not useful on other systems. If it contains results you don't
14685# want to keep, you may remove or edit it.
14686#
14687# config.status only pays attention to the cache file if you give it
14688# the --recheck option to rerun configure.
14689#
14690# `ac_cv_env_foo' variables (set or unset) will be overridden when
14691# loading this file, other *unset* `ac_cv_foo' will be assigned the
14692# following values.
14693
14694_ACEOF
14695
14696# The following way of writing the cache mishandles newlines in values,
14697# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14698# So, we kill variables containing newlines.
42ecbf5e
DJ
14699# Ultrix sh set writes to stderr and can't be redirected directly,
14700# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14701(
14702 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14703 eval ac_val=\$$ac_var
14704 case $ac_val in #(
14705 *${as_nl}*)
14706 case $ac_var in #(
14707 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14708$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14709 esac
14710 case $ac_var in #(
14711 _ | IFS | as_nl) ;; #(
14712 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14713 *) { eval $ac_var=; unset $ac_var;} ;;
14714 esac ;;
14715 esac
14716 done
14717
42ecbf5e 14718 (set) 2>&1 |
81ecdfbb
RW
14719 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14720 *${as_nl}ac_space=\ *)
14721 # `set' does not quote correctly, so add quotes: double-quote
14722 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
14723 sed -n \
14724 "s/'/'\\\\''/g;
14725 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14726 ;; #(
42ecbf5e
DJ
14727 *)
14728 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14729 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 14730 ;;
81ecdfbb
RW
14731 esac |
14732 sort
14733) |
42ecbf5e 14734 sed '
81ecdfbb 14735 /^ac_cv_env_/b end
42ecbf5e 14736 t clear
81ecdfbb 14737 :clear
42ecbf5e
DJ
14738 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14739 t end
81ecdfbb
RW
14740 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14741 :end' >>confcache
14742if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14743 if test -w "$cache_file"; then
14744 test "x$cache_file" != "x/dev/null" &&
14745 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14746$as_echo "$as_me: updating cache $cache_file" >&6;}
42ecbf5e
DJ
14747 cat confcache >$cache_file
14748 else
81ecdfbb
RW
14749 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14750$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
14751 fi
14752fi
14753rm -f confcache
14754
14755test "x$prefix" = xNONE && prefix=$ac_default_prefix
14756# Let make expand exec_prefix.
14757test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14758
42ecbf5e
DJ
14759DEFS=-DHAVE_CONFIG_H
14760
14761ac_libobjs=
14762ac_ltlibobjs=
14763for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14764 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14765 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14766 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14767 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14768 # will be set to the directory where LIBOBJS objects are built.
14769 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14770 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
14771done
14772LIBOBJS=$ac_libobjs
14773
14774LTLIBOBJS=$ac_ltlibobjs
14775
14776
14777if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14778 as_fn_error "conditional \"AMDEP\" was never defined.
14779Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
14780fi
14781if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14782 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14783Usually this means the macro was only invoked conditionally." "$LINENO" 5
14784fi
14785 if test -n "$EXEEXT"; then
14786 am__EXEEXT_TRUE=
14787 am__EXEEXT_FALSE='#'
14788else
14789 am__EXEEXT_TRUE='#'
14790 am__EXEEXT_FALSE=
42ecbf5e 14791fi
81ecdfbb 14792
42ecbf5e 14793if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14794 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14795Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 14796fi
d5fbea21 14797if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14798 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14799Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14800fi
42ecbf5e
DJ
14801
14802: ${CONFIG_STATUS=./config.status}
81ecdfbb 14803ac_write_fail=0
42ecbf5e
DJ
14804ac_clean_files_save=$ac_clean_files
14805ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14806{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14807$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14808as_write_fail=0
14809cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
14810#! $SHELL
14811# Generated by $as_me.
14812# Run this file to recreate the current configuration.
14813# Compiler output produced by configure, useful for debugging
14814# configure, is in config.log if it exists.
14815
14816debug=false
14817ac_cs_recheck=false
14818ac_cs_silent=false
252b5132 14819
81ecdfbb
RW
14820SHELL=\${CONFIG_SHELL-$SHELL}
14821export SHELL
14822_ASEOF
14823cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14824## -------------------- ##
14825## M4sh Initialization. ##
14826## -------------------- ##
252b5132 14827
81ecdfbb
RW
14828# Be more Bourne compatible
14829DUALCASE=1; export DUALCASE # for MKS sh
14830if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
14831 emulate sh
14832 NULLCMD=:
81ecdfbb 14833 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
14834 # is contrary to our usage. Disable this feature.
14835 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14836 setopt NO_GLOB_SUBST
14837else
14838 case `(set -o) 2>/dev/null` in #(
14839 *posix*) :
14840 set -o posix ;; #(
14841 *) :
14842 ;;
14843esac
42ecbf5e 14844fi
252b5132 14845
81ecdfbb
RW
14846
14847as_nl='
14848'
14849export as_nl
14850# Printing a long string crashes Solaris 7 /usr/bin/printf.
14851as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14852as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14853as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14854# Prefer a ksh shell builtin over an external printf program on Solaris,
14855# but without wasting forks for bash or zsh.
14856if test -z "$BASH_VERSION$ZSH_VERSION" \
14857 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14858 as_echo='print -r --'
14859 as_echo_n='print -rn --'
14860elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14861 as_echo='printf %s\n'
14862 as_echo_n='printf %s'
14863else
14864 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14865 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14866 as_echo_n='/usr/ucb/echo -n'
14867 else
14868 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14869 as_echo_n_body='eval
14870 arg=$1;
14871 case $arg in #(
14872 *"$as_nl"*)
14873 expr "X$arg" : "X\\(.*\\)$as_nl";
14874 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14875 esac;
14876 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14877 '
14878 export as_echo_n_body
14879 as_echo_n='sh -c $as_echo_n_body as_echo'
14880 fi
14881 export as_echo_body
14882 as_echo='sh -c $as_echo_body as_echo'
14883fi
14884
14885# The user is always right.
14886if test "${PATH_SEPARATOR+set}" != set; then
14887 PATH_SEPARATOR=:
14888 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14889 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14890 PATH_SEPARATOR=';'
14891 }
42ecbf5e 14892fi
252b5132
RH
14893
14894
81ecdfbb
RW
14895# IFS
14896# We need space, tab and new line, in precisely that order. Quoting is
14897# there to prevent editors from complaining about space-tab.
14898# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14899# splitting by setting IFS to empty value.)
14900IFS=" "" $as_nl"
14901
14902# Find who we are. Look in the path if we contain no directory separator.
14903case $0 in #((
14904 *[\\/]* ) as_myself=$0 ;;
14905 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14906for as_dir in $PATH
14907do
14908 IFS=$as_save_IFS
14909 test -z "$as_dir" && as_dir=.
14910 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14911 done
14912IFS=$as_save_IFS
14913
14914 ;;
14915esac
14916# We did not find ourselves, most probably we were run as `sh COMMAND'
14917# in which case we are not to be found in the path.
14918if test "x$as_myself" = x; then
14919 as_myself=$0
14920fi
14921if test ! -f "$as_myself"; then
14922 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14923 exit 1
14924fi
14925
14926# Unset variables that we do not need and which cause bugs (e.g. in
14927# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14928# suppresses any "Segmentation fault" message there. '((' could
14929# trigger a bug in pdksh 5.2.14.
14930for as_var in BASH_ENV ENV MAIL MAILPATH
14931do eval test x\${$as_var+set} = xset \
14932 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14933done
42ecbf5e
DJ
14934PS1='$ '
14935PS2='> '
14936PS4='+ '
252b5132 14937
42ecbf5e 14938# NLS nuisances.
81ecdfbb
RW
14939LC_ALL=C
14940export LC_ALL
14941LANGUAGE=C
14942export LANGUAGE
14943
14944# CDPATH.
14945(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14946
14947
14948# as_fn_error ERROR [LINENO LOG_FD]
14949# ---------------------------------
14950# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14951# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14952# script with status $?, using 1 if that was 0.
14953as_fn_error ()
14954{
14955 as_status=$?; test $as_status -eq 0 && as_status=1
14956 if test "$3"; then
14957 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14958 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42ecbf5e 14959 fi
81ecdfbb
RW
14960 $as_echo "$as_me: error: $1" >&2
14961 as_fn_exit $as_status
14962} # as_fn_error
14963
14964
14965# as_fn_set_status STATUS
14966# -----------------------
14967# Set $? to STATUS, without forking.
14968as_fn_set_status ()
14969{
14970 return $1
14971} # as_fn_set_status
14972
14973# as_fn_exit STATUS
14974# -----------------
14975# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14976as_fn_exit ()
14977{
14978 set +e
14979 as_fn_set_status $1
14980 exit $1
14981} # as_fn_exit
14982
14983# as_fn_unset VAR
14984# ---------------
14985# Portably unset VAR.
14986as_fn_unset ()
14987{
14988 { eval $1=; unset $1;}
14989}
14990as_unset=as_fn_unset
14991# as_fn_append VAR VALUE
14992# ----------------------
14993# Append the text in VALUE to the end of the definition contained in VAR. Take
14994# advantage of any shell optimizations that allow amortized linear growth over
14995# repeated appends, instead of the typical quadratic growth present in naive
14996# implementations.
14997if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14998 eval 'as_fn_append ()
14999 {
15000 eval $1+=\$2
15001 }'
15002else
15003 as_fn_append ()
15004 {
15005 eval $1=\$$1\$2
15006 }
15007fi # as_fn_append
15008
15009# as_fn_arith ARG...
15010# ------------------
15011# Perform arithmetic evaluation on the ARGs, and store the result in the
15012# global $as_val. Take advantage of shells that can avoid forks. The arguments
15013# must be portable across $(()) and expr.
15014if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15015 eval 'as_fn_arith ()
15016 {
15017 as_val=$(( $* ))
15018 }'
15019else
15020 as_fn_arith ()
15021 {
15022 as_val=`expr "$@" || test $? -eq 1`
15023 }
15024fi # as_fn_arith
15025
252b5132 15026
81ecdfbb
RW
15027if expr a : '\(a\)' >/dev/null 2>&1 &&
15028 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
15029 as_expr=expr
15030else
15031 as_expr=false
15032fi
252b5132 15033
81ecdfbb 15034if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
15035 as_basename=basename
15036else
15037 as_basename=false
15038fi
252b5132 15039
81ecdfbb
RW
15040if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15041 as_dirname=dirname
15042else
15043 as_dirname=false
15044fi
8b1e6df3 15045
81ecdfbb 15046as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
15047$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15048 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15049 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15050$as_echo X/"$0" |
15051 sed '/^.*\/\([^/][^/]*\)\/*$/{
15052 s//\1/
15053 q
15054 }
15055 /^X\/\(\/\/\)$/{
15056 s//\1/
15057 q
15058 }
15059 /^X\/\(\/\).*/{
15060 s//\1/
15061 q
15062 }
15063 s/.*/./; q'`
0218d1e4 15064
42ecbf5e
DJ
15065# Avoid depending upon Character Ranges.
15066as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15067as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15068as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15069as_cr_digits='0123456789'
15070as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 15071
81ecdfbb
RW
15072ECHO_C= ECHO_N= ECHO_T=
15073case `echo -n x` in #(((((
15074-n*)
15075 case `echo 'xy\c'` in
15076 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15077 xy) ECHO_C='\c';;
15078 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15079 ECHO_T=' ';;
15080 esac;;
15081*)
15082 ECHO_N='-n';;
42ecbf5e 15083esac
eb1e0e80 15084
81ecdfbb
RW
15085rm -f conf$$ conf$$.exe conf$$.file
15086if test -d conf$$.dir; then
15087 rm -f conf$$.dir/conf$$.file
d15b04bd 15088else
81ecdfbb
RW
15089 rm -f conf$$.dir
15090 mkdir conf$$.dir 2>/dev/null
42ecbf5e 15091fi
81ecdfbb
RW
15092if (echo >conf$$.file) 2>/dev/null; then
15093 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 15094 as_ln_s='ln -s'
81ecdfbb
RW
15095 # ... but there are two gotchas:
15096 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15097 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15098 # In both cases, we have to default to `cp -p'.
15099 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15100 as_ln_s='cp -p'
15101 elif ln conf$$.file conf$$ 2>/dev/null; then
15102 as_ln_s=ln
15103 else
15104 as_ln_s='cp -p'
252b5132 15105 fi
42ecbf5e
DJ
15106else
15107 as_ln_s='cp -p'
252b5132 15108fi
81ecdfbb
RW
15109rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15110rmdir conf$$.dir 2>/dev/null
15111
15112
15113# as_fn_mkdir_p
15114# -------------
15115# Create "$as_dir" as a directory, including parents if necessary.
15116as_fn_mkdir_p ()
15117{
15118
15119 case $as_dir in #(
15120 -*) as_dir=./$as_dir;;
15121 esac
15122 test -d "$as_dir" || eval $as_mkdir_p || {
15123 as_dirs=
15124 while :; do
15125 case $as_dir in #(
15126 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15127 *) as_qdir=$as_dir;;
15128 esac
15129 as_dirs="'$as_qdir' $as_dirs"
15130 as_dir=`$as_dirname -- "$as_dir" ||
15131$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15132 X"$as_dir" : 'X\(//\)[^/]' \| \
15133 X"$as_dir" : 'X\(//\)$' \| \
15134 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15135$as_echo X"$as_dir" |
15136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15137 s//\1/
15138 q
15139 }
15140 /^X\(\/\/\)[^/].*/{
15141 s//\1/
15142 q
15143 }
15144 /^X\(\/\/\)$/{
15145 s//\1/
15146 q
15147 }
15148 /^X\(\/\).*/{
15149 s//\1/
15150 q
15151 }
15152 s/.*/./; q'`
15153 test -d "$as_dir" && break
15154 done
15155 test -z "$as_dirs" || eval "mkdir $as_dirs"
15156 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15157
252b5132 15158
81ecdfbb 15159} # as_fn_mkdir_p
42ecbf5e 15160if mkdir -p . 2>/dev/null; then
81ecdfbb 15161 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
15162else
15163 test -d ./-p && rmdir ./-p
15164 as_mkdir_p=false
15165fi
81ecdfbb
RW
15166
15167if test -x / >/dev/null 2>&1; then
15168 as_test_x='test -x'
15169else
15170 if ls -dL / >/dev/null 2>&1; then
15171 as_ls_L_option=L
15172 else
15173 as_ls_L_option=
15174 fi
15175 as_test_x='
15176 eval sh -c '\''
15177 if test -d "$1"; then
15178 test -d "$1/.";
15179 else
15180 case $1 in #(
15181 -*)set "./$1";;
15182 esac;
15183 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15184 ???[sx]*):;;*)false;;esac;fi
15185 '\'' sh
15186 '
15187fi
15188as_executable_p=$as_test_x
252b5132 15189
42ecbf5e
DJ
15190# Sed expression to map a string onto a valid CPP name.
15191as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15192
15193# Sed expression to map a string onto a valid variable name.
15194as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15195
15196
42ecbf5e 15197exec 6>&1
81ecdfbb
RW
15198## ----------------------------------- ##
15199## Main body of $CONFIG_STATUS script. ##
15200## ----------------------------------- ##
15201_ASEOF
15202test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 15203
81ecdfbb
RW
15204cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15205# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 15206# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15207# values after options handling.
15208ac_log="
769c7ea5 15209This file was extended by binutils $as_me 2.30.51, which was
81ecdfbb 15210generated by GNU Autoconf 2.64. Invocation command line was
42ecbf5e
DJ
15211
15212 CONFIG_FILES = $CONFIG_FILES
15213 CONFIG_HEADERS = $CONFIG_HEADERS
15214 CONFIG_LINKS = $CONFIG_LINKS
15215 CONFIG_COMMANDS = $CONFIG_COMMANDS
15216 $ $0 $@
15217
81ecdfbb
RW
15218on `(hostname || uname -n) 2>/dev/null | sed 1q`
15219"
15220
42ecbf5e
DJ
15221_ACEOF
15222
81ecdfbb
RW
15223case $ac_config_files in *"
15224"*) set x $ac_config_files; shift; ac_config_files=$*;;
15225esac
252b5132 15226
81ecdfbb
RW
15227case $ac_config_headers in *"
15228"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15229esac
e5a52504
MM
15230
15231
81ecdfbb
RW
15232cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15233# Files that config.status was made for.
15234config_files="$ac_config_files"
15235config_headers="$ac_config_headers"
15236config_commands="$ac_config_commands"
d15b04bd 15237
81ecdfbb 15238_ACEOF
42ecbf5e 15239
81ecdfbb 15240cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15241ac_cs_usage="\
81ecdfbb
RW
15242\`$as_me' instantiates files and other configuration actions
15243from templates according to the current configuration. Unless the files
15244and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 15245
81ecdfbb 15246Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
15247
15248 -h, --help print this help, then exit
81ecdfbb
RW
15249 -V, --version print version number and configuration settings, then exit
15250 -q, --quiet, --silent
15251 do not print progress messages
42ecbf5e
DJ
15252 -d, --debug don't remove temporary files
15253 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15254 --file=FILE[:TEMPLATE]
15255 instantiate the configuration file FILE
15256 --header=FILE[:TEMPLATE]
15257 instantiate the configuration header FILE
42ecbf5e
DJ
15258
15259Configuration files:
15260$config_files
15261
15262Configuration headers:
15263$config_headers
15264
15265Configuration commands:
15266$config_commands
15267
81ecdfbb 15268Report bugs to the package provider."
42ecbf5e 15269
81ecdfbb
RW
15270_ACEOF
15271cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15272ac_cs_version="\\
769c7ea5 15273binutils config.status 2.30.51
81ecdfbb
RW
15274configured by $0, generated by GNU Autoconf 2.64,
15275 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42ecbf5e 15276
81ecdfbb 15277Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
15278This config.status script is free software; the Free Software Foundation
15279gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15280
15281ac_pwd='$ac_pwd'
15282srcdir='$srcdir'
15283INSTALL='$INSTALL'
15284MKDIR_P='$MKDIR_P'
15285AWK='$AWK'
15286test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
15287_ACEOF
15288
81ecdfbb
RW
15289cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15290# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
15291ac_need_defaults=:
15292while test $# != 0
15293do
15294 case $1 in
15295 --*=*)
81ecdfbb
RW
15296 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15297 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
15298 ac_shift=:
15299 ;;
81ecdfbb 15300 *)
42ecbf5e
DJ
15301 ac_option=$1
15302 ac_optarg=$2
15303 ac_shift=shift
15304 ;;
42ecbf5e
DJ
15305 esac
15306
15307 case $ac_option in
15308 # Handling of the options.
42ecbf5e
DJ
15309 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15310 ac_cs_recheck=: ;;
81ecdfbb
RW
15311 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15312 $as_echo "$ac_cs_version"; exit ;;
15313 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
15314 debug=: ;;
15315 --file | --fil | --fi | --f )
15316 $ac_shift
81ecdfbb
RW
15317 case $ac_optarg in
15318 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15319 esac
15320 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
15321 ac_need_defaults=false;;
15322 --header | --heade | --head | --hea )
15323 $ac_shift
81ecdfbb
RW
15324 case $ac_optarg in
15325 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15326 esac
15327 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 15328 ac_need_defaults=false;;
81ecdfbb
RW
15329 --he | --h)
15330 # Conflict between --help and --header
15331 as_fn_error "ambiguous option: \`$1'
15332Try \`$0 --help' for more information.";;
15333 --help | --hel | -h )
15334 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
15335 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15336 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15337 ac_cs_silent=: ;;
15338
15339 # This is an error.
81ecdfbb
RW
15340 -*) as_fn_error "unrecognized option: \`$1'
15341Try \`$0 --help' for more information." ;;
42ecbf5e 15342
81ecdfbb
RW
15343 *) as_fn_append ac_config_targets " $1"
15344 ac_need_defaults=false ;;
42ecbf5e
DJ
15345
15346 esac
15347 shift
15348done
15349
15350ac_configure_extra_args=
15351
15352if $ac_cs_silent; then
15353 exec 6>/dev/null
15354 ac_configure_extra_args="$ac_configure_extra_args --silent"
15355fi
15356
15357_ACEOF
81ecdfbb 15358cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15359if \$ac_cs_recheck; then
81ecdfbb
RW
15360 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15361 shift
15362 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15363 CONFIG_SHELL='$SHELL'
15364 export CONFIG_SHELL
15365 exec "\$@"
42ecbf5e
DJ
15366fi
15367
15368_ACEOF
81ecdfbb
RW
15369cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15370exec 5>>config.log
15371{
15372 echo
15373 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15374## Running $as_me. ##
15375_ASBOX
15376 $as_echo "$ac_log"
15377} >&5
42ecbf5e 15378
81ecdfbb
RW
15379_ACEOF
15380cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 15381#
81ecdfbb 15382# INIT-COMMANDS
d15b04bd 15383#
42ecbf5e 15384AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15385
15386
15387# The HP-UX ksh and POSIX shell print the target directory to stdout
15388# if CDPATH is set.
15389(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15390
15391sed_quote_subst='$sed_quote_subst'
15392double_quote_subst='$double_quote_subst'
15393delay_variable_subst='$delay_variable_subst'
3725885a
RW
15394macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15395macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15396enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15397enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15398pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15399enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15400SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15401ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15402host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15403host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15404host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15405build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15406build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15407build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15408SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15409Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15410GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15411EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15412FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15413LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15414NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15415LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15416max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15417ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15418exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15419lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15420lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15421lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15422reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15423reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15424OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15425deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15426file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15427AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15428AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15429STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15430RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15431old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15432old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15433old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15434lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15435CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15436CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15437compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15438GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15439lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15440lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15441lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15442lt_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"`'
15443objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15444MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15445lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15446lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15447lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15448lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15449lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15450need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15451DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15452NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15453LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15454OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15455OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15456libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15457shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15458extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15459archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15460enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15461export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15462whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15463compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15464old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15465old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15466archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15467archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15468module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15469module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15470with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15471allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15472no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15473hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15474hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15475hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15476hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15477hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15478hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15479hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15480hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15481inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15482link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15483fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15484always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15485export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15486exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15487include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15488prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15489file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15490variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15491need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15492need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15493version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15494runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15495shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15496shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15497libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15498library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15499soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15500install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15501postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15502postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15503finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15504finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15505hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15506sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15507sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15508hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15509enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15510enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15511enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15512old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15513striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15514
15515LTCC='$LTCC'
15516LTCFLAGS='$LTCFLAGS'
15517compiler='$compiler_DEFAULT'
15518
3725885a
RW
15519# A function that is used when there is no print builtin or printf.
15520func_fallback_echo ()
15521{
15522 eval 'cat <<_LTECHO_EOF
15523\$1
15524_LTECHO_EOF'
15525}
15526
d7040cdb 15527# Quote evaled strings.
3725885a
RW
15528for var in SHELL \
15529ECHO \
15530SED \
d7040cdb
SE
15531GREP \
15532EGREP \
15533FGREP \
15534LD \
15535NM \
15536LN_S \
15537lt_SP2NL \
15538lt_NL2SP \
15539reload_flag \
718a6fd8 15540OBJDUMP \
d7040cdb
SE
15541deplibs_check_method \
15542file_magic_cmd \
15543AR \
15544AR_FLAGS \
15545STRIP \
15546RANLIB \
15547CC \
15548CFLAGS \
15549compiler \
15550lt_cv_sys_global_symbol_pipe \
15551lt_cv_sys_global_symbol_to_cdecl \
15552lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15553lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15554lt_prog_compiler_no_builtin_flag \
df7b86aa 15555lt_prog_compiler_wl \
f2c621e4 15556lt_prog_compiler_pic \
d7040cdb
SE
15557lt_prog_compiler_static \
15558lt_cv_prog_compiler_c_o \
15559need_locks \
718a6fd8
SE
15560DSYMUTIL \
15561NMEDIT \
15562LIPO \
15563OTOOL \
15564OTOOL64 \
d7040cdb
SE
15565shrext_cmds \
15566export_dynamic_flag_spec \
15567whole_archive_flag_spec \
15568compiler_needs_object \
15569with_gnu_ld \
15570allow_undefined_flag \
15571no_undefined_flag \
15572hardcode_libdir_flag_spec \
15573hardcode_libdir_flag_spec_ld \
15574hardcode_libdir_separator \
f2c621e4 15575fix_srcfile_path \
d7040cdb
SE
15576exclude_expsyms \
15577include_expsyms \
15578file_list_spec \
15579variables_saved_for_relink \
15580libname_spec \
15581library_names_spec \
15582soname_spec \
3725885a 15583install_override_mode \
d7040cdb
SE
15584finish_eval \
15585old_striplib \
15586striplib; do
3725885a 15587 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15588 *[\\\\\\\`\\"\\\$]*)
3725885a 15589 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15590 ;;
15591 *)
15592 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15593 ;;
15594 esac
15595done
15596
15597# Double-quote double-evaled strings.
15598for var in reload_cmds \
15599old_postinstall_cmds \
15600old_postuninstall_cmds \
15601old_archive_cmds \
15602extract_expsyms_cmds \
15603old_archive_from_new_cmds \
15604old_archive_from_expsyms_cmds \
15605archive_cmds \
15606archive_expsym_cmds \
15607module_cmds \
15608module_expsym_cmds \
15609export_symbols_cmds \
15610prelink_cmds \
15611postinstall_cmds \
15612postuninstall_cmds \
15613finish_cmds \
15614sys_lib_search_path_spec \
15615sys_lib_dlsearch_path_spec; do
3725885a 15616 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15617 *[\\\\\\\`\\"\\\$]*)
3725885a 15618 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15619 ;;
15620 *)
15621 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15622 ;;
15623 esac
15624done
15625
d7040cdb
SE
15626ac_aux_dir='$ac_aux_dir'
15627xsi_shell='$xsi_shell'
15628lt_shell_append='$lt_shell_append'
15629
15630# See if we are running on zsh, and set the options which allow our
15631# commands through without removal of \ escapes INIT.
15632if test -n "\${ZSH_VERSION+set}" ; then
15633 setopt NO_GLOB_SUBST
15634fi
15635
15636
15637 PACKAGE='$PACKAGE'
15638 VERSION='$VERSION'
15639 TIMESTAMP='$TIMESTAMP'
15640 RM='$RM'
15641 ofile='$ofile'
15642
15643
15644
20e95c23
DJ
15645# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15646 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15647 # from automake.
15648 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15649 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15650 LINGUAS="${LINGUAS-%UNSET%}"
15651
42ecbf5e
DJ
15652
15653_ACEOF
15654
81ecdfbb 15655cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15656
81ecdfbb 15657# Handling of arguments.
42ecbf5e 15658for ac_config_target in $ac_config_targets
252b5132 15659do
81ecdfbb
RW
15660 case $ac_config_target in
15661 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15662 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15663 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15664 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15665 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15666 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15667 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15668
15669 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 15670 esac
252b5132
RH
15671done
15672
81ecdfbb 15673
42ecbf5e
DJ
15674# If the user did not use the arguments to specify the items to instantiate,
15675# then the envvar interface is used. Set only those that are not.
15676# We use the long form for the default assignment because of an extremely
15677# bizarre bug on SunOS 4.1.3.
15678if $ac_need_defaults; then
15679 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15680 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15681 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15682fi
15683
15684# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15685# simply because there is no reason against having it here, and in addition,
42ecbf5e 15686# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15687# Hook for its removal unless debugging.
15688# Note that there is a small window in which the directory will not be cleaned:
15689# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
15690$debug ||
15691{
81ecdfbb
RW
15692 tmp=
15693 trap 'exit_status=$?
15694 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15695' 0
15696 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 15697}
42ecbf5e 15698# Create a (secure) tmp directory for tmp files.
e5a52504 15699
42ecbf5e 15700{
81ecdfbb 15701 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42ecbf5e
DJ
15702 test -n "$tmp" && test -d "$tmp"
15703} ||
15704{
81ecdfbb
RW
15705 tmp=./conf$$-$RANDOM
15706 (umask 077 && mkdir "$tmp")
15707} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15708
15709# Set up the scripts for CONFIG_FILES section.
15710# No need to generate them if there are no CONFIG_FILES.
15711# This happens for instance with `./config.status config.h'.
15712if test -n "$CONFIG_FILES"; then
15713
15714
15715ac_cr=`echo X | tr X '\015'`
15716# On cygwin, bash can eat \r inside `` if the user requested igncr.
15717# But we know of no other shell where ac_cr would be empty at this
15718# point, so we can use a bashism as a fallback.
15719if test "x$ac_cr" = x; then
15720 eval ac_cr=\$\'\\r\'
15721fi
15722ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15723if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15724 ac_cs_awk_cr='\r'
15725else
15726 ac_cs_awk_cr=$ac_cr
15727fi
15728
15729echo 'BEGIN {' >"$tmp/subs1.awk" &&
15730_ACEOF
15731
15732
15733{
15734 echo "cat >conf$$subs.awk <<_ACEOF" &&
15735 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15736 echo "_ACEOF"
15737} >conf$$subs.sh ||
15738 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15739ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15740ac_delim='%!_!# '
15741for ac_last_try in false false false false false :; do
15742 . ./conf$$subs.sh ||
15743 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15744
15745 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15746 if test $ac_delim_n = $ac_delim_num; then
15747 break
15748 elif $ac_last_try; then
15749 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15750 else
15751 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15752 fi
15753done
15754rm -f conf$$subs.sh
15755
15756cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15757cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15758_ACEOF
15759sed -n '
15760h
15761s/^/S["/; s/!.*/"]=/
15762p
15763g
15764s/^[^!]*!//
15765:repl
15766t repl
15767s/'"$ac_delim"'$//
15768t delim
15769:nl
15770h
15771s/\(.\{148\}\).*/\1/
15772t more1
15773s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15774p
15775n
15776b repl
15777:more1
15778s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15779p
15780g
15781s/.\{148\}//
15782t nl
15783:delim
15784h
15785s/\(.\{148\}\).*/\1/
15786t more2
15787s/["\\]/\\&/g; s/^/"/; s/$/"/
15788p
15789b
15790:more2
15791s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15792p
15793g
15794s/.\{148\}//
15795t delim
15796' <conf$$subs.awk | sed '
15797/^[^""]/{
15798 N
15799 s/\n//
15800}
15801' >>$CONFIG_STATUS || ac_write_fail=1
15802rm -f conf$$subs.awk
15803cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15804_ACAWK
15805cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15806 for (key in S) S_is_set[key] = 1
15807 FS = "\a"
15808
15809}
42ecbf5e 15810{
81ecdfbb
RW
15811 line = $ 0
15812 nfields = split(line, field, "@")
15813 substed = 0
15814 len = length(field[1])
15815 for (i = 2; i < nfields; i++) {
15816 key = field[i]
15817 keylen = length(key)
15818 if (S_is_set[key]) {
15819 value = S[key]
15820 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15821 len += length(value) + length(field[++i])
15822 substed = 1
15823 } else
15824 len += 1 + keylen
15825 }
15826
15827 print line
42ecbf5e
DJ
15828}
15829
81ecdfbb
RW
15830_ACAWK
15831_ACEOF
15832cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15833if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15834 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15835else
15836 cat
15837fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15838 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
15839_ACEOF
15840
81ecdfbb
RW
15841# VPATH may cause trouble with some makes, so we remove $(srcdir),
15842# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15843# trailing colons and then remove the whole line if VPATH becomes empty
15844# (actually we leave an empty line to preserve line numbers).
15845if test "x$srcdir" = x.; then
15846 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15847s/:*\$(srcdir):*/:/
15848s/:*\${srcdir}:*/:/
15849s/:*@srcdir@:*/:/
15850s/^\([^=]*=[ ]*\):*/\1/
15851s/:*$//
15852s/^[^=]*=[ ]*$//
15853}'
15854fi
e5a52504 15855
81ecdfbb
RW
15856cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15857fi # test -n "$CONFIG_FILES"
252b5132 15858
81ecdfbb
RW
15859# Set up the scripts for CONFIG_HEADERS section.
15860# No need to generate them if there are no CONFIG_HEADERS.
15861# This happens for instance with `./config.status Makefile'.
15862if test -n "$CONFIG_HEADERS"; then
15863cat >"$tmp/defines.awk" <<\_ACAWK ||
15864BEGIN {
42ecbf5e
DJ
15865_ACEOF
15866
81ecdfbb
RW
15867# Transform confdefs.h into an awk script `defines.awk', embedded as
15868# here-document in config.status, that substitutes the proper values into
15869# config.h.in to produce config.h.
15870
15871# Create a delimiter string that does not exist in confdefs.h, to ease
15872# handling of long lines.
15873ac_delim='%!_!# '
15874for ac_last_try in false false :; do
15875 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15876 if test -z "$ac_t"; then
15877 break
15878 elif $ac_last_try; then
15879 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15880 else
15881 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 15882 fi
81ecdfbb 15883done
252b5132 15884
81ecdfbb
RW
15885# For the awk script, D is an array of macro values keyed by name,
15886# likewise P contains macro parameters if any. Preserve backslash
15887# newline sequences.
15888
15889ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15890sed -n '
15891s/.\{148\}/&'"$ac_delim"'/g
15892t rset
15893:rset
15894s/^[ ]*#[ ]*define[ ][ ]*/ /
15895t def
15896d
15897:def
15898s/\\$//
15899t bsnl
15900s/["\\]/\\&/g
15901s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15902D["\1"]=" \3"/p
15903s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15904d
15905:bsnl
15906s/["\\]/\\&/g
15907s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15908D["\1"]=" \3\\\\\\n"\\/p
15909t cont
15910s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15911t cont
15912d
15913:cont
15914n
15915s/.\{148\}/&'"$ac_delim"'/g
15916t clear
15917:clear
15918s/\\$//
15919t bsnlc
15920s/["\\]/\\&/g; s/^/"/; s/$/"/p
15921d
15922:bsnlc
15923s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15924b cont
15925' <confdefs.h | sed '
15926s/'"$ac_delim"'/"\\\
15927"/g' >>$CONFIG_STATUS || ac_write_fail=1
15928
15929cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15930 for (key in D) D_is_set[key] = 1
15931 FS = "\a"
15932}
15933/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15934 line = \$ 0
15935 split(line, arg, " ")
15936 if (arg[1] == "#") {
15937 defundef = arg[2]
15938 mac1 = arg[3]
15939 } else {
15940 defundef = substr(arg[1], 2)
15941 mac1 = arg[2]
15942 }
15943 split(mac1, mac2, "(") #)
15944 macro = mac2[1]
15945 prefix = substr(line, 1, index(line, defundef) - 1)
15946 if (D_is_set[macro]) {
15947 # Preserve the white space surrounding the "#".
15948 print prefix "define", macro P[macro] D[macro]
15949 next
15950 } else {
15951 # Replace #undef with comments. This is necessary, for example,
15952 # in the case of _POSIX_SOURCE, which is predefined and required
15953 # on some systems where configure will not decide to define it.
15954 if (defundef == "undef") {
15955 print "/*", prefix defundef, macro, "*/"
15956 next
15957 }
15958 }
15959}
15960{ print }
15961_ACAWK
42ecbf5e 15962_ACEOF
81ecdfbb
RW
15963cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15964 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15965fi # test -n "$CONFIG_HEADERS"
15966
15967
15968eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15969shift
15970for ac_tag
15971do
15972 case $ac_tag in
15973 :[FHLC]) ac_mode=$ac_tag; continue;;
15974 esac
15975 case $ac_mode$ac_tag in
15976 :[FHL]*:*);;
15977 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15978 :[FH]-) ac_tag=-:-;;
15979 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15980 esac
15981 ac_save_IFS=$IFS
15982 IFS=:
15983 set x $ac_tag
15984 IFS=$ac_save_IFS
15985 shift
15986 ac_file=$1
15987 shift
15988
15989 case $ac_mode in
15990 :L) ac_source=$1;;
15991 :[FH])
15992 ac_file_inputs=
15993 for ac_f
15994 do
15995 case $ac_f in
15996 -) ac_f="$tmp/stdin";;
15997 *) # Look for the file first in the build tree, then in the source tree
15998 # (if the path is not absolute). The absolute path cannot be DOS-style,
15999 # because $ac_f cannot contain `:'.
16000 test -f "$ac_f" ||
16001 case $ac_f in
16002 [\\/$]*) false;;
16003 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16004 esac ||
16005 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16006 esac
16007 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16008 as_fn_append ac_file_inputs " '$ac_f'"
16009 done
16010
16011 # Let's still pretend it is `configure' which instantiates (i.e., don't
16012 # use $as_me), people would be surprised to read:
16013 # /* config.h. Generated by config.status. */
16014 configure_input='Generated from '`
16015 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16016 `' by configure.'
16017 if test x"$ac_file" != x-; then
16018 configure_input="$ac_file. $configure_input"
16019 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16020$as_echo "$as_me: creating $ac_file" >&6;}
16021 fi
16022 # Neutralize special characters interpreted by sed in replacement strings.
16023 case $configure_input in #(
16024 *\&* | *\|* | *\\* )
16025 ac_sed_conf_input=`$as_echo "$configure_input" |
16026 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16027 *) ac_sed_conf_input=$configure_input;;
16028 esac
16029
16030 case $ac_tag in
16031 *:-:* | *:-) cat >"$tmp/stdin" \
16032 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16033 esac
16034 ;;
252b5132
RH
16035 esac
16036
81ecdfbb 16037 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
16038$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16039 X"$ac_file" : 'X\(//\)[^/]' \| \
16040 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16041 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16042$as_echo X"$ac_file" |
16043 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16044 s//\1/
16045 q
16046 }
16047 /^X\(\/\/\)[^/].*/{
16048 s//\1/
16049 q
16050 }
16051 /^X\(\/\/\)$/{
16052 s//\1/
16053 q
16054 }
16055 /^X\(\/\).*/{
16056 s//\1/
16057 q
16058 }
16059 s/.*/./; q'`
16060 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 16061 ac_builddir=.
e5a52504 16062
81ecdfbb
RW
16063case "$ac_dir" in
16064.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16065*)
16066 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16067 # A ".." for each directory in $ac_dir_suffix.
16068 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16069 case $ac_top_builddir_sub in
16070 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16071 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16072 esac ;;
16073esac
16074ac_abs_top_builddir=$ac_pwd
16075ac_abs_builddir=$ac_pwd$ac_dir_suffix
16076# for backward compatibility:
16077ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
16078
16079case $srcdir in
81ecdfbb 16080 .) # We are building in place.
42ecbf5e 16081 ac_srcdir=.
81ecdfbb
RW
16082 ac_top_srcdir=$ac_top_builddir_sub
16083 ac_abs_top_srcdir=$ac_pwd ;;
16084 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 16085 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16086 ac_top_srcdir=$srcdir
16087 ac_abs_top_srcdir=$srcdir ;;
16088 *) # Relative name.
16089 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16090 ac_top_srcdir=$ac_top_build_prefix$srcdir
16091 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 16092esac
81ecdfbb 16093ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16094
e5a52504 16095
81ecdfbb
RW
16096 case $ac_mode in
16097 :F)
16098 #
16099 # CONFIG_FILE
16100 #
42ecbf5e
DJ
16101
16102 case $INSTALL in
16103 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16104 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16105 esac
16106 ac_MKDIR_P=$MKDIR_P
16107 case $MKDIR_P in
16108 [\\/$]* | ?:[\\/]* ) ;;
16109 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 16110 esac
81ecdfbb 16111_ACEOF
e5a52504 16112
81ecdfbb
RW
16113cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16114# If the template does not know about datarootdir, expand it.
16115# FIXME: This hack should be removed a few years after 2.60.
16116ac_datarootdir_hack=; ac_datarootdir_seen=
16117ac_sed_dataroot='
16118/datarootdir/ {
16119 p
16120 q
16121}
16122/@datadir@/p
16123/@docdir@/p
16124/@infodir@/p
16125/@localedir@/p
16126/@mandir@/p'
16127case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16128*datarootdir*) ac_datarootdir_seen=yes;;
16129*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16131$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16132_ACEOF
16133cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16134 ac_datarootdir_hack='
16135 s&@datadir@&$datadir&g
16136 s&@docdir@&$docdir&g
16137 s&@infodir@&$infodir&g
16138 s&@localedir@&$localedir&g
16139 s&@mandir@&$mandir&g
16140 s&\\\${datarootdir}&$datarootdir&g' ;;
16141esac
42ecbf5e 16142_ACEOF
81ecdfbb
RW
16143
16144# Neutralize VPATH when `$srcdir' = `.'.
16145# Shell code in configure.ac might set extrasub.
16146# FIXME: do we really want to maintain this feature?
16147cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16148ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
16149$extrasub
16150_ACEOF
81ecdfbb 16151cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
16152:t
16153/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16154s|@configure_input@|$ac_sed_conf_input|;t t
16155s&@top_builddir@&$ac_top_builddir_sub&;t t
16156s&@top_build_prefix@&$ac_top_build_prefix&;t t
16157s&@srcdir@&$ac_srcdir&;t t
16158s&@abs_srcdir@&$ac_abs_srcdir&;t t
16159s&@top_srcdir@&$ac_top_srcdir&;t t
16160s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16161s&@builddir@&$ac_builddir&;t t
16162s&@abs_builddir@&$ac_abs_builddir&;t t
16163s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16164s&@INSTALL@&$ac_INSTALL&;t t
16165s&@MKDIR_P@&$ac_MKDIR_P&;t t
16166$ac_datarootdir_hack
16167"
16168eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16169 || as_fn_error "could not create $ac_file" "$LINENO" 5
16170
16171test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16172 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16173 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16174 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16175which seems to be undefined. Please make sure it is defined." >&5
16176$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16177which seems to be undefined. Please make sure it is defined." >&2;}
16178
16179 rm -f "$tmp/stdin"
42ecbf5e 16180 case $ac_file in
81ecdfbb
RW
16181 -) cat "$tmp/out" && rm -f "$tmp/out";;
16182 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16183 esac \
16184 || as_fn_error "could not create $ac_file" "$LINENO" 5
16185 ;;
16186 :H)
16187 #
16188 # CONFIG_HEADER
16189 #
42ecbf5e 16190 if test x"$ac_file" != x-; then
81ecdfbb
RW
16191 {
16192 $as_echo "/* $configure_input */" \
16193 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16194 } >"$tmp/config.h" \
16195 || as_fn_error "could not create $ac_file" "$LINENO" 5
16196 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16197 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16198$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 16199 else
81ecdfbb
RW
16200 rm -f "$ac_file"
16201 mv "$tmp/config.h" "$ac_file" \
16202 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 16203 fi
42ecbf5e 16204 else
81ecdfbb
RW
16205 $as_echo "/* $configure_input */" \
16206 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16207 || as_fn_error "could not create -" "$LINENO" 5
252b5132 16208 fi
81ecdfbb
RW
16209# Compute "$ac_file"'s index in $config_headers.
16210_am_arg="$ac_file"
42ecbf5e
DJ
16211_am_stamp_count=1
16212for _am_header in $config_headers :; do
16213 case $_am_header in
81ecdfbb 16214 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
16215 break ;;
16216 * )
16217 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16218 esac
16219done
81ecdfbb
RW
16220echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16221$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16222 X"$_am_arg" : 'X\(//\)[^/]' \| \
16223 X"$_am_arg" : 'X\(//\)$' \| \
16224 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16225$as_echo X"$_am_arg" |
16226 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16227 s//\1/
16228 q
16229 }
16230 /^X\(\/\/\)[^/].*/{
16231 s//\1/
16232 q
16233 }
16234 /^X\(\/\/\)$/{
16235 s//\1/
16236 q
16237 }
16238 /^X\(\/\).*/{
16239 s//\1/
16240 q
16241 }
16242 s/.*/./; q'`/stamp-h$_am_stamp_count
16243 ;;
42ecbf5e 16244
81ecdfbb
RW
16245 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16246$as_echo "$as_me: executing $ac_file commands" >&6;}
16247 ;;
16248 esac
e5a52504 16249
42ecbf5e 16250
81ecdfbb
RW
16251 case $ac_file$ac_mode in
16252 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16253 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16254 # are listed without --file. Let's play safe and only enable the eval
16255 # if we detect the quoting.
16256 case $CONFIG_FILES in
16257 *\'*) eval set x "$CONFIG_FILES" ;;
16258 *) set x $CONFIG_FILES ;;
16259 esac
16260 shift
16261 for mf
16262 do
16263 # Strip MF so we end up with the name of the file.
16264 mf=`echo "$mf" | sed -e 's/:.*$//'`
16265 # Check whether this is an Automake generated Makefile or not.
16266 # We used to match only the files named `Makefile.in', but
16267 # some people rename them; so instead we look at the file content.
16268 # Grep'ing the first line is not enough: some people post-process
16269 # each Makefile.in and add a new line on top of each file to say so.
16270 # Grep'ing the whole file is not good either: AIX grep has a line
16271 # limit of 2048, but all sed's we know have understand at least 4000.
16272 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16273 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
16274$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16275 X"$mf" : 'X\(//\)[^/]' \| \
16276 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16277 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16278$as_echo X"$mf" |
16279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16280 s//\1/
16281 q
16282 }
16283 /^X\(\/\/\)[^/].*/{
16284 s//\1/
16285 q
16286 }
16287 /^X\(\/\/\)$/{
16288 s//\1/
16289 q
16290 }
16291 /^X\(\/\).*/{
16292 s//\1/
16293 q
16294 }
16295 s/.*/./; q'`
16296 else
16297 continue
16298 fi
16299 # Extract the definition of DEPDIR, am__include, and am__quote
16300 # from the Makefile without running `make'.
16301 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16302 test -z "$DEPDIR" && continue
16303 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16304 test -z "am__include" && continue
16305 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16306 # When using ansi2knr, U may be empty or an underscore; expand it
16307 U=`sed -n 's/^U = //p' < "$mf"`
16308 # Find all dependency output files, they are included files with
16309 # $(DEPDIR) in their names. We invoke sed twice because it is the
16310 # simplest approach to changing $(DEPDIR) to its actual value in the
16311 # expansion.
16312 for file in `sed -n "
16313 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16314 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16315 # Make sure the directory exists.
16316 test -f "$dirpart/$file" && continue
16317 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
16318$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16319 X"$file" : 'X\(//\)[^/]' \| \
16320 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16321 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16322$as_echo X"$file" |
16323 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16324 s//\1/
16325 q
16326 }
16327 /^X\(\/\/\)[^/].*/{
16328 s//\1/
16329 q
16330 }
16331 /^X\(\/\/\)$/{
16332 s//\1/
16333 q
16334 }
16335 /^X\(\/\).*/{
16336 s//\1/
16337 q
16338 }
16339 s/.*/./; q'`
16340 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16341 # echo "creating $dirpart/$file"
16342 echo '# dummy' > "$dirpart/$file"
42ecbf5e 16343 done
42ecbf5e 16344 done
81ecdfbb 16345}
d7040cdb 16346 ;;
81ecdfbb 16347 "libtool":C)
d7040cdb
SE
16348
16349 # See if we are running on zsh, and set the options which allow our
16350 # commands through without removal of \ escapes.
16351 if test -n "${ZSH_VERSION+set}" ; then
16352 setopt NO_GLOB_SUBST
16353 fi
16354
16355 cfgfile="${ofile}T"
16356 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16357 $RM "$cfgfile"
16358
16359 cat <<_LT_EOF >> "$cfgfile"
16360#! $SHELL
16361
16362# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16363# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16364# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16365# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16366#
718a6fd8 16367# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16368# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16369# Written by Gordon Matzigkeit, 1996
d7040cdb 16370#
718a6fd8 16371# This file is part of GNU Libtool.
d7040cdb 16372#
718a6fd8
SE
16373# GNU Libtool is free software; you can redistribute it and/or
16374# modify it under the terms of the GNU General Public License as
16375# published by the Free Software Foundation; either version 2 of
16376# the License, or (at your option) any later version.
d7040cdb 16377#
718a6fd8
SE
16378# As a special exception to the GNU General Public License,
16379# if you distribute this file as part of a program or library that
16380# is built using GNU Libtool, you may include this file under the
16381# same distribution terms that you use for the rest of that program.
d7040cdb 16382#
718a6fd8
SE
16383# GNU Libtool is distributed in the hope that it will be useful,
16384# but WITHOUT ANY WARRANTY; without even the implied warranty of
16385# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16386# GNU General Public License for more details.
d7040cdb 16387#
718a6fd8
SE
16388# You should have received a copy of the GNU General Public License
16389# along with GNU Libtool; see the file COPYING. If not, a copy
16390# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16391# obtained by writing to the Free Software Foundation, Inc.,
16392# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16393
16394
16395# The names of the tagged configurations supported by this script.
16396available_tags=""
16397
16398# ### BEGIN LIBTOOL CONFIG
16399
16400# Which release of libtool.m4 was used?
16401macro_version=$macro_version
16402macro_revision=$macro_revision
16403
16404# Whether or not to build shared libraries.
16405build_libtool_libs=$enable_shared
16406
16407# Whether or not to build static libraries.
16408build_old_libs=$enable_static
16409
16410# What type of objects to build.
16411pic_mode=$pic_mode
16412
16413# Whether or not to optimize for fast installation.
16414fast_install=$enable_fast_install
16415
3725885a
RW
16416# Shell to use when invoking shell scripts.
16417SHELL=$lt_SHELL
16418
16419# An echo program that protects backslashes.
16420ECHO=$lt_ECHO
16421
d7040cdb
SE
16422# The host system.
16423host_alias=$host_alias
16424host=$host
16425host_os=$host_os
16426
16427# The build system.
16428build_alias=$build_alias
16429build=$build
16430build_os=$build_os
16431
16432# A sed program that does not truncate output.
16433SED=$lt_SED
16434
16435# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16436Xsed="\$SED -e 1s/^X//"
16437
16438# A grep program that handles long lines.
16439GREP=$lt_GREP
16440
16441# An ERE matcher.
16442EGREP=$lt_EGREP
16443
16444# A literal string matcher.
16445FGREP=$lt_FGREP
16446
16447# A BSD- or MS-compatible name lister.
16448NM=$lt_NM
16449
16450# Whether we need soft or hard links.
16451LN_S=$lt_LN_S
16452
16453# What is the maximum length of a command?
16454max_cmd_len=$max_cmd_len
16455
16456# Object file suffix (normally "o").
16457objext=$ac_objext
16458
16459# Executable file suffix (normally "").
16460exeext=$exeext
16461
16462# whether the shell understands "unset".
16463lt_unset=$lt_unset
16464
16465# turn spaces into newlines.
16466SP2NL=$lt_lt_SP2NL
16467
16468# turn newlines into spaces.
16469NL2SP=$lt_lt_NL2SP
16470
718a6fd8
SE
16471# An object symbol dumper.
16472OBJDUMP=$lt_OBJDUMP
16473
d7040cdb
SE
16474# Method to check whether dependent libraries are shared objects.
16475deplibs_check_method=$lt_deplibs_check_method
16476
f2c621e4 16477# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16478file_magic_cmd=$lt_file_magic_cmd
16479
16480# The archiver.
16481AR=$lt_AR
16482AR_FLAGS=$lt_AR_FLAGS
16483
16484# A symbol stripping program.
16485STRIP=$lt_STRIP
16486
16487# Commands used to install an old-style archive.
16488RANLIB=$lt_RANLIB
16489old_postinstall_cmds=$lt_old_postinstall_cmds
16490old_postuninstall_cmds=$lt_old_postuninstall_cmds
16491
3725885a
RW
16492# Whether to use a lock for old archive extraction.
16493lock_old_archive_extraction=$lock_old_archive_extraction
16494
d7040cdb
SE
16495# A C compiler.
16496LTCC=$lt_CC
16497
16498# LTCC compiler flags.
16499LTCFLAGS=$lt_CFLAGS
16500
16501# Take the output of nm and produce a listing of raw symbols and C names.
16502global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16503
16504# Transform the output of nm in a proper C declaration.
16505global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16506
16507# Transform the output of nm in a C name address pair.
16508global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16509
718a6fd8
SE
16510# Transform the output of nm in a C name address pair when lib prefix is needed.
16511global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16512
d7040cdb
SE
16513# The name of the directory that contains temporary libtool files.
16514objdir=$objdir
16515
d7040cdb
SE
16516# Used to examine libraries when file_magic_cmd begins with "file".
16517MAGIC_CMD=$MAGIC_CMD
16518
16519# Must we lock files when doing compilation?
16520need_locks=$lt_need_locks
16521
718a6fd8
SE
16522# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16523DSYMUTIL=$lt_DSYMUTIL
16524
16525# Tool to change global to local symbols on Mac OS X.
16526NMEDIT=$lt_NMEDIT
16527
16528# Tool to manipulate fat objects and archives on Mac OS X.
16529LIPO=$lt_LIPO
16530
16531# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16532OTOOL=$lt_OTOOL
16533
16534# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16535OTOOL64=$lt_OTOOL64
16536
d7040cdb
SE
16537# Old archive suffix (normally "a").
16538libext=$libext
16539
16540# Shared library suffix (normally ".so").
16541shrext_cmds=$lt_shrext_cmds
16542
16543# The commands to extract the exported symbol list from a shared archive.
16544extract_expsyms_cmds=$lt_extract_expsyms_cmds
16545
16546# Variables whose values should be saved in libtool wrapper scripts and
16547# restored at link time.
16548variables_saved_for_relink=$lt_variables_saved_for_relink
16549
16550# Do we need the "lib" prefix for modules?
16551need_lib_prefix=$need_lib_prefix
16552
16553# Do we need a version for libraries?
16554need_version=$need_version
16555
16556# Library versioning type.
16557version_type=$version_type
16558
16559# Shared library runtime path variable.
16560runpath_var=$runpath_var
16561
16562# Shared library path variable.
16563shlibpath_var=$shlibpath_var
16564
16565# Is shlibpath searched before the hard-coded library search path?
16566shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16567
16568# Format of library name prefix.
16569libname_spec=$lt_libname_spec
16570
16571# List of archive names. First name is the real one, the rest are links.
16572# The last name is the one that the linker finds with -lNAME
16573library_names_spec=$lt_library_names_spec
16574
16575# The coded name of the library, if different from the real name.
16576soname_spec=$lt_soname_spec
16577
3725885a
RW
16578# Permission mode override for installation of shared libraries.
16579install_override_mode=$lt_install_override_mode
16580
d7040cdb
SE
16581# Command to use after installation of a shared archive.
16582postinstall_cmds=$lt_postinstall_cmds
16583
16584# Command to use after uninstallation of a shared archive.
16585postuninstall_cmds=$lt_postuninstall_cmds
16586
16587# Commands used to finish a libtool library installation in a directory.
16588finish_cmds=$lt_finish_cmds
16589
16590# As "finish_cmds", except a single script fragment to be evaled but
16591# not shown.
16592finish_eval=$lt_finish_eval
16593
16594# Whether we should hardcode library paths into libraries.
16595hardcode_into_libs=$hardcode_into_libs
16596
16597# Compile-time system search path for libraries.
16598sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16599
16600# Run-time system search path for libraries.
16601sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16602
16603# Whether dlopen is supported.
16604dlopen_support=$enable_dlopen
16605
16606# Whether dlopen of programs is supported.
16607dlopen_self=$enable_dlopen_self
16608
16609# Whether dlopen of statically linked programs is supported.
16610dlopen_self_static=$enable_dlopen_self_static
16611
16612# Commands to strip libraries.
16613old_striplib=$lt_old_striplib
16614striplib=$lt_striplib
16615
16616
16617# The linker used to build libraries.
16618LD=$lt_LD
16619
3725885a
RW
16620# How to create reloadable object files.
16621reload_flag=$lt_reload_flag
16622reload_cmds=$lt_reload_cmds
16623
d7040cdb
SE
16624# Commands used to build an old-style archive.
16625old_archive_cmds=$lt_old_archive_cmds
16626
16627# A language specific compiler.
16628CC=$lt_compiler
16629
16630# Is the compiler the GNU compiler?
16631with_gcc=$GCC
16632
16633# Compiler flag to turn off builtin functions.
16634no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16635
df7b86aa
NC
16636# How to pass a linker flag through the compiler.
16637wl=$lt_lt_prog_compiler_wl
16638
f2c621e4
AS
16639# Additional compiler flags for building library objects.
16640pic_flag=$lt_lt_prog_compiler_pic
16641
d7040cdb
SE
16642# Compiler flag to prevent dynamic linking.
16643link_static_flag=$lt_lt_prog_compiler_static
16644
16645# Does compiler simultaneously support -c and -o options?
16646compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16647
16648# Whether or not to add -lc for building shared libraries.
16649build_libtool_need_lc=$archive_cmds_need_lc
16650
16651# Whether or not to disallow shared libs when runtime libs are static.
16652allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16653
16654# Compiler flag to allow reflexive dlopens.
16655export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16656
16657# Compiler flag to generate shared objects directly from archives.
16658whole_archive_flag_spec=$lt_whole_archive_flag_spec
16659
16660# Whether the compiler copes with passing no objects directly.
16661compiler_needs_object=$lt_compiler_needs_object
16662
16663# Create an old-style archive from a shared archive.
16664old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16665
16666# Create a temporary old-style archive to link instead of a shared archive.
16667old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16668
16669# Commands used to build a shared archive.
16670archive_cmds=$lt_archive_cmds
16671archive_expsym_cmds=$lt_archive_expsym_cmds
16672
16673# Commands used to build a loadable module if different from building
16674# a shared archive.
16675module_cmds=$lt_module_cmds
16676module_expsym_cmds=$lt_module_expsym_cmds
16677
16678# Whether we are building with GNU ld or not.
16679with_gnu_ld=$lt_with_gnu_ld
16680
16681# Flag that allows shared libraries with undefined symbols to be built.
16682allow_undefined_flag=$lt_allow_undefined_flag
16683
16684# Flag that enforces no undefined symbols.
16685no_undefined_flag=$lt_no_undefined_flag
16686
16687# Flag to hardcode \$libdir into a binary during linking.
16688# This must work even if \$libdir does not exist
16689hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16690
16691# If ld is used when linking, flag to hardcode \$libdir into a binary
16692# during linking. This must work even if \$libdir does not exist.
16693hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16694
16695# Whether we need a single "-rpath" flag with a separated argument.
16696hardcode_libdir_separator=$lt_hardcode_libdir_separator
16697
16698# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16699# DIR into the resulting binary.
16700hardcode_direct=$hardcode_direct
16701
16702# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16703# DIR into the resulting binary and the resulting library dependency is
16704# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16705# library is relocated.
16706hardcode_direct_absolute=$hardcode_direct_absolute
16707
16708# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16709# into the resulting binary.
16710hardcode_minus_L=$hardcode_minus_L
16711
16712# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16713# into the resulting binary.
16714hardcode_shlibpath_var=$hardcode_shlibpath_var
16715
16716# Set to "yes" if building a shared library automatically hardcodes DIR
16717# into the library and all subsequent libraries and executables linked
16718# against it.
16719hardcode_automatic=$hardcode_automatic
16720
16721# Set to yes if linker adds runtime paths of dependent libraries
16722# to runtime path list.
16723inherit_rpath=$inherit_rpath
16724
16725# Whether libtool must link a program against all its dependency libraries.
16726link_all_deplibs=$link_all_deplibs
16727
f2c621e4
AS
16728# Fix the shell variable \$srcfile for the compiler.
16729fix_srcfile_path=$lt_fix_srcfile_path
16730
d7040cdb
SE
16731# Set to "yes" if exported symbols are required.
16732always_export_symbols=$always_export_symbols
16733
16734# The commands to list exported symbols.
16735export_symbols_cmds=$lt_export_symbols_cmds
16736
16737# Symbols that should not be listed in the preloaded symbols.
16738exclude_expsyms=$lt_exclude_expsyms
16739
16740# Symbols that must always be exported.
16741include_expsyms=$lt_include_expsyms
16742
16743# Commands necessary for linking programs (against libraries) with templates.
16744prelink_cmds=$lt_prelink_cmds
16745
16746# Specify filename containing input files.
16747file_list_spec=$lt_file_list_spec
16748
16749# How to hardcode a shared library path into an executable.
16750hardcode_action=$hardcode_action
16751
16752# ### END LIBTOOL CONFIG
16753
16754_LT_EOF
16755
16756 case $host_os in
16757 aix3*)
16758 cat <<\_LT_EOF >> "$cfgfile"
16759# AIX sometimes has problems with the GCC collect2 program. For some
16760# reason, if we set the COLLECT_NAMES environment variable, the problems
16761# vanish in a puff of smoke.
16762if test "X${COLLECT_NAMES+set}" != Xset; then
16763 COLLECT_NAMES=
16764 export COLLECT_NAMES
16765fi
16766_LT_EOF
16767 ;;
16768 esac
16769
16770
16771ltmain="$ac_aux_dir/ltmain.sh"
16772
16773
16774 # We use sed instead of cat because bash on DJGPP gets confused if
16775 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16776 # text mode, it properly converts lines to CR/LF. This bash problem
16777 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16778 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16779 || (rm -f "$cfgfile"; exit 1)
16780
16781 case $xsi_shell in
16782 yes)
16783 cat << \_LT_EOF >> "$cfgfile"
16784
16785# func_dirname file append nondir_replacement
16786# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16787# otherwise set result to NONDIR_REPLACEMENT.
16788func_dirname ()
16789{
16790 case ${1} in
16791 */*) func_dirname_result="${1%/*}${2}" ;;
16792 * ) func_dirname_result="${3}" ;;
16793 esac
16794}
16795
16796# func_basename file
16797func_basename ()
16798{
16799 func_basename_result="${1##*/}"
16800}
16801
16802# func_dirname_and_basename file append nondir_replacement
16803# perform func_basename and func_dirname in a single function
16804# call:
16805# dirname: Compute the dirname of FILE. If nonempty,
16806# add APPEND to the result, otherwise set result
16807# to NONDIR_REPLACEMENT.
16808# value returned in "$func_dirname_result"
16809# basename: Compute filename of FILE.
16810# value retuned in "$func_basename_result"
16811# Implementation must be kept synchronized with func_dirname
16812# and func_basename. For efficiency, we do not delegate to
16813# those functions but instead duplicate the functionality here.
16814func_dirname_and_basename ()
16815{
16816 case ${1} in
16817 */*) func_dirname_result="${1%/*}${2}" ;;
16818 * ) func_dirname_result="${3}" ;;
16819 esac
16820 func_basename_result="${1##*/}"
16821}
16822
16823# func_stripname prefix suffix name
16824# strip PREFIX and SUFFIX off of NAME.
16825# PREFIX and SUFFIX must not contain globbing or regex special
16826# characters, hashes, percent signs, but SUFFIX may contain a leading
16827# dot (in which case that matches only a dot).
16828func_stripname ()
16829{
16830 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16831 # positional parameters, so assign one to ordinary parameter first.
16832 func_stripname_result=${3}
16833 func_stripname_result=${func_stripname_result#"${1}"}
16834 func_stripname_result=${func_stripname_result%"${2}"}
16835}
16836
16837# func_opt_split
16838func_opt_split ()
16839{
16840 func_opt_split_opt=${1%%=*}
16841 func_opt_split_arg=${1#*=}
16842}
16843
16844# func_lo2o object
16845func_lo2o ()
16846{
16847 case ${1} in
16848 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16849 *) func_lo2o_result=${1} ;;
16850 esac
16851}
16852
16853# func_xform libobj-or-source
16854func_xform ()
16855{
16856 func_xform_result=${1%.*}.lo
16857}
16858
16859# func_arith arithmetic-term...
16860func_arith ()
16861{
16862 func_arith_result=$(( $* ))
16863}
16864
16865# func_len string
16866# STRING may not start with a hyphen.
16867func_len ()
16868{
16869 func_len_result=${#1}
16870}
16871
16872_LT_EOF
16873 ;;
16874 *) # Bourne compatible functions.
16875 cat << \_LT_EOF >> "$cfgfile"
16876
16877# func_dirname file append nondir_replacement
16878# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16879# otherwise set result to NONDIR_REPLACEMENT.
16880func_dirname ()
16881{
16882 # Extract subdirectory from the argument.
16883 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16884 if test "X$func_dirname_result" = "X${1}"; then
16885 func_dirname_result="${3}"
16886 else
16887 func_dirname_result="$func_dirname_result${2}"
16888 fi
16889}
16890
16891# func_basename file
16892func_basename ()
16893{
16894 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16895}
16896
16897
16898# func_stripname prefix suffix name
16899# strip PREFIX and SUFFIX off of NAME.
16900# PREFIX and SUFFIX must not contain globbing or regex special
16901# characters, hashes, percent signs, but SUFFIX may contain a leading
16902# dot (in which case that matches only a dot).
16903# func_strip_suffix prefix name
16904func_stripname ()
16905{
16906 case ${2} in
16907 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16908 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16909 esac
16910}
16911
16912# sed scripts:
16913my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16914my_sed_long_arg='1s/^-[^=]*=//'
16915
16916# func_opt_split
16917func_opt_split ()
16918{
16919 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16920 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16921}
16922
16923# func_lo2o object
16924func_lo2o ()
16925{
16926 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16927}
16928
16929# func_xform libobj-or-source
16930func_xform ()
16931{
16932 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16933}
16934
16935# func_arith arithmetic-term...
16936func_arith ()
16937{
16938 func_arith_result=`expr "$@"`
16939}
16940
16941# func_len string
16942# STRING may not start with a hyphen.
16943func_len ()
16944{
16945 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16946}
16947
16948_LT_EOF
16949esac
16950
16951case $lt_shell_append in
16952 yes)
16953 cat << \_LT_EOF >> "$cfgfile"
16954
16955# func_append var value
16956# Append VALUE to the end of shell variable VAR.
16957func_append ()
16958{
16959 eval "$1+=\$2"
16960}
16961_LT_EOF
16962 ;;
16963 *)
16964 cat << \_LT_EOF >> "$cfgfile"
16965
16966# func_append var value
16967# Append VALUE to the end of shell variable VAR.
16968func_append ()
16969{
16970 eval "$1=\$$1\$2"
16971}
16972
16973_LT_EOF
16974 ;;
16975 esac
16976
16977
16978 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16979 || (rm -f "$cfgfile"; exit 1)
16980
16981 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16982 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16983 chmod +x "$ofile"
16984
42ecbf5e 16985 ;;
81ecdfbb 16986 "default-1":C)
20e95c23
DJ
16987 for ac_file in $CONFIG_FILES; do
16988 # Support "outfile[:infile[:infile...]]"
16989 case "$ac_file" in
16990 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16991 esac
16992 # PO directories have a Makefile.in generated from Makefile.in.in.
16993 case "$ac_file" in */Makefile.in)
16994 # Adjust a relative srcdir.
16995 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16996 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16997 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16998 # In autoconf-2.13 it is called $ac_given_srcdir.
16999 # In autoconf-2.50 it is called $srcdir.
17000 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17001 case "$ac_given_srcdir" in
17002 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17003 /*) top_srcdir="$ac_given_srcdir" ;;
17004 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17005 esac
17006 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17007 rm -f "$ac_dir/POTFILES"
17008 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17009 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17010 POMAKEFILEDEPS="POTFILES.in"
17011 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17012 # on $ac_dir but don't depend on user-specified configuration
17013 # parameters.
17014 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17015 # The LINGUAS file contains the set of available languages.
17016 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17017 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
17018 fi
17019 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17020 # Hide the ALL_LINGUAS assigment from automake.
17021 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17022 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17023 else
37a42ee9 17024 # The set of available languages was given in configure.ac.
20e95c23
DJ
17025 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17026 fi
17027 case "$ac_given_srcdir" in
17028 .) srcdirpre= ;;
17029 *) srcdirpre='$(srcdir)/' ;;
17030 esac
17031 POFILES=
17032 GMOFILES=
17033 UPDATEPOFILES=
17034 DUMMYPOFILES=
17035 for lang in $ALL_LINGUAS; do
17036 POFILES="$POFILES $srcdirpre$lang.po"
17037 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17038 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17039 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17040 done
17041 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17042 # environment variable.
17043 INST_LINGUAS=
17044 if test -n "$ALL_LINGUAS"; then
17045 for presentlang in $ALL_LINGUAS; do
17046 useit=no
17047 if test "%UNSET%" != "$LINGUAS"; then
17048 desiredlanguages="$LINGUAS"
17049 else
17050 desiredlanguages="$ALL_LINGUAS"
17051 fi
17052 for desiredlang in $desiredlanguages; do
17053 # Use the presentlang catalog if desiredlang is
17054 # a. equal to presentlang, or
17055 # b. a variant of presentlang (because in this case,
17056 # presentlang can be used as a fallback for messages
17057 # which are not translated in the desiredlang catalog).
17058 case "$desiredlang" in
17059 "$presentlang"*) useit=yes;;
17060 esac
17061 done
17062 if test $useit = yes; then
17063 INST_LINGUAS="$INST_LINGUAS $presentlang"
17064 fi
17065 done
17066 fi
17067 CATALOGS=
17068 if test -n "$INST_LINGUAS"; then
17069 for lang in $INST_LINGUAS; do
17070 CATALOGS="$CATALOGS $lang.gmo"
17071 done
17072 fi
17073 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17074 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"
17075 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17076 if test -f "$f"; then
17077 case "$f" in
17078 *.orig | *.bak | *~) ;;
17079 *) cat "$f" >> "$ac_dir/Makefile" ;;
17080 esac
17081 fi
17082 done
17083 fi
17084 ;;
17085 esac
17086 done ;;
81ecdfbb 17087
42ecbf5e 17088 esac
81ecdfbb 17089done # for ac_tag
e5a52504 17090
42ecbf5e 17091
81ecdfbb 17092as_fn_exit 0
42ecbf5e 17093_ACEOF
42ecbf5e
DJ
17094ac_clean_files=$ac_clean_files_save
17095
81ecdfbb
RW
17096test $ac_write_fail = 0 ||
17097 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17098
42ecbf5e
DJ
17099
17100# configure is writing to config.log, and then calls config.status.
17101# config.status does its own redirection, appending to config.log.
17102# Unfortunately, on DOS this fails, as config.log is still kept open
17103# by configure, so config.status won't be able to write to it; its
17104# output is simply discarded. So we exec the FD to /dev/null,
17105# effectively closing config.log, so it can be properly (re)opened and
17106# appended to by config.status. When coming back to configure, we
17107# need to make the FD available again.
17108if test "$no_create" != yes; then
17109 ac_cs_success=:
17110 ac_config_status_args=
17111 test "$silent" = yes &&
17112 ac_config_status_args="$ac_config_status_args --quiet"
17113 exec 5>/dev/null
17114 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17115 exec 5>>config.log
17116 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17117 # would make configure fail if this is the last instruction.
81ecdfbb
RW
17118 $ac_cs_success || as_fn_exit $?
17119fi
17120if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17122$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 17123fi
252b5132 17124
This page took 2.286955 seconds and 4 git commands to generate.