Remove support for the (deprecated) openrisc and or32 configurations and replace
[deliverable/binutils-gdb.git] / gas / 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## -------------------- ##
13b2be9c 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 :
13b2be9c
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
13b2be9c
DJ
31fi
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 }
13b2be9c
DJ
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
13b2be9c
DJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3725885a
RW
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
13b2be9c 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."
13b2be9c 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."
13b2be9c 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
13b2be9c 380
81ecdfbb
RW
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
DJ
383 as_expr=expr
384else
385 as_expr=false
386fi
387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13b2be9c
DJ
389 as_basename=basename
390else
391 as_basename=false
392fi
393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
13b2be9c 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
13b2be9c
DJ
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
13b2be9c 418
13b2be9c
DJ
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
13b2be9c 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 |
13b2be9c 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
13b2be9c 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
13b2be9c 444 t loop
81ecdfbb 445 s/-\n.*//
13b2be9c 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; }
13b2be9c
DJ
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
13b2be9c
DJ
454 # Exit status is that of the last command.
455 exit
456}
457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
13b2be9c
DJ
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
13b2be9c 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
13b2be9c 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 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'
13b2be9c 491 fi
13b2be9c
DJ
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
13b2be9c
DJ
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
13b2be9c 500else
ab509236 501 test -d ./-p && rmdir ./-p
13b2be9c
DJ
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
13b2be9c
DJ
527
528# Sed expression to map a string onto a valid CPP name.
ab509236 529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c
DJ
530
531# Sed expression to map a string onto a valid variable name.
ab509236 532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13b2be9c 533
d7040cdb
SE
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d7040cdb 536
81ecdfbb
RW
537exec 7<&0 </dev/null 6>&1
538
13b2be9c
DJ
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 543
13b2be9c
DJ
544#
545# Initializations.
546#
252b5132 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
13b2be9c 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
13b2be9c
DJ
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
13b2be9c
DJ
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
13b2be9c
DJ
563
564ac_unique_file="as.h"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
13b2be9c
DJ
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
13b2be9c
DJ
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
13b2be9c
DJ
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
13b2be9c
DJ
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
13b2be9c
DJ
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
13b2be9c
DJ
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
13b2be9c 592# include <inttypes.h>
13b2be9c 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
13b2be9c
DJ
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
605LIBM
606ALLOCA
607GENINSRC_NEVER_FALSE
608GENINSRC_NEVER_TRUE
609MAINT
610MAINTAINER_MODE_FALSE
611MAINTAINER_MODE_TRUE
612MSGMERGE
613MSGFMT
614MKINSTALLDIRS
615CATOBJEXT
616GENCAT
617INSTOBJEXT
618DATADIRNAME
619CATALOGS
620POSUB
621GMSGFMT
622XGETTEXT
623INCINTL
624LIBINTL_DEP
625LIBINTL
626USE_NLS
627LEXLIB
628LEX_OUTPUT_ROOT
629LEX
630YFLAGS
631YACC
632OPCODES_LIB
633atof
634install_tooldir
635te_file
636obj_format
637target_cpu_type
638extra_objects
639cgen_cpu_prefix
640GDBINIT
641NO_WERROR
642WARN_CFLAGS
643OTOOL64
644OTOOL
645LIPO
646NMEDIT
647DSYMUTIL
81ecdfbb
RW
648RANLIB
649AR
650OBJDUMP
651LN_S
652NM
653ac_ct_DUMPBIN
654DUMPBIN
655LD
656FGREP
657SED
658LIBTOOL
659EGREP
660GREP
661CPP
662am__fastdepCC_FALSE
663am__fastdepCC_TRUE
664CCDEPMODE
665AMDEPBACKSLASH
666AMDEP_FALSE
667AMDEP_TRUE
668am__quote
669am__include
670DEPDIR
671am__untar
672am__tar
673AMTAR
674am__leading_dot
675SET_MAKE
676AWK
677mkdir_p
678MKDIR_P
679INSTALL_STRIP_PROGRAM
680STRIP
681install_sh
682MAKEINFO
683AUTOHEADER
684AUTOMAKE
685AUTOCONF
686ACLOCAL
687VERSION
688PACKAGE
689CYGPATH_W
690am__isrc
691INSTALL_DATA
692INSTALL_SCRIPT
693INSTALL_PROGRAM
694OBJEXT
695EXEEXT
696ac_ct_CC
697CPPFLAGS
698LDFLAGS
699CFLAGS
700CC
701target_os
702target_vendor
703target_cpu
704target
705host_os
706host_vendor
707host_cpu
708host
709build_os
710build_vendor
711build_cpu
712build
713target_alias
714host_alias
715build_alias
716LIBS
717ECHO_T
718ECHO_N
719ECHO_C
720DEFS
721mandir
722localedir
723libdir
724psdir
725pdfdir
726dvidir
727htmldir
728infodir
729docdir
730oldincludedir
731includedir
732localstatedir
733sharedstatedir
734sysconfdir
735datadir
736datarootdir
737libexecdir
738sbindir
739bindir
740program_transform_name
741prefix
742exec_prefix
743PACKAGE_URL
744PACKAGE_BUGREPORT
745PACKAGE_STRING
746PACKAGE_VERSION
747PACKAGE_TARNAME
748PACKAGE_NAME
749PATH_SEPARATOR
750SHELL'
13b2be9c 751ac_subst_files=''
81ecdfbb
RW
752ac_user_opts='
753enable_option_checking
754enable_dependency_tracking
da2f07f1 755enable_plugins
81ecdfbb
RW
756enable_largefile
757enable_shared
758enable_static
759with_pic
760enable_fast_install
761with_gnu_ld
762enable_libtool_lock
763enable_targets
764enable_checking
765enable_werror
766enable_build_warnings
767enable_nls
768enable_maintainer_mode
0acf065b 769with_zlib
81ecdfbb
RW
770'
771 ac_precious_vars='build_alias
772host_alias
773target_alias
774CC
775CFLAGS
776LDFLAGS
777LIBS
778CPPFLAGS
779CPP
780YACC
781YFLAGS'
782
252b5132
RH
783
784# Initialize some variables set by options.
13b2be9c
DJ
785ac_init_help=
786ac_init_version=false
81ecdfbb
RW
787ac_unrecognized_opts=
788ac_unrecognized_sep=
252b5132
RH
789# The variables have the same names as the options, with
790# dashes changed to underlines.
13b2be9c 791cache_file=/dev/null
252b5132 792exec_prefix=NONE
252b5132 793no_create=
252b5132
RH
794no_recursion=
795prefix=NONE
796program_prefix=NONE
797program_suffix=NONE
798program_transform_name=s,x,x,
799silent=
800site=
801srcdir=
252b5132
RH
802verbose=
803x_includes=NONE
804x_libraries=NONE
13b2be9c
DJ
805
806# Installation directory options.
807# These are left unexpanded so users can "make install exec_prefix=/foo"
808# and all the variables that are supposed to be based on exec_prefix
809# by default will actually change.
810# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 811# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
812bindir='${exec_prefix}/bin'
813sbindir='${exec_prefix}/sbin'
814libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
815datarootdir='${prefix}/share'
816datadir='${datarootdir}'
252b5132
RH
817sysconfdir='${prefix}/etc'
818sharedstatedir='${prefix}/com'
819localstatedir='${prefix}/var'
252b5132
RH
820includedir='${prefix}/include'
821oldincludedir='/usr/include'
81ecdfbb
RW
822docdir='${datarootdir}/doc/${PACKAGE}'
823infodir='${datarootdir}/info'
824htmldir='${docdir}'
825dvidir='${docdir}'
826pdfdir='${docdir}'
827psdir='${docdir}'
828libdir='${exec_prefix}/lib'
829localedir='${datarootdir}/locale'
830mandir='${datarootdir}/man'
252b5132 831
252b5132 832ac_prev=
81ecdfbb 833ac_dashdash=
252b5132
RH
834for ac_option
835do
252b5132
RH
836 # If the previous option needs an argument, assign it.
837 if test -n "$ac_prev"; then
81ecdfbb 838 eval $ac_prev=\$ac_option
252b5132
RH
839 ac_prev=
840 continue
841 fi
842
81ecdfbb
RW
843 case $ac_option in
844 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
845 *) ac_optarg=yes ;;
846 esac
252b5132
RH
847
848 # Accept the important Cygnus configure options, so we can diagnose typos.
849
81ecdfbb
RW
850 case $ac_dashdash$ac_option in
851 --)
852 ac_dashdash=yes ;;
252b5132
RH
853
854 -bindir | --bindir | --bindi | --bind | --bin | --bi)
855 ac_prev=bindir ;;
856 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
13b2be9c 857 bindir=$ac_optarg ;;
252b5132
RH
858
859 -build | --build | --buil | --bui | --bu)
13b2be9c 860 ac_prev=build_alias ;;
252b5132 861 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
13b2be9c 862 build_alias=$ac_optarg ;;
252b5132
RH
863
864 -cache-file | --cache-file | --cache-fil | --cache-fi \
865 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
866 ac_prev=cache_file ;;
867 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
868 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
13b2be9c
DJ
869 cache_file=$ac_optarg ;;
870
871 --config-cache | -C)
872 cache_file=config.cache ;;
252b5132 873
81ecdfbb 874 -datadir | --datadir | --datadi | --datad)
252b5132 875 ac_prev=datadir ;;
81ecdfbb 876 -datadir=* | --datadir=* | --datadi=* | --datad=*)
13b2be9c 877 datadir=$ac_optarg ;;
252b5132 878
81ecdfbb
RW
879 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
880 | --dataroo | --dataro | --datar)
881 ac_prev=datarootdir ;;
882 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
883 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
884 datarootdir=$ac_optarg ;;
885
252b5132 886 -disable-* | --disable-*)
81ecdfbb 887 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 888 # Reject names that are not valid shell variable names.
81ecdfbb
RW
889 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
890 as_fn_error "invalid feature name: $ac_useropt"
891 ac_useropt_orig=$ac_useropt
892 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
893 case $ac_user_opts in
894 *"
895"enable_$ac_useropt"
896"*) ;;
897 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
898 ac_unrecognized_sep=', ';;
899 esac
900 eval enable_$ac_useropt=no ;;
901
902 -docdir | --docdir | --docdi | --doc | --do)
903 ac_prev=docdir ;;
904 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
905 docdir=$ac_optarg ;;
906
907 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
908 ac_prev=dvidir ;;
909 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
910 dvidir=$ac_optarg ;;
252b5132
RH
911
912 -enable-* | --enable-*)
81ecdfbb 913 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 914 # Reject names that are not valid shell variable names.
81ecdfbb
RW
915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
916 as_fn_error "invalid feature name: $ac_useropt"
917 ac_useropt_orig=$ac_useropt
918 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919 case $ac_user_opts in
920 *"
921"enable_$ac_useropt"
922"*) ;;
923 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
924 ac_unrecognized_sep=', ';;
252b5132 925 esac
81ecdfbb 926 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
927
928 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
929 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
930 | --exec | --exe | --ex)
931 ac_prev=exec_prefix ;;
932 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
933 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
934 | --exec=* | --exe=* | --ex=*)
13b2be9c 935 exec_prefix=$ac_optarg ;;
252b5132
RH
936
937 -gas | --gas | --ga | --g)
938 # Obsolete; use --with-gas.
939 with_gas=yes ;;
940
13b2be9c
DJ
941 -help | --help | --hel | --he | -h)
942 ac_init_help=long ;;
943 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
944 ac_init_help=recursive ;;
945 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
946 ac_init_help=short ;;
252b5132
RH
947
948 -host | --host | --hos | --ho)
13b2be9c 949 ac_prev=host_alias ;;
252b5132 950 -host=* | --host=* | --hos=* | --ho=*)
13b2be9c 951 host_alias=$ac_optarg ;;
252b5132 952
81ecdfbb
RW
953 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
954 ac_prev=htmldir ;;
955 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
956 | --ht=*)
957 htmldir=$ac_optarg ;;
958
252b5132
RH
959 -includedir | --includedir | --includedi | --included | --include \
960 | --includ | --inclu | --incl | --inc)
961 ac_prev=includedir ;;
962 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
963 | --includ=* | --inclu=* | --incl=* | --inc=*)
13b2be9c 964 includedir=$ac_optarg ;;
252b5132
RH
965
966 -infodir | --infodir | --infodi | --infod | --info | --inf)
967 ac_prev=infodir ;;
968 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
13b2be9c 969 infodir=$ac_optarg ;;
252b5132
RH
970
971 -libdir | --libdir | --libdi | --libd)
972 ac_prev=libdir ;;
973 -libdir=* | --libdir=* | --libdi=* | --libd=*)
13b2be9c 974 libdir=$ac_optarg ;;
252b5132
RH
975
976 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
977 | --libexe | --libex | --libe)
978 ac_prev=libexecdir ;;
979 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
980 | --libexe=* | --libex=* | --libe=*)
13b2be9c 981 libexecdir=$ac_optarg ;;
252b5132 982
81ecdfbb
RW
983 -localedir | --localedir | --localedi | --localed | --locale)
984 ac_prev=localedir ;;
985 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
986 localedir=$ac_optarg ;;
987
252b5132 988 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 989 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
990 ac_prev=localstatedir ;;
991 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 992 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
13b2be9c 993 localstatedir=$ac_optarg ;;
252b5132
RH
994
995 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
996 ac_prev=mandir ;;
997 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
13b2be9c 998 mandir=$ac_optarg ;;
252b5132
RH
999
1000 -nfp | --nfp | --nf)
1001 # Obsolete; use --without-fp.
1002 with_fp=no ;;
1003
1004 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
13b2be9c 1005 | --no-cr | --no-c | -n)
252b5132
RH
1006 no_create=yes ;;
1007
1008 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1009 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1010 no_recursion=yes ;;
1011
1012 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1013 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1014 | --oldin | --oldi | --old | --ol | --o)
1015 ac_prev=oldincludedir ;;
1016 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1017 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1018 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
13b2be9c 1019 oldincludedir=$ac_optarg ;;
252b5132
RH
1020
1021 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1022 ac_prev=prefix ;;
1023 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13b2be9c 1024 prefix=$ac_optarg ;;
252b5132
RH
1025
1026 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1027 | --program-pre | --program-pr | --program-p)
1028 ac_prev=program_prefix ;;
1029 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1030 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
13b2be9c 1031 program_prefix=$ac_optarg ;;
252b5132
RH
1032
1033 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1034 | --program-suf | --program-su | --program-s)
1035 ac_prev=program_suffix ;;
1036 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1037 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
13b2be9c 1038 program_suffix=$ac_optarg ;;
252b5132
RH
1039
1040 -program-transform-name | --program-transform-name \
1041 | --program-transform-nam | --program-transform-na \
1042 | --program-transform-n | --program-transform- \
1043 | --program-transform | --program-transfor \
1044 | --program-transfo | --program-transf \
1045 | --program-trans | --program-tran \
1046 | --progr-tra | --program-tr | --program-t)
1047 ac_prev=program_transform_name ;;
1048 -program-transform-name=* | --program-transform-name=* \
1049 | --program-transform-nam=* | --program-transform-na=* \
1050 | --program-transform-n=* | --program-transform-=* \
1051 | --program-transform=* | --program-transfor=* \
1052 | --program-transfo=* | --program-transf=* \
1053 | --program-trans=* | --program-tran=* \
1054 | --progr-tra=* | --program-tr=* | --program-t=*)
13b2be9c 1055 program_transform_name=$ac_optarg ;;
252b5132 1056
81ecdfbb
RW
1057 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1058 ac_prev=pdfdir ;;
1059 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1060 pdfdir=$ac_optarg ;;
1061
1062 -psdir | --psdir | --psdi | --psd | --ps)
1063 ac_prev=psdir ;;
1064 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1065 psdir=$ac_optarg ;;
1066
252b5132
RH
1067 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1068 | -silent | --silent | --silen | --sile | --sil)
1069 silent=yes ;;
1070
1071 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1072 ac_prev=sbindir ;;
1073 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1074 | --sbi=* | --sb=*)
13b2be9c 1075 sbindir=$ac_optarg ;;
252b5132
RH
1076
1077 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1078 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1079 | --sharedst | --shareds | --shared | --share | --shar \
1080 | --sha | --sh)
1081 ac_prev=sharedstatedir ;;
1082 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1083 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1084 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1085 | --sha=* | --sh=*)
13b2be9c 1086 sharedstatedir=$ac_optarg ;;
252b5132
RH
1087
1088 -site | --site | --sit)
1089 ac_prev=site ;;
1090 -site=* | --site=* | --sit=*)
13b2be9c 1091 site=$ac_optarg ;;
76bff705 1092
252b5132
RH
1093 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1094 ac_prev=srcdir ;;
1095 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13b2be9c 1096 srcdir=$ac_optarg ;;
252b5132
RH
1097
1098 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1099 | --syscon | --sysco | --sysc | --sys | --sy)
1100 ac_prev=sysconfdir ;;
1101 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1102 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
13b2be9c 1103 sysconfdir=$ac_optarg ;;
252b5132
RH
1104
1105 -target | --target | --targe | --targ | --tar | --ta | --t)
13b2be9c 1106 ac_prev=target_alias ;;
252b5132 1107 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
13b2be9c 1108 target_alias=$ac_optarg ;;
252b5132
RH
1109
1110 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1111 verbose=yes ;;
1112
13b2be9c
DJ
1113 -version | --version | --versio | --versi | --vers | -V)
1114 ac_init_version=: ;;
252b5132
RH
1115
1116 -with-* | --with-*)
81ecdfbb 1117 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1118 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1119 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1120 as_fn_error "invalid package name: $ac_useropt"
1121 ac_useropt_orig=$ac_useropt
1122 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1123 case $ac_user_opts in
1124 *"
1125"with_$ac_useropt"
1126"*) ;;
1127 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1128 ac_unrecognized_sep=', ';;
252b5132 1129 esac
81ecdfbb 1130 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1131
1132 -without-* | --without-*)
81ecdfbb 1133 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1134 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1136 as_fn_error "invalid package name: $ac_useropt"
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141"with_$ac_useropt"
1142"*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1145 esac
1146 eval with_$ac_useropt=no ;;
252b5132
RH
1147
1148 --x)
1149 # Obsolete; use --with-x.
1150 with_x=yes ;;
1151
1152 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1153 | --x-incl | --x-inc | --x-in | --x-i)
1154 ac_prev=x_includes ;;
1155 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1156 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
13b2be9c 1157 x_includes=$ac_optarg ;;
252b5132
RH
1158
1159 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1160 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1161 ac_prev=x_libraries ;;
1162 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1163 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
13b2be9c 1164 x_libraries=$ac_optarg ;;
252b5132 1165
81ecdfbb
RW
1166 -*) as_fn_error "unrecognized option: \`$ac_option'
1167Try \`$0 --help' for more information."
252b5132
RH
1168 ;;
1169
13b2be9c
DJ
1170 *=*)
1171 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1172 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1173 case $ac_envvar in #(
1174 '' | [0-9]* | *[!_$as_cr_alnum]* )
1175 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1176 esac
1177 eval $ac_envvar=\$ac_optarg
13b2be9c
DJ
1178 export $ac_envvar ;;
1179
252b5132 1180 *)
13b2be9c 1181 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1182 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
13b2be9c 1183 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1184 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
13b2be9c 1185 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1186 ;;
1187
1188 esac
1189done
1190
1191if test -n "$ac_prev"; then
13b2be9c 1192 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1193 as_fn_error "missing argument to $ac_option"
c8615825 1194fi
c8615825 1195
81ecdfbb
RW
1196if test -n "$ac_unrecognized_opts"; then
1197 case $enable_option_checking in
1198 no) ;;
1199 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1200 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
13b2be9c 1201 esac
81ecdfbb 1202fi
252b5132 1203
81ecdfbb
RW
1204# Check all directory arguments for consistency.
1205for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1206 datadir sysconfdir sharedstatedir localstatedir includedir \
1207 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1208 libdir localedir mandir
252b5132 1209do
81ecdfbb
RW
1210 eval ac_val=\$$ac_var
1211 # Remove trailing slashes.
1212 case $ac_val in
1213 */ )
1214 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1215 eval $ac_var=\$ac_val;;
1216 esac
1217 # Be sure to have absolute directory names.
13b2be9c 1218 case $ac_val in
81ecdfbb
RW
1219 [\\/$]* | ?:[\\/]* ) continue;;
1220 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
252b5132 1221 esac
81ecdfbb 1222 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1223done
1224
13b2be9c
DJ
1225# There might be people who depend on the old broken behavior: `$host'
1226# used to hold the argument of --host etc.
1227# FIXME: To remove some day.
1228build=$build_alias
1229host=$host_alias
1230target=$target_alias
1231
1232# FIXME: To remove some day.
1233if test "x$host_alias" != x; then
1234 if test "x$build_alias" = x; then
1235 cross_compiling=maybe
81ecdfbb 1236 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
13b2be9c
DJ
1237 If a cross compiler is detected then cross compile mode will be used." >&2
1238 elif test "x$build_alias" != "x$host_alias"; then
1239 cross_compiling=yes
1240 fi
1241fi
9b2b7d69 1242
13b2be9c
DJ
1243ac_tool_prefix=
1244test -n "$host_alias" && ac_tool_prefix=$host_alias-
1245
1246test "$silent" = yes && exec 6>/dev/null
252b5132 1247
252b5132 1248
81ecdfbb
RW
1249ac_pwd=`pwd` && test -n "$ac_pwd" &&
1250ac_ls_di=`ls -di .` &&
1251ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1252 as_fn_error "working directory cannot be determined"
1253test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1254 as_fn_error "pwd does not report name of working directory"
1255
1256
252b5132
RH
1257# Find the source files, if location was not specified.
1258if test -z "$srcdir"; then
1259 ac_srcdir_defaulted=yes
81ecdfbb
RW
1260 # Try the directory containing this script, then the parent directory.
1261 ac_confdir=`$as_dirname -- "$as_myself" ||
1262$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1263 X"$as_myself" : 'X\(//\)[^/]' \| \
1264 X"$as_myself" : 'X\(//\)$' \| \
1265 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1266$as_echo X"$as_myself" |
1267 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1268 s//\1/
1269 q
1270 }
1271 /^X\(\/\/\)[^/].*/{
1272 s//\1/
1273 q
1274 }
1275 /^X\(\/\/\)$/{
1276 s//\1/
1277 q
1278 }
1279 /^X\(\/\).*/{
1280 s//\1/
1281 q
1282 }
1283 s/.*/./; q'`
252b5132 1284 srcdir=$ac_confdir
81ecdfbb 1285 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1286 srcdir=..
1287 fi
1288else
1289 ac_srcdir_defaulted=no
1290fi
81ecdfbb
RW
1291if test ! -r "$srcdir/$ac_unique_file"; then
1292 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1293 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1294fi
1295ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1296ac_abs_confdir=`(
1297 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1298 pwd)`
1299# When building in place, set srcdir=.
1300if test "$ac_abs_confdir" = "$ac_pwd"; then
1301 srcdir=.
1302fi
1303# Remove unnecessary trailing slashes from srcdir.
1304# Double slashes in file names in object file debugging info
1305# mess up M-x gdb in Emacs.
1306case $srcdir in
1307*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1308esac
1309for ac_var in $ac_precious_vars; do
1310 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1311 eval ac_env_${ac_var}_value=\$${ac_var}
1312 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1313 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1314done
d6d788bd 1315
13b2be9c
DJ
1316#
1317# Report the --help message.
1318#
1319if test "$ac_init_help" = "long"; then
1320 # Omit some internal or obsolete options to make the list less imposing.
1321 # This message is too long to be a string in the A/UX 3.1 sh.
1322 cat <<_ACEOF
1323\`configure' configures this package to adapt to many kinds of systems.
9b2b7d69 1324
13b2be9c 1325Usage: $0 [OPTION]... [VAR=VALUE]...
9b2b7d69 1326
13b2be9c
DJ
1327To assign environment variables (e.g., CC, CFLAGS...), specify them as
1328VAR=VALUE. See below for descriptions of some of the useful variables.
9b2b7d69 1329
13b2be9c 1330Defaults for the options are specified in brackets.
9b2b7d69 1331
13b2be9c
DJ
1332Configuration:
1333 -h, --help display this help and exit
1334 --help=short display options specific to this package
1335 --help=recursive display the short help of all the included packages
1336 -V, --version display version information and exit
1337 -q, --quiet, --silent do not print \`checking...' messages
1338 --cache-file=FILE cache test results in FILE [disabled]
1339 -C, --config-cache alias for \`--cache-file=config.cache'
1340 -n, --no-create do not create output files
1341 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1342
13b2be9c
DJ
1343Installation directories:
1344 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1345 [$ac_default_prefix]
13b2be9c 1346 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1347 [PREFIX]
9b2b7d69 1348
13b2be9c
DJ
1349By default, \`make install' will install all the files in
1350\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1351an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1352for instance \`--prefix=\$HOME'.
9b2b7d69 1353
13b2be9c 1354For better control, use the options below.
9b2b7d69 1355
13b2be9c 1356Fine tuning of the installation directories:
81ecdfbb
RW
1357 --bindir=DIR user executables [EPREFIX/bin]
1358 --sbindir=DIR system admin executables [EPREFIX/sbin]
1359 --libexecdir=DIR program executables [EPREFIX/libexec]
1360 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1361 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1362 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1363 --libdir=DIR object code libraries [EPREFIX/lib]
1364 --includedir=DIR C header files [PREFIX/include]
1365 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1366 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1367 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1368 --infodir=DIR info documentation [DATAROOTDIR/info]
1369 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1370 --mandir=DIR man documentation [DATAROOTDIR/man]
1371 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1372 --htmldir=DIR html documentation [DOCDIR]
1373 --dvidir=DIR dvi documentation [DOCDIR]
1374 --pdfdir=DIR pdf documentation [DOCDIR]
1375 --psdir=DIR ps documentation [DOCDIR]
13b2be9c 1376_ACEOF
9b2b7d69 1377
13b2be9c 1378 cat <<\_ACEOF
9b2b7d69 1379
13b2be9c
DJ
1380Program names:
1381 --program-prefix=PREFIX prepend PREFIX to installed program names
1382 --program-suffix=SUFFIX append SUFFIX to installed program names
1383 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
9b2b7d69 1384
13b2be9c
DJ
1385System types:
1386 --build=BUILD configure for building on BUILD [guessed]
1387 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1388 --target=TARGET configure for building compilers for TARGET [HOST]
1389_ACEOF
9b2b7d69 1390fi
9b2b7d69 1391
13b2be9c 1392if test -n "$ac_init_help"; then
9b2b7d69 1393
13b2be9c 1394 cat <<\_ACEOF
9b2b7d69 1395
13b2be9c 1396Optional Features:
81ecdfbb 1397 --disable-option-checking ignore unrecognized --enable/--with options
13b2be9c
DJ
1398 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1399 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
ab509236
L
1400 --disable-dependency-tracking speeds up one-time build
1401 --enable-dependency-tracking do not reject slow dependency extractors
da2f07f1 1402 --enable-plugins Enable support for plugins (defaults no)
d053aef8 1403 --disable-largefile omit support for large files
81ecdfbb
RW
1404 --enable-shared[=PKGS] build shared libraries [default=yes]
1405 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1406 --enable-fast-install[=PKGS]
1407 optimize for fast installation [default=yes]
13b2be9c 1408 --disable-libtool-lock avoid locking (might break parallel builds)
241a6c40 1409 --enable-targets alternative target configurations besides the primary
c43a438d 1410 --enable-checking enable run-time checks
241a6c40
AM
1411 --enable-werror treat compile warnings as errors
1412 --enable-build-warnings enable build-time compiler warnings
13b2be9c 1413 --disable-nls do not use Native Language Support
ab509236
L
1414 --enable-maintainer-mode enable make rules and dependencies not useful
1415 (and sometimes confusing) to the casual installer
9b2b7d69 1416
13b2be9c
DJ
1417Optional Packages:
1418 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1419 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1420 --with-pic try to use only PIC/non-PIC objects [default=use
1421 both]
1422 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
0acf065b 1423 --with-zlib include zlib support (auto/yes/no) default=auto
9b2b7d69 1424
13b2be9c
DJ
1425Some influential environment variables:
1426 CC C compiler command
1427 CFLAGS C compiler flags
1428 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1429 nonstandard directory <lib dir>
81ecdfbb
RW
1430 LIBS libraries to pass to the linker, e.g. -l<library>
1431 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1432 you have headers in a nonstandard directory <include dir>
13b2be9c 1433 CPP C preprocessor
81ecdfbb
RW
1434 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1435 the first program found out of: `bison -y', `byacc', `yacc'.
1436 YFLAGS The list of arguments that will be passed by default to $YACC.
1437 This script will default YFLAGS to the empty string to avoid a
1438 default value of `-d' given by some make applications.
13b2be9c
DJ
1439
1440Use these variables to override the choices made by `configure' or to help
1441it to find libraries and programs with nonstandard names/locations.
1442
81ecdfbb 1443Report bugs to the package provider.
13b2be9c 1444_ACEOF
81ecdfbb 1445ac_status=$?
9b2b7d69 1446fi
9b2b7d69 1447
13b2be9c
DJ
1448if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
13b2be9c 1450 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1451 test -d "$ac_dir" ||
1452 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1453 continue
13b2be9c
DJ
1454 ac_builddir=.
1455
81ecdfbb
RW
1456case "$ac_dir" in
1457.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458*)
1459 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466esac
1467ac_abs_top_builddir=$ac_pwd
1468ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469# for backward compatibility:
1470ac_top_builddir=$ac_top_build_prefix
9b2b7d69 1471
13b2be9c 1472case $srcdir in
81ecdfbb 1473 .) # We are building in place.
13b2be9c 1474 ac_srcdir=.
81ecdfbb
RW
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 1478 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
ab509236 1485esac
81ecdfbb
RW
1486ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1487
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
13b2be9c 1496 else
81ecdfbb
RW
1497 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
13b2be9c
DJ
1500 done
1501fi
6840198f 1502
81ecdfbb 1503test -n "$ac_init_help" && exit $ac_status
13b2be9c
DJ
1504if $ac_init_version; then
1505 cat <<\_ACEOF
81ecdfbb
RW
1506configure
1507generated by GNU Autoconf 2.64
c8615825 1508
81ecdfbb 1509Copyright (C) 2009 Free Software Foundation, Inc.
13b2be9c
DJ
1510This configure script is free software; the Free Software Foundation
1511gives unlimited permission to copy, distribute and modify it.
1512_ACEOF
81ecdfbb 1513 exit
13b2be9c 1514fi
c8615825 1515
81ecdfbb
RW
1516## ------------------------ ##
1517## Autoconf initialization. ##
1518## ------------------------ ##
c8615825 1519
81ecdfbb
RW
1520# ac_fn_c_try_compile LINENO
1521# --------------------------
1522# Try to compile conftest.$ac_ext, and return whether this succeeded.
1523ac_fn_c_try_compile ()
13b2be9c 1524{
81ecdfbb
RW
1525 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1526 rm -f conftest.$ac_objext
1527 if { { ac_try="$ac_compile"
1528case "(($ac_try" in
1529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1530 *) ac_try_echo=$ac_try;;
1531esac
1532eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1533$as_echo "$ac_try_echo"; } >&5
1534 (eval "$ac_compile") 2>conftest.err
1535 ac_status=$?
1536 if test -s conftest.err; then
1537 grep -v '^ *+' conftest.err >conftest.er1
1538 cat conftest.er1 >&5
1539 mv -f conftest.er1 conftest.err
1540 fi
1541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1542 test $ac_status = 0; } && {
1543 test -z "$ac_c_werror_flag" ||
1544 test ! -s conftest.err
1545 } && test -s conftest.$ac_objext; then :
1546 ac_retval=0
1547else
1548 $as_echo "$as_me: failed program was:" >&5
1549sed 's/^/| /' conftest.$ac_ext >&5
13b2be9c 1550
81ecdfbb
RW
1551 ac_retval=1
1552fi
1553 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1554 return $ac_retval
13b2be9c 1555
81ecdfbb 1556} # ac_fn_c_try_compile
13b2be9c 1557
81ecdfbb
RW
1558# ac_fn_c_try_link LINENO
1559# -----------------------
1560# Try to link conftest.$ac_ext, and return whether this succeeded.
1561ac_fn_c_try_link ()
1562{
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 rm -f conftest.$ac_objext conftest$ac_exeext
1565 if { { ac_try="$ac_link"
1566case "(($ac_try" in
1567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568 *) ac_try_echo=$ac_try;;
1569esac
1570eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571$as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_link") 2>conftest.err
1573 ac_status=$?
1574 if test -s conftest.err; then
1575 grep -v '^ *+' conftest.err >conftest.er1
1576 cat conftest.er1 >&5
1577 mv -f conftest.er1 conftest.err
1578 fi
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580 test $ac_status = 0; } && {
1581 test -z "$ac_c_werror_flag" ||
1582 test ! -s conftest.err
1583 } && test -s conftest$ac_exeext && {
1584 test "$cross_compiling" = yes ||
1585 $as_test_x conftest$ac_exeext
1586 }; then :
1587 ac_retval=0
1588else
1589 $as_echo "$as_me: failed program was:" >&5
1590sed 's/^/| /' conftest.$ac_ext >&5
1591
1592 ac_retval=1
1593fi
1594 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1595 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1596 # interfere with the next link command; also delete a directory that is
1597 # left behind by Apple's compiler. We do this before executing the actions.
1598 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1599 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1600 return $ac_retval
1601
1602} # ac_fn_c_try_link
1603
1604# ac_fn_c_try_cpp LINENO
1605# ----------------------
1606# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1607ac_fn_c_try_cpp ()
1608{
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 if { { ac_try="$ac_cpp conftest.$ac_ext"
1611case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614esac
1615eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616$as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1623 fi
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } >/dev/null && {
1626 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 }; then :
1629 ac_retval=0
1630else
1631 $as_echo "$as_me: failed program was:" >&5
1632sed 's/^/| /' conftest.$ac_ext >&5
1633
1634 ac_retval=1
1635fi
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 return $ac_retval
1638
1639} # ac_fn_c_try_cpp
1640
1641# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1642# -------------------------------------------------------
1643# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1644# the include files in INCLUDES and setting the cache variable VAR
1645# accordingly.
1646ac_fn_c_check_header_mongrel ()
1647{
1648 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1649 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1651$as_echo_n "checking for $2... " >&6; }
1652if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1653 $as_echo_n "(cached) " >&6
1654fi
1655eval ac_res=\$$3
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1657$as_echo "$ac_res" >&6; }
1658else
1659 # Is the header compilable?
1660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1661$as_echo_n "checking $2 usability... " >&6; }
1662cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1663/* end confdefs.h. */
1664$4
1665#include <$2>
1666_ACEOF
1667if ac_fn_c_try_compile "$LINENO"; then :
1668 ac_header_compiler=yes
1669else
1670 ac_header_compiler=no
1671fi
1672rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1674$as_echo "$ac_header_compiler" >&6; }
1675
1676# Is the header present?
1677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1678$as_echo_n "checking $2 presence... " >&6; }
1679cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1680/* end confdefs.h. */
1681#include <$2>
1682_ACEOF
1683if ac_fn_c_try_cpp "$LINENO"; then :
1684 ac_header_preproc=yes
1685else
1686 ac_header_preproc=no
1687fi
1688rm -f conftest.err conftest.$ac_ext
1689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1690$as_echo "$ac_header_preproc" >&6; }
1691
1692# So? What about this header?
1693case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1694 yes:no: )
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1696$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1698$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1699 ;;
1700 no:yes:* )
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1702$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1704$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1706$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1708$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1710$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1711 ;;
1712esac
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1714$as_echo_n "checking for $2... " >&6; }
1715if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1716 $as_echo_n "(cached) " >&6
1717else
1718 eval "$3=\$ac_header_compiler"
1719fi
1720eval ac_res=\$$3
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1722$as_echo "$ac_res" >&6; }
1723fi
1724 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1725
1726} # ac_fn_c_check_header_mongrel
1727
1728# ac_fn_c_try_run LINENO
1729# ----------------------
1730# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1731# that executables *can* be run.
1732ac_fn_c_try_run ()
1733{
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 if { { ac_try="$ac_link"
1736case "(($ac_try" in
1737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1739esac
1740eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741$as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_link") 2>&5
1743 ac_status=$?
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1746 { { case "(($ac_try" in
1747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1748 *) ac_try_echo=$ac_try;;
1749esac
1750eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1751$as_echo "$ac_try_echo"; } >&5
1752 (eval "$ac_try") 2>&5
1753 ac_status=$?
1754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1755 test $ac_status = 0; }; }; then :
1756 ac_retval=0
1757else
1758 $as_echo "$as_me: program exited with status $ac_status" >&5
1759 $as_echo "$as_me: failed program was:" >&5
1760sed 's/^/| /' conftest.$ac_ext >&5
1761
1762 ac_retval=$ac_status
1763fi
1764 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766 return $ac_retval
1767
1768} # ac_fn_c_try_run
1769
1770# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1771# -------------------------------------------------------
1772# Tests whether HEADER exists and can be compiled using the include files in
1773# INCLUDES, setting the cache variable VAR accordingly.
1774ac_fn_c_check_header_compile ()
1775{
1776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1778$as_echo_n "checking for $2... " >&6; }
1779if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1780 $as_echo_n "(cached) " >&6
1781else
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783/* end confdefs.h. */
1784$4
1785#include <$2>
1786_ACEOF
1787if ac_fn_c_try_compile "$LINENO"; then :
1788 eval "$3=yes"
1789else
1790 eval "$3=no"
1791fi
1792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793fi
1794eval ac_res=\$$3
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1796$as_echo "$ac_res" >&6; }
1797 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1798
1799} # ac_fn_c_check_header_compile
1800
1801# ac_fn_c_check_func LINENO FUNC VAR
1802# ----------------------------------
1803# Tests whether FUNC exists, setting the cache variable VAR accordingly
1804ac_fn_c_check_func ()
1805{
1806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1808$as_echo_n "checking for $2... " >&6; }
1809if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1810 $as_echo_n "(cached) " >&6
1811else
1812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1813/* end confdefs.h. */
1814/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1815 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1816#define $2 innocuous_$2
1817
1818/* System header to define __stub macros and hopefully few prototypes,
1819 which can conflict with char $2 (); below.
1820 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1821 <limits.h> exists even on freestanding compilers. */
1822
1823#ifdef __STDC__
1824# include <limits.h>
1825#else
1826# include <assert.h>
1827#endif
1828
1829#undef $2
1830
1831/* Override any GCC internal prototype to avoid an error.
1832 Use char because int might match the return type of a GCC
1833 builtin and then its argument prototype would still apply. */
1834#ifdef __cplusplus
1835extern "C"
1836#endif
1837char $2 ();
1838/* The GNU C library defines this for functions which it implements
1839 to always fail with ENOSYS. Some functions are actually named
1840 something starting with __ and the normal name is an alias. */
1841#if defined __stub_$2 || defined __stub___$2
1842choke me
1843#endif
1844
1845int
1846main ()
1847{
1848return $2 ();
1849 ;
1850 return 0;
1851}
1852_ACEOF
1853if ac_fn_c_try_link "$LINENO"; then :
1854 eval "$3=yes"
1855else
1856 eval "$3=no"
1857fi
1858rm -f core conftest.err conftest.$ac_objext \
1859 conftest$ac_exeext conftest.$ac_ext
1860fi
1861eval ac_res=\$$3
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1863$as_echo "$ac_res" >&6; }
1864 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1865
1866} # ac_fn_c_check_func
1867
1868# ac_fn_c_check_decl LINENO SYMBOL VAR
1869# ------------------------------------
1870# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1871ac_fn_c_check_decl ()
1872{
1873 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
1874 as_decl_name=`echo $2|sed 's/ *(.*//'`
1875 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1877$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
1878if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1879 $as_echo_n "(cached) " >&6
1880else
1881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1882/* end confdefs.h. */
1883$4
1884int
1885main ()
1886{
360cfc9c
AM
1887#ifndef $as_decl_name
1888#ifdef __cplusplus
1889 (void) $as_decl_use;
1890#else
1891 (void) $as_decl_name;
1892#endif
81ecdfbb
RW
1893#endif
1894
1895 ;
1896 return 0;
1897}
1898_ACEOF
1899if ac_fn_c_try_compile "$LINENO"; then :
1900 eval "$3=yes"
1901else
1902 eval "$3=no"
1903fi
1904rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1905fi
1906eval ac_res=\$$3
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1908$as_echo "$ac_res" >&6; }
1909 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1910
1911} # ac_fn_c_check_decl
1912cat >config.log <<_ACEOF
1913This file contains any messages produced by compilers while
1914running configure, to aid debugging if configure makes a mistake.
1915
1916It was created by $as_me, which was
1917generated by GNU Autoconf 2.64. Invocation command line was
1918
1919 $ $0 $@
1920
1921_ACEOF
1922exec 5>>config.log
1923{
1924cat <<_ASUNAME
1925## --------- ##
1926## Platform. ##
1927## --------- ##
1928
1929hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1930uname -m = `(uname -m) 2>/dev/null || echo unknown`
1931uname -r = `(uname -r) 2>/dev/null || echo unknown`
1932uname -s = `(uname -s) 2>/dev/null || echo unknown`
1933uname -v = `(uname -v) 2>/dev/null || echo unknown`
1934
1935/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1936/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1937
1938/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
13b2be9c
DJ
1939/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1940/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
81ecdfbb 1941/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
13b2be9c
DJ
1942/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1943/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1944/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1945
1946_ASUNAME
1947
1948as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1949for as_dir in $PATH
1950do
1951 IFS=$as_save_IFS
1952 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
1953 $as_echo "PATH: $as_dir"
1954 done
1955IFS=$as_save_IFS
9b2b7d69 1956
13b2be9c 1957} >&5
6840198f 1958
13b2be9c 1959cat >&5 <<_ACEOF
c8615825 1960
9b2b7d69 1961
13b2be9c
DJ
1962## ----------- ##
1963## Core tests. ##
1964## ----------- ##
87ccc1b0 1965
13b2be9c 1966_ACEOF
9b2b7d69 1967
13b2be9c
DJ
1968
1969# Keep a trace of the command line.
1970# Strip out --no-create and --no-recursion so they do not pile up.
1971# Strip out --silent because we don't want to record it for future runs.
1972# Also quote any args containing shell meta-characters.
1973# Make two passes to allow for proper duplicate-argument suppression.
1974ac_configure_args=
1975ac_configure_args0=
1976ac_configure_args1=
13b2be9c
DJ
1977ac_must_keep_next=false
1978for ac_pass in 1 2
1979do
1980 for ac_arg
1981 do
1982 case $ac_arg in
1983 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1984 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1985 | -silent | --silent | --silen | --sile | --sil)
1986 continue ;;
81ecdfbb
RW
1987 *\'*)
1988 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
1989 esac
1990 case $ac_pass in
81ecdfbb 1991 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
13b2be9c 1992 2)
81ecdfbb 1993 as_fn_append ac_configure_args1 " '$ac_arg'"
13b2be9c 1994 if test $ac_must_keep_next = true; then
ab509236 1995 ac_must_keep_next=false # Got value, back to normal.
13b2be9c 1996 else
ab509236
L
1997 case $ac_arg in
1998 *=* | --config-cache | -C | -disable-* | --disable-* \
1999 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2000 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2001 | -with-* | --with-* | -without-* | --without-* | --x)
2002 case "$ac_configure_args0 " in
2003 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2004 esac
2005 ;;
2006 -* ) ac_must_keep_next=true ;;
2007 esac
13b2be9c 2008 fi
81ecdfbb 2009 as_fn_append ac_configure_args " '$ac_arg'"
c8615825
AM
2010 ;;
2011 esac
2012 done
13b2be9c 2013done
81ecdfbb
RW
2014{ ac_configure_args0=; unset ac_configure_args0;}
2015{ ac_configure_args1=; unset ac_configure_args1;}
13b2be9c
DJ
2016
2017# When interrupted or exit'd, cleanup temporary files, and complete
2018# config.log. We remove comments because anyway the quotes in there
2019# would cause problems or look ugly.
81ecdfbb
RW
2020# WARNING: Use '\'' to represent an apostrophe within the trap.
2021# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
13b2be9c
DJ
2022trap 'exit_status=$?
2023 # Save into config.log some information that might help in debugging.
2024 {
2025 echo
2026
2027 cat <<\_ASBOX
2028## ---------------- ##
2029## Cache variables. ##
2030## ---------------- ##
2031_ASBOX
2032 echo
2033 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2034(
2035 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2036 eval ac_val=\$$ac_var
2037 case $ac_val in #(
2038 *${as_nl}*)
2039 case $ac_var in #(
2040 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2041$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2042 esac
2043 case $ac_var in #(
2044 _ | IFS | as_nl) ;; #(
2045 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2046 *) { eval $ac_var=; unset $ac_var;} ;;
2047 esac ;;
2048 esac
2049 done
13b2be9c 2050 (set) 2>&1 |
81ecdfbb
RW
2051 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2052 *${as_nl}ac_space=\ *)
13b2be9c 2053 sed -n \
81ecdfbb
RW
2054 "s/'\''/'\''\\\\'\'''\''/g;
2055 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2056 ;; #(
13b2be9c 2057 *)
81ecdfbb 2058 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 2059 ;;
81ecdfbb
RW
2060 esac |
2061 sort
2062)
13b2be9c
DJ
2063 echo
2064
2065 cat <<\_ASBOX
2066## ----------------- ##
2067## Output variables. ##
2068## ----------------- ##
2069_ASBOX
2070 echo
2071 for ac_var in $ac_subst_vars
2072 do
81ecdfbb
RW
2073 eval ac_val=\$$ac_var
2074 case $ac_val in
2075 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2076 esac
2077 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2078 done | sort
2079 echo
2080
2081 if test -n "$ac_subst_files"; then
2082 cat <<\_ASBOX
81ecdfbb
RW
2083## ------------------- ##
2084## File substitutions. ##
2085## ------------------- ##
13b2be9c
DJ
2086_ASBOX
2087 echo
2088 for ac_var in $ac_subst_files
2089 do
81ecdfbb
RW
2090 eval ac_val=\$$ac_var
2091 case $ac_val in
2092 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2093 esac
2094 $as_echo "$ac_var='\''$ac_val'\''"
13b2be9c
DJ
2095 done | sort
2096 echo
2097 fi
2098
2099 if test -s confdefs.h; then
2100 cat <<\_ASBOX
2101## ----------- ##
2102## confdefs.h. ##
2103## ----------- ##
2104_ASBOX
2105 echo
81ecdfbb 2106 cat confdefs.h
13b2be9c
DJ
2107 echo
2108 fi
2109 test "$ac_signal" != 0 &&
81ecdfbb
RW
2110 $as_echo "$as_me: caught signal $ac_signal"
2111 $as_echo "$as_me: exit $exit_status"
13b2be9c 2112 } >&5
81ecdfbb
RW
2113 rm -f core *.core core.conftest.* &&
2114 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
13b2be9c 2115 exit $exit_status
81ecdfbb 2116' 0
13b2be9c 2117for ac_signal in 1 2 13 15; do
81ecdfbb 2118 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
13b2be9c
DJ
2119done
2120ac_signal=0
2121
2122# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2123rm -f -r conftest* confdefs.h
2124
2125$as_echo "/* confdefs.h */" > confdefs.h
13b2be9c
DJ
2126
2127# Predefined preprocessor variables.
2128
2129cat >>confdefs.h <<_ACEOF
2130#define PACKAGE_NAME "$PACKAGE_NAME"
2131_ACEOF
2132
13b2be9c
DJ
2133cat >>confdefs.h <<_ACEOF
2134#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2135_ACEOF
2136
13b2be9c
DJ
2137cat >>confdefs.h <<_ACEOF
2138#define PACKAGE_VERSION "$PACKAGE_VERSION"
2139_ACEOF
2140
13b2be9c
DJ
2141cat >>confdefs.h <<_ACEOF
2142#define PACKAGE_STRING "$PACKAGE_STRING"
2143_ACEOF
2144
13b2be9c
DJ
2145cat >>confdefs.h <<_ACEOF
2146#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2147_ACEOF
2148
81ecdfbb
RW
2149cat >>confdefs.h <<_ACEOF
2150#define PACKAGE_URL "$PACKAGE_URL"
2151_ACEOF
2152
13b2be9c
DJ
2153
2154# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2155# Prefer an explicitly selected file to automatically selected ones.
2156ac_site_file1=NONE
2157ac_site_file2=NONE
2158if test -n "$CONFIG_SITE"; then
2159 ac_site_file1=$CONFIG_SITE
2160elif test "x$prefix" != xNONE; then
2161 ac_site_file1=$prefix/share/config.site
2162 ac_site_file2=$prefix/etc/config.site
2163else
2164 ac_site_file1=$ac_default_prefix/share/config.site
2165 ac_site_file2=$ac_default_prefix/etc/config.site
2166fi
2167for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2168do
2169 test "x$ac_site_file" = xNONE && continue
13b2be9c 2170 if test -r "$ac_site_file"; then
81ecdfbb
RW
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2172$as_echo "$as_me: loading site script $ac_site_file" >&6;}
13b2be9c
DJ
2173 sed 's/^/| /' "$ac_site_file" >&5
2174 . "$ac_site_file"
2175 fi
2176done
2177
2178if test -r "$cache_file"; then
2179 # Some versions of bash will fail to source /dev/null (special
2180 # files actually), so we avoid doing that.
2181 if test -f "$cache_file"; then
81ecdfbb
RW
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2183$as_echo "$as_me: loading cache $cache_file" >&6;}
13b2be9c 2184 case $cache_file in
81ecdfbb
RW
2185 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2186 *) . "./$cache_file";;
13b2be9c
DJ
2187 esac
2188 fi
2189else
81ecdfbb
RW
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2191$as_echo "$as_me: creating cache $cache_file" >&6;}
13b2be9c
DJ
2192 >$cache_file
2193fi
2194
2195# Check that the precious variables saved in the cache have kept the same
2196# value.
2197ac_cache_corrupted=false
81ecdfbb 2198for ac_var in $ac_precious_vars; do
13b2be9c
DJ
2199 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2200 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2201 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2202 eval ac_new_val=\$ac_env_${ac_var}_value
13b2be9c
DJ
2203 case $ac_old_set,$ac_new_set in
2204 set,)
81ecdfbb
RW
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2206$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
13b2be9c
DJ
2207 ac_cache_corrupted=: ;;
2208 ,set)
81ecdfbb
RW
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2210$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
13b2be9c
DJ
2211 ac_cache_corrupted=: ;;
2212 ,);;
2213 *)
2214 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2215 # differences in whitespace do not lead to failure.
2216 ac_old_val_w=`echo x $ac_old_val`
2217 ac_new_val_w=`echo x $ac_new_val`
2218 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2220$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2221 ac_cache_corrupted=:
2222 else
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2224$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2225 eval $ac_var=\$ac_old_val
2226 fi
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2228$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2230$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
13b2be9c
DJ
2231 fi;;
2232 esac
2233 # Pass precious variables to config.status.
2234 if test "$ac_new_set" = set; then
2235 case $ac_new_val in
81ecdfbb 2236 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
13b2be9c
DJ
2237 *) ac_arg=$ac_var=$ac_new_val ;;
2238 esac
2239 case " $ac_configure_args " in
2240 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2241 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
13b2be9c
DJ
2242 esac
2243 fi
2244done
2245if $ac_cache_corrupted; then
81ecdfbb
RW
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2247$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2249$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2250 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
13b2be9c 2251fi
81ecdfbb
RW
2252## -------------------- ##
2253## Main body of script. ##
2254## -------------------- ##
13b2be9c
DJ
2255
2256ac_ext=c
2257ac_cpp='$CPP $CPPFLAGS'
2258ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2259ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2260ac_compiler_gnu=$ac_cv_c_compiler_gnu
2261
2262
2263
13b2be9c 2264
da594c4a 2265
13b2be9c
DJ
2266
2267
2268ac_aux_dir=
81ecdfbb
RW
2269for ac_dir in .. "$srcdir"/..; do
2270 for ac_t in install-sh install.sh shtool; do
2271 if test -f "$ac_dir/$ac_t"; then
2272 ac_aux_dir=$ac_dir
2273 ac_install_sh="$ac_aux_dir/$ac_t -c"
2274 break 2
2275 fi
2276 done
13b2be9c
DJ
2277done
2278if test -z "$ac_aux_dir"; then
81ecdfbb 2279 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
13b2be9c 2280fi
81ecdfbb
RW
2281
2282# These three variables are undocumented and unsupported,
2283# and are intended to be withdrawn in a future Autoconf release.
2284# They can cause serious problems if a builder's source tree is in a directory
2285# whose full name contains unusual characters.
2286ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2287ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2288ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2289
13b2be9c
DJ
2290
2291# Make sure we can run config.sub.
81ecdfbb
RW
2292$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2293 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2294
2295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2296$as_echo_n "checking build system type... " >&6; }
2297if test "${ac_cv_build+set}" = set; then :
2298 $as_echo_n "(cached) " >&6
2299else
2300 ac_build_alias=$build_alias
2301test "x$ac_build_alias" = x &&
2302 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2303test "x$ac_build_alias" = x &&
2304 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2305ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2306 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2307
2308fi
2309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2310$as_echo "$ac_cv_build" >&6; }
2311case $ac_cv_build in
2312*-*-*) ;;
2313*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2314esac
13b2be9c 2315build=$ac_cv_build
81ecdfbb
RW
2316ac_save_IFS=$IFS; IFS='-'
2317set x $ac_cv_build
2318shift
2319build_cpu=$1
2320build_vendor=$2
2321shift; shift
2322# Remember, the first character of IFS is used to create $*,
2323# except with old shells:
2324build_os=$*
2325IFS=$ac_save_IFS
2326case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2327
2328
81ecdfbb
RW
2329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2330$as_echo_n "checking host system type... " >&6; }
2331if test "${ac_cv_host+set}" = set; then :
2332 $as_echo_n "(cached) " >&6
13b2be9c 2333else
81ecdfbb
RW
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2339fi
13b2be9c
DJ
2340
2341fi
81ecdfbb
RW
2342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2343$as_echo "$ac_cv_host" >&6; }
2344case $ac_cv_host in
2345*-*-*) ;;
2346*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2347esac
13b2be9c 2348host=$ac_cv_host
81ecdfbb
RW
2349ac_save_IFS=$IFS; IFS='-'
2350set x $ac_cv_host
2351shift
2352host_cpu=$1
2353host_vendor=$2
2354shift; shift
2355# Remember, the first character of IFS is used to create $*,
2356# except with old shells:
2357host_os=$*
2358IFS=$ac_save_IFS
2359case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2360
2361
81ecdfbb
RW
2362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2363$as_echo_n "checking target system type... " >&6; }
2364if test "${ac_cv_target+set}" = set; then :
2365 $as_echo_n "(cached) " >&6
2366else
2367 if test "x$target_alias" = x; then
2368 ac_cv_target=$ac_cv_host
13b2be9c 2369else
81ecdfbb
RW
2370 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2371 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2372fi
13b2be9c
DJ
2373
2374fi
81ecdfbb
RW
2375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2376$as_echo "$ac_cv_target" >&6; }
2377case $ac_cv_target in
2378*-*-*) ;;
2379*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2380esac
13b2be9c 2381target=$ac_cv_target
81ecdfbb
RW
2382ac_save_IFS=$IFS; IFS='-'
2383set x $ac_cv_target
2384shift
2385target_cpu=$1
2386target_vendor=$2
2387shift; shift
2388# Remember, the first character of IFS is used to create $*,
2389# except with old shells:
2390target_os=$*
2391IFS=$ac_save_IFS
2392case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
13b2be9c
DJ
2393
2394
2395# The aliases save the names the user supplied, while $host etc.
2396# will get canonicalized.
2397test -n "$target_alias" &&
2398 test "$program_prefix$program_suffix$program_transform_name" = \
2399 NONENONEs,x,x, &&
2400 program_prefix=${target_alias}-
2401ac_ext=c
2402ac_cpp='$CPP $CPPFLAGS'
2403ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2404ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2405ac_compiler_gnu=$ac_cv_c_compiler_gnu
2406if test -n "$ac_tool_prefix"; then
2407 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2408set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2410$as_echo_n "checking for $ac_word... " >&6; }
2411if test "${ac_cv_prog_CC+set}" = set; then :
2412 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2413else
2414 if test -n "$CC"; then
2415 ac_cv_prog_CC="$CC" # Let the user override the test.
2416else
2417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2418for as_dir in $PATH
2419do
2420 IFS=$as_save_IFS
2421 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2422 for ac_exec_ext in '' $ac_executable_extensions; do
2423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2424 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2426 break 2
2427 fi
2428done
81ecdfbb
RW
2429 done
2430IFS=$as_save_IFS
13b2be9c
DJ
2431
2432fi
2433fi
2434CC=$ac_cv_prog_CC
2435if test -n "$CC"; then
81ecdfbb
RW
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2437$as_echo "$CC" >&6; }
13b2be9c 2438else
81ecdfbb
RW
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2440$as_echo "no" >&6; }
13b2be9c
DJ
2441fi
2442
81ecdfbb 2443
13b2be9c
DJ
2444fi
2445if test -z "$ac_cv_prog_CC"; then
2446 ac_ct_CC=$CC
2447 # Extract the first word of "gcc", so it can be a program name with args.
2448set dummy gcc; ac_word=$2
81ecdfbb
RW
2449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2450$as_echo_n "checking for $ac_word... " >&6; }
2451if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2452 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2453else
2454 if test -n "$ac_ct_CC"; then
2455 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2456else
2457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2458for as_dir in $PATH
2459do
2460 IFS=$as_save_IFS
2461 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2462 for ac_exec_ext in '' $ac_executable_extensions; do
2463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2464 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2466 break 2
2467 fi
2468done
81ecdfbb
RW
2469 done
2470IFS=$as_save_IFS
13b2be9c
DJ
2471
2472fi
2473fi
2474ac_ct_CC=$ac_cv_prog_ac_ct_CC
2475if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2477$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2478else
81ecdfbb
RW
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2480$as_echo "no" >&6; }
13b2be9c
DJ
2481fi
2482
81ecdfbb
RW
2483 if test "x$ac_ct_CC" = x; then
2484 CC=""
2485 else
2486 case $cross_compiling:$ac_tool_warned in
2487yes:)
2488{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2489$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2490ac_tool_warned=yes ;;
2491esac
2492 CC=$ac_ct_CC
2493 fi
13b2be9c
DJ
2494else
2495 CC="$ac_cv_prog_CC"
2496fi
2497
2498if test -z "$CC"; then
81ecdfbb
RW
2499 if test -n "$ac_tool_prefix"; then
2500 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
13b2be9c 2501set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2503$as_echo_n "checking for $ac_word... " >&6; }
2504if test "${ac_cv_prog_CC+set}" = set; then :
2505 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2506else
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test.
2509else
2510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2511for as_dir in $PATH
2512do
2513 IFS=$as_save_IFS
2514 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2515 for ac_exec_ext in '' $ac_executable_extensions; do
2516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2517 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2519 break 2
2520 fi
2521done
81ecdfbb
RW
2522 done
2523IFS=$as_save_IFS
13b2be9c
DJ
2524
2525fi
2526fi
2527CC=$ac_cv_prog_CC
2528if test -n "$CC"; then
81ecdfbb
RW
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2530$as_echo "$CC" >&6; }
13b2be9c 2531else
81ecdfbb
RW
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2533$as_echo "no" >&6; }
13b2be9c
DJ
2534fi
2535
13b2be9c 2536
81ecdfbb 2537 fi
13b2be9c
DJ
2538fi
2539if test -z "$CC"; then
2540 # Extract the first word of "cc", so it can be a program name with args.
2541set dummy cc; ac_word=$2
81ecdfbb
RW
2542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2543$as_echo_n "checking for $ac_word... " >&6; }
2544if test "${ac_cv_prog_CC+set}" = set; then :
2545 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2546else
2547 if test -n "$CC"; then
2548 ac_cv_prog_CC="$CC" # Let the user override the test.
2549else
2550 ac_prog_rejected=no
2551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2552for as_dir in $PATH
2553do
2554 IFS=$as_save_IFS
2555 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2556 for ac_exec_ext in '' $ac_executable_extensions; do
2557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c
DJ
2558 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2559 ac_prog_rejected=yes
2560 continue
2561 fi
2562 ac_cv_prog_CC="cc"
81ecdfbb 2563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2564 break 2
2565 fi
2566done
81ecdfbb
RW
2567 done
2568IFS=$as_save_IFS
2569
13b2be9c
DJ
2570if test $ac_prog_rejected = yes; then
2571 # We found a bogon in the path, so make sure we never use it.
2572 set dummy $ac_cv_prog_CC
2573 shift
2574 if test $# != 0; then
2575 # We chose a different compiler from the bogus one.
2576 # However, it has the same basename, so the bogon will be chosen
2577 # first if we set CC to just the basename; use the full file name.
2578 shift
2579 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2580 fi
2581fi
2582fi
2583fi
2584CC=$ac_cv_prog_CC
2585if test -n "$CC"; then
81ecdfbb
RW
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2587$as_echo "$CC" >&6; }
13b2be9c 2588else
81ecdfbb
RW
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2590$as_echo "no" >&6; }
13b2be9c
DJ
2591fi
2592
81ecdfbb 2593
13b2be9c
DJ
2594fi
2595if test -z "$CC"; then
2596 if test -n "$ac_tool_prefix"; then
81ecdfbb 2597 for ac_prog in cl.exe
13b2be9c
DJ
2598 do
2599 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2600set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2602$as_echo_n "checking for $ac_word... " >&6; }
2603if test "${ac_cv_prog_CC+set}" = set; then :
2604 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2605else
2606 if test -n "$CC"; then
2607 ac_cv_prog_CC="$CC" # Let the user override the test.
2608else
2609as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2610for as_dir in $PATH
2611do
2612 IFS=$as_save_IFS
2613 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2614 for ac_exec_ext in '' $ac_executable_extensions; do
2615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2616 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2618 break 2
2619 fi
2620done
81ecdfbb
RW
2621 done
2622IFS=$as_save_IFS
13b2be9c
DJ
2623
2624fi
2625fi
2626CC=$ac_cv_prog_CC
2627if test -n "$CC"; then
81ecdfbb
RW
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2629$as_echo "$CC" >&6; }
13b2be9c 2630else
81ecdfbb
RW
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2632$as_echo "no" >&6; }
13b2be9c
DJ
2633fi
2634
81ecdfbb 2635
13b2be9c
DJ
2636 test -n "$CC" && break
2637 done
2638fi
2639if test -z "$CC"; then
2640 ac_ct_CC=$CC
81ecdfbb 2641 for ac_prog in cl.exe
13b2be9c
DJ
2642do
2643 # Extract the first word of "$ac_prog", so it can be a program name with args.
2644set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2646$as_echo_n "checking for $ac_word... " >&6; }
2647if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2648 $as_echo_n "(cached) " >&6
13b2be9c
DJ
2649else
2650 if test -n "$ac_ct_CC"; then
2651 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2652else
2653as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2654for as_dir in $PATH
2655do
2656 IFS=$as_save_IFS
2657 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2658 for ac_exec_ext in '' $ac_executable_extensions; do
2659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13b2be9c 2660 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
2662 break 2
2663 fi
2664done
81ecdfbb
RW
2665 done
2666IFS=$as_save_IFS
13b2be9c
DJ
2667
2668fi
2669fi
2670ac_ct_CC=$ac_cv_prog_ac_ct_CC
2671if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2673$as_echo "$ac_ct_CC" >&6; }
13b2be9c 2674else
81ecdfbb
RW
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2676$as_echo "no" >&6; }
13b2be9c
DJ
2677fi
2678
81ecdfbb 2679
13b2be9c
DJ
2680 test -n "$ac_ct_CC" && break
2681done
2682
81ecdfbb
RW
2683 if test "x$ac_ct_CC" = x; then
2684 CC=""
2685 else
2686 case $cross_compiling:$ac_tool_warned in
2687yes:)
2688{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2689$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2690ac_tool_warned=yes ;;
2691esac
2692 CC=$ac_ct_CC
2693 fi
13b2be9c
DJ
2694fi
2695
2696fi
2697
2698
81ecdfbb
RW
2699test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2700$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2701as_fn_error "no acceptable C compiler found in \$PATH
2702See \`config.log' for more details." "$LINENO" 5; }
13b2be9c
DJ
2703
2704# Provide some information about the compiler.
81ecdfbb
RW
2705$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2706set X $ac_compile
2707ac_compiler=$2
2708for ac_option in --version -v -V -qversion; do
2709 { { ac_try="$ac_compiler $ac_option >&5"
2710case "(($ac_try" in
2711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2712 *) ac_try_echo=$ac_try;;
2713esac
2714eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2715$as_echo "$ac_try_echo"; } >&5
2716 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
13b2be9c 2717 ac_status=$?
81ecdfbb
RW
2718 if test -s conftest.err; then
2719 sed '10a\
2720... rest of stderr output deleted ...
2721 10q' conftest.err >conftest.er1
2722 cat conftest.er1 >&5
2723 rm -f conftest.er1 conftest.err
2724 fi
2725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2726 test $ac_status = 0; }
2727done
13b2be9c 2728
81ecdfbb 2729cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2730/* end confdefs.h. */
2731
2732int
2733main ()
2734{
2735
2736 ;
2737 return 0;
2738}
2739_ACEOF
2740ac_clean_files_save=$ac_clean_files
81ecdfbb 2741ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
13b2be9c
DJ
2742# Try to create an executable without -o first, disregard a.out.
2743# It will help us diagnose broken compilers, and finding out an intuition
2744# of exeext.
81ecdfbb
RW
2745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2746$as_echo_n "checking for C compiler default output file name... " >&6; }
2747ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2748
2749# The possible output files:
2750ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2751
2752ac_rmfiles=
2753for ac_file in $ac_files
2754do
2755 case $ac_file in
2756 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2757 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2758 esac
2759done
2760rm -f $ac_rmfiles
2761
2762if { { ac_try="$ac_link_default"
2763case "(($ac_try" in
2764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2766esac
2767eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2768$as_echo "$ac_try_echo"; } >&5
2769 (eval "$ac_link_default") 2>&5
2770 ac_status=$?
2771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2772 test $ac_status = 0; }; then :
2773 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2774# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2775# in a Makefile. We should not override ac_cv_exeext if it was cached,
2776# so that the user can short-circuit this test for compilers unknown to
2777# Autoconf.
2778for ac_file in $ac_files ''
13b2be9c
DJ
2779do
2780 test -f "$ac_file" || continue
2781 case $ac_file in
81ecdfbb 2782 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
ab509236 2783 ;;
13b2be9c 2784 [ab].out )
ab509236
L
2785 # We found the default executable, but exeext='' is most
2786 # certainly right.
2787 break;;
13b2be9c 2788 *.* )
81ecdfbb
RW
2789 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2790 then :; else
2791 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2792 fi
2793 # We set ac_cv_exeext here because the later test for it is not
2794 # safe: cross compilers may not add the suffix if given an `-o'
2795 # argument, so we may need to know it at that point already.
2796 # Even if this section looks crufty: it has the advantage of
2797 # actually working.
ab509236 2798 break;;
13b2be9c 2799 * )
ab509236 2800 break;;
13b2be9c
DJ
2801 esac
2802done
81ecdfbb
RW
2803test "$ac_cv_exeext" = no && ac_cv_exeext=
2804
13b2be9c 2805else
81ecdfbb
RW
2806 ac_file=''
2807fi
2808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2809$as_echo "$ac_file" >&6; }
2810if test -z "$ac_file"; then :
2811 $as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
2812sed 's/^/| /' conftest.$ac_ext >&5
2813
81ecdfbb
RW
2814{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2815$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2816{ as_fn_set_status 77
2817as_fn_error "C compiler cannot create executables
2818See \`config.log' for more details." "$LINENO" 5; }; }
13b2be9c 2819fi
13b2be9c 2820ac_exeext=$ac_cv_exeext
13b2be9c 2821
81ecdfbb 2822# Check that the compiler produces executables we can run. If not, either
13b2be9c 2823# the compiler is broken, or we cross compile.
81ecdfbb
RW
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2825$as_echo_n "checking whether the C compiler works... " >&6; }
13b2be9c
DJ
2826# If not cross compiling, check that we can run a simple program.
2827if test "$cross_compiling" != yes; then
2828 if { ac_try='./$ac_file'
81ecdfbb
RW
2829 { { case "(($ac_try" in
2830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2831 *) ac_try_echo=$ac_try;;
2832esac
2833eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2834$as_echo "$ac_try_echo"; } >&5
2835 (eval "$ac_try") 2>&5
13b2be9c 2836 ac_status=$?
81ecdfbb
RW
2837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2838 test $ac_status = 0; }; }; then
13b2be9c
DJ
2839 cross_compiling=no
2840 else
2841 if test "$cross_compiling" = maybe; then
2842 cross_compiling=yes
2843 else
81ecdfbb
RW
2844 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2845$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846as_fn_error "cannot run C compiled programs.
13b2be9c 2847If you meant to cross compile, use \`--host'.
81ecdfbb 2848See \`config.log' for more details." "$LINENO" 5; }
13b2be9c
DJ
2849 fi
2850 fi
2851fi
81ecdfbb
RW
2852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2853$as_echo "yes" >&6; }
13b2be9c 2854
81ecdfbb 2855rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
13b2be9c 2856ac_clean_files=$ac_clean_files_save
81ecdfbb 2857# Check that the compiler produces executables we can run. If not, either
13b2be9c 2858# the compiler is broken, or we cross compile.
81ecdfbb
RW
2859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2860$as_echo_n "checking whether we are cross compiling... " >&6; }
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2862$as_echo "$cross_compiling" >&6; }
2863
2864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2865$as_echo_n "checking for suffix of executables... " >&6; }
2866if { { ac_try="$ac_link"
2867case "(($ac_try" in
2868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2869 *) ac_try_echo=$ac_try;;
2870esac
2871eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2872$as_echo "$ac_try_echo"; } >&5
2873 (eval "$ac_link") 2>&5
13b2be9c 2874 ac_status=$?
81ecdfbb
RW
2875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2876 test $ac_status = 0; }; then :
13b2be9c
DJ
2877 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2878# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2879# work properly (i.e., refer to `conftest.exe'), while it won't with
2880# `rm'.
2881for ac_file in conftest.exe conftest conftest.*; do
2882 test -f "$ac_file" || continue
2883 case $ac_file in
81ecdfbb 2884 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
13b2be9c 2885 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ab509236 2886 break;;
13b2be9c
DJ
2887 * ) break;;
2888 esac
2889done
2890else
81ecdfbb
RW
2891 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2892$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2893as_fn_error "cannot compute suffix of executables: cannot compile and link
2894See \`config.log' for more details." "$LINENO" 5; }
13b2be9c 2895fi
13b2be9c 2896rm -f conftest$ac_cv_exeext
81ecdfbb
RW
2897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2898$as_echo "$ac_cv_exeext" >&6; }
13b2be9c
DJ
2899
2900rm -f conftest.$ac_ext
2901EXEEXT=$ac_cv_exeext
2902ac_exeext=$EXEEXT
81ecdfbb
RW
2903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2904$as_echo_n "checking for suffix of object files... " >&6; }
2905if test "${ac_cv_objext+set}" = set; then :
2906 $as_echo_n "(cached) " >&6
13b2be9c 2907else
81ecdfbb 2908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2909/* end confdefs.h. */
2910
2911int
2912main ()
2913{
2914
2915 ;
2916 return 0;
2917}
2918_ACEOF
2919rm -f conftest.o conftest.obj
81ecdfbb
RW
2920if { { ac_try="$ac_compile"
2921case "(($ac_try" in
2922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2923 *) ac_try_echo=$ac_try;;
2924esac
2925eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2926$as_echo "$ac_try_echo"; } >&5
2927 (eval "$ac_compile") 2>&5
2928 ac_status=$?
2929 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2930 test $ac_status = 0; }; then :
2931 for ac_file in conftest.o conftest.obj conftest.*; do
2932 test -f "$ac_file" || continue;
13b2be9c 2933 case $ac_file in
81ecdfbb 2934 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
13b2be9c
DJ
2935 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2936 break;;
2937 esac
2938done
2939else
81ecdfbb 2940 $as_echo "$as_me: failed program was:" >&5
13b2be9c
DJ
2941sed 's/^/| /' conftest.$ac_ext >&5
2942
81ecdfbb
RW
2943{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2944$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2945as_fn_error "cannot compute suffix of object files: cannot compile
2946See \`config.log' for more details." "$LINENO" 5; }
13b2be9c 2947fi
13b2be9c
DJ
2948rm -f conftest.$ac_cv_objext conftest.$ac_ext
2949fi
81ecdfbb
RW
2950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2951$as_echo "$ac_cv_objext" >&6; }
13b2be9c
DJ
2952OBJEXT=$ac_cv_objext
2953ac_objext=$OBJEXT
81ecdfbb
RW
2954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2955$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2956if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2957 $as_echo_n "(cached) " >&6
13b2be9c 2958else
81ecdfbb 2959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
2960/* end confdefs.h. */
2961
2962int
2963main ()
2964{
2965#ifndef __GNUC__
2966 choke me
2967#endif
2968
2969 ;
2970 return 0;
2971}
2972_ACEOF
81ecdfbb 2973if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
2974 ac_compiler_gnu=yes
2975else
81ecdfbb 2976 ac_compiler_gnu=no
13b2be9c 2977fi
81ecdfbb 2978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c
DJ
2979ac_cv_c_compiler_gnu=$ac_compiler_gnu
2980
2981fi
81ecdfbb
RW
2982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2983$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2984if test $ac_compiler_gnu = yes; then
2985 GCC=yes
2986else
2987 GCC=
2988fi
13b2be9c
DJ
2989ac_test_CFLAGS=${CFLAGS+set}
2990ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
2991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2992$as_echo_n "checking whether $CC accepts -g... " >&6; }
2993if test "${ac_cv_prog_cc_g+set}" = set; then :
2994 $as_echo_n "(cached) " >&6
2995else
2996 ac_save_c_werror_flag=$ac_c_werror_flag
2997 ac_c_werror_flag=yes
2998 ac_cv_prog_cc_g=no
2999 CFLAGS="-g"
3000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3001/* end confdefs.h. */
3002
3003int
3004main ()
3005{
3006
3007 ;
3008 return 0;
3009}
3010_ACEOF
81ecdfbb 3011if ac_fn_c_try_compile "$LINENO"; then :
13b2be9c
DJ
3012 ac_cv_prog_cc_g=yes
3013else
81ecdfbb
RW
3014 CFLAGS=""
3015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3016/* end confdefs.h. */
13b2be9c 3017
81ecdfbb
RW
3018int
3019main ()
3020{
3021
3022 ;
3023 return 0;
3024}
3025_ACEOF
3026if ac_fn_c_try_compile "$LINENO"; then :
3027
3028else
3029 ac_c_werror_flag=$ac_save_c_werror_flag
3030 CFLAGS="-g"
3031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3032/* end confdefs.h. */
3033
3034int
3035main ()
3036{
3037
3038 ;
3039 return 0;
3040}
3041_ACEOF
3042if ac_fn_c_try_compile "$LINENO"; then :
3043 ac_cv_prog_cc_g=yes
3044fi
3045rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3046fi
81ecdfbb 3047rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13b2be9c 3048fi
81ecdfbb
RW
3049rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3050 ac_c_werror_flag=$ac_save_c_werror_flag
3051fi
3052{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3053$as_echo "$ac_cv_prog_cc_g" >&6; }
13b2be9c
DJ
3054if test "$ac_test_CFLAGS" = set; then
3055 CFLAGS=$ac_save_CFLAGS
3056elif test $ac_cv_prog_cc_g = yes; then
3057 if test "$GCC" = yes; then
3058 CFLAGS="-g -O2"
3059 else
3060 CFLAGS="-g"
3061 fi
3062else
3063 if test "$GCC" = yes; then
3064 CFLAGS="-O2"
3065 else
3066 CFLAGS=
3067 fi
3068fi
81ecdfbb
RW
3069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3070$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3071if test "${ac_cv_prog_cc_c89+set}" = set; then :
3072 $as_echo_n "(cached) " >&6
13b2be9c 3073else
81ecdfbb 3074 ac_cv_prog_cc_c89=no
13b2be9c 3075ac_save_CC=$CC
81ecdfbb 3076cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3077/* end confdefs.h. */
3078#include <stdarg.h>
3079#include <stdio.h>
3080#include <sys/types.h>
3081#include <sys/stat.h>
3082/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3083struct buf { int x; };
3084FILE * (*rcsopen) (struct buf *, struct stat *, int);
3085static char *e (p, i)
3086 char **p;
3087 int i;
3088{
3089 return p[i];
3090}
3091static char *f (char * (*g) (char **, int), char **p, ...)
3092{
3093 char *s;
3094 va_list v;
3095 va_start (v,p);
3096 s = g (p, va_arg (v,int));
3097 va_end (v);
3098 return s;
3099}
ab509236
L
3100
3101/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3102 function prototypes and stuff, but not '\xHH' hex character constants.
3103 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3104 as 'x'. The following induces an error, until -std is added to get
ab509236
L
3105 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3106 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3107 that's true only with -std. */
ab509236
L
3108int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3109
81ecdfbb
RW
3110/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3111 inside strings and character constants. */
3112#define FOO(x) 'x'
3113int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3114
13b2be9c
DJ
3115int test (int i, double x);
3116struct s1 {int (*f) (int a);};
3117struct s2 {int (*f) (double a);};
3118int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3119int argc;
3120char **argv;
3121int
3122main ()
3123{
3124return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3125 ;
3126 return 0;
3127}
3128_ACEOF
81ecdfbb
RW
3129for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3130 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
13b2be9c
DJ
3131do
3132 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3133 if ac_fn_c_try_compile "$LINENO"; then :
3134 ac_cv_prog_cc_c89=$ac_arg
13b2be9c 3135fi
81ecdfbb
RW
3136rm -f core conftest.err conftest.$ac_objext
3137 test "x$ac_cv_prog_cc_c89" != "xno" && break
13b2be9c 3138done
81ecdfbb 3139rm -f conftest.$ac_ext
13b2be9c
DJ
3140CC=$ac_save_CC
3141
3142fi
81ecdfbb
RW
3143# AC_CACHE_VAL
3144case "x$ac_cv_prog_cc_c89" in
3145 x)
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3147$as_echo "none needed" >&6; } ;;
3148 xno)
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3150$as_echo "unsupported" >&6; } ;;
13b2be9c 3151 *)
81ecdfbb
RW
3152 CC="$CC $ac_cv_prog_cc_c89"
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3154$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
13b2be9c 3155esac
81ecdfbb 3156if test "x$ac_cv_prog_cc_c89" != xno; then :
13b2be9c 3157
13b2be9c
DJ
3158fi
3159
13b2be9c
DJ
3160ac_ext=c
3161ac_cpp='$CPP $CPPFLAGS'
3162ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3163ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3164ac_compiler_gnu=$ac_cv_c_compiler_gnu
3165
3166
81ecdfbb
RW
3167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3168$as_echo_n "checking for library containing strerror... " >&6; }
3169if test "${ac_cv_search_strerror+set}" = set; then :
3170 $as_echo_n "(cached) " >&6
13b2be9c 3171else
ab509236 3172 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3173cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
3174/* end confdefs.h. */
3175
81ecdfbb
RW
3176/* Override any GCC internal prototype to avoid an error.
3177 Use char because int might match the return type of a GCC
3178 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
3179#ifdef __cplusplus
3180extern "C"
3181#endif
13b2be9c
DJ
3182char strerror ();
3183int
3184main ()
3185{
81ecdfbb 3186return strerror ();
13b2be9c
DJ
3187 ;
3188 return 0;
3189}
3190_ACEOF
81ecdfbb
RW
3191for ac_lib in '' cposix; do
3192 if test -z "$ac_lib"; then
3193 ac_res="none required"
3194 else
3195 ac_res=-l$ac_lib
ab509236 3196 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3197 fi
3198 if ac_fn_c_try_link "$LINENO"; then :
3199 ac_cv_search_strerror=$ac_res
3200fi
3201rm -f core conftest.err conftest.$ac_objext \
3202 conftest$ac_exeext
3203 if test "${ac_cv_search_strerror+set}" = set; then :
3204 break
3205fi
3206done
3207if test "${ac_cv_search_strerror+set}" = set; then :
ab509236 3208
ab509236 3209else
81ecdfbb 3210 ac_cv_search_strerror=no
13b2be9c 3211fi
81ecdfbb 3212rm conftest.$ac_ext
ab509236
L
3213LIBS=$ac_func_search_save_LIBS
3214fi
81ecdfbb
RW
3215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3216$as_echo "$ac_cv_search_strerror" >&6; }
3217ac_res=$ac_cv_search_strerror
3218if test "$ac_res" != no; then :
3219 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13b2be9c 3220
ab509236 3221fi
13b2be9c
DJ
3222
3223
c4dd807e 3224BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
81ecdfbb
RW
3225am__api_version='1.11'
3226
13b2be9c
DJ
3227# Find a good install program. We prefer a C program (faster),
3228# so one script is as good as another. But avoid the broken or
3229# incompatible versions:
3230# SysV /etc/install, /usr/sbin/install
3231# SunOS /usr/etc/install
3232# IRIX /sbin/install
3233# AIX /bin/install
3234# AmigaOS /C/install, which installs bootblocks on floppy discs
3235# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3236# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3237# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
ab509236 3238# OS/2's system install, which has a completely different semantic
13b2be9c 3239# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3240# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3242$as_echo_n "checking for a BSD-compatible install... " >&6; }
13b2be9c 3243if test -z "$INSTALL"; then
81ecdfbb
RW
3244if test "${ac_cv_path_install+set}" = set; then :
3245 $as_echo_n "(cached) " >&6
13b2be9c
DJ
3246else
3247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3248for as_dir in $PATH
3249do
3250 IFS=$as_save_IFS
3251 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3252 # Account for people who put trailing slashes in PATH elements.
3253case $as_dir/ in #((
3254 ./ | .// | /[cC]/* | \
13b2be9c 3255 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3256 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
13b2be9c
DJ
3257 /usr/ucb/* ) ;;
3258 *)
3259 # OSF1 and SCO ODT 3.0 have their own names for install.
3260 # Don't use installbsd from OSF since it installs stuff as root
3261 # by default.
3262 for ac_prog in ginstall scoinst install; do
3263 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3264 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
ab509236
L
3265 if test $ac_prog = install &&
3266 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3267 # AIX install. It has an incompatible calling convention.
3268 :
3269 elif test $ac_prog = install &&
3270 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3271 # program-specific install script used by HP pwplus--don't use.
3272 :
3273 else
58c85be7
RW
3274 rm -rf conftest.one conftest.two conftest.dir
3275 echo one > conftest.one
3276 echo two > conftest.two
3277 mkdir conftest.dir
3278 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3279 test -s conftest.one && test -s conftest.two &&
3280 test -s conftest.dir/conftest.one &&
3281 test -s conftest.dir/conftest.two
3282 then
3283 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3284 break 3
3285 fi
ab509236
L
3286 fi
3287 fi
13b2be9c
DJ
3288 done
3289 done
3290 ;;
3291esac
81ecdfbb
RW
3292
3293 done
3294IFS=$as_save_IFS
13b2be9c 3295
58c85be7 3296rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3297
3298fi
3299 if test "${ac_cv_path_install+set}" = set; then
13b2be9c 3300 INSTALL=$ac_cv_path_install
252b5132 3301 else
58c85be7
RW
3302 # As a last resort, use the slow shell script. Don't cache a
3303 # value for INSTALL within a source directory, because that will
252b5132 3304 # break other packages using the cache if that directory is
58c85be7 3305 # removed, or if the value is a relative name.
13b2be9c 3306 INSTALL=$ac_install_sh
252b5132
RH
3307 fi
3308fi
81ecdfbb
RW
3309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3310$as_echo "$INSTALL" >&6; }
252b5132
RH
3311
3312# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3313# It thinks the first close brace ends the variable substitution.
3314test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3315
13b2be9c 3316test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3317
3318test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3319
81ecdfbb
RW
3320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3321$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3322# Just in case
3323sleep 1
13b2be9c 3324echo timestamp > conftest.file
81ecdfbb
RW
3325# Reject unsafe characters in $srcdir or the absolute working directory
3326# name. Accept space and tab only in the latter.
3327am_lf='
3328'
3329case `pwd` in
3330 *[\\\"\#\$\&\'\`$am_lf]*)
3331 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3332esac
3333case $srcdir in
3334 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3335 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3336esac
3337
252b5132
RH
3338# Do `set' in a subshell so we don't clobber the current shell's
3339# arguments. Must try -L first in case configure is actually a
3340# symlink; some systems play weird games with the mod time of symlinks
3341# (eg FreeBSD returns the mod time of the symlink's containing
3342# directory).
3343if (
81ecdfbb 3344 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3345 if test "$*" = "X"; then
3346 # -L didn't work.
81ecdfbb 3347 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3348 fi
13b2be9c
DJ
3349 rm -f conftest.file
3350 if test "$*" != "X $srcdir/configure conftest.file" \
3351 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3352
3353 # If neither matched, then we have a broken ls. This can happen
3354 # if, for instance, CONFIG_SHELL is bash and it inherits a
3355 # broken ls alias from the environment. This has actually
3356 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3357 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3358alias in your environment" "$LINENO" 5
252b5132
RH
3359 fi
3360
13b2be9c
DJ
3361 test "$2" = conftest.file
3362 )
3363then
3364 # Ok.
3365 :
3366else
81ecdfbb
RW
3367 as_fn_error "newly created file is older than distributed files!
3368Check your system clock" "$LINENO" 5
13b2be9c 3369fi
81ecdfbb
RW
3370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3371$as_echo "yes" >&6; }
13b2be9c 3372test "$program_prefix" != NONE &&
81ecdfbb 3373 program_transform_name="s&^&$program_prefix&;$program_transform_name"
13b2be9c
DJ
3374# Use a double $ so make ignores it.
3375test "$program_suffix" != NONE &&
81ecdfbb
RW
3376 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3377# Double any \ or $.
13b2be9c 3378# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3379ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3380program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
13b2be9c 3381
13b2be9c
DJ
3382# expand $ac_aux_dir to an absolute path
3383am_aux_dir=`cd $ac_aux_dir && pwd`
3384
81ecdfbb
RW
3385if test x"${MISSING+set}" != xset; then
3386 case $am_aux_dir in
3387 *\ * | *\ *)
3388 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3389 *)
3390 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3391 esac
3392fi
13b2be9c
DJ
3393# Use eval to expand $SHELL
3394if eval "$MISSING --run true"; then
3395 am_missing_run="$MISSING --run "
3396else
3397 am_missing_run=
81ecdfbb
RW
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3399$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
ab509236
L
3400fi
3401
81ecdfbb
RW
3402if test x"${install_sh}" != xset; then
3403 case $am_aux_dir in
3404 *\ * | *\ *)
3405 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3406 *)
3407 install_sh="\${SHELL} $am_aux_dir/install-sh"
3408 esac
3409fi
3410
3411# Installed binaries are usually stripped using `strip' when the user
3412# run `make install-strip'. However `strip' might not be the right
3413# tool to use in cross-compilation environments, therefore Automake
3414# will honor the `STRIP' environment variable to overrule this program.
3415if test "$cross_compiling" != no; then
3416 if test -n "$ac_tool_prefix"; then
3417 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3418set dummy ${ac_tool_prefix}strip; ac_word=$2
3419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3420$as_echo_n "checking for $ac_word... " >&6; }
3421if test "${ac_cv_prog_STRIP+set}" = set; then :
3422 $as_echo_n "(cached) " >&6
13b2be9c 3423else
81ecdfbb
RW
3424 if test -n "$STRIP"; then
3425 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13b2be9c
DJ
3426else
3427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3428for as_dir in $PATH
3429do
3430 IFS=$as_save_IFS
3431 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3432 for ac_exec_ext in '' $ac_executable_extensions; do
3433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3434 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13b2be9c
DJ
3436 break 2
3437 fi
3438done
81ecdfbb
RW
3439 done
3440IFS=$as_save_IFS
13b2be9c
DJ
3441
3442fi
3443fi
81ecdfbb
RW
3444STRIP=$ac_cv_prog_STRIP
3445if test -n "$STRIP"; then
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3447$as_echo "$STRIP" >&6; }
13b2be9c 3448else
81ecdfbb
RW
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3450$as_echo "no" >&6; }
13b2be9c
DJ
3451fi
3452
13b2be9c 3453
81ecdfbb
RW
3454fi
3455if test -z "$ac_cv_prog_STRIP"; then
3456 ac_ct_STRIP=$STRIP
3457 # Extract the first word of "strip", so it can be a program name with args.
3458set dummy strip; ac_word=$2
3459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3460$as_echo_n "checking for $ac_word... " >&6; }
3461if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3462 $as_echo_n "(cached) " >&6
13b2be9c 3463else
81ecdfbb
RW
3464 if test -n "$ac_ct_STRIP"; then
3465 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13b2be9c 3466else
81ecdfbb
RW
3467as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3468for as_dir in $PATH
3469do
3470 IFS=$as_save_IFS
3471 test -z "$as_dir" && as_dir=.
3472 for ac_exec_ext in '' $ac_executable_extensions; do
3473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3474 ac_cv_prog_ac_ct_STRIP="strip"
3475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3476 break 2
3477 fi
3478done
3479 done
3480IFS=$as_save_IFS
3481
3482fi
3483fi
3484ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3485if test -n "$ac_ct_STRIP"; then
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3487$as_echo "$ac_ct_STRIP" >&6; }
3488else
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3490$as_echo "no" >&6; }
3491fi
3492
3493 if test "x$ac_ct_STRIP" = x; then
3494 STRIP=":"
3495 else
3496 case $cross_compiling:$ac_tool_warned in
3497yes:)
3498{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3499$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3500ac_tool_warned=yes ;;
3501esac
3502 STRIP=$ac_ct_STRIP
3503 fi
3504else
3505 STRIP="$ac_cv_prog_STRIP"
3506fi
3507
3508fi
3509INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3510
3511{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3512$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3513if test -z "$MKDIR_P"; then
3514 if test "${ac_cv_path_mkdir+set}" = set; then :
3515 $as_echo_n "(cached) " >&6
3516else
3517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3518for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3519do
3520 IFS=$as_save_IFS
3521 test -z "$as_dir" && as_dir=.
3522 for ac_prog in mkdir gmkdir; do
3523 for ac_exec_ext in '' $ac_executable_extensions; do
3524 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3525 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3526 'mkdir (GNU coreutils) '* | \
3527 'mkdir (coreutils) '* | \
3528 'mkdir (fileutils) '4.1*)
3529 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3530 break 3;;
3531 esac
3532 done
3533 done
3534 done
3535IFS=$as_save_IFS
3536
3537fi
3538
3539 if test "${ac_cv_path_mkdir+set}" = set; then
3540 MKDIR_P="$ac_cv_path_mkdir -p"
3541 else
3542 # As a last resort, use the slow shell script. Don't cache a
3543 # value for MKDIR_P within a source directory, because that will
3544 # break other packages using the cache if that directory is
3545 # removed, or if the value is a relative name.
3546 test -d ./--version && rmdir ./--version
3547 MKDIR_P="$ac_install_sh -d"
3548 fi
3549fi
3550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3551$as_echo "$MKDIR_P" >&6; }
3552
3553mkdir_p="$MKDIR_P"
3554case $mkdir_p in
3555 [\\/$]* | ?:[\\/]*) ;;
3556 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3557esac
3558
3559for ac_prog in gawk mawk nawk awk
3560do
3561 # Extract the first word of "$ac_prog", so it can be a program name with args.
3562set dummy $ac_prog; ac_word=$2
3563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3564$as_echo_n "checking for $ac_word... " >&6; }
3565if test "${ac_cv_prog_AWK+set}" = set; then :
3566 $as_echo_n "(cached) " >&6
3567else
3568 if test -n "$AWK"; then
3569 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3570else
3571as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3572for as_dir in $PATH
3573do
3574 IFS=$as_save_IFS
3575 test -z "$as_dir" && as_dir=.
3576 for ac_exec_ext in '' $ac_executable_extensions; do
3577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3578 ac_cv_prog_AWK="$ac_prog"
3579 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3580 break 2
3581 fi
3582done
3583 done
3584IFS=$as_save_IFS
3585
3586fi
3587fi
3588AWK=$ac_cv_prog_AWK
3589if test -n "$AWK"; then
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3591$as_echo "$AWK" >&6; }
3592else
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3594$as_echo "no" >&6; }
13b2be9c 3595fi
81ecdfbb
RW
3596
3597
3598 test -n "$AWK" && break
3599done
3600
3601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3602$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3603set x ${MAKE-make}
3604ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3605if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3606 $as_echo_n "(cached) " >&6
3607else
3608 cat >conftest.make <<\_ACEOF
3609SHELL = /bin/sh
3610all:
3611 @echo '@@@%%%=$(MAKE)=@@@%%%'
3612_ACEOF
3613# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3614case `${MAKE-make} -f conftest.make 2>/dev/null` in
3615 *@@@%%%=?*=@@@%%%*)
3616 eval ac_cv_prog_make_${ac_make}_set=yes;;
3617 *)
3618 eval ac_cv_prog_make_${ac_make}_set=no;;
3619esac
13b2be9c
DJ
3620rm -f conftest.make
3621fi
81ecdfbb
RW
3622if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3624$as_echo "yes" >&6; }
13b2be9c
DJ
3625 SET_MAKE=
3626else
81ecdfbb
RW
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3628$as_echo "no" >&6; }
13b2be9c
DJ
3629 SET_MAKE="MAKE=${MAKE-make}"
3630fi
3631
3632rm -rf .tst 2>/dev/null
3633mkdir .tst 2>/dev/null
3634if test -d .tst; then
3635 am__leading_dot=.
3636else
3637 am__leading_dot=_
3638fi
3639rmdir .tst 2>/dev/null
3640
3641DEPDIR="${am__leading_dot}deps"
3642
81ecdfbb 3643ac_config_commands="$ac_config_commands depfiles"
13b2be9c
DJ
3644
3645
3646am_make=${MAKE-make}
3647cat > confinc << 'END'
3648am__doit:
81ecdfbb 3649 @echo this is the am__doit target
13b2be9c
DJ
3650.PHONY: am__doit
3651END
3652# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3654$as_echo_n "checking for style of include used by $am_make... " >&6; }
13b2be9c
DJ
3655am__include="#"
3656am__quote=
3657_am_result=none
3658# First try GNU make style include.
3659echo "include confinc" > confmf
81ecdfbb
RW
3660# Ignore all kinds of additional output from `make'.
3661case `$am_make -s -f confmf 2> /dev/null` in #(
3662*the\ am__doit\ target*)
3663 am__include=include
3664 am__quote=
3665 _am_result=GNU
3666 ;;
3667esac
13b2be9c
DJ
3668# Now try BSD make style include.
3669if test "$am__include" = "#"; then
3670 echo '.include "confinc"' > confmf
81ecdfbb
RW
3671 case `$am_make -s -f confmf 2> /dev/null` in #(
3672 *the\ am__doit\ target*)
3673 am__include=.include
3674 am__quote="\""
3675 _am_result=BSD
3676 ;;
3677 esac
13b2be9c
DJ
3678fi
3679
3680
81ecdfbb
RW
3681{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3682$as_echo "$_am_result" >&6; }
13b2be9c
DJ
3683rm -f confinc confmf
3684
81ecdfbb
RW
3685# Check whether --enable-dependency-tracking was given.
3686if test "${enable_dependency_tracking+set}" = set; then :
3687 enableval=$enable_dependency_tracking;
3688fi
13b2be9c 3689
13b2be9c
DJ
3690if test "x$enable_dependency_tracking" != xno; then
3691 am_depcomp="$ac_aux_dir/depcomp"
3692 AMDEPBACKSLASH='\'
3693fi
81ecdfbb 3694 if test "x$enable_dependency_tracking" != xno; then
13b2be9c
DJ
3695 AMDEP_TRUE=
3696 AMDEP_FALSE='#'
3697else
3698 AMDEP_TRUE='#'
3699 AMDEP_FALSE=
3700fi
3701
3702
81ecdfbb
RW
3703if test "`cd $srcdir && pwd`" != "`pwd`"; then
3704 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3705 # is not polluted with repeated "-I."
3706 am__isrc=' -I$(srcdir)'
3707 # test to see if srcdir already configured
3708 if test -f $srcdir/config.status; then
3709 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3710 fi
13b2be9c
DJ
3711fi
3712
3713# test whether we have cygpath
3714if test -z "$CYGPATH_W"; then
3715 if (cygpath --version) >/dev/null 2>/dev/null; then
3716 CYGPATH_W='cygpath -w'
3717 else
3718 CYGPATH_W=echo
3719 fi
3720fi
3721
3722
3723# Define the identity of the package.
3724 PACKAGE=gas
3725 VERSION=${BFD_VERSION}
3726
3727
3728cat >>confdefs.h <<_ACEOF
3729#define PACKAGE "$PACKAGE"
3730_ACEOF
3731
3732
3733cat >>confdefs.h <<_ACEOF
3734#define VERSION "$VERSION"
3735_ACEOF
3736
3737# Some tools Automake needs.
3738
3739ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3740
3741
3742AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3743
3744
3745AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3746
3747
3748AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3749
3750
3751MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3752
13b2be9c
DJ
3753# We need awk for the "check" target. The system "awk" is bad on
3754# some platforms.
8ea2b00f
AM
3755# Always define AMTAR for backward compatibility.
3756
3757AMTAR=${AMTAR-"${am_missing_run}tar"}
3758
3759am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3760
3761
252b5132 3762
d6d788bd 3763
13b2be9c 3764depcc="$CC" am_compiler_list=
d6d788bd 3765
81ecdfbb
RW
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3767$as_echo_n "checking dependency style of $depcc... " >&6; }
3768if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3769 $as_echo_n "(cached) " >&6
252b5132 3770else
13b2be9c
DJ
3771 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3772 # We make a subdir and do the tests there. Otherwise we can end up
3773 # making bogus files that we don't know about and never remove. For
3774 # instance it was reported that on HP-UX the gcc test will end up
3775 # making a dummy file named `D' -- because `-MD' means `put the output
3776 # in D'.
3777 mkdir conftest.dir
3778 # Copy depcomp to subdir because otherwise we won't find it if we're
3779 # using a relative directory.
3780 cp "$am_depcomp" conftest.dir
3781 cd conftest.dir
3782 # We will build objects and dependencies in a subdirectory because
3783 # it helps to detect inapplicable dependency modes. For instance
3784 # both Tru64's cc and ICC support -MD to output dependencies as a
3785 # side effect of compilation, but ICC will put the dependencies in
3786 # the current directory while Tru64 will put them in the object
3787 # directory.
3788 mkdir sub
252b5132 3789
13b2be9c
DJ
3790 am_cv_CC_dependencies_compiler_type=none
3791 if test "$am_compiler_list" = ""; then
3792 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3793 fi
81ecdfbb
RW
3794 am__universal=false
3795 case " $depcc " in #(
3796 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3797 esac
3798
13b2be9c
DJ
3799 for depmode in $am_compiler_list; do
3800 # Setup a source with many dependencies, because some compilers
3801 # like to wrap large dependency lists on column 80 (with \), and
3802 # we should not choose a depcomp mode which is confused by this.
3803 #
3804 # We need to recreate these files for each test, as the compiler may
3805 # overwrite some of them when testing with obscure command lines.
3806 # This happens at least with the AIX C compiler.
3807 : > sub/conftest.c
3808 for i in 1 2 3 4 5 6; do
3809 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4b363073
NC
3810 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3811 # Solaris 8's {/usr,}/bin/sh.
3812 touch sub/conftst$i.h
13b2be9c
DJ
3813 done
3814 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3815
81ecdfbb
RW
3816 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3817 # mode. It turns out that the SunPro C++ compiler does not properly
3818 # handle `-M -o', and we need to detect this. Also, some Intel
3819 # versions had trouble with output in subdirs
3820 am__obj=sub/conftest.${OBJEXT-o}
3821 am__minus_obj="-o $am__obj"
13b2be9c 3822 case $depmode in
81ecdfbb
RW
3823 gcc)
3824 # This depmode causes a compiler race in universal mode.
3825 test "$am__universal" = false || continue
3826 ;;
13b2be9c
DJ
3827 nosideeffect)
3828 # after this tag, mechanisms are not by side-effect, so they'll
3829 # only be used when explicitly requested
3830 if test "x$enable_dependency_tracking" = xyes; then
3831 continue
3832 else
3833 break
3834 fi
3835 ;;
81ecdfbb
RW
3836 msvisualcpp | msvcmsys)
3837 # This compiler won't grok `-c -o', but also, the minuso test has
3838 # not run yet. These depmodes are late enough in the game, and
3839 # so weak that their functioning should not be impacted.
3840 am__obj=conftest.${OBJEXT-o}
3841 am__minus_obj=
3842 ;;
13b2be9c
DJ
3843 none) break ;;
3844 esac
13b2be9c 3845 if depmode=$depmode \
81ecdfbb 3846 source=sub/conftest.c object=$am__obj \
13b2be9c 3847 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 3848 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
13b2be9c 3849 >/dev/null 2>conftest.err &&
81ecdfbb 3850 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c 3851 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 3852 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
13b2be9c
DJ
3853 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3854 # icc doesn't choke on unknown options, it will just issue warnings
4b363073
NC
3855 # or remarks (even with -Werror). So we grep stderr for any message
3856 # that says an option was ignored or not supported.
3857 # When given -MP, icc 7.0 and 7.1 complain thusly:
3858 # icc: Command line warning: ignoring option '-M'; no argument required
3859 # The diagnosis changed in icc 8.0:
3860 # icc: Command line remark: option '-MP' not supported
3861 if (grep 'ignoring option' conftest.err ||
3862 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
13b2be9c
DJ
3863 am_cv_CC_dependencies_compiler_type=$depmode
3864 break
3865 fi
3866 fi
3867 done
252b5132 3868
13b2be9c
DJ
3869 cd ..
3870 rm -rf conftest.dir
252b5132 3871else
13b2be9c 3872 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
3873fi
3874
252b5132 3875fi
81ecdfbb
RW
3876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3877$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
13b2be9c 3878CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 3879
81ecdfbb 3880 if
13b2be9c
DJ
3881 test "x$enable_dependency_tracking" != xno \
3882 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3883 am__fastdepCC_TRUE=
3884 am__fastdepCC_FALSE='#'
252b5132 3885else
13b2be9c
DJ
3886 am__fastdepCC_TRUE='#'
3887 am__fastdepCC_FALSE=
252b5132
RH
3888fi
3889
d6d788bd
L
3890
3891
13b2be9c 3892
ce2cded5
L
3893ac_ext=c
3894ac_cpp='$CPP $CPPFLAGS'
3895ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3896ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3897ac_compiler_gnu=$ac_cv_c_compiler_gnu
3898if test -n "$ac_tool_prefix"; then
3899 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3900set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902$as_echo_n "checking for $ac_word... " >&6; }
3903if test "${ac_cv_prog_CC+set}" = set; then :
3904 $as_echo_n "(cached) " >&6
252b5132 3905else
ce2cded5
L
3906 if test -n "$CC"; then
3907 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 3908else
ce2cded5
L
3909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3910for as_dir in $PATH
3911do
3912 IFS=$as_save_IFS
3913 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3914 for ac_exec_ext in '' $ac_executable_extensions; do
3915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 3916 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
3918 break 2
3919 fi
3920done
81ecdfbb
RW
3921 done
3922IFS=$as_save_IFS
d7040cdb 3923
ce2cded5
L
3924fi
3925fi
3926CC=$ac_cv_prog_CC
3927if test -n "$CC"; then
81ecdfbb
RW
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3929$as_echo "$CC" >&6; }
bedf545c 3930else
81ecdfbb
RW
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932$as_echo "no" >&6; }
ce2cded5 3933fi
d7040cdb 3934
81ecdfbb 3935
ce2cded5
L
3936fi
3937if test -z "$ac_cv_prog_CC"; then
3938 ac_ct_CC=$CC
3939 # Extract the first word of "gcc", so it can be a program name with args.
3940set dummy gcc; ac_word=$2
81ecdfbb
RW
3941{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3942$as_echo_n "checking for $ac_word... " >&6; }
3943if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3944 $as_echo_n "(cached) " >&6
d7040cdb 3945else
ce2cded5
L
3946 if test -n "$ac_ct_CC"; then
3947 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3948else
d7040cdb
SE
3949as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3950for as_dir in $PATH
3951do
3952 IFS=$as_save_IFS
3953 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 3956 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 3958 break 2
d7040cdb 3959 fi
ce2cded5 3960done
81ecdfbb
RW
3961 done
3962IFS=$as_save_IFS
d7040cdb 3963
ce2cded5
L
3964fi
3965fi
3966ac_ct_CC=$ac_cv_prog_ac_ct_CC
3967if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3969$as_echo "$ac_ct_CC" >&6; }
ce2cded5 3970else
81ecdfbb
RW
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972$as_echo "no" >&6; }
d7040cdb
SE
3973fi
3974
81ecdfbb
RW
3975 if test "x$ac_ct_CC" = x; then
3976 CC=""
3977 else
3978 case $cross_compiling:$ac_tool_warned in
3979yes:)
3980{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3981$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3982ac_tool_warned=yes ;;
3983esac
3984 CC=$ac_ct_CC
3985 fi
ce2cded5
L
3986else
3987 CC="$ac_cv_prog_CC"
3988fi
d7040cdb 3989
ce2cded5 3990if test -z "$CC"; then
81ecdfbb
RW
3991 if test -n "$ac_tool_prefix"; then
3992 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
ce2cded5 3993set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3995$as_echo_n "checking for $ac_word... " >&6; }
3996if test "${ac_cv_prog_CC+set}" = set; then :
3997 $as_echo_n "(cached) " >&6
d7040cdb 3998else
ce2cded5
L
3999 if test -n "$CC"; then
4000 ac_cv_prog_CC="$CC" # Let the user override the test.
d7040cdb 4001else
ce2cded5
L
4002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4003for as_dir in $PATH
4004do
4005 IFS=$as_save_IFS
4006 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4007 for ac_exec_ext in '' $ac_executable_extensions; do
4008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4009 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4011 break 2
4012 fi
4013done
81ecdfbb
RW
4014 done
4015IFS=$as_save_IFS
d7040cdb 4016
252b5132
RH
4017fi
4018fi
ce2cded5
L
4019CC=$ac_cv_prog_CC
4020if test -n "$CC"; then
81ecdfbb
RW
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4022$as_echo "$CC" >&6; }
ce2cded5 4023else
81ecdfbb
RW
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4025$as_echo "no" >&6; }
d7040cdb 4026fi
f9c19112 4027
ce2cded5 4028
81ecdfbb 4029 fi
ce2cded5
L
4030fi
4031if test -z "$CC"; then
4032 # Extract the first word of "cc", so it can be a program name with args.
4033set dummy cc; ac_word=$2
81ecdfbb
RW
4034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4035$as_echo_n "checking for $ac_word... " >&6; }
4036if test "${ac_cv_prog_CC+set}" = set; then :
4037 $as_echo_n "(cached) " >&6
ce2cded5
L
4038else
4039 if test -n "$CC"; then
4040 ac_cv_prog_CC="$CC" # Let the user override the test.
4041else
4042 ac_prog_rejected=no
4043as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4044for as_dir in $PATH
4045do
4046 IFS=$as_save_IFS
4047 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4048 for ac_exec_ext in '' $ac_executable_extensions; do
4049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5
L
4050 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4051 ac_prog_rejected=yes
4052 continue
4053 fi
4054 ac_cv_prog_CC="cc"
81ecdfbb 4055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4056 break 2
4057 fi
4058done
81ecdfbb
RW
4059 done
4060IFS=$as_save_IFS
ce2cded5
L
4061
4062if test $ac_prog_rejected = yes; then
4063 # We found a bogon in the path, so make sure we never use it.
4064 set dummy $ac_cv_prog_CC
4065 shift
4066 if test $# != 0; then
4067 # We chose a different compiler from the bogus one.
4068 # However, it has the same basename, so the bogon will be chosen
4069 # first if we set CC to just the basename; use the full file name.
4070 shift
4071 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4072 fi
4073fi
4074fi
4075fi
4076CC=$ac_cv_prog_CC
4077if test -n "$CC"; then
81ecdfbb
RW
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4079$as_echo "$CC" >&6; }
ce2cded5 4080else
81ecdfbb
RW
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4082$as_echo "no" >&6; }
ce2cded5
L
4083fi
4084
81ecdfbb 4085
ce2cded5
L
4086fi
4087if test -z "$CC"; then
4088 if test -n "$ac_tool_prefix"; then
81ecdfbb 4089 for ac_prog in cl.exe
ce2cded5
L
4090 do
4091 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4092set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4094$as_echo_n "checking for $ac_word... " >&6; }
4095if test "${ac_cv_prog_CC+set}" = set; then :
4096 $as_echo_n "(cached) " >&6
ce2cded5
L
4097else
4098 if test -n "$CC"; then
4099 ac_cv_prog_CC="$CC" # Let the user override the test.
4100else
4101as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4102for as_dir in $PATH
4103do
4104 IFS=$as_save_IFS
4105 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4106 for ac_exec_ext in '' $ac_executable_extensions; do
4107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4108 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
4110 break 2
4111 fi
4112done
81ecdfbb
RW
4113 done
4114IFS=$as_save_IFS
ce2cded5
L
4115
4116fi
4117fi
4118CC=$ac_cv_prog_CC
4119if test -n "$CC"; then
81ecdfbb
RW
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4121$as_echo "$CC" >&6; }
ce2cded5 4122else
81ecdfbb
RW
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4124$as_echo "no" >&6; }
ce2cded5
L
4125fi
4126
81ecdfbb 4127
ce2cded5 4128 test -n "$CC" && break
d7040cdb
SE
4129 done
4130fi
ce2cded5
L
4131if test -z "$CC"; then
4132 ac_ct_CC=$CC
81ecdfbb 4133 for ac_prog in cl.exe
d7040cdb
SE
4134do
4135 # Extract the first word of "$ac_prog", so it can be a program name with args.
4136set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138$as_echo_n "checking for $ac_word... " >&6; }
4139if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
d7040cdb 4141else
ce2cded5
L
4142 if test -n "$ac_ct_CC"; then
4143 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
d7040cdb
SE
4144else
4145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146for as_dir in $PATH
4147do
4148 IFS=$as_save_IFS
4149 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 4152 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 4154 break 2
ac48eca1 4155 fi
d7040cdb 4156done
81ecdfbb
RW
4157 done
4158IFS=$as_save_IFS
ac48eca1 4159
d7040cdb
SE
4160fi
4161fi
ce2cded5
L
4162ac_ct_CC=$ac_cv_prog_ac_ct_CC
4163if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4165$as_echo "$ac_ct_CC" >&6; }
d7040cdb 4166else
81ecdfbb
RW
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168$as_echo "no" >&6; }
d7040cdb 4169fi
ac48eca1 4170
81ecdfbb 4171
ce2cded5 4172 test -n "$ac_ct_CC" && break
d7040cdb 4173done
ac48eca1 4174
81ecdfbb
RW
4175 if test "x$ac_ct_CC" = x; then
4176 CC=""
4177 else
4178 case $cross_compiling:$ac_tool_warned in
4179yes:)
4180{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4181$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4182ac_tool_warned=yes ;;
4183esac
4184 CC=$ac_ct_CC
4185 fi
d7040cdb 4186fi
ac48eca1 4187
d7040cdb 4188fi
ac48eca1 4189
ac48eca1 4190
81ecdfbb
RW
4191test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4192$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4193as_fn_error "no acceptable C compiler found in \$PATH
4194See \`config.log' for more details." "$LINENO" 5; }
6be7c12c 4195
ce2cded5 4196# Provide some information about the compiler.
81ecdfbb
RW
4197$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4198set X $ac_compile
4199ac_compiler=$2
4200for ac_option in --version -v -V -qversion; do
4201 { { ac_try="$ac_compiler $ac_option >&5"
4202case "(($ac_try" in
4203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4204 *) ac_try_echo=$ac_try;;
4205esac
4206eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4207$as_echo "$ac_try_echo"; } >&5
4208 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
ce2cded5 4209 ac_status=$?
81ecdfbb
RW
4210 if test -s conftest.err; then
4211 sed '10a\
4212... rest of stderr output deleted ...
4213 10q' conftest.err >conftest.er1
4214 cat conftest.er1 >&5
4215 rm -f conftest.er1 conftest.err
4216 fi
4217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4218 test $ac_status = 0; }
4219done
ac48eca1 4220
81ecdfbb
RW
4221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4222$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4223if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
d7040cdb 4225else
81ecdfbb 4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4227/* end confdefs.h. */
c8615825 4228
ce2cded5
L
4229int
4230main ()
4231{
4232#ifndef __GNUC__
4233 choke me
4234#endif
4235
4236 ;
4237 return 0;
4238}
4239_ACEOF
81ecdfbb 4240if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 4241 ac_compiler_gnu=yes
d7040cdb 4242else
81ecdfbb 4243 ac_compiler_gnu=no
d7040cdb 4244fi
81ecdfbb 4245rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 4246ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4247
ce2cded5 4248fi
81ecdfbb
RW
4249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4250$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4251if test $ac_compiler_gnu = yes; then
4252 GCC=yes
4253else
4254 GCC=
4255fi
ce2cded5
L
4256ac_test_CFLAGS=${CFLAGS+set}
4257ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4259$as_echo_n "checking whether $CC accepts -g... " >&6; }
4260if test "${ac_cv_prog_cc_g+set}" = set; then :
4261 $as_echo_n "(cached) " >&6
4262else
4263 ac_save_c_werror_flag=$ac_c_werror_flag
4264 ac_c_werror_flag=yes
4265 ac_cv_prog_cc_g=no
4266 CFLAGS="-g"
4267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 4268/* end confdefs.h. */
d7040cdb 4269
ce2cded5
L
4270int
4271main ()
4272{
d7040cdb 4273
ce2cded5
L
4274 ;
4275 return 0;
4276}
4277_ACEOF
81ecdfbb 4278if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
4279 ac_cv_prog_cc_g=yes
4280else
81ecdfbb
RW
4281 CFLAGS=""
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283/* end confdefs.h. */
4284
4285int
4286main ()
4287{
4288
4289 ;
4290 return 0;
4291}
4292_ACEOF
4293if ac_fn_c_try_compile "$LINENO"; then :
4294
4295else
4296 ac_c_werror_flag=$ac_save_c_werror_flag
4297 CFLAGS="-g"
4298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4299/* end confdefs.h. */
d70c5fc7 4300
81ecdfbb
RW
4301int
4302main ()
4303{
4304
4305 ;
4306 return 0;
4307}
4308_ACEOF
4309if ac_fn_c_try_compile "$LINENO"; then :
4310 ac_cv_prog_cc_g=yes
4311fi
4312rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4313fi
81ecdfbb 4314rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d70c5fc7 4315fi
81ecdfbb
RW
4316rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4317 ac_c_werror_flag=$ac_save_c_werror_flag
4318fi
4319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4320$as_echo "$ac_cv_prog_cc_g" >&6; }
ce2cded5
L
4321if test "$ac_test_CFLAGS" = set; then
4322 CFLAGS=$ac_save_CFLAGS
4323elif test $ac_cv_prog_cc_g = yes; then
4324 if test "$GCC" = yes; then
4325 CFLAGS="-g -O2"
4326 else
4327 CFLAGS="-g"
4328 fi
ac48eca1 4329else
ce2cded5
L
4330 if test "$GCC" = yes; then
4331 CFLAGS="-O2"
4332 else
4333 CFLAGS=
4334 fi
ac48eca1 4335fi
81ecdfbb
RW
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4337$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4338if test "${ac_cv_prog_cc_c89+set}" = set; then :
4339 $as_echo_n "(cached) " >&6
ac48eca1 4340else
81ecdfbb 4341 ac_cv_prog_cc_c89=no
ce2cded5 4342ac_save_CC=$CC
81ecdfbb 4343cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
4344/* end confdefs.h. */
4345#include <stdarg.h>
4346#include <stdio.h>
4347#include <sys/types.h>
4348#include <sys/stat.h>
4349/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4350struct buf { int x; };
4351FILE * (*rcsopen) (struct buf *, struct stat *, int);
4352static char *e (p, i)
4353 char **p;
4354 int i;
4355{
4356 return p[i];
4357}
4358static char *f (char * (*g) (char **, int), char **p, ...)
4359{
4360 char *s;
4361 va_list v;
4362 va_start (v,p);
4363 s = g (p, va_arg (v,int));
4364 va_end (v);
4365 return s;
4366}
4367
4368/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4369 function prototypes and stuff, but not '\xHH' hex character constants.
4370 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4371 as 'x'. The following induces an error, until -std is added to get
ce2cded5
L
4372 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4373 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4374 that's true only with -std. */
ce2cded5
L
4375int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4376
81ecdfbb
RW
4377/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4378 inside strings and character constants. */
4379#define FOO(x) 'x'
4380int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4381
ce2cded5
L
4382int test (int i, double x);
4383struct s1 {int (*f) (int a);};
4384struct s2 {int (*f) (double a);};
4385int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4386int argc;
4387char **argv;
4388int
4389main ()
4390{
4391return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4392 ;
4393 return 0;
4394}
4395_ACEOF
81ecdfbb
RW
4396for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4397 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
ce2cded5
L
4398do
4399 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4400 if ac_fn_c_try_compile "$LINENO"; then :
4401 ac_cv_prog_cc_c89=$ac_arg
ce2cded5 4402fi
81ecdfbb
RW
4403rm -f core conftest.err conftest.$ac_objext
4404 test "x$ac_cv_prog_cc_c89" != "xno" && break
ce2cded5 4405done
81ecdfbb 4406rm -f conftest.$ac_ext
ce2cded5
L
4407CC=$ac_save_CC
4408
4409fi
81ecdfbb
RW
4410# AC_CACHE_VAL
4411case "x$ac_cv_prog_cc_c89" in
4412 x)
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4414$as_echo "none needed" >&6; } ;;
4415 xno)
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4417$as_echo "unsupported" >&6; } ;;
ce2cded5 4418 *)
81ecdfbb
RW
4419 CC="$CC $ac_cv_prog_cc_c89"
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4421$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d7040cdb 4422esac
81ecdfbb 4423if test "x$ac_cv_prog_cc_c89" != xno; then :
d7040cdb 4424
ce2cded5 4425fi
d7040cdb 4426
ce2cded5
L
4427ac_ext=c
4428ac_cpp='$CPP $CPPFLAGS'
4429ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4430ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4431ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4432
7357c5b6
AM
4433ac_ext=c
4434ac_cpp='$CPP $CPPFLAGS'
4435ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4436ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4437ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4439$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4440# On Suns, sometimes $CPP names a directory.
4441if test -n "$CPP" && test -d "$CPP"; then
4442 CPP=
4443fi
4444if test -z "$CPP"; then
81ecdfbb
RW
4445 if test "${ac_cv_prog_CPP+set}" = set; then :
4446 $as_echo_n "(cached) " >&6
7357c5b6
AM
4447else
4448 # Double quotes because CPP needs to be expanded
4449 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4450 do
4451 ac_preproc_ok=false
4452for ac_c_preproc_warn_flag in '' yes
4453do
4454 # Use a header file that comes with gcc, so configuring glibc
4455 # with a fresh cross-compiler works.
4456 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4457 # <limits.h> exists even on freestanding compilers.
4458 # On the NeXT, cc -E runs the code through the compiler's parser,
4459 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4461/* end confdefs.h. */
4462#ifdef __STDC__
4463# include <limits.h>
4464#else
4465# include <assert.h>
4466#endif
4467 Syntax error
4468_ACEOF
81ecdfbb 4469if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4470
81ecdfbb 4471else
7357c5b6
AM
4472 # Broken: fails on valid input.
4473continue
4474fi
4475rm -f conftest.err conftest.$ac_ext
d7040cdb 4476
81ecdfbb 4477 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4478 # can be detected and how.
81ecdfbb 4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4480/* end confdefs.h. */
4481#include <ac_nonexistent.h>
4482_ACEOF
81ecdfbb 4483if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4484 # Broken: success on invalid input.
4485continue
4486else
7357c5b6
AM
4487 # Passes both tests.
4488ac_preproc_ok=:
4489break
4490fi
4491rm -f conftest.err conftest.$ac_ext
d7040cdb 4492
7357c5b6
AM
4493done
4494# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4495rm -f conftest.err conftest.$ac_ext
81ecdfbb 4496if $ac_preproc_ok; then :
7357c5b6
AM
4497 break
4498fi
d7040cdb 4499
7357c5b6
AM
4500 done
4501 ac_cv_prog_CPP=$CPP
d7040cdb 4502
7357c5b6
AM
4503fi
4504 CPP=$ac_cv_prog_CPP
4505else
4506 ac_cv_prog_CPP=$CPP
4507fi
81ecdfbb
RW
4508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4509$as_echo "$CPP" >&6; }
7357c5b6
AM
4510ac_preproc_ok=false
4511for ac_c_preproc_warn_flag in '' yes
4512do
4513 # Use a header file that comes with gcc, so configuring glibc
4514 # with a fresh cross-compiler works.
4515 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 # <limits.h> exists even on freestanding compilers.
4517 # On the NeXT, cc -E runs the code through the compiler's parser,
4518 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4520/* end confdefs.h. */
4521#ifdef __STDC__
4522# include <limits.h>
4523#else
4524# include <assert.h>
4525#endif
4526 Syntax error
4527_ACEOF
81ecdfbb 4528if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4529
81ecdfbb 4530else
7357c5b6
AM
4531 # Broken: fails on valid input.
4532continue
4533fi
4534rm -f conftest.err conftest.$ac_ext
d7040cdb 4535
81ecdfbb 4536 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4537 # can be detected and how.
81ecdfbb 4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4539/* end confdefs.h. */
4540#include <ac_nonexistent.h>
4541_ACEOF
81ecdfbb 4542if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4543 # Broken: success on invalid input.
4544continue
4545else
7357c5b6
AM
4546 # Passes both tests.
4547ac_preproc_ok=:
4548break
4549fi
4550rm -f conftest.err conftest.$ac_ext
d7040cdb 4551
7357c5b6
AM
4552done
4553# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4554rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
4555if $ac_preproc_ok; then :
4556
7357c5b6 4557else
81ecdfbb
RW
4558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4559$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4560as_fn_error "C preprocessor \"$CPP\" fails sanity check
4561See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 4562fi
ac48eca1 4563
7357c5b6
AM
4564ac_ext=c
4565ac_cpp='$CPP $CPPFLAGS'
4566ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4567ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4568ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac48eca1 4569
ac48eca1 4570
81ecdfbb
RW
4571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4572$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4573if test "${ac_cv_path_GREP+set}" = set; then :
4574 $as_echo_n "(cached) " >&6
7357c5b6 4575else
81ecdfbb
RW
4576 if test -z "$GREP"; then
4577 ac_path_GREP_found=false
4578 # Loop through the user's path and test for each of PROGNAME-LIST
4579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4580for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4581do
4582 IFS=$as_save_IFS
4583 test -z "$as_dir" && as_dir=.
4584 for ac_prog in grep ggrep; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4587 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4588# Check for GNU ac_path_GREP and select it if it is found.
4589 # Check for GNU $ac_path_GREP
4590case `"$ac_path_GREP" --version 2>&1` in
4591*GNU*)
4592 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4593*)
4594 ac_count=0
4595 $as_echo_n 0123456789 >"conftest.in"
4596 while :
4597 do
4598 cat "conftest.in" "conftest.in" >"conftest.tmp"
4599 mv "conftest.tmp" "conftest.in"
4600 cp "conftest.in" "conftest.nl"
4601 $as_echo 'GREP' >> "conftest.nl"
4602 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4603 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4604 as_fn_arith $ac_count + 1 && ac_count=$as_val
4605 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4606 # Best one so far, save it but keep looking for a better one
4607 ac_cv_path_GREP="$ac_path_GREP"
4608 ac_path_GREP_max=$ac_count
7357c5b6 4609 fi
81ecdfbb
RW
4610 # 10*(2^10) chars as input seems more than enough
4611 test $ac_count -gt 10 && break
4612 done
4613 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4614esac
4615
4616 $ac_path_GREP_found && break 3
4617 done
4618 done
4619 done
4620IFS=$as_save_IFS
4621 if test -z "$ac_cv_path_GREP"; then
4622 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4623 fi
4624else
4625 ac_cv_path_GREP=$GREP
7357c5b6 4626fi
81ecdfbb
RW
4627
4628fi
4629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4630$as_echo "$ac_cv_path_GREP" >&6; }
4631 GREP="$ac_cv_path_GREP"
ac48eca1 4632
d7040cdb 4633
81ecdfbb
RW
4634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4635$as_echo_n "checking for egrep... " >&6; }
4636if test "${ac_cv_path_EGREP+set}" = set; then :
4637 $as_echo_n "(cached) " >&6
7357c5b6 4638else
81ecdfbb
RW
4639 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4640 then ac_cv_path_EGREP="$GREP -E"
4641 else
4642 if test -z "$EGREP"; then
4643 ac_path_EGREP_found=false
4644 # Loop through the user's path and test for each of PROGNAME-LIST
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4647do
4648 IFS=$as_save_IFS
4649 test -z "$as_dir" && as_dir=.
4650 for ac_prog in egrep; do
4651 for ac_exec_ext in '' $ac_executable_extensions; do
4652 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4653 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4654# Check for GNU ac_path_EGREP and select it if it is found.
4655 # Check for GNU $ac_path_EGREP
4656case `"$ac_path_EGREP" --version 2>&1` in
4657*GNU*)
4658 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4659*)
4660 ac_count=0
4661 $as_echo_n 0123456789 >"conftest.in"
4662 while :
4663 do
4664 cat "conftest.in" "conftest.in" >"conftest.tmp"
4665 mv "conftest.tmp" "conftest.in"
4666 cp "conftest.in" "conftest.nl"
4667 $as_echo 'EGREP' >> "conftest.nl"
4668 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4669 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4670 as_fn_arith $ac_count + 1 && ac_count=$as_val
4671 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4672 # Best one so far, save it but keep looking for a better one
4673 ac_cv_path_EGREP="$ac_path_EGREP"
4674 ac_path_EGREP_max=$ac_count
4675 fi
4676 # 10*(2^10) chars as input seems more than enough
4677 test $ac_count -gt 10 && break
4678 done
4679 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4680esac
4681
4682 $ac_path_EGREP_found && break 3
4683 done
4684 done
4685 done
4686IFS=$as_save_IFS
4687 if test -z "$ac_cv_path_EGREP"; then
4688 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4689 fi
4690else
4691 ac_cv_path_EGREP=$EGREP
4692fi
4693
4694 fi
4695fi
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4697$as_echo "$ac_cv_path_EGREP" >&6; }
4698 EGREP="$ac_cv_path_EGREP"
4699
4700
4701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4702$as_echo_n "checking for ANSI C header files... " >&6; }
4703if test "${ac_cv_header_stdc+set}" = set; then :
4704 $as_echo_n "(cached) " >&6
4705else
4706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4707/* end confdefs.h. */
4708#include <stdlib.h>
4709#include <stdarg.h>
4710#include <string.h>
4711#include <float.h>
d7040cdb 4712
7357c5b6
AM
4713int
4714main ()
4715{
d7040cdb 4716
7357c5b6
AM
4717 ;
4718 return 0;
4719}
4720_ACEOF
81ecdfbb 4721if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4722 ac_cv_header_stdc=yes
4723else
81ecdfbb 4724 ac_cv_header_stdc=no
7357c5b6 4725fi
81ecdfbb 4726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4727
7357c5b6
AM
4728if test $ac_cv_header_stdc = yes; then
4729 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4731/* end confdefs.h. */
4732#include <string.h>
d7040cdb 4733
7357c5b6
AM
4734_ACEOF
4735if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4736 $EGREP "memchr" >/dev/null 2>&1; then :
4737
ce2cded5 4738else
7357c5b6
AM
4739 ac_cv_header_stdc=no
4740fi
4741rm -f conftest*
d7040cdb 4742
7357c5b6 4743fi
d7040cdb 4744
7357c5b6
AM
4745if test $ac_cv_header_stdc = yes; then
4746 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4748/* end confdefs.h. */
4749#include <stdlib.h>
ac48eca1 4750
7357c5b6
AM
4751_ACEOF
4752if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4753 $EGREP "free" >/dev/null 2>&1; then :
4754
7357c5b6
AM
4755else
4756 ac_cv_header_stdc=no
4757fi
4758rm -f conftest*
d7040cdb 4759
7357c5b6 4760fi
d7040cdb 4761
7357c5b6
AM
4762if test $ac_cv_header_stdc = yes; then
4763 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4764 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4765 :
4766else
81ecdfbb 4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4768/* end confdefs.h. */
4769#include <ctype.h>
81ecdfbb 4770#include <stdlib.h>
7357c5b6
AM
4771#if ((' ' & 0x0FF) == 0x020)
4772# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4773# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4774#else
4775# define ISLOWER(c) \
4776 (('a' <= (c) && (c) <= 'i') \
4777 || ('j' <= (c) && (c) <= 'r') \
4778 || ('s' <= (c) && (c) <= 'z'))
4779# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4780#endif
d7040cdb 4781
7357c5b6
AM
4782#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4783int
4784main ()
4785{
4786 int i;
4787 for (i = 0; i < 256; i++)
4788 if (XOR (islower (i), ISLOWER (i))
4789 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4790 return 2;
4791 return 0;
7357c5b6
AM
4792}
4793_ACEOF
81ecdfbb 4794if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4795
81ecdfbb
RW
4796else
4797 ac_cv_header_stdc=no
7357c5b6 4798fi
81ecdfbb
RW
4799rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4800 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4801fi
81ecdfbb 4802
7357c5b6
AM
4803fi
4804fi
81ecdfbb
RW
4805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4806$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4807if test $ac_cv_header_stdc = yes; then
d7040cdb 4808
81ecdfbb 4809$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4810
7357c5b6 4811fi
d7040cdb 4812
7357c5b6 4813# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4814for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4815 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4816do :
4817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4818ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4819"
4820eval as_val=\$$as_ac_Header
4821 if test "x$as_val" = x""yes; then :
7357c5b6 4822 cat >>confdefs.h <<_ACEOF
81ecdfbb 4823#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4824_ACEOF
ce2cded5 4825
7357c5b6 4826fi
ce2cded5 4827
7357c5b6 4828done
ce2cded5
L
4829
4830
4831
81ecdfbb
RW
4832 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4833if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
4834 MINIX=yes
4835else
4836 MINIX=
4837fi
d7040cdb
SE
4838
4839
7357c5b6 4840 if test "$MINIX" = yes; then
d7040cdb 4841
81ecdfbb 4842$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
4843
4844
81ecdfbb 4845$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4846
4847
81ecdfbb 4848$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4849
7357c5b6 4850 fi
d7040cdb
SE
4851
4852
81ecdfbb
RW
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4854$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4855if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4856 $as_echo_n "(cached) " >&6
ac48eca1 4857else
81ecdfbb 4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4859/* end confdefs.h. */
ac48eca1 4860
7357c5b6
AM
4861# define __EXTENSIONS__ 1
4862 $ac_includes_default
4863int
4864main ()
4865{
13b2be9c 4866
7357c5b6
AM
4867 ;
4868 return 0;
4869}
4870_ACEOF
81ecdfbb 4871if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4872 ac_cv_safe_to_define___extensions__=yes
d6d788bd 4873else
81ecdfbb 4874 ac_cv_safe_to_define___extensions__=no
d6d788bd 4875fi
81ecdfbb 4876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4877fi
81ecdfbb
RW
4878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4879$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4880 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4881 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d6d788bd 4882
81ecdfbb 4883 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d6d788bd 4884
81ecdfbb 4885 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
252b5132 4886
81ecdfbb 4887 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
252b5132 4888
81ecdfbb 4889 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d6d788bd 4890
a74801ba 4891
d053aef8 4892
81ecdfbb 4893
da2f07f1 4894
3388710e
JM
4895# The tests for host and target for $enable_largefile require
4896# canonical names.
4897
4898
4899
da2f07f1
JK
4900# As the $enable_largefile decision depends on --enable-plugins we must set it
4901# even in directories otherwise not depending on the $plugins option.
4902
4903
4904# Check whether --enable-plugins was given.
4905if test "${enable_plugins+set}" = set; then :
4906 enableval=$enable_plugins; case "${enableval}" in
4907 yes | "") plugins=yes ;;
4908 no) plugins=no ;;
4909 *) plugins=yes ;;
4910 esac
4911else
4912 plugins=no
4913fi
4914
4915
4916
4917case "${host}" in
4918 sparc-*-solaris*|i[3-7]86-*-solaris*)
4919 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4920 # are mutually exclusive; and without procfs support, the bfd/ elf module
4921 # cannot provide certain routines such as elfcore_write_prpsinfo
4922 # or elfcore_write_prstatus. So unless the user explicitly requested
4923 # large-file support through the --enable-largefile switch, disable
4924 # large-file support in favor of procfs support.
4925 test "${target}" = "${host}" -a "x$plugins" = xno \
4926 && : ${enable_largefile="no"}
4927 ;;
4928esac
4929
81ecdfbb
RW
4930# Check whether --enable-largefile was given.
4931if test "${enable_largefile+set}" = set; then :
4932 enableval=$enable_largefile;
4933fi
4934
d053aef8
JK
4935if test "$enable_largefile" != no; then
4936
81ecdfbb
RW
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4938$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4939if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4940 $as_echo_n "(cached) " >&6
d053aef8
JK
4941else
4942 ac_cv_sys_largefile_CC=no
4943 if test "$GCC" != yes; then
4944 ac_save_CC=$CC
4945 while :; do
81ecdfbb
RW
4946 # IRIX 6.2 and later do not support large files by default,
4947 # so use the C compiler's -n32 option if that helps.
4948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
4949/* end confdefs.h. */
4950#include <sys/types.h>
4951 /* Check that off_t can represent 2**63 - 1 correctly.
4952 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4953 since some C++ compilers masquerading as C compilers
4954 incorrectly reject 9223372036854775807. */
4955#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4956 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4957 && LARGE_OFF_T % 2147483647 == 1)
4958 ? 1 : -1];
4959int
4960main ()
4961{
4962
4963 ;
4964 return 0;
4965}
4966_ACEOF
81ecdfbb 4967 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 4968 break
d053aef8 4969fi
81ecdfbb
RW
4970rm -f core conftest.err conftest.$ac_objext
4971 CC="$CC -n32"
4972 if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 4973 ac_cv_sys_largefile_CC=' -n32'; break
d053aef8 4974fi
81ecdfbb 4975rm -f core conftest.err conftest.$ac_objext
d053aef8
JK
4976 break
4977 done
4978 CC=$ac_save_CC
4979 rm -f conftest.$ac_ext
4980 fi
4981fi
81ecdfbb
RW
4982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4983$as_echo "$ac_cv_sys_largefile_CC" >&6; }
d053aef8
JK
4984 if test "$ac_cv_sys_largefile_CC" != no; then
4985 CC=$CC$ac_cv_sys_largefile_CC
4986 fi
4987
81ecdfbb
RW
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4989$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4990if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
d053aef8
JK
4992else
4993 while :; do
81ecdfbb 4994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
4995/* end confdefs.h. */
4996#include <sys/types.h>
4997 /* Check that off_t can represent 2**63 - 1 correctly.
4998 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4999 since some C++ compilers masquerading as C compilers
5000 incorrectly reject 9223372036854775807. */
5001#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5002 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5003 && LARGE_OFF_T % 2147483647 == 1)
5004 ? 1 : -1];
5005int
5006main ()
5007{
5008
5009 ;
5010 return 0;
5011}
5012_ACEOF
81ecdfbb
RW
5013if ac_fn_c_try_compile "$LINENO"; then :
5014 ac_cv_sys_file_offset_bits=no; break
d053aef8 5015fi
81ecdfbb
RW
5016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5018/* end confdefs.h. */
5019#define _FILE_OFFSET_BITS 64
5020#include <sys/types.h>
5021 /* Check that off_t can represent 2**63 - 1 correctly.
5022 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5023 since some C++ compilers masquerading as C compilers
5024 incorrectly reject 9223372036854775807. */
5025#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5026 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5027 && LARGE_OFF_T % 2147483647 == 1)
5028 ? 1 : -1];
5029int
5030main ()
5031{
5032
5033 ;
5034 return 0;
5035}
5036_ACEOF
81ecdfbb 5037if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5038 ac_cv_sys_file_offset_bits=64; break
d053aef8 5039fi
81ecdfbb
RW
5040rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5041 ac_cv_sys_file_offset_bits=unknown
d053aef8
JK
5042 break
5043done
5044fi
81ecdfbb
RW
5045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5046$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5047case $ac_cv_sys_file_offset_bits in #(
5048 no | unknown) ;;
5049 *)
d053aef8
JK
5050cat >>confdefs.h <<_ACEOF
5051#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5052_ACEOF
81ecdfbb
RW
5053;;
5054esac
5055rm -rf conftest*
5056 if test $ac_cv_sys_file_offset_bits = unknown; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5058$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5059if test "${ac_cv_sys_large_files+set}" = set; then :
5060 $as_echo_n "(cached) " >&6
d053aef8
JK
5061else
5062 while :; do
81ecdfbb 5063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5064/* end confdefs.h. */
5065#include <sys/types.h>
5066 /* Check that off_t can represent 2**63 - 1 correctly.
5067 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5068 since some C++ compilers masquerading as C compilers
5069 incorrectly reject 9223372036854775807. */
5070#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5071 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5072 && LARGE_OFF_T % 2147483647 == 1)
5073 ? 1 : -1];
5074int
5075main ()
5076{
5077
5078 ;
5079 return 0;
5080}
5081_ACEOF
81ecdfbb
RW
5082if ac_fn_c_try_compile "$LINENO"; then :
5083 ac_cv_sys_large_files=no; break
d053aef8 5084fi
81ecdfbb
RW
5085rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8
JK
5087/* end confdefs.h. */
5088#define _LARGE_FILES 1
5089#include <sys/types.h>
5090 /* Check that off_t can represent 2**63 - 1 correctly.
5091 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5092 since some C++ compilers masquerading as C compilers
5093 incorrectly reject 9223372036854775807. */
5094#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5095 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5096 && LARGE_OFF_T % 2147483647 == 1)
5097 ? 1 : -1];
5098int
5099main ()
5100{
5101
5102 ;
5103 return 0;
5104}
5105_ACEOF
81ecdfbb 5106if ac_fn_c_try_compile "$LINENO"; then :
d053aef8 5107 ac_cv_sys_large_files=1; break
d053aef8 5108fi
81ecdfbb
RW
5109rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5110 ac_cv_sys_large_files=unknown
d053aef8
JK
5111 break
5112done
5113fi
81ecdfbb
RW
5114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5115$as_echo "$ac_cv_sys_large_files" >&6; }
5116case $ac_cv_sys_large_files in #(
5117 no | unknown) ;;
5118 *)
d053aef8
JK
5119cat >>confdefs.h <<_ACEOF
5120#define _LARGE_FILES $ac_cv_sys_large_files
5121_ACEOF
81ecdfbb
RW
5122;;
5123esac
5124rm -rf conftest*
5125 fi
d053aef8
JK
5126fi
5127
a74801ba 5128
da2f07f1 5129
718a6fd8
SE
5130case `pwd` in
5131 *\ * | *\ *)
81ecdfbb
RW
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5133$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5134esac
13b2be9c 5135
252b5132 5136
7357c5b6 5137
f2c621e4
AS
5138macro_version='2.2.7a'
5139macro_revision='1.3134'
7357c5b6
AM
5140
5141
5142
5143
5144
5145
7357c5b6
AM
5146
5147
5148
5149
5150
5151
5152
718a6fd8 5153ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5154
3725885a
RW
5155# Backslashify metacharacters that are still active within
5156# double-quoted strings.
5157sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5158
5159# Same as above, but do not quote variable references.
5160double_quote_subst='s/\(["`\\]\)/\\\1/g'
5161
5162# Sed substitution to delay expansion of an escaped shell variable in a
5163# double_quote_subst'ed string.
5164delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5165
5166# Sed substitution to delay expansion of an escaped single quote.
5167delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5168
5169# Sed substitution to avoid accidental globbing in evaled expressions
5170no_glob_subst='s/\*/\\\*/g'
5171
5172ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5173ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5174ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5175
5176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5177$as_echo_n "checking how to print strings... " >&6; }
5178# Test print first, because it will be a builtin if present.
f2c621e4 5179if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5180 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5181 ECHO='print -r --'
5182elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5183 ECHO='printf %s\n'
5184else
5185 # Use this function as a fallback that always works.
5186 func_fallback_echo ()
5187 {
5188 eval 'cat <<_LTECHO_EOF
5189$1
5190_LTECHO_EOF'
5191 }
5192 ECHO='func_fallback_echo'
5193fi
5194
5195# func_echo_all arg...
5196# Invoke $ECHO with all args, space-separated.
5197func_echo_all ()
5198{
5199 $ECHO ""
5200}
5201
5202case "$ECHO" in
5203 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5204$as_echo "printf" >&6; } ;;
5205 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5206$as_echo "print -r" >&6; } ;;
5207 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5208$as_echo "cat" >&6; } ;;
5209esac
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
81ecdfbb
RW
5224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5225$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5226if test "${ac_cv_path_SED+set}" = set; then :
5227 $as_echo_n "(cached) " >&6
5228else
5229 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5230 for ac_i in 1 2 3 4 5 6 7; do
5231 ac_script="$ac_script$as_nl$ac_script"
5232 done
5233 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5234 { ac_script=; unset ac_script;}
5235 if test -z "$SED"; then
5236 ac_path_SED_found=false
5237 # Loop through the user's path and test for each of PROGNAME-LIST
5238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5239for as_dir in $PATH
5240do
5241 IFS=$as_save_IFS
5242 test -z "$as_dir" && as_dir=.
81ecdfbb 5243 for ac_prog in sed gsed; do
7357c5b6 5244 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5245 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5246 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5247# Check for GNU ac_path_SED and select it if it is found.
5248 # Check for GNU $ac_path_SED
5249case `"$ac_path_SED" --version 2>&1` in
5250*GNU*)
5251 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5252*)
5253 ac_count=0
5254 $as_echo_n 0123456789 >"conftest.in"
5255 while :
5256 do
5257 cat "conftest.in" "conftest.in" >"conftest.tmp"
5258 mv "conftest.tmp" "conftest.in"
5259 cp "conftest.in" "conftest.nl"
5260 $as_echo '' >> "conftest.nl"
5261 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5262 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5263 as_fn_arith $ac_count + 1 && ac_count=$as_val
5264 if test $ac_count -gt ${ac_path_SED_max-0}; then
5265 # Best one so far, save it but keep looking for a better one
5266 ac_cv_path_SED="$ac_path_SED"
5267 ac_path_SED_max=$ac_count
5268 fi
5269 # 10*(2^10) chars as input seems more than enough
5270 test $ac_count -gt 10 && break
5271 done
5272 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5273esac
5274
5275 $ac_path_SED_found && break 3
7357c5b6
AM
5276 done
5277 done
81ecdfbb 5278 done
7357c5b6 5279IFS=$as_save_IFS
81ecdfbb
RW
5280 if test -z "$ac_cv_path_SED"; then
5281 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5282 fi
81ecdfbb
RW
5283else
5284 ac_cv_path_SED=$SED
7357c5b6
AM
5285fi
5286
81ecdfbb
RW
5287fi
5288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5289$as_echo "$ac_cv_path_SED" >&6; }
5290 SED="$ac_cv_path_SED"
5291 rm -f conftest.sed
7357c5b6
AM
5292
5293test -z "$SED" && SED=sed
5294Xsed="$SED -e 1s/^X//"
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
81ecdfbb
RW
5306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5307$as_echo_n "checking for fgrep... " >&6; }
5308if test "${ac_cv_path_FGREP+set}" = set; then :
5309 $as_echo_n "(cached) " >&6
7357c5b6 5310else
81ecdfbb
RW
5311 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5312 then ac_cv_path_FGREP="$GREP -F"
5313 else
5314 if test -z "$FGREP"; then
5315 ac_path_FGREP_found=false
5316 # Loop through the user's path and test for each of PROGNAME-LIST
5317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5318for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5319do
5320 IFS=$as_save_IFS
5321 test -z "$as_dir" && as_dir=.
5322 for ac_prog in fgrep; do
5323 for ac_exec_ext in '' $ac_executable_extensions; do
5324 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5325 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5326# Check for GNU ac_path_FGREP and select it if it is found.
5327 # Check for GNU $ac_path_FGREP
5328case `"$ac_path_FGREP" --version 2>&1` in
5329*GNU*)
5330 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5331*)
5332 ac_count=0
5333 $as_echo_n 0123456789 >"conftest.in"
5334 while :
5335 do
5336 cat "conftest.in" "conftest.in" >"conftest.tmp"
5337 mv "conftest.tmp" "conftest.in"
5338 cp "conftest.in" "conftest.nl"
5339 $as_echo 'FGREP' >> "conftest.nl"
5340 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5341 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5342 as_fn_arith $ac_count + 1 && ac_count=$as_val
5343 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5344 # Best one so far, save it but keep looking for a better one
5345 ac_cv_path_FGREP="$ac_path_FGREP"
5346 ac_path_FGREP_max=$ac_count
7357c5b6 5347 fi
81ecdfbb
RW
5348 # 10*(2^10) chars as input seems more than enough
5349 test $ac_count -gt 10 && break
5350 done
5351 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5352esac
5353
5354 $ac_path_FGREP_found && break 3
5355 done
5356 done
5357 done
5358IFS=$as_save_IFS
5359 if test -z "$ac_cv_path_FGREP"; then
5360 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5361 fi
5362else
5363 ac_cv_path_FGREP=$FGREP
7357c5b6 5364fi
81ecdfbb
RW
5365
5366 fi
5367fi
5368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5369$as_echo "$ac_cv_path_FGREP" >&6; }
5370 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5371
5372
5373test -z "$GREP" && GREP=grep
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
81ecdfbb
RW
5393# Check whether --with-gnu-ld was given.
5394if test "${with_gnu_ld+set}" = set; then :
5395 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5396else
5397 with_gnu_ld=no
81ecdfbb
RW
5398fi
5399
ce2cded5
L
5400ac_prog=ld
5401if test "$GCC" = yes; then
5402 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5404$as_echo_n "checking for ld used by $CC... " >&6; }
ce2cded5
L
5405 case $host in
5406 *-*-mingw*)
5407 # gcc leaves a trailing carriage return which upsets mingw
5408 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5409 *)
5410 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5411 esac
5412 case $ac_prog in
5413 # Accept absolute paths.
5414 [\\/]* | ?:[\\/]*)
5415 re_direlt='/[^/][^/]*/\.\./'
5416 # Canonicalize the pathname of ld
5417 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5418 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5419 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5420 done
5421 test -z "$LD" && LD="$ac_prog"
5422 ;;
5423 "")
5424 # If it fails, then pretend we aren't using GCC.
5425 ac_prog=ld
5426 ;;
5427 *)
5428 # If it is relative, then search for the first ld in PATH.
5429 with_gnu_ld=unknown
5430 ;;
5431 esac
5432elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5434$as_echo_n "checking for GNU ld... " >&6; }
ce2cded5 5435else
81ecdfbb
RW
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5437$as_echo_n "checking for non-GNU ld... " >&6; }
ce2cded5 5438fi
81ecdfbb
RW
5439if test "${lt_cv_path_LD+set}" = set; then :
5440 $as_echo_n "(cached) " >&6
ce2cded5
L
5441else
5442 if test -z "$LD"; then
5443 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5444 for ac_dir in $PATH; do
5445 IFS="$lt_save_ifs"
5446 test -z "$ac_dir" && ac_dir=.
5447 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5448 lt_cv_path_LD="$ac_dir/$ac_prog"
5449 # Check to see if the program is GNU ld. I'd rather use --version,
5450 # but apparently some variants of GNU ld only accept -v.
5451 # Break only if it was the GNU/non-GNU ld that we prefer.
5452 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5453 *GNU* | *'with BFD'*)
5454 test "$with_gnu_ld" != no && break
5455 ;;
5456 *)
5457 test "$with_gnu_ld" != yes && break
5458 ;;
5459 esac
5460 fi
5461 done
5462 IFS="$lt_save_ifs"
5463else
5464 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5465fi
5466fi
5467
5468LD="$lt_cv_path_LD"
5469if test -n "$LD"; then
81ecdfbb
RW
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5471$as_echo "$LD" >&6; }
ce2cded5 5472else
81ecdfbb
RW
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5474$as_echo "no" >&6; }
ce2cded5 5475fi
81ecdfbb
RW
5476test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5478$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5479if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5480 $as_echo_n "(cached) " >&6
ce2cded5
L
5481else
5482 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5483case `$LD -v 2>&1 </dev/null` in
5484*GNU* | *'with BFD'*)
5485 lt_cv_prog_gnu_ld=yes
5486 ;;
5487*)
5488 lt_cv_prog_gnu_ld=no
5489 ;;
5490esac
5491fi
81ecdfbb
RW
5492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5493$as_echo "$lt_cv_prog_gnu_ld" >&6; }
ce2cded5
L
5494with_gnu_ld=$lt_cv_prog_gnu_ld
5495
5496
5497
5498
5499
5500
5501
5502
5503
81ecdfbb
RW
5504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5505$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5506if test "${lt_cv_path_NM+set}" = set; then :
5507 $as_echo_n "(cached) " >&6
ce2cded5
L
5508else
5509 if test -n "$NM"; then
5510 # Let the user override the test.
5511 lt_cv_path_NM="$NM"
5512else
5513 lt_nm_to_check="${ac_tool_prefix}nm"
5514 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5515 lt_nm_to_check="$lt_nm_to_check nm"
5516 fi
5517 for lt_tmp_nm in $lt_nm_to_check; do
5518 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5519 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5520 IFS="$lt_save_ifs"
5521 test -z "$ac_dir" && ac_dir=.
5522 tmp_nm="$ac_dir/$lt_tmp_nm"
5523 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5524 # Check to see if the nm accepts a BSD-compat flag.
5525 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5526 # nm: unknown option "B" ignored
5527 # Tru64's nm complains that /dev/null is an invalid object file
5528 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5529 */dev/null* | *'Invalid file or object type'*)
5530 lt_cv_path_NM="$tmp_nm -B"
5531 break
5532 ;;
5533 *)
5534 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5535 */dev/null*)
5536 lt_cv_path_NM="$tmp_nm -p"
5537 break
5538 ;;
5539 *)
5540 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5541 continue # so that we can try to find one that supports BSD flags
5542 ;;
5543 esac
5544 ;;
5545 esac
5546 fi
5547 done
5548 IFS="$lt_save_ifs"
5549 done
5550 : ${lt_cv_path_NM=no}
5551fi
5552fi
81ecdfbb
RW
5553{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5554$as_echo "$lt_cv_path_NM" >&6; }
ce2cded5
L
5555if test "$lt_cv_path_NM" != "no"; then
5556 NM="$lt_cv_path_NM"
5557else
5558 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5559 if test -n "$DUMPBIN"; then :
5560 # Let the user override the test.
5561 else
5562 if test -n "$ac_tool_prefix"; then
5563 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5564 do
5565 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5566set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5568$as_echo_n "checking for $ac_word... " >&6; }
5569if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5570 $as_echo_n "(cached) " >&6
d7040cdb 5571else
ce2cded5
L
5572 if test -n "$DUMPBIN"; then
5573 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
d7040cdb
SE
5574else
5575as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5576for as_dir in $PATH
5577do
5578 IFS=$as_save_IFS
5579 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5580 for ac_exec_ext in '' $ac_executable_extensions; do
5581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 5582 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5584 break 2
d70c5fc7 5585 fi
d7040cdb 5586done
81ecdfbb
RW
5587 done
5588IFS=$as_save_IFS
d70c5fc7 5589
d7040cdb
SE
5590fi
5591fi
ce2cded5
L
5592DUMPBIN=$ac_cv_prog_DUMPBIN
5593if test -n "$DUMPBIN"; then
81ecdfbb
RW
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5595$as_echo "$DUMPBIN" >&6; }
bedf545c 5596else
81ecdfbb
RW
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5598$as_echo "no" >&6; }
d7040cdb 5599fi
13b2be9c 5600
81ecdfbb 5601
ce2cded5
L
5602 test -n "$DUMPBIN" && break
5603 done
5604fi
5605if test -z "$DUMPBIN"; then
5606 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5607 for ac_prog in dumpbin "link -dump"
ce2cded5
L
5608do
5609 # Extract the first word of "$ac_prog", so it can be a program name with args.
5610set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5612$as_echo_n "checking for $ac_word... " >&6; }
5613if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5614 $as_echo_n "(cached) " >&6
d7040cdb 5615else
ce2cded5
L
5616 if test -n "$ac_ct_DUMPBIN"; then
5617 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5618else
5619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5620for as_dir in $PATH
5621do
5622 IFS=$as_save_IFS
5623 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5624 for ac_exec_ext in '' $ac_executable_extensions; do
5625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 5626 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
5628 break 2
5629 fi
5630done
81ecdfbb
RW
5631 done
5632IFS=$as_save_IFS
ce2cded5
L
5633
5634fi
5635fi
5636ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5637if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5639$as_echo "$ac_ct_DUMPBIN" >&6; }
ce2cded5 5640else
81ecdfbb
RW
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5642$as_echo "no" >&6; }
d7040cdb
SE
5643fi
5644
81ecdfbb 5645
ce2cded5
L
5646 test -n "$ac_ct_DUMPBIN" && break
5647done
13b2be9c 5648
81ecdfbb
RW
5649 if test "x$ac_ct_DUMPBIN" = x; then
5650 DUMPBIN=":"
5651 else
5652 case $cross_compiling:$ac_tool_warned in
5653yes:)
5654{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5655$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5656ac_tool_warned=yes ;;
5657esac
5658 DUMPBIN=$ac_ct_DUMPBIN
5659 fi
ce2cded5 5660fi
13b2be9c 5661
3725885a
RW
5662 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5663 *COFF*)
5664 DUMPBIN="$DUMPBIN -symbols"
5665 ;;
5666 *)
5667 DUMPBIN=:
5668 ;;
5669 esac
5670 fi
bedf545c 5671
ce2cded5
L
5672 if test "$DUMPBIN" != ":"; then
5673 NM="$DUMPBIN"
5674 fi
5675fi
5676test -z "$NM" && NM=nm
6840198f 5677
13b2be9c 5678
ac48eca1 5679
d7040cdb 5680
ce2cded5
L
5681
5682
81ecdfbb
RW
5683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5684$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5685if test "${lt_cv_nm_interface+set}" = set; then :
5686 $as_echo_n "(cached) " >&6
ce2cded5
L
5687else
5688 lt_cv_nm_interface="BSD nm"
5689 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5690 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
ce2cded5
L
5691 (eval "$ac_compile" 2>conftest.err)
5692 cat conftest.err >&5
3725885a 5693 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
ce2cded5
L
5694 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5695 cat conftest.err >&5
3725885a 5696 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
ce2cded5
L
5697 cat conftest.out >&5
5698 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5699 lt_cv_nm_interface="MS dumpbin"
5700 fi
5701 rm -f conftest*
5702fi
81ecdfbb
RW
5703{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5704$as_echo "$lt_cv_nm_interface" >&6; }
ce2cded5 5705
81ecdfbb
RW
5706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5707$as_echo_n "checking whether ln -s works... " >&6; }
ce2cded5
L
5708LN_S=$as_ln_s
5709if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5711$as_echo "yes" >&6; }
ce2cded5 5712else
81ecdfbb
RW
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5714$as_echo "no, using $LN_S" >&6; }
ce2cded5
L
5715fi
5716
5717# find the maximum length of command line arguments
81ecdfbb
RW
5718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5719$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5720if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5721 $as_echo_n "(cached) " >&6
ce2cded5
L
5722else
5723 i=0
5724 teststring="ABCD"
5725
5726 case $build_os in
5727 msdosdjgpp*)
5728 # On DJGPP, this test can blow up pretty badly due to problems in libc
5729 # (any single argument exceeding 2000 bytes causes a buffer overrun
5730 # during glob expansion). Even if it were fixed, the result of this
5731 # check would be larger than it should be.
5732 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5733 ;;
5734
5735 gnu*)
5736 # Under GNU Hurd, this test is not required because there is
5737 # no limit to the length of command line arguments.
5738 # Libtool will interpret -1 as no limit whatsoever
5739 lt_cv_sys_max_cmd_len=-1;
5740 ;;
5741
718a6fd8 5742 cygwin* | mingw* | cegcc*)
ce2cded5
L
5743 # On Win9x/ME, this test blows up -- it succeeds, but takes
5744 # about 5 minutes as the teststring grows exponentially.
5745 # Worse, since 9x/ME are not pre-emptively multitasking,
5746 # you end up with a "frozen" computer, even though with patience
5747 # the test eventually succeeds (with a max line length of 256k).
5748 # Instead, let's just punt: use the minimum linelength reported by
5749 # all of the supported platforms: 8192 (on NT/2K/XP).
5750 lt_cv_sys_max_cmd_len=8192;
5751 ;;
5752
3725885a
RW
5753 mint*)
5754 # On MiNT this can take a long time and run out of memory.
5755 lt_cv_sys_max_cmd_len=8192;
5756 ;;
5757
ce2cded5
L
5758 amigaos*)
5759 # On AmigaOS with pdksh, this test takes hours, literally.
5760 # So we just punt and use a minimum line length of 8192.
5761 lt_cv_sys_max_cmd_len=8192;
5762 ;;
5763
5764 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5765 # This has been around since 386BSD, at least. Likely further.
5766 if test -x /sbin/sysctl; then
5767 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5768 elif test -x /usr/sbin/sysctl; then
5769 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5770 else
5771 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5772 fi
5773 # And add a safety zone
5774 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5775 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5776 ;;
5777
5778 interix*)
5779 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5780 lt_cv_sys_max_cmd_len=196608
5781 ;;
5782
5783 osf*)
5784 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5785 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5786 # nice to cause kernel panics so lets avoid the loop below.
5787 # First set a reasonable default.
5788 lt_cv_sys_max_cmd_len=16384
5789 #
5790 if test -x /sbin/sysconfig; then
5791 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5792 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5793 esac
5794 fi
5795 ;;
5796 sco3.2v5*)
5797 lt_cv_sys_max_cmd_len=102400
5798 ;;
5799 sysv5* | sco5v6* | sysv4.2uw2*)
5800 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5801 if test -n "$kargmax"; then
5802 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5803 else
5804 lt_cv_sys_max_cmd_len=32768
5805 fi
d7040cdb
SE
5806 ;;
5807 *)
718a6fd8
SE
5808 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5809 if test -n "$lt_cv_sys_max_cmd_len"; then
ce2cded5
L
5810 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5811 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5812 else
5813 # Make teststring a little bigger before we do anything with it.
5814 # a 1K string should be a reasonable start.
5815 for i in 1 2 3 4 5 6 7 8 ; do
5816 teststring=$teststring$teststring
5817 done
5818 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5819 # If test is not a shell built-in, we'll probably end up computing a
5820 # maximum length that is only half of the actual maximum length, but
5821 # we can't tell.
3725885a
RW
5822 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5823 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
ce2cded5
L
5824 test $i != 17 # 1/2 MB should be enough
5825 do
5826 i=`expr $i + 1`
5827 teststring=$teststring$teststring
5828 done
5829 # Only check the string length outside the loop.
5830 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5831 teststring=
5832 # Add a significant safety factor because C++ compilers can tack on
5833 # massive amounts of additional arguments before passing them to the
5834 # linker. It appears as though 1/2 is a usable value.
5835 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5836 fi
d7040cdb
SE
5837 ;;
5838 esac
252b5132 5839
ce2cded5 5840fi
d6d788bd 5841
ce2cded5 5842if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5844$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
ce2cded5 5845else
81ecdfbb
RW
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5847$as_echo "none" >&6; }
ce2cded5
L
5848fi
5849max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5850
d6d788bd 5851
13b2be9c 5852
13b2be9c 5853
bedf545c 5854
252b5132 5855
ce2cded5
L
5856: ${CP="cp -f"}
5857: ${MV="mv -f"}
5858: ${RM="rm -f"}
d6d788bd 5859
81ecdfbb
RW
5860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5861$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
ce2cded5
L
5862# Try some XSI features
5863xsi_shell=no
5864( _lt_dummy="a/b/c"
f2c621e4
AS
5865 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5866 = c,a/b,, \
718a6fd8
SE
5867 && eval 'test $(( 1 + 1 )) -eq 2 \
5868 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
ce2cded5 5869 && xsi_shell=yes
81ecdfbb
RW
5870{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5871$as_echo "$xsi_shell" >&6; }
bedf545c 5872
bedf545c 5873
81ecdfbb
RW
5874{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5875$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
ce2cded5
L
5876lt_shell_append=no
5877( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5878 >/dev/null 2>&1 \
5879 && lt_shell_append=yes
81ecdfbb
RW
5880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5881$as_echo "$lt_shell_append" >&6; }
252b5132 5882
d6d788bd 5883
ce2cded5
L
5884if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5885 lt_unset=unset
5886else
5887 lt_unset=false
5888fi
13b2be9c
DJ
5889
5890
5891
5892
d6d788bd 5893
ce2cded5
L
5894# test EBCDIC or ASCII
5895case `echo X|tr X '\101'` in
5896 A) # ASCII based system
5897 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5898 lt_SP2NL='tr \040 \012'
5899 lt_NL2SP='tr \015\012 \040\040'
5900 ;;
5901 *) # EBCDIC based system
5902 lt_SP2NL='tr \100 \n'
5903 lt_NL2SP='tr \r\n \100\100'
5904 ;;
5905esac
c43a438d 5906
c43a438d 5907
c43a438d 5908
252b5132 5909
ad22bfe8 5910
1ad12f97 5911
1ad12f97 5912
9e9b66a9 5913
1ad12f97 5914
81ecdfbb
RW
5915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5916$as_echo_n "checking for $LD option to reload object files... " >&6; }
5917if test "${lt_cv_ld_reload_flag+set}" = set; then :
5918 $as_echo_n "(cached) " >&6
ce2cded5
L
5919else
5920 lt_cv_ld_reload_flag='-r'
5921fi
81ecdfbb
RW
5922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5923$as_echo "$lt_cv_ld_reload_flag" >&6; }
ce2cded5
L
5924reload_flag=$lt_cv_ld_reload_flag
5925case $reload_flag in
5926"" | " "*) ;;
5927*) reload_flag=" $reload_flag" ;;
5928esac
5929reload_cmds='$LD$reload_flag -o $output$reload_objs'
5930case $host_os in
5931 darwin*)
5932 if test "$GCC" = yes; then
5933 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5934 else
5935 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5936 fi
5937 ;;
5938esac
a541e3ce 5939
9e9b66a9 5940
a2d91340 5941
d6d788bd 5942
9e9b66a9
AM
5943
5944
5945
d6d788bd 5946
252b5132 5947
718a6fd8
SE
5948if test -n "$ac_tool_prefix"; then
5949 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5950set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5952$as_echo_n "checking for $ac_word... " >&6; }
5953if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5954 $as_echo_n "(cached) " >&6
718a6fd8
SE
5955else
5956 if test -n "$OBJDUMP"; then
5957 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5958else
5959as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5960for as_dir in $PATH
5961do
5962 IFS=$as_save_IFS
5963 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5964 for ac_exec_ext in '' $ac_executable_extensions; do
5965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 5966 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5968 break 2
5969 fi
5970done
81ecdfbb
RW
5971 done
5972IFS=$as_save_IFS
718a6fd8
SE
5973
5974fi
5975fi
5976OBJDUMP=$ac_cv_prog_OBJDUMP
5977if test -n "$OBJDUMP"; then
81ecdfbb
RW
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5979$as_echo "$OBJDUMP" >&6; }
718a6fd8 5980else
81ecdfbb
RW
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5982$as_echo "no" >&6; }
718a6fd8
SE
5983fi
5984
81ecdfbb 5985
718a6fd8
SE
5986fi
5987if test -z "$ac_cv_prog_OBJDUMP"; then
5988 ac_ct_OBJDUMP=$OBJDUMP
5989 # Extract the first word of "objdump", so it can be a program name with args.
5990set dummy objdump; ac_word=$2
81ecdfbb
RW
5991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5992$as_echo_n "checking for $ac_word... " >&6; }
5993if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5994 $as_echo_n "(cached) " >&6
718a6fd8
SE
5995else
5996 if test -n "$ac_ct_OBJDUMP"; then
5997 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5998else
5999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6000for as_dir in $PATH
6001do
6002 IFS=$as_save_IFS
6003 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6004 for ac_exec_ext in '' $ac_executable_extensions; do
6005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6006 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6008 break 2
6009 fi
6010done
81ecdfbb
RW
6011 done
6012IFS=$as_save_IFS
718a6fd8 6013
718a6fd8
SE
6014fi
6015fi
6016ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6017if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6019$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6020else
81ecdfbb
RW
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6022$as_echo "no" >&6; }
718a6fd8
SE
6023fi
6024
81ecdfbb
RW
6025 if test "x$ac_ct_OBJDUMP" = x; then
6026 OBJDUMP="false"
6027 else
6028 case $cross_compiling:$ac_tool_warned in
6029yes:)
6030{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6031$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6032ac_tool_warned=yes ;;
6033esac
6034 OBJDUMP=$ac_ct_OBJDUMP
6035 fi
718a6fd8
SE
6036else
6037 OBJDUMP="$ac_cv_prog_OBJDUMP"
6038fi
6039
6040test -z "$OBJDUMP" && OBJDUMP=objdump
6041
6042
6043
6044
6045
6046
6047
6048
13b2be9c 6049
81ecdfbb
RW
6050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6051$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6052if test "${lt_cv_deplibs_check_method+set}" = set; then :
6053 $as_echo_n "(cached) " >&6
d7040cdb 6054else
ce2cded5
L
6055 lt_cv_file_magic_cmd='$MAGIC_CMD'
6056lt_cv_file_magic_test_file=
6057lt_cv_deplibs_check_method='unknown'
6058# Need to set the preceding variable on all platforms that support
6059# interlibrary dependencies.
6060# 'none' -- dependencies not supported.
6061# `unknown' -- same as none, but documents that we really don't know.
6062# 'pass_all' -- all dependencies passed with no checks.
6063# 'test_compile' -- check by making test program.
6064# 'file_magic [[regex]]' -- check by looking for files in library path
6065# which responds to the $file_magic_cmd with a given extended regex.
6066# If you have `file' or equivalent on your system and you're not sure
6067# whether `pass_all' will *always* work, you probably want this one.
13b2be9c 6068
ce2cded5 6069case $host_os in
50e7d84b 6070aix[4-9]*)
ce2cded5
L
6071 lt_cv_deplibs_check_method=pass_all
6072 ;;
d7040cdb 6073
ce2cded5
L
6074beos*)
6075 lt_cv_deplibs_check_method=pass_all
6076 ;;
d7040cdb 6077
ce2cded5
L
6078bsdi[45]*)
6079 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6080 lt_cv_file_magic_cmd='/usr/bin/file -L'
6081 lt_cv_file_magic_test_file=/shlib/libc.so
6082 ;;
d7040cdb 6083
ce2cded5
L
6084cygwin*)
6085 # func_win32_libid is a shell function defined in ltmain.sh
6086 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6087 lt_cv_file_magic_cmd='func_win32_libid'
d7040cdb 6088 ;;
ce2cded5
L
6089
6090mingw* | pw32*)
6091 # Base MSYS/MinGW do not provide the 'file' command needed by
6092 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6093 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6094 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6095 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
ce2cded5
L
6096 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6097 lt_cv_file_magic_cmd='func_win32_libid'
6098 else
f2c621e4 6099 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
ce2cded5
L
6100 lt_cv_file_magic_cmd='$OBJDUMP -f'
6101 fi
d7040cdb 6102 ;;
ce2cded5 6103
3725885a 6104cegcc*)
718a6fd8
SE
6105 # use the weaker test based on 'objdump'. See mingw*.
6106 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6107 lt_cv_file_magic_cmd='$OBJDUMP -f'
6108 ;;
6109
ce2cded5
L
6110darwin* | rhapsody*)
6111 lt_cv_deplibs_check_method=pass_all
6112 ;;
6113
6114freebsd* | dragonfly*)
6115 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6116 case $host_cpu in
6117 i*86 )
6118 # Not sure whether the presence of OpenBSD here was a mistake.
6119 # Let's accept both of them until this is cleared up.
6120 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6121 lt_cv_file_magic_cmd=/usr/bin/file
6122 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6123 ;;
6124 esac
6125 else
6126 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
6127 fi
6128 ;;
ce2cded5
L
6129
6130gnu*)
6131 lt_cv_deplibs_check_method=pass_all
d7040cdb 6132 ;;
ce2cded5 6133
3725885a
RW
6134haiku*)
6135 lt_cv_deplibs_check_method=pass_all
6136 ;;
6137
ce2cded5
L
6138hpux10.20* | hpux11*)
6139 lt_cv_file_magic_cmd=/usr/bin/file
6140 case $host_cpu in
6141 ia64*)
6142 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6143 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6144 ;;
6145 hppa*64*)
3725885a 6146 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]'
ce2cded5
L
6147 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6148 ;;
6149 *)
3725885a 6150 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
ce2cded5
L
6151 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6152 ;;
6153 esac
d7040cdb 6154 ;;
ce2cded5
L
6155
6156interix[3-9]*)
6157 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6158 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
d7040cdb 6159 ;;
ce2cded5
L
6160
6161irix5* | irix6* | nonstopux*)
6162 case $LD in
6163 *-32|*"-32 ") libmagic=32-bit;;
6164 *-n32|*"-n32 ") libmagic=N32;;
6165 *-64|*"-64 ") libmagic=64-bit;;
6166 *) libmagic=never-match;;
6167 esac
6168 lt_cv_deplibs_check_method=pass_all
d7040cdb 6169 ;;
ce2cded5
L
6170
6171# This must be Linux ELF.
58e24671 6172linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 6173 lt_cv_deplibs_check_method=pass_all
d7040cdb 6174 ;;
ce2cded5
L
6175
6176netbsd*)
6177 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6179 else
6180 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6181 fi
d7040cdb 6182 ;;
ce2cded5
L
6183
6184newos6*)
6185 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6186 lt_cv_file_magic_cmd=/usr/bin/file
6187 lt_cv_file_magic_test_file=/usr/lib/libnls.so
d7040cdb 6188 ;;
76a27922 6189
ce2cded5
L
6190*nto* | *qnx*)
6191 lt_cv_deplibs_check_method=pass_all
6192 ;;
d6d788bd 6193
ce2cded5
L
6194openbsd*)
6195 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6196 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6197 else
6198 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6199 fi
6200 ;;
44f2f9d2 6201
ce2cded5
L
6202osf3* | osf4* | osf5*)
6203 lt_cv_deplibs_check_method=pass_all
6204 ;;
44f2f9d2 6205
ce2cded5
L
6206rdos*)
6207 lt_cv_deplibs_check_method=pass_all
6208 ;;
6209
6210solaris*)
6211 lt_cv_deplibs_check_method=pass_all
6212 ;;
6213
6214sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6215 lt_cv_deplibs_check_method=pass_all
6216 ;;
6217
6218sysv4 | sysv4.3*)
6219 case $host_vendor in
6220 motorola)
6221 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]'
6222 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6223 ;;
6224 ncr)
6225 lt_cv_deplibs_check_method=pass_all
6226 ;;
6227 sequent)
6228 lt_cv_file_magic_cmd='/bin/file'
6229 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6230 ;;
6231 sni)
6232 lt_cv_file_magic_cmd='/bin/file'
6233 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6234 lt_cv_file_magic_test_file=/lib/libc.so
6235 ;;
6236 siemens)
6237 lt_cv_deplibs_check_method=pass_all
6238 ;;
6239 pc)
6240 lt_cv_deplibs_check_method=pass_all
6241 ;;
6242 esac
6243 ;;
6244
6245tpf*)
6246 lt_cv_deplibs_check_method=pass_all
d7040cdb
SE
6247 ;;
6248esac
6249
ce2cded5 6250fi
81ecdfbb
RW
6251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6252$as_echo "$lt_cv_deplibs_check_method" >&6; }
ce2cded5
L
6253file_magic_cmd=$lt_cv_file_magic_cmd
6254deplibs_check_method=$lt_cv_deplibs_check_method
6255test -z "$deplibs_check_method" && deplibs_check_method=unknown
d7040cdb 6256
d7040cdb 6257
d7040cdb 6258
d7040cdb 6259
d7040cdb 6260
44f2f9d2 6261
d7040cdb 6262
d7040cdb 6263
d7040cdb 6264
d7040cdb 6265
44f2f9d2 6266
d7040cdb 6267
ce2cded5 6268if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6269 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6270set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272$as_echo_n "checking for $ac_word... " >&6; }
6273if test "${ac_cv_prog_AR+set}" = set; then :
6274 $as_echo_n "(cached) " >&6
ce2cded5
L
6275else
6276 if test -n "$AR"; then
6277 ac_cv_prog_AR="$AR" # Let the user override the test.
6278else
6279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6280for as_dir in $PATH
6281do
6282 IFS=$as_save_IFS
6283 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6284 for ac_exec_ext in '' $ac_executable_extensions; do
6285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6286 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6288 break 2
d7040cdb
SE
6289 fi
6290done
81ecdfbb
RW
6291 done
6292IFS=$as_save_IFS
44f2f9d2 6293
ce2cded5
L
6294fi
6295fi
6296AR=$ac_cv_prog_AR
6297if test -n "$AR"; then
81ecdfbb
RW
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6299$as_echo "$AR" >&6; }
ce2cded5 6300else
81ecdfbb
RW
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6302$as_echo "no" >&6; }
44f2f9d2 6303fi
d7040cdb 6304
81ecdfbb 6305
d7040cdb 6306fi
f2c621e4 6307if test -z "$ac_cv_prog_AR"; then
ce2cded5 6308 ac_ct_AR=$AR
f2c621e4
AS
6309 # Extract the first word of "ar", so it can be a program name with args.
6310set dummy ar; ac_word=$2
81ecdfbb
RW
6311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6312$as_echo_n "checking for $ac_word... " >&6; }
6313if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6314 $as_echo_n "(cached) " >&6
44f2f9d2 6315else
ce2cded5
L
6316 if test -n "$ac_ct_AR"; then
6317 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6318else
6319as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6320for as_dir in $PATH
6321do
6322 IFS=$as_save_IFS
6323 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6324 for ac_exec_ext in '' $ac_executable_extensions; do
6325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f2c621e4 6326 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6328 break 2
6329 fi
6330done
81ecdfbb
RW
6331 done
6332IFS=$as_save_IFS
ce2cded5 6333
ce2cded5
L
6334fi
6335fi
6336ac_ct_AR=$ac_cv_prog_ac_ct_AR
6337if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6339$as_echo "$ac_ct_AR" >&6; }
ce2cded5 6340else
81ecdfbb
RW
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6342$as_echo "no" >&6; }
d7040cdb 6343fi
44f2f9d2 6344
81ecdfbb
RW
6345 if test "x$ac_ct_AR" = x; then
6346 AR="false"
6347 else
6348 case $cross_compiling:$ac_tool_warned in
6349yes:)
6350{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6351$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6352ac_tool_warned=yes ;;
6353esac
6354 AR=$ac_ct_AR
6355 fi
df7b86aa 6356else
f2c621e4
AS
6357 AR="$ac_cv_prog_AR"
6358fi
df7b86aa 6359
f2c621e4
AS
6360test -z "$AR" && AR=ar
6361test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6362
df7b86aa 6363
df7b86aa 6364
df7b86aa 6365
df7b86aa
NC
6366
6367
6368
6369
6370
6371
d7040cdb 6372
ce2cded5
L
6373if test -n "$ac_tool_prefix"; then
6374 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6375set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6376{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6377$as_echo_n "checking for $ac_word... " >&6; }
6378if test "${ac_cv_prog_STRIP+set}" = set; then :
6379 $as_echo_n "(cached) " >&6
ce2cded5
L
6380else
6381 if test -n "$STRIP"; then
6382 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6383else
6384as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6385for as_dir in $PATH
6386do
6387 IFS=$as_save_IFS
6388 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6389 for ac_exec_ext in '' $ac_executable_extensions; do
6390 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6391 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6393 break 2
6394 fi
6395done
81ecdfbb
RW
6396 done
6397IFS=$as_save_IFS
d7040cdb 6398
ce2cded5
L
6399fi
6400fi
6401STRIP=$ac_cv_prog_STRIP
6402if test -n "$STRIP"; then
81ecdfbb
RW
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6404$as_echo "$STRIP" >&6; }
ce2cded5 6405else
81ecdfbb
RW
6406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6407$as_echo "no" >&6; }
ce2cded5 6408fi
d7040cdb 6409
81ecdfbb 6410
ce2cded5
L
6411fi
6412if test -z "$ac_cv_prog_STRIP"; then
6413 ac_ct_STRIP=$STRIP
6414 # Extract the first word of "strip", so it can be a program name with args.
6415set dummy strip; ac_word=$2
81ecdfbb
RW
6416{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6417$as_echo_n "checking for $ac_word... " >&6; }
6418if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6419 $as_echo_n "(cached) " >&6
ce2cded5
L
6420else
6421 if test -n "$ac_ct_STRIP"; then
6422 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6423else
6424as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6425for as_dir in $PATH
6426do
6427 IFS=$as_save_IFS
6428 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6429 for ac_exec_ext in '' $ac_executable_extensions; do
6430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6431 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6433 break 2
6434 fi
6435done
81ecdfbb
RW
6436 done
6437IFS=$as_save_IFS
d7040cdb 6438
ce2cded5
L
6439fi
6440fi
6441ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6442if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6444$as_echo "$ac_ct_STRIP" >&6; }
ce2cded5 6445else
81ecdfbb
RW
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6447$as_echo "no" >&6; }
ce2cded5 6448fi
d7040cdb 6449
81ecdfbb
RW
6450 if test "x$ac_ct_STRIP" = x; then
6451 STRIP=":"
6452 else
6453 case $cross_compiling:$ac_tool_warned in
6454yes:)
6455{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6456$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6457ac_tool_warned=yes ;;
6458esac
6459 STRIP=$ac_ct_STRIP
6460 fi
ce2cded5
L
6461else
6462 STRIP="$ac_cv_prog_STRIP"
6463fi
d7040cdb 6464
ce2cded5 6465test -z "$STRIP" && STRIP=:
d7040cdb 6466
d7040cdb 6467
d7040cdb 6468
d7040cdb 6469
d7040cdb 6470
d7040cdb 6471
ce2cded5
L
6472if test -n "$ac_tool_prefix"; then
6473 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6474set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6476$as_echo_n "checking for $ac_word... " >&6; }
6477if test "${ac_cv_prog_RANLIB+set}" = set; then :
6478 $as_echo_n "(cached) " >&6
44f2f9d2 6479else
ce2cded5
L
6480 if test -n "$RANLIB"; then
6481 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6482else
6483as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6484for as_dir in $PATH
6485do
6486 IFS=$as_save_IFS
6487 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6488 for ac_exec_ext in '' $ac_executable_extensions; do
6489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6490 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5
L
6492 break 2
6493 fi
6494done
81ecdfbb
RW
6495 done
6496IFS=$as_save_IFS
44f2f9d2 6497
d7040cdb 6498fi
44f2f9d2 6499fi
ce2cded5
L
6500RANLIB=$ac_cv_prog_RANLIB
6501if test -n "$RANLIB"; then
81ecdfbb
RW
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6503$as_echo "$RANLIB" >&6; }
ce2cded5 6504else
81ecdfbb
RW
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6506$as_echo "no" >&6; }
ce2cded5 6507fi
d7040cdb 6508
81ecdfbb 6509
d7040cdb 6510fi
ce2cded5
L
6511if test -z "$ac_cv_prog_RANLIB"; then
6512 ac_ct_RANLIB=$RANLIB
6513 # Extract the first word of "ranlib", so it can be a program name with args.
6514set dummy ranlib; ac_word=$2
81ecdfbb
RW
6515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6516$as_echo_n "checking for $ac_word... " >&6; }
6517if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6518 $as_echo_n "(cached) " >&6
44f2f9d2 6519else
ce2cded5
L
6520 if test -n "$ac_ct_RANLIB"; then
6521 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6522else
6523as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6524for as_dir in $PATH
d7040cdb 6525do
ce2cded5
L
6526 IFS=$as_save_IFS
6527 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6528 for ac_exec_ext in '' $ac_executable_extensions; do
6529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
ce2cded5 6530 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
ce2cded5 6532 break 2
d7040cdb 6533 fi
ce2cded5 6534done
81ecdfbb
RW
6535 done
6536IFS=$as_save_IFS
ce2cded5 6537
d7040cdb 6538fi
ce2cded5
L
6539fi
6540ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6541if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6543$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 6544else
81ecdfbb
RW
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6546$as_echo "no" >&6; }
44f2f9d2 6547fi
44f2f9d2 6548
81ecdfbb
RW
6549 if test "x$ac_ct_RANLIB" = x; then
6550 RANLIB=":"
6551 else
6552 case $cross_compiling:$ac_tool_warned in
6553yes:)
6554{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6555$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6556ac_tool_warned=yes ;;
6557esac
6558 RANLIB=$ac_ct_RANLIB
6559 fi
d7040cdb 6560else
ce2cded5 6561 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 6562fi
252b5132 6563
ce2cded5 6564test -z "$RANLIB" && RANLIB=:
252b5132 6565
252b5132 6566
ae57792d 6567
252b5132 6568
13b2be9c 6569
14ee9f48 6570
ce2cded5 6571# Determine commands to create old-style static archives.
718a6fd8 6572old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
ce2cded5
L
6573old_postinstall_cmds='chmod 644 $oldlib'
6574old_postuninstall_cmds=
14ee9f48 6575
ce2cded5
L
6576if test -n "$RANLIB"; then
6577 case $host_os in
6578 openbsd*)
6579 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6580 ;;
6581 *)
6582 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6583 ;;
6584 esac
6585 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d7040cdb 6586fi
14ee9f48 6587
3725885a
RW
6588case $host_os in
6589 darwin*)
6590 lock_old_archive_extraction=yes ;;
6591 *)
6592 lock_old_archive_extraction=no ;;
6593esac
6594
6595
6596
6597
6598
6599
f8fc3443 6600
f8fc3443 6601
252b5132 6602
85fbca6a 6603
85fbca6a 6604
13b2be9c 6605
13b2be9c 6606
d7040cdb 6607
d7040cdb
SE
6608
6609
6610
252b5132 6611
93fbbb04 6612
93fbbb04 6613
d70c5fc7 6614
e0001a05 6615
252b5132 6616
252b5132 6617
252b5132 6618
252b5132 6619
252b5132 6620
3bcbcc3d 6621
252b5132 6622
252b5132 6623
252b5132 6624
15886821 6625
252b5132 6626
252b5132 6627
13b2be9c
DJ
6628
6629
252b5132 6630
252b5132 6631
d6d788bd 6632
ce2cded5
L
6633# If no C compiler was specified, use CC.
6634LTCC=${LTCC-"$CC"}
252b5132 6635
ce2cded5
L
6636# If no C compiler flags were specified, use CFLAGS.
6637LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
252b5132 6638
ce2cded5
L
6639# Allow CC to be a program name with arguments.
6640compiler=$CC
252b5132 6641
252b5132 6642
ce2cded5 6643# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6645$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6646if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6647 $as_echo_n "(cached) " >&6
ce2cded5 6648else
252b5132 6649
ce2cded5
L
6650# These are sane defaults that work on at least a few old systems.
6651# [They come from Ultrix. What could be older than Ultrix?!! ;)]
252b5132 6652
ce2cded5
L
6653# Character class describing NM global symbol codes.
6654symcode='[BCDEGRST]'
252b5132 6655
ce2cded5
L
6656# Regexp to match symbols that can be accessed directly from C.
6657sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13b2be9c 6658
ce2cded5
L
6659# Define system-specific variables.
6660case $host_os in
6661aix*)
6662 symcode='[BCDT]'
6663 ;;
718a6fd8 6664cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
6665 symcode='[ABCDGISTW]'
6666 ;;
6667hpux*)
6668 if test "$host_cpu" = ia64; then
6669 symcode='[ABCDEGRST]'
6670 fi
6671 ;;
6672irix* | nonstopux*)
6673 symcode='[BCDEGRST]'
6674 ;;
6675osf*)
6676 symcode='[BCDEGQRST]'
6677 ;;
6678solaris*)
6679 symcode='[BDRT]'
6680 ;;
6681sco3.2v5*)
6682 symcode='[DT]'
6683 ;;
6684sysv4.2uw2*)
6685 symcode='[DT]'
6686 ;;
6687sysv5* | sco5v6* | unixware* | OpenUNIX*)
6688 symcode='[ABDT]'
6689 ;;
6690sysv4)
6691 symcode='[DFNSTU]'
6692 ;;
6693esac
6694
6695# If we're using GNU nm, then use its standard symbol codes.
6696case `$NM -V 2>&1` in
6697*GNU* | *'with BFD'*)
6698 symcode='[ABCDGIRSTW]' ;;
6699esac
252b5132 6700
ce2cded5
L
6701# Transform an extracted symbol line into a proper C declaration.
6702# Some systems (esp. on ia64) link data and code symbols differently,
6703# so use this general approach.
6704lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
13b2be9c 6705
ce2cded5 6706# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6707lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6708lt_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 6709
7357c5b6
AM
6710# Handle CRLF in mingw tool chain
6711opt_cr=
6712case $build_os in
6713mingw*)
6714 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6715 ;;
6716esac
d7040cdb 6717
7357c5b6
AM
6718# Try without a prefix underscore, then with it.
6719for ac_symprfx in "" "_"; do
d7040cdb 6720
7357c5b6
AM
6721 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6722 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6723
7357c5b6
AM
6724 # Write the raw and C identifiers.
6725 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6726 # Fake it for dumpbin and say T for any non-static function
6727 # and D for any global variable.
6728 # Also find C++ and __fastcall symbols from MSVC++,
6729 # which start with @ or ?.
6730 lt_cv_sys_global_symbol_pipe="$AWK '"\
6731" {last_section=section; section=\$ 3};"\
6732" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6733" \$ 0!~/External *\|/{next};"\
6734" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6735" {if(hide[section]) next};"\
6736" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6737" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6738" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6739" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6740" ' prfx=^$ac_symprfx"
6741 else
6742 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6743 fi
d7040cdb 6744
7357c5b6
AM
6745 # Check to see that the pipe works correctly.
6746 pipe_works=no
d7040cdb 6747
7357c5b6
AM
6748 rm -f conftest*
6749 cat > conftest.$ac_ext <<_LT_EOF
6750#ifdef __cplusplus
6751extern "C" {
6752#endif
6753char nm_test_var;
6754void nm_test_func(void);
6755void nm_test_func(void){}
6756#ifdef __cplusplus
ce2cded5 6757}
7357c5b6
AM
6758#endif
6759int main(){nm_test_var='a';nm_test_func();return(0);}
6760_LT_EOF
6761
81ecdfbb 6762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6763 (eval $ac_compile) 2>&5
ce2cded5 6764 ac_status=$?
81ecdfbb
RW
6765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6766 test $ac_status = 0; }; then
7357c5b6
AM
6767 # Now try to grab the symbols.
6768 nlist=conftest.nm
3725885a
RW
6769 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6770 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
ce2cded5 6771 ac_status=$?
81ecdfbb
RW
6772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6773 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6774 # Try sorting and uniquifying the output.
6775 if sort "$nlist" | uniq > "$nlist"T; then
6776 mv -f "$nlist"T "$nlist"
6777 else
6778 rm -f "$nlist"T
6779 fi
13b2be9c 6780
7357c5b6
AM
6781 # Make sure that we snagged all the symbols we need.
6782 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6783 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6784 cat <<_LT_EOF > conftest.$ac_ext
6785#ifdef __cplusplus
6786extern "C" {
6787#endif
13b2be9c 6788
7357c5b6
AM
6789_LT_EOF
6790 # Now generate the symbol file.
6791 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
13b2be9c 6792
7357c5b6 6793 cat <<_LT_EOF >> conftest.$ac_ext
c8615825 6794
7357c5b6 6795/* The mapping between symbol names and symbols. */
f2c621e4 6796const struct {
7357c5b6
AM
6797 const char *name;
6798 void *address;
6799}
6800lt__PROGRAM__LTX_preloaded_symbols[] =
6801{
6802 { "@PROGRAM@", (void *) 0 },
6803_LT_EOF
6804 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6805 cat <<\_LT_EOF >> conftest.$ac_ext
6806 {0, (void *) 0}
6807};
d7040cdb 6808
7357c5b6
AM
6809/* This works around a problem in FreeBSD linker */
6810#ifdef FREEBSD_WORKAROUND
6811static const void *lt_preloaded_setup() {
6812 return lt__PROGRAM__LTX_preloaded_symbols;
6813}
ce2cded5 6814#endif
d7040cdb 6815
7357c5b6 6816#ifdef __cplusplus
ce2cded5 6817}
7357c5b6
AM
6818#endif
6819_LT_EOF
6820 # Now try linking the two files.
6821 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6822 lt_save_LIBS="$LIBS"
6823 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6824 LIBS="conftstm.$ac_objext"
6825 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6826 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
6827 (eval $ac_link) 2>&5
6828 ac_status=$?
81ecdfbb
RW
6829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6830 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6831 pipe_works=yes
6832 fi
f2c621e4
AS
6833 LIBS="$lt_save_LIBS"
6834 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6835 else
6836 echo "cannot find nm_test_func in $nlist" >&5
6837 fi
6838 else
6839 echo "cannot find nm_test_var in $nlist" >&5
6840 fi
6841 else
6842 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6843 fi
6844 else
6845 echo "$progname: failed program was:" >&5
6846 cat conftest.$ac_ext >&5
6847 fi
718a6fd8 6848 rm -rf conftest* conftst*
7357c5b6
AM
6849
6850 # Do not use the global_symbol_pipe unless it works.
6851 if test "$pipe_works" = yes; then
6852 break
6853 else
6854 lt_cv_sys_global_symbol_pipe=
6855 fi
6856done
d7040cdb 6857
ce2cded5 6858fi
7357c5b6
AM
6859
6860if test -z "$lt_cv_sys_global_symbol_pipe"; then
6861 lt_cv_sys_global_symbol_to_cdecl=
ce2cded5 6862fi
7357c5b6 6863if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6865$as_echo "failed" >&6; }
7357c5b6 6866else
81ecdfbb
RW
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6868$as_echo "ok" >&6; }
ce2cded5 6869fi
d7040cdb 6870
df7b86aa
NC
6871
6872
6873
d7040cdb 6874
d7040cdb 6875
d7040cdb 6876
d7040cdb 6877
d7040cdb 6878
d7040cdb 6879
d7040cdb 6880
d7040cdb 6881
d7040cdb 6882
d7040cdb 6883
d7040cdb 6884
7357c5b6
AM
6885
6886
718a6fd8
SE
6887
6888
6889
7357c5b6
AM
6890
6891
81ecdfbb
RW
6892# Check whether --enable-libtool-lock was given.
6893if test "${enable_libtool_lock+set}" = set; then :
6894 enableval=$enable_libtool_lock;
6895fi
7357c5b6 6896
7357c5b6
AM
6897test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6898
6899# Some flags need to be propagated to the compiler or linker for good
6900# libtool support.
6901case $host in
6902ia64-*-hpux*)
6903 # Find out which ABI we are using.
6904 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6905 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6906 (eval $ac_compile) 2>&5
6907 ac_status=$?
81ecdfbb
RW
6908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6909 test $ac_status = 0; }; then
7357c5b6
AM
6910 case `/usr/bin/file conftest.$ac_objext` in
6911 *ELF-32*)
6912 HPUX_IA64_MODE="32"
6913 ;;
6914 *ELF-64*)
6915 HPUX_IA64_MODE="64"
6916 ;;
6917 esac
6918 fi
6919 rm -rf conftest*
6920 ;;
6921*-*-irix6*)
6922 # Find out which ABI we are using.
3725885a 6923 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6924 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6925 (eval $ac_compile) 2>&5
6926 ac_status=$?
81ecdfbb
RW
6927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6928 test $ac_status = 0; }; then
7357c5b6
AM
6929 if test "$lt_cv_prog_gnu_ld" = yes; then
6930 case `/usr/bin/file conftest.$ac_objext` in
6931 *32-bit*)
6932 LD="${LD-ld} -melf32bsmip"
6933 ;;
6934 *N32*)
6935 LD="${LD-ld} -melf32bmipn32"
6936 ;;
6937 *64-bit*)
6938 LD="${LD-ld} -melf64bmip"
6939 ;;
6940 esac
6941 else
6942 case `/usr/bin/file conftest.$ac_objext` in
6943 *32-bit*)
6944 LD="${LD-ld} -32"
6945 ;;
6946 *N32*)
6947 LD="${LD-ld} -n32"
6948 ;;
6949 *64-bit*)
6950 LD="${LD-ld} -64"
6951 ;;
6952 esac
6953 fi
6954 fi
6955 rm -rf conftest*
6956 ;;
6957
cc9afea3 6958x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6959s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6960 # Find out which ABI we are using.
6961 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6962 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6963 (eval $ac_compile) 2>&5
6964 ac_status=$?
81ecdfbb
RW
6965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6966 test $ac_status = 0; }; then
7357c5b6
AM
6967 case `/usr/bin/file conftest.o` in
6968 *32-bit*)
6969 case $host in
6970 x86_64-*kfreebsd*-gnu)
6971 LD="${LD-ld} -m elf_i386_fbsd"
6972 ;;
6973 x86_64-*linux*)
6d2920c8
L
6974 case `/usr/bin/file conftest.o` in
6975 *x86-64*)
6976 LD="${LD-ld} -m elf32_x86_64"
6977 ;;
6978 *)
6979 LD="${LD-ld} -m elf_i386"
6980 ;;
6981 esac
7357c5b6 6982 ;;
cc9afea3
AM
6983 powerpc64le-*linux*)
6984 LD="${LD-ld} -m elf32lppclinux"
6985 ;;
6986 powerpc64-*linux*)
7357c5b6
AM
6987 LD="${LD-ld} -m elf32ppclinux"
6988 ;;
6989 s390x-*linux*)
6990 LD="${LD-ld} -m elf_s390"
6991 ;;
6992 sparc64-*linux*)
6993 LD="${LD-ld} -m elf32_sparc"
6994 ;;
6995 esac
6996 ;;
6997 *64-bit*)
6998 case $host in
6999 x86_64-*kfreebsd*-gnu)
7000 LD="${LD-ld} -m elf_x86_64_fbsd"
7001 ;;
7002 x86_64-*linux*)
7003 LD="${LD-ld} -m elf_x86_64"
7004 ;;
cc9afea3
AM
7005 powerpcle-*linux*)
7006 LD="${LD-ld} -m elf64lppc"
7007 ;;
7008 powerpc-*linux*)
7357c5b6
AM
7009 LD="${LD-ld} -m elf64ppc"
7010 ;;
7011 s390*-*linux*|s390*-*tpf*)
7012 LD="${LD-ld} -m elf64_s390"
7013 ;;
7014 sparc*-*linux*)
7015 LD="${LD-ld} -m elf64_sparc"
7016 ;;
7017 esac
7018 ;;
7019 esac
7020 fi
7021 rm -rf conftest*
7022 ;;
7023
7024*-*-sco3.2v5*)
7025 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7026 SAVE_CFLAGS="$CFLAGS"
7027 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7029$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7030if test "${lt_cv_cc_needs_belf+set}" = set; then :
7031 $as_echo_n "(cached) " >&6
ce2cded5 7032else
7357c5b6
AM
7033 ac_ext=c
7034ac_cpp='$CPP $CPPFLAGS'
7035ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7036ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7037ac_compiler_gnu=$ac_cv_c_compiler_gnu
7038
81ecdfbb 7039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 7040/* end confdefs.h. */
d7040cdb 7041
7357c5b6
AM
7042int
7043main ()
7044{
7045
7046 ;
7047 return 0;
7048}
ce2cded5 7049_ACEOF
81ecdfbb 7050if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7051 lt_cv_cc_needs_belf=yes
ce2cded5 7052else
81ecdfbb 7053 lt_cv_cc_needs_belf=no
ce2cded5 7054fi
81ecdfbb
RW
7055rm -f core conftest.err conftest.$ac_objext \
7056 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7057 ac_ext=c
7058ac_cpp='$CPP $CPPFLAGS'
7059ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7060ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7061ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7062
ce2cded5 7063fi
81ecdfbb
RW
7064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7065$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7066 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7067 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7068 CFLAGS="$SAVE_CFLAGS"
7069 fi
7070 ;;
7071sparc*-*solaris*)
7072 # Find out which ABI we are using.
7073 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7074 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7075 (eval $ac_compile) 2>&5
7076 ac_status=$?
81ecdfbb
RW
7077 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7078 test $ac_status = 0; }; then
7357c5b6
AM
7079 case `/usr/bin/file conftest.o` in
7080 *64-bit*)
7081 case $lt_cv_prog_gnu_ld in
7082 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
7083 *)
7084 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7085 LD="${LD-ld} -64"
7086 fi
7087 ;;
7357c5b6
AM
7088 esac
7089 ;;
7090 esac
7091 fi
7092 rm -rf conftest*
7093 ;;
7094esac
d7040cdb 7095
df7b86aa
NC
7096need_locks="$enable_libtool_lock"
7097
718a6fd8
SE
7098
7099 case $host_os in
7100 rhapsody* | darwin*)
7101 if test -n "$ac_tool_prefix"; then
7102 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7103set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7105$as_echo_n "checking for $ac_word... " >&6; }
7106if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7107 $as_echo_n "(cached) " >&6
718a6fd8
SE
7108else
7109 if test -n "$DSYMUTIL"; then
7110 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7111else
7112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7113for as_dir in $PATH
7114do
7115 IFS=$as_save_IFS
7116 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7117 for ac_exec_ext in '' $ac_executable_extensions; do
7118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7119 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7121 break 2
7122 fi
7123done
81ecdfbb
RW
7124 done
7125IFS=$as_save_IFS
718a6fd8
SE
7126
7127fi
7128fi
7129DSYMUTIL=$ac_cv_prog_DSYMUTIL
7130if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7132$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7133else
81ecdfbb
RW
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7135$as_echo "no" >&6; }
718a6fd8
SE
7136fi
7137
81ecdfbb 7138
718a6fd8
SE
7139fi
7140if test -z "$ac_cv_prog_DSYMUTIL"; then
7141 ac_ct_DSYMUTIL=$DSYMUTIL
7142 # Extract the first word of "dsymutil", so it can be a program name with args.
7143set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7145$as_echo_n "checking for $ac_word... " >&6; }
7146if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7147 $as_echo_n "(cached) " >&6
718a6fd8
SE
7148else
7149 if test -n "$ac_ct_DSYMUTIL"; then
7150 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7151else
7152as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7153for as_dir in $PATH
7154do
7155 IFS=$as_save_IFS
7156 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7157 for ac_exec_ext in '' $ac_executable_extensions; do
7158 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7159 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7161 break 2
7162 fi
7163done
81ecdfbb
RW
7164 done
7165IFS=$as_save_IFS
718a6fd8 7166
718a6fd8
SE
7167fi
7168fi
7169ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7170if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7172$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7173else
81ecdfbb
RW
7174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7175$as_echo "no" >&6; }
718a6fd8
SE
7176fi
7177
81ecdfbb
RW
7178 if test "x$ac_ct_DSYMUTIL" = x; then
7179 DSYMUTIL=":"
7180 else
7181 case $cross_compiling:$ac_tool_warned in
7182yes:)
7183{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7184$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7185ac_tool_warned=yes ;;
7186esac
7187 DSYMUTIL=$ac_ct_DSYMUTIL
7188 fi
718a6fd8
SE
7189else
7190 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7191fi
7192
7193 if test -n "$ac_tool_prefix"; then
7194 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7195set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7196{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7197$as_echo_n "checking for $ac_word... " >&6; }
7198if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7199 $as_echo_n "(cached) " >&6
718a6fd8
SE
7200else
7201 if test -n "$NMEDIT"; then
7202 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7203else
7204as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7205for as_dir in $PATH
7206do
7207 IFS=$as_save_IFS
7208 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7209 for ac_exec_ext in '' $ac_executable_extensions; do
7210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7211 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7213 break 2
7214 fi
7215done
81ecdfbb
RW
7216 done
7217IFS=$as_save_IFS
718a6fd8
SE
7218
7219fi
7220fi
7221NMEDIT=$ac_cv_prog_NMEDIT
7222if test -n "$NMEDIT"; then
81ecdfbb
RW
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7224$as_echo "$NMEDIT" >&6; }
718a6fd8 7225else
81ecdfbb
RW
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7227$as_echo "no" >&6; }
718a6fd8
SE
7228fi
7229
81ecdfbb 7230
718a6fd8
SE
7231fi
7232if test -z "$ac_cv_prog_NMEDIT"; then
7233 ac_ct_NMEDIT=$NMEDIT
7234 # Extract the first word of "nmedit", so it can be a program name with args.
7235set dummy nmedit; ac_word=$2
81ecdfbb
RW
7236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7237$as_echo_n "checking for $ac_word... " >&6; }
7238if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7239 $as_echo_n "(cached) " >&6
718a6fd8
SE
7240else
7241 if test -n "$ac_ct_NMEDIT"; then
7242 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7243else
7244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7245for as_dir in $PATH
7246do
7247 IFS=$as_save_IFS
7248 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7249 for ac_exec_ext in '' $ac_executable_extensions; do
7250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7251 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7253 break 2
7254 fi
7255done
81ecdfbb
RW
7256 done
7257IFS=$as_save_IFS
718a6fd8 7258
718a6fd8
SE
7259fi
7260fi
7261ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7262if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7264$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7265else
81ecdfbb
RW
7266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7267$as_echo "no" >&6; }
718a6fd8
SE
7268fi
7269
81ecdfbb
RW
7270 if test "x$ac_ct_NMEDIT" = x; then
7271 NMEDIT=":"
7272 else
7273 case $cross_compiling:$ac_tool_warned in
7274yes:)
7275{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7276$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7277ac_tool_warned=yes ;;
7278esac
7279 NMEDIT=$ac_ct_NMEDIT
7280 fi
718a6fd8
SE
7281else
7282 NMEDIT="$ac_cv_prog_NMEDIT"
7283fi
7284
7285 if test -n "$ac_tool_prefix"; then
7286 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7287set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7289$as_echo_n "checking for $ac_word... " >&6; }
7290if test "${ac_cv_prog_LIPO+set}" = set; then :
7291 $as_echo_n "(cached) " >&6
718a6fd8
SE
7292else
7293 if test -n "$LIPO"; then
7294 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7295else
7296as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7297for as_dir in $PATH
7298do
7299 IFS=$as_save_IFS
7300 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7301 for ac_exec_ext in '' $ac_executable_extensions; do
7302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7303 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7305 break 2
7306 fi
7307done
81ecdfbb
RW
7308 done
7309IFS=$as_save_IFS
718a6fd8
SE
7310
7311fi
7312fi
7313LIPO=$ac_cv_prog_LIPO
7314if test -n "$LIPO"; then
81ecdfbb
RW
7315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7316$as_echo "$LIPO" >&6; }
718a6fd8 7317else
81ecdfbb
RW
7318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7319$as_echo "no" >&6; }
718a6fd8
SE
7320fi
7321
81ecdfbb 7322
718a6fd8
SE
7323fi
7324if test -z "$ac_cv_prog_LIPO"; then
7325 ac_ct_LIPO=$LIPO
7326 # Extract the first word of "lipo", so it can be a program name with args.
7327set dummy lipo; ac_word=$2
81ecdfbb
RW
7328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7329$as_echo_n "checking for $ac_word... " >&6; }
7330if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7331 $as_echo_n "(cached) " >&6
718a6fd8
SE
7332else
7333 if test -n "$ac_ct_LIPO"; then
7334 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7335else
7336as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7337for as_dir in $PATH
7338do
7339 IFS=$as_save_IFS
7340 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7341 for ac_exec_ext in '' $ac_executable_extensions; do
7342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7343 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7345 break 2
7346 fi
7347done
81ecdfbb
RW
7348 done
7349IFS=$as_save_IFS
718a6fd8 7350
718a6fd8
SE
7351fi
7352fi
7353ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7354if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7356$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7357else
81ecdfbb
RW
7358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7359$as_echo "no" >&6; }
718a6fd8
SE
7360fi
7361
81ecdfbb
RW
7362 if test "x$ac_ct_LIPO" = x; then
7363 LIPO=":"
7364 else
7365 case $cross_compiling:$ac_tool_warned in
7366yes:)
7367{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7368$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7369ac_tool_warned=yes ;;
7370esac
7371 LIPO=$ac_ct_LIPO
7372 fi
718a6fd8
SE
7373else
7374 LIPO="$ac_cv_prog_LIPO"
7375fi
7376
7377 if test -n "$ac_tool_prefix"; then
7378 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7379set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7381$as_echo_n "checking for $ac_word... " >&6; }
7382if test "${ac_cv_prog_OTOOL+set}" = set; then :
7383 $as_echo_n "(cached) " >&6
718a6fd8
SE
7384else
7385 if test -n "$OTOOL"; then
7386 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7387else
7388as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7389for as_dir in $PATH
7390do
7391 IFS=$as_save_IFS
7392 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7393 for ac_exec_ext in '' $ac_executable_extensions; do
7394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7395 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7397 break 2
7398 fi
7399done
81ecdfbb
RW
7400 done
7401IFS=$as_save_IFS
718a6fd8
SE
7402
7403fi
7404fi
7405OTOOL=$ac_cv_prog_OTOOL
7406if test -n "$OTOOL"; then
81ecdfbb
RW
7407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7408$as_echo "$OTOOL" >&6; }
718a6fd8 7409else
81ecdfbb
RW
7410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7411$as_echo "no" >&6; }
718a6fd8
SE
7412fi
7413
81ecdfbb 7414
718a6fd8
SE
7415fi
7416if test -z "$ac_cv_prog_OTOOL"; then
7417 ac_ct_OTOOL=$OTOOL
7418 # Extract the first word of "otool", so it can be a program name with args.
7419set dummy otool; ac_word=$2
81ecdfbb
RW
7420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7421$as_echo_n "checking for $ac_word... " >&6; }
7422if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7423 $as_echo_n "(cached) " >&6
718a6fd8
SE
7424else
7425 if test -n "$ac_ct_OTOOL"; then
7426 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7427else
7428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7429for as_dir in $PATH
7430do
7431 IFS=$as_save_IFS
7432 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7433 for ac_exec_ext in '' $ac_executable_extensions; do
7434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7435 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7437 break 2
7438 fi
7439done
81ecdfbb
RW
7440 done
7441IFS=$as_save_IFS
718a6fd8 7442
718a6fd8
SE
7443fi
7444fi
7445ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7446if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7448$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7449else
81ecdfbb
RW
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7451$as_echo "no" >&6; }
718a6fd8
SE
7452fi
7453
81ecdfbb
RW
7454 if test "x$ac_ct_OTOOL" = x; then
7455 OTOOL=":"
7456 else
7457 case $cross_compiling:$ac_tool_warned in
7458yes:)
7459{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7460$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7461ac_tool_warned=yes ;;
7462esac
7463 OTOOL=$ac_ct_OTOOL
7464 fi
718a6fd8
SE
7465else
7466 OTOOL="$ac_cv_prog_OTOOL"
7467fi
7468
7469 if test -n "$ac_tool_prefix"; then
7470 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7471set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7473$as_echo_n "checking for $ac_word... " >&6; }
7474if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7475 $as_echo_n "(cached) " >&6
718a6fd8
SE
7476else
7477 if test -n "$OTOOL64"; then
7478 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7479else
7480as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7481for as_dir in $PATH
7482do
7483 IFS=$as_save_IFS
7484 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7485 for ac_exec_ext in '' $ac_executable_extensions; do
7486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7487 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7489 break 2
7490 fi
7491done
81ecdfbb
RW
7492 done
7493IFS=$as_save_IFS
718a6fd8
SE
7494
7495fi
7496fi
7497OTOOL64=$ac_cv_prog_OTOOL64
7498if test -n "$OTOOL64"; then
81ecdfbb
RW
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7500$as_echo "$OTOOL64" >&6; }
718a6fd8 7501else
81ecdfbb
RW
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7503$as_echo "no" >&6; }
718a6fd8
SE
7504fi
7505
81ecdfbb 7506
718a6fd8
SE
7507fi
7508if test -z "$ac_cv_prog_OTOOL64"; then
7509 ac_ct_OTOOL64=$OTOOL64
7510 # Extract the first word of "otool64", so it can be a program name with args.
7511set dummy otool64; ac_word=$2
81ecdfbb
RW
7512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7513$as_echo_n "checking for $ac_word... " >&6; }
7514if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7515 $as_echo_n "(cached) " >&6
718a6fd8
SE
7516else
7517 if test -n "$ac_ct_OTOOL64"; then
7518 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7519else
7520as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7521for as_dir in $PATH
7522do
7523 IFS=$as_save_IFS
7524 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7525 for ac_exec_ext in '' $ac_executable_extensions; do
7526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7527 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7529 break 2
7530 fi
7531done
81ecdfbb
RW
7532 done
7533IFS=$as_save_IFS
718a6fd8 7534
718a6fd8
SE
7535fi
7536fi
7537ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7538if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7540$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7541else
81ecdfbb
RW
7542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7543$as_echo "no" >&6; }
718a6fd8
SE
7544fi
7545
81ecdfbb
RW
7546 if test "x$ac_ct_OTOOL64" = x; then
7547 OTOOL64=":"
7548 else
7549 case $cross_compiling:$ac_tool_warned in
7550yes:)
7551{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7552$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7553ac_tool_warned=yes ;;
7554esac
7555 OTOOL64=$ac_ct_OTOOL64
7556 fi
718a6fd8
SE
7557else
7558 OTOOL64="$ac_cv_prog_OTOOL64"
7559fi
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
7585
7586
81ecdfbb
RW
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7588$as_echo_n "checking for -single_module linker flag... " >&6; }
7589if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7590 $as_echo_n "(cached) " >&6
718a6fd8
SE
7591else
7592 lt_cv_apple_cc_single_mod=no
7593 if test -z "${LT_MULTI_MODULE}"; then
7594 # By default we will add the -single_module flag. You can override
7595 # by either setting the environment variable LT_MULTI_MODULE
7596 # non-empty at configure time, or by adding -multi_module to the
7597 # link flags.
7598 rm -rf libconftest.dylib*
7599 echo "int foo(void){return 1;}" > conftest.c
7600 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7601-dynamiclib -Wl,-single_module conftest.c" >&5
7602 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7603 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7604 _lt_result=$?
7605 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7606 lt_cv_apple_cc_single_mod=yes
7607 else
7608 cat conftest.err >&5
7609 fi
7610 rm -rf libconftest.dylib*
7611 rm -f conftest.*
7612 fi
7613fi
81ecdfbb
RW
7614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7615$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7617$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7618if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7619 $as_echo_n "(cached) " >&6
718a6fd8
SE
7620else
7621 lt_cv_ld_exported_symbols_list=no
7622 save_LDFLAGS=$LDFLAGS
7623 echo "_main" > conftest.sym
7624 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7626/* end confdefs.h. */
7627
7628int
7629main ()
7630{
7631
7632 ;
7633 return 0;
7634}
7635_ACEOF
81ecdfbb 7636if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7637 lt_cv_ld_exported_symbols_list=yes
7638else
81ecdfbb 7639 lt_cv_ld_exported_symbols_list=no
718a6fd8 7640fi
81ecdfbb
RW
7641rm -f core conftest.err conftest.$ac_objext \
7642 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7643 LDFLAGS="$save_LDFLAGS"
7644
7645fi
81ecdfbb
RW
7646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7647$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7649$as_echo_n "checking for -force_load linker flag... " >&6; }
7650if test "${lt_cv_ld_force_load+set}" = set; then :
7651 $as_echo_n "(cached) " >&6
7652else
7653 lt_cv_ld_force_load=no
7654 cat > conftest.c << _LT_EOF
7655int forced_loaded() { return 2;}
7656_LT_EOF
7657 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7658 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7659 echo "$AR cru libconftest.a conftest.o" >&5
7660 $AR cru libconftest.a conftest.o 2>&5
7661 cat > conftest.c << _LT_EOF
7662int main() { return 0;}
7663_LT_EOF
7664 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7665 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7666 _lt_result=$?
7667 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7668 lt_cv_ld_force_load=yes
7669 else
7670 cat conftest.err >&5
7671 fi
7672 rm -f conftest.err libconftest.a conftest conftest.c
7673 rm -rf conftest.dSYM
7674
7675fi
7676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7677$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7678 case $host_os in
7679 rhapsody* | darwin1.[012])
7680 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7681 darwin1.*)
7682 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7683 darwin*) # darwin 5.x on
7684 # if running on 10.5 or later, the deployment target defaults
7685 # to the OS version, if on x86, and 10.4, the deployment
7686 # target defaults to 10.4. Don't you love it?
7687 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7688 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7689 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7690 10.[012]*)
7691 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7692 10.*)
7693 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7694 esac
7695 ;;
7696 esac
7697 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7698 _lt_dar_single_mod='$single_module'
7699 fi
7700 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7701 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7702 else
7703 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7704 fi
3725885a 7705 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7706 _lt_dsymutil='~$DSYMUTIL $lib || :'
7707 else
7708 _lt_dsymutil=
7709 fi
7710 ;;
7711 esac
7712
718a6fd8 7713for ac_header in dlfcn.h
81ecdfbb
RW
7714do :
7715 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7716"
7717if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
718a6fd8 7718 cat >>confdefs.h <<_ACEOF
81ecdfbb 7719#define HAVE_DLFCN_H 1
718a6fd8
SE
7720_ACEOF
7721
7722fi
7723
7724done
7725
7726
7727
3725885a
RW
7728
7729
718a6fd8
SE
7730# Set options
7731
7732
7733
7734 enable_dlopen=no
7735
7736
7737 enable_win32_dll=no
7738
7739
81ecdfbb
RW
7740 # Check whether --enable-shared was given.
7741if test "${enable_shared+set}" = set; then :
7742 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7743 case $enableval in
7744 yes) enable_shared=yes ;;
7745 no) enable_shared=no ;;
7746 *)
7747 enable_shared=no
7748 # Look at the argument we got. We use all the common list separators.
7749 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7750 for pkg in $enableval; do
7751 IFS="$lt_save_ifs"
7752 if test "X$pkg" = "X$p"; then
7753 enable_shared=yes
7754 fi
7755 done
7756 IFS="$lt_save_ifs"
7757 ;;
7758 esac
7759else
7760 enable_shared=yes
81ecdfbb
RW
7761fi
7762
718a6fd8
SE
7763
7764
7765
7766
7767
7768
7769
7770
81ecdfbb
RW
7771 # Check whether --enable-static was given.
7772if test "${enable_static+set}" = set; then :
7773 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7774 case $enableval in
7775 yes) enable_static=yes ;;
7776 no) enable_static=no ;;
7777 *)
7778 enable_static=no
7779 # Look at the argument we got. We use all the common list separators.
7780 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7781 for pkg in $enableval; do
7782 IFS="$lt_save_ifs"
7783 if test "X$pkg" = "X$p"; then
7784 enable_static=yes
7785 fi
7786 done
7787 IFS="$lt_save_ifs"
7788 ;;
7789 esac
7790else
7791 enable_static=yes
81ecdfbb
RW
7792fi
7793
718a6fd8
SE
7794
7795
d7040cdb 7796
d7040cdb 7797
718a6fd8
SE
7798
7799
7800
7801
7802
81ecdfbb
RW
7803# Check whether --with-pic was given.
7804if test "${with_pic+set}" = set; then :
7805 withval=$with_pic; pic_mode="$withval"
ce2cded5 7806else
718a6fd8 7807 pic_mode=default
81ecdfbb
RW
7808fi
7809
d7040cdb 7810
718a6fd8
SE
7811test -z "$pic_mode" && pic_mode=default
7812
7813
7814
7815
7816
7817
7818
81ecdfbb
RW
7819 # Check whether --enable-fast-install was given.
7820if test "${enable_fast_install+set}" = set; then :
7821 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7822 case $enableval in
7823 yes) enable_fast_install=yes ;;
7824 no) enable_fast_install=no ;;
7825 *)
7826 enable_fast_install=no
7827 # Look at the argument we got. We use all the common list separators.
7828 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7829 for pkg in $enableval; do
7830 IFS="$lt_save_ifs"
7831 if test "X$pkg" = "X$p"; then
7832 enable_fast_install=yes
7833 fi
7834 done
7835 IFS="$lt_save_ifs"
7836 ;;
7837 esac
ce2cded5 7838else
718a6fd8 7839 enable_fast_install=yes
81ecdfbb
RW
7840fi
7841
718a6fd8
SE
7842
7843
7844
7845
d7040cdb 7846
d7040cdb 7847
d7040cdb 7848
d7040cdb 7849
d7040cdb 7850
d7040cdb 7851
ce2cded5
L
7852# This can be used to rebuild libtool when needed
7853LIBTOOL_DEPS="$ltmain"
d7040cdb 7854
ce2cded5
L
7855# Always use our own libtool.
7856LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d7040cdb 7857
d7040cdb 7858
d7040cdb 7859
d7040cdb
SE
7860
7861
7862
7863
7864
7865
d7040cdb 7866
d7040cdb 7867
ab509236 7868
ab509236 7869
d7040cdb
SE
7870
7871
7872
7873
7874
13b2be9c 7875
13b2be9c 7876
13b2be9c 7877
13b2be9c 7878
d7040cdb 7879
3725885a 7880
d7040cdb
SE
7881
7882
ce2cded5 7883test -z "$LN_S" && LN_S="ln -s"
d7040cdb
SE
7884
7885
d7040cdb 7886
d7040cdb 7887
d7040cdb
SE
7888
7889
7890
7891
7892
7893
ce2cded5
L
7894
7895
7896
7897
7898if test -n "${ZSH_VERSION+set}" ; then
7899 setopt NO_GLOB_SUBST
7900fi
7901
81ecdfbb
RW
7902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7903$as_echo_n "checking for objdir... " >&6; }
7904if test "${lt_cv_objdir+set}" = set; then :
7905 $as_echo_n "(cached) " >&6
d7040cdb 7906else
ce2cded5
L
7907 rm -f .libs 2>/dev/null
7908mkdir .libs 2>/dev/null
7909if test -d .libs; then
7910 lt_cv_objdir=.libs
7911else
7912 # MS-DOS does not allow filenames that begin with a dot.
7913 lt_cv_objdir=_libs
d7040cdb 7914fi
ce2cded5
L
7915rmdir .libs 2>/dev/null
7916fi
81ecdfbb
RW
7917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7918$as_echo "$lt_cv_objdir" >&6; }
ce2cded5 7919objdir=$lt_cv_objdir
d7040cdb
SE
7920
7921
7922
7923
d7040cdb 7924
ce2cded5
L
7925cat >>confdefs.h <<_ACEOF
7926#define LT_OBJDIR "$lt_cv_objdir/"
7927_ACEOF
d7040cdb
SE
7928
7929
7930
7931
ce2cded5
L
7932case $host_os in
7933aix3*)
7934 # AIX sometimes has problems with the GCC collect2 program. For some
7935 # reason, if we set the COLLECT_NAMES environment variable, the problems
7936 # vanish in a puff of smoke.
7937 if test "X${COLLECT_NAMES+set}" != Xset; then
7938 COLLECT_NAMES=
7939 export COLLECT_NAMES
7940 fi
7941 ;;
7942esac
d7040cdb 7943
ce2cded5
L
7944# Global variables:
7945ofile=libtool
7946can_build_shared=yes
d7040cdb 7947
ce2cded5
L
7948# All known linkers require a `.a' archive for static linking (except MSVC,
7949# which needs '.lib').
7950libext=a
d7040cdb 7951
ce2cded5 7952with_gnu_ld="$lt_cv_prog_gnu_ld"
d7040cdb 7953
ce2cded5
L
7954old_CC="$CC"
7955old_CFLAGS="$CFLAGS"
d7040cdb 7956
ce2cded5
L
7957# Set sane defaults for various variables
7958test -z "$CC" && CC=cc
7959test -z "$LTCC" && LTCC=$CC
7960test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7961test -z "$LD" && LD=ld
7962test -z "$ac_objext" && ac_objext=o
7963
7964for cc_temp in $compiler""; do
7965 case $cc_temp in
7966 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7967 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7968 \-*) ;;
7969 *) break;;
7970 esac
7971done
3725885a 7972cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
ce2cded5
L
7973
7974
7975# Only perform the check for file, if the check method requires it
7976test -z "$MAGIC_CMD" && MAGIC_CMD=file
7977case $deplibs_check_method in
7978file_magic*)
7979 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7981$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7982if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7983 $as_echo_n "(cached) " >&6
ce2cded5
L
7984else
7985 case $MAGIC_CMD in
7986[\\/*] | ?:[\\/]*)
7987 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7988 ;;
7989*)
7990 lt_save_MAGIC_CMD="$MAGIC_CMD"
7991 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7992 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7993 for ac_dir in $ac_dummy; do
7994 IFS="$lt_save_ifs"
7995 test -z "$ac_dir" && ac_dir=.
7996 if test -f $ac_dir/${ac_tool_prefix}file; then
7997 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7998 if test -n "$file_magic_test_file"; then
7999 case $deplibs_check_method in
8000 "file_magic "*)
8001 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8002 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8003 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8004 $EGREP "$file_magic_regex" > /dev/null; then
8005 :
d7040cdb 8006 else
ce2cded5 8007 cat <<_LT_EOF 1>&2
d7040cdb 8008
ce2cded5
L
8009*** Warning: the command libtool uses to detect shared libraries,
8010*** $file_magic_cmd, produces output that libtool cannot recognize.
8011*** The result is that libtool may fail to recognize shared libraries
8012*** as such. This will affect the creation of libtool libraries that
8013*** depend on shared libraries, but programs linked with such libtool
8014*** libraries will work regardless of this problem. Nevertheless, you
8015*** may want to report the problem to your system manager and/or to
8016*** bug-libtool@gnu.org
d7040cdb 8017
ce2cded5
L
8018_LT_EOF
8019 fi ;;
8020 esac
d7040cdb 8021 fi
ce2cded5 8022 break
d7040cdb 8023 fi
ce2cded5
L
8024 done
8025 IFS="$lt_save_ifs"
8026 MAGIC_CMD="$lt_save_MAGIC_CMD"
8027 ;;
8028esac
8029fi
d7040cdb 8030
ce2cded5
L
8031MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8032if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8034$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8035else
81ecdfbb
RW
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8037$as_echo "no" >&6; }
ce2cded5 8038fi
d7040cdb 8039
d7040cdb 8040
d7040cdb 8041
d7040cdb 8042
d7040cdb 8043
ce2cded5
L
8044if test -z "$lt_cv_path_MAGIC_CMD"; then
8045 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8047$as_echo_n "checking for file... " >&6; }
8048if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8049 $as_echo_n "(cached) " >&6
ce2cded5
L
8050else
8051 case $MAGIC_CMD in
8052[\\/*] | ?:[\\/]*)
8053 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8054 ;;
8055*)
8056 lt_save_MAGIC_CMD="$MAGIC_CMD"
8057 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8058 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8059 for ac_dir in $ac_dummy; do
8060 IFS="$lt_save_ifs"
8061 test -z "$ac_dir" && ac_dir=.
8062 if test -f $ac_dir/file; then
8063 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8064 if test -n "$file_magic_test_file"; then
8065 case $deplibs_check_method in
8066 "file_magic "*)
8067 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8068 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8069 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8070 $EGREP "$file_magic_regex" > /dev/null; then
8071 :
d7040cdb 8072 else
ce2cded5
L
8073 cat <<_LT_EOF 1>&2
8074
8075*** Warning: the command libtool uses to detect shared libraries,
8076*** $file_magic_cmd, produces output that libtool cannot recognize.
8077*** The result is that libtool may fail to recognize shared libraries
8078*** as such. This will affect the creation of libtool libraries that
8079*** depend on shared libraries, but programs linked with such libtool
8080*** libraries will work regardless of this problem. Nevertheless, you
8081*** may want to report the problem to your system manager and/or to
8082*** bug-libtool@gnu.org
8083
8084_LT_EOF
8085 fi ;;
d7040cdb 8086 esac
d7040cdb 8087 fi
ce2cded5
L
8088 break
8089 fi
8090 done
8091 IFS="$lt_save_ifs"
8092 MAGIC_CMD="$lt_save_MAGIC_CMD"
8093 ;;
8094esac
8095fi
d7040cdb 8096
ce2cded5
L
8097MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8098if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8100$as_echo "$MAGIC_CMD" >&6; }
ce2cded5 8101else
81ecdfbb
RW
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8103$as_echo "no" >&6; }
ce2cded5 8104fi
d7040cdb 8105
d7040cdb 8106
ce2cded5
L
8107 else
8108 MAGIC_CMD=:
8109 fi
d7040cdb 8110fi
d7040cdb 8111
ce2cded5
L
8112 fi
8113 ;;
8114esac
d7040cdb 8115
ce2cded5 8116# Use C for the default configuration in the libtool script
d7040cdb 8117
ce2cded5
L
8118lt_save_CC="$CC"
8119ac_ext=c
8120ac_cpp='$CPP $CPPFLAGS'
8121ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8122ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8123ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 8124
d7040cdb 8125
ce2cded5
L
8126# Source file extension for C test sources.
8127ac_ext=c
d7040cdb 8128
ce2cded5
L
8129# Object file extension for compiled C test sources.
8130objext=o
8131objext=$objext
d7040cdb 8132
ce2cded5
L
8133# Code to be used in simple compile tests
8134lt_simple_compile_test_code="int some_variable = 0;"
8135
8136# Code to be used in simple link tests
8137lt_simple_link_test_code='int main(){return(0);}'
8138
8139
8140
8141
8142
8143
8144
8145# If no C compiler was specified, use CC.
8146LTCC=${LTCC-"$CC"}
8147
8148# If no C compiler flags were specified, use CFLAGS.
8149LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8150
8151# Allow CC to be a program name with arguments.
8152compiler=$CC
8153
8154# Save the default compiler, since it gets overwritten when the other
8155# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8156compiler_DEFAULT=$CC
8157
8158# save warnings/boilerplate of simple test code
8159ac_outfile=conftest.$ac_objext
8160echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8161eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8162_lt_compiler_boilerplate=`cat conftest.err`
8163$RM conftest*
8164
8165ac_outfile=conftest.$ac_objext
8166echo "$lt_simple_link_test_code" >conftest.$ac_ext
8167eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8168_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8169$RM -r conftest*
ce2cded5
L
8170
8171
f2c621e4
AS
8172## CAVEAT EMPTOR:
8173## There is no encapsulation within the following macros, do not change
8174## the running order or otherwise move them around unless you know exactly
8175## what you are doing...
ce2cded5
L
8176if test -n "$compiler"; then
8177
8178lt_prog_compiler_no_builtin_flag=
8179
8180if test "$GCC" = yes; then
3725885a
RW
8181 case $cc_basename in
8182 nvcc*)
8183 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8184 *)
8185 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8186 esac
ce2cded5 8187
81ecdfbb
RW
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8189$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8190if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8191 $as_echo_n "(cached) " >&6
ce2cded5
L
8192else
8193 lt_cv_prog_compiler_rtti_exceptions=no
8194 ac_outfile=conftest.$ac_objext
8195 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8196 lt_compiler_flag="-fno-rtti -fno-exceptions"
8197 # Insert the option either (1) after the last *FLAGS variable, or
8198 # (2) before a word containing "conftest.", or (3) at the end.
8199 # Note that $ac_compile itself does not contain backslashes and begins
8200 # with a dollar sign (not a hyphen), so the echo should work correctly.
8201 # The option is referenced via a variable to avoid confusing sed.
8202 lt_compile=`echo "$ac_compile" | $SED \
8203 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8204 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8205 -e 's:$: $lt_compiler_flag:'`
3725885a 8206 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8207 (eval "$lt_compile" 2>conftest.err)
8208 ac_status=$?
8209 cat conftest.err >&5
3725885a 8210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8211 if (exit $ac_status) && test -s "$ac_outfile"; then
8212 # The compiler can only warn and ignore the option if not recognized
8213 # So say no if there are warnings other than the usual output.
3725885a 8214 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8215 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8216 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8217 lt_cv_prog_compiler_rtti_exceptions=yes
8218 fi
8219 fi
8220 $RM conftest*
8221
8222fi
81ecdfbb
RW
8223{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8224$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
ce2cded5
L
8225
8226if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8227 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8228else
8229 :
8230fi
8231
8232fi
8233
8234
8235
8236
8237
8238
8239 lt_prog_compiler_wl=
8240lt_prog_compiler_pic=
8241lt_prog_compiler_static=
8242
f2c621e4
AS
8243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8244$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
ce2cded5
L
8245
8246 if test "$GCC" = yes; then
8247 lt_prog_compiler_wl='-Wl,'
8248 lt_prog_compiler_static='-static'
8249
8250 case $host_os in
8251 aix*)
8252 # All AIX code is PIC.
8253 if test "$host_cpu" = ia64; then
8254 # AIX 5 now supports IA64 processor
8255 lt_prog_compiler_static='-Bstatic'
8256 fi
6c9c0a50 8257 lt_prog_compiler_pic='-fPIC'
ce2cded5 8258 ;;
d7040cdb
SE
8259
8260 amigaos*)
718a6fd8
SE
8261 case $host_cpu in
8262 powerpc)
8263 # see comment about AmigaOS4 .so support
8264 lt_prog_compiler_pic='-fPIC'
8265 ;;
8266 m68k)
8267 # FIXME: we need at least 68020 code to build shared libraries, but
8268 # adding the `-m68020' flag to GCC prevents building anything better,
8269 # like `-m68040'.
8270 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8271 ;;
8272 esac
d7040cdb
SE
8273 ;;
8274
ce2cded5
L
8275 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8276 # PIC is the default for these OSes.
d7040cdb
SE
8277 ;;
8278
718a6fd8 8279 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8280 # This hack is so that the source file can tell whether it is being
8281 # built for inclusion in a dll (and should export symbols for example).
8282 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8283 # (--disable-auto-import) libraries
8284 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8285 ;;
8286
8287 darwin* | rhapsody*)
ce2cded5
L
8288 # PIC is the default on this platform
8289 # Common symbols not allowed in MH_DYLIB files
8290 lt_prog_compiler_pic='-fno-common'
8291 ;;
8292
3725885a
RW
8293 haiku*)
8294 # PIC is the default for Haiku.
8295 # The "-static" flag exists, but is broken.
8296 lt_prog_compiler_static=
8297 ;;
8298
ce2cded5 8299 hpux*)
718a6fd8
SE
8300 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8301 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8302 # sets the default TLS model and affects inlining.
ce2cded5 8303 case $host_cpu in
718a6fd8 8304 hppa*64*)
ce2cded5 8305 # +Z the default
d7040cdb 8306 ;;
ce2cded5
L
8307 *)
8308 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8309 ;;
8310 esac
ce2cded5 8311 ;;
d7040cdb 8312
ce2cded5
L
8313 interix[3-9]*)
8314 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8315 # Instead, we relocate shared libraries at runtime.
d7040cdb
SE
8316 ;;
8317
ce2cded5
L
8318 msdosdjgpp*)
8319 # Just because we use GCC doesn't mean we suddenly get shared libraries
8320 # on systems that don't support them.
8321 lt_prog_compiler_can_build_shared=no
8322 enable_shared=no
d7040cdb
SE
8323 ;;
8324
ce2cded5
L
8325 *nto* | *qnx*)
8326 # QNX uses GNU C++, but need to define -shared option too, otherwise
8327 # it will coredump.
8328 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8329 ;;
8330
ce2cded5
L
8331 sysv4*MP*)
8332 if test -d /usr/nec; then
8333 lt_prog_compiler_pic=-Kconform_pic
8334 fi
d7040cdb
SE
8335 ;;
8336
ce2cded5
L
8337 *)
8338 lt_prog_compiler_pic='-fPIC'
d7040cdb 8339 ;;
ce2cded5 8340 esac
3725885a
RW
8341
8342 case $cc_basename in
8343 nvcc*) # Cuda Compiler Driver 2.2
8344 lt_prog_compiler_wl='-Xlinker '
8345 lt_prog_compiler_pic='-Xcompiler -fPIC'
8346 ;;
8347 esac
ce2cded5
L
8348 else
8349 # PORTME Check for flag to pass linker flags through the system compiler.
8350 case $host_os in
8351 aix*)
8352 lt_prog_compiler_wl='-Wl,'
8353 if test "$host_cpu" = ia64; then
8354 # AIX 5 now supports IA64 processor
8355 lt_prog_compiler_static='-Bstatic'
d7040cdb 8356 else
ce2cded5 8357 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d7040cdb 8358 fi
ce2cded5 8359 ;;
d7040cdb 8360
718a6fd8 8361 mingw* | cygwin* | pw32* | os2* | cegcc*)
ce2cded5
L
8362 # This hack is so that the source file can tell whether it is being
8363 # built for inclusion in a dll (and should export symbols for example).
8364 lt_prog_compiler_pic='-DDLL_EXPORT'
d7040cdb
SE
8365 ;;
8366
ce2cded5
L
8367 hpux9* | hpux10* | hpux11*)
8368 lt_prog_compiler_wl='-Wl,'
8369 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8370 # not for PA HP-UX.
8371 case $host_cpu in
8372 hppa*64*|ia64*)
8373 # +Z the default
8374 ;;
8375 *)
8376 lt_prog_compiler_pic='+Z'
8377 ;;
8378 esac
8379 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8380 lt_prog_compiler_static='${wl}-a ${wl}archive'
d7040cdb
SE
8381 ;;
8382
ce2cded5
L
8383 irix5* | irix6* | nonstopux*)
8384 lt_prog_compiler_wl='-Wl,'
8385 # PIC (with -KPIC) is the default.
8386 lt_prog_compiler_static='-non_shared'
8387 ;;
d7040cdb 8388
58e24671 8389 linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5 8390 case $cc_basename in
718a6fd8
SE
8391 # old Intel for x86_64 which still supported -KPIC.
8392 ecc*)
ce2cded5
L
8393 lt_prog_compiler_wl='-Wl,'
8394 lt_prog_compiler_pic='-KPIC'
8395 lt_prog_compiler_static='-static'
8396 ;;
718a6fd8
SE
8397 # icc used to be incompatible with GCC.
8398 # ICC 10 doesn't accept -KPIC any more.
8399 icc* | ifort*)
8400 lt_prog_compiler_wl='-Wl,'
8401 lt_prog_compiler_pic='-fPIC'
8402 lt_prog_compiler_static='-static'
8403 ;;
8404 # Lahey Fortran 8.1.
8405 lf95*)
8406 lt_prog_compiler_wl='-Wl,'
8407 lt_prog_compiler_pic='--shared'
8408 lt_prog_compiler_static='--static'
8409 ;;
3725885a 8410 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
ce2cded5
L
8411 # Portland Group compilers (*not* the Pentium gcc compiler,
8412 # which looks to be a dead project)
8413 lt_prog_compiler_wl='-Wl,'
8414 lt_prog_compiler_pic='-fpic'
8415 lt_prog_compiler_static='-Bstatic'
8416 ;;
8417 ccc*)
8418 lt_prog_compiler_wl='-Wl,'
8419 # All Alpha code is PIC.
8420 lt_prog_compiler_static='-non_shared'
8421 ;;
3725885a
RW
8422 xl* | bgxl* | bgf* | mpixl*)
8423 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8424 lt_prog_compiler_wl='-Wl,'
8425 lt_prog_compiler_pic='-qpic'
8426 lt_prog_compiler_static='-qstaticlink'
8427 ;;
ce2cded5
L
8428 *)
8429 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8430 *Sun\ F* | *Sun*Fortran*)
8431 # Sun Fortran 8.3 passes all unrecognized flags to the linker
ce2cded5
L
8432 lt_prog_compiler_pic='-KPIC'
8433 lt_prog_compiler_static='-Bstatic'
3725885a 8434 lt_prog_compiler_wl=''
d7040cdb 8435 ;;
3725885a
RW
8436 *Sun\ C*)
8437 # Sun C 5.9
ce2cded5
L
8438 lt_prog_compiler_pic='-KPIC'
8439 lt_prog_compiler_static='-Bstatic'
3725885a 8440 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8441 ;;
8442 esac
ce2cded5
L
8443 ;;
8444 esac
d7040cdb
SE
8445 ;;
8446
ce2cded5
L
8447 newsos6)
8448 lt_prog_compiler_pic='-KPIC'
8449 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8450 ;;
8451
ce2cded5
L
8452 *nto* | *qnx*)
8453 # QNX uses GNU C++, but need to define -shared option too, otherwise
8454 # it will coredump.
8455 lt_prog_compiler_pic='-fPIC -shared'
d7040cdb
SE
8456 ;;
8457
ce2cded5
L
8458 osf3* | osf4* | osf5*)
8459 lt_prog_compiler_wl='-Wl,'
8460 # All OSF/1 code is PIC.
8461 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8462 ;;
8463
ce2cded5
L
8464 rdos*)
8465 lt_prog_compiler_static='-non_shared'
d7040cdb
SE
8466 ;;
8467
8468 solaris*)
ce2cded5
L
8469 lt_prog_compiler_pic='-KPIC'
8470 lt_prog_compiler_static='-Bstatic'
8471 case $cc_basename in
f2c621e4 8472 f77* | f90* | f95*)
ce2cded5 8473 lt_prog_compiler_wl='-Qoption ld ';;
d7040cdb 8474 *)
ce2cded5 8475 lt_prog_compiler_wl='-Wl,';;
d7040cdb 8476 esac
d7040cdb
SE
8477 ;;
8478
8479 sunos4*)
ce2cded5
L
8480 lt_prog_compiler_wl='-Qoption ld '
8481 lt_prog_compiler_pic='-PIC'
8482 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8483 ;;
8484
ce2cded5
L
8485 sysv4 | sysv4.2uw2* | sysv4.3*)
8486 lt_prog_compiler_wl='-Wl,'
8487 lt_prog_compiler_pic='-KPIC'
8488 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8489 ;;
8490
8491 sysv4*MP*)
ce2cded5
L
8492 if test -d /usr/nec ;then
8493 lt_prog_compiler_pic='-Kconform_pic'
8494 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8495 fi
8496 ;;
8497
ce2cded5
L
8498 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8499 lt_prog_compiler_wl='-Wl,'
8500 lt_prog_compiler_pic='-KPIC'
8501 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8502 ;;
8503
ce2cded5
L
8504 unicos*)
8505 lt_prog_compiler_wl='-Wl,'
8506 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8507 ;;
8508
8509 uts4*)
ce2cded5
L
8510 lt_prog_compiler_pic='-pic'
8511 lt_prog_compiler_static='-Bstatic'
d7040cdb
SE
8512 ;;
8513
8514 *)
ce2cded5 8515 lt_prog_compiler_can_build_shared=no
d7040cdb
SE
8516 ;;
8517 esac
d7040cdb
SE
8518 fi
8519
ce2cded5
L
8520case $host_os in
8521 # For platforms which do not support PIC, -DPIC is meaningless:
8522 *djgpp*)
8523 lt_prog_compiler_pic=
8524 ;;
8525 *)
8526 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8527 ;;
8528esac
f2c621e4
AS
8529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8530$as_echo "$lt_prog_compiler_pic" >&6; }
8531
8532
8533
8534
d7040cdb
SE
8535
8536
8537#
ce2cded5 8538# Check to make sure the PIC flag actually works.
d7040cdb 8539#
ce2cded5 8540if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8542$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8543if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8544 $as_echo_n "(cached) " >&6
ce2cded5 8545else
718a6fd8 8546 lt_cv_prog_compiler_pic_works=no
ce2cded5
L
8547 ac_outfile=conftest.$ac_objext
8548 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8549 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8550 # Insert the option either (1) after the last *FLAGS variable, or
8551 # (2) before a word containing "conftest.", or (3) at the end.
8552 # Note that $ac_compile itself does not contain backslashes and begins
8553 # with a dollar sign (not a hyphen), so the echo should work correctly.
8554 # The option is referenced via a variable to avoid confusing sed.
8555 lt_compile=`echo "$ac_compile" | $SED \
8556 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8557 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8558 -e 's:$: $lt_compiler_flag:'`
3725885a 8559 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8560 (eval "$lt_compile" 2>conftest.err)
8561 ac_status=$?
8562 cat conftest.err >&5
3725885a 8563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8564 if (exit $ac_status) && test -s "$ac_outfile"; then
8565 # The compiler can only warn and ignore the option if not recognized
8566 # So say no if there are warnings other than the usual output.
3725885a 8567 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
ce2cded5
L
8568 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8569 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8570 lt_cv_prog_compiler_pic_works=yes
ce2cded5
L
8571 fi
8572 fi
8573 $RM conftest*
d7040cdb 8574
ce2cded5 8575fi
81ecdfbb
RW
8576{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8577$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8578
718a6fd8 8579if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
ce2cded5
L
8580 case $lt_prog_compiler_pic in
8581 "" | " "*) ;;
8582 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8583 esac
8584else
8585 lt_prog_compiler_pic=
8586 lt_prog_compiler_can_build_shared=no
8587fi
d7040cdb 8588
ce2cded5 8589fi
d7040cdb
SE
8590
8591
8592
8593
8594
8595
ce2cded5
L
8596#
8597# Check to make sure the static flag actually works.
8598#
8599wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8601$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8602if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8603 $as_echo_n "(cached) " >&6
ce2cded5 8604else
718a6fd8 8605 lt_cv_prog_compiler_static_works=no
ce2cded5
L
8606 save_LDFLAGS="$LDFLAGS"
8607 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8608 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8609 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8610 # The linker can only warn and ignore the option if not recognized
8611 # So say no if there are warnings
8612 if test -s conftest.err; then
8613 # Append any errors to the config.log.
8614 cat conftest.err 1>&5
3725885a 8615 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
ce2cded5
L
8616 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8617 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8618 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8619 fi
8620 else
718a6fd8 8621 lt_cv_prog_compiler_static_works=yes
ce2cded5
L
8622 fi
8623 fi
718a6fd8 8624 $RM -r conftest*
ce2cded5 8625 LDFLAGS="$save_LDFLAGS"
d7040cdb 8626
ce2cded5 8627fi
81ecdfbb
RW
8628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8629$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8630
718a6fd8 8631if test x"$lt_cv_prog_compiler_static_works" = xyes; then
ce2cded5
L
8632 :
8633else
8634 lt_prog_compiler_static=
8635fi
d7040cdb
SE
8636
8637
8638
8639
8640
8641
8642
81ecdfbb
RW
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8644$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8645if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8646 $as_echo_n "(cached) " >&6
ce2cded5
L
8647else
8648 lt_cv_prog_compiler_c_o=no
8649 $RM -r conftest 2>/dev/null
8650 mkdir conftest
8651 cd conftest
8652 mkdir out
8653 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8654
ce2cded5
L
8655 lt_compiler_flag="-o out/conftest2.$ac_objext"
8656 # Insert the option either (1) after the last *FLAGS variable, or
8657 # (2) before a word containing "conftest.", or (3) at the end.
8658 # Note that $ac_compile itself does not contain backslashes and begins
8659 # with a dollar sign (not a hyphen), so the echo should work correctly.
8660 lt_compile=`echo "$ac_compile" | $SED \
8661 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8662 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8663 -e 's:$: $lt_compiler_flag:'`
3725885a 8664 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8665 (eval "$lt_compile" 2>out/conftest.err)
8666 ac_status=$?
8667 cat out/conftest.err >&5
3725885a 8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8669 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8670 then
8671 # The compiler can only warn and ignore the option if not recognized
8672 # So say no if there are warnings
3725885a 8673 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8674 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8675 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8676 lt_cv_prog_compiler_c_o=yes
8677 fi
8678 fi
8679 chmod u+w . 2>&5
8680 $RM conftest*
8681 # SGI C++ compiler will create directory out/ii_files/ for
8682 # template instantiation
8683 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8684 $RM out/* && rmdir out
8685 cd ..
8686 $RM -r conftest
8687 $RM conftest*
d7040cdb 8688
ce2cded5 8689fi
81ecdfbb
RW
8690{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8691$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8692
8693
8694
8695
8696
8697
81ecdfbb
RW
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8699$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8700if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8701 $as_echo_n "(cached) " >&6
ce2cded5
L
8702else
8703 lt_cv_prog_compiler_c_o=no
8704 $RM -r conftest 2>/dev/null
8705 mkdir conftest
8706 cd conftest
8707 mkdir out
8708 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 8709
ce2cded5
L
8710 lt_compiler_flag="-o out/conftest2.$ac_objext"
8711 # Insert the option either (1) after the last *FLAGS variable, or
8712 # (2) before a word containing "conftest.", or (3) at the end.
8713 # Note that $ac_compile itself does not contain backslashes and begins
8714 # with a dollar sign (not a hyphen), so the echo should work correctly.
8715 lt_compile=`echo "$ac_compile" | $SED \
8716 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8717 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8718 -e 's:$: $lt_compiler_flag:'`
3725885a 8719 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
ce2cded5
L
8720 (eval "$lt_compile" 2>out/conftest.err)
8721 ac_status=$?
8722 cat out/conftest.err >&5
3725885a 8723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
ce2cded5
L
8724 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8725 then
8726 # The compiler can only warn and ignore the option if not recognized
8727 # So say no if there are warnings
3725885a 8728 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
ce2cded5
L
8729 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8730 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8731 lt_cv_prog_compiler_c_o=yes
8732 fi
8733 fi
8734 chmod u+w . 2>&5
8735 $RM conftest*
8736 # SGI C++ compiler will create directory out/ii_files/ for
8737 # template instantiation
8738 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8739 $RM out/* && rmdir out
8740 cd ..
8741 $RM -r conftest
8742 $RM conftest*
d7040cdb 8743
ce2cded5 8744fi
81ecdfbb
RW
8745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8746$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8747
8748
8749
8750
ce2cded5
L
8751hard_links="nottested"
8752if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8753 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8755$as_echo_n "checking if we can lock with hard links... " >&6; }
ce2cded5
L
8756 hard_links=yes
8757 $RM conftest*
8758 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8759 touch conftest.a
8760 ln conftest.a conftest.b 2>&5 || hard_links=no
8761 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8763$as_echo "$hard_links" >&6; }
ce2cded5 8764 if test "$hard_links" = no; then
81ecdfbb
RW
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8766$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ce2cded5
L
8767 need_locks=warn
8768 fi
8769else
8770 need_locks=no
8771fi
d7040cdb
SE
8772
8773
8774
8775
8776
8777
81ecdfbb
RW
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8779$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb 8780
ce2cded5
L
8781 runpath_var=
8782 allow_undefined_flag=
8783 always_export_symbols=no
8784 archive_cmds=
8785 archive_expsym_cmds=
8786 compiler_needs_object=no
8787 enable_shared_with_static_runtimes=no
8788 export_dynamic_flag_spec=
8789 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8790 hardcode_automatic=no
8791 hardcode_direct=no
8792 hardcode_direct_absolute=no
8793 hardcode_libdir_flag_spec=
8794 hardcode_libdir_flag_spec_ld=
8795 hardcode_libdir_separator=
8796 hardcode_minus_L=no
8797 hardcode_shlibpath_var=unsupported
8798 inherit_rpath=no
8799 link_all_deplibs=unknown
8800 module_cmds=
8801 module_expsym_cmds=
8802 old_archive_from_new_cmds=
8803 old_archive_from_expsyms_cmds=
8804 thread_safe_flag_spec=
8805 whole_archive_flag_spec=
8806 # include_expsyms should be a list of space-separated symbols to be *always*
8807 # included in the symbol list
8808 include_expsyms=
8809 # exclude_expsyms can be an extended regexp of symbols to exclude
8810 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8811 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8812 # as well as any symbol that contains `d'.
718a6fd8 8813 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
ce2cded5
L
8814 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8815 # platforms (ab)use it in PIC code, but their linkers get confused if
8816 # the symbol is explicitly referenced. Since portable code cannot
8817 # rely on this symbol name, it's probably fine to never include it in
8818 # preloaded symbol tables.
718a6fd8 8819 # Exclude shared library initialization/finalization symbols.
ce2cded5 8820 extract_expsyms_cmds=
d7040cdb 8821
ce2cded5 8822 case $host_os in
718a6fd8 8823 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8824 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8825 # When not using gcc, we currently assume that we are using
8826 # Microsoft Visual C++.
8827 if test "$GCC" != yes; then
8828 with_gnu_ld=no
8829 fi
8830 ;;
8831 interix*)
8832 # we just hope/assume this is gcc and not c89 (= MSVC++)
8833 with_gnu_ld=yes
8834 ;;
8835 openbsd*)
8836 with_gnu_ld=no
8837 ;;
8838 esac
d7040cdb 8839
ce2cded5 8840 ld_shlibs=yes
3725885a
RW
8841
8842 # On some targets, GNU ld is compatible enough with the native linker
8843 # that we're better off using the native interface for both.
8844 lt_use_gnu_ld_interface=no
ce2cded5 8845 if test "$with_gnu_ld" = yes; then
3725885a
RW
8846 case $host_os in
8847 aix*)
8848 # The AIX port of GNU ld has always aspired to compatibility
8849 # with the native linker. However, as the warning in the GNU ld
8850 # block says, versions before 2.19.5* couldn't really create working
8851 # shared libraries, regardless of the interface used.
8852 case `$LD -v 2>&1` in
8853 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8854 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8855 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8856 *)
8857 lt_use_gnu_ld_interface=yes
8858 ;;
8859 esac
8860 ;;
8861 *)
8862 lt_use_gnu_ld_interface=yes
8863 ;;
8864 esac
8865 fi
8866
8867 if test "$lt_use_gnu_ld_interface" = yes; then
ce2cded5
L
8868 # If archive_cmds runs LD, not CC, wlarc should be empty
8869 wlarc='${wl}'
d7040cdb 8870
ce2cded5
L
8871 # Set some defaults for GNU ld with shared library support. These
8872 # are reset later if shared libraries are not supported. Putting them
8873 # here allows them to be overridden if necessary.
8874 runpath_var=LD_RUN_PATH
8875 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8876 export_dynamic_flag_spec='${wl}--export-dynamic'
8877 # ancient GNU ld didn't support --whole-archive et. al.
8878 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8879 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8880 else
8881 whole_archive_flag_spec=
8882 fi
8883 supports_anon_versioning=no
8884 case `$LD -v 2>&1` in
3725885a 8885 *GNU\ gold*) supports_anon_versioning=yes ;;
ce2cded5
L
8886 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8887 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8888 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8889 *\ 2.11.*) ;; # other 2.11 versions
8890 *) supports_anon_versioning=yes ;;
8891 esac
d7040cdb 8892
ce2cded5
L
8893 # See if GNU ld supports shared libraries.
8894 case $host_os in
50e7d84b 8895 aix[3-9]*)
ce2cded5
L
8896 # On AIX/PPC, the GNU linker is very broken
8897 if test "$host_cpu" != ia64; then
8898 ld_shlibs=no
8899 cat <<_LT_EOF 1>&2
d7040cdb 8900
3725885a 8901*** Warning: the GNU linker, at least up to release 2.19, is reported
ce2cded5
L
8902*** to be unable to reliably create shared libraries on AIX.
8903*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8904*** really care for shared libraries, you may want to install binutils
8905*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8906*** You will then need to restart the configuration process.
d7040cdb 8907
ce2cded5
L
8908_LT_EOF
8909 fi
8910 ;;
d7040cdb 8911
ce2cded5 8912 amigaos*)
718a6fd8
SE
8913 case $host_cpu in
8914 powerpc)
8915 # see comment about AmigaOS4 .so support
8916 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8917 archive_expsym_cmds=''
8918 ;;
8919 m68k)
8920 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)'
8921 hardcode_libdir_flag_spec='-L$libdir'
8922 hardcode_minus_L=yes
8923 ;;
8924 esac
ce2cded5 8925 ;;
d7040cdb 8926
ce2cded5
L
8927 beos*)
8928 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8929 allow_undefined_flag=unsupported
8930 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8931 # support --undefined. This deserves some investigation. FIXME
8932 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8933 else
8934 ld_shlibs=no
8935 fi
8936 ;;
d7040cdb 8937
718a6fd8 8938 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
8939 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8940 # as there is no search path for DLLs.
8941 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8942 export_dynamic_flag_spec='${wl}--export-all-symbols'
ce2cded5
L
8943 allow_undefined_flag=unsupported
8944 always_export_symbols=no
8945 enable_shared_with_static_runtimes=yes
f2c621e4 8946 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb 8947
ce2cded5
L
8948 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8949 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8950 # If the export-symbols file already is a .def file (1st line
8951 # is EXPORTS), use it as is; otherwise, prepend...
8952 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8953 cp $export_symbols $output_objdir/$soname.def;
8954 else
8955 echo EXPORTS > $output_objdir/$soname.def;
8956 cat $export_symbols >> $output_objdir/$soname.def;
8957 fi~
8958 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8959 else
8960 ld_shlibs=no
8961 fi
8962 ;;
d7040cdb 8963
3725885a
RW
8964 haiku*)
8965 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8966 link_all_deplibs=yes
8967 ;;
8968
ce2cded5
L
8969 interix[3-9]*)
8970 hardcode_direct=no
8971 hardcode_shlibpath_var=no
8972 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8973 export_dynamic_flag_spec='${wl}-E'
8974 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8975 # Instead, shared libraries are loaded at an image base (0x10000000 by
8976 # default) and relocated if they conflict, which is a slow very memory
8977 # consuming and fragmenting process. To avoid this, we pick a random,
8978 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8979 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8980 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8981 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'
8982 ;;
d7040cdb 8983
58e24671 8984 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
8985 tmp_diet=no
8986 if test "$host_os" = linux-dietlibc; then
8987 case $cc_basename in
8988 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8989 esac
8990 fi
8991 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8992 && test "$tmp_diet" = no
8993 then
f2c621e4 8994 tmp_addflag=
718a6fd8 8995 tmp_sharedflag='-shared'
ce2cded5
L
8996 case $cc_basename,$host_cpu in
8997 pgcc*) # Portland Group C compiler
3725885a 8998 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'
ce2cded5
L
8999 tmp_addflag=' $pic_flag'
9000 ;;
3725885a
RW
9001 pgf77* | pgf90* | pgf95* | pgfortran*)
9002 # Portland Group f77 and f90 compilers
9003 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'
ce2cded5
L
9004 tmp_addflag=' $pic_flag -Mnomain' ;;
9005 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9006 tmp_addflag=' -i_dynamic' ;;
9007 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9008 tmp_addflag=' -i_dynamic -nofor_main' ;;
9009 ifc* | ifort*) # Intel Fortran compiler
9010 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9011 lf95*) # Lahey Fortran 8.1
9012 whole_archive_flag_spec=
9013 tmp_sharedflag='--shared' ;;
3725885a 9014 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9015 tmp_sharedflag='-qmkshrobj'
9016 tmp_addflag= ;;
3725885a
RW
9017 nvcc*) # Cuda Compiler Driver 2.2
9018 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9019 compiler_needs_object=yes
9020 ;;
ce2cded5
L
9021 esac
9022 case `$CC -V 2>&1 | sed 5q` in
9023 *Sun\ C*) # Sun C 5.9
3725885a 9024 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'
ce2cded5
L
9025 compiler_needs_object=yes
9026 tmp_sharedflag='-G' ;;
9027 *Sun\ F*) # Sun Fortran 8.3
9028 tmp_sharedflag='-G' ;;
ce2cded5
L
9029 esac
9030 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d7040cdb 9031
ce2cded5
L
9032 if test "x$supports_anon_versioning" = xyes; then
9033 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9034 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9035 echo "local: *; };" >> $output_objdir/$libname.ver~
9036 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9037 fi
718a6fd8
SE
9038
9039 case $cc_basename in
3725885a 9040 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9041 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9042 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9043 hardcode_libdir_flag_spec=
9044 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9045 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9046 if test "x$supports_anon_versioning" = xyes; then
9047 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9048 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9049 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9050 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9051 fi
9052 ;;
9053 esac
ce2cded5
L
9054 else
9055 ld_shlibs=no
9056 fi
9057 ;;
d7040cdb 9058
ce2cded5
L
9059 netbsd*)
9060 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9061 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9062 wlarc=
9063 else
f2c621e4
AS
9064 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9065 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
9066 fi
9067 ;;
d7040cdb 9068
ce2cded5
L
9069 solaris*)
9070 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9071 ld_shlibs=no
9072 cat <<_LT_EOF 1>&2
d7040cdb 9073
ce2cded5
L
9074*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9075*** create shared libraries on Solaris systems. Therefore, libtool
9076*** is disabling shared libraries support. We urge you to upgrade GNU
9077*** binutils to release 2.9.1 or newer. Another option is to modify
9078*** your PATH or compiler configuration so that the native linker is
9079*** used, and then restart.
d7040cdb 9080
ce2cded5
L
9081_LT_EOF
9082 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9083 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9084 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
9085 else
9086 ld_shlibs=no
9087 fi
9088 ;;
d7040cdb 9089
ce2cded5
L
9090 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9091 case `$LD -v 2>&1` in
9092 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9093 ld_shlibs=no
9094 cat <<_LT_EOF 1>&2
d7040cdb 9095
ce2cded5
L
9096*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9097*** reliably create shared libraries on SCO systems. Therefore, libtool
9098*** is disabling shared libraries support. We urge you to upgrade GNU
9099*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9100*** your PATH or compiler configuration so that the native linker is
9101*** used, and then restart.
d7040cdb 9102
ce2cded5
L
9103_LT_EOF
9104 ;;
9105 *)
9106 # For security reasons, it is highly recommended that you always
9107 # use absolute paths for naming shared libraries, and exclude the
9108 # DT_RUNPATH tag from executables and libraries. But doing so
9109 # requires that you compile everything twice, which is a pain.
9110 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9111 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9112 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9113 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9114 else
9115 ld_shlibs=no
9116 fi
9117 ;;
9118 esac
9119 ;;
d7040cdb 9120
ce2cded5
L
9121 sunos4*)
9122 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9123 wlarc=
9124 hardcode_direct=yes
9125 hardcode_shlibpath_var=no
9126 ;;
d7040cdb 9127
ce2cded5
L
9128 *)
9129 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9130 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9131 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
ce2cded5
L
9132 else
9133 ld_shlibs=no
9134 fi
9135 ;;
9136 esac
d7040cdb 9137
ce2cded5
L
9138 if test "$ld_shlibs" = no; then
9139 runpath_var=
9140 hardcode_libdir_flag_spec=
9141 export_dynamic_flag_spec=
9142 whole_archive_flag_spec=
9143 fi
9144 else
9145 # PORTME fill in a description of your system's linker (not GNU ld)
9146 case $host_os in
9147 aix3*)
9148 allow_undefined_flag=unsupported
9149 always_export_symbols=yes
9150 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'
9151 # Note: this linker hardcodes the directories in LIBPATH if there
9152 # are no directories specified by -L.
9153 hardcode_minus_L=yes
9154 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9155 # Neither direct hardcoding nor static linking is supported with a
9156 # broken collect2.
9157 hardcode_direct=unsupported
9158 fi
9159 ;;
d7040cdb 9160
50e7d84b 9161 aix[4-9]*)
ce2cded5
L
9162 if test "$host_cpu" = ia64; then
9163 # On IA64, the linker does run time linking by default, so we don't
9164 # have to do anything special.
9165 aix_use_runtimelinking=no
9166 exp_sym_flag='-Bexport'
9167 no_entry_flag=""
9168 else
9169 # If we're using GNU nm, then we don't want the "-C" option.
9170 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9171 # Also, AIX nm treats weak defined symbols like other global
9172 # defined symbols, whereas GNU nm marks them as "W".
ce2cded5 9173 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9174 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'
ce2cded5
L
9175 else
9176 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'
9177 fi
9178 aix_use_runtimelinking=no
d7040cdb 9179
ce2cded5
L
9180 # Test if we are trying to use run time linking or normal
9181 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9182 # need to do runtime linking.
50e7d84b 9183 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
ce2cded5
L
9184 for ld_flag in $LDFLAGS; do
9185 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9186 aix_use_runtimelinking=yes
9187 break
9188 fi
9189 done
9190 ;;
9191 esac
d7040cdb 9192
ce2cded5
L
9193 exp_sym_flag='-bexport'
9194 no_entry_flag='-bnoentry'
9195 fi
d7040cdb 9196
ce2cded5
L
9197 # When large executables or shared objects are built, AIX ld can
9198 # have problems creating the table of contents. If linking a library
9199 # or program results in "error TOC overflow" add -mminimal-toc to
9200 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9201 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
d7040cdb 9202
ce2cded5
L
9203 archive_cmds=''
9204 hardcode_direct=yes
9205 hardcode_direct_absolute=yes
9206 hardcode_libdir_separator=':'
9207 link_all_deplibs=yes
9208 file_list_spec='${wl}-f,'
d7040cdb 9209
ce2cded5
L
9210 if test "$GCC" = yes; then
9211 case $host_os in aix4.[012]|aix4.[012].*)
9212 # We only want to do this on AIX 4.2 and lower, the check
9213 # below for broken collect2 doesn't work under 4.3+
9214 collect2name=`${CC} -print-prog-name=collect2`
9215 if test -f "$collect2name" &&
9216 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9217 then
9218 # We have reworked collect2
9219 :
9220 else
9221 # We have old collect2
9222 hardcode_direct=unsupported
9223 # It fails to find uninstalled libraries when the uninstalled
9224 # path is not listed in the libpath. Setting hardcode_minus_L
9225 # to unsupported forces relinking
9226 hardcode_minus_L=yes
9227 hardcode_libdir_flag_spec='-L$libdir'
9228 hardcode_libdir_separator=
9229 fi
9230 ;;
9231 esac
9232 shared_flag='-shared'
9233 if test "$aix_use_runtimelinking" = yes; then
9234 shared_flag="$shared_flag "'${wl}-G'
9235 fi
9236 else
9237 # not using gcc
9238 if test "$host_cpu" = ia64; then
9239 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9240 # chokes on -Wl,-G. The following line is correct:
9241 shared_flag='-G'
9242 else
9243 if test "$aix_use_runtimelinking" = yes; then
9244 shared_flag='${wl}-G'
9245 else
9246 shared_flag='${wl}-bM:SRE'
9247 fi
9248 fi
9249 fi
d7040cdb 9250
718a6fd8 9251 export_dynamic_flag_spec='${wl}-bexpall'
ce2cded5
L
9252 # It seems that -bexpall does not export symbols beginning with
9253 # underscore (_), so it is better to generate a list of symbols to export.
9254 always_export_symbols=yes
9255 if test "$aix_use_runtimelinking" = yes; then
9256 # Warning - without using the other runtime loading flags (-brtl),
9257 # -berok will link without error, but may produce a broken library.
9258 allow_undefined_flag='-berok'
9259 # Determine the default libpath from the value encoded in an
9260 # empty executable.
f2c621e4 9261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9262/* end confdefs.h. */
d7040cdb 9263
ce2cded5
L
9264int
9265main ()
9266{
d7040cdb 9267
ce2cded5
L
9268 ;
9269 return 0;
9270}
9271_ACEOF
81ecdfbb 9272if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9273
f2c621e4
AS
9274lt_aix_libpath_sed='
9275 /Import File Strings/,/^$/ {
9276 /^0/ {
9277 s/^0 *\(.*\)$/\1/
9278 p
9279 }
9280 }'
9281aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9282# Check for a 64-bit object if we didn't find anything.
9283if test -z "$aix_libpath"; then
9284 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9285fi
ce2cded5 9286fi
81ecdfbb
RW
9287rm -f core conftest.err conftest.$ac_objext \
9288 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9289if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9290
ce2cded5 9291 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9292 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"
ce2cded5
L
9293 else
9294 if test "$host_cpu" = ia64; then
9295 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9296 allow_undefined_flag="-z nodefs"
9297 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"
9298 else
9299 # Determine the default libpath from the value encoded in an
9300 # empty executable.
f2c621e4 9301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 9302/* end confdefs.h. */
d7040cdb 9303
ce2cded5
L
9304int
9305main ()
9306{
d7040cdb 9307
ce2cded5
L
9308 ;
9309 return 0;
9310}
9311_ACEOF
81ecdfbb 9312if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9313
f2c621e4
AS
9314lt_aix_libpath_sed='
9315 /Import File Strings/,/^$/ {
9316 /^0/ {
9317 s/^0 *\(.*\)$/\1/
9318 p
9319 }
9320 }'
9321aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9322# Check for a 64-bit object if we didn't find anything.
9323if test -z "$aix_libpath"; then
9324 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9325fi
ce2cded5 9326fi
81ecdfbb
RW
9327rm -f core conftest.err conftest.$ac_objext \
9328 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9329if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb 9330
ce2cded5
L
9331 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9332 # Warning - without using the other run time loading flags,
9333 # -berok will link without error, but may produce a broken library.
9334 no_undefined_flag=' ${wl}-bernotok'
9335 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9336 if test "$with_gnu_ld" = yes; then
9337 # We only use this code for GNU lds that support --whole-archive.
9338 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9339 else
9340 # Exported symbols can be pulled into shared objects from archives
9341 whole_archive_flag_spec='$convenience'
9342 fi
ce2cded5
L
9343 archive_cmds_need_lc=yes
9344 # This is similar to how AIX traditionally builds its shared libraries.
9345 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'
9346 fi
9347 fi
9348 ;;
d7040cdb 9349
ce2cded5 9350 amigaos*)
718a6fd8
SE
9351 case $host_cpu in
9352 powerpc)
9353 # see comment about AmigaOS4 .so support
9354 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9355 archive_expsym_cmds=''
9356 ;;
9357 m68k)
9358 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)'
9359 hardcode_libdir_flag_spec='-L$libdir'
9360 hardcode_minus_L=yes
9361 ;;
9362 esac
ce2cded5 9363 ;;
d7040cdb 9364
ce2cded5
L
9365 bsdi[45]*)
9366 export_dynamic_flag_spec=-rdynamic
9367 ;;
d7040cdb 9368
718a6fd8 9369 cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
9370 # When not using gcc, we currently assume that we are using
9371 # Microsoft Visual C++.
9372 # hardcode_libdir_flag_spec is actually meaningless, as there is
9373 # no search path for DLLs.
f2c621e4
AS
9374 hardcode_libdir_flag_spec=' '
9375 allow_undefined_flag=unsupported
9376 # Tell ltmain to make .lib files, not .a files.
9377 libext=lib
9378 # Tell ltmain to make .dll files, not .so files.
9379 shrext_cmds=".dll"
9380 # FIXME: Setting linknames here is a bad hack.
9381 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9382 # The linker will automatically build a .lib file if we build a DLL.
9383 old_archive_from_new_cmds='true'
9384 # FIXME: Should let the user specify the lib program.
9385 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9386 fix_srcfile_path='`cygpath -w "$srcfile"`'
9387 enable_shared_with_static_runtimes=yes
ce2cded5 9388 ;;
d7040cdb 9389
ce2cded5 9390 darwin* | rhapsody*)
d7040cdb 9391
718a6fd8
SE
9392
9393 archive_cmds_need_lc=no
9394 hardcode_direct=no
9395 hardcode_automatic=yes
9396 hardcode_shlibpath_var=unsupported
3725885a
RW
9397 if test "$lt_cv_ld_force_load" = "yes"; then
9398 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\"`'
9399 else
9400 whole_archive_flag_spec=''
9401 fi
718a6fd8
SE
9402 link_all_deplibs=yes
9403 allow_undefined_flag="$_lt_dar_allow_undefined"
9404 case $cc_basename in
9405 ifort*) _lt_dar_can_shared=yes ;;
9406 *) _lt_dar_can_shared=$GCC ;;
9407 esac
9408 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9409 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9410 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9411 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9412 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}"
9413 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}"
9414
9415 else
9416 ld_shlibs=no
9417 fi
9418
ce2cded5 9419 ;;
d7040cdb 9420
ce2cded5
L
9421 dgux*)
9422 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9423 hardcode_libdir_flag_spec='-L$libdir'
9424 hardcode_shlibpath_var=no
9425 ;;
d7040cdb 9426
ce2cded5
L
9427 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9428 # support. Future versions do this automatically, but an explicit c++rt0.o
9429 # does not break anything, and helps significantly (at the cost of a little
9430 # extra space).
9431 freebsd2.2*)
9432 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9433 hardcode_libdir_flag_spec='-R$libdir'
9434 hardcode_direct=yes
9435 hardcode_shlibpath_var=no
9436 ;;
d7040cdb 9437
ce2cded5 9438 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9439 freebsd2.*)
ce2cded5
L
9440 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9441 hardcode_direct=yes
9442 hardcode_minus_L=yes
9443 hardcode_shlibpath_var=no
9444 ;;
d7040cdb 9445
ce2cded5
L
9446 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9447 freebsd* | dragonfly*)
f2c621e4 9448 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9449 hardcode_libdir_flag_spec='-R$libdir'
9450 hardcode_direct=yes
9451 hardcode_shlibpath_var=no
9452 ;;
d7040cdb 9453
ce2cded5
L
9454 hpux9*)
9455 if test "$GCC" = yes; then
f2c621e4 9456 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'
ce2cded5
L
9457 else
9458 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'
9459 fi
9460 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9461 hardcode_libdir_separator=:
9462 hardcode_direct=yes
d7040cdb 9463
ce2cded5
L
9464 # hardcode_minus_L: Not really in the search PATH,
9465 # but as the default location of the library.
9466 hardcode_minus_L=yes
9467 export_dynamic_flag_spec='${wl}-E'
9468 ;;
d7040cdb 9469
ce2cded5 9470 hpux10*)
3725885a 9471 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9472 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9473 else
9474 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9475 fi
9476 if test "$with_gnu_ld" = no; then
9477 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9478 hardcode_libdir_flag_spec_ld='+b $libdir'
9479 hardcode_libdir_separator=:
9480 hardcode_direct=yes
9481 hardcode_direct_absolute=yes
9482 export_dynamic_flag_spec='${wl}-E'
9483 # hardcode_minus_L: Not really in the search PATH,
9484 # but as the default location of the library.
9485 hardcode_minus_L=yes
9486 fi
9487 ;;
d7040cdb 9488
ce2cded5 9489 hpux11*)
3725885a 9490 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
ce2cded5
L
9491 case $host_cpu in
9492 hppa*64*)
9493 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9494 ;;
9495 ia64*)
f2c621e4 9496 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9497 ;;
9498 *)
f2c621e4 9499 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5
L
9500 ;;
9501 esac
9502 else
9503 case $host_cpu in
9504 hppa*64*)
9505 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9506 ;;
9507 ia64*)
9508 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9509 ;;
9510 *)
3725885a
RW
9511
9512 # Older versions of the 11.00 compiler do not understand -b yet
9513 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9515$as_echo_n "checking if $CC understands -b... " >&6; }
9516if test "${lt_cv_prog_compiler__b+set}" = set; then :
9517 $as_echo_n "(cached) " >&6
9518else
9519 lt_cv_prog_compiler__b=no
9520 save_LDFLAGS="$LDFLAGS"
9521 LDFLAGS="$LDFLAGS -b"
9522 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9523 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9524 # The linker can only warn and ignore the option if not recognized
9525 # So say no if there are warnings
9526 if test -s conftest.err; then
9527 # Append any errors to the config.log.
9528 cat conftest.err 1>&5
9529 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9530 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9531 if diff conftest.exp conftest.er2 >/dev/null; then
9532 lt_cv_prog_compiler__b=yes
9533 fi
9534 else
9535 lt_cv_prog_compiler__b=yes
9536 fi
9537 fi
9538 $RM -r conftest*
9539 LDFLAGS="$save_LDFLAGS"
9540
9541fi
9542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9543$as_echo "$lt_cv_prog_compiler__b" >&6; }
9544
9545if test x"$lt_cv_prog_compiler__b" = xyes; then
9546 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9547else
9548 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9549fi
9550
ce2cded5
L
9551 ;;
9552 esac
9553 fi
9554 if test "$with_gnu_ld" = no; then
9555 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9556 hardcode_libdir_separator=:
d7040cdb 9557
ce2cded5
L
9558 case $host_cpu in
9559 hppa*64*|ia64*)
9560 hardcode_direct=no
9561 hardcode_shlibpath_var=no
9562 ;;
9563 *)
9564 hardcode_direct=yes
9565 hardcode_direct_absolute=yes
9566 export_dynamic_flag_spec='${wl}-E'
d7040cdb 9567
ce2cded5
L
9568 # hardcode_minus_L: Not really in the search PATH,
9569 # but as the default location of the library.
9570 hardcode_minus_L=yes
9571 ;;
9572 esac
9573 fi
9574 ;;
9575
9576 irix5* | irix6* | nonstopux*)
9577 if test "$GCC" = yes; then
f2c621e4 9578 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'
ce2cded5
L
9579 # Try to use the -exported_symbol ld option, if it does not
9580 # work, assume that -exports_file does not work either and
9581 # implicitly export all symbols.
f2c621e4
AS
9582 save_LDFLAGS="$LDFLAGS"
9583 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9585/* end confdefs.h. */
f2c621e4 9586int foo(void) {}
ce2cded5 9587_ACEOF
81ecdfbb 9588if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9589 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'
9590
d7040cdb 9591fi
81ecdfbb
RW
9592rm -f core conftest.err conftest.$ac_objext \
9593 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9594 LDFLAGS="$save_LDFLAGS"
ce2cded5 9595 else
3725885a
RW
9596 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'
9597 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'
ce2cded5
L
9598 fi
9599 archive_cmds_need_lc='no'
9600 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9601 hardcode_libdir_separator=:
9602 inherit_rpath=yes
9603 link_all_deplibs=yes
9604 ;;
d7040cdb 9605
ce2cded5
L
9606 netbsd*)
9607 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9608 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9609 else
9610 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9611 fi
9612 hardcode_libdir_flag_spec='-R$libdir'
9613 hardcode_direct=yes
9614 hardcode_shlibpath_var=no
9615 ;;
d7040cdb 9616
ce2cded5
L
9617 newsos6)
9618 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9619 hardcode_direct=yes
9620 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9621 hardcode_libdir_separator=:
9622 hardcode_shlibpath_var=no
9623 ;;
d7040cdb 9624
ce2cded5
L
9625 *nto* | *qnx*)
9626 ;;
d7040cdb 9627
ce2cded5 9628 openbsd*)
718a6fd8
SE
9629 if test -f /usr/libexec/ld.so; then
9630 hardcode_direct=yes
9631 hardcode_shlibpath_var=no
9632 hardcode_direct_absolute=yes
9633 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ce2cded5 9634 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9635 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
ce2cded5 9636 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9637 export_dynamic_flag_spec='${wl}-E'
9638 else
9639 case $host_os in
9640 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9641 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9642 hardcode_libdir_flag_spec='-R$libdir'
9643 ;;
9644 *)
9645 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9646 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9647 ;;
9648 esac
9649 fi
9650 else
9651 ld_shlibs=no
d7040cdb
SE
9652 fi
9653 ;;
d7040cdb 9654
ce2cded5
L
9655 os2*)
9656 hardcode_libdir_flag_spec='-L$libdir'
9657 hardcode_minus_L=yes
9658 allow_undefined_flag=unsupported
3725885a 9659 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'
ce2cded5
L
9660 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9661 ;;
d7040cdb 9662
ce2cded5
L
9663 osf3*)
9664 if test "$GCC" = yes; then
9665 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9666 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'
ce2cded5
L
9667 else
9668 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9669 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'
ce2cded5
L
9670 fi
9671 archive_cmds_need_lc='no'
9672 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9673 hardcode_libdir_separator=:
9674 ;;
d7040cdb 9675
ce2cded5
L
9676 osf4* | osf5*) # as osf3* with the addition of -msym flag
9677 if test "$GCC" = yes; then
9678 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9679 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'
ce2cded5
L
9680 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9681 else
9682 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9683 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'
ce2cded5 9684 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 9685 $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 9686
ce2cded5
L
9687 # Both c and cxx compiler support -rpath directly
9688 hardcode_libdir_flag_spec='-rpath $libdir'
9689 fi
9690 archive_cmds_need_lc='no'
9691 hardcode_libdir_separator=:
9692 ;;
d7040cdb 9693
ce2cded5
L
9694 solaris*)
9695 no_undefined_flag=' -z defs'
9696 if test "$GCC" = yes; then
9697 wlarc='${wl}'
f2c621e4 9698 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
ce2cded5 9699 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9700 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
ce2cded5
L
9701 else
9702 case `$CC -V 2>&1` in
9703 *"Compilers 5.0"*)
9704 wlarc=''
9705 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9706 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9707 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9708 ;;
9709 *)
9710 wlarc='${wl}'
9711 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9712 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9713 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9714 ;;
9715 esac
9716 fi
9717 hardcode_libdir_flag_spec='-R$libdir'
9718 hardcode_shlibpath_var=no
9719 case $host_os in
9720 solaris2.[0-5] | solaris2.[0-5].*) ;;
9721 *)
9722 # The compiler driver will combine and reorder linker options,
9723 # but understands `-z linker_flag'. GCC discards it without `$wl',
9724 # but is careful enough not to reorder.
9725 # Supported since Solaris 2.6 (maybe 2.5.1?)
9726 if test "$GCC" = yes; then
9727 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9728 else
9729 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9730 fi
9731 ;;
9732 esac
9733 link_all_deplibs=yes
d7040cdb 9734 ;;
ce2cded5
L
9735
9736 sunos4*)
9737 if test "x$host_vendor" = xsequent; then
9738 # Use $CC to link under sequent, because it throws in some extra .o
9739 # files that make .init and .fini sections work.
9740 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9741 else
ce2cded5 9742 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
d7040cdb 9743 fi
ce2cded5
L
9744 hardcode_libdir_flag_spec='-L$libdir'
9745 hardcode_direct=yes
9746 hardcode_minus_L=yes
9747 hardcode_shlibpath_var=no
d7040cdb 9748 ;;
ce2cded5
L
9749
9750 sysv4)
9751 case $host_vendor in
9752 sni)
9753 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9754 hardcode_direct=yes # is this really true???
9755 ;;
9756 siemens)
9757 ## LD is ld it makes a PLAMLIB
9758 ## CC just makes a GrossModule.
9759 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9760 reload_cmds='$CC -r -o $output$reload_objs'
9761 hardcode_direct=no
9762 ;;
9763 motorola)
9764 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9765 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9766 ;;
9767 esac
9768 runpath_var='LD_RUN_PATH'
9769 hardcode_shlibpath_var=no
d7040cdb 9770 ;;
d7040cdb 9771
ce2cded5
L
9772 sysv4.3*)
9773 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_shlibpath_var=no
9775 export_dynamic_flag_spec='-Bexport'
9776 ;;
d7040cdb 9777
ce2cded5
L
9778 sysv4*MP*)
9779 if test -d /usr/nec; then
9780 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9781 hardcode_shlibpath_var=no
9782 runpath_var=LD_RUN_PATH
9783 hardcode_runpath_var=yes
9784 ld_shlibs=yes
9785 fi
9786 ;;
d7040cdb 9787
ce2cded5
L
9788 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9789 no_undefined_flag='${wl}-z,text'
9790 archive_cmds_need_lc=no
9791 hardcode_shlibpath_var=no
9792 runpath_var='LD_RUN_PATH'
d7040cdb 9793
ce2cded5
L
9794 if test "$GCC" = yes; then
9795 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9796 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9797 else
9798 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9799 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9800 fi
9801 ;;
d7040cdb 9802
ce2cded5
L
9803 sysv5* | sco3.2v5* | sco5v6*)
9804 # Note: We can NOT use -z defs as we might desire, because we do not
9805 # link with -lc, and that would cause any symbols used from libc to
9806 # always be unresolved, which means just about no library would
9807 # ever link correctly. If we're not using GNU ld we use -z text
9808 # though, which does catch some bad symbols but isn't as heavy-handed
9809 # as -z defs.
9810 no_undefined_flag='${wl}-z,text'
9811 allow_undefined_flag='${wl}-z,nodefs'
9812 archive_cmds_need_lc=no
9813 hardcode_shlibpath_var=no
9814 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9815 hardcode_libdir_separator=':'
9816 link_all_deplibs=yes
9817 export_dynamic_flag_spec='${wl}-Bexport'
9818 runpath_var='LD_RUN_PATH'
d7040cdb 9819
ce2cded5
L
9820 if test "$GCC" = yes; then
9821 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9822 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9823 else
9824 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9825 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9826 fi
d7040cdb 9827 ;;
d7040cdb 9828
ce2cded5
L
9829 uts4*)
9830 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9831 hardcode_libdir_flag_spec='-L$libdir'
9832 hardcode_shlibpath_var=no
9833 ;;
d7040cdb 9834
ce2cded5
L
9835 *)
9836 ld_shlibs=no
9837 ;;
9838 esac
9839
9840 if test x$host_vendor = xsni; then
9841 case $host in
9842 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9843 export_dynamic_flag_spec='${wl}-Blargedynsym'
9844 ;;
9845 esac
d7040cdb 9846 fi
ce2cded5 9847 fi
d7040cdb 9848
81ecdfbb
RW
9849{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9850$as_echo "$ld_shlibs" >&6; }
ce2cded5 9851test "$ld_shlibs" = no && can_build_shared=no
d7040cdb 9852
ce2cded5 9853with_gnu_ld=$with_gnu_ld
d7040cdb 9854
d7040cdb 9855
d7040cdb 9856
d7040cdb 9857
d7040cdb 9858
d7040cdb 9859
d7040cdb 9860
d7040cdb 9861
d7040cdb 9862
d7040cdb 9863
d7040cdb 9864
d7040cdb 9865
d7040cdb 9866
d7040cdb 9867
d7040cdb 9868
ce2cded5
L
9869#
9870# Do we need to explicitly link libc?
9871#
9872case "x$archive_cmds_need_lc" in
9873x|xyes)
9874 # Assume -lc should be added
9875 archive_cmds_need_lc=yes
d7040cdb 9876
ce2cded5
L
9877 if test "$enable_shared" = yes && test "$GCC" = yes; then
9878 case $archive_cmds in
9879 *'~'*)
9880 # FIXME: we may have to deal with multi-command sequences.
9881 ;;
9882 '$CC '*)
9883 # Test whether the compiler implicitly links with -lc since on some
9884 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9885 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9887$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9888if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9889 $as_echo_n "(cached) " >&6
39144654
RW
9890else
9891 $RM conftest*
9892 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9893
81ecdfbb 9894 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
ce2cded5
L
9895 (eval $ac_compile) 2>&5
9896 ac_status=$?
81ecdfbb
RW
9897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9898 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9899 soname=conftest
9900 lib=conftest
9901 libobjs=conftest.$ac_objext
9902 deplibs=
9903 wl=$lt_prog_compiler_wl
9904 pic_flag=$lt_prog_compiler_pic
9905 compiler_flags=-v
9906 linker_flags=-v
9907 verstring=
9908 output_objdir=.
9909 libname=conftest
9910 lt_save_allow_undefined_flag=$allow_undefined_flag
9911 allow_undefined_flag=
81ecdfbb 9912 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
ce2cded5
L
9913 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9914 ac_status=$?
81ecdfbb
RW
9915 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9916 test $ac_status = 0; }
39144654
RW
9917 then
9918 lt_cv_archive_cmds_need_lc=no
9919 else
9920 lt_cv_archive_cmds_need_lc=yes
9921 fi
9922 allow_undefined_flag=$lt_save_allow_undefined_flag
9923 else
9924 cat conftest.err 1>&5
9925 fi
9926 $RM conftest*
9927
9928fi
81ecdfbb
RW
9929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9930$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9931 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
ce2cded5
L
9932 ;;
9933 esac
d7040cdb 9934 fi
d7040cdb 9935 ;;
ce2cded5 9936esac
d7040cdb 9937
d7040cdb 9938
d7040cdb 9939
d7040cdb 9940
d7040cdb 9941
d7040cdb 9942
d7040cdb 9943
d7040cdb
SE
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
d7040cdb 10031
d7040cdb 10032
d7040cdb
SE
10033
10034
10035
10036
10037
10038
d7040cdb 10039
d7040cdb 10040
d7040cdb 10041
d7040cdb 10042
d7040cdb 10043
d7040cdb 10044
d7040cdb 10045
d7040cdb 10046
d7040cdb 10047
d7040cdb 10048
d7040cdb 10049
d7040cdb 10050
d7040cdb 10051
d7040cdb 10052
d7040cdb 10053
d7040cdb 10054
d7040cdb 10055
d7040cdb 10056
d7040cdb 10057
d7040cdb 10058
d7040cdb 10059
d7040cdb 10060
d7040cdb 10061
ce2cded5
L
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
81ecdfbb
RW
10094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10095$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10096
10097if test "$GCC" = yes; then
ce2cded5
L
10098 case $host_os in
10099 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10100 *) lt_awk_arg="/^libraries:/" ;;
10101 esac
3725885a
RW
10102 case $host_os in
10103 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10104 *) lt_sed_strip_eq="s,=/,/,g" ;;
10105 esac
10106 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10107 case $lt_search_path_spec in
10108 *\;*)
ce2cded5
L
10109 # if the path contains ";" then we assume it to be the separator
10110 # otherwise default to the standard path separator (i.e. ":") - it is
10111 # assumed that no part of a normal pathname contains ";" but that should
10112 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10113 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10114 ;;
10115 *)
10116 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10117 ;;
10118 esac
ce2cded5
L
10119 # Ok, now we have the path, separated by spaces, we can step through it
10120 # and add multilib dir if necessary.
10121 lt_tmp_lt_search_path_spec=
10122 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10123 for lt_sys_path in $lt_search_path_spec; do
10124 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10125 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10126 else
10127 test -d "$lt_sys_path" && \
10128 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10129 fi
10130 done
3725885a 10131 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
ce2cded5
L
10132BEGIN {RS=" "; FS="/|\n";} {
10133 lt_foo="";
10134 lt_count=0;
10135 for (lt_i = NF; lt_i > 0; lt_i--) {
10136 if ($lt_i != "" && $lt_i != ".") {
10137 if ($lt_i == "..") {
10138 lt_count++;
10139 } else {
10140 if (lt_count == 0) {
10141 lt_foo="/" $lt_i lt_foo;
10142 } else {
10143 lt_count--;
10144 }
10145 }
10146 }
10147 }
10148 if (lt_foo != "") { lt_freq[lt_foo]++; }
10149 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10150}'`
3725885a
RW
10151 # AWK program above erroneously prepends '/' to C:/dos/paths
10152 # for these hosts.
10153 case $host_os in
10154 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10155 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10156 esac
10157 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb 10158else
ce2cded5
L
10159 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10160fi
10161library_names_spec=
10162libname_spec='lib$name'
10163soname_spec=
10164shrext_cmds=".so"
10165postinstall_cmds=
10166postuninstall_cmds=
10167finish_cmds=
10168finish_eval=
10169shlibpath_var=
10170shlibpath_overrides_runpath=unknown
10171version_type=none
10172dynamic_linker="$host_os ld.so"
10173sys_lib_dlsearch_path_spec="/lib /usr/lib"
10174need_lib_prefix=unknown
10175hardcode_into_libs=no
10176
10177# when you set need_version to no, make sure it does not cause -set_version
10178# flags to be left without arguments
10179need_version=unknown
10180
10181case $host_os in
10182aix3*)
10183 version_type=linux
10184 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10185 shlibpath_var=LIBPATH
10186
10187 # AIX 3 has no versioning support, so we append a major version to the name.
10188 soname_spec='${libname}${release}${shared_ext}$major'
10189 ;;
10190
50e7d84b 10191aix[4-9]*)
ce2cded5
L
10192 version_type=linux
10193 need_lib_prefix=no
10194 need_version=no
10195 hardcode_into_libs=yes
10196 if test "$host_cpu" = ia64; then
10197 # AIX 5 supports IA64
10198 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10199 shlibpath_var=LD_LIBRARY_PATH
10200 else
10201 # With GCC up to 2.95.x, collect2 would create an import file
10202 # for dependence libraries. The import file would start with
10203 # the line `#! .'. This would cause the generated library to
10204 # depend on `.', always an invalid library. This was fixed in
10205 # development snapshots of GCC prior to 3.0.
10206 case $host_os in
10207 aix4 | aix4.[01] | aix4.[01].*)
10208 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10209 echo ' yes '
10210 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10211 :
10212 else
10213 can_build_shared=no
10214 fi
10215 ;;
10216 esac
10217 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10218 # soname into executable. Probably we can add versioning support to
10219 # collect2, so additional links can be useful in future.
10220 if test "$aix_use_runtimelinking" = yes; then
10221 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10222 # instead of lib<name>.a to let people know that these are not
10223 # typical AIX shared libraries.
10224 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10225 else
10226 # We preserve .a as extension for shared libraries through AIX4.2
10227 # and later when we are not doing run time linking.
10228 library_names_spec='${libname}${release}.a $libname.a'
10229 soname_spec='${libname}${release}${shared_ext}$major'
10230 fi
10231 shlibpath_var=LIBPATH
10232 fi
10233 ;;
10234
10235amigaos*)
718a6fd8
SE
10236 case $host_cpu in
10237 powerpc)
10238 # Since July 2007 AmigaOS4 officially supports .so libraries.
10239 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10240 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10241 ;;
10242 m68k)
ce2cded5
L
10243 library_names_spec='$libname.ixlibrary $libname.a'
10244 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10245 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
718a6fd8
SE
10246 ;;
10247 esac
ce2cded5
L
10248 ;;
10249
10250beos*)
10251 library_names_spec='${libname}${shared_ext}'
10252 dynamic_linker="$host_os ld.so"
10253 shlibpath_var=LIBRARY_PATH
10254 ;;
10255
10256bsdi[45]*)
10257 version_type=linux
10258 need_version=no
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10260 soname_spec='${libname}${release}${shared_ext}$major'
10261 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10262 shlibpath_var=LD_LIBRARY_PATH
10263 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10264 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10265 # the default ld.so.conf also contains /usr/contrib/lib and
10266 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10267 # libtool to hard-code these into programs
10268 ;;
10269
718a6fd8 10270cygwin* | mingw* | pw32* | cegcc*)
ce2cded5
L
10271 version_type=windows
10272 shrext_cmds=".dll"
10273 need_version=no
10274 need_lib_prefix=no
10275
f2c621e4
AS
10276 case $GCC,$host_os in
10277 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
ce2cded5
L
10278 library_names_spec='$libname.dll.a'
10279 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10280 postinstall_cmds='base_file=`basename \${file}`~
10281 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10282 dldir=$destdir/`dirname \$dlpath`~
10283 test -d \$dldir || mkdir -p \$dldir~
10284 $install_prog $dir/$dlname \$dldir/$dlname~
10285 chmod a+x \$dldir/$dlname~
10286 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10287 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10288 fi'
10289 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10290 dlpath=$dir/\$dldll~
10291 $RM \$dlpath'
10292 shlibpath_overrides_runpath=yes
10293
10294 case $host_os in
10295 cygwin*)
10296 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10297 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10298
10299 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
ce2cded5 10300 ;;
718a6fd8 10301 mingw* | cegcc*)
ce2cded5
L
10302 # MinGW DLLs use traditional 'lib' prefix
10303 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ce2cded5
L
10304 ;;
10305 pw32*)
10306 # pw32 DLLs use 'pw' prefix rather than 'lib'
10307 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10308 ;;
10309 esac
10310 ;;
10311
10312 *)
10313 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10314 ;;
10315 esac
f2c621e4 10316 dynamic_linker='Win32 ld.exe'
ce2cded5
L
10317 # FIXME: first we should search . and the directory the executable is in
10318 shlibpath_var=PATH
10319 ;;
10320
10321darwin* | rhapsody*)
10322 dynamic_linker="$host_os dyld"
10323 version_type=darwin
10324 need_lib_prefix=no
10325 need_version=no
10326 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10327 soname_spec='${libname}${release}${major}$shared_ext'
10328 shlibpath_overrides_runpath=yes
10329 shlibpath_var=DYLD_LIBRARY_PATH
10330 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10331
10332 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10333 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10334 ;;
10335
10336dgux*)
10337 version_type=linux
10338 need_lib_prefix=no
10339 need_version=no
10340 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10341 soname_spec='${libname}${release}${shared_ext}$major'
10342 shlibpath_var=LD_LIBRARY_PATH
10343 ;;
10344
ce2cded5
L
10345freebsd* | dragonfly*)
10346 # DragonFly does not have aout. When/if they implement a new
10347 # versioning mechanism, adjust this.
10348 if test -x /usr/bin/objformat; then
10349 objformat=`/usr/bin/objformat`
10350 else
10351 case $host_os in
6d2920c8 10352 freebsd[23].*) objformat=aout ;;
ce2cded5
L
10353 *) objformat=elf ;;
10354 esac
10355 fi
10356 version_type=freebsd-$objformat
10357 case $version_type in
10358 freebsd-elf*)
10359 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10360 need_version=no
10361 need_lib_prefix=no
10362 ;;
10363 freebsd-*)
10364 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10365 need_version=yes
10366 ;;
10367 esac
10368 shlibpath_var=LD_LIBRARY_PATH
10369 case $host_os in
6d2920c8 10370 freebsd2.*)
ce2cded5
L
10371 shlibpath_overrides_runpath=yes
10372 ;;
10373 freebsd3.[01]* | freebsdelf3.[01]*)
10374 shlibpath_overrides_runpath=yes
10375 hardcode_into_libs=yes
10376 ;;
10377 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10378 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10379 shlibpath_overrides_runpath=no
10380 hardcode_into_libs=yes
10381 ;;
10382 *) # from 4.6 on, and DragonFly
10383 shlibpath_overrides_runpath=yes
10384 hardcode_into_libs=yes
10385 ;;
10386 esac
10387 ;;
10388
10389gnu*)
10390 version_type=linux
10391 need_lib_prefix=no
10392 need_version=no
10393 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10394 soname_spec='${libname}${release}${shared_ext}$major'
10395 shlibpath_var=LD_LIBRARY_PATH
10396 hardcode_into_libs=yes
10397 ;;
10398
3725885a
RW
10399haiku*)
10400 version_type=linux
10401 need_lib_prefix=no
10402 need_version=no
10403 dynamic_linker="$host_os runtime_loader"
10404 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10405 soname_spec='${libname}${release}${shared_ext}$major'
10406 shlibpath_var=LIBRARY_PATH
10407 shlibpath_overrides_runpath=yes
f2c621e4 10408 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10409 hardcode_into_libs=yes
10410 ;;
10411
ce2cded5
L
10412hpux9* | hpux10* | hpux11*)
10413 # Give a soname corresponding to the major version so that dld.sl refuses to
10414 # link against other versions.
10415 version_type=sunos
10416 need_lib_prefix=no
10417 need_version=no
10418 case $host_cpu in
10419 ia64*)
10420 shrext_cmds='.so'
10421 hardcode_into_libs=yes
10422 dynamic_linker="$host_os dld.so"
10423 shlibpath_var=LD_LIBRARY_PATH
10424 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10426 soname_spec='${libname}${release}${shared_ext}$major'
10427 if test "X$HPUX_IA64_MODE" = X32; then
10428 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10429 else
10430 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10431 fi
10432 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10433 ;;
10434 hppa*64*)
10435 shrext_cmds='.sl'
10436 hardcode_into_libs=yes
10437 dynamic_linker="$host_os dld.sl"
10438 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10439 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10440 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10441 soname_spec='${libname}${release}${shared_ext}$major'
10442 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10443 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10444 ;;
10445 *)
10446 shrext_cmds='.sl'
10447 dynamic_linker="$host_os dld.sl"
10448 shlibpath_var=SHLIB_PATH
10449 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10450 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10451 soname_spec='${libname}${release}${shared_ext}$major'
10452 ;;
10453 esac
3725885a 10454 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
ce2cded5 10455 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10456 # or fails outright, so override atomically:
10457 install_override_mode=555
ce2cded5
L
10458 ;;
10459
10460interix[3-9]*)
10461 version_type=linux
10462 need_lib_prefix=no
10463 need_version=no
10464 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10465 soname_spec='${libname}${release}${shared_ext}$major'
10466 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10467 shlibpath_var=LD_LIBRARY_PATH
10468 shlibpath_overrides_runpath=no
10469 hardcode_into_libs=yes
10470 ;;
10471
10472irix5* | irix6* | nonstopux*)
10473 case $host_os in
10474 nonstopux*) version_type=nonstopux ;;
10475 *)
10476 if test "$lt_cv_prog_gnu_ld" = yes; then
10477 version_type=linux
10478 else
10479 version_type=irix
10480 fi ;;
10481 esac
10482 need_lib_prefix=no
10483 need_version=no
10484 soname_spec='${libname}${release}${shared_ext}$major'
10485 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10486 case $host_os in
10487 irix5* | nonstopux*)
10488 libsuff= shlibsuff=
10489 ;;
10490 *)
10491 case $LD in # libtool.m4 will add one of these switches to LD
10492 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10493 libsuff= shlibsuff= libmagic=32-bit;;
10494 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10495 libsuff=32 shlibsuff=N32 libmagic=N32;;
10496 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10497 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10498 *) libsuff= shlibsuff= libmagic=never-match;;
10499 esac
10500 ;;
10501 esac
10502 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10503 shlibpath_overrides_runpath=no
10504 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10505 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10506 hardcode_into_libs=yes
10507 ;;
d7040cdb 10508
ce2cded5
L
10509# No shared lib support for Linux oldld, aout, or coff.
10510linux*oldld* | linux*aout* | linux*coff*)
10511 dynamic_linker=no
10512 ;;
10513
10514# This must be Linux ELF.
58e24671 10515linux* | k*bsd*-gnu | kopensolaris*-gnu)
ce2cded5
L
10516 version_type=linux
10517 need_lib_prefix=no
10518 need_version=no
10519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10520 soname_spec='${libname}${release}${shared_ext}$major'
10521 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10522 shlibpath_var=LD_LIBRARY_PATH
10523 shlibpath_overrides_runpath=no
39144654 10524
ce2cded5 10525 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10526 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10527 $as_echo_n "(cached) " >&6
39144654
RW
10528else
10529 lt_cv_shlibpath_overrides_runpath=no
10530 save_LDFLAGS=$LDFLAGS
10531 save_libdir=$libdir
10532 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10533 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10535/* end confdefs.h. */
10536
d7040cdb
SE
10537int
10538main ()
10539{
ce2cded5 10540
d7040cdb
SE
10541 ;
10542 return 0;
10543}
10544_ACEOF
81ecdfbb
RW
10545if ac_fn_c_try_link "$LINENO"; then :
10546 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10547 lt_cv_shlibpath_overrides_runpath=yes
ce2cded5 10548fi
ce2cded5 10549fi
81ecdfbb
RW
10550rm -f core conftest.err conftest.$ac_objext \
10551 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10552 LDFLAGS=$save_LDFLAGS
10553 libdir=$save_libdir
10554
10555fi
10556
10557 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ce2cded5
L
10558
10559 # This implies no fast_install, which is unacceptable.
10560 # Some rework will be needed to allow for fast_install
10561 # before this can be enabled.
10562 hardcode_into_libs=yes
10563
10564 # Append ld.so.conf contents to the search path
10565 if test -f /etc/ld.so.conf; then
3725885a 10566 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
f2c621e4 10567 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
ce2cded5
L
10568 fi
10569
10570 # We used to test for /lib/ld.so.1 and disable shared libraries on
10571 # powerpc, because MkLinux only supported shared libraries with the
10572 # GNU dynamic linker. Since this was broken with cross compilers,
10573 # most powerpc-linux boxes support dynamic linking these days and
10574 # people can always --disable-shared, the test was removed, and we
10575 # assume the GNU/Linux dynamic linker is in use.
10576 dynamic_linker='GNU/Linux ld.so'
10577 ;;
10578
10579netbsd*)
10580 version_type=sunos
10581 need_lib_prefix=no
10582 need_version=no
10583 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10585 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10586 dynamic_linker='NetBSD (a.out) ld.so'
10587 else
10588 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10589 soname_spec='${libname}${release}${shared_ext}$major'
10590 dynamic_linker='NetBSD ld.elf_so'
10591 fi
10592 shlibpath_var=LD_LIBRARY_PATH
10593 shlibpath_overrides_runpath=yes
10594 hardcode_into_libs=yes
10595 ;;
10596
10597newsos6)
10598 version_type=linux
10599 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10600 shlibpath_var=LD_LIBRARY_PATH
10601 shlibpath_overrides_runpath=yes
10602 ;;
10603
10604*nto* | *qnx*)
10605 version_type=qnx
10606 need_lib_prefix=no
10607 need_version=no
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10609 soname_spec='${libname}${release}${shared_ext}$major'
10610 shlibpath_var=LD_LIBRARY_PATH
10611 shlibpath_overrides_runpath=no
10612 hardcode_into_libs=yes
10613 dynamic_linker='ldqnx.so'
10614 ;;
10615
10616openbsd*)
10617 version_type=sunos
10618 sys_lib_dlsearch_path_spec="/usr/lib"
10619 need_lib_prefix=no
10620 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10621 case $host_os in
10622 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10623 *) need_version=no ;;
10624 esac
10625 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10626 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10627 shlibpath_var=LD_LIBRARY_PATH
10628 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10629 case $host_os in
10630 openbsd2.[89] | openbsd2.[89].*)
10631 shlibpath_overrides_runpath=no
10632 ;;
10633 *)
10634 shlibpath_overrides_runpath=yes
10635 ;;
10636 esac
10637 else
10638 shlibpath_overrides_runpath=yes
10639 fi
10640 ;;
10641
10642os2*)
10643 libname_spec='$name'
10644 shrext_cmds=".dll"
10645 need_lib_prefix=no
10646 library_names_spec='$libname${shared_ext} $libname.a'
10647 dynamic_linker='OS/2 ld.exe'
10648 shlibpath_var=LIBPATH
10649 ;;
10650
10651osf3* | osf4* | osf5*)
10652 version_type=osf
10653 need_lib_prefix=no
10654 need_version=no
10655 soname_spec='${libname}${release}${shared_ext}$major'
10656 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10657 shlibpath_var=LD_LIBRARY_PATH
10658 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10659 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10660 ;;
10661
10662rdos*)
10663 dynamic_linker=no
10664 ;;
10665
10666solaris*)
10667 version_type=linux
10668 need_lib_prefix=no
10669 need_version=no
10670 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10671 soname_spec='${libname}${release}${shared_ext}$major'
10672 shlibpath_var=LD_LIBRARY_PATH
10673 shlibpath_overrides_runpath=yes
10674 hardcode_into_libs=yes
10675 # ldd complains unless libraries are executable
10676 postinstall_cmds='chmod +x $lib'
10677 ;;
10678
10679sunos4*)
10680 version_type=sunos
10681 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10682 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10683 shlibpath_var=LD_LIBRARY_PATH
10684 shlibpath_overrides_runpath=yes
10685 if test "$with_gnu_ld" = yes; then
10686 need_lib_prefix=no
10687 fi
10688 need_version=yes
10689 ;;
10690
10691sysv4 | sysv4.3*)
10692 version_type=linux
10693 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10694 soname_spec='${libname}${release}${shared_ext}$major'
10695 shlibpath_var=LD_LIBRARY_PATH
10696 case $host_vendor in
10697 sni)
10698 shlibpath_overrides_runpath=no
10699 need_lib_prefix=no
10700 runpath_var=LD_RUN_PATH
10701 ;;
10702 siemens)
10703 need_lib_prefix=no
10704 ;;
10705 motorola)
10706 need_lib_prefix=no
10707 need_version=no
10708 shlibpath_overrides_runpath=no
10709 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10710 ;;
10711 esac
10712 ;;
10713
10714sysv4*MP*)
10715 if test -d /usr/nec ;then
10716 version_type=linux
10717 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10718 soname_spec='$libname${shared_ext}.$major'
10719 shlibpath_var=LD_LIBRARY_PATH
10720 fi
10721 ;;
10722
10723sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10724 version_type=freebsd-elf
10725 need_lib_prefix=no
10726 need_version=no
10727 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10728 soname_spec='${libname}${release}${shared_ext}$major'
10729 shlibpath_var=LD_LIBRARY_PATH
10730 shlibpath_overrides_runpath=yes
10731 hardcode_into_libs=yes
10732 if test "$with_gnu_ld" = yes; then
10733 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10734 else
10735 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10736 case $host_os in
10737 sco3.2v5*)
10738 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10739 ;;
10740 esac
10741 fi
10742 sys_lib_dlsearch_path_spec='/usr/lib'
10743 ;;
10744
10745tpf*)
10746 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10747 version_type=linux
10748 need_lib_prefix=no
10749 need_version=no
718a6fd8 10750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
ce2cded5
L
10751 shlibpath_var=LD_LIBRARY_PATH
10752 shlibpath_overrides_runpath=no
10753 hardcode_into_libs=yes
10754 ;;
d7040cdb 10755
ce2cded5
L
10756uts4*)
10757 version_type=linux
10758 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10759 soname_spec='${libname}${release}${shared_ext}$major'
10760 shlibpath_var=LD_LIBRARY_PATH
10761 ;;
d7040cdb 10762
ce2cded5
L
10763*)
10764 dynamic_linker=no
10765 ;;
10766esac
81ecdfbb
RW
10767{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10768$as_echo "$dynamic_linker" >&6; }
ce2cded5
L
10769test "$dynamic_linker" = no && can_build_shared=no
10770
10771variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10772if test "$GCC" = yes; then
10773 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
d7040cdb 10774fi
d7040cdb 10775
718a6fd8
SE
10776if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10777 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10778fi
10779if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10780 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10781fi
10782
d7040cdb 10783
d7040cdb
SE
10784
10785
d7040cdb
SE
10786
10787
d7040cdb
SE
10788
10789
d7040cdb
SE
10790
10791
d7040cdb
SE
10792
10793
d7040cdb 10794
d7040cdb 10795
d7040cdb 10796
d7040cdb 10797
d7040cdb 10798
d7040cdb 10799
d7040cdb 10800
d7040cdb 10801
d7040cdb 10802
d7040cdb 10803
d7040cdb 10804
d7040cdb 10805
d7040cdb 10806
d7040cdb 10807
d7040cdb
SE
10808
10809
d7040cdb 10810
d7040cdb 10811
d7040cdb 10812
d7040cdb 10813
d7040cdb 10814
d7040cdb 10815
d7040cdb 10816
d7040cdb 10817
d7040cdb 10818
d7040cdb
SE
10819
10820
d7040cdb 10821
d7040cdb 10822
d7040cdb 10823
d7040cdb
SE
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
d7040cdb
SE
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
d7040cdb 10853
d7040cdb 10854
d7040cdb 10855
d7040cdb 10856
d7040cdb
SE
10857
10858
10859
10860
ce2cded5
L
10861
10862
3725885a
RW
10863
10864
10865
10866
10867
ce2cded5
L
10868
10869
10870
10871
10872
10873
81ecdfbb
RW
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10875$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
ce2cded5
L
10876hardcode_action=
10877if test -n "$hardcode_libdir_flag_spec" ||
10878 test -n "$runpath_var" ||
10879 test "X$hardcode_automatic" = "Xyes" ; then
10880
10881 # We can hardcode non-existent directories.
10882 if test "$hardcode_direct" != no &&
10883 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10884 # have to relink, otherwise we might link with an installed library
10885 # when we should be linking with a yet-to-be-installed one
10886 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10887 test "$hardcode_minus_L" != no; then
10888 # Linking always hardcodes the temporary library directory.
10889 hardcode_action=relink
10890 else
10891 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10892 hardcode_action=immediate
10893 fi
10894else
10895 # We cannot hardcode anything, or else we can only hardcode existing
10896 # directories.
10897 hardcode_action=unsupported
10898fi
81ecdfbb
RW
10899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10900$as_echo "$hardcode_action" >&6; }
ce2cded5
L
10901
10902if test "$hardcode_action" = relink ||
10903 test "$inherit_rpath" = yes; then
10904 # Fast installation is not supported
10905 enable_fast_install=no
10906elif test "$shlibpath_overrides_runpath" = yes ||
10907 test "$enable_shared" = no; then
10908 # Fast installation is not necessary
10909 enable_fast_install=needless
d7040cdb 10910fi
d7040cdb 10911
d7040cdb
SE
10912
10913
10914
10915
10916
ce2cded5
L
10917 if test "x$enable_dlopen" != xyes; then
10918 enable_dlopen=unknown
10919 enable_dlopen_self=unknown
10920 enable_dlopen_self_static=unknown
10921else
10922 lt_cv_dlopen=no
10923 lt_cv_dlopen_libs=
10924
10925 case $host_os in
10926 beos*)
10927 lt_cv_dlopen="load_add_on"
10928 lt_cv_dlopen_libs=
10929 lt_cv_dlopen_self=yes
10930 ;;
d7040cdb 10931
718a6fd8 10932 mingw* | pw32* | cegcc*)
ce2cded5
L
10933 lt_cv_dlopen="LoadLibrary"
10934 lt_cv_dlopen_libs=
10935 ;;
d7040cdb 10936
ce2cded5
L
10937 cygwin*)
10938 lt_cv_dlopen="dlopen"
10939 lt_cv_dlopen_libs=
10940 ;;
d7040cdb 10941
ce2cded5
L
10942 darwin*)
10943 # if libdl is installed we need to link against it
81ecdfbb
RW
10944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10945$as_echo_n "checking for dlopen in -ldl... " >&6; }
10946if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10947 $as_echo_n "(cached) " >&6
ce2cded5
L
10948else
10949 ac_check_lib_save_LIBS=$LIBS
10950LIBS="-ldl $LIBS"
81ecdfbb 10951cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 10952/* end confdefs.h. */
d7040cdb 10953
81ecdfbb
RW
10954/* Override any GCC internal prototype to avoid an error.
10955 Use char because int might match the return type of a GCC
10956 builtin and then its argument prototype would still apply. */
ce2cded5
L
10957#ifdef __cplusplus
10958extern "C"
10959#endif
ce2cded5
L
10960char dlopen ();
10961int
10962main ()
10963{
81ecdfbb 10964return dlopen ();
ce2cded5
L
10965 ;
10966 return 0;
10967}
10968_ACEOF
81ecdfbb 10969if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
10970 ac_cv_lib_dl_dlopen=yes
10971else
81ecdfbb 10972 ac_cv_lib_dl_dlopen=no
ce2cded5 10973fi
81ecdfbb
RW
10974rm -f core conftest.err conftest.$ac_objext \
10975 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
10976LIBS=$ac_check_lib_save_LIBS
10977fi
81ecdfbb
RW
10978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10979$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10980if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5
L
10981 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10982else
d7040cdb 10983
ce2cded5
L
10984 lt_cv_dlopen="dyld"
10985 lt_cv_dlopen_libs=
10986 lt_cv_dlopen_self=yes
d7040cdb 10987
ce2cded5 10988fi
d7040cdb 10989
ce2cded5 10990 ;;
d7040cdb 10991
ce2cded5 10992 *)
81ecdfbb
RW
10993 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10994if test "x$ac_cv_func_shl_load" = x""yes; then :
ce2cded5
L
10995 lt_cv_dlopen="shl_load"
10996else
81ecdfbb
RW
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10998$as_echo_n "checking for shl_load in -ldld... " >&6; }
10999if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11000 $as_echo_n "(cached) " >&6
ce2cded5
L
11001else
11002 ac_check_lib_save_LIBS=$LIBS
11003LIBS="-ldld $LIBS"
81ecdfbb 11004cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11005/* end confdefs.h. */
d7040cdb 11006
81ecdfbb
RW
11007/* Override any GCC internal prototype to avoid an error.
11008 Use char because int might match the return type of a GCC
11009 builtin and then its argument prototype would still apply. */
ce2cded5
L
11010#ifdef __cplusplus
11011extern "C"
11012#endif
ce2cded5
L
11013char shl_load ();
11014int
11015main ()
11016{
81ecdfbb 11017return shl_load ();
ce2cded5
L
11018 ;
11019 return 0;
11020}
d7040cdb 11021_ACEOF
81ecdfbb 11022if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11023 ac_cv_lib_dld_shl_load=yes
11024else
81ecdfbb 11025 ac_cv_lib_dld_shl_load=no
d7040cdb 11026fi
81ecdfbb
RW
11027rm -f core conftest.err conftest.$ac_objext \
11028 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11029LIBS=$ac_check_lib_save_LIBS
11030fi
81ecdfbb
RW
11031{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11032$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11033if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11034 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
ce2cded5 11035else
81ecdfbb
RW
11036 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11037if test "x$ac_cv_func_dlopen" = x""yes; then :
ce2cded5
L
11038 lt_cv_dlopen="dlopen"
11039else
81ecdfbb
RW
11040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11041$as_echo_n "checking for dlopen in -ldl... " >&6; }
11042if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11043 $as_echo_n "(cached) " >&6
d7040cdb 11044else
ce2cded5
L
11045 ac_check_lib_save_LIBS=$LIBS
11046LIBS="-ldl $LIBS"
81ecdfbb 11047cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11048/* end confdefs.h. */
d7040cdb 11049
81ecdfbb
RW
11050/* Override any GCC internal prototype to avoid an error.
11051 Use char because int might match the return type of a GCC
11052 builtin and then its argument prototype would still apply. */
ce2cded5
L
11053#ifdef __cplusplus
11054extern "C"
11055#endif
ce2cded5 11056char dlopen ();
d7040cdb
SE
11057int
11058main ()
11059{
81ecdfbb 11060return dlopen ();
d7040cdb
SE
11061 ;
11062 return 0;
11063}
11064_ACEOF
81ecdfbb 11065if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11066 ac_cv_lib_dl_dlopen=yes
11067else
81ecdfbb 11068 ac_cv_lib_dl_dlopen=no
ce2cded5 11069fi
81ecdfbb
RW
11070rm -f core conftest.err conftest.$ac_objext \
11071 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11072LIBS=$ac_check_lib_save_LIBS
11073fi
81ecdfbb
RW
11074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11075$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11076if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
ce2cded5
L
11077 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11078else
81ecdfbb
RW
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11080$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11081if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11082 $as_echo_n "(cached) " >&6
ce2cded5
L
11083else
11084 ac_check_lib_save_LIBS=$LIBS
11085LIBS="-lsvld $LIBS"
81ecdfbb 11086cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11087/* end confdefs.h. */
d7040cdb 11088
81ecdfbb
RW
11089/* Override any GCC internal prototype to avoid an error.
11090 Use char because int might match the return type of a GCC
11091 builtin and then its argument prototype would still apply. */
ce2cded5
L
11092#ifdef __cplusplus
11093extern "C"
11094#endif
ce2cded5 11095char dlopen ();
d7040cdb
SE
11096int
11097main ()
11098{
81ecdfbb 11099return dlopen ();
d7040cdb
SE
11100 ;
11101 return 0;
11102}
11103_ACEOF
81ecdfbb 11104if ac_fn_c_try_link "$LINENO"; then :
ce2cded5 11105 ac_cv_lib_svld_dlopen=yes
d7040cdb 11106else
81ecdfbb 11107 ac_cv_lib_svld_dlopen=no
d7040cdb 11108fi
81ecdfbb
RW
11109rm -f core conftest.err conftest.$ac_objext \
11110 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11111LIBS=$ac_check_lib_save_LIBS
11112fi
81ecdfbb
RW
11113{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11114$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11115if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
ce2cded5
L
11116 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11117else
81ecdfbb
RW
11118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11119$as_echo_n "checking for dld_link in -ldld... " >&6; }
11120if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11121 $as_echo_n "(cached) " >&6
d7040cdb 11122else
ce2cded5
L
11123 ac_check_lib_save_LIBS=$LIBS
11124LIBS="-ldld $LIBS"
81ecdfbb 11125cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11126/* end confdefs.h. */
ce2cded5 11127
81ecdfbb
RW
11128/* Override any GCC internal prototype to avoid an error.
11129 Use char because int might match the return type of a GCC
11130 builtin and then its argument prototype would still apply. */
ce2cded5
L
11131#ifdef __cplusplus
11132extern "C"
11133#endif
ce2cded5 11134char dld_link ();
d7040cdb
SE
11135int
11136main ()
11137{
81ecdfbb 11138return dld_link ();
d7040cdb
SE
11139 ;
11140 return 0;
11141}
11142_ACEOF
81ecdfbb 11143if ac_fn_c_try_link "$LINENO"; then :
ce2cded5
L
11144 ac_cv_lib_dld_dld_link=yes
11145else
81ecdfbb 11146 ac_cv_lib_dld_dld_link=no
d7040cdb 11147fi
81ecdfbb
RW
11148rm -f core conftest.err conftest.$ac_objext \
11149 conftest$ac_exeext conftest.$ac_ext
ce2cded5
L
11150LIBS=$ac_check_lib_save_LIBS
11151fi
81ecdfbb
RW
11152{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11153$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11154if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11155 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
ce2cded5
L
11156fi
11157
11158
11159fi
11160
11161
11162fi
11163
11164
11165fi
11166
11167
11168fi
11169
11170
11171fi
11172
11173 ;;
11174 esac
11175
11176 if test "x$lt_cv_dlopen" != xno; then
11177 enable_dlopen=yes
d7040cdb 11178 else
ce2cded5 11179 enable_dlopen=no
d7040cdb 11180 fi
ce2cded5
L
11181
11182 case $lt_cv_dlopen in
11183 dlopen)
11184 save_CPPFLAGS="$CPPFLAGS"
11185 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11186
11187 save_LDFLAGS="$LDFLAGS"
11188 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11189
11190 save_LIBS="$LIBS"
11191 LIBS="$lt_cv_dlopen_libs $LIBS"
11192
81ecdfbb
RW
11193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11194$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11195if test "${lt_cv_dlopen_self+set}" = set; then :
11196 $as_echo_n "(cached) " >&6
d7040cdb 11197else
ce2cded5
L
11198 if test "$cross_compiling" = yes; then :
11199 lt_cv_dlopen_self=cross
11200else
11201 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11202 lt_status=$lt_dlunknown
11203 cat > conftest.$ac_ext <<_LT_EOF
cc9afea3 11204#line 11204 "configure"
ce2cded5
L
11205#include "confdefs.h"
11206
11207#if HAVE_DLFCN_H
11208#include <dlfcn.h>
11209#endif
11210
11211#include <stdio.h>
11212
11213#ifdef RTLD_GLOBAL
11214# define LT_DLGLOBAL RTLD_GLOBAL
11215#else
11216# ifdef DL_GLOBAL
11217# define LT_DLGLOBAL DL_GLOBAL
11218# else
11219# define LT_DLGLOBAL 0
11220# endif
11221#endif
11222
11223/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11224 find out it does not work in some platform. */
11225#ifndef LT_DLLAZY_OR_NOW
11226# ifdef RTLD_LAZY
11227# define LT_DLLAZY_OR_NOW RTLD_LAZY
11228# else
11229# ifdef DL_LAZY
11230# define LT_DLLAZY_OR_NOW DL_LAZY
11231# else
11232# ifdef RTLD_NOW
11233# define LT_DLLAZY_OR_NOW RTLD_NOW
11234# else
11235# ifdef DL_NOW
11236# define LT_DLLAZY_OR_NOW DL_NOW
11237# else
11238# define LT_DLLAZY_OR_NOW 0
11239# endif
11240# endif
11241# endif
11242# endif
11243#endif
11244
3725885a
RW
11245/* When -fvisbility=hidden is used, assume the code has been annotated
11246 correspondingly for the symbols needed. */
11247#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11248void fnord () __attribute__((visibility("default")));
3725885a
RW
11249#endif
11250
f2c621e4 11251void fnord () { int i=42; }
ce2cded5
L
11252int main ()
11253{
11254 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11255 int status = $lt_dlunknown;
11256
11257 if (self)
11258 {
11259 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11260 else
11261 {
11262 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11263 else puts (dlerror ());
11264 }
ce2cded5
L
11265 /* dlclose (self); */
11266 }
11267 else
11268 puts (dlerror ());
11269
718a6fd8 11270 return status;
ce2cded5
L
11271}
11272_LT_EOF
81ecdfbb 11273 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
ce2cded5
L
11274 (eval $ac_link) 2>&5
11275 ac_status=$?
81ecdfbb
RW
11276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11277 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11278 (./conftest; exit; ) >&5 2>/dev/null
11279 lt_status=$?
11280 case x$lt_status in
11281 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11282 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11283 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11284 esac
11285 else :
11286 # compilation failed
11287 lt_cv_dlopen_self=no
11288 fi
11289fi
11290rm -fr conftest*
11291
d7040cdb
SE
11292
11293fi
81ecdfbb
RW
11294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11295$as_echo "$lt_cv_dlopen_self" >&6; }
ce2cded5
L
11296
11297 if test "x$lt_cv_dlopen_self" = xyes; then
11298 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11300$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11301if test "${lt_cv_dlopen_self_static+set}" = set; then :
11302 $as_echo_n "(cached) " >&6
d7040cdb 11303else
ce2cded5
L
11304 if test "$cross_compiling" = yes; then :
11305 lt_cv_dlopen_self_static=cross
11306else
11307 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11308 lt_status=$lt_dlunknown
11309 cat > conftest.$ac_ext <<_LT_EOF
cc9afea3 11310#line 11310 "configure"
ce2cded5
L
11311#include "confdefs.h"
11312
11313#if HAVE_DLFCN_H
11314#include <dlfcn.h>
11315#endif
11316
11317#include <stdio.h>
11318
11319#ifdef RTLD_GLOBAL
11320# define LT_DLGLOBAL RTLD_GLOBAL
11321#else
11322# ifdef DL_GLOBAL
11323# define LT_DLGLOBAL DL_GLOBAL
11324# else
11325# define LT_DLGLOBAL 0
11326# endif
11327#endif
11328
11329/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11330 find out it does not work in some platform. */
11331#ifndef LT_DLLAZY_OR_NOW
11332# ifdef RTLD_LAZY
11333# define LT_DLLAZY_OR_NOW RTLD_LAZY
11334# else
11335# ifdef DL_LAZY
11336# define LT_DLLAZY_OR_NOW DL_LAZY
11337# else
11338# ifdef RTLD_NOW
11339# define LT_DLLAZY_OR_NOW RTLD_NOW
11340# else
11341# ifdef DL_NOW
11342# define LT_DLLAZY_OR_NOW DL_NOW
11343# else
11344# define LT_DLLAZY_OR_NOW 0
11345# endif
11346# endif
11347# endif
11348# endif
11349#endif
11350
3725885a
RW
11351/* When -fvisbility=hidden is used, assume the code has been annotated
11352 correspondingly for the symbols needed. */
11353#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11354void fnord () __attribute__((visibility("default")));
3725885a
RW
11355#endif
11356
f2c621e4 11357void fnord () { int i=42; }
ce2cded5 11358int main ()
d7040cdb 11359{
ce2cded5
L
11360 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11361 int status = $lt_dlunknown;
11362
11363 if (self)
11364 {
11365 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11366 else
11367 {
11368 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11369 else puts (dlerror ());
11370 }
ce2cded5
L
11371 /* dlclose (self); */
11372 }
11373 else
11374 puts (dlerror ());
11375
718a6fd8 11376 return status;
d7040cdb 11377}
ce2cded5 11378_LT_EOF
81ecdfbb 11379 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11380 (eval $ac_link) 2>&5
11381 ac_status=$?
81ecdfbb
RW
11382 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11383 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
ce2cded5
L
11384 (./conftest; exit; ) >&5 2>/dev/null
11385 lt_status=$?
11386 case x$lt_status in
11387 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11388 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11389 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11390 esac
11391 else :
11392 # compilation failed
11393 lt_cv_dlopen_self_static=no
11394 fi
d7040cdb 11395fi
ce2cded5
L
11396rm -fr conftest*
11397
11398
d7040cdb 11399fi
81ecdfbb
RW
11400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11401$as_echo "$lt_cv_dlopen_self_static" >&6; }
ce2cded5
L
11402 fi
11403
11404 CPPFLAGS="$save_CPPFLAGS"
11405 LDFLAGS="$save_LDFLAGS"
11406 LIBS="$save_LIBS"
11407 ;;
11408 esac
11409
11410 case $lt_cv_dlopen_self in
11411 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11412 *) enable_dlopen_self=unknown ;;
11413 esac
11414
11415 case $lt_cv_dlopen_self_static in
11416 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11417 *) enable_dlopen_self_static=unknown ;;
11418 esac
d7040cdb 11419fi
d7040cdb 11420
d7040cdb
SE
11421
11422
d7040cdb 11423
d7040cdb 11424
ce2cded5
L
11425
11426
11427
11428
11429
11430
11431
11432
11433
11434
11435
11436
11437striplib=
11438old_striplib=
81ecdfbb
RW
11439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11440$as_echo_n "checking whether stripping libraries is possible... " >&6; }
ce2cded5
L
11441if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11442 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11443 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11445$as_echo "yes" >&6; }
ce2cded5
L
11446else
11447# FIXME - insert some real tests, host_os isn't really good enough
11448 case $host_os in
11449 darwin*)
11450 if test -n "$STRIP" ; then
11451 striplib="$STRIP -x"
11452 old_striplib="$STRIP -S"
81ecdfbb
RW
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11454$as_echo "yes" >&6; }
ce2cded5 11455 else
81ecdfbb
RW
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11457$as_echo "no" >&6; }
d7040cdb 11458 fi
ce2cded5
L
11459 ;;
11460 *)
81ecdfbb
RW
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11462$as_echo "no" >&6; }
ce2cded5 11463 ;;
d7040cdb 11464 esac
d7040cdb
SE
11465fi
11466
d7040cdb 11467
d7040cdb 11468
d7040cdb 11469
d7040cdb 11470
d7040cdb 11471
d7040cdb 11472
d7040cdb 11473
d7040cdb 11474
d7040cdb 11475
d7040cdb 11476
d7040cdb 11477
ce2cded5 11478 # Report which library types will actually be built
81ecdfbb
RW
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11480$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11482$as_echo "$can_build_shared" >&6; }
d7040cdb 11483
81ecdfbb
RW
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11485$as_echo_n "checking whether to build shared libraries... " >&6; }
ce2cded5 11486 test "$can_build_shared" = "no" && enable_shared=no
d7040cdb 11487
ce2cded5
L
11488 # On AIX, shared libraries and static libraries use the same namespace, and
11489 # are all built from PIC.
11490 case $host_os in
11491 aix3*)
11492 test "$enable_shared" = yes && enable_static=no
11493 if test -n "$RANLIB"; then
11494 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11495 postinstall_cmds='$RANLIB $lib'
11496 fi
11497 ;;
d7040cdb 11498
50e7d84b 11499 aix[4-9]*)
ce2cded5
L
11500 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11501 test "$enable_shared" = yes && enable_static=no
11502 fi
11503 ;;
11504 esac
81ecdfbb
RW
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11506$as_echo "$enable_shared" >&6; }
ce2cded5 11507
81ecdfbb
RW
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11509$as_echo_n "checking whether to build static libraries... " >&6; }
ce2cded5
L
11510 # Make sure either enable_shared or enable_static is yes.
11511 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11513$as_echo "$enable_static" >&6; }
d7040cdb 11514
d7040cdb 11515
d7040cdb 11516
d7040cdb 11517
ce2cded5
L
11518fi
11519ac_ext=c
11520ac_cpp='$CPP $CPPFLAGS'
11521ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11522ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11523ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 11524
ce2cded5 11525CC="$lt_save_CC"
d7040cdb 11526
d7040cdb 11527
d7040cdb 11528
d7040cdb 11529
d7040cdb 11530
d7040cdb 11531
d7040cdb 11532
d7040cdb 11533
d7040cdb 11534
d7040cdb
SE
11535
11536
d7040cdb
SE
11537
11538
81ecdfbb 11539 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11540
11541
d7040cdb 11542
d7040cdb 11543
ce2cded5 11544# Only expand once:
d7040cdb 11545
d7040cdb 11546
d7040cdb 11547
81ecdfbb
RW
11548# Check whether --enable-targets was given.
11549if test "${enable_targets+set}" = set; then :
11550 enableval=$enable_targets; case "${enableval}" in
11551 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
ce2cded5
L
11552 ;;
11553 no) enable_targets= ;;
11554 *) enable_targets=$enableval ;;
11555esac
81ecdfbb
RW
11556fi
11557
ce2cded5
L
11558ac_checking=yes
11559if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
11560 ac_checking=
11561fi
81ecdfbb
RW
11562# Check whether --enable-checking was given.
11563if test "${enable_checking+set}" = set; then :
11564 enableval=$enable_checking; case "${enableval}" in
ce2cded5
L
11565 no|none) ac_checking= ;;
11566 *) ac_checking=yes ;;
11567esac
81ecdfbb
RW
11568fi
11569if test x$ac_checking != x ; then
d7040cdb 11570
81ecdfbb 11571$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
d7040cdb 11572
ce2cded5 11573fi
d7040cdb 11574
ce2cded5 11575using_cgen=no
d7040cdb 11576
d7040cdb 11577
397841b5
AM
11578GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11579cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11580/* end confdefs.h. */
11581__GNUC__
11582_ACEOF
11583if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11584 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11585
11586else
11587 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11588fi
11589rm -f conftest*
11590
d7040cdb 11591
81ecdfbb
RW
11592# Check whether --enable-werror was given.
11593if test "${enable_werror+set}" = set; then :
11594 enableval=$enable_werror; case "${enableval}" in
ce2cded5
L
11595 yes | y) ERROR_ON_WARNING="yes" ;;
11596 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 11597 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
ce2cded5 11598 esac
81ecdfbb
RW
11599fi
11600
d7040cdb 11601
397841b5 11602# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
11603case "${host}" in
11604 *-*-mingw32*)
11605 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11606 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11607 fi
11608 ;;
11609 *) ;;
11610esac
11611
ce2cded5
L
11612# Enable -Werror by default when using gcc
11613if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11614 ERROR_ON_WARNING=yes
11615fi
11616
11617NO_WERROR=
11618if test "${ERROR_ON_WARNING}" = yes ; then
11619 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11620 NO_WERROR="-Wno-error"
11621fi
11622
11623if test "${GCC}" = yes ; then
11624 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11625fi
11626
81ecdfbb
RW
11627# Check whether --enable-build-warnings was given.
11628if test "${enable_build_warnings+set}" = set; then :
11629 enableval=$enable_build_warnings; case "${enableval}" in
ce2cded5
L
11630 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11631 no) if test "${GCC}" = yes ; then
11632 WARN_CFLAGS="-w"
11633 fi;;
11634 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11635 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11636 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11637 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11638 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11639esac
81ecdfbb
RW
11640fi
11641
d7040cdb 11642
ce2cded5
L
11643if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11644 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11645fi
d7040cdb 11646
d7040cdb 11647
d7040cdb 11648
d7040cdb 11649
d7040cdb 11650
ce2cded5 11651# Generate a header file
81ecdfbb 11652ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb 11653
d7040cdb 11654
df7b86aa
NC
11655# PR 14072
11656
11657
ce2cded5
L
11658# If we are on a DOS filesystem, we must use gdb.ini rather than
11659# .gdbinit.
11660case "${host}" in
11661 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11662 GDBINIT="gdb.ini"
81ecdfbb 11663 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
d7040cdb 11664
ce2cded5
L
11665 ;;
11666 *)
11667 GDBINIT=".gdbinit"
81ecdfbb 11668 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
d7040cdb 11669
ce2cded5
L
11670 ;;
11671esac
d7040cdb 11672
d7040cdb 11673
ce2cded5 11674#We need this for the host. BOUT header is in host order.
81ecdfbb
RW
11675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11676$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11677if test "${ac_cv_c_bigendian+set}" = set; then :
11678 $as_echo_n "(cached) " >&6
11679else
11680 ac_cv_c_bigendian=unknown
11681 # See if we're dealing with a universal compiler.
11682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11683/* end confdefs.h. */
11684#ifndef __APPLE_CC__
11685 not a universal capable compiler
11686 #endif
11687 typedef int dummy;
11688
11689_ACEOF
11690if ac_fn_c_try_compile "$LINENO"; then :
11691
11692 # Check for potential -arch flags. It is not universal unless
11693 # there are at least two -arch flags with different values.
11694 ac_arch=
11695 ac_prev=
11696 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11697 if test -n "$ac_prev"; then
11698 case $ac_word in
11699 i?86 | x86_64 | ppc | ppc64)
11700 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11701 ac_arch=$ac_word
11702 else
11703 ac_cv_c_bigendian=universal
11704 break
11705 fi
11706 ;;
11707 esac
11708 ac_prev=
11709 elif test "x$ac_word" = "x-arch"; then
11710 ac_prev=arch
11711 fi
11712 done
11713fi
11714rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11715 if test $ac_cv_c_bigendian = unknown; then
11716 # See if sys/param.h defines the BYTE_ORDER macro.
11717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11718/* end confdefs.h. */
11719#include <sys/types.h>
81ecdfbb 11720 #include <sys/param.h>
d7040cdb 11721
ce2cded5
L
11722int
11723main ()
11724{
81ecdfbb
RW
11725#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11726 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11727 && LITTLE_ENDIAN)
11728 bogus endian macros
11729 #endif
d7040cdb 11730
ce2cded5
L
11731 ;
11732 return 0;
11733}
11734_ACEOF
81ecdfbb 11735if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11736 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 11737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5
L
11738/* end confdefs.h. */
11739#include <sys/types.h>
81ecdfbb 11740 #include <sys/param.h>
d7040cdb 11741
ce2cded5
L
11742int
11743main ()
11744{
11745#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
11746 not big endian
11747 #endif
d7040cdb 11748
ce2cded5
L
11749 ;
11750 return 0;
11751}
11752_ACEOF
81ecdfbb 11753if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5
L
11754 ac_cv_c_bigendian=yes
11755else
81ecdfbb 11756 ac_cv_c_bigendian=no
ce2cded5 11757fi
81ecdfbb
RW
11758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11759fi
11760rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11761 fi
11762 if test $ac_cv_c_bigendian = unknown; then
11763 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11765/* end confdefs.h. */
11766#include <limits.h>
d7040cdb 11767
81ecdfbb
RW
11768int
11769main ()
11770{
11771#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11772 bogus endian macros
11773 #endif
11774
11775 ;
11776 return 0;
11777}
ce2cded5 11778_ACEOF
81ecdfbb
RW
11779if ac_fn_c_try_compile "$LINENO"; then :
11780 # It does; now see whether it defined to _BIG_ENDIAN or not.
11781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11782/* end confdefs.h. */
81ecdfbb
RW
11783#include <limits.h>
11784
ce2cded5
L
11785int
11786main ()
11787{
81ecdfbb
RW
11788#ifndef _BIG_ENDIAN
11789 not big endian
11790 #endif
11791
ce2cded5
L
11792 ;
11793 return 0;
11794}
11795_ACEOF
81ecdfbb 11796if ac_fn_c_try_compile "$LINENO"; then :
ce2cded5 11797 ac_cv_c_bigendian=yes
81ecdfbb
RW
11798else
11799 ac_cv_c_bigendian=no
d7040cdb 11800fi
81ecdfbb 11801rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 11802fi
81ecdfbb
RW
11803rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11804 fi
11805 if test $ac_cv_c_bigendian = unknown; then
11806 # Compile a test program.
11807 if test "$cross_compiling" = yes; then :
11808 # Try to guess by grepping values from an object file.
11809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11810/* end confdefs.h. */
11811short int ascii_mm[] =
11812 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11813 short int ascii_ii[] =
11814 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11815 int use_ascii (int i) {
11816 return ascii_mm[i] + ascii_ii[i];
11817 }
11818 short int ebcdic_ii[] =
11819 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11820 short int ebcdic_mm[] =
11821 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11822 int use_ebcdic (int i) {
11823 return ebcdic_mm[i] + ebcdic_ii[i];
11824 }
11825 extern int foo;
d7040cdb 11826
81ecdfbb
RW
11827int
11828main ()
11829{
11830return use_ascii (foo) == use_ebcdic (foo);
11831 ;
11832 return 0;
11833}
11834_ACEOF
11835if ac_fn_c_try_compile "$LINENO"; then :
11836 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11837 ac_cv_c_bigendian=yes
11838 fi
11839 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11840 if test "$ac_cv_c_bigendian" = unknown; then
11841 ac_cv_c_bigendian=no
11842 else
11843 # finding both strings is unlikely to happen, but who knows?
11844 ac_cv_c_bigendian=unknown
11845 fi
11846 fi
ce2cded5 11847fi
81ecdfbb 11848rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce2cded5 11849else
81ecdfbb 11850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce2cded5 11851/* end confdefs.h. */
81ecdfbb 11852$ac_includes_default
ce2cded5
L
11853int
11854main ()
11855{
81ecdfbb
RW
11856
11857 /* Are we little or big endian? From Harbison&Steele. */
11858 union
11859 {
11860 long int l;
11861 char c[sizeof (long int)];
11862 } u;
11863 u.l = 1;
11864 return u.c[sizeof (long int) - 1] == 1;
11865
11866 ;
11867 return 0;
ce2cded5 11868}
d7040cdb 11869_ACEOF
81ecdfbb 11870if ac_fn_c_try_run "$LINENO"; then :
ce2cded5
L
11871 ac_cv_c_bigendian=no
11872else
81ecdfbb 11873 ac_cv_c_bigendian=yes
d7040cdb 11874fi
81ecdfbb
RW
11875rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11876 conftest.$ac_objext conftest.beam conftest.$ac_ext
d7040cdb 11877fi
81ecdfbb
RW
11878
11879 fi
ce2cded5 11880fi
81ecdfbb
RW
11881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11882$as_echo "$ac_cv_c_bigendian" >&6; }
11883 case $ac_cv_c_bigendian in #(
11884 yes)
11885 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11886;; #(
11887 no)
11888 ;; #(
11889 universal)
d7040cdb 11890
81ecdfbb
RW
11891$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11892
11893 ;; #(
11894 *)
11895 as_fn_error "unknown endianness
11896 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11897 esac
d7040cdb 11898
d7040cdb 11899
ce2cded5 11900te_file=generic
d7040cdb 11901
ce2cded5
L
11902# Makefile target for installing gas in $(tooldir)/bin.
11903install_tooldir=install-exec-tooldir
d7040cdb 11904
ce2cded5
L
11905canon_targets=""
11906all_targets=no
11907if test -n "$enable_targets" ; then
11908 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11909 if test $t = "all"; then
11910 all_targets=yes
11911 continue
11912 fi
11913 result=`$ac_config_sub $t 2>/dev/null`
11914 if test -n "$result" ; then
11915 canon_targets="$canon_targets $result"
11916# else
11917# # Permit "all", etc. We don't support it yet though.
11918# canon_targets="$canon_targets $t"
11919 fi
11920 done
11921 _gas_uniq_list="$canon_targets"
d7040cdb
SE
11922_gas_uniq_newlist=""
11923for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
11924 case $_gas_uniq_i in
11925 _gas_uniq_dummy) ;;
11926 *) case " $_gas_uniq_newlist " in
11927 *" $_gas_uniq_i "*) ;;
11928 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
11929 esac ;;
11930 esac
11931done
ce2cded5 11932canon_targets=$_gas_uniq_newlist
d7040cdb 11933
ce2cded5
L
11934fi
11935
11936emulations=""
11937
11938for this_target in $target $canon_targets ; do
11939
11940 targ=${this_target}
11941 . ${srcdir}/configure.tgt
11942
11943 case ${target_cpu} in
11944 crisv32)
11945
11946cat >>confdefs.h <<_ACEOF
11947#define DEFAULT_CRIS_ARCH $arch
d7040cdb 11948_ACEOF
ce2cded5
L
11949
11950 ;;
11951 esac
11952
11953 if test ${this_target} = $target ; then
11954 target_cpu_type=${cpu_type}
11955 elif test ${target_cpu_type} != ${cpu_type} ; then
11956 continue
11957 fi
11958
11959 generic_target=${cpu_type}-${target_vendor}-${target_os}
11960 case ${generic_target} in
11961 i386-*-sco3.2v5*)
11962 if test ${this_target} = $target; then
11963
81ecdfbb 11964$as_echo "#define SCO_ELF 1" >>confdefs.h
ce2cded5
L
11965
11966 fi
11967 ;;
11968
11969 i386-*-msdosdjgpp* \
11970 | i386-*-go32* \
11971 | i386-go32-rtems*)
11972
81ecdfbb 11973$as_echo "#define STRICTCOFF 1" >>confdefs.h
ce2cded5
L
11974
11975 ;;
11976
11977 i860-*-*)
81ecdfbb
RW
11978 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
11979$as_echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
ce2cded5
L
11980 ;;
11981
7ba29e2a
NC
11982 microblaze*)
11983 ;;
11984
e5231592 11985 ppc-*-aix[5-9].*)
ce2cded5 11986
81ecdfbb 11987$as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
ce2cded5 11988
ce2cded5
L
11989 ;;
11990 ppc-*-solaris*)
11991 if test ${this_target} = $target; then
11992
81ecdfbb 11993$as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
ce2cded5
L
11994
11995 fi
11996 if test x${endian} = xbig; then
81ecdfbb 11997 as_fn_error "Solaris must be configured little endian" "$LINENO" 5
ce2cded5
L
11998 fi
11999 ;;
12000
12001 sh*-*-symbianelf*)
12002
81ecdfbb 12003$as_echo "#define TARGET_SYMBIAN 1" >>confdefs.h
ce2cded5
L
12004
12005 ;;
d7040cdb 12006 esac
d7040cdb 12007
ce2cded5
L
12008 if test ${this_target} = $target ; then
12009 endian_def=
12010 if test x${endian} = xbig; then
12011 endian_def=1
12012 elif test x${endian} = xlittle; then
12013 endian_def=0
12014 fi
12015 if test x${endian_def} != x; then
12016
12017cat >>confdefs.h <<_ACEOF
12018#define TARGET_BYTES_BIG_ENDIAN $endian_def
12019_ACEOF
12020
12021 fi
12022 fi
12023
12024# Other random stuff.
12025
12026 case ${cpu_type} in
12027 mips)
12028 # Set mips_cpu to the name of the default CPU.
12029 case ${target_cpu} in
12030 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12031 mips_cpu=from-abi
12032 ;;
12033 mipsisa32 | mipsisa32el)
12034 mips_cpu=mips32
12035 ;;
12036 mipsisa32r2 | mipsisa32r2el)
12037 mips_cpu=mips32r2
12038 ;;
12039 mipsisa64 | mipsisa64el)
12040 mips_cpu=mips64
12041 ;;
12042 mipsisa64r2 | mipsisa64r2el)
12043 mips_cpu=mips64r2
12044 ;;
12045 mipstx39 | mipstx39el)
12046 mips_cpu=r3900
12047 ;;
12048 mips64vr | mips64vrel)
12049 mips_cpu=vr4100
12050 ;;
12051 mipsisa32r2* | mipsisa64r2*)
12052 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12053 ;;
12054 mips64* | mipsisa64* | mipsisa32*)
12055 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12056 ;;
e407c74b
NC
12057 mips*)
12058 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12059 ;;
ce2cded5 12060 *)
81ecdfbb 12061 as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
ce2cded5
L
12062 ;;
12063 esac
12064 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12065 # binaries. It's a GNU extension that some OSes don't understand.
ce2cded5
L
12066 case ${target} in
12067 *-*-irix*)
12068 use_e_mips_abi_o32=0
12069 ;;
12070 *)
12071 use_e_mips_abi_o32=1
12072 ;;
12073 esac
12074 # Decide whether to generate 32-bit or 64-bit code by default.
12075 # Used to resolve -march=from-abi when an embedded ABI is selected.
12076 case ${target} in
12077 mips64*-*-* | mipsisa64*-*-*)
12078 mips_default_64bit=1
12079 ;;
12080 *)
12081 mips_default_64bit=0
12082 ;;
12083 esac
12084 # Decide which ABI to target by default.
12085 case ${target} in
aeffff67 12086 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu)
ce2cded5
L
12087 mips_default_abi=N32_ABI
12088 ;;
aeffff67 12089 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
ce2cded5
L
12090 mips_default_abi=O32_ABI
12091 ;;
12092 mips64*-openbsd*)
12093 mips_default_abi=N64_ABI
12094 ;;
12095 *)
12096 mips_default_abi=NO_ABI
12097 ;;
12098 esac
12099
12100cat >>confdefs.h <<_ACEOF
12101#define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
d7040cdb 12102_ACEOF
d7040cdb
SE
12103
12104
12105cat >>confdefs.h <<_ACEOF
ce2cded5 12106#define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
d7040cdb
SE
12107_ACEOF
12108
12109
12110cat >>confdefs.h <<_ACEOF
ce2cded5 12111#define MIPS_DEFAULT_64BIT $mips_default_64bit
d7040cdb
SE
12112_ACEOF
12113
12114
ce2cded5
L
12115cat >>confdefs.h <<_ACEOF
12116#define MIPS_DEFAULT_ABI $mips_default_abi
12117_ACEOF
d7040cdb 12118
ce2cded5
L
12119 ;;
12120 esac
d7040cdb 12121
ce2cded5
L
12122 # Do we need the opcodes library?
12123 case ${cpu_type} in
12124 vax | tic30)
12125 ;;
d7040cdb 12126
ce2cded5
L
12127 *)
12128 need_opcodes=yes
d7040cdb 12129
ce2cded5
L
12130 case "${enable_shared}" in
12131 yes) shared_opcodes=true ;;
12132 *opcodes*) shared_opcodes=true ;;
12133 *) shared_opcodes=false ;;
12134 esac
12135 ;;
12136 esac
d7040cdb 12137
ce2cded5
L
12138 # Any other special object files needed ?
12139 case ${cpu_type} in
d7040cdb 12140
ce2cded5
L
12141 bfin)
12142 echo ${extra_objects} | grep -s "bfin-parse.o"
12143 if test $? -ne 0 ; then
12144 extra_objects="$extra_objects bfin-parse.o"
12145 fi
d7040cdb 12146
df7b86aa 12147 echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
ce2cded5 12148 if test $? -ne 0 ; then
df7b86aa 12149 extra_objects="$extra_objects bfin-lex-wrapper.o"
ce2cded5
L
12150 fi
12151 ;;
d7040cdb 12152
73589c9d 12153 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
ce2cded5
L
12154 using_cgen=yes
12155 ;;
d7040cdb 12156
ce2cded5
L
12157 m32c)
12158 using_cgen=yes
12159 ;;
12160 frv)
12161 using_cgen=yes
12162 ;;
12163 m68k)
12164 case ${extra_objects} in
12165 *m68k-parse.o*) ;;
12166 *) extra_objects="$extra_objects m68k-parse.o" ;;
12167 esac
12168 ;;
d7040cdb 12169
ce2cded5
L
12170 mep)
12171 using_cgen=yes
12172 ;;
d7040cdb 12173
ce2cded5
L
12174 mips)
12175 echo ${extra_objects} | grep -s "itbl-parse.o"
12176 if test $? -ne 0 ; then
12177 extra_objects="$extra_objects itbl-parse.o"
12178 fi
d7040cdb 12179
df7b86aa 12180 echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
ce2cded5 12181 if test $? -ne 0 ; then
df7b86aa 12182 extra_objects="$extra_objects itbl-lex-wrapper.o"
ce2cded5 12183 fi
d7040cdb 12184
ce2cded5
L
12185 echo ${extra_objects} | grep -s "itbl-ops.o"
12186 if test $? -ne 0 ; then
12187 extra_objects="$extra_objects itbl-ops.o"
12188 fi
12189 ;;
d7040cdb 12190
ce2cded5
L
12191 mt)
12192 using_cgen=yes
12193 ;;
d7040cdb 12194
35c08157
KLC
12195 nds32)
12196 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12197 # based on arch_name.
12198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12199$as_echo_n "checking for default configuration of --with-arch... " >&6; }
12200 if test "x${with_arch}" != x; then
12201 case ${with_arch} in
12202 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12203
12204cat >>confdefs.h <<_ACEOF
12205#define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12206_ACEOF
12207
12208 ;;
12209 *)
12210 as_fn_error "This kind of arch name does *NOT* exist!" "$LINENO" 5
12211 ;;
12212 esac
12213 fi
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12215$as_echo "$with_arch" >&6; }
12216
12217 # Decide features one by one.
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12219$as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12220 if test "x${enable_dx_regs}" == xyes; then
12221
12222$as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12223
12224 else
12225
12226$as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12227
12228 fi
12229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12230$as_echo "$enable_dx_regs" >&6; }
12231
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12233$as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12234 if test "x${enable_perf_ext}" == xno; then
12235
12236$as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12237
12238 else
12239
12240$as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12241
12242 fi
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12244$as_echo "$enable_perf_ext" >&6; }
12245
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12247$as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12248 if test "x${enable_perf_ext2}" == xno; then
12249
12250$as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12251
12252 else
12253
12254$as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12255
12256 fi
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12258$as_echo "$enable_perf_ext2" >&6; }
12259
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12261$as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12262 if test "x${enable_string_ext}" == xno; then
12263
12264$as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12265
12266 else
12267
12268$as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12269
12270 fi
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12272$as_echo "$enable_string_ext" >&6; }
12273
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12275$as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12276 if test "x${enable_audio_ext}" == xno; then
12277
12278$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12279
12280 else
12281
12282$as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12283
12284 fi
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12286$as_echo "$enable_audio_ext" >&6; }
12287 ;;
12288
ce2cded5
L
12289 i386 | s390 | sparc)
12290 if test $this_target = $target ; then
d7040cdb
SE
12291
12292cat >>confdefs.h <<_ACEOF
ce2cded5 12293#define DEFAULT_ARCH "${arch}"
d7040cdb
SE
12294_ACEOF
12295
ce2cded5
L
12296 fi
12297 ;;
d7040cdb 12298
99c513f6
DD
12299 rl78)
12300 echo ${extra_objects} | grep -s "rl78-parse.o"
12301 if test $? -ne 0 ; then
12302 extra_objects="$extra_objects rl78-parse.o"
12303 fi
12304 ;;
12305
c7927a3c
NC
12306 rx)
12307 echo ${extra_objects} | grep -s "rx-parse.o"
12308 if test $? -ne 0 ; then
12309 extra_objects="$extra_objects rx-parse.o"
12310 fi
12311 ;;
12312
ce2cded5
L
12313 xstormy16)
12314 using_cgen=yes
12315 ;;
d7040cdb 12316
ce2cded5
L
12317 xc16x)
12318 using_cgen=yes
12319 ;;
d7040cdb 12320
ce2cded5
L
12321 xtensa)
12322 echo ${extra_objects} | grep -s "xtensa-relax.o"
12323 if test $? -ne 0 ; then
12324 extra_objects="$extra_objects xtensa-relax.o"
12325 fi
12326 ;;
d7040cdb 12327
ce2cded5
L
12328 *)
12329 ;;
12330 esac
d7040cdb 12331
ce2cded5
L
12332 if test $using_cgen = yes ; then
12333 case "x${extra_objects}" in
12334 *cgen.o*) ;;
12335 *) extra_objects="$extra_objects cgen.o" ;;
12336 esac
12337 fi
d7040cdb 12338
ce2cded5 12339# See if we really can support this configuration with the emulation code.
d7040cdb 12340
ce2cded5
L
12341 if test $this_target = $target ; then
12342 obj_format=$fmt
12343 te_file=$em
12344 fi
d7040cdb 12345
b11d79f2
TG
12346 case ${te_file} in
12347 vms) extra_objects="$extra_objects te-vms.o" ;;
12348 esac
12349
ce2cded5 12350# From target name and format, produce a list of supported emulations.
d7040cdb 12351
ce2cded5 12352 case ${generic_target}-${fmt} in
e8044f35 12353 mips-*-*-*) case "$endian" in
ce2cded5
L
12354 big) emulation="mipsbelf mipslelf mipself" ;;
12355 *) emulation="mipslelf mipsbelf mipself" ;;
12356 esac ;;
ce2cded5
L
12357 # i386-pc-pe-coff != i386-pc-coff.
12358 i386-*-pe-coff) ;;
12359 # Uncommenting the next line will turn on support for i386 AOUT
12360 # for the default linux configuration
12361 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12362 #
12363 i386-*-aout) emulation="i386aout" ;;
12364 i386-*-coff) emulation="i386coff" ;;
12365 i386-*-elf) emulation="i386elf" ;;
d7040cdb 12366
ce2cded5
L
12367 # Always all formats. The first stated emulation becomes the default.
12368 cris-*-*aout*) emulation="crisaout criself" ;;
12369 cris-*-*) emulation="criself crisaout" ;;
12370 esac
13b2be9c 12371
ce2cded5 12372 emulations="$emulations $emulation"
13b2be9c 12373
13b2be9c 12374done
13b2be9c 12375
ce2cded5
L
12376# Turn on all targets if possible
12377if test ${all_targets} = "yes"; then
12378 case ${target_cpu_type} in
12379 i386)
12380 case ${obj_format} in
12381 aout)
12382 emulations="$emulations i386coff i386elf"
12383 ;;
12384 coff)
12385 emulations="$emulations i386aout i386elf"
12386 ;;
12387 elf)
12388 emulations="$emulations i386aout i386coff"
12389 ;;
12390 esac
12391 ;;
12392 x86_64)
12393 case ${obj_format} in
12394 aout)
12395 emulations="$emulations i386coff i386elf"
12396 ;;
12397 coff)
12398 emulations="$emulations i386aout i386elf"
12399 ;;
12400 elf)
12401 emulations="$emulations i386aout i386coff"
12402 ;;
12403 esac
12404 ;;
12405 esac
13b2be9c 12406fi
c8615825 12407
39871c07
AM
12408# PE code has way too many macros tweaking behaviour
12409case ${te_file} in
12410 pe*) emulations="" ;;
12411esac
12412
ce2cded5
L
12413# Assign floating point type. Most processors with FP support
12414# IEEE FP. On those that don't support FP at all, usually IEEE
12415# is emulated.
12416case ${target_cpu} in
12417 vax | pdp11 ) atof=vax ;;
12418 *) atof=ieee ;;
12419esac
c8615825 12420
ce2cded5 12421case "${obj_format}" in
81ecdfbb 12422 "") as_fn_error "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
ce2cded5 12423esac
13b2be9c 12424
ce2cded5
L
12425# Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12426cgen_cpu_prefix=""
12427if test $using_cgen = yes ; then
12428 case ${target_cpu} in
73589c9d
CS
12429 or1knd)
12430 cgen_cpu_prefix=or1k ;;
ce2cded5
L
12431 *) cgen_cpu_prefix=${target_cpu} ;;
12432 esac
c8615825 12433
c8615825 12434
81ecdfbb 12435$as_echo "#define USING_CGEN 1" >>confdefs.h
d7040cdb 12436
d7040cdb 12437fi
13b2be9c 12438
ce2cded5
L
12439
12440if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
81ecdfbb 12441 as_fn_error "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13b2be9c 12442fi
ce2cded5
L
12443
12444if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
81ecdfbb 12445 as_fn_error "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13b2be9c
DJ
12446fi
12447
ce2cded5
L
12448# Some COFF configurations want these random other flags set.
12449case ${obj_format} in
12450 coff)
12451 case ${target_cpu_type} in
12452 i386)
81ecdfbb 12453$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12454 ;;
12455 m68k)
81ecdfbb 12456$as_echo "#define M68KCOFF 1" >>confdefs.h
ce2cded5
L
12457 ;;
12458 m88k)
81ecdfbb 12459$as_echo "#define M88KCOFF 1" >>confdefs.h
ce2cded5
L
12460 ;;
12461 x86_64)
81ecdfbb 12462$as_echo "#define I386COFF 1" >>confdefs.h
ce2cded5
L
12463 ;;
12464 esac
12465 ;;
12466esac
12467
12468# Getting this done right is going to be a bitch. Each configuration specified
12469# with --enable-targets=... should be checked for environment, format, cpu
12470# setting.
12471#
12472# For each configuration, the necessary object file support code must be linked
12473# in. This might be only one, it might be up to four. The necessary emulation
12474# code needs to be provided, too.
12475#
12476# And then there's "--enable-targets=all"....
12477#
e8044f35 12478# For now, just always do it for MIPS ELF configurations. Sigh.
ce2cded5
L
12479
12480formats="${obj_format}"
12481emfiles=""
12482EMULATIONS=""
12483_gas_uniq_list="$emulations"
12484_gas_uniq_newlist=""
12485for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12486 case $_gas_uniq_i in
12487 _gas_uniq_dummy) ;;
12488 *) case " $_gas_uniq_newlist " in
12489 *" $_gas_uniq_i "*) ;;
12490 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12491 esac ;;
12492 esac
12493done
12494emulations=$_gas_uniq_newlist
12495
12496for em in . $emulations ; do
12497 case $em in
12498 .) continue ;;
12499 mipsbelf | mipslelf | mipself)
12500 fmt=elf file=mipself ;;
ce2cded5
L
12501 *coff)
12502 fmt=coff file=$em ;;
12503 *aout)
12504 fmt=aout file=$em ;;
12505 *elf)
12506 fmt=elf file=$em ;;
12507 esac
12508 formats="$formats $fmt"
12509 emfiles="$emfiles e-$file.o"
12510 EMULATIONS="$EMULATIONS &$em,"
12511done
12512_gas_uniq_list="$formats"
12513_gas_uniq_newlist=""
12514for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12515 case $_gas_uniq_i in
12516 _gas_uniq_dummy) ;;
12517 *) case " $_gas_uniq_newlist " in
12518 *" $_gas_uniq_i "*) ;;
12519 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12520 esac ;;
12521 esac
13b2be9c 12522done
ce2cded5 12523formats=$_gas_uniq_newlist
13b2be9c 12524
ce2cded5
L
12525_gas_uniq_list="$emfiles"
12526_gas_uniq_newlist=""
12527for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12528 case $_gas_uniq_i in
12529 _gas_uniq_dummy) ;;
12530 *) case " $_gas_uniq_newlist " in
12531 *" $_gas_uniq_i "*) ;;
12532 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12533 esac ;;
12534 esac
12535done
12536emfiles=$_gas_uniq_newlist
d7040cdb 12537
ce2cded5
L
12538if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12539 for fmt in $formats ; do
12540 case $fmt in
12541 aout)
81ecdfbb 12542$as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
ce2cded5
L
12543 ;;
12544 bout)
81ecdfbb 12545$as_echo "#define OBJ_MAYBE_BOUT 1" >>confdefs.h
ce2cded5
L
12546 ;;
12547 coff)
81ecdfbb 12548$as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
ce2cded5
L
12549 ;;
12550 ecoff)
81ecdfbb 12551$as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
ce2cded5
L
12552 ;;
12553 elf)
81ecdfbb 12554$as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
ce2cded5
L
12555 ;;
12556 generic)
81ecdfbb 12557$as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
ce2cded5
L
12558 ;;
12559 som)
81ecdfbb 12560$as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
ce2cded5
L
12561 ;;
12562 esac
12563 extra_objects="$extra_objects obj-$fmt.o"
12564 done
12565 obj_format=multi
13b2be9c 12566fi
ce2cded5
L
12567if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12568 DEFAULT_EMULATION=`set . $emulations ; echo $2`
e8044f35 12569 # e-mipself has more than one emulation per file, e-i386* has just one at the
ce2cded5
L
12570 # moment. If only one emulation is specified, then don't define
12571 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12572 case "${obj_format}${emfiles}" in
e8044f35 12573 multi* | *mipself*)
ce2cded5 12574 extra_objects="$extra_objects $emfiles"
d7040cdb 12575
81ecdfbb 12576$as_echo "#define USE_EMULATIONS 1" >>confdefs.h
ce2cded5
L
12577 ;;
12578 esac
12579fi
d7040cdb 12580
13b2be9c 12581
ce2cded5
L
12582cat >>confdefs.h <<_ACEOF
12583#define EMULATIONS $EMULATIONS
13b2be9c 12584_ACEOF
d7040cdb 12585
d7040cdb 12586
ce2cded5
L
12587cat >>confdefs.h <<_ACEOF
12588#define DEFAULT_EMULATION "$DEFAULT_EMULATION"
d7040cdb 12589_ACEOF
d7040cdb 12590
d7040cdb 12591
ce2cded5 12592reject_dev_configs=yes
252b5132 12593
ce2cded5
L
12594case ${reject_dev_configs}-${dev} in
12595 yes-yes) # Oops.
81ecdfbb 12596 as_fn_error "GAS does not support the ${generic_target} configuration." "$LINENO" 5
ce2cded5 12597 ;;
d7040cdb
SE
12598esac
12599
13b2be9c 12600
ce2cded5
L
12601
12602
12603
12604
12605
12606# do we need the opcodes library?
12607case "${need_opcodes}" in
12608yes)
12609 OPCODES_LIB=../opcodes/libopcodes.la
12610 ;;
12611esac
12612
12613
12614
12615
12616cat >>confdefs.h <<_ACEOF
12617#define TARGET_ALIAS "${target_alias}"
d7040cdb 12618_ACEOF
20e95c23 12619
20e95c23 12620
ce2cded5
L
12621cat >>confdefs.h <<_ACEOF
12622#define TARGET_CANONICAL "${target}"
12623_ACEOF
20e95c23 12624
d6d788bd 12625
ce2cded5
L
12626cat >>confdefs.h <<_ACEOF
12627#define TARGET_CPU "${target_cpu}"
12628_ACEOF
20e95c23 12629
ce2cded5
L
12630
12631cat >>confdefs.h <<_ACEOF
12632#define TARGET_VENDOR "${target_vendor}"
0efedc4c
AM
12633_ACEOF
12634
12635
ce2cded5
L
12636cat >>confdefs.h <<_ACEOF
12637#define TARGET_OS "${target_os}"
12638_ACEOF
12639
0efedc4c 12640
d7040cdb
SE
12641for ac_prog in 'bison -y' byacc
12642do
12643 # Extract the first word of "$ac_prog", so it can be a program name with args.
12644set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12646$as_echo_n "checking for $ac_word... " >&6; }
12647if test "${ac_cv_prog_YACC+set}" = set; then :
12648 $as_echo_n "(cached) " >&6
20e95c23 12649else
d7040cdb
SE
12650 if test -n "$YACC"; then
12651 ac_cv_prog_YACC="$YACC" # Let the user override the test.
d6d788bd 12652else
d7040cdb
SE
12653as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12654for as_dir in $PATH
12655do
12656 IFS=$as_save_IFS
12657 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12658 for ac_exec_ext in '' $ac_executable_extensions; do
12659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12660 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 12662 break 2
20e95c23 12663 fi
d7040cdb 12664done
81ecdfbb
RW
12665 done
12666IFS=$as_save_IFS
20e95c23 12667
d7040cdb
SE
12668fi
12669fi
12670YACC=$ac_cv_prog_YACC
12671if test -n "$YACC"; then
81ecdfbb
RW
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12673$as_echo "$YACC" >&6; }
d7040cdb 12674else
81ecdfbb
RW
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12676$as_echo "no" >&6; }
d7040cdb 12677fi
20e95c23 12678
81ecdfbb 12679
d7040cdb
SE
12680 test -n "$YACC" && break
12681done
12682test -n "$YACC" || YACC="yacc"
20e95c23 12683
d7040cdb
SE
12684for ac_prog in flex lex
12685do
12686 # Extract the first word of "$ac_prog", so it can be a program name with args.
12687set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12689$as_echo_n "checking for $ac_word... " >&6; }
12690if test "${ac_cv_prog_LEX+set}" = set; then :
12691 $as_echo_n "(cached) " >&6
d6d788bd 12692else
d7040cdb
SE
12693 if test -n "$LEX"; then
12694 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12695else
12696as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12697for as_dir in $PATH
12698do
12699 IFS=$as_save_IFS
12700 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12701 for ac_exec_ext in '' $ac_executable_extensions; do
12702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12703 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12705 break 2
12706 fi
12707done
81ecdfbb
RW
12708 done
12709IFS=$as_save_IFS
20e95c23 12710
d7040cdb
SE
12711fi
12712fi
12713LEX=$ac_cv_prog_LEX
12714if test -n "$LEX"; then
81ecdfbb
RW
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12716$as_echo "$LEX" >&6; }
20e95c23 12717else
81ecdfbb
RW
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12719$as_echo "no" >&6; }
13b2be9c
DJ
12720fi
12721
81ecdfbb 12722
d7040cdb
SE
12723 test -n "$LEX" && break
12724done
12725test -n "$LEX" || LEX=":"
20e95c23 12726
81ecdfbb
RW
12727if test "x$LEX" != "x:"; then
12728 cat >conftest.l <<_ACEOF
12729%%
12730a { ECHO; }
12731b { REJECT; }
12732c { yymore (); }
12733d { yyless (1); }
12734e { yyless (input () != 0); }
12735f { unput (yytext[0]); }
12736. { BEGIN INITIAL; }
12737%%
12738#ifdef YYTEXT_POINTER
12739extern char *yytext;
d7040cdb 12740#endif
d7040cdb 12741int
81ecdfbb 12742main (void)
d7040cdb 12743{
81ecdfbb 12744 return ! yylex () + ! yywrap ();
d7040cdb
SE
12745}
12746_ACEOF
81ecdfbb
RW
12747{ { ac_try="$LEX conftest.l"
12748case "(($ac_try" in
12749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12750 *) ac_try_echo=$ac_try;;
12751esac
12752eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12753$as_echo "$ac_try_echo"; } >&5
12754 (eval "$LEX conftest.l") 2>&5
d7040cdb 12755 ac_status=$?
81ecdfbb
RW
12756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12757 test $ac_status = 0; }
12758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12759$as_echo_n "checking lex output file root... " >&6; }
12760if test "${ac_cv_prog_lex_root+set}" = set; then :
12761 $as_echo_n "(cached) " >&6
d7040cdb 12762else
d5fbea21 12763
81ecdfbb
RW
12764if test -f lex.yy.c; then
12765 ac_cv_prog_lex_root=lex.yy
12766elif test -f lexyy.c; then
12767 ac_cv_prog_lex_root=lexyy
12768else
12769 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
d6d788bd 12770fi
d7040cdb 12771fi
81ecdfbb
RW
12772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12773$as_echo "$ac_cv_prog_lex_root" >&6; }
12774LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12775
81ecdfbb
RW
12776if test -z "${LEXLIB+set}"; then
12777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12778$as_echo_n "checking lex library... " >&6; }
12779if test "${ac_cv_lib_lex+set}" = set; then :
12780 $as_echo_n "(cached) " >&6
d7040cdb 12781else
d7040cdb 12782
81ecdfbb
RW
12783 ac_save_LIBS=$LIBS
12784 ac_cv_lib_lex='none needed'
12785 for ac_lib in '' -lfl -ll; do
12786 LIBS="$ac_lib $ac_save_LIBS"
12787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12788/* end confdefs.h. */
12789`cat $LEX_OUTPUT_ROOT.c`
12790_ACEOF
12791if ac_fn_c_try_link "$LINENO"; then :
12792 ac_cv_lib_lex=$ac_lib
d7040cdb 12793fi
81ecdfbb
RW
12794rm -f core conftest.err conftest.$ac_objext \
12795 conftest$ac_exeext conftest.$ac_ext
12796 test "$ac_cv_lib_lex" != 'none needed' && break
12797 done
12798 LIBS=$ac_save_LIBS
d7040cdb
SE
12799
12800fi
81ecdfbb
RW
12801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12802$as_echo "$ac_cv_lib_lex" >&6; }
12803 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12804fi
12805
13b2be9c 12806
81ecdfbb
RW
12807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12808$as_echo_n "checking whether yytext is a pointer... " >&6; }
12809if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12810 $as_echo_n "(cached) " >&6
d7040cdb
SE
12811else
12812 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12813# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12814# not all implementations provide the %pointer and %array declarations.
12815ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12816ac_save_LIBS=$LIBS
81ecdfbb
RW
12817LIBS="$LEXLIB $ac_save_LIBS"
12818cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12819/* end confdefs.h. */
12820#define YYTEXT_POINTER 1
d7040cdb 12821`cat $LEX_OUTPUT_ROOT.c`
13b2be9c 12822_ACEOF
81ecdfbb 12823if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12824 ac_cv_prog_lex_yytext_pointer=yes
13b2be9c 12825fi
81ecdfbb
RW
12826rm -f core conftest.err conftest.$ac_objext \
12827 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12828LIBS=$ac_save_LIBS
252b5132 12829
9b2b7d69 12830fi
81ecdfbb
RW
12831{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12832$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb 12833if test $ac_cv_prog_lex_yytext_pointer = yes; then
13b2be9c 12834
81ecdfbb 12835$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
9b2b7d69 12836
d6d788bd 12837fi
81ecdfbb 12838rm -f conftest.l $LEX_OUTPUT_ROOT.c
d7040cdb 12839
c8615825 12840fi
d7040cdb
SE
12841if test "$LEX" = :; then
12842 LEX=${am_missing_run}flex
12843fi
12844
006ad0a1 12845ALL_LINGUAS="fr tr es rw id ru fi ja"
d7040cdb
SE
12846# If we haven't got the data from the intl directory,
12847# assume NLS is disabled.
12848USE_NLS=no
12849LIBINTL=
12850LIBINTL_DEP=
12851INCINTL=
12852XGETTEXT=
12853GMSGFMT=
12854POSUB=
12855
12856if test -f ../intl/config.intl; then
12857 . ../intl/config.intl
12858fi
81ecdfbb
RW
12859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12860$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12861if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12863$as_echo "no" >&6; }
d7040cdb 12864else
81ecdfbb
RW
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12866$as_echo "yes" >&6; }
d7040cdb 12867
81ecdfbb 12868$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12869
12870
81ecdfbb
RW
12871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12872$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12873 # Look for .po and .gmo files in the source directory.
12874 CATALOGS=
12875 XLINGUAS=
12876 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12877 # If there aren't any .gmo files the shell will give us the
12878 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12879 # weeded out.
12880 case "$cat" in *\**)
12881 continue;;
12882 esac
12883 # The quadruple backslash is collapsed to a double backslash
12884 # by the backticks, then collapsed again by the double quotes,
12885 # leaving us with one backslash in the sed expression (right
12886 # before the dot that mustn't act as a wildcard).
12887 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12888 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12889 # The user is allowed to set LINGUAS to a list of languages to
12890 # install catalogs for. If it's empty that means "all of them."
12891 if test "x$LINGUAS" = x; then
12892 CATALOGS="$CATALOGS $cat"
12893 XLINGUAS="$XLINGUAS $lang"
12894 else
12895 case "$LINGUAS" in *$lang*)
12896 CATALOGS="$CATALOGS $cat"
12897 XLINGUAS="$XLINGUAS $lang"
12898 ;;
12899 esac
12900 fi
12901 done
12902 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12904$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12905
12906
12907 DATADIRNAME=share
12908
12909 INSTOBJEXT=.mo
12910
12911 GENCAT=gencat
12912
12913 CATOBJEXT=.gmo
12914
12915fi
12916
12917 MKINSTALLDIRS=
12918 if test -n "$ac_aux_dir"; then
12919 case "$ac_aux_dir" in
12920 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12921 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12922 esac
12923 fi
12924 if test -z "$MKINSTALLDIRS"; then
12925 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12926 fi
12927
12928
12929
81ecdfbb
RW
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12931$as_echo_n "checking whether NLS is requested... " >&6; }
12932 # Check whether --enable-nls was given.
12933if test "${enable_nls+set}" = set; then :
12934 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12935else
12936 USE_NLS=yes
81ecdfbb
RW
12937fi
12938
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12940$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12941
12942
12943
12944
12945
12946
12947# Prepare PATH_SEPARATOR.
12948# The user is always right.
12949if test "${PATH_SEPARATOR+set}" != set; then
12950 echo "#! /bin/sh" >conf$$.sh
12951 echo "exit 0" >>conf$$.sh
12952 chmod +x conf$$.sh
12953 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12954 PATH_SEPARATOR=';'
13b2be9c 12955 else
d7040cdb 12956 PATH_SEPARATOR=:
13b2be9c 12957 fi
d7040cdb 12958 rm -f conf$$.sh
252b5132 12959fi
13b2be9c 12960
d7040cdb
SE
12961# Find out how to test for executable files. Don't use a zero-byte file,
12962# as systems may use methods other than mode bits to determine executability.
12963cat >conf$$.file <<_ASEOF
12964#! /bin/sh
12965exit 0
12966_ASEOF
12967chmod +x conf$$.file
12968if test -x conf$$.file >/dev/null 2>&1; then
12969 ac_executable_p="test -x"
12970else
12971 ac_executable_p="test -f"
13b2be9c 12972fi
d7040cdb 12973rm -f conf$$.file
13b2be9c 12974
d7040cdb
SE
12975# Extract the first word of "msgfmt", so it can be a program name with args.
12976set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12978$as_echo_n "checking for $ac_word... " >&6; }
12979if test "${ac_cv_path_MSGFMT+set}" = set; then :
12980 $as_echo_n "(cached) " >&6
252b5132 12981else
d7040cdb
SE
12982 case "$MSGFMT" in
12983 [\\/]* | ?:[\\/]*)
12984 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12985 ;;
12986 *)
12987 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12988 for ac_dir in $PATH; do
12989 IFS="$ac_save_IFS"
12990 test -z "$ac_dir" && ac_dir=.
12991 for ac_exec_ext in '' $ac_executable_extensions; do
12992 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12993 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12994 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12995 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12996 break 2
12997 fi
12998 fi
12999 done
13000 done
13001 IFS="$ac_save_IFS"
13002 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13003 ;;
13004esac
252b5132 13005fi
d7040cdb
SE
13006MSGFMT="$ac_cv_path_MSGFMT"
13007if test "$MSGFMT" != ":"; then
81ecdfbb
RW
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13009$as_echo "$MSGFMT" >&6; }
252b5132 13010else
81ecdfbb
RW
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13012$as_echo "no" >&6; }
252b5132 13013fi
252b5132 13014
d7040cdb
SE
13015 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13016set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
13017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13018$as_echo_n "checking for $ac_word... " >&6; }
13019if test "${ac_cv_path_GMSGFMT+set}" = set; then :
13020 $as_echo_n "(cached) " >&6
13b2be9c 13021else
d7040cdb
SE
13022 case $GMSGFMT in
13023 [\\/]* | ?:[\\/]*)
13024 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13025 ;;
13026 *)
13027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13028for as_dir in $PATH
13029do
13030 IFS=$as_save_IFS
13031 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
13032 for ac_exec_ext in '' $ac_executable_extensions; do
13033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 13034 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13036 break 2
13037 fi
13038done
81ecdfbb
RW
13039 done
13040IFS=$as_save_IFS
252b5132 13041
d7040cdb
SE
13042 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13043 ;;
13044esac
13045fi
13046GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 13047if test -n "$GMSGFMT"; then
81ecdfbb
RW
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13049$as_echo "$GMSGFMT" >&6; }
ac48eca1 13050else
81ecdfbb
RW
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13052$as_echo "no" >&6; }
6840198f 13053fi
6840198f 13054
13b2be9c 13055
20e95c23 13056
81ecdfbb 13057
d7040cdb
SE
13058# Prepare PATH_SEPARATOR.
13059# The user is always right.
13060if test "${PATH_SEPARATOR+set}" != set; then
13061 echo "#! /bin/sh" >conf$$.sh
13062 echo "exit 0" >>conf$$.sh
13063 chmod +x conf$$.sh
13064 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13065 PATH_SEPARATOR=';'
13066 else
13067 PATH_SEPARATOR=:
13068 fi
13069 rm -f conf$$.sh
13070fi
20e95c23 13071
d7040cdb
SE
13072# Find out how to test for executable files. Don't use a zero-byte file,
13073# as systems may use methods other than mode bits to determine executability.
13074cat >conf$$.file <<_ASEOF
13075#! /bin/sh
13076exit 0
13077_ASEOF
13078chmod +x conf$$.file
13079if test -x conf$$.file >/dev/null 2>&1; then
13080 ac_executable_p="test -x"
13b2be9c 13081else
d7040cdb 13082 ac_executable_p="test -f"
13b2be9c 13083fi
d7040cdb 13084rm -f conf$$.file
20e95c23 13085
d7040cdb
SE
13086# Extract the first word of "xgettext", so it can be a program name with args.
13087set dummy xgettext; ac_word=$2
81ecdfbb
RW
13088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13089$as_echo_n "checking for $ac_word... " >&6; }
13090if test "${ac_cv_path_XGETTEXT+set}" = set; then :
13091 $as_echo_n "(cached) " >&6
252b5132 13092else
d7040cdb
SE
13093 case "$XGETTEXT" in
13094 [\\/]* | ?:[\\/]*)
13095 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13096 ;;
13097 *)
13098 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13099 for ac_dir in $PATH; do
13100 IFS="$ac_save_IFS"
13101 test -z "$ac_dir" && ac_dir=.
13102 for ac_exec_ext in '' $ac_executable_extensions; do
13103 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13104 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13105 (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
13106 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13107 break 2
13108 fi
13109 fi
13110 done
13111 done
13112 IFS="$ac_save_IFS"
13113 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13114 ;;
13115esac
13b2be9c 13116fi
d7040cdb
SE
13117XGETTEXT="$ac_cv_path_XGETTEXT"
13118if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13120$as_echo "$XGETTEXT" >&6; }
d7040cdb 13121else
81ecdfbb
RW
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13123$as_echo "no" >&6; }
13b2be9c 13124fi
13b2be9c 13125
d7040cdb 13126 rm -f messages.po
20e95c23 13127
13b2be9c 13128
d7040cdb
SE
13129# Prepare PATH_SEPARATOR.
13130# The user is always right.
13131if test "${PATH_SEPARATOR+set}" != set; then
13132 echo "#! /bin/sh" >conf$$.sh
13133 echo "exit 0" >>conf$$.sh
13134 chmod +x conf$$.sh
13135 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13136 PATH_SEPARATOR=';'
13137 else
13138 PATH_SEPARATOR=:
13139 fi
13140 rm -f conf$$.sh
252b5132 13141fi
20e95c23 13142
d7040cdb
SE
13143# Find out how to test for executable files. Don't use a zero-byte file,
13144# as systems may use methods other than mode bits to determine executability.
13145cat >conf$$.file <<_ASEOF
13146#! /bin/sh
13147exit 0
13148_ASEOF
13149chmod +x conf$$.file
13150if test -x conf$$.file >/dev/null 2>&1; then
13151 ac_executable_p="test -x"
252b5132 13152else
d7040cdb
SE
13153 ac_executable_p="test -f"
13154fi
13155rm -f conf$$.file
20e95c23 13156
d7040cdb
SE
13157# Extract the first word of "msgmerge", so it can be a program name with args.
13158set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13160$as_echo_n "checking for $ac_word... " >&6; }
13161if test "${ac_cv_path_MSGMERGE+set}" = set; then :
13162 $as_echo_n "(cached) " >&6
20e95c23 13163else
d7040cdb
SE
13164 case "$MSGMERGE" in
13165 [\\/]* | ?:[\\/]*)
13166 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13167 ;;
13168 *)
13169 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13170 for ac_dir in $PATH; do
13171 IFS="$ac_save_IFS"
13172 test -z "$ac_dir" && ac_dir=.
13173 for ac_exec_ext in '' $ac_executable_extensions; do
13174 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13175 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13176 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13177 break 2
13178 fi
13179 fi
13180 done
13181 done
13182 IFS="$ac_save_IFS"
13183 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13184 ;;
13185esac
20e95c23 13186fi
d7040cdb
SE
13187MSGMERGE="$ac_cv_path_MSGMERGE"
13188if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13190$as_echo "$MSGMERGE" >&6; }
d7040cdb 13191else
81ecdfbb
RW
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13193$as_echo "no" >&6; }
20e95c23 13194fi
252b5132 13195
252b5132 13196
d7040cdb
SE
13197 if test "$GMSGFMT" != ":"; then
13198 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13199 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13200 : ;
13201 else
13202 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13204$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13205 GMSGFMT=":"
13206 fi
13207 fi
13b2be9c 13208
d7040cdb
SE
13209 if test "$XGETTEXT" != ":"; then
13210 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13211 (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
13212 : ;
13213 else
81ecdfbb
RW
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13215$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13216 XGETTEXT=":"
13217 fi
13218 rm -f messages.po
13219 fi
252b5132 13220
81ecdfbb 13221 ac_config_commands="$ac_config_commands default-1"
13b2be9c 13222
13b2be9c 13223
81ecdfbb
RW
13224
13225
13226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13227$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13228 # Check whether --enable-maintainer-mode was given.
13229if test "${enable_maintainer_mode+set}" = set; then :
13230 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
9b2b7d69 13231else
81ecdfbb 13232 USE_MAINTAINER_MODE=no
13b2be9c 13233fi
13b2be9c 13234
81ecdfbb
RW
13235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13236$as_echo "$USE_MAINTAINER_MODE" >&6; }
13237 if test $USE_MAINTAINER_MODE = yes; then
13238 MAINTAINER_MODE_TRUE=
13239 MAINTAINER_MODE_FALSE='#'
13240else
13241 MAINTAINER_MODE_TRUE='#'
13242 MAINTAINER_MODE_FALSE=
13b2be9c 13243fi
13b2be9c 13244
81ecdfbb
RW
13245 MAINT=$MAINTAINER_MODE_TRUE
13246
13247
13248 if false; then
13249 GENINSRC_NEVER_TRUE=
13250 GENINSRC_NEVER_FALSE='#'
13b2be9c 13251else
81ecdfbb
RW
13252 GENINSRC_NEVER_TRUE='#'
13253 GENINSRC_NEVER_FALSE=
252b5132 13254fi
13b2be9c 13255
81ecdfbb
RW
13256
13257
58797674 13258for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
81ecdfbb
RW
13259do :
13260 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13261ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13262eval as_val=\$$as_ac_Header
13263 if test "x$as_val" = x""yes; then :
13b2be9c 13264 cat >>confdefs.h <<_ACEOF
81ecdfbb 13265#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13b2be9c
DJ
13266_ACEOF
13267
252b5132 13268fi
13b2be9c 13269
252b5132
RH
13270done
13271
df7b86aa
NC
13272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13273$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13274if test "${gcc_cv_header_string+set}" = set; then :
13275 $as_echo_n "(cached) " >&6
13276else
13277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13278/* end confdefs.h. */
13279#include <string.h>
13280#include <strings.h>
13281int
13282main ()
13283{
13284
13285 ;
13286 return 0;
13287}
13288_ACEOF
13289if ac_fn_c_try_compile "$LINENO"; then :
13290 gcc_cv_header_string=yes
13291else
13292 gcc_cv_header_string=no
13293fi
13294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13295fi
13296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13297$as_echo "$gcc_cv_header_string" >&6; }
13298if test $gcc_cv_header_string = yes; then
13299
13300$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13301
13302fi
13303
d6d788bd 13304
252b5132
RH
13305# Put this here so that autoconf's "cross-compiling" message doesn't confuse
13306# people who are not cross-compiling but are compiling cross-assemblers.
81ecdfbb
RW
13307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13308$as_echo_n "checking whether compiling a cross-assembler... " >&6; }
252b5132
RH
13309if test "${host}" = "${target}"; then
13310 cross_gas=no
13311else
13312 cross_gas=yes
13b2be9c 13313
81ecdfbb 13314$as_echo "#define CROSS_COMPILE 1" >>confdefs.h
252b5132
RH
13315
13316fi
81ecdfbb
RW
13317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13318$as_echo "$cross_gas" >&6; }
252b5132
RH
13319
13320# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13321# for constant arguments. Useless!
81ecdfbb
RW
13322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13323$as_echo_n "checking for working alloca.h... " >&6; }
13324if test "${ac_cv_working_alloca_h+set}" = set; then :
13325 $as_echo_n "(cached) " >&6
13b2be9c 13326else
81ecdfbb 13327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13328/* end confdefs.h. */
252b5132 13329#include <alloca.h>
13b2be9c
DJ
13330int
13331main ()
13332{
13333char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13334 if (p) return 0;
13b2be9c
DJ
13335 ;
13336 return 0;
13337}
13338_ACEOF
81ecdfbb 13339if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13340 ac_cv_working_alloca_h=yes
13341else
81ecdfbb 13342 ac_cv_working_alloca_h=no
13b2be9c 13343fi
81ecdfbb
RW
13344rm -f core conftest.err conftest.$ac_objext \
13345 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13346fi
81ecdfbb
RW
13347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13348$as_echo "$ac_cv_working_alloca_h" >&6; }
13b2be9c
DJ
13349if test $ac_cv_working_alloca_h = yes; then
13350
81ecdfbb 13351$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13352
13353fi
13354
81ecdfbb
RW
13355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13356$as_echo_n "checking for alloca... " >&6; }
13357if test "${ac_cv_func_alloca_works+set}" = set; then :
13358 $as_echo_n "(cached) " >&6
252b5132 13359else
81ecdfbb 13360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13361/* end confdefs.h. */
252b5132
RH
13362#ifdef __GNUC__
13363# define alloca __builtin_alloca
13364#else
13365# ifdef _MSC_VER
13366# include <malloc.h>
13367# define alloca _alloca
13368# else
81ecdfbb 13369# ifdef HAVE_ALLOCA_H
252b5132
RH
13370# include <alloca.h>
13371# else
13372# ifdef _AIX
13373 #pragma alloca
13374# else
13375# ifndef alloca /* predefined by HP cc +Olibcalls */
13376char *alloca ();
13377# endif
13378# endif
13379# endif
13380# endif
13381#endif
13382
13b2be9c
DJ
13383int
13384main ()
13385{
13386char *p = (char *) alloca (1);
81ecdfbb 13387 if (p) return 0;
13b2be9c
DJ
13388 ;
13389 return 0;
13390}
13391_ACEOF
81ecdfbb 13392if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13393 ac_cv_func_alloca_works=yes
13394else
81ecdfbb 13395 ac_cv_func_alloca_works=no
252b5132 13396fi
81ecdfbb
RW
13397rm -f core conftest.err conftest.$ac_objext \
13398 conftest$ac_exeext conftest.$ac_ext
252b5132 13399fi
81ecdfbb
RW
13400{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13401$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13402
252b5132 13403if test $ac_cv_func_alloca_works = yes; then
9b2b7d69 13404
81ecdfbb 13405$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
9b2b7d69 13406
13b2be9c 13407else
c8615825 13408 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13b2be9c
DJ
13409# that cause trouble. Some versions do not even contain alloca or
13410# contain a buggy version. If you still want to use their alloca,
13411# use ar to extract alloca.o from them instead of compiling alloca.c.
13412
81ecdfbb 13413ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13b2be9c 13414
81ecdfbb 13415$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132 13416
d6d788bd 13417
81ecdfbb
RW
13418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13419$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13420if test "${ac_cv_os_cray+set}" = set; then :
13421 $as_echo_n "(cached) " >&6
252b5132 13422else
81ecdfbb 13423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13424/* end confdefs.h. */
81ecdfbb 13425#if defined CRAY && ! defined CRAY2
252b5132
RH
13426webecray
13427#else
13428wenotbecray
13429#endif
13430
13b2be9c 13431_ACEOF
252b5132 13432if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13433 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13434 ac_cv_os_cray=yes
13435else
252b5132
RH
13436 ac_cv_os_cray=no
13437fi
13438rm -f conftest*
13439
13440fi
81ecdfbb
RW
13441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13442$as_echo "$ac_cv_os_cray" >&6; }
252b5132 13443if test $ac_cv_os_cray = yes; then
13b2be9c 13444 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13445 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13446ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13447eval as_val=\$$as_ac_var
13448 if test "x$as_val" = x""yes; then :
13b2be9c
DJ
13449
13450cat >>confdefs.h <<_ACEOF
252b5132 13451#define CRAY_STACKSEG_END $ac_func
13b2be9c 13452_ACEOF
252b5132 13453
13b2be9c 13454 break
252b5132
RH
13455fi
13456
13b2be9c 13457 done
252b5132
RH
13458fi
13459
81ecdfbb
RW
13460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13461$as_echo_n "checking stack direction for C alloca... " >&6; }
13462if test "${ac_cv_c_stack_direction+set}" = set; then :
13463 $as_echo_n "(cached) " >&6
252b5132 13464else
81ecdfbb 13465 if test "$cross_compiling" = yes; then :
252b5132
RH
13466 ac_cv_c_stack_direction=0
13467else
81ecdfbb 13468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13469/* end confdefs.h. */
81ecdfbb 13470$ac_includes_default
13b2be9c 13471int
252b5132
RH
13472find_stack_direction ()
13473{
13474 static char *addr = 0;
13475 auto char dummy;
13476 if (addr == 0)
13477 {
13478 addr = &dummy;
13479 return find_stack_direction ();
13480 }
13481 else
13482 return (&dummy > addr) ? 1 : -1;
13483}
13b2be9c
DJ
13484
13485int
252b5132
RH
13486main ()
13487{
81ecdfbb 13488 return find_stack_direction () < 0;
252b5132 13489}
13b2be9c 13490_ACEOF
81ecdfbb 13491if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13492 ac_cv_c_stack_direction=1
13493else
81ecdfbb 13494 ac_cv_c_stack_direction=-1
252b5132 13495fi
81ecdfbb
RW
13496rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13497 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132 13498fi
252b5132 13499
81ecdfbb
RW
13500fi
13501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13502$as_echo "$ac_cv_c_stack_direction" >&6; }
13b2be9c 13503cat >>confdefs.h <<_ACEOF
252b5132 13504#define STACK_DIRECTION $ac_cv_c_stack_direction
13b2be9c
DJ
13505_ACEOF
13506
252b5132
RH
13507
13508fi
13509
81ecdfbb
RW
13510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13511$as_echo_n "checking for inline... " >&6; }
13512if test "${ac_cv_c_inline+set}" = set; then :
13513 $as_echo_n "(cached) " >&6
252b5132
RH
13514else
13515 ac_cv_c_inline=no
13516for ac_kw in inline __inline__ __inline; do
81ecdfbb 13517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13518/* end confdefs.h. */
13519#ifndef __cplusplus
13520typedef int foo_t;
13521static $ac_kw foo_t static_foo () {return 0; }
13522$ac_kw foo_t foo () {return 0; }
13523#endif
252b5132 13524
13b2be9c 13525_ACEOF
81ecdfbb
RW
13526if ac_fn_c_try_compile "$LINENO"; then :
13527 ac_cv_c_inline=$ac_kw
252b5132 13528fi
81ecdfbb
RW
13529rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13530 test "$ac_cv_c_inline" != no && break
252b5132
RH
13531done
13532
13533fi
81ecdfbb
RW
13534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13535$as_echo "$ac_cv_c_inline" >&6; }
ab509236 13536
13b2be9c 13537case $ac_cv_c_inline in
252b5132 13538 inline | yes) ;;
ab509236
L
13539 *)
13540 case $ac_cv_c_inline in
13541 no) ac_val=;;
13542 *) ac_val=$ac_cv_c_inline;;
13543 esac
13544 cat >>confdefs.h <<_ACEOF
13545#ifndef __cplusplus
13546#define inline $ac_val
13547#endif
13b2be9c 13548_ACEOF
ab509236 13549 ;;
252b5132
RH
13550esac
13551
6840198f 13552
d6d788bd 13553# VMS doesn't have unlink.
252b5132 13554for ac_func in unlink remove
81ecdfbb
RW
13555do :
13556 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13557ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13558eval as_val=\$$as_ac_var
13559 if test "x$as_val" = x""yes; then :
13b2be9c 13560 cat >>confdefs.h <<_ACEOF
81ecdfbb 13561#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 13562_ACEOF
252b5132 13563 break
252b5132
RH
13564fi
13565done
13566
4b0296ce 13567for ac_func in sbrk setlocale
81ecdfbb 13568do :
a574142b
AM
13569 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13570ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13571eval as_val=\$$as_ac_var
13572 if test "x$as_val" = x""yes; then :
13b2be9c 13573 cat >>confdefs.h <<_ACEOF
a574142b 13574#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13b2be9c 13575_ACEOF
252b5132 13576
252b5132
RH
13577fi
13578done
13579
d6d788bd 13580
44350750
NC
13581
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13583$as_echo_n "checking for LC_MESSAGES... " >&6; }
13584if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13585 $as_echo_n "(cached) " >&6
13586else
13587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13588/* end confdefs.h. */
13589#include <locale.h>
13590int
13591main ()
13592{
13593return LC_MESSAGES
13594 ;
13595 return 0;
13596}
13597_ACEOF
13598if ac_fn_c_try_link "$LINENO"; then :
13599 am_cv_val_LC_MESSAGES=yes
13600else
13601 am_cv_val_LC_MESSAGES=no
13602fi
13603rm -f core conftest.err conftest.$ac_objext \
13604 conftest$ac_exeext conftest.$ac_ext
13605fi
13606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13607$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13608 if test $am_cv_val_LC_MESSAGES = yes; then
13609
13610$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13611
13612 fi
13613
13614
39bec121
TW
13615# do we need the math library?
13616case "${need_libm}" in
13b2be9c 13617yes)
39bec121 13618 LIBM=
f9c19112 13619case $host in
3725885a 13620*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
d7040cdb 13621 # These system don't have libm, or don't need it
39bec121
TW
13622 ;;
13623*-ncr-sysv4.3*)
81ecdfbb
RW
13624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13625$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13626if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13627 $as_echo_n "(cached) " >&6
39bec121 13628else
13b2be9c 13629 ac_check_lib_save_LIBS=$LIBS
39bec121 13630LIBS="-lmw $LIBS"
81ecdfbb 13631cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13632/* end confdefs.h. */
13633
81ecdfbb
RW
13634/* Override any GCC internal prototype to avoid an error.
13635 Use char because int might match the return type of a GCC
13636 builtin and then its argument prototype would still apply. */
13b2be9c
DJ
13637#ifdef __cplusplus
13638extern "C"
13639#endif
13b2be9c
DJ
13640char _mwvalidcheckl ();
13641int
13642main ()
13643{
81ecdfbb 13644return _mwvalidcheckl ();
13b2be9c
DJ
13645 ;
13646 return 0;
13647}
13648_ACEOF
81ecdfbb 13649if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13650 ac_cv_lib_mw__mwvalidcheckl=yes
13651else
81ecdfbb 13652 ac_cv_lib_mw__mwvalidcheckl=no
13b2be9c 13653fi
81ecdfbb
RW
13654rm -f core conftest.err conftest.$ac_objext \
13655 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13656LIBS=$ac_check_lib_save_LIBS
13657fi
81ecdfbb
RW
13658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13659$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13660if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
39bec121 13661 LIBM="-lmw"
39bec121
TW
13662fi
13663
81ecdfbb
RW
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13665$as_echo_n "checking for cos in -lm... " >&6; }
13666if test "${ac_cv_lib_m_cos+set}" = set; then :
13667 $as_echo_n "(cached) " >&6
39bec121 13668else
13b2be9c 13669 ac_check_lib_save_LIBS=$LIBS
39bec121 13670LIBS="-lm $LIBS"
81ecdfbb 13671cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13672/* end confdefs.h. */
39bec121 13673
81ecdfbb
RW
13674/* Override any GCC internal prototype to avoid an error.
13675 Use char because int might match the return type of a GCC
13676 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13677#ifdef __cplusplus
13678extern "C"
13679#endif
d7040cdb 13680char cos ();
13b2be9c
DJ
13681int
13682main ()
13683{
81ecdfbb 13684return cos ();
13b2be9c
DJ
13685 ;
13686 return 0;
13687}
13688_ACEOF
81ecdfbb 13689if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13690 ac_cv_lib_m_cos=yes
13b2be9c 13691else
81ecdfbb 13692 ac_cv_lib_m_cos=no
13b2be9c 13693fi
81ecdfbb
RW
13694rm -f core conftest.err conftest.$ac_objext \
13695 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13696LIBS=$ac_check_lib_save_LIBS
13697fi
81ecdfbb
RW
13698{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13699$as_echo "$ac_cv_lib_m_cos" >&6; }
13700if test "x$ac_cv_lib_m_cos" = x""yes; then :
39bec121 13701 LIBM="$LIBM -lm"
39bec121
TW
13702fi
13703
13704 ;;
13705*)
81ecdfbb
RW
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13707$as_echo_n "checking for cos in -lm... " >&6; }
13708if test "${ac_cv_lib_m_cos+set}" = set; then :
13709 $as_echo_n "(cached) " >&6
39bec121 13710else
13b2be9c 13711 ac_check_lib_save_LIBS=$LIBS
39bec121 13712LIBS="-lm $LIBS"
81ecdfbb 13713cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13714/* end confdefs.h. */
39bec121 13715
81ecdfbb
RW
13716/* Override any GCC internal prototype to avoid an error.
13717 Use char because int might match the return type of a GCC
13718 builtin and then its argument prototype would still apply. */
d7040cdb
SE
13719#ifdef __cplusplus
13720extern "C"
13721#endif
d7040cdb 13722char cos ();
13b2be9c
DJ
13723int
13724main ()
13725{
81ecdfbb 13726return cos ();
13b2be9c
DJ
13727 ;
13728 return 0;
13729}
13730_ACEOF
81ecdfbb 13731if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 13732 ac_cv_lib_m_cos=yes
13b2be9c 13733else
81ecdfbb 13734 ac_cv_lib_m_cos=no
13b2be9c 13735fi
81ecdfbb
RW
13736rm -f core conftest.err conftest.$ac_objext \
13737 conftest$ac_exeext conftest.$ac_ext
13b2be9c
DJ
13738LIBS=$ac_check_lib_save_LIBS
13739fi
81ecdfbb
RW
13740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13741$as_echo "$ac_cv_lib_m_cos" >&6; }
13742if test "x$ac_cv_lib_m_cos" = x""yes; then :
39bec121 13743 LIBM="-lm"
39bec121
TW
13744fi
13745
13746 ;;
13747esac
13748
13b2be9c 13749
d7040cdb 13750
39bec121
TW
13751 ;;
13752esac
13753
252b5132
RH
13754# Some non-ANSI preprocessors botch requoting inside strings. That's bad
13755# enough, but on some of those systems, the assert macro relies on requoting
13756# working properly!
81ecdfbb
RW
13757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13758$as_echo_n "checking for working assert macro... " >&6; }
13759if test "${gas_cv_assert_ok+set}" = set; then :
13760 $as_echo_n "(cached) " >&6
13b2be9c 13761else
81ecdfbb 13762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13763/* end confdefs.h. */
252b5132
RH
13764#include <assert.h>
13765#include <stdio.h>
13b2be9c
DJ
13766int
13767main ()
13768{
252b5132
RH
13769
13770/* check for requoting problems */
13771static int a, b, c, d;
13772static char *s;
13773assert (!strcmp(s, "foo bar baz quux"));
13774/* check for newline handling */
13775assert (a == b
13776 || c == d);
13777
13b2be9c
DJ
13778 ;
13779 return 0;
81ecdfbb
RW
13780}
13781_ACEOF
13782if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13783 gas_cv_assert_ok=yes
13784else
81ecdfbb 13785 gas_cv_assert_ok=no
252b5132 13786fi
81ecdfbb
RW
13787rm -f core conftest.err conftest.$ac_objext \
13788 conftest$ac_exeext conftest.$ac_ext
252b5132 13789fi
81ecdfbb
RW
13790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13791$as_echo "$gas_cv_assert_ok" >&6; }
13b2be9c 13792test $gas_cv_assert_ok = yes ||
81ecdfbb 13793$as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
252b5132 13794
d6d788bd
L
13795
13796
252b5132
RH
13797# On some systems, the system header files may not declare malloc, realloc,
13798# and free. There are places where gas needs these functions to have been
13799# declared -- such as when taking their addresses.
13800gas_test_headers="
13801#ifdef HAVE_MEMORY_H
13802#include <memory.h>
13803#endif
13804#ifdef HAVE_STRING_H
13805#include <string.h>
13806#else
13807#ifdef HAVE_STRINGS_H
13808#include <strings.h>
13809#endif
13810#endif
13811#ifdef HAVE_STDLIB_H
13812#include <stdlib.h>
13813#endif
13814#ifdef HAVE_UNISTD_H
13815#include <unistd.h>
13816#endif
13817"
13818
e8a38df5
AL
13819# Does errno.h declare errno, or do we have to add a separate declaration
13820# for it?
13821
81ecdfbb
RW
13822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
13823$as_echo_n "checking whether declaration is required for errno... " >&6; }
13824if test "${gas_cv_decl_needed_errno+set}" = set; then :
13825 $as_echo_n "(cached) " >&6
e8a38df5 13826else
81ecdfbb 13827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e8a38df5
AL
13828/* end confdefs.h. */
13829
13830#ifdef HAVE_ERRNO_H
13831#include <errno.h>
13832#endif
13833
13834int
13835main ()
13836{
13837
13838typedef int f;
13839f x;
13840x = (f) errno;
13841
13842 ;
13843 return 0;
13844}
13845_ACEOF
81ecdfbb 13846if ac_fn_c_try_link "$LINENO"; then :
e8a38df5
AL
13847 gas_cv_decl_needed_errno=no
13848else
81ecdfbb 13849 gas_cv_decl_needed_errno=yes
e8a38df5 13850fi
81ecdfbb
RW
13851rm -f core conftest.err conftest.$ac_objext \
13852 conftest$ac_exeext conftest.$ac_ext
e8a38df5 13853fi
81ecdfbb
RW
13854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
13855$as_echo "$gas_cv_decl_needed_errno" >&6; }
e8a38df5
AL
13856if test $gas_cv_decl_needed_errno = yes; then
13857
81ecdfbb 13858$as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
e8a38df5
AL
13859
13860fi
13861
13862
81ecdfbb
RW
13863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13864$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13865if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then :
13866 $as_echo_n "(cached) " >&6
56f36663 13867else
81ecdfbb 13868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
56f36663
NC
13869/* end confdefs.h. */
13870#include <unistd.h>
13871int
13872main ()
13873{
13874extern int getopt (int, char *const*, const char *);
13875 ;
13876 return 0;
13877}
13878_ACEOF
81ecdfbb 13879if ac_fn_c_try_compile "$LINENO"; then :
56f36663
NC
13880 gas_cv_decl_getopt_unistd_h=yes
13881else
81ecdfbb 13882 gas_cv_decl_getopt_unistd_h=no
56f36663 13883fi
81ecdfbb 13884rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
56f36663
NC
13885fi
13886
81ecdfbb
RW
13887{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13888$as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
56f36663
NC
13889if test $gas_cv_decl_getopt_unistd_h = yes; then
13890
81ecdfbb 13891$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
56f36663
NC
13892
13893fi
13894
e8a38df5 13895
81ecdfbb
RW
13896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13897$as_echo_n "checking whether declaration is required for environ... " >&6; }
13898if test "${gas_cv_decl_needed_environ+set}" = set; then :
13899 $as_echo_n "(cached) " >&6
13b2be9c 13900else
81ecdfbb 13901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 13902/* end confdefs.h. */
252b5132 13903$gas_test_headers
13b2be9c
DJ
13904int
13905main ()
13906{
252b5132 13907
e8a38df5 13908typedef char **f;
252b5132 13909f x;
e8a38df5 13910x = (f) environ;
252b5132 13911
13b2be9c
DJ
13912 ;
13913 return 0;
13914}
13915_ACEOF
81ecdfbb 13916if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13917 gas_cv_decl_needed_environ=no
252b5132 13918else
81ecdfbb 13919 gas_cv_decl_needed_environ=yes
252b5132 13920fi
81ecdfbb
RW
13921rm -f core conftest.err conftest.$ac_objext \
13922 conftest$ac_exeext conftest.$ac_ext
252b5132 13923fi
81ecdfbb
RW
13924{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13925$as_echo "$gas_cv_decl_needed_environ" >&6; }
e8a38df5 13926if test $gas_cv_decl_needed_environ = yes; then
13b2be9c 13927
81ecdfbb 13928$as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13b2be9c
DJ
13929
13930fi
13931
13932
81ecdfbb
RW
13933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13934$as_echo_n "checking whether declaration is required for ffs... " >&6; }
13935if test "${gas_cv_decl_needed_ffs+set}" = set; then :
13936 $as_echo_n "(cached) " >&6
13b2be9c 13937else
81ecdfbb 13938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13939/* end confdefs.h. */
13940$gas_test_headers
13941int
13942main ()
13943{
13944
e8a38df5 13945typedef int (*f)(int);
13b2be9c 13946f x;
e8a38df5 13947x = (f) ffs;
13b2be9c
DJ
13948
13949 ;
13950 return 0;
13951}
13952_ACEOF
81ecdfbb 13953if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 13954 gas_cv_decl_needed_ffs=no
13b2be9c 13955else
81ecdfbb 13956 gas_cv_decl_needed_ffs=yes
13b2be9c 13957fi
81ecdfbb
RW
13958rm -f core conftest.err conftest.$ac_objext \
13959 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13960fi
81ecdfbb
RW
13961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13962$as_echo "$gas_cv_decl_needed_ffs" >&6; }
e8a38df5 13963if test $gas_cv_decl_needed_ffs = yes; then
13b2be9c 13964
81ecdfbb 13965$as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13b2be9c
DJ
13966
13967fi
13968
13969
81ecdfbb
RW
13970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
13971$as_echo_n "checking whether declaration is required for free... " >&6; }
13972if test "${gas_cv_decl_needed_free+set}" = set; then :
13973 $as_echo_n "(cached) " >&6
13b2be9c 13974else
81ecdfbb 13975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
13976/* end confdefs.h. */
13977$gas_test_headers
13978int
13979main ()
13980{
13981
13982typedef void (*f)();
13983f x;
13984x = (f) free;
13985
13986 ;
13987 return 0;
13988}
13989_ACEOF
81ecdfbb 13990if ac_fn_c_try_link "$LINENO"; then :
13b2be9c
DJ
13991 gas_cv_decl_needed_free=no
13992else
81ecdfbb 13993 gas_cv_decl_needed_free=yes
13b2be9c 13994fi
81ecdfbb
RW
13995rm -f core conftest.err conftest.$ac_objext \
13996 conftest$ac_exeext conftest.$ac_ext
13b2be9c 13997fi
81ecdfbb
RW
13998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
13999$as_echo "$gas_cv_decl_needed_free" >&6; }
13b2be9c
DJ
14000if test $gas_cv_decl_needed_free = yes; then
14001
81ecdfbb 14002$as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
13b2be9c
DJ
14003
14004fi
14005
14006
81ecdfbb
RW
14007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
14008$as_echo_n "checking whether declaration is required for malloc... " >&6; }
14009if test "${gas_cv_decl_needed_malloc+set}" = set; then :
14010 $as_echo_n "(cached) " >&6
13b2be9c 14011else
81ecdfbb 14012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14013/* end confdefs.h. */
14014$gas_test_headers
14015int
14016main ()
14017{
14018
14019typedef char *(*f)();
14020f x;
e8a38df5 14021x = (f) malloc;
13b2be9c
DJ
14022
14023 ;
14024 return 0;
14025}
14026_ACEOF
81ecdfbb 14027if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14028 gas_cv_decl_needed_malloc=no
13b2be9c 14029else
81ecdfbb 14030 gas_cv_decl_needed_malloc=yes
13b2be9c 14031fi
81ecdfbb
RW
14032rm -f core conftest.err conftest.$ac_objext \
14033 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14034fi
81ecdfbb
RW
14035{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
14036$as_echo "$gas_cv_decl_needed_malloc" >&6; }
e8a38df5 14037if test $gas_cv_decl_needed_malloc = yes; then
13b2be9c 14038
81ecdfbb 14039$as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
13b2be9c
DJ
14040
14041fi
14042
14043
81ecdfbb
RW
14044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
14045$as_echo_n "checking whether declaration is required for sbrk... " >&6; }
14046if test "${gas_cv_decl_needed_sbrk+set}" = set; then :
14047 $as_echo_n "(cached) " >&6
13b2be9c 14048else
81ecdfbb 14049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c
DJ
14050/* end confdefs.h. */
14051$gas_test_headers
14052int
14053main ()
14054{
14055
e8a38df5 14056typedef char *(*f)();
13b2be9c 14057f x;
e8a38df5 14058x = (f) sbrk;
13b2be9c
DJ
14059
14060 ;
14061 return 0;
14062}
14063_ACEOF
81ecdfbb 14064if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14065 gas_cv_decl_needed_sbrk=no
13b2be9c 14066else
81ecdfbb 14067 gas_cv_decl_needed_sbrk=yes
13b2be9c 14068fi
81ecdfbb
RW
14069rm -f core conftest.err conftest.$ac_objext \
14070 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14071fi
81ecdfbb
RW
14072{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
14073$as_echo "$gas_cv_decl_needed_sbrk" >&6; }
e8a38df5 14074if test $gas_cv_decl_needed_sbrk = yes; then
13b2be9c 14075
81ecdfbb 14076$as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
13b2be9c
DJ
14077
14078fi
14079
14080
81ecdfbb
RW
14081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14082$as_echo_n "checking whether declaration is required for strstr... " >&6; }
14083if test "${gas_cv_decl_needed_strstr+set}" = set; then :
14084 $as_echo_n "(cached) " >&6
13b2be9c 14085else
81ecdfbb 14086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13b2be9c 14087/* end confdefs.h. */
e8a38df5 14088$gas_test_headers
13b2be9c
DJ
14089int
14090main ()
14091{
14092
e8a38df5 14093typedef char *(*f)();
13b2be9c 14094f x;
e8a38df5 14095x = (f) strstr;
13b2be9c
DJ
14096
14097 ;
14098 return 0;
14099}
14100_ACEOF
81ecdfbb 14101if ac_fn_c_try_link "$LINENO"; then :
e8a38df5 14102 gas_cv_decl_needed_strstr=no
13b2be9c 14103else
81ecdfbb 14104 gas_cv_decl_needed_strstr=yes
13b2be9c 14105fi
81ecdfbb
RW
14106rm -f core conftest.err conftest.$ac_objext \
14107 conftest$ac_exeext conftest.$ac_ext
13b2be9c 14108fi
81ecdfbb
RW
14109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14110$as_echo "$gas_cv_decl_needed_strstr" >&6; }
e8a38df5 14111if test $gas_cv_decl_needed_strstr = yes; then
13b2be9c 14112
81ecdfbb 14113$as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
13b2be9c
DJ
14114
14115fi
14116
14117
4b0296ce
AM
14118ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14119if test "x$ac_cv_have_decl_free" = x""yes; then :
14120 ac_have_decl=1
14121else
14122 ac_have_decl=0
14123fi
14124
14125cat >>confdefs.h <<_ACEOF
14126#define HAVE_DECL_FREE $ac_have_decl
14127_ACEOF
14128ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14129if test "x$ac_cv_have_decl_getenv" = x""yes; then :
14130 ac_have_decl=1
14131else
14132 ac_have_decl=0
14133fi
14134
14135cat >>confdefs.h <<_ACEOF
14136#define HAVE_DECL_GETENV $ac_have_decl
14137_ACEOF
14138ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14139if test "x$ac_cv_have_decl_malloc" = x""yes; then :
14140 ac_have_decl=1
14141else
14142 ac_have_decl=0
14143fi
14144
14145cat >>confdefs.h <<_ACEOF
14146#define HAVE_DECL_MALLOC $ac_have_decl
14147_ACEOF
0175442d
L
14148ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
14149if test "x$ac_cv_have_decl_mempcpy" = x""yes; then :
14150 ac_have_decl=1
14151else
14152 ac_have_decl=0
14153fi
14154
14155cat >>confdefs.h <<_ACEOF
14156#define HAVE_DECL_MEMPCPY $ac_have_decl
14157_ACEOF
4b0296ce
AM
14158ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14159if test "x$ac_cv_have_decl_realloc" = x""yes; then :
14160 ac_have_decl=1
14161else
14162 ac_have_decl=0
14163fi
14164
14165cat >>confdefs.h <<_ACEOF
14166#define HAVE_DECL_REALLOC $ac_have_decl
14167_ACEOF
14168ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14169if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
14170 ac_have_decl=1
14171else
14172 ac_have_decl=0
14173fi
14174
14175cat >>confdefs.h <<_ACEOF
14176#define HAVE_DECL_STPCPY $ac_have_decl
14177_ACEOF
14178ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14179if test "x$ac_cv_have_decl_strstr" = x""yes; then :
14180 ac_have_decl=1
14181else
14182 ac_have_decl=0
14183fi
0175442d 14184
4b0296ce
AM
14185cat >>confdefs.h <<_ACEOF
14186#define HAVE_DECL_STRSTR $ac_have_decl
14187_ACEOF
81ecdfbb
RW
14188ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14189if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
14190 ac_have_decl=1
6d74f28b 14191else
81ecdfbb 14192 ac_have_decl=0
6d74f28b 14193fi
6d74f28b
EB
14194
14195cat >>confdefs.h <<_ACEOF
81ecdfbb 14196#define HAVE_DECL_VSNPRINTF $ac_have_decl
6d74f28b
EB
14197_ACEOF
14198
14199
13b2be9c 14200
c973bc5c
NC
14201case "${host}" in
14202*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14203
81ecdfbb 14204$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
c973bc5c
NC
14205 ;;
14206esac
14207
0acf065b
CC
14208# Link in zlib if we can. This allows us to write compressed debug sections.
14209
14210 # See if the user specified whether he wants zlib support or not.
14211
14212# Check whether --with-zlib was given.
14213if test "${with_zlib+set}" = set; then :
14214 withval=$with_zlib;
14215else
14216 with_zlib=auto
14217fi
14218
14219
14220 if test "$with_zlib" != "no"; then
14221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
14222$as_echo_n "checking for library containing zlibVersion... " >&6; }
14223if test "${ac_cv_search_zlibVersion+set}" = set; then :
14224 $as_echo_n "(cached) " >&6
14225else
14226 ac_func_search_save_LIBS=$LIBS
14227cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14228/* end confdefs.h. */
14229
14230/* Override any GCC internal prototype to avoid an error.
14231 Use char because int might match the return type of a GCC
14232 builtin and then its argument prototype would still apply. */
14233#ifdef __cplusplus
14234extern "C"
14235#endif
14236char zlibVersion ();
14237int
14238main ()
14239{
14240return zlibVersion ();
14241 ;
14242 return 0;
14243}
14244_ACEOF
14245for ac_lib in '' z; do
14246 if test -z "$ac_lib"; then
14247 ac_res="none required"
14248 else
14249 ac_res=-l$ac_lib
14250 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14251 fi
14252 if ac_fn_c_try_link "$LINENO"; then :
14253 ac_cv_search_zlibVersion=$ac_res
14254fi
14255rm -f core conftest.err conftest.$ac_objext \
14256 conftest$ac_exeext
14257 if test "${ac_cv_search_zlibVersion+set}" = set; then :
14258 break
14259fi
14260done
14261if test "${ac_cv_search_zlibVersion+set}" = set; then :
14262
14263else
14264 ac_cv_search_zlibVersion=no
14265fi
14266rm conftest.$ac_ext
14267LIBS=$ac_func_search_save_LIBS
14268fi
14269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
14270$as_echo "$ac_cv_search_zlibVersion" >&6; }
14271ac_res=$ac_cv_search_zlibVersion
14272if test "$ac_res" != no; then :
14273 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14274 for ac_header in zlib.h
14275do :
14276 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
14277if test "x$ac_cv_header_zlib_h" = x""yes; then :
14278 cat >>confdefs.h <<_ACEOF
14279#define HAVE_ZLIB_H 1
14280_ACEOF
14281
14282fi
14283
14284done
14285
14286fi
14287
14288 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
14289 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
14290 fi
14291 fi
14292
14293
b11d79f2
TG
14294# Support for VMS timestamps via cross compile
14295
14296if test "$ac_cv_header_time_h" = yes; then
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14298$as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14299 if test "${gas_cv_have_time_type_member_tm_gmtoff+set}" = set; then :
14300 $as_echo_n "(cached) " >&6
14301else
14302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14303/* end confdefs.h. */
14304
14305#define _BSD_SOURCE 1
14306#include <time.h>
14307int
14308main ()
14309{
14310struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14311 ;
14312 return 0;
14313}
14314_ACEOF
14315if ac_fn_c_try_compile "$LINENO"; then :
14316 gas_cv_have_time_type_member_tm_gmtoff=yes
14317else
14318 gas_cv_have_time_type_member_tm_gmtoff=no
14319
14320fi
14321rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14322fi
14323
14324 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14325
14326$as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14327
14328 fi
14329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14330$as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14331
14332fi
14333
14334if test "$ac_cv_header_sys_stat_h" = yes; then
14335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14336$as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14337 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+set}" = set; then :
14338 $as_echo_n "(cached) " >&6
14339else
14340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14341/* end confdefs.h. */
14342
14343#define _BSD_SOURCE 1
14344#include <sys/stat.h>
14345int
14346main ()
14347{
14348struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14349 ;
14350 return 0;
14351}
14352_ACEOF
14353if ac_fn_c_try_compile "$LINENO"; then :
14354 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14355else
14356 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14357
14358fi
14359rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14360fi
14361
14362 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14363
14364$as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14365
14366 fi
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14368$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14369
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14371$as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14372 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+set}" = set; then :
14373 $as_echo_n "(cached) " >&6
14374else
14375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14376/* end confdefs.h. */
14377
14378#define _BSD_SOURCE 1
14379#include <sys/stat.h>
14380int
14381main ()
14382{
14383struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14384 ;
14385 return 0;
14386}
14387_ACEOF
14388if ac_fn_c_try_compile "$LINENO"; then :
14389 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14390else
14391 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14392
14393fi
14394rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14395fi
14396
14397 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14398
14399$as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14400
14401 fi
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14403$as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14404
14405fi
14406
14407
c973bc5c 14408
13b2be9c 14409
108a6f8e
CD
14410
14411
14412
14413
31dd3154 14414
81ecdfbb 14415ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
13b2be9c 14416
81ecdfbb 14417ac_config_commands="$ac_config_commands default"
13b2be9c
DJ
14418
14419
14420cat >confcache <<\_ACEOF
14421# This file is a shell script that caches the results of configure
14422# tests run on this system so they can be shared between configure
14423# scripts and configure runs, see configure's option --config-cache.
14424# It is not useful on other systems. If it contains results you don't
14425# want to keep, you may remove or edit it.
14426#
14427# config.status only pays attention to the cache file if you give it
14428# the --recheck option to rerun configure.
14429#
14430# `ac_cv_env_foo' variables (set or unset) will be overridden when
14431# loading this file, other *unset* `ac_cv_foo' will be assigned the
14432# following values.
14433
14434_ACEOF
14435
14436# The following way of writing the cache mishandles newlines in values,
14437# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14438# So, we kill variables containing newlines.
13b2be9c
DJ
14439# Ultrix sh set writes to stderr and can't be redirected directly,
14440# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14441(
14442 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14443 eval ac_val=\$$ac_var
14444 case $ac_val in #(
14445 *${as_nl}*)
14446 case $ac_var in #(
14447 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14448$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14449 esac
14450 case $ac_var in #(
14451 _ | IFS | as_nl) ;; #(
14452 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14453 *) { eval $ac_var=; unset $ac_var;} ;;
14454 esac ;;
14455 esac
14456 done
14457
13b2be9c 14458 (set) 2>&1 |
81ecdfbb
RW
14459 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14460 *${as_nl}ac_space=\ *)
14461 # `set' does not quote correctly, so add quotes: double-quote
14462 # substitution turns \\\\ into \\, and sed turns \\ into \.
13b2be9c 14463 sed -n \
ab509236
L
14464 "s/'/'\\\\''/g;
14465 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14466 ;; #(
13b2be9c
DJ
14467 *)
14468 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14469 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13b2be9c 14470 ;;
81ecdfbb
RW
14471 esac |
14472 sort
14473) |
13b2be9c 14474 sed '
81ecdfbb 14475 /^ac_cv_env_/b end
13b2be9c 14476 t clear
81ecdfbb 14477 :clear
13b2be9c
DJ
14478 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14479 t end
81ecdfbb
RW
14480 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14481 :end' >>confcache
14482if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14483 if test -w "$cache_file"; then
14484 test "x$cache_file" != "x/dev/null" &&
14485 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14486$as_echo "$as_me: updating cache $cache_file" >&6;}
13b2be9c
DJ
14487 cat confcache >$cache_file
14488 else
81ecdfbb
RW
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14490$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13b2be9c
DJ
14491 fi
14492fi
14493rm -f confcache
14494
14495test "x$prefix" = xNONE && prefix=$ac_default_prefix
14496# Let make expand exec_prefix.
14497test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14498
13b2be9c
DJ
14499DEFS=-DHAVE_CONFIG_H
14500
14501ac_libobjs=
14502ac_ltlibobjs=
14503for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14504 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14505 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14506 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14507 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14508 # will be set to the directory where LIBOBJS objects are built.
14509 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14510 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13b2be9c
DJ
14511done
14512LIBOBJS=$ac_libobjs
14513
14514LTLIBOBJS=$ac_ltlibobjs
14515
14516
14517if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
14518 as_fn_error "conditional \"AMDEP\" was never defined.
14519Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c
DJ
14520fi
14521if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
14522 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14523Usually this means the macro was only invoked conditionally." "$LINENO" 5
14524fi
14525 if test -n "$EXEEXT"; then
14526 am__EXEEXT_TRUE=
14527 am__EXEEXT_FALSE='#'
14528else
14529 am__EXEEXT_TRUE='#'
14530 am__EXEEXT_FALSE=
13b2be9c 14531fi
81ecdfbb
RW
14532
14533
13b2be9c 14534if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
14535 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14536Usually this means the macro was only invoked conditionally." "$LINENO" 5
13b2be9c 14537fi
d5fbea21 14538if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
14539 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14540Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14541fi
13b2be9c
DJ
14542
14543: ${CONFIG_STATUS=./config.status}
81ecdfbb 14544ac_write_fail=0
13b2be9c
DJ
14545ac_clean_files_save=$ac_clean_files
14546ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14547{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14548$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14549as_write_fail=0
14550cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13b2be9c
DJ
14551#! $SHELL
14552# Generated by $as_me.
14553# Run this file to recreate the current configuration.
14554# Compiler output produced by configure, useful for debugging
14555# configure, is in config.log if it exists.
14556
14557debug=false
14558ac_cs_recheck=false
14559ac_cs_silent=false
13b2be9c 14560
81ecdfbb
RW
14561SHELL=\${CONFIG_SHELL-$SHELL}
14562export SHELL
14563_ASEOF
14564cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14565## -------------------- ##
14566## M4sh Initialization. ##
14567## -------------------- ##
13b2be9c 14568
81ecdfbb
RW
14569# Be more Bourne compatible
14570DUALCASE=1; export DUALCASE # for MKS sh
14571if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13b2be9c
DJ
14572 emulate sh
14573 NULLCMD=:
81ecdfbb 14574 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13b2be9c
DJ
14575 # is contrary to our usage. Disable this feature.
14576 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14577 setopt NO_GLOB_SUBST
14578else
14579 case `(set -o) 2>/dev/null` in #(
14580 *posix*) :
14581 set -o posix ;; #(
14582 *) :
14583 ;;
14584esac
13b2be9c
DJ
14585fi
14586
81ecdfbb
RW
14587
14588as_nl='
14589'
14590export as_nl
14591# Printing a long string crashes Solaris 7 /usr/bin/printf.
14592as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14593as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14594as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14595# Prefer a ksh shell builtin over an external printf program on Solaris,
14596# but without wasting forks for bash or zsh.
14597if test -z "$BASH_VERSION$ZSH_VERSION" \
14598 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14599 as_echo='print -r --'
14600 as_echo_n='print -rn --'
14601elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14602 as_echo='printf %s\n'
14603 as_echo_n='printf %s'
14604else
14605 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14606 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14607 as_echo_n='/usr/ucb/echo -n'
14608 else
14609 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14610 as_echo_n_body='eval
14611 arg=$1;
14612 case $arg in #(
14613 *"$as_nl"*)
14614 expr "X$arg" : "X\\(.*\\)$as_nl";
14615 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14616 esac;
14617 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14618 '
14619 export as_echo_n_body
14620 as_echo_n='sh -c $as_echo_n_body as_echo'
14621 fi
14622 export as_echo_body
14623 as_echo='sh -c $as_echo_body as_echo'
13b2be9c
DJ
14624fi
14625
81ecdfbb
RW
14626# The user is always right.
14627if test "${PATH_SEPARATOR+set}" != set; then
14628 PATH_SEPARATOR=:
14629 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14630 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14631 PATH_SEPARATOR=';'
14632 }
14633fi
14634
14635
14636# IFS
14637# We need space, tab and new line, in precisely that order. Quoting is
14638# there to prevent editors from complaining about space-tab.
14639# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14640# splitting by setting IFS to empty value.)
14641IFS=" "" $as_nl"
14642
14643# Find who we are. Look in the path if we contain no directory separator.
14644case $0 in #((
14645 *[\\/]* ) as_myself=$0 ;;
14646 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14647for as_dir in $PATH
14648do
14649 IFS=$as_save_IFS
14650 test -z "$as_dir" && as_dir=.
14651 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14652 done
14653IFS=$as_save_IFS
14654
14655 ;;
14656esac
14657# We did not find ourselves, most probably we were run as `sh COMMAND'
14658# in which case we are not to be found in the path.
14659if test "x$as_myself" = x; then
14660 as_myself=$0
14661fi
14662if test ! -f "$as_myself"; then
14663 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14664 exit 1
14665fi
13b2be9c 14666
81ecdfbb
RW
14667# Unset variables that we do not need and which cause bugs (e.g. in
14668# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14669# suppresses any "Segmentation fault" message there. '((' could
14670# trigger a bug in pdksh 5.2.14.
14671for as_var in BASH_ENV ENV MAIL MAILPATH
14672do eval test x\${$as_var+set} = xset \
14673 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14674done
13b2be9c
DJ
14675PS1='$ '
14676PS2='> '
14677PS4='+ '
14678
14679# NLS nuisances.
81ecdfbb
RW
14680LC_ALL=C
14681export LC_ALL
14682LANGUAGE=C
14683export LANGUAGE
14684
14685# CDPATH.
14686(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14687
14688
14689# as_fn_error ERROR [LINENO LOG_FD]
14690# ---------------------------------
14691# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14692# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14693# script with status $?, using 1 if that was 0.
14694as_fn_error ()
14695{
14696 as_status=$?; test $as_status -eq 0 && as_status=1
14697 if test "$3"; then
14698 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14699 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13b2be9c 14700 fi
81ecdfbb
RW
14701 $as_echo "$as_me: error: $1" >&2
14702 as_fn_exit $as_status
14703} # as_fn_error
14704
14705
14706# as_fn_set_status STATUS
14707# -----------------------
14708# Set $? to STATUS, without forking.
14709as_fn_set_status ()
14710{
14711 return $1
14712} # as_fn_set_status
14713
14714# as_fn_exit STATUS
14715# -----------------
14716# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14717as_fn_exit ()
14718{
14719 set +e
14720 as_fn_set_status $1
14721 exit $1
14722} # as_fn_exit
14723
14724# as_fn_unset VAR
14725# ---------------
14726# Portably unset VAR.
14727as_fn_unset ()
14728{
14729 { eval $1=; unset $1;}
14730}
14731as_unset=as_fn_unset
14732# as_fn_append VAR VALUE
14733# ----------------------
14734# Append the text in VALUE to the end of the definition contained in VAR. Take
14735# advantage of any shell optimizations that allow amortized linear growth over
14736# repeated appends, instead of the typical quadratic growth present in naive
14737# implementations.
14738if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14739 eval 'as_fn_append ()
14740 {
14741 eval $1+=\$2
14742 }'
14743else
14744 as_fn_append ()
14745 {
14746 eval $1=\$$1\$2
14747 }
14748fi # as_fn_append
14749
14750# as_fn_arith ARG...
14751# ------------------
14752# Perform arithmetic evaluation on the ARGs, and store the result in the
14753# global $as_val. Take advantage of shells that can avoid forks. The arguments
14754# must be portable across $(()) and expr.
14755if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14756 eval 'as_fn_arith ()
14757 {
14758 as_val=$(( $* ))
14759 }'
14760else
14761 as_fn_arith ()
14762 {
14763 as_val=`expr "$@" || test $? -eq 1`
14764 }
14765fi # as_fn_arith
14766
13b2be9c 14767
81ecdfbb
RW
14768if expr a : '\(a\)' >/dev/null 2>&1 &&
14769 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13b2be9c
DJ
14770 as_expr=expr
14771else
14772 as_expr=false
14773fi
14774
81ecdfbb 14775if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13b2be9c
DJ
14776 as_basename=basename
14777else
14778 as_basename=false
14779fi
14780
81ecdfbb
RW
14781if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14782 as_dirname=dirname
14783else
14784 as_dirname=false
14785fi
13b2be9c 14786
81ecdfbb 14787as_me=`$as_basename -- "$0" ||
13b2be9c
DJ
14788$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14789 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14790 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14791$as_echo X/"$0" |
14792 sed '/^.*\/\([^/][^/]*\)\/*$/{
14793 s//\1/
14794 q
14795 }
14796 /^X\/\(\/\/\)$/{
14797 s//\1/
14798 q
14799 }
14800 /^X\/\(\/\).*/{
14801 s//\1/
14802 q
14803 }
14804 s/.*/./; q'`
13b2be9c 14805
13b2be9c
DJ
14806# Avoid depending upon Character Ranges.
14807as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14808as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14809as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14810as_cr_digits='0123456789'
14811as_cr_alnum=$as_cr_Letters$as_cr_digits
14812
81ecdfbb
RW
14813ECHO_C= ECHO_N= ECHO_T=
14814case `echo -n x` in #(((((
14815-n*)
14816 case `echo 'xy\c'` in
14817 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14818 xy) ECHO_C='\c';;
14819 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14820 ECHO_T=' ';;
14821 esac;;
14822*)
14823 ECHO_N='-n';;
13b2be9c 14824esac
252b5132 14825
81ecdfbb
RW
14826rm -f conf$$ conf$$.exe conf$$.file
14827if test -d conf$$.dir; then
14828 rm -f conf$$.dir/conf$$.file
252b5132 14829else
81ecdfbb
RW
14830 rm -f conf$$.dir
14831 mkdir conf$$.dir 2>/dev/null
252b5132 14832fi
81ecdfbb
RW
14833if (echo >conf$$.file) 2>/dev/null; then
14834 if ln -s conf$$.file conf$$ 2>/dev/null; then
13b2be9c 14835 as_ln_s='ln -s'
81ecdfbb
RW
14836 # ... but there are two gotchas:
14837 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14838 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14839 # In both cases, we have to default to `cp -p'.
14840 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14841 as_ln_s='cp -p'
14842 elif ln conf$$.file conf$$ 2>/dev/null; then
14843 as_ln_s=ln
14844 else
14845 as_ln_s='cp -p'
13b2be9c 14846 fi
13b2be9c
DJ
14847else
14848 as_ln_s='cp -p'
252b5132 14849fi
81ecdfbb
RW
14850rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14851rmdir conf$$.dir 2>/dev/null
252b5132 14852
81ecdfbb
RW
14853
14854# as_fn_mkdir_p
14855# -------------
14856# Create "$as_dir" as a directory, including parents if necessary.
14857as_fn_mkdir_p ()
14858{
14859
14860 case $as_dir in #(
14861 -*) as_dir=./$as_dir;;
14862 esac
14863 test -d "$as_dir" || eval $as_mkdir_p || {
14864 as_dirs=
14865 while :; do
14866 case $as_dir in #(
14867 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14868 *) as_qdir=$as_dir;;
14869 esac
14870 as_dirs="'$as_qdir' $as_dirs"
14871 as_dir=`$as_dirname -- "$as_dir" ||
14872$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14873 X"$as_dir" : 'X\(//\)[^/]' \| \
14874 X"$as_dir" : 'X\(//\)$' \| \
14875 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14876$as_echo X"$as_dir" |
14877 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14878 s//\1/
14879 q
14880 }
14881 /^X\(\/\/\)[^/].*/{
14882 s//\1/
14883 q
14884 }
14885 /^X\(\/\/\)$/{
14886 s//\1/
14887 q
14888 }
14889 /^X\(\/\).*/{
14890 s//\1/
14891 q
14892 }
14893 s/.*/./; q'`
14894 test -d "$as_dir" && break
14895 done
14896 test -z "$as_dirs" || eval "mkdir $as_dirs"
14897 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14898
14899
14900} # as_fn_mkdir_p
13b2be9c 14901if mkdir -p . 2>/dev/null; then
81ecdfbb 14902 as_mkdir_p='mkdir -p "$as_dir"'
252b5132 14903else
ab509236 14904 test -d ./-p && rmdir ./-p
13b2be9c
DJ
14905 as_mkdir_p=false
14906fi
81ecdfbb
RW
14907
14908if test -x / >/dev/null 2>&1; then
14909 as_test_x='test -x'
14910else
14911 if ls -dL / >/dev/null 2>&1; then
14912 as_ls_L_option=L
14913 else
14914 as_ls_L_option=
14915 fi
14916 as_test_x='
14917 eval sh -c '\''
14918 if test -d "$1"; then
14919 test -d "$1/.";
14920 else
14921 case $1 in #(
14922 -*)set "./$1";;
14923 esac;
14924 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14925 ???[sx]*):;;*)false;;esac;fi
14926 '\'' sh
14927 '
14928fi
14929as_executable_p=$as_test_x
252b5132 14930
13b2be9c 14931# Sed expression to map a string onto a valid CPP name.
ab509236 14932as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 14933
13b2be9c 14934# Sed expression to map a string onto a valid variable name.
ab509236 14935as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
252b5132 14936
d6d788bd 14937
13b2be9c 14938exec 6>&1
81ecdfbb
RW
14939## ----------------------------------- ##
14940## Main body of $CONFIG_STATUS script. ##
14941## ----------------------------------- ##
14942_ASEOF
14943test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
252b5132 14944
81ecdfbb
RW
14945cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14946# Save the log message, to keep $0 and so on meaningful, and to
13b2be9c 14947# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14948# values after options handling.
14949ac_log="
13b2be9c 14950This file was extended by $as_me, which was
81ecdfbb 14951generated by GNU Autoconf 2.64. Invocation command line was
d6d788bd 14952
13b2be9c
DJ
14953 CONFIG_FILES = $CONFIG_FILES
14954 CONFIG_HEADERS = $CONFIG_HEADERS
14955 CONFIG_LINKS = $CONFIG_LINKS
14956 CONFIG_COMMANDS = $CONFIG_COMMANDS
14957 $ $0 $@
252b5132 14958
81ecdfbb
RW
14959on `(hostname || uname -n) 2>/dev/null | sed 1q`
14960"
14961
13b2be9c 14962_ACEOF
252b5132 14963
81ecdfbb
RW
14964case $ac_config_files in *"
14965"*) set x $ac_config_files; shift; ac_config_files=$*;;
14966esac
13b2be9c 14967
81ecdfbb
RW
14968case $ac_config_headers in *"
14969"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14970esac
252b5132 14971
252b5132 14972
81ecdfbb
RW
14973cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14974# Files that config.status was made for.
14975config_files="$ac_config_files"
14976config_headers="$ac_config_headers"
14977config_commands="$ac_config_commands"
d6d788bd 14978
81ecdfbb 14979_ACEOF
252b5132 14980
81ecdfbb 14981cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 14982ac_cs_usage="\
81ecdfbb
RW
14983\`$as_me' instantiates files and other configuration actions
14984from templates according to the current configuration. Unless the files
14985and actions are specified as TAGs, all are instantiated by default.
252b5132 14986
81ecdfbb 14987Usage: $0 [OPTION]... [TAG]...
252b5132 14988
13b2be9c 14989 -h, --help print this help, then exit
81ecdfbb
RW
14990 -V, --version print version number and configuration settings, then exit
14991 -q, --quiet, --silent
14992 do not print progress messages
13b2be9c
DJ
14993 -d, --debug don't remove temporary files
14994 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14995 --file=FILE[:TEMPLATE]
14996 instantiate the configuration file FILE
14997 --header=FILE[:TEMPLATE]
14998 instantiate the configuration header FILE
252b5132 14999
13b2be9c
DJ
15000Configuration files:
15001$config_files
252b5132 15002
13b2be9c
DJ
15003Configuration headers:
15004$config_headers
252b5132 15005
13b2be9c
DJ
15006Configuration commands:
15007$config_commands
252b5132 15008
81ecdfbb 15009Report bugs to the package provider."
d6d788bd 15010
81ecdfbb
RW
15011_ACEOF
15012cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c
DJ
15013ac_cs_version="\\
15014config.status
81ecdfbb
RW
15015configured by $0, generated by GNU Autoconf 2.64,
15016 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
d6d788bd 15017
81ecdfbb 15018Copyright (C) 2009 Free Software Foundation, Inc.
13b2be9c
DJ
15019This config.status script is free software; the Free Software Foundation
15020gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15021
15022ac_pwd='$ac_pwd'
15023srcdir='$srcdir'
15024INSTALL='$INSTALL'
15025MKDIR_P='$MKDIR_P'
15026AWK='$AWK'
15027test -n "\$AWK" || AWK=awk
13b2be9c 15028_ACEOF
d6d788bd 15029
81ecdfbb
RW
15030cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15031# The default lists apply if the user does not specify any file.
13b2be9c
DJ
15032ac_need_defaults=:
15033while test $# != 0
15034do
15035 case $1 in
15036 --*=*)
81ecdfbb
RW
15037 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15038 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13b2be9c 15039 ac_shift=:
c8615825 15040 ;;
81ecdfbb 15041 *)
13b2be9c
DJ
15042 ac_option=$1
15043 ac_optarg=$2
15044 ac_shift=shift
c8615825 15045 ;;
13b2be9c 15046 esac
252b5132 15047
13b2be9c
DJ
15048 case $ac_option in
15049 # Handling of the options.
13b2be9c
DJ
15050 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15051 ac_cs_recheck=: ;;
81ecdfbb
RW
15052 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15053 $as_echo "$ac_cs_version"; exit ;;
15054 --debug | --debu | --deb | --de | --d | -d )
13b2be9c
DJ
15055 debug=: ;;
15056 --file | --fil | --fi | --f )
15057 $ac_shift
81ecdfbb
RW
15058 case $ac_optarg in
15059 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15060 esac
15061 as_fn_append CONFIG_FILES " '$ac_optarg'"
13b2be9c
DJ
15062 ac_need_defaults=false;;
15063 --header | --heade | --head | --hea )
15064 $ac_shift
81ecdfbb
RW
15065 case $ac_optarg in
15066 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15067 esac
15068 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13b2be9c 15069 ac_need_defaults=false;;
81ecdfbb
RW
15070 --he | --h)
15071 # Conflict between --help and --header
15072 as_fn_error "ambiguous option: \`$1'
15073Try \`$0 --help' for more information.";;
15074 --help | --hel | -h )
15075 $as_echo "$ac_cs_usage"; exit ;;
13b2be9c
DJ
15076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15077 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15078 ac_cs_silent=: ;;
c8615825 15079
13b2be9c 15080 # This is an error.
81ecdfbb
RW
15081 -*) as_fn_error "unrecognized option: \`$1'
15082Try \`$0 --help' for more information." ;;
252b5132 15083
81ecdfbb
RW
15084 *) as_fn_append ac_config_targets " $1"
15085 ac_need_defaults=false ;;
252b5132 15086
13b2be9c
DJ
15087 esac
15088 shift
15089done
252b5132 15090
13b2be9c 15091ac_configure_extra_args=
d6d788bd 15092
13b2be9c
DJ
15093if $ac_cs_silent; then
15094 exec 6>/dev/null
15095 ac_configure_extra_args="$ac_configure_extra_args --silent"
15096fi
9b2b7d69 15097
13b2be9c 15098_ACEOF
81ecdfbb 15099cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13b2be9c 15100if \$ac_cs_recheck; then
81ecdfbb
RW
15101 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15102 shift
15103 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15104 CONFIG_SHELL='$SHELL'
15105 export CONFIG_SHELL
15106 exec "\$@"
13b2be9c
DJ
15107fi
15108
15109_ACEOF
81ecdfbb
RW
15110cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15111exec 5>>config.log
15112{
15113 echo
15114 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15115## Running $as_me. ##
15116_ASBOX
15117 $as_echo "$ac_log"
15118} >&5
13b2be9c 15119
81ecdfbb
RW
15120_ACEOF
15121cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9b2b7d69 15122#
81ecdfbb 15123# INIT-COMMANDS
9b2b7d69 15124#
13b2be9c 15125AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15126
15127
15128# The HP-UX ksh and POSIX shell print the target directory to stdout
15129# if CDPATH is set.
15130(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15131
15132sed_quote_subst='$sed_quote_subst'
15133double_quote_subst='$double_quote_subst'
15134delay_variable_subst='$delay_variable_subst'
3725885a
RW
15135macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15136macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15137enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15138enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15139pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15140enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15141SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15142ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15143host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15144host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15145host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15146build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15147build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15148build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15149SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15150Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15151GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15152EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15153FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15154LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15155NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15156LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15157max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15158ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15159exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15160lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15161lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15162lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15163reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15164reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15165OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15166deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15167file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15168AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15169AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15170STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15171RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15172old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15173old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15174old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15175lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15176CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15177CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15178compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15179GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15180lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15181lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15182lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15183lt_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"`'
15184objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15185MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15186lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15187lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15188lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15189lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15190lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15191need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15192DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15193NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15194LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15195OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15196OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15197libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15198shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15199extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15200archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15201enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15202export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15203whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15204compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15205old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15206old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15207archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15208archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15209module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15210module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15211with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15212allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15213no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15214hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15215hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15216hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15217hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15218hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15219hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15220hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15221hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15222inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15223link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15224fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15225always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15226export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15227exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15228include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15229prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15230file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15231variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15232need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15233need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15234version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15235runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15236shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15237shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15238libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15239library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15240soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15241install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15242postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15243postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15244finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15245finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15246hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15247sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15248sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15249hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15250enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15251enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15252enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15253old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15254striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15255
15256LTCC='$LTCC'
15257LTCFLAGS='$LTCFLAGS'
15258compiler='$compiler_DEFAULT'
15259
3725885a
RW
15260# A function that is used when there is no print builtin or printf.
15261func_fallback_echo ()
15262{
15263 eval 'cat <<_LTECHO_EOF
15264\$1
15265_LTECHO_EOF'
15266}
15267
d7040cdb 15268# Quote evaled strings.
3725885a
RW
15269for var in SHELL \
15270ECHO \
15271SED \
d7040cdb
SE
15272GREP \
15273EGREP \
15274FGREP \
15275LD \
15276NM \
15277LN_S \
15278lt_SP2NL \
15279lt_NL2SP \
15280reload_flag \
718a6fd8 15281OBJDUMP \
d7040cdb
SE
15282deplibs_check_method \
15283file_magic_cmd \
15284AR \
15285AR_FLAGS \
15286STRIP \
15287RANLIB \
15288CC \
15289CFLAGS \
15290compiler \
15291lt_cv_sys_global_symbol_pipe \
15292lt_cv_sys_global_symbol_to_cdecl \
15293lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15294lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15295lt_prog_compiler_no_builtin_flag \
df7b86aa 15296lt_prog_compiler_wl \
f2c621e4 15297lt_prog_compiler_pic \
d7040cdb
SE
15298lt_prog_compiler_static \
15299lt_cv_prog_compiler_c_o \
15300need_locks \
718a6fd8
SE
15301DSYMUTIL \
15302NMEDIT \
15303LIPO \
15304OTOOL \
15305OTOOL64 \
d7040cdb
SE
15306shrext_cmds \
15307export_dynamic_flag_spec \
15308whole_archive_flag_spec \
15309compiler_needs_object \
15310with_gnu_ld \
15311allow_undefined_flag \
15312no_undefined_flag \
15313hardcode_libdir_flag_spec \
15314hardcode_libdir_flag_spec_ld \
15315hardcode_libdir_separator \
f2c621e4 15316fix_srcfile_path \
d7040cdb
SE
15317exclude_expsyms \
15318include_expsyms \
15319file_list_spec \
15320variables_saved_for_relink \
15321libname_spec \
15322library_names_spec \
15323soname_spec \
3725885a 15324install_override_mode \
d7040cdb
SE
15325finish_eval \
15326old_striplib \
15327striplib; do
3725885a 15328 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15329 *[\\\\\\\`\\"\\\$]*)
3725885a 15330 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15331 ;;
15332 *)
15333 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15334 ;;
15335 esac
15336done
15337
15338# Double-quote double-evaled strings.
15339for var in reload_cmds \
15340old_postinstall_cmds \
15341old_postuninstall_cmds \
15342old_archive_cmds \
15343extract_expsyms_cmds \
15344old_archive_from_new_cmds \
15345old_archive_from_expsyms_cmds \
15346archive_cmds \
15347archive_expsym_cmds \
15348module_cmds \
15349module_expsym_cmds \
15350export_symbols_cmds \
15351prelink_cmds \
15352postinstall_cmds \
15353postuninstall_cmds \
15354finish_cmds \
15355sys_lib_search_path_spec \
15356sys_lib_dlsearch_path_spec; do
3725885a 15357 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15358 *[\\\\\\\`\\"\\\$]*)
3725885a 15359 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15360 ;;
15361 *)
15362 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15363 ;;
15364 esac
15365done
15366
d7040cdb
SE
15367ac_aux_dir='$ac_aux_dir'
15368xsi_shell='$xsi_shell'
15369lt_shell_append='$lt_shell_append'
15370
15371# See if we are running on zsh, and set the options which allow our
15372# commands through without removal of \ escapes INIT.
15373if test -n "\${ZSH_VERSION+set}" ; then
15374 setopt NO_GLOB_SUBST
15375fi
15376
15377
15378 PACKAGE='$PACKAGE'
15379 VERSION='$VERSION'
15380 TIMESTAMP='$TIMESTAMP'
15381 RM='$RM'
15382 ofile='$ofile'
15383
15384
15385
20e95c23
DJ
15386# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15387 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15388 # from automake.
15389 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15390 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15391 LINGUAS="${LINGUAS-%UNSET%}"
15392
13b2be9c
DJ
15393target_cpu_type=${target_cpu_type}
15394 cgen_cpu_prefix=${cgen_cpu_prefix}
15395 obj_format=${obj_format}
15396 te_file=${te_file}
15397
15398_ACEOF
15399
81ecdfbb 15400cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c 15401
81ecdfbb 15402# Handling of arguments.
13b2be9c 15403for ac_config_target in $ac_config_targets
9b2b7d69 15404do
81ecdfbb
RW
15405 case $ac_config_target in
15406 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15407 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15408 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15409 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15410 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15411 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15412 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15413 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15414 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15415 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15416
15417 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
9b2b7d69
MM
15418 esac
15419done
15420
81ecdfbb 15421
13b2be9c
DJ
15422# If the user did not use the arguments to specify the items to instantiate,
15423# then the envvar interface is used. Set only those that are not.
15424# We use the long form for the default assignment because of an extremely
15425# bizarre bug on SunOS 4.1.3.
15426if $ac_need_defaults; then
15427 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15428 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15429 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15430fi
15431
15432# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15433# simply because there is no reason against having it here, and in addition,
13b2be9c 15434# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15435# Hook for its removal unless debugging.
15436# Note that there is a small window in which the directory will not be cleaned:
15437# after its creation but before its name has been assigned to `$tmp'.
13b2be9c
DJ
15438$debug ||
15439{
81ecdfbb
RW
15440 tmp=
15441 trap 'exit_status=$?
15442 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15443' 0
15444 trap 'as_fn_exit 1' 1 2 13 15
13b2be9c 15445}
13b2be9c 15446# Create a (secure) tmp directory for tmp files.
9b2b7d69 15447
13b2be9c 15448{
81ecdfbb 15449 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13b2be9c
DJ
15450 test -n "$tmp" && test -d "$tmp"
15451} ||
15452{
81ecdfbb
RW
15453 tmp=./conf$$-$RANDOM
15454 (umask 077 && mkdir "$tmp")
15455} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15456
15457# Set up the scripts for CONFIG_FILES section.
15458# No need to generate them if there are no CONFIG_FILES.
15459# This happens for instance with `./config.status config.h'.
15460if test -n "$CONFIG_FILES"; then
15461
15462
15463ac_cr=`echo X | tr X '\015'`
15464# On cygwin, bash can eat \r inside `` if the user requested igncr.
15465# But we know of no other shell where ac_cr would be empty at this
15466# point, so we can use a bashism as a fallback.
15467if test "x$ac_cr" = x; then
15468 eval ac_cr=\$\'\\r\'
15469fi
15470ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15471if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15472 ac_cs_awk_cr='\r'
15473else
15474 ac_cs_awk_cr=$ac_cr
15475fi
15476
15477echo 'BEGIN {' >"$tmp/subs1.awk" &&
15478_ACEOF
15479
15480
15481{
15482 echo "cat >conf$$subs.awk <<_ACEOF" &&
15483 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15484 echo "_ACEOF"
15485} >conf$$subs.sh ||
15486 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15487ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15488ac_delim='%!_!# '
15489for ac_last_try in false false false false false :; do
15490 . ./conf$$subs.sh ||
15491 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15492
15493 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15494 if test $ac_delim_n = $ac_delim_num; then
15495 break
15496 elif $ac_last_try; then
15497 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15498 else
15499 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15500 fi
15501done
15502rm -f conf$$subs.sh
15503
15504cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15505cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15506_ACEOF
15507sed -n '
15508h
15509s/^/S["/; s/!.*/"]=/
15510p
15511g
15512s/^[^!]*!//
15513:repl
15514t repl
15515s/'"$ac_delim"'$//
15516t delim
15517:nl
15518h
15519s/\(.\{148\}\).*/\1/
15520t more1
15521s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15522p
15523n
15524b repl
15525:more1
15526s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15527p
15528g
15529s/.\{148\}//
15530t nl
15531:delim
15532h
15533s/\(.\{148\}\).*/\1/
15534t more2
15535s/["\\]/\\&/g; s/^/"/; s/$/"/
15536p
15537b
15538:more2
15539s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15540p
15541g
15542s/.\{148\}//
15543t delim
15544' <conf$$subs.awk | sed '
15545/^[^""]/{
15546 N
15547 s/\n//
15548}
15549' >>$CONFIG_STATUS || ac_write_fail=1
15550rm -f conf$$subs.awk
15551cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15552_ACAWK
15553cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15554 for (key in S) S_is_set[key] = 1
15555 FS = "\a"
15556
15557}
13b2be9c 15558{
81ecdfbb
RW
15559 line = $ 0
15560 nfields = split(line, field, "@")
15561 substed = 0
15562 len = length(field[1])
15563 for (i = 2; i < nfields; i++) {
15564 key = field[i]
15565 keylen = length(key)
15566 if (S_is_set[key]) {
15567 value = S[key]
15568 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15569 len += length(value) + length(field[++i])
15570 substed = 1
15571 } else
15572 len += 1 + keylen
15573 }
15574
15575 print line
13b2be9c 15576}
9b2b7d69 15577
81ecdfbb
RW
15578_ACAWK
15579_ACEOF
15580cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15581if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15582 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15583else
15584 cat
15585fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15586 || as_fn_error "could not setup config files machinery" "$LINENO" 5
13b2be9c
DJ
15587_ACEOF
15588
81ecdfbb
RW
15589# VPATH may cause trouble with some makes, so we remove $(srcdir),
15590# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15591# trailing colons and then remove the whole line if VPATH becomes empty
15592# (actually we leave an empty line to preserve line numbers).
15593if test "x$srcdir" = x.; then
15594 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15595s/:*\$(srcdir):*/:/
15596s/:*\${srcdir}:*/:/
15597s/:*@srcdir@:*/:/
15598s/^\([^=]*=[ ]*\):*/\1/
15599s/:*$//
15600s/^[^=]*=[ ]*$//
15601}'
15602fi
15603
15604cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15605fi # test -n "$CONFIG_FILES"
13b2be9c 15606
81ecdfbb
RW
15607# Set up the scripts for CONFIG_HEADERS section.
15608# No need to generate them if there are no CONFIG_HEADERS.
15609# This happens for instance with `./config.status Makefile'.
15610if test -n "$CONFIG_HEADERS"; then
15611cat >"$tmp/defines.awk" <<\_ACAWK ||
15612BEGIN {
15613_ACEOF
13b2be9c 15614
81ecdfbb
RW
15615# Transform confdefs.h into an awk script `defines.awk', embedded as
15616# here-document in config.status, that substitutes the proper values into
15617# config.h.in to produce config.h.
9b2b7d69 15618
81ecdfbb
RW
15619# Create a delimiter string that does not exist in confdefs.h, to ease
15620# handling of long lines.
15621ac_delim='%!_!# '
15622for ac_last_try in false false :; do
15623 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15624 if test -z "$ac_t"; then
15625 break
15626 elif $ac_last_try; then
15627 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15628 else
15629 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15630 fi
15631done
15632
15633# For the awk script, D is an array of macro values keyed by name,
15634# likewise P contains macro parameters if any. Preserve backslash
15635# newline sequences.
15636
15637ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15638sed -n '
15639s/.\{148\}/&'"$ac_delim"'/g
15640t rset
15641:rset
15642s/^[ ]*#[ ]*define[ ][ ]*/ /
15643t def
15644d
15645:def
15646s/\\$//
15647t bsnl
15648s/["\\]/\\&/g
15649s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15650D["\1"]=" \3"/p
15651s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15652d
15653:bsnl
15654s/["\\]/\\&/g
15655s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15656D["\1"]=" \3\\\\\\n"\\/p
15657t cont
15658s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15659t cont
15660d
15661:cont
15662n
15663s/.\{148\}/&'"$ac_delim"'/g
15664t clear
15665:clear
15666s/\\$//
15667t bsnlc
15668s/["\\]/\\&/g; s/^/"/; s/$/"/p
15669d
15670:bsnlc
15671s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15672b cont
15673' <confdefs.h | sed '
15674s/'"$ac_delim"'/"\\\
15675"/g' >>$CONFIG_STATUS || ac_write_fail=1
15676
15677cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15678 for (key in D) D_is_set[key] = 1
15679 FS = "\a"
15680}
15681/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15682 line = \$ 0
15683 split(line, arg, " ")
15684 if (arg[1] == "#") {
15685 defundef = arg[2]
15686 mac1 = arg[3]
15687 } else {
15688 defundef = substr(arg[1], 2)
15689 mac1 = arg[2]
15690 }
15691 split(mac1, mac2, "(") #)
15692 macro = mac2[1]
15693 prefix = substr(line, 1, index(line, defundef) - 1)
15694 if (D_is_set[macro]) {
15695 # Preserve the white space surrounding the "#".
15696 print prefix "define", macro P[macro] D[macro]
15697 next
15698 } else {
15699 # Replace #undef with comments. This is necessary, for example,
15700 # in the case of _POSIX_SOURCE, which is predefined and required
15701 # on some systems where configure will not decide to define it.
15702 if (defundef == "undef") {
15703 print "/*", prefix defundef, macro, "*/"
15704 next
15705 }
15706 }
15707}
15708{ print }
15709_ACAWK
13b2be9c 15710_ACEOF
81ecdfbb
RW
15711cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15712 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15713fi # test -n "$CONFIG_HEADERS"
13b2be9c 15714
81ecdfbb
RW
15715
15716eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15717shift
15718for ac_tag
15719do
15720 case $ac_tag in
15721 :[FHLC]) ac_mode=$ac_tag; continue;;
15722 esac
15723 case $ac_mode$ac_tag in
15724 :[FHL]*:*);;
15725 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15726 :[FH]-) ac_tag=-:-;;
15727 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15728 esac
15729 ac_save_IFS=$IFS
15730 IFS=:
15731 set x $ac_tag
15732 IFS=$ac_save_IFS
15733 shift
15734 ac_file=$1
15735 shift
15736
15737 case $ac_mode in
15738 :L) ac_source=$1;;
15739 :[FH])
15740 ac_file_inputs=
15741 for ac_f
15742 do
15743 case $ac_f in
15744 -) ac_f="$tmp/stdin";;
15745 *) # Look for the file first in the build tree, then in the source tree
15746 # (if the path is not absolute). The absolute path cannot be DOS-style,
15747 # because $ac_f cannot contain `:'.
15748 test -f "$ac_f" ||
15749 case $ac_f in
15750 [\\/$]*) false;;
15751 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15752 esac ||
15753 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15754 esac
15755 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15756 as_fn_append ac_file_inputs " '$ac_f'"
15757 done
15758
15759 # Let's still pretend it is `configure' which instantiates (i.e., don't
15760 # use $as_me), people would be surprised to read:
15761 # /* config.h. Generated by config.status. */
15762 configure_input='Generated from '`
15763 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15764 `' by configure.'
15765 if test x"$ac_file" != x-; then
15766 configure_input="$ac_file. $configure_input"
15767 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15768$as_echo "$as_me: creating $ac_file" >&6;}
9b2b7d69 15769 fi
81ecdfbb
RW
15770 # Neutralize special characters interpreted by sed in replacement strings.
15771 case $configure_input in #(
15772 *\&* | *\|* | *\\* )
15773 ac_sed_conf_input=`$as_echo "$configure_input" |
15774 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15775 *) ac_sed_conf_input=$configure_input;;
15776 esac
252b5132 15777
81ecdfbb
RW
15778 case $ac_tag in
15779 *:-:* | *:-) cat >"$tmp/stdin" \
15780 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15781 esac
15782 ;;
252b5132 15783 esac
9b2b7d69 15784
81ecdfbb 15785 ac_dir=`$as_dirname -- "$ac_file" ||
13b2be9c 15786$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
15787 X"$ac_file" : 'X\(//\)[^/]' \| \
15788 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15789 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15790$as_echo X"$ac_file" |
15791 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15792 s//\1/
15793 q
15794 }
15795 /^X\(\/\/\)[^/].*/{
15796 s//\1/
15797 q
15798 }
15799 /^X\(\/\/\)$/{
15800 s//\1/
15801 q
15802 }
15803 /^X\(\/\).*/{
15804 s//\1/
15805 q
15806 }
15807 s/.*/./; q'`
15808 as_dir="$ac_dir"; as_fn_mkdir_p
13b2be9c
DJ
15809 ac_builddir=.
15810
81ecdfbb
RW
15811case "$ac_dir" in
15812.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15813*)
15814 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15815 # A ".." for each directory in $ac_dir_suffix.
15816 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15817 case $ac_top_builddir_sub in
15818 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15819 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15820 esac ;;
15821esac
15822ac_abs_top_builddir=$ac_pwd
15823ac_abs_builddir=$ac_pwd$ac_dir_suffix
15824# for backward compatibility:
15825ac_top_builddir=$ac_top_build_prefix
9b2b7d69 15826
13b2be9c 15827case $srcdir in
81ecdfbb 15828 .) # We are building in place.
13b2be9c 15829 ac_srcdir=.
81ecdfbb
RW
15830 ac_top_srcdir=$ac_top_builddir_sub
15831 ac_abs_top_srcdir=$ac_pwd ;;
15832 [\\/]* | ?:[\\/]* ) # Absolute name.
13b2be9c 15833 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15834 ac_top_srcdir=$srcdir
15835 ac_abs_top_srcdir=$srcdir ;;
15836 *) # Relative name.
15837 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15838 ac_top_srcdir=$ac_top_build_prefix$srcdir
15839 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13b2be9c 15840esac
81ecdfbb 15841ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
ab509236 15842
252b5132 15843
81ecdfbb
RW
15844 case $ac_mode in
15845 :F)
15846 #
15847 # CONFIG_FILE
15848 #
9b2b7d69 15849
13b2be9c
DJ
15850 case $INSTALL in
15851 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
15852 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15853 esac
15854 ac_MKDIR_P=$MKDIR_P
15855 case $MKDIR_P in
15856 [\\/$]* | ?:[\\/]* ) ;;
15857 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
c8615825 15858 esac
81ecdfbb 15859_ACEOF
9b2b7d69 15860
81ecdfbb
RW
15861cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15862# If the template does not know about datarootdir, expand it.
15863# FIXME: This hack should be removed a few years after 2.60.
15864ac_datarootdir_hack=; ac_datarootdir_seen=
15865ac_sed_dataroot='
15866/datarootdir/ {
15867 p
15868 q
15869}
15870/@datadir@/p
15871/@docdir@/p
15872/@infodir@/p
15873/@localedir@/p
15874/@mandir@/p'
15875case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15876*datarootdir*) ac_datarootdir_seen=yes;;
15877*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15878 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15879$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15880_ACEOF
15881cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15882 ac_datarootdir_hack='
15883 s&@datadir@&$datadir&g
15884 s&@docdir@&$docdir&g
15885 s&@infodir@&$infodir&g
15886 s&@localedir@&$localedir&g
15887 s&@mandir@&$mandir&g
15888 s&\\\${datarootdir}&$datarootdir&g' ;;
15889esac
13b2be9c 15890_ACEOF
81ecdfbb
RW
15891
15892# Neutralize VPATH when `$srcdir' = `.'.
15893# Shell code in configure.ac might set extrasub.
15894# FIXME: do we really want to maintain this feature?
15895cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15896ac_sed_extra="$ac_vpsub
13b2be9c
DJ
15897$extrasub
15898_ACEOF
81ecdfbb 15899cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13b2be9c
DJ
15900:t
15901/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
15902s|@configure_input@|$ac_sed_conf_input|;t t
15903s&@top_builddir@&$ac_top_builddir_sub&;t t
15904s&@top_build_prefix@&$ac_top_build_prefix&;t t
15905s&@srcdir@&$ac_srcdir&;t t
15906s&@abs_srcdir@&$ac_abs_srcdir&;t t
15907s&@top_srcdir@&$ac_top_srcdir&;t t
15908s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15909s&@builddir@&$ac_builddir&;t t
15910s&@abs_builddir@&$ac_abs_builddir&;t t
15911s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15912s&@INSTALL@&$ac_INSTALL&;t t
15913s&@MKDIR_P@&$ac_MKDIR_P&;t t
15914$ac_datarootdir_hack
15915"
15916eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15917 || as_fn_error "could not create $ac_file" "$LINENO" 5
15918
15919test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15920 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15921 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15923which seems to be undefined. Please make sure it is defined." >&5
15924$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15925which seems to be undefined. Please make sure it is defined." >&2;}
15926
15927 rm -f "$tmp/stdin"
13b2be9c 15928 case $ac_file in
81ecdfbb
RW
15929 -) cat "$tmp/out" && rm -f "$tmp/out";;
15930 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15931 esac \
15932 || as_fn_error "could not create $ac_file" "$LINENO" 5
15933 ;;
15934 :H)
15935 #
15936 # CONFIG_HEADER
15937 #
13b2be9c 15938 if test x"$ac_file" != x-; then
81ecdfbb
RW
15939 {
15940 $as_echo "/* $configure_input */" \
15941 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15942 } >"$tmp/config.h" \
15943 || as_fn_error "could not create $ac_file" "$LINENO" 5
15944 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15945 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15946$as_echo "$as_me: $ac_file is unchanged" >&6;}
13b2be9c 15947 else
81ecdfbb
RW
15948 rm -f "$ac_file"
15949 mv "$tmp/config.h" "$ac_file" \
15950 || as_fn_error "could not create $ac_file" "$LINENO" 5
9b2b7d69 15951 fi
13b2be9c 15952 else
81ecdfbb
RW
15953 $as_echo "/* $configure_input */" \
15954 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15955 || as_fn_error "could not create -" "$LINENO" 5
9b2b7d69 15956 fi
81ecdfbb
RW
15957# Compute "$ac_file"'s index in $config_headers.
15958_am_arg="$ac_file"
13b2be9c
DJ
15959_am_stamp_count=1
15960for _am_header in $config_headers :; do
15961 case $_am_header in
81ecdfbb 15962 $_am_arg | $_am_arg:* )
13b2be9c
DJ
15963 break ;;
15964 * )
15965 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15966 esac
15967done
81ecdfbb
RW
15968echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15969$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15970 X"$_am_arg" : 'X\(//\)[^/]' \| \
15971 X"$_am_arg" : 'X\(//\)$' \| \
15972 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15973$as_echo X"$_am_arg" |
15974 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15975 s//\1/
15976 q
15977 }
15978 /^X\(\/\/\)[^/].*/{
15979 s//\1/
15980 q
15981 }
15982 /^X\(\/\/\)$/{
15983 s//\1/
15984 q
15985 }
15986 /^X\(\/\).*/{
15987 s//\1/
15988 q
15989 }
15990 s/.*/./; q'`/stamp-h$_am_stamp_count
15991 ;;
ab509236 15992
81ecdfbb
RW
15993 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15994$as_echo "$as_me: executing $ac_file commands" >&6;}
15995 ;;
15996 esac
13b2be9c
DJ
15997
15998
81ecdfbb
RW
15999 case $ac_file$ac_mode in
16000 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16001 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16002 # are listed without --file. Let's play safe and only enable the eval
16003 # if we detect the quoting.
16004 case $CONFIG_FILES in
16005 *\'*) eval set x "$CONFIG_FILES" ;;
16006 *) set x $CONFIG_FILES ;;
16007 esac
16008 shift
16009 for mf
16010 do
16011 # Strip MF so we end up with the name of the file.
16012 mf=`echo "$mf" | sed -e 's/:.*$//'`
16013 # Check whether this is an Automake generated Makefile or not.
16014 # We used to match only the files named `Makefile.in', but
16015 # some people rename them; so instead we look at the file content.
16016 # Grep'ing the first line is not enough: some people post-process
16017 # each Makefile.in and add a new line on top of each file to say so.
16018 # Grep'ing the whole file is not good either: AIX grep has a line
16019 # limit of 2048, but all sed's we know have understand at least 4000.
16020 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16021 dirpart=`$as_dirname -- "$mf" ||
13b2be9c 16022$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16023 X"$mf" : 'X\(//\)[^/]' \| \
16024 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16025 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16026$as_echo X"$mf" |
16027 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16028 s//\1/
16029 q
16030 }
16031 /^X\(\/\/\)[^/].*/{
16032 s//\1/
16033 q
16034 }
16035 /^X\(\/\/\)$/{
16036 s//\1/
16037 q
16038 }
16039 /^X\(\/\).*/{
16040 s//\1/
16041 q
16042 }
16043 s/.*/./; q'`
16044 else
16045 continue
16046 fi
16047 # Extract the definition of DEPDIR, am__include, and am__quote
16048 # from the Makefile without running `make'.
16049 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16050 test -z "$DEPDIR" && continue
16051 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16052 test -z "am__include" && continue
16053 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16054 # When using ansi2knr, U may be empty or an underscore; expand it
16055 U=`sed -n 's/^U = //p' < "$mf"`
16056 # Find all dependency output files, they are included files with
16057 # $(DEPDIR) in their names. We invoke sed twice because it is the
16058 # simplest approach to changing $(DEPDIR) to its actual value in the
16059 # expansion.
16060 for file in `sed -n "
16061 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16062 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16063 # Make sure the directory exists.
16064 test -f "$dirpart/$file" && continue
16065 fdir=`$as_dirname -- "$file" ||
13b2be9c 16066$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
ab509236
L
16067 X"$file" : 'X\(//\)[^/]' \| \
16068 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16069 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16070$as_echo X"$file" |
16071 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16072 s//\1/
16073 q
16074 }
16075 /^X\(\/\/\)[^/].*/{
16076 s//\1/
16077 q
16078 }
16079 /^X\(\/\/\)$/{
16080 s//\1/
16081 q
16082 }
16083 /^X\(\/\).*/{
16084 s//\1/
16085 q
16086 }
16087 s/.*/./; q'`
16088 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16089 # echo "creating $dirpart/$file"
16090 echo '# dummy' > "$dirpart/$file"
13b2be9c 16091 done
13b2be9c 16092 done
81ecdfbb 16093}
d7040cdb 16094 ;;
81ecdfbb 16095 "libtool":C)
d7040cdb
SE
16096
16097 # See if we are running on zsh, and set the options which allow our
16098 # commands through without removal of \ escapes.
16099 if test -n "${ZSH_VERSION+set}" ; then
16100 setopt NO_GLOB_SUBST
16101 fi
16102
16103 cfgfile="${ofile}T"
16104 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16105 $RM "$cfgfile"
16106
16107 cat <<_LT_EOF >> "$cfgfile"
16108#! $SHELL
16109
16110# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16111# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16112# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16113# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16114#
718a6fd8 16115# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16116# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16117# Written by Gordon Matzigkeit, 1996
d7040cdb 16118#
718a6fd8 16119# This file is part of GNU Libtool.
d7040cdb 16120#
718a6fd8
SE
16121# GNU Libtool is free software; you can redistribute it and/or
16122# modify it under the terms of the GNU General Public License as
16123# published by the Free Software Foundation; either version 2 of
16124# the License, or (at your option) any later version.
d7040cdb 16125#
718a6fd8
SE
16126# As a special exception to the GNU General Public License,
16127# if you distribute this file as part of a program or library that
16128# is built using GNU Libtool, you may include this file under the
16129# same distribution terms that you use for the rest of that program.
d7040cdb 16130#
718a6fd8
SE
16131# GNU Libtool is distributed in the hope that it will be useful,
16132# but WITHOUT ANY WARRANTY; without even the implied warranty of
16133# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16134# GNU General Public License for more details.
d7040cdb 16135#
718a6fd8
SE
16136# You should have received a copy of the GNU General Public License
16137# along with GNU Libtool; see the file COPYING. If not, a copy
16138# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16139# obtained by writing to the Free Software Foundation, Inc.,
16140# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16141
16142
16143# The names of the tagged configurations supported by this script.
16144available_tags=""
16145
16146# ### BEGIN LIBTOOL CONFIG
16147
16148# Which release of libtool.m4 was used?
16149macro_version=$macro_version
16150macro_revision=$macro_revision
16151
16152# Whether or not to build shared libraries.
16153build_libtool_libs=$enable_shared
16154
16155# Whether or not to build static libraries.
16156build_old_libs=$enable_static
16157
16158# What type of objects to build.
16159pic_mode=$pic_mode
16160
16161# Whether or not to optimize for fast installation.
16162fast_install=$enable_fast_install
16163
3725885a
RW
16164# Shell to use when invoking shell scripts.
16165SHELL=$lt_SHELL
16166
16167# An echo program that protects backslashes.
16168ECHO=$lt_ECHO
16169
d7040cdb
SE
16170# The host system.
16171host_alias=$host_alias
16172host=$host
16173host_os=$host_os
16174
16175# The build system.
16176build_alias=$build_alias
16177build=$build
16178build_os=$build_os
16179
16180# A sed program that does not truncate output.
16181SED=$lt_SED
16182
16183# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16184Xsed="\$SED -e 1s/^X//"
16185
16186# A grep program that handles long lines.
16187GREP=$lt_GREP
16188
16189# An ERE matcher.
16190EGREP=$lt_EGREP
16191
16192# A literal string matcher.
16193FGREP=$lt_FGREP
16194
16195# A BSD- or MS-compatible name lister.
16196NM=$lt_NM
16197
16198# Whether we need soft or hard links.
16199LN_S=$lt_LN_S
16200
16201# What is the maximum length of a command?
16202max_cmd_len=$max_cmd_len
16203
16204# Object file suffix (normally "o").
16205objext=$ac_objext
16206
16207# Executable file suffix (normally "").
16208exeext=$exeext
16209
16210# whether the shell understands "unset".
16211lt_unset=$lt_unset
16212
16213# turn spaces into newlines.
16214SP2NL=$lt_lt_SP2NL
16215
16216# turn newlines into spaces.
16217NL2SP=$lt_lt_NL2SP
16218
718a6fd8
SE
16219# An object symbol dumper.
16220OBJDUMP=$lt_OBJDUMP
16221
d7040cdb
SE
16222# Method to check whether dependent libraries are shared objects.
16223deplibs_check_method=$lt_deplibs_check_method
16224
f2c621e4 16225# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16226file_magic_cmd=$lt_file_magic_cmd
16227
16228# The archiver.
16229AR=$lt_AR
16230AR_FLAGS=$lt_AR_FLAGS
16231
16232# A symbol stripping program.
16233STRIP=$lt_STRIP
16234
16235# Commands used to install an old-style archive.
16236RANLIB=$lt_RANLIB
16237old_postinstall_cmds=$lt_old_postinstall_cmds
16238old_postuninstall_cmds=$lt_old_postuninstall_cmds
16239
3725885a
RW
16240# Whether to use a lock for old archive extraction.
16241lock_old_archive_extraction=$lock_old_archive_extraction
16242
d7040cdb
SE
16243# A C compiler.
16244LTCC=$lt_CC
16245
16246# LTCC compiler flags.
16247LTCFLAGS=$lt_CFLAGS
16248
16249# Take the output of nm and produce a listing of raw symbols and C names.
16250global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16251
16252# Transform the output of nm in a proper C declaration.
16253global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16254
16255# Transform the output of nm in a C name address pair.
16256global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16257
718a6fd8
SE
16258# Transform the output of nm in a C name address pair when lib prefix is needed.
16259global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16260
d7040cdb
SE
16261# The name of the directory that contains temporary libtool files.
16262objdir=$objdir
16263
d7040cdb
SE
16264# Used to examine libraries when file_magic_cmd begins with "file".
16265MAGIC_CMD=$MAGIC_CMD
16266
16267# Must we lock files when doing compilation?
16268need_locks=$lt_need_locks
16269
718a6fd8
SE
16270# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16271DSYMUTIL=$lt_DSYMUTIL
16272
16273# Tool to change global to local symbols on Mac OS X.
16274NMEDIT=$lt_NMEDIT
16275
16276# Tool to manipulate fat objects and archives on Mac OS X.
16277LIPO=$lt_LIPO
16278
16279# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16280OTOOL=$lt_OTOOL
16281
16282# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16283OTOOL64=$lt_OTOOL64
16284
d7040cdb
SE
16285# Old archive suffix (normally "a").
16286libext=$libext
16287
16288# Shared library suffix (normally ".so").
16289shrext_cmds=$lt_shrext_cmds
16290
16291# The commands to extract the exported symbol list from a shared archive.
16292extract_expsyms_cmds=$lt_extract_expsyms_cmds
16293
16294# Variables whose values should be saved in libtool wrapper scripts and
16295# restored at link time.
16296variables_saved_for_relink=$lt_variables_saved_for_relink
16297
16298# Do we need the "lib" prefix for modules?
16299need_lib_prefix=$need_lib_prefix
16300
16301# Do we need a version for libraries?
16302need_version=$need_version
16303
16304# Library versioning type.
16305version_type=$version_type
16306
16307# Shared library runtime path variable.
16308runpath_var=$runpath_var
16309
16310# Shared library path variable.
16311shlibpath_var=$shlibpath_var
16312
16313# Is shlibpath searched before the hard-coded library search path?
16314shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16315
16316# Format of library name prefix.
16317libname_spec=$lt_libname_spec
16318
16319# List of archive names. First name is the real one, the rest are links.
16320# The last name is the one that the linker finds with -lNAME
16321library_names_spec=$lt_library_names_spec
16322
16323# The coded name of the library, if different from the real name.
16324soname_spec=$lt_soname_spec
16325
3725885a
RW
16326# Permission mode override for installation of shared libraries.
16327install_override_mode=$lt_install_override_mode
16328
d7040cdb
SE
16329# Command to use after installation of a shared archive.
16330postinstall_cmds=$lt_postinstall_cmds
16331
16332# Command to use after uninstallation of a shared archive.
16333postuninstall_cmds=$lt_postuninstall_cmds
16334
16335# Commands used to finish a libtool library installation in a directory.
16336finish_cmds=$lt_finish_cmds
16337
16338# As "finish_cmds", except a single script fragment to be evaled but
16339# not shown.
16340finish_eval=$lt_finish_eval
16341
16342# Whether we should hardcode library paths into libraries.
16343hardcode_into_libs=$hardcode_into_libs
16344
16345# Compile-time system search path for libraries.
16346sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16347
16348# Run-time system search path for libraries.
16349sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16350
16351# Whether dlopen is supported.
16352dlopen_support=$enable_dlopen
16353
16354# Whether dlopen of programs is supported.
16355dlopen_self=$enable_dlopen_self
16356
16357# Whether dlopen of statically linked programs is supported.
16358dlopen_self_static=$enable_dlopen_self_static
16359
16360# Commands to strip libraries.
16361old_striplib=$lt_old_striplib
16362striplib=$lt_striplib
16363
16364
16365# The linker used to build libraries.
16366LD=$lt_LD
16367
3725885a
RW
16368# How to create reloadable object files.
16369reload_flag=$lt_reload_flag
16370reload_cmds=$lt_reload_cmds
16371
d7040cdb
SE
16372# Commands used to build an old-style archive.
16373old_archive_cmds=$lt_old_archive_cmds
16374
16375# A language specific compiler.
16376CC=$lt_compiler
16377
16378# Is the compiler the GNU compiler?
16379with_gcc=$GCC
16380
16381# Compiler flag to turn off builtin functions.
16382no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16383
df7b86aa
NC
16384# How to pass a linker flag through the compiler.
16385wl=$lt_lt_prog_compiler_wl
16386
f2c621e4
AS
16387# Additional compiler flags for building library objects.
16388pic_flag=$lt_lt_prog_compiler_pic
16389
d7040cdb
SE
16390# Compiler flag to prevent dynamic linking.
16391link_static_flag=$lt_lt_prog_compiler_static
16392
16393# Does compiler simultaneously support -c and -o options?
16394compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16395
16396# Whether or not to add -lc for building shared libraries.
16397build_libtool_need_lc=$archive_cmds_need_lc
16398
16399# Whether or not to disallow shared libs when runtime libs are static.
16400allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16401
16402# Compiler flag to allow reflexive dlopens.
16403export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16404
16405# Compiler flag to generate shared objects directly from archives.
16406whole_archive_flag_spec=$lt_whole_archive_flag_spec
16407
16408# Whether the compiler copes with passing no objects directly.
16409compiler_needs_object=$lt_compiler_needs_object
16410
16411# Create an old-style archive from a shared archive.
16412old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16413
16414# Create a temporary old-style archive to link instead of a shared archive.
16415old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16416
16417# Commands used to build a shared archive.
16418archive_cmds=$lt_archive_cmds
16419archive_expsym_cmds=$lt_archive_expsym_cmds
16420
16421# Commands used to build a loadable module if different from building
16422# a shared archive.
16423module_cmds=$lt_module_cmds
16424module_expsym_cmds=$lt_module_expsym_cmds
16425
16426# Whether we are building with GNU ld or not.
16427with_gnu_ld=$lt_with_gnu_ld
16428
16429# Flag that allows shared libraries with undefined symbols to be built.
16430allow_undefined_flag=$lt_allow_undefined_flag
16431
16432# Flag that enforces no undefined symbols.
16433no_undefined_flag=$lt_no_undefined_flag
16434
16435# Flag to hardcode \$libdir into a binary during linking.
16436# This must work even if \$libdir does not exist
16437hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16438
16439# If ld is used when linking, flag to hardcode \$libdir into a binary
16440# during linking. This must work even if \$libdir does not exist.
16441hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16442
16443# Whether we need a single "-rpath" flag with a separated argument.
16444hardcode_libdir_separator=$lt_hardcode_libdir_separator
16445
16446# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16447# DIR into the resulting binary.
16448hardcode_direct=$hardcode_direct
16449
16450# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16451# DIR into the resulting binary and the resulting library dependency is
16452# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16453# library is relocated.
16454hardcode_direct_absolute=$hardcode_direct_absolute
16455
16456# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16457# into the resulting binary.
16458hardcode_minus_L=$hardcode_minus_L
16459
16460# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16461# into the resulting binary.
16462hardcode_shlibpath_var=$hardcode_shlibpath_var
16463
16464# Set to "yes" if building a shared library automatically hardcodes DIR
16465# into the library and all subsequent libraries and executables linked
16466# against it.
16467hardcode_automatic=$hardcode_automatic
16468
16469# Set to yes if linker adds runtime paths of dependent libraries
16470# to runtime path list.
16471inherit_rpath=$inherit_rpath
16472
16473# Whether libtool must link a program against all its dependency libraries.
16474link_all_deplibs=$link_all_deplibs
16475
f2c621e4
AS
16476# Fix the shell variable \$srcfile for the compiler.
16477fix_srcfile_path=$lt_fix_srcfile_path
16478
d7040cdb
SE
16479# Set to "yes" if exported symbols are required.
16480always_export_symbols=$always_export_symbols
16481
16482# The commands to list exported symbols.
16483export_symbols_cmds=$lt_export_symbols_cmds
16484
16485# Symbols that should not be listed in the preloaded symbols.
16486exclude_expsyms=$lt_exclude_expsyms
16487
16488# Symbols that must always be exported.
16489include_expsyms=$lt_include_expsyms
16490
16491# Commands necessary for linking programs (against libraries) with templates.
16492prelink_cmds=$lt_prelink_cmds
16493
16494# Specify filename containing input files.
16495file_list_spec=$lt_file_list_spec
16496
16497# How to hardcode a shared library path into an executable.
16498hardcode_action=$hardcode_action
16499
16500# ### END LIBTOOL CONFIG
16501
16502_LT_EOF
16503
16504 case $host_os in
16505 aix3*)
16506 cat <<\_LT_EOF >> "$cfgfile"
16507# AIX sometimes has problems with the GCC collect2 program. For some
16508# reason, if we set the COLLECT_NAMES environment variable, the problems
16509# vanish in a puff of smoke.
16510if test "X${COLLECT_NAMES+set}" != Xset; then
16511 COLLECT_NAMES=
16512 export COLLECT_NAMES
16513fi
16514_LT_EOF
16515 ;;
16516 esac
16517
16518
16519ltmain="$ac_aux_dir/ltmain.sh"
16520
16521
16522 # We use sed instead of cat because bash on DJGPP gets confused if
16523 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16524 # text mode, it properly converts lines to CR/LF. This bash problem
16525 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16526 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16527 || (rm -f "$cfgfile"; exit 1)
16528
16529 case $xsi_shell in
16530 yes)
16531 cat << \_LT_EOF >> "$cfgfile"
16532
16533# func_dirname file append nondir_replacement
16534# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16535# otherwise set result to NONDIR_REPLACEMENT.
16536func_dirname ()
16537{
16538 case ${1} in
16539 */*) func_dirname_result="${1%/*}${2}" ;;
16540 * ) func_dirname_result="${3}" ;;
16541 esac
16542}
16543
16544# func_basename file
16545func_basename ()
16546{
16547 func_basename_result="${1##*/}"
16548}
16549
16550# func_dirname_and_basename file append nondir_replacement
16551# perform func_basename and func_dirname in a single function
16552# call:
16553# dirname: Compute the dirname of FILE. If nonempty,
16554# add APPEND to the result, otherwise set result
16555# to NONDIR_REPLACEMENT.
16556# value returned in "$func_dirname_result"
16557# basename: Compute filename of FILE.
16558# value retuned in "$func_basename_result"
16559# Implementation must be kept synchronized with func_dirname
16560# and func_basename. For efficiency, we do not delegate to
16561# those functions but instead duplicate the functionality here.
16562func_dirname_and_basename ()
16563{
16564 case ${1} in
16565 */*) func_dirname_result="${1%/*}${2}" ;;
16566 * ) func_dirname_result="${3}" ;;
16567 esac
16568 func_basename_result="${1##*/}"
16569}
16570
16571# func_stripname prefix suffix name
16572# strip PREFIX and SUFFIX off of NAME.
16573# PREFIX and SUFFIX must not contain globbing or regex special
16574# characters, hashes, percent signs, but SUFFIX may contain a leading
16575# dot (in which case that matches only a dot).
16576func_stripname ()
16577{
16578 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16579 # positional parameters, so assign one to ordinary parameter first.
16580 func_stripname_result=${3}
16581 func_stripname_result=${func_stripname_result#"${1}"}
16582 func_stripname_result=${func_stripname_result%"${2}"}
16583}
16584
16585# func_opt_split
16586func_opt_split ()
16587{
16588 func_opt_split_opt=${1%%=*}
16589 func_opt_split_arg=${1#*=}
16590}
16591
16592# func_lo2o object
16593func_lo2o ()
16594{
16595 case ${1} in
16596 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16597 *) func_lo2o_result=${1} ;;
16598 esac
16599}
16600
16601# func_xform libobj-or-source
16602func_xform ()
16603{
16604 func_xform_result=${1%.*}.lo
16605}
16606
16607# func_arith arithmetic-term...
16608func_arith ()
16609{
16610 func_arith_result=$(( $* ))
16611}
16612
16613# func_len string
16614# STRING may not start with a hyphen.
16615func_len ()
16616{
16617 func_len_result=${#1}
16618}
16619
16620_LT_EOF
16621 ;;
16622 *) # Bourne compatible functions.
16623 cat << \_LT_EOF >> "$cfgfile"
16624
16625# func_dirname file append nondir_replacement
16626# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16627# otherwise set result to NONDIR_REPLACEMENT.
16628func_dirname ()
16629{
16630 # Extract subdirectory from the argument.
16631 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16632 if test "X$func_dirname_result" = "X${1}"; then
16633 func_dirname_result="${3}"
16634 else
16635 func_dirname_result="$func_dirname_result${2}"
16636 fi
16637}
16638
16639# func_basename file
16640func_basename ()
16641{
16642 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16643}
16644
16645
16646# func_stripname prefix suffix name
16647# strip PREFIX and SUFFIX off of NAME.
16648# PREFIX and SUFFIX must not contain globbing or regex special
16649# characters, hashes, percent signs, but SUFFIX may contain a leading
16650# dot (in which case that matches only a dot).
16651# func_strip_suffix prefix name
16652func_stripname ()
16653{
16654 case ${2} in
16655 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16656 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16657 esac
16658}
16659
16660# sed scripts:
16661my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16662my_sed_long_arg='1s/^-[^=]*=//'
16663
16664# func_opt_split
16665func_opt_split ()
16666{
16667 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16668 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16669}
16670
16671# func_lo2o object
16672func_lo2o ()
16673{
16674 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16675}
16676
16677# func_xform libobj-or-source
16678func_xform ()
16679{
16680 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16681}
16682
16683# func_arith arithmetic-term...
16684func_arith ()
16685{
16686 func_arith_result=`expr "$@"`
16687}
16688
16689# func_len string
16690# STRING may not start with a hyphen.
16691func_len ()
16692{
16693 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16694}
16695
16696_LT_EOF
16697esac
16698
16699case $lt_shell_append in
16700 yes)
16701 cat << \_LT_EOF >> "$cfgfile"
16702
16703# func_append var value
16704# Append VALUE to the end of shell variable VAR.
16705func_append ()
16706{
16707 eval "$1+=\$2"
16708}
16709_LT_EOF
16710 ;;
16711 *)
16712 cat << \_LT_EOF >> "$cfgfile"
16713
16714# func_append var value
16715# Append VALUE to the end of shell variable VAR.
16716func_append ()
16717{
16718 eval "$1=\$$1\$2"
16719}
16720
16721_LT_EOF
16722 ;;
16723 esac
16724
16725
16726 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16727 || (rm -f "$cfgfile"; exit 1)
16728
16729 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
16730 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16731 chmod +x "$ofile"
16732
13b2be9c 16733 ;;
81ecdfbb 16734 "default-1":C)
20e95c23
DJ
16735 for ac_file in $CONFIG_FILES; do
16736 # Support "outfile[:infile[:infile...]]"
16737 case "$ac_file" in
16738 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16739 esac
16740 # PO directories have a Makefile.in generated from Makefile.in.in.
16741 case "$ac_file" in */Makefile.in)
16742 # Adjust a relative srcdir.
16743 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 16744 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
16745 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16746 # In autoconf-2.13 it is called $ac_given_srcdir.
16747 # In autoconf-2.50 it is called $srcdir.
16748 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16749 case "$ac_given_srcdir" in
16750 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16751 /*) top_srcdir="$ac_given_srcdir" ;;
16752 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16753 esac
16754 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16755 rm -f "$ac_dir/POTFILES"
16756 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16757 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16758 POMAKEFILEDEPS="POTFILES.in"
16759 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16760 # on $ac_dir but don't depend on user-specified configuration
16761 # parameters.
16762 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16763 # The LINGUAS file contains the set of available languages.
16764 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16765 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16766 fi
16767 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16768 # Hide the ALL_LINGUAS assigment from automake.
16769 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16770 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16771 else
16772 # The set of available languages was given in configure.in.
16773 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16774 fi
16775 case "$ac_given_srcdir" in
16776 .) srcdirpre= ;;
16777 *) srcdirpre='$(srcdir)/' ;;
16778 esac
16779 POFILES=
16780 GMOFILES=
16781 UPDATEPOFILES=
16782 DUMMYPOFILES=
16783 for lang in $ALL_LINGUAS; do
16784 POFILES="$POFILES $srcdirpre$lang.po"
16785 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16786 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16787 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16788 done
16789 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16790 # environment variable.
16791 INST_LINGUAS=
16792 if test -n "$ALL_LINGUAS"; then
16793 for presentlang in $ALL_LINGUAS; do
16794 useit=no
16795 if test "%UNSET%" != "$LINGUAS"; then
16796 desiredlanguages="$LINGUAS"
16797 else
16798 desiredlanguages="$ALL_LINGUAS"
16799 fi
16800 for desiredlang in $desiredlanguages; do
16801 # Use the presentlang catalog if desiredlang is
16802 # a. equal to presentlang, or
16803 # b. a variant of presentlang (because in this case,
16804 # presentlang can be used as a fallback for messages
16805 # which are not translated in the desiredlang catalog).
16806 case "$desiredlang" in
16807 "$presentlang"*) useit=yes;;
16808 esac
16809 done
16810 if test $useit = yes; then
16811 INST_LINGUAS="$INST_LINGUAS $presentlang"
16812 fi
16813 done
16814 fi
16815 CATALOGS=
16816 if test -n "$INST_LINGUAS"; then
16817 for lang in $INST_LINGUAS; do
16818 CATALOGS="$CATALOGS $lang.gmo"
16819 done
16820 fi
16821 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16822 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"
16823 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16824 if test -f "$f"; then
16825 case "$f" in
16826 *.orig | *.bak | *~) ;;
16827 *) cat "$f" >> "$ac_dir/Makefile" ;;
16828 esac
16829 fi
16830 done
16831 fi
16832 ;;
16833 esac
16834 done ;;
81ecdfbb 16835 "default":C) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
252b5132
RH
16836 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16837 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16838 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16839 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16840 if test "x$cgen_cpu_prefix" != x ; then
16841 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
20e95c23 16842 fi ;;
81ecdfbb 16843
13b2be9c 16844 esac
81ecdfbb 16845done # for ac_tag
13b2be9c 16846
13b2be9c 16847
81ecdfbb 16848as_fn_exit 0
13b2be9c 16849_ACEOF
13b2be9c
DJ
16850ac_clean_files=$ac_clean_files_save
16851
81ecdfbb
RW
16852test $ac_write_fail = 0 ||
16853 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16854
13b2be9c
DJ
16855
16856# configure is writing to config.log, and then calls config.status.
16857# config.status does its own redirection, appending to config.log.
16858# Unfortunately, on DOS this fails, as config.log is still kept open
16859# by configure, so config.status won't be able to write to it; its
16860# output is simply discarded. So we exec the FD to /dev/null,
16861# effectively closing config.log, so it can be properly (re)opened and
16862# appended to by config.status. When coming back to configure, we
16863# need to make the FD available again.
16864if test "$no_create" != yes; then
16865 ac_cs_success=:
16866 ac_config_status_args=
16867 test "$silent" = yes &&
16868 ac_config_status_args="$ac_config_status_args --quiet"
16869 exec 5>/dev/null
16870 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16871 exec 5>>config.log
16872 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16873 # would make configure fail if this is the last instruction.
81ecdfbb
RW
16874 $ac_cs_success || as_fn_exit $?
16875fi
16876if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16877 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16878$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13b2be9c 16879fi
252b5132 16880
This page took 2.066284 seconds and 4 git commands to generate.