daily update
[deliverable/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
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.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 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
607OBJDUMP_DEFS
608BUILD_INSTALL_MISC
609BUILD_MISC
610BUILD_DLLWRAP
611BUILD_WINDMC
612BUILD_WINDRES
613DLLTOOL_DEFS
614BUILD_DLLTOOL
615BUILD_SRCONV
616BUILD_NLMCONV
617NLMCONV_DEFS
618LTLIBICONV
619LIBICONV
620ALLOCA
621DEMANGLER_NAME
622EXEEXT_FOR_BUILD
623CC_FOR_BUILD
624HDEFINES
625GENINSRC_NEVER_FALSE
626GENINSRC_NEVER_TRUE
627MAINT
628MAINTAINER_MODE_FALSE
629MAINTAINER_MODE_TRUE
630MSGMERGE
631MSGFMT
632MKINSTALLDIRS
633CATOBJEXT
634GENCAT
635INSTOBJEXT
636DATADIRNAME
637CATALOGS
638POSUB
639GMSGFMT
640XGETTEXT
641INCINTL
642LIBINTL_DEP
643LIBINTL
644USE_NLS
645LEXLIB
646LEX_OUTPUT_ROOT
647LEX
648YFLAGS
649YACC
650NO_WERROR
651WARN_CFLAGS
652OTOOL64
653OTOOL
654LIPO
655NMEDIT
656DSYMUTIL
81ecdfbb
RW
657RANLIB
658AR
659OBJDUMP
660LN_S
661NM
662ac_ct_DUMPBIN
663DUMPBIN
664LD
665FGREP
666SED
667LIBTOOL
668EGREP
669GREP
670CPP
671am__fastdepCC_FALSE
672am__fastdepCC_TRUE
673CCDEPMODE
674AMDEPBACKSLASH
675AMDEP_FALSE
676AMDEP_TRUE
677am__quote
678am__include
679DEPDIR
680am__untar
681am__tar
682AMTAR
683am__leading_dot
684SET_MAKE
685AWK
686mkdir_p
687MKDIR_P
688INSTALL_STRIP_PROGRAM
689STRIP
690install_sh
691MAKEINFO
692AUTOHEADER
693AUTOMAKE
694AUTOCONF
695ACLOCAL
696VERSION
697PACKAGE
698CYGPATH_W
699am__isrc
700INSTALL_DATA
701INSTALL_SCRIPT
702INSTALL_PROGRAM
703OBJEXT
704EXEEXT
705ac_ct_CC
706CPPFLAGS
707LDFLAGS
708CFLAGS
709CC
710target_os
711target_vendor
712target_cpu
713target
714host_os
715host_vendor
716host_cpu
717host
718build_os
719build_vendor
720build_cpu
721build
722target_alias
723host_alias
724build_alias
725LIBS
726ECHO_T
727ECHO_N
728ECHO_C
729DEFS
730mandir
731localedir
732libdir
733psdir
734pdfdir
735dvidir
736htmldir
737infodir
738docdir
739oldincludedir
740includedir
741localstatedir
742sharedstatedir
743sysconfdir
744datadir
745datarootdir
746libexecdir
747sbindir
748bindir
749program_transform_name
750prefix
751exec_prefix
752PACKAGE_URL
753PACKAGE_BUGREPORT
754PACKAGE_STRING
755PACKAGE_VERSION
756PACKAGE_TARNAME
757PACKAGE_NAME
758PATH_SEPARATOR
759SHELL'
42ecbf5e 760ac_subst_files=''
81ecdfbb
RW
761ac_user_opts='
762enable_option_checking
763enable_dependency_tracking
764enable_plugins
765enable_largefile
766enable_shared
767enable_static
768with_pic
769enable_fast_install
770with_gnu_ld
771enable_libtool_lock
772enable_targets
773enable_werror
774enable_build_warnings
775enable_nls
776enable_maintainer_mode
777enable_rpath
778with_libiconv_prefix
779'
780 ac_precious_vars='build_alias
781host_alias
782target_alias
783CC
784CFLAGS
785LDFLAGS
786LIBS
787CPPFLAGS
788CPP
789YACC
790YFLAGS'
791
252b5132
RH
792
793# Initialize some variables set by options.
42ecbf5e
DJ
794ac_init_help=
795ac_init_version=false
81ecdfbb
RW
796ac_unrecognized_opts=
797ac_unrecognized_sep=
252b5132
RH
798# The variables have the same names as the options, with
799# dashes changed to underlines.
42ecbf5e 800cache_file=/dev/null
252b5132 801exec_prefix=NONE
252b5132 802no_create=
252b5132
RH
803no_recursion=
804prefix=NONE
805program_prefix=NONE
806program_suffix=NONE
807program_transform_name=s,x,x,
808silent=
809site=
810srcdir=
252b5132
RH
811verbose=
812x_includes=NONE
813x_libraries=NONE
42ecbf5e
DJ
814
815# Installation directory options.
816# These are left unexpanded so users can "make install exec_prefix=/foo"
817# and all the variables that are supposed to be based on exec_prefix
818# by default will actually change.
819# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 820# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
821bindir='${exec_prefix}/bin'
822sbindir='${exec_prefix}/sbin'
823libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
824datarootdir='${prefix}/share'
825datadir='${datarootdir}'
252b5132
RH
826sysconfdir='${prefix}/etc'
827sharedstatedir='${prefix}/com'
828localstatedir='${prefix}/var'
252b5132
RH
829includedir='${prefix}/include'
830oldincludedir='/usr/include'
81ecdfbb
RW
831docdir='${datarootdir}/doc/${PACKAGE}'
832infodir='${datarootdir}/info'
833htmldir='${docdir}'
834dvidir='${docdir}'
835pdfdir='${docdir}'
836psdir='${docdir}'
837libdir='${exec_prefix}/lib'
838localedir='${datarootdir}/locale'
839mandir='${datarootdir}/man'
252b5132 840
252b5132 841ac_prev=
81ecdfbb 842ac_dashdash=
252b5132
RH
843for ac_option
844do
252b5132
RH
845 # If the previous option needs an argument, assign it.
846 if test -n "$ac_prev"; then
81ecdfbb 847 eval $ac_prev=\$ac_option
252b5132
RH
848 ac_prev=
849 continue
850 fi
851
81ecdfbb
RW
852 case $ac_option in
853 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
854 *) ac_optarg=yes ;;
855 esac
252b5132
RH
856
857 # Accept the important Cygnus configure options, so we can diagnose typos.
858
81ecdfbb
RW
859 case $ac_dashdash$ac_option in
860 --)
861 ac_dashdash=yes ;;
252b5132
RH
862
863 -bindir | --bindir | --bindi | --bind | --bin | --bi)
864 ac_prev=bindir ;;
865 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 866 bindir=$ac_optarg ;;
252b5132
RH
867
868 -build | --build | --buil | --bui | --bu)
42ecbf5e 869 ac_prev=build_alias ;;
252b5132 870 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 871 build_alias=$ac_optarg ;;
252b5132
RH
872
873 -cache-file | --cache-file | --cache-fil | --cache-fi \
874 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
875 ac_prev=cache_file ;;
876 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
877 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
878 cache_file=$ac_optarg ;;
879
880 --config-cache | -C)
881 cache_file=config.cache ;;
252b5132 882
81ecdfbb 883 -datadir | --datadir | --datadi | --datad)
252b5132 884 ac_prev=datadir ;;
81ecdfbb 885 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 886 datadir=$ac_optarg ;;
252b5132 887
81ecdfbb
RW
888 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
889 | --dataroo | --dataro | --datar)
890 ac_prev=datarootdir ;;
891 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
892 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
893 datarootdir=$ac_optarg ;;
894
252b5132 895 -disable-* | --disable-*)
81ecdfbb 896 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 897 # Reject names that are not valid shell variable names.
81ecdfbb
RW
898 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
899 as_fn_error "invalid feature name: $ac_useropt"
900 ac_useropt_orig=$ac_useropt
901 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
902 case $ac_user_opts in
903 *"
904"enable_$ac_useropt"
905"*) ;;
906 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
907 ac_unrecognized_sep=', ';;
908 esac
909 eval enable_$ac_useropt=no ;;
910
911 -docdir | --docdir | --docdi | --doc | --do)
912 ac_prev=docdir ;;
913 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
914 docdir=$ac_optarg ;;
915
916 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
917 ac_prev=dvidir ;;
918 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
919 dvidir=$ac_optarg ;;
252b5132
RH
920
921 -enable-* | --enable-*)
81ecdfbb 922 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 923 # Reject names that are not valid shell variable names.
81ecdfbb
RW
924 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
925 as_fn_error "invalid feature name: $ac_useropt"
926 ac_useropt_orig=$ac_useropt
927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
928 case $ac_user_opts in
929 *"
930"enable_$ac_useropt"
931"*) ;;
932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
933 ac_unrecognized_sep=', ';;
252b5132 934 esac
81ecdfbb 935 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
936
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
42ecbf5e 944 exec_prefix=$ac_optarg ;;
252b5132
RH
945
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
949
42ecbf5e
DJ
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
252b5132
RH
956
957 -host | --host | --hos | --ho)
42ecbf5e 958 ac_prev=host_alias ;;
252b5132 959 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 960 host_alias=$ac_optarg ;;
252b5132 961
81ecdfbb
RW
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
967
252b5132
RH
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 973 includedir=$ac_optarg ;;
252b5132
RH
974
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 978 infodir=$ac_optarg ;;
252b5132
RH
979
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 983 libdir=$ac_optarg ;;
252b5132
RH
984
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 990 libexecdir=$ac_optarg ;;
252b5132 991
81ecdfbb
RW
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
996
252b5132 997 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 998 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1002 localstatedir=$ac_optarg ;;
252b5132
RH
1003
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1007 mandir=$ac_optarg ;;
252b5132
RH
1008
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1012
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1014 | --no-cr | --no-c | -n)
252b5132
RH
1015 no_create=yes ;;
1016
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1020
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1028 oldincludedir=$ac_optarg ;;
252b5132
RH
1029
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1033 prefix=$ac_optarg ;;
252b5132
RH
1034
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1040 program_prefix=$ac_optarg ;;
252b5132
RH
1041
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1047 program_suffix=$ac_optarg ;;
252b5132
RH
1048
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1064 program_transform_name=$ac_optarg ;;
252b5132 1065
81ecdfbb
RW
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1070
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1075
252b5132
RH
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1079
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
42ecbf5e 1084 sbindir=$ac_optarg ;;
252b5132
RH
1085
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
42ecbf5e 1095 sharedstatedir=$ac_optarg ;;
252b5132
RH
1096
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
42ecbf5e 1100 site=$ac_optarg ;;
252b5132
RH
1101
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1105 srcdir=$ac_optarg ;;
252b5132
RH
1106
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1112 sysconfdir=$ac_optarg ;;
252b5132
RH
1113
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1115 ac_prev=target_alias ;;
252b5132 1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1117 target_alias=$ac_optarg ;;
252b5132
RH
1118
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1121
42ecbf5e
DJ
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
252b5132
RH
1124
1125 -with-* | --with-*)
81ecdfbb 1126 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1127 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1128 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1129 as_fn_error "invalid package name: $ac_useropt"
1130 ac_useropt_orig=$ac_useropt
1131 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1132 case $ac_user_opts in
1133 *"
1134"with_$ac_useropt"
1135"*) ;;
1136 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1137 ac_unrecognized_sep=', ';;
252b5132 1138 esac
81ecdfbb 1139 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1140
1141 -without-* | --without-*)
81ecdfbb 1142 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1143 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1144 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1145 as_fn_error "invalid package name: $ac_useropt"
1146 ac_useropt_orig=$ac_useropt
1147 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1148 case $ac_user_opts in
1149 *"
1150"with_$ac_useropt"
1151"*) ;;
1152 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1153 ac_unrecognized_sep=', ';;
1154 esac
1155 eval with_$ac_useropt=no ;;
252b5132
RH
1156
1157 --x)
1158 # Obsolete; use --with-x.
1159 with_x=yes ;;
1160
1161 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1162 | --x-incl | --x-inc | --x-in | --x-i)
1163 ac_prev=x_includes ;;
1164 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1165 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1166 x_includes=$ac_optarg ;;
252b5132
RH
1167
1168 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1169 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1170 ac_prev=x_libraries ;;
1171 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1172 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1173 x_libraries=$ac_optarg ;;
252b5132 1174
81ecdfbb
RW
1175 -*) as_fn_error "unrecognized option: \`$ac_option'
1176Try \`$0 --help' for more information."
252b5132
RH
1177 ;;
1178
42ecbf5e
DJ
1179 *=*)
1180 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1181 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1182 case $ac_envvar in #(
1183 '' | [0-9]* | *[!_$as_cr_alnum]* )
1184 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1185 esac
1186 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1187 export $ac_envvar ;;
1188
252b5132 1189 *)
42ecbf5e 1190 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1191 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1192 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1193 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42ecbf5e 1194 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1195 ;;
1196
1197 esac
1198done
1199
1200if test -n "$ac_prev"; then
42ecbf5e 1201 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1202 as_fn_error "missing argument to $ac_option"
252b5132
RH
1203fi
1204
81ecdfbb
RW
1205if test -n "$ac_unrecognized_opts"; then
1206 case $enable_option_checking in
1207 no) ;;
1208 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1209 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1210 esac
81ecdfbb 1211fi
252b5132 1212
81ecdfbb
RW
1213# Check all directory arguments for consistency.
1214for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1215 datadir sysconfdir sharedstatedir localstatedir includedir \
1216 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1217 libdir localedir mandir
252b5132 1218do
81ecdfbb
RW
1219 eval ac_val=\$$ac_var
1220 # Remove trailing slashes.
42ecbf5e 1221 case $ac_val in
81ecdfbb
RW
1222 */ )
1223 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1224 eval $ac_var=\$ac_val;;
252b5132 1225 esac
81ecdfbb
RW
1226 # Be sure to have absolute directory names.
1227 case $ac_val in
1228 [\\/$]* | ?:[\\/]* ) continue;;
1229 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1230 esac
1231 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1232done
1233
42ecbf5e
DJ
1234# There might be people who depend on the old broken behavior: `$host'
1235# used to hold the argument of --host etc.
1236# FIXME: To remove some day.
1237build=$build_alias
1238host=$host_alias
1239target=$target_alias
1240
1241# FIXME: To remove some day.
1242if test "x$host_alias" != x; then
1243 if test "x$build_alias" = x; then
1244 cross_compiling=maybe
81ecdfbb 1245 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42ecbf5e
DJ
1246 If a cross compiler is detected then cross compile mode will be used." >&2
1247 elif test "x$build_alias" != "x$host_alias"; then
1248 cross_compiling=yes
1249 fi
1250fi
e5a52504 1251
42ecbf5e
DJ
1252ac_tool_prefix=
1253test -n "$host_alias" && ac_tool_prefix=$host_alias-
1254
1255test "$silent" = yes && exec 6>/dev/null
252b5132 1256
252b5132 1257
81ecdfbb
RW
1258ac_pwd=`pwd` && test -n "$ac_pwd" &&
1259ac_ls_di=`ls -di .` &&
1260ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1261 as_fn_error "working directory cannot be determined"
1262test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1263 as_fn_error "pwd does not report name of working directory"
1264
1265
252b5132
RH
1266# Find the source files, if location was not specified.
1267if test -z "$srcdir"; then
1268 ac_srcdir_defaulted=yes
81ecdfbb
RW
1269 # Try the directory containing this script, then the parent directory.
1270 ac_confdir=`$as_dirname -- "$as_myself" ||
1271$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1272 X"$as_myself" : 'X\(//\)[^/]' \| \
1273 X"$as_myself" : 'X\(//\)$' \| \
1274 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1275$as_echo X"$as_myself" |
1276 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1277 s//\1/
1278 q
1279 }
1280 /^X\(\/\/\)[^/].*/{
1281 s//\1/
1282 q
1283 }
1284 /^X\(\/\/\)$/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\).*/{
1289 s//\1/
1290 q
1291 }
1292 s/.*/./; q'`
252b5132 1293 srcdir=$ac_confdir
81ecdfbb 1294 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1295 srcdir=..
1296 fi
1297else
1298 ac_srcdir_defaulted=no
1299fi
81ecdfbb
RW
1300if test ! -r "$srcdir/$ac_unique_file"; then
1301 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1302 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1303fi
1304ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1305ac_abs_confdir=`(
1306 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1307 pwd)`
1308# When building in place, set srcdir=.
1309if test "$ac_abs_confdir" = "$ac_pwd"; then
1310 srcdir=.
1311fi
1312# Remove unnecessary trailing slashes from srcdir.
1313# Double slashes in file names in object file debugging info
1314# mess up M-x gdb in Emacs.
1315case $srcdir in
1316*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1317esac
1318for ac_var in $ac_precious_vars; do
1319 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1320 eval ac_env_${ac_var}_value=\$${ac_var}
1321 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1322 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1323done
252b5132 1324
42ecbf5e
DJ
1325#
1326# Report the --help message.
1327#
1328if test "$ac_init_help" = "long"; then
1329 # Omit some internal or obsolete options to make the list less imposing.
1330 # This message is too long to be a string in the A/UX 3.1 sh.
1331 cat <<_ACEOF
1332\`configure' configures this package to adapt to many kinds of systems.
252b5132 1333
42ecbf5e 1334Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1335
42ecbf5e
DJ
1336To assign environment variables (e.g., CC, CFLAGS...), specify them as
1337VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1338
42ecbf5e 1339Defaults for the options are specified in brackets.
ac48eca1 1340
42ecbf5e
DJ
1341Configuration:
1342 -h, --help display this help and exit
1343 --help=short display options specific to this package
1344 --help=recursive display the short help of all the included packages
1345 -V, --version display version information and exit
1346 -q, --quiet, --silent do not print \`checking...' messages
1347 --cache-file=FILE cache test results in FILE [disabled]
1348 -C, --config-cache alias for \`--cache-file=config.cache'
1349 -n, --no-create do not create output files
1350 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1351
42ecbf5e
DJ
1352Installation directories:
1353 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1354 [$ac_default_prefix]
42ecbf5e 1355 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1356 [PREFIX]
ac48eca1 1357
42ecbf5e
DJ
1358By default, \`make install' will install all the files in
1359\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1360an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1361for instance \`--prefix=\$HOME'.
ac48eca1 1362
42ecbf5e 1363For better control, use the options below.
ac48eca1 1364
42ecbf5e 1365Fine tuning of the installation directories:
81ecdfbb
RW
1366 --bindir=DIR user executables [EPREFIX/bin]
1367 --sbindir=DIR system admin executables [EPREFIX/sbin]
1368 --libexecdir=DIR program executables [EPREFIX/libexec]
1369 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1370 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1371 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1372 --libdir=DIR object code libraries [EPREFIX/lib]
1373 --includedir=DIR C header files [PREFIX/include]
1374 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1375 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1376 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1377 --infodir=DIR info documentation [DATAROOTDIR/info]
1378 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1379 --mandir=DIR man documentation [DATAROOTDIR/man]
1380 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1381 --htmldir=DIR html documentation [DOCDIR]
1382 --dvidir=DIR dvi documentation [DOCDIR]
1383 --pdfdir=DIR pdf documentation [DOCDIR]
1384 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1385_ACEOF
ac48eca1 1386
42ecbf5e 1387 cat <<\_ACEOF
252b5132 1388
42ecbf5e
DJ
1389Program names:
1390 --program-prefix=PREFIX prepend PREFIX to installed program names
1391 --program-suffix=SUFFIX append SUFFIX to installed program names
1392 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1393
42ecbf5e
DJ
1394System types:
1395 --build=BUILD configure for building on BUILD [guessed]
1396 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1397 --target=TARGET configure for building compilers for TARGET [HOST]
1398_ACEOF
252b5132 1399fi
252b5132 1400
42ecbf5e 1401if test -n "$ac_init_help"; then
252b5132 1402
42ecbf5e 1403 cat <<\_ACEOF
252b5132 1404
42ecbf5e 1405Optional Features:
81ecdfbb 1406 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1407 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1408 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1409 --disable-dependency-tracking speeds up one-time build
1410 --enable-dependency-tracking do not reject slow dependency extractors
5691d22d 1411 --enable-plugins Enable support for plugins (defaults no)
d053aef8 1412 --disable-largefile omit support for large files
81ecdfbb
RW
1413 --enable-shared[=PKGS] build shared libraries [default=yes]
1414 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1415 --enable-fast-install[=PKGS]
1416 optimize for fast installation [default=yes]
42ecbf5e
DJ
1417 --disable-libtool-lock avoid locking (might break parallel builds)
1418 --enable-targets alternative target configurations
241a6c40
AM
1419 --enable-werror treat compile warnings as errors
1420 --enable-build-warnings enable build-time compiler warnings
42ecbf5e
DJ
1421 --disable-nls do not use Native Language Support
1422 --enable-maintainer-mode enable make rules and dependencies not useful
1423 (and sometimes confusing) to the casual installer
5ba684e2 1424 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1425
1426Optional Packages:
1427 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1428 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1429 --with-pic try to use only PIC/non-PIC objects [default=use
1430 both]
1431 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
5ba684e2
NC
1432 --with-gnu-ld assume the C compiler uses GNU ld default=no
1433 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1434 --without-libiconv-prefix don't search for libiconv in includedir and libdir
252b5132 1435
42ecbf5e
DJ
1436Some influential environment variables:
1437 CC C compiler command
1438 CFLAGS C compiler flags
1439 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1440 nonstandard directory <lib dir>
81ecdfbb
RW
1441 LIBS libraries to pass to the linker, e.g. -l<library>
1442 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1443 you have headers in a nonstandard directory <include dir>
42ecbf5e 1444 CPP C preprocessor
81ecdfbb
RW
1445 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1446 the first program found out of: `bison -y', `byacc', `yacc'.
1447 YFLAGS The list of arguments that will be passed by default to $YACC.
1448 This script will default YFLAGS to the empty string to avoid a
1449 default value of `-d' given by some make applications.
e5a52504 1450
42ecbf5e
DJ
1451Use these variables to override the choices made by `configure' or to help
1452it to find libraries and programs with nonstandard names/locations.
1453
81ecdfbb 1454Report bugs to the package provider.
42ecbf5e 1455_ACEOF
81ecdfbb 1456ac_status=$?
252b5132
RH
1457fi
1458
42ecbf5e
DJ
1459if test "$ac_init_help" = "recursive"; then
1460 # If there are subdirs, report their specific --help.
42ecbf5e 1461 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1462 test -d "$ac_dir" ||
1463 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1464 continue
42ecbf5e
DJ
1465 ac_builddir=.
1466
81ecdfbb
RW
1467case "$ac_dir" in
1468.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469*)
1470 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1471 # A ".." for each directory in $ac_dir_suffix.
1472 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1473 case $ac_top_builddir_sub in
1474 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1475 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1476 esac ;;
1477esac
1478ac_abs_top_builddir=$ac_pwd
1479ac_abs_builddir=$ac_pwd$ac_dir_suffix
1480# for backward compatibility:
1481ac_top_builddir=$ac_top_build_prefix
252b5132 1482
42ecbf5e 1483case $srcdir in
81ecdfbb 1484 .) # We are building in place.
42ecbf5e 1485 ac_srcdir=.
81ecdfbb
RW
1486 ac_top_srcdir=$ac_top_builddir_sub
1487 ac_abs_top_srcdir=$ac_pwd ;;
1488 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1489 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1490 ac_top_srcdir=$srcdir
1491 ac_abs_top_srcdir=$srcdir ;;
1492 *) # Relative name.
1493 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1494 ac_top_srcdir=$ac_top_build_prefix$srcdir
1495 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1496esac
81ecdfbb
RW
1497ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1498
1499 cd "$ac_dir" || { ac_status=$?; continue; }
1500 # Check for guested configure.
1501 if test -f "$ac_srcdir/configure.gnu"; then
1502 echo &&
1503 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1504 elif test -f "$ac_srcdir/configure"; then
1505 echo &&
1506 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1507 else
81ecdfbb
RW
1508 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1509 fi || ac_status=$?
1510 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1511 done
1512fi
5d64ca4e 1513
81ecdfbb 1514test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1515if $ac_init_version; then
1516 cat <<\_ACEOF
81ecdfbb
RW
1517configure
1518generated by GNU Autoconf 2.64
5d64ca4e 1519
81ecdfbb 1520Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
1521This configure script is free software; the Free Software Foundation
1522gives unlimited permission to copy, distribute and modify it.
1523_ACEOF
81ecdfbb 1524 exit
42ecbf5e 1525fi
252b5132 1526
81ecdfbb
RW
1527## ------------------------ ##
1528## Autoconf initialization. ##
1529## ------------------------ ##
e5a52504 1530
81ecdfbb
RW
1531# ac_fn_c_try_compile LINENO
1532# --------------------------
1533# Try to compile conftest.$ac_ext, and return whether this succeeded.
1534ac_fn_c_try_compile ()
42ecbf5e 1535{
81ecdfbb
RW
1536 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1537 rm -f conftest.$ac_objext
1538 if { { ac_try="$ac_compile"
1539case "(($ac_try" in
1540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1541 *) ac_try_echo=$ac_try;;
1542esac
1543eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1544$as_echo "$ac_try_echo"; } >&5
1545 (eval "$ac_compile") 2>conftest.err
1546 ac_status=$?
1547 if test -s conftest.err; then
1548 grep -v '^ *+' conftest.err >conftest.er1
1549 cat conftest.er1 >&5
1550 mv -f conftest.er1 conftest.err
1551 fi
1552 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1553 test $ac_status = 0; } && {
1554 test -z "$ac_c_werror_flag" ||
1555 test ! -s conftest.err
1556 } && test -s conftest.$ac_objext; then :
1557 ac_retval=0
1558else
1559 $as_echo "$as_me: failed program was:" >&5
1560sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1561
81ecdfbb
RW
1562 ac_retval=1
1563fi
1564 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1565 return $ac_retval
42ecbf5e 1566
81ecdfbb
RW
1567} # ac_fn_c_try_compile
1568
1569# ac_fn_c_try_link LINENO
1570# -----------------------
1571# Try to link conftest.$ac_ext, and return whether this succeeded.
1572ac_fn_c_try_link ()
1573{
1574 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1575 rm -f conftest.$ac_objext conftest$ac_exeext
1576 if { { ac_try="$ac_link"
1577case "(($ac_try" in
1578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1579 *) ac_try_echo=$ac_try;;
1580esac
1581eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1582$as_echo "$ac_try_echo"; } >&5
1583 (eval "$ac_link") 2>conftest.err
1584 ac_status=$?
1585 if test -s conftest.err; then
1586 grep -v '^ *+' conftest.err >conftest.er1
1587 cat conftest.er1 >&5
1588 mv -f conftest.er1 conftest.err
1589 fi
1590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1591 test $ac_status = 0; } && {
1592 test -z "$ac_c_werror_flag" ||
1593 test ! -s conftest.err
1594 } && test -s conftest$ac_exeext && {
1595 test "$cross_compiling" = yes ||
1596 $as_test_x conftest$ac_exeext
1597 }; then :
1598 ac_retval=0
1599else
1600 $as_echo "$as_me: failed program was:" >&5
1601sed 's/^/| /' conftest.$ac_ext >&5
1602
1603 ac_retval=1
1604fi
1605 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1606 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1607 # interfere with the next link command; also delete a directory that is
1608 # left behind by Apple's compiler. We do this before executing the actions.
1609 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1610 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1611 return $ac_retval
1612
1613} # ac_fn_c_try_link
1614
1615# ac_fn_c_try_cpp LINENO
1616# ----------------------
1617# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1618ac_fn_c_try_cpp ()
1619{
1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621 if { { ac_try="$ac_cpp conftest.$ac_ext"
1622case "(($ac_try" in
1623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1624 *) ac_try_echo=$ac_try;;
1625esac
1626eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1627$as_echo "$ac_try_echo"; } >&5
1628 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1629 ac_status=$?
1630 if test -s conftest.err; then
1631 grep -v '^ *+' conftest.err >conftest.er1
1632 cat conftest.er1 >&5
1633 mv -f conftest.er1 conftest.err
1634 fi
1635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1636 test $ac_status = 0; } >/dev/null && {
1637 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1638 test ! -s conftest.err
1639 }; then :
1640 ac_retval=0
1641else
1642 $as_echo "$as_me: failed program was:" >&5
1643sed 's/^/| /' conftest.$ac_ext >&5
1644
1645 ac_retval=1
1646fi
1647 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1648 return $ac_retval
1649
1650} # ac_fn_c_try_cpp
1651
1652# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1653# -------------------------------------------------------
1654# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1655# the include files in INCLUDES and setting the cache variable VAR
1656# accordingly.
1657ac_fn_c_check_header_mongrel ()
1658{
1659 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1660 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1662$as_echo_n "checking for $2... " >&6; }
1663if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1664 $as_echo_n "(cached) " >&6
1665fi
1666eval ac_res=\$$3
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1668$as_echo "$ac_res" >&6; }
1669else
1670 # Is the header compilable?
1671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1672$as_echo_n "checking $2 usability... " >&6; }
1673cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1674/* end confdefs.h. */
1675$4
1676#include <$2>
1677_ACEOF
1678if ac_fn_c_try_compile "$LINENO"; then :
1679 ac_header_compiler=yes
1680else
1681 ac_header_compiler=no
1682fi
1683rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1685$as_echo "$ac_header_compiler" >&6; }
1686
1687# Is the header present?
1688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1689$as_echo_n "checking $2 presence... " >&6; }
1690cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1691/* end confdefs.h. */
1692#include <$2>
1693_ACEOF
1694if ac_fn_c_try_cpp "$LINENO"; then :
1695 ac_header_preproc=yes
1696else
1697 ac_header_preproc=no
1698fi
1699rm -f conftest.err conftest.$ac_ext
1700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1701$as_echo "$ac_header_preproc" >&6; }
1702
1703# So? What about this header?
1704case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1705 yes:no: )
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1707$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1709$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1710 ;;
1711 no:yes:* )
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1713$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1715$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1717$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1719$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1721$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1722 ;;
1723esac
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1725$as_echo_n "checking for $2... " >&6; }
1726if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1727 $as_echo_n "(cached) " >&6
1728else
1729 eval "$3=\$ac_header_compiler"
1730fi
1731eval ac_res=\$$3
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1733$as_echo "$ac_res" >&6; }
1734fi
1735 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1736
1737} # ac_fn_c_check_header_mongrel
1738
1739# ac_fn_c_try_run LINENO
1740# ----------------------
1741# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1742# that executables *can* be run.
1743ac_fn_c_try_run ()
1744{
1745 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1746 if { { ac_try="$ac_link"
1747case "(($ac_try" in
1748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1749 *) ac_try_echo=$ac_try;;
1750esac
1751eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1752$as_echo "$ac_try_echo"; } >&5
1753 (eval "$ac_link") 2>&5
1754 ac_status=$?
1755 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1756 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1757 { { case "(($ac_try" in
1758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1759 *) ac_try_echo=$ac_try;;
1760esac
1761eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1762$as_echo "$ac_try_echo"; } >&5
1763 (eval "$ac_try") 2>&5
1764 ac_status=$?
1765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1766 test $ac_status = 0; }; }; then :
1767 ac_retval=0
1768else
1769 $as_echo "$as_me: program exited with status $ac_status" >&5
1770 $as_echo "$as_me: failed program was:" >&5
1771sed 's/^/| /' conftest.$ac_ext >&5
1772
1773 ac_retval=$ac_status
1774fi
1775 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1776 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1777 return $ac_retval
1778
1779} # ac_fn_c_try_run
1780
1781# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1782# -------------------------------------------------------
1783# Tests whether HEADER exists and can be compiled using the include files in
1784# INCLUDES, setting the cache variable VAR accordingly.
1785ac_fn_c_check_header_compile ()
1786{
1787 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1789$as_echo_n "checking for $2... " >&6; }
1790if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1791 $as_echo_n "(cached) " >&6
1792else
1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794/* end confdefs.h. */
1795$4
1796#include <$2>
1797_ACEOF
1798if ac_fn_c_try_compile "$LINENO"; then :
1799 eval "$3=yes"
1800else
1801 eval "$3=no"
1802fi
1803rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1804fi
1805eval ac_res=\$$3
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1807$as_echo "$ac_res" >&6; }
1808 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1809
1810} # ac_fn_c_check_header_compile
1811
1812# ac_fn_c_check_func LINENO FUNC VAR
1813# ----------------------------------
1814# Tests whether FUNC exists, setting the cache variable VAR accordingly
1815ac_fn_c_check_func ()
1816{
1817 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1819$as_echo_n "checking for $2... " >&6; }
1820if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1821 $as_echo_n "(cached) " >&6
1822else
1823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1824/* end confdefs.h. */
1825/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1826 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1827#define $2 innocuous_$2
1828
1829/* System header to define __stub macros and hopefully few prototypes,
1830 which can conflict with char $2 (); below.
1831 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1832 <limits.h> exists even on freestanding compilers. */
1833
1834#ifdef __STDC__
1835# include <limits.h>
1836#else
1837# include <assert.h>
1838#endif
1839
1840#undef $2
1841
1842/* Override any GCC internal prototype to avoid an error.
1843 Use char because int might match the return type of a GCC
1844 builtin and then its argument prototype would still apply. */
1845#ifdef __cplusplus
1846extern "C"
1847#endif
1848char $2 ();
1849/* The GNU C library defines this for functions which it implements
1850 to always fail with ENOSYS. Some functions are actually named
1851 something starting with __ and the normal name is an alias. */
1852#if defined __stub_$2 || defined __stub___$2
1853choke me
1854#endif
1855
1856int
1857main ()
1858{
1859return $2 ();
1860 ;
1861 return 0;
1862}
1863_ACEOF
1864if ac_fn_c_try_link "$LINENO"; then :
1865 eval "$3=yes"
1866else
1867 eval "$3=no"
1868fi
1869rm -f core conftest.err conftest.$ac_objext \
1870 conftest$ac_exeext conftest.$ac_ext
1871fi
1872eval ac_res=\$$3
1873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1874$as_echo "$ac_res" >&6; }
1875 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1876
1877} # ac_fn_c_check_func
1878
1879# ac_fn_c_check_decl LINENO SYMBOL VAR
1880# ------------------------------------
1881# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1882ac_fn_c_check_decl ()
1883{
1884 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1885 as_decl_name=`echo $2|sed 's/ *(.*//'`
1886 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1888$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
1889if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1890 $as_echo_n "(cached) " >&6
1891else
1892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1893/* end confdefs.h. */
1894$4
1895int
1896main ()
1897{
360cfc9c
AM
1898#ifndef $as_decl_name
1899#ifdef __cplusplus
1900 (void) $as_decl_use;
1901#else
1902 (void) $as_decl_name;
1903#endif
81ecdfbb
RW
1904#endif
1905
1906 ;
1907 return 0;
1908}
1909_ACEOF
1910if ac_fn_c_try_compile "$LINENO"; then :
1911 eval "$3=yes"
1912else
1913 eval "$3=no"
1914fi
1915rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1916fi
1917eval ac_res=\$$3
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1919$as_echo "$ac_res" >&6; }
1920 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1921
1922} # ac_fn_c_check_decl
1923cat >config.log <<_ACEOF
1924This file contains any messages produced by compilers while
1925running configure, to aid debugging if configure makes a mistake.
1926
1927It was created by $as_me, which was
1928generated by GNU Autoconf 2.64. Invocation command line was
1929
1930 $ $0 $@
1931
1932_ACEOF
1933exec 5>>config.log
1934{
1935cat <<_ASUNAME
1936## --------- ##
1937## Platform. ##
1938## --------- ##
1939
1940hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1941uname -m = `(uname -m) 2>/dev/null || echo unknown`
1942uname -r = `(uname -r) 2>/dev/null || echo unknown`
1943uname -s = `(uname -s) 2>/dev/null || echo unknown`
1944uname -v = `(uname -v) 2>/dev/null || echo unknown`
1945
1946/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1947/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1948
1949/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1950/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1951/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1952/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1953/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1954/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1955/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
1956
1957_ASUNAME
1958
1959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1960for as_dir in $PATH
1961do
1962 IFS=$as_save_IFS
1963 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1964 $as_echo "PATH: $as_dir"
1965 done
1966IFS=$as_save_IFS
e5a52504 1967
42ecbf5e 1968} >&5
ceae3e33 1969
42ecbf5e 1970cat >&5 <<_ACEOF
e5a52504 1971
42ecbf5e
DJ
1972
1973## ----------- ##
1974## Core tests. ##
1975## ----------- ##
1976
1977_ACEOF
1978
1979
1980# Keep a trace of the command line.
1981# Strip out --no-create and --no-recursion so they do not pile up.
1982# Strip out --silent because we don't want to record it for future runs.
1983# Also quote any args containing shell meta-characters.
1984# Make two passes to allow for proper duplicate-argument suppression.
1985ac_configure_args=
1986ac_configure_args0=
1987ac_configure_args1=
42ecbf5e
DJ
1988ac_must_keep_next=false
1989for ac_pass in 1 2
1990do
1991 for ac_arg
1992 do
1993 case $ac_arg in
1994 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1995 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1996 | -silent | --silent | --silen | --sile | --sil)
1997 continue ;;
81ecdfbb
RW
1998 *\'*)
1999 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2000 esac
2001 case $ac_pass in
81ecdfbb 2002 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2003 2)
81ecdfbb 2004 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2005 if test $ac_must_keep_next = true; then
2006 ac_must_keep_next=false # Got value, back to normal.
2007 else
2008 case $ac_arg in
2009 *=* | --config-cache | -C | -disable-* | --disable-* \
2010 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2011 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2012 | -with-* | --with-* | -without-* | --without-* | --x)
2013 case "$ac_configure_args0 " in
2014 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2015 esac
2016 ;;
2017 -* ) ac_must_keep_next=true ;;
2018 esac
2019 fi
81ecdfbb 2020 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2021 ;;
2022 esac
2023 done
2024done
81ecdfbb
RW
2025{ ac_configure_args0=; unset ac_configure_args0;}
2026{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2027
2028# When interrupted or exit'd, cleanup temporary files, and complete
2029# config.log. We remove comments because anyway the quotes in there
2030# would cause problems or look ugly.
81ecdfbb
RW
2031# WARNING: Use '\'' to represent an apostrophe within the trap.
2032# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2033trap 'exit_status=$?
2034 # Save into config.log some information that might help in debugging.
2035 {
2036 echo
2037
2038 cat <<\_ASBOX
2039## ---------------- ##
2040## Cache variables. ##
2041## ---------------- ##
2042_ASBOX
2043 echo
2044 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2045(
2046 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2047 eval ac_val=\$$ac_var
2048 case $ac_val in #(
2049 *${as_nl}*)
2050 case $ac_var in #(
2051 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2052$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2053 esac
2054 case $ac_var in #(
2055 _ | IFS | as_nl) ;; #(
2056 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2057 *) { eval $ac_var=; unset $ac_var;} ;;
2058 esac ;;
2059 esac
2060 done
42ecbf5e 2061 (set) 2>&1 |
81ecdfbb
RW
2062 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2063 *${as_nl}ac_space=\ *)
42ecbf5e 2064 sed -n \
81ecdfbb
RW
2065 "s/'\''/'\''\\\\'\'''\''/g;
2066 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2067 ;; #(
42ecbf5e 2068 *)
81ecdfbb 2069 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2070 ;;
81ecdfbb
RW
2071 esac |
2072 sort
2073)
42ecbf5e
DJ
2074 echo
2075
2076 cat <<\_ASBOX
2077## ----------------- ##
2078## Output variables. ##
2079## ----------------- ##
2080_ASBOX
2081 echo
2082 for ac_var in $ac_subst_vars
2083 do
81ecdfbb
RW
2084 eval ac_val=\$$ac_var
2085 case $ac_val in
2086 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2087 esac
2088 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2089 done | sort
2090 echo
2091
2092 if test -n "$ac_subst_files"; then
2093 cat <<\_ASBOX
81ecdfbb
RW
2094## ------------------- ##
2095## File substitutions. ##
2096## ------------------- ##
42ecbf5e
DJ
2097_ASBOX
2098 echo
2099 for ac_var in $ac_subst_files
2100 do
81ecdfbb
RW
2101 eval ac_val=\$$ac_var
2102 case $ac_val in
2103 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2104 esac
2105 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2106 done | sort
2107 echo
2108 fi
2109
2110 if test -s confdefs.h; then
2111 cat <<\_ASBOX
2112## ----------- ##
2113## confdefs.h. ##
2114## ----------- ##
2115_ASBOX
2116 echo
81ecdfbb 2117 cat confdefs.h
42ecbf5e
DJ
2118 echo
2119 fi
2120 test "$ac_signal" != 0 &&
81ecdfbb
RW
2121 $as_echo "$as_me: caught signal $ac_signal"
2122 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2123 } >&5
81ecdfbb
RW
2124 rm -f core *.core core.conftest.* &&
2125 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2126 exit $exit_status
81ecdfbb 2127' 0
42ecbf5e 2128for ac_signal in 1 2 13 15; do
81ecdfbb 2129 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2130done
2131ac_signal=0
2132
2133# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2134rm -f -r conftest* confdefs.h
2135
2136$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2137
2138# Predefined preprocessor variables.
2139
2140cat >>confdefs.h <<_ACEOF
2141#define PACKAGE_NAME "$PACKAGE_NAME"
2142_ACEOF
2143
42ecbf5e
DJ
2144cat >>confdefs.h <<_ACEOF
2145#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2146_ACEOF
2147
42ecbf5e
DJ
2148cat >>confdefs.h <<_ACEOF
2149#define PACKAGE_VERSION "$PACKAGE_VERSION"
2150_ACEOF
2151
42ecbf5e
DJ
2152cat >>confdefs.h <<_ACEOF
2153#define PACKAGE_STRING "$PACKAGE_STRING"
2154_ACEOF
2155
42ecbf5e
DJ
2156cat >>confdefs.h <<_ACEOF
2157#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2158_ACEOF
2159
81ecdfbb
RW
2160cat >>confdefs.h <<_ACEOF
2161#define PACKAGE_URL "$PACKAGE_URL"
2162_ACEOF
2163
42ecbf5e
DJ
2164
2165# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2166# Prefer an explicitly selected file to automatically selected ones.
2167ac_site_file1=NONE
2168ac_site_file2=NONE
2169if test -n "$CONFIG_SITE"; then
2170 ac_site_file1=$CONFIG_SITE
2171elif test "x$prefix" != xNONE; then
2172 ac_site_file1=$prefix/share/config.site
2173 ac_site_file2=$prefix/etc/config.site
2174else
2175 ac_site_file1=$ac_default_prefix/share/config.site
2176 ac_site_file2=$ac_default_prefix/etc/config.site
2177fi
2178for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2179do
2180 test "x$ac_site_file" = xNONE && continue
42ecbf5e 2181 if test -r "$ac_site_file"; then
81ecdfbb
RW
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2183$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e
DJ
2184 sed 's/^/| /' "$ac_site_file" >&5
2185 . "$ac_site_file"
2186 fi
2187done
2188
2189if test -r "$cache_file"; then
2190 # Some versions of bash will fail to source /dev/null (special
2191 # files actually), so we avoid doing that.
2192 if test -f "$cache_file"; then
81ecdfbb
RW
2193 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2194$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2195 case $cache_file in
81ecdfbb
RW
2196 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2197 *) . "./$cache_file";;
42ecbf5e
DJ
2198 esac
2199 fi
2200else
81ecdfbb
RW
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2202$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2203 >$cache_file
2204fi
2205
2206# Check that the precious variables saved in the cache have kept the same
2207# value.
2208ac_cache_corrupted=false
81ecdfbb 2209for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2210 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2211 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2212 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2213 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2214 case $ac_old_set,$ac_new_set in
2215 set,)
81ecdfbb
RW
2216 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2217$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2218 ac_cache_corrupted=: ;;
2219 ,set)
81ecdfbb
RW
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2221$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2222 ac_cache_corrupted=: ;;
2223 ,);;
2224 *)
2225 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2226 # differences in whitespace do not lead to failure.
2227 ac_old_val_w=`echo x $ac_old_val`
2228 ac_new_val_w=`echo x $ac_new_val`
2229 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2230 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2231$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2232 ac_cache_corrupted=:
2233 else
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2235$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2236 eval $ac_var=\$ac_old_val
2237 fi
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2239$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2241$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2242 fi;;
2243 esac
2244 # Pass precious variables to config.status.
2245 if test "$ac_new_set" = set; then
2246 case $ac_new_val in
81ecdfbb 2247 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2248 *) ac_arg=$ac_var=$ac_new_val ;;
2249 esac
2250 case " $ac_configure_args " in
2251 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2252 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2253 esac
2254 fi
2255done
2256if $ac_cache_corrupted; then
81ecdfbb
RW
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2258$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2260$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2261 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2262fi
81ecdfbb
RW
2263## -------------------- ##
2264## Main body of script. ##
2265## -------------------- ##
42ecbf5e
DJ
2266
2267ac_ext=c
2268ac_cpp='$CPP $CPPFLAGS'
2269ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2270ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2271ac_compiler_gnu=$ac_cv_c_compiler_gnu
2272
2273
2274
42ecbf5e 2275
da594c4a 2276
42ecbf5e
DJ
2277
2278
2279ac_aux_dir=
81ecdfbb
RW
2280for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2281 for ac_t in install-sh install.sh shtool; do
2282 if test -f "$ac_dir/$ac_t"; then
2283 ac_aux_dir=$ac_dir
2284 ac_install_sh="$ac_aux_dir/$ac_t -c"
2285 break 2
2286 fi
2287 done
42ecbf5e
DJ
2288done
2289if test -z "$ac_aux_dir"; then
81ecdfbb 2290 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2291fi
81ecdfbb
RW
2292
2293# These three variables are undocumented and unsupported,
2294# and are intended to be withdrawn in a future Autoconf release.
2295# They can cause serious problems if a builder's source tree is in a directory
2296# whose full name contains unusual characters.
2297ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2298ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2299ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2300
42ecbf5e
DJ
2301
2302# Make sure we can run config.sub.
81ecdfbb
RW
2303$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2304 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2305
2306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2307$as_echo_n "checking build system type... " >&6; }
2308if test "${ac_cv_build+set}" = set; then :
2309 $as_echo_n "(cached) " >&6
2310else
2311 ac_build_alias=$build_alias
2312test "x$ac_build_alias" = x &&
2313 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2314test "x$ac_build_alias" = x &&
2315 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2316ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2317 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2318
2319fi
2320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2321$as_echo "$ac_cv_build" >&6; }
2322case $ac_cv_build in
2323*-*-*) ;;
2324*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2325esac
42ecbf5e 2326build=$ac_cv_build
81ecdfbb
RW
2327ac_save_IFS=$IFS; IFS='-'
2328set x $ac_cv_build
2329shift
2330build_cpu=$1
2331build_vendor=$2
2332shift; shift
2333# Remember, the first character of IFS is used to create $*,
2334# except with old shells:
2335build_os=$*
2336IFS=$ac_save_IFS
2337case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2338
2339
81ecdfbb
RW
2340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2341$as_echo_n "checking host system type... " >&6; }
2342if test "${ac_cv_host+set}" = set; then :
2343 $as_echo_n "(cached) " >&6
42ecbf5e 2344else
81ecdfbb
RW
2345 if test "x$host_alias" = x; then
2346 ac_cv_host=$ac_cv_build
2347else
2348 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2349 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2350fi
42ecbf5e
DJ
2351
2352fi
81ecdfbb
RW
2353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2354$as_echo "$ac_cv_host" >&6; }
2355case $ac_cv_host in
2356*-*-*) ;;
2357*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2358esac
42ecbf5e 2359host=$ac_cv_host
81ecdfbb
RW
2360ac_save_IFS=$IFS; IFS='-'
2361set x $ac_cv_host
2362shift
2363host_cpu=$1
2364host_vendor=$2
2365shift; shift
2366# Remember, the first character of IFS is used to create $*,
2367# except with old shells:
2368host_os=$*
2369IFS=$ac_save_IFS
2370case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2371
2372
81ecdfbb
RW
2373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2374$as_echo_n "checking target system type... " >&6; }
2375if test "${ac_cv_target+set}" = set; then :
2376 $as_echo_n "(cached) " >&6
2377else
2378 if test "x$target_alias" = x; then
2379 ac_cv_target=$ac_cv_host
42ecbf5e 2380else
81ecdfbb
RW
2381 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2382 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2383fi
42ecbf5e
DJ
2384
2385fi
81ecdfbb
RW
2386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2387$as_echo "$ac_cv_target" >&6; }
2388case $ac_cv_target in
2389*-*-*) ;;
2390*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2391esac
42ecbf5e 2392target=$ac_cv_target
81ecdfbb
RW
2393ac_save_IFS=$IFS; IFS='-'
2394set x $ac_cv_target
2395shift
2396target_cpu=$1
2397target_vendor=$2
2398shift; shift
2399# Remember, the first character of IFS is used to create $*,
2400# except with old shells:
2401target_os=$*
2402IFS=$ac_save_IFS
2403case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2404
2405
2406# The aliases save the names the user supplied, while $host etc.
2407# will get canonicalized.
2408test -n "$target_alias" &&
2409 test "$program_prefix$program_suffix$program_transform_name" = \
2410 NONENONEs,x,x, &&
2411 program_prefix=${target_alias}-
2412ac_ext=c
2413ac_cpp='$CPP $CPPFLAGS'
2414ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2415ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2416ac_compiler_gnu=$ac_cv_c_compiler_gnu
2417if test -n "$ac_tool_prefix"; then
2418 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2419set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2421$as_echo_n "checking for $ac_word... " >&6; }
2422if test "${ac_cv_prog_CC+set}" = set; then :
2423 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2424else
2425 if test -n "$CC"; then
2426 ac_cv_prog_CC="$CC" # Let the user override the test.
2427else
2428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2429for as_dir in $PATH
2430do
2431 IFS=$as_save_IFS
2432 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2433 for ac_exec_ext in '' $ac_executable_extensions; do
2434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2435 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2437 break 2
2438 fi
2439done
81ecdfbb
RW
2440 done
2441IFS=$as_save_IFS
42ecbf5e
DJ
2442
2443fi
2444fi
2445CC=$ac_cv_prog_CC
2446if test -n "$CC"; then
81ecdfbb
RW
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2448$as_echo "$CC" >&6; }
42ecbf5e 2449else
81ecdfbb
RW
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2451$as_echo "no" >&6; }
42ecbf5e
DJ
2452fi
2453
81ecdfbb 2454
42ecbf5e
DJ
2455fi
2456if test -z "$ac_cv_prog_CC"; then
2457 ac_ct_CC=$CC
2458 # Extract the first word of "gcc", so it can be a program name with args.
2459set dummy gcc; ac_word=$2
81ecdfbb
RW
2460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2461$as_echo_n "checking for $ac_word... " >&6; }
2462if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2463 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2464else
2465 if test -n "$ac_ct_CC"; then
2466 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2467else
2468as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2469for as_dir in $PATH
2470do
2471 IFS=$as_save_IFS
2472 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2473 for ac_exec_ext in '' $ac_executable_extensions; do
2474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2475 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2477 break 2
2478 fi
2479done
81ecdfbb
RW
2480 done
2481IFS=$as_save_IFS
42ecbf5e
DJ
2482
2483fi
2484fi
2485ac_ct_CC=$ac_cv_prog_ac_ct_CC
2486if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2488$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2489else
81ecdfbb
RW
2490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2491$as_echo "no" >&6; }
42ecbf5e
DJ
2492fi
2493
81ecdfbb
RW
2494 if test "x$ac_ct_CC" = x; then
2495 CC=""
2496 else
2497 case $cross_compiling:$ac_tool_warned in
2498yes:)
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2500$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2501ac_tool_warned=yes ;;
2502esac
2503 CC=$ac_ct_CC
2504 fi
42ecbf5e
DJ
2505else
2506 CC="$ac_cv_prog_CC"
2507fi
2508
2509if test -z "$CC"; then
81ecdfbb
RW
2510 if test -n "$ac_tool_prefix"; then
2511 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2512set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2514$as_echo_n "checking for $ac_word... " >&6; }
2515if test "${ac_cv_prog_CC+set}" = set; then :
2516 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2517else
2518 if test -n "$CC"; then
2519 ac_cv_prog_CC="$CC" # Let the user override the test.
2520else
2521as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2522for as_dir in $PATH
2523do
2524 IFS=$as_save_IFS
2525 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2526 for ac_exec_ext in '' $ac_executable_extensions; do
2527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2528 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2530 break 2
2531 fi
2532done
81ecdfbb
RW
2533 done
2534IFS=$as_save_IFS
42ecbf5e
DJ
2535
2536fi
2537fi
2538CC=$ac_cv_prog_CC
2539if test -n "$CC"; then
81ecdfbb
RW
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2541$as_echo "$CC" >&6; }
42ecbf5e 2542else
81ecdfbb
RW
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2544$as_echo "no" >&6; }
42ecbf5e
DJ
2545fi
2546
81ecdfbb
RW
2547
2548 fi
42ecbf5e 2549fi
81ecdfbb 2550if test -z "$CC"; then
42ecbf5e
DJ
2551 # Extract the first word of "cc", so it can be a program name with args.
2552set dummy cc; ac_word=$2
81ecdfbb
RW
2553{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2554$as_echo_n "checking for $ac_word... " >&6; }
2555if test "${ac_cv_prog_CC+set}" = set; then :
2556 $as_echo_n "(cached) " >&6
42ecbf5e 2557else
81ecdfbb
RW
2558 if test -n "$CC"; then
2559 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2560else
81ecdfbb 2561 ac_prog_rejected=no
42ecbf5e
DJ
2562as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2563for as_dir in $PATH
2564do
2565 IFS=$as_save_IFS
2566 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2567 for ac_exec_ext in '' $ac_executable_extensions; do
2568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2569 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2570 ac_prog_rejected=yes
2571 continue
2572 fi
2573 ac_cv_prog_CC="cc"
2574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2575 break 2
2576 fi
2577done
81ecdfbb
RW
2578 done
2579IFS=$as_save_IFS
42ecbf5e
DJ
2580
2581if test $ac_prog_rejected = yes; then
2582 # We found a bogon in the path, so make sure we never use it.
2583 set dummy $ac_cv_prog_CC
2584 shift
2585 if test $# != 0; then
2586 # We chose a different compiler from the bogus one.
2587 # However, it has the same basename, so the bogon will be chosen
2588 # first if we set CC to just the basename; use the full file name.
2589 shift
2590 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2591 fi
2592fi
2593fi
2594fi
2595CC=$ac_cv_prog_CC
2596if test -n "$CC"; then
81ecdfbb
RW
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2598$as_echo "$CC" >&6; }
42ecbf5e 2599else
81ecdfbb
RW
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2601$as_echo "no" >&6; }
42ecbf5e
DJ
2602fi
2603
81ecdfbb 2604
42ecbf5e
DJ
2605fi
2606if test -z "$CC"; then
2607 if test -n "$ac_tool_prefix"; then
81ecdfbb 2608 for ac_prog in cl.exe
42ecbf5e
DJ
2609 do
2610 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2611set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2613$as_echo_n "checking for $ac_word... " >&6; }
2614if test "${ac_cv_prog_CC+set}" = set; then :
2615 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2616else
2617 if test -n "$CC"; then
2618 ac_cv_prog_CC="$CC" # Let the user override the test.
2619else
2620as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2621for as_dir in $PATH
2622do
2623 IFS=$as_save_IFS
2624 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2625 for ac_exec_ext in '' $ac_executable_extensions; do
2626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2627 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2629 break 2
2630 fi
2631done
81ecdfbb
RW
2632 done
2633IFS=$as_save_IFS
42ecbf5e
DJ
2634
2635fi
2636fi
2637CC=$ac_cv_prog_CC
2638if test -n "$CC"; then
81ecdfbb
RW
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2640$as_echo "$CC" >&6; }
42ecbf5e 2641else
81ecdfbb
RW
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2643$as_echo "no" >&6; }
42ecbf5e
DJ
2644fi
2645
81ecdfbb 2646
42ecbf5e
DJ
2647 test -n "$CC" && break
2648 done
2649fi
2650if test -z "$CC"; then
2651 ac_ct_CC=$CC
81ecdfbb 2652 for ac_prog in cl.exe
42ecbf5e
DJ
2653do
2654 # Extract the first word of "$ac_prog", so it can be a program name with args.
2655set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2657$as_echo_n "checking for $ac_word... " >&6; }
2658if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2659 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2660else
2661 if test -n "$ac_ct_CC"; then
2662 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2663else
2664as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2665for as_dir in $PATH
2666do
2667 IFS=$as_save_IFS
2668 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2669 for ac_exec_ext in '' $ac_executable_extensions; do
2670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42ecbf5e 2671 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2673 break 2
2674 fi
2675done
81ecdfbb
RW
2676 done
2677IFS=$as_save_IFS
42ecbf5e
DJ
2678
2679fi
2680fi
2681ac_ct_CC=$ac_cv_prog_ac_ct_CC
2682if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2684$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2685else
81ecdfbb
RW
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2687$as_echo "no" >&6; }
42ecbf5e
DJ
2688fi
2689
81ecdfbb 2690
42ecbf5e
DJ
2691 test -n "$ac_ct_CC" && break
2692done
2693
81ecdfbb
RW
2694 if test "x$ac_ct_CC" = x; then
2695 CC=""
2696 else
2697 case $cross_compiling:$ac_tool_warned in
2698yes:)
2699{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2700$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2701ac_tool_warned=yes ;;
2702esac
2703 CC=$ac_ct_CC
2704 fi
42ecbf5e
DJ
2705fi
2706
2707fi
2708
2709
81ecdfbb
RW
2710test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2711$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2712as_fn_error "no acceptable C compiler found in \$PATH
2713See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2714
2715# Provide some information about the compiler.
81ecdfbb
RW
2716$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2717set X $ac_compile
2718ac_compiler=$2
2719for ac_option in --version -v -V -qversion; do
2720 { { ac_try="$ac_compiler $ac_option >&5"
2721case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724esac
2725eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2726$as_echo "$ac_try_echo"; } >&5
2727 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 2728 ac_status=$?
81ecdfbb
RW
2729 if test -s conftest.err; then
2730 sed '10a\
2731... rest of stderr output deleted ...
2732 10q' conftest.err >conftest.er1
2733 cat conftest.er1 >&5
2734 rm -f conftest.er1 conftest.err
2735 fi
2736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2737 test $ac_status = 0; }
2738done
42ecbf5e 2739
81ecdfbb 2740cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2741/* end confdefs.h. */
2742
2743int
2744main ()
2745{
2746
2747 ;
2748 return 0;
2749}
2750_ACEOF
2751ac_clean_files_save=$ac_clean_files
81ecdfbb 2752ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42ecbf5e
DJ
2753# Try to create an executable without -o first, disregard a.out.
2754# It will help us diagnose broken compilers, and finding out an intuition
2755# of exeext.
81ecdfbb
RW
2756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2757$as_echo_n "checking for C compiler default output file name... " >&6; }
2758ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2759
2760# The possible output files:
2761ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2762
2763ac_rmfiles=
2764for ac_file in $ac_files
2765do
2766 case $ac_file in
2767 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2768 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2769 esac
2770done
2771rm -f $ac_rmfiles
2772
2773if { { ac_try="$ac_link_default"
2774case "(($ac_try" in
2775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2776 *) ac_try_echo=$ac_try;;
2777esac
2778eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2779$as_echo "$ac_try_echo"; } >&5
2780 (eval "$ac_link_default") 2>&5
2781 ac_status=$?
2782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2783 test $ac_status = 0; }; then :
2784 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2785# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2786# in a Makefile. We should not override ac_cv_exeext if it was cached,
2787# so that the user can short-circuit this test for compilers unknown to
2788# Autoconf.
2789for ac_file in $ac_files ''
42ecbf5e
DJ
2790do
2791 test -f "$ac_file" || continue
2792 case $ac_file in
81ecdfbb 2793 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
2794 ;;
2795 [ab].out )
2796 # We found the default executable, but exeext='' is most
2797 # certainly right.
2798 break;;
2799 *.* )
81ecdfbb
RW
2800 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2801 then :; else
2802 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2803 fi
2804 # We set ac_cv_exeext here because the later test for it is not
2805 # safe: cross compilers may not add the suffix if given an `-o'
2806 # argument, so we may need to know it at that point already.
2807 # Even if this section looks crufty: it has the advantage of
2808 # actually working.
42ecbf5e
DJ
2809 break;;
2810 * )
2811 break;;
2812 esac
2813done
81ecdfbb
RW
2814test "$ac_cv_exeext" = no && ac_cv_exeext=
2815
42ecbf5e 2816else
81ecdfbb
RW
2817 ac_file=''
2818fi
2819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2820$as_echo "$ac_file" >&6; }
2821if test -z "$ac_file"; then :
2822 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
2823sed 's/^/| /' conftest.$ac_ext >&5
2824
81ecdfbb
RW
2825{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2826$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2827{ as_fn_set_status 77
2828as_fn_error "C compiler cannot create executables
2829See \`config.log' for more details." "$LINENO" 5; }; }
42ecbf5e 2830fi
42ecbf5e 2831ac_exeext=$ac_cv_exeext
42ecbf5e 2832
81ecdfbb 2833# Check that the compiler produces executables we can run. If not, either
42ecbf5e 2834# the compiler is broken, or we cross compile.
81ecdfbb
RW
2835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2836$as_echo_n "checking whether the C compiler works... " >&6; }
42ecbf5e
DJ
2837# If not cross compiling, check that we can run a simple program.
2838if test "$cross_compiling" != yes; then
2839 if { ac_try='./$ac_file'
81ecdfbb
RW
2840 { { case "(($ac_try" in
2841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2842 *) ac_try_echo=$ac_try;;
2843esac
2844eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2845$as_echo "$ac_try_echo"; } >&5
2846 (eval "$ac_try") 2>&5
42ecbf5e 2847 ac_status=$?
81ecdfbb
RW
2848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2849 test $ac_status = 0; }; }; then
42ecbf5e
DJ
2850 cross_compiling=no
2851 else
2852 if test "$cross_compiling" = maybe; then
2853 cross_compiling=yes
2854 else
81ecdfbb
RW
2855 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2856$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2857as_fn_error "cannot run C compiled programs.
42ecbf5e 2858If you meant to cross compile, use \`--host'.
81ecdfbb 2859See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e
DJ
2860 fi
2861 fi
2862fi
81ecdfbb
RW
2863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2864$as_echo "yes" >&6; }
42ecbf5e 2865
81ecdfbb 2866rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42ecbf5e 2867ac_clean_files=$ac_clean_files_save
81ecdfbb 2868# Check that the compiler produces executables we can run. If not, either
42ecbf5e 2869# the compiler is broken, or we cross compile.
81ecdfbb
RW
2870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2871$as_echo_n "checking whether we are cross compiling... " >&6; }
2872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2873$as_echo "$cross_compiling" >&6; }
2874
2875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2876$as_echo_n "checking for suffix of executables... " >&6; }
2877if { { ac_try="$ac_link"
2878case "(($ac_try" in
2879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2880 *) ac_try_echo=$ac_try;;
2881esac
2882eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2883$as_echo "$ac_try_echo"; } >&5
2884 (eval "$ac_link") 2>&5
42ecbf5e 2885 ac_status=$?
81ecdfbb
RW
2886 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2887 test $ac_status = 0; }; then :
42ecbf5e
DJ
2888 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2889# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2890# work properly (i.e., refer to `conftest.exe'), while it won't with
2891# `rm'.
2892for ac_file in conftest.exe conftest conftest.*; do
2893 test -f "$ac_file" || continue
2894 case $ac_file in
81ecdfbb 2895 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 2896 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
2897 break;;
2898 * ) break;;
2899 esac
2900done
2901else
81ecdfbb
RW
2902 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2903$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2904as_fn_error "cannot compute suffix of executables: cannot compile and link
2905See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 2906fi
42ecbf5e 2907rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2909$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
2910
2911rm -f conftest.$ac_ext
2912EXEEXT=$ac_cv_exeext
2913ac_exeext=$EXEEXT
81ecdfbb
RW
2914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2915$as_echo_n "checking for suffix of object files... " >&6; }
2916if test "${ac_cv_objext+set}" = set; then :
2917 $as_echo_n "(cached) " >&6
42ecbf5e 2918else
81ecdfbb 2919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2920/* end confdefs.h. */
2921
2922int
2923main ()
2924{
2925
2926 ;
2927 return 0;
2928}
2929_ACEOF
2930rm -f conftest.o conftest.obj
81ecdfbb
RW
2931if { { ac_try="$ac_compile"
2932case "(($ac_try" in
2933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2934 *) ac_try_echo=$ac_try;;
2935esac
2936eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2937$as_echo "$ac_try_echo"; } >&5
2938 (eval "$ac_compile") 2>&5
2939 ac_status=$?
2940 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2941 test $ac_status = 0; }; then :
2942 for ac_file in conftest.o conftest.obj conftest.*; do
2943 test -f "$ac_file" || continue;
42ecbf5e 2944 case $ac_file in
81ecdfbb 2945 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
2946 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2947 break;;
2948 esac
2949done
2950else
81ecdfbb 2951 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
2952sed 's/^/| /' conftest.$ac_ext >&5
2953
81ecdfbb
RW
2954{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2955$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2956as_fn_error "cannot compute suffix of object files: cannot compile
2957See \`config.log' for more details." "$LINENO" 5; }
42ecbf5e 2958fi
42ecbf5e
DJ
2959rm -f conftest.$ac_cv_objext conftest.$ac_ext
2960fi
81ecdfbb
RW
2961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2962$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
2963OBJEXT=$ac_cv_objext
2964ac_objext=$OBJEXT
81ecdfbb
RW
2965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2966$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2967if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2968 $as_echo_n "(cached) " >&6
42ecbf5e 2969else
81ecdfbb 2970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
2971/* end confdefs.h. */
2972
2973int
2974main ()
2975{
2976#ifndef __GNUC__
2977 choke me
2978#endif
2979
2980 ;
2981 return 0;
2982}
2983_ACEOF
81ecdfbb 2984if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
2985 ac_compiler_gnu=yes
2986else
81ecdfbb 2987 ac_compiler_gnu=no
42ecbf5e 2988fi
81ecdfbb 2989rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
2990ac_cv_c_compiler_gnu=$ac_compiler_gnu
2991
2992fi
81ecdfbb
RW
2993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2994$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2995if test $ac_compiler_gnu = yes; then
2996 GCC=yes
2997else
2998 GCC=
2999fi
42ecbf5e
DJ
3000ac_test_CFLAGS=${CFLAGS+set}
3001ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3003$as_echo_n "checking whether $CC accepts -g... " >&6; }
3004if test "${ac_cv_prog_cc_g+set}" = set; then :
3005 $as_echo_n "(cached) " >&6
3006else
3007 ac_save_c_werror_flag=$ac_c_werror_flag
3008 ac_c_werror_flag=yes
3009 ac_cv_prog_cc_g=no
3010 CFLAGS="-g"
3011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3012/* end confdefs.h. */
3013
3014int
3015main ()
3016{
3017
3018 ;
3019 return 0;
3020}
3021_ACEOF
81ecdfbb 3022if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3023 ac_cv_prog_cc_g=yes
3024else
81ecdfbb
RW
3025 CFLAGS=""
3026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3027/* end confdefs.h. */
3028
3029int
3030main ()
3031{
3032
3033 ;
3034 return 0;
3035}
3036_ACEOF
3037if ac_fn_c_try_compile "$LINENO"; then :
3038
3039else
3040 ac_c_werror_flag=$ac_save_c_werror_flag
3041 CFLAGS="-g"
3042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3043/* end confdefs.h. */
3044
3045int
3046main ()
3047{
42ecbf5e 3048
81ecdfbb
RW
3049 ;
3050 return 0;
3051}
3052_ACEOF
3053if ac_fn_c_try_compile "$LINENO"; then :
3054 ac_cv_prog_cc_g=yes
3055fi
3056rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3057fi
81ecdfbb 3058rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3059fi
81ecdfbb
RW
3060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3061 ac_c_werror_flag=$ac_save_c_werror_flag
3062fi
3063{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3064$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3065if test "$ac_test_CFLAGS" = set; then
3066 CFLAGS=$ac_save_CFLAGS
3067elif test $ac_cv_prog_cc_g = yes; then
3068 if test "$GCC" = yes; then
3069 CFLAGS="-g -O2"
3070 else
3071 CFLAGS="-g"
3072 fi
3073else
3074 if test "$GCC" = yes; then
3075 CFLAGS="-O2"
3076 else
3077 CFLAGS=
3078 fi
3079fi
81ecdfbb
RW
3080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3081$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3082if test "${ac_cv_prog_cc_c89+set}" = set; then :
3083 $as_echo_n "(cached) " >&6
42ecbf5e 3084else
81ecdfbb 3085 ac_cv_prog_cc_c89=no
42ecbf5e 3086ac_save_CC=$CC
81ecdfbb 3087cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3088/* end confdefs.h. */
3089#include <stdarg.h>
3090#include <stdio.h>
3091#include <sys/types.h>
3092#include <sys/stat.h>
3093/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3094struct buf { int x; };
3095FILE * (*rcsopen) (struct buf *, struct stat *, int);
3096static char *e (p, i)
3097 char **p;
3098 int i;
3099{
3100 return p[i];
3101}
3102static char *f (char * (*g) (char **, int), char **p, ...)
3103{
3104 char *s;
3105 va_list v;
3106 va_start (v,p);
3107 s = g (p, va_arg (v,int));
3108 va_end (v);
3109 return s;
3110}
3111
3112/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3113 function prototypes and stuff, but not '\xHH' hex character constants.
3114 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3115 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3116 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3117 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3118 that's true only with -std. */
42ecbf5e
DJ
3119int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3120
81ecdfbb
RW
3121/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3122 inside strings and character constants. */
3123#define FOO(x) 'x'
3124int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3125
42ecbf5e
DJ
3126int test (int i, double x);
3127struct s1 {int (*f) (int a);};
3128struct s2 {int (*f) (double a);};
3129int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3130int argc;
3131char **argv;
3132int
3133main ()
3134{
3135return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3136 ;
3137 return 0;
3138}
3139_ACEOF
81ecdfbb
RW
3140for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3141 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3142do
3143 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3144 if ac_fn_c_try_compile "$LINENO"; then :
3145 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3146fi
81ecdfbb
RW
3147rm -f core conftest.err conftest.$ac_objext
3148 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3149done
81ecdfbb 3150rm -f conftest.$ac_ext
42ecbf5e
DJ
3151CC=$ac_save_CC
3152
3153fi
81ecdfbb
RW
3154# AC_CACHE_VAL
3155case "x$ac_cv_prog_cc_c89" in
3156 x)
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3158$as_echo "none needed" >&6; } ;;
3159 xno)
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3161$as_echo "unsupported" >&6; } ;;
42ecbf5e 3162 *)
81ecdfbb
RW
3163 CC="$CC $ac_cv_prog_cc_c89"
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3165$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3166esac
81ecdfbb 3167if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3168
42ecbf5e
DJ
3169fi
3170
42ecbf5e
DJ
3171ac_ext=c
3172ac_cpp='$CPP $CPPFLAGS'
3173ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3174ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3175ac_compiler_gnu=$ac_cv_c_compiler_gnu
3176
3177
81ecdfbb
RW
3178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3179$as_echo_n "checking for library containing strerror... " >&6; }
3180if test "${ac_cv_search_strerror+set}" = set; then :
3181 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3182else
3183 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3184cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3185/* end confdefs.h. */
3186
81ecdfbb
RW
3187/* Override any GCC internal prototype to avoid an error.
3188 Use char because int might match the return type of a GCC
3189 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3190#ifdef __cplusplus
3191extern "C"
3192#endif
42ecbf5e
DJ
3193char strerror ();
3194int
3195main ()
3196{
81ecdfbb 3197return strerror ();
42ecbf5e
DJ
3198 ;
3199 return 0;
3200}
3201_ACEOF
81ecdfbb
RW
3202for ac_lib in '' cposix; do
3203 if test -z "$ac_lib"; then
3204 ac_res="none required"
3205 else
3206 ac_res=-l$ac_lib
42ecbf5e 3207 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3208 fi
3209 if ac_fn_c_try_link "$LINENO"; then :
3210 ac_cv_search_strerror=$ac_res
3211fi
3212rm -f core conftest.err conftest.$ac_objext \
3213 conftest$ac_exeext
3214 if test "${ac_cv_search_strerror+set}" = set; then :
3215 break
3216fi
3217done
3218if test "${ac_cv_search_strerror+set}" = set; then :
42ecbf5e 3219
42ecbf5e 3220else
81ecdfbb 3221 ac_cv_search_strerror=no
42ecbf5e 3222fi
81ecdfbb 3223rm conftest.$ac_ext
42ecbf5e
DJ
3224LIBS=$ac_func_search_save_LIBS
3225fi
81ecdfbb
RW
3226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3227$as_echo "$ac_cv_search_strerror" >&6; }
3228ac_res=$ac_cv_search_strerror
3229if test "$ac_res" != no; then :
3230 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3231
3232fi
3233
3234
3235BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
81ecdfbb
RW
3236am__api_version='1.11'
3237
42ecbf5e
DJ
3238# Find a good install program. We prefer a C program (faster),
3239# so one script is as good as another. But avoid the broken or
3240# incompatible versions:
3241# SysV /etc/install, /usr/sbin/install
3242# SunOS /usr/etc/install
3243# IRIX /sbin/install
3244# AIX /bin/install
3245# AmigaOS /C/install, which installs bootblocks on floppy discs
3246# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3247# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3248# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3249# OS/2's system install, which has a completely different semantic
3250# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3251# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3253$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3254if test -z "$INSTALL"; then
81ecdfbb
RW
3255if test "${ac_cv_path_install+set}" = set; then :
3256 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3257else
3258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3259for as_dir in $PATH
3260do
3261 IFS=$as_save_IFS
3262 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3263 # Account for people who put trailing slashes in PATH elements.
3264case $as_dir/ in #((
3265 ./ | .// | /[cC]/* | \
42ecbf5e 3266 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3267 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3268 /usr/ucb/* ) ;;
3269 *)
3270 # OSF1 and SCO ODT 3.0 have their own names for install.
3271 # Don't use installbsd from OSF since it installs stuff as root
3272 # by default.
3273 for ac_prog in ginstall scoinst install; do
3274 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3275 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
42ecbf5e
DJ
3276 if test $ac_prog = install &&
3277 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3278 # AIX install. It has an incompatible calling convention.
3279 :
42ecbf5e
DJ
3280 elif test $ac_prog = install &&
3281 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3282 # program-specific install script used by HP pwplus--don't use.
3283 :
252b5132 3284 else
58c85be7
RW
3285 rm -rf conftest.one conftest.two conftest.dir
3286 echo one > conftest.one
3287 echo two > conftest.two
3288 mkdir conftest.dir
3289 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3290 test -s conftest.one && test -s conftest.two &&
3291 test -s conftest.dir/conftest.one &&
3292 test -s conftest.dir/conftest.two
3293 then
3294 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3295 break 3
3296 fi
252b5132
RH
3297 fi
3298 fi
d15b04bd 3299 done
42ecbf5e
DJ
3300 done
3301 ;;
3302esac
81ecdfbb
RW
3303
3304 done
3305IFS=$as_save_IFS
42ecbf5e 3306
58c85be7 3307rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3308
3309fi
3310 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3311 INSTALL=$ac_cv_path_install
252b5132 3312 else
58c85be7
RW
3313 # As a last resort, use the slow shell script. Don't cache a
3314 # value for INSTALL within a source directory, because that will
252b5132 3315 # break other packages using the cache if that directory is
58c85be7 3316 # removed, or if the value is a relative name.
42ecbf5e 3317 INSTALL=$ac_install_sh
252b5132
RH
3318 fi
3319fi
81ecdfbb
RW
3320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3321$as_echo "$INSTALL" >&6; }
252b5132
RH
3322
3323# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3324# It thinks the first close brace ends the variable substitution.
3325test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3326
42ecbf5e 3327test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3328
3329test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3330
81ecdfbb
RW
3331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3332$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3333# Just in case
3334sleep 1
42ecbf5e 3335echo timestamp > conftest.file
81ecdfbb
RW
3336# Reject unsafe characters in $srcdir or the absolute working directory
3337# name. Accept space and tab only in the latter.
3338am_lf='
3339'
3340case `pwd` in
3341 *[\\\"\#\$\&\'\`$am_lf]*)
3342 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3343esac
3344case $srcdir in
3345 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3346 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3347esac
3348
252b5132
RH
3349# Do `set' in a subshell so we don't clobber the current shell's
3350# arguments. Must try -L first in case configure is actually a
3351# symlink; some systems play weird games with the mod time of symlinks
3352# (eg FreeBSD returns the mod time of the symlink's containing
3353# directory).
3354if (
81ecdfbb 3355 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3356 if test "$*" = "X"; then
3357 # -L didn't work.
81ecdfbb 3358 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3359 fi
42ecbf5e
DJ
3360 rm -f conftest.file
3361 if test "$*" != "X $srcdir/configure conftest.file" \
3362 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3363
3364 # If neither matched, then we have a broken ls. This can happen
3365 # if, for instance, CONFIG_SHELL is bash and it inherits a
3366 # broken ls alias from the environment. This has actually
3367 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3368 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3369alias in your environment" "$LINENO" 5
252b5132
RH
3370 fi
3371
42ecbf5e 3372 test "$2" = conftest.file
252b5132
RH
3373 )
3374then
3375 # Ok.
3376 :
3377else
81ecdfbb
RW
3378 as_fn_error "newly created file is older than distributed files!
3379Check your system clock" "$LINENO" 5
42ecbf5e 3380fi
81ecdfbb
RW
3381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3382$as_echo "yes" >&6; }
42ecbf5e 3383test "$program_prefix" != NONE &&
81ecdfbb 3384 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3385# Use a double $ so make ignores it.
3386test "$program_suffix" != NONE &&
81ecdfbb
RW
3387 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3388# Double any \ or $.
42ecbf5e 3389# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3390ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3391program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e
DJ
3392
3393# expand $ac_aux_dir to an absolute path
3394am_aux_dir=`cd $ac_aux_dir && pwd`
3395
81ecdfbb
RW
3396if test x"${MISSING+set}" != xset; then
3397 case $am_aux_dir in
3398 *\ * | *\ *)
3399 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3400 *)
3401 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3402 esac
3403fi
42ecbf5e
DJ
3404# Use eval to expand $SHELL
3405if eval "$MISSING --run true"; then
3406 am_missing_run="$MISSING --run "
3407else
3408 am_missing_run=
81ecdfbb
RW
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3410$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3411fi
3412
81ecdfbb
RW
3413if test x"${install_sh}" != xset; then
3414 case $am_aux_dir in
3415 *\ * | *\ *)
3416 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3417 *)
3418 install_sh="\${SHELL} $am_aux_dir/install-sh"
3419 esac
3420fi
3421
3422# Installed binaries are usually stripped using `strip' when the user
3423# run `make install-strip'. However `strip' might not be the right
3424# tool to use in cross-compilation environments, therefore Automake
3425# will honor the `STRIP' environment variable to overrule this program.
3426if test "$cross_compiling" != no; then
3427 if test -n "$ac_tool_prefix"; then
3428 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3429set dummy ${ac_tool_prefix}strip; ac_word=$2
3430{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3431$as_echo_n "checking for $ac_word... " >&6; }
3432if test "${ac_cv_prog_STRIP+set}" = set; then :
3433 $as_echo_n "(cached) " >&6
42ecbf5e 3434else
81ecdfbb
RW
3435 if test -n "$STRIP"; then
3436 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3437else
3438as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3439for as_dir in $PATH
3440do
3441 IFS=$as_save_IFS
3442 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3443 for ac_exec_ext in '' $ac_executable_extensions; do
3444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3445 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3447 break 2
3448 fi
3449done
3450 done
3451IFS=$as_save_IFS
3452
3453fi
3454fi
3455STRIP=$ac_cv_prog_STRIP
3456if test -n "$STRIP"; then
3457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3458$as_echo "$STRIP" >&6; }
3459else
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3461$as_echo "no" >&6; }
3462fi
3463
3464
3465fi
3466if test -z "$ac_cv_prog_STRIP"; then
3467 ac_ct_STRIP=$STRIP
3468 # Extract the first word of "strip", so it can be a program name with args.
3469set dummy strip; ac_word=$2
3470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3471$as_echo_n "checking for $ac_word... " >&6; }
3472if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3473 $as_echo_n "(cached) " >&6
3474else
3475 if test -n "$ac_ct_STRIP"; then
3476 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3477else
3478as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3479for as_dir in $PATH
3480do
3481 IFS=$as_save_IFS
3482 test -z "$as_dir" && as_dir=.
3483 for ac_exec_ext in '' $ac_executable_extensions; do
3484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3485 ac_cv_prog_ac_ct_STRIP="strip"
3486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3487 break 2
3488 fi
3489done
81ecdfbb
RW
3490 done
3491IFS=$as_save_IFS
3492
3493fi
3494fi
3495ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3496if test -n "$ac_ct_STRIP"; then
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3498$as_echo "$ac_ct_STRIP" >&6; }
3499else
3500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3501$as_echo "no" >&6; }
3502fi
3503
3504 if test "x$ac_ct_STRIP" = x; then
3505 STRIP=":"
3506 else
3507 case $cross_compiling:$ac_tool_warned in
3508yes:)
3509{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3510$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3511ac_tool_warned=yes ;;
3512esac
3513 STRIP=$ac_ct_STRIP
3514 fi
3515else
3516 STRIP="$ac_cv_prog_STRIP"
3517fi
3518
3519fi
3520INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3521
3522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3523$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3524if test -z "$MKDIR_P"; then
3525 if test "${ac_cv_path_mkdir+set}" = set; then :
3526 $as_echo_n "(cached) " >&6
3527else
3528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3529for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3530do
3531 IFS=$as_save_IFS
3532 test -z "$as_dir" && as_dir=.
3533 for ac_prog in mkdir gmkdir; do
3534 for ac_exec_ext in '' $ac_executable_extensions; do
3535 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3536 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3537 'mkdir (GNU coreutils) '* | \
3538 'mkdir (coreutils) '* | \
3539 'mkdir (fileutils) '4.1*)
3540 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3541 break 3;;
3542 esac
3543 done
3544 done
3545 done
3546IFS=$as_save_IFS
3547
3548fi
3549
3550 if test "${ac_cv_path_mkdir+set}" = set; then
3551 MKDIR_P="$ac_cv_path_mkdir -p"
3552 else
3553 # As a last resort, use the slow shell script. Don't cache a
3554 # value for MKDIR_P within a source directory, because that will
3555 # break other packages using the cache if that directory is
3556 # removed, or if the value is a relative name.
3557 test -d ./--version && rmdir ./--version
3558 MKDIR_P="$ac_install_sh -d"
3559 fi
3560fi
3561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3562$as_echo "$MKDIR_P" >&6; }
3563
3564mkdir_p="$MKDIR_P"
3565case $mkdir_p in
3566 [\\/$]* | ?:[\\/]*) ;;
3567 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3568esac
3569
3570for ac_prog in gawk mawk nawk awk
3571do
3572 # Extract the first word of "$ac_prog", so it can be a program name with args.
3573set dummy $ac_prog; ac_word=$2
3574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3575$as_echo_n "checking for $ac_word... " >&6; }
3576if test "${ac_cv_prog_AWK+set}" = set; then :
3577 $as_echo_n "(cached) " >&6
3578else
3579 if test -n "$AWK"; then
3580 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3581else
3582as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583for as_dir in $PATH
3584do
3585 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_AWK="$ac_prog"
3590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2
3592 fi
42ecbf5e 3593done
81ecdfbb
RW
3594 done
3595IFS=$as_save_IFS
42ecbf5e
DJ
3596
3597fi
3598fi
3599AWK=$ac_cv_prog_AWK
3600if test -n "$AWK"; then
81ecdfbb
RW
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3602$as_echo "$AWK" >&6; }
42ecbf5e 3603else
81ecdfbb
RW
3604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3605$as_echo "no" >&6; }
42ecbf5e
DJ
3606fi
3607
81ecdfbb 3608
42ecbf5e
DJ
3609 test -n "$AWK" && break
3610done
3611
81ecdfbb
RW
3612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3613$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3614set x ${MAKE-make}
3615ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3616if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3617 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3618else
3619 cat >conftest.make <<\_ACEOF
81ecdfbb 3620SHELL = /bin/sh
42ecbf5e 3621all:
81ecdfbb 3622 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e
DJ
3623_ACEOF
3624# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3625case `${MAKE-make} -f conftest.make 2>/dev/null` in
3626 *@@@%%%=?*=@@@%%%*)
3627 eval ac_cv_prog_make_${ac_make}_set=yes;;
3628 *)
3629 eval ac_cv_prog_make_${ac_make}_set=no;;
3630esac
42ecbf5e
DJ
3631rm -f conftest.make
3632fi
81ecdfbb
RW
3633if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3635$as_echo "yes" >&6; }
42ecbf5e
DJ
3636 SET_MAKE=
3637else
81ecdfbb
RW
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3639$as_echo "no" >&6; }
42ecbf5e
DJ
3640 SET_MAKE="MAKE=${MAKE-make}"
3641fi
3642
3643rm -rf .tst 2>/dev/null
3644mkdir .tst 2>/dev/null
3645if test -d .tst; then
3646 am__leading_dot=.
3647else
3648 am__leading_dot=_
3649fi
3650rmdir .tst 2>/dev/null
3651
3652DEPDIR="${am__leading_dot}deps"
3653
81ecdfbb 3654ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
3655
3656
3657am_make=${MAKE-make}
3658cat > confinc << 'END'
3659am__doit:
81ecdfbb 3660 @echo this is the am__doit target
42ecbf5e
DJ
3661.PHONY: am__doit
3662END
3663# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3665$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
3666am__include="#"
3667am__quote=
3668_am_result=none
3669# First try GNU make style include.
3670echo "include confinc" > confmf
81ecdfbb
RW
3671# Ignore all kinds of additional output from `make'.
3672case `$am_make -s -f confmf 2> /dev/null` in #(
3673*the\ am__doit\ target*)
3674 am__include=include
3675 am__quote=
3676 _am_result=GNU
3677 ;;
3678esac
42ecbf5e
DJ
3679# Now try BSD make style include.
3680if test "$am__include" = "#"; then
3681 echo '.include "confinc"' > confmf
81ecdfbb
RW
3682 case `$am_make -s -f confmf 2> /dev/null` in #(
3683 *the\ am__doit\ target*)
3684 am__include=.include
3685 am__quote="\""
3686 _am_result=BSD
3687 ;;
3688 esac
42ecbf5e
DJ
3689fi
3690
3691
81ecdfbb
RW
3692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3693$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
3694rm -f confinc confmf
3695
81ecdfbb
RW
3696# Check whether --enable-dependency-tracking was given.
3697if test "${enable_dependency_tracking+set}" = set; then :
3698 enableval=$enable_dependency_tracking;
3699fi
42ecbf5e 3700
42ecbf5e
DJ
3701if test "x$enable_dependency_tracking" != xno; then
3702 am_depcomp="$ac_aux_dir/depcomp"
3703 AMDEPBACKSLASH='\'
3704fi
81ecdfbb 3705 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
3706 AMDEP_TRUE=
3707 AMDEP_FALSE='#'
3708else
3709 AMDEP_TRUE='#'
3710 AMDEP_FALSE=
3711fi
3712
3713
81ecdfbb
RW
3714if test "`cd $srcdir && pwd`" != "`pwd`"; then
3715 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3716 # is not polluted with repeated "-I."
3717 am__isrc=' -I$(srcdir)'
3718 # test to see if srcdir already configured
3719 if test -f $srcdir/config.status; then
3720 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3721 fi
42ecbf5e
DJ
3722fi
3723
3724# test whether we have cygpath
3725if test -z "$CYGPATH_W"; then
3726 if (cygpath --version) >/dev/null 2>/dev/null; then
3727 CYGPATH_W='cygpath -w'
3728 else
3729 CYGPATH_W=echo
3730 fi
3731fi
3732
3733
3734# Define the identity of the package.
3735 PACKAGE=binutils
3736 VERSION=${BFD_VERSION}
3737
3738
3739cat >>confdefs.h <<_ACEOF
3740#define PACKAGE "$PACKAGE"
3741_ACEOF
3742
3743
3744cat >>confdefs.h <<_ACEOF
3745#define VERSION "$VERSION"
3746_ACEOF
3747
3748# Some tools Automake needs.
3749
3750ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3751
3752
3753AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3754
3755
3756AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3757
3758
3759AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3760
3761
3762MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3763
42ecbf5e
DJ
3764# We need awk for the "check" target. The system "awk" is bad on
3765# some platforms.
3766# Always define AMTAR for backward compatibility.
252b5132 3767
42ecbf5e 3768AMTAR=${AMTAR-"${am_missing_run}tar"}
252b5132 3769
42ecbf5e 3770am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
252b5132
RH
3771
3772
3773
252b5132 3774
42ecbf5e
DJ
3775depcc="$CC" am_compiler_list=
3776
81ecdfbb
RW
3777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3778$as_echo_n "checking dependency style of $depcc... " >&6; }
3779if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3780 $as_echo_n "(cached) " >&6
252b5132 3781else
42ecbf5e
DJ
3782 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3783 # We make a subdir and do the tests there. Otherwise we can end up
3784 # making bogus files that we don't know about and never remove. For
3785 # instance it was reported that on HP-UX the gcc test will end up
3786 # making a dummy file named `D' -- because `-MD' means `put the output
3787 # in D'.
3788 mkdir conftest.dir
3789 # Copy depcomp to subdir because otherwise we won't find it if we're
3790 # using a relative directory.
3791 cp "$am_depcomp" conftest.dir
3792 cd conftest.dir
3793 # We will build objects and dependencies in a subdirectory because
3794 # it helps to detect inapplicable dependency modes. For instance
3795 # both Tru64's cc and ICC support -MD to output dependencies as a
3796 # side effect of compilation, but ICC will put the dependencies in
3797 # the current directory while Tru64 will put them in the object
3798 # directory.
3799 mkdir sub
252b5132 3800
42ecbf5e
DJ
3801 am_cv_CC_dependencies_compiler_type=none
3802 if test "$am_compiler_list" = ""; then
3803 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3804 fi
81ecdfbb
RW
3805 am__universal=false
3806 case " $depcc " in #(
3807 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3808 esac
3809
42ecbf5e
DJ
3810 for depmode in $am_compiler_list; do
3811 # Setup a source with many dependencies, because some compilers
3812 # like to wrap large dependency lists on column 80 (with \), and
3813 # we should not choose a depcomp mode which is confused by this.
3814 #
3815 # We need to recreate these files for each test, as the compiler may
3816 # overwrite some of them when testing with obscure command lines.
3817 # This happens at least with the AIX C compiler.
3818 : > sub/conftest.c
3819 for i in 1 2 3 4 5 6; do
3820 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3821 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3822 # Solaris 8's {/usr,}/bin/sh.
3823 touch sub/conftst$i.h
3824 done
3825 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3826
81ecdfbb
RW
3827 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3828 # mode. It turns out that the SunPro C++ compiler does not properly
3829 # handle `-M -o', and we need to detect this. Also, some Intel
3830 # versions had trouble with output in subdirs
3831 am__obj=sub/conftest.${OBJEXT-o}
3832 am__minus_obj="-o $am__obj"
42ecbf5e 3833 case $depmode in
81ecdfbb
RW
3834 gcc)
3835 # This depmode causes a compiler race in universal mode.
3836 test "$am__universal" = false || continue
3837 ;;
42ecbf5e
DJ
3838 nosideeffect)
3839 # after this tag, mechanisms are not by side-effect, so they'll
3840 # only be used when explicitly requested
3841 if test "x$enable_dependency_tracking" = xyes; then
3842 continue
3843 else
3844 break
3845 fi
3846 ;;
81ecdfbb
RW
3847 msvisualcpp | msvcmsys)
3848 # This compiler won't grok `-c -o', but also, the minuso test has
3849 # not run yet. These depmodes are late enough in the game, and
3850 # so weak that their functioning should not be impacted.
3851 am__obj=conftest.${OBJEXT-o}
3852 am__minus_obj=
3853 ;;
42ecbf5e
DJ
3854 none) break ;;
3855 esac
42ecbf5e 3856 if depmode=$depmode \
81ecdfbb 3857 source=sub/conftest.c object=$am__obj \
42ecbf5e 3858 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 3859 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 3860 >/dev/null 2>conftest.err &&
81ecdfbb 3861 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 3862 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 3863 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
3864 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3865 # icc doesn't choke on unknown options, it will just issue warnings
3866 # or remarks (even with -Werror). So we grep stderr for any message
3867 # that says an option was ignored or not supported.
3868 # When given -MP, icc 7.0 and 7.1 complain thusly:
3869 # icc: Command line warning: ignoring option '-M'; no argument required
3870 # The diagnosis changed in icc 8.0:
3871 # icc: Command line remark: option '-MP' not supported
3872 if (grep 'ignoring option' conftest.err ||
3873 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3874 am_cv_CC_dependencies_compiler_type=$depmode
3875 break
3876 fi
3877 fi
3878 done
3879
3880 cd ..
3881 rm -rf conftest.dir
252b5132 3882else
42ecbf5e 3883 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3884fi
3885
252b5132 3886fi
81ecdfbb
RW
3887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3888$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
3889CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3890
81ecdfbb 3891 if
42ecbf5e
DJ
3892 test "x$enable_dependency_tracking" != xno \
3893 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3894 am__fastdepCC_TRUE=
3895 am__fastdepCC_FALSE='#'
252b5132 3896else
42ecbf5e
DJ
3897 am__fastdepCC_TRUE='#'
3898 am__fastdepCC_FALSE=
252b5132
RH
3899fi
3900
3901
3902
42ecbf5e 3903
d45dc31f
SE
3904ac_ext=c
3905ac_cpp='$CPP $CPPFLAGS'
3906ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3907ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3908ac_compiler_gnu=$ac_cv_c_compiler_gnu
3909if test -n "$ac_tool_prefix"; then
3910 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3911set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3913$as_echo_n "checking for $ac_word... " >&6; }
3914if test "${ac_cv_prog_CC+set}" = set; then :
3915 $as_echo_n "(cached) " >&6
252b5132 3916else
d45dc31f
SE
3917 if test -n "$CC"; then
3918 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 3919else
d45dc31f
SE
3920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3921for as_dir in $PATH
3922do
3923 IFS=$as_save_IFS
3924 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3925 for ac_exec_ext in '' $ac_executable_extensions; do
3926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 3927 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3929 break 2
3930 fi
3931done
81ecdfbb
RW
3932 done
3933IFS=$as_save_IFS
ceae3e33 3934
d45dc31f
SE
3935fi
3936fi
3937CC=$ac_cv_prog_CC
3938if test -n "$CC"; then
81ecdfbb
RW
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3940$as_echo "$CC" >&6; }
252b5132 3941else
81ecdfbb
RW
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3943$as_echo "no" >&6; }
252b5132 3944fi
d45dc31f 3945
81ecdfbb 3946
d45dc31f
SE
3947fi
3948if test -z "$ac_cv_prog_CC"; then
3949 ac_ct_CC=$CC
3950 # Extract the first word of "gcc", so it can be a program name with args.
3951set dummy gcc; ac_word=$2
81ecdfbb
RW
3952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3953$as_echo_n "checking for $ac_word... " >&6; }
3954if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3955 $as_echo_n "(cached) " >&6
252b5132 3956else
d45dc31f
SE
3957 if test -n "$ac_ct_CC"; then
3958 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 3959else
d45dc31f
SE
3960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961for as_dir in $PATH
3962do
3963 IFS=$as_save_IFS
3964 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3965 for ac_exec_ext in '' $ac_executable_extensions; do
3966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 3967 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3969 break 2
3970 fi
3971done
81ecdfbb
RW
3972 done
3973IFS=$as_save_IFS
d45dc31f 3974
252b5132
RH
3975fi
3976fi
d45dc31f
SE
3977ac_ct_CC=$ac_cv_prog_ac_ct_CC
3978if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3980$as_echo "$ac_ct_CC" >&6; }
252b5132 3981else
81ecdfbb
RW
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3983$as_echo "no" >&6; }
252b5132 3984fi
d45dc31f 3985
81ecdfbb
RW
3986 if test "x$ac_ct_CC" = x; then
3987 CC=""
3988 else
3989 case $cross_compiling:$ac_tool_warned in
3990yes:)
3991{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3992$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3993ac_tool_warned=yes ;;
3994esac
3995 CC=$ac_ct_CC
3996 fi
d45dc31f
SE
3997else
3998 CC="$ac_cv_prog_CC"
3999fi
4000
4001if test -z "$CC"; then
81ecdfbb
RW
4002 if test -n "$ac_tool_prefix"; then
4003 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4004set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4005{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4006$as_echo_n "checking for $ac_word... " >&6; }
4007if test "${ac_cv_prog_CC+set}" = set; then :
4008 $as_echo_n "(cached) " >&6
252b5132 4009else
d45dc31f
SE
4010 if test -n "$CC"; then
4011 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4012else
d45dc31f
SE
4013as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4014for as_dir in $PATH
4015do
4016 IFS=$as_save_IFS
4017 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4018 for ac_exec_ext in '' $ac_executable_extensions; do
4019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4020 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4022 break 2
4023 fi
4024done
81ecdfbb
RW
4025 done
4026IFS=$as_save_IFS
d45dc31f 4027
252b5132
RH
4028fi
4029fi
d45dc31f
SE
4030CC=$ac_cv_prog_CC
4031if test -n "$CC"; then
81ecdfbb
RW
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4033$as_echo "$CC" >&6; }
d45dc31f 4034else
81ecdfbb
RW
4035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4036$as_echo "no" >&6; }
252b5132
RH
4037fi
4038
252b5132 4039
81ecdfbb 4040 fi
d45dc31f
SE
4041fi
4042if test -z "$CC"; then
4043 # Extract the first word of "cc", so it can be a program name with args.
4044set dummy cc; ac_word=$2
81ecdfbb
RW
4045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4046$as_echo_n "checking for $ac_word... " >&6; }
4047if test "${ac_cv_prog_CC+set}" = set; then :
4048 $as_echo_n "(cached) " >&6
252b5132 4049else
d45dc31f
SE
4050 if test -n "$CC"; then
4051 ac_cv_prog_CC="$CC" # Let the user override the test.
4052else
4053 ac_prog_rejected=no
4054as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4055for as_dir in $PATH
4056do
4057 IFS=$as_save_IFS
4058 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4059 for ac_exec_ext in '' $ac_executable_extensions; do
4060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f
SE
4061 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4062 ac_prog_rejected=yes
4063 continue
4064 fi
4065 ac_cv_prog_CC="cc"
81ecdfbb 4066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4067 break 2
4068 fi
4069done
81ecdfbb
RW
4070 done
4071IFS=$as_save_IFS
d45dc31f
SE
4072
4073if test $ac_prog_rejected = yes; then
4074 # We found a bogon in the path, so make sure we never use it.
4075 set dummy $ac_cv_prog_CC
4076 shift
4077 if test $# != 0; then
4078 # We chose a different compiler from the bogus one.
4079 # However, it has the same basename, so the bogon will be chosen
4080 # first if we set CC to just the basename; use the full file name.
4081 shift
4082 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4083 fi
4084fi
4085fi
4086fi
4087CC=$ac_cv_prog_CC
4088if test -n "$CC"; then
81ecdfbb
RW
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4090$as_echo "$CC" >&6; }
d45dc31f 4091else
81ecdfbb
RW
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4093$as_echo "no" >&6; }
252b5132
RH
4094fi
4095
81ecdfbb 4096
d45dc31f
SE
4097fi
4098if test -z "$CC"; then
4099 if test -n "$ac_tool_prefix"; then
81ecdfbb 4100 for ac_prog in cl.exe
d45dc31f
SE
4101 do
4102 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4103set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4105$as_echo_n "checking for $ac_word... " >&6; }
4106if test "${ac_cv_prog_CC+set}" = set; then :
4107 $as_echo_n "(cached) " >&6
ac48eca1 4108else
d45dc31f
SE
4109 if test -n "$CC"; then
4110 ac_cv_prog_CC="$CC" # Let the user override the test.
4111else
4112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4113for as_dir in $PATH
4114do
4115 IFS=$as_save_IFS
4116 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4117 for ac_exec_ext in '' $ac_executable_extensions; do
4118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4119 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4121 break 2
4122 fi
4123done
81ecdfbb
RW
4124 done
4125IFS=$as_save_IFS
ac48eca1 4126
d45dc31f
SE
4127fi
4128fi
4129CC=$ac_cv_prog_CC
4130if test -n "$CC"; then
81ecdfbb
RW
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4132$as_echo "$CC" >&6; }
d45dc31f 4133else
81ecdfbb
RW
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4135$as_echo "no" >&6; }
d45dc31f 4136fi
ac48eca1 4137
81ecdfbb 4138
d45dc31f
SE
4139 test -n "$CC" && break
4140 done
4141fi
4142if test -z "$CC"; then
4143 ac_ct_CC=$CC
81ecdfbb 4144 for ac_prog in cl.exe
d45dc31f
SE
4145do
4146 # Extract the first word of "$ac_prog", so it can be a program name with args.
4147set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4149$as_echo_n "checking for $ac_word... " >&6; }
4150if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4151 $as_echo_n "(cached) " >&6
d45dc31f
SE
4152else
4153 if test -n "$ac_ct_CC"; then
4154 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4155else
4156as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4157for as_dir in $PATH
4158do
4159 IFS=$as_save_IFS
4160 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4161 for ac_exec_ext in '' $ac_executable_extensions; do
4162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 4163 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4165 break 2
4166 fi
4167done
81ecdfbb
RW
4168 done
4169IFS=$as_save_IFS
ac48eca1 4170
d45dc31f
SE
4171fi
4172fi
4173ac_ct_CC=$ac_cv_prog_ac_ct_CC
4174if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4176$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4177else
81ecdfbb
RW
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4179$as_echo "no" >&6; }
d45dc31f 4180fi
ac48eca1 4181
81ecdfbb 4182
d45dc31f
SE
4183 test -n "$ac_ct_CC" && break
4184done
ac48eca1 4185
81ecdfbb
RW
4186 if test "x$ac_ct_CC" = x; then
4187 CC=""
4188 else
4189 case $cross_compiling:$ac_tool_warned in
4190yes:)
4191{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4192$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4193ac_tool_warned=yes ;;
4194esac
4195 CC=$ac_ct_CC
4196 fi
d45dc31f 4197fi
ac48eca1
AO
4198
4199fi
ac48eca1 4200
ac48eca1 4201
81ecdfbb
RW
4202test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4203$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4204as_fn_error "no acceptable C compiler found in \$PATH
4205See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4206
d45dc31f 4207# Provide some information about the compiler.
81ecdfbb
RW
4208$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4209set X $ac_compile
4210ac_compiler=$2
4211for ac_option in --version -v -V -qversion; do
4212 { { ac_try="$ac_compiler $ac_option >&5"
4213case "(($ac_try" in
4214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4215 *) ac_try_echo=$ac_try;;
4216esac
4217eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4218$as_echo "$ac_try_echo"; } >&5
4219 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4220 ac_status=$?
81ecdfbb
RW
4221 if test -s conftest.err; then
4222 sed '10a\
4223... rest of stderr output deleted ...
4224 10q' conftest.err >conftest.er1
4225 cat conftest.er1 >&5
4226 rm -f conftest.er1 conftest.err
4227 fi
4228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4229 test $ac_status = 0; }
4230done
ac48eca1 4231
81ecdfbb
RW
4232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4233$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4234if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4235 $as_echo_n "(cached) " >&6
bdcfeba5 4236else
81ecdfbb 4237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4238/* end confdefs.h. */
bdcfeba5 4239
d45dc31f
SE
4240int
4241main ()
4242{
4243#ifndef __GNUC__
4244 choke me
4245#endif
bdcfeba5 4246
d45dc31f
SE
4247 ;
4248 return 0;
4249}
4250_ACEOF
81ecdfbb 4251if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4252 ac_compiler_gnu=yes
4253else
81ecdfbb 4254 ac_compiler_gnu=no
bdcfeba5 4255fi
81ecdfbb 4256rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4257ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4258
bdcfeba5 4259fi
81ecdfbb
RW
4260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4261$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4262if test $ac_compiler_gnu = yes; then
4263 GCC=yes
4264else
4265 GCC=
4266fi
d45dc31f
SE
4267ac_test_CFLAGS=${CFLAGS+set}
4268ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4270$as_echo_n "checking whether $CC accepts -g... " >&6; }
4271if test "${ac_cv_prog_cc_g+set}" = set; then :
4272 $as_echo_n "(cached) " >&6
4273else
4274 ac_save_c_werror_flag=$ac_c_werror_flag
4275 ac_c_werror_flag=yes
4276 ac_cv_prog_cc_g=no
4277 CFLAGS="-g"
4278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4279/* end confdefs.h. */
ac48eca1 4280
d45dc31f
SE
4281int
4282main ()
4283{
ac48eca1 4284
d45dc31f
SE
4285 ;
4286 return 0;
4287}
4288_ACEOF
81ecdfbb 4289if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4290 ac_cv_prog_cc_g=yes
ac48eca1 4291else
81ecdfbb
RW
4292 CFLAGS=""
4293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4294/* end confdefs.h. */
4295
4296int
4297main ()
4298{
4299
4300 ;
4301 return 0;
4302}
4303_ACEOF
4304if ac_fn_c_try_compile "$LINENO"; then :
4305
4306else
4307 ac_c_werror_flag=$ac_save_c_werror_flag
4308 CFLAGS="-g"
4309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4310/* end confdefs.h. */
4311
4312int
4313main ()
4314{
ac48eca1 4315
81ecdfbb
RW
4316 ;
4317 return 0;
4318}
4319_ACEOF
4320if ac_fn_c_try_compile "$LINENO"; then :
4321 ac_cv_prog_cc_g=yes
4322fi
4323rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4324fi
81ecdfbb 4325rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4326fi
81ecdfbb
RW
4327rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4328 ac_c_werror_flag=$ac_save_c_werror_flag
4329fi
4330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4331$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4332if test "$ac_test_CFLAGS" = set; then
4333 CFLAGS=$ac_save_CFLAGS
4334elif test $ac_cv_prog_cc_g = yes; then
4335 if test "$GCC" = yes; then
4336 CFLAGS="-g -O2"
ac48eca1 4337 else
d45dc31f 4338 CFLAGS="-g"
42ecbf5e 4339 fi
ac48eca1 4340else
d45dc31f
SE
4341 if test "$GCC" = yes; then
4342 CFLAGS="-O2"
4343 else
4344 CFLAGS=
42ecbf5e 4345 fi
ac48eca1 4346fi
81ecdfbb
RW
4347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4348$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4349if test "${ac_cv_prog_cc_c89+set}" = set; then :
4350 $as_echo_n "(cached) " >&6
d45dc31f 4351else
81ecdfbb 4352 ac_cv_prog_cc_c89=no
d45dc31f 4353ac_save_CC=$CC
81ecdfbb 4354cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4355/* end confdefs.h. */
d45dc31f
SE
4356#include <stdarg.h>
4357#include <stdio.h>
4358#include <sys/types.h>
4359#include <sys/stat.h>
4360/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4361struct buf { int x; };
4362FILE * (*rcsopen) (struct buf *, struct stat *, int);
4363static char *e (p, i)
4364 char **p;
4365 int i;
4366{
4367 return p[i];
4368}
4369static char *f (char * (*g) (char **, int), char **p, ...)
4370{
4371 char *s;
4372 va_list v;
4373 va_start (v,p);
4374 s = g (p, va_arg (v,int));
4375 va_end (v);
4376 return s;
4377}
4378
4379/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4380 function prototypes and stuff, but not '\xHH' hex character constants.
4381 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4382 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4383 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4384 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4385 that's true only with -std. */
d45dc31f 4386int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4387
81ecdfbb
RW
4388/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4389 inside strings and character constants. */
4390#define FOO(x) 'x'
4391int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4392
d45dc31f
SE
4393int test (int i, double x);
4394struct s1 {int (*f) (int a);};
4395struct s2 {int (*f) (double a);};
4396int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4397int argc;
4398char **argv;
42ecbf5e
DJ
4399int
4400main ()
4401{
d45dc31f 4402return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4403 ;
4404 return 0;
4405}
4406_ACEOF
81ecdfbb
RW
4407for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4408 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4409do
4410 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4411 if ac_fn_c_try_compile "$LINENO"; then :
4412 ac_cv_prog_cc_c89=$ac_arg
252b5132 4413fi
81ecdfbb
RW
4414rm -f core conftest.err conftest.$ac_objext
4415 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4416done
81ecdfbb 4417rm -f conftest.$ac_ext
d45dc31f 4418CC=$ac_save_CC
ac48eca1 4419
252b5132 4420fi
81ecdfbb
RW
4421# AC_CACHE_VAL
4422case "x$ac_cv_prog_cc_c89" in
4423 x)
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4425$as_echo "none needed" >&6; } ;;
4426 xno)
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4428$as_echo "unsupported" >&6; } ;;
d45dc31f 4429 *)
81ecdfbb
RW
4430 CC="$CC $ac_cv_prog_cc_c89"
4431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4432$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4433esac
81ecdfbb 4434if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4435
d45dc31f 4436fi
ac48eca1 4437
d45dc31f
SE
4438ac_ext=c
4439ac_cpp='$CPP $CPPFLAGS'
4440ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4441ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4442ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4443
7357c5b6
AM
4444ac_ext=c
4445ac_cpp='$CPP $CPPFLAGS'
4446ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4447ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4448ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4450$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4451# On Suns, sometimes $CPP names a directory.
4452if test -n "$CPP" && test -d "$CPP"; then
4453 CPP=
4454fi
4455if test -z "$CPP"; then
81ecdfbb
RW
4456 if test "${ac_cv_prog_CPP+set}" = set; then :
4457 $as_echo_n "(cached) " >&6
7357c5b6
AM
4458else
4459 # Double quotes because CPP needs to be expanded
4460 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4461 do
4462 ac_preproc_ok=false
4463for ac_c_preproc_warn_flag in '' yes
4464do
4465 # Use a header file that comes with gcc, so configuring glibc
4466 # with a fresh cross-compiler works.
4467 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4468 # <limits.h> exists even on freestanding compilers.
4469 # On the NeXT, cc -E runs the code through the compiler's parser,
4470 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4472/* end confdefs.h. */
4473#ifdef __STDC__
4474# include <limits.h>
4475#else
4476# include <assert.h>
4477#endif
4478 Syntax error
4479_ACEOF
81ecdfbb 4480if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4481
81ecdfbb 4482else
7357c5b6
AM
4483 # Broken: fails on valid input.
4484continue
4485fi
4486rm -f conftest.err conftest.$ac_ext
d7040cdb 4487
81ecdfbb 4488 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4489 # can be detected and how.
81ecdfbb 4490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4491/* end confdefs.h. */
4492#include <ac_nonexistent.h>
4493_ACEOF
81ecdfbb 4494if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4495 # Broken: success on invalid input.
4496continue
4497else
7357c5b6
AM
4498 # Passes both tests.
4499ac_preproc_ok=:
4500break
4501fi
4502rm -f conftest.err conftest.$ac_ext
d7040cdb 4503
7357c5b6
AM
4504done
4505# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4506rm -f conftest.err conftest.$ac_ext
81ecdfbb 4507if $ac_preproc_ok; then :
7357c5b6
AM
4508 break
4509fi
d7040cdb 4510
7357c5b6
AM
4511 done
4512 ac_cv_prog_CPP=$CPP
d7040cdb 4513
7357c5b6
AM
4514fi
4515 CPP=$ac_cv_prog_CPP
4516else
4517 ac_cv_prog_CPP=$CPP
4518fi
81ecdfbb
RW
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4520$as_echo "$CPP" >&6; }
7357c5b6
AM
4521ac_preproc_ok=false
4522for ac_c_preproc_warn_flag in '' yes
4523do
4524 # Use a header file that comes with gcc, so configuring glibc
4525 # with a fresh cross-compiler works.
4526 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4527 # <limits.h> exists even on freestanding compilers.
4528 # On the NeXT, cc -E runs the code through the compiler's parser,
4529 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4531/* end confdefs.h. */
4532#ifdef __STDC__
4533# include <limits.h>
4534#else
4535# include <assert.h>
4536#endif
4537 Syntax error
4538_ACEOF
81ecdfbb 4539if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4540
81ecdfbb 4541else
7357c5b6
AM
4542 # Broken: fails on valid input.
4543continue
4544fi
4545rm -f conftest.err conftest.$ac_ext
d7040cdb 4546
81ecdfbb 4547 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4548 # can be detected and how.
81ecdfbb 4549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4550/* end confdefs.h. */
4551#include <ac_nonexistent.h>
4552_ACEOF
81ecdfbb 4553if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4554 # Broken: success on invalid input.
4555continue
4556else
7357c5b6
AM
4557 # Passes both tests.
4558ac_preproc_ok=:
4559break
4560fi
4561rm -f conftest.err conftest.$ac_ext
d7040cdb 4562
7357c5b6
AM
4563done
4564# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4565rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4566if $ac_preproc_ok; then :
4567
7357c5b6 4568else
81ecdfbb
RW
4569 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4570$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4571as_fn_error "C preprocessor \"$CPP\" fails sanity check
4572See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4573fi
d7040cdb 4574
7357c5b6
AM
4575ac_ext=c
4576ac_cpp='$CPP $CPPFLAGS'
4577ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4578ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4579ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
4580
4581
81ecdfbb
RW
4582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4583$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4584if test "${ac_cv_path_GREP+set}" = set; then :
4585 $as_echo_n "(cached) " >&6
7357c5b6 4586else
81ecdfbb
RW
4587 if test -z "$GREP"; then
4588 ac_path_GREP_found=false
4589 # Loop through the user's path and test for each of PROGNAME-LIST
4590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4591for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4592do
4593 IFS=$as_save_IFS
4594 test -z "$as_dir" && as_dir=.
4595 for ac_prog in grep ggrep; do
4596 for ac_exec_ext in '' $ac_executable_extensions; do
4597 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4598 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4599# Check for GNU ac_path_GREP and select it if it is found.
4600 # Check for GNU $ac_path_GREP
4601case `"$ac_path_GREP" --version 2>&1` in
4602*GNU*)
4603 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4604*)
4605 ac_count=0
4606 $as_echo_n 0123456789 >"conftest.in"
4607 while :
4608 do
4609 cat "conftest.in" "conftest.in" >"conftest.tmp"
4610 mv "conftest.tmp" "conftest.in"
4611 cp "conftest.in" "conftest.nl"
4612 $as_echo 'GREP' >> "conftest.nl"
4613 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4614 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4615 as_fn_arith $ac_count + 1 && ac_count=$as_val
4616 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4617 # Best one so far, save it but keep looking for a better one
4618 ac_cv_path_GREP="$ac_path_GREP"
4619 ac_path_GREP_max=$ac_count
7357c5b6 4620 fi
81ecdfbb
RW
4621 # 10*(2^10) chars as input seems more than enough
4622 test $ac_count -gt 10 && break
4623 done
4624 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4625esac
4626
4627 $ac_path_GREP_found && break 3
4628 done
4629 done
4630 done
4631IFS=$as_save_IFS
4632 if test -z "$ac_cv_path_GREP"; then
4633 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4634 fi
4635else
4636 ac_cv_path_GREP=$GREP
4637fi
4638
7357c5b6 4639fi
81ecdfbb
RW
4640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4641$as_echo "$ac_cv_path_GREP" >&6; }
4642 GREP="$ac_cv_path_GREP"
d7040cdb 4643
d7040cdb 4644
81ecdfbb
RW
4645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4646$as_echo_n "checking for egrep... " >&6; }
4647if test "${ac_cv_path_EGREP+set}" = set; then :
4648 $as_echo_n "(cached) " >&6
7357c5b6 4649else
81ecdfbb
RW
4650 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4651 then ac_cv_path_EGREP="$GREP -E"
4652 else
4653 if test -z "$EGREP"; then
4654 ac_path_EGREP_found=false
4655 # Loop through the user's path and test for each of PROGNAME-LIST
4656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4657for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4658do
4659 IFS=$as_save_IFS
4660 test -z "$as_dir" && as_dir=.
4661 for ac_prog in egrep; do
4662 for ac_exec_ext in '' $ac_executable_extensions; do
4663 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4664 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4665# Check for GNU ac_path_EGREP and select it if it is found.
4666 # Check for GNU $ac_path_EGREP
4667case `"$ac_path_EGREP" --version 2>&1` in
4668*GNU*)
4669 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4670*)
4671 ac_count=0
4672 $as_echo_n 0123456789 >"conftest.in"
4673 while :
4674 do
4675 cat "conftest.in" "conftest.in" >"conftest.tmp"
4676 mv "conftest.tmp" "conftest.in"
4677 cp "conftest.in" "conftest.nl"
4678 $as_echo 'EGREP' >> "conftest.nl"
4679 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4680 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4681 as_fn_arith $ac_count + 1 && ac_count=$as_val
4682 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4683 # Best one so far, save it but keep looking for a better one
4684 ac_cv_path_EGREP="$ac_path_EGREP"
4685 ac_path_EGREP_max=$ac_count
4686 fi
4687 # 10*(2^10) chars as input seems more than enough
4688 test $ac_count -gt 10 && break
4689 done
4690 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4691esac
4692
4693 $ac_path_EGREP_found && break 3
4694 done
4695 done
4696 done
4697IFS=$as_save_IFS
4698 if test -z "$ac_cv_path_EGREP"; then
4699 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4700 fi
4701else
4702 ac_cv_path_EGREP=$EGREP
4703fi
4704
4705 fi
4706fi
4707{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4708$as_echo "$ac_cv_path_EGREP" >&6; }
4709 EGREP="$ac_cv_path_EGREP"
4710
4711
4712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4713$as_echo_n "checking for ANSI C header files... " >&6; }
4714if test "${ac_cv_header_stdc+set}" = set; then :
4715 $as_echo_n "(cached) " >&6
4716else
4717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4718/* end confdefs.h. */
4719#include <stdlib.h>
4720#include <stdarg.h>
4721#include <string.h>
4722#include <float.h>
d7040cdb 4723
7357c5b6
AM
4724int
4725main ()
4726{
d7040cdb 4727
7357c5b6
AM
4728 ;
4729 return 0;
4730}
4731_ACEOF
81ecdfbb 4732if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4733 ac_cv_header_stdc=yes
4734else
81ecdfbb 4735 ac_cv_header_stdc=no
7357c5b6 4736fi
81ecdfbb 4737rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4738
7357c5b6
AM
4739if test $ac_cv_header_stdc = yes; then
4740 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4742/* end confdefs.h. */
4743#include <string.h>
d7040cdb 4744
7357c5b6
AM
4745_ACEOF
4746if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4747 $EGREP "memchr" >/dev/null 2>&1; then :
4748
d45dc31f 4749else
7357c5b6
AM
4750 ac_cv_header_stdc=no
4751fi
4752rm -f conftest*
d7040cdb 4753
7357c5b6 4754fi
d7040cdb 4755
7357c5b6
AM
4756if test $ac_cv_header_stdc = yes; then
4757 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4759/* end confdefs.h. */
4760#include <stdlib.h>
d7040cdb 4761
7357c5b6
AM
4762_ACEOF
4763if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4764 $EGREP "free" >/dev/null 2>&1; then :
4765
7357c5b6
AM
4766else
4767 ac_cv_header_stdc=no
4768fi
4769rm -f conftest*
d7040cdb 4770
7357c5b6 4771fi
d7040cdb 4772
7357c5b6
AM
4773if test $ac_cv_header_stdc = yes; then
4774 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4775 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4776 :
4777else
81ecdfbb 4778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4779/* end confdefs.h. */
4780#include <ctype.h>
81ecdfbb 4781#include <stdlib.h>
7357c5b6
AM
4782#if ((' ' & 0x0FF) == 0x020)
4783# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4784# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4785#else
4786# define ISLOWER(c) \
4787 (('a' <= (c) && (c) <= 'i') \
4788 || ('j' <= (c) && (c) <= 'r') \
4789 || ('s' <= (c) && (c) <= 'z'))
4790# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4791#endif
d7040cdb 4792
7357c5b6
AM
4793#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4794int
4795main ()
4796{
4797 int i;
4798 for (i = 0; i < 256; i++)
4799 if (XOR (islower (i), ISLOWER (i))
4800 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4801 return 2;
4802 return 0;
7357c5b6
AM
4803}
4804_ACEOF
81ecdfbb 4805if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4806
81ecdfbb
RW
4807else
4808 ac_cv_header_stdc=no
7357c5b6 4809fi
81ecdfbb
RW
4810rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4811 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4812fi
81ecdfbb 4813
7357c5b6
AM
4814fi
4815fi
81ecdfbb
RW
4816{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4817$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4818if test $ac_cv_header_stdc = yes; then
d7040cdb 4819
81ecdfbb 4820$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4821
7357c5b6 4822fi
d7040cdb 4823
7357c5b6 4824# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
4825for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4826 inttypes.h stdint.h unistd.h
4827do :
4828 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4829ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4830"
4831eval as_val=\$$as_ac_Header
4832 if test "x$as_val" = x""yes; then :
4833 cat >>confdefs.h <<_ACEOF
4834#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4835_ACEOF
d7040cdb 4836
81ecdfbb 4837fi
d7040cdb 4838
81ecdfbb 4839done
d7040cdb
SE
4840
4841
4842
81ecdfbb
RW
4843 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4844if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4845 MINIX=yes
4846else
4847 MINIX=
4848fi
d7040cdb
SE
4849
4850
81ecdfbb 4851 if test "$MINIX" = yes; then
d7040cdb 4852
81ecdfbb 4853$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 4854
d7040cdb 4855
81ecdfbb 4856$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4857
4858
81ecdfbb 4859$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4860
81ecdfbb 4861 fi
d7040cdb
SE
4862
4863
81ecdfbb
RW
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4865$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4866if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4867 $as_echo_n "(cached) " >&6
7357c5b6 4868else
81ecdfbb 4869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4870/* end confdefs.h. */
d7040cdb 4871
7357c5b6
AM
4872# define __EXTENSIONS__ 1
4873 $ac_includes_default
4874int
4875main ()
4876{
d7040cdb 4877
7357c5b6
AM
4878 ;
4879 return 0;
4880}
4881_ACEOF
81ecdfbb 4882if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4883 ac_cv_safe_to_define___extensions__=yes
d7040cdb 4884else
81ecdfbb 4885 ac_cv_safe_to_define___extensions__=no
d7040cdb 4886fi
81ecdfbb 4887rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4888fi
81ecdfbb
RW
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4890$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4891 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4892 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 4893
81ecdfbb 4894 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 4895
81ecdfbb 4896 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 4897
81ecdfbb 4898 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 4899
81ecdfbb 4900 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
4901
4902
e3525117 4903
5691d22d 4904
81ecdfbb
RW
4905
4906
3388710e
JM
4907# The tests for host and target for $enable_largefile require
4908# canonical names.
4909
4910
4911
da2f07f1
JK
4912# As the $enable_largefile decision depends on --enable-plugins we must set it
4913# even in directories otherwise not depending on the $plugins option.
4914
4915
81ecdfbb
RW
4916# Check whether --enable-plugins was given.
4917if test "${enable_plugins+set}" = set; then :
4918 enableval=$enable_plugins; case "${enableval}" in
ce3c775b
NC
4919 yes | "") plugins=yes ;;
4920 no) plugins=no ;;
4921 *) plugins=yes ;;
4922 esac
4923else
4924 plugins=no
81ecdfbb
RW
4925fi
4926
ce3c775b 4927
5691d22d 4928
da2f07f1 4929case "${host}" in
e3525117 4930 sparc-*-solaris*|i[3-7]86-*-solaris*)
da2f07f1
JK
4931 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4932 # are mutually exclusive; and without procfs support, the bfd/ elf module
4933 # cannot provide certain routines such as elfcore_write_prpsinfo
4934 # or elfcore_write_prstatus. So unless the user explicitly requested
4935 # large-file support through the --enable-largefile switch, disable
4936 # large-file support in favor of procfs support.
4937 test "${target}" = "${host}" -a "x$plugins" = xno \
4938 && : ${enable_largefile="no"}
e3525117
NC
4939 ;;
4940esac
4941
81ecdfbb
RW
4942# Check whether --enable-largefile was given.
4943if test "${enable_largefile+set}" = set; then :
4944 enableval=$enable_largefile;
4945fi
d053aef8 4946
d053aef8
JK
4947if test "$enable_largefile" != no; then
4948
81ecdfbb
RW
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4950$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4951if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4952 $as_echo_n "(cached) " >&6
d053aef8
JK
4953else
4954 ac_cv_sys_largefile_CC=no
4955 if test "$GCC" != yes; then
4956 ac_save_CC=$CC
4957 while :; do
81ecdfbb
RW
4958 # IRIX 6.2 and later do not support large files by default,
4959 # so use the C compiler's -n32 option if that helps.
4960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
4961/* end confdefs.h. */
4962#include <sys/types.h>
4963 /* Check that off_t can represent 2**63 - 1 correctly.
4964 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4965 since some C++ compilers masquerading as C compilers
4966 incorrectly reject 9223372036854775807. */
4967#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4968 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4969 && LARGE_OFF_T % 2147483647 == 1)
4970 ? 1 : -1];
4971int
4972main ()
4973{
4974
4975 ;
4976 return 0;
4977}
4978_ACEOF
81ecdfbb 4979 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 4980 break
d053aef8 4981fi
81ecdfbb
RW
4982rm -f core conftest.err conftest.$ac_objext
4983 CC="$CC -n32"
4984 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 4985 ac_cv_sys_largefile_CC=' -n32'; break
d053aef8 4986fi
81ecdfbb 4987rm -f core conftest.err conftest.$ac_objext
d053aef8
JK
4988 break
4989 done
4990 CC=$ac_save_CC
4991 rm -f conftest.$ac_ext
4992 fi
4993fi
81ecdfbb
RW
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4995$as_echo "$ac_cv_sys_largefile_CC" >&6; }
d053aef8
JK
4996 if test "$ac_cv_sys_largefile_CC" != no; then
4997 CC=$CC$ac_cv_sys_largefile_CC
4998 fi
4999
81ecdfbb
RW
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5001$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5002if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5003 $as_echo_n "(cached) " >&6
d053aef8
JK
5004else
5005 while :; do
81ecdfbb 5006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5007/* end confdefs.h. */
5008#include <sys/types.h>
5009 /* Check that off_t can represent 2**63 - 1 correctly.
5010 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5011 since some C++ compilers masquerading as C compilers
5012 incorrectly reject 9223372036854775807. */
5013#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5014 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5015 && LARGE_OFF_T % 2147483647 == 1)
5016 ? 1 : -1];
5017int
5018main ()
5019{
5020
5021 ;
5022 return 0;
5023}
5024_ACEOF
81ecdfbb
RW
5025if ac_fn_c_try_compile "$LINENO"; then :
5026 ac_cv_sys_file_offset_bits=no; break
d053aef8 5027fi
81ecdfbb
RW
5028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5030/* end confdefs.h. */
5031#define _FILE_OFFSET_BITS 64
5032#include <sys/types.h>
5033 /* Check that off_t can represent 2**63 - 1 correctly.
5034 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5035 since some C++ compilers masquerading as C compilers
5036 incorrectly reject 9223372036854775807. */
5037#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5038 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5039 && LARGE_OFF_T % 2147483647 == 1)
5040 ? 1 : -1];
5041int
5042main ()
5043{
5044
5045 ;
5046 return 0;
5047}
5048_ACEOF
81ecdfbb 5049if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5050 ac_cv_sys_file_offset_bits=64; break
d053aef8 5051fi
81ecdfbb
RW
5052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5053 ac_cv_sys_file_offset_bits=unknown
d053aef8
JK
5054 break
5055done
5056fi
81ecdfbb
RW
5057{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5058$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5059case $ac_cv_sys_file_offset_bits in #(
5060 no | unknown) ;;
5061 *)
d053aef8
JK
5062cat >>confdefs.h <<_ACEOF
5063#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5064_ACEOF
81ecdfbb
RW
5065;;
5066esac
5067rm -rf conftest*
5068 if test $ac_cv_sys_file_offset_bits = unknown; then
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5070$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5071if test "${ac_cv_sys_large_files+set}" = set; then :
5072 $as_echo_n "(cached) " >&6
d053aef8
JK
5073else
5074 while :; do
81ecdfbb 5075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5076/* end confdefs.h. */
5077#include <sys/types.h>
5078 /* Check that off_t can represent 2**63 - 1 correctly.
5079 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5080 since some C++ compilers masquerading as C compilers
5081 incorrectly reject 9223372036854775807. */
5082#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5083 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5084 && LARGE_OFF_T % 2147483647 == 1)
5085 ? 1 : -1];
5086int
5087main ()
5088{
5089
5090 ;
5091 return 0;
5092}
5093_ACEOF
81ecdfbb
RW
5094if ac_fn_c_try_compile "$LINENO"; then :
5095 ac_cv_sys_large_files=no; break
d053aef8 5096fi
81ecdfbb
RW
5097rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5099/* end confdefs.h. */
5100#define _LARGE_FILES 1
5101#include <sys/types.h>
5102 /* Check that off_t can represent 2**63 - 1 correctly.
5103 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5104 since some C++ compilers masquerading as C compilers
5105 incorrectly reject 9223372036854775807. */
5106#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5107 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5108 && LARGE_OFF_T % 2147483647 == 1)
5109 ? 1 : -1];
5110int
5111main ()
5112{
5113
5114 ;
5115 return 0;
5116}
5117_ACEOF
81ecdfbb 5118if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5119 ac_cv_sys_large_files=1; break
d053aef8 5120fi
81ecdfbb
RW
5121rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5122 ac_cv_sys_large_files=unknown
d053aef8
JK
5123 break
5124done
5125fi
81ecdfbb
RW
5126{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5127$as_echo "$ac_cv_sys_large_files" >&6; }
5128case $ac_cv_sys_large_files in #(
5129 no | unknown) ;;
5130 *)
d053aef8
JK
5131cat >>confdefs.h <<_ACEOF
5132#define _LARGE_FILES $ac_cv_sys_large_files
5133_ACEOF
81ecdfbb
RW
5134;;
5135esac
5136rm -rf conftest*
5137 fi
d053aef8
JK
5138fi
5139
da2f07f1 5140
718a6fd8
SE
5141case `pwd` in
5142 *\ * | *\ *)
81ecdfbb
RW
5143 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5144$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5145esac
d7040cdb
SE
5146
5147
7357c5b6 5148
3725885a
RW
5149macro_version='2.2.7a'
5150macro_revision='1.3134'
7357c5b6
AM
5151
5152
5153
5154
5155
5156
7357c5b6
AM
5157
5158
5159
5160
5161
5162
5163
718a6fd8 5164ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5165
3725885a
RW
5166# Backslashify metacharacters that are still active within
5167# double-quoted strings.
5168sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5169
5170# Same as above, but do not quote variable references.
5171double_quote_subst='s/\(["`\\]\)/\\\1/g'
5172
5173# Sed substitution to delay expansion of an escaped shell variable in a
5174# double_quote_subst'ed string.
5175delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5176
5177# Sed substitution to delay expansion of an escaped single quote.
5178delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5179
5180# Sed substitution to avoid accidental globbing in evaled expressions
5181no_glob_subst='s/\*/\\\*/g'
5182
5183ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5184ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5185ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5186
5187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5188$as_echo_n "checking how to print strings... " >&6; }
5189# Test print first, because it will be a builtin if present.
5190if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5191 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5192 ECHO='print -r --'
5193elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5194 ECHO='printf %s\n'
5195else
5196 # Use this function as a fallback that always works.
5197 func_fallback_echo ()
5198 {
5199 eval 'cat <<_LTECHO_EOF
5200$1
5201_LTECHO_EOF'
5202 }
5203 ECHO='func_fallback_echo'
5204fi
5205
5206# func_echo_all arg...
5207# Invoke $ECHO with all args, space-separated.
5208func_echo_all ()
5209{
5210 $ECHO ""
5211}
5212
5213case "$ECHO" in
5214 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5215$as_echo "printf" >&6; } ;;
5216 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5217$as_echo "print -r" >&6; } ;;
5218 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5219$as_echo "cat" >&6; } ;;
5220esac
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
81ecdfbb
RW
5235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5236$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5237if test "${ac_cv_path_SED+set}" = set; then :
5238 $as_echo_n "(cached) " >&6
7357c5b6 5239else
81ecdfbb
RW
5240 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5241 for ac_i in 1 2 3 4 5 6 7; do
5242 ac_script="$ac_script$as_nl$ac_script"
5243 done
5244 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5245 { ac_script=; unset ac_script;}
5246 if test -z "$SED"; then
5247 ac_path_SED_found=false
5248 # Loop through the user's path and test for each of PROGNAME-LIST
5249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5250for as_dir in $PATH
5251do
5252 IFS=$as_save_IFS
5253 test -z "$as_dir" && as_dir=.
81ecdfbb 5254 for ac_prog in sed gsed; do
7357c5b6 5255 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5256 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5257 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5258# Check for GNU ac_path_SED and select it if it is found.
5259 # Check for GNU $ac_path_SED
5260case `"$ac_path_SED" --version 2>&1` in
5261*GNU*)
5262 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5263*)
5264 ac_count=0
5265 $as_echo_n 0123456789 >"conftest.in"
5266 while :
5267 do
5268 cat "conftest.in" "conftest.in" >"conftest.tmp"
5269 mv "conftest.tmp" "conftest.in"
5270 cp "conftest.in" "conftest.nl"
5271 $as_echo '' >> "conftest.nl"
5272 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5273 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5274 as_fn_arith $ac_count + 1 && ac_count=$as_val
5275 if test $ac_count -gt ${ac_path_SED_max-0}; then
5276 # Best one so far, save it but keep looking for a better one
5277 ac_cv_path_SED="$ac_path_SED"
5278 ac_path_SED_max=$ac_count
5279 fi
5280 # 10*(2^10) chars as input seems more than enough
5281 test $ac_count -gt 10 && break
5282 done
5283 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5284esac
5285
5286 $ac_path_SED_found && break 3
7357c5b6
AM
5287 done
5288 done
81ecdfbb 5289 done
7357c5b6 5290IFS=$as_save_IFS
81ecdfbb
RW
5291 if test -z "$ac_cv_path_SED"; then
5292 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5293 fi
81ecdfbb
RW
5294else
5295 ac_cv_path_SED=$SED
7357c5b6
AM
5296fi
5297
81ecdfbb
RW
5298fi
5299{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5300$as_echo "$ac_cv_path_SED" >&6; }
5301 SED="$ac_cv_path_SED"
5302 rm -f conftest.sed
7357c5b6
AM
5303
5304test -z "$SED" && SED=sed
5305Xsed="$SED -e 1s/^X//"
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
81ecdfbb
RW
5317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5318$as_echo_n "checking for fgrep... " >&6; }
5319if test "${ac_cv_path_FGREP+set}" = set; then :
5320 $as_echo_n "(cached) " >&6
7357c5b6 5321else
81ecdfbb
RW
5322 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5323 then ac_cv_path_FGREP="$GREP -F"
5324 else
5325 if test -z "$FGREP"; then
5326 ac_path_FGREP_found=false
5327 # Loop through the user's path and test for each of PROGNAME-LIST
5328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5329for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5330do
5331 IFS=$as_save_IFS
5332 test -z "$as_dir" && as_dir=.
5333 for ac_prog in fgrep; do
5334 for ac_exec_ext in '' $ac_executable_extensions; do
5335 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5336 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5337# Check for GNU ac_path_FGREP and select it if it is found.
5338 # Check for GNU $ac_path_FGREP
5339case `"$ac_path_FGREP" --version 2>&1` in
5340*GNU*)
5341 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5342*)
5343 ac_count=0
5344 $as_echo_n 0123456789 >"conftest.in"
5345 while :
5346 do
5347 cat "conftest.in" "conftest.in" >"conftest.tmp"
5348 mv "conftest.tmp" "conftest.in"
5349 cp "conftest.in" "conftest.nl"
5350 $as_echo 'FGREP' >> "conftest.nl"
5351 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5352 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5353 as_fn_arith $ac_count + 1 && ac_count=$as_val
5354 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5355 # Best one so far, save it but keep looking for a better one
5356 ac_cv_path_FGREP="$ac_path_FGREP"
5357 ac_path_FGREP_max=$ac_count
7357c5b6 5358 fi
81ecdfbb
RW
5359 # 10*(2^10) chars as input seems more than enough
5360 test $ac_count -gt 10 && break
5361 done
5362 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5363esac
5364
5365 $ac_path_FGREP_found && break 3
5366 done
5367 done
5368 done
5369IFS=$as_save_IFS
5370 if test -z "$ac_cv_path_FGREP"; then
5371 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5372 fi
5373else
5374 ac_cv_path_FGREP=$FGREP
5375fi
5376
5377 fi
7357c5b6 5378fi
81ecdfbb
RW
5379{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5380$as_echo "$ac_cv_path_FGREP" >&6; }
5381 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5382
5383
5384test -z "$GREP" && GREP=grep
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
81ecdfbb
RW
5404# Check whether --with-gnu-ld was given.
5405if test "${with_gnu_ld+set}" = set; then :
5406 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5407else
5408 with_gnu_ld=no
81ecdfbb
RW
5409fi
5410
7357c5b6
AM
5411ac_prog=ld
5412if test "$GCC" = yes; then
5413 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5415$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5416 case $host in
5417 *-*-mingw*)
d45dc31f
SE
5418 # gcc leaves a trailing carriage return which upsets mingw
5419 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5420 *)
5421 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5422 esac
5423 case $ac_prog in
5424 # Accept absolute paths.
d7040cdb 5425 [\\/]* | ?:[\\/]*)
d45dc31f 5426 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5427 # Canonicalize the pathname of ld
5428 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5429 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5430 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5431 done
5432 test -z "$LD" && LD="$ac_prog"
5433 ;;
5434 "")
5435 # If it fails, then pretend we aren't using GCC.
5436 ac_prog=ld
5437 ;;
5438 *)
5439 # If it is relative, then search for the first ld in PATH.
5440 with_gnu_ld=unknown
5441 ;;
5442 esac
5443elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5445$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5446else
81ecdfbb
RW
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5448$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5449fi
81ecdfbb
RW
5450if test "${lt_cv_path_LD+set}" = set; then :
5451 $as_echo_n "(cached) " >&6
d45dc31f
SE
5452else
5453 if test -z "$LD"; then
d7040cdb 5454 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5455 for ac_dir in $PATH; do
d7040cdb 5456 IFS="$lt_save_ifs"
d45dc31f
SE
5457 test -z "$ac_dir" && ac_dir=.
5458 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5459 lt_cv_path_LD="$ac_dir/$ac_prog"
5460 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5461 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5462 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5463 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5464 *GNU* | *'with BFD'*)
d45dc31f 5465 test "$with_gnu_ld" != no && break
d7040cdb
SE
5466 ;;
5467 *)
d45dc31f 5468 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5469 ;;
5470 esac
d45dc31f
SE
5471 fi
5472 done
d7040cdb 5473 IFS="$lt_save_ifs"
d45dc31f
SE
5474else
5475 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5476fi
5477fi
1ad12f97 5478
d45dc31f
SE
5479LD="$lt_cv_path_LD"
5480if test -n "$LD"; then
81ecdfbb
RW
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5482$as_echo "$LD" >&6; }
d45dc31f 5483else
81ecdfbb
RW
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5485$as_echo "no" >&6; }
d45dc31f 5486fi
81ecdfbb
RW
5487test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5489$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5490if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5491 $as_echo_n "(cached) " >&6
d45dc31f 5492else
d7040cdb
SE
5493 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5494case `$LD -v 2>&1 </dev/null` in
5495*GNU* | *'with BFD'*)
d45dc31f 5496 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5497 ;;
5498*)
d45dc31f 5499 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5500 ;;
5501esac
d45dc31f 5502fi
81ecdfbb
RW
5503{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5504$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5505with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5506
d45dc31f 5507
42ecbf5e 5508
d7040cdb
SE
5509
5510
5511
5512
5513
5514
81ecdfbb
RW
5515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5516$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5517if test "${lt_cv_path_NM+set}" = set; then :
5518 $as_echo_n "(cached) " >&6
d45dc31f
SE
5519else
5520 if test -n "$NM"; then
5521 # Let the user override the test.
5522 lt_cv_path_NM="$NM"
5523else
d7040cdb
SE
5524 lt_nm_to_check="${ac_tool_prefix}nm"
5525 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5526 lt_nm_to_check="$lt_nm_to_check nm"
5527 fi
5528 for lt_tmp_nm in $lt_nm_to_check; do
5529 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5530 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5531 IFS="$lt_save_ifs"
5532 test -z "$ac_dir" && ac_dir=.
5533 tmp_nm="$ac_dir/$lt_tmp_nm"
5534 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5535 # Check to see if the nm accepts a BSD-compat flag.
5536 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5537 # nm: unknown option "B" ignored
5538 # Tru64's nm complains that /dev/null is an invalid object file
5539 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5540 */dev/null* | *'Invalid file or object type'*)
5541 lt_cv_path_NM="$tmp_nm -B"
5542 break
5543 ;;
5544 *)
5545 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5546 */dev/null*)
5547 lt_cv_path_NM="$tmp_nm -p"
5548 break
5549 ;;
5550 *)
5551 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5552 continue # so that we can try to find one that supports BSD flags
5553 ;;
5554 esac
5555 ;;
5556 esac
d45dc31f 5557 fi
d7040cdb
SE
5558 done
5559 IFS="$lt_save_ifs"
d45dc31f 5560 done
d7040cdb 5561 : ${lt_cv_path_NM=no}
d45dc31f 5562fi
a541e3ce 5563fi
81ecdfbb
RW
5564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5565$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5566if test "$lt_cv_path_NM" != "no"; then
5567 NM="$lt_cv_path_NM"
d45dc31f 5568else
d7040cdb 5569 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5570 if test -n "$DUMPBIN"; then :
5571 # Let the user override the test.
5572 else
5573 if test -n "$ac_tool_prefix"; then
5574 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5575 do
5576 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5577set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5579$as_echo_n "checking for $ac_word... " >&6; }
5580if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5581 $as_echo_n "(cached) " >&6
d45dc31f 5582else
d7040cdb
SE
5583 if test -n "$DUMPBIN"; then
5584 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5585else
5586as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5587for as_dir in $PATH
5588do
5589 IFS=$as_save_IFS
5590 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5591 for ac_exec_ext in '' $ac_executable_extensions; do
5592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5593 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5595 break 2
5596 fi
5597done
81ecdfbb
RW
5598 done
5599IFS=$as_save_IFS
398ee8f1 5600
d7040cdb
SE
5601fi
5602fi
5603DUMPBIN=$ac_cv_prog_DUMPBIN
5604if test -n "$DUMPBIN"; then
81ecdfbb
RW
5605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5606$as_echo "$DUMPBIN" >&6; }
d7040cdb 5607else
81ecdfbb
RW
5608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5609$as_echo "no" >&6; }
d7040cdb 5610fi
d15b04bd 5611
81ecdfbb 5612
d7040cdb
SE
5613 test -n "$DUMPBIN" && break
5614 done
5615fi
5616if test -z "$DUMPBIN"; then
5617 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5618 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5619do
5620 # Extract the first word of "$ac_prog", so it can be a program name with args.
5621set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5623$as_echo_n "checking for $ac_word... " >&6; }
5624if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5625 $as_echo_n "(cached) " >&6
d7040cdb
SE
5626else
5627 if test -n "$ac_ct_DUMPBIN"; then
5628 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5629else
5630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5631for as_dir in $PATH
5632do
5633 IFS=$as_save_IFS
5634 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5635 for ac_exec_ext in '' $ac_executable_extensions; do
5636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5637 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5639 break 2
d45dc31f 5640 fi
d7040cdb 5641done
81ecdfbb
RW
5642 done
5643IFS=$as_save_IFS
d15b04bd 5644
d7040cdb
SE
5645fi
5646fi
5647ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5648if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5650$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5651else
81ecdfbb
RW
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5653$as_echo "no" >&6; }
d7040cdb 5654fi
42ecbf5e 5655
81ecdfbb 5656
d7040cdb
SE
5657 test -n "$ac_ct_DUMPBIN" && break
5658done
d45dc31f 5659
81ecdfbb
RW
5660 if test "x$ac_ct_DUMPBIN" = x; then
5661 DUMPBIN=":"
5662 else
5663 case $cross_compiling:$ac_tool_warned in
5664yes:)
5665{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5666$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5667ac_tool_warned=yes ;;
5668esac
5669 DUMPBIN=$ac_ct_DUMPBIN
5670 fi
d7040cdb 5671fi
d45dc31f 5672
3725885a
RW
5673 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5674 *COFF*)
5675 DUMPBIN="$DUMPBIN -symbols"
5676 ;;
5677 *)
5678 DUMPBIN=:
5679 ;;
5680 esac
5681 fi
d45dc31f 5682
d7040cdb
SE
5683 if test "$DUMPBIN" != ":"; then
5684 NM="$DUMPBIN"
42ecbf5e 5685 fi
d7040cdb
SE
5686fi
5687test -z "$NM" && NM=nm
d45dc31f 5688
42ecbf5e 5689
d15b04bd 5690
42ecbf5e 5691
d45dc31f 5692
42ecbf5e 5693
81ecdfbb
RW
5694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5695$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5696if test "${lt_cv_nm_interface+set}" = set; then :
5697 $as_echo_n "(cached) " >&6
d7040cdb
SE
5698else
5699 lt_cv_nm_interface="BSD nm"
5700 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5701 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5702 (eval "$ac_compile" 2>conftest.err)
5703 cat conftest.err >&5
3725885a 5704 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5705 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5706 cat conftest.err >&5
3725885a 5707 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5708 cat conftest.out >&5
5709 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5710 lt_cv_nm_interface="MS dumpbin"
5711 fi
5712 rm -f conftest*
42ecbf5e 5713fi
81ecdfbb
RW
5714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5715$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 5716
81ecdfbb
RW
5717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5718$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5719LN_S=$as_ln_s
5720if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5722$as_echo "yes" >&6; }
d7040cdb 5723else
81ecdfbb
RW
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5725$as_echo "no, using $LN_S" >&6; }
d7040cdb 5726fi
d45dc31f
SE
5727
5728# find the maximum length of command line arguments
81ecdfbb
RW
5729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5730$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5731if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5732 $as_echo_n "(cached) " >&6
42ecbf5e 5733else
d45dc31f
SE
5734 i=0
5735 teststring="ABCD"
5736
5737 case $build_os in
5738 msdosdjgpp*)
5739 # On DJGPP, this test can blow up pretty badly due to problems in libc
5740 # (any single argument exceeding 2000 bytes causes a buffer overrun
5741 # during glob expansion). Even if it were fixed, the result of this
5742 # check would be larger than it should be.
5743 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5744 ;;
5745
d7040cdb
SE
5746 gnu*)
5747 # Under GNU Hurd, this test is not required because there is
5748 # no limit to the length of command line arguments.
5749 # Libtool will interpret -1 as no limit whatsoever
5750 lt_cv_sys_max_cmd_len=-1;
5751 ;;
5752
718a6fd8 5753 cygwin* | mingw* | cegcc*)
d45dc31f
SE
5754 # On Win9x/ME, this test blows up -- it succeeds, but takes
5755 # about 5 minutes as the teststring grows exponentially.
5756 # Worse, since 9x/ME are not pre-emptively multitasking,
5757 # you end up with a "frozen" computer, even though with patience
5758 # the test eventually succeeds (with a max line length of 256k).
5759 # Instead, let's just punt: use the minimum linelength reported by
5760 # all of the supported platforms: 8192 (on NT/2K/XP).
5761 lt_cv_sys_max_cmd_len=8192;
5762 ;;
5763
3725885a
RW
5764 mint*)
5765 # On MiNT this can take a long time and run out of memory.
5766 lt_cv_sys_max_cmd_len=8192;
5767 ;;
5768
d45dc31f
SE
5769 amigaos*)
5770 # On AmigaOS with pdksh, this test takes hours, literally.
5771 # So we just punt and use a minimum line length of 8192.
5772 lt_cv_sys_max_cmd_len=8192;
5773 ;;
5774
5775 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5776 # This has been around since 386BSD, at least. Likely further.
5777 if test -x /sbin/sysctl; then
5778 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5779 elif test -x /usr/sbin/sysctl; then
5780 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5781 else
d7040cdb 5782 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
5783 fi
5784 # And add a safety zone
5785 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5786 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5787 ;;
d7040cdb
SE
5788
5789 interix*)
5790 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5791 lt_cv_sys_max_cmd_len=196608
5792 ;;
5793
5794 osf*)
5795 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5796 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5797 # nice to cause kernel panics so lets avoid the loop below.
5798 # First set a reasonable default.
5799 lt_cv_sys_max_cmd_len=16384
5800 #
5801 if test -x /sbin/sysconfig; then
5802 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5803 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5804 esac
5805 fi
5806 ;;
5807 sco3.2v5*)
5808 lt_cv_sys_max_cmd_len=102400
5809 ;;
5810 sysv5* | sco5v6* | sysv4.2uw2*)
5811 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5812 if test -n "$kargmax"; then
5813 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5814 else
5815 lt_cv_sys_max_cmd_len=32768
5816 fi
5817 ;;
5818 *)
718a6fd8
SE
5819 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5820 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
5821 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5822 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5823 else
5824 # Make teststring a little bigger before we do anything with it.
5825 # a 1K string should be a reasonable start.
5826 for i in 1 2 3 4 5 6 7 8 ; do
5827 teststring=$teststring$teststring
5828 done
5829 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5830 # If test is not a shell built-in, we'll probably end up computing a
5831 # maximum length that is only half of the actual maximum length, but
5832 # we can't tell.
3725885a
RW
5833 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5834 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
5835 test $i != 17 # 1/2 MB should be enough
5836 do
5837 i=`expr $i + 1`
5838 teststring=$teststring$teststring
5839 done
5840 # Only check the string length outside the loop.
5841 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5842 teststring=
5843 # Add a significant safety factor because C++ compilers can tack on
5844 # massive amounts of additional arguments before passing them to the
5845 # linker. It appears as though 1/2 is a usable value.
5846 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5847 fi
d7040cdb 5848 ;;
d45dc31f 5849 esac
42ecbf5e 5850
42ecbf5e
DJ
5851fi
5852
d7040cdb 5853if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5855$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 5856else
81ecdfbb
RW
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5858$as_echo "none" >&6; }
252b5132 5859fi
d7040cdb 5860max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 5861
d45dc31f 5862
42ecbf5e 5863
d45dc31f 5864
d45dc31f 5865
d7040cdb 5866
d7040cdb
SE
5867: ${CP="cp -f"}
5868: ${MV="mv -f"}
5869: ${RM="rm -f"}
5870
81ecdfbb
RW
5871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5872$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5873# Try some XSI features
5874xsi_shell=no
5875( _lt_dummy="a/b/c"
5876 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
5877 = c,a/b,, \
5878 && eval 'test $(( 1 + 1 )) -eq 2 \
5879 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5880 && xsi_shell=yes
81ecdfbb
RW
5881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5882$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5883
5884
81ecdfbb
RW
5885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5886$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5887lt_shell_append=no
5888( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5889 >/dev/null 2>&1 \
5890 && lt_shell_append=yes
81ecdfbb
RW
5891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5892$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5893
5894
5895if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5896 lt_unset=unset
252b5132 5897else
d7040cdb 5898 lt_unset=false
252b5132
RH
5899fi
5900
d7040cdb
SE
5901
5902
5903
5904
5905# test EBCDIC or ASCII
5906case `echo X|tr X '\101'` in
5907 A) # ASCII based system
5908 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5909 lt_SP2NL='tr \040 \012'
5910 lt_NL2SP='tr \015\012 \040\040'
5911 ;;
5912 *) # EBCDIC based system
5913 lt_SP2NL='tr \100 \n'
5914 lt_NL2SP='tr \r\n \100\100'
5915 ;;
5916esac
5917
5918
5919
5920
5921
5922
5923
5924
5925
81ecdfbb
RW
5926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5927$as_echo_n "checking for $LD option to reload object files... " >&6; }
5928if test "${lt_cv_ld_reload_flag+set}" = set; then :
5929 $as_echo_n "(cached) " >&6
252b5132 5930else
d7040cdb
SE
5931 lt_cv_ld_reload_flag='-r'
5932fi
81ecdfbb
RW
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5934$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5935reload_flag=$lt_cv_ld_reload_flag
5936case $reload_flag in
5937"" | " "*) ;;
5938*) reload_flag=" $reload_flag" ;;
5939esac
5940reload_cmds='$LD$reload_flag -o $output$reload_objs'
5941case $host_os in
5942 darwin*)
5943 if test "$GCC" = yes; then
5944 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5945 else
5946 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5947 fi
5948 ;;
5949esac
5950
5951
5952
5953
5954
5955
5956
5957
5958
718a6fd8
SE
5959if test -n "$ac_tool_prefix"; then
5960 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5961set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5963$as_echo_n "checking for $ac_word... " >&6; }
5964if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5965 $as_echo_n "(cached) " >&6
718a6fd8
SE
5966else
5967 if test -n "$OBJDUMP"; then
5968 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5969else
5970as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5971for as_dir in $PATH
5972do
5973 IFS=$as_save_IFS
5974 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5975 for ac_exec_ext in '' $ac_executable_extensions; do
5976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5977 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5979 break 2
5980 fi
5981done
81ecdfbb
RW
5982 done
5983IFS=$as_save_IFS
718a6fd8
SE
5984
5985fi
5986fi
5987OBJDUMP=$ac_cv_prog_OBJDUMP
5988if test -n "$OBJDUMP"; then
81ecdfbb
RW
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5990$as_echo "$OBJDUMP" >&6; }
718a6fd8 5991else
81ecdfbb
RW
5992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5993$as_echo "no" >&6; }
718a6fd8
SE
5994fi
5995
81ecdfbb 5996
718a6fd8
SE
5997fi
5998if test -z "$ac_cv_prog_OBJDUMP"; then
5999 ac_ct_OBJDUMP=$OBJDUMP
6000 # Extract the first word of "objdump", so it can be a program name with args.
6001set dummy objdump; ac_word=$2
81ecdfbb
RW
6002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6003$as_echo_n "checking for $ac_word... " >&6; }
6004if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6005 $as_echo_n "(cached) " >&6
718a6fd8
SE
6006else
6007 if test -n "$ac_ct_OBJDUMP"; then
6008 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6009else
6010as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6011for as_dir in $PATH
6012do
6013 IFS=$as_save_IFS
6014 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6015 for ac_exec_ext in '' $ac_executable_extensions; do
6016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6017 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6019 break 2
6020 fi
6021done
81ecdfbb
RW
6022 done
6023IFS=$as_save_IFS
718a6fd8 6024
718a6fd8
SE
6025fi
6026fi
6027ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6028if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6030$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6031else
81ecdfbb
RW
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6033$as_echo "no" >&6; }
718a6fd8
SE
6034fi
6035
81ecdfbb
RW
6036 if test "x$ac_ct_OBJDUMP" = x; then
6037 OBJDUMP="false"
6038 else
6039 case $cross_compiling:$ac_tool_warned in
6040yes:)
6041{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6042$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6043ac_tool_warned=yes ;;
6044esac
6045 OBJDUMP=$ac_ct_OBJDUMP
6046 fi
718a6fd8
SE
6047else
6048 OBJDUMP="$ac_cv_prog_OBJDUMP"
6049fi
6050
6051test -z "$OBJDUMP" && OBJDUMP=objdump
6052
6053
6054
6055
6056
6057
6058
6059
d7040cdb 6060
81ecdfbb
RW
6061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6062$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6063if test "${lt_cv_deplibs_check_method+set}" = set; then :
6064 $as_echo_n "(cached) " >&6
d7040cdb
SE
6065else
6066 lt_cv_file_magic_cmd='$MAGIC_CMD'
6067lt_cv_file_magic_test_file=
6068lt_cv_deplibs_check_method='unknown'
6069# Need to set the preceding variable on all platforms that support
6070# interlibrary dependencies.
6071# 'none' -- dependencies not supported.
6072# `unknown' -- same as none, but documents that we really don't know.
6073# 'pass_all' -- all dependencies passed with no checks.
6074# 'test_compile' -- check by making test program.
6075# 'file_magic [[regex]]' -- check by looking for files in library path
6076# which responds to the $file_magic_cmd with a given extended regex.
6077# If you have `file' or equivalent on your system and you're not sure
6078# whether `pass_all' will *always* work, you probably want this one.
6079
6080case $host_os in
50e7d84b 6081aix[4-9]*)
d7040cdb
SE
6082 lt_cv_deplibs_check_method=pass_all
6083 ;;
6084
6085beos*)
6086 lt_cv_deplibs_check_method=pass_all
6087 ;;
6088
6089bsdi[45]*)
6090 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6091 lt_cv_file_magic_cmd='/usr/bin/file -L'
6092 lt_cv_file_magic_test_file=/shlib/libc.so
6093 ;;
6094
6095cygwin*)
6096 # func_win32_libid is a shell function defined in ltmain.sh
6097 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6098 lt_cv_file_magic_cmd='func_win32_libid'
6099 ;;
6100
6101mingw* | pw32*)
6102 # Base MSYS/MinGW do not provide the 'file' command needed by
6103 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6104 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6105 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6106 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6107 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6108 lt_cv_file_magic_cmd='func_win32_libid'
6109 else
6110 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6111 lt_cv_file_magic_cmd='$OBJDUMP -f'
6112 fi
6113 ;;
6114
3725885a 6115cegcc*)
718a6fd8
SE
6116 # use the weaker test based on 'objdump'. See mingw*.
6117 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6118 lt_cv_file_magic_cmd='$OBJDUMP -f'
6119 ;;
6120
d7040cdb
SE
6121darwin* | rhapsody*)
6122 lt_cv_deplibs_check_method=pass_all
d45dc31f 6123 ;;
d7040cdb
SE
6124
6125freebsd* | dragonfly*)
6126 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6127 case $host_cpu in
6128 i*86 )
6129 # Not sure whether the presence of OpenBSD here was a mistake.
6130 # Let's accept both of them until this is cleared up.
6131 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6132 lt_cv_file_magic_cmd=/usr/bin/file
6133 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6134 ;;
6135 esac
6136 else
6137 lt_cv_deplibs_check_method=pass_all
6138 fi
6139 ;;
6140
6141gnu*)
6142 lt_cv_deplibs_check_method=pass_all
d45dc31f 6143 ;;
d7040cdb 6144
3725885a
RW
6145haiku*)
6146 lt_cv_deplibs_check_method=pass_all
6147 ;;
6148
d7040cdb
SE
6149hpux10.20* | hpux11*)
6150 lt_cv_file_magic_cmd=/usr/bin/file
6151 case $host_cpu in
6152 ia64*)
6153 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6154 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6155 ;;
6156 hppa*64*)
3725885a 6157 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
6158 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6159 ;;
d45dc31f 6160 *)
3725885a 6161 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6162 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6163 ;;
6164 esac
6165 ;;
42ecbf5e 6166
d7040cdb
SE
6167interix[3-9]*)
6168 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6169 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6170 ;;
42ecbf5e 6171
d7040cdb
SE
6172irix5* | irix6* | nonstopux*)
6173 case $LD in
6174 *-32|*"-32 ") libmagic=32-bit;;
6175 *-n32|*"-n32 ") libmagic=N32;;
6176 *-64|*"-64 ") libmagic=64-bit;;
6177 *) libmagic=never-match;;
6178 esac
6179 lt_cv_deplibs_check_method=pass_all
d45dc31f 6180 ;;
42ecbf5e 6181
d7040cdb 6182# This must be Linux ELF.
58e24671 6183linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6184 lt_cv_deplibs_check_method=pass_all
6185 ;;
252b5132 6186
d7040cdb
SE
6187netbsd*)
6188 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6189 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6190 else
d7040cdb 6191 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6192 fi
d7040cdb
SE
6193 ;;
6194
6195newos6*)
6196 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6197 lt_cv_file_magic_cmd=/usr/bin/file
6198 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6199 ;;
6200
6201*nto* | *qnx*)
6202 lt_cv_deplibs_check_method=pass_all
6203 ;;
42ecbf5e 6204
d7040cdb
SE
6205openbsd*)
6206 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6207 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6208 else
6209 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6210 fi
6211 ;;
d7040cdb
SE
6212
6213osf3* | osf4* | osf5*)
6214 lt_cv_deplibs_check_method=pass_all
6215 ;;
6216
6217rdos*)
6218 lt_cv_deplibs_check_method=pass_all
6219 ;;
6220
6221solaris*)
6222 lt_cv_deplibs_check_method=pass_all
6223 ;;
6224
6225sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6226 lt_cv_deplibs_check_method=pass_all
6227 ;;
6228
6229sysv4 | sysv4.3*)
6230 case $host_vendor in
6231 motorola)
6232 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]'
6233 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6234 ;;
6235 ncr)
6236 lt_cv_deplibs_check_method=pass_all
6237 ;;
6238 sequent)
6239 lt_cv_file_magic_cmd='/bin/file'
6240 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6241 ;;
6242 sni)
6243 lt_cv_file_magic_cmd='/bin/file'
6244 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6245 lt_cv_file_magic_test_file=/lib/libc.so
6246 ;;
6247 siemens)
6248 lt_cv_deplibs_check_method=pass_all
6249 ;;
6250 pc)
6251 lt_cv_deplibs_check_method=pass_all
6252 ;;
6253 esac
6254 ;;
6255
6256tpf*)
6257 lt_cv_deplibs_check_method=pass_all
6258 ;;
d45dc31f 6259esac
42ecbf5e 6260
d7040cdb 6261fi
81ecdfbb
RW
6262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6263$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6264file_magic_cmd=$lt_cv_file_magic_cmd
6265deplibs_check_method=$lt_cv_deplibs_check_method
6266test -z "$deplibs_check_method" && deplibs_check_method=unknown
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
d45dc31f 6279if test -n "$ac_tool_prefix"; then
d7040cdb
SE
6280 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6281set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6283$as_echo_n "checking for $ac_word... " >&6; }
6284if test "${ac_cv_prog_AR+set}" = set; then :
6285 $as_echo_n "(cached) " >&6
42ecbf5e 6286else
d7040cdb
SE
6287 if test -n "$AR"; then
6288 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6289else
6290as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6291for as_dir in $PATH
6292do
6293 IFS=$as_save_IFS
6294 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6295 for ac_exec_ext in '' $ac_executable_extensions; do
6296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6297 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6299 break 2
6300 fi
6301done
81ecdfbb
RW
6302 done
6303IFS=$as_save_IFS
42ecbf5e 6304
42ecbf5e 6305fi
d45dc31f 6306fi
d7040cdb
SE
6307AR=$ac_cv_prog_AR
6308if test -n "$AR"; then
81ecdfbb
RW
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6310$as_echo "$AR" >&6; }
d45dc31f 6311else
81ecdfbb
RW
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6313$as_echo "no" >&6; }
d45dc31f 6314fi
42ecbf5e 6315
81ecdfbb 6316
42ecbf5e 6317fi
d7040cdb
SE
6318if test -z "$ac_cv_prog_AR"; then
6319 ac_ct_AR=$AR
6320 # Extract the first word of "ar", so it can be a program name with args.
6321set dummy ar; ac_word=$2
81ecdfbb
RW
6322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6323$as_echo_n "checking for $ac_word... " >&6; }
6324if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6325 $as_echo_n "(cached) " >&6
42ecbf5e 6326else
d7040cdb
SE
6327 if test -n "$ac_ct_AR"; then
6328 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6329else
d45dc31f
SE
6330as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331for as_dir in $PATH
6332do
6333 IFS=$as_save_IFS
6334 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6337 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6339 break 2
6340 fi
6341done
81ecdfbb
RW
6342 done
6343IFS=$as_save_IFS
42ecbf5e 6344
42ecbf5e 6345fi
42ecbf5e 6346fi
d7040cdb
SE
6347ac_ct_AR=$ac_cv_prog_ac_ct_AR
6348if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6350$as_echo "$ac_ct_AR" >&6; }
252b5132 6351else
81ecdfbb
RW
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6353$as_echo "no" >&6; }
252b5132 6354fi
252b5132 6355
81ecdfbb
RW
6356 if test "x$ac_ct_AR" = x; then
6357 AR="false"
6358 else
6359 case $cross_compiling:$ac_tool_warned in
6360yes:)
6361{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6362$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6363ac_tool_warned=yes ;;
6364esac
6365 AR=$ac_ct_AR
6366 fi
d45dc31f 6367else
d7040cdb 6368 AR="$ac_cv_prog_AR"
d45dc31f 6369fi
42ecbf5e 6370
d7040cdb
SE
6371test -z "$AR" && AR=ar
6372test -z "$AR_FLAGS" && AR_FLAGS=cru
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
d45dc31f
SE
6384if test -n "$ac_tool_prefix"; then
6385 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6386set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6388$as_echo_n "checking for $ac_word... " >&6; }
6389if test "${ac_cv_prog_STRIP+set}" = set; then :
6390 $as_echo_n "(cached) " >&6
d45dc31f
SE
6391else
6392 if test -n "$STRIP"; then
6393 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6394else
6395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6396for as_dir in $PATH
42ecbf5e 6397do
d45dc31f
SE
6398 IFS=$as_save_IFS
6399 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6400 for ac_exec_ext in '' $ac_executable_extensions; do
6401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6402 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6404 break 2
6405 fi
6406done
81ecdfbb
RW
6407 done
6408IFS=$as_save_IFS
d45dc31f
SE
6409
6410fi
6411fi
6412STRIP=$ac_cv_prog_STRIP
6413if test -n "$STRIP"; then
81ecdfbb
RW
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6415$as_echo "$STRIP" >&6; }
252b5132 6416else
81ecdfbb
RW
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6418$as_echo "no" >&6; }
d45dc31f 6419fi
42ecbf5e 6420
81ecdfbb 6421
252b5132 6422fi
d45dc31f
SE
6423if test -z "$ac_cv_prog_STRIP"; then
6424 ac_ct_STRIP=$STRIP
6425 # Extract the first word of "strip", so it can be a program name with args.
6426set dummy strip; ac_word=$2
81ecdfbb
RW
6427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6428$as_echo_n "checking for $ac_word... " >&6; }
6429if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6430 $as_echo_n "(cached) " >&6
d45dc31f
SE
6431else
6432 if test -n "$ac_ct_STRIP"; then
6433 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6434else
6435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6436for as_dir in $PATH
6437do
6438 IFS=$as_save_IFS
6439 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6440 for ac_exec_ext in '' $ac_executable_extensions; do
6441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d45dc31f 6442 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6444 break 2
6445 fi
6446done
81ecdfbb
RW
6447 done
6448IFS=$as_save_IFS
42ecbf5e 6449
d45dc31f
SE
6450fi
6451fi
6452ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6453if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6455$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6456else
81ecdfbb
RW
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6458$as_echo "no" >&6; }
252b5132 6459fi
e5a52504 6460
81ecdfbb
RW
6461 if test "x$ac_ct_STRIP" = x; then
6462 STRIP=":"
6463 else
6464 case $cross_compiling:$ac_tool_warned in
6465yes:)
6466{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6467$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6468ac_tool_warned=yes ;;
6469esac
6470 STRIP=$ac_ct_STRIP
6471 fi
d45dc31f
SE
6472else
6473 STRIP="$ac_cv_prog_STRIP"
6474fi
e5a52504 6475
d7040cdb 6476test -z "$STRIP" && STRIP=:
d45dc31f 6477
d45dc31f
SE
6478
6479
d45dc31f 6480
d45dc31f
SE
6481
6482
d7040cdb
SE
6483if test -n "$ac_tool_prefix"; then
6484 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6485set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6487$as_echo_n "checking for $ac_word... " >&6; }
6488if test "${ac_cv_prog_RANLIB+set}" = set; then :
6489 $as_echo_n "(cached) " >&6
d45dc31f 6490else
d7040cdb
SE
6491 if test -n "$RANLIB"; then
6492 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6493else
6494as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6495for as_dir in $PATH
6496do
6497 IFS=$as_save_IFS
6498 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6499 for ac_exec_ext in '' $ac_executable_extensions; do
6500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6501 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6502 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6503 break 2
d45dc31f 6504 fi
d7040cdb 6505done
81ecdfbb
RW
6506 done
6507IFS=$as_save_IFS
d45dc31f 6508
d7040cdb
SE
6509fi
6510fi
6511RANLIB=$ac_cv_prog_RANLIB
6512if test -n "$RANLIB"; then
81ecdfbb
RW
6513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6514$as_echo "$RANLIB" >&6; }
d7040cdb 6515else
81ecdfbb
RW
6516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6517$as_echo "no" >&6; }
d7040cdb 6518fi
d45dc31f 6519
81ecdfbb 6520
d7040cdb
SE
6521fi
6522if test -z "$ac_cv_prog_RANLIB"; then
6523 ac_ct_RANLIB=$RANLIB
6524 # Extract the first word of "ranlib", so it can be a program name with args.
6525set dummy ranlib; ac_word=$2
81ecdfbb
RW
6526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6527$as_echo_n "checking for $ac_word... " >&6; }
6528if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6529 $as_echo_n "(cached) " >&6
d7040cdb
SE
6530else
6531 if test -n "$ac_ct_RANLIB"; then
6532 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6533else
6534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6535for as_dir in $PATH
6536do
6537 IFS=$as_save_IFS
6538 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6539 for ac_exec_ext in '' $ac_executable_extensions; do
6540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6541 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6543 break 2
d45dc31f 6544 fi
d7040cdb 6545done
81ecdfbb
RW
6546 done
6547IFS=$as_save_IFS
d45dc31f 6548
d7040cdb
SE
6549fi
6550fi
6551ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6552if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6554$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6555else
81ecdfbb
RW
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6557$as_echo "no" >&6; }
d7040cdb 6558fi
252b5132 6559
81ecdfbb
RW
6560 if test "x$ac_ct_RANLIB" = x; then
6561 RANLIB=":"
6562 else
6563 case $cross_compiling:$ac_tool_warned in
6564yes:)
6565{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6566$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6567ac_tool_warned=yes ;;
6568esac
6569 RANLIB=$ac_ct_RANLIB
6570 fi
d7040cdb
SE
6571else
6572 RANLIB="$ac_cv_prog_RANLIB"
6573fi
d45dc31f 6574
d7040cdb 6575test -z "$RANLIB" && RANLIB=:
d45dc31f 6576
d45dc31f 6577
d45dc31f 6578
42ecbf5e 6579
e5a52504 6580
d7040cdb
SE
6581
6582# Determine commands to create old-style static archives.
718a6fd8 6583old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6584old_postinstall_cmds='chmod 644 $oldlib'
6585old_postuninstall_cmds=
6586
6587if test -n "$RANLIB"; then
6588 case $host_os in
6589 openbsd*)
6590 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6591 ;;
6592 *)
6593 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6594 ;;
6595 esac
6596 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6597fi
d45dc31f 6598
3725885a
RW
6599case $host_os in
6600 darwin*)
6601 lock_old_archive_extraction=yes ;;
6602 *)
6603 lock_old_archive_extraction=no ;;
6604esac
6605
6606
6607
6608
6609
6610
d45dc31f 6611
d45dc31f
SE
6612
6613
d15b04bd 6614
3e321448 6615
d45dc31f 6616
d45dc31f 6617
d45dc31f
SE
6618
6619
d45dc31f 6620
d45dc31f 6621
d45dc31f
SE
6622
6623
6624
6625
6626
6627
6628
d45dc31f 6629
d45dc31f 6630
d45dc31f 6631
d45dc31f 6632
d45dc31f 6633
d45dc31f 6634
d45dc31f 6635
d45dc31f 6636
3e321448
L
6637
6638
d45dc31f
SE
6639
6640
d45dc31f
SE
6641
6642
d45dc31f 6643
d7040cdb
SE
6644# If no C compiler was specified, use CC.
6645LTCC=${LTCC-"$CC"}
42ecbf5e 6646
d7040cdb
SE
6647# If no C compiler flags were specified, use CFLAGS.
6648LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6649
d7040cdb
SE
6650# Allow CC to be a program name with arguments.
6651compiler=$CC
d15b04bd 6652
d7040cdb
SE
6653
6654# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6656$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6657if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6658 $as_echo_n "(cached) " >&6
d15b04bd 6659else
d7040cdb
SE
6660
6661# These are sane defaults that work on at least a few old systems.
6662# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6663
6664# Character class describing NM global symbol codes.
6665symcode='[BCDEGRST]'
6666
6667# Regexp to match symbols that can be accessed directly from C.
6668sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6669
6670# Define system-specific variables.
6671case $host_os in
6672aix*)
6673 symcode='[BCDT]'
6674 ;;
718a6fd8 6675cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6676 symcode='[ABCDGISTW]'
6677 ;;
6678hpux*)
6679 if test "$host_cpu" = ia64; then
6680 symcode='[ABCDEGRST]'
42ecbf5e 6681 fi
d7040cdb
SE
6682 ;;
6683irix* | nonstopux*)
6684 symcode='[BCDEGRST]'
6685 ;;
6686osf*)
6687 symcode='[BCDEGQRST]'
6688 ;;
6689solaris*)
6690 symcode='[BDRT]'
6691 ;;
6692sco3.2v5*)
6693 symcode='[DT]'
6694 ;;
6695sysv4.2uw2*)
6696 symcode='[DT]'
6697 ;;
6698sysv5* | sco5v6* | unixware* | OpenUNIX*)
6699 symcode='[ABDT]'
6700 ;;
6701sysv4)
6702 symcode='[DFNSTU]'
6703 ;;
6704esac
d15b04bd 6705
d7040cdb
SE
6706# If we're using GNU nm, then use its standard symbol codes.
6707case `$NM -V 2>&1` in
6708*GNU* | *'with BFD'*)
6709 symcode='[ABCDGIRSTW]' ;;
6710esac
e5a52504 6711
d7040cdb
SE
6712# Transform an extracted symbol line into a proper C declaration.
6713# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
6714# so use this general approach.
6715lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6716
7357c5b6
AM
6717# Transform an extracted symbol line into symbol name and symbol address
6718lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 6719lt_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 6720
7357c5b6
AM
6721# Handle CRLF in mingw tool chain
6722opt_cr=
6723case $build_os in
6724mingw*)
6725 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6726 ;;
6727esac
d7040cdb 6728
7357c5b6
AM
6729# Try without a prefix underscore, then with it.
6730for ac_symprfx in "" "_"; do
d7040cdb 6731
7357c5b6
AM
6732 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6733 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6734
7357c5b6
AM
6735 # Write the raw and C identifiers.
6736 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6737 # Fake it for dumpbin and say T for any non-static function
6738 # and D for any global variable.
6739 # Also find C++ and __fastcall symbols from MSVC++,
6740 # which start with @ or ?.
6741 lt_cv_sys_global_symbol_pipe="$AWK '"\
6742" {last_section=section; section=\$ 3};"\
6743" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6744" \$ 0!~/External *\|/{next};"\
6745" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6746" {if(hide[section]) next};"\
6747" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6748" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6749" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6750" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6751" ' prfx=^$ac_symprfx"
6752 else
6753 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6754 fi
6755
6756 # Check to see that the pipe works correctly.
6757 pipe_works=no
6758
6759 rm -f conftest*
6760 cat > conftest.$ac_ext <<_LT_EOF
6761#ifdef __cplusplus
6762extern "C" {
6763#endif
6764char nm_test_var;
6765void nm_test_func(void);
6766void nm_test_func(void){}
6767#ifdef __cplusplus
d7040cdb 6768}
7357c5b6
AM
6769#endif
6770int main(){nm_test_var='a';nm_test_func();return(0);}
6771_LT_EOF
6772
81ecdfbb 6773 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6774 (eval $ac_compile) 2>&5
42ecbf5e 6775 ac_status=$?
81ecdfbb
RW
6776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6777 test $ac_status = 0; }; then
7357c5b6
AM
6778 # Now try to grab the symbols.
6779 nlist=conftest.nm
3725885a
RW
6780 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6781 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 6782 ac_status=$?
81ecdfbb
RW
6783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6784 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6785 # Try sorting and uniquifying the output.
6786 if sort "$nlist" | uniq > "$nlist"T; then
6787 mv -f "$nlist"T "$nlist"
6788 else
6789 rm -f "$nlist"T
6790 fi
d7040cdb 6791
7357c5b6
AM
6792 # Make sure that we snagged all the symbols we need.
6793 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6794 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6795 cat <<_LT_EOF > conftest.$ac_ext
6796#ifdef __cplusplus
6797extern "C" {
6798#endif
e5a52504 6799
7357c5b6
AM
6800_LT_EOF
6801 # Now generate the symbol file.
6802 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 6803
7357c5b6 6804 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6805
7357c5b6
AM
6806/* The mapping between symbol names and symbols. */
6807const struct {
6808 const char *name;
6809 void *address;
6810}
6811lt__PROGRAM__LTX_preloaded_symbols[] =
6812{
6813 { "@PROGRAM@", (void *) 0 },
6814_LT_EOF
6815 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6816 cat <<\_LT_EOF >> conftest.$ac_ext
6817 {0, (void *) 0}
6818};
d7040cdb 6819
7357c5b6
AM
6820/* This works around a problem in FreeBSD linker */
6821#ifdef FREEBSD_WORKAROUND
6822static const void *lt_preloaded_setup() {
6823 return lt__PROGRAM__LTX_preloaded_symbols;
6824}
d7040cdb
SE
6825#endif
6826
7357c5b6 6827#ifdef __cplusplus
d7040cdb 6828}
7357c5b6
AM
6829#endif
6830_LT_EOF
6831 # Now try linking the two files.
6832 mv conftest.$ac_objext conftstm.$ac_objext
6833 lt_save_LIBS="$LIBS"
6834 lt_save_CFLAGS="$CFLAGS"
6835 LIBS="conftstm.$ac_objext"
6836 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6837 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6838 (eval $ac_link) 2>&5
6839 ac_status=$?
81ecdfbb
RW
6840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6841 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6842 pipe_works=yes
6843 fi
6844 LIBS="$lt_save_LIBS"
6845 CFLAGS="$lt_save_CFLAGS"
6846 else
6847 echo "cannot find nm_test_func in $nlist" >&5
6848 fi
6849 else
6850 echo "cannot find nm_test_var in $nlist" >&5
6851 fi
6852 else
6853 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6854 fi
6855 else
6856 echo "$progname: failed program was:" >&5
6857 cat conftest.$ac_ext >&5
6858 fi
718a6fd8 6859 rm -rf conftest* conftst*
7357c5b6
AM
6860
6861 # Do not use the global_symbol_pipe unless it works.
6862 if test "$pipe_works" = yes; then
6863 break
6864 else
6865 lt_cv_sys_global_symbol_pipe=
6866 fi
6867done
d7040cdb 6868
d7040cdb 6869fi
7357c5b6
AM
6870
6871if test -z "$lt_cv_sys_global_symbol_pipe"; then
6872 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 6873fi
7357c5b6 6874if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6876$as_echo "failed" >&6; }
7357c5b6 6877else
81ecdfbb
RW
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6879$as_echo "ok" >&6; }
d7040cdb 6880fi
20e95c23 6881
20e95c23
DJ
6882
6883
20e95c23
DJ
6884
6885
20e95c23 6886
20e95c23 6887
20e95c23 6888
20e95c23 6889
20e95c23 6890
20e95c23
DJ
6891
6892
7357c5b6
AM
6893
6894
6895
718a6fd8
SE
6896
6897
6898
6899
6900
7357c5b6
AM
6901
6902
81ecdfbb
RW
6903# Check whether --enable-libtool-lock was given.
6904if test "${enable_libtool_lock+set}" = set; then :
6905 enableval=$enable_libtool_lock;
6906fi
7357c5b6 6907
7357c5b6
AM
6908test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6909
6910# Some flags need to be propagated to the compiler or linker for good
6911# libtool support.
6912case $host in
6913ia64-*-hpux*)
6914 # Find out which ABI we are using.
6915 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6916 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6917 (eval $ac_compile) 2>&5
6918 ac_status=$?
81ecdfbb
RW
6919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6920 test $ac_status = 0; }; then
7357c5b6
AM
6921 case `/usr/bin/file conftest.$ac_objext` in
6922 *ELF-32*)
6923 HPUX_IA64_MODE="32"
6924 ;;
6925 *ELF-64*)
6926 HPUX_IA64_MODE="64"
6927 ;;
6928 esac
6929 fi
6930 rm -rf conftest*
6931 ;;
6932*-*-irix6*)
6933 # Find out which ABI we are using.
3725885a 6934 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6936 (eval $ac_compile) 2>&5
6937 ac_status=$?
81ecdfbb
RW
6938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6939 test $ac_status = 0; }; then
7357c5b6
AM
6940 if test "$lt_cv_prog_gnu_ld" = yes; then
6941 case `/usr/bin/file conftest.$ac_objext` in
6942 *32-bit*)
6943 LD="${LD-ld} -melf32bsmip"
6944 ;;
6945 *N32*)
6946 LD="${LD-ld} -melf32bmipn32"
6947 ;;
6948 *64-bit*)
6949 LD="${LD-ld} -melf64bmip"
6950 ;;
6951 esac
6952 else
6953 case `/usr/bin/file conftest.$ac_objext` in
6954 *32-bit*)
6955 LD="${LD-ld} -32"
6956 ;;
6957 *N32*)
6958 LD="${LD-ld} -n32"
6959 ;;
6960 *64-bit*)
6961 LD="${LD-ld} -64"
6962 ;;
6963 esac
6964 fi
6965 fi
6966 rm -rf conftest*
6967 ;;
6968
6969x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6970s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6971 # Find out which ABI we are using.
6972 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6973 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6974 (eval $ac_compile) 2>&5
6975 ac_status=$?
81ecdfbb
RW
6976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6977 test $ac_status = 0; }; then
7357c5b6
AM
6978 case `/usr/bin/file conftest.o` in
6979 *32-bit*)
6980 case $host in
6981 x86_64-*kfreebsd*-gnu)
6982 LD="${LD-ld} -m elf_i386_fbsd"
6983 ;;
6984 x86_64-*linux*)
6985 LD="${LD-ld} -m elf_i386"
6986 ;;
6987 ppc64-*linux*|powerpc64-*linux*)
6988 LD="${LD-ld} -m elf32ppclinux"
6989 ;;
6990 s390x-*linux*)
6991 LD="${LD-ld} -m elf_s390"
6992 ;;
6993 sparc64-*linux*)
6994 LD="${LD-ld} -m elf32_sparc"
6995 ;;
6996 esac
6997 ;;
6998 *64-bit*)
6999 case $host in
7000 x86_64-*kfreebsd*-gnu)
7001 LD="${LD-ld} -m elf_x86_64_fbsd"
7002 ;;
7003 x86_64-*linux*)
7004 LD="${LD-ld} -m elf_x86_64"
7005 ;;
7006 ppc*-*linux*|powerpc*-*linux*)
7007 LD="${LD-ld} -m elf64ppc"
7008 ;;
7009 s390*-*linux*|s390*-*tpf*)
7010 LD="${LD-ld} -m elf64_s390"
7011 ;;
7012 sparc*-*linux*)
7013 LD="${LD-ld} -m elf64_sparc"
7014 ;;
7015 esac
7016 ;;
7017 esac
7018 fi
7019 rm -rf conftest*
7020 ;;
7021
7022*-*-sco3.2v5*)
7023 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7024 SAVE_CFLAGS="$CFLAGS"
7025 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7027$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7028if test "${lt_cv_cc_needs_belf+set}" = set; then :
7029 $as_echo_n "(cached) " >&6
d7040cdb 7030else
7357c5b6
AM
7031 ac_ext=c
7032ac_cpp='$CPP $CPPFLAGS'
7033ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7034ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7035ac_compiler_gnu=$ac_cv_c_compiler_gnu
7036
81ecdfbb 7037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7038/* end confdefs.h. */
20e95c23 7039
7357c5b6
AM
7040int
7041main ()
7042{
7043
7044 ;
7045 return 0;
7046}
d7040cdb 7047_ACEOF
81ecdfbb 7048if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7049 lt_cv_cc_needs_belf=yes
d15b04bd 7050else
81ecdfbb 7051 lt_cv_cc_needs_belf=no
d7040cdb 7052fi
81ecdfbb
RW
7053rm -f core conftest.err conftest.$ac_objext \
7054 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7055 ac_ext=c
7056ac_cpp='$CPP $CPPFLAGS'
7057ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7058ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7059ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7060
718a6fd8 7061fi
81ecdfbb
RW
7062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7063$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7064 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7065 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7066 CFLAGS="$SAVE_CFLAGS"
7067 fi
7068 ;;
7069sparc*-*solaris*)
7070 # Find out which ABI we are using.
7071 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7072 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7073 (eval $ac_compile) 2>&5
7074 ac_status=$?
81ecdfbb
RW
7075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7076 test $ac_status = 0; }; then
718a6fd8
SE
7077 case `/usr/bin/file conftest.o` in
7078 *64-bit*)
7079 case $lt_cv_prog_gnu_ld in
7080 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7081 *)
7082 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7083 LD="${LD-ld} -64"
7084 fi
7085 ;;
7086 esac
7087 ;;
7088 esac
7089 fi
7090 rm -rf conftest*
7091 ;;
7092esac
7093
7094need_locks="$enable_libtool_lock"
7095
7096
7097 case $host_os in
7098 rhapsody* | darwin*)
7099 if test -n "$ac_tool_prefix"; then
7100 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7101set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7103$as_echo_n "checking for $ac_word... " >&6; }
7104if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7105 $as_echo_n "(cached) " >&6
718a6fd8
SE
7106else
7107 if test -n "$DSYMUTIL"; then
7108 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7109else
7110as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7111for as_dir in $PATH
7112do
7113 IFS=$as_save_IFS
7114 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7115 for ac_exec_ext in '' $ac_executable_extensions; do
7116 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7117 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7119 break 2
7120 fi
7121done
81ecdfbb
RW
7122 done
7123IFS=$as_save_IFS
718a6fd8
SE
7124
7125fi
7126fi
7127DSYMUTIL=$ac_cv_prog_DSYMUTIL
7128if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7130$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7131else
81ecdfbb
RW
7132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7133$as_echo "no" >&6; }
718a6fd8
SE
7134fi
7135
81ecdfbb 7136
718a6fd8
SE
7137fi
7138if test -z "$ac_cv_prog_DSYMUTIL"; then
7139 ac_ct_DSYMUTIL=$DSYMUTIL
7140 # Extract the first word of "dsymutil", so it can be a program name with args.
7141set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7142{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7143$as_echo_n "checking for $ac_word... " >&6; }
7144if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7145 $as_echo_n "(cached) " >&6
718a6fd8
SE
7146else
7147 if test -n "$ac_ct_DSYMUTIL"; then
7148 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7149else
7150as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7151for as_dir in $PATH
7152do
7153 IFS=$as_save_IFS
7154 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7155 for ac_exec_ext in '' $ac_executable_extensions; do
7156 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7157 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7159 break 2
7160 fi
7161done
81ecdfbb
RW
7162 done
7163IFS=$as_save_IFS
718a6fd8 7164
718a6fd8
SE
7165fi
7166fi
7167ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7168if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7170$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7171else
81ecdfbb
RW
7172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7173$as_echo "no" >&6; }
718a6fd8
SE
7174fi
7175
81ecdfbb
RW
7176 if test "x$ac_ct_DSYMUTIL" = x; then
7177 DSYMUTIL=":"
7178 else
7179 case $cross_compiling:$ac_tool_warned in
7180yes:)
7181{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7182$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7183ac_tool_warned=yes ;;
7184esac
7185 DSYMUTIL=$ac_ct_DSYMUTIL
7186 fi
718a6fd8
SE
7187else
7188 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7189fi
7190
7191 if test -n "$ac_tool_prefix"; then
7192 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7193set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7194{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7195$as_echo_n "checking for $ac_word... " >&6; }
7196if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7197 $as_echo_n "(cached) " >&6
718a6fd8
SE
7198else
7199 if test -n "$NMEDIT"; then
7200 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7201else
7202as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7203for as_dir in $PATH
7204do
7205 IFS=$as_save_IFS
7206 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7207 for ac_exec_ext in '' $ac_executable_extensions; do
7208 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7209 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7211 break 2
7212 fi
7213done
81ecdfbb
RW
7214 done
7215IFS=$as_save_IFS
718a6fd8
SE
7216
7217fi
7218fi
7219NMEDIT=$ac_cv_prog_NMEDIT
7220if test -n "$NMEDIT"; then
81ecdfbb
RW
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7222$as_echo "$NMEDIT" >&6; }
718a6fd8 7223else
81ecdfbb
RW
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7225$as_echo "no" >&6; }
718a6fd8
SE
7226fi
7227
81ecdfbb 7228
718a6fd8
SE
7229fi
7230if test -z "$ac_cv_prog_NMEDIT"; then
7231 ac_ct_NMEDIT=$NMEDIT
7232 # Extract the first word of "nmedit", so it can be a program name with args.
7233set dummy nmedit; ac_word=$2
81ecdfbb
RW
7234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7235$as_echo_n "checking for $ac_word... " >&6; }
7236if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7237 $as_echo_n "(cached) " >&6
718a6fd8
SE
7238else
7239 if test -n "$ac_ct_NMEDIT"; then
7240 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7241else
7242as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7243for as_dir in $PATH
7244do
7245 IFS=$as_save_IFS
7246 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7247 for ac_exec_ext in '' $ac_executable_extensions; do
7248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7249 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7251 break 2
7252 fi
7253done
81ecdfbb
RW
7254 done
7255IFS=$as_save_IFS
718a6fd8 7256
718a6fd8
SE
7257fi
7258fi
7259ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7260if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7262$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7263else
81ecdfbb
RW
7264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7265$as_echo "no" >&6; }
718a6fd8
SE
7266fi
7267
81ecdfbb
RW
7268 if test "x$ac_ct_NMEDIT" = x; then
7269 NMEDIT=":"
7270 else
7271 case $cross_compiling:$ac_tool_warned in
7272yes:)
7273{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7274$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7275ac_tool_warned=yes ;;
7276esac
7277 NMEDIT=$ac_ct_NMEDIT
7278 fi
718a6fd8
SE
7279else
7280 NMEDIT="$ac_cv_prog_NMEDIT"
7281fi
7282
7283 if test -n "$ac_tool_prefix"; then
7284 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7285set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7287$as_echo_n "checking for $ac_word... " >&6; }
7288if test "${ac_cv_prog_LIPO+set}" = set; then :
7289 $as_echo_n "(cached) " >&6
718a6fd8
SE
7290else
7291 if test -n "$LIPO"; then
7292 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7293else
7294as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7295for as_dir in $PATH
7296do
7297 IFS=$as_save_IFS
7298 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7299 for ac_exec_ext in '' $ac_executable_extensions; do
7300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7301 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7303 break 2
7304 fi
7305done
81ecdfbb
RW
7306 done
7307IFS=$as_save_IFS
718a6fd8
SE
7308
7309fi
7310fi
7311LIPO=$ac_cv_prog_LIPO
7312if test -n "$LIPO"; then
81ecdfbb
RW
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7314$as_echo "$LIPO" >&6; }
718a6fd8 7315else
81ecdfbb
RW
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7317$as_echo "no" >&6; }
718a6fd8
SE
7318fi
7319
81ecdfbb 7320
718a6fd8
SE
7321fi
7322if test -z "$ac_cv_prog_LIPO"; then
7323 ac_ct_LIPO=$LIPO
7324 # Extract the first word of "lipo", so it can be a program name with args.
7325set dummy lipo; ac_word=$2
81ecdfbb
RW
7326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7327$as_echo_n "checking for $ac_word... " >&6; }
7328if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7329 $as_echo_n "(cached) " >&6
718a6fd8
SE
7330else
7331 if test -n "$ac_ct_LIPO"; then
7332 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7333else
7334as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7335for as_dir in $PATH
7336do
7337 IFS=$as_save_IFS
7338 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7339 for ac_exec_ext in '' $ac_executable_extensions; do
7340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7341 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7343 break 2
7344 fi
7345done
81ecdfbb
RW
7346 done
7347IFS=$as_save_IFS
718a6fd8 7348
718a6fd8
SE
7349fi
7350fi
7351ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7352if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7354$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7355else
81ecdfbb
RW
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7357$as_echo "no" >&6; }
718a6fd8
SE
7358fi
7359
81ecdfbb
RW
7360 if test "x$ac_ct_LIPO" = x; then
7361 LIPO=":"
7362 else
7363 case $cross_compiling:$ac_tool_warned in
7364yes:)
7365{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7366$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7367ac_tool_warned=yes ;;
7368esac
7369 LIPO=$ac_ct_LIPO
7370 fi
718a6fd8
SE
7371else
7372 LIPO="$ac_cv_prog_LIPO"
7373fi
7374
7375 if test -n "$ac_tool_prefix"; then
7376 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7377set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7379$as_echo_n "checking for $ac_word... " >&6; }
7380if test "${ac_cv_prog_OTOOL+set}" = set; then :
7381 $as_echo_n "(cached) " >&6
718a6fd8
SE
7382else
7383 if test -n "$OTOOL"; then
7384 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7385else
7386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7387for as_dir in $PATH
7388do
7389 IFS=$as_save_IFS
7390 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7391 for ac_exec_ext in '' $ac_executable_extensions; do
7392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7393 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7395 break 2
7396 fi
7397done
81ecdfbb
RW
7398 done
7399IFS=$as_save_IFS
718a6fd8
SE
7400
7401fi
7402fi
7403OTOOL=$ac_cv_prog_OTOOL
7404if test -n "$OTOOL"; then
81ecdfbb
RW
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7406$as_echo "$OTOOL" >&6; }
718a6fd8 7407else
81ecdfbb
RW
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7409$as_echo "no" >&6; }
718a6fd8
SE
7410fi
7411
81ecdfbb 7412
718a6fd8
SE
7413fi
7414if test -z "$ac_cv_prog_OTOOL"; then
7415 ac_ct_OTOOL=$OTOOL
7416 # Extract the first word of "otool", so it can be a program name with args.
7417set dummy otool; ac_word=$2
81ecdfbb
RW
7418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7419$as_echo_n "checking for $ac_word... " >&6; }
7420if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7421 $as_echo_n "(cached) " >&6
718a6fd8
SE
7422else
7423 if test -n "$ac_ct_OTOOL"; then
7424 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7425else
7426as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7427for as_dir in $PATH
7428do
7429 IFS=$as_save_IFS
7430 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7431 for ac_exec_ext in '' $ac_executable_extensions; do
7432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7433 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7435 break 2
7436 fi
7437done
81ecdfbb
RW
7438 done
7439IFS=$as_save_IFS
718a6fd8 7440
718a6fd8
SE
7441fi
7442fi
7443ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7444if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7446$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7447else
81ecdfbb
RW
7448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7449$as_echo "no" >&6; }
718a6fd8
SE
7450fi
7451
81ecdfbb
RW
7452 if test "x$ac_ct_OTOOL" = x; then
7453 OTOOL=":"
7454 else
7455 case $cross_compiling:$ac_tool_warned in
7456yes:)
7457{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7458$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7459ac_tool_warned=yes ;;
7460esac
7461 OTOOL=$ac_ct_OTOOL
7462 fi
718a6fd8
SE
7463else
7464 OTOOL="$ac_cv_prog_OTOOL"
7465fi
7466
7467 if test -n "$ac_tool_prefix"; then
7468 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7469set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7470{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7471$as_echo_n "checking for $ac_word... " >&6; }
7472if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7473 $as_echo_n "(cached) " >&6
718a6fd8
SE
7474else
7475 if test -n "$OTOOL64"; then
7476 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7477else
7478as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7479for as_dir in $PATH
7480do
7481 IFS=$as_save_IFS
7482 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7483 for ac_exec_ext in '' $ac_executable_extensions; do
7484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7485 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7487 break 2
7488 fi
7489done
81ecdfbb
RW
7490 done
7491IFS=$as_save_IFS
718a6fd8
SE
7492
7493fi
7494fi
7495OTOOL64=$ac_cv_prog_OTOOL64
7496if test -n "$OTOOL64"; then
81ecdfbb
RW
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7498$as_echo "$OTOOL64" >&6; }
718a6fd8 7499else
81ecdfbb
RW
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7501$as_echo "no" >&6; }
718a6fd8
SE
7502fi
7503
81ecdfbb 7504
718a6fd8
SE
7505fi
7506if test -z "$ac_cv_prog_OTOOL64"; then
7507 ac_ct_OTOOL64=$OTOOL64
7508 # Extract the first word of "otool64", so it can be a program name with args.
7509set dummy otool64; ac_word=$2
81ecdfbb
RW
7510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7511$as_echo_n "checking for $ac_word... " >&6; }
7512if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7513 $as_echo_n "(cached) " >&6
718a6fd8
SE
7514else
7515 if test -n "$ac_ct_OTOOL64"; then
7516 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7517else
7518as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7519for as_dir in $PATH
7520do
7521 IFS=$as_save_IFS
7522 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7523 for ac_exec_ext in '' $ac_executable_extensions; do
7524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7525 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7527 break 2
7528 fi
7529done
81ecdfbb
RW
7530 done
7531IFS=$as_save_IFS
718a6fd8 7532
718a6fd8
SE
7533fi
7534fi
7535ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7536if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7538$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7539else
81ecdfbb
RW
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7541$as_echo "no" >&6; }
718a6fd8
SE
7542fi
7543
81ecdfbb
RW
7544 if test "x$ac_ct_OTOOL64" = x; then
7545 OTOOL64=":"
7546 else
7547 case $cross_compiling:$ac_tool_warned in
7548yes:)
7549{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7550$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7551ac_tool_warned=yes ;;
7552esac
7553 OTOOL64=$ac_ct_OTOOL64
7554 fi
718a6fd8
SE
7555else
7556 OTOOL64="$ac_cv_prog_OTOOL64"
7557fi
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
81ecdfbb
RW
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7586$as_echo_n "checking for -single_module linker flag... " >&6; }
7587if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7588 $as_echo_n "(cached) " >&6
718a6fd8
SE
7589else
7590 lt_cv_apple_cc_single_mod=no
7591 if test -z "${LT_MULTI_MODULE}"; then
7592 # By default we will add the -single_module flag. You can override
7593 # by either setting the environment variable LT_MULTI_MODULE
7594 # non-empty at configure time, or by adding -multi_module to the
7595 # link flags.
7596 rm -rf libconftest.dylib*
7597 echo "int foo(void){return 1;}" > conftest.c
7598 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7599-dynamiclib -Wl,-single_module conftest.c" >&5
7600 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7601 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7602 _lt_result=$?
7603 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7604 lt_cv_apple_cc_single_mod=yes
7605 else
7606 cat conftest.err >&5
7607 fi
7608 rm -rf libconftest.dylib*
7609 rm -f conftest.*
7610 fi
7611fi
81ecdfbb
RW
7612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7613$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7615$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7616if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7617 $as_echo_n "(cached) " >&6
718a6fd8
SE
7618else
7619 lt_cv_ld_exported_symbols_list=no
7620 save_LDFLAGS=$LDFLAGS
7621 echo "_main" > conftest.sym
7622 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7624/* end confdefs.h. */
7625
7626int
7627main ()
7628{
7629
7630 ;
7631 return 0;
7632}
7633_ACEOF
81ecdfbb 7634if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7635 lt_cv_ld_exported_symbols_list=yes
7636else
81ecdfbb 7637 lt_cv_ld_exported_symbols_list=no
718a6fd8 7638fi
81ecdfbb
RW
7639rm -f core conftest.err conftest.$ac_objext \
7640 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7641 LDFLAGS="$save_LDFLAGS"
7642
7643fi
81ecdfbb
RW
7644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7645$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7647$as_echo_n "checking for -force_load linker flag... " >&6; }
7648if test "${lt_cv_ld_force_load+set}" = set; then :
7649 $as_echo_n "(cached) " >&6
7650else
7651 lt_cv_ld_force_load=no
7652 cat > conftest.c << _LT_EOF
7653int forced_loaded() { return 2;}
7654_LT_EOF
7655 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7656 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7657 echo "$AR cru libconftest.a conftest.o" >&5
7658 $AR cru libconftest.a conftest.o 2>&5
7659 cat > conftest.c << _LT_EOF
7660int main() { return 0;}
7661_LT_EOF
7662 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7663 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7664 _lt_result=$?
7665 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7666 lt_cv_ld_force_load=yes
7667 else
7668 cat conftest.err >&5
7669 fi
7670 rm -f conftest.err libconftest.a conftest conftest.c
7671 rm -rf conftest.dSYM
7672
7673fi
7674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7675$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7676 case $host_os in
7677 rhapsody* | darwin1.[012])
7678 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7679 darwin1.*)
7680 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7681 darwin*) # darwin 5.x on
7682 # if running on 10.5 or later, the deployment target defaults
7683 # to the OS version, if on x86, and 10.4, the deployment
7684 # target defaults to 10.4. Don't you love it?
7685 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7686 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7687 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7688 10.[012]*)
7689 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7690 10.*)
7691 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7692 esac
7693 ;;
7694 esac
7695 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7696 _lt_dar_single_mod='$single_module'
7697 fi
7698 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7699 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7700 else
7701 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7702 fi
3725885a 7703 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7704 _lt_dsymutil='~$DSYMUTIL $lib || :'
7705 else
7706 _lt_dsymutil=
7707 fi
7708 ;;
7709 esac
7710
718a6fd8 7711for ac_header in dlfcn.h
81ecdfbb
RW
7712do :
7713 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7714"
7715if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7716 cat >>confdefs.h <<_ACEOF
81ecdfbb 7717#define HAVE_DLFCN_H 1
718a6fd8
SE
7718_ACEOF
7719
7720fi
7721
7722done
7723
7724
7725
3725885a
RW
7726
7727
718a6fd8
SE
7728# Set options
7729
7730
7731
7732 enable_dlopen=no
7733
7734
7735 enable_win32_dll=no
7736
7737
81ecdfbb
RW
7738 # Check whether --enable-shared was given.
7739if test "${enable_shared+set}" = set; then :
7740 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7741 case $enableval in
7742 yes) enable_shared=yes ;;
7743 no) enable_shared=no ;;
7744 *)
7745 enable_shared=no
7746 # Look at the argument we got. We use all the common list separators.
7747 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7748 for pkg in $enableval; do
7749 IFS="$lt_save_ifs"
7750 if test "X$pkg" = "X$p"; then
7751 enable_shared=yes
7752 fi
7753 done
7754 IFS="$lt_save_ifs"
7755 ;;
7756 esac
7757else
7758 enable_shared=yes
81ecdfbb 7759fi
718a6fd8
SE
7760
7761
7762
7763
7764
7765
7766
7767
81ecdfbb
RW
7768
7769 # Check whether --enable-static was given.
7770if test "${enable_static+set}" = set; then :
7771 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7772 case $enableval in
7773 yes) enable_static=yes ;;
7774 no) enable_static=no ;;
7775 *)
7776 enable_static=no
7777 # Look at the argument we got. We use all the common list separators.
7778 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7779 for pkg in $enableval; do
7780 IFS="$lt_save_ifs"
7781 if test "X$pkg" = "X$p"; then
7782 enable_static=yes
7783 fi
7784 done
7785 IFS="$lt_save_ifs"
7786 ;;
7787 esac
7788else
7789 enable_static=yes
81ecdfbb 7790fi
718a6fd8
SE
7791
7792
7793
7794
7795
7796
7797
7798
7799
81ecdfbb
RW
7800
7801# Check whether --with-pic was given.
7802if test "${with_pic+set}" = set; then :
7803 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7804else
7805 pic_mode=default
81ecdfbb
RW
7806fi
7807
718a6fd8
SE
7808
7809test -z "$pic_mode" && pic_mode=default
7810
7811
7812
7813
7814
7815
7816
81ecdfbb
RW
7817 # Check whether --enable-fast-install was given.
7818if test "${enable_fast_install+set}" = set; then :
7819 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7820 case $enableval in
7821 yes) enable_fast_install=yes ;;
7822 no) enable_fast_install=no ;;
7823 *)
7824 enable_fast_install=no
7825 # Look at the argument we got. We use all the common list separators.
7826 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7827 for pkg in $enableval; do
7828 IFS="$lt_save_ifs"
7829 if test "X$pkg" = "X$p"; then
7830 enable_fast_install=yes
7831 fi
7832 done
7833 IFS="$lt_save_ifs"
7357c5b6
AM
7834 ;;
7835 esac
718a6fd8
SE
7836else
7837 enable_fast_install=yes
81ecdfbb
RW
7838fi
7839
20e95c23 7840
20e95c23
DJ
7841
7842
42ecbf5e 7843
d7040cdb 7844
20e95c23 7845
d7040cdb 7846
d7040cdb
SE
7847
7848
7849
7850# This can be used to rebuild libtool when needed
7851LIBTOOL_DEPS="$ltmain"
7852
7853# Always use our own libtool.
7854LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
3725885a 7878
d7040cdb
SE
7879
7880
7881test -z "$LN_S" && LN_S="ln -s"
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896if test -n "${ZSH_VERSION+set}" ; then
7897 setopt NO_GLOB_SUBST
7898fi
7899
81ecdfbb
RW
7900{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7901$as_echo_n "checking for objdir... " >&6; }
7902if test "${lt_cv_objdir+set}" = set; then :
7903 $as_echo_n "(cached) " >&6
20e95c23 7904else
d7040cdb
SE
7905 rm -f .libs 2>/dev/null
7906mkdir .libs 2>/dev/null
7907if test -d .libs; then
7908 lt_cv_objdir=.libs
42ecbf5e 7909else
d7040cdb
SE
7910 # MS-DOS does not allow filenames that begin with a dot.
7911 lt_cv_objdir=_libs
7912fi
7913rmdir .libs 2>/dev/null
42ecbf5e 7914fi
81ecdfbb
RW
7915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7916$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 7917objdir=$lt_cv_objdir
42ecbf5e 7918
d7040cdb
SE
7919
7920
7921
7922
7923cat >>confdefs.h <<_ACEOF
7924#define LT_OBJDIR "$lt_cv_objdir/"
7925_ACEOF
7926
7927
7928
7929
d7040cdb
SE
7930case $host_os in
7931aix3*)
7932 # AIX sometimes has problems with the GCC collect2 program. For some
7933 # reason, if we set the COLLECT_NAMES environment variable, the problems
7934 # vanish in a puff of smoke.
7935 if test "X${COLLECT_NAMES+set}" != Xset; then
7936 COLLECT_NAMES=
7937 export COLLECT_NAMES
7938 fi
7939 ;;
7940esac
7941
d7040cdb
SE
7942# Global variables:
7943ofile=libtool
7944can_build_shared=yes
7945
7946# All known linkers require a `.a' archive for static linking (except MSVC,
7947# which needs '.lib').
7948libext=a
7949
7950with_gnu_ld="$lt_cv_prog_gnu_ld"
7951
7952old_CC="$CC"
7953old_CFLAGS="$CFLAGS"
7954
7955# Set sane defaults for various variables
7956test -z "$CC" && CC=cc
7957test -z "$LTCC" && LTCC=$CC
7958test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7959test -z "$LD" && LD=ld
7960test -z "$ac_objext" && ac_objext=o
7961
7962for cc_temp in $compiler""; do
7963 case $cc_temp in
7964 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7965 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7966 \-*) ;;
7967 *) break;;
7968 esac
7969done
3725885a 7970cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7971
7972
7973# Only perform the check for file, if the check method requires it
7974test -z "$MAGIC_CMD" && MAGIC_CMD=file
7975case $deplibs_check_method in
7976file_magic*)
7977 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7979$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7980if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7981 $as_echo_n "(cached) " >&6
42ecbf5e 7982else
d7040cdb
SE
7983 case $MAGIC_CMD in
7984[\\/*] | ?:[\\/]*)
7985 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 7986 ;;
d7040cdb
SE
7987*)
7988 lt_save_MAGIC_CMD="$MAGIC_CMD"
7989 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7990 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7991 for ac_dir in $ac_dummy; do
7992 IFS="$lt_save_ifs"
7993 test -z "$ac_dir" && ac_dir=.
7994 if test -f $ac_dir/${ac_tool_prefix}file; then
7995 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7996 if test -n "$file_magic_test_file"; then
7997 case $deplibs_check_method in
7998 "file_magic "*)
7999 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8000 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8001 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8002 $EGREP "$file_magic_regex" > /dev/null; then
8003 :
8004 else
8005 cat <<_LT_EOF 1>&2
42ecbf5e 8006
d7040cdb
SE
8007*** Warning: the command libtool uses to detect shared libraries,
8008*** $file_magic_cmd, produces output that libtool cannot recognize.
8009*** The result is that libtool may fail to recognize shared libraries
8010*** as such. This will affect the creation of libtool libraries that
8011*** depend on shared libraries, but programs linked with such libtool
8012*** libraries will work regardless of this problem. Nevertheless, you
8013*** may want to report the problem to your system manager and/or to
8014*** bug-libtool@gnu.org
8015
8016_LT_EOF
8017 fi ;;
8018 esac
8019 fi
8020 break
8021 fi
8022 done
8023 IFS="$lt_save_ifs"
8024 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8025 ;;
8026esac
42ecbf5e 8027fi
20e95c23 8028
d7040cdb
SE
8029MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8030if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8032$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8033else
81ecdfbb
RW
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8035$as_echo "no" >&6; }
42ecbf5e
DJ
8036fi
8037
20e95c23
DJ
8038
8039
42ecbf5e 8040
20e95c23 8041
d7040cdb
SE
8042if test -z "$lt_cv_path_MAGIC_CMD"; then
8043 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8045$as_echo_n "checking for file... " >&6; }
8046if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8047 $as_echo_n "(cached) " >&6
42ecbf5e 8048else
d7040cdb
SE
8049 case $MAGIC_CMD in
8050[\\/*] | ?:[\\/]*)
8051 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8052 ;;
8053*)
8054 lt_save_MAGIC_CMD="$MAGIC_CMD"
8055 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8056 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8057 for ac_dir in $ac_dummy; do
8058 IFS="$lt_save_ifs"
8059 test -z "$ac_dir" && ac_dir=.
8060 if test -f $ac_dir/file; then
8061 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8062 if test -n "$file_magic_test_file"; then
8063 case $deplibs_check_method in
8064 "file_magic "*)
8065 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8066 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8067 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8068 $EGREP "$file_magic_regex" > /dev/null; then
8069 :
8070 else
8071 cat <<_LT_EOF 1>&2
8072
8073*** Warning: the command libtool uses to detect shared libraries,
8074*** $file_magic_cmd, produces output that libtool cannot recognize.
8075*** The result is that libtool may fail to recognize shared libraries
8076*** as such. This will affect the creation of libtool libraries that
8077*** depend on shared libraries, but programs linked with such libtool
8078*** libraries will work regardless of this problem. Nevertheless, you
8079*** may want to report the problem to your system manager and/or to
8080*** bug-libtool@gnu.org
8081
8082_LT_EOF
8083 fi ;;
8084 esac
8085 fi
8086 break
8087 fi
8088 done
8089 IFS="$lt_save_ifs"
8090 MAGIC_CMD="$lt_save_MAGIC_CMD"
8091 ;;
20e95c23
DJ
8092esac
8093fi
d7040cdb
SE
8094
8095MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8096if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8098$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8099else
81ecdfbb
RW
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8101$as_echo "no" >&6; }
20e95c23
DJ
8102fi
8103
20e95c23 8104
42ecbf5e 8105 else
d7040cdb 8106 MAGIC_CMD=:
42ecbf5e 8107 fi
42ecbf5e 8108fi
42ecbf5e 8109
20e95c23 8110 fi
d7040cdb
SE
8111 ;;
8112esac
42ecbf5e 8113
d7040cdb 8114# Use C for the default configuration in the libtool script
42ecbf5e 8115
d7040cdb
SE
8116lt_save_CC="$CC"
8117ac_ext=c
8118ac_cpp='$CPP $CPPFLAGS'
8119ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8120ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8121ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8122
42ecbf5e 8123
d7040cdb
SE
8124# Source file extension for C test sources.
8125ac_ext=c
42ecbf5e 8126
d7040cdb
SE
8127# Object file extension for compiled C test sources.
8128objext=o
8129objext=$objext
42ecbf5e 8130
d7040cdb
SE
8131# Code to be used in simple compile tests
8132lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8133
d7040cdb
SE
8134# Code to be used in simple link tests
8135lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8136
ac48eca1 8137
42ecbf5e 8138
42ecbf5e 8139
d5fbea21 8140
d5fbea21
DJ
8141
8142
d7040cdb
SE
8143# If no C compiler was specified, use CC.
8144LTCC=${LTCC-"$CC"}
20e95c23 8145
d7040cdb
SE
8146# If no C compiler flags were specified, use CFLAGS.
8147LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8148
d7040cdb
SE
8149# Allow CC to be a program name with arguments.
8150compiler=$CC
252b5132 8151
d7040cdb
SE
8152# Save the default compiler, since it gets overwritten when the other
8153# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8154compiler_DEFAULT=$CC
42ecbf5e 8155
d7040cdb
SE
8156# save warnings/boilerplate of simple test code
8157ac_outfile=conftest.$ac_objext
8158echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8159eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8160_lt_compiler_boilerplate=`cat conftest.err`
8161$RM conftest*
252b5132 8162
d7040cdb
SE
8163ac_outfile=conftest.$ac_objext
8164echo "$lt_simple_link_test_code" >conftest.$ac_ext
8165eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8166_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8167$RM -r conftest*
252b5132 8168
42ecbf5e 8169
d7040cdb
SE
8170## CAVEAT EMPTOR:
8171## There is no encapsulation within the following macros, do not change
8172## the running order or otherwise move them around unless you know exactly
8173## what you are doing...
8174if test -n "$compiler"; then
252b5132 8175
d7040cdb 8176lt_prog_compiler_no_builtin_flag=
252b5132 8177
d7040cdb 8178if test "$GCC" = yes; then
3725885a
RW
8179 case $cc_basename in
8180 nvcc*)
8181 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8182 *)
8183 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8184 esac
d15b04bd 8185
81ecdfbb
RW
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8187$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8188if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8189 $as_echo_n "(cached) " >&6
252b5132 8190else
d7040cdb
SE
8191 lt_cv_prog_compiler_rtti_exceptions=no
8192 ac_outfile=conftest.$ac_objext
8193 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8194 lt_compiler_flag="-fno-rtti -fno-exceptions"
8195 # Insert the option either (1) after the last *FLAGS variable, or
8196 # (2) before a word containing "conftest.", or (3) at the end.
8197 # Note that $ac_compile itself does not contain backslashes and begins
8198 # with a dollar sign (not a hyphen), so the echo should work correctly.
8199 # The option is referenced via a variable to avoid confusing sed.
8200 lt_compile=`echo "$ac_compile" | $SED \
8201 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8202 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8203 -e 's:$: $lt_compiler_flag:'`
3725885a 8204 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8205 (eval "$lt_compile" 2>conftest.err)
8206 ac_status=$?
8207 cat conftest.err >&5
3725885a 8208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8209 if (exit $ac_status) && test -s "$ac_outfile"; then
8210 # The compiler can only warn and ignore the option if not recognized
8211 # So say no if there are warnings other than the usual output.
3725885a 8212 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8213 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8214 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8215 lt_cv_prog_compiler_rtti_exceptions=yes
8216 fi
8217 fi
8218 $RM conftest*
42ecbf5e 8219
252b5132 8220fi
81ecdfbb
RW
8221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8222$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8223
8224if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8225 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8226else
d7040cdb 8227 :
252b5132 8228fi
252b5132
RH
8229
8230fi
d7040cdb
SE
8231
8232
8233
8234
8235
8236
8237 lt_prog_compiler_wl=
8238lt_prog_compiler_pic=
8239lt_prog_compiler_static=
8240
81ecdfbb
RW
8241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8242$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8243
8244 if test "$GCC" = yes; then
8245 lt_prog_compiler_wl='-Wl,'
8246 lt_prog_compiler_static='-static'
8247
8248 case $host_os in
8249 aix*)
8250 # All AIX code is PIC.
8251 if test "$host_cpu" = ia64; then
8252 # AIX 5 now supports IA64 processor
8253 lt_prog_compiler_static='-Bstatic'
8254 fi
8255 ;;
8256
8257 amigaos*)
718a6fd8
SE
8258 case $host_cpu in
8259 powerpc)
8260 # see comment about AmigaOS4 .so support
8261 lt_prog_compiler_pic='-fPIC'
8262 ;;
8263 m68k)
8264 # FIXME: we need at least 68020 code to build shared libraries, but
8265 # adding the `-m68020' flag to GCC prevents building anything better,
8266 # like `-m68040'.
8267 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8268 ;;
8269 esac
d7040cdb
SE
8270 ;;
8271
8272 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8273 # PIC is the default for these OSes.
8274 ;;
8275
718a6fd8 8276 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8277 # This hack is so that the source file can tell whether it is being
8278 # built for inclusion in a dll (and should export symbols for example).
8279 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8280 # (--disable-auto-import) libraries
8281 lt_prog_compiler_pic='-DDLL_EXPORT'
8282 ;;
8283
8284 darwin* | rhapsody*)
8285 # PIC is the default on this platform
8286 # Common symbols not allowed in MH_DYLIB files
8287 lt_prog_compiler_pic='-fno-common'
8288 ;;
8289
3725885a
RW
8290 haiku*)
8291 # PIC is the default for Haiku.
8292 # The "-static" flag exists, but is broken.
8293 lt_prog_compiler_static=
8294 ;;
8295
d7040cdb 8296 hpux*)
718a6fd8
SE
8297 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8298 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8299 # sets the default TLS model and affects inlining.
d7040cdb 8300 case $host_cpu in
718a6fd8 8301 hppa*64*)
d7040cdb
SE
8302 # +Z the default
8303 ;;
8304 *)
8305 lt_prog_compiler_pic='-fPIC'
8306 ;;
8307 esac
8308 ;;
8309
8310 interix[3-9]*)
8311 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8312 # Instead, we relocate shared libraries at runtime.
8313 ;;
8314
8315 msdosdjgpp*)
8316 # Just because we use GCC doesn't mean we suddenly get shared libraries
8317 # on systems that don't support them.
8318 lt_prog_compiler_can_build_shared=no
8319 enable_shared=no
8320 ;;
8321
8322 *nto* | *qnx*)
8323 # QNX uses GNU C++, but need to define -shared option too, otherwise
8324 # it will coredump.
8325 lt_prog_compiler_pic='-fPIC -shared'
8326 ;;
8327
8328 sysv4*MP*)
8329 if test -d /usr/nec; then
8330 lt_prog_compiler_pic=-Kconform_pic
8331 fi
8332 ;;
8333
8334 *)
8335 lt_prog_compiler_pic='-fPIC'
8336 ;;
8337 esac
3725885a
RW
8338
8339 case $cc_basename in
8340 nvcc*) # Cuda Compiler Driver 2.2
8341 lt_prog_compiler_wl='-Xlinker '
8342 lt_prog_compiler_pic='-Xcompiler -fPIC'
8343 ;;
8344 esac
d7040cdb
SE
8345 else
8346 # PORTME Check for flag to pass linker flags through the system compiler.
8347 case $host_os in
8348 aix*)
8349 lt_prog_compiler_wl='-Wl,'
8350 if test "$host_cpu" = ia64; then
8351 # AIX 5 now supports IA64 processor
8352 lt_prog_compiler_static='-Bstatic'
8353 else
8354 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8355 fi
8356 ;;
d7040cdb 8357
718a6fd8 8358 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8359 # This hack is so that the source file can tell whether it is being
8360 # built for inclusion in a dll (and should export symbols for example).
8361 lt_prog_compiler_pic='-DDLL_EXPORT'
8362 ;;
8363
8364 hpux9* | hpux10* | hpux11*)
8365 lt_prog_compiler_wl='-Wl,'
8366 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8367 # not for PA HP-UX.
8368 case $host_cpu in
8369 hppa*64*|ia64*)
8370 # +Z the default
8371 ;;
8372 *)
8373 lt_prog_compiler_pic='+Z'
8374 ;;
8375 esac
8376 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8377 lt_prog_compiler_static='${wl}-a ${wl}archive'
8378 ;;
8379
8380 irix5* | irix6* | nonstopux*)
8381 lt_prog_compiler_wl='-Wl,'
8382 # PIC (with -KPIC) is the default.
8383 lt_prog_compiler_static='-non_shared'
8384 ;;
8385
58e24671 8386 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8387 case $cc_basename in
718a6fd8
SE
8388 # old Intel for x86_64 which still supported -KPIC.
8389 ecc*)
d7040cdb
SE
8390 lt_prog_compiler_wl='-Wl,'
8391 lt_prog_compiler_pic='-KPIC'
8392 lt_prog_compiler_static='-static'
8393 ;;
718a6fd8
SE
8394 # icc used to be incompatible with GCC.
8395 # ICC 10 doesn't accept -KPIC any more.
8396 icc* | ifort*)
8397 lt_prog_compiler_wl='-Wl,'
8398 lt_prog_compiler_pic='-fPIC'
8399 lt_prog_compiler_static='-static'
8400 ;;
8401 # Lahey Fortran 8.1.
8402 lf95*)
8403 lt_prog_compiler_wl='-Wl,'
8404 lt_prog_compiler_pic='--shared'
8405 lt_prog_compiler_static='--static'
8406 ;;
3725885a 8407 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8408 # Portland Group compilers (*not* the Pentium gcc compiler,
8409 # which looks to be a dead project)
8410 lt_prog_compiler_wl='-Wl,'
8411 lt_prog_compiler_pic='-fpic'
8412 lt_prog_compiler_static='-Bstatic'
8413 ;;
8414 ccc*)
8415 lt_prog_compiler_wl='-Wl,'
8416 # All Alpha code is PIC.
8417 lt_prog_compiler_static='-non_shared'
8418 ;;
3725885a
RW
8419 xl* | bgxl* | bgf* | mpixl*)
8420 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8421 lt_prog_compiler_wl='-Wl,'
8422 lt_prog_compiler_pic='-qpic'
8423 lt_prog_compiler_static='-qstaticlink'
8424 ;;
d7040cdb
SE
8425 *)
8426 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8427 *Sun\ F* | *Sun*Fortran*)
8428 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8429 lt_prog_compiler_pic='-KPIC'
8430 lt_prog_compiler_static='-Bstatic'
3725885a 8431 lt_prog_compiler_wl=''
d7040cdb 8432 ;;
3725885a
RW
8433 *Sun\ C*)
8434 # Sun C 5.9
d7040cdb
SE
8435 lt_prog_compiler_pic='-KPIC'
8436 lt_prog_compiler_static='-Bstatic'
3725885a 8437 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8438 ;;
8439 esac
8440 ;;
8441 esac
8442 ;;
8443
8444 newsos6)
8445 lt_prog_compiler_pic='-KPIC'
8446 lt_prog_compiler_static='-Bstatic'
8447 ;;
8448
8449 *nto* | *qnx*)
8450 # QNX uses GNU C++, but need to define -shared option too, otherwise
8451 # it will coredump.
8452 lt_prog_compiler_pic='-fPIC -shared'
8453 ;;
8454
8455 osf3* | osf4* | osf5*)
8456 lt_prog_compiler_wl='-Wl,'
8457 # All OSF/1 code is PIC.
8458 lt_prog_compiler_static='-non_shared'
8459 ;;
8460
8461 rdos*)
8462 lt_prog_compiler_static='-non_shared'
8463 ;;
8464
8465 solaris*)
8466 lt_prog_compiler_pic='-KPIC'
8467 lt_prog_compiler_static='-Bstatic'
8468 case $cc_basename in
8469 f77* | f90* | f95*)
8470 lt_prog_compiler_wl='-Qoption ld ';;
8471 *)
8472 lt_prog_compiler_wl='-Wl,';;
8473 esac
8474 ;;
8475
8476 sunos4*)
8477 lt_prog_compiler_wl='-Qoption ld '
8478 lt_prog_compiler_pic='-PIC'
8479 lt_prog_compiler_static='-Bstatic'
8480 ;;
8481
8482 sysv4 | sysv4.2uw2* | sysv4.3*)
8483 lt_prog_compiler_wl='-Wl,'
8484 lt_prog_compiler_pic='-KPIC'
8485 lt_prog_compiler_static='-Bstatic'
8486 ;;
8487
8488 sysv4*MP*)
8489 if test -d /usr/nec ;then
8490 lt_prog_compiler_pic='-Kconform_pic'
8491 lt_prog_compiler_static='-Bstatic'
8492 fi
8493 ;;
8494
8495 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8496 lt_prog_compiler_wl='-Wl,'
8497 lt_prog_compiler_pic='-KPIC'
8498 lt_prog_compiler_static='-Bstatic'
8499 ;;
8500
8501 unicos*)
8502 lt_prog_compiler_wl='-Wl,'
8503 lt_prog_compiler_can_build_shared=no
8504 ;;
8505
8506 uts4*)
8507 lt_prog_compiler_pic='-pic'
8508 lt_prog_compiler_static='-Bstatic'
8509 ;;
8510
8511 *)
8512 lt_prog_compiler_can_build_shared=no
8513 ;;
8514 esac
8515 fi
8516
8517case $host_os in
8518 # For platforms which do not support PIC, -DPIC is meaningless:
8519 *djgpp*)
8520 lt_prog_compiler_pic=
8521 ;;
8522 *)
8523 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8524 ;;
8525esac
81ecdfbb
RW
8526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8527$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8528
8529
8530
8531
8532
8533
8534#
8535# Check to make sure the PIC flag actually works.
8536#
8537if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8539$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8540if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8541 $as_echo_n "(cached) " >&6
42ecbf5e 8542else
718a6fd8 8543 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8544 ac_outfile=conftest.$ac_objext
8545 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8546 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8547 # Insert the option either (1) after the last *FLAGS variable, or
8548 # (2) before a word containing "conftest.", or (3) at the end.
8549 # Note that $ac_compile itself does not contain backslashes and begins
8550 # with a dollar sign (not a hyphen), so the echo should work correctly.
8551 # The option is referenced via a variable to avoid confusing sed.
8552 lt_compile=`echo "$ac_compile" | $SED \
8553 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8554 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8555 -e 's:$: $lt_compiler_flag:'`
3725885a 8556 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8557 (eval "$lt_compile" 2>conftest.err)
8558 ac_status=$?
8559 cat conftest.err >&5
3725885a 8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8561 if (exit $ac_status) && test -s "$ac_outfile"; then
8562 # The compiler can only warn and ignore the option if not recognized
8563 # So say no if there are warnings other than the usual output.
3725885a 8564 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8565 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8566 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8567 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8568 fi
8569 fi
8570 $RM conftest*
42ecbf5e 8571
252b5132 8572fi
81ecdfbb
RW
8573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8574$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8575
718a6fd8 8576if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8577 case $lt_prog_compiler_pic in
8578 "" | " "*) ;;
8579 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8580 esac
252b5132 8581else
d7040cdb
SE
8582 lt_prog_compiler_pic=
8583 lt_prog_compiler_can_build_shared=no
252b5132 8584fi
252b5132
RH
8585
8586fi
42ecbf5e 8587
d7040cdb
SE
8588
8589
8590
8591
8592
8593#
8594# Check to make sure the static flag actually works.
8595#
8596wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8598$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8599if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8600 $as_echo_n "(cached) " >&6
42ecbf5e 8601else
718a6fd8 8602 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8603 save_LDFLAGS="$LDFLAGS"
8604 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8605 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8606 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8607 # The linker can only warn and ignore the option if not recognized
8608 # So say no if there are warnings
8609 if test -s conftest.err; then
8610 # Append any errors to the config.log.
8611 cat conftest.err 1>&5
3725885a 8612 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8613 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8614 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8615 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8616 fi
8617 else
718a6fd8 8618 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8619 fi
8620 fi
718a6fd8 8621 $RM -r conftest*
d7040cdb 8622 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8623
42ecbf5e 8624fi
81ecdfbb
RW
8625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8626$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8627
718a6fd8 8628if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8629 :
8630else
8631 lt_prog_compiler_static=
42ecbf5e 8632fi
42ecbf5e 8633
252b5132 8634
252b5132 8635
42ecbf5e 8636
252b5132 8637
20e95c23 8638
d7040cdb 8639
81ecdfbb
RW
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8641$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8642if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8643 $as_echo_n "(cached) " >&6
252b5132 8644else
d7040cdb
SE
8645 lt_cv_prog_compiler_c_o=no
8646 $RM -r conftest 2>/dev/null
8647 mkdir conftest
8648 cd conftest
8649 mkdir out
8650 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8651
8652 lt_compiler_flag="-o out/conftest2.$ac_objext"
8653 # Insert the option either (1) after the last *FLAGS variable, or
8654 # (2) before a word containing "conftest.", or (3) at the end.
8655 # Note that $ac_compile itself does not contain backslashes and begins
8656 # with a dollar sign (not a hyphen), so the echo should work correctly.
8657 lt_compile=`echo "$ac_compile" | $SED \
8658 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8659 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8660 -e 's:$: $lt_compiler_flag:'`
3725885a 8661 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8662 (eval "$lt_compile" 2>out/conftest.err)
8663 ac_status=$?
8664 cat out/conftest.err >&5
3725885a 8665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8666 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8667 then
8668 # The compiler can only warn and ignore the option if not recognized
8669 # So say no if there are warnings
3725885a 8670 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8671 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8672 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8673 lt_cv_prog_compiler_c_o=yes
8674 fi
8675 fi
8676 chmod u+w . 2>&5
8677 $RM conftest*
8678 # SGI C++ compiler will create directory out/ii_files/ for
8679 # template instantiation
8680 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8681 $RM out/* && rmdir out
8682 cd ..
8683 $RM -r conftest
8684 $RM conftest*
8685
252b5132 8686fi
81ecdfbb
RW
8687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8688$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 8689
20e95c23 8690
20e95c23
DJ
8691
8692
d7040cdb
SE
8693
8694
81ecdfbb
RW
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8696$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8697if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8698 $as_echo_n "(cached) " >&6
42ecbf5e 8699else
d7040cdb
SE
8700 lt_cv_prog_compiler_c_o=no
8701 $RM -r conftest 2>/dev/null
8702 mkdir conftest
8703 cd conftest
8704 mkdir out
8705 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8706
8707 lt_compiler_flag="-o out/conftest2.$ac_objext"
8708 # Insert the option either (1) after the last *FLAGS variable, or
8709 # (2) before a word containing "conftest.", or (3) at the end.
8710 # Note that $ac_compile itself does not contain backslashes and begins
8711 # with a dollar sign (not a hyphen), so the echo should work correctly.
8712 lt_compile=`echo "$ac_compile" | $SED \
8713 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8714 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8715 -e 's:$: $lt_compiler_flag:'`
3725885a 8716 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8717 (eval "$lt_compile" 2>out/conftest.err)
8718 ac_status=$?
8719 cat out/conftest.err >&5
3725885a 8720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8721 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8722 then
8723 # The compiler can only warn and ignore the option if not recognized
8724 # So say no if there are warnings
3725885a 8725 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8726 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8727 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8728 lt_cv_prog_compiler_c_o=yes
8729 fi
8730 fi
8731 chmod u+w . 2>&5
8732 $RM conftest*
8733 # SGI C++ compiler will create directory out/ii_files/ for
8734 # template instantiation
8735 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8736 $RM out/* && rmdir out
8737 cd ..
8738 $RM -r conftest
8739 $RM conftest*
8740
8741fi
81ecdfbb
RW
8742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8743$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8744
8745
8746
8747
8748hard_links="nottested"
8749if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8750 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8752$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8753 hard_links=yes
8754 $RM conftest*
8755 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8756 touch conftest.a
8757 ln conftest.a conftest.b 2>&5 || hard_links=no
8758 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8760$as_echo "$hard_links" >&6; }
d7040cdb 8761 if test "$hard_links" = no; then
81ecdfbb
RW
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8763$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8764 need_locks=warn
8765 fi
8766else
8767 need_locks=no
8768fi
8769
8770
8771
8772
8773
8774
81ecdfbb
RW
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8776$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8777
8778 runpath_var=
8779 allow_undefined_flag=
8780 always_export_symbols=no
8781 archive_cmds=
8782 archive_expsym_cmds=
8783 compiler_needs_object=no
8784 enable_shared_with_static_runtimes=no
8785 export_dynamic_flag_spec=
8786 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8787 hardcode_automatic=no
8788 hardcode_direct=no
8789 hardcode_direct_absolute=no
8790 hardcode_libdir_flag_spec=
8791 hardcode_libdir_flag_spec_ld=
8792 hardcode_libdir_separator=
8793 hardcode_minus_L=no
8794 hardcode_shlibpath_var=unsupported
8795 inherit_rpath=no
8796 link_all_deplibs=unknown
8797 module_cmds=
8798 module_expsym_cmds=
8799 old_archive_from_new_cmds=
8800 old_archive_from_expsyms_cmds=
8801 thread_safe_flag_spec=
8802 whole_archive_flag_spec=
8803 # include_expsyms should be a list of space-separated symbols to be *always*
8804 # included in the symbol list
8805 include_expsyms=
8806 # exclude_expsyms can be an extended regexp of symbols to exclude
8807 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8808 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8809 # as well as any symbol that contains `d'.
718a6fd8 8810 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8811 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8812 # platforms (ab)use it in PIC code, but their linkers get confused if
8813 # the symbol is explicitly referenced. Since portable code cannot
8814 # rely on this symbol name, it's probably fine to never include it in
8815 # preloaded symbol tables.
718a6fd8 8816 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8817 extract_expsyms_cmds=
8818
8819 case $host_os in
718a6fd8 8820 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8821 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8822 # When not using gcc, we currently assume that we are using
8823 # Microsoft Visual C++.
8824 if test "$GCC" != yes; then
8825 with_gnu_ld=no
8826 fi
8827 ;;
8828 interix*)
8829 # we just hope/assume this is gcc and not c89 (= MSVC++)
8830 with_gnu_ld=yes
8831 ;;
8832 openbsd*)
8833 with_gnu_ld=no
8834 ;;
8835 esac
8836
8837 ld_shlibs=yes
3725885a
RW
8838
8839 # On some targets, GNU ld is compatible enough with the native linker
8840 # that we're better off using the native interface for both.
8841 lt_use_gnu_ld_interface=no
d7040cdb 8842 if test "$with_gnu_ld" = yes; then
3725885a
RW
8843 case $host_os in
8844 aix*)
8845 # The AIX port of GNU ld has always aspired to compatibility
8846 # with the native linker. However, as the warning in the GNU ld
8847 # block says, versions before 2.19.5* couldn't really create working
8848 # shared libraries, regardless of the interface used.
8849 case `$LD -v 2>&1` in
8850 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8851 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8852 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8853 *)
8854 lt_use_gnu_ld_interface=yes
8855 ;;
8856 esac
8857 ;;
8858 *)
8859 lt_use_gnu_ld_interface=yes
8860 ;;
8861 esac
8862 fi
8863
8864 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8865 # If archive_cmds runs LD, not CC, wlarc should be empty
8866 wlarc='${wl}'
8867
8868 # Set some defaults for GNU ld with shared library support. These
8869 # are reset later if shared libraries are not supported. Putting them
8870 # here allows them to be overridden if necessary.
8871 runpath_var=LD_RUN_PATH
8872 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8873 export_dynamic_flag_spec='${wl}--export-dynamic'
8874 # ancient GNU ld didn't support --whole-archive et. al.
8875 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8876 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8877 else
8878 whole_archive_flag_spec=
8879 fi
8880 supports_anon_versioning=no
8881 case `$LD -v 2>&1` in
3725885a 8882 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8883 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8884 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8885 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8886 *\ 2.11.*) ;; # other 2.11 versions
8887 *) supports_anon_versioning=yes ;;
8888 esac
8889
8890 # See if GNU ld supports shared libraries.
8891 case $host_os in
50e7d84b 8892 aix[3-9]*)
d7040cdb
SE
8893 # On AIX/PPC, the GNU linker is very broken
8894 if test "$host_cpu" != ia64; then
8895 ld_shlibs=no
8896 cat <<_LT_EOF 1>&2
8897
3725885a 8898*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8899*** to be unable to reliably create shared libraries on AIX.
8900*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8901*** really care for shared libraries, you may want to install binutils
8902*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8903*** You will then need to restart the configuration process.
d7040cdb
SE
8904
8905_LT_EOF
8906 fi
8907 ;;
8908
8909 amigaos*)
718a6fd8
SE
8910 case $host_cpu in
8911 powerpc)
8912 # see comment about AmigaOS4 .so support
8913 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8914 archive_expsym_cmds=''
8915 ;;
8916 m68k)
8917 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)'
8918 hardcode_libdir_flag_spec='-L$libdir'
8919 hardcode_minus_L=yes
8920 ;;
8921 esac
d7040cdb
SE
8922 ;;
8923
8924 beos*)
8925 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8926 allow_undefined_flag=unsupported
8927 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8928 # support --undefined. This deserves some investigation. FIXME
8929 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8930 else
8931 ld_shlibs=no
8932 fi
8933 ;;
8934
718a6fd8 8935 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8936 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8937 # as there is no search path for DLLs.
8938 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8939 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8940 allow_undefined_flag=unsupported
8941 always_export_symbols=no
8942 enable_shared_with_static_runtimes=yes
8943 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8944
8945 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8946 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8947 # If the export-symbols file already is a .def file (1st line
8948 # is EXPORTS), use it as is; otherwise, prepend...
8949 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8950 cp $export_symbols $output_objdir/$soname.def;
8951 else
8952 echo EXPORTS > $output_objdir/$soname.def;
8953 cat $export_symbols >> $output_objdir/$soname.def;
8954 fi~
8955 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8956 else
8957 ld_shlibs=no
8958 fi
8959 ;;
8960
3725885a
RW
8961 haiku*)
8962 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8963 link_all_deplibs=yes
8964 ;;
8965
d7040cdb
SE
8966 interix[3-9]*)
8967 hardcode_direct=no
8968 hardcode_shlibpath_var=no
8969 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8970 export_dynamic_flag_spec='${wl}-E'
8971 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8972 # Instead, shared libraries are loaded at an image base (0x10000000 by
8973 # default) and relocated if they conflict, which is a slow very memory
8974 # consuming and fragmenting process. To avoid this, we pick a random,
8975 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8976 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8977 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8978 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'
8979 ;;
8980
58e24671 8981 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
8982 tmp_diet=no
8983 if test "$host_os" = linux-dietlibc; then
8984 case $cc_basename in
8985 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8986 esac
8987 fi
8988 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8989 && test "$tmp_diet" = no
8990 then
8991 tmp_addflag=
718a6fd8 8992 tmp_sharedflag='-shared'
d7040cdb
SE
8993 case $cc_basename,$host_cpu in
8994 pgcc*) # Portland Group C compiler
3725885a 8995 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
8996 tmp_addflag=' $pic_flag'
8997 ;;
3725885a
RW
8998 pgf77* | pgf90* | pgf95* | pgfortran*)
8999 # Portland Group f77 and f90 compilers
9000 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
9001 tmp_addflag=' $pic_flag -Mnomain' ;;
9002 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9003 tmp_addflag=' -i_dynamic' ;;
9004 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9005 tmp_addflag=' -i_dynamic -nofor_main' ;;
9006 ifc* | ifort*) # Intel Fortran compiler
9007 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9008 lf95*) # Lahey Fortran 8.1
9009 whole_archive_flag_spec=
9010 tmp_sharedflag='--shared' ;;
3725885a 9011 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9012 tmp_sharedflag='-qmkshrobj'
9013 tmp_addflag= ;;
3725885a
RW
9014 nvcc*) # Cuda Compiler Driver 2.2
9015 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'
9016 compiler_needs_object=yes
9017 ;;
d7040cdb
SE
9018 esac
9019 case `$CC -V 2>&1 | sed 5q` in
9020 *Sun\ C*) # Sun C 5.9
3725885a 9021 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
9022 compiler_needs_object=yes
9023 tmp_sharedflag='-G' ;;
9024 *Sun\ F*) # Sun Fortran 8.3
9025 tmp_sharedflag='-G' ;;
d7040cdb
SE
9026 esac
9027 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9028
9029 if test "x$supports_anon_versioning" = xyes; then
9030 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9031 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9032 echo "local: *; };" >> $output_objdir/$libname.ver~
9033 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9034 fi
718a6fd8
SE
9035
9036 case $cc_basename in
3725885a 9037 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9038 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9039 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9040 hardcode_libdir_flag_spec=
9041 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9042 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9043 if test "x$supports_anon_versioning" = xyes; then
9044 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9045 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9046 echo "local: *; };" >> $output_objdir/$libname.ver~
9047 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9048 fi
9049 ;;
9050 esac
d7040cdb
SE
9051 else
9052 ld_shlibs=no
9053 fi
9054 ;;
9055
9056 netbsd*)
9057 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9058 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9059 wlarc=
9060 else
9061 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9062 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9063 fi
9064 ;;
9065
9066 solaris*)
9067 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9068 ld_shlibs=no
9069 cat <<_LT_EOF 1>&2
9070
9071*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9072*** create shared libraries on Solaris systems. Therefore, libtool
9073*** is disabling shared libraries support. We urge you to upgrade GNU
9074*** binutils to release 2.9.1 or newer. Another option is to modify
9075*** your PATH or compiler configuration so that the native linker is
9076*** used, and then restart.
9077
9078_LT_EOF
9079 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9080 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9081 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9082 else
9083 ld_shlibs=no
9084 fi
9085 ;;
9086
9087 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9088 case `$LD -v 2>&1` in
9089 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9090 ld_shlibs=no
9091 cat <<_LT_EOF 1>&2
9092
9093*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9094*** reliably create shared libraries on SCO systems. Therefore, libtool
9095*** is disabling shared libraries support. We urge you to upgrade GNU
9096*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9097*** your PATH or compiler configuration so that the native linker is
9098*** used, and then restart.
9099
9100_LT_EOF
9101 ;;
9102 *)
9103 # For security reasons, it is highly recommended that you always
9104 # use absolute paths for naming shared libraries, and exclude the
9105 # DT_RUNPATH tag from executables and libraries. But doing so
9106 # requires that you compile everything twice, which is a pain.
9107 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9108 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9109 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9110 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9111 else
9112 ld_shlibs=no
9113 fi
9114 ;;
9115 esac
9116 ;;
9117
9118 sunos4*)
9119 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9120 wlarc=
9121 hardcode_direct=yes
9122 hardcode_shlibpath_var=no
9123 ;;
9124
9125 *)
9126 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9127 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9128 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9129 else
9130 ld_shlibs=no
9131 fi
9132 ;;
9133 esac
9134
9135 if test "$ld_shlibs" = no; then
9136 runpath_var=
9137 hardcode_libdir_flag_spec=
9138 export_dynamic_flag_spec=
9139 whole_archive_flag_spec=
9140 fi
9141 else
9142 # PORTME fill in a description of your system's linker (not GNU ld)
9143 case $host_os in
9144 aix3*)
9145 allow_undefined_flag=unsupported
9146 always_export_symbols=yes
9147 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'
9148 # Note: this linker hardcodes the directories in LIBPATH if there
9149 # are no directories specified by -L.
9150 hardcode_minus_L=yes
9151 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9152 # Neither direct hardcoding nor static linking is supported with a
9153 # broken collect2.
9154 hardcode_direct=unsupported
9155 fi
9156 ;;
9157
50e7d84b 9158 aix[4-9]*)
d7040cdb
SE
9159 if test "$host_cpu" = ia64; then
9160 # On IA64, the linker does run time linking by default, so we don't
9161 # have to do anything special.
9162 aix_use_runtimelinking=no
9163 exp_sym_flag='-Bexport'
9164 no_entry_flag=""
9165 else
9166 # If we're using GNU nm, then we don't want the "-C" option.
9167 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9168 # Also, AIX nm treats weak defined symbols like other global
9169 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9170 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9171 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
d7040cdb
SE
9172 else
9173 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9174 fi
9175 aix_use_runtimelinking=no
9176
9177 # Test if we are trying to use run time linking or normal
9178 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9179 # need to do runtime linking.
50e7d84b 9180 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9181 for ld_flag in $LDFLAGS; do
9182 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9183 aix_use_runtimelinking=yes
9184 break
9185 fi
9186 done
9187 ;;
9188 esac
9189
9190 exp_sym_flag='-bexport'
9191 no_entry_flag='-bnoentry'
9192 fi
9193
9194 # When large executables or shared objects are built, AIX ld can
9195 # have problems creating the table of contents. If linking a library
9196 # or program results in "error TOC overflow" add -mminimal-toc to
9197 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9198 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9199
9200 archive_cmds=''
9201 hardcode_direct=yes
9202 hardcode_direct_absolute=yes
9203 hardcode_libdir_separator=':'
9204 link_all_deplibs=yes
9205 file_list_spec='${wl}-f,'
9206
9207 if test "$GCC" = yes; then
9208 case $host_os in aix4.[012]|aix4.[012].*)
9209 # We only want to do this on AIX 4.2 and lower, the check
9210 # below for broken collect2 doesn't work under 4.3+
9211 collect2name=`${CC} -print-prog-name=collect2`
9212 if test -f "$collect2name" &&
9213 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9214 then
9215 # We have reworked collect2
9216 :
9217 else
9218 # We have old collect2
9219 hardcode_direct=unsupported
9220 # It fails to find uninstalled libraries when the uninstalled
9221 # path is not listed in the libpath. Setting hardcode_minus_L
9222 # to unsupported forces relinking
9223 hardcode_minus_L=yes
9224 hardcode_libdir_flag_spec='-L$libdir'
9225 hardcode_libdir_separator=
9226 fi
9227 ;;
9228 esac
9229 shared_flag='-shared'
9230 if test "$aix_use_runtimelinking" = yes; then
9231 shared_flag="$shared_flag "'${wl}-G'
9232 fi
9233 else
9234 # not using gcc
9235 if test "$host_cpu" = ia64; then
9236 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9237 # chokes on -Wl,-G. The following line is correct:
9238 shared_flag='-G'
9239 else
9240 if test "$aix_use_runtimelinking" = yes; then
9241 shared_flag='${wl}-G'
9242 else
9243 shared_flag='${wl}-bM:SRE'
9244 fi
9245 fi
9246 fi
9247
718a6fd8 9248 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9249 # It seems that -bexpall does not export symbols beginning with
9250 # underscore (_), so it is better to generate a list of symbols to export.
9251 always_export_symbols=yes
9252 if test "$aix_use_runtimelinking" = yes; then
9253 # Warning - without using the other runtime loading flags (-brtl),
9254 # -berok will link without error, but may produce a broken library.
9255 allow_undefined_flag='-berok'
9256 # Determine the default libpath from the value encoded in an
9257 # empty executable.
81ecdfbb 9258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9259/* end confdefs.h. */
d7040cdb
SE
9260
9261int
9262main ()
9263{
9264
9265 ;
9266 return 0;
9267}
42ecbf5e 9268_ACEOF
81ecdfbb 9269if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9270
9271lt_aix_libpath_sed='
9272 /Import File Strings/,/^$/ {
9273 /^0/ {
9274 s/^0 *\(.*\)$/\1/
9275 p
9276 }
9277 }'
9278aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9279# Check for a 64-bit object if we didn't find anything.
9280if test -z "$aix_libpath"; then
9281 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
252b5132 9282fi
252b5132 9283fi
81ecdfbb
RW
9284rm -f core conftest.err conftest.$ac_objext \
9285 conftest$ac_exeext conftest.$ac_ext
d7040cdb 9286if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9287
d7040cdb 9288 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9289 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
9290 else
9291 if test "$host_cpu" = ia64; then
9292 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9293 allow_undefined_flag="-z nodefs"
9294 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"
9295 else
9296 # Determine the default libpath from the value encoded in an
9297 # empty executable.
81ecdfbb 9298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9299/* end confdefs.h. */
d7040cdb
SE
9300
9301int
9302main ()
9303{
9304
9305 ;
9306 return 0;
9307}
42ecbf5e 9308_ACEOF
81ecdfbb 9309if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9310
9311lt_aix_libpath_sed='
9312 /Import File Strings/,/^$/ {
9313 /^0/ {
9314 s/^0 *\(.*\)$/\1/
9315 p
9316 }
9317 }'
9318aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9319# Check for a 64-bit object if we didn't find anything.
9320if test -z "$aix_libpath"; then
9321 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
20e95c23 9322fi
252b5132 9323fi
81ecdfbb
RW
9324rm -f core conftest.err conftest.$ac_objext \
9325 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9326if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9327
9328 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9329 # Warning - without using the other run time loading flags,
9330 # -berok will link without error, but may produce a broken library.
9331 no_undefined_flag=' ${wl}-bernotok'
9332 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9333 if test "$with_gnu_ld" = yes; then
9334 # We only use this code for GNU lds that support --whole-archive.
9335 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9336 else
9337 # Exported symbols can be pulled into shared objects from archives
9338 whole_archive_flag_spec='$convenience'
9339 fi
d7040cdb
SE
9340 archive_cmds_need_lc=yes
9341 # This is similar to how AIX traditionally builds its shared libraries.
9342 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'
9343 fi
9344 fi
9345 ;;
42ecbf5e 9346
d7040cdb 9347 amigaos*)
718a6fd8
SE
9348 case $host_cpu in
9349 powerpc)
9350 # see comment about AmigaOS4 .so support
9351 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9352 archive_expsym_cmds=''
9353 ;;
9354 m68k)
9355 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)'
9356 hardcode_libdir_flag_spec='-L$libdir'
9357 hardcode_minus_L=yes
9358 ;;
9359 esac
d7040cdb 9360 ;;
252b5132 9361
d7040cdb
SE
9362 bsdi[45]*)
9363 export_dynamic_flag_spec=-rdynamic
9364 ;;
252b5132 9365
718a6fd8 9366 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9367 # When not using gcc, we currently assume that we are using
9368 # Microsoft Visual C++.
9369 # hardcode_libdir_flag_spec is actually meaningless, as there is
9370 # no search path for DLLs.
9371 hardcode_libdir_flag_spec=' '
9372 allow_undefined_flag=unsupported
9373 # Tell ltmain to make .lib files, not .a files.
9374 libext=lib
9375 # Tell ltmain to make .dll files, not .so files.
9376 shrext_cmds=".dll"
9377 # FIXME: Setting linknames here is a bad hack.
3725885a 9378 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7040cdb
SE
9379 # The linker will automatically build a .lib file if we build a DLL.
9380 old_archive_from_new_cmds='true'
9381 # FIXME: Should let the user specify the lib program.
9382 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9383 fix_srcfile_path='`cygpath -w "$srcfile"`'
9384 enable_shared_with_static_runtimes=yes
9385 ;;
252b5132 9386
d7040cdb 9387 darwin* | rhapsody*)
c46f8c51 9388
718a6fd8
SE
9389
9390 archive_cmds_need_lc=no
9391 hardcode_direct=no
9392 hardcode_automatic=yes
9393 hardcode_shlibpath_var=unsupported
3725885a
RW
9394 if test "$lt_cv_ld_force_load" = "yes"; then
9395 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\"`'
9396 else
9397 whole_archive_flag_spec=''
9398 fi
718a6fd8
SE
9399 link_all_deplibs=yes
9400 allow_undefined_flag="$_lt_dar_allow_undefined"
9401 case $cc_basename in
9402 ifort*) _lt_dar_can_shared=yes ;;
9403 *) _lt_dar_can_shared=$GCC ;;
9404 esac
9405 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9406 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9407 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9408 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9409 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}"
9410 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}"
9411
9412 else
9413 ld_shlibs=no
9414 fi
9415
d7040cdb 9416 ;;
42ecbf5e 9417
d7040cdb
SE
9418 dgux*)
9419 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9420 hardcode_libdir_flag_spec='-L$libdir'
9421 hardcode_shlibpath_var=no
9422 ;;
252b5132 9423
d7040cdb
SE
9424 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9425 # support. Future versions do this automatically, but an explicit c++rt0.o
9426 # does not break anything, and helps significantly (at the cost of a little
9427 # extra space).
9428 freebsd2.2*)
9429 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9430 hardcode_libdir_flag_spec='-R$libdir'
9431 hardcode_direct=yes
9432 hardcode_shlibpath_var=no
9433 ;;
252b5132 9434
d7040cdb
SE
9435 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9436 freebsd2*)
9437 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9438 hardcode_direct=yes
9439 hardcode_minus_L=yes
9440 hardcode_shlibpath_var=no
9441 ;;
42ecbf5e 9442
d7040cdb
SE
9443 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9444 freebsd* | dragonfly*)
9445 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9446 hardcode_libdir_flag_spec='-R$libdir'
9447 hardcode_direct=yes
9448 hardcode_shlibpath_var=no
9449 ;;
252b5132 9450
d7040cdb
SE
9451 hpux9*)
9452 if test "$GCC" = yes; then
9453 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'
9454 else
9455 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'
9456 fi
9457 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9458 hardcode_libdir_separator=:
9459 hardcode_direct=yes
9460
9461 # hardcode_minus_L: Not really in the search PATH,
9462 # but as the default location of the library.
9463 hardcode_minus_L=yes
9464 export_dynamic_flag_spec='${wl}-E'
9465 ;;
20e95c23 9466
d7040cdb 9467 hpux10*)
3725885a 9468 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9469 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9470 else
9471 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9472 fi
9473 if test "$with_gnu_ld" = no; then
9474 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9475 hardcode_libdir_flag_spec_ld='+b $libdir'
9476 hardcode_libdir_separator=:
9477 hardcode_direct=yes
9478 hardcode_direct_absolute=yes
9479 export_dynamic_flag_spec='${wl}-E'
9480 # hardcode_minus_L: Not really in the search PATH,
9481 # but as the default location of the library.
9482 hardcode_minus_L=yes
9483 fi
9484 ;;
20e95c23 9485
d7040cdb 9486 hpux11*)
3725885a 9487 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9488 case $host_cpu in
9489 hppa*64*)
9490 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9491 ;;
9492 ia64*)
718a6fd8 9493 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9494 ;;
9495 *)
9496 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9497 ;;
9498 esac
9499 else
9500 case $host_cpu in
9501 hppa*64*)
9502 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9503 ;;
9504 ia64*)
9505 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9506 ;;
9507 *)
3725885a
RW
9508
9509 # Older versions of the 11.00 compiler do not understand -b yet
9510 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9512$as_echo_n "checking if $CC understands -b... " >&6; }
9513if test "${lt_cv_prog_compiler__b+set}" = set; then :
9514 $as_echo_n "(cached) " >&6
9515else
9516 lt_cv_prog_compiler__b=no
9517 save_LDFLAGS="$LDFLAGS"
9518 LDFLAGS="$LDFLAGS -b"
9519 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9520 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9521 # The linker can only warn and ignore the option if not recognized
9522 # So say no if there are warnings
9523 if test -s conftest.err; then
9524 # Append any errors to the config.log.
9525 cat conftest.err 1>&5
9526 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9527 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9528 if diff conftest.exp conftest.er2 >/dev/null; then
9529 lt_cv_prog_compiler__b=yes
9530 fi
9531 else
9532 lt_cv_prog_compiler__b=yes
9533 fi
9534 fi
9535 $RM -r conftest*
9536 LDFLAGS="$save_LDFLAGS"
9537
9538fi
9539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9540$as_echo "$lt_cv_prog_compiler__b" >&6; }
9541
9542if test x"$lt_cv_prog_compiler__b" = xyes; then
9543 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9544else
9545 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9546fi
9547
d7040cdb
SE
9548 ;;
9549 esac
9550 fi
9551 if test "$with_gnu_ld" = no; then
9552 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9553 hardcode_libdir_separator=:
9554
9555 case $host_cpu in
9556 hppa*64*|ia64*)
9557 hardcode_direct=no
9558 hardcode_shlibpath_var=no
9559 ;;
9560 *)
9561 hardcode_direct=yes
9562 hardcode_direct_absolute=yes
9563 export_dynamic_flag_spec='${wl}-E'
9564
9565 # hardcode_minus_L: Not really in the search PATH,
9566 # but as the default location of the library.
9567 hardcode_minus_L=yes
9568 ;;
9569 esac
9570 fi
9571 ;;
9572
9573 irix5* | irix6* | nonstopux*)
9574 if test "$GCC" = yes; then
3725885a 9575 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
9576 # Try to use the -exported_symbol ld option, if it does not
9577 # work, assume that -exports_file does not work either and
9578 # implicitly export all symbols.
9579 save_LDFLAGS="$LDFLAGS"
9580 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9582/* end confdefs.h. */
d7040cdb 9583int foo(void) {}
42ecbf5e 9584_ACEOF
81ecdfbb 9585if ac_fn_c_try_link "$LINENO"; then :
3725885a 9586 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'
d7040cdb 9587
42ecbf5e 9588fi
81ecdfbb
RW
9589rm -f core conftest.err conftest.$ac_objext \
9590 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9591 LDFLAGS="$save_LDFLAGS"
9592 else
3725885a
RW
9593 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'
9594 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
9595 fi
9596 archive_cmds_need_lc='no'
9597 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9598 hardcode_libdir_separator=:
9599 inherit_rpath=yes
9600 link_all_deplibs=yes
9601 ;;
42ecbf5e 9602
d7040cdb
SE
9603 netbsd*)
9604 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9605 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9606 else
9607 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9608 fi
9609 hardcode_libdir_flag_spec='-R$libdir'
9610 hardcode_direct=yes
9611 hardcode_shlibpath_var=no
9612 ;;
42ecbf5e 9613
d7040cdb
SE
9614 newsos6)
9615 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9616 hardcode_direct=yes
9617 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9618 hardcode_libdir_separator=:
9619 hardcode_shlibpath_var=no
9620 ;;
42ecbf5e 9621
d7040cdb
SE
9622 *nto* | *qnx*)
9623 ;;
252b5132 9624
d7040cdb 9625 openbsd*)
718a6fd8
SE
9626 if test -f /usr/libexec/ld.so; then
9627 hardcode_direct=yes
9628 hardcode_shlibpath_var=no
9629 hardcode_direct_absolute=yes
9630 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9631 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9632 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9633 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9634 export_dynamic_flag_spec='${wl}-E'
9635 else
9636 case $host_os in
9637 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9638 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9639 hardcode_libdir_flag_spec='-R$libdir'
9640 ;;
9641 *)
9642 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9643 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9644 ;;
9645 esac
9646 fi
9647 else
9648 ld_shlibs=no
d7040cdb
SE
9649 fi
9650 ;;
252b5132 9651
d7040cdb
SE
9652 os2*)
9653 hardcode_libdir_flag_spec='-L$libdir'
9654 hardcode_minus_L=yes
9655 allow_undefined_flag=unsupported
3725885a 9656 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
9657 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9658 ;;
2481e6a2 9659
d7040cdb
SE
9660 osf3*)
9661 if test "$GCC" = yes; then
9662 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9663 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
9664 else
9665 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9666 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
9667 fi
9668 archive_cmds_need_lc='no'
9669 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9670 hardcode_libdir_separator=:
9671 ;;
42ecbf5e 9672
d7040cdb
SE
9673 osf4* | osf5*) # as osf3* with the addition of -msym flag
9674 if test "$GCC" = yes; then
9675 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9676 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
9677 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9678 else
9679 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9680 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 9681 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 9682 $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 9683
d7040cdb
SE
9684 # Both c and cxx compiler support -rpath directly
9685 hardcode_libdir_flag_spec='-rpath $libdir'
9686 fi
9687 archive_cmds_need_lc='no'
9688 hardcode_libdir_separator=:
9689 ;;
9690
9691 solaris*)
9692 no_undefined_flag=' -z defs'
9693 if test "$GCC" = yes; then
9694 wlarc='${wl}'
9695 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9696 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9697 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9698 else
9699 case `$CC -V 2>&1` in
9700 *"Compilers 5.0"*)
9701 wlarc=''
9702 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9703 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9704 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9705 ;;
9706 *)
9707 wlarc='${wl}'
9708 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9709 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9710 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9711 ;;
9712 esac
9713 fi
9714 hardcode_libdir_flag_spec='-R$libdir'
9715 hardcode_shlibpath_var=no
9716 case $host_os in
9717 solaris2.[0-5] | solaris2.[0-5].*) ;;
9718 *)
9719 # The compiler driver will combine and reorder linker options,
9720 # but understands `-z linker_flag'. GCC discards it without `$wl',
9721 # but is careful enough not to reorder.
9722 # Supported since Solaris 2.6 (maybe 2.5.1?)
9723 if test "$GCC" = yes; then
9724 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9725 else
9726 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9727 fi
9728 ;;
9729 esac
9730 link_all_deplibs=yes
9731 ;;
9732
9733 sunos4*)
9734 if test "x$host_vendor" = xsequent; then
9735 # Use $CC to link under sequent, because it throws in some extra .o
9736 # files that make .init and .fini sections work.
9737 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9738 else
9739 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9740 fi
9741 hardcode_libdir_flag_spec='-L$libdir'
9742 hardcode_direct=yes
9743 hardcode_minus_L=yes
9744 hardcode_shlibpath_var=no
9745 ;;
9746
9747 sysv4)
9748 case $host_vendor in
9749 sni)
9750 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9751 hardcode_direct=yes # is this really true???
9752 ;;
9753 siemens)
9754 ## LD is ld it makes a PLAMLIB
9755 ## CC just makes a GrossModule.
9756 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9757 reload_cmds='$CC -r -o $output$reload_objs'
9758 hardcode_direct=no
9759 ;;
9760 motorola)
9761 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9762 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9763 ;;
9764 esac
9765 runpath_var='LD_RUN_PATH'
9766 hardcode_shlibpath_var=no
9767 ;;
9768
9769 sysv4.3*)
9770 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9771 hardcode_shlibpath_var=no
9772 export_dynamic_flag_spec='-Bexport'
9773 ;;
9774
9775 sysv4*MP*)
9776 if test -d /usr/nec; then
9777 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9778 hardcode_shlibpath_var=no
9779 runpath_var=LD_RUN_PATH
9780 hardcode_runpath_var=yes
9781 ld_shlibs=yes
9782 fi
9783 ;;
9784
9785 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9786 no_undefined_flag='${wl}-z,text'
9787 archive_cmds_need_lc=no
9788 hardcode_shlibpath_var=no
9789 runpath_var='LD_RUN_PATH'
9790
9791 if test "$GCC" = yes; then
9792 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9793 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9794 else
9795 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9796 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9797 fi
9798 ;;
9799
9800 sysv5* | sco3.2v5* | sco5v6*)
9801 # Note: We can NOT use -z defs as we might desire, because we do not
9802 # link with -lc, and that would cause any symbols used from libc to
9803 # always be unresolved, which means just about no library would
9804 # ever link correctly. If we're not using GNU ld we use -z text
9805 # though, which does catch some bad symbols but isn't as heavy-handed
9806 # as -z defs.
9807 no_undefined_flag='${wl}-z,text'
9808 allow_undefined_flag='${wl}-z,nodefs'
9809 archive_cmds_need_lc=no
9810 hardcode_shlibpath_var=no
9811 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9812 hardcode_libdir_separator=':'
9813 link_all_deplibs=yes
9814 export_dynamic_flag_spec='${wl}-Bexport'
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 uts4*)
9827 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9828 hardcode_libdir_flag_spec='-L$libdir'
9829 hardcode_shlibpath_var=no
9830 ;;
9831
9832 *)
9833 ld_shlibs=no
9834 ;;
9835 esac
9836
9837 if test x$host_vendor = xsni; then
9838 case $host in
9839 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9840 export_dynamic_flag_spec='${wl}-Blargedynsym'
9841 ;;
9842 esac
9843 fi
9844 fi
9845
81ecdfbb
RW
9846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9847$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9848test "$ld_shlibs" = no && can_build_shared=no
9849
9850with_gnu_ld=$with_gnu_ld
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866#
9867# Do we need to explicitly link libc?
9868#
9869case "x$archive_cmds_need_lc" in
9870x|xyes)
9871 # Assume -lc should be added
9872 archive_cmds_need_lc=yes
9873
9874 if test "$enable_shared" = yes && test "$GCC" = yes; then
9875 case $archive_cmds in
9876 *'~'*)
9877 # FIXME: we may have to deal with multi-command sequences.
9878 ;;
9879 '$CC '*)
9880 # Test whether the compiler implicitly links with -lc since on some
9881 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9882 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9884$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9885if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9886 $as_echo_n "(cached) " >&6
39144654
RW
9887else
9888 $RM conftest*
9889 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9890
81ecdfbb 9891 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 9892 (eval $ac_compile) 2>&5
20e95c23 9893 ac_status=$?
81ecdfbb
RW
9894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9895 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9896 soname=conftest
9897 lib=conftest
9898 libobjs=conftest.$ac_objext
9899 deplibs=
9900 wl=$lt_prog_compiler_wl
9901 pic_flag=$lt_prog_compiler_pic
9902 compiler_flags=-v
9903 linker_flags=-v
9904 verstring=
9905 output_objdir=.
9906 libname=conftest
9907 lt_save_allow_undefined_flag=$allow_undefined_flag
9908 allow_undefined_flag=
81ecdfbb 9909 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 9910 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 9911 ac_status=$?
81ecdfbb
RW
9912 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9913 test $ac_status = 0; }
39144654
RW
9914 then
9915 lt_cv_archive_cmds_need_lc=no
9916 else
9917 lt_cv_archive_cmds_need_lc=yes
9918 fi
9919 allow_undefined_flag=$lt_save_allow_undefined_flag
9920 else
9921 cat conftest.err 1>&5
9922 fi
9923 $RM conftest*
9924
9925fi
81ecdfbb
RW
9926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9927$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9928 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9929 ;;
9930 esac
9931 fi
9932 ;;
9933esac
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
81ecdfbb
RW
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10092$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10093
10094if test "$GCC" = yes; then
d7040cdb
SE
10095 case $host_os in
10096 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10097 *) lt_awk_arg="/^libraries:/" ;;
10098 esac
3725885a
RW
10099 case $host_os in
10100 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10101 *) lt_sed_strip_eq="s,=/,/,g" ;;
10102 esac
10103 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10104 case $lt_search_path_spec in
10105 *\;*)
d7040cdb
SE
10106 # if the path contains ";" then we assume it to be the separator
10107 # otherwise default to the standard path separator (i.e. ":") - it is
10108 # assumed that no part of a normal pathname contains ";" but that should
10109 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10110 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10111 ;;
10112 *)
10113 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10114 ;;
10115 esac
d7040cdb
SE
10116 # Ok, now we have the path, separated by spaces, we can step through it
10117 # and add multilib dir if necessary.
10118 lt_tmp_lt_search_path_spec=
10119 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10120 for lt_sys_path in $lt_search_path_spec; do
10121 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10122 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10123 else
10124 test -d "$lt_sys_path" && \
10125 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10126 fi
10127 done
3725885a 10128 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10129BEGIN {RS=" "; FS="/|\n";} {
10130 lt_foo="";
10131 lt_count=0;
10132 for (lt_i = NF; lt_i > 0; lt_i--) {
10133 if ($lt_i != "" && $lt_i != ".") {
10134 if ($lt_i == "..") {
10135 lt_count++;
10136 } else {
10137 if (lt_count == 0) {
10138 lt_foo="/" $lt_i lt_foo;
10139 } else {
10140 lt_count--;
10141 }
10142 }
10143 }
10144 }
10145 if (lt_foo != "") { lt_freq[lt_foo]++; }
10146 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10147}'`
3725885a
RW
10148 # AWK program above erroneously prepends '/' to C:/dos/paths
10149 # for these hosts.
10150 case $host_os in
10151 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10152 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10153 esac
10154 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10155else
10156 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10157fi
10158library_names_spec=
10159libname_spec='lib$name'
10160soname_spec=
10161shrext_cmds=".so"
10162postinstall_cmds=
10163postuninstall_cmds=
10164finish_cmds=
10165finish_eval=
10166shlibpath_var=
10167shlibpath_overrides_runpath=unknown
10168version_type=none
10169dynamic_linker="$host_os ld.so"
10170sys_lib_dlsearch_path_spec="/lib /usr/lib"
10171need_lib_prefix=unknown
10172hardcode_into_libs=no
10173
10174# when you set need_version to no, make sure it does not cause -set_version
10175# flags to be left without arguments
10176need_version=unknown
10177
10178case $host_os in
10179aix3*)
10180 version_type=linux
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10182 shlibpath_var=LIBPATH
10183
10184 # AIX 3 has no versioning support, so we append a major version to the name.
10185 soname_spec='${libname}${release}${shared_ext}$major'
10186 ;;
10187
50e7d84b 10188aix[4-9]*)
d7040cdb
SE
10189 version_type=linux
10190 need_lib_prefix=no
10191 need_version=no
10192 hardcode_into_libs=yes
10193 if test "$host_cpu" = ia64; then
10194 # AIX 5 supports IA64
10195 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10196 shlibpath_var=LD_LIBRARY_PATH
10197 else
10198 # With GCC up to 2.95.x, collect2 would create an import file
10199 # for dependence libraries. The import file would start with
10200 # the line `#! .'. This would cause the generated library to
10201 # depend on `.', always an invalid library. This was fixed in
10202 # development snapshots of GCC prior to 3.0.
10203 case $host_os in
10204 aix4 | aix4.[01] | aix4.[01].*)
10205 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10206 echo ' yes '
10207 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10208 :
10209 else
10210 can_build_shared=no
10211 fi
10212 ;;
10213 esac
10214 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10215 # soname into executable. Probably we can add versioning support to
10216 # collect2, so additional links can be useful in future.
10217 if test "$aix_use_runtimelinking" = yes; then
10218 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10219 # instead of lib<name>.a to let people know that these are not
10220 # typical AIX shared libraries.
10221 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10222 else
10223 # We preserve .a as extension for shared libraries through AIX4.2
10224 # and later when we are not doing run time linking.
10225 library_names_spec='${libname}${release}.a $libname.a'
10226 soname_spec='${libname}${release}${shared_ext}$major'
10227 fi
10228 shlibpath_var=LIBPATH
10229 fi
10230 ;;
10231
10232amigaos*)
718a6fd8
SE
10233 case $host_cpu in
10234 powerpc)
10235 # Since July 2007 AmigaOS4 officially supports .so libraries.
10236 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10238 ;;
10239 m68k)
d7040cdb
SE
10240 library_names_spec='$libname.ixlibrary $libname.a'
10241 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10242 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
10243 ;;
10244 esac
d7040cdb
SE
10245 ;;
10246
10247beos*)
10248 library_names_spec='${libname}${shared_ext}'
10249 dynamic_linker="$host_os ld.so"
10250 shlibpath_var=LIBRARY_PATH
10251 ;;
10252
10253bsdi[45]*)
10254 version_type=linux
10255 need_version=no
10256 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10257 soname_spec='${libname}${release}${shared_ext}$major'
10258 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10259 shlibpath_var=LD_LIBRARY_PATH
10260 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10261 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10262 # the default ld.so.conf also contains /usr/contrib/lib and
10263 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10264 # libtool to hard-code these into programs
10265 ;;
10266
718a6fd8 10267cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10268 version_type=windows
10269 shrext_cmds=".dll"
10270 need_version=no
10271 need_lib_prefix=no
10272
718a6fd8
SE
10273 case $GCC,$host_os in
10274 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10275 library_names_spec='$libname.dll.a'
10276 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10277 postinstall_cmds='base_file=`basename \${file}`~
10278 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10279 dldir=$destdir/`dirname \$dlpath`~
10280 test -d \$dldir || mkdir -p \$dldir~
10281 $install_prog $dir/$dlname \$dldir/$dlname~
10282 chmod a+x \$dldir/$dlname~
10283 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10284 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10285 fi'
10286 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10287 dlpath=$dir/\$dldll~
10288 $RM \$dlpath'
10289 shlibpath_overrides_runpath=yes
10290
10291 case $host_os in
10292 cygwin*)
10293 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10294 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10295
10296 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10297 ;;
718a6fd8 10298 mingw* | cegcc*)
d7040cdb
SE
10299 # MinGW DLLs use traditional 'lib' prefix
10300 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10301 ;;
10302 pw32*)
10303 # pw32 DLLs use 'pw' prefix rather than 'lib'
10304 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10305 ;;
10306 esac
10307 ;;
10308
10309 *)
10310 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10311 ;;
10312 esac
10313 dynamic_linker='Win32 ld.exe'
10314 # FIXME: first we should search . and the directory the executable is in
10315 shlibpath_var=PATH
10316 ;;
10317
10318darwin* | rhapsody*)
10319 dynamic_linker="$host_os dyld"
10320 version_type=darwin
10321 need_lib_prefix=no
10322 need_version=no
10323 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10324 soname_spec='${libname}${release}${major}$shared_ext'
10325 shlibpath_overrides_runpath=yes
10326 shlibpath_var=DYLD_LIBRARY_PATH
10327 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10328
10329 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10330 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10331 ;;
10332
10333dgux*)
10334 version_type=linux
10335 need_lib_prefix=no
10336 need_version=no
10337 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10338 soname_spec='${libname}${release}${shared_ext}$major'
10339 shlibpath_var=LD_LIBRARY_PATH
10340 ;;
10341
d7040cdb
SE
10342freebsd* | dragonfly*)
10343 # DragonFly does not have aout. When/if they implement a new
10344 # versioning mechanism, adjust this.
10345 if test -x /usr/bin/objformat; then
10346 objformat=`/usr/bin/objformat`
10347 else
10348 case $host_os in
10349 freebsd[123]*) objformat=aout ;;
10350 *) objformat=elf ;;
10351 esac
10352 fi
10353 version_type=freebsd-$objformat
10354 case $version_type in
10355 freebsd-elf*)
10356 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10357 need_version=no
10358 need_lib_prefix=no
10359 ;;
10360 freebsd-*)
10361 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10362 need_version=yes
10363 ;;
10364 esac
10365 shlibpath_var=LD_LIBRARY_PATH
10366 case $host_os in
10367 freebsd2*)
10368 shlibpath_overrides_runpath=yes
10369 ;;
10370 freebsd3.[01]* | freebsdelf3.[01]*)
10371 shlibpath_overrides_runpath=yes
10372 hardcode_into_libs=yes
10373 ;;
10374 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10375 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10376 shlibpath_overrides_runpath=no
10377 hardcode_into_libs=yes
10378 ;;
10379 *) # from 4.6 on, and DragonFly
10380 shlibpath_overrides_runpath=yes
10381 hardcode_into_libs=yes
10382 ;;
10383 esac
10384 ;;
10385
10386gnu*)
10387 version_type=linux
10388 need_lib_prefix=no
10389 need_version=no
10390 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10391 soname_spec='${libname}${release}${shared_ext}$major'
10392 shlibpath_var=LD_LIBRARY_PATH
10393 hardcode_into_libs=yes
10394 ;;
10395
3725885a
RW
10396haiku*)
10397 version_type=linux
10398 need_lib_prefix=no
10399 need_version=no
10400 dynamic_linker="$host_os runtime_loader"
10401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10402 soname_spec='${libname}${release}${shared_ext}$major'
10403 shlibpath_var=LIBRARY_PATH
10404 shlibpath_overrides_runpath=yes
10405 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10406 hardcode_into_libs=yes
10407 ;;
10408
d7040cdb
SE
10409hpux9* | hpux10* | hpux11*)
10410 # Give a soname corresponding to the major version so that dld.sl refuses to
10411 # link against other versions.
10412 version_type=sunos
10413 need_lib_prefix=no
10414 need_version=no
10415 case $host_cpu in
10416 ia64*)
10417 shrext_cmds='.so'
10418 hardcode_into_libs=yes
10419 dynamic_linker="$host_os dld.so"
10420 shlibpath_var=LD_LIBRARY_PATH
10421 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10422 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10423 soname_spec='${libname}${release}${shared_ext}$major'
10424 if test "X$HPUX_IA64_MODE" = X32; then
10425 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10426 else
10427 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10428 fi
10429 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10430 ;;
10431 hppa*64*)
10432 shrext_cmds='.sl'
10433 hardcode_into_libs=yes
10434 dynamic_linker="$host_os dld.sl"
10435 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10436 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10438 soname_spec='${libname}${release}${shared_ext}$major'
10439 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10440 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10441 ;;
10442 *)
10443 shrext_cmds='.sl'
10444 dynamic_linker="$host_os dld.sl"
10445 shlibpath_var=SHLIB_PATH
10446 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10447 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10448 soname_spec='${libname}${release}${shared_ext}$major'
10449 ;;
10450 esac
3725885a 10451 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10452 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10453 # or fails outright, so override atomically:
10454 install_override_mode=555
d7040cdb
SE
10455 ;;
10456
10457interix[3-9]*)
10458 version_type=linux
10459 need_lib_prefix=no
10460 need_version=no
10461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10462 soname_spec='${libname}${release}${shared_ext}$major'
10463 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10464 shlibpath_var=LD_LIBRARY_PATH
10465 shlibpath_overrides_runpath=no
10466 hardcode_into_libs=yes
10467 ;;
10468
10469irix5* | irix6* | nonstopux*)
10470 case $host_os in
10471 nonstopux*) version_type=nonstopux ;;
10472 *)
10473 if test "$lt_cv_prog_gnu_ld" = yes; then
10474 version_type=linux
10475 else
10476 version_type=irix
10477 fi ;;
10478 esac
10479 need_lib_prefix=no
10480 need_version=no
10481 soname_spec='${libname}${release}${shared_ext}$major'
10482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10483 case $host_os in
10484 irix5* | nonstopux*)
10485 libsuff= shlibsuff=
10486 ;;
10487 *)
10488 case $LD in # libtool.m4 will add one of these switches to LD
10489 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10490 libsuff= shlibsuff= libmagic=32-bit;;
10491 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10492 libsuff=32 shlibsuff=N32 libmagic=N32;;
10493 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10494 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10495 *) libsuff= shlibsuff= libmagic=never-match;;
10496 esac
10497 ;;
10498 esac
10499 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10500 shlibpath_overrides_runpath=no
10501 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10502 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10503 hardcode_into_libs=yes
10504 ;;
10505
10506# No shared lib support for Linux oldld, aout, or coff.
10507linux*oldld* | linux*aout* | linux*coff*)
10508 dynamic_linker=no
10509 ;;
10510
10511# This must be Linux ELF.
58e24671 10512linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10513 version_type=linux
10514 need_lib_prefix=no
10515 need_version=no
10516 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10517 soname_spec='${libname}${release}${shared_ext}$major'
10518 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10519 shlibpath_var=LD_LIBRARY_PATH
10520 shlibpath_overrides_runpath=no
39144654 10521
d7040cdb 10522 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10523 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10524 $as_echo_n "(cached) " >&6
39144654
RW
10525else
10526 lt_cv_shlibpath_overrides_runpath=no
10527 save_LDFLAGS=$LDFLAGS
10528 save_libdir=$libdir
10529 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10530 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10532/* end confdefs.h. */
10533
10534int
10535main ()
10536{
10537
10538 ;
10539 return 0;
10540}
10541_ACEOF
81ecdfbb
RW
10542if ac_fn_c_try_link "$LINENO"; then :
10543 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10544 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10545fi
d7040cdb 10546fi
81ecdfbb
RW
10547rm -f core conftest.err conftest.$ac_objext \
10548 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10549 LDFLAGS=$save_LDFLAGS
10550 libdir=$save_libdir
10551
10552fi
10553
10554 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10555
10556 # This implies no fast_install, which is unacceptable.
10557 # Some rework will be needed to allow for fast_install
10558 # before this can be enabled.
10559 hardcode_into_libs=yes
10560
10561 # Append ld.so.conf contents to the search path
10562 if test -f /etc/ld.so.conf; then
3725885a 10563 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' ' '`
d7040cdb
SE
10564 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10565 fi
10566
10567 # We used to test for /lib/ld.so.1 and disable shared libraries on
10568 # powerpc, because MkLinux only supported shared libraries with the
10569 # GNU dynamic linker. Since this was broken with cross compilers,
10570 # most powerpc-linux boxes support dynamic linking these days and
10571 # people can always --disable-shared, the test was removed, and we
10572 # assume the GNU/Linux dynamic linker is in use.
10573 dynamic_linker='GNU/Linux ld.so'
10574 ;;
10575
10576netbsd*)
10577 version_type=sunos
10578 need_lib_prefix=no
10579 need_version=no
10580 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10582 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10583 dynamic_linker='NetBSD (a.out) ld.so'
10584 else
10585 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10586 soname_spec='${libname}${release}${shared_ext}$major'
10587 dynamic_linker='NetBSD ld.elf_so'
10588 fi
10589 shlibpath_var=LD_LIBRARY_PATH
10590 shlibpath_overrides_runpath=yes
10591 hardcode_into_libs=yes
10592 ;;
10593
10594newsos6)
10595 version_type=linux
10596 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10597 shlibpath_var=LD_LIBRARY_PATH
10598 shlibpath_overrides_runpath=yes
10599 ;;
10600
10601*nto* | *qnx*)
10602 version_type=qnx
10603 need_lib_prefix=no
10604 need_version=no
10605 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10606 soname_spec='${libname}${release}${shared_ext}$major'
10607 shlibpath_var=LD_LIBRARY_PATH
10608 shlibpath_overrides_runpath=no
10609 hardcode_into_libs=yes
10610 dynamic_linker='ldqnx.so'
10611 ;;
10612
10613openbsd*)
10614 version_type=sunos
10615 sys_lib_dlsearch_path_spec="/usr/lib"
10616 need_lib_prefix=no
10617 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10618 case $host_os in
10619 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10620 *) need_version=no ;;
10621 esac
10622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10623 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10624 shlibpath_var=LD_LIBRARY_PATH
10625 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10626 case $host_os in
10627 openbsd2.[89] | openbsd2.[89].*)
10628 shlibpath_overrides_runpath=no
10629 ;;
10630 *)
10631 shlibpath_overrides_runpath=yes
10632 ;;
10633 esac
10634 else
10635 shlibpath_overrides_runpath=yes
10636 fi
10637 ;;
10638
10639os2*)
10640 libname_spec='$name'
10641 shrext_cmds=".dll"
10642 need_lib_prefix=no
10643 library_names_spec='$libname${shared_ext} $libname.a'
10644 dynamic_linker='OS/2 ld.exe'
10645 shlibpath_var=LIBPATH
10646 ;;
10647
10648osf3* | osf4* | osf5*)
10649 version_type=osf
10650 need_lib_prefix=no
10651 need_version=no
10652 soname_spec='${libname}${release}${shared_ext}$major'
10653 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10654 shlibpath_var=LD_LIBRARY_PATH
10655 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10656 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10657 ;;
10658
10659rdos*)
10660 dynamic_linker=no
10661 ;;
10662
10663solaris*)
10664 version_type=linux
10665 need_lib_prefix=no
10666 need_version=no
10667 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10668 soname_spec='${libname}${release}${shared_ext}$major'
10669 shlibpath_var=LD_LIBRARY_PATH
10670 shlibpath_overrides_runpath=yes
10671 hardcode_into_libs=yes
10672 # ldd complains unless libraries are executable
10673 postinstall_cmds='chmod +x $lib'
10674 ;;
10675
10676sunos4*)
10677 version_type=sunos
10678 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10679 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10680 shlibpath_var=LD_LIBRARY_PATH
10681 shlibpath_overrides_runpath=yes
10682 if test "$with_gnu_ld" = yes; then
10683 need_lib_prefix=no
10684 fi
10685 need_version=yes
10686 ;;
10687
10688sysv4 | sysv4.3*)
10689 version_type=linux
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 case $host_vendor in
10694 sni)
10695 shlibpath_overrides_runpath=no
10696 need_lib_prefix=no
10697 runpath_var=LD_RUN_PATH
10698 ;;
10699 siemens)
10700 need_lib_prefix=no
10701 ;;
10702 motorola)
10703 need_lib_prefix=no
10704 need_version=no
10705 shlibpath_overrides_runpath=no
10706 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10707 ;;
10708 esac
10709 ;;
10710
10711sysv4*MP*)
10712 if test -d /usr/nec ;then
10713 version_type=linux
10714 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10715 soname_spec='$libname${shared_ext}.$major'
10716 shlibpath_var=LD_LIBRARY_PATH
10717 fi
10718 ;;
10719
10720sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10721 version_type=freebsd-elf
10722 need_lib_prefix=no
10723 need_version=no
10724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10725 soname_spec='${libname}${release}${shared_ext}$major'
10726 shlibpath_var=LD_LIBRARY_PATH
10727 shlibpath_overrides_runpath=yes
10728 hardcode_into_libs=yes
10729 if test "$with_gnu_ld" = yes; then
10730 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10731 else
10732 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10733 case $host_os in
10734 sco3.2v5*)
10735 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10736 ;;
10737 esac
10738 fi
10739 sys_lib_dlsearch_path_spec='/usr/lib'
10740 ;;
10741
10742tpf*)
10743 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10744 version_type=linux
10745 need_lib_prefix=no
10746 need_version=no
718a6fd8 10747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10748 shlibpath_var=LD_LIBRARY_PATH
10749 shlibpath_overrides_runpath=no
10750 hardcode_into_libs=yes
10751 ;;
10752
10753uts4*)
10754 version_type=linux
10755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10756 soname_spec='${libname}${release}${shared_ext}$major'
10757 shlibpath_var=LD_LIBRARY_PATH
10758 ;;
10759
10760*)
10761 dynamic_linker=no
10762 ;;
10763esac
81ecdfbb
RW
10764{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10765$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10766test "$dynamic_linker" = no && can_build_shared=no
10767
10768variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10769if test "$GCC" = yes; then
10770 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10771fi
10772
718a6fd8
SE
10773if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10774 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10775fi
10776if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10777 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10778fi
10779
d7040cdb
SE
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
3725885a
RW
10860
10861
10862
10863
10864
d7040cdb
SE
10865
10866
10867
10868
10869
10870
81ecdfbb
RW
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10872$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10873hardcode_action=
10874if test -n "$hardcode_libdir_flag_spec" ||
10875 test -n "$runpath_var" ||
10876 test "X$hardcode_automatic" = "Xyes" ; then
10877
10878 # We can hardcode non-existent directories.
10879 if test "$hardcode_direct" != no &&
10880 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10881 # have to relink, otherwise we might link with an installed library
10882 # when we should be linking with a yet-to-be-installed one
10883 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10884 test "$hardcode_minus_L" != no; then
10885 # Linking always hardcodes the temporary library directory.
10886 hardcode_action=relink
10887 else
10888 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10889 hardcode_action=immediate
10890 fi
10891else
10892 # We cannot hardcode anything, or else we can only hardcode existing
10893 # directories.
10894 hardcode_action=unsupported
10895fi
81ecdfbb
RW
10896{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10897$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10898
10899if test "$hardcode_action" = relink ||
10900 test "$inherit_rpath" = yes; then
10901 # Fast installation is not supported
10902 enable_fast_install=no
10903elif test "$shlibpath_overrides_runpath" = yes ||
10904 test "$enable_shared" = no; then
10905 # Fast installation is not necessary
10906 enable_fast_install=needless
10907fi
10908
10909
10910
10911
10912
10913
10914 if test "x$enable_dlopen" != xyes; then
10915 enable_dlopen=unknown
10916 enable_dlopen_self=unknown
10917 enable_dlopen_self_static=unknown
10918else
10919 lt_cv_dlopen=no
10920 lt_cv_dlopen_libs=
10921
10922 case $host_os in
10923 beos*)
10924 lt_cv_dlopen="load_add_on"
10925 lt_cv_dlopen_libs=
10926 lt_cv_dlopen_self=yes
10927 ;;
10928
718a6fd8 10929 mingw* | pw32* | cegcc*)
d7040cdb
SE
10930 lt_cv_dlopen="LoadLibrary"
10931 lt_cv_dlopen_libs=
10932 ;;
10933
10934 cygwin*)
10935 lt_cv_dlopen="dlopen"
10936 lt_cv_dlopen_libs=
10937 ;;
10938
10939 darwin*)
10940 # if libdl is installed we need to link against it
81ecdfbb
RW
10941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10942$as_echo_n "checking for dlopen in -ldl... " >&6; }
10943if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10944 $as_echo_n "(cached) " >&6
d7040cdb
SE
10945else
10946 ac_check_lib_save_LIBS=$LIBS
10947LIBS="-ldl $LIBS"
81ecdfbb 10948cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10949/* end confdefs.h. */
10950
81ecdfbb
RW
10951/* Override any GCC internal prototype to avoid an error.
10952 Use char because int might match the return type of a GCC
10953 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10954#ifdef __cplusplus
10955extern "C"
10956#endif
d7040cdb
SE
10957char dlopen ();
10958int
10959main ()
10960{
81ecdfbb 10961return dlopen ();
d7040cdb
SE
10962 ;
10963 return 0;
10964}
10965_ACEOF
81ecdfbb 10966if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10967 ac_cv_lib_dl_dlopen=yes
10968else
81ecdfbb 10969 ac_cv_lib_dl_dlopen=no
d7040cdb 10970fi
81ecdfbb
RW
10971rm -f core conftest.err conftest.$ac_objext \
10972 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10973LIBS=$ac_check_lib_save_LIBS
10974fi
81ecdfbb
RW
10975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10976$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10977if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
10978 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10979else
10980
10981 lt_cv_dlopen="dyld"
10982 lt_cv_dlopen_libs=
10983 lt_cv_dlopen_self=yes
10984
10985fi
10986
10987 ;;
10988
10989 *)
81ecdfbb
RW
10990 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10991if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
10992 lt_cv_dlopen="shl_load"
10993else
81ecdfbb
RW
10994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10995$as_echo_n "checking for shl_load in -ldld... " >&6; }
10996if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10997 $as_echo_n "(cached) " >&6
d7040cdb
SE
10998else
10999 ac_check_lib_save_LIBS=$LIBS
11000LIBS="-ldld $LIBS"
81ecdfbb 11001cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11002/* end confdefs.h. */
11003
81ecdfbb
RW
11004/* Override any GCC internal prototype to avoid an error.
11005 Use char because int might match the return type of a GCC
11006 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11007#ifdef __cplusplus
11008extern "C"
11009#endif
d7040cdb
SE
11010char shl_load ();
11011int
11012main ()
11013{
81ecdfbb 11014return shl_load ();
d7040cdb
SE
11015 ;
11016 return 0;
11017}
11018_ACEOF
81ecdfbb 11019if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11020 ac_cv_lib_dld_shl_load=yes
11021else
81ecdfbb 11022 ac_cv_lib_dld_shl_load=no
d7040cdb 11023fi
81ecdfbb
RW
11024rm -f core conftest.err conftest.$ac_objext \
11025 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11026LIBS=$ac_check_lib_save_LIBS
11027fi
81ecdfbb
RW
11028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11029$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11030if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11031 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11032else
81ecdfbb
RW
11033 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11034if test "x$ac_cv_func_dlopen" = x""yes; then :
11035 lt_cv_dlopen="dlopen"
d7040cdb 11036else
81ecdfbb
RW
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11038$as_echo_n "checking for dlopen in -ldl... " >&6; }
11039if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11040 $as_echo_n "(cached) " >&6
11041else
11042 ac_check_lib_save_LIBS=$LIBS
11043LIBS="-ldl $LIBS"
11044cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11045/* end confdefs.h. */
d7040cdb 11046
81ecdfbb
RW
11047/* Override any GCC internal prototype to avoid an error.
11048 Use char because int might match the return type of a GCC
11049 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11050#ifdef __cplusplus
11051extern "C"
d7040cdb 11052#endif
d7040cdb 11053char dlopen ();
d7040cdb
SE
11054int
11055main ()
11056{
81ecdfbb 11057return dlopen ();
d7040cdb
SE
11058 ;
11059 return 0;
11060}
11061_ACEOF
81ecdfbb
RW
11062if ac_fn_c_try_link "$LINENO"; then :
11063 ac_cv_lib_dl_dlopen=yes
d7040cdb 11064else
81ecdfbb 11065 ac_cv_lib_dl_dlopen=no
d7040cdb 11066fi
81ecdfbb
RW
11067rm -f core conftest.err conftest.$ac_objext \
11068 conftest$ac_exeext conftest.$ac_ext
11069LIBS=$ac_check_lib_save_LIBS
d7040cdb 11070fi
81ecdfbb
RW
11071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11072$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11073if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11074 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11075else
81ecdfbb
RW
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11077$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11078if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11079 $as_echo_n "(cached) " >&6
d7040cdb
SE
11080else
11081 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11082LIBS="-lsvld $LIBS"
11083cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11084/* end confdefs.h. */
11085
81ecdfbb
RW
11086/* Override any GCC internal prototype to avoid an error.
11087 Use char because int might match the return type of a GCC
11088 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11089#ifdef __cplusplus
11090extern "C"
11091#endif
d7040cdb
SE
11092char dlopen ();
11093int
11094main ()
11095{
81ecdfbb 11096return dlopen ();
d7040cdb
SE
11097 ;
11098 return 0;
11099}
11100_ACEOF
81ecdfbb
RW
11101if ac_fn_c_try_link "$LINENO"; then :
11102 ac_cv_lib_svld_dlopen=yes
d7040cdb 11103else
81ecdfbb 11104 ac_cv_lib_svld_dlopen=no
d7040cdb 11105fi
81ecdfbb
RW
11106rm -f core conftest.err conftest.$ac_objext \
11107 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11108LIBS=$ac_check_lib_save_LIBS
11109fi
81ecdfbb
RW
11110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11111$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11112if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11113 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11114else
81ecdfbb
RW
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11116$as_echo_n "checking for dld_link in -ldld... " >&6; }
11117if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11118 $as_echo_n "(cached) " >&6
d7040cdb
SE
11119else
11120 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11121LIBS="-ldld $LIBS"
11122cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11123/* end confdefs.h. */
11124
81ecdfbb
RW
11125/* Override any GCC internal prototype to avoid an error.
11126 Use char because int might match the return type of a GCC
11127 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11128#ifdef __cplusplus
11129extern "C"
11130#endif
81ecdfbb 11131char dld_link ();
d7040cdb
SE
11132int
11133main ()
11134{
81ecdfbb 11135return dld_link ();
d7040cdb
SE
11136 ;
11137 return 0;
11138}
11139_ACEOF
81ecdfbb 11140if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11141 ac_cv_lib_dld_dld_link=yes
11142else
81ecdfbb 11143 ac_cv_lib_dld_dld_link=no
d7040cdb 11144fi
81ecdfbb
RW
11145rm -f core conftest.err conftest.$ac_objext \
11146 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11147LIBS=$ac_check_lib_save_LIBS
11148fi
81ecdfbb
RW
11149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11150$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11151if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11152 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11153fi
11154
11155
11156fi
11157
11158
11159fi
11160
11161
11162fi
11163
11164
11165fi
11166
11167
11168fi
11169
11170 ;;
11171 esac
11172
11173 if test "x$lt_cv_dlopen" != xno; then
11174 enable_dlopen=yes
11175 else
11176 enable_dlopen=no
11177 fi
11178
11179 case $lt_cv_dlopen in
11180 dlopen)
11181 save_CPPFLAGS="$CPPFLAGS"
11182 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11183
11184 save_LDFLAGS="$LDFLAGS"
11185 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11186
11187 save_LIBS="$LIBS"
11188 LIBS="$lt_cv_dlopen_libs $LIBS"
11189
81ecdfbb
RW
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11191$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11192if test "${lt_cv_dlopen_self+set}" = set; then :
11193 $as_echo_n "(cached) " >&6
d7040cdb
SE
11194else
11195 if test "$cross_compiling" = yes; then :
11196 lt_cv_dlopen_self=cross
11197else
11198 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11199 lt_status=$lt_dlunknown
11200 cat > conftest.$ac_ext <<_LT_EOF
822ce8ee 11201#line 11201 "configure"
d7040cdb
SE
11202#include "confdefs.h"
11203
11204#if HAVE_DLFCN_H
11205#include <dlfcn.h>
11206#endif
11207
11208#include <stdio.h>
11209
11210#ifdef RTLD_GLOBAL
11211# define LT_DLGLOBAL RTLD_GLOBAL
11212#else
11213# ifdef DL_GLOBAL
11214# define LT_DLGLOBAL DL_GLOBAL
11215# else
11216# define LT_DLGLOBAL 0
11217# endif
11218#endif
11219
11220/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11221 find out it does not work in some platform. */
11222#ifndef LT_DLLAZY_OR_NOW
11223# ifdef RTLD_LAZY
11224# define LT_DLLAZY_OR_NOW RTLD_LAZY
11225# else
11226# ifdef DL_LAZY
11227# define LT_DLLAZY_OR_NOW DL_LAZY
11228# else
11229# ifdef RTLD_NOW
11230# define LT_DLLAZY_OR_NOW RTLD_NOW
11231# else
11232# ifdef DL_NOW
11233# define LT_DLLAZY_OR_NOW DL_NOW
11234# else
11235# define LT_DLLAZY_OR_NOW 0
11236# endif
11237# endif
11238# endif
11239# endif
11240#endif
11241
3725885a
RW
11242/* When -fvisbility=hidden is used, assume the code has been annotated
11243 correspondingly for the symbols needed. */
11244#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11245void fnord () __attribute__((visibility("default")));
11246#endif
11247
11248void fnord () { int i=42; }
d7040cdb
SE
11249int main ()
11250{
11251 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11252 int status = $lt_dlunknown;
11253
11254 if (self)
11255 {
11256 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11257 else
11258 {
11259 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11260 else puts (dlerror ());
11261 }
d7040cdb
SE
11262 /* dlclose (self); */
11263 }
11264 else
11265 puts (dlerror ());
11266
718a6fd8 11267 return status;
d7040cdb
SE
11268}
11269_LT_EOF
81ecdfbb 11270 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11271 (eval $ac_link) 2>&5
11272 ac_status=$?
81ecdfbb
RW
11273 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11274 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11275 (./conftest; exit; ) >&5 2>/dev/null
11276 lt_status=$?
11277 case x$lt_status in
11278 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11279 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11280 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11281 esac
11282 else :
11283 # compilation failed
11284 lt_cv_dlopen_self=no
11285 fi
11286fi
11287rm -fr conftest*
11288
11289
11290fi
81ecdfbb
RW
11291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11292$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11293
11294 if test "x$lt_cv_dlopen_self" = xyes; then
11295 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11297$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11298if test "${lt_cv_dlopen_self_static+set}" = set; then :
11299 $as_echo_n "(cached) " >&6
d7040cdb
SE
11300else
11301 if test "$cross_compiling" = yes; then :
11302 lt_cv_dlopen_self_static=cross
11303else
11304 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11305 lt_status=$lt_dlunknown
11306 cat > conftest.$ac_ext <<_LT_EOF
822ce8ee 11307#line 11307 "configure"
d7040cdb
SE
11308#include "confdefs.h"
11309
11310#if HAVE_DLFCN_H
11311#include <dlfcn.h>
11312#endif
11313
11314#include <stdio.h>
11315
11316#ifdef RTLD_GLOBAL
11317# define LT_DLGLOBAL RTLD_GLOBAL
11318#else
11319# ifdef DL_GLOBAL
11320# define LT_DLGLOBAL DL_GLOBAL
11321# else
11322# define LT_DLGLOBAL 0
11323# endif
11324#endif
11325
11326/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11327 find out it does not work in some platform. */
11328#ifndef LT_DLLAZY_OR_NOW
11329# ifdef RTLD_LAZY
11330# define LT_DLLAZY_OR_NOW RTLD_LAZY
11331# else
11332# ifdef DL_LAZY
11333# define LT_DLLAZY_OR_NOW DL_LAZY
11334# else
11335# ifdef RTLD_NOW
11336# define LT_DLLAZY_OR_NOW RTLD_NOW
11337# else
11338# ifdef DL_NOW
11339# define LT_DLLAZY_OR_NOW DL_NOW
11340# else
11341# define LT_DLLAZY_OR_NOW 0
11342# endif
11343# endif
11344# endif
11345# endif
11346#endif
11347
3725885a
RW
11348/* When -fvisbility=hidden is used, assume the code has been annotated
11349 correspondingly for the symbols needed. */
11350#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11351void fnord () __attribute__((visibility("default")));
11352#endif
11353
11354void fnord () { int i=42; }
d7040cdb
SE
11355int main ()
11356{
11357 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11358 int status = $lt_dlunknown;
11359
11360 if (self)
11361 {
11362 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11363 else
11364 {
11365 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11366 else puts (dlerror ());
11367 }
d7040cdb
SE
11368 /* dlclose (self); */
11369 }
11370 else
11371 puts (dlerror ());
11372
718a6fd8 11373 return status;
d7040cdb
SE
11374}
11375_LT_EOF
81ecdfbb 11376 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11377 (eval $ac_link) 2>&5
11378 ac_status=$?
81ecdfbb
RW
11379 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11380 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11381 (./conftest; exit; ) >&5 2>/dev/null
11382 lt_status=$?
11383 case x$lt_status in
11384 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11385 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11386 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11387 esac
11388 else :
11389 # compilation failed
11390 lt_cv_dlopen_self_static=no
11391 fi
11392fi
11393rm -fr conftest*
11394
11395
11396fi
81ecdfbb
RW
11397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11398$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11399 fi
11400
11401 CPPFLAGS="$save_CPPFLAGS"
11402 LDFLAGS="$save_LDFLAGS"
11403 LIBS="$save_LIBS"
11404 ;;
11405 esac
11406
11407 case $lt_cv_dlopen_self in
11408 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11409 *) enable_dlopen_self=unknown ;;
11410 esac
11411
11412 case $lt_cv_dlopen_self_static in
11413 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11414 *) enable_dlopen_self_static=unknown ;;
11415 esac
11416fi
11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
11430
11431
11432
11433
11434striplib=
11435old_striplib=
81ecdfbb
RW
11436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11437$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11438if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11439 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11440 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11442$as_echo "yes" >&6; }
d7040cdb
SE
11443else
11444# FIXME - insert some real tests, host_os isn't really good enough
11445 case $host_os in
11446 darwin*)
11447 if test -n "$STRIP" ; then
11448 striplib="$STRIP -x"
11449 old_striplib="$STRIP -S"
81ecdfbb
RW
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11451$as_echo "yes" >&6; }
d7040cdb 11452 else
81ecdfbb
RW
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11454$as_echo "no" >&6; }
d7040cdb
SE
11455 fi
11456 ;;
11457 *)
81ecdfbb
RW
11458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11459$as_echo "no" >&6; }
d7040cdb
SE
11460 ;;
11461 esac
11462fi
11463
11464
11465
11466
11467
11468
11469
11470
11471
11472
11473
11474
11475 # Report which library types will actually be built
81ecdfbb
RW
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11477$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11479$as_echo "$can_build_shared" >&6; }
d7040cdb 11480
81ecdfbb
RW
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11482$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11483 test "$can_build_shared" = "no" && enable_shared=no
11484
11485 # On AIX, shared libraries and static libraries use the same namespace, and
11486 # are all built from PIC.
11487 case $host_os in
11488 aix3*)
11489 test "$enable_shared" = yes && enable_static=no
11490 if test -n "$RANLIB"; then
11491 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11492 postinstall_cmds='$RANLIB $lib'
11493 fi
11494 ;;
11495
50e7d84b 11496 aix[4-9]*)
d7040cdb
SE
11497 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11498 test "$enable_shared" = yes && enable_static=no
11499 fi
11500 ;;
11501 esac
81ecdfbb
RW
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11503$as_echo "$enable_shared" >&6; }
d7040cdb 11504
81ecdfbb
RW
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11506$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11507 # Make sure either enable_shared or enable_static is yes.
11508 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11510$as_echo "$enable_static" >&6; }
d7040cdb
SE
11511
11512
11513
11514
11515fi
11516ac_ext=c
11517ac_cpp='$CPP $CPPFLAGS'
11518ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11519ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11520ac_compiler_gnu=$ac_cv_c_compiler_gnu
11521
11522CC="$lt_save_CC"
11523
11524
11525
11526
11527
11528
11529
11530
11531
11532
11533
11534
11535
81ecdfbb 11536 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11537
11538
11539
11540
11541# Only expand once:
11542
11543
11544
81ecdfbb
RW
11545# Check whether --enable-targets was given.
11546if test "${enable_targets+set}" = set; then :
11547 enableval=$enable_targets; case "${enableval}" in
11548 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11549 ;;
11550 no) enable_targets= ;;
11551 *) enable_targets=$enableval ;;
11552esac
81ecdfbb
RW
11553fi
11554
d7040cdb 11555
397841b5
AM
11556GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11557cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11558/* end confdefs.h. */
11559__GNUC__
11560_ACEOF
11561if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11562 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11563
11564else
11565 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11566fi
11567rm -f conftest*
11568
d7040cdb 11569
81ecdfbb
RW
11570# Check whether --enable-werror was given.
11571if test "${enable_werror+set}" = set; then :
11572 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
11573 yes | y) ERROR_ON_WARNING="yes" ;;
11574 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11575 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 11576 esac
81ecdfbb
RW
11577fi
11578
d7040cdb 11579
397841b5 11580# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11581case "${host}" in
11582 *-*-mingw32*)
11583 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11584 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11585 fi
11586 ;;
11587 *) ;;
11588esac
11589
d7040cdb
SE
11590# Enable -Werror by default when using gcc
11591if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11592 ERROR_ON_WARNING=yes
11593fi
11594
11595NO_WERROR=
11596if test "${ERROR_ON_WARNING}" = yes ; then
11597 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11598 NO_WERROR="-Wno-error"
11599fi
11600
11601if test "${GCC}" = yes ; then
11602 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11603fi
11604
81ecdfbb
RW
11605# Check whether --enable-build-warnings was given.
11606if test "${enable_build_warnings+set}" = set; then :
11607 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
11608 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11609 no) if test "${GCC}" = yes ; then
11610 WARN_CFLAGS="-w"
11611 fi;;
11612 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11613 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11614 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11615 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11616 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11617esac
81ecdfbb
RW
11618fi
11619
d7040cdb
SE
11620
11621if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11622 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11623fi
11624
11625
11626
11627
11628
81ecdfbb 11629ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
11630
11631
11632if test -z "$target" ; then
81ecdfbb 11633 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
11634fi
11635if test -z "$host" ; then
81ecdfbb 11636 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
11637fi
11638
11639for ac_prog in 'bison -y' byacc
11640do
11641 # Extract the first word of "$ac_prog", so it can be a program name with args.
11642set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
11643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11644$as_echo_n "checking for $ac_word... " >&6; }
11645if test "${ac_cv_prog_YACC+set}" = set; then :
11646 $as_echo_n "(cached) " >&6
d7040cdb
SE
11647else
11648 if test -n "$YACC"; then
11649 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11650else
11651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11652for as_dir in $PATH
11653do
11654 IFS=$as_save_IFS
11655 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11656 for ac_exec_ext in '' $ac_executable_extensions; do
11657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 11658 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 11659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
11660 break 2
11661 fi
11662done
81ecdfbb
RW
11663 done
11664IFS=$as_save_IFS
d7040cdb
SE
11665
11666fi
11667fi
11668YACC=$ac_cv_prog_YACC
11669if test -n "$YACC"; then
81ecdfbb
RW
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
11671$as_echo "$YACC" >&6; }
d7040cdb 11672else
81ecdfbb
RW
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11674$as_echo "no" >&6; }
d7040cdb
SE
11675fi
11676
81ecdfbb 11677
d7040cdb
SE
11678 test -n "$YACC" && break
11679done
11680test -n "$YACC" || YACC="yacc"
11681
11682for ac_prog in flex lex
11683do
11684 # Extract the first word of "$ac_prog", so it can be a program name with args.
11685set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
11686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11687$as_echo_n "checking for $ac_word... " >&6; }
11688if test "${ac_cv_prog_LEX+set}" = set; then :
11689 $as_echo_n "(cached) " >&6
d7040cdb
SE
11690else
11691 if test -n "$LEX"; then
11692 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11693else
11694as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11695for as_dir in $PATH
11696do
11697 IFS=$as_save_IFS
11698 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11699 for ac_exec_ext in '' $ac_executable_extensions; do
11700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 11701 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 11702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
11703 break 2
11704 fi
11705done
81ecdfbb
RW
11706 done
11707IFS=$as_save_IFS
d7040cdb
SE
11708
11709fi
11710fi
11711LEX=$ac_cv_prog_LEX
11712if test -n "$LEX"; then
81ecdfbb
RW
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
11714$as_echo "$LEX" >&6; }
d7040cdb 11715else
81ecdfbb
RW
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11717$as_echo "no" >&6; }
d7040cdb
SE
11718fi
11719
81ecdfbb 11720
d7040cdb
SE
11721 test -n "$LEX" && break
11722done
11723test -n "$LEX" || LEX=":"
11724
81ecdfbb
RW
11725if test "x$LEX" != "x:"; then
11726 cat >conftest.l <<_ACEOF
11727%%
11728a { ECHO; }
11729b { REJECT; }
11730c { yymore (); }
11731d { yyless (1); }
11732e { yyless (input () != 0); }
11733f { unput (yytext[0]); }
11734. { BEGIN INITIAL; }
11735%%
11736#ifdef YYTEXT_POINTER
11737extern char *yytext;
d7040cdb 11738#endif
d7040cdb 11739int
81ecdfbb 11740main (void)
d7040cdb 11741{
81ecdfbb 11742 return ! yylex () + ! yywrap ();
d7040cdb
SE
11743}
11744_ACEOF
81ecdfbb
RW
11745{ { ac_try="$LEX conftest.l"
11746case "(($ac_try" in
11747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11748 *) ac_try_echo=$ac_try;;
11749esac
11750eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11751$as_echo "$ac_try_echo"; } >&5
11752 (eval "$LEX conftest.l") 2>&5
d7040cdb 11753 ac_status=$?
81ecdfbb
RW
11754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11755 test $ac_status = 0; }
11756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
11757$as_echo_n "checking lex output file root... " >&6; }
11758if test "${ac_cv_prog_lex_root+set}" = set; then :
11759 $as_echo_n "(cached) " >&6
d7040cdb 11760else
d7040cdb 11761
81ecdfbb
RW
11762if test -f lex.yy.c; then
11763 ac_cv_prog_lex_root=lex.yy
11764elif test -f lexyy.c; then
11765 ac_cv_prog_lex_root=lexyy
11766else
11767 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 11768fi
d7040cdb 11769fi
81ecdfbb
RW
11770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
11771$as_echo "$ac_cv_prog_lex_root" >&6; }
11772LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 11773
81ecdfbb
RW
11774if test -z "${LEXLIB+set}"; then
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
11776$as_echo_n "checking lex library... " >&6; }
11777if test "${ac_cv_lib_lex+set}" = set; then :
11778 $as_echo_n "(cached) " >&6
d7040cdb 11779else
d7040cdb 11780
81ecdfbb
RW
11781 ac_save_LIBS=$LIBS
11782 ac_cv_lib_lex='none needed'
11783 for ac_lib in '' -lfl -ll; do
11784 LIBS="$ac_lib $ac_save_LIBS"
11785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11786/* end confdefs.h. */
11787`cat $LEX_OUTPUT_ROOT.c`
11788_ACEOF
11789if ac_fn_c_try_link "$LINENO"; then :
11790 ac_cv_lib_lex=$ac_lib
d7040cdb 11791fi
81ecdfbb
RW
11792rm -f core conftest.err conftest.$ac_objext \
11793 conftest$ac_exeext conftest.$ac_ext
11794 test "$ac_cv_lib_lex" != 'none needed' && break
11795 done
11796 LIBS=$ac_save_LIBS
d7040cdb
SE
11797
11798fi
81ecdfbb
RW
11799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
11800$as_echo "$ac_cv_lib_lex" >&6; }
11801 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
11802fi
11803
d7040cdb 11804
81ecdfbb
RW
11805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
11806$as_echo_n "checking whether yytext is a pointer... " >&6; }
11807if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
11808 $as_echo_n "(cached) " >&6
d7040cdb
SE
11809else
11810 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 11811# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
11812# not all implementations provide the %pointer and %array declarations.
11813ac_cv_prog_lex_yytext_pointer=no
d7040cdb 11814ac_save_LIBS=$LIBS
81ecdfbb
RW
11815LIBS="$LEXLIB $ac_save_LIBS"
11816cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11817/* end confdefs.h. */
11818#define YYTEXT_POINTER 1
d7040cdb
SE
11819`cat $LEX_OUTPUT_ROOT.c`
11820_ACEOF
81ecdfbb 11821if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 11822 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 11823fi
81ecdfbb
RW
11824rm -f core conftest.err conftest.$ac_objext \
11825 conftest$ac_exeext conftest.$ac_ext
d7040cdb 11826LIBS=$ac_save_LIBS
d7040cdb
SE
11827
11828fi
81ecdfbb
RW
11829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
11830$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
11831if test $ac_cv_prog_lex_yytext_pointer = yes; then
11832
81ecdfbb 11833$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
11834
11835fi
81ecdfbb 11836rm -f conftest.l $LEX_OUTPUT_ROOT.c
d7040cdb
SE
11837
11838fi
11839if test "$LEX" = :; then
11840 LEX=${am_missing_run}flex
11841fi
11842
9c9c98a5 11843ALL_LINGUAS="da es fi fr id ja ro ru rw sk sv tr uk vi zh_CN zh_TW bg"
d7040cdb
SE
11844# If we haven't got the data from the intl directory,
11845# assume NLS is disabled.
11846USE_NLS=no
11847LIBINTL=
11848LIBINTL_DEP=
11849INCINTL=
11850XGETTEXT=
11851GMSGFMT=
11852POSUB=
11853
11854if test -f ../intl/config.intl; then
11855 . ../intl/config.intl
11856fi
81ecdfbb
RW
11857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11858$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 11859if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861$as_echo "no" >&6; }
d7040cdb 11862else
81ecdfbb
RW
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11864$as_echo "yes" >&6; }
d7040cdb 11865
81ecdfbb 11866$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
11867
11868
81ecdfbb
RW
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11870$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
11871 # Look for .po and .gmo files in the source directory.
11872 CATALOGS=
11873 XLINGUAS=
11874 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11875 # If there aren't any .gmo files the shell will give us the
11876 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11877 # weeded out.
11878 case "$cat" in *\**)
11879 continue;;
11880 esac
11881 # The quadruple backslash is collapsed to a double backslash
11882 # by the backticks, then collapsed again by the double quotes,
11883 # leaving us with one backslash in the sed expression (right
11884 # before the dot that mustn't act as a wildcard).
11885 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11886 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11887 # The user is allowed to set LINGUAS to a list of languages to
11888 # install catalogs for. If it's empty that means "all of them."
11889 if test "x$LINGUAS" = x; then
11890 CATALOGS="$CATALOGS $cat"
11891 XLINGUAS="$XLINGUAS $lang"
11892 else
11893 case "$LINGUAS" in *$lang*)
11894 CATALOGS="$CATALOGS $cat"
11895 XLINGUAS="$XLINGUAS $lang"
11896 ;;
11897 esac
11898 fi
11899 done
11900 LINGUAS="$XLINGUAS"
81ecdfbb
RW
11901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11902$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
11903
11904
11905 DATADIRNAME=share
11906
11907 INSTOBJEXT=.mo
11908
11909 GENCAT=gencat
11910
11911 CATOBJEXT=.gmo
11912
11913fi
11914
11915 MKINSTALLDIRS=
11916 if test -n "$ac_aux_dir"; then
11917 case "$ac_aux_dir" in
11918 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11919 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11920 esac
11921 fi
11922 if test -z "$MKINSTALLDIRS"; then
11923 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11924 fi
11925
11926
11927
81ecdfbb
RW
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11929$as_echo_n "checking whether NLS is requested... " >&6; }
11930 # Check whether --enable-nls was given.
11931if test "${enable_nls+set}" = set; then :
11932 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
11933else
11934 USE_NLS=yes
81ecdfbb
RW
11935fi
11936
11937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11938$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
11939
11940
11941
11942
11943
11944
11945# Prepare PATH_SEPARATOR.
11946# The user is always right.
11947if test "${PATH_SEPARATOR+set}" != set; then
11948 echo "#! /bin/sh" >conf$$.sh
11949 echo "exit 0" >>conf$$.sh
11950 chmod +x conf$$.sh
11951 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11952 PATH_SEPARATOR=';'
11953 else
11954 PATH_SEPARATOR=:
11955 fi
11956 rm -f conf$$.sh
11957fi
11958
11959# Find out how to test for executable files. Don't use a zero-byte file,
11960# as systems may use methods other than mode bits to determine executability.
11961cat >conf$$.file <<_ASEOF
11962#! /bin/sh
11963exit 0
11964_ASEOF
11965chmod +x conf$$.file
11966if test -x conf$$.file >/dev/null 2>&1; then
11967 ac_executable_p="test -x"
11968else
11969 ac_executable_p="test -f"
11970fi
11971rm -f conf$$.file
11972
11973# Extract the first word of "msgfmt", so it can be a program name with args.
11974set dummy msgfmt; ac_word=$2
81ecdfbb
RW
11975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11976$as_echo_n "checking for $ac_word... " >&6; }
11977if test "${ac_cv_path_MSGFMT+set}" = set; then :
11978 $as_echo_n "(cached) " >&6
d7040cdb
SE
11979else
11980 case "$MSGFMT" in
11981 [\\/]* | ?:[\\/]*)
11982 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11983 ;;
11984 *)
11985 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11986 for ac_dir in $PATH; do
11987 IFS="$ac_save_IFS"
11988 test -z "$ac_dir" && ac_dir=.
11989 for ac_exec_ext in '' $ac_executable_extensions; do
11990 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11991 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11992 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11993 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11994 break 2
11995 fi
11996 fi
11997 done
11998 done
11999 IFS="$ac_save_IFS"
12000 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12001 ;;
12002esac
12003fi
12004MSGFMT="$ac_cv_path_MSGFMT"
12005if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12007$as_echo "$MSGFMT" >&6; }
d7040cdb 12008else
81ecdfbb
RW
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12010$as_echo "no" >&6; }
d7040cdb
SE
12011fi
12012
12013 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12014set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12016$as_echo_n "checking for $ac_word... " >&6; }
12017if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12018 $as_echo_n "(cached) " >&6
d7040cdb
SE
12019else
12020 case $GMSGFMT in
12021 [\\/]* | ?:[\\/]*)
12022 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12023 ;;
12024 *)
12025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12026for as_dir in $PATH
12027do
12028 IFS=$as_save_IFS
12029 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12030 for ac_exec_ext in '' $ac_executable_extensions; do
12031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12032 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12034 break 2
12035 fi
12036done
81ecdfbb
RW
12037 done
12038IFS=$as_save_IFS
d7040cdb
SE
12039
12040 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12041 ;;
12042esac
12043fi
12044GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12045if test -n "$GMSGFMT"; then
81ecdfbb
RW
12046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12047$as_echo "$GMSGFMT" >&6; }
d7040cdb 12048else
81ecdfbb
RW
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12050$as_echo "no" >&6; }
d7040cdb
SE
12051fi
12052
12053
12054
81ecdfbb 12055
d7040cdb
SE
12056# Prepare PATH_SEPARATOR.
12057# The user is always right.
12058if test "${PATH_SEPARATOR+set}" != set; then
12059 echo "#! /bin/sh" >conf$$.sh
12060 echo "exit 0" >>conf$$.sh
12061 chmod +x conf$$.sh
12062 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12063 PATH_SEPARATOR=';'
12064 else
12065 PATH_SEPARATOR=:
12066 fi
12067 rm -f conf$$.sh
12068fi
12069
12070# Find out how to test for executable files. Don't use a zero-byte file,
12071# as systems may use methods other than mode bits to determine executability.
12072cat >conf$$.file <<_ASEOF
12073#! /bin/sh
12074exit 0
12075_ASEOF
12076chmod +x conf$$.file
12077if test -x conf$$.file >/dev/null 2>&1; then
12078 ac_executable_p="test -x"
12079else
12080 ac_executable_p="test -f"
12081fi
12082rm -f conf$$.file
12083
12084# Extract the first word of "xgettext", so it can be a program name with args.
12085set dummy xgettext; ac_word=$2
81ecdfbb
RW
12086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12087$as_echo_n "checking for $ac_word... " >&6; }
12088if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12089 $as_echo_n "(cached) " >&6
d7040cdb
SE
12090else
12091 case "$XGETTEXT" in
12092 [\\/]* | ?:[\\/]*)
12093 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12094 ;;
12095 *)
12096 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12097 for ac_dir in $PATH; do
12098 IFS="$ac_save_IFS"
12099 test -z "$ac_dir" && ac_dir=.
12100 for ac_exec_ext in '' $ac_executable_extensions; do
12101 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12102 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12103 (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
12104 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12105 break 2
12106 fi
12107 fi
12108 done
12109 done
12110 IFS="$ac_save_IFS"
12111 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12112 ;;
12113esac
12114fi
12115XGETTEXT="$ac_cv_path_XGETTEXT"
12116if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12118$as_echo "$XGETTEXT" >&6; }
d7040cdb 12119else
81ecdfbb
RW
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12121$as_echo "no" >&6; }
d7040cdb
SE
12122fi
12123
12124 rm -f messages.po
12125
12126
12127# Prepare PATH_SEPARATOR.
12128# The user is always right.
12129if test "${PATH_SEPARATOR+set}" != set; then
12130 echo "#! /bin/sh" >conf$$.sh
12131 echo "exit 0" >>conf$$.sh
12132 chmod +x conf$$.sh
12133 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12134 PATH_SEPARATOR=';'
12135 else
12136 PATH_SEPARATOR=:
12137 fi
12138 rm -f conf$$.sh
12139fi
12140
12141# Find out how to test for executable files. Don't use a zero-byte file,
12142# as systems may use methods other than mode bits to determine executability.
12143cat >conf$$.file <<_ASEOF
12144#! /bin/sh
12145exit 0
12146_ASEOF
12147chmod +x conf$$.file
12148if test -x conf$$.file >/dev/null 2>&1; then
12149 ac_executable_p="test -x"
12150else
12151 ac_executable_p="test -f"
12152fi
12153rm -f conf$$.file
12154
12155# Extract the first word of "msgmerge", so it can be a program name with args.
12156set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12157{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12158$as_echo_n "checking for $ac_word... " >&6; }
12159if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12160 $as_echo_n "(cached) " >&6
d7040cdb
SE
12161else
12162 case "$MSGMERGE" in
12163 [\\/]* | ?:[\\/]*)
12164 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12165 ;;
12166 *)
12167 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12168 for ac_dir in $PATH; do
12169 IFS="$ac_save_IFS"
12170 test -z "$ac_dir" && ac_dir=.
12171 for ac_exec_ext in '' $ac_executable_extensions; do
12172 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12173 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12174 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12175 break 2
12176 fi
12177 fi
12178 done
12179 done
12180 IFS="$ac_save_IFS"
12181 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12182 ;;
12183esac
12184fi
12185MSGMERGE="$ac_cv_path_MSGMERGE"
12186if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12188$as_echo "$MSGMERGE" >&6; }
d7040cdb 12189else
81ecdfbb
RW
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12191$as_echo "no" >&6; }
d7040cdb
SE
12192fi
12193
12194
12195 if test "$GMSGFMT" != ":"; then
12196 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12197 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12198 : ;
12199 else
12200 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12202$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12203 GMSGFMT=":"
12204 fi
12205 fi
12206
12207 if test "$XGETTEXT" != ":"; then
12208 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12209 (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
12210 : ;
12211 else
81ecdfbb
RW
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12213$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12214 XGETTEXT=":"
12215 fi
12216 rm -f messages.po
12217 fi
12218
81ecdfbb 12219 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
12220
12221
12222
81ecdfbb
RW
12223
12224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12225$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12226 # Check whether --enable-maintainer-mode was given.
12227if test "${enable_maintainer_mode+set}" = set; then :
12228 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 12229else
d7040cdb 12230 USE_MAINTAINER_MODE=no
81ecdfbb 12231fi
d7040cdb 12232
81ecdfbb
RW
12233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12234$as_echo "$USE_MAINTAINER_MODE" >&6; }
12235 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12236 MAINTAINER_MODE_TRUE=
12237 MAINTAINER_MODE_FALSE='#'
12238else
12239 MAINTAINER_MODE_TRUE='#'
12240 MAINTAINER_MODE_FALSE=
42ecbf5e 12241fi
d7040cdb
SE
12242
12243 MAINT=$MAINTAINER_MODE_TRUE
12244
12245
81ecdfbb 12246 if false; then
d7040cdb
SE
12247 GENINSRC_NEVER_TRUE=
12248 GENINSRC_NEVER_FALSE='#'
12249else
12250 GENINSRC_NEVER_TRUE='#'
12251 GENINSRC_NEVER_FALSE=
42ecbf5e 12252fi
d7040cdb
SE
12253
12254
12255if test -n "$EXEEXT"; then
20e95c23 12256
81ecdfbb 12257$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 12258
252b5132
RH
12259fi
12260
d7040cdb
SE
12261cat >>confdefs.h <<_ACEOF
12262#define EXECUTABLE_SUFFIX "${EXEEXT}"
12263_ACEOF
42ecbf5e 12264
252b5132 12265
d7040cdb 12266# host-specific stuff:
252b5132 12267
d7040cdb 12268HDEFINES=
252b5132 12269
d7040cdb 12270. ${srcdir}/../bfd/configure.host
252b5132 12271
252b5132 12272
d7040cdb 12273AR=${AR-ar}
252b5132 12274
d7040cdb
SE
12275if test -n "$ac_tool_prefix"; then
12276 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12277set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
12278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12279$as_echo_n "checking for $ac_word... " >&6; }
12280if test "${ac_cv_prog_RANLIB+set}" = set; then :
12281 $as_echo_n "(cached) " >&6
d7040cdb
SE
12282else
12283 if test -n "$RANLIB"; then
12284 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12285else
12286as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12287for as_dir in $PATH
12288do
12289 IFS=$as_save_IFS
12290 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12291 for ac_exec_ext in '' $ac_executable_extensions; do
12292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12293 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 12294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12295 break 2
12296 fi
12297done
81ecdfbb
RW
12298 done
12299IFS=$as_save_IFS
252b5132 12300
d7040cdb
SE
12301fi
12302fi
12303RANLIB=$ac_cv_prog_RANLIB
12304if test -n "$RANLIB"; then
81ecdfbb
RW
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12306$as_echo "$RANLIB" >&6; }
d7040cdb 12307else
81ecdfbb
RW
12308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12309$as_echo "no" >&6; }
d7040cdb 12310fi
20e95c23 12311
81ecdfbb 12312
d7040cdb
SE
12313fi
12314if test -z "$ac_cv_prog_RANLIB"; then
12315 ac_ct_RANLIB=$RANLIB
12316 # Extract the first word of "ranlib", so it can be a program name with args.
12317set dummy ranlib; ac_word=$2
81ecdfbb
RW
12318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12319$as_echo_n "checking for $ac_word... " >&6; }
12320if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12321 $as_echo_n "(cached) " >&6
252b5132 12322else
d7040cdb
SE
12323 if test -n "$ac_ct_RANLIB"; then
12324 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12325else
12326as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12327for as_dir in $PATH
12328do
12329 IFS=$as_save_IFS
12330 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12331 for ac_exec_ext in '' $ac_executable_extensions; do
12332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12333 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 12334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12335 break 2
12336 fi
12337done
81ecdfbb
RW
12338 done
12339IFS=$as_save_IFS
20e95c23 12340
d7040cdb
SE
12341fi
12342fi
12343ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12344if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12346$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 12347else
81ecdfbb
RW
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12349$as_echo "no" >&6; }
d7040cdb
SE
12350fi
12351
81ecdfbb
RW
12352 if test "x$ac_ct_RANLIB" = x; then
12353 RANLIB=":"
d7040cdb 12354 else
81ecdfbb
RW
12355 case $cross_compiling:$ac_tool_warned in
12356yes:)
12357{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12358$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12359ac_tool_warned=yes ;;
12360esac
12361 RANLIB=$ac_ct_RANLIB
d7040cdb 12362 fi
81ecdfbb
RW
12363else
12364 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 12365fi
d7040cdb 12366
d7040cdb
SE
12367
12368
12369# Put a plausible default for CC_FOR_BUILD in Makefile.
12370if test -z "$CC_FOR_BUILD"; then
12371 if test "x$cross_compiling" = "xno"; then
12372 CC_FOR_BUILD='$(CC)'
12373 else
12374 CC_FOR_BUILD=gcc
12375 fi
12376fi
20e95c23 12377
d7040cdb
SE
12378# Also set EXEEXT_FOR_BUILD.
12379if test "x$cross_compiling" = "xno"; then
12380 EXEEXT_FOR_BUILD='$(EXEEXT)'
12381else
81ecdfbb
RW
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12383$as_echo_n "checking for build system executable suffix... " >&6; }
12384if test "${bfd_cv_build_exeext+set}" = set; then :
12385 $as_echo_n "(cached) " >&6
d7040cdb
SE
12386else
12387 rm -f conftest*
12388 echo 'int main () { return 0; }' > conftest.c
12389 bfd_cv_build_exeext=
12390 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12391 for file in conftest.*; do
12392 case $file in
12393 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12394 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12395 esac
12396 done
12397 rm -f conftest*
12398 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 12399fi
81ecdfbb
RW
12400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12401$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
12402 EXEEXT_FOR_BUILD=""
12403 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
12404fi
12405
12406
d7040cdb
SE
12407DEMANGLER_NAME=c++filt
12408case "${host}" in
12409 *-*-go32* | *-*-msdos*)
12410 DEMANGLER_NAME=cxxfilt
12411esac
8a965946
ILT
12412
12413
81ecdfbb
RW
12414for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h sys/param.h
12415do :
12416 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12417ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12418eval as_val=\$$as_ac_Header
12419 if test "x$as_val" = x""yes; then :
12420 cat >>confdefs.h <<_ACEOF
12421#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12422_ACEOF
42ecbf5e 12423
81ecdfbb 12424fi
42ecbf5e 12425
81ecdfbb 12426done
42ecbf5e 12427
81ecdfbb
RW
12428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12429$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12430if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12431 $as_echo_n "(cached) " >&6
42ecbf5e 12432else
81ecdfbb 12433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12434/* end confdefs.h. */
252b5132
RH
12435#include <sys/types.h>
12436#include <sys/wait.h>
12437#ifndef WEXITSTATUS
81ecdfbb 12438# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
12439#endif
12440#ifndef WIFEXITED
42ecbf5e 12441# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 12442#endif
42ecbf5e
DJ
12443
12444int
12445main ()
12446{
12447 int s;
12448 wait (&s);
12449 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12450 ;
12451 return 0;
12452}
12453_ACEOF
81ecdfbb 12454if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12455 ac_cv_header_sys_wait_h=yes
12456else
81ecdfbb 12457 ac_cv_header_sys_wait_h=no
252b5132 12458fi
81ecdfbb 12459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12460fi
81ecdfbb
RW
12461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12462$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 12463if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 12464
81ecdfbb 12465$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
12466
12467fi
12468
12469# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12470# for constant arguments. Useless!
81ecdfbb
RW
12471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12472$as_echo_n "checking for working alloca.h... " >&6; }
12473if test "${ac_cv_working_alloca_h+set}" = set; then :
12474 $as_echo_n "(cached) " >&6
42ecbf5e 12475else
81ecdfbb 12476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12477/* end confdefs.h. */
252b5132 12478#include <alloca.h>
42ecbf5e
DJ
12479int
12480main ()
12481{
12482char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 12483 if (p) return 0;
42ecbf5e
DJ
12484 ;
12485 return 0;
12486}
12487_ACEOF
81ecdfbb 12488if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
12489 ac_cv_working_alloca_h=yes
12490else
81ecdfbb 12491 ac_cv_working_alloca_h=no
42ecbf5e 12492fi
81ecdfbb
RW
12493rm -f core conftest.err conftest.$ac_objext \
12494 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 12495fi
81ecdfbb
RW
12496{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12497$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
12498if test $ac_cv_working_alloca_h = yes; then
12499
81ecdfbb 12500$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
12501
12502fi
12503
81ecdfbb
RW
12504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
12505$as_echo_n "checking for alloca... " >&6; }
12506if test "${ac_cv_func_alloca_works+set}" = set; then :
12507 $as_echo_n "(cached) " >&6
252b5132 12508else
81ecdfbb 12509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12510/* end confdefs.h. */
252b5132
RH
12511#ifdef __GNUC__
12512# define alloca __builtin_alloca
12513#else
12514# ifdef _MSC_VER
12515# include <malloc.h>
12516# define alloca _alloca
12517# else
81ecdfbb 12518# ifdef HAVE_ALLOCA_H
252b5132
RH
12519# include <alloca.h>
12520# else
12521# ifdef _AIX
12522 #pragma alloca
12523# else
12524# ifndef alloca /* predefined by HP cc +Olibcalls */
12525char *alloca ();
12526# endif
12527# endif
12528# endif
12529# endif
12530#endif
12531
42ecbf5e
DJ
12532int
12533main ()
12534{
12535char *p = (char *) alloca (1);
81ecdfbb 12536 if (p) return 0;
42ecbf5e
DJ
12537 ;
12538 return 0;
12539}
12540_ACEOF
81ecdfbb 12541if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
12542 ac_cv_func_alloca_works=yes
12543else
81ecdfbb 12544 ac_cv_func_alloca_works=no
252b5132 12545fi
81ecdfbb
RW
12546rm -f core conftest.err conftest.$ac_objext \
12547 conftest$ac_exeext conftest.$ac_ext
252b5132 12548fi
81ecdfbb
RW
12549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
12550$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 12551
252b5132 12552if test $ac_cv_func_alloca_works = yes; then
e5a52504 12553
81ecdfbb 12554$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 12555
42ecbf5e 12556else
d15b04bd 12557 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
12558# that cause trouble. Some versions do not even contain alloca or
12559# contain a buggy version. If you still want to use their alloca,
12560# use ar to extract alloca.o from them instead of compiling alloca.c.
12561
81ecdfbb 12562ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 12563
81ecdfbb 12564$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
12565
12566
81ecdfbb
RW
12567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
12568$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
12569if test "${ac_cv_os_cray+set}" = set; then :
12570 $as_echo_n "(cached) " >&6
252b5132 12571else
81ecdfbb 12572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12573/* end confdefs.h. */
81ecdfbb 12574#if defined CRAY && ! defined CRAY2
252b5132
RH
12575webecray
12576#else
12577wenotbecray
12578#endif
12579
42ecbf5e 12580_ACEOF
252b5132 12581if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 12582 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
12583 ac_cv_os_cray=yes
12584else
252b5132
RH
12585 ac_cv_os_cray=no
12586fi
12587rm -f conftest*
12588
12589fi
81ecdfbb
RW
12590{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
12591$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 12592if test $ac_cv_os_cray = yes; then
42ecbf5e 12593 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
12594 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12595ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12596eval as_val=\$$as_ac_var
12597 if test "x$as_val" = x""yes; then :
42ecbf5e
DJ
12598
12599cat >>confdefs.h <<_ACEOF
252b5132 12600#define CRAY_STACKSEG_END $ac_func
42ecbf5e 12601_ACEOF
252b5132 12602
42ecbf5e 12603 break
252b5132
RH
12604fi
12605
42ecbf5e 12606 done
252b5132
RH
12607fi
12608
81ecdfbb
RW
12609{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
12610$as_echo_n "checking stack direction for C alloca... " >&6; }
12611if test "${ac_cv_c_stack_direction+set}" = set; then :
12612 $as_echo_n "(cached) " >&6
252b5132 12613else
81ecdfbb 12614 if test "$cross_compiling" = yes; then :
252b5132
RH
12615 ac_cv_c_stack_direction=0
12616else
81ecdfbb 12617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12618/* end confdefs.h. */
81ecdfbb 12619$ac_includes_default
42ecbf5e 12620int
252b5132
RH
12621find_stack_direction ()
12622{
12623 static char *addr = 0;
12624 auto char dummy;
12625 if (addr == 0)
12626 {
12627 addr = &dummy;
12628 return find_stack_direction ();
12629 }
12630 else
12631 return (&dummy > addr) ? 1 : -1;
12632}
42ecbf5e
DJ
12633
12634int
252b5132
RH
12635main ()
12636{
81ecdfbb 12637 return find_stack_direction () < 0;
252b5132 12638}
42ecbf5e 12639_ACEOF
81ecdfbb 12640if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
12641 ac_cv_c_stack_direction=1
12642else
81ecdfbb 12643 ac_cv_c_stack_direction=-1
252b5132 12644fi
81ecdfbb
RW
12645rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12646 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
12647fi
12648
81ecdfbb
RW
12649fi
12650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
12651$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 12652cat >>confdefs.h <<_ACEOF
252b5132 12653#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
12654_ACEOF
12655
252b5132
RH
12656
12657fi
12658
81ecdfbb
RW
12659for ac_func in sbrk utimes setmode getc_unlocked strcoll
12660do :
12661 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12662ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12663eval as_val=\$$as_ac_var
12664 if test "x$as_val" = x""yes; then :
12665 cat >>confdefs.h <<_ACEOF
12666#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12667_ACEOF
42ecbf5e 12668
81ecdfbb
RW
12669fi
12670done
42ecbf5e 12671
81ecdfbb
RW
12672ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
12673if test "x$ac_cv_func_mkstemp" = x""yes; then :
42ecbf5e 12674
81ecdfbb 12675$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 12676
81ecdfbb 12677fi
42ecbf5e 12678
81ecdfbb
RW
12679ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
12680if test "x$ac_cv_func_mkdtemp" = x""yes; then :
42ecbf5e 12681
81ecdfbb 12682$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 12683
81ecdfbb 12684fi
d15b04bd 12685
d15b04bd 12686
81ecdfbb
RW
12687# Some systems have frexp only in -lm, not in -lc.
12688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
12689$as_echo_n "checking for library containing frexp... " >&6; }
12690if test "${ac_cv_search_frexp+set}" = set; then :
12691 $as_echo_n "(cached) " >&6
f9c026a8 12692else
81ecdfbb
RW
12693 ac_func_search_save_LIBS=$LIBS
12694cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 12695/* end confdefs.h. */
f9c026a8 12696
81ecdfbb
RW
12697/* Override any GCC internal prototype to avoid an error.
12698 Use char because int might match the return type of a GCC
f9c026a8 12699 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
12700#ifdef __cplusplus
12701extern "C"
12702#endif
42ecbf5e
DJ
12703char frexp ();
12704int
12705main ()
12706{
81ecdfbb 12707return frexp ();
42ecbf5e
DJ
12708 ;
12709 return 0;
12710}
12711_ACEOF
81ecdfbb
RW
12712for ac_lib in '' m; do
12713 if test -z "$ac_lib"; then
12714 ac_res="none required"
12715 else
12716 ac_res=-l$ac_lib
42ecbf5e 12717 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
12718 fi
12719 if ac_fn_c_try_link "$LINENO"; then :
12720 ac_cv_search_frexp=$ac_res
12721fi
12722rm -f core conftest.err conftest.$ac_objext \
12723 conftest$ac_exeext
12724 if test "${ac_cv_search_frexp+set}" = set; then :
12725 break
12726fi
12727done
12728if test "${ac_cv_search_frexp+set}" = set; then :
42ecbf5e 12729
f353eb8a 12730else
81ecdfbb 12731 ac_cv_search_frexp=no
e5a52504 12732fi
81ecdfbb 12733rm conftest.$ac_ext
42ecbf5e
DJ
12734LIBS=$ac_func_search_save_LIBS
12735fi
81ecdfbb
RW
12736{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
12737$as_echo "$ac_cv_search_frexp" >&6; }
12738ac_res=$ac_cv_search_frexp
12739if test "$ac_res" != no; then :
12740 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 12741
f353eb8a
ILT
12742fi
12743
42ecbf5e 12744
81ecdfbb
RW
12745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
12746$as_echo_n "checking for time_t in time.h... " >&6; }
12747if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
12748 $as_echo_n "(cached) " >&6
252b5132 12749else
81ecdfbb 12750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12751/* end confdefs.h. */
252b5132 12752#include <time.h>
42ecbf5e
DJ
12753int
12754main ()
12755{
252b5132 12756time_t i;
42ecbf5e
DJ
12757 ;
12758 return 0;
12759}
12760_ACEOF
81ecdfbb 12761if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12762 bu_cv_decl_time_t_time_h=yes
12763else
81ecdfbb 12764 bu_cv_decl_time_t_time_h=no
252b5132 12765fi
81ecdfbb 12766rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12767fi
12768
81ecdfbb
RW
12769{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
12770$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 12771if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 12772
81ecdfbb 12773$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
12774
12775fi
12776
81ecdfbb
RW
12777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
12778$as_echo_n "checking for time_t in sys/types.h... " >&6; }
12779if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
12780 $as_echo_n "(cached) " >&6
252b5132 12781else
81ecdfbb 12782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12783/* end confdefs.h. */
252b5132 12784#include <sys/types.h>
42ecbf5e
DJ
12785int
12786main ()
12787{
252b5132 12788time_t i;
42ecbf5e
DJ
12789 ;
12790 return 0;
12791}
12792_ACEOF
81ecdfbb 12793if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12794 bu_cv_decl_time_t_types_h=yes
12795else
81ecdfbb 12796 bu_cv_decl_time_t_types_h=no
252b5132 12797fi
81ecdfbb 12798rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12799fi
12800
81ecdfbb
RW
12801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
12802$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 12803if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 12804
81ecdfbb 12805$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
12806
12807fi
12808
81ecdfbb
RW
12809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
12810$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
12811if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
12812 $as_echo_n "(cached) " >&6
e46eba98 12813else
81ecdfbb 12814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12815/* end confdefs.h. */
e46eba98 12816#include <unistd.h>
42ecbf5e
DJ
12817int
12818main ()
12819{
e46eba98 12820extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
12821 ;
12822 return 0;
12823}
12824_ACEOF
81ecdfbb 12825if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
12826 bu_cv_decl_getopt_unistd_h=yes
12827else
81ecdfbb 12828 bu_cv_decl_getopt_unistd_h=no
e46eba98 12829fi
81ecdfbb 12830rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
12831fi
12832
81ecdfbb
RW
12833{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
12834$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 12835if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 12836
81ecdfbb 12837$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
12838
12839fi
12840
252b5132
RH
12841# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
12842# by default.
81ecdfbb
RW
12843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
12844$as_echo_n "checking for utime.h... " >&6; }
12845if test "${bu_cv_header_utime_h+set}" = set; then :
12846 $as_echo_n "(cached) " >&6
42ecbf5e 12847else
81ecdfbb 12848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12849/* end confdefs.h. */
252b5132
RH
12850#include <sys/types.h>
12851#ifdef HAVE_TIME_H
12852#include <time.h>
12853#endif
12854#include <utime.h>
42ecbf5e
DJ
12855int
12856main ()
12857{
252b5132 12858struct utimbuf s;
42ecbf5e
DJ
12859 ;
12860 return 0;
12861}
12862_ACEOF
81ecdfbb 12863if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12864 bu_cv_header_utime_h=yes
12865else
81ecdfbb 12866 bu_cv_header_utime_h=no
252b5132 12867fi
81ecdfbb 12868rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
12869fi
12870
81ecdfbb
RW
12871{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
12872$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 12873if test $bu_cv_header_utime_h = yes; then
42ecbf5e 12874
81ecdfbb 12875$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
12876
12877fi
12878
81ecdfbb
RW
12879ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
12880if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
12881 ac_have_decl=1
252b5132 12882else
81ecdfbb
RW
12883 ac_have_decl=0
12884fi
398ee8f1 12885
81ecdfbb
RW
12886cat >>confdefs.h <<_ACEOF
12887#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 12888_ACEOF
81ecdfbb
RW
12889ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12890if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
12891 ac_have_decl=1
252b5132 12892else
81ecdfbb 12893 ac_have_decl=0
252b5132 12894fi
252b5132 12895
398ee8f1 12896cat >>confdefs.h <<_ACEOF
81ecdfbb 12897#define HAVE_DECL_STPCPY $ac_have_decl
398ee8f1 12898_ACEOF
81ecdfbb
RW
12899ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
12900if test "x$ac_cv_have_decl_strstr" = x""yes; then :
12901 ac_have_decl=1
398ee8f1 12902else
81ecdfbb
RW
12903 ac_have_decl=0
12904fi
3e321448
L
12905
12906cat >>confdefs.h <<_ACEOF
81ecdfbb 12907#define HAVE_DECL_STRSTR $ac_have_decl
42ecbf5e 12908_ACEOF
81ecdfbb
RW
12909ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
12910if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
12911 ac_have_decl=1
252b5132 12912else
81ecdfbb 12913 ac_have_decl=0
252b5132 12914fi
252b5132 12915
398ee8f1 12916cat >>confdefs.h <<_ACEOF
81ecdfbb 12917#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 12918_ACEOF
81ecdfbb
RW
12919ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
12920if test "x$ac_cv_have_decl_getenv" = x""yes; then :
12921 ac_have_decl=1
398ee8f1 12922else
81ecdfbb 12923 ac_have_decl=0
398ee8f1 12924fi
252b5132 12925
398ee8f1 12926cat >>confdefs.h <<_ACEOF
81ecdfbb 12927#define HAVE_DECL_GETENV $ac_have_decl
398ee8f1 12928_ACEOF
81ecdfbb
RW
12929ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
12930if test "x$ac_cv_have_decl_environ" = x""yes; then :
12931 ac_have_decl=1
398ee8f1 12932else
81ecdfbb 12933 ac_have_decl=0
398ee8f1 12934fi
252b5132 12935
398ee8f1 12936cat >>confdefs.h <<_ACEOF
81ecdfbb 12937#define HAVE_DECL_ENVIRON $ac_have_decl
b7d4af3a 12938_ACEOF
81ecdfbb
RW
12939ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
12940if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
12941 ac_have_decl=1
b7d4af3a 12942else
81ecdfbb 12943 ac_have_decl=0
b7d4af3a 12944fi
b7d4af3a
JW
12945
12946cat >>confdefs.h <<_ACEOF
81ecdfbb 12947#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
b7d4af3a 12948_ACEOF
81ecdfbb
RW
12949ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
12950if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
12951 ac_have_decl=1
b7d4af3a 12952else
81ecdfbb 12953 ac_have_decl=0
db50c840 12954fi
db50c840
EB
12955
12956cat >>confdefs.h <<_ACEOF
81ecdfbb 12957#define HAVE_DECL_SNPRINTF $ac_have_decl
db50c840 12958_ACEOF
81ecdfbb
RW
12959ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
12960if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
12961 ac_have_decl=1
db50c840 12962else
81ecdfbb 12963 ac_have_decl=0
db50c840 12964fi
db50c840
EB
12965
12966cat >>confdefs.h <<_ACEOF
81ecdfbb 12967#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
12968_ACEOF
12969
12970
1b315056
CS
12971# Link in zlib if we can. This allows us to read compressed debug
12972# sections. This is used only by readelf.c (objdump uses bfd for
12973# reading compressed sections).
81ecdfbb
RW
12974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
12975$as_echo_n "checking for library containing zlibVersion... " >&6; }
12976if test "${ac_cv_search_zlibVersion+set}" = set; then :
12977 $as_echo_n "(cached) " >&6
1b315056
CS
12978else
12979 ac_func_search_save_LIBS=$LIBS
81ecdfbb 12980cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1b315056
CS
12981/* end confdefs.h. */
12982
81ecdfbb
RW
12983/* Override any GCC internal prototype to avoid an error.
12984 Use char because int might match the return type of a GCC
1b315056 12985 builtin and then its argument prototype would still apply. */
1b315056
CS
12986#ifdef __cplusplus
12987extern "C"
12988#endif
1b315056
CS
12989char zlibVersion ();
12990int
12991main ()
12992{
81ecdfbb 12993return zlibVersion ();
1b315056
CS
12994 ;
12995 return 0;
12996}
81ecdfbb
RW
12997_ACEOF
12998for ac_lib in '' z; do
12999 if test -z "$ac_lib"; then
13000 ac_res="none required"
1b315056 13001 else
81ecdfbb
RW
13002 ac_res=-l$ac_lib
13003 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
1b315056 13004 fi
81ecdfbb
RW
13005 if ac_fn_c_try_link "$LINENO"; then :
13006 ac_cv_search_zlibVersion=$ac_res
1b315056 13007fi
81ecdfbb
RW
13008rm -f core conftest.err conftest.$ac_objext \
13009 conftest$ac_exeext
13010 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13011 break
1b315056 13012fi
81ecdfbb
RW
13013done
13014if test "${ac_cv_search_zlibVersion+set}" = set; then :
1b315056 13015
1b315056 13016else
81ecdfbb 13017 ac_cv_search_zlibVersion=no
1b315056 13018fi
81ecdfbb
RW
13019rm conftest.$ac_ext
13020LIBS=$ac_func_search_save_LIBS
1b315056 13021fi
81ecdfbb
RW
13022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13023$as_echo "$ac_cv_search_zlibVersion" >&6; }
13024ac_res=$ac_cv_search_zlibVersion
13025if test "$ac_res" != no; then :
13026 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13027 for ac_header in zlib.h
13028do :
13029 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13030if test "x$ac_cv_header_zlib_h" = x""yes; then :
1b315056 13031 cat >>confdefs.h <<_ACEOF
81ecdfbb 13032#define HAVE_ZLIB_H 1
1b315056
CS
13033_ACEOF
13034
13035fi
13036
13037done
13038
13039fi
13040
13041
252b5132
RH
13042
13043case "${host}" in
8a965946 13044*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 13045
81ecdfbb 13046$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
13047 ;;
13048esac
13049
13050# target-specific stuff:
13051
13052# Canonicalize the secondary target names.
13053if test -n "$enable_targets"; then
13054 for targ in `echo $enable_targets | sed 's/,/ /g'`
13055 do
6d83c84b 13056 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
13057 if test -n "$result"; then
13058 canon_targets="$canon_targets $result"
13059 else
13060 # Allow targets that config.sub doesn't recognize, like "all".
13061 canon_targets="$canon_targets $targ"
13062 fi
13063 done
13064fi
13065
81ecdfbb
RW
13066ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13067if test "x$ac_cv_header_iconv_h" = x""yes; then :
5ba684e2
NC
13068
13069fi
13070
13071
13072
13073 if test "X$prefix" = "XNONE"; then
13074 acl_final_prefix="$ac_default_prefix"
13075 else
13076 acl_final_prefix="$prefix"
13077 fi
13078 if test "X$exec_prefix" = "XNONE"; then
13079 acl_final_exec_prefix='${prefix}'
13080 else
13081 acl_final_exec_prefix="$exec_prefix"
13082 fi
13083 acl_save_prefix="$prefix"
13084 prefix="$acl_final_prefix"
13085 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13086 prefix="$acl_save_prefix"
13087
13088
81ecdfbb
RW
13089# Check whether --with-gnu-ld was given.
13090if test "${with_gnu_ld+set}" = set; then :
13091 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
13092else
13093 with_gnu_ld=no
81ecdfbb
RW
13094fi
13095
5ba684e2
NC
13096# Prepare PATH_SEPARATOR.
13097# The user is always right.
13098if test "${PATH_SEPARATOR+set}" != set; then
13099 echo "#! /bin/sh" >conf$$.sh
13100 echo "exit 0" >>conf$$.sh
13101 chmod +x conf$$.sh
13102 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13103 PATH_SEPARATOR=';'
13104 else
13105 PATH_SEPARATOR=:
13106 fi
13107 rm -f conf$$.sh
13108fi
13109ac_prog=ld
13110if test "$GCC" = yes; then
13111 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13113$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
13114 case $host in
13115 *-*-mingw*)
13116 # gcc leaves a trailing carriage return which upsets mingw
13117 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13118 *)
13119 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13120 esac
13121 case $ac_prog in
13122 # Accept absolute paths.
13123 [\\/]* | [A-Za-z]:[\\/]*)
13124 re_direlt='/[^/][^/]*/\.\./'
13125 # Canonicalize the path of ld
13126 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13127 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13128 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13129 done
13130 test -z "$LD" && LD="$ac_prog"
13131 ;;
13132 "")
13133 # If it fails, then pretend we aren't using GCC.
13134 ac_prog=ld
13135 ;;
13136 *)
13137 # If it is relative, then search for the first ld in PATH.
13138 with_gnu_ld=unknown
13139 ;;
13140 esac
13141elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13143$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 13144else
81ecdfbb
RW
13145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13146$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 13147fi
81ecdfbb
RW
13148if test "${acl_cv_path_LD+set}" = set; then :
13149 $as_echo_n "(cached) " >&6
5ba684e2
NC
13150else
13151 if test -z "$LD"; then
13152 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13153 for ac_dir in $PATH; do
13154 test -z "$ac_dir" && ac_dir=.
13155 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13156 acl_cv_path_LD="$ac_dir/$ac_prog"
13157 # Check to see if the program is GNU ld. I'd rather use --version,
13158 # but apparently some GNU ld's only accept -v.
13159 # Break only if it was the GNU/non-GNU ld that we prefer.
13160 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13161 test "$with_gnu_ld" != no && break
13162 else
13163 test "$with_gnu_ld" != yes && break
13164 fi
13165 fi
13166 done
13167 IFS="$ac_save_ifs"
13168else
13169 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13170fi
13171fi
13172
13173LD="$acl_cv_path_LD"
13174if test -n "$LD"; then
81ecdfbb
RW
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13176$as_echo "$LD" >&6; }
5ba684e2 13177else
81ecdfbb
RW
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13179$as_echo "no" >&6; }
5ba684e2 13180fi
81ecdfbb
RW
13181test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13182{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13183$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13184if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13185 $as_echo_n "(cached) " >&6
5ba684e2
NC
13186else
13187 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13188if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13189 acl_cv_prog_gnu_ld=yes
13190else
13191 acl_cv_prog_gnu_ld=no
13192fi
13193fi
81ecdfbb
RW
13194{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13195$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
13196with_gnu_ld=$acl_cv_prog_gnu_ld
13197
13198
13199
81ecdfbb
RW
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13201$as_echo_n "checking for shared library run path origin... " >&6; }
13202if test "${acl_cv_rpath+set}" = set; then :
13203 $as_echo_n "(cached) " >&6
5ba684e2
NC
13204else
13205
13206 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13207 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13208 . ./conftest.sh
13209 rm -f ./conftest.sh
13210 acl_cv_rpath=done
13211
13212fi
81ecdfbb
RW
13213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13214$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
13215 wl="$acl_cv_wl"
13216 libext="$acl_cv_libext"
13217 shlibext="$acl_cv_shlibext"
13218 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13219 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13220 hardcode_direct="$acl_cv_hardcode_direct"
13221 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
13222 # Check whether --enable-rpath was given.
13223if test "${enable_rpath+set}" = set; then :
13224 enableval=$enable_rpath; :
5ba684e2
NC
13225else
13226 enable_rpath=yes
81ecdfbb
RW
13227fi
13228
5ba684e2
NC
13229
13230
13231
13232
13233
13234
13235
13236 use_additional=yes
13237
13238 acl_save_prefix="$prefix"
13239 prefix="$acl_final_prefix"
13240 acl_save_exec_prefix="$exec_prefix"
13241 exec_prefix="$acl_final_exec_prefix"
13242
13243 eval additional_includedir=\"$includedir\"
13244 eval additional_libdir=\"$libdir\"
13245
13246 exec_prefix="$acl_save_exec_prefix"
13247 prefix="$acl_save_prefix"
13248
13249
81ecdfbb
RW
13250# Check whether --with-libiconv-prefix was given.
13251if test "${with_libiconv_prefix+set}" = set; then :
13252 withval=$with_libiconv_prefix;
5ba684e2
NC
13253 if test "X$withval" = "Xno"; then
13254 use_additional=no
13255 else
13256 if test "X$withval" = "X"; then
13257
13258 acl_save_prefix="$prefix"
13259 prefix="$acl_final_prefix"
13260 acl_save_exec_prefix="$exec_prefix"
13261 exec_prefix="$acl_final_exec_prefix"
13262
13263 eval additional_includedir=\"$includedir\"
13264 eval additional_libdir=\"$libdir\"
13265
13266 exec_prefix="$acl_save_exec_prefix"
13267 prefix="$acl_save_prefix"
13268
13269 else
13270 additional_includedir="$withval/include"
13271 additional_libdir="$withval/lib"
13272 fi
13273 fi
13274
81ecdfbb
RW
13275fi
13276
5ba684e2
NC
13277 LIBICONV=
13278 LTLIBICONV=
13279 INCICONV=
13280 rpathdirs=
13281 ltrpathdirs=
13282 names_already_handled=
13283 names_next_round='iconv '
13284 while test -n "$names_next_round"; do
13285 names_this_round="$names_next_round"
13286 names_next_round=
13287 for name in $names_this_round; do
13288 already_handled=
13289 for n in $names_already_handled; do
13290 if test "$n" = "$name"; then
13291 already_handled=yes
13292 break
13293 fi
13294 done
13295 if test -z "$already_handled"; then
13296 names_already_handled="$names_already_handled $name"
13297 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13298 eval value=\"\$HAVE_LIB$uppername\"
13299 if test -n "$value"; then
13300 if test "$value" = yes; then
13301 eval value=\"\$LIB$uppername\"
13302 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13303 eval value=\"\$LTLIB$uppername\"
13304 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13305 else
13306 :
13307 fi
13308 else
13309 found_dir=
13310 found_la=
13311 found_so=
13312 found_a=
13313 if test $use_additional = yes; then
13314 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13315 found_dir="$additional_libdir"
13316 found_so="$additional_libdir/lib$name.$shlibext"
13317 if test -f "$additional_libdir/lib$name.la"; then
13318 found_la="$additional_libdir/lib$name.la"
13319 fi
13320 else
13321 if test -f "$additional_libdir/lib$name.$libext"; then
13322 found_dir="$additional_libdir"
13323 found_a="$additional_libdir/lib$name.$libext"
13324 if test -f "$additional_libdir/lib$name.la"; then
13325 found_la="$additional_libdir/lib$name.la"
13326 fi
13327 fi
13328 fi
13329 fi
13330 if test "X$found_dir" = "X"; then
13331 for x in $LDFLAGS $LTLIBICONV; do
13332
13333 acl_save_prefix="$prefix"
13334 prefix="$acl_final_prefix"
13335 acl_save_exec_prefix="$exec_prefix"
13336 exec_prefix="$acl_final_exec_prefix"
13337 eval x=\"$x\"
13338 exec_prefix="$acl_save_exec_prefix"
13339 prefix="$acl_save_prefix"
13340
13341 case "$x" in
13342 -L*)
13343 dir=`echo "X$x" | sed -e 's/^X-L//'`
13344 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13345 found_dir="$dir"
13346 found_so="$dir/lib$name.$shlibext"
13347 if test -f "$dir/lib$name.la"; then
13348 found_la="$dir/lib$name.la"
13349 fi
13350 else
13351 if test -f "$dir/lib$name.$libext"; then
13352 found_dir="$dir"
13353 found_a="$dir/lib$name.$libext"
13354 if test -f "$dir/lib$name.la"; then
13355 found_la="$dir/lib$name.la"
13356 fi
13357 fi
13358 fi
13359 ;;
13360 esac
13361 if test "X$found_dir" != "X"; then
13362 break
13363 fi
13364 done
13365 fi
13366 if test "X$found_dir" != "X"; then
13367 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13368 if test "X$found_so" != "X"; then
13369 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13370 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13371 else
13372 haveit=
13373 for x in $ltrpathdirs; do
13374 if test "X$x" = "X$found_dir"; then
13375 haveit=yes
13376 break
13377 fi
13378 done
13379 if test -z "$haveit"; then
13380 ltrpathdirs="$ltrpathdirs $found_dir"
13381 fi
13382 if test "$hardcode_direct" = yes; then
13383 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13384 else
13385 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13386 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13387 haveit=
13388 for x in $rpathdirs; do
13389 if test "X$x" = "X$found_dir"; then
13390 haveit=yes
13391 break
13392 fi
13393 done
13394 if test -z "$haveit"; then
13395 rpathdirs="$rpathdirs $found_dir"
13396 fi
13397 else
13398 haveit=
13399 for x in $LDFLAGS $LIBICONV; do
13400
13401 acl_save_prefix="$prefix"
13402 prefix="$acl_final_prefix"
13403 acl_save_exec_prefix="$exec_prefix"
13404 exec_prefix="$acl_final_exec_prefix"
13405 eval x=\"$x\"
13406 exec_prefix="$acl_save_exec_prefix"
13407 prefix="$acl_save_prefix"
13408
13409 if test "X$x" = "X-L$found_dir"; then
13410 haveit=yes
13411 break
13412 fi
13413 done
13414 if test -z "$haveit"; then
13415 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13416 fi
13417 if test "$hardcode_minus_L" != no; then
13418 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13419 else
13420 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13421 fi
13422 fi
13423 fi
13424 fi
13425 else
13426 if test "X$found_a" != "X"; then
13427 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13428 else
13429 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13430 fi
13431 fi
13432 additional_includedir=
13433 case "$found_dir" in
13434 */lib | */lib/)
13435 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13436 additional_includedir="$basedir/include"
13437 ;;
13438 esac
13439 if test "X$additional_includedir" != "X"; then
13440 if test "X$additional_includedir" != "X/usr/include"; then
13441 haveit=
13442 if test "X$additional_includedir" = "X/usr/local/include"; then
13443 if test -n "$GCC"; then
13444 case $host_os in
13445 linux*) haveit=yes;;
13446 esac
13447 fi
13448 fi
13449 if test -z "$haveit"; then
13450 for x in $CPPFLAGS $INCICONV; do
13451
13452 acl_save_prefix="$prefix"
13453 prefix="$acl_final_prefix"
13454 acl_save_exec_prefix="$exec_prefix"
13455 exec_prefix="$acl_final_exec_prefix"
13456 eval x=\"$x\"
13457 exec_prefix="$acl_save_exec_prefix"
13458 prefix="$acl_save_prefix"
13459
13460 if test "X$x" = "X-I$additional_includedir"; then
13461 haveit=yes
13462 break
13463 fi
13464 done
13465 if test -z "$haveit"; then
13466 if test -d "$additional_includedir"; then
13467 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13468 fi
13469 fi
13470 fi
13471 fi
13472 fi
13473 if test -n "$found_la"; then
13474 save_libdir="$libdir"
13475 case "$found_la" in
13476 */* | *\\*) . "$found_la" ;;
13477 *) . "./$found_la" ;;
13478 esac
13479 libdir="$save_libdir"
13480 for dep in $dependency_libs; do
13481 case "$dep" in
13482 -L*)
13483 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
13484 if test "X$additional_libdir" != "X/usr/lib"; then
13485 haveit=
13486 if test "X$additional_libdir" = "X/usr/local/lib"; then
13487 if test -n "$GCC"; then
13488 case $host_os in
13489 linux*) haveit=yes;;
13490 esac
13491 fi
13492 fi
13493 if test -z "$haveit"; then
13494 haveit=
13495 for x in $LDFLAGS $LIBICONV; do
13496
13497 acl_save_prefix="$prefix"
13498 prefix="$acl_final_prefix"
13499 acl_save_exec_prefix="$exec_prefix"
13500 exec_prefix="$acl_final_exec_prefix"
13501 eval x=\"$x\"
13502 exec_prefix="$acl_save_exec_prefix"
13503 prefix="$acl_save_prefix"
13504
13505 if test "X$x" = "X-L$additional_libdir"; then
13506 haveit=yes
13507 break
13508 fi
13509 done
13510 if test -z "$haveit"; then
13511 if test -d "$additional_libdir"; then
13512 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
13513 fi
13514 fi
13515 haveit=
13516 for x in $LDFLAGS $LTLIBICONV; do
13517
13518 acl_save_prefix="$prefix"
13519 prefix="$acl_final_prefix"
13520 acl_save_exec_prefix="$exec_prefix"
13521 exec_prefix="$acl_final_exec_prefix"
13522 eval x=\"$x\"
13523 exec_prefix="$acl_save_exec_prefix"
13524 prefix="$acl_save_prefix"
13525
13526 if test "X$x" = "X-L$additional_libdir"; then
13527 haveit=yes
13528 break
13529 fi
13530 done
13531 if test -z "$haveit"; then
13532 if test -d "$additional_libdir"; then
13533 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
13534 fi
13535 fi
13536 fi
13537 fi
13538 ;;
13539 -R*)
13540 dir=`echo "X$dep" | sed -e 's/^X-R//'`
13541 if test "$enable_rpath" != no; then
13542 haveit=
13543 for x in $rpathdirs; do
13544 if test "X$x" = "X$dir"; then
13545 haveit=yes
13546 break
13547 fi
13548 done
13549 if test -z "$haveit"; then
13550 rpathdirs="$rpathdirs $dir"
13551 fi
13552 haveit=
13553 for x in $ltrpathdirs; do
13554 if test "X$x" = "X$dir"; then
13555 haveit=yes
13556 break
13557 fi
13558 done
13559 if test -z "$haveit"; then
13560 ltrpathdirs="$ltrpathdirs $dir"
13561 fi
13562 fi
13563 ;;
13564 -l*)
13565 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
13566 ;;
13567 *.la)
13568 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
13569 ;;
13570 *)
13571 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
13572 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
13573 ;;
13574 esac
13575 done
13576 fi
13577 else
13578 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13579 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
13580 fi
13581 fi
13582 fi
13583 done
13584 done
13585 if test "X$rpathdirs" != "X"; then
13586 if test -n "$hardcode_libdir_separator"; then
13587 alldirs=
13588 for found_dir in $rpathdirs; do
13589 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
13590 done
13591 acl_save_libdir="$libdir"
13592 libdir="$alldirs"
13593 eval flag=\"$hardcode_libdir_flag_spec\"
13594 libdir="$acl_save_libdir"
13595 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13596 else
13597 for found_dir in $rpathdirs; do
13598 acl_save_libdir="$libdir"
13599 libdir="$found_dir"
13600 eval flag=\"$hardcode_libdir_flag_spec\"
13601 libdir="$acl_save_libdir"
13602 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
13603 done
13604 fi
13605 fi
13606 if test "X$ltrpathdirs" != "X"; then
13607 for found_dir in $ltrpathdirs; do
13608 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
13609 done
13610 fi
13611
13612
13613
13614
13615
13616
13617
13618 am_save_CPPFLAGS="$CPPFLAGS"
13619
13620 for element in $INCICONV; do
13621 haveit=
13622 for x in $CPPFLAGS; do
13623
13624 acl_save_prefix="$prefix"
13625 prefix="$acl_final_prefix"
13626 acl_save_exec_prefix="$exec_prefix"
13627 exec_prefix="$acl_final_exec_prefix"
13628 eval x=\"$x\"
13629 exec_prefix="$acl_save_exec_prefix"
13630 prefix="$acl_save_prefix"
13631
13632 if test "X$x" = "X$element"; then
13633 haveit=yes
13634 break
13635 fi
13636 done
13637 if test -z "$haveit"; then
13638 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
13639 fi
13640 done
13641
13642
81ecdfbb
RW
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
13644$as_echo_n "checking for iconv... " >&6; }
13645if test "${am_cv_func_iconv+set}" = set; then :
13646 $as_echo_n "(cached) " >&6
5ba684e2
NC
13647else
13648
13649 am_cv_func_iconv="no, consider installing GNU libiconv"
13650 am_cv_lib_iconv=no
81ecdfbb 13651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
13652/* end confdefs.h. */
13653#include <stdlib.h>
13654#include <iconv.h>
13655int
13656main ()
13657{
13658iconv_t cd = iconv_open("","");
13659 iconv(cd,NULL,NULL,NULL,NULL);
13660 iconv_close(cd);
13661 ;
13662 return 0;
13663}
13664_ACEOF
81ecdfbb 13665if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 13666 am_cv_func_iconv=yes
5ba684e2 13667fi
81ecdfbb
RW
13668rm -f core conftest.err conftest.$ac_objext \
13669 conftest$ac_exeext conftest.$ac_ext
5ba684e2
NC
13670 if test "$am_cv_func_iconv" != yes; then
13671 am_save_LIBS="$LIBS"
13672 LIBS="$LIBS $LIBICONV"
81ecdfbb 13673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
13674/* end confdefs.h. */
13675#include <stdlib.h>
13676#include <iconv.h>
13677int
13678main ()
13679{
13680iconv_t cd = iconv_open("","");
13681 iconv(cd,NULL,NULL,NULL,NULL);
13682 iconv_close(cd);
13683 ;
13684 return 0;
13685}
13686_ACEOF
81ecdfbb 13687if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
13688 am_cv_lib_iconv=yes
13689 am_cv_func_iconv=yes
5ba684e2 13690fi
81ecdfbb
RW
13691rm -f core conftest.err conftest.$ac_objext \
13692 conftest$ac_exeext conftest.$ac_ext
5ba684e2
NC
13693 LIBS="$am_save_LIBS"
13694 fi
13695
13696fi
81ecdfbb
RW
13697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
13698$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
13699 if test "$am_cv_func_iconv" = yes; then
13700
81ecdfbb 13701$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
13702
13703 fi
13704 if test "$am_cv_lib_iconv" = yes; then
81ecdfbb
RW
13705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
13706$as_echo_n "checking how to link with libiconv... " >&6; }
13707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
13708$as_echo "$LIBICONV" >&6; }
5ba684e2
NC
13709 else
13710 CPPFLAGS="$am_save_CPPFLAGS"
13711 LIBICONV=
13712 LTLIBICONV=
13713 fi
13714
13715
13716
13717 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
13719$as_echo_n "checking for iconv declaration... " >&6; }
13720 if test "${am_cv_proto_iconv+set}" = set; then :
13721 $as_echo_n "(cached) " >&6
5ba684e2
NC
13722else
13723
81ecdfbb 13724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
13725/* end confdefs.h. */
13726
13727#include <stdlib.h>
13728#include <iconv.h>
13729extern
13730#ifdef __cplusplus
13731"C"
13732#endif
13733#if defined(__STDC__) || defined(__cplusplus)
13734size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
13735#else
13736size_t iconv();
13737#endif
13738
13739int
13740main ()
13741{
13742
13743 ;
13744 return 0;
13745}
13746_ACEOF
81ecdfbb 13747if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
13748 am_cv_proto_iconv_arg1=""
13749else
81ecdfbb 13750 am_cv_proto_iconv_arg1="const"
5ba684e2 13751fi
81ecdfbb 13752rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
13753 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);"
13754fi
13755
13756 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 13757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 13758 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
13759$as_echo "${ac_t:-
13760 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
13761
13762cat >>confdefs.h <<_ACEOF
13763#define ICONV_CONST $am_cv_proto_iconv_arg1
13764_ACEOF
13765
13766 fi
13767
13768
252b5132
RH
13769all_targets=false
13770BUILD_NLMCONV=
13771NLMCONV_DEFS=
13772BUILD_SRCONV=
13773BUILD_DLLTOOL=
13774DLLTOOL_DEFS=
7aad4c3d 13775DLLTOOL_DEFAULT=
252b5132 13776BUILD_WINDRES=
692ed3e7 13777BUILD_WINDMC=
252b5132
RH
13778BUILD_DLLWRAP=
13779BUILD_MISC=
1d97d67f 13780BUILD_INSTALL_MISC=
8b1e6df3 13781OBJDUMP_DEFS=
252b5132
RH
13782
13783for targ in $target $canon_targets
13784do
13785 if test "x$targ" = "xall"; then
13786 all_targets=true
13787 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13788 BUILD_SRCONV='$(SRCONV_PROG)'
13789 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
1d97d67f 13790 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
13791 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13792 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13793 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
13794 if test -z "$DLLTOOL_DEFAULT"; then
13795 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13796 fi
13797 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13798 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
252b5132
RH
13799 else
13800 case $targ in
42ecbf5e 13801 i[3-7]86*-*-netware*)
252b5132
RH
13802 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13803 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
13804 ;;
13805 alpha*-*-netware*)
13806 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13807 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
13808 ;;
13809 powerpc*-*-netware*)
13810 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13811 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
13812 ;;
13813 sparc*-*-netware*)
13814 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
13815 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
13816 ;;
13817 esac
13818 case $targ in
13819 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
13820 esac
13821 case $targ in
a8c548cb
NC
13822 arm-epoc-pe*)
13823 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13824 if test -z "$DLLTOOL_DEFAULT"; then
13825 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
13826 fi
a8c548cb
NC
13827 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
13828 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13829 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
a8c548cb 13830 ;;
361dff73 13831 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 13832 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13833 if test -z "$DLLTOOL_DEFAULT"; then
13834 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
13835 fi
7148cc28
NC
13836 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
13837 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13838 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
13839 ;;
13840 arm-*-pe*)
252b5132 13841 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13842 if test -z "$DLLTOOL_DEFAULT"; then
13843 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
13844 fi
252b5132
RH
13845 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
13846 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13847 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 13848 ;;
27a710e5 13849 thumb-*-pe*)
252b5132 13850 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13851 if test -z "$DLLTOOL_DEFAULT"; then
13852 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
13853 fi
252b5132
RH
13854 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
13855 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13856 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 13857 ;;
42037fe5 13858 x86_64-*-mingw*)
99ad8390 13859 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13860 if test -z "$DLLTOOL_DEFAULT"; then
13861 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
13862 fi
99ad8390
NC
13863 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
13864 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13865 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
13866 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
13867 ;;
80c7c40a 13868 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 13869 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13870 if test -z "$DLLTOOL_DEFAULT"; then
13871 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13872 fi
252b5132
RH
13873 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13874 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13875 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 13876 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 13877 ;;
80c7c40a 13878 i[3-7]86-*-interix)
7a7b06ef 13879 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
13880 if test -z "$DLLTOOL_DEFAULT"; then
13881 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
13882 fi
7a7b06ef
ILT
13883 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
13884 ;;
f0660b73
NC
13885 powerpc*-aix5.[01])
13886 ;;
e5231592 13887 powerpc*-aix[5-9].*)
f0660b73
NC
13888 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
13889 ;;
e1d5b1e7 13890 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132 13891 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13892 if test -z "$DLLTOOL_DEFAULT"; then
13893 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
13894 fi
252b5132
RH
13895 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
13896 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13897 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 13898 ;;
59678365 13899 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1d97d67f 13900 BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
669a9a2a 13901 ;;
e1d5b1e7 13902 sh*-*-pe)
8a0e0f38 13903 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13904 if test -z "$DLLTOOL_DEFAULT"; then
13905 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
13906 fi
8a0e0f38
NC
13907 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
13908 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13909 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 13910 ;;
cd14b966 13911 spu-*-*)
1d97d67f 13912 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 13913 ;;
e1d5b1e7 13914 mips*-*-pe)
8a0e0f38 13915 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13916 if test -z "$DLLTOOL_DEFAULT"; then
13917 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
13918 fi
8a0e0f38
NC
13919 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
13920 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13921 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 13922 ;;
27a710e5 13923 mcore-*-pe)
661016bb 13924 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13925 if test -z "$DLLTOOL_DEFAULT"; then
13926 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
13927 fi
661016bb
NC
13928 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
13929 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 13930 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 13931 ;;
27a710e5 13932 mcore-*-elf)
661016bb 13933 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
13934 if test -z "$DLLTOOL_DEFAULT"; then
13935 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
13936 fi
661016bb 13937 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 13938 ;;
15ab5209
DB
13939 mep-*)
13940 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
13941 ;;
252b5132
RH
13942 esac
13943 fi
13944done
13945
7aad4c3d
L
13946DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
13947
42ecbf5e
DJ
13948if test "${with_windres+set}" = set; then
13949 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
13950fi
13951
692ed3e7
NC
13952if test "${with_windmc+set}" = set; then
13953 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
13954fi
13955
13956
42ecbf5e
DJ
13957
13958
13959
13960
13961
13962
13963
13964
13965
13966
13967
1d97d67f 13968
42ecbf5e
DJ
13969cat >>confdefs.h <<_ACEOF
13970#define TARGET "${target}"
13971_ACEOF
13972
13973
13974targ=$target
13975. $srcdir/../bfd/config.bfd
13976if test "x$targ_underscore" = "xyes"; then
13977 UNDERSCORE=1
13978else
13979 UNDERSCORE=0
13980fi
13981
13982cat >>confdefs.h <<_ACEOF
13983#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
13984_ACEOF
13985
13986
13987# Emulation
52fbfb5d
AM
13988targ=$target
13989. ${srcdir}/configure.tgt
13990EMULATION=$targ_emul
13991EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
13992
13993
13994
13995
108a6f8e
CD
13996# Required for html and install-html
13997
13998
13999
14000
31dd3154 14001
81ecdfbb 14002ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 14003
42ecbf5e
DJ
14004cat >confcache <<\_ACEOF
14005# This file is a shell script that caches the results of configure
14006# tests run on this system so they can be shared between configure
14007# scripts and configure runs, see configure's option --config-cache.
14008# It is not useful on other systems. If it contains results you don't
14009# want to keep, you may remove or edit it.
14010#
14011# config.status only pays attention to the cache file if you give it
14012# the --recheck option to rerun configure.
14013#
14014# `ac_cv_env_foo' variables (set or unset) will be overridden when
14015# loading this file, other *unset* `ac_cv_foo' will be assigned the
14016# following values.
14017
14018_ACEOF
14019
14020# The following way of writing the cache mishandles newlines in values,
14021# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14022# So, we kill variables containing newlines.
42ecbf5e
DJ
14023# Ultrix sh set writes to stderr and can't be redirected directly,
14024# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14025(
14026 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14027 eval ac_val=\$$ac_var
14028 case $ac_val in #(
14029 *${as_nl}*)
14030 case $ac_var in #(
14031 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14032$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14033 esac
14034 case $ac_var in #(
14035 _ | IFS | as_nl) ;; #(
14036 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14037 *) { eval $ac_var=; unset $ac_var;} ;;
14038 esac ;;
14039 esac
14040 done
14041
42ecbf5e 14042 (set) 2>&1 |
81ecdfbb
RW
14043 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14044 *${as_nl}ac_space=\ *)
14045 # `set' does not quote correctly, so add quotes: double-quote
14046 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
14047 sed -n \
14048 "s/'/'\\\\''/g;
14049 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14050 ;; #(
42ecbf5e
DJ
14051 *)
14052 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14053 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 14054 ;;
81ecdfbb
RW
14055 esac |
14056 sort
14057) |
42ecbf5e 14058 sed '
81ecdfbb 14059 /^ac_cv_env_/b end
42ecbf5e 14060 t clear
81ecdfbb 14061 :clear
42ecbf5e
DJ
14062 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14063 t end
81ecdfbb
RW
14064 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14065 :end' >>confcache
14066if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14067 if test -w "$cache_file"; then
14068 test "x$cache_file" != "x/dev/null" &&
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14070$as_echo "$as_me: updating cache $cache_file" >&6;}
42ecbf5e
DJ
14071 cat confcache >$cache_file
14072 else
81ecdfbb
RW
14073 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14074$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
14075 fi
14076fi
14077rm -f confcache
14078
14079test "x$prefix" = xNONE && prefix=$ac_default_prefix
14080# Let make expand exec_prefix.
14081test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14082
42ecbf5e
DJ
14083DEFS=-DHAVE_CONFIG_H
14084
14085ac_libobjs=
14086ac_ltlibobjs=
14087for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14088 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14089 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14090 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14091 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14092 # will be set to the directory where LIBOBJS objects are built.
14093 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14094 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
14095done
14096LIBOBJS=$ac_libobjs
14097
14098LTLIBOBJS=$ac_ltlibobjs
14099
14100
14101if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14102 as_fn_error "conditional \"AMDEP\" was never defined.
14103Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
14104fi
14105if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14106 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14107Usually this means the macro was only invoked conditionally." "$LINENO" 5
14108fi
14109 if test -n "$EXEEXT"; then
14110 am__EXEEXT_TRUE=
14111 am__EXEEXT_FALSE='#'
14112else
14113 am__EXEEXT_TRUE='#'
14114 am__EXEEXT_FALSE=
42ecbf5e 14115fi
81ecdfbb 14116
42ecbf5e 14117if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14118 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14119Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 14120fi
d5fbea21 14121if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14122 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14123Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14124fi
42ecbf5e
DJ
14125
14126: ${CONFIG_STATUS=./config.status}
81ecdfbb 14127ac_write_fail=0
42ecbf5e
DJ
14128ac_clean_files_save=$ac_clean_files
14129ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14130{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14131$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14132as_write_fail=0
14133cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
14134#! $SHELL
14135# Generated by $as_me.
14136# Run this file to recreate the current configuration.
14137# Compiler output produced by configure, useful for debugging
14138# configure, is in config.log if it exists.
14139
14140debug=false
14141ac_cs_recheck=false
14142ac_cs_silent=false
252b5132 14143
81ecdfbb
RW
14144SHELL=\${CONFIG_SHELL-$SHELL}
14145export SHELL
14146_ASEOF
14147cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14148## -------------------- ##
14149## M4sh Initialization. ##
14150## -------------------- ##
252b5132 14151
81ecdfbb
RW
14152# Be more Bourne compatible
14153DUALCASE=1; export DUALCASE # for MKS sh
14154if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
14155 emulate sh
14156 NULLCMD=:
81ecdfbb 14157 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
14158 # is contrary to our usage. Disable this feature.
14159 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14160 setopt NO_GLOB_SUBST
14161else
14162 case `(set -o) 2>/dev/null` in #(
14163 *posix*) :
14164 set -o posix ;; #(
14165 *) :
14166 ;;
14167esac
42ecbf5e 14168fi
252b5132 14169
81ecdfbb
RW
14170
14171as_nl='
14172'
14173export as_nl
14174# Printing a long string crashes Solaris 7 /usr/bin/printf.
14175as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14176as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14177as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14178# Prefer a ksh shell builtin over an external printf program on Solaris,
14179# but without wasting forks for bash or zsh.
14180if test -z "$BASH_VERSION$ZSH_VERSION" \
14181 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14182 as_echo='print -r --'
14183 as_echo_n='print -rn --'
14184elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14185 as_echo='printf %s\n'
14186 as_echo_n='printf %s'
14187else
14188 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14189 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14190 as_echo_n='/usr/ucb/echo -n'
14191 else
14192 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14193 as_echo_n_body='eval
14194 arg=$1;
14195 case $arg in #(
14196 *"$as_nl"*)
14197 expr "X$arg" : "X\\(.*\\)$as_nl";
14198 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14199 esac;
14200 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14201 '
14202 export as_echo_n_body
14203 as_echo_n='sh -c $as_echo_n_body as_echo'
14204 fi
14205 export as_echo_body
14206 as_echo='sh -c $as_echo_body as_echo'
14207fi
14208
14209# The user is always right.
14210if test "${PATH_SEPARATOR+set}" != set; then
14211 PATH_SEPARATOR=:
14212 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14213 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14214 PATH_SEPARATOR=';'
14215 }
42ecbf5e 14216fi
252b5132
RH
14217
14218
81ecdfbb
RW
14219# IFS
14220# We need space, tab and new line, in precisely that order. Quoting is
14221# there to prevent editors from complaining about space-tab.
14222# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14223# splitting by setting IFS to empty value.)
14224IFS=" "" $as_nl"
14225
14226# Find who we are. Look in the path if we contain no directory separator.
14227case $0 in #((
14228 *[\\/]* ) as_myself=$0 ;;
14229 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14230for as_dir in $PATH
14231do
14232 IFS=$as_save_IFS
14233 test -z "$as_dir" && as_dir=.
14234 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14235 done
14236IFS=$as_save_IFS
14237
14238 ;;
14239esac
14240# We did not find ourselves, most probably we were run as `sh COMMAND'
14241# in which case we are not to be found in the path.
14242if test "x$as_myself" = x; then
14243 as_myself=$0
14244fi
14245if test ! -f "$as_myself"; then
14246 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14247 exit 1
14248fi
14249
14250# Unset variables that we do not need and which cause bugs (e.g. in
14251# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14252# suppresses any "Segmentation fault" message there. '((' could
14253# trigger a bug in pdksh 5.2.14.
14254for as_var in BASH_ENV ENV MAIL MAILPATH
14255do eval test x\${$as_var+set} = xset \
14256 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14257done
42ecbf5e
DJ
14258PS1='$ '
14259PS2='> '
14260PS4='+ '
252b5132 14261
42ecbf5e 14262# NLS nuisances.
81ecdfbb
RW
14263LC_ALL=C
14264export LC_ALL
14265LANGUAGE=C
14266export LANGUAGE
14267
14268# CDPATH.
14269(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14270
14271
14272# as_fn_error ERROR [LINENO LOG_FD]
14273# ---------------------------------
14274# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14275# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14276# script with status $?, using 1 if that was 0.
14277as_fn_error ()
14278{
14279 as_status=$?; test $as_status -eq 0 && as_status=1
14280 if test "$3"; then
14281 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14282 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42ecbf5e 14283 fi
81ecdfbb
RW
14284 $as_echo "$as_me: error: $1" >&2
14285 as_fn_exit $as_status
14286} # as_fn_error
14287
14288
14289# as_fn_set_status STATUS
14290# -----------------------
14291# Set $? to STATUS, without forking.
14292as_fn_set_status ()
14293{
14294 return $1
14295} # as_fn_set_status
14296
14297# as_fn_exit STATUS
14298# -----------------
14299# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14300as_fn_exit ()
14301{
14302 set +e
14303 as_fn_set_status $1
14304 exit $1
14305} # as_fn_exit
14306
14307# as_fn_unset VAR
14308# ---------------
14309# Portably unset VAR.
14310as_fn_unset ()
14311{
14312 { eval $1=; unset $1;}
14313}
14314as_unset=as_fn_unset
14315# as_fn_append VAR VALUE
14316# ----------------------
14317# Append the text in VALUE to the end of the definition contained in VAR. Take
14318# advantage of any shell optimizations that allow amortized linear growth over
14319# repeated appends, instead of the typical quadratic growth present in naive
14320# implementations.
14321if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14322 eval 'as_fn_append ()
14323 {
14324 eval $1+=\$2
14325 }'
14326else
14327 as_fn_append ()
14328 {
14329 eval $1=\$$1\$2
14330 }
14331fi # as_fn_append
14332
14333# as_fn_arith ARG...
14334# ------------------
14335# Perform arithmetic evaluation on the ARGs, and store the result in the
14336# global $as_val. Take advantage of shells that can avoid forks. The arguments
14337# must be portable across $(()) and expr.
14338if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14339 eval 'as_fn_arith ()
14340 {
14341 as_val=$(( $* ))
14342 }'
14343else
14344 as_fn_arith ()
14345 {
14346 as_val=`expr "$@" || test $? -eq 1`
14347 }
14348fi # as_fn_arith
14349
252b5132 14350
81ecdfbb
RW
14351if expr a : '\(a\)' >/dev/null 2>&1 &&
14352 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
14353 as_expr=expr
14354else
14355 as_expr=false
14356fi
252b5132 14357
81ecdfbb 14358if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
14359 as_basename=basename
14360else
14361 as_basename=false
14362fi
252b5132 14363
81ecdfbb
RW
14364if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14365 as_dirname=dirname
14366else
14367 as_dirname=false
14368fi
8b1e6df3 14369
81ecdfbb 14370as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
14371$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14372 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14373 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14374$as_echo X/"$0" |
14375 sed '/^.*\/\([^/][^/]*\)\/*$/{
14376 s//\1/
14377 q
14378 }
14379 /^X\/\(\/\/\)$/{
14380 s//\1/
14381 q
14382 }
14383 /^X\/\(\/\).*/{
14384 s//\1/
14385 q
14386 }
14387 s/.*/./; q'`
0218d1e4 14388
42ecbf5e
DJ
14389# Avoid depending upon Character Ranges.
14390as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14391as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14392as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14393as_cr_digits='0123456789'
14394as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 14395
81ecdfbb
RW
14396ECHO_C= ECHO_N= ECHO_T=
14397case `echo -n x` in #(((((
14398-n*)
14399 case `echo 'xy\c'` in
14400 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14401 xy) ECHO_C='\c';;
14402 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14403 ECHO_T=' ';;
14404 esac;;
14405*)
14406 ECHO_N='-n';;
42ecbf5e 14407esac
eb1e0e80 14408
81ecdfbb
RW
14409rm -f conf$$ conf$$.exe conf$$.file
14410if test -d conf$$.dir; then
14411 rm -f conf$$.dir/conf$$.file
d15b04bd 14412else
81ecdfbb
RW
14413 rm -f conf$$.dir
14414 mkdir conf$$.dir 2>/dev/null
42ecbf5e 14415fi
81ecdfbb
RW
14416if (echo >conf$$.file) 2>/dev/null; then
14417 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 14418 as_ln_s='ln -s'
81ecdfbb
RW
14419 # ... but there are two gotchas:
14420 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14421 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14422 # In both cases, we have to default to `cp -p'.
14423 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14424 as_ln_s='cp -p'
14425 elif ln conf$$.file conf$$ 2>/dev/null; then
14426 as_ln_s=ln
14427 else
14428 as_ln_s='cp -p'
252b5132 14429 fi
42ecbf5e
DJ
14430else
14431 as_ln_s='cp -p'
252b5132 14432fi
81ecdfbb
RW
14433rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14434rmdir conf$$.dir 2>/dev/null
14435
14436
14437# as_fn_mkdir_p
14438# -------------
14439# Create "$as_dir" as a directory, including parents if necessary.
14440as_fn_mkdir_p ()
14441{
14442
14443 case $as_dir in #(
14444 -*) as_dir=./$as_dir;;
14445 esac
14446 test -d "$as_dir" || eval $as_mkdir_p || {
14447 as_dirs=
14448 while :; do
14449 case $as_dir in #(
14450 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14451 *) as_qdir=$as_dir;;
14452 esac
14453 as_dirs="'$as_qdir' $as_dirs"
14454 as_dir=`$as_dirname -- "$as_dir" ||
14455$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14456 X"$as_dir" : 'X\(//\)[^/]' \| \
14457 X"$as_dir" : 'X\(//\)$' \| \
14458 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14459$as_echo X"$as_dir" |
14460 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14461 s//\1/
14462 q
14463 }
14464 /^X\(\/\/\)[^/].*/{
14465 s//\1/
14466 q
14467 }
14468 /^X\(\/\/\)$/{
14469 s//\1/
14470 q
14471 }
14472 /^X\(\/\).*/{
14473 s//\1/
14474 q
14475 }
14476 s/.*/./; q'`
14477 test -d "$as_dir" && break
14478 done
14479 test -z "$as_dirs" || eval "mkdir $as_dirs"
14480 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14481
252b5132 14482
81ecdfbb 14483} # as_fn_mkdir_p
42ecbf5e 14484if mkdir -p . 2>/dev/null; then
81ecdfbb 14485 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
14486else
14487 test -d ./-p && rmdir ./-p
14488 as_mkdir_p=false
14489fi
81ecdfbb
RW
14490
14491if test -x / >/dev/null 2>&1; then
14492 as_test_x='test -x'
14493else
14494 if ls -dL / >/dev/null 2>&1; then
14495 as_ls_L_option=L
14496 else
14497 as_ls_L_option=
14498 fi
14499 as_test_x='
14500 eval sh -c '\''
14501 if test -d "$1"; then
14502 test -d "$1/.";
14503 else
14504 case $1 in #(
14505 -*)set "./$1";;
14506 esac;
14507 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14508 ???[sx]*):;;*)false;;esac;fi
14509 '\'' sh
14510 '
14511fi
14512as_executable_p=$as_test_x
252b5132 14513
42ecbf5e
DJ
14514# Sed expression to map a string onto a valid CPP name.
14515as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14516
14517# Sed expression to map a string onto a valid variable name.
14518as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14519
14520
42ecbf5e 14521exec 6>&1
81ecdfbb
RW
14522## ----------------------------------- ##
14523## Main body of $CONFIG_STATUS script. ##
14524## ----------------------------------- ##
14525_ASEOF
14526test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 14527
81ecdfbb
RW
14528cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14529# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 14530# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14531# values after options handling.
14532ac_log="
42ecbf5e 14533This file was extended by $as_me, which was
81ecdfbb 14534generated by GNU Autoconf 2.64. Invocation command line was
42ecbf5e
DJ
14535
14536 CONFIG_FILES = $CONFIG_FILES
14537 CONFIG_HEADERS = $CONFIG_HEADERS
14538 CONFIG_LINKS = $CONFIG_LINKS
14539 CONFIG_COMMANDS = $CONFIG_COMMANDS
14540 $ $0 $@
14541
81ecdfbb
RW
14542on `(hostname || uname -n) 2>/dev/null | sed 1q`
14543"
14544
42ecbf5e
DJ
14545_ACEOF
14546
81ecdfbb
RW
14547case $ac_config_files in *"
14548"*) set x $ac_config_files; shift; ac_config_files=$*;;
14549esac
252b5132 14550
81ecdfbb
RW
14551case $ac_config_headers in *"
14552"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14553esac
e5a52504
MM
14554
14555
81ecdfbb
RW
14556cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14557# Files that config.status was made for.
14558config_files="$ac_config_files"
14559config_headers="$ac_config_headers"
14560config_commands="$ac_config_commands"
d15b04bd 14561
81ecdfbb 14562_ACEOF
42ecbf5e 14563
81ecdfbb 14564cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 14565ac_cs_usage="\
81ecdfbb
RW
14566\`$as_me' instantiates files and other configuration actions
14567from templates according to the current configuration. Unless the files
14568and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 14569
81ecdfbb 14570Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
14571
14572 -h, --help print this help, then exit
81ecdfbb
RW
14573 -V, --version print version number and configuration settings, then exit
14574 -q, --quiet, --silent
14575 do not print progress messages
42ecbf5e
DJ
14576 -d, --debug don't remove temporary files
14577 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14578 --file=FILE[:TEMPLATE]
14579 instantiate the configuration file FILE
14580 --header=FILE[:TEMPLATE]
14581 instantiate the configuration header FILE
42ecbf5e
DJ
14582
14583Configuration files:
14584$config_files
14585
14586Configuration headers:
14587$config_headers
14588
14589Configuration commands:
14590$config_commands
14591
81ecdfbb 14592Report bugs to the package provider."
42ecbf5e 14593
81ecdfbb
RW
14594_ACEOF
14595cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e
DJ
14596ac_cs_version="\\
14597config.status
81ecdfbb
RW
14598configured by $0, generated by GNU Autoconf 2.64,
14599 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42ecbf5e 14600
81ecdfbb 14601Copyright (C) 2009 Free Software Foundation, Inc.
42ecbf5e
DJ
14602This config.status script is free software; the Free Software Foundation
14603gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14604
14605ac_pwd='$ac_pwd'
14606srcdir='$srcdir'
14607INSTALL='$INSTALL'
14608MKDIR_P='$MKDIR_P'
14609AWK='$AWK'
14610test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
14611_ACEOF
14612
81ecdfbb
RW
14613cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14614# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
14615ac_need_defaults=:
14616while test $# != 0
14617do
14618 case $1 in
14619 --*=*)
81ecdfbb
RW
14620 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14621 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
14622 ac_shift=:
14623 ;;
81ecdfbb 14624 *)
42ecbf5e
DJ
14625 ac_option=$1
14626 ac_optarg=$2
14627 ac_shift=shift
14628 ;;
42ecbf5e
DJ
14629 esac
14630
14631 case $ac_option in
14632 # Handling of the options.
42ecbf5e
DJ
14633 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14634 ac_cs_recheck=: ;;
81ecdfbb
RW
14635 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14636 $as_echo "$ac_cs_version"; exit ;;
14637 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
14638 debug=: ;;
14639 --file | --fil | --fi | --f )
14640 $ac_shift
81ecdfbb
RW
14641 case $ac_optarg in
14642 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14643 esac
14644 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
14645 ac_need_defaults=false;;
14646 --header | --heade | --head | --hea )
14647 $ac_shift
81ecdfbb
RW
14648 case $ac_optarg in
14649 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14650 esac
14651 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 14652 ac_need_defaults=false;;
81ecdfbb
RW
14653 --he | --h)
14654 # Conflict between --help and --header
14655 as_fn_error "ambiguous option: \`$1'
14656Try \`$0 --help' for more information.";;
14657 --help | --hel | -h )
14658 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
14659 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14660 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14661 ac_cs_silent=: ;;
14662
14663 # This is an error.
81ecdfbb
RW
14664 -*) as_fn_error "unrecognized option: \`$1'
14665Try \`$0 --help' for more information." ;;
42ecbf5e 14666
81ecdfbb
RW
14667 *) as_fn_append ac_config_targets " $1"
14668 ac_need_defaults=false ;;
42ecbf5e
DJ
14669
14670 esac
14671 shift
14672done
14673
14674ac_configure_extra_args=
14675
14676if $ac_cs_silent; then
14677 exec 6>/dev/null
14678 ac_configure_extra_args="$ac_configure_extra_args --silent"
14679fi
14680
14681_ACEOF
81ecdfbb 14682cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 14683if \$ac_cs_recheck; then
81ecdfbb
RW
14684 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14685 shift
14686 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14687 CONFIG_SHELL='$SHELL'
14688 export CONFIG_SHELL
14689 exec "\$@"
42ecbf5e
DJ
14690fi
14691
14692_ACEOF
81ecdfbb
RW
14693cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14694exec 5>>config.log
14695{
14696 echo
14697 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14698## Running $as_me. ##
14699_ASBOX
14700 $as_echo "$ac_log"
14701} >&5
42ecbf5e 14702
81ecdfbb
RW
14703_ACEOF
14704cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 14705#
81ecdfbb 14706# INIT-COMMANDS
d15b04bd 14707#
42ecbf5e 14708AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
14709
14710
14711# The HP-UX ksh and POSIX shell print the target directory to stdout
14712# if CDPATH is set.
14713(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14714
14715sed_quote_subst='$sed_quote_subst'
14716double_quote_subst='$double_quote_subst'
14717delay_variable_subst='$delay_variable_subst'
3725885a
RW
14718macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14719macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14720enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14721enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14722pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14723enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14724SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14725ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14726host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14727host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14728host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14729build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14730build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14731build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14732SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14733Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14734GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14735EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14736FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14737LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14738NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14739LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14740max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14741ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14742exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14743lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14744lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14745lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14746reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14747reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14748OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14749deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14750file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14751AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14752AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14753STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14754RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14755old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14756old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14757old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14758lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14759CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14760CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14761compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14762GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14763lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14764lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14765lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14766lt_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"`'
14767objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14768MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14769lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14770lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14771lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14772lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14773lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14774need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14775DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14776NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14777LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14778OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14779OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14780libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14781shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14782extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14783archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14784enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14785export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14786whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14787compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14788old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14789old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14790archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14791archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14792module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14793module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14794with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14795allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14796no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14797hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14798hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14799hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14800hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14801hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14802hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14803hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14804hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14805inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14806link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14807fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14808always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14809export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14810exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14811include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14812prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14813file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14814variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14815need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14816need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14817version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14818runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14819shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14820shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14821libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14822library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14823soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14824install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14825postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14826postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14827finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14828finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14829hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14830sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14831sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14832hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14833enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14834enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14835enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14836old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14837striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
14838
14839LTCC='$LTCC'
14840LTCFLAGS='$LTCFLAGS'
14841compiler='$compiler_DEFAULT'
14842
3725885a
RW
14843# A function that is used when there is no print builtin or printf.
14844func_fallback_echo ()
14845{
14846 eval 'cat <<_LTECHO_EOF
14847\$1
14848_LTECHO_EOF'
14849}
14850
d7040cdb 14851# Quote evaled strings.
3725885a
RW
14852for var in SHELL \
14853ECHO \
14854SED \
d7040cdb
SE
14855GREP \
14856EGREP \
14857FGREP \
14858LD \
14859NM \
14860LN_S \
14861lt_SP2NL \
14862lt_NL2SP \
14863reload_flag \
718a6fd8 14864OBJDUMP \
d7040cdb
SE
14865deplibs_check_method \
14866file_magic_cmd \
14867AR \
14868AR_FLAGS \
14869STRIP \
14870RANLIB \
14871CC \
14872CFLAGS \
14873compiler \
14874lt_cv_sys_global_symbol_pipe \
14875lt_cv_sys_global_symbol_to_cdecl \
14876lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 14877lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
14878lt_prog_compiler_no_builtin_flag \
14879lt_prog_compiler_wl \
14880lt_prog_compiler_pic \
14881lt_prog_compiler_static \
14882lt_cv_prog_compiler_c_o \
14883need_locks \
718a6fd8
SE
14884DSYMUTIL \
14885NMEDIT \
14886LIPO \
14887OTOOL \
14888OTOOL64 \
d7040cdb
SE
14889shrext_cmds \
14890export_dynamic_flag_spec \
14891whole_archive_flag_spec \
14892compiler_needs_object \
14893with_gnu_ld \
14894allow_undefined_flag \
14895no_undefined_flag \
14896hardcode_libdir_flag_spec \
14897hardcode_libdir_flag_spec_ld \
14898hardcode_libdir_separator \
14899fix_srcfile_path \
14900exclude_expsyms \
14901include_expsyms \
14902file_list_spec \
14903variables_saved_for_relink \
14904libname_spec \
14905library_names_spec \
14906soname_spec \
3725885a 14907install_override_mode \
d7040cdb
SE
14908finish_eval \
14909old_striplib \
14910striplib; do
3725885a 14911 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 14912 *[\\\\\\\`\\"\\\$]*)
3725885a 14913 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
14914 ;;
14915 *)
14916 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14917 ;;
14918 esac
14919done
14920
14921# Double-quote double-evaled strings.
14922for var in reload_cmds \
14923old_postinstall_cmds \
14924old_postuninstall_cmds \
14925old_archive_cmds \
14926extract_expsyms_cmds \
14927old_archive_from_new_cmds \
14928old_archive_from_expsyms_cmds \
14929archive_cmds \
14930archive_expsym_cmds \
14931module_cmds \
14932module_expsym_cmds \
14933export_symbols_cmds \
14934prelink_cmds \
14935postinstall_cmds \
14936postuninstall_cmds \
14937finish_cmds \
14938sys_lib_search_path_spec \
14939sys_lib_dlsearch_path_spec; do
3725885a 14940 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 14941 *[\\\\\\\`\\"\\\$]*)
3725885a 14942 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
14943 ;;
14944 *)
14945 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14946 ;;
14947 esac
14948done
14949
d7040cdb
SE
14950ac_aux_dir='$ac_aux_dir'
14951xsi_shell='$xsi_shell'
14952lt_shell_append='$lt_shell_append'
14953
14954# See if we are running on zsh, and set the options which allow our
14955# commands through without removal of \ escapes INIT.
14956if test -n "\${ZSH_VERSION+set}" ; then
14957 setopt NO_GLOB_SUBST
14958fi
14959
14960
14961 PACKAGE='$PACKAGE'
14962 VERSION='$VERSION'
14963 TIMESTAMP='$TIMESTAMP'
14964 RM='$RM'
14965 ofile='$ofile'
14966
14967
14968
20e95c23
DJ
14969# Capture the value of obsolete ALL_LINGUAS because we need it to compute
14970 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14971 # from automake.
14972 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14973 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14974 LINGUAS="${LINGUAS-%UNSET%}"
14975
42ecbf5e
DJ
14976
14977_ACEOF
14978
81ecdfbb 14979cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 14980
81ecdfbb 14981# Handling of arguments.
42ecbf5e 14982for ac_config_target in $ac_config_targets
252b5132 14983do
81ecdfbb
RW
14984 case $ac_config_target in
14985 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14986 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14987 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14988 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14989 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14990 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14991 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14992
14993 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 14994 esac
252b5132
RH
14995done
14996
81ecdfbb 14997
42ecbf5e
DJ
14998# If the user did not use the arguments to specify the items to instantiate,
14999# then the envvar interface is used. Set only those that are not.
15000# We use the long form for the default assignment because of an extremely
15001# bizarre bug on SunOS 4.1.3.
15002if $ac_need_defaults; then
15003 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15004 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15005 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15006fi
15007
15008# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15009# simply because there is no reason against having it here, and in addition,
42ecbf5e 15010# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15011# Hook for its removal unless debugging.
15012# Note that there is a small window in which the directory will not be cleaned:
15013# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
15014$debug ||
15015{
81ecdfbb
RW
15016 tmp=
15017 trap 'exit_status=$?
15018 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15019' 0
15020 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 15021}
42ecbf5e 15022# Create a (secure) tmp directory for tmp files.
e5a52504 15023
42ecbf5e 15024{
81ecdfbb 15025 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42ecbf5e
DJ
15026 test -n "$tmp" && test -d "$tmp"
15027} ||
15028{
81ecdfbb
RW
15029 tmp=./conf$$-$RANDOM
15030 (umask 077 && mkdir "$tmp")
15031} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15032
15033# Set up the scripts for CONFIG_FILES section.
15034# No need to generate them if there are no CONFIG_FILES.
15035# This happens for instance with `./config.status config.h'.
15036if test -n "$CONFIG_FILES"; then
15037
15038
15039ac_cr=`echo X | tr X '\015'`
15040# On cygwin, bash can eat \r inside `` if the user requested igncr.
15041# But we know of no other shell where ac_cr would be empty at this
15042# point, so we can use a bashism as a fallback.
15043if test "x$ac_cr" = x; then
15044 eval ac_cr=\$\'\\r\'
15045fi
15046ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15047if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15048 ac_cs_awk_cr='\r'
15049else
15050 ac_cs_awk_cr=$ac_cr
15051fi
15052
15053echo 'BEGIN {' >"$tmp/subs1.awk" &&
15054_ACEOF
15055
15056
15057{
15058 echo "cat >conf$$subs.awk <<_ACEOF" &&
15059 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15060 echo "_ACEOF"
15061} >conf$$subs.sh ||
15062 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15063ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15064ac_delim='%!_!# '
15065for ac_last_try in false false false false false :; do
15066 . ./conf$$subs.sh ||
15067 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15068
15069 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15070 if test $ac_delim_n = $ac_delim_num; then
15071 break
15072 elif $ac_last_try; then
15073 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15074 else
15075 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15076 fi
15077done
15078rm -f conf$$subs.sh
15079
15080cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15081cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15082_ACEOF
15083sed -n '
15084h
15085s/^/S["/; s/!.*/"]=/
15086p
15087g
15088s/^[^!]*!//
15089:repl
15090t repl
15091s/'"$ac_delim"'$//
15092t delim
15093:nl
15094h
15095s/\(.\{148\}\).*/\1/
15096t more1
15097s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15098p
15099n
15100b repl
15101:more1
15102s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15103p
15104g
15105s/.\{148\}//
15106t nl
15107:delim
15108h
15109s/\(.\{148\}\).*/\1/
15110t more2
15111s/["\\]/\\&/g; s/^/"/; s/$/"/
15112p
15113b
15114:more2
15115s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15116p
15117g
15118s/.\{148\}//
15119t delim
15120' <conf$$subs.awk | sed '
15121/^[^""]/{
15122 N
15123 s/\n//
15124}
15125' >>$CONFIG_STATUS || ac_write_fail=1
15126rm -f conf$$subs.awk
15127cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15128_ACAWK
15129cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15130 for (key in S) S_is_set[key] = 1
15131 FS = "\a"
15132
15133}
42ecbf5e 15134{
81ecdfbb
RW
15135 line = $ 0
15136 nfields = split(line, field, "@")
15137 substed = 0
15138 len = length(field[1])
15139 for (i = 2; i < nfields; i++) {
15140 key = field[i]
15141 keylen = length(key)
15142 if (S_is_set[key]) {
15143 value = S[key]
15144 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15145 len += length(value) + length(field[++i])
15146 substed = 1
15147 } else
15148 len += 1 + keylen
15149 }
15150
15151 print line
42ecbf5e
DJ
15152}
15153
81ecdfbb
RW
15154_ACAWK
15155_ACEOF
15156cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15157if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15158 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15159else
15160 cat
15161fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15162 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
15163_ACEOF
15164
81ecdfbb
RW
15165# VPATH may cause trouble with some makes, so we remove $(srcdir),
15166# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15167# trailing colons and then remove the whole line if VPATH becomes empty
15168# (actually we leave an empty line to preserve line numbers).
15169if test "x$srcdir" = x.; then
15170 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15171s/:*\$(srcdir):*/:/
15172s/:*\${srcdir}:*/:/
15173s/:*@srcdir@:*/:/
15174s/^\([^=]*=[ ]*\):*/\1/
15175s/:*$//
15176s/^[^=]*=[ ]*$//
15177}'
15178fi
e5a52504 15179
81ecdfbb
RW
15180cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15181fi # test -n "$CONFIG_FILES"
252b5132 15182
81ecdfbb
RW
15183# Set up the scripts for CONFIG_HEADERS section.
15184# No need to generate them if there are no CONFIG_HEADERS.
15185# This happens for instance with `./config.status Makefile'.
15186if test -n "$CONFIG_HEADERS"; then
15187cat >"$tmp/defines.awk" <<\_ACAWK ||
15188BEGIN {
42ecbf5e
DJ
15189_ACEOF
15190
81ecdfbb
RW
15191# Transform confdefs.h into an awk script `defines.awk', embedded as
15192# here-document in config.status, that substitutes the proper values into
15193# config.h.in to produce config.h.
15194
15195# Create a delimiter string that does not exist in confdefs.h, to ease
15196# handling of long lines.
15197ac_delim='%!_!# '
15198for ac_last_try in false false :; do
15199 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15200 if test -z "$ac_t"; then
15201 break
15202 elif $ac_last_try; then
15203 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15204 else
15205 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 15206 fi
81ecdfbb 15207done
252b5132 15208
81ecdfbb
RW
15209# For the awk script, D is an array of macro values keyed by name,
15210# likewise P contains macro parameters if any. Preserve backslash
15211# newline sequences.
15212
15213ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15214sed -n '
15215s/.\{148\}/&'"$ac_delim"'/g
15216t rset
15217:rset
15218s/^[ ]*#[ ]*define[ ][ ]*/ /
15219t def
15220d
15221:def
15222s/\\$//
15223t bsnl
15224s/["\\]/\\&/g
15225s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15226D["\1"]=" \3"/p
15227s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15228d
15229:bsnl
15230s/["\\]/\\&/g
15231s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15232D["\1"]=" \3\\\\\\n"\\/p
15233t cont
15234s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15235t cont
15236d
15237:cont
15238n
15239s/.\{148\}/&'"$ac_delim"'/g
15240t clear
15241:clear
15242s/\\$//
15243t bsnlc
15244s/["\\]/\\&/g; s/^/"/; s/$/"/p
15245d
15246:bsnlc
15247s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15248b cont
15249' <confdefs.h | sed '
15250s/'"$ac_delim"'/"\\\
15251"/g' >>$CONFIG_STATUS || ac_write_fail=1
15252
15253cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15254 for (key in D) D_is_set[key] = 1
15255 FS = "\a"
15256}
15257/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15258 line = \$ 0
15259 split(line, arg, " ")
15260 if (arg[1] == "#") {
15261 defundef = arg[2]
15262 mac1 = arg[3]
15263 } else {
15264 defundef = substr(arg[1], 2)
15265 mac1 = arg[2]
15266 }
15267 split(mac1, mac2, "(") #)
15268 macro = mac2[1]
15269 prefix = substr(line, 1, index(line, defundef) - 1)
15270 if (D_is_set[macro]) {
15271 # Preserve the white space surrounding the "#".
15272 print prefix "define", macro P[macro] D[macro]
15273 next
15274 } else {
15275 # Replace #undef with comments. This is necessary, for example,
15276 # in the case of _POSIX_SOURCE, which is predefined and required
15277 # on some systems where configure will not decide to define it.
15278 if (defundef == "undef") {
15279 print "/*", prefix defundef, macro, "*/"
15280 next
15281 }
15282 }
15283}
15284{ print }
15285_ACAWK
42ecbf5e 15286_ACEOF
81ecdfbb
RW
15287cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15288 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15289fi # test -n "$CONFIG_HEADERS"
15290
15291
15292eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15293shift
15294for ac_tag
15295do
15296 case $ac_tag in
15297 :[FHLC]) ac_mode=$ac_tag; continue;;
15298 esac
15299 case $ac_mode$ac_tag in
15300 :[FHL]*:*);;
15301 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15302 :[FH]-) ac_tag=-:-;;
15303 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15304 esac
15305 ac_save_IFS=$IFS
15306 IFS=:
15307 set x $ac_tag
15308 IFS=$ac_save_IFS
15309 shift
15310 ac_file=$1
15311 shift
15312
15313 case $ac_mode in
15314 :L) ac_source=$1;;
15315 :[FH])
15316 ac_file_inputs=
15317 for ac_f
15318 do
15319 case $ac_f in
15320 -) ac_f="$tmp/stdin";;
15321 *) # Look for the file first in the build tree, then in the source tree
15322 # (if the path is not absolute). The absolute path cannot be DOS-style,
15323 # because $ac_f cannot contain `:'.
15324 test -f "$ac_f" ||
15325 case $ac_f in
15326 [\\/$]*) false;;
15327 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15328 esac ||
15329 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15330 esac
15331 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15332 as_fn_append ac_file_inputs " '$ac_f'"
15333 done
15334
15335 # Let's still pretend it is `configure' which instantiates (i.e., don't
15336 # use $as_me), people would be surprised to read:
15337 # /* config.h. Generated by config.status. */
15338 configure_input='Generated from '`
15339 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15340 `' by configure.'
15341 if test x"$ac_file" != x-; then
15342 configure_input="$ac_file. $configure_input"
15343 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15344$as_echo "$as_me: creating $ac_file" >&6;}
15345 fi
15346 # Neutralize special characters interpreted by sed in replacement strings.
15347 case $configure_input in #(
15348 *\&* | *\|* | *\\* )
15349 ac_sed_conf_input=`$as_echo "$configure_input" |
15350 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15351 *) ac_sed_conf_input=$configure_input;;
15352 esac
15353
15354 case $ac_tag in
15355 *:-:* | *:-) cat >"$tmp/stdin" \
15356 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15357 esac
15358 ;;
252b5132
RH
15359 esac
15360
81ecdfbb 15361 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
15362$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15363 X"$ac_file" : 'X\(//\)[^/]' \| \
15364 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15365 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15366$as_echo X"$ac_file" |
15367 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15368 s//\1/
15369 q
15370 }
15371 /^X\(\/\/\)[^/].*/{
15372 s//\1/
15373 q
15374 }
15375 /^X\(\/\/\)$/{
15376 s//\1/
15377 q
15378 }
15379 /^X\(\/\).*/{
15380 s//\1/
15381 q
15382 }
15383 s/.*/./; q'`
15384 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 15385 ac_builddir=.
e5a52504 15386
81ecdfbb
RW
15387case "$ac_dir" in
15388.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15389*)
15390 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15391 # A ".." for each directory in $ac_dir_suffix.
15392 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15393 case $ac_top_builddir_sub in
15394 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15395 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15396 esac ;;
15397esac
15398ac_abs_top_builddir=$ac_pwd
15399ac_abs_builddir=$ac_pwd$ac_dir_suffix
15400# for backward compatibility:
15401ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
15402
15403case $srcdir in
81ecdfbb 15404 .) # We are building in place.
42ecbf5e 15405 ac_srcdir=.
81ecdfbb
RW
15406 ac_top_srcdir=$ac_top_builddir_sub
15407 ac_abs_top_srcdir=$ac_pwd ;;
15408 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 15409 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15410 ac_top_srcdir=$srcdir
15411 ac_abs_top_srcdir=$srcdir ;;
15412 *) # Relative name.
15413 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15414 ac_top_srcdir=$ac_top_build_prefix$srcdir
15415 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 15416esac
81ecdfbb 15417ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 15418
e5a52504 15419
81ecdfbb
RW
15420 case $ac_mode in
15421 :F)
15422 #
15423 # CONFIG_FILE
15424 #
42ecbf5e
DJ
15425
15426 case $INSTALL in
15427 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
15428 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15429 esac
15430 ac_MKDIR_P=$MKDIR_P
15431 case $MKDIR_P in
15432 [\\/$]* | ?:[\\/]* ) ;;
15433 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 15434 esac
81ecdfbb 15435_ACEOF
e5a52504 15436
81ecdfbb
RW
15437cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15438# If the template does not know about datarootdir, expand it.
15439# FIXME: This hack should be removed a few years after 2.60.
15440ac_datarootdir_hack=; ac_datarootdir_seen=
15441ac_sed_dataroot='
15442/datarootdir/ {
15443 p
15444 q
15445}
15446/@datadir@/p
15447/@docdir@/p
15448/@infodir@/p
15449/@localedir@/p
15450/@mandir@/p'
15451case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15452*datarootdir*) ac_datarootdir_seen=yes;;
15453*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15455$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15456_ACEOF
15457cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15458 ac_datarootdir_hack='
15459 s&@datadir@&$datadir&g
15460 s&@docdir@&$docdir&g
15461 s&@infodir@&$infodir&g
15462 s&@localedir@&$localedir&g
15463 s&@mandir@&$mandir&g
15464 s&\\\${datarootdir}&$datarootdir&g' ;;
15465esac
42ecbf5e 15466_ACEOF
81ecdfbb
RW
15467
15468# Neutralize VPATH when `$srcdir' = `.'.
15469# Shell code in configure.ac might set extrasub.
15470# FIXME: do we really want to maintain this feature?
15471cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15472ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
15473$extrasub
15474_ACEOF
81ecdfbb 15475cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
15476:t
15477/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15478s|@configure_input@|$ac_sed_conf_input|;t t
15479s&@top_builddir@&$ac_top_builddir_sub&;t t
15480s&@top_build_prefix@&$ac_top_build_prefix&;t t
15481s&@srcdir@&$ac_srcdir&;t t
15482s&@abs_srcdir@&$ac_abs_srcdir&;t t
15483s&@top_srcdir@&$ac_top_srcdir&;t t
15484s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15485s&@builddir@&$ac_builddir&;t t
15486s&@abs_builddir@&$ac_abs_builddir&;t t
15487s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15488s&@INSTALL@&$ac_INSTALL&;t t
15489s&@MKDIR_P@&$ac_MKDIR_P&;t t
15490$ac_datarootdir_hack
15491"
15492eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15493 || as_fn_error "could not create $ac_file" "$LINENO" 5
15494
15495test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15496 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15497 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15499which seems to be undefined. Please make sure it is defined." >&5
15500$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15501which seems to be undefined. Please make sure it is defined." >&2;}
15502
15503 rm -f "$tmp/stdin"
42ecbf5e 15504 case $ac_file in
81ecdfbb
RW
15505 -) cat "$tmp/out" && rm -f "$tmp/out";;
15506 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15507 esac \
15508 || as_fn_error "could not create $ac_file" "$LINENO" 5
15509 ;;
15510 :H)
15511 #
15512 # CONFIG_HEADER
15513 #
42ecbf5e 15514 if test x"$ac_file" != x-; then
81ecdfbb
RW
15515 {
15516 $as_echo "/* $configure_input */" \
15517 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15518 } >"$tmp/config.h" \
15519 || as_fn_error "could not create $ac_file" "$LINENO" 5
15520 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15521 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15522$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 15523 else
81ecdfbb
RW
15524 rm -f "$ac_file"
15525 mv "$tmp/config.h" "$ac_file" \
15526 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 15527 fi
42ecbf5e 15528 else
81ecdfbb
RW
15529 $as_echo "/* $configure_input */" \
15530 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15531 || as_fn_error "could not create -" "$LINENO" 5
252b5132 15532 fi
81ecdfbb
RW
15533# Compute "$ac_file"'s index in $config_headers.
15534_am_arg="$ac_file"
42ecbf5e
DJ
15535_am_stamp_count=1
15536for _am_header in $config_headers :; do
15537 case $_am_header in
81ecdfbb 15538 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
15539 break ;;
15540 * )
15541 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15542 esac
15543done
81ecdfbb
RW
15544echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15545$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15546 X"$_am_arg" : 'X\(//\)[^/]' \| \
15547 X"$_am_arg" : 'X\(//\)$' \| \
15548 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15549$as_echo X"$_am_arg" |
15550 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15551 s//\1/
15552 q
15553 }
15554 /^X\(\/\/\)[^/].*/{
15555 s//\1/
15556 q
15557 }
15558 /^X\(\/\/\)$/{
15559 s//\1/
15560 q
15561 }
15562 /^X\(\/\).*/{
15563 s//\1/
15564 q
15565 }
15566 s/.*/./; q'`/stamp-h$_am_stamp_count
15567 ;;
42ecbf5e 15568
81ecdfbb
RW
15569 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15570$as_echo "$as_me: executing $ac_file commands" >&6;}
15571 ;;
15572 esac
e5a52504 15573
42ecbf5e 15574
81ecdfbb
RW
15575 case $ac_file$ac_mode in
15576 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15577 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15578 # are listed without --file. Let's play safe and only enable the eval
15579 # if we detect the quoting.
15580 case $CONFIG_FILES in
15581 *\'*) eval set x "$CONFIG_FILES" ;;
15582 *) set x $CONFIG_FILES ;;
15583 esac
15584 shift
15585 for mf
15586 do
15587 # Strip MF so we end up with the name of the file.
15588 mf=`echo "$mf" | sed -e 's/:.*$//'`
15589 # Check whether this is an Automake generated Makefile or not.
15590 # We used to match only the files named `Makefile.in', but
15591 # some people rename them; so instead we look at the file content.
15592 # Grep'ing the first line is not enough: some people post-process
15593 # each Makefile.in and add a new line on top of each file to say so.
15594 # Grep'ing the whole file is not good either: AIX grep has a line
15595 # limit of 2048, but all sed's we know have understand at least 4000.
15596 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15597 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
15598$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15599 X"$mf" : 'X\(//\)[^/]' \| \
15600 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
15601 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15602$as_echo X"$mf" |
15603 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15604 s//\1/
15605 q
15606 }
15607 /^X\(\/\/\)[^/].*/{
15608 s//\1/
15609 q
15610 }
15611 /^X\(\/\/\)$/{
15612 s//\1/
15613 q
15614 }
15615 /^X\(\/\).*/{
15616 s//\1/
15617 q
15618 }
15619 s/.*/./; q'`
15620 else
15621 continue
15622 fi
15623 # Extract the definition of DEPDIR, am__include, and am__quote
15624 # from the Makefile without running `make'.
15625 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15626 test -z "$DEPDIR" && continue
15627 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15628 test -z "am__include" && continue
15629 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15630 # When using ansi2knr, U may be empty or an underscore; expand it
15631 U=`sed -n 's/^U = //p' < "$mf"`
15632 # Find all dependency output files, they are included files with
15633 # $(DEPDIR) in their names. We invoke sed twice because it is the
15634 # simplest approach to changing $(DEPDIR) to its actual value in the
15635 # expansion.
15636 for file in `sed -n "
15637 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15638 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15639 # Make sure the directory exists.
15640 test -f "$dirpart/$file" && continue
15641 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
15642$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15643 X"$file" : 'X\(//\)[^/]' \| \
15644 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
15645 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15646$as_echo X"$file" |
15647 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15648 s//\1/
15649 q
15650 }
15651 /^X\(\/\/\)[^/].*/{
15652 s//\1/
15653 q
15654 }
15655 /^X\(\/\/\)$/{
15656 s//\1/
15657 q
15658 }
15659 /^X\(\/\).*/{
15660 s//\1/
15661 q
15662 }
15663 s/.*/./; q'`
15664 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15665 # echo "creating $dirpart/$file"
15666 echo '# dummy' > "$dirpart/$file"
42ecbf5e 15667 done
42ecbf5e 15668 done
81ecdfbb 15669}
d7040cdb 15670 ;;
81ecdfbb 15671 "libtool":C)
d7040cdb
SE
15672
15673 # See if we are running on zsh, and set the options which allow our
15674 # commands through without removal of \ escapes.
15675 if test -n "${ZSH_VERSION+set}" ; then
15676 setopt NO_GLOB_SUBST
15677 fi
15678
15679 cfgfile="${ofile}T"
15680 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15681 $RM "$cfgfile"
15682
15683 cat <<_LT_EOF >> "$cfgfile"
15684#! $SHELL
15685
15686# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 15687# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
15688# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15689# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15690#
718a6fd8 15691# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 15692# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 15693# Written by Gordon Matzigkeit, 1996
d7040cdb 15694#
718a6fd8 15695# This file is part of GNU Libtool.
d7040cdb 15696#
718a6fd8
SE
15697# GNU Libtool is free software; you can redistribute it and/or
15698# modify it under the terms of the GNU General Public License as
15699# published by the Free Software Foundation; either version 2 of
15700# the License, or (at your option) any later version.
d7040cdb 15701#
718a6fd8
SE
15702# As a special exception to the GNU General Public License,
15703# if you distribute this file as part of a program or library that
15704# is built using GNU Libtool, you may include this file under the
15705# same distribution terms that you use for the rest of that program.
d7040cdb 15706#
718a6fd8
SE
15707# GNU Libtool is distributed in the hope that it will be useful,
15708# but WITHOUT ANY WARRANTY; without even the implied warranty of
15709# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15710# GNU General Public License for more details.
d7040cdb 15711#
718a6fd8
SE
15712# You should have received a copy of the GNU General Public License
15713# along with GNU Libtool; see the file COPYING. If not, a copy
15714# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15715# obtained by writing to the Free Software Foundation, Inc.,
15716# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
15717
15718
15719# The names of the tagged configurations supported by this script.
15720available_tags=""
15721
15722# ### BEGIN LIBTOOL CONFIG
15723
15724# Which release of libtool.m4 was used?
15725macro_version=$macro_version
15726macro_revision=$macro_revision
15727
15728# Whether or not to build shared libraries.
15729build_libtool_libs=$enable_shared
15730
15731# Whether or not to build static libraries.
15732build_old_libs=$enable_static
15733
15734# What type of objects to build.
15735pic_mode=$pic_mode
15736
15737# Whether or not to optimize for fast installation.
15738fast_install=$enable_fast_install
15739
3725885a
RW
15740# Shell to use when invoking shell scripts.
15741SHELL=$lt_SHELL
15742
15743# An echo program that protects backslashes.
15744ECHO=$lt_ECHO
15745
d7040cdb
SE
15746# The host system.
15747host_alias=$host_alias
15748host=$host
15749host_os=$host_os
15750
15751# The build system.
15752build_alias=$build_alias
15753build=$build
15754build_os=$build_os
15755
15756# A sed program that does not truncate output.
15757SED=$lt_SED
15758
15759# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15760Xsed="\$SED -e 1s/^X//"
15761
15762# A grep program that handles long lines.
15763GREP=$lt_GREP
15764
15765# An ERE matcher.
15766EGREP=$lt_EGREP
15767
15768# A literal string matcher.
15769FGREP=$lt_FGREP
15770
15771# A BSD- or MS-compatible name lister.
15772NM=$lt_NM
15773
15774# Whether we need soft or hard links.
15775LN_S=$lt_LN_S
15776
15777# What is the maximum length of a command?
15778max_cmd_len=$max_cmd_len
15779
15780# Object file suffix (normally "o").
15781objext=$ac_objext
15782
15783# Executable file suffix (normally "").
15784exeext=$exeext
15785
15786# whether the shell understands "unset".
15787lt_unset=$lt_unset
15788
15789# turn spaces into newlines.
15790SP2NL=$lt_lt_SP2NL
15791
15792# turn newlines into spaces.
15793NL2SP=$lt_lt_NL2SP
15794
718a6fd8
SE
15795# An object symbol dumper.
15796OBJDUMP=$lt_OBJDUMP
15797
d7040cdb
SE
15798# Method to check whether dependent libraries are shared objects.
15799deplibs_check_method=$lt_deplibs_check_method
15800
15801# Command to use when deplibs_check_method == "file_magic".
15802file_magic_cmd=$lt_file_magic_cmd
15803
15804# The archiver.
15805AR=$lt_AR
15806AR_FLAGS=$lt_AR_FLAGS
15807
15808# A symbol stripping program.
15809STRIP=$lt_STRIP
15810
15811# Commands used to install an old-style archive.
15812RANLIB=$lt_RANLIB
15813old_postinstall_cmds=$lt_old_postinstall_cmds
15814old_postuninstall_cmds=$lt_old_postuninstall_cmds
15815
3725885a
RW
15816# Whether to use a lock for old archive extraction.
15817lock_old_archive_extraction=$lock_old_archive_extraction
15818
d7040cdb
SE
15819# A C compiler.
15820LTCC=$lt_CC
15821
15822# LTCC compiler flags.
15823LTCFLAGS=$lt_CFLAGS
15824
15825# Take the output of nm and produce a listing of raw symbols and C names.
15826global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15827
15828# Transform the output of nm in a proper C declaration.
15829global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15830
15831# Transform the output of nm in a C name address pair.
15832global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15833
718a6fd8
SE
15834# Transform the output of nm in a C name address pair when lib prefix is needed.
15835global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15836
d7040cdb
SE
15837# The name of the directory that contains temporary libtool files.
15838objdir=$objdir
15839
d7040cdb
SE
15840# Used to examine libraries when file_magic_cmd begins with "file".
15841MAGIC_CMD=$MAGIC_CMD
15842
15843# Must we lock files when doing compilation?
15844need_locks=$lt_need_locks
15845
718a6fd8
SE
15846# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15847DSYMUTIL=$lt_DSYMUTIL
15848
15849# Tool to change global to local symbols on Mac OS X.
15850NMEDIT=$lt_NMEDIT
15851
15852# Tool to manipulate fat objects and archives on Mac OS X.
15853LIPO=$lt_LIPO
15854
15855# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15856OTOOL=$lt_OTOOL
15857
15858# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15859OTOOL64=$lt_OTOOL64
15860
d7040cdb
SE
15861# Old archive suffix (normally "a").
15862libext=$libext
15863
15864# Shared library suffix (normally ".so").
15865shrext_cmds=$lt_shrext_cmds
15866
15867# The commands to extract the exported symbol list from a shared archive.
15868extract_expsyms_cmds=$lt_extract_expsyms_cmds
15869
15870# Variables whose values should be saved in libtool wrapper scripts and
15871# restored at link time.
15872variables_saved_for_relink=$lt_variables_saved_for_relink
15873
15874# Do we need the "lib" prefix for modules?
15875need_lib_prefix=$need_lib_prefix
15876
15877# Do we need a version for libraries?
15878need_version=$need_version
15879
15880# Library versioning type.
15881version_type=$version_type
15882
15883# Shared library runtime path variable.
15884runpath_var=$runpath_var
15885
15886# Shared library path variable.
15887shlibpath_var=$shlibpath_var
15888
15889# Is shlibpath searched before the hard-coded library search path?
15890shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15891
15892# Format of library name prefix.
15893libname_spec=$lt_libname_spec
15894
15895# List of archive names. First name is the real one, the rest are links.
15896# The last name is the one that the linker finds with -lNAME
15897library_names_spec=$lt_library_names_spec
15898
15899# The coded name of the library, if different from the real name.
15900soname_spec=$lt_soname_spec
15901
3725885a
RW
15902# Permission mode override for installation of shared libraries.
15903install_override_mode=$lt_install_override_mode
15904
d7040cdb
SE
15905# Command to use after installation of a shared archive.
15906postinstall_cmds=$lt_postinstall_cmds
15907
15908# Command to use after uninstallation of a shared archive.
15909postuninstall_cmds=$lt_postuninstall_cmds
15910
15911# Commands used to finish a libtool library installation in a directory.
15912finish_cmds=$lt_finish_cmds
15913
15914# As "finish_cmds", except a single script fragment to be evaled but
15915# not shown.
15916finish_eval=$lt_finish_eval
15917
15918# Whether we should hardcode library paths into libraries.
15919hardcode_into_libs=$hardcode_into_libs
15920
15921# Compile-time system search path for libraries.
15922sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15923
15924# Run-time system search path for libraries.
15925sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15926
15927# Whether dlopen is supported.
15928dlopen_support=$enable_dlopen
15929
15930# Whether dlopen of programs is supported.
15931dlopen_self=$enable_dlopen_self
15932
15933# Whether dlopen of statically linked programs is supported.
15934dlopen_self_static=$enable_dlopen_self_static
15935
15936# Commands to strip libraries.
15937old_striplib=$lt_old_striplib
15938striplib=$lt_striplib
15939
15940
15941# The linker used to build libraries.
15942LD=$lt_LD
15943
3725885a
RW
15944# How to create reloadable object files.
15945reload_flag=$lt_reload_flag
15946reload_cmds=$lt_reload_cmds
15947
d7040cdb
SE
15948# Commands used to build an old-style archive.
15949old_archive_cmds=$lt_old_archive_cmds
15950
15951# A language specific compiler.
15952CC=$lt_compiler
15953
15954# Is the compiler the GNU compiler?
15955with_gcc=$GCC
15956
15957# Compiler flag to turn off builtin functions.
15958no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15959
15960# How to pass a linker flag through the compiler.
15961wl=$lt_lt_prog_compiler_wl
15962
15963# Additional compiler flags for building library objects.
15964pic_flag=$lt_lt_prog_compiler_pic
15965
15966# Compiler flag to prevent dynamic linking.
15967link_static_flag=$lt_lt_prog_compiler_static
15968
15969# Does compiler simultaneously support -c and -o options?
15970compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15971
15972# Whether or not to add -lc for building shared libraries.
15973build_libtool_need_lc=$archive_cmds_need_lc
15974
15975# Whether or not to disallow shared libs when runtime libs are static.
15976allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15977
15978# Compiler flag to allow reflexive dlopens.
15979export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15980
15981# Compiler flag to generate shared objects directly from archives.
15982whole_archive_flag_spec=$lt_whole_archive_flag_spec
15983
15984# Whether the compiler copes with passing no objects directly.
15985compiler_needs_object=$lt_compiler_needs_object
15986
15987# Create an old-style archive from a shared archive.
15988old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15989
15990# Create a temporary old-style archive to link instead of a shared archive.
15991old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15992
15993# Commands used to build a shared archive.
15994archive_cmds=$lt_archive_cmds
15995archive_expsym_cmds=$lt_archive_expsym_cmds
15996
15997# Commands used to build a loadable module if different from building
15998# a shared archive.
15999module_cmds=$lt_module_cmds
16000module_expsym_cmds=$lt_module_expsym_cmds
16001
16002# Whether we are building with GNU ld or not.
16003with_gnu_ld=$lt_with_gnu_ld
16004
16005# Flag that allows shared libraries with undefined symbols to be built.
16006allow_undefined_flag=$lt_allow_undefined_flag
16007
16008# Flag that enforces no undefined symbols.
16009no_undefined_flag=$lt_no_undefined_flag
16010
16011# Flag to hardcode \$libdir into a binary during linking.
16012# This must work even if \$libdir does not exist
16013hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16014
16015# If ld is used when linking, flag to hardcode \$libdir into a binary
16016# during linking. This must work even if \$libdir does not exist.
16017hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16018
16019# Whether we need a single "-rpath" flag with a separated argument.
16020hardcode_libdir_separator=$lt_hardcode_libdir_separator
16021
16022# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16023# DIR into the resulting binary.
16024hardcode_direct=$hardcode_direct
16025
16026# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16027# DIR into the resulting binary and the resulting library dependency is
16028# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16029# library is relocated.
16030hardcode_direct_absolute=$hardcode_direct_absolute
16031
16032# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16033# into the resulting binary.
16034hardcode_minus_L=$hardcode_minus_L
16035
16036# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16037# into the resulting binary.
16038hardcode_shlibpath_var=$hardcode_shlibpath_var
16039
16040# Set to "yes" if building a shared library automatically hardcodes DIR
16041# into the library and all subsequent libraries and executables linked
16042# against it.
16043hardcode_automatic=$hardcode_automatic
16044
16045# Set to yes if linker adds runtime paths of dependent libraries
16046# to runtime path list.
16047inherit_rpath=$inherit_rpath
16048
16049# Whether libtool must link a program against all its dependency libraries.
16050link_all_deplibs=$link_all_deplibs
16051
16052# Fix the shell variable \$srcfile for the compiler.
16053fix_srcfile_path=$lt_fix_srcfile_path
16054
16055# Set to "yes" if exported symbols are required.
16056always_export_symbols=$always_export_symbols
16057
16058# The commands to list exported symbols.
16059export_symbols_cmds=$lt_export_symbols_cmds
16060
16061# Symbols that should not be listed in the preloaded symbols.
16062exclude_expsyms=$lt_exclude_expsyms
16063
16064# Symbols that must always be exported.
16065include_expsyms=$lt_include_expsyms
16066
16067# Commands necessary for linking programs (against libraries) with templates.
16068prelink_cmds=$lt_prelink_cmds
16069
16070# Specify filename containing input files.
16071file_list_spec=$lt_file_list_spec
16072
16073# How to hardcode a shared library path into an executable.
16074hardcode_action=$hardcode_action
16075
16076# ### END LIBTOOL CONFIG
16077
16078_LT_EOF
16079
16080 case $host_os in
16081 aix3*)
16082 cat <<\_LT_EOF >> "$cfgfile"
16083# AIX sometimes has problems with the GCC collect2 program. For some
16084# reason, if we set the COLLECT_NAMES environment variable, the problems
16085# vanish in a puff of smoke.
16086if test "X${COLLECT_NAMES+set}" != Xset; then
16087 COLLECT_NAMES=
16088 export COLLECT_NAMES
16089fi
16090_LT_EOF
16091 ;;
16092 esac
16093
16094
16095ltmain="$ac_aux_dir/ltmain.sh"
16096
16097
16098 # We use sed instead of cat because bash on DJGPP gets confused if
16099 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16100 # text mode, it properly converts lines to CR/LF. This bash problem
16101 # is reportedly fixed, but why not run on old versions too?
16102 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16103 || (rm -f "$cfgfile"; exit 1)
16104
16105 case $xsi_shell in
16106 yes)
16107 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 16108
d7040cdb
SE
16109# func_dirname file append nondir_replacement
16110# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16111# otherwise set result to NONDIR_REPLACEMENT.
16112func_dirname ()
16113{
16114 case ${1} in
16115 */*) func_dirname_result="${1%/*}${2}" ;;
16116 * ) func_dirname_result="${3}" ;;
16117 esac
16118}
16119
16120# func_basename file
16121func_basename ()
16122{
16123 func_basename_result="${1##*/}"
16124}
16125
718a6fd8
SE
16126# func_dirname_and_basename file append nondir_replacement
16127# perform func_basename and func_dirname in a single function
16128# call:
16129# dirname: Compute the dirname of FILE. If nonempty,
16130# add APPEND to the result, otherwise set result
16131# to NONDIR_REPLACEMENT.
16132# value returned in "$func_dirname_result"
16133# basename: Compute filename of FILE.
16134# value retuned in "$func_basename_result"
16135# Implementation must be kept synchronized with func_dirname
16136# and func_basename. For efficiency, we do not delegate to
16137# those functions but instead duplicate the functionality here.
16138func_dirname_and_basename ()
16139{
16140 case ${1} in
16141 */*) func_dirname_result="${1%/*}${2}" ;;
16142 * ) func_dirname_result="${3}" ;;
16143 esac
16144 func_basename_result="${1##*/}"
16145}
16146
d7040cdb
SE
16147# func_stripname prefix suffix name
16148# strip PREFIX and SUFFIX off of NAME.
16149# PREFIX and SUFFIX must not contain globbing or regex special
16150# characters, hashes, percent signs, but SUFFIX may contain a leading
16151# dot (in which case that matches only a dot).
16152func_stripname ()
16153{
16154 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16155 # positional parameters, so assign one to ordinary parameter first.
16156 func_stripname_result=${3}
16157 func_stripname_result=${func_stripname_result#"${1}"}
16158 func_stripname_result=${func_stripname_result%"${2}"}
16159}
16160
16161# func_opt_split
16162func_opt_split ()
16163{
16164 func_opt_split_opt=${1%%=*}
16165 func_opt_split_arg=${1#*=}
16166}
16167
16168# func_lo2o object
16169func_lo2o ()
16170{
16171 case ${1} in
16172 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16173 *) func_lo2o_result=${1} ;;
16174 esac
16175}
718a6fd8
SE
16176
16177# func_xform libobj-or-source
16178func_xform ()
16179{
16180 func_xform_result=${1%.*}.lo
16181}
16182
16183# func_arith arithmetic-term...
16184func_arith ()
16185{
16186 func_arith_result=$(( $* ))
16187}
16188
16189# func_len string
16190# STRING may not start with a hyphen.
16191func_len ()
16192{
16193 func_len_result=${#1}
16194}
16195
d7040cdb
SE
16196_LT_EOF
16197 ;;
16198 *) # Bourne compatible functions.
16199 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 16200
d7040cdb
SE
16201# func_dirname file append nondir_replacement
16202# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16203# otherwise set result to NONDIR_REPLACEMENT.
16204func_dirname ()
16205{
16206 # Extract subdirectory from the argument.
3725885a 16207 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
16208 if test "X$func_dirname_result" = "X${1}"; then
16209 func_dirname_result="${3}"
16210 else
16211 func_dirname_result="$func_dirname_result${2}"
16212 fi
16213}
16214
16215# func_basename file
16216func_basename ()
16217{
3725885a 16218 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
16219}
16220
718a6fd8 16221
d7040cdb
SE
16222# func_stripname prefix suffix name
16223# strip PREFIX and SUFFIX off of NAME.
16224# PREFIX and SUFFIX must not contain globbing or regex special
16225# characters, hashes, percent signs, but SUFFIX may contain a leading
16226# dot (in which case that matches only a dot).
16227# func_strip_suffix prefix name
16228func_stripname ()
16229{
16230 case ${2} in
3725885a
RW
16231 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16232 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
16233 esac
16234}
16235
16236# sed scripts:
16237my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16238my_sed_long_arg='1s/^-[^=]*=//'
16239
16240# func_opt_split
16241func_opt_split ()
16242{
3725885a
RW
16243 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16244 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
16245}
16246
16247# func_lo2o object
16248func_lo2o ()
16249{
3725885a 16250 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 16251}
718a6fd8
SE
16252
16253# func_xform libobj-or-source
16254func_xform ()
16255{
3725885a 16256 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
718a6fd8
SE
16257}
16258
16259# func_arith arithmetic-term...
16260func_arith ()
16261{
16262 func_arith_result=`expr "$@"`
16263}
16264
16265# func_len string
16266# STRING may not start with a hyphen.
16267func_len ()
16268{
16269 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16270}
16271
d7040cdb
SE
16272_LT_EOF
16273esac
16274
16275case $lt_shell_append in
16276 yes)
16277 cat << \_LT_EOF >> "$cfgfile"
16278
16279# func_append var value
16280# Append VALUE to the end of shell variable VAR.
16281func_append ()
16282{
16283 eval "$1+=\$2"
16284}
16285_LT_EOF
16286 ;;
16287 *)
16288 cat << \_LT_EOF >> "$cfgfile"
16289
16290# func_append var value
16291# Append VALUE to the end of shell variable VAR.
16292func_append ()
16293{
16294 eval "$1=\$$1\$2"
16295}
718a6fd8 16296
d7040cdb
SE
16297_LT_EOF
16298 ;;
16299 esac
16300
16301
16302 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16303 || (rm -f "$cfgfile"; exit 1)
16304
16305 mv -f "$cfgfile" "$ofile" ||
16306 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16307 chmod +x "$ofile"
16308
42ecbf5e 16309 ;;
81ecdfbb 16310 "default-1":C)
20e95c23
DJ
16311 for ac_file in $CONFIG_FILES; do
16312 # Support "outfile[:infile[:infile...]]"
16313 case "$ac_file" in
16314 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16315 esac
16316 # PO directories have a Makefile.in generated from Makefile.in.in.
16317 case "$ac_file" in */Makefile.in)
16318 # Adjust a relative srcdir.
16319 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16320 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16321 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16322 # In autoconf-2.13 it is called $ac_given_srcdir.
16323 # In autoconf-2.50 it is called $srcdir.
16324 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16325 case "$ac_given_srcdir" in
16326 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16327 /*) top_srcdir="$ac_given_srcdir" ;;
16328 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16329 esac
16330 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16331 rm -f "$ac_dir/POTFILES"
16332 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16333 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16334 POMAKEFILEDEPS="POTFILES.in"
16335 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16336 # on $ac_dir but don't depend on user-specified configuration
16337 # parameters.
16338 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16339 # The LINGUAS file contains the set of available languages.
16340 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16341 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16342 fi
16343 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16344 # Hide the ALL_LINGUAS assigment from automake.
16345 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16346 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16347 else
16348 # The set of available languages was given in configure.in.
16349 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16350 fi
16351 case "$ac_given_srcdir" in
16352 .) srcdirpre= ;;
16353 *) srcdirpre='$(srcdir)/' ;;
16354 esac
16355 POFILES=
16356 GMOFILES=
16357 UPDATEPOFILES=
16358 DUMMYPOFILES=
16359 for lang in $ALL_LINGUAS; do
16360 POFILES="$POFILES $srcdirpre$lang.po"
16361 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16362 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16363 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16364 done
16365 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16366 # environment variable.
16367 INST_LINGUAS=
16368 if test -n "$ALL_LINGUAS"; then
16369 for presentlang in $ALL_LINGUAS; do
16370 useit=no
16371 if test "%UNSET%" != "$LINGUAS"; then
16372 desiredlanguages="$LINGUAS"
16373 else
16374 desiredlanguages="$ALL_LINGUAS"
16375 fi
16376 for desiredlang in $desiredlanguages; do
16377 # Use the presentlang catalog if desiredlang is
16378 # a. equal to presentlang, or
16379 # b. a variant of presentlang (because in this case,
16380 # presentlang can be used as a fallback for messages
16381 # which are not translated in the desiredlang catalog).
16382 case "$desiredlang" in
16383 "$presentlang"*) useit=yes;;
16384 esac
16385 done
16386 if test $useit = yes; then
16387 INST_LINGUAS="$INST_LINGUAS $presentlang"
16388 fi
16389 done
16390 fi
16391 CATALOGS=
16392 if test -n "$INST_LINGUAS"; then
16393 for lang in $INST_LINGUAS; do
16394 CATALOGS="$CATALOGS $lang.gmo"
16395 done
16396 fi
16397 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16398 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"
16399 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16400 if test -f "$f"; then
16401 case "$f" in
16402 *.orig | *.bak | *~) ;;
16403 *) cat "$f" >> "$ac_dir/Makefile" ;;
16404 esac
16405 fi
16406 done
16407 fi
16408 ;;
16409 esac
16410 done ;;
81ecdfbb 16411
42ecbf5e 16412 esac
81ecdfbb 16413done # for ac_tag
e5a52504 16414
42ecbf5e 16415
81ecdfbb 16416as_fn_exit 0
42ecbf5e 16417_ACEOF
42ecbf5e
DJ
16418ac_clean_files=$ac_clean_files_save
16419
81ecdfbb
RW
16420test $ac_write_fail = 0 ||
16421 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16422
42ecbf5e
DJ
16423
16424# configure is writing to config.log, and then calls config.status.
16425# config.status does its own redirection, appending to config.log.
16426# Unfortunately, on DOS this fails, as config.log is still kept open
16427# by configure, so config.status won't be able to write to it; its
16428# output is simply discarded. So we exec the FD to /dev/null,
16429# effectively closing config.log, so it can be properly (re)opened and
16430# appended to by config.status. When coming back to configure, we
16431# need to make the FD available again.
16432if test "$no_create" != yes; then
16433 ac_cs_success=:
16434 ac_config_status_args=
16435 test "$silent" = yes &&
16436 ac_config_status_args="$ac_config_status_args --quiet"
16437 exec 5>/dev/null
16438 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16439 exec 5>>config.log
16440 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16441 # would make configure fail if this is the last instruction.
81ecdfbb
RW
16442 $ac_cs_success || as_fn_exit $?
16443fi
16444if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16445 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16446$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 16447fi
252b5132 16448
This page took 1.376034 seconds and 4 git commands to generate.