opcodes: Use autoconf to check for `bfd_mips_elf_get_abiflags' in BFD
[deliverable/binutils-gdb.git] / opcodes / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
99b5dbf2 3# Generated by GNU Autoconf 2.64 for opcodes 2.28.51.
81ecdfbb
RW
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
252b5132
RH
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
979273e3 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 :
979273e3
NN
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
979273e3
NN
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
979273e3 31fi
979273e3 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 }
979273e3
NN
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
979273e3
NN
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
979273e3 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."
979273e3 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."
979273e3 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
364
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
979273e3 380
81ecdfbb
RW
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
979273e3
NN
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
979273e3
NN
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
979273e3 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
979273e3
NN
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'`
979273e3 418
979273e3
NN
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
979273e3 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 |
979273e3 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
979273e3 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
979273e3 444 t loop
81ecdfbb 445 s/-\n.*//
979273e3 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; }
979273e3
NN
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"
979273e3
NN
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';;
979273e3
NN
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
979273e3 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
979273e3 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
979273e3 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'
979273e3 491 fi
979273e3
NN
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
979273e3
NN
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
979273e3
NN
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
979273e3
NN
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
979273e3
NN
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
979273e3
NN
544#
545# Initializations.
546#
252b5132 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
979273e3 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
979273e3
NN
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
979273e3
NN
555
556# Identity of this package.
2e98a7bd
AM
557PACKAGE_NAME='opcodes'
558PACKAGE_TARNAME='opcodes'
99b5dbf2
TG
559PACKAGE_VERSION='2.28.51'
560PACKAGE_STRING='opcodes 2.28.51'
2e98a7bd
AM
561PACKAGE_BUGREPORT=''
562PACKAGE_URL=''
979273e3
NN
563
564ac_unique_file="z8k-dis.c"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
979273e3
NN
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
979273e3
NN
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
979273e3
NN
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
979273e3
NN
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
979273e3
NN
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
979273e3
NN
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
979273e3 592# include <inttypes.h>
979273e3 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
979273e3
NN
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
605BFD_MACHINES
606archdefs
9e76c212
MR
607BFDLIB
608BFDHDIR
81ecdfbb
RW
609SHARED_DEPENDENCIES
610SHARED_LIBADD
611SHARED_LDFLAGS
2eee5593
AM
612BUILD_LIB_DEPS
613BUILD_LIBS
81ecdfbb
RW
614LIBM
615cgendir
616CGEN_MAINT_FALSE
617CGEN_MAINT_TRUE
618HDEFINES
619EXEEXT_FOR_BUILD
620CC_FOR_BUILD
621MSGMERGE
622MSGFMT
623MKINSTALLDIRS
624CATOBJEXT
625GENCAT
626INSTOBJEXT
627DATADIRNAME
628CATALOGS
629POSUB
630GMSGFMT
631XGETTEXT
632INCINTL
633LIBINTL_DEP
634LIBINTL
635USE_NLS
636bfdincludedir
637bfdlibdir
638target_noncanonical
639host_noncanonical
640INSTALL_LIBBFD_FALSE
641INSTALL_LIBBFD_TRUE
642MAINT
643MAINTAINER_MODE_FALSE
644MAINTAINER_MODE_TRUE
35d0a169 645NO_WMISSING_FIELD_INITIALIZERS
6757cf57 646WARN_WRITE_STRINGS
81ecdfbb 647NO_WERROR
c5da1932 648WARN_CFLAGS_FOR_BUILD
81ecdfbb
RW
649WARN_CFLAGS
650OTOOL64
651OTOOL
652LIPO
653NMEDIT
654DSYMUTIL
81ecdfbb
RW
655OBJDUMP
656LN_S
657NM
658ac_ct_DUMPBIN
659DUMPBIN
660LD
661FGREP
662SED
663LIBTOOL
664RANLIB
665AR
666EGREP
667GREP
668CPP
669am__fastdepCC_FALSE
670am__fastdepCC_TRUE
671CCDEPMODE
6eb7d830 672am__nodep
81ecdfbb
RW
673AMDEPBACKSLASH
674AMDEP_FALSE
675AMDEP_TRUE
676am__quote
677am__include
678DEPDIR
679am__untar
680am__tar
681AMTAR
682am__leading_dot
683SET_MAKE
684AWK
685mkdir_p
686MKDIR_P
687INSTALL_STRIP_PROGRAM
688STRIP
689install_sh
690MAKEINFO
691AUTOHEADER
692AUTOMAKE
693AUTOCONF
694ACLOCAL
695VERSION
696PACKAGE
697CYGPATH_W
698am__isrc
699INSTALL_DATA
700INSTALL_SCRIPT
701INSTALL_PROGRAM
702OBJEXT
703EXEEXT
704ac_ct_CC
705CPPFLAGS
706LDFLAGS
707CFLAGS
708CC
709target_os
710target_vendor
711target_cpu
712target
713host_os
714host_vendor
715host_cpu
716host
717build_os
718build_vendor
719build_cpu
720build
721target_alias
722host_alias
723build_alias
724LIBS
725ECHO_T
726ECHO_N
727ECHO_C
728DEFS
729mandir
730localedir
731libdir
732psdir
733pdfdir
734dvidir
735htmldir
736infodir
737docdir
738oldincludedir
739includedir
740localstatedir
741sharedstatedir
742sysconfdir
743datadir
744datarootdir
745libexecdir
746sbindir
747bindir
748program_transform_name
749prefix
750exec_prefix
751PACKAGE_URL
752PACKAGE_BUGREPORT
753PACKAGE_STRING
754PACKAGE_VERSION
755PACKAGE_TARNAME
756PACKAGE_NAME
757PATH_SEPARATOR
758SHELL'
979273e3 759ac_subst_files=''
81ecdfbb
RW
760ac_user_opts='
761enable_option_checking
762enable_dependency_tracking
763enable_shared
764enable_static
765with_pic
766enable_fast_install
767with_gnu_ld
768enable_libtool_lock
769enable_targets
770enable_werror
771enable_build_warnings
772enable_maintainer_mode
773enable_install_libbfd
774enable_nls
775enable_cgen_maint
776'
777 ac_precious_vars='build_alias
778host_alias
779target_alias
780CC
781CFLAGS
782LDFLAGS
783LIBS
784CPPFLAGS
785CPP'
786
252b5132
RH
787
788# Initialize some variables set by options.
979273e3
NN
789ac_init_help=
790ac_init_version=false
81ecdfbb
RW
791ac_unrecognized_opts=
792ac_unrecognized_sep=
252b5132
RH
793# The variables have the same names as the options, with
794# dashes changed to underlines.
979273e3 795cache_file=/dev/null
252b5132 796exec_prefix=NONE
252b5132 797no_create=
252b5132
RH
798no_recursion=
799prefix=NONE
800program_prefix=NONE
801program_suffix=NONE
802program_transform_name=s,x,x,
803silent=
804site=
805srcdir=
252b5132
RH
806verbose=
807x_includes=NONE
808x_libraries=NONE
979273e3
NN
809
810# Installation directory options.
811# These are left unexpanded so users can "make install exec_prefix=/foo"
812# and all the variables that are supposed to be based on exec_prefix
813# by default will actually change.
814# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 815# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
816bindir='${exec_prefix}/bin'
817sbindir='${exec_prefix}/sbin'
818libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
819datarootdir='${prefix}/share'
820datadir='${datarootdir}'
252b5132
RH
821sysconfdir='${prefix}/etc'
822sharedstatedir='${prefix}/com'
823localstatedir='${prefix}/var'
252b5132
RH
824includedir='${prefix}/include'
825oldincludedir='/usr/include'
2e98a7bd 826docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
827infodir='${datarootdir}/info'
828htmldir='${docdir}'
829dvidir='${docdir}'
830pdfdir='${docdir}'
831psdir='${docdir}'
832libdir='${exec_prefix}/lib'
833localedir='${datarootdir}/locale'
834mandir='${datarootdir}/man'
252b5132 835
252b5132 836ac_prev=
81ecdfbb 837ac_dashdash=
252b5132
RH
838for ac_option
839do
252b5132
RH
840 # If the previous option needs an argument, assign it.
841 if test -n "$ac_prev"; then
81ecdfbb 842 eval $ac_prev=\$ac_option
252b5132
RH
843 ac_prev=
844 continue
845 fi
846
81ecdfbb
RW
847 case $ac_option in
848 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
849 *) ac_optarg=yes ;;
850 esac
252b5132
RH
851
852 # Accept the important Cygnus configure options, so we can diagnose typos.
853
81ecdfbb
RW
854 case $ac_dashdash$ac_option in
855 --)
856 ac_dashdash=yes ;;
252b5132
RH
857
858 -bindir | --bindir | --bindi | --bind | --bin | --bi)
859 ac_prev=bindir ;;
860 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
979273e3 861 bindir=$ac_optarg ;;
252b5132
RH
862
863 -build | --build | --buil | --bui | --bu)
979273e3 864 ac_prev=build_alias ;;
252b5132 865 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
979273e3 866 build_alias=$ac_optarg ;;
252b5132
RH
867
868 -cache-file | --cache-file | --cache-fil | --cache-fi \
869 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
870 ac_prev=cache_file ;;
871 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
872 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
979273e3
NN
873 cache_file=$ac_optarg ;;
874
875 --config-cache | -C)
876 cache_file=config.cache ;;
252b5132 877
81ecdfbb 878 -datadir | --datadir | --datadi | --datad)
252b5132 879 ac_prev=datadir ;;
81ecdfbb 880 -datadir=* | --datadir=* | --datadi=* | --datad=*)
979273e3 881 datadir=$ac_optarg ;;
252b5132 882
81ecdfbb
RW
883 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
884 | --dataroo | --dataro | --datar)
885 ac_prev=datarootdir ;;
886 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
887 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
888 datarootdir=$ac_optarg ;;
889
252b5132 890 -disable-* | --disable-*)
81ecdfbb 891 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 892 # Reject names that are not valid shell variable names.
81ecdfbb
RW
893 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
894 as_fn_error "invalid feature name: $ac_useropt"
895 ac_useropt_orig=$ac_useropt
896 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
897 case $ac_user_opts in
898 *"
899"enable_$ac_useropt"
900"*) ;;
901 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
902 ac_unrecognized_sep=', ';;
903 esac
904 eval enable_$ac_useropt=no ;;
905
906 -docdir | --docdir | --docdi | --doc | --do)
907 ac_prev=docdir ;;
908 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
909 docdir=$ac_optarg ;;
910
911 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
912 ac_prev=dvidir ;;
913 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
914 dvidir=$ac_optarg ;;
252b5132
RH
915
916 -enable-* | --enable-*)
81ecdfbb 917 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 918 # Reject names that are not valid shell variable names.
81ecdfbb
RW
919 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
920 as_fn_error "invalid feature name: $ac_useropt"
921 ac_useropt_orig=$ac_useropt
922 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
923 case $ac_user_opts in
924 *"
925"enable_$ac_useropt"
926"*) ;;
927 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
928 ac_unrecognized_sep=', ';;
252b5132 929 esac
81ecdfbb 930 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
931
932 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
933 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
934 | --exec | --exe | --ex)
935 ac_prev=exec_prefix ;;
936 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
937 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
938 | --exec=* | --exe=* | --ex=*)
979273e3 939 exec_prefix=$ac_optarg ;;
252b5132
RH
940
941 -gas | --gas | --ga | --g)
942 # Obsolete; use --with-gas.
943 with_gas=yes ;;
944
979273e3
NN
945 -help | --help | --hel | --he | -h)
946 ac_init_help=long ;;
947 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
948 ac_init_help=recursive ;;
949 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
950 ac_init_help=short ;;
252b5132
RH
951
952 -host | --host | --hos | --ho)
979273e3 953 ac_prev=host_alias ;;
252b5132 954 -host=* | --host=* | --hos=* | --ho=*)
979273e3 955 host_alias=$ac_optarg ;;
252b5132 956
81ecdfbb
RW
957 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
958 ac_prev=htmldir ;;
959 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
960 | --ht=*)
961 htmldir=$ac_optarg ;;
962
252b5132
RH
963 -includedir | --includedir | --includedi | --included | --include \
964 | --includ | --inclu | --incl | --inc)
965 ac_prev=includedir ;;
966 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
967 | --includ=* | --inclu=* | --incl=* | --inc=*)
979273e3 968 includedir=$ac_optarg ;;
252b5132
RH
969
970 -infodir | --infodir | --infodi | --infod | --info | --inf)
971 ac_prev=infodir ;;
972 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979273e3 973 infodir=$ac_optarg ;;
252b5132
RH
974
975 -libdir | --libdir | --libdi | --libd)
976 ac_prev=libdir ;;
977 -libdir=* | --libdir=* | --libdi=* | --libd=*)
979273e3 978 libdir=$ac_optarg ;;
252b5132
RH
979
980 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
981 | --libexe | --libex | --libe)
982 ac_prev=libexecdir ;;
983 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
984 | --libexe=* | --libex=* | --libe=*)
979273e3 985 libexecdir=$ac_optarg ;;
252b5132 986
81ecdfbb
RW
987 -localedir | --localedir | --localedi | --localed | --locale)
988 ac_prev=localedir ;;
989 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
990 localedir=$ac_optarg ;;
991
252b5132 992 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 993 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
994 ac_prev=localstatedir ;;
995 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 996 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
979273e3 997 localstatedir=$ac_optarg ;;
252b5132
RH
998
999 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1000 ac_prev=mandir ;;
1001 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
979273e3 1002 mandir=$ac_optarg ;;
252b5132
RH
1003
1004 -nfp | --nfp | --nf)
1005 # Obsolete; use --without-fp.
1006 with_fp=no ;;
1007
1008 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
979273e3 1009 | --no-cr | --no-c | -n)
252b5132
RH
1010 no_create=yes ;;
1011
1012 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1014 no_recursion=yes ;;
1015
1016 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1017 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1018 | --oldin | --oldi | --old | --ol | --o)
1019 ac_prev=oldincludedir ;;
1020 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1021 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1022 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
979273e3 1023 oldincludedir=$ac_optarg ;;
252b5132
RH
1024
1025 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1026 ac_prev=prefix ;;
1027 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
979273e3 1028 prefix=$ac_optarg ;;
252b5132
RH
1029
1030 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1031 | --program-pre | --program-pr | --program-p)
1032 ac_prev=program_prefix ;;
1033 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1034 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
979273e3 1035 program_prefix=$ac_optarg ;;
252b5132
RH
1036
1037 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1038 | --program-suf | --program-su | --program-s)
1039 ac_prev=program_suffix ;;
1040 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1041 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
979273e3 1042 program_suffix=$ac_optarg ;;
252b5132
RH
1043
1044 -program-transform-name | --program-transform-name \
1045 | --program-transform-nam | --program-transform-na \
1046 | --program-transform-n | --program-transform- \
1047 | --program-transform | --program-transfor \
1048 | --program-transfo | --program-transf \
1049 | --program-trans | --program-tran \
1050 | --progr-tra | --program-tr | --program-t)
1051 ac_prev=program_transform_name ;;
1052 -program-transform-name=* | --program-transform-name=* \
1053 | --program-transform-nam=* | --program-transform-na=* \
1054 | --program-transform-n=* | --program-transform-=* \
1055 | --program-transform=* | --program-transfor=* \
1056 | --program-transfo=* | --program-transf=* \
1057 | --program-trans=* | --program-tran=* \
1058 | --progr-tra=* | --program-tr=* | --program-t=*)
979273e3 1059 program_transform_name=$ac_optarg ;;
252b5132 1060
81ecdfbb
RW
1061 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1062 ac_prev=pdfdir ;;
1063 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1064 pdfdir=$ac_optarg ;;
1065
1066 -psdir | --psdir | --psdi | --psd | --ps)
1067 ac_prev=psdir ;;
1068 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1069 psdir=$ac_optarg ;;
1070
252b5132
RH
1071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1072 | -silent | --silent | --silen | --sile | --sil)
1073 silent=yes ;;
1074
1075 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1076 ac_prev=sbindir ;;
1077 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1078 | --sbi=* | --sb=*)
979273e3 1079 sbindir=$ac_optarg ;;
252b5132
RH
1080
1081 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1082 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1083 | --sharedst | --shareds | --shared | --share | --shar \
1084 | --sha | --sh)
1085 ac_prev=sharedstatedir ;;
1086 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1087 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1088 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1089 | --sha=* | --sh=*)
979273e3 1090 sharedstatedir=$ac_optarg ;;
252b5132
RH
1091
1092 -site | --site | --sit)
1093 ac_prev=site ;;
1094 -site=* | --site=* | --sit=*)
979273e3 1095 site=$ac_optarg ;;
1fe1f39c 1096
252b5132
RH
1097 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1098 ac_prev=srcdir ;;
1099 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
979273e3 1100 srcdir=$ac_optarg ;;
252b5132
RH
1101
1102 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1103 | --syscon | --sysco | --sysc | --sys | --sy)
1104 ac_prev=sysconfdir ;;
1105 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1106 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
979273e3 1107 sysconfdir=$ac_optarg ;;
252b5132
RH
1108
1109 -target | --target | --targe | --targ | --tar | --ta | --t)
979273e3 1110 ac_prev=target_alias ;;
252b5132 1111 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
979273e3 1112 target_alias=$ac_optarg ;;
252b5132
RH
1113
1114 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1115 verbose=yes ;;
1116
979273e3
NN
1117 -version | --version | --versio | --versi | --vers | -V)
1118 ac_init_version=: ;;
252b5132
RH
1119
1120 -with-* | --with-*)
81ecdfbb 1121 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1122 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1123 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1124 as_fn_error "invalid package name: $ac_useropt"
1125 ac_useropt_orig=$ac_useropt
1126 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1127 case $ac_user_opts in
1128 *"
1129"with_$ac_useropt"
1130"*) ;;
1131 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1132 ac_unrecognized_sep=', ';;
252b5132 1133 esac
81ecdfbb 1134 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1135
1136 -without-* | --without-*)
81ecdfbb 1137 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1138 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1139 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1140 as_fn_error "invalid package name: $ac_useropt"
1141 ac_useropt_orig=$ac_useropt
1142 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1143 case $ac_user_opts in
1144 *"
1145"with_$ac_useropt"
1146"*) ;;
1147 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1148 ac_unrecognized_sep=', ';;
1149 esac
1150 eval with_$ac_useropt=no ;;
252b5132
RH
1151
1152 --x)
1153 # Obsolete; use --with-x.
1154 with_x=yes ;;
1155
1156 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1157 | --x-incl | --x-inc | --x-in | --x-i)
1158 ac_prev=x_includes ;;
1159 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1160 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
979273e3 1161 x_includes=$ac_optarg ;;
252b5132
RH
1162
1163 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1164 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1165 ac_prev=x_libraries ;;
1166 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1167 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
979273e3 1168 x_libraries=$ac_optarg ;;
252b5132 1169
81ecdfbb
RW
1170 -*) as_fn_error "unrecognized option: \`$ac_option'
1171Try \`$0 --help' for more information."
252b5132
RH
1172 ;;
1173
979273e3
NN
1174 *=*)
1175 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1176 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1177 case $ac_envvar in #(
1178 '' | [0-9]* | *[!_$as_cr_alnum]* )
1179 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1180 esac
1181 eval $ac_envvar=\$ac_optarg
979273e3
NN
1182 export $ac_envvar ;;
1183
252b5132 1184 *)
979273e3 1185 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1186 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
979273e3 1187 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1188 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
979273e3 1189 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1190 ;;
1191
1192 esac
1193done
1194
1195if test -n "$ac_prev"; then
979273e3 1196 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1197 as_fn_error "missing argument to $ac_option"
252b5132 1198fi
252b5132 1199
81ecdfbb
RW
1200if test -n "$ac_unrecognized_opts"; then
1201 case $enable_option_checking in
1202 no) ;;
1203 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1204 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
979273e3 1205 esac
81ecdfbb 1206fi
252b5132 1207
81ecdfbb
RW
1208# Check all directory arguments for consistency.
1209for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1210 datadir sysconfdir sharedstatedir localstatedir includedir \
1211 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1212 libdir localedir mandir
252b5132 1213do
81ecdfbb
RW
1214 eval ac_val=\$$ac_var
1215 # Remove trailing slashes.
1216 case $ac_val in
1217 */ )
1218 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1219 eval $ac_var=\$ac_val;;
1220 esac
1221 # Be sure to have absolute directory names.
979273e3 1222 case $ac_val in
81ecdfbb
RW
1223 [\\/$]* | ?:[\\/]* ) continue;;
1224 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1225 esac
81ecdfbb 1226 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1227done
1228
979273e3
NN
1229# There might be people who depend on the old broken behavior: `$host'
1230# used to hold the argument of --host etc.
1231# FIXME: To remove some day.
1232build=$build_alias
1233host=$host_alias
1234target=$target_alias
1235
1236# FIXME: To remove some day.
1237if test "x$host_alias" != x; then
1238 if test "x$build_alias" = x; then
1239 cross_compiling=maybe
81ecdfbb 1240 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
979273e3
NN
1241 If a cross compiler is detected then cross compile mode will be used." >&2
1242 elif test "x$build_alias" != "x$host_alias"; then
1243 cross_compiling=yes
1244 fi
1245fi
252b5132 1246
979273e3
NN
1247ac_tool_prefix=
1248test -n "$host_alias" && ac_tool_prefix=$host_alias-
1249
1250test "$silent" = yes && exec 6>/dev/null
252b5132 1251
252b5132 1252
81ecdfbb
RW
1253ac_pwd=`pwd` && test -n "$ac_pwd" &&
1254ac_ls_di=`ls -di .` &&
1255ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1256 as_fn_error "working directory cannot be determined"
1257test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1258 as_fn_error "pwd does not report name of working directory"
1259
1260
252b5132
RH
1261# Find the source files, if location was not specified.
1262if test -z "$srcdir"; then
1263 ac_srcdir_defaulted=yes
81ecdfbb
RW
1264 # Try the directory containing this script, then the parent directory.
1265 ac_confdir=`$as_dirname -- "$as_myself" ||
1266$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1267 X"$as_myself" : 'X\(//\)[^/]' \| \
1268 X"$as_myself" : 'X\(//\)$' \| \
1269 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1270$as_echo X"$as_myself" |
1271 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1272 s//\1/
1273 q
1274 }
1275 /^X\(\/\/\)[^/].*/{
1276 s//\1/
1277 q
1278 }
1279 /^X\(\/\/\)$/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\).*/{
1284 s//\1/
1285 q
1286 }
1287 s/.*/./; q'`
252b5132 1288 srcdir=$ac_confdir
81ecdfbb 1289 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1290 srcdir=..
1291 fi
1292else
1293 ac_srcdir_defaulted=no
1294fi
81ecdfbb
RW
1295if test ! -r "$srcdir/$ac_unique_file"; then
1296 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1297 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1298fi
1299ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1300ac_abs_confdir=`(
1301 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1302 pwd)`
1303# When building in place, set srcdir=.
1304if test "$ac_abs_confdir" = "$ac_pwd"; then
1305 srcdir=.
1306fi
1307# Remove unnecessary trailing slashes from srcdir.
1308# Double slashes in file names in object file debugging info
1309# mess up M-x gdb in Emacs.
1310case $srcdir in
1311*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1312esac
1313for ac_var in $ac_precious_vars; do
1314 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1315 eval ac_env_${ac_var}_value=\$${ac_var}
1316 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1317 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1318done
252b5132 1319
979273e3
NN
1320#
1321# Report the --help message.
1322#
1323if test "$ac_init_help" = "long"; then
1324 # Omit some internal or obsolete options to make the list less imposing.
1325 # This message is too long to be a string in the A/UX 3.1 sh.
1326 cat <<_ACEOF
99b5dbf2 1327\`configure' configures opcodes 2.28.51 to adapt to many kinds of systems.
252b5132 1328
979273e3 1329Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1330
979273e3
NN
1331To assign environment variables (e.g., CC, CFLAGS...), specify them as
1332VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1333
979273e3 1334Defaults for the options are specified in brackets.
ac48eca1 1335
979273e3
NN
1336Configuration:
1337 -h, --help display this help and exit
1338 --help=short display options specific to this package
1339 --help=recursive display the short help of all the included packages
1340 -V, --version display version information and exit
1341 -q, --quiet, --silent do not print \`checking...' messages
1342 --cache-file=FILE cache test results in FILE [disabled]
1343 -C, --config-cache alias for \`--cache-file=config.cache'
1344 -n, --no-create do not create output files
1345 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1346
979273e3
NN
1347Installation directories:
1348 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1349 [$ac_default_prefix]
979273e3 1350 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1351 [PREFIX]
ac48eca1 1352
979273e3
NN
1353By default, \`make install' will install all the files in
1354\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1355an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1356for instance \`--prefix=\$HOME'.
ac48eca1 1357
979273e3 1358For better control, use the options below.
ac48eca1 1359
979273e3 1360Fine tuning of the installation directories:
81ecdfbb
RW
1361 --bindir=DIR user executables [EPREFIX/bin]
1362 --sbindir=DIR system admin executables [EPREFIX/sbin]
1363 --libexecdir=DIR program executables [EPREFIX/libexec]
1364 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1365 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1366 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1367 --libdir=DIR object code libraries [EPREFIX/lib]
1368 --includedir=DIR C header files [PREFIX/include]
1369 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1370 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1371 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1372 --infodir=DIR info documentation [DATAROOTDIR/info]
1373 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1374 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1375 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
81ecdfbb
RW
1376 --htmldir=DIR html documentation [DOCDIR]
1377 --dvidir=DIR dvi documentation [DOCDIR]
1378 --pdfdir=DIR pdf documentation [DOCDIR]
1379 --psdir=DIR ps documentation [DOCDIR]
979273e3 1380_ACEOF
ac48eca1 1381
979273e3 1382 cat <<\_ACEOF
252b5132 1383
979273e3
NN
1384Program names:
1385 --program-prefix=PREFIX prepend PREFIX to installed program names
1386 --program-suffix=SUFFIX append SUFFIX to installed program names
1387 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1388
979273e3
NN
1389System types:
1390 --build=BUILD configure for building on BUILD [guessed]
1391 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1392 --target=TARGET configure for building compilers for TARGET [HOST]
1393_ACEOF
252b5132 1394fi
252b5132 1395
979273e3 1396if test -n "$ac_init_help"; then
2e98a7bd 1397 case $ac_init_help in
99b5dbf2 1398 short | recursive ) echo "Configuration of opcodes 2.28.51:";;
2e98a7bd 1399 esac
979273e3 1400 cat <<\_ACEOF
252b5132 1401
979273e3 1402Optional Features:
81ecdfbb 1403 --disable-option-checking ignore unrecognized --enable/--with options
979273e3
NN
1404 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1405 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
8ae85421
AM
1406 --disable-dependency-tracking speeds up one-time build
1407 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1408 --enable-shared[=PKGS] build shared libraries [default=no]
1409 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1410 --enable-fast-install[=PKGS]
1411 optimize for fast installation [default=yes]
979273e3
NN
1412 --disable-libtool-lock avoid locking (might break parallel builds)
1413 --enable-targets alternative target configurations
241a6c40
AM
1414 --enable-werror treat compile warnings as errors
1415 --enable-build-warnings enable build-time compiler warnings
8ae85421
AM
1416 --enable-maintainer-mode enable make rules and dependencies not useful
1417 (and sometimes confusing) to the casual installer
979273e3
NN
1418 --enable-install-libbfd controls installation of libbfd and related headers
1419 --disable-nls do not use Native Language Support
1420 --enable-cgen-maint=dir build cgen generated files
1421
1422Optional Packages:
1423 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1424 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1425 --with-pic try to use only PIC/non-PIC objects [default=use
1426 both]
1427 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
252b5132 1428
979273e3
NN
1429Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
81ecdfbb
RW
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
979273e3 1437 CPP C preprocessor
a2d91340 1438
979273e3
NN
1439Use these variables to override the choices made by `configure' or to help
1440it to find libraries and programs with nonstandard names/locations.
1441
81ecdfbb 1442Report bugs to the package provider.
979273e3 1443_ACEOF
81ecdfbb 1444ac_status=$?
a2d91340
AC
1445fi
1446
979273e3
NN
1447if test "$ac_init_help" = "recursive"; then
1448 # If there are subdirs, report their specific --help.
979273e3 1449 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1450 test -d "$ac_dir" ||
1451 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1452 continue
979273e3
NN
1453 ac_builddir=.
1454
81ecdfbb
RW
1455case "$ac_dir" in
1456.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457*)
1458 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1459 # A ".." for each directory in $ac_dir_suffix.
1460 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1461 case $ac_top_builddir_sub in
1462 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1464 esac ;;
1465esac
1466ac_abs_top_builddir=$ac_pwd
1467ac_abs_builddir=$ac_pwd$ac_dir_suffix
1468# for backward compatibility:
1469ac_top_builddir=$ac_top_build_prefix
a2d91340 1470
979273e3 1471case $srcdir in
81ecdfbb 1472 .) # We are building in place.
979273e3 1473 ac_srcdir=.
81ecdfbb
RW
1474 ac_top_srcdir=$ac_top_builddir_sub
1475 ac_abs_top_srcdir=$ac_pwd ;;
1476 [\\/]* | ?:[\\/]* ) # Absolute name.
979273e3 1477 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1478 ac_top_srcdir=$srcdir
1479 ac_abs_top_srcdir=$srcdir ;;
1480 *) # Relative name.
1481 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482 ac_top_srcdir=$ac_top_build_prefix$srcdir
1483 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
a2d91340 1484esac
81ecdfbb
RW
1485ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1486
1487 cd "$ac_dir" || { ac_status=$?; continue; }
1488 # Check for guested configure.
1489 if test -f "$ac_srcdir/configure.gnu"; then
1490 echo &&
1491 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492 elif test -f "$ac_srcdir/configure"; then
1493 echo &&
1494 $SHELL "$ac_srcdir/configure" --help=recursive
979273e3 1495 else
81ecdfbb
RW
1496 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 fi || ac_status=$?
1498 cd "$ac_pwd" || { ac_status=$?; break; }
979273e3
NN
1499 done
1500fi
a2d91340 1501
81ecdfbb 1502test -n "$ac_init_help" && exit $ac_status
979273e3
NN
1503if $ac_init_version; then
1504 cat <<\_ACEOF
99b5dbf2 1505opcodes configure 2.28.51
81ecdfbb 1506generated by GNU Autoconf 2.64
252b5132 1507
81ecdfbb 1508Copyright (C) 2009 Free Software Foundation, Inc.
979273e3
NN
1509This configure script is free software; the Free Software Foundation
1510gives unlimited permission to copy, distribute and modify it.
1511_ACEOF
81ecdfbb 1512 exit
979273e3 1513fi
2c73f9d8 1514
81ecdfbb
RW
1515## ------------------------ ##
1516## Autoconf initialization. ##
1517## ------------------------ ##
252b5132 1518
81ecdfbb
RW
1519# ac_fn_c_try_compile LINENO
1520# --------------------------
1521# Try to compile conftest.$ac_ext, and return whether this succeeded.
1522ac_fn_c_try_compile ()
1523{
1524 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1525 rm -f conftest.$ac_objext
1526 if { { ac_try="$ac_compile"
1527case "(($ac_try" in
1528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1529 *) ac_try_echo=$ac_try;;
1530esac
1531eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1532$as_echo "$ac_try_echo"; } >&5
1533 (eval "$ac_compile") 2>conftest.err
1534 ac_status=$?
1535 if test -s conftest.err; then
1536 grep -v '^ *+' conftest.err >conftest.er1
1537 cat conftest.er1 >&5
1538 mv -f conftest.er1 conftest.err
1539 fi
1540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1541 test $ac_status = 0; } && {
1542 test -z "$ac_c_werror_flag" ||
1543 test ! -s conftest.err
1544 } && test -s conftest.$ac_objext; then :
1545 ac_retval=0
1546else
1547 $as_echo "$as_me: failed program was:" >&5
1548sed 's/^/| /' conftest.$ac_ext >&5
252b5132 1549
81ecdfbb
RW
1550 ac_retval=1
1551fi
1552 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1553 return $ac_retval
1554
1555} # ac_fn_c_try_compile
1556
1557# ac_fn_c_try_link LINENO
1558# -----------------------
1559# Try to link conftest.$ac_ext, and return whether this succeeded.
1560ac_fn_c_try_link ()
979273e3 1561{
81ecdfbb
RW
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext conftest$ac_exeext
1564 if { { ac_try="$ac_link"
1565case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568esac
1569eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570$as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_link") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest$ac_exeext && {
1583 test "$cross_compiling" = yes ||
1584 $as_test_x conftest$ac_exeext
1585 }; then :
1586 ac_retval=0
1587else
1588 $as_echo "$as_me: failed program was:" >&5
1589sed 's/^/| /' conftest.$ac_ext >&5
979273e3 1590
81ecdfbb
RW
1591 ac_retval=1
1592fi
1593 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1594 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1595 # interfere with the next link command; also delete a directory that is
1596 # left behind by Apple's compiler. We do this before executing the actions.
1597 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1598 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1599 return $ac_retval
979273e3 1600
81ecdfbb
RW
1601} # ac_fn_c_try_link
1602
1603# ac_fn_c_try_cpp LINENO
1604# ----------------------
1605# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1606ac_fn_c_try_cpp ()
1607{
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 if { { ac_try="$ac_cpp conftest.$ac_ext"
1610case "(($ac_try" in
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612 *) ac_try_echo=$ac_try;;
1613esac
1614eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615$as_echo "$ac_try_echo"; } >&5
1616 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1617 ac_status=$?
1618 if test -s conftest.err; then
1619 grep -v '^ *+' conftest.err >conftest.er1
1620 cat conftest.er1 >&5
1621 mv -f conftest.er1 conftest.err
1622 fi
1623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1624 test $ac_status = 0; } >/dev/null && {
1625 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1626 test ! -s conftest.err
1627 }; then :
1628 ac_retval=0
1629else
1630 $as_echo "$as_me: failed program was:" >&5
1631sed 's/^/| /' conftest.$ac_ext >&5
1632
1633 ac_retval=1
1634fi
1635 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1636 return $ac_retval
1637
1638} # ac_fn_c_try_cpp
1639
1640# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1641# -------------------------------------------------------
1642# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1643# the include files in INCLUDES and setting the cache variable VAR
1644# accordingly.
1645ac_fn_c_check_header_mongrel ()
1646{
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1650$as_echo_n "checking for $2... " >&6; }
1651if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1652 $as_echo_n "(cached) " >&6
1653fi
1654eval ac_res=\$$3
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1656$as_echo "$ac_res" >&6; }
1657else
1658 # Is the header compilable?
1659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1660$as_echo_n "checking $2 usability... " >&6; }
1661cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1662/* end confdefs.h. */
1663$4
1664#include <$2>
1665_ACEOF
1666if ac_fn_c_try_compile "$LINENO"; then :
1667 ac_header_compiler=yes
1668else
1669 ac_header_compiler=no
1670fi
1671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1673$as_echo "$ac_header_compiler" >&6; }
1674
1675# Is the header present?
1676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1677$as_echo_n "checking $2 presence... " >&6; }
1678cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1679/* end confdefs.h. */
1680#include <$2>
1681_ACEOF
1682if ac_fn_c_try_cpp "$LINENO"; then :
1683 ac_header_preproc=yes
1684else
1685 ac_header_preproc=no
1686fi
1687rm -f conftest.err conftest.$ac_ext
1688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1689$as_echo "$ac_header_preproc" >&6; }
1690
1691# So? What about this header?
1692case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1693 yes:no: )
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1695$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1697$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698 ;;
1699 no:yes:* )
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1701$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1703$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1705$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1707$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&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 ;;
1711esac
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1713$as_echo_n "checking for $2... " >&6; }
1714if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1715 $as_echo_n "(cached) " >&6
1716else
1717 eval "$3=\$ac_header_compiler"
1718fi
1719eval ac_res=\$$3
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1721$as_echo "$ac_res" >&6; }
1722fi
1723 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1724
1725} # ac_fn_c_check_header_mongrel
1726
1727# ac_fn_c_try_run LINENO
1728# ----------------------
1729# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1730# that executables *can* be run.
1731ac_fn_c_try_run ()
1732{
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 if { { ac_try="$ac_link"
1735case "(($ac_try" in
1736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1737 *) ac_try_echo=$ac_try;;
1738esac
1739eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1740$as_echo "$ac_try_echo"; } >&5
1741 (eval "$ac_link") 2>&5
1742 ac_status=$?
1743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1744 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1745 { { case "(($ac_try" in
1746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1747 *) ac_try_echo=$ac_try;;
1748esac
1749eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1750$as_echo "$ac_try_echo"; } >&5
1751 (eval "$ac_try") 2>&5
1752 ac_status=$?
1753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754 test $ac_status = 0; }; }; then :
1755 ac_retval=0
1756else
1757 $as_echo "$as_me: program exited with status $ac_status" >&5
1758 $as_echo "$as_me: failed program was:" >&5
1759sed 's/^/| /' conftest.$ac_ext >&5
1760
1761 ac_retval=$ac_status
1762fi
1763 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1764 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1765 return $ac_retval
1766
1767} # ac_fn_c_try_run
1768
1769# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1770# -------------------------------------------------------
1771# Tests whether HEADER exists and can be compiled using the include files in
1772# INCLUDES, setting the cache variable VAR accordingly.
1773ac_fn_c_check_header_compile ()
1774{
1775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1777$as_echo_n "checking for $2... " >&6; }
1778if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1779 $as_echo_n "(cached) " >&6
1780else
1781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1782/* end confdefs.h. */
1783$4
1784#include <$2>
1785_ACEOF
1786if ac_fn_c_try_compile "$LINENO"; then :
1787 eval "$3=yes"
1788else
1789 eval "$3=no"
1790fi
1791rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1792fi
1793eval ac_res=\$$3
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1795$as_echo "$ac_res" >&6; }
1796 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1797
1798} # ac_fn_c_check_header_compile
1799
1800# ac_fn_c_check_func LINENO FUNC VAR
1801# ----------------------------------
1802# Tests whether FUNC exists, setting the cache variable VAR accordingly
1803ac_fn_c_check_func ()
1804{
1805 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1807$as_echo_n "checking for $2... " >&6; }
1808if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1809 $as_echo_n "(cached) " >&6
1810else
1811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1812/* end confdefs.h. */
1813/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1814 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1815#define $2 innocuous_$2
1816
1817/* System header to define __stub macros and hopefully few prototypes,
1818 which can conflict with char $2 (); below.
1819 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1820 <limits.h> exists even on freestanding compilers. */
1821
1822#ifdef __STDC__
1823# include <limits.h>
1824#else
1825# include <assert.h>
1826#endif
1827
1828#undef $2
1829
1830/* Override any GCC internal prototype to avoid an error.
1831 Use char because int might match the return type of a GCC
1832 builtin and then its argument prototype would still apply. */
1833#ifdef __cplusplus
1834extern "C"
1835#endif
1836char $2 ();
1837/* The GNU C library defines this for functions which it implements
1838 to always fail with ENOSYS. Some functions are actually named
1839 something starting with __ and the normal name is an alias. */
1840#if defined __stub_$2 || defined __stub___$2
1841choke me
1842#endif
1843
1844int
1845main ()
1846{
1847return $2 ();
1848 ;
1849 return 0;
1850}
1851_ACEOF
1852if ac_fn_c_try_link "$LINENO"; then :
1853 eval "$3=yes"
1854else
1855 eval "$3=no"
1856fi
1857rm -f core conftest.err conftest.$ac_objext \
1858 conftest$ac_exeext conftest.$ac_ext
1859fi
1860eval ac_res=\$$3
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1862$as_echo "$ac_res" >&6; }
1863 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1864
1865} # ac_fn_c_check_func
1866
1867# ac_fn_c_check_decl LINENO SYMBOL VAR
1868# ------------------------------------
1869# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1870ac_fn_c_check_decl ()
1871{
1872 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1873 as_decl_name=`echo $2|sed 's/ *(.*//'`
1874 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1876$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
1877if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1878 $as_echo_n "(cached) " >&6
1879else
1880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881/* end confdefs.h. */
1882$4
1883int
1884main ()
1885{
360cfc9c
AM
1886#ifndef $as_decl_name
1887#ifdef __cplusplus
1888 (void) $as_decl_use;
1889#else
1890 (void) $as_decl_name;
1891#endif
81ecdfbb
RW
1892#endif
1893
1894 ;
1895 return 0;
1896}
1897_ACEOF
1898if ac_fn_c_try_compile "$LINENO"; then :
1899 eval "$3=yes"
1900else
1901 eval "$3=no"
1902fi
1903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1904fi
1905eval ac_res=\$$3
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1907$as_echo "$ac_res" >&6; }
1908 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1909
1910} # ac_fn_c_check_decl
1911cat >config.log <<_ACEOF
1912This file contains any messages produced by compilers while
1913running configure, to aid debugging if configure makes a mistake.
1914
99b5dbf2 1915It was created by opcodes $as_me 2.28.51, which was
81ecdfbb
RW
1916generated by GNU Autoconf 2.64. Invocation command line was
1917
1918 $ $0 $@
1919
1920_ACEOF
1921exec 5>>config.log
1922{
1923cat <<_ASUNAME
1924## --------- ##
1925## Platform. ##
1926## --------- ##
1927
1928hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1929uname -m = `(uname -m) 2>/dev/null || echo unknown`
1930uname -r = `(uname -r) 2>/dev/null || echo unknown`
1931uname -s = `(uname -s) 2>/dev/null || echo unknown`
1932uname -v = `(uname -v) 2>/dev/null || echo unknown`
1933
1934/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1935/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
979273e3
NN
1936
1937/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1938/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1939/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1940/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
979273e3
NN
1941/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1942/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1943/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1944
1945_ASUNAME
1946
1947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1948for as_dir in $PATH
1949do
1950 IFS=$as_save_IFS
1951 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1952 $as_echo "PATH: $as_dir"
1953 done
1954IFS=$as_save_IFS
252b5132 1955
979273e3 1956} >&5
75798298 1957
979273e3 1958cat >&5 <<_ACEOF
252b5132 1959
252b5132 1960
979273e3
NN
1961## ----------- ##
1962## Core tests. ##
1963## ----------- ##
1964
1965_ACEOF
1966
1967
1968# Keep a trace of the command line.
1969# Strip out --no-create and --no-recursion so they do not pile up.
1970# Strip out --silent because we don't want to record it for future runs.
1971# Also quote any args containing shell meta-characters.
1972# Make two passes to allow for proper duplicate-argument suppression.
1973ac_configure_args=
1974ac_configure_args0=
1975ac_configure_args1=
979273e3
NN
1976ac_must_keep_next=false
1977for ac_pass in 1 2
1978do
1979 for ac_arg
1980 do
1981 case $ac_arg in
1982 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1983 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1984 | -silent | --silent | --silen | --sile | --sil)
1985 continue ;;
81ecdfbb
RW
1986 *\'*)
1987 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
979273e3
NN
1988 esac
1989 case $ac_pass in
81ecdfbb 1990 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
979273e3 1991 2)
81ecdfbb 1992 as_fn_append ac_configure_args1 " '$ac_arg'"
979273e3
NN
1993 if test $ac_must_keep_next = true; then
1994 ac_must_keep_next=false # Got value, back to normal.
1995 else
1996 case $ac_arg in
1997 *=* | --config-cache | -C | -disable-* | --disable-* \
1998 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1999 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2000 | -with-* | --with-* | -without-* | --without-* | --x)
2001 case "$ac_configure_args0 " in
2002 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2003 esac
2004 ;;
2005 -* ) ac_must_keep_next=true ;;
2006 esac
2007 fi
81ecdfbb 2008 as_fn_append ac_configure_args " '$ac_arg'"
979273e3
NN
2009 ;;
2010 esac
2011 done
2012done
81ecdfbb
RW
2013{ ac_configure_args0=; unset ac_configure_args0;}
2014{ ac_configure_args1=; unset ac_configure_args1;}
979273e3
NN
2015
2016# When interrupted or exit'd, cleanup temporary files, and complete
2017# config.log. We remove comments because anyway the quotes in there
2018# would cause problems or look ugly.
81ecdfbb
RW
2019# WARNING: Use '\'' to represent an apostrophe within the trap.
2020# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
979273e3
NN
2021trap 'exit_status=$?
2022 # Save into config.log some information that might help in debugging.
2023 {
2024 echo
2025
2026 cat <<\_ASBOX
2027## ---------------- ##
2028## Cache variables. ##
2029## ---------------- ##
2030_ASBOX
2031 echo
2032 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2033(
2034 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2035 eval ac_val=\$$ac_var
2036 case $ac_val in #(
2037 *${as_nl}*)
2038 case $ac_var in #(
2039 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2040$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2041 esac
2042 case $ac_var in #(
2043 _ | IFS | as_nl) ;; #(
2044 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2045 *) { eval $ac_var=; unset $ac_var;} ;;
2046 esac ;;
2047 esac
2048 done
979273e3 2049 (set) 2>&1 |
81ecdfbb
RW
2050 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2051 *${as_nl}ac_space=\ *)
979273e3 2052 sed -n \
81ecdfbb
RW
2053 "s/'\''/'\''\\\\'\'''\''/g;
2054 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2055 ;; #(
979273e3 2056 *)
81ecdfbb 2057 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
979273e3 2058 ;;
81ecdfbb
RW
2059 esac |
2060 sort
2061)
979273e3
NN
2062 echo
2063
2064 cat <<\_ASBOX
2065## ----------------- ##
2066## Output variables. ##
2067## ----------------- ##
2068_ASBOX
2069 echo
2070 for ac_var in $ac_subst_vars
2071 do
81ecdfbb
RW
2072 eval ac_val=\$$ac_var
2073 case $ac_val in
2074 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2075 esac
2076 $as_echo "$ac_var='\''$ac_val'\''"
979273e3
NN
2077 done | sort
2078 echo
2079
2080 if test -n "$ac_subst_files"; then
2081 cat <<\_ASBOX
81ecdfbb
RW
2082## ------------------- ##
2083## File substitutions. ##
2084## ------------------- ##
979273e3
NN
2085_ASBOX
2086 echo
2087 for ac_var in $ac_subst_files
2088 do
81ecdfbb
RW
2089 eval ac_val=\$$ac_var
2090 case $ac_val in
2091 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2092 esac
2093 $as_echo "$ac_var='\''$ac_val'\''"
979273e3
NN
2094 done | sort
2095 echo
2096 fi
2097
2098 if test -s confdefs.h; then
2099 cat <<\_ASBOX
2100## ----------- ##
2101## confdefs.h. ##
2102## ----------- ##
2103_ASBOX
2104 echo
81ecdfbb 2105 cat confdefs.h
979273e3
NN
2106 echo
2107 fi
2108 test "$ac_signal" != 0 &&
81ecdfbb
RW
2109 $as_echo "$as_me: caught signal $ac_signal"
2110 $as_echo "$as_me: exit $exit_status"
979273e3 2111 } >&5
81ecdfbb
RW
2112 rm -f core *.core core.conftest.* &&
2113 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
979273e3 2114 exit $exit_status
81ecdfbb 2115' 0
979273e3 2116for ac_signal in 1 2 13 15; do
81ecdfbb 2117 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
979273e3
NN
2118done
2119ac_signal=0
2120
2121# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2122rm -f -r conftest* confdefs.h
2123
2124$as_echo "/* confdefs.h */" > confdefs.h
979273e3
NN
2125
2126# Predefined preprocessor variables.
2127
2128cat >>confdefs.h <<_ACEOF
2129#define PACKAGE_NAME "$PACKAGE_NAME"
2130_ACEOF
2131
979273e3
NN
2132cat >>confdefs.h <<_ACEOF
2133#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2134_ACEOF
2135
979273e3
NN
2136cat >>confdefs.h <<_ACEOF
2137#define PACKAGE_VERSION "$PACKAGE_VERSION"
2138_ACEOF
2139
979273e3
NN
2140cat >>confdefs.h <<_ACEOF
2141#define PACKAGE_STRING "$PACKAGE_STRING"
2142_ACEOF
2143
979273e3
NN
2144cat >>confdefs.h <<_ACEOF
2145#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2146_ACEOF
2147
81ecdfbb
RW
2148cat >>confdefs.h <<_ACEOF
2149#define PACKAGE_URL "$PACKAGE_URL"
2150_ACEOF
2151
979273e3
NN
2152
2153# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2154# Prefer an explicitly selected file to automatically selected ones.
2155ac_site_file1=NONE
2156ac_site_file2=NONE
2157if test -n "$CONFIG_SITE"; then
2158 ac_site_file1=$CONFIG_SITE
2159elif test "x$prefix" != xNONE; then
2160 ac_site_file1=$prefix/share/config.site
2161 ac_site_file2=$prefix/etc/config.site
2162else
2163 ac_site_file1=$ac_default_prefix/share/config.site
2164 ac_site_file2=$ac_default_prefix/etc/config.site
2165fi
2166for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2167do
2168 test "x$ac_site_file" = xNONE && continue
979273e3 2169 if test -r "$ac_site_file"; then
81ecdfbb
RW
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2171$as_echo "$as_me: loading site script $ac_site_file" >&6;}
979273e3
NN
2172 sed 's/^/| /' "$ac_site_file" >&5
2173 . "$ac_site_file"
2174 fi
2175done
2176
2177if test -r "$cache_file"; then
2178 # Some versions of bash will fail to source /dev/null (special
2179 # files actually), so we avoid doing that.
2180 if test -f "$cache_file"; then
81ecdfbb
RW
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2182$as_echo "$as_me: loading cache $cache_file" >&6;}
979273e3 2183 case $cache_file in
81ecdfbb
RW
2184 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2185 *) . "./$cache_file";;
979273e3
NN
2186 esac
2187 fi
2188else
81ecdfbb
RW
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2190$as_echo "$as_me: creating cache $cache_file" >&6;}
979273e3
NN
2191 >$cache_file
2192fi
2193
2194# Check that the precious variables saved in the cache have kept the same
2195# value.
2196ac_cache_corrupted=false
81ecdfbb 2197for ac_var in $ac_precious_vars; do
979273e3
NN
2198 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2199 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2200 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2201 eval ac_new_val=\$ac_env_${ac_var}_value
979273e3
NN
2202 case $ac_old_set,$ac_new_set in
2203 set,)
81ecdfbb
RW
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2205$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
979273e3
NN
2206 ac_cache_corrupted=: ;;
2207 ,set)
81ecdfbb
RW
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2209$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
979273e3
NN
2210 ac_cache_corrupted=: ;;
2211 ,);;
2212 *)
2213 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2214 # differences in whitespace do not lead to failure.
2215 ac_old_val_w=`echo x $ac_old_val`
2216 ac_new_val_w=`echo x $ac_new_val`
2217 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2219$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2220 ac_cache_corrupted=:
2221 else
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2223$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2224 eval $ac_var=\$ac_old_val
2225 fi
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2227$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2229$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
979273e3
NN
2230 fi;;
2231 esac
2232 # Pass precious variables to config.status.
2233 if test "$ac_new_set" = set; then
2234 case $ac_new_val in
81ecdfbb 2235 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
979273e3
NN
2236 *) ac_arg=$ac_var=$ac_new_val ;;
2237 esac
2238 case " $ac_configure_args " in
2239 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2240 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
979273e3
NN
2241 esac
2242 fi
2243done
2244if $ac_cache_corrupted; then
81ecdfbb
RW
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2246$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2248$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2249 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
979273e3 2250fi
81ecdfbb
RW
2251## -------------------- ##
2252## Main body of script. ##
2253## -------------------- ##
979273e3
NN
2254
2255ac_ext=c
2256ac_cpp='$CPP $CPPFLAGS'
2257ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2258ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2259ac_compiler_gnu=$ac_cv_c_compiler_gnu
2260
2261
2262
979273e3
NN
2263
2264
2265
2266
2267ac_aux_dir=
81ecdfbb
RW
2268for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2269 for ac_t in install-sh install.sh shtool; do
2270 if test -f "$ac_dir/$ac_t"; then
2271 ac_aux_dir=$ac_dir
2272 ac_install_sh="$ac_aux_dir/$ac_t -c"
2273 break 2
2274 fi
2275 done
979273e3
NN
2276done
2277if test -z "$ac_aux_dir"; then
81ecdfbb 2278 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
979273e3 2279fi
81ecdfbb
RW
2280
2281# These three variables are undocumented and unsupported,
2282# and are intended to be withdrawn in a future Autoconf release.
2283# They can cause serious problems if a builder's source tree is in a directory
2284# whose full name contains unusual characters.
2285ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2286ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2287ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2288
979273e3
NN
2289
2290# Make sure we can run config.sub.
81ecdfbb
RW
2291$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2292 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2293
2294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2295$as_echo_n "checking build system type... " >&6; }
2296if test "${ac_cv_build+set}" = set; then :
2297 $as_echo_n "(cached) " >&6
2298else
2299 ac_build_alias=$build_alias
2300test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302test "x$ac_build_alias" = x &&
2303 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2304ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2305 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2306
2307fi
2308{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2309$as_echo "$ac_cv_build" >&6; }
2310case $ac_cv_build in
2311*-*-*) ;;
2312*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2313esac
979273e3 2314build=$ac_cv_build
81ecdfbb
RW
2315ac_save_IFS=$IFS; IFS='-'
2316set x $ac_cv_build
2317shift
2318build_cpu=$1
2319build_vendor=$2
2320shift; shift
2321# Remember, the first character of IFS is used to create $*,
2322# except with old shells:
2323build_os=$*
2324IFS=$ac_save_IFS
2325case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2326
2327
81ecdfbb
RW
2328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2329$as_echo_n "checking host system type... " >&6; }
2330if test "${ac_cv_host+set}" = set; then :
2331 $as_echo_n "(cached) " >&6
979273e3 2332else
81ecdfbb
RW
2333 if test "x$host_alias" = x; then
2334 ac_cv_host=$ac_cv_build
2335else
2336 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2337 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2338fi
979273e3
NN
2339
2340fi
81ecdfbb
RW
2341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2342$as_echo "$ac_cv_host" >&6; }
2343case $ac_cv_host in
2344*-*-*) ;;
2345*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2346esac
979273e3 2347host=$ac_cv_host
81ecdfbb
RW
2348ac_save_IFS=$IFS; IFS='-'
2349set x $ac_cv_host
2350shift
2351host_cpu=$1
2352host_vendor=$2
2353shift; shift
2354# Remember, the first character of IFS is used to create $*,
2355# except with old shells:
2356host_os=$*
2357IFS=$ac_save_IFS
2358case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2359
2360
81ecdfbb
RW
2361{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2362$as_echo_n "checking target system type... " >&6; }
2363if test "${ac_cv_target+set}" = set; then :
2364 $as_echo_n "(cached) " >&6
2365else
2366 if test "x$target_alias" = x; then
2367 ac_cv_target=$ac_cv_host
979273e3 2368else
81ecdfbb
RW
2369 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2370 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2371fi
979273e3
NN
2372
2373fi
81ecdfbb
RW
2374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2375$as_echo "$ac_cv_target" >&6; }
2376case $ac_cv_target in
2377*-*-*) ;;
2378*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2379esac
979273e3 2380target=$ac_cv_target
81ecdfbb
RW
2381ac_save_IFS=$IFS; IFS='-'
2382set x $ac_cv_target
2383shift
2384target_cpu=$1
2385target_vendor=$2
2386shift; shift
2387# Remember, the first character of IFS is used to create $*,
2388# except with old shells:
2389target_os=$*
2390IFS=$ac_save_IFS
2391case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2392
2393
2394# The aliases save the names the user supplied, while $host etc.
2395# will get canonicalized.
2396test -n "$target_alias" &&
2397 test "$program_prefix$program_suffix$program_transform_name" = \
2398 NONENONEs,x,x, &&
2399 program_prefix=${target_alias}-
2400ac_ext=c
2401ac_cpp='$CPP $CPPFLAGS'
2402ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2403ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2404ac_compiler_gnu=$ac_cv_c_compiler_gnu
2405if test -n "$ac_tool_prefix"; then
2406 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2407set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2409$as_echo_n "checking for $ac_word... " >&6; }
2410if test "${ac_cv_prog_CC+set}" = set; then :
2411 $as_echo_n "(cached) " >&6
979273e3
NN
2412else
2413 if test -n "$CC"; then
2414 ac_cv_prog_CC="$CC" # Let the user override the test.
2415else
2416as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2417for as_dir in $PATH
2418do
2419 IFS=$as_save_IFS
2420 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2421 for ac_exec_ext in '' $ac_executable_extensions; do
2422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2423 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2425 break 2
2426 fi
2427done
81ecdfbb
RW
2428 done
2429IFS=$as_save_IFS
979273e3
NN
2430
2431fi
2432fi
2433CC=$ac_cv_prog_CC
2434if test -n "$CC"; then
81ecdfbb
RW
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2436$as_echo "$CC" >&6; }
979273e3 2437else
81ecdfbb
RW
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2439$as_echo "no" >&6; }
979273e3
NN
2440fi
2441
81ecdfbb 2442
979273e3
NN
2443fi
2444if test -z "$ac_cv_prog_CC"; then
2445 ac_ct_CC=$CC
2446 # Extract the first word of "gcc", so it can be a program name with args.
2447set dummy gcc; ac_word=$2
81ecdfbb
RW
2448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2449$as_echo_n "checking for $ac_word... " >&6; }
2450if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2451 $as_echo_n "(cached) " >&6
979273e3
NN
2452else
2453 if test -n "$ac_ct_CC"; then
2454 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2455else
2456as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2457for as_dir in $PATH
2458do
2459 IFS=$as_save_IFS
2460 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2461 for ac_exec_ext in '' $ac_executable_extensions; do
2462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2463 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2465 break 2
2466 fi
2467done
81ecdfbb
RW
2468 done
2469IFS=$as_save_IFS
979273e3
NN
2470
2471fi
2472fi
2473ac_ct_CC=$ac_cv_prog_ac_ct_CC
2474if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2476$as_echo "$ac_ct_CC" >&6; }
979273e3 2477else
81ecdfbb
RW
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2479$as_echo "no" >&6; }
979273e3
NN
2480fi
2481
81ecdfbb
RW
2482 if test "x$ac_ct_CC" = x; then
2483 CC=""
2484 else
2485 case $cross_compiling:$ac_tool_warned in
2486yes:)
2487{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2488$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2489ac_tool_warned=yes ;;
2490esac
2491 CC=$ac_ct_CC
2492 fi
979273e3
NN
2493else
2494 CC="$ac_cv_prog_CC"
2495fi
2496
2497if test -z "$CC"; then
81ecdfbb
RW
2498 if test -n "$ac_tool_prefix"; then
2499 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
979273e3 2500set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2502$as_echo_n "checking for $ac_word... " >&6; }
2503if test "${ac_cv_prog_CC+set}" = set; then :
2504 $as_echo_n "(cached) " >&6
979273e3
NN
2505else
2506 if test -n "$CC"; then
2507 ac_cv_prog_CC="$CC" # Let the user override the test.
2508else
2509as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2510for as_dir in $PATH
2511do
2512 IFS=$as_save_IFS
2513 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2514 for ac_exec_ext in '' $ac_executable_extensions; do
2515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2516 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2518 break 2
2519 fi
2520done
81ecdfbb
RW
2521 done
2522IFS=$as_save_IFS
979273e3
NN
2523
2524fi
2525fi
2526CC=$ac_cv_prog_CC
2527if test -n "$CC"; then
81ecdfbb
RW
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2529$as_echo "$CC" >&6; }
979273e3 2530else
81ecdfbb
RW
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2532$as_echo "no" >&6; }
979273e3
NN
2533fi
2534
979273e3 2535
81ecdfbb 2536 fi
979273e3
NN
2537fi
2538if test -z "$CC"; then
2539 # Extract the first word of "cc", so it can be a program name with args.
2540set dummy cc; ac_word=$2
81ecdfbb
RW
2541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2542$as_echo_n "checking for $ac_word... " >&6; }
2543if test "${ac_cv_prog_CC+set}" = set; then :
2544 $as_echo_n "(cached) " >&6
979273e3
NN
2545else
2546 if test -n "$CC"; then
2547 ac_cv_prog_CC="$CC" # Let the user override the test.
2548else
2549 ac_prog_rejected=no
2550as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2551for as_dir in $PATH
2552do
2553 IFS=$as_save_IFS
2554 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2555 for ac_exec_ext in '' $ac_executable_extensions; do
2556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3
NN
2557 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2558 ac_prog_rejected=yes
2559 continue
2560 fi
2561 ac_cv_prog_CC="cc"
81ecdfbb 2562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2563 break 2
2564 fi
2565done
81ecdfbb
RW
2566 done
2567IFS=$as_save_IFS
979273e3
NN
2568
2569if test $ac_prog_rejected = yes; then
2570 # We found a bogon in the path, so make sure we never use it.
2571 set dummy $ac_cv_prog_CC
2572 shift
2573 if test $# != 0; then
2574 # We chose a different compiler from the bogus one.
2575 # However, it has the same basename, so the bogon will be chosen
2576 # first if we set CC to just the basename; use the full file name.
2577 shift
2578 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2579 fi
2580fi
2581fi
2582fi
2583CC=$ac_cv_prog_CC
2584if test -n "$CC"; then
81ecdfbb
RW
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2586$as_echo "$CC" >&6; }
979273e3 2587else
81ecdfbb
RW
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2589$as_echo "no" >&6; }
979273e3
NN
2590fi
2591
81ecdfbb 2592
979273e3
NN
2593fi
2594if test -z "$CC"; then
2595 if test -n "$ac_tool_prefix"; then
81ecdfbb 2596 for ac_prog in cl.exe
979273e3
NN
2597 do
2598 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2599set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2601$as_echo_n "checking for $ac_word... " >&6; }
2602if test "${ac_cv_prog_CC+set}" = set; then :
2603 $as_echo_n "(cached) " >&6
979273e3
NN
2604else
2605 if test -n "$CC"; then
2606 ac_cv_prog_CC="$CC" # Let the user override the test.
2607else
2608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609for as_dir in $PATH
2610do
2611 IFS=$as_save_IFS
2612 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2613 for ac_exec_ext in '' $ac_executable_extensions; do
2614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2615 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2617 break 2
2618 fi
2619done
81ecdfbb
RW
2620 done
2621IFS=$as_save_IFS
979273e3
NN
2622
2623fi
2624fi
2625CC=$ac_cv_prog_CC
2626if test -n "$CC"; then
81ecdfbb
RW
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2628$as_echo "$CC" >&6; }
979273e3 2629else
81ecdfbb
RW
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2631$as_echo "no" >&6; }
979273e3
NN
2632fi
2633
81ecdfbb 2634
979273e3
NN
2635 test -n "$CC" && break
2636 done
2637fi
2638if test -z "$CC"; then
2639 ac_ct_CC=$CC
81ecdfbb 2640 for ac_prog in cl.exe
979273e3
NN
2641do
2642 # Extract the first word of "$ac_prog", so it can be a program name with args.
2643set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2645$as_echo_n "checking for $ac_word... " >&6; }
2646if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2647 $as_echo_n "(cached) " >&6
979273e3
NN
2648else
2649 if test -n "$ac_ct_CC"; then
2650 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2651else
2652as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2653for as_dir in $PATH
2654do
2655 IFS=$as_save_IFS
2656 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2657 for ac_exec_ext in '' $ac_executable_extensions; do
2658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2659 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2661 break 2
2662 fi
2663done
81ecdfbb
RW
2664 done
2665IFS=$as_save_IFS
2666
979273e3
NN
2667fi
2668fi
2669ac_ct_CC=$ac_cv_prog_ac_ct_CC
2670if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2672$as_echo "$ac_ct_CC" >&6; }
979273e3 2673else
81ecdfbb
RW
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2675$as_echo "no" >&6; }
979273e3
NN
2676fi
2677
81ecdfbb 2678
979273e3
NN
2679 test -n "$ac_ct_CC" && break
2680done
2681
81ecdfbb
RW
2682 if test "x$ac_ct_CC" = x; then
2683 CC=""
2684 else
2685 case $cross_compiling:$ac_tool_warned in
2686yes:)
2687{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2688$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2689ac_tool_warned=yes ;;
2690esac
2691 CC=$ac_ct_CC
2692 fi
979273e3
NN
2693fi
2694
2695fi
2696
2697
81ecdfbb
RW
2698test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2699$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2700as_fn_error "no acceptable C compiler found in \$PATH
2701See \`config.log' for more details." "$LINENO" 5; }
979273e3
NN
2702
2703# Provide some information about the compiler.
81ecdfbb
RW
2704$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2705set X $ac_compile
2706ac_compiler=$2
2707for ac_option in --version -v -V -qversion; do
2708 { { ac_try="$ac_compiler $ac_option >&5"
2709case "(($ac_try" in
2710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2711 *) ac_try_echo=$ac_try;;
2712esac
2713eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2714$as_echo "$ac_try_echo"; } >&5
2715 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
979273e3 2716 ac_status=$?
81ecdfbb
RW
2717 if test -s conftest.err; then
2718 sed '10a\
2719... rest of stderr output deleted ...
2720 10q' conftest.err >conftest.er1
2721 cat conftest.er1 >&5
2722 rm -f conftest.er1 conftest.err
2723 fi
2724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2725 test $ac_status = 0; }
2726done
979273e3 2727
81ecdfbb 2728cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2729/* end confdefs.h. */
2730
2731int
2732main ()
2733{
2734
2735 ;
2736 return 0;
2737}
2738_ACEOF
2739ac_clean_files_save=$ac_clean_files
81ecdfbb 2740ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
979273e3
NN
2741# Try to create an executable without -o first, disregard a.out.
2742# It will help us diagnose broken compilers, and finding out an intuition
2743# of exeext.
81ecdfbb
RW
2744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2745$as_echo_n "checking for C compiler default output file name... " >&6; }
2746ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2747
2748# The possible output files:
2749ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2750
2751ac_rmfiles=
2752for ac_file in $ac_files
2753do
2754 case $ac_file in
2755 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2756 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2757 esac
2758done
2759rm -f $ac_rmfiles
2760
2761if { { ac_try="$ac_link_default"
2762case "(($ac_try" in
2763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2764 *) ac_try_echo=$ac_try;;
2765esac
2766eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2767$as_echo "$ac_try_echo"; } >&5
2768 (eval "$ac_link_default") 2>&5
2769 ac_status=$?
2770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2771 test $ac_status = 0; }; then :
2772 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2773# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2774# in a Makefile. We should not override ac_cv_exeext if it was cached,
2775# so that the user can short-circuit this test for compilers unknown to
2776# Autoconf.
2777for ac_file in $ac_files ''
979273e3
NN
2778do
2779 test -f "$ac_file" || continue
2780 case $ac_file in
81ecdfbb 2781 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
979273e3
NN
2782 ;;
2783 [ab].out )
2784 # We found the default executable, but exeext='' is most
2785 # certainly right.
2786 break;;
2787 *.* )
81ecdfbb
RW
2788 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2789 then :; else
2790 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2791 fi
2792 # We set ac_cv_exeext here because the later test for it is not
2793 # safe: cross compilers may not add the suffix if given an `-o'
2794 # argument, so we may need to know it at that point already.
2795 # Even if this section looks crufty: it has the advantage of
2796 # actually working.
979273e3
NN
2797 break;;
2798 * )
2799 break;;
2800 esac
2801done
81ecdfbb
RW
2802test "$ac_cv_exeext" = no && ac_cv_exeext=
2803
979273e3 2804else
81ecdfbb
RW
2805 ac_file=''
2806fi
2807{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2808$as_echo "$ac_file" >&6; }
2809if test -z "$ac_file"; then :
2810 $as_echo "$as_me: failed program was:" >&5
979273e3
NN
2811sed 's/^/| /' conftest.$ac_ext >&5
2812
81ecdfbb
RW
2813{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2814$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2815{ as_fn_set_status 77
2816as_fn_error "C compiler cannot create executables
2817See \`config.log' for more details." "$LINENO" 5; }; }
979273e3 2818fi
979273e3 2819ac_exeext=$ac_cv_exeext
979273e3 2820
81ecdfbb 2821# Check that the compiler produces executables we can run. If not, either
979273e3 2822# the compiler is broken, or we cross compile.
81ecdfbb
RW
2823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2824$as_echo_n "checking whether the C compiler works... " >&6; }
979273e3
NN
2825# If not cross compiling, check that we can run a simple program.
2826if test "$cross_compiling" != yes; then
2827 if { ac_try='./$ac_file'
81ecdfbb
RW
2828 { { case "(($ac_try" in
2829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2830 *) ac_try_echo=$ac_try;;
2831esac
2832eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2833$as_echo "$ac_try_echo"; } >&5
2834 (eval "$ac_try") 2>&5
979273e3 2835 ac_status=$?
81ecdfbb
RW
2836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2837 test $ac_status = 0; }; }; then
979273e3
NN
2838 cross_compiling=no
2839 else
2840 if test "$cross_compiling" = maybe; then
2841 cross_compiling=yes
2842 else
81ecdfbb
RW
2843 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2844$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2845as_fn_error "cannot run C compiled programs.
979273e3 2846If you meant to cross compile, use \`--host'.
81ecdfbb 2847See \`config.log' for more details." "$LINENO" 5; }
979273e3
NN
2848 fi
2849 fi
2850fi
81ecdfbb
RW
2851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2852$as_echo "yes" >&6; }
979273e3 2853
81ecdfbb 2854rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
979273e3 2855ac_clean_files=$ac_clean_files_save
81ecdfbb 2856# Check that the compiler produces executables we can run. If not, either
979273e3 2857# the compiler is broken, or we cross compile.
81ecdfbb
RW
2858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2859$as_echo_n "checking whether we are cross compiling... " >&6; }
2860{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2861$as_echo "$cross_compiling" >&6; }
2862
2863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2864$as_echo_n "checking for suffix of executables... " >&6; }
2865if { { ac_try="$ac_link"
2866case "(($ac_try" in
2867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2868 *) ac_try_echo=$ac_try;;
2869esac
2870eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2871$as_echo "$ac_try_echo"; } >&5
2872 (eval "$ac_link") 2>&5
979273e3 2873 ac_status=$?
81ecdfbb
RW
2874 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2875 test $ac_status = 0; }; then :
979273e3
NN
2876 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2877# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2878# work properly (i.e., refer to `conftest.exe'), while it won't with
2879# `rm'.
2880for ac_file in conftest.exe conftest conftest.*; do
2881 test -f "$ac_file" || continue
2882 case $ac_file in
81ecdfbb 2883 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
979273e3 2884 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
979273e3
NN
2885 break;;
2886 * ) break;;
2887 esac
2888done
2889else
81ecdfbb
RW
2890 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2891$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2892as_fn_error "cannot compute suffix of executables: cannot compile and link
2893See \`config.log' for more details." "$LINENO" 5; }
979273e3 2894fi
979273e3 2895rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2896{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2897$as_echo "$ac_cv_exeext" >&6; }
979273e3
NN
2898
2899rm -f conftest.$ac_ext
2900EXEEXT=$ac_cv_exeext
2901ac_exeext=$EXEEXT
81ecdfbb
RW
2902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2903$as_echo_n "checking for suffix of object files... " >&6; }
2904if test "${ac_cv_objext+set}" = set; then :
2905 $as_echo_n "(cached) " >&6
979273e3 2906else
81ecdfbb 2907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2908/* end confdefs.h. */
2909
2910int
2911main ()
2912{
2913
2914 ;
2915 return 0;
2916}
2917_ACEOF
2918rm -f conftest.o conftest.obj
81ecdfbb
RW
2919if { { ac_try="$ac_compile"
2920case "(($ac_try" in
2921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2922 *) ac_try_echo=$ac_try;;
2923esac
2924eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2925$as_echo "$ac_try_echo"; } >&5
2926 (eval "$ac_compile") 2>&5
2927 ac_status=$?
2928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2929 test $ac_status = 0; }; then :
2930 for ac_file in conftest.o conftest.obj conftest.*; do
2931 test -f "$ac_file" || continue;
979273e3 2932 case $ac_file in
81ecdfbb 2933 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
979273e3
NN
2934 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2935 break;;
2936 esac
2937done
2938else
81ecdfbb 2939 $as_echo "$as_me: failed program was:" >&5
979273e3
NN
2940sed 's/^/| /' conftest.$ac_ext >&5
2941
81ecdfbb
RW
2942{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2943$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2944as_fn_error "cannot compute suffix of object files: cannot compile
2945See \`config.log' for more details." "$LINENO" 5; }
979273e3 2946fi
979273e3
NN
2947rm -f conftest.$ac_cv_objext conftest.$ac_ext
2948fi
81ecdfbb
RW
2949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2950$as_echo "$ac_cv_objext" >&6; }
979273e3
NN
2951OBJEXT=$ac_cv_objext
2952ac_objext=$OBJEXT
81ecdfbb
RW
2953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2954$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2955if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2956 $as_echo_n "(cached) " >&6
979273e3 2957else
81ecdfbb 2958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2959/* end confdefs.h. */
2960
2961int
2962main ()
2963{
2964#ifndef __GNUC__
2965 choke me
2966#endif
2967
2968 ;
2969 return 0;
2970}
2971_ACEOF
81ecdfbb 2972if ac_fn_c_try_compile "$LINENO"; then :
979273e3
NN
2973 ac_compiler_gnu=yes
2974else
81ecdfbb 2975 ac_compiler_gnu=no
979273e3 2976fi
81ecdfbb 2977rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
979273e3
NN
2978ac_cv_c_compiler_gnu=$ac_compiler_gnu
2979
2980fi
81ecdfbb
RW
2981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2982$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2983if test $ac_compiler_gnu = yes; then
2984 GCC=yes
2985else
2986 GCC=
2987fi
979273e3
NN
2988ac_test_CFLAGS=${CFLAGS+set}
2989ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
2990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2991$as_echo_n "checking whether $CC accepts -g... " >&6; }
2992if test "${ac_cv_prog_cc_g+set}" = set; then :
2993 $as_echo_n "(cached) " >&6
2994else
2995 ac_save_c_werror_flag=$ac_c_werror_flag
2996 ac_c_werror_flag=yes
2997 ac_cv_prog_cc_g=no
2998 CFLAGS="-g"
2999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3000/* end confdefs.h. */
3001
3002int
3003main ()
3004{
3005
3006 ;
3007 return 0;
3008}
3009_ACEOF
81ecdfbb 3010if ac_fn_c_try_compile "$LINENO"; then :
979273e3
NN
3011 ac_cv_prog_cc_g=yes
3012else
81ecdfbb
RW
3013 CFLAGS=""
3014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3015/* end confdefs.h. */
3016
3017int
3018main ()
3019{
3020
3021 ;
3022 return 0;
3023}
3024_ACEOF
3025if ac_fn_c_try_compile "$LINENO"; then :
3026
3027else
3028 ac_c_werror_flag=$ac_save_c_werror_flag
3029 CFLAGS="-g"
3030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3031/* end confdefs.h. */
979273e3 3032
81ecdfbb
RW
3033int
3034main ()
3035{
3036
3037 ;
3038 return 0;
3039}
3040_ACEOF
3041if ac_fn_c_try_compile "$LINENO"; then :
3042 ac_cv_prog_cc_g=yes
979273e3 3043fi
81ecdfbb 3044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
979273e3 3045fi
81ecdfbb
RW
3046rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3047fi
3048rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3049 ac_c_werror_flag=$ac_save_c_werror_flag
3050fi
3051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3052$as_echo "$ac_cv_prog_cc_g" >&6; }
979273e3
NN
3053if test "$ac_test_CFLAGS" = set; then
3054 CFLAGS=$ac_save_CFLAGS
3055elif test $ac_cv_prog_cc_g = yes; then
3056 if test "$GCC" = yes; then
3057 CFLAGS="-g -O2"
3058 else
3059 CFLAGS="-g"
3060 fi
3061else
3062 if test "$GCC" = yes; then
3063 CFLAGS="-O2"
3064 else
3065 CFLAGS=
3066 fi
3067fi
81ecdfbb
RW
3068{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3069$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3070if test "${ac_cv_prog_cc_c89+set}" = set; then :
3071 $as_echo_n "(cached) " >&6
979273e3 3072else
81ecdfbb 3073 ac_cv_prog_cc_c89=no
979273e3 3074ac_save_CC=$CC
81ecdfbb 3075cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3076/* end confdefs.h. */
3077#include <stdarg.h>
3078#include <stdio.h>
3079#include <sys/types.h>
3080#include <sys/stat.h>
3081/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3082struct buf { int x; };
3083FILE * (*rcsopen) (struct buf *, struct stat *, int);
3084static char *e (p, i)
3085 char **p;
3086 int i;
3087{
3088 return p[i];
3089}
3090static char *f (char * (*g) (char **, int), char **p, ...)
3091{
3092 char *s;
3093 va_list v;
3094 va_start (v,p);
3095 s = g (p, va_arg (v,int));
3096 va_end (v);
3097 return s;
3098}
3099
3100/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3101 function prototypes and stuff, but not '\xHH' hex character constants.
3102 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3103 as 'x'. The following induces an error, until -std is added to get
979273e3
NN
3104 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3105 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3106 that's true only with -std. */
979273e3
NN
3107int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3108
81ecdfbb
RW
3109/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3110 inside strings and character constants. */
3111#define FOO(x) 'x'
3112int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3113
979273e3
NN
3114int test (int i, double x);
3115struct s1 {int (*f) (int a);};
3116struct s2 {int (*f) (double a);};
3117int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3118int argc;
3119char **argv;
3120int
3121main ()
3122{
3123return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3124 ;
3125 return 0;
3126}
3127_ACEOF
81ecdfbb
RW
3128for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3129 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
979273e3
NN
3130do
3131 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3132 if ac_fn_c_try_compile "$LINENO"; then :
3133 ac_cv_prog_cc_c89=$ac_arg
979273e3 3134fi
81ecdfbb
RW
3135rm -f core conftest.err conftest.$ac_objext
3136 test "x$ac_cv_prog_cc_c89" != "xno" && break
979273e3 3137done
81ecdfbb 3138rm -f conftest.$ac_ext
979273e3
NN
3139CC=$ac_save_CC
3140
3141fi
81ecdfbb
RW
3142# AC_CACHE_VAL
3143case "x$ac_cv_prog_cc_c89" in
3144 x)
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3146$as_echo "none needed" >&6; } ;;
3147 xno)
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3149$as_echo "unsupported" >&6; } ;;
979273e3 3150 *)
81ecdfbb
RW
3151 CC="$CC $ac_cv_prog_cc_c89"
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3153$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
979273e3 3154esac
81ecdfbb 3155if test "x$ac_cv_prog_cc_c89" != xno; then :
979273e3 3156
979273e3
NN
3157fi
3158
979273e3
NN
3159ac_ext=c
3160ac_cpp='$CPP $CPPFLAGS'
3161ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3162ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3163ac_compiler_gnu=$ac_cv_c_compiler_gnu
3164
3165
81ecdfbb
RW
3166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3167$as_echo_n "checking for library containing strerror... " >&6; }
3168if test "${ac_cv_search_strerror+set}" = set; then :
3169 $as_echo_n "(cached) " >&6
979273e3 3170else
8ae85421 3171 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3172cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3173/* end confdefs.h. */
3174
81ecdfbb
RW
3175/* Override any GCC internal prototype to avoid an error.
3176 Use char because int might match the return type of a GCC
3177 builtin and then its argument prototype would still apply. */
979273e3
NN
3178#ifdef __cplusplus
3179extern "C"
3180#endif
979273e3
NN
3181char strerror ();
3182int
3183main ()
3184{
81ecdfbb 3185return strerror ();
979273e3
NN
3186 ;
3187 return 0;
3188}
3189_ACEOF
81ecdfbb
RW
3190for ac_lib in '' cposix; do
3191 if test -z "$ac_lib"; then
3192 ac_res="none required"
3193 else
3194 ac_res=-l$ac_lib
8ae85421 3195 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3196 fi
3197 if ac_fn_c_try_link "$LINENO"; then :
3198 ac_cv_search_strerror=$ac_res
3199fi
3200rm -f core conftest.err conftest.$ac_objext \
3201 conftest$ac_exeext
3202 if test "${ac_cv_search_strerror+set}" = set; then :
3203 break
3204fi
3205done
3206if test "${ac_cv_search_strerror+set}" = set; then :
8ae85421 3207
8ae85421 3208else
81ecdfbb 3209 ac_cv_search_strerror=no
979273e3 3210fi
81ecdfbb 3211rm conftest.$ac_ext
8ae85421
AM
3212LIBS=$ac_func_search_save_LIBS
3213fi
81ecdfbb
RW
3214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3215$as_echo "$ac_cv_search_strerror" >&6; }
3216ac_res=$ac_cv_search_strerror
3217if test "$ac_res" != no; then :
3218 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
979273e3 3219
8ae85421 3220fi
979273e3
NN
3221
3222
81ecdfbb
RW
3223am__api_version='1.11'
3224
979273e3
NN
3225# Find a good install program. We prefer a C program (faster),
3226# so one script is as good as another. But avoid the broken or
3227# incompatible versions:
3228# SysV /etc/install, /usr/sbin/install
3229# SunOS /usr/etc/install
3230# IRIX /sbin/install
3231# AIX /bin/install
3232# AmigaOS /C/install, which installs bootblocks on floppy discs
3233# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3234# AFS /usr/afsws/bin/install, which mishandles nonexistent args
252b5132 3235# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
979273e3 3236# OS/2's system install, which has a completely different semantic
252b5132 3237# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3238# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3240$as_echo_n "checking for a BSD-compatible install... " >&6; }
252b5132 3241if test -z "$INSTALL"; then
81ecdfbb
RW
3242if test "${ac_cv_path_install+set}" = set; then :
3243 $as_echo_n "(cached) " >&6
252b5132 3244else
979273e3
NN
3245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3246for as_dir in $PATH
3247do
3248 IFS=$as_save_IFS
3249 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3250 # Account for people who put trailing slashes in PATH elements.
3251case $as_dir/ in #((
3252 ./ | .// | /[cC]/* | \
979273e3 3253 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3254 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
979273e3
NN
3255 /usr/ucb/* ) ;;
3256 *)
3257 # OSF1 and SCO ODT 3.0 have their own names for install.
3258 # Don't use installbsd from OSF since it installs stuff as root
3259 # by default.
3260 for ac_prog in ginstall scoinst install; do
3261 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3262 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
252b5132 3263 if test $ac_prog = install &&
979273e3 3264 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3265 # AIX install. It has an incompatible calling convention.
3266 :
979273e3
NN
3267 elif test $ac_prog = install &&
3268 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3269 # program-specific install script used by HP pwplus--don't use.
3270 :
252b5132 3271 else
58c85be7
RW
3272 rm -rf conftest.one conftest.two conftest.dir
3273 echo one > conftest.one
3274 echo two > conftest.two
3275 mkdir conftest.dir
3276 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3277 test -s conftest.one && test -s conftest.two &&
3278 test -s conftest.dir/conftest.one &&
3279 test -s conftest.dir/conftest.two
3280 then
3281 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3282 break 3
3283 fi
252b5132
RH
3284 fi
3285 fi
3286 done
979273e3
NN
3287 done
3288 ;;
3289esac
81ecdfbb
RW
3290
3291 done
3292IFS=$as_save_IFS
979273e3 3293
58c85be7 3294rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3295
3296fi
3297 if test "${ac_cv_path_install+set}" = set; then
979273e3 3298 INSTALL=$ac_cv_path_install
252b5132 3299 else
58c85be7
RW
3300 # As a last resort, use the slow shell script. Don't cache a
3301 # value for INSTALL within a source directory, because that will
252b5132 3302 # break other packages using the cache if that directory is
58c85be7 3303 # removed, or if the value is a relative name.
979273e3 3304 INSTALL=$ac_install_sh
252b5132
RH
3305 fi
3306fi
81ecdfbb
RW
3307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3308$as_echo "$INSTALL" >&6; }
252b5132
RH
3309
3310# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3311# It thinks the first close brace ends the variable substitution.
3312test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3313
979273e3 3314test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3315
3316test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3317
81ecdfbb
RW
3318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3319$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3320# Just in case
3321sleep 1
8ae85421 3322echo timestamp > conftest.file
81ecdfbb
RW
3323# Reject unsafe characters in $srcdir or the absolute working directory
3324# name. Accept space and tab only in the latter.
3325am_lf='
3326'
3327case `pwd` in
3328 *[\\\"\#\$\&\'\`$am_lf]*)
3329 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3330esac
3331case $srcdir in
3332 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3333 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3334esac
3335
252b5132
RH
3336# Do `set' in a subshell so we don't clobber the current shell's
3337# arguments. Must try -L first in case configure is actually a
3338# symlink; some systems play weird games with the mod time of symlinks
3339# (eg FreeBSD returns the mod time of the symlink's containing
3340# directory).
3341if (
81ecdfbb 3342 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3343 if test "$*" = "X"; then
3344 # -L didn't work.
81ecdfbb 3345 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3346 fi
8ae85421
AM
3347 rm -f conftest.file
3348 if test "$*" != "X $srcdir/configure conftest.file" \
3349 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3350
3351 # If neither matched, then we have a broken ls. This can happen
3352 # if, for instance, CONFIG_SHELL is bash and it inherits a
3353 # broken ls alias from the environment. This has actually
3354 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3355 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3356alias in your environment" "$LINENO" 5
252b5132
RH
3357 fi
3358
8ae85421 3359 test "$2" = conftest.file
252b5132
RH
3360 )
3361then
3362 # Ok.
3363 :
3364else
81ecdfbb
RW
3365 as_fn_error "newly created file is older than distributed files!
3366Check your system clock" "$LINENO" 5
252b5132 3367fi
81ecdfbb
RW
3368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3369$as_echo "yes" >&6; }
252b5132 3370test "$program_prefix" != NONE &&
81ecdfbb 3371 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3372# Use a double $ so make ignores it.
3373test "$program_suffix" != NONE &&
81ecdfbb
RW
3374 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3375# Double any \ or $.
979273e3 3376# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3377ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3378program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
979273e3 3379
8ae85421
AM
3380# expand $ac_aux_dir to an absolute path
3381am_aux_dir=`cd $ac_aux_dir && pwd`
3382
81ecdfbb
RW
3383if test x"${MISSING+set}" != xset; then
3384 case $am_aux_dir in
3385 *\ * | *\ *)
3386 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3387 *)
3388 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3389 esac
3390fi
8ae85421
AM
3391# Use eval to expand $SHELL
3392if eval "$MISSING --run true"; then
3393 am_missing_run="$MISSING --run "
3394else
3395 am_missing_run=
81ecdfbb
RW
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3397$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3398fi
3399
3400if test x"${install_sh}" != xset; then
3401 case $am_aux_dir in
3402 *\ * | *\ *)
3403 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3404 *)
3405 install_sh="\${SHELL} $am_aux_dir/install-sh"
3406 esac
3407fi
3408
3409# Installed binaries are usually stripped using `strip' when the user
3410# run `make install-strip'. However `strip' might not be the right
3411# tool to use in cross-compilation environments, therefore Automake
3412# will honor the `STRIP' environment variable to overrule this program.
3413if test "$cross_compiling" != no; then
3414 if test -n "$ac_tool_prefix"; then
3415 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3416set dummy ${ac_tool_prefix}strip; ac_word=$2
3417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3418$as_echo_n "checking for $ac_word... " >&6; }
3419if test "${ac_cv_prog_STRIP+set}" = set; then :
3420 $as_echo_n "(cached) " >&6
3421else
3422 if test -n "$STRIP"; then
3423 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3424else
3425as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3426for as_dir in $PATH
3427do
3428 IFS=$as_save_IFS
3429 test -z "$as_dir" && as_dir=.
3430 for ac_exec_ext in '' $ac_executable_extensions; do
3431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3432 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3434 break 2
3435 fi
3436done
3437 done
3438IFS=$as_save_IFS
3439
3440fi
3441fi
3442STRIP=$ac_cv_prog_STRIP
3443if test -n "$STRIP"; then
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3445$as_echo "$STRIP" >&6; }
3446else
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3448$as_echo "no" >&6; }
3449fi
3450
3451
3452fi
3453if test -z "$ac_cv_prog_STRIP"; then
3454 ac_ct_STRIP=$STRIP
3455 # Extract the first word of "strip", so it can be a program name with args.
3456set dummy strip; ac_word=$2
3457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3458$as_echo_n "checking for $ac_word... " >&6; }
3459if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3460 $as_echo_n "(cached) " >&6
3461else
3462 if test -n "$ac_ct_STRIP"; then
3463 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3464else
3465as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3466for as_dir in $PATH
3467do
3468 IFS=$as_save_IFS
3469 test -z "$as_dir" && as_dir=.
3470 for ac_exec_ext in '' $ac_executable_extensions; do
3471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3472 ac_cv_prog_ac_ct_STRIP="strip"
3473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3474 break 2
3475 fi
3476done
8ae85421 3477 done
81ecdfbb
RW
3478IFS=$as_save_IFS
3479
3480fi
3481fi
3482ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3483if test -n "$ac_ct_STRIP"; then
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3485$as_echo "$ac_ct_STRIP" >&6; }
3486else
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3488$as_echo "no" >&6; }
3489fi
3490
3491 if test "x$ac_ct_STRIP" = x; then
3492 STRIP=":"
3493 else
3494 case $cross_compiling:$ac_tool_warned in
3495yes:)
3496{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3497$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3498ac_tool_warned=yes ;;
3499esac
3500 STRIP=$ac_ct_STRIP
3501 fi
3502else
3503 STRIP="$ac_cv_prog_STRIP"
3504fi
3505
3506fi
3507INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3508
3509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3510$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3511if test -z "$MKDIR_P"; then
3512 if test "${ac_cv_path_mkdir+set}" = set; then :
3513 $as_echo_n "(cached) " >&6
3514else
3515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3516for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3517do
3518 IFS=$as_save_IFS
3519 test -z "$as_dir" && as_dir=.
3520 for ac_prog in mkdir gmkdir; do
3521 for ac_exec_ext in '' $ac_executable_extensions; do
3522 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3523 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3524 'mkdir (GNU coreutils) '* | \
3525 'mkdir (coreutils) '* | \
3526 'mkdir (fileutils) '4.1*)
3527 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3528 break 3;;
3529 esac
3530 done
3531 done
3532 done
3533IFS=$as_save_IFS
3534
3535fi
3536
3537 if test "${ac_cv_path_mkdir+set}" = set; then
3538 MKDIR_P="$ac_cv_path_mkdir -p"
8ae85421 3539 else
81ecdfbb
RW
3540 # As a last resort, use the slow shell script. Don't cache a
3541 # value for MKDIR_P within a source directory, because that will
3542 # break other packages using the cache if that directory is
3543 # removed, or if the value is a relative name.
3544 test -d ./--version && rmdir ./--version
3545 MKDIR_P="$ac_install_sh -d"
8ae85421
AM
3546 fi
3547fi
81ecdfbb
RW
3548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3549$as_echo "$MKDIR_P" >&6; }
3550
3551mkdir_p="$MKDIR_P"
3552case $mkdir_p in
3553 [\\/$]* | ?:[\\/]*) ;;
3554 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3555esac
8ae85421
AM
3556
3557for ac_prog in gawk mawk nawk awk
3558do
3559 # Extract the first word of "$ac_prog", so it can be a program name with args.
3560set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3562$as_echo_n "checking for $ac_word... " >&6; }
3563if test "${ac_cv_prog_AWK+set}" = set; then :
3564 $as_echo_n "(cached) " >&6
8ae85421
AM
3565else
3566 if test -n "$AWK"; then
3567 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3568else
3569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3570for as_dir in $PATH
3571do
3572 IFS=$as_save_IFS
3573 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3574 for ac_exec_ext in '' $ac_executable_extensions; do
3575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8ae85421 3576 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8ae85421
AM
3578 break 2
3579 fi
3580done
81ecdfbb
RW
3581 done
3582IFS=$as_save_IFS
8ae85421
AM
3583
3584fi
3585fi
3586AWK=$ac_cv_prog_AWK
3587if test -n "$AWK"; then
81ecdfbb
RW
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3589$as_echo "$AWK" >&6; }
8ae85421 3590else
81ecdfbb
RW
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3592$as_echo "no" >&6; }
8ae85421
AM
3593fi
3594
81ecdfbb 3595
8ae85421
AM
3596 test -n "$AWK" && break
3597done
3598
81ecdfbb
RW
3599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3600$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3601set x ${MAKE-make}
3602ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3603if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3604 $as_echo_n "(cached) " >&6
979273e3
NN
3605else
3606 cat >conftest.make <<\_ACEOF
81ecdfbb 3607SHELL = /bin/sh
252b5132 3608all:
81ecdfbb 3609 @echo '@@@%%%=$(MAKE)=@@@%%%'
979273e3 3610_ACEOF
252b5132 3611# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3612case `${MAKE-make} -f conftest.make 2>/dev/null` in
3613 *@@@%%%=?*=@@@%%%*)
3614 eval ac_cv_prog_make_${ac_make}_set=yes;;
3615 *)
3616 eval ac_cv_prog_make_${ac_make}_set=no;;
3617esac
979273e3 3618rm -f conftest.make
252b5132 3619fi
81ecdfbb
RW
3620if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3622$as_echo "yes" >&6; }
252b5132
RH
3623 SET_MAKE=
3624else
81ecdfbb
RW
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3626$as_echo "no" >&6; }
252b5132
RH
3627 SET_MAKE="MAKE=${MAKE-make}"
3628fi
3629
8ae85421
AM
3630rm -rf .tst 2>/dev/null
3631mkdir .tst 2>/dev/null
3632if test -d .tst; then
3633 am__leading_dot=.
3634else
3635 am__leading_dot=_
3636fi
3637rmdir .tst 2>/dev/null
3638
3639DEPDIR="${am__leading_dot}deps"
3640
81ecdfbb 3641ac_config_commands="$ac_config_commands depfiles"
8ae85421
AM
3642
3643
3644am_make=${MAKE-make}
3645cat > confinc << 'END'
3646am__doit:
81ecdfbb 3647 @echo this is the am__doit target
8ae85421
AM
3648.PHONY: am__doit
3649END
3650# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3652$as_echo_n "checking for style of include used by $am_make... " >&6; }
8ae85421
AM
3653am__include="#"
3654am__quote=
3655_am_result=none
3656# First try GNU make style include.
3657echo "include confinc" > confmf
81ecdfbb
RW
3658# Ignore all kinds of additional output from `make'.
3659case `$am_make -s -f confmf 2> /dev/null` in #(
3660*the\ am__doit\ target*)
3661 am__include=include
3662 am__quote=
3663 _am_result=GNU
3664 ;;
3665esac
8ae85421
AM
3666# Now try BSD make style include.
3667if test "$am__include" = "#"; then
3668 echo '.include "confinc"' > confmf
81ecdfbb
RW
3669 case `$am_make -s -f confmf 2> /dev/null` in #(
3670 *the\ am__doit\ target*)
3671 am__include=.include
3672 am__quote="\""
3673 _am_result=BSD
3674 ;;
3675 esac
8ae85421
AM
3676fi
3677
3678
81ecdfbb
RW
3679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3680$as_echo "$_am_result" >&6; }
8ae85421
AM
3681rm -f confinc confmf
3682
81ecdfbb
RW
3683# Check whether --enable-dependency-tracking was given.
3684if test "${enable_dependency_tracking+set}" = set; then :
3685 enableval=$enable_dependency_tracking;
3686fi
8ae85421 3687
8ae85421
AM
3688if test "x$enable_dependency_tracking" != xno; then
3689 am_depcomp="$ac_aux_dir/depcomp"
3690 AMDEPBACKSLASH='\'
6eb7d830 3691 am__nodep='_no'
8ae85421 3692fi
81ecdfbb 3693 if test "x$enable_dependency_tracking" != xno; then
8ae85421
AM
3694 AMDEP_TRUE=
3695 AMDEP_FALSE='#'
3696else
3697 AMDEP_TRUE='#'
3698 AMDEP_FALSE=
3699fi
252b5132 3700
252b5132 3701
81ecdfbb
RW
3702if test "`cd $srcdir && pwd`" != "`pwd`"; then
3703 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3704 # is not polluted with repeated "-I."
3705 am__isrc=' -I$(srcdir)'
3706 # test to see if srcdir already configured
3707 if test -f $srcdir/config.status; then
3708 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3709 fi
252b5132 3710fi
979273e3 3711
8ae85421
AM
3712# test whether we have cygpath
3713if test -z "$CYGPATH_W"; then
3714 if (cygpath --version) >/dev/null 2>/dev/null; then
3715 CYGPATH_W='cygpath -w'
3716 else
3717 CYGPATH_W=echo
3718 fi
3719fi
3720
3721
3722# Define the identity of the package.
2e98a7bd 3723 PACKAGE='opcodes'
99b5dbf2 3724 VERSION='2.28.51'
8ae85421
AM
3725
3726
979273e3 3727cat >>confdefs.h <<_ACEOF
252b5132 3728#define PACKAGE "$PACKAGE"
979273e3 3729_ACEOF
252b5132 3730
979273e3
NN
3731
3732cat >>confdefs.h <<_ACEOF
252b5132 3733#define VERSION "$VERSION"
979273e3 3734_ACEOF
252b5132 3735
8ae85421 3736# Some tools Automake needs.
252b5132 3737
8ae85421 3738ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
252b5132 3739
8ae85421
AM
3740
3741AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3742
3743
3744AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3745
3746
3747AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3748
3749
3750MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3751
8ae85421
AM
3752# We need awk for the "check" target. The system "awk" is bad on
3753# some platforms.
6eb7d830
AM
3754# Always define AMTAR for backward compatibility. Yes, it's still used
3755# in the wild :-( We should find a proper way to deprecate it ...
3756AMTAR='$${TAR-tar}'
8ae85421 3757
6eb7d830 3758am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
8ae85421
AM
3759
3760
3761
3762
3763depcc="$CC" am_compiler_list=
3764
81ecdfbb
RW
3765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3766$as_echo_n "checking dependency style of $depcc... " >&6; }
3767if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3768 $as_echo_n "(cached) " >&6
252b5132 3769else
8ae85421
AM
3770 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3771 # We make a subdir and do the tests there. Otherwise we can end up
3772 # making bogus files that we don't know about and never remove. For
3773 # instance it was reported that on HP-UX the gcc test will end up
3774 # making a dummy file named `D' -- because `-MD' means `put the output
3775 # in D'.
6eb7d830 3776 rm -rf conftest.dir
8ae85421
AM
3777 mkdir conftest.dir
3778 # Copy depcomp to subdir because otherwise we won't find it if we're
3779 # using a relative directory.
3780 cp "$am_depcomp" conftest.dir
3781 cd conftest.dir
3782 # We will build objects and dependencies in a subdirectory because
3783 # it helps to detect inapplicable dependency modes. For instance
3784 # both Tru64's cc and ICC support -MD to output dependencies as a
3785 # side effect of compilation, but ICC will put the dependencies in
3786 # the current directory while Tru64 will put them in the object
3787 # directory.
3788 mkdir sub
3789
3790 am_cv_CC_dependencies_compiler_type=none
3791 if test "$am_compiler_list" = ""; then
3792 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3793 fi
81ecdfbb
RW
3794 am__universal=false
3795 case " $depcc " in #(
3796 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3797 esac
3798
8ae85421
AM
3799 for depmode in $am_compiler_list; do
3800 # Setup a source with many dependencies, because some compilers
3801 # like to wrap large dependency lists on column 80 (with \), and
3802 # we should not choose a depcomp mode which is confused by this.
3803 #
3804 # We need to recreate these files for each test, as the compiler may
3805 # overwrite some of them when testing with obscure command lines.
3806 # This happens at least with the AIX C compiler.
3807 : > sub/conftest.c
3808 for i in 1 2 3 4 5 6; do
3809 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3810 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3811 # Solaris 8's {/usr,}/bin/sh.
3812 touch sub/conftst$i.h
3813 done
3814 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3815
81ecdfbb
RW
3816 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3817 # mode. It turns out that the SunPro C++ compiler does not properly
3818 # handle `-M -o', and we need to detect this. Also, some Intel
3819 # versions had trouble with output in subdirs
3820 am__obj=sub/conftest.${OBJEXT-o}
3821 am__minus_obj="-o $am__obj"
8ae85421 3822 case $depmode in
81ecdfbb
RW
3823 gcc)
3824 # This depmode causes a compiler race in universal mode.
3825 test "$am__universal" = false || continue
3826 ;;
8ae85421
AM
3827 nosideeffect)
3828 # after this tag, mechanisms are not by side-effect, so they'll
3829 # only be used when explicitly requested
3830 if test "x$enable_dependency_tracking" = xyes; then
3831 continue
3832 else
3833 break
3834 fi
3835 ;;
6eb7d830 3836 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
81ecdfbb
RW
3837 # This compiler won't grok `-c -o', but also, the minuso test has
3838 # not run yet. These depmodes are late enough in the game, and
3839 # so weak that their functioning should not be impacted.
3840 am__obj=conftest.${OBJEXT-o}
3841 am__minus_obj=
3842 ;;
8ae85421
AM
3843 none) break ;;
3844 esac
8ae85421 3845 if depmode=$depmode \
81ecdfbb 3846 source=sub/conftest.c object=$am__obj \
8ae85421 3847 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 3848 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
8ae85421 3849 >/dev/null 2>conftest.err &&
81ecdfbb 3850 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
8ae85421 3851 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 3852 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
8ae85421
AM
3853 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3854 # icc doesn't choke on unknown options, it will just issue warnings
3855 # or remarks (even with -Werror). So we grep stderr for any message
3856 # that says an option was ignored or not supported.
3857 # When given -MP, icc 7.0 and 7.1 complain thusly:
3858 # icc: Command line warning: ignoring option '-M'; no argument required
3859 # The diagnosis changed in icc 8.0:
3860 # icc: Command line remark: option '-MP' not supported
3861 if (grep 'ignoring option' conftest.err ||
3862 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3863 am_cv_CC_dependencies_compiler_type=$depmode
3864 break
3865 fi
3866 fi
3867 done
3868
3869 cd ..
3870 rm -rf conftest.dir
3871else
3872 am_cv_CC_dependencies_compiler_type=none
3873fi
3874
252b5132 3875fi
81ecdfbb
RW
3876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3877$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8ae85421
AM
3878CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3879
81ecdfbb 3880 if
8ae85421
AM
3881 test "x$enable_dependency_tracking" != xno \
3882 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3883 am__fastdepCC_TRUE=
3884 am__fastdepCC_FALSE='#'
252b5132 3885else
8ae85421
AM
3886 am__fastdepCC_TRUE='#'
3887 am__fastdepCC_FALSE=
252b5132
RH
3888fi
3889
3890
3891
8ae85421 3892
dabbade6
L
3893ac_ext=c
3894ac_cpp='$CPP $CPPFLAGS'
3895ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3896ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3897ac_compiler_gnu=$ac_cv_c_compiler_gnu
979273e3 3898if test -n "$ac_tool_prefix"; then
dabbade6
L
3899 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3900set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902$as_echo_n "checking for $ac_word... " >&6; }
3903if test "${ac_cv_prog_CC+set}" = set; then :
3904 $as_echo_n "(cached) " >&6
252b5132 3905else
dabbade6
L
3906 if test -n "$CC"; then
3907 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3908else
979273e3
NN
3909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3910for as_dir in $PATH
3911do
3912 IFS=$as_save_IFS
3913 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3914 for ac_exec_ext in '' $ac_executable_extensions; do
3915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 3916 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
3918 break 2
3919 fi
3920done
81ecdfbb
RW
3921 done
3922IFS=$as_save_IFS
979273e3 3923
252b5132
RH
3924fi
3925fi
dabbade6
L
3926CC=$ac_cv_prog_CC
3927if test -n "$CC"; then
81ecdfbb
RW
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3929$as_echo "$CC" >&6; }
252b5132 3930else
81ecdfbb
RW
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932$as_echo "no" >&6; }
979273e3
NN
3933fi
3934
81ecdfbb 3935
252b5132 3936fi
dabbade6
L
3937if test -z "$ac_cv_prog_CC"; then
3938 ac_ct_CC=$CC
3939 # Extract the first word of "gcc", so it can be a program name with args.
3940set dummy gcc; ac_word=$2
81ecdfbb
RW
3941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3942$as_echo_n "checking for $ac_word... " >&6; }
3943if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3944 $as_echo_n "(cached) " >&6
979273e3 3945else
dabbade6
L
3946 if test -n "$ac_ct_CC"; then
3947 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
979273e3
NN
3948else
3949as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3950for as_dir in $PATH
3951do
3952 IFS=$as_save_IFS
3953 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 3956 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
3958 break 2
3959 fi
3960done
81ecdfbb
RW
3961 done
3962IFS=$as_save_IFS
252b5132 3963
979273e3
NN
3964fi
3965fi
dabbade6
L
3966ac_ct_CC=$ac_cv_prog_ac_ct_CC
3967if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3969$as_echo "$ac_ct_CC" >&6; }
979273e3 3970else
81ecdfbb
RW
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972$as_echo "no" >&6; }
979273e3 3973fi
252b5132 3974
81ecdfbb
RW
3975 if test "x$ac_ct_CC" = x; then
3976 CC=""
3977 else
3978 case $cross_compiling:$ac_tool_warned in
3979yes:)
3980{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3981$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3982ac_tool_warned=yes ;;
3983esac
3984 CC=$ac_ct_CC
3985 fi
979273e3 3986else
dabbade6 3987 CC="$ac_cv_prog_CC"
979273e3 3988fi
252b5132 3989
dabbade6 3990if test -z "$CC"; then
81ecdfbb
RW
3991 if test -n "$ac_tool_prefix"; then
3992 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
dabbade6 3993set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3995$as_echo_n "checking for $ac_word... " >&6; }
3996if test "${ac_cv_prog_CC+set}" = set; then :
3997 $as_echo_n "(cached) " >&6
252b5132 3998else
dabbade6
L
3999 if test -n "$CC"; then
4000 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4001else
979273e3
NN
4002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4003for as_dir in $PATH
4004do
4005 IFS=$as_save_IFS
4006 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4007 for ac_exec_ext in '' $ac_executable_extensions; do
4008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 4009 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
4011 break 2
4012 fi
4013done
81ecdfbb
RW
4014 done
4015IFS=$as_save_IFS
979273e3 4016
252b5132
RH
4017fi
4018fi
dabbade6
L
4019CC=$ac_cv_prog_CC
4020if test -n "$CC"; then
81ecdfbb
RW
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4022$as_echo "$CC" >&6; }
252b5132 4023else
81ecdfbb
RW
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4025$as_echo "no" >&6; }
252b5132
RH
4026fi
4027
252b5132 4028
81ecdfbb 4029 fi
dabbade6
L
4030fi
4031if test -z "$CC"; then
4032 # Extract the first word of "cc", so it can be a program name with args.
4033set dummy cc; ac_word=$2
81ecdfbb
RW
4034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4035$as_echo_n "checking for $ac_word... " >&6; }
4036if test "${ac_cv_prog_CC+set}" = set; then :
4037 $as_echo_n "(cached) " >&6
dabbade6
L
4038else
4039 if test -n "$CC"; then
4040 ac_cv_prog_CC="$CC" # Let the user override the test.
4041else
4042 ac_prog_rejected=no
4043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4044for as_dir in $PATH
4045do
4046 IFS=$as_save_IFS
4047 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4048 for ac_exec_ext in '' $ac_executable_extensions; do
4049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6
L
4050 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4051 ac_prog_rejected=yes
4052 continue
4053 fi
4054 ac_cv_prog_CC="cc"
81ecdfbb 4055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4056 break 2
4057 fi
4058done
81ecdfbb
RW
4059 done
4060IFS=$as_save_IFS
252b5132 4061
dabbade6
L
4062if test $ac_prog_rejected = yes; then
4063 # We found a bogon in the path, so make sure we never use it.
4064 set dummy $ac_cv_prog_CC
4065 shift
4066 if test $# != 0; then
4067 # We chose a different compiler from the bogus one.
4068 # However, it has the same basename, so the bogon will be chosen
4069 # first if we set CC to just the basename; use the full file name.
4070 shift
4071 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4072 fi
4073fi
4074fi
4075fi
4076CC=$ac_cv_prog_CC
4077if test -n "$CC"; then
81ecdfbb
RW
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4079$as_echo "$CC" >&6; }
252b5132 4080else
81ecdfbb
RW
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4082$as_echo "no" >&6; }
dabbade6 4083fi
252b5132 4084
81ecdfbb 4085
dabbade6
L
4086fi
4087if test -z "$CC"; then
4088 if test -n "$ac_tool_prefix"; then
81ecdfbb 4089 for ac_prog in cl.exe
dabbade6
L
4090 do
4091 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4092set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4094$as_echo_n "checking for $ac_word... " >&6; }
4095if test "${ac_cv_prog_CC+set}" = set; then :
4096 $as_echo_n "(cached) " >&6
dabbade6
L
4097else
4098 if test -n "$CC"; then
4099 ac_cv_prog_CC="$CC" # Let the user override the test.
4100else
4101as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4102for as_dir in $PATH
4103do
4104 IFS=$as_save_IFS
4105 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4106 for ac_exec_ext in '' $ac_executable_extensions; do
4107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 4108 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4110 break 2
4111 fi
4112done
81ecdfbb
RW
4113 done
4114IFS=$as_save_IFS
d7040cdb 4115
dabbade6
L
4116fi
4117fi
4118CC=$ac_cv_prog_CC
4119if test -n "$CC"; then
81ecdfbb
RW
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4121$as_echo "$CC" >&6; }
dabbade6 4122else
81ecdfbb
RW
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4124$as_echo "no" >&6; }
dabbade6 4125fi
d7040cdb 4126
81ecdfbb 4127
dabbade6
L
4128 test -n "$CC" && break
4129 done
4130fi
4131if test -z "$CC"; then
4132 ac_ct_CC=$CC
81ecdfbb 4133 for ac_prog in cl.exe
dabbade6
L
4134do
4135 # Extract the first word of "$ac_prog", so it can be a program name with args.
4136set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138$as_echo_n "checking for $ac_word... " >&6; }
4139if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
dabbade6
L
4141else
4142 if test -n "$ac_ct_CC"; then
4143 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4144else
4145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146for as_dir in $PATH
4147do
4148 IFS=$as_save_IFS
4149 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 4152 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4154 break 2
4155 fi
4156done
81ecdfbb
RW
4157 done
4158IFS=$as_save_IFS
d7040cdb 4159
dabbade6
L
4160fi
4161fi
4162ac_ct_CC=$ac_cv_prog_ac_ct_CC
4163if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4165$as_echo "$ac_ct_CC" >&6; }
dabbade6 4166else
81ecdfbb
RW
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168$as_echo "no" >&6; }
dabbade6 4169fi
d7040cdb 4170
81ecdfbb 4171
dabbade6
L
4172 test -n "$ac_ct_CC" && break
4173done
d7040cdb 4174
81ecdfbb
RW
4175 if test "x$ac_ct_CC" = x; then
4176 CC=""
4177 else
4178 case $cross_compiling:$ac_tool_warned in
4179yes:)
4180{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4181$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4182ac_tool_warned=yes ;;
4183esac
4184 CC=$ac_ct_CC
4185 fi
dabbade6 4186fi
d7040cdb 4187
dabbade6 4188fi
d7040cdb
SE
4189
4190
81ecdfbb
RW
4191test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4192$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4193as_fn_error "no acceptable C compiler found in \$PATH
4194See \`config.log' for more details." "$LINENO" 5; }
d7040cdb 4195
dabbade6 4196# Provide some information about the compiler.
81ecdfbb
RW
4197$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4198set X $ac_compile
4199ac_compiler=$2
4200for ac_option in --version -v -V -qversion; do
4201 { { ac_try="$ac_compiler $ac_option >&5"
4202case "(($ac_try" in
4203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4204 *) ac_try_echo=$ac_try;;
4205esac
4206eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4207$as_echo "$ac_try_echo"; } >&5
4208 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
dabbade6 4209 ac_status=$?
81ecdfbb
RW
4210 if test -s conftest.err; then
4211 sed '10a\
4212... rest of stderr output deleted ...
4213 10q' conftest.err >conftest.er1
4214 cat conftest.er1 >&5
4215 rm -f conftest.er1 conftest.err
4216 fi
4217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4218 test $ac_status = 0; }
4219done
d7040cdb 4220
81ecdfbb
RW
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4222$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4223if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
252b5132 4225else
81ecdfbb 4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 4227/* end confdefs.h. */
d7040cdb 4228
dabbade6
L
4229int
4230main ()
4231{
4232#ifndef __GNUC__
4233 choke me
4234#endif
d7040cdb 4235
dabbade6
L
4236 ;
4237 return 0;
4238}
4239_ACEOF
81ecdfbb 4240if ac_fn_c_try_compile "$LINENO"; then :
dabbade6 4241 ac_compiler_gnu=yes
d7040cdb 4242else
81ecdfbb 4243 ac_compiler_gnu=no
dabbade6 4244fi
81ecdfbb 4245rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4246ac_cv_c_compiler_gnu=$ac_compiler_gnu
d7040cdb 4247
dabbade6 4248fi
81ecdfbb
RW
4249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4250$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4251if test $ac_compiler_gnu = yes; then
4252 GCC=yes
4253else
4254 GCC=
4255fi
dabbade6
L
4256ac_test_CFLAGS=${CFLAGS+set}
4257ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4259$as_echo_n "checking whether $CC accepts -g... " >&6; }
4260if test "${ac_cv_prog_cc_g+set}" = set; then :
4261 $as_echo_n "(cached) " >&6
4262else
4263 ac_save_c_werror_flag=$ac_c_werror_flag
4264 ac_c_werror_flag=yes
4265 ac_cv_prog_cc_g=no
4266 CFLAGS="-g"
4267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 4268/* end confdefs.h. */
d7040cdb 4269
dabbade6
L
4270int
4271main ()
4272{
d7040cdb 4273
dabbade6
L
4274 ;
4275 return 0;
4276}
4277_ACEOF
81ecdfbb 4278if ac_fn_c_try_compile "$LINENO"; then :
dabbade6
L
4279 ac_cv_prog_cc_g=yes
4280else
81ecdfbb
RW
4281 CFLAGS=""
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283/* end confdefs.h. */
d7040cdb 4284
81ecdfbb
RW
4285int
4286main ()
4287{
4288
4289 ;
4290 return 0;
4291}
4292_ACEOF
4293if ac_fn_c_try_compile "$LINENO"; then :
4294
4295else
4296 ac_c_werror_flag=$ac_save_c_werror_flag
4297 CFLAGS="-g"
4298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4299/* end confdefs.h. */
4300
4301int
4302main ()
4303{
4304
4305 ;
4306 return 0;
4307}
4308_ACEOF
4309if ac_fn_c_try_compile "$LINENO"; then :
4310 ac_cv_prog_cc_g=yes
4311fi
4312rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4313fi
81ecdfbb 4314rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4315fi
81ecdfbb
RW
4316rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4317 ac_c_werror_flag=$ac_save_c_werror_flag
4318fi
4319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4320$as_echo "$ac_cv_prog_cc_g" >&6; }
dabbade6
L
4321if test "$ac_test_CFLAGS" = set; then
4322 CFLAGS=$ac_save_CFLAGS
4323elif test $ac_cv_prog_cc_g = yes; then
4324 if test "$GCC" = yes; then
4325 CFLAGS="-g -O2"
4326 else
4327 CFLAGS="-g"
4328 fi
4329else
4330 if test "$GCC" = yes; then
4331 CFLAGS="-O2"
4332 else
4333 CFLAGS=
4334 fi
4335fi
81ecdfbb
RW
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4337$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4338if test "${ac_cv_prog_cc_c89+set}" = set; then :
4339 $as_echo_n "(cached) " >&6
d7040cdb 4340else
81ecdfbb 4341 ac_cv_prog_cc_c89=no
dabbade6 4342ac_save_CC=$CC
81ecdfbb 4343cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6
L
4344/* end confdefs.h. */
4345#include <stdarg.h>
4346#include <stdio.h>
4347#include <sys/types.h>
4348#include <sys/stat.h>
4349/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4350struct buf { int x; };
4351FILE * (*rcsopen) (struct buf *, struct stat *, int);
4352static char *e (p, i)
4353 char **p;
4354 int i;
4355{
4356 return p[i];
4357}
4358static char *f (char * (*g) (char **, int), char **p, ...)
4359{
4360 char *s;
4361 va_list v;
4362 va_start (v,p);
4363 s = g (p, va_arg (v,int));
4364 va_end (v);
4365 return s;
4366}
d7040cdb 4367
dabbade6
L
4368/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4369 function prototypes and stuff, but not '\xHH' hex character constants.
4370 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4371 as 'x'. The following induces an error, until -std is added to get
dabbade6
L
4372 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4373 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4374 that's true only with -std. */
dabbade6 4375int osf4_cc_array ['\x00' == 0 ? 1 : -1];
d7040cdb 4376
81ecdfbb
RW
4377/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4378 inside strings and character constants. */
4379#define FOO(x) 'x'
4380int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4381
dabbade6
L
4382int test (int i, double x);
4383struct s1 {int (*f) (int a);};
4384struct s2 {int (*f) (double a);};
4385int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4386int argc;
4387char **argv;
4388int
4389main ()
4390{
4391return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4392 ;
4393 return 0;
4394}
4395_ACEOF
81ecdfbb
RW
4396for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4397 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
dabbade6
L
4398do
4399 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4400 if ac_fn_c_try_compile "$LINENO"; then :
4401 ac_cv_prog_cc_c89=$ac_arg
d7040cdb 4402fi
81ecdfbb
RW
4403rm -f core conftest.err conftest.$ac_objext
4404 test "x$ac_cv_prog_cc_c89" != "xno" && break
dabbade6 4405done
81ecdfbb 4406rm -f conftest.$ac_ext
dabbade6 4407CC=$ac_save_CC
d7040cdb 4408
dabbade6 4409fi
81ecdfbb
RW
4410# AC_CACHE_VAL
4411case "x$ac_cv_prog_cc_c89" in
4412 x)
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4414$as_echo "none needed" >&6; } ;;
4415 xno)
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4417$as_echo "unsupported" >&6; } ;;
252b5132 4418 *)
81ecdfbb
RW
4419 CC="$CC $ac_cv_prog_cc_c89"
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4421$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
dabbade6 4422esac
81ecdfbb 4423if test "x$ac_cv_prog_cc_c89" != xno; then :
ac48eca1 4424
dabbade6 4425fi
252b5132 4426
dabbade6
L
4427ac_ext=c
4428ac_cpp='$CPP $CPPFLAGS'
4429ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4430ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4431ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4432
7357c5b6
AM
4433ac_ext=c
4434ac_cpp='$CPP $CPPFLAGS'
4435ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4436ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4437ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4439$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4440# On Suns, sometimes $CPP names a directory.
4441if test -n "$CPP" && test -d "$CPP"; then
4442 CPP=
4443fi
4444if test -z "$CPP"; then
81ecdfbb
RW
4445 if test "${ac_cv_prog_CPP+set}" = set; then :
4446 $as_echo_n "(cached) " >&6
dabbade6 4447else
7357c5b6
AM
4448 # Double quotes because CPP needs to be expanded
4449 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4450 do
4451 ac_preproc_ok=false
4452for ac_c_preproc_warn_flag in '' yes
dabbade6 4453do
7357c5b6
AM
4454 # Use a header file that comes with gcc, so configuring glibc
4455 # with a fresh cross-compiler works.
4456 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4457 # <limits.h> exists even on freestanding compilers.
4458 # On the NeXT, cc -E runs the code through the compiler's parser,
4459 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4461/* end confdefs.h. */
4462#ifdef __STDC__
4463# include <limits.h>
4464#else
4465# include <assert.h>
4466#endif
4467 Syntax error
4468_ACEOF
81ecdfbb 4469if ac_fn_c_try_cpp "$LINENO"; then :
dabbade6 4470
81ecdfbb 4471else
7357c5b6
AM
4472 # Broken: fails on valid input.
4473continue
252b5132 4474fi
7357c5b6
AM
4475rm -f conftest.err conftest.$ac_ext
4476
81ecdfbb 4477 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4478 # can be detected and how.
81ecdfbb 4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4480/* end confdefs.h. */
4481#include <ac_nonexistent.h>
4482_ACEOF
81ecdfbb 4483if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4484 # Broken: success on invalid input.
4485continue
dabbade6 4486else
7357c5b6
AM
4487 # Passes both tests.
4488ac_preproc_ok=:
4489break
dabbade6 4490fi
7357c5b6 4491rm -f conftest.err conftest.$ac_ext
dabbade6 4492
d7040cdb 4493done
7357c5b6
AM
4494# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4495rm -f conftest.err conftest.$ac_ext
81ecdfbb 4496if $ac_preproc_ok; then :
7357c5b6
AM
4497 break
4498fi
4499
4500 done
4501 ac_cv_prog_CPP=$CPP
d7040cdb
SE
4502
4503fi
7357c5b6
AM
4504 CPP=$ac_cv_prog_CPP
4505else
4506 ac_cv_prog_CPP=$CPP
d7040cdb 4507fi
81ecdfbb
RW
4508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4509$as_echo "$CPP" >&6; }
7357c5b6
AM
4510ac_preproc_ok=false
4511for ac_c_preproc_warn_flag in '' yes
4512do
4513 # Use a header file that comes with gcc, so configuring glibc
4514 # with a fresh cross-compiler works.
4515 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 # <limits.h> exists even on freestanding compilers.
4517 # On the NeXT, cc -E runs the code through the compiler's parser,
4518 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4520/* end confdefs.h. */
4521#ifdef __STDC__
4522# include <limits.h>
4523#else
4524# include <assert.h>
4525#endif
4526 Syntax error
4527_ACEOF
81ecdfbb 4528if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4529
81ecdfbb 4530else
7357c5b6
AM
4531 # Broken: fails on valid input.
4532continue
d7040cdb 4533fi
7357c5b6 4534rm -f conftest.err conftest.$ac_ext
d7040cdb 4535
81ecdfbb 4536 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4537 # can be detected and how.
81ecdfbb 4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4539/* end confdefs.h. */
4540#include <ac_nonexistent.h>
4541_ACEOF
81ecdfbb 4542if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4543 # Broken: success on invalid input.
4544continue
dabbade6 4545else
7357c5b6
AM
4546 # Passes both tests.
4547ac_preproc_ok=:
4548break
4549fi
4550rm -f conftest.err conftest.$ac_ext
d7040cdb 4551
7357c5b6
AM
4552done
4553# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4554rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4555if $ac_preproc_ok; then :
4556
4557else
4558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4559$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4560as_fn_error "C preprocessor \"$CPP\" fails sanity check
4561See \`config.log' for more details." "$LINENO" 5; }
4562fi
4563
4564ac_ext=c
4565ac_cpp='$CPP $CPPFLAGS'
4566ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4567ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4568ac_compiler_gnu=$ac_cv_c_compiler_gnu
4569
4570
4571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4572$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4573if test "${ac_cv_path_GREP+set}" = set; then :
4574 $as_echo_n "(cached) " >&6
4575else
4576 if test -z "$GREP"; then
4577 ac_path_GREP_found=false
4578 # Loop through the user's path and test for each of PROGNAME-LIST
4579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4580for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4581do
4582 IFS=$as_save_IFS
4583 test -z "$as_dir" && as_dir=.
4584 for ac_prog in grep ggrep; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4587 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4588# Check for GNU ac_path_GREP and select it if it is found.
4589 # Check for GNU $ac_path_GREP
4590case `"$ac_path_GREP" --version 2>&1` in
4591*GNU*)
4592 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4593*)
4594 ac_count=0
4595 $as_echo_n 0123456789 >"conftest.in"
4596 while :
4597 do
4598 cat "conftest.in" "conftest.in" >"conftest.tmp"
4599 mv "conftest.tmp" "conftest.in"
4600 cp "conftest.in" "conftest.nl"
4601 $as_echo 'GREP' >> "conftest.nl"
4602 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4603 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4604 as_fn_arith $ac_count + 1 && ac_count=$as_val
4605 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4606 # Best one so far, save it but keep looking for a better one
4607 ac_cv_path_GREP="$ac_path_GREP"
4608 ac_path_GREP_max=$ac_count
4609 fi
4610 # 10*(2^10) chars as input seems more than enough
4611 test $ac_count -gt 10 && break
4612 done
4613 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4614esac
4615
4616 $ac_path_GREP_found && break 3
4617 done
4618 done
4619 done
4620IFS=$as_save_IFS
4621 if test -z "$ac_cv_path_GREP"; then
4622 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4623 fi
dabbade6 4624else
81ecdfbb 4625 ac_cv_path_GREP=$GREP
7357c5b6 4626fi
d7040cdb 4627
81ecdfbb
RW
4628fi
4629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4630$as_echo "$ac_cv_path_GREP" >&6; }
4631 GREP="$ac_cv_path_GREP"
d7040cdb
SE
4632
4633
81ecdfbb
RW
4634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4635$as_echo_n "checking for egrep... " >&6; }
4636if test "${ac_cv_path_EGREP+set}" = set; then :
4637 $as_echo_n "(cached) " >&6
7357c5b6 4638else
81ecdfbb
RW
4639 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4640 then ac_cv_path_EGREP="$GREP -E"
4641 else
4642 if test -z "$EGREP"; then
4643 ac_path_EGREP_found=false
4644 # Loop through the user's path and test for each of PROGNAME-LIST
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4647do
4648 IFS=$as_save_IFS
4649 test -z "$as_dir" && as_dir=.
4650 for ac_prog in egrep; do
4651 for ac_exec_ext in '' $ac_executable_extensions; do
4652 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4653 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4654# Check for GNU ac_path_EGREP and select it if it is found.
4655 # Check for GNU $ac_path_EGREP
4656case `"$ac_path_EGREP" --version 2>&1` in
4657*GNU*)
4658 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4659*)
4660 ac_count=0
4661 $as_echo_n 0123456789 >"conftest.in"
4662 while :
4663 do
4664 cat "conftest.in" "conftest.in" >"conftest.tmp"
4665 mv "conftest.tmp" "conftest.in"
4666 cp "conftest.in" "conftest.nl"
4667 $as_echo 'EGREP' >> "conftest.nl"
4668 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4669 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4670 as_fn_arith $ac_count + 1 && ac_count=$as_val
4671 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4672 # Best one so far, save it but keep looking for a better one
4673 ac_cv_path_EGREP="$ac_path_EGREP"
4674 ac_path_EGREP_max=$ac_count
7357c5b6 4675 fi
81ecdfbb
RW
4676 # 10*(2^10) chars as input seems more than enough
4677 test $ac_count -gt 10 && break
4678 done
4679 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4680esac
4681
4682 $ac_path_EGREP_found && break 3
4683 done
4684 done
4685 done
4686IFS=$as_save_IFS
4687 if test -z "$ac_cv_path_EGREP"; then
4688 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4689 fi
4690else
4691 ac_cv_path_EGREP=$EGREP
4692fi
4693
4694 fi
7357c5b6 4695fi
81ecdfbb
RW
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4697$as_echo "$ac_cv_path_EGREP" >&6; }
4698 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
4699
4700
81ecdfbb
RW
4701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4702$as_echo_n "checking for ANSI C header files... " >&6; }
4703if test "${ac_cv_header_stdc+set}" = set; then :
4704 $as_echo_n "(cached) " >&6
7357c5b6 4705else
81ecdfbb 4706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4707/* end confdefs.h. */
4708#include <stdlib.h>
4709#include <stdarg.h>
4710#include <string.h>
4711#include <float.h>
d7040cdb 4712
7357c5b6
AM
4713int
4714main ()
4715{
d7040cdb 4716
7357c5b6
AM
4717 ;
4718 return 0;
4719}
4720_ACEOF
81ecdfbb 4721if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4722 ac_cv_header_stdc=yes
4723else
81ecdfbb 4724 ac_cv_header_stdc=no
7357c5b6 4725fi
81ecdfbb 4726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4727
7357c5b6
AM
4728if test $ac_cv_header_stdc = yes; then
4729 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4731/* end confdefs.h. */
4732#include <string.h>
d7040cdb 4733
7357c5b6
AM
4734_ACEOF
4735if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4736 $EGREP "memchr" >/dev/null 2>&1; then :
4737
7357c5b6
AM
4738else
4739 ac_cv_header_stdc=no
4740fi
4741rm -f conftest*
d7040cdb 4742
7357c5b6 4743fi
d7040cdb 4744
7357c5b6
AM
4745if test $ac_cv_header_stdc = yes; then
4746 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4748/* end confdefs.h. */
4749#include <stdlib.h>
d7040cdb 4750
7357c5b6
AM
4751_ACEOF
4752if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4753 $EGREP "free" >/dev/null 2>&1; then :
4754
7357c5b6
AM
4755else
4756 ac_cv_header_stdc=no
4757fi
4758rm -f conftest*
d7040cdb 4759
7357c5b6 4760fi
d7040cdb 4761
7357c5b6
AM
4762if test $ac_cv_header_stdc = yes; then
4763 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4764 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4765 :
4766else
81ecdfbb 4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4768/* end confdefs.h. */
4769#include <ctype.h>
81ecdfbb 4770#include <stdlib.h>
7357c5b6
AM
4771#if ((' ' & 0x0FF) == 0x020)
4772# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4773# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4774#else
4775# define ISLOWER(c) \
4776 (('a' <= (c) && (c) <= 'i') \
4777 || ('j' <= (c) && (c) <= 'r') \
4778 || ('s' <= (c) && (c) <= 'z'))
4779# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4780#endif
d7040cdb 4781
7357c5b6
AM
4782#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4783int
4784main ()
4785{
4786 int i;
4787 for (i = 0; i < 256; i++)
4788 if (XOR (islower (i), ISLOWER (i))
4789 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4790 return 2;
4791 return 0;
7357c5b6
AM
4792}
4793_ACEOF
81ecdfbb 4794if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4795
81ecdfbb
RW
4796else
4797 ac_cv_header_stdc=no
7357c5b6 4798fi
81ecdfbb
RW
4799rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4800 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4801fi
81ecdfbb 4802
7357c5b6
AM
4803fi
4804fi
81ecdfbb
RW
4805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4806$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4807if test $ac_cv_header_stdc = yes; then
d7040cdb 4808
81ecdfbb 4809$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4810
7357c5b6 4811fi
d7040cdb 4812
7357c5b6 4813# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4814for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4815 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4816do :
4817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4818ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4819"
4820eval as_val=\$$as_ac_Header
4821 if test "x$as_val" = x""yes; then :
7357c5b6 4822 cat >>confdefs.h <<_ACEOF
81ecdfbb 4823#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4824_ACEOF
d7040cdb 4825
7357c5b6 4826fi
d7040cdb 4827
7357c5b6 4828done
d7040cdb
SE
4829
4830
4831
81ecdfbb
RW
4832 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4833if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
4834 MINIX=yes
4835else
4836 MINIX=
4837fi
d7040cdb
SE
4838
4839
7357c5b6 4840 if test "$MINIX" = yes; then
d7040cdb 4841
81ecdfbb 4842$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
dabbade6 4843
252b5132 4844
81ecdfbb 4845$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4846
4847
81ecdfbb 4848$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4849
7357c5b6 4850 fi
d7040cdb
SE
4851
4852
81ecdfbb
RW
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4854$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4855if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4856 $as_echo_n "(cached) " >&6
ac48eca1 4857else
81ecdfbb 4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4859/* end confdefs.h. */
ac48eca1 4860
7357c5b6
AM
4861# define __EXTENSIONS__ 1
4862 $ac_includes_default
4863int
4864main ()
4865{
87e6d782 4866
7357c5b6
AM
4867 ;
4868 return 0;
4869}
4870_ACEOF
81ecdfbb 4871if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4872 ac_cv_safe_to_define___extensions__=yes
4873else
81ecdfbb 4874 ac_cv_safe_to_define___extensions__=no
7357c5b6 4875fi
81ecdfbb 4876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4877fi
81ecdfbb
RW
4878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4879$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4880 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4881 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
ac48eca1 4882
81ecdfbb 4883 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 4884
81ecdfbb
RW
4885 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4886
4887 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4888
4889 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb 4890
ac48eca1 4891
ac48eca1 4892
ac48eca1 4893
87e6d782 4894
7357c5b6
AM
4895if test -n "$ac_tool_prefix"; then
4896 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4897set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
4898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4899$as_echo_n "checking for $ac_word... " >&6; }
4900if test "${ac_cv_prog_AR+set}" = set; then :
4901 $as_echo_n "(cached) " >&6
dabbade6 4902else
7357c5b6
AM
4903 if test -n "$AR"; then
4904 ac_cv_prog_AR="$AR" # Let the user override the test.
4905else
4906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4907for as_dir in $PATH
4908do
4909 IFS=$as_save_IFS
4910 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 4913 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 4914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
4915 break 2
4916 fi
4917done
81ecdfbb
RW
4918 done
4919IFS=$as_save_IFS
ac48eca1 4920
7357c5b6
AM
4921fi
4922fi
4923AR=$ac_cv_prog_AR
4924if test -n "$AR"; then
81ecdfbb
RW
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4926$as_echo "$AR" >&6; }
dabbade6 4927else
81ecdfbb
RW
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4929$as_echo "no" >&6; }
dabbade6 4930fi
6be7c12c 4931
81ecdfbb 4932
7357c5b6
AM
4933fi
4934if test -z "$ac_cv_prog_AR"; then
4935 ac_ct_AR=$AR
4936 # Extract the first word of "ar", so it can be a program name with args.
4937set dummy ar; ac_word=$2
81ecdfbb
RW
4938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4939$as_echo_n "checking for $ac_word... " >&6; }
4940if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4941 $as_echo_n "(cached) " >&6
7357c5b6
AM
4942else
4943 if test -n "$ac_ct_AR"; then
4944 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4945else
4946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4947for as_dir in $PATH
4948do
4949 IFS=$as_save_IFS
4950 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4951 for ac_exec_ext in '' $ac_executable_extensions; do
4952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 4953 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 4954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
4955 break 2
4956 fi
4957done
81ecdfbb
RW
4958 done
4959IFS=$as_save_IFS
7357c5b6
AM
4960
4961fi
4962fi
4963ac_ct_AR=$ac_cv_prog_ac_ct_AR
4964if test -n "$ac_ct_AR"; then
81ecdfbb
RW
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4966$as_echo "$ac_ct_AR" >&6; }
7357c5b6 4967else
81ecdfbb
RW
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4969$as_echo "no" >&6; }
7357c5b6
AM
4970fi
4971
81ecdfbb
RW
4972 if test "x$ac_ct_AR" = x; then
4973 AR=""
4974 else
4975 case $cross_compiling:$ac_tool_warned in
4976yes:)
4977{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4978$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4979ac_tool_warned=yes ;;
4980esac
4981 AR=$ac_ct_AR
4982 fi
7357c5b6
AM
4983else
4984 AR="$ac_cv_prog_AR"
4985fi
4986
4987if test -n "$ac_tool_prefix"; then
4988 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4989set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
4990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4991$as_echo_n "checking for $ac_word... " >&6; }
4992if test "${ac_cv_prog_RANLIB+set}" = set; then :
4993 $as_echo_n "(cached) " >&6
7357c5b6
AM
4994else
4995 if test -n "$RANLIB"; then
4996 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4997else
4998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4999for as_dir in $PATH
5000do
5001 IFS=$as_save_IFS
5002 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5003 for ac_exec_ext in '' $ac_executable_extensions; do
5004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 5005 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 5006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5007 break 2
5008 fi
5009done
81ecdfbb
RW
5010 done
5011IFS=$as_save_IFS
7357c5b6
AM
5012
5013fi
5014fi
5015RANLIB=$ac_cv_prog_RANLIB
5016if test -n "$RANLIB"; then
81ecdfbb
RW
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5018$as_echo "$RANLIB" >&6; }
7357c5b6 5019else
81ecdfbb
RW
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5021$as_echo "no" >&6; }
7357c5b6
AM
5022fi
5023
81ecdfbb 5024
7357c5b6
AM
5025fi
5026if test -z "$ac_cv_prog_RANLIB"; then
5027 ac_ct_RANLIB=$RANLIB
5028 # Extract the first word of "ranlib", so it can be a program name with args.
5029set dummy ranlib; ac_word=$2
81ecdfbb
RW
5030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5031$as_echo_n "checking for $ac_word... " >&6; }
5032if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5033 $as_echo_n "(cached) " >&6
7357c5b6
AM
5034else
5035 if test -n "$ac_ct_RANLIB"; then
5036 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5037else
5038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039for as_dir in $PATH
5040do
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5043 for ac_exec_ext in '' $ac_executable_extensions; do
5044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 5045 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 5046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5047 break 2
5048 fi
5049done
81ecdfbb
RW
5050 done
5051IFS=$as_save_IFS
7357c5b6 5052
7357c5b6
AM
5053fi
5054fi
5055ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5056if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5058$as_echo "$ac_ct_RANLIB" >&6; }
7357c5b6 5059else
81ecdfbb
RW
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5061$as_echo "no" >&6; }
7357c5b6
AM
5062fi
5063
81ecdfbb
RW
5064 if test "x$ac_ct_RANLIB" = x; then
5065 RANLIB=":"
5066 else
5067 case $cross_compiling:$ac_tool_warned in
5068yes:)
5069{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5070$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5071ac_tool_warned=yes ;;
5072esac
5073 RANLIB=$ac_ct_RANLIB
5074 fi
7357c5b6
AM
5075else
5076 RANLIB="$ac_cv_prog_RANLIB"
5077fi
5078
5079
81ecdfbb
RW
5080# Check whether --enable-shared was given.
5081if test "${enable_shared+set}" = set; then :
5082 enableval=$enable_shared; p=${PACKAGE-default}
7357c5b6
AM
5083 case $enableval in
5084 yes) enable_shared=yes ;;
5085 no) enable_shared=no ;;
5086 *)
5087 enable_shared=no
5088 # Look at the argument we got. We use all the common list separators.
5089 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5090 for pkg in $enableval; do
5091 IFS="$lt_save_ifs"
5092 if test "X$pkg" = "X$p"; then
5093 enable_shared=yes
5094 fi
5095 done
5096 IFS="$lt_save_ifs"
5097 ;;
5098 esac
5099else
5100 enable_shared=no
81ecdfbb
RW
5101fi
5102
7357c5b6
AM
5103
5104
5105
5106
5107
5108
5109
5110
5111
1927a18f
L
5112case `pwd` in
5113 *\ * | *\ *)
81ecdfbb
RW
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5115$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
1927a18f 5116esac
7357c5b6
AM
5117
5118
7357c5b6 5119
3725885a
RW
5120macro_version='2.2.7a'
5121macro_revision='1.3134'
7357c5b6
AM
5122
5123
5124
5125
5126
5127
7357c5b6
AM
5128
5129
5130
5131
5132
5133
5134
1927a18f 5135ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5136
3725885a
RW
5137# Backslashify metacharacters that are still active within
5138# double-quoted strings.
5139sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5140
5141# Same as above, but do not quote variable references.
5142double_quote_subst='s/\(["`\\]\)/\\\1/g'
5143
5144# Sed substitution to delay expansion of an escaped shell variable in a
5145# double_quote_subst'ed string.
5146delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5147
5148# Sed substitution to delay expansion of an escaped single quote.
5149delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5150
5151# Sed substitution to avoid accidental globbing in evaled expressions
5152no_glob_subst='s/\*/\\\*/g'
5153
5154ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5155ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5156ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5157
5158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5159$as_echo_n "checking how to print strings... " >&6; }
5160# Test print first, because it will be a builtin if present.
5161if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5162 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5163 ECHO='print -r --'
5164elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5165 ECHO='printf %s\n'
5166else
5167 # Use this function as a fallback that always works.
5168 func_fallback_echo ()
5169 {
5170 eval 'cat <<_LTECHO_EOF
5171$1
5172_LTECHO_EOF'
5173 }
5174 ECHO='func_fallback_echo'
5175fi
5176
5177# func_echo_all arg...
5178# Invoke $ECHO with all args, space-separated.
5179func_echo_all ()
5180{
5181 $ECHO ""
5182}
5183
5184case "$ECHO" in
5185 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5186$as_echo "printf" >&6; } ;;
5187 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5188$as_echo "print -r" >&6; } ;;
5189 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5190$as_echo "cat" >&6; } ;;
5191esac
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
81ecdfbb
RW
5206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5207$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5208if test "${ac_cv_path_SED+set}" = set; then :
5209 $as_echo_n "(cached) " >&6
7357c5b6 5210else
81ecdfbb
RW
5211 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5212 for ac_i in 1 2 3 4 5 6 7; do
5213 ac_script="$ac_script$as_nl$ac_script"
5214 done
5215 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5216 { ac_script=; unset ac_script;}
5217 if test -z "$SED"; then
5218 ac_path_SED_found=false
5219 # Loop through the user's path and test for each of PROGNAME-LIST
5220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5221for as_dir in $PATH
5222do
5223 IFS=$as_save_IFS
5224 test -z "$as_dir" && as_dir=.
81ecdfbb 5225 for ac_prog in sed gsed; do
7357c5b6 5226 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5227 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5228 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5229# Check for GNU ac_path_SED and select it if it is found.
5230 # Check for GNU $ac_path_SED
5231case `"$ac_path_SED" --version 2>&1` in
5232*GNU*)
5233 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5234*)
5235 ac_count=0
5236 $as_echo_n 0123456789 >"conftest.in"
5237 while :
5238 do
5239 cat "conftest.in" "conftest.in" >"conftest.tmp"
5240 mv "conftest.tmp" "conftest.in"
5241 cp "conftest.in" "conftest.nl"
5242 $as_echo '' >> "conftest.nl"
5243 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5244 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5245 as_fn_arith $ac_count + 1 && ac_count=$as_val
5246 if test $ac_count -gt ${ac_path_SED_max-0}; then
5247 # Best one so far, save it but keep looking for a better one
5248 ac_cv_path_SED="$ac_path_SED"
5249 ac_path_SED_max=$ac_count
5250 fi
5251 # 10*(2^10) chars as input seems more than enough
5252 test $ac_count -gt 10 && break
5253 done
5254 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5255esac
5256
5257 $ac_path_SED_found && break 3
7357c5b6
AM
5258 done
5259 done
81ecdfbb 5260 done
7357c5b6 5261IFS=$as_save_IFS
81ecdfbb
RW
5262 if test -z "$ac_cv_path_SED"; then
5263 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5264 fi
81ecdfbb
RW
5265else
5266 ac_cv_path_SED=$SED
7357c5b6
AM
5267fi
5268
81ecdfbb
RW
5269fi
5270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5271$as_echo "$ac_cv_path_SED" >&6; }
5272 SED="$ac_cv_path_SED"
5273 rm -f conftest.sed
7357c5b6
AM
5274
5275test -z "$SED" && SED=sed
5276Xsed="$SED -e 1s/^X//"
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
81ecdfbb
RW
5288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5289$as_echo_n "checking for fgrep... " >&6; }
5290if test "${ac_cv_path_FGREP+set}" = set; then :
5291 $as_echo_n "(cached) " >&6
7357c5b6 5292else
81ecdfbb
RW
5293 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5294 then ac_cv_path_FGREP="$GREP -F"
5295 else
5296 if test -z "$FGREP"; then
5297 ac_path_FGREP_found=false
5298 # Loop through the user's path and test for each of PROGNAME-LIST
5299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5300for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5301do
5302 IFS=$as_save_IFS
5303 test -z "$as_dir" && as_dir=.
5304 for ac_prog in fgrep; do
5305 for ac_exec_ext in '' $ac_executable_extensions; do
5306 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5307 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5308# Check for GNU ac_path_FGREP and select it if it is found.
5309 # Check for GNU $ac_path_FGREP
5310case `"$ac_path_FGREP" --version 2>&1` in
5311*GNU*)
5312 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5313*)
5314 ac_count=0
5315 $as_echo_n 0123456789 >"conftest.in"
5316 while :
5317 do
5318 cat "conftest.in" "conftest.in" >"conftest.tmp"
5319 mv "conftest.tmp" "conftest.in"
5320 cp "conftest.in" "conftest.nl"
5321 $as_echo 'FGREP' >> "conftest.nl"
5322 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5323 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5324 as_fn_arith $ac_count + 1 && ac_count=$as_val
5325 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5326 # Best one so far, save it but keep looking for a better one
5327 ac_cv_path_FGREP="$ac_path_FGREP"
5328 ac_path_FGREP_max=$ac_count
7357c5b6 5329 fi
81ecdfbb
RW
5330 # 10*(2^10) chars as input seems more than enough
5331 test $ac_count -gt 10 && break
5332 done
5333 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5334esac
5335
5336 $ac_path_FGREP_found && break 3
5337 done
5338 done
5339 done
5340IFS=$as_save_IFS
5341 if test -z "$ac_cv_path_FGREP"; then
5342 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5343 fi
5344else
5345 ac_cv_path_FGREP=$FGREP
5346fi
5347
5348 fi
7357c5b6 5349fi
81ecdfbb
RW
5350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5351$as_echo "$ac_cv_path_FGREP" >&6; }
5352 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5353
5354
5355test -z "$GREP" && GREP=grep
d7040cdb 5356
d7040cdb 5357
d7040cdb 5358
ac48eca1
AO
5359
5360
5361
ac48eca1 5362
ac48eca1 5363
ac48eca1 5364
ac48eca1 5365
ac48eca1 5366
ac48eca1 5367
ac48eca1 5368
ac48eca1 5369
ac48eca1 5370
ac48eca1 5371
dabbade6
L
5372
5373
5374
81ecdfbb
RW
5375# Check whether --with-gnu-ld was given.
5376if test "${with_gnu_ld+set}" = set; then :
5377 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
dabbade6
L
5378else
5379 with_gnu_ld=no
81ecdfbb
RW
5380fi
5381
dabbade6
L
5382ac_prog=ld
5383if test "$GCC" = yes; then
5384 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5386$as_echo_n "checking for ld used by $CC... " >&6; }
dabbade6
L
5387 case $host in
5388 *-*-mingw*)
5389 # gcc leaves a trailing carriage return which upsets mingw
5390 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5391 *)
5392 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5393 esac
5394 case $ac_prog in
5395 # Accept absolute paths.
5396 [\\/]* | ?:[\\/]*)
5397 re_direlt='/[^/][^/]*/\.\./'
5398 # Canonicalize the pathname of ld
5399 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5400 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5401 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5402 done
5403 test -z "$LD" && LD="$ac_prog"
5404 ;;
5405 "")
5406 # If it fails, then pretend we aren't using GCC.
5407 ac_prog=ld
5408 ;;
5409 *)
5410 # If it is relative, then search for the first ld in PATH.
5411 with_gnu_ld=unknown
5412 ;;
5413 esac
5414elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5416$as_echo_n "checking for GNU ld... " >&6; }
dabbade6 5417else
81ecdfbb
RW
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5419$as_echo_n "checking for non-GNU ld... " >&6; }
dabbade6 5420fi
81ecdfbb
RW
5421if test "${lt_cv_path_LD+set}" = set; then :
5422 $as_echo_n "(cached) " >&6
ac48eca1 5423else
dabbade6
L
5424 if test -z "$LD"; then
5425 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5426 for ac_dir in $PATH; do
5427 IFS="$lt_save_ifs"
5428 test -z "$ac_dir" && ac_dir=.
5429 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5430 lt_cv_path_LD="$ac_dir/$ac_prog"
5431 # Check to see if the program is GNU ld. I'd rather use --version,
5432 # but apparently some variants of GNU ld only accept -v.
5433 # Break only if it was the GNU/non-GNU ld that we prefer.
5434 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5435 *GNU* | *'with BFD'*)
5436 test "$with_gnu_ld" != no && break
5437 ;;
5438 *)
5439 test "$with_gnu_ld" != yes && break
5440 ;;
5441 esac
5442 fi
5443 done
5444 IFS="$lt_save_ifs"
ac48eca1 5445else
dabbade6 5446 lt_cv_path_LD="$LD" # Let the user override the test with a path.
ac48eca1
AO
5447fi
5448fi
dabbade6
L
5449
5450LD="$lt_cv_path_LD"
5451if test -n "$LD"; then
81ecdfbb
RW
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5453$as_echo "$LD" >&6; }
ac48eca1 5454else
81ecdfbb
RW
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5456$as_echo "no" >&6; }
ac48eca1 5457fi
81ecdfbb
RW
5458test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5460$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5461if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5462 $as_echo_n "(cached) " >&6
ac48eca1 5463else
dabbade6
L
5464 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5465case `$LD -v 2>&1 </dev/null` in
5466*GNU* | *'with BFD'*)
5467 lt_cv_prog_gnu_ld=yes
5468 ;;
5469*)
5470 lt_cv_prog_gnu_ld=no
5471 ;;
5472esac
ac48eca1 5473fi
81ecdfbb
RW
5474{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5475$as_echo "$lt_cv_prog_gnu_ld" >&6; }
dabbade6 5476with_gnu_ld=$lt_cv_prog_gnu_ld
d7040cdb
SE
5477
5478
5479
5480
5481
5482
5483
5484
5485
81ecdfbb
RW
5486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5487$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5488if test "${lt_cv_path_NM+set}" = set; then :
5489 $as_echo_n "(cached) " >&6
ac48eca1 5490else
dabbade6
L
5491 if test -n "$NM"; then
5492 # Let the user override the test.
5493 lt_cv_path_NM="$NM"
ac48eca1 5494else
dabbade6
L
5495 lt_nm_to_check="${ac_tool_prefix}nm"
5496 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5497 lt_nm_to_check="$lt_nm_to_check nm"
979273e3 5498 fi
dabbade6
L
5499 for lt_tmp_nm in $lt_nm_to_check; do
5500 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5501 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5502 IFS="$lt_save_ifs"
5503 test -z "$ac_dir" && ac_dir=.
5504 tmp_nm="$ac_dir/$lt_tmp_nm"
5505 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5506 # Check to see if the nm accepts a BSD-compat flag.
5507 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5508 # nm: unknown option "B" ignored
5509 # Tru64's nm complains that /dev/null is an invalid object file
5510 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5511 */dev/null* | *'Invalid file or object type'*)
5512 lt_cv_path_NM="$tmp_nm -B"
5513 break
5514 ;;
5515 *)
5516 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5517 */dev/null*)
5518 lt_cv_path_NM="$tmp_nm -p"
5519 break
5520 ;;
5521 *)
5522 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5523 continue # so that we can try to find one that supports BSD flags
5524 ;;
5525 esac
5526 ;;
5527 esac
5528 fi
5529 done
5530 IFS="$lt_save_ifs"
5531 done
5532 : ${lt_cv_path_NM=no}
ac48eca1
AO
5533fi
5534fi
81ecdfbb
RW
5535{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5536$as_echo "$lt_cv_path_NM" >&6; }
dabbade6
L
5537if test "$lt_cv_path_NM" != "no"; then
5538 NM="$lt_cv_path_NM"
ac48eca1 5539else
dabbade6 5540 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5541 if test -n "$DUMPBIN"; then :
5542 # Let the user override the test.
5543 else
5544 if test -n "$ac_tool_prefix"; then
5545 for ac_prog in dumpbin "link -dump"
dabbade6
L
5546 do
5547 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5548set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5550$as_echo_n "checking for $ac_word... " >&6; }
5551if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5552 $as_echo_n "(cached) " >&6
ac48eca1 5553else
dabbade6
L
5554 if test -n "$DUMPBIN"; then
5555 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
ac48eca1 5556else
979273e3
NN
5557as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5558for as_dir in $PATH
5559do
5560 IFS=$as_save_IFS
5561 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5562 for ac_exec_ext in '' $ac_executable_extensions; do
5563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 5564 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
5566 break 2
5567 fi
5568done
81ecdfbb
RW
5569 done
5570IFS=$as_save_IFS
979273e3 5571
ac48eca1
AO
5572fi
5573fi
dabbade6
L
5574DUMPBIN=$ac_cv_prog_DUMPBIN
5575if test -n "$DUMPBIN"; then
81ecdfbb
RW
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5577$as_echo "$DUMPBIN" >&6; }
ac48eca1 5578else
81ecdfbb
RW
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5580$as_echo "no" >&6; }
ac48eca1
AO
5581fi
5582
81ecdfbb 5583
dabbade6
L
5584 test -n "$DUMPBIN" && break
5585 done
ac48eca1 5586fi
dabbade6
L
5587if test -z "$DUMPBIN"; then
5588 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5589 for ac_prog in dumpbin "link -dump"
dabbade6
L
5590do
5591 # Extract the first word of "$ac_prog", so it can be a program name with args.
5592set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5594$as_echo_n "checking for $ac_word... " >&6; }
5595if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5596 $as_echo_n "(cached) " >&6
ac48eca1 5597else
dabbade6
L
5598 if test -n "$ac_ct_DUMPBIN"; then
5599 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
d7040cdb
SE
5600else
5601as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5602for as_dir in $PATH
5603do
5604 IFS=$as_save_IFS
5605 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5606 for ac_exec_ext in '' $ac_executable_extensions; do
5607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 5608 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5610 break 2
252b5132 5611 fi
d7040cdb 5612done
81ecdfbb
RW
5613 done
5614IFS=$as_save_IFS
252b5132 5615
d7040cdb
SE
5616fi
5617fi
dabbade6
L
5618ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5619if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5621$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5622else
81ecdfbb
RW
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5624$as_echo "no" >&6; }
d7040cdb 5625fi
4867be41 5626
81ecdfbb 5627
dabbade6 5628 test -n "$ac_ct_DUMPBIN" && break
d7040cdb 5629done
32fba81d 5630
81ecdfbb
RW
5631 if test "x$ac_ct_DUMPBIN" = x; then
5632 DUMPBIN=":"
5633 else
5634 case $cross_compiling:$ac_tool_warned in
5635yes:)
5636{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5637$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5638ac_tool_warned=yes ;;
5639esac
5640 DUMPBIN=$ac_ct_DUMPBIN
5641 fi
d7040cdb 5642fi
979273e3 5643
3725885a
RW
5644 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5645 *COFF*)
5646 DUMPBIN="$DUMPBIN -symbols"
5647 ;;
5648 *)
5649 DUMPBIN=:
5650 ;;
5651 esac
5652 fi
979273e3 5653
dabbade6
L
5654 if test "$DUMPBIN" != ":"; then
5655 NM="$DUMPBIN"
5656 fi
5657fi
5658test -z "$NM" && NM=nm
ac48eca1 5659
252b5132 5660
252b5132 5661
979273e3 5662
ac48eca1 5663
d7040cdb 5664
81ecdfbb
RW
5665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5666$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5667if test "${lt_cv_nm_interface+set}" = set; then :
5668 $as_echo_n "(cached) " >&6
dabbade6
L
5669else
5670 lt_cv_nm_interface="BSD nm"
5671 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5672 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
dabbade6
L
5673 (eval "$ac_compile" 2>conftest.err)
5674 cat conftest.err >&5
3725885a 5675 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
dabbade6
L
5676 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5677 cat conftest.err >&5
3725885a 5678 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
dabbade6
L
5679 cat conftest.out >&5
5680 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5681 lt_cv_nm_interface="MS dumpbin"
5682 fi
5683 rm -f conftest*
5684fi
81ecdfbb
RW
5685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5686$as_echo "$lt_cv_nm_interface" >&6; }
d7040cdb 5687
81ecdfbb
RW
5688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5689$as_echo_n "checking whether ln -s works... " >&6; }
dabbade6
L
5690LN_S=$as_ln_s
5691if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5693$as_echo "yes" >&6; }
dabbade6 5694else
81ecdfbb
RW
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5696$as_echo "no, using $LN_S" >&6; }
dabbade6
L
5697fi
5698
5699# find the maximum length of command line arguments
81ecdfbb
RW
5700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5701$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5702if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5703 $as_echo_n "(cached) " >&6
dabbade6
L
5704else
5705 i=0
5706 teststring="ABCD"
5707
5708 case $build_os in
5709 msdosdjgpp*)
5710 # On DJGPP, this test can blow up pretty badly due to problems in libc
5711 # (any single argument exceeding 2000 bytes causes a buffer overrun
5712 # during glob expansion). Even if it were fixed, the result of this
5713 # check would be larger than it should be.
5714 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5715 ;;
5716
5717 gnu*)
5718 # Under GNU Hurd, this test is not required because there is
5719 # no limit to the length of command line arguments.
5720 # Libtool will interpret -1 as no limit whatsoever
5721 lt_cv_sys_max_cmd_len=-1;
5722 ;;
5723
1927a18f 5724 cygwin* | mingw* | cegcc*)
dabbade6
L
5725 # On Win9x/ME, this test blows up -- it succeeds, but takes
5726 # about 5 minutes as the teststring grows exponentially.
5727 # Worse, since 9x/ME are not pre-emptively multitasking,
5728 # you end up with a "frozen" computer, even though with patience
5729 # the test eventually succeeds (with a max line length of 256k).
5730 # Instead, let's just punt: use the minimum linelength reported by
5731 # all of the supported platforms: 8192 (on NT/2K/XP).
5732 lt_cv_sys_max_cmd_len=8192;
5733 ;;
5734
3725885a
RW
5735 mint*)
5736 # On MiNT this can take a long time and run out of memory.
5737 lt_cv_sys_max_cmd_len=8192;
5738 ;;
5739
dabbade6
L
5740 amigaos*)
5741 # On AmigaOS with pdksh, this test takes hours, literally.
5742 # So we just punt and use a minimum line length of 8192.
5743 lt_cv_sys_max_cmd_len=8192;
5744 ;;
5745
5746 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5747 # This has been around since 386BSD, at least. Likely further.
5748 if test -x /sbin/sysctl; then
5749 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5750 elif test -x /usr/sbin/sysctl; then
5751 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5752 else
5753 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5754 fi
5755 # And add a safety zone
5756 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5757 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5758 ;;
5759
5760 interix*)
5761 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5762 lt_cv_sys_max_cmd_len=196608
5763 ;;
5764
5765 osf*)
5766 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5767 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5768 # nice to cause kernel panics so lets avoid the loop below.
5769 # First set a reasonable default.
5770 lt_cv_sys_max_cmd_len=16384
5771 #
5772 if test -x /sbin/sysconfig; then
5773 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5774 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5775 esac
5776 fi
5777 ;;
5778 sco3.2v5*)
5779 lt_cv_sys_max_cmd_len=102400
5780 ;;
5781 sysv5* | sco5v6* | sysv4.2uw2*)
5782 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5783 if test -n "$kargmax"; then
5784 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5785 else
5786 lt_cv_sys_max_cmd_len=32768
5787 fi
d7040cdb
SE
5788 ;;
5789 *)
1927a18f
L
5790 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5791 if test -n "$lt_cv_sys_max_cmd_len"; then
dabbade6
L
5792 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5793 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5794 else
5795 # Make teststring a little bigger before we do anything with it.
5796 # a 1K string should be a reasonable start.
5797 for i in 1 2 3 4 5 6 7 8 ; do
5798 teststring=$teststring$teststring
5799 done
5800 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5801 # If test is not a shell built-in, we'll probably end up computing a
5802 # maximum length that is only half of the actual maximum length, but
5803 # we can't tell.
3725885a
RW
5804 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5805 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
dabbade6
L
5806 test $i != 17 # 1/2 MB should be enough
5807 do
5808 i=`expr $i + 1`
5809 teststring=$teststring$teststring
5810 done
5811 # Only check the string length outside the loop.
5812 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5813 teststring=
5814 # Add a significant safety factor because C++ compilers can tack on
5815 # massive amounts of additional arguments before passing them to the
5816 # linker. It appears as though 1/2 is a usable value.
5817 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5818 fi
d7040cdb
SE
5819 ;;
5820 esac
252b5132 5821
dabbade6 5822fi
252b5132 5823
dabbade6 5824if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5826$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
dabbade6 5827else
81ecdfbb
RW
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5829$as_echo "none" >&6; }
dabbade6
L
5830fi
5831max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5832
252b5132 5833
979273e3 5834
979273e3 5835
252b5132 5836
252b5132 5837
dabbade6
L
5838: ${CP="cp -f"}
5839: ${MV="mv -f"}
5840: ${RM="rm -f"}
252b5132 5841
81ecdfbb
RW
5842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5843$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
dabbade6
L
5844# Try some XSI features
5845xsi_shell=no
5846( _lt_dummy="a/b/c"
5847 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
1927a18f
L
5848 = c,a/b,, \
5849 && eval 'test $(( 1 + 1 )) -eq 2 \
5850 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
dabbade6 5851 && xsi_shell=yes
81ecdfbb
RW
5852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5853$as_echo "$xsi_shell" >&6; }
252b5132 5854
252b5132 5855
81ecdfbb
RW
5856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5857$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
dabbade6
L
5858lt_shell_append=no
5859( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5860 >/dev/null 2>&1 \
5861 && lt_shell_append=yes
81ecdfbb
RW
5862{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5863$as_echo "$lt_shell_append" >&6; }
252b5132 5864
ac48eca1 5865
dabbade6
L
5866if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5867 lt_unset=unset
5868else
5869 lt_unset=false
5870fi
979273e3
NN
5871
5872
5873
5874
ac48eca1 5875
dabbade6
L
5876# test EBCDIC or ASCII
5877case `echo X|tr X '\101'` in
5878 A) # ASCII based system
5879 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5880 lt_SP2NL='tr \040 \012'
5881 lt_NL2SP='tr \015\012 \040\040'
5882 ;;
5883 *) # EBCDIC based system
5884 lt_SP2NL='tr \100 \n'
5885 lt_NL2SP='tr \r\n \100\100'
5886 ;;
5887esac
9e9b66a9 5888
1ad12f97 5889
1ad12f97 5890
9e9b66a9 5891
1ad12f97 5892
a541e3ce 5893
9e9b66a9 5894
a2d91340
AC
5895
5896
81ecdfbb
RW
5897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5898$as_echo_n "checking for $LD option to reload object files... " >&6; }
5899if test "${lt_cv_ld_reload_flag+set}" = set; then :
5900 $as_echo_n "(cached) " >&6
dabbade6
L
5901else
5902 lt_cv_ld_reload_flag='-r'
5903fi
81ecdfbb
RW
5904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5905$as_echo "$lt_cv_ld_reload_flag" >&6; }
dabbade6
L
5906reload_flag=$lt_cv_ld_reload_flag
5907case $reload_flag in
5908"" | " "*) ;;
5909*) reload_flag=" $reload_flag" ;;
5910esac
5911reload_cmds='$LD$reload_flag -o $output$reload_objs'
5912case $host_os in
5913 darwin*)
5914 if test "$GCC" = yes; then
5915 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5916 else
5917 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5918 fi
5919 ;;
5920esac
9e9b66a9
AM
5921
5922
5923
252b5132 5924
252b5132 5925
252b5132 5926
252b5132 5927
252b5132 5928
d7040cdb 5929
1927a18f
L
5930if test -n "$ac_tool_prefix"; then
5931 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5932set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5934$as_echo_n "checking for $ac_word... " >&6; }
5935if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5936 $as_echo_n "(cached) " >&6
1927a18f
L
5937else
5938 if test -n "$OBJDUMP"; then
5939 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5940else
5941as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5942for as_dir in $PATH
5943do
5944 IFS=$as_save_IFS
5945 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5946 for ac_exec_ext in '' $ac_executable_extensions; do
5947 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 5948 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
5950 break 2
5951 fi
5952done
81ecdfbb
RW
5953 done
5954IFS=$as_save_IFS
1927a18f
L
5955
5956fi
5957fi
5958OBJDUMP=$ac_cv_prog_OBJDUMP
5959if test -n "$OBJDUMP"; then
81ecdfbb
RW
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5961$as_echo "$OBJDUMP" >&6; }
1927a18f 5962else
81ecdfbb
RW
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5964$as_echo "no" >&6; }
1927a18f
L
5965fi
5966
81ecdfbb 5967
1927a18f
L
5968fi
5969if test -z "$ac_cv_prog_OBJDUMP"; then
5970 ac_ct_OBJDUMP=$OBJDUMP
5971 # Extract the first word of "objdump", so it can be a program name with args.
5972set dummy objdump; ac_word=$2
81ecdfbb
RW
5973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5974$as_echo_n "checking for $ac_word... " >&6; }
5975if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5976 $as_echo_n "(cached) " >&6
1927a18f
L
5977else
5978 if test -n "$ac_ct_OBJDUMP"; then
5979 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5980else
5981as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5982for as_dir in $PATH
5983do
5984 IFS=$as_save_IFS
5985 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5986 for ac_exec_ext in '' $ac_executable_extensions; do
5987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 5988 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
5990 break 2
5991 fi
5992done
81ecdfbb
RW
5993 done
5994IFS=$as_save_IFS
1927a18f 5995
1927a18f
L
5996fi
5997fi
5998ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5999if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6001$as_echo "$ac_ct_OBJDUMP" >&6; }
1927a18f 6002else
81ecdfbb
RW
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6004$as_echo "no" >&6; }
1927a18f
L
6005fi
6006
81ecdfbb
RW
6007 if test "x$ac_ct_OBJDUMP" = x; then
6008 OBJDUMP="false"
6009 else
6010 case $cross_compiling:$ac_tool_warned in
6011yes:)
6012{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6013$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6014ac_tool_warned=yes ;;
6015esac
6016 OBJDUMP=$ac_ct_OBJDUMP
6017 fi
1927a18f
L
6018else
6019 OBJDUMP="$ac_cv_prog_OBJDUMP"
6020fi
6021
6022test -z "$OBJDUMP" && OBJDUMP=objdump
6023
6024
6025
6026
6027
6028
6029
6030
d7040cdb 6031
81ecdfbb
RW
6032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6033$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6034if test "${lt_cv_deplibs_check_method+set}" = set; then :
6035 $as_echo_n "(cached) " >&6
252b5132 6036else
dabbade6
L
6037 lt_cv_file_magic_cmd='$MAGIC_CMD'
6038lt_cv_file_magic_test_file=
6039lt_cv_deplibs_check_method='unknown'
6040# Need to set the preceding variable on all platforms that support
6041# interlibrary dependencies.
6042# 'none' -- dependencies not supported.
6043# `unknown' -- same as none, but documents that we really don't know.
6044# 'pass_all' -- all dependencies passed with no checks.
6045# 'test_compile' -- check by making test program.
6046# 'file_magic [[regex]]' -- check by looking for files in library path
6047# which responds to the $file_magic_cmd with a given extended regex.
6048# If you have `file' or equivalent on your system and you're not sure
6049# whether `pass_all' will *always* work, you probably want this one.
8ae85421 6050
dabbade6 6051case $host_os in
50e7d84b 6052aix[4-9]*)
dabbade6
L
6053 lt_cv_deplibs_check_method=pass_all
6054 ;;
979273e3 6055
dabbade6
L
6056beos*)
6057 lt_cv_deplibs_check_method=pass_all
6058 ;;
24443139 6059
dabbade6
L
6060bsdi[45]*)
6061 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6062 lt_cv_file_magic_cmd='/usr/bin/file -L'
6063 lt_cv_file_magic_test_file=/shlib/libc.so
d7040cdb 6064 ;;
dabbade6
L
6065
6066cygwin*)
6067 # func_win32_libid is a shell function defined in ltmain.sh
6068 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6069 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 6070 ;;
dabbade6
L
6071
6072mingw* | pw32*)
6073 # Base MSYS/MinGW do not provide the 'file' command needed by
6074 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6075 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6076 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6077 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
dabbade6
L
6078 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6079 lt_cv_file_magic_cmd='func_win32_libid'
6080 else
6081 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6082 lt_cv_file_magic_cmd='$OBJDUMP -f'
d7040cdb
SE
6083 fi
6084 ;;
dabbade6 6085
3725885a 6086cegcc*)
1927a18f
L
6087 # use the weaker test based on 'objdump'. See mingw*.
6088 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6089 lt_cv_file_magic_cmd='$OBJDUMP -f'
6090 ;;
6091
dabbade6
L
6092darwin* | rhapsody*)
6093 lt_cv_deplibs_check_method=pass_all
d7040cdb 6094 ;;
dabbade6
L
6095
6096freebsd* | dragonfly*)
6097 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6098 case $host_cpu in
6099 i*86 )
6100 # Not sure whether the presence of OpenBSD here was a mistake.
6101 # Let's accept both of them until this is cleared up.
6102 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6103 lt_cv_file_magic_cmd=/usr/bin/file
6104 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6105 ;;
6106 esac
6107 else
6108 lt_cv_deplibs_check_method=pass_all
6109 fi
d7040cdb 6110 ;;
dabbade6
L
6111
6112gnu*)
6113 lt_cv_deplibs_check_method=pass_all
d7040cdb 6114 ;;
dabbade6 6115
3725885a
RW
6116haiku*)
6117 lt_cv_deplibs_check_method=pass_all
6118 ;;
6119
dabbade6
L
6120hpux10.20* | hpux11*)
6121 lt_cv_file_magic_cmd=/usr/bin/file
6122 case $host_cpu in
6123 ia64*)
6124 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6125 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6126 ;;
6127 hppa*64*)
3725885a 6128 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]'
dabbade6
L
6129 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6130 ;;
6131 *)
3725885a 6132 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
dabbade6
L
6133 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6134 ;;
6135 esac
d7040cdb 6136 ;;
24443139 6137
dabbade6
L
6138interix[3-9]*)
6139 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6140 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6141 ;;
24443139 6142
dabbade6
L
6143irix5* | irix6* | nonstopux*)
6144 case $LD in
6145 *-32|*"-32 ") libmagic=32-bit;;
6146 *-n32|*"-n32 ") libmagic=N32;;
6147 *-64|*"-64 ") libmagic=64-bit;;
6148 *) libmagic=never-match;;
6149 esac
6150 lt_cv_deplibs_check_method=pass_all
6151 ;;
8ae85421 6152
dabbade6 6153# This must be Linux ELF.
58e24671 6154linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
6155 lt_cv_deplibs_check_method=pass_all
6156 ;;
24443139 6157
dabbade6
L
6158netbsd*)
6159 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6160 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6161 else
6162 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6163 fi
d7040cdb 6164 ;;
24443139 6165
dabbade6
L
6166newos6*)
6167 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6168 lt_cv_file_magic_cmd=/usr/bin/file
6169 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6170 ;;
d7040cdb 6171
dabbade6
L
6172*nto* | *qnx*)
6173 lt_cv_deplibs_check_method=pass_all
6174 ;;
d7040cdb 6175
dabbade6
L
6176openbsd*)
6177 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
d7040cdb 6179 else
dabbade6 6180 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d7040cdb 6181 fi
dabbade6 6182 ;;
24443139 6183
dabbade6
L
6184osf3* | osf4* | osf5*)
6185 lt_cv_deplibs_check_method=pass_all
6186 ;;
24443139 6187
dabbade6
L
6188rdos*)
6189 lt_cv_deplibs_check_method=pass_all
6190 ;;
81172ff2 6191
dabbade6
L
6192solaris*)
6193 lt_cv_deplibs_check_method=pass_all
6194 ;;
81172ff2 6195
dabbade6
L
6196sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6197 lt_cv_deplibs_check_method=pass_all
6198 ;;
252b5132 6199
dabbade6
L
6200sysv4 | sysv4.3*)
6201 case $host_vendor in
6202 motorola)
6203 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]'
6204 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6205 ;;
6206 ncr)
6207 lt_cv_deplibs_check_method=pass_all
6208 ;;
6209 sequent)
6210 lt_cv_file_magic_cmd='/bin/file'
6211 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6212 ;;
6213 sni)
6214 lt_cv_file_magic_cmd='/bin/file'
6215 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6216 lt_cv_file_magic_test_file=/lib/libc.so
6217 ;;
6218 siemens)
6219 lt_cv_deplibs_check_method=pass_all
6220 ;;
6221 pc)
6222 lt_cv_deplibs_check_method=pass_all
6223 ;;
6224 esac
6225 ;;
252b5132 6226
dabbade6
L
6227tpf*)
6228 lt_cv_deplibs_check_method=pass_all
6229 ;;
6230esac
979273e3 6231
dabbade6 6232fi
81ecdfbb
RW
6233{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6234$as_echo "$lt_cv_deplibs_check_method" >&6; }
dabbade6
L
6235file_magic_cmd=$lt_cv_file_magic_cmd
6236deplibs_check_method=$lt_cv_deplibs_check_method
6237test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6238
979273e3 6239
979273e3 6240
dabbade6
L
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250if test -n "$ac_tool_prefix"; then
6251 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6252set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6254$as_echo_n "checking for $ac_word... " >&6; }
6255if test "${ac_cv_prog_AR+set}" = set; then :
6256 $as_echo_n "(cached) " >&6
dabbade6
L
6257else
6258 if test -n "$AR"; then
6259 ac_cv_prog_AR="$AR" # Let the user override the test.
6260else
6261as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262for as_dir in $PATH
6263do
6264 IFS=$as_save_IFS
6265 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6266 for ac_exec_ext in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6268 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6 6270 break 2
252b5132 6271 fi
979273e3 6272done
81ecdfbb
RW
6273 done
6274IFS=$as_save_IFS
979273e3 6275
dabbade6
L
6276fi
6277fi
6278AR=$ac_cv_prog_AR
6279if test -n "$AR"; then
81ecdfbb
RW
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6281$as_echo "$AR" >&6; }
dabbade6 6282else
81ecdfbb
RW
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6284$as_echo "no" >&6; }
979273e3 6285fi
d7040cdb 6286
81ecdfbb 6287
252b5132 6288fi
dabbade6
L
6289if test -z "$ac_cv_prog_AR"; then
6290 ac_ct_AR=$AR
6291 # Extract the first word of "ar", so it can be a program name with args.
6292set dummy ar; ac_word=$2
81ecdfbb
RW
6293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6294$as_echo_n "checking for $ac_word... " >&6; }
6295if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6296 $as_echo_n "(cached) " >&6
979273e3 6297else
dabbade6
L
6298 if test -n "$ac_ct_AR"; then
6299 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6300else
6301as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6302for as_dir in $PATH
6303do
6304 IFS=$as_save_IFS
6305 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6306 for ac_exec_ext in '' $ac_executable_extensions; do
6307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6308 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6310 break 2
6311 fi
6312done
81ecdfbb
RW
6313 done
6314IFS=$as_save_IFS
dabbade6 6315
dabbade6
L
6316fi
6317fi
6318ac_ct_AR=$ac_cv_prog_ac_ct_AR
6319if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6321$as_echo "$ac_ct_AR" >&6; }
dabbade6 6322else
81ecdfbb
RW
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6324$as_echo "no" >&6; }
252b5132
RH
6325fi
6326
81ecdfbb
RW
6327 if test "x$ac_ct_AR" = x; then
6328 AR="false"
6329 else
6330 case $cross_compiling:$ac_tool_warned in
6331yes:)
6332{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6333$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6334ac_tool_warned=yes ;;
6335esac
6336 AR=$ac_ct_AR
6337 fi
dabbade6
L
6338else
6339 AR="$ac_cv_prog_AR"
6340fi
252b5132 6341
dabbade6
L
6342test -z "$AR" && AR=ar
6343test -z "$AR_FLAGS" && AR_FLAGS=cru
252b5132 6344
979273e3 6345
979273e3 6346
979273e3 6347
252b5132 6348
979273e3 6349
979273e3 6350
252b5132 6351
979273e3 6352
979273e3 6353
979273e3 6354
dabbade6
L
6355if test -n "$ac_tool_prefix"; then
6356 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6357set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6359$as_echo_n "checking for $ac_word... " >&6; }
6360if test "${ac_cv_prog_STRIP+set}" = set; then :
6361 $as_echo_n "(cached) " >&6
dabbade6
L
6362else
6363 if test -n "$STRIP"; then
6364 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6365else
6366as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6367for as_dir in $PATH
6368do
6369 IFS=$as_save_IFS
6370 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6371 for ac_exec_ext in '' $ac_executable_extensions; do
6372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6373 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6375 break 2
6376 fi
6377done
81ecdfbb
RW
6378 done
6379IFS=$as_save_IFS
979273e3 6380
dabbade6
L
6381fi
6382fi
6383STRIP=$ac_cv_prog_STRIP
6384if test -n "$STRIP"; then
81ecdfbb
RW
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6386$as_echo "$STRIP" >&6; }
dabbade6 6387else
81ecdfbb
RW
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6389$as_echo "no" >&6; }
dabbade6 6390fi
979273e3 6391
81ecdfbb 6392
dabbade6
L
6393fi
6394if test -z "$ac_cv_prog_STRIP"; then
6395 ac_ct_STRIP=$STRIP
6396 # Extract the first word of "strip", so it can be a program name with args.
6397set dummy strip; ac_word=$2
81ecdfbb
RW
6398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6399$as_echo_n "checking for $ac_word... " >&6; }
6400if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6401 $as_echo_n "(cached) " >&6
dabbade6
L
6402else
6403 if test -n "$ac_ct_STRIP"; then
6404 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6405else
6406as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6407for as_dir in $PATH
6408do
6409 IFS=$as_save_IFS
6410 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6411 for ac_exec_ext in '' $ac_executable_extensions; do
6412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6413 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6415 break 2
6416 fi
6417done
81ecdfbb
RW
6418 done
6419IFS=$as_save_IFS
979273e3 6420
dabbade6
L
6421fi
6422fi
6423ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6424if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6426$as_echo "$ac_ct_STRIP" >&6; }
dabbade6 6427else
81ecdfbb
RW
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6429$as_echo "no" >&6; }
dabbade6 6430fi
979273e3 6431
81ecdfbb
RW
6432 if test "x$ac_ct_STRIP" = x; then
6433 STRIP=":"
6434 else
6435 case $cross_compiling:$ac_tool_warned in
6436yes:)
6437{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6438$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6439ac_tool_warned=yes ;;
6440esac
6441 STRIP=$ac_ct_STRIP
6442 fi
dabbade6
L
6443else
6444 STRIP="$ac_cv_prog_STRIP"
6445fi
979273e3 6446
dabbade6 6447test -z "$STRIP" && STRIP=:
979273e3 6448
d7040cdb 6449
979273e3 6450
d7040cdb 6451
979273e3 6452
979273e3 6453
dabbade6
L
6454if test -n "$ac_tool_prefix"; then
6455 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6456set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6458$as_echo_n "checking for $ac_word... " >&6; }
6459if test "${ac_cv_prog_RANLIB+set}" = set; then :
6460 $as_echo_n "(cached) " >&6
979273e3 6461else
dabbade6
L
6462 if test -n "$RANLIB"; then
6463 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6464else
6465as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6466for as_dir in $PATH
6467do
6468 IFS=$as_save_IFS
6469 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6470 for ac_exec_ext in '' $ac_executable_extensions; do
6471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6472 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6474 break 2
6475 fi
6476done
81ecdfbb
RW
6477 done
6478IFS=$as_save_IFS
979273e3 6479
979273e3 6480fi
979273e3 6481fi
dabbade6
L
6482RANLIB=$ac_cv_prog_RANLIB
6483if test -n "$RANLIB"; then
81ecdfbb
RW
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6485$as_echo "$RANLIB" >&6; }
dabbade6 6486else
81ecdfbb
RW
6487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6488$as_echo "no" >&6; }
dabbade6 6489fi
d7040cdb 6490
81ecdfbb 6491
d7040cdb 6492fi
dabbade6
L
6493if test -z "$ac_cv_prog_RANLIB"; then
6494 ac_ct_RANLIB=$RANLIB
6495 # Extract the first word of "ranlib", so it can be a program name with args.
6496set dummy ranlib; ac_word=$2
81ecdfbb
RW
6497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6498$as_echo_n "checking for $ac_word... " >&6; }
6499if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6500 $as_echo_n "(cached) " >&6
979273e3 6501else
dabbade6
L
6502 if test -n "$ac_ct_RANLIB"; then
6503 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6504else
6505as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6506for as_dir in $PATH
d7040cdb 6507do
dabbade6
L
6508 IFS=$as_save_IFS
6509 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6510 for ac_exec_ext in '' $ac_executable_extensions; do
6511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6512 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6 6514 break 2
979273e3 6515 fi
dabbade6 6516done
81ecdfbb
RW
6517 done
6518IFS=$as_save_IFS
dabbade6 6519
979273e3 6520fi
dabbade6
L
6521fi
6522ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6523if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6525$as_echo "$ac_ct_RANLIB" >&6; }
979273e3 6526else
81ecdfbb
RW
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6528$as_echo "no" >&6; }
d7040cdb 6529fi
d7040cdb 6530
81ecdfbb
RW
6531 if test "x$ac_ct_RANLIB" = x; then
6532 RANLIB=":"
6533 else
6534 case $cross_compiling:$ac_tool_warned in
6535yes:)
6536{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6537$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6538ac_tool_warned=yes ;;
6539esac
6540 RANLIB=$ac_ct_RANLIB
6541 fi
d7040cdb 6542else
dabbade6 6543 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6544fi
979273e3 6545
dabbade6 6546test -z "$RANLIB" && RANLIB=:
979273e3 6547
252b5132 6548
252b5132 6549
d7040cdb 6550
d7040cdb 6551
d7040cdb 6552
dabbade6 6553# Determine commands to create old-style static archives.
1927a18f 6554old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
dabbade6
L
6555old_postinstall_cmds='chmod 644 $oldlib'
6556old_postuninstall_cmds=
d7040cdb 6557
dabbade6
L
6558if test -n "$RANLIB"; then
6559 case $host_os in
6560 openbsd*)
6561 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6562 ;;
6563 *)
6564 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6565 ;;
6566 esac
6567 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb
SE
6568fi
6569
3725885a
RW
6570case $host_os in
6571 darwin*)
6572 lock_old_archive_extraction=yes ;;
6573 *)
6574 lock_old_archive_extraction=no ;;
6575esac
6576
6577
6578
6579
6580
6581
d7040cdb
SE
6582
6583
d7040cdb 6584
d7040cdb 6585
252b5132 6586
d7040cdb 6587
d7040cdb 6588
d7040cdb
SE
6589
6590
6591
d7040cdb 6592
d7040cdb 6593
d7040cdb 6594
252b5132 6595
d7040cdb
SE
6596
6597
6598
d7040cdb 6599
d7040cdb
SE
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
dabbade6
L
6615# If no C compiler was specified, use CC.
6616LTCC=${LTCC-"$CC"}
d7040cdb 6617
dabbade6
L
6618# If no C compiler flags were specified, use CFLAGS.
6619LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d7040cdb 6620
dabbade6
L
6621# Allow CC to be a program name with arguments.
6622compiler=$CC
d7040cdb
SE
6623
6624
dabbade6 6625# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6627$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6628if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6629 $as_echo_n "(cached) " >&6
dabbade6 6630else
d7040cdb 6631
dabbade6
L
6632# These are sane defaults that work on at least a few old systems.
6633# [They come from Ultrix. What could be older than Ultrix?!! ;)]
d7040cdb 6634
dabbade6
L
6635# Character class describing NM global symbol codes.
6636symcode='[BCDEGRST]'
d7040cdb 6637
dabbade6
L
6638# Regexp to match symbols that can be accessed directly from C.
6639sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
d7040cdb 6640
dabbade6
L
6641# Define system-specific variables.
6642case $host_os in
6643aix*)
6644 symcode='[BCDT]'
6645 ;;
1927a18f 6646cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
6647 symcode='[ABCDGISTW]'
6648 ;;
6649hpux*)
6650 if test "$host_cpu" = ia64; then
6651 symcode='[ABCDEGRST]'
6652 fi
6653 ;;
6654irix* | nonstopux*)
6655 symcode='[BCDEGRST]'
6656 ;;
6657osf*)
6658 symcode='[BCDEGQRST]'
6659 ;;
6660solaris*)
6661 symcode='[BDRT]'
6662 ;;
6663sco3.2v5*)
6664 symcode='[DT]'
6665 ;;
6666sysv4.2uw2*)
6667 symcode='[DT]'
6668 ;;
6669sysv5* | sco5v6* | unixware* | OpenUNIX*)
6670 symcode='[ABDT]'
6671 ;;
6672sysv4)
6673 symcode='[DFNSTU]'
6674 ;;
6675esac
6676
6677# If we're using GNU nm, then use its standard symbol codes.
6678case `$NM -V 2>&1` in
6679*GNU* | *'with BFD'*)
6680 symcode='[ABCDGIRSTW]' ;;
6681esac
d7040cdb 6682
dabbade6
L
6683# Transform an extracted symbol line into a proper C declaration.
6684# Some systems (esp. on ia64) link data and code symbols differently,
6685# so use this general approach.
6686lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6687
dabbade6 6688# Transform an extracted symbol line into symbol name and symbol address
7357c5b6 6689lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
1927a18f 6690lt_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 6691
7357c5b6
AM
6692# Handle CRLF in mingw tool chain
6693opt_cr=
6694case $build_os in
6695mingw*)
6696 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6697 ;;
6698esac
d7040cdb 6699
7357c5b6
AM
6700# Try without a prefix underscore, then with it.
6701for ac_symprfx in "" "_"; do
d7040cdb 6702
7357c5b6
AM
6703 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6704 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6705
7357c5b6
AM
6706 # Write the raw and C identifiers.
6707 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6708 # Fake it for dumpbin and say T for any non-static function
6709 # and D for any global variable.
6710 # Also find C++ and __fastcall symbols from MSVC++,
6711 # which start with @ or ?.
6712 lt_cv_sys_global_symbol_pipe="$AWK '"\
6713" {last_section=section; section=\$ 3};"\
6714" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6715" \$ 0!~/External *\|/{next};"\
6716" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6717" {if(hide[section]) next};"\
6718" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6719" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6720" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6721" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6722" ' prfx=^$ac_symprfx"
6723 else
6724 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6725 fi
d7040cdb 6726
7357c5b6
AM
6727 # Check to see that the pipe works correctly.
6728 pipe_works=no
d7040cdb 6729
7357c5b6
AM
6730 rm -f conftest*
6731 cat > conftest.$ac_ext <<_LT_EOF
6732#ifdef __cplusplus
6733extern "C" {
6734#endif
6735char nm_test_var;
6736void nm_test_func(void);
6737void nm_test_func(void){}
6738#ifdef __cplusplus
dabbade6 6739}
7357c5b6
AM
6740#endif
6741int main(){nm_test_var='a';nm_test_func();return(0);}
6742_LT_EOF
6743
81ecdfbb 6744 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6745 (eval $ac_compile) 2>&5
dabbade6 6746 ac_status=$?
81ecdfbb
RW
6747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6748 test $ac_status = 0; }; then
7357c5b6
AM
6749 # Now try to grab the symbols.
6750 nlist=conftest.nm
3725885a
RW
6751 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6752 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
dabbade6 6753 ac_status=$?
81ecdfbb
RW
6754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6755 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6756 # Try sorting and uniquifying the output.
6757 if sort "$nlist" | uniq > "$nlist"T; then
6758 mv -f "$nlist"T "$nlist"
6759 else
6760 rm -f "$nlist"T
6761 fi
d7040cdb 6762
7357c5b6
AM
6763 # Make sure that we snagged all the symbols we need.
6764 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6765 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6766 cat <<_LT_EOF > conftest.$ac_ext
6767#ifdef __cplusplus
6768extern "C" {
6769#endif
d7040cdb 6770
7357c5b6
AM
6771_LT_EOF
6772 # Now generate the symbol file.
6773 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
d7040cdb 6774
7357c5b6 6775 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6776
7357c5b6
AM
6777/* The mapping between symbol names and symbols. */
6778const struct {
6779 const char *name;
6780 void *address;
6781}
6782lt__PROGRAM__LTX_preloaded_symbols[] =
6783{
6784 { "@PROGRAM@", (void *) 0 },
6785_LT_EOF
6786 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6787 cat <<\_LT_EOF >> conftest.$ac_ext
6788 {0, (void *) 0}
6789};
d7040cdb 6790
7357c5b6
AM
6791/* This works around a problem in FreeBSD linker */
6792#ifdef FREEBSD_WORKAROUND
6793static const void *lt_preloaded_setup() {
6794 return lt__PROGRAM__LTX_preloaded_symbols;
6795}
dabbade6 6796#endif
d7040cdb 6797
7357c5b6 6798#ifdef __cplusplus
dabbade6 6799}
7357c5b6
AM
6800#endif
6801_LT_EOF
6802 # Now try linking the two files.
6803 mv conftest.$ac_objext conftstm.$ac_objext
6804 lt_save_LIBS="$LIBS"
6805 lt_save_CFLAGS="$CFLAGS"
6806 LIBS="conftstm.$ac_objext"
6807 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6808 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
6809 (eval $ac_link) 2>&5
6810 ac_status=$?
81ecdfbb
RW
6811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6812 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6813 pipe_works=yes
6814 fi
6815 LIBS="$lt_save_LIBS"
6816 CFLAGS="$lt_save_CFLAGS"
6817 else
6818 echo "cannot find nm_test_func in $nlist" >&5
6819 fi
6820 else
6821 echo "cannot find nm_test_var in $nlist" >&5
6822 fi
6823 else
6824 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6825 fi
6826 else
6827 echo "$progname: failed program was:" >&5
6828 cat conftest.$ac_ext >&5
6829 fi
1927a18f 6830 rm -rf conftest* conftst*
7357c5b6
AM
6831
6832 # Do not use the global_symbol_pipe unless it works.
6833 if test "$pipe_works" = yes; then
6834 break
6835 else
6836 lt_cv_sys_global_symbol_pipe=
6837 fi
6838done
d7040cdb 6839
dabbade6 6840fi
7357c5b6
AM
6841
6842if test -z "$lt_cv_sys_global_symbol_pipe"; then
6843 lt_cv_sys_global_symbol_to_cdecl=
dabbade6 6844fi
7357c5b6 6845if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6847$as_echo "failed" >&6; }
7357c5b6 6848else
81ecdfbb
RW
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6850$as_echo "ok" >&6; }
dabbade6 6851fi
d7040cdb 6852
d7040cdb 6853
d7040cdb 6854
d7040cdb 6855
d7040cdb 6856
d7040cdb 6857
d7040cdb 6858
d7040cdb 6859
d7040cdb 6860
d7040cdb 6861
d7040cdb 6862
d7040cdb 6863
7357c5b6
AM
6864
6865
6866
1927a18f
L
6867
6868
6869
6870
6871
7357c5b6
AM
6872
6873
81ecdfbb
RW
6874# Check whether --enable-libtool-lock was given.
6875if test "${enable_libtool_lock+set}" = set; then :
6876 enableval=$enable_libtool_lock;
6877fi
7357c5b6 6878
7357c5b6
AM
6879test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6880
6881# Some flags need to be propagated to the compiler or linker for good
6882# libtool support.
6883case $host in
6884ia64-*-hpux*)
6885 # Find out which ABI we are using.
6886 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6887 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6888 (eval $ac_compile) 2>&5
6889 ac_status=$?
81ecdfbb
RW
6890 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6891 test $ac_status = 0; }; then
7357c5b6
AM
6892 case `/usr/bin/file conftest.$ac_objext` in
6893 *ELF-32*)
6894 HPUX_IA64_MODE="32"
6895 ;;
6896 *ELF-64*)
6897 HPUX_IA64_MODE="64"
6898 ;;
6899 esac
6900 fi
6901 rm -rf conftest*
6902 ;;
6903*-*-irix6*)
6904 # Find out which ABI we are using.
3725885a 6905 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6906 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6907 (eval $ac_compile) 2>&5
6908 ac_status=$?
81ecdfbb
RW
6909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6910 test $ac_status = 0; }; then
7357c5b6
AM
6911 if test "$lt_cv_prog_gnu_ld" = yes; then
6912 case `/usr/bin/file conftest.$ac_objext` in
6913 *32-bit*)
6914 LD="${LD-ld} -melf32bsmip"
6915 ;;
6916 *N32*)
6917 LD="${LD-ld} -melf32bmipn32"
6918 ;;
6919 *64-bit*)
6920 LD="${LD-ld} -melf64bmip"
6921 ;;
6922 esac
6923 else
6924 case `/usr/bin/file conftest.$ac_objext` in
6925 *32-bit*)
6926 LD="${LD-ld} -32"
6927 ;;
6928 *N32*)
6929 LD="${LD-ld} -n32"
6930 ;;
6931 *64-bit*)
6932 LD="${LD-ld} -64"
6933 ;;
6934 esac
6935 fi
6936 fi
6937 rm -rf conftest*
6938 ;;
6939
cc9afea3 6940x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6941s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6942 # Find out which ABI we are using.
6943 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6944 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6945 (eval $ac_compile) 2>&5
6946 ac_status=$?
81ecdfbb
RW
6947 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6948 test $ac_status = 0; }; then
7357c5b6
AM
6949 case `/usr/bin/file conftest.o` in
6950 *32-bit*)
6951 case $host in
6952 x86_64-*kfreebsd*-gnu)
6953 LD="${LD-ld} -m elf_i386_fbsd"
6954 ;;
6955 x86_64-*linux*)
6d2920c8
L
6956 case `/usr/bin/file conftest.o` in
6957 *x86-64*)
6958 LD="${LD-ld} -m elf32_x86_64"
6959 ;;
6960 *)
6961 LD="${LD-ld} -m elf_i386"
6962 ;;
6963 esac
7357c5b6 6964 ;;
cc9afea3
AM
6965 powerpc64le-*linux*)
6966 LD="${LD-ld} -m elf32lppclinux"
6967 ;;
6968 powerpc64-*linux*)
7357c5b6
AM
6969 LD="${LD-ld} -m elf32ppclinux"
6970 ;;
6971 s390x-*linux*)
6972 LD="${LD-ld} -m elf_s390"
6973 ;;
6974 sparc64-*linux*)
6975 LD="${LD-ld} -m elf32_sparc"
6976 ;;
6977 esac
6978 ;;
6979 *64-bit*)
6980 case $host in
6981 x86_64-*kfreebsd*-gnu)
6982 LD="${LD-ld} -m elf_x86_64_fbsd"
6983 ;;
6984 x86_64-*linux*)
6985 LD="${LD-ld} -m elf_x86_64"
6986 ;;
cc9afea3
AM
6987 powerpcle-*linux*)
6988 LD="${LD-ld} -m elf64lppc"
6989 ;;
6990 powerpc-*linux*)
7357c5b6
AM
6991 LD="${LD-ld} -m elf64ppc"
6992 ;;
6993 s390*-*linux*|s390*-*tpf*)
6994 LD="${LD-ld} -m elf64_s390"
6995 ;;
6996 sparc*-*linux*)
6997 LD="${LD-ld} -m elf64_sparc"
6998 ;;
6999 esac
7000 ;;
7001 esac
7002 fi
7003 rm -rf conftest*
7004 ;;
7005
7006*-*-sco3.2v5*)
7007 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7008 SAVE_CFLAGS="$CFLAGS"
7009 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7011$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7012if test "${lt_cv_cc_needs_belf+set}" = set; then :
7013 $as_echo_n "(cached) " >&6
dabbade6 7014else
7357c5b6
AM
7015 ac_ext=c
7016ac_cpp='$CPP $CPPFLAGS'
7017ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7018ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7019ac_compiler_gnu=$ac_cv_c_compiler_gnu
7020
81ecdfbb 7021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 7022/* end confdefs.h. */
d7040cdb 7023
7357c5b6
AM
7024int
7025main ()
7026{
7027
7028 ;
7029 return 0;
7030}
dabbade6 7031_ACEOF
81ecdfbb 7032if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7033 lt_cv_cc_needs_belf=yes
dabbade6 7034else
81ecdfbb 7035 lt_cv_cc_needs_belf=no
dabbade6 7036fi
81ecdfbb
RW
7037rm -f core conftest.err conftest.$ac_objext \
7038 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7039 ac_ext=c
7040ac_cpp='$CPP $CPPFLAGS'
7041ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7042ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7043ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7044
dabbade6 7045fi
81ecdfbb
RW
7046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7047$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7048 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7049 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7050 CFLAGS="$SAVE_CFLAGS"
7051 fi
7052 ;;
7053sparc*-*solaris*)
7054 # Find out which ABI we are using.
7055 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7056 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7057 (eval $ac_compile) 2>&5
7058 ac_status=$?
81ecdfbb
RW
7059 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7060 test $ac_status = 0; }; then
7357c5b6
AM
7061 case `/usr/bin/file conftest.o` in
7062 *64-bit*)
7063 case $lt_cv_prog_gnu_ld in
7064 yes*) LD="${LD-ld} -m elf64_sparc" ;;
1927a18f
L
7065 *)
7066 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7067 LD="${LD-ld} -64"
7068 fi
7069 ;;
7357c5b6
AM
7070 esac
7071 ;;
7072 esac
7073 fi
7074 rm -rf conftest*
7075 ;;
7076esac
d7040cdb 7077
7357c5b6 7078need_locks="$enable_libtool_lock"
d7040cdb 7079
d7040cdb 7080
1927a18f
L
7081 case $host_os in
7082 rhapsody* | darwin*)
7083 if test -n "$ac_tool_prefix"; then
7084 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7085set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7087$as_echo_n "checking for $ac_word... " >&6; }
7088if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7089 $as_echo_n "(cached) " >&6
1927a18f
L
7090else
7091 if test -n "$DSYMUTIL"; then
7092 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7093else
7094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7095for as_dir in $PATH
7096do
7097 IFS=$as_save_IFS
7098 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7099 for ac_exec_ext in '' $ac_executable_extensions; do
7100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7101 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7103 break 2
7104 fi
7105done
81ecdfbb
RW
7106 done
7107IFS=$as_save_IFS
1927a18f
L
7108
7109fi
7110fi
7111DSYMUTIL=$ac_cv_prog_DSYMUTIL
7112if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7114$as_echo "$DSYMUTIL" >&6; }
1927a18f 7115else
81ecdfbb
RW
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7117$as_echo "no" >&6; }
1927a18f
L
7118fi
7119
81ecdfbb 7120
1927a18f
L
7121fi
7122if test -z "$ac_cv_prog_DSYMUTIL"; then
7123 ac_ct_DSYMUTIL=$DSYMUTIL
7124 # Extract the first word of "dsymutil", so it can be a program name with args.
7125set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7127$as_echo_n "checking for $ac_word... " >&6; }
7128if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7129 $as_echo_n "(cached) " >&6
1927a18f
L
7130else
7131 if test -n "$ac_ct_DSYMUTIL"; then
7132 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7133else
7134as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7135for as_dir in $PATH
7136do
7137 IFS=$as_save_IFS
7138 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7139 for ac_exec_ext in '' $ac_executable_extensions; do
7140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7141 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7143 break 2
7144 fi
7145done
81ecdfbb
RW
7146 done
7147IFS=$as_save_IFS
1927a18f 7148
1927a18f
L
7149fi
7150fi
7151ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7152if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7154$as_echo "$ac_ct_DSYMUTIL" >&6; }
1927a18f 7155else
81ecdfbb
RW
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7157$as_echo "no" >&6; }
1927a18f
L
7158fi
7159
81ecdfbb
RW
7160 if test "x$ac_ct_DSYMUTIL" = x; then
7161 DSYMUTIL=":"
7162 else
7163 case $cross_compiling:$ac_tool_warned in
7164yes:)
7165{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7166$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7167ac_tool_warned=yes ;;
7168esac
7169 DSYMUTIL=$ac_ct_DSYMUTIL
7170 fi
1927a18f
L
7171else
7172 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7173fi
7174
7175 if test -n "$ac_tool_prefix"; then
7176 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7177set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7179$as_echo_n "checking for $ac_word... " >&6; }
7180if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7181 $as_echo_n "(cached) " >&6
1927a18f
L
7182else
7183 if test -n "$NMEDIT"; then
7184 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7185else
7186as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7187for as_dir in $PATH
7188do
7189 IFS=$as_save_IFS
7190 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7191 for ac_exec_ext in '' $ac_executable_extensions; do
7192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7193 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7195 break 2
7196 fi
7197done
81ecdfbb
RW
7198 done
7199IFS=$as_save_IFS
1927a18f
L
7200
7201fi
7202fi
7203NMEDIT=$ac_cv_prog_NMEDIT
7204if test -n "$NMEDIT"; then
81ecdfbb
RW
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7206$as_echo "$NMEDIT" >&6; }
1927a18f 7207else
81ecdfbb
RW
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7209$as_echo "no" >&6; }
1927a18f
L
7210fi
7211
81ecdfbb 7212
1927a18f
L
7213fi
7214if test -z "$ac_cv_prog_NMEDIT"; then
7215 ac_ct_NMEDIT=$NMEDIT
7216 # Extract the first word of "nmedit", so it can be a program name with args.
7217set dummy nmedit; ac_word=$2
81ecdfbb
RW
7218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7219$as_echo_n "checking for $ac_word... " >&6; }
7220if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7221 $as_echo_n "(cached) " >&6
1927a18f
L
7222else
7223 if test -n "$ac_ct_NMEDIT"; then
7224 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7225else
7226as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7227for as_dir in $PATH
7228do
7229 IFS=$as_save_IFS
7230 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7231 for ac_exec_ext in '' $ac_executable_extensions; do
7232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7233 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7235 break 2
7236 fi
7237done
81ecdfbb
RW
7238 done
7239IFS=$as_save_IFS
1927a18f 7240
1927a18f
L
7241fi
7242fi
7243ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7244if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7246$as_echo "$ac_ct_NMEDIT" >&6; }
1927a18f 7247else
81ecdfbb
RW
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7249$as_echo "no" >&6; }
1927a18f
L
7250fi
7251
81ecdfbb
RW
7252 if test "x$ac_ct_NMEDIT" = x; then
7253 NMEDIT=":"
7254 else
7255 case $cross_compiling:$ac_tool_warned in
7256yes:)
7257{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7258$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7259ac_tool_warned=yes ;;
7260esac
7261 NMEDIT=$ac_ct_NMEDIT
7262 fi
1927a18f
L
7263else
7264 NMEDIT="$ac_cv_prog_NMEDIT"
7265fi
7266
7267 if test -n "$ac_tool_prefix"; then
7268 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7269set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7271$as_echo_n "checking for $ac_word... " >&6; }
7272if test "${ac_cv_prog_LIPO+set}" = set; then :
7273 $as_echo_n "(cached) " >&6
1927a18f
L
7274else
7275 if test -n "$LIPO"; then
7276 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7277else
7278as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7279for as_dir in $PATH
7280do
7281 IFS=$as_save_IFS
7282 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7283 for ac_exec_ext in '' $ac_executable_extensions; do
7284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7285 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7287 break 2
7288 fi
7289done
81ecdfbb
RW
7290 done
7291IFS=$as_save_IFS
1927a18f
L
7292
7293fi
7294fi
7295LIPO=$ac_cv_prog_LIPO
7296if test -n "$LIPO"; then
81ecdfbb
RW
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7298$as_echo "$LIPO" >&6; }
1927a18f 7299else
81ecdfbb
RW
7300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7301$as_echo "no" >&6; }
1927a18f
L
7302fi
7303
81ecdfbb 7304
1927a18f
L
7305fi
7306if test -z "$ac_cv_prog_LIPO"; then
7307 ac_ct_LIPO=$LIPO
7308 # Extract the first word of "lipo", so it can be a program name with args.
7309set dummy lipo; ac_word=$2
81ecdfbb
RW
7310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7311$as_echo_n "checking for $ac_word... " >&6; }
7312if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7313 $as_echo_n "(cached) " >&6
1927a18f
L
7314else
7315 if test -n "$ac_ct_LIPO"; then
7316 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7317else
7318as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7319for as_dir in $PATH
7320do
7321 IFS=$as_save_IFS
7322 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7323 for ac_exec_ext in '' $ac_executable_extensions; do
7324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7325 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7327 break 2
7328 fi
7329done
81ecdfbb
RW
7330 done
7331IFS=$as_save_IFS
1927a18f 7332
1927a18f
L
7333fi
7334fi
7335ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7336if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7338$as_echo "$ac_ct_LIPO" >&6; }
1927a18f 7339else
81ecdfbb
RW
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7341$as_echo "no" >&6; }
1927a18f
L
7342fi
7343
81ecdfbb
RW
7344 if test "x$ac_ct_LIPO" = x; then
7345 LIPO=":"
7346 else
7347 case $cross_compiling:$ac_tool_warned in
7348yes:)
7349{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7350$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7351ac_tool_warned=yes ;;
7352esac
7353 LIPO=$ac_ct_LIPO
7354 fi
1927a18f
L
7355else
7356 LIPO="$ac_cv_prog_LIPO"
7357fi
7358
7359 if test -n "$ac_tool_prefix"; then
7360 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7361set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7363$as_echo_n "checking for $ac_word... " >&6; }
7364if test "${ac_cv_prog_OTOOL+set}" = set; then :
7365 $as_echo_n "(cached) " >&6
1927a18f
L
7366else
7367 if test -n "$OTOOL"; then
7368 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7369else
7370as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7371for as_dir in $PATH
7372do
7373 IFS=$as_save_IFS
7374 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7375 for ac_exec_ext in '' $ac_executable_extensions; do
7376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7377 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7379 break 2
7380 fi
7381done
81ecdfbb
RW
7382 done
7383IFS=$as_save_IFS
1927a18f
L
7384
7385fi
7386fi
7387OTOOL=$ac_cv_prog_OTOOL
7388if test -n "$OTOOL"; then
81ecdfbb
RW
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7390$as_echo "$OTOOL" >&6; }
1927a18f 7391else
81ecdfbb
RW
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7393$as_echo "no" >&6; }
1927a18f
L
7394fi
7395
81ecdfbb 7396
1927a18f
L
7397fi
7398if test -z "$ac_cv_prog_OTOOL"; then
7399 ac_ct_OTOOL=$OTOOL
7400 # Extract the first word of "otool", so it can be a program name with args.
7401set dummy otool; ac_word=$2
81ecdfbb
RW
7402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7403$as_echo_n "checking for $ac_word... " >&6; }
7404if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7405 $as_echo_n "(cached) " >&6
1927a18f
L
7406else
7407 if test -n "$ac_ct_OTOOL"; then
7408 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7409else
7410as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7411for as_dir in $PATH
7412do
7413 IFS=$as_save_IFS
7414 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7415 for ac_exec_ext in '' $ac_executable_extensions; do
7416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7417 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7419 break 2
7420 fi
7421done
81ecdfbb
RW
7422 done
7423IFS=$as_save_IFS
1927a18f 7424
1927a18f
L
7425fi
7426fi
7427ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7428if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7430$as_echo "$ac_ct_OTOOL" >&6; }
1927a18f 7431else
81ecdfbb
RW
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7433$as_echo "no" >&6; }
1927a18f
L
7434fi
7435
81ecdfbb
RW
7436 if test "x$ac_ct_OTOOL" = x; then
7437 OTOOL=":"
7438 else
7439 case $cross_compiling:$ac_tool_warned in
7440yes:)
7441{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7442$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7443ac_tool_warned=yes ;;
7444esac
7445 OTOOL=$ac_ct_OTOOL
7446 fi
1927a18f
L
7447else
7448 OTOOL="$ac_cv_prog_OTOOL"
7449fi
7450
7451 if test -n "$ac_tool_prefix"; then
7452 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7453set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7455$as_echo_n "checking for $ac_word... " >&6; }
7456if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7457 $as_echo_n "(cached) " >&6
1927a18f
L
7458else
7459 if test -n "$OTOOL64"; then
7460 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7461else
7462as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7463for as_dir in $PATH
7464do
7465 IFS=$as_save_IFS
7466 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7467 for ac_exec_ext in '' $ac_executable_extensions; do
7468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7469 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7471 break 2
7472 fi
7473done
81ecdfbb
RW
7474 done
7475IFS=$as_save_IFS
1927a18f
L
7476
7477fi
7478fi
7479OTOOL64=$ac_cv_prog_OTOOL64
7480if test -n "$OTOOL64"; then
81ecdfbb
RW
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7482$as_echo "$OTOOL64" >&6; }
1927a18f 7483else
81ecdfbb
RW
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7485$as_echo "no" >&6; }
1927a18f
L
7486fi
7487
81ecdfbb 7488
1927a18f
L
7489fi
7490if test -z "$ac_cv_prog_OTOOL64"; then
7491 ac_ct_OTOOL64=$OTOOL64
7492 # Extract the first word of "otool64", so it can be a program name with args.
7493set dummy otool64; ac_word=$2
81ecdfbb
RW
7494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7495$as_echo_n "checking for $ac_word... " >&6; }
7496if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7497 $as_echo_n "(cached) " >&6
1927a18f
L
7498else
7499 if test -n "$ac_ct_OTOOL64"; then
7500 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7501else
7502as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7503for as_dir in $PATH
7504do
7505 IFS=$as_save_IFS
7506 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7507 for ac_exec_ext in '' $ac_executable_extensions; do
7508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7509 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7511 break 2
7512 fi
7513done
81ecdfbb
RW
7514 done
7515IFS=$as_save_IFS
1927a18f 7516
1927a18f
L
7517fi
7518fi
7519ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7520if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7522$as_echo "$ac_ct_OTOOL64" >&6; }
1927a18f 7523else
81ecdfbb
RW
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7525$as_echo "no" >&6; }
1927a18f
L
7526fi
7527
81ecdfbb
RW
7528 if test "x$ac_ct_OTOOL64" = x; then
7529 OTOOL64=":"
7530 else
7531 case $cross_compiling:$ac_tool_warned in
7532yes:)
7533{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7534$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7535ac_tool_warned=yes ;;
7536esac
7537 OTOOL64=$ac_ct_OTOOL64
7538 fi
1927a18f
L
7539else
7540 OTOOL64="$ac_cv_prog_OTOOL64"
7541fi
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
81ecdfbb
RW
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7570$as_echo_n "checking for -single_module linker flag... " >&6; }
7571if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7572 $as_echo_n "(cached) " >&6
1927a18f
L
7573else
7574 lt_cv_apple_cc_single_mod=no
7575 if test -z "${LT_MULTI_MODULE}"; then
7576 # By default we will add the -single_module flag. You can override
7577 # by either setting the environment variable LT_MULTI_MODULE
7578 # non-empty at configure time, or by adding -multi_module to the
7579 # link flags.
7580 rm -rf libconftest.dylib*
7581 echo "int foo(void){return 1;}" > conftest.c
7582 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7583-dynamiclib -Wl,-single_module conftest.c" >&5
7584 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7585 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7586 _lt_result=$?
7587 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7588 lt_cv_apple_cc_single_mod=yes
7589 else
7590 cat conftest.err >&5
7591 fi
7592 rm -rf libconftest.dylib*
7593 rm -f conftest.*
7594 fi
7595fi
81ecdfbb
RW
7596{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7597$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7599$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7600if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7601 $as_echo_n "(cached) " >&6
1927a18f
L
7602else
7603 lt_cv_ld_exported_symbols_list=no
7604 save_LDFLAGS=$LDFLAGS
7605 echo "_main" > conftest.sym
7606 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927a18f
L
7608/* end confdefs.h. */
7609
7610int
7611main ()
7612{
7613
7614 ;
7615 return 0;
7616}
7617_ACEOF
81ecdfbb 7618if ac_fn_c_try_link "$LINENO"; then :
1927a18f
L
7619 lt_cv_ld_exported_symbols_list=yes
7620else
81ecdfbb 7621 lt_cv_ld_exported_symbols_list=no
1927a18f 7622fi
81ecdfbb
RW
7623rm -f core conftest.err conftest.$ac_objext \
7624 conftest$ac_exeext conftest.$ac_ext
1927a18f
L
7625 LDFLAGS="$save_LDFLAGS"
7626
7627fi
81ecdfbb
RW
7628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7629$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7631$as_echo_n "checking for -force_load linker flag... " >&6; }
7632if test "${lt_cv_ld_force_load+set}" = set; then :
7633 $as_echo_n "(cached) " >&6
7634else
7635 lt_cv_ld_force_load=no
7636 cat > conftest.c << _LT_EOF
7637int forced_loaded() { return 2;}
7638_LT_EOF
7639 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7640 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7641 echo "$AR cru libconftest.a conftest.o" >&5
7642 $AR cru libconftest.a conftest.o 2>&5
7643 cat > conftest.c << _LT_EOF
7644int main() { return 0;}
7645_LT_EOF
7646 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7647 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7648 _lt_result=$?
7649 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7650 lt_cv_ld_force_load=yes
7651 else
7652 cat conftest.err >&5
7653 fi
7654 rm -f conftest.err libconftest.a conftest conftest.c
7655 rm -rf conftest.dSYM
7656
7657fi
7658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7659$as_echo "$lt_cv_ld_force_load" >&6; }
1927a18f
L
7660 case $host_os in
7661 rhapsody* | darwin1.[012])
7662 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7663 darwin1.*)
7664 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7665 darwin*) # darwin 5.x on
7666 # if running on 10.5 or later, the deployment target defaults
7667 # to the OS version, if on x86, and 10.4, the deployment
7668 # target defaults to 10.4. Don't you love it?
7669 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7670 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7671 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7672 10.[012][,.]*)
1927a18f
L
7673 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7674 10.*)
7675 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7676 esac
7677 ;;
7678 esac
7679 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7680 _lt_dar_single_mod='$single_module'
7681 fi
7682 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7683 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7684 else
7685 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7686 fi
3725885a 7687 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
1927a18f
L
7688 _lt_dsymutil='~$DSYMUTIL $lib || :'
7689 else
7690 _lt_dsymutil=
7691 fi
7692 ;;
7693 esac
7694
dabbade6 7695for ac_header in dlfcn.h
81ecdfbb
RW
7696do :
7697 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7698"
7699if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
dabbade6 7700 cat >>confdefs.h <<_ACEOF
81ecdfbb 7701#define HAVE_DLFCN_H 1
dabbade6 7702_ACEOF
d7040cdb 7703
dabbade6 7704fi
d7040cdb 7705
dabbade6 7706done
d7040cdb 7707
d7040cdb 7708
d7040cdb 7709
3725885a
RW
7710
7711
1927a18f
L
7712# Set options
7713
7714
7715
7716 enable_dlopen=no
7717
7718
7719 enable_win32_dll=no
7720
7721
7722
81ecdfbb
RW
7723 # Check whether --enable-static was given.
7724if test "${enable_static+set}" = set; then :
7725 enableval=$enable_static; p=${PACKAGE-default}
1927a18f
L
7726 case $enableval in
7727 yes) enable_static=yes ;;
7728 no) enable_static=no ;;
7729 *)
7730 enable_static=no
7731 # Look at the argument we got. We use all the common list separators.
7732 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7733 for pkg in $enableval; do
7734 IFS="$lt_save_ifs"
7735 if test "X$pkg" = "X$p"; then
7736 enable_static=yes
7737 fi
7738 done
7739 IFS="$lt_save_ifs"
7740 ;;
7741 esac
7742else
7743 enable_static=yes
81ecdfbb 7744fi
1927a18f
L
7745
7746
7747
7748
7749
7750
7751
7752
7753
81ecdfbb
RW
7754
7755# Check whether --with-pic was given.
7756if test "${with_pic+set}" = set; then :
7757 withval=$with_pic; pic_mode="$withval"
1927a18f
L
7758else
7759 pic_mode=default
81ecdfbb
RW
7760fi
7761
1927a18f
L
7762
7763test -z "$pic_mode" && pic_mode=default
7764
7765
7766
7767
7768
7769
7770
81ecdfbb
RW
7771 # Check whether --enable-fast-install was given.
7772if test "${enable_fast_install+set}" = set; then :
7773 enableval=$enable_fast_install; p=${PACKAGE-default}
1927a18f
L
7774 case $enableval in
7775 yes) enable_fast_install=yes ;;
7776 no) enable_fast_install=no ;;
7777 *)
7778 enable_fast_install=no
7779 # Look at the argument we got. We use all the common list separators.
7780 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7781 for pkg in $enableval; do
7782 IFS="$lt_save_ifs"
7783 if test "X$pkg" = "X$p"; then
7784 enable_fast_install=yes
7785 fi
7786 done
7787 IFS="$lt_save_ifs"
7788 ;;
7789 esac
7790else
7791 enable_fast_install=yes
81ecdfbb
RW
7792fi
7793
1927a18f
L
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803
dabbade6
L
7804# This can be used to rebuild libtool when needed
7805LIBTOOL_DEPS="$ltmain"
d7040cdb 7806
dabbade6
L
7807# Always use our own libtool.
7808LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7809
d7040cdb 7810
d7040cdb 7811
d7040cdb
SE
7812
7813
7814
7815
7816
7817
d7040cdb 7818
d7040cdb 7819
d7040cdb 7820
d7040cdb
SE
7821
7822
7823
7824
7825
7826
d7040cdb 7827
d7040cdb 7828
d7040cdb
SE
7829
7830
7831
3725885a 7832
d7040cdb
SE
7833
7834
dabbade6 7835test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
7836
7837
d7040cdb 7838
d7040cdb 7839
d7040cdb
SE
7840
7841
7842
7843
7844
7845
dabbade6
L
7846
7847
7848
7849
7850if test -n "${ZSH_VERSION+set}" ; then
7851 setopt NO_GLOB_SUBST
7852fi
7853
81ecdfbb
RW
7854{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7855$as_echo_n "checking for objdir... " >&6; }
7856if test "${lt_cv_objdir+set}" = set; then :
7857 $as_echo_n "(cached) " >&6
d7040cdb 7858else
dabbade6
L
7859 rm -f .libs 2>/dev/null
7860mkdir .libs 2>/dev/null
7861if test -d .libs; then
7862 lt_cv_objdir=.libs
7863else
7864 # MS-DOS does not allow filenames that begin with a dot.
7865 lt_cv_objdir=_libs
d7040cdb 7866fi
dabbade6
L
7867rmdir .libs 2>/dev/null
7868fi
81ecdfbb
RW
7869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7870$as_echo "$lt_cv_objdir" >&6; }
dabbade6 7871objdir=$lt_cv_objdir
d7040cdb
SE
7872
7873
7874
7875
d7040cdb 7876
dabbade6
L
7877cat >>confdefs.h <<_ACEOF
7878#define LT_OBJDIR "$lt_cv_objdir/"
7879_ACEOF
d7040cdb
SE
7880
7881
7882
7883
dabbade6
L
7884case $host_os in
7885aix3*)
7886 # AIX sometimes has problems with the GCC collect2 program. For some
7887 # reason, if we set the COLLECT_NAMES environment variable, the problems
7888 # vanish in a puff of smoke.
7889 if test "X${COLLECT_NAMES+set}" != Xset; then
7890 COLLECT_NAMES=
7891 export COLLECT_NAMES
7892 fi
7893 ;;
7894esac
d7040cdb 7895
dabbade6
L
7896# Global variables:
7897ofile=libtool
7898can_build_shared=yes
d7040cdb 7899
dabbade6
L
7900# All known linkers require a `.a' archive for static linking (except MSVC,
7901# which needs '.lib').
7902libext=a
d7040cdb 7903
dabbade6 7904with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 7905
dabbade6
L
7906old_CC="$CC"
7907old_CFLAGS="$CFLAGS"
d7040cdb 7908
dabbade6
L
7909# Set sane defaults for various variables
7910test -z "$CC" && CC=cc
7911test -z "$LTCC" && LTCC=$CC
7912test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7913test -z "$LD" && LD=ld
7914test -z "$ac_objext" && ac_objext=o
7915
7916for cc_temp in $compiler""; do
7917 case $cc_temp in
7918 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7919 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7920 \-*) ;;
7921 *) break;;
7922 esac
7923done
3725885a 7924cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
dabbade6
L
7925
7926
7927# Only perform the check for file, if the check method requires it
7928test -z "$MAGIC_CMD" && MAGIC_CMD=file
7929case $deplibs_check_method in
7930file_magic*)
7931 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7933$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7934if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7935 $as_echo_n "(cached) " >&6
dabbade6
L
7936else
7937 case $MAGIC_CMD in
7938[\\/*] | ?:[\\/]*)
7939 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7940 ;;
7941*)
7942 lt_save_MAGIC_CMD="$MAGIC_CMD"
7943 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7944 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7945 for ac_dir in $ac_dummy; do
7946 IFS="$lt_save_ifs"
7947 test -z "$ac_dir" && ac_dir=.
7948 if test -f $ac_dir/${ac_tool_prefix}file; then
7949 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7950 if test -n "$file_magic_test_file"; then
7951 case $deplibs_check_method in
7952 "file_magic "*)
7953 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7954 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7955 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7956 $EGREP "$file_magic_regex" > /dev/null; then
7957 :
d7040cdb 7958 else
dabbade6 7959 cat <<_LT_EOF 1>&2
d7040cdb 7960
dabbade6
L
7961*** Warning: the command libtool uses to detect shared libraries,
7962*** $file_magic_cmd, produces output that libtool cannot recognize.
7963*** The result is that libtool may fail to recognize shared libraries
7964*** as such. This will affect the creation of libtool libraries that
7965*** depend on shared libraries, but programs linked with such libtool
7966*** libraries will work regardless of this problem. Nevertheless, you
7967*** may want to report the problem to your system manager and/or to
7968*** bug-libtool@gnu.org
d7040cdb 7969
dabbade6
L
7970_LT_EOF
7971 fi ;;
7972 esac
d7040cdb 7973 fi
dabbade6 7974 break
d7040cdb 7975 fi
dabbade6
L
7976 done
7977 IFS="$lt_save_ifs"
7978 MAGIC_CMD="$lt_save_MAGIC_CMD"
7979 ;;
7980esac
7981fi
d7040cdb 7982
dabbade6
L
7983MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7984if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7986$as_echo "$MAGIC_CMD" >&6; }
dabbade6 7987else
81ecdfbb
RW
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7989$as_echo "no" >&6; }
dabbade6 7990fi
d7040cdb 7991
d7040cdb 7992
d7040cdb 7993
d7040cdb 7994
d7040cdb 7995
dabbade6
L
7996if test -z "$lt_cv_path_MAGIC_CMD"; then
7997 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7999$as_echo_n "checking for file... " >&6; }
8000if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8001 $as_echo_n "(cached) " >&6
dabbade6
L
8002else
8003 case $MAGIC_CMD in
8004[\\/*] | ?:[\\/]*)
8005 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8006 ;;
8007*)
8008 lt_save_MAGIC_CMD="$MAGIC_CMD"
8009 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8010 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8011 for ac_dir in $ac_dummy; do
8012 IFS="$lt_save_ifs"
8013 test -z "$ac_dir" && ac_dir=.
8014 if test -f $ac_dir/file; then
8015 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8016 if test -n "$file_magic_test_file"; then
8017 case $deplibs_check_method in
8018 "file_magic "*)
8019 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8020 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8021 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8022 $EGREP "$file_magic_regex" > /dev/null; then
8023 :
d7040cdb 8024 else
dabbade6 8025 cat <<_LT_EOF 1>&2
d7040cdb 8026
dabbade6
L
8027*** Warning: the command libtool uses to detect shared libraries,
8028*** $file_magic_cmd, produces output that libtool cannot recognize.
8029*** The result is that libtool may fail to recognize shared libraries
8030*** as such. This will affect the creation of libtool libraries that
8031*** depend on shared libraries, but programs linked with such libtool
8032*** libraries will work regardless of this problem. Nevertheless, you
8033*** may want to report the problem to your system manager and/or to
8034*** bug-libtool@gnu.org
d7040cdb 8035
dabbade6
L
8036_LT_EOF
8037 fi ;;
8038 esac
8039 fi
8040 break
8041 fi
8042 done
8043 IFS="$lt_save_ifs"
8044 MAGIC_CMD="$lt_save_MAGIC_CMD"
8045 ;;
8046esac
d7040cdb 8047fi
dabbade6
L
8048
8049MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8050if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8052$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8053else
81ecdfbb
RW
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8055$as_echo "no" >&6; }
dabbade6
L
8056fi
8057
d7040cdb 8058
dabbade6
L
8059 else
8060 MAGIC_CMD=:
8061 fi
d7040cdb 8062fi
d7040cdb 8063
dabbade6
L
8064 fi
8065 ;;
8066esac
d7040cdb 8067
dabbade6 8068# Use C for the default configuration in the libtool script
d7040cdb 8069
dabbade6
L
8070lt_save_CC="$CC"
8071ac_ext=c
8072ac_cpp='$CPP $CPPFLAGS'
8073ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8074ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8075ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 8076
d7040cdb 8077
dabbade6
L
8078# Source file extension for C test sources.
8079ac_ext=c
d7040cdb 8080
dabbade6
L
8081# Object file extension for compiled C test sources.
8082objext=o
8083objext=$objext
8084
8085# Code to be used in simple compile tests
8086lt_simple_compile_test_code="int some_variable = 0;"
8087
8088# Code to be used in simple link tests
8089lt_simple_link_test_code='int main(){return(0);}'
8090
8091
8092
8093
8094
8095
8096
8097# If no C compiler was specified, use CC.
8098LTCC=${LTCC-"$CC"}
8099
8100# If no C compiler flags were specified, use CFLAGS.
8101LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8102
8103# Allow CC to be a program name with arguments.
8104compiler=$CC
8105
8106# Save the default compiler, since it gets overwritten when the other
8107# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8108compiler_DEFAULT=$CC
8109
8110# save warnings/boilerplate of simple test code
8111ac_outfile=conftest.$ac_objext
8112echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8113eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8114_lt_compiler_boilerplate=`cat conftest.err`
8115$RM conftest*
8116
8117ac_outfile=conftest.$ac_objext
8118echo "$lt_simple_link_test_code" >conftest.$ac_ext
8119eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8120_lt_linker_boilerplate=`cat conftest.err`
1927a18f 8121$RM -r conftest*
dabbade6
L
8122
8123
8124## CAVEAT EMPTOR:
8125## There is no encapsulation within the following macros, do not change
8126## the running order or otherwise move them around unless you know exactly
8127## what you are doing...
8128if test -n "$compiler"; then
8129
8130lt_prog_compiler_no_builtin_flag=
8131
8132if test "$GCC" = yes; then
3725885a
RW
8133 case $cc_basename in
8134 nvcc*)
8135 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8136 *)
8137 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8138 esac
dabbade6 8139
81ecdfbb
RW
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8141$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8142if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8143 $as_echo_n "(cached) " >&6
dabbade6
L
8144else
8145 lt_cv_prog_compiler_rtti_exceptions=no
8146 ac_outfile=conftest.$ac_objext
8147 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8148 lt_compiler_flag="-fno-rtti -fno-exceptions"
8149 # Insert the option either (1) after the last *FLAGS variable, or
8150 # (2) before a word containing "conftest.", or (3) at the end.
8151 # Note that $ac_compile itself does not contain backslashes and begins
8152 # with a dollar sign (not a hyphen), so the echo should work correctly.
8153 # The option is referenced via a variable to avoid confusing sed.
8154 lt_compile=`echo "$ac_compile" | $SED \
8155 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8156 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8157 -e 's:$: $lt_compiler_flag:'`
3725885a 8158 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8159 (eval "$lt_compile" 2>conftest.err)
8160 ac_status=$?
8161 cat conftest.err >&5
3725885a 8162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8163 if (exit $ac_status) && test -s "$ac_outfile"; then
8164 # The compiler can only warn and ignore the option if not recognized
8165 # So say no if there are warnings other than the usual output.
3725885a 8166 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
dabbade6
L
8167 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8168 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8169 lt_cv_prog_compiler_rtti_exceptions=yes
8170 fi
8171 fi
8172 $RM conftest*
8173
8174fi
81ecdfbb
RW
8175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8176$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
dabbade6
L
8177
8178if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8179 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8180else
8181 :
8182fi
8183
8184fi
8185
8186
8187
8188
8189
8190
8191 lt_prog_compiler_wl=
8192lt_prog_compiler_pic=
8193lt_prog_compiler_static=
8194
81ecdfbb
RW
8195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8196$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
dabbade6
L
8197
8198 if test "$GCC" = yes; then
8199 lt_prog_compiler_wl='-Wl,'
8200 lt_prog_compiler_static='-static'
8201
8202 case $host_os in
8203 aix*)
8204 # All AIX code is PIC.
8205 if test "$host_cpu" = ia64; then
8206 # AIX 5 now supports IA64 processor
8207 lt_prog_compiler_static='-Bstatic'
8208 fi
b132a67d 8209 lt_prog_compiler_pic='-fPIC'
dabbade6 8210 ;;
d7040cdb
SE
8211
8212 amigaos*)
1927a18f
L
8213 case $host_cpu in
8214 powerpc)
8215 # see comment about AmigaOS4 .so support
8216 lt_prog_compiler_pic='-fPIC'
8217 ;;
8218 m68k)
8219 # FIXME: we need at least 68020 code to build shared libraries, but
8220 # adding the `-m68020' flag to GCC prevents building anything better,
8221 # like `-m68040'.
8222 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8223 ;;
8224 esac
d7040cdb
SE
8225 ;;
8226
dabbade6
L
8227 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8228 # PIC is the default for these OSes.
d7040cdb
SE
8229 ;;
8230
1927a18f 8231 mingw* | cygwin* | pw32* | os2* | cegcc*)
dabbade6
L
8232 # This hack is so that the source file can tell whether it is being
8233 # built for inclusion in a dll (and should export symbols for example).
8234 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8235 # (--disable-auto-import) libraries
8236 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8237 ;;
8238
8239 darwin* | rhapsody*)
dabbade6
L
8240 # PIC is the default on this platform
8241 # Common symbols not allowed in MH_DYLIB files
8242 lt_prog_compiler_pic='-fno-common'
8243 ;;
8244
3725885a
RW
8245 haiku*)
8246 # PIC is the default for Haiku.
8247 # The "-static" flag exists, but is broken.
8248 lt_prog_compiler_static=
8249 ;;
8250
dabbade6 8251 hpux*)
1927a18f
L
8252 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8253 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8254 # sets the default TLS model and affects inlining.
dabbade6 8255 case $host_cpu in
1927a18f 8256 hppa*64*)
dabbade6 8257 # +Z the default
d7040cdb 8258 ;;
dabbade6
L
8259 *)
8260 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8261 ;;
8262 esac
dabbade6 8263 ;;
d7040cdb 8264
dabbade6
L
8265 interix[3-9]*)
8266 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8267 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8268 ;;
8269
dabbade6
L
8270 msdosdjgpp*)
8271 # Just because we use GCC doesn't mean we suddenly get shared libraries
8272 # on systems that don't support them.
8273 lt_prog_compiler_can_build_shared=no
8274 enable_shared=no
d7040cdb
SE
8275 ;;
8276
dabbade6
L
8277 *nto* | *qnx*)
8278 # QNX uses GNU C++, but need to define -shared option too, otherwise
8279 # it will coredump.
8280 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8281 ;;
8282
dabbade6
L
8283 sysv4*MP*)
8284 if test -d /usr/nec; then
8285 lt_prog_compiler_pic=-Kconform_pic
8286 fi
d7040cdb
SE
8287 ;;
8288
dabbade6
L
8289 *)
8290 lt_prog_compiler_pic='-fPIC'
d7040cdb 8291 ;;
dabbade6 8292 esac
3725885a
RW
8293
8294 case $cc_basename in
8295 nvcc*) # Cuda Compiler Driver 2.2
8296 lt_prog_compiler_wl='-Xlinker '
8297 lt_prog_compiler_pic='-Xcompiler -fPIC'
8298 ;;
8299 esac
dabbade6
L
8300 else
8301 # PORTME Check for flag to pass linker flags through the system compiler.
8302 case $host_os in
8303 aix*)
8304 lt_prog_compiler_wl='-Wl,'
8305 if test "$host_cpu" = ia64; then
8306 # AIX 5 now supports IA64 processor
8307 lt_prog_compiler_static='-Bstatic'
d7040cdb 8308 else
dabbade6 8309 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8310 fi
dabbade6 8311 ;;
d7040cdb 8312
1927a18f 8313 mingw* | cygwin* | pw32* | os2* | cegcc*)
dabbade6
L
8314 # This hack is so that the source file can tell whether it is being
8315 # built for inclusion in a dll (and should export symbols for example).
8316 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8317 ;;
8318
dabbade6
L
8319 hpux9* | hpux10* | hpux11*)
8320 lt_prog_compiler_wl='-Wl,'
8321 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8322 # not for PA HP-UX.
8323 case $host_cpu in
8324 hppa*64*|ia64*)
8325 # +Z the default
8326 ;;
8327 *)
8328 lt_prog_compiler_pic='+Z'
8329 ;;
8330 esac
8331 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8332 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8333 ;;
8334
dabbade6
L
8335 irix5* | irix6* | nonstopux*)
8336 lt_prog_compiler_wl='-Wl,'
8337 # PIC (with -KPIC) is the default.
8338 lt_prog_compiler_static='-non_shared'
8339 ;;
d7040cdb 8340
58e24671 8341 linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6 8342 case $cc_basename in
1927a18f
L
8343 # old Intel for x86_64 which still supported -KPIC.
8344 ecc*)
dabbade6
L
8345 lt_prog_compiler_wl='-Wl,'
8346 lt_prog_compiler_pic='-KPIC'
8347 lt_prog_compiler_static='-static'
8348 ;;
1927a18f
L
8349 # icc used to be incompatible with GCC.
8350 # ICC 10 doesn't accept -KPIC any more.
8351 icc* | ifort*)
8352 lt_prog_compiler_wl='-Wl,'
8353 lt_prog_compiler_pic='-fPIC'
8354 lt_prog_compiler_static='-static'
8355 ;;
8356 # Lahey Fortran 8.1.
8357 lf95*)
8358 lt_prog_compiler_wl='-Wl,'
8359 lt_prog_compiler_pic='--shared'
8360 lt_prog_compiler_static='--static'
8361 ;;
3725885a 8362 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
dabbade6
L
8363 # Portland Group compilers (*not* the Pentium gcc compiler,
8364 # which looks to be a dead project)
8365 lt_prog_compiler_wl='-Wl,'
8366 lt_prog_compiler_pic='-fpic'
8367 lt_prog_compiler_static='-Bstatic'
8368 ;;
8369 ccc*)
8370 lt_prog_compiler_wl='-Wl,'
8371 # All Alpha code is PIC.
8372 lt_prog_compiler_static='-non_shared'
8373 ;;
3725885a
RW
8374 xl* | bgxl* | bgf* | mpixl*)
8375 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
1927a18f
L
8376 lt_prog_compiler_wl='-Wl,'
8377 lt_prog_compiler_pic='-qpic'
8378 lt_prog_compiler_static='-qstaticlink'
8379 ;;
dabbade6
L
8380 *)
8381 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8382 *Sun\ F* | *Sun*Fortran*)
8383 # Sun Fortran 8.3 passes all unrecognized flags to the linker
dabbade6
L
8384 lt_prog_compiler_pic='-KPIC'
8385 lt_prog_compiler_static='-Bstatic'
3725885a 8386 lt_prog_compiler_wl=''
d7040cdb 8387 ;;
3725885a
RW
8388 *Sun\ C*)
8389 # Sun C 5.9
dabbade6
L
8390 lt_prog_compiler_pic='-KPIC'
8391 lt_prog_compiler_static='-Bstatic'
3725885a 8392 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8393 ;;
8394 esac
dabbade6
L
8395 ;;
8396 esac
d7040cdb
SE
8397 ;;
8398
dabbade6
L
8399 newsos6)
8400 lt_prog_compiler_pic='-KPIC'
8401 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8402 ;;
8403
dabbade6
L
8404 *nto* | *qnx*)
8405 # QNX uses GNU C++, but need to define -shared option too, otherwise
8406 # it will coredump.
8407 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8408 ;;
8409
dabbade6
L
8410 osf3* | osf4* | osf5*)
8411 lt_prog_compiler_wl='-Wl,'
8412 # All OSF/1 code is PIC.
8413 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8414 ;;
8415
dabbade6
L
8416 rdos*)
8417 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8418 ;;
8419
8420 solaris*)
dabbade6
L
8421 lt_prog_compiler_pic='-KPIC'
8422 lt_prog_compiler_static='-Bstatic'
8423 case $cc_basename in
8424 f77* | f90* | f95*)
8425 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8426 *)
dabbade6 8427 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8428 esac
d7040cdb
SE
8429 ;;
8430
8431 sunos4*)
dabbade6
L
8432 lt_prog_compiler_wl='-Qoption ld '
8433 lt_prog_compiler_pic='-PIC'
8434 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8435 ;;
8436
dabbade6
L
8437 sysv4 | sysv4.2uw2* | sysv4.3*)
8438 lt_prog_compiler_wl='-Wl,'
8439 lt_prog_compiler_pic='-KPIC'
8440 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8441 ;;
8442
8443 sysv4*MP*)
dabbade6
L
8444 if test -d /usr/nec ;then
8445 lt_prog_compiler_pic='-Kconform_pic'
8446 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8447 fi
8448 ;;
8449
dabbade6
L
8450 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8451 lt_prog_compiler_wl='-Wl,'
8452 lt_prog_compiler_pic='-KPIC'
8453 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8454 ;;
8455
dabbade6
L
8456 unicos*)
8457 lt_prog_compiler_wl='-Wl,'
8458 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8459 ;;
8460
8461 uts4*)
dabbade6
L
8462 lt_prog_compiler_pic='-pic'
8463 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8464 ;;
8465
8466 *)
dabbade6 8467 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8468 ;;
8469 esac
d7040cdb
SE
8470 fi
8471
dabbade6
L
8472case $host_os in
8473 # For platforms which do not support PIC, -DPIC is meaningless:
8474 *djgpp*)
8475 lt_prog_compiler_pic=
8476 ;;
8477 *)
8478 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8479 ;;
8480esac
81ecdfbb
RW
8481{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8482$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8483
8484
8485
8486
8487
8488
8489#
dabbade6 8490# Check to make sure the PIC flag actually works.
d7040cdb 8491#
dabbade6 8492if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8494$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8495if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8496 $as_echo_n "(cached) " >&6
dabbade6 8497else
1927a18f 8498 lt_cv_prog_compiler_pic_works=no
dabbade6
L
8499 ac_outfile=conftest.$ac_objext
8500 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8501 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8502 # Insert the option either (1) after the last *FLAGS variable, or
8503 # (2) before a word containing "conftest.", or (3) at the end.
8504 # Note that $ac_compile itself does not contain backslashes and begins
8505 # with a dollar sign (not a hyphen), so the echo should work correctly.
8506 # The option is referenced via a variable to avoid confusing sed.
8507 lt_compile=`echo "$ac_compile" | $SED \
8508 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8509 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8510 -e 's:$: $lt_compiler_flag:'`
3725885a 8511 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8512 (eval "$lt_compile" 2>conftest.err)
8513 ac_status=$?
8514 cat conftest.err >&5
3725885a 8515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8516 if (exit $ac_status) && test -s "$ac_outfile"; then
8517 # The compiler can only warn and ignore the option if not recognized
8518 # So say no if there are warnings other than the usual output.
3725885a 8519 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
dabbade6
L
8520 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8521 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1927a18f 8522 lt_cv_prog_compiler_pic_works=yes
dabbade6
L
8523 fi
8524 fi
8525 $RM conftest*
d7040cdb 8526
dabbade6 8527fi
81ecdfbb
RW
8528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8529$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8530
1927a18f 8531if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
dabbade6
L
8532 case $lt_prog_compiler_pic in
8533 "" | " "*) ;;
8534 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8535 esac
8536else
8537 lt_prog_compiler_pic=
8538 lt_prog_compiler_can_build_shared=no
8539fi
d7040cdb 8540
dabbade6 8541fi
d7040cdb
SE
8542
8543
8544
8545
8546
8547
dabbade6
L
8548#
8549# Check to make sure the static flag actually works.
8550#
8551wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8553$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8554if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8555 $as_echo_n "(cached) " >&6
dabbade6 8556else
1927a18f 8557 lt_cv_prog_compiler_static_works=no
dabbade6
L
8558 save_LDFLAGS="$LDFLAGS"
8559 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8560 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8561 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8562 # The linker can only warn and ignore the option if not recognized
8563 # So say no if there are warnings
8564 if test -s conftest.err; then
8565 # Append any errors to the config.log.
8566 cat conftest.err 1>&5
3725885a 8567 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
dabbade6
L
8568 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8569 if diff conftest.exp conftest.er2 >/dev/null; then
1927a18f 8570 lt_cv_prog_compiler_static_works=yes
dabbade6
L
8571 fi
8572 else
1927a18f 8573 lt_cv_prog_compiler_static_works=yes
dabbade6
L
8574 fi
8575 fi
1927a18f 8576 $RM -r conftest*
dabbade6 8577 LDFLAGS="$save_LDFLAGS"
d7040cdb 8578
dabbade6 8579fi
81ecdfbb
RW
8580{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8581$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8582
1927a18f 8583if test x"$lt_cv_prog_compiler_static_works" = xyes; then
dabbade6
L
8584 :
8585else
8586 lt_prog_compiler_static=
8587fi
d7040cdb
SE
8588
8589
8590
8591
8592
8593
8594
81ecdfbb
RW
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8596$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8597if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8598 $as_echo_n "(cached) " >&6
dabbade6
L
8599else
8600 lt_cv_prog_compiler_c_o=no
8601 $RM -r conftest 2>/dev/null
8602 mkdir conftest
8603 cd conftest
8604 mkdir out
8605 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8606
dabbade6
L
8607 lt_compiler_flag="-o out/conftest2.$ac_objext"
8608 # Insert the option either (1) after the last *FLAGS variable, or
8609 # (2) before a word containing "conftest.", or (3) at the end.
8610 # Note that $ac_compile itself does not contain backslashes and begins
8611 # with a dollar sign (not a hyphen), so the echo should work correctly.
8612 lt_compile=`echo "$ac_compile" | $SED \
8613 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8614 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8615 -e 's:$: $lt_compiler_flag:'`
3725885a 8616 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8617 (eval "$lt_compile" 2>out/conftest.err)
8618 ac_status=$?
8619 cat out/conftest.err >&5
3725885a 8620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8621 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8622 then
8623 # The compiler can only warn and ignore the option if not recognized
8624 # So say no if there are warnings
3725885a 8625 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
dabbade6
L
8626 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8627 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8628 lt_cv_prog_compiler_c_o=yes
8629 fi
8630 fi
8631 chmod u+w . 2>&5
8632 $RM conftest*
8633 # SGI C++ compiler will create directory out/ii_files/ for
8634 # template instantiation
8635 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8636 $RM out/* && rmdir out
8637 cd ..
8638 $RM -r conftest
8639 $RM conftest*
d7040cdb 8640
dabbade6 8641fi
81ecdfbb
RW
8642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8643$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8644
8645
8646
8647
8648
8649
81ecdfbb
RW
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8651$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8652if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8653 $as_echo_n "(cached) " >&6
dabbade6
L
8654else
8655 lt_cv_prog_compiler_c_o=no
8656 $RM -r conftest 2>/dev/null
8657 mkdir conftest
8658 cd conftest
8659 mkdir out
8660 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8661
dabbade6
L
8662 lt_compiler_flag="-o out/conftest2.$ac_objext"
8663 # Insert the option either (1) after the last *FLAGS variable, or
8664 # (2) before a word containing "conftest.", or (3) at the end.
8665 # Note that $ac_compile itself does not contain backslashes and begins
8666 # with a dollar sign (not a hyphen), so the echo should work correctly.
8667 lt_compile=`echo "$ac_compile" | $SED \
8668 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8669 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8670 -e 's:$: $lt_compiler_flag:'`
3725885a 8671 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8672 (eval "$lt_compile" 2>out/conftest.err)
8673 ac_status=$?
8674 cat out/conftest.err >&5
3725885a 8675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8676 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8677 then
8678 # The compiler can only warn and ignore the option if not recognized
8679 # So say no if there are warnings
3725885a 8680 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
dabbade6
L
8681 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8682 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8683 lt_cv_prog_compiler_c_o=yes
8684 fi
8685 fi
8686 chmod u+w . 2>&5
8687 $RM conftest*
8688 # SGI C++ compiler will create directory out/ii_files/ for
8689 # template instantiation
8690 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8691 $RM out/* && rmdir out
8692 cd ..
8693 $RM -r conftest
8694 $RM conftest*
d7040cdb 8695
dabbade6 8696fi
81ecdfbb
RW
8697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8698$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8699
8700
8701
8702
dabbade6
L
8703hard_links="nottested"
8704if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8705 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8707$as_echo_n "checking if we can lock with hard links... " >&6; }
dabbade6
L
8708 hard_links=yes
8709 $RM conftest*
8710 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8711 touch conftest.a
8712 ln conftest.a conftest.b 2>&5 || hard_links=no
8713 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8715$as_echo "$hard_links" >&6; }
dabbade6 8716 if test "$hard_links" = no; then
81ecdfbb
RW
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8718$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
dabbade6
L
8719 need_locks=warn
8720 fi
8721else
8722 need_locks=no
8723fi
d7040cdb
SE
8724
8725
8726
8727
8728
8729
81ecdfbb
RW
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8731$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 8732
dabbade6
L
8733 runpath_var=
8734 allow_undefined_flag=
8735 always_export_symbols=no
8736 archive_cmds=
8737 archive_expsym_cmds=
8738 compiler_needs_object=no
8739 enable_shared_with_static_runtimes=no
8740 export_dynamic_flag_spec=
8741 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8742 hardcode_automatic=no
8743 hardcode_direct=no
8744 hardcode_direct_absolute=no
8745 hardcode_libdir_flag_spec=
8746 hardcode_libdir_flag_spec_ld=
8747 hardcode_libdir_separator=
8748 hardcode_minus_L=no
8749 hardcode_shlibpath_var=unsupported
8750 inherit_rpath=no
8751 link_all_deplibs=unknown
8752 module_cmds=
8753 module_expsym_cmds=
8754 old_archive_from_new_cmds=
8755 old_archive_from_expsyms_cmds=
8756 thread_safe_flag_spec=
8757 whole_archive_flag_spec=
8758 # include_expsyms should be a list of space-separated symbols to be *always*
8759 # included in the symbol list
8760 include_expsyms=
8761 # exclude_expsyms can be an extended regexp of symbols to exclude
8762 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8763 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8764 # as well as any symbol that contains `d'.
1927a18f 8765 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
dabbade6
L
8766 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8767 # platforms (ab)use it in PIC code, but their linkers get confused if
8768 # the symbol is explicitly referenced. Since portable code cannot
8769 # rely on this symbol name, it's probably fine to never include it in
8770 # preloaded symbol tables.
1927a18f 8771 # Exclude shared library initialization/finalization symbols.
dabbade6 8772 extract_expsyms_cmds=
d7040cdb 8773
dabbade6 8774 case $host_os in
1927a18f 8775 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
8776 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8777 # When not using gcc, we currently assume that we are using
8778 # Microsoft Visual C++.
8779 if test "$GCC" != yes; then
8780 with_gnu_ld=no
8781 fi
8782 ;;
8783 interix*)
8784 # we just hope/assume this is gcc and not c89 (= MSVC++)
8785 with_gnu_ld=yes
8786 ;;
8787 openbsd*)
8788 with_gnu_ld=no
8789 ;;
8790 esac
d7040cdb 8791
dabbade6 8792 ld_shlibs=yes
3725885a
RW
8793
8794 # On some targets, GNU ld is compatible enough with the native linker
8795 # that we're better off using the native interface for both.
8796 lt_use_gnu_ld_interface=no
dabbade6 8797 if test "$with_gnu_ld" = yes; then
3725885a
RW
8798 case $host_os in
8799 aix*)
8800 # The AIX port of GNU ld has always aspired to compatibility
8801 # with the native linker. However, as the warning in the GNU ld
8802 # block says, versions before 2.19.5* couldn't really create working
8803 # shared libraries, regardless of the interface used.
8804 case `$LD -v 2>&1` in
8805 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8806 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8807 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8808 *)
8809 lt_use_gnu_ld_interface=yes
8810 ;;
8811 esac
8812 ;;
8813 *)
8814 lt_use_gnu_ld_interface=yes
8815 ;;
8816 esac
8817 fi
8818
8819 if test "$lt_use_gnu_ld_interface" = yes; then
dabbade6
L
8820 # If archive_cmds runs LD, not CC, wlarc should be empty
8821 wlarc='${wl}'
d7040cdb 8822
dabbade6
L
8823 # Set some defaults for GNU ld with shared library support. These
8824 # are reset later if shared libraries are not supported. Putting them
8825 # here allows them to be overridden if necessary.
8826 runpath_var=LD_RUN_PATH
8827 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8828 export_dynamic_flag_spec='${wl}--export-dynamic'
8829 # ancient GNU ld didn't support --whole-archive et. al.
8830 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8831 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8832 else
8833 whole_archive_flag_spec=
8834 fi
8835 supports_anon_versioning=no
8836 case `$LD -v 2>&1` in
3725885a 8837 *GNU\ gold*) supports_anon_versioning=yes ;;
dabbade6
L
8838 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8839 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8840 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8841 *\ 2.11.*) ;; # other 2.11 versions
8842 *) supports_anon_versioning=yes ;;
8843 esac
d7040cdb 8844
dabbade6
L
8845 # See if GNU ld supports shared libraries.
8846 case $host_os in
50e7d84b 8847 aix[3-9]*)
dabbade6
L
8848 # On AIX/PPC, the GNU linker is very broken
8849 if test "$host_cpu" != ia64; then
8850 ld_shlibs=no
8851 cat <<_LT_EOF 1>&2
d7040cdb 8852
3725885a 8853*** Warning: the GNU linker, at least up to release 2.19, is reported
dabbade6
L
8854*** to be unable to reliably create shared libraries on AIX.
8855*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8856*** really care for shared libraries, you may want to install binutils
8857*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8858*** You will then need to restart the configuration process.
d7040cdb 8859
dabbade6
L
8860_LT_EOF
8861 fi
8862 ;;
d7040cdb 8863
dabbade6 8864 amigaos*)
1927a18f
L
8865 case $host_cpu in
8866 powerpc)
8867 # see comment about AmigaOS4 .so support
8868 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8869 archive_expsym_cmds=''
8870 ;;
8871 m68k)
8872 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)'
8873 hardcode_libdir_flag_spec='-L$libdir'
8874 hardcode_minus_L=yes
8875 ;;
8876 esac
dabbade6 8877 ;;
d7040cdb 8878
dabbade6
L
8879 beos*)
8880 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8881 allow_undefined_flag=unsupported
8882 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8883 # support --undefined. This deserves some investigation. FIXME
8884 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8885 else
8886 ld_shlibs=no
8887 fi
8888 ;;
d7040cdb 8889
1927a18f 8890 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
8891 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8892 # as there is no search path for DLLs.
8893 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8894 export_dynamic_flag_spec='${wl}--export-all-symbols'
dabbade6
L
8895 allow_undefined_flag=unsupported
8896 always_export_symbols=no
8897 enable_shared_with_static_runtimes=yes
8898 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 8899
dabbade6
L
8900 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8901 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8902 # If the export-symbols file already is a .def file (1st line
8903 # is EXPORTS), use it as is; otherwise, prepend...
8904 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8905 cp $export_symbols $output_objdir/$soname.def;
8906 else
8907 echo EXPORTS > $output_objdir/$soname.def;
8908 cat $export_symbols >> $output_objdir/$soname.def;
8909 fi~
8910 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8911 else
8912 ld_shlibs=no
8913 fi
8914 ;;
d7040cdb 8915
3725885a
RW
8916 haiku*)
8917 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8918 link_all_deplibs=yes
8919 ;;
8920
dabbade6
L
8921 interix[3-9]*)
8922 hardcode_direct=no
8923 hardcode_shlibpath_var=no
8924 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8925 export_dynamic_flag_spec='${wl}-E'
8926 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8927 # Instead, shared libraries are loaded at an image base (0x10000000 by
8928 # default) and relocated if they conflict, which is a slow very memory
8929 # consuming and fragmenting process. To avoid this, we pick a random,
8930 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8931 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8932 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8933 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'
8934 ;;
d7040cdb 8935
58e24671 8936 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
8937 tmp_diet=no
8938 if test "$host_os" = linux-dietlibc; then
8939 case $cc_basename in
8940 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8941 esac
8942 fi
8943 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8944 && test "$tmp_diet" = no
8945 then
6e733cce 8946 tmp_addflag=' $pic_flag'
1927a18f 8947 tmp_sharedflag='-shared'
dabbade6
L
8948 case $cc_basename,$host_cpu in
8949 pgcc*) # Portland Group C compiler
3725885a 8950 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'
dabbade6
L
8951 tmp_addflag=' $pic_flag'
8952 ;;
3725885a
RW
8953 pgf77* | pgf90* | pgf95* | pgfortran*)
8954 # Portland Group f77 and f90 compilers
8955 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'
dabbade6
L
8956 tmp_addflag=' $pic_flag -Mnomain' ;;
8957 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8958 tmp_addflag=' -i_dynamic' ;;
8959 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8960 tmp_addflag=' -i_dynamic -nofor_main' ;;
8961 ifc* | ifort*) # Intel Fortran compiler
8962 tmp_addflag=' -nofor_main' ;;
1927a18f
L
8963 lf95*) # Lahey Fortran 8.1
8964 whole_archive_flag_spec=
8965 tmp_sharedflag='--shared' ;;
3725885a 8966 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
1927a18f
L
8967 tmp_sharedflag='-qmkshrobj'
8968 tmp_addflag= ;;
3725885a
RW
8969 nvcc*) # Cuda Compiler Driver 2.2
8970 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'
8971 compiler_needs_object=yes
8972 ;;
dabbade6
L
8973 esac
8974 case `$CC -V 2>&1 | sed 5q` in
8975 *Sun\ C*) # Sun C 5.9
3725885a 8976 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'
dabbade6
L
8977 compiler_needs_object=yes
8978 tmp_sharedflag='-G' ;;
8979 *Sun\ F*) # Sun Fortran 8.3
8980 tmp_sharedflag='-G' ;;
dabbade6
L
8981 esac
8982 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 8983
dabbade6
L
8984 if test "x$supports_anon_versioning" = xyes; then
8985 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8986 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8987 echo "local: *; };" >> $output_objdir/$libname.ver~
8988 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8989 fi
1927a18f
L
8990
8991 case $cc_basename in
3725885a 8992 xlf* | bgf* | bgxlf* | mpixlf*)
1927a18f
L
8993 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8994 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8995 hardcode_libdir_flag_spec=
8996 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8997 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8998 if test "x$supports_anon_versioning" = xyes; then
8999 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9000 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9001 echo "local: *; };" >> $output_objdir/$libname.ver~
9002 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9003 fi
9004 ;;
9005 esac
dabbade6
L
9006 else
9007 ld_shlibs=no
9008 fi
9009 ;;
d7040cdb 9010
dabbade6
L
9011 netbsd*)
9012 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9013 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9014 wlarc=
9015 else
9016 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9017 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9018 fi
9019 ;;
d7040cdb 9020
dabbade6
L
9021 solaris*)
9022 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9023 ld_shlibs=no
9024 cat <<_LT_EOF 1>&2
d7040cdb 9025
dabbade6
L
9026*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9027*** create shared libraries on Solaris systems. Therefore, libtool
9028*** is disabling shared libraries support. We urge you to upgrade GNU
9029*** binutils to release 2.9.1 or newer. Another option is to modify
9030*** your PATH or compiler configuration so that the native linker is
9031*** used, and then restart.
d7040cdb 9032
dabbade6
L
9033_LT_EOF
9034 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9035 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9036 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9037 else
9038 ld_shlibs=no
9039 fi
9040 ;;
d7040cdb 9041
dabbade6
L
9042 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9043 case `$LD -v 2>&1` in
9044 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9045 ld_shlibs=no
9046 cat <<_LT_EOF 1>&2
d7040cdb 9047
dabbade6
L
9048*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9049*** reliably create shared libraries on SCO systems. Therefore, libtool
9050*** is disabling shared libraries support. We urge you to upgrade GNU
9051*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9052*** your PATH or compiler configuration so that the native linker is
9053*** used, and then restart.
d7040cdb 9054
dabbade6
L
9055_LT_EOF
9056 ;;
9057 *)
9058 # For security reasons, it is highly recommended that you always
9059 # use absolute paths for naming shared libraries, and exclude the
9060 # DT_RUNPATH tag from executables and libraries. But doing so
9061 # requires that you compile everything twice, which is a pain.
9062 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9063 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9064 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9065 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9066 else
9067 ld_shlibs=no
9068 fi
9069 ;;
9070 esac
9071 ;;
d7040cdb 9072
dabbade6
L
9073 sunos4*)
9074 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9075 wlarc=
9076 hardcode_direct=yes
9077 hardcode_shlibpath_var=no
9078 ;;
d7040cdb 9079
dabbade6
L
9080 *)
9081 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9082 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9083 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9084 else
9085 ld_shlibs=no
9086 fi
9087 ;;
9088 esac
d7040cdb 9089
dabbade6
L
9090 if test "$ld_shlibs" = no; then
9091 runpath_var=
9092 hardcode_libdir_flag_spec=
9093 export_dynamic_flag_spec=
9094 whole_archive_flag_spec=
9095 fi
9096 else
9097 # PORTME fill in a description of your system's linker (not GNU ld)
9098 case $host_os in
9099 aix3*)
9100 allow_undefined_flag=unsupported
9101 always_export_symbols=yes
9102 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'
9103 # Note: this linker hardcodes the directories in LIBPATH if there
9104 # are no directories specified by -L.
9105 hardcode_minus_L=yes
9106 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9107 # Neither direct hardcoding nor static linking is supported with a
9108 # broken collect2.
9109 hardcode_direct=unsupported
9110 fi
9111 ;;
d7040cdb 9112
50e7d84b 9113 aix[4-9]*)
dabbade6
L
9114 if test "$host_cpu" = ia64; then
9115 # On IA64, the linker does run time linking by default, so we don't
9116 # have to do anything special.
9117 aix_use_runtimelinking=no
9118 exp_sym_flag='-Bexport'
9119 no_entry_flag=""
9120 else
9121 # If we're using GNU nm, then we don't want the "-C" option.
9122 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9123 # Also, AIX nm treats weak defined symbols like other global
9124 # defined symbols, whereas GNU nm marks them as "W".
dabbade6 9125 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9126 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'
dabbade6 9127 else
5c14705f 9128 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
dabbade6
L
9129 fi
9130 aix_use_runtimelinking=no
d7040cdb 9131
dabbade6
L
9132 # Test if we are trying to use run time linking or normal
9133 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9134 # need to do runtime linking.
50e7d84b 9135 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
dabbade6
L
9136 for ld_flag in $LDFLAGS; do
9137 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9138 aix_use_runtimelinking=yes
9139 break
9140 fi
9141 done
9142 ;;
9143 esac
d7040cdb 9144
dabbade6
L
9145 exp_sym_flag='-bexport'
9146 no_entry_flag='-bnoentry'
9147 fi
d7040cdb 9148
dabbade6
L
9149 # When large executables or shared objects are built, AIX ld can
9150 # have problems creating the table of contents. If linking a library
9151 # or program results in "error TOC overflow" add -mminimal-toc to
9152 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9153 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 9154
dabbade6
L
9155 archive_cmds=''
9156 hardcode_direct=yes
9157 hardcode_direct_absolute=yes
9158 hardcode_libdir_separator=':'
9159 link_all_deplibs=yes
9160 file_list_spec='${wl}-f,'
d7040cdb 9161
dabbade6
L
9162 if test "$GCC" = yes; then
9163 case $host_os in aix4.[012]|aix4.[012].*)
9164 # We only want to do this on AIX 4.2 and lower, the check
9165 # below for broken collect2 doesn't work under 4.3+
9166 collect2name=`${CC} -print-prog-name=collect2`
9167 if test -f "$collect2name" &&
9168 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9169 then
9170 # We have reworked collect2
9171 :
9172 else
9173 # We have old collect2
9174 hardcode_direct=unsupported
9175 # It fails to find uninstalled libraries when the uninstalled
9176 # path is not listed in the libpath. Setting hardcode_minus_L
9177 # to unsupported forces relinking
9178 hardcode_minus_L=yes
9179 hardcode_libdir_flag_spec='-L$libdir'
9180 hardcode_libdir_separator=
9181 fi
9182 ;;
9183 esac
9184 shared_flag='-shared'
9185 if test "$aix_use_runtimelinking" = yes; then
9186 shared_flag="$shared_flag "'${wl}-G'
9187 fi
9188 else
9189 # not using gcc
9190 if test "$host_cpu" = ia64; then
9191 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9192 # chokes on -Wl,-G. The following line is correct:
9193 shared_flag='-G'
9194 else
9195 if test "$aix_use_runtimelinking" = yes; then
9196 shared_flag='${wl}-G'
9197 else
9198 shared_flag='${wl}-bM:SRE'
9199 fi
9200 fi
9201 fi
d7040cdb 9202
1927a18f 9203 export_dynamic_flag_spec='${wl}-bexpall'
dabbade6
L
9204 # It seems that -bexpall does not export symbols beginning with
9205 # underscore (_), so it is better to generate a list of symbols to export.
9206 always_export_symbols=yes
9207 if test "$aix_use_runtimelinking" = yes; then
9208 # Warning - without using the other runtime loading flags (-brtl),
9209 # -berok will link without error, but may produce a broken library.
9210 allow_undefined_flag='-berok'
9211 # Determine the default libpath from the value encoded in an
9212 # empty executable.
81ecdfbb 9213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 9214/* end confdefs.h. */
d7040cdb 9215
dabbade6
L
9216int
9217main ()
9218{
d7040cdb 9219
dabbade6
L
9220 ;
9221 return 0;
9222}
9223_ACEOF
81ecdfbb 9224if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9225
dabbade6
L
9226lt_aix_libpath_sed='
9227 /Import File Strings/,/^$/ {
9228 /^0/ {
9229 s/^0 *\(.*\)$/\1/
9230 p
9231 }
9232 }'
9233aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9234# Check for a 64-bit object if we didn't find anything.
9235if test -z "$aix_libpath"; then
9236 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9237fi
dabbade6 9238fi
81ecdfbb
RW
9239rm -f core conftest.err conftest.$ac_objext \
9240 conftest$ac_exeext conftest.$ac_ext
dabbade6 9241if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9242
dabbade6 9243 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9244 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"
dabbade6
L
9245 else
9246 if test "$host_cpu" = ia64; then
9247 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9248 allow_undefined_flag="-z nodefs"
9249 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"
9250 else
9251 # Determine the default libpath from the value encoded in an
9252 # empty executable.
81ecdfbb 9253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 9254/* end confdefs.h. */
d7040cdb 9255
dabbade6
L
9256int
9257main ()
9258{
d7040cdb 9259
dabbade6
L
9260 ;
9261 return 0;
9262}
9263_ACEOF
81ecdfbb 9264if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9265
dabbade6
L
9266lt_aix_libpath_sed='
9267 /Import File Strings/,/^$/ {
9268 /^0/ {
9269 s/^0 *\(.*\)$/\1/
9270 p
9271 }
9272 }'
9273aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9274# Check for a 64-bit object if we didn't find anything.
9275if test -z "$aix_libpath"; then
9276 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9277fi
dabbade6 9278fi
81ecdfbb
RW
9279rm -f core conftest.err conftest.$ac_objext \
9280 conftest$ac_exeext conftest.$ac_ext
dabbade6 9281if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9282
dabbade6
L
9283 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9284 # Warning - without using the other run time loading flags,
9285 # -berok will link without error, but may produce a broken library.
9286 no_undefined_flag=' ${wl}-bernotok'
9287 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9288 if test "$with_gnu_ld" = yes; then
9289 # We only use this code for GNU lds that support --whole-archive.
9290 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9291 else
9292 # Exported symbols can be pulled into shared objects from archives
9293 whole_archive_flag_spec='$convenience'
9294 fi
dabbade6
L
9295 archive_cmds_need_lc=yes
9296 # This is similar to how AIX traditionally builds its shared libraries.
9297 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'
9298 fi
9299 fi
9300 ;;
d7040cdb 9301
dabbade6 9302 amigaos*)
1927a18f
L
9303 case $host_cpu in
9304 powerpc)
9305 # see comment about AmigaOS4 .so support
9306 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9307 archive_expsym_cmds=''
9308 ;;
9309 m68k)
9310 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)'
9311 hardcode_libdir_flag_spec='-L$libdir'
9312 hardcode_minus_L=yes
9313 ;;
9314 esac
dabbade6 9315 ;;
d7040cdb 9316
dabbade6
L
9317 bsdi[45]*)
9318 export_dynamic_flag_spec=-rdynamic
9319 ;;
d7040cdb 9320
1927a18f 9321 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
9322 # When not using gcc, we currently assume that we are using
9323 # Microsoft Visual C++.
9324 # hardcode_libdir_flag_spec is actually meaningless, as there is
9325 # no search path for DLLs.
9326 hardcode_libdir_flag_spec=' '
9327 allow_undefined_flag=unsupported
9328 # Tell ltmain to make .lib files, not .a files.
9329 libext=lib
9330 # Tell ltmain to make .dll files, not .so files.
9331 shrext_cmds=".dll"
9332 # FIXME: Setting linknames here is a bad hack.
3725885a 9333 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
dabbade6
L
9334 # The linker will automatically build a .lib file if we build a DLL.
9335 old_archive_from_new_cmds='true'
9336 # FIXME: Should let the user specify the lib program.
9337 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9338 fix_srcfile_path='`cygpath -w "$srcfile"`'
9339 enable_shared_with_static_runtimes=yes
9340 ;;
d7040cdb 9341
dabbade6 9342 darwin* | rhapsody*)
d7040cdb 9343
1927a18f
L
9344
9345 archive_cmds_need_lc=no
9346 hardcode_direct=no
9347 hardcode_automatic=yes
9348 hardcode_shlibpath_var=unsupported
3725885a
RW
9349 if test "$lt_cv_ld_force_load" = "yes"; then
9350 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\"`'
9351 else
9352 whole_archive_flag_spec=''
9353 fi
1927a18f
L
9354 link_all_deplibs=yes
9355 allow_undefined_flag="$_lt_dar_allow_undefined"
9356 case $cc_basename in
9357 ifort*) _lt_dar_can_shared=yes ;;
9358 *) _lt_dar_can_shared=$GCC ;;
9359 esac
9360 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9361 output_verbose_link_cmd=func_echo_all
1927a18f
L
9362 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9363 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9364 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}"
9365 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}"
9366
9367 else
9368 ld_shlibs=no
9369 fi
9370
dabbade6 9371 ;;
d7040cdb 9372
dabbade6
L
9373 dgux*)
9374 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9375 hardcode_libdir_flag_spec='-L$libdir'
9376 hardcode_shlibpath_var=no
9377 ;;
d7040cdb 9378
dabbade6
L
9379 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9380 # support. Future versions do this automatically, but an explicit c++rt0.o
9381 # does not break anything, and helps significantly (at the cost of a little
9382 # extra space).
9383 freebsd2.2*)
9384 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9385 hardcode_libdir_flag_spec='-R$libdir'
9386 hardcode_direct=yes
9387 hardcode_shlibpath_var=no
9388 ;;
d7040cdb 9389
dabbade6 9390 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9391 freebsd2.*)
dabbade6
L
9392 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9393 hardcode_direct=yes
9394 hardcode_minus_L=yes
9395 hardcode_shlibpath_var=no
9396 ;;
d7040cdb 9397
dabbade6
L
9398 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9399 freebsd* | dragonfly*)
9400 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9401 hardcode_libdir_flag_spec='-R$libdir'
9402 hardcode_direct=yes
9403 hardcode_shlibpath_var=no
9404 ;;
d7040cdb 9405
dabbade6
L
9406 hpux9*)
9407 if test "$GCC" = yes; then
9408 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'
9409 else
9410 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'
9411 fi
9412 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9413 hardcode_libdir_separator=:
9414 hardcode_direct=yes
d7040cdb 9415
dabbade6
L
9416 # hardcode_minus_L: Not really in the search PATH,
9417 # but as the default location of the library.
9418 hardcode_minus_L=yes
9419 export_dynamic_flag_spec='${wl}-E'
9420 ;;
d7040cdb 9421
dabbade6 9422 hpux10*)
3725885a 9423 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
dabbade6
L
9424 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9425 else
9426 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9427 fi
9428 if test "$with_gnu_ld" = no; then
9429 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9430 hardcode_libdir_flag_spec_ld='+b $libdir'
9431 hardcode_libdir_separator=:
9432 hardcode_direct=yes
9433 hardcode_direct_absolute=yes
9434 export_dynamic_flag_spec='${wl}-E'
9435 # hardcode_minus_L: Not really in the search PATH,
9436 # but as the default location of the library.
9437 hardcode_minus_L=yes
9438 fi
9439 ;;
d7040cdb 9440
dabbade6 9441 hpux11*)
3725885a 9442 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
dabbade6
L
9443 case $host_cpu in
9444 hppa*64*)
9445 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9446 ;;
9447 ia64*)
1927a18f 9448 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
dabbade6
L
9449 ;;
9450 *)
9451 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9452 ;;
9453 esac
9454 else
9455 case $host_cpu in
9456 hppa*64*)
9457 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9458 ;;
9459 ia64*)
9460 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9461 ;;
9462 *)
3725885a
RW
9463
9464 # Older versions of the 11.00 compiler do not understand -b yet
9465 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9467$as_echo_n "checking if $CC understands -b... " >&6; }
9468if test "${lt_cv_prog_compiler__b+set}" = set; then :
9469 $as_echo_n "(cached) " >&6
9470else
9471 lt_cv_prog_compiler__b=no
9472 save_LDFLAGS="$LDFLAGS"
9473 LDFLAGS="$LDFLAGS -b"
9474 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9475 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9476 # The linker can only warn and ignore the option if not recognized
9477 # So say no if there are warnings
9478 if test -s conftest.err; then
9479 # Append any errors to the config.log.
9480 cat conftest.err 1>&5
9481 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9482 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9483 if diff conftest.exp conftest.er2 >/dev/null; then
9484 lt_cv_prog_compiler__b=yes
9485 fi
9486 else
9487 lt_cv_prog_compiler__b=yes
9488 fi
9489 fi
9490 $RM -r conftest*
9491 LDFLAGS="$save_LDFLAGS"
9492
9493fi
9494{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9495$as_echo "$lt_cv_prog_compiler__b" >&6; }
9496
9497if test x"$lt_cv_prog_compiler__b" = xyes; then
9498 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9499else
9500 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9501fi
9502
dabbade6
L
9503 ;;
9504 esac
9505 fi
9506 if test "$with_gnu_ld" = no; then
9507 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9508 hardcode_libdir_separator=:
d7040cdb 9509
dabbade6
L
9510 case $host_cpu in
9511 hppa*64*|ia64*)
9512 hardcode_direct=no
9513 hardcode_shlibpath_var=no
9514 ;;
9515 *)
9516 hardcode_direct=yes
9517 hardcode_direct_absolute=yes
9518 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9519
dabbade6
L
9520 # hardcode_minus_L: Not really in the search PATH,
9521 # but as the default location of the library.
9522 hardcode_minus_L=yes
9523 ;;
9524 esac
9525 fi
9526 ;;
d7040cdb 9527
dabbade6
L
9528 irix5* | irix6* | nonstopux*)
9529 if test "$GCC" = yes; then
3725885a 9530 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'
dabbade6
L
9531 # Try to use the -exported_symbol ld option, if it does not
9532 # work, assume that -exports_file does not work either and
9533 # implicitly export all symbols.
9534 save_LDFLAGS="$LDFLAGS"
9535 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9537/* end confdefs.h. */
dabbade6
L
9538int foo(void) {}
9539_ACEOF
81ecdfbb 9540if ac_fn_c_try_link "$LINENO"; then :
3725885a 9541 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 9542
d7040cdb 9543fi
81ecdfbb
RW
9544rm -f core conftest.err conftest.$ac_objext \
9545 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
9546 LDFLAGS="$save_LDFLAGS"
9547 else
3725885a
RW
9548 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'
9549 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'
dabbade6
L
9550 fi
9551 archive_cmds_need_lc='no'
9552 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9553 hardcode_libdir_separator=:
9554 inherit_rpath=yes
9555 link_all_deplibs=yes
9556 ;;
d7040cdb 9557
dabbade6
L
9558 netbsd*)
9559 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9560 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9561 else
9562 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9563 fi
9564 hardcode_libdir_flag_spec='-R$libdir'
9565 hardcode_direct=yes
9566 hardcode_shlibpath_var=no
9567 ;;
d7040cdb 9568
dabbade6
L
9569 newsos6)
9570 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9571 hardcode_direct=yes
9572 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9573 hardcode_libdir_separator=:
9574 hardcode_shlibpath_var=no
9575 ;;
d7040cdb 9576
dabbade6
L
9577 *nto* | *qnx*)
9578 ;;
d7040cdb 9579
dabbade6 9580 openbsd*)
1927a18f
L
9581 if test -f /usr/libexec/ld.so; then
9582 hardcode_direct=yes
9583 hardcode_shlibpath_var=no
9584 hardcode_direct_absolute=yes
9585 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
dabbade6 9586 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
1927a18f 9587 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
dabbade6 9588 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
1927a18f
L
9589 export_dynamic_flag_spec='${wl}-E'
9590 else
9591 case $host_os in
9592 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9593 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9594 hardcode_libdir_flag_spec='-R$libdir'
9595 ;;
9596 *)
9597 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9598 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9599 ;;
9600 esac
9601 fi
9602 else
9603 ld_shlibs=no
d7040cdb
SE
9604 fi
9605 ;;
d7040cdb 9606
dabbade6
L
9607 os2*)
9608 hardcode_libdir_flag_spec='-L$libdir'
9609 hardcode_minus_L=yes
9610 allow_undefined_flag=unsupported
3725885a 9611 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'
dabbade6
L
9612 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9613 ;;
d7040cdb 9614
dabbade6
L
9615 osf3*)
9616 if test "$GCC" = yes; then
9617 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9618 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'
dabbade6
L
9619 else
9620 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9621 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'
dabbade6
L
9622 fi
9623 archive_cmds_need_lc='no'
9624 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9625 hardcode_libdir_separator=:
9626 ;;
d7040cdb 9627
dabbade6
L
9628 osf4* | osf5*) # as osf3* with the addition of -msym flag
9629 if test "$GCC" = yes; then
9630 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9631 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'
dabbade6
L
9632 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9633 else
9634 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9635 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'
dabbade6 9636 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 9637 $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'
d7040cdb 9638
dabbade6
L
9639 # Both c and cxx compiler support -rpath directly
9640 hardcode_libdir_flag_spec='-rpath $libdir'
9641 fi
9642 archive_cmds_need_lc='no'
9643 hardcode_libdir_separator=:
9644 ;;
d7040cdb 9645
dabbade6
L
9646 solaris*)
9647 no_undefined_flag=' -z defs'
9648 if test "$GCC" = yes; then
9649 wlarc='${wl}'
9650 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9651 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9652 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9653 else
9654 case `$CC -V 2>&1` in
9655 *"Compilers 5.0"*)
9656 wlarc=''
9657 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9658 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9659 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9660 ;;
9661 *)
9662 wlarc='${wl}'
9663 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9664 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9665 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9666 ;;
9667 esac
9668 fi
9669 hardcode_libdir_flag_spec='-R$libdir'
9670 hardcode_shlibpath_var=no
9671 case $host_os in
9672 solaris2.[0-5] | solaris2.[0-5].*) ;;
9673 *)
9674 # The compiler driver will combine and reorder linker options,
9675 # but understands `-z linker_flag'. GCC discards it without `$wl',
9676 # but is careful enough not to reorder.
9677 # Supported since Solaris 2.6 (maybe 2.5.1?)
9678 if test "$GCC" = yes; then
9679 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9680 else
9681 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9682 fi
9683 ;;
9684 esac
9685 link_all_deplibs=yes
d7040cdb 9686 ;;
dabbade6
L
9687
9688 sunos4*)
9689 if test "x$host_vendor" = xsequent; then
9690 # Use $CC to link under sequent, because it throws in some extra .o
9691 # files that make .init and .fini sections work.
9692 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9693 else
dabbade6 9694 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9695 fi
dabbade6
L
9696 hardcode_libdir_flag_spec='-L$libdir'
9697 hardcode_direct=yes
9698 hardcode_minus_L=yes
9699 hardcode_shlibpath_var=no
d7040cdb 9700 ;;
dabbade6
L
9701
9702 sysv4)
9703 case $host_vendor in
9704 sni)
9705 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9706 hardcode_direct=yes # is this really true???
9707 ;;
9708 siemens)
9709 ## LD is ld it makes a PLAMLIB
9710 ## CC just makes a GrossModule.
9711 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9712 reload_cmds='$CC -r -o $output$reload_objs'
9713 hardcode_direct=no
9714 ;;
9715 motorola)
9716 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9717 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9718 ;;
9719 esac
9720 runpath_var='LD_RUN_PATH'
9721 hardcode_shlibpath_var=no
d7040cdb 9722 ;;
d7040cdb 9723
dabbade6
L
9724 sysv4.3*)
9725 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726 hardcode_shlibpath_var=no
9727 export_dynamic_flag_spec='-Bexport'
9728 ;;
d7040cdb 9729
dabbade6
L
9730 sysv4*MP*)
9731 if test -d /usr/nec; then
9732 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9733 hardcode_shlibpath_var=no
9734 runpath_var=LD_RUN_PATH
9735 hardcode_runpath_var=yes
9736 ld_shlibs=yes
9737 fi
9738 ;;
d7040cdb 9739
dabbade6
L
9740 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9741 no_undefined_flag='${wl}-z,text'
9742 archive_cmds_need_lc=no
9743 hardcode_shlibpath_var=no
9744 runpath_var='LD_RUN_PATH'
d7040cdb 9745
dabbade6
L
9746 if test "$GCC" = yes; then
9747 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9748 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9749 else
9750 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9751 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9752 fi
9753 ;;
d7040cdb 9754
dabbade6
L
9755 sysv5* | sco3.2v5* | sco5v6*)
9756 # Note: We can NOT use -z defs as we might desire, because we do not
9757 # link with -lc, and that would cause any symbols used from libc to
9758 # always be unresolved, which means just about no library would
9759 # ever link correctly. If we're not using GNU ld we use -z text
9760 # though, which does catch some bad symbols but isn't as heavy-handed
9761 # as -z defs.
9762 no_undefined_flag='${wl}-z,text'
9763 allow_undefined_flag='${wl}-z,nodefs'
9764 archive_cmds_need_lc=no
9765 hardcode_shlibpath_var=no
9766 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9767 hardcode_libdir_separator=':'
9768 link_all_deplibs=yes
9769 export_dynamic_flag_spec='${wl}-Bexport'
9770 runpath_var='LD_RUN_PATH'
d7040cdb 9771
dabbade6
L
9772 if test "$GCC" = yes; then
9773 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9774 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9775 else
9776 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9777 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9778 fi
d7040cdb 9779 ;;
d7040cdb 9780
dabbade6
L
9781 uts4*)
9782 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9783 hardcode_libdir_flag_spec='-L$libdir'
9784 hardcode_shlibpath_var=no
9785 ;;
d7040cdb 9786
dabbade6
L
9787 *)
9788 ld_shlibs=no
9789 ;;
9790 esac
9791
9792 if test x$host_vendor = xsni; then
9793 case $host in
9794 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9795 export_dynamic_flag_spec='${wl}-Blargedynsym'
9796 ;;
9797 esac
d7040cdb 9798 fi
dabbade6 9799 fi
d7040cdb 9800
81ecdfbb
RW
9801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9802$as_echo "$ld_shlibs" >&6; }
dabbade6 9803test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9804
dabbade6 9805with_gnu_ld=$with_gnu_ld
d7040cdb 9806
d7040cdb 9807
d7040cdb 9808
d7040cdb 9809
d7040cdb 9810
d7040cdb 9811
d7040cdb 9812
d7040cdb 9813
d7040cdb 9814
d7040cdb 9815
d7040cdb 9816
d7040cdb 9817
d7040cdb 9818
d7040cdb 9819
d7040cdb 9820
dabbade6
L
9821#
9822# Do we need to explicitly link libc?
9823#
9824case "x$archive_cmds_need_lc" in
9825x|xyes)
9826 # Assume -lc should be added
9827 archive_cmds_need_lc=yes
d7040cdb 9828
dabbade6
L
9829 if test "$enable_shared" = yes && test "$GCC" = yes; then
9830 case $archive_cmds in
9831 *'~'*)
9832 # FIXME: we may have to deal with multi-command sequences.
9833 ;;
9834 '$CC '*)
9835 # Test whether the compiler implicitly links with -lc since on some
9836 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9837 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9839$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9840if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9841 $as_echo_n "(cached) " >&6
39144654
RW
9842else
9843 $RM conftest*
9844 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9845
81ecdfbb 9846 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
dabbade6
L
9847 (eval $ac_compile) 2>&5
9848 ac_status=$?
81ecdfbb
RW
9849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9850 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9851 soname=conftest
9852 lib=conftest
9853 libobjs=conftest.$ac_objext
9854 deplibs=
9855 wl=$lt_prog_compiler_wl
9856 pic_flag=$lt_prog_compiler_pic
9857 compiler_flags=-v
9858 linker_flags=-v
9859 verstring=
9860 output_objdir=.
9861 libname=conftest
9862 lt_save_allow_undefined_flag=$allow_undefined_flag
9863 allow_undefined_flag=
81ecdfbb 9864 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
dabbade6
L
9865 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9866 ac_status=$?
81ecdfbb
RW
9867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9868 test $ac_status = 0; }
39144654
RW
9869 then
9870 lt_cv_archive_cmds_need_lc=no
9871 else
9872 lt_cv_archive_cmds_need_lc=yes
9873 fi
9874 allow_undefined_flag=$lt_save_allow_undefined_flag
9875 else
9876 cat conftest.err 1>&5
9877 fi
9878 $RM conftest*
9879
9880fi
81ecdfbb
RW
9881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9882$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9883 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
dabbade6
L
9884 ;;
9885 esac
d7040cdb 9886 fi
d7040cdb 9887 ;;
dabbade6 9888esac
d7040cdb 9889
d7040cdb 9890
d7040cdb 9891
d7040cdb 9892
d7040cdb 9893
d7040cdb 9894
d7040cdb 9895
d7040cdb
SE
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
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
d7040cdb 9983
d7040cdb 9984
d7040cdb
SE
9985
9986
9987
9988
9989
9990
d7040cdb 9991
d7040cdb 9992
d7040cdb 9993
d7040cdb 9994
d7040cdb 9995
d7040cdb 9996
d7040cdb 9997
d7040cdb 9998
d7040cdb 9999
d7040cdb 10000
d7040cdb 10001
d7040cdb 10002
d7040cdb 10003
d7040cdb 10004
d7040cdb 10005
d7040cdb 10006
d7040cdb 10007
d7040cdb 10008
d7040cdb 10009
d7040cdb 10010
d7040cdb 10011
d7040cdb 10012
d7040cdb 10013
d7040cdb 10014
dabbade6
L
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
81ecdfbb
RW
10046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10047$as_echo_n "checking dynamic linker characteristics... " >&6; }
1927a18f
L
10048
10049if test "$GCC" = yes; then
dabbade6
L
10050 case $host_os in
10051 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10052 *) lt_awk_arg="/^libraries:/" ;;
10053 esac
3725885a
RW
10054 case $host_os in
10055 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10056 *) lt_sed_strip_eq="s,=/,/,g" ;;
10057 esac
10058 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10059 case $lt_search_path_spec in
10060 *\;*)
dabbade6
L
10061 # if the path contains ";" then we assume it to be the separator
10062 # otherwise default to the standard path separator (i.e. ":") - it is
10063 # assumed that no part of a normal pathname contains ";" but that should
10064 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10065 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10066 ;;
10067 *)
10068 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10069 ;;
10070 esac
dabbade6
L
10071 # Ok, now we have the path, separated by spaces, we can step through it
10072 # and add multilib dir if necessary.
10073 lt_tmp_lt_search_path_spec=
10074 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10075 for lt_sys_path in $lt_search_path_spec; do
10076 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10077 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10078 else
10079 test -d "$lt_sys_path" && \
10080 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10081 fi
10082 done
3725885a 10083 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
dabbade6
L
10084BEGIN {RS=" "; FS="/|\n";} {
10085 lt_foo="";
10086 lt_count=0;
10087 for (lt_i = NF; lt_i > 0; lt_i--) {
10088 if ($lt_i != "" && $lt_i != ".") {
10089 if ($lt_i == "..") {
10090 lt_count++;
10091 } else {
10092 if (lt_count == 0) {
10093 lt_foo="/" $lt_i lt_foo;
10094 } else {
10095 lt_count--;
10096 }
10097 }
10098 }
10099 }
10100 if (lt_foo != "") { lt_freq[lt_foo]++; }
10101 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10102}'`
3725885a
RW
10103 # AWK program above erroneously prepends '/' to C:/dos/paths
10104 # for these hosts.
10105 case $host_os in
10106 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10107 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10108 esac
10109 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 10110else
dabbade6
L
10111 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10112fi
10113library_names_spec=
10114libname_spec='lib$name'
10115soname_spec=
10116shrext_cmds=".so"
10117postinstall_cmds=
10118postuninstall_cmds=
10119finish_cmds=
10120finish_eval=
10121shlibpath_var=
10122shlibpath_overrides_runpath=unknown
10123version_type=none
10124dynamic_linker="$host_os ld.so"
10125sys_lib_dlsearch_path_spec="/lib /usr/lib"
10126need_lib_prefix=unknown
10127hardcode_into_libs=no
10128
10129# when you set need_version to no, make sure it does not cause -set_version
10130# flags to be left without arguments
10131need_version=unknown
10132
10133case $host_os in
10134aix3*)
10135 version_type=linux
10136 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10137 shlibpath_var=LIBPATH
10138
10139 # AIX 3 has no versioning support, so we append a major version to the name.
10140 soname_spec='${libname}${release}${shared_ext}$major'
10141 ;;
10142
50e7d84b 10143aix[4-9]*)
dabbade6
L
10144 version_type=linux
10145 need_lib_prefix=no
10146 need_version=no
10147 hardcode_into_libs=yes
10148 if test "$host_cpu" = ia64; then
10149 # AIX 5 supports IA64
10150 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10151 shlibpath_var=LD_LIBRARY_PATH
10152 else
10153 # With GCC up to 2.95.x, collect2 would create an import file
10154 # for dependence libraries. The import file would start with
10155 # the line `#! .'. This would cause the generated library to
10156 # depend on `.', always an invalid library. This was fixed in
10157 # development snapshots of GCC prior to 3.0.
10158 case $host_os in
10159 aix4 | aix4.[01] | aix4.[01].*)
10160 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10161 echo ' yes '
10162 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10163 :
10164 else
10165 can_build_shared=no
10166 fi
10167 ;;
10168 esac
10169 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10170 # soname into executable. Probably we can add versioning support to
10171 # collect2, so additional links can be useful in future.
10172 if test "$aix_use_runtimelinking" = yes; then
10173 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10174 # instead of lib<name>.a to let people know that these are not
10175 # typical AIX shared libraries.
10176 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10177 else
10178 # We preserve .a as extension for shared libraries through AIX4.2
10179 # and later when we are not doing run time linking.
10180 library_names_spec='${libname}${release}.a $libname.a'
10181 soname_spec='${libname}${release}${shared_ext}$major'
10182 fi
10183 shlibpath_var=LIBPATH
10184 fi
10185 ;;
10186
10187amigaos*)
1927a18f
L
10188 case $host_cpu in
10189 powerpc)
10190 # Since July 2007 AmigaOS4 officially supports .so libraries.
10191 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10192 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10193 ;;
10194 m68k)
dabbade6
L
10195 library_names_spec='$libname.ixlibrary $libname.a'
10196 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10197 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'
1927a18f
L
10198 ;;
10199 esac
dabbade6
L
10200 ;;
10201
10202beos*)
10203 library_names_spec='${libname}${shared_ext}'
10204 dynamic_linker="$host_os ld.so"
10205 shlibpath_var=LIBRARY_PATH
10206 ;;
10207
10208bsdi[45]*)
10209 version_type=linux
10210 need_version=no
10211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10212 soname_spec='${libname}${release}${shared_ext}$major'
10213 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10214 shlibpath_var=LD_LIBRARY_PATH
10215 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10216 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10217 # the default ld.so.conf also contains /usr/contrib/lib and
10218 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10219 # libtool to hard-code these into programs
10220 ;;
10221
1927a18f 10222cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
10223 version_type=windows
10224 shrext_cmds=".dll"
10225 need_version=no
10226 need_lib_prefix=no
10227
1927a18f
L
10228 case $GCC,$host_os in
10229 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
dabbade6
L
10230 library_names_spec='$libname.dll.a'
10231 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10232 postinstall_cmds='base_file=`basename \${file}`~
10233 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10234 dldir=$destdir/`dirname \$dlpath`~
10235 test -d \$dldir || mkdir -p \$dldir~
10236 $install_prog $dir/$dlname \$dldir/$dlname~
10237 chmod a+x \$dldir/$dlname~
10238 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10239 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10240 fi'
10241 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10242 dlpath=$dir/\$dldll~
10243 $RM \$dlpath'
10244 shlibpath_overrides_runpath=yes
10245
10246 case $host_os in
10247 cygwin*)
10248 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10249 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10250
10251 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
dabbade6 10252 ;;
1927a18f 10253 mingw* | cegcc*)
dabbade6
L
10254 # MinGW DLLs use traditional 'lib' prefix
10255 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
dabbade6
L
10256 ;;
10257 pw32*)
10258 # pw32 DLLs use 'pw' prefix rather than 'lib'
10259 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10260 ;;
10261 esac
10262 ;;
10263
10264 *)
10265 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10266 ;;
10267 esac
10268 dynamic_linker='Win32 ld.exe'
10269 # FIXME: first we should search . and the directory the executable is in
10270 shlibpath_var=PATH
10271 ;;
10272
10273darwin* | rhapsody*)
10274 dynamic_linker="$host_os dyld"
10275 version_type=darwin
10276 need_lib_prefix=no
10277 need_version=no
10278 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10279 soname_spec='${libname}${release}${major}$shared_ext'
10280 shlibpath_overrides_runpath=yes
10281 shlibpath_var=DYLD_LIBRARY_PATH
10282 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10283
10284 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10285 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10286 ;;
10287
10288dgux*)
10289 version_type=linux
10290 need_lib_prefix=no
10291 need_version=no
10292 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10293 soname_spec='${libname}${release}${shared_ext}$major'
10294 shlibpath_var=LD_LIBRARY_PATH
10295 ;;
10296
dabbade6
L
10297freebsd* | dragonfly*)
10298 # DragonFly does not have aout. When/if they implement a new
10299 # versioning mechanism, adjust this.
10300 if test -x /usr/bin/objformat; then
10301 objformat=`/usr/bin/objformat`
10302 else
10303 case $host_os in
6d2920c8 10304 freebsd[23].*) objformat=aout ;;
dabbade6
L
10305 *) objformat=elf ;;
10306 esac
10307 fi
10308 version_type=freebsd-$objformat
10309 case $version_type in
10310 freebsd-elf*)
10311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10312 need_version=no
10313 need_lib_prefix=no
10314 ;;
10315 freebsd-*)
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10317 need_version=yes
10318 ;;
10319 esac
10320 shlibpath_var=LD_LIBRARY_PATH
10321 case $host_os in
6d2920c8 10322 freebsd2.*)
dabbade6
L
10323 shlibpath_overrides_runpath=yes
10324 ;;
10325 freebsd3.[01]* | freebsdelf3.[01]*)
10326 shlibpath_overrides_runpath=yes
10327 hardcode_into_libs=yes
10328 ;;
10329 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10330 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10331 shlibpath_overrides_runpath=no
10332 hardcode_into_libs=yes
10333 ;;
10334 *) # from 4.6 on, and DragonFly
10335 shlibpath_overrides_runpath=yes
10336 hardcode_into_libs=yes
10337 ;;
10338 esac
10339 ;;
10340
10341gnu*)
10342 version_type=linux
10343 need_lib_prefix=no
10344 need_version=no
10345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10346 soname_spec='${libname}${release}${shared_ext}$major'
10347 shlibpath_var=LD_LIBRARY_PATH
10348 hardcode_into_libs=yes
10349 ;;
10350
3725885a
RW
10351haiku*)
10352 version_type=linux
10353 need_lib_prefix=no
10354 need_version=no
10355 dynamic_linker="$host_os runtime_loader"
10356 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10357 soname_spec='${libname}${release}${shared_ext}$major'
10358 shlibpath_var=LIBRARY_PATH
10359 shlibpath_overrides_runpath=yes
10360 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10361 hardcode_into_libs=yes
10362 ;;
10363
dabbade6
L
10364hpux9* | hpux10* | hpux11*)
10365 # Give a soname corresponding to the major version so that dld.sl refuses to
10366 # link against other versions.
10367 version_type=sunos
10368 need_lib_prefix=no
10369 need_version=no
10370 case $host_cpu in
10371 ia64*)
10372 shrext_cmds='.so'
10373 hardcode_into_libs=yes
10374 dynamic_linker="$host_os dld.so"
10375 shlibpath_var=LD_LIBRARY_PATH
10376 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10378 soname_spec='${libname}${release}${shared_ext}$major'
10379 if test "X$HPUX_IA64_MODE" = X32; then
10380 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10381 else
10382 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10383 fi
10384 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10385 ;;
10386 hppa*64*)
10387 shrext_cmds='.sl'
10388 hardcode_into_libs=yes
10389 dynamic_linker="$host_os dld.sl"
10390 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10391 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10392 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10393 soname_spec='${libname}${release}${shared_ext}$major'
10394 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10395 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10396 ;;
10397 *)
10398 shrext_cmds='.sl'
10399 dynamic_linker="$host_os dld.sl"
10400 shlibpath_var=SHLIB_PATH
10401 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10402 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10403 soname_spec='${libname}${release}${shared_ext}$major'
10404 ;;
10405 esac
3725885a 10406 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
dabbade6 10407 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10408 # or fails outright, so override atomically:
10409 install_override_mode=555
dabbade6
L
10410 ;;
10411
10412interix[3-9]*)
10413 version_type=linux
10414 need_lib_prefix=no
10415 need_version=no
10416 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10417 soname_spec='${libname}${release}${shared_ext}$major'
10418 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10419 shlibpath_var=LD_LIBRARY_PATH
10420 shlibpath_overrides_runpath=no
10421 hardcode_into_libs=yes
10422 ;;
10423
10424irix5* | irix6* | nonstopux*)
10425 case $host_os in
10426 nonstopux*) version_type=nonstopux ;;
10427 *)
10428 if test "$lt_cv_prog_gnu_ld" = yes; then
10429 version_type=linux
10430 else
10431 version_type=irix
10432 fi ;;
10433 esac
10434 need_lib_prefix=no
10435 need_version=no
10436 soname_spec='${libname}${release}${shared_ext}$major'
10437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10438 case $host_os in
10439 irix5* | nonstopux*)
10440 libsuff= shlibsuff=
10441 ;;
10442 *)
10443 case $LD in # libtool.m4 will add one of these switches to LD
10444 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10445 libsuff= shlibsuff= libmagic=32-bit;;
10446 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10447 libsuff=32 shlibsuff=N32 libmagic=N32;;
10448 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10449 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10450 *) libsuff= shlibsuff= libmagic=never-match;;
10451 esac
10452 ;;
10453 esac
10454 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10455 shlibpath_overrides_runpath=no
10456 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10457 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10458 hardcode_into_libs=yes
10459 ;;
10460
10461# No shared lib support for Linux oldld, aout, or coff.
10462linux*oldld* | linux*aout* | linux*coff*)
10463 dynamic_linker=no
10464 ;;
10465
10466# This must be Linux ELF.
58e24671 10467linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
10468 version_type=linux
10469 need_lib_prefix=no
10470 need_version=no
10471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10472 soname_spec='${libname}${release}${shared_ext}$major'
10473 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10474 shlibpath_var=LD_LIBRARY_PATH
10475 shlibpath_overrides_runpath=no
39144654 10476
dabbade6 10477 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10478 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10479 $as_echo_n "(cached) " >&6
39144654
RW
10480else
10481 lt_cv_shlibpath_overrides_runpath=no
10482 save_LDFLAGS=$LDFLAGS
10483 save_libdir=$libdir
10484 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10485 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10487/* end confdefs.h. */
10488
d7040cdb
SE
10489int
10490main ()
10491{
dabbade6 10492
d7040cdb
SE
10493 ;
10494 return 0;
10495}
10496_ACEOF
81ecdfbb
RW
10497if ac_fn_c_try_link "$LINENO"; then :
10498 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10499 lt_cv_shlibpath_overrides_runpath=yes
dabbade6 10500fi
d7040cdb 10501fi
81ecdfbb
RW
10502rm -f core conftest.err conftest.$ac_objext \
10503 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10504 LDFLAGS=$save_LDFLAGS
10505 libdir=$save_libdir
10506
10507fi
10508
10509 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
dabbade6
L
10510
10511 # This implies no fast_install, which is unacceptable.
10512 # Some rework will be needed to allow for fast_install
10513 # before this can be enabled.
10514 hardcode_into_libs=yes
10515
10516 # Append ld.so.conf contents to the search path
10517 if test -f /etc/ld.so.conf; then
3725885a 10518 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' ' '`
dabbade6
L
10519 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10520 fi
10521
10522 # We used to test for /lib/ld.so.1 and disable shared libraries on
10523 # powerpc, because MkLinux only supported shared libraries with the
10524 # GNU dynamic linker. Since this was broken with cross compilers,
10525 # most powerpc-linux boxes support dynamic linking these days and
10526 # people can always --disable-shared, the test was removed, and we
10527 # assume the GNU/Linux dynamic linker is in use.
10528 dynamic_linker='GNU/Linux ld.so'
10529 ;;
10530
10531netbsd*)
10532 version_type=sunos
10533 need_lib_prefix=no
10534 need_version=no
10535 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10537 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10538 dynamic_linker='NetBSD (a.out) ld.so'
10539 else
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10541 soname_spec='${libname}${release}${shared_ext}$major'
10542 dynamic_linker='NetBSD ld.elf_so'
10543 fi
10544 shlibpath_var=LD_LIBRARY_PATH
10545 shlibpath_overrides_runpath=yes
10546 hardcode_into_libs=yes
10547 ;;
10548
10549newsos6)
10550 version_type=linux
10551 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10552 shlibpath_var=LD_LIBRARY_PATH
10553 shlibpath_overrides_runpath=yes
10554 ;;
10555
10556*nto* | *qnx*)
10557 version_type=qnx
10558 need_lib_prefix=no
10559 need_version=no
10560 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10561 soname_spec='${libname}${release}${shared_ext}$major'
10562 shlibpath_var=LD_LIBRARY_PATH
10563 shlibpath_overrides_runpath=no
10564 hardcode_into_libs=yes
10565 dynamic_linker='ldqnx.so'
10566 ;;
10567
10568openbsd*)
10569 version_type=sunos
10570 sys_lib_dlsearch_path_spec="/usr/lib"
10571 need_lib_prefix=no
10572 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10573 case $host_os in
10574 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10575 *) need_version=no ;;
10576 esac
10577 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10578 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10579 shlibpath_var=LD_LIBRARY_PATH
10580 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10581 case $host_os in
10582 openbsd2.[89] | openbsd2.[89].*)
10583 shlibpath_overrides_runpath=no
10584 ;;
10585 *)
10586 shlibpath_overrides_runpath=yes
10587 ;;
10588 esac
10589 else
10590 shlibpath_overrides_runpath=yes
10591 fi
10592 ;;
10593
10594os2*)
10595 libname_spec='$name'
10596 shrext_cmds=".dll"
10597 need_lib_prefix=no
10598 library_names_spec='$libname${shared_ext} $libname.a'
10599 dynamic_linker='OS/2 ld.exe'
10600 shlibpath_var=LIBPATH
10601 ;;
10602
10603osf3* | osf4* | osf5*)
10604 version_type=osf
10605 need_lib_prefix=no
10606 need_version=no
10607 soname_spec='${libname}${release}${shared_ext}$major'
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10609 shlibpath_var=LD_LIBRARY_PATH
10610 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10611 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10612 ;;
10613
10614rdos*)
10615 dynamic_linker=no
10616 ;;
10617
10618solaris*)
10619 version_type=linux
10620 need_lib_prefix=no
10621 need_version=no
10622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10623 soname_spec='${libname}${release}${shared_ext}$major'
10624 shlibpath_var=LD_LIBRARY_PATH
10625 shlibpath_overrides_runpath=yes
10626 hardcode_into_libs=yes
10627 # ldd complains unless libraries are executable
10628 postinstall_cmds='chmod +x $lib'
10629 ;;
10630
10631sunos4*)
10632 version_type=sunos
10633 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10634 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10635 shlibpath_var=LD_LIBRARY_PATH
10636 shlibpath_overrides_runpath=yes
10637 if test "$with_gnu_ld" = yes; then
10638 need_lib_prefix=no
10639 fi
10640 need_version=yes
10641 ;;
10642
10643sysv4 | sysv4.3*)
10644 version_type=linux
10645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10646 soname_spec='${libname}${release}${shared_ext}$major'
10647 shlibpath_var=LD_LIBRARY_PATH
10648 case $host_vendor in
10649 sni)
10650 shlibpath_overrides_runpath=no
10651 need_lib_prefix=no
10652 runpath_var=LD_RUN_PATH
10653 ;;
10654 siemens)
10655 need_lib_prefix=no
10656 ;;
10657 motorola)
10658 need_lib_prefix=no
10659 need_version=no
10660 shlibpath_overrides_runpath=no
10661 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10662 ;;
10663 esac
10664 ;;
10665
10666sysv4*MP*)
10667 if test -d /usr/nec ;then
10668 version_type=linux
10669 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10670 soname_spec='$libname${shared_ext}.$major'
10671 shlibpath_var=LD_LIBRARY_PATH
10672 fi
10673 ;;
10674
10675sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10676 version_type=freebsd-elf
10677 need_lib_prefix=no
10678 need_version=no
10679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10680 soname_spec='${libname}${release}${shared_ext}$major'
10681 shlibpath_var=LD_LIBRARY_PATH
10682 shlibpath_overrides_runpath=yes
10683 hardcode_into_libs=yes
10684 if test "$with_gnu_ld" = yes; then
10685 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10686 else
10687 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10688 case $host_os in
10689 sco3.2v5*)
10690 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10691 ;;
10692 esac
10693 fi
10694 sys_lib_dlsearch_path_spec='/usr/lib'
10695 ;;
10696
10697tpf*)
10698 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10699 version_type=linux
10700 need_lib_prefix=no
10701 need_version=no
1927a18f 10702 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
dabbade6
L
10703 shlibpath_var=LD_LIBRARY_PATH
10704 shlibpath_overrides_runpath=no
10705 hardcode_into_libs=yes
10706 ;;
10707
10708uts4*)
10709 version_type=linux
10710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10711 soname_spec='${libname}${release}${shared_ext}$major'
10712 shlibpath_var=LD_LIBRARY_PATH
10713 ;;
d7040cdb 10714
dabbade6
L
10715*)
10716 dynamic_linker=no
10717 ;;
10718esac
81ecdfbb
RW
10719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10720$as_echo "$dynamic_linker" >&6; }
dabbade6 10721test "$dynamic_linker" = no && can_build_shared=no
d7040cdb 10722
dabbade6
L
10723variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10724if test "$GCC" = yes; then
10725 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10726fi
d7040cdb 10727
1927a18f
L
10728if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10729 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10730fi
10731if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10732 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10733fi
10734
d7040cdb 10735
d7040cdb
SE
10736
10737
d7040cdb
SE
10738
10739
d7040cdb
SE
10740
10741
d7040cdb
SE
10742
10743
d7040cdb
SE
10744
10745
d7040cdb 10746
d7040cdb 10747
d7040cdb 10748
d7040cdb 10749
d7040cdb 10750
d7040cdb 10751
d7040cdb 10752
d7040cdb 10753
d7040cdb 10754
d7040cdb 10755
d7040cdb 10756
d7040cdb 10757
d7040cdb 10758
d7040cdb 10759
d7040cdb
SE
10760
10761
d7040cdb 10762
d7040cdb 10763
d7040cdb 10764
d7040cdb 10765
d7040cdb 10766
d7040cdb 10767
d7040cdb 10768
d7040cdb 10769
d7040cdb 10770
d7040cdb
SE
10771
10772
d7040cdb 10773
d7040cdb 10774
d7040cdb 10775
d7040cdb
SE
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
d7040cdb
SE
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
d7040cdb 10805
d7040cdb 10806
dabbade6
L
10807
10808
10809
10810
10811
10812
10813
10814
3725885a
RW
10815
10816
10817
10818
10819
dabbade6
L
10820
10821
10822
10823
10824
10825
81ecdfbb
RW
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10827$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
dabbade6
L
10828hardcode_action=
10829if test -n "$hardcode_libdir_flag_spec" ||
10830 test -n "$runpath_var" ||
10831 test "X$hardcode_automatic" = "Xyes" ; then
10832
10833 # We can hardcode non-existent directories.
10834 if test "$hardcode_direct" != no &&
10835 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10836 # have to relink, otherwise we might link with an installed library
10837 # when we should be linking with a yet-to-be-installed one
10838 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10839 test "$hardcode_minus_L" != no; then
10840 # Linking always hardcodes the temporary library directory.
10841 hardcode_action=relink
10842 else
10843 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10844 hardcode_action=immediate
10845 fi
10846else
10847 # We cannot hardcode anything, or else we can only hardcode existing
10848 # directories.
10849 hardcode_action=unsupported
10850fi
81ecdfbb
RW
10851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10852$as_echo "$hardcode_action" >&6; }
dabbade6
L
10853
10854if test "$hardcode_action" = relink ||
10855 test "$inherit_rpath" = yes; then
10856 # Fast installation is not supported
10857 enable_fast_install=no
10858elif test "$shlibpath_overrides_runpath" = yes ||
10859 test "$enable_shared" = no; then
10860 # Fast installation is not necessary
10861 enable_fast_install=needless
10862fi
10863
10864
10865
10866
10867
10868
10869 if test "x$enable_dlopen" != xyes; then
10870 enable_dlopen=unknown
10871 enable_dlopen_self=unknown
10872 enable_dlopen_self_static=unknown
10873else
10874 lt_cv_dlopen=no
10875 lt_cv_dlopen_libs=
10876
d7040cdb 10877 case $host_os in
dabbade6
L
10878 beos*)
10879 lt_cv_dlopen="load_add_on"
10880 lt_cv_dlopen_libs=
10881 lt_cv_dlopen_self=yes
d7040cdb
SE
10882 ;;
10883
1927a18f 10884 mingw* | pw32* | cegcc*)
dabbade6
L
10885 lt_cv_dlopen="LoadLibrary"
10886 lt_cv_dlopen_libs=
d7040cdb 10887 ;;
d7040cdb 10888
dabbade6
L
10889 cygwin*)
10890 lt_cv_dlopen="dlopen"
10891 lt_cv_dlopen_libs=
10892 ;;
d7040cdb 10893
dabbade6
L
10894 darwin*)
10895 # if libdl is installed we need to link against it
81ecdfbb
RW
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10897$as_echo_n "checking for dlopen in -ldl... " >&6; }
10898if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10899 $as_echo_n "(cached) " >&6
dabbade6
L
10900else
10901 ac_check_lib_save_LIBS=$LIBS
10902LIBS="-ldl $LIBS"
81ecdfbb 10903cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 10904/* end confdefs.h. */
d7040cdb 10905
81ecdfbb
RW
10906/* Override any GCC internal prototype to avoid an error.
10907 Use char because int might match the return type of a GCC
10908 builtin and then its argument prototype would still apply. */
dabbade6
L
10909#ifdef __cplusplus
10910extern "C"
10911#endif
dabbade6
L
10912char dlopen ();
10913int
10914main ()
10915{
81ecdfbb 10916return dlopen ();
dabbade6
L
10917 ;
10918 return 0;
10919}
10920_ACEOF
81ecdfbb 10921if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
10922 ac_cv_lib_dl_dlopen=yes
10923else
81ecdfbb 10924 ac_cv_lib_dl_dlopen=no
d7040cdb 10925fi
81ecdfbb
RW
10926rm -f core conftest.err conftest.$ac_objext \
10927 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
10928LIBS=$ac_check_lib_save_LIBS
10929fi
81ecdfbb
RW
10930{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10931$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10932if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
dabbade6
L
10933 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10934else
d7040cdb 10935
dabbade6
L
10936 lt_cv_dlopen="dyld"
10937 lt_cv_dlopen_libs=
10938 lt_cv_dlopen_self=yes
d7040cdb 10939
81ecdfbb 10940fi
d7040cdb 10941
81ecdfbb
RW
10942 ;;
10943
10944 *)
10945 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10946if test "x$ac_cv_func_shl_load" = x""yes; then :
10947 lt_cv_dlopen="shl_load"
10948else
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10950$as_echo_n "checking for shl_load in -ldld... " >&6; }
10951if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10952 $as_echo_n "(cached) " >&6
10953else
10954 ac_check_lib_save_LIBS=$LIBS
10955LIBS="-ldld $LIBS"
10956cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10957/* end confdefs.h. */
10958
10959/* Override any GCC internal prototype to avoid an error.
10960 Use char because int might match the return type of a GCC
dabbade6 10961 builtin and then its argument prototype would still apply. */
dabbade6 10962#ifdef __cplusplus
81ecdfbb 10963extern "C"
dabbade6 10964#endif
81ecdfbb 10965char shl_load ();
dabbade6
L
10966int
10967main ()
10968{
81ecdfbb 10969return shl_load ();
dabbade6
L
10970 ;
10971 return 0;
10972}
10973_ACEOF
81ecdfbb
RW
10974if ac_fn_c_try_link "$LINENO"; then :
10975 ac_cv_lib_dld_shl_load=yes
dabbade6 10976else
81ecdfbb 10977 ac_cv_lib_dld_shl_load=no
dabbade6 10978fi
81ecdfbb
RW
10979rm -f core conftest.err conftest.$ac_objext \
10980 conftest$ac_exeext conftest.$ac_ext
10981LIBS=$ac_check_lib_save_LIBS
dabbade6 10982fi
81ecdfbb
RW
10983{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10984$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10985if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10986 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10987else
10988 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10989if test "x$ac_cv_func_dlopen" = x""yes; then :
dabbade6
L
10990 lt_cv_dlopen="dlopen"
10991else
81ecdfbb
RW
10992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10993$as_echo_n "checking for dlopen in -ldl... " >&6; }
10994if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10995 $as_echo_n "(cached) " >&6
dabbade6
L
10996else
10997 ac_check_lib_save_LIBS=$LIBS
10998LIBS="-ldl $LIBS"
81ecdfbb 10999cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11000/* end confdefs.h. */
d7040cdb 11001
81ecdfbb
RW
11002/* Override any GCC internal prototype to avoid an error.
11003 Use char because int might match the return type of a GCC
11004 builtin and then its argument prototype would still apply. */
dabbade6
L
11005#ifdef __cplusplus
11006extern "C"
11007#endif
dabbade6
L
11008char dlopen ();
11009int
11010main ()
11011{
81ecdfbb 11012return dlopen ();
dabbade6
L
11013 ;
11014 return 0;
11015}
11016_ACEOF
81ecdfbb 11017if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11018 ac_cv_lib_dl_dlopen=yes
11019else
81ecdfbb 11020 ac_cv_lib_dl_dlopen=no
dabbade6 11021fi
81ecdfbb
RW
11022rm -f core conftest.err conftest.$ac_objext \
11023 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11024LIBS=$ac_check_lib_save_LIBS
11025fi
81ecdfbb
RW
11026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11027$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11028if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
dabbade6
L
11029 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11030else
81ecdfbb
RW
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11032$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11033if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11034 $as_echo_n "(cached) " >&6
dabbade6
L
11035else
11036 ac_check_lib_save_LIBS=$LIBS
11037LIBS="-lsvld $LIBS"
81ecdfbb 11038cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11039/* end confdefs.h. */
d7040cdb 11040
81ecdfbb
RW
11041/* Override any GCC internal prototype to avoid an error.
11042 Use char because int might match the return type of a GCC
11043 builtin and then its argument prototype would still apply. */
dabbade6
L
11044#ifdef __cplusplus
11045extern "C"
11046#endif
dabbade6
L
11047char dlopen ();
11048int
11049main ()
11050{
81ecdfbb 11051return dlopen ();
dabbade6
L
11052 ;
11053 return 0;
11054}
11055_ACEOF
81ecdfbb 11056if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11057 ac_cv_lib_svld_dlopen=yes
11058else
81ecdfbb 11059 ac_cv_lib_svld_dlopen=no
dabbade6 11060fi
81ecdfbb
RW
11061rm -f core conftest.err conftest.$ac_objext \
11062 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11063LIBS=$ac_check_lib_save_LIBS
11064fi
81ecdfbb
RW
11065{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11066$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11067if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
dabbade6
L
11068 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11069else
81ecdfbb
RW
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11071$as_echo_n "checking for dld_link in -ldld... " >&6; }
11072if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11073 $as_echo_n "(cached) " >&6
dabbade6
L
11074else
11075 ac_check_lib_save_LIBS=$LIBS
11076LIBS="-ldld $LIBS"
81ecdfbb 11077cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11078/* end confdefs.h. */
d7040cdb 11079
81ecdfbb
RW
11080/* Override any GCC internal prototype to avoid an error.
11081 Use char because int might match the return type of a GCC
11082 builtin and then its argument prototype would still apply. */
dabbade6
L
11083#ifdef __cplusplus
11084extern "C"
11085#endif
dabbade6
L
11086char dld_link ();
11087int
11088main ()
11089{
81ecdfbb 11090return dld_link ();
dabbade6
L
11091 ;
11092 return 0;
11093}
11094_ACEOF
81ecdfbb 11095if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11096 ac_cv_lib_dld_dld_link=yes
11097else
81ecdfbb 11098 ac_cv_lib_dld_dld_link=no
d7040cdb 11099fi
81ecdfbb
RW
11100rm -f core conftest.err conftest.$ac_objext \
11101 conftest$ac_exeext conftest.$ac_ext
dabbade6 11102LIBS=$ac_check_lib_save_LIBS
d7040cdb 11103fi
81ecdfbb
RW
11104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11105$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11106if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
1927a18f 11107 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11108fi
11109
d7040cdb 11110
d7040cdb
SE
11111fi
11112
11113
dabbade6 11114fi
d7040cdb
SE
11115
11116
dabbade6 11117fi
d7040cdb
SE
11118
11119
d7040cdb
SE
11120fi
11121
979273e3 11122
252b5132 11123fi
252b5132 11124
dabbade6
L
11125 ;;
11126 esac
252b5132 11127
dabbade6
L
11128 if test "x$lt_cv_dlopen" != xno; then
11129 enable_dlopen=yes
11130 else
11131 enable_dlopen=no
11132 fi
1c0d3aa6 11133
dabbade6
L
11134 case $lt_cv_dlopen in
11135 dlopen)
11136 save_CPPFLAGS="$CPPFLAGS"
11137 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
20e95c23 11138
dabbade6
L
11139 save_LDFLAGS="$LDFLAGS"
11140 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
20e95c23 11141
dabbade6
L
11142 save_LIBS="$LIBS"
11143 LIBS="$lt_cv_dlopen_libs $LIBS"
20e95c23 11144
81ecdfbb
RW
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11146$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11147if test "${lt_cv_dlopen_self+set}" = set; then :
11148 $as_echo_n "(cached) " >&6
d7040cdb 11149else
dabbade6
L
11150 if test "$cross_compiling" = yes; then :
11151 lt_cv_dlopen_self=cross
d7040cdb 11152else
dabbade6
L
11153 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11154 lt_status=$lt_dlunknown
11155 cat > conftest.$ac_ext <<_LT_EOF
9e76c212 11156#line 11156 "configure"
dabbade6 11157#include "confdefs.h"
20e95c23 11158
dabbade6
L
11159#if HAVE_DLFCN_H
11160#include <dlfcn.h>
11161#endif
20e95c23 11162
dabbade6 11163#include <stdio.h>
20e95c23 11164
dabbade6
L
11165#ifdef RTLD_GLOBAL
11166# define LT_DLGLOBAL RTLD_GLOBAL
11167#else
11168# ifdef DL_GLOBAL
11169# define LT_DLGLOBAL DL_GLOBAL
11170# else
11171# define LT_DLGLOBAL 0
11172# endif
11173#endif
20e95c23 11174
dabbade6
L
11175/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11176 find out it does not work in some platform. */
11177#ifndef LT_DLLAZY_OR_NOW
11178# ifdef RTLD_LAZY
11179# define LT_DLLAZY_OR_NOW RTLD_LAZY
11180# else
11181# ifdef DL_LAZY
11182# define LT_DLLAZY_OR_NOW DL_LAZY
11183# else
11184# ifdef RTLD_NOW
11185# define LT_DLLAZY_OR_NOW RTLD_NOW
11186# else
11187# ifdef DL_NOW
11188# define LT_DLLAZY_OR_NOW DL_NOW
11189# else
11190# define LT_DLLAZY_OR_NOW 0
11191# endif
11192# endif
11193# endif
11194# endif
11195#endif
20e95c23 11196
3725885a
RW
11197/* When -fvisbility=hidden is used, assume the code has been annotated
11198 correspondingly for the symbols needed. */
11199#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11200void fnord () __attribute__((visibility("default")));
11201#endif
11202
11203void fnord () { int i=42; }
dabbade6
L
11204int main ()
11205{
11206 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11207 int status = $lt_dlunknown;
20e95c23 11208
dabbade6
L
11209 if (self)
11210 {
11211 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11212 else
11213 {
11214 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11215 else puts (dlerror ());
11216 }
dabbade6
L
11217 /* dlclose (self); */
11218 }
11219 else
11220 puts (dlerror ());
d7040cdb 11221
1927a18f 11222 return status;
dabbade6
L
11223}
11224_LT_EOF
81ecdfbb 11225 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
11226 (eval $ac_link) 2>&5
11227 ac_status=$?
81ecdfbb
RW
11228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11229 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
dabbade6
L
11230 (./conftest; exit; ) >&5 2>/dev/null
11231 lt_status=$?
11232 case x$lt_status in
11233 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11234 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11235 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11236 esac
11237 else :
11238 # compilation failed
11239 lt_cv_dlopen_self=no
11240 fi
d7040cdb 11241fi
dabbade6
L
11242rm -fr conftest*
11243
252b5132 11244
d7040cdb 11245fi
81ecdfbb
RW
11246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11247$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb 11248
dabbade6
L
11249 if test "x$lt_cv_dlopen_self" = xyes; then
11250 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11252$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11253if test "${lt_cv_dlopen_self_static+set}" = set; then :
11254 $as_echo_n "(cached) " >&6
252b5132 11255else
dabbade6
L
11256 if test "$cross_compiling" = yes; then :
11257 lt_cv_dlopen_self_static=cross
d7040cdb 11258else
dabbade6
L
11259 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11260 lt_status=$lt_dlunknown
11261 cat > conftest.$ac_ext <<_LT_EOF
9e76c212 11262#line 11262 "configure"
dabbade6 11263#include "confdefs.h"
252b5132 11264
dabbade6
L
11265#if HAVE_DLFCN_H
11266#include <dlfcn.h>
11267#endif
252b5132 11268
dabbade6 11269#include <stdio.h>
d7040cdb 11270
dabbade6
L
11271#ifdef RTLD_GLOBAL
11272# define LT_DLGLOBAL RTLD_GLOBAL
11273#else
11274# ifdef DL_GLOBAL
11275# define LT_DLGLOBAL DL_GLOBAL
11276# else
11277# define LT_DLGLOBAL 0
11278# endif
11279#endif
20e95c23 11280
dabbade6
L
11281/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11282 find out it does not work in some platform. */
11283#ifndef LT_DLLAZY_OR_NOW
11284# ifdef RTLD_LAZY
11285# define LT_DLLAZY_OR_NOW RTLD_LAZY
11286# else
11287# ifdef DL_LAZY
11288# define LT_DLLAZY_OR_NOW DL_LAZY
11289# else
11290# ifdef RTLD_NOW
11291# define LT_DLLAZY_OR_NOW RTLD_NOW
11292# else
11293# ifdef DL_NOW
11294# define LT_DLLAZY_OR_NOW DL_NOW
11295# else
11296# define LT_DLLAZY_OR_NOW 0
11297# endif
11298# endif
11299# endif
11300# endif
11301#endif
979273e3 11302
3725885a
RW
11303/* When -fvisbility=hidden is used, assume the code has been annotated
11304 correspondingly for the symbols needed. */
11305#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11306void fnord () __attribute__((visibility("default")));
11307#endif
11308
11309void fnord () { int i=42; }
dabbade6
L
11310int main ()
11311{
11312 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11313 int status = $lt_dlunknown;
d7040cdb 11314
dabbade6
L
11315 if (self)
11316 {
11317 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11318 else
11319 {
11320 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11321 else puts (dlerror ());
11322 }
dabbade6
L
11323 /* dlclose (self); */
11324 }
11325 else
11326 puts (dlerror ());
d7040cdb 11327
1927a18f 11328 return status;
dabbade6
L
11329}
11330_LT_EOF
81ecdfbb 11331 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
11332 (eval $ac_link) 2>&5
11333 ac_status=$?
81ecdfbb
RW
11334 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11335 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
dabbade6
L
11336 (./conftest; exit; ) >&5 2>/dev/null
11337 lt_status=$?
11338 case x$lt_status in
11339 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11340 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11341 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11342 esac
11343 else :
11344 # compilation failed
11345 lt_cv_dlopen_self_static=no
11346 fi
20e95c23 11347fi
dabbade6 11348rm -fr conftest*
979273e3 11349
d7040cdb
SE
11350
11351fi
81ecdfbb
RW
11352{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11353$as_echo "$lt_cv_dlopen_self_static" >&6; }
dabbade6
L
11354 fi
11355
11356 CPPFLAGS="$save_CPPFLAGS"
11357 LDFLAGS="$save_LDFLAGS"
11358 LIBS="$save_LIBS"
11359 ;;
11360 esac
11361
11362 case $lt_cv_dlopen_self in
11363 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11364 *) enable_dlopen_self=unknown ;;
11365 esac
11366
11367 case $lt_cv_dlopen_self_static in
11368 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11369 *) enable_dlopen_self_static=unknown ;;
11370 esac
d7040cdb 11371fi
dabbade6
L
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389striplib=
11390old_striplib=
81ecdfbb
RW
11391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11392$as_echo_n "checking whether stripping libraries is possible... " >&6; }
dabbade6
L
11393if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11394 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11395 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11397$as_echo "yes" >&6; }
d7040cdb 11398else
dabbade6
L
11399# FIXME - insert some real tests, host_os isn't really good enough
11400 case $host_os in
11401 darwin*)
11402 if test -n "$STRIP" ; then
11403 striplib="$STRIP -x"
11404 old_striplib="$STRIP -S"
81ecdfbb
RW
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11406$as_echo "yes" >&6; }
dabbade6 11407 else
81ecdfbb
RW
11408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11409$as_echo "no" >&6; }
dabbade6
L
11410 fi
11411 ;;
11412 *)
81ecdfbb
RW
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11414$as_echo "no" >&6; }
dabbade6
L
11415 ;;
11416 esac
d7040cdb 11417fi
20e95c23 11418
979273e3 11419
dabbade6
L
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
11430 # Report which library types will actually be built
81ecdfbb
RW
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11432$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11434$as_echo "$can_build_shared" >&6; }
dabbade6 11435
81ecdfbb
RW
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11437$as_echo_n "checking whether to build shared libraries... " >&6; }
dabbade6
L
11438 test "$can_build_shared" = "no" && enable_shared=no
11439
11440 # On AIX, shared libraries and static libraries use the same namespace, and
11441 # are all built from PIC.
11442 case $host_os in
11443 aix3*)
11444 test "$enable_shared" = yes && enable_static=no
11445 if test -n "$RANLIB"; then
11446 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11447 postinstall_cmds='$RANLIB $lib'
11448 fi
11449 ;;
11450
50e7d84b 11451 aix[4-9]*)
dabbade6
L
11452 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11453 test "$enable_shared" = yes && enable_static=no
11454 fi
11455 ;;
11456 esac
81ecdfbb
RW
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11458$as_echo "$enable_shared" >&6; }
dabbade6 11459
81ecdfbb
RW
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11461$as_echo_n "checking whether to build static libraries... " >&6; }
dabbade6
L
11462 # Make sure either enable_shared or enable_static is yes.
11463 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11465$as_echo "$enable_static" >&6; }
dabbade6
L
11466
11467
11468
d7040cdb 11469
252b5132 11470fi
dabbade6
L
11471ac_ext=c
11472ac_cpp='$CPP $CPPFLAGS'
11473ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11474ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11475ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 11476
dabbade6 11477CC="$lt_save_CC"
20e95c23 11478
20e95c23 11479
d7040cdb 11480
d7040cdb 11481
d7040cdb 11482
20e95c23 11483
dabbade6
L
11484
11485
11486
11487
11488
11489
11490
81ecdfbb 11491 ac_config_commands="$ac_config_commands libtool"
dabbade6
L
11492
11493
11494
11495
11496# Only expand once:
11497
11498
11499
81ecdfbb
RW
11500# Check whether --enable-targets was given.
11501if test "${enable_targets+set}" = set; then :
11502 enableval=$enable_targets; case "${enableval}" in
11503 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
dabbade6
L
11504 ;;
11505 no) enable_targets= ;;
11506 *) enable_targets=$enableval ;;
11507esac
81ecdfbb
RW
11508fi
11509
dabbade6 11510
270c9937
JB
11511# Set the 'development' global.
11512. $srcdir/../bfd/development.sh
11513
c5da1932
VZ
11514# Set acp_cpp_for_build variable
11515ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11516
9780e045 11517# Default set of GCC warnings to enable.
397841b5 11518GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 11519GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11520
11521# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11522cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11523/* end confdefs.h. */
11524__GNUC__
11525_ACEOF
11526if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11527 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11528
11529else
11530 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11531fi
11532rm -f conftest*
11533
dabbade6 11534
9780e045
NC
11535# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11536cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11537/* end confdefs.h. */
11538__GNUC__
11539_ACEOF
11540if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11541 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11542
11543else
11544 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11545fi
11546rm -f conftest*
11547
11548
6757cf57
TS
11549# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11550WARN_WRITE_STRINGS=""
11551cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11552/* end confdefs.h. */
11553__GNUC__
11554_ACEOF
11555if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11556 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11557
11558else
11559 WARN_WRITE_STRINGS="-Wwrite-strings"
11560fi
11561rm -f conftest*
11562
9780e045 11563
96fe4562 11564# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
11565
11566# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11567cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11568/* end confdefs.h. */
11569__GNUC__
11570_ACEOF
11571if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11572 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11573
11574else
11575 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11576fi
11577rm -f conftest*
11578
11579
11580# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11581cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11582/* end confdefs.h. */
11583__GNUC__
11584_ACEOF
11585if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11586 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11587
11588else
11589 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11590fi
11591rm -f conftest*
11592
11593
81ecdfbb
RW
11594# Check whether --enable-werror was given.
11595if test "${enable_werror+set}" = set; then :
11596 enableval=$enable_werror; case "${enableval}" in
dabbade6
L
11597 yes | y) ERROR_ON_WARNING="yes" ;;
11598 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11599 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
dabbade6 11600 esac
81ecdfbb
RW
11601fi
11602
dabbade6 11603
397841b5 11604# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11605case "${host}" in
11606 *-*-mingw32*)
11607 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11608 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 11609 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
11610 fi
11611 ;;
11612 *) ;;
11613esac
11614
270c9937
JB
11615# Enable -Werror by default when using gcc. Turn it off for releases.
11616if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
dabbade6 11617 ERROR_ON_WARNING=yes
d7040cdb 11618fi
20e95c23 11619
dabbade6
L
11620NO_WERROR=
11621if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 11622 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 11623 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
dabbade6 11624 NO_WERROR="-Wno-error"
20e95c23 11625fi
d7040cdb 11626
dabbade6
L
11627if test "${GCC}" = yes ; then
11628 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 11629 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
dabbade6 11630fi
d7040cdb 11631
81ecdfbb
RW
11632# Check whether --enable-build-warnings was given.
11633if test "${enable_build_warnings+set}" = set; then :
11634 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
11635 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11636 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
dabbade6
L
11637 no) if test "${GCC}" = yes ; then
11638 WARN_CFLAGS="-w"
c5da1932 11639 WARN_CFLAGS_FOR_BUILD="-w"
dabbade6
L
11640 fi;;
11641 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11642 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11643 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
dabbade6 11644 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
11645 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11646 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11647 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11648 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
dabbade6 11649esac
81ecdfbb
RW
11650fi
11651
979273e3 11652
dabbade6
L
11653if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11654 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
d7040cdb 11655fi
dabbade6
L
11656
11657
11658
11659
6757cf57 11660
c5da1932 11661
8a643cc3
L
11662ac_ext=c
11663ac_cpp='$CPP $CPPFLAGS'
11664ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11665ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11666ac_compiler_gnu=$ac_cv_c_compiler_gnu
11667
35d0a169
MR
11668NO_WMISSING_FIELD_INITIALIZERS=
11669save_CFLAGS="$CFLAGS"
11670for real_option in -Wno-missing-field-initializers; do
11671 # Do the check with the no- prefix removed since gcc silently
11672 # accepts any -Wno-* option on purpose
11673 case $real_option in
11674 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11675 *) option=$real_option ;;
11676 esac
11677 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11678
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11680$as_echo_n "checking whether $CC supports $option... " >&6; }
11681if { as_var=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
11682 $as_echo_n "(cached) " >&6
11683else
11684 CFLAGS="$option"
11685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11686/* end confdefs.h. */
11687
11688int
11689main ()
11690{
11691
11692 ;
11693 return 0;
11694}
11695_ACEOF
11696if ac_fn_c_try_compile "$LINENO"; then :
11697 eval "$as_acx_Woption=yes"
11698else
11699 eval "$as_acx_Woption=no"
11700fi
11701rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11702
11703fi
11704eval ac_res=\$$as_acx_Woption
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11706$as_echo "$ac_res" >&6; }
11707 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11708 NO_WMISSING_FIELD_INITIALIZERS="$NO_WMISSING_FIELD_INITIALIZERS${NO_WMISSING_FIELD_INITIALIZERS:+ }$real_option"
11709fi
11710 done
11711CFLAGS="$save_CFLAGS"
8a643cc3
L
11712ac_ext=c
11713ac_cpp='$CPP $CPPFLAGS'
11714ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11715ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11716ac_compiler_gnu=$ac_cv_c_compiler_gnu
11717
35d0a169 11718
dabbade6 11719
81ecdfbb 11720ac_config_headers="$ac_config_headers config.h:config.in"
dabbade6
L
11721
11722
df7b86aa
NC
11723# PR 14072
11724
11725
dabbade6 11726if test -z "$target" ; then
81ecdfbb 11727 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb 11728fi
dabbade6 11729
81ecdfbb
RW
11730
11731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11732$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11733 # Check whether --enable-maintainer-mode was given.
11734if test "${enable_maintainer_mode+set}" = set; then :
11735 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb 11736else
dabbade6 11737 USE_MAINTAINER_MODE=no
81ecdfbb 11738fi
d7040cdb 11739
81ecdfbb
RW
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11741$as_echo "$USE_MAINTAINER_MODE" >&6; }
11742 if test $USE_MAINTAINER_MODE = yes; then
dabbade6
L
11743 MAINTAINER_MODE_TRUE=
11744 MAINTAINER_MODE_FALSE='#'
252b5132 11745else
dabbade6
L
11746 MAINTAINER_MODE_TRUE='#'
11747 MAINTAINER_MODE_FALSE=
252b5132 11748fi
d7040cdb 11749
dabbade6
L
11750 MAINT=$MAINTAINER_MODE_TRUE
11751
11752
11753 case ${build_alias} in
11754 "") build_noncanonical=${build} ;;
11755 *) build_noncanonical=${build_alias} ;;
11756esac
11757
11758 case ${host_alias} in
11759 "") host_noncanonical=${build_noncanonical} ;;
11760 *) host_noncanonical=${host_alias} ;;
11761esac
979273e3 11762
dabbade6
L
11763 case ${target_alias} in
11764 "") target_noncanonical=${host_noncanonical} ;;
11765 *) target_noncanonical=${target_alias} ;;
d7040cdb 11766esac
252b5132 11767
81ecdfbb
RW
11768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11769$as_echo_n "checking whether to install libbfd... " >&6; }
11770 # Check whether --enable-install-libbfd was given.
11771if test "${enable_install_libbfd+set}" = set; then :
11772 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
979273e3 11773else
dabbade6
L
11774 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
11775 install_libbfd_p=yes
11776 else
11777 install_libbfd_p=no
11778 fi
81ecdfbb 11779fi
d7040cdb 11780
81ecdfbb
RW
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11782$as_echo "$install_libbfd_p" >&6; }
11783 if test $install_libbfd_p = yes; then
dabbade6
L
11784 INSTALL_LIBBFD_TRUE=
11785 INSTALL_LIBBFD_FALSE='#'
11786else
11787 INSTALL_LIBBFD_TRUE='#'
11788 INSTALL_LIBBFD_FALSE=
d7040cdb
SE
11789fi
11790
dabbade6 11791 # Need _noncanonical variables for this.
979273e3 11792
d7040cdb
SE
11793
11794
dabbade6
L
11795
11796 # libbfd.a is a host library containing target dependent code
11797 bfdlibdir='$(libdir)'
11798 bfdincludedir='$(includedir)'
11799 if test "${host}" != "${target}"; then
11800 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11801 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11802 fi
11803
11804
11805
11806
11807
11808
573e8a1c
RW
11809
11810
dabbade6
L
11811# host-specific stuff:
11812
eb80cb87 11813ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN it uk"
d7040cdb
SE
11814# If we haven't got the data from the intl directory,
11815# assume NLS is disabled.
11816USE_NLS=no
11817LIBINTL=
11818LIBINTL_DEP=
11819INCINTL=
11820XGETTEXT=
11821GMSGFMT=
11822POSUB=
11823
11824if test -f ../intl/config.intl; then
11825 . ../intl/config.intl
11826fi
81ecdfbb
RW
11827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11828$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 11829if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11831$as_echo "no" >&6; }
d7040cdb 11832else
81ecdfbb
RW
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11834$as_echo "yes" >&6; }
d7040cdb 11835
81ecdfbb 11836$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
11837
11838
81ecdfbb
RW
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11840$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
11841 # Look for .po and .gmo files in the source directory.
11842 CATALOGS=
11843 XLINGUAS=
11844 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11845 # If there aren't any .gmo files the shell will give us the
11846 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11847 # weeded out.
11848 case "$cat" in *\**)
11849 continue;;
11850 esac
11851 # The quadruple backslash is collapsed to a double backslash
11852 # by the backticks, then collapsed again by the double quotes,
11853 # leaving us with one backslash in the sed expression (right
11854 # before the dot that mustn't act as a wildcard).
11855 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11856 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11857 # The user is allowed to set LINGUAS to a list of languages to
11858 # install catalogs for. If it's empty that means "all of them."
11859 if test "x$LINGUAS" = x; then
11860 CATALOGS="$CATALOGS $cat"
11861 XLINGUAS="$XLINGUAS $lang"
11862 else
11863 case "$LINGUAS" in *$lang*)
11864 CATALOGS="$CATALOGS $cat"
11865 XLINGUAS="$XLINGUAS $lang"
11866 ;;
11867 esac
11868 fi
11869 done
11870 LINGUAS="$XLINGUAS"
81ecdfbb
RW
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11872$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
11873
11874
11875 DATADIRNAME=share
11876
11877 INSTOBJEXT=.mo
11878
11879 GENCAT=gencat
11880
11881 CATOBJEXT=.gmo
11882
11883fi
11884
11885 MKINSTALLDIRS=
11886 if test -n "$ac_aux_dir"; then
11887 case "$ac_aux_dir" in
11888 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11889 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11890 esac
11891 fi
11892 if test -z "$MKINSTALLDIRS"; then
11893 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11894 fi
11895
11896
11897
81ecdfbb
RW
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11899$as_echo_n "checking whether NLS is requested... " >&6; }
11900 # Check whether --enable-nls was given.
11901if test "${enable_nls+set}" = set; then :
11902 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
11903else
11904 USE_NLS=yes
81ecdfbb
RW
11905fi
11906
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11908$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
11909
11910
11911
11912
11913
11914
11915# Prepare PATH_SEPARATOR.
11916# The user is always right.
11917if test "${PATH_SEPARATOR+set}" != set; then
11918 echo "#! /bin/sh" >conf$$.sh
11919 echo "exit 0" >>conf$$.sh
11920 chmod +x conf$$.sh
11921 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11922 PATH_SEPARATOR=';'
11923 else
11924 PATH_SEPARATOR=:
11925 fi
11926 rm -f conf$$.sh
11927fi
979273e3 11928
d7040cdb
SE
11929# Find out how to test for executable files. Don't use a zero-byte file,
11930# as systems may use methods other than mode bits to determine executability.
11931cat >conf$$.file <<_ASEOF
11932#! /bin/sh
11933exit 0
11934_ASEOF
11935chmod +x conf$$.file
11936if test -x conf$$.file >/dev/null 2>&1; then
11937 ac_executable_p="test -x"
252b5132 11938else
d7040cdb 11939 ac_executable_p="test -f"
252b5132 11940fi
d7040cdb 11941rm -f conf$$.file
252b5132 11942
d7040cdb
SE
11943# Extract the first word of "msgfmt", so it can be a program name with args.
11944set dummy msgfmt; ac_word=$2
81ecdfbb
RW
11945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11946$as_echo_n "checking for $ac_word... " >&6; }
11947if test "${ac_cv_path_MSGFMT+set}" = set; then :
11948 $as_echo_n "(cached) " >&6
252b5132 11949else
d7040cdb
SE
11950 case "$MSGFMT" in
11951 [\\/]* | ?:[\\/]*)
11952 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11953 ;;
11954 *)
11955 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11956 for ac_dir in $PATH; do
11957 IFS="$ac_save_IFS"
11958 test -z "$ac_dir" && ac_dir=.
11959 for ac_exec_ext in '' $ac_executable_extensions; do
11960 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11961 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11962 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11963 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11964 break 2
11965 fi
11966 fi
11967 done
11968 done
11969 IFS="$ac_save_IFS"
11970 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
11971 ;;
11972esac
11973fi
11974MSGFMT="$ac_cv_path_MSGFMT"
11975if test "$MSGFMT" != ":"; then
81ecdfbb
RW
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11977$as_echo "$MSGFMT" >&6; }
d7040cdb 11978else
81ecdfbb
RW
11979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11980$as_echo "no" >&6; }
252b5132
RH
11981fi
11982
d7040cdb
SE
11983 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11984set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
11985{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11986$as_echo_n "checking for $ac_word... " >&6; }
11987if test "${ac_cv_path_GMSGFMT+set}" = set; then :
11988 $as_echo_n "(cached) " >&6
20e95c23 11989else
d7040cdb
SE
11990 case $GMSGFMT in
11991 [\\/]* | ?:[\\/]*)
11992 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11993 ;;
11994 *)
11995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11996for as_dir in $PATH
11997do
11998 IFS=$as_save_IFS
11999 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12000 for ac_exec_ext in '' $ac_executable_extensions; do
12001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12002 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12004 break 2
12005 fi
12006done
81ecdfbb
RW
12007 done
12008IFS=$as_save_IFS
252b5132 12009
d7040cdb
SE
12010 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12011 ;;
12012esac
12013fi
12014GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12015if test -n "$GMSGFMT"; then
81ecdfbb
RW
12016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12017$as_echo "$GMSGFMT" >&6; }
252b5132 12018else
81ecdfbb
RW
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12020$as_echo "no" >&6; }
252b5132
RH
12021fi
12022
12023
20e95c23 12024
81ecdfbb 12025
d7040cdb
SE
12026# Prepare PATH_SEPARATOR.
12027# The user is always right.
12028if test "${PATH_SEPARATOR+set}" != set; then
12029 echo "#! /bin/sh" >conf$$.sh
12030 echo "exit 0" >>conf$$.sh
12031 chmod +x conf$$.sh
12032 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12033 PATH_SEPARATOR=';'
12034 else
12035 PATH_SEPARATOR=:
12036 fi
12037 rm -f conf$$.sh
252b5132
RH
12038fi
12039
d7040cdb
SE
12040# Find out how to test for executable files. Don't use a zero-byte file,
12041# as systems may use methods other than mode bits to determine executability.
12042cat >conf$$.file <<_ASEOF
12043#! /bin/sh
12044exit 0
12045_ASEOF
12046chmod +x conf$$.file
12047if test -x conf$$.file >/dev/null 2>&1; then
12048 ac_executable_p="test -x"
12049else
12050 ac_executable_p="test -f"
12051fi
12052rm -f conf$$.file
20e95c23 12053
d7040cdb
SE
12054# Extract the first word of "xgettext", so it can be a program name with args.
12055set dummy xgettext; ac_word=$2
81ecdfbb
RW
12056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12057$as_echo_n "checking for $ac_word... " >&6; }
12058if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12059 $as_echo_n "(cached) " >&6
252b5132 12060else
d7040cdb
SE
12061 case "$XGETTEXT" in
12062 [\\/]* | ?:[\\/]*)
12063 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12064 ;;
12065 *)
12066 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12067 for ac_dir in $PATH; do
12068 IFS="$ac_save_IFS"
12069 test -z "$ac_dir" && ac_dir=.
12070 for ac_exec_ext in '' $ac_executable_extensions; do
12071 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12072 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12073 (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
12074 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12075 break 2
12076 fi
12077 fi
12078 done
12079 done
12080 IFS="$ac_save_IFS"
12081 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12082 ;;
12083esac
20e95c23 12084fi
d7040cdb
SE
12085XGETTEXT="$ac_cv_path_XGETTEXT"
12086if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12088$as_echo "$XGETTEXT" >&6; }
d7040cdb 12089else
81ecdfbb
RW
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12091$as_echo "no" >&6; }
d7040cdb
SE
12092fi
12093
12094 rm -f messages.po
12095
979273e3 12096
d7040cdb
SE
12097# Prepare PATH_SEPARATOR.
12098# The user is always right.
12099if test "${PATH_SEPARATOR+set}" != set; then
12100 echo "#! /bin/sh" >conf$$.sh
12101 echo "exit 0" >>conf$$.sh
12102 chmod +x conf$$.sh
12103 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12104 PATH_SEPARATOR=';'
12105 else
12106 PATH_SEPARATOR=:
12107 fi
12108 rm -f conf$$.sh
252b5132 12109fi
979273e3 12110
d7040cdb
SE
12111# Find out how to test for executable files. Don't use a zero-byte file,
12112# as systems may use methods other than mode bits to determine executability.
12113cat >conf$$.file <<_ASEOF
12114#! /bin/sh
12115exit 0
12116_ASEOF
12117chmod +x conf$$.file
12118if test -x conf$$.file >/dev/null 2>&1; then
12119 ac_executable_p="test -x"
252b5132 12120else
d7040cdb
SE
12121 ac_executable_p="test -f"
12122fi
12123rm -f conf$$.file
252b5132 12124
d7040cdb
SE
12125# Extract the first word of "msgmerge", so it can be a program name with args.
12126set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12128$as_echo_n "checking for $ac_word... " >&6; }
12129if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12130 $as_echo_n "(cached) " >&6
252b5132 12131else
d7040cdb
SE
12132 case "$MSGMERGE" in
12133 [\\/]* | ?:[\\/]*)
12134 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12135 ;;
12136 *)
12137 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12138 for ac_dir in $PATH; do
12139 IFS="$ac_save_IFS"
12140 test -z "$ac_dir" && ac_dir=.
12141 for ac_exec_ext in '' $ac_executable_extensions; do
12142 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12143 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12144 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12145 break 2
12146 fi
12147 fi
12148 done
12149 done
12150 IFS="$ac_save_IFS"
12151 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12152 ;;
12153esac
20e95c23 12154fi
d7040cdb
SE
12155MSGMERGE="$ac_cv_path_MSGMERGE"
12156if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12158$as_echo "$MSGMERGE" >&6; }
d7040cdb 12159else
81ecdfbb
RW
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12161$as_echo "no" >&6; }
20e95c23 12162fi
252b5132 12163
979273e3 12164
d7040cdb
SE
12165 if test "$GMSGFMT" != ":"; then
12166 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12167 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12168 : ;
12169 else
12170 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12172$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12173 GMSGFMT=":"
12174 fi
12175 fi
979273e3 12176
d7040cdb
SE
12177 if test "$XGETTEXT" != ":"; then
12178 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12179 (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
12180 : ;
12181 else
81ecdfbb
RW
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12183$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12184 XGETTEXT=":"
12185 fi
12186 rm -f messages.po
12187 fi
979273e3 12188
81ecdfbb 12189 ac_config_commands="$ac_config_commands default-1"
979273e3 12190
979273e3 12191
979273e3 12192
81ecdfbb 12193. ${srcdir}/../bfd/configure.host
252b5132 12194
81ecdfbb
RW
12195# Put a plausible default for CC_FOR_BUILD in Makefile.
12196if test -z "$CC_FOR_BUILD"; then
12197 if test "x$cross_compiling" = "xno"; then
12198 CC_FOR_BUILD='$(CC)'
12199 else
12200 CC_FOR_BUILD=gcc
12201 fi
12202fi
252b5132 12203
81ecdfbb
RW
12204# Also set EXEEXT_FOR_BUILD.
12205if test "x$cross_compiling" = "xno"; then
12206 EXEEXT_FOR_BUILD='$(EXEEXT)'
4bd60896 12207else
81ecdfbb
RW
12208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12209$as_echo_n "checking for build system executable suffix... " >&6; }
12210if test "${bfd_cv_build_exeext+set}" = set; then :
12211 $as_echo_n "(cached) " >&6
4bd60896 12212else
81ecdfbb
RW
12213 rm -f conftest*
12214 echo 'int main () { return 0; }' > conftest.c
12215 bfd_cv_build_exeext=
12216 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12217 for file in conftest.*; do
12218 case $file in
12219 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12220 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12221 esac
12222 done
12223 rm -f conftest*
12224 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
4bd60896 12225fi
81ecdfbb
RW
12226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12227$as_echo "$bfd_cv_build_exeext" >&6; }
12228 EXEEXT_FOR_BUILD=""
12229 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
4bd60896 12230fi
4bd60896 12231
4bd60896
JG
12232
12233
81ecdfbb
RW
12234
12235
12236for ac_header in string.h strings.h stdlib.h limits.h
12237do :
12238 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12239ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12240eval as_val=\$$as_ac_Header
12241 if test "x$as_val" = x""yes; then :
4bd60896 12242 cat >>confdefs.h <<_ACEOF
81ecdfbb 12243#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4bd60896
JG
12244_ACEOF
12245
dabbade6 12246fi
dabbade6 12247
81ecdfbb 12248done
dabbade6 12249
208a4923
NC
12250{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12251$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12252if test "${gcc_cv_header_string+set}" = set; then :
12253 $as_echo_n "(cached) " >&6
12254else
12255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12256/* end confdefs.h. */
12257#include <string.h>
12258#include <strings.h>
12259int
12260main ()
12261{
12262
12263 ;
12264 return 0;
12265}
12266_ACEOF
12267if ac_fn_c_try_compile "$LINENO"; then :
12268 gcc_cv_header_string=yes
12269else
12270 gcc_cv_header_string=no
12271fi
12272rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12273fi
12274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12275$as_echo "$gcc_cv_header_string" >&6; }
12276if test $gcc_cv_header_string = yes; then
12277
12278$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12279
12280fi
12281
81ecdfbb
RW
12282
12283ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12284if test "x$ac_cv_have_decl_basename" = x""yes; then :
12285 ac_have_decl=1
12286else
12287 ac_have_decl=0
dabbade6 12288fi
dabbade6
L
12289
12290cat >>confdefs.h <<_ACEOF
81ecdfbb 12291#define HAVE_DECL_BASENAME $ac_have_decl
dabbade6 12292_ACEOF
81ecdfbb
RW
12293ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12294if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
12295 ac_have_decl=1
dabbade6 12296else
81ecdfbb 12297 ac_have_decl=0
4bd60896
JG
12298fi
12299
81ecdfbb
RW
12300cat >>confdefs.h <<_ACEOF
12301#define HAVE_DECL_STPCPY $ac_have_decl
12302_ACEOF
4bd60896
JG
12303
12304
8df14d78
L
12305# Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12306# since sigsetjmp might only be defined as a macro.
12307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12308$as_echo_n "checking for sigsetjmp... " >&6; }
12309if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
12310 $as_echo_n "(cached) " >&6
12311else
12312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12313/* end confdefs.h. */
12314
12315#include <setjmp.h>
12316
12317int
12318main ()
12319{
12320sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12321 ;
12322 return 0;
12323}
12324_ACEOF
12325if ac_fn_c_try_compile "$LINENO"; then :
12326 bfd_cv_func_sigsetjmp=yes
12327else
12328 bfd_cv_func_sigsetjmp=no
12329fi
12330rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12331fi
12332{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12333$as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12334if test $bfd_cv_func_sigsetjmp = yes; then
12335
12336$as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12337
12338fi
12339
6e31aea3
BE
12340cgen_maint=no
12341cgendir='$(srcdir)/../cgen'
12342
81ecdfbb
RW
12343# Check whether --enable-cgen-maint was given.
12344if test "${enable_cgen_maint+set}" = set; then :
12345 enableval=$enable_cgen_maint; case "${enableval}" in
6e31aea3
BE
12346 yes) cgen_maint=yes ;;
12347 no) cgen_maint=no ;;
12348 *)
12349 # argument is cgen install directory (not implemented yet).
12350 # Having a `share' directory might be more appropriate for the .scm,
12351 # .cpu, etc. files.
12352 cgen_maint=yes
12353 cgendir=${cgen_maint}/lib/cgen
12354 ;;
12355esac
81ecdfbb
RW
12356fi
12357 if test x${cgen_maint} = xyes; then
6e31aea3
BE
12358 CGEN_MAINT_TRUE=
12359 CGEN_MAINT_FALSE='#'
12360else
12361 CGEN_MAINT_TRUE='#'
12362 CGEN_MAINT_FALSE=
12363fi
12364
252b5132 12365
8ae85421 12366
252b5132
RH
12367using_cgen=no
12368
51dec227 12369# Check if linker supports --as-needed and --no-as-needed options
81ecdfbb
RW
12370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12371$as_echo_n "checking linker --as-needed support... " >&6; }
12372if test "${bfd_cv_ld_as_needed+set}" = set; then :
12373 $as_echo_n "(cached) " >&6
51dec227
AM
12374else
12375 bfd_cv_ld_as_needed=no
12376 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12377 bfd_cv_ld_as_needed=yes
12378 fi
12379
12380fi
81ecdfbb
RW
12381{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12382$as_echo "$bfd_cv_ld_as_needed" >&6; }
51dec227
AM
12383
12384LIBM=
12385case $host in
3725885a 12386*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
51dec227
AM
12387 # These system don't have libm, or don't need it
12388 ;;
12389*-ncr-sysv4.3*)
81ecdfbb
RW
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12391$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12392if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
12393 $as_echo_n "(cached) " >&6
51dec227
AM
12394else
12395 ac_check_lib_save_LIBS=$LIBS
12396LIBS="-lmw $LIBS"
81ecdfbb 12397cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12398/* end confdefs.h. */
12399
81ecdfbb
RW
12400/* Override any GCC internal prototype to avoid an error.
12401 Use char because int might match the return type of a GCC
12402 builtin and then its argument prototype would still apply. */
51dec227
AM
12403#ifdef __cplusplus
12404extern "C"
12405#endif
51dec227
AM
12406char _mwvalidcheckl ();
12407int
12408main ()
12409{
81ecdfbb 12410return _mwvalidcheckl ();
51dec227
AM
12411 ;
12412 return 0;
12413}
12414_ACEOF
81ecdfbb 12415if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12416 ac_cv_lib_mw__mwvalidcheckl=yes
12417else
81ecdfbb 12418 ac_cv_lib_mw__mwvalidcheckl=no
51dec227 12419fi
81ecdfbb
RW
12420rm -f core conftest.err conftest.$ac_objext \
12421 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12422LIBS=$ac_check_lib_save_LIBS
12423fi
81ecdfbb
RW
12424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12425$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12426if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
51dec227
AM
12427 LIBM="-lmw"
12428fi
12429
81ecdfbb
RW
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12431$as_echo_n "checking for cos in -lm... " >&6; }
12432if test "${ac_cv_lib_m_cos+set}" = set; then :
12433 $as_echo_n "(cached) " >&6
51dec227
AM
12434else
12435 ac_check_lib_save_LIBS=$LIBS
12436LIBS="-lm $LIBS"
81ecdfbb 12437cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12438/* end confdefs.h. */
12439
81ecdfbb
RW
12440/* Override any GCC internal prototype to avoid an error.
12441 Use char because int might match the return type of a GCC
12442 builtin and then its argument prototype would still apply. */
51dec227
AM
12443#ifdef __cplusplus
12444extern "C"
12445#endif
51dec227
AM
12446char cos ();
12447int
12448main ()
12449{
81ecdfbb 12450return cos ();
51dec227
AM
12451 ;
12452 return 0;
12453}
12454_ACEOF
81ecdfbb 12455if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12456 ac_cv_lib_m_cos=yes
12457else
81ecdfbb 12458 ac_cv_lib_m_cos=no
51dec227 12459fi
81ecdfbb
RW
12460rm -f core conftest.err conftest.$ac_objext \
12461 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12462LIBS=$ac_check_lib_save_LIBS
12463fi
81ecdfbb
RW
12464{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12465$as_echo "$ac_cv_lib_m_cos" >&6; }
12466if test "x$ac_cv_lib_m_cos" = x""yes; then :
51dec227
AM
12467 LIBM="$LIBM -lm"
12468fi
12469
12470 ;;
12471*)
81ecdfbb
RW
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12473$as_echo_n "checking for cos in -lm... " >&6; }
12474if test "${ac_cv_lib_m_cos+set}" = set; then :
12475 $as_echo_n "(cached) " >&6
51dec227
AM
12476else
12477 ac_check_lib_save_LIBS=$LIBS
12478LIBS="-lm $LIBS"
81ecdfbb 12479cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12480/* end confdefs.h. */
12481
81ecdfbb
RW
12482/* Override any GCC internal prototype to avoid an error.
12483 Use char because int might match the return type of a GCC
12484 builtin and then its argument prototype would still apply. */
51dec227
AM
12485#ifdef __cplusplus
12486extern "C"
12487#endif
51dec227
AM
12488char cos ();
12489int
12490main ()
12491{
81ecdfbb 12492return cos ();
51dec227
AM
12493 ;
12494 return 0;
12495}
12496_ACEOF
81ecdfbb 12497if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12498 ac_cv_lib_m_cos=yes
12499else
81ecdfbb 12500 ac_cv_lib_m_cos=no
51dec227 12501fi
81ecdfbb
RW
12502rm -f core conftest.err conftest.$ac_objext \
12503 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12504LIBS=$ac_check_lib_save_LIBS
12505fi
81ecdfbb
RW
12506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12507$as_echo "$ac_cv_lib_m_cos" >&6; }
12508if test "x$ac_cv_lib_m_cos" = x""yes; then :
51dec227
AM
12509 LIBM="-lm"
12510fi
12511
12512 ;;
12513esac
12514
12515
12516
2eee5593
AM
12517#Libs for generator progs
12518if test "x$cross_compiling" = "xno"; then
12519 BUILD_LIBS=../libiberty/libiberty.a
12520 BUILD_LIB_DEPS=$BUILD_LIBS
12521else
12522 # if cross-compiling, assume that the system provides -liberty
12523 # and that the version is compatible with new headers.
12524 BUILD_LIBS=-liberty
12525 BUILD_LIB_DEPS=
12526fi
12527BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12528BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12529
12530
12531
12532
45d42143
NC
12533# Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12534SHARED_LDFLAGS=
12535SHARED_LIBADD=
12536SHARED_DEPENDENCIES=
12537if test "$enable_shared" = "yes"; then
29670fb9
AM
12538# When building a shared libopcodes, link against the pic version of libiberty
12539# so that apps that use libopcodes won't need libiberty just to satisfy any
12540# libopcodes references.
12541# We can't do that if a pic libiberty is unavailable since including non-pic
12542# code would insert text relocations into libopcodes.
12543# Note that linking against libbfd as we do here, which is itself linked
12544# against libiberty, may not satisfy all the libopcodes libiberty references
12545# since libbfd may not pull in the entirety of libiberty.
12546 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12547 if test -n "$x"; then
12548 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12549 fi
12550
45d42143
NC
12551 case "${host}" in
12552 *-*-cygwin*)
12553 SHARED_LDFLAGS="-no-undefined"
12554 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12555 ;;
0e336180 12556 *-*-darwin*)
29670fb9 12557 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
0e336180
NC
12558 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12559 ;;
45d42143 12560 *)
0e336180
NC
12561 case "$host_vendor" in
12562 hp)
29670fb9 12563 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
0e336180
NC
12564 ;;
12565 *)
29670fb9 12566 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
0e336180
NC
12567 ;;
12568 esac
4267b19f 12569 SHARED_DEPENDENCIES="../bfd/libbfd.la"
45d42143
NC
12570 ;;
12571 esac
51dec227
AM
12572
12573 if test -n "$SHARED_LIBADD"; then
12574 if test -n "$LIBM"; then
12575 if test x"$bfd_cv_ld_as_needed" = xyes; then
12576 # Link against libm only when needed. Put -lc, -lm inside -Wl
12577 # to stop libtool reordering these options.
12578 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12579 else
12580 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12581 fi
12582 fi
12583 fi
45d42143
NC
12584fi
12585
252b5132
RH
12586
12587
12588
12589# target-specific stuff:
12590
9e76c212
MR
12591# Check if `bfd_mips_elf_get_abiflags' is present in BFD, needed by
12592# `mips-dis.c'. Avoid using AC_CHECK_LIB as it uses a cache variable
12593# which could hold the wrong value if we are rerun due to the
12594# `../bfd/libbfd.la' dependency for `config.status', so use a handcoded
12595# sequence which is equivalent but does not use the cache.
12596
12597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the bfd header in the build tree" >&5
12598$as_echo_n "checking for the bfd header in the build tree... " >&6; }
12599dirlist=".. ../../ ../../../ ../../../../ ../../../../../ ../../../../../../ ../../../../../../.. ../../../../../../../.. ../../../../../../../../.. ../../../../../../../../../.."
12600if test "${ac_cv_c_bfdh+set}" = set; then :
12601 $as_echo_n "(cached) " >&6
12602else
12603
12604for i in $dirlist; do
12605 if test -f "$i/bfd/bfd.h" ; then
12606 ac_cv_c_bfdh=`(cd $i/bfd; ${PWDCMD-pwd})`
12607 break
12608 fi
12609done
12610
12611fi
12612
12613if test x"${ac_cv_c_bfdh}" != x; then
12614 BFDHDIR="-I${ac_cv_c_bfdh}"
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_c_bfdh}" >&5
12616$as_echo "${ac_cv_c_bfdh}" >&6; }
12617else
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
12619$as_echo "none" >&6; }
12620fi
12621
12622
12623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the bfd library in the build tree" >&5
12624$as_echo_n "checking for the bfd library in the build tree... " >&6; }
12625if test "${ac_cv_c_bfdlib+set}" = set; then :
12626 $as_echo_n "(cached) " >&6
12627else
12628
12629for i in $dirlist; do
12630 if test -f "$i/bfd/Makefile" ; then
12631 ac_cv_c_bfdlib=`(cd $i/bfd; ${PWDCMD-pwd})`
12632 fi
12633done
12634
12635fi
12636
12637if test x"${ac_cv_c_bfdlib}" != x; then
12638 BFDLIB="-L${ac_cv_c_bfdlib} -L${ac_cv_c_bfdlib}/.libs"
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_c_bfdlib}" >&5
12640$as_echo "${ac_cv_c_bfdlib}" >&6; }
12641else
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
12643$as_echo "none" >&6; }
12644fi
12645
12646
12647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_mips_elf_get_abiflags in -lbfd" >&5
12648$as_echo_n "checking for bfd_mips_elf_get_abiflags in -lbfd... " >&6; }
12649opcodes_save_LIBS=$LIBS
12650LIBS="$BFDLIB -lbfd ../libiberty/libiberty.a `test -e ../bfd/libbfd.la && . ../bfd/libbfd.la; echo $dependency_libs`"
12651cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12652/* end confdefs.h. */
12653
12654/* Override any GCC internal prototype to avoid an error.
12655 Use char because int might match the return type of a GCC
12656 builtin and then its argument prototype would still apply. */
12657#ifdef __cplusplus
12658extern "C"
12659#endif
12660char bfd_mips_elf_get_abiflags ();
12661int
12662main ()
12663{
12664return bfd_mips_elf_get_abiflags ();
12665 ;
12666 return 0;
12667}
12668_ACEOF
12669if ac_fn_c_try_link "$LINENO"; then :
12670 opcodes_lib_bfd_bfd_mips_elf_get_abiflags=yes
12671else
12672 opcodes_lib_bfd_bfd_mips_elf_get_abiflags=no
12673fi
12674rm -f core conftest.err conftest.$ac_objext \
12675 conftest$ac_exeext conftest.$ac_ext
12676LIBS=$opcodes_save_LIBS
12677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $opcodes_lib_bfd_bfd_mips_elf_get_abiflags" >&5
12678$as_echo "$opcodes_lib_bfd_bfd_mips_elf_get_abiflags" >&6; }
12679if test x"$opcodes_lib_bfd_bfd_mips_elf_get_abiflags" = xyes; then
12680
12681$as_echo "#define HAVE_BFD_MIPS_ELF_GET_ABIFLAGS 1" >>confdefs.h
12682
12683fi
12684
252b5132
RH
12685# Canonicalize the secondary target names.
12686if test -n "$enable_targets" ; then
12687 for targ in `echo $enable_targets | sed 's/,/ /g'`
12688 do
6d83c84b 12689 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
12690 if test -n "$result" ; then
12691 canon_targets="$canon_targets $result"
12692 else
12693 # Allow targets that config.sub doesn't recognize, like "all".
12694 canon_targets="$canon_targets $targ"
12695 fi
12696 done
12697fi
12698
12699all_targets=false
12700selarchs=
12701for targ in $target $canon_targets
12702do
12703 if test "x$targ" = "xall" ; then
12704 all_targets=true
12705 else
12706 . $srcdir/../bfd/config.bfd
12707 selarchs="$selarchs $targ_archs"
12708 fi
979273e3 12709done
252b5132
RH
12710
12711# Utility var, documents generic cgen support files.
12712
3609e0fe 12713cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
252b5132
RH
12714
12715# We don't do any links based on the target system, just makefile config.
12716
12717if test x${all_targets} = xfalse ; then
12718
12719 # Target architecture .o files.
12720 ta=
12721
12722 for arch in $selarchs
12723 do
12724 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12725 archdefs="$archdefs -DARCH_$ad"
12726 case "$arch" in
a06ea964 12727 bfd_aarch64_arch) ta="$ta aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
252b5132 12728 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
0d2bcfaf 12729 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
252b5132 12730 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
adde6300 12731 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
4b7f6baa 12732 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
3843081d 12733 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
3609e0fe 12734 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
3843081d 12735 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
252b5132
RH
12736 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12737 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
d172d4ba 12738 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
3843081d
JBG
12739 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12740 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
3f8107ab 12741 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
20135e4c 12742 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
252b5132
RH
12743 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12744 bfd_h8500_arch) ta="$ta h8500-dis.lo" ;;
12745 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
5b93d8bb 12746 bfd_i370_arch) ta="$ta i370-dis.lo i370-opc.lo" ;;
7b6d09fb 12747 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
8a9036a4 12748 ta="$ta i386-dis.lo i386-opc.lo" ;;
9d751335 12749 bfd_i860_arch) ta="$ta i860-dis.lo" ;;
252b5132 12750 bfd_i960_arch) ta="$ta i960-dis.lo" ;;
800eeca4 12751 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
a40cbfa3 12752 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
48891606 12753 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
3843081d
JBG
12754 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12755 bfd_lm32_arch) ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;;
c5f5f1f4 12756 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
252b5132 12757 bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
60bcf0fa
NC
12758 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12759 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
48891606 12760 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
6927f982 12761 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
252b5132
RH
12762 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12763 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;;
12764 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
bd2f2e55 12765 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
a3c62988 12766 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
7ba29e2a 12767 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
df58fc94 12768 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
3c3bdf30 12769 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
252b5132
RH
12770 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12771 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
d031aafb 12772 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
34c911a4 12773 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
35c08157 12774 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
36591ba1 12775 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
252b5132 12776 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
73589c9d 12777 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
e135f41b 12778 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
3843081d 12779 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
252b5132 12780 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
a85d7ed0 12781 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
5dd0794d 12782 bfd_pyramid_arch) ;;
252b5132 12783 bfd_romp_arch) ;;
e23eba97 12784 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
252b5132 12785 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
99c513f6 12786 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
c7927a3c 12787 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
a85d7ed0 12788 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
3843081d 12789 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
09919455 12790 bfd_sh_arch)
d28847ce 12791 # We can't decide what we want just from the CPU family.
e8b872bb
AO
12792 # We want SH5 support unless a specific version of sh is
12793 # specified, as in sh3-elf, sh3b-linux-gnu, etc.
ca0f2ed6
HPN
12794 # Include it just for ELF targets, since the SH5 bfd:s are ELF only.
12795 for t in $target $canon_targets; do
12796 case $t in
5b0e55b6 12797 all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
942e7dd9 12798 sh-*-linux* | shl-*-linux*)
d28847ce 12799 ta="$ta sh64-dis.lo sh64-opc.lo"
ca0f2ed6
HPN
12800 archdefs="$archdefs -DINCLUDE_SHMEDIA"
12801 break;;
12802 esac;
12803 done
d3f1a427 12804 ta="$ta sh-dis.lo cgen-bitset.lo" ;;
252b5132 12805 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
e9f53129 12806 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
252b5132
RH
12807 bfd_tahoe_arch) ;;
12808 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
3843081d 12809 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
5c84d377 12810 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
40b36596 12811 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
252b5132 12812 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
aa137e4d
NC
12813 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12814 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
252b5132
RH
12815 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12816 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12817 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
de863c74 12818 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
252b5132 12819 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
1945cfa5 12820 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
252b5132
RH
12821 bfd_w65_arch) ta="$ta w65-dis.lo" ;;
12822 bfd_we32k_arch) ;;
3843081d
JBG
12823 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12824 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
93fbbb04 12825 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
e0001a05 12826 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
3c9b82ba 12827 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
252b5132
RH
12828 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12829
12830 "") ;;
81ecdfbb 12831 *) as_fn_error "*** unknown target architecture $arch" "$LINENO" 5 ;;
252b5132
RH
12832 esac
12833 done
12834
12835 if test $using_cgen = yes ; then
12836 ta="$ta $cgen_files"
12837 fi
12838
12839 # Weed out duplicate .o files.
12840 f=""
12841 for i in $ta ; do
12842 case " $f " in
12843 *" $i "*) ;;
12844 *) f="$f $i" ;;
12845 esac
12846 done
12847 ta="$f"
12848
12849 # And duplicate -D flags.
12850 f=""
12851 for i in $archdefs ; do
12852 case " $f " in
12853 *" $i "*) ;;
12854 *) f="$f $i" ;;
12855 esac
12856 done
12857 archdefs="$f"
12858
12859 BFD_MACHINES="$ta"
12860
12861else # all_targets is true
12862 archdefs=-DARCH_all
12863 BFD_MACHINES='$(ALL_MACHINES)'
12864fi
12865
12866
12867
12868
81ecdfbb 12869ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
979273e3 12870
979273e3 12871cat >confcache <<\_ACEOF
252b5132
RH
12872# This file is a shell script that caches the results of configure
12873# tests run on this system so they can be shared between configure
979273e3
NN
12874# scripts and configure runs, see configure's option --config-cache.
12875# It is not useful on other systems. If it contains results you don't
12876# want to keep, you may remove or edit it.
252b5132 12877#
979273e3
NN
12878# config.status only pays attention to the cache file if you give it
12879# the --recheck option to rerun configure.
252b5132 12880#
979273e3
NN
12881# `ac_cv_env_foo' variables (set or unset) will be overridden when
12882# loading this file, other *unset* `ac_cv_foo' will be assigned the
12883# following values.
12884
12885_ACEOF
12886
252b5132
RH
12887# The following way of writing the cache mishandles newlines in values,
12888# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12889# So, we kill variables containing newlines.
252b5132
RH
12890# Ultrix sh set writes to stderr and can't be redirected directly,
12891# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12892(
12893 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12894 eval ac_val=\$$ac_var
12895 case $ac_val in #(
12896 *${as_nl}*)
12897 case $ac_var in #(
12898 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12899$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12900 esac
12901 case $ac_var in #(
12902 _ | IFS | as_nl) ;; #(
12903 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12904 *) { eval $ac_var=; unset $ac_var;} ;;
12905 esac ;;
12906 esac
12907 done
12908
979273e3 12909 (set) 2>&1 |
81ecdfbb
RW
12910 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12911 *${as_nl}ac_space=\ *)
12912 # `set' does not quote correctly, so add quotes: double-quote
12913 # substitution turns \\\\ into \\, and sed turns \\ into \.
979273e3
NN
12914 sed -n \
12915 "s/'/'\\\\''/g;
12916 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12917 ;; #(
979273e3
NN
12918 *)
12919 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12920 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
979273e3 12921 ;;
81ecdfbb
RW
12922 esac |
12923 sort
12924) |
979273e3 12925 sed '
81ecdfbb 12926 /^ac_cv_env_/b end
979273e3 12927 t clear
81ecdfbb 12928 :clear
979273e3
NN
12929 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12930 t end
81ecdfbb
RW
12931 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12932 :end' >>confcache
12933if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12934 if test -w "$cache_file"; then
12935 test "x$cache_file" != "x/dev/null" &&
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12937$as_echo "$as_me: updating cache $cache_file" >&6;}
979273e3 12938 cat confcache >$cache_file
252b5132 12939 else
81ecdfbb
RW
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12941$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
252b5132
RH
12942 fi
12943fi
12944rm -f confcache
12945
252b5132
RH
12946test "x$prefix" = xNONE && prefix=$ac_default_prefix
12947# Let make expand exec_prefix.
12948test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12949
252b5132
RH
12950DEFS=-DHAVE_CONFIG_H
12951
979273e3
NN
12952ac_libobjs=
12953ac_ltlibobjs=
12954for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12955 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12956 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12957 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12958 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12959 # will be set to the directory where LIBOBJS objects are built.
12960 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12961 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
979273e3
NN
12962done
12963LIBOBJS=$ac_libobjs
252b5132 12964
979273e3
NN
12965LTLIBOBJS=$ac_ltlibobjs
12966
12967
8ae85421 12968if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
12969 as_fn_error "conditional \"AMDEP\" was never defined.
12970Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
12971fi
12972if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
12973 as_fn_error "conditional \"am__fastdepCC\" was never defined.
12974Usually this means the macro was only invoked conditionally." "$LINENO" 5
12975fi
12976 if test -n "$EXEEXT"; then
12977 am__EXEEXT_TRUE=
12978 am__EXEEXT_FALSE='#'
12979else
12980 am__EXEEXT_TRUE='#'
12981 am__EXEEXT_FALSE=
8ae85421 12982fi
81ecdfbb 12983
8ae85421 12984if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
12985 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
12986Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
12987fi
12988if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
81ecdfbb
RW
12989 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
12990Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
12991fi
12992if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
81ecdfbb
RW
12993 as_fn_error "conditional \"CGEN_MAINT\" was never defined.
12994Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421 12995fi
979273e3
NN
12996
12997: ${CONFIG_STATUS=./config.status}
81ecdfbb 12998ac_write_fail=0
979273e3
NN
12999ac_clean_files_save=$ac_clean_files
13000ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13001{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13002$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13003as_write_fail=0
13004cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
979273e3
NN
13005#! $SHELL
13006# Generated by $as_me.
252b5132 13007# Run this file to recreate the current configuration.
252b5132 13008# Compiler output produced by configure, useful for debugging
979273e3 13009# configure, is in config.log if it exists.
252b5132 13010
979273e3
NN
13011debug=false
13012ac_cs_recheck=false
13013ac_cs_silent=false
979273e3 13014
81ecdfbb
RW
13015SHELL=\${CONFIG_SHELL-$SHELL}
13016export SHELL
13017_ASEOF
13018cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13019## -------------------- ##
13020## M4sh Initialization. ##
13021## -------------------- ##
979273e3 13022
81ecdfbb
RW
13023# Be more Bourne compatible
13024DUALCASE=1; export DUALCASE # for MKS sh
13025if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
979273e3
NN
13026 emulate sh
13027 NULLCMD=:
81ecdfbb 13028 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
979273e3
NN
13029 # is contrary to our usage. Disable this feature.
13030 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13031 setopt NO_GLOB_SUBST
13032else
13033 case `(set -o) 2>/dev/null` in #(
13034 *posix*) :
13035 set -o posix ;; #(
13036 *) :
13037 ;;
13038esac
979273e3 13039fi
979273e3 13040
81ecdfbb
RW
13041
13042as_nl='
13043'
13044export as_nl
13045# Printing a long string crashes Solaris 7 /usr/bin/printf.
13046as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13047as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13048as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13049# Prefer a ksh shell builtin over an external printf program on Solaris,
13050# but without wasting forks for bash or zsh.
13051if test -z "$BASH_VERSION$ZSH_VERSION" \
13052 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13053 as_echo='print -r --'
13054 as_echo_n='print -rn --'
13055elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13056 as_echo='printf %s\n'
13057 as_echo_n='printf %s'
13058else
13059 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13060 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13061 as_echo_n='/usr/ucb/echo -n'
13062 else
13063 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13064 as_echo_n_body='eval
13065 arg=$1;
13066 case $arg in #(
13067 *"$as_nl"*)
13068 expr "X$arg" : "X\\(.*\\)$as_nl";
13069 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13070 esac;
13071 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13072 '
13073 export as_echo_n_body
13074 as_echo_n='sh -c $as_echo_n_body as_echo'
13075 fi
13076 export as_echo_body
13077 as_echo='sh -c $as_echo_body as_echo'
13078fi
13079
13080# The user is always right.
13081if test "${PATH_SEPARATOR+set}" != set; then
13082 PATH_SEPARATOR=:
13083 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13084 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13085 PATH_SEPARATOR=';'
13086 }
979273e3
NN
13087fi
13088
13089
81ecdfbb
RW
13090# IFS
13091# We need space, tab and new line, in precisely that order. Quoting is
13092# there to prevent editors from complaining about space-tab.
13093# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13094# splitting by setting IFS to empty value.)
13095IFS=" "" $as_nl"
13096
13097# Find who we are. Look in the path if we contain no directory separator.
13098case $0 in #((
13099 *[\\/]* ) as_myself=$0 ;;
13100 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13101for as_dir in $PATH
13102do
13103 IFS=$as_save_IFS
13104 test -z "$as_dir" && as_dir=.
13105 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13106 done
13107IFS=$as_save_IFS
13108
13109 ;;
13110esac
13111# We did not find ourselves, most probably we were run as `sh COMMAND'
13112# in which case we are not to be found in the path.
13113if test "x$as_myself" = x; then
13114 as_myself=$0
13115fi
13116if test ! -f "$as_myself"; then
13117 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13118 exit 1
13119fi
13120
13121# Unset variables that we do not need and which cause bugs (e.g. in
13122# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13123# suppresses any "Segmentation fault" message there. '((' could
13124# trigger a bug in pdksh 5.2.14.
13125for as_var in BASH_ENV ENV MAIL MAILPATH
13126do eval test x\${$as_var+set} = xset \
13127 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13128done
979273e3
NN
13129PS1='$ '
13130PS2='> '
13131PS4='+ '
13132
13133# NLS nuisances.
81ecdfbb
RW
13134LC_ALL=C
13135export LC_ALL
13136LANGUAGE=C
13137export LANGUAGE
13138
13139# CDPATH.
13140(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13141
13142
13143# as_fn_error ERROR [LINENO LOG_FD]
13144# ---------------------------------
13145# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13146# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13147# script with status $?, using 1 if that was 0.
13148as_fn_error ()
13149{
13150 as_status=$?; test $as_status -eq 0 && as_status=1
13151 if test "$3"; then
13152 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13153 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
979273e3 13154 fi
81ecdfbb
RW
13155 $as_echo "$as_me: error: $1" >&2
13156 as_fn_exit $as_status
13157} # as_fn_error
13158
13159
13160# as_fn_set_status STATUS
13161# -----------------------
13162# Set $? to STATUS, without forking.
13163as_fn_set_status ()
13164{
13165 return $1
13166} # as_fn_set_status
13167
13168# as_fn_exit STATUS
13169# -----------------
13170# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13171as_fn_exit ()
13172{
13173 set +e
13174 as_fn_set_status $1
13175 exit $1
13176} # as_fn_exit
13177
13178# as_fn_unset VAR
13179# ---------------
13180# Portably unset VAR.
13181as_fn_unset ()
13182{
13183 { eval $1=; unset $1;}
13184}
13185as_unset=as_fn_unset
13186# as_fn_append VAR VALUE
13187# ----------------------
13188# Append the text in VALUE to the end of the definition contained in VAR. Take
13189# advantage of any shell optimizations that allow amortized linear growth over
13190# repeated appends, instead of the typical quadratic growth present in naive
13191# implementations.
13192if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13193 eval 'as_fn_append ()
13194 {
13195 eval $1+=\$2
13196 }'
13197else
13198 as_fn_append ()
13199 {
13200 eval $1=\$$1\$2
13201 }
13202fi # as_fn_append
13203
13204# as_fn_arith ARG...
13205# ------------------
13206# Perform arithmetic evaluation on the ARGs, and store the result in the
13207# global $as_val. Take advantage of shells that can avoid forks. The arguments
13208# must be portable across $(()) and expr.
13209if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13210 eval 'as_fn_arith ()
13211 {
13212 as_val=$(( $* ))
13213 }'
13214else
13215 as_fn_arith ()
13216 {
13217 as_val=`expr "$@" || test $? -eq 1`
13218 }
13219fi # as_fn_arith
13220
252b5132 13221
81ecdfbb
RW
13222if expr a : '\(a\)' >/dev/null 2>&1 &&
13223 test "X`expr 00001 : '.*\(...\)'`" = X001; then
979273e3
NN
13224 as_expr=expr
13225else
13226 as_expr=false
13227fi
13228
81ecdfbb 13229if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
979273e3
NN
13230 as_basename=basename
13231else
13232 as_basename=false
13233fi
252b5132 13234
81ecdfbb
RW
13235if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13236 as_dirname=dirname
13237else
13238 as_dirname=false
13239fi
252b5132 13240
81ecdfbb 13241as_me=`$as_basename -- "$0" ||
979273e3
NN
13242$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13243 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13244 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13245$as_echo X/"$0" |
13246 sed '/^.*\/\([^/][^/]*\)\/*$/{
13247 s//\1/
13248 q
13249 }
13250 /^X\/\(\/\/\)$/{
13251 s//\1/
13252 q
13253 }
13254 /^X\/\(\/\).*/{
13255 s//\1/
13256 q
13257 }
13258 s/.*/./; q'`
252b5132 13259
979273e3
NN
13260# Avoid depending upon Character Ranges.
13261as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13262as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13263as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13264as_cr_digits='0123456789'
13265as_cr_alnum=$as_cr_Letters$as_cr_digits
13266
81ecdfbb
RW
13267ECHO_C= ECHO_N= ECHO_T=
13268case `echo -n x` in #(((((
13269-n*)
13270 case `echo 'xy\c'` in
13271 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13272 xy) ECHO_C='\c';;
13273 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13274 ECHO_T=' ';;
13275 esac;;
13276*)
13277 ECHO_N='-n';;
979273e3
NN
13278esac
13279
81ecdfbb
RW
13280rm -f conf$$ conf$$.exe conf$$.file
13281if test -d conf$$.dir; then
13282 rm -f conf$$.dir/conf$$.file
979273e3 13283else
81ecdfbb
RW
13284 rm -f conf$$.dir
13285 mkdir conf$$.dir 2>/dev/null
979273e3 13286fi
81ecdfbb
RW
13287if (echo >conf$$.file) 2>/dev/null; then
13288 if ln -s conf$$.file conf$$ 2>/dev/null; then
979273e3 13289 as_ln_s='ln -s'
81ecdfbb
RW
13290 # ... but there are two gotchas:
13291 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13292 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13293 # In both cases, we have to default to `cp -p'.
13294 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13295 as_ln_s='cp -p'
13296 elif ln conf$$.file conf$$ 2>/dev/null; then
13297 as_ln_s=ln
13298 else
13299 as_ln_s='cp -p'
252b5132 13300 fi
979273e3
NN
13301else
13302 as_ln_s='cp -p'
13303fi
81ecdfbb
RW
13304rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13305rmdir conf$$.dir 2>/dev/null
13306
13307
13308# as_fn_mkdir_p
13309# -------------
13310# Create "$as_dir" as a directory, including parents if necessary.
13311as_fn_mkdir_p ()
13312{
13313
13314 case $as_dir in #(
13315 -*) as_dir=./$as_dir;;
13316 esac
13317 test -d "$as_dir" || eval $as_mkdir_p || {
13318 as_dirs=
13319 while :; do
13320 case $as_dir in #(
13321 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13322 *) as_qdir=$as_dir;;
13323 esac
13324 as_dirs="'$as_qdir' $as_dirs"
13325 as_dir=`$as_dirname -- "$as_dir" ||
13326$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13327 X"$as_dir" : 'X\(//\)[^/]' \| \
13328 X"$as_dir" : 'X\(//\)$' \| \
13329 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13330$as_echo X"$as_dir" |
13331 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13332 s//\1/
13333 q
13334 }
13335 /^X\(\/\/\)[^/].*/{
13336 s//\1/
13337 q
13338 }
13339 /^X\(\/\/\)$/{
13340 s//\1/
13341 q
13342 }
13343 /^X\(\/\).*/{
13344 s//\1/
13345 q
13346 }
13347 s/.*/./; q'`
13348 test -d "$as_dir" && break
13349 done
13350 test -z "$as_dirs" || eval "mkdir $as_dirs"
13351 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
979273e3 13352
81ecdfbb
RW
13353
13354} # as_fn_mkdir_p
979273e3 13355if mkdir -p . 2>/dev/null; then
81ecdfbb 13356 as_mkdir_p='mkdir -p "$as_dir"'
979273e3
NN
13357else
13358 test -d ./-p && rmdir ./-p
13359 as_mkdir_p=false
13360fi
13361
81ecdfbb
RW
13362if test -x / >/dev/null 2>&1; then
13363 as_test_x='test -x'
13364else
13365 if ls -dL / >/dev/null 2>&1; then
13366 as_ls_L_option=L
13367 else
13368 as_ls_L_option=
13369 fi
13370 as_test_x='
13371 eval sh -c '\''
13372 if test -d "$1"; then
13373 test -d "$1/.";
13374 else
13375 case $1 in #(
13376 -*)set "./$1";;
13377 esac;
13378 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13379 ???[sx]*):;;*)false;;esac;fi
13380 '\'' sh
13381 '
13382fi
13383as_executable_p=$as_test_x
979273e3
NN
13384
13385# Sed expression to map a string onto a valid CPP name.
13386as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13387
13388# Sed expression to map a string onto a valid variable name.
13389as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13390
13391
979273e3 13392exec 6>&1
81ecdfbb
RW
13393## ----------------------------------- ##
13394## Main body of $CONFIG_STATUS script. ##
13395## ----------------------------------- ##
13396_ASEOF
13397test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
979273e3 13398
81ecdfbb
RW
13399cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13400# Save the log message, to keep $0 and so on meaningful, and to
979273e3 13401# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13402# values after options handling.
13403ac_log="
99b5dbf2 13404This file was extended by opcodes $as_me 2.28.51, which was
81ecdfbb 13405generated by GNU Autoconf 2.64. Invocation command line was
979273e3
NN
13406
13407 CONFIG_FILES = $CONFIG_FILES
13408 CONFIG_HEADERS = $CONFIG_HEADERS
13409 CONFIG_LINKS = $CONFIG_LINKS
13410 CONFIG_COMMANDS = $CONFIG_COMMANDS
13411 $ $0 $@
13412
81ecdfbb
RW
13413on `(hostname || uname -n) 2>/dev/null | sed 1q`
13414"
13415
979273e3
NN
13416_ACEOF
13417
81ecdfbb
RW
13418case $ac_config_files in *"
13419"*) set x $ac_config_files; shift; ac_config_files=$*;;
13420esac
979273e3 13421
81ecdfbb
RW
13422case $ac_config_headers in *"
13423"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13424esac
979273e3 13425
979273e3 13426
81ecdfbb
RW
13427cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13428# Files that config.status was made for.
13429config_files="$ac_config_files"
13430config_headers="$ac_config_headers"
13431config_commands="$ac_config_commands"
979273e3 13432
81ecdfbb 13433_ACEOF
979273e3 13434
81ecdfbb 13435cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3 13436ac_cs_usage="\
81ecdfbb
RW
13437\`$as_me' instantiates files and other configuration actions
13438from templates according to the current configuration. Unless the files
13439and actions are specified as TAGs, all are instantiated by default.
979273e3 13440
81ecdfbb 13441Usage: $0 [OPTION]... [TAG]...
979273e3
NN
13442
13443 -h, --help print this help, then exit
81ecdfbb
RW
13444 -V, --version print version number and configuration settings, then exit
13445 -q, --quiet, --silent
13446 do not print progress messages
979273e3
NN
13447 -d, --debug don't remove temporary files
13448 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13449 --file=FILE[:TEMPLATE]
13450 instantiate the configuration file FILE
13451 --header=FILE[:TEMPLATE]
13452 instantiate the configuration header FILE
979273e3
NN
13453
13454Configuration files:
13455$config_files
13456
13457Configuration headers:
13458$config_headers
13459
13460Configuration commands:
13461$config_commands
13462
81ecdfbb 13463Report bugs to the package provider."
979273e3 13464
81ecdfbb
RW
13465_ACEOF
13466cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3 13467ac_cs_version="\\
99b5dbf2 13468opcodes config.status 2.28.51
81ecdfbb
RW
13469configured by $0, generated by GNU Autoconf 2.64,
13470 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
979273e3 13471
81ecdfbb 13472Copyright (C) 2009 Free Software Foundation, Inc.
979273e3
NN
13473This config.status script is free software; the Free Software Foundation
13474gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13475
13476ac_pwd='$ac_pwd'
13477srcdir='$srcdir'
13478INSTALL='$INSTALL'
13479MKDIR_P='$MKDIR_P'
13480AWK='$AWK'
13481test -n "\$AWK" || AWK=awk
979273e3
NN
13482_ACEOF
13483
81ecdfbb
RW
13484cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13485# The default lists apply if the user does not specify any file.
979273e3
NN
13486ac_need_defaults=:
13487while test $# != 0
13488do
13489 case $1 in
13490 --*=*)
81ecdfbb
RW
13491 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13492 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
979273e3
NN
13493 ac_shift=:
13494 ;;
81ecdfbb 13495 *)
979273e3
NN
13496 ac_option=$1
13497 ac_optarg=$2
13498 ac_shift=shift
13499 ;;
979273e3
NN
13500 esac
13501
13502 case $ac_option in
13503 # Handling of the options.
979273e3
NN
13504 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13505 ac_cs_recheck=: ;;
81ecdfbb
RW
13506 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13507 $as_echo "$ac_cs_version"; exit ;;
13508 --debug | --debu | --deb | --de | --d | -d )
979273e3
NN
13509 debug=: ;;
13510 --file | --fil | --fi | --f )
13511 $ac_shift
81ecdfbb
RW
13512 case $ac_optarg in
13513 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13514 esac
13515 as_fn_append CONFIG_FILES " '$ac_optarg'"
979273e3
NN
13516 ac_need_defaults=false;;
13517 --header | --heade | --head | --hea )
13518 $ac_shift
81ecdfbb
RW
13519 case $ac_optarg in
13520 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13521 esac
13522 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
979273e3 13523 ac_need_defaults=false;;
81ecdfbb
RW
13524 --he | --h)
13525 # Conflict between --help and --header
13526 as_fn_error "ambiguous option: \`$1'
13527Try \`$0 --help' for more information.";;
13528 --help | --hel | -h )
13529 $as_echo "$ac_cs_usage"; exit ;;
979273e3
NN
13530 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13531 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13532 ac_cs_silent=: ;;
13533
13534 # This is an error.
81ecdfbb
RW
13535 -*) as_fn_error "unrecognized option: \`$1'
13536Try \`$0 --help' for more information." ;;
979273e3 13537
81ecdfbb
RW
13538 *) as_fn_append ac_config_targets " $1"
13539 ac_need_defaults=false ;;
979273e3
NN
13540
13541 esac
13542 shift
252b5132 13543done
979273e3
NN
13544
13545ac_configure_extra_args=
13546
13547if $ac_cs_silent; then
13548 exec 6>/dev/null
13549 ac_configure_extra_args="$ac_configure_extra_args --silent"
252b5132 13550fi
252b5132 13551
979273e3 13552_ACEOF
81ecdfbb 13553cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3 13554if \$ac_cs_recheck; then
81ecdfbb
RW
13555 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13556 shift
13557 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13558 CONFIG_SHELL='$SHELL'
13559 export CONFIG_SHELL
13560 exec "\$@"
979273e3 13561fi
252b5132 13562
979273e3 13563_ACEOF
81ecdfbb
RW
13564cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13565exec 5>>config.log
13566{
13567 echo
13568 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13569## Running $as_me. ##
13570_ASBOX
13571 $as_echo "$ac_log"
13572} >&5
979273e3 13573
81ecdfbb
RW
13574_ACEOF
13575cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3 13576#
81ecdfbb 13577# INIT-COMMANDS
979273e3 13578#
8ae85421 13579AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
13580
13581
13582# The HP-UX ksh and POSIX shell print the target directory to stdout
13583# if CDPATH is set.
13584(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13585
13586sed_quote_subst='$sed_quote_subst'
13587double_quote_subst='$double_quote_subst'
13588delay_variable_subst='$delay_variable_subst'
3725885a
RW
13589enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13590macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13591macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13592enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13593pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13594enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13595SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13596ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13597host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13598host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13599host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13600build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13601build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13602build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13603SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13604Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13605GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13606EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13607FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13608LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13609NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13610LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13611max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13612ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13613exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13614lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13615lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13616lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13617reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13618reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13619OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13620deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13621file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13622AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13623AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13624STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13625RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13626old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13627old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13628old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13629lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13630CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13631CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13632compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13633GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13634lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13635lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13636lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13637lt_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"`'
13638objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13639MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13640lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13641lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13642lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13643lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13644lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13645need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13646DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13647NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13648LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13649OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13650OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13651libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13652shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13653extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13654archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13655enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13656export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13657whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13658compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13659old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13660old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13661archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13662archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13663module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13664module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13665with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13666allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13667no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13668hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13669hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13670hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13671hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13672hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13673hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13674hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13675hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13676inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13677link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13678fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13679always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13680export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13681exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13682include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13683prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13684file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13685variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13686need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13687need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13688version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13689runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13690shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13691shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13692libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13693library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13694soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13695install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13696postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13697postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13698finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13699finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13700hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13701sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13702sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13703hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13704enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13705enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13706enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13707old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13708striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
13709
13710LTCC='$LTCC'
13711LTCFLAGS='$LTCFLAGS'
13712compiler='$compiler_DEFAULT'
13713
3725885a
RW
13714# A function that is used when there is no print builtin or printf.
13715func_fallback_echo ()
13716{
13717 eval 'cat <<_LTECHO_EOF
13718\$1
13719_LTECHO_EOF'
13720}
13721
d7040cdb 13722# Quote evaled strings.
3725885a
RW
13723for var in SHELL \
13724ECHO \
13725SED \
d7040cdb
SE
13726GREP \
13727EGREP \
13728FGREP \
13729LD \
13730NM \
13731LN_S \
13732lt_SP2NL \
13733lt_NL2SP \
13734reload_flag \
1927a18f 13735OBJDUMP \
d7040cdb
SE
13736deplibs_check_method \
13737file_magic_cmd \
13738AR \
13739AR_FLAGS \
13740STRIP \
13741RANLIB \
13742CC \
13743CFLAGS \
13744compiler \
13745lt_cv_sys_global_symbol_pipe \
13746lt_cv_sys_global_symbol_to_cdecl \
13747lt_cv_sys_global_symbol_to_c_name_address \
1927a18f 13748lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
13749lt_prog_compiler_no_builtin_flag \
13750lt_prog_compiler_wl \
13751lt_prog_compiler_pic \
13752lt_prog_compiler_static \
13753lt_cv_prog_compiler_c_o \
13754need_locks \
1927a18f
L
13755DSYMUTIL \
13756NMEDIT \
13757LIPO \
13758OTOOL \
13759OTOOL64 \
d7040cdb
SE
13760shrext_cmds \
13761export_dynamic_flag_spec \
13762whole_archive_flag_spec \
13763compiler_needs_object \
13764with_gnu_ld \
13765allow_undefined_flag \
13766no_undefined_flag \
13767hardcode_libdir_flag_spec \
13768hardcode_libdir_flag_spec_ld \
13769hardcode_libdir_separator \
13770fix_srcfile_path \
13771exclude_expsyms \
13772include_expsyms \
13773file_list_spec \
13774variables_saved_for_relink \
13775libname_spec \
13776library_names_spec \
13777soname_spec \
3725885a 13778install_override_mode \
d7040cdb
SE
13779finish_eval \
13780old_striplib \
13781striplib; do
3725885a 13782 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 13783 *[\\\\\\\`\\"\\\$]*)
3725885a 13784 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
13785 ;;
13786 *)
13787 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13788 ;;
13789 esac
13790done
13791
13792# Double-quote double-evaled strings.
13793for var in reload_cmds \
13794old_postinstall_cmds \
13795old_postuninstall_cmds \
13796old_archive_cmds \
13797extract_expsyms_cmds \
13798old_archive_from_new_cmds \
13799old_archive_from_expsyms_cmds \
13800archive_cmds \
13801archive_expsym_cmds \
13802module_cmds \
13803module_expsym_cmds \
13804export_symbols_cmds \
13805prelink_cmds \
13806postinstall_cmds \
13807postuninstall_cmds \
13808finish_cmds \
13809sys_lib_search_path_spec \
13810sys_lib_dlsearch_path_spec; do
3725885a 13811 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 13812 *[\\\\\\\`\\"\\\$]*)
3725885a 13813 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
13814 ;;
13815 *)
13816 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13817 ;;
13818 esac
13819done
13820
d7040cdb
SE
13821ac_aux_dir='$ac_aux_dir'
13822xsi_shell='$xsi_shell'
13823lt_shell_append='$lt_shell_append'
13824
13825# See if we are running on zsh, and set the options which allow our
13826# commands through without removal of \ escapes INIT.
13827if test -n "\${ZSH_VERSION+set}" ; then
13828 setopt NO_GLOB_SUBST
13829fi
13830
13831
13832 PACKAGE='$PACKAGE'
13833 VERSION='$VERSION'
13834 TIMESTAMP='$TIMESTAMP'
13835 RM='$RM'
13836 ofile='$ofile'
13837
13838
13839
20e95c23
DJ
13840# Capture the value of obsolete ALL_LINGUAS because we need it to compute
13841 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13842 # from automake.
13843 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13844 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13845 LINGUAS="${LINGUAS-%UNSET%}"
979273e3
NN
13846
13847
13848_ACEOF
13849
81ecdfbb 13850cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3 13851
81ecdfbb 13852# Handling of arguments.
979273e3
NN
13853for ac_config_target in $ac_config_targets
13854do
81ecdfbb
RW
13855 case $ac_config_target in
13856 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13857 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13858 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13859 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
13860 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13861 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13862
13863 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132 13864 esac
979273e3 13865done
252b5132 13866
81ecdfbb 13867
979273e3
NN
13868# If the user did not use the arguments to specify the items to instantiate,
13869# then the envvar interface is used. Set only those that are not.
13870# We use the long form for the default assignment because of an extremely
13871# bizarre bug on SunOS 4.1.3.
13872if $ac_need_defaults; then
13873 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13874 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13875 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13876fi
13877
13878# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13879# simply because there is no reason against having it here, and in addition,
979273e3 13880# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13881# Hook for its removal unless debugging.
13882# Note that there is a small window in which the directory will not be cleaned:
13883# after its creation but before its name has been assigned to `$tmp'.
979273e3
NN
13884$debug ||
13885{
81ecdfbb
RW
13886 tmp=
13887 trap 'exit_status=$?
13888 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
13889' 0
13890 trap 'as_fn_exit 1' 1 2 13 15
979273e3 13891}
979273e3
NN
13892# Create a (secure) tmp directory for tmp files.
13893
13894{
81ecdfbb 13895 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
979273e3
NN
13896 test -n "$tmp" && test -d "$tmp"
13897} ||
13898{
81ecdfbb
RW
13899 tmp=./conf$$-$RANDOM
13900 (umask 077 && mkdir "$tmp")
13901} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
13902
13903# Set up the scripts for CONFIG_FILES section.
13904# No need to generate them if there are no CONFIG_FILES.
13905# This happens for instance with `./config.status config.h'.
13906if test -n "$CONFIG_FILES"; then
13907
13908
13909ac_cr=`echo X | tr X '\015'`
13910# On cygwin, bash can eat \r inside `` if the user requested igncr.
13911# But we know of no other shell where ac_cr would be empty at this
13912# point, so we can use a bashism as a fallback.
13913if test "x$ac_cr" = x; then
13914 eval ac_cr=\$\'\\r\'
13915fi
13916ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13917if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13918 ac_cs_awk_cr='\r'
13919else
13920 ac_cs_awk_cr=$ac_cr
13921fi
13922
13923echo 'BEGIN {' >"$tmp/subs1.awk" &&
13924_ACEOF
13925
13926
13927{
13928 echo "cat >conf$$subs.awk <<_ACEOF" &&
13929 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13930 echo "_ACEOF"
13931} >conf$$subs.sh ||
13932 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13933ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
13934ac_delim='%!_!# '
13935for ac_last_try in false false false false false :; do
13936 . ./conf$$subs.sh ||
13937 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13938
13939 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13940 if test $ac_delim_n = $ac_delim_num; then
13941 break
13942 elif $ac_last_try; then
13943 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13944 else
13945 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13946 fi
13947done
13948rm -f conf$$subs.sh
13949
13950cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13951cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
13952_ACEOF
13953sed -n '
13954h
13955s/^/S["/; s/!.*/"]=/
13956p
13957g
13958s/^[^!]*!//
13959:repl
13960t repl
13961s/'"$ac_delim"'$//
13962t delim
13963:nl
13964h
13965s/\(.\{148\}\).*/\1/
13966t more1
13967s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13968p
13969n
13970b repl
13971:more1
13972s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13973p
13974g
13975s/.\{148\}//
13976t nl
13977:delim
13978h
13979s/\(.\{148\}\).*/\1/
13980t more2
13981s/["\\]/\\&/g; s/^/"/; s/$/"/
13982p
13983b
13984:more2
13985s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13986p
13987g
13988s/.\{148\}//
13989t delim
13990' <conf$$subs.awk | sed '
13991/^[^""]/{
13992 N
13993 s/\n//
13994}
13995' >>$CONFIG_STATUS || ac_write_fail=1
13996rm -f conf$$subs.awk
13997cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13998_ACAWK
13999cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14000 for (key in S) S_is_set[key] = 1
14001 FS = "\a"
14002
14003}
979273e3 14004{
81ecdfbb
RW
14005 line = $ 0
14006 nfields = split(line, field, "@")
14007 substed = 0
14008 len = length(field[1])
14009 for (i = 2; i < nfields; i++) {
14010 key = field[i]
14011 keylen = length(key)
14012 if (S_is_set[key]) {
14013 value = S[key]
14014 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14015 len += length(value) + length(field[++i])
14016 substed = 1
14017 } else
14018 len += 1 + keylen
14019 }
14020
14021 print line
979273e3
NN
14022}
14023
81ecdfbb
RW
14024_ACAWK
14025_ACEOF
14026cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14027if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14028 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14029else
14030 cat
14031fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14032 || as_fn_error "could not setup config files machinery" "$LINENO" 5
979273e3
NN
14033_ACEOF
14034
81ecdfbb
RW
14035# VPATH may cause trouble with some makes, so we remove $(srcdir),
14036# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14037# trailing colons and then remove the whole line if VPATH becomes empty
14038# (actually we leave an empty line to preserve line numbers).
14039if test "x$srcdir" = x.; then
14040 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14041s/:*\$(srcdir):*/:/
14042s/:*\${srcdir}:*/:/
14043s/:*@srcdir@:*/:/
14044s/^\([^=]*=[ ]*\):*/\1/
14045s/:*$//
14046s/^[^=]*=[ ]*$//
14047}'
14048fi
14049
14050cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14051fi # test -n "$CONFIG_FILES"
979273e3 14052
81ecdfbb
RW
14053# Set up the scripts for CONFIG_HEADERS section.
14054# No need to generate them if there are no CONFIG_HEADERS.
14055# This happens for instance with `./config.status Makefile'.
14056if test -n "$CONFIG_HEADERS"; then
14057cat >"$tmp/defines.awk" <<\_ACAWK ||
14058BEGIN {
14059_ACEOF
979273e3 14060
81ecdfbb
RW
14061# Transform confdefs.h into an awk script `defines.awk', embedded as
14062# here-document in config.status, that substitutes the proper values into
14063# config.h.in to produce config.h.
979273e3 14064
81ecdfbb
RW
14065# Create a delimiter string that does not exist in confdefs.h, to ease
14066# handling of long lines.
14067ac_delim='%!_!# '
14068for ac_last_try in false false :; do
14069 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14070 if test -z "$ac_t"; then
14071 break
14072 elif $ac_last_try; then
14073 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14074 else
14075 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14076 fi
14077done
14078
14079# For the awk script, D is an array of macro values keyed by name,
14080# likewise P contains macro parameters if any. Preserve backslash
14081# newline sequences.
14082
14083ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14084sed -n '
14085s/.\{148\}/&'"$ac_delim"'/g
14086t rset
14087:rset
14088s/^[ ]*#[ ]*define[ ][ ]*/ /
14089t def
14090d
14091:def
14092s/\\$//
14093t bsnl
14094s/["\\]/\\&/g
14095s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14096D["\1"]=" \3"/p
14097s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14098d
14099:bsnl
14100s/["\\]/\\&/g
14101s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14102D["\1"]=" \3\\\\\\n"\\/p
14103t cont
14104s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14105t cont
14106d
14107:cont
14108n
14109s/.\{148\}/&'"$ac_delim"'/g
14110t clear
14111:clear
14112s/\\$//
14113t bsnlc
14114s/["\\]/\\&/g; s/^/"/; s/$/"/p
14115d
14116:bsnlc
14117s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14118b cont
14119' <confdefs.h | sed '
14120s/'"$ac_delim"'/"\\\
14121"/g' >>$CONFIG_STATUS || ac_write_fail=1
14122
14123cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14124 for (key in D) D_is_set[key] = 1
14125 FS = "\a"
14126}
14127/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14128 line = \$ 0
14129 split(line, arg, " ")
14130 if (arg[1] == "#") {
14131 defundef = arg[2]
14132 mac1 = arg[3]
14133 } else {
14134 defundef = substr(arg[1], 2)
14135 mac1 = arg[2]
14136 }
14137 split(mac1, mac2, "(") #)
14138 macro = mac2[1]
14139 prefix = substr(line, 1, index(line, defundef) - 1)
14140 if (D_is_set[macro]) {
14141 # Preserve the white space surrounding the "#".
14142 print prefix "define", macro P[macro] D[macro]
14143 next
14144 } else {
14145 # Replace #undef with comments. This is necessary, for example,
14146 # in the case of _POSIX_SOURCE, which is predefined and required
14147 # on some systems where configure will not decide to define it.
14148 if (defundef == "undef") {
14149 print "/*", prefix defundef, macro, "*/"
14150 next
14151 }
14152 }
14153}
14154{ print }
14155_ACAWK
979273e3 14156_ACEOF
81ecdfbb
RW
14157cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14158 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14159fi # test -n "$CONFIG_HEADERS"
979273e3 14160
81ecdfbb
RW
14161
14162eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14163shift
14164for ac_tag
14165do
14166 case $ac_tag in
14167 :[FHLC]) ac_mode=$ac_tag; continue;;
14168 esac
14169 case $ac_mode$ac_tag in
14170 :[FHL]*:*);;
14171 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14172 :[FH]-) ac_tag=-:-;;
14173 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14174 esac
14175 ac_save_IFS=$IFS
14176 IFS=:
14177 set x $ac_tag
14178 IFS=$ac_save_IFS
14179 shift
14180 ac_file=$1
14181 shift
14182
14183 case $ac_mode in
14184 :L) ac_source=$1;;
14185 :[FH])
14186 ac_file_inputs=
14187 for ac_f
14188 do
14189 case $ac_f in
14190 -) ac_f="$tmp/stdin";;
14191 *) # Look for the file first in the build tree, then in the source tree
14192 # (if the path is not absolute). The absolute path cannot be DOS-style,
14193 # because $ac_f cannot contain `:'.
14194 test -f "$ac_f" ||
14195 case $ac_f in
14196 [\\/$]*) false;;
14197 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14198 esac ||
14199 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14200 esac
14201 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14202 as_fn_append ac_file_inputs " '$ac_f'"
14203 done
14204
14205 # Let's still pretend it is `configure' which instantiates (i.e., don't
14206 # use $as_me), people would be surprised to read:
14207 # /* config.h. Generated by config.status. */
14208 configure_input='Generated from '`
14209 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14210 `' by configure.'
14211 if test x"$ac_file" != x-; then
14212 configure_input="$ac_file. $configure_input"
14213 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14214$as_echo "$as_me: creating $ac_file" >&6;}
979273e3 14215 fi
81ecdfbb
RW
14216 # Neutralize special characters interpreted by sed in replacement strings.
14217 case $configure_input in #(
14218 *\&* | *\|* | *\\* )
14219 ac_sed_conf_input=`$as_echo "$configure_input" |
14220 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14221 *) ac_sed_conf_input=$configure_input;;
14222 esac
252b5132 14223
81ecdfbb
RW
14224 case $ac_tag in
14225 *:-:* | *:-) cat >"$tmp/stdin" \
14226 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14227 esac
14228 ;;
252b5132
RH
14229 esac
14230
81ecdfbb 14231 ac_dir=`$as_dirname -- "$ac_file" ||
979273e3
NN
14232$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14233 X"$ac_file" : 'X\(//\)[^/]' \| \
14234 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14235 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14236$as_echo X"$ac_file" |
14237 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14238 s//\1/
14239 q
14240 }
14241 /^X\(\/\/\)[^/].*/{
14242 s//\1/
14243 q
14244 }
14245 /^X\(\/\/\)$/{
14246 s//\1/
14247 q
14248 }
14249 /^X\(\/\).*/{
14250 s//\1/
14251 q
14252 }
14253 s/.*/./; q'`
14254 as_dir="$ac_dir"; as_fn_mkdir_p
979273e3
NN
14255 ac_builddir=.
14256
81ecdfbb
RW
14257case "$ac_dir" in
14258.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14259*)
14260 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14261 # A ".." for each directory in $ac_dir_suffix.
14262 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14263 case $ac_top_builddir_sub in
14264 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14265 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14266 esac ;;
14267esac
14268ac_abs_top_builddir=$ac_pwd
14269ac_abs_builddir=$ac_pwd$ac_dir_suffix
14270# for backward compatibility:
14271ac_top_builddir=$ac_top_build_prefix
979273e3
NN
14272
14273case $srcdir in
81ecdfbb 14274 .) # We are building in place.
979273e3 14275 ac_srcdir=.
81ecdfbb
RW
14276 ac_top_srcdir=$ac_top_builddir_sub
14277 ac_abs_top_srcdir=$ac_pwd ;;
14278 [\\/]* | ?:[\\/]* ) # Absolute name.
979273e3 14279 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14280 ac_top_srcdir=$srcdir
14281 ac_abs_top_srcdir=$srcdir ;;
14282 *) # Relative name.
14283 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14284 ac_top_srcdir=$ac_top_build_prefix$srcdir
14285 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
979273e3 14286esac
81ecdfbb 14287ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
979273e3 14288
252b5132 14289
81ecdfbb
RW
14290 case $ac_mode in
14291 :F)
14292 #
14293 # CONFIG_FILE
14294 #
979273e3
NN
14295
14296 case $INSTALL in
14297 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
14298 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14299 esac
14300 ac_MKDIR_P=$MKDIR_P
14301 case $MKDIR_P in
14302 [\\/$]* | ?:[\\/]* ) ;;
14303 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
252b5132 14304 esac
81ecdfbb 14305_ACEOF
252b5132 14306
81ecdfbb
RW
14307cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14308# If the template does not know about datarootdir, expand it.
14309# FIXME: This hack should be removed a few years after 2.60.
14310ac_datarootdir_hack=; ac_datarootdir_seen=
14311ac_sed_dataroot='
14312/datarootdir/ {
14313 p
14314 q
14315}
14316/@datadir@/p
14317/@docdir@/p
14318/@infodir@/p
14319/@localedir@/p
14320/@mandir@/p'
14321case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14322*datarootdir*) ac_datarootdir_seen=yes;;
14323*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14325$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14326_ACEOF
14327cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14328 ac_datarootdir_hack='
14329 s&@datadir@&$datadir&g
14330 s&@docdir@&$docdir&g
14331 s&@infodir@&$infodir&g
14332 s&@localedir@&$localedir&g
14333 s&@mandir@&$mandir&g
14334 s&\\\${datarootdir}&$datarootdir&g' ;;
14335esac
979273e3 14336_ACEOF
81ecdfbb
RW
14337
14338# Neutralize VPATH when `$srcdir' = `.'.
14339# Shell code in configure.ac might set extrasub.
14340# FIXME: do we really want to maintain this feature?
14341cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14342ac_sed_extra="$ac_vpsub
979273e3
NN
14343$extrasub
14344_ACEOF
81ecdfbb 14345cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3
NN
14346:t
14347/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
14348s|@configure_input@|$ac_sed_conf_input|;t t
14349s&@top_builddir@&$ac_top_builddir_sub&;t t
14350s&@top_build_prefix@&$ac_top_build_prefix&;t t
14351s&@srcdir@&$ac_srcdir&;t t
14352s&@abs_srcdir@&$ac_abs_srcdir&;t t
14353s&@top_srcdir@&$ac_top_srcdir&;t t
14354s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14355s&@builddir@&$ac_builddir&;t t
14356s&@abs_builddir@&$ac_abs_builddir&;t t
14357s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14358s&@INSTALL@&$ac_INSTALL&;t t
14359s&@MKDIR_P@&$ac_MKDIR_P&;t t
14360$ac_datarootdir_hack
14361"
14362eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14363 || as_fn_error "could not create $ac_file" "$LINENO" 5
14364
14365test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14366 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14367 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14369which seems to be undefined. Please make sure it is defined." >&5
14370$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14371which seems to be undefined. Please make sure it is defined." >&2;}
14372
14373 rm -f "$tmp/stdin"
979273e3 14374 case $ac_file in
81ecdfbb
RW
14375 -) cat "$tmp/out" && rm -f "$tmp/out";;
14376 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14377 esac \
14378 || as_fn_error "could not create $ac_file" "$LINENO" 5
14379 ;;
14380 :H)
14381 #
14382 # CONFIG_HEADER
14383 #
979273e3 14384 if test x"$ac_file" != x-; then
81ecdfbb
RW
14385 {
14386 $as_echo "/* $configure_input */" \
14387 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14388 } >"$tmp/config.h" \
14389 || as_fn_error "could not create $ac_file" "$LINENO" 5
14390 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14392$as_echo "$as_me: $ac_file is unchanged" >&6;}
979273e3 14393 else
81ecdfbb
RW
14394 rm -f "$ac_file"
14395 mv "$tmp/config.h" "$ac_file" \
14396 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 14397 fi
979273e3 14398 else
81ecdfbb
RW
14399 $as_echo "/* $configure_input */" \
14400 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14401 || as_fn_error "could not create -" "$LINENO" 5
252b5132 14402 fi
81ecdfbb
RW
14403# Compute "$ac_file"'s index in $config_headers.
14404_am_arg="$ac_file"
8ae85421
AM
14405_am_stamp_count=1
14406for _am_header in $config_headers :; do
14407 case $_am_header in
81ecdfbb 14408 $_am_arg | $_am_arg:* )
8ae85421
AM
14409 break ;;
14410 * )
14411 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14412 esac
14413done
81ecdfbb
RW
14414echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14415$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14416 X"$_am_arg" : 'X\(//\)[^/]' \| \
14417 X"$_am_arg" : 'X\(//\)$' \| \
14418 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14419$as_echo X"$_am_arg" |
14420 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14421 s//\1/
14422 q
14423 }
14424 /^X\(\/\/\)[^/].*/{
14425 s//\1/
14426 q
14427 }
14428 /^X\(\/\/\)$/{
14429 s//\1/
14430 q
14431 }
14432 /^X\(\/\).*/{
14433 s//\1/
14434 q
14435 }
14436 s/.*/./; q'`/stamp-h$_am_stamp_count
14437 ;;
979273e3 14438
81ecdfbb
RW
14439 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14440$as_echo "$as_me: executing $ac_file commands" >&6;}
14441 ;;
14442 esac
979273e3
NN
14443
14444
81ecdfbb
RW
14445 case $ac_file$ac_mode in
14446 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14447 # Autoconf 2.62 quotes --file arguments for eval, but not when files
14448 # are listed without --file. Let's play safe and only enable the eval
14449 # if we detect the quoting.
14450 case $CONFIG_FILES in
14451 *\'*) eval set x "$CONFIG_FILES" ;;
14452 *) set x $CONFIG_FILES ;;
14453 esac
14454 shift
14455 for mf
14456 do
14457 # Strip MF so we end up with the name of the file.
14458 mf=`echo "$mf" | sed -e 's/:.*$//'`
14459 # Check whether this is an Automake generated Makefile or not.
14460 # We used to match only the files named `Makefile.in', but
14461 # some people rename them; so instead we look at the file content.
14462 # Grep'ing the first line is not enough: some people post-process
14463 # each Makefile.in and add a new line on top of each file to say so.
14464 # Grep'ing the whole file is not good either: AIX grep has a line
14465 # limit of 2048, but all sed's we know have understand at least 4000.
14466 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14467 dirpart=`$as_dirname -- "$mf" ||
8ae85421
AM
14468$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14469 X"$mf" : 'X\(//\)[^/]' \| \
14470 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
14471 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14472$as_echo X"$mf" |
14473 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14474 s//\1/
14475 q
14476 }
14477 /^X\(\/\/\)[^/].*/{
14478 s//\1/
14479 q
14480 }
14481 /^X\(\/\/\)$/{
14482 s//\1/
14483 q
14484 }
14485 /^X\(\/\).*/{
14486 s//\1/
14487 q
14488 }
14489 s/.*/./; q'`
14490 else
14491 continue
14492 fi
14493 # Extract the definition of DEPDIR, am__include, and am__quote
14494 # from the Makefile without running `make'.
14495 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14496 test -z "$DEPDIR" && continue
14497 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14498 test -z "am__include" && continue
14499 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14500 # When using ansi2knr, U may be empty or an underscore; expand it
14501 U=`sed -n 's/^U = //p' < "$mf"`
14502 # Find all dependency output files, they are included files with
14503 # $(DEPDIR) in their names. We invoke sed twice because it is the
14504 # simplest approach to changing $(DEPDIR) to its actual value in the
14505 # expansion.
14506 for file in `sed -n "
14507 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14508 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14509 # Make sure the directory exists.
14510 test -f "$dirpart/$file" && continue
14511 fdir=`$as_dirname -- "$file" ||
8ae85421
AM
14512$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14513 X"$file" : 'X\(//\)[^/]' \| \
14514 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
14515 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14516$as_echo X"$file" |
14517 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14518 s//\1/
14519 q
14520 }
14521 /^X\(\/\/\)[^/].*/{
14522 s//\1/
14523 q
14524 }
14525 /^X\(\/\/\)$/{
14526 s//\1/
14527 q
14528 }
14529 /^X\(\/\).*/{
14530 s//\1/
14531 q
14532 }
14533 s/.*/./; q'`
14534 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14535 # echo "creating $dirpart/$file"
14536 echo '# dummy' > "$dirpart/$file"
8ae85421 14537 done
8ae85421 14538 done
81ecdfbb 14539}
d7040cdb 14540 ;;
81ecdfbb 14541 "libtool":C)
d7040cdb
SE
14542
14543 # See if we are running on zsh, and set the options which allow our
14544 # commands through without removal of \ escapes.
14545 if test -n "${ZSH_VERSION+set}" ; then
14546 setopt NO_GLOB_SUBST
14547 fi
14548
14549 cfgfile="${ofile}T"
14550 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14551 $RM "$cfgfile"
14552
14553 cat <<_LT_EOF >> "$cfgfile"
14554#! $SHELL
14555
14556# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1927a18f 14557# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
14558# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14559# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14560#
1927a18f 14561# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 14562# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1927a18f 14563# Written by Gordon Matzigkeit, 1996
d7040cdb 14564#
1927a18f 14565# This file is part of GNU Libtool.
d7040cdb 14566#
1927a18f
L
14567# GNU Libtool is free software; you can redistribute it and/or
14568# modify it under the terms of the GNU General Public License as
14569# published by the Free Software Foundation; either version 2 of
14570# the License, or (at your option) any later version.
d7040cdb 14571#
1927a18f
L
14572# As a special exception to the GNU General Public License,
14573# if you distribute this file as part of a program or library that
14574# is built using GNU Libtool, you may include this file under the
14575# same distribution terms that you use for the rest of that program.
d7040cdb 14576#
1927a18f
L
14577# GNU Libtool is distributed in the hope that it will be useful,
14578# but WITHOUT ANY WARRANTY; without even the implied warranty of
14579# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14580# GNU General Public License for more details.
d7040cdb 14581#
1927a18f
L
14582# You should have received a copy of the GNU General Public License
14583# along with GNU Libtool; see the file COPYING. If not, a copy
14584# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14585# obtained by writing to the Free Software Foundation, Inc.,
14586# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
14587
14588
14589# The names of the tagged configurations supported by this script.
14590available_tags=""
14591
14592# ### BEGIN LIBTOOL CONFIG
14593
14594# Whether or not to build shared libraries.
14595build_libtool_libs=$enable_shared
14596
14597# Which release of libtool.m4 was used?
14598macro_version=$macro_version
14599macro_revision=$macro_revision
14600
14601# Whether or not to build static libraries.
14602build_old_libs=$enable_static
14603
14604# What type of objects to build.
14605pic_mode=$pic_mode
14606
14607# Whether or not to optimize for fast installation.
14608fast_install=$enable_fast_install
14609
3725885a
RW
14610# Shell to use when invoking shell scripts.
14611SHELL=$lt_SHELL
14612
14613# An echo program that protects backslashes.
14614ECHO=$lt_ECHO
14615
d7040cdb
SE
14616# The host system.
14617host_alias=$host_alias
14618host=$host
14619host_os=$host_os
14620
14621# The build system.
14622build_alias=$build_alias
14623build=$build
14624build_os=$build_os
14625
14626# A sed program that does not truncate output.
14627SED=$lt_SED
14628
14629# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14630Xsed="\$SED -e 1s/^X//"
14631
14632# A grep program that handles long lines.
14633GREP=$lt_GREP
14634
14635# An ERE matcher.
14636EGREP=$lt_EGREP
14637
14638# A literal string matcher.
14639FGREP=$lt_FGREP
14640
14641# A BSD- or MS-compatible name lister.
14642NM=$lt_NM
14643
14644# Whether we need soft or hard links.
14645LN_S=$lt_LN_S
14646
14647# What is the maximum length of a command?
14648max_cmd_len=$max_cmd_len
14649
14650# Object file suffix (normally "o").
14651objext=$ac_objext
14652
14653# Executable file suffix (normally "").
14654exeext=$exeext
14655
14656# whether the shell understands "unset".
14657lt_unset=$lt_unset
14658
14659# turn spaces into newlines.
14660SP2NL=$lt_lt_SP2NL
14661
14662# turn newlines into spaces.
14663NL2SP=$lt_lt_NL2SP
14664
1927a18f
L
14665# An object symbol dumper.
14666OBJDUMP=$lt_OBJDUMP
14667
d7040cdb
SE
14668# Method to check whether dependent libraries are shared objects.
14669deplibs_check_method=$lt_deplibs_check_method
14670
14671# Command to use when deplibs_check_method == "file_magic".
14672file_magic_cmd=$lt_file_magic_cmd
14673
14674# The archiver.
14675AR=$lt_AR
14676AR_FLAGS=$lt_AR_FLAGS
14677
14678# A symbol stripping program.
14679STRIP=$lt_STRIP
14680
14681# Commands used to install an old-style archive.
14682RANLIB=$lt_RANLIB
14683old_postinstall_cmds=$lt_old_postinstall_cmds
14684old_postuninstall_cmds=$lt_old_postuninstall_cmds
14685
3725885a
RW
14686# Whether to use a lock for old archive extraction.
14687lock_old_archive_extraction=$lock_old_archive_extraction
14688
d7040cdb
SE
14689# A C compiler.
14690LTCC=$lt_CC
14691
14692# LTCC compiler flags.
14693LTCFLAGS=$lt_CFLAGS
14694
14695# Take the output of nm and produce a listing of raw symbols and C names.
14696global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14697
14698# Transform the output of nm in a proper C declaration.
14699global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14700
14701# Transform the output of nm in a C name address pair.
14702global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14703
1927a18f
L
14704# Transform the output of nm in a C name address pair when lib prefix is needed.
14705global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14706
d7040cdb
SE
14707# The name of the directory that contains temporary libtool files.
14708objdir=$objdir
14709
d7040cdb
SE
14710# Used to examine libraries when file_magic_cmd begins with "file".
14711MAGIC_CMD=$MAGIC_CMD
14712
14713# Must we lock files when doing compilation?
14714need_locks=$lt_need_locks
14715
1927a18f
L
14716# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14717DSYMUTIL=$lt_DSYMUTIL
14718
14719# Tool to change global to local symbols on Mac OS X.
14720NMEDIT=$lt_NMEDIT
14721
14722# Tool to manipulate fat objects and archives on Mac OS X.
14723LIPO=$lt_LIPO
14724
14725# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14726OTOOL=$lt_OTOOL
14727
14728# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14729OTOOL64=$lt_OTOOL64
14730
d7040cdb
SE
14731# Old archive suffix (normally "a").
14732libext=$libext
14733
14734# Shared library suffix (normally ".so").
14735shrext_cmds=$lt_shrext_cmds
14736
14737# The commands to extract the exported symbol list from a shared archive.
14738extract_expsyms_cmds=$lt_extract_expsyms_cmds
14739
14740# Variables whose values should be saved in libtool wrapper scripts and
14741# restored at link time.
14742variables_saved_for_relink=$lt_variables_saved_for_relink
14743
14744# Do we need the "lib" prefix for modules?
14745need_lib_prefix=$need_lib_prefix
14746
14747# Do we need a version for libraries?
14748need_version=$need_version
14749
14750# Library versioning type.
14751version_type=$version_type
14752
14753# Shared library runtime path variable.
14754runpath_var=$runpath_var
14755
14756# Shared library path variable.
14757shlibpath_var=$shlibpath_var
14758
14759# Is shlibpath searched before the hard-coded library search path?
14760shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14761
14762# Format of library name prefix.
14763libname_spec=$lt_libname_spec
14764
14765# List of archive names. First name is the real one, the rest are links.
14766# The last name is the one that the linker finds with -lNAME
14767library_names_spec=$lt_library_names_spec
14768
14769# The coded name of the library, if different from the real name.
14770soname_spec=$lt_soname_spec
14771
3725885a
RW
14772# Permission mode override for installation of shared libraries.
14773install_override_mode=$lt_install_override_mode
14774
d7040cdb
SE
14775# Command to use after installation of a shared archive.
14776postinstall_cmds=$lt_postinstall_cmds
14777
14778# Command to use after uninstallation of a shared archive.
14779postuninstall_cmds=$lt_postuninstall_cmds
14780
14781# Commands used to finish a libtool library installation in a directory.
14782finish_cmds=$lt_finish_cmds
14783
14784# As "finish_cmds", except a single script fragment to be evaled but
14785# not shown.
14786finish_eval=$lt_finish_eval
14787
14788# Whether we should hardcode library paths into libraries.
14789hardcode_into_libs=$hardcode_into_libs
14790
14791# Compile-time system search path for libraries.
14792sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14793
14794# Run-time system search path for libraries.
14795sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14796
14797# Whether dlopen is supported.
14798dlopen_support=$enable_dlopen
14799
14800# Whether dlopen of programs is supported.
14801dlopen_self=$enable_dlopen_self
14802
14803# Whether dlopen of statically linked programs is supported.
14804dlopen_self_static=$enable_dlopen_self_static
14805
14806# Commands to strip libraries.
14807old_striplib=$lt_old_striplib
14808striplib=$lt_striplib
14809
14810
14811# The linker used to build libraries.
14812LD=$lt_LD
14813
3725885a
RW
14814# How to create reloadable object files.
14815reload_flag=$lt_reload_flag
14816reload_cmds=$lt_reload_cmds
14817
d7040cdb
SE
14818# Commands used to build an old-style archive.
14819old_archive_cmds=$lt_old_archive_cmds
14820
14821# A language specific compiler.
14822CC=$lt_compiler
14823
14824# Is the compiler the GNU compiler?
14825with_gcc=$GCC
14826
14827# Compiler flag to turn off builtin functions.
14828no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14829
14830# How to pass a linker flag through the compiler.
14831wl=$lt_lt_prog_compiler_wl
14832
14833# Additional compiler flags for building library objects.
14834pic_flag=$lt_lt_prog_compiler_pic
14835
14836# Compiler flag to prevent dynamic linking.
14837link_static_flag=$lt_lt_prog_compiler_static
14838
14839# Does compiler simultaneously support -c and -o options?
14840compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14841
14842# Whether or not to add -lc for building shared libraries.
14843build_libtool_need_lc=$archive_cmds_need_lc
14844
14845# Whether or not to disallow shared libs when runtime libs are static.
14846allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14847
14848# Compiler flag to allow reflexive dlopens.
14849export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14850
14851# Compiler flag to generate shared objects directly from archives.
14852whole_archive_flag_spec=$lt_whole_archive_flag_spec
14853
14854# Whether the compiler copes with passing no objects directly.
14855compiler_needs_object=$lt_compiler_needs_object
14856
14857# Create an old-style archive from a shared archive.
14858old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14859
14860# Create a temporary old-style archive to link instead of a shared archive.
14861old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14862
14863# Commands used to build a shared archive.
14864archive_cmds=$lt_archive_cmds
14865archive_expsym_cmds=$lt_archive_expsym_cmds
14866
14867# Commands used to build a loadable module if different from building
14868# a shared archive.
14869module_cmds=$lt_module_cmds
14870module_expsym_cmds=$lt_module_expsym_cmds
14871
14872# Whether we are building with GNU ld or not.
14873with_gnu_ld=$lt_with_gnu_ld
14874
14875# Flag that allows shared libraries with undefined symbols to be built.
14876allow_undefined_flag=$lt_allow_undefined_flag
14877
14878# Flag that enforces no undefined symbols.
14879no_undefined_flag=$lt_no_undefined_flag
14880
14881# Flag to hardcode \$libdir into a binary during linking.
14882# This must work even if \$libdir does not exist
14883hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14884
14885# If ld is used when linking, flag to hardcode \$libdir into a binary
14886# during linking. This must work even if \$libdir does not exist.
14887hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14888
14889# Whether we need a single "-rpath" flag with a separated argument.
14890hardcode_libdir_separator=$lt_hardcode_libdir_separator
14891
14892# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14893# DIR into the resulting binary.
14894hardcode_direct=$hardcode_direct
14895
14896# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14897# DIR into the resulting binary and the resulting library dependency is
14898# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14899# library is relocated.
14900hardcode_direct_absolute=$hardcode_direct_absolute
14901
14902# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14903# into the resulting binary.
14904hardcode_minus_L=$hardcode_minus_L
14905
14906# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14907# into the resulting binary.
14908hardcode_shlibpath_var=$hardcode_shlibpath_var
14909
14910# Set to "yes" if building a shared library automatically hardcodes DIR
14911# into the library and all subsequent libraries and executables linked
14912# against it.
14913hardcode_automatic=$hardcode_automatic
14914
14915# Set to yes if linker adds runtime paths of dependent libraries
14916# to runtime path list.
14917inherit_rpath=$inherit_rpath
14918
14919# Whether libtool must link a program against all its dependency libraries.
14920link_all_deplibs=$link_all_deplibs
14921
14922# Fix the shell variable \$srcfile for the compiler.
14923fix_srcfile_path=$lt_fix_srcfile_path
14924
14925# Set to "yes" if exported symbols are required.
14926always_export_symbols=$always_export_symbols
14927
14928# The commands to list exported symbols.
14929export_symbols_cmds=$lt_export_symbols_cmds
14930
14931# Symbols that should not be listed in the preloaded symbols.
14932exclude_expsyms=$lt_exclude_expsyms
14933
14934# Symbols that must always be exported.
14935include_expsyms=$lt_include_expsyms
14936
14937# Commands necessary for linking programs (against libraries) with templates.
14938prelink_cmds=$lt_prelink_cmds
14939
14940# Specify filename containing input files.
14941file_list_spec=$lt_file_list_spec
14942
14943# How to hardcode a shared library path into an executable.
14944hardcode_action=$hardcode_action
14945
14946# ### END LIBTOOL CONFIG
14947
14948_LT_EOF
14949
14950 case $host_os in
14951 aix3*)
14952 cat <<\_LT_EOF >> "$cfgfile"
14953# AIX sometimes has problems with the GCC collect2 program. For some
14954# reason, if we set the COLLECT_NAMES environment variable, the problems
14955# vanish in a puff of smoke.
14956if test "X${COLLECT_NAMES+set}" != Xset; then
14957 COLLECT_NAMES=
14958 export COLLECT_NAMES
14959fi
14960_LT_EOF
14961 ;;
14962 esac
14963
14964
14965ltmain="$ac_aux_dir/ltmain.sh"
14966
14967
14968 # We use sed instead of cat because bash on DJGPP gets confused if
14969 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14970 # text mode, it properly converts lines to CR/LF. This bash problem
14971 # is reportedly fixed, but why not run on old versions too?
14972 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14973 || (rm -f "$cfgfile"; exit 1)
14974
14975 case $xsi_shell in
14976 yes)
14977 cat << \_LT_EOF >> "$cfgfile"
1927a18f 14978
d7040cdb
SE
14979# func_dirname file append nondir_replacement
14980# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14981# otherwise set result to NONDIR_REPLACEMENT.
14982func_dirname ()
14983{
14984 case ${1} in
14985 */*) func_dirname_result="${1%/*}${2}" ;;
14986 * ) func_dirname_result="${3}" ;;
14987 esac
14988}
14989
14990# func_basename file
14991func_basename ()
14992{
14993 func_basename_result="${1##*/}"
14994}
14995
1927a18f
L
14996# func_dirname_and_basename file append nondir_replacement
14997# perform func_basename and func_dirname in a single function
14998# call:
14999# dirname: Compute the dirname of FILE. If nonempty,
15000# add APPEND to the result, otherwise set result
15001# to NONDIR_REPLACEMENT.
15002# value returned in "$func_dirname_result"
15003# basename: Compute filename of FILE.
15004# value retuned in "$func_basename_result"
15005# Implementation must be kept synchronized with func_dirname
15006# and func_basename. For efficiency, we do not delegate to
15007# those functions but instead duplicate the functionality here.
15008func_dirname_and_basename ()
15009{
15010 case ${1} in
15011 */*) func_dirname_result="${1%/*}${2}" ;;
15012 * ) func_dirname_result="${3}" ;;
15013 esac
15014 func_basename_result="${1##*/}"
15015}
15016
d7040cdb
SE
15017# func_stripname prefix suffix name
15018# strip PREFIX and SUFFIX off of NAME.
15019# PREFIX and SUFFIX must not contain globbing or regex special
15020# characters, hashes, percent signs, but SUFFIX may contain a leading
15021# dot (in which case that matches only a dot).
15022func_stripname ()
15023{
15024 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15025 # positional parameters, so assign one to ordinary parameter first.
15026 func_stripname_result=${3}
15027 func_stripname_result=${func_stripname_result#"${1}"}
15028 func_stripname_result=${func_stripname_result%"${2}"}
15029}
15030
15031# func_opt_split
15032func_opt_split ()
15033{
15034 func_opt_split_opt=${1%%=*}
15035 func_opt_split_arg=${1#*=}
15036}
15037
15038# func_lo2o object
15039func_lo2o ()
15040{
15041 case ${1} in
15042 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15043 *) func_lo2o_result=${1} ;;
15044 esac
15045}
1927a18f
L
15046
15047# func_xform libobj-or-source
15048func_xform ()
15049{
15050 func_xform_result=${1%.*}.lo
15051}
15052
15053# func_arith arithmetic-term...
15054func_arith ()
15055{
15056 func_arith_result=$(( $* ))
15057}
15058
15059# func_len string
15060# STRING may not start with a hyphen.
15061func_len ()
15062{
15063 func_len_result=${#1}
15064}
15065
d7040cdb
SE
15066_LT_EOF
15067 ;;
15068 *) # Bourne compatible functions.
15069 cat << \_LT_EOF >> "$cfgfile"
1927a18f 15070
d7040cdb
SE
15071# func_dirname file append nondir_replacement
15072# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15073# otherwise set result to NONDIR_REPLACEMENT.
15074func_dirname ()
15075{
15076 # Extract subdirectory from the argument.
3725885a 15077 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
15078 if test "X$func_dirname_result" = "X${1}"; then
15079 func_dirname_result="${3}"
15080 else
15081 func_dirname_result="$func_dirname_result${2}"
15082 fi
15083}
15084
15085# func_basename file
15086func_basename ()
15087{
3725885a 15088 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
15089}
15090
1927a18f 15091
d7040cdb
SE
15092# func_stripname prefix suffix name
15093# strip PREFIX and SUFFIX off of NAME.
15094# PREFIX and SUFFIX must not contain globbing or regex special
15095# characters, hashes, percent signs, but SUFFIX may contain a leading
15096# dot (in which case that matches only a dot).
15097# func_strip_suffix prefix name
15098func_stripname ()
15099{
15100 case ${2} in
3725885a
RW
15101 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15102 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
15103 esac
15104}
15105
15106# sed scripts:
15107my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15108my_sed_long_arg='1s/^-[^=]*=//'
15109
15110# func_opt_split
15111func_opt_split ()
15112{
3725885a
RW
15113 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15114 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
15115}
15116
15117# func_lo2o object
15118func_lo2o ()
15119{
3725885a 15120 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 15121}
1927a18f
L
15122
15123# func_xform libobj-or-source
15124func_xform ()
15125{
3725885a 15126 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
1927a18f
L
15127}
15128
15129# func_arith arithmetic-term...
15130func_arith ()
15131{
15132 func_arith_result=`expr "$@"`
15133}
15134
15135# func_len string
15136# STRING may not start with a hyphen.
15137func_len ()
15138{
15139 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15140}
15141
d7040cdb
SE
15142_LT_EOF
15143esac
15144
15145case $lt_shell_append in
15146 yes)
15147 cat << \_LT_EOF >> "$cfgfile"
15148
15149# func_append var value
15150# Append VALUE to the end of shell variable VAR.
15151func_append ()
15152{
15153 eval "$1+=\$2"
15154}
15155_LT_EOF
15156 ;;
15157 *)
15158 cat << \_LT_EOF >> "$cfgfile"
15159
15160# func_append var value
15161# Append VALUE to the end of shell variable VAR.
15162func_append ()
15163{
15164 eval "$1=\$$1\$2"
15165}
1927a18f 15166
d7040cdb
SE
15167_LT_EOF
15168 ;;
15169 esac
15170
15171
15172 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15173 || (rm -f "$cfgfile"; exit 1)
15174
15175 mv -f "$cfgfile" "$ofile" ||
15176 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15177 chmod +x "$ofile"
15178
8ae85421 15179 ;;
81ecdfbb 15180 "default-1":C)
20e95c23
DJ
15181 for ac_file in $CONFIG_FILES; do
15182 # Support "outfile[:infile[:infile...]]"
15183 case "$ac_file" in
15184 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15185 esac
15186 # PO directories have a Makefile.in generated from Makefile.in.in.
15187 case "$ac_file" in */Makefile.in)
15188 # Adjust a relative srcdir.
15189 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 15190 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
15191 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15192 # In autoconf-2.13 it is called $ac_given_srcdir.
15193 # In autoconf-2.50 it is called $srcdir.
15194 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15195 case "$ac_given_srcdir" in
15196 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15197 /*) top_srcdir="$ac_given_srcdir" ;;
15198 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15199 esac
15200 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15201 rm -f "$ac_dir/POTFILES"
15202 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15203 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15204 POMAKEFILEDEPS="POTFILES.in"
15205 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15206 # on $ac_dir but don't depend on user-specified configuration
15207 # parameters.
15208 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15209 # The LINGUAS file contains the set of available languages.
15210 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 15211 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
20e95c23
DJ
15212 fi
15213 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15214 # Hide the ALL_LINGUAS assigment from automake.
15215 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15216 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15217 else
37a42ee9 15218 # The set of available languages was given in configure.ac.
20e95c23
DJ
15219 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15220 fi
15221 case "$ac_given_srcdir" in
15222 .) srcdirpre= ;;
15223 *) srcdirpre='$(srcdir)/' ;;
15224 esac
15225 POFILES=
15226 GMOFILES=
15227 UPDATEPOFILES=
15228 DUMMYPOFILES=
15229 for lang in $ALL_LINGUAS; do
15230 POFILES="$POFILES $srcdirpre$lang.po"
15231 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15232 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15233 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15234 done
15235 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15236 # environment variable.
15237 INST_LINGUAS=
15238 if test -n "$ALL_LINGUAS"; then
15239 for presentlang in $ALL_LINGUAS; do
15240 useit=no
15241 if test "%UNSET%" != "$LINGUAS"; then
15242 desiredlanguages="$LINGUAS"
15243 else
15244 desiredlanguages="$ALL_LINGUAS"
15245 fi
15246 for desiredlang in $desiredlanguages; do
15247 # Use the presentlang catalog if desiredlang is
15248 # a. equal to presentlang, or
15249 # b. a variant of presentlang (because in this case,
15250 # presentlang can be used as a fallback for messages
15251 # which are not translated in the desiredlang catalog).
15252 case "$desiredlang" in
15253 "$presentlang"*) useit=yes;;
15254 esac
15255 done
15256 if test $useit = yes; then
15257 INST_LINGUAS="$INST_LINGUAS $presentlang"
15258 fi
15259 done
15260 fi
15261 CATALOGS=
15262 if test -n "$INST_LINGUAS"; then
15263 for lang in $INST_LINGUAS; do
15264 CATALOGS="$CATALOGS $lang.gmo"
15265 done
15266 fi
15267 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15268 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"
15269 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15270 if test -f "$f"; then
15271 case "$f" in
15272 *.orig | *.bak | *~) ;;
15273 *) cat "$f" >> "$ac_dir/Makefile" ;;
15274 esac
15275 fi
15276 done
15277 fi
15278 ;;
15279 esac
15280 done ;;
81ecdfbb 15281
979273e3 15282 esac
81ecdfbb 15283done # for ac_tag
979273e3 15284
979273e3 15285
81ecdfbb 15286as_fn_exit 0
979273e3 15287_ACEOF
979273e3
NN
15288ac_clean_files=$ac_clean_files_save
15289
81ecdfbb
RW
15290test $ac_write_fail = 0 ||
15291 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15292
979273e3
NN
15293
15294# configure is writing to config.log, and then calls config.status.
15295# config.status does its own redirection, appending to config.log.
15296# Unfortunately, on DOS this fails, as config.log is still kept open
15297# by configure, so config.status won't be able to write to it; its
15298# output is simply discarded. So we exec the FD to /dev/null,
15299# effectively closing config.log, so it can be properly (re)opened and
15300# appended to by config.status. When coming back to configure, we
15301# need to make the FD available again.
15302if test "$no_create" != yes; then
15303 ac_cs_success=:
15304 ac_config_status_args=
15305 test "$silent" = yes &&
15306 ac_config_status_args="$ac_config_status_args --quiet"
15307 exec 5>/dev/null
15308 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15309 exec 5>>config.log
15310 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15311 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15312 $ac_cs_success || as_fn_exit $?
15313fi
15314if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15316$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
979273e3 15317fi
252b5132 15318
This page took 1.756947 seconds and 4 git commands to generate.