]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/configure
Do not build libctf for targets that do not use the ELF file format.
[thirdparty/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
f48dfe41 3# Generated by GNU Autoconf 2.69 for binutils 2.32.51.
d0ac1c44
SM
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
252b5132
RH
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
42ecbf5e 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
42ecbf5e 31fi
42ecbf5e 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
42ecbf5e
DJ
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
42ecbf5e
DJ
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3725885a
RW
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
42ecbf5e 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
42ecbf5e 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
42ecbf5e 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
42ecbf5e 410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
435 as_basename=basename
436else
437 as_basename=false
438fi
439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
42ecbf5e 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
42ecbf5e 464
42ecbf5e
DJ
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
42ecbf5e 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
42ecbf5e 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
42ecbf5e 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
42ecbf5e 490 t loop
81ecdfbb 491 s/-\n.*//
42ecbf5e 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
42ecbf5e 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
42ecbf5e
DJ
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
42ecbf5e
DJ
504 # Exit status is that of the last command.
505 exit
506}
507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
42ecbf5e
DJ
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
42ecbf5e 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
42ecbf5e 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
42ecbf5e 541 fi
42ecbf5e 542else
d0ac1c44 543 as_ln_s='cp -pR'
42ecbf5e 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
42ecbf5e
DJ
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
42ecbf5e
DJ
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
d7040cdb
SE
564SHELL=${CONFIG_SHELL-/bin/sh}
565
d7040cdb 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
81ecdfbb 569
42ecbf5e 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
42ecbf5e
DJ
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 574
42ecbf5e
DJ
575#
576# Initializations.
577#
252b5132 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
42ecbf5e 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
42ecbf5e
DJ
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
42ecbf5e
DJ
586
587# Identity of this package.
2e98a7bd
AM
588PACKAGE_NAME='binutils'
589PACKAGE_TARNAME='binutils'
f48dfe41
NC
590PACKAGE_VERSION='2.32.51'
591PACKAGE_STRING='binutils 2.32.51'
2e98a7bd
AM
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
42ecbf5e
DJ
594
595ac_unique_file="ar.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
42ecbf5e
DJ
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
42ecbf5e
DJ
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
42ecbf5e
DJ
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
42ecbf5e
DJ
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
42ecbf5e
DJ
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
42ecbf5e
DJ
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
42ecbf5e 623# include <inttypes.h>
42ecbf5e 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
42ecbf5e
DJ
629# include <unistd.h>
630#endif"
631
34156b23 632ac_header_list=
81ecdfbb
RW
633ac_subst_vars='am__EXEEXT_FALSE
634am__EXEEXT_TRUE
635LTLIBOBJS
636LIBOBJS
637EMULATION_VECTOR
638EMULATION
90bd5423 639LIBCTF
6abcee90 640OBJDUMP_PRIVATE_OFILES
81ecdfbb
RW
641OBJDUMP_DEFS
642BUILD_INSTALL_MISC
643BUILD_MISC
644BUILD_DLLWRAP
645BUILD_WINDMC
646BUILD_WINDRES
647DLLTOOL_DEFS
648BUILD_DLLTOOL
649BUILD_SRCONV
81ecdfbb
RW
650LTLIBICONV
651LIBICONV
0ee42ecd
L
652zlibinc
653zlibdir
81ecdfbb
RW
654ALLOCA
655DEMANGLER_NAME
656EXEEXT_FOR_BUILD
657CC_FOR_BUILD
658HDEFINES
659GENINSRC_NEVER_FALSE
660GENINSRC_NEVER_TRUE
661MAINT
662MAINTAINER_MODE_FALSE
663MAINTAINER_MODE_TRUE
664MSGMERGE
665MSGFMT
666MKINSTALLDIRS
667CATOBJEXT
668GENCAT
669INSTOBJEXT
670DATADIRNAME
671CATALOGS
672POSUB
673GMSGFMT
674XGETTEXT
675INCINTL
676LIBINTL_DEP
677LIBINTL
678USE_NLS
679LEXLIB
680LEX_OUTPUT_ROOT
681LEX
682YFLAGS
683YACC
6757cf57 684WARN_WRITE_STRINGS
81ecdfbb 685NO_WERROR
c5da1932 686WARN_CFLAGS_FOR_BUILD
81ecdfbb
RW
687WARN_CFLAGS
688OTOOL64
689OTOOL
690LIPO
691NMEDIT
692DSYMUTIL
81ecdfbb
RW
693RANLIB
694AR
695OBJDUMP
696LN_S
697NM
698ac_ct_DUMPBIN
699DUMPBIN
700LD
701FGREP
702SED
703LIBTOOL
704EGREP
705GREP
706CPP
d0ac1c44
SM
707AM_BACKSLASH
708AM_DEFAULT_VERBOSITY
709AM_DEFAULT_V
710AM_V
81ecdfbb
RW
711am__fastdepCC_FALSE
712am__fastdepCC_TRUE
713CCDEPMODE
6eb7d830 714am__nodep
81ecdfbb
RW
715AMDEPBACKSLASH
716AMDEP_FALSE
717AMDEP_TRUE
718am__quote
719am__include
720DEPDIR
721am__untar
722am__tar
723AMTAR
724am__leading_dot
725SET_MAKE
726AWK
727mkdir_p
728MKDIR_P
729INSTALL_STRIP_PROGRAM
730STRIP
731install_sh
732MAKEINFO
733AUTOHEADER
734AUTOMAKE
735AUTOCONF
736ACLOCAL
737VERSION
738PACKAGE
739CYGPATH_W
740am__isrc
741INSTALL_DATA
742INSTALL_SCRIPT
743INSTALL_PROGRAM
744OBJEXT
745EXEEXT
746ac_ct_CC
747CPPFLAGS
748LDFLAGS
749CFLAGS
750CC
751target_os
752target_vendor
753target_cpu
754target
755host_os
756host_vendor
757host_cpu
758host
759build_os
760build_vendor
761build_cpu
762build
763target_alias
764host_alias
765build_alias
766LIBS
767ECHO_T
768ECHO_N
769ECHO_C
770DEFS
771mandir
772localedir
773libdir
774psdir
775pdfdir
776dvidir
777htmldir
778infodir
779docdir
780oldincludedir
781includedir
782localstatedir
783sharedstatedir
784sysconfdir
785datadir
786datarootdir
787libexecdir
788sbindir
789bindir
790program_transform_name
791prefix
792exec_prefix
793PACKAGE_URL
794PACKAGE_BUGREPORT
795PACKAGE_STRING
796PACKAGE_VERSION
797PACKAGE_TARNAME
798PACKAGE_NAME
799PATH_SEPARATOR
800SHELL'
42ecbf5e 801ac_subst_files=''
81ecdfbb
RW
802ac_user_opts='
803enable_option_checking
804enable_dependency_tracking
d0ac1c44 805enable_silent_rules
81ecdfbb
RW
806enable_shared
807enable_static
808with_pic
809enable_fast_install
810with_gnu_ld
811enable_libtool_lock
b879806f
AM
812enable_plugins
813enable_largefile
81ecdfbb 814enable_targets
9cb80f72 815enable_deterministic_archives
7fac9594 816enable_default_strings_all
81ecdfbb
RW
817enable_werror
818enable_build_warnings
819enable_nls
820enable_maintainer_mode
0ee42ecd 821with_system_zlib
81ecdfbb
RW
822enable_rpath
823with_libiconv_prefix
824'
825 ac_precious_vars='build_alias
826host_alias
827target_alias
828CC
829CFLAGS
830LDFLAGS
831LIBS
832CPPFLAGS
833CPP
834YACC
835YFLAGS'
836
252b5132
RH
837
838# Initialize some variables set by options.
42ecbf5e
DJ
839ac_init_help=
840ac_init_version=false
81ecdfbb
RW
841ac_unrecognized_opts=
842ac_unrecognized_sep=
252b5132
RH
843# The variables have the same names as the options, with
844# dashes changed to underlines.
42ecbf5e 845cache_file=/dev/null
252b5132 846exec_prefix=NONE
252b5132 847no_create=
252b5132
RH
848no_recursion=
849prefix=NONE
850program_prefix=NONE
851program_suffix=NONE
852program_transform_name=s,x,x,
853silent=
854site=
855srcdir=
252b5132
RH
856verbose=
857x_includes=NONE
858x_libraries=NONE
42ecbf5e
DJ
859
860# Installation directory options.
861# These are left unexpanded so users can "make install exec_prefix=/foo"
862# and all the variables that are supposed to be based on exec_prefix
863# by default will actually change.
864# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 865# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
866bindir='${exec_prefix}/bin'
867sbindir='${exec_prefix}/sbin'
868libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
869datarootdir='${prefix}/share'
870datadir='${datarootdir}'
252b5132
RH
871sysconfdir='${prefix}/etc'
872sharedstatedir='${prefix}/com'
873localstatedir='${prefix}/var'
252b5132
RH
874includedir='${prefix}/include'
875oldincludedir='/usr/include'
2e98a7bd 876docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
877infodir='${datarootdir}/info'
878htmldir='${docdir}'
879dvidir='${docdir}'
880pdfdir='${docdir}'
881psdir='${docdir}'
882libdir='${exec_prefix}/lib'
883localedir='${datarootdir}/locale'
884mandir='${datarootdir}/man'
252b5132 885
252b5132 886ac_prev=
81ecdfbb 887ac_dashdash=
252b5132
RH
888for ac_option
889do
252b5132
RH
890 # If the previous option needs an argument, assign it.
891 if test -n "$ac_prev"; then
81ecdfbb 892 eval $ac_prev=\$ac_option
252b5132
RH
893 ac_prev=
894 continue
895 fi
896
81ecdfbb 897 case $ac_option in
d0ac1c44
SM
898 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
899 *=) ac_optarg= ;;
900 *) ac_optarg=yes ;;
81ecdfbb 901 esac
252b5132
RH
902
903 # Accept the important Cygnus configure options, so we can diagnose typos.
904
81ecdfbb
RW
905 case $ac_dashdash$ac_option in
906 --)
907 ac_dashdash=yes ;;
252b5132
RH
908
909 -bindir | --bindir | --bindi | --bind | --bin | --bi)
910 ac_prev=bindir ;;
911 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 912 bindir=$ac_optarg ;;
252b5132
RH
913
914 -build | --build | --buil | --bui | --bu)
42ecbf5e 915 ac_prev=build_alias ;;
252b5132 916 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 917 build_alias=$ac_optarg ;;
252b5132
RH
918
919 -cache-file | --cache-file | --cache-fil | --cache-fi \
920 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
921 ac_prev=cache_file ;;
922 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
923 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
924 cache_file=$ac_optarg ;;
925
926 --config-cache | -C)
927 cache_file=config.cache ;;
252b5132 928
81ecdfbb 929 -datadir | --datadir | --datadi | --datad)
252b5132 930 ac_prev=datadir ;;
81ecdfbb 931 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 932 datadir=$ac_optarg ;;
252b5132 933
81ecdfbb
RW
934 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
935 | --dataroo | --dataro | --datar)
936 ac_prev=datarootdir ;;
937 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
938 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
939 datarootdir=$ac_optarg ;;
940
252b5132 941 -disable-* | --disable-*)
81ecdfbb 942 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 943 # Reject names that are not valid shell variable names.
81ecdfbb 944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 945 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
949 *"
950"enable_$ac_useropt"
951"*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=no ;;
956
957 -docdir | --docdir | --docdi | --doc | --do)
958 ac_prev=docdir ;;
959 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
960 docdir=$ac_optarg ;;
961
962 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
963 ac_prev=dvidir ;;
964 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
965 dvidir=$ac_optarg ;;
252b5132
RH
966
967 -enable-* | --enable-*)
81ecdfbb 968 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 969 # Reject names that are not valid shell variable names.
81ecdfbb 970 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 971 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
972 ac_useropt_orig=$ac_useropt
973 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
974 case $ac_user_opts in
975 *"
976"enable_$ac_useropt"
977"*) ;;
978 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
979 ac_unrecognized_sep=', ';;
252b5132 980 esac
81ecdfbb 981 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
982
983 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
984 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
985 | --exec | --exe | --ex)
986 ac_prev=exec_prefix ;;
987 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
988 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
989 | --exec=* | --exe=* | --ex=*)
42ecbf5e 990 exec_prefix=$ac_optarg ;;
252b5132
RH
991
992 -gas | --gas | --ga | --g)
993 # Obsolete; use --with-gas.
994 with_gas=yes ;;
995
42ecbf5e
DJ
996 -help | --help | --hel | --he | -h)
997 ac_init_help=long ;;
998 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
999 ac_init_help=recursive ;;
1000 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1001 ac_init_help=short ;;
252b5132
RH
1002
1003 -host | --host | --hos | --ho)
42ecbf5e 1004 ac_prev=host_alias ;;
252b5132 1005 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 1006 host_alias=$ac_optarg ;;
252b5132 1007
81ecdfbb
RW
1008 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1009 ac_prev=htmldir ;;
1010 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1011 | --ht=*)
1012 htmldir=$ac_optarg ;;
1013
252b5132
RH
1014 -includedir | --includedir | --includedi | --included | --include \
1015 | --includ | --inclu | --incl | --inc)
1016 ac_prev=includedir ;;
1017 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1018 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 1019 includedir=$ac_optarg ;;
252b5132
RH
1020
1021 -infodir | --infodir | --infodi | --infod | --info | --inf)
1022 ac_prev=infodir ;;
1023 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 1024 infodir=$ac_optarg ;;
252b5132
RH
1025
1026 -libdir | --libdir | --libdi | --libd)
1027 ac_prev=libdir ;;
1028 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 1029 libdir=$ac_optarg ;;
252b5132
RH
1030
1031 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1032 | --libexe | --libex | --libe)
1033 ac_prev=libexecdir ;;
1034 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1035 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 1036 libexecdir=$ac_optarg ;;
252b5132 1037
81ecdfbb
RW
1038 -localedir | --localedir | --localedi | --localed | --locale)
1039 ac_prev=localedir ;;
1040 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1041 localedir=$ac_optarg ;;
1042
252b5132 1043 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1044 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1045 ac_prev=localstatedir ;;
1046 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1047 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1048 localstatedir=$ac_optarg ;;
252b5132
RH
1049
1050 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1051 ac_prev=mandir ;;
1052 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1053 mandir=$ac_optarg ;;
252b5132
RH
1054
1055 -nfp | --nfp | --nf)
1056 # Obsolete; use --without-fp.
1057 with_fp=no ;;
1058
1059 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1060 | --no-cr | --no-c | -n)
252b5132
RH
1061 no_create=yes ;;
1062
1063 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1064 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1065 no_recursion=yes ;;
1066
1067 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1068 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1069 | --oldin | --oldi | --old | --ol | --o)
1070 ac_prev=oldincludedir ;;
1071 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1072 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1073 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1074 oldincludedir=$ac_optarg ;;
252b5132
RH
1075
1076 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1077 ac_prev=prefix ;;
1078 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1079 prefix=$ac_optarg ;;
252b5132
RH
1080
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1083 ac_prev=program_prefix ;;
1084 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1085 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1086 program_prefix=$ac_optarg ;;
252b5132
RH
1087
1088 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1089 | --program-suf | --program-su | --program-s)
1090 ac_prev=program_suffix ;;
1091 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1092 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1093 program_suffix=$ac_optarg ;;
252b5132
RH
1094
1095 -program-transform-name | --program-transform-name \
1096 | --program-transform-nam | --program-transform-na \
1097 | --program-transform-n | --program-transform- \
1098 | --program-transform | --program-transfor \
1099 | --program-transfo | --program-transf \
1100 | --program-trans | --program-tran \
1101 | --progr-tra | --program-tr | --program-t)
1102 ac_prev=program_transform_name ;;
1103 -program-transform-name=* | --program-transform-name=* \
1104 | --program-transform-nam=* | --program-transform-na=* \
1105 | --program-transform-n=* | --program-transform-=* \
1106 | --program-transform=* | --program-transfor=* \
1107 | --program-transfo=* | --program-transf=* \
1108 | --program-trans=* | --program-tran=* \
1109 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1110 program_transform_name=$ac_optarg ;;
252b5132 1111
81ecdfbb
RW
1112 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1113 ac_prev=pdfdir ;;
1114 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1115 pdfdir=$ac_optarg ;;
1116
1117 -psdir | --psdir | --psdi | --psd | --ps)
1118 ac_prev=psdir ;;
1119 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1120 psdir=$ac_optarg ;;
1121
252b5132
RH
1122 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1123 | -silent | --silent | --silen | --sile | --sil)
1124 silent=yes ;;
1125
1126 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1127 ac_prev=sbindir ;;
1128 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1129 | --sbi=* | --sb=*)
42ecbf5e 1130 sbindir=$ac_optarg ;;
252b5132
RH
1131
1132 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1133 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1134 | --sharedst | --shareds | --shared | --share | --shar \
1135 | --sha | --sh)
1136 ac_prev=sharedstatedir ;;
1137 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1138 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1139 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1140 | --sha=* | --sh=*)
42ecbf5e 1141 sharedstatedir=$ac_optarg ;;
252b5132
RH
1142
1143 -site | --site | --sit)
1144 ac_prev=site ;;
1145 -site=* | --site=* | --sit=*)
42ecbf5e 1146 site=$ac_optarg ;;
252b5132
RH
1147
1148 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1149 ac_prev=srcdir ;;
1150 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1151 srcdir=$ac_optarg ;;
252b5132
RH
1152
1153 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1154 | --syscon | --sysco | --sysc | --sys | --sy)
1155 ac_prev=sysconfdir ;;
1156 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1157 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1158 sysconfdir=$ac_optarg ;;
252b5132
RH
1159
1160 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1161 ac_prev=target_alias ;;
252b5132 1162 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1163 target_alias=$ac_optarg ;;
252b5132
RH
1164
1165 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1166 verbose=yes ;;
1167
42ecbf5e
DJ
1168 -version | --version | --versio | --versi | --vers | -V)
1169 ac_init_version=: ;;
252b5132
RH
1170
1171 -with-* | --with-*)
81ecdfbb 1172 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1173 # Reject names that are not valid shell variable names.
81ecdfbb 1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1175 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1179 *"
1180"with_$ac_useropt"
1181"*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
252b5132 1184 esac
81ecdfbb 1185 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1186
1187 -without-* | --without-*)
81ecdfbb 1188 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1189 # Reject names that are not valid shell variable names.
81ecdfbb 1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1191 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1195 *"
1196"with_$ac_useropt"
1197"*) ;;
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1200 esac
1201 eval with_$ac_useropt=no ;;
252b5132
RH
1202
1203 --x)
1204 # Obsolete; use --with-x.
1205 with_x=yes ;;
1206
1207 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1208 | --x-incl | --x-inc | --x-in | --x-i)
1209 ac_prev=x_includes ;;
1210 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1211 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1212 x_includes=$ac_optarg ;;
252b5132
RH
1213
1214 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1215 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1216 ac_prev=x_libraries ;;
1217 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1218 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1219 x_libraries=$ac_optarg ;;
252b5132 1220
d0ac1c44
SM
1221 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1222Try \`$0 --help' for more information"
252b5132
RH
1223 ;;
1224
42ecbf5e
DJ
1225 *=*)
1226 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1227 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1228 case $ac_envvar in #(
1229 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1230 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1231 esac
1232 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1233 export $ac_envvar ;;
1234
252b5132 1235 *)
42ecbf5e 1236 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1237 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1238 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1239 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1240 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1241 ;;
1242
1243 esac
1244done
1245
1246if test -n "$ac_prev"; then
42ecbf5e 1247 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1248 as_fn_error $? "missing argument to $ac_option"
252b5132
RH
1249fi
1250
81ecdfbb
RW
1251if test -n "$ac_unrecognized_opts"; then
1252 case $enable_option_checking in
1253 no) ;;
d0ac1c44 1254 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1255 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1256 esac
81ecdfbb 1257fi
252b5132 1258
81ecdfbb
RW
1259# Check all directory arguments for consistency.
1260for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1261 datadir sysconfdir sharedstatedir localstatedir includedir \
1262 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1263 libdir localedir mandir
252b5132 1264do
81ecdfbb
RW
1265 eval ac_val=\$$ac_var
1266 # Remove trailing slashes.
42ecbf5e 1267 case $ac_val in
81ecdfbb
RW
1268 */ )
1269 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1270 eval $ac_var=\$ac_val;;
252b5132 1271 esac
81ecdfbb
RW
1272 # Be sure to have absolute directory names.
1273 case $ac_val in
1274 [\\/$]* | ?:[\\/]* ) continue;;
1275 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1276 esac
d0ac1c44 1277 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1278done
1279
42ecbf5e
DJ
1280# There might be people who depend on the old broken behavior: `$host'
1281# used to hold the argument of --host etc.
1282# FIXME: To remove some day.
1283build=$build_alias
1284host=$host_alias
1285target=$target_alias
1286
1287# FIXME: To remove some day.
1288if test "x$host_alias" != x; then
1289 if test "x$build_alias" = x; then
1290 cross_compiling=maybe
42ecbf5e
DJ
1291 elif test "x$build_alias" != "x$host_alias"; then
1292 cross_compiling=yes
1293 fi
1294fi
e5a52504 1295
42ecbf5e
DJ
1296ac_tool_prefix=
1297test -n "$host_alias" && ac_tool_prefix=$host_alias-
1298
1299test "$silent" = yes && exec 6>/dev/null
252b5132 1300
252b5132 1301
81ecdfbb
RW
1302ac_pwd=`pwd` && test -n "$ac_pwd" &&
1303ac_ls_di=`ls -di .` &&
1304ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1305 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1306test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1307 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1308
1309
252b5132
RH
1310# Find the source files, if location was not specified.
1311if test -z "$srcdir"; then
1312 ac_srcdir_defaulted=yes
81ecdfbb
RW
1313 # Try the directory containing this script, then the parent directory.
1314 ac_confdir=`$as_dirname -- "$as_myself" ||
1315$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1316 X"$as_myself" : 'X\(//\)[^/]' \| \
1317 X"$as_myself" : 'X\(//\)$' \| \
1318 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1319$as_echo X"$as_myself" |
1320 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1321 s//\1/
1322 q
1323 }
1324 /^X\(\/\/\)[^/].*/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\/\)$/{
1329 s//\1/
1330 q
1331 }
1332 /^X\(\/\).*/{
1333 s//\1/
1334 q
1335 }
1336 s/.*/./; q'`
252b5132 1337 srcdir=$ac_confdir
81ecdfbb 1338 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1339 srcdir=..
1340 fi
1341else
1342 ac_srcdir_defaulted=no
1343fi
81ecdfbb
RW
1344if test ! -r "$srcdir/$ac_unique_file"; then
1345 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1346 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1347fi
1348ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1349ac_abs_confdir=`(
d0ac1c44 1350 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1351 pwd)`
1352# When building in place, set srcdir=.
1353if test "$ac_abs_confdir" = "$ac_pwd"; then
1354 srcdir=.
1355fi
1356# Remove unnecessary trailing slashes from srcdir.
1357# Double slashes in file names in object file debugging info
1358# mess up M-x gdb in Emacs.
1359case $srcdir in
1360*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1361esac
1362for ac_var in $ac_precious_vars; do
1363 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1364 eval ac_env_${ac_var}_value=\$${ac_var}
1365 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1367done
252b5132 1368
42ecbf5e
DJ
1369#
1370# Report the --help message.
1371#
1372if test "$ac_init_help" = "long"; then
1373 # Omit some internal or obsolete options to make the list less imposing.
1374 # This message is too long to be a string in the A/UX 3.1 sh.
1375 cat <<_ACEOF
f48dfe41 1376\`configure' configures binutils 2.32.51 to adapt to many kinds of systems.
252b5132 1377
42ecbf5e 1378Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1379
42ecbf5e
DJ
1380To assign environment variables (e.g., CC, CFLAGS...), specify them as
1381VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1382
42ecbf5e 1383Defaults for the options are specified in brackets.
ac48eca1 1384
42ecbf5e
DJ
1385Configuration:
1386 -h, --help display this help and exit
1387 --help=short display options specific to this package
1388 --help=recursive display the short help of all the included packages
1389 -V, --version display version information and exit
d0ac1c44 1390 -q, --quiet, --silent do not print \`checking ...' messages
42ecbf5e
DJ
1391 --cache-file=FILE cache test results in FILE [disabled]
1392 -C, --config-cache alias for \`--cache-file=config.cache'
1393 -n, --no-create do not create output files
1394 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1395
42ecbf5e
DJ
1396Installation directories:
1397 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1398 [$ac_default_prefix]
42ecbf5e 1399 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1400 [PREFIX]
ac48eca1 1401
42ecbf5e
DJ
1402By default, \`make install' will install all the files in
1403\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1404an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1405for instance \`--prefix=\$HOME'.
ac48eca1 1406
42ecbf5e 1407For better control, use the options below.
ac48eca1 1408
42ecbf5e 1409Fine tuning of the installation directories:
81ecdfbb
RW
1410 --bindir=DIR user executables [EPREFIX/bin]
1411 --sbindir=DIR system admin executables [EPREFIX/sbin]
1412 --libexecdir=DIR program executables [EPREFIX/libexec]
1413 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1414 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1415 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1416 --libdir=DIR object code libraries [EPREFIX/lib]
1417 --includedir=DIR C header files [PREFIX/include]
1418 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1419 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1420 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1421 --infodir=DIR info documentation [DATAROOTDIR/info]
1422 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1423 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1424 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1425 --htmldir=DIR html documentation [DOCDIR]
1426 --dvidir=DIR dvi documentation [DOCDIR]
1427 --pdfdir=DIR pdf documentation [DOCDIR]
1428 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1429_ACEOF
ac48eca1 1430
42ecbf5e 1431 cat <<\_ACEOF
252b5132 1432
42ecbf5e
DJ
1433Program names:
1434 --program-prefix=PREFIX prepend PREFIX to installed program names
1435 --program-suffix=SUFFIX append SUFFIX to installed program names
1436 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1437
42ecbf5e
DJ
1438System types:
1439 --build=BUILD configure for building on BUILD [guessed]
1440 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1441 --target=TARGET configure for building compilers for TARGET [HOST]
1442_ACEOF
252b5132 1443fi
252b5132 1444
42ecbf5e 1445if test -n "$ac_init_help"; then
2e98a7bd 1446 case $ac_init_help in
f48dfe41 1447 short | recursive ) echo "Configuration of binutils 2.32.51:";;
2e98a7bd 1448 esac
42ecbf5e 1449 cat <<\_ACEOF
252b5132 1450
42ecbf5e 1451Optional Features:
81ecdfbb 1452 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1453 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1454 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1455 --enable-dependency-tracking
1456 do not reject slow dependency extractors
1457 --disable-dependency-tracking
1458 speeds up one-time build
1459 --enable-silent-rules less verbose build output (undo: "make V=1")
1460 --disable-silent-rules verbose build output (undo: "make V=0")
81ecdfbb
RW
1461 --enable-shared[=PKGS] build shared libraries [default=yes]
1462 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1463 --enable-fast-install[=PKGS]
1464 optimize for fast installation [default=yes]
42ecbf5e 1465 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1466 --enable-plugins Enable support for plugins
1467 --disable-largefile omit support for large files
42ecbf5e 1468 --enable-targets alternative target configurations
9cb80f72
RM
1469 --enable-deterministic-archives
1470 ar and ranlib default to -D behavior
7fac9594
NC
1471 --disable-default-strings-all
1472 strings defaults to --data behavior
241a6c40
AM
1473 --enable-werror treat compile warnings as errors
1474 --enable-build-warnings enable build-time compiler warnings
42ecbf5e 1475 --disable-nls do not use Native Language Support
d0ac1c44
SM
1476 --enable-maintainer-mode
1477 enable make rules and dependencies not useful (and
1478 sometimes confusing) to the casual installer
5ba684e2 1479 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1480
1481Optional Packages:
1482 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1483 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1484 --with-pic try to use only PIC/non-PIC objects [default=use
1485 both]
1486 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
0ee42ecd 1487 --with-system-zlib use installed libz
5ba684e2
NC
1488 --with-gnu-ld assume the C compiler uses GNU ld default=no
1489 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1490 --without-libiconv-prefix don't search for libiconv in includedir and libdir
252b5132 1491
42ecbf5e
DJ
1492Some influential environment variables:
1493 CC C compiler command
1494 CFLAGS C compiler flags
1495 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1496 nonstandard directory <lib dir>
81ecdfbb 1497 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1498 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1499 you have headers in a nonstandard directory <include dir>
42ecbf5e 1500 CPP C preprocessor
d0ac1c44
SM
1501 YACC The `Yet Another Compiler Compiler' implementation to use.
1502 Defaults to the first program found out of: `bison -y', `byacc',
1503 `yacc'.
81ecdfbb
RW
1504 YFLAGS The list of arguments that will be passed by default to $YACC.
1505 This script will default YFLAGS to the empty string to avoid a
1506 default value of `-d' given by some make applications.
e5a52504 1507
42ecbf5e
DJ
1508Use these variables to override the choices made by `configure' or to help
1509it to find libraries and programs with nonstandard names/locations.
1510
81ecdfbb 1511Report bugs to the package provider.
42ecbf5e 1512_ACEOF
81ecdfbb 1513ac_status=$?
252b5132
RH
1514fi
1515
42ecbf5e
DJ
1516if test "$ac_init_help" = "recursive"; then
1517 # If there are subdirs, report their specific --help.
42ecbf5e 1518 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1519 test -d "$ac_dir" ||
1520 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1521 continue
42ecbf5e
DJ
1522 ac_builddir=.
1523
81ecdfbb
RW
1524case "$ac_dir" in
1525.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1526*)
1527 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1528 # A ".." for each directory in $ac_dir_suffix.
1529 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1530 case $ac_top_builddir_sub in
1531 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1532 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1533 esac ;;
1534esac
1535ac_abs_top_builddir=$ac_pwd
1536ac_abs_builddir=$ac_pwd$ac_dir_suffix
1537# for backward compatibility:
1538ac_top_builddir=$ac_top_build_prefix
252b5132 1539
42ecbf5e 1540case $srcdir in
81ecdfbb 1541 .) # We are building in place.
42ecbf5e 1542 ac_srcdir=.
81ecdfbb
RW
1543 ac_top_srcdir=$ac_top_builddir_sub
1544 ac_abs_top_srcdir=$ac_pwd ;;
1545 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1546 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1547 ac_top_srcdir=$srcdir
1548 ac_abs_top_srcdir=$srcdir ;;
1549 *) # Relative name.
1550 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1551 ac_top_srcdir=$ac_top_build_prefix$srcdir
1552 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1553esac
81ecdfbb
RW
1554ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1555
1556 cd "$ac_dir" || { ac_status=$?; continue; }
1557 # Check for guested configure.
1558 if test -f "$ac_srcdir/configure.gnu"; then
1559 echo &&
1560 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1561 elif test -f "$ac_srcdir/configure"; then
1562 echo &&
1563 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1564 else
81ecdfbb
RW
1565 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1566 fi || ac_status=$?
1567 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1568 done
1569fi
5d64ca4e 1570
81ecdfbb 1571test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1572if $ac_init_version; then
1573 cat <<\_ACEOF
f48dfe41 1574binutils configure 2.32.51
d0ac1c44 1575generated by GNU Autoconf 2.69
5d64ca4e 1576
d0ac1c44 1577Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
1578This configure script is free software; the Free Software Foundation
1579gives unlimited permission to copy, distribute and modify it.
1580_ACEOF
81ecdfbb 1581 exit
42ecbf5e 1582fi
252b5132 1583
81ecdfbb
RW
1584## ------------------------ ##
1585## Autoconf initialization. ##
1586## ------------------------ ##
e5a52504 1587
81ecdfbb
RW
1588# ac_fn_c_try_compile LINENO
1589# --------------------------
1590# Try to compile conftest.$ac_ext, and return whether this succeeded.
1591ac_fn_c_try_compile ()
42ecbf5e 1592{
81ecdfbb
RW
1593 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594 rm -f conftest.$ac_objext
1595 if { { ac_try="$ac_compile"
1596case "(($ac_try" in
1597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1598 *) ac_try_echo=$ac_try;;
1599esac
1600eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1601$as_echo "$ac_try_echo"; } >&5
1602 (eval "$ac_compile") 2>conftest.err
1603 ac_status=$?
1604 if test -s conftest.err; then
1605 grep -v '^ *+' conftest.err >conftest.er1
1606 cat conftest.er1 >&5
1607 mv -f conftest.er1 conftest.err
1608 fi
1609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1610 test $ac_status = 0; } && {
1611 test -z "$ac_c_werror_flag" ||
1612 test ! -s conftest.err
1613 } && test -s conftest.$ac_objext; then :
1614 ac_retval=0
1615else
1616 $as_echo "$as_me: failed program was:" >&5
1617sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1618
81ecdfbb
RW
1619 ac_retval=1
1620fi
d0ac1c44
SM
1621 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1622 as_fn_set_status $ac_retval
42ecbf5e 1623
81ecdfbb
RW
1624} # ac_fn_c_try_compile
1625
1626# ac_fn_c_try_link LINENO
1627# -----------------------
1628# Try to link conftest.$ac_ext, and return whether this succeeded.
1629ac_fn_c_try_link ()
1630{
1631 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1632 rm -f conftest.$ac_objext conftest$ac_exeext
1633 if { { ac_try="$ac_link"
1634case "(($ac_try" in
1635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1636 *) ac_try_echo=$ac_try;;
1637esac
1638eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1639$as_echo "$ac_try_echo"; } >&5
1640 (eval "$ac_link") 2>conftest.err
1641 ac_status=$?
1642 if test -s conftest.err; then
1643 grep -v '^ *+' conftest.err >conftest.er1
1644 cat conftest.er1 >&5
1645 mv -f conftest.er1 conftest.err
1646 fi
1647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1648 test $ac_status = 0; } && {
1649 test -z "$ac_c_werror_flag" ||
1650 test ! -s conftest.err
1651 } && test -s conftest$ac_exeext && {
1652 test "$cross_compiling" = yes ||
d0ac1c44 1653 test -x conftest$ac_exeext
81ecdfbb
RW
1654 }; then :
1655 ac_retval=0
1656else
1657 $as_echo "$as_me: failed program was:" >&5
1658sed 's/^/| /' conftest.$ac_ext >&5
1659
1660 ac_retval=1
1661fi
1662 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1663 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1664 # interfere with the next link command; also delete a directory that is
1665 # left behind by Apple's compiler. We do this before executing the actions.
1666 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1667 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1668 as_fn_set_status $ac_retval
81ecdfbb
RW
1669
1670} # ac_fn_c_try_link
1671
1672# ac_fn_c_try_cpp LINENO
1673# ----------------------
1674# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1675ac_fn_c_try_cpp ()
1676{
1677 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1678 if { { ac_try="$ac_cpp conftest.$ac_ext"
1679case "(($ac_try" in
1680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681 *) ac_try_echo=$ac_try;;
1682esac
1683eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1684$as_echo "$ac_try_echo"; } >&5
1685 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1686 ac_status=$?
1687 if test -s conftest.err; then
1688 grep -v '^ *+' conftest.err >conftest.er1
1689 cat conftest.er1 >&5
1690 mv -f conftest.er1 conftest.err
1691 fi
1692 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1693 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1694 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1695 test ! -s conftest.err
1696 }; then :
1697 ac_retval=0
1698else
1699 $as_echo "$as_me: failed program was:" >&5
1700sed 's/^/| /' conftest.$ac_ext >&5
1701
1702 ac_retval=1
1703fi
d0ac1c44
SM
1704 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1705 as_fn_set_status $ac_retval
81ecdfbb
RW
1706
1707} # ac_fn_c_try_cpp
1708
1709# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1710# -------------------------------------------------------
1711# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1712# the include files in INCLUDES and setting the cache variable VAR
1713# accordingly.
1714ac_fn_c_check_header_mongrel ()
1715{
1716 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1717 if eval \${$3+:} false; then :
81ecdfbb
RW
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1719$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1720if eval \${$3+:} false; then :
81ecdfbb
RW
1721 $as_echo_n "(cached) " >&6
1722fi
1723eval ac_res=\$$3
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1725$as_echo "$ac_res" >&6; }
1726else
1727 # Is the header compilable?
1728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1729$as_echo_n "checking $2 usability... " >&6; }
1730cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1731/* end confdefs.h. */
1732$4
1733#include <$2>
1734_ACEOF
1735if ac_fn_c_try_compile "$LINENO"; then :
1736 ac_header_compiler=yes
1737else
1738 ac_header_compiler=no
1739fi
1740rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1742$as_echo "$ac_header_compiler" >&6; }
1743
1744# Is the header present?
1745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1746$as_echo_n "checking $2 presence... " >&6; }
1747cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1748/* end confdefs.h. */
1749#include <$2>
1750_ACEOF
1751if ac_fn_c_try_cpp "$LINENO"; then :
1752 ac_header_preproc=yes
1753else
1754 ac_header_preproc=no
1755fi
d0ac1c44 1756rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1757{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1758$as_echo "$ac_header_preproc" >&6; }
1759
1760# So? What about this header?
1761case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1762 yes:no: )
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1764$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1766$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1767 ;;
1768 no:yes:* )
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1770$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1772$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1774$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1776$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1778$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1779 ;;
1780esac
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1782$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1783if eval \${$3+:} false; then :
81ecdfbb
RW
1784 $as_echo_n "(cached) " >&6
1785else
1786 eval "$3=\$ac_header_compiler"
1787fi
1788eval ac_res=\$$3
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1790$as_echo "$ac_res" >&6; }
1791fi
d0ac1c44 1792 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1793
1794} # ac_fn_c_check_header_mongrel
1795
1796# ac_fn_c_try_run LINENO
1797# ----------------------
1798# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1799# that executables *can* be run.
1800ac_fn_c_try_run ()
1801{
1802 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1803 if { { ac_try="$ac_link"
1804case "(($ac_try" in
1805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1806 *) ac_try_echo=$ac_try;;
1807esac
1808eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1809$as_echo "$ac_try_echo"; } >&5
1810 (eval "$ac_link") 2>&5
1811 ac_status=$?
1812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1813 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1814 { { case "(($ac_try" in
1815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1816 *) ac_try_echo=$ac_try;;
1817esac
1818eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1819$as_echo "$ac_try_echo"; } >&5
1820 (eval "$ac_try") 2>&5
1821 ac_status=$?
1822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1823 test $ac_status = 0; }; }; then :
1824 ac_retval=0
1825else
1826 $as_echo "$as_me: program exited with status $ac_status" >&5
1827 $as_echo "$as_me: failed program was:" >&5
1828sed 's/^/| /' conftest.$ac_ext >&5
1829
1830 ac_retval=$ac_status
1831fi
1832 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1833 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1834 as_fn_set_status $ac_retval
81ecdfbb
RW
1835
1836} # ac_fn_c_try_run
1837
1838# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1839# -------------------------------------------------------
1840# Tests whether HEADER exists and can be compiled using the include files in
1841# INCLUDES, setting the cache variable VAR accordingly.
1842ac_fn_c_check_header_compile ()
1843{
1844 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1846$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1847if eval \${$3+:} false; then :
81ecdfbb
RW
1848 $as_echo_n "(cached) " >&6
1849else
1850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1851/* end confdefs.h. */
1852$4
1853#include <$2>
1854_ACEOF
1855if ac_fn_c_try_compile "$LINENO"; then :
1856 eval "$3=yes"
1857else
1858 eval "$3=no"
1859fi
1860rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1861fi
1862eval ac_res=\$$3
1863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1864$as_echo "$ac_res" >&6; }
d0ac1c44 1865 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1866
1867} # ac_fn_c_check_header_compile
1868
1869# ac_fn_c_check_func LINENO FUNC VAR
1870# ----------------------------------
1871# Tests whether FUNC exists, setting the cache variable VAR accordingly
1872ac_fn_c_check_func ()
1873{
1874 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1876$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1877if eval \${$3+:} false; then :
81ecdfbb
RW
1878 $as_echo_n "(cached) " >&6
1879else
1880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881/* end confdefs.h. */
1882/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1883 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1884#define $2 innocuous_$2
1885
1886/* System header to define __stub macros and hopefully few prototypes,
1887 which can conflict with char $2 (); below.
1888 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1889 <limits.h> exists even on freestanding compilers. */
1890
1891#ifdef __STDC__
1892# include <limits.h>
1893#else
1894# include <assert.h>
1895#endif
1896
1897#undef $2
1898
1899/* Override any GCC internal prototype to avoid an error.
1900 Use char because int might match the return type of a GCC
1901 builtin and then its argument prototype would still apply. */
1902#ifdef __cplusplus
1903extern "C"
1904#endif
1905char $2 ();
1906/* The GNU C library defines this for functions which it implements
1907 to always fail with ENOSYS. Some functions are actually named
1908 something starting with __ and the normal name is an alias. */
1909#if defined __stub_$2 || defined __stub___$2
1910choke me
1911#endif
1912
1913int
1914main ()
1915{
1916return $2 ();
1917 ;
1918 return 0;
1919}
1920_ACEOF
1921if ac_fn_c_try_link "$LINENO"; then :
1922 eval "$3=yes"
1923else
1924 eval "$3=no"
1925fi
1926rm -f core conftest.err conftest.$ac_objext \
1927 conftest$ac_exeext conftest.$ac_ext
1928fi
1929eval ac_res=\$$3
1930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1931$as_echo "$ac_res" >&6; }
d0ac1c44 1932 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1933
1934} # ac_fn_c_check_func
1935
4c219c2e
AM
1936# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1937# --------------------------------------------
1938# Tries to find the compile-time value of EXPR in a program that includes
1939# INCLUDES, setting VAR accordingly. Returns whether the value could be
1940# computed
1941ac_fn_c_compute_int ()
1942{
1943 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1944 if test "$cross_compiling" = yes; then
1945 # Depending upon the size, compute the lo and hi bounds.
1946cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1947/* end confdefs.h. */
1948$4
1949int
1950main ()
1951{
1952static int test_array [1 - 2 * !(($2) >= 0)];
d0ac1c44
SM
1953test_array [0] = 0;
1954return test_array [0];
4c219c2e
AM
1955
1956 ;
1957 return 0;
1958}
1959_ACEOF
1960if ac_fn_c_try_compile "$LINENO"; then :
1961 ac_lo=0 ac_mid=0
1962 while :; do
1963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1964/* end confdefs.h. */
1965$4
1966int
1967main ()
1968{
1969static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
1970test_array [0] = 0;
1971return test_array [0];
4c219c2e
AM
1972
1973 ;
1974 return 0;
1975}
1976_ACEOF
1977if ac_fn_c_try_compile "$LINENO"; then :
1978 ac_hi=$ac_mid; break
1979else
1980 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1981 if test $ac_lo -le $ac_mid; then
1982 ac_lo= ac_hi=
1983 break
1984 fi
1985 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1986fi
1987rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1988 done
1989else
1990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1991/* end confdefs.h. */
1992$4
1993int
1994main ()
1995{
1996static int test_array [1 - 2 * !(($2) < 0)];
d0ac1c44
SM
1997test_array [0] = 0;
1998return test_array [0];
4c219c2e
AM
1999
2000 ;
2001 return 0;
2002}
2003_ACEOF
2004if ac_fn_c_try_compile "$LINENO"; then :
2005 ac_hi=-1 ac_mid=-1
2006 while :; do
2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008/* end confdefs.h. */
2009$4
2010int
2011main ()
2012{
2013static int test_array [1 - 2 * !(($2) >= $ac_mid)];
d0ac1c44
SM
2014test_array [0] = 0;
2015return test_array [0];
4c219c2e
AM
2016
2017 ;
2018 return 0;
2019}
2020_ACEOF
2021if ac_fn_c_try_compile "$LINENO"; then :
2022 ac_lo=$ac_mid; break
2023else
2024 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2025 if test $ac_mid -le $ac_hi; then
2026 ac_lo= ac_hi=
2027 break
2028 fi
2029 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2030fi
2031rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2032 done
2033else
2034 ac_lo= ac_hi=
2035fi
2036rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2037fi
2038rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2039# Binary search between lo and hi bounds.
2040while test "x$ac_lo" != "x$ac_hi"; do
2041 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2043/* end confdefs.h. */
2044$4
2045int
2046main ()
2047{
2048static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2049test_array [0] = 0;
2050return test_array [0];
4c219c2e
AM
2051
2052 ;
2053 return 0;
2054}
2055_ACEOF
2056if ac_fn_c_try_compile "$LINENO"; then :
2057 ac_hi=$ac_mid
2058else
2059 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2060fi
2061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2062done
2063case $ac_lo in #((
2064?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2065'') ac_retval=1 ;;
2066esac
2067 else
2068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2069/* end confdefs.h. */
2070$4
2071static long int longval () { return $2; }
2072static unsigned long int ulongval () { return $2; }
2073#include <stdio.h>
2074#include <stdlib.h>
2075int
2076main ()
2077{
2078
2079 FILE *f = fopen ("conftest.val", "w");
2080 if (! f)
2081 return 1;
2082 if (($2) < 0)
2083 {
2084 long int i = longval ();
2085 if (i != ($2))
2086 return 1;
2087 fprintf (f, "%ld", i);
2088 }
2089 else
2090 {
2091 unsigned long int i = ulongval ();
2092 if (i != ($2))
2093 return 1;
2094 fprintf (f, "%lu", i);
2095 }
2096 /* Do not output a trailing newline, as this causes \r\n confusion
2097 on some platforms. */
2098 return ferror (f) || fclose (f) != 0;
2099
2100 ;
2101 return 0;
2102}
2103_ACEOF
2104if ac_fn_c_try_run "$LINENO"; then :
2105 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2106else
2107 ac_retval=1
2108fi
2109rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2110 conftest.$ac_objext conftest.beam conftest.$ac_ext
2111rm -f conftest.val
2112
2113 fi
d0ac1c44
SM
2114 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2115 as_fn_set_status $ac_retval
4c219c2e
AM
2116
2117} # ac_fn_c_compute_int
2118
2119# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2120# -------------------------------------------
2121# Tests whether TYPE exists after having included INCLUDES, setting cache
2122# variable VAR accordingly.
2123ac_fn_c_check_type ()
2124{
2125 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2127$as_echo_n "checking for $2... " >&6; }
d0ac1c44 2128if eval \${$3+:} false; then :
4c219c2e
AM
2129 $as_echo_n "(cached) " >&6
2130else
2131 eval "$3=no"
2132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2133/* end confdefs.h. */
2134$4
2135int
2136main ()
2137{
2138if (sizeof ($2))
2139 return 0;
2140 ;
2141 return 0;
2142}
2143_ACEOF
2144if ac_fn_c_try_compile "$LINENO"; then :
2145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2146/* end confdefs.h. */
2147$4
2148int
2149main ()
2150{
2151if (sizeof (($2)))
2152 return 0;
2153 ;
2154 return 0;
2155}
2156_ACEOF
2157if ac_fn_c_try_compile "$LINENO"; then :
2158
2159else
2160 eval "$3=yes"
2161fi
2162rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2163fi
2164rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2165fi
2166eval ac_res=\$$3
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2168$as_echo "$ac_res" >&6; }
d0ac1c44 2169 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4c219c2e
AM
2170
2171} # ac_fn_c_check_type
2172
d0ac1c44
SM
2173# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2174# ---------------------------------------------
2175# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2176# accordingly.
81ecdfbb
RW
2177ac_fn_c_check_decl ()
2178{
2179 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2180 as_decl_name=`echo $2|sed 's/ *(.*//'`
2181 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2183$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 2184if eval \${$3+:} false; then :
81ecdfbb
RW
2185 $as_echo_n "(cached) " >&6
2186else
2187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2188/* end confdefs.h. */
2189$4
2190int
2191main ()
2192{
360cfc9c
AM
2193#ifndef $as_decl_name
2194#ifdef __cplusplus
2195 (void) $as_decl_use;
2196#else
2197 (void) $as_decl_name;
2198#endif
81ecdfbb
RW
2199#endif
2200
2201 ;
2202 return 0;
2203}
2204_ACEOF
2205if ac_fn_c_try_compile "$LINENO"; then :
2206 eval "$3=yes"
2207else
2208 eval "$3=no"
2209fi
2210rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2211fi
2212eval ac_res=\$$3
2213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2214$as_echo "$ac_res" >&6; }
d0ac1c44 2215 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
2216
2217} # ac_fn_c_check_decl
2218cat >config.log <<_ACEOF
2219This file contains any messages produced by compilers while
2220running configure, to aid debugging if configure makes a mistake.
2221
f48dfe41 2222It was created by binutils $as_me 2.32.51, which was
d0ac1c44 2223generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2224
2225 $ $0 $@
2226
2227_ACEOF
2228exec 5>>config.log
2229{
2230cat <<_ASUNAME
2231## --------- ##
2232## Platform. ##
2233## --------- ##
2234
2235hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2236uname -m = `(uname -m) 2>/dev/null || echo unknown`
2237uname -r = `(uname -r) 2>/dev/null || echo unknown`
2238uname -s = `(uname -s) 2>/dev/null || echo unknown`
2239uname -v = `(uname -v) 2>/dev/null || echo unknown`
2240
2241/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2242/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2243
2244/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2245/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2246/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2247/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2248/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2249/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2250/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2251
2252_ASUNAME
2253
2254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2255for as_dir in $PATH
2256do
2257 IFS=$as_save_IFS
2258 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2259 $as_echo "PATH: $as_dir"
2260 done
2261IFS=$as_save_IFS
e5a52504 2262
42ecbf5e 2263} >&5
ceae3e33 2264
42ecbf5e 2265cat >&5 <<_ACEOF
e5a52504 2266
42ecbf5e
DJ
2267
2268## ----------- ##
2269## Core tests. ##
2270## ----------- ##
2271
2272_ACEOF
2273
2274
2275# Keep a trace of the command line.
2276# Strip out --no-create and --no-recursion so they do not pile up.
2277# Strip out --silent because we don't want to record it for future runs.
2278# Also quote any args containing shell meta-characters.
2279# Make two passes to allow for proper duplicate-argument suppression.
2280ac_configure_args=
2281ac_configure_args0=
2282ac_configure_args1=
42ecbf5e
DJ
2283ac_must_keep_next=false
2284for ac_pass in 1 2
2285do
2286 for ac_arg
2287 do
2288 case $ac_arg in
2289 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2290 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2291 | -silent | --silent | --silen | --sile | --sil)
2292 continue ;;
81ecdfbb
RW
2293 *\'*)
2294 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2295 esac
2296 case $ac_pass in
81ecdfbb 2297 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2298 2)
81ecdfbb 2299 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2300 if test $ac_must_keep_next = true; then
2301 ac_must_keep_next=false # Got value, back to normal.
2302 else
2303 case $ac_arg in
2304 *=* | --config-cache | -C | -disable-* | --disable-* \
2305 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2306 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2307 | -with-* | --with-* | -without-* | --without-* | --x)
2308 case "$ac_configure_args0 " in
2309 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2310 esac
2311 ;;
2312 -* ) ac_must_keep_next=true ;;
2313 esac
2314 fi
81ecdfbb 2315 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2316 ;;
2317 esac
2318 done
2319done
81ecdfbb
RW
2320{ ac_configure_args0=; unset ac_configure_args0;}
2321{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2322
2323# When interrupted or exit'd, cleanup temporary files, and complete
2324# config.log. We remove comments because anyway the quotes in there
2325# would cause problems or look ugly.
81ecdfbb
RW
2326# WARNING: Use '\'' to represent an apostrophe within the trap.
2327# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2328trap 'exit_status=$?
2329 # Save into config.log some information that might help in debugging.
2330 {
2331 echo
2332
d0ac1c44 2333 $as_echo "## ---------------- ##
42ecbf5e 2334## Cache variables. ##
d0ac1c44 2335## ---------------- ##"
42ecbf5e
DJ
2336 echo
2337 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2338(
2339 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2340 eval ac_val=\$$ac_var
2341 case $ac_val in #(
2342 *${as_nl}*)
2343 case $ac_var in #(
2344 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2345$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2346 esac
2347 case $ac_var in #(
2348 _ | IFS | as_nl) ;; #(
2349 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2350 *) { eval $ac_var=; unset $ac_var;} ;;
2351 esac ;;
2352 esac
2353 done
42ecbf5e 2354 (set) 2>&1 |
81ecdfbb
RW
2355 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2356 *${as_nl}ac_space=\ *)
42ecbf5e 2357 sed -n \
81ecdfbb
RW
2358 "s/'\''/'\''\\\\'\'''\''/g;
2359 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2360 ;; #(
42ecbf5e 2361 *)
81ecdfbb 2362 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2363 ;;
81ecdfbb
RW
2364 esac |
2365 sort
2366)
42ecbf5e
DJ
2367 echo
2368
d0ac1c44 2369 $as_echo "## ----------------- ##
42ecbf5e 2370## Output variables. ##
d0ac1c44 2371## ----------------- ##"
42ecbf5e
DJ
2372 echo
2373 for ac_var in $ac_subst_vars
2374 do
81ecdfbb
RW
2375 eval ac_val=\$$ac_var
2376 case $ac_val in
2377 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2378 esac
2379 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2380 done | sort
2381 echo
2382
2383 if test -n "$ac_subst_files"; then
d0ac1c44 2384 $as_echo "## ------------------- ##
81ecdfbb 2385## File substitutions. ##
d0ac1c44 2386## ------------------- ##"
42ecbf5e
DJ
2387 echo
2388 for ac_var in $ac_subst_files
2389 do
81ecdfbb
RW
2390 eval ac_val=\$$ac_var
2391 case $ac_val in
2392 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2393 esac
2394 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2395 done | sort
2396 echo
2397 fi
2398
2399 if test -s confdefs.h; then
d0ac1c44 2400 $as_echo "## ----------- ##
42ecbf5e 2401## confdefs.h. ##
d0ac1c44 2402## ----------- ##"
42ecbf5e 2403 echo
81ecdfbb 2404 cat confdefs.h
42ecbf5e
DJ
2405 echo
2406 fi
2407 test "$ac_signal" != 0 &&
81ecdfbb
RW
2408 $as_echo "$as_me: caught signal $ac_signal"
2409 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2410 } >&5
81ecdfbb
RW
2411 rm -f core *.core core.conftest.* &&
2412 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2413 exit $exit_status
81ecdfbb 2414' 0
42ecbf5e 2415for ac_signal in 1 2 13 15; do
81ecdfbb 2416 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2417done
2418ac_signal=0
2419
2420# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2421rm -f -r conftest* confdefs.h
2422
2423$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2424
2425# Predefined preprocessor variables.
2426
2427cat >>confdefs.h <<_ACEOF
2428#define PACKAGE_NAME "$PACKAGE_NAME"
2429_ACEOF
2430
42ecbf5e
DJ
2431cat >>confdefs.h <<_ACEOF
2432#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2433_ACEOF
2434
42ecbf5e
DJ
2435cat >>confdefs.h <<_ACEOF
2436#define PACKAGE_VERSION "$PACKAGE_VERSION"
2437_ACEOF
2438
42ecbf5e
DJ
2439cat >>confdefs.h <<_ACEOF
2440#define PACKAGE_STRING "$PACKAGE_STRING"
2441_ACEOF
2442
42ecbf5e
DJ
2443cat >>confdefs.h <<_ACEOF
2444#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2445_ACEOF
2446
81ecdfbb
RW
2447cat >>confdefs.h <<_ACEOF
2448#define PACKAGE_URL "$PACKAGE_URL"
2449_ACEOF
2450
42ecbf5e
DJ
2451
2452# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2453# Prefer an explicitly selected file to automatically selected ones.
2454ac_site_file1=NONE
2455ac_site_file2=NONE
2456if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2457 # We do not want a PATH search for config.site.
2458 case $CONFIG_SITE in #((
2459 -*) ac_site_file1=./$CONFIG_SITE;;
2460 */*) ac_site_file1=$CONFIG_SITE;;
2461 *) ac_site_file1=./$CONFIG_SITE;;
2462 esac
81ecdfbb
RW
2463elif test "x$prefix" != xNONE; then
2464 ac_site_file1=$prefix/share/config.site
2465 ac_site_file2=$prefix/etc/config.site
2466else
2467 ac_site_file1=$ac_default_prefix/share/config.site
2468 ac_site_file2=$ac_default_prefix/etc/config.site
2469fi
2470for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2471do
2472 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2473 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2475$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e 2476 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2477 . "$ac_site_file" \
2478 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2479$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2480as_fn_error $? "failed to load site script $ac_site_file
2481See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
2482 fi
2483done
2484
2485if test -r "$cache_file"; then
d0ac1c44
SM
2486 # Some versions of bash will fail to source /dev/null (special files
2487 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2488 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2489 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2490$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2491 case $cache_file in
81ecdfbb
RW
2492 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2493 *) . "./$cache_file";;
42ecbf5e
DJ
2494 esac
2495 fi
2496else
81ecdfbb
RW
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2498$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2499 >$cache_file
2500fi
2501
34156b23
L
2502as_fn_append ac_header_list " stdlib.h"
2503as_fn_append ac_header_list " unistd.h"
2504as_fn_append ac_header_list " sys/param.h"
42ecbf5e
DJ
2505# Check that the precious variables saved in the cache have kept the same
2506# value.
2507ac_cache_corrupted=false
81ecdfbb 2508for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2509 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2510 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2511 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2512 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2513 case $ac_old_set,$ac_new_set in
2514 set,)
81ecdfbb
RW
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2516$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2517 ac_cache_corrupted=: ;;
2518 ,set)
81ecdfbb
RW
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2520$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2521 ac_cache_corrupted=: ;;
2522 ,);;
2523 *)
2524 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2525 # differences in whitespace do not lead to failure.
2526 ac_old_val_w=`echo x $ac_old_val`
2527 ac_new_val_w=`echo x $ac_new_val`
2528 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2530$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2531 ac_cache_corrupted=:
2532 else
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2534$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2535 eval $ac_var=\$ac_old_val
2536 fi
2537 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2538$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2540$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2541 fi;;
2542 esac
2543 # Pass precious variables to config.status.
2544 if test "$ac_new_set" = set; then
2545 case $ac_new_val in
81ecdfbb 2546 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2547 *) ac_arg=$ac_var=$ac_new_val ;;
2548 esac
2549 case " $ac_configure_args " in
2550 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2551 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2552 esac
2553 fi
2554done
2555if $ac_cache_corrupted; then
81ecdfbb
RW
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2557$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2559$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2560 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2561fi
81ecdfbb
RW
2562## -------------------- ##
2563## Main body of script. ##
2564## -------------------- ##
42ecbf5e
DJ
2565
2566ac_ext=c
2567ac_cpp='$CPP $CPPFLAGS'
2568ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2569ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2570ac_compiler_gnu=$ac_cv_c_compiler_gnu
2571
2572
2573
42ecbf5e 2574
da594c4a 2575
42ecbf5e
DJ
2576
2577
2578ac_aux_dir=
81ecdfbb 2579for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2580 if test -f "$ac_dir/install-sh"; then
2581 ac_aux_dir=$ac_dir
2582 ac_install_sh="$ac_aux_dir/install-sh -c"
2583 break
2584 elif test -f "$ac_dir/install.sh"; then
2585 ac_aux_dir=$ac_dir
2586 ac_install_sh="$ac_aux_dir/install.sh -c"
2587 break
2588 elif test -f "$ac_dir/shtool"; then
2589 ac_aux_dir=$ac_dir
2590 ac_install_sh="$ac_aux_dir/shtool install -c"
2591 break
2592 fi
42ecbf5e
DJ
2593done
2594if test -z "$ac_aux_dir"; then
d0ac1c44 2595 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2596fi
81ecdfbb
RW
2597
2598# These three variables are undocumented and unsupported,
2599# and are intended to be withdrawn in a future Autoconf release.
2600# They can cause serious problems if a builder's source tree is in a directory
2601# whose full name contains unusual characters.
2602ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2603ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2604ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2605
42ecbf5e
DJ
2606
2607# Make sure we can run config.sub.
81ecdfbb 2608$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2609 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2610
2611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2612$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2613if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2614 $as_echo_n "(cached) " >&6
2615else
2616 ac_build_alias=$build_alias
2617test "x$ac_build_alias" = x &&
2618 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2619test "x$ac_build_alias" = x &&
d0ac1c44 2620 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2621ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2622 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2623
2624fi
2625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2626$as_echo "$ac_cv_build" >&6; }
2627case $ac_cv_build in
2628*-*-*) ;;
d0ac1c44 2629*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2630esac
42ecbf5e 2631build=$ac_cv_build
81ecdfbb
RW
2632ac_save_IFS=$IFS; IFS='-'
2633set x $ac_cv_build
2634shift
2635build_cpu=$1
2636build_vendor=$2
2637shift; shift
2638# Remember, the first character of IFS is used to create $*,
2639# except with old shells:
2640build_os=$*
2641IFS=$ac_save_IFS
2642case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2643
2644
81ecdfbb
RW
2645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2646$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2647if ${ac_cv_host+:} false; then :
81ecdfbb 2648 $as_echo_n "(cached) " >&6
42ecbf5e 2649else
81ecdfbb
RW
2650 if test "x$host_alias" = x; then
2651 ac_cv_host=$ac_cv_build
2652else
2653 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2654 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2655fi
42ecbf5e
DJ
2656
2657fi
81ecdfbb
RW
2658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2659$as_echo "$ac_cv_host" >&6; }
2660case $ac_cv_host in
2661*-*-*) ;;
d0ac1c44 2662*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2663esac
42ecbf5e 2664host=$ac_cv_host
81ecdfbb
RW
2665ac_save_IFS=$IFS; IFS='-'
2666set x $ac_cv_host
2667shift
2668host_cpu=$1
2669host_vendor=$2
2670shift; shift
2671# Remember, the first character of IFS is used to create $*,
2672# except with old shells:
2673host_os=$*
2674IFS=$ac_save_IFS
2675case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2676
2677
81ecdfbb
RW
2678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2679$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2680if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2681 $as_echo_n "(cached) " >&6
2682else
2683 if test "x$target_alias" = x; then
2684 ac_cv_target=$ac_cv_host
42ecbf5e 2685else
81ecdfbb 2686 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2687 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2688fi
42ecbf5e
DJ
2689
2690fi
81ecdfbb
RW
2691{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2692$as_echo "$ac_cv_target" >&6; }
2693case $ac_cv_target in
2694*-*-*) ;;
d0ac1c44 2695*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2696esac
42ecbf5e 2697target=$ac_cv_target
81ecdfbb
RW
2698ac_save_IFS=$IFS; IFS='-'
2699set x $ac_cv_target
2700shift
2701target_cpu=$1
2702target_vendor=$2
2703shift; shift
2704# Remember, the first character of IFS is used to create $*,
2705# except with old shells:
2706target_os=$*
2707IFS=$ac_save_IFS
2708case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2709
2710
2711# The aliases save the names the user supplied, while $host etc.
2712# will get canonicalized.
2713test -n "$target_alias" &&
2714 test "$program_prefix$program_suffix$program_transform_name" = \
2715 NONENONEs,x,x, &&
2716 program_prefix=${target_alias}-
d0ac1c44
SM
2717# Expand $ac_aux_dir to an absolute path.
2718am_aux_dir=`cd "$ac_aux_dir" && pwd`
2719
42ecbf5e
DJ
2720ac_ext=c
2721ac_cpp='$CPP $CPPFLAGS'
2722ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2723ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2724ac_compiler_gnu=$ac_cv_c_compiler_gnu
2725if test -n "$ac_tool_prefix"; then
2726 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2727set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2729$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2730if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2731 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2732else
2733 if test -n "$CC"; then
2734 ac_cv_prog_CC="$CC" # Let the user override the test.
2735else
2736as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2737for as_dir in $PATH
2738do
2739 IFS=$as_save_IFS
2740 test -z "$as_dir" && as_dir=.
81ecdfbb 2741 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2742 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2743 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2745 break 2
2746 fi
2747done
81ecdfbb
RW
2748 done
2749IFS=$as_save_IFS
42ecbf5e
DJ
2750
2751fi
2752fi
2753CC=$ac_cv_prog_CC
2754if test -n "$CC"; then
81ecdfbb
RW
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2756$as_echo "$CC" >&6; }
42ecbf5e 2757else
81ecdfbb
RW
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2759$as_echo "no" >&6; }
42ecbf5e
DJ
2760fi
2761
81ecdfbb 2762
42ecbf5e
DJ
2763fi
2764if test -z "$ac_cv_prog_CC"; then
2765 ac_ct_CC=$CC
2766 # Extract the first word of "gcc", so it can be a program name with args.
2767set dummy gcc; ac_word=$2
81ecdfbb
RW
2768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2769$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2770if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2771 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2772else
2773 if test -n "$ac_ct_CC"; then
2774 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2775else
2776as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2777for as_dir in $PATH
2778do
2779 IFS=$as_save_IFS
2780 test -z "$as_dir" && as_dir=.
81ecdfbb 2781 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2782 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2783 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2785 break 2
2786 fi
2787done
81ecdfbb
RW
2788 done
2789IFS=$as_save_IFS
42ecbf5e
DJ
2790
2791fi
2792fi
2793ac_ct_CC=$ac_cv_prog_ac_ct_CC
2794if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2796$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2797else
81ecdfbb
RW
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2799$as_echo "no" >&6; }
42ecbf5e
DJ
2800fi
2801
81ecdfbb
RW
2802 if test "x$ac_ct_CC" = x; then
2803 CC=""
2804 else
2805 case $cross_compiling:$ac_tool_warned in
2806yes:)
2807{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2808$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2809ac_tool_warned=yes ;;
2810esac
2811 CC=$ac_ct_CC
2812 fi
42ecbf5e
DJ
2813else
2814 CC="$ac_cv_prog_CC"
2815fi
2816
2817if test -z "$CC"; then
81ecdfbb
RW
2818 if test -n "$ac_tool_prefix"; then
2819 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2820set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2822$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2823if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2824 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2825else
2826 if test -n "$CC"; then
2827 ac_cv_prog_CC="$CC" # Let the user override the test.
2828else
2829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2830for as_dir in $PATH
2831do
2832 IFS=$as_save_IFS
2833 test -z "$as_dir" && as_dir=.
81ecdfbb 2834 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2835 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2836 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2838 break 2
2839 fi
2840done
81ecdfbb
RW
2841 done
2842IFS=$as_save_IFS
42ecbf5e
DJ
2843
2844fi
2845fi
2846CC=$ac_cv_prog_CC
2847if test -n "$CC"; then
81ecdfbb
RW
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2849$as_echo "$CC" >&6; }
42ecbf5e 2850else
81ecdfbb
RW
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2852$as_echo "no" >&6; }
42ecbf5e
DJ
2853fi
2854
81ecdfbb
RW
2855
2856 fi
42ecbf5e 2857fi
81ecdfbb 2858if test -z "$CC"; then
42ecbf5e
DJ
2859 # Extract the first word of "cc", so it can be a program name with args.
2860set dummy cc; ac_word=$2
81ecdfbb
RW
2861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2862$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2863if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2864 $as_echo_n "(cached) " >&6
42ecbf5e 2865else
81ecdfbb
RW
2866 if test -n "$CC"; then
2867 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2868else
81ecdfbb 2869 ac_prog_rejected=no
42ecbf5e
DJ
2870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2871for as_dir in $PATH
2872do
2873 IFS=$as_save_IFS
2874 test -z "$as_dir" && as_dir=.
81ecdfbb 2875 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2877 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2878 ac_prog_rejected=yes
2879 continue
2880 fi
2881 ac_cv_prog_CC="cc"
2882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2883 break 2
2884 fi
2885done
81ecdfbb
RW
2886 done
2887IFS=$as_save_IFS
42ecbf5e
DJ
2888
2889if test $ac_prog_rejected = yes; then
2890 # We found a bogon in the path, so make sure we never use it.
2891 set dummy $ac_cv_prog_CC
2892 shift
2893 if test $# != 0; then
2894 # We chose a different compiler from the bogus one.
2895 # However, it has the same basename, so the bogon will be chosen
2896 # first if we set CC to just the basename; use the full file name.
2897 shift
2898 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2899 fi
2900fi
2901fi
2902fi
2903CC=$ac_cv_prog_CC
2904if test -n "$CC"; then
81ecdfbb
RW
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2906$as_echo "$CC" >&6; }
42ecbf5e 2907else
81ecdfbb
RW
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2909$as_echo "no" >&6; }
42ecbf5e
DJ
2910fi
2911
81ecdfbb 2912
42ecbf5e
DJ
2913fi
2914if test -z "$CC"; then
2915 if test -n "$ac_tool_prefix"; then
81ecdfbb 2916 for ac_prog in cl.exe
42ecbf5e
DJ
2917 do
2918 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2919set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2921$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2922if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2923 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2924else
2925 if test -n "$CC"; then
2926 ac_cv_prog_CC="$CC" # Let the user override the test.
2927else
2928as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2929for as_dir in $PATH
2930do
2931 IFS=$as_save_IFS
2932 test -z "$as_dir" && as_dir=.
81ecdfbb 2933 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2935 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2937 break 2
2938 fi
2939done
81ecdfbb
RW
2940 done
2941IFS=$as_save_IFS
42ecbf5e
DJ
2942
2943fi
2944fi
2945CC=$ac_cv_prog_CC
2946if test -n "$CC"; then
81ecdfbb
RW
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2948$as_echo "$CC" >&6; }
42ecbf5e 2949else
81ecdfbb
RW
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2951$as_echo "no" >&6; }
42ecbf5e
DJ
2952fi
2953
81ecdfbb 2954
42ecbf5e
DJ
2955 test -n "$CC" && break
2956 done
2957fi
2958if test -z "$CC"; then
2959 ac_ct_CC=$CC
81ecdfbb 2960 for ac_prog in cl.exe
42ecbf5e
DJ
2961do
2962 # Extract the first word of "$ac_prog", so it can be a program name with args.
2963set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2965$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2966if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2967 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2968else
2969 if test -n "$ac_ct_CC"; then
2970 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2971else
2972as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2973for as_dir in $PATH
2974do
2975 IFS=$as_save_IFS
2976 test -z "$as_dir" && as_dir=.
81ecdfbb 2977 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2978 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2979 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2981 break 2
2982 fi
2983done
81ecdfbb
RW
2984 done
2985IFS=$as_save_IFS
42ecbf5e
DJ
2986
2987fi
2988fi
2989ac_ct_CC=$ac_cv_prog_ac_ct_CC
2990if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2992$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2993else
81ecdfbb
RW
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2995$as_echo "no" >&6; }
42ecbf5e
DJ
2996fi
2997
81ecdfbb 2998
42ecbf5e
DJ
2999 test -n "$ac_ct_CC" && break
3000done
3001
81ecdfbb
RW
3002 if test "x$ac_ct_CC" = x; then
3003 CC=""
3004 else
3005 case $cross_compiling:$ac_tool_warned in
3006yes:)
3007{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3008$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3009ac_tool_warned=yes ;;
3010esac
3011 CC=$ac_ct_CC
3012 fi
42ecbf5e
DJ
3013fi
3014
3015fi
3016
3017
81ecdfbb
RW
3018test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3019$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3020as_fn_error $? "no acceptable C compiler found in \$PATH
3021See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
3022
3023# Provide some information about the compiler.
81ecdfbb
RW
3024$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3025set X $ac_compile
3026ac_compiler=$2
3027for ac_option in --version -v -V -qversion; do
3028 { { ac_try="$ac_compiler $ac_option >&5"
3029case "(($ac_try" in
3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3031 *) ac_try_echo=$ac_try;;
3032esac
3033eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3034$as_echo "$ac_try_echo"; } >&5
3035 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 3036 ac_status=$?
81ecdfbb
RW
3037 if test -s conftest.err; then
3038 sed '10a\
3039... rest of stderr output deleted ...
3040 10q' conftest.err >conftest.er1
3041 cat conftest.er1 >&5
81ecdfbb 3042 fi
d0ac1c44 3043 rm -f conftest.er1 conftest.err
81ecdfbb
RW
3044 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3045 test $ac_status = 0; }
3046done
42ecbf5e 3047
81ecdfbb 3048cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3049/* end confdefs.h. */
3050
3051int
3052main ()
3053{
3054
3055 ;
3056 return 0;
3057}
3058_ACEOF
3059ac_clean_files_save=$ac_clean_files
d0ac1c44 3060ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
42ecbf5e
DJ
3061# Try to create an executable without -o first, disregard a.out.
3062# It will help us diagnose broken compilers, and finding out an intuition
3063# of exeext.
d0ac1c44
SM
3064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3065$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
3066ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3067
3068# The possible output files:
3069ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3070
3071ac_rmfiles=
3072for ac_file in $ac_files
3073do
3074 case $ac_file in
3075 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3076 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3077 esac
3078done
3079rm -f $ac_rmfiles
3080
3081if { { ac_try="$ac_link_default"
3082case "(($ac_try" in
3083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3084 *) ac_try_echo=$ac_try;;
3085esac
3086eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3087$as_echo "$ac_try_echo"; } >&5
3088 (eval "$ac_link_default") 2>&5
3089 ac_status=$?
3090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3091 test $ac_status = 0; }; then :
3092 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3093# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3094# in a Makefile. We should not override ac_cv_exeext if it was cached,
3095# so that the user can short-circuit this test for compilers unknown to
3096# Autoconf.
3097for ac_file in $ac_files ''
42ecbf5e
DJ
3098do
3099 test -f "$ac_file" || continue
3100 case $ac_file in
81ecdfbb 3101 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3102 ;;
3103 [ab].out )
3104 # We found the default executable, but exeext='' is most
3105 # certainly right.
3106 break;;
3107 *.* )
81ecdfbb
RW
3108 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3109 then :; else
3110 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3111 fi
3112 # We set ac_cv_exeext here because the later test for it is not
3113 # safe: cross compilers may not add the suffix if given an `-o'
3114 # argument, so we may need to know it at that point already.
3115 # Even if this section looks crufty: it has the advantage of
3116 # actually working.
42ecbf5e
DJ
3117 break;;
3118 * )
3119 break;;
3120 esac
3121done
81ecdfbb
RW
3122test "$ac_cv_exeext" = no && ac_cv_exeext=
3123
42ecbf5e 3124else
81ecdfbb
RW
3125 ac_file=''
3126fi
81ecdfbb 3127if test -z "$ac_file"; then :
d0ac1c44
SM
3128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3129$as_echo "no" >&6; }
3130$as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3131sed 's/^/| /' conftest.$ac_ext >&5
3132
81ecdfbb
RW
3133{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3134$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3135as_fn_error 77 "C compiler cannot create executables
3136See \`config.log' for more details" "$LINENO" 5; }
3137else
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3139$as_echo "yes" >&6; }
42ecbf5e 3140fi
d0ac1c44
SM
3141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3142$as_echo_n "checking for C compiler default output file name... " >&6; }
3143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3144$as_echo "$ac_file" >&6; }
42ecbf5e 3145ac_exeext=$ac_cv_exeext
42ecbf5e 3146
d0ac1c44 3147rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
42ecbf5e 3148ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3150$as_echo_n "checking for suffix of executables... " >&6; }
3151if { { ac_try="$ac_link"
3152case "(($ac_try" in
3153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3154 *) ac_try_echo=$ac_try;;
3155esac
3156eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3157$as_echo "$ac_try_echo"; } >&5
3158 (eval "$ac_link") 2>&5
42ecbf5e 3159 ac_status=$?
81ecdfbb
RW
3160 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3161 test $ac_status = 0; }; then :
42ecbf5e
DJ
3162 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3163# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3164# work properly (i.e., refer to `conftest.exe'), while it won't with
3165# `rm'.
3166for ac_file in conftest.exe conftest conftest.*; do
3167 test -f "$ac_file" || continue
3168 case $ac_file in
81ecdfbb 3169 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3170 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3171 break;;
3172 * ) break;;
3173 esac
3174done
3175else
81ecdfbb
RW
3176 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3177$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3178as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3179See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3180fi
d0ac1c44 3181rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
3182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3183$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3184
3185rm -f conftest.$ac_ext
3186EXEEXT=$ac_cv_exeext
3187ac_exeext=$EXEEXT
d0ac1c44
SM
3188cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3189/* end confdefs.h. */
3190#include <stdio.h>
3191int
3192main ()
3193{
3194FILE *f = fopen ("conftest.out", "w");
3195 return ferror (f) || fclose (f) != 0;
3196
3197 ;
3198 return 0;
3199}
3200_ACEOF
3201ac_clean_files="$ac_clean_files conftest.out"
3202# Check that the compiler produces executables we can run. If not, either
3203# the compiler is broken, or we cross compile.
3204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3205$as_echo_n "checking whether we are cross compiling... " >&6; }
3206if test "$cross_compiling" != yes; then
3207 { { ac_try="$ac_link"
3208case "(($ac_try" in
3209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3210 *) ac_try_echo=$ac_try;;
3211esac
3212eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3213$as_echo "$ac_try_echo"; } >&5
3214 (eval "$ac_link") 2>&5
3215 ac_status=$?
3216 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3217 test $ac_status = 0; }
3218 if { ac_try='./conftest$ac_cv_exeext'
3219 { { case "(($ac_try" in
3220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3221 *) ac_try_echo=$ac_try;;
3222esac
3223eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3224$as_echo "$ac_try_echo"; } >&5
3225 (eval "$ac_try") 2>&5
3226 ac_status=$?
3227 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3228 test $ac_status = 0; }; }; then
3229 cross_compiling=no
3230 else
3231 if test "$cross_compiling" = maybe; then
3232 cross_compiling=yes
3233 else
3234 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3235$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3236as_fn_error $? "cannot run C compiled programs.
3237If you meant to cross compile, use \`--host'.
3238See \`config.log' for more details" "$LINENO" 5; }
3239 fi
3240 fi
3241fi
3242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3243$as_echo "$cross_compiling" >&6; }
3244
3245rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3246ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3248$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3249if ${ac_cv_objext+:} false; then :
81ecdfbb 3250 $as_echo_n "(cached) " >&6
42ecbf5e 3251else
81ecdfbb 3252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3253/* end confdefs.h. */
3254
3255int
3256main ()
3257{
3258
3259 ;
3260 return 0;
3261}
3262_ACEOF
3263rm -f conftest.o conftest.obj
81ecdfbb
RW
3264if { { ac_try="$ac_compile"
3265case "(($ac_try" in
3266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3267 *) ac_try_echo=$ac_try;;
3268esac
3269eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3270$as_echo "$ac_try_echo"; } >&5
3271 (eval "$ac_compile") 2>&5
3272 ac_status=$?
3273 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3274 test $ac_status = 0; }; then :
3275 for ac_file in conftest.o conftest.obj conftest.*; do
3276 test -f "$ac_file" || continue;
42ecbf5e 3277 case $ac_file in
81ecdfbb 3278 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3279 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3280 break;;
3281 esac
3282done
3283else
81ecdfbb 3284 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3285sed 's/^/| /' conftest.$ac_ext >&5
3286
81ecdfbb
RW
3287{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3288$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3289as_fn_error $? "cannot compute suffix of object files: cannot compile
3290See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3291fi
42ecbf5e
DJ
3292rm -f conftest.$ac_cv_objext conftest.$ac_ext
3293fi
81ecdfbb
RW
3294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3295$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3296OBJEXT=$ac_cv_objext
3297ac_objext=$OBJEXT
81ecdfbb
RW
3298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3299$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3300if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3301 $as_echo_n "(cached) " >&6
42ecbf5e 3302else
81ecdfbb 3303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3304/* end confdefs.h. */
3305
3306int
3307main ()
3308{
3309#ifndef __GNUC__
3310 choke me
3311#endif
3312
3313 ;
3314 return 0;
3315}
3316_ACEOF
81ecdfbb 3317if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3318 ac_compiler_gnu=yes
3319else
81ecdfbb 3320 ac_compiler_gnu=no
42ecbf5e 3321fi
81ecdfbb 3322rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3323ac_cv_c_compiler_gnu=$ac_compiler_gnu
3324
3325fi
81ecdfbb
RW
3326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3327$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3328if test $ac_compiler_gnu = yes; then
3329 GCC=yes
3330else
3331 GCC=
3332fi
42ecbf5e
DJ
3333ac_test_CFLAGS=${CFLAGS+set}
3334ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3336$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3337if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3338 $as_echo_n "(cached) " >&6
3339else
3340 ac_save_c_werror_flag=$ac_c_werror_flag
3341 ac_c_werror_flag=yes
3342 ac_cv_prog_cc_g=no
3343 CFLAGS="-g"
3344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3345/* end confdefs.h. */
3346
3347int
3348main ()
3349{
3350
3351 ;
3352 return 0;
3353}
3354_ACEOF
81ecdfbb 3355if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3356 ac_cv_prog_cc_g=yes
3357else
81ecdfbb
RW
3358 CFLAGS=""
3359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3360/* end confdefs.h. */
3361
3362int
3363main ()
3364{
3365
3366 ;
3367 return 0;
3368}
3369_ACEOF
3370if ac_fn_c_try_compile "$LINENO"; then :
3371
3372else
3373 ac_c_werror_flag=$ac_save_c_werror_flag
3374 CFLAGS="-g"
3375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3376/* end confdefs.h. */
3377
3378int
3379main ()
3380{
42ecbf5e 3381
81ecdfbb
RW
3382 ;
3383 return 0;
3384}
3385_ACEOF
3386if ac_fn_c_try_compile "$LINENO"; then :
3387 ac_cv_prog_cc_g=yes
3388fi
3389rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3390fi
81ecdfbb 3391rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3392fi
81ecdfbb
RW
3393rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3394 ac_c_werror_flag=$ac_save_c_werror_flag
3395fi
3396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3397$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3398if test "$ac_test_CFLAGS" = set; then
3399 CFLAGS=$ac_save_CFLAGS
3400elif test $ac_cv_prog_cc_g = yes; then
3401 if test "$GCC" = yes; then
3402 CFLAGS="-g -O2"
3403 else
3404 CFLAGS="-g"
3405 fi
3406else
3407 if test "$GCC" = yes; then
3408 CFLAGS="-O2"
3409 else
3410 CFLAGS=
3411 fi
3412fi
81ecdfbb
RW
3413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3414$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3415if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3416 $as_echo_n "(cached) " >&6
42ecbf5e 3417else
81ecdfbb 3418 ac_cv_prog_cc_c89=no
42ecbf5e 3419ac_save_CC=$CC
81ecdfbb 3420cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3421/* end confdefs.h. */
3422#include <stdarg.h>
3423#include <stdio.h>
d0ac1c44 3424struct stat;
42ecbf5e
DJ
3425/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3426struct buf { int x; };
3427FILE * (*rcsopen) (struct buf *, struct stat *, int);
3428static char *e (p, i)
3429 char **p;
3430 int i;
3431{
3432 return p[i];
3433}
3434static char *f (char * (*g) (char **, int), char **p, ...)
3435{
3436 char *s;
3437 va_list v;
3438 va_start (v,p);
3439 s = g (p, va_arg (v,int));
3440 va_end (v);
3441 return s;
3442}
3443
3444/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3445 function prototypes and stuff, but not '\xHH' hex character constants.
3446 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3447 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3448 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3449 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3450 that's true only with -std. */
42ecbf5e
DJ
3451int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3452
81ecdfbb
RW
3453/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3454 inside strings and character constants. */
3455#define FOO(x) 'x'
3456int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3457
42ecbf5e
DJ
3458int test (int i, double x);
3459struct s1 {int (*f) (int a);};
3460struct s2 {int (*f) (double a);};
3461int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3462int argc;
3463char **argv;
3464int
3465main ()
3466{
3467return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3468 ;
3469 return 0;
3470}
3471_ACEOF
81ecdfbb
RW
3472for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3473 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3474do
3475 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3476 if ac_fn_c_try_compile "$LINENO"; then :
3477 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3478fi
81ecdfbb
RW
3479rm -f core conftest.err conftest.$ac_objext
3480 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3481done
81ecdfbb 3482rm -f conftest.$ac_ext
42ecbf5e
DJ
3483CC=$ac_save_CC
3484
3485fi
81ecdfbb
RW
3486# AC_CACHE_VAL
3487case "x$ac_cv_prog_cc_c89" in
3488 x)
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3490$as_echo "none needed" >&6; } ;;
3491 xno)
3492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3493$as_echo "unsupported" >&6; } ;;
42ecbf5e 3494 *)
81ecdfbb
RW
3495 CC="$CC $ac_cv_prog_cc_c89"
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3497$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3498esac
81ecdfbb 3499if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3500
42ecbf5e
DJ
3501fi
3502
42ecbf5e
DJ
3503ac_ext=c
3504ac_cpp='$CPP $CPPFLAGS'
3505ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3506ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3507ac_compiler_gnu=$ac_cv_c_compiler_gnu
3508
d0ac1c44
SM
3509ac_ext=c
3510ac_cpp='$CPP $CPPFLAGS'
3511ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3512ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3513ac_compiler_gnu=$ac_cv_c_compiler_gnu
3514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3515$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3516if ${am_cv_prog_cc_c_o+:} false; then :
3517 $as_echo_n "(cached) " >&6
3518else
3519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3520/* end confdefs.h. */
3521
3522int
3523main ()
3524{
3525
3526 ;
3527 return 0;
3528}
3529_ACEOF
3530 # Make sure it works both with $CC and with simple cc.
3531 # Following AC_PROG_CC_C_O, we do the test twice because some
3532 # compilers refuse to overwrite an existing .o file with -o,
3533 # though they will create one.
3534 am_cv_prog_cc_c_o=yes
3535 for am_i in 1 2; do
3536 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3537 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3538 ac_status=$?
3539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3540 (exit $ac_status); } \
3541 && test -f conftest2.$ac_objext; then
3542 : OK
3543 else
3544 am_cv_prog_cc_c_o=no
3545 break
3546 fi
3547 done
3548 rm -f core conftest*
3549 unset am_i
3550fi
3551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3552$as_echo "$am_cv_prog_cc_c_o" >&6; }
3553if test "$am_cv_prog_cc_c_o" != yes; then
3554 # Losing compiler, so override with the script.
3555 # FIXME: It is wrong to rewrite CC.
3556 # But if we don't then we get into trouble of one sort or another.
3557 # A longer-term fix would be to have automake use am__CC in this case,
3558 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3559 CC="$am_aux_dir/compile $CC"
3560fi
3561ac_ext=c
3562ac_cpp='$CPP $CPPFLAGS'
3563ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3564ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3565ac_compiler_gnu=$ac_cv_c_compiler_gnu
3566
3567
42ecbf5e 3568
81ecdfbb
RW
3569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3570$as_echo_n "checking for library containing strerror... " >&6; }
d0ac1c44 3571if ${ac_cv_search_strerror+:} false; then :
81ecdfbb 3572 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3573else
3574 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3575cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3576/* end confdefs.h. */
3577
81ecdfbb
RW
3578/* Override any GCC internal prototype to avoid an error.
3579 Use char because int might match the return type of a GCC
3580 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3581#ifdef __cplusplus
3582extern "C"
3583#endif
42ecbf5e
DJ
3584char strerror ();
3585int
3586main ()
3587{
81ecdfbb 3588return strerror ();
42ecbf5e
DJ
3589 ;
3590 return 0;
3591}
3592_ACEOF
81ecdfbb
RW
3593for ac_lib in '' cposix; do
3594 if test -z "$ac_lib"; then
3595 ac_res="none required"
3596 else
3597 ac_res=-l$ac_lib
42ecbf5e 3598 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3599 fi
3600 if ac_fn_c_try_link "$LINENO"; then :
3601 ac_cv_search_strerror=$ac_res
3602fi
3603rm -f core conftest.err conftest.$ac_objext \
3604 conftest$ac_exeext
d0ac1c44 3605 if ${ac_cv_search_strerror+:} false; then :
81ecdfbb
RW
3606 break
3607fi
3608done
d0ac1c44 3609if ${ac_cv_search_strerror+:} false; then :
42ecbf5e 3610
42ecbf5e 3611else
81ecdfbb 3612 ac_cv_search_strerror=no
42ecbf5e 3613fi
81ecdfbb 3614rm conftest.$ac_ext
42ecbf5e
DJ
3615LIBS=$ac_func_search_save_LIBS
3616fi
81ecdfbb
RW
3617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3618$as_echo "$ac_cv_search_strerror" >&6; }
3619ac_res=$ac_cv_search_strerror
3620if test "$ac_res" != no; then :
3621 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3622
3623fi
3624
3625
d0ac1c44 3626am__api_version='1.15'
81ecdfbb 3627
42ecbf5e
DJ
3628# Find a good install program. We prefer a C program (faster),
3629# so one script is as good as another. But avoid the broken or
3630# incompatible versions:
3631# SysV /etc/install, /usr/sbin/install
3632# SunOS /usr/etc/install
3633# IRIX /sbin/install
3634# AIX /bin/install
3635# AmigaOS /C/install, which installs bootblocks on floppy discs
3636# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3637# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3638# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3639# OS/2's system install, which has a completely different semantic
3640# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3641# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3643$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3644if test -z "$INSTALL"; then
d0ac1c44 3645if ${ac_cv_path_install+:} false; then :
81ecdfbb 3646 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3647else
3648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3649for as_dir in $PATH
3650do
3651 IFS=$as_save_IFS
3652 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3653 # Account for people who put trailing slashes in PATH elements.
3654case $as_dir/ in #((
3655 ./ | .// | /[cC]/* | \
42ecbf5e 3656 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3657 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3658 /usr/ucb/* ) ;;
3659 *)
3660 # OSF1 and SCO ODT 3.0 have their own names for install.
3661 # Don't use installbsd from OSF since it installs stuff as root
3662 # by default.
3663 for ac_prog in ginstall scoinst install; do
3664 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3665 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
42ecbf5e
DJ
3666 if test $ac_prog = install &&
3667 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3668 # AIX install. It has an incompatible calling convention.
3669 :
42ecbf5e
DJ
3670 elif test $ac_prog = install &&
3671 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3672 # program-specific install script used by HP pwplus--don't use.
3673 :
252b5132 3674 else
58c85be7
RW
3675 rm -rf conftest.one conftest.two conftest.dir
3676 echo one > conftest.one
3677 echo two > conftest.two
3678 mkdir conftest.dir
3679 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3680 test -s conftest.one && test -s conftest.two &&
3681 test -s conftest.dir/conftest.one &&
3682 test -s conftest.dir/conftest.two
3683 then
3684 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3685 break 3
3686 fi
252b5132
RH
3687 fi
3688 fi
d15b04bd 3689 done
42ecbf5e
DJ
3690 done
3691 ;;
3692esac
81ecdfbb
RW
3693
3694 done
3695IFS=$as_save_IFS
42ecbf5e 3696
58c85be7 3697rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3698
3699fi
3700 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3701 INSTALL=$ac_cv_path_install
252b5132 3702 else
58c85be7
RW
3703 # As a last resort, use the slow shell script. Don't cache a
3704 # value for INSTALL within a source directory, because that will
252b5132 3705 # break other packages using the cache if that directory is
58c85be7 3706 # removed, or if the value is a relative name.
42ecbf5e 3707 INSTALL=$ac_install_sh
252b5132
RH
3708 fi
3709fi
81ecdfbb
RW
3710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3711$as_echo "$INSTALL" >&6; }
252b5132
RH
3712
3713# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3714# It thinks the first close brace ends the variable substitution.
3715test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3716
42ecbf5e 3717test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3718
3719test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3720
81ecdfbb
RW
3721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3722$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
3723# Reject unsafe characters in $srcdir or the absolute working directory
3724# name. Accept space and tab only in the latter.
3725am_lf='
3726'
3727case `pwd` in
3728 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 3729 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
3730esac
3731case $srcdir in
3732 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 3733 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
3734esac
3735
d0ac1c44 3736# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
3737# arguments. Must try -L first in case configure is actually a
3738# symlink; some systems play weird games with the mod time of symlinks
3739# (eg FreeBSD returns the mod time of the symlink's containing
3740# directory).
3741if (
d0ac1c44
SM
3742 am_has_slept=no
3743 for am_try in 1 2; do
3744 echo "timestamp, slept: $am_has_slept" > conftest.file
3745 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3746 if test "$*" = "X"; then
3747 # -L didn't work.
3748 set X `ls -t "$srcdir/configure" conftest.file`
3749 fi
3750 if test "$*" != "X $srcdir/configure conftest.file" \
3751 && test "$*" != "X conftest.file $srcdir/configure"; then
3752
3753 # If neither matched, then we have a broken ls. This can happen
3754 # if, for instance, CONFIG_SHELL is bash and it inherits a
3755 # broken ls alias from the environment. This has actually
3756 # happened. Such a system could not be considered "sane".
3757 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3758 alias in your environment" "$LINENO" 5
3759 fi
3760 if test "$2" = conftest.file || test $am_try -eq 2; then
3761 break
3762 fi
3763 # Just in case.
3764 sleep 1
3765 am_has_slept=yes
3766 done
42ecbf5e 3767 test "$2" = conftest.file
252b5132
RH
3768 )
3769then
3770 # Ok.
3771 :
3772else
d0ac1c44 3773 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 3774Check your system clock" "$LINENO" 5
42ecbf5e 3775fi
81ecdfbb
RW
3776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3777$as_echo "yes" >&6; }
d0ac1c44
SM
3778# If we didn't sleep, we still need to ensure time stamps of config.status and
3779# generated files are strictly newer.
3780am_sleep_pid=
3781if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3782 ( sleep 1 ) &
3783 am_sleep_pid=$!
3784fi
3785
3786rm -f conftest.file
3787
42ecbf5e 3788test "$program_prefix" != NONE &&
81ecdfbb 3789 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3790# Use a double $ so make ignores it.
3791test "$program_suffix" != NONE &&
81ecdfbb
RW
3792 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3793# Double any \ or $.
42ecbf5e 3794# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3795ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3796program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e 3797
81ecdfbb
RW
3798if test x"${MISSING+set}" != xset; then
3799 case $am_aux_dir in
3800 *\ * | *\ *)
3801 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3802 *)
3803 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3804 esac
3805fi
42ecbf5e 3806# Use eval to expand $SHELL
d0ac1c44
SM
3807if eval "$MISSING --is-lightweight"; then
3808 am_missing_run="$MISSING "
42ecbf5e
DJ
3809else
3810 am_missing_run=
d0ac1c44
SM
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3812$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3813fi
3814
d0ac1c44 3815if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
3816 case $am_aux_dir in
3817 *\ * | *\ *)
3818 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3819 *)
3820 install_sh="\${SHELL} $am_aux_dir/install-sh"
3821 esac
3822fi
3823
d0ac1c44
SM
3824# Installed binaries are usually stripped using 'strip' when the user
3825# run "make install-strip". However 'strip' might not be the right
81ecdfbb 3826# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 3827# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
3828if test "$cross_compiling" != no; then
3829 if test -n "$ac_tool_prefix"; then
3830 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3831set dummy ${ac_tool_prefix}strip; ac_word=$2
3832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3833$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3834if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 3835 $as_echo_n "(cached) " >&6
42ecbf5e 3836else
81ecdfbb
RW
3837 if test -n "$STRIP"; then
3838 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3839else
3840as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3841for as_dir in $PATH
3842do
3843 IFS=$as_save_IFS
3844 test -z "$as_dir" && as_dir=.
81ecdfbb 3845 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3846 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3847 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3849 break 2
3850 fi
3851done
3852 done
3853IFS=$as_save_IFS
3854
3855fi
3856fi
3857STRIP=$ac_cv_prog_STRIP
3858if test -n "$STRIP"; then
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3860$as_echo "$STRIP" >&6; }
3861else
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3863$as_echo "no" >&6; }
3864fi
3865
3866
3867fi
3868if test -z "$ac_cv_prog_STRIP"; then
3869 ac_ct_STRIP=$STRIP
3870 # Extract the first word of "strip", so it can be a program name with args.
3871set dummy strip; ac_word=$2
3872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3873$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3874if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
3875 $as_echo_n "(cached) " >&6
3876else
3877 if test -n "$ac_ct_STRIP"; then
3878 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3879else
3880as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3881for as_dir in $PATH
3882do
3883 IFS=$as_save_IFS
3884 test -z "$as_dir" && as_dir=.
3885 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3886 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3887 ac_cv_prog_ac_ct_STRIP="strip"
3888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3889 break 2
3890 fi
3891done
81ecdfbb
RW
3892 done
3893IFS=$as_save_IFS
3894
3895fi
3896fi
3897ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3898if test -n "$ac_ct_STRIP"; then
3899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3900$as_echo "$ac_ct_STRIP" >&6; }
3901else
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3903$as_echo "no" >&6; }
3904fi
3905
3906 if test "x$ac_ct_STRIP" = x; then
3907 STRIP=":"
3908 else
3909 case $cross_compiling:$ac_tool_warned in
3910yes:)
3911{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3912$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3913ac_tool_warned=yes ;;
3914esac
3915 STRIP=$ac_ct_STRIP
3916 fi
3917else
3918 STRIP="$ac_cv_prog_STRIP"
3919fi
3920
3921fi
3922INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3923
3924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3925$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3926if test -z "$MKDIR_P"; then
d0ac1c44 3927 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
3928 $as_echo_n "(cached) " >&6
3929else
3930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3931for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3932do
3933 IFS=$as_save_IFS
3934 test -z "$as_dir" && as_dir=.
3935 for ac_prog in mkdir gmkdir; do
3936 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3937 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3938 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3939 'mkdir (GNU coreutils) '* | \
3940 'mkdir (coreutils) '* | \
3941 'mkdir (fileutils) '4.1*)
3942 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3943 break 3;;
3944 esac
3945 done
3946 done
3947 done
3948IFS=$as_save_IFS
3949
3950fi
3951
d0ac1c44 3952 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3953 if test "${ac_cv_path_mkdir+set}" = set; then
3954 MKDIR_P="$ac_cv_path_mkdir -p"
3955 else
3956 # As a last resort, use the slow shell script. Don't cache a
3957 # value for MKDIR_P within a source directory, because that will
3958 # break other packages using the cache if that directory is
3959 # removed, or if the value is a relative name.
81ecdfbb
RW
3960 MKDIR_P="$ac_install_sh -d"
3961 fi
3962fi
3963{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3964$as_echo "$MKDIR_P" >&6; }
3965
81ecdfbb
RW
3966for ac_prog in gawk mawk nawk awk
3967do
3968 # Extract the first word of "$ac_prog", so it can be a program name with args.
3969set dummy $ac_prog; ac_word=$2
3970{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3971$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3972if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb
RW
3973 $as_echo_n "(cached) " >&6
3974else
3975 if test -n "$AWK"; then
3976 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3977else
3978as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3979for as_dir in $PATH
3980do
3981 IFS=$as_save_IFS
3982 test -z "$as_dir" && as_dir=.
3983 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3985 ac_cv_prog_AWK="$ac_prog"
3986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3987 break 2
3988 fi
42ecbf5e 3989done
81ecdfbb
RW
3990 done
3991IFS=$as_save_IFS
42ecbf5e
DJ
3992
3993fi
3994fi
3995AWK=$ac_cv_prog_AWK
3996if test -n "$AWK"; then
81ecdfbb
RW
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3998$as_echo "$AWK" >&6; }
42ecbf5e 3999else
81ecdfbb
RW
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001$as_echo "no" >&6; }
42ecbf5e
DJ
4002fi
4003
81ecdfbb 4004
42ecbf5e
DJ
4005 test -n "$AWK" && break
4006done
4007
81ecdfbb
RW
4008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4009$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4010set x ${MAKE-make}
4011ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 4012if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 4013 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
4014else
4015 cat >conftest.make <<\_ACEOF
81ecdfbb 4016SHELL = /bin/sh
42ecbf5e 4017all:
81ecdfbb 4018 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e 4019_ACEOF
d0ac1c44 4020# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
4021case `${MAKE-make} -f conftest.make 2>/dev/null` in
4022 *@@@%%%=?*=@@@%%%*)
4023 eval ac_cv_prog_make_${ac_make}_set=yes;;
4024 *)
4025 eval ac_cv_prog_make_${ac_make}_set=no;;
4026esac
42ecbf5e
DJ
4027rm -f conftest.make
4028fi
81ecdfbb
RW
4029if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4031$as_echo "yes" >&6; }
42ecbf5e
DJ
4032 SET_MAKE=
4033else
81ecdfbb
RW
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4035$as_echo "no" >&6; }
42ecbf5e
DJ
4036 SET_MAKE="MAKE=${MAKE-make}"
4037fi
4038
4039rm -rf .tst 2>/dev/null
4040mkdir .tst 2>/dev/null
4041if test -d .tst; then
4042 am__leading_dot=.
4043else
4044 am__leading_dot=_
4045fi
4046rmdir .tst 2>/dev/null
4047
4048DEPDIR="${am__leading_dot}deps"
4049
81ecdfbb 4050ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
4051
4052
4053am_make=${MAKE-make}
4054cat > confinc << 'END'
4055am__doit:
81ecdfbb 4056 @echo this is the am__doit target
42ecbf5e
DJ
4057.PHONY: am__doit
4058END
4059# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
4060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4061$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
4062am__include="#"
4063am__quote=
4064_am_result=none
4065# First try GNU make style include.
4066echo "include confinc" > confmf
d0ac1c44 4067# Ignore all kinds of additional output from 'make'.
81ecdfbb
RW
4068case `$am_make -s -f confmf 2> /dev/null` in #(
4069*the\ am__doit\ target*)
4070 am__include=include
4071 am__quote=
4072 _am_result=GNU
4073 ;;
4074esac
42ecbf5e
DJ
4075# Now try BSD make style include.
4076if test "$am__include" = "#"; then
4077 echo '.include "confinc"' > confmf
81ecdfbb
RW
4078 case `$am_make -s -f confmf 2> /dev/null` in #(
4079 *the\ am__doit\ target*)
4080 am__include=.include
4081 am__quote="\""
4082 _am_result=BSD
4083 ;;
4084 esac
42ecbf5e
DJ
4085fi
4086
4087
81ecdfbb
RW
4088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4089$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
4090rm -f confinc confmf
4091
81ecdfbb
RW
4092# Check whether --enable-dependency-tracking was given.
4093if test "${enable_dependency_tracking+set}" = set; then :
4094 enableval=$enable_dependency_tracking;
4095fi
42ecbf5e 4096
42ecbf5e
DJ
4097if test "x$enable_dependency_tracking" != xno; then
4098 am_depcomp="$ac_aux_dir/depcomp"
4099 AMDEPBACKSLASH='\'
6eb7d830 4100 am__nodep='_no'
42ecbf5e 4101fi
81ecdfbb 4102 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
4103 AMDEP_TRUE=
4104 AMDEP_FALSE='#'
4105else
4106 AMDEP_TRUE='#'
4107 AMDEP_FALSE=
4108fi
4109
4110
d0ac1c44
SM
4111# Check whether --enable-silent-rules was given.
4112if test "${enable_silent_rules+set}" = set; then :
4113 enableval=$enable_silent_rules;
4114fi
4115
4116case $enable_silent_rules in # (((
4117 yes) AM_DEFAULT_VERBOSITY=0;;
4118 no) AM_DEFAULT_VERBOSITY=1;;
4119 *) AM_DEFAULT_VERBOSITY=1;;
4120esac
4121am_make=${MAKE-make}
4122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4123$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4124if ${am_cv_make_support_nested_variables+:} false; then :
4125 $as_echo_n "(cached) " >&6
4126else
4127 if $as_echo 'TRUE=$(BAR$(V))
4128BAR0=false
4129BAR1=true
4130V=1
4131am__doit:
4132 @$(TRUE)
4133.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4134 am_cv_make_support_nested_variables=yes
4135else
4136 am_cv_make_support_nested_variables=no
4137fi
4138fi
4139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4140$as_echo "$am_cv_make_support_nested_variables" >&6; }
4141if test $am_cv_make_support_nested_variables = yes; then
4142 AM_V='$(V)'
4143 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4144else
4145 AM_V=$AM_DEFAULT_VERBOSITY
4146 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4147fi
4148AM_BACKSLASH='\'
4149
81ecdfbb
RW
4150if test "`cd $srcdir && pwd`" != "`pwd`"; then
4151 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4152 # is not polluted with repeated "-I."
4153 am__isrc=' -I$(srcdir)'
4154 # test to see if srcdir already configured
4155 if test -f $srcdir/config.status; then
d0ac1c44 4156 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 4157 fi
42ecbf5e
DJ
4158fi
4159
4160# test whether we have cygpath
4161if test -z "$CYGPATH_W"; then
4162 if (cygpath --version) >/dev/null 2>/dev/null; then
4163 CYGPATH_W='cygpath -w'
4164 else
4165 CYGPATH_W=echo
4166 fi
4167fi
4168
4169
4170# Define the identity of the package.
2e98a7bd 4171 PACKAGE='binutils'
f48dfe41 4172 VERSION='2.32.51'
42ecbf5e
DJ
4173
4174
4175cat >>confdefs.h <<_ACEOF
4176#define PACKAGE "$PACKAGE"
4177_ACEOF
4178
4179
4180cat >>confdefs.h <<_ACEOF
4181#define VERSION "$VERSION"
4182_ACEOF
4183
4184# Some tools Automake needs.
4185
4186ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4187
4188
4189AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4190
4191
4192AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4193
4194
4195AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4196
4197
4198MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4199
d0ac1c44
SM
4200# For better backward compatibility. To be removed once Automake 1.9.x
4201# dies out for good. For more background, see:
4202# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4203# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4204mkdir_p='$(MKDIR_P)'
4205
4206# We need awk for the "check" target (and possibly the TAP driver). The
4207# system "awk" is bad on some platforms.
6eb7d830
AM
4208# Always define AMTAR for backward compatibility. Yes, it's still used
4209# in the wild :-( We should find a proper way to deprecate it ...
4210AMTAR='$${TAR-tar}'
252b5132 4211
d0ac1c44
SM
4212
4213# We'll loop over all known methods to create a tar archive until one works.
4214_am_tools='gnutar pax cpio none'
4215
6eb7d830 4216am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
252b5132
RH
4217
4218
4219
252b5132 4220
d0ac1c44 4221
42ecbf5e
DJ
4222depcc="$CC" am_compiler_list=
4223
81ecdfbb
RW
4224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4225$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 4226if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 4227 $as_echo_n "(cached) " >&6
252b5132 4228else
42ecbf5e
DJ
4229 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4230 # We make a subdir and do the tests there. Otherwise we can end up
4231 # making bogus files that we don't know about and never remove. For
4232 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
4233 # making a dummy file named 'D' -- because '-MD' means "put the output
4234 # in D".
6eb7d830 4235 rm -rf conftest.dir
42ecbf5e
DJ
4236 mkdir conftest.dir
4237 # Copy depcomp to subdir because otherwise we won't find it if we're
4238 # using a relative directory.
4239 cp "$am_depcomp" conftest.dir
4240 cd conftest.dir
4241 # We will build objects and dependencies in a subdirectory because
4242 # it helps to detect inapplicable dependency modes. For instance
4243 # both Tru64's cc and ICC support -MD to output dependencies as a
4244 # side effect of compilation, but ICC will put the dependencies in
4245 # the current directory while Tru64 will put them in the object
4246 # directory.
4247 mkdir sub
252b5132 4248
42ecbf5e
DJ
4249 am_cv_CC_dependencies_compiler_type=none
4250 if test "$am_compiler_list" = ""; then
4251 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4252 fi
81ecdfbb
RW
4253 am__universal=false
4254 case " $depcc " in #(
4255 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4256 esac
4257
42ecbf5e
DJ
4258 for depmode in $am_compiler_list; do
4259 # Setup a source with many dependencies, because some compilers
4260 # like to wrap large dependency lists on column 80 (with \), and
4261 # we should not choose a depcomp mode which is confused by this.
4262 #
4263 # We need to recreate these files for each test, as the compiler may
4264 # overwrite some of them when testing with obscure command lines.
4265 # This happens at least with the AIX C compiler.
4266 : > sub/conftest.c
4267 for i in 1 2 3 4 5 6; do
4268 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
4269 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4270 # Solaris 10 /bin/sh.
4271 echo '/* dummy */' > sub/conftst$i.h
42ecbf5e
DJ
4272 done
4273 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4274
d0ac1c44 4275 # We check with '-c' and '-o' for the sake of the "dashmstdout"
81ecdfbb 4276 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
4277 # handle '-M -o', and we need to detect this. Also, some Intel
4278 # versions had trouble with output in subdirs.
81ecdfbb
RW
4279 am__obj=sub/conftest.${OBJEXT-o}
4280 am__minus_obj="-o $am__obj"
42ecbf5e 4281 case $depmode in
81ecdfbb
RW
4282 gcc)
4283 # This depmode causes a compiler race in universal mode.
4284 test "$am__universal" = false || continue
4285 ;;
42ecbf5e 4286 nosideeffect)
d0ac1c44
SM
4287 # After this tag, mechanisms are not by side-effect, so they'll
4288 # only be used when explicitly requested.
42ecbf5e
DJ
4289 if test "x$enable_dependency_tracking" = xyes; then
4290 continue
4291 else
4292 break
4293 fi
4294 ;;
6eb7d830 4295 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 4296 # This compiler won't grok '-c -o', but also, the minuso test has
81ecdfbb
RW
4297 # not run yet. These depmodes are late enough in the game, and
4298 # so weak that their functioning should not be impacted.
4299 am__obj=conftest.${OBJEXT-o}
4300 am__minus_obj=
4301 ;;
42ecbf5e
DJ
4302 none) break ;;
4303 esac
42ecbf5e 4304 if depmode=$depmode \
81ecdfbb 4305 source=sub/conftest.c object=$am__obj \
42ecbf5e 4306 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4307 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4308 >/dev/null 2>conftest.err &&
81ecdfbb 4309 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4310 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4311 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4312 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4313 # icc doesn't choke on unknown options, it will just issue warnings
4314 # or remarks (even with -Werror). So we grep stderr for any message
4315 # that says an option was ignored or not supported.
4316 # When given -MP, icc 7.0 and 7.1 complain thusly:
4317 # icc: Command line warning: ignoring option '-M'; no argument required
4318 # The diagnosis changed in icc 8.0:
4319 # icc: Command line remark: option '-MP' not supported
4320 if (grep 'ignoring option' conftest.err ||
4321 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4322 am_cv_CC_dependencies_compiler_type=$depmode
4323 break
4324 fi
4325 fi
4326 done
4327
4328 cd ..
4329 rm -rf conftest.dir
252b5132 4330else
42ecbf5e 4331 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
4332fi
4333
252b5132 4334fi
81ecdfbb
RW
4335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4336$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4337CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4338
81ecdfbb 4339 if
42ecbf5e
DJ
4340 test "x$enable_dependency_tracking" != xno \
4341 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4342 am__fastdepCC_TRUE=
4343 am__fastdepCC_FALSE='#'
252b5132 4344else
42ecbf5e
DJ
4345 am__fastdepCC_TRUE='#'
4346 am__fastdepCC_FALSE=
252b5132
RH
4347fi
4348
4349
4350
d0ac1c44
SM
4351# POSIX will say in a future version that running "rm -f" with no argument
4352# is OK; and we want to be able to make that assumption in our Makefile
4353# recipes. So use an aggressive probe to check that the usage we want is
4354# actually supported "in the wild" to an acceptable degree.
4355# See automake bug#10828.
4356# To make any issue more visible, cause the running configure to be aborted
4357# by default if the 'rm' program in use doesn't match our expectations; the
4358# user can still override this though.
4359if rm -f && rm -fr && rm -rf; then : OK; else
4360 cat >&2 <<'END'
4361Oops!
4362
4363Your 'rm' program seems unable to run without file operands specified
4364on the command line, even when the '-f' option is present. This is contrary
4365to the behaviour of most rm programs out there, and not conforming with
4366the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4367
4368Please tell bug-automake@gnu.org about your system, including the value
4369of your $PATH and any error possibly output before this message. This
4370can help us improve future automake versions.
4371
4372END
4373 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4374 echo 'Configuration will proceed anyway, since you have set the' >&2
4375 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4376 echo >&2
4377 else
4378 cat >&2 <<'END'
4379Aborting the configuration process, to ensure you take notice of the issue.
4380
4381You can download and install GNU coreutils to get an 'rm' implementation
4382that behaves properly: <http://www.gnu.org/software/coreutils/>.
4383
4384If you want to complete the configuration process using your problematic
4385'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4386to "yes", and re-run configure.
4387
4388END
4389 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4390 fi
4391fi
4392
42ecbf5e 4393
d45dc31f
SE
4394ac_ext=c
4395ac_cpp='$CPP $CPPFLAGS'
4396ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4397ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4398ac_compiler_gnu=$ac_cv_c_compiler_gnu
4399if test -n "$ac_tool_prefix"; then
4400 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4401set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4403$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4404if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4405 $as_echo_n "(cached) " >&6
252b5132 4406else
d45dc31f
SE
4407 if test -n "$CC"; then
4408 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 4409else
d45dc31f
SE
4410as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4411for as_dir in $PATH
4412do
4413 IFS=$as_save_IFS
4414 test -z "$as_dir" && as_dir=.
81ecdfbb 4415 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4416 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4417 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4419 break 2
4420 fi
4421done
81ecdfbb
RW
4422 done
4423IFS=$as_save_IFS
ceae3e33 4424
d45dc31f
SE
4425fi
4426fi
4427CC=$ac_cv_prog_CC
4428if test -n "$CC"; then
81ecdfbb
RW
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4430$as_echo "$CC" >&6; }
252b5132 4431else
81ecdfbb
RW
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4433$as_echo "no" >&6; }
252b5132 4434fi
d45dc31f 4435
81ecdfbb 4436
d45dc31f
SE
4437fi
4438if test -z "$ac_cv_prog_CC"; then
4439 ac_ct_CC=$CC
4440 # Extract the first word of "gcc", so it can be a program name with args.
4441set dummy gcc; ac_word=$2
81ecdfbb
RW
4442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4443$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4444if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4445 $as_echo_n "(cached) " >&6
252b5132 4446else
d45dc31f
SE
4447 if test -n "$ac_ct_CC"; then
4448 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4449else
d45dc31f
SE
4450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4451for as_dir in $PATH
4452do
4453 IFS=$as_save_IFS
4454 test -z "$as_dir" && as_dir=.
81ecdfbb 4455 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4456 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4457 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4459 break 2
4460 fi
4461done
81ecdfbb
RW
4462 done
4463IFS=$as_save_IFS
d45dc31f 4464
252b5132
RH
4465fi
4466fi
d45dc31f
SE
4467ac_ct_CC=$ac_cv_prog_ac_ct_CC
4468if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4470$as_echo "$ac_ct_CC" >&6; }
252b5132 4471else
81ecdfbb
RW
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4473$as_echo "no" >&6; }
252b5132 4474fi
d45dc31f 4475
81ecdfbb
RW
4476 if test "x$ac_ct_CC" = x; then
4477 CC=""
4478 else
4479 case $cross_compiling:$ac_tool_warned in
4480yes:)
4481{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4482$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4483ac_tool_warned=yes ;;
4484esac
4485 CC=$ac_ct_CC
4486 fi
d45dc31f
SE
4487else
4488 CC="$ac_cv_prog_CC"
4489fi
4490
4491if test -z "$CC"; then
81ecdfbb
RW
4492 if test -n "$ac_tool_prefix"; then
4493 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4494set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4495{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4496$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4497if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4498 $as_echo_n "(cached) " >&6
252b5132 4499else
d45dc31f
SE
4500 if test -n "$CC"; then
4501 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4502else
d45dc31f
SE
4503as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4504for as_dir in $PATH
4505do
4506 IFS=$as_save_IFS
4507 test -z "$as_dir" && as_dir=.
81ecdfbb 4508 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4510 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4512 break 2
4513 fi
4514done
81ecdfbb
RW
4515 done
4516IFS=$as_save_IFS
d45dc31f 4517
252b5132
RH
4518fi
4519fi
d45dc31f
SE
4520CC=$ac_cv_prog_CC
4521if test -n "$CC"; then
81ecdfbb
RW
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4523$as_echo "$CC" >&6; }
d45dc31f 4524else
81ecdfbb
RW
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4526$as_echo "no" >&6; }
252b5132
RH
4527fi
4528
252b5132 4529
81ecdfbb 4530 fi
d45dc31f
SE
4531fi
4532if test -z "$CC"; then
4533 # Extract the first word of "cc", so it can be a program name with args.
4534set dummy cc; ac_word=$2
81ecdfbb
RW
4535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4536$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4537if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4538 $as_echo_n "(cached) " >&6
252b5132 4539else
d45dc31f
SE
4540 if test -n "$CC"; then
4541 ac_cv_prog_CC="$CC" # Let the user override the test.
4542else
4543 ac_prog_rejected=no
4544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4545for as_dir in $PATH
4546do
4547 IFS=$as_save_IFS
4548 test -z "$as_dir" && as_dir=.
81ecdfbb 4549 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4550 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f
SE
4551 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4552 ac_prog_rejected=yes
4553 continue
4554 fi
4555 ac_cv_prog_CC="cc"
81ecdfbb 4556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4557 break 2
4558 fi
4559done
81ecdfbb
RW
4560 done
4561IFS=$as_save_IFS
d45dc31f
SE
4562
4563if test $ac_prog_rejected = yes; then
4564 # We found a bogon in the path, so make sure we never use it.
4565 set dummy $ac_cv_prog_CC
4566 shift
4567 if test $# != 0; then
4568 # We chose a different compiler from the bogus one.
4569 # However, it has the same basename, so the bogon will be chosen
4570 # first if we set CC to just the basename; use the full file name.
4571 shift
4572 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4573 fi
4574fi
4575fi
4576fi
4577CC=$ac_cv_prog_CC
4578if test -n "$CC"; then
81ecdfbb
RW
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4580$as_echo "$CC" >&6; }
d45dc31f 4581else
81ecdfbb
RW
4582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4583$as_echo "no" >&6; }
252b5132
RH
4584fi
4585
81ecdfbb 4586
d45dc31f
SE
4587fi
4588if test -z "$CC"; then
4589 if test -n "$ac_tool_prefix"; then
81ecdfbb 4590 for ac_prog in cl.exe
d45dc31f
SE
4591 do
4592 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4593set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4595$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4596if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4597 $as_echo_n "(cached) " >&6
ac48eca1 4598else
d45dc31f
SE
4599 if test -n "$CC"; then
4600 ac_cv_prog_CC="$CC" # Let the user override the test.
4601else
4602as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4603for as_dir in $PATH
4604do
4605 IFS=$as_save_IFS
4606 test -z "$as_dir" && as_dir=.
81ecdfbb 4607 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4608 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4609 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4611 break 2
4612 fi
4613done
81ecdfbb
RW
4614 done
4615IFS=$as_save_IFS
ac48eca1 4616
d45dc31f
SE
4617fi
4618fi
4619CC=$ac_cv_prog_CC
4620if test -n "$CC"; then
81ecdfbb
RW
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4622$as_echo "$CC" >&6; }
d45dc31f 4623else
81ecdfbb
RW
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4625$as_echo "no" >&6; }
d45dc31f 4626fi
ac48eca1 4627
81ecdfbb 4628
d45dc31f
SE
4629 test -n "$CC" && break
4630 done
4631fi
4632if test -z "$CC"; then
4633 ac_ct_CC=$CC
81ecdfbb 4634 for ac_prog in cl.exe
d45dc31f
SE
4635do
4636 # Extract the first word of "$ac_prog", so it can be a program name with args.
4637set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4639$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4640if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4641 $as_echo_n "(cached) " >&6
d45dc31f
SE
4642else
4643 if test -n "$ac_ct_CC"; then
4644 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4645else
4646as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4647for as_dir in $PATH
4648do
4649 IFS=$as_save_IFS
4650 test -z "$as_dir" && as_dir=.
81ecdfbb 4651 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4653 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4655 break 2
4656 fi
4657done
81ecdfbb
RW
4658 done
4659IFS=$as_save_IFS
ac48eca1 4660
d45dc31f
SE
4661fi
4662fi
4663ac_ct_CC=$ac_cv_prog_ac_ct_CC
4664if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4666$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4667else
81ecdfbb
RW
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4669$as_echo "no" >&6; }
d45dc31f 4670fi
ac48eca1 4671
81ecdfbb 4672
d45dc31f
SE
4673 test -n "$ac_ct_CC" && break
4674done
ac48eca1 4675
81ecdfbb
RW
4676 if test "x$ac_ct_CC" = x; then
4677 CC=""
4678 else
4679 case $cross_compiling:$ac_tool_warned in
4680yes:)
4681{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4682$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4683ac_tool_warned=yes ;;
4684esac
4685 CC=$ac_ct_CC
4686 fi
d45dc31f 4687fi
ac48eca1
AO
4688
4689fi
ac48eca1 4690
ac48eca1 4691
81ecdfbb
RW
4692test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4693$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4694as_fn_error $? "no acceptable C compiler found in \$PATH
4695See \`config.log' for more details" "$LINENO" 5; }
ac48eca1 4696
d45dc31f 4697# Provide some information about the compiler.
81ecdfbb
RW
4698$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4699set X $ac_compile
4700ac_compiler=$2
4701for ac_option in --version -v -V -qversion; do
4702 { { ac_try="$ac_compiler $ac_option >&5"
4703case "(($ac_try" in
4704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4705 *) ac_try_echo=$ac_try;;
4706esac
4707eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4708$as_echo "$ac_try_echo"; } >&5
4709 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4710 ac_status=$?
81ecdfbb
RW
4711 if test -s conftest.err; then
4712 sed '10a\
4713... rest of stderr output deleted ...
4714 10q' conftest.err >conftest.er1
4715 cat conftest.er1 >&5
81ecdfbb 4716 fi
d0ac1c44 4717 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4719 test $ac_status = 0; }
4720done
ac48eca1 4721
81ecdfbb
RW
4722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4723$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4724if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4725 $as_echo_n "(cached) " >&6
bdcfeba5 4726else
81ecdfbb 4727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4728/* end confdefs.h. */
bdcfeba5 4729
d45dc31f
SE
4730int
4731main ()
4732{
4733#ifndef __GNUC__
4734 choke me
4735#endif
bdcfeba5 4736
d45dc31f
SE
4737 ;
4738 return 0;
4739}
4740_ACEOF
81ecdfbb 4741if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4742 ac_compiler_gnu=yes
4743else
81ecdfbb 4744 ac_compiler_gnu=no
bdcfeba5 4745fi
81ecdfbb 4746rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4747ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4748
bdcfeba5 4749fi
81ecdfbb
RW
4750{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4751$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4752if test $ac_compiler_gnu = yes; then
4753 GCC=yes
4754else
4755 GCC=
4756fi
d45dc31f
SE
4757ac_test_CFLAGS=${CFLAGS+set}
4758ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4760$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4761if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4762 $as_echo_n "(cached) " >&6
4763else
4764 ac_save_c_werror_flag=$ac_c_werror_flag
4765 ac_c_werror_flag=yes
4766 ac_cv_prog_cc_g=no
4767 CFLAGS="-g"
4768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4769/* end confdefs.h. */
ac48eca1 4770
d45dc31f
SE
4771int
4772main ()
4773{
ac48eca1 4774
d45dc31f
SE
4775 ;
4776 return 0;
4777}
4778_ACEOF
81ecdfbb 4779if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4780 ac_cv_prog_cc_g=yes
ac48eca1 4781else
81ecdfbb
RW
4782 CFLAGS=""
4783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4784/* end confdefs.h. */
4785
4786int
4787main ()
4788{
4789
4790 ;
4791 return 0;
4792}
4793_ACEOF
4794if ac_fn_c_try_compile "$LINENO"; then :
4795
4796else
4797 ac_c_werror_flag=$ac_save_c_werror_flag
4798 CFLAGS="-g"
4799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4800/* end confdefs.h. */
4801
4802int
4803main ()
4804{
ac48eca1 4805
81ecdfbb
RW
4806 ;
4807 return 0;
4808}
4809_ACEOF
4810if ac_fn_c_try_compile "$LINENO"; then :
4811 ac_cv_prog_cc_g=yes
4812fi
4813rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4814fi
81ecdfbb 4815rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4816fi
81ecdfbb
RW
4817rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4818 ac_c_werror_flag=$ac_save_c_werror_flag
4819fi
4820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4821$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4822if test "$ac_test_CFLAGS" = set; then
4823 CFLAGS=$ac_save_CFLAGS
4824elif test $ac_cv_prog_cc_g = yes; then
4825 if test "$GCC" = yes; then
4826 CFLAGS="-g -O2"
ac48eca1 4827 else
d45dc31f 4828 CFLAGS="-g"
42ecbf5e 4829 fi
ac48eca1 4830else
d45dc31f
SE
4831 if test "$GCC" = yes; then
4832 CFLAGS="-O2"
4833 else
4834 CFLAGS=
42ecbf5e 4835 fi
ac48eca1 4836fi
81ecdfbb
RW
4837{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4838$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4839if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4840 $as_echo_n "(cached) " >&6
d45dc31f 4841else
81ecdfbb 4842 ac_cv_prog_cc_c89=no
d45dc31f 4843ac_save_CC=$CC
81ecdfbb 4844cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4845/* end confdefs.h. */
d45dc31f
SE
4846#include <stdarg.h>
4847#include <stdio.h>
d0ac1c44 4848struct stat;
d45dc31f
SE
4849/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4850struct buf { int x; };
4851FILE * (*rcsopen) (struct buf *, struct stat *, int);
4852static char *e (p, i)
4853 char **p;
4854 int i;
4855{
4856 return p[i];
4857}
4858static char *f (char * (*g) (char **, int), char **p, ...)
4859{
4860 char *s;
4861 va_list v;
4862 va_start (v,p);
4863 s = g (p, va_arg (v,int));
4864 va_end (v);
4865 return s;
4866}
4867
4868/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4869 function prototypes and stuff, but not '\xHH' hex character constants.
4870 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4871 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4872 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4873 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4874 that's true only with -std. */
d45dc31f 4875int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4876
81ecdfbb
RW
4877/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4878 inside strings and character constants. */
4879#define FOO(x) 'x'
4880int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4881
d45dc31f
SE
4882int test (int i, double x);
4883struct s1 {int (*f) (int a);};
4884struct s2 {int (*f) (double a);};
4885int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4886int argc;
4887char **argv;
42ecbf5e
DJ
4888int
4889main ()
4890{
d45dc31f 4891return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4892 ;
4893 return 0;
4894}
4895_ACEOF
81ecdfbb
RW
4896for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4897 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4898do
4899 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4900 if ac_fn_c_try_compile "$LINENO"; then :
4901 ac_cv_prog_cc_c89=$ac_arg
252b5132 4902fi
81ecdfbb
RW
4903rm -f core conftest.err conftest.$ac_objext
4904 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4905done
81ecdfbb 4906rm -f conftest.$ac_ext
d45dc31f 4907CC=$ac_save_CC
ac48eca1 4908
252b5132 4909fi
81ecdfbb
RW
4910# AC_CACHE_VAL
4911case "x$ac_cv_prog_cc_c89" in
4912 x)
4913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4914$as_echo "none needed" >&6; } ;;
4915 xno)
4916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4917$as_echo "unsupported" >&6; } ;;
d45dc31f 4918 *)
81ecdfbb
RW
4919 CC="$CC $ac_cv_prog_cc_c89"
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4921$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4922esac
81ecdfbb 4923if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4924
d45dc31f 4925fi
ac48eca1 4926
d45dc31f
SE
4927ac_ext=c
4928ac_cpp='$CPP $CPPFLAGS'
4929ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4930ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4931ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4932
d0ac1c44
SM
4933ac_ext=c
4934ac_cpp='$CPP $CPPFLAGS'
4935ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4936ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4937ac_compiler_gnu=$ac_cv_c_compiler_gnu
4938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4939$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4940if ${am_cv_prog_cc_c_o+:} false; then :
4941 $as_echo_n "(cached) " >&6
4942else
4943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4944/* end confdefs.h. */
4945
4946int
4947main ()
4948{
4949
4950 ;
4951 return 0;
4952}
4953_ACEOF
4954 # Make sure it works both with $CC and with simple cc.
4955 # Following AC_PROG_CC_C_O, we do the test twice because some
4956 # compilers refuse to overwrite an existing .o file with -o,
4957 # though they will create one.
4958 am_cv_prog_cc_c_o=yes
4959 for am_i in 1 2; do
4960 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4961 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4962 ac_status=$?
4963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4964 (exit $ac_status); } \
4965 && test -f conftest2.$ac_objext; then
4966 : OK
4967 else
4968 am_cv_prog_cc_c_o=no
4969 break
4970 fi
4971 done
4972 rm -f core conftest*
4973 unset am_i
4974fi
4975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4976$as_echo "$am_cv_prog_cc_c_o" >&6; }
4977if test "$am_cv_prog_cc_c_o" != yes; then
4978 # Losing compiler, so override with the script.
4979 # FIXME: It is wrong to rewrite CC.
4980 # But if we don't then we get into trouble of one sort or another.
4981 # A longer-term fix would be to have automake use am__CC in this case,
4982 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4983 CC="$am_aux_dir/compile $CC"
4984fi
4985ac_ext=c
4986ac_cpp='$CPP $CPPFLAGS'
4987ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4988ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4989ac_compiler_gnu=$ac_cv_c_compiler_gnu
4990
4991
7357c5b6
AM
4992ac_ext=c
4993ac_cpp='$CPP $CPPFLAGS'
4994ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4995ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4996ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4998$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4999# On Suns, sometimes $CPP names a directory.
5000if test -n "$CPP" && test -d "$CPP"; then
5001 CPP=
5002fi
5003if test -z "$CPP"; then
d0ac1c44 5004 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 5005 $as_echo_n "(cached) " >&6
7357c5b6
AM
5006else
5007 # Double quotes because CPP needs to be expanded
5008 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5009 do
5010 ac_preproc_ok=false
5011for ac_c_preproc_warn_flag in '' yes
5012do
5013 # Use a header file that comes with gcc, so configuring glibc
5014 # with a fresh cross-compiler works.
5015 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5016 # <limits.h> exists even on freestanding compilers.
5017 # On the NeXT, cc -E runs the code through the compiler's parser,
5018 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5020/* end confdefs.h. */
5021#ifdef __STDC__
5022# include <limits.h>
5023#else
5024# include <assert.h>
5025#endif
5026 Syntax error
5027_ACEOF
81ecdfbb 5028if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5029
81ecdfbb 5030else
7357c5b6
AM
5031 # Broken: fails on valid input.
5032continue
5033fi
d0ac1c44 5034rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5035
81ecdfbb 5036 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5037 # can be detected and how.
81ecdfbb 5038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5039/* end confdefs.h. */
5040#include <ac_nonexistent.h>
5041_ACEOF
81ecdfbb 5042if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5043 # Broken: success on invalid input.
5044continue
5045else
7357c5b6
AM
5046 # Passes both tests.
5047ac_preproc_ok=:
5048break
5049fi
d0ac1c44 5050rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5051
7357c5b6
AM
5052done
5053# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5054rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 5055if $ac_preproc_ok; then :
7357c5b6
AM
5056 break
5057fi
d7040cdb 5058
7357c5b6
AM
5059 done
5060 ac_cv_prog_CPP=$CPP
d7040cdb 5061
7357c5b6
AM
5062fi
5063 CPP=$ac_cv_prog_CPP
5064else
5065 ac_cv_prog_CPP=$CPP
5066fi
81ecdfbb
RW
5067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5068$as_echo "$CPP" >&6; }
7357c5b6
AM
5069ac_preproc_ok=false
5070for ac_c_preproc_warn_flag in '' yes
5071do
5072 # Use a header file that comes with gcc, so configuring glibc
5073 # with a fresh cross-compiler works.
5074 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5075 # <limits.h> exists even on freestanding compilers.
5076 # On the NeXT, cc -E runs the code through the compiler's parser,
5077 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5079/* end confdefs.h. */
5080#ifdef __STDC__
5081# include <limits.h>
5082#else
5083# include <assert.h>
5084#endif
5085 Syntax error
5086_ACEOF
81ecdfbb 5087if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5088
81ecdfbb 5089else
7357c5b6
AM
5090 # Broken: fails on valid input.
5091continue
5092fi
d0ac1c44 5093rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5094
81ecdfbb 5095 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5096 # can be detected and how.
81ecdfbb 5097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5098/* end confdefs.h. */
5099#include <ac_nonexistent.h>
5100_ACEOF
81ecdfbb 5101if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5102 # Broken: success on invalid input.
5103continue
5104else
7357c5b6
AM
5105 # Passes both tests.
5106ac_preproc_ok=:
5107break
5108fi
d0ac1c44 5109rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5110
7357c5b6
AM
5111done
5112# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5113rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
5114if $ac_preproc_ok; then :
5115
7357c5b6 5116else
81ecdfbb
RW
5117 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5118$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5119as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5120See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 5121fi
d7040cdb 5122
7357c5b6
AM
5123ac_ext=c
5124ac_cpp='$CPP $CPPFLAGS'
5125ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5126ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5127ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
5128
5129
81ecdfbb
RW
5130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5131$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5132if ${ac_cv_path_GREP+:} false; then :
81ecdfbb 5133 $as_echo_n "(cached) " >&6
7357c5b6 5134else
81ecdfbb
RW
5135 if test -z "$GREP"; then
5136 ac_path_GREP_found=false
5137 # Loop through the user's path and test for each of PROGNAME-LIST
5138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5139for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5140do
5141 IFS=$as_save_IFS
5142 test -z "$as_dir" && as_dir=.
5143 for ac_prog in grep ggrep; do
5144 for ac_exec_ext in '' $ac_executable_extensions; do
5145 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5146 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
5147# Check for GNU ac_path_GREP and select it if it is found.
5148 # Check for GNU $ac_path_GREP
5149case `"$ac_path_GREP" --version 2>&1` in
5150*GNU*)
5151 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5152*)
5153 ac_count=0
5154 $as_echo_n 0123456789 >"conftest.in"
5155 while :
5156 do
5157 cat "conftest.in" "conftest.in" >"conftest.tmp"
5158 mv "conftest.tmp" "conftest.in"
5159 cp "conftest.in" "conftest.nl"
5160 $as_echo 'GREP' >> "conftest.nl"
5161 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5162 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5163 as_fn_arith $ac_count + 1 && ac_count=$as_val
5164 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5165 # Best one so far, save it but keep looking for a better one
5166 ac_cv_path_GREP="$ac_path_GREP"
5167 ac_path_GREP_max=$ac_count
7357c5b6 5168 fi
81ecdfbb
RW
5169 # 10*(2^10) chars as input seems more than enough
5170 test $ac_count -gt 10 && break
5171 done
5172 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5173esac
5174
5175 $ac_path_GREP_found && break 3
5176 done
5177 done
5178 done
5179IFS=$as_save_IFS
5180 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5181 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5182 fi
5183else
5184 ac_cv_path_GREP=$GREP
5185fi
5186
7357c5b6 5187fi
81ecdfbb
RW
5188{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5189$as_echo "$ac_cv_path_GREP" >&6; }
5190 GREP="$ac_cv_path_GREP"
d7040cdb 5191
d7040cdb 5192
81ecdfbb
RW
5193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5194$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5195if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 5196 $as_echo_n "(cached) " >&6
7357c5b6 5197else
81ecdfbb
RW
5198 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5199 then ac_cv_path_EGREP="$GREP -E"
5200 else
5201 if test -z "$EGREP"; then
5202 ac_path_EGREP_found=false
5203 # Loop through the user's path and test for each of PROGNAME-LIST
5204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5205for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5206do
5207 IFS=$as_save_IFS
5208 test -z "$as_dir" && as_dir=.
5209 for ac_prog in egrep; do
5210 for ac_exec_ext in '' $ac_executable_extensions; do
5211 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5212 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
5213# Check for GNU ac_path_EGREP and select it if it is found.
5214 # Check for GNU $ac_path_EGREP
5215case `"$ac_path_EGREP" --version 2>&1` in
5216*GNU*)
5217 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5218*)
5219 ac_count=0
5220 $as_echo_n 0123456789 >"conftest.in"
5221 while :
5222 do
5223 cat "conftest.in" "conftest.in" >"conftest.tmp"
5224 mv "conftest.tmp" "conftest.in"
5225 cp "conftest.in" "conftest.nl"
5226 $as_echo 'EGREP' >> "conftest.nl"
5227 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5228 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5229 as_fn_arith $ac_count + 1 && ac_count=$as_val
5230 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5231 # Best one so far, save it but keep looking for a better one
5232 ac_cv_path_EGREP="$ac_path_EGREP"
5233 ac_path_EGREP_max=$ac_count
5234 fi
5235 # 10*(2^10) chars as input seems more than enough
5236 test $ac_count -gt 10 && break
5237 done
5238 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5239esac
5240
5241 $ac_path_EGREP_found && break 3
5242 done
5243 done
5244 done
5245IFS=$as_save_IFS
5246 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5247 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5248 fi
5249else
5250 ac_cv_path_EGREP=$EGREP
5251fi
5252
5253 fi
5254fi
5255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5256$as_echo "$ac_cv_path_EGREP" >&6; }
5257 EGREP="$ac_cv_path_EGREP"
5258
5259
5260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5261$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5262if ${ac_cv_header_stdc+:} false; then :
81ecdfbb
RW
5263 $as_echo_n "(cached) " >&6
5264else
5265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5266/* end confdefs.h. */
5267#include <stdlib.h>
5268#include <stdarg.h>
5269#include <string.h>
5270#include <float.h>
d7040cdb 5271
7357c5b6
AM
5272int
5273main ()
5274{
d7040cdb 5275
7357c5b6
AM
5276 ;
5277 return 0;
5278}
5279_ACEOF
81ecdfbb 5280if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
5281 ac_cv_header_stdc=yes
5282else
81ecdfbb 5283 ac_cv_header_stdc=no
7357c5b6 5284fi
81ecdfbb 5285rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5286
7357c5b6
AM
5287if test $ac_cv_header_stdc = yes; then
5288 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5290/* end confdefs.h. */
5291#include <string.h>
d7040cdb 5292
7357c5b6
AM
5293_ACEOF
5294if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5295 $EGREP "memchr" >/dev/null 2>&1; then :
5296
d45dc31f 5297else
7357c5b6
AM
5298 ac_cv_header_stdc=no
5299fi
5300rm -f conftest*
d7040cdb 5301
7357c5b6 5302fi
d7040cdb 5303
7357c5b6
AM
5304if test $ac_cv_header_stdc = yes; then
5305 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5307/* end confdefs.h. */
5308#include <stdlib.h>
d7040cdb 5309
7357c5b6
AM
5310_ACEOF
5311if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5312 $EGREP "free" >/dev/null 2>&1; then :
5313
7357c5b6
AM
5314else
5315 ac_cv_header_stdc=no
5316fi
5317rm -f conftest*
d7040cdb 5318
7357c5b6 5319fi
d7040cdb 5320
7357c5b6
AM
5321if test $ac_cv_header_stdc = yes; then
5322 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5323 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5324 :
5325else
81ecdfbb 5326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5327/* end confdefs.h. */
5328#include <ctype.h>
81ecdfbb 5329#include <stdlib.h>
7357c5b6
AM
5330#if ((' ' & 0x0FF) == 0x020)
5331# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5332# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5333#else
5334# define ISLOWER(c) \
5335 (('a' <= (c) && (c) <= 'i') \
5336 || ('j' <= (c) && (c) <= 'r') \
5337 || ('s' <= (c) && (c) <= 'z'))
5338# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5339#endif
d7040cdb 5340
7357c5b6
AM
5341#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5342int
5343main ()
5344{
5345 int i;
5346 for (i = 0; i < 256; i++)
5347 if (XOR (islower (i), ISLOWER (i))
5348 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5349 return 2;
5350 return 0;
7357c5b6
AM
5351}
5352_ACEOF
81ecdfbb 5353if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5354
81ecdfbb
RW
5355else
5356 ac_cv_header_stdc=no
7357c5b6 5357fi
81ecdfbb
RW
5358rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5359 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5360fi
81ecdfbb 5361
7357c5b6
AM
5362fi
5363fi
81ecdfbb
RW
5364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5365$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5366if test $ac_cv_header_stdc = yes; then
d7040cdb 5367
81ecdfbb 5368$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5369
7357c5b6 5370fi
d7040cdb 5371
7357c5b6 5372# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
5373for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5374 inttypes.h stdint.h unistd.h
5375do :
5376 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5377ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5378"
d0ac1c44 5379if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
5380 cat >>confdefs.h <<_ACEOF
5381#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5382_ACEOF
d7040cdb 5383
81ecdfbb 5384fi
d7040cdb 5385
81ecdfbb 5386done
d7040cdb
SE
5387
5388
5389
81ecdfbb 5390 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5391if test "x$ac_cv_header_minix_config_h" = xyes; then :
81ecdfbb
RW
5392 MINIX=yes
5393else
5394 MINIX=
5395fi
d7040cdb
SE
5396
5397
81ecdfbb 5398 if test "$MINIX" = yes; then
d7040cdb 5399
81ecdfbb 5400$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 5401
d7040cdb 5402
81ecdfbb 5403$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5404
5405
81ecdfbb 5406$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5407
81ecdfbb 5408 fi
d7040cdb
SE
5409
5410
81ecdfbb
RW
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5412$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5413if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 5414 $as_echo_n "(cached) " >&6
7357c5b6 5415else
81ecdfbb 5416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5417/* end confdefs.h. */
d7040cdb 5418
d0ac1c44
SM
5419# define __EXTENSIONS__ 1
5420 $ac_includes_default
7357c5b6
AM
5421int
5422main ()
5423{
d7040cdb 5424
7357c5b6
AM
5425 ;
5426 return 0;
5427}
5428_ACEOF
81ecdfbb 5429if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5430 ac_cv_safe_to_define___extensions__=yes
d7040cdb 5431else
81ecdfbb 5432 ac_cv_safe_to_define___extensions__=no
d7040cdb 5433fi
81ecdfbb 5434rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5435fi
81ecdfbb
RW
5436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5437$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5438 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5439 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 5440
81ecdfbb 5441 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5442
81ecdfbb 5443 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 5444
81ecdfbb 5445 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 5446
81ecdfbb 5447 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
5448
5449
e3525117 5450
5691d22d 5451
81ecdfbb 5452
718a6fd8
SE
5453case `pwd` in
5454 *\ * | *\ *)
81ecdfbb
RW
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5456$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5457esac
d7040cdb
SE
5458
5459
7357c5b6 5460
f2c621e4
AS
5461macro_version='2.2.7a'
5462macro_revision='1.3134'
7357c5b6
AM
5463
5464
5465
5466
5467
5468
7357c5b6
AM
5469
5470
5471
5472
5473
5474
5475
718a6fd8 5476ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5477
3725885a
RW
5478# Backslashify metacharacters that are still active within
5479# double-quoted strings.
5480sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5481
5482# Same as above, but do not quote variable references.
5483double_quote_subst='s/\(["`\\]\)/\\\1/g'
5484
5485# Sed substitution to delay expansion of an escaped shell variable in a
5486# double_quote_subst'ed string.
5487delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5488
5489# Sed substitution to delay expansion of an escaped single quote.
5490delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5491
5492# Sed substitution to avoid accidental globbing in evaled expressions
5493no_glob_subst='s/\*/\\\*/g'
5494
5495ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5496ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5497ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5498
5499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5500$as_echo_n "checking how to print strings... " >&6; }
5501# Test print first, because it will be a builtin if present.
f2c621e4 5502if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5503 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5504 ECHO='print -r --'
5505elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5506 ECHO='printf %s\n'
5507else
5508 # Use this function as a fallback that always works.
5509 func_fallback_echo ()
5510 {
5511 eval 'cat <<_LTECHO_EOF
5512$1
5513_LTECHO_EOF'
5514 }
5515 ECHO='func_fallback_echo'
5516fi
5517
5518# func_echo_all arg...
5519# Invoke $ECHO with all args, space-separated.
5520func_echo_all ()
5521{
5522 $ECHO ""
5523}
5524
5525case "$ECHO" in
5526 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5527$as_echo "printf" >&6; } ;;
5528 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5529$as_echo "print -r" >&6; } ;;
5530 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5531$as_echo "cat" >&6; } ;;
5532esac
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
81ecdfbb
RW
5547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5548$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5549if ${ac_cv_path_SED+:} false; then :
81ecdfbb 5550 $as_echo_n "(cached) " >&6
7357c5b6 5551else
81ecdfbb
RW
5552 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5553 for ac_i in 1 2 3 4 5 6 7; do
5554 ac_script="$ac_script$as_nl$ac_script"
5555 done
5556 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5557 { ac_script=; unset ac_script;}
5558 if test -z "$SED"; then
5559 ac_path_SED_found=false
5560 # Loop through the user's path and test for each of PROGNAME-LIST
5561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5562for as_dir in $PATH
5563do
5564 IFS=$as_save_IFS
5565 test -z "$as_dir" && as_dir=.
81ecdfbb 5566 for ac_prog in sed gsed; do
7357c5b6 5567 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5568 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5569 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5570# Check for GNU ac_path_SED and select it if it is found.
5571 # Check for GNU $ac_path_SED
5572case `"$ac_path_SED" --version 2>&1` in
5573*GNU*)
5574 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5575*)
5576 ac_count=0
5577 $as_echo_n 0123456789 >"conftest.in"
5578 while :
5579 do
5580 cat "conftest.in" "conftest.in" >"conftest.tmp"
5581 mv "conftest.tmp" "conftest.in"
5582 cp "conftest.in" "conftest.nl"
5583 $as_echo '' >> "conftest.nl"
5584 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5585 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5586 as_fn_arith $ac_count + 1 && ac_count=$as_val
5587 if test $ac_count -gt ${ac_path_SED_max-0}; then
5588 # Best one so far, save it but keep looking for a better one
5589 ac_cv_path_SED="$ac_path_SED"
5590 ac_path_SED_max=$ac_count
5591 fi
5592 # 10*(2^10) chars as input seems more than enough
5593 test $ac_count -gt 10 && break
5594 done
5595 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5596esac
5597
5598 $ac_path_SED_found && break 3
7357c5b6
AM
5599 done
5600 done
81ecdfbb 5601 done
7357c5b6 5602IFS=$as_save_IFS
81ecdfbb 5603 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5604 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5605 fi
81ecdfbb
RW
5606else
5607 ac_cv_path_SED=$SED
7357c5b6
AM
5608fi
5609
81ecdfbb
RW
5610fi
5611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5612$as_echo "$ac_cv_path_SED" >&6; }
5613 SED="$ac_cv_path_SED"
5614 rm -f conftest.sed
7357c5b6
AM
5615
5616test -z "$SED" && SED=sed
5617Xsed="$SED -e 1s/^X//"
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
81ecdfbb
RW
5629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5630$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5631if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5632 $as_echo_n "(cached) " >&6
7357c5b6 5633else
81ecdfbb
RW
5634 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5635 then ac_cv_path_FGREP="$GREP -F"
5636 else
5637 if test -z "$FGREP"; then
5638 ac_path_FGREP_found=false
5639 # Loop through the user's path and test for each of PROGNAME-LIST
5640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5641for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5642do
5643 IFS=$as_save_IFS
5644 test -z "$as_dir" && as_dir=.
5645 for ac_prog in fgrep; do
5646 for ac_exec_ext in '' $ac_executable_extensions; do
5647 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5648 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5649# Check for GNU ac_path_FGREP and select it if it is found.
5650 # Check for GNU $ac_path_FGREP
5651case `"$ac_path_FGREP" --version 2>&1` in
5652*GNU*)
5653 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5654*)
5655 ac_count=0
5656 $as_echo_n 0123456789 >"conftest.in"
5657 while :
5658 do
5659 cat "conftest.in" "conftest.in" >"conftest.tmp"
5660 mv "conftest.tmp" "conftest.in"
5661 cp "conftest.in" "conftest.nl"
5662 $as_echo 'FGREP' >> "conftest.nl"
5663 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5664 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5665 as_fn_arith $ac_count + 1 && ac_count=$as_val
5666 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5667 # Best one so far, save it but keep looking for a better one
5668 ac_cv_path_FGREP="$ac_path_FGREP"
5669 ac_path_FGREP_max=$ac_count
7357c5b6 5670 fi
81ecdfbb
RW
5671 # 10*(2^10) chars as input seems more than enough
5672 test $ac_count -gt 10 && break
5673 done
5674 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5675esac
5676
5677 $ac_path_FGREP_found && break 3
5678 done
5679 done
5680 done
5681IFS=$as_save_IFS
5682 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5683 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5684 fi
5685else
5686 ac_cv_path_FGREP=$FGREP
5687fi
5688
5689 fi
7357c5b6 5690fi
81ecdfbb
RW
5691{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5692$as_echo "$ac_cv_path_FGREP" >&6; }
5693 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5694
5695
5696test -z "$GREP" && GREP=grep
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
81ecdfbb
RW
5716# Check whether --with-gnu-ld was given.
5717if test "${with_gnu_ld+set}" = set; then :
5718 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5719else
5720 with_gnu_ld=no
81ecdfbb
RW
5721fi
5722
7357c5b6
AM
5723ac_prog=ld
5724if test "$GCC" = yes; then
5725 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5727$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5728 case $host in
5729 *-*-mingw*)
d45dc31f
SE
5730 # gcc leaves a trailing carriage return which upsets mingw
5731 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5732 *)
5733 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5734 esac
5735 case $ac_prog in
5736 # Accept absolute paths.
d7040cdb 5737 [\\/]* | ?:[\\/]*)
d45dc31f 5738 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5739 # Canonicalize the pathname of ld
5740 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5741 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5742 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5743 done
5744 test -z "$LD" && LD="$ac_prog"
5745 ;;
5746 "")
5747 # If it fails, then pretend we aren't using GCC.
5748 ac_prog=ld
5749 ;;
5750 *)
5751 # If it is relative, then search for the first ld in PATH.
5752 with_gnu_ld=unknown
5753 ;;
5754 esac
5755elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5757$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5758else
81ecdfbb
RW
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5760$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5761fi
d0ac1c44 5762if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5763 $as_echo_n "(cached) " >&6
d45dc31f
SE
5764else
5765 if test -z "$LD"; then
d7040cdb 5766 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5767 for ac_dir in $PATH; do
d7040cdb 5768 IFS="$lt_save_ifs"
d45dc31f
SE
5769 test -z "$ac_dir" && ac_dir=.
5770 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5771 lt_cv_path_LD="$ac_dir/$ac_prog"
5772 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5773 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5774 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5775 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5776 *GNU* | *'with BFD'*)
d45dc31f 5777 test "$with_gnu_ld" != no && break
d7040cdb
SE
5778 ;;
5779 *)
d45dc31f 5780 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5781 ;;
5782 esac
d45dc31f
SE
5783 fi
5784 done
d7040cdb 5785 IFS="$lt_save_ifs"
d45dc31f
SE
5786else
5787 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5788fi
5789fi
1ad12f97 5790
d45dc31f
SE
5791LD="$lt_cv_path_LD"
5792if test -n "$LD"; then
81ecdfbb
RW
5793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5794$as_echo "$LD" >&6; }
d45dc31f 5795else
81ecdfbb
RW
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5797$as_echo "no" >&6; }
d45dc31f 5798fi
d0ac1c44 5799test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5801$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5802if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5803 $as_echo_n "(cached) " >&6
d45dc31f 5804else
d7040cdb
SE
5805 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5806case `$LD -v 2>&1 </dev/null` in
5807*GNU* | *'with BFD'*)
d45dc31f 5808 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5809 ;;
5810*)
d45dc31f 5811 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5812 ;;
5813esac
d45dc31f 5814fi
81ecdfbb
RW
5815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5816$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5817with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5818
d45dc31f 5819
42ecbf5e 5820
d7040cdb
SE
5821
5822
5823
5824
5825
5826
81ecdfbb
RW
5827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5828$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5829if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5830 $as_echo_n "(cached) " >&6
d45dc31f
SE
5831else
5832 if test -n "$NM"; then
5833 # Let the user override the test.
5834 lt_cv_path_NM="$NM"
5835else
d7040cdb
SE
5836 lt_nm_to_check="${ac_tool_prefix}nm"
5837 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5838 lt_nm_to_check="$lt_nm_to_check nm"
5839 fi
5840 for lt_tmp_nm in $lt_nm_to_check; do
5841 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5842 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5843 IFS="$lt_save_ifs"
5844 test -z "$ac_dir" && ac_dir=.
5845 tmp_nm="$ac_dir/$lt_tmp_nm"
5846 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5847 # Check to see if the nm accepts a BSD-compat flag.
5848 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5849 # nm: unknown option "B" ignored
5850 # Tru64's nm complains that /dev/null is an invalid object file
5851 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5852 */dev/null* | *'Invalid file or object type'*)
5853 lt_cv_path_NM="$tmp_nm -B"
5854 break
5855 ;;
5856 *)
5857 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5858 */dev/null*)
5859 lt_cv_path_NM="$tmp_nm -p"
5860 break
5861 ;;
5862 *)
5863 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5864 continue # so that we can try to find one that supports BSD flags
5865 ;;
5866 esac
5867 ;;
5868 esac
d45dc31f 5869 fi
d7040cdb
SE
5870 done
5871 IFS="$lt_save_ifs"
d45dc31f 5872 done
d7040cdb 5873 : ${lt_cv_path_NM=no}
d45dc31f 5874fi
a541e3ce 5875fi
81ecdfbb
RW
5876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5877$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5878if test "$lt_cv_path_NM" != "no"; then
5879 NM="$lt_cv_path_NM"
d45dc31f 5880else
d7040cdb 5881 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5882 if test -n "$DUMPBIN"; then :
5883 # Let the user override the test.
5884 else
5885 if test -n "$ac_tool_prefix"; then
5886 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5887 do
5888 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5889set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5891$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5892if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5893 $as_echo_n "(cached) " >&6
d45dc31f 5894else
d7040cdb
SE
5895 if test -n "$DUMPBIN"; then
5896 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5897else
5898as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5899for as_dir in $PATH
5900do
5901 IFS=$as_save_IFS
5902 test -z "$as_dir" && as_dir=.
81ecdfbb 5903 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5905 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5907 break 2
5908 fi
5909done
81ecdfbb
RW
5910 done
5911IFS=$as_save_IFS
398ee8f1 5912
d7040cdb
SE
5913fi
5914fi
5915DUMPBIN=$ac_cv_prog_DUMPBIN
5916if test -n "$DUMPBIN"; then
81ecdfbb
RW
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5918$as_echo "$DUMPBIN" >&6; }
d7040cdb 5919else
81ecdfbb
RW
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5921$as_echo "no" >&6; }
d7040cdb 5922fi
d15b04bd 5923
81ecdfbb 5924
d7040cdb
SE
5925 test -n "$DUMPBIN" && break
5926 done
5927fi
5928if test -z "$DUMPBIN"; then
5929 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5930 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5931do
5932 # Extract the first word of "$ac_prog", so it can be a program name with args.
5933set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5935$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5936if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5937 $as_echo_n "(cached) " >&6
d7040cdb
SE
5938else
5939 if test -n "$ac_ct_DUMPBIN"; then
5940 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5941else
5942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5943for as_dir in $PATH
5944do
5945 IFS=$as_save_IFS
5946 test -z "$as_dir" && as_dir=.
81ecdfbb 5947 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5949 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5951 break 2
d45dc31f 5952 fi
d7040cdb 5953done
81ecdfbb
RW
5954 done
5955IFS=$as_save_IFS
d15b04bd 5956
d7040cdb
SE
5957fi
5958fi
5959ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5960if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5962$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5963else
81ecdfbb
RW
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5965$as_echo "no" >&6; }
d7040cdb 5966fi
42ecbf5e 5967
81ecdfbb 5968
d7040cdb
SE
5969 test -n "$ac_ct_DUMPBIN" && break
5970done
d45dc31f 5971
81ecdfbb
RW
5972 if test "x$ac_ct_DUMPBIN" = x; then
5973 DUMPBIN=":"
5974 else
5975 case $cross_compiling:$ac_tool_warned in
5976yes:)
5977{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5978$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5979ac_tool_warned=yes ;;
5980esac
5981 DUMPBIN=$ac_ct_DUMPBIN
5982 fi
d7040cdb 5983fi
d45dc31f 5984
3725885a
RW
5985 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5986 *COFF*)
5987 DUMPBIN="$DUMPBIN -symbols"
5988 ;;
5989 *)
5990 DUMPBIN=:
5991 ;;
5992 esac
5993 fi
d45dc31f 5994
d7040cdb
SE
5995 if test "$DUMPBIN" != ":"; then
5996 NM="$DUMPBIN"
42ecbf5e 5997 fi
d7040cdb
SE
5998fi
5999test -z "$NM" && NM=nm
d45dc31f 6000
42ecbf5e 6001
d15b04bd 6002
42ecbf5e 6003
d45dc31f 6004
42ecbf5e 6005
81ecdfbb
RW
6006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6007$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6008if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 6009 $as_echo_n "(cached) " >&6
d7040cdb
SE
6010else
6011 lt_cv_nm_interface="BSD nm"
6012 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 6013 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
6014 (eval "$ac_compile" 2>conftest.err)
6015 cat conftest.err >&5
3725885a 6016 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
6017 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6018 cat conftest.err >&5
3725885a 6019 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
6020 cat conftest.out >&5
6021 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6022 lt_cv_nm_interface="MS dumpbin"
6023 fi
6024 rm -f conftest*
42ecbf5e 6025fi
81ecdfbb
RW
6026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6027$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 6028
81ecdfbb
RW
6029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6030$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
6031LN_S=$as_ln_s
6032if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6034$as_echo "yes" >&6; }
d7040cdb 6035else
81ecdfbb
RW
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6037$as_echo "no, using $LN_S" >&6; }
d7040cdb 6038fi
d45dc31f
SE
6039
6040# find the maximum length of command line arguments
81ecdfbb
RW
6041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6042$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6043if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 6044 $as_echo_n "(cached) " >&6
42ecbf5e 6045else
d45dc31f
SE
6046 i=0
6047 teststring="ABCD"
6048
6049 case $build_os in
6050 msdosdjgpp*)
6051 # On DJGPP, this test can blow up pretty badly due to problems in libc
6052 # (any single argument exceeding 2000 bytes causes a buffer overrun
6053 # during glob expansion). Even if it were fixed, the result of this
6054 # check would be larger than it should be.
6055 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6056 ;;
6057
d7040cdb
SE
6058 gnu*)
6059 # Under GNU Hurd, this test is not required because there is
6060 # no limit to the length of command line arguments.
6061 # Libtool will interpret -1 as no limit whatsoever
6062 lt_cv_sys_max_cmd_len=-1;
6063 ;;
6064
718a6fd8 6065 cygwin* | mingw* | cegcc*)
d45dc31f
SE
6066 # On Win9x/ME, this test blows up -- it succeeds, but takes
6067 # about 5 minutes as the teststring grows exponentially.
6068 # Worse, since 9x/ME are not pre-emptively multitasking,
6069 # you end up with a "frozen" computer, even though with patience
6070 # the test eventually succeeds (with a max line length of 256k).
6071 # Instead, let's just punt: use the minimum linelength reported by
6072 # all of the supported platforms: 8192 (on NT/2K/XP).
6073 lt_cv_sys_max_cmd_len=8192;
6074 ;;
6075
3725885a
RW
6076 mint*)
6077 # On MiNT this can take a long time and run out of memory.
6078 lt_cv_sys_max_cmd_len=8192;
6079 ;;
6080
d45dc31f
SE
6081 amigaos*)
6082 # On AmigaOS with pdksh, this test takes hours, literally.
6083 # So we just punt and use a minimum line length of 8192.
6084 lt_cv_sys_max_cmd_len=8192;
6085 ;;
6086
6087 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6088 # This has been around since 386BSD, at least. Likely further.
6089 if test -x /sbin/sysctl; then
6090 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6091 elif test -x /usr/sbin/sysctl; then
6092 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6093 else
d7040cdb 6094 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
6095 fi
6096 # And add a safety zone
6097 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6098 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6099 ;;
d7040cdb
SE
6100
6101 interix*)
6102 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6103 lt_cv_sys_max_cmd_len=196608
6104 ;;
6105
6106 osf*)
6107 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6108 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6109 # nice to cause kernel panics so lets avoid the loop below.
6110 # First set a reasonable default.
6111 lt_cv_sys_max_cmd_len=16384
6112 #
6113 if test -x /sbin/sysconfig; then
6114 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6115 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6116 esac
6117 fi
6118 ;;
6119 sco3.2v5*)
6120 lt_cv_sys_max_cmd_len=102400
6121 ;;
6122 sysv5* | sco5v6* | sysv4.2uw2*)
6123 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6124 if test -n "$kargmax"; then
6125 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6126 else
6127 lt_cv_sys_max_cmd_len=32768
6128 fi
6129 ;;
6130 *)
718a6fd8
SE
6131 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6132 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
6133 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6134 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6135 else
6136 # Make teststring a little bigger before we do anything with it.
6137 # a 1K string should be a reasonable start.
6138 for i in 1 2 3 4 5 6 7 8 ; do
6139 teststring=$teststring$teststring
6140 done
6141 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6142 # If test is not a shell built-in, we'll probably end up computing a
6143 # maximum length that is only half of the actual maximum length, but
6144 # we can't tell.
3725885a
RW
6145 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6146 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
6147 test $i != 17 # 1/2 MB should be enough
6148 do
6149 i=`expr $i + 1`
6150 teststring=$teststring$teststring
6151 done
6152 # Only check the string length outside the loop.
6153 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6154 teststring=
6155 # Add a significant safety factor because C++ compilers can tack on
6156 # massive amounts of additional arguments before passing them to the
6157 # linker. It appears as though 1/2 is a usable value.
6158 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6159 fi
d7040cdb 6160 ;;
d45dc31f 6161 esac
42ecbf5e 6162
42ecbf5e
DJ
6163fi
6164
d7040cdb 6165if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6167$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 6168else
81ecdfbb
RW
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6170$as_echo "none" >&6; }
252b5132 6171fi
d7040cdb 6172max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 6173
d45dc31f 6174
42ecbf5e 6175
d45dc31f 6176
d45dc31f 6177
d7040cdb 6178
d7040cdb
SE
6179: ${CP="cp -f"}
6180: ${MV="mv -f"}
6181: ${RM="rm -f"}
6182
81ecdfbb
RW
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6184$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
6185# Try some XSI features
6186xsi_shell=no
6187( _lt_dummy="a/b/c"
f2c621e4
AS
6188 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6189 = c,a/b,, \
718a6fd8
SE
6190 && eval 'test $(( 1 + 1 )) -eq 2 \
6191 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 6192 && xsi_shell=yes
81ecdfbb
RW
6193{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6194$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
6195
6196
81ecdfbb
RW
6197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6198$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
6199lt_shell_append=no
6200( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6201 >/dev/null 2>&1 \
6202 && lt_shell_append=yes
81ecdfbb
RW
6203{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6204$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6205
6206
6207if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6208 lt_unset=unset
252b5132 6209else
d7040cdb 6210 lt_unset=false
252b5132
RH
6211fi
6212
d7040cdb
SE
6213
6214
6215
6216
6217# test EBCDIC or ASCII
6218case `echo X|tr X '\101'` in
6219 A) # ASCII based system
6220 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6221 lt_SP2NL='tr \040 \012'
6222 lt_NL2SP='tr \015\012 \040\040'
6223 ;;
6224 *) # EBCDIC based system
6225 lt_SP2NL='tr \100 \n'
6226 lt_NL2SP='tr \r\n \100\100'
6227 ;;
6228esac
6229
6230
6231
6232
6233
6234
6235
6236
6237
81ecdfbb
RW
6238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6239$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6240if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 6241 $as_echo_n "(cached) " >&6
252b5132 6242else
d7040cdb
SE
6243 lt_cv_ld_reload_flag='-r'
6244fi
81ecdfbb
RW
6245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6246$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
6247reload_flag=$lt_cv_ld_reload_flag
6248case $reload_flag in
6249"" | " "*) ;;
6250*) reload_flag=" $reload_flag" ;;
6251esac
6252reload_cmds='$LD$reload_flag -o $output$reload_objs'
6253case $host_os in
6254 darwin*)
6255 if test "$GCC" = yes; then
6256 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6257 else
6258 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6259 fi
6260 ;;
6261esac
6262
6263
6264
6265
6266
6267
6268
6269
6270
718a6fd8
SE
6271if test -n "$ac_tool_prefix"; then
6272 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6273set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6275$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6276if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 6277 $as_echo_n "(cached) " >&6
718a6fd8
SE
6278else
6279 if test -n "$OBJDUMP"; then
6280 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6281else
6282as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6283for as_dir in $PATH
6284do
6285 IFS=$as_save_IFS
6286 test -z "$as_dir" && as_dir=.
81ecdfbb 6287 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6289 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6291 break 2
6292 fi
6293done
81ecdfbb
RW
6294 done
6295IFS=$as_save_IFS
718a6fd8
SE
6296
6297fi
6298fi
6299OBJDUMP=$ac_cv_prog_OBJDUMP
6300if test -n "$OBJDUMP"; then
81ecdfbb
RW
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6302$as_echo "$OBJDUMP" >&6; }
718a6fd8 6303else
81ecdfbb
RW
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6305$as_echo "no" >&6; }
718a6fd8
SE
6306fi
6307
81ecdfbb 6308
718a6fd8
SE
6309fi
6310if test -z "$ac_cv_prog_OBJDUMP"; then
6311 ac_ct_OBJDUMP=$OBJDUMP
6312 # Extract the first word of "objdump", so it can be a program name with args.
6313set dummy objdump; ac_word=$2
81ecdfbb
RW
6314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6315$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6316if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 6317 $as_echo_n "(cached) " >&6
718a6fd8
SE
6318else
6319 if test -n "$ac_ct_OBJDUMP"; then
6320 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6321else
6322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6323for as_dir in $PATH
6324do
6325 IFS=$as_save_IFS
6326 test -z "$as_dir" && as_dir=.
81ecdfbb 6327 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6328 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6329 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6331 break 2
6332 fi
6333done
81ecdfbb
RW
6334 done
6335IFS=$as_save_IFS
718a6fd8 6336
718a6fd8
SE
6337fi
6338fi
6339ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6340if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6342$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6343else
81ecdfbb
RW
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6345$as_echo "no" >&6; }
718a6fd8
SE
6346fi
6347
81ecdfbb
RW
6348 if test "x$ac_ct_OBJDUMP" = x; then
6349 OBJDUMP="false"
6350 else
6351 case $cross_compiling:$ac_tool_warned in
6352yes:)
6353{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6354$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6355ac_tool_warned=yes ;;
6356esac
6357 OBJDUMP=$ac_ct_OBJDUMP
6358 fi
718a6fd8
SE
6359else
6360 OBJDUMP="$ac_cv_prog_OBJDUMP"
6361fi
6362
6363test -z "$OBJDUMP" && OBJDUMP=objdump
6364
6365
6366
6367
6368
6369
6370
6371
d7040cdb 6372
81ecdfbb
RW
6373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6374$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6375if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 6376 $as_echo_n "(cached) " >&6
d7040cdb
SE
6377else
6378 lt_cv_file_magic_cmd='$MAGIC_CMD'
6379lt_cv_file_magic_test_file=
6380lt_cv_deplibs_check_method='unknown'
6381# Need to set the preceding variable on all platforms that support
6382# interlibrary dependencies.
6383# 'none' -- dependencies not supported.
6384# `unknown' -- same as none, but documents that we really don't know.
6385# 'pass_all' -- all dependencies passed with no checks.
6386# 'test_compile' -- check by making test program.
6387# 'file_magic [[regex]]' -- check by looking for files in library path
6388# which responds to the $file_magic_cmd with a given extended regex.
6389# If you have `file' or equivalent on your system and you're not sure
6390# whether `pass_all' will *always* work, you probably want this one.
6391
6392case $host_os in
50e7d84b 6393aix[4-9]*)
d7040cdb
SE
6394 lt_cv_deplibs_check_method=pass_all
6395 ;;
6396
6397beos*)
6398 lt_cv_deplibs_check_method=pass_all
6399 ;;
6400
6401bsdi[45]*)
6402 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6403 lt_cv_file_magic_cmd='/usr/bin/file -L'
6404 lt_cv_file_magic_test_file=/shlib/libc.so
6405 ;;
6406
6407cygwin*)
6408 # func_win32_libid is a shell function defined in ltmain.sh
6409 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6410 lt_cv_file_magic_cmd='func_win32_libid'
6411 ;;
6412
6413mingw* | pw32*)
6414 # Base MSYS/MinGW do not provide the 'file' command needed by
6415 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6416 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6417 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6418 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6419 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6420 lt_cv_file_magic_cmd='func_win32_libid'
6421 else
f2c621e4 6422 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
6423 lt_cv_file_magic_cmd='$OBJDUMP -f'
6424 fi
6425 ;;
6426
3725885a 6427cegcc*)
718a6fd8
SE
6428 # use the weaker test based on 'objdump'. See mingw*.
6429 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6430 lt_cv_file_magic_cmd='$OBJDUMP -f'
6431 ;;
6432
d7040cdb
SE
6433darwin* | rhapsody*)
6434 lt_cv_deplibs_check_method=pass_all
d45dc31f 6435 ;;
d7040cdb
SE
6436
6437freebsd* | dragonfly*)
6438 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6439 case $host_cpu in
6440 i*86 )
6441 # Not sure whether the presence of OpenBSD here was a mistake.
6442 # Let's accept both of them until this is cleared up.
6443 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6444 lt_cv_file_magic_cmd=/usr/bin/file
6445 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6446 ;;
6447 esac
6448 else
6449 lt_cv_deplibs_check_method=pass_all
6450 fi
6451 ;;
6452
6453gnu*)
6454 lt_cv_deplibs_check_method=pass_all
d45dc31f 6455 ;;
d7040cdb 6456
3725885a
RW
6457haiku*)
6458 lt_cv_deplibs_check_method=pass_all
6459 ;;
6460
d7040cdb
SE
6461hpux10.20* | hpux11*)
6462 lt_cv_file_magic_cmd=/usr/bin/file
6463 case $host_cpu in
6464 ia64*)
6465 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6466 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6467 ;;
6468 hppa*64*)
3725885a 6469 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
d7040cdb
SE
6470 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6471 ;;
d45dc31f 6472 *)
3725885a 6473 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6474 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6475 ;;
6476 esac
6477 ;;
42ecbf5e 6478
d7040cdb
SE
6479interix[3-9]*)
6480 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6481 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6482 ;;
42ecbf5e 6483
d7040cdb
SE
6484irix5* | irix6* | nonstopux*)
6485 case $LD in
6486 *-32|*"-32 ") libmagic=32-bit;;
6487 *-n32|*"-n32 ") libmagic=N32;;
6488 *-64|*"-64 ") libmagic=64-bit;;
6489 *) libmagic=never-match;;
6490 esac
6491 lt_cv_deplibs_check_method=pass_all
d45dc31f 6492 ;;
42ecbf5e 6493
d7040cdb 6494# This must be Linux ELF.
58e24671 6495linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6496 lt_cv_deplibs_check_method=pass_all
6497 ;;
252b5132 6498
d7040cdb
SE
6499netbsd*)
6500 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6501 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6502 else
d7040cdb 6503 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6504 fi
d7040cdb
SE
6505 ;;
6506
6507newos6*)
6508 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6509 lt_cv_file_magic_cmd=/usr/bin/file
6510 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6511 ;;
6512
6513*nto* | *qnx*)
6514 lt_cv_deplibs_check_method=pass_all
6515 ;;
42ecbf5e 6516
d7040cdb
SE
6517openbsd*)
6518 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6519 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6520 else
6521 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6522 fi
6523 ;;
d7040cdb
SE
6524
6525osf3* | osf4* | osf5*)
6526 lt_cv_deplibs_check_method=pass_all
6527 ;;
6528
6529rdos*)
6530 lt_cv_deplibs_check_method=pass_all
6531 ;;
6532
6533solaris*)
6534 lt_cv_deplibs_check_method=pass_all
6535 ;;
6536
6537sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6538 lt_cv_deplibs_check_method=pass_all
6539 ;;
6540
6541sysv4 | sysv4.3*)
6542 case $host_vendor in
6543 motorola)
6544 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]'
6545 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6546 ;;
6547 ncr)
6548 lt_cv_deplibs_check_method=pass_all
6549 ;;
6550 sequent)
6551 lt_cv_file_magic_cmd='/bin/file'
6552 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6553 ;;
6554 sni)
6555 lt_cv_file_magic_cmd='/bin/file'
6556 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6557 lt_cv_file_magic_test_file=/lib/libc.so
6558 ;;
6559 siemens)
6560 lt_cv_deplibs_check_method=pass_all
6561 ;;
6562 pc)
6563 lt_cv_deplibs_check_method=pass_all
6564 ;;
6565 esac
6566 ;;
6567
6568tpf*)
6569 lt_cv_deplibs_check_method=pass_all
6570 ;;
d45dc31f 6571esac
42ecbf5e 6572
d7040cdb 6573fi
81ecdfbb
RW
6574{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6575$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6576file_magic_cmd=$lt_cv_file_magic_cmd
6577deplibs_check_method=$lt_cv_deplibs_check_method
6578test -z "$deplibs_check_method" && deplibs_check_method=unknown
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
d45dc31f 6591if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6592 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6593set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6595$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6596if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 6597 $as_echo_n "(cached) " >&6
42ecbf5e 6598else
d7040cdb
SE
6599 if test -n "$AR"; then
6600 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6601else
6602as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6603for as_dir in $PATH
6604do
6605 IFS=$as_save_IFS
6606 test -z "$as_dir" && as_dir=.
81ecdfbb 6607 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6608 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 6609 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6611 break 2
6612 fi
6613done
81ecdfbb
RW
6614 done
6615IFS=$as_save_IFS
42ecbf5e 6616
42ecbf5e 6617fi
d45dc31f 6618fi
d7040cdb
SE
6619AR=$ac_cv_prog_AR
6620if test -n "$AR"; then
81ecdfbb
RW
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6622$as_echo "$AR" >&6; }
d45dc31f 6623else
81ecdfbb
RW
6624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6625$as_echo "no" >&6; }
d45dc31f 6626fi
42ecbf5e 6627
81ecdfbb 6628
42ecbf5e 6629fi
f2c621e4 6630if test -z "$ac_cv_prog_AR"; then
d7040cdb 6631 ac_ct_AR=$AR
f2c621e4
AS
6632 # Extract the first word of "ar", so it can be a program name with args.
6633set dummy ar; ac_word=$2
81ecdfbb
RW
6634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6635$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6636if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6637 $as_echo_n "(cached) " >&6
42ecbf5e 6638else
d7040cdb
SE
6639 if test -n "$ac_ct_AR"; then
6640 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6641else
d45dc31f
SE
6642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6643for as_dir in $PATH
6644do
6645 IFS=$as_save_IFS
6646 test -z "$as_dir" && as_dir=.
81ecdfbb 6647 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6648 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 6649 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6651 break 2
6652 fi
6653done
81ecdfbb
RW
6654 done
6655IFS=$as_save_IFS
42ecbf5e 6656
42ecbf5e 6657fi
42ecbf5e 6658fi
d7040cdb
SE
6659ac_ct_AR=$ac_cv_prog_ac_ct_AR
6660if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6662$as_echo "$ac_ct_AR" >&6; }
252b5132 6663else
81ecdfbb
RW
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6665$as_echo "no" >&6; }
252b5132 6666fi
252b5132 6667
81ecdfbb
RW
6668 if test "x$ac_ct_AR" = x; then
6669 AR="false"
6670 else
6671 case $cross_compiling:$ac_tool_warned in
6672yes:)
6673{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6674$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6675ac_tool_warned=yes ;;
6676esac
6677 AR=$ac_ct_AR
6678 fi
df7b86aa 6679else
f2c621e4
AS
6680 AR="$ac_cv_prog_AR"
6681fi
df7b86aa 6682
f2c621e4
AS
6683test -z "$AR" && AR=ar
6684test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6685
df7b86aa 6686
df7b86aa 6687
df7b86aa 6688
df7b86aa 6689
d7040cdb
SE
6690
6691
6692
6693
6694
6695
d45dc31f
SE
6696if test -n "$ac_tool_prefix"; then
6697 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6698set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6700$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6701if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6702 $as_echo_n "(cached) " >&6
d45dc31f
SE
6703else
6704 if test -n "$STRIP"; then
6705 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6706else
6707as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6708for as_dir in $PATH
42ecbf5e 6709do
d45dc31f
SE
6710 IFS=$as_save_IFS
6711 test -z "$as_dir" && as_dir=.
81ecdfbb 6712 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6713 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6714 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6716 break 2
6717 fi
6718done
81ecdfbb
RW
6719 done
6720IFS=$as_save_IFS
d45dc31f
SE
6721
6722fi
6723fi
6724STRIP=$ac_cv_prog_STRIP
6725if test -n "$STRIP"; then
81ecdfbb
RW
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6727$as_echo "$STRIP" >&6; }
252b5132 6728else
81ecdfbb
RW
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6730$as_echo "no" >&6; }
d45dc31f 6731fi
42ecbf5e 6732
81ecdfbb 6733
252b5132 6734fi
d45dc31f
SE
6735if test -z "$ac_cv_prog_STRIP"; then
6736 ac_ct_STRIP=$STRIP
6737 # Extract the first word of "strip", so it can be a program name with args.
6738set dummy strip; ac_word=$2
81ecdfbb
RW
6739{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6740$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6741if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6742 $as_echo_n "(cached) " >&6
d45dc31f
SE
6743else
6744 if test -n "$ac_ct_STRIP"; then
6745 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6746else
6747as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6748for as_dir in $PATH
6749do
6750 IFS=$as_save_IFS
6751 test -z "$as_dir" && as_dir=.
81ecdfbb 6752 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6753 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6754 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6756 break 2
6757 fi
6758done
81ecdfbb
RW
6759 done
6760IFS=$as_save_IFS
42ecbf5e 6761
d45dc31f
SE
6762fi
6763fi
6764ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6765if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6767$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6768else
81ecdfbb
RW
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6770$as_echo "no" >&6; }
252b5132 6771fi
e5a52504 6772
81ecdfbb
RW
6773 if test "x$ac_ct_STRIP" = x; then
6774 STRIP=":"
6775 else
6776 case $cross_compiling:$ac_tool_warned in
6777yes:)
6778{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6779$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6780ac_tool_warned=yes ;;
6781esac
6782 STRIP=$ac_ct_STRIP
6783 fi
d45dc31f
SE
6784else
6785 STRIP="$ac_cv_prog_STRIP"
6786fi
e5a52504 6787
d7040cdb 6788test -z "$STRIP" && STRIP=:
d45dc31f 6789
d45dc31f
SE
6790
6791
d45dc31f 6792
d45dc31f
SE
6793
6794
d7040cdb
SE
6795if test -n "$ac_tool_prefix"; then
6796 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6797set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6799$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6800if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6801 $as_echo_n "(cached) " >&6
d45dc31f 6802else
d7040cdb
SE
6803 if test -n "$RANLIB"; then
6804 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6805else
6806as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6807for as_dir in $PATH
6808do
6809 IFS=$as_save_IFS
6810 test -z "$as_dir" && as_dir=.
81ecdfbb 6811 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6812 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6813 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6815 break 2
d45dc31f 6816 fi
d7040cdb 6817done
81ecdfbb
RW
6818 done
6819IFS=$as_save_IFS
d45dc31f 6820
d7040cdb
SE
6821fi
6822fi
6823RANLIB=$ac_cv_prog_RANLIB
6824if test -n "$RANLIB"; then
81ecdfbb
RW
6825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6826$as_echo "$RANLIB" >&6; }
d7040cdb 6827else
81ecdfbb
RW
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6829$as_echo "no" >&6; }
d7040cdb 6830fi
d45dc31f 6831
81ecdfbb 6832
d7040cdb
SE
6833fi
6834if test -z "$ac_cv_prog_RANLIB"; then
6835 ac_ct_RANLIB=$RANLIB
6836 # Extract the first word of "ranlib", so it can be a program name with args.
6837set dummy ranlib; ac_word=$2
81ecdfbb
RW
6838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6839$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6840if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6841 $as_echo_n "(cached) " >&6
d7040cdb
SE
6842else
6843 if test -n "$ac_ct_RANLIB"; then
6844 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6845else
6846as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6847for as_dir in $PATH
6848do
6849 IFS=$as_save_IFS
6850 test -z "$as_dir" && as_dir=.
81ecdfbb 6851 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6852 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6853 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6855 break 2
d45dc31f 6856 fi
d7040cdb 6857done
81ecdfbb
RW
6858 done
6859IFS=$as_save_IFS
d45dc31f 6860
d7040cdb
SE
6861fi
6862fi
6863ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6864if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6866$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6867else
81ecdfbb
RW
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6869$as_echo "no" >&6; }
d7040cdb 6870fi
252b5132 6871
81ecdfbb
RW
6872 if test "x$ac_ct_RANLIB" = x; then
6873 RANLIB=":"
6874 else
6875 case $cross_compiling:$ac_tool_warned in
6876yes:)
6877{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6878$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6879ac_tool_warned=yes ;;
6880esac
6881 RANLIB=$ac_ct_RANLIB
6882 fi
d7040cdb
SE
6883else
6884 RANLIB="$ac_cv_prog_RANLIB"
6885fi
d45dc31f 6886
d7040cdb 6887test -z "$RANLIB" && RANLIB=:
d45dc31f 6888
d45dc31f 6889
d45dc31f 6890
42ecbf5e 6891
e5a52504 6892
d7040cdb
SE
6893
6894# Determine commands to create old-style static archives.
718a6fd8 6895old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6896old_postinstall_cmds='chmod 644 $oldlib'
6897old_postuninstall_cmds=
6898
6899if test -n "$RANLIB"; then
6900 case $host_os in
6901 openbsd*)
6902 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6903 ;;
6904 *)
6905 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6906 ;;
6907 esac
6908 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6909fi
d45dc31f 6910
3725885a
RW
6911case $host_os in
6912 darwin*)
6913 lock_old_archive_extraction=yes ;;
6914 *)
6915 lock_old_archive_extraction=no ;;
6916esac
6917
6918
6919
6920
6921
6922
d45dc31f 6923
d45dc31f
SE
6924
6925
d15b04bd 6926
3e321448 6927
d45dc31f 6928
d45dc31f 6929
d45dc31f
SE
6930
6931
d45dc31f 6932
d45dc31f 6933
d45dc31f
SE
6934
6935
6936
6937
6938
6939
6940
d45dc31f 6941
d45dc31f 6942
d45dc31f 6943
d45dc31f 6944
d45dc31f 6945
d45dc31f 6946
d45dc31f 6947
d45dc31f 6948
3e321448
L
6949
6950
d45dc31f
SE
6951
6952
d45dc31f
SE
6953
6954
d45dc31f 6955
d7040cdb
SE
6956# If no C compiler was specified, use CC.
6957LTCC=${LTCC-"$CC"}
42ecbf5e 6958
d7040cdb
SE
6959# If no C compiler flags were specified, use CFLAGS.
6960LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6961
d7040cdb
SE
6962# Allow CC to be a program name with arguments.
6963compiler=$CC
d15b04bd 6964
d7040cdb
SE
6965
6966# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6968$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6969if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6970 $as_echo_n "(cached) " >&6
d15b04bd 6971else
d7040cdb
SE
6972
6973# These are sane defaults that work on at least a few old systems.
6974# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6975
6976# Character class describing NM global symbol codes.
6977symcode='[BCDEGRST]'
6978
6979# Regexp to match symbols that can be accessed directly from C.
6980sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6981
6982# Define system-specific variables.
6983case $host_os in
6984aix*)
6985 symcode='[BCDT]'
6986 ;;
718a6fd8 6987cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6988 symcode='[ABCDGISTW]'
6989 ;;
6990hpux*)
6991 if test "$host_cpu" = ia64; then
6992 symcode='[ABCDEGRST]'
42ecbf5e 6993 fi
d7040cdb
SE
6994 ;;
6995irix* | nonstopux*)
6996 symcode='[BCDEGRST]'
6997 ;;
6998osf*)
6999 symcode='[BCDEGQRST]'
7000 ;;
7001solaris*)
7002 symcode='[BDRT]'
7003 ;;
7004sco3.2v5*)
7005 symcode='[DT]'
7006 ;;
7007sysv4.2uw2*)
7008 symcode='[DT]'
7009 ;;
7010sysv5* | sco5v6* | unixware* | OpenUNIX*)
7011 symcode='[ABDT]'
7012 ;;
7013sysv4)
7014 symcode='[DFNSTU]'
7015 ;;
7016esac
d15b04bd 7017
d7040cdb
SE
7018# If we're using GNU nm, then use its standard symbol codes.
7019case `$NM -V 2>&1` in
7020*GNU* | *'with BFD'*)
7021 symcode='[ABCDGIRSTW]' ;;
7022esac
e5a52504 7023
d7040cdb
SE
7024# Transform an extracted symbol line into a proper C declaration.
7025# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
7026# so use this general approach.
7027lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 7028
7357c5b6 7029# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
7030lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7031lt_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 7032
7357c5b6
AM
7033# Handle CRLF in mingw tool chain
7034opt_cr=
7035case $build_os in
7036mingw*)
7037 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7038 ;;
7039esac
d7040cdb 7040
7357c5b6
AM
7041# Try without a prefix underscore, then with it.
7042for ac_symprfx in "" "_"; do
d7040cdb 7043
7357c5b6
AM
7044 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7045 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 7046
7357c5b6
AM
7047 # Write the raw and C identifiers.
7048 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7049 # Fake it for dumpbin and say T for any non-static function
7050 # and D for any global variable.
7051 # Also find C++ and __fastcall symbols from MSVC++,
7052 # which start with @ or ?.
7053 lt_cv_sys_global_symbol_pipe="$AWK '"\
7054" {last_section=section; section=\$ 3};"\
7055" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7056" \$ 0!~/External *\|/{next};"\
7057" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7058" {if(hide[section]) next};"\
7059" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7060" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7061" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7062" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7063" ' prfx=^$ac_symprfx"
7064 else
7065 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7066 fi
7067
7068 # Check to see that the pipe works correctly.
7069 pipe_works=no
7070
7071 rm -f conftest*
7072 cat > conftest.$ac_ext <<_LT_EOF
7073#ifdef __cplusplus
7074extern "C" {
7075#endif
7076char nm_test_var;
7077void nm_test_func(void);
7078void nm_test_func(void){}
7079#ifdef __cplusplus
d7040cdb 7080}
7357c5b6
AM
7081#endif
7082int main(){nm_test_var='a';nm_test_func();return(0);}
7083_LT_EOF
7084
81ecdfbb 7085 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 7086 (eval $ac_compile) 2>&5
42ecbf5e 7087 ac_status=$?
81ecdfbb
RW
7088 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7089 test $ac_status = 0; }; then
7357c5b6
AM
7090 # Now try to grab the symbols.
7091 nlist=conftest.nm
3725885a
RW
7092 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7093 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 7094 ac_status=$?
81ecdfbb
RW
7095 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7096 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
7097 # Try sorting and uniquifying the output.
7098 if sort "$nlist" | uniq > "$nlist"T; then
7099 mv -f "$nlist"T "$nlist"
7100 else
7101 rm -f "$nlist"T
7102 fi
d7040cdb 7103
7357c5b6
AM
7104 # Make sure that we snagged all the symbols we need.
7105 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7106 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7107 cat <<_LT_EOF > conftest.$ac_ext
7108#ifdef __cplusplus
7109extern "C" {
7110#endif
e5a52504 7111
7357c5b6
AM
7112_LT_EOF
7113 # Now generate the symbol file.
7114 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 7115
7357c5b6 7116 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 7117
7357c5b6 7118/* The mapping between symbol names and symbols. */
f2c621e4 7119const struct {
7357c5b6
AM
7120 const char *name;
7121 void *address;
7122}
7123lt__PROGRAM__LTX_preloaded_symbols[] =
7124{
7125 { "@PROGRAM@", (void *) 0 },
7126_LT_EOF
7127 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7128 cat <<\_LT_EOF >> conftest.$ac_ext
7129 {0, (void *) 0}
7130};
d7040cdb 7131
7357c5b6
AM
7132/* This works around a problem in FreeBSD linker */
7133#ifdef FREEBSD_WORKAROUND
7134static const void *lt_preloaded_setup() {
7135 return lt__PROGRAM__LTX_preloaded_symbols;
7136}
d7040cdb
SE
7137#endif
7138
7357c5b6 7139#ifdef __cplusplus
d7040cdb 7140}
7357c5b6
AM
7141#endif
7142_LT_EOF
7143 # Now try linking the two files.
7144 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
7145 lt_save_LIBS="$LIBS"
7146 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
7147 LIBS="conftstm.$ac_objext"
7148 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7149 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
7150 (eval $ac_link) 2>&5
7151 ac_status=$?
81ecdfbb
RW
7152 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7153 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
7154 pipe_works=yes
7155 fi
f2c621e4
AS
7156 LIBS="$lt_save_LIBS"
7157 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
7158 else
7159 echo "cannot find nm_test_func in $nlist" >&5
7160 fi
7161 else
7162 echo "cannot find nm_test_var in $nlist" >&5
7163 fi
7164 else
7165 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7166 fi
7167 else
7168 echo "$progname: failed program was:" >&5
7169 cat conftest.$ac_ext >&5
7170 fi
718a6fd8 7171 rm -rf conftest* conftst*
7357c5b6
AM
7172
7173 # Do not use the global_symbol_pipe unless it works.
7174 if test "$pipe_works" = yes; then
7175 break
7176 else
7177 lt_cv_sys_global_symbol_pipe=
7178 fi
7179done
d7040cdb 7180
d7040cdb 7181fi
7357c5b6
AM
7182
7183if test -z "$lt_cv_sys_global_symbol_pipe"; then
7184 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 7185fi
7357c5b6 7186if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7188$as_echo "failed" >&6; }
7357c5b6 7189else
81ecdfbb
RW
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7191$as_echo "ok" >&6; }
d7040cdb 7192fi
20e95c23 7193
20e95c23 7194
20e95c23 7195
20e95c23 7196
20e95c23 7197
20e95c23 7198
20e95c23
DJ
7199
7200
7357c5b6
AM
7201
7202
7203
718a6fd8
SE
7204
7205
7206
7207
7208
7357c5b6 7209
df7b86aa
NC
7210
7211
7212
7213
7357c5b6 7214
81ecdfbb
RW
7215# Check whether --enable-libtool-lock was given.
7216if test "${enable_libtool_lock+set}" = set; then :
7217 enableval=$enable_libtool_lock;
7218fi
7357c5b6 7219
7357c5b6
AM
7220test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7221
7222# Some flags need to be propagated to the compiler or linker for good
7223# libtool support.
7224case $host in
7225ia64-*-hpux*)
7226 # Find out which ABI we are using.
7227 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7228 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7229 (eval $ac_compile) 2>&5
7230 ac_status=$?
81ecdfbb
RW
7231 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7232 test $ac_status = 0; }; then
7357c5b6
AM
7233 case `/usr/bin/file conftest.$ac_objext` in
7234 *ELF-32*)
7235 HPUX_IA64_MODE="32"
7236 ;;
7237 *ELF-64*)
7238 HPUX_IA64_MODE="64"
7239 ;;
7240 esac
7241 fi
7242 rm -rf conftest*
7243 ;;
7244*-*-irix6*)
7245 # Find out which ABI we are using.
3725885a 7246 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7247 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7248 (eval $ac_compile) 2>&5
7249 ac_status=$?
81ecdfbb
RW
7250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7251 test $ac_status = 0; }; then
7357c5b6
AM
7252 if test "$lt_cv_prog_gnu_ld" = yes; then
7253 case `/usr/bin/file conftest.$ac_objext` in
7254 *32-bit*)
7255 LD="${LD-ld} -melf32bsmip"
7256 ;;
7257 *N32*)
7258 LD="${LD-ld} -melf32bmipn32"
7259 ;;
7260 *64-bit*)
7261 LD="${LD-ld} -melf64bmip"
7262 ;;
7263 esac
7264 else
7265 case `/usr/bin/file conftest.$ac_objext` in
7266 *32-bit*)
7267 LD="${LD-ld} -32"
7268 ;;
7269 *N32*)
7270 LD="${LD-ld} -n32"
7271 ;;
7272 *64-bit*)
7273 LD="${LD-ld} -64"
7274 ;;
7275 esac
7276 fi
7277 fi
7278 rm -rf conftest*
7279 ;;
7280
cc9afea3 7281x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
7282s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7283 # Find out which ABI we are using.
7284 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7285 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7286 (eval $ac_compile) 2>&5
7287 ac_status=$?
81ecdfbb
RW
7288 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7289 test $ac_status = 0; }; then
7357c5b6
AM
7290 case `/usr/bin/file conftest.o` in
7291 *32-bit*)
7292 case $host in
7293 x86_64-*kfreebsd*-gnu)
7294 LD="${LD-ld} -m elf_i386_fbsd"
7295 ;;
7296 x86_64-*linux*)
6d2920c8
L
7297 case `/usr/bin/file conftest.o` in
7298 *x86-64*)
7299 LD="${LD-ld} -m elf32_x86_64"
7300 ;;
7301 *)
7302 LD="${LD-ld} -m elf_i386"
7303 ;;
7304 esac
7357c5b6 7305 ;;
cc9afea3
AM
7306 powerpc64le-*linux*)
7307 LD="${LD-ld} -m elf32lppclinux"
7308 ;;
7309 powerpc64-*linux*)
7357c5b6
AM
7310 LD="${LD-ld} -m elf32ppclinux"
7311 ;;
7312 s390x-*linux*)
7313 LD="${LD-ld} -m elf_s390"
7314 ;;
7315 sparc64-*linux*)
7316 LD="${LD-ld} -m elf32_sparc"
7317 ;;
7318 esac
7319 ;;
7320 *64-bit*)
7321 case $host in
7322 x86_64-*kfreebsd*-gnu)
7323 LD="${LD-ld} -m elf_x86_64_fbsd"
7324 ;;
7325 x86_64-*linux*)
7326 LD="${LD-ld} -m elf_x86_64"
7327 ;;
cc9afea3
AM
7328 powerpcle-*linux*)
7329 LD="${LD-ld} -m elf64lppc"
7330 ;;
7331 powerpc-*linux*)
7357c5b6
AM
7332 LD="${LD-ld} -m elf64ppc"
7333 ;;
7334 s390*-*linux*|s390*-*tpf*)
7335 LD="${LD-ld} -m elf64_s390"
7336 ;;
7337 sparc*-*linux*)
7338 LD="${LD-ld} -m elf64_sparc"
7339 ;;
7340 esac
7341 ;;
7342 esac
7343 fi
7344 rm -rf conftest*
7345 ;;
7346
7347*-*-sco3.2v5*)
7348 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7349 SAVE_CFLAGS="$CFLAGS"
7350 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7352$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7353if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 7354 $as_echo_n "(cached) " >&6
d7040cdb 7355else
7357c5b6
AM
7356 ac_ext=c
7357ac_cpp='$CPP $CPPFLAGS'
7358ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7359ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7360ac_compiler_gnu=$ac_cv_c_compiler_gnu
7361
81ecdfbb 7362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7363/* end confdefs.h. */
20e95c23 7364
7357c5b6
AM
7365int
7366main ()
7367{
7368
7369 ;
7370 return 0;
7371}
d7040cdb 7372_ACEOF
81ecdfbb 7373if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7374 lt_cv_cc_needs_belf=yes
d15b04bd 7375else
81ecdfbb 7376 lt_cv_cc_needs_belf=no
d7040cdb 7377fi
81ecdfbb
RW
7378rm -f core conftest.err conftest.$ac_objext \
7379 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7380 ac_ext=c
7381ac_cpp='$CPP $CPPFLAGS'
7382ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7383ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7384ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7385
718a6fd8 7386fi
81ecdfbb
RW
7387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7388$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7389 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7390 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7391 CFLAGS="$SAVE_CFLAGS"
7392 fi
7393 ;;
7394sparc*-*solaris*)
7395 # Find out which ABI we are using.
7396 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7397 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7398 (eval $ac_compile) 2>&5
7399 ac_status=$?
81ecdfbb
RW
7400 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7401 test $ac_status = 0; }; then
718a6fd8
SE
7402 case `/usr/bin/file conftest.o` in
7403 *64-bit*)
7404 case $lt_cv_prog_gnu_ld in
7405 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7406 *)
7407 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7408 LD="${LD-ld} -64"
7409 fi
7410 ;;
7411 esac
7412 ;;
7413 esac
7414 fi
df7b86aa
NC
7415 rm -rf conftest*
7416 ;;
7417esac
7418
7419need_locks="$enable_libtool_lock"
7420
718a6fd8
SE
7421
7422 case $host_os in
7423 rhapsody* | darwin*)
7424 if test -n "$ac_tool_prefix"; then
7425 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7426set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7428$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7429if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7430 $as_echo_n "(cached) " >&6
718a6fd8
SE
7431else
7432 if test -n "$DSYMUTIL"; then
7433 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7434else
7435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7436for as_dir in $PATH
7437do
7438 IFS=$as_save_IFS
7439 test -z "$as_dir" && as_dir=.
81ecdfbb 7440 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7441 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7442 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7444 break 2
7445 fi
7446done
81ecdfbb
RW
7447 done
7448IFS=$as_save_IFS
718a6fd8
SE
7449
7450fi
7451fi
7452DSYMUTIL=$ac_cv_prog_DSYMUTIL
7453if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7455$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7456else
81ecdfbb
RW
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7458$as_echo "no" >&6; }
718a6fd8
SE
7459fi
7460
81ecdfbb 7461
718a6fd8
SE
7462fi
7463if test -z "$ac_cv_prog_DSYMUTIL"; then
7464 ac_ct_DSYMUTIL=$DSYMUTIL
7465 # Extract the first word of "dsymutil", so it can be a program name with args.
7466set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7468$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7469if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7470 $as_echo_n "(cached) " >&6
718a6fd8
SE
7471else
7472 if test -n "$ac_ct_DSYMUTIL"; then
7473 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7474else
7475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7476for as_dir in $PATH
7477do
7478 IFS=$as_save_IFS
7479 test -z "$as_dir" && as_dir=.
81ecdfbb 7480 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7481 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7482 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7484 break 2
7485 fi
7486done
81ecdfbb
RW
7487 done
7488IFS=$as_save_IFS
718a6fd8 7489
718a6fd8
SE
7490fi
7491fi
7492ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7493if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7495$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7496else
81ecdfbb
RW
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7498$as_echo "no" >&6; }
718a6fd8
SE
7499fi
7500
81ecdfbb
RW
7501 if test "x$ac_ct_DSYMUTIL" = x; then
7502 DSYMUTIL=":"
7503 else
7504 case $cross_compiling:$ac_tool_warned in
7505yes:)
7506{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7507$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7508ac_tool_warned=yes ;;
7509esac
7510 DSYMUTIL=$ac_ct_DSYMUTIL
7511 fi
718a6fd8
SE
7512else
7513 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7514fi
7515
7516 if test -n "$ac_tool_prefix"; then
7517 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7518set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7520$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7521if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7522 $as_echo_n "(cached) " >&6
718a6fd8
SE
7523else
7524 if test -n "$NMEDIT"; then
7525 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7526else
7527as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7528for as_dir in $PATH
7529do
7530 IFS=$as_save_IFS
7531 test -z "$as_dir" && as_dir=.
81ecdfbb 7532 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7534 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7536 break 2
7537 fi
7538done
81ecdfbb
RW
7539 done
7540IFS=$as_save_IFS
718a6fd8
SE
7541
7542fi
7543fi
7544NMEDIT=$ac_cv_prog_NMEDIT
7545if test -n "$NMEDIT"; then
81ecdfbb
RW
7546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7547$as_echo "$NMEDIT" >&6; }
718a6fd8 7548else
81ecdfbb
RW
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7550$as_echo "no" >&6; }
718a6fd8
SE
7551fi
7552
81ecdfbb 7553
718a6fd8
SE
7554fi
7555if test -z "$ac_cv_prog_NMEDIT"; then
7556 ac_ct_NMEDIT=$NMEDIT
7557 # Extract the first word of "nmedit", so it can be a program name with args.
7558set dummy nmedit; ac_word=$2
81ecdfbb
RW
7559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7560$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7561if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7562 $as_echo_n "(cached) " >&6
718a6fd8
SE
7563else
7564 if test -n "$ac_ct_NMEDIT"; then
7565 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7566else
7567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7568for as_dir in $PATH
7569do
7570 IFS=$as_save_IFS
7571 test -z "$as_dir" && as_dir=.
81ecdfbb 7572 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7573 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7574 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7576 break 2
7577 fi
7578done
81ecdfbb
RW
7579 done
7580IFS=$as_save_IFS
718a6fd8 7581
718a6fd8
SE
7582fi
7583fi
7584ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7585if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7587$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7588else
81ecdfbb
RW
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7590$as_echo "no" >&6; }
718a6fd8
SE
7591fi
7592
81ecdfbb
RW
7593 if test "x$ac_ct_NMEDIT" = x; then
7594 NMEDIT=":"
7595 else
7596 case $cross_compiling:$ac_tool_warned in
7597yes:)
7598{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7599$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7600ac_tool_warned=yes ;;
7601esac
7602 NMEDIT=$ac_ct_NMEDIT
7603 fi
718a6fd8
SE
7604else
7605 NMEDIT="$ac_cv_prog_NMEDIT"
7606fi
7607
7608 if test -n "$ac_tool_prefix"; then
7609 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7610set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7611{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7612$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7613if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7614 $as_echo_n "(cached) " >&6
718a6fd8
SE
7615else
7616 if test -n "$LIPO"; then
7617 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7618else
7619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7620for as_dir in $PATH
7621do
7622 IFS=$as_save_IFS
7623 test -z "$as_dir" && as_dir=.
81ecdfbb 7624 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7625 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7626 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7628 break 2
7629 fi
7630done
81ecdfbb
RW
7631 done
7632IFS=$as_save_IFS
718a6fd8
SE
7633
7634fi
7635fi
7636LIPO=$ac_cv_prog_LIPO
7637if test -n "$LIPO"; then
81ecdfbb
RW
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7639$as_echo "$LIPO" >&6; }
718a6fd8 7640else
81ecdfbb
RW
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7642$as_echo "no" >&6; }
718a6fd8
SE
7643fi
7644
81ecdfbb 7645
718a6fd8
SE
7646fi
7647if test -z "$ac_cv_prog_LIPO"; then
7648 ac_ct_LIPO=$LIPO
7649 # Extract the first word of "lipo", so it can be a program name with args.
7650set dummy lipo; ac_word=$2
81ecdfbb
RW
7651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7652$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7653if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 7654 $as_echo_n "(cached) " >&6
718a6fd8
SE
7655else
7656 if test -n "$ac_ct_LIPO"; then
7657 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7658else
7659as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7660for as_dir in $PATH
7661do
7662 IFS=$as_save_IFS
7663 test -z "$as_dir" && as_dir=.
81ecdfbb 7664 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7665 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7666 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7668 break 2
7669 fi
7670done
81ecdfbb
RW
7671 done
7672IFS=$as_save_IFS
718a6fd8 7673
718a6fd8
SE
7674fi
7675fi
7676ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7677if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7679$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7680else
81ecdfbb
RW
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7682$as_echo "no" >&6; }
718a6fd8
SE
7683fi
7684
81ecdfbb
RW
7685 if test "x$ac_ct_LIPO" = x; then
7686 LIPO=":"
7687 else
7688 case $cross_compiling:$ac_tool_warned in
7689yes:)
7690{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7691$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7692ac_tool_warned=yes ;;
7693esac
7694 LIPO=$ac_ct_LIPO
7695 fi
718a6fd8
SE
7696else
7697 LIPO="$ac_cv_prog_LIPO"
7698fi
7699
7700 if test -n "$ac_tool_prefix"; then
7701 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7702set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7704$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7705if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7706 $as_echo_n "(cached) " >&6
718a6fd8
SE
7707else
7708 if test -n "$OTOOL"; then
7709 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7710else
7711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7712for as_dir in $PATH
7713do
7714 IFS=$as_save_IFS
7715 test -z "$as_dir" && as_dir=.
81ecdfbb 7716 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7717 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7718 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7720 break 2
7721 fi
7722done
81ecdfbb
RW
7723 done
7724IFS=$as_save_IFS
718a6fd8
SE
7725
7726fi
7727fi
7728OTOOL=$ac_cv_prog_OTOOL
7729if test -n "$OTOOL"; then
81ecdfbb
RW
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7731$as_echo "$OTOOL" >&6; }
718a6fd8 7732else
81ecdfbb
RW
7733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7734$as_echo "no" >&6; }
718a6fd8
SE
7735fi
7736
81ecdfbb 7737
718a6fd8
SE
7738fi
7739if test -z "$ac_cv_prog_OTOOL"; then
7740 ac_ct_OTOOL=$OTOOL
7741 # Extract the first word of "otool", so it can be a program name with args.
7742set dummy otool; ac_word=$2
81ecdfbb
RW
7743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7744$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7745if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7746 $as_echo_n "(cached) " >&6
718a6fd8
SE
7747else
7748 if test -n "$ac_ct_OTOOL"; then
7749 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7750else
7751as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7752for as_dir in $PATH
7753do
7754 IFS=$as_save_IFS
7755 test -z "$as_dir" && as_dir=.
81ecdfbb 7756 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7757 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7758 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7760 break 2
7761 fi
7762done
81ecdfbb
RW
7763 done
7764IFS=$as_save_IFS
718a6fd8 7765
718a6fd8
SE
7766fi
7767fi
7768ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7769if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7771$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7772else
81ecdfbb
RW
7773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7774$as_echo "no" >&6; }
718a6fd8
SE
7775fi
7776
81ecdfbb
RW
7777 if test "x$ac_ct_OTOOL" = x; then
7778 OTOOL=":"
7779 else
7780 case $cross_compiling:$ac_tool_warned in
7781yes:)
7782{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7783$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7784ac_tool_warned=yes ;;
7785esac
7786 OTOOL=$ac_ct_OTOOL
7787 fi
718a6fd8
SE
7788else
7789 OTOOL="$ac_cv_prog_OTOOL"
7790fi
7791
7792 if test -n "$ac_tool_prefix"; then
7793 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7794set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7796$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7797if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7798 $as_echo_n "(cached) " >&6
718a6fd8
SE
7799else
7800 if test -n "$OTOOL64"; then
7801 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7802else
7803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7804for as_dir in $PATH
7805do
7806 IFS=$as_save_IFS
7807 test -z "$as_dir" && as_dir=.
81ecdfbb 7808 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7809 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7810 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7812 break 2
7813 fi
7814done
81ecdfbb
RW
7815 done
7816IFS=$as_save_IFS
718a6fd8
SE
7817
7818fi
7819fi
7820OTOOL64=$ac_cv_prog_OTOOL64
7821if test -n "$OTOOL64"; then
81ecdfbb
RW
7822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7823$as_echo "$OTOOL64" >&6; }
718a6fd8 7824else
81ecdfbb
RW
7825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7826$as_echo "no" >&6; }
718a6fd8
SE
7827fi
7828
81ecdfbb 7829
718a6fd8
SE
7830fi
7831if test -z "$ac_cv_prog_OTOOL64"; then
7832 ac_ct_OTOOL64=$OTOOL64
7833 # Extract the first word of "otool64", so it can be a program name with args.
7834set dummy otool64; ac_word=$2
81ecdfbb
RW
7835{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7836$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7837if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7838 $as_echo_n "(cached) " >&6
718a6fd8
SE
7839else
7840 if test -n "$ac_ct_OTOOL64"; then
7841 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7842else
7843as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7844for as_dir in $PATH
7845do
7846 IFS=$as_save_IFS
7847 test -z "$as_dir" && as_dir=.
81ecdfbb 7848 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7849 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7850 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7852 break 2
7853 fi
7854done
81ecdfbb
RW
7855 done
7856IFS=$as_save_IFS
718a6fd8 7857
718a6fd8
SE
7858fi
7859fi
7860ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7861if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7863$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7864else
81ecdfbb
RW
7865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7866$as_echo "no" >&6; }
718a6fd8
SE
7867fi
7868
81ecdfbb
RW
7869 if test "x$ac_ct_OTOOL64" = x; then
7870 OTOOL64=":"
7871 else
7872 case $cross_compiling:$ac_tool_warned in
7873yes:)
7874{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7875$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7876ac_tool_warned=yes ;;
7877esac
7878 OTOOL64=$ac_ct_OTOOL64
7879 fi
718a6fd8
SE
7880else
7881 OTOOL64="$ac_cv_prog_OTOOL64"
7882fi
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
81ecdfbb
RW
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7911$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7912if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7913 $as_echo_n "(cached) " >&6
718a6fd8
SE
7914else
7915 lt_cv_apple_cc_single_mod=no
7916 if test -z "${LT_MULTI_MODULE}"; then
7917 # By default we will add the -single_module flag. You can override
7918 # by either setting the environment variable LT_MULTI_MODULE
7919 # non-empty at configure time, or by adding -multi_module to the
7920 # link flags.
7921 rm -rf libconftest.dylib*
7922 echo "int foo(void){return 1;}" > conftest.c
7923 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7924-dynamiclib -Wl,-single_module conftest.c" >&5
7925 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7926 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7927 _lt_result=$?
7928 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7929 lt_cv_apple_cc_single_mod=yes
7930 else
7931 cat conftest.err >&5
7932 fi
7933 rm -rf libconftest.dylib*
7934 rm -f conftest.*
7935 fi
7936fi
81ecdfbb
RW
7937{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7938$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7940$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7941if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7942 $as_echo_n "(cached) " >&6
718a6fd8
SE
7943else
7944 lt_cv_ld_exported_symbols_list=no
7945 save_LDFLAGS=$LDFLAGS
7946 echo "_main" > conftest.sym
7947 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7949/* end confdefs.h. */
7950
7951int
7952main ()
7953{
7954
7955 ;
7956 return 0;
7957}
7958_ACEOF
81ecdfbb 7959if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7960 lt_cv_ld_exported_symbols_list=yes
7961else
81ecdfbb 7962 lt_cv_ld_exported_symbols_list=no
718a6fd8 7963fi
81ecdfbb
RW
7964rm -f core conftest.err conftest.$ac_objext \
7965 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7966 LDFLAGS="$save_LDFLAGS"
7967
7968fi
81ecdfbb
RW
7969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7970$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7972$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7973if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7974 $as_echo_n "(cached) " >&6
7975else
7976 lt_cv_ld_force_load=no
7977 cat > conftest.c << _LT_EOF
7978int forced_loaded() { return 2;}
7979_LT_EOF
7980 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7981 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7982 echo "$AR cru libconftest.a conftest.o" >&5
7983 $AR cru libconftest.a conftest.o 2>&5
7984 cat > conftest.c << _LT_EOF
7985int main() { return 0;}
7986_LT_EOF
7987 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7988 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7989 _lt_result=$?
7990 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7991 lt_cv_ld_force_load=yes
7992 else
7993 cat conftest.err >&5
7994 fi
7995 rm -f conftest.err libconftest.a conftest conftest.c
7996 rm -rf conftest.dSYM
7997
7998fi
7999{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8000$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
8001 case $host_os in
8002 rhapsody* | darwin1.[012])
8003 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8004 darwin1.*)
8005 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8006 darwin*) # darwin 5.x on
8007 # if running on 10.5 or later, the deployment target defaults
8008 # to the OS version, if on x86, and 10.4, the deployment
8009 # target defaults to 10.4. Don't you love it?
8010 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8011 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8012 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 8013 10.[012][,.]*)
718a6fd8
SE
8014 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8015 10.*)
8016 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8017 esac
8018 ;;
8019 esac
8020 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8021 _lt_dar_single_mod='$single_module'
8022 fi
8023 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8024 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8025 else
8026 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8027 fi
3725885a 8028 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
8029 _lt_dsymutil='~$DSYMUTIL $lib || :'
8030 else
8031 _lt_dsymutil=
8032 fi
8033 ;;
8034 esac
8035
718a6fd8 8036for ac_header in dlfcn.h
81ecdfbb
RW
8037do :
8038 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8039"
d0ac1c44 8040if test "x$ac_cv_header_dlfcn_h" = xyes; then :
718a6fd8 8041 cat >>confdefs.h <<_ACEOF
81ecdfbb 8042#define HAVE_DLFCN_H 1
718a6fd8
SE
8043_ACEOF
8044
8045fi
8046
8047done
8048
8049
8050
3725885a
RW
8051
8052
718a6fd8
SE
8053# Set options
8054
8055
8056
8057 enable_dlopen=no
8058
8059
8060 enable_win32_dll=no
8061
8062
81ecdfbb
RW
8063 # Check whether --enable-shared was given.
8064if test "${enable_shared+set}" = set; then :
8065 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
8066 case $enableval in
8067 yes) enable_shared=yes ;;
8068 no) enable_shared=no ;;
8069 *)
8070 enable_shared=no
8071 # Look at the argument we got. We use all the common list separators.
8072 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8073 for pkg in $enableval; do
8074 IFS="$lt_save_ifs"
8075 if test "X$pkg" = "X$p"; then
8076 enable_shared=yes
8077 fi
8078 done
8079 IFS="$lt_save_ifs"
8080 ;;
8081 esac
8082else
8083 enable_shared=yes
81ecdfbb 8084fi
718a6fd8
SE
8085
8086
8087
8088
8089
8090
8091
8092
81ecdfbb
RW
8093
8094 # Check whether --enable-static was given.
8095if test "${enable_static+set}" = set; then :
8096 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
8097 case $enableval in
8098 yes) enable_static=yes ;;
8099 no) enable_static=no ;;
8100 *)
8101 enable_static=no
8102 # Look at the argument we got. We use all the common list separators.
8103 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8104 for pkg in $enableval; do
8105 IFS="$lt_save_ifs"
8106 if test "X$pkg" = "X$p"; then
8107 enable_static=yes
8108 fi
8109 done
8110 IFS="$lt_save_ifs"
8111 ;;
8112 esac
8113else
8114 enable_static=yes
81ecdfbb 8115fi
718a6fd8
SE
8116
8117
8118
8119
8120
8121
8122
8123
8124
81ecdfbb
RW
8125
8126# Check whether --with-pic was given.
8127if test "${with_pic+set}" = set; then :
8128 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
8129else
8130 pic_mode=default
81ecdfbb
RW
8131fi
8132
718a6fd8
SE
8133
8134test -z "$pic_mode" && pic_mode=default
8135
8136
8137
8138
8139
8140
8141
81ecdfbb
RW
8142 # Check whether --enable-fast-install was given.
8143if test "${enable_fast_install+set}" = set; then :
8144 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
8145 case $enableval in
8146 yes) enable_fast_install=yes ;;
8147 no) enable_fast_install=no ;;
8148 *)
8149 enable_fast_install=no
8150 # Look at the argument we got. We use all the common list separators.
8151 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8152 for pkg in $enableval; do
8153 IFS="$lt_save_ifs"
8154 if test "X$pkg" = "X$p"; then
8155 enable_fast_install=yes
8156 fi
8157 done
8158 IFS="$lt_save_ifs"
7357c5b6
AM
8159 ;;
8160 esac
718a6fd8
SE
8161else
8162 enable_fast_install=yes
81ecdfbb
RW
8163fi
8164
20e95c23 8165
20e95c23
DJ
8166
8167
42ecbf5e 8168
d7040cdb 8169
20e95c23 8170
d7040cdb 8171
d7040cdb
SE
8172
8173
8174
8175# This can be used to rebuild libtool when needed
8176LIBTOOL_DEPS="$ltmain"
8177
8178# Always use our own libtool.
8179LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8180
8181
8182
8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
3725885a 8203
d7040cdb
SE
8204
8205
8206test -z "$LN_S" && LN_S="ln -s"
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221if test -n "${ZSH_VERSION+set}" ; then
8222 setopt NO_GLOB_SUBST
8223fi
8224
81ecdfbb
RW
8225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8226$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 8227if ${lt_cv_objdir+:} false; then :
81ecdfbb 8228 $as_echo_n "(cached) " >&6
20e95c23 8229else
d7040cdb
SE
8230 rm -f .libs 2>/dev/null
8231mkdir .libs 2>/dev/null
8232if test -d .libs; then
8233 lt_cv_objdir=.libs
42ecbf5e 8234else
d7040cdb
SE
8235 # MS-DOS does not allow filenames that begin with a dot.
8236 lt_cv_objdir=_libs
8237fi
8238rmdir .libs 2>/dev/null
42ecbf5e 8239fi
81ecdfbb
RW
8240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8241$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 8242objdir=$lt_cv_objdir
42ecbf5e 8243
d7040cdb
SE
8244
8245
8246
8247
8248cat >>confdefs.h <<_ACEOF
8249#define LT_OBJDIR "$lt_cv_objdir/"
8250_ACEOF
8251
8252
8253
8254
d7040cdb
SE
8255case $host_os in
8256aix3*)
8257 # AIX sometimes has problems with the GCC collect2 program. For some
8258 # reason, if we set the COLLECT_NAMES environment variable, the problems
8259 # vanish in a puff of smoke.
8260 if test "X${COLLECT_NAMES+set}" != Xset; then
8261 COLLECT_NAMES=
8262 export COLLECT_NAMES
8263 fi
8264 ;;
8265esac
8266
d7040cdb
SE
8267# Global variables:
8268ofile=libtool
8269can_build_shared=yes
8270
8271# All known linkers require a `.a' archive for static linking (except MSVC,
8272# which needs '.lib').
8273libext=a
8274
8275with_gnu_ld="$lt_cv_prog_gnu_ld"
8276
8277old_CC="$CC"
8278old_CFLAGS="$CFLAGS"
8279
8280# Set sane defaults for various variables
8281test -z "$CC" && CC=cc
8282test -z "$LTCC" && LTCC=$CC
8283test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8284test -z "$LD" && LD=ld
8285test -z "$ac_objext" && ac_objext=o
8286
8287for cc_temp in $compiler""; do
8288 case $cc_temp in
8289 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8290 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8291 \-*) ;;
8292 *) break;;
8293 esac
8294done
3725885a 8295cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8296
8297
8298# Only perform the check for file, if the check method requires it
8299test -z "$MAGIC_CMD" && MAGIC_CMD=file
8300case $deplibs_check_method in
8301file_magic*)
8302 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8304$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8305if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8306 $as_echo_n "(cached) " >&6
42ecbf5e 8307else
d7040cdb
SE
8308 case $MAGIC_CMD in
8309[\\/*] | ?:[\\/]*)
8310 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 8311 ;;
d7040cdb
SE
8312*)
8313 lt_save_MAGIC_CMD="$MAGIC_CMD"
8314 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8315 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8316 for ac_dir in $ac_dummy; do
8317 IFS="$lt_save_ifs"
8318 test -z "$ac_dir" && ac_dir=.
8319 if test -f $ac_dir/${ac_tool_prefix}file; then
8320 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8321 if test -n "$file_magic_test_file"; then
8322 case $deplibs_check_method in
8323 "file_magic "*)
8324 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8325 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8326 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8327 $EGREP "$file_magic_regex" > /dev/null; then
8328 :
8329 else
8330 cat <<_LT_EOF 1>&2
42ecbf5e 8331
d7040cdb
SE
8332*** Warning: the command libtool uses to detect shared libraries,
8333*** $file_magic_cmd, produces output that libtool cannot recognize.
8334*** The result is that libtool may fail to recognize shared libraries
8335*** as such. This will affect the creation of libtool libraries that
8336*** depend on shared libraries, but programs linked with such libtool
8337*** libraries will work regardless of this problem. Nevertheless, you
8338*** may want to report the problem to your system manager and/or to
8339*** bug-libtool@gnu.org
8340
8341_LT_EOF
8342 fi ;;
8343 esac
8344 fi
8345 break
8346 fi
8347 done
8348 IFS="$lt_save_ifs"
8349 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8350 ;;
8351esac
42ecbf5e 8352fi
20e95c23 8353
d7040cdb
SE
8354MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8355if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8357$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8358else
81ecdfbb
RW
8359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8360$as_echo "no" >&6; }
42ecbf5e
DJ
8361fi
8362
20e95c23
DJ
8363
8364
42ecbf5e 8365
20e95c23 8366
d7040cdb
SE
8367if test -z "$lt_cv_path_MAGIC_CMD"; then
8368 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8370$as_echo_n "checking for file... " >&6; }
d0ac1c44 8371if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8372 $as_echo_n "(cached) " >&6
42ecbf5e 8373else
d7040cdb
SE
8374 case $MAGIC_CMD in
8375[\\/*] | ?:[\\/]*)
8376 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8377 ;;
8378*)
8379 lt_save_MAGIC_CMD="$MAGIC_CMD"
8380 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8381 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8382 for ac_dir in $ac_dummy; do
8383 IFS="$lt_save_ifs"
8384 test -z "$ac_dir" && ac_dir=.
8385 if test -f $ac_dir/file; then
8386 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8387 if test -n "$file_magic_test_file"; then
8388 case $deplibs_check_method in
8389 "file_magic "*)
8390 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8391 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8392 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8393 $EGREP "$file_magic_regex" > /dev/null; then
8394 :
8395 else
8396 cat <<_LT_EOF 1>&2
8397
8398*** Warning: the command libtool uses to detect shared libraries,
8399*** $file_magic_cmd, produces output that libtool cannot recognize.
8400*** The result is that libtool may fail to recognize shared libraries
8401*** as such. This will affect the creation of libtool libraries that
8402*** depend on shared libraries, but programs linked with such libtool
8403*** libraries will work regardless of this problem. Nevertheless, you
8404*** may want to report the problem to your system manager and/or to
8405*** bug-libtool@gnu.org
8406
8407_LT_EOF
8408 fi ;;
8409 esac
8410 fi
8411 break
8412 fi
8413 done
8414 IFS="$lt_save_ifs"
8415 MAGIC_CMD="$lt_save_MAGIC_CMD"
8416 ;;
20e95c23
DJ
8417esac
8418fi
d7040cdb
SE
8419
8420MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8421if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8423$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8424else
81ecdfbb
RW
8425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8426$as_echo "no" >&6; }
20e95c23
DJ
8427fi
8428
20e95c23 8429
42ecbf5e 8430 else
d7040cdb 8431 MAGIC_CMD=:
42ecbf5e 8432 fi
42ecbf5e 8433fi
42ecbf5e 8434
20e95c23 8435 fi
d7040cdb
SE
8436 ;;
8437esac
42ecbf5e 8438
d7040cdb 8439# Use C for the default configuration in the libtool script
42ecbf5e 8440
d7040cdb
SE
8441lt_save_CC="$CC"
8442ac_ext=c
8443ac_cpp='$CPP $CPPFLAGS'
8444ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8445ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8446ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8447
42ecbf5e 8448
d7040cdb
SE
8449# Source file extension for C test sources.
8450ac_ext=c
42ecbf5e 8451
d7040cdb
SE
8452# Object file extension for compiled C test sources.
8453objext=o
8454objext=$objext
42ecbf5e 8455
d7040cdb
SE
8456# Code to be used in simple compile tests
8457lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8458
d7040cdb
SE
8459# Code to be used in simple link tests
8460lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8461
ac48eca1 8462
42ecbf5e 8463
42ecbf5e 8464
d5fbea21 8465
d5fbea21
DJ
8466
8467
d7040cdb
SE
8468# If no C compiler was specified, use CC.
8469LTCC=${LTCC-"$CC"}
20e95c23 8470
d7040cdb
SE
8471# If no C compiler flags were specified, use CFLAGS.
8472LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8473
d7040cdb
SE
8474# Allow CC to be a program name with arguments.
8475compiler=$CC
252b5132 8476
d7040cdb
SE
8477# Save the default compiler, since it gets overwritten when the other
8478# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8479compiler_DEFAULT=$CC
42ecbf5e 8480
d7040cdb
SE
8481# save warnings/boilerplate of simple test code
8482ac_outfile=conftest.$ac_objext
8483echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8484eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8485_lt_compiler_boilerplate=`cat conftest.err`
8486$RM conftest*
252b5132 8487
d7040cdb
SE
8488ac_outfile=conftest.$ac_objext
8489echo "$lt_simple_link_test_code" >conftest.$ac_ext
8490eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8491_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8492$RM -r conftest*
252b5132 8493
42ecbf5e 8494
f2c621e4
AS
8495## CAVEAT EMPTOR:
8496## There is no encapsulation within the following macros, do not change
8497## the running order or otherwise move them around unless you know exactly
8498## what you are doing...
d7040cdb 8499if test -n "$compiler"; then
252b5132 8500
d7040cdb 8501lt_prog_compiler_no_builtin_flag=
252b5132 8502
d7040cdb 8503if test "$GCC" = yes; then
3725885a
RW
8504 case $cc_basename in
8505 nvcc*)
8506 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8507 *)
8508 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8509 esac
d15b04bd 8510
81ecdfbb
RW
8511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8512$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8513if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8514 $as_echo_n "(cached) " >&6
252b5132 8515else
d7040cdb
SE
8516 lt_cv_prog_compiler_rtti_exceptions=no
8517 ac_outfile=conftest.$ac_objext
8518 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8519 lt_compiler_flag="-fno-rtti -fno-exceptions"
8520 # Insert the option either (1) after the last *FLAGS variable, or
8521 # (2) before a word containing "conftest.", or (3) at the end.
8522 # Note that $ac_compile itself does not contain backslashes and begins
8523 # with a dollar sign (not a hyphen), so the echo should work correctly.
8524 # The option is referenced via a variable to avoid confusing sed.
8525 lt_compile=`echo "$ac_compile" | $SED \
8526 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8527 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8528 -e 's:$: $lt_compiler_flag:'`
3725885a 8529 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8530 (eval "$lt_compile" 2>conftest.err)
8531 ac_status=$?
8532 cat conftest.err >&5
3725885a 8533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8534 if (exit $ac_status) && test -s "$ac_outfile"; then
8535 # The compiler can only warn and ignore the option if not recognized
8536 # So say no if there are warnings other than the usual output.
3725885a 8537 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8538 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8539 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8540 lt_cv_prog_compiler_rtti_exceptions=yes
8541 fi
8542 fi
8543 $RM conftest*
42ecbf5e 8544
252b5132 8545fi
81ecdfbb
RW
8546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8547$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8548
8549if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8550 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8551else
d7040cdb 8552 :
252b5132 8553fi
252b5132
RH
8554
8555fi
d7040cdb
SE
8556
8557
8558
8559
8560
8561
8562 lt_prog_compiler_wl=
8563lt_prog_compiler_pic=
8564lt_prog_compiler_static=
8565
f2c621e4
AS
8566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8567$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8568
8569 if test "$GCC" = yes; then
8570 lt_prog_compiler_wl='-Wl,'
8571 lt_prog_compiler_static='-static'
8572
8573 case $host_os in
8574 aix*)
8575 # All AIX code is PIC.
8576 if test "$host_cpu" = ia64; then
8577 # AIX 5 now supports IA64 processor
8578 lt_prog_compiler_static='-Bstatic'
8579 fi
6c9c0a50 8580 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8581 ;;
8582
8583 amigaos*)
718a6fd8
SE
8584 case $host_cpu in
8585 powerpc)
8586 # see comment about AmigaOS4 .so support
8587 lt_prog_compiler_pic='-fPIC'
8588 ;;
8589 m68k)
8590 # FIXME: we need at least 68020 code to build shared libraries, but
8591 # adding the `-m68020' flag to GCC prevents building anything better,
8592 # like `-m68040'.
8593 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8594 ;;
8595 esac
d7040cdb
SE
8596 ;;
8597
8598 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8599 # PIC is the default for these OSes.
8600 ;;
8601
718a6fd8 8602 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8603 # This hack is so that the source file can tell whether it is being
8604 # built for inclusion in a dll (and should export symbols for example).
8605 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8606 # (--disable-auto-import) libraries
8607 lt_prog_compiler_pic='-DDLL_EXPORT'
8608 ;;
8609
8610 darwin* | rhapsody*)
8611 # PIC is the default on this platform
8612 # Common symbols not allowed in MH_DYLIB files
8613 lt_prog_compiler_pic='-fno-common'
8614 ;;
8615
3725885a
RW
8616 haiku*)
8617 # PIC is the default for Haiku.
8618 # The "-static" flag exists, but is broken.
8619 lt_prog_compiler_static=
8620 ;;
8621
d7040cdb 8622 hpux*)
718a6fd8
SE
8623 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8624 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8625 # sets the default TLS model and affects inlining.
d7040cdb 8626 case $host_cpu in
718a6fd8 8627 hppa*64*)
d7040cdb
SE
8628 # +Z the default
8629 ;;
8630 *)
8631 lt_prog_compiler_pic='-fPIC'
8632 ;;
8633 esac
8634 ;;
8635
8636 interix[3-9]*)
8637 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8638 # Instead, we relocate shared libraries at runtime.
8639 ;;
8640
8641 msdosdjgpp*)
8642 # Just because we use GCC doesn't mean we suddenly get shared libraries
8643 # on systems that don't support them.
8644 lt_prog_compiler_can_build_shared=no
8645 enable_shared=no
8646 ;;
8647
8648 *nto* | *qnx*)
8649 # QNX uses GNU C++, but need to define -shared option too, otherwise
8650 # it will coredump.
8651 lt_prog_compiler_pic='-fPIC -shared'
8652 ;;
8653
8654 sysv4*MP*)
8655 if test -d /usr/nec; then
8656 lt_prog_compiler_pic=-Kconform_pic
8657 fi
8658 ;;
8659
8660 *)
8661 lt_prog_compiler_pic='-fPIC'
8662 ;;
8663 esac
3725885a
RW
8664
8665 case $cc_basename in
8666 nvcc*) # Cuda Compiler Driver 2.2
8667 lt_prog_compiler_wl='-Xlinker '
8668 lt_prog_compiler_pic='-Xcompiler -fPIC'
8669 ;;
8670 esac
d7040cdb
SE
8671 else
8672 # PORTME Check for flag to pass linker flags through the system compiler.
8673 case $host_os in
8674 aix*)
8675 lt_prog_compiler_wl='-Wl,'
8676 if test "$host_cpu" = ia64; then
8677 # AIX 5 now supports IA64 processor
8678 lt_prog_compiler_static='-Bstatic'
8679 else
8680 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8681 fi
8682 ;;
d7040cdb 8683
718a6fd8 8684 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8685 # This hack is so that the source file can tell whether it is being
8686 # built for inclusion in a dll (and should export symbols for example).
8687 lt_prog_compiler_pic='-DDLL_EXPORT'
8688 ;;
8689
8690 hpux9* | hpux10* | hpux11*)
8691 lt_prog_compiler_wl='-Wl,'
8692 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8693 # not for PA HP-UX.
8694 case $host_cpu in
8695 hppa*64*|ia64*)
8696 # +Z the default
8697 ;;
8698 *)
8699 lt_prog_compiler_pic='+Z'
8700 ;;
8701 esac
8702 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8703 lt_prog_compiler_static='${wl}-a ${wl}archive'
8704 ;;
8705
8706 irix5* | irix6* | nonstopux*)
8707 lt_prog_compiler_wl='-Wl,'
8708 # PIC (with -KPIC) is the default.
8709 lt_prog_compiler_static='-non_shared'
8710 ;;
8711
58e24671 8712 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8713 case $cc_basename in
718a6fd8
SE
8714 # old Intel for x86_64 which still supported -KPIC.
8715 ecc*)
d7040cdb
SE
8716 lt_prog_compiler_wl='-Wl,'
8717 lt_prog_compiler_pic='-KPIC'
8718 lt_prog_compiler_static='-static'
8719 ;;
718a6fd8
SE
8720 # icc used to be incompatible with GCC.
8721 # ICC 10 doesn't accept -KPIC any more.
8722 icc* | ifort*)
8723 lt_prog_compiler_wl='-Wl,'
8724 lt_prog_compiler_pic='-fPIC'
8725 lt_prog_compiler_static='-static'
8726 ;;
8727 # Lahey Fortran 8.1.
8728 lf95*)
8729 lt_prog_compiler_wl='-Wl,'
8730 lt_prog_compiler_pic='--shared'
8731 lt_prog_compiler_static='--static'
8732 ;;
3725885a 8733 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8734 # Portland Group compilers (*not* the Pentium gcc compiler,
8735 # which looks to be a dead project)
8736 lt_prog_compiler_wl='-Wl,'
8737 lt_prog_compiler_pic='-fpic'
8738 lt_prog_compiler_static='-Bstatic'
8739 ;;
8740 ccc*)
8741 lt_prog_compiler_wl='-Wl,'
8742 # All Alpha code is PIC.
8743 lt_prog_compiler_static='-non_shared'
8744 ;;
3725885a
RW
8745 xl* | bgxl* | bgf* | mpixl*)
8746 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8747 lt_prog_compiler_wl='-Wl,'
8748 lt_prog_compiler_pic='-qpic'
8749 lt_prog_compiler_static='-qstaticlink'
8750 ;;
d7040cdb
SE
8751 *)
8752 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8753 *Sun\ F* | *Sun*Fortran*)
8754 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8755 lt_prog_compiler_pic='-KPIC'
8756 lt_prog_compiler_static='-Bstatic'
3725885a 8757 lt_prog_compiler_wl=''
d7040cdb 8758 ;;
3725885a
RW
8759 *Sun\ C*)
8760 # Sun C 5.9
d7040cdb
SE
8761 lt_prog_compiler_pic='-KPIC'
8762 lt_prog_compiler_static='-Bstatic'
3725885a 8763 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8764 ;;
8765 esac
8766 ;;
8767 esac
8768 ;;
8769
8770 newsos6)
8771 lt_prog_compiler_pic='-KPIC'
8772 lt_prog_compiler_static='-Bstatic'
8773 ;;
8774
8775 *nto* | *qnx*)
8776 # QNX uses GNU C++, but need to define -shared option too, otherwise
8777 # it will coredump.
8778 lt_prog_compiler_pic='-fPIC -shared'
8779 ;;
8780
8781 osf3* | osf4* | osf5*)
8782 lt_prog_compiler_wl='-Wl,'
8783 # All OSF/1 code is PIC.
8784 lt_prog_compiler_static='-non_shared'
8785 ;;
8786
8787 rdos*)
8788 lt_prog_compiler_static='-non_shared'
8789 ;;
8790
8791 solaris*)
8792 lt_prog_compiler_pic='-KPIC'
8793 lt_prog_compiler_static='-Bstatic'
8794 case $cc_basename in
f2c621e4 8795 f77* | f90* | f95*)
d7040cdb
SE
8796 lt_prog_compiler_wl='-Qoption ld ';;
8797 *)
8798 lt_prog_compiler_wl='-Wl,';;
8799 esac
8800 ;;
8801
8802 sunos4*)
8803 lt_prog_compiler_wl='-Qoption ld '
8804 lt_prog_compiler_pic='-PIC'
8805 lt_prog_compiler_static='-Bstatic'
8806 ;;
8807
8808 sysv4 | sysv4.2uw2* | sysv4.3*)
8809 lt_prog_compiler_wl='-Wl,'
8810 lt_prog_compiler_pic='-KPIC'
8811 lt_prog_compiler_static='-Bstatic'
8812 ;;
8813
8814 sysv4*MP*)
8815 if test -d /usr/nec ;then
8816 lt_prog_compiler_pic='-Kconform_pic'
8817 lt_prog_compiler_static='-Bstatic'
8818 fi
8819 ;;
8820
8821 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8822 lt_prog_compiler_wl='-Wl,'
8823 lt_prog_compiler_pic='-KPIC'
8824 lt_prog_compiler_static='-Bstatic'
8825 ;;
8826
8827 unicos*)
8828 lt_prog_compiler_wl='-Wl,'
8829 lt_prog_compiler_can_build_shared=no
8830 ;;
8831
8832 uts4*)
8833 lt_prog_compiler_pic='-pic'
8834 lt_prog_compiler_static='-Bstatic'
8835 ;;
8836
8837 *)
8838 lt_prog_compiler_can_build_shared=no
8839 ;;
8840 esac
8841 fi
8842
8843case $host_os in
8844 # For platforms which do not support PIC, -DPIC is meaningless:
8845 *djgpp*)
8846 lt_prog_compiler_pic=
8847 ;;
8848 *)
8849 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8850 ;;
8851esac
f2c621e4
AS
8852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8853$as_echo "$lt_prog_compiler_pic" >&6; }
8854
8855
8856
8857
d7040cdb
SE
8858
8859
8860#
8861# Check to make sure the PIC flag actually works.
8862#
8863if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8865$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8866if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8867 $as_echo_n "(cached) " >&6
42ecbf5e 8868else
718a6fd8 8869 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8870 ac_outfile=conftest.$ac_objext
8871 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8872 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8873 # Insert the option either (1) after the last *FLAGS variable, or
8874 # (2) before a word containing "conftest.", or (3) at the end.
8875 # Note that $ac_compile itself does not contain backslashes and begins
8876 # with a dollar sign (not a hyphen), so the echo should work correctly.
8877 # The option is referenced via a variable to avoid confusing sed.
8878 lt_compile=`echo "$ac_compile" | $SED \
8879 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8880 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8881 -e 's:$: $lt_compiler_flag:'`
3725885a 8882 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8883 (eval "$lt_compile" 2>conftest.err)
8884 ac_status=$?
8885 cat conftest.err >&5
3725885a 8886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8887 if (exit $ac_status) && test -s "$ac_outfile"; then
8888 # The compiler can only warn and ignore the option if not recognized
8889 # So say no if there are warnings other than the usual output.
3725885a 8890 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8891 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8892 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8893 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8894 fi
8895 fi
8896 $RM conftest*
42ecbf5e 8897
252b5132 8898fi
81ecdfbb
RW
8899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8900$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8901
718a6fd8 8902if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8903 case $lt_prog_compiler_pic in
8904 "" | " "*) ;;
8905 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8906 esac
252b5132 8907else
d7040cdb
SE
8908 lt_prog_compiler_pic=
8909 lt_prog_compiler_can_build_shared=no
252b5132 8910fi
252b5132
RH
8911
8912fi
42ecbf5e 8913
d7040cdb
SE
8914
8915
8916
8917
8918
8919#
8920# Check to make sure the static flag actually works.
8921#
8922wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8924$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8925if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8926 $as_echo_n "(cached) " >&6
42ecbf5e 8927else
718a6fd8 8928 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8929 save_LDFLAGS="$LDFLAGS"
8930 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8931 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8932 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8933 # The linker can only warn and ignore the option if not recognized
8934 # So say no if there are warnings
8935 if test -s conftest.err; then
8936 # Append any errors to the config.log.
8937 cat conftest.err 1>&5
3725885a 8938 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8939 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8940 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8941 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8942 fi
8943 else
718a6fd8 8944 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8945 fi
8946 fi
718a6fd8 8947 $RM -r conftest*
d7040cdb 8948 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8949
42ecbf5e 8950fi
81ecdfbb
RW
8951{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8952$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8953
718a6fd8 8954if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8955 :
8956else
8957 lt_prog_compiler_static=
42ecbf5e 8958fi
42ecbf5e 8959
252b5132 8960
252b5132 8961
42ecbf5e 8962
252b5132 8963
20e95c23 8964
d7040cdb 8965
81ecdfbb
RW
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8967$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8968if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8969 $as_echo_n "(cached) " >&6
252b5132 8970else
d7040cdb
SE
8971 lt_cv_prog_compiler_c_o=no
8972 $RM -r conftest 2>/dev/null
8973 mkdir conftest
8974 cd conftest
8975 mkdir out
8976 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8977
8978 lt_compiler_flag="-o out/conftest2.$ac_objext"
8979 # Insert the option either (1) after the last *FLAGS variable, or
8980 # (2) before a word containing "conftest.", or (3) at the end.
8981 # Note that $ac_compile itself does not contain backslashes and begins
8982 # with a dollar sign (not a hyphen), so the echo should work correctly.
8983 lt_compile=`echo "$ac_compile" | $SED \
8984 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8985 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8986 -e 's:$: $lt_compiler_flag:'`
3725885a 8987 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8988 (eval "$lt_compile" 2>out/conftest.err)
8989 ac_status=$?
8990 cat out/conftest.err >&5
3725885a 8991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8992 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8993 then
8994 # The compiler can only warn and ignore the option if not recognized
8995 # So say no if there are warnings
3725885a 8996 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8997 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8998 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8999 lt_cv_prog_compiler_c_o=yes
9000 fi
9001 fi
9002 chmod u+w . 2>&5
9003 $RM conftest*
9004 # SGI C++ compiler will create directory out/ii_files/ for
9005 # template instantiation
9006 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9007 $RM out/* && rmdir out
9008 cd ..
9009 $RM -r conftest
9010 $RM conftest*
9011
252b5132 9012fi
81ecdfbb
RW
9013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9014$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 9015
20e95c23 9016
20e95c23
DJ
9017
9018
d7040cdb
SE
9019
9020
81ecdfbb
RW
9021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9022$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 9023if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 9024 $as_echo_n "(cached) " >&6
42ecbf5e 9025else
d7040cdb
SE
9026 lt_cv_prog_compiler_c_o=no
9027 $RM -r conftest 2>/dev/null
9028 mkdir conftest
9029 cd conftest
9030 mkdir out
9031 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9032
9033 lt_compiler_flag="-o out/conftest2.$ac_objext"
9034 # Insert the option either (1) after the last *FLAGS variable, or
9035 # (2) before a word containing "conftest.", or (3) at the end.
9036 # Note that $ac_compile itself does not contain backslashes and begins
9037 # with a dollar sign (not a hyphen), so the echo should work correctly.
9038 lt_compile=`echo "$ac_compile" | $SED \
9039 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9040 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9041 -e 's:$: $lt_compiler_flag:'`
3725885a 9042 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
9043 (eval "$lt_compile" 2>out/conftest.err)
9044 ac_status=$?
9045 cat out/conftest.err >&5
3725885a 9046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9047 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9048 then
9049 # The compiler can only warn and ignore the option if not recognized
9050 # So say no if there are warnings
3725885a 9051 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
9052 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9053 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9054 lt_cv_prog_compiler_c_o=yes
9055 fi
9056 fi
9057 chmod u+w . 2>&5
9058 $RM conftest*
9059 # SGI C++ compiler will create directory out/ii_files/ for
9060 # template instantiation
9061 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9062 $RM out/* && rmdir out
9063 cd ..
9064 $RM -r conftest
9065 $RM conftest*
9066
9067fi
81ecdfbb
RW
9068{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9069$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9070
9071
9072
9073
9074hard_links="nottested"
9075if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9076 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9078$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
9079 hard_links=yes
9080 $RM conftest*
9081 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9082 touch conftest.a
9083 ln conftest.a conftest.b 2>&5 || hard_links=no
9084 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9086$as_echo "$hard_links" >&6; }
d7040cdb 9087 if test "$hard_links" = no; then
81ecdfbb
RW
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9089$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
9090 need_locks=warn
9091 fi
9092else
9093 need_locks=no
9094fi
9095
9096
9097
9098
9099
9100
81ecdfbb
RW
9101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9102$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
9103
9104 runpath_var=
9105 allow_undefined_flag=
9106 always_export_symbols=no
9107 archive_cmds=
9108 archive_expsym_cmds=
9109 compiler_needs_object=no
9110 enable_shared_with_static_runtimes=no
9111 export_dynamic_flag_spec=
9112 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9113 hardcode_automatic=no
9114 hardcode_direct=no
9115 hardcode_direct_absolute=no
9116 hardcode_libdir_flag_spec=
9117 hardcode_libdir_flag_spec_ld=
9118 hardcode_libdir_separator=
9119 hardcode_minus_L=no
9120 hardcode_shlibpath_var=unsupported
9121 inherit_rpath=no
9122 link_all_deplibs=unknown
9123 module_cmds=
9124 module_expsym_cmds=
9125 old_archive_from_new_cmds=
9126 old_archive_from_expsyms_cmds=
9127 thread_safe_flag_spec=
9128 whole_archive_flag_spec=
9129 # include_expsyms should be a list of space-separated symbols to be *always*
9130 # included in the symbol list
9131 include_expsyms=
9132 # exclude_expsyms can be an extended regexp of symbols to exclude
9133 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9134 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9135 # as well as any symbol that contains `d'.
718a6fd8 9136 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
9137 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9138 # platforms (ab)use it in PIC code, but their linkers get confused if
9139 # the symbol is explicitly referenced. Since portable code cannot
9140 # rely on this symbol name, it's probably fine to never include it in
9141 # preloaded symbol tables.
718a6fd8 9142 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
9143 extract_expsyms_cmds=
9144
9145 case $host_os in
718a6fd8 9146 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9147 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9148 # When not using gcc, we currently assume that we are using
9149 # Microsoft Visual C++.
9150 if test "$GCC" != yes; then
9151 with_gnu_ld=no
9152 fi
9153 ;;
9154 interix*)
9155 # we just hope/assume this is gcc and not c89 (= MSVC++)
9156 with_gnu_ld=yes
9157 ;;
9158 openbsd*)
9159 with_gnu_ld=no
9160 ;;
9161 esac
9162
9163 ld_shlibs=yes
3725885a
RW
9164
9165 # On some targets, GNU ld is compatible enough with the native linker
9166 # that we're better off using the native interface for both.
9167 lt_use_gnu_ld_interface=no
d7040cdb 9168 if test "$with_gnu_ld" = yes; then
3725885a
RW
9169 case $host_os in
9170 aix*)
9171 # The AIX port of GNU ld has always aspired to compatibility
9172 # with the native linker. However, as the warning in the GNU ld
9173 # block says, versions before 2.19.5* couldn't really create working
9174 # shared libraries, regardless of the interface used.
9175 case `$LD -v 2>&1` in
9176 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9177 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9178 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9179 *)
9180 lt_use_gnu_ld_interface=yes
9181 ;;
9182 esac
9183 ;;
9184 *)
9185 lt_use_gnu_ld_interface=yes
9186 ;;
9187 esac
9188 fi
9189
9190 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
9191 # If archive_cmds runs LD, not CC, wlarc should be empty
9192 wlarc='${wl}'
9193
9194 # Set some defaults for GNU ld with shared library support. These
9195 # are reset later if shared libraries are not supported. Putting them
9196 # here allows them to be overridden if necessary.
9197 runpath_var=LD_RUN_PATH
9198 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9199 export_dynamic_flag_spec='${wl}--export-dynamic'
9200 # ancient GNU ld didn't support --whole-archive et. al.
9201 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9202 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9203 else
9204 whole_archive_flag_spec=
9205 fi
9206 supports_anon_versioning=no
9207 case `$LD -v 2>&1` in
3725885a 9208 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
9209 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9210 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9211 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9212 *\ 2.11.*) ;; # other 2.11 versions
9213 *) supports_anon_versioning=yes ;;
9214 esac
9215
9216 # See if GNU ld supports shared libraries.
9217 case $host_os in
50e7d84b 9218 aix[3-9]*)
d7040cdb
SE
9219 # On AIX/PPC, the GNU linker is very broken
9220 if test "$host_cpu" != ia64; then
9221 ld_shlibs=no
9222 cat <<_LT_EOF 1>&2
9223
3725885a 9224*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
9225*** to be unable to reliably create shared libraries on AIX.
9226*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9227*** really care for shared libraries, you may want to install binutils
9228*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9229*** You will then need to restart the configuration process.
d7040cdb
SE
9230
9231_LT_EOF
9232 fi
9233 ;;
9234
9235 amigaos*)
718a6fd8
SE
9236 case $host_cpu in
9237 powerpc)
9238 # see comment about AmigaOS4 .so support
9239 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9240 archive_expsym_cmds=''
9241 ;;
9242 m68k)
9243 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)'
9244 hardcode_libdir_flag_spec='-L$libdir'
9245 hardcode_minus_L=yes
9246 ;;
9247 esac
d7040cdb
SE
9248 ;;
9249
9250 beos*)
9251 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9252 allow_undefined_flag=unsupported
9253 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9254 # support --undefined. This deserves some investigation. FIXME
9255 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9256 else
9257 ld_shlibs=no
9258 fi
9259 ;;
9260
718a6fd8 9261 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9262 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9263 # as there is no search path for DLLs.
9264 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9265 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
9266 allow_undefined_flag=unsupported
9267 always_export_symbols=no
9268 enable_shared_with_static_runtimes=yes
f2c621e4 9269 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb
SE
9270
9271 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9272 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9273 # If the export-symbols file already is a .def file (1st line
9274 # is EXPORTS), use it as is; otherwise, prepend...
9275 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9276 cp $export_symbols $output_objdir/$soname.def;
9277 else
9278 echo EXPORTS > $output_objdir/$soname.def;
9279 cat $export_symbols >> $output_objdir/$soname.def;
9280 fi~
9281 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9282 else
9283 ld_shlibs=no
9284 fi
9285 ;;
9286
3725885a
RW
9287 haiku*)
9288 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9289 link_all_deplibs=yes
9290 ;;
9291
d7040cdb
SE
9292 interix[3-9]*)
9293 hardcode_direct=no
9294 hardcode_shlibpath_var=no
9295 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9296 export_dynamic_flag_spec='${wl}-E'
9297 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9298 # Instead, shared libraries are loaded at an image base (0x10000000 by
9299 # default) and relocated if they conflict, which is a slow very memory
9300 # consuming and fragmenting process. To avoid this, we pick a random,
9301 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9302 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9303 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9304 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'
9305 ;;
9306
58e24671 9307 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9308 tmp_diet=no
9309 if test "$host_os" = linux-dietlibc; then
9310 case $cc_basename in
9311 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9312 esac
9313 fi
9314 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9315 && test "$tmp_diet" = no
9316 then
6e733cce 9317 tmp_addflag=' $pic_flag'
718a6fd8 9318 tmp_sharedflag='-shared'
d7040cdb
SE
9319 case $cc_basename,$host_cpu in
9320 pgcc*) # Portland Group C compiler
3725885a 9321 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
d7040cdb
SE
9322 tmp_addflag=' $pic_flag'
9323 ;;
3725885a
RW
9324 pgf77* | pgf90* | pgf95* | pgfortran*)
9325 # Portland Group f77 and f90 compilers
9326 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
d7040cdb
SE
9327 tmp_addflag=' $pic_flag -Mnomain' ;;
9328 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9329 tmp_addflag=' -i_dynamic' ;;
9330 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9331 tmp_addflag=' -i_dynamic -nofor_main' ;;
9332 ifc* | ifort*) # Intel Fortran compiler
9333 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9334 lf95*) # Lahey Fortran 8.1
9335 whole_archive_flag_spec=
9336 tmp_sharedflag='--shared' ;;
3725885a 9337 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9338 tmp_sharedflag='-qmkshrobj'
9339 tmp_addflag= ;;
3725885a
RW
9340 nvcc*) # Cuda Compiler Driver 2.2
9341 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'
9342 compiler_needs_object=yes
9343 ;;
d7040cdb
SE
9344 esac
9345 case `$CC -V 2>&1 | sed 5q` in
9346 *Sun\ C*) # Sun C 5.9
3725885a 9347 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
d7040cdb
SE
9348 compiler_needs_object=yes
9349 tmp_sharedflag='-G' ;;
9350 *Sun\ F*) # Sun Fortran 8.3
9351 tmp_sharedflag='-G' ;;
d7040cdb
SE
9352 esac
9353 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9354
9355 if test "x$supports_anon_versioning" = xyes; then
9356 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9357 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9358 echo "local: *; };" >> $output_objdir/$libname.ver~
9359 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9360 fi
718a6fd8
SE
9361
9362 case $cc_basename in
3725885a 9363 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9364 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9365 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9366 hardcode_libdir_flag_spec=
9367 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9368 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9369 if test "x$supports_anon_versioning" = xyes; then
9370 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9371 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9372 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9373 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9374 fi
9375 ;;
9376 esac
d7040cdb
SE
9377 else
9378 ld_shlibs=no
9379 fi
9380 ;;
9381
9382 netbsd*)
9383 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9384 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9385 wlarc=
9386 else
f2c621e4
AS
9387 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9388 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9389 fi
9390 ;;
9391
9392 solaris*)
9393 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9394 ld_shlibs=no
9395 cat <<_LT_EOF 1>&2
9396
9397*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9398*** create shared libraries on Solaris systems. Therefore, libtool
9399*** is disabling shared libraries support. We urge you to upgrade GNU
9400*** binutils to release 2.9.1 or newer. Another option is to modify
9401*** your PATH or compiler configuration so that the native linker is
9402*** used, and then restart.
9403
9404_LT_EOF
9405 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9406 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9407 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9408 else
9409 ld_shlibs=no
9410 fi
9411 ;;
9412
9413 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9414 case `$LD -v 2>&1` in
9415 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9416 ld_shlibs=no
9417 cat <<_LT_EOF 1>&2
9418
9419*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9420*** reliably create shared libraries on SCO systems. Therefore, libtool
9421*** is disabling shared libraries support. We urge you to upgrade GNU
9422*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9423*** your PATH or compiler configuration so that the native linker is
9424*** used, and then restart.
9425
9426_LT_EOF
9427 ;;
9428 *)
9429 # For security reasons, it is highly recommended that you always
9430 # use absolute paths for naming shared libraries, and exclude the
9431 # DT_RUNPATH tag from executables and libraries. But doing so
9432 # requires that you compile everything twice, which is a pain.
9433 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9434 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9435 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9436 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9437 else
9438 ld_shlibs=no
9439 fi
9440 ;;
9441 esac
9442 ;;
9443
9444 sunos4*)
9445 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9446 wlarc=
9447 hardcode_direct=yes
9448 hardcode_shlibpath_var=no
9449 ;;
9450
9451 *)
9452 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9453 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9454 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9455 else
9456 ld_shlibs=no
9457 fi
9458 ;;
9459 esac
9460
9461 if test "$ld_shlibs" = no; then
9462 runpath_var=
9463 hardcode_libdir_flag_spec=
9464 export_dynamic_flag_spec=
9465 whole_archive_flag_spec=
9466 fi
9467 else
9468 # PORTME fill in a description of your system's linker (not GNU ld)
9469 case $host_os in
9470 aix3*)
9471 allow_undefined_flag=unsupported
9472 always_export_symbols=yes
9473 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'
9474 # Note: this linker hardcodes the directories in LIBPATH if there
9475 # are no directories specified by -L.
9476 hardcode_minus_L=yes
9477 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9478 # Neither direct hardcoding nor static linking is supported with a
9479 # broken collect2.
9480 hardcode_direct=unsupported
9481 fi
9482 ;;
9483
50e7d84b 9484 aix[4-9]*)
d7040cdb
SE
9485 if test "$host_cpu" = ia64; then
9486 # On IA64, the linker does run time linking by default, so we don't
9487 # have to do anything special.
9488 aix_use_runtimelinking=no
9489 exp_sym_flag='-Bexport'
9490 no_entry_flag=""
9491 else
9492 # If we're using GNU nm, then we don't want the "-C" option.
9493 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9494 # Also, AIX nm treats weak defined symbols like other global
9495 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9496 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9497 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
d7040cdb 9498 else
5c14705f 9499 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
d7040cdb
SE
9500 fi
9501 aix_use_runtimelinking=no
9502
9503 # Test if we are trying to use run time linking or normal
9504 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9505 # need to do runtime linking.
50e7d84b 9506 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9507 for ld_flag in $LDFLAGS; do
9508 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9509 aix_use_runtimelinking=yes
9510 break
9511 fi
9512 done
9513 ;;
9514 esac
9515
9516 exp_sym_flag='-bexport'
9517 no_entry_flag='-bnoentry'
9518 fi
9519
9520 # When large executables or shared objects are built, AIX ld can
9521 # have problems creating the table of contents. If linking a library
9522 # or program results in "error TOC overflow" add -mminimal-toc to
9523 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9524 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9525
9526 archive_cmds=''
9527 hardcode_direct=yes
9528 hardcode_direct_absolute=yes
9529 hardcode_libdir_separator=':'
9530 link_all_deplibs=yes
9531 file_list_spec='${wl}-f,'
9532
9533 if test "$GCC" = yes; then
9534 case $host_os in aix4.[012]|aix4.[012].*)
9535 # We only want to do this on AIX 4.2 and lower, the check
9536 # below for broken collect2 doesn't work under 4.3+
9537 collect2name=`${CC} -print-prog-name=collect2`
9538 if test -f "$collect2name" &&
9539 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9540 then
9541 # We have reworked collect2
9542 :
9543 else
9544 # We have old collect2
9545 hardcode_direct=unsupported
9546 # It fails to find uninstalled libraries when the uninstalled
9547 # path is not listed in the libpath. Setting hardcode_minus_L
9548 # to unsupported forces relinking
9549 hardcode_minus_L=yes
9550 hardcode_libdir_flag_spec='-L$libdir'
9551 hardcode_libdir_separator=
9552 fi
9553 ;;
9554 esac
9555 shared_flag='-shared'
9556 if test "$aix_use_runtimelinking" = yes; then
9557 shared_flag="$shared_flag "'${wl}-G'
9558 fi
9559 else
9560 # not using gcc
9561 if test "$host_cpu" = ia64; then
9562 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9563 # chokes on -Wl,-G. The following line is correct:
9564 shared_flag='-G'
9565 else
9566 if test "$aix_use_runtimelinking" = yes; then
9567 shared_flag='${wl}-G'
9568 else
9569 shared_flag='${wl}-bM:SRE'
9570 fi
9571 fi
9572 fi
9573
718a6fd8 9574 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9575 # It seems that -bexpall does not export symbols beginning with
9576 # underscore (_), so it is better to generate a list of symbols to export.
9577 always_export_symbols=yes
9578 if test "$aix_use_runtimelinking" = yes; then
9579 # Warning - without using the other runtime loading flags (-brtl),
9580 # -berok will link without error, but may produce a broken library.
9581 allow_undefined_flag='-berok'
9582 # Determine the default libpath from the value encoded in an
9583 # empty executable.
f2c621e4 9584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9585/* end confdefs.h. */
d7040cdb
SE
9586
9587int
9588main ()
9589{
9590
9591 ;
9592 return 0;
9593}
42ecbf5e 9594_ACEOF
81ecdfbb 9595if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9596
f2c621e4
AS
9597lt_aix_libpath_sed='
9598 /Import File Strings/,/^$/ {
9599 /^0/ {
9600 s/^0 *\(.*\)$/\1/
9601 p
9602 }
9603 }'
9604aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9605# Check for a 64-bit object if we didn't find anything.
9606if test -z "$aix_libpath"; then
9607 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9608fi
252b5132 9609fi
81ecdfbb
RW
9610rm -f core conftest.err conftest.$ac_objext \
9611 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9612if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9613
d7040cdb 9614 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9615 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
d7040cdb
SE
9616 else
9617 if test "$host_cpu" = ia64; then
9618 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9619 allow_undefined_flag="-z nodefs"
9620 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"
9621 else
9622 # Determine the default libpath from the value encoded in an
9623 # empty executable.
f2c621e4 9624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9625/* end confdefs.h. */
d7040cdb
SE
9626
9627int
9628main ()
9629{
9630
9631 ;
9632 return 0;
9633}
42ecbf5e 9634_ACEOF
81ecdfbb 9635if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9636
f2c621e4
AS
9637lt_aix_libpath_sed='
9638 /Import File Strings/,/^$/ {
9639 /^0/ {
9640 s/^0 *\(.*\)$/\1/
9641 p
9642 }
9643 }'
9644aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9645# Check for a 64-bit object if we didn't find anything.
9646if test -z "$aix_libpath"; then
9647 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9648fi
252b5132 9649fi
81ecdfbb
RW
9650rm -f core conftest.err conftest.$ac_objext \
9651 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9652if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb
SE
9653
9654 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9655 # Warning - without using the other run time loading flags,
9656 # -berok will link without error, but may produce a broken library.
9657 no_undefined_flag=' ${wl}-bernotok'
9658 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9659 if test "$with_gnu_ld" = yes; then
9660 # We only use this code for GNU lds that support --whole-archive.
9661 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9662 else
9663 # Exported symbols can be pulled into shared objects from archives
9664 whole_archive_flag_spec='$convenience'
9665 fi
d7040cdb
SE
9666 archive_cmds_need_lc=yes
9667 # This is similar to how AIX traditionally builds its shared libraries.
9668 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'
9669 fi
9670 fi
9671 ;;
42ecbf5e 9672
d7040cdb 9673 amigaos*)
718a6fd8
SE
9674 case $host_cpu in
9675 powerpc)
9676 # see comment about AmigaOS4 .so support
9677 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9678 archive_expsym_cmds=''
9679 ;;
9680 m68k)
9681 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)'
9682 hardcode_libdir_flag_spec='-L$libdir'
9683 hardcode_minus_L=yes
9684 ;;
9685 esac
d7040cdb 9686 ;;
252b5132 9687
d7040cdb
SE
9688 bsdi[45]*)
9689 export_dynamic_flag_spec=-rdynamic
9690 ;;
252b5132 9691
718a6fd8 9692 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9693 # When not using gcc, we currently assume that we are using
9694 # Microsoft Visual C++.
9695 # hardcode_libdir_flag_spec is actually meaningless, as there is
9696 # no search path for DLLs.
f2c621e4
AS
9697 hardcode_libdir_flag_spec=' '
9698 allow_undefined_flag=unsupported
9699 # Tell ltmain to make .lib files, not .a files.
9700 libext=lib
9701 # Tell ltmain to make .dll files, not .so files.
9702 shrext_cmds=".dll"
9703 # FIXME: Setting linknames here is a bad hack.
9704 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9705 # The linker will automatically build a .lib file if we build a DLL.
9706 old_archive_from_new_cmds='true'
9707 # FIXME: Should let the user specify the lib program.
9708 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9709 fix_srcfile_path='`cygpath -w "$srcfile"`'
9710 enable_shared_with_static_runtimes=yes
d7040cdb 9711 ;;
252b5132 9712
d7040cdb 9713 darwin* | rhapsody*)
c46f8c51 9714
718a6fd8
SE
9715
9716 archive_cmds_need_lc=no
9717 hardcode_direct=no
9718 hardcode_automatic=yes
9719 hardcode_shlibpath_var=unsupported
3725885a
RW
9720 if test "$lt_cv_ld_force_load" = "yes"; then
9721 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\"`'
9722 else
9723 whole_archive_flag_spec=''
9724 fi
718a6fd8
SE
9725 link_all_deplibs=yes
9726 allow_undefined_flag="$_lt_dar_allow_undefined"
9727 case $cc_basename in
9728 ifort*) _lt_dar_can_shared=yes ;;
9729 *) _lt_dar_can_shared=$GCC ;;
9730 esac
9731 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9732 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9733 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9734 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9735 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}"
9736 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}"
9737
9738 else
9739 ld_shlibs=no
9740 fi
9741
d7040cdb 9742 ;;
42ecbf5e 9743
d7040cdb
SE
9744 dgux*)
9745 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9746 hardcode_libdir_flag_spec='-L$libdir'
9747 hardcode_shlibpath_var=no
9748 ;;
252b5132 9749
d7040cdb
SE
9750 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9751 # support. Future versions do this automatically, but an explicit c++rt0.o
9752 # does not break anything, and helps significantly (at the cost of a little
9753 # extra space).
9754 freebsd2.2*)
9755 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9756 hardcode_libdir_flag_spec='-R$libdir'
9757 hardcode_direct=yes
9758 hardcode_shlibpath_var=no
9759 ;;
252b5132 9760
d7040cdb 9761 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9762 freebsd2.*)
d7040cdb
SE
9763 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9764 hardcode_direct=yes
9765 hardcode_minus_L=yes
9766 hardcode_shlibpath_var=no
9767 ;;
42ecbf5e 9768
d7040cdb
SE
9769 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9770 freebsd* | dragonfly*)
f2c621e4 9771 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9772 hardcode_libdir_flag_spec='-R$libdir'
9773 hardcode_direct=yes
9774 hardcode_shlibpath_var=no
9775 ;;
252b5132 9776
d7040cdb
SE
9777 hpux9*)
9778 if test "$GCC" = yes; then
f2c621e4 9779 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
d7040cdb
SE
9780 else
9781 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'
9782 fi
9783 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9784 hardcode_libdir_separator=:
9785 hardcode_direct=yes
9786
9787 # hardcode_minus_L: Not really in the search PATH,
9788 # but as the default location of the library.
9789 hardcode_minus_L=yes
9790 export_dynamic_flag_spec='${wl}-E'
9791 ;;
20e95c23 9792
d7040cdb 9793 hpux10*)
3725885a 9794 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9795 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9796 else
9797 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9798 fi
9799 if test "$with_gnu_ld" = no; then
9800 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9801 hardcode_libdir_flag_spec_ld='+b $libdir'
9802 hardcode_libdir_separator=:
9803 hardcode_direct=yes
9804 hardcode_direct_absolute=yes
9805 export_dynamic_flag_spec='${wl}-E'
9806 # hardcode_minus_L: Not really in the search PATH,
9807 # but as the default location of the library.
9808 hardcode_minus_L=yes
9809 fi
9810 ;;
20e95c23 9811
d7040cdb 9812 hpux11*)
3725885a 9813 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9814 case $host_cpu in
9815 hppa*64*)
9816 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9817 ;;
9818 ia64*)
f2c621e4 9819 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9820 ;;
9821 *)
f2c621e4 9822 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9823 ;;
9824 esac
9825 else
9826 case $host_cpu in
9827 hppa*64*)
9828 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9829 ;;
9830 ia64*)
9831 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9832 ;;
9833 *)
3725885a
RW
9834
9835 # Older versions of the 11.00 compiler do not understand -b yet
9836 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9838$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9839if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9840 $as_echo_n "(cached) " >&6
9841else
9842 lt_cv_prog_compiler__b=no
9843 save_LDFLAGS="$LDFLAGS"
9844 LDFLAGS="$LDFLAGS -b"
9845 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9846 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9847 # The linker can only warn and ignore the option if not recognized
9848 # So say no if there are warnings
9849 if test -s conftest.err; then
9850 # Append any errors to the config.log.
9851 cat conftest.err 1>&5
9852 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9853 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9854 if diff conftest.exp conftest.er2 >/dev/null; then
9855 lt_cv_prog_compiler__b=yes
9856 fi
9857 else
9858 lt_cv_prog_compiler__b=yes
9859 fi
9860 fi
9861 $RM -r conftest*
9862 LDFLAGS="$save_LDFLAGS"
9863
9864fi
9865{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9866$as_echo "$lt_cv_prog_compiler__b" >&6; }
9867
9868if test x"$lt_cv_prog_compiler__b" = xyes; then
9869 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9870else
9871 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9872fi
9873
d7040cdb
SE
9874 ;;
9875 esac
9876 fi
9877 if test "$with_gnu_ld" = no; then
9878 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9879 hardcode_libdir_separator=:
9880
9881 case $host_cpu in
9882 hppa*64*|ia64*)
9883 hardcode_direct=no
9884 hardcode_shlibpath_var=no
9885 ;;
9886 *)
9887 hardcode_direct=yes
9888 hardcode_direct_absolute=yes
9889 export_dynamic_flag_spec='${wl}-E'
9890
9891 # hardcode_minus_L: Not really in the search PATH,
9892 # but as the default location of the library.
9893 hardcode_minus_L=yes
9894 ;;
9895 esac
9896 fi
9897 ;;
9898
9899 irix5* | irix6* | nonstopux*)
9900 if test "$GCC" = yes; then
f2c621e4 9901 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
d7040cdb
SE
9902 # Try to use the -exported_symbol ld option, if it does not
9903 # work, assume that -exports_file does not work either and
9904 # implicitly export all symbols.
f2c621e4
AS
9905 save_LDFLAGS="$LDFLAGS"
9906 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9908/* end confdefs.h. */
f2c621e4 9909int foo(void) {}
42ecbf5e 9910_ACEOF
81ecdfbb 9911if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9912 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'
9913
42ecbf5e 9914fi
81ecdfbb
RW
9915rm -f core conftest.err conftest.$ac_objext \
9916 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9917 LDFLAGS="$save_LDFLAGS"
d7040cdb 9918 else
3725885a
RW
9919 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'
9920 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
d7040cdb
SE
9921 fi
9922 archive_cmds_need_lc='no'
9923 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9924 hardcode_libdir_separator=:
9925 inherit_rpath=yes
9926 link_all_deplibs=yes
9927 ;;
42ecbf5e 9928
d7040cdb
SE
9929 netbsd*)
9930 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9931 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9932 else
9933 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9934 fi
9935 hardcode_libdir_flag_spec='-R$libdir'
9936 hardcode_direct=yes
9937 hardcode_shlibpath_var=no
9938 ;;
42ecbf5e 9939
d7040cdb
SE
9940 newsos6)
9941 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9942 hardcode_direct=yes
9943 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9944 hardcode_libdir_separator=:
9945 hardcode_shlibpath_var=no
9946 ;;
42ecbf5e 9947
d7040cdb
SE
9948 *nto* | *qnx*)
9949 ;;
252b5132 9950
d7040cdb 9951 openbsd*)
718a6fd8
SE
9952 if test -f /usr/libexec/ld.so; then
9953 hardcode_direct=yes
9954 hardcode_shlibpath_var=no
9955 hardcode_direct_absolute=yes
9956 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9957 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9958 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9959 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9960 export_dynamic_flag_spec='${wl}-E'
9961 else
9962 case $host_os in
9963 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9964 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9965 hardcode_libdir_flag_spec='-R$libdir'
9966 ;;
9967 *)
9968 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9969 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9970 ;;
9971 esac
9972 fi
9973 else
9974 ld_shlibs=no
d7040cdb
SE
9975 fi
9976 ;;
252b5132 9977
d7040cdb
SE
9978 os2*)
9979 hardcode_libdir_flag_spec='-L$libdir'
9980 hardcode_minus_L=yes
9981 allow_undefined_flag=unsupported
3725885a 9982 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
d7040cdb
SE
9983 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9984 ;;
2481e6a2 9985
d7040cdb
SE
9986 osf3*)
9987 if test "$GCC" = yes; then
9988 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9989 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
d7040cdb
SE
9990 else
9991 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9992 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
d7040cdb
SE
9993 fi
9994 archive_cmds_need_lc='no'
9995 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9996 hardcode_libdir_separator=:
9997 ;;
42ecbf5e 9998
d7040cdb
SE
9999 osf4* | osf5*) # as osf3* with the addition of -msym flag
10000 if test "$GCC" = yes; then
10001 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 10002 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
d7040cdb
SE
10003 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10004 else
10005 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10006 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
d7040cdb 10007 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 10008 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
42ecbf5e 10009
d7040cdb
SE
10010 # Both c and cxx compiler support -rpath directly
10011 hardcode_libdir_flag_spec='-rpath $libdir'
10012 fi
10013 archive_cmds_need_lc='no'
10014 hardcode_libdir_separator=:
10015 ;;
10016
10017 solaris*)
10018 no_undefined_flag=' -z defs'
10019 if test "$GCC" = yes; then
10020 wlarc='${wl}'
f2c621e4 10021 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 10022 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 10023 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
d7040cdb
SE
10024 else
10025 case `$CC -V 2>&1` in
10026 *"Compilers 5.0"*)
10027 wlarc=''
10028 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10029 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10030 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10031 ;;
10032 *)
10033 wlarc='${wl}'
10034 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10035 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10036 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10037 ;;
10038 esac
10039 fi
10040 hardcode_libdir_flag_spec='-R$libdir'
10041 hardcode_shlibpath_var=no
10042 case $host_os in
10043 solaris2.[0-5] | solaris2.[0-5].*) ;;
10044 *)
10045 # The compiler driver will combine and reorder linker options,
10046 # but understands `-z linker_flag'. GCC discards it without `$wl',
10047 # but is careful enough not to reorder.
10048 # Supported since Solaris 2.6 (maybe 2.5.1?)
10049 if test "$GCC" = yes; then
10050 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10051 else
10052 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10053 fi
10054 ;;
10055 esac
10056 link_all_deplibs=yes
10057 ;;
10058
10059 sunos4*)
10060 if test "x$host_vendor" = xsequent; then
10061 # Use $CC to link under sequent, because it throws in some extra .o
10062 # files that make .init and .fini sections work.
10063 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10064 else
10065 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10066 fi
10067 hardcode_libdir_flag_spec='-L$libdir'
10068 hardcode_direct=yes
10069 hardcode_minus_L=yes
10070 hardcode_shlibpath_var=no
10071 ;;
10072
10073 sysv4)
10074 case $host_vendor in
10075 sni)
10076 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10077 hardcode_direct=yes # is this really true???
10078 ;;
10079 siemens)
10080 ## LD is ld it makes a PLAMLIB
10081 ## CC just makes a GrossModule.
10082 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10083 reload_cmds='$CC -r -o $output$reload_objs'
10084 hardcode_direct=no
10085 ;;
10086 motorola)
10087 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10088 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10089 ;;
10090 esac
10091 runpath_var='LD_RUN_PATH'
10092 hardcode_shlibpath_var=no
10093 ;;
10094
10095 sysv4.3*)
10096 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10097 hardcode_shlibpath_var=no
10098 export_dynamic_flag_spec='-Bexport'
10099 ;;
10100
10101 sysv4*MP*)
10102 if test -d /usr/nec; then
10103 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10104 hardcode_shlibpath_var=no
10105 runpath_var=LD_RUN_PATH
10106 hardcode_runpath_var=yes
10107 ld_shlibs=yes
10108 fi
10109 ;;
10110
10111 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10112 no_undefined_flag='${wl}-z,text'
10113 archive_cmds_need_lc=no
10114 hardcode_shlibpath_var=no
10115 runpath_var='LD_RUN_PATH'
10116
10117 if test "$GCC" = yes; then
10118 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10119 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10120 else
10121 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10122 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10123 fi
10124 ;;
10125
10126 sysv5* | sco3.2v5* | sco5v6*)
10127 # Note: We can NOT use -z defs as we might desire, because we do not
10128 # link with -lc, and that would cause any symbols used from libc to
10129 # always be unresolved, which means just about no library would
10130 # ever link correctly. If we're not using GNU ld we use -z text
10131 # though, which does catch some bad symbols but isn't as heavy-handed
10132 # as -z defs.
10133 no_undefined_flag='${wl}-z,text'
10134 allow_undefined_flag='${wl}-z,nodefs'
10135 archive_cmds_need_lc=no
10136 hardcode_shlibpath_var=no
10137 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10138 hardcode_libdir_separator=':'
10139 link_all_deplibs=yes
10140 export_dynamic_flag_spec='${wl}-Bexport'
10141 runpath_var='LD_RUN_PATH'
10142
10143 if test "$GCC" = yes; then
10144 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10145 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10146 else
10147 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10148 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10149 fi
10150 ;;
10151
10152 uts4*)
10153 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10154 hardcode_libdir_flag_spec='-L$libdir'
10155 hardcode_shlibpath_var=no
10156 ;;
10157
10158 *)
10159 ld_shlibs=no
10160 ;;
10161 esac
10162
10163 if test x$host_vendor = xsni; then
10164 case $host in
10165 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10166 export_dynamic_flag_spec='${wl}-Blargedynsym'
10167 ;;
10168 esac
10169 fi
10170 fi
10171
81ecdfbb
RW
10172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10173$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
10174test "$ld_shlibs" = no && can_build_shared=no
10175
10176with_gnu_ld=$with_gnu_ld
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192#
10193# Do we need to explicitly link libc?
10194#
10195case "x$archive_cmds_need_lc" in
10196x|xyes)
10197 # Assume -lc should be added
10198 archive_cmds_need_lc=yes
10199
10200 if test "$enable_shared" = yes && test "$GCC" = yes; then
10201 case $archive_cmds in
10202 *'~'*)
10203 # FIXME: we may have to deal with multi-command sequences.
10204 ;;
10205 '$CC '*)
10206 # Test whether the compiler implicitly links with -lc since on some
10207 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10208 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10210$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 10211if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 10212 $as_echo_n "(cached) " >&6
39144654
RW
10213else
10214 $RM conftest*
10215 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10216
81ecdfbb 10217 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 10218 (eval $ac_compile) 2>&5
20e95c23 10219 ac_status=$?
81ecdfbb
RW
10220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10221 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10222 soname=conftest
10223 lib=conftest
10224 libobjs=conftest.$ac_objext
10225 deplibs=
10226 wl=$lt_prog_compiler_wl
10227 pic_flag=$lt_prog_compiler_pic
10228 compiler_flags=-v
10229 linker_flags=-v
10230 verstring=
10231 output_objdir=.
10232 libname=conftest
10233 lt_save_allow_undefined_flag=$allow_undefined_flag
10234 allow_undefined_flag=
81ecdfbb 10235 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 10236 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 10237 ac_status=$?
81ecdfbb
RW
10238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10239 test $ac_status = 0; }
39144654
RW
10240 then
10241 lt_cv_archive_cmds_need_lc=no
10242 else
10243 lt_cv_archive_cmds_need_lc=yes
10244 fi
10245 allow_undefined_flag=$lt_save_allow_undefined_flag
10246 else
10247 cat conftest.err 1>&5
10248 fi
10249 $RM conftest*
10250
10251fi
81ecdfbb
RW
10252{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10253$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10254 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
10255 ;;
10256 esac
10257 fi
10258 ;;
10259esac
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
81ecdfbb
RW
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10418$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10419
10420if test "$GCC" = yes; then
d7040cdb
SE
10421 case $host_os in
10422 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10423 *) lt_awk_arg="/^libraries:/" ;;
10424 esac
3725885a
RW
10425 case $host_os in
10426 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10427 *) lt_sed_strip_eq="s,=/,/,g" ;;
10428 esac
10429 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10430 case $lt_search_path_spec in
10431 *\;*)
d7040cdb
SE
10432 # if the path contains ";" then we assume it to be the separator
10433 # otherwise default to the standard path separator (i.e. ":") - it is
10434 # assumed that no part of a normal pathname contains ";" but that should
10435 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10436 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10437 ;;
10438 *)
10439 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10440 ;;
10441 esac
d7040cdb
SE
10442 # Ok, now we have the path, separated by spaces, we can step through it
10443 # and add multilib dir if necessary.
10444 lt_tmp_lt_search_path_spec=
10445 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10446 for lt_sys_path in $lt_search_path_spec; do
10447 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10448 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10449 else
10450 test -d "$lt_sys_path" && \
10451 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10452 fi
10453 done
3725885a 10454 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10455BEGIN {RS=" "; FS="/|\n";} {
10456 lt_foo="";
10457 lt_count=0;
10458 for (lt_i = NF; lt_i > 0; lt_i--) {
10459 if ($lt_i != "" && $lt_i != ".") {
10460 if ($lt_i == "..") {
10461 lt_count++;
10462 } else {
10463 if (lt_count == 0) {
10464 lt_foo="/" $lt_i lt_foo;
10465 } else {
10466 lt_count--;
10467 }
10468 }
10469 }
10470 }
10471 if (lt_foo != "") { lt_freq[lt_foo]++; }
10472 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10473}'`
3725885a
RW
10474 # AWK program above erroneously prepends '/' to C:/dos/paths
10475 # for these hosts.
10476 case $host_os in
10477 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10478 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10479 esac
10480 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10481else
10482 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10483fi
10484library_names_spec=
10485libname_spec='lib$name'
10486soname_spec=
10487shrext_cmds=".so"
10488postinstall_cmds=
10489postuninstall_cmds=
10490finish_cmds=
10491finish_eval=
10492shlibpath_var=
10493shlibpath_overrides_runpath=unknown
10494version_type=none
10495dynamic_linker="$host_os ld.so"
10496sys_lib_dlsearch_path_spec="/lib /usr/lib"
10497need_lib_prefix=unknown
10498hardcode_into_libs=no
10499
10500# when you set need_version to no, make sure it does not cause -set_version
10501# flags to be left without arguments
10502need_version=unknown
10503
10504case $host_os in
10505aix3*)
10506 version_type=linux
10507 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10508 shlibpath_var=LIBPATH
10509
10510 # AIX 3 has no versioning support, so we append a major version to the name.
10511 soname_spec='${libname}${release}${shared_ext}$major'
10512 ;;
10513
50e7d84b 10514aix[4-9]*)
d7040cdb
SE
10515 version_type=linux
10516 need_lib_prefix=no
10517 need_version=no
10518 hardcode_into_libs=yes
10519 if test "$host_cpu" = ia64; then
10520 # AIX 5 supports IA64
10521 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10522 shlibpath_var=LD_LIBRARY_PATH
10523 else
10524 # With GCC up to 2.95.x, collect2 would create an import file
10525 # for dependence libraries. The import file would start with
10526 # the line `#! .'. This would cause the generated library to
10527 # depend on `.', always an invalid library. This was fixed in
10528 # development snapshots of GCC prior to 3.0.
10529 case $host_os in
10530 aix4 | aix4.[01] | aix4.[01].*)
10531 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10532 echo ' yes '
10533 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10534 :
10535 else
10536 can_build_shared=no
10537 fi
10538 ;;
10539 esac
10540 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10541 # soname into executable. Probably we can add versioning support to
10542 # collect2, so additional links can be useful in future.
10543 if test "$aix_use_runtimelinking" = yes; then
10544 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10545 # instead of lib<name>.a to let people know that these are not
10546 # typical AIX shared libraries.
10547 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10548 else
10549 # We preserve .a as extension for shared libraries through AIX4.2
10550 # and later when we are not doing run time linking.
10551 library_names_spec='${libname}${release}.a $libname.a'
10552 soname_spec='${libname}${release}${shared_ext}$major'
10553 fi
10554 shlibpath_var=LIBPATH
10555 fi
10556 ;;
10557
10558amigaos*)
718a6fd8
SE
10559 case $host_cpu in
10560 powerpc)
10561 # Since July 2007 AmigaOS4 officially supports .so libraries.
10562 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10563 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10564 ;;
10565 m68k)
d7040cdb
SE
10566 library_names_spec='$libname.ixlibrary $libname.a'
10567 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10568 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
10569 ;;
10570 esac
d7040cdb
SE
10571 ;;
10572
10573beos*)
10574 library_names_spec='${libname}${shared_ext}'
10575 dynamic_linker="$host_os ld.so"
10576 shlibpath_var=LIBRARY_PATH
10577 ;;
10578
10579bsdi[45]*)
10580 version_type=linux
10581 need_version=no
10582 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10583 soname_spec='${libname}${release}${shared_ext}$major'
10584 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10585 shlibpath_var=LD_LIBRARY_PATH
10586 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10587 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10588 # the default ld.so.conf also contains /usr/contrib/lib and
10589 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10590 # libtool to hard-code these into programs
10591 ;;
10592
718a6fd8 10593cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10594 version_type=windows
10595 shrext_cmds=".dll"
10596 need_version=no
10597 need_lib_prefix=no
10598
f2c621e4
AS
10599 case $GCC,$host_os in
10600 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10601 library_names_spec='$libname.dll.a'
10602 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10603 postinstall_cmds='base_file=`basename \${file}`~
10604 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10605 dldir=$destdir/`dirname \$dlpath`~
10606 test -d \$dldir || mkdir -p \$dldir~
10607 $install_prog $dir/$dlname \$dldir/$dlname~
10608 chmod a+x \$dldir/$dlname~
10609 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10610 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10611 fi'
10612 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10613 dlpath=$dir/\$dldll~
10614 $RM \$dlpath'
10615 shlibpath_overrides_runpath=yes
10616
10617 case $host_os in
10618 cygwin*)
10619 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10620 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10621
10622 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10623 ;;
718a6fd8 10624 mingw* | cegcc*)
d7040cdb
SE
10625 # MinGW DLLs use traditional 'lib' prefix
10626 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10627 ;;
10628 pw32*)
10629 # pw32 DLLs use 'pw' prefix rather than 'lib'
10630 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10631 ;;
10632 esac
10633 ;;
10634
10635 *)
10636 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10637 ;;
10638 esac
f2c621e4 10639 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
10640 # FIXME: first we should search . and the directory the executable is in
10641 shlibpath_var=PATH
10642 ;;
10643
10644darwin* | rhapsody*)
10645 dynamic_linker="$host_os dyld"
10646 version_type=darwin
10647 need_lib_prefix=no
10648 need_version=no
10649 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10650 soname_spec='${libname}${release}${major}$shared_ext'
10651 shlibpath_overrides_runpath=yes
10652 shlibpath_var=DYLD_LIBRARY_PATH
10653 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10654
10655 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10656 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10657 ;;
10658
10659dgux*)
10660 version_type=linux
10661 need_lib_prefix=no
10662 need_version=no
10663 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10664 soname_spec='${libname}${release}${shared_ext}$major'
10665 shlibpath_var=LD_LIBRARY_PATH
10666 ;;
10667
d7040cdb
SE
10668freebsd* | dragonfly*)
10669 # DragonFly does not have aout. When/if they implement a new
10670 # versioning mechanism, adjust this.
10671 if test -x /usr/bin/objformat; then
10672 objformat=`/usr/bin/objformat`
10673 else
10674 case $host_os in
6d2920c8 10675 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10676 *) objformat=elf ;;
10677 esac
10678 fi
10679 version_type=freebsd-$objformat
10680 case $version_type in
10681 freebsd-elf*)
10682 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10683 need_version=no
10684 need_lib_prefix=no
10685 ;;
10686 freebsd-*)
10687 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10688 need_version=yes
10689 ;;
10690 esac
10691 shlibpath_var=LD_LIBRARY_PATH
10692 case $host_os in
6d2920c8 10693 freebsd2.*)
d7040cdb
SE
10694 shlibpath_overrides_runpath=yes
10695 ;;
10696 freebsd3.[01]* | freebsdelf3.[01]*)
10697 shlibpath_overrides_runpath=yes
10698 hardcode_into_libs=yes
10699 ;;
10700 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10701 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10702 shlibpath_overrides_runpath=no
10703 hardcode_into_libs=yes
10704 ;;
10705 *) # from 4.6 on, and DragonFly
10706 shlibpath_overrides_runpath=yes
10707 hardcode_into_libs=yes
10708 ;;
10709 esac
10710 ;;
10711
10712gnu*)
10713 version_type=linux
10714 need_lib_prefix=no
10715 need_version=no
10716 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10717 soname_spec='${libname}${release}${shared_ext}$major'
10718 shlibpath_var=LD_LIBRARY_PATH
10719 hardcode_into_libs=yes
10720 ;;
10721
3725885a
RW
10722haiku*)
10723 version_type=linux
10724 need_lib_prefix=no
10725 need_version=no
10726 dynamic_linker="$host_os runtime_loader"
10727 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10728 soname_spec='${libname}${release}${shared_ext}$major'
10729 shlibpath_var=LIBRARY_PATH
10730 shlibpath_overrides_runpath=yes
f2c621e4 10731 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10732 hardcode_into_libs=yes
10733 ;;
10734
d7040cdb
SE
10735hpux9* | hpux10* | hpux11*)
10736 # Give a soname corresponding to the major version so that dld.sl refuses to
10737 # link against other versions.
10738 version_type=sunos
10739 need_lib_prefix=no
10740 need_version=no
10741 case $host_cpu in
10742 ia64*)
10743 shrext_cmds='.so'
10744 hardcode_into_libs=yes
10745 dynamic_linker="$host_os dld.so"
10746 shlibpath_var=LD_LIBRARY_PATH
10747 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10748 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10749 soname_spec='${libname}${release}${shared_ext}$major'
10750 if test "X$HPUX_IA64_MODE" = X32; then
10751 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10752 else
10753 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10754 fi
10755 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10756 ;;
10757 hppa*64*)
10758 shrext_cmds='.sl'
10759 hardcode_into_libs=yes
10760 dynamic_linker="$host_os dld.sl"
10761 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10762 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10764 soname_spec='${libname}${release}${shared_ext}$major'
10765 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10766 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10767 ;;
10768 *)
10769 shrext_cmds='.sl'
10770 dynamic_linker="$host_os dld.sl"
10771 shlibpath_var=SHLIB_PATH
10772 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10773 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10774 soname_spec='${libname}${release}${shared_ext}$major'
10775 ;;
10776 esac
3725885a 10777 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10778 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10779 # or fails outright, so override atomically:
10780 install_override_mode=555
d7040cdb
SE
10781 ;;
10782
10783interix[3-9]*)
10784 version_type=linux
10785 need_lib_prefix=no
10786 need_version=no
10787 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10788 soname_spec='${libname}${release}${shared_ext}$major'
10789 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10790 shlibpath_var=LD_LIBRARY_PATH
10791 shlibpath_overrides_runpath=no
10792 hardcode_into_libs=yes
10793 ;;
10794
10795irix5* | irix6* | nonstopux*)
10796 case $host_os in
10797 nonstopux*) version_type=nonstopux ;;
10798 *)
10799 if test "$lt_cv_prog_gnu_ld" = yes; then
10800 version_type=linux
10801 else
10802 version_type=irix
10803 fi ;;
10804 esac
10805 need_lib_prefix=no
10806 need_version=no
10807 soname_spec='${libname}${release}${shared_ext}$major'
10808 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10809 case $host_os in
10810 irix5* | nonstopux*)
10811 libsuff= shlibsuff=
10812 ;;
10813 *)
10814 case $LD in # libtool.m4 will add one of these switches to LD
10815 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10816 libsuff= shlibsuff= libmagic=32-bit;;
10817 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10818 libsuff=32 shlibsuff=N32 libmagic=N32;;
10819 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10820 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10821 *) libsuff= shlibsuff= libmagic=never-match;;
10822 esac
10823 ;;
10824 esac
10825 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10826 shlibpath_overrides_runpath=no
10827 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10828 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10829 hardcode_into_libs=yes
10830 ;;
10831
10832# No shared lib support for Linux oldld, aout, or coff.
10833linux*oldld* | linux*aout* | linux*coff*)
10834 dynamic_linker=no
10835 ;;
10836
10837# This must be Linux ELF.
58e24671 10838linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10839 version_type=linux
10840 need_lib_prefix=no
10841 need_version=no
10842 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10843 soname_spec='${libname}${release}${shared_ext}$major'
10844 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10845 shlibpath_var=LD_LIBRARY_PATH
10846 shlibpath_overrides_runpath=no
39144654 10847
d7040cdb 10848 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10849 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10850 $as_echo_n "(cached) " >&6
39144654
RW
10851else
10852 lt_cv_shlibpath_overrides_runpath=no
10853 save_LDFLAGS=$LDFLAGS
10854 save_libdir=$libdir
10855 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10856 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10858/* end confdefs.h. */
10859
10860int
10861main ()
10862{
10863
10864 ;
10865 return 0;
10866}
10867_ACEOF
81ecdfbb
RW
10868if ac_fn_c_try_link "$LINENO"; then :
10869 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10870 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10871fi
d7040cdb 10872fi
81ecdfbb
RW
10873rm -f core conftest.err conftest.$ac_objext \
10874 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10875 LDFLAGS=$save_LDFLAGS
10876 libdir=$save_libdir
10877
10878fi
10879
10880 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10881
10882 # This implies no fast_install, which is unacceptable.
10883 # Some rework will be needed to allow for fast_install
10884 # before this can be enabled.
10885 hardcode_into_libs=yes
10886
10887 # Append ld.so.conf contents to the search path
10888 if test -f /etc/ld.so.conf; then
3725885a 10889 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 10890 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10891 fi
10892
10893 # We used to test for /lib/ld.so.1 and disable shared libraries on
10894 # powerpc, because MkLinux only supported shared libraries with the
10895 # GNU dynamic linker. Since this was broken with cross compilers,
10896 # most powerpc-linux boxes support dynamic linking these days and
10897 # people can always --disable-shared, the test was removed, and we
10898 # assume the GNU/Linux dynamic linker is in use.
10899 dynamic_linker='GNU/Linux ld.so'
10900 ;;
10901
10902netbsd*)
10903 version_type=sunos
10904 need_lib_prefix=no
10905 need_version=no
10906 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10907 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10908 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10909 dynamic_linker='NetBSD (a.out) ld.so'
10910 else
10911 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10912 soname_spec='${libname}${release}${shared_ext}$major'
10913 dynamic_linker='NetBSD ld.elf_so'
10914 fi
10915 shlibpath_var=LD_LIBRARY_PATH
10916 shlibpath_overrides_runpath=yes
10917 hardcode_into_libs=yes
10918 ;;
10919
10920newsos6)
10921 version_type=linux
10922 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10923 shlibpath_var=LD_LIBRARY_PATH
10924 shlibpath_overrides_runpath=yes
10925 ;;
10926
10927*nto* | *qnx*)
10928 version_type=qnx
10929 need_lib_prefix=no
10930 need_version=no
10931 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10932 soname_spec='${libname}${release}${shared_ext}$major'
10933 shlibpath_var=LD_LIBRARY_PATH
10934 shlibpath_overrides_runpath=no
10935 hardcode_into_libs=yes
10936 dynamic_linker='ldqnx.so'
10937 ;;
10938
10939openbsd*)
10940 version_type=sunos
10941 sys_lib_dlsearch_path_spec="/usr/lib"
10942 need_lib_prefix=no
10943 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10944 case $host_os in
10945 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10946 *) need_version=no ;;
10947 esac
10948 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10949 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10950 shlibpath_var=LD_LIBRARY_PATH
10951 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10952 case $host_os in
10953 openbsd2.[89] | openbsd2.[89].*)
10954 shlibpath_overrides_runpath=no
10955 ;;
10956 *)
10957 shlibpath_overrides_runpath=yes
10958 ;;
10959 esac
10960 else
10961 shlibpath_overrides_runpath=yes
10962 fi
10963 ;;
10964
10965os2*)
10966 libname_spec='$name'
10967 shrext_cmds=".dll"
10968 need_lib_prefix=no
10969 library_names_spec='$libname${shared_ext} $libname.a'
10970 dynamic_linker='OS/2 ld.exe'
10971 shlibpath_var=LIBPATH
10972 ;;
10973
10974osf3* | osf4* | osf5*)
10975 version_type=osf
10976 need_lib_prefix=no
10977 need_version=no
10978 soname_spec='${libname}${release}${shared_ext}$major'
10979 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10980 shlibpath_var=LD_LIBRARY_PATH
10981 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10982 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10983 ;;
10984
10985rdos*)
10986 dynamic_linker=no
10987 ;;
10988
10989solaris*)
10990 version_type=linux
10991 need_lib_prefix=no
10992 need_version=no
10993 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10994 soname_spec='${libname}${release}${shared_ext}$major'
10995 shlibpath_var=LD_LIBRARY_PATH
10996 shlibpath_overrides_runpath=yes
10997 hardcode_into_libs=yes
10998 # ldd complains unless libraries are executable
10999 postinstall_cmds='chmod +x $lib'
11000 ;;
11001
11002sunos4*)
11003 version_type=sunos
11004 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11005 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11006 shlibpath_var=LD_LIBRARY_PATH
11007 shlibpath_overrides_runpath=yes
11008 if test "$with_gnu_ld" = yes; then
11009 need_lib_prefix=no
11010 fi
11011 need_version=yes
11012 ;;
11013
11014sysv4 | sysv4.3*)
11015 version_type=linux
11016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11017 soname_spec='${libname}${release}${shared_ext}$major'
11018 shlibpath_var=LD_LIBRARY_PATH
11019 case $host_vendor in
11020 sni)
11021 shlibpath_overrides_runpath=no
11022 need_lib_prefix=no
11023 runpath_var=LD_RUN_PATH
11024 ;;
11025 siemens)
11026 need_lib_prefix=no
11027 ;;
11028 motorola)
11029 need_lib_prefix=no
11030 need_version=no
11031 shlibpath_overrides_runpath=no
11032 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11033 ;;
11034 esac
11035 ;;
11036
11037sysv4*MP*)
11038 if test -d /usr/nec ;then
11039 version_type=linux
11040 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11041 soname_spec='$libname${shared_ext}.$major'
11042 shlibpath_var=LD_LIBRARY_PATH
11043 fi
11044 ;;
11045
11046sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11047 version_type=freebsd-elf
11048 need_lib_prefix=no
11049 need_version=no
11050 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11051 soname_spec='${libname}${release}${shared_ext}$major'
11052 shlibpath_var=LD_LIBRARY_PATH
11053 shlibpath_overrides_runpath=yes
11054 hardcode_into_libs=yes
11055 if test "$with_gnu_ld" = yes; then
11056 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11057 else
11058 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11059 case $host_os in
11060 sco3.2v5*)
11061 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11062 ;;
11063 esac
11064 fi
11065 sys_lib_dlsearch_path_spec='/usr/lib'
11066 ;;
11067
11068tpf*)
11069 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11070 version_type=linux
11071 need_lib_prefix=no
11072 need_version=no
718a6fd8 11073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
11074 shlibpath_var=LD_LIBRARY_PATH
11075 shlibpath_overrides_runpath=no
11076 hardcode_into_libs=yes
11077 ;;
11078
11079uts4*)
11080 version_type=linux
11081 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11082 soname_spec='${libname}${release}${shared_ext}$major'
11083 shlibpath_var=LD_LIBRARY_PATH
11084 ;;
11085
11086*)
11087 dynamic_linker=no
11088 ;;
11089esac
81ecdfbb
RW
11090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11091$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
11092test "$dynamic_linker" = no && can_build_shared=no
11093
11094variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11095if test "$GCC" = yes; then
11096 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11097fi
11098
718a6fd8
SE
11099if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11100 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11101fi
11102if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11103 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11104fi
11105
d7040cdb
SE
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
3725885a
RW
11186
11187
11188
11189
11190
d7040cdb
SE
11191
11192
11193
11194
11195
11196
81ecdfbb
RW
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11198$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
11199hardcode_action=
11200if test -n "$hardcode_libdir_flag_spec" ||
11201 test -n "$runpath_var" ||
11202 test "X$hardcode_automatic" = "Xyes" ; then
11203
11204 # We can hardcode non-existent directories.
11205 if test "$hardcode_direct" != no &&
11206 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11207 # have to relink, otherwise we might link with an installed library
11208 # when we should be linking with a yet-to-be-installed one
11209 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11210 test "$hardcode_minus_L" != no; then
11211 # Linking always hardcodes the temporary library directory.
11212 hardcode_action=relink
11213 else
11214 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11215 hardcode_action=immediate
11216 fi
11217else
11218 # We cannot hardcode anything, or else we can only hardcode existing
11219 # directories.
11220 hardcode_action=unsupported
11221fi
81ecdfbb
RW
11222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11223$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
11224
11225if test "$hardcode_action" = relink ||
11226 test "$inherit_rpath" = yes; then
11227 # Fast installation is not supported
11228 enable_fast_install=no
11229elif test "$shlibpath_overrides_runpath" = yes ||
11230 test "$enable_shared" = no; then
11231 # Fast installation is not necessary
11232 enable_fast_install=needless
11233fi
11234
11235
11236
11237
11238
11239
11240 if test "x$enable_dlopen" != xyes; then
11241 enable_dlopen=unknown
11242 enable_dlopen_self=unknown
11243 enable_dlopen_self_static=unknown
11244else
11245 lt_cv_dlopen=no
11246 lt_cv_dlopen_libs=
11247
11248 case $host_os in
11249 beos*)
11250 lt_cv_dlopen="load_add_on"
11251 lt_cv_dlopen_libs=
11252 lt_cv_dlopen_self=yes
11253 ;;
11254
718a6fd8 11255 mingw* | pw32* | cegcc*)
d7040cdb
SE
11256 lt_cv_dlopen="LoadLibrary"
11257 lt_cv_dlopen_libs=
11258 ;;
11259
11260 cygwin*)
11261 lt_cv_dlopen="dlopen"
11262 lt_cv_dlopen_libs=
11263 ;;
11264
11265 darwin*)
11266 # if libdl is installed we need to link against it
81ecdfbb
RW
11267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11268$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11269if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11270 $as_echo_n "(cached) " >&6
d7040cdb
SE
11271else
11272 ac_check_lib_save_LIBS=$LIBS
11273LIBS="-ldl $LIBS"
81ecdfbb 11274cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11275/* end confdefs.h. */
11276
81ecdfbb
RW
11277/* Override any GCC internal prototype to avoid an error.
11278 Use char because int might match the return type of a GCC
11279 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11280#ifdef __cplusplus
11281extern "C"
11282#endif
d7040cdb
SE
11283char dlopen ();
11284int
11285main ()
11286{
81ecdfbb 11287return dlopen ();
d7040cdb
SE
11288 ;
11289 return 0;
11290}
11291_ACEOF
81ecdfbb 11292if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11293 ac_cv_lib_dl_dlopen=yes
11294else
81ecdfbb 11295 ac_cv_lib_dl_dlopen=no
d7040cdb 11296fi
81ecdfbb
RW
11297rm -f core conftest.err conftest.$ac_objext \
11298 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11299LIBS=$ac_check_lib_save_LIBS
11300fi
81ecdfbb
RW
11301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11302$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11303if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
11304 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11305else
11306
11307 lt_cv_dlopen="dyld"
11308 lt_cv_dlopen_libs=
11309 lt_cv_dlopen_self=yes
11310
11311fi
11312
11313 ;;
11314
11315 *)
81ecdfbb 11316 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11317if test "x$ac_cv_func_shl_load" = xyes; then :
d7040cdb
SE
11318 lt_cv_dlopen="shl_load"
11319else
81ecdfbb
RW
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11321$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11322if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 11323 $as_echo_n "(cached) " >&6
d7040cdb
SE
11324else
11325 ac_check_lib_save_LIBS=$LIBS
11326LIBS="-ldld $LIBS"
81ecdfbb 11327cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11328/* end confdefs.h. */
11329
81ecdfbb
RW
11330/* Override any GCC internal prototype to avoid an error.
11331 Use char because int might match the return type of a GCC
11332 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11333#ifdef __cplusplus
11334extern "C"
11335#endif
d7040cdb
SE
11336char shl_load ();
11337int
11338main ()
11339{
81ecdfbb 11340return shl_load ();
d7040cdb
SE
11341 ;
11342 return 0;
11343}
11344_ACEOF
81ecdfbb 11345if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11346 ac_cv_lib_dld_shl_load=yes
11347else
81ecdfbb 11348 ac_cv_lib_dld_shl_load=no
d7040cdb 11349fi
81ecdfbb
RW
11350rm -f core conftest.err conftest.$ac_objext \
11351 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11352LIBS=$ac_check_lib_save_LIBS
11353fi
81ecdfbb
RW
11354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11355$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11356if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 11357 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11358else
81ecdfbb 11359 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11360if test "x$ac_cv_func_dlopen" = xyes; then :
81ecdfbb 11361 lt_cv_dlopen="dlopen"
d7040cdb 11362else
81ecdfbb
RW
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11364$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11365if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb
RW
11366 $as_echo_n "(cached) " >&6
11367else
11368 ac_check_lib_save_LIBS=$LIBS
11369LIBS="-ldl $LIBS"
11370cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11371/* end confdefs.h. */
d7040cdb 11372
81ecdfbb
RW
11373/* Override any GCC internal prototype to avoid an error.
11374 Use char because int might match the return type of a GCC
11375 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11376#ifdef __cplusplus
11377extern "C"
d7040cdb 11378#endif
d7040cdb 11379char dlopen ();
d7040cdb
SE
11380int
11381main ()
11382{
81ecdfbb 11383return dlopen ();
d7040cdb
SE
11384 ;
11385 return 0;
11386}
11387_ACEOF
81ecdfbb
RW
11388if ac_fn_c_try_link "$LINENO"; then :
11389 ac_cv_lib_dl_dlopen=yes
d7040cdb 11390else
81ecdfbb 11391 ac_cv_lib_dl_dlopen=no
d7040cdb 11392fi
81ecdfbb
RW
11393rm -f core conftest.err conftest.$ac_objext \
11394 conftest$ac_exeext conftest.$ac_ext
11395LIBS=$ac_check_lib_save_LIBS
d7040cdb 11396fi
81ecdfbb
RW
11397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11398$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11399if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
81ecdfbb 11400 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11401else
81ecdfbb
RW
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11403$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11404if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11405 $as_echo_n "(cached) " >&6
d7040cdb
SE
11406else
11407 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11408LIBS="-lsvld $LIBS"
11409cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11410/* end confdefs.h. */
11411
81ecdfbb
RW
11412/* Override any GCC internal prototype to avoid an error.
11413 Use char because int might match the return type of a GCC
11414 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11415#ifdef __cplusplus
11416extern "C"
11417#endif
d7040cdb
SE
11418char dlopen ();
11419int
11420main ()
11421{
81ecdfbb 11422return dlopen ();
d7040cdb
SE
11423 ;
11424 return 0;
11425}
11426_ACEOF
81ecdfbb
RW
11427if ac_fn_c_try_link "$LINENO"; then :
11428 ac_cv_lib_svld_dlopen=yes
d7040cdb 11429else
81ecdfbb 11430 ac_cv_lib_svld_dlopen=no
d7040cdb 11431fi
81ecdfbb
RW
11432rm -f core conftest.err conftest.$ac_objext \
11433 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11434LIBS=$ac_check_lib_save_LIBS
11435fi
81ecdfbb
RW
11436{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11437$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11438if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
81ecdfbb 11439 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11440else
81ecdfbb
RW
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11442$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11443if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11444 $as_echo_n "(cached) " >&6
d7040cdb
SE
11445else
11446 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11447LIBS="-ldld $LIBS"
11448cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11449/* end confdefs.h. */
11450
81ecdfbb
RW
11451/* Override any GCC internal prototype to avoid an error.
11452 Use char because int might match the return type of a GCC
11453 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11454#ifdef __cplusplus
11455extern "C"
11456#endif
81ecdfbb 11457char dld_link ();
d7040cdb
SE
11458int
11459main ()
11460{
81ecdfbb 11461return dld_link ();
d7040cdb
SE
11462 ;
11463 return 0;
11464}
11465_ACEOF
81ecdfbb 11466if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11467 ac_cv_lib_dld_dld_link=yes
11468else
81ecdfbb 11469 ac_cv_lib_dld_dld_link=no
d7040cdb 11470fi
81ecdfbb
RW
11471rm -f core conftest.err conftest.$ac_objext \
11472 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11473LIBS=$ac_check_lib_save_LIBS
11474fi
81ecdfbb
RW
11475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11476$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11477if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 11478 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11479fi
11480
11481
11482fi
11483
11484
11485fi
11486
11487
11488fi
11489
11490
11491fi
11492
11493
11494fi
11495
11496 ;;
11497 esac
11498
11499 if test "x$lt_cv_dlopen" != xno; then
11500 enable_dlopen=yes
11501 else
11502 enable_dlopen=no
11503 fi
11504
11505 case $lt_cv_dlopen in
11506 dlopen)
11507 save_CPPFLAGS="$CPPFLAGS"
11508 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11509
11510 save_LDFLAGS="$LDFLAGS"
11511 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11512
11513 save_LIBS="$LIBS"
11514 LIBS="$lt_cv_dlopen_libs $LIBS"
11515
81ecdfbb
RW
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11517$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11518if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11519 $as_echo_n "(cached) " >&6
d7040cdb
SE
11520else
11521 if test "$cross_compiling" = yes; then :
11522 lt_cv_dlopen_self=cross
11523else
11524 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11525 lt_status=$lt_dlunknown
11526 cat > conftest.$ac_ext <<_LT_EOF
90bd5423 11527#line 11527 "configure"
d7040cdb
SE
11528#include "confdefs.h"
11529
11530#if HAVE_DLFCN_H
11531#include <dlfcn.h>
11532#endif
11533
11534#include <stdio.h>
11535
11536#ifdef RTLD_GLOBAL
11537# define LT_DLGLOBAL RTLD_GLOBAL
11538#else
11539# ifdef DL_GLOBAL
11540# define LT_DLGLOBAL DL_GLOBAL
11541# else
11542# define LT_DLGLOBAL 0
11543# endif
11544#endif
11545
11546/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11547 find out it does not work in some platform. */
11548#ifndef LT_DLLAZY_OR_NOW
11549# ifdef RTLD_LAZY
11550# define LT_DLLAZY_OR_NOW RTLD_LAZY
11551# else
11552# ifdef DL_LAZY
11553# define LT_DLLAZY_OR_NOW DL_LAZY
11554# else
11555# ifdef RTLD_NOW
11556# define LT_DLLAZY_OR_NOW RTLD_NOW
11557# else
11558# ifdef DL_NOW
11559# define LT_DLLAZY_OR_NOW DL_NOW
11560# else
11561# define LT_DLLAZY_OR_NOW 0
11562# endif
11563# endif
11564# endif
11565# endif
11566#endif
11567
3725885a
RW
11568/* When -fvisbility=hidden is used, assume the code has been annotated
11569 correspondingly for the symbols needed. */
11570#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11571void fnord () __attribute__((visibility("default")));
3725885a
RW
11572#endif
11573
f2c621e4 11574void fnord () { int i=42; }
d7040cdb
SE
11575int main ()
11576{
11577 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11578 int status = $lt_dlunknown;
11579
11580 if (self)
11581 {
11582 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11583 else
11584 {
11585 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11586 else puts (dlerror ());
11587 }
d7040cdb
SE
11588 /* dlclose (self); */
11589 }
11590 else
11591 puts (dlerror ());
11592
718a6fd8 11593 return status;
d7040cdb
SE
11594}
11595_LT_EOF
81ecdfbb 11596 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11597 (eval $ac_link) 2>&5
11598 ac_status=$?
81ecdfbb
RW
11599 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11600 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11601 (./conftest; exit; ) >&5 2>/dev/null
11602 lt_status=$?
11603 case x$lt_status in
11604 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11605 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11606 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11607 esac
11608 else :
11609 # compilation failed
11610 lt_cv_dlopen_self=no
11611 fi
11612fi
11613rm -fr conftest*
11614
11615
11616fi
81ecdfbb
RW
11617{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11618$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11619
11620 if test "x$lt_cv_dlopen_self" = xyes; then
11621 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11623$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11624if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11625 $as_echo_n "(cached) " >&6
d7040cdb
SE
11626else
11627 if test "$cross_compiling" = yes; then :
11628 lt_cv_dlopen_self_static=cross
11629else
11630 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11631 lt_status=$lt_dlunknown
11632 cat > conftest.$ac_ext <<_LT_EOF
90bd5423 11633#line 11633 "configure"
d7040cdb
SE
11634#include "confdefs.h"
11635
11636#if HAVE_DLFCN_H
11637#include <dlfcn.h>
11638#endif
11639
11640#include <stdio.h>
11641
11642#ifdef RTLD_GLOBAL
11643# define LT_DLGLOBAL RTLD_GLOBAL
11644#else
11645# ifdef DL_GLOBAL
11646# define LT_DLGLOBAL DL_GLOBAL
11647# else
11648# define LT_DLGLOBAL 0
11649# endif
11650#endif
11651
11652/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11653 find out it does not work in some platform. */
11654#ifndef LT_DLLAZY_OR_NOW
11655# ifdef RTLD_LAZY
11656# define LT_DLLAZY_OR_NOW RTLD_LAZY
11657# else
11658# ifdef DL_LAZY
11659# define LT_DLLAZY_OR_NOW DL_LAZY
11660# else
11661# ifdef RTLD_NOW
11662# define LT_DLLAZY_OR_NOW RTLD_NOW
11663# else
11664# ifdef DL_NOW
11665# define LT_DLLAZY_OR_NOW DL_NOW
11666# else
11667# define LT_DLLAZY_OR_NOW 0
11668# endif
11669# endif
11670# endif
11671# endif
11672#endif
11673
3725885a
RW
11674/* When -fvisbility=hidden is used, assume the code has been annotated
11675 correspondingly for the symbols needed. */
11676#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11677void fnord () __attribute__((visibility("default")));
3725885a
RW
11678#endif
11679
f2c621e4 11680void fnord () { int i=42; }
d7040cdb
SE
11681int main ()
11682{
11683 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11684 int status = $lt_dlunknown;
11685
11686 if (self)
11687 {
11688 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11689 else
11690 {
11691 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11692 else puts (dlerror ());
11693 }
d7040cdb
SE
11694 /* dlclose (self); */
11695 }
11696 else
11697 puts (dlerror ());
11698
718a6fd8 11699 return status;
d7040cdb
SE
11700}
11701_LT_EOF
81ecdfbb 11702 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11703 (eval $ac_link) 2>&5
11704 ac_status=$?
81ecdfbb
RW
11705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11706 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11707 (./conftest; exit; ) >&5 2>/dev/null
11708 lt_status=$?
11709 case x$lt_status in
11710 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11711 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11712 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11713 esac
11714 else :
11715 # compilation failed
11716 lt_cv_dlopen_self_static=no
11717 fi
11718fi
11719rm -fr conftest*
11720
11721
11722fi
81ecdfbb
RW
11723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11724$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11725 fi
11726
11727 CPPFLAGS="$save_CPPFLAGS"
11728 LDFLAGS="$save_LDFLAGS"
11729 LIBS="$save_LIBS"
11730 ;;
11731 esac
11732
11733 case $lt_cv_dlopen_self in
11734 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11735 *) enable_dlopen_self=unknown ;;
11736 esac
11737
11738 case $lt_cv_dlopen_self_static in
11739 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11740 *) enable_dlopen_self_static=unknown ;;
11741 esac
11742fi
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760striplib=
11761old_striplib=
81ecdfbb
RW
11762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11763$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11764if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11765 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11766 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11768$as_echo "yes" >&6; }
d7040cdb
SE
11769else
11770# FIXME - insert some real tests, host_os isn't really good enough
11771 case $host_os in
11772 darwin*)
11773 if test -n "$STRIP" ; then
11774 striplib="$STRIP -x"
11775 old_striplib="$STRIP -S"
81ecdfbb
RW
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11777$as_echo "yes" >&6; }
d7040cdb 11778 else
81ecdfbb
RW
11779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11780$as_echo "no" >&6; }
d7040cdb
SE
11781 fi
11782 ;;
11783 *)
81ecdfbb
RW
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11785$as_echo "no" >&6; }
d7040cdb
SE
11786 ;;
11787 esac
11788fi
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801 # Report which library types will actually be built
81ecdfbb
RW
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11803$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11805$as_echo "$can_build_shared" >&6; }
d7040cdb 11806
81ecdfbb
RW
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11808$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11809 test "$can_build_shared" = "no" && enable_shared=no
11810
11811 # On AIX, shared libraries and static libraries use the same namespace, and
11812 # are all built from PIC.
11813 case $host_os in
11814 aix3*)
11815 test "$enable_shared" = yes && enable_static=no
11816 if test -n "$RANLIB"; then
11817 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11818 postinstall_cmds='$RANLIB $lib'
11819 fi
11820 ;;
11821
50e7d84b 11822 aix[4-9]*)
d7040cdb
SE
11823 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11824 test "$enable_shared" = yes && enable_static=no
11825 fi
11826 ;;
11827 esac
81ecdfbb
RW
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11829$as_echo "$enable_shared" >&6; }
d7040cdb 11830
81ecdfbb
RW
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11832$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11833 # Make sure either enable_shared or enable_static is yes.
11834 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11836$as_echo "$enable_static" >&6; }
d7040cdb
SE
11837
11838
11839
11840
11841fi
11842ac_ext=c
11843ac_cpp='$CPP $CPPFLAGS'
11844ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11845ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11846ac_compiler_gnu=$ac_cv_c_compiler_gnu
11847
11848CC="$lt_save_CC"
11849
11850
11851
11852
11853
11854
11855
11856
11857
11858
11859
11860
11861
81ecdfbb 11862 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11863
11864
11865
11866
11867# Only expand once:
11868
11869
11870
b879806f
AM
11871# The tests for host and target for $enable_largefile require
11872# canonical names.
11873
11874
11875
11876# As the $enable_largefile decision depends on --enable-plugins we must set it
11877# even in directories otherwise not depending on the $plugins option.
11878
11879
11880 maybe_plugins=no
11881 for ac_header in dlfcn.h
11882do :
11883 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11884"
d0ac1c44 11885if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11886 cat >>confdefs.h <<_ACEOF
11887#define HAVE_DLFCN_H 1
11888_ACEOF
11889 maybe_plugins=yes
11890fi
11891
11892done
11893
11894 for ac_header in windows.h
11895do :
11896 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11897"
d0ac1c44 11898if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11899 cat >>confdefs.h <<_ACEOF
11900#define HAVE_WINDOWS_H 1
11901_ACEOF
11902 maybe_plugins=yes
11903fi
11904
11905done
11906
11907
11908 # Check whether --enable-plugins was given.
11909if test "${enable_plugins+set}" = set; then :
11910 enableval=$enable_plugins; case "${enableval}" in
11911 no) plugins=no ;;
11912 *) plugins=yes
11913 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11914 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11915 fi ;;
11916 esac
11917else
11918 plugins=$maybe_plugins
11919
11920fi
11921
2974be62 11922 if test "$plugins" = "yes"; then
3cba8b6c
L
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11924$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11925if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11926 $as_echo_n "(cached) " >&6
11927else
11928 ac_func_search_save_LIBS=$LIBS
11929cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11930/* end confdefs.h. */
11931
11932/* Override any GCC internal prototype to avoid an error.
11933 Use char because int might match the return type of a GCC
11934 builtin and then its argument prototype would still apply. */
11935#ifdef __cplusplus
11936extern "C"
11937#endif
3cba8b6c 11938char dlsym ();
2974be62
AM
11939int
11940main ()
11941{
3cba8b6c 11942return dlsym ();
2974be62
AM
11943 ;
11944 return 0;
11945}
11946_ACEOF
11947for ac_lib in '' dl; do
11948 if test -z "$ac_lib"; then
11949 ac_res="none required"
11950 else
11951 ac_res=-l$ac_lib
11952 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11953 fi
11954 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11955 ac_cv_search_dlsym=$ac_res
2974be62
AM
11956fi
11957rm -f core conftest.err conftest.$ac_objext \
11958 conftest$ac_exeext
d0ac1c44 11959 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11960 break
11961fi
11962done
d0ac1c44 11963if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11964
11965else
3cba8b6c 11966 ac_cv_search_dlsym=no
2974be62
AM
11967fi
11968rm conftest.$ac_ext
11969LIBS=$ac_func_search_save_LIBS
11970fi
3cba8b6c
L
11971{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11972$as_echo "$ac_cv_search_dlsym" >&6; }
11973ac_res=$ac_cv_search_dlsym
2974be62
AM
11974if test "$ac_res" != no; then :
11975 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11976
11977fi
11978
11979 fi
b879806f
AM
11980
11981
11982case "${host}" in
11983 sparc-*-solaris*|i[3-7]86-*-solaris*)
11984 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11985 # are mutually exclusive; and without procfs support, the bfd/ elf module
11986 # cannot provide certain routines such as elfcore_write_prpsinfo
11987 # or elfcore_write_prstatus. So unless the user explicitly requested
11988 # large-file support through the --enable-largefile switch, disable
11989 # large-file support in favor of procfs support.
11990 test "${target}" = "${host}" -a "x$plugins" = xno \
11991 && : ${enable_largefile="no"}
11992 ;;
11993esac
11994
11995# Check whether --enable-largefile was given.
11996if test "${enable_largefile+set}" = set; then :
11997 enableval=$enable_largefile;
11998fi
11999
12000if test "$enable_largefile" != no; then
12001
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12003$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 12004if ${ac_cv_sys_largefile_CC+:} false; then :
b879806f
AM
12005 $as_echo_n "(cached) " >&6
12006else
12007 ac_cv_sys_largefile_CC=no
12008 if test "$GCC" != yes; then
12009 ac_save_CC=$CC
12010 while :; do
12011 # IRIX 6.2 and later do not support large files by default,
12012 # so use the C compiler's -n32 option if that helps.
12013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12014/* end confdefs.h. */
12015#include <sys/types.h>
12016 /* Check that off_t can represent 2**63 - 1 correctly.
12017 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12018 since some C++ compilers masquerading as C compilers
12019 incorrectly reject 9223372036854775807. */
12020#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12021 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12022 && LARGE_OFF_T % 2147483647 == 1)
12023 ? 1 : -1];
12024int
12025main ()
12026{
12027
12028 ;
12029 return 0;
12030}
12031_ACEOF
12032 if ac_fn_c_try_compile "$LINENO"; then :
12033 break
12034fi
12035rm -f core conftest.err conftest.$ac_objext
12036 CC="$CC -n32"
12037 if ac_fn_c_try_compile "$LINENO"; then :
12038 ac_cv_sys_largefile_CC=' -n32'; break
12039fi
12040rm -f core conftest.err conftest.$ac_objext
12041 break
12042 done
12043 CC=$ac_save_CC
12044 rm -f conftest.$ac_ext
12045 fi
12046fi
12047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12048$as_echo "$ac_cv_sys_largefile_CC" >&6; }
12049 if test "$ac_cv_sys_largefile_CC" != no; then
12050 CC=$CC$ac_cv_sys_largefile_CC
12051 fi
12052
12053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12054$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 12055if ${ac_cv_sys_file_offset_bits+:} false; then :
b879806f
AM
12056 $as_echo_n "(cached) " >&6
12057else
12058 while :; do
12059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12060/* end confdefs.h. */
12061#include <sys/types.h>
12062 /* Check that off_t can represent 2**63 - 1 correctly.
12063 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12064 since some C++ compilers masquerading as C compilers
12065 incorrectly reject 9223372036854775807. */
12066#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12067 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12068 && LARGE_OFF_T % 2147483647 == 1)
12069 ? 1 : -1];
12070int
12071main ()
12072{
12073
12074 ;
12075 return 0;
12076}
12077_ACEOF
12078if ac_fn_c_try_compile "$LINENO"; then :
12079 ac_cv_sys_file_offset_bits=no; break
12080fi
12081rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12083/* end confdefs.h. */
12084#define _FILE_OFFSET_BITS 64
12085#include <sys/types.h>
12086 /* Check that off_t can represent 2**63 - 1 correctly.
12087 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12088 since some C++ compilers masquerading as C compilers
12089 incorrectly reject 9223372036854775807. */
12090#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12091 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12092 && LARGE_OFF_T % 2147483647 == 1)
12093 ? 1 : -1];
12094int
12095main ()
12096{
12097
12098 ;
12099 return 0;
12100}
12101_ACEOF
12102if ac_fn_c_try_compile "$LINENO"; then :
12103 ac_cv_sys_file_offset_bits=64; break
12104fi
12105rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12106 ac_cv_sys_file_offset_bits=unknown
12107 break
12108done
12109fi
12110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12111$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12112case $ac_cv_sys_file_offset_bits in #(
12113 no | unknown) ;;
12114 *)
12115cat >>confdefs.h <<_ACEOF
12116#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12117_ACEOF
12118;;
12119esac
12120rm -rf conftest*
12121 if test $ac_cv_sys_file_offset_bits = unknown; then
12122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12123$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 12124if ${ac_cv_sys_large_files+:} false; then :
b879806f
AM
12125 $as_echo_n "(cached) " >&6
12126else
12127 while :; do
12128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12129/* end confdefs.h. */
12130#include <sys/types.h>
12131 /* Check that off_t can represent 2**63 - 1 correctly.
12132 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12133 since some C++ compilers masquerading as C compilers
12134 incorrectly reject 9223372036854775807. */
12135#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12136 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12137 && LARGE_OFF_T % 2147483647 == 1)
12138 ? 1 : -1];
12139int
12140main ()
12141{
12142
12143 ;
12144 return 0;
12145}
12146_ACEOF
12147if ac_fn_c_try_compile "$LINENO"; then :
12148 ac_cv_sys_large_files=no; break
12149fi
12150rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12152/* end confdefs.h. */
12153#define _LARGE_FILES 1
12154#include <sys/types.h>
12155 /* Check that off_t can represent 2**63 - 1 correctly.
12156 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12157 since some C++ compilers masquerading as C compilers
12158 incorrectly reject 9223372036854775807. */
12159#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12160 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12161 && LARGE_OFF_T % 2147483647 == 1)
12162 ? 1 : -1];
12163int
12164main ()
12165{
12166
12167 ;
12168 return 0;
12169}
12170_ACEOF
12171if ac_fn_c_try_compile "$LINENO"; then :
12172 ac_cv_sys_large_files=1; break
12173fi
12174rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12175 ac_cv_sys_large_files=unknown
12176 break
12177done
12178fi
12179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12180$as_echo "$ac_cv_sys_large_files" >&6; }
12181case $ac_cv_sys_large_files in #(
12182 no | unknown) ;;
12183 *)
12184cat >>confdefs.h <<_ACEOF
12185#define _LARGE_FILES $ac_cv_sys_large_files
12186_ACEOF
12187;;
12188esac
12189rm -rf conftest*
12190 fi
d0ac1c44
SM
12191
12192
b879806f
AM
12193fi
12194
12195
12196
81ecdfbb
RW
12197# Check whether --enable-targets was given.
12198if test "${enable_targets+set}" = set; then :
12199 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 12200 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
12201 ;;
12202 no) enable_targets= ;;
12203 *) enable_targets=$enableval ;;
12204esac
81ecdfbb
RW
12205fi
12206
9cb80f72
RM
12207# Check whether --enable-deterministic-archives was given.
12208if test "${enable_deterministic_archives+set}" = set; then :
12209 enableval=$enable_deterministic_archives;
12210if test "${enableval}" = no; then
12211 default_ar_deterministic=0
12212else
12213 default_ar_deterministic=1
12214fi
12215else
12216 default_ar_deterministic=0
12217fi
12218
12219
12220
12221cat >>confdefs.h <<_ACEOF
12222#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
12223_ACEOF
12224
12225
7fac9594
NC
12226# Check whether --enable-default-strings-all was given.
12227if test "${enable_default_strings_all+set}" = set; then :
12228 enableval=$enable_default_strings_all;
12229if test "${enableval}" = no; then
12230 default_strings_all=0
12231else
12232 default_strings_all=1
12233fi
12234else
12235 default_strings_all=1
12236fi
12237
12238
12239
12240cat >>confdefs.h <<_ACEOF
12241#define DEFAULT_STRINGS_ALL $default_strings_all
12242_ACEOF
12243
12244
d7040cdb 12245
270c9937
JB
12246# Set the 'development' global.
12247. $srcdir/../bfd/development.sh
12248
c5da1932
VZ
12249# Set acp_cpp_for_build variable
12250ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12251
9780e045 12252# Default set of GCC warnings to enable.
397841b5 12253GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 12254GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
12255
12256# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
12257cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12258/* end confdefs.h. */
12259__GNUC__
12260_ACEOF
12261if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12262 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
12263
12264else
12265 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12266fi
12267rm -f conftest*
12268
d7040cdb 12269
9780e045
NC
12270# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12271cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12272/* end confdefs.h. */
12273__GNUC__
12274_ACEOF
12275if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12276 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
12277
12278else
12279 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12280fi
12281rm -f conftest*
12282
12283
6757cf57
TS
12284# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12285WARN_WRITE_STRINGS=""
12286cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12287/* end confdefs.h. */
12288__GNUC__
12289_ACEOF
12290if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12291 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
12292
12293else
12294 WARN_WRITE_STRINGS="-Wwrite-strings"
12295fi
12296rm -f conftest*
12297
9780e045 12298
96fe4562 12299# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
12300
12301# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12302cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12303/* end confdefs.h. */
12304__GNUC__
12305_ACEOF
12306if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12307 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12308
12309else
12310 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12311fi
12312rm -f conftest*
12313
12314
12315# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12316cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12317/* end confdefs.h. */
12318__GNUC__
12319_ACEOF
12320if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12321 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12322
12323else
12324 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12325fi
12326rm -f conftest*
12327
12328
81ecdfbb
RW
12329# Check whether --enable-werror was given.
12330if test "${enable_werror+set}" = set; then :
12331 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12332 yes | y) ERROR_ON_WARNING="yes" ;;
12333 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12334 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12335 esac
81ecdfbb
RW
12336fi
12337
d7040cdb 12338
397841b5 12339# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12340case "${host}" in
12341 *-*-mingw32*)
12342 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12343 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12344 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12345 fi
12346 ;;
12347 *) ;;
12348esac
12349
270c9937
JB
12350# Enable -Werror by default when using gcc. Turn it off for releases.
12351if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12352 ERROR_ON_WARNING=yes
12353fi
12354
12355NO_WERROR=
12356if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12357 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12358 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
d7040cdb
SE
12359 NO_WERROR="-Wno-error"
12360fi
12361
12362if test "${GCC}" = yes ; then
12363 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12364 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
d7040cdb
SE
12365fi
12366
81ecdfbb
RW
12367# Check whether --enable-build-warnings was given.
12368if test "${enable_build_warnings+set}" = set; then :
12369 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12370 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12371 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
d7040cdb
SE
12372 no) if test "${GCC}" = yes ; then
12373 WARN_CFLAGS="-w"
c5da1932 12374 WARN_CFLAGS_FOR_BUILD="-w"
d7040cdb
SE
12375 fi;;
12376 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12377 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12378 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
d7040cdb 12379 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12380 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12381 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12382 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12383 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
d7040cdb 12384esac
81ecdfbb
RW
12385fi
12386
d7040cdb
SE
12387
12388if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12389 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12390fi
12391
12392
12393
12394
12395
6757cf57 12396
c5da1932 12397
81ecdfbb 12398ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12399
12400
df7b86aa
NC
12401
12402
d7040cdb 12403if test -z "$target" ; then
d0ac1c44 12404 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12405fi
12406if test -z "$host" ; then
d0ac1c44 12407 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12408fi
12409
12410for ac_prog in 'bison -y' byacc
12411do
12412 # Extract the first word of "$ac_prog", so it can be a program name with args.
12413set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12415$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12416if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 12417 $as_echo_n "(cached) " >&6
d7040cdb
SE
12418else
12419 if test -n "$YACC"; then
12420 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12421else
12422as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12423for as_dir in $PATH
12424do
12425 IFS=$as_save_IFS
12426 test -z "$as_dir" && as_dir=.
81ecdfbb 12427 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12429 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12431 break 2
12432 fi
12433done
81ecdfbb
RW
12434 done
12435IFS=$as_save_IFS
d7040cdb
SE
12436
12437fi
12438fi
12439YACC=$ac_cv_prog_YACC
12440if test -n "$YACC"; then
81ecdfbb
RW
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12442$as_echo "$YACC" >&6; }
d7040cdb 12443else
81ecdfbb
RW
12444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12445$as_echo "no" >&6; }
d7040cdb
SE
12446fi
12447
81ecdfbb 12448
d7040cdb
SE
12449 test -n "$YACC" && break
12450done
12451test -n "$YACC" || YACC="yacc"
12452
12453for ac_prog in flex lex
12454do
12455 # Extract the first word of "$ac_prog", so it can be a program name with args.
12456set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12458$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12459if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 12460 $as_echo_n "(cached) " >&6
d7040cdb
SE
12461else
12462 if test -n "$LEX"; then
12463 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12464else
12465as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12466for as_dir in $PATH
12467do
12468 IFS=$as_save_IFS
12469 test -z "$as_dir" && as_dir=.
81ecdfbb 12470 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12472 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12474 break 2
12475 fi
12476done
81ecdfbb
RW
12477 done
12478IFS=$as_save_IFS
d7040cdb
SE
12479
12480fi
12481fi
12482LEX=$ac_cv_prog_LEX
12483if test -n "$LEX"; then
81ecdfbb
RW
12484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12485$as_echo "$LEX" >&6; }
d7040cdb 12486else
81ecdfbb
RW
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12488$as_echo "no" >&6; }
d7040cdb
SE
12489fi
12490
81ecdfbb 12491
d7040cdb
SE
12492 test -n "$LEX" && break
12493done
12494test -n "$LEX" || LEX=":"
12495
3d961d0d
AM
12496case "$LEX" in
12497 :|*"missing "*) ;;
12498 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
12499%%
12500a { ECHO; }
12501b { REJECT; }
12502c { yymore (); }
12503d { yyless (1); }
d0ac1c44
SM
12504e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12505 yyless ((input () != 0)); }
81ecdfbb
RW
12506f { unput (yytext[0]); }
12507. { BEGIN INITIAL; }
12508%%
12509#ifdef YYTEXT_POINTER
12510extern char *yytext;
d7040cdb 12511#endif
d7040cdb 12512int
81ecdfbb 12513main (void)
d7040cdb 12514{
81ecdfbb 12515 return ! yylex () + ! yywrap ();
d7040cdb
SE
12516}
12517_ACEOF
81ecdfbb
RW
12518{ { ac_try="$LEX conftest.l"
12519case "(($ac_try" in
12520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12521 *) ac_try_echo=$ac_try;;
12522esac
12523eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12524$as_echo "$ac_try_echo"; } >&5
12525 (eval "$LEX conftest.l") 2>&5
d7040cdb 12526 ac_status=$?
81ecdfbb
RW
12527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12528 test $ac_status = 0; }
12529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12530$as_echo_n "checking lex output file root... " >&6; }
d0ac1c44 12531if ${ac_cv_prog_lex_root+:} false; then :
81ecdfbb 12532 $as_echo_n "(cached) " >&6
d7040cdb 12533else
d7040cdb 12534
81ecdfbb
RW
12535if test -f lex.yy.c; then
12536 ac_cv_prog_lex_root=lex.yy
12537elif test -f lexyy.c; then
12538 ac_cv_prog_lex_root=lexyy
12539else
d0ac1c44 12540 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 12541fi
d7040cdb 12542fi
81ecdfbb
RW
12543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12544$as_echo "$ac_cv_prog_lex_root" >&6; }
12545LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12546
81ecdfbb
RW
12547if test -z "${LEXLIB+set}"; then
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12549$as_echo_n "checking lex library... " >&6; }
d0ac1c44 12550if ${ac_cv_lib_lex+:} false; then :
81ecdfbb 12551 $as_echo_n "(cached) " >&6
d7040cdb 12552else
d7040cdb 12553
81ecdfbb
RW
12554 ac_save_LIBS=$LIBS
12555 ac_cv_lib_lex='none needed'
12556 for ac_lib in '' -lfl -ll; do
12557 LIBS="$ac_lib $ac_save_LIBS"
12558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12559/* end confdefs.h. */
12560`cat $LEX_OUTPUT_ROOT.c`
12561_ACEOF
12562if ac_fn_c_try_link "$LINENO"; then :
12563 ac_cv_lib_lex=$ac_lib
d7040cdb 12564fi
81ecdfbb
RW
12565rm -f core conftest.err conftest.$ac_objext \
12566 conftest$ac_exeext conftest.$ac_ext
12567 test "$ac_cv_lib_lex" != 'none needed' && break
12568 done
12569 LIBS=$ac_save_LIBS
d7040cdb
SE
12570
12571fi
81ecdfbb
RW
12572{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12573$as_echo "$ac_cv_lib_lex" >&6; }
12574 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12575fi
12576
d7040cdb 12577
81ecdfbb
RW
12578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12579$as_echo_n "checking whether yytext is a pointer... " >&6; }
d0ac1c44 12580if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
81ecdfbb 12581 $as_echo_n "(cached) " >&6
d7040cdb
SE
12582else
12583 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12584# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12585# not all implementations provide the %pointer and %array declarations.
12586ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12587ac_save_LIBS=$LIBS
81ecdfbb
RW
12588LIBS="$LEXLIB $ac_save_LIBS"
12589cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12590/* end confdefs.h. */
d0ac1c44
SM
12591
12592 #define YYTEXT_POINTER 1
d7040cdb
SE
12593`cat $LEX_OUTPUT_ROOT.c`
12594_ACEOF
81ecdfbb 12595if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12596 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 12597fi
81ecdfbb
RW
12598rm -f core conftest.err conftest.$ac_objext \
12599 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12600LIBS=$ac_save_LIBS
d7040cdb
SE
12601
12602fi
81ecdfbb
RW
12603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12604$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
12605if test $ac_cv_prog_lex_yytext_pointer = yes; then
12606
81ecdfbb 12607$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
12608
12609fi
81ecdfbb 12610rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
12611 ;;
12612esac
d7040cdb
SE
12613if test "$LEX" = :; then
12614 LEX=${am_missing_run}flex
12615fi
12616
e184813f 12617ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
d7040cdb
SE
12618# If we haven't got the data from the intl directory,
12619# assume NLS is disabled.
12620USE_NLS=no
12621LIBINTL=
12622LIBINTL_DEP=
12623INCINTL=
12624XGETTEXT=
12625GMSGFMT=
12626POSUB=
12627
12628if test -f ../intl/config.intl; then
12629 . ../intl/config.intl
12630fi
81ecdfbb
RW
12631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12632$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12633if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12635$as_echo "no" >&6; }
d7040cdb 12636else
81ecdfbb
RW
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12638$as_echo "yes" >&6; }
d7040cdb 12639
81ecdfbb 12640$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12641
12642
81ecdfbb
RW
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12644$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12645 # Look for .po and .gmo files in the source directory.
12646 CATALOGS=
12647 XLINGUAS=
12648 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12649 # If there aren't any .gmo files the shell will give us the
12650 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12651 # weeded out.
12652 case "$cat" in *\**)
12653 continue;;
12654 esac
12655 # The quadruple backslash is collapsed to a double backslash
12656 # by the backticks, then collapsed again by the double quotes,
12657 # leaving us with one backslash in the sed expression (right
12658 # before the dot that mustn't act as a wildcard).
12659 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12660 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12661 # The user is allowed to set LINGUAS to a list of languages to
12662 # install catalogs for. If it's empty that means "all of them."
12663 if test "x$LINGUAS" = x; then
12664 CATALOGS="$CATALOGS $cat"
12665 XLINGUAS="$XLINGUAS $lang"
12666 else
12667 case "$LINGUAS" in *$lang*)
12668 CATALOGS="$CATALOGS $cat"
12669 XLINGUAS="$XLINGUAS $lang"
12670 ;;
12671 esac
12672 fi
12673 done
12674 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12676$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12677
12678
12679 DATADIRNAME=share
12680
12681 INSTOBJEXT=.mo
12682
12683 GENCAT=gencat
12684
12685 CATOBJEXT=.gmo
12686
12687fi
12688
12689 MKINSTALLDIRS=
12690 if test -n "$ac_aux_dir"; then
12691 case "$ac_aux_dir" in
12692 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12693 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12694 esac
12695 fi
12696 if test -z "$MKINSTALLDIRS"; then
12697 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12698 fi
12699
12700
12701
81ecdfbb
RW
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12703$as_echo_n "checking whether NLS is requested... " >&6; }
12704 # Check whether --enable-nls was given.
12705if test "${enable_nls+set}" = set; then :
12706 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12707else
12708 USE_NLS=yes
81ecdfbb
RW
12709fi
12710
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12712$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12713
12714
12715
12716
12717
12718
12719# Prepare PATH_SEPARATOR.
12720# The user is always right.
12721if test "${PATH_SEPARATOR+set}" != set; then
12722 echo "#! /bin/sh" >conf$$.sh
12723 echo "exit 0" >>conf$$.sh
12724 chmod +x conf$$.sh
12725 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12726 PATH_SEPARATOR=';'
12727 else
12728 PATH_SEPARATOR=:
12729 fi
12730 rm -f conf$$.sh
12731fi
12732
12733# Find out how to test for executable files. Don't use a zero-byte file,
12734# as systems may use methods other than mode bits to determine executability.
12735cat >conf$$.file <<_ASEOF
12736#! /bin/sh
12737exit 0
12738_ASEOF
12739chmod +x conf$$.file
12740if test -x conf$$.file >/dev/null 2>&1; then
12741 ac_executable_p="test -x"
12742else
12743 ac_executable_p="test -f"
12744fi
12745rm -f conf$$.file
12746
12747# Extract the first word of "msgfmt", so it can be a program name with args.
12748set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12750$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12751if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 12752 $as_echo_n "(cached) " >&6
d7040cdb
SE
12753else
12754 case "$MSGFMT" in
12755 [\\/]* | ?:[\\/]*)
12756 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12757 ;;
12758 *)
12759 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12760 for ac_dir in $PATH; do
12761 IFS="$ac_save_IFS"
12762 test -z "$ac_dir" && ac_dir=.
12763 for ac_exec_ext in '' $ac_executable_extensions; do
12764 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12765 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12766 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12767 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12768 break 2
12769 fi
12770 fi
12771 done
12772 done
12773 IFS="$ac_save_IFS"
12774 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12775 ;;
12776esac
12777fi
12778MSGFMT="$ac_cv_path_MSGFMT"
12779if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12781$as_echo "$MSGFMT" >&6; }
d7040cdb 12782else
81ecdfbb
RW
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12784$as_echo "no" >&6; }
d7040cdb
SE
12785fi
12786
12787 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12788set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12790$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12791if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 12792 $as_echo_n "(cached) " >&6
d7040cdb
SE
12793else
12794 case $GMSGFMT in
12795 [\\/]* | ?:[\\/]*)
12796 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12797 ;;
12798 *)
12799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12800for as_dir in $PATH
12801do
12802 IFS=$as_save_IFS
12803 test -z "$as_dir" && as_dir=.
81ecdfbb 12804 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12806 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12808 break 2
12809 fi
12810done
81ecdfbb
RW
12811 done
12812IFS=$as_save_IFS
d7040cdb
SE
12813
12814 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12815 ;;
12816esac
12817fi
12818GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12819if test -n "$GMSGFMT"; then
81ecdfbb
RW
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12821$as_echo "$GMSGFMT" >&6; }
d7040cdb 12822else
81ecdfbb
RW
12823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12824$as_echo "no" >&6; }
d7040cdb
SE
12825fi
12826
12827
12828
81ecdfbb 12829
d7040cdb
SE
12830# Prepare PATH_SEPARATOR.
12831# The user is always right.
12832if test "${PATH_SEPARATOR+set}" != set; then
12833 echo "#! /bin/sh" >conf$$.sh
12834 echo "exit 0" >>conf$$.sh
12835 chmod +x conf$$.sh
12836 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12837 PATH_SEPARATOR=';'
12838 else
12839 PATH_SEPARATOR=:
12840 fi
12841 rm -f conf$$.sh
12842fi
12843
12844# Find out how to test for executable files. Don't use a zero-byte file,
12845# as systems may use methods other than mode bits to determine executability.
12846cat >conf$$.file <<_ASEOF
12847#! /bin/sh
12848exit 0
12849_ASEOF
12850chmod +x conf$$.file
12851if test -x conf$$.file >/dev/null 2>&1; then
12852 ac_executable_p="test -x"
12853else
12854 ac_executable_p="test -f"
12855fi
12856rm -f conf$$.file
12857
12858# Extract the first word of "xgettext", so it can be a program name with args.
12859set dummy xgettext; ac_word=$2
81ecdfbb
RW
12860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12861$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12862if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 12863 $as_echo_n "(cached) " >&6
d7040cdb
SE
12864else
12865 case "$XGETTEXT" in
12866 [\\/]* | ?:[\\/]*)
12867 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12868 ;;
12869 *)
12870 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12871 for ac_dir in $PATH; do
12872 IFS="$ac_save_IFS"
12873 test -z "$ac_dir" && ac_dir=.
12874 for ac_exec_ext in '' $ac_executable_extensions; do
12875 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12876 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12877 (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
12878 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12879 break 2
12880 fi
12881 fi
12882 done
12883 done
12884 IFS="$ac_save_IFS"
12885 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12886 ;;
12887esac
12888fi
12889XGETTEXT="$ac_cv_path_XGETTEXT"
12890if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12892$as_echo "$XGETTEXT" >&6; }
d7040cdb 12893else
81ecdfbb
RW
12894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12895$as_echo "no" >&6; }
d7040cdb
SE
12896fi
12897
12898 rm -f messages.po
12899
12900
12901# Prepare PATH_SEPARATOR.
12902# The user is always right.
12903if test "${PATH_SEPARATOR+set}" != set; then
12904 echo "#! /bin/sh" >conf$$.sh
12905 echo "exit 0" >>conf$$.sh
12906 chmod +x conf$$.sh
12907 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12908 PATH_SEPARATOR=';'
12909 else
12910 PATH_SEPARATOR=:
12911 fi
12912 rm -f conf$$.sh
12913fi
12914
12915# Find out how to test for executable files. Don't use a zero-byte file,
12916# as systems may use methods other than mode bits to determine executability.
12917cat >conf$$.file <<_ASEOF
12918#! /bin/sh
12919exit 0
12920_ASEOF
12921chmod +x conf$$.file
12922if test -x conf$$.file >/dev/null 2>&1; then
12923 ac_executable_p="test -x"
12924else
12925 ac_executable_p="test -f"
12926fi
12927rm -f conf$$.file
12928
12929# Extract the first word of "msgmerge", so it can be a program name with args.
12930set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12932$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12933if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 12934 $as_echo_n "(cached) " >&6
d7040cdb
SE
12935else
12936 case "$MSGMERGE" in
12937 [\\/]* | ?:[\\/]*)
12938 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12939 ;;
12940 *)
12941 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12942 for ac_dir in $PATH; do
12943 IFS="$ac_save_IFS"
12944 test -z "$ac_dir" && ac_dir=.
12945 for ac_exec_ext in '' $ac_executable_extensions; do
12946 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12947 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12948 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12949 break 2
12950 fi
12951 fi
12952 done
12953 done
12954 IFS="$ac_save_IFS"
12955 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12956 ;;
12957esac
12958fi
12959MSGMERGE="$ac_cv_path_MSGMERGE"
12960if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12962$as_echo "$MSGMERGE" >&6; }
d7040cdb 12963else
81ecdfbb
RW
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12965$as_echo "no" >&6; }
d7040cdb
SE
12966fi
12967
12968
12969 if test "$GMSGFMT" != ":"; then
12970 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12971 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12972 : ;
12973 else
12974 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12976$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12977 GMSGFMT=":"
12978 fi
12979 fi
12980
12981 if test "$XGETTEXT" != ":"; then
12982 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12983 (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
12984 : ;
12985 else
81ecdfbb
RW
12986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12987$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12988 XGETTEXT=":"
12989 fi
12990 rm -f messages.po
12991 fi
12992
81ecdfbb 12993 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
12994
12995
12996
81ecdfbb
RW
12997
12998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12999$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13000 # Check whether --enable-maintainer-mode was given.
13001if test "${enable_maintainer_mode+set}" = set; then :
13002 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 13003else
d7040cdb 13004 USE_MAINTAINER_MODE=no
81ecdfbb 13005fi
d7040cdb 13006
81ecdfbb
RW
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13008$as_echo "$USE_MAINTAINER_MODE" >&6; }
13009 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
13010 MAINTAINER_MODE_TRUE=
13011 MAINTAINER_MODE_FALSE='#'
13012else
13013 MAINTAINER_MODE_TRUE='#'
13014 MAINTAINER_MODE_FALSE=
42ecbf5e 13015fi
d7040cdb
SE
13016
13017 MAINT=$MAINTAINER_MODE_TRUE
13018
13019
81ecdfbb 13020 if false; then
d7040cdb
SE
13021 GENINSRC_NEVER_TRUE=
13022 GENINSRC_NEVER_FALSE='#'
13023else
13024 GENINSRC_NEVER_TRUE='#'
13025 GENINSRC_NEVER_FALSE=
42ecbf5e 13026fi
d7040cdb
SE
13027
13028
13029if test -n "$EXEEXT"; then
20e95c23 13030
81ecdfbb 13031$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 13032
252b5132
RH
13033fi
13034
d7040cdb
SE
13035cat >>confdefs.h <<_ACEOF
13036#define EXECUTABLE_SUFFIX "${EXEEXT}"
13037_ACEOF
42ecbf5e 13038
252b5132 13039
d7040cdb 13040# host-specific stuff:
252b5132 13041
d7040cdb 13042HDEFINES=
252b5132 13043
d7040cdb 13044. ${srcdir}/../bfd/configure.host
252b5132 13045
252b5132 13046
d7040cdb 13047AR=${AR-ar}
252b5132 13048
d7040cdb
SE
13049if test -n "$ac_tool_prefix"; then
13050 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13051set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
13052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13053$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13054if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 13055 $as_echo_n "(cached) " >&6
d7040cdb
SE
13056else
13057 if test -n "$RANLIB"; then
13058 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13059else
13060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13061for as_dir in $PATH
13062do
13063 IFS=$as_save_IFS
13064 test -z "$as_dir" && as_dir=.
81ecdfbb 13065 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13066 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13067 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 13068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13069 break 2
13070 fi
13071done
81ecdfbb
RW
13072 done
13073IFS=$as_save_IFS
252b5132 13074
d7040cdb
SE
13075fi
13076fi
13077RANLIB=$ac_cv_prog_RANLIB
13078if test -n "$RANLIB"; then
81ecdfbb
RW
13079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13080$as_echo "$RANLIB" >&6; }
d7040cdb 13081else
81ecdfbb
RW
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13083$as_echo "no" >&6; }
d7040cdb 13084fi
20e95c23 13085
81ecdfbb 13086
d7040cdb
SE
13087fi
13088if test -z "$ac_cv_prog_RANLIB"; then
13089 ac_ct_RANLIB=$RANLIB
13090 # Extract the first word of "ranlib", so it can be a program name with args.
13091set dummy ranlib; ac_word=$2
81ecdfbb
RW
13092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13093$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13094if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 13095 $as_echo_n "(cached) " >&6
252b5132 13096else
d7040cdb
SE
13097 if test -n "$ac_ct_RANLIB"; then
13098 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13099else
13100as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13101for as_dir in $PATH
13102do
13103 IFS=$as_save_IFS
13104 test -z "$as_dir" && as_dir=.
81ecdfbb 13105 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13106 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13107 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 13108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13109 break 2
13110 fi
13111done
81ecdfbb
RW
13112 done
13113IFS=$as_save_IFS
20e95c23 13114
d7040cdb
SE
13115fi
13116fi
13117ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13118if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
13120$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 13121else
81ecdfbb
RW
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13123$as_echo "no" >&6; }
d7040cdb
SE
13124fi
13125
81ecdfbb
RW
13126 if test "x$ac_ct_RANLIB" = x; then
13127 RANLIB=":"
d7040cdb 13128 else
81ecdfbb
RW
13129 case $cross_compiling:$ac_tool_warned in
13130yes:)
13131{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13132$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13133ac_tool_warned=yes ;;
13134esac
13135 RANLIB=$ac_ct_RANLIB
d7040cdb 13136 fi
81ecdfbb
RW
13137else
13138 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 13139fi
d7040cdb 13140
d7040cdb
SE
13141
13142
13143# Put a plausible default for CC_FOR_BUILD in Makefile.
13144if test -z "$CC_FOR_BUILD"; then
13145 if test "x$cross_compiling" = "xno"; then
13146 CC_FOR_BUILD='$(CC)'
13147 else
13148 CC_FOR_BUILD=gcc
13149 fi
13150fi
20e95c23 13151
d7040cdb
SE
13152# Also set EXEEXT_FOR_BUILD.
13153if test "x$cross_compiling" = "xno"; then
13154 EXEEXT_FOR_BUILD='$(EXEEXT)'
13155else
81ecdfbb
RW
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13157$as_echo_n "checking for build system executable suffix... " >&6; }
d0ac1c44 13158if ${bfd_cv_build_exeext+:} false; then :
81ecdfbb 13159 $as_echo_n "(cached) " >&6
d7040cdb
SE
13160else
13161 rm -f conftest*
13162 echo 'int main () { return 0; }' > conftest.c
13163 bfd_cv_build_exeext=
13164 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13165 for file in conftest.*; do
13166 case $file in
13167 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13168 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13169 esac
13170 done
13171 rm -f conftest*
13172 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 13173fi
81ecdfbb
RW
13174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13175$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
13176 EXEEXT_FOR_BUILD=""
13177 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
13178fi
13179
13180
d7040cdb
SE
13181DEMANGLER_NAME=c++filt
13182case "${host}" in
13183 *-*-go32* | *-*-msdos*)
13184 DEMANGLER_NAME=cxxfilt
13185esac
8a965946
ILT
13186
13187
4c219c2e
AM
13188# The cast to long int works around a bug in the HP C Compiler
13189# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13190# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13191# This bug is HP SR number 8606223364.
13192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13193$as_echo_n "checking size of long... " >&6; }
d0ac1c44 13194if ${ac_cv_sizeof_long+:} false; then :
4c219c2e
AM
13195 $as_echo_n "(cached) " >&6
13196else
13197 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13198
13199else
13200 if test "$ac_cv_type_long" = yes; then
13201 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13202$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13203as_fn_error 77 "cannot compute sizeof (long)
13204See \`config.log' for more details" "$LINENO" 5; }
4c219c2e
AM
13205 else
13206 ac_cv_sizeof_long=0
13207 fi
13208fi
13209
13210fi
13211{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13212$as_echo "$ac_cv_sizeof_long" >&6; }
13213
13214
13215
13216cat >>confdefs.h <<_ACEOF
13217#define SIZEOF_LONG $ac_cv_sizeof_long
13218_ACEOF
13219
13220
13221ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
d0ac1c44 13222if test "x$ac_cv_type_long_long" = xyes; then :
4c219c2e
AM
13223
13224cat >>confdefs.h <<_ACEOF
13225#define HAVE_LONG_LONG 1
13226_ACEOF
13227
13228# The cast to long int works around a bug in the HP C Compiler
13229# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13230# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13231# This bug is HP SR number 8606223364.
13232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13233$as_echo_n "checking size of long long... " >&6; }
d0ac1c44 13234if ${ac_cv_sizeof_long_long+:} false; then :
4c219c2e
AM
13235 $as_echo_n "(cached) " >&6
13236else
13237 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13238
13239else
13240 if test "$ac_cv_type_long_long" = yes; then
13241 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13242$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13243as_fn_error 77 "cannot compute sizeof (long long)
13244See \`config.log' for more details" "$LINENO" 5; }
4c219c2e
AM
13245 else
13246 ac_cv_sizeof_long_long=0
13247 fi
13248fi
13249
13250fi
13251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13252$as_echo "$ac_cv_sizeof_long_long" >&6; }
13253
13254
13255
13256cat >>confdefs.h <<_ACEOF
13257#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13258_ACEOF
13259
13260
13261fi
13262
13263
3bfcb652 13264for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h
81ecdfbb
RW
13265do :
13266 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13267ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13268if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
13269 cat >>confdefs.h <<_ACEOF
13270#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13271_ACEOF
42ecbf5e 13272
81ecdfbb 13273fi
42ecbf5e 13274
81ecdfbb 13275done
42ecbf5e 13276
81ecdfbb
RW
13277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13278$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
d0ac1c44 13279if ${ac_cv_header_sys_wait_h+:} false; then :
81ecdfbb 13280 $as_echo_n "(cached) " >&6
42ecbf5e 13281else
81ecdfbb 13282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13283/* end confdefs.h. */
252b5132
RH
13284#include <sys/types.h>
13285#include <sys/wait.h>
13286#ifndef WEXITSTATUS
81ecdfbb 13287# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
13288#endif
13289#ifndef WIFEXITED
42ecbf5e 13290# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 13291#endif
42ecbf5e
DJ
13292
13293int
13294main ()
13295{
13296 int s;
13297 wait (&s);
13298 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13299 ;
13300 return 0;
13301}
13302_ACEOF
81ecdfbb 13303if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13304 ac_cv_header_sys_wait_h=yes
13305else
81ecdfbb 13306 ac_cv_header_sys_wait_h=no
252b5132 13307fi
81ecdfbb 13308rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 13309fi
81ecdfbb
RW
13310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13311$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 13312if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 13313
81ecdfbb 13314$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
13315
13316fi
13317
df7b86aa
NC
13318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13319$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
d0ac1c44 13320if ${gcc_cv_header_string+:} false; then :
df7b86aa
NC
13321 $as_echo_n "(cached) " >&6
13322else
13323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13324/* end confdefs.h. */
13325#include <string.h>
13326#include <strings.h>
13327int
13328main ()
13329{
13330
13331 ;
13332 return 0;
13333}
13334_ACEOF
13335if ac_fn_c_try_compile "$LINENO"; then :
13336 gcc_cv_header_string=yes
13337else
13338 gcc_cv_header_string=no
13339fi
13340rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13341fi
13342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13343$as_echo "$gcc_cv_header_string" >&6; }
13344if test $gcc_cv_header_string = yes; then
13345
13346$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13347
13348fi
13349
d0ac1c44
SM
13350ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13351if test "x$ac_cv_type_size_t" = xyes; then :
13352
13353else
13354
13355cat >>confdefs.h <<_ACEOF
13356#define size_t unsigned int
13357_ACEOF
13358
13359fi
13360
252b5132
RH
13361# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13362# for constant arguments. Useless!
81ecdfbb
RW
13363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13364$as_echo_n "checking for working alloca.h... " >&6; }
d0ac1c44 13365if ${ac_cv_working_alloca_h+:} false; then :
81ecdfbb 13366 $as_echo_n "(cached) " >&6
42ecbf5e 13367else
81ecdfbb 13368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13369/* end confdefs.h. */
252b5132 13370#include <alloca.h>
42ecbf5e
DJ
13371int
13372main ()
13373{
13374char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13375 if (p) return 0;
42ecbf5e
DJ
13376 ;
13377 return 0;
13378}
13379_ACEOF
81ecdfbb 13380if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
13381 ac_cv_working_alloca_h=yes
13382else
81ecdfbb 13383 ac_cv_working_alloca_h=no
42ecbf5e 13384fi
81ecdfbb
RW
13385rm -f core conftest.err conftest.$ac_objext \
13386 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 13387fi
81ecdfbb
RW
13388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13389$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
13390if test $ac_cv_working_alloca_h = yes; then
13391
81ecdfbb 13392$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13393
13394fi
13395
81ecdfbb
RW
13396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13397$as_echo_n "checking for alloca... " >&6; }
d0ac1c44 13398if ${ac_cv_func_alloca_works+:} false; then :
81ecdfbb 13399 $as_echo_n "(cached) " >&6
252b5132 13400else
81ecdfbb 13401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13402/* end confdefs.h. */
252b5132
RH
13403#ifdef __GNUC__
13404# define alloca __builtin_alloca
13405#else
13406# ifdef _MSC_VER
13407# include <malloc.h>
13408# define alloca _alloca
13409# else
81ecdfbb 13410# ifdef HAVE_ALLOCA_H
252b5132
RH
13411# include <alloca.h>
13412# else
13413# ifdef _AIX
13414 #pragma alloca
13415# else
13416# ifndef alloca /* predefined by HP cc +Olibcalls */
d0ac1c44 13417void *alloca (size_t);
252b5132
RH
13418# endif
13419# endif
13420# endif
13421# endif
13422#endif
13423
42ecbf5e
DJ
13424int
13425main ()
13426{
13427char *p = (char *) alloca (1);
81ecdfbb 13428 if (p) return 0;
42ecbf5e
DJ
13429 ;
13430 return 0;
13431}
13432_ACEOF
81ecdfbb 13433if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13434 ac_cv_func_alloca_works=yes
13435else
81ecdfbb 13436 ac_cv_func_alloca_works=no
252b5132 13437fi
81ecdfbb
RW
13438rm -f core conftest.err conftest.$ac_objext \
13439 conftest$ac_exeext conftest.$ac_ext
252b5132 13440fi
81ecdfbb
RW
13441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13442$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13443
252b5132 13444if test $ac_cv_func_alloca_works = yes; then
e5a52504 13445
81ecdfbb 13446$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 13447
42ecbf5e 13448else
d15b04bd 13449 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
13450# that cause trouble. Some versions do not even contain alloca or
13451# contain a buggy version. If you still want to use their alloca,
13452# use ar to extract alloca.o from them instead of compiling alloca.c.
13453
81ecdfbb 13454ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 13455
81ecdfbb 13456$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
13457
13458
81ecdfbb
RW
13459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13460$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
d0ac1c44 13461if ${ac_cv_os_cray+:} false; then :
81ecdfbb 13462 $as_echo_n "(cached) " >&6
252b5132 13463else
81ecdfbb 13464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13465/* end confdefs.h. */
81ecdfbb 13466#if defined CRAY && ! defined CRAY2
252b5132
RH
13467webecray
13468#else
13469wenotbecray
13470#endif
13471
42ecbf5e 13472_ACEOF
252b5132 13473if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13474 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13475 ac_cv_os_cray=yes
13476else
252b5132
RH
13477 ac_cv_os_cray=no
13478fi
13479rm -f conftest*
13480
13481fi
81ecdfbb
RW
13482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13483$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 13484if test $ac_cv_os_cray = yes; then
42ecbf5e 13485 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13486 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13487ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13488if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
42ecbf5e
DJ
13489
13490cat >>confdefs.h <<_ACEOF
252b5132 13491#define CRAY_STACKSEG_END $ac_func
42ecbf5e 13492_ACEOF
252b5132 13493
42ecbf5e 13494 break
252b5132
RH
13495fi
13496
42ecbf5e 13497 done
252b5132
RH
13498fi
13499
81ecdfbb
RW
13500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13501$as_echo_n "checking stack direction for C alloca... " >&6; }
d0ac1c44 13502if ${ac_cv_c_stack_direction+:} false; then :
81ecdfbb 13503 $as_echo_n "(cached) " >&6
252b5132 13504else
81ecdfbb 13505 if test "$cross_compiling" = yes; then :
252b5132
RH
13506 ac_cv_c_stack_direction=0
13507else
81ecdfbb 13508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13509/* end confdefs.h. */
81ecdfbb 13510$ac_includes_default
42ecbf5e 13511int
d0ac1c44 13512find_stack_direction (int *addr, int depth)
252b5132 13513{
d0ac1c44
SM
13514 int dir, dummy = 0;
13515 if (! addr)
13516 addr = &dummy;
13517 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13518 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13519 return dir + dummy;
252b5132 13520}
42ecbf5e
DJ
13521
13522int
d0ac1c44 13523main (int argc, char **argv)
252b5132 13524{
d0ac1c44 13525 return find_stack_direction (0, argc + !argv + 20) < 0;
252b5132 13526}
42ecbf5e 13527_ACEOF
81ecdfbb 13528if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13529 ac_cv_c_stack_direction=1
13530else
81ecdfbb 13531 ac_cv_c_stack_direction=-1
252b5132 13532fi
81ecdfbb
RW
13533rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13534 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
13535fi
13536
81ecdfbb
RW
13537fi
13538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13539$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 13540cat >>confdefs.h <<_ACEOF
252b5132 13541#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
13542_ACEOF
13543
252b5132
RH
13544
13545fi
13546
34156b23
L
13547
13548
13549
13550 for ac_header in $ac_header_list
13551do :
13552 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13553ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13554"
13555if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13556 cat >>confdefs.h <<_ACEOF
13557#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13558_ACEOF
13559
13560fi
13561
13562done
13563
13564
13565
13566
13567
13568
13569
13570
13571for ac_func in getpagesize
13572do :
13573 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13574if test "x$ac_cv_func_getpagesize" = xyes; then :
13575 cat >>confdefs.h <<_ACEOF
13576#define HAVE_GETPAGESIZE 1
13577_ACEOF
13578
13579fi
13580done
13581
13582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13583$as_echo_n "checking for working mmap... " >&6; }
13584if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13585 $as_echo_n "(cached) " >&6
13586else
13587 if test "$cross_compiling" = yes; then :
13588 ac_cv_func_mmap_fixed_mapped=no
13589else
13590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13591/* end confdefs.h. */
13592$ac_includes_default
13593/* malloc might have been renamed as rpl_malloc. */
13594#undef malloc
13595
13596/* Thanks to Mike Haertel and Jim Avera for this test.
13597 Here is a matrix of mmap possibilities:
13598 mmap private not fixed
13599 mmap private fixed at somewhere currently unmapped
13600 mmap private fixed at somewhere already mapped
13601 mmap shared not fixed
13602 mmap shared fixed at somewhere currently unmapped
13603 mmap shared fixed at somewhere already mapped
13604 For private mappings, we should verify that changes cannot be read()
13605 back from the file, nor mmap's back from the file at a different
13606 address. (There have been systems where private was not correctly
13607 implemented like the infamous i386 svr4.0, and systems where the
13608 VM page cache was not coherent with the file system buffer cache
13609 like early versions of FreeBSD and possibly contemporary NetBSD.)
13610 For shared mappings, we should conversely verify that changes get
13611 propagated back to all the places they're supposed to be.
13612
13613 Grep wants private fixed already mapped.
13614 The main things grep needs to know about mmap are:
13615 * does it exist and is it safe to write into the mmap'd area
13616 * how to use it (BSD variants) */
13617
13618#include <fcntl.h>
13619#include <sys/mman.h>
13620
13621#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13622char *malloc ();
13623#endif
13624
13625/* This mess was copied from the GNU getpagesize.h. */
13626#ifndef HAVE_GETPAGESIZE
13627# ifdef _SC_PAGESIZE
13628# define getpagesize() sysconf(_SC_PAGESIZE)
13629# else /* no _SC_PAGESIZE */
13630# ifdef HAVE_SYS_PARAM_H
13631# include <sys/param.h>
13632# ifdef EXEC_PAGESIZE
13633# define getpagesize() EXEC_PAGESIZE
13634# else /* no EXEC_PAGESIZE */
13635# ifdef NBPG
13636# define getpagesize() NBPG * CLSIZE
13637# ifndef CLSIZE
13638# define CLSIZE 1
13639# endif /* no CLSIZE */
13640# else /* no NBPG */
13641# ifdef NBPC
13642# define getpagesize() NBPC
13643# else /* no NBPC */
13644# ifdef PAGESIZE
13645# define getpagesize() PAGESIZE
13646# endif /* PAGESIZE */
13647# endif /* no NBPC */
13648# endif /* no NBPG */
13649# endif /* no EXEC_PAGESIZE */
13650# else /* no HAVE_SYS_PARAM_H */
13651# define getpagesize() 8192 /* punt totally */
13652# endif /* no HAVE_SYS_PARAM_H */
13653# endif /* no _SC_PAGESIZE */
13654
13655#endif /* no HAVE_GETPAGESIZE */
13656
13657int
13658main ()
13659{
13660 char *data, *data2, *data3;
13661 const char *cdata2;
13662 int i, pagesize;
13663 int fd, fd2;
13664
13665 pagesize = getpagesize ();
13666
13667 /* First, make a file with some known garbage in it. */
13668 data = (char *) malloc (pagesize);
13669 if (!data)
13670 return 1;
13671 for (i = 0; i < pagesize; ++i)
13672 *(data + i) = rand ();
13673 umask (0);
13674 fd = creat ("conftest.mmap", 0600);
13675 if (fd < 0)
13676 return 2;
13677 if (write (fd, data, pagesize) != pagesize)
13678 return 3;
13679 close (fd);
13680
13681 /* Next, check that the tail of a page is zero-filled. File must have
13682 non-zero length, otherwise we risk SIGBUS for entire page. */
13683 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13684 if (fd2 < 0)
13685 return 4;
13686 cdata2 = "";
13687 if (write (fd2, cdata2, 1) != 1)
13688 return 5;
13689 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13690 if (data2 == MAP_FAILED)
13691 return 6;
13692 for (i = 0; i < pagesize; ++i)
13693 if (*(data2 + i))
13694 return 7;
13695 close (fd2);
13696 if (munmap (data2, pagesize))
13697 return 8;
13698
13699 /* Next, try to mmap the file at a fixed address which already has
13700 something else allocated at it. If we can, also make sure that
13701 we see the same garbage. */
13702 fd = open ("conftest.mmap", O_RDWR);
13703 if (fd < 0)
13704 return 9;
13705 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13706 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13707 return 10;
13708 for (i = 0; i < pagesize; ++i)
13709 if (*(data + i) != *(data2 + i))
13710 return 11;
13711
13712 /* Finally, make sure that changes to the mapped area do not
13713 percolate back to the file as seen by read(). (This is a bug on
13714 some variants of i386 svr4.0.) */
13715 for (i = 0; i < pagesize; ++i)
13716 *(data2 + i) = *(data2 + i) + 1;
13717 data3 = (char *) malloc (pagesize);
13718 if (!data3)
13719 return 12;
13720 if (read (fd, data3, pagesize) != pagesize)
13721 return 13;
13722 for (i = 0; i < pagesize; ++i)
13723 if (*(data + i) != *(data3 + i))
13724 return 14;
13725 close (fd);
13726 return 0;
13727}
13728_ACEOF
13729if ac_fn_c_try_run "$LINENO"; then :
13730 ac_cv_func_mmap_fixed_mapped=yes
13731else
13732 ac_cv_func_mmap_fixed_mapped=no
13733fi
13734rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13735 conftest.$ac_objext conftest.beam conftest.$ac_ext
13736fi
13737
13738fi
13739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13740$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13741if test $ac_cv_func_mmap_fixed_mapped = yes; then
13742
13743$as_echo "#define HAVE_MMAP 1" >>confdefs.h
13744
13745fi
13746rm -f conftest.mmap conftest.txt
13747
44350750 13748for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
81ecdfbb
RW
13749do :
13750 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13751ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13752if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
13753 cat >>confdefs.h <<_ACEOF
13754#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13755_ACEOF
42ecbf5e 13756
81ecdfbb
RW
13757fi
13758done
42ecbf5e 13759
81ecdfbb 13760ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
d0ac1c44 13761if test "x$ac_cv_func_mkstemp" = xyes; then :
42ecbf5e 13762
81ecdfbb 13763$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 13764
81ecdfbb 13765fi
42ecbf5e 13766
81ecdfbb 13767ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
d0ac1c44 13768if test "x$ac_cv_func_mkdtemp" = xyes; then :
42ecbf5e 13769
81ecdfbb 13770$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 13771
81ecdfbb 13772fi
d15b04bd 13773
3bfcb652
NC
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13775$as_echo_n "checking for mbstate_t... " >&6; }
13776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13777/* end confdefs.h. */
13778#include <wchar.h>
13779int
13780main ()
13781{
13782mbstate_t teststate;
13783 ;
13784 return 0;
13785}
13786_ACEOF
13787if ac_fn_c_try_compile "$LINENO"; then :
13788 have_mbstate_t=yes
13789else
13790 have_mbstate_t=no
13791fi
13792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13794$as_echo "$have_mbstate_t" >&6; }
13795 if test x"$have_mbstate_t" = xyes; then
13796
13797$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13798
13799 fi
d15b04bd 13800
81ecdfbb
RW
13801# Some systems have frexp only in -lm, not in -lc.
13802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13803$as_echo_n "checking for library containing frexp... " >&6; }
d0ac1c44 13804if ${ac_cv_search_frexp+:} false; then :
81ecdfbb 13805 $as_echo_n "(cached) " >&6
f9c026a8 13806else
81ecdfbb
RW
13807 ac_func_search_save_LIBS=$LIBS
13808cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 13809/* end confdefs.h. */
f9c026a8 13810
81ecdfbb
RW
13811/* Override any GCC internal prototype to avoid an error.
13812 Use char because int might match the return type of a GCC
f9c026a8 13813 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
13814#ifdef __cplusplus
13815extern "C"
13816#endif
42ecbf5e
DJ
13817char frexp ();
13818int
13819main ()
13820{
81ecdfbb 13821return frexp ();
42ecbf5e
DJ
13822 ;
13823 return 0;
13824}
13825_ACEOF
81ecdfbb
RW
13826for ac_lib in '' m; do
13827 if test -z "$ac_lib"; then
13828 ac_res="none required"
13829 else
13830 ac_res=-l$ac_lib
42ecbf5e 13831 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
13832 fi
13833 if ac_fn_c_try_link "$LINENO"; then :
13834 ac_cv_search_frexp=$ac_res
13835fi
13836rm -f core conftest.err conftest.$ac_objext \
13837 conftest$ac_exeext
d0ac1c44 13838 if ${ac_cv_search_frexp+:} false; then :
81ecdfbb
RW
13839 break
13840fi
13841done
d0ac1c44 13842if ${ac_cv_search_frexp+:} false; then :
42ecbf5e 13843
f353eb8a 13844else
81ecdfbb 13845 ac_cv_search_frexp=no
e5a52504 13846fi
81ecdfbb 13847rm conftest.$ac_ext
42ecbf5e
DJ
13848LIBS=$ac_func_search_save_LIBS
13849fi
81ecdfbb
RW
13850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13851$as_echo "$ac_cv_search_frexp" >&6; }
13852ac_res=$ac_cv_search_frexp
13853if test "$ac_res" != no; then :
13854 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 13855
f353eb8a
ILT
13856fi
13857
42ecbf5e 13858
44350750
NC
13859
13860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13861$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 13862if ${am_cv_val_LC_MESSAGES+:} false; then :
44350750
NC
13863 $as_echo_n "(cached) " >&6
13864else
13865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13866/* end confdefs.h. */
13867#include <locale.h>
13868int
13869main ()
13870{
13871return LC_MESSAGES
13872 ;
13873 return 0;
13874}
13875_ACEOF
13876if ac_fn_c_try_link "$LINENO"; then :
13877 am_cv_val_LC_MESSAGES=yes
13878else
13879 am_cv_val_LC_MESSAGES=no
13880fi
13881rm -f core conftest.err conftest.$ac_objext \
13882 conftest$ac_exeext conftest.$ac_ext
13883fi
13884{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13885$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13886 if test $am_cv_val_LC_MESSAGES = yes; then
13887
13888$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13889
13890 fi
13891
13892
81ecdfbb
RW
13893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13894$as_echo_n "checking for time_t in time.h... " >&6; }
d0ac1c44 13895if ${bu_cv_decl_time_t_time_h+:} false; then :
81ecdfbb 13896 $as_echo_n "(cached) " >&6
252b5132 13897else
81ecdfbb 13898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13899/* end confdefs.h. */
252b5132 13900#include <time.h>
42ecbf5e
DJ
13901int
13902main ()
13903{
252b5132 13904time_t i;
42ecbf5e
DJ
13905 ;
13906 return 0;
13907}
13908_ACEOF
81ecdfbb 13909if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13910 bu_cv_decl_time_t_time_h=yes
13911else
81ecdfbb 13912 bu_cv_decl_time_t_time_h=no
252b5132 13913fi
81ecdfbb 13914rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13915fi
13916
81ecdfbb
RW
13917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13918$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 13919if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 13920
81ecdfbb 13921$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
13922
13923fi
13924
81ecdfbb
RW
13925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13926$as_echo_n "checking for time_t in sys/types.h... " >&6; }
d0ac1c44 13927if ${bu_cv_decl_time_t_types_h+:} false; then :
81ecdfbb 13928 $as_echo_n "(cached) " >&6
252b5132 13929else
81ecdfbb 13930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13931/* end confdefs.h. */
252b5132 13932#include <sys/types.h>
42ecbf5e
DJ
13933int
13934main ()
13935{
252b5132 13936time_t i;
42ecbf5e
DJ
13937 ;
13938 return 0;
13939}
13940_ACEOF
81ecdfbb 13941if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13942 bu_cv_decl_time_t_types_h=yes
13943else
81ecdfbb 13944 bu_cv_decl_time_t_types_h=no
252b5132 13945fi
81ecdfbb 13946rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13947fi
13948
81ecdfbb
RW
13949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13950$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 13951if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 13952
81ecdfbb 13953$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
13954
13955fi
13956
81ecdfbb
RW
13957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13958$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
d0ac1c44 13959if ${bu_cv_decl_getopt_unistd_h+:} false; then :
81ecdfbb 13960 $as_echo_n "(cached) " >&6
e46eba98 13961else
81ecdfbb 13962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13963/* end confdefs.h. */
e46eba98 13964#include <unistd.h>
42ecbf5e
DJ
13965int
13966main ()
13967{
e46eba98 13968extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
13969 ;
13970 return 0;
13971}
13972_ACEOF
81ecdfbb 13973if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
13974 bu_cv_decl_getopt_unistd_h=yes
13975else
81ecdfbb 13976 bu_cv_decl_getopt_unistd_h=no
e46eba98 13977fi
81ecdfbb 13978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
13979fi
13980
81ecdfbb
RW
13981{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13982$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 13983if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 13984
81ecdfbb 13985$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
13986
13987fi
13988
252b5132
RH
13989# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13990# by default.
81ecdfbb
RW
13991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13992$as_echo_n "checking for utime.h... " >&6; }
d0ac1c44 13993if ${bu_cv_header_utime_h+:} false; then :
81ecdfbb 13994 $as_echo_n "(cached) " >&6
42ecbf5e 13995else
81ecdfbb 13996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13997/* end confdefs.h. */
252b5132
RH
13998#include <sys/types.h>
13999#ifdef HAVE_TIME_H
14000#include <time.h>
14001#endif
14002#include <utime.h>
42ecbf5e
DJ
14003int
14004main ()
14005{
252b5132 14006struct utimbuf s;
42ecbf5e
DJ
14007 ;
14008 return 0;
14009}
14010_ACEOF
81ecdfbb 14011if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14012 bu_cv_header_utime_h=yes
14013else
81ecdfbb 14014 bu_cv_header_utime_h=no
252b5132 14015fi
81ecdfbb 14016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14017fi
14018
81ecdfbb
RW
14019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
14020$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 14021if test $bu_cv_header_utime_h = yes; then
42ecbf5e 14022
81ecdfbb 14023$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
14024
14025fi
14026
1f5345a6 14027ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 14028if test "x$ac_cv_have_decl_asprintf" = xyes; then :
1f5345a6
ST
14029 ac_have_decl=1
14030else
14031 ac_have_decl=0
14032fi
14033
14034cat >>confdefs.h <<_ACEOF
14035#define HAVE_DECL_ASPRINTF $ac_have_decl
14036_ACEOF
952781e8 14037ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
d0ac1c44 14038if test "x$ac_cv_have_decl_environ" = xyes; then :
952781e8
AM
14039 ac_have_decl=1
14040else
14041 ac_have_decl=0
14042fi
14043
14044cat >>confdefs.h <<_ACEOF
14045#define HAVE_DECL_ENVIRON $ac_have_decl
14046_ACEOF
81ecdfbb 14047ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
d0ac1c44 14048if test "x$ac_cv_have_decl_fprintf" = xyes; then :
81ecdfbb 14049 ac_have_decl=1
252b5132 14050else
81ecdfbb
RW
14051 ac_have_decl=0
14052fi
398ee8f1 14053
81ecdfbb
RW
14054cat >>confdefs.h <<_ACEOF
14055#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 14056_ACEOF
952781e8 14057ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
d0ac1c44 14058if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
81ecdfbb 14059 ac_have_decl=1
252b5132 14060else
81ecdfbb 14061 ac_have_decl=0
252b5132 14062fi
252b5132 14063
398ee8f1 14064cat >>confdefs.h <<_ACEOF
952781e8 14065#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 14066_ACEOF
952781e8 14067ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
d0ac1c44 14068if test "x$ac_cv_have_decl_getenv" = xyes; then :
81ecdfbb 14069 ac_have_decl=1
398ee8f1 14070else
81ecdfbb
RW
14071 ac_have_decl=0
14072fi
3e321448
L
14073
14074cat >>confdefs.h <<_ACEOF
952781e8 14075#define HAVE_DECL_GETENV $ac_have_decl
42ecbf5e 14076_ACEOF
81ecdfbb 14077ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
d0ac1c44 14078if test "x$ac_cv_have_decl_sbrk" = xyes; then :
81ecdfbb 14079 ac_have_decl=1
252b5132 14080else
81ecdfbb 14081 ac_have_decl=0
252b5132 14082fi
252b5132 14083
398ee8f1 14084cat >>confdefs.h <<_ACEOF
81ecdfbb 14085#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 14086_ACEOF
952781e8 14087ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
d0ac1c44 14088if test "x$ac_cv_have_decl_snprintf" = xyes; then :
81ecdfbb 14089 ac_have_decl=1
398ee8f1 14090else
81ecdfbb 14091 ac_have_decl=0
398ee8f1 14092fi
252b5132 14093
398ee8f1 14094cat >>confdefs.h <<_ACEOF
952781e8 14095#define HAVE_DECL_SNPRINTF $ac_have_decl
398ee8f1 14096_ACEOF
952781e8 14097ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 14098if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb 14099 ac_have_decl=1
398ee8f1 14100else
81ecdfbb 14101 ac_have_decl=0
398ee8f1 14102fi
252b5132 14103
398ee8f1 14104cat >>confdefs.h <<_ACEOF
952781e8 14105#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 14106_ACEOF
952781e8 14107ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
d0ac1c44 14108if test "x$ac_cv_have_decl_strnlen" = xyes; then :
81ecdfbb 14109 ac_have_decl=1
b7d4af3a 14110else
81ecdfbb 14111 ac_have_decl=0
b7d4af3a 14112fi
b7d4af3a
JW
14113
14114cat >>confdefs.h <<_ACEOF
952781e8 14115#define HAVE_DECL_STRNLEN $ac_have_decl
b7d4af3a 14116_ACEOF
952781e8 14117ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
d0ac1c44 14118if test "x$ac_cv_have_decl_strstr" = xyes; then :
81ecdfbb 14119 ac_have_decl=1
b7d4af3a 14120else
81ecdfbb 14121 ac_have_decl=0
db50c840 14122fi
db50c840
EB
14123
14124cat >>confdefs.h <<_ACEOF
952781e8 14125#define HAVE_DECL_STRSTR $ac_have_decl
db50c840 14126_ACEOF
81ecdfbb 14127ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
d0ac1c44 14128if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
81ecdfbb 14129 ac_have_decl=1
db50c840 14130else
81ecdfbb 14131 ac_have_decl=0
db50c840 14132fi
db50c840
EB
14133
14134cat >>confdefs.h <<_ACEOF
81ecdfbb 14135#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
14136_ACEOF
14137
14138
ed2b5077
L
14139# Link in zlib if we can. This allows us to read compressed debug
14140# sections. This is used only by readelf.c (objdump uses bfd for
14141# reading compressed sections).
14142
14143 # Use the system's zlib library.
39f3de7c
L
14144 zlibdir="-L\$(top_builddir)/../zlib"
14145 zlibinc="-I\$(top_srcdir)/../zlib"
52546677 14146
0ee42ecd
L
14147# Check whether --with-system-zlib was given.
14148if test "${with_system_zlib+set}" = set; then :
afa59b79
L
14149 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14150 zlibdir=
14151 zlibinc=
14152 fi
52546677 14153
52546677
RM
14154fi
14155
14156
52546677 14157
1b315056 14158
252b5132 14159
ed2b5077 14160
252b5132 14161case "${host}" in
8a965946 14162*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 14163
81ecdfbb 14164$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
14165 ;;
14166esac
14167
14168# target-specific stuff:
14169
14170# Canonicalize the secondary target names.
14171if test -n "$enable_targets"; then
14172 for targ in `echo $enable_targets | sed 's/,/ /g'`
14173 do
6d83c84b 14174 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
14175 if test -n "$result"; then
14176 canon_targets="$canon_targets $result"
14177 else
14178 # Allow targets that config.sub doesn't recognize, like "all".
14179 canon_targets="$canon_targets $targ"
14180 fi
14181 done
14182fi
14183
81ecdfbb 14184ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
d0ac1c44 14185if test "x$ac_cv_header_iconv_h" = xyes; then :
5ba684e2
NC
14186
14187fi
14188
14189
14190
14191 if test "X$prefix" = "XNONE"; then
14192 acl_final_prefix="$ac_default_prefix"
14193 else
14194 acl_final_prefix="$prefix"
14195 fi
14196 if test "X$exec_prefix" = "XNONE"; then
14197 acl_final_exec_prefix='${prefix}'
14198 else
14199 acl_final_exec_prefix="$exec_prefix"
14200 fi
14201 acl_save_prefix="$prefix"
14202 prefix="$acl_final_prefix"
14203 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
14204 prefix="$acl_save_prefix"
14205
14206
81ecdfbb
RW
14207# Check whether --with-gnu-ld was given.
14208if test "${with_gnu_ld+set}" = set; then :
14209 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
14210else
14211 with_gnu_ld=no
81ecdfbb
RW
14212fi
14213
5ba684e2
NC
14214# Prepare PATH_SEPARATOR.
14215# The user is always right.
14216if test "${PATH_SEPARATOR+set}" != set; then
14217 echo "#! /bin/sh" >conf$$.sh
14218 echo "exit 0" >>conf$$.sh
14219 chmod +x conf$$.sh
14220 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14221 PATH_SEPARATOR=';'
14222 else
14223 PATH_SEPARATOR=:
14224 fi
14225 rm -f conf$$.sh
14226fi
14227ac_prog=ld
14228if test "$GCC" = yes; then
14229 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
14231$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
14232 case $host in
14233 *-*-mingw*)
14234 # gcc leaves a trailing carriage return which upsets mingw
14235 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14236 *)
14237 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14238 esac
14239 case $ac_prog in
14240 # Accept absolute paths.
14241 [\\/]* | [A-Za-z]:[\\/]*)
14242 re_direlt='/[^/][^/]*/\.\./'
14243 # Canonicalize the path of ld
14244 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
14245 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
14246 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
14247 done
14248 test -z "$LD" && LD="$ac_prog"
14249 ;;
14250 "")
14251 # If it fails, then pretend we aren't using GCC.
14252 ac_prog=ld
14253 ;;
14254 *)
14255 # If it is relative, then search for the first ld in PATH.
14256 with_gnu_ld=unknown
14257 ;;
14258 esac
14259elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14261$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 14262else
81ecdfbb
RW
14263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14264$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 14265fi
d0ac1c44 14266if ${acl_cv_path_LD+:} false; then :
81ecdfbb 14267 $as_echo_n "(cached) " >&6
5ba684e2
NC
14268else
14269 if test -z "$LD"; then
14270 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
14271 for ac_dir in $PATH; do
14272 test -z "$ac_dir" && ac_dir=.
14273 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14274 acl_cv_path_LD="$ac_dir/$ac_prog"
14275 # Check to see if the program is GNU ld. I'd rather use --version,
14276 # but apparently some GNU ld's only accept -v.
14277 # Break only if it was the GNU/non-GNU ld that we prefer.
14278 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
14279 test "$with_gnu_ld" != no && break
14280 else
14281 test "$with_gnu_ld" != yes && break
14282 fi
14283 fi
14284 done
14285 IFS="$ac_save_ifs"
14286else
14287 acl_cv_path_LD="$LD" # Let the user override the test with a path.
14288fi
14289fi
14290
14291LD="$acl_cv_path_LD"
14292if test -n "$LD"; then
81ecdfbb
RW
14293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14294$as_echo "$LD" >&6; }
5ba684e2 14295else
81ecdfbb
RW
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14297$as_echo "no" >&6; }
5ba684e2 14298fi
d0ac1c44 14299test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
14300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14301$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 14302if ${acl_cv_prog_gnu_ld+:} false; then :
81ecdfbb 14303 $as_echo_n "(cached) " >&6
5ba684e2
NC
14304else
14305 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
14306if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
14307 acl_cv_prog_gnu_ld=yes
14308else
14309 acl_cv_prog_gnu_ld=no
14310fi
14311fi
81ecdfbb
RW
14312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14313$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
14314with_gnu_ld=$acl_cv_prog_gnu_ld
14315
14316
14317
81ecdfbb
RW
14318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14319$as_echo_n "checking for shared library run path origin... " >&6; }
d0ac1c44 14320if ${acl_cv_rpath+:} false; then :
81ecdfbb 14321 $as_echo_n "(cached) " >&6
5ba684e2
NC
14322else
14323
14324 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14325 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14326 . ./conftest.sh
14327 rm -f ./conftest.sh
14328 acl_cv_rpath=done
14329
14330fi
81ecdfbb
RW
14331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14332$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
14333 wl="$acl_cv_wl"
14334 libext="$acl_cv_libext"
14335 shlibext="$acl_cv_shlibext"
14336 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14337 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14338 hardcode_direct="$acl_cv_hardcode_direct"
14339 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
14340 # Check whether --enable-rpath was given.
14341if test "${enable_rpath+set}" = set; then :
14342 enableval=$enable_rpath; :
5ba684e2
NC
14343else
14344 enable_rpath=yes
81ecdfbb
RW
14345fi
14346
5ba684e2
NC
14347
14348
14349
14350
14351
14352
14353
14354 use_additional=yes
14355
14356 acl_save_prefix="$prefix"
14357 prefix="$acl_final_prefix"
14358 acl_save_exec_prefix="$exec_prefix"
14359 exec_prefix="$acl_final_exec_prefix"
14360
14361 eval additional_includedir=\"$includedir\"
14362 eval additional_libdir=\"$libdir\"
14363
14364 exec_prefix="$acl_save_exec_prefix"
14365 prefix="$acl_save_prefix"
14366
14367
81ecdfbb
RW
14368# Check whether --with-libiconv-prefix was given.
14369if test "${with_libiconv_prefix+set}" = set; then :
14370 withval=$with_libiconv_prefix;
5ba684e2
NC
14371 if test "X$withval" = "Xno"; then
14372 use_additional=no
14373 else
14374 if test "X$withval" = "X"; then
14375
14376 acl_save_prefix="$prefix"
14377 prefix="$acl_final_prefix"
14378 acl_save_exec_prefix="$exec_prefix"
14379 exec_prefix="$acl_final_exec_prefix"
14380
14381 eval additional_includedir=\"$includedir\"
14382 eval additional_libdir=\"$libdir\"
14383
14384 exec_prefix="$acl_save_exec_prefix"
14385 prefix="$acl_save_prefix"
14386
14387 else
14388 additional_includedir="$withval/include"
14389 additional_libdir="$withval/lib"
14390 fi
14391 fi
14392
81ecdfbb
RW
14393fi
14394
5ba684e2
NC
14395 LIBICONV=
14396 LTLIBICONV=
14397 INCICONV=
14398 rpathdirs=
14399 ltrpathdirs=
14400 names_already_handled=
14401 names_next_round='iconv '
14402 while test -n "$names_next_round"; do
14403 names_this_round="$names_next_round"
14404 names_next_round=
14405 for name in $names_this_round; do
14406 already_handled=
14407 for n in $names_already_handled; do
14408 if test "$n" = "$name"; then
14409 already_handled=yes
14410 break
14411 fi
14412 done
14413 if test -z "$already_handled"; then
14414 names_already_handled="$names_already_handled $name"
14415 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14416 eval value=\"\$HAVE_LIB$uppername\"
14417 if test -n "$value"; then
14418 if test "$value" = yes; then
14419 eval value=\"\$LIB$uppername\"
14420 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14421 eval value=\"\$LTLIB$uppername\"
14422 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14423 else
14424 :
14425 fi
14426 else
14427 found_dir=
14428 found_la=
14429 found_so=
14430 found_a=
14431 if test $use_additional = yes; then
14432 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
14433 found_dir="$additional_libdir"
14434 found_so="$additional_libdir/lib$name.$shlibext"
14435 if test -f "$additional_libdir/lib$name.la"; then
14436 found_la="$additional_libdir/lib$name.la"
14437 fi
14438 else
14439 if test -f "$additional_libdir/lib$name.$libext"; then
14440 found_dir="$additional_libdir"
14441 found_a="$additional_libdir/lib$name.$libext"
14442 if test -f "$additional_libdir/lib$name.la"; then
14443 found_la="$additional_libdir/lib$name.la"
14444 fi
14445 fi
14446 fi
14447 fi
14448 if test "X$found_dir" = "X"; then
14449 for x in $LDFLAGS $LTLIBICONV; do
14450
14451 acl_save_prefix="$prefix"
14452 prefix="$acl_final_prefix"
14453 acl_save_exec_prefix="$exec_prefix"
14454 exec_prefix="$acl_final_exec_prefix"
14455 eval x=\"$x\"
14456 exec_prefix="$acl_save_exec_prefix"
14457 prefix="$acl_save_prefix"
14458
14459 case "$x" in
14460 -L*)
14461 dir=`echo "X$x" | sed -e 's/^X-L//'`
14462 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
14463 found_dir="$dir"
14464 found_so="$dir/lib$name.$shlibext"
14465 if test -f "$dir/lib$name.la"; then
14466 found_la="$dir/lib$name.la"
14467 fi
14468 else
14469 if test -f "$dir/lib$name.$libext"; then
14470 found_dir="$dir"
14471 found_a="$dir/lib$name.$libext"
14472 if test -f "$dir/lib$name.la"; then
14473 found_la="$dir/lib$name.la"
14474 fi
14475 fi
14476 fi
14477 ;;
14478 esac
14479 if test "X$found_dir" != "X"; then
14480 break
14481 fi
14482 done
14483 fi
14484 if test "X$found_dir" != "X"; then
14485 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14486 if test "X$found_so" != "X"; then
14487 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14488 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14489 else
14490 haveit=
14491 for x in $ltrpathdirs; do
14492 if test "X$x" = "X$found_dir"; then
14493 haveit=yes
14494 break
14495 fi
14496 done
14497 if test -z "$haveit"; then
14498 ltrpathdirs="$ltrpathdirs $found_dir"
14499 fi
14500 if test "$hardcode_direct" = yes; then
14501 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14502 else
14503 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14504 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14505 haveit=
14506 for x in $rpathdirs; do
14507 if test "X$x" = "X$found_dir"; then
14508 haveit=yes
14509 break
14510 fi
14511 done
14512 if test -z "$haveit"; then
14513 rpathdirs="$rpathdirs $found_dir"
14514 fi
14515 else
14516 haveit=
14517 for x in $LDFLAGS $LIBICONV; do
14518
14519 acl_save_prefix="$prefix"
14520 prefix="$acl_final_prefix"
14521 acl_save_exec_prefix="$exec_prefix"
14522 exec_prefix="$acl_final_exec_prefix"
14523 eval x=\"$x\"
14524 exec_prefix="$acl_save_exec_prefix"
14525 prefix="$acl_save_prefix"
14526
14527 if test "X$x" = "X-L$found_dir"; then
14528 haveit=yes
14529 break
14530 fi
14531 done
14532 if test -z "$haveit"; then
14533 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14534 fi
14535 if test "$hardcode_minus_L" != no; then
14536 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14537 else
14538 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14539 fi
14540 fi
14541 fi
14542 fi
14543 else
14544 if test "X$found_a" != "X"; then
14545 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14546 else
14547 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14548 fi
14549 fi
14550 additional_includedir=
14551 case "$found_dir" in
14552 */lib | */lib/)
14553 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14554 additional_includedir="$basedir/include"
14555 ;;
14556 esac
14557 if test "X$additional_includedir" != "X"; then
14558 if test "X$additional_includedir" != "X/usr/include"; then
14559 haveit=
14560 if test "X$additional_includedir" = "X/usr/local/include"; then
14561 if test -n "$GCC"; then
14562 case $host_os in
14563 linux*) haveit=yes;;
14564 esac
14565 fi
14566 fi
14567 if test -z "$haveit"; then
14568 for x in $CPPFLAGS $INCICONV; do
14569
14570 acl_save_prefix="$prefix"
14571 prefix="$acl_final_prefix"
14572 acl_save_exec_prefix="$exec_prefix"
14573 exec_prefix="$acl_final_exec_prefix"
14574 eval x=\"$x\"
14575 exec_prefix="$acl_save_exec_prefix"
14576 prefix="$acl_save_prefix"
14577
14578 if test "X$x" = "X-I$additional_includedir"; then
14579 haveit=yes
14580 break
14581 fi
14582 done
14583 if test -z "$haveit"; then
14584 if test -d "$additional_includedir"; then
14585 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14586 fi
14587 fi
14588 fi
14589 fi
14590 fi
14591 if test -n "$found_la"; then
14592 save_libdir="$libdir"
14593 case "$found_la" in
14594 */* | *\\*) . "$found_la" ;;
14595 *) . "./$found_la" ;;
14596 esac
14597 libdir="$save_libdir"
14598 for dep in $dependency_libs; do
14599 case "$dep" in
14600 -L*)
14601 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14602 if test "X$additional_libdir" != "X/usr/lib"; then
14603 haveit=
14604 if test "X$additional_libdir" = "X/usr/local/lib"; then
14605 if test -n "$GCC"; then
14606 case $host_os in
14607 linux*) haveit=yes;;
14608 esac
14609 fi
14610 fi
14611 if test -z "$haveit"; then
14612 haveit=
14613 for x in $LDFLAGS $LIBICONV; do
14614
14615 acl_save_prefix="$prefix"
14616 prefix="$acl_final_prefix"
14617 acl_save_exec_prefix="$exec_prefix"
14618 exec_prefix="$acl_final_exec_prefix"
14619 eval x=\"$x\"
14620 exec_prefix="$acl_save_exec_prefix"
14621 prefix="$acl_save_prefix"
14622
14623 if test "X$x" = "X-L$additional_libdir"; then
14624 haveit=yes
14625 break
14626 fi
14627 done
14628 if test -z "$haveit"; then
14629 if test -d "$additional_libdir"; then
14630 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14631 fi
14632 fi
14633 haveit=
14634 for x in $LDFLAGS $LTLIBICONV; do
14635
14636 acl_save_prefix="$prefix"
14637 prefix="$acl_final_prefix"
14638 acl_save_exec_prefix="$exec_prefix"
14639 exec_prefix="$acl_final_exec_prefix"
14640 eval x=\"$x\"
14641 exec_prefix="$acl_save_exec_prefix"
14642 prefix="$acl_save_prefix"
14643
14644 if test "X$x" = "X-L$additional_libdir"; then
14645 haveit=yes
14646 break
14647 fi
14648 done
14649 if test -z "$haveit"; then
14650 if test -d "$additional_libdir"; then
14651 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14652 fi
14653 fi
14654 fi
14655 fi
14656 ;;
14657 -R*)
14658 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14659 if test "$enable_rpath" != no; then
14660 haveit=
14661 for x in $rpathdirs; do
14662 if test "X$x" = "X$dir"; then
14663 haveit=yes
14664 break
14665 fi
14666 done
14667 if test -z "$haveit"; then
14668 rpathdirs="$rpathdirs $dir"
14669 fi
14670 haveit=
14671 for x in $ltrpathdirs; do
14672 if test "X$x" = "X$dir"; then
14673 haveit=yes
14674 break
14675 fi
14676 done
14677 if test -z "$haveit"; then
14678 ltrpathdirs="$ltrpathdirs $dir"
14679 fi
14680 fi
14681 ;;
14682 -l*)
14683 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14684 ;;
14685 *.la)
14686 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14687 ;;
14688 *)
14689 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14690 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14691 ;;
14692 esac
14693 done
14694 fi
14695 else
14696 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14697 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14698 fi
14699 fi
14700 fi
14701 done
14702 done
14703 if test "X$rpathdirs" != "X"; then
14704 if test -n "$hardcode_libdir_separator"; then
14705 alldirs=
14706 for found_dir in $rpathdirs; do
14707 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14708 done
14709 acl_save_libdir="$libdir"
14710 libdir="$alldirs"
14711 eval flag=\"$hardcode_libdir_flag_spec\"
14712 libdir="$acl_save_libdir"
14713 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14714 else
14715 for found_dir in $rpathdirs; do
14716 acl_save_libdir="$libdir"
14717 libdir="$found_dir"
14718 eval flag=\"$hardcode_libdir_flag_spec\"
14719 libdir="$acl_save_libdir"
14720 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14721 done
14722 fi
14723 fi
14724 if test "X$ltrpathdirs" != "X"; then
14725 for found_dir in $ltrpathdirs; do
14726 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14727 done
14728 fi
14729
14730
14731
14732
14733
14734
14735
81ecdfbb
RW
14736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14737$as_echo_n "checking for iconv... " >&6; }
d0ac1c44 14738if ${am_cv_func_iconv+:} false; then :
81ecdfbb 14739 $as_echo_n "(cached) " >&6
5ba684e2
NC
14740else
14741
14742 am_cv_func_iconv="no, consider installing GNU libiconv"
14743 am_cv_lib_iconv=no
cfe101c6
YS
14744 am_save_CPPFLAGS="$CPPFLAGS"
14745 CPPFLAGS="$CPPFLAGS $INCICONV"
81ecdfbb 14746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14747/* end confdefs.h. */
14748#include <stdlib.h>
14749#include <iconv.h>
14750int
14751main ()
14752{
14753iconv_t cd = iconv_open("","");
14754 iconv(cd,NULL,NULL,NULL,NULL);
14755 iconv_close(cd);
14756 ;
14757 return 0;
14758}
14759_ACEOF
81ecdfbb 14760if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 14761 am_cv_func_iconv=yes
5ba684e2 14762fi
81ecdfbb
RW
14763rm -f core conftest.err conftest.$ac_objext \
14764 conftest$ac_exeext conftest.$ac_ext
cfe101c6
YS
14765 CPPFLAGS="$am_save_CPPFLAGS"
14766
14767 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14768 for _libs in .libs _libs; do
14769 am_save_CPPFLAGS="$CPPFLAGS"
14770 am_save_LIBS="$LIBS"
14771 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14772 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14774/* end confdefs.h. */
14775#include <stdlib.h>
14776#include <iconv.h>
14777int
14778main ()
14779{
14780iconv_t cd = iconv_open("","");
14781 iconv(cd,NULL,NULL,NULL,NULL);
14782 iconv_close(cd);
14783 ;
14784 return 0;
14785}
14786_ACEOF
14787if ac_fn_c_try_link "$LINENO"; then :
14788 INCICONV="-I../libiconv/include"
14789 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14790 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14791 am_cv_lib_iconv=yes
14792 am_cv_func_iconv=yes
14793fi
14794rm -f core conftest.err conftest.$ac_objext \
14795 conftest$ac_exeext conftest.$ac_ext
14796 CPPFLAGS="$am_save_CPPFLAGS"
14797 LIBS="$am_save_LIBS"
14798 if test "$am_cv_func_iconv" = "yes"; then
14799 break
14800 fi
14801 done
14802 fi
14803
5ba684e2 14804 if test "$am_cv_func_iconv" != yes; then
cfe101c6 14805 am_save_CPPFLAGS="$CPPFLAGS"
5ba684e2 14806 am_save_LIBS="$LIBS"
5d762de0 14807 CPPFLAGS="$CPPFLAGS $INCICONV"
5ba684e2 14808 LIBS="$LIBS $LIBICONV"
81ecdfbb 14809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14810/* end confdefs.h. */
14811#include <stdlib.h>
14812#include <iconv.h>
14813int
14814main ()
14815{
14816iconv_t cd = iconv_open("","");
14817 iconv(cd,NULL,NULL,NULL,NULL);
14818 iconv_close(cd);
14819 ;
14820 return 0;
14821}
14822_ACEOF
81ecdfbb 14823if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
14824 am_cv_lib_iconv=yes
14825 am_cv_func_iconv=yes
5ba684e2 14826fi
81ecdfbb
RW
14827rm -f core conftest.err conftest.$ac_objext \
14828 conftest$ac_exeext conftest.$ac_ext
cfe101c6 14829 CPPFLAGS="$am_save_CPPFLAGS"
5ba684e2
NC
14830 LIBS="$am_save_LIBS"
14831 fi
14832
14833fi
81ecdfbb
RW
14834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14835$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
14836 if test "$am_cv_func_iconv" = yes; then
14837
81ecdfbb 14838$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
14839
14840 fi
14841 if test "$am_cv_lib_iconv" = yes; then
cfe101c6
YS
14842
14843 for element in $INCICONV; do
14844 haveit=
14845 for x in $CPPFLAGS; do
14846
14847 acl_save_prefix="$prefix"
14848 prefix="$acl_final_prefix"
14849 acl_save_exec_prefix="$exec_prefix"
14850 exec_prefix="$acl_final_exec_prefix"
14851 eval x=\"$x\"
14852 exec_prefix="$acl_save_exec_prefix"
14853 prefix="$acl_save_prefix"
14854
14855 if test "X$x" = "X$element"; then
14856 haveit=yes
14857 break
14858 fi
14859 done
14860 if test -z "$haveit"; then
14861 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14862 fi
14863 done
14864
81ecdfbb
RW
14865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14866$as_echo_n "checking how to link with libiconv... " >&6; }
14867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14868$as_echo "$LIBICONV" >&6; }
5ba684e2 14869 else
5ba684e2
NC
14870 LIBICONV=
14871 LTLIBICONV=
14872 fi
14873
14874
14875
14876 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
14877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14878$as_echo_n "checking for iconv declaration... " >&6; }
d0ac1c44 14879 if ${am_cv_proto_iconv+:} false; then :
81ecdfbb 14880 $as_echo_n "(cached) " >&6
5ba684e2
NC
14881else
14882
81ecdfbb 14883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14884/* end confdefs.h. */
14885
14886#include <stdlib.h>
14887#include <iconv.h>
14888extern
14889#ifdef __cplusplus
14890"C"
14891#endif
14892#if defined(__STDC__) || defined(__cplusplus)
14893size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14894#else
14895size_t iconv();
14896#endif
14897
14898int
14899main ()
14900{
14901
14902 ;
14903 return 0;
14904}
14905_ACEOF
81ecdfbb 14906if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
14907 am_cv_proto_iconv_arg1=""
14908else
81ecdfbb 14909 am_cv_proto_iconv_arg1="const"
5ba684e2 14910fi
81ecdfbb 14911rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
14912 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
14913fi
14914
14915 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 14916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 14917 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
14918$as_echo "${ac_t:-
14919 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
14920
14921cat >>confdefs.h <<_ACEOF
14922#define ICONV_CONST $am_cv_proto_iconv_arg1
14923_ACEOF
14924
14925 fi
14926
14927
252b5132 14928all_targets=false
252b5132
RH
14929BUILD_SRCONV=
14930BUILD_DLLTOOL=
14931DLLTOOL_DEFS=
7aad4c3d 14932DLLTOOL_DEFAULT=
252b5132 14933BUILD_WINDRES=
692ed3e7 14934BUILD_WINDMC=
252b5132
RH
14935BUILD_DLLWRAP=
14936BUILD_MISC=
1d97d67f 14937BUILD_INSTALL_MISC=
8b1e6df3 14938OBJDUMP_DEFS=
6abcee90
TG
14939OBJDUMP_PRIVATE_VECTORS=
14940OBJDUMP_PRIVATE_OFILES=
14941od_vectors=
252b5132
RH
14942
14943for targ in $target $canon_targets
14944do
14945 if test "x$targ" = "xall"; then
14946 all_targets=true
252b5132 14947 BUILD_SRCONV='$(SRCONV_PROG)'
1d97d67f 14948 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
14949 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14950 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14951 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14952 if test -z "$DLLTOOL_DEFAULT"; then
14953 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14954 fi
14955 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14956 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
1ab52cbe 14957 od_vectors="$od_vectors objdump_private_desc_xcoff"
252b5132 14958 else
252b5132
RH
14959 case $targ in
14960 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14961 esac
6abcee90 14962
252b5132 14963 case $targ in
361dff73 14964 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 14965 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14966 if test -z "$DLLTOOL_DEFAULT"; then
14967 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14968 fi
7148cc28
NC
14969 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14970 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14971 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
14972 ;;
14973 arm-*-pe*)
252b5132 14974 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14975 if test -z "$DLLTOOL_DEFAULT"; then
14976 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14977 fi
252b5132
RH
14978 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14979 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14980 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 14981 ;;
ee36d918 14982 x86_64-*-mingw* | x86_64-*-cygwin*)
99ad8390 14983 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14984 if test -z "$DLLTOOL_DEFAULT"; then
14985 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14986 fi
99ad8390
NC
14987 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14988 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14989 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
14990 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14991 ;;
80c7c40a 14992 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 14993 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
14994 if test -z "$DLLTOOL_DEFAULT"; then
14995 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14996 fi
252b5132
RH
14997 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14998 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 14999 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 15000 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 15001 ;;
80c7c40a 15002 i[3-7]86-*-interix)
7a7b06ef 15003 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
15004 if test -z "$DLLTOOL_DEFAULT"; then
15005 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15006 fi
7a7b06ef
ILT
15007 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15008 ;;
f0660b73
NC
15009 powerpc*-aix5.[01])
15010 ;;
e5231592 15011 powerpc*-aix[5-9].*)
f0660b73
NC
15012 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
15013 ;;
e1d5b1e7 15014 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132 15015 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15016 if test -z "$DLLTOOL_DEFAULT"; then
15017 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
15018 fi
252b5132
RH
15019 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
15020 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15021 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 15022 ;;
59678365 15023 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1ab52cbe
AM
15024 case "$BUILD_INSTALL_MISC" in
15025 *embedspu*) ;;
15026 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
15027 esac
669a9a2a 15028 ;;
e1d5b1e7 15029 sh*-*-pe)
8a0e0f38 15030 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15031 if test -z "$DLLTOOL_DEFAULT"; then
15032 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
15033 fi
8a0e0f38
NC
15034 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
15035 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15036 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 15037 ;;
cd14b966 15038 spu-*-*)
1d97d67f 15039 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 15040 ;;
e1d5b1e7 15041 mips*-*-pe)
8a0e0f38 15042 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15043 if test -z "$DLLTOOL_DEFAULT"; then
15044 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
15045 fi
8a0e0f38
NC
15046 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
15047 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15048 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15049 ;;
27a710e5 15050 mcore-*-pe)
661016bb 15051 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15052 if test -z "$DLLTOOL_DEFAULT"; then
15053 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
15054 fi
661016bb
NC
15055 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
15056 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15057 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15058 ;;
27a710e5 15059 mcore-*-elf)
661016bb 15060 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15061 if test -z "$DLLTOOL_DEFAULT"; then
15062 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
15063 fi
661016bb 15064 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 15065 ;;
15ab5209
DB
15066 mep-*)
15067 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
15068 ;;
252b5132 15069 esac
6abcee90
TG
15070
15071 # Add objdump private vectors.
15072 case $targ in
6d0cfb9c
DC
15073 avr-*-*)
15074 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
15075 ;;
52fe4420 15076 powerpc*-*-aix* | rs6000-*-aix*)
c5012cd8
TG
15077 od_vectors="$od_vectors objdump_private_desc_xcoff"
15078 ;;
15079 *-*-darwin*)
15080 od_vectors="$od_vectors objdump_private_desc_mach_o"
6abcee90
TG
15081 ;;
15082 esac
252b5132
RH
15083 fi
15084done
15085
90bd5423
NC
15086
15087{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libctf support" >&5
15088$as_echo_n "checking for libctf support... " >&6; }
15089case "${target}" in
15090 *-*-pe | *-*-*vms* | *-*-darwin | *-*-*coff* | *-*-wince | *-*-mingw*)
15091 if ${bu_cv_libctf_support+:} false; then :
15092 $as_echo_n "(cached) " >&6
15093else
15094 bu_cv_libctf_support=no
15095fi
15096
15097 ;;
15098 *-*-aout | *-*-osf* | *-*-go32 | *-*-macos* | *-*-rhapsody*)
15099 if ${bu_cv_libctf_support+:} false; then :
15100 $as_echo_n "(cached) " >&6
15101else
15102 bu_cv_libctf_support=no
15103fi
15104
15105 ;;
15106 *-*-netbsdpe | *-*-cygwin* | *-*-pep | *-*-msdos | *-*-winnt)
15107 if ${bu_cv_libctf_support+:} false; then :
15108 $as_echo_n "(cached) " >&6
15109else
15110 bu_cv_libctf_support=no
15111fi
15112
15113 ;;
15114 ns32k-*-* | pdp11-*-* | *-*-aix* | *-*-netbsdaout)
15115 if ${bu_cv_libctf_support+:} false; then :
15116 $as_echo_n "(cached) " >&6
15117else
15118 bu_cv_libctf_support=no
15119fi
15120
15121 ;;
15122 *)
15123 if ${bu_cv_libctf_support+:} false; then :
15124 $as_echo_n "(cached) " >&6
15125else
15126 bu_cv_libctf_support=yes
15127fi
15128
15129 ;;
15130esac
15131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_libctf_support" >&5
15132$as_echo "$bu_cv_libctf_support" >&6; }
15133if test $bu_cv_libctf_support = yes; then
15134
15135$as_echo "#define HAVE_LIBCTF 1" >>confdefs.h
15136
15137fi
15138LIBCTF=
15139if test $bu_cv_libctf_support = yes; then
15140 LIBCTF=../libctf/libctf.a
15141fi
15142
15143
6abcee90
TG
15144# Uniq objdump private vector, build objdump target ofiles.
15145od_files=
15146f=""
15147for i in $od_vectors ; do
15148 case " $f " in
15149 *" $i "*) ;;
15150 *)
15151 f="$f $i"
15152 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
15153 case $i in
6d0cfb9c
DC
15154 objdump_private_desc_elf32_avr)
15155 od_files="$od_files od-elf32_avr" ;;
6abcee90
TG
15156 objdump_private_desc_xcoff)
15157 od_files="$od_files od-xcoff" ;;
c5012cd8
TG
15158 objdump_private_desc_mach_o)
15159 od_files="$od_files od-macho" ;;
d0ac1c44 15160 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
6abcee90
TG
15161 esac
15162 ;;
15163 esac
15164done
15165
15166# Uniq objdump target ofiles
15167f=""
15168for i in $od_files ; do
15169 case " $f " in
15170 *" $i "*) ;;
15171 *)
15172 f="$f $i"
15173 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
15174 ;;
15175 esac
15176done
15177
7aad4c3d
L
15178DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
15179
42ecbf5e
DJ
15180if test "${with_windres+set}" = set; then
15181 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15182fi
15183
692ed3e7
NC
15184if test "${with_windmc+set}" = set; then
15185 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15186fi
15187
6abcee90
TG
15188OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
15189
15190
692ed3e7 15191
42ecbf5e
DJ
15192
15193
15194
15195
15196
15197
15198
15199
15200
15201
90bd5423 15202
42ecbf5e
DJ
15203cat >>confdefs.h <<_ACEOF
15204#define TARGET "${target}"
15205_ACEOF
15206
15207
15208targ=$target
15209. $srcdir/../bfd/config.bfd
15210if test "x$targ_underscore" = "xyes"; then
15211 UNDERSCORE=1
15212else
15213 UNDERSCORE=0
15214fi
15215
15216cat >>confdefs.h <<_ACEOF
15217#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
15218_ACEOF
15219
15220
15221# Emulation
52fbfb5d
AM
15222targ=$target
15223. ${srcdir}/configure.tgt
15224EMULATION=$targ_emul
15225EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
15226
15227
15228
15229
108a6f8e
CD
15230# Required for html and install-html
15231
15232
15233
15234
31dd3154 15235
81ecdfbb 15236ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 15237
42ecbf5e
DJ
15238cat >confcache <<\_ACEOF
15239# This file is a shell script that caches the results of configure
15240# tests run on this system so they can be shared between configure
15241# scripts and configure runs, see configure's option --config-cache.
15242# It is not useful on other systems. If it contains results you don't
15243# want to keep, you may remove or edit it.
15244#
15245# config.status only pays attention to the cache file if you give it
15246# the --recheck option to rerun configure.
15247#
15248# `ac_cv_env_foo' variables (set or unset) will be overridden when
15249# loading this file, other *unset* `ac_cv_foo' will be assigned the
15250# following values.
15251
15252_ACEOF
15253
15254# The following way of writing the cache mishandles newlines in values,
15255# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15256# So, we kill variables containing newlines.
42ecbf5e
DJ
15257# Ultrix sh set writes to stderr and can't be redirected directly,
15258# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15259(
15260 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15261 eval ac_val=\$$ac_var
15262 case $ac_val in #(
15263 *${as_nl}*)
15264 case $ac_var in #(
15265 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15266$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15267 esac
15268 case $ac_var in #(
15269 _ | IFS | as_nl) ;; #(
15270 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15271 *) { eval $ac_var=; unset $ac_var;} ;;
15272 esac ;;
15273 esac
15274 done
15275
42ecbf5e 15276 (set) 2>&1 |
81ecdfbb
RW
15277 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15278 *${as_nl}ac_space=\ *)
15279 # `set' does not quote correctly, so add quotes: double-quote
15280 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
15281 sed -n \
15282 "s/'/'\\\\''/g;
15283 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15284 ;; #(
42ecbf5e
DJ
15285 *)
15286 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15287 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 15288 ;;
81ecdfbb
RW
15289 esac |
15290 sort
15291) |
42ecbf5e 15292 sed '
81ecdfbb 15293 /^ac_cv_env_/b end
42ecbf5e 15294 t clear
81ecdfbb 15295 :clear
42ecbf5e
DJ
15296 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15297 t end
81ecdfbb
RW
15298 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15299 :end' >>confcache
15300if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15301 if test -w "$cache_file"; then
d0ac1c44 15302 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
15303 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15304$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
15305 if test ! -f "$cache_file" || test -h "$cache_file"; then
15306 cat confcache >"$cache_file"
15307 else
15308 case $cache_file in #(
15309 */* | ?:*)
15310 mv -f confcache "$cache_file"$$ &&
15311 mv -f "$cache_file"$$ "$cache_file" ;; #(
15312 *)
15313 mv -f confcache "$cache_file" ;;
15314 esac
15315 fi
15316 fi
42ecbf5e 15317 else
81ecdfbb
RW
15318 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15319$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
15320 fi
15321fi
15322rm -f confcache
15323
15324test "x$prefix" = xNONE && prefix=$ac_default_prefix
15325# Let make expand exec_prefix.
15326test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15327
42ecbf5e
DJ
15328DEFS=-DHAVE_CONFIG_H
15329
15330ac_libobjs=
15331ac_ltlibobjs=
d0ac1c44 15332U=
42ecbf5e
DJ
15333for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15334 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15335 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15336 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15337 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15338 # will be set to the directory where LIBOBJS objects are built.
15339 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15340 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
15341done
15342LIBOBJS=$ac_libobjs
15343
15344LTLIBOBJS=$ac_ltlibobjs
15345
15346
d0ac1c44
SM
15347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15348$as_echo_n "checking that generated files are newer than configure... " >&6; }
15349 if test -n "$am_sleep_pid"; then
15350 # Hide warnings about reused PIDs.
15351 wait $am_sleep_pid 2>/dev/null
15352 fi
15353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15354$as_echo "done" >&6; }
42ecbf5e 15355if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
d0ac1c44 15356 as_fn_error $? "conditional \"AMDEP\" was never defined.
81ecdfbb 15357Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
15358fi
15359if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
d0ac1c44 15360 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
81ecdfbb
RW
15361Usually this means the macro was only invoked conditionally." "$LINENO" 5
15362fi
15363 if test -n "$EXEEXT"; then
15364 am__EXEEXT_TRUE=
15365 am__EXEEXT_FALSE='#'
15366else
15367 am__EXEEXT_TRUE='#'
15368 am__EXEEXT_FALSE=
42ecbf5e 15369fi
81ecdfbb 15370
42ecbf5e 15371if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 15372 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 15373Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 15374fi
d5fbea21 15375if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 15376 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 15377Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 15378fi
42ecbf5e 15379
d0ac1c44 15380: "${CONFIG_STATUS=./config.status}"
81ecdfbb 15381ac_write_fail=0
42ecbf5e
DJ
15382ac_clean_files_save=$ac_clean_files
15383ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15384{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15385$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15386as_write_fail=0
15387cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
15388#! $SHELL
15389# Generated by $as_me.
15390# Run this file to recreate the current configuration.
15391# Compiler output produced by configure, useful for debugging
15392# configure, is in config.log if it exists.
15393
15394debug=false
15395ac_cs_recheck=false
15396ac_cs_silent=false
252b5132 15397
81ecdfbb
RW
15398SHELL=\${CONFIG_SHELL-$SHELL}
15399export SHELL
15400_ASEOF
15401cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15402## -------------------- ##
15403## M4sh Initialization. ##
15404## -------------------- ##
252b5132 15405
81ecdfbb
RW
15406# Be more Bourne compatible
15407DUALCASE=1; export DUALCASE # for MKS sh
15408if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
15409 emulate sh
15410 NULLCMD=:
81ecdfbb 15411 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
15412 # is contrary to our usage. Disable this feature.
15413 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15414 setopt NO_GLOB_SUBST
15415else
15416 case `(set -o) 2>/dev/null` in #(
15417 *posix*) :
15418 set -o posix ;; #(
15419 *) :
15420 ;;
15421esac
42ecbf5e 15422fi
252b5132 15423
81ecdfbb
RW
15424
15425as_nl='
15426'
15427export as_nl
15428# Printing a long string crashes Solaris 7 /usr/bin/printf.
15429as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15430as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15431as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15432# Prefer a ksh shell builtin over an external printf program on Solaris,
15433# but without wasting forks for bash or zsh.
15434if test -z "$BASH_VERSION$ZSH_VERSION" \
15435 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15436 as_echo='print -r --'
15437 as_echo_n='print -rn --'
15438elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15439 as_echo='printf %s\n'
15440 as_echo_n='printf %s'
15441else
15442 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15443 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15444 as_echo_n='/usr/ucb/echo -n'
15445 else
15446 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15447 as_echo_n_body='eval
15448 arg=$1;
15449 case $arg in #(
15450 *"$as_nl"*)
15451 expr "X$arg" : "X\\(.*\\)$as_nl";
15452 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15453 esac;
15454 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15455 '
15456 export as_echo_n_body
15457 as_echo_n='sh -c $as_echo_n_body as_echo'
15458 fi
15459 export as_echo_body
15460 as_echo='sh -c $as_echo_body as_echo'
15461fi
15462
15463# The user is always right.
15464if test "${PATH_SEPARATOR+set}" != set; then
15465 PATH_SEPARATOR=:
15466 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15467 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15468 PATH_SEPARATOR=';'
15469 }
42ecbf5e 15470fi
252b5132
RH
15471
15472
81ecdfbb
RW
15473# IFS
15474# We need space, tab and new line, in precisely that order. Quoting is
15475# there to prevent editors from complaining about space-tab.
15476# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15477# splitting by setting IFS to empty value.)
15478IFS=" "" $as_nl"
15479
15480# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 15481as_myself=
81ecdfbb
RW
15482case $0 in #((
15483 *[\\/]* ) as_myself=$0 ;;
15484 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15485for as_dir in $PATH
15486do
15487 IFS=$as_save_IFS
15488 test -z "$as_dir" && as_dir=.
15489 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15490 done
15491IFS=$as_save_IFS
15492
15493 ;;
15494esac
15495# We did not find ourselves, most probably we were run as `sh COMMAND'
15496# in which case we are not to be found in the path.
15497if test "x$as_myself" = x; then
15498 as_myself=$0
15499fi
15500if test ! -f "$as_myself"; then
15501 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15502 exit 1
15503fi
15504
15505# Unset variables that we do not need and which cause bugs (e.g. in
15506# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15507# suppresses any "Segmentation fault" message there. '((' could
15508# trigger a bug in pdksh 5.2.14.
15509for as_var in BASH_ENV ENV MAIL MAILPATH
15510do eval test x\${$as_var+set} = xset \
15511 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15512done
42ecbf5e
DJ
15513PS1='$ '
15514PS2='> '
15515PS4='+ '
252b5132 15516
42ecbf5e 15517# NLS nuisances.
81ecdfbb
RW
15518LC_ALL=C
15519export LC_ALL
15520LANGUAGE=C
15521export LANGUAGE
15522
15523# CDPATH.
15524(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15525
15526
d0ac1c44
SM
15527# as_fn_error STATUS ERROR [LINENO LOG_FD]
15528# ----------------------------------------
81ecdfbb
RW
15529# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15530# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15531# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15532as_fn_error ()
15533{
d0ac1c44
SM
15534 as_status=$1; test $as_status -eq 0 && as_status=1
15535 if test "$4"; then
15536 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15537 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
42ecbf5e 15538 fi
d0ac1c44 15539 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15540 as_fn_exit $as_status
15541} # as_fn_error
15542
15543
15544# as_fn_set_status STATUS
15545# -----------------------
15546# Set $? to STATUS, without forking.
15547as_fn_set_status ()
15548{
15549 return $1
15550} # as_fn_set_status
15551
15552# as_fn_exit STATUS
15553# -----------------
15554# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15555as_fn_exit ()
15556{
15557 set +e
15558 as_fn_set_status $1
15559 exit $1
15560} # as_fn_exit
15561
15562# as_fn_unset VAR
15563# ---------------
15564# Portably unset VAR.
15565as_fn_unset ()
15566{
15567 { eval $1=; unset $1;}
15568}
15569as_unset=as_fn_unset
15570# as_fn_append VAR VALUE
15571# ----------------------
15572# Append the text in VALUE to the end of the definition contained in VAR. Take
15573# advantage of any shell optimizations that allow amortized linear growth over
15574# repeated appends, instead of the typical quadratic growth present in naive
15575# implementations.
15576if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15577 eval 'as_fn_append ()
15578 {
15579 eval $1+=\$2
15580 }'
15581else
15582 as_fn_append ()
15583 {
15584 eval $1=\$$1\$2
15585 }
15586fi # as_fn_append
15587
15588# as_fn_arith ARG...
15589# ------------------
15590# Perform arithmetic evaluation on the ARGs, and store the result in the
15591# global $as_val. Take advantage of shells that can avoid forks. The arguments
15592# must be portable across $(()) and expr.
15593if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15594 eval 'as_fn_arith ()
15595 {
15596 as_val=$(( $* ))
15597 }'
15598else
15599 as_fn_arith ()
15600 {
15601 as_val=`expr "$@" || test $? -eq 1`
15602 }
15603fi # as_fn_arith
15604
252b5132 15605
81ecdfbb
RW
15606if expr a : '\(a\)' >/dev/null 2>&1 &&
15607 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
15608 as_expr=expr
15609else
15610 as_expr=false
15611fi
252b5132 15612
81ecdfbb 15613if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
15614 as_basename=basename
15615else
15616 as_basename=false
15617fi
252b5132 15618
81ecdfbb
RW
15619if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15620 as_dirname=dirname
15621else
15622 as_dirname=false
15623fi
8b1e6df3 15624
81ecdfbb 15625as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
15626$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15627 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15628 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15629$as_echo X/"$0" |
15630 sed '/^.*\/\([^/][^/]*\)\/*$/{
15631 s//\1/
15632 q
15633 }
15634 /^X\/\(\/\/\)$/{
15635 s//\1/
15636 q
15637 }
15638 /^X\/\(\/\).*/{
15639 s//\1/
15640 q
15641 }
15642 s/.*/./; q'`
0218d1e4 15643
42ecbf5e
DJ
15644# Avoid depending upon Character Ranges.
15645as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15646as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15647as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15648as_cr_digits='0123456789'
15649as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 15650
81ecdfbb
RW
15651ECHO_C= ECHO_N= ECHO_T=
15652case `echo -n x` in #(((((
15653-n*)
15654 case `echo 'xy\c'` in
15655 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15656 xy) ECHO_C='\c';;
15657 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15658 ECHO_T=' ';;
15659 esac;;
15660*)
15661 ECHO_N='-n';;
42ecbf5e 15662esac
eb1e0e80 15663
81ecdfbb
RW
15664rm -f conf$$ conf$$.exe conf$$.file
15665if test -d conf$$.dir; then
15666 rm -f conf$$.dir/conf$$.file
d15b04bd 15667else
81ecdfbb
RW
15668 rm -f conf$$.dir
15669 mkdir conf$$.dir 2>/dev/null
42ecbf5e 15670fi
81ecdfbb
RW
15671if (echo >conf$$.file) 2>/dev/null; then
15672 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 15673 as_ln_s='ln -s'
81ecdfbb
RW
15674 # ... but there are two gotchas:
15675 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15676 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 15677 # In both cases, we have to default to `cp -pR'.
81ecdfbb 15678 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 15679 as_ln_s='cp -pR'
81ecdfbb
RW
15680 elif ln conf$$.file conf$$ 2>/dev/null; then
15681 as_ln_s=ln
15682 else
d0ac1c44 15683 as_ln_s='cp -pR'
252b5132 15684 fi
42ecbf5e 15685else
d0ac1c44 15686 as_ln_s='cp -pR'
252b5132 15687fi
81ecdfbb
RW
15688rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15689rmdir conf$$.dir 2>/dev/null
15690
15691
15692# as_fn_mkdir_p
15693# -------------
15694# Create "$as_dir" as a directory, including parents if necessary.
15695as_fn_mkdir_p ()
15696{
15697
15698 case $as_dir in #(
15699 -*) as_dir=./$as_dir;;
15700 esac
15701 test -d "$as_dir" || eval $as_mkdir_p || {
15702 as_dirs=
15703 while :; do
15704 case $as_dir in #(
15705 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15706 *) as_qdir=$as_dir;;
15707 esac
15708 as_dirs="'$as_qdir' $as_dirs"
15709 as_dir=`$as_dirname -- "$as_dir" ||
15710$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15711 X"$as_dir" : 'X\(//\)[^/]' \| \
15712 X"$as_dir" : 'X\(//\)$' \| \
15713 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15714$as_echo X"$as_dir" |
15715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15716 s//\1/
15717 q
15718 }
15719 /^X\(\/\/\)[^/].*/{
15720 s//\1/
15721 q
15722 }
15723 /^X\(\/\/\)$/{
15724 s//\1/
15725 q
15726 }
15727 /^X\(\/\).*/{
15728 s//\1/
15729 q
15730 }
15731 s/.*/./; q'`
15732 test -d "$as_dir" && break
15733 done
15734 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 15735 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 15736
252b5132 15737
81ecdfbb 15738} # as_fn_mkdir_p
42ecbf5e 15739if mkdir -p . 2>/dev/null; then
81ecdfbb 15740 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
15741else
15742 test -d ./-p && rmdir ./-p
15743 as_mkdir_p=false
15744fi
81ecdfbb 15745
d0ac1c44
SM
15746
15747# as_fn_executable_p FILE
15748# -----------------------
15749# Test if FILE is an executable regular file.
15750as_fn_executable_p ()
15751{
15752 test -f "$1" && test -x "$1"
15753} # as_fn_executable_p
15754as_test_x='test -x'
15755as_executable_p=as_fn_executable_p
252b5132 15756
42ecbf5e
DJ
15757# Sed expression to map a string onto a valid CPP name.
15758as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15759
15760# Sed expression to map a string onto a valid variable name.
15761as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15762
15763
42ecbf5e 15764exec 6>&1
81ecdfbb
RW
15765## ----------------------------------- ##
15766## Main body of $CONFIG_STATUS script. ##
15767## ----------------------------------- ##
15768_ASEOF
15769test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 15770
81ecdfbb
RW
15771cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15772# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 15773# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15774# values after options handling.
15775ac_log="
f48dfe41 15776This file was extended by binutils $as_me 2.32.51, which was
d0ac1c44 15777generated by GNU Autoconf 2.69. Invocation command line was
42ecbf5e
DJ
15778
15779 CONFIG_FILES = $CONFIG_FILES
15780 CONFIG_HEADERS = $CONFIG_HEADERS
15781 CONFIG_LINKS = $CONFIG_LINKS
15782 CONFIG_COMMANDS = $CONFIG_COMMANDS
15783 $ $0 $@
15784
81ecdfbb
RW
15785on `(hostname || uname -n) 2>/dev/null | sed 1q`
15786"
15787
42ecbf5e
DJ
15788_ACEOF
15789
81ecdfbb
RW
15790case $ac_config_files in *"
15791"*) set x $ac_config_files; shift; ac_config_files=$*;;
15792esac
252b5132 15793
81ecdfbb
RW
15794case $ac_config_headers in *"
15795"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15796esac
e5a52504
MM
15797
15798
81ecdfbb
RW
15799cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15800# Files that config.status was made for.
15801config_files="$ac_config_files"
15802config_headers="$ac_config_headers"
15803config_commands="$ac_config_commands"
d15b04bd 15804
81ecdfbb 15805_ACEOF
42ecbf5e 15806
81ecdfbb 15807cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15808ac_cs_usage="\
81ecdfbb
RW
15809\`$as_me' instantiates files and other configuration actions
15810from templates according to the current configuration. Unless the files
15811and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 15812
81ecdfbb 15813Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
15814
15815 -h, --help print this help, then exit
81ecdfbb 15816 -V, --version print version number and configuration settings, then exit
d0ac1c44 15817 --config print configuration, then exit
81ecdfbb
RW
15818 -q, --quiet, --silent
15819 do not print progress messages
42ecbf5e
DJ
15820 -d, --debug don't remove temporary files
15821 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15822 --file=FILE[:TEMPLATE]
15823 instantiate the configuration file FILE
15824 --header=FILE[:TEMPLATE]
15825 instantiate the configuration header FILE
42ecbf5e
DJ
15826
15827Configuration files:
15828$config_files
15829
15830Configuration headers:
15831$config_headers
15832
15833Configuration commands:
15834$config_commands
15835
81ecdfbb 15836Report bugs to the package provider."
42ecbf5e 15837
81ecdfbb
RW
15838_ACEOF
15839cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15840ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42ecbf5e 15841ac_cs_version="\\
f48dfe41 15842binutils config.status 2.32.51
d0ac1c44
SM
15843configured by $0, generated by GNU Autoconf 2.69,
15844 with options \\"\$ac_cs_config\\"
42ecbf5e 15845
d0ac1c44 15846Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
15847This config.status script is free software; the Free Software Foundation
15848gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15849
15850ac_pwd='$ac_pwd'
15851srcdir='$srcdir'
15852INSTALL='$INSTALL'
15853MKDIR_P='$MKDIR_P'
15854AWK='$AWK'
15855test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
15856_ACEOF
15857
81ecdfbb
RW
15858cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15859# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
15860ac_need_defaults=:
15861while test $# != 0
15862do
15863 case $1 in
d0ac1c44 15864 --*=?*)
81ecdfbb
RW
15865 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15866 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
15867 ac_shift=:
15868 ;;
d0ac1c44
SM
15869 --*=)
15870 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15871 ac_optarg=
15872 ac_shift=:
15873 ;;
81ecdfbb 15874 *)
42ecbf5e
DJ
15875 ac_option=$1
15876 ac_optarg=$2
15877 ac_shift=shift
15878 ;;
42ecbf5e
DJ
15879 esac
15880
15881 case $ac_option in
15882 # Handling of the options.
42ecbf5e
DJ
15883 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15884 ac_cs_recheck=: ;;
81ecdfbb
RW
15885 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15886 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
15887 --config | --confi | --conf | --con | --co | --c )
15888 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 15889 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
15890 debug=: ;;
15891 --file | --fil | --fi | --f )
15892 $ac_shift
81ecdfbb
RW
15893 case $ac_optarg in
15894 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 15895 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
15896 esac
15897 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
15898 ac_need_defaults=false;;
15899 --header | --heade | --head | --hea )
15900 $ac_shift
81ecdfbb
RW
15901 case $ac_optarg in
15902 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15903 esac
15904 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 15905 ac_need_defaults=false;;
81ecdfbb
RW
15906 --he | --h)
15907 # Conflict between --help and --header
d0ac1c44 15908 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
15909Try \`$0 --help' for more information.";;
15910 --help | --hel | -h )
15911 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
15912 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15913 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15914 ac_cs_silent=: ;;
15915
15916 # This is an error.
d0ac1c44 15917 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 15918Try \`$0 --help' for more information." ;;
42ecbf5e 15919
81ecdfbb
RW
15920 *) as_fn_append ac_config_targets " $1"
15921 ac_need_defaults=false ;;
42ecbf5e
DJ
15922
15923 esac
15924 shift
15925done
15926
15927ac_configure_extra_args=
15928
15929if $ac_cs_silent; then
15930 exec 6>/dev/null
15931 ac_configure_extra_args="$ac_configure_extra_args --silent"
15932fi
15933
15934_ACEOF
81ecdfbb 15935cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15936if \$ac_cs_recheck; then
d0ac1c44 15937 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
15938 shift
15939 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15940 CONFIG_SHELL='$SHELL'
15941 export CONFIG_SHELL
15942 exec "\$@"
42ecbf5e
DJ
15943fi
15944
15945_ACEOF
81ecdfbb
RW
15946cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15947exec 5>>config.log
15948{
15949 echo
15950 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15951## Running $as_me. ##
15952_ASBOX
15953 $as_echo "$ac_log"
15954} >&5
42ecbf5e 15955
81ecdfbb
RW
15956_ACEOF
15957cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 15958#
81ecdfbb 15959# INIT-COMMANDS
d15b04bd 15960#
42ecbf5e 15961AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15962
15963
15964# The HP-UX ksh and POSIX shell print the target directory to stdout
15965# if CDPATH is set.
15966(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15967
15968sed_quote_subst='$sed_quote_subst'
15969double_quote_subst='$double_quote_subst'
15970delay_variable_subst='$delay_variable_subst'
3725885a
RW
15971macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15972macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15973enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15974enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15975pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15976enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15977SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15978ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15979host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15980host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15981host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15982build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15983build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15984build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15985SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15986Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15987GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15988EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15989FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15990LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15991NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15992LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15993max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15994ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15995exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15996lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15997lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15998lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15999reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16000reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16001OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16002deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16003file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16004AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16005AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16006STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16007RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16008old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16009old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16010old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16011lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16012CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16013CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16014compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16015GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16016lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16017lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16018lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16019lt_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"`'
16020objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16021MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16022lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 16023lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 16024lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
16025lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16026lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16027need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16028DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16029NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16030LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16031OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16032OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16033libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16034shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16035extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16036archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16037enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16038export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16039whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16040compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16041old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16042old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16043archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16044archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16045module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16046module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16047with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16048allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16049no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16050hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16051hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16052hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16053hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16054hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16055hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16056hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16057hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16058inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16059link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 16060fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
16061always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16062export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16063exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16064include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16065prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16066file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16067variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16068need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16069need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16070version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16071runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16072shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16073shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16074libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16075library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16076soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16077install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16078postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16079postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16080finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16081finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16082hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16083sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16084sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16085hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16086enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16087enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16088enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16089old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16090striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
16091
16092LTCC='$LTCC'
16093LTCFLAGS='$LTCFLAGS'
16094compiler='$compiler_DEFAULT'
16095
3725885a
RW
16096# A function that is used when there is no print builtin or printf.
16097func_fallback_echo ()
16098{
16099 eval 'cat <<_LTECHO_EOF
16100\$1
16101_LTECHO_EOF'
16102}
16103
d7040cdb 16104# Quote evaled strings.
3725885a
RW
16105for var in SHELL \
16106ECHO \
16107SED \
d7040cdb
SE
16108GREP \
16109EGREP \
16110FGREP \
16111LD \
16112NM \
16113LN_S \
16114lt_SP2NL \
16115lt_NL2SP \
16116reload_flag \
718a6fd8 16117OBJDUMP \
d7040cdb
SE
16118deplibs_check_method \
16119file_magic_cmd \
16120AR \
16121AR_FLAGS \
16122STRIP \
16123RANLIB \
16124CC \
16125CFLAGS \
16126compiler \
16127lt_cv_sys_global_symbol_pipe \
16128lt_cv_sys_global_symbol_to_cdecl \
16129lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16130lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 16131lt_prog_compiler_no_builtin_flag \
df7b86aa 16132lt_prog_compiler_wl \
f2c621e4 16133lt_prog_compiler_pic \
d7040cdb
SE
16134lt_prog_compiler_static \
16135lt_cv_prog_compiler_c_o \
16136need_locks \
718a6fd8
SE
16137DSYMUTIL \
16138NMEDIT \
16139LIPO \
16140OTOOL \
16141OTOOL64 \
d7040cdb
SE
16142shrext_cmds \
16143export_dynamic_flag_spec \
16144whole_archive_flag_spec \
16145compiler_needs_object \
16146with_gnu_ld \
16147allow_undefined_flag \
16148no_undefined_flag \
16149hardcode_libdir_flag_spec \
16150hardcode_libdir_flag_spec_ld \
16151hardcode_libdir_separator \
f2c621e4 16152fix_srcfile_path \
d7040cdb
SE
16153exclude_expsyms \
16154include_expsyms \
16155file_list_spec \
16156variables_saved_for_relink \
16157libname_spec \
16158library_names_spec \
16159soname_spec \
3725885a 16160install_override_mode \
d7040cdb
SE
16161finish_eval \
16162old_striplib \
16163striplib; do
3725885a 16164 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16165 *[\\\\\\\`\\"\\\$]*)
3725885a 16166 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16167 ;;
16168 *)
16169 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16170 ;;
16171 esac
16172done
16173
16174# Double-quote double-evaled strings.
16175for var in reload_cmds \
16176old_postinstall_cmds \
16177old_postuninstall_cmds \
16178old_archive_cmds \
16179extract_expsyms_cmds \
16180old_archive_from_new_cmds \
16181old_archive_from_expsyms_cmds \
16182archive_cmds \
16183archive_expsym_cmds \
16184module_cmds \
16185module_expsym_cmds \
16186export_symbols_cmds \
16187prelink_cmds \
16188postinstall_cmds \
16189postuninstall_cmds \
16190finish_cmds \
16191sys_lib_search_path_spec \
16192sys_lib_dlsearch_path_spec; do
3725885a 16193 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16194 *[\\\\\\\`\\"\\\$]*)
3725885a 16195 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16196 ;;
16197 *)
16198 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16199 ;;
16200 esac
16201done
16202
d7040cdb
SE
16203ac_aux_dir='$ac_aux_dir'
16204xsi_shell='$xsi_shell'
16205lt_shell_append='$lt_shell_append'
16206
16207# See if we are running on zsh, and set the options which allow our
16208# commands through without removal of \ escapes INIT.
16209if test -n "\${ZSH_VERSION+set}" ; then
16210 setopt NO_GLOB_SUBST
16211fi
16212
16213
16214 PACKAGE='$PACKAGE'
16215 VERSION='$VERSION'
16216 TIMESTAMP='$TIMESTAMP'
16217 RM='$RM'
16218 ofile='$ofile'
16219
16220
16221
20e95c23
DJ
16222# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16223 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16224 # from automake.
16225 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16226 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16227 LINGUAS="${LINGUAS-%UNSET%}"
16228
42ecbf5e
DJ
16229
16230_ACEOF
16231
81ecdfbb 16232cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 16233
81ecdfbb 16234# Handling of arguments.
42ecbf5e 16235for ac_config_target in $ac_config_targets
252b5132 16236do
81ecdfbb
RW
16237 case $ac_config_target in
16238 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16239 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16240 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16241 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16242 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16243 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16244 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16245
d0ac1c44 16246 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 16247 esac
252b5132
RH
16248done
16249
81ecdfbb 16250
42ecbf5e
DJ
16251# If the user did not use the arguments to specify the items to instantiate,
16252# then the envvar interface is used. Set only those that are not.
16253# We use the long form for the default assignment because of an extremely
16254# bizarre bug on SunOS 4.1.3.
16255if $ac_need_defaults; then
16256 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16257 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16258 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16259fi
16260
16261# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16262# simply because there is no reason against having it here, and in addition,
42ecbf5e 16263# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16264# Hook for its removal unless debugging.
16265# Note that there is a small window in which the directory will not be cleaned:
16266# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
16267$debug ||
16268{
d0ac1c44 16269 tmp= ac_tmp=
81ecdfbb 16270 trap 'exit_status=$?
d0ac1c44
SM
16271 : "${ac_tmp:=$tmp}"
16272 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
16273' 0
16274 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 16275}
42ecbf5e 16276# Create a (secure) tmp directory for tmp files.
e5a52504 16277
42ecbf5e 16278{
81ecdfbb 16279 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 16280 test -d "$tmp"
42ecbf5e
DJ
16281} ||
16282{
81ecdfbb
RW
16283 tmp=./conf$$-$RANDOM
16284 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
16285} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16286ac_tmp=$tmp
81ecdfbb
RW
16287
16288# Set up the scripts for CONFIG_FILES section.
16289# No need to generate them if there are no CONFIG_FILES.
16290# This happens for instance with `./config.status config.h'.
16291if test -n "$CONFIG_FILES"; then
16292
16293
16294ac_cr=`echo X | tr X '\015'`
16295# On cygwin, bash can eat \r inside `` if the user requested igncr.
16296# But we know of no other shell where ac_cr would be empty at this
16297# point, so we can use a bashism as a fallback.
16298if test "x$ac_cr" = x; then
16299 eval ac_cr=\$\'\\r\'
16300fi
16301ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16302if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 16303 ac_cs_awk_cr='\\r'
81ecdfbb
RW
16304else
16305 ac_cs_awk_cr=$ac_cr
16306fi
16307
d0ac1c44 16308echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
16309_ACEOF
16310
16311
16312{
16313 echo "cat >conf$$subs.awk <<_ACEOF" &&
16314 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16315 echo "_ACEOF"
16316} >conf$$subs.sh ||
d0ac1c44
SM
16317 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16318ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
16319ac_delim='%!_!# '
16320for ac_last_try in false false false false false :; do
16321 . ./conf$$subs.sh ||
d0ac1c44 16322 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16323
16324 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16325 if test $ac_delim_n = $ac_delim_num; then
16326 break
16327 elif $ac_last_try; then
d0ac1c44 16328 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16329 else
16330 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16331 fi
16332done
16333rm -f conf$$subs.sh
16334
16335cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 16336cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
16337_ACEOF
16338sed -n '
16339h
16340s/^/S["/; s/!.*/"]=/
16341p
16342g
16343s/^[^!]*!//
16344:repl
16345t repl
16346s/'"$ac_delim"'$//
16347t delim
16348:nl
16349h
d0ac1c44 16350s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16351t more1
16352s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16353p
16354n
16355b repl
16356:more1
16357s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16358p
16359g
16360s/.\{148\}//
16361t nl
16362:delim
16363h
d0ac1c44 16364s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16365t more2
16366s/["\\]/\\&/g; s/^/"/; s/$/"/
16367p
16368b
16369:more2
16370s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16371p
16372g
16373s/.\{148\}//
16374t delim
16375' <conf$$subs.awk | sed '
16376/^[^""]/{
16377 N
16378 s/\n//
16379}
16380' >>$CONFIG_STATUS || ac_write_fail=1
16381rm -f conf$$subs.awk
16382cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16383_ACAWK
d0ac1c44 16384cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
16385 for (key in S) S_is_set[key] = 1
16386 FS = "\a"
16387
16388}
42ecbf5e 16389{
81ecdfbb
RW
16390 line = $ 0
16391 nfields = split(line, field, "@")
16392 substed = 0
16393 len = length(field[1])
16394 for (i = 2; i < nfields; i++) {
16395 key = field[i]
16396 keylen = length(key)
16397 if (S_is_set[key]) {
16398 value = S[key]
16399 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16400 len += length(value) + length(field[++i])
16401 substed = 1
16402 } else
16403 len += 1 + keylen
16404 }
16405
16406 print line
42ecbf5e
DJ
16407}
16408
81ecdfbb
RW
16409_ACAWK
16410_ACEOF
16411cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16412if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16413 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16414else
16415 cat
d0ac1c44
SM
16416fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16417 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
16418_ACEOF
16419
d0ac1c44
SM
16420# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16421# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
16422# trailing colons and then remove the whole line if VPATH becomes empty
16423# (actually we leave an empty line to preserve line numbers).
16424if test "x$srcdir" = x.; then
d0ac1c44
SM
16425 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16426h
16427s///
16428s/^/:/
16429s/[ ]*$/:/
16430s/:\$(srcdir):/:/g
16431s/:\${srcdir}:/:/g
16432s/:@srcdir@:/:/g
16433s/^:*//
81ecdfbb 16434s/:*$//
d0ac1c44
SM
16435x
16436s/\(=[ ]*\).*/\1/
16437G
16438s/\n//
81ecdfbb
RW
16439s/^[^=]*=[ ]*$//
16440}'
16441fi
e5a52504 16442
81ecdfbb
RW
16443cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16444fi # test -n "$CONFIG_FILES"
252b5132 16445
81ecdfbb
RW
16446# Set up the scripts for CONFIG_HEADERS section.
16447# No need to generate them if there are no CONFIG_HEADERS.
16448# This happens for instance with `./config.status Makefile'.
16449if test -n "$CONFIG_HEADERS"; then
d0ac1c44 16450cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb 16451BEGIN {
42ecbf5e
DJ
16452_ACEOF
16453
81ecdfbb
RW
16454# Transform confdefs.h into an awk script `defines.awk', embedded as
16455# here-document in config.status, that substitutes the proper values into
16456# config.h.in to produce config.h.
16457
16458# Create a delimiter string that does not exist in confdefs.h, to ease
16459# handling of long lines.
16460ac_delim='%!_!# '
16461for ac_last_try in false false :; do
d0ac1c44
SM
16462 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16463 if test -z "$ac_tt"; then
81ecdfbb
RW
16464 break
16465 elif $ac_last_try; then
d0ac1c44 16466 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
16467 else
16468 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 16469 fi
81ecdfbb 16470done
252b5132 16471
81ecdfbb
RW
16472# For the awk script, D is an array of macro values keyed by name,
16473# likewise P contains macro parameters if any. Preserve backslash
16474# newline sequences.
16475
16476ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16477sed -n '
16478s/.\{148\}/&'"$ac_delim"'/g
16479t rset
16480:rset
16481s/^[ ]*#[ ]*define[ ][ ]*/ /
16482t def
16483d
16484:def
16485s/\\$//
16486t bsnl
16487s/["\\]/\\&/g
16488s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16489D["\1"]=" \3"/p
16490s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16491d
16492:bsnl
16493s/["\\]/\\&/g
16494s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16495D["\1"]=" \3\\\\\\n"\\/p
16496t cont
16497s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16498t cont
16499d
16500:cont
16501n
16502s/.\{148\}/&'"$ac_delim"'/g
16503t clear
16504:clear
16505s/\\$//
16506t bsnlc
16507s/["\\]/\\&/g; s/^/"/; s/$/"/p
16508d
16509:bsnlc
16510s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16511b cont
16512' <confdefs.h | sed '
16513s/'"$ac_delim"'/"\\\
16514"/g' >>$CONFIG_STATUS || ac_write_fail=1
16515
16516cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16517 for (key in D) D_is_set[key] = 1
16518 FS = "\a"
16519}
16520/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16521 line = \$ 0
16522 split(line, arg, " ")
16523 if (arg[1] == "#") {
16524 defundef = arg[2]
16525 mac1 = arg[3]
16526 } else {
16527 defundef = substr(arg[1], 2)
16528 mac1 = arg[2]
16529 }
16530 split(mac1, mac2, "(") #)
16531 macro = mac2[1]
16532 prefix = substr(line, 1, index(line, defundef) - 1)
16533 if (D_is_set[macro]) {
16534 # Preserve the white space surrounding the "#".
16535 print prefix "define", macro P[macro] D[macro]
16536 next
16537 } else {
16538 # Replace #undef with comments. This is necessary, for example,
16539 # in the case of _POSIX_SOURCE, which is predefined and required
16540 # on some systems where configure will not decide to define it.
16541 if (defundef == "undef") {
16542 print "/*", prefix defundef, macro, "*/"
16543 next
16544 }
16545 }
16546}
16547{ print }
16548_ACAWK
42ecbf5e 16549_ACEOF
81ecdfbb 16550cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 16551 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb
RW
16552fi # test -n "$CONFIG_HEADERS"
16553
16554
16555eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16556shift
16557for ac_tag
16558do
16559 case $ac_tag in
16560 :[FHLC]) ac_mode=$ac_tag; continue;;
16561 esac
16562 case $ac_mode$ac_tag in
16563 :[FHL]*:*);;
d0ac1c44 16564 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
16565 :[FH]-) ac_tag=-:-;;
16566 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16567 esac
16568 ac_save_IFS=$IFS
16569 IFS=:
16570 set x $ac_tag
16571 IFS=$ac_save_IFS
16572 shift
16573 ac_file=$1
16574 shift
16575
16576 case $ac_mode in
16577 :L) ac_source=$1;;
16578 :[FH])
16579 ac_file_inputs=
16580 for ac_f
16581 do
16582 case $ac_f in
d0ac1c44 16583 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
16584 *) # Look for the file first in the build tree, then in the source tree
16585 # (if the path is not absolute). The absolute path cannot be DOS-style,
16586 # because $ac_f cannot contain `:'.
16587 test -f "$ac_f" ||
16588 case $ac_f in
16589 [\\/$]*) false;;
16590 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16591 esac ||
d0ac1c44 16592 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
16593 esac
16594 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16595 as_fn_append ac_file_inputs " '$ac_f'"
16596 done
16597
16598 # Let's still pretend it is `configure' which instantiates (i.e., don't
16599 # use $as_me), people would be surprised to read:
16600 # /* config.h. Generated by config.status. */
16601 configure_input='Generated from '`
16602 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16603 `' by configure.'
16604 if test x"$ac_file" != x-; then
16605 configure_input="$ac_file. $configure_input"
16606 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16607$as_echo "$as_me: creating $ac_file" >&6;}
16608 fi
16609 # Neutralize special characters interpreted by sed in replacement strings.
16610 case $configure_input in #(
16611 *\&* | *\|* | *\\* )
16612 ac_sed_conf_input=`$as_echo "$configure_input" |
16613 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16614 *) ac_sed_conf_input=$configure_input;;
16615 esac
16616
16617 case $ac_tag in
d0ac1c44
SM
16618 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16619 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
16620 esac
16621 ;;
252b5132
RH
16622 esac
16623
81ecdfbb 16624 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
16625$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16626 X"$ac_file" : 'X\(//\)[^/]' \| \
16627 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16628 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16629$as_echo X"$ac_file" |
16630 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16631 s//\1/
16632 q
16633 }
16634 /^X\(\/\/\)[^/].*/{
16635 s//\1/
16636 q
16637 }
16638 /^X\(\/\/\)$/{
16639 s//\1/
16640 q
16641 }
16642 /^X\(\/\).*/{
16643 s//\1/
16644 q
16645 }
16646 s/.*/./; q'`
16647 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 16648 ac_builddir=.
e5a52504 16649
81ecdfbb
RW
16650case "$ac_dir" in
16651.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16652*)
16653 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16654 # A ".." for each directory in $ac_dir_suffix.
16655 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16656 case $ac_top_builddir_sub in
16657 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16658 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16659 esac ;;
16660esac
16661ac_abs_top_builddir=$ac_pwd
16662ac_abs_builddir=$ac_pwd$ac_dir_suffix
16663# for backward compatibility:
16664ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
16665
16666case $srcdir in
81ecdfbb 16667 .) # We are building in place.
42ecbf5e 16668 ac_srcdir=.
81ecdfbb
RW
16669 ac_top_srcdir=$ac_top_builddir_sub
16670 ac_abs_top_srcdir=$ac_pwd ;;
16671 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 16672 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16673 ac_top_srcdir=$srcdir
16674 ac_abs_top_srcdir=$srcdir ;;
16675 *) # Relative name.
16676 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16677 ac_top_srcdir=$ac_top_build_prefix$srcdir
16678 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 16679esac
81ecdfbb 16680ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16681
e5a52504 16682
81ecdfbb
RW
16683 case $ac_mode in
16684 :F)
16685 #
16686 # CONFIG_FILE
16687 #
42ecbf5e
DJ
16688
16689 case $INSTALL in
16690 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16691 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16692 esac
16693 ac_MKDIR_P=$MKDIR_P
16694 case $MKDIR_P in
16695 [\\/$]* | ?:[\\/]* ) ;;
16696 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 16697 esac
81ecdfbb 16698_ACEOF
e5a52504 16699
81ecdfbb
RW
16700cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16701# If the template does not know about datarootdir, expand it.
16702# FIXME: This hack should be removed a few years after 2.60.
16703ac_datarootdir_hack=; ac_datarootdir_seen=
16704ac_sed_dataroot='
16705/datarootdir/ {
16706 p
16707 q
16708}
16709/@datadir@/p
16710/@docdir@/p
16711/@infodir@/p
16712/@localedir@/p
16713/@mandir@/p'
16714case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16715*datarootdir*) ac_datarootdir_seen=yes;;
16716*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16718$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16719_ACEOF
16720cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16721 ac_datarootdir_hack='
16722 s&@datadir@&$datadir&g
16723 s&@docdir@&$docdir&g
16724 s&@infodir@&$infodir&g
16725 s&@localedir@&$localedir&g
16726 s&@mandir@&$mandir&g
16727 s&\\\${datarootdir}&$datarootdir&g' ;;
16728esac
42ecbf5e 16729_ACEOF
81ecdfbb
RW
16730
16731# Neutralize VPATH when `$srcdir' = `.'.
16732# Shell code in configure.ac might set extrasub.
16733# FIXME: do we really want to maintain this feature?
16734cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16735ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
16736$extrasub
16737_ACEOF
81ecdfbb 16738cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
16739:t
16740/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16741s|@configure_input@|$ac_sed_conf_input|;t t
16742s&@top_builddir@&$ac_top_builddir_sub&;t t
16743s&@top_build_prefix@&$ac_top_build_prefix&;t t
16744s&@srcdir@&$ac_srcdir&;t t
16745s&@abs_srcdir@&$ac_abs_srcdir&;t t
16746s&@top_srcdir@&$ac_top_srcdir&;t t
16747s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16748s&@builddir@&$ac_builddir&;t t
16749s&@abs_builddir@&$ac_abs_builddir&;t t
16750s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16751s&@INSTALL@&$ac_INSTALL&;t t
16752s&@MKDIR_P@&$ac_MKDIR_P&;t t
16753$ac_datarootdir_hack
16754"
d0ac1c44
SM
16755eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16756 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16757
16758test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
16759 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16760 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16761 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 16762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16763which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 16764$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16765which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 16766
d0ac1c44 16767 rm -f "$ac_tmp/stdin"
42ecbf5e 16768 case $ac_file in
d0ac1c44
SM
16769 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16770 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 16771 esac \
d0ac1c44 16772 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16773 ;;
16774 :H)
16775 #
16776 # CONFIG_HEADER
16777 #
42ecbf5e 16778 if test x"$ac_file" != x-; then
81ecdfbb
RW
16779 {
16780 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16781 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16782 } >"$ac_tmp/config.h" \
16783 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16784 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
16785 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16786$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 16787 else
81ecdfbb 16788 rm -f "$ac_file"
d0ac1c44
SM
16789 mv "$ac_tmp/config.h" "$ac_file" \
16790 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 16791 fi
42ecbf5e 16792 else
81ecdfbb 16793 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16794 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16795 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 16796 fi
81ecdfbb
RW
16797# Compute "$ac_file"'s index in $config_headers.
16798_am_arg="$ac_file"
42ecbf5e
DJ
16799_am_stamp_count=1
16800for _am_header in $config_headers :; do
16801 case $_am_header in
81ecdfbb 16802 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
16803 break ;;
16804 * )
16805 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16806 esac
16807done
81ecdfbb
RW
16808echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16809$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16810 X"$_am_arg" : 'X\(//\)[^/]' \| \
16811 X"$_am_arg" : 'X\(//\)$' \| \
16812 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16813$as_echo X"$_am_arg" |
16814 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16815 s//\1/
16816 q
16817 }
16818 /^X\(\/\/\)[^/].*/{
16819 s//\1/
16820 q
16821 }
16822 /^X\(\/\/\)$/{
16823 s//\1/
16824 q
16825 }
16826 /^X\(\/\).*/{
16827 s//\1/
16828 q
16829 }
16830 s/.*/./; q'`/stamp-h$_am_stamp_count
16831 ;;
42ecbf5e 16832
81ecdfbb
RW
16833 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16834$as_echo "$as_me: executing $ac_file commands" >&6;}
16835 ;;
16836 esac
e5a52504 16837
42ecbf5e 16838
81ecdfbb
RW
16839 case $ac_file$ac_mode in
16840 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 16841 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
16842 # are listed without --file. Let's play safe and only enable the eval
16843 # if we detect the quoting.
16844 case $CONFIG_FILES in
16845 *\'*) eval set x "$CONFIG_FILES" ;;
16846 *) set x $CONFIG_FILES ;;
16847 esac
16848 shift
16849 for mf
16850 do
16851 # Strip MF so we end up with the name of the file.
16852 mf=`echo "$mf" | sed -e 's/:.*$//'`
16853 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 16854 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
16855 # some people rename them; so instead we look at the file content.
16856 # Grep'ing the first line is not enough: some people post-process
16857 # each Makefile.in and add a new line on top of each file to say so.
16858 # Grep'ing the whole file is not good either: AIX grep has a line
16859 # limit of 2048, but all sed's we know have understand at least 4000.
16860 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16861 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
16862$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16863 X"$mf" : 'X\(//\)[^/]' \| \
16864 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16865 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16866$as_echo X"$mf" |
16867 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16868 s//\1/
16869 q
16870 }
16871 /^X\(\/\/\)[^/].*/{
16872 s//\1/
16873 q
16874 }
16875 /^X\(\/\/\)$/{
16876 s//\1/
16877 q
16878 }
16879 /^X\(\/\).*/{
16880 s//\1/
16881 q
16882 }
16883 s/.*/./; q'`
16884 else
16885 continue
16886 fi
16887 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 16888 # from the Makefile without running 'make'.
81ecdfbb
RW
16889 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16890 test -z "$DEPDIR" && continue
16891 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 16892 test -z "$am__include" && continue
81ecdfbb 16893 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
16894 # Find all dependency output files, they are included files with
16895 # $(DEPDIR) in their names. We invoke sed twice because it is the
16896 # simplest approach to changing $(DEPDIR) to its actual value in the
16897 # expansion.
16898 for file in `sed -n "
16899 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 16900 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
16901 # Make sure the directory exists.
16902 test -f "$dirpart/$file" && continue
16903 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
16904$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16905 X"$file" : 'X\(//\)[^/]' \| \
16906 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16907 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16908$as_echo X"$file" |
16909 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16910 s//\1/
16911 q
16912 }
16913 /^X\(\/\/\)[^/].*/{
16914 s//\1/
16915 q
16916 }
16917 /^X\(\/\/\)$/{
16918 s//\1/
16919 q
16920 }
16921 /^X\(\/\).*/{
16922 s//\1/
16923 q
16924 }
16925 s/.*/./; q'`
16926 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16927 # echo "creating $dirpart/$file"
16928 echo '# dummy' > "$dirpart/$file"
42ecbf5e 16929 done
42ecbf5e 16930 done
81ecdfbb 16931}
d7040cdb 16932 ;;
81ecdfbb 16933 "libtool":C)
d7040cdb
SE
16934
16935 # See if we are running on zsh, and set the options which allow our
16936 # commands through without removal of \ escapes.
16937 if test -n "${ZSH_VERSION+set}" ; then
16938 setopt NO_GLOB_SUBST
16939 fi
16940
16941 cfgfile="${ofile}T"
16942 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16943 $RM "$cfgfile"
16944
16945 cat <<_LT_EOF >> "$cfgfile"
16946#! $SHELL
16947
16948# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16949# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16950# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16951# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16952#
718a6fd8 16953# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16954# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16955# Written by Gordon Matzigkeit, 1996
d7040cdb 16956#
718a6fd8 16957# This file is part of GNU Libtool.
d7040cdb 16958#
718a6fd8
SE
16959# GNU Libtool is free software; you can redistribute it and/or
16960# modify it under the terms of the GNU General Public License as
16961# published by the Free Software Foundation; either version 2 of
16962# the License, or (at your option) any later version.
d7040cdb 16963#
718a6fd8
SE
16964# As a special exception to the GNU General Public License,
16965# if you distribute this file as part of a program or library that
16966# is built using GNU Libtool, you may include this file under the
16967# same distribution terms that you use for the rest of that program.
d7040cdb 16968#
718a6fd8
SE
16969# GNU Libtool is distributed in the hope that it will be useful,
16970# but WITHOUT ANY WARRANTY; without even the implied warranty of
16971# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16972# GNU General Public License for more details.
d7040cdb 16973#
718a6fd8
SE
16974# You should have received a copy of the GNU General Public License
16975# along with GNU Libtool; see the file COPYING. If not, a copy
16976# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16977# obtained by writing to the Free Software Foundation, Inc.,
16978# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16979
16980
16981# The names of the tagged configurations supported by this script.
16982available_tags=""
16983
16984# ### BEGIN LIBTOOL CONFIG
16985
16986# Which release of libtool.m4 was used?
16987macro_version=$macro_version
16988macro_revision=$macro_revision
16989
16990# Whether or not to build shared libraries.
16991build_libtool_libs=$enable_shared
16992
16993# Whether or not to build static libraries.
16994build_old_libs=$enable_static
16995
16996# What type of objects to build.
16997pic_mode=$pic_mode
16998
16999# Whether or not to optimize for fast installation.
17000fast_install=$enable_fast_install
17001
3725885a
RW
17002# Shell to use when invoking shell scripts.
17003SHELL=$lt_SHELL
17004
17005# An echo program that protects backslashes.
17006ECHO=$lt_ECHO
17007
d7040cdb
SE
17008# The host system.
17009host_alias=$host_alias
17010host=$host
17011host_os=$host_os
17012
17013# The build system.
17014build_alias=$build_alias
17015build=$build
17016build_os=$build_os
17017
17018# A sed program that does not truncate output.
17019SED=$lt_SED
17020
17021# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17022Xsed="\$SED -e 1s/^X//"
17023
17024# A grep program that handles long lines.
17025GREP=$lt_GREP
17026
17027# An ERE matcher.
17028EGREP=$lt_EGREP
17029
17030# A literal string matcher.
17031FGREP=$lt_FGREP
17032
17033# A BSD- or MS-compatible name lister.
17034NM=$lt_NM
17035
17036# Whether we need soft or hard links.
17037LN_S=$lt_LN_S
17038
17039# What is the maximum length of a command?
17040max_cmd_len=$max_cmd_len
17041
17042# Object file suffix (normally "o").
17043objext=$ac_objext
17044
17045# Executable file suffix (normally "").
17046exeext=$exeext
17047
17048# whether the shell understands "unset".
17049lt_unset=$lt_unset
17050
17051# turn spaces into newlines.
17052SP2NL=$lt_lt_SP2NL
17053
17054# turn newlines into spaces.
17055NL2SP=$lt_lt_NL2SP
17056
718a6fd8
SE
17057# An object symbol dumper.
17058OBJDUMP=$lt_OBJDUMP
17059
d7040cdb
SE
17060# Method to check whether dependent libraries are shared objects.
17061deplibs_check_method=$lt_deplibs_check_method
17062
f2c621e4 17063# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
17064file_magic_cmd=$lt_file_magic_cmd
17065
17066# The archiver.
17067AR=$lt_AR
17068AR_FLAGS=$lt_AR_FLAGS
17069
17070# A symbol stripping program.
17071STRIP=$lt_STRIP
17072
17073# Commands used to install an old-style archive.
17074RANLIB=$lt_RANLIB
17075old_postinstall_cmds=$lt_old_postinstall_cmds
17076old_postuninstall_cmds=$lt_old_postuninstall_cmds
17077
3725885a
RW
17078# Whether to use a lock for old archive extraction.
17079lock_old_archive_extraction=$lock_old_archive_extraction
17080
d7040cdb
SE
17081# A C compiler.
17082LTCC=$lt_CC
17083
17084# LTCC compiler flags.
17085LTCFLAGS=$lt_CFLAGS
17086
17087# Take the output of nm and produce a listing of raw symbols and C names.
17088global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17089
17090# Transform the output of nm in a proper C declaration.
17091global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17092
17093# Transform the output of nm in a C name address pair.
17094global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17095
718a6fd8
SE
17096# Transform the output of nm in a C name address pair when lib prefix is needed.
17097global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17098
d7040cdb
SE
17099# The name of the directory that contains temporary libtool files.
17100objdir=$objdir
17101
d7040cdb
SE
17102# Used to examine libraries when file_magic_cmd begins with "file".
17103MAGIC_CMD=$MAGIC_CMD
17104
17105# Must we lock files when doing compilation?
17106need_locks=$lt_need_locks
17107
718a6fd8
SE
17108# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17109DSYMUTIL=$lt_DSYMUTIL
17110
17111# Tool to change global to local symbols on Mac OS X.
17112NMEDIT=$lt_NMEDIT
17113
17114# Tool to manipulate fat objects and archives on Mac OS X.
17115LIPO=$lt_LIPO
17116
17117# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17118OTOOL=$lt_OTOOL
17119
17120# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17121OTOOL64=$lt_OTOOL64
17122
d7040cdb
SE
17123# Old archive suffix (normally "a").
17124libext=$libext
17125
17126# Shared library suffix (normally ".so").
17127shrext_cmds=$lt_shrext_cmds
17128
17129# The commands to extract the exported symbol list from a shared archive.
17130extract_expsyms_cmds=$lt_extract_expsyms_cmds
17131
17132# Variables whose values should be saved in libtool wrapper scripts and
17133# restored at link time.
17134variables_saved_for_relink=$lt_variables_saved_for_relink
17135
17136# Do we need the "lib" prefix for modules?
17137need_lib_prefix=$need_lib_prefix
17138
17139# Do we need a version for libraries?
17140need_version=$need_version
17141
17142# Library versioning type.
17143version_type=$version_type
17144
17145# Shared library runtime path variable.
17146runpath_var=$runpath_var
17147
17148# Shared library path variable.
17149shlibpath_var=$shlibpath_var
17150
17151# Is shlibpath searched before the hard-coded library search path?
17152shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17153
17154# Format of library name prefix.
17155libname_spec=$lt_libname_spec
17156
17157# List of archive names. First name is the real one, the rest are links.
17158# The last name is the one that the linker finds with -lNAME
17159library_names_spec=$lt_library_names_spec
17160
17161# The coded name of the library, if different from the real name.
17162soname_spec=$lt_soname_spec
17163
3725885a
RW
17164# Permission mode override for installation of shared libraries.
17165install_override_mode=$lt_install_override_mode
17166
d7040cdb
SE
17167# Command to use after installation of a shared archive.
17168postinstall_cmds=$lt_postinstall_cmds
17169
17170# Command to use after uninstallation of a shared archive.
17171postuninstall_cmds=$lt_postuninstall_cmds
17172
17173# Commands used to finish a libtool library installation in a directory.
17174finish_cmds=$lt_finish_cmds
17175
17176# As "finish_cmds", except a single script fragment to be evaled but
17177# not shown.
17178finish_eval=$lt_finish_eval
17179
17180# Whether we should hardcode library paths into libraries.
17181hardcode_into_libs=$hardcode_into_libs
17182
17183# Compile-time system search path for libraries.
17184sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17185
17186# Run-time system search path for libraries.
17187sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17188
17189# Whether dlopen is supported.
17190dlopen_support=$enable_dlopen
17191
17192# Whether dlopen of programs is supported.
17193dlopen_self=$enable_dlopen_self
17194
17195# Whether dlopen of statically linked programs is supported.
17196dlopen_self_static=$enable_dlopen_self_static
17197
17198# Commands to strip libraries.
17199old_striplib=$lt_old_striplib
17200striplib=$lt_striplib
17201
17202
17203# The linker used to build libraries.
17204LD=$lt_LD
17205
3725885a
RW
17206# How to create reloadable object files.
17207reload_flag=$lt_reload_flag
17208reload_cmds=$lt_reload_cmds
17209
d7040cdb
SE
17210# Commands used to build an old-style archive.
17211old_archive_cmds=$lt_old_archive_cmds
17212
17213# A language specific compiler.
17214CC=$lt_compiler
17215
17216# Is the compiler the GNU compiler?
17217with_gcc=$GCC
17218
17219# Compiler flag to turn off builtin functions.
17220no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17221
df7b86aa
NC
17222# How to pass a linker flag through the compiler.
17223wl=$lt_lt_prog_compiler_wl
17224
f2c621e4
AS
17225# Additional compiler flags for building library objects.
17226pic_flag=$lt_lt_prog_compiler_pic
17227
d7040cdb
SE
17228# Compiler flag to prevent dynamic linking.
17229link_static_flag=$lt_lt_prog_compiler_static
17230
17231# Does compiler simultaneously support -c and -o options?
17232compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17233
17234# Whether or not to add -lc for building shared libraries.
17235build_libtool_need_lc=$archive_cmds_need_lc
17236
17237# Whether or not to disallow shared libs when runtime libs are static.
17238allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17239
17240# Compiler flag to allow reflexive dlopens.
17241export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17242
17243# Compiler flag to generate shared objects directly from archives.
17244whole_archive_flag_spec=$lt_whole_archive_flag_spec
17245
17246# Whether the compiler copes with passing no objects directly.
17247compiler_needs_object=$lt_compiler_needs_object
17248
17249# Create an old-style archive from a shared archive.
17250old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17251
17252# Create a temporary old-style archive to link instead of a shared archive.
17253old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17254
17255# Commands used to build a shared archive.
17256archive_cmds=$lt_archive_cmds
17257archive_expsym_cmds=$lt_archive_expsym_cmds
17258
17259# Commands used to build a loadable module if different from building
17260# a shared archive.
17261module_cmds=$lt_module_cmds
17262module_expsym_cmds=$lt_module_expsym_cmds
17263
17264# Whether we are building with GNU ld or not.
17265with_gnu_ld=$lt_with_gnu_ld
17266
17267# Flag that allows shared libraries with undefined symbols to be built.
17268allow_undefined_flag=$lt_allow_undefined_flag
17269
17270# Flag that enforces no undefined symbols.
17271no_undefined_flag=$lt_no_undefined_flag
17272
17273# Flag to hardcode \$libdir into a binary during linking.
17274# This must work even if \$libdir does not exist
17275hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17276
17277# If ld is used when linking, flag to hardcode \$libdir into a binary
17278# during linking. This must work even if \$libdir does not exist.
17279hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17280
17281# Whether we need a single "-rpath" flag with a separated argument.
17282hardcode_libdir_separator=$lt_hardcode_libdir_separator
17283
17284# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17285# DIR into the resulting binary.
17286hardcode_direct=$hardcode_direct
17287
17288# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17289# DIR into the resulting binary and the resulting library dependency is
17290# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17291# library is relocated.
17292hardcode_direct_absolute=$hardcode_direct_absolute
17293
17294# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17295# into the resulting binary.
17296hardcode_minus_L=$hardcode_minus_L
17297
17298# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17299# into the resulting binary.
17300hardcode_shlibpath_var=$hardcode_shlibpath_var
17301
17302# Set to "yes" if building a shared library automatically hardcodes DIR
17303# into the library and all subsequent libraries and executables linked
17304# against it.
17305hardcode_automatic=$hardcode_automatic
17306
17307# Set to yes if linker adds runtime paths of dependent libraries
17308# to runtime path list.
17309inherit_rpath=$inherit_rpath
17310
17311# Whether libtool must link a program against all its dependency libraries.
17312link_all_deplibs=$link_all_deplibs
17313
f2c621e4
AS
17314# Fix the shell variable \$srcfile for the compiler.
17315fix_srcfile_path=$lt_fix_srcfile_path
17316
d7040cdb
SE
17317# Set to "yes" if exported symbols are required.
17318always_export_symbols=$always_export_symbols
17319
17320# The commands to list exported symbols.
17321export_symbols_cmds=$lt_export_symbols_cmds
17322
17323# Symbols that should not be listed in the preloaded symbols.
17324exclude_expsyms=$lt_exclude_expsyms
17325
17326# Symbols that must always be exported.
17327include_expsyms=$lt_include_expsyms
17328
17329# Commands necessary for linking programs (against libraries) with templates.
17330prelink_cmds=$lt_prelink_cmds
17331
17332# Specify filename containing input files.
17333file_list_spec=$lt_file_list_spec
17334
17335# How to hardcode a shared library path into an executable.
17336hardcode_action=$hardcode_action
17337
17338# ### END LIBTOOL CONFIG
17339
17340_LT_EOF
17341
17342 case $host_os in
17343 aix3*)
17344 cat <<\_LT_EOF >> "$cfgfile"
17345# AIX sometimes has problems with the GCC collect2 program. For some
17346# reason, if we set the COLLECT_NAMES environment variable, the problems
17347# vanish in a puff of smoke.
17348if test "X${COLLECT_NAMES+set}" != Xset; then
17349 COLLECT_NAMES=
17350 export COLLECT_NAMES
17351fi
17352_LT_EOF
17353 ;;
17354 esac
17355
17356
17357ltmain="$ac_aux_dir/ltmain.sh"
17358
17359
17360 # We use sed instead of cat because bash on DJGPP gets confused if
17361 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17362 # text mode, it properly converts lines to CR/LF. This bash problem
17363 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
17364 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17365 || (rm -f "$cfgfile"; exit 1)
17366
17367 case $xsi_shell in
17368 yes)
17369 cat << \_LT_EOF >> "$cfgfile"
17370
17371# func_dirname file append nondir_replacement
17372# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17373# otherwise set result to NONDIR_REPLACEMENT.
17374func_dirname ()
17375{
17376 case ${1} in
17377 */*) func_dirname_result="${1%/*}${2}" ;;
17378 * ) func_dirname_result="${3}" ;;
17379 esac
17380}
17381
17382# func_basename file
17383func_basename ()
17384{
17385 func_basename_result="${1##*/}"
17386}
17387
17388# func_dirname_and_basename file append nondir_replacement
17389# perform func_basename and func_dirname in a single function
17390# call:
17391# dirname: Compute the dirname of FILE. If nonempty,
17392# add APPEND to the result, otherwise set result
17393# to NONDIR_REPLACEMENT.
17394# value returned in "$func_dirname_result"
17395# basename: Compute filename of FILE.
17396# value retuned in "$func_basename_result"
17397# Implementation must be kept synchronized with func_dirname
17398# and func_basename. For efficiency, we do not delegate to
17399# those functions but instead duplicate the functionality here.
17400func_dirname_and_basename ()
17401{
17402 case ${1} in
17403 */*) func_dirname_result="${1%/*}${2}" ;;
17404 * ) func_dirname_result="${3}" ;;
17405 esac
17406 func_basename_result="${1##*/}"
17407}
17408
17409# func_stripname prefix suffix name
17410# strip PREFIX and SUFFIX off of NAME.
17411# PREFIX and SUFFIX must not contain globbing or regex special
17412# characters, hashes, percent signs, but SUFFIX may contain a leading
17413# dot (in which case that matches only a dot).
17414func_stripname ()
17415{
17416 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17417 # positional parameters, so assign one to ordinary parameter first.
17418 func_stripname_result=${3}
17419 func_stripname_result=${func_stripname_result#"${1}"}
17420 func_stripname_result=${func_stripname_result%"${2}"}
17421}
17422
17423# func_opt_split
17424func_opt_split ()
17425{
17426 func_opt_split_opt=${1%%=*}
17427 func_opt_split_arg=${1#*=}
17428}
17429
17430# func_lo2o object
17431func_lo2o ()
17432{
17433 case ${1} in
17434 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17435 *) func_lo2o_result=${1} ;;
17436 esac
17437}
17438
17439# func_xform libobj-or-source
17440func_xform ()
17441{
17442 func_xform_result=${1%.*}.lo
17443}
17444
17445# func_arith arithmetic-term...
17446func_arith ()
17447{
17448 func_arith_result=$(( $* ))
17449}
17450
17451# func_len string
17452# STRING may not start with a hyphen.
17453func_len ()
17454{
17455 func_len_result=${#1}
17456}
17457
17458_LT_EOF
17459 ;;
17460 *) # Bourne compatible functions.
17461 cat << \_LT_EOF >> "$cfgfile"
17462
17463# func_dirname file append nondir_replacement
17464# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17465# otherwise set result to NONDIR_REPLACEMENT.
17466func_dirname ()
17467{
17468 # Extract subdirectory from the argument.
17469 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17470 if test "X$func_dirname_result" = "X${1}"; then
17471 func_dirname_result="${3}"
17472 else
17473 func_dirname_result="$func_dirname_result${2}"
17474 fi
17475}
17476
17477# func_basename file
17478func_basename ()
17479{
17480 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17481}
17482
17483
17484# func_stripname prefix suffix name
17485# strip PREFIX and SUFFIX off of NAME.
17486# PREFIX and SUFFIX must not contain globbing or regex special
17487# characters, hashes, percent signs, but SUFFIX may contain a leading
17488# dot (in which case that matches only a dot).
17489# func_strip_suffix prefix name
17490func_stripname ()
17491{
17492 case ${2} in
17493 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17494 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17495 esac
17496}
17497
17498# sed scripts:
17499my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17500my_sed_long_arg='1s/^-[^=]*=//'
17501
17502# func_opt_split
17503func_opt_split ()
17504{
17505 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17506 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17507}
17508
17509# func_lo2o object
17510func_lo2o ()
17511{
17512 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17513}
17514
17515# func_xform libobj-or-source
17516func_xform ()
17517{
17518 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17519}
17520
17521# func_arith arithmetic-term...
17522func_arith ()
17523{
17524 func_arith_result=`expr "$@"`
17525}
17526
17527# func_len string
17528# STRING may not start with a hyphen.
17529func_len ()
17530{
17531 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17532}
17533
17534_LT_EOF
17535esac
17536
17537case $lt_shell_append in
17538 yes)
17539 cat << \_LT_EOF >> "$cfgfile"
17540
17541# func_append var value
17542# Append VALUE to the end of shell variable VAR.
17543func_append ()
17544{
17545 eval "$1+=\$2"
17546}
17547_LT_EOF
17548 ;;
17549 *)
17550 cat << \_LT_EOF >> "$cfgfile"
17551
17552# func_append var value
17553# Append VALUE to the end of shell variable VAR.
17554func_append ()
17555{
17556 eval "$1=\$$1\$2"
17557}
17558
17559_LT_EOF
17560 ;;
17561 esac
17562
17563
17564 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17565 || (rm -f "$cfgfile"; exit 1)
17566
17567 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
17568 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17569 chmod +x "$ofile"
17570
42ecbf5e 17571 ;;
81ecdfbb 17572 "default-1":C)
20e95c23
DJ
17573 for ac_file in $CONFIG_FILES; do
17574 # Support "outfile[:infile[:infile...]]"
17575 case "$ac_file" in
17576 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17577 esac
17578 # PO directories have a Makefile.in generated from Makefile.in.in.
17579 case "$ac_file" in */Makefile.in)
17580 # Adjust a relative srcdir.
17581 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 17582 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
17583 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17584 # In autoconf-2.13 it is called $ac_given_srcdir.
17585 # In autoconf-2.50 it is called $srcdir.
17586 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17587 case "$ac_given_srcdir" in
17588 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17589 /*) top_srcdir="$ac_given_srcdir" ;;
17590 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17591 esac
17592 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17593 rm -f "$ac_dir/POTFILES"
17594 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17595 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17596 POMAKEFILEDEPS="POTFILES.in"
17597 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17598 # on $ac_dir but don't depend on user-specified configuration
17599 # parameters.
17600 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17601 # The LINGUAS file contains the set of available languages.
17602 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17603 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
20e95c23
DJ
17604 fi
17605 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17606 # Hide the ALL_LINGUAS assigment from automake.
17607 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17608 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17609 else
37a42ee9 17610 # The set of available languages was given in configure.ac.
20e95c23
DJ
17611 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17612 fi
17613 case "$ac_given_srcdir" in
17614 .) srcdirpre= ;;
17615 *) srcdirpre='$(srcdir)/' ;;
17616 esac
17617 POFILES=
17618 GMOFILES=
17619 UPDATEPOFILES=
17620 DUMMYPOFILES=
17621 for lang in $ALL_LINGUAS; do
17622 POFILES="$POFILES $srcdirpre$lang.po"
17623 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17624 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17625 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17626 done
17627 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17628 # environment variable.
17629 INST_LINGUAS=
17630 if test -n "$ALL_LINGUAS"; then
17631 for presentlang in $ALL_LINGUAS; do
17632 useit=no
17633 if test "%UNSET%" != "$LINGUAS"; then
17634 desiredlanguages="$LINGUAS"
17635 else
17636 desiredlanguages="$ALL_LINGUAS"
17637 fi
17638 for desiredlang in $desiredlanguages; do
17639 # Use the presentlang catalog if desiredlang is
17640 # a. equal to presentlang, or
17641 # b. a variant of presentlang (because in this case,
17642 # presentlang can be used as a fallback for messages
17643 # which are not translated in the desiredlang catalog).
17644 case "$desiredlang" in
17645 "$presentlang"*) useit=yes;;
17646 esac
17647 done
17648 if test $useit = yes; then
17649 INST_LINGUAS="$INST_LINGUAS $presentlang"
17650 fi
17651 done
17652 fi
17653 CATALOGS=
17654 if test -n "$INST_LINGUAS"; then
17655 for lang in $INST_LINGUAS; do
17656 CATALOGS="$CATALOGS $lang.gmo"
17657 done
17658 fi
17659 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17660 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"
17661 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17662 if test -f "$f"; then
17663 case "$f" in
17664 *.orig | *.bak | *~) ;;
17665 *) cat "$f" >> "$ac_dir/Makefile" ;;
17666 esac
17667 fi
17668 done
17669 fi
17670 ;;
17671 esac
17672 done ;;
81ecdfbb 17673
42ecbf5e 17674 esac
81ecdfbb 17675done # for ac_tag
e5a52504 17676
42ecbf5e 17677
81ecdfbb 17678as_fn_exit 0
42ecbf5e 17679_ACEOF
42ecbf5e
DJ
17680ac_clean_files=$ac_clean_files_save
17681
81ecdfbb 17682test $ac_write_fail = 0 ||
d0ac1c44 17683 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 17684
42ecbf5e
DJ
17685
17686# configure is writing to config.log, and then calls config.status.
17687# config.status does its own redirection, appending to config.log.
17688# Unfortunately, on DOS this fails, as config.log is still kept open
17689# by configure, so config.status won't be able to write to it; its
17690# output is simply discarded. So we exec the FD to /dev/null,
17691# effectively closing config.log, so it can be properly (re)opened and
17692# appended to by config.status. When coming back to configure, we
17693# need to make the FD available again.
17694if test "$no_create" != yes; then
17695 ac_cs_success=:
17696 ac_config_status_args=
17697 test "$silent" = yes &&
17698 ac_config_status_args="$ac_config_status_args --quiet"
17699 exec 5>/dev/null
17700 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17701 exec 5>>config.log
17702 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17703 # would make configure fail if this is the last instruction.
d0ac1c44 17704 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
17705fi
17706if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17708$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 17709fi
252b5132 17710