* configure: Regenerate.
[deliverable/binutils-gdb.git] / opcodes / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
252b5132
RH
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
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.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 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
607SHARED_DEPENDENCIES
608SHARED_LIBADD
609SHARED_LDFLAGS
2eee5593
AM
610BUILD_LIB_DEPS
611BUILD_LIBS
81ecdfbb
RW
612LIBM
613cgendir
614CGEN_MAINT_FALSE
615CGEN_MAINT_TRUE
616HDEFINES
617EXEEXT_FOR_BUILD
618CC_FOR_BUILD
619MSGMERGE
620MSGFMT
621MKINSTALLDIRS
622CATOBJEXT
623GENCAT
624INSTOBJEXT
625DATADIRNAME
626CATALOGS
627POSUB
628GMSGFMT
629XGETTEXT
630INCINTL
631LIBINTL_DEP
632LIBINTL
633USE_NLS
634bfdincludedir
635bfdlibdir
636target_noncanonical
637host_noncanonical
638INSTALL_LIBBFD_FALSE
639INSTALL_LIBBFD_TRUE
640MAINT
641MAINTAINER_MODE_FALSE
642MAINTAINER_MODE_TRUE
35d0a169 643NO_WMISSING_FIELD_INITIALIZERS
81ecdfbb
RW
644NO_WERROR
645WARN_CFLAGS
646OTOOL64
647OTOOL
648LIPO
649NMEDIT
650DSYMUTIL
81ecdfbb
RW
651OBJDUMP
652LN_S
653NM
654ac_ct_DUMPBIN
655DUMPBIN
656LD
657FGREP
658SED
659LIBTOOL
660RANLIB
661AR
662EGREP
663GREP
664CPP
665am__fastdepCC_FALSE
666am__fastdepCC_TRUE
667CCDEPMODE
668AMDEPBACKSLASH
669AMDEP_FALSE
670AMDEP_TRUE
671am__quote
672am__include
673DEPDIR
674am__untar
675am__tar
676AMTAR
677am__leading_dot
678SET_MAKE
679AWK
680mkdir_p
681MKDIR_P
682INSTALL_STRIP_PROGRAM
683STRIP
684install_sh
685MAKEINFO
686AUTOHEADER
687AUTOMAKE
688AUTOCONF
689ACLOCAL
690VERSION
691PACKAGE
692CYGPATH_W
693am__isrc
694INSTALL_DATA
695INSTALL_SCRIPT
696INSTALL_PROGRAM
697OBJEXT
698EXEEXT
699ac_ct_CC
700CPPFLAGS
701LDFLAGS
702CFLAGS
703CC
704target_os
705target_vendor
706target_cpu
707target
708host_os
709host_vendor
710host_cpu
711host
712build_os
713build_vendor
714build_cpu
715build
716target_alias
717host_alias
718build_alias
719LIBS
720ECHO_T
721ECHO_N
722ECHO_C
723DEFS
724mandir
725localedir
726libdir
727psdir
728pdfdir
729dvidir
730htmldir
731infodir
732docdir
733oldincludedir
734includedir
735localstatedir
736sharedstatedir
737sysconfdir
738datadir
739datarootdir
740libexecdir
741sbindir
742bindir
743program_transform_name
744prefix
745exec_prefix
746PACKAGE_URL
747PACKAGE_BUGREPORT
748PACKAGE_STRING
749PACKAGE_VERSION
750PACKAGE_TARNAME
751PACKAGE_NAME
752PATH_SEPARATOR
753SHELL'
979273e3 754ac_subst_files=''
81ecdfbb
RW
755ac_user_opts='
756enable_option_checking
757enable_dependency_tracking
758enable_shared
759enable_static
760with_pic
761enable_fast_install
762with_gnu_ld
763enable_libtool_lock
764enable_targets
765enable_werror
766enable_build_warnings
767enable_maintainer_mode
768enable_install_libbfd
769enable_nls
770enable_cgen_maint
771'
772 ac_precious_vars='build_alias
773host_alias
774target_alias
775CC
776CFLAGS
777LDFLAGS
778LIBS
779CPPFLAGS
780CPP'
781
252b5132
RH
782
783# Initialize some variables set by options.
979273e3
NN
784ac_init_help=
785ac_init_version=false
81ecdfbb
RW
786ac_unrecognized_opts=
787ac_unrecognized_sep=
252b5132
RH
788# The variables have the same names as the options, with
789# dashes changed to underlines.
979273e3 790cache_file=/dev/null
252b5132 791exec_prefix=NONE
252b5132 792no_create=
252b5132
RH
793no_recursion=
794prefix=NONE
795program_prefix=NONE
796program_suffix=NONE
797program_transform_name=s,x,x,
798silent=
799site=
800srcdir=
252b5132
RH
801verbose=
802x_includes=NONE
803x_libraries=NONE
979273e3
NN
804
805# Installation directory options.
806# These are left unexpanded so users can "make install exec_prefix=/foo"
807# and all the variables that are supposed to be based on exec_prefix
808# by default will actually change.
809# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 810# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
811bindir='${exec_prefix}/bin'
812sbindir='${exec_prefix}/sbin'
813libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
814datarootdir='${prefix}/share'
815datadir='${datarootdir}'
252b5132
RH
816sysconfdir='${prefix}/etc'
817sharedstatedir='${prefix}/com'
818localstatedir='${prefix}/var'
252b5132
RH
819includedir='${prefix}/include'
820oldincludedir='/usr/include'
81ecdfbb
RW
821docdir='${datarootdir}/doc/${PACKAGE}'
822infodir='${datarootdir}/info'
823htmldir='${docdir}'
824dvidir='${docdir}'
825pdfdir='${docdir}'
826psdir='${docdir}'
827libdir='${exec_prefix}/lib'
828localedir='${datarootdir}/locale'
829mandir='${datarootdir}/man'
252b5132 830
252b5132 831ac_prev=
81ecdfbb 832ac_dashdash=
252b5132
RH
833for ac_option
834do
252b5132
RH
835 # If the previous option needs an argument, assign it.
836 if test -n "$ac_prev"; then
81ecdfbb 837 eval $ac_prev=\$ac_option
252b5132
RH
838 ac_prev=
839 continue
840 fi
841
81ecdfbb
RW
842 case $ac_option in
843 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
844 *) ac_optarg=yes ;;
845 esac
252b5132
RH
846
847 # Accept the important Cygnus configure options, so we can diagnose typos.
848
81ecdfbb
RW
849 case $ac_dashdash$ac_option in
850 --)
851 ac_dashdash=yes ;;
252b5132
RH
852
853 -bindir | --bindir | --bindi | --bind | --bin | --bi)
854 ac_prev=bindir ;;
855 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
979273e3 856 bindir=$ac_optarg ;;
252b5132
RH
857
858 -build | --build | --buil | --bui | --bu)
979273e3 859 ac_prev=build_alias ;;
252b5132 860 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
979273e3 861 build_alias=$ac_optarg ;;
252b5132
RH
862
863 -cache-file | --cache-file | --cache-fil | --cache-fi \
864 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
865 ac_prev=cache_file ;;
866 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
867 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
979273e3
NN
868 cache_file=$ac_optarg ;;
869
870 --config-cache | -C)
871 cache_file=config.cache ;;
252b5132 872
81ecdfbb 873 -datadir | --datadir | --datadi | --datad)
252b5132 874 ac_prev=datadir ;;
81ecdfbb 875 -datadir=* | --datadir=* | --datadi=* | --datad=*)
979273e3 876 datadir=$ac_optarg ;;
252b5132 877
81ecdfbb
RW
878 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
879 | --dataroo | --dataro | --datar)
880 ac_prev=datarootdir ;;
881 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
882 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
883 datarootdir=$ac_optarg ;;
884
252b5132 885 -disable-* | --disable-*)
81ecdfbb 886 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 887 # Reject names that are not valid shell variable names.
81ecdfbb
RW
888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
889 as_fn_error "invalid feature name: $ac_useropt"
890 ac_useropt_orig=$ac_useropt
891 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
892 case $ac_user_opts in
893 *"
894"enable_$ac_useropt"
895"*) ;;
896 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
897 ac_unrecognized_sep=', ';;
898 esac
899 eval enable_$ac_useropt=no ;;
900
901 -docdir | --docdir | --docdi | --doc | --do)
902 ac_prev=docdir ;;
903 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
904 docdir=$ac_optarg ;;
905
906 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
907 ac_prev=dvidir ;;
908 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
909 dvidir=$ac_optarg ;;
252b5132
RH
910
911 -enable-* | --enable-*)
81ecdfbb 912 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 913 # Reject names that are not valid shell variable names.
81ecdfbb
RW
914 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
915 as_fn_error "invalid feature name: $ac_useropt"
916 ac_useropt_orig=$ac_useropt
917 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
918 case $ac_user_opts in
919 *"
920"enable_$ac_useropt"
921"*) ;;
922 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
923 ac_unrecognized_sep=', ';;
252b5132 924 esac
81ecdfbb 925 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
926
927 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
928 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
929 | --exec | --exe | --ex)
930 ac_prev=exec_prefix ;;
931 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
932 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
933 | --exec=* | --exe=* | --ex=*)
979273e3 934 exec_prefix=$ac_optarg ;;
252b5132
RH
935
936 -gas | --gas | --ga | --g)
937 # Obsolete; use --with-gas.
938 with_gas=yes ;;
939
979273e3
NN
940 -help | --help | --hel | --he | -h)
941 ac_init_help=long ;;
942 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
943 ac_init_help=recursive ;;
944 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
945 ac_init_help=short ;;
252b5132
RH
946
947 -host | --host | --hos | --ho)
979273e3 948 ac_prev=host_alias ;;
252b5132 949 -host=* | --host=* | --hos=* | --ho=*)
979273e3 950 host_alias=$ac_optarg ;;
252b5132 951
81ecdfbb
RW
952 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
953 ac_prev=htmldir ;;
954 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
955 | --ht=*)
956 htmldir=$ac_optarg ;;
957
252b5132
RH
958 -includedir | --includedir | --includedi | --included | --include \
959 | --includ | --inclu | --incl | --inc)
960 ac_prev=includedir ;;
961 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
962 | --includ=* | --inclu=* | --incl=* | --inc=*)
979273e3 963 includedir=$ac_optarg ;;
252b5132
RH
964
965 -infodir | --infodir | --infodi | --infod | --info | --inf)
966 ac_prev=infodir ;;
967 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979273e3 968 infodir=$ac_optarg ;;
252b5132
RH
969
970 -libdir | --libdir | --libdi | --libd)
971 ac_prev=libdir ;;
972 -libdir=* | --libdir=* | --libdi=* | --libd=*)
979273e3 973 libdir=$ac_optarg ;;
252b5132
RH
974
975 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
976 | --libexe | --libex | --libe)
977 ac_prev=libexecdir ;;
978 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
979 | --libexe=* | --libex=* | --libe=*)
979273e3 980 libexecdir=$ac_optarg ;;
252b5132 981
81ecdfbb
RW
982 -localedir | --localedir | --localedi | --localed | --locale)
983 ac_prev=localedir ;;
984 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
985 localedir=$ac_optarg ;;
986
252b5132 987 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 988 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
989 ac_prev=localstatedir ;;
990 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 991 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
979273e3 992 localstatedir=$ac_optarg ;;
252b5132
RH
993
994 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
995 ac_prev=mandir ;;
996 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
979273e3 997 mandir=$ac_optarg ;;
252b5132
RH
998
999 -nfp | --nfp | --nf)
1000 # Obsolete; use --without-fp.
1001 with_fp=no ;;
1002
1003 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
979273e3 1004 | --no-cr | --no-c | -n)
252b5132
RH
1005 no_create=yes ;;
1006
1007 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1008 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1009 no_recursion=yes ;;
1010
1011 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1012 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1013 | --oldin | --oldi | --old | --ol | --o)
1014 ac_prev=oldincludedir ;;
1015 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1016 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1017 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
979273e3 1018 oldincludedir=$ac_optarg ;;
252b5132
RH
1019
1020 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1021 ac_prev=prefix ;;
1022 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
979273e3 1023 prefix=$ac_optarg ;;
252b5132
RH
1024
1025 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1026 | --program-pre | --program-pr | --program-p)
1027 ac_prev=program_prefix ;;
1028 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1029 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
979273e3 1030 program_prefix=$ac_optarg ;;
252b5132
RH
1031
1032 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1033 | --program-suf | --program-su | --program-s)
1034 ac_prev=program_suffix ;;
1035 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1036 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
979273e3 1037 program_suffix=$ac_optarg ;;
252b5132
RH
1038
1039 -program-transform-name | --program-transform-name \
1040 | --program-transform-nam | --program-transform-na \
1041 | --program-transform-n | --program-transform- \
1042 | --program-transform | --program-transfor \
1043 | --program-transfo | --program-transf \
1044 | --program-trans | --program-tran \
1045 | --progr-tra | --program-tr | --program-t)
1046 ac_prev=program_transform_name ;;
1047 -program-transform-name=* | --program-transform-name=* \
1048 | --program-transform-nam=* | --program-transform-na=* \
1049 | --program-transform-n=* | --program-transform-=* \
1050 | --program-transform=* | --program-transfor=* \
1051 | --program-transfo=* | --program-transf=* \
1052 | --program-trans=* | --program-tran=* \
1053 | --progr-tra=* | --program-tr=* | --program-t=*)
979273e3 1054 program_transform_name=$ac_optarg ;;
252b5132 1055
81ecdfbb
RW
1056 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1057 ac_prev=pdfdir ;;
1058 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1059 pdfdir=$ac_optarg ;;
1060
1061 -psdir | --psdir | --psdi | --psd | --ps)
1062 ac_prev=psdir ;;
1063 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1064 psdir=$ac_optarg ;;
1065
252b5132
RH
1066 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1067 | -silent | --silent | --silen | --sile | --sil)
1068 silent=yes ;;
1069
1070 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1071 ac_prev=sbindir ;;
1072 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1073 | --sbi=* | --sb=*)
979273e3 1074 sbindir=$ac_optarg ;;
252b5132
RH
1075
1076 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1077 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1078 | --sharedst | --shareds | --shared | --share | --shar \
1079 | --sha | --sh)
1080 ac_prev=sharedstatedir ;;
1081 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1082 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1083 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1084 | --sha=* | --sh=*)
979273e3 1085 sharedstatedir=$ac_optarg ;;
252b5132
RH
1086
1087 -site | --site | --sit)
1088 ac_prev=site ;;
1089 -site=* | --site=* | --sit=*)
979273e3 1090 site=$ac_optarg ;;
1fe1f39c 1091
252b5132
RH
1092 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1093 ac_prev=srcdir ;;
1094 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
979273e3 1095 srcdir=$ac_optarg ;;
252b5132
RH
1096
1097 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1098 | --syscon | --sysco | --sysc | --sys | --sy)
1099 ac_prev=sysconfdir ;;
1100 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1101 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
979273e3 1102 sysconfdir=$ac_optarg ;;
252b5132
RH
1103
1104 -target | --target | --targe | --targ | --tar | --ta | --t)
979273e3 1105 ac_prev=target_alias ;;
252b5132 1106 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
979273e3 1107 target_alias=$ac_optarg ;;
252b5132
RH
1108
1109 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1110 verbose=yes ;;
1111
979273e3
NN
1112 -version | --version | --versio | --versi | --vers | -V)
1113 ac_init_version=: ;;
252b5132
RH
1114
1115 -with-* | --with-*)
81ecdfbb 1116 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1117 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1118 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1119 as_fn_error "invalid package name: $ac_useropt"
1120 ac_useropt_orig=$ac_useropt
1121 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1122 case $ac_user_opts in
1123 *"
1124"with_$ac_useropt"
1125"*) ;;
1126 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1127 ac_unrecognized_sep=', ';;
252b5132 1128 esac
81ecdfbb 1129 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1130
1131 -without-* | --without-*)
81ecdfbb 1132 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1133 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1139 *"
1140"with_$ac_useropt"
1141"*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1144 esac
1145 eval with_$ac_useropt=no ;;
252b5132
RH
1146
1147 --x)
1148 # Obsolete; use --with-x.
1149 with_x=yes ;;
1150
1151 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1152 | --x-incl | --x-inc | --x-in | --x-i)
1153 ac_prev=x_includes ;;
1154 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1155 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
979273e3 1156 x_includes=$ac_optarg ;;
252b5132
RH
1157
1158 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1159 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1160 ac_prev=x_libraries ;;
1161 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1162 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
979273e3 1163 x_libraries=$ac_optarg ;;
252b5132 1164
81ecdfbb
RW
1165 -*) as_fn_error "unrecognized option: \`$ac_option'
1166Try \`$0 --help' for more information."
252b5132
RH
1167 ;;
1168
979273e3
NN
1169 *=*)
1170 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1171 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1172 case $ac_envvar in #(
1173 '' | [0-9]* | *[!_$as_cr_alnum]* )
1174 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1175 esac
1176 eval $ac_envvar=\$ac_optarg
979273e3
NN
1177 export $ac_envvar ;;
1178
252b5132 1179 *)
979273e3 1180 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1181 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
979273e3 1182 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1183 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
979273e3 1184 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1185 ;;
1186
1187 esac
1188done
1189
1190if test -n "$ac_prev"; then
979273e3 1191 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1192 as_fn_error "missing argument to $ac_option"
252b5132 1193fi
252b5132 1194
81ecdfbb
RW
1195if test -n "$ac_unrecognized_opts"; then
1196 case $enable_option_checking in
1197 no) ;;
1198 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1199 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
979273e3 1200 esac
81ecdfbb 1201fi
252b5132 1202
81ecdfbb
RW
1203# Check all directory arguments for consistency.
1204for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1205 datadir sysconfdir sharedstatedir localstatedir includedir \
1206 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1207 libdir localedir mandir
252b5132 1208do
81ecdfbb
RW
1209 eval ac_val=\$$ac_var
1210 # Remove trailing slashes.
1211 case $ac_val in
1212 */ )
1213 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1214 eval $ac_var=\$ac_val;;
1215 esac
1216 # Be sure to have absolute directory names.
979273e3 1217 case $ac_val in
81ecdfbb
RW
1218 [\\/$]* | ?:[\\/]* ) continue;;
1219 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1220 esac
81ecdfbb 1221 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1222done
1223
979273e3
NN
1224# There might be people who depend on the old broken behavior: `$host'
1225# used to hold the argument of --host etc.
1226# FIXME: To remove some day.
1227build=$build_alias
1228host=$host_alias
1229target=$target_alias
1230
1231# FIXME: To remove some day.
1232if test "x$host_alias" != x; then
1233 if test "x$build_alias" = x; then
1234 cross_compiling=maybe
81ecdfbb 1235 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
979273e3
NN
1236 If a cross compiler is detected then cross compile mode will be used." >&2
1237 elif test "x$build_alias" != "x$host_alias"; then
1238 cross_compiling=yes
1239 fi
1240fi
252b5132 1241
979273e3
NN
1242ac_tool_prefix=
1243test -n "$host_alias" && ac_tool_prefix=$host_alias-
1244
1245test "$silent" = yes && exec 6>/dev/null
252b5132 1246
252b5132 1247
81ecdfbb
RW
1248ac_pwd=`pwd` && test -n "$ac_pwd" &&
1249ac_ls_di=`ls -di .` &&
1250ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1251 as_fn_error "working directory cannot be determined"
1252test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1253 as_fn_error "pwd does not report name of working directory"
1254
1255
252b5132
RH
1256# Find the source files, if location was not specified.
1257if test -z "$srcdir"; then
1258 ac_srcdir_defaulted=yes
81ecdfbb
RW
1259 # Try the directory containing this script, then the parent directory.
1260 ac_confdir=`$as_dirname -- "$as_myself" ||
1261$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1262 X"$as_myself" : 'X\(//\)[^/]' \| \
1263 X"$as_myself" : 'X\(//\)$' \| \
1264 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1265$as_echo X"$as_myself" |
1266 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1267 s//\1/
1268 q
1269 }
1270 /^X\(\/\/\)[^/].*/{
1271 s//\1/
1272 q
1273 }
1274 /^X\(\/\/\)$/{
1275 s//\1/
1276 q
1277 }
1278 /^X\(\/\).*/{
1279 s//\1/
1280 q
1281 }
1282 s/.*/./; q'`
252b5132 1283 srcdir=$ac_confdir
81ecdfbb 1284 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1285 srcdir=..
1286 fi
1287else
1288 ac_srcdir_defaulted=no
1289fi
81ecdfbb
RW
1290if test ! -r "$srcdir/$ac_unique_file"; then
1291 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1292 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1293fi
1294ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1295ac_abs_confdir=`(
1296 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1297 pwd)`
1298# When building in place, set srcdir=.
1299if test "$ac_abs_confdir" = "$ac_pwd"; then
1300 srcdir=.
1301fi
1302# Remove unnecessary trailing slashes from srcdir.
1303# Double slashes in file names in object file debugging info
1304# mess up M-x gdb in Emacs.
1305case $srcdir in
1306*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1307esac
1308for ac_var in $ac_precious_vars; do
1309 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1310 eval ac_env_${ac_var}_value=\$${ac_var}
1311 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1312 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1313done
252b5132 1314
979273e3
NN
1315#
1316# Report the --help message.
1317#
1318if test "$ac_init_help" = "long"; then
1319 # Omit some internal or obsolete options to make the list less imposing.
1320 # This message is too long to be a string in the A/UX 3.1 sh.
1321 cat <<_ACEOF
1322\`configure' configures this package to adapt to many kinds of systems.
252b5132 1323
979273e3 1324Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1325
979273e3
NN
1326To assign environment variables (e.g., CC, CFLAGS...), specify them as
1327VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1328
979273e3 1329Defaults for the options are specified in brackets.
ac48eca1 1330
979273e3
NN
1331Configuration:
1332 -h, --help display this help and exit
1333 --help=short display options specific to this package
1334 --help=recursive display the short help of all the included packages
1335 -V, --version display version information and exit
1336 -q, --quiet, --silent do not print \`checking...' messages
1337 --cache-file=FILE cache test results in FILE [disabled]
1338 -C, --config-cache alias for \`--cache-file=config.cache'
1339 -n, --no-create do not create output files
1340 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1341
979273e3
NN
1342Installation directories:
1343 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1344 [$ac_default_prefix]
979273e3 1345 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1346 [PREFIX]
ac48eca1 1347
979273e3
NN
1348By default, \`make install' will install all the files in
1349\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1350an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1351for instance \`--prefix=\$HOME'.
ac48eca1 1352
979273e3 1353For better control, use the options below.
ac48eca1 1354
979273e3 1355Fine tuning of the installation directories:
81ecdfbb
RW
1356 --bindir=DIR user executables [EPREFIX/bin]
1357 --sbindir=DIR system admin executables [EPREFIX/sbin]
1358 --libexecdir=DIR program executables [EPREFIX/libexec]
1359 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1360 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1361 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1362 --libdir=DIR object code libraries [EPREFIX/lib]
1363 --includedir=DIR C header files [PREFIX/include]
1364 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1365 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1366 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1367 --infodir=DIR info documentation [DATAROOTDIR/info]
1368 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1369 --mandir=DIR man documentation [DATAROOTDIR/man]
1370 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1371 --htmldir=DIR html documentation [DOCDIR]
1372 --dvidir=DIR dvi documentation [DOCDIR]
1373 --pdfdir=DIR pdf documentation [DOCDIR]
1374 --psdir=DIR ps documentation [DOCDIR]
979273e3 1375_ACEOF
ac48eca1 1376
979273e3 1377 cat <<\_ACEOF
252b5132 1378
979273e3
NN
1379Program names:
1380 --program-prefix=PREFIX prepend PREFIX to installed program names
1381 --program-suffix=SUFFIX append SUFFIX to installed program names
1382 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1383
979273e3
NN
1384System types:
1385 --build=BUILD configure for building on BUILD [guessed]
1386 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1387 --target=TARGET configure for building compilers for TARGET [HOST]
1388_ACEOF
252b5132 1389fi
252b5132 1390
979273e3 1391if test -n "$ac_init_help"; then
252b5132 1392
979273e3 1393 cat <<\_ACEOF
252b5132 1394
979273e3 1395Optional Features:
81ecdfbb 1396 --disable-option-checking ignore unrecognized --enable/--with options
979273e3
NN
1397 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1398 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
8ae85421
AM
1399 --disable-dependency-tracking speeds up one-time build
1400 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1401 --enable-shared[=PKGS] build shared libraries [default=no]
1402 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1403 --enable-fast-install[=PKGS]
1404 optimize for fast installation [default=yes]
979273e3
NN
1405 --disable-libtool-lock avoid locking (might break parallel builds)
1406 --enable-targets alternative target configurations
241a6c40
AM
1407 --enable-werror treat compile warnings as errors
1408 --enable-build-warnings enable build-time compiler warnings
8ae85421
AM
1409 --enable-maintainer-mode enable make rules and dependencies not useful
1410 (and sometimes confusing) to the casual installer
979273e3
NN
1411 --enable-install-libbfd controls installation of libbfd and related headers
1412 --disable-nls do not use Native Language Support
1413 --enable-cgen-maint=dir build cgen generated files
1414
1415Optional Packages:
1416 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1417 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1418 --with-pic try to use only PIC/non-PIC objects [default=use
1419 both]
1420 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
252b5132 1421
979273e3
NN
1422Some influential environment variables:
1423 CC C compiler command
1424 CFLAGS C compiler flags
1425 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1426 nonstandard directory <lib dir>
81ecdfbb
RW
1427 LIBS libraries to pass to the linker, e.g. -l<library>
1428 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1429 you have headers in a nonstandard directory <include dir>
979273e3 1430 CPP C preprocessor
a2d91340 1431
979273e3
NN
1432Use these variables to override the choices made by `configure' or to help
1433it to find libraries and programs with nonstandard names/locations.
1434
81ecdfbb 1435Report bugs to the package provider.
979273e3 1436_ACEOF
81ecdfbb 1437ac_status=$?
a2d91340
AC
1438fi
1439
979273e3
NN
1440if test "$ac_init_help" = "recursive"; then
1441 # If there are subdirs, report their specific --help.
979273e3 1442 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1443 test -d "$ac_dir" ||
1444 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1445 continue
979273e3
NN
1446 ac_builddir=.
1447
81ecdfbb
RW
1448case "$ac_dir" in
1449.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1450*)
1451 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1452 # A ".." for each directory in $ac_dir_suffix.
1453 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1454 case $ac_top_builddir_sub in
1455 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1456 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1457 esac ;;
1458esac
1459ac_abs_top_builddir=$ac_pwd
1460ac_abs_builddir=$ac_pwd$ac_dir_suffix
1461# for backward compatibility:
1462ac_top_builddir=$ac_top_build_prefix
a2d91340 1463
979273e3 1464case $srcdir in
81ecdfbb 1465 .) # We are building in place.
979273e3 1466 ac_srcdir=.
81ecdfbb
RW
1467 ac_top_srcdir=$ac_top_builddir_sub
1468 ac_abs_top_srcdir=$ac_pwd ;;
1469 [\\/]* | ?:[\\/]* ) # Absolute name.
979273e3 1470 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1471 ac_top_srcdir=$srcdir
1472 ac_abs_top_srcdir=$srcdir ;;
1473 *) # Relative name.
1474 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1475 ac_top_srcdir=$ac_top_build_prefix$srcdir
1476 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
a2d91340 1477esac
81ecdfbb
RW
1478ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1479
1480 cd "$ac_dir" || { ac_status=$?; continue; }
1481 # Check for guested configure.
1482 if test -f "$ac_srcdir/configure.gnu"; then
1483 echo &&
1484 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1485 elif test -f "$ac_srcdir/configure"; then
1486 echo &&
1487 $SHELL "$ac_srcdir/configure" --help=recursive
979273e3 1488 else
81ecdfbb
RW
1489 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1490 fi || ac_status=$?
1491 cd "$ac_pwd" || { ac_status=$?; break; }
979273e3
NN
1492 done
1493fi
a2d91340 1494
81ecdfbb 1495test -n "$ac_init_help" && exit $ac_status
979273e3
NN
1496if $ac_init_version; then
1497 cat <<\_ACEOF
81ecdfbb
RW
1498configure
1499generated by GNU Autoconf 2.64
252b5132 1500
81ecdfbb 1501Copyright (C) 2009 Free Software Foundation, Inc.
979273e3
NN
1502This configure script is free software; the Free Software Foundation
1503gives unlimited permission to copy, distribute and modify it.
1504_ACEOF
81ecdfbb 1505 exit
979273e3 1506fi
2c73f9d8 1507
81ecdfbb
RW
1508## ------------------------ ##
1509## Autoconf initialization. ##
1510## ------------------------ ##
252b5132 1511
81ecdfbb
RW
1512# ac_fn_c_try_compile LINENO
1513# --------------------------
1514# Try to compile conftest.$ac_ext, and return whether this succeeded.
1515ac_fn_c_try_compile ()
1516{
1517 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1518 rm -f conftest.$ac_objext
1519 if { { ac_try="$ac_compile"
1520case "(($ac_try" in
1521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1522 *) ac_try_echo=$ac_try;;
1523esac
1524eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1525$as_echo "$ac_try_echo"; } >&5
1526 (eval "$ac_compile") 2>conftest.err
1527 ac_status=$?
1528 if test -s conftest.err; then
1529 grep -v '^ *+' conftest.err >conftest.er1
1530 cat conftest.er1 >&5
1531 mv -f conftest.er1 conftest.err
1532 fi
1533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1534 test $ac_status = 0; } && {
1535 test -z "$ac_c_werror_flag" ||
1536 test ! -s conftest.err
1537 } && test -s conftest.$ac_objext; then :
1538 ac_retval=0
1539else
1540 $as_echo "$as_me: failed program was:" >&5
1541sed 's/^/| /' conftest.$ac_ext >&5
252b5132 1542
81ecdfbb
RW
1543 ac_retval=1
1544fi
1545 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1546 return $ac_retval
1547
1548} # ac_fn_c_try_compile
1549
1550# ac_fn_c_try_link LINENO
1551# -----------------------
1552# Try to link conftest.$ac_ext, and return whether this succeeded.
1553ac_fn_c_try_link ()
979273e3 1554{
81ecdfbb
RW
1555 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1556 rm -f conftest.$ac_objext conftest$ac_exeext
1557 if { { ac_try="$ac_link"
1558case "(($ac_try" in
1559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1560 *) ac_try_echo=$ac_try;;
1561esac
1562eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1563$as_echo "$ac_try_echo"; } >&5
1564 (eval "$ac_link") 2>conftest.err
1565 ac_status=$?
1566 if test -s conftest.err; then
1567 grep -v '^ *+' conftest.err >conftest.er1
1568 cat conftest.er1 >&5
1569 mv -f conftest.er1 conftest.err
1570 fi
1571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1572 test $ac_status = 0; } && {
1573 test -z "$ac_c_werror_flag" ||
1574 test ! -s conftest.err
1575 } && test -s conftest$ac_exeext && {
1576 test "$cross_compiling" = yes ||
1577 $as_test_x conftest$ac_exeext
1578 }; then :
1579 ac_retval=0
1580else
1581 $as_echo "$as_me: failed program was:" >&5
1582sed 's/^/| /' conftest.$ac_ext >&5
979273e3 1583
81ecdfbb
RW
1584 ac_retval=1
1585fi
1586 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1587 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1588 # interfere with the next link command; also delete a directory that is
1589 # left behind by Apple's compiler. We do this before executing the actions.
1590 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1591 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1592 return $ac_retval
979273e3 1593
81ecdfbb
RW
1594} # ac_fn_c_try_link
1595
1596# ac_fn_c_try_cpp LINENO
1597# ----------------------
1598# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1599ac_fn_c_try_cpp ()
1600{
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 if { { ac_try="$ac_cpp conftest.$ac_ext"
1603case "(($ac_try" in
1604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1606esac
1607eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608$as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1610 ac_status=$?
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1615 fi
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617 test $ac_status = 0; } >/dev/null && {
1618 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1620 }; then :
1621 ac_retval=0
1622else
1623 $as_echo "$as_me: failed program was:" >&5
1624sed 's/^/| /' conftest.$ac_ext >&5
1625
1626 ac_retval=1
1627fi
1628 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1629 return $ac_retval
1630
1631} # ac_fn_c_try_cpp
1632
1633# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1634# -------------------------------------------------------
1635# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1636# the include files in INCLUDES and setting the cache variable VAR
1637# accordingly.
1638ac_fn_c_check_header_mongrel ()
1639{
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1643$as_echo_n "checking for $2... " >&6; }
1644if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1645 $as_echo_n "(cached) " >&6
1646fi
1647eval ac_res=\$$3
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1649$as_echo "$ac_res" >&6; }
1650else
1651 # Is the header compilable?
1652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1653$as_echo_n "checking $2 usability... " >&6; }
1654cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1655/* end confdefs.h. */
1656$4
1657#include <$2>
1658_ACEOF
1659if ac_fn_c_try_compile "$LINENO"; then :
1660 ac_header_compiler=yes
1661else
1662 ac_header_compiler=no
1663fi
1664rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1665{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1666$as_echo "$ac_header_compiler" >&6; }
1667
1668# Is the header present?
1669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1670$as_echo_n "checking $2 presence... " >&6; }
1671cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1672/* end confdefs.h. */
1673#include <$2>
1674_ACEOF
1675if ac_fn_c_try_cpp "$LINENO"; then :
1676 ac_header_preproc=yes
1677else
1678 ac_header_preproc=no
1679fi
1680rm -f conftest.err conftest.$ac_ext
1681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1682$as_echo "$ac_header_preproc" >&6; }
1683
1684# So? What about this header?
1685case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1686 yes:no: )
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1688$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1690$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1691 ;;
1692 no:yes:* )
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1694$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1696$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1698$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1700$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1702$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1703 ;;
1704esac
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1706$as_echo_n "checking for $2... " >&6; }
1707if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1708 $as_echo_n "(cached) " >&6
1709else
1710 eval "$3=\$ac_header_compiler"
1711fi
1712eval ac_res=\$$3
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1714$as_echo "$ac_res" >&6; }
1715fi
1716 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1717
1718} # ac_fn_c_check_header_mongrel
1719
1720# ac_fn_c_try_run LINENO
1721# ----------------------
1722# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1723# that executables *can* be run.
1724ac_fn_c_try_run ()
1725{
1726 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727 if { { ac_try="$ac_link"
1728case "(($ac_try" in
1729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1730 *) ac_try_echo=$ac_try;;
1731esac
1732eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1733$as_echo "$ac_try_echo"; } >&5
1734 (eval "$ac_link") 2>&5
1735 ac_status=$?
1736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1737 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1738 { { case "(($ac_try" in
1739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1740 *) ac_try_echo=$ac_try;;
1741esac
1742eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1743$as_echo "$ac_try_echo"; } >&5
1744 (eval "$ac_try") 2>&5
1745 ac_status=$?
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; }; }; then :
1748 ac_retval=0
1749else
1750 $as_echo "$as_me: program exited with status $ac_status" >&5
1751 $as_echo "$as_me: failed program was:" >&5
1752sed 's/^/| /' conftest.$ac_ext >&5
1753
1754 ac_retval=$ac_status
1755fi
1756 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758 return $ac_retval
1759
1760} # ac_fn_c_try_run
1761
1762# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1763# -------------------------------------------------------
1764# Tests whether HEADER exists and can be compiled using the include files in
1765# INCLUDES, setting the cache variable VAR accordingly.
1766ac_fn_c_check_header_compile ()
1767{
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770$as_echo_n "checking for $2... " >&6; }
1771if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1772 $as_echo_n "(cached) " >&6
1773else
1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775/* end confdefs.h. */
1776$4
1777#include <$2>
1778_ACEOF
1779if ac_fn_c_try_compile "$LINENO"; then :
1780 eval "$3=yes"
1781else
1782 eval "$3=no"
1783fi
1784rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1785fi
1786eval ac_res=\$$3
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1788$as_echo "$ac_res" >&6; }
1789 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1790
1791} # ac_fn_c_check_header_compile
1792
1793# ac_fn_c_check_func LINENO FUNC VAR
1794# ----------------------------------
1795# Tests whether FUNC exists, setting the cache variable VAR accordingly
1796ac_fn_c_check_func ()
1797{
1798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1800$as_echo_n "checking for $2... " >&6; }
1801if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1802 $as_echo_n "(cached) " >&6
1803else
1804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1805/* end confdefs.h. */
1806/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1807 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1808#define $2 innocuous_$2
1809
1810/* System header to define __stub macros and hopefully few prototypes,
1811 which can conflict with char $2 (); below.
1812 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1813 <limits.h> exists even on freestanding compilers. */
1814
1815#ifdef __STDC__
1816# include <limits.h>
1817#else
1818# include <assert.h>
1819#endif
1820
1821#undef $2
1822
1823/* Override any GCC internal prototype to avoid an error.
1824 Use char because int might match the return type of a GCC
1825 builtin and then its argument prototype would still apply. */
1826#ifdef __cplusplus
1827extern "C"
1828#endif
1829char $2 ();
1830/* The GNU C library defines this for functions which it implements
1831 to always fail with ENOSYS. Some functions are actually named
1832 something starting with __ and the normal name is an alias. */
1833#if defined __stub_$2 || defined __stub___$2
1834choke me
1835#endif
1836
1837int
1838main ()
1839{
1840return $2 ();
1841 ;
1842 return 0;
1843}
1844_ACEOF
1845if ac_fn_c_try_link "$LINENO"; then :
1846 eval "$3=yes"
1847else
1848 eval "$3=no"
1849fi
1850rm -f core conftest.err conftest.$ac_objext \
1851 conftest$ac_exeext conftest.$ac_ext
1852fi
1853eval ac_res=\$$3
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1855$as_echo "$ac_res" >&6; }
1856 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1857
1858} # ac_fn_c_check_func
1859
1860# ac_fn_c_check_decl LINENO SYMBOL VAR
1861# ------------------------------------
1862# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1863ac_fn_c_check_decl ()
1864{
1865 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1866 as_decl_name=`echo $2|sed 's/ *(.*//'`
1867 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1869$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
1870if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1871 $as_echo_n "(cached) " >&6
1872else
1873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1874/* end confdefs.h. */
1875$4
1876int
1877main ()
1878{
360cfc9c
AM
1879#ifndef $as_decl_name
1880#ifdef __cplusplus
1881 (void) $as_decl_use;
1882#else
1883 (void) $as_decl_name;
1884#endif
81ecdfbb
RW
1885#endif
1886
1887 ;
1888 return 0;
1889}
1890_ACEOF
1891if ac_fn_c_try_compile "$LINENO"; then :
1892 eval "$3=yes"
1893else
1894 eval "$3=no"
1895fi
1896rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1897fi
1898eval ac_res=\$$3
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900$as_echo "$ac_res" >&6; }
1901 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1902
1903} # ac_fn_c_check_decl
1904cat >config.log <<_ACEOF
1905This file contains any messages produced by compilers while
1906running configure, to aid debugging if configure makes a mistake.
1907
1908It was created by $as_me, which was
1909generated by GNU Autoconf 2.64. Invocation command line was
1910
1911 $ $0 $@
1912
1913_ACEOF
1914exec 5>>config.log
1915{
1916cat <<_ASUNAME
1917## --------- ##
1918## Platform. ##
1919## --------- ##
1920
1921hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1922uname -m = `(uname -m) 2>/dev/null || echo unknown`
1923uname -r = `(uname -r) 2>/dev/null || echo unknown`
1924uname -s = `(uname -s) 2>/dev/null || echo unknown`
1925uname -v = `(uname -v) 2>/dev/null || echo unknown`
1926
1927/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1928/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
979273e3
NN
1929
1930/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1931/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1932/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1933/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
979273e3
NN
1934/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1935/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1936/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1937
1938_ASUNAME
1939
1940as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1941for as_dir in $PATH
1942do
1943 IFS=$as_save_IFS
1944 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1945 $as_echo "PATH: $as_dir"
1946 done
1947IFS=$as_save_IFS
252b5132 1948
979273e3 1949} >&5
75798298 1950
979273e3 1951cat >&5 <<_ACEOF
252b5132 1952
252b5132 1953
979273e3
NN
1954## ----------- ##
1955## Core tests. ##
1956## ----------- ##
1957
1958_ACEOF
1959
1960
1961# Keep a trace of the command line.
1962# Strip out --no-create and --no-recursion so they do not pile up.
1963# Strip out --silent because we don't want to record it for future runs.
1964# Also quote any args containing shell meta-characters.
1965# Make two passes to allow for proper duplicate-argument suppression.
1966ac_configure_args=
1967ac_configure_args0=
1968ac_configure_args1=
979273e3
NN
1969ac_must_keep_next=false
1970for ac_pass in 1 2
1971do
1972 for ac_arg
1973 do
1974 case $ac_arg in
1975 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1976 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1977 | -silent | --silent | --silen | --sile | --sil)
1978 continue ;;
81ecdfbb
RW
1979 *\'*)
1980 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
979273e3
NN
1981 esac
1982 case $ac_pass in
81ecdfbb 1983 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
979273e3 1984 2)
81ecdfbb 1985 as_fn_append ac_configure_args1 " '$ac_arg'"
979273e3
NN
1986 if test $ac_must_keep_next = true; then
1987 ac_must_keep_next=false # Got value, back to normal.
1988 else
1989 case $ac_arg in
1990 *=* | --config-cache | -C | -disable-* | --disable-* \
1991 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1992 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1993 | -with-* | --with-* | -without-* | --without-* | --x)
1994 case "$ac_configure_args0 " in
1995 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1996 esac
1997 ;;
1998 -* ) ac_must_keep_next=true ;;
1999 esac
2000 fi
81ecdfbb 2001 as_fn_append ac_configure_args " '$ac_arg'"
979273e3
NN
2002 ;;
2003 esac
2004 done
2005done
81ecdfbb
RW
2006{ ac_configure_args0=; unset ac_configure_args0;}
2007{ ac_configure_args1=; unset ac_configure_args1;}
979273e3
NN
2008
2009# When interrupted or exit'd, cleanup temporary files, and complete
2010# config.log. We remove comments because anyway the quotes in there
2011# would cause problems or look ugly.
81ecdfbb
RW
2012# WARNING: Use '\'' to represent an apostrophe within the trap.
2013# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
979273e3
NN
2014trap 'exit_status=$?
2015 # Save into config.log some information that might help in debugging.
2016 {
2017 echo
2018
2019 cat <<\_ASBOX
2020## ---------------- ##
2021## Cache variables. ##
2022## ---------------- ##
2023_ASBOX
2024 echo
2025 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2026(
2027 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2028 eval ac_val=\$$ac_var
2029 case $ac_val in #(
2030 *${as_nl}*)
2031 case $ac_var in #(
2032 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2033$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2034 esac
2035 case $ac_var in #(
2036 _ | IFS | as_nl) ;; #(
2037 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2038 *) { eval $ac_var=; unset $ac_var;} ;;
2039 esac ;;
2040 esac
2041 done
979273e3 2042 (set) 2>&1 |
81ecdfbb
RW
2043 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2044 *${as_nl}ac_space=\ *)
979273e3 2045 sed -n \
81ecdfbb
RW
2046 "s/'\''/'\''\\\\'\'''\''/g;
2047 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2048 ;; #(
979273e3 2049 *)
81ecdfbb 2050 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
979273e3 2051 ;;
81ecdfbb
RW
2052 esac |
2053 sort
2054)
979273e3
NN
2055 echo
2056
2057 cat <<\_ASBOX
2058## ----------------- ##
2059## Output variables. ##
2060## ----------------- ##
2061_ASBOX
2062 echo
2063 for ac_var in $ac_subst_vars
2064 do
81ecdfbb
RW
2065 eval ac_val=\$$ac_var
2066 case $ac_val in
2067 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2068 esac
2069 $as_echo "$ac_var='\''$ac_val'\''"
979273e3
NN
2070 done | sort
2071 echo
2072
2073 if test -n "$ac_subst_files"; then
2074 cat <<\_ASBOX
81ecdfbb
RW
2075## ------------------- ##
2076## File substitutions. ##
2077## ------------------- ##
979273e3
NN
2078_ASBOX
2079 echo
2080 for ac_var in $ac_subst_files
2081 do
81ecdfbb
RW
2082 eval ac_val=\$$ac_var
2083 case $ac_val in
2084 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2085 esac
2086 $as_echo "$ac_var='\''$ac_val'\''"
979273e3
NN
2087 done | sort
2088 echo
2089 fi
2090
2091 if test -s confdefs.h; then
2092 cat <<\_ASBOX
2093## ----------- ##
2094## confdefs.h. ##
2095## ----------- ##
2096_ASBOX
2097 echo
81ecdfbb 2098 cat confdefs.h
979273e3
NN
2099 echo
2100 fi
2101 test "$ac_signal" != 0 &&
81ecdfbb
RW
2102 $as_echo "$as_me: caught signal $ac_signal"
2103 $as_echo "$as_me: exit $exit_status"
979273e3 2104 } >&5
81ecdfbb
RW
2105 rm -f core *.core core.conftest.* &&
2106 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
979273e3 2107 exit $exit_status
81ecdfbb 2108' 0
979273e3 2109for ac_signal in 1 2 13 15; do
81ecdfbb 2110 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
979273e3
NN
2111done
2112ac_signal=0
2113
2114# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2115rm -f -r conftest* confdefs.h
2116
2117$as_echo "/* confdefs.h */" > confdefs.h
979273e3
NN
2118
2119# Predefined preprocessor variables.
2120
2121cat >>confdefs.h <<_ACEOF
2122#define PACKAGE_NAME "$PACKAGE_NAME"
2123_ACEOF
2124
979273e3
NN
2125cat >>confdefs.h <<_ACEOF
2126#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2127_ACEOF
2128
979273e3
NN
2129cat >>confdefs.h <<_ACEOF
2130#define PACKAGE_VERSION "$PACKAGE_VERSION"
2131_ACEOF
2132
979273e3
NN
2133cat >>confdefs.h <<_ACEOF
2134#define PACKAGE_STRING "$PACKAGE_STRING"
2135_ACEOF
2136
979273e3
NN
2137cat >>confdefs.h <<_ACEOF
2138#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2139_ACEOF
2140
81ecdfbb
RW
2141cat >>confdefs.h <<_ACEOF
2142#define PACKAGE_URL "$PACKAGE_URL"
2143_ACEOF
2144
979273e3
NN
2145
2146# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2147# Prefer an explicitly selected file to automatically selected ones.
2148ac_site_file1=NONE
2149ac_site_file2=NONE
2150if test -n "$CONFIG_SITE"; then
2151 ac_site_file1=$CONFIG_SITE
2152elif test "x$prefix" != xNONE; then
2153 ac_site_file1=$prefix/share/config.site
2154 ac_site_file2=$prefix/etc/config.site
2155else
2156 ac_site_file1=$ac_default_prefix/share/config.site
2157 ac_site_file2=$ac_default_prefix/etc/config.site
2158fi
2159for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2160do
2161 test "x$ac_site_file" = xNONE && continue
979273e3 2162 if test -r "$ac_site_file"; then
81ecdfbb
RW
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2164$as_echo "$as_me: loading site script $ac_site_file" >&6;}
979273e3
NN
2165 sed 's/^/| /' "$ac_site_file" >&5
2166 . "$ac_site_file"
2167 fi
2168done
2169
2170if test -r "$cache_file"; then
2171 # Some versions of bash will fail to source /dev/null (special
2172 # files actually), so we avoid doing that.
2173 if test -f "$cache_file"; then
81ecdfbb
RW
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2175$as_echo "$as_me: loading cache $cache_file" >&6;}
979273e3 2176 case $cache_file in
81ecdfbb
RW
2177 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2178 *) . "./$cache_file";;
979273e3
NN
2179 esac
2180 fi
2181else
81ecdfbb
RW
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2183$as_echo "$as_me: creating cache $cache_file" >&6;}
979273e3
NN
2184 >$cache_file
2185fi
2186
2187# Check that the precious variables saved in the cache have kept the same
2188# value.
2189ac_cache_corrupted=false
81ecdfbb 2190for ac_var in $ac_precious_vars; do
979273e3
NN
2191 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2192 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2193 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2194 eval ac_new_val=\$ac_env_${ac_var}_value
979273e3
NN
2195 case $ac_old_set,$ac_new_set in
2196 set,)
81ecdfbb
RW
2197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2198$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
979273e3
NN
2199 ac_cache_corrupted=: ;;
2200 ,set)
81ecdfbb
RW
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2202$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
979273e3
NN
2203 ac_cache_corrupted=: ;;
2204 ,);;
2205 *)
2206 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2207 # differences in whitespace do not lead to failure.
2208 ac_old_val_w=`echo x $ac_old_val`
2209 ac_new_val_w=`echo x $ac_new_val`
2210 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2211 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2212$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2213 ac_cache_corrupted=:
2214 else
2215 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2216$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2217 eval $ac_var=\$ac_old_val
2218 fi
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2220$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2222$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
979273e3
NN
2223 fi;;
2224 esac
2225 # Pass precious variables to config.status.
2226 if test "$ac_new_set" = set; then
2227 case $ac_new_val in
81ecdfbb 2228 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
979273e3
NN
2229 *) ac_arg=$ac_var=$ac_new_val ;;
2230 esac
2231 case " $ac_configure_args " in
2232 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2233 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
979273e3
NN
2234 esac
2235 fi
2236done
2237if $ac_cache_corrupted; then
81ecdfbb
RW
2238 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2239$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2241$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2242 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
979273e3 2243fi
81ecdfbb
RW
2244## -------------------- ##
2245## Main body of script. ##
2246## -------------------- ##
979273e3
NN
2247
2248ac_ext=c
2249ac_cpp='$CPP $CPPFLAGS'
2250ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2251ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2252ac_compiler_gnu=$ac_cv_c_compiler_gnu
2253
2254
2255
979273e3
NN
2256
2257
2258
2259
2260ac_aux_dir=
81ecdfbb
RW
2261for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2262 for ac_t in install-sh install.sh shtool; do
2263 if test -f "$ac_dir/$ac_t"; then
2264 ac_aux_dir=$ac_dir
2265 ac_install_sh="$ac_aux_dir/$ac_t -c"
2266 break 2
2267 fi
2268 done
979273e3
NN
2269done
2270if test -z "$ac_aux_dir"; then
81ecdfbb 2271 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
979273e3 2272fi
81ecdfbb
RW
2273
2274# These three variables are undocumented and unsupported,
2275# and are intended to be withdrawn in a future Autoconf release.
2276# They can cause serious problems if a builder's source tree is in a directory
2277# whose full name contains unusual characters.
2278ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2279ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2280ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2281
979273e3
NN
2282
2283# Make sure we can run config.sub.
81ecdfbb
RW
2284$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2285 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2286
2287{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2288$as_echo_n "checking build system type... " >&6; }
2289if test "${ac_cv_build+set}" = set; then :
2290 $as_echo_n "(cached) " >&6
2291else
2292 ac_build_alias=$build_alias
2293test "x$ac_build_alias" = x &&
2294 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2295test "x$ac_build_alias" = x &&
2296 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2297ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2298 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2299
2300fi
2301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2302$as_echo "$ac_cv_build" >&6; }
2303case $ac_cv_build in
2304*-*-*) ;;
2305*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2306esac
979273e3 2307build=$ac_cv_build
81ecdfbb
RW
2308ac_save_IFS=$IFS; IFS='-'
2309set x $ac_cv_build
2310shift
2311build_cpu=$1
2312build_vendor=$2
2313shift; shift
2314# Remember, the first character of IFS is used to create $*,
2315# except with old shells:
2316build_os=$*
2317IFS=$ac_save_IFS
2318case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2319
2320
81ecdfbb
RW
2321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2322$as_echo_n "checking host system type... " >&6; }
2323if test "${ac_cv_host+set}" = set; then :
2324 $as_echo_n "(cached) " >&6
979273e3 2325else
81ecdfbb
RW
2326 if test "x$host_alias" = x; then
2327 ac_cv_host=$ac_cv_build
2328else
2329 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2330 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2331fi
979273e3
NN
2332
2333fi
81ecdfbb
RW
2334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2335$as_echo "$ac_cv_host" >&6; }
2336case $ac_cv_host in
2337*-*-*) ;;
2338*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2339esac
979273e3 2340host=$ac_cv_host
81ecdfbb
RW
2341ac_save_IFS=$IFS; IFS='-'
2342set x $ac_cv_host
2343shift
2344host_cpu=$1
2345host_vendor=$2
2346shift; shift
2347# Remember, the first character of IFS is used to create $*,
2348# except with old shells:
2349host_os=$*
2350IFS=$ac_save_IFS
2351case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2352
2353
81ecdfbb
RW
2354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2355$as_echo_n "checking target system type... " >&6; }
2356if test "${ac_cv_target+set}" = set; then :
2357 $as_echo_n "(cached) " >&6
2358else
2359 if test "x$target_alias" = x; then
2360 ac_cv_target=$ac_cv_host
979273e3 2361else
81ecdfbb
RW
2362 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2363 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2364fi
979273e3
NN
2365
2366fi
81ecdfbb
RW
2367{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2368$as_echo "$ac_cv_target" >&6; }
2369case $ac_cv_target in
2370*-*-*) ;;
2371*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2372esac
979273e3 2373target=$ac_cv_target
81ecdfbb
RW
2374ac_save_IFS=$IFS; IFS='-'
2375set x $ac_cv_target
2376shift
2377target_cpu=$1
2378target_vendor=$2
2379shift; shift
2380# Remember, the first character of IFS is used to create $*,
2381# except with old shells:
2382target_os=$*
2383IFS=$ac_save_IFS
2384case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
979273e3
NN
2385
2386
2387# The aliases save the names the user supplied, while $host etc.
2388# will get canonicalized.
2389test -n "$target_alias" &&
2390 test "$program_prefix$program_suffix$program_transform_name" = \
2391 NONENONEs,x,x, &&
2392 program_prefix=${target_alias}-
2393ac_ext=c
2394ac_cpp='$CPP $CPPFLAGS'
2395ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2396ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2397ac_compiler_gnu=$ac_cv_c_compiler_gnu
2398if test -n "$ac_tool_prefix"; then
2399 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2400set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2402$as_echo_n "checking for $ac_word... " >&6; }
2403if test "${ac_cv_prog_CC+set}" = set; then :
2404 $as_echo_n "(cached) " >&6
979273e3
NN
2405else
2406 if test -n "$CC"; then
2407 ac_cv_prog_CC="$CC" # Let the user override the test.
2408else
2409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2410for as_dir in $PATH
2411do
2412 IFS=$as_save_IFS
2413 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2414 for ac_exec_ext in '' $ac_executable_extensions; do
2415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2416 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2418 break 2
2419 fi
2420done
81ecdfbb
RW
2421 done
2422IFS=$as_save_IFS
979273e3
NN
2423
2424fi
2425fi
2426CC=$ac_cv_prog_CC
2427if test -n "$CC"; then
81ecdfbb
RW
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2429$as_echo "$CC" >&6; }
979273e3 2430else
81ecdfbb
RW
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2432$as_echo "no" >&6; }
979273e3
NN
2433fi
2434
81ecdfbb 2435
979273e3
NN
2436fi
2437if test -z "$ac_cv_prog_CC"; then
2438 ac_ct_CC=$CC
2439 # Extract the first word of "gcc", so it can be a program name with args.
2440set dummy gcc; ac_word=$2
81ecdfbb
RW
2441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2442$as_echo_n "checking for $ac_word... " >&6; }
2443if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2444 $as_echo_n "(cached) " >&6
979273e3
NN
2445else
2446 if test -n "$ac_ct_CC"; then
2447 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2448else
2449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2450for as_dir in $PATH
2451do
2452 IFS=$as_save_IFS
2453 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2454 for ac_exec_ext in '' $ac_executable_extensions; do
2455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2456 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2458 break 2
2459 fi
2460done
81ecdfbb
RW
2461 done
2462IFS=$as_save_IFS
979273e3
NN
2463
2464fi
2465fi
2466ac_ct_CC=$ac_cv_prog_ac_ct_CC
2467if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2469$as_echo "$ac_ct_CC" >&6; }
979273e3 2470else
81ecdfbb
RW
2471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2472$as_echo "no" >&6; }
979273e3
NN
2473fi
2474
81ecdfbb
RW
2475 if test "x$ac_ct_CC" = x; then
2476 CC=""
2477 else
2478 case $cross_compiling:$ac_tool_warned in
2479yes:)
2480{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2481$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2482ac_tool_warned=yes ;;
2483esac
2484 CC=$ac_ct_CC
2485 fi
979273e3
NN
2486else
2487 CC="$ac_cv_prog_CC"
2488fi
2489
2490if test -z "$CC"; then
81ecdfbb
RW
2491 if test -n "$ac_tool_prefix"; then
2492 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
979273e3 2493set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2495$as_echo_n "checking for $ac_word... " >&6; }
2496if test "${ac_cv_prog_CC+set}" = set; then :
2497 $as_echo_n "(cached) " >&6
979273e3
NN
2498else
2499 if test -n "$CC"; then
2500 ac_cv_prog_CC="$CC" # Let the user override the test.
2501else
2502as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2503for as_dir in $PATH
2504do
2505 IFS=$as_save_IFS
2506 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2507 for ac_exec_ext in '' $ac_executable_extensions; do
2508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2509 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2511 break 2
2512 fi
2513done
81ecdfbb
RW
2514 done
2515IFS=$as_save_IFS
979273e3
NN
2516
2517fi
2518fi
2519CC=$ac_cv_prog_CC
2520if test -n "$CC"; then
81ecdfbb
RW
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2522$as_echo "$CC" >&6; }
979273e3 2523else
81ecdfbb
RW
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2525$as_echo "no" >&6; }
979273e3
NN
2526fi
2527
979273e3 2528
81ecdfbb 2529 fi
979273e3
NN
2530fi
2531if test -z "$CC"; then
2532 # Extract the first word of "cc", so it can be a program name with args.
2533set dummy cc; ac_word=$2
81ecdfbb
RW
2534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2535$as_echo_n "checking for $ac_word... " >&6; }
2536if test "${ac_cv_prog_CC+set}" = set; then :
2537 $as_echo_n "(cached) " >&6
979273e3
NN
2538else
2539 if test -n "$CC"; then
2540 ac_cv_prog_CC="$CC" # Let the user override the test.
2541else
2542 ac_prog_rejected=no
2543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2544for as_dir in $PATH
2545do
2546 IFS=$as_save_IFS
2547 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2548 for ac_exec_ext in '' $ac_executable_extensions; do
2549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3
NN
2550 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2551 ac_prog_rejected=yes
2552 continue
2553 fi
2554 ac_cv_prog_CC="cc"
81ecdfbb 2555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2556 break 2
2557 fi
2558done
81ecdfbb
RW
2559 done
2560IFS=$as_save_IFS
979273e3
NN
2561
2562if test $ac_prog_rejected = yes; then
2563 # We found a bogon in the path, so make sure we never use it.
2564 set dummy $ac_cv_prog_CC
2565 shift
2566 if test $# != 0; then
2567 # We chose a different compiler from the bogus one.
2568 # However, it has the same basename, so the bogon will be chosen
2569 # first if we set CC to just the basename; use the full file name.
2570 shift
2571 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2572 fi
2573fi
2574fi
2575fi
2576CC=$ac_cv_prog_CC
2577if test -n "$CC"; then
81ecdfbb
RW
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2579$as_echo "$CC" >&6; }
979273e3 2580else
81ecdfbb
RW
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2582$as_echo "no" >&6; }
979273e3
NN
2583fi
2584
81ecdfbb 2585
979273e3
NN
2586fi
2587if test -z "$CC"; then
2588 if test -n "$ac_tool_prefix"; then
81ecdfbb 2589 for ac_prog in cl.exe
979273e3
NN
2590 do
2591 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2592set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2594$as_echo_n "checking for $ac_word... " >&6; }
2595if test "${ac_cv_prog_CC+set}" = set; then :
2596 $as_echo_n "(cached) " >&6
979273e3
NN
2597else
2598 if test -n "$CC"; then
2599 ac_cv_prog_CC="$CC" # Let the user override the test.
2600else
2601as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2602for as_dir in $PATH
2603do
2604 IFS=$as_save_IFS
2605 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2606 for ac_exec_ext in '' $ac_executable_extensions; do
2607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2608 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2610 break 2
2611 fi
2612done
81ecdfbb
RW
2613 done
2614IFS=$as_save_IFS
979273e3
NN
2615
2616fi
2617fi
2618CC=$ac_cv_prog_CC
2619if test -n "$CC"; then
81ecdfbb
RW
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2621$as_echo "$CC" >&6; }
979273e3 2622else
81ecdfbb
RW
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2624$as_echo "no" >&6; }
979273e3
NN
2625fi
2626
81ecdfbb 2627
979273e3
NN
2628 test -n "$CC" && break
2629 done
2630fi
2631if test -z "$CC"; then
2632 ac_ct_CC=$CC
81ecdfbb 2633 for ac_prog in cl.exe
979273e3
NN
2634do
2635 # Extract the first word of "$ac_prog", so it can be a program name with args.
2636set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2638$as_echo_n "checking for $ac_word... " >&6; }
2639if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2640 $as_echo_n "(cached) " >&6
979273e3
NN
2641else
2642 if test -n "$ac_ct_CC"; then
2643 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2644else
2645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2646for as_dir in $PATH
2647do
2648 IFS=$as_save_IFS
2649 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2650 for ac_exec_ext in '' $ac_executable_extensions; do
2651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
979273e3 2652 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
2654 break 2
2655 fi
2656done
81ecdfbb
RW
2657 done
2658IFS=$as_save_IFS
2659
979273e3
NN
2660fi
2661fi
2662ac_ct_CC=$ac_cv_prog_ac_ct_CC
2663if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2665$as_echo "$ac_ct_CC" >&6; }
979273e3 2666else
81ecdfbb
RW
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2668$as_echo "no" >&6; }
979273e3
NN
2669fi
2670
81ecdfbb 2671
979273e3
NN
2672 test -n "$ac_ct_CC" && break
2673done
2674
81ecdfbb
RW
2675 if test "x$ac_ct_CC" = x; then
2676 CC=""
2677 else
2678 case $cross_compiling:$ac_tool_warned in
2679yes:)
2680{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2681$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2682ac_tool_warned=yes ;;
2683esac
2684 CC=$ac_ct_CC
2685 fi
979273e3
NN
2686fi
2687
2688fi
2689
2690
81ecdfbb
RW
2691test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2692$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2693as_fn_error "no acceptable C compiler found in \$PATH
2694See \`config.log' for more details." "$LINENO" 5; }
979273e3
NN
2695
2696# Provide some information about the compiler.
81ecdfbb
RW
2697$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2698set X $ac_compile
2699ac_compiler=$2
2700for ac_option in --version -v -V -qversion; do
2701 { { ac_try="$ac_compiler $ac_option >&5"
2702case "(($ac_try" in
2703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2704 *) ac_try_echo=$ac_try;;
2705esac
2706eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2707$as_echo "$ac_try_echo"; } >&5
2708 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
979273e3 2709 ac_status=$?
81ecdfbb
RW
2710 if test -s conftest.err; then
2711 sed '10a\
2712... rest of stderr output deleted ...
2713 10q' conftest.err >conftest.er1
2714 cat conftest.er1 >&5
2715 rm -f conftest.er1 conftest.err
2716 fi
2717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2718 test $ac_status = 0; }
2719done
979273e3 2720
81ecdfbb 2721cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2722/* end confdefs.h. */
2723
2724int
2725main ()
2726{
2727
2728 ;
2729 return 0;
2730}
2731_ACEOF
2732ac_clean_files_save=$ac_clean_files
81ecdfbb 2733ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
979273e3
NN
2734# Try to create an executable without -o first, disregard a.out.
2735# It will help us diagnose broken compilers, and finding out an intuition
2736# of exeext.
81ecdfbb
RW
2737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2738$as_echo_n "checking for C compiler default output file name... " >&6; }
2739ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2740
2741# The possible output files:
2742ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2743
2744ac_rmfiles=
2745for ac_file in $ac_files
2746do
2747 case $ac_file in
2748 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2749 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2750 esac
2751done
2752rm -f $ac_rmfiles
2753
2754if { { ac_try="$ac_link_default"
2755case "(($ac_try" in
2756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2757 *) ac_try_echo=$ac_try;;
2758esac
2759eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2760$as_echo "$ac_try_echo"; } >&5
2761 (eval "$ac_link_default") 2>&5
2762 ac_status=$?
2763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2764 test $ac_status = 0; }; then :
2765 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2766# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2767# in a Makefile. We should not override ac_cv_exeext if it was cached,
2768# so that the user can short-circuit this test for compilers unknown to
2769# Autoconf.
2770for ac_file in $ac_files ''
979273e3
NN
2771do
2772 test -f "$ac_file" || continue
2773 case $ac_file in
81ecdfbb 2774 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
979273e3
NN
2775 ;;
2776 [ab].out )
2777 # We found the default executable, but exeext='' is most
2778 # certainly right.
2779 break;;
2780 *.* )
81ecdfbb
RW
2781 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2782 then :; else
2783 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2784 fi
2785 # We set ac_cv_exeext here because the later test for it is not
2786 # safe: cross compilers may not add the suffix if given an `-o'
2787 # argument, so we may need to know it at that point already.
2788 # Even if this section looks crufty: it has the advantage of
2789 # actually working.
979273e3
NN
2790 break;;
2791 * )
2792 break;;
2793 esac
2794done
81ecdfbb
RW
2795test "$ac_cv_exeext" = no && ac_cv_exeext=
2796
979273e3 2797else
81ecdfbb
RW
2798 ac_file=''
2799fi
2800{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2801$as_echo "$ac_file" >&6; }
2802if test -z "$ac_file"; then :
2803 $as_echo "$as_me: failed program was:" >&5
979273e3
NN
2804sed 's/^/| /' conftest.$ac_ext >&5
2805
81ecdfbb
RW
2806{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2807$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2808{ as_fn_set_status 77
2809as_fn_error "C compiler cannot create executables
2810See \`config.log' for more details." "$LINENO" 5; }; }
979273e3 2811fi
979273e3 2812ac_exeext=$ac_cv_exeext
979273e3 2813
81ecdfbb 2814# Check that the compiler produces executables we can run. If not, either
979273e3 2815# the compiler is broken, or we cross compile.
81ecdfbb
RW
2816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2817$as_echo_n "checking whether the C compiler works... " >&6; }
979273e3
NN
2818# If not cross compiling, check that we can run a simple program.
2819if test "$cross_compiling" != yes; then
2820 if { ac_try='./$ac_file'
81ecdfbb
RW
2821 { { case "(($ac_try" in
2822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2823 *) ac_try_echo=$ac_try;;
2824esac
2825eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2826$as_echo "$ac_try_echo"; } >&5
2827 (eval "$ac_try") 2>&5
979273e3 2828 ac_status=$?
81ecdfbb
RW
2829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2830 test $ac_status = 0; }; }; then
979273e3
NN
2831 cross_compiling=no
2832 else
2833 if test "$cross_compiling" = maybe; then
2834 cross_compiling=yes
2835 else
81ecdfbb
RW
2836 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2837$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2838as_fn_error "cannot run C compiled programs.
979273e3 2839If you meant to cross compile, use \`--host'.
81ecdfbb 2840See \`config.log' for more details." "$LINENO" 5; }
979273e3
NN
2841 fi
2842 fi
2843fi
81ecdfbb
RW
2844{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2845$as_echo "yes" >&6; }
979273e3 2846
81ecdfbb 2847rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
979273e3 2848ac_clean_files=$ac_clean_files_save
81ecdfbb 2849# Check that the compiler produces executables we can run. If not, either
979273e3 2850# the compiler is broken, or we cross compile.
81ecdfbb
RW
2851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2852$as_echo_n "checking whether we are cross compiling... " >&6; }
2853{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2854$as_echo "$cross_compiling" >&6; }
2855
2856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2857$as_echo_n "checking for suffix of executables... " >&6; }
2858if { { ac_try="$ac_link"
2859case "(($ac_try" in
2860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2861 *) ac_try_echo=$ac_try;;
2862esac
2863eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2864$as_echo "$ac_try_echo"; } >&5
2865 (eval "$ac_link") 2>&5
979273e3 2866 ac_status=$?
81ecdfbb
RW
2867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2868 test $ac_status = 0; }; then :
979273e3
NN
2869 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2870# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2871# work properly (i.e., refer to `conftest.exe'), while it won't with
2872# `rm'.
2873for ac_file in conftest.exe conftest conftest.*; do
2874 test -f "$ac_file" || continue
2875 case $ac_file in
81ecdfbb 2876 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
979273e3 2877 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
979273e3
NN
2878 break;;
2879 * ) break;;
2880 esac
2881done
2882else
81ecdfbb
RW
2883 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2884$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885as_fn_error "cannot compute suffix of executables: cannot compile and link
2886See \`config.log' for more details." "$LINENO" 5; }
979273e3 2887fi
979273e3 2888rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2890$as_echo "$ac_cv_exeext" >&6; }
979273e3
NN
2891
2892rm -f conftest.$ac_ext
2893EXEEXT=$ac_cv_exeext
2894ac_exeext=$EXEEXT
81ecdfbb
RW
2895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2896$as_echo_n "checking for suffix of object files... " >&6; }
2897if test "${ac_cv_objext+set}" = set; then :
2898 $as_echo_n "(cached) " >&6
979273e3 2899else
81ecdfbb 2900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2901/* end confdefs.h. */
2902
2903int
2904main ()
2905{
2906
2907 ;
2908 return 0;
2909}
2910_ACEOF
2911rm -f conftest.o conftest.obj
81ecdfbb
RW
2912if { { ac_try="$ac_compile"
2913case "(($ac_try" in
2914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2915 *) ac_try_echo=$ac_try;;
2916esac
2917eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2918$as_echo "$ac_try_echo"; } >&5
2919 (eval "$ac_compile") 2>&5
2920 ac_status=$?
2921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2922 test $ac_status = 0; }; then :
2923 for ac_file in conftest.o conftest.obj conftest.*; do
2924 test -f "$ac_file" || continue;
979273e3 2925 case $ac_file in
81ecdfbb 2926 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
979273e3
NN
2927 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2928 break;;
2929 esac
2930done
2931else
81ecdfbb 2932 $as_echo "$as_me: failed program was:" >&5
979273e3
NN
2933sed 's/^/| /' conftest.$ac_ext >&5
2934
81ecdfbb
RW
2935{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2936$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2937as_fn_error "cannot compute suffix of object files: cannot compile
2938See \`config.log' for more details." "$LINENO" 5; }
979273e3 2939fi
979273e3
NN
2940rm -f conftest.$ac_cv_objext conftest.$ac_ext
2941fi
81ecdfbb
RW
2942{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2943$as_echo "$ac_cv_objext" >&6; }
979273e3
NN
2944OBJEXT=$ac_cv_objext
2945ac_objext=$OBJEXT
81ecdfbb
RW
2946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2947$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2948if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2949 $as_echo_n "(cached) " >&6
979273e3 2950else
81ecdfbb 2951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2952/* end confdefs.h. */
2953
2954int
2955main ()
2956{
2957#ifndef __GNUC__
2958 choke me
2959#endif
2960
2961 ;
2962 return 0;
2963}
2964_ACEOF
81ecdfbb 2965if ac_fn_c_try_compile "$LINENO"; then :
979273e3
NN
2966 ac_compiler_gnu=yes
2967else
81ecdfbb 2968 ac_compiler_gnu=no
979273e3 2969fi
81ecdfbb 2970rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
979273e3
NN
2971ac_cv_c_compiler_gnu=$ac_compiler_gnu
2972
2973fi
81ecdfbb
RW
2974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2975$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2976if test $ac_compiler_gnu = yes; then
2977 GCC=yes
2978else
2979 GCC=
2980fi
979273e3
NN
2981ac_test_CFLAGS=${CFLAGS+set}
2982ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
2983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2984$as_echo_n "checking whether $CC accepts -g... " >&6; }
2985if test "${ac_cv_prog_cc_g+set}" = set; then :
2986 $as_echo_n "(cached) " >&6
2987else
2988 ac_save_c_werror_flag=$ac_c_werror_flag
2989 ac_c_werror_flag=yes
2990 ac_cv_prog_cc_g=no
2991 CFLAGS="-g"
2992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
2993/* end confdefs.h. */
2994
2995int
2996main ()
2997{
2998
2999 ;
3000 return 0;
3001}
3002_ACEOF
81ecdfbb 3003if ac_fn_c_try_compile "$LINENO"; then :
979273e3
NN
3004 ac_cv_prog_cc_g=yes
3005else
81ecdfbb
RW
3006 CFLAGS=""
3007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3008/* end confdefs.h. */
3009
3010int
3011main ()
3012{
3013
3014 ;
3015 return 0;
3016}
3017_ACEOF
3018if ac_fn_c_try_compile "$LINENO"; then :
3019
3020else
3021 ac_c_werror_flag=$ac_save_c_werror_flag
3022 CFLAGS="-g"
3023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3024/* end confdefs.h. */
979273e3 3025
81ecdfbb
RW
3026int
3027main ()
3028{
3029
3030 ;
3031 return 0;
3032}
3033_ACEOF
3034if ac_fn_c_try_compile "$LINENO"; then :
3035 ac_cv_prog_cc_g=yes
979273e3 3036fi
81ecdfbb 3037rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
979273e3 3038fi
81ecdfbb
RW
3039rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3040fi
3041rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3042 ac_c_werror_flag=$ac_save_c_werror_flag
3043fi
3044{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3045$as_echo "$ac_cv_prog_cc_g" >&6; }
979273e3
NN
3046if test "$ac_test_CFLAGS" = set; then
3047 CFLAGS=$ac_save_CFLAGS
3048elif test $ac_cv_prog_cc_g = yes; then
3049 if test "$GCC" = yes; then
3050 CFLAGS="-g -O2"
3051 else
3052 CFLAGS="-g"
3053 fi
3054else
3055 if test "$GCC" = yes; then
3056 CFLAGS="-O2"
3057 else
3058 CFLAGS=
3059 fi
3060fi
81ecdfbb
RW
3061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3062$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3063if test "${ac_cv_prog_cc_c89+set}" = set; then :
3064 $as_echo_n "(cached) " >&6
979273e3 3065else
81ecdfbb 3066 ac_cv_prog_cc_c89=no
979273e3 3067ac_save_CC=$CC
81ecdfbb 3068cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3069/* end confdefs.h. */
3070#include <stdarg.h>
3071#include <stdio.h>
3072#include <sys/types.h>
3073#include <sys/stat.h>
3074/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3075struct buf { int x; };
3076FILE * (*rcsopen) (struct buf *, struct stat *, int);
3077static char *e (p, i)
3078 char **p;
3079 int i;
3080{
3081 return p[i];
3082}
3083static char *f (char * (*g) (char **, int), char **p, ...)
3084{
3085 char *s;
3086 va_list v;
3087 va_start (v,p);
3088 s = g (p, va_arg (v,int));
3089 va_end (v);
3090 return s;
3091}
3092
3093/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3094 function prototypes and stuff, but not '\xHH' hex character constants.
3095 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3096 as 'x'. The following induces an error, until -std is added to get
979273e3
NN
3097 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3098 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3099 that's true only with -std. */
979273e3
NN
3100int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3101
81ecdfbb
RW
3102/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3103 inside strings and character constants. */
3104#define FOO(x) 'x'
3105int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3106
979273e3
NN
3107int test (int i, double x);
3108struct s1 {int (*f) (int a);};
3109struct s2 {int (*f) (double a);};
3110int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3111int argc;
3112char **argv;
3113int
3114main ()
3115{
3116return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3117 ;
3118 return 0;
3119}
3120_ACEOF
81ecdfbb
RW
3121for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3122 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
979273e3
NN
3123do
3124 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3125 if ac_fn_c_try_compile "$LINENO"; then :
3126 ac_cv_prog_cc_c89=$ac_arg
979273e3 3127fi
81ecdfbb
RW
3128rm -f core conftest.err conftest.$ac_objext
3129 test "x$ac_cv_prog_cc_c89" != "xno" && break
979273e3 3130done
81ecdfbb 3131rm -f conftest.$ac_ext
979273e3
NN
3132CC=$ac_save_CC
3133
3134fi
81ecdfbb
RW
3135# AC_CACHE_VAL
3136case "x$ac_cv_prog_cc_c89" in
3137 x)
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3139$as_echo "none needed" >&6; } ;;
3140 xno)
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3142$as_echo "unsupported" >&6; } ;;
979273e3 3143 *)
81ecdfbb
RW
3144 CC="$CC $ac_cv_prog_cc_c89"
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3146$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
979273e3 3147esac
81ecdfbb 3148if test "x$ac_cv_prog_cc_c89" != xno; then :
979273e3 3149
979273e3
NN
3150fi
3151
979273e3
NN
3152ac_ext=c
3153ac_cpp='$CPP $CPPFLAGS'
3154ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3155ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3156ac_compiler_gnu=$ac_cv_c_compiler_gnu
3157
3158
81ecdfbb
RW
3159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3160$as_echo_n "checking for library containing strerror... " >&6; }
3161if test "${ac_cv_search_strerror+set}" = set; then :
3162 $as_echo_n "(cached) " >&6
979273e3 3163else
8ae85421 3164 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3165cat confdefs.h - <<_ACEOF >conftest.$ac_ext
979273e3
NN
3166/* end confdefs.h. */
3167
81ecdfbb
RW
3168/* Override any GCC internal prototype to avoid an error.
3169 Use char because int might match the return type of a GCC
3170 builtin and then its argument prototype would still apply. */
979273e3
NN
3171#ifdef __cplusplus
3172extern "C"
3173#endif
979273e3
NN
3174char strerror ();
3175int
3176main ()
3177{
81ecdfbb 3178return strerror ();
979273e3
NN
3179 ;
3180 return 0;
3181}
3182_ACEOF
81ecdfbb
RW
3183for ac_lib in '' cposix; do
3184 if test -z "$ac_lib"; then
3185 ac_res="none required"
3186 else
3187 ac_res=-l$ac_lib
8ae85421 3188 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3189 fi
3190 if ac_fn_c_try_link "$LINENO"; then :
3191 ac_cv_search_strerror=$ac_res
3192fi
3193rm -f core conftest.err conftest.$ac_objext \
3194 conftest$ac_exeext
3195 if test "${ac_cv_search_strerror+set}" = set; then :
3196 break
3197fi
3198done
3199if test "${ac_cv_search_strerror+set}" = set; then :
8ae85421 3200
8ae85421 3201else
81ecdfbb 3202 ac_cv_search_strerror=no
979273e3 3203fi
81ecdfbb 3204rm conftest.$ac_ext
8ae85421
AM
3205LIBS=$ac_func_search_save_LIBS
3206fi
81ecdfbb
RW
3207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3208$as_echo "$ac_cv_search_strerror" >&6; }
3209ac_res=$ac_cv_search_strerror
3210if test "$ac_res" != no; then :
3211 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
979273e3 3212
8ae85421 3213fi
979273e3
NN
3214
3215
3216# We currently only use the version number for the name of any shared
3217# library. For user convenience, we always use the same version
3218# number that BFD is using.
c4dd807e 3219BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
979273e3 3220
81ecdfbb
RW
3221am__api_version='1.11'
3222
979273e3
NN
3223# Find a good install program. We prefer a C program (faster),
3224# so one script is as good as another. But avoid the broken or
3225# incompatible versions:
3226# SysV /etc/install, /usr/sbin/install
3227# SunOS /usr/etc/install
3228# IRIX /sbin/install
3229# AIX /bin/install
3230# AmigaOS /C/install, which installs bootblocks on floppy discs
3231# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3232# AFS /usr/afsws/bin/install, which mishandles nonexistent args
252b5132 3233# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
979273e3 3234# OS/2's system install, which has a completely different semantic
252b5132 3235# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3236# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3238$as_echo_n "checking for a BSD-compatible install... " >&6; }
252b5132 3239if test -z "$INSTALL"; then
81ecdfbb
RW
3240if test "${ac_cv_path_install+set}" = set; then :
3241 $as_echo_n "(cached) " >&6
252b5132 3242else
979273e3
NN
3243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3244for as_dir in $PATH
3245do
3246 IFS=$as_save_IFS
3247 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3248 # Account for people who put trailing slashes in PATH elements.
3249case $as_dir/ in #((
3250 ./ | .// | /[cC]/* | \
979273e3 3251 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3252 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
979273e3
NN
3253 /usr/ucb/* ) ;;
3254 *)
3255 # OSF1 and SCO ODT 3.0 have their own names for install.
3256 # Don't use installbsd from OSF since it installs stuff as root
3257 # by default.
3258 for ac_prog in ginstall scoinst install; do
3259 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3260 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
252b5132 3261 if test $ac_prog = install &&
979273e3 3262 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3263 # AIX install. It has an incompatible calling convention.
3264 :
979273e3
NN
3265 elif test $ac_prog = install &&
3266 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3267 # program-specific install script used by HP pwplus--don't use.
3268 :
252b5132 3269 else
58c85be7
RW
3270 rm -rf conftest.one conftest.two conftest.dir
3271 echo one > conftest.one
3272 echo two > conftest.two
3273 mkdir conftest.dir
3274 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3275 test -s conftest.one && test -s conftest.two &&
3276 test -s conftest.dir/conftest.one &&
3277 test -s conftest.dir/conftest.two
3278 then
3279 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3280 break 3
3281 fi
252b5132
RH
3282 fi
3283 fi
3284 done
979273e3
NN
3285 done
3286 ;;
3287esac
81ecdfbb
RW
3288
3289 done
3290IFS=$as_save_IFS
979273e3 3291
58c85be7 3292rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3293
3294fi
3295 if test "${ac_cv_path_install+set}" = set; then
979273e3 3296 INSTALL=$ac_cv_path_install
252b5132 3297 else
58c85be7
RW
3298 # As a last resort, use the slow shell script. Don't cache a
3299 # value for INSTALL within a source directory, because that will
252b5132 3300 # break other packages using the cache if that directory is
58c85be7 3301 # removed, or if the value is a relative name.
979273e3 3302 INSTALL=$ac_install_sh
252b5132
RH
3303 fi
3304fi
81ecdfbb
RW
3305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3306$as_echo "$INSTALL" >&6; }
252b5132
RH
3307
3308# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3309# It thinks the first close brace ends the variable substitution.
3310test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3311
979273e3 3312test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3313
3314test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3315
81ecdfbb
RW
3316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3317$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3318# Just in case
3319sleep 1
8ae85421 3320echo timestamp > conftest.file
81ecdfbb
RW
3321# Reject unsafe characters in $srcdir or the absolute working directory
3322# name. Accept space and tab only in the latter.
3323am_lf='
3324'
3325case `pwd` in
3326 *[\\\"\#\$\&\'\`$am_lf]*)
3327 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3328esac
3329case $srcdir in
3330 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3331 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3332esac
3333
252b5132
RH
3334# Do `set' in a subshell so we don't clobber the current shell's
3335# arguments. Must try -L first in case configure is actually a
3336# symlink; some systems play weird games with the mod time of symlinks
3337# (eg FreeBSD returns the mod time of the symlink's containing
3338# directory).
3339if (
81ecdfbb 3340 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3341 if test "$*" = "X"; then
3342 # -L didn't work.
81ecdfbb 3343 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3344 fi
8ae85421
AM
3345 rm -f conftest.file
3346 if test "$*" != "X $srcdir/configure conftest.file" \
3347 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3348
3349 # If neither matched, then we have a broken ls. This can happen
3350 # if, for instance, CONFIG_SHELL is bash and it inherits a
3351 # broken ls alias from the environment. This has actually
3352 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3353 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3354alias in your environment" "$LINENO" 5
252b5132
RH
3355 fi
3356
8ae85421 3357 test "$2" = conftest.file
252b5132
RH
3358 )
3359then
3360 # Ok.
3361 :
3362else
81ecdfbb
RW
3363 as_fn_error "newly created file is older than distributed files!
3364Check your system clock" "$LINENO" 5
252b5132 3365fi
81ecdfbb
RW
3366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3367$as_echo "yes" >&6; }
252b5132 3368test "$program_prefix" != NONE &&
81ecdfbb 3369 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3370# Use a double $ so make ignores it.
3371test "$program_suffix" != NONE &&
81ecdfbb
RW
3372 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3373# Double any \ or $.
979273e3 3374# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3375ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3376program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
979273e3 3377
8ae85421
AM
3378# expand $ac_aux_dir to an absolute path
3379am_aux_dir=`cd $ac_aux_dir && pwd`
3380
81ecdfbb
RW
3381if test x"${MISSING+set}" != xset; then
3382 case $am_aux_dir in
3383 *\ * | *\ *)
3384 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3385 *)
3386 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3387 esac
3388fi
8ae85421
AM
3389# Use eval to expand $SHELL
3390if eval "$MISSING --run true"; then
3391 am_missing_run="$MISSING --run "
3392else
3393 am_missing_run=
81ecdfbb
RW
3394 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3395$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3396fi
3397
3398if test x"${install_sh}" != xset; then
3399 case $am_aux_dir in
3400 *\ * | *\ *)
3401 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3402 *)
3403 install_sh="\${SHELL} $am_aux_dir/install-sh"
3404 esac
3405fi
3406
3407# Installed binaries are usually stripped using `strip' when the user
3408# run `make install-strip'. However `strip' might not be the right
3409# tool to use in cross-compilation environments, therefore Automake
3410# will honor the `STRIP' environment variable to overrule this program.
3411if test "$cross_compiling" != no; then
3412 if test -n "$ac_tool_prefix"; then
3413 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3414set dummy ${ac_tool_prefix}strip; ac_word=$2
3415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3416$as_echo_n "checking for $ac_word... " >&6; }
3417if test "${ac_cv_prog_STRIP+set}" = set; then :
3418 $as_echo_n "(cached) " >&6
3419else
3420 if test -n "$STRIP"; then
3421 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3422else
3423as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3424for as_dir in $PATH
3425do
3426 IFS=$as_save_IFS
3427 test -z "$as_dir" && as_dir=.
3428 for ac_exec_ext in '' $ac_executable_extensions; do
3429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3430 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3432 break 2
3433 fi
3434done
3435 done
3436IFS=$as_save_IFS
3437
3438fi
3439fi
3440STRIP=$ac_cv_prog_STRIP
3441if test -n "$STRIP"; then
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3443$as_echo "$STRIP" >&6; }
3444else
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3446$as_echo "no" >&6; }
3447fi
3448
3449
3450fi
3451if test -z "$ac_cv_prog_STRIP"; then
3452 ac_ct_STRIP=$STRIP
3453 # Extract the first word of "strip", so it can be a program name with args.
3454set dummy strip; ac_word=$2
3455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3456$as_echo_n "checking for $ac_word... " >&6; }
3457if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3458 $as_echo_n "(cached) " >&6
3459else
3460 if test -n "$ac_ct_STRIP"; then
3461 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3462else
3463as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3464for as_dir in $PATH
3465do
3466 IFS=$as_save_IFS
3467 test -z "$as_dir" && as_dir=.
3468 for ac_exec_ext in '' $ac_executable_extensions; do
3469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3470 ac_cv_prog_ac_ct_STRIP="strip"
3471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3472 break 2
3473 fi
3474done
8ae85421 3475 done
81ecdfbb
RW
3476IFS=$as_save_IFS
3477
3478fi
3479fi
3480ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3481if test -n "$ac_ct_STRIP"; then
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3483$as_echo "$ac_ct_STRIP" >&6; }
3484else
3485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3486$as_echo "no" >&6; }
3487fi
3488
3489 if test "x$ac_ct_STRIP" = x; then
3490 STRIP=":"
3491 else
3492 case $cross_compiling:$ac_tool_warned in
3493yes:)
3494{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3495$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3496ac_tool_warned=yes ;;
3497esac
3498 STRIP=$ac_ct_STRIP
3499 fi
3500else
3501 STRIP="$ac_cv_prog_STRIP"
3502fi
3503
3504fi
3505INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3506
3507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3508$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3509if test -z "$MKDIR_P"; then
3510 if test "${ac_cv_path_mkdir+set}" = set; then :
3511 $as_echo_n "(cached) " >&6
3512else
3513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3514for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3515do
3516 IFS=$as_save_IFS
3517 test -z "$as_dir" && as_dir=.
3518 for ac_prog in mkdir gmkdir; do
3519 for ac_exec_ext in '' $ac_executable_extensions; do
3520 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3521 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3522 'mkdir (GNU coreutils) '* | \
3523 'mkdir (coreutils) '* | \
3524 'mkdir (fileutils) '4.1*)
3525 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3526 break 3;;
3527 esac
3528 done
3529 done
3530 done
3531IFS=$as_save_IFS
3532
3533fi
3534
3535 if test "${ac_cv_path_mkdir+set}" = set; then
3536 MKDIR_P="$ac_cv_path_mkdir -p"
8ae85421 3537 else
81ecdfbb
RW
3538 # As a last resort, use the slow shell script. Don't cache a
3539 # value for MKDIR_P within a source directory, because that will
3540 # break other packages using the cache if that directory is
3541 # removed, or if the value is a relative name.
3542 test -d ./--version && rmdir ./--version
3543 MKDIR_P="$ac_install_sh -d"
8ae85421
AM
3544 fi
3545fi
81ecdfbb
RW
3546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3547$as_echo "$MKDIR_P" >&6; }
3548
3549mkdir_p="$MKDIR_P"
3550case $mkdir_p in
3551 [\\/$]* | ?:[\\/]*) ;;
3552 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3553esac
8ae85421
AM
3554
3555for ac_prog in gawk mawk nawk awk
3556do
3557 # Extract the first word of "$ac_prog", so it can be a program name with args.
3558set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3560$as_echo_n "checking for $ac_word... " >&6; }
3561if test "${ac_cv_prog_AWK+set}" = set; then :
3562 $as_echo_n "(cached) " >&6
8ae85421
AM
3563else
3564 if test -n "$AWK"; then
3565 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3566else
3567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3568for as_dir in $PATH
3569do
3570 IFS=$as_save_IFS
3571 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3572 for ac_exec_ext in '' $ac_executable_extensions; do
3573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8ae85421 3574 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8ae85421
AM
3576 break 2
3577 fi
3578done
81ecdfbb
RW
3579 done
3580IFS=$as_save_IFS
8ae85421
AM
3581
3582fi
3583fi
3584AWK=$ac_cv_prog_AWK
3585if test -n "$AWK"; then
81ecdfbb
RW
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3587$as_echo "$AWK" >&6; }
8ae85421 3588else
81ecdfbb
RW
3589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3590$as_echo "no" >&6; }
8ae85421
AM
3591fi
3592
81ecdfbb 3593
8ae85421
AM
3594 test -n "$AWK" && break
3595done
3596
81ecdfbb
RW
3597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3598$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3599set x ${MAKE-make}
3600ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3601if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3602 $as_echo_n "(cached) " >&6
979273e3
NN
3603else
3604 cat >conftest.make <<\_ACEOF
81ecdfbb 3605SHELL = /bin/sh
252b5132 3606all:
81ecdfbb 3607 @echo '@@@%%%=$(MAKE)=@@@%%%'
979273e3 3608_ACEOF
252b5132 3609# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3610case `${MAKE-make} -f conftest.make 2>/dev/null` in
3611 *@@@%%%=?*=@@@%%%*)
3612 eval ac_cv_prog_make_${ac_make}_set=yes;;
3613 *)
3614 eval ac_cv_prog_make_${ac_make}_set=no;;
3615esac
979273e3 3616rm -f conftest.make
252b5132 3617fi
81ecdfbb
RW
3618if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3620$as_echo "yes" >&6; }
252b5132
RH
3621 SET_MAKE=
3622else
81ecdfbb
RW
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3624$as_echo "no" >&6; }
252b5132
RH
3625 SET_MAKE="MAKE=${MAKE-make}"
3626fi
3627
8ae85421
AM
3628rm -rf .tst 2>/dev/null
3629mkdir .tst 2>/dev/null
3630if test -d .tst; then
3631 am__leading_dot=.
3632else
3633 am__leading_dot=_
3634fi
3635rmdir .tst 2>/dev/null
3636
3637DEPDIR="${am__leading_dot}deps"
3638
81ecdfbb 3639ac_config_commands="$ac_config_commands depfiles"
8ae85421
AM
3640
3641
3642am_make=${MAKE-make}
3643cat > confinc << 'END'
3644am__doit:
81ecdfbb 3645 @echo this is the am__doit target
8ae85421
AM
3646.PHONY: am__doit
3647END
3648# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3650$as_echo_n "checking for style of include used by $am_make... " >&6; }
8ae85421
AM
3651am__include="#"
3652am__quote=
3653_am_result=none
3654# First try GNU make style include.
3655echo "include confinc" > confmf
81ecdfbb
RW
3656# Ignore all kinds of additional output from `make'.
3657case `$am_make -s -f confmf 2> /dev/null` in #(
3658*the\ am__doit\ target*)
3659 am__include=include
3660 am__quote=
3661 _am_result=GNU
3662 ;;
3663esac
8ae85421
AM
3664# Now try BSD make style include.
3665if test "$am__include" = "#"; then
3666 echo '.include "confinc"' > confmf
81ecdfbb
RW
3667 case `$am_make -s -f confmf 2> /dev/null` in #(
3668 *the\ am__doit\ target*)
3669 am__include=.include
3670 am__quote="\""
3671 _am_result=BSD
3672 ;;
3673 esac
8ae85421
AM
3674fi
3675
3676
81ecdfbb
RW
3677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3678$as_echo "$_am_result" >&6; }
8ae85421
AM
3679rm -f confinc confmf
3680
81ecdfbb
RW
3681# Check whether --enable-dependency-tracking was given.
3682if test "${enable_dependency_tracking+set}" = set; then :
3683 enableval=$enable_dependency_tracking;
3684fi
8ae85421 3685
8ae85421
AM
3686if test "x$enable_dependency_tracking" != xno; then
3687 am_depcomp="$ac_aux_dir/depcomp"
3688 AMDEPBACKSLASH='\'
3689fi
81ecdfbb 3690 if test "x$enable_dependency_tracking" != xno; then
8ae85421
AM
3691 AMDEP_TRUE=
3692 AMDEP_FALSE='#'
3693else
3694 AMDEP_TRUE='#'
3695 AMDEP_FALSE=
3696fi
252b5132 3697
252b5132 3698
81ecdfbb
RW
3699if test "`cd $srcdir && pwd`" != "`pwd`"; then
3700 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3701 # is not polluted with repeated "-I."
3702 am__isrc=' -I$(srcdir)'
3703 # test to see if srcdir already configured
3704 if test -f $srcdir/config.status; then
3705 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3706 fi
252b5132 3707fi
979273e3 3708
8ae85421
AM
3709# test whether we have cygpath
3710if test -z "$CYGPATH_W"; then
3711 if (cygpath --version) >/dev/null 2>/dev/null; then
3712 CYGPATH_W='cygpath -w'
3713 else
3714 CYGPATH_W=echo
3715 fi
3716fi
3717
3718
3719# Define the identity of the package.
3720 PACKAGE=opcodes
3721 VERSION=${BFD_VERSION}
3722
3723
979273e3 3724cat >>confdefs.h <<_ACEOF
252b5132 3725#define PACKAGE "$PACKAGE"
979273e3 3726_ACEOF
252b5132 3727
979273e3
NN
3728
3729cat >>confdefs.h <<_ACEOF
252b5132 3730#define VERSION "$VERSION"
979273e3 3731_ACEOF
252b5132 3732
8ae85421 3733# Some tools Automake needs.
252b5132 3734
8ae85421 3735ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
252b5132 3736
8ae85421
AM
3737
3738AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3739
3740
3741AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3742
3743
3744AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3745
3746
3747MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3748
8ae85421
AM
3749# We need awk for the "check" target. The system "awk" is bad on
3750# some platforms.
3751# Always define AMTAR for backward compatibility.
3752
3753AMTAR=${AMTAR-"${am_missing_run}tar"}
3754
3755am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3756
3757
3758
3759
3760depcc="$CC" am_compiler_list=
3761
81ecdfbb
RW
3762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3763$as_echo_n "checking dependency style of $depcc... " >&6; }
3764if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3765 $as_echo_n "(cached) " >&6
252b5132 3766else
8ae85421
AM
3767 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3768 # We make a subdir and do the tests there. Otherwise we can end up
3769 # making bogus files that we don't know about and never remove. For
3770 # instance it was reported that on HP-UX the gcc test will end up
3771 # making a dummy file named `D' -- because `-MD' means `put the output
3772 # in D'.
3773 mkdir conftest.dir
3774 # Copy depcomp to subdir because otherwise we won't find it if we're
3775 # using a relative directory.
3776 cp "$am_depcomp" conftest.dir
3777 cd conftest.dir
3778 # We will build objects and dependencies in a subdirectory because
3779 # it helps to detect inapplicable dependency modes. For instance
3780 # both Tru64's cc and ICC support -MD to output dependencies as a
3781 # side effect of compilation, but ICC will put the dependencies in
3782 # the current directory while Tru64 will put them in the object
3783 # directory.
3784 mkdir sub
3785
3786 am_cv_CC_dependencies_compiler_type=none
3787 if test "$am_compiler_list" = ""; then
3788 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3789 fi
81ecdfbb
RW
3790 am__universal=false
3791 case " $depcc " in #(
3792 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3793 esac
3794
8ae85421
AM
3795 for depmode in $am_compiler_list; do
3796 # Setup a source with many dependencies, because some compilers
3797 # like to wrap large dependency lists on column 80 (with \), and
3798 # we should not choose a depcomp mode which is confused by this.
3799 #
3800 # We need to recreate these files for each test, as the compiler may
3801 # overwrite some of them when testing with obscure command lines.
3802 # This happens at least with the AIX C compiler.
3803 : > sub/conftest.c
3804 for i in 1 2 3 4 5 6; do
3805 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3806 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3807 # Solaris 8's {/usr,}/bin/sh.
3808 touch sub/conftst$i.h
3809 done
3810 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3811
81ecdfbb
RW
3812 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3813 # mode. It turns out that the SunPro C++ compiler does not properly
3814 # handle `-M -o', and we need to detect this. Also, some Intel
3815 # versions had trouble with output in subdirs
3816 am__obj=sub/conftest.${OBJEXT-o}
3817 am__minus_obj="-o $am__obj"
8ae85421 3818 case $depmode in
81ecdfbb
RW
3819 gcc)
3820 # This depmode causes a compiler race in universal mode.
3821 test "$am__universal" = false || continue
3822 ;;
8ae85421
AM
3823 nosideeffect)
3824 # after this tag, mechanisms are not by side-effect, so they'll
3825 # only be used when explicitly requested
3826 if test "x$enable_dependency_tracking" = xyes; then
3827 continue
3828 else
3829 break
3830 fi
3831 ;;
81ecdfbb
RW
3832 msvisualcpp | msvcmsys)
3833 # This compiler won't grok `-c -o', but also, the minuso test has
3834 # not run yet. These depmodes are late enough in the game, and
3835 # so weak that their functioning should not be impacted.
3836 am__obj=conftest.${OBJEXT-o}
3837 am__minus_obj=
3838 ;;
8ae85421
AM
3839 none) break ;;
3840 esac
8ae85421 3841 if depmode=$depmode \
81ecdfbb 3842 source=sub/conftest.c object=$am__obj \
8ae85421 3843 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 3844 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
8ae85421 3845 >/dev/null 2>conftest.err &&
81ecdfbb 3846 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
8ae85421 3847 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 3848 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
8ae85421
AM
3849 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3850 # icc doesn't choke on unknown options, it will just issue warnings
3851 # or remarks (even with -Werror). So we grep stderr for any message
3852 # that says an option was ignored or not supported.
3853 # When given -MP, icc 7.0 and 7.1 complain thusly:
3854 # icc: Command line warning: ignoring option '-M'; no argument required
3855 # The diagnosis changed in icc 8.0:
3856 # icc: Command line remark: option '-MP' not supported
3857 if (grep 'ignoring option' conftest.err ||
3858 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3859 am_cv_CC_dependencies_compiler_type=$depmode
3860 break
3861 fi
3862 fi
3863 done
3864
3865 cd ..
3866 rm -rf conftest.dir
3867else
3868 am_cv_CC_dependencies_compiler_type=none
3869fi
3870
252b5132 3871fi
81ecdfbb
RW
3872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3873$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8ae85421
AM
3874CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3875
81ecdfbb 3876 if
8ae85421
AM
3877 test "x$enable_dependency_tracking" != xno \
3878 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3879 am__fastdepCC_TRUE=
3880 am__fastdepCC_FALSE='#'
252b5132 3881else
8ae85421
AM
3882 am__fastdepCC_TRUE='#'
3883 am__fastdepCC_FALSE=
252b5132
RH
3884fi
3885
3886
3887
8ae85421 3888
dabbade6
L
3889ac_ext=c
3890ac_cpp='$CPP $CPPFLAGS'
3891ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3892ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3893ac_compiler_gnu=$ac_cv_c_compiler_gnu
979273e3 3894if test -n "$ac_tool_prefix"; then
dabbade6
L
3895 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3896set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3898$as_echo_n "checking for $ac_word... " >&6; }
3899if test "${ac_cv_prog_CC+set}" = set; then :
3900 $as_echo_n "(cached) " >&6
252b5132 3901else
dabbade6
L
3902 if test -n "$CC"; then
3903 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3904else
979273e3
NN
3905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3906for as_dir in $PATH
3907do
3908 IFS=$as_save_IFS
3909 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3910 for ac_exec_ext in '' $ac_executable_extensions; do
3911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 3912 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
3914 break 2
3915 fi
3916done
81ecdfbb
RW
3917 done
3918IFS=$as_save_IFS
979273e3 3919
252b5132
RH
3920fi
3921fi
dabbade6
L
3922CC=$ac_cv_prog_CC
3923if test -n "$CC"; then
81ecdfbb
RW
3924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3925$as_echo "$CC" >&6; }
252b5132 3926else
81ecdfbb
RW
3927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3928$as_echo "no" >&6; }
979273e3
NN
3929fi
3930
81ecdfbb 3931
252b5132 3932fi
dabbade6
L
3933if test -z "$ac_cv_prog_CC"; then
3934 ac_ct_CC=$CC
3935 # Extract the first word of "gcc", so it can be a program name with args.
3936set dummy gcc; ac_word=$2
81ecdfbb
RW
3937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3938$as_echo_n "checking for $ac_word... " >&6; }
3939if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3940 $as_echo_n "(cached) " >&6
979273e3 3941else
dabbade6
L
3942 if test -n "$ac_ct_CC"; then
3943 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
979273e3
NN
3944else
3945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3946for as_dir in $PATH
3947do
3948 IFS=$as_save_IFS
3949 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3950 for ac_exec_ext in '' $ac_executable_extensions; do
3951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 3952 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
3954 break 2
3955 fi
3956done
81ecdfbb
RW
3957 done
3958IFS=$as_save_IFS
252b5132 3959
979273e3
NN
3960fi
3961fi
dabbade6
L
3962ac_ct_CC=$ac_cv_prog_ac_ct_CC
3963if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3965$as_echo "$ac_ct_CC" >&6; }
979273e3 3966else
81ecdfbb
RW
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3968$as_echo "no" >&6; }
979273e3 3969fi
252b5132 3970
81ecdfbb
RW
3971 if test "x$ac_ct_CC" = x; then
3972 CC=""
3973 else
3974 case $cross_compiling:$ac_tool_warned in
3975yes:)
3976{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3977$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3978ac_tool_warned=yes ;;
3979esac
3980 CC=$ac_ct_CC
3981 fi
979273e3 3982else
dabbade6 3983 CC="$ac_cv_prog_CC"
979273e3 3984fi
252b5132 3985
dabbade6 3986if test -z "$CC"; then
81ecdfbb
RW
3987 if test -n "$ac_tool_prefix"; then
3988 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
dabbade6 3989set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3991$as_echo_n "checking for $ac_word... " >&6; }
3992if test "${ac_cv_prog_CC+set}" = set; then :
3993 $as_echo_n "(cached) " >&6
252b5132 3994else
dabbade6
L
3995 if test -n "$CC"; then
3996 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3997else
979273e3
NN
3998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3999for as_dir in $PATH
4000do
4001 IFS=$as_save_IFS
4002 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4003 for ac_exec_ext in '' $ac_executable_extensions; do
4004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 4005 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
4007 break 2
4008 fi
4009done
81ecdfbb
RW
4010 done
4011IFS=$as_save_IFS
979273e3 4012
252b5132
RH
4013fi
4014fi
dabbade6
L
4015CC=$ac_cv_prog_CC
4016if test -n "$CC"; then
81ecdfbb
RW
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4018$as_echo "$CC" >&6; }
252b5132 4019else
81ecdfbb
RW
4020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4021$as_echo "no" >&6; }
252b5132
RH
4022fi
4023
252b5132 4024
81ecdfbb 4025 fi
dabbade6
L
4026fi
4027if test -z "$CC"; then
4028 # Extract the first word of "cc", so it can be a program name with args.
4029set dummy cc; ac_word=$2
81ecdfbb
RW
4030{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4031$as_echo_n "checking for $ac_word... " >&6; }
4032if test "${ac_cv_prog_CC+set}" = set; then :
4033 $as_echo_n "(cached) " >&6
dabbade6
L
4034else
4035 if test -n "$CC"; then
4036 ac_cv_prog_CC="$CC" # Let the user override the test.
4037else
4038 ac_prog_rejected=no
4039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4040for as_dir in $PATH
4041do
4042 IFS=$as_save_IFS
4043 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4044 for ac_exec_ext in '' $ac_executable_extensions; do
4045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6
L
4046 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4047 ac_prog_rejected=yes
4048 continue
4049 fi
4050 ac_cv_prog_CC="cc"
81ecdfbb 4051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4052 break 2
4053 fi
4054done
81ecdfbb
RW
4055 done
4056IFS=$as_save_IFS
252b5132 4057
dabbade6
L
4058if test $ac_prog_rejected = yes; then
4059 # We found a bogon in the path, so make sure we never use it.
4060 set dummy $ac_cv_prog_CC
4061 shift
4062 if test $# != 0; then
4063 # We chose a different compiler from the bogus one.
4064 # However, it has the same basename, so the bogon will be chosen
4065 # first if we set CC to just the basename; use the full file name.
4066 shift
4067 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4068 fi
4069fi
4070fi
4071fi
4072CC=$ac_cv_prog_CC
4073if test -n "$CC"; then
81ecdfbb
RW
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4075$as_echo "$CC" >&6; }
252b5132 4076else
81ecdfbb
RW
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4078$as_echo "no" >&6; }
dabbade6 4079fi
252b5132 4080
81ecdfbb 4081
dabbade6
L
4082fi
4083if test -z "$CC"; then
4084 if test -n "$ac_tool_prefix"; then
81ecdfbb 4085 for ac_prog in cl.exe
dabbade6
L
4086 do
4087 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4088set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4090$as_echo_n "checking for $ac_word... " >&6; }
4091if test "${ac_cv_prog_CC+set}" = set; then :
4092 $as_echo_n "(cached) " >&6
dabbade6
L
4093else
4094 if test -n "$CC"; then
4095 ac_cv_prog_CC="$CC" # Let the user override the test.
4096else
4097as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4098for as_dir in $PATH
4099do
4100 IFS=$as_save_IFS
4101 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4102 for ac_exec_ext in '' $ac_executable_extensions; do
4103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 4104 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4106 break 2
4107 fi
4108done
81ecdfbb
RW
4109 done
4110IFS=$as_save_IFS
d7040cdb 4111
dabbade6
L
4112fi
4113fi
4114CC=$ac_cv_prog_CC
4115if test -n "$CC"; then
81ecdfbb
RW
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4117$as_echo "$CC" >&6; }
dabbade6 4118else
81ecdfbb
RW
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4120$as_echo "no" >&6; }
dabbade6 4121fi
d7040cdb 4122
81ecdfbb 4123
dabbade6
L
4124 test -n "$CC" && break
4125 done
4126fi
4127if test -z "$CC"; then
4128 ac_ct_CC=$CC
81ecdfbb 4129 for ac_prog in cl.exe
dabbade6
L
4130do
4131 # Extract the first word of "$ac_prog", so it can be a program name with args.
4132set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4134$as_echo_n "checking for $ac_word... " >&6; }
4135if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4136 $as_echo_n "(cached) " >&6
dabbade6
L
4137else
4138 if test -n "$ac_ct_CC"; then
4139 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4140else
4141as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4142for as_dir in $PATH
4143do
4144 IFS=$as_save_IFS
4145 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4146 for ac_exec_ext in '' $ac_executable_extensions; do
4147 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 4148 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
4150 break 2
4151 fi
4152done
81ecdfbb
RW
4153 done
4154IFS=$as_save_IFS
d7040cdb 4155
dabbade6
L
4156fi
4157fi
4158ac_ct_CC=$ac_cv_prog_ac_ct_CC
4159if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4161$as_echo "$ac_ct_CC" >&6; }
dabbade6 4162else
81ecdfbb
RW
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4164$as_echo "no" >&6; }
dabbade6 4165fi
d7040cdb 4166
81ecdfbb 4167
dabbade6
L
4168 test -n "$ac_ct_CC" && break
4169done
d7040cdb 4170
81ecdfbb
RW
4171 if test "x$ac_ct_CC" = x; then
4172 CC=""
4173 else
4174 case $cross_compiling:$ac_tool_warned in
4175yes:)
4176{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4177$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4178ac_tool_warned=yes ;;
4179esac
4180 CC=$ac_ct_CC
4181 fi
dabbade6 4182fi
d7040cdb 4183
dabbade6 4184fi
d7040cdb
SE
4185
4186
81ecdfbb
RW
4187test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4188$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4189as_fn_error "no acceptable C compiler found in \$PATH
4190See \`config.log' for more details." "$LINENO" 5; }
d7040cdb 4191
dabbade6 4192# Provide some information about the compiler.
81ecdfbb
RW
4193$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4194set X $ac_compile
4195ac_compiler=$2
4196for ac_option in --version -v -V -qversion; do
4197 { { ac_try="$ac_compiler $ac_option >&5"
4198case "(($ac_try" in
4199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4200 *) ac_try_echo=$ac_try;;
4201esac
4202eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4203$as_echo "$ac_try_echo"; } >&5
4204 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
dabbade6 4205 ac_status=$?
81ecdfbb
RW
4206 if test -s conftest.err; then
4207 sed '10a\
4208... rest of stderr output deleted ...
4209 10q' conftest.err >conftest.er1
4210 cat conftest.er1 >&5
4211 rm -f conftest.er1 conftest.err
4212 fi
4213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4214 test $ac_status = 0; }
4215done
d7040cdb 4216
81ecdfbb
RW
4217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4218$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4219if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4220 $as_echo_n "(cached) " >&6
252b5132 4221else
81ecdfbb 4222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 4223/* end confdefs.h. */
d7040cdb 4224
dabbade6
L
4225int
4226main ()
4227{
4228#ifndef __GNUC__
4229 choke me
4230#endif
d7040cdb 4231
dabbade6
L
4232 ;
4233 return 0;
4234}
4235_ACEOF
81ecdfbb 4236if ac_fn_c_try_compile "$LINENO"; then :
dabbade6 4237 ac_compiler_gnu=yes
d7040cdb 4238else
81ecdfbb 4239 ac_compiler_gnu=no
dabbade6 4240fi
81ecdfbb 4241rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4242ac_cv_c_compiler_gnu=$ac_compiler_gnu
d7040cdb 4243
dabbade6 4244fi
81ecdfbb
RW
4245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4246$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4247if test $ac_compiler_gnu = yes; then
4248 GCC=yes
4249else
4250 GCC=
4251fi
dabbade6
L
4252ac_test_CFLAGS=${CFLAGS+set}
4253ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4255$as_echo_n "checking whether $CC accepts -g... " >&6; }
4256if test "${ac_cv_prog_cc_g+set}" = set; then :
4257 $as_echo_n "(cached) " >&6
4258else
4259 ac_save_c_werror_flag=$ac_c_werror_flag
4260 ac_c_werror_flag=yes
4261 ac_cv_prog_cc_g=no
4262 CFLAGS="-g"
4263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 4264/* end confdefs.h. */
d7040cdb 4265
dabbade6
L
4266int
4267main ()
4268{
d7040cdb 4269
dabbade6
L
4270 ;
4271 return 0;
4272}
4273_ACEOF
81ecdfbb 4274if ac_fn_c_try_compile "$LINENO"; then :
dabbade6
L
4275 ac_cv_prog_cc_g=yes
4276else
81ecdfbb
RW
4277 CFLAGS=""
4278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4279/* end confdefs.h. */
d7040cdb 4280
81ecdfbb
RW
4281int
4282main ()
4283{
4284
4285 ;
4286 return 0;
4287}
4288_ACEOF
4289if ac_fn_c_try_compile "$LINENO"; then :
4290
4291else
4292 ac_c_werror_flag=$ac_save_c_werror_flag
4293 CFLAGS="-g"
4294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4295/* end confdefs.h. */
4296
4297int
4298main ()
4299{
4300
4301 ;
4302 return 0;
4303}
4304_ACEOF
4305if ac_fn_c_try_compile "$LINENO"; then :
4306 ac_cv_prog_cc_g=yes
4307fi
4308rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4309fi
81ecdfbb 4310rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
dabbade6 4311fi
81ecdfbb
RW
4312rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4313 ac_c_werror_flag=$ac_save_c_werror_flag
4314fi
4315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4316$as_echo "$ac_cv_prog_cc_g" >&6; }
dabbade6
L
4317if test "$ac_test_CFLAGS" = set; then
4318 CFLAGS=$ac_save_CFLAGS
4319elif test $ac_cv_prog_cc_g = yes; then
4320 if test "$GCC" = yes; then
4321 CFLAGS="-g -O2"
4322 else
4323 CFLAGS="-g"
4324 fi
4325else
4326 if test "$GCC" = yes; then
4327 CFLAGS="-O2"
4328 else
4329 CFLAGS=
4330 fi
4331fi
81ecdfbb
RW
4332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4333$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4334if test "${ac_cv_prog_cc_c89+set}" = set; then :
4335 $as_echo_n "(cached) " >&6
d7040cdb 4336else
81ecdfbb 4337 ac_cv_prog_cc_c89=no
dabbade6 4338ac_save_CC=$CC
81ecdfbb 4339cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6
L
4340/* end confdefs.h. */
4341#include <stdarg.h>
4342#include <stdio.h>
4343#include <sys/types.h>
4344#include <sys/stat.h>
4345/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4346struct buf { int x; };
4347FILE * (*rcsopen) (struct buf *, struct stat *, int);
4348static char *e (p, i)
4349 char **p;
4350 int i;
4351{
4352 return p[i];
4353}
4354static char *f (char * (*g) (char **, int), char **p, ...)
4355{
4356 char *s;
4357 va_list v;
4358 va_start (v,p);
4359 s = g (p, va_arg (v,int));
4360 va_end (v);
4361 return s;
4362}
d7040cdb 4363
dabbade6
L
4364/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4365 function prototypes and stuff, but not '\xHH' hex character constants.
4366 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4367 as 'x'. The following induces an error, until -std is added to get
dabbade6
L
4368 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4369 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4370 that's true only with -std. */
dabbade6 4371int osf4_cc_array ['\x00' == 0 ? 1 : -1];
d7040cdb 4372
81ecdfbb
RW
4373/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4374 inside strings and character constants. */
4375#define FOO(x) 'x'
4376int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4377
dabbade6
L
4378int test (int i, double x);
4379struct s1 {int (*f) (int a);};
4380struct s2 {int (*f) (double a);};
4381int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4382int argc;
4383char **argv;
4384int
4385main ()
4386{
4387return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4388 ;
4389 return 0;
4390}
4391_ACEOF
81ecdfbb
RW
4392for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4393 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
dabbade6
L
4394do
4395 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4396 if ac_fn_c_try_compile "$LINENO"; then :
4397 ac_cv_prog_cc_c89=$ac_arg
d7040cdb 4398fi
81ecdfbb
RW
4399rm -f core conftest.err conftest.$ac_objext
4400 test "x$ac_cv_prog_cc_c89" != "xno" && break
dabbade6 4401done
81ecdfbb 4402rm -f conftest.$ac_ext
dabbade6 4403CC=$ac_save_CC
d7040cdb 4404
dabbade6 4405fi
81ecdfbb
RW
4406# AC_CACHE_VAL
4407case "x$ac_cv_prog_cc_c89" in
4408 x)
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4410$as_echo "none needed" >&6; } ;;
4411 xno)
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4413$as_echo "unsupported" >&6; } ;;
252b5132 4414 *)
81ecdfbb
RW
4415 CC="$CC $ac_cv_prog_cc_c89"
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4417$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
dabbade6 4418esac
81ecdfbb 4419if test "x$ac_cv_prog_cc_c89" != xno; then :
ac48eca1 4420
dabbade6 4421fi
252b5132 4422
dabbade6
L
4423ac_ext=c
4424ac_cpp='$CPP $CPPFLAGS'
4425ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4426ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4427ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4428
7357c5b6
AM
4429ac_ext=c
4430ac_cpp='$CPP $CPPFLAGS'
4431ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4432ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4433ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4435$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4436# On Suns, sometimes $CPP names a directory.
4437if test -n "$CPP" && test -d "$CPP"; then
4438 CPP=
4439fi
4440if test -z "$CPP"; then
81ecdfbb
RW
4441 if test "${ac_cv_prog_CPP+set}" = set; then :
4442 $as_echo_n "(cached) " >&6
dabbade6 4443else
7357c5b6
AM
4444 # Double quotes because CPP needs to be expanded
4445 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4446 do
4447 ac_preproc_ok=false
4448for ac_c_preproc_warn_flag in '' yes
dabbade6 4449do
7357c5b6
AM
4450 # Use a header file that comes with gcc, so configuring glibc
4451 # with a fresh cross-compiler works.
4452 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4453 # <limits.h> exists even on freestanding compilers.
4454 # On the NeXT, cc -E runs the code through the compiler's parser,
4455 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4457/* end confdefs.h. */
4458#ifdef __STDC__
4459# include <limits.h>
4460#else
4461# include <assert.h>
4462#endif
4463 Syntax error
4464_ACEOF
81ecdfbb 4465if ac_fn_c_try_cpp "$LINENO"; then :
dabbade6 4466
81ecdfbb 4467else
7357c5b6
AM
4468 # Broken: fails on valid input.
4469continue
252b5132 4470fi
7357c5b6
AM
4471rm -f conftest.err conftest.$ac_ext
4472
81ecdfbb 4473 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4474 # can be detected and how.
81ecdfbb 4475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4476/* end confdefs.h. */
4477#include <ac_nonexistent.h>
4478_ACEOF
81ecdfbb 4479if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4480 # Broken: success on invalid input.
4481continue
dabbade6 4482else
7357c5b6
AM
4483 # Passes both tests.
4484ac_preproc_ok=:
4485break
dabbade6 4486fi
7357c5b6 4487rm -f conftest.err conftest.$ac_ext
dabbade6 4488
d7040cdb 4489done
7357c5b6
AM
4490# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4491rm -f conftest.err conftest.$ac_ext
81ecdfbb 4492if $ac_preproc_ok; then :
7357c5b6
AM
4493 break
4494fi
4495
4496 done
4497 ac_cv_prog_CPP=$CPP
d7040cdb
SE
4498
4499fi
7357c5b6
AM
4500 CPP=$ac_cv_prog_CPP
4501else
4502 ac_cv_prog_CPP=$CPP
d7040cdb 4503fi
81ecdfbb
RW
4504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4505$as_echo "$CPP" >&6; }
7357c5b6
AM
4506ac_preproc_ok=false
4507for ac_c_preproc_warn_flag in '' yes
4508do
4509 # Use a header file that comes with gcc, so configuring glibc
4510 # with a fresh cross-compiler works.
4511 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4512 # <limits.h> exists even on freestanding compilers.
4513 # On the NeXT, cc -E runs the code through the compiler's parser,
4514 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4516/* end confdefs.h. */
4517#ifdef __STDC__
4518# include <limits.h>
4519#else
4520# include <assert.h>
4521#endif
4522 Syntax error
4523_ACEOF
81ecdfbb 4524if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4525
81ecdfbb 4526else
7357c5b6
AM
4527 # Broken: fails on valid input.
4528continue
d7040cdb 4529fi
7357c5b6 4530rm -f conftest.err conftest.$ac_ext
d7040cdb 4531
81ecdfbb 4532 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4533 # can be detected and how.
81ecdfbb 4534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4535/* end confdefs.h. */
4536#include <ac_nonexistent.h>
4537_ACEOF
81ecdfbb 4538if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4539 # Broken: success on invalid input.
4540continue
dabbade6 4541else
7357c5b6
AM
4542 # Passes both tests.
4543ac_preproc_ok=:
4544break
4545fi
4546rm -f conftest.err conftest.$ac_ext
d7040cdb 4547
7357c5b6
AM
4548done
4549# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4550rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4551if $ac_preproc_ok; then :
4552
4553else
4554 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4555$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4556as_fn_error "C preprocessor \"$CPP\" fails sanity check
4557See \`config.log' for more details." "$LINENO" 5; }
4558fi
4559
4560ac_ext=c
4561ac_cpp='$CPP $CPPFLAGS'
4562ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4563ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4564ac_compiler_gnu=$ac_cv_c_compiler_gnu
4565
4566
4567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4568$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4569if test "${ac_cv_path_GREP+set}" = set; then :
4570 $as_echo_n "(cached) " >&6
4571else
4572 if test -z "$GREP"; then
4573 ac_path_GREP_found=false
4574 # Loop through the user's path and test for each of PROGNAME-LIST
4575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4576for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4577do
4578 IFS=$as_save_IFS
4579 test -z "$as_dir" && as_dir=.
4580 for ac_prog in grep ggrep; do
4581 for ac_exec_ext in '' $ac_executable_extensions; do
4582 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4583 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4584# Check for GNU ac_path_GREP and select it if it is found.
4585 # Check for GNU $ac_path_GREP
4586case `"$ac_path_GREP" --version 2>&1` in
4587*GNU*)
4588 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4589*)
4590 ac_count=0
4591 $as_echo_n 0123456789 >"conftest.in"
4592 while :
4593 do
4594 cat "conftest.in" "conftest.in" >"conftest.tmp"
4595 mv "conftest.tmp" "conftest.in"
4596 cp "conftest.in" "conftest.nl"
4597 $as_echo 'GREP' >> "conftest.nl"
4598 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4599 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4600 as_fn_arith $ac_count + 1 && ac_count=$as_val
4601 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4602 # Best one so far, save it but keep looking for a better one
4603 ac_cv_path_GREP="$ac_path_GREP"
4604 ac_path_GREP_max=$ac_count
4605 fi
4606 # 10*(2^10) chars as input seems more than enough
4607 test $ac_count -gt 10 && break
4608 done
4609 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4610esac
4611
4612 $ac_path_GREP_found && break 3
4613 done
4614 done
4615 done
4616IFS=$as_save_IFS
4617 if test -z "$ac_cv_path_GREP"; then
4618 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4619 fi
dabbade6 4620else
81ecdfbb 4621 ac_cv_path_GREP=$GREP
7357c5b6 4622fi
d7040cdb 4623
81ecdfbb
RW
4624fi
4625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4626$as_echo "$ac_cv_path_GREP" >&6; }
4627 GREP="$ac_cv_path_GREP"
d7040cdb
SE
4628
4629
81ecdfbb
RW
4630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4631$as_echo_n "checking for egrep... " >&6; }
4632if test "${ac_cv_path_EGREP+set}" = set; then :
4633 $as_echo_n "(cached) " >&6
7357c5b6 4634else
81ecdfbb
RW
4635 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4636 then ac_cv_path_EGREP="$GREP -E"
4637 else
4638 if test -z "$EGREP"; then
4639 ac_path_EGREP_found=false
4640 # Loop through the user's path and test for each of PROGNAME-LIST
4641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4642for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4643do
4644 IFS=$as_save_IFS
4645 test -z "$as_dir" && as_dir=.
4646 for ac_prog in egrep; do
4647 for ac_exec_ext in '' $ac_executable_extensions; do
4648 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4649 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4650# Check for GNU ac_path_EGREP and select it if it is found.
4651 # Check for GNU $ac_path_EGREP
4652case `"$ac_path_EGREP" --version 2>&1` in
4653*GNU*)
4654 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4655*)
4656 ac_count=0
4657 $as_echo_n 0123456789 >"conftest.in"
4658 while :
4659 do
4660 cat "conftest.in" "conftest.in" >"conftest.tmp"
4661 mv "conftest.tmp" "conftest.in"
4662 cp "conftest.in" "conftest.nl"
4663 $as_echo 'EGREP' >> "conftest.nl"
4664 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4665 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4666 as_fn_arith $ac_count + 1 && ac_count=$as_val
4667 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4668 # Best one so far, save it but keep looking for a better one
4669 ac_cv_path_EGREP="$ac_path_EGREP"
4670 ac_path_EGREP_max=$ac_count
7357c5b6 4671 fi
81ecdfbb
RW
4672 # 10*(2^10) chars as input seems more than enough
4673 test $ac_count -gt 10 && break
4674 done
4675 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4676esac
4677
4678 $ac_path_EGREP_found && break 3
4679 done
4680 done
4681 done
4682IFS=$as_save_IFS
4683 if test -z "$ac_cv_path_EGREP"; then
4684 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4685 fi
4686else
4687 ac_cv_path_EGREP=$EGREP
4688fi
4689
4690 fi
7357c5b6 4691fi
81ecdfbb
RW
4692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4693$as_echo "$ac_cv_path_EGREP" >&6; }
4694 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
4695
4696
81ecdfbb
RW
4697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4698$as_echo_n "checking for ANSI C header files... " >&6; }
4699if test "${ac_cv_header_stdc+set}" = set; then :
4700 $as_echo_n "(cached) " >&6
7357c5b6 4701else
81ecdfbb 4702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4703/* end confdefs.h. */
4704#include <stdlib.h>
4705#include <stdarg.h>
4706#include <string.h>
4707#include <float.h>
d7040cdb 4708
7357c5b6
AM
4709int
4710main ()
4711{
d7040cdb 4712
7357c5b6
AM
4713 ;
4714 return 0;
4715}
4716_ACEOF
81ecdfbb 4717if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4718 ac_cv_header_stdc=yes
4719else
81ecdfbb 4720 ac_cv_header_stdc=no
7357c5b6 4721fi
81ecdfbb 4722rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4723
7357c5b6
AM
4724if test $ac_cv_header_stdc = yes; then
4725 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4727/* end confdefs.h. */
4728#include <string.h>
d7040cdb 4729
7357c5b6
AM
4730_ACEOF
4731if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4732 $EGREP "memchr" >/dev/null 2>&1; then :
4733
7357c5b6
AM
4734else
4735 ac_cv_header_stdc=no
4736fi
4737rm -f conftest*
d7040cdb 4738
7357c5b6 4739fi
d7040cdb 4740
7357c5b6
AM
4741if test $ac_cv_header_stdc = yes; then
4742 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4744/* end confdefs.h. */
4745#include <stdlib.h>
d7040cdb 4746
7357c5b6
AM
4747_ACEOF
4748if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4749 $EGREP "free" >/dev/null 2>&1; then :
4750
7357c5b6
AM
4751else
4752 ac_cv_header_stdc=no
4753fi
4754rm -f conftest*
d7040cdb 4755
7357c5b6 4756fi
d7040cdb 4757
7357c5b6
AM
4758if test $ac_cv_header_stdc = yes; then
4759 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4760 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4761 :
4762else
81ecdfbb 4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4764/* end confdefs.h. */
4765#include <ctype.h>
81ecdfbb 4766#include <stdlib.h>
7357c5b6
AM
4767#if ((' ' & 0x0FF) == 0x020)
4768# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4769# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4770#else
4771# define ISLOWER(c) \
4772 (('a' <= (c) && (c) <= 'i') \
4773 || ('j' <= (c) && (c) <= 'r') \
4774 || ('s' <= (c) && (c) <= 'z'))
4775# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4776#endif
d7040cdb 4777
7357c5b6
AM
4778#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4779int
4780main ()
4781{
4782 int i;
4783 for (i = 0; i < 256; i++)
4784 if (XOR (islower (i), ISLOWER (i))
4785 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4786 return 2;
4787 return 0;
7357c5b6
AM
4788}
4789_ACEOF
81ecdfbb 4790if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4791
81ecdfbb
RW
4792else
4793 ac_cv_header_stdc=no
7357c5b6 4794fi
81ecdfbb
RW
4795rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4796 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4797fi
81ecdfbb 4798
7357c5b6
AM
4799fi
4800fi
81ecdfbb
RW
4801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4802$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4803if test $ac_cv_header_stdc = yes; then
d7040cdb 4804
81ecdfbb 4805$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4806
7357c5b6 4807fi
d7040cdb 4808
7357c5b6 4809# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4810for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4811 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4812do :
4813 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4814ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4815"
4816eval as_val=\$$as_ac_Header
4817 if test "x$as_val" = x""yes; then :
7357c5b6 4818 cat >>confdefs.h <<_ACEOF
81ecdfbb 4819#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4820_ACEOF
d7040cdb 4821
7357c5b6 4822fi
d7040cdb 4823
7357c5b6 4824done
d7040cdb
SE
4825
4826
4827
81ecdfbb
RW
4828 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4829if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
4830 MINIX=yes
4831else
4832 MINIX=
4833fi
d7040cdb
SE
4834
4835
7357c5b6 4836 if test "$MINIX" = yes; then
d7040cdb 4837
81ecdfbb 4838$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
dabbade6 4839
252b5132 4840
81ecdfbb 4841$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4842
4843
81ecdfbb 4844$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4845
7357c5b6 4846 fi
d7040cdb
SE
4847
4848
81ecdfbb
RW
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4850$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4851if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4852 $as_echo_n "(cached) " >&6
ac48eca1 4853else
81ecdfbb 4854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4855/* end confdefs.h. */
ac48eca1 4856
7357c5b6
AM
4857# define __EXTENSIONS__ 1
4858 $ac_includes_default
4859int
4860main ()
4861{
87e6d782 4862
7357c5b6
AM
4863 ;
4864 return 0;
4865}
4866_ACEOF
81ecdfbb 4867if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4868 ac_cv_safe_to_define___extensions__=yes
4869else
81ecdfbb 4870 ac_cv_safe_to_define___extensions__=no
7357c5b6 4871fi
81ecdfbb 4872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4873fi
81ecdfbb
RW
4874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4875$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4876 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4877 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
ac48eca1 4878
81ecdfbb 4879 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 4880
81ecdfbb
RW
4881 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4882
4883 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4884
4885 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb 4886
ac48eca1 4887
ac48eca1 4888
ac48eca1 4889
87e6d782 4890
7357c5b6
AM
4891if test -n "$ac_tool_prefix"; then
4892 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4893set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
4894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4895$as_echo_n "checking for $ac_word... " >&6; }
4896if test "${ac_cv_prog_AR+set}" = set; then :
4897 $as_echo_n "(cached) " >&6
dabbade6 4898else
7357c5b6
AM
4899 if test -n "$AR"; then
4900 ac_cv_prog_AR="$AR" # Let the user override the test.
4901else
4902as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4903for as_dir in $PATH
4904do
4905 IFS=$as_save_IFS
4906 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4907 for ac_exec_ext in '' $ac_executable_extensions; do
4908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 4909 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 4910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
4911 break 2
4912 fi
4913done
81ecdfbb
RW
4914 done
4915IFS=$as_save_IFS
ac48eca1 4916
7357c5b6
AM
4917fi
4918fi
4919AR=$ac_cv_prog_AR
4920if test -n "$AR"; then
81ecdfbb
RW
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4922$as_echo "$AR" >&6; }
dabbade6 4923else
81ecdfbb
RW
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4925$as_echo "no" >&6; }
dabbade6 4926fi
6be7c12c 4927
81ecdfbb 4928
7357c5b6
AM
4929fi
4930if test -z "$ac_cv_prog_AR"; then
4931 ac_ct_AR=$AR
4932 # Extract the first word of "ar", so it can be a program name with args.
4933set dummy ar; ac_word=$2
81ecdfbb
RW
4934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4935$as_echo_n "checking for $ac_word... " >&6; }
4936if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4937 $as_echo_n "(cached) " >&6
7357c5b6
AM
4938else
4939 if test -n "$ac_ct_AR"; then
4940 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4941else
4942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4943for as_dir in $PATH
4944do
4945 IFS=$as_save_IFS
4946 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4947 for ac_exec_ext in '' $ac_executable_extensions; do
4948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 4949 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 4950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
4951 break 2
4952 fi
4953done
81ecdfbb
RW
4954 done
4955IFS=$as_save_IFS
7357c5b6
AM
4956
4957fi
4958fi
4959ac_ct_AR=$ac_cv_prog_ac_ct_AR
4960if test -n "$ac_ct_AR"; then
81ecdfbb
RW
4961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4962$as_echo "$ac_ct_AR" >&6; }
7357c5b6 4963else
81ecdfbb
RW
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4965$as_echo "no" >&6; }
7357c5b6
AM
4966fi
4967
81ecdfbb
RW
4968 if test "x$ac_ct_AR" = x; then
4969 AR=""
4970 else
4971 case $cross_compiling:$ac_tool_warned in
4972yes:)
4973{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4974$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4975ac_tool_warned=yes ;;
4976esac
4977 AR=$ac_ct_AR
4978 fi
7357c5b6
AM
4979else
4980 AR="$ac_cv_prog_AR"
4981fi
4982
4983if test -n "$ac_tool_prefix"; then
4984 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4985set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
4986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4987$as_echo_n "checking for $ac_word... " >&6; }
4988if test "${ac_cv_prog_RANLIB+set}" = set; then :
4989 $as_echo_n "(cached) " >&6
7357c5b6
AM
4990else
4991 if test -n "$RANLIB"; then
4992 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4993else
4994as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4995for as_dir in $PATH
4996do
4997 IFS=$as_save_IFS
4998 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4999 for ac_exec_ext in '' $ac_executable_extensions; do
5000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 5001 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 5002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5003 break 2
5004 fi
5005done
81ecdfbb
RW
5006 done
5007IFS=$as_save_IFS
7357c5b6
AM
5008
5009fi
5010fi
5011RANLIB=$ac_cv_prog_RANLIB
5012if test -n "$RANLIB"; then
81ecdfbb
RW
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5014$as_echo "$RANLIB" >&6; }
7357c5b6 5015else
81ecdfbb
RW
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017$as_echo "no" >&6; }
7357c5b6
AM
5018fi
5019
81ecdfbb 5020
7357c5b6
AM
5021fi
5022if test -z "$ac_cv_prog_RANLIB"; then
5023 ac_ct_RANLIB=$RANLIB
5024 # Extract the first word of "ranlib", so it can be a program name with args.
5025set dummy ranlib; ac_word=$2
81ecdfbb
RW
5026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5027$as_echo_n "checking for $ac_word... " >&6; }
5028if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5029 $as_echo_n "(cached) " >&6
7357c5b6
AM
5030else
5031 if test -n "$ac_ct_RANLIB"; then
5032 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5033else
5034as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5035for as_dir in $PATH
5036do
5037 IFS=$as_save_IFS
5038 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5039 for ac_exec_ext in '' $ac_executable_extensions; do
5040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357c5b6 5041 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 5042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7357c5b6
AM
5043 break 2
5044 fi
5045done
81ecdfbb
RW
5046 done
5047IFS=$as_save_IFS
7357c5b6 5048
7357c5b6
AM
5049fi
5050fi
5051ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5052if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5054$as_echo "$ac_ct_RANLIB" >&6; }
7357c5b6 5055else
81ecdfbb
RW
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5057$as_echo "no" >&6; }
7357c5b6
AM
5058fi
5059
81ecdfbb
RW
5060 if test "x$ac_ct_RANLIB" = x; then
5061 RANLIB=":"
5062 else
5063 case $cross_compiling:$ac_tool_warned in
5064yes:)
5065{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5066$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5067ac_tool_warned=yes ;;
5068esac
5069 RANLIB=$ac_ct_RANLIB
5070 fi
7357c5b6
AM
5071else
5072 RANLIB="$ac_cv_prog_RANLIB"
5073fi
5074
5075
81ecdfbb
RW
5076# Check whether --enable-shared was given.
5077if test "${enable_shared+set}" = set; then :
5078 enableval=$enable_shared; p=${PACKAGE-default}
7357c5b6
AM
5079 case $enableval in
5080 yes) enable_shared=yes ;;
5081 no) enable_shared=no ;;
5082 *)
5083 enable_shared=no
5084 # Look at the argument we got. We use all the common list separators.
5085 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5086 for pkg in $enableval; do
5087 IFS="$lt_save_ifs"
5088 if test "X$pkg" = "X$p"; then
5089 enable_shared=yes
5090 fi
5091 done
5092 IFS="$lt_save_ifs"
5093 ;;
5094 esac
5095else
5096 enable_shared=no
81ecdfbb
RW
5097fi
5098
7357c5b6
AM
5099
5100
5101
5102
5103
5104
5105
5106
5107
1927a18f
L
5108case `pwd` in
5109 *\ * | *\ *)
81ecdfbb
RW
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5111$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
1927a18f 5112esac
7357c5b6
AM
5113
5114
7357c5b6 5115
3725885a
RW
5116macro_version='2.2.7a'
5117macro_revision='1.3134'
7357c5b6
AM
5118
5119
5120
5121
5122
5123
7357c5b6
AM
5124
5125
5126
5127
5128
5129
5130
1927a18f 5131ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5132
3725885a
RW
5133# Backslashify metacharacters that are still active within
5134# double-quoted strings.
5135sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5136
5137# Same as above, but do not quote variable references.
5138double_quote_subst='s/\(["`\\]\)/\\\1/g'
5139
5140# Sed substitution to delay expansion of an escaped shell variable in a
5141# double_quote_subst'ed string.
5142delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5143
5144# Sed substitution to delay expansion of an escaped single quote.
5145delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5146
5147# Sed substitution to avoid accidental globbing in evaled expressions
5148no_glob_subst='s/\*/\\\*/g'
5149
5150ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5151ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5152ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5153
5154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5155$as_echo_n "checking how to print strings... " >&6; }
5156# Test print first, because it will be a builtin if present.
5157if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5158 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5159 ECHO='print -r --'
5160elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5161 ECHO='printf %s\n'
5162else
5163 # Use this function as a fallback that always works.
5164 func_fallback_echo ()
5165 {
5166 eval 'cat <<_LTECHO_EOF
5167$1
5168_LTECHO_EOF'
5169 }
5170 ECHO='func_fallback_echo'
5171fi
5172
5173# func_echo_all arg...
5174# Invoke $ECHO with all args, space-separated.
5175func_echo_all ()
5176{
5177 $ECHO ""
5178}
5179
5180case "$ECHO" in
5181 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5182$as_echo "printf" >&6; } ;;
5183 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5184$as_echo "print -r" >&6; } ;;
5185 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5186$as_echo "cat" >&6; } ;;
5187esac
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
81ecdfbb
RW
5202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5203$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5204if test "${ac_cv_path_SED+set}" = set; then :
5205 $as_echo_n "(cached) " >&6
7357c5b6 5206else
81ecdfbb
RW
5207 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5208 for ac_i in 1 2 3 4 5 6 7; do
5209 ac_script="$ac_script$as_nl$ac_script"
5210 done
5211 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5212 { ac_script=; unset ac_script;}
5213 if test -z "$SED"; then
5214 ac_path_SED_found=false
5215 # Loop through the user's path and test for each of PROGNAME-LIST
5216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5217for as_dir in $PATH
5218do
5219 IFS=$as_save_IFS
5220 test -z "$as_dir" && as_dir=.
81ecdfbb 5221 for ac_prog in sed gsed; do
7357c5b6 5222 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5223 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5224 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5225# Check for GNU ac_path_SED and select it if it is found.
5226 # Check for GNU $ac_path_SED
5227case `"$ac_path_SED" --version 2>&1` in
5228*GNU*)
5229 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5230*)
5231 ac_count=0
5232 $as_echo_n 0123456789 >"conftest.in"
5233 while :
5234 do
5235 cat "conftest.in" "conftest.in" >"conftest.tmp"
5236 mv "conftest.tmp" "conftest.in"
5237 cp "conftest.in" "conftest.nl"
5238 $as_echo '' >> "conftest.nl"
5239 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5240 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5241 as_fn_arith $ac_count + 1 && ac_count=$as_val
5242 if test $ac_count -gt ${ac_path_SED_max-0}; then
5243 # Best one so far, save it but keep looking for a better one
5244 ac_cv_path_SED="$ac_path_SED"
5245 ac_path_SED_max=$ac_count
5246 fi
5247 # 10*(2^10) chars as input seems more than enough
5248 test $ac_count -gt 10 && break
5249 done
5250 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5251esac
5252
5253 $ac_path_SED_found && break 3
7357c5b6
AM
5254 done
5255 done
81ecdfbb 5256 done
7357c5b6 5257IFS=$as_save_IFS
81ecdfbb
RW
5258 if test -z "$ac_cv_path_SED"; then
5259 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5260 fi
81ecdfbb
RW
5261else
5262 ac_cv_path_SED=$SED
7357c5b6
AM
5263fi
5264
81ecdfbb
RW
5265fi
5266{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5267$as_echo "$ac_cv_path_SED" >&6; }
5268 SED="$ac_cv_path_SED"
5269 rm -f conftest.sed
7357c5b6
AM
5270
5271test -z "$SED" && SED=sed
5272Xsed="$SED -e 1s/^X//"
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
81ecdfbb
RW
5284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5285$as_echo_n "checking for fgrep... " >&6; }
5286if test "${ac_cv_path_FGREP+set}" = set; then :
5287 $as_echo_n "(cached) " >&6
7357c5b6 5288else
81ecdfbb
RW
5289 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5290 then ac_cv_path_FGREP="$GREP -F"
5291 else
5292 if test -z "$FGREP"; then
5293 ac_path_FGREP_found=false
5294 # Loop through the user's path and test for each of PROGNAME-LIST
5295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5296for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5297do
5298 IFS=$as_save_IFS
5299 test -z "$as_dir" && as_dir=.
5300 for ac_prog in fgrep; do
5301 for ac_exec_ext in '' $ac_executable_extensions; do
5302 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5303 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5304# Check for GNU ac_path_FGREP and select it if it is found.
5305 # Check for GNU $ac_path_FGREP
5306case `"$ac_path_FGREP" --version 2>&1` in
5307*GNU*)
5308 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5309*)
5310 ac_count=0
5311 $as_echo_n 0123456789 >"conftest.in"
5312 while :
5313 do
5314 cat "conftest.in" "conftest.in" >"conftest.tmp"
5315 mv "conftest.tmp" "conftest.in"
5316 cp "conftest.in" "conftest.nl"
5317 $as_echo 'FGREP' >> "conftest.nl"
5318 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5319 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5320 as_fn_arith $ac_count + 1 && ac_count=$as_val
5321 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5322 # Best one so far, save it but keep looking for a better one
5323 ac_cv_path_FGREP="$ac_path_FGREP"
5324 ac_path_FGREP_max=$ac_count
7357c5b6 5325 fi
81ecdfbb
RW
5326 # 10*(2^10) chars as input seems more than enough
5327 test $ac_count -gt 10 && break
5328 done
5329 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5330esac
5331
5332 $ac_path_FGREP_found && break 3
5333 done
5334 done
5335 done
5336IFS=$as_save_IFS
5337 if test -z "$ac_cv_path_FGREP"; then
5338 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5339 fi
5340else
5341 ac_cv_path_FGREP=$FGREP
5342fi
5343
5344 fi
7357c5b6 5345fi
81ecdfbb
RW
5346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5347$as_echo "$ac_cv_path_FGREP" >&6; }
5348 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5349
5350
5351test -z "$GREP" && GREP=grep
d7040cdb 5352
d7040cdb 5353
d7040cdb 5354
ac48eca1
AO
5355
5356
5357
ac48eca1 5358
ac48eca1 5359
ac48eca1 5360
ac48eca1 5361
ac48eca1 5362
ac48eca1 5363
ac48eca1 5364
ac48eca1 5365
ac48eca1 5366
ac48eca1 5367
dabbade6
L
5368
5369
5370
81ecdfbb
RW
5371# Check whether --with-gnu-ld was given.
5372if test "${with_gnu_ld+set}" = set; then :
5373 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
dabbade6
L
5374else
5375 with_gnu_ld=no
81ecdfbb
RW
5376fi
5377
dabbade6
L
5378ac_prog=ld
5379if test "$GCC" = yes; then
5380 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5382$as_echo_n "checking for ld used by $CC... " >&6; }
dabbade6
L
5383 case $host in
5384 *-*-mingw*)
5385 # gcc leaves a trailing carriage return which upsets mingw
5386 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5387 *)
5388 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5389 esac
5390 case $ac_prog in
5391 # Accept absolute paths.
5392 [\\/]* | ?:[\\/]*)
5393 re_direlt='/[^/][^/]*/\.\./'
5394 # Canonicalize the pathname of ld
5395 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5396 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5397 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5398 done
5399 test -z "$LD" && LD="$ac_prog"
5400 ;;
5401 "")
5402 # If it fails, then pretend we aren't using GCC.
5403 ac_prog=ld
5404 ;;
5405 *)
5406 # If it is relative, then search for the first ld in PATH.
5407 with_gnu_ld=unknown
5408 ;;
5409 esac
5410elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5412$as_echo_n "checking for GNU ld... " >&6; }
dabbade6 5413else
81ecdfbb
RW
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5415$as_echo_n "checking for non-GNU ld... " >&6; }
dabbade6 5416fi
81ecdfbb
RW
5417if test "${lt_cv_path_LD+set}" = set; then :
5418 $as_echo_n "(cached) " >&6
ac48eca1 5419else
dabbade6
L
5420 if test -z "$LD"; then
5421 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5422 for ac_dir in $PATH; do
5423 IFS="$lt_save_ifs"
5424 test -z "$ac_dir" && ac_dir=.
5425 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5426 lt_cv_path_LD="$ac_dir/$ac_prog"
5427 # Check to see if the program is GNU ld. I'd rather use --version,
5428 # but apparently some variants of GNU ld only accept -v.
5429 # Break only if it was the GNU/non-GNU ld that we prefer.
5430 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5431 *GNU* | *'with BFD'*)
5432 test "$with_gnu_ld" != no && break
5433 ;;
5434 *)
5435 test "$with_gnu_ld" != yes && break
5436 ;;
5437 esac
5438 fi
5439 done
5440 IFS="$lt_save_ifs"
ac48eca1 5441else
dabbade6 5442 lt_cv_path_LD="$LD" # Let the user override the test with a path.
ac48eca1
AO
5443fi
5444fi
dabbade6
L
5445
5446LD="$lt_cv_path_LD"
5447if test -n "$LD"; then
81ecdfbb
RW
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5449$as_echo "$LD" >&6; }
ac48eca1 5450else
81ecdfbb
RW
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5452$as_echo "no" >&6; }
ac48eca1 5453fi
81ecdfbb
RW
5454test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5456$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5457if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5458 $as_echo_n "(cached) " >&6
ac48eca1 5459else
dabbade6
L
5460 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5461case `$LD -v 2>&1 </dev/null` in
5462*GNU* | *'with BFD'*)
5463 lt_cv_prog_gnu_ld=yes
5464 ;;
5465*)
5466 lt_cv_prog_gnu_ld=no
5467 ;;
5468esac
ac48eca1 5469fi
81ecdfbb
RW
5470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5471$as_echo "$lt_cv_prog_gnu_ld" >&6; }
dabbade6 5472with_gnu_ld=$lt_cv_prog_gnu_ld
d7040cdb
SE
5473
5474
5475
5476
5477
5478
5479
5480
5481
81ecdfbb
RW
5482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5483$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5484if test "${lt_cv_path_NM+set}" = set; then :
5485 $as_echo_n "(cached) " >&6
ac48eca1 5486else
dabbade6
L
5487 if test -n "$NM"; then
5488 # Let the user override the test.
5489 lt_cv_path_NM="$NM"
ac48eca1 5490else
dabbade6
L
5491 lt_nm_to_check="${ac_tool_prefix}nm"
5492 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5493 lt_nm_to_check="$lt_nm_to_check nm"
979273e3 5494 fi
dabbade6
L
5495 for lt_tmp_nm in $lt_nm_to_check; do
5496 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5497 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5498 IFS="$lt_save_ifs"
5499 test -z "$ac_dir" && ac_dir=.
5500 tmp_nm="$ac_dir/$lt_tmp_nm"
5501 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5502 # Check to see if the nm accepts a BSD-compat flag.
5503 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5504 # nm: unknown option "B" ignored
5505 # Tru64's nm complains that /dev/null is an invalid object file
5506 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5507 */dev/null* | *'Invalid file or object type'*)
5508 lt_cv_path_NM="$tmp_nm -B"
5509 break
5510 ;;
5511 *)
5512 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5513 */dev/null*)
5514 lt_cv_path_NM="$tmp_nm -p"
5515 break
5516 ;;
5517 *)
5518 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5519 continue # so that we can try to find one that supports BSD flags
5520 ;;
5521 esac
5522 ;;
5523 esac
5524 fi
5525 done
5526 IFS="$lt_save_ifs"
5527 done
5528 : ${lt_cv_path_NM=no}
ac48eca1
AO
5529fi
5530fi
81ecdfbb
RW
5531{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5532$as_echo "$lt_cv_path_NM" >&6; }
dabbade6
L
5533if test "$lt_cv_path_NM" != "no"; then
5534 NM="$lt_cv_path_NM"
ac48eca1 5535else
dabbade6 5536 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5537 if test -n "$DUMPBIN"; then :
5538 # Let the user override the test.
5539 else
5540 if test -n "$ac_tool_prefix"; then
5541 for ac_prog in dumpbin "link -dump"
dabbade6
L
5542 do
5543 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5544set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5546$as_echo_n "checking for $ac_word... " >&6; }
5547if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5548 $as_echo_n "(cached) " >&6
ac48eca1 5549else
dabbade6
L
5550 if test -n "$DUMPBIN"; then
5551 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
ac48eca1 5552else
979273e3
NN
5553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5554for as_dir in $PATH
5555do
5556 IFS=$as_save_IFS
5557 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5558 for ac_exec_ext in '' $ac_executable_extensions; do
5559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 5560 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
979273e3
NN
5562 break 2
5563 fi
5564done
81ecdfbb
RW
5565 done
5566IFS=$as_save_IFS
979273e3 5567
ac48eca1
AO
5568fi
5569fi
dabbade6
L
5570DUMPBIN=$ac_cv_prog_DUMPBIN
5571if test -n "$DUMPBIN"; then
81ecdfbb
RW
5572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5573$as_echo "$DUMPBIN" >&6; }
ac48eca1 5574else
81ecdfbb
RW
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5576$as_echo "no" >&6; }
ac48eca1
AO
5577fi
5578
81ecdfbb 5579
dabbade6
L
5580 test -n "$DUMPBIN" && break
5581 done
ac48eca1 5582fi
dabbade6
L
5583if test -z "$DUMPBIN"; then
5584 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5585 for ac_prog in dumpbin "link -dump"
dabbade6
L
5586do
5587 # Extract the first word of "$ac_prog", so it can be a program name with args.
5588set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5590$as_echo_n "checking for $ac_word... " >&6; }
5591if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5592 $as_echo_n "(cached) " >&6
ac48eca1 5593else
dabbade6
L
5594 if test -n "$ac_ct_DUMPBIN"; then
5595 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
d7040cdb
SE
5596else
5597as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5598for as_dir in $PATH
5599do
5600 IFS=$as_save_IFS
5601 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5602 for ac_exec_ext in '' $ac_executable_extensions; do
5603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 5604 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5606 break 2
252b5132 5607 fi
d7040cdb 5608done
81ecdfbb
RW
5609 done
5610IFS=$as_save_IFS
252b5132 5611
d7040cdb
SE
5612fi
5613fi
dabbade6
L
5614ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5615if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5617$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5618else
81ecdfbb
RW
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5620$as_echo "no" >&6; }
d7040cdb 5621fi
4867be41 5622
81ecdfbb 5623
dabbade6 5624 test -n "$ac_ct_DUMPBIN" && break
d7040cdb 5625done
32fba81d 5626
81ecdfbb
RW
5627 if test "x$ac_ct_DUMPBIN" = x; then
5628 DUMPBIN=":"
5629 else
5630 case $cross_compiling:$ac_tool_warned in
5631yes:)
5632{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5633$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5634ac_tool_warned=yes ;;
5635esac
5636 DUMPBIN=$ac_ct_DUMPBIN
5637 fi
d7040cdb 5638fi
979273e3 5639
3725885a
RW
5640 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5641 *COFF*)
5642 DUMPBIN="$DUMPBIN -symbols"
5643 ;;
5644 *)
5645 DUMPBIN=:
5646 ;;
5647 esac
5648 fi
979273e3 5649
dabbade6
L
5650 if test "$DUMPBIN" != ":"; then
5651 NM="$DUMPBIN"
5652 fi
5653fi
5654test -z "$NM" && NM=nm
ac48eca1 5655
252b5132 5656
252b5132 5657
979273e3 5658
ac48eca1 5659
d7040cdb 5660
81ecdfbb
RW
5661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5662$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5663if test "${lt_cv_nm_interface+set}" = set; then :
5664 $as_echo_n "(cached) " >&6
dabbade6
L
5665else
5666 lt_cv_nm_interface="BSD nm"
5667 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5668 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
dabbade6
L
5669 (eval "$ac_compile" 2>conftest.err)
5670 cat conftest.err >&5
3725885a 5671 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
dabbade6
L
5672 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5673 cat conftest.err >&5
3725885a 5674 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
dabbade6
L
5675 cat conftest.out >&5
5676 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5677 lt_cv_nm_interface="MS dumpbin"
5678 fi
5679 rm -f conftest*
5680fi
81ecdfbb
RW
5681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5682$as_echo "$lt_cv_nm_interface" >&6; }
d7040cdb 5683
81ecdfbb
RW
5684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5685$as_echo_n "checking whether ln -s works... " >&6; }
dabbade6
L
5686LN_S=$as_ln_s
5687if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5689$as_echo "yes" >&6; }
dabbade6 5690else
81ecdfbb
RW
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5692$as_echo "no, using $LN_S" >&6; }
dabbade6
L
5693fi
5694
5695# find the maximum length of command line arguments
81ecdfbb
RW
5696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5697$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5698if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5699 $as_echo_n "(cached) " >&6
dabbade6
L
5700else
5701 i=0
5702 teststring="ABCD"
5703
5704 case $build_os in
5705 msdosdjgpp*)
5706 # On DJGPP, this test can blow up pretty badly due to problems in libc
5707 # (any single argument exceeding 2000 bytes causes a buffer overrun
5708 # during glob expansion). Even if it were fixed, the result of this
5709 # check would be larger than it should be.
5710 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5711 ;;
5712
5713 gnu*)
5714 # Under GNU Hurd, this test is not required because there is
5715 # no limit to the length of command line arguments.
5716 # Libtool will interpret -1 as no limit whatsoever
5717 lt_cv_sys_max_cmd_len=-1;
5718 ;;
5719
1927a18f 5720 cygwin* | mingw* | cegcc*)
dabbade6
L
5721 # On Win9x/ME, this test blows up -- it succeeds, but takes
5722 # about 5 minutes as the teststring grows exponentially.
5723 # Worse, since 9x/ME are not pre-emptively multitasking,
5724 # you end up with a "frozen" computer, even though with patience
5725 # the test eventually succeeds (with a max line length of 256k).
5726 # Instead, let's just punt: use the minimum linelength reported by
5727 # all of the supported platforms: 8192 (on NT/2K/XP).
5728 lt_cv_sys_max_cmd_len=8192;
5729 ;;
5730
3725885a
RW
5731 mint*)
5732 # On MiNT this can take a long time and run out of memory.
5733 lt_cv_sys_max_cmd_len=8192;
5734 ;;
5735
dabbade6
L
5736 amigaos*)
5737 # On AmigaOS with pdksh, this test takes hours, literally.
5738 # So we just punt and use a minimum line length of 8192.
5739 lt_cv_sys_max_cmd_len=8192;
5740 ;;
5741
5742 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5743 # This has been around since 386BSD, at least. Likely further.
5744 if test -x /sbin/sysctl; then
5745 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5746 elif test -x /usr/sbin/sysctl; then
5747 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5748 else
5749 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5750 fi
5751 # And add a safety zone
5752 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5753 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5754 ;;
5755
5756 interix*)
5757 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5758 lt_cv_sys_max_cmd_len=196608
5759 ;;
5760
5761 osf*)
5762 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5763 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5764 # nice to cause kernel panics so lets avoid the loop below.
5765 # First set a reasonable default.
5766 lt_cv_sys_max_cmd_len=16384
5767 #
5768 if test -x /sbin/sysconfig; then
5769 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5770 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5771 esac
5772 fi
5773 ;;
5774 sco3.2v5*)
5775 lt_cv_sys_max_cmd_len=102400
5776 ;;
5777 sysv5* | sco5v6* | sysv4.2uw2*)
5778 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5779 if test -n "$kargmax"; then
5780 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5781 else
5782 lt_cv_sys_max_cmd_len=32768
5783 fi
d7040cdb
SE
5784 ;;
5785 *)
1927a18f
L
5786 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5787 if test -n "$lt_cv_sys_max_cmd_len"; then
dabbade6
L
5788 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5789 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5790 else
5791 # Make teststring a little bigger before we do anything with it.
5792 # a 1K string should be a reasonable start.
5793 for i in 1 2 3 4 5 6 7 8 ; do
5794 teststring=$teststring$teststring
5795 done
5796 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5797 # If test is not a shell built-in, we'll probably end up computing a
5798 # maximum length that is only half of the actual maximum length, but
5799 # we can't tell.
3725885a
RW
5800 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5801 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
dabbade6
L
5802 test $i != 17 # 1/2 MB should be enough
5803 do
5804 i=`expr $i + 1`
5805 teststring=$teststring$teststring
5806 done
5807 # Only check the string length outside the loop.
5808 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5809 teststring=
5810 # Add a significant safety factor because C++ compilers can tack on
5811 # massive amounts of additional arguments before passing them to the
5812 # linker. It appears as though 1/2 is a usable value.
5813 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5814 fi
d7040cdb
SE
5815 ;;
5816 esac
252b5132 5817
dabbade6 5818fi
252b5132 5819
dabbade6 5820if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5822$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
dabbade6 5823else
81ecdfbb
RW
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5825$as_echo "none" >&6; }
dabbade6
L
5826fi
5827max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5828
252b5132 5829
979273e3 5830
979273e3 5831
252b5132 5832
252b5132 5833
dabbade6
L
5834: ${CP="cp -f"}
5835: ${MV="mv -f"}
5836: ${RM="rm -f"}
252b5132 5837
81ecdfbb
RW
5838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5839$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
dabbade6
L
5840# Try some XSI features
5841xsi_shell=no
5842( _lt_dummy="a/b/c"
5843 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
1927a18f
L
5844 = c,a/b,, \
5845 && eval 'test $(( 1 + 1 )) -eq 2 \
5846 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
dabbade6 5847 && xsi_shell=yes
81ecdfbb
RW
5848{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5849$as_echo "$xsi_shell" >&6; }
252b5132 5850
252b5132 5851
81ecdfbb
RW
5852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5853$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
dabbade6
L
5854lt_shell_append=no
5855( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5856 >/dev/null 2>&1 \
5857 && lt_shell_append=yes
81ecdfbb
RW
5858{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5859$as_echo "$lt_shell_append" >&6; }
252b5132 5860
ac48eca1 5861
dabbade6
L
5862if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5863 lt_unset=unset
5864else
5865 lt_unset=false
5866fi
979273e3
NN
5867
5868
5869
5870
ac48eca1 5871
dabbade6
L
5872# test EBCDIC or ASCII
5873case `echo X|tr X '\101'` in
5874 A) # ASCII based system
5875 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5876 lt_SP2NL='tr \040 \012'
5877 lt_NL2SP='tr \015\012 \040\040'
5878 ;;
5879 *) # EBCDIC based system
5880 lt_SP2NL='tr \100 \n'
5881 lt_NL2SP='tr \r\n \100\100'
5882 ;;
5883esac
9e9b66a9 5884
1ad12f97 5885
1ad12f97 5886
9e9b66a9 5887
1ad12f97 5888
a541e3ce 5889
9e9b66a9 5890
a2d91340
AC
5891
5892
81ecdfbb
RW
5893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5894$as_echo_n "checking for $LD option to reload object files... " >&6; }
5895if test "${lt_cv_ld_reload_flag+set}" = set; then :
5896 $as_echo_n "(cached) " >&6
dabbade6
L
5897else
5898 lt_cv_ld_reload_flag='-r'
5899fi
81ecdfbb
RW
5900{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5901$as_echo "$lt_cv_ld_reload_flag" >&6; }
dabbade6
L
5902reload_flag=$lt_cv_ld_reload_flag
5903case $reload_flag in
5904"" | " "*) ;;
5905*) reload_flag=" $reload_flag" ;;
5906esac
5907reload_cmds='$LD$reload_flag -o $output$reload_objs'
5908case $host_os in
5909 darwin*)
5910 if test "$GCC" = yes; then
5911 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5912 else
5913 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5914 fi
5915 ;;
5916esac
9e9b66a9
AM
5917
5918
5919
252b5132 5920
252b5132 5921
252b5132 5922
252b5132 5923
252b5132 5924
d7040cdb 5925
1927a18f
L
5926if test -n "$ac_tool_prefix"; then
5927 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5928set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5930$as_echo_n "checking for $ac_word... " >&6; }
5931if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5932 $as_echo_n "(cached) " >&6
1927a18f
L
5933else
5934 if test -n "$OBJDUMP"; then
5935 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5936else
5937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5938for as_dir in $PATH
5939do
5940 IFS=$as_save_IFS
5941 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5942 for ac_exec_ext in '' $ac_executable_extensions; do
5943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 5944 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
5946 break 2
5947 fi
5948done
81ecdfbb
RW
5949 done
5950IFS=$as_save_IFS
1927a18f
L
5951
5952fi
5953fi
5954OBJDUMP=$ac_cv_prog_OBJDUMP
5955if test -n "$OBJDUMP"; then
81ecdfbb
RW
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5957$as_echo "$OBJDUMP" >&6; }
1927a18f 5958else
81ecdfbb
RW
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5960$as_echo "no" >&6; }
1927a18f
L
5961fi
5962
81ecdfbb 5963
1927a18f
L
5964fi
5965if test -z "$ac_cv_prog_OBJDUMP"; then
5966 ac_ct_OBJDUMP=$OBJDUMP
5967 # Extract the first word of "objdump", so it can be a program name with args.
5968set dummy objdump; ac_word=$2
81ecdfbb
RW
5969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5970$as_echo_n "checking for $ac_word... " >&6; }
5971if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5972 $as_echo_n "(cached) " >&6
1927a18f
L
5973else
5974 if test -n "$ac_ct_OBJDUMP"; then
5975 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5976else
5977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5978for as_dir in $PATH
5979do
5980 IFS=$as_save_IFS
5981 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5982 for ac_exec_ext in '' $ac_executable_extensions; do
5983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 5984 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
5986 break 2
5987 fi
5988done
81ecdfbb
RW
5989 done
5990IFS=$as_save_IFS
1927a18f 5991
1927a18f
L
5992fi
5993fi
5994ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5995if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5997$as_echo "$ac_ct_OBJDUMP" >&6; }
1927a18f 5998else
81ecdfbb
RW
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6000$as_echo "no" >&6; }
1927a18f
L
6001fi
6002
81ecdfbb
RW
6003 if test "x$ac_ct_OBJDUMP" = x; then
6004 OBJDUMP="false"
6005 else
6006 case $cross_compiling:$ac_tool_warned in
6007yes:)
6008{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6009$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6010ac_tool_warned=yes ;;
6011esac
6012 OBJDUMP=$ac_ct_OBJDUMP
6013 fi
1927a18f
L
6014else
6015 OBJDUMP="$ac_cv_prog_OBJDUMP"
6016fi
6017
6018test -z "$OBJDUMP" && OBJDUMP=objdump
6019
6020
6021
6022
6023
6024
6025
6026
d7040cdb 6027
81ecdfbb
RW
6028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6029$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6030if test "${lt_cv_deplibs_check_method+set}" = set; then :
6031 $as_echo_n "(cached) " >&6
252b5132 6032else
dabbade6
L
6033 lt_cv_file_magic_cmd='$MAGIC_CMD'
6034lt_cv_file_magic_test_file=
6035lt_cv_deplibs_check_method='unknown'
6036# Need to set the preceding variable on all platforms that support
6037# interlibrary dependencies.
6038# 'none' -- dependencies not supported.
6039# `unknown' -- same as none, but documents that we really don't know.
6040# 'pass_all' -- all dependencies passed with no checks.
6041# 'test_compile' -- check by making test program.
6042# 'file_magic [[regex]]' -- check by looking for files in library path
6043# which responds to the $file_magic_cmd with a given extended regex.
6044# If you have `file' or equivalent on your system and you're not sure
6045# whether `pass_all' will *always* work, you probably want this one.
8ae85421 6046
dabbade6 6047case $host_os in
50e7d84b 6048aix[4-9]*)
dabbade6
L
6049 lt_cv_deplibs_check_method=pass_all
6050 ;;
979273e3 6051
dabbade6
L
6052beos*)
6053 lt_cv_deplibs_check_method=pass_all
6054 ;;
24443139 6055
dabbade6
L
6056bsdi[45]*)
6057 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6058 lt_cv_file_magic_cmd='/usr/bin/file -L'
6059 lt_cv_file_magic_test_file=/shlib/libc.so
d7040cdb 6060 ;;
dabbade6
L
6061
6062cygwin*)
6063 # func_win32_libid is a shell function defined in ltmain.sh
6064 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6065 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 6066 ;;
dabbade6
L
6067
6068mingw* | pw32*)
6069 # Base MSYS/MinGW do not provide the 'file' command needed by
6070 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6071 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6072 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6073 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
dabbade6
L
6074 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6075 lt_cv_file_magic_cmd='func_win32_libid'
6076 else
6077 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6078 lt_cv_file_magic_cmd='$OBJDUMP -f'
d7040cdb
SE
6079 fi
6080 ;;
dabbade6 6081
3725885a 6082cegcc*)
1927a18f
L
6083 # use the weaker test based on 'objdump'. See mingw*.
6084 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6085 lt_cv_file_magic_cmd='$OBJDUMP -f'
6086 ;;
6087
dabbade6
L
6088darwin* | rhapsody*)
6089 lt_cv_deplibs_check_method=pass_all
d7040cdb 6090 ;;
dabbade6
L
6091
6092freebsd* | dragonfly*)
6093 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6094 case $host_cpu in
6095 i*86 )
6096 # Not sure whether the presence of OpenBSD here was a mistake.
6097 # Let's accept both of them until this is cleared up.
6098 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6099 lt_cv_file_magic_cmd=/usr/bin/file
6100 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6101 ;;
6102 esac
6103 else
6104 lt_cv_deplibs_check_method=pass_all
6105 fi
d7040cdb 6106 ;;
dabbade6
L
6107
6108gnu*)
6109 lt_cv_deplibs_check_method=pass_all
d7040cdb 6110 ;;
dabbade6 6111
3725885a
RW
6112haiku*)
6113 lt_cv_deplibs_check_method=pass_all
6114 ;;
6115
dabbade6
L
6116hpux10.20* | hpux11*)
6117 lt_cv_file_magic_cmd=/usr/bin/file
6118 case $host_cpu in
6119 ia64*)
6120 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6121 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6122 ;;
6123 hppa*64*)
3725885a 6124 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
6125 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6126 ;;
6127 *)
3725885a 6128 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
dabbade6
L
6129 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6130 ;;
6131 esac
d7040cdb 6132 ;;
24443139 6133
dabbade6
L
6134interix[3-9]*)
6135 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6136 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6137 ;;
24443139 6138
dabbade6
L
6139irix5* | irix6* | nonstopux*)
6140 case $LD in
6141 *-32|*"-32 ") libmagic=32-bit;;
6142 *-n32|*"-n32 ") libmagic=N32;;
6143 *-64|*"-64 ") libmagic=64-bit;;
6144 *) libmagic=never-match;;
6145 esac
6146 lt_cv_deplibs_check_method=pass_all
6147 ;;
8ae85421 6148
dabbade6 6149# This must be Linux ELF.
58e24671 6150linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
6151 lt_cv_deplibs_check_method=pass_all
6152 ;;
24443139 6153
dabbade6
L
6154netbsd*)
6155 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6156 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6157 else
6158 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6159 fi
d7040cdb 6160 ;;
24443139 6161
dabbade6
L
6162newos6*)
6163 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6164 lt_cv_file_magic_cmd=/usr/bin/file
6165 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6166 ;;
d7040cdb 6167
dabbade6
L
6168*nto* | *qnx*)
6169 lt_cv_deplibs_check_method=pass_all
6170 ;;
d7040cdb 6171
dabbade6
L
6172openbsd*)
6173 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6174 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
d7040cdb 6175 else
dabbade6 6176 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d7040cdb 6177 fi
dabbade6 6178 ;;
24443139 6179
dabbade6
L
6180osf3* | osf4* | osf5*)
6181 lt_cv_deplibs_check_method=pass_all
6182 ;;
24443139 6183
dabbade6
L
6184rdos*)
6185 lt_cv_deplibs_check_method=pass_all
6186 ;;
81172ff2 6187
dabbade6
L
6188solaris*)
6189 lt_cv_deplibs_check_method=pass_all
6190 ;;
81172ff2 6191
dabbade6
L
6192sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6193 lt_cv_deplibs_check_method=pass_all
6194 ;;
252b5132 6195
dabbade6
L
6196sysv4 | sysv4.3*)
6197 case $host_vendor in
6198 motorola)
6199 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]'
6200 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6201 ;;
6202 ncr)
6203 lt_cv_deplibs_check_method=pass_all
6204 ;;
6205 sequent)
6206 lt_cv_file_magic_cmd='/bin/file'
6207 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6208 ;;
6209 sni)
6210 lt_cv_file_magic_cmd='/bin/file'
6211 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6212 lt_cv_file_magic_test_file=/lib/libc.so
6213 ;;
6214 siemens)
6215 lt_cv_deplibs_check_method=pass_all
6216 ;;
6217 pc)
6218 lt_cv_deplibs_check_method=pass_all
6219 ;;
6220 esac
6221 ;;
252b5132 6222
dabbade6
L
6223tpf*)
6224 lt_cv_deplibs_check_method=pass_all
6225 ;;
6226esac
979273e3 6227
dabbade6 6228fi
81ecdfbb
RW
6229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6230$as_echo "$lt_cv_deplibs_check_method" >&6; }
dabbade6
L
6231file_magic_cmd=$lt_cv_file_magic_cmd
6232deplibs_check_method=$lt_cv_deplibs_check_method
6233test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6234
979273e3 6235
979273e3 6236
dabbade6
L
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246if test -n "$ac_tool_prefix"; then
6247 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6248set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6250$as_echo_n "checking for $ac_word... " >&6; }
6251if test "${ac_cv_prog_AR+set}" = set; then :
6252 $as_echo_n "(cached) " >&6
dabbade6
L
6253else
6254 if test -n "$AR"; then
6255 ac_cv_prog_AR="$AR" # Let the user override the test.
6256else
6257as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6258for as_dir in $PATH
6259do
6260 IFS=$as_save_IFS
6261 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6262 for ac_exec_ext in '' $ac_executable_extensions; do
6263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6264 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6 6266 break 2
252b5132 6267 fi
979273e3 6268done
81ecdfbb
RW
6269 done
6270IFS=$as_save_IFS
979273e3 6271
dabbade6
L
6272fi
6273fi
6274AR=$ac_cv_prog_AR
6275if test -n "$AR"; then
81ecdfbb
RW
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6277$as_echo "$AR" >&6; }
dabbade6 6278else
81ecdfbb
RW
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6280$as_echo "no" >&6; }
979273e3 6281fi
d7040cdb 6282
81ecdfbb 6283
252b5132 6284fi
dabbade6
L
6285if test -z "$ac_cv_prog_AR"; then
6286 ac_ct_AR=$AR
6287 # Extract the first word of "ar", so it can be a program name with args.
6288set dummy ar; ac_word=$2
81ecdfbb
RW
6289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6290$as_echo_n "checking for $ac_word... " >&6; }
6291if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6292 $as_echo_n "(cached) " >&6
979273e3 6293else
dabbade6
L
6294 if test -n "$ac_ct_AR"; then
6295 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6296else
6297as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6298for as_dir in $PATH
6299do
6300 IFS=$as_save_IFS
6301 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6302 for ac_exec_ext in '' $ac_executable_extensions; do
6303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6304 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6306 break 2
6307 fi
6308done
81ecdfbb
RW
6309 done
6310IFS=$as_save_IFS
dabbade6 6311
dabbade6
L
6312fi
6313fi
6314ac_ct_AR=$ac_cv_prog_ac_ct_AR
6315if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6317$as_echo "$ac_ct_AR" >&6; }
dabbade6 6318else
81ecdfbb
RW
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320$as_echo "no" >&6; }
252b5132
RH
6321fi
6322
81ecdfbb
RW
6323 if test "x$ac_ct_AR" = x; then
6324 AR="false"
6325 else
6326 case $cross_compiling:$ac_tool_warned in
6327yes:)
6328{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6329$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6330ac_tool_warned=yes ;;
6331esac
6332 AR=$ac_ct_AR
6333 fi
dabbade6
L
6334else
6335 AR="$ac_cv_prog_AR"
6336fi
252b5132 6337
dabbade6
L
6338test -z "$AR" && AR=ar
6339test -z "$AR_FLAGS" && AR_FLAGS=cru
252b5132 6340
979273e3 6341
979273e3 6342
979273e3 6343
252b5132 6344
979273e3 6345
979273e3 6346
252b5132 6347
979273e3 6348
979273e3 6349
979273e3 6350
dabbade6
L
6351if test -n "$ac_tool_prefix"; then
6352 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6353set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6355$as_echo_n "checking for $ac_word... " >&6; }
6356if test "${ac_cv_prog_STRIP+set}" = set; then :
6357 $as_echo_n "(cached) " >&6
dabbade6
L
6358else
6359 if test -n "$STRIP"; then
6360 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6361else
6362as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6363for as_dir in $PATH
6364do
6365 IFS=$as_save_IFS
6366 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6367 for ac_exec_ext in '' $ac_executable_extensions; do
6368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6369 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6371 break 2
6372 fi
6373done
81ecdfbb
RW
6374 done
6375IFS=$as_save_IFS
979273e3 6376
dabbade6
L
6377fi
6378fi
6379STRIP=$ac_cv_prog_STRIP
6380if test -n "$STRIP"; then
81ecdfbb
RW
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6382$as_echo "$STRIP" >&6; }
dabbade6 6383else
81ecdfbb
RW
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6385$as_echo "no" >&6; }
dabbade6 6386fi
979273e3 6387
81ecdfbb 6388
dabbade6
L
6389fi
6390if test -z "$ac_cv_prog_STRIP"; then
6391 ac_ct_STRIP=$STRIP
6392 # Extract the first word of "strip", so it can be a program name with args.
6393set dummy strip; ac_word=$2
81ecdfbb
RW
6394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6395$as_echo_n "checking for $ac_word... " >&6; }
6396if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6397 $as_echo_n "(cached) " >&6
dabbade6
L
6398else
6399 if test -n "$ac_ct_STRIP"; then
6400 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6401else
6402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6403for as_dir in $PATH
6404do
6405 IFS=$as_save_IFS
6406 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6407 for ac_exec_ext in '' $ac_executable_extensions; do
6408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6409 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6411 break 2
6412 fi
6413done
81ecdfbb
RW
6414 done
6415IFS=$as_save_IFS
979273e3 6416
dabbade6
L
6417fi
6418fi
6419ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6420if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6422$as_echo "$ac_ct_STRIP" >&6; }
dabbade6 6423else
81ecdfbb
RW
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6425$as_echo "no" >&6; }
dabbade6 6426fi
979273e3 6427
81ecdfbb
RW
6428 if test "x$ac_ct_STRIP" = x; then
6429 STRIP=":"
6430 else
6431 case $cross_compiling:$ac_tool_warned in
6432yes:)
6433{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6434$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6435ac_tool_warned=yes ;;
6436esac
6437 STRIP=$ac_ct_STRIP
6438 fi
dabbade6
L
6439else
6440 STRIP="$ac_cv_prog_STRIP"
6441fi
979273e3 6442
dabbade6 6443test -z "$STRIP" && STRIP=:
979273e3 6444
d7040cdb 6445
979273e3 6446
d7040cdb 6447
979273e3 6448
979273e3 6449
dabbade6
L
6450if test -n "$ac_tool_prefix"; then
6451 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6452set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6454$as_echo_n "checking for $ac_word... " >&6; }
6455if test "${ac_cv_prog_RANLIB+set}" = set; then :
6456 $as_echo_n "(cached) " >&6
979273e3 6457else
dabbade6
L
6458 if test -n "$RANLIB"; then
6459 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6460else
6461as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6462for as_dir in $PATH
6463do
6464 IFS=$as_save_IFS
6465 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6466 for ac_exec_ext in '' $ac_executable_extensions; do
6467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6468 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6
L
6470 break 2
6471 fi
6472done
81ecdfbb
RW
6473 done
6474IFS=$as_save_IFS
979273e3 6475
979273e3 6476fi
979273e3 6477fi
dabbade6
L
6478RANLIB=$ac_cv_prog_RANLIB
6479if test -n "$RANLIB"; then
81ecdfbb
RW
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6481$as_echo "$RANLIB" >&6; }
dabbade6 6482else
81ecdfbb
RW
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6484$as_echo "no" >&6; }
dabbade6 6485fi
d7040cdb 6486
81ecdfbb 6487
d7040cdb 6488fi
dabbade6
L
6489if test -z "$ac_cv_prog_RANLIB"; then
6490 ac_ct_RANLIB=$RANLIB
6491 # Extract the first word of "ranlib", so it can be a program name with args.
6492set dummy ranlib; ac_word=$2
81ecdfbb
RW
6493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6494$as_echo_n "checking for $ac_word... " >&6; }
6495if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6496 $as_echo_n "(cached) " >&6
979273e3 6497else
dabbade6
L
6498 if test -n "$ac_ct_RANLIB"; then
6499 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6500else
6501as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6502for as_dir in $PATH
d7040cdb 6503do
dabbade6
L
6504 IFS=$as_save_IFS
6505 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6506 for ac_exec_ext in '' $ac_executable_extensions; do
6507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
dabbade6 6508 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
dabbade6 6510 break 2
979273e3 6511 fi
dabbade6 6512done
81ecdfbb
RW
6513 done
6514IFS=$as_save_IFS
dabbade6 6515
979273e3 6516fi
dabbade6
L
6517fi
6518ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6519if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6521$as_echo "$ac_ct_RANLIB" >&6; }
979273e3 6522else
81ecdfbb
RW
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6524$as_echo "no" >&6; }
d7040cdb 6525fi
d7040cdb 6526
81ecdfbb
RW
6527 if test "x$ac_ct_RANLIB" = x; then
6528 RANLIB=":"
6529 else
6530 case $cross_compiling:$ac_tool_warned in
6531yes:)
6532{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6533$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6534ac_tool_warned=yes ;;
6535esac
6536 RANLIB=$ac_ct_RANLIB
6537 fi
d7040cdb 6538else
dabbade6 6539 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6540fi
979273e3 6541
dabbade6 6542test -z "$RANLIB" && RANLIB=:
979273e3 6543
252b5132 6544
252b5132 6545
d7040cdb 6546
d7040cdb 6547
d7040cdb 6548
dabbade6 6549# Determine commands to create old-style static archives.
1927a18f 6550old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
dabbade6
L
6551old_postinstall_cmds='chmod 644 $oldlib'
6552old_postuninstall_cmds=
d7040cdb 6553
dabbade6
L
6554if test -n "$RANLIB"; then
6555 case $host_os in
6556 openbsd*)
6557 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6558 ;;
6559 *)
6560 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6561 ;;
6562 esac
6563 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb
SE
6564fi
6565
3725885a
RW
6566case $host_os in
6567 darwin*)
6568 lock_old_archive_extraction=yes ;;
6569 *)
6570 lock_old_archive_extraction=no ;;
6571esac
6572
6573
6574
6575
6576
6577
d7040cdb
SE
6578
6579
d7040cdb 6580
d7040cdb 6581
252b5132 6582
d7040cdb 6583
d7040cdb 6584
d7040cdb
SE
6585
6586
6587
d7040cdb 6588
d7040cdb 6589
d7040cdb 6590
252b5132 6591
d7040cdb
SE
6592
6593
6594
d7040cdb 6595
d7040cdb
SE
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
dabbade6
L
6611# If no C compiler was specified, use CC.
6612LTCC=${LTCC-"$CC"}
d7040cdb 6613
dabbade6
L
6614# If no C compiler flags were specified, use CFLAGS.
6615LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
d7040cdb 6616
dabbade6
L
6617# Allow CC to be a program name with arguments.
6618compiler=$CC
d7040cdb
SE
6619
6620
dabbade6 6621# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6623$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6624if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6625 $as_echo_n "(cached) " >&6
dabbade6 6626else
d7040cdb 6627
dabbade6
L
6628# These are sane defaults that work on at least a few old systems.
6629# [They come from Ultrix. What could be older than Ultrix?!! ;)]
d7040cdb 6630
dabbade6
L
6631# Character class describing NM global symbol codes.
6632symcode='[BCDEGRST]'
d7040cdb 6633
dabbade6
L
6634# Regexp to match symbols that can be accessed directly from C.
6635sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
d7040cdb 6636
dabbade6
L
6637# Define system-specific variables.
6638case $host_os in
6639aix*)
6640 symcode='[BCDT]'
6641 ;;
1927a18f 6642cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
6643 symcode='[ABCDGISTW]'
6644 ;;
6645hpux*)
6646 if test "$host_cpu" = ia64; then
6647 symcode='[ABCDEGRST]'
6648 fi
6649 ;;
6650irix* | nonstopux*)
6651 symcode='[BCDEGRST]'
6652 ;;
6653osf*)
6654 symcode='[BCDEGQRST]'
6655 ;;
6656solaris*)
6657 symcode='[BDRT]'
6658 ;;
6659sco3.2v5*)
6660 symcode='[DT]'
6661 ;;
6662sysv4.2uw2*)
6663 symcode='[DT]'
6664 ;;
6665sysv5* | sco5v6* | unixware* | OpenUNIX*)
6666 symcode='[ABDT]'
6667 ;;
6668sysv4)
6669 symcode='[DFNSTU]'
6670 ;;
6671esac
6672
6673# If we're using GNU nm, then use its standard symbol codes.
6674case `$NM -V 2>&1` in
6675*GNU* | *'with BFD'*)
6676 symcode='[ABCDGIRSTW]' ;;
6677esac
d7040cdb 6678
dabbade6
L
6679# Transform an extracted symbol line into a proper C declaration.
6680# Some systems (esp. on ia64) link data and code symbols differently,
6681# so use this general approach.
6682lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6683
dabbade6 6684# Transform an extracted symbol line into symbol name and symbol address
7357c5b6 6685lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
1927a18f 6686lt_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 6687
7357c5b6
AM
6688# Handle CRLF in mingw tool chain
6689opt_cr=
6690case $build_os in
6691mingw*)
6692 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6693 ;;
6694esac
d7040cdb 6695
7357c5b6
AM
6696# Try without a prefix underscore, then with it.
6697for ac_symprfx in "" "_"; do
d7040cdb 6698
7357c5b6
AM
6699 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6700 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6701
7357c5b6
AM
6702 # Write the raw and C identifiers.
6703 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6704 # Fake it for dumpbin and say T for any non-static function
6705 # and D for any global variable.
6706 # Also find C++ and __fastcall symbols from MSVC++,
6707 # which start with @ or ?.
6708 lt_cv_sys_global_symbol_pipe="$AWK '"\
6709" {last_section=section; section=\$ 3};"\
6710" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6711" \$ 0!~/External *\|/{next};"\
6712" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6713" {if(hide[section]) next};"\
6714" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6715" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6716" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6717" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6718" ' prfx=^$ac_symprfx"
6719 else
6720 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6721 fi
d7040cdb 6722
7357c5b6
AM
6723 # Check to see that the pipe works correctly.
6724 pipe_works=no
d7040cdb 6725
7357c5b6
AM
6726 rm -f conftest*
6727 cat > conftest.$ac_ext <<_LT_EOF
6728#ifdef __cplusplus
6729extern "C" {
6730#endif
6731char nm_test_var;
6732void nm_test_func(void);
6733void nm_test_func(void){}
6734#ifdef __cplusplus
dabbade6 6735}
7357c5b6
AM
6736#endif
6737int main(){nm_test_var='a';nm_test_func();return(0);}
6738_LT_EOF
6739
81ecdfbb 6740 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6741 (eval $ac_compile) 2>&5
dabbade6 6742 ac_status=$?
81ecdfbb
RW
6743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6744 test $ac_status = 0; }; then
7357c5b6
AM
6745 # Now try to grab the symbols.
6746 nlist=conftest.nm
3725885a
RW
6747 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6748 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
dabbade6 6749 ac_status=$?
81ecdfbb
RW
6750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6751 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6752 # Try sorting and uniquifying the output.
6753 if sort "$nlist" | uniq > "$nlist"T; then
6754 mv -f "$nlist"T "$nlist"
6755 else
6756 rm -f "$nlist"T
6757 fi
d7040cdb 6758
7357c5b6
AM
6759 # Make sure that we snagged all the symbols we need.
6760 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6761 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6762 cat <<_LT_EOF > conftest.$ac_ext
6763#ifdef __cplusplus
6764extern "C" {
6765#endif
d7040cdb 6766
7357c5b6
AM
6767_LT_EOF
6768 # Now generate the symbol file.
6769 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
d7040cdb 6770
7357c5b6 6771 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6772
7357c5b6
AM
6773/* The mapping between symbol names and symbols. */
6774const struct {
6775 const char *name;
6776 void *address;
6777}
6778lt__PROGRAM__LTX_preloaded_symbols[] =
6779{
6780 { "@PROGRAM@", (void *) 0 },
6781_LT_EOF
6782 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6783 cat <<\_LT_EOF >> conftest.$ac_ext
6784 {0, (void *) 0}
6785};
d7040cdb 6786
7357c5b6
AM
6787/* This works around a problem in FreeBSD linker */
6788#ifdef FREEBSD_WORKAROUND
6789static const void *lt_preloaded_setup() {
6790 return lt__PROGRAM__LTX_preloaded_symbols;
6791}
dabbade6 6792#endif
d7040cdb 6793
7357c5b6 6794#ifdef __cplusplus
dabbade6 6795}
7357c5b6
AM
6796#endif
6797_LT_EOF
6798 # Now try linking the two files.
6799 mv conftest.$ac_objext conftstm.$ac_objext
6800 lt_save_LIBS="$LIBS"
6801 lt_save_CFLAGS="$CFLAGS"
6802 LIBS="conftstm.$ac_objext"
6803 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6804 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
6805 (eval $ac_link) 2>&5
6806 ac_status=$?
81ecdfbb
RW
6807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6808 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6809 pipe_works=yes
6810 fi
6811 LIBS="$lt_save_LIBS"
6812 CFLAGS="$lt_save_CFLAGS"
6813 else
6814 echo "cannot find nm_test_func in $nlist" >&5
6815 fi
6816 else
6817 echo "cannot find nm_test_var in $nlist" >&5
6818 fi
6819 else
6820 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6821 fi
6822 else
6823 echo "$progname: failed program was:" >&5
6824 cat conftest.$ac_ext >&5
6825 fi
1927a18f 6826 rm -rf conftest* conftst*
7357c5b6
AM
6827
6828 # Do not use the global_symbol_pipe unless it works.
6829 if test "$pipe_works" = yes; then
6830 break
6831 else
6832 lt_cv_sys_global_symbol_pipe=
6833 fi
6834done
d7040cdb 6835
dabbade6 6836fi
7357c5b6
AM
6837
6838if test -z "$lt_cv_sys_global_symbol_pipe"; then
6839 lt_cv_sys_global_symbol_to_cdecl=
dabbade6 6840fi
7357c5b6 6841if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6843$as_echo "failed" >&6; }
7357c5b6 6844else
81ecdfbb
RW
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6846$as_echo "ok" >&6; }
dabbade6 6847fi
d7040cdb 6848
d7040cdb 6849
d7040cdb 6850
d7040cdb 6851
d7040cdb 6852
d7040cdb 6853
d7040cdb 6854
d7040cdb 6855
d7040cdb 6856
d7040cdb 6857
d7040cdb 6858
d7040cdb 6859
7357c5b6
AM
6860
6861
6862
1927a18f
L
6863
6864
6865
6866
6867
7357c5b6
AM
6868
6869
81ecdfbb
RW
6870# Check whether --enable-libtool-lock was given.
6871if test "${enable_libtool_lock+set}" = set; then :
6872 enableval=$enable_libtool_lock;
6873fi
7357c5b6 6874
7357c5b6
AM
6875test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6876
6877# Some flags need to be propagated to the compiler or linker for good
6878# libtool support.
6879case $host in
6880ia64-*-hpux*)
6881 # Find out which ABI we are using.
6882 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6883 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6884 (eval $ac_compile) 2>&5
6885 ac_status=$?
81ecdfbb
RW
6886 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6887 test $ac_status = 0; }; then
7357c5b6
AM
6888 case `/usr/bin/file conftest.$ac_objext` in
6889 *ELF-32*)
6890 HPUX_IA64_MODE="32"
6891 ;;
6892 *ELF-64*)
6893 HPUX_IA64_MODE="64"
6894 ;;
6895 esac
6896 fi
6897 rm -rf conftest*
6898 ;;
6899*-*-irix6*)
6900 # Find out which ABI we are using.
3725885a 6901 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6902 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6903 (eval $ac_compile) 2>&5
6904 ac_status=$?
81ecdfbb
RW
6905 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6906 test $ac_status = 0; }; then
7357c5b6
AM
6907 if test "$lt_cv_prog_gnu_ld" = yes; then
6908 case `/usr/bin/file conftest.$ac_objext` in
6909 *32-bit*)
6910 LD="${LD-ld} -melf32bsmip"
6911 ;;
6912 *N32*)
6913 LD="${LD-ld} -melf32bmipn32"
6914 ;;
6915 *64-bit*)
6916 LD="${LD-ld} -melf64bmip"
6917 ;;
6918 esac
6919 else
6920 case `/usr/bin/file conftest.$ac_objext` in
6921 *32-bit*)
6922 LD="${LD-ld} -32"
6923 ;;
6924 *N32*)
6925 LD="${LD-ld} -n32"
6926 ;;
6927 *64-bit*)
6928 LD="${LD-ld} -64"
6929 ;;
6930 esac
6931 fi
6932 fi
6933 rm -rf conftest*
6934 ;;
6935
6936x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6937s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6938 # Find out which ABI we are using.
6939 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6940 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6941 (eval $ac_compile) 2>&5
6942 ac_status=$?
81ecdfbb
RW
6943 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6944 test $ac_status = 0; }; then
7357c5b6
AM
6945 case `/usr/bin/file conftest.o` in
6946 *32-bit*)
6947 case $host in
6948 x86_64-*kfreebsd*-gnu)
6949 LD="${LD-ld} -m elf_i386_fbsd"
6950 ;;
6951 x86_64-*linux*)
6d2920c8
L
6952 case `/usr/bin/file conftest.o` in
6953 *x86-64*)
6954 LD="${LD-ld} -m elf32_x86_64"
6955 ;;
6956 *)
6957 LD="${LD-ld} -m elf_i386"
6958 ;;
6959 esac
7357c5b6
AM
6960 ;;
6961 ppc64-*linux*|powerpc64-*linux*)
6962 LD="${LD-ld} -m elf32ppclinux"
6963 ;;
6964 s390x-*linux*)
6965 LD="${LD-ld} -m elf_s390"
6966 ;;
6967 sparc64-*linux*)
6968 LD="${LD-ld} -m elf32_sparc"
6969 ;;
6970 esac
6971 ;;
6972 *64-bit*)
6973 case $host in
6974 x86_64-*kfreebsd*-gnu)
6975 LD="${LD-ld} -m elf_x86_64_fbsd"
6976 ;;
6977 x86_64-*linux*)
6978 LD="${LD-ld} -m elf_x86_64"
6979 ;;
6980 ppc*-*linux*|powerpc*-*linux*)
6981 LD="${LD-ld} -m elf64ppc"
6982 ;;
6983 s390*-*linux*|s390*-*tpf*)
6984 LD="${LD-ld} -m elf64_s390"
6985 ;;
6986 sparc*-*linux*)
6987 LD="${LD-ld} -m elf64_sparc"
6988 ;;
6989 esac
6990 ;;
6991 esac
6992 fi
6993 rm -rf conftest*
6994 ;;
6995
6996*-*-sco3.2v5*)
6997 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6998 SAVE_CFLAGS="$CFLAGS"
6999 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7001$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7002if test "${lt_cv_cc_needs_belf+set}" = set; then :
7003 $as_echo_n "(cached) " >&6
dabbade6 7004else
7357c5b6
AM
7005 ac_ext=c
7006ac_cpp='$CPP $CPPFLAGS'
7007ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7008ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7009ac_compiler_gnu=$ac_cv_c_compiler_gnu
7010
81ecdfbb 7011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 7012/* end confdefs.h. */
d7040cdb 7013
7357c5b6
AM
7014int
7015main ()
7016{
7017
7018 ;
7019 return 0;
7020}
dabbade6 7021_ACEOF
81ecdfbb 7022if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7023 lt_cv_cc_needs_belf=yes
dabbade6 7024else
81ecdfbb 7025 lt_cv_cc_needs_belf=no
dabbade6 7026fi
81ecdfbb
RW
7027rm -f core conftest.err conftest.$ac_objext \
7028 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7029 ac_ext=c
7030ac_cpp='$CPP $CPPFLAGS'
7031ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7032ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7033ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7034
dabbade6 7035fi
81ecdfbb
RW
7036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7037$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7038 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7039 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7040 CFLAGS="$SAVE_CFLAGS"
7041 fi
7042 ;;
7043sparc*-*solaris*)
7044 # Find out which ABI we are using.
7045 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7046 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7047 (eval $ac_compile) 2>&5
7048 ac_status=$?
81ecdfbb
RW
7049 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7050 test $ac_status = 0; }; then
7357c5b6
AM
7051 case `/usr/bin/file conftest.o` in
7052 *64-bit*)
7053 case $lt_cv_prog_gnu_ld in
7054 yes*) LD="${LD-ld} -m elf64_sparc" ;;
1927a18f
L
7055 *)
7056 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7057 LD="${LD-ld} -64"
7058 fi
7059 ;;
7357c5b6
AM
7060 esac
7061 ;;
7062 esac
7063 fi
7064 rm -rf conftest*
7065 ;;
7066esac
d7040cdb 7067
7357c5b6 7068need_locks="$enable_libtool_lock"
d7040cdb 7069
d7040cdb 7070
1927a18f
L
7071 case $host_os in
7072 rhapsody* | darwin*)
7073 if test -n "$ac_tool_prefix"; then
7074 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7075set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7077$as_echo_n "checking for $ac_word... " >&6; }
7078if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7079 $as_echo_n "(cached) " >&6
1927a18f
L
7080else
7081 if test -n "$DSYMUTIL"; then
7082 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7083else
7084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7085for as_dir in $PATH
7086do
7087 IFS=$as_save_IFS
7088 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7089 for ac_exec_ext in '' $ac_executable_extensions; do
7090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7091 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7093 break 2
7094 fi
7095done
81ecdfbb
RW
7096 done
7097IFS=$as_save_IFS
1927a18f
L
7098
7099fi
7100fi
7101DSYMUTIL=$ac_cv_prog_DSYMUTIL
7102if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7104$as_echo "$DSYMUTIL" >&6; }
1927a18f 7105else
81ecdfbb
RW
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7107$as_echo "no" >&6; }
1927a18f
L
7108fi
7109
81ecdfbb 7110
1927a18f
L
7111fi
7112if test -z "$ac_cv_prog_DSYMUTIL"; then
7113 ac_ct_DSYMUTIL=$DSYMUTIL
7114 # Extract the first word of "dsymutil", so it can be a program name with args.
7115set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7117$as_echo_n "checking for $ac_word... " >&6; }
7118if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7119 $as_echo_n "(cached) " >&6
1927a18f
L
7120else
7121 if test -n "$ac_ct_DSYMUTIL"; then
7122 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7123else
7124as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7125for as_dir in $PATH
7126do
7127 IFS=$as_save_IFS
7128 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7129 for ac_exec_ext in '' $ac_executable_extensions; do
7130 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7131 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7133 break 2
7134 fi
7135done
81ecdfbb
RW
7136 done
7137IFS=$as_save_IFS
1927a18f 7138
1927a18f
L
7139fi
7140fi
7141ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7142if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7144$as_echo "$ac_ct_DSYMUTIL" >&6; }
1927a18f 7145else
81ecdfbb
RW
7146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7147$as_echo "no" >&6; }
1927a18f
L
7148fi
7149
81ecdfbb
RW
7150 if test "x$ac_ct_DSYMUTIL" = x; then
7151 DSYMUTIL=":"
7152 else
7153 case $cross_compiling:$ac_tool_warned in
7154yes:)
7155{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7156$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7157ac_tool_warned=yes ;;
7158esac
7159 DSYMUTIL=$ac_ct_DSYMUTIL
7160 fi
1927a18f
L
7161else
7162 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7163fi
7164
7165 if test -n "$ac_tool_prefix"; then
7166 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7167set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7169$as_echo_n "checking for $ac_word... " >&6; }
7170if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7171 $as_echo_n "(cached) " >&6
1927a18f
L
7172else
7173 if test -n "$NMEDIT"; then
7174 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7175else
7176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7177for as_dir in $PATH
7178do
7179 IFS=$as_save_IFS
7180 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7181 for ac_exec_ext in '' $ac_executable_extensions; do
7182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7183 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7185 break 2
7186 fi
7187done
81ecdfbb
RW
7188 done
7189IFS=$as_save_IFS
1927a18f
L
7190
7191fi
7192fi
7193NMEDIT=$ac_cv_prog_NMEDIT
7194if test -n "$NMEDIT"; then
81ecdfbb
RW
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7196$as_echo "$NMEDIT" >&6; }
1927a18f 7197else
81ecdfbb
RW
7198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7199$as_echo "no" >&6; }
1927a18f
L
7200fi
7201
81ecdfbb 7202
1927a18f
L
7203fi
7204if test -z "$ac_cv_prog_NMEDIT"; then
7205 ac_ct_NMEDIT=$NMEDIT
7206 # Extract the first word of "nmedit", so it can be a program name with args.
7207set dummy nmedit; ac_word=$2
81ecdfbb
RW
7208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7209$as_echo_n "checking for $ac_word... " >&6; }
7210if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7211 $as_echo_n "(cached) " >&6
1927a18f
L
7212else
7213 if test -n "$ac_ct_NMEDIT"; then
7214 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7215else
7216as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7217for as_dir in $PATH
7218do
7219 IFS=$as_save_IFS
7220 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7221 for ac_exec_ext in '' $ac_executable_extensions; do
7222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7223 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7225 break 2
7226 fi
7227done
81ecdfbb
RW
7228 done
7229IFS=$as_save_IFS
1927a18f 7230
1927a18f
L
7231fi
7232fi
7233ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7234if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7236$as_echo "$ac_ct_NMEDIT" >&6; }
1927a18f 7237else
81ecdfbb
RW
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7239$as_echo "no" >&6; }
1927a18f
L
7240fi
7241
81ecdfbb
RW
7242 if test "x$ac_ct_NMEDIT" = x; then
7243 NMEDIT=":"
7244 else
7245 case $cross_compiling:$ac_tool_warned in
7246yes:)
7247{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7248$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7249ac_tool_warned=yes ;;
7250esac
7251 NMEDIT=$ac_ct_NMEDIT
7252 fi
1927a18f
L
7253else
7254 NMEDIT="$ac_cv_prog_NMEDIT"
7255fi
7256
7257 if test -n "$ac_tool_prefix"; then
7258 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7259set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7261$as_echo_n "checking for $ac_word... " >&6; }
7262if test "${ac_cv_prog_LIPO+set}" = set; then :
7263 $as_echo_n "(cached) " >&6
1927a18f
L
7264else
7265 if test -n "$LIPO"; then
7266 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7267else
7268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7269for as_dir in $PATH
7270do
7271 IFS=$as_save_IFS
7272 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7273 for ac_exec_ext in '' $ac_executable_extensions; do
7274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7275 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7277 break 2
7278 fi
7279done
81ecdfbb
RW
7280 done
7281IFS=$as_save_IFS
1927a18f
L
7282
7283fi
7284fi
7285LIPO=$ac_cv_prog_LIPO
7286if test -n "$LIPO"; then
81ecdfbb
RW
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7288$as_echo "$LIPO" >&6; }
1927a18f 7289else
81ecdfbb
RW
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7291$as_echo "no" >&6; }
1927a18f
L
7292fi
7293
81ecdfbb 7294
1927a18f
L
7295fi
7296if test -z "$ac_cv_prog_LIPO"; then
7297 ac_ct_LIPO=$LIPO
7298 # Extract the first word of "lipo", so it can be a program name with args.
7299set dummy lipo; ac_word=$2
81ecdfbb
RW
7300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7301$as_echo_n "checking for $ac_word... " >&6; }
7302if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7303 $as_echo_n "(cached) " >&6
1927a18f
L
7304else
7305 if test -n "$ac_ct_LIPO"; then
7306 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7307else
7308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7309for as_dir in $PATH
7310do
7311 IFS=$as_save_IFS
7312 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7313 for ac_exec_ext in '' $ac_executable_extensions; do
7314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7315 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7317 break 2
7318 fi
7319done
81ecdfbb
RW
7320 done
7321IFS=$as_save_IFS
1927a18f 7322
1927a18f
L
7323fi
7324fi
7325ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7326if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7328$as_echo "$ac_ct_LIPO" >&6; }
1927a18f 7329else
81ecdfbb
RW
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7331$as_echo "no" >&6; }
1927a18f
L
7332fi
7333
81ecdfbb
RW
7334 if test "x$ac_ct_LIPO" = x; then
7335 LIPO=":"
7336 else
7337 case $cross_compiling:$ac_tool_warned in
7338yes:)
7339{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7340$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7341ac_tool_warned=yes ;;
7342esac
7343 LIPO=$ac_ct_LIPO
7344 fi
1927a18f
L
7345else
7346 LIPO="$ac_cv_prog_LIPO"
7347fi
7348
7349 if test -n "$ac_tool_prefix"; then
7350 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7351set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7353$as_echo_n "checking for $ac_word... " >&6; }
7354if test "${ac_cv_prog_OTOOL+set}" = set; then :
7355 $as_echo_n "(cached) " >&6
1927a18f
L
7356else
7357 if test -n "$OTOOL"; then
7358 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7359else
7360as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7361for as_dir in $PATH
7362do
7363 IFS=$as_save_IFS
7364 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7365 for ac_exec_ext in '' $ac_executable_extensions; do
7366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7367 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7369 break 2
7370 fi
7371done
81ecdfbb
RW
7372 done
7373IFS=$as_save_IFS
1927a18f
L
7374
7375fi
7376fi
7377OTOOL=$ac_cv_prog_OTOOL
7378if test -n "$OTOOL"; then
81ecdfbb
RW
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7380$as_echo "$OTOOL" >&6; }
1927a18f 7381else
81ecdfbb
RW
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7383$as_echo "no" >&6; }
1927a18f
L
7384fi
7385
81ecdfbb 7386
1927a18f
L
7387fi
7388if test -z "$ac_cv_prog_OTOOL"; then
7389 ac_ct_OTOOL=$OTOOL
7390 # Extract the first word of "otool", so it can be a program name with args.
7391set dummy otool; ac_word=$2
81ecdfbb
RW
7392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7393$as_echo_n "checking for $ac_word... " >&6; }
7394if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7395 $as_echo_n "(cached) " >&6
1927a18f
L
7396else
7397 if test -n "$ac_ct_OTOOL"; then
7398 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7399else
7400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7401for as_dir in $PATH
7402do
7403 IFS=$as_save_IFS
7404 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7405 for ac_exec_ext in '' $ac_executable_extensions; do
7406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7407 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7409 break 2
7410 fi
7411done
81ecdfbb
RW
7412 done
7413IFS=$as_save_IFS
1927a18f 7414
1927a18f
L
7415fi
7416fi
7417ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7418if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7420$as_echo "$ac_ct_OTOOL" >&6; }
1927a18f 7421else
81ecdfbb
RW
7422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7423$as_echo "no" >&6; }
1927a18f
L
7424fi
7425
81ecdfbb
RW
7426 if test "x$ac_ct_OTOOL" = x; then
7427 OTOOL=":"
7428 else
7429 case $cross_compiling:$ac_tool_warned in
7430yes:)
7431{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7432$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7433ac_tool_warned=yes ;;
7434esac
7435 OTOOL=$ac_ct_OTOOL
7436 fi
1927a18f
L
7437else
7438 OTOOL="$ac_cv_prog_OTOOL"
7439fi
7440
7441 if test -n "$ac_tool_prefix"; then
7442 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7443set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7445$as_echo_n "checking for $ac_word... " >&6; }
7446if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7447 $as_echo_n "(cached) " >&6
1927a18f
L
7448else
7449 if test -n "$OTOOL64"; then
7450 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7451else
7452as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7453for as_dir in $PATH
7454do
7455 IFS=$as_save_IFS
7456 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7457 for ac_exec_ext in '' $ac_executable_extensions; do
7458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7459 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7461 break 2
7462 fi
7463done
81ecdfbb
RW
7464 done
7465IFS=$as_save_IFS
1927a18f
L
7466
7467fi
7468fi
7469OTOOL64=$ac_cv_prog_OTOOL64
7470if test -n "$OTOOL64"; then
81ecdfbb
RW
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7472$as_echo "$OTOOL64" >&6; }
1927a18f 7473else
81ecdfbb
RW
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7475$as_echo "no" >&6; }
1927a18f
L
7476fi
7477
81ecdfbb 7478
1927a18f
L
7479fi
7480if test -z "$ac_cv_prog_OTOOL64"; then
7481 ac_ct_OTOOL64=$OTOOL64
7482 # Extract the first word of "otool64", so it can be a program name with args.
7483set dummy otool64; ac_word=$2
81ecdfbb
RW
7484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7485$as_echo_n "checking for $ac_word... " >&6; }
7486if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7487 $as_echo_n "(cached) " >&6
1927a18f
L
7488else
7489 if test -n "$ac_ct_OTOOL64"; then
7490 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7491else
7492as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7493for as_dir in $PATH
7494do
7495 IFS=$as_save_IFS
7496 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7497 for ac_exec_ext in '' $ac_executable_extensions; do
7498 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1927a18f 7499 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1927a18f
L
7501 break 2
7502 fi
7503done
81ecdfbb
RW
7504 done
7505IFS=$as_save_IFS
1927a18f 7506
1927a18f
L
7507fi
7508fi
7509ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7510if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7512$as_echo "$ac_ct_OTOOL64" >&6; }
1927a18f 7513else
81ecdfbb
RW
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7515$as_echo "no" >&6; }
1927a18f
L
7516fi
7517
81ecdfbb
RW
7518 if test "x$ac_ct_OTOOL64" = x; then
7519 OTOOL64=":"
7520 else
7521 case $cross_compiling:$ac_tool_warned in
7522yes:)
7523{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7524$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7525ac_tool_warned=yes ;;
7526esac
7527 OTOOL64=$ac_ct_OTOOL64
7528 fi
1927a18f
L
7529else
7530 OTOOL64="$ac_cv_prog_OTOOL64"
7531fi
7532
7533
7534
7535
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
81ecdfbb
RW
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7560$as_echo_n "checking for -single_module linker flag... " >&6; }
7561if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7562 $as_echo_n "(cached) " >&6
1927a18f
L
7563else
7564 lt_cv_apple_cc_single_mod=no
7565 if test -z "${LT_MULTI_MODULE}"; then
7566 # By default we will add the -single_module flag. You can override
7567 # by either setting the environment variable LT_MULTI_MODULE
7568 # non-empty at configure time, or by adding -multi_module to the
7569 # link flags.
7570 rm -rf libconftest.dylib*
7571 echo "int foo(void){return 1;}" > conftest.c
7572 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7573-dynamiclib -Wl,-single_module conftest.c" >&5
7574 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7575 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7576 _lt_result=$?
7577 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7578 lt_cv_apple_cc_single_mod=yes
7579 else
7580 cat conftest.err >&5
7581 fi
7582 rm -rf libconftest.dylib*
7583 rm -f conftest.*
7584 fi
7585fi
81ecdfbb
RW
7586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7587$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7589$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7590if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7591 $as_echo_n "(cached) " >&6
1927a18f
L
7592else
7593 lt_cv_ld_exported_symbols_list=no
7594 save_LDFLAGS=$LDFLAGS
7595 echo "_main" > conftest.sym
7596 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927a18f
L
7598/* end confdefs.h. */
7599
7600int
7601main ()
7602{
7603
7604 ;
7605 return 0;
7606}
7607_ACEOF
81ecdfbb 7608if ac_fn_c_try_link "$LINENO"; then :
1927a18f
L
7609 lt_cv_ld_exported_symbols_list=yes
7610else
81ecdfbb 7611 lt_cv_ld_exported_symbols_list=no
1927a18f 7612fi
81ecdfbb
RW
7613rm -f core conftest.err conftest.$ac_objext \
7614 conftest$ac_exeext conftest.$ac_ext
1927a18f
L
7615 LDFLAGS="$save_LDFLAGS"
7616
7617fi
81ecdfbb
RW
7618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7619$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7621$as_echo_n "checking for -force_load linker flag... " >&6; }
7622if test "${lt_cv_ld_force_load+set}" = set; then :
7623 $as_echo_n "(cached) " >&6
7624else
7625 lt_cv_ld_force_load=no
7626 cat > conftest.c << _LT_EOF
7627int forced_loaded() { return 2;}
7628_LT_EOF
7629 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7630 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7631 echo "$AR cru libconftest.a conftest.o" >&5
7632 $AR cru libconftest.a conftest.o 2>&5
7633 cat > conftest.c << _LT_EOF
7634int main() { return 0;}
7635_LT_EOF
7636 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7637 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7638 _lt_result=$?
7639 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7640 lt_cv_ld_force_load=yes
7641 else
7642 cat conftest.err >&5
7643 fi
7644 rm -f conftest.err libconftest.a conftest conftest.c
7645 rm -rf conftest.dSYM
7646
7647fi
7648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7649$as_echo "$lt_cv_ld_force_load" >&6; }
1927a18f
L
7650 case $host_os in
7651 rhapsody* | darwin1.[012])
7652 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7653 darwin1.*)
7654 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7655 darwin*) # darwin 5.x on
7656 # if running on 10.5 or later, the deployment target defaults
7657 # to the OS version, if on x86, and 10.4, the deployment
7658 # target defaults to 10.4. Don't you love it?
7659 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7660 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7661 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7662 10.[012]*)
7663 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7664 10.*)
7665 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7666 esac
7667 ;;
7668 esac
7669 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7670 _lt_dar_single_mod='$single_module'
7671 fi
7672 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7673 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7674 else
7675 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7676 fi
3725885a 7677 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
1927a18f
L
7678 _lt_dsymutil='~$DSYMUTIL $lib || :'
7679 else
7680 _lt_dsymutil=
7681 fi
7682 ;;
7683 esac
7684
dabbade6 7685for ac_header in dlfcn.h
81ecdfbb
RW
7686do :
7687 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7688"
7689if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
dabbade6 7690 cat >>confdefs.h <<_ACEOF
81ecdfbb 7691#define HAVE_DLFCN_H 1
dabbade6 7692_ACEOF
d7040cdb 7693
dabbade6 7694fi
d7040cdb 7695
dabbade6 7696done
d7040cdb 7697
d7040cdb 7698
d7040cdb 7699
3725885a
RW
7700
7701
1927a18f
L
7702# Set options
7703
7704
7705
7706 enable_dlopen=no
7707
7708
7709 enable_win32_dll=no
7710
7711
7712
81ecdfbb
RW
7713 # Check whether --enable-static was given.
7714if test "${enable_static+set}" = set; then :
7715 enableval=$enable_static; p=${PACKAGE-default}
1927a18f
L
7716 case $enableval in
7717 yes) enable_static=yes ;;
7718 no) enable_static=no ;;
7719 *)
7720 enable_static=no
7721 # Look at the argument we got. We use all the common list separators.
7722 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7723 for pkg in $enableval; do
7724 IFS="$lt_save_ifs"
7725 if test "X$pkg" = "X$p"; then
7726 enable_static=yes
7727 fi
7728 done
7729 IFS="$lt_save_ifs"
7730 ;;
7731 esac
7732else
7733 enable_static=yes
81ecdfbb 7734fi
1927a18f
L
7735
7736
7737
7738
7739
7740
7741
7742
7743
81ecdfbb
RW
7744
7745# Check whether --with-pic was given.
7746if test "${with_pic+set}" = set; then :
7747 withval=$with_pic; pic_mode="$withval"
1927a18f
L
7748else
7749 pic_mode=default
81ecdfbb
RW
7750fi
7751
1927a18f
L
7752
7753test -z "$pic_mode" && pic_mode=default
7754
7755
7756
7757
7758
7759
7760
81ecdfbb
RW
7761 # Check whether --enable-fast-install was given.
7762if test "${enable_fast_install+set}" = set; then :
7763 enableval=$enable_fast_install; p=${PACKAGE-default}
1927a18f
L
7764 case $enableval in
7765 yes) enable_fast_install=yes ;;
7766 no) enable_fast_install=no ;;
7767 *)
7768 enable_fast_install=no
7769 # Look at the argument we got. We use all the common list separators.
7770 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7771 for pkg in $enableval; do
7772 IFS="$lt_save_ifs"
7773 if test "X$pkg" = "X$p"; then
7774 enable_fast_install=yes
7775 fi
7776 done
7777 IFS="$lt_save_ifs"
7778 ;;
7779 esac
7780else
7781 enable_fast_install=yes
81ecdfbb
RW
7782fi
7783
1927a18f
L
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
dabbade6
L
7794# This can be used to rebuild libtool when needed
7795LIBTOOL_DEPS="$ltmain"
d7040cdb 7796
dabbade6
L
7797# Always use our own libtool.
7798LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7799
d7040cdb 7800
d7040cdb 7801
d7040cdb
SE
7802
7803
7804
7805
7806
7807
d7040cdb 7808
d7040cdb 7809
d7040cdb 7810
d7040cdb
SE
7811
7812
7813
7814
7815
7816
d7040cdb 7817
d7040cdb 7818
d7040cdb
SE
7819
7820
7821
3725885a 7822
d7040cdb
SE
7823
7824
dabbade6 7825test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
7826
7827
d7040cdb 7828
d7040cdb 7829
d7040cdb
SE
7830
7831
7832
7833
7834
7835
dabbade6
L
7836
7837
7838
7839
7840if test -n "${ZSH_VERSION+set}" ; then
7841 setopt NO_GLOB_SUBST
7842fi
7843
81ecdfbb
RW
7844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7845$as_echo_n "checking for objdir... " >&6; }
7846if test "${lt_cv_objdir+set}" = set; then :
7847 $as_echo_n "(cached) " >&6
d7040cdb 7848else
dabbade6
L
7849 rm -f .libs 2>/dev/null
7850mkdir .libs 2>/dev/null
7851if test -d .libs; then
7852 lt_cv_objdir=.libs
7853else
7854 # MS-DOS does not allow filenames that begin with a dot.
7855 lt_cv_objdir=_libs
d7040cdb 7856fi
dabbade6
L
7857rmdir .libs 2>/dev/null
7858fi
81ecdfbb
RW
7859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7860$as_echo "$lt_cv_objdir" >&6; }
dabbade6 7861objdir=$lt_cv_objdir
d7040cdb
SE
7862
7863
7864
7865
d7040cdb 7866
dabbade6
L
7867cat >>confdefs.h <<_ACEOF
7868#define LT_OBJDIR "$lt_cv_objdir/"
7869_ACEOF
d7040cdb
SE
7870
7871
7872
7873
dabbade6
L
7874case $host_os in
7875aix3*)
7876 # AIX sometimes has problems with the GCC collect2 program. For some
7877 # reason, if we set the COLLECT_NAMES environment variable, the problems
7878 # vanish in a puff of smoke.
7879 if test "X${COLLECT_NAMES+set}" != Xset; then
7880 COLLECT_NAMES=
7881 export COLLECT_NAMES
7882 fi
7883 ;;
7884esac
d7040cdb 7885
dabbade6
L
7886# Global variables:
7887ofile=libtool
7888can_build_shared=yes
d7040cdb 7889
dabbade6
L
7890# All known linkers require a `.a' archive for static linking (except MSVC,
7891# which needs '.lib').
7892libext=a
d7040cdb 7893
dabbade6 7894with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 7895
dabbade6
L
7896old_CC="$CC"
7897old_CFLAGS="$CFLAGS"
d7040cdb 7898
dabbade6
L
7899# Set sane defaults for various variables
7900test -z "$CC" && CC=cc
7901test -z "$LTCC" && LTCC=$CC
7902test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7903test -z "$LD" && LD=ld
7904test -z "$ac_objext" && ac_objext=o
7905
7906for cc_temp in $compiler""; do
7907 case $cc_temp in
7908 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7909 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7910 \-*) ;;
7911 *) break;;
7912 esac
7913done
3725885a 7914cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
dabbade6
L
7915
7916
7917# Only perform the check for file, if the check method requires it
7918test -z "$MAGIC_CMD" && MAGIC_CMD=file
7919case $deplibs_check_method in
7920file_magic*)
7921 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7923$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7924if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7925 $as_echo_n "(cached) " >&6
dabbade6
L
7926else
7927 case $MAGIC_CMD in
7928[\\/*] | ?:[\\/]*)
7929 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7930 ;;
7931*)
7932 lt_save_MAGIC_CMD="$MAGIC_CMD"
7933 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7934 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7935 for ac_dir in $ac_dummy; do
7936 IFS="$lt_save_ifs"
7937 test -z "$ac_dir" && ac_dir=.
7938 if test -f $ac_dir/${ac_tool_prefix}file; then
7939 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7940 if test -n "$file_magic_test_file"; then
7941 case $deplibs_check_method in
7942 "file_magic "*)
7943 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7944 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7945 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7946 $EGREP "$file_magic_regex" > /dev/null; then
7947 :
d7040cdb 7948 else
dabbade6 7949 cat <<_LT_EOF 1>&2
d7040cdb 7950
dabbade6
L
7951*** Warning: the command libtool uses to detect shared libraries,
7952*** $file_magic_cmd, produces output that libtool cannot recognize.
7953*** The result is that libtool may fail to recognize shared libraries
7954*** as such. This will affect the creation of libtool libraries that
7955*** depend on shared libraries, but programs linked with such libtool
7956*** libraries will work regardless of this problem. Nevertheless, you
7957*** may want to report the problem to your system manager and/or to
7958*** bug-libtool@gnu.org
d7040cdb 7959
dabbade6
L
7960_LT_EOF
7961 fi ;;
7962 esac
d7040cdb 7963 fi
dabbade6 7964 break
d7040cdb 7965 fi
dabbade6
L
7966 done
7967 IFS="$lt_save_ifs"
7968 MAGIC_CMD="$lt_save_MAGIC_CMD"
7969 ;;
7970esac
7971fi
d7040cdb 7972
dabbade6
L
7973MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7974if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7976$as_echo "$MAGIC_CMD" >&6; }
dabbade6 7977else
81ecdfbb
RW
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7979$as_echo "no" >&6; }
dabbade6 7980fi
d7040cdb 7981
d7040cdb 7982
d7040cdb 7983
d7040cdb 7984
d7040cdb 7985
dabbade6
L
7986if test -z "$lt_cv_path_MAGIC_CMD"; then
7987 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7989$as_echo_n "checking for file... " >&6; }
7990if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7991 $as_echo_n "(cached) " >&6
dabbade6
L
7992else
7993 case $MAGIC_CMD in
7994[\\/*] | ?:[\\/]*)
7995 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7996 ;;
7997*)
7998 lt_save_MAGIC_CMD="$MAGIC_CMD"
7999 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8000 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8001 for ac_dir in $ac_dummy; do
8002 IFS="$lt_save_ifs"
8003 test -z "$ac_dir" && ac_dir=.
8004 if test -f $ac_dir/file; then
8005 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8006 if test -n "$file_magic_test_file"; then
8007 case $deplibs_check_method in
8008 "file_magic "*)
8009 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8010 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8011 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8012 $EGREP "$file_magic_regex" > /dev/null; then
8013 :
d7040cdb 8014 else
dabbade6 8015 cat <<_LT_EOF 1>&2
d7040cdb 8016
dabbade6
L
8017*** Warning: the command libtool uses to detect shared libraries,
8018*** $file_magic_cmd, produces output that libtool cannot recognize.
8019*** The result is that libtool may fail to recognize shared libraries
8020*** as such. This will affect the creation of libtool libraries that
8021*** depend on shared libraries, but programs linked with such libtool
8022*** libraries will work regardless of this problem. Nevertheless, you
8023*** may want to report the problem to your system manager and/or to
8024*** bug-libtool@gnu.org
d7040cdb 8025
dabbade6
L
8026_LT_EOF
8027 fi ;;
8028 esac
8029 fi
8030 break
8031 fi
8032 done
8033 IFS="$lt_save_ifs"
8034 MAGIC_CMD="$lt_save_MAGIC_CMD"
8035 ;;
8036esac
d7040cdb 8037fi
dabbade6
L
8038
8039MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8040if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8042$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8043else
81ecdfbb
RW
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8045$as_echo "no" >&6; }
dabbade6
L
8046fi
8047
d7040cdb 8048
dabbade6
L
8049 else
8050 MAGIC_CMD=:
8051 fi
d7040cdb 8052fi
d7040cdb 8053
dabbade6
L
8054 fi
8055 ;;
8056esac
d7040cdb 8057
dabbade6 8058# Use C for the default configuration in the libtool script
d7040cdb 8059
dabbade6
L
8060lt_save_CC="$CC"
8061ac_ext=c
8062ac_cpp='$CPP $CPPFLAGS'
8063ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8064ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8065ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 8066
d7040cdb 8067
dabbade6
L
8068# Source file extension for C test sources.
8069ac_ext=c
d7040cdb 8070
dabbade6
L
8071# Object file extension for compiled C test sources.
8072objext=o
8073objext=$objext
8074
8075# Code to be used in simple compile tests
8076lt_simple_compile_test_code="int some_variable = 0;"
8077
8078# Code to be used in simple link tests
8079lt_simple_link_test_code='int main(){return(0);}'
8080
8081
8082
8083
8084
8085
8086
8087# If no C compiler was specified, use CC.
8088LTCC=${LTCC-"$CC"}
8089
8090# If no C compiler flags were specified, use CFLAGS.
8091LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8092
8093# Allow CC to be a program name with arguments.
8094compiler=$CC
8095
8096# Save the default compiler, since it gets overwritten when the other
8097# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8098compiler_DEFAULT=$CC
8099
8100# save warnings/boilerplate of simple test code
8101ac_outfile=conftest.$ac_objext
8102echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8103eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8104_lt_compiler_boilerplate=`cat conftest.err`
8105$RM conftest*
8106
8107ac_outfile=conftest.$ac_objext
8108echo "$lt_simple_link_test_code" >conftest.$ac_ext
8109eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8110_lt_linker_boilerplate=`cat conftest.err`
1927a18f 8111$RM -r conftest*
dabbade6
L
8112
8113
8114## CAVEAT EMPTOR:
8115## There is no encapsulation within the following macros, do not change
8116## the running order or otherwise move them around unless you know exactly
8117## what you are doing...
8118if test -n "$compiler"; then
8119
8120lt_prog_compiler_no_builtin_flag=
8121
8122if test "$GCC" = yes; then
3725885a
RW
8123 case $cc_basename in
8124 nvcc*)
8125 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8126 *)
8127 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8128 esac
dabbade6 8129
81ecdfbb
RW
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8131$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8132if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8133 $as_echo_n "(cached) " >&6
dabbade6
L
8134else
8135 lt_cv_prog_compiler_rtti_exceptions=no
8136 ac_outfile=conftest.$ac_objext
8137 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8138 lt_compiler_flag="-fno-rtti -fno-exceptions"
8139 # Insert the option either (1) after the last *FLAGS variable, or
8140 # (2) before a word containing "conftest.", or (3) at the end.
8141 # Note that $ac_compile itself does not contain backslashes and begins
8142 # with a dollar sign (not a hyphen), so the echo should work correctly.
8143 # The option is referenced via a variable to avoid confusing sed.
8144 lt_compile=`echo "$ac_compile" | $SED \
8145 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8146 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8147 -e 's:$: $lt_compiler_flag:'`
3725885a 8148 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8149 (eval "$lt_compile" 2>conftest.err)
8150 ac_status=$?
8151 cat conftest.err >&5
3725885a 8152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8153 if (exit $ac_status) && test -s "$ac_outfile"; then
8154 # The compiler can only warn and ignore the option if not recognized
8155 # So say no if there are warnings other than the usual output.
3725885a 8156 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
dabbade6
L
8157 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8158 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8159 lt_cv_prog_compiler_rtti_exceptions=yes
8160 fi
8161 fi
8162 $RM conftest*
8163
8164fi
81ecdfbb
RW
8165{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8166$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
dabbade6
L
8167
8168if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8169 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8170else
8171 :
8172fi
8173
8174fi
8175
8176
8177
8178
8179
8180
8181 lt_prog_compiler_wl=
8182lt_prog_compiler_pic=
8183lt_prog_compiler_static=
8184
81ecdfbb
RW
8185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8186$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
dabbade6
L
8187
8188 if test "$GCC" = yes; then
8189 lt_prog_compiler_wl='-Wl,'
8190 lt_prog_compiler_static='-static'
8191
8192 case $host_os in
8193 aix*)
8194 # All AIX code is PIC.
8195 if test "$host_cpu" = ia64; then
8196 # AIX 5 now supports IA64 processor
8197 lt_prog_compiler_static='-Bstatic'
8198 fi
8199 ;;
d7040cdb
SE
8200
8201 amigaos*)
1927a18f
L
8202 case $host_cpu in
8203 powerpc)
8204 # see comment about AmigaOS4 .so support
8205 lt_prog_compiler_pic='-fPIC'
8206 ;;
8207 m68k)
8208 # FIXME: we need at least 68020 code to build shared libraries, but
8209 # adding the `-m68020' flag to GCC prevents building anything better,
8210 # like `-m68040'.
8211 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8212 ;;
8213 esac
d7040cdb
SE
8214 ;;
8215
dabbade6
L
8216 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8217 # PIC is the default for these OSes.
d7040cdb
SE
8218 ;;
8219
1927a18f 8220 mingw* | cygwin* | pw32* | os2* | cegcc*)
dabbade6
L
8221 # This hack is so that the source file can tell whether it is being
8222 # built for inclusion in a dll (and should export symbols for example).
8223 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8224 # (--disable-auto-import) libraries
8225 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8226 ;;
8227
8228 darwin* | rhapsody*)
dabbade6
L
8229 # PIC is the default on this platform
8230 # Common symbols not allowed in MH_DYLIB files
8231 lt_prog_compiler_pic='-fno-common'
8232 ;;
8233
3725885a
RW
8234 haiku*)
8235 # PIC is the default for Haiku.
8236 # The "-static" flag exists, but is broken.
8237 lt_prog_compiler_static=
8238 ;;
8239
dabbade6 8240 hpux*)
1927a18f
L
8241 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8242 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8243 # sets the default TLS model and affects inlining.
dabbade6 8244 case $host_cpu in
1927a18f 8245 hppa*64*)
dabbade6 8246 # +Z the default
d7040cdb 8247 ;;
dabbade6
L
8248 *)
8249 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8250 ;;
8251 esac
dabbade6 8252 ;;
d7040cdb 8253
dabbade6
L
8254 interix[3-9]*)
8255 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8256 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8257 ;;
8258
dabbade6
L
8259 msdosdjgpp*)
8260 # Just because we use GCC doesn't mean we suddenly get shared libraries
8261 # on systems that don't support them.
8262 lt_prog_compiler_can_build_shared=no
8263 enable_shared=no
d7040cdb
SE
8264 ;;
8265
dabbade6
L
8266 *nto* | *qnx*)
8267 # QNX uses GNU C++, but need to define -shared option too, otherwise
8268 # it will coredump.
8269 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8270 ;;
8271
dabbade6
L
8272 sysv4*MP*)
8273 if test -d /usr/nec; then
8274 lt_prog_compiler_pic=-Kconform_pic
8275 fi
d7040cdb
SE
8276 ;;
8277
dabbade6
L
8278 *)
8279 lt_prog_compiler_pic='-fPIC'
d7040cdb 8280 ;;
dabbade6 8281 esac
3725885a
RW
8282
8283 case $cc_basename in
8284 nvcc*) # Cuda Compiler Driver 2.2
8285 lt_prog_compiler_wl='-Xlinker '
8286 lt_prog_compiler_pic='-Xcompiler -fPIC'
8287 ;;
8288 esac
dabbade6
L
8289 else
8290 # PORTME Check for flag to pass linker flags through the system compiler.
8291 case $host_os in
8292 aix*)
8293 lt_prog_compiler_wl='-Wl,'
8294 if test "$host_cpu" = ia64; then
8295 # AIX 5 now supports IA64 processor
8296 lt_prog_compiler_static='-Bstatic'
d7040cdb 8297 else
dabbade6 8298 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8299 fi
dabbade6 8300 ;;
d7040cdb 8301
1927a18f 8302 mingw* | cygwin* | pw32* | os2* | cegcc*)
dabbade6
L
8303 # This hack is so that the source file can tell whether it is being
8304 # built for inclusion in a dll (and should export symbols for example).
8305 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8306 ;;
8307
dabbade6
L
8308 hpux9* | hpux10* | hpux11*)
8309 lt_prog_compiler_wl='-Wl,'
8310 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8311 # not for PA HP-UX.
8312 case $host_cpu in
8313 hppa*64*|ia64*)
8314 # +Z the default
8315 ;;
8316 *)
8317 lt_prog_compiler_pic='+Z'
8318 ;;
8319 esac
8320 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8321 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8322 ;;
8323
dabbade6
L
8324 irix5* | irix6* | nonstopux*)
8325 lt_prog_compiler_wl='-Wl,'
8326 # PIC (with -KPIC) is the default.
8327 lt_prog_compiler_static='-non_shared'
8328 ;;
d7040cdb 8329
58e24671 8330 linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6 8331 case $cc_basename in
1927a18f
L
8332 # old Intel for x86_64 which still supported -KPIC.
8333 ecc*)
dabbade6
L
8334 lt_prog_compiler_wl='-Wl,'
8335 lt_prog_compiler_pic='-KPIC'
8336 lt_prog_compiler_static='-static'
8337 ;;
1927a18f
L
8338 # icc used to be incompatible with GCC.
8339 # ICC 10 doesn't accept -KPIC any more.
8340 icc* | ifort*)
8341 lt_prog_compiler_wl='-Wl,'
8342 lt_prog_compiler_pic='-fPIC'
8343 lt_prog_compiler_static='-static'
8344 ;;
8345 # Lahey Fortran 8.1.
8346 lf95*)
8347 lt_prog_compiler_wl='-Wl,'
8348 lt_prog_compiler_pic='--shared'
8349 lt_prog_compiler_static='--static'
8350 ;;
3725885a 8351 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
dabbade6
L
8352 # Portland Group compilers (*not* the Pentium gcc compiler,
8353 # which looks to be a dead project)
8354 lt_prog_compiler_wl='-Wl,'
8355 lt_prog_compiler_pic='-fpic'
8356 lt_prog_compiler_static='-Bstatic'
8357 ;;
8358 ccc*)
8359 lt_prog_compiler_wl='-Wl,'
8360 # All Alpha code is PIC.
8361 lt_prog_compiler_static='-non_shared'
8362 ;;
3725885a
RW
8363 xl* | bgxl* | bgf* | mpixl*)
8364 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
1927a18f
L
8365 lt_prog_compiler_wl='-Wl,'
8366 lt_prog_compiler_pic='-qpic'
8367 lt_prog_compiler_static='-qstaticlink'
8368 ;;
dabbade6
L
8369 *)
8370 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8371 *Sun\ F* | *Sun*Fortran*)
8372 # Sun Fortran 8.3 passes all unrecognized flags to the linker
dabbade6
L
8373 lt_prog_compiler_pic='-KPIC'
8374 lt_prog_compiler_static='-Bstatic'
3725885a 8375 lt_prog_compiler_wl=''
d7040cdb 8376 ;;
3725885a
RW
8377 *Sun\ C*)
8378 # Sun C 5.9
dabbade6
L
8379 lt_prog_compiler_pic='-KPIC'
8380 lt_prog_compiler_static='-Bstatic'
3725885a 8381 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8382 ;;
8383 esac
dabbade6
L
8384 ;;
8385 esac
d7040cdb
SE
8386 ;;
8387
dabbade6
L
8388 newsos6)
8389 lt_prog_compiler_pic='-KPIC'
8390 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8391 ;;
8392
dabbade6
L
8393 *nto* | *qnx*)
8394 # QNX uses GNU C++, but need to define -shared option too, otherwise
8395 # it will coredump.
8396 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8397 ;;
8398
dabbade6
L
8399 osf3* | osf4* | osf5*)
8400 lt_prog_compiler_wl='-Wl,'
8401 # All OSF/1 code is PIC.
8402 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8403 ;;
8404
dabbade6
L
8405 rdos*)
8406 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8407 ;;
8408
8409 solaris*)
dabbade6
L
8410 lt_prog_compiler_pic='-KPIC'
8411 lt_prog_compiler_static='-Bstatic'
8412 case $cc_basename in
8413 f77* | f90* | f95*)
8414 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8415 *)
dabbade6 8416 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8417 esac
d7040cdb
SE
8418 ;;
8419
8420 sunos4*)
dabbade6
L
8421 lt_prog_compiler_wl='-Qoption ld '
8422 lt_prog_compiler_pic='-PIC'
8423 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8424 ;;
8425
dabbade6
L
8426 sysv4 | sysv4.2uw2* | sysv4.3*)
8427 lt_prog_compiler_wl='-Wl,'
8428 lt_prog_compiler_pic='-KPIC'
8429 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8430 ;;
8431
8432 sysv4*MP*)
dabbade6
L
8433 if test -d /usr/nec ;then
8434 lt_prog_compiler_pic='-Kconform_pic'
8435 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8436 fi
8437 ;;
8438
dabbade6
L
8439 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8440 lt_prog_compiler_wl='-Wl,'
8441 lt_prog_compiler_pic='-KPIC'
8442 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8443 ;;
8444
dabbade6
L
8445 unicos*)
8446 lt_prog_compiler_wl='-Wl,'
8447 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8448 ;;
8449
8450 uts4*)
dabbade6
L
8451 lt_prog_compiler_pic='-pic'
8452 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8453 ;;
8454
8455 *)
dabbade6 8456 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8457 ;;
8458 esac
d7040cdb
SE
8459 fi
8460
dabbade6
L
8461case $host_os in
8462 # For platforms which do not support PIC, -DPIC is meaningless:
8463 *djgpp*)
8464 lt_prog_compiler_pic=
8465 ;;
8466 *)
8467 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8468 ;;
8469esac
81ecdfbb
RW
8470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8471$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8472
8473
8474
8475
8476
8477
8478#
dabbade6 8479# Check to make sure the PIC flag actually works.
d7040cdb 8480#
dabbade6 8481if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8483$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8484if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8485 $as_echo_n "(cached) " >&6
dabbade6 8486else
1927a18f 8487 lt_cv_prog_compiler_pic_works=no
dabbade6
L
8488 ac_outfile=conftest.$ac_objext
8489 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8490 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8491 # Insert the option either (1) after the last *FLAGS variable, or
8492 # (2) before a word containing "conftest.", or (3) at the end.
8493 # Note that $ac_compile itself does not contain backslashes and begins
8494 # with a dollar sign (not a hyphen), so the echo should work correctly.
8495 # The option is referenced via a variable to avoid confusing sed.
8496 lt_compile=`echo "$ac_compile" | $SED \
8497 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8498 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8499 -e 's:$: $lt_compiler_flag:'`
3725885a 8500 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8501 (eval "$lt_compile" 2>conftest.err)
8502 ac_status=$?
8503 cat conftest.err >&5
3725885a 8504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8505 if (exit $ac_status) && test -s "$ac_outfile"; then
8506 # The compiler can only warn and ignore the option if not recognized
8507 # So say no if there are warnings other than the usual output.
3725885a 8508 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
dabbade6
L
8509 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8510 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1927a18f 8511 lt_cv_prog_compiler_pic_works=yes
dabbade6
L
8512 fi
8513 fi
8514 $RM conftest*
d7040cdb 8515
dabbade6 8516fi
81ecdfbb
RW
8517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8518$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8519
1927a18f 8520if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
dabbade6
L
8521 case $lt_prog_compiler_pic in
8522 "" | " "*) ;;
8523 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8524 esac
8525else
8526 lt_prog_compiler_pic=
8527 lt_prog_compiler_can_build_shared=no
8528fi
d7040cdb 8529
dabbade6 8530fi
d7040cdb
SE
8531
8532
8533
8534
8535
8536
dabbade6
L
8537#
8538# Check to make sure the static flag actually works.
8539#
8540wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8542$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8543if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8544 $as_echo_n "(cached) " >&6
dabbade6 8545else
1927a18f 8546 lt_cv_prog_compiler_static_works=no
dabbade6
L
8547 save_LDFLAGS="$LDFLAGS"
8548 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8549 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8550 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8551 # The linker can only warn and ignore the option if not recognized
8552 # So say no if there are warnings
8553 if test -s conftest.err; then
8554 # Append any errors to the config.log.
8555 cat conftest.err 1>&5
3725885a 8556 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
dabbade6
L
8557 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8558 if diff conftest.exp conftest.er2 >/dev/null; then
1927a18f 8559 lt_cv_prog_compiler_static_works=yes
dabbade6
L
8560 fi
8561 else
1927a18f 8562 lt_cv_prog_compiler_static_works=yes
dabbade6
L
8563 fi
8564 fi
1927a18f 8565 $RM -r conftest*
dabbade6 8566 LDFLAGS="$save_LDFLAGS"
d7040cdb 8567
dabbade6 8568fi
81ecdfbb
RW
8569{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8570$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8571
1927a18f 8572if test x"$lt_cv_prog_compiler_static_works" = xyes; then
dabbade6
L
8573 :
8574else
8575 lt_prog_compiler_static=
8576fi
d7040cdb
SE
8577
8578
8579
8580
8581
8582
8583
81ecdfbb
RW
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8585$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8586if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8587 $as_echo_n "(cached) " >&6
dabbade6
L
8588else
8589 lt_cv_prog_compiler_c_o=no
8590 $RM -r conftest 2>/dev/null
8591 mkdir conftest
8592 cd conftest
8593 mkdir out
8594 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8595
dabbade6
L
8596 lt_compiler_flag="-o out/conftest2.$ac_objext"
8597 # Insert the option either (1) after the last *FLAGS variable, or
8598 # (2) before a word containing "conftest.", or (3) at the end.
8599 # Note that $ac_compile itself does not contain backslashes and begins
8600 # with a dollar sign (not a hyphen), so the echo should work correctly.
8601 lt_compile=`echo "$ac_compile" | $SED \
8602 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8603 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8604 -e 's:$: $lt_compiler_flag:'`
3725885a 8605 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8606 (eval "$lt_compile" 2>out/conftest.err)
8607 ac_status=$?
8608 cat out/conftest.err >&5
3725885a 8609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8610 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8611 then
8612 # The compiler can only warn and ignore the option if not recognized
8613 # So say no if there are warnings
3725885a 8614 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
dabbade6
L
8615 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8616 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8617 lt_cv_prog_compiler_c_o=yes
8618 fi
8619 fi
8620 chmod u+w . 2>&5
8621 $RM conftest*
8622 # SGI C++ compiler will create directory out/ii_files/ for
8623 # template instantiation
8624 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8625 $RM out/* && rmdir out
8626 cd ..
8627 $RM -r conftest
8628 $RM conftest*
d7040cdb 8629
dabbade6 8630fi
81ecdfbb
RW
8631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8632$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8633
8634
8635
8636
8637
8638
81ecdfbb
RW
8639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8640$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8641if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8642 $as_echo_n "(cached) " >&6
dabbade6
L
8643else
8644 lt_cv_prog_compiler_c_o=no
8645 $RM -r conftest 2>/dev/null
8646 mkdir conftest
8647 cd conftest
8648 mkdir out
8649 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8650
dabbade6
L
8651 lt_compiler_flag="-o out/conftest2.$ac_objext"
8652 # Insert the option either (1) after the last *FLAGS variable, or
8653 # (2) before a word containing "conftest.", or (3) at the end.
8654 # Note that $ac_compile itself does not contain backslashes and begins
8655 # with a dollar sign (not a hyphen), so the echo should work correctly.
8656 lt_compile=`echo "$ac_compile" | $SED \
8657 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8658 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8659 -e 's:$: $lt_compiler_flag:'`
3725885a 8660 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
dabbade6
L
8661 (eval "$lt_compile" 2>out/conftest.err)
8662 ac_status=$?
8663 cat out/conftest.err >&5
3725885a 8664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
dabbade6
L
8665 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8666 then
8667 # The compiler can only warn and ignore the option if not recognized
8668 # So say no if there are warnings
3725885a 8669 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
dabbade6
L
8670 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8671 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8672 lt_cv_prog_compiler_c_o=yes
8673 fi
8674 fi
8675 chmod u+w . 2>&5
8676 $RM conftest*
8677 # SGI C++ compiler will create directory out/ii_files/ for
8678 # template instantiation
8679 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8680 $RM out/* && rmdir out
8681 cd ..
8682 $RM -r conftest
8683 $RM conftest*
d7040cdb 8684
dabbade6 8685fi
81ecdfbb
RW
8686{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8687$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8688
8689
8690
8691
dabbade6
L
8692hard_links="nottested"
8693if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8694 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8696$as_echo_n "checking if we can lock with hard links... " >&6; }
dabbade6
L
8697 hard_links=yes
8698 $RM conftest*
8699 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8700 touch conftest.a
8701 ln conftest.a conftest.b 2>&5 || hard_links=no
8702 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8704$as_echo "$hard_links" >&6; }
dabbade6 8705 if test "$hard_links" = no; then
81ecdfbb
RW
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8707$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
dabbade6
L
8708 need_locks=warn
8709 fi
8710else
8711 need_locks=no
8712fi
d7040cdb
SE
8713
8714
8715
8716
8717
8718
81ecdfbb
RW
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8720$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 8721
dabbade6
L
8722 runpath_var=
8723 allow_undefined_flag=
8724 always_export_symbols=no
8725 archive_cmds=
8726 archive_expsym_cmds=
8727 compiler_needs_object=no
8728 enable_shared_with_static_runtimes=no
8729 export_dynamic_flag_spec=
8730 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8731 hardcode_automatic=no
8732 hardcode_direct=no
8733 hardcode_direct_absolute=no
8734 hardcode_libdir_flag_spec=
8735 hardcode_libdir_flag_spec_ld=
8736 hardcode_libdir_separator=
8737 hardcode_minus_L=no
8738 hardcode_shlibpath_var=unsupported
8739 inherit_rpath=no
8740 link_all_deplibs=unknown
8741 module_cmds=
8742 module_expsym_cmds=
8743 old_archive_from_new_cmds=
8744 old_archive_from_expsyms_cmds=
8745 thread_safe_flag_spec=
8746 whole_archive_flag_spec=
8747 # include_expsyms should be a list of space-separated symbols to be *always*
8748 # included in the symbol list
8749 include_expsyms=
8750 # exclude_expsyms can be an extended regexp of symbols to exclude
8751 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8752 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8753 # as well as any symbol that contains `d'.
1927a18f 8754 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
dabbade6
L
8755 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8756 # platforms (ab)use it in PIC code, but their linkers get confused if
8757 # the symbol is explicitly referenced. Since portable code cannot
8758 # rely on this symbol name, it's probably fine to never include it in
8759 # preloaded symbol tables.
1927a18f 8760 # Exclude shared library initialization/finalization symbols.
dabbade6 8761 extract_expsyms_cmds=
d7040cdb 8762
dabbade6 8763 case $host_os in
1927a18f 8764 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
8765 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8766 # When not using gcc, we currently assume that we are using
8767 # Microsoft Visual C++.
8768 if test "$GCC" != yes; then
8769 with_gnu_ld=no
8770 fi
8771 ;;
8772 interix*)
8773 # we just hope/assume this is gcc and not c89 (= MSVC++)
8774 with_gnu_ld=yes
8775 ;;
8776 openbsd*)
8777 with_gnu_ld=no
8778 ;;
8779 esac
d7040cdb 8780
dabbade6 8781 ld_shlibs=yes
3725885a
RW
8782
8783 # On some targets, GNU ld is compatible enough with the native linker
8784 # that we're better off using the native interface for both.
8785 lt_use_gnu_ld_interface=no
dabbade6 8786 if test "$with_gnu_ld" = yes; then
3725885a
RW
8787 case $host_os in
8788 aix*)
8789 # The AIX port of GNU ld has always aspired to compatibility
8790 # with the native linker. However, as the warning in the GNU ld
8791 # block says, versions before 2.19.5* couldn't really create working
8792 # shared libraries, regardless of the interface used.
8793 case `$LD -v 2>&1` in
8794 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8795 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8796 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8797 *)
8798 lt_use_gnu_ld_interface=yes
8799 ;;
8800 esac
8801 ;;
8802 *)
8803 lt_use_gnu_ld_interface=yes
8804 ;;
8805 esac
8806 fi
8807
8808 if test "$lt_use_gnu_ld_interface" = yes; then
dabbade6
L
8809 # If archive_cmds runs LD, not CC, wlarc should be empty
8810 wlarc='${wl}'
d7040cdb 8811
dabbade6
L
8812 # Set some defaults for GNU ld with shared library support. These
8813 # are reset later if shared libraries are not supported. Putting them
8814 # here allows them to be overridden if necessary.
8815 runpath_var=LD_RUN_PATH
8816 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8817 export_dynamic_flag_spec='${wl}--export-dynamic'
8818 # ancient GNU ld didn't support --whole-archive et. al.
8819 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8820 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8821 else
8822 whole_archive_flag_spec=
8823 fi
8824 supports_anon_versioning=no
8825 case `$LD -v 2>&1` in
3725885a 8826 *GNU\ gold*) supports_anon_versioning=yes ;;
dabbade6
L
8827 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8828 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8829 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8830 *\ 2.11.*) ;; # other 2.11 versions
8831 *) supports_anon_versioning=yes ;;
8832 esac
d7040cdb 8833
dabbade6
L
8834 # See if GNU ld supports shared libraries.
8835 case $host_os in
50e7d84b 8836 aix[3-9]*)
dabbade6
L
8837 # On AIX/PPC, the GNU linker is very broken
8838 if test "$host_cpu" != ia64; then
8839 ld_shlibs=no
8840 cat <<_LT_EOF 1>&2
d7040cdb 8841
3725885a 8842*** Warning: the GNU linker, at least up to release 2.19, is reported
dabbade6
L
8843*** to be unable to reliably create shared libraries on AIX.
8844*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8845*** really care for shared libraries, you may want to install binutils
8846*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8847*** You will then need to restart the configuration process.
d7040cdb 8848
dabbade6
L
8849_LT_EOF
8850 fi
8851 ;;
d7040cdb 8852
dabbade6 8853 amigaos*)
1927a18f
L
8854 case $host_cpu in
8855 powerpc)
8856 # see comment about AmigaOS4 .so support
8857 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8858 archive_expsym_cmds=''
8859 ;;
8860 m68k)
8861 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)'
8862 hardcode_libdir_flag_spec='-L$libdir'
8863 hardcode_minus_L=yes
8864 ;;
8865 esac
dabbade6 8866 ;;
d7040cdb 8867
dabbade6
L
8868 beos*)
8869 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8870 allow_undefined_flag=unsupported
8871 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8872 # support --undefined. This deserves some investigation. FIXME
8873 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8874 else
8875 ld_shlibs=no
8876 fi
8877 ;;
d7040cdb 8878
1927a18f 8879 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
8880 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8881 # as there is no search path for DLLs.
8882 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8883 export_dynamic_flag_spec='${wl}--export-all-symbols'
dabbade6
L
8884 allow_undefined_flag=unsupported
8885 always_export_symbols=no
8886 enable_shared_with_static_runtimes=yes
8887 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 8888
dabbade6
L
8889 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8890 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8891 # If the export-symbols file already is a .def file (1st line
8892 # is EXPORTS), use it as is; otherwise, prepend...
8893 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8894 cp $export_symbols $output_objdir/$soname.def;
8895 else
8896 echo EXPORTS > $output_objdir/$soname.def;
8897 cat $export_symbols >> $output_objdir/$soname.def;
8898 fi~
8899 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8900 else
8901 ld_shlibs=no
8902 fi
8903 ;;
d7040cdb 8904
3725885a
RW
8905 haiku*)
8906 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8907 link_all_deplibs=yes
8908 ;;
8909
dabbade6
L
8910 interix[3-9]*)
8911 hardcode_direct=no
8912 hardcode_shlibpath_var=no
8913 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8914 export_dynamic_flag_spec='${wl}-E'
8915 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8916 # Instead, shared libraries are loaded at an image base (0x10000000 by
8917 # default) and relocated if they conflict, which is a slow very memory
8918 # consuming and fragmenting process. To avoid this, we pick a random,
8919 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8920 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8921 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8922 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'
8923 ;;
d7040cdb 8924
58e24671 8925 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
8926 tmp_diet=no
8927 if test "$host_os" = linux-dietlibc; then
8928 case $cc_basename in
8929 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8930 esac
8931 fi
8932 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8933 && test "$tmp_diet" = no
8934 then
8935 tmp_addflag=
1927a18f 8936 tmp_sharedflag='-shared'
dabbade6
L
8937 case $cc_basename,$host_cpu in
8938 pgcc*) # Portland Group C compiler
3725885a 8939 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
8940 tmp_addflag=' $pic_flag'
8941 ;;
3725885a
RW
8942 pgf77* | pgf90* | pgf95* | pgfortran*)
8943 # Portland Group f77 and f90 compilers
8944 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
8945 tmp_addflag=' $pic_flag -Mnomain' ;;
8946 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8947 tmp_addflag=' -i_dynamic' ;;
8948 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8949 tmp_addflag=' -i_dynamic -nofor_main' ;;
8950 ifc* | ifort*) # Intel Fortran compiler
8951 tmp_addflag=' -nofor_main' ;;
1927a18f
L
8952 lf95*) # Lahey Fortran 8.1
8953 whole_archive_flag_spec=
8954 tmp_sharedflag='--shared' ;;
3725885a 8955 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
1927a18f
L
8956 tmp_sharedflag='-qmkshrobj'
8957 tmp_addflag= ;;
3725885a
RW
8958 nvcc*) # Cuda Compiler Driver 2.2
8959 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'
8960 compiler_needs_object=yes
8961 ;;
dabbade6
L
8962 esac
8963 case `$CC -V 2>&1 | sed 5q` in
8964 *Sun\ C*) # Sun C 5.9
3725885a 8965 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
8966 compiler_needs_object=yes
8967 tmp_sharedflag='-G' ;;
8968 *Sun\ F*) # Sun Fortran 8.3
8969 tmp_sharedflag='-G' ;;
dabbade6
L
8970 esac
8971 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 8972
dabbade6
L
8973 if test "x$supports_anon_versioning" = xyes; then
8974 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8975 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8976 echo "local: *; };" >> $output_objdir/$libname.ver~
8977 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8978 fi
1927a18f
L
8979
8980 case $cc_basename in
3725885a 8981 xlf* | bgf* | bgxlf* | mpixlf*)
1927a18f
L
8982 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8983 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8984 hardcode_libdir_flag_spec=
8985 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8986 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8987 if test "x$supports_anon_versioning" = xyes; then
8988 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8989 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8990 echo "local: *; };" >> $output_objdir/$libname.ver~
8991 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8992 fi
8993 ;;
8994 esac
dabbade6
L
8995 else
8996 ld_shlibs=no
8997 fi
8998 ;;
d7040cdb 8999
dabbade6
L
9000 netbsd*)
9001 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9002 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9003 wlarc=
9004 else
9005 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9006 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9007 fi
9008 ;;
d7040cdb 9009
dabbade6
L
9010 solaris*)
9011 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9012 ld_shlibs=no
9013 cat <<_LT_EOF 1>&2
d7040cdb 9014
dabbade6
L
9015*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9016*** create shared libraries on Solaris systems. Therefore, libtool
9017*** is disabling shared libraries support. We urge you to upgrade GNU
9018*** binutils to release 2.9.1 or newer. Another option is to modify
9019*** your PATH or compiler configuration so that the native linker is
9020*** used, and then restart.
d7040cdb 9021
dabbade6
L
9022_LT_EOF
9023 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9024 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9025 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9026 else
9027 ld_shlibs=no
9028 fi
9029 ;;
d7040cdb 9030
dabbade6
L
9031 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9032 case `$LD -v 2>&1` in
9033 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9034 ld_shlibs=no
9035 cat <<_LT_EOF 1>&2
d7040cdb 9036
dabbade6
L
9037*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9038*** reliably create shared libraries on SCO systems. Therefore, libtool
9039*** is disabling shared libraries support. We urge you to upgrade GNU
9040*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9041*** your PATH or compiler configuration so that the native linker is
9042*** used, and then restart.
d7040cdb 9043
dabbade6
L
9044_LT_EOF
9045 ;;
9046 *)
9047 # For security reasons, it is highly recommended that you always
9048 # use absolute paths for naming shared libraries, and exclude the
9049 # DT_RUNPATH tag from executables and libraries. But doing so
9050 # requires that you compile everything twice, which is a pain.
9051 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9052 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9053 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9054 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9055 else
9056 ld_shlibs=no
9057 fi
9058 ;;
9059 esac
9060 ;;
d7040cdb 9061
dabbade6
L
9062 sunos4*)
9063 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9064 wlarc=
9065 hardcode_direct=yes
9066 hardcode_shlibpath_var=no
9067 ;;
d7040cdb 9068
dabbade6
L
9069 *)
9070 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9071 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9072 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9073 else
9074 ld_shlibs=no
9075 fi
9076 ;;
9077 esac
d7040cdb 9078
dabbade6
L
9079 if test "$ld_shlibs" = no; then
9080 runpath_var=
9081 hardcode_libdir_flag_spec=
9082 export_dynamic_flag_spec=
9083 whole_archive_flag_spec=
9084 fi
9085 else
9086 # PORTME fill in a description of your system's linker (not GNU ld)
9087 case $host_os in
9088 aix3*)
9089 allow_undefined_flag=unsupported
9090 always_export_symbols=yes
9091 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'
9092 # Note: this linker hardcodes the directories in LIBPATH if there
9093 # are no directories specified by -L.
9094 hardcode_minus_L=yes
9095 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9096 # Neither direct hardcoding nor static linking is supported with a
9097 # broken collect2.
9098 hardcode_direct=unsupported
9099 fi
9100 ;;
d7040cdb 9101
50e7d84b 9102 aix[4-9]*)
dabbade6
L
9103 if test "$host_cpu" = ia64; then
9104 # On IA64, the linker does run time linking by default, so we don't
9105 # have to do anything special.
9106 aix_use_runtimelinking=no
9107 exp_sym_flag='-Bexport'
9108 no_entry_flag=""
9109 else
9110 # If we're using GNU nm, then we don't want the "-C" option.
9111 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9112 # Also, AIX nm treats weak defined symbols like other global
9113 # defined symbols, whereas GNU nm marks them as "W".
dabbade6 9114 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9115 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
L
9116 else
9117 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9118 fi
9119 aix_use_runtimelinking=no
d7040cdb 9120
dabbade6
L
9121 # Test if we are trying to use run time linking or normal
9122 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9123 # need to do runtime linking.
50e7d84b 9124 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
dabbade6
L
9125 for ld_flag in $LDFLAGS; do
9126 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9127 aix_use_runtimelinking=yes
9128 break
9129 fi
9130 done
9131 ;;
9132 esac
d7040cdb 9133
dabbade6
L
9134 exp_sym_flag='-bexport'
9135 no_entry_flag='-bnoentry'
9136 fi
d7040cdb 9137
dabbade6
L
9138 # When large executables or shared objects are built, AIX ld can
9139 # have problems creating the table of contents. If linking a library
9140 # or program results in "error TOC overflow" add -mminimal-toc to
9141 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9142 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 9143
dabbade6
L
9144 archive_cmds=''
9145 hardcode_direct=yes
9146 hardcode_direct_absolute=yes
9147 hardcode_libdir_separator=':'
9148 link_all_deplibs=yes
9149 file_list_spec='${wl}-f,'
d7040cdb 9150
dabbade6
L
9151 if test "$GCC" = yes; then
9152 case $host_os in aix4.[012]|aix4.[012].*)
9153 # We only want to do this on AIX 4.2 and lower, the check
9154 # below for broken collect2 doesn't work under 4.3+
9155 collect2name=`${CC} -print-prog-name=collect2`
9156 if test -f "$collect2name" &&
9157 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9158 then
9159 # We have reworked collect2
9160 :
9161 else
9162 # We have old collect2
9163 hardcode_direct=unsupported
9164 # It fails to find uninstalled libraries when the uninstalled
9165 # path is not listed in the libpath. Setting hardcode_minus_L
9166 # to unsupported forces relinking
9167 hardcode_minus_L=yes
9168 hardcode_libdir_flag_spec='-L$libdir'
9169 hardcode_libdir_separator=
9170 fi
9171 ;;
9172 esac
9173 shared_flag='-shared'
9174 if test "$aix_use_runtimelinking" = yes; then
9175 shared_flag="$shared_flag "'${wl}-G'
9176 fi
9177 else
9178 # not using gcc
9179 if test "$host_cpu" = ia64; then
9180 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9181 # chokes on -Wl,-G. The following line is correct:
9182 shared_flag='-G'
9183 else
9184 if test "$aix_use_runtimelinking" = yes; then
9185 shared_flag='${wl}-G'
9186 else
9187 shared_flag='${wl}-bM:SRE'
9188 fi
9189 fi
9190 fi
d7040cdb 9191
1927a18f 9192 export_dynamic_flag_spec='${wl}-bexpall'
dabbade6
L
9193 # It seems that -bexpall does not export symbols beginning with
9194 # underscore (_), so it is better to generate a list of symbols to export.
9195 always_export_symbols=yes
9196 if test "$aix_use_runtimelinking" = yes; then
9197 # Warning - without using the other runtime loading flags (-brtl),
9198 # -berok will link without error, but may produce a broken library.
9199 allow_undefined_flag='-berok'
9200 # Determine the default libpath from the value encoded in an
9201 # empty executable.
81ecdfbb 9202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 9203/* end confdefs.h. */
d7040cdb 9204
dabbade6
L
9205int
9206main ()
9207{
d7040cdb 9208
dabbade6
L
9209 ;
9210 return 0;
9211}
9212_ACEOF
81ecdfbb 9213if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9214
dabbade6
L
9215lt_aix_libpath_sed='
9216 /Import File Strings/,/^$/ {
9217 /^0/ {
9218 s/^0 *\(.*\)$/\1/
9219 p
9220 }
9221 }'
9222aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9223# Check for a 64-bit object if we didn't find anything.
9224if test -z "$aix_libpath"; then
9225 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9226fi
dabbade6 9227fi
81ecdfbb
RW
9228rm -f core conftest.err conftest.$ac_objext \
9229 conftest$ac_exeext conftest.$ac_ext
dabbade6 9230if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9231
dabbade6 9232 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9233 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
9234 else
9235 if test "$host_cpu" = ia64; then
9236 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9237 allow_undefined_flag="-z nodefs"
9238 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"
9239 else
9240 # Determine the default libpath from the value encoded in an
9241 # empty executable.
81ecdfbb 9242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 9243/* end confdefs.h. */
d7040cdb 9244
dabbade6
L
9245int
9246main ()
9247{
d7040cdb 9248
dabbade6
L
9249 ;
9250 return 0;
9251}
9252_ACEOF
81ecdfbb 9253if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9254
dabbade6
L
9255lt_aix_libpath_sed='
9256 /Import File Strings/,/^$/ {
9257 /^0/ {
9258 s/^0 *\(.*\)$/\1/
9259 p
9260 }
9261 }'
9262aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9263# Check for a 64-bit object if we didn't find anything.
9264if test -z "$aix_libpath"; then
9265 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9266fi
dabbade6 9267fi
81ecdfbb
RW
9268rm -f core conftest.err conftest.$ac_objext \
9269 conftest$ac_exeext conftest.$ac_ext
dabbade6 9270if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9271
dabbade6
L
9272 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9273 # Warning - without using the other run time loading flags,
9274 # -berok will link without error, but may produce a broken library.
9275 no_undefined_flag=' ${wl}-bernotok'
9276 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9277 if test "$with_gnu_ld" = yes; then
9278 # We only use this code for GNU lds that support --whole-archive.
9279 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9280 else
9281 # Exported symbols can be pulled into shared objects from archives
9282 whole_archive_flag_spec='$convenience'
9283 fi
dabbade6
L
9284 archive_cmds_need_lc=yes
9285 # This is similar to how AIX traditionally builds its shared libraries.
9286 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'
9287 fi
9288 fi
9289 ;;
d7040cdb 9290
dabbade6 9291 amigaos*)
1927a18f
L
9292 case $host_cpu in
9293 powerpc)
9294 # see comment about AmigaOS4 .so support
9295 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9296 archive_expsym_cmds=''
9297 ;;
9298 m68k)
9299 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)'
9300 hardcode_libdir_flag_spec='-L$libdir'
9301 hardcode_minus_L=yes
9302 ;;
9303 esac
dabbade6 9304 ;;
d7040cdb 9305
dabbade6
L
9306 bsdi[45]*)
9307 export_dynamic_flag_spec=-rdynamic
9308 ;;
d7040cdb 9309
1927a18f 9310 cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
9311 # When not using gcc, we currently assume that we are using
9312 # Microsoft Visual C++.
9313 # hardcode_libdir_flag_spec is actually meaningless, as there is
9314 # no search path for DLLs.
9315 hardcode_libdir_flag_spec=' '
9316 allow_undefined_flag=unsupported
9317 # Tell ltmain to make .lib files, not .a files.
9318 libext=lib
9319 # Tell ltmain to make .dll files, not .so files.
9320 shrext_cmds=".dll"
9321 # FIXME: Setting linknames here is a bad hack.
3725885a 9322 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
dabbade6
L
9323 # The linker will automatically build a .lib file if we build a DLL.
9324 old_archive_from_new_cmds='true'
9325 # FIXME: Should let the user specify the lib program.
9326 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9327 fix_srcfile_path='`cygpath -w "$srcfile"`'
9328 enable_shared_with_static_runtimes=yes
9329 ;;
d7040cdb 9330
dabbade6 9331 darwin* | rhapsody*)
d7040cdb 9332
1927a18f
L
9333
9334 archive_cmds_need_lc=no
9335 hardcode_direct=no
9336 hardcode_automatic=yes
9337 hardcode_shlibpath_var=unsupported
3725885a
RW
9338 if test "$lt_cv_ld_force_load" = "yes"; then
9339 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\"`'
9340 else
9341 whole_archive_flag_spec=''
9342 fi
1927a18f
L
9343 link_all_deplibs=yes
9344 allow_undefined_flag="$_lt_dar_allow_undefined"
9345 case $cc_basename in
9346 ifort*) _lt_dar_can_shared=yes ;;
9347 *) _lt_dar_can_shared=$GCC ;;
9348 esac
9349 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9350 output_verbose_link_cmd=func_echo_all
1927a18f
L
9351 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9352 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9353 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}"
9354 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}"
9355
9356 else
9357 ld_shlibs=no
9358 fi
9359
dabbade6 9360 ;;
d7040cdb 9361
dabbade6
L
9362 dgux*)
9363 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9364 hardcode_libdir_flag_spec='-L$libdir'
9365 hardcode_shlibpath_var=no
9366 ;;
d7040cdb 9367
dabbade6
L
9368 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9369 # support. Future versions do this automatically, but an explicit c++rt0.o
9370 # does not break anything, and helps significantly (at the cost of a little
9371 # extra space).
9372 freebsd2.2*)
9373 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9374 hardcode_libdir_flag_spec='-R$libdir'
9375 hardcode_direct=yes
9376 hardcode_shlibpath_var=no
9377 ;;
d7040cdb 9378
dabbade6 9379 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9380 freebsd2.*)
dabbade6
L
9381 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9382 hardcode_direct=yes
9383 hardcode_minus_L=yes
9384 hardcode_shlibpath_var=no
9385 ;;
d7040cdb 9386
dabbade6
L
9387 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9388 freebsd* | dragonfly*)
9389 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9390 hardcode_libdir_flag_spec='-R$libdir'
9391 hardcode_direct=yes
9392 hardcode_shlibpath_var=no
9393 ;;
d7040cdb 9394
dabbade6
L
9395 hpux9*)
9396 if test "$GCC" = yes; then
9397 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'
9398 else
9399 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'
9400 fi
9401 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9402 hardcode_libdir_separator=:
9403 hardcode_direct=yes
d7040cdb 9404
dabbade6
L
9405 # hardcode_minus_L: Not really in the search PATH,
9406 # but as the default location of the library.
9407 hardcode_minus_L=yes
9408 export_dynamic_flag_spec='${wl}-E'
9409 ;;
d7040cdb 9410
dabbade6 9411 hpux10*)
3725885a 9412 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
dabbade6
L
9413 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9414 else
9415 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9416 fi
9417 if test "$with_gnu_ld" = no; then
9418 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9419 hardcode_libdir_flag_spec_ld='+b $libdir'
9420 hardcode_libdir_separator=:
9421 hardcode_direct=yes
9422 hardcode_direct_absolute=yes
9423 export_dynamic_flag_spec='${wl}-E'
9424 # hardcode_minus_L: Not really in the search PATH,
9425 # but as the default location of the library.
9426 hardcode_minus_L=yes
9427 fi
9428 ;;
d7040cdb 9429
dabbade6 9430 hpux11*)
3725885a 9431 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
dabbade6
L
9432 case $host_cpu in
9433 hppa*64*)
9434 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9435 ;;
9436 ia64*)
1927a18f 9437 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
dabbade6
L
9438 ;;
9439 *)
9440 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9441 ;;
9442 esac
9443 else
9444 case $host_cpu in
9445 hppa*64*)
9446 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9447 ;;
9448 ia64*)
9449 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9450 ;;
9451 *)
3725885a
RW
9452
9453 # Older versions of the 11.00 compiler do not understand -b yet
9454 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9456$as_echo_n "checking if $CC understands -b... " >&6; }
9457if test "${lt_cv_prog_compiler__b+set}" = set; then :
9458 $as_echo_n "(cached) " >&6
9459else
9460 lt_cv_prog_compiler__b=no
9461 save_LDFLAGS="$LDFLAGS"
9462 LDFLAGS="$LDFLAGS -b"
9463 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9464 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9465 # The linker can only warn and ignore the option if not recognized
9466 # So say no if there are warnings
9467 if test -s conftest.err; then
9468 # Append any errors to the config.log.
9469 cat conftest.err 1>&5
9470 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9471 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9472 if diff conftest.exp conftest.er2 >/dev/null; then
9473 lt_cv_prog_compiler__b=yes
9474 fi
9475 else
9476 lt_cv_prog_compiler__b=yes
9477 fi
9478 fi
9479 $RM -r conftest*
9480 LDFLAGS="$save_LDFLAGS"
9481
9482fi
9483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9484$as_echo "$lt_cv_prog_compiler__b" >&6; }
9485
9486if test x"$lt_cv_prog_compiler__b" = xyes; then
9487 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9488else
9489 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9490fi
9491
dabbade6
L
9492 ;;
9493 esac
9494 fi
9495 if test "$with_gnu_ld" = no; then
9496 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9497 hardcode_libdir_separator=:
d7040cdb 9498
dabbade6
L
9499 case $host_cpu in
9500 hppa*64*|ia64*)
9501 hardcode_direct=no
9502 hardcode_shlibpath_var=no
9503 ;;
9504 *)
9505 hardcode_direct=yes
9506 hardcode_direct_absolute=yes
9507 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9508
dabbade6
L
9509 # hardcode_minus_L: Not really in the search PATH,
9510 # but as the default location of the library.
9511 hardcode_minus_L=yes
9512 ;;
9513 esac
9514 fi
9515 ;;
d7040cdb 9516
dabbade6
L
9517 irix5* | irix6* | nonstopux*)
9518 if test "$GCC" = yes; then
3725885a 9519 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
9520 # Try to use the -exported_symbol ld option, if it does not
9521 # work, assume that -exports_file does not work either and
9522 # implicitly export all symbols.
9523 save_LDFLAGS="$LDFLAGS"
9524 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9526/* end confdefs.h. */
dabbade6
L
9527int foo(void) {}
9528_ACEOF
81ecdfbb 9529if ac_fn_c_try_link "$LINENO"; then :
3725885a 9530 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 9531
d7040cdb 9532fi
81ecdfbb
RW
9533rm -f core conftest.err conftest.$ac_objext \
9534 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
9535 LDFLAGS="$save_LDFLAGS"
9536 else
3725885a
RW
9537 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'
9538 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
9539 fi
9540 archive_cmds_need_lc='no'
9541 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9542 hardcode_libdir_separator=:
9543 inherit_rpath=yes
9544 link_all_deplibs=yes
9545 ;;
d7040cdb 9546
dabbade6
L
9547 netbsd*)
9548 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9549 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9550 else
9551 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9552 fi
9553 hardcode_libdir_flag_spec='-R$libdir'
9554 hardcode_direct=yes
9555 hardcode_shlibpath_var=no
9556 ;;
d7040cdb 9557
dabbade6
L
9558 newsos6)
9559 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9560 hardcode_direct=yes
9561 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9562 hardcode_libdir_separator=:
9563 hardcode_shlibpath_var=no
9564 ;;
d7040cdb 9565
dabbade6
L
9566 *nto* | *qnx*)
9567 ;;
d7040cdb 9568
dabbade6 9569 openbsd*)
1927a18f
L
9570 if test -f /usr/libexec/ld.so; then
9571 hardcode_direct=yes
9572 hardcode_shlibpath_var=no
9573 hardcode_direct_absolute=yes
9574 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
dabbade6 9575 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
1927a18f 9576 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
dabbade6 9577 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
1927a18f
L
9578 export_dynamic_flag_spec='${wl}-E'
9579 else
9580 case $host_os in
9581 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9582 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9583 hardcode_libdir_flag_spec='-R$libdir'
9584 ;;
9585 *)
9586 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9587 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9588 ;;
9589 esac
9590 fi
9591 else
9592 ld_shlibs=no
d7040cdb
SE
9593 fi
9594 ;;
d7040cdb 9595
dabbade6
L
9596 os2*)
9597 hardcode_libdir_flag_spec='-L$libdir'
9598 hardcode_minus_L=yes
9599 allow_undefined_flag=unsupported
3725885a 9600 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
9601 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9602 ;;
d7040cdb 9603
dabbade6
L
9604 osf3*)
9605 if test "$GCC" = yes; then
9606 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9607 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
9608 else
9609 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9610 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
9611 fi
9612 archive_cmds_need_lc='no'
9613 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9614 hardcode_libdir_separator=:
9615 ;;
d7040cdb 9616
dabbade6
L
9617 osf4* | osf5*) # as osf3* with the addition of -msym flag
9618 if test "$GCC" = yes; then
9619 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9620 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
9621 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9622 else
9623 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9624 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 9625 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 9626 $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 9627
dabbade6
L
9628 # Both c and cxx compiler support -rpath directly
9629 hardcode_libdir_flag_spec='-rpath $libdir'
9630 fi
9631 archive_cmds_need_lc='no'
9632 hardcode_libdir_separator=:
9633 ;;
d7040cdb 9634
dabbade6
L
9635 solaris*)
9636 no_undefined_flag=' -z defs'
9637 if test "$GCC" = yes; then
9638 wlarc='${wl}'
9639 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9640 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9641 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9642 else
9643 case `$CC -V 2>&1` in
9644 *"Compilers 5.0"*)
9645 wlarc=''
9646 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9647 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9648 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9649 ;;
9650 *)
9651 wlarc='${wl}'
9652 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9653 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9654 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9655 ;;
9656 esac
9657 fi
9658 hardcode_libdir_flag_spec='-R$libdir'
9659 hardcode_shlibpath_var=no
9660 case $host_os in
9661 solaris2.[0-5] | solaris2.[0-5].*) ;;
9662 *)
9663 # The compiler driver will combine and reorder linker options,
9664 # but understands `-z linker_flag'. GCC discards it without `$wl',
9665 # but is careful enough not to reorder.
9666 # Supported since Solaris 2.6 (maybe 2.5.1?)
9667 if test "$GCC" = yes; then
9668 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9669 else
9670 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9671 fi
9672 ;;
9673 esac
9674 link_all_deplibs=yes
d7040cdb 9675 ;;
dabbade6
L
9676
9677 sunos4*)
9678 if test "x$host_vendor" = xsequent; then
9679 # Use $CC to link under sequent, because it throws in some extra .o
9680 # files that make .init and .fini sections work.
9681 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9682 else
dabbade6 9683 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9684 fi
dabbade6
L
9685 hardcode_libdir_flag_spec='-L$libdir'
9686 hardcode_direct=yes
9687 hardcode_minus_L=yes
9688 hardcode_shlibpath_var=no
d7040cdb 9689 ;;
dabbade6
L
9690
9691 sysv4)
9692 case $host_vendor in
9693 sni)
9694 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9695 hardcode_direct=yes # is this really true???
9696 ;;
9697 siemens)
9698 ## LD is ld it makes a PLAMLIB
9699 ## CC just makes a GrossModule.
9700 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9701 reload_cmds='$CC -r -o $output$reload_objs'
9702 hardcode_direct=no
9703 ;;
9704 motorola)
9705 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9706 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9707 ;;
9708 esac
9709 runpath_var='LD_RUN_PATH'
9710 hardcode_shlibpath_var=no
d7040cdb 9711 ;;
d7040cdb 9712
dabbade6
L
9713 sysv4.3*)
9714 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9715 hardcode_shlibpath_var=no
9716 export_dynamic_flag_spec='-Bexport'
9717 ;;
d7040cdb 9718
dabbade6
L
9719 sysv4*MP*)
9720 if test -d /usr/nec; then
9721 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9722 hardcode_shlibpath_var=no
9723 runpath_var=LD_RUN_PATH
9724 hardcode_runpath_var=yes
9725 ld_shlibs=yes
9726 fi
9727 ;;
d7040cdb 9728
dabbade6
L
9729 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9730 no_undefined_flag='${wl}-z,text'
9731 archive_cmds_need_lc=no
9732 hardcode_shlibpath_var=no
9733 runpath_var='LD_RUN_PATH'
d7040cdb 9734
dabbade6
L
9735 if test "$GCC" = yes; then
9736 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9737 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9738 else
9739 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9740 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9741 fi
9742 ;;
d7040cdb 9743
dabbade6
L
9744 sysv5* | sco3.2v5* | sco5v6*)
9745 # Note: We can NOT use -z defs as we might desire, because we do not
9746 # link with -lc, and that would cause any symbols used from libc to
9747 # always be unresolved, which means just about no library would
9748 # ever link correctly. If we're not using GNU ld we use -z text
9749 # though, which does catch some bad symbols but isn't as heavy-handed
9750 # as -z defs.
9751 no_undefined_flag='${wl}-z,text'
9752 allow_undefined_flag='${wl}-z,nodefs'
9753 archive_cmds_need_lc=no
9754 hardcode_shlibpath_var=no
9755 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9756 hardcode_libdir_separator=':'
9757 link_all_deplibs=yes
9758 export_dynamic_flag_spec='${wl}-Bexport'
9759 runpath_var='LD_RUN_PATH'
d7040cdb 9760
dabbade6
L
9761 if test "$GCC" = yes; then
9762 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9763 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9764 else
9765 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9766 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9767 fi
d7040cdb 9768 ;;
d7040cdb 9769
dabbade6
L
9770 uts4*)
9771 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9772 hardcode_libdir_flag_spec='-L$libdir'
9773 hardcode_shlibpath_var=no
9774 ;;
d7040cdb 9775
dabbade6
L
9776 *)
9777 ld_shlibs=no
9778 ;;
9779 esac
9780
9781 if test x$host_vendor = xsni; then
9782 case $host in
9783 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9784 export_dynamic_flag_spec='${wl}-Blargedynsym'
9785 ;;
9786 esac
d7040cdb 9787 fi
dabbade6 9788 fi
d7040cdb 9789
81ecdfbb
RW
9790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9791$as_echo "$ld_shlibs" >&6; }
dabbade6 9792test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9793
dabbade6 9794with_gnu_ld=$with_gnu_ld
d7040cdb 9795
d7040cdb 9796
d7040cdb 9797
d7040cdb 9798
d7040cdb 9799
d7040cdb 9800
d7040cdb 9801
d7040cdb 9802
d7040cdb 9803
d7040cdb 9804
d7040cdb 9805
d7040cdb 9806
d7040cdb 9807
d7040cdb 9808
d7040cdb 9809
dabbade6
L
9810#
9811# Do we need to explicitly link libc?
9812#
9813case "x$archive_cmds_need_lc" in
9814x|xyes)
9815 # Assume -lc should be added
9816 archive_cmds_need_lc=yes
d7040cdb 9817
dabbade6
L
9818 if test "$enable_shared" = yes && test "$GCC" = yes; then
9819 case $archive_cmds in
9820 *'~'*)
9821 # FIXME: we may have to deal with multi-command sequences.
9822 ;;
9823 '$CC '*)
9824 # Test whether the compiler implicitly links with -lc since on some
9825 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9826 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9828$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9829if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9830 $as_echo_n "(cached) " >&6
39144654
RW
9831else
9832 $RM conftest*
9833 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9834
81ecdfbb 9835 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
dabbade6
L
9836 (eval $ac_compile) 2>&5
9837 ac_status=$?
81ecdfbb
RW
9838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9839 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9840 soname=conftest
9841 lib=conftest
9842 libobjs=conftest.$ac_objext
9843 deplibs=
9844 wl=$lt_prog_compiler_wl
9845 pic_flag=$lt_prog_compiler_pic
9846 compiler_flags=-v
9847 linker_flags=-v
9848 verstring=
9849 output_objdir=.
9850 libname=conftest
9851 lt_save_allow_undefined_flag=$allow_undefined_flag
9852 allow_undefined_flag=
81ecdfbb 9853 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
dabbade6
L
9854 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9855 ac_status=$?
81ecdfbb
RW
9856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9857 test $ac_status = 0; }
39144654
RW
9858 then
9859 lt_cv_archive_cmds_need_lc=no
9860 else
9861 lt_cv_archive_cmds_need_lc=yes
9862 fi
9863 allow_undefined_flag=$lt_save_allow_undefined_flag
9864 else
9865 cat conftest.err 1>&5
9866 fi
9867 $RM conftest*
9868
9869fi
81ecdfbb
RW
9870{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9871$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9872 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
dabbade6
L
9873 ;;
9874 esac
d7040cdb 9875 fi
d7040cdb 9876 ;;
dabbade6 9877esac
d7040cdb 9878
d7040cdb 9879
d7040cdb 9880
d7040cdb 9881
d7040cdb 9882
d7040cdb 9883
d7040cdb 9884
d7040cdb
SE
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
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
d7040cdb 9972
d7040cdb 9973
d7040cdb
SE
9974
9975
9976
9977
9978
9979
d7040cdb 9980
d7040cdb 9981
d7040cdb 9982
d7040cdb 9983
d7040cdb 9984
d7040cdb 9985
d7040cdb 9986
d7040cdb 9987
d7040cdb 9988
d7040cdb 9989
d7040cdb 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
dabbade6
L
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
81ecdfbb
RW
10035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10036$as_echo_n "checking dynamic linker characteristics... " >&6; }
1927a18f
L
10037
10038if test "$GCC" = yes; then
dabbade6
L
10039 case $host_os in
10040 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10041 *) lt_awk_arg="/^libraries:/" ;;
10042 esac
3725885a
RW
10043 case $host_os in
10044 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10045 *) lt_sed_strip_eq="s,=/,/,g" ;;
10046 esac
10047 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10048 case $lt_search_path_spec in
10049 *\;*)
dabbade6
L
10050 # if the path contains ";" then we assume it to be the separator
10051 # otherwise default to the standard path separator (i.e. ":") - it is
10052 # assumed that no part of a normal pathname contains ";" but that should
10053 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10054 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10055 ;;
10056 *)
10057 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10058 ;;
10059 esac
dabbade6
L
10060 # Ok, now we have the path, separated by spaces, we can step through it
10061 # and add multilib dir if necessary.
10062 lt_tmp_lt_search_path_spec=
10063 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10064 for lt_sys_path in $lt_search_path_spec; do
10065 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10066 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10067 else
10068 test -d "$lt_sys_path" && \
10069 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10070 fi
10071 done
3725885a 10072 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
dabbade6
L
10073BEGIN {RS=" "; FS="/|\n";} {
10074 lt_foo="";
10075 lt_count=0;
10076 for (lt_i = NF; lt_i > 0; lt_i--) {
10077 if ($lt_i != "" && $lt_i != ".") {
10078 if ($lt_i == "..") {
10079 lt_count++;
10080 } else {
10081 if (lt_count == 0) {
10082 lt_foo="/" $lt_i lt_foo;
10083 } else {
10084 lt_count--;
10085 }
10086 }
10087 }
10088 }
10089 if (lt_foo != "") { lt_freq[lt_foo]++; }
10090 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10091}'`
3725885a
RW
10092 # AWK program above erroneously prepends '/' to C:/dos/paths
10093 # for these hosts.
10094 case $host_os in
10095 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10096 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10097 esac
10098 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 10099else
dabbade6
L
10100 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10101fi
10102library_names_spec=
10103libname_spec='lib$name'
10104soname_spec=
10105shrext_cmds=".so"
10106postinstall_cmds=
10107postuninstall_cmds=
10108finish_cmds=
10109finish_eval=
10110shlibpath_var=
10111shlibpath_overrides_runpath=unknown
10112version_type=none
10113dynamic_linker="$host_os ld.so"
10114sys_lib_dlsearch_path_spec="/lib /usr/lib"
10115need_lib_prefix=unknown
10116hardcode_into_libs=no
10117
10118# when you set need_version to no, make sure it does not cause -set_version
10119# flags to be left without arguments
10120need_version=unknown
10121
10122case $host_os in
10123aix3*)
10124 version_type=linux
10125 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10126 shlibpath_var=LIBPATH
10127
10128 # AIX 3 has no versioning support, so we append a major version to the name.
10129 soname_spec='${libname}${release}${shared_ext}$major'
10130 ;;
10131
50e7d84b 10132aix[4-9]*)
dabbade6
L
10133 version_type=linux
10134 need_lib_prefix=no
10135 need_version=no
10136 hardcode_into_libs=yes
10137 if test "$host_cpu" = ia64; then
10138 # AIX 5 supports IA64
10139 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10140 shlibpath_var=LD_LIBRARY_PATH
10141 else
10142 # With GCC up to 2.95.x, collect2 would create an import file
10143 # for dependence libraries. The import file would start with
10144 # the line `#! .'. This would cause the generated library to
10145 # depend on `.', always an invalid library. This was fixed in
10146 # development snapshots of GCC prior to 3.0.
10147 case $host_os in
10148 aix4 | aix4.[01] | aix4.[01].*)
10149 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10150 echo ' yes '
10151 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10152 :
10153 else
10154 can_build_shared=no
10155 fi
10156 ;;
10157 esac
10158 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10159 # soname into executable. Probably we can add versioning support to
10160 # collect2, so additional links can be useful in future.
10161 if test "$aix_use_runtimelinking" = yes; then
10162 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10163 # instead of lib<name>.a to let people know that these are not
10164 # typical AIX shared libraries.
10165 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10166 else
10167 # We preserve .a as extension for shared libraries through AIX4.2
10168 # and later when we are not doing run time linking.
10169 library_names_spec='${libname}${release}.a $libname.a'
10170 soname_spec='${libname}${release}${shared_ext}$major'
10171 fi
10172 shlibpath_var=LIBPATH
10173 fi
10174 ;;
10175
10176amigaos*)
1927a18f
L
10177 case $host_cpu in
10178 powerpc)
10179 # Since July 2007 AmigaOS4 officially supports .so libraries.
10180 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10182 ;;
10183 m68k)
dabbade6
L
10184 library_names_spec='$libname.ixlibrary $libname.a'
10185 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10186 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
10187 ;;
10188 esac
dabbade6
L
10189 ;;
10190
10191beos*)
10192 library_names_spec='${libname}${shared_ext}'
10193 dynamic_linker="$host_os ld.so"
10194 shlibpath_var=LIBRARY_PATH
10195 ;;
10196
10197bsdi[45]*)
10198 version_type=linux
10199 need_version=no
10200 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10201 soname_spec='${libname}${release}${shared_ext}$major'
10202 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10203 shlibpath_var=LD_LIBRARY_PATH
10204 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10205 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10206 # the default ld.so.conf also contains /usr/contrib/lib and
10207 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10208 # libtool to hard-code these into programs
10209 ;;
10210
1927a18f 10211cygwin* | mingw* | pw32* | cegcc*)
dabbade6
L
10212 version_type=windows
10213 shrext_cmds=".dll"
10214 need_version=no
10215 need_lib_prefix=no
10216
1927a18f
L
10217 case $GCC,$host_os in
10218 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
dabbade6
L
10219 library_names_spec='$libname.dll.a'
10220 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10221 postinstall_cmds='base_file=`basename \${file}`~
10222 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10223 dldir=$destdir/`dirname \$dlpath`~
10224 test -d \$dldir || mkdir -p \$dldir~
10225 $install_prog $dir/$dlname \$dldir/$dlname~
10226 chmod a+x \$dldir/$dlname~
10227 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10228 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10229 fi'
10230 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10231 dlpath=$dir/\$dldll~
10232 $RM \$dlpath'
10233 shlibpath_overrides_runpath=yes
10234
10235 case $host_os in
10236 cygwin*)
10237 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10238 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10239
10240 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
dabbade6 10241 ;;
1927a18f 10242 mingw* | cegcc*)
dabbade6
L
10243 # MinGW DLLs use traditional 'lib' prefix
10244 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
dabbade6
L
10245 ;;
10246 pw32*)
10247 # pw32 DLLs use 'pw' prefix rather than 'lib'
10248 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10249 ;;
10250 esac
10251 ;;
10252
10253 *)
10254 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10255 ;;
10256 esac
10257 dynamic_linker='Win32 ld.exe'
10258 # FIXME: first we should search . and the directory the executable is in
10259 shlibpath_var=PATH
10260 ;;
10261
10262darwin* | rhapsody*)
10263 dynamic_linker="$host_os dyld"
10264 version_type=darwin
10265 need_lib_prefix=no
10266 need_version=no
10267 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10268 soname_spec='${libname}${release}${major}$shared_ext'
10269 shlibpath_overrides_runpath=yes
10270 shlibpath_var=DYLD_LIBRARY_PATH
10271 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10272
10273 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10274 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10275 ;;
10276
10277dgux*)
10278 version_type=linux
10279 need_lib_prefix=no
10280 need_version=no
10281 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10282 soname_spec='${libname}${release}${shared_ext}$major'
10283 shlibpath_var=LD_LIBRARY_PATH
10284 ;;
10285
dabbade6
L
10286freebsd* | dragonfly*)
10287 # DragonFly does not have aout. When/if they implement a new
10288 # versioning mechanism, adjust this.
10289 if test -x /usr/bin/objformat; then
10290 objformat=`/usr/bin/objformat`
10291 else
10292 case $host_os in
6d2920c8 10293 freebsd[23].*) objformat=aout ;;
dabbade6
L
10294 *) objformat=elf ;;
10295 esac
10296 fi
10297 version_type=freebsd-$objformat
10298 case $version_type in
10299 freebsd-elf*)
10300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10301 need_version=no
10302 need_lib_prefix=no
10303 ;;
10304 freebsd-*)
10305 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10306 need_version=yes
10307 ;;
10308 esac
10309 shlibpath_var=LD_LIBRARY_PATH
10310 case $host_os in
6d2920c8 10311 freebsd2.*)
dabbade6
L
10312 shlibpath_overrides_runpath=yes
10313 ;;
10314 freebsd3.[01]* | freebsdelf3.[01]*)
10315 shlibpath_overrides_runpath=yes
10316 hardcode_into_libs=yes
10317 ;;
10318 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10319 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10320 shlibpath_overrides_runpath=no
10321 hardcode_into_libs=yes
10322 ;;
10323 *) # from 4.6 on, and DragonFly
10324 shlibpath_overrides_runpath=yes
10325 hardcode_into_libs=yes
10326 ;;
10327 esac
10328 ;;
10329
10330gnu*)
10331 version_type=linux
10332 need_lib_prefix=no
10333 need_version=no
10334 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10335 soname_spec='${libname}${release}${shared_ext}$major'
10336 shlibpath_var=LD_LIBRARY_PATH
10337 hardcode_into_libs=yes
10338 ;;
10339
3725885a
RW
10340haiku*)
10341 version_type=linux
10342 need_lib_prefix=no
10343 need_version=no
10344 dynamic_linker="$host_os runtime_loader"
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=LIBRARY_PATH
10348 shlibpath_overrides_runpath=yes
10349 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10350 hardcode_into_libs=yes
10351 ;;
10352
dabbade6
L
10353hpux9* | hpux10* | hpux11*)
10354 # Give a soname corresponding to the major version so that dld.sl refuses to
10355 # link against other versions.
10356 version_type=sunos
10357 need_lib_prefix=no
10358 need_version=no
10359 case $host_cpu in
10360 ia64*)
10361 shrext_cmds='.so'
10362 hardcode_into_libs=yes
10363 dynamic_linker="$host_os dld.so"
10364 shlibpath_var=LD_LIBRARY_PATH
10365 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10366 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10367 soname_spec='${libname}${release}${shared_ext}$major'
10368 if test "X$HPUX_IA64_MODE" = X32; then
10369 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10370 else
10371 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10372 fi
10373 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10374 ;;
10375 hppa*64*)
10376 shrext_cmds='.sl'
10377 hardcode_into_libs=yes
10378 dynamic_linker="$host_os dld.sl"
10379 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10380 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10381 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10382 soname_spec='${libname}${release}${shared_ext}$major'
10383 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10384 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10385 ;;
10386 *)
10387 shrext_cmds='.sl'
10388 dynamic_linker="$host_os dld.sl"
10389 shlibpath_var=SHLIB_PATH
10390 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10391 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10392 soname_spec='${libname}${release}${shared_ext}$major'
10393 ;;
10394 esac
3725885a 10395 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
dabbade6 10396 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10397 # or fails outright, so override atomically:
10398 install_override_mode=555
dabbade6
L
10399 ;;
10400
10401interix[3-9]*)
10402 version_type=linux
10403 need_lib_prefix=no
10404 need_version=no
10405 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10406 soname_spec='${libname}${release}${shared_ext}$major'
10407 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10408 shlibpath_var=LD_LIBRARY_PATH
10409 shlibpath_overrides_runpath=no
10410 hardcode_into_libs=yes
10411 ;;
10412
10413irix5* | irix6* | nonstopux*)
10414 case $host_os in
10415 nonstopux*) version_type=nonstopux ;;
10416 *)
10417 if test "$lt_cv_prog_gnu_ld" = yes; then
10418 version_type=linux
10419 else
10420 version_type=irix
10421 fi ;;
10422 esac
10423 need_lib_prefix=no
10424 need_version=no
10425 soname_spec='${libname}${release}${shared_ext}$major'
10426 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10427 case $host_os in
10428 irix5* | nonstopux*)
10429 libsuff= shlibsuff=
10430 ;;
10431 *)
10432 case $LD in # libtool.m4 will add one of these switches to LD
10433 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10434 libsuff= shlibsuff= libmagic=32-bit;;
10435 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10436 libsuff=32 shlibsuff=N32 libmagic=N32;;
10437 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10438 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10439 *) libsuff= shlibsuff= libmagic=never-match;;
10440 esac
10441 ;;
10442 esac
10443 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10444 shlibpath_overrides_runpath=no
10445 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10446 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10447 hardcode_into_libs=yes
10448 ;;
10449
10450# No shared lib support for Linux oldld, aout, or coff.
10451linux*oldld* | linux*aout* | linux*coff*)
10452 dynamic_linker=no
10453 ;;
10454
10455# This must be Linux ELF.
58e24671 10456linux* | k*bsd*-gnu | kopensolaris*-gnu)
dabbade6
L
10457 version_type=linux
10458 need_lib_prefix=no
10459 need_version=no
10460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461 soname_spec='${libname}${release}${shared_ext}$major'
10462 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10463 shlibpath_var=LD_LIBRARY_PATH
10464 shlibpath_overrides_runpath=no
39144654 10465
dabbade6 10466 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10467 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10468 $as_echo_n "(cached) " >&6
39144654
RW
10469else
10470 lt_cv_shlibpath_overrides_runpath=no
10471 save_LDFLAGS=$LDFLAGS
10472 save_libdir=$libdir
10473 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10474 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10476/* end confdefs.h. */
10477
d7040cdb
SE
10478int
10479main ()
10480{
dabbade6 10481
d7040cdb
SE
10482 ;
10483 return 0;
10484}
10485_ACEOF
81ecdfbb
RW
10486if ac_fn_c_try_link "$LINENO"; then :
10487 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10488 lt_cv_shlibpath_overrides_runpath=yes
dabbade6 10489fi
d7040cdb 10490fi
81ecdfbb
RW
10491rm -f core conftest.err conftest.$ac_objext \
10492 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10493 LDFLAGS=$save_LDFLAGS
10494 libdir=$save_libdir
10495
10496fi
10497
10498 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
dabbade6
L
10499
10500 # This implies no fast_install, which is unacceptable.
10501 # Some rework will be needed to allow for fast_install
10502 # before this can be enabled.
10503 hardcode_into_libs=yes
10504
10505 # Append ld.so.conf contents to the search path
10506 if test -f /etc/ld.so.conf; then
3725885a 10507 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
10508 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10509 fi
10510
10511 # We used to test for /lib/ld.so.1 and disable shared libraries on
10512 # powerpc, because MkLinux only supported shared libraries with the
10513 # GNU dynamic linker. Since this was broken with cross compilers,
10514 # most powerpc-linux boxes support dynamic linking these days and
10515 # people can always --disable-shared, the test was removed, and we
10516 # assume the GNU/Linux dynamic linker is in use.
10517 dynamic_linker='GNU/Linux ld.so'
10518 ;;
10519
10520netbsd*)
10521 version_type=sunos
10522 need_lib_prefix=no
10523 need_version=no
10524 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10525 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10526 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10527 dynamic_linker='NetBSD (a.out) ld.so'
10528 else
10529 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10530 soname_spec='${libname}${release}${shared_ext}$major'
10531 dynamic_linker='NetBSD ld.elf_so'
10532 fi
10533 shlibpath_var=LD_LIBRARY_PATH
10534 shlibpath_overrides_runpath=yes
10535 hardcode_into_libs=yes
10536 ;;
10537
10538newsos6)
10539 version_type=linux
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10541 shlibpath_var=LD_LIBRARY_PATH
10542 shlibpath_overrides_runpath=yes
10543 ;;
10544
10545*nto* | *qnx*)
10546 version_type=qnx
10547 need_lib_prefix=no
10548 need_version=no
10549 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10550 soname_spec='${libname}${release}${shared_ext}$major'
10551 shlibpath_var=LD_LIBRARY_PATH
10552 shlibpath_overrides_runpath=no
10553 hardcode_into_libs=yes
10554 dynamic_linker='ldqnx.so'
10555 ;;
10556
10557openbsd*)
10558 version_type=sunos
10559 sys_lib_dlsearch_path_spec="/usr/lib"
10560 need_lib_prefix=no
10561 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10562 case $host_os in
10563 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10564 *) need_version=no ;;
10565 esac
10566 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10567 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10568 shlibpath_var=LD_LIBRARY_PATH
10569 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10570 case $host_os in
10571 openbsd2.[89] | openbsd2.[89].*)
10572 shlibpath_overrides_runpath=no
10573 ;;
10574 *)
10575 shlibpath_overrides_runpath=yes
10576 ;;
10577 esac
10578 else
10579 shlibpath_overrides_runpath=yes
10580 fi
10581 ;;
10582
10583os2*)
10584 libname_spec='$name'
10585 shrext_cmds=".dll"
10586 need_lib_prefix=no
10587 library_names_spec='$libname${shared_ext} $libname.a'
10588 dynamic_linker='OS/2 ld.exe'
10589 shlibpath_var=LIBPATH
10590 ;;
10591
10592osf3* | osf4* | osf5*)
10593 version_type=osf
10594 need_lib_prefix=no
10595 need_version=no
10596 soname_spec='${libname}${release}${shared_ext}$major'
10597 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10598 shlibpath_var=LD_LIBRARY_PATH
10599 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10600 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10601 ;;
10602
10603rdos*)
10604 dynamic_linker=no
10605 ;;
10606
10607solaris*)
10608 version_type=linux
10609 need_lib_prefix=no
10610 need_version=no
10611 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10612 soname_spec='${libname}${release}${shared_ext}$major'
10613 shlibpath_var=LD_LIBRARY_PATH
10614 shlibpath_overrides_runpath=yes
10615 hardcode_into_libs=yes
10616 # ldd complains unless libraries are executable
10617 postinstall_cmds='chmod +x $lib'
10618 ;;
10619
10620sunos4*)
10621 version_type=sunos
10622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10623 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10624 shlibpath_var=LD_LIBRARY_PATH
10625 shlibpath_overrides_runpath=yes
10626 if test "$with_gnu_ld" = yes; then
10627 need_lib_prefix=no
10628 fi
10629 need_version=yes
10630 ;;
10631
10632sysv4 | sysv4.3*)
10633 version_type=linux
10634 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10635 soname_spec='${libname}${release}${shared_ext}$major'
10636 shlibpath_var=LD_LIBRARY_PATH
10637 case $host_vendor in
10638 sni)
10639 shlibpath_overrides_runpath=no
10640 need_lib_prefix=no
10641 runpath_var=LD_RUN_PATH
10642 ;;
10643 siemens)
10644 need_lib_prefix=no
10645 ;;
10646 motorola)
10647 need_lib_prefix=no
10648 need_version=no
10649 shlibpath_overrides_runpath=no
10650 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10651 ;;
10652 esac
10653 ;;
10654
10655sysv4*MP*)
10656 if test -d /usr/nec ;then
10657 version_type=linux
10658 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10659 soname_spec='$libname${shared_ext}.$major'
10660 shlibpath_var=LD_LIBRARY_PATH
10661 fi
10662 ;;
10663
10664sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10665 version_type=freebsd-elf
10666 need_lib_prefix=no
10667 need_version=no
10668 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10669 soname_spec='${libname}${release}${shared_ext}$major'
10670 shlibpath_var=LD_LIBRARY_PATH
10671 shlibpath_overrides_runpath=yes
10672 hardcode_into_libs=yes
10673 if test "$with_gnu_ld" = yes; then
10674 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10675 else
10676 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10677 case $host_os in
10678 sco3.2v5*)
10679 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10680 ;;
10681 esac
10682 fi
10683 sys_lib_dlsearch_path_spec='/usr/lib'
10684 ;;
10685
10686tpf*)
10687 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10688 version_type=linux
10689 need_lib_prefix=no
10690 need_version=no
1927a18f 10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
dabbade6
L
10692 shlibpath_var=LD_LIBRARY_PATH
10693 shlibpath_overrides_runpath=no
10694 hardcode_into_libs=yes
10695 ;;
10696
10697uts4*)
10698 version_type=linux
10699 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10700 soname_spec='${libname}${release}${shared_ext}$major'
10701 shlibpath_var=LD_LIBRARY_PATH
10702 ;;
d7040cdb 10703
dabbade6
L
10704*)
10705 dynamic_linker=no
10706 ;;
10707esac
81ecdfbb
RW
10708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10709$as_echo "$dynamic_linker" >&6; }
dabbade6 10710test "$dynamic_linker" = no && can_build_shared=no
d7040cdb 10711
dabbade6
L
10712variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10713if test "$GCC" = yes; then
10714 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10715fi
d7040cdb 10716
1927a18f
L
10717if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10718 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10719fi
10720if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10721 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10722fi
10723
d7040cdb 10724
d7040cdb
SE
10725
10726
d7040cdb
SE
10727
10728
d7040cdb
SE
10729
10730
d7040cdb
SE
10731
10732
d7040cdb
SE
10733
10734
d7040cdb 10735
d7040cdb 10736
d7040cdb 10737
d7040cdb 10738
d7040cdb 10739
d7040cdb 10740
d7040cdb 10741
d7040cdb 10742
d7040cdb 10743
d7040cdb 10744
d7040cdb 10745
d7040cdb 10746
d7040cdb 10747
d7040cdb 10748
d7040cdb
SE
10749
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
SE
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
d7040cdb
SE
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
d7040cdb 10794
d7040cdb 10795
dabbade6
L
10796
10797
10798
10799
10800
10801
10802
10803
3725885a
RW
10804
10805
10806
10807
10808
dabbade6
L
10809
10810
10811
10812
10813
10814
81ecdfbb
RW
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10816$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
dabbade6
L
10817hardcode_action=
10818if test -n "$hardcode_libdir_flag_spec" ||
10819 test -n "$runpath_var" ||
10820 test "X$hardcode_automatic" = "Xyes" ; then
10821
10822 # We can hardcode non-existent directories.
10823 if test "$hardcode_direct" != no &&
10824 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10825 # have to relink, otherwise we might link with an installed library
10826 # when we should be linking with a yet-to-be-installed one
10827 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10828 test "$hardcode_minus_L" != no; then
10829 # Linking always hardcodes the temporary library directory.
10830 hardcode_action=relink
10831 else
10832 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10833 hardcode_action=immediate
10834 fi
10835else
10836 # We cannot hardcode anything, or else we can only hardcode existing
10837 # directories.
10838 hardcode_action=unsupported
10839fi
81ecdfbb
RW
10840{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10841$as_echo "$hardcode_action" >&6; }
dabbade6
L
10842
10843if test "$hardcode_action" = relink ||
10844 test "$inherit_rpath" = yes; then
10845 # Fast installation is not supported
10846 enable_fast_install=no
10847elif test "$shlibpath_overrides_runpath" = yes ||
10848 test "$enable_shared" = no; then
10849 # Fast installation is not necessary
10850 enable_fast_install=needless
10851fi
10852
10853
10854
10855
10856
10857
10858 if test "x$enable_dlopen" != xyes; then
10859 enable_dlopen=unknown
10860 enable_dlopen_self=unknown
10861 enable_dlopen_self_static=unknown
10862else
10863 lt_cv_dlopen=no
10864 lt_cv_dlopen_libs=
10865
d7040cdb 10866 case $host_os in
dabbade6
L
10867 beos*)
10868 lt_cv_dlopen="load_add_on"
10869 lt_cv_dlopen_libs=
10870 lt_cv_dlopen_self=yes
d7040cdb
SE
10871 ;;
10872
1927a18f 10873 mingw* | pw32* | cegcc*)
dabbade6
L
10874 lt_cv_dlopen="LoadLibrary"
10875 lt_cv_dlopen_libs=
d7040cdb 10876 ;;
d7040cdb 10877
dabbade6
L
10878 cygwin*)
10879 lt_cv_dlopen="dlopen"
10880 lt_cv_dlopen_libs=
10881 ;;
d7040cdb 10882
dabbade6
L
10883 darwin*)
10884 # if libdl is installed we need to link against it
81ecdfbb
RW
10885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10886$as_echo_n "checking for dlopen in -ldl... " >&6; }
10887if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10888 $as_echo_n "(cached) " >&6
dabbade6
L
10889else
10890 ac_check_lib_save_LIBS=$LIBS
10891LIBS="-ldl $LIBS"
81ecdfbb 10892cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 10893/* end confdefs.h. */
d7040cdb 10894
81ecdfbb
RW
10895/* Override any GCC internal prototype to avoid an error.
10896 Use char because int might match the return type of a GCC
10897 builtin and then its argument prototype would still apply. */
dabbade6
L
10898#ifdef __cplusplus
10899extern "C"
10900#endif
dabbade6
L
10901char dlopen ();
10902int
10903main ()
10904{
81ecdfbb 10905return dlopen ();
dabbade6
L
10906 ;
10907 return 0;
10908}
10909_ACEOF
81ecdfbb 10910if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
10911 ac_cv_lib_dl_dlopen=yes
10912else
81ecdfbb 10913 ac_cv_lib_dl_dlopen=no
d7040cdb 10914fi
81ecdfbb
RW
10915rm -f core conftest.err conftest.$ac_objext \
10916 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
10917LIBS=$ac_check_lib_save_LIBS
10918fi
81ecdfbb
RW
10919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10920$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10921if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
dabbade6
L
10922 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10923else
d7040cdb 10924
dabbade6
L
10925 lt_cv_dlopen="dyld"
10926 lt_cv_dlopen_libs=
10927 lt_cv_dlopen_self=yes
d7040cdb 10928
81ecdfbb 10929fi
d7040cdb 10930
81ecdfbb
RW
10931 ;;
10932
10933 *)
10934 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10935if test "x$ac_cv_func_shl_load" = x""yes; then :
10936 lt_cv_dlopen="shl_load"
10937else
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10939$as_echo_n "checking for shl_load in -ldld... " >&6; }
10940if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10941 $as_echo_n "(cached) " >&6
10942else
10943 ac_check_lib_save_LIBS=$LIBS
10944LIBS="-ldld $LIBS"
10945cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10946/* end confdefs.h. */
10947
10948/* Override any GCC internal prototype to avoid an error.
10949 Use char because int might match the return type of a GCC
dabbade6 10950 builtin and then its argument prototype would still apply. */
dabbade6 10951#ifdef __cplusplus
81ecdfbb 10952extern "C"
dabbade6 10953#endif
81ecdfbb 10954char shl_load ();
dabbade6
L
10955int
10956main ()
10957{
81ecdfbb 10958return shl_load ();
dabbade6
L
10959 ;
10960 return 0;
10961}
10962_ACEOF
81ecdfbb
RW
10963if ac_fn_c_try_link "$LINENO"; then :
10964 ac_cv_lib_dld_shl_load=yes
dabbade6 10965else
81ecdfbb 10966 ac_cv_lib_dld_shl_load=no
dabbade6 10967fi
81ecdfbb
RW
10968rm -f core conftest.err conftest.$ac_objext \
10969 conftest$ac_exeext conftest.$ac_ext
10970LIBS=$ac_check_lib_save_LIBS
dabbade6 10971fi
81ecdfbb
RW
10972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10973$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10974if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10975 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10976else
10977 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10978if test "x$ac_cv_func_dlopen" = x""yes; then :
dabbade6
L
10979 lt_cv_dlopen="dlopen"
10980else
81ecdfbb
RW
10981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10982$as_echo_n "checking for dlopen in -ldl... " >&6; }
10983if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10984 $as_echo_n "(cached) " >&6
dabbade6
L
10985else
10986 ac_check_lib_save_LIBS=$LIBS
10987LIBS="-ldl $LIBS"
81ecdfbb 10988cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 10989/* end confdefs.h. */
d7040cdb 10990
81ecdfbb
RW
10991/* Override any GCC internal prototype to avoid an error.
10992 Use char because int might match the return type of a GCC
10993 builtin and then its argument prototype would still apply. */
dabbade6
L
10994#ifdef __cplusplus
10995extern "C"
10996#endif
dabbade6
L
10997char dlopen ();
10998int
10999main ()
11000{
81ecdfbb 11001return dlopen ();
dabbade6
L
11002 ;
11003 return 0;
11004}
11005_ACEOF
81ecdfbb 11006if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11007 ac_cv_lib_dl_dlopen=yes
11008else
81ecdfbb 11009 ac_cv_lib_dl_dlopen=no
dabbade6 11010fi
81ecdfbb
RW
11011rm -f core conftest.err conftest.$ac_objext \
11012 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11013LIBS=$ac_check_lib_save_LIBS
11014fi
81ecdfbb
RW
11015{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11016$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11017if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
dabbade6
L
11018 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11019else
81ecdfbb
RW
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11021$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11022if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11023 $as_echo_n "(cached) " >&6
dabbade6
L
11024else
11025 ac_check_lib_save_LIBS=$LIBS
11026LIBS="-lsvld $LIBS"
81ecdfbb 11027cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11028/* end confdefs.h. */
d7040cdb 11029
81ecdfbb
RW
11030/* Override any GCC internal prototype to avoid an error.
11031 Use char because int might match the return type of a GCC
11032 builtin and then its argument prototype would still apply. */
dabbade6
L
11033#ifdef __cplusplus
11034extern "C"
11035#endif
dabbade6
L
11036char dlopen ();
11037int
11038main ()
11039{
81ecdfbb 11040return dlopen ();
dabbade6
L
11041 ;
11042 return 0;
11043}
11044_ACEOF
81ecdfbb 11045if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11046 ac_cv_lib_svld_dlopen=yes
11047else
81ecdfbb 11048 ac_cv_lib_svld_dlopen=no
dabbade6 11049fi
81ecdfbb
RW
11050rm -f core conftest.err conftest.$ac_objext \
11051 conftest$ac_exeext conftest.$ac_ext
dabbade6
L
11052LIBS=$ac_check_lib_save_LIBS
11053fi
81ecdfbb
RW
11054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11055$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11056if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
dabbade6
L
11057 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11058else
81ecdfbb
RW
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11060$as_echo_n "checking for dld_link in -ldld... " >&6; }
11061if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11062 $as_echo_n "(cached) " >&6
dabbade6
L
11063else
11064 ac_check_lib_save_LIBS=$LIBS
11065LIBS="-ldld $LIBS"
81ecdfbb 11066cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dabbade6 11067/* end confdefs.h. */
d7040cdb 11068
81ecdfbb
RW
11069/* Override any GCC internal prototype to avoid an error.
11070 Use char because int might match the return type of a GCC
11071 builtin and then its argument prototype would still apply. */
dabbade6
L
11072#ifdef __cplusplus
11073extern "C"
11074#endif
dabbade6
L
11075char dld_link ();
11076int
11077main ()
11078{
81ecdfbb 11079return dld_link ();
dabbade6
L
11080 ;
11081 return 0;
11082}
11083_ACEOF
81ecdfbb 11084if ac_fn_c_try_link "$LINENO"; then :
dabbade6
L
11085 ac_cv_lib_dld_dld_link=yes
11086else
81ecdfbb 11087 ac_cv_lib_dld_dld_link=no
d7040cdb 11088fi
81ecdfbb
RW
11089rm -f core conftest.err conftest.$ac_objext \
11090 conftest$ac_exeext conftest.$ac_ext
dabbade6 11091LIBS=$ac_check_lib_save_LIBS
d7040cdb 11092fi
81ecdfbb
RW
11093{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11094$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11095if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
1927a18f 11096 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11097fi
11098
d7040cdb 11099
d7040cdb
SE
11100fi
11101
11102
dabbade6 11103fi
d7040cdb
SE
11104
11105
dabbade6 11106fi
d7040cdb
SE
11107
11108
d7040cdb
SE
11109fi
11110
979273e3 11111
252b5132 11112fi
252b5132 11113
dabbade6
L
11114 ;;
11115 esac
252b5132 11116
dabbade6
L
11117 if test "x$lt_cv_dlopen" != xno; then
11118 enable_dlopen=yes
11119 else
11120 enable_dlopen=no
11121 fi
1c0d3aa6 11122
dabbade6
L
11123 case $lt_cv_dlopen in
11124 dlopen)
11125 save_CPPFLAGS="$CPPFLAGS"
11126 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
20e95c23 11127
dabbade6
L
11128 save_LDFLAGS="$LDFLAGS"
11129 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
20e95c23 11130
dabbade6
L
11131 save_LIBS="$LIBS"
11132 LIBS="$lt_cv_dlopen_libs $LIBS"
20e95c23 11133
81ecdfbb
RW
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11135$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11136if test "${lt_cv_dlopen_self+set}" = set; then :
11137 $as_echo_n "(cached) " >&6
d7040cdb 11138else
dabbade6
L
11139 if test "$cross_compiling" = yes; then :
11140 lt_cv_dlopen_self=cross
d7040cdb 11141else
dabbade6
L
11142 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11143 lt_status=$lt_dlunknown
11144 cat > conftest.$ac_ext <<_LT_EOF
6d2920c8 11145#line 11145 "configure"
dabbade6 11146#include "confdefs.h"
20e95c23 11147
dabbade6
L
11148#if HAVE_DLFCN_H
11149#include <dlfcn.h>
11150#endif
20e95c23 11151
dabbade6 11152#include <stdio.h>
20e95c23 11153
dabbade6
L
11154#ifdef RTLD_GLOBAL
11155# define LT_DLGLOBAL RTLD_GLOBAL
11156#else
11157# ifdef DL_GLOBAL
11158# define LT_DLGLOBAL DL_GLOBAL
11159# else
11160# define LT_DLGLOBAL 0
11161# endif
11162#endif
20e95c23 11163
dabbade6
L
11164/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11165 find out it does not work in some platform. */
11166#ifndef LT_DLLAZY_OR_NOW
11167# ifdef RTLD_LAZY
11168# define LT_DLLAZY_OR_NOW RTLD_LAZY
11169# else
11170# ifdef DL_LAZY
11171# define LT_DLLAZY_OR_NOW DL_LAZY
11172# else
11173# ifdef RTLD_NOW
11174# define LT_DLLAZY_OR_NOW RTLD_NOW
11175# else
11176# ifdef DL_NOW
11177# define LT_DLLAZY_OR_NOW DL_NOW
11178# else
11179# define LT_DLLAZY_OR_NOW 0
11180# endif
11181# endif
11182# endif
11183# endif
11184#endif
20e95c23 11185
3725885a
RW
11186/* When -fvisbility=hidden is used, assume the code has been annotated
11187 correspondingly for the symbols needed. */
11188#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11189void fnord () __attribute__((visibility("default")));
11190#endif
11191
11192void fnord () { int i=42; }
dabbade6
L
11193int main ()
11194{
11195 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11196 int status = $lt_dlunknown;
20e95c23 11197
dabbade6
L
11198 if (self)
11199 {
11200 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11201 else
11202 {
11203 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11204 else puts (dlerror ());
11205 }
dabbade6
L
11206 /* dlclose (self); */
11207 }
11208 else
11209 puts (dlerror ());
d7040cdb 11210
1927a18f 11211 return status;
dabbade6
L
11212}
11213_LT_EOF
81ecdfbb 11214 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
11215 (eval $ac_link) 2>&5
11216 ac_status=$?
81ecdfbb
RW
11217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11218 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
dabbade6
L
11219 (./conftest; exit; ) >&5 2>/dev/null
11220 lt_status=$?
11221 case x$lt_status in
11222 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11223 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11224 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11225 esac
11226 else :
11227 # compilation failed
11228 lt_cv_dlopen_self=no
11229 fi
d7040cdb 11230fi
dabbade6
L
11231rm -fr conftest*
11232
252b5132 11233
d7040cdb 11234fi
81ecdfbb
RW
11235{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11236$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb 11237
dabbade6
L
11238 if test "x$lt_cv_dlopen_self" = xyes; then
11239 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11241$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11242if test "${lt_cv_dlopen_self_static+set}" = set; then :
11243 $as_echo_n "(cached) " >&6
252b5132 11244else
dabbade6
L
11245 if test "$cross_compiling" = yes; then :
11246 lt_cv_dlopen_self_static=cross
d7040cdb 11247else
dabbade6
L
11248 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11249 lt_status=$lt_dlunknown
11250 cat > conftest.$ac_ext <<_LT_EOF
6d2920c8 11251#line 11251 "configure"
dabbade6 11252#include "confdefs.h"
252b5132 11253
dabbade6
L
11254#if HAVE_DLFCN_H
11255#include <dlfcn.h>
11256#endif
252b5132 11257
dabbade6 11258#include <stdio.h>
d7040cdb 11259
dabbade6
L
11260#ifdef RTLD_GLOBAL
11261# define LT_DLGLOBAL RTLD_GLOBAL
11262#else
11263# ifdef DL_GLOBAL
11264# define LT_DLGLOBAL DL_GLOBAL
11265# else
11266# define LT_DLGLOBAL 0
11267# endif
11268#endif
20e95c23 11269
dabbade6
L
11270/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11271 find out it does not work in some platform. */
11272#ifndef LT_DLLAZY_OR_NOW
11273# ifdef RTLD_LAZY
11274# define LT_DLLAZY_OR_NOW RTLD_LAZY
11275# else
11276# ifdef DL_LAZY
11277# define LT_DLLAZY_OR_NOW DL_LAZY
11278# else
11279# ifdef RTLD_NOW
11280# define LT_DLLAZY_OR_NOW RTLD_NOW
11281# else
11282# ifdef DL_NOW
11283# define LT_DLLAZY_OR_NOW DL_NOW
11284# else
11285# define LT_DLLAZY_OR_NOW 0
11286# endif
11287# endif
11288# endif
11289# endif
11290#endif
979273e3 11291
3725885a
RW
11292/* When -fvisbility=hidden is used, assume the code has been annotated
11293 correspondingly for the symbols needed. */
11294#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11295void fnord () __attribute__((visibility("default")));
11296#endif
11297
11298void fnord () { int i=42; }
dabbade6
L
11299int main ()
11300{
11301 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11302 int status = $lt_dlunknown;
d7040cdb 11303
dabbade6
L
11304 if (self)
11305 {
11306 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11307 else
11308 {
11309 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11310 else puts (dlerror ());
11311 }
dabbade6
L
11312 /* dlclose (self); */
11313 }
11314 else
11315 puts (dlerror ());
d7040cdb 11316
1927a18f 11317 return status;
dabbade6
L
11318}
11319_LT_EOF
81ecdfbb 11320 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
dabbade6
L
11321 (eval $ac_link) 2>&5
11322 ac_status=$?
81ecdfbb
RW
11323 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11324 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
dabbade6
L
11325 (./conftest; exit; ) >&5 2>/dev/null
11326 lt_status=$?
11327 case x$lt_status in
11328 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11329 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11330 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11331 esac
11332 else :
11333 # compilation failed
11334 lt_cv_dlopen_self_static=no
11335 fi
20e95c23 11336fi
dabbade6 11337rm -fr conftest*
979273e3 11338
d7040cdb
SE
11339
11340fi
81ecdfbb
RW
11341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11342$as_echo "$lt_cv_dlopen_self_static" >&6; }
dabbade6
L
11343 fi
11344
11345 CPPFLAGS="$save_CPPFLAGS"
11346 LDFLAGS="$save_LDFLAGS"
11347 LIBS="$save_LIBS"
11348 ;;
11349 esac
11350
11351 case $lt_cv_dlopen_self in
11352 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11353 *) enable_dlopen_self=unknown ;;
11354 esac
11355
11356 case $lt_cv_dlopen_self_static in
11357 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11358 *) enable_dlopen_self_static=unknown ;;
11359 esac
d7040cdb 11360fi
dabbade6
L
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378striplib=
11379old_striplib=
81ecdfbb
RW
11380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11381$as_echo_n "checking whether stripping libraries is possible... " >&6; }
dabbade6
L
11382if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11383 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11384 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11386$as_echo "yes" >&6; }
d7040cdb 11387else
dabbade6
L
11388# FIXME - insert some real tests, host_os isn't really good enough
11389 case $host_os in
11390 darwin*)
11391 if test -n "$STRIP" ; then
11392 striplib="$STRIP -x"
11393 old_striplib="$STRIP -S"
81ecdfbb
RW
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11395$as_echo "yes" >&6; }
dabbade6 11396 else
81ecdfbb
RW
11397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11398$as_echo "no" >&6; }
dabbade6
L
11399 fi
11400 ;;
11401 *)
81ecdfbb
RW
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11403$as_echo "no" >&6; }
dabbade6
L
11404 ;;
11405 esac
d7040cdb 11406fi
20e95c23 11407
979273e3 11408
dabbade6
L
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419 # Report which library types will actually be built
81ecdfbb
RW
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11421$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11423$as_echo "$can_build_shared" >&6; }
dabbade6 11424
81ecdfbb
RW
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11426$as_echo_n "checking whether to build shared libraries... " >&6; }
dabbade6
L
11427 test "$can_build_shared" = "no" && enable_shared=no
11428
11429 # On AIX, shared libraries and static libraries use the same namespace, and
11430 # are all built from PIC.
11431 case $host_os in
11432 aix3*)
11433 test "$enable_shared" = yes && enable_static=no
11434 if test -n "$RANLIB"; then
11435 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11436 postinstall_cmds='$RANLIB $lib'
11437 fi
11438 ;;
11439
50e7d84b 11440 aix[4-9]*)
dabbade6
L
11441 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11442 test "$enable_shared" = yes && enable_static=no
11443 fi
11444 ;;
11445 esac
81ecdfbb
RW
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11447$as_echo "$enable_shared" >&6; }
dabbade6 11448
81ecdfbb
RW
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11450$as_echo_n "checking whether to build static libraries... " >&6; }
dabbade6
L
11451 # Make sure either enable_shared or enable_static is yes.
11452 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11454$as_echo "$enable_static" >&6; }
dabbade6
L
11455
11456
11457
d7040cdb 11458
252b5132 11459fi
dabbade6
L
11460ac_ext=c
11461ac_cpp='$CPP $CPPFLAGS'
11462ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11463ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11464ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 11465
dabbade6 11466CC="$lt_save_CC"
20e95c23 11467
20e95c23 11468
d7040cdb 11469
d7040cdb 11470
d7040cdb 11471
20e95c23 11472
dabbade6
L
11473
11474
11475
11476
11477
11478
11479
81ecdfbb 11480 ac_config_commands="$ac_config_commands libtool"
dabbade6
L
11481
11482
11483
11484
11485# Only expand once:
11486
11487
11488
81ecdfbb
RW
11489# Check whether --enable-targets was given.
11490if test "${enable_targets+set}" = set; then :
11491 enableval=$enable_targets; case "${enableval}" in
11492 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
dabbade6
L
11493 ;;
11494 no) enable_targets= ;;
11495 *) enable_targets=$enableval ;;
11496esac
81ecdfbb
RW
11497fi
11498
dabbade6 11499
397841b5
AM
11500GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11501cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11502/* end confdefs.h. */
11503__GNUC__
11504_ACEOF
11505if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11506 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11507
11508else
11509 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11510fi
11511rm -f conftest*
11512
dabbade6 11513
81ecdfbb
RW
11514# Check whether --enable-werror was given.
11515if test "${enable_werror+set}" = set; then :
11516 enableval=$enable_werror; case "${enableval}" in
dabbade6
L
11517 yes | y) ERROR_ON_WARNING="yes" ;;
11518 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11519 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
dabbade6 11520 esac
81ecdfbb
RW
11521fi
11522
dabbade6 11523
397841b5 11524# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11525case "${host}" in
11526 *-*-mingw32*)
11527 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11528 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11529 fi
11530 ;;
11531 *) ;;
11532esac
11533
dabbade6
L
11534# Enable -Werror by default when using gcc
11535if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11536 ERROR_ON_WARNING=yes
d7040cdb 11537fi
20e95c23 11538
dabbade6
L
11539NO_WERROR=
11540if test "${ERROR_ON_WARNING}" = yes ; then
11541 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11542 NO_WERROR="-Wno-error"
20e95c23 11543fi
d7040cdb 11544
dabbade6
L
11545if test "${GCC}" = yes ; then
11546 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11547fi
d7040cdb 11548
81ecdfbb
RW
11549# Check whether --enable-build-warnings was given.
11550if test "${enable_build_warnings+set}" = set; then :
11551 enableval=$enable_build_warnings; case "${enableval}" in
dabbade6
L
11552 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11553 no) if test "${GCC}" = yes ; then
11554 WARN_CFLAGS="-w"
11555 fi;;
11556 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11557 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11558 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11559 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11560 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11561esac
81ecdfbb
RW
11562fi
11563
979273e3 11564
dabbade6
L
11565if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11566 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
d7040cdb 11567fi
dabbade6
L
11568
11569
11570
11571
35d0a169
MR
11572NO_WMISSING_FIELD_INITIALIZERS=
11573save_CFLAGS="$CFLAGS"
11574for real_option in -Wno-missing-field-initializers; do
11575 # Do the check with the no- prefix removed since gcc silently
11576 # accepts any -Wno-* option on purpose
11577 case $real_option in
11578 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11579 *) option=$real_option ;;
11580 esac
11581 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11582
11583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11584$as_echo_n "checking whether $CC supports $option... " >&6; }
11585if { as_var=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
11586 $as_echo_n "(cached) " >&6
11587else
11588 CFLAGS="$option"
11589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11590/* end confdefs.h. */
11591
11592int
11593main ()
11594{
11595
11596 ;
11597 return 0;
11598}
11599_ACEOF
11600if ac_fn_c_try_compile "$LINENO"; then :
11601 eval "$as_acx_Woption=yes"
11602else
11603 eval "$as_acx_Woption=no"
11604fi
11605rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11606
11607fi
11608eval ac_res=\$$as_acx_Woption
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11610$as_echo "$ac_res" >&6; }
11611 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11612 NO_WMISSING_FIELD_INITIALIZERS="$NO_WMISSING_FIELD_INITIALIZERS${NO_WMISSING_FIELD_INITIALIZERS:+ }$real_option"
11613fi
11614 done
11615CFLAGS="$save_CFLAGS"
11616
dabbade6 11617
81ecdfbb 11618ac_config_headers="$ac_config_headers config.h:config.in"
dabbade6
L
11619
11620
df7b86aa
NC
11621# PR 14072
11622
11623
dabbade6 11624if test -z "$target" ; then
81ecdfbb 11625 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb 11626fi
dabbade6 11627
81ecdfbb
RW
11628
11629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11630$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11631 # Check whether --enable-maintainer-mode was given.
11632if test "${enable_maintainer_mode+set}" = set; then :
11633 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb 11634else
dabbade6 11635 USE_MAINTAINER_MODE=no
81ecdfbb 11636fi
d7040cdb 11637
81ecdfbb
RW
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11639$as_echo "$USE_MAINTAINER_MODE" >&6; }
11640 if test $USE_MAINTAINER_MODE = yes; then
dabbade6
L
11641 MAINTAINER_MODE_TRUE=
11642 MAINTAINER_MODE_FALSE='#'
252b5132 11643else
dabbade6
L
11644 MAINTAINER_MODE_TRUE='#'
11645 MAINTAINER_MODE_FALSE=
252b5132 11646fi
d7040cdb 11647
dabbade6
L
11648 MAINT=$MAINTAINER_MODE_TRUE
11649
11650
11651 case ${build_alias} in
11652 "") build_noncanonical=${build} ;;
11653 *) build_noncanonical=${build_alias} ;;
11654esac
11655
11656 case ${host_alias} in
11657 "") host_noncanonical=${build_noncanonical} ;;
11658 *) host_noncanonical=${host_alias} ;;
11659esac
979273e3 11660
dabbade6
L
11661 case ${target_alias} in
11662 "") target_noncanonical=${host_noncanonical} ;;
11663 *) target_noncanonical=${target_alias} ;;
d7040cdb 11664esac
252b5132 11665
81ecdfbb
RW
11666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11667$as_echo_n "checking whether to install libbfd... " >&6; }
11668 # Check whether --enable-install-libbfd was given.
11669if test "${enable_install_libbfd+set}" = set; then :
11670 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
979273e3 11671else
dabbade6
L
11672 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
11673 install_libbfd_p=yes
11674 else
11675 install_libbfd_p=no
11676 fi
81ecdfbb 11677fi
d7040cdb 11678
81ecdfbb
RW
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11680$as_echo "$install_libbfd_p" >&6; }
11681 if test $install_libbfd_p = yes; then
dabbade6
L
11682 INSTALL_LIBBFD_TRUE=
11683 INSTALL_LIBBFD_FALSE='#'
11684else
11685 INSTALL_LIBBFD_TRUE='#'
11686 INSTALL_LIBBFD_FALSE=
d7040cdb
SE
11687fi
11688
dabbade6 11689 # Need _noncanonical variables for this.
979273e3 11690
d7040cdb
SE
11691
11692
dabbade6
L
11693
11694 # libbfd.a is a host library containing target dependent code
11695 bfdlibdir='$(libdir)'
11696 bfdincludedir='$(includedir)'
11697 if test "${host}" != "${target}"; then
11698 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11699 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11700 fi
11701
11702
11703
11704
11705
11706
573e8a1c
RW
11707
11708
dabbade6
L
11709# host-specific stuff:
11710
eb80cb87 11711ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN it uk"
d7040cdb
SE
11712# If we haven't got the data from the intl directory,
11713# assume NLS is disabled.
11714USE_NLS=no
11715LIBINTL=
11716LIBINTL_DEP=
11717INCINTL=
11718XGETTEXT=
11719GMSGFMT=
11720POSUB=
11721
11722if test -f ../intl/config.intl; then
11723 . ../intl/config.intl
11724fi
81ecdfbb
RW
11725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11726$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 11727if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11729$as_echo "no" >&6; }
d7040cdb 11730else
81ecdfbb
RW
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11732$as_echo "yes" >&6; }
d7040cdb 11733
81ecdfbb 11734$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
11735
11736
81ecdfbb
RW
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11738$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
11739 # Look for .po and .gmo files in the source directory.
11740 CATALOGS=
11741 XLINGUAS=
11742 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11743 # If there aren't any .gmo files the shell will give us the
11744 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11745 # weeded out.
11746 case "$cat" in *\**)
11747 continue;;
11748 esac
11749 # The quadruple backslash is collapsed to a double backslash
11750 # by the backticks, then collapsed again by the double quotes,
11751 # leaving us with one backslash in the sed expression (right
11752 # before the dot that mustn't act as a wildcard).
11753 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11754 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11755 # The user is allowed to set LINGUAS to a list of languages to
11756 # install catalogs for. If it's empty that means "all of them."
11757 if test "x$LINGUAS" = x; then
11758 CATALOGS="$CATALOGS $cat"
11759 XLINGUAS="$XLINGUAS $lang"
11760 else
11761 case "$LINGUAS" in *$lang*)
11762 CATALOGS="$CATALOGS $cat"
11763 XLINGUAS="$XLINGUAS $lang"
11764 ;;
11765 esac
11766 fi
11767 done
11768 LINGUAS="$XLINGUAS"
81ecdfbb
RW
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11770$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
11771
11772
11773 DATADIRNAME=share
11774
11775 INSTOBJEXT=.mo
11776
11777 GENCAT=gencat
11778
11779 CATOBJEXT=.gmo
11780
11781fi
11782
11783 MKINSTALLDIRS=
11784 if test -n "$ac_aux_dir"; then
11785 case "$ac_aux_dir" in
11786 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11787 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11788 esac
11789 fi
11790 if test -z "$MKINSTALLDIRS"; then
11791 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11792 fi
11793
11794
11795
81ecdfbb
RW
11796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11797$as_echo_n "checking whether NLS is requested... " >&6; }
11798 # Check whether --enable-nls was given.
11799if test "${enable_nls+set}" = set; then :
11800 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
11801else
11802 USE_NLS=yes
81ecdfbb
RW
11803fi
11804
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11806$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
11807
11808
11809
11810
11811
11812
11813# Prepare PATH_SEPARATOR.
11814# The user is always right.
11815if test "${PATH_SEPARATOR+set}" != set; then
11816 echo "#! /bin/sh" >conf$$.sh
11817 echo "exit 0" >>conf$$.sh
11818 chmod +x conf$$.sh
11819 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11820 PATH_SEPARATOR=';'
11821 else
11822 PATH_SEPARATOR=:
11823 fi
11824 rm -f conf$$.sh
11825fi
979273e3 11826
d7040cdb
SE
11827# Find out how to test for executable files. Don't use a zero-byte file,
11828# as systems may use methods other than mode bits to determine executability.
11829cat >conf$$.file <<_ASEOF
11830#! /bin/sh
11831exit 0
11832_ASEOF
11833chmod +x conf$$.file
11834if test -x conf$$.file >/dev/null 2>&1; then
11835 ac_executable_p="test -x"
252b5132 11836else
d7040cdb 11837 ac_executable_p="test -f"
252b5132 11838fi
d7040cdb 11839rm -f conf$$.file
252b5132 11840
d7040cdb
SE
11841# Extract the first word of "msgfmt", so it can be a program name with args.
11842set dummy msgfmt; ac_word=$2
81ecdfbb
RW
11843{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11844$as_echo_n "checking for $ac_word... " >&6; }
11845if test "${ac_cv_path_MSGFMT+set}" = set; then :
11846 $as_echo_n "(cached) " >&6
252b5132 11847else
d7040cdb
SE
11848 case "$MSGFMT" in
11849 [\\/]* | ?:[\\/]*)
11850 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11851 ;;
11852 *)
11853 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11854 for ac_dir in $PATH; do
11855 IFS="$ac_save_IFS"
11856 test -z "$ac_dir" && ac_dir=.
11857 for ac_exec_ext in '' $ac_executable_extensions; do
11858 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11859 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11860 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11861 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11862 break 2
11863 fi
11864 fi
11865 done
11866 done
11867 IFS="$ac_save_IFS"
11868 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
11869 ;;
11870esac
11871fi
11872MSGFMT="$ac_cv_path_MSGFMT"
11873if test "$MSGFMT" != ":"; then
81ecdfbb
RW
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11875$as_echo "$MSGFMT" >&6; }
d7040cdb 11876else
81ecdfbb
RW
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11878$as_echo "no" >&6; }
252b5132
RH
11879fi
11880
d7040cdb
SE
11881 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11882set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
11883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11884$as_echo_n "checking for $ac_word... " >&6; }
11885if test "${ac_cv_path_GMSGFMT+set}" = set; then :
11886 $as_echo_n "(cached) " >&6
20e95c23 11887else
d7040cdb
SE
11888 case $GMSGFMT in
11889 [\\/]* | ?:[\\/]*)
11890 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11891 ;;
11892 *)
11893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11894for as_dir in $PATH
11895do
11896 IFS=$as_save_IFS
11897 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
11898 for ac_exec_ext in '' $ac_executable_extensions; do
11899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 11900 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 11901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
11902 break 2
11903 fi
11904done
81ecdfbb
RW
11905 done
11906IFS=$as_save_IFS
252b5132 11907
d7040cdb
SE
11908 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
11909 ;;
11910esac
11911fi
11912GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 11913if test -n "$GMSGFMT"; then
81ecdfbb
RW
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11915$as_echo "$GMSGFMT" >&6; }
252b5132 11916else
81ecdfbb
RW
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11918$as_echo "no" >&6; }
252b5132
RH
11919fi
11920
11921
20e95c23 11922
81ecdfbb 11923
d7040cdb
SE
11924# Prepare PATH_SEPARATOR.
11925# The user is always right.
11926if test "${PATH_SEPARATOR+set}" != set; then
11927 echo "#! /bin/sh" >conf$$.sh
11928 echo "exit 0" >>conf$$.sh
11929 chmod +x conf$$.sh
11930 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11931 PATH_SEPARATOR=';'
11932 else
11933 PATH_SEPARATOR=:
11934 fi
11935 rm -f conf$$.sh
252b5132
RH
11936fi
11937
d7040cdb
SE
11938# Find out how to test for executable files. Don't use a zero-byte file,
11939# as systems may use methods other than mode bits to determine executability.
11940cat >conf$$.file <<_ASEOF
11941#! /bin/sh
11942exit 0
11943_ASEOF
11944chmod +x conf$$.file
11945if test -x conf$$.file >/dev/null 2>&1; then
11946 ac_executable_p="test -x"
11947else
11948 ac_executable_p="test -f"
11949fi
11950rm -f conf$$.file
20e95c23 11951
d7040cdb
SE
11952# Extract the first word of "xgettext", so it can be a program name with args.
11953set dummy xgettext; ac_word=$2
81ecdfbb
RW
11954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11955$as_echo_n "checking for $ac_word... " >&6; }
11956if test "${ac_cv_path_XGETTEXT+set}" = set; then :
11957 $as_echo_n "(cached) " >&6
252b5132 11958else
d7040cdb
SE
11959 case "$XGETTEXT" in
11960 [\\/]* | ?:[\\/]*)
11961 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
11962 ;;
11963 *)
11964 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11965 for ac_dir in $PATH; do
11966 IFS="$ac_save_IFS"
11967 test -z "$ac_dir" && ac_dir=.
11968 for ac_exec_ext in '' $ac_executable_extensions; do
11969 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11970 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11971 (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
11972 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
11973 break 2
11974 fi
11975 fi
11976 done
11977 done
11978 IFS="$ac_save_IFS"
11979 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
11980 ;;
11981esac
20e95c23 11982fi
d7040cdb
SE
11983XGETTEXT="$ac_cv_path_XGETTEXT"
11984if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
11985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11986$as_echo "$XGETTEXT" >&6; }
d7040cdb 11987else
81ecdfbb
RW
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11989$as_echo "no" >&6; }
d7040cdb
SE
11990fi
11991
11992 rm -f messages.po
11993
979273e3 11994
d7040cdb
SE
11995# Prepare PATH_SEPARATOR.
11996# The user is always right.
11997if test "${PATH_SEPARATOR+set}" != set; then
11998 echo "#! /bin/sh" >conf$$.sh
11999 echo "exit 0" >>conf$$.sh
12000 chmod +x conf$$.sh
12001 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12002 PATH_SEPARATOR=';'
12003 else
12004 PATH_SEPARATOR=:
12005 fi
12006 rm -f conf$$.sh
252b5132 12007fi
979273e3 12008
d7040cdb
SE
12009# Find out how to test for executable files. Don't use a zero-byte file,
12010# as systems may use methods other than mode bits to determine executability.
12011cat >conf$$.file <<_ASEOF
12012#! /bin/sh
12013exit 0
12014_ASEOF
12015chmod +x conf$$.file
12016if test -x conf$$.file >/dev/null 2>&1; then
12017 ac_executable_p="test -x"
252b5132 12018else
d7040cdb
SE
12019 ac_executable_p="test -f"
12020fi
12021rm -f conf$$.file
252b5132 12022
d7040cdb
SE
12023# Extract the first word of "msgmerge", so it can be a program name with args.
12024set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12026$as_echo_n "checking for $ac_word... " >&6; }
12027if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12028 $as_echo_n "(cached) " >&6
252b5132 12029else
d7040cdb
SE
12030 case "$MSGMERGE" in
12031 [\\/]* | ?:[\\/]*)
12032 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12033 ;;
12034 *)
12035 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12036 for ac_dir in $PATH; do
12037 IFS="$ac_save_IFS"
12038 test -z "$ac_dir" && ac_dir=.
12039 for ac_exec_ext in '' $ac_executable_extensions; do
12040 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12041 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12042 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12043 break 2
12044 fi
12045 fi
12046 done
12047 done
12048 IFS="$ac_save_IFS"
12049 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12050 ;;
12051esac
20e95c23 12052fi
d7040cdb
SE
12053MSGMERGE="$ac_cv_path_MSGMERGE"
12054if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12056$as_echo "$MSGMERGE" >&6; }
d7040cdb 12057else
81ecdfbb
RW
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12059$as_echo "no" >&6; }
20e95c23 12060fi
252b5132 12061
979273e3 12062
d7040cdb
SE
12063 if test "$GMSGFMT" != ":"; then
12064 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12065 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12066 : ;
12067 else
12068 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12070$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12071 GMSGFMT=":"
12072 fi
12073 fi
979273e3 12074
d7040cdb
SE
12075 if test "$XGETTEXT" != ":"; then
12076 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12077 (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
12078 : ;
12079 else
81ecdfbb
RW
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12081$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12082 XGETTEXT=":"
12083 fi
12084 rm -f messages.po
12085 fi
979273e3 12086
81ecdfbb 12087 ac_config_commands="$ac_config_commands default-1"
979273e3 12088
979273e3 12089
979273e3 12090
81ecdfbb 12091. ${srcdir}/../bfd/configure.host
252b5132 12092
81ecdfbb
RW
12093# Put a plausible default for CC_FOR_BUILD in Makefile.
12094if test -z "$CC_FOR_BUILD"; then
12095 if test "x$cross_compiling" = "xno"; then
12096 CC_FOR_BUILD='$(CC)'
12097 else
12098 CC_FOR_BUILD=gcc
12099 fi
12100fi
252b5132 12101
81ecdfbb
RW
12102# Also set EXEEXT_FOR_BUILD.
12103if test "x$cross_compiling" = "xno"; then
12104 EXEEXT_FOR_BUILD='$(EXEEXT)'
4bd60896 12105else
81ecdfbb
RW
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12107$as_echo_n "checking for build system executable suffix... " >&6; }
12108if test "${bfd_cv_build_exeext+set}" = set; then :
12109 $as_echo_n "(cached) " >&6
4bd60896 12110else
81ecdfbb
RW
12111 rm -f conftest*
12112 echo 'int main () { return 0; }' > conftest.c
12113 bfd_cv_build_exeext=
12114 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12115 for file in conftest.*; do
12116 case $file in
12117 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12118 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12119 esac
12120 done
12121 rm -f conftest*
12122 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
4bd60896 12123fi
81ecdfbb
RW
12124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12125$as_echo "$bfd_cv_build_exeext" >&6; }
12126 EXEEXT_FOR_BUILD=""
12127 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
4bd60896 12128fi
4bd60896 12129
4bd60896
JG
12130
12131
81ecdfbb
RW
12132
12133
12134for ac_header in string.h strings.h stdlib.h limits.h
12135do :
12136 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12137ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12138eval as_val=\$$as_ac_Header
12139 if test "x$as_val" = x""yes; then :
4bd60896 12140 cat >>confdefs.h <<_ACEOF
81ecdfbb 12141#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4bd60896
JG
12142_ACEOF
12143
dabbade6 12144fi
dabbade6 12145
81ecdfbb 12146done
dabbade6 12147
208a4923
NC
12148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12149$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12150if test "${gcc_cv_header_string+set}" = set; then :
12151 $as_echo_n "(cached) " >&6
12152else
12153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12154/* end confdefs.h. */
12155#include <string.h>
12156#include <strings.h>
12157int
12158main ()
12159{
12160
12161 ;
12162 return 0;
12163}
12164_ACEOF
12165if ac_fn_c_try_compile "$LINENO"; then :
12166 gcc_cv_header_string=yes
12167else
12168 gcc_cv_header_string=no
12169fi
12170rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12171fi
12172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12173$as_echo "$gcc_cv_header_string" >&6; }
12174if test $gcc_cv_header_string = yes; then
12175
12176$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12177
12178fi
12179
81ecdfbb
RW
12180
12181ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12182if test "x$ac_cv_have_decl_basename" = x""yes; then :
12183 ac_have_decl=1
12184else
12185 ac_have_decl=0
dabbade6 12186fi
dabbade6
L
12187
12188cat >>confdefs.h <<_ACEOF
81ecdfbb 12189#define HAVE_DECL_BASENAME $ac_have_decl
dabbade6 12190_ACEOF
81ecdfbb
RW
12191ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12192if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
12193 ac_have_decl=1
dabbade6 12194else
81ecdfbb 12195 ac_have_decl=0
4bd60896
JG
12196fi
12197
81ecdfbb
RW
12198cat >>confdefs.h <<_ACEOF
12199#define HAVE_DECL_STPCPY $ac_have_decl
12200_ACEOF
4bd60896
JG
12201
12202
6e31aea3
BE
12203cgen_maint=no
12204cgendir='$(srcdir)/../cgen'
12205
81ecdfbb
RW
12206# Check whether --enable-cgen-maint was given.
12207if test "${enable_cgen_maint+set}" = set; then :
12208 enableval=$enable_cgen_maint; case "${enableval}" in
6e31aea3
BE
12209 yes) cgen_maint=yes ;;
12210 no) cgen_maint=no ;;
12211 *)
12212 # argument is cgen install directory (not implemented yet).
12213 # Having a `share' directory might be more appropriate for the .scm,
12214 # .cpu, etc. files.
12215 cgen_maint=yes
12216 cgendir=${cgen_maint}/lib/cgen
12217 ;;
12218esac
81ecdfbb
RW
12219fi
12220 if test x${cgen_maint} = xyes; then
6e31aea3
BE
12221 CGEN_MAINT_TRUE=
12222 CGEN_MAINT_FALSE='#'
12223else
12224 CGEN_MAINT_TRUE='#'
12225 CGEN_MAINT_FALSE=
12226fi
12227
252b5132 12228
8ae85421 12229
252b5132
RH
12230using_cgen=no
12231
51dec227 12232# Check if linker supports --as-needed and --no-as-needed options
81ecdfbb
RW
12233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12234$as_echo_n "checking linker --as-needed support... " >&6; }
12235if test "${bfd_cv_ld_as_needed+set}" = set; then :
12236 $as_echo_n "(cached) " >&6
51dec227
AM
12237else
12238 bfd_cv_ld_as_needed=no
12239 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12240 bfd_cv_ld_as_needed=yes
12241 fi
12242
12243fi
81ecdfbb
RW
12244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12245$as_echo "$bfd_cv_ld_as_needed" >&6; }
51dec227
AM
12246
12247LIBM=
12248case $host in
3725885a 12249*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
51dec227
AM
12250 # These system don't have libm, or don't need it
12251 ;;
12252*-ncr-sysv4.3*)
81ecdfbb
RW
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12254$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12255if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
12256 $as_echo_n "(cached) " >&6
51dec227
AM
12257else
12258 ac_check_lib_save_LIBS=$LIBS
12259LIBS="-lmw $LIBS"
81ecdfbb 12260cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12261/* end confdefs.h. */
12262
81ecdfbb
RW
12263/* Override any GCC internal prototype to avoid an error.
12264 Use char because int might match the return type of a GCC
12265 builtin and then its argument prototype would still apply. */
51dec227
AM
12266#ifdef __cplusplus
12267extern "C"
12268#endif
51dec227
AM
12269char _mwvalidcheckl ();
12270int
12271main ()
12272{
81ecdfbb 12273return _mwvalidcheckl ();
51dec227
AM
12274 ;
12275 return 0;
12276}
12277_ACEOF
81ecdfbb 12278if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12279 ac_cv_lib_mw__mwvalidcheckl=yes
12280else
81ecdfbb 12281 ac_cv_lib_mw__mwvalidcheckl=no
51dec227 12282fi
81ecdfbb
RW
12283rm -f core conftest.err conftest.$ac_objext \
12284 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12285LIBS=$ac_check_lib_save_LIBS
12286fi
81ecdfbb
RW
12287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12288$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12289if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
51dec227
AM
12290 LIBM="-lmw"
12291fi
12292
81ecdfbb
RW
12293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12294$as_echo_n "checking for cos in -lm... " >&6; }
12295if test "${ac_cv_lib_m_cos+set}" = set; then :
12296 $as_echo_n "(cached) " >&6
51dec227
AM
12297else
12298 ac_check_lib_save_LIBS=$LIBS
12299LIBS="-lm $LIBS"
81ecdfbb 12300cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12301/* end confdefs.h. */
12302
81ecdfbb
RW
12303/* Override any GCC internal prototype to avoid an error.
12304 Use char because int might match the return type of a GCC
12305 builtin and then its argument prototype would still apply. */
51dec227
AM
12306#ifdef __cplusplus
12307extern "C"
12308#endif
51dec227
AM
12309char cos ();
12310int
12311main ()
12312{
81ecdfbb 12313return cos ();
51dec227
AM
12314 ;
12315 return 0;
12316}
12317_ACEOF
81ecdfbb 12318if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12319 ac_cv_lib_m_cos=yes
12320else
81ecdfbb 12321 ac_cv_lib_m_cos=no
51dec227 12322fi
81ecdfbb
RW
12323rm -f core conftest.err conftest.$ac_objext \
12324 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12325LIBS=$ac_check_lib_save_LIBS
12326fi
81ecdfbb
RW
12327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12328$as_echo "$ac_cv_lib_m_cos" >&6; }
12329if test "x$ac_cv_lib_m_cos" = x""yes; then :
51dec227
AM
12330 LIBM="$LIBM -lm"
12331fi
12332
12333 ;;
12334*)
81ecdfbb
RW
12335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12336$as_echo_n "checking for cos in -lm... " >&6; }
12337if test "${ac_cv_lib_m_cos+set}" = set; then :
12338 $as_echo_n "(cached) " >&6
51dec227
AM
12339else
12340 ac_check_lib_save_LIBS=$LIBS
12341LIBS="-lm $LIBS"
81ecdfbb 12342cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51dec227
AM
12343/* end confdefs.h. */
12344
81ecdfbb
RW
12345/* Override any GCC internal prototype to avoid an error.
12346 Use char because int might match the return type of a GCC
12347 builtin and then its argument prototype would still apply. */
51dec227
AM
12348#ifdef __cplusplus
12349extern "C"
12350#endif
51dec227
AM
12351char cos ();
12352int
12353main ()
12354{
81ecdfbb 12355return cos ();
51dec227
AM
12356 ;
12357 return 0;
12358}
12359_ACEOF
81ecdfbb 12360if ac_fn_c_try_link "$LINENO"; then :
51dec227
AM
12361 ac_cv_lib_m_cos=yes
12362else
81ecdfbb 12363 ac_cv_lib_m_cos=no
51dec227 12364fi
81ecdfbb
RW
12365rm -f core conftest.err conftest.$ac_objext \
12366 conftest$ac_exeext conftest.$ac_ext
51dec227
AM
12367LIBS=$ac_check_lib_save_LIBS
12368fi
81ecdfbb
RW
12369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12370$as_echo "$ac_cv_lib_m_cos" >&6; }
12371if test "x$ac_cv_lib_m_cos" = x""yes; then :
51dec227
AM
12372 LIBM="-lm"
12373fi
12374
12375 ;;
12376esac
12377
12378
12379
2eee5593
AM
12380#Libs for generator progs
12381if test "x$cross_compiling" = "xno"; then
12382 BUILD_LIBS=../libiberty/libiberty.a
12383 BUILD_LIB_DEPS=$BUILD_LIBS
12384else
12385 # if cross-compiling, assume that the system provides -liberty
12386 # and that the version is compatible with new headers.
12387 BUILD_LIBS=-liberty
12388 BUILD_LIB_DEPS=
12389fi
12390BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12391BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12392
12393
12394
12395
45d42143
NC
12396# Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12397SHARED_LDFLAGS=
12398SHARED_LIBADD=
12399SHARED_DEPENDENCIES=
12400if test "$enable_shared" = "yes"; then
29670fb9
AM
12401# When building a shared libopcodes, link against the pic version of libiberty
12402# so that apps that use libopcodes won't need libiberty just to satisfy any
12403# libopcodes references.
12404# We can't do that if a pic libiberty is unavailable since including non-pic
12405# code would insert text relocations into libopcodes.
12406# Note that linking against libbfd as we do here, which is itself linked
12407# against libiberty, may not satisfy all the libopcodes libiberty references
12408# since libbfd may not pull in the entirety of libiberty.
12409 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12410 if test -n "$x"; then
12411 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12412 fi
12413
45d42143
NC
12414 case "${host}" in
12415 *-*-cygwin*)
12416 SHARED_LDFLAGS="-no-undefined"
12417 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12418 ;;
0e336180 12419 *-*-darwin*)
29670fb9 12420 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
0e336180
NC
12421 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12422 ;;
45d42143 12423 *)
0e336180
NC
12424 case "$host_vendor" in
12425 hp)
29670fb9 12426 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
0e336180
NC
12427 ;;
12428 *)
29670fb9 12429 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
0e336180
NC
12430 ;;
12431 esac
4267b19f 12432 SHARED_DEPENDENCIES="../bfd/libbfd.la"
45d42143
NC
12433 ;;
12434 esac
51dec227
AM
12435
12436 if test -n "$SHARED_LIBADD"; then
12437 if test -n "$LIBM"; then
12438 if test x"$bfd_cv_ld_as_needed" = xyes; then
12439 # Link against libm only when needed. Put -lc, -lm inside -Wl
12440 # to stop libtool reordering these options.
12441 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12442 else
12443 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12444 fi
12445 fi
12446 fi
45d42143
NC
12447fi
12448
252b5132
RH
12449
12450
12451
12452# target-specific stuff:
12453
12454# Canonicalize the secondary target names.
12455if test -n "$enable_targets" ; then
12456 for targ in `echo $enable_targets | sed 's/,/ /g'`
12457 do
6d83c84b 12458 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
12459 if test -n "$result" ; then
12460 canon_targets="$canon_targets $result"
12461 else
12462 # Allow targets that config.sub doesn't recognize, like "all".
12463 canon_targets="$canon_targets $targ"
12464 fi
12465 done
12466fi
12467
12468all_targets=false
12469selarchs=
12470for targ in $target $canon_targets
12471do
12472 if test "x$targ" = "xall" ; then
12473 all_targets=true
12474 else
12475 . $srcdir/../bfd/config.bfd
12476 selarchs="$selarchs $targ_archs"
12477 fi
979273e3 12478done
252b5132
RH
12479
12480# Utility var, documents generic cgen support files.
12481
3609e0fe 12482cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
252b5132
RH
12483
12484# We don't do any links based on the target system, just makefile config.
12485
12486if test x${all_targets} = xfalse ; then
12487
12488 # Target architecture .o files.
12489 ta=
12490
12491 for arch in $selarchs
12492 do
12493 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12494 archdefs="$archdefs -DARCH_$ad"
12495 case "$arch" in
a06ea964 12496 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 12497 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
0d2bcfaf 12498 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
252b5132 12499 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
adde6300 12500 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
4b7f6baa 12501 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
3843081d 12502 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
3609e0fe 12503 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
3843081d 12504 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
252b5132
RH
12505 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12506 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
d172d4ba 12507 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
3843081d
JBG
12508 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12509 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
20135e4c 12510 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
252b5132
RH
12511 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12512 bfd_h8500_arch) ta="$ta h8500-dis.lo" ;;
12513 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
5b93d8bb 12514 bfd_i370_arch) ta="$ta i370-dis.lo i370-opc.lo" ;;
7a9068fe 12515 bfd_i386_arch|bfd_l1om_arch|bfd_k1om_arch)
8a9036a4 12516 ta="$ta i386-dis.lo i386-opc.lo" ;;
9d751335 12517 bfd_i860_arch) ta="$ta i860-dis.lo" ;;
252b5132 12518 bfd_i960_arch) ta="$ta i960-dis.lo" ;;
800eeca4 12519 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
a40cbfa3 12520 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
48891606 12521 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
12522 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12523 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 12524 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
252b5132 12525 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
12526 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12527 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
48891606 12528 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
6927f982 12529 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
252b5132
RH
12530 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12531 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;;
12532 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
bd2f2e55 12533 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
7ba29e2a 12534 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
df58fc94 12535 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
3c3bdf30 12536 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
252b5132
RH
12537 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12538 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
d031aafb 12539 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
2469cfa2 12540 bfd_msp430_arch) ta="$ta msp430-dis.lo" ;;
252b5132 12541 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
87e6d782 12542 bfd_openrisc_arch) ta="$ta openrisc-asm.lo openrisc-desc.lo openrisc-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen=yes ;;
3b16e843 12543 bfd_or32_arch) ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;;
e135f41b 12544 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
3843081d 12545 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
252b5132 12546 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
a85d7ed0 12547 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
5dd0794d 12548 bfd_pyramid_arch) ;;
252b5132
RH
12549 bfd_romp_arch) ;;
12550 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
99c513f6 12551 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
c7927a3c 12552 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
a85d7ed0 12553 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
3843081d 12554 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
09919455 12555 bfd_sh_arch)
d28847ce 12556 # We can't decide what we want just from the CPU family.
e8b872bb
AO
12557 # We want SH5 support unless a specific version of sh is
12558 # specified, as in sh3-elf, sh3b-linux-gnu, etc.
ca0f2ed6
HPN
12559 # Include it just for ELF targets, since the SH5 bfd:s are ELF only.
12560 for t in $target $canon_targets; do
12561 case $t in
5b0e55b6 12562 all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
942e7dd9 12563 sh-*-linux* | shl-*-linux*)
d28847ce 12564 ta="$ta sh64-dis.lo sh64-opc.lo"
ca0f2ed6
HPN
12565 archdefs="$archdefs -DINCLUDE_SHMEDIA"
12566 break;;
12567 esac;
12568 done
d3f1a427 12569 ta="$ta sh-dis.lo cgen-bitset.lo" ;;
252b5132 12570 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
e9f53129 12571 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
252b5132
RH
12572 bfd_tahoe_arch) ;;
12573 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
3843081d 12574 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
5c84d377 12575 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
40b36596 12576 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
252b5132 12577 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
aa137e4d
NC
12578 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12579 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
252b5132
RH
12580 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12581 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12582 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12583 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12584 bfd_w65_arch) ta="$ta w65-dis.lo" ;;
12585 bfd_we32k_arch) ;;
3843081d
JBG
12586 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12587 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
93fbbb04 12588 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
e0001a05 12589 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
3c9b82ba 12590 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
252b5132
RH
12591 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12592
12593 "") ;;
81ecdfbb 12594 *) as_fn_error "*** unknown target architecture $arch" "$LINENO" 5 ;;
252b5132
RH
12595 esac
12596 done
12597
12598 if test $using_cgen = yes ; then
12599 ta="$ta $cgen_files"
12600 fi
12601
12602 # Weed out duplicate .o files.
12603 f=""
12604 for i in $ta ; do
12605 case " $f " in
12606 *" $i "*) ;;
12607 *) f="$f $i" ;;
12608 esac
12609 done
12610 ta="$f"
12611
12612 # And duplicate -D flags.
12613 f=""
12614 for i in $archdefs ; do
12615 case " $f " in
12616 *" $i "*) ;;
12617 *) f="$f $i" ;;
12618 esac
12619 done
12620 archdefs="$f"
12621
12622 BFD_MACHINES="$ta"
12623
12624else # all_targets is true
12625 archdefs=-DARCH_all
12626 BFD_MACHINES='$(ALL_MACHINES)'
12627fi
12628
12629
12630
12631
81ecdfbb 12632ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
979273e3 12633
979273e3 12634cat >confcache <<\_ACEOF
252b5132
RH
12635# This file is a shell script that caches the results of configure
12636# tests run on this system so they can be shared between configure
979273e3
NN
12637# scripts and configure runs, see configure's option --config-cache.
12638# It is not useful on other systems. If it contains results you don't
12639# want to keep, you may remove or edit it.
252b5132 12640#
979273e3
NN
12641# config.status only pays attention to the cache file if you give it
12642# the --recheck option to rerun configure.
252b5132 12643#
979273e3
NN
12644# `ac_cv_env_foo' variables (set or unset) will be overridden when
12645# loading this file, other *unset* `ac_cv_foo' will be assigned the
12646# following values.
12647
12648_ACEOF
12649
252b5132
RH
12650# The following way of writing the cache mishandles newlines in values,
12651# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12652# So, we kill variables containing newlines.
252b5132
RH
12653# Ultrix sh set writes to stderr and can't be redirected directly,
12654# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12655(
12656 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12657 eval ac_val=\$$ac_var
12658 case $ac_val in #(
12659 *${as_nl}*)
12660 case $ac_var in #(
12661 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12662$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12663 esac
12664 case $ac_var in #(
12665 _ | IFS | as_nl) ;; #(
12666 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12667 *) { eval $ac_var=; unset $ac_var;} ;;
12668 esac ;;
12669 esac
12670 done
12671
979273e3 12672 (set) 2>&1 |
81ecdfbb
RW
12673 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12674 *${as_nl}ac_space=\ *)
12675 # `set' does not quote correctly, so add quotes: double-quote
12676 # substitution turns \\\\ into \\, and sed turns \\ into \.
979273e3
NN
12677 sed -n \
12678 "s/'/'\\\\''/g;
12679 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12680 ;; #(
979273e3
NN
12681 *)
12682 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12683 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
979273e3 12684 ;;
81ecdfbb
RW
12685 esac |
12686 sort
12687) |
979273e3 12688 sed '
81ecdfbb 12689 /^ac_cv_env_/b end
979273e3 12690 t clear
81ecdfbb 12691 :clear
979273e3
NN
12692 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12693 t end
81ecdfbb
RW
12694 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12695 :end' >>confcache
12696if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12697 if test -w "$cache_file"; then
12698 test "x$cache_file" != "x/dev/null" &&
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12700$as_echo "$as_me: updating cache $cache_file" >&6;}
979273e3 12701 cat confcache >$cache_file
252b5132 12702 else
81ecdfbb
RW
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12704$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
252b5132
RH
12705 fi
12706fi
12707rm -f confcache
12708
252b5132
RH
12709test "x$prefix" = xNONE && prefix=$ac_default_prefix
12710# Let make expand exec_prefix.
12711test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12712
252b5132
RH
12713DEFS=-DHAVE_CONFIG_H
12714
979273e3
NN
12715ac_libobjs=
12716ac_ltlibobjs=
12717for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12718 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12719 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12720 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12721 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12722 # will be set to the directory where LIBOBJS objects are built.
12723 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12724 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
979273e3
NN
12725done
12726LIBOBJS=$ac_libobjs
252b5132 12727
979273e3
NN
12728LTLIBOBJS=$ac_ltlibobjs
12729
12730
8ae85421 12731if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
12732 as_fn_error "conditional \"AMDEP\" was never defined.
12733Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
12734fi
12735if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
12736 as_fn_error "conditional \"am__fastdepCC\" was never defined.
12737Usually this means the macro was only invoked conditionally." "$LINENO" 5
12738fi
12739 if test -n "$EXEEXT"; then
12740 am__EXEEXT_TRUE=
12741 am__EXEEXT_FALSE='#'
12742else
12743 am__EXEEXT_TRUE='#'
12744 am__EXEEXT_FALSE=
8ae85421 12745fi
81ecdfbb 12746
8ae85421 12747if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
12748 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
12749Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
12750fi
12751if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
81ecdfbb
RW
12752 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
12753Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421
AM
12754fi
12755if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
81ecdfbb
RW
12756 as_fn_error "conditional \"CGEN_MAINT\" was never defined.
12757Usually this means the macro was only invoked conditionally." "$LINENO" 5
8ae85421 12758fi
979273e3
NN
12759
12760: ${CONFIG_STATUS=./config.status}
81ecdfbb 12761ac_write_fail=0
979273e3
NN
12762ac_clean_files_save=$ac_clean_files
12763ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12764{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12765$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12766as_write_fail=0
12767cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
979273e3
NN
12768#! $SHELL
12769# Generated by $as_me.
252b5132 12770# Run this file to recreate the current configuration.
252b5132 12771# Compiler output produced by configure, useful for debugging
979273e3 12772# configure, is in config.log if it exists.
252b5132 12773
979273e3
NN
12774debug=false
12775ac_cs_recheck=false
12776ac_cs_silent=false
979273e3 12777
81ecdfbb
RW
12778SHELL=\${CONFIG_SHELL-$SHELL}
12779export SHELL
12780_ASEOF
12781cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12782## -------------------- ##
12783## M4sh Initialization. ##
12784## -------------------- ##
979273e3 12785
81ecdfbb
RW
12786# Be more Bourne compatible
12787DUALCASE=1; export DUALCASE # for MKS sh
12788if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
979273e3
NN
12789 emulate sh
12790 NULLCMD=:
81ecdfbb 12791 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
979273e3
NN
12792 # is contrary to our usage. Disable this feature.
12793 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12794 setopt NO_GLOB_SUBST
12795else
12796 case `(set -o) 2>/dev/null` in #(
12797 *posix*) :
12798 set -o posix ;; #(
12799 *) :
12800 ;;
12801esac
979273e3 12802fi
979273e3 12803
81ecdfbb
RW
12804
12805as_nl='
12806'
12807export as_nl
12808# Printing a long string crashes Solaris 7 /usr/bin/printf.
12809as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12810as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12811as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12812# Prefer a ksh shell builtin over an external printf program on Solaris,
12813# but without wasting forks for bash or zsh.
12814if test -z "$BASH_VERSION$ZSH_VERSION" \
12815 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12816 as_echo='print -r --'
12817 as_echo_n='print -rn --'
12818elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12819 as_echo='printf %s\n'
12820 as_echo_n='printf %s'
12821else
12822 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12823 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12824 as_echo_n='/usr/ucb/echo -n'
12825 else
12826 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12827 as_echo_n_body='eval
12828 arg=$1;
12829 case $arg in #(
12830 *"$as_nl"*)
12831 expr "X$arg" : "X\\(.*\\)$as_nl";
12832 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12833 esac;
12834 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12835 '
12836 export as_echo_n_body
12837 as_echo_n='sh -c $as_echo_n_body as_echo'
12838 fi
12839 export as_echo_body
12840 as_echo='sh -c $as_echo_body as_echo'
12841fi
12842
12843# The user is always right.
12844if test "${PATH_SEPARATOR+set}" != set; then
12845 PATH_SEPARATOR=:
12846 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12847 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12848 PATH_SEPARATOR=';'
12849 }
979273e3
NN
12850fi
12851
12852
81ecdfbb
RW
12853# IFS
12854# We need space, tab and new line, in precisely that order. Quoting is
12855# there to prevent editors from complaining about space-tab.
12856# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12857# splitting by setting IFS to empty value.)
12858IFS=" "" $as_nl"
12859
12860# Find who we are. Look in the path if we contain no directory separator.
12861case $0 in #((
12862 *[\\/]* ) as_myself=$0 ;;
12863 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12864for as_dir in $PATH
12865do
12866 IFS=$as_save_IFS
12867 test -z "$as_dir" && as_dir=.
12868 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12869 done
12870IFS=$as_save_IFS
12871
12872 ;;
12873esac
12874# We did not find ourselves, most probably we were run as `sh COMMAND'
12875# in which case we are not to be found in the path.
12876if test "x$as_myself" = x; then
12877 as_myself=$0
12878fi
12879if test ! -f "$as_myself"; then
12880 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12881 exit 1
12882fi
12883
12884# Unset variables that we do not need and which cause bugs (e.g. in
12885# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12886# suppresses any "Segmentation fault" message there. '((' could
12887# trigger a bug in pdksh 5.2.14.
12888for as_var in BASH_ENV ENV MAIL MAILPATH
12889do eval test x\${$as_var+set} = xset \
12890 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12891done
979273e3
NN
12892PS1='$ '
12893PS2='> '
12894PS4='+ '
12895
12896# NLS nuisances.
81ecdfbb
RW
12897LC_ALL=C
12898export LC_ALL
12899LANGUAGE=C
12900export LANGUAGE
12901
12902# CDPATH.
12903(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12904
12905
12906# as_fn_error ERROR [LINENO LOG_FD]
12907# ---------------------------------
12908# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12909# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12910# script with status $?, using 1 if that was 0.
12911as_fn_error ()
12912{
12913 as_status=$?; test $as_status -eq 0 && as_status=1
12914 if test "$3"; then
12915 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12916 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
979273e3 12917 fi
81ecdfbb
RW
12918 $as_echo "$as_me: error: $1" >&2
12919 as_fn_exit $as_status
12920} # as_fn_error
12921
12922
12923# as_fn_set_status STATUS
12924# -----------------------
12925# Set $? to STATUS, without forking.
12926as_fn_set_status ()
12927{
12928 return $1
12929} # as_fn_set_status
12930
12931# as_fn_exit STATUS
12932# -----------------
12933# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12934as_fn_exit ()
12935{
12936 set +e
12937 as_fn_set_status $1
12938 exit $1
12939} # as_fn_exit
12940
12941# as_fn_unset VAR
12942# ---------------
12943# Portably unset VAR.
12944as_fn_unset ()
12945{
12946 { eval $1=; unset $1;}
12947}
12948as_unset=as_fn_unset
12949# as_fn_append VAR VALUE
12950# ----------------------
12951# Append the text in VALUE to the end of the definition contained in VAR. Take
12952# advantage of any shell optimizations that allow amortized linear growth over
12953# repeated appends, instead of the typical quadratic growth present in naive
12954# implementations.
12955if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12956 eval 'as_fn_append ()
12957 {
12958 eval $1+=\$2
12959 }'
12960else
12961 as_fn_append ()
12962 {
12963 eval $1=\$$1\$2
12964 }
12965fi # as_fn_append
12966
12967# as_fn_arith ARG...
12968# ------------------
12969# Perform arithmetic evaluation on the ARGs, and store the result in the
12970# global $as_val. Take advantage of shells that can avoid forks. The arguments
12971# must be portable across $(()) and expr.
12972if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12973 eval 'as_fn_arith ()
12974 {
12975 as_val=$(( $* ))
12976 }'
12977else
12978 as_fn_arith ()
12979 {
12980 as_val=`expr "$@" || test $? -eq 1`
12981 }
12982fi # as_fn_arith
12983
252b5132 12984
81ecdfbb
RW
12985if expr a : '\(a\)' >/dev/null 2>&1 &&
12986 test "X`expr 00001 : '.*\(...\)'`" = X001; then
979273e3
NN
12987 as_expr=expr
12988else
12989 as_expr=false
12990fi
12991
81ecdfbb 12992if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
979273e3
NN
12993 as_basename=basename
12994else
12995 as_basename=false
12996fi
252b5132 12997
81ecdfbb
RW
12998if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12999 as_dirname=dirname
13000else
13001 as_dirname=false
13002fi
252b5132 13003
81ecdfbb 13004as_me=`$as_basename -- "$0" ||
979273e3
NN
13005$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13006 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13007 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13008$as_echo X/"$0" |
13009 sed '/^.*\/\([^/][^/]*\)\/*$/{
13010 s//\1/
13011 q
13012 }
13013 /^X\/\(\/\/\)$/{
13014 s//\1/
13015 q
13016 }
13017 /^X\/\(\/\).*/{
13018 s//\1/
13019 q
13020 }
13021 s/.*/./; q'`
252b5132 13022
979273e3
NN
13023# Avoid depending upon Character Ranges.
13024as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13025as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13026as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13027as_cr_digits='0123456789'
13028as_cr_alnum=$as_cr_Letters$as_cr_digits
13029
81ecdfbb
RW
13030ECHO_C= ECHO_N= ECHO_T=
13031case `echo -n x` in #(((((
13032-n*)
13033 case `echo 'xy\c'` in
13034 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13035 xy) ECHO_C='\c';;
13036 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13037 ECHO_T=' ';;
13038 esac;;
13039*)
13040 ECHO_N='-n';;
979273e3
NN
13041esac
13042
81ecdfbb
RW
13043rm -f conf$$ conf$$.exe conf$$.file
13044if test -d conf$$.dir; then
13045 rm -f conf$$.dir/conf$$.file
979273e3 13046else
81ecdfbb
RW
13047 rm -f conf$$.dir
13048 mkdir conf$$.dir 2>/dev/null
979273e3 13049fi
81ecdfbb
RW
13050if (echo >conf$$.file) 2>/dev/null; then
13051 if ln -s conf$$.file conf$$ 2>/dev/null; then
979273e3 13052 as_ln_s='ln -s'
81ecdfbb
RW
13053 # ... but there are two gotchas:
13054 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13055 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13056 # In both cases, we have to default to `cp -p'.
13057 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13058 as_ln_s='cp -p'
13059 elif ln conf$$.file conf$$ 2>/dev/null; then
13060 as_ln_s=ln
13061 else
13062 as_ln_s='cp -p'
252b5132 13063 fi
979273e3
NN
13064else
13065 as_ln_s='cp -p'
13066fi
81ecdfbb
RW
13067rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13068rmdir conf$$.dir 2>/dev/null
13069
13070
13071# as_fn_mkdir_p
13072# -------------
13073# Create "$as_dir" as a directory, including parents if necessary.
13074as_fn_mkdir_p ()
13075{
13076
13077 case $as_dir in #(
13078 -*) as_dir=./$as_dir;;
13079 esac
13080 test -d "$as_dir" || eval $as_mkdir_p || {
13081 as_dirs=
13082 while :; do
13083 case $as_dir in #(
13084 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13085 *) as_qdir=$as_dir;;
13086 esac
13087 as_dirs="'$as_qdir' $as_dirs"
13088 as_dir=`$as_dirname -- "$as_dir" ||
13089$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13090 X"$as_dir" : 'X\(//\)[^/]' \| \
13091 X"$as_dir" : 'X\(//\)$' \| \
13092 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13093$as_echo X"$as_dir" |
13094 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13095 s//\1/
13096 q
13097 }
13098 /^X\(\/\/\)[^/].*/{
13099 s//\1/
13100 q
13101 }
13102 /^X\(\/\/\)$/{
13103 s//\1/
13104 q
13105 }
13106 /^X\(\/\).*/{
13107 s//\1/
13108 q
13109 }
13110 s/.*/./; q'`
13111 test -d "$as_dir" && break
13112 done
13113 test -z "$as_dirs" || eval "mkdir $as_dirs"
13114 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
979273e3 13115
81ecdfbb
RW
13116
13117} # as_fn_mkdir_p
979273e3 13118if mkdir -p . 2>/dev/null; then
81ecdfbb 13119 as_mkdir_p='mkdir -p "$as_dir"'
979273e3
NN
13120else
13121 test -d ./-p && rmdir ./-p
13122 as_mkdir_p=false
13123fi
13124
81ecdfbb
RW
13125if test -x / >/dev/null 2>&1; then
13126 as_test_x='test -x'
13127else
13128 if ls -dL / >/dev/null 2>&1; then
13129 as_ls_L_option=L
13130 else
13131 as_ls_L_option=
13132 fi
13133 as_test_x='
13134 eval sh -c '\''
13135 if test -d "$1"; then
13136 test -d "$1/.";
13137 else
13138 case $1 in #(
13139 -*)set "./$1";;
13140 esac;
13141 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13142 ???[sx]*):;;*)false;;esac;fi
13143 '\'' sh
13144 '
13145fi
13146as_executable_p=$as_test_x
979273e3
NN
13147
13148# Sed expression to map a string onto a valid CPP name.
13149as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13150
13151# Sed expression to map a string onto a valid variable name.
13152as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13153
13154
979273e3 13155exec 6>&1
81ecdfbb
RW
13156## ----------------------------------- ##
13157## Main body of $CONFIG_STATUS script. ##
13158## ----------------------------------- ##
13159_ASEOF
13160test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
979273e3 13161
81ecdfbb
RW
13162cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13163# Save the log message, to keep $0 and so on meaningful, and to
979273e3 13164# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13165# values after options handling.
13166ac_log="
979273e3 13167This file was extended by $as_me, which was
81ecdfbb 13168generated by GNU Autoconf 2.64. Invocation command line was
979273e3
NN
13169
13170 CONFIG_FILES = $CONFIG_FILES
13171 CONFIG_HEADERS = $CONFIG_HEADERS
13172 CONFIG_LINKS = $CONFIG_LINKS
13173 CONFIG_COMMANDS = $CONFIG_COMMANDS
13174 $ $0 $@
13175
81ecdfbb
RW
13176on `(hostname || uname -n) 2>/dev/null | sed 1q`
13177"
13178
979273e3
NN
13179_ACEOF
13180
81ecdfbb
RW
13181case $ac_config_files in *"
13182"*) set x $ac_config_files; shift; ac_config_files=$*;;
13183esac
979273e3 13184
81ecdfbb
RW
13185case $ac_config_headers in *"
13186"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13187esac
979273e3 13188
979273e3 13189
81ecdfbb
RW
13190cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13191# Files that config.status was made for.
13192config_files="$ac_config_files"
13193config_headers="$ac_config_headers"
13194config_commands="$ac_config_commands"
979273e3 13195
81ecdfbb 13196_ACEOF
979273e3 13197
81ecdfbb 13198cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3 13199ac_cs_usage="\
81ecdfbb
RW
13200\`$as_me' instantiates files and other configuration actions
13201from templates according to the current configuration. Unless the files
13202and actions are specified as TAGs, all are instantiated by default.
979273e3 13203
81ecdfbb 13204Usage: $0 [OPTION]... [TAG]...
979273e3
NN
13205
13206 -h, --help print this help, then exit
81ecdfbb
RW
13207 -V, --version print version number and configuration settings, then exit
13208 -q, --quiet, --silent
13209 do not print progress messages
979273e3
NN
13210 -d, --debug don't remove temporary files
13211 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
13212 --file=FILE[:TEMPLATE]
13213 instantiate the configuration file FILE
13214 --header=FILE[:TEMPLATE]
13215 instantiate the configuration header FILE
979273e3
NN
13216
13217Configuration files:
13218$config_files
13219
13220Configuration headers:
13221$config_headers
13222
13223Configuration commands:
13224$config_commands
13225
81ecdfbb 13226Report bugs to the package provider."
979273e3 13227
81ecdfbb
RW
13228_ACEOF
13229cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3
NN
13230ac_cs_version="\\
13231config.status
81ecdfbb
RW
13232configured by $0, generated by GNU Autoconf 2.64,
13233 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
979273e3 13234
81ecdfbb 13235Copyright (C) 2009 Free Software Foundation, Inc.
979273e3
NN
13236This config.status script is free software; the Free Software Foundation
13237gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
13238
13239ac_pwd='$ac_pwd'
13240srcdir='$srcdir'
13241INSTALL='$INSTALL'
13242MKDIR_P='$MKDIR_P'
13243AWK='$AWK'
13244test -n "\$AWK" || AWK=awk
979273e3
NN
13245_ACEOF
13246
81ecdfbb
RW
13247cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13248# The default lists apply if the user does not specify any file.
979273e3
NN
13249ac_need_defaults=:
13250while test $# != 0
13251do
13252 case $1 in
13253 --*=*)
81ecdfbb
RW
13254 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13255 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
979273e3
NN
13256 ac_shift=:
13257 ;;
81ecdfbb 13258 *)
979273e3
NN
13259 ac_option=$1
13260 ac_optarg=$2
13261 ac_shift=shift
13262 ;;
979273e3
NN
13263 esac
13264
13265 case $ac_option in
13266 # Handling of the options.
979273e3
NN
13267 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13268 ac_cs_recheck=: ;;
81ecdfbb
RW
13269 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13270 $as_echo "$ac_cs_version"; exit ;;
13271 --debug | --debu | --deb | --de | --d | -d )
979273e3
NN
13272 debug=: ;;
13273 --file | --fil | --fi | --f )
13274 $ac_shift
81ecdfbb
RW
13275 case $ac_optarg in
13276 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13277 esac
13278 as_fn_append CONFIG_FILES " '$ac_optarg'"
979273e3
NN
13279 ac_need_defaults=false;;
13280 --header | --heade | --head | --hea )
13281 $ac_shift
81ecdfbb
RW
13282 case $ac_optarg in
13283 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13284 esac
13285 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
979273e3 13286 ac_need_defaults=false;;
81ecdfbb
RW
13287 --he | --h)
13288 # Conflict between --help and --header
13289 as_fn_error "ambiguous option: \`$1'
13290Try \`$0 --help' for more information.";;
13291 --help | --hel | -h )
13292 $as_echo "$ac_cs_usage"; exit ;;
979273e3
NN
13293 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13294 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13295 ac_cs_silent=: ;;
13296
13297 # This is an error.
81ecdfbb
RW
13298 -*) as_fn_error "unrecognized option: \`$1'
13299Try \`$0 --help' for more information." ;;
979273e3 13300
81ecdfbb
RW
13301 *) as_fn_append ac_config_targets " $1"
13302 ac_need_defaults=false ;;
979273e3
NN
13303
13304 esac
13305 shift
252b5132 13306done
979273e3
NN
13307
13308ac_configure_extra_args=
13309
13310if $ac_cs_silent; then
13311 exec 6>/dev/null
13312 ac_configure_extra_args="$ac_configure_extra_args --silent"
252b5132 13313fi
252b5132 13314
979273e3 13315_ACEOF
81ecdfbb 13316cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3 13317if \$ac_cs_recheck; then
81ecdfbb
RW
13318 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13319 shift
13320 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13321 CONFIG_SHELL='$SHELL'
13322 export CONFIG_SHELL
13323 exec "\$@"
979273e3 13324fi
252b5132 13325
979273e3 13326_ACEOF
81ecdfbb
RW
13327cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13328exec 5>>config.log
13329{
13330 echo
13331 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13332## Running $as_me. ##
13333_ASBOX
13334 $as_echo "$ac_log"
13335} >&5
979273e3 13336
81ecdfbb
RW
13337_ACEOF
13338cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
979273e3 13339#
81ecdfbb 13340# INIT-COMMANDS
979273e3 13341#
8ae85421 13342AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
13343
13344
13345# The HP-UX ksh and POSIX shell print the target directory to stdout
13346# if CDPATH is set.
13347(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13348
13349sed_quote_subst='$sed_quote_subst'
13350double_quote_subst='$double_quote_subst'
13351delay_variable_subst='$delay_variable_subst'
3725885a
RW
13352enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13353macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13354macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13355enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13356pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13357enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13358SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13359ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13360host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13361host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13362host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13363build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13364build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13365build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13366SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13367Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13368GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13369EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13370FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13371LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13372NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13373LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13374max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13375ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13376exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13377lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13378lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13379lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13380reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13381reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13382OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13383deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13384file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13385AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13386AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13387STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13388RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13389old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13390old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13391old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13392lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13393CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13394CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13395compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13396GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13397lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13398lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13399lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13400lt_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"`'
13401objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13402MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13403lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13404lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13405lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13406lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13407lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13408need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13409DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13410NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13411LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13412OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13413OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13414libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13415shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13416extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13417archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13418enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13419export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13420whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13421compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13422old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13423old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13424archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13425archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13426module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13427module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13428with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13429allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13430no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13431hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13432hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13433hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13434hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13435hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13436hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13437hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13438hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13439inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13440link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13441fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13442always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13443export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13444exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13445include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13446prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13447file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13448variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13449need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13450need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13451version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13452runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13453shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13454shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13455libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13456library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13457soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13458install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13459postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13460postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13461finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13462finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13463hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13464sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13465sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13466hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13467enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13468enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13469enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13470old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13471striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
13472
13473LTCC='$LTCC'
13474LTCFLAGS='$LTCFLAGS'
13475compiler='$compiler_DEFAULT'
13476
3725885a
RW
13477# A function that is used when there is no print builtin or printf.
13478func_fallback_echo ()
13479{
13480 eval 'cat <<_LTECHO_EOF
13481\$1
13482_LTECHO_EOF'
13483}
13484
d7040cdb 13485# Quote evaled strings.
3725885a
RW
13486for var in SHELL \
13487ECHO \
13488SED \
d7040cdb
SE
13489GREP \
13490EGREP \
13491FGREP \
13492LD \
13493NM \
13494LN_S \
13495lt_SP2NL \
13496lt_NL2SP \
13497reload_flag \
1927a18f 13498OBJDUMP \
d7040cdb
SE
13499deplibs_check_method \
13500file_magic_cmd \
13501AR \
13502AR_FLAGS \
13503STRIP \
13504RANLIB \
13505CC \
13506CFLAGS \
13507compiler \
13508lt_cv_sys_global_symbol_pipe \
13509lt_cv_sys_global_symbol_to_cdecl \
13510lt_cv_sys_global_symbol_to_c_name_address \
1927a18f 13511lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
13512lt_prog_compiler_no_builtin_flag \
13513lt_prog_compiler_wl \
13514lt_prog_compiler_pic \
13515lt_prog_compiler_static \
13516lt_cv_prog_compiler_c_o \
13517need_locks \
1927a18f
L
13518DSYMUTIL \
13519NMEDIT \
13520LIPO \
13521OTOOL \
13522OTOOL64 \
d7040cdb
SE
13523shrext_cmds \
13524export_dynamic_flag_spec \
13525whole_archive_flag_spec \
13526compiler_needs_object \
13527with_gnu_ld \
13528allow_undefined_flag \
13529no_undefined_flag \
13530hardcode_libdir_flag_spec \
13531hardcode_libdir_flag_spec_ld \
13532hardcode_libdir_separator \
13533fix_srcfile_path \
13534exclude_expsyms \
13535include_expsyms \
13536file_list_spec \
13537variables_saved_for_relink \
13538libname_spec \
13539library_names_spec \
13540soname_spec \
3725885a 13541install_override_mode \
d7040cdb
SE
13542finish_eval \
13543old_striplib \
13544striplib; do
3725885a 13545 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 13546 *[\\\\\\\`\\"\\\$]*)
3725885a 13547 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
13548 ;;
13549 *)
13550 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13551 ;;
13552 esac
13553done
13554
13555# Double-quote double-evaled strings.
13556for var in reload_cmds \
13557old_postinstall_cmds \
13558old_postuninstall_cmds \
13559old_archive_cmds \
13560extract_expsyms_cmds \
13561old_archive_from_new_cmds \
13562old_archive_from_expsyms_cmds \
13563archive_cmds \
13564archive_expsym_cmds \
13565module_cmds \
13566module_expsym_cmds \
13567export_symbols_cmds \
13568prelink_cmds \
13569postinstall_cmds \
13570postuninstall_cmds \
13571finish_cmds \
13572sys_lib_search_path_spec \
13573sys_lib_dlsearch_path_spec; do
3725885a 13574 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 13575 *[\\\\\\\`\\"\\\$]*)
3725885a 13576 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
13577 ;;
13578 *)
13579 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13580 ;;
13581 esac
13582done
13583
d7040cdb
SE
13584ac_aux_dir='$ac_aux_dir'
13585xsi_shell='$xsi_shell'
13586lt_shell_append='$lt_shell_append'
13587
13588# See if we are running on zsh, and set the options which allow our
13589# commands through without removal of \ escapes INIT.
13590if test -n "\${ZSH_VERSION+set}" ; then
13591 setopt NO_GLOB_SUBST
13592fi
13593
13594
13595 PACKAGE='$PACKAGE'
13596 VERSION='$VERSION'
13597 TIMESTAMP='$TIMESTAMP'
13598 RM='$RM'
13599 ofile='$ofile'
13600
13601
13602
20e95c23
DJ
13603# Capture the value of obsolete ALL_LINGUAS because we need it to compute
13604 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13605 # from automake.
13606 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13607 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13608 LINGUAS="${LINGUAS-%UNSET%}"
979273e3
NN
13609
13610
13611_ACEOF
13612
81ecdfbb 13613cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3 13614
81ecdfbb 13615# Handling of arguments.
979273e3
NN
13616for ac_config_target in $ac_config_targets
13617do
81ecdfbb
RW
13618 case $ac_config_target in
13619 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13620 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13621 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13622 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
13623 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13624 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13625
13626 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132 13627 esac
979273e3 13628done
252b5132 13629
81ecdfbb 13630
979273e3
NN
13631# If the user did not use the arguments to specify the items to instantiate,
13632# then the envvar interface is used. Set only those that are not.
13633# We use the long form for the default assignment because of an extremely
13634# bizarre bug on SunOS 4.1.3.
13635if $ac_need_defaults; then
13636 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13637 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13638 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13639fi
13640
13641# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13642# simply because there is no reason against having it here, and in addition,
979273e3 13643# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13644# Hook for its removal unless debugging.
13645# Note that there is a small window in which the directory will not be cleaned:
13646# after its creation but before its name has been assigned to `$tmp'.
979273e3
NN
13647$debug ||
13648{
81ecdfbb
RW
13649 tmp=
13650 trap 'exit_status=$?
13651 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
13652' 0
13653 trap 'as_fn_exit 1' 1 2 13 15
979273e3 13654}
979273e3
NN
13655# Create a (secure) tmp directory for tmp files.
13656
13657{
81ecdfbb 13658 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
979273e3
NN
13659 test -n "$tmp" && test -d "$tmp"
13660} ||
13661{
81ecdfbb
RW
13662 tmp=./conf$$-$RANDOM
13663 (umask 077 && mkdir "$tmp")
13664} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
13665
13666# Set up the scripts for CONFIG_FILES section.
13667# No need to generate them if there are no CONFIG_FILES.
13668# This happens for instance with `./config.status config.h'.
13669if test -n "$CONFIG_FILES"; then
13670
13671
13672ac_cr=`echo X | tr X '\015'`
13673# On cygwin, bash can eat \r inside `` if the user requested igncr.
13674# But we know of no other shell where ac_cr would be empty at this
13675# point, so we can use a bashism as a fallback.
13676if test "x$ac_cr" = x; then
13677 eval ac_cr=\$\'\\r\'
13678fi
13679ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13680if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13681 ac_cs_awk_cr='\r'
13682else
13683 ac_cs_awk_cr=$ac_cr
13684fi
13685
13686echo 'BEGIN {' >"$tmp/subs1.awk" &&
13687_ACEOF
13688
13689
13690{
13691 echo "cat >conf$$subs.awk <<_ACEOF" &&
13692 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13693 echo "_ACEOF"
13694} >conf$$subs.sh ||
13695 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13696ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
13697ac_delim='%!_!# '
13698for ac_last_try in false false false false false :; do
13699 . ./conf$$subs.sh ||
13700 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13701
13702 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13703 if test $ac_delim_n = $ac_delim_num; then
13704 break
13705 elif $ac_last_try; then
13706 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13707 else
13708 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13709 fi
13710done
13711rm -f conf$$subs.sh
13712
13713cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13714cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
13715_ACEOF
13716sed -n '
13717h
13718s/^/S["/; s/!.*/"]=/
13719p
13720g
13721s/^[^!]*!//
13722:repl
13723t repl
13724s/'"$ac_delim"'$//
13725t delim
13726:nl
13727h
13728s/\(.\{148\}\).*/\1/
13729t more1
13730s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13731p
13732n
13733b repl
13734:more1
13735s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13736p
13737g
13738s/.\{148\}//
13739t nl
13740:delim
13741h
13742s/\(.\{148\}\).*/\1/
13743t more2
13744s/["\\]/\\&/g; s/^/"/; s/$/"/
13745p
13746b
13747:more2
13748s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13749p
13750g
13751s/.\{148\}//
13752t delim
13753' <conf$$subs.awk | sed '
13754/^[^""]/{
13755 N
13756 s/\n//
13757}
13758' >>$CONFIG_STATUS || ac_write_fail=1
13759rm -f conf$$subs.awk
13760cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13761_ACAWK
13762cat >>"\$tmp/subs1.awk" <<_ACAWK &&
13763 for (key in S) S_is_set[key] = 1
13764 FS = "\a"
13765
13766}
979273e3 13767{
81ecdfbb
RW
13768 line = $ 0
13769 nfields = split(line, field, "@")
13770 substed = 0
13771 len = length(field[1])
13772 for (i = 2; i < nfields; i++) {
13773 key = field[i]
13774 keylen = length(key)
13775 if (S_is_set[key]) {
13776 value = S[key]
13777 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13778 len += length(value) + length(field[++i])
13779 substed = 1
13780 } else
13781 len += 1 + keylen
13782 }
13783
13784 print line
979273e3
NN
13785}
13786
81ecdfbb
RW
13787_ACAWK
13788_ACEOF
13789cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13790if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13791 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13792else
13793 cat
13794fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
13795 || as_fn_error "could not setup config files machinery" "$LINENO" 5
979273e3
NN
13796_ACEOF
13797
81ecdfbb
RW
13798# VPATH may cause trouble with some makes, so we remove $(srcdir),
13799# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13800# trailing colons and then remove the whole line if VPATH becomes empty
13801# (actually we leave an empty line to preserve line numbers).
13802if test "x$srcdir" = x.; then
13803 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13804s/:*\$(srcdir):*/:/
13805s/:*\${srcdir}:*/:/
13806s/:*@srcdir@:*/:/
13807s/^\([^=]*=[ ]*\):*/\1/
13808s/:*$//
13809s/^[^=]*=[ ]*$//
13810}'
13811fi
13812
13813cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13814fi # test -n "$CONFIG_FILES"
979273e3 13815
81ecdfbb
RW
13816# Set up the scripts for CONFIG_HEADERS section.
13817# No need to generate them if there are no CONFIG_HEADERS.
13818# This happens for instance with `./config.status Makefile'.
13819if test -n "$CONFIG_HEADERS"; then
13820cat >"$tmp/defines.awk" <<\_ACAWK ||
13821BEGIN {
13822_ACEOF
979273e3 13823
81ecdfbb
RW
13824# Transform confdefs.h into an awk script `defines.awk', embedded as
13825# here-document in config.status, that substitutes the proper values into
13826# config.h.in to produce config.h.
979273e3 13827
81ecdfbb
RW
13828# Create a delimiter string that does not exist in confdefs.h, to ease
13829# handling of long lines.
13830ac_delim='%!_!# '
13831for ac_last_try in false false :; do
13832 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
13833 if test -z "$ac_t"; then
13834 break
13835 elif $ac_last_try; then
13836 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
13837 else
13838 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13839 fi
13840done
13841
13842# For the awk script, D is an array of macro values keyed by name,
13843# likewise P contains macro parameters if any. Preserve backslash
13844# newline sequences.
13845
13846ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13847sed -n '
13848s/.\{148\}/&'"$ac_delim"'/g
13849t rset
13850:rset
13851s/^[ ]*#[ ]*define[ ][ ]*/ /
13852t def
13853d
13854:def
13855s/\\$//
13856t bsnl
13857s/["\\]/\\&/g
13858s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13859D["\1"]=" \3"/p
13860s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13861d
13862:bsnl
13863s/["\\]/\\&/g
13864s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13865D["\1"]=" \3\\\\\\n"\\/p
13866t cont
13867s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13868t cont
13869d
13870:cont
13871n
13872s/.\{148\}/&'"$ac_delim"'/g
13873t clear
13874:clear
13875s/\\$//
13876t bsnlc
13877s/["\\]/\\&/g; s/^/"/; s/$/"/p
13878d
13879:bsnlc
13880s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13881b cont
13882' <confdefs.h | sed '
13883s/'"$ac_delim"'/"\\\
13884"/g' >>$CONFIG_STATUS || ac_write_fail=1
13885
13886cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13887 for (key in D) D_is_set[key] = 1
13888 FS = "\a"
13889}
13890/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13891 line = \$ 0
13892 split(line, arg, " ")
13893 if (arg[1] == "#") {
13894 defundef = arg[2]
13895 mac1 = arg[3]
13896 } else {
13897 defundef = substr(arg[1], 2)
13898 mac1 = arg[2]
13899 }
13900 split(mac1, mac2, "(") #)
13901 macro = mac2[1]
13902 prefix = substr(line, 1, index(line, defundef) - 1)
13903 if (D_is_set[macro]) {
13904 # Preserve the white space surrounding the "#".
13905 print prefix "define", macro P[macro] D[macro]
13906 next
13907 } else {
13908 # Replace #undef with comments. This is necessary, for example,
13909 # in the case of _POSIX_SOURCE, which is predefined and required
13910 # on some systems where configure will not decide to define it.
13911 if (defundef == "undef") {
13912 print "/*", prefix defundef, macro, "*/"
13913 next
13914 }
13915 }
13916}
13917{ print }
13918_ACAWK
979273e3 13919_ACEOF
81ecdfbb
RW
13920cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13921 as_fn_error "could not setup config headers machinery" "$LINENO" 5
13922fi # test -n "$CONFIG_HEADERS"
979273e3 13923
81ecdfbb
RW
13924
13925eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13926shift
13927for ac_tag
13928do
13929 case $ac_tag in
13930 :[FHLC]) ac_mode=$ac_tag; continue;;
13931 esac
13932 case $ac_mode$ac_tag in
13933 :[FHL]*:*);;
13934 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
13935 :[FH]-) ac_tag=-:-;;
13936 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13937 esac
13938 ac_save_IFS=$IFS
13939 IFS=:
13940 set x $ac_tag
13941 IFS=$ac_save_IFS
13942 shift
13943 ac_file=$1
13944 shift
13945
13946 case $ac_mode in
13947 :L) ac_source=$1;;
13948 :[FH])
13949 ac_file_inputs=
13950 for ac_f
13951 do
13952 case $ac_f in
13953 -) ac_f="$tmp/stdin";;
13954 *) # Look for the file first in the build tree, then in the source tree
13955 # (if the path is not absolute). The absolute path cannot be DOS-style,
13956 # because $ac_f cannot contain `:'.
13957 test -f "$ac_f" ||
13958 case $ac_f in
13959 [\\/$]*) false;;
13960 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13961 esac ||
13962 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13963 esac
13964 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13965 as_fn_append ac_file_inputs " '$ac_f'"
13966 done
13967
13968 # Let's still pretend it is `configure' which instantiates (i.e., don't
13969 # use $as_me), people would be surprised to read:
13970 # /* config.h. Generated by config.status. */
13971 configure_input='Generated from '`
13972 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13973 `' by configure.'
13974 if test x"$ac_file" != x-; then
13975 configure_input="$ac_file. $configure_input"
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13977$as_echo "$as_me: creating $ac_file" >&6;}
979273e3 13978 fi
81ecdfbb
RW
13979 # Neutralize special characters interpreted by sed in replacement strings.
13980 case $configure_input in #(
13981 *\&* | *\|* | *\\* )
13982 ac_sed_conf_input=`$as_echo "$configure_input" |
13983 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13984 *) ac_sed_conf_input=$configure_input;;
13985 esac
252b5132 13986
81ecdfbb
RW
13987 case $ac_tag in
13988 *:-:* | *:-) cat >"$tmp/stdin" \
13989 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
13990 esac
13991 ;;
252b5132
RH
13992 esac
13993
81ecdfbb 13994 ac_dir=`$as_dirname -- "$ac_file" ||
979273e3
NN
13995$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13996 X"$ac_file" : 'X\(//\)[^/]' \| \
13997 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13998 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13999$as_echo X"$ac_file" |
14000 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14001 s//\1/
14002 q
14003 }
14004 /^X\(\/\/\)[^/].*/{
14005 s//\1/
14006 q
14007 }
14008 /^X\(\/\/\)$/{
14009 s//\1/
14010 q
14011 }
14012 /^X\(\/\).*/{
14013 s//\1/
14014 q
14015 }
14016 s/.*/./; q'`
14017 as_dir="$ac_dir"; as_fn_mkdir_p
979273e3
NN
14018 ac_builddir=.
14019
81ecdfbb
RW
14020case "$ac_dir" in
14021.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14022*)
14023 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14024 # A ".." for each directory in $ac_dir_suffix.
14025 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14026 case $ac_top_builddir_sub in
14027 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14028 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14029 esac ;;
14030esac
14031ac_abs_top_builddir=$ac_pwd
14032ac_abs_builddir=$ac_pwd$ac_dir_suffix
14033# for backward compatibility:
14034ac_top_builddir=$ac_top_build_prefix
979273e3
NN
14035
14036case $srcdir in
81ecdfbb 14037 .) # We are building in place.
979273e3 14038 ac_srcdir=.
81ecdfbb
RW
14039 ac_top_srcdir=$ac_top_builddir_sub
14040 ac_abs_top_srcdir=$ac_pwd ;;
14041 [\\/]* | ?:[\\/]* ) # Absolute name.
979273e3 14042 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14043 ac_top_srcdir=$srcdir
14044 ac_abs_top_srcdir=$srcdir ;;
14045 *) # Relative name.
14046 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14047 ac_top_srcdir=$ac_top_build_prefix$srcdir
14048 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
979273e3 14049esac
81ecdfbb 14050ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
979273e3 14051
252b5132 14052
81ecdfbb
RW
14053 case $ac_mode in
14054 :F)
14055 #
14056 # CONFIG_FILE
14057 #
979273e3
NN
14058
14059 case $INSTALL in
14060 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
14061 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14062 esac
14063 ac_MKDIR_P=$MKDIR_P
14064 case $MKDIR_P in
14065 [\\/$]* | ?:[\\/]* ) ;;
14066 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
252b5132 14067 esac
81ecdfbb 14068_ACEOF
252b5132 14069
81ecdfbb
RW
14070cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14071# If the template does not know about datarootdir, expand it.
14072# FIXME: This hack should be removed a few years after 2.60.
14073ac_datarootdir_hack=; ac_datarootdir_seen=
14074ac_sed_dataroot='
14075/datarootdir/ {
14076 p
14077 q
14078}
14079/@datadir@/p
14080/@docdir@/p
14081/@infodir@/p
14082/@localedir@/p
14083/@mandir@/p'
14084case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14085*datarootdir*) ac_datarootdir_seen=yes;;
14086*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14088$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14089_ACEOF
14090cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14091 ac_datarootdir_hack='
14092 s&@datadir@&$datadir&g
14093 s&@docdir@&$docdir&g
14094 s&@infodir@&$infodir&g
14095 s&@localedir@&$localedir&g
14096 s&@mandir@&$mandir&g
14097 s&\\\${datarootdir}&$datarootdir&g' ;;
14098esac
979273e3 14099_ACEOF
81ecdfbb
RW
14100
14101# Neutralize VPATH when `$srcdir' = `.'.
14102# Shell code in configure.ac might set extrasub.
14103# FIXME: do we really want to maintain this feature?
14104cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14105ac_sed_extra="$ac_vpsub
979273e3
NN
14106$extrasub
14107_ACEOF
81ecdfbb 14108cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
979273e3
NN
14109:t
14110/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
14111s|@configure_input@|$ac_sed_conf_input|;t t
14112s&@top_builddir@&$ac_top_builddir_sub&;t t
14113s&@top_build_prefix@&$ac_top_build_prefix&;t t
14114s&@srcdir@&$ac_srcdir&;t t
14115s&@abs_srcdir@&$ac_abs_srcdir&;t t
14116s&@top_srcdir@&$ac_top_srcdir&;t t
14117s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14118s&@builddir@&$ac_builddir&;t t
14119s&@abs_builddir@&$ac_abs_builddir&;t t
14120s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14121s&@INSTALL@&$ac_INSTALL&;t t
14122s&@MKDIR_P@&$ac_MKDIR_P&;t t
14123$ac_datarootdir_hack
14124"
14125eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14126 || as_fn_error "could not create $ac_file" "$LINENO" 5
14127
14128test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14129 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14130 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14132which seems to be undefined. Please make sure it is defined." >&5
14133$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14134which seems to be undefined. Please make sure it is defined." >&2;}
14135
14136 rm -f "$tmp/stdin"
979273e3 14137 case $ac_file in
81ecdfbb
RW
14138 -) cat "$tmp/out" && rm -f "$tmp/out";;
14139 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14140 esac \
14141 || as_fn_error "could not create $ac_file" "$LINENO" 5
14142 ;;
14143 :H)
14144 #
14145 # CONFIG_HEADER
14146 #
979273e3 14147 if test x"$ac_file" != x-; then
81ecdfbb
RW
14148 {
14149 $as_echo "/* $configure_input */" \
14150 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14151 } >"$tmp/config.h" \
14152 || as_fn_error "could not create $ac_file" "$LINENO" 5
14153 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14155$as_echo "$as_me: $ac_file is unchanged" >&6;}
979273e3 14156 else
81ecdfbb
RW
14157 rm -f "$ac_file"
14158 mv "$tmp/config.h" "$ac_file" \
14159 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 14160 fi
979273e3 14161 else
81ecdfbb
RW
14162 $as_echo "/* $configure_input */" \
14163 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14164 || as_fn_error "could not create -" "$LINENO" 5
252b5132 14165 fi
81ecdfbb
RW
14166# Compute "$ac_file"'s index in $config_headers.
14167_am_arg="$ac_file"
8ae85421
AM
14168_am_stamp_count=1
14169for _am_header in $config_headers :; do
14170 case $_am_header in
81ecdfbb 14171 $_am_arg | $_am_arg:* )
8ae85421
AM
14172 break ;;
14173 * )
14174 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14175 esac
14176done
81ecdfbb
RW
14177echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14178$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14179 X"$_am_arg" : 'X\(//\)[^/]' \| \
14180 X"$_am_arg" : 'X\(//\)$' \| \
14181 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14182$as_echo X"$_am_arg" |
14183 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14184 s//\1/
14185 q
14186 }
14187 /^X\(\/\/\)[^/].*/{
14188 s//\1/
14189 q
14190 }
14191 /^X\(\/\/\)$/{
14192 s//\1/
14193 q
14194 }
14195 /^X\(\/\).*/{
14196 s//\1/
14197 q
14198 }
14199 s/.*/./; q'`/stamp-h$_am_stamp_count
14200 ;;
979273e3 14201
81ecdfbb
RW
14202 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14203$as_echo "$as_me: executing $ac_file commands" >&6;}
14204 ;;
14205 esac
979273e3
NN
14206
14207
81ecdfbb
RW
14208 case $ac_file$ac_mode in
14209 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14210 # Autoconf 2.62 quotes --file arguments for eval, but not when files
14211 # are listed without --file. Let's play safe and only enable the eval
14212 # if we detect the quoting.
14213 case $CONFIG_FILES in
14214 *\'*) eval set x "$CONFIG_FILES" ;;
14215 *) set x $CONFIG_FILES ;;
14216 esac
14217 shift
14218 for mf
14219 do
14220 # Strip MF so we end up with the name of the file.
14221 mf=`echo "$mf" | sed -e 's/:.*$//'`
14222 # Check whether this is an Automake generated Makefile or not.
14223 # We used to match only the files named `Makefile.in', but
14224 # some people rename them; so instead we look at the file content.
14225 # Grep'ing the first line is not enough: some people post-process
14226 # each Makefile.in and add a new line on top of each file to say so.
14227 # Grep'ing the whole file is not good either: AIX grep has a line
14228 # limit of 2048, but all sed's we know have understand at least 4000.
14229 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14230 dirpart=`$as_dirname -- "$mf" ||
8ae85421
AM
14231$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14232 X"$mf" : 'X\(//\)[^/]' \| \
14233 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
14234 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14235$as_echo X"$mf" |
14236 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14237 s//\1/
14238 q
14239 }
14240 /^X\(\/\/\)[^/].*/{
14241 s//\1/
14242 q
14243 }
14244 /^X\(\/\/\)$/{
14245 s//\1/
14246 q
14247 }
14248 /^X\(\/\).*/{
14249 s//\1/
14250 q
14251 }
14252 s/.*/./; q'`
14253 else
14254 continue
14255 fi
14256 # Extract the definition of DEPDIR, am__include, and am__quote
14257 # from the Makefile without running `make'.
14258 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14259 test -z "$DEPDIR" && continue
14260 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14261 test -z "am__include" && continue
14262 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14263 # When using ansi2knr, U may be empty or an underscore; expand it
14264 U=`sed -n 's/^U = //p' < "$mf"`
14265 # Find all dependency output files, they are included files with
14266 # $(DEPDIR) in their names. We invoke sed twice because it is the
14267 # simplest approach to changing $(DEPDIR) to its actual value in the
14268 # expansion.
14269 for file in `sed -n "
14270 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14271 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14272 # Make sure the directory exists.
14273 test -f "$dirpart/$file" && continue
14274 fdir=`$as_dirname -- "$file" ||
8ae85421
AM
14275$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14276 X"$file" : 'X\(//\)[^/]' \| \
14277 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
14278 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14279$as_echo X"$file" |
14280 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14281 s//\1/
14282 q
14283 }
14284 /^X\(\/\/\)[^/].*/{
14285 s//\1/
14286 q
14287 }
14288 /^X\(\/\/\)$/{
14289 s//\1/
14290 q
14291 }
14292 /^X\(\/\).*/{
14293 s//\1/
14294 q
14295 }
14296 s/.*/./; q'`
14297 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14298 # echo "creating $dirpart/$file"
14299 echo '# dummy' > "$dirpart/$file"
8ae85421 14300 done
8ae85421 14301 done
81ecdfbb 14302}
d7040cdb 14303 ;;
81ecdfbb 14304 "libtool":C)
d7040cdb
SE
14305
14306 # See if we are running on zsh, and set the options which allow our
14307 # commands through without removal of \ escapes.
14308 if test -n "${ZSH_VERSION+set}" ; then
14309 setopt NO_GLOB_SUBST
14310 fi
14311
14312 cfgfile="${ofile}T"
14313 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14314 $RM "$cfgfile"
14315
14316 cat <<_LT_EOF >> "$cfgfile"
14317#! $SHELL
14318
14319# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
1927a18f 14320# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
14321# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14322# NOTE: Changes made to this file will be lost: look at ltmain.sh.
14323#
1927a18f 14324# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 14325# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
1927a18f 14326# Written by Gordon Matzigkeit, 1996
d7040cdb 14327#
1927a18f 14328# This file is part of GNU Libtool.
d7040cdb 14329#
1927a18f
L
14330# GNU Libtool is free software; you can redistribute it and/or
14331# modify it under the terms of the GNU General Public License as
14332# published by the Free Software Foundation; either version 2 of
14333# the License, or (at your option) any later version.
d7040cdb 14334#
1927a18f
L
14335# As a special exception to the GNU General Public License,
14336# if you distribute this file as part of a program or library that
14337# is built using GNU Libtool, you may include this file under the
14338# same distribution terms that you use for the rest of that program.
d7040cdb 14339#
1927a18f
L
14340# GNU Libtool is distributed in the hope that it will be useful,
14341# but WITHOUT ANY WARRANTY; without even the implied warranty of
14342# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14343# GNU General Public License for more details.
d7040cdb 14344#
1927a18f
L
14345# You should have received a copy of the GNU General Public License
14346# along with GNU Libtool; see the file COPYING. If not, a copy
14347# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14348# obtained by writing to the Free Software Foundation, Inc.,
14349# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
14350
14351
14352# The names of the tagged configurations supported by this script.
14353available_tags=""
14354
14355# ### BEGIN LIBTOOL CONFIG
14356
14357# Whether or not to build shared libraries.
14358build_libtool_libs=$enable_shared
14359
14360# Which release of libtool.m4 was used?
14361macro_version=$macro_version
14362macro_revision=$macro_revision
14363
14364# Whether or not to build static libraries.
14365build_old_libs=$enable_static
14366
14367# What type of objects to build.
14368pic_mode=$pic_mode
14369
14370# Whether or not to optimize for fast installation.
14371fast_install=$enable_fast_install
14372
3725885a
RW
14373# Shell to use when invoking shell scripts.
14374SHELL=$lt_SHELL
14375
14376# An echo program that protects backslashes.
14377ECHO=$lt_ECHO
14378
d7040cdb
SE
14379# The host system.
14380host_alias=$host_alias
14381host=$host
14382host_os=$host_os
14383
14384# The build system.
14385build_alias=$build_alias
14386build=$build
14387build_os=$build_os
14388
14389# A sed program that does not truncate output.
14390SED=$lt_SED
14391
14392# Sed that helps us avoid accidentally triggering echo(1) options like -n.
14393Xsed="\$SED -e 1s/^X//"
14394
14395# A grep program that handles long lines.
14396GREP=$lt_GREP
14397
14398# An ERE matcher.
14399EGREP=$lt_EGREP
14400
14401# A literal string matcher.
14402FGREP=$lt_FGREP
14403
14404# A BSD- or MS-compatible name lister.
14405NM=$lt_NM
14406
14407# Whether we need soft or hard links.
14408LN_S=$lt_LN_S
14409
14410# What is the maximum length of a command?
14411max_cmd_len=$max_cmd_len
14412
14413# Object file suffix (normally "o").
14414objext=$ac_objext
14415
14416# Executable file suffix (normally "").
14417exeext=$exeext
14418
14419# whether the shell understands "unset".
14420lt_unset=$lt_unset
14421
14422# turn spaces into newlines.
14423SP2NL=$lt_lt_SP2NL
14424
14425# turn newlines into spaces.
14426NL2SP=$lt_lt_NL2SP
14427
1927a18f
L
14428# An object symbol dumper.
14429OBJDUMP=$lt_OBJDUMP
14430
d7040cdb
SE
14431# Method to check whether dependent libraries are shared objects.
14432deplibs_check_method=$lt_deplibs_check_method
14433
14434# Command to use when deplibs_check_method == "file_magic".
14435file_magic_cmd=$lt_file_magic_cmd
14436
14437# The archiver.
14438AR=$lt_AR
14439AR_FLAGS=$lt_AR_FLAGS
14440
14441# A symbol stripping program.
14442STRIP=$lt_STRIP
14443
14444# Commands used to install an old-style archive.
14445RANLIB=$lt_RANLIB
14446old_postinstall_cmds=$lt_old_postinstall_cmds
14447old_postuninstall_cmds=$lt_old_postuninstall_cmds
14448
3725885a
RW
14449# Whether to use a lock for old archive extraction.
14450lock_old_archive_extraction=$lock_old_archive_extraction
14451
d7040cdb
SE
14452# A C compiler.
14453LTCC=$lt_CC
14454
14455# LTCC compiler flags.
14456LTCFLAGS=$lt_CFLAGS
14457
14458# Take the output of nm and produce a listing of raw symbols and C names.
14459global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14460
14461# Transform the output of nm in a proper C declaration.
14462global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14463
14464# Transform the output of nm in a C name address pair.
14465global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14466
1927a18f
L
14467# Transform the output of nm in a C name address pair when lib prefix is needed.
14468global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14469
d7040cdb
SE
14470# The name of the directory that contains temporary libtool files.
14471objdir=$objdir
14472
d7040cdb
SE
14473# Used to examine libraries when file_magic_cmd begins with "file".
14474MAGIC_CMD=$MAGIC_CMD
14475
14476# Must we lock files when doing compilation?
14477need_locks=$lt_need_locks
14478
1927a18f
L
14479# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14480DSYMUTIL=$lt_DSYMUTIL
14481
14482# Tool to change global to local symbols on Mac OS X.
14483NMEDIT=$lt_NMEDIT
14484
14485# Tool to manipulate fat objects and archives on Mac OS X.
14486LIPO=$lt_LIPO
14487
14488# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14489OTOOL=$lt_OTOOL
14490
14491# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14492OTOOL64=$lt_OTOOL64
14493
d7040cdb
SE
14494# Old archive suffix (normally "a").
14495libext=$libext
14496
14497# Shared library suffix (normally ".so").
14498shrext_cmds=$lt_shrext_cmds
14499
14500# The commands to extract the exported symbol list from a shared archive.
14501extract_expsyms_cmds=$lt_extract_expsyms_cmds
14502
14503# Variables whose values should be saved in libtool wrapper scripts and
14504# restored at link time.
14505variables_saved_for_relink=$lt_variables_saved_for_relink
14506
14507# Do we need the "lib" prefix for modules?
14508need_lib_prefix=$need_lib_prefix
14509
14510# Do we need a version for libraries?
14511need_version=$need_version
14512
14513# Library versioning type.
14514version_type=$version_type
14515
14516# Shared library runtime path variable.
14517runpath_var=$runpath_var
14518
14519# Shared library path variable.
14520shlibpath_var=$shlibpath_var
14521
14522# Is shlibpath searched before the hard-coded library search path?
14523shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14524
14525# Format of library name prefix.
14526libname_spec=$lt_libname_spec
14527
14528# List of archive names. First name is the real one, the rest are links.
14529# The last name is the one that the linker finds with -lNAME
14530library_names_spec=$lt_library_names_spec
14531
14532# The coded name of the library, if different from the real name.
14533soname_spec=$lt_soname_spec
14534
3725885a
RW
14535# Permission mode override for installation of shared libraries.
14536install_override_mode=$lt_install_override_mode
14537
d7040cdb
SE
14538# Command to use after installation of a shared archive.
14539postinstall_cmds=$lt_postinstall_cmds
14540
14541# Command to use after uninstallation of a shared archive.
14542postuninstall_cmds=$lt_postuninstall_cmds
14543
14544# Commands used to finish a libtool library installation in a directory.
14545finish_cmds=$lt_finish_cmds
14546
14547# As "finish_cmds", except a single script fragment to be evaled but
14548# not shown.
14549finish_eval=$lt_finish_eval
14550
14551# Whether we should hardcode library paths into libraries.
14552hardcode_into_libs=$hardcode_into_libs
14553
14554# Compile-time system search path for libraries.
14555sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14556
14557# Run-time system search path for libraries.
14558sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14559
14560# Whether dlopen is supported.
14561dlopen_support=$enable_dlopen
14562
14563# Whether dlopen of programs is supported.
14564dlopen_self=$enable_dlopen_self
14565
14566# Whether dlopen of statically linked programs is supported.
14567dlopen_self_static=$enable_dlopen_self_static
14568
14569# Commands to strip libraries.
14570old_striplib=$lt_old_striplib
14571striplib=$lt_striplib
14572
14573
14574# The linker used to build libraries.
14575LD=$lt_LD
14576
3725885a
RW
14577# How to create reloadable object files.
14578reload_flag=$lt_reload_flag
14579reload_cmds=$lt_reload_cmds
14580
d7040cdb
SE
14581# Commands used to build an old-style archive.
14582old_archive_cmds=$lt_old_archive_cmds
14583
14584# A language specific compiler.
14585CC=$lt_compiler
14586
14587# Is the compiler the GNU compiler?
14588with_gcc=$GCC
14589
14590# Compiler flag to turn off builtin functions.
14591no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14592
14593# How to pass a linker flag through the compiler.
14594wl=$lt_lt_prog_compiler_wl
14595
14596# Additional compiler flags for building library objects.
14597pic_flag=$lt_lt_prog_compiler_pic
14598
14599# Compiler flag to prevent dynamic linking.
14600link_static_flag=$lt_lt_prog_compiler_static
14601
14602# Does compiler simultaneously support -c and -o options?
14603compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14604
14605# Whether or not to add -lc for building shared libraries.
14606build_libtool_need_lc=$archive_cmds_need_lc
14607
14608# Whether or not to disallow shared libs when runtime libs are static.
14609allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14610
14611# Compiler flag to allow reflexive dlopens.
14612export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14613
14614# Compiler flag to generate shared objects directly from archives.
14615whole_archive_flag_spec=$lt_whole_archive_flag_spec
14616
14617# Whether the compiler copes with passing no objects directly.
14618compiler_needs_object=$lt_compiler_needs_object
14619
14620# Create an old-style archive from a shared archive.
14621old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14622
14623# Create a temporary old-style archive to link instead of a shared archive.
14624old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14625
14626# Commands used to build a shared archive.
14627archive_cmds=$lt_archive_cmds
14628archive_expsym_cmds=$lt_archive_expsym_cmds
14629
14630# Commands used to build a loadable module if different from building
14631# a shared archive.
14632module_cmds=$lt_module_cmds
14633module_expsym_cmds=$lt_module_expsym_cmds
14634
14635# Whether we are building with GNU ld or not.
14636with_gnu_ld=$lt_with_gnu_ld
14637
14638# Flag that allows shared libraries with undefined symbols to be built.
14639allow_undefined_flag=$lt_allow_undefined_flag
14640
14641# Flag that enforces no undefined symbols.
14642no_undefined_flag=$lt_no_undefined_flag
14643
14644# Flag to hardcode \$libdir into a binary during linking.
14645# This must work even if \$libdir does not exist
14646hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14647
14648# If ld is used when linking, flag to hardcode \$libdir into a binary
14649# during linking. This must work even if \$libdir does not exist.
14650hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14651
14652# Whether we need a single "-rpath" flag with a separated argument.
14653hardcode_libdir_separator=$lt_hardcode_libdir_separator
14654
14655# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14656# DIR into the resulting binary.
14657hardcode_direct=$hardcode_direct
14658
14659# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14660# DIR into the resulting binary and the resulting library dependency is
14661# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14662# library is relocated.
14663hardcode_direct_absolute=$hardcode_direct_absolute
14664
14665# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14666# into the resulting binary.
14667hardcode_minus_L=$hardcode_minus_L
14668
14669# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14670# into the resulting binary.
14671hardcode_shlibpath_var=$hardcode_shlibpath_var
14672
14673# Set to "yes" if building a shared library automatically hardcodes DIR
14674# into the library and all subsequent libraries and executables linked
14675# against it.
14676hardcode_automatic=$hardcode_automatic
14677
14678# Set to yes if linker adds runtime paths of dependent libraries
14679# to runtime path list.
14680inherit_rpath=$inherit_rpath
14681
14682# Whether libtool must link a program against all its dependency libraries.
14683link_all_deplibs=$link_all_deplibs
14684
14685# Fix the shell variable \$srcfile for the compiler.
14686fix_srcfile_path=$lt_fix_srcfile_path
14687
14688# Set to "yes" if exported symbols are required.
14689always_export_symbols=$always_export_symbols
14690
14691# The commands to list exported symbols.
14692export_symbols_cmds=$lt_export_symbols_cmds
14693
14694# Symbols that should not be listed in the preloaded symbols.
14695exclude_expsyms=$lt_exclude_expsyms
14696
14697# Symbols that must always be exported.
14698include_expsyms=$lt_include_expsyms
14699
14700# Commands necessary for linking programs (against libraries) with templates.
14701prelink_cmds=$lt_prelink_cmds
14702
14703# Specify filename containing input files.
14704file_list_spec=$lt_file_list_spec
14705
14706# How to hardcode a shared library path into an executable.
14707hardcode_action=$hardcode_action
14708
14709# ### END LIBTOOL CONFIG
14710
14711_LT_EOF
14712
14713 case $host_os in
14714 aix3*)
14715 cat <<\_LT_EOF >> "$cfgfile"
14716# AIX sometimes has problems with the GCC collect2 program. For some
14717# reason, if we set the COLLECT_NAMES environment variable, the problems
14718# vanish in a puff of smoke.
14719if test "X${COLLECT_NAMES+set}" != Xset; then
14720 COLLECT_NAMES=
14721 export COLLECT_NAMES
14722fi
14723_LT_EOF
14724 ;;
14725 esac
14726
14727
14728ltmain="$ac_aux_dir/ltmain.sh"
14729
14730
14731 # We use sed instead of cat because bash on DJGPP gets confused if
14732 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14733 # text mode, it properly converts lines to CR/LF. This bash problem
14734 # is reportedly fixed, but why not run on old versions too?
14735 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14736 || (rm -f "$cfgfile"; exit 1)
14737
14738 case $xsi_shell in
14739 yes)
14740 cat << \_LT_EOF >> "$cfgfile"
1927a18f 14741
d7040cdb
SE
14742# func_dirname file append nondir_replacement
14743# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14744# otherwise set result to NONDIR_REPLACEMENT.
14745func_dirname ()
14746{
14747 case ${1} in
14748 */*) func_dirname_result="${1%/*}${2}" ;;
14749 * ) func_dirname_result="${3}" ;;
14750 esac
14751}
14752
14753# func_basename file
14754func_basename ()
14755{
14756 func_basename_result="${1##*/}"
14757}
14758
1927a18f
L
14759# func_dirname_and_basename file append nondir_replacement
14760# perform func_basename and func_dirname in a single function
14761# call:
14762# dirname: Compute the dirname of FILE. If nonempty,
14763# add APPEND to the result, otherwise set result
14764# to NONDIR_REPLACEMENT.
14765# value returned in "$func_dirname_result"
14766# basename: Compute filename of FILE.
14767# value retuned in "$func_basename_result"
14768# Implementation must be kept synchronized with func_dirname
14769# and func_basename. For efficiency, we do not delegate to
14770# those functions but instead duplicate the functionality here.
14771func_dirname_and_basename ()
14772{
14773 case ${1} in
14774 */*) func_dirname_result="${1%/*}${2}" ;;
14775 * ) func_dirname_result="${3}" ;;
14776 esac
14777 func_basename_result="${1##*/}"
14778}
14779
d7040cdb
SE
14780# func_stripname prefix suffix name
14781# strip PREFIX and SUFFIX off of NAME.
14782# PREFIX and SUFFIX must not contain globbing or regex special
14783# characters, hashes, percent signs, but SUFFIX may contain a leading
14784# dot (in which case that matches only a dot).
14785func_stripname ()
14786{
14787 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14788 # positional parameters, so assign one to ordinary parameter first.
14789 func_stripname_result=${3}
14790 func_stripname_result=${func_stripname_result#"${1}"}
14791 func_stripname_result=${func_stripname_result%"${2}"}
14792}
14793
14794# func_opt_split
14795func_opt_split ()
14796{
14797 func_opt_split_opt=${1%%=*}
14798 func_opt_split_arg=${1#*=}
14799}
14800
14801# func_lo2o object
14802func_lo2o ()
14803{
14804 case ${1} in
14805 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14806 *) func_lo2o_result=${1} ;;
14807 esac
14808}
1927a18f
L
14809
14810# func_xform libobj-or-source
14811func_xform ()
14812{
14813 func_xform_result=${1%.*}.lo
14814}
14815
14816# func_arith arithmetic-term...
14817func_arith ()
14818{
14819 func_arith_result=$(( $* ))
14820}
14821
14822# func_len string
14823# STRING may not start with a hyphen.
14824func_len ()
14825{
14826 func_len_result=${#1}
14827}
14828
d7040cdb
SE
14829_LT_EOF
14830 ;;
14831 *) # Bourne compatible functions.
14832 cat << \_LT_EOF >> "$cfgfile"
1927a18f 14833
d7040cdb
SE
14834# func_dirname file append nondir_replacement
14835# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14836# otherwise set result to NONDIR_REPLACEMENT.
14837func_dirname ()
14838{
14839 # Extract subdirectory from the argument.
3725885a 14840 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
14841 if test "X$func_dirname_result" = "X${1}"; then
14842 func_dirname_result="${3}"
14843 else
14844 func_dirname_result="$func_dirname_result${2}"
14845 fi
14846}
14847
14848# func_basename file
14849func_basename ()
14850{
3725885a 14851 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
14852}
14853
1927a18f 14854
d7040cdb
SE
14855# func_stripname prefix suffix name
14856# strip PREFIX and SUFFIX off of NAME.
14857# PREFIX and SUFFIX must not contain globbing or regex special
14858# characters, hashes, percent signs, but SUFFIX may contain a leading
14859# dot (in which case that matches only a dot).
14860# func_strip_suffix prefix name
14861func_stripname ()
14862{
14863 case ${2} in
3725885a
RW
14864 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14865 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
14866 esac
14867}
14868
14869# sed scripts:
14870my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14871my_sed_long_arg='1s/^-[^=]*=//'
14872
14873# func_opt_split
14874func_opt_split ()
14875{
3725885a
RW
14876 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14877 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
14878}
14879
14880# func_lo2o object
14881func_lo2o ()
14882{
3725885a 14883 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 14884}
1927a18f
L
14885
14886# func_xform libobj-or-source
14887func_xform ()
14888{
3725885a 14889 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
1927a18f
L
14890}
14891
14892# func_arith arithmetic-term...
14893func_arith ()
14894{
14895 func_arith_result=`expr "$@"`
14896}
14897
14898# func_len string
14899# STRING may not start with a hyphen.
14900func_len ()
14901{
14902 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14903}
14904
d7040cdb
SE
14905_LT_EOF
14906esac
14907
14908case $lt_shell_append in
14909 yes)
14910 cat << \_LT_EOF >> "$cfgfile"
14911
14912# func_append var value
14913# Append VALUE to the end of shell variable VAR.
14914func_append ()
14915{
14916 eval "$1+=\$2"
14917}
14918_LT_EOF
14919 ;;
14920 *)
14921 cat << \_LT_EOF >> "$cfgfile"
14922
14923# func_append var value
14924# Append VALUE to the end of shell variable VAR.
14925func_append ()
14926{
14927 eval "$1=\$$1\$2"
14928}
1927a18f 14929
d7040cdb
SE
14930_LT_EOF
14931 ;;
14932 esac
14933
14934
14935 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14936 || (rm -f "$cfgfile"; exit 1)
14937
14938 mv -f "$cfgfile" "$ofile" ||
14939 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14940 chmod +x "$ofile"
14941
8ae85421 14942 ;;
81ecdfbb 14943 "default-1":C)
20e95c23
DJ
14944 for ac_file in $CONFIG_FILES; do
14945 # Support "outfile[:infile[:infile...]]"
14946 case "$ac_file" in
14947 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
14948 esac
14949 # PO directories have a Makefile.in generated from Makefile.in.in.
14950 case "$ac_file" in */Makefile.in)
14951 # Adjust a relative srcdir.
14952 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 14953 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
14954 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
14955 # In autoconf-2.13 it is called $ac_given_srcdir.
14956 # In autoconf-2.50 it is called $srcdir.
14957 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
14958 case "$ac_given_srcdir" in
14959 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
14960 /*) top_srcdir="$ac_given_srcdir" ;;
14961 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
14962 esac
14963 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
14964 rm -f "$ac_dir/POTFILES"
14965 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
14966 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
14967 POMAKEFILEDEPS="POTFILES.in"
14968 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
14969 # on $ac_dir but don't depend on user-specified configuration
14970 # parameters.
14971 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
14972 # The LINGUAS file contains the set of available languages.
14973 if test -n "$OBSOLETE_ALL_LINGUAS"; then
14974 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
14975 fi
14976 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
14977 # Hide the ALL_LINGUAS assigment from automake.
14978 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
14979 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
14980 else
14981 # The set of available languages was given in configure.in.
14982 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
14983 fi
14984 case "$ac_given_srcdir" in
14985 .) srcdirpre= ;;
14986 *) srcdirpre='$(srcdir)/' ;;
14987 esac
14988 POFILES=
14989 GMOFILES=
14990 UPDATEPOFILES=
14991 DUMMYPOFILES=
14992 for lang in $ALL_LINGUAS; do
14993 POFILES="$POFILES $srcdirpre$lang.po"
14994 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
14995 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
14996 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
14997 done
14998 # CATALOGS depends on both $ac_dir and the user's LINGUAS
14999 # environment variable.
15000 INST_LINGUAS=
15001 if test -n "$ALL_LINGUAS"; then
15002 for presentlang in $ALL_LINGUAS; do
15003 useit=no
15004 if test "%UNSET%" != "$LINGUAS"; then
15005 desiredlanguages="$LINGUAS"
15006 else
15007 desiredlanguages="$ALL_LINGUAS"
15008 fi
15009 for desiredlang in $desiredlanguages; do
15010 # Use the presentlang catalog if desiredlang is
15011 # a. equal to presentlang, or
15012 # b. a variant of presentlang (because in this case,
15013 # presentlang can be used as a fallback for messages
15014 # which are not translated in the desiredlang catalog).
15015 case "$desiredlang" in
15016 "$presentlang"*) useit=yes;;
15017 esac
15018 done
15019 if test $useit = yes; then
15020 INST_LINGUAS="$INST_LINGUAS $presentlang"
15021 fi
15022 done
15023 fi
15024 CATALOGS=
15025 if test -n "$INST_LINGUAS"; then
15026 for lang in $INST_LINGUAS; do
15027 CATALOGS="$CATALOGS $lang.gmo"
15028 done
15029 fi
15030 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15031 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"
15032 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15033 if test -f "$f"; then
15034 case "$f" in
15035 *.orig | *.bak | *~) ;;
15036 *) cat "$f" >> "$ac_dir/Makefile" ;;
15037 esac
15038 fi
15039 done
15040 fi
15041 ;;
15042 esac
15043 done ;;
81ecdfbb 15044
979273e3 15045 esac
81ecdfbb 15046done # for ac_tag
979273e3 15047
979273e3 15048
81ecdfbb 15049as_fn_exit 0
979273e3 15050_ACEOF
979273e3
NN
15051ac_clean_files=$ac_clean_files_save
15052
81ecdfbb
RW
15053test $ac_write_fail = 0 ||
15054 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15055
979273e3
NN
15056
15057# configure is writing to config.log, and then calls config.status.
15058# config.status does its own redirection, appending to config.log.
15059# Unfortunately, on DOS this fails, as config.log is still kept open
15060# by configure, so config.status won't be able to write to it; its
15061# output is simply discarded. So we exec the FD to /dev/null,
15062# effectively closing config.log, so it can be properly (re)opened and
15063# appended to by config.status. When coming back to configure, we
15064# need to make the FD available again.
15065if test "$no_create" != yes; then
15066 ac_cs_success=:
15067 ac_config_status_args=
15068 test "$silent" = yes &&
15069 ac_config_status_args="$ac_config_status_args --quiet"
15070 exec 5>/dev/null
15071 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15072 exec 5>>config.log
15073 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15074 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15075 $ac_cs_success || as_fn_exit $?
15076fi
15077if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15078 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15079$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
979273e3 15080fi
252b5132 15081
This page took 2.43734 seconds and 4 git commands to generate.