]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgo/configure
testsuite - Require alias support for pr90760.
[thirdparty/gcc.git] / libgo / configure
CommitLineData
e440a328 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
ea2e69a4 3# Generated by GNU Autoconf 2.69 for package-unused version-unused.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
e440a328 7#
e440a328 8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
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 :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
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 }
79fi
80
81
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.
ea2e69a4 90as_myself=
e440a328 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
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
ea2e69a4 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;}
e440a328 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
ea2e69a4 193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
e440a328 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
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"
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
219do
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 :
ea2e69a4 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
e440a328 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."
274 else
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."
279 fi
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"
ea2e69a4 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
e440a328 364
365
366} # as_fn_mkdir_p
ea2e69a4 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
e440a328 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
410
ea2e69a4 411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
e440a328 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
ea2e69a4 415# script with STATUS, using 1 if that was 0.
e440a328 416as_fn_error ()
417{
ea2e69a4 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
e440a328 422 fi
ea2e69a4 423 $as_echo "$as_me: error: $2" >&2
e440a328 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
429 as_expr=expr
430else
431 as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436else
437 as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
445
446as_me=`$as_basename -- "$0" ||
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
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'`
464
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
472
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 |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
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; }
495
ea2e69a4 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
e440a328 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
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506}
507
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';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527fi
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
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.
ea2e69a4 534 # In both cases, we have to default to `cp -pR'.
e440a328 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
ea2e69a4 536 as_ln_s='cp -pR'
e440a328 537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
ea2e69a4 540 as_ln_s='cp -pR'
e440a328 541 fi
542else
ea2e69a4 543 as_ln_s='cp -pR'
e440a328 544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
ea2e69a4 555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
e440a328 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
564SHELL=${CONFIG_SHELL-/bin/sh}
565
566
ea2e69a4 567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
e440a328 569
570# Name of the host.
ea2e69a4 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
e440a328 572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME='package-unused'
589PACKAGE_TARNAME='libgo'
590PACKAGE_VERSION='version-unused'
591PACKAGE_STRING='package-unused version-unused'
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
594
595ac_unique_file="Makefile.am"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
599#ifdef HAVE_SYS_TYPES_H
600# include <sys/types.h>
601#endif
602#ifdef HAVE_SYS_STAT_H
603# include <sys/stat.h>
604#endif
605#ifdef STDC_HEADERS
606# include <stdlib.h>
607# include <stddef.h>
608#else
609# ifdef HAVE_STDLIB_H
610# include <stdlib.h>
611# endif
612#endif
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
619#ifdef HAVE_STRINGS_H
620# include <strings.h>
621#endif
622#ifdef HAVE_INTTYPES_H
623# include <inttypes.h>
624#endif
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
629# include <unistd.h>
630#endif"
631
632ac_subst_vars='am__EXEEXT_FALSE
633am__EXEEXT_TRUE
634LTLIBOBJS
635LIBOBJS
8dcdfb38 636HAVE_STAT_TIMESPEC_FALSE
637HAVE_STAT_TIMESPEC_TRUE
d772e63b 638STRUCT_EPOLL_EVENT_FD_OFFSET
639SIZEOF_STRUCT_EPOLL_EVENT
68e1881d 640MATH_FLAG
e440a328 641STRINGOPS_FLAG
37d6b690 642HAVE_WAIT4_FALSE
643HAVE_WAIT4_TRUE
ccd3f476 644HAVE_STRERROR_R_FALSE
645HAVE_STRERROR_R_TRUE
e440a328 646HAVE_SYS_MMAN_H_FALSE
647HAVE_SYS_MMAN_H_TRUE
f555a9df 648PTHREAD_LIBS
649PTHREAD_CFLAGS
cea7ac49 650NET_LIBS
7d17fab3 651MATH_LIBS
b5f8bff0 652GOC_IS_LLGO_FALSE
653GOC_IS_LLGO_TRUE
242418a3 654GO_SPLIT_STACK
e440a328 655USING_SPLIT_STACK_FALSE
656USING_SPLIT_STACK_TRUE
657SPLIT_STACK
f7b28005 658HWCAP_CFLAGS
69db433d 659OSCFLAGS
d477de41 660GO_SYSCALL_OS_ARCH_FILE
661GO_SYSCALL_OS_FILE
662GO_LIBCALL_OS_ARCH_FILE
663GO_LIBCALL_OS_FILE
72301c00 664FUNCTION_DESCRIPTORS
91d733e1 665ALLGOARCHFAMILY
666ALLGOARCH
7731bf71 667GOARCH
6222f4a8 668USE_DEJAGNU
91d733e1 669ALLGOOS
7731bf71 670GOOS
be239ed2 671LIBGO_IS_BSD_FALSE
672LIBGO_IS_BSD_TRUE
c6ad139d 673LIBGO_IS_HURD_FALSE
674LIBGO_IS_HURD_TRUE
03118c21 675LIBGO_IS_AIX_FALSE
676LIBGO_IS_AIX_TRUE
cea7ac49 677LIBGO_IS_SOLARIS_FALSE
678LIBGO_IS_SOLARIS_TRUE
e440a328 679LIBGO_IS_RTEMS_FALSE
680LIBGO_IS_RTEMS_TRUE
0ce10ea1 681LIBGO_IS_DRAGONFLY_FALSE
682LIBGO_IS_DRAGONFLY_TRUE
fb08d005 683LIBGO_IS_OPENBSD_FALSE
684LIBGO_IS_OPENBSD_TRUE
86240434 685LIBGO_IS_NETBSD_FALSE
686LIBGO_IS_NETBSD_TRUE
e440a328 687LIBGO_IS_LINUX_FALSE
688LIBGO_IS_LINUX_TRUE
524b52f8 689LIBGO_IS_IRIX_FALSE
690LIBGO_IS_IRIX_TRUE
e440a328 691LIBGO_IS_FREEBSD_FALSE
692LIBGO_IS_FREEBSD_TRUE
693LIBGO_IS_DARWIN_FALSE
694LIBGO_IS_DARWIN_TRUE
4180345a 695go_include
7920387d 696LIBATOMIC
63e457ad 697USE_LIBFFI_FALSE
698USE_LIBFFI_TRUE
e440a328 699LIBFFIINCS
700LIBFFI
61efdf66 701nover_glibgo_toolexeclibdir
e440a328 702glibgo_toolexeclibdir
703glibgo_toolexecdir
e440a328 704WERROR
705WARN_FLAGS
a27e1015 706CC_FOR_BUILD
e440a328 707enable_static
708enable_shared
c9c0c1d2 709CPP
e440a328 710OTOOL64
711OTOOL
712LIPO
713NMEDIT
714DSYMUTIL
715AR
716OBJDUMP
717LN_S
718NM
719ac_ct_DUMPBIN
720DUMPBIN
721LIBTOOL
722OBJCOPY
723RANLIB
724LD
725FGREP
726EGREP
727GREP
c9c0c1d2 728SED
e440a328 729MAINT
730MAINTAINER_MODE_FALSE
731MAINTAINER_MODE_TRUE
4c768386 732am__fastdepCCAS_FALSE
733am__fastdepCCAS_TRUE
734CCASDEPMODE
735CCASFLAGS
736CCAS
ea2e69a4 737GOFLAGS
e440a328 738GOC
739am__fastdepCC_FALSE
740am__fastdepCC_TRUE
741CCDEPMODE
e92f1942 742am__nodep
e440a328 743AMDEPBACKSLASH
744AMDEP_FALSE
745AMDEP_TRUE
746am__quote
747am__include
748DEPDIR
749OBJEXT
750EXEEXT
751ac_ct_CC
752CPPFLAGS
753LDFLAGS
754CFLAGS
755CC
ea2e69a4 756AM_BACKSLASH
757AM_DEFAULT_VERBOSITY
758AM_DEFAULT_V
759AM_V
e440a328 760am__untar
761am__tar
762AMTAR
763am__leading_dot
764SET_MAKE
765AWK
766mkdir_p
767MKDIR_P
768INSTALL_STRIP_PROGRAM
769STRIP
770install_sh
771MAKEINFO
772AUTOHEADER
773AUTOMAKE
774AUTOCONF
775ACLOCAL
776VERSION
777PACKAGE
778CYGPATH_W
779am__isrc
780INSTALL_DATA
781INSTALL_SCRIPT
782INSTALL_PROGRAM
783target_os
784target_vendor
785target_cpu
786target
787host_os
788host_vendor
789host_cpu
790host
791build_os
792build_vendor
793build_cpu
794build
795multi_basedir
796libtool_VERSION
797target_alias
798host_alias
799build_alias
800LIBS
801ECHO_T
802ECHO_N
803ECHO_C
804DEFS
805mandir
806localedir
807libdir
808psdir
809pdfdir
810dvidir
811htmldir
812infodir
813docdir
814oldincludedir
815includedir
816localstatedir
817sharedstatedir
818sysconfdir
819datadir
820datarootdir
821libexecdir
822sbindir
823bindir
824program_transform_name
825prefix
826exec_prefix
827PACKAGE_URL
828PACKAGE_BUGREPORT
829PACKAGE_STRING
830PACKAGE_VERSION
831PACKAGE_TARNAME
832PACKAGE_NAME
833PATH_SEPARATOR
834SHELL'
835ac_subst_files=''
836ac_user_opts='
837enable_option_checking
838enable_multilib
ea2e69a4 839enable_silent_rules
e440a328 840enable_dependency_tracking
841enable_maintainer_mode
842with_gnu_ld
843enable_shared
844enable_static
845with_pic
846enable_fast_install
847enable_libtool_lock
75935341 848enable_werror
e440a328 849enable_version_specific_runtime_libs
850with_libffi
7920387d 851with_libatomic
4a273582 852with_system_libunwind
e440a328 853'
854 ac_precious_vars='build_alias
855host_alias
856target_alias
857CPP
858CPPFLAGS'
859
860
861# Initialize some variables set by options.
862ac_init_help=
863ac_init_version=false
864ac_unrecognized_opts=
865ac_unrecognized_sep=
866# The variables have the same names as the options, with
867# dashes changed to underlines.
868cache_file=/dev/null
869exec_prefix=NONE
870no_create=
871no_recursion=
872prefix=NONE
873program_prefix=NONE
874program_suffix=NONE
875program_transform_name=s,x,x,
876silent=
877site=
878srcdir=
879verbose=
880x_includes=NONE
881x_libraries=NONE
882
883# Installation directory options.
884# These are left unexpanded so users can "make install exec_prefix=/foo"
885# and all the variables that are supposed to be based on exec_prefix
886# by default will actually change.
887# Use braces instead of parens because sh, perl, etc. also accept them.
888# (The list follows the same order as the GNU Coding Standards.)
889bindir='${exec_prefix}/bin'
890sbindir='${exec_prefix}/sbin'
891libexecdir='${exec_prefix}/libexec'
892datarootdir='${prefix}/share'
893datadir='${datarootdir}'
894sysconfdir='${prefix}/etc'
895sharedstatedir='${prefix}/com'
896localstatedir='${prefix}/var'
897includedir='${prefix}/include'
898oldincludedir='/usr/include'
899docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
900infodir='${datarootdir}/info'
901htmldir='${docdir}'
902dvidir='${docdir}'
903pdfdir='${docdir}'
904psdir='${docdir}'
905libdir='${exec_prefix}/lib'
906localedir='${datarootdir}/locale'
907mandir='${datarootdir}/man'
908
909ac_prev=
910ac_dashdash=
911for ac_option
912do
913 # If the previous option needs an argument, assign it.
914 if test -n "$ac_prev"; then
915 eval $ac_prev=\$ac_option
916 ac_prev=
917 continue
918 fi
919
920 case $ac_option in
ea2e69a4 921 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
922 *=) ac_optarg= ;;
923 *) ac_optarg=yes ;;
e440a328 924 esac
925
926 # Accept the important Cygnus configure options, so we can diagnose typos.
927
928 case $ac_dashdash$ac_option in
929 --)
930 ac_dashdash=yes ;;
931
932 -bindir | --bindir | --bindi | --bind | --bin | --bi)
933 ac_prev=bindir ;;
934 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
935 bindir=$ac_optarg ;;
936
937 -build | --build | --buil | --bui | --bu)
938 ac_prev=build_alias ;;
939 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
940 build_alias=$ac_optarg ;;
941
942 -cache-file | --cache-file | --cache-fil | --cache-fi \
943 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
944 ac_prev=cache_file ;;
945 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
946 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
947 cache_file=$ac_optarg ;;
948
949 --config-cache | -C)
950 cache_file=config.cache ;;
951
952 -datadir | --datadir | --datadi | --datad)
953 ac_prev=datadir ;;
954 -datadir=* | --datadir=* | --datadi=* | --datad=*)
955 datadir=$ac_optarg ;;
956
957 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
958 | --dataroo | --dataro | --datar)
959 ac_prev=datarootdir ;;
960 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
961 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
962 datarootdir=$ac_optarg ;;
963
964 -disable-* | --disable-*)
965 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
966 # Reject names that are not valid shell variable names.
967 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
ea2e69a4 968 as_fn_error $? "invalid feature name: $ac_useropt"
e440a328 969 ac_useropt_orig=$ac_useropt
970 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
971 case $ac_user_opts in
972 *"
973"enable_$ac_useropt"
974"*) ;;
975 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
976 ac_unrecognized_sep=', ';;
977 esac
978 eval enable_$ac_useropt=no ;;
979
980 -docdir | --docdir | --docdi | --doc | --do)
981 ac_prev=docdir ;;
982 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
983 docdir=$ac_optarg ;;
984
985 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
986 ac_prev=dvidir ;;
987 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
988 dvidir=$ac_optarg ;;
989
990 -enable-* | --enable-*)
991 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
992 # Reject names that are not valid shell variable names.
993 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
ea2e69a4 994 as_fn_error $? "invalid feature name: $ac_useropt"
e440a328 995 ac_useropt_orig=$ac_useropt
996 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
997 case $ac_user_opts in
998 *"
999"enable_$ac_useropt"
1000"*) ;;
1001 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1002 ac_unrecognized_sep=', ';;
1003 esac
1004 eval enable_$ac_useropt=\$ac_optarg ;;
1005
1006 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1007 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1008 | --exec | --exe | --ex)
1009 ac_prev=exec_prefix ;;
1010 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1011 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1012 | --exec=* | --exe=* | --ex=*)
1013 exec_prefix=$ac_optarg ;;
1014
1015 -gas | --gas | --ga | --g)
1016 # Obsolete; use --with-gas.
1017 with_gas=yes ;;
1018
1019 -help | --help | --hel | --he | -h)
1020 ac_init_help=long ;;
1021 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1022 ac_init_help=recursive ;;
1023 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1024 ac_init_help=short ;;
1025
1026 -host | --host | --hos | --ho)
1027 ac_prev=host_alias ;;
1028 -host=* | --host=* | --hos=* | --ho=*)
1029 host_alias=$ac_optarg ;;
1030
1031 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1032 ac_prev=htmldir ;;
1033 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1034 | --ht=*)
1035 htmldir=$ac_optarg ;;
1036
1037 -includedir | --includedir | --includedi | --included | --include \
1038 | --includ | --inclu | --incl | --inc)
1039 ac_prev=includedir ;;
1040 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1041 | --includ=* | --inclu=* | --incl=* | --inc=*)
1042 includedir=$ac_optarg ;;
1043
1044 -infodir | --infodir | --infodi | --infod | --info | --inf)
1045 ac_prev=infodir ;;
1046 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1047 infodir=$ac_optarg ;;
1048
1049 -libdir | --libdir | --libdi | --libd)
1050 ac_prev=libdir ;;
1051 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1052 libdir=$ac_optarg ;;
1053
1054 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1055 | --libexe | --libex | --libe)
1056 ac_prev=libexecdir ;;
1057 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1058 | --libexe=* | --libex=* | --libe=*)
1059 libexecdir=$ac_optarg ;;
1060
1061 -localedir | --localedir | --localedi | --localed | --locale)
1062 ac_prev=localedir ;;
1063 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1064 localedir=$ac_optarg ;;
1065
1066 -localstatedir | --localstatedir | --localstatedi | --localstated \
1067 | --localstate | --localstat | --localsta | --localst | --locals)
1068 ac_prev=localstatedir ;;
1069 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1070 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1071 localstatedir=$ac_optarg ;;
1072
1073 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1074 ac_prev=mandir ;;
1075 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1076 mandir=$ac_optarg ;;
1077
1078 -nfp | --nfp | --nf)
1079 # Obsolete; use --without-fp.
1080 with_fp=no ;;
1081
1082 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1083 | --no-cr | --no-c | -n)
1084 no_create=yes ;;
1085
1086 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1087 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1088 no_recursion=yes ;;
1089
1090 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1091 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1092 | --oldin | --oldi | --old | --ol | --o)
1093 ac_prev=oldincludedir ;;
1094 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1095 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1096 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1097 oldincludedir=$ac_optarg ;;
1098
1099 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1100 ac_prev=prefix ;;
1101 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1102 prefix=$ac_optarg ;;
1103
1104 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1105 | --program-pre | --program-pr | --program-p)
1106 ac_prev=program_prefix ;;
1107 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1108 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1109 program_prefix=$ac_optarg ;;
1110
1111 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1112 | --program-suf | --program-su | --program-s)
1113 ac_prev=program_suffix ;;
1114 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1115 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1116 program_suffix=$ac_optarg ;;
1117
1118 -program-transform-name | --program-transform-name \
1119 | --program-transform-nam | --program-transform-na \
1120 | --program-transform-n | --program-transform- \
1121 | --program-transform | --program-transfor \
1122 | --program-transfo | --program-transf \
1123 | --program-trans | --program-tran \
1124 | --progr-tra | --program-tr | --program-t)
1125 ac_prev=program_transform_name ;;
1126 -program-transform-name=* | --program-transform-name=* \
1127 | --program-transform-nam=* | --program-transform-na=* \
1128 | --program-transform-n=* | --program-transform-=* \
1129 | --program-transform=* | --program-transfor=* \
1130 | --program-transfo=* | --program-transf=* \
1131 | --program-trans=* | --program-tran=* \
1132 | --progr-tra=* | --program-tr=* | --program-t=*)
1133 program_transform_name=$ac_optarg ;;
1134
1135 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1136 ac_prev=pdfdir ;;
1137 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1138 pdfdir=$ac_optarg ;;
1139
1140 -psdir | --psdir | --psdi | --psd | --ps)
1141 ac_prev=psdir ;;
1142 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1143 psdir=$ac_optarg ;;
1144
1145 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1146 | -silent | --silent | --silen | --sile | --sil)
1147 silent=yes ;;
1148
1149 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1150 ac_prev=sbindir ;;
1151 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1152 | --sbi=* | --sb=*)
1153 sbindir=$ac_optarg ;;
1154
1155 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1156 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1157 | --sharedst | --shareds | --shared | --share | --shar \
1158 | --sha | --sh)
1159 ac_prev=sharedstatedir ;;
1160 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1161 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1162 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1163 | --sha=* | --sh=*)
1164 sharedstatedir=$ac_optarg ;;
1165
1166 -site | --site | --sit)
1167 ac_prev=site ;;
1168 -site=* | --site=* | --sit=*)
1169 site=$ac_optarg ;;
1170
1171 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1172 ac_prev=srcdir ;;
1173 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1174 srcdir=$ac_optarg ;;
1175
1176 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1177 | --syscon | --sysco | --sysc | --sys | --sy)
1178 ac_prev=sysconfdir ;;
1179 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1180 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1181 sysconfdir=$ac_optarg ;;
1182
1183 -target | --target | --targe | --targ | --tar | --ta | --t)
1184 ac_prev=target_alias ;;
1185 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1186 target_alias=$ac_optarg ;;
1187
1188 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1189 verbose=yes ;;
1190
1191 -version | --version | --versio | --versi | --vers | -V)
1192 ac_init_version=: ;;
1193
1194 -with-* | --with-*)
1195 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1196 # Reject names that are not valid shell variable names.
1197 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
ea2e69a4 1198 as_fn_error $? "invalid package name: $ac_useropt"
e440a328 1199 ac_useropt_orig=$ac_useropt
1200 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1201 case $ac_user_opts in
1202 *"
1203"with_$ac_useropt"
1204"*) ;;
1205 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1206 ac_unrecognized_sep=', ';;
1207 esac
1208 eval with_$ac_useropt=\$ac_optarg ;;
1209
1210 -without-* | --without-*)
1211 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1212 # Reject names that are not valid shell variable names.
1213 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
ea2e69a4 1214 as_fn_error $? "invalid package name: $ac_useropt"
e440a328 1215 ac_useropt_orig=$ac_useropt
1216 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1217 case $ac_user_opts in
1218 *"
1219"with_$ac_useropt"
1220"*) ;;
1221 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1222 ac_unrecognized_sep=', ';;
1223 esac
1224 eval with_$ac_useropt=no ;;
1225
1226 --x)
1227 # Obsolete; use --with-x.
1228 with_x=yes ;;
1229
1230 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1231 | --x-incl | --x-inc | --x-in | --x-i)
1232 ac_prev=x_includes ;;
1233 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1234 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1235 x_includes=$ac_optarg ;;
1236
1237 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1238 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1239 ac_prev=x_libraries ;;
1240 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1241 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1242 x_libraries=$ac_optarg ;;
1243
ea2e69a4 1244 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1245Try \`$0 --help' for more information"
e440a328 1246 ;;
1247
1248 *=*)
1249 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1250 # Reject names that are not valid shell variable names.
1251 case $ac_envvar in #(
1252 '' | [0-9]* | *[!_$as_cr_alnum]* )
ea2e69a4 1253 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
e440a328 1254 esac
1255 eval $ac_envvar=\$ac_optarg
1256 export $ac_envvar ;;
1257
1258 *)
1259 # FIXME: should be removed in autoconf 3.0.
1260 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1261 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1262 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
ea2e69a4 1263 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
e440a328 1264 ;;
1265
1266 esac
1267done
1268
1269if test -n "$ac_prev"; then
1270 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ea2e69a4 1271 as_fn_error $? "missing argument to $ac_option"
e440a328 1272fi
1273
1274if test -n "$ac_unrecognized_opts"; then
1275 case $enable_option_checking in
1276 no) ;;
ea2e69a4 1277 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
e440a328 1278 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1279 esac
1280fi
1281
1282# Check all directory arguments for consistency.
1283for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1284 datadir sysconfdir sharedstatedir localstatedir includedir \
1285 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
5b95508c 1286 libdir localedir mandir
e440a328 1287do
1288 eval ac_val=\$$ac_var
1289 # Remove trailing slashes.
1290 case $ac_val in
1291 */ )
1292 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1293 eval $ac_var=\$ac_val;;
1294 esac
1295 # Be sure to have absolute directory names.
1296 case $ac_val in
1297 [\\/$]* | ?:[\\/]* ) continue;;
1298 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1299 esac
ea2e69a4 1300 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
e440a328 1301done
1302
1303# There might be people who depend on the old broken behavior: `$host'
1304# used to hold the argument of --host etc.
1305# FIXME: To remove some day.
1306build=$build_alias
1307host=$host_alias
1308target=$target_alias
1309
1310# FIXME: To remove some day.
1311if test "x$host_alias" != x; then
1312 if test "x$build_alias" = x; then
1313 cross_compiling=maybe
e440a328 1314 elif test "x$build_alias" != "x$host_alias"; then
1315 cross_compiling=yes
1316 fi
1317fi
1318
1319ac_tool_prefix=
1320test -n "$host_alias" && ac_tool_prefix=$host_alias-
1321
1322test "$silent" = yes && exec 6>/dev/null
1323
1324
1325ac_pwd=`pwd` && test -n "$ac_pwd" &&
1326ac_ls_di=`ls -di .` &&
1327ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ea2e69a4 1328 as_fn_error $? "working directory cannot be determined"
e440a328 1329test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
ea2e69a4 1330 as_fn_error $? "pwd does not report name of working directory"
e440a328 1331
1332
1333# Find the source files, if location was not specified.
1334if test -z "$srcdir"; then
1335 ac_srcdir_defaulted=yes
1336 # Try the directory containing this script, then the parent directory.
1337 ac_confdir=`$as_dirname -- "$as_myself" ||
1338$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1339 X"$as_myself" : 'X\(//\)[^/]' \| \
1340 X"$as_myself" : 'X\(//\)$' \| \
1341 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1342$as_echo X"$as_myself" |
1343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1344 s//\1/
1345 q
1346 }
1347 /^X\(\/\/\)[^/].*/{
1348 s//\1/
1349 q
1350 }
1351 /^X\(\/\/\)$/{
1352 s//\1/
1353 q
1354 }
1355 /^X\(\/\).*/{
1356 s//\1/
1357 q
1358 }
1359 s/.*/./; q'`
1360 srcdir=$ac_confdir
1361 if test ! -r "$srcdir/$ac_unique_file"; then
1362 srcdir=..
1363 fi
1364else
1365 ac_srcdir_defaulted=no
1366fi
1367if test ! -r "$srcdir/$ac_unique_file"; then
1368 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
ea2e69a4 1369 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
e440a328 1370fi
1371ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1372ac_abs_confdir=`(
ea2e69a4 1373 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
e440a328 1374 pwd)`
1375# When building in place, set srcdir=.
1376if test "$ac_abs_confdir" = "$ac_pwd"; then
1377 srcdir=.
1378fi
1379# Remove unnecessary trailing slashes from srcdir.
1380# Double slashes in file names in object file debugging info
1381# mess up M-x gdb in Emacs.
1382case $srcdir in
1383*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1384esac
1385for ac_var in $ac_precious_vars; do
1386 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1387 eval ac_env_${ac_var}_value=\$${ac_var}
1388 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1389 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1390done
1391
1392#
1393# Report the --help message.
1394#
1395if test "$ac_init_help" = "long"; then
1396 # Omit some internal or obsolete options to make the list less imposing.
1397 # This message is too long to be a string in the A/UX 3.1 sh.
1398 cat <<_ACEOF
1399\`configure' configures package-unused version-unused to adapt to many kinds of systems.
1400
1401Usage: $0 [OPTION]... [VAR=VALUE]...
1402
1403To assign environment variables (e.g., CC, CFLAGS...), specify them as
1404VAR=VALUE. See below for descriptions of some of the useful variables.
1405
1406Defaults for the options are specified in brackets.
1407
1408Configuration:
1409 -h, --help display this help and exit
1410 --help=short display options specific to this package
1411 --help=recursive display the short help of all the included packages
1412 -V, --version display version information and exit
ea2e69a4 1413 -q, --quiet, --silent do not print \`checking ...' messages
e440a328 1414 --cache-file=FILE cache test results in FILE [disabled]
1415 -C, --config-cache alias for \`--cache-file=config.cache'
1416 -n, --no-create do not create output files
1417 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1418
1419Installation directories:
1420 --prefix=PREFIX install architecture-independent files in PREFIX
1421 [$ac_default_prefix]
1422 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1423 [PREFIX]
1424
1425By default, \`make install' will install all the files in
1426\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1427an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1428for instance \`--prefix=\$HOME'.
1429
1430For better control, use the options below.
1431
1432Fine tuning of the installation directories:
1433 --bindir=DIR user executables [EPREFIX/bin]
1434 --sbindir=DIR system admin executables [EPREFIX/sbin]
1435 --libexecdir=DIR program executables [EPREFIX/libexec]
1436 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1437 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1438 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1439 --libdir=DIR object code libraries [EPREFIX/lib]
1440 --includedir=DIR C header files [PREFIX/include]
1441 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1442 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1443 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1444 --infodir=DIR info documentation [DATAROOTDIR/info]
1445 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1446 --mandir=DIR man documentation [DATAROOTDIR/man]
1447 --docdir=DIR documentation root [DATAROOTDIR/doc/libgo]
1448 --htmldir=DIR html documentation [DOCDIR]
1449 --dvidir=DIR dvi documentation [DOCDIR]
1450 --pdfdir=DIR pdf documentation [DOCDIR]
1451 --psdir=DIR ps documentation [DOCDIR]
1452_ACEOF
1453
1454 cat <<\_ACEOF
1455
1456Program names:
1457 --program-prefix=PREFIX prepend PREFIX to installed program names
1458 --program-suffix=SUFFIX append SUFFIX to installed program names
1459 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1460
1461System types:
1462 --build=BUILD configure for building on BUILD [guessed]
1463 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1464 --target=TARGET configure for building compilers for TARGET [HOST]
1465_ACEOF
1466fi
1467
1468if test -n "$ac_init_help"; then
1469 case $ac_init_help in
1470 short | recursive ) echo "Configuration of package-unused version-unused:";;
1471 esac
1472 cat <<\_ACEOF
1473
1474Optional Features:
1475 --disable-option-checking ignore unrecognized --enable/--with options
1476 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1477 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1478 --enable-multilib build many library versions (default)
ea2e69a4 1479 --enable-silent-rules less verbose build output (undo: "make V=1")
1480 --disable-silent-rules verbose build output (undo: "make V=0")
1481 --enable-dependency-tracking
1482 do not reject slow dependency extractors
1483 --disable-dependency-tracking
1484 speeds up one-time build
1485 --enable-maintainer-mode
1486 enable make rules and dependencies not useful (and
1487 sometimes confusing) to the casual installer
e440a328 1488 --enable-shared[=PKGS] build shared libraries [default=yes]
1489 --enable-static[=PKGS] build static libraries [default=yes]
1490 --enable-fast-install[=PKGS]
1491 optimize for fast installation [default=yes]
1492 --disable-libtool-lock avoid locking (might break parallel builds)
75935341 1493 --enable-werror turns on -Werror [default=yes]
e440a328 1494 --enable-version-specific-runtime-libs
1495 Specify that runtime libraries should be installed
1496 in a compiler-specific directory
1497
1498Optional Packages:
1499 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1500 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1501 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1502 --with-pic try to use only PIC/non-PIC objects [default=use
1503 both]
1504 --without-libffi don't use libffi
7920387d 1505 --without-libatomic don't use libatomic
4a273582 1506 --with-system-libunwind use installed libunwind
e440a328 1507
1508Some influential environment variables:
1509 CC C compiler command
1510 CFLAGS C compiler flags
1511 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1512 nonstandard directory <lib dir>
1513 LIBS libraries to pass to the linker, e.g. -l<library>
ea2e69a4 1514 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
e440a328 1515 you have headers in a nonstandard directory <include dir>
1516 GOC Go compiler command
ea2e69a4 1517 GOFLAGS Go compiler flags
4c768386 1518 CCAS assembler compiler command (defaults to CC)
1519 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
e440a328 1520 CPP C preprocessor
1521
1522Use these variables to override the choices made by `configure' or to help
1523it to find libraries and programs with nonstandard names/locations.
1524
1525Report bugs to the package provider.
1526_ACEOF
1527ac_status=$?
1528fi
1529
1530if test "$ac_init_help" = "recursive"; then
1531 # If there are subdirs, report their specific --help.
1532 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1533 test -d "$ac_dir" ||
1534 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1535 continue
1536 ac_builddir=.
1537
1538case "$ac_dir" in
1539.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1540*)
1541 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1542 # A ".." for each directory in $ac_dir_suffix.
1543 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1544 case $ac_top_builddir_sub in
1545 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1546 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1547 esac ;;
1548esac
1549ac_abs_top_builddir=$ac_pwd
1550ac_abs_builddir=$ac_pwd$ac_dir_suffix
1551# for backward compatibility:
1552ac_top_builddir=$ac_top_build_prefix
1553
1554case $srcdir in
1555 .) # We are building in place.
1556 ac_srcdir=.
1557 ac_top_srcdir=$ac_top_builddir_sub
1558 ac_abs_top_srcdir=$ac_pwd ;;
1559 [\\/]* | ?:[\\/]* ) # Absolute name.
1560 ac_srcdir=$srcdir$ac_dir_suffix;
1561 ac_top_srcdir=$srcdir
1562 ac_abs_top_srcdir=$srcdir ;;
1563 *) # Relative name.
1564 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1565 ac_top_srcdir=$ac_top_build_prefix$srcdir
1566 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1567esac
1568ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1569
1570 cd "$ac_dir" || { ac_status=$?; continue; }
1571 # Check for guested configure.
1572 if test -f "$ac_srcdir/configure.gnu"; then
1573 echo &&
1574 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1575 elif test -f "$ac_srcdir/configure"; then
1576 echo &&
1577 $SHELL "$ac_srcdir/configure" --help=recursive
1578 else
1579 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1580 fi || ac_status=$?
1581 cd "$ac_pwd" || { ac_status=$?; break; }
1582 done
1583fi
1584
1585test -n "$ac_init_help" && exit $ac_status
1586if $ac_init_version; then
1587 cat <<\_ACEOF
1588package-unused configure version-unused
ea2e69a4 1589generated by GNU Autoconf 2.69
e440a328 1590
ea2e69a4 1591Copyright (C) 2012 Free Software Foundation, Inc.
e440a328 1592This configure script is free software; the Free Software Foundation
1593gives unlimited permission to copy, distribute and modify it.
1594_ACEOF
1595 exit
1596fi
1597
1598## ------------------------ ##
1599## Autoconf initialization. ##
1600## ------------------------ ##
1601
1602# ac_fn_c_try_compile LINENO
1603# --------------------------
1604# Try to compile conftest.$ac_ext, and return whether this succeeded.
1605ac_fn_c_try_compile ()
1606{
1607 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1608 rm -f conftest.$ac_objext
1609 if { { ac_try="$ac_compile"
1610case "(($ac_try" in
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612 *) ac_try_echo=$ac_try;;
1613esac
1614eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615$as_echo "$ac_try_echo"; } >&5
1616 (eval "$ac_compile") 2>conftest.err
1617 ac_status=$?
1618 if test -s conftest.err; then
1619 grep -v '^ *+' conftest.err >conftest.er1
1620 cat conftest.er1 >&5
1621 mv -f conftest.er1 conftest.err
1622 fi
1623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1624 test $ac_status = 0; } && {
1625 test -z "$ac_c_werror_flag" ||
1626 test ! -s conftest.err
1627 } && test -s conftest.$ac_objext; then :
1628 ac_retval=0
1629else
1630 $as_echo "$as_me: failed program was:" >&5
1631sed 's/^/| /' conftest.$ac_ext >&5
1632
1633 ac_retval=1
1634fi
ea2e69a4 1635 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1636 as_fn_set_status $ac_retval
e440a328 1637
1638} # ac_fn_c_try_compile
1639
c9c0c1d2 1640# ac_fn_c_try_link LINENO
1641# -----------------------
1642# Try to link conftest.$ac_ext, and return whether this succeeded.
1643ac_fn_c_try_link ()
e440a328 1644{
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
c9c0c1d2 1646 rm -f conftest.$ac_objext conftest$ac_exeext
1647 if { { ac_try="$ac_link"
e440a328 1648case "(($ac_try" in
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1651esac
1652eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653$as_echo "$ac_try_echo"; } >&5
c9c0c1d2 1654 (eval "$ac_link") 2>conftest.err
e440a328 1655 ac_status=$?
1656 if test -s conftest.err; then
1657 grep -v '^ *+' conftest.err >conftest.er1
1658 cat conftest.er1 >&5
1659 mv -f conftest.er1 conftest.err
1660 fi
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
c9c0c1d2 1662 test $ac_status = 0; } && {
1663 test -z "$ac_c_werror_flag" ||
e440a328 1664 test ! -s conftest.err
c9c0c1d2 1665 } && test -s conftest$ac_exeext && {
1666 test "$cross_compiling" = yes ||
ea2e69a4 1667 test -x conftest$ac_exeext
e440a328 1668 }; then :
1669 ac_retval=0
1670else
1671 $as_echo "$as_me: failed program was:" >&5
1672sed 's/^/| /' conftest.$ac_ext >&5
1673
c9c0c1d2 1674 ac_retval=1
e440a328 1675fi
c9c0c1d2 1676 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1677 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1678 # interfere with the next link command; also delete a directory that is
1679 # left behind by Apple's compiler. We do this before executing the actions.
e440a328 1680 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
ea2e69a4 1681 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1682 as_fn_set_status $ac_retval
e440a328 1683
c9c0c1d2 1684} # ac_fn_c_try_link
e440a328 1685
1686# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1687# -------------------------------------------------------
1688# Tests whether HEADER exists and can be compiled using the include files in
1689# INCLUDES, setting the cache variable VAR accordingly.
1690ac_fn_c_check_header_compile ()
1691{
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1694$as_echo_n "checking for $2... " >&6; }
ea2e69a4 1695if eval \${$3+:} false; then :
e440a328 1696 $as_echo_n "(cached) " >&6
1697else
1698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1699/* end confdefs.h. */
1700$4
1701#include <$2>
1702_ACEOF
1703if ac_fn_c_try_compile "$LINENO"; then :
1704 eval "$3=yes"
1705else
1706 eval "$3=no"
1707fi
1708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1709fi
1710eval ac_res=\$$3
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1712$as_echo "$ac_res" >&6; }
ea2e69a4 1713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
e440a328 1714
1715} # ac_fn_c_check_header_compile
1716
c9c0c1d2 1717# ac_fn_c_try_cpp LINENO
1718# ----------------------
1719# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1720ac_fn_c_try_cpp ()
e440a328 1721{
1722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
c9c0c1d2 1723 if { { ac_try="$ac_cpp conftest.$ac_ext"
e440a328 1724case "(($ac_try" in
1725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1726 *) ac_try_echo=$ac_try;;
1727esac
1728eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1729$as_echo "$ac_try_echo"; } >&5
c9c0c1d2 1730 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
e440a328 1731 ac_status=$?
1732 if test -s conftest.err; then
1733 grep -v '^ *+' conftest.err >conftest.er1
1734 cat conftest.er1 >&5
1735 mv -f conftest.er1 conftest.err
1736 fi
1737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
ea2e69a4 1738 test $ac_status = 0; } > conftest.i && {
c9c0c1d2 1739 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
e440a328 1740 test ! -s conftest.err
1741 }; then :
1742 ac_retval=0
1743else
1744 $as_echo "$as_me: failed program was:" >&5
1745sed 's/^/| /' conftest.$ac_ext >&5
1746
c9c0c1d2 1747 ac_retval=1
1748fi
ea2e69a4 1749 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1750 as_fn_set_status $ac_retval
c9c0c1d2 1751
1752} # ac_fn_c_try_cpp
1753
1754# ac_fn_c_try_run LINENO
1755# ----------------------
1756# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1757# that executables *can* be run.
1758ac_fn_c_try_run ()
1759{
1760 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1761 if { { ac_try="$ac_link"
1762case "(($ac_try" in
1763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1764 *) ac_try_echo=$ac_try;;
1765esac
1766eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1767$as_echo "$ac_try_echo"; } >&5
1768 (eval "$ac_link") 2>&5
1769 ac_status=$?
1770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1771 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1772 { { case "(($ac_try" in
1773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1774 *) ac_try_echo=$ac_try;;
1775esac
1776eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1777$as_echo "$ac_try_echo"; } >&5
1778 (eval "$ac_try") 2>&5
1779 ac_status=$?
1780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1781 test $ac_status = 0; }; }; then :
1782 ac_retval=0
1783else
1784 $as_echo "$as_me: program exited with status $ac_status" >&5
1785 $as_echo "$as_me: failed program was:" >&5
1786sed 's/^/| /' conftest.$ac_ext >&5
1787
1788 ac_retval=$ac_status
e440a328 1789fi
1790 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
ea2e69a4 1791 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1792 as_fn_set_status $ac_retval
e440a328 1793
c9c0c1d2 1794} # ac_fn_c_try_run
e440a328 1795
1796# ac_fn_c_check_func LINENO FUNC VAR
1797# ----------------------------------
1798# Tests whether FUNC exists, setting the cache variable VAR accordingly
1799ac_fn_c_check_func ()
1800{
1801 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1803$as_echo_n "checking for $2... " >&6; }
ea2e69a4 1804if eval \${$3+:} false; then :
e440a328 1805 $as_echo_n "(cached) " >&6
1806else
1807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1808/* end confdefs.h. */
1809/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1810 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1811#define $2 innocuous_$2
1812
1813/* System header to define __stub macros and hopefully few prototypes,
1814 which can conflict with char $2 (); below.
1815 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1816 <limits.h> exists even on freestanding compilers. */
1817
1818#ifdef __STDC__
1819# include <limits.h>
1820#else
1821# include <assert.h>
1822#endif
1823
1824#undef $2
1825
1826/* Override any GCC internal prototype to avoid an error.
1827 Use char because int might match the return type of a GCC
1828 builtin and then its argument prototype would still apply. */
1829#ifdef __cplusplus
1830extern "C"
1831#endif
1832char $2 ();
1833/* The GNU C library defines this for functions which it implements
1834 to always fail with ENOSYS. Some functions are actually named
1835 something starting with __ and the normal name is an alias. */
1836#if defined __stub_$2 || defined __stub___$2
1837choke me
1838#endif
1839
1840int
1841main ()
1842{
1843return $2 ();
1844 ;
1845 return 0;
1846}
1847_ACEOF
1848if ac_fn_c_try_link "$LINENO"; then :
1849 eval "$3=yes"
1850else
1851 eval "$3=no"
1852fi
1853rm -f core conftest.err conftest.$ac_objext \
1854 conftest$ac_exeext conftest.$ac_ext
1855fi
1856eval ac_res=\$$3
1857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1858$as_echo "$ac_res" >&6; }
ea2e69a4 1859 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
e440a328 1860
1861} # ac_fn_c_check_func
1862
1863# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1864# -------------------------------------------------------
1865# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1866# the include files in INCLUDES and setting the cache variable VAR
1867# accordingly.
1868ac_fn_c_check_header_mongrel ()
1869{
1870 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
ea2e69a4 1871 if eval \${$3+:} false; then :
e440a328 1872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1873$as_echo_n "checking for $2... " >&6; }
ea2e69a4 1874if eval \${$3+:} false; then :
e440a328 1875 $as_echo_n "(cached) " >&6
1876fi
1877eval ac_res=\$$3
1878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1879$as_echo "$ac_res" >&6; }
1880else
1881 # Is the header compilable?
1882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1883$as_echo_n "checking $2 usability... " >&6; }
1884cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1885/* end confdefs.h. */
1886$4
1887#include <$2>
1888_ACEOF
1889if ac_fn_c_try_compile "$LINENO"; then :
1890 ac_header_compiler=yes
1891else
1892 ac_header_compiler=no
1893fi
1894rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1896$as_echo "$ac_header_compiler" >&6; }
1897
1898# Is the header present?
1899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1900$as_echo_n "checking $2 presence... " >&6; }
1901cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902/* end confdefs.h. */
1903#include <$2>
1904_ACEOF
1905if ac_fn_c_try_cpp "$LINENO"; then :
1906 ac_header_preproc=yes
1907else
1908 ac_header_preproc=no
1909fi
ea2e69a4 1910rm -f conftest.err conftest.i conftest.$ac_ext
e440a328 1911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1912$as_echo "$ac_header_preproc" >&6; }
1913
1914# So? What about this header?
1915case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1916 yes:no: )
1917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1918$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1919 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1920$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1921 ;;
1922 no:yes:* )
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1924$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1926$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1927 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1928$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1929 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1930$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1932$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1933 ;;
1934esac
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1936$as_echo_n "checking for $2... " >&6; }
ea2e69a4 1937if eval \${$3+:} false; then :
e440a328 1938 $as_echo_n "(cached) " >&6
1939else
1940 eval "$3=\$ac_header_compiler"
1941fi
1942eval ac_res=\$$3
1943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1944$as_echo "$ac_res" >&6; }
1945fi
ea2e69a4 1946 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
e440a328 1947
1948} # ac_fn_c_check_header_mongrel
1949
1950# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1951# -------------------------------------------
1952# Tests whether TYPE exists after having included INCLUDES, setting cache
1953# variable VAR accordingly.
1954ac_fn_c_check_type ()
1955{
1956 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1958$as_echo_n "checking for $2... " >&6; }
ea2e69a4 1959if eval \${$3+:} false; then :
e440a328 1960 $as_echo_n "(cached) " >&6
1961else
1962 eval "$3=no"
1963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1964/* end confdefs.h. */
1965$4
1966int
1967main ()
1968{
1969if (sizeof ($2))
1970 return 0;
1971 ;
1972 return 0;
1973}
1974_ACEOF
1975if ac_fn_c_try_compile "$LINENO"; then :
1976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1977/* end confdefs.h. */
1978$4
1979int
1980main ()
1981{
1982if (sizeof (($2)))
1983 return 0;
1984 ;
1985 return 0;
1986}
1987_ACEOF
1988if ac_fn_c_try_compile "$LINENO"; then :
1989
1990else
1991 eval "$3=yes"
1992fi
1993rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1994fi
1995rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1996fi
1997eval ac_res=\$$3
1998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1999$as_echo "$ac_res" >&6; }
ea2e69a4 2000 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
e440a328 2001
2002} # ac_fn_c_check_type
d772e63b 2003
2004# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2005# --------------------------------------------
2006# Tries to find the compile-time value of EXPR in a program that includes
2007# INCLUDES, setting VAR accordingly. Returns whether the value could be
2008# computed
2009ac_fn_c_compute_int ()
2010{
2011 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2012 if test "$cross_compiling" = yes; then
2013 # Depending upon the size, compute the lo and hi bounds.
2014cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2015/* end confdefs.h. */
2016$4
2017int
2018main ()
2019{
2020static int test_array [1 - 2 * !(($2) >= 0)];
ea2e69a4 2021test_array [0] = 0;
2022return test_array [0];
d772e63b 2023
2024 ;
2025 return 0;
2026}
2027_ACEOF
2028if ac_fn_c_try_compile "$LINENO"; then :
2029 ac_lo=0 ac_mid=0
2030 while :; do
2031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2032/* end confdefs.h. */
2033$4
2034int
2035main ()
2036{
2037static int test_array [1 - 2 * !(($2) <= $ac_mid)];
ea2e69a4 2038test_array [0] = 0;
2039return test_array [0];
d772e63b 2040
2041 ;
2042 return 0;
2043}
2044_ACEOF
2045if ac_fn_c_try_compile "$LINENO"; then :
2046 ac_hi=$ac_mid; break
2047else
2048 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2049 if test $ac_lo -le $ac_mid; then
2050 ac_lo= ac_hi=
2051 break
2052 fi
2053 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2054fi
2055rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2056 done
2057else
2058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2059/* end confdefs.h. */
2060$4
2061int
2062main ()
2063{
2064static int test_array [1 - 2 * !(($2) < 0)];
ea2e69a4 2065test_array [0] = 0;
2066return test_array [0];
d772e63b 2067
2068 ;
2069 return 0;
2070}
2071_ACEOF
2072if ac_fn_c_try_compile "$LINENO"; then :
2073 ac_hi=-1 ac_mid=-1
2074 while :; do
2075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2076/* end confdefs.h. */
2077$4
2078int
2079main ()
2080{
2081static int test_array [1 - 2 * !(($2) >= $ac_mid)];
ea2e69a4 2082test_array [0] = 0;
2083return test_array [0];
d772e63b 2084
2085 ;
2086 return 0;
2087}
2088_ACEOF
2089if ac_fn_c_try_compile "$LINENO"; then :
2090 ac_lo=$ac_mid; break
2091else
2092 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2093 if test $ac_mid -le $ac_hi; then
2094 ac_lo= ac_hi=
2095 break
2096 fi
2097 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2098fi
2099rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2100 done
2101else
2102 ac_lo= ac_hi=
2103fi
2104rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2105fi
2106rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2107# Binary search between lo and hi bounds.
2108while test "x$ac_lo" != "x$ac_hi"; do
2109 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2111/* end confdefs.h. */
2112$4
2113int
2114main ()
2115{
2116static int test_array [1 - 2 * !(($2) <= $ac_mid)];
ea2e69a4 2117test_array [0] = 0;
2118return test_array [0];
d772e63b 2119
2120 ;
2121 return 0;
2122}
2123_ACEOF
2124if ac_fn_c_try_compile "$LINENO"; then :
2125 ac_hi=$ac_mid
2126else
2127 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2128fi
2129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2130done
2131case $ac_lo in #((
2132?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2133'') ac_retval=1 ;;
2134esac
2135 else
2136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2137/* end confdefs.h. */
2138$4
2139static long int longval () { return $2; }
2140static unsigned long int ulongval () { return $2; }
2141#include <stdio.h>
2142#include <stdlib.h>
2143int
2144main ()
2145{
2146
2147 FILE *f = fopen ("conftest.val", "w");
2148 if (! f)
2149 return 1;
2150 if (($2) < 0)
2151 {
2152 long int i = longval ();
2153 if (i != ($2))
2154 return 1;
2155 fprintf (f, "%ld", i);
2156 }
2157 else
2158 {
2159 unsigned long int i = ulongval ();
2160 if (i != ($2))
2161 return 1;
2162 fprintf (f, "%lu", i);
2163 }
2164 /* Do not output a trailing newline, as this causes \r\n confusion
2165 on some platforms. */
2166 return ferror (f) || fclose (f) != 0;
2167
2168 ;
2169 return 0;
2170}
2171_ACEOF
2172if ac_fn_c_try_run "$LINENO"; then :
2173 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2174else
2175 ac_retval=1
2176fi
2177rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2178 conftest.$ac_objext conftest.beam conftest.$ac_ext
2179rm -f conftest.val
2180
2181 fi
ea2e69a4 2182 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2183 as_fn_set_status $ac_retval
d772e63b 2184
2185} # ac_fn_c_compute_int
e440a328 2186cat >config.log <<_ACEOF
2187This file contains any messages produced by compilers while
2188running configure, to aid debugging if configure makes a mistake.
2189
2190It was created by package-unused $as_me version-unused, which was
ea2e69a4 2191generated by GNU Autoconf 2.69. Invocation command line was
e440a328 2192
2193 $ $0 $@
2194
2195_ACEOF
2196exec 5>>config.log
2197{
2198cat <<_ASUNAME
2199## --------- ##
2200## Platform. ##
2201## --------- ##
2202
2203hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2204uname -m = `(uname -m) 2>/dev/null || echo unknown`
2205uname -r = `(uname -r) 2>/dev/null || echo unknown`
2206uname -s = `(uname -s) 2>/dev/null || echo unknown`
2207uname -v = `(uname -v) 2>/dev/null || echo unknown`
2208
2209/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2210/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2211
2212/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2213/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2214/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2215/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2216/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2217/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2218/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2219
2220_ASUNAME
2221
2222as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2223for as_dir in $PATH
2224do
2225 IFS=$as_save_IFS
2226 test -z "$as_dir" && as_dir=.
2227 $as_echo "PATH: $as_dir"
2228 done
2229IFS=$as_save_IFS
2230
2231} >&5
2232
2233cat >&5 <<_ACEOF
2234
2235
2236## ----------- ##
2237## Core tests. ##
2238## ----------- ##
2239
2240_ACEOF
2241
2242
2243# Keep a trace of the command line.
2244# Strip out --no-create and --no-recursion so they do not pile up.
2245# Strip out --silent because we don't want to record it for future runs.
2246# Also quote any args containing shell meta-characters.
2247# Make two passes to allow for proper duplicate-argument suppression.
2248ac_configure_args=
2249ac_configure_args0=
2250ac_configure_args1=
2251ac_must_keep_next=false
2252for ac_pass in 1 2
2253do
2254 for ac_arg
2255 do
2256 case $ac_arg in
2257 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2258 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2259 | -silent | --silent | --silen | --sile | --sil)
2260 continue ;;
2261 *\'*)
2262 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2263 esac
2264 case $ac_pass in
2265 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2266 2)
2267 as_fn_append ac_configure_args1 " '$ac_arg'"
2268 if test $ac_must_keep_next = true; then
2269 ac_must_keep_next=false # Got value, back to normal.
2270 else
2271 case $ac_arg in
2272 *=* | --config-cache | -C | -disable-* | --disable-* \
2273 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2274 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2275 | -with-* | --with-* | -without-* | --without-* | --x)
2276 case "$ac_configure_args0 " in
2277 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2278 esac
2279 ;;
2280 -* ) ac_must_keep_next=true ;;
2281 esac
2282 fi
2283 as_fn_append ac_configure_args " '$ac_arg'"
2284 ;;
2285 esac
2286 done
2287done
2288{ ac_configure_args0=; unset ac_configure_args0;}
2289{ ac_configure_args1=; unset ac_configure_args1;}
2290
2291# When interrupted or exit'd, cleanup temporary files, and complete
2292# config.log. We remove comments because anyway the quotes in there
2293# would cause problems or look ugly.
2294# WARNING: Use '\'' to represent an apostrophe within the trap.
2295# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2296trap 'exit_status=$?
2297 # Save into config.log some information that might help in debugging.
2298 {
2299 echo
2300
ea2e69a4 2301 $as_echo "## ---------------- ##
e440a328 2302## Cache variables. ##
ea2e69a4 2303## ---------------- ##"
e440a328 2304 echo
2305 # The following way of writing the cache mishandles newlines in values,
2306(
2307 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2308 eval ac_val=\$$ac_var
2309 case $ac_val in #(
2310 *${as_nl}*)
2311 case $ac_var in #(
2312 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2313$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2314 esac
2315 case $ac_var in #(
2316 _ | IFS | as_nl) ;; #(
2317 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2318 *) { eval $ac_var=; unset $ac_var;} ;;
2319 esac ;;
2320 esac
2321 done
2322 (set) 2>&1 |
2323 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2324 *${as_nl}ac_space=\ *)
2325 sed -n \
2326 "s/'\''/'\''\\\\'\'''\''/g;
2327 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2328 ;; #(
2329 *)
2330 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2331 ;;
2332 esac |
2333 sort
2334)
2335 echo
2336
ea2e69a4 2337 $as_echo "## ----------------- ##
e440a328 2338## Output variables. ##
ea2e69a4 2339## ----------------- ##"
e440a328 2340 echo
2341 for ac_var in $ac_subst_vars
2342 do
2343 eval ac_val=\$$ac_var
2344 case $ac_val in
2345 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2346 esac
2347 $as_echo "$ac_var='\''$ac_val'\''"
2348 done | sort
2349 echo
2350
2351 if test -n "$ac_subst_files"; then
ea2e69a4 2352 $as_echo "## ------------------- ##
e440a328 2353## File substitutions. ##
ea2e69a4 2354## ------------------- ##"
e440a328 2355 echo
2356 for ac_var in $ac_subst_files
2357 do
2358 eval ac_val=\$$ac_var
2359 case $ac_val in
2360 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2361 esac
2362 $as_echo "$ac_var='\''$ac_val'\''"
2363 done | sort
2364 echo
2365 fi
2366
2367 if test -s confdefs.h; then
ea2e69a4 2368 $as_echo "## ----------- ##
e440a328 2369## confdefs.h. ##
ea2e69a4 2370## ----------- ##"
e440a328 2371 echo
2372 cat confdefs.h
2373 echo
2374 fi
2375 test "$ac_signal" != 0 &&
2376 $as_echo "$as_me: caught signal $ac_signal"
2377 $as_echo "$as_me: exit $exit_status"
2378 } >&5
2379 rm -f core *.core core.conftest.* &&
2380 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2381 exit $exit_status
2382' 0
2383for ac_signal in 1 2 13 15; do
2384 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2385done
2386ac_signal=0
2387
2388# confdefs.h avoids OS command line length limits that DEFS can exceed.
2389rm -f -r conftest* confdefs.h
2390
2391$as_echo "/* confdefs.h */" > confdefs.h
2392
2393# Predefined preprocessor variables.
2394
2395cat >>confdefs.h <<_ACEOF
2396#define PACKAGE_NAME "$PACKAGE_NAME"
2397_ACEOF
2398
2399cat >>confdefs.h <<_ACEOF
2400#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2401_ACEOF
2402
2403cat >>confdefs.h <<_ACEOF
2404#define PACKAGE_VERSION "$PACKAGE_VERSION"
2405_ACEOF
2406
2407cat >>confdefs.h <<_ACEOF
2408#define PACKAGE_STRING "$PACKAGE_STRING"
2409_ACEOF
2410
2411cat >>confdefs.h <<_ACEOF
2412#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2413_ACEOF
2414
2415cat >>confdefs.h <<_ACEOF
2416#define PACKAGE_URL "$PACKAGE_URL"
2417_ACEOF
2418
2419
2420# Let the site file select an alternate cache file if it wants to.
2421# Prefer an explicitly selected file to automatically selected ones.
2422ac_site_file1=NONE
2423ac_site_file2=NONE
2424if test -n "$CONFIG_SITE"; then
ea2e69a4 2425 # We do not want a PATH search for config.site.
2426 case $CONFIG_SITE in #((
2427 -*) ac_site_file1=./$CONFIG_SITE;;
2428 */*) ac_site_file1=$CONFIG_SITE;;
2429 *) ac_site_file1=./$CONFIG_SITE;;
2430 esac
e440a328 2431elif test "x$prefix" != xNONE; then
2432 ac_site_file1=$prefix/share/config.site
2433 ac_site_file2=$prefix/etc/config.site
2434else
2435 ac_site_file1=$ac_default_prefix/share/config.site
2436 ac_site_file2=$ac_default_prefix/etc/config.site
2437fi
2438for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2439do
2440 test "x$ac_site_file" = xNONE && continue
ea2e69a4 2441 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
e440a328 2442 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2443$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2444 sed 's/^/| /' "$ac_site_file" >&5
ea2e69a4 2445 . "$ac_site_file" \
2446 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2447$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2448as_fn_error $? "failed to load site script $ac_site_file
2449See \`config.log' for more details" "$LINENO" 5; }
e440a328 2450 fi
2451done
2452
2453if test -r "$cache_file"; then
ea2e69a4 2454 # Some versions of bash will fail to source /dev/null (special files
2455 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2456 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
e440a328 2457 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2458$as_echo "$as_me: loading cache $cache_file" >&6;}
2459 case $cache_file in
2460 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2461 *) . "./$cache_file";;
2462 esac
2463 fi
2464else
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2466$as_echo "$as_me: creating cache $cache_file" >&6;}
2467 >$cache_file
2468fi
2469
2470# Check that the precious variables saved in the cache have kept the same
2471# value.
2472ac_cache_corrupted=false
2473for ac_var in $ac_precious_vars; do
2474 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2475 eval ac_new_set=\$ac_env_${ac_var}_set
2476 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2477 eval ac_new_val=\$ac_env_${ac_var}_value
2478 case $ac_old_set,$ac_new_set in
2479 set,)
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2481$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2482 ac_cache_corrupted=: ;;
2483 ,set)
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2485$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2486 ac_cache_corrupted=: ;;
2487 ,);;
2488 *)
2489 if test "x$ac_old_val" != "x$ac_new_val"; then
2490 # differences in whitespace do not lead to failure.
2491 ac_old_val_w=`echo x $ac_old_val`
2492 ac_new_val_w=`echo x $ac_new_val`
2493 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2495$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2496 ac_cache_corrupted=:
2497 else
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2499$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2500 eval $ac_var=\$ac_old_val
2501 fi
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2503$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2505$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2506 fi;;
2507 esac
2508 # Pass precious variables to config.status.
2509 if test "$ac_new_set" = set; then
2510 case $ac_new_val in
2511 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2512 *) ac_arg=$ac_var=$ac_new_val ;;
2513 esac
2514 case " $ac_configure_args " in
2515 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2516 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2517 esac
2518 fi
2519done
2520if $ac_cache_corrupted; then
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2522$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2524$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
ea2e69a4 2525 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
e440a328 2526fi
2527## -------------------- ##
2528## Main body of script. ##
2529## -------------------- ##
2530
2531ac_ext=c
2532ac_cpp='$CPP $CPPFLAGS'
2533ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2534ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2535ac_compiler_gnu=$ac_cv_c_compiler_gnu
2536
2537
2538
4a273582 2539
2540
2541
e440a328 2542ac_config_headers="$ac_config_headers config.h"
2543
2544
31975c5e 2545libtool_VERSION=14:0:0
e440a328 2546
2547
2548# Default to --enable-multilib
2549# Check whether --enable-multilib was given.
2550if test "${enable_multilib+set}" = set; then :
2551 enableval=$enable_multilib; case "$enableval" in
2552 yes) multilib=yes ;;
2553 no) multilib=no ;;
ea2e69a4 2554 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
e440a328 2555 esac
2556else
2557 multilib=yes
2558fi
2559
2560
2561# We may get other options which we leave undocumented:
2562# --with-target-subdir, --with-multisrctop, --with-multisubdir
2563# See config-ml.in if you want the gory details.
2564
2565if test "$srcdir" = "."; then
2566 if test "$with_target_subdir" != "."; then
2567 multi_basedir="$srcdir/$with_multisrctop../.."
2568 else
2569 multi_basedir="$srcdir/$with_multisrctop.."
2570 fi
2571else
2572 multi_basedir="$srcdir/.."
2573fi
2574
2575
2576# Even if the default multilib is not a cross compilation,
2577# it may be that some of the other multilibs are.
2578if test $cross_compiling = no && test $multilib = yes \
2579 && test "x${with_multisubdir}" != x ; then
2580 cross_compiling=maybe
2581fi
2582
2583ac_config_commands="$ac_config_commands default-1"
2584
2585
2586ac_aux_dir=
2587for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
ea2e69a4 2588 if test -f "$ac_dir/install-sh"; then
2589 ac_aux_dir=$ac_dir
2590 ac_install_sh="$ac_aux_dir/install-sh -c"
2591 break
2592 elif test -f "$ac_dir/install.sh"; then
2593 ac_aux_dir=$ac_dir
2594 ac_install_sh="$ac_aux_dir/install.sh -c"
2595 break
2596 elif test -f "$ac_dir/shtool"; then
2597 ac_aux_dir=$ac_dir
2598 ac_install_sh="$ac_aux_dir/shtool install -c"
2599 break
2600 fi
e440a328 2601done
2602if test -z "$ac_aux_dir"; then
ea2e69a4 2603 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
e440a328 2604fi
2605
2606# These three variables are undocumented and unsupported,
2607# and are intended to be withdrawn in a future Autoconf release.
2608# They can cause serious problems if a builder's source tree is in a directory
2609# whose full name contains unusual characters.
2610ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2611ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2612ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2613
2614
2615# Make sure we can run config.sub.
2616$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
ea2e69a4 2617 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
e440a328 2618
2619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2620$as_echo_n "checking build system type... " >&6; }
ea2e69a4 2621if ${ac_cv_build+:} false; then :
e440a328 2622 $as_echo_n "(cached) " >&6
2623else
2624 ac_build_alias=$build_alias
2625test "x$ac_build_alias" = x &&
2626 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2627test "x$ac_build_alias" = x &&
ea2e69a4 2628 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
e440a328 2629ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ea2e69a4 2630 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
e440a328 2631
2632fi
2633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2634$as_echo "$ac_cv_build" >&6; }
2635case $ac_cv_build in
2636*-*-*) ;;
ea2e69a4 2637*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
e440a328 2638esac
2639build=$ac_cv_build
2640ac_save_IFS=$IFS; IFS='-'
2641set x $ac_cv_build
2642shift
2643build_cpu=$1
2644build_vendor=$2
2645shift; shift
2646# Remember, the first character of IFS is used to create $*,
2647# except with old shells:
2648build_os=$*
2649IFS=$ac_save_IFS
2650case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2651
2652
2653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2654$as_echo_n "checking host system type... " >&6; }
ea2e69a4 2655if ${ac_cv_host+:} false; then :
e440a328 2656 $as_echo_n "(cached) " >&6
2657else
2658 if test "x$host_alias" = x; then
2659 ac_cv_host=$ac_cv_build
2660else
2661 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ea2e69a4 2662 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
e440a328 2663fi
2664
2665fi
2666{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2667$as_echo "$ac_cv_host" >&6; }
2668case $ac_cv_host in
2669*-*-*) ;;
ea2e69a4 2670*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
e440a328 2671esac
2672host=$ac_cv_host
2673ac_save_IFS=$IFS; IFS='-'
2674set x $ac_cv_host
2675shift
2676host_cpu=$1
2677host_vendor=$2
2678shift; shift
2679# Remember, the first character of IFS is used to create $*,
2680# except with old shells:
2681host_os=$*
2682IFS=$ac_save_IFS
2683case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2684
2685
2686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2687$as_echo_n "checking target system type... " >&6; }
ea2e69a4 2688if ${ac_cv_target+:} false; then :
e440a328 2689 $as_echo_n "(cached) " >&6
2690else
2691 if test "x$target_alias" = x; then
2692 ac_cv_target=$ac_cv_host
2693else
2694 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
ea2e69a4 2695 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
e440a328 2696fi
2697
2698fi
2699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2700$as_echo "$ac_cv_target" >&6; }
2701case $ac_cv_target in
2702*-*-*) ;;
ea2e69a4 2703*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
e440a328 2704esac
2705target=$ac_cv_target
2706ac_save_IFS=$IFS; IFS='-'
2707set x $ac_cv_target
2708shift
2709target_cpu=$1
2710target_vendor=$2
2711shift; shift
2712# Remember, the first character of IFS is used to create $*,
2713# except with old shells:
2714target_os=$*
2715IFS=$ac_save_IFS
2716case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2717
2718
2719# The aliases save the names the user supplied, while $host etc.
2720# will get canonicalized.
2721test -n "$target_alias" &&
2722 test "$program_prefix$program_suffix$program_transform_name" = \
2723 NONENONEs,x,x, &&
2724 program_prefix=${target_alias}-
2725
2726target_alias=${target_alias-$host_alias}
2727
ea2e69a4 2728am__api_version='1.15'
e440a328 2729
2730# Find a good install program. We prefer a C program (faster),
2731# so one script is as good as another. But avoid the broken or
2732# incompatible versions:
2733# SysV /etc/install, /usr/sbin/install
2734# SunOS /usr/etc/install
2735# IRIX /sbin/install
2736# AIX /bin/install
2737# AmigaOS /C/install, which installs bootblocks on floppy discs
2738# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2739# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2740# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2741# OS/2's system install, which has a completely different semantic
2742# ./install, which can be erroneously created by make from ./install.sh.
2743# Reject install programs that cannot install multiple files.
2744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2745$as_echo_n "checking for a BSD-compatible install... " >&6; }
2746if test -z "$INSTALL"; then
ea2e69a4 2747if ${ac_cv_path_install+:} false; then :
e440a328 2748 $as_echo_n "(cached) " >&6
2749else
2750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2751for as_dir in $PATH
2752do
2753 IFS=$as_save_IFS
2754 test -z "$as_dir" && as_dir=.
2755 # Account for people who put trailing slashes in PATH elements.
2756case $as_dir/ in #((
2757 ./ | .// | /[cC]/* | \
2758 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2759 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2760 /usr/ucb/* ) ;;
2761 *)
2762 # OSF1 and SCO ODT 3.0 have their own names for install.
2763 # Don't use installbsd from OSF since it installs stuff as root
2764 # by default.
2765 for ac_prog in ginstall scoinst install; do
2766 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 2767 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
e440a328 2768 if test $ac_prog = install &&
2769 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2770 # AIX install. It has an incompatible calling convention.
2771 :
2772 elif test $ac_prog = install &&
2773 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2774 # program-specific install script used by HP pwplus--don't use.
2775 :
2776 else
2777 rm -rf conftest.one conftest.two conftest.dir
2778 echo one > conftest.one
2779 echo two > conftest.two
2780 mkdir conftest.dir
2781 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2782 test -s conftest.one && test -s conftest.two &&
2783 test -s conftest.dir/conftest.one &&
2784 test -s conftest.dir/conftest.two
2785 then
2786 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2787 break 3
2788 fi
2789 fi
2790 fi
2791 done
2792 done
2793 ;;
2794esac
2795
2796 done
2797IFS=$as_save_IFS
2798
2799rm -rf conftest.one conftest.two conftest.dir
2800
2801fi
2802 if test "${ac_cv_path_install+set}" = set; then
2803 INSTALL=$ac_cv_path_install
2804 else
2805 # As a last resort, use the slow shell script. Don't cache a
2806 # value for INSTALL within a source directory, because that will
2807 # break other packages using the cache if that directory is
2808 # removed, or if the value is a relative name.
2809 INSTALL=$ac_install_sh
2810 fi
2811fi
2812{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2813$as_echo "$INSTALL" >&6; }
2814
2815# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2816# It thinks the first close brace ends the variable substitution.
2817test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2818
2819test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2820
2821test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2822
2823{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2824$as_echo_n "checking whether build environment is sane... " >&6; }
e440a328 2825# Reject unsafe characters in $srcdir or the absolute working directory
2826# name. Accept space and tab only in the latter.
2827am_lf='
2828'
2829case `pwd` in
2830 *[\\\"\#\$\&\'\`$am_lf]*)
ea2e69a4 2831 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
e440a328 2832esac
2833case $srcdir in
2834 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
ea2e69a4 2835 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
e440a328 2836esac
2837
ea2e69a4 2838# Do 'set' in a subshell so we don't clobber the current shell's
e440a328 2839# arguments. Must try -L first in case configure is actually a
2840# symlink; some systems play weird games with the mod time of symlinks
2841# (eg FreeBSD returns the mod time of the symlink's containing
2842# directory).
2843if (
ea2e69a4 2844 am_has_slept=no
2845 for am_try in 1 2; do
2846 echo "timestamp, slept: $am_has_slept" > conftest.file
2847 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2848 if test "$*" = "X"; then
2849 # -L didn't work.
2850 set X `ls -t "$srcdir/configure" conftest.file`
2851 fi
2852 if test "$*" != "X $srcdir/configure conftest.file" \
2853 && test "$*" != "X conftest.file $srcdir/configure"; then
2854
2855 # If neither matched, then we have a broken ls. This can happen
2856 # if, for instance, CONFIG_SHELL is bash and it inherits a
2857 # broken ls alias from the environment. This has actually
2858 # happened. Such a system could not be considered "sane".
2859 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2860 alias in your environment" "$LINENO" 5
2861 fi
2862 if test "$2" = conftest.file || test $am_try -eq 2; then
2863 break
2864 fi
2865 # Just in case.
2866 sleep 1
2867 am_has_slept=yes
2868 done
e440a328 2869 test "$2" = conftest.file
2870 )
2871then
2872 # Ok.
2873 :
2874else
ea2e69a4 2875 as_fn_error $? "newly created file is older than distributed files!
e440a328 2876Check your system clock" "$LINENO" 5
2877fi
2878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2879$as_echo "yes" >&6; }
ea2e69a4 2880# If we didn't sleep, we still need to ensure time stamps of config.status and
2881# generated files are strictly newer.
2882am_sleep_pid=
2883if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2884 ( sleep 1 ) &
2885 am_sleep_pid=$!
2886fi
2887
2888rm -f conftest.file
2889
e440a328 2890test "$program_prefix" != NONE &&
2891 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2892# Use a double $ so make ignores it.
2893test "$program_suffix" != NONE &&
2894 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2895# Double any \ or $.
2896# By default was `s,x,x', remove it if useless.
2897ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2898program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2899
ea2e69a4 2900# Expand $ac_aux_dir to an absolute path.
2901am_aux_dir=`cd "$ac_aux_dir" && pwd`
e440a328 2902
2903if test x"${MISSING+set}" != xset; then
2904 case $am_aux_dir in
2905 *\ * | *\ *)
2906 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2907 *)
2908 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2909 esac
2910fi
2911# Use eval to expand $SHELL
ea2e69a4 2912if eval "$MISSING --is-lightweight"; then
2913 am_missing_run="$MISSING "
e440a328 2914else
2915 am_missing_run=
ea2e69a4 2916 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2917$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
e440a328 2918fi
2919
ea2e69a4 2920if test x"${install_sh+set}" != xset; then
e440a328 2921 case $am_aux_dir in
2922 *\ * | *\ *)
2923 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2924 *)
2925 install_sh="\${SHELL} $am_aux_dir/install-sh"
2926 esac
2927fi
2928
ea2e69a4 2929# Installed binaries are usually stripped using 'strip' when the user
2930# run "make install-strip". However 'strip' might not be the right
e440a328 2931# tool to use in cross-compilation environments, therefore Automake
ea2e69a4 2932# will honor the 'STRIP' environment variable to overrule this program.
e440a328 2933if test "$cross_compiling" != no; then
2934 if test -n "$ac_tool_prefix"; then
2935 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2936set dummy ${ac_tool_prefix}strip; ac_word=$2
2937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2938$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 2939if ${ac_cv_prog_STRIP+:} false; then :
e440a328 2940 $as_echo_n "(cached) " >&6
2941else
2942 if test -n "$STRIP"; then
2943 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2944else
2945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2946for as_dir in $PATH
2947do
2948 IFS=$as_save_IFS
2949 test -z "$as_dir" && as_dir=.
2950 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 2951 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 2952 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2954 break 2
2955 fi
2956done
2957 done
2958IFS=$as_save_IFS
2959
2960fi
2961fi
2962STRIP=$ac_cv_prog_STRIP
2963if test -n "$STRIP"; then
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2965$as_echo "$STRIP" >&6; }
2966else
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2968$as_echo "no" >&6; }
2969fi
2970
2971
2972fi
2973if test -z "$ac_cv_prog_STRIP"; then
2974 ac_ct_STRIP=$STRIP
2975 # Extract the first word of "strip", so it can be a program name with args.
2976set dummy strip; ac_word=$2
2977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2978$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 2979if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
e440a328 2980 $as_echo_n "(cached) " >&6
2981else
2982 if test -n "$ac_ct_STRIP"; then
2983 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2984else
2985as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2986for as_dir in $PATH
2987do
2988 IFS=$as_save_IFS
2989 test -z "$as_dir" && as_dir=.
2990 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 2991 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 2992 ac_cv_prog_ac_ct_STRIP="strip"
2993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2994 break 2
2995 fi
2996done
2997 done
2998IFS=$as_save_IFS
2999
3000fi
3001fi
3002ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3003if test -n "$ac_ct_STRIP"; then
3004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3005$as_echo "$ac_ct_STRIP" >&6; }
3006else
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3008$as_echo "no" >&6; }
3009fi
3010
3011 if test "x$ac_ct_STRIP" = x; then
3012 STRIP=":"
3013 else
3014 case $cross_compiling:$ac_tool_warned in
3015yes:)
3016{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3017$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3018ac_tool_warned=yes ;;
3019esac
3020 STRIP=$ac_ct_STRIP
3021 fi
3022else
3023 STRIP="$ac_cv_prog_STRIP"
3024fi
3025
3026fi
3027INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3028
3029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3030$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3031if test -z "$MKDIR_P"; then
ea2e69a4 3032 if ${ac_cv_path_mkdir+:} false; then :
e440a328 3033 $as_echo_n "(cached) " >&6
3034else
3035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3036for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3037do
3038 IFS=$as_save_IFS
3039 test -z "$as_dir" && as_dir=.
3040 for ac_prog in mkdir gmkdir; do
3041 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 3042 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
e440a328 3043 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3044 'mkdir (GNU coreutils) '* | \
3045 'mkdir (coreutils) '* | \
3046 'mkdir (fileutils) '4.1*)
3047 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3048 break 3;;
3049 esac
3050 done
3051 done
3052 done
3053IFS=$as_save_IFS
3054
3055fi
3056
ea2e69a4 3057 test -d ./--version && rmdir ./--version
e440a328 3058 if test "${ac_cv_path_mkdir+set}" = set; then
3059 MKDIR_P="$ac_cv_path_mkdir -p"
3060 else
3061 # As a last resort, use the slow shell script. Don't cache a
3062 # value for MKDIR_P within a source directory, because that will
3063 # break other packages using the cache if that directory is
3064 # removed, or if the value is a relative name.
e440a328 3065 MKDIR_P="$ac_install_sh -d"
3066 fi
3067fi
3068{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3069$as_echo "$MKDIR_P" >&6; }
3070
e440a328 3071for ac_prog in gawk mawk nawk awk
3072do
3073 # Extract the first word of "$ac_prog", so it can be a program name with args.
3074set dummy $ac_prog; ac_word=$2
3075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3076$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 3077if ${ac_cv_prog_AWK+:} false; then :
e440a328 3078 $as_echo_n "(cached) " >&6
3079else
3080 if test -n "$AWK"; then
3081 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3082else
3083as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3084for as_dir in $PATH
3085do
3086 IFS=$as_save_IFS
3087 test -z "$as_dir" && as_dir=.
3088 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 3089 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 3090 ac_cv_prog_AWK="$ac_prog"
3091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3092 break 2
3093 fi
3094done
3095 done
3096IFS=$as_save_IFS
3097
3098fi
3099fi
3100AWK=$ac_cv_prog_AWK
3101if test -n "$AWK"; then
3102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3103$as_echo "$AWK" >&6; }
3104else
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3106$as_echo "no" >&6; }
3107fi
3108
3109
3110 test -n "$AWK" && break
3111done
3112
3113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3114$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3115set x ${MAKE-make}
3116ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ea2e69a4 3117if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
e440a328 3118 $as_echo_n "(cached) " >&6
3119else
3120 cat >conftest.make <<\_ACEOF
3121SHELL = /bin/sh
3122all:
3123 @echo '@@@%%%=$(MAKE)=@@@%%%'
3124_ACEOF
ea2e69a4 3125# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
e440a328 3126case `${MAKE-make} -f conftest.make 2>/dev/null` in
3127 *@@@%%%=?*=@@@%%%*)
3128 eval ac_cv_prog_make_${ac_make}_set=yes;;
3129 *)
3130 eval ac_cv_prog_make_${ac_make}_set=no;;
3131esac
3132rm -f conftest.make
3133fi
3134if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3136$as_echo "yes" >&6; }
3137 SET_MAKE=
3138else
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3140$as_echo "no" >&6; }
3141 SET_MAKE="MAKE=${MAKE-make}"
3142fi
3143
3144rm -rf .tst 2>/dev/null
3145mkdir .tst 2>/dev/null
3146if test -d .tst; then
3147 am__leading_dot=.
3148else
3149 am__leading_dot=_
3150fi
3151rmdir .tst 2>/dev/null
3152
ea2e69a4 3153# Check whether --enable-silent-rules was given.
3154if test "${enable_silent_rules+set}" = set; then :
3155 enableval=$enable_silent_rules;
3156fi
3157
3158case $enable_silent_rules in # (((
3159 yes) AM_DEFAULT_VERBOSITY=0;;
3160 no) AM_DEFAULT_VERBOSITY=1;;
3161 *) AM_DEFAULT_VERBOSITY=1;;
3162esac
3163am_make=${MAKE-make}
3164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3165$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3166if ${am_cv_make_support_nested_variables+:} false; then :
3167 $as_echo_n "(cached) " >&6
3168else
3169 if $as_echo 'TRUE=$(BAR$(V))
3170BAR0=false
3171BAR1=true
3172V=1
3173am__doit:
3174 @$(TRUE)
3175.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3176 am_cv_make_support_nested_variables=yes
3177else
3178 am_cv_make_support_nested_variables=no
3179fi
3180fi
3181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3182$as_echo "$am_cv_make_support_nested_variables" >&6; }
3183if test $am_cv_make_support_nested_variables = yes; then
3184 AM_V='$(V)'
3185 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3186else
3187 AM_V=$AM_DEFAULT_VERBOSITY
3188 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3189fi
3190AM_BACKSLASH='\'
3191
e440a328 3192if test "`cd $srcdir && pwd`" != "`pwd`"; then
3193 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3194 # is not polluted with repeated "-I."
3195 am__isrc=' -I$(srcdir)'
3196 # test to see if srcdir already configured
3197 if test -f $srcdir/config.status; then
ea2e69a4 3198 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
e440a328 3199 fi
3200fi
3201
3202# test whether we have cygpath
3203if test -z "$CYGPATH_W"; then
3204 if (cygpath --version) >/dev/null 2>/dev/null; then
3205 CYGPATH_W='cygpath -w'
3206 else
3207 CYGPATH_W=echo
3208 fi
3209fi
3210
3211
3212# Define the identity of the package.
3213 PACKAGE='libgo'
3214 VERSION='version-unused'
3215
3216
3217# Some tools Automake needs.
3218
3219ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3220
3221
3222AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3223
3224
3225AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3226
3227
3228AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3229
3230
3231MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3232
ea2e69a4 3233# For better backward compatibility. To be removed once Automake 1.9.x
3234# dies out for good. For more background, see:
3235# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3236# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3237mkdir_p='$(MKDIR_P)'
3238
3239# We need awk for the "check" target (and possibly the TAP driver). The
3240# system "awk" is bad on some platforms.
e92f1942 3241# Always define AMTAR for backward compatibility. Yes, it's still used
3242# in the wild :-( We should find a proper way to deprecate it ...
3243AMTAR='$${TAR-tar}'
e440a328 3244
ea2e69a4 3245
3246# We'll loop over all known methods to create a tar archive until one works.
3247_am_tools='gnutar pax cpio none'
3248
e92f1942 3249am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
e440a328 3250
3251
3252
3253
3254
3255
ea2e69a4 3256# POSIX will say in a future version that running "rm -f" with no argument
3257# is OK; and we want to be able to make that assumption in our Makefile
3258# recipes. So use an aggressive probe to check that the usage we want is
3259# actually supported "in the wild" to an acceptable degree.
3260# See automake bug#10828.
3261# To make any issue more visible, cause the running configure to be aborted
3262# by default if the 'rm' program in use doesn't match our expectations; the
3263# user can still override this though.
3264if rm -f && rm -fr && rm -rf; then : OK; else
3265 cat >&2 <<'END'
3266Oops!
3267
3268Your 'rm' program seems unable to run without file operands specified
3269on the command line, even when the '-f' option is present. This is contrary
3270to the behaviour of most rm programs out there, and not conforming with
3271the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3272
3273Please tell bug-automake@gnu.org about your system, including the value
3274of your $PATH and any error possibly output before this message. This
3275can help us improve future automake versions.
3276
3277END
3278 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3279 echo 'Configuration will proceed anyway, since you have set the' >&2
3280 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3281 echo >&2
3282 else
3283 cat >&2 <<'END'
3284Aborting the configuration process, to ensure you take notice of the issue.
3285
3286You can download and install GNU coreutils to get an 'rm' implementation
3287that behaves properly: <http://www.gnu.org/software/coreutils/>.
3288
3289If you want to complete the configuration process using your problematic
3290'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3291to "yes", and re-run configure.
3292
3293END
3294 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3295 fi
3296fi
3297
3298
e440a328 3299
3300
3301
3302
3303ac_ext=c
3304ac_cpp='$CPP $CPPFLAGS'
3305ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3306ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3307ac_compiler_gnu=$ac_cv_c_compiler_gnu
3308if test -n "$ac_tool_prefix"; then
3309 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3310set dummy ${ac_tool_prefix}gcc; ac_word=$2
3311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3312$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 3313if ${ac_cv_prog_CC+:} false; then :
e440a328 3314 $as_echo_n "(cached) " >&6
3315else
3316 if test -n "$CC"; then
3317 ac_cv_prog_CC="$CC" # Let the user override the test.
3318else
3319as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3320for as_dir in $PATH
3321do
3322 IFS=$as_save_IFS
3323 test -z "$as_dir" && as_dir=.
3324 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 3325 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 3326 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3328 break 2
3329 fi
3330done
3331 done
3332IFS=$as_save_IFS
3333
3334fi
3335fi
3336CC=$ac_cv_prog_CC
3337if test -n "$CC"; then
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3339$as_echo "$CC" >&6; }
3340else
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3342$as_echo "no" >&6; }
3343fi
3344
3345
3346fi
3347if test -z "$ac_cv_prog_CC"; then
3348 ac_ct_CC=$CC
3349 # Extract the first word of "gcc", so it can be a program name with args.
3350set dummy gcc; ac_word=$2
3351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3352$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 3353if ${ac_cv_prog_ac_ct_CC+:} false; then :
e440a328 3354 $as_echo_n "(cached) " >&6
3355else
3356 if test -n "$ac_ct_CC"; then
3357 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3358else
3359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3360for as_dir in $PATH
3361do
3362 IFS=$as_save_IFS
3363 test -z "$as_dir" && as_dir=.
3364 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 3365 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 3366 ac_cv_prog_ac_ct_CC="gcc"
3367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3368 break 2
3369 fi
3370done
3371 done
3372IFS=$as_save_IFS
3373
3374fi
3375fi
3376ac_ct_CC=$ac_cv_prog_ac_ct_CC
3377if test -n "$ac_ct_CC"; then
3378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3379$as_echo "$ac_ct_CC" >&6; }
3380else
3381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3382$as_echo "no" >&6; }
3383fi
3384
3385 if test "x$ac_ct_CC" = x; then
3386 CC=""
3387 else
3388 case $cross_compiling:$ac_tool_warned in
3389yes:)
3390{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3391$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3392ac_tool_warned=yes ;;
3393esac
3394 CC=$ac_ct_CC
3395 fi
3396else
3397 CC="$ac_cv_prog_CC"
3398fi
3399
3400if test -z "$CC"; then
3401 if test -n "$ac_tool_prefix"; then
3402 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3403set dummy ${ac_tool_prefix}cc; ac_word=$2
3404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3405$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 3406if ${ac_cv_prog_CC+:} false; then :
e440a328 3407 $as_echo_n "(cached) " >&6
3408else
3409 if test -n "$CC"; then
3410 ac_cv_prog_CC="$CC" # Let the user override the test.
3411else
3412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3413for as_dir in $PATH
3414do
3415 IFS=$as_save_IFS
3416 test -z "$as_dir" && as_dir=.
3417 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 3418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 3419 ac_cv_prog_CC="${ac_tool_prefix}cc"
3420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3421 break 2
3422 fi
3423done
3424 done
3425IFS=$as_save_IFS
3426
3427fi
3428fi
3429CC=$ac_cv_prog_CC
3430if test -n "$CC"; then
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3432$as_echo "$CC" >&6; }
3433else
3434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3435$as_echo "no" >&6; }
3436fi
3437
3438
3439 fi
3440fi
3441if test -z "$CC"; then
3442 # Extract the first word of "cc", so it can be a program name with args.
3443set dummy cc; ac_word=$2
3444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3445$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 3446if ${ac_cv_prog_CC+:} false; then :
e440a328 3447 $as_echo_n "(cached) " >&6
3448else
3449 if test -n "$CC"; then
3450 ac_cv_prog_CC="$CC" # Let the user override the test.
3451else
3452 ac_prog_rejected=no
3453as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3454for as_dir in $PATH
3455do
3456 IFS=$as_save_IFS
3457 test -z "$as_dir" && as_dir=.
3458 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 3459 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 3460 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3461 ac_prog_rejected=yes
3462 continue
3463 fi
3464 ac_cv_prog_CC="cc"
3465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3466 break 2
3467 fi
3468done
3469 done
3470IFS=$as_save_IFS
3471
3472if test $ac_prog_rejected = yes; then
3473 # We found a bogon in the path, so make sure we never use it.
3474 set dummy $ac_cv_prog_CC
3475 shift
3476 if test $# != 0; then
3477 # We chose a different compiler from the bogus one.
3478 # However, it has the same basename, so the bogon will be chosen
3479 # first if we set CC to just the basename; use the full file name.
3480 shift
3481 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3482 fi
3483fi
3484fi
3485fi
3486CC=$ac_cv_prog_CC
3487if test -n "$CC"; then
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3489$as_echo "$CC" >&6; }
3490else
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3492$as_echo "no" >&6; }
3493fi
3494
3495
3496fi
3497if test -z "$CC"; then
3498 if test -n "$ac_tool_prefix"; then
3499 for ac_prog in cl.exe
3500 do
3501 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3502set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3504$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 3505if ${ac_cv_prog_CC+:} false; then :
e440a328 3506 $as_echo_n "(cached) " >&6
3507else
3508 if test -n "$CC"; then
3509 ac_cv_prog_CC="$CC" # Let the user override the test.
3510else
3511as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3512for as_dir in $PATH
3513do
3514 IFS=$as_save_IFS
3515 test -z "$as_dir" && as_dir=.
3516 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 3517 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 3518 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3520 break 2
3521 fi
3522done
3523 done
3524IFS=$as_save_IFS
3525
3526fi
3527fi
3528CC=$ac_cv_prog_CC
3529if test -n "$CC"; then
3530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3531$as_echo "$CC" >&6; }
3532else
3533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3534$as_echo "no" >&6; }
3535fi
3536
3537
3538 test -n "$CC" && break
3539 done
3540fi
3541if test -z "$CC"; then
3542 ac_ct_CC=$CC
3543 for ac_prog in cl.exe
3544do
3545 # Extract the first word of "$ac_prog", so it can be a program name with args.
3546set dummy $ac_prog; ac_word=$2
3547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3548$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 3549if ${ac_cv_prog_ac_ct_CC+:} false; then :
e440a328 3550 $as_echo_n "(cached) " >&6
3551else
3552 if test -n "$ac_ct_CC"; then
3553 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3554else
3555as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3556for as_dir in $PATH
3557do
3558 IFS=$as_save_IFS
3559 test -z "$as_dir" && as_dir=.
3560 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 3561 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 3562 ac_cv_prog_ac_ct_CC="$ac_prog"
3563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3564 break 2
3565 fi
3566done
3567 done
3568IFS=$as_save_IFS
3569
3570fi
3571fi
3572ac_ct_CC=$ac_cv_prog_ac_ct_CC
3573if test -n "$ac_ct_CC"; then
3574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3575$as_echo "$ac_ct_CC" >&6; }
3576else
3577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3578$as_echo "no" >&6; }
3579fi
3580
3581
3582 test -n "$ac_ct_CC" && break
3583done
3584
3585 if test "x$ac_ct_CC" = x; then
3586 CC=""
3587 else
3588 case $cross_compiling:$ac_tool_warned in
3589yes:)
3590{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3591$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3592ac_tool_warned=yes ;;
3593esac
3594 CC=$ac_ct_CC
3595 fi
3596fi
3597
3598fi
3599
3600
3601test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3602$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
ea2e69a4 3603as_fn_error $? "no acceptable C compiler found in \$PATH
3604See \`config.log' for more details" "$LINENO" 5; }
e440a328 3605
3606# Provide some information about the compiler.
3607$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3608set X $ac_compile
3609ac_compiler=$2
3610for ac_option in --version -v -V -qversion; do
3611 { { ac_try="$ac_compiler $ac_option >&5"
3612case "(($ac_try" in
3613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3614 *) ac_try_echo=$ac_try;;
3615esac
3616eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3617$as_echo "$ac_try_echo"; } >&5
3618 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3619 ac_status=$?
3620 if test -s conftest.err; then
3621 sed '10a\
3622... rest of stderr output deleted ...
3623 10q' conftest.err >conftest.er1
3624 cat conftest.er1 >&5
e440a328 3625 fi
ea2e69a4 3626 rm -f conftest.er1 conftest.err
e440a328 3627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3628 test $ac_status = 0; }
3629done
3630
3631cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3632/* end confdefs.h. */
4a273582 3633
e440a328 3634int
3635main ()
3636{
3637
3638 ;
3639 return 0;
3640}
3641_ACEOF
3642ac_clean_files_save=$ac_clean_files
ea2e69a4 3643ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
e440a328 3644# Try to create an executable without -o first, disregard a.out.
3645# It will help us diagnose broken compilers, and finding out an intuition
3646# of exeext.
ea2e69a4 3647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3648$as_echo_n "checking whether the C compiler works... " >&6; }
e440a328 3649ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3650
3651# The possible output files:
3652ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3653
3654ac_rmfiles=
3655for ac_file in $ac_files
3656do
3657 case $ac_file in
3658 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3659 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3660 esac
3661done
3662rm -f $ac_rmfiles
3663
3664if { { ac_try="$ac_link_default"
3665case "(($ac_try" in
3666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3667 *) ac_try_echo=$ac_try;;
3668esac
3669eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3670$as_echo "$ac_try_echo"; } >&5
3671 (eval "$ac_link_default") 2>&5
3672 ac_status=$?
3673 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3674 test $ac_status = 0; }; then :
3675 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3676# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3677# in a Makefile. We should not override ac_cv_exeext if it was cached,
3678# so that the user can short-circuit this test for compilers unknown to
3679# Autoconf.
3680for ac_file in $ac_files ''
3681do
3682 test -f "$ac_file" || continue
3683 case $ac_file in
3684 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3685 ;;
3686 [ab].out )
3687 # We found the default executable, but exeext='' is most
3688 # certainly right.
3689 break;;
3690 *.* )
3691 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3692 then :; else
3693 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3694 fi
3695 # We set ac_cv_exeext here because the later test for it is not
3696 # safe: cross compilers may not add the suffix if given an `-o'
3697 # argument, so we may need to know it at that point already.
3698 # Even if this section looks crufty: it has the advantage of
3699 # actually working.
3700 break;;
3701 * )
3702 break;;
3703 esac
3704done
3705test "$ac_cv_exeext" = no && ac_cv_exeext=
3706
3707else
3708 ac_file=''
3709fi
e440a328 3710if test -z "$ac_file"; then :
ea2e69a4 3711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3712$as_echo "no" >&6; }
3713$as_echo "$as_me: failed program was:" >&5
e440a328 3714sed 's/^/| /' conftest.$ac_ext >&5
3715
3716{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3717$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
ea2e69a4 3718as_fn_error 77 "C compiler cannot create executables
3719See \`config.log' for more details" "$LINENO" 5; }
3720else
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3722$as_echo "yes" >&6; }
e440a328 3723fi
ea2e69a4 3724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3725$as_echo_n "checking for C compiler default output file name... " >&6; }
3726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3727$as_echo "$ac_file" >&6; }
e440a328 3728ac_exeext=$ac_cv_exeext
3729
ea2e69a4 3730rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
e440a328 3731ac_clean_files=$ac_clean_files_save
e440a328 3732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3733$as_echo_n "checking for suffix of executables... " >&6; }
3734if { { ac_try="$ac_link"
3735case "(($ac_try" in
3736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3737 *) ac_try_echo=$ac_try;;
3738esac
3739eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3740$as_echo "$ac_try_echo"; } >&5
3741 (eval "$ac_link") 2>&5
3742 ac_status=$?
3743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3744 test $ac_status = 0; }; then :
3745 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3746# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3747# work properly (i.e., refer to `conftest.exe'), while it won't with
3748# `rm'.
3749for ac_file in conftest.exe conftest conftest.*; do
3750 test -f "$ac_file" || continue
3751 case $ac_file in
3752 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3753 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3754 break;;
3755 * ) break;;
3756 esac
3757done
3758else
3759 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3760$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
ea2e69a4 3761as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3762See \`config.log' for more details" "$LINENO" 5; }
e440a328 3763fi
ea2e69a4 3764rm -f conftest conftest$ac_cv_exeext
e440a328 3765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3766$as_echo "$ac_cv_exeext" >&6; }
3767
3768rm -f conftest.$ac_ext
3769EXEEXT=$ac_cv_exeext
3770ac_exeext=$EXEEXT
ea2e69a4 3771cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3772/* end confdefs.h. */
3773#include <stdio.h>
3774int
3775main ()
3776{
3777FILE *f = fopen ("conftest.out", "w");
3778 return ferror (f) || fclose (f) != 0;
3779
3780 ;
3781 return 0;
3782}
3783_ACEOF
3784ac_clean_files="$ac_clean_files conftest.out"
3785# Check that the compiler produces executables we can run. If not, either
3786# the compiler is broken, or we cross compile.
3787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3788$as_echo_n "checking whether we are cross compiling... " >&6; }
3789if test "$cross_compiling" != yes; then
3790 { { ac_try="$ac_link"
3791case "(($ac_try" in
3792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3793 *) ac_try_echo=$ac_try;;
3794esac
3795eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3796$as_echo "$ac_try_echo"; } >&5
3797 (eval "$ac_link") 2>&5
3798 ac_status=$?
3799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3800 test $ac_status = 0; }
3801 if { ac_try='./conftest$ac_cv_exeext'
3802 { { case "(($ac_try" in
3803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3804 *) ac_try_echo=$ac_try;;
3805esac
3806eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3807$as_echo "$ac_try_echo"; } >&5
3808 (eval "$ac_try") 2>&5
3809 ac_status=$?
3810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3811 test $ac_status = 0; }; }; then
3812 cross_compiling=no
3813 else
3814 if test "$cross_compiling" = maybe; then
3815 cross_compiling=yes
3816 else
3817 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3818$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3819as_fn_error $? "cannot run C compiled programs.
3820If you meant to cross compile, use \`--host'.
3821See \`config.log' for more details" "$LINENO" 5; }
3822 fi
3823 fi
3824fi
3825{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3826$as_echo "$cross_compiling" >&6; }
3827
3828rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3829ac_clean_files=$ac_clean_files_save
e440a328 3830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3831$as_echo_n "checking for suffix of object files... " >&6; }
ea2e69a4 3832if ${ac_cv_objext+:} false; then :
e440a328 3833 $as_echo_n "(cached) " >&6
3834else
3835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3836/* end confdefs.h. */
3837
3838int
3839main ()
3840{
3841
3842 ;
3843 return 0;
3844}
3845_ACEOF
3846rm -f conftest.o conftest.obj
3847if { { ac_try="$ac_compile"
3848case "(($ac_try" in
3849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3850 *) ac_try_echo=$ac_try;;
3851esac
3852eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3853$as_echo "$ac_try_echo"; } >&5
3854 (eval "$ac_compile") 2>&5
3855 ac_status=$?
3856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3857 test $ac_status = 0; }; then :
3858 for ac_file in conftest.o conftest.obj conftest.*; do
3859 test -f "$ac_file" || continue;
3860 case $ac_file in
3861 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3862 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3863 break;;
3864 esac
3865done
3866else
3867 $as_echo "$as_me: failed program was:" >&5
3868sed 's/^/| /' conftest.$ac_ext >&5
3869
3870{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3871$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
ea2e69a4 3872as_fn_error $? "cannot compute suffix of object files: cannot compile
3873See \`config.log' for more details" "$LINENO" 5; }
e440a328 3874fi
3875rm -f conftest.$ac_cv_objext conftest.$ac_ext
3876fi
3877{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3878$as_echo "$ac_cv_objext" >&6; }
3879OBJEXT=$ac_cv_objext
3880ac_objext=$OBJEXT
3881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3882$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
ea2e69a4 3883if ${ac_cv_c_compiler_gnu+:} false; then :
e440a328 3884 $as_echo_n "(cached) " >&6
3885else
3886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3887/* end confdefs.h. */
3888
3889int
3890main ()
3891{
3892#ifndef __GNUC__
3893 choke me
3894#endif
3895
3896 ;
3897 return 0;
3898}
3899_ACEOF
3900if ac_fn_c_try_compile "$LINENO"; then :
3901 ac_compiler_gnu=yes
3902else
3903 ac_compiler_gnu=no
3904fi
3905rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3906ac_cv_c_compiler_gnu=$ac_compiler_gnu
3907
3908fi
3909{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3910$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3911if test $ac_compiler_gnu = yes; then
3912 GCC=yes
3913else
3914 GCC=
3915fi
3916ac_test_CFLAGS=${CFLAGS+set}
3917ac_save_CFLAGS=$CFLAGS
3918{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3919$as_echo_n "checking whether $CC accepts -g... " >&6; }
ea2e69a4 3920if ${ac_cv_prog_cc_g+:} false; then :
e440a328 3921 $as_echo_n "(cached) " >&6
3922else
3923 ac_save_c_werror_flag=$ac_c_werror_flag
3924 ac_c_werror_flag=yes
3925 ac_cv_prog_cc_g=no
3926 CFLAGS="-g"
3927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3928/* end confdefs.h. */
3929
3930int
3931main ()
3932{
3933
3934 ;
3935 return 0;
3936}
3937_ACEOF
3938if ac_fn_c_try_compile "$LINENO"; then :
3939 ac_cv_prog_cc_g=yes
3940else
3941 CFLAGS=""
3942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3943/* end confdefs.h. */
3944
3945int
3946main ()
3947{
3948
3949 ;
3950 return 0;
3951}
3952_ACEOF
3953if ac_fn_c_try_compile "$LINENO"; then :
3954
3955else
3956 ac_c_werror_flag=$ac_save_c_werror_flag
3957 CFLAGS="-g"
3958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3959/* end confdefs.h. */
3960
3961int
3962main ()
3963{
3964
3965 ;
3966 return 0;
3967}
3968_ACEOF
3969if ac_fn_c_try_compile "$LINENO"; then :
3970 ac_cv_prog_cc_g=yes
3971fi
3972rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3973fi
3974rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3975fi
3976rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3977 ac_c_werror_flag=$ac_save_c_werror_flag
3978fi
3979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3980$as_echo "$ac_cv_prog_cc_g" >&6; }
3981if test "$ac_test_CFLAGS" = set; then
3982 CFLAGS=$ac_save_CFLAGS
3983elif test $ac_cv_prog_cc_g = yes; then
3984 if test "$GCC" = yes; then
3985 CFLAGS="-g -O2"
3986 else
3987 CFLAGS="-g"
3988 fi
3989else
3990 if test "$GCC" = yes; then
3991 CFLAGS="-O2"
3992 else
3993 CFLAGS=
3994 fi
3995fi
3996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3997$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
ea2e69a4 3998if ${ac_cv_prog_cc_c89+:} false; then :
e440a328 3999 $as_echo_n "(cached) " >&6
4000else
4001 ac_cv_prog_cc_c89=no
4002ac_save_CC=$CC
4003cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4004/* end confdefs.h. */
4005#include <stdarg.h>
4006#include <stdio.h>
ea2e69a4 4007struct stat;
e440a328 4008/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4009struct buf { int x; };
4010FILE * (*rcsopen) (struct buf *, struct stat *, int);
4011static char *e (p, i)
4012 char **p;
4013 int i;
4014{
4015 return p[i];
4016}
4017static char *f (char * (*g) (char **, int), char **p, ...)
4018{
4019 char *s;
4020 va_list v;
4021 va_start (v,p);
4022 s = g (p, va_arg (v,int));
4023 va_end (v);
4024 return s;
4025}
4026
4027/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4028 function prototypes and stuff, but not '\xHH' hex character constants.
4029 These don't provoke an error unfortunately, instead are silently treated
4030 as 'x'. The following induces an error, until -std is added to get
4031 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4032 array size at least. It's necessary to write '\x00'==0 to get something
4033 that's true only with -std. */
4034int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4035
4036/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4037 inside strings and character constants. */
4038#define FOO(x) 'x'
4039int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4040
4041int test (int i, double x);
4042struct s1 {int (*f) (int a);};
4043struct s2 {int (*f) (double a);};
4044int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4045int argc;
4046char **argv;
4047int
4048main ()
4049{
4050return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4051 ;
4052 return 0;
4053}
4054_ACEOF
4055for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4056 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4057do
4058 CC="$ac_save_CC $ac_arg"
4059 if ac_fn_c_try_compile "$LINENO"; then :
4060 ac_cv_prog_cc_c89=$ac_arg
4061fi
4062rm -f core conftest.err conftest.$ac_objext
4063 test "x$ac_cv_prog_cc_c89" != "xno" && break
4064done
4065rm -f conftest.$ac_ext
4066CC=$ac_save_CC
4067
4068fi
4069# AC_CACHE_VAL
4070case "x$ac_cv_prog_cc_c89" in
4071 x)
4072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4073$as_echo "none needed" >&6; } ;;
4074 xno)
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4076$as_echo "unsupported" >&6; } ;;
4077 *)
4078 CC="$CC $ac_cv_prog_cc_c89"
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4080$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4081esac
4082if test "x$ac_cv_prog_cc_c89" != xno; then :
4083
4084fi
4085
4086ac_ext=c
4087ac_cpp='$CPP $CPPFLAGS'
4088ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4089ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4090ac_compiler_gnu=$ac_cv_c_compiler_gnu
ea2e69a4 4091
4092ac_ext=c
4093ac_cpp='$CPP $CPPFLAGS'
4094ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4095ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4096ac_compiler_gnu=$ac_cv_c_compiler_gnu
4097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4098$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4099if ${am_cv_prog_cc_c_o+:} false; then :
4100 $as_echo_n "(cached) " >&6
4101else
4102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4103/* end confdefs.h. */
4104
4105int
4106main ()
4107{
4108
4109 ;
4110 return 0;
4111}
4112_ACEOF
4113 # Make sure it works both with $CC and with simple cc.
4114 # Following AC_PROG_CC_C_O, we do the test twice because some
4115 # compilers refuse to overwrite an existing .o file with -o,
4116 # though they will create one.
4117 am_cv_prog_cc_c_o=yes
4118 for am_i in 1 2; do
4119 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4120 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4121 ac_status=$?
4122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4123 (exit $ac_status); } \
4124 && test -f conftest2.$ac_objext; then
4125 : OK
4126 else
4127 am_cv_prog_cc_c_o=no
4128 break
4129 fi
4130 done
4131 rm -f core conftest*
4132 unset am_i
4133fi
4134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4135$as_echo "$am_cv_prog_cc_c_o" >&6; }
4136if test "$am_cv_prog_cc_c_o" != yes; then
4137 # Losing compiler, so override with the script.
4138 # FIXME: It is wrong to rewrite CC.
4139 # But if we don't then we get into trouble of one sort or another.
4140 # A longer-term fix would be to have automake use am__CC in this case,
4141 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4142 CC="$am_aux_dir/compile $CC"
4143fi
4144ac_ext=c
4145ac_cpp='$CPP $CPPFLAGS'
4146ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4147ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4148ac_compiler_gnu=$ac_cv_c_compiler_gnu
4149
e440a328 4150DEPDIR="${am__leading_dot}deps"
4151
4152ac_config_commands="$ac_config_commands depfiles"
4153
4154
4155am_make=${MAKE-make}
4156cat > confinc << 'END'
4157am__doit:
4158 @echo this is the am__doit target
4159.PHONY: am__doit
4160END
4161# If we don't find an include directive, just comment out the code.
4162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4163$as_echo_n "checking for style of include used by $am_make... " >&6; }
4164am__include="#"
4165am__quote=
4166_am_result=none
4167# First try GNU make style include.
4168echo "include confinc" > confmf
ea2e69a4 4169# Ignore all kinds of additional output from 'make'.
e440a328 4170case `$am_make -s -f confmf 2> /dev/null` in #(
4171*the\ am__doit\ target*)
4172 am__include=include
4173 am__quote=
4174 _am_result=GNU
4175 ;;
4176esac
4177# Now try BSD make style include.
4178if test "$am__include" = "#"; then
4179 echo '.include "confinc"' > confmf
4180 case `$am_make -s -f confmf 2> /dev/null` in #(
4181 *the\ am__doit\ target*)
4182 am__include=.include
4183 am__quote="\""
4184 _am_result=BSD
4185 ;;
4186 esac
4187fi
4188
4189
4190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4191$as_echo "$_am_result" >&6; }
4192rm -f confinc confmf
4193
4194# Check whether --enable-dependency-tracking was given.
4195if test "${enable_dependency_tracking+set}" = set; then :
4196 enableval=$enable_dependency_tracking;
4197fi
4198
4199if test "x$enable_dependency_tracking" != xno; then
4200 am_depcomp="$ac_aux_dir/depcomp"
4201 AMDEPBACKSLASH='\'
e92f1942 4202 am__nodep='_no'
e440a328 4203fi
4204 if test "x$enable_dependency_tracking" != xno; then
4205 AMDEP_TRUE=
4206 AMDEP_FALSE='#'
4207else
4208 AMDEP_TRUE='#'
4209 AMDEP_FALSE=
4210fi
4211
4212
4213
4214depcc="$CC" am_compiler_list=
4215
4216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4217$as_echo_n "checking dependency style of $depcc... " >&6; }
ea2e69a4 4218if ${am_cv_CC_dependencies_compiler_type+:} false; then :
e440a328 4219 $as_echo_n "(cached) " >&6
4220else
4221 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4222 # We make a subdir and do the tests there. Otherwise we can end up
4223 # making bogus files that we don't know about and never remove. For
4224 # instance it was reported that on HP-UX the gcc test will end up
ea2e69a4 4225 # making a dummy file named 'D' -- because '-MD' means "put the output
4226 # in D".
e92f1942 4227 rm -rf conftest.dir
e440a328 4228 mkdir conftest.dir
4229 # Copy depcomp to subdir because otherwise we won't find it if we're
4230 # using a relative directory.
4231 cp "$am_depcomp" conftest.dir
4232 cd conftest.dir
4233 # We will build objects and dependencies in a subdirectory because
4234 # it helps to detect inapplicable dependency modes. For instance
4235 # both Tru64's cc and ICC support -MD to output dependencies as a
4236 # side effect of compilation, but ICC will put the dependencies in
4237 # the current directory while Tru64 will put them in the object
4238 # directory.
4239 mkdir sub
4240
4241 am_cv_CC_dependencies_compiler_type=none
4242 if test "$am_compiler_list" = ""; then
4243 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4244 fi
4245 am__universal=false
4246 case " $depcc " in #(
4247 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4248 esac
4249
4250 for depmode in $am_compiler_list; do
4251 # Setup a source with many dependencies, because some compilers
4252 # like to wrap large dependency lists on column 80 (with \), and
4253 # we should not choose a depcomp mode which is confused by this.
4254 #
4255 # We need to recreate these files for each test, as the compiler may
4256 # overwrite some of them when testing with obscure command lines.
4257 # This happens at least with the AIX C compiler.
4258 : > sub/conftest.c
4259 for i in 1 2 3 4 5 6; do
4260 echo '#include "conftst'$i'.h"' >> sub/conftest.c
ea2e69a4 4261 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4262 # Solaris 10 /bin/sh.
4263 echo '/* dummy */' > sub/conftst$i.h
e440a328 4264 done
4265 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4266
ea2e69a4 4267 # We check with '-c' and '-o' for the sake of the "dashmstdout"
e440a328 4268 # mode. It turns out that the SunPro C++ compiler does not properly
ea2e69a4 4269 # handle '-M -o', and we need to detect this. Also, some Intel
4270 # versions had trouble with output in subdirs.
e440a328 4271 am__obj=sub/conftest.${OBJEXT-o}
4272 am__minus_obj="-o $am__obj"
4273 case $depmode in
4274 gcc)
4275 # This depmode causes a compiler race in universal mode.
4276 test "$am__universal" = false || continue
4277 ;;
4278 nosideeffect)
ea2e69a4 4279 # After this tag, mechanisms are not by side-effect, so they'll
4280 # only be used when explicitly requested.
e440a328 4281 if test "x$enable_dependency_tracking" = xyes; then
4282 continue
4283 else
4284 break
4285 fi
4286 ;;
e92f1942 4287 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
ea2e69a4 4288 # This compiler won't grok '-c -o', but also, the minuso test has
e440a328 4289 # not run yet. These depmodes are late enough in the game, and
4290 # so weak that their functioning should not be impacted.
4291 am__obj=conftest.${OBJEXT-o}
4292 am__minus_obj=
4293 ;;
4294 none) break ;;
4295 esac
4296 if depmode=$depmode \
4297 source=sub/conftest.c object=$am__obj \
4298 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4299 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4300 >/dev/null 2>conftest.err &&
4301 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4302 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4303 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4304 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4305 # icc doesn't choke on unknown options, it will just issue warnings
4306 # or remarks (even with -Werror). So we grep stderr for any message
4307 # that says an option was ignored or not supported.
4308 # When given -MP, icc 7.0 and 7.1 complain thusly:
4309 # icc: Command line warning: ignoring option '-M'; no argument required
4310 # The diagnosis changed in icc 8.0:
4311 # icc: Command line remark: option '-MP' not supported
4312 if (grep 'ignoring option' conftest.err ||
4313 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4314 am_cv_CC_dependencies_compiler_type=$depmode
4315 break
4316 fi
4317 fi
4318 done
4319
4320 cd ..
4321 rm -rf conftest.dir
4322else
4323 am_cv_CC_dependencies_compiler_type=none
4324fi
4325
4326fi
4327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4328$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4329CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4330
4331 if
4332 test "x$enable_dependency_tracking" != xno \
4333 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4334 am__fastdepCC_TRUE=
4335 am__fastdepCC_FALSE='#'
4336else
4337 am__fastdepCC_TRUE='#'
4338 am__fastdepCC_FALSE=
4339fi
4340
4341
4342ac_ext=go
ea2e69a4 4343ac_compile='$GOC -c $GOFLAGS conftest.$ac_ext >&5'
4344ac_link='$GOC -o conftest$ac_exeext $GOFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4345ac_compiler_gnu=yes
e440a328 4346if test -n "$ac_tool_prefix"; then
4347 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args.
4348set dummy ${ac_tool_prefix}gccgo; ac_word=$2
4349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4350$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 4351if ${ac_cv_prog_GOC+:} false; then :
e440a328 4352 $as_echo_n "(cached) " >&6
4353else
4354 if test -n "$GOC"; then
4355 ac_cv_prog_GOC="$GOC" # Let the user override the test.
4356else
4357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4358for as_dir in $PATH
4359do
4360 IFS=$as_save_IFS
4361 test -z "$as_dir" && as_dir=.
4362 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 4363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 4364 ac_cv_prog_GOC="${ac_tool_prefix}gccgo"
4365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4366 break 2
4367 fi
4368done
4369 done
4370IFS=$as_save_IFS
4371
4372fi
4373fi
4374GOC=$ac_cv_prog_GOC
4375if test -n "$GOC"; then
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC" >&5
4377$as_echo "$GOC" >&6; }
4378else
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4380$as_echo "no" >&6; }
4381fi
4382
4383
4384fi
4385if test -z "$ac_cv_prog_GOC"; then
4386 ac_ct_GOC=$GOC
4387 # Extract the first word of "gccgo", so it can be a program name with args.
4388set dummy gccgo; ac_word=$2
4389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4390$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 4391if ${ac_cv_prog_ac_ct_GOC+:} false; then :
e440a328 4392 $as_echo_n "(cached) " >&6
4393else
4394 if test -n "$ac_ct_GOC"; then
4395 ac_cv_prog_ac_ct_GOC="$ac_ct_GOC" # Let the user override the test.
4396else
4397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4398for as_dir in $PATH
4399do
4400 IFS=$as_save_IFS
4401 test -z "$as_dir" && as_dir=.
4402 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 4403 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 4404 ac_cv_prog_ac_ct_GOC="gccgo"
4405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4406 break 2
4407 fi
4408done
4409 done
4410IFS=$as_save_IFS
4411
4412fi
4413fi
4414ac_ct_GOC=$ac_cv_prog_ac_ct_GOC
4415if test -n "$ac_ct_GOC"; then
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GOC" >&5
4417$as_echo "$ac_ct_GOC" >&6; }
4418else
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4420$as_echo "no" >&6; }
4421fi
4422
4423 if test "x$ac_ct_GOC" = x; then
4424 GOC=""
4425 else
4426 case $cross_compiling:$ac_tool_warned in
4427yes:)
4428{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4429$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4430ac_tool_warned=yes ;;
4431esac
4432 GOC=$ac_ct_GOC
4433 fi
4434else
4435 GOC="$ac_cv_prog_GOC"
4436fi
4437
4438if test -z "$GOC"; then
4439 if test -n "$ac_tool_prefix"; then
4440 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args.
4441set dummy ${ac_tool_prefix}gccgo; ac_word=$2
4442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4443$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 4444if ${ac_cv_prog_GOC+:} false; then :
e440a328 4445 $as_echo_n "(cached) " >&6
4446else
4447 if test -n "$GOC"; then
4448 ac_cv_prog_GOC="$GOC" # Let the user override the test.
4449else
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=.
4455 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 4456 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 4457 ac_cv_prog_GOC="$ac_tool_prefix}gccgo"
4458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4459 break 2
4460 fi
4461done
4462 done
4463IFS=$as_save_IFS
4464
4465fi
4466fi
4467GOC=$ac_cv_prog_GOC
4468if test -n "$GOC"; then
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC" >&5
4470$as_echo "$GOC" >&6; }
4471else
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4473$as_echo "no" >&6; }
4474fi
4475
4476
4477 fi
4478fi
4479if test -z "$GOC"; then
4480 # Extract the first word of "gccgo", so it can be a program name with args.
4481set dummy gccgo; ac_word=$2
4482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4483$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 4484if ${ac_cv_prog_GOC+:} false; then :
e440a328 4485 $as_echo_n "(cached) " >&6
4486else
4487 if test -n "$GOC"; then
4488 ac_cv_prog_GOC="$GOC" # Let the user override the test.
4489else
4490 ac_prog_rejected=no
4491as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4492for as_dir in $PATH
4493do
4494 IFS=$as_save_IFS
4495 test -z "$as_dir" && as_dir=.
4496 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 4497 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4498 if test "$as_dir/$ac_word$ac_exec_ext" = "false"; then
e440a328 4499 ac_prog_rejected=yes
4500 continue
4501 fi
4502 ac_cv_prog_GOC="gccgo"
4503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4504 break 2
4505 fi
4506done
4507 done
4508IFS=$as_save_IFS
4509
4510if test $ac_prog_rejected = yes; then
4511 # We found a bogon in the path, so make sure we never use it.
4512 set dummy $ac_cv_prog_GOC
4513 shift
4514 if test $# != 0; then
4515 # We chose a different compiler from the bogus one.
4516 # However, it has the same basename, so the bogon will be chosen
4517 # first if we set GOC to just the basename; use the full file name.
4518 shift
4519 ac_cv_prog_GOC="$as_dir/$ac_word${1+' '}$@"
4520 fi
4521fi
4522fi
4523fi
4524GOC=$ac_cv_prog_GOC
4525if test -n "$GOC"; then
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC" >&5
4527$as_echo "$GOC" >&6; }
4528else
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4530$as_echo "no" >&6; }
4531fi
4532
4533
4534fi
4535
4536
4537# Provide some information about the compiler.
4538$as_echo "$as_me:${as_lineno-$LINENO}: checking for Go compiler version" >&5
4539set X $ac_compile
4540ac_compiler=$2
4541{ { ac_try="$ac_compiler --version >&5"
4542case "(($ac_try" in
4543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4544 *) ac_try_echo=$ac_try;;
4545esac
4546eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4547$as_echo "$ac_try_echo"; } >&5
4548 (eval "$ac_compiler --version >&5") 2>conftest.err
4549 ac_status=$?
4550 if test -s conftest.err; then
4551 sed '10a\
4552... rest of stderr output deleted ...
4553 10q' conftest.err >conftest.er1
4554 cat conftest.er1 >&5
e440a328 4555 fi
ea2e69a4 4556 rm -f conftest.er1 conftest.err
e440a328 4557 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4558 test $ac_status = 0; }
ea2e69a4 4559GOFLAGS="-g -O2"
e440a328 4560ac_ext=c
4561ac_cpp='$CPP $CPPFLAGS'
4562ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4563ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4564ac_compiler_gnu=$ac_cv_c_compiler_gnu
4565
4c768386 4566# By default we simply use the C compiler to build assembly code.
4567
4568test "${CCAS+set}" = set || CCAS=$CC
4569test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4570
4571
4572
4573depcc="$CCAS" am_compiler_list=
4574
4575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4576$as_echo_n "checking dependency style of $depcc... " >&6; }
4577if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4578 $as_echo_n "(cached) " >&6
4579else
4580 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4581 # We make a subdir and do the tests there. Otherwise we can end up
4582 # making bogus files that we don't know about and never remove. For
4583 # instance it was reported that on HP-UX the gcc test will end up
4584 # making a dummy file named 'D' -- because '-MD' means "put the output
4585 # in D".
4586 rm -rf conftest.dir
4587 mkdir conftest.dir
4588 # Copy depcomp to subdir because otherwise we won't find it if we're
4589 # using a relative directory.
4590 cp "$am_depcomp" conftest.dir
4591 cd conftest.dir
4592 # We will build objects and dependencies in a subdirectory because
4593 # it helps to detect inapplicable dependency modes. For instance
4594 # both Tru64's cc and ICC support -MD to output dependencies as a
4595 # side effect of compilation, but ICC will put the dependencies in
4596 # the current directory while Tru64 will put them in the object
4597 # directory.
4598 mkdir sub
4599
4600 am_cv_CCAS_dependencies_compiler_type=none
4601 if test "$am_compiler_list" = ""; then
4602 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4603 fi
4604 am__universal=false
4605
4606
4607 for depmode in $am_compiler_list; do
4608 # Setup a source with many dependencies, because some compilers
4609 # like to wrap large dependency lists on column 80 (with \), and
4610 # we should not choose a depcomp mode which is confused by this.
4611 #
4612 # We need to recreate these files for each test, as the compiler may
4613 # overwrite some of them when testing with obscure command lines.
4614 # This happens at least with the AIX C compiler.
4615 : > sub/conftest.c
4616 for i in 1 2 3 4 5 6; do
4617 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4618 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4619 # Solaris 10 /bin/sh.
4620 echo '/* dummy */' > sub/conftst$i.h
4621 done
4622 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4623
4624 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4625 # mode. It turns out that the SunPro C++ compiler does not properly
4626 # handle '-M -o', and we need to detect this. Also, some Intel
4627 # versions had trouble with output in subdirs.
4628 am__obj=sub/conftest.${OBJEXT-o}
4629 am__minus_obj="-o $am__obj"
4630 case $depmode in
4631 gcc)
4632 # This depmode causes a compiler race in universal mode.
4633 test "$am__universal" = false || continue
4634 ;;
4635 nosideeffect)
4636 # After this tag, mechanisms are not by side-effect, so they'll
4637 # only be used when explicitly requested.
4638 if test "x$enable_dependency_tracking" = xyes; then
4639 continue
4640 else
4641 break
4642 fi
4643 ;;
4644 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4645 # This compiler won't grok '-c -o', but also, the minuso test has
4646 # not run yet. These depmodes are late enough in the game, and
4647 # so weak that their functioning should not be impacted.
4648 am__obj=conftest.${OBJEXT-o}
4649 am__minus_obj=
4650 ;;
4651 none) break ;;
4652 esac
4653 if depmode=$depmode \
4654 source=sub/conftest.c object=$am__obj \
4655 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4656 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4657 >/dev/null 2>conftest.err &&
4658 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4659 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4660 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4661 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4662 # icc doesn't choke on unknown options, it will just issue warnings
4663 # or remarks (even with -Werror). So we grep stderr for any message
4664 # that says an option was ignored or not supported.
4665 # When given -MP, icc 7.0 and 7.1 complain thusly:
4666 # icc: Command line warning: ignoring option '-M'; no argument required
4667 # The diagnosis changed in icc 8.0:
4668 # icc: Command line remark: option '-MP' not supported
4669 if (grep 'ignoring option' conftest.err ||
4670 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4671 am_cv_CCAS_dependencies_compiler_type=$depmode
4672 break
4673 fi
4674 fi
4675 done
4676
4677 cd ..
4678 rm -rf conftest.dir
4679else
4680 am_cv_CCAS_dependencies_compiler_type=none
4681fi
4682
4683fi
4684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4685$as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4686CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4687
4688 if
4689 test "x$enable_dependency_tracking" != xno \
4690 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4691 am__fastdepCCAS_TRUE=
4692 am__fastdepCCAS_FALSE='#'
4693else
4694 am__fastdepCCAS_TRUE='#'
4695 am__fastdepCCAS_FALSE=
4696fi
4697
4698
e440a328 4699
4700
4701
4702
03118c21 4703case ${host} in
4704 *-*-aix*)
4705 # static hash tables crashes on AIX when libgo is built with O2
4706 CFLAGS="$CFLAGS -fno-section-anchors"
4707 GOCFLAGS="$GOCFLAGS -fno-section-anchors"
4708 ;;
4709esac
4710
e440a328 4711
4712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
4713$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
4714 # Check whether --enable-maintainer-mode was given.
4715if test "${enable_maintainer_mode+set}" = set; then :
4716 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
4717else
4718 USE_MAINTAINER_MODE=no
4719fi
4720
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
4722$as_echo "$USE_MAINTAINER_MODE" >&6; }
4723 if test $USE_MAINTAINER_MODE = yes; then
4724 MAINTAINER_MODE_TRUE=
4725 MAINTAINER_MODE_FALSE='#'
4726else
4727 MAINTAINER_MODE_TRUE='#'
4728 MAINTAINER_MODE_FALSE=
4729fi
4730
4731 MAINT=$MAINTAINER_MODE_TRUE
4732
4733
4734
c9c0c1d2 4735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4736$as_echo_n "checking for a sed that does not truncate output... " >&6; }
ea2e69a4 4737if ${ac_cv_path_SED+:} false; then :
e440a328 4738 $as_echo_n "(cached) " >&6
4739else
c9c0c1d2 4740 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4741 for ac_i in 1 2 3 4 5 6 7; do
4742 ac_script="$ac_script$as_nl$ac_script"
4743 done
4744 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4745 { ac_script=; unset ac_script;}
4746 if test -z "$SED"; then
4747 ac_path_SED_found=false
4748 # Loop through the user's path and test for each of PROGNAME-LIST
4749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4750for as_dir in $PATH
e440a328 4751do
c9c0c1d2 4752 IFS=$as_save_IFS
4753 test -z "$as_dir" && as_dir=.
4754 for ac_prog in sed gsed; do
4755 for ac_exec_ext in '' $ac_executable_extensions; do
4756 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
ea2e69a4 4757 as_fn_executable_p "$ac_path_SED" || continue
c9c0c1d2 4758# Check for GNU ac_path_SED and select it if it is found.
4759 # Check for GNU $ac_path_SED
4760case `"$ac_path_SED" --version 2>&1` in
4761*GNU*)
4762 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4763*)
4764 ac_count=0
4765 $as_echo_n 0123456789 >"conftest.in"
4766 while :
4767 do
4768 cat "conftest.in" "conftest.in" >"conftest.tmp"
4769 mv "conftest.tmp" "conftest.in"
4770 cp "conftest.in" "conftest.nl"
4771 $as_echo '' >> "conftest.nl"
4772 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4773 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4774 as_fn_arith $ac_count + 1 && ac_count=$as_val
4775 if test $ac_count -gt ${ac_path_SED_max-0}; then
4776 # Best one so far, save it but keep looking for a better one
4777 ac_cv_path_SED="$ac_path_SED"
4778 ac_path_SED_max=$ac_count
4779 fi
4780 # 10*(2^10) chars as input seems more than enough
4781 test $ac_count -gt 10 && break
4782 done
4783 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4784esac
e440a328 4785
c9c0c1d2 4786 $ac_path_SED_found && break 3
4787 done
4788 done
4789 done
4790IFS=$as_save_IFS
4791 if test -z "$ac_cv_path_SED"; then
ea2e69a4 4792 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
c9c0c1d2 4793 fi
e440a328 4794else
c9c0c1d2 4795 ac_cv_path_SED=$SED
e440a328 4796fi
4797
4798fi
c9c0c1d2 4799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4800$as_echo "$ac_cv_path_SED" >&6; }
4801 SED="$ac_cv_path_SED"
4802 rm -f conftest.sed
4803
4804test -z "$SED" && SED=sed
4805Xsed="$SED -e 1s/^X//"
4806
e440a328 4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4818$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
ea2e69a4 4819if ${ac_cv_path_GREP+:} false; then :
e440a328 4820 $as_echo_n "(cached) " >&6
4821else
4822 if test -z "$GREP"; then
4823 ac_path_GREP_found=false
4824 # Loop through the user's path and test for each of PROGNAME-LIST
4825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4826for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4827do
4828 IFS=$as_save_IFS
4829 test -z "$as_dir" && as_dir=.
4830 for ac_prog in grep ggrep; do
4831 for ac_exec_ext in '' $ac_executable_extensions; do
4832 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
ea2e69a4 4833 as_fn_executable_p "$ac_path_GREP" || continue
e440a328 4834# Check for GNU ac_path_GREP and select it if it is found.
4835 # Check for GNU $ac_path_GREP
4836case `"$ac_path_GREP" --version 2>&1` in
4837*GNU*)
4838 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4839*)
4840 ac_count=0
4841 $as_echo_n 0123456789 >"conftest.in"
4842 while :
4843 do
4844 cat "conftest.in" "conftest.in" >"conftest.tmp"
4845 mv "conftest.tmp" "conftest.in"
4846 cp "conftest.in" "conftest.nl"
4847 $as_echo 'GREP' >> "conftest.nl"
4848 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4849 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4850 as_fn_arith $ac_count + 1 && ac_count=$as_val
4851 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4852 # Best one so far, save it but keep looking for a better one
4853 ac_cv_path_GREP="$ac_path_GREP"
4854 ac_path_GREP_max=$ac_count
4855 fi
4856 # 10*(2^10) chars as input seems more than enough
4857 test $ac_count -gt 10 && break
4858 done
4859 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4860esac
4861
4862 $ac_path_GREP_found && break 3
4863 done
4864 done
4865 done
4866IFS=$as_save_IFS
4867 if test -z "$ac_cv_path_GREP"; then
ea2e69a4 4868 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
e440a328 4869 fi
4870else
4871 ac_cv_path_GREP=$GREP
4872fi
4873
4874fi
4875{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4876$as_echo "$ac_cv_path_GREP" >&6; }
4877 GREP="$ac_cv_path_GREP"
4878
4879
4880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4881$as_echo_n "checking for egrep... " >&6; }
ea2e69a4 4882if ${ac_cv_path_EGREP+:} false; then :
e440a328 4883 $as_echo_n "(cached) " >&6
4884else
4885 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4886 then ac_cv_path_EGREP="$GREP -E"
4887 else
4888 if test -z "$EGREP"; then
4889 ac_path_EGREP_found=false
4890 # Loop through the user's path and test for each of PROGNAME-LIST
4891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4892for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4893do
4894 IFS=$as_save_IFS
4895 test -z "$as_dir" && as_dir=.
4896 for ac_prog in egrep; do
4897 for ac_exec_ext in '' $ac_executable_extensions; do
4898 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
ea2e69a4 4899 as_fn_executable_p "$ac_path_EGREP" || continue
e440a328 4900# Check for GNU ac_path_EGREP and select it if it is found.
4901 # Check for GNU $ac_path_EGREP
4902case `"$ac_path_EGREP" --version 2>&1` in
4903*GNU*)
4904 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4905*)
4906 ac_count=0
4907 $as_echo_n 0123456789 >"conftest.in"
4908 while :
4909 do
4910 cat "conftest.in" "conftest.in" >"conftest.tmp"
4911 mv "conftest.tmp" "conftest.in"
4912 cp "conftest.in" "conftest.nl"
4913 $as_echo 'EGREP' >> "conftest.nl"
4914 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4915 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4916 as_fn_arith $ac_count + 1 && ac_count=$as_val
4917 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4918 # Best one so far, save it but keep looking for a better one
4919 ac_cv_path_EGREP="$ac_path_EGREP"
4920 ac_path_EGREP_max=$ac_count
4921 fi
4922 # 10*(2^10) chars as input seems more than enough
4923 test $ac_count -gt 10 && break
4924 done
4925 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4926esac
4927
4928 $ac_path_EGREP_found && break 3
4929 done
4930 done
4931 done
4932IFS=$as_save_IFS
4933 if test -z "$ac_cv_path_EGREP"; then
ea2e69a4 4934 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
e440a328 4935 fi
4936else
4937 ac_cv_path_EGREP=$EGREP
4938fi
4939
4940 fi
4941fi
4942{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4943$as_echo "$ac_cv_path_EGREP" >&6; }
4944 EGREP="$ac_cv_path_EGREP"
4945
4946
c9c0c1d2 4947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4948$as_echo_n "checking for fgrep... " >&6; }
ea2e69a4 4949if ${ac_cv_path_FGREP+:} false; then :
8202cb3c 4950 $as_echo_n "(cached) " >&6
4951else
c9c0c1d2 4952 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4953 then ac_cv_path_FGREP="$GREP -F"
4954 else
4955 if test -z "$FGREP"; then
4956 ac_path_FGREP_found=false
e440a328 4957 # Loop through the user's path and test for each of PROGNAME-LIST
4958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
c9c0c1d2 4959for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
e440a328 4960do
4961 IFS=$as_save_IFS
4962 test -z "$as_dir" && as_dir=.
c9c0c1d2 4963 for ac_prog in fgrep; do
e440a328 4964 for ac_exec_ext in '' $ac_executable_extensions; do
c9c0c1d2 4965 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
ea2e69a4 4966 as_fn_executable_p "$ac_path_FGREP" || continue
c9c0c1d2 4967# Check for GNU ac_path_FGREP and select it if it is found.
4968 # Check for GNU $ac_path_FGREP
4969case `"$ac_path_FGREP" --version 2>&1` in
e440a328 4970*GNU*)
c9c0c1d2 4971 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
e440a328 4972*)
4973 ac_count=0
4974 $as_echo_n 0123456789 >"conftest.in"
4975 while :
4976 do
4977 cat "conftest.in" "conftest.in" >"conftest.tmp"
4978 mv "conftest.tmp" "conftest.in"
4979 cp "conftest.in" "conftest.nl"
c9c0c1d2 4980 $as_echo 'FGREP' >> "conftest.nl"
4981 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
e440a328 4982 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4983 as_fn_arith $ac_count + 1 && ac_count=$as_val
c9c0c1d2 4984 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
e440a328 4985 # Best one so far, save it but keep looking for a better one
c9c0c1d2 4986 ac_cv_path_FGREP="$ac_path_FGREP"
4987 ac_path_FGREP_max=$ac_count
e440a328 4988 fi
4989 # 10*(2^10) chars as input seems more than enough
4990 test $ac_count -gt 10 && break
4991 done
4992 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4993esac
4994
c9c0c1d2 4995 $ac_path_FGREP_found && break 3
e440a328 4996 done
4997 done
4998 done
4999IFS=$as_save_IFS
c9c0c1d2 5000 if test -z "$ac_cv_path_FGREP"; then
ea2e69a4 5001 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
e440a328 5002 fi
5003else
c9c0c1d2 5004 ac_cv_path_FGREP=$FGREP
8202cb3c 5005fi
5006
c9c0c1d2 5007 fi
e440a328 5008fi
5009{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5010$as_echo "$ac_cv_path_FGREP" >&6; }
5011 FGREP="$ac_cv_path_FGREP"
5012
5013
5014test -z "$GREP" && GREP=grep
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5033ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5034ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5035
5036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5037$as_echo_n "checking how to print strings... " >&6; }
5038# Test print first, because it will be a builtin if present.
5039if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5040 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5041 ECHO='print -r --'
5042elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5043 ECHO='printf %s\n'
5044else
5045 # Use this function as a fallback that always works.
5046 func_fallback_echo ()
5047 {
5048 eval 'cat <<_LTECHO_EOF
5049$1
5050_LTECHO_EOF'
5051 }
5052 ECHO='func_fallback_echo'
5053fi
5054
5055# func_echo_all arg...
5056# Invoke $ECHO with all args, space-separated.
5057func_echo_all ()
5058{
5059 $ECHO ""
5060}
5061
5062case "$ECHO" in
5063 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5064$as_echo "printf" >&6; } ;;
5065 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5066$as_echo "print -r" >&6; } ;;
5067 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5068$as_echo "cat" >&6; } ;;
5069esac
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086# Check whether --with-gnu-ld was given.
5087if test "${with_gnu_ld+set}" = set; then :
5088 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5089else
5090 with_gnu_ld=no
5091fi
5092
5093ac_prog=ld
5094if test "$GCC" = yes; then
5095 # Check if gcc -print-prog-name=ld gives a path.
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5097$as_echo_n "checking for ld used by $CC... " >&6; }
5098 case $host in
5099 *-*-mingw*)
5100 # gcc leaves a trailing carriage return which upsets mingw
5101 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5102 *)
5103 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5104 esac
5105 case $ac_prog in
5106 # Accept absolute paths.
5107 [\\/]* | ?:[\\/]*)
5108 re_direlt='/[^/][^/]*/\.\./'
5109 # Canonicalize the pathname of ld
5110 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5111 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5112 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5113 done
5114 test -z "$LD" && LD="$ac_prog"
5115 ;;
5116 "")
5117 # If it fails, then pretend we aren't using GCC.
5118 ac_prog=ld
5119 ;;
5120 *)
5121 # If it is relative, then search for the first ld in PATH.
5122 with_gnu_ld=unknown
5123 ;;
5124 esac
5125elif test "$with_gnu_ld" = yes; then
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5127$as_echo_n "checking for GNU ld... " >&6; }
5128else
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5130$as_echo_n "checking for non-GNU ld... " >&6; }
5131fi
ea2e69a4 5132if ${lt_cv_path_LD+:} false; then :
e440a328 5133 $as_echo_n "(cached) " >&6
5134else
5135 if test -z "$LD"; then
5136 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5137 for ac_dir in $PATH; do
5138 IFS="$lt_save_ifs"
5139 test -z "$ac_dir" && ac_dir=.
5140 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5141 lt_cv_path_LD="$ac_dir/$ac_prog"
5142 # Check to see if the program is GNU ld. I'd rather use --version,
5143 # but apparently some variants of GNU ld only accept -v.
5144 # Break only if it was the GNU/non-GNU ld that we prefer.
5145 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5146 *GNU* | *'with BFD'*)
5147 test "$with_gnu_ld" != no && break
5148 ;;
5149 *)
5150 test "$with_gnu_ld" != yes && break
5151 ;;
5152 esac
5153 fi
5154 done
5155 IFS="$lt_save_ifs"
5156else
5157 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5158fi
5159fi
5160
5161LD="$lt_cv_path_LD"
5162if test -n "$LD"; then
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5164$as_echo "$LD" >&6; }
5165else
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5167$as_echo "no" >&6; }
5168fi
ea2e69a4 5169test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
e440a328 5170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5171$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
ea2e69a4 5172if ${lt_cv_prog_gnu_ld+:} false; then :
e440a328 5173 $as_echo_n "(cached) " >&6
5174else
5175 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5176case `$LD -v 2>&1 </dev/null` in
5177*GNU* | *'with BFD'*)
5178 lt_cv_prog_gnu_ld=yes
5179 ;;
5180*)
5181 lt_cv_prog_gnu_ld=no
5182 ;;
5183esac
5184fi
5185{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5186$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5187with_gnu_ld=$lt_cv_prog_gnu_ld
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197if test -n "$ac_tool_prefix"; then
5198 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5199set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5201$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 5202if ${ac_cv_prog_RANLIB+:} false; then :
e440a328 5203 $as_echo_n "(cached) " >&6
5204else
5205 if test -n "$RANLIB"; then
5206 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5207else
5208as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5209for as_dir in $PATH
5210do
5211 IFS=$as_save_IFS
5212 test -z "$as_dir" && as_dir=.
5213 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 5214 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 5215 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5217 break 2
5218 fi
5219done
5220 done
5221IFS=$as_save_IFS
5222
5223fi
5224fi
5225RANLIB=$ac_cv_prog_RANLIB
5226if test -n "$RANLIB"; then
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5228$as_echo "$RANLIB" >&6; }
5229else
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5231$as_echo "no" >&6; }
5232fi
5233
5234
5235fi
5236if test -z "$ac_cv_prog_RANLIB"; then
5237 ac_ct_RANLIB=$RANLIB
5238 # Extract the first word of "ranlib", so it can be a program name with args.
5239set dummy ranlib; ac_word=$2
5240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5241$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 5242if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
e440a328 5243 $as_echo_n "(cached) " >&6
5244else
5245 if test -n "$ac_ct_RANLIB"; then
5246 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5247else
5248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5249for as_dir in $PATH
5250do
5251 IFS=$as_save_IFS
5252 test -z "$as_dir" && as_dir=.
5253 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 5254 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 5255 ac_cv_prog_ac_ct_RANLIB="ranlib"
5256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5257 break 2
5258 fi
5259done
5260 done
5261IFS=$as_save_IFS
5262
5263fi
5264fi
5265ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5266if test -n "$ac_ct_RANLIB"; then
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5268$as_echo "$ac_ct_RANLIB" >&6; }
5269else
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5271$as_echo "no" >&6; }
5272fi
5273
5274 if test "x$ac_ct_RANLIB" = x; then
5275 RANLIB=":"
5276 else
5277 case $cross_compiling:$ac_tool_warned in
5278yes:)
5279{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5280$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5281ac_tool_warned=yes ;;
5282esac
5283 RANLIB=$ac_ct_RANLIB
5284 fi
5285else
5286 RANLIB="$ac_cv_prog_RANLIB"
5287fi
5288
5289if test -n "$ac_tool_prefix"; then
5290 # Extract the first word of "${ac_tool_prefix}objcopy", so it can be a program name with args.
5291set dummy ${ac_tool_prefix}objcopy; ac_word=$2
5292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5293$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 5294if ${ac_cv_prog_OBJCOPY+:} false; then :
e440a328 5295 $as_echo_n "(cached) " >&6
5296else
5297 if test -n "$OBJCOPY"; then
5298 ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
5299else
5300as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5301for as_dir in $PATH
5302do
5303 IFS=$as_save_IFS
5304 test -z "$as_dir" && as_dir=.
5305 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 5306 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 5307 ac_cv_prog_OBJCOPY="${ac_tool_prefix}objcopy"
5308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5309 break 2
5310 fi
5311done
5312 done
5313IFS=$as_save_IFS
5314
5315fi
5316fi
5317OBJCOPY=$ac_cv_prog_OBJCOPY
5318if test -n "$OBJCOPY"; then
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJCOPY" >&5
5320$as_echo "$OBJCOPY" >&6; }
5321else
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5323$as_echo "no" >&6; }
5324fi
5325
5326
5327fi
5328if test -z "$ac_cv_prog_OBJCOPY"; then
5329 ac_ct_OBJCOPY=$OBJCOPY
5330 # Extract the first word of "objcopy", so it can be a program name with args.
5331set dummy objcopy; ac_word=$2
5332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5333$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 5334if ${ac_cv_prog_ac_ct_OBJCOPY+:} false; then :
e440a328 5335 $as_echo_n "(cached) " >&6
5336else
5337 if test -n "$ac_ct_OBJCOPY"; then
5338 ac_cv_prog_ac_ct_OBJCOPY="$ac_ct_OBJCOPY" # Let the user override the test.
5339else
5340as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5341for as_dir in $PATH
5342do
5343 IFS=$as_save_IFS
5344 test -z "$as_dir" && as_dir=.
5345 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 5346 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 5347 ac_cv_prog_ac_ct_OBJCOPY="objcopy"
5348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5349 break 2
5350 fi
5351done
5352 done
5353IFS=$as_save_IFS
5354
5355fi
5356fi
5357ac_ct_OBJCOPY=$ac_cv_prog_ac_ct_OBJCOPY
5358if test -n "$ac_ct_OBJCOPY"; then
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJCOPY" >&5
5360$as_echo "$ac_ct_OBJCOPY" >&6; }
5361else
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5363$as_echo "no" >&6; }
5364fi
5365
5366 if test "x$ac_ct_OBJCOPY" = x; then
5367 OBJCOPY="missing-objcopy"
5368 else
5369 case $cross_compiling:$ac_tool_warned in
5370yes:)
5371{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5372$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5373ac_tool_warned=yes ;;
5374esac
5375 OBJCOPY=$ac_ct_OBJCOPY
5376 fi
5377else
5378 OBJCOPY="$ac_cv_prog_OBJCOPY"
5379fi
5380
5381
5382enable_dlopen=yes
5383
5384
5385
5386case `pwd` in
5387 *\ * | *\ *)
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5389$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5390esac
5391
5392
5393
5394macro_version='2.2.7a'
5395macro_revision='1.3134'
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409ltmain="$ac_aux_dir/ltmain.sh"
5410
5411# Backslashify metacharacters that are still active within
5412# double-quoted strings.
5413sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5414
5415# Same as above, but do not quote variable references.
5416double_quote_subst='s/\(["`\\]\)/\\\1/g'
5417
5418# Sed substitution to delay expansion of an escaped shell variable in a
5419# double_quote_subst'ed string.
5420delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5421
5422# Sed substitution to delay expansion of an escaped single quote.
5423delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5424
5425# Sed substitution to avoid accidental globbing in evaled expressions
5426no_glob_subst='s/\*/\\\*/g'
5427
5428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5429$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
ea2e69a4 5430if ${lt_cv_path_NM+:} false; then :
e440a328 5431 $as_echo_n "(cached) " >&6
5432else
5433 if test -n "$NM"; then
5434 # Let the user override the test.
5435 lt_cv_path_NM="$NM"
5436else
5437 lt_nm_to_check="${ac_tool_prefix}nm"
5438 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5439 lt_nm_to_check="$lt_nm_to_check nm"
5440 fi
5441 for lt_tmp_nm in $lt_nm_to_check; do
5442 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5443 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5444 IFS="$lt_save_ifs"
5445 test -z "$ac_dir" && ac_dir=.
5446 tmp_nm="$ac_dir/$lt_tmp_nm"
5447 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5448 # Check to see if the nm accepts a BSD-compat flag.
5449 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5450 # nm: unknown option "B" ignored
5451 # Tru64's nm complains that /dev/null is an invalid object file
5452 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5453 */dev/null* | *'Invalid file or object type'*)
5454 lt_cv_path_NM="$tmp_nm -B"
5455 break
5456 ;;
5457 *)
5458 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5459 */dev/null*)
5460 lt_cv_path_NM="$tmp_nm -p"
5461 break
5462 ;;
5463 *)
5464 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5465 continue # so that we can try to find one that supports BSD flags
5466 ;;
5467 esac
5468 ;;
5469 esac
5470 fi
5471 done
5472 IFS="$lt_save_ifs"
5473 done
5474 : ${lt_cv_path_NM=no}
5475fi
5476fi
5477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5478$as_echo "$lt_cv_path_NM" >&6; }
5479if test "$lt_cv_path_NM" != "no"; then
5480 NM="$lt_cv_path_NM"
5481else
5482 # Didn't find any BSD compatible name lister, look for dumpbin.
5483 if test -n "$DUMPBIN"; then :
5484 # Let the user override the test.
5485 else
5486 if test -n "$ac_tool_prefix"; then
5487 for ac_prog in dumpbin "link -dump"
5488 do
5489 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5490set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5492$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 5493if ${ac_cv_prog_DUMPBIN+:} false; then :
e440a328 5494 $as_echo_n "(cached) " >&6
5495else
5496 if test -n "$DUMPBIN"; then
5497 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5498else
5499as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5500for as_dir in $PATH
5501do
5502 IFS=$as_save_IFS
5503 test -z "$as_dir" && as_dir=.
5504 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 5505 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 5506 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5507 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5508 break 2
5509 fi
5510done
5511 done
5512IFS=$as_save_IFS
5513
5514fi
5515fi
5516DUMPBIN=$ac_cv_prog_DUMPBIN
5517if test -n "$DUMPBIN"; then
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5519$as_echo "$DUMPBIN" >&6; }
5520else
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5522$as_echo "no" >&6; }
5523fi
5524
5525
5526 test -n "$DUMPBIN" && break
5527 done
5528fi
5529if test -z "$DUMPBIN"; then
5530 ac_ct_DUMPBIN=$DUMPBIN
5531 for ac_prog in dumpbin "link -dump"
5532do
5533 # Extract the first word of "$ac_prog", so it can be a program name with args.
5534set dummy $ac_prog; ac_word=$2
5535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5536$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 5537if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
e440a328 5538 $as_echo_n "(cached) " >&6
5539else
5540 if test -n "$ac_ct_DUMPBIN"; then
5541 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5542else
5543as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5544for as_dir in $PATH
5545do
5546 IFS=$as_save_IFS
5547 test -z "$as_dir" && as_dir=.
5548 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 5549 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 5550 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5552 break 2
5553 fi
5554done
5555 done
5556IFS=$as_save_IFS
5557
5558fi
5559fi
5560ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5561if test -n "$ac_ct_DUMPBIN"; then
5562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5563$as_echo "$ac_ct_DUMPBIN" >&6; }
5564else
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5566$as_echo "no" >&6; }
5567fi
5568
5569
5570 test -n "$ac_ct_DUMPBIN" && break
5571done
5572
5573 if test "x$ac_ct_DUMPBIN" = x; then
5574 DUMPBIN=":"
5575 else
5576 case $cross_compiling:$ac_tool_warned in
5577yes:)
5578{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5579$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5580ac_tool_warned=yes ;;
5581esac
5582 DUMPBIN=$ac_ct_DUMPBIN
5583 fi
5584fi
5585
5586 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5587 *COFF*)
5588 DUMPBIN="$DUMPBIN -symbols"
5589 ;;
5590 *)
5591 DUMPBIN=:
5592 ;;
5593 esac
5594 fi
5595
5596 if test "$DUMPBIN" != ":"; then
5597 NM="$DUMPBIN"
5598 fi
5599fi
5600test -z "$NM" && NM=nm
5601
5602
5603
5604
5605
5606
5607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5608$as_echo_n "checking the name lister ($NM) interface... " >&6; }
ea2e69a4 5609if ${lt_cv_nm_interface+:} false; then :
e440a328 5610 $as_echo_n "(cached) " >&6
5611else
5612 lt_cv_nm_interface="BSD nm"
5613 echo "int some_variable = 0;" > conftest.$ac_ext
5614 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5615 (eval "$ac_compile" 2>conftest.err)
5616 cat conftest.err >&5
5617 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5618 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5619 cat conftest.err >&5
5620 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5621 cat conftest.out >&5
5622 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5623 lt_cv_nm_interface="MS dumpbin"
5624 fi
5625 rm -f conftest*
5626fi
5627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5628$as_echo "$lt_cv_nm_interface" >&6; }
5629
5630{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5631$as_echo_n "checking whether ln -s works... " >&6; }
5632LN_S=$as_ln_s
5633if test "$LN_S" = "ln -s"; then
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5635$as_echo "yes" >&6; }
5636else
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5638$as_echo "no, using $LN_S" >&6; }
5639fi
5640
5641# find the maximum length of command line arguments
5642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5643$as_echo_n "checking the maximum length of command line arguments... " >&6; }
ea2e69a4 5644if ${lt_cv_sys_max_cmd_len+:} false; then :
e440a328 5645 $as_echo_n "(cached) " >&6
5646else
5647 i=0
5648 teststring="ABCD"
5649
5650 case $build_os in
5651 msdosdjgpp*)
5652 # On DJGPP, this test can blow up pretty badly due to problems in libc
5653 # (any single argument exceeding 2000 bytes causes a buffer overrun
5654 # during glob expansion). Even if it were fixed, the result of this
5655 # check would be larger than it should be.
5656 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5657 ;;
5658
5659 gnu*)
5660 # Under GNU Hurd, this test is not required because there is
5661 # no limit to the length of command line arguments.
5662 # Libtool will interpret -1 as no limit whatsoever
5663 lt_cv_sys_max_cmd_len=-1;
5664 ;;
5665
5666 cygwin* | mingw* | cegcc*)
5667 # On Win9x/ME, this test blows up -- it succeeds, but takes
5668 # about 5 minutes as the teststring grows exponentially.
5669 # Worse, since 9x/ME are not pre-emptively multitasking,
5670 # you end up with a "frozen" computer, even though with patience
5671 # the test eventually succeeds (with a max line length of 256k).
5672 # Instead, let's just punt: use the minimum linelength reported by
5673 # all of the supported platforms: 8192 (on NT/2K/XP).
5674 lt_cv_sys_max_cmd_len=8192;
5675 ;;
5676
5677 mint*)
5678 # On MiNT this can take a long time and run out of memory.
5679 lt_cv_sys_max_cmd_len=8192;
5680 ;;
5681
5682 amigaos*)
5683 # On AmigaOS with pdksh, this test takes hours, literally.
5684 # So we just punt and use a minimum line length of 8192.
5685 lt_cv_sys_max_cmd_len=8192;
5686 ;;
5687
5688 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5689 # This has been around since 386BSD, at least. Likely further.
5690 if test -x /sbin/sysctl; then
5691 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5692 elif test -x /usr/sbin/sysctl; then
5693 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5694 else
5695 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5696 fi
5697 # And add a safety zone
5698 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5699 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5700 ;;
5701
5702 interix*)
5703 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5704 lt_cv_sys_max_cmd_len=196608
5705 ;;
5706
5707 osf*)
5708 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5709 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5710 # nice to cause kernel panics so lets avoid the loop below.
5711 # First set a reasonable default.
5712 lt_cv_sys_max_cmd_len=16384
5713 #
5714 if test -x /sbin/sysconfig; then
5715 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5716 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5717 esac
5718 fi
5719 ;;
5720 sco3.2v5*)
5721 lt_cv_sys_max_cmd_len=102400
5722 ;;
5723 sysv5* | sco5v6* | sysv4.2uw2*)
5724 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5725 if test -n "$kargmax"; then
5726 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5727 else
5728 lt_cv_sys_max_cmd_len=32768
5729 fi
5730 ;;
5731 *)
5732 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5733 if test -n "$lt_cv_sys_max_cmd_len"; then
5734 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5735 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5736 else
5737 # Make teststring a little bigger before we do anything with it.
5738 # a 1K string should be a reasonable start.
5739 for i in 1 2 3 4 5 6 7 8 ; do
5740 teststring=$teststring$teststring
5741 done
5742 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5743 # If test is not a shell built-in, we'll probably end up computing a
5744 # maximum length that is only half of the actual maximum length, but
5745 # we can't tell.
5746 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5747 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5748 test $i != 17 # 1/2 MB should be enough
5749 do
5750 i=`expr $i + 1`
5751 teststring=$teststring$teststring
5752 done
5753 # Only check the string length outside the loop.
5754 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5755 teststring=
5756 # Add a significant safety factor because C++ compilers can tack on
5757 # massive amounts of additional arguments before passing them to the
5758 # linker. It appears as though 1/2 is a usable value.
5759 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5760 fi
5761 ;;
5762 esac
5763
5764fi
5765
5766if test -n $lt_cv_sys_max_cmd_len ; then
5767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5768$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5769else
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5771$as_echo "none" >&6; }
5772fi
5773max_cmd_len=$lt_cv_sys_max_cmd_len
5774
5775
5776
5777
5778
5779
5780: ${CP="cp -f"}
5781: ${MV="mv -f"}
5782: ${RM="rm -f"}
5783
5784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5785$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5786# Try some XSI features
5787xsi_shell=no
5788( _lt_dummy="a/b/c"
5789 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5790 = c,a/b,, \
5791 && eval 'test $(( 1 + 1 )) -eq 2 \
5792 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5793 && xsi_shell=yes
5794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5795$as_echo "$xsi_shell" >&6; }
5796
5797
5798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5799$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5800lt_shell_append=no
5801( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5802 >/dev/null 2>&1 \
5803 && lt_shell_append=yes
5804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5805$as_echo "$lt_shell_append" >&6; }
5806
5807
5808if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5809 lt_unset=unset
5810else
5811 lt_unset=false
5812fi
5813
5814
5815
5816
5817
5818# test EBCDIC or ASCII
5819case `echo X|tr X '\101'` in
5820 A) # ASCII based system
5821 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5822 lt_SP2NL='tr \040 \012'
5823 lt_NL2SP='tr \015\012 \040\040'
5824 ;;
5825 *) # EBCDIC based system
5826 lt_SP2NL='tr \100 \n'
5827 lt_NL2SP='tr \r\n \100\100'
5828 ;;
5829esac
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5840$as_echo_n "checking for $LD option to reload object files... " >&6; }
ea2e69a4 5841if ${lt_cv_ld_reload_flag+:} false; then :
e440a328 5842 $as_echo_n "(cached) " >&6
5843else
5844 lt_cv_ld_reload_flag='-r'
5845fi
5846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5847$as_echo "$lt_cv_ld_reload_flag" >&6; }
5848reload_flag=$lt_cv_ld_reload_flag
5849case $reload_flag in
5850"" | " "*) ;;
5851*) reload_flag=" $reload_flag" ;;
5852esac
5853reload_cmds='$LD$reload_flag -o $output$reload_objs'
5854case $host_os in
5855 darwin*)
5856 if test "$GCC" = yes; then
5857 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5858 else
5859 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5860 fi
5861 ;;
5862esac
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872if test -n "$ac_tool_prefix"; then
5873 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5874set dummy ${ac_tool_prefix}objdump; ac_word=$2
5875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5876$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 5877if ${ac_cv_prog_OBJDUMP+:} false; then :
e440a328 5878 $as_echo_n "(cached) " >&6
5879else
5880 if test -n "$OBJDUMP"; then
5881 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5882else
5883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5884for as_dir in $PATH
5885do
5886 IFS=$as_save_IFS
5887 test -z "$as_dir" && as_dir=.
5888 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 5889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 5890 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5892 break 2
5893 fi
5894done
5895 done
5896IFS=$as_save_IFS
5897
5898fi
5899fi
5900OBJDUMP=$ac_cv_prog_OBJDUMP
5901if test -n "$OBJDUMP"; then
5902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5903$as_echo "$OBJDUMP" >&6; }
5904else
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5906$as_echo "no" >&6; }
5907fi
5908
5909
5910fi
5911if test -z "$ac_cv_prog_OBJDUMP"; then
5912 ac_ct_OBJDUMP=$OBJDUMP
5913 # Extract the first word of "objdump", so it can be a program name with args.
5914set dummy objdump; ac_word=$2
5915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5916$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 5917if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
e440a328 5918 $as_echo_n "(cached) " >&6
5919else
5920 if test -n "$ac_ct_OBJDUMP"; then
5921 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5922else
5923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5924for as_dir in $PATH
5925do
5926 IFS=$as_save_IFS
5927 test -z "$as_dir" && as_dir=.
5928 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 5929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 5930 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5932 break 2
5933 fi
5934done
5935 done
5936IFS=$as_save_IFS
5937
5938fi
5939fi
5940ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5941if test -n "$ac_ct_OBJDUMP"; then
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5943$as_echo "$ac_ct_OBJDUMP" >&6; }
5944else
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5946$as_echo "no" >&6; }
5947fi
5948
5949 if test "x$ac_ct_OBJDUMP" = x; then
5950 OBJDUMP="false"
5951 else
5952 case $cross_compiling:$ac_tool_warned in
5953yes:)
5954{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5955$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5956ac_tool_warned=yes ;;
5957esac
5958 OBJDUMP=$ac_ct_OBJDUMP
5959 fi
5960else
5961 OBJDUMP="$ac_cv_prog_OBJDUMP"
5962fi
5963
5964test -z "$OBJDUMP" && OBJDUMP=objdump
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5975$as_echo_n "checking how to recognize dependent libraries... " >&6; }
ea2e69a4 5976if ${lt_cv_deplibs_check_method+:} false; then :
e440a328 5977 $as_echo_n "(cached) " >&6
5978else
5979 lt_cv_file_magic_cmd='$MAGIC_CMD'
5980lt_cv_file_magic_test_file=
5981lt_cv_deplibs_check_method='unknown'
5982# Need to set the preceding variable on all platforms that support
5983# interlibrary dependencies.
5984# 'none' -- dependencies not supported.
5985# `unknown' -- same as none, but documents that we really don't know.
5986# 'pass_all' -- all dependencies passed with no checks.
5987# 'test_compile' -- check by making test program.
5988# 'file_magic [[regex]]' -- check by looking for files in library path
5989# which responds to the $file_magic_cmd with a given extended regex.
5990# If you have `file' or equivalent on your system and you're not sure
5991# whether `pass_all' will *always* work, you probably want this one.
5992
5993case $host_os in
5994aix[4-9]*)
5995 lt_cv_deplibs_check_method=pass_all
5996 ;;
5997
5998beos*)
5999 lt_cv_deplibs_check_method=pass_all
6000 ;;
6001
6002bsdi[45]*)
6003 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6004 lt_cv_file_magic_cmd='/usr/bin/file -L'
6005 lt_cv_file_magic_test_file=/shlib/libc.so
6006 ;;
6007
6008cygwin*)
6009 # func_win32_libid is a shell function defined in ltmain.sh
6010 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6011 lt_cv_file_magic_cmd='func_win32_libid'
6012 ;;
6013
6014mingw* | pw32*)
6015 # Base MSYS/MinGW do not provide the 'file' command needed by
6016 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6017 # unless we find 'file', for example because we are cross-compiling.
6018 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6019 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6020 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6021 lt_cv_file_magic_cmd='func_win32_libid'
6022 else
6023 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6024 lt_cv_file_magic_cmd='$OBJDUMP -f'
6025 fi
6026 ;;
6027
6028cegcc*)
6029 # use the weaker test based on 'objdump'. See mingw*.
6030 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6031 lt_cv_file_magic_cmd='$OBJDUMP -f'
6032 ;;
6033
6034darwin* | rhapsody*)
6035 lt_cv_deplibs_check_method=pass_all
6036 ;;
6037
6038freebsd* | dragonfly*)
6039 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6040 case $host_cpu in
6041 i*86 )
6042 # Not sure whether the presence of OpenBSD here was a mistake.
6043 # Let's accept both of them until this is cleared up.
6044 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6045 lt_cv_file_magic_cmd=/usr/bin/file
6046 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6047 ;;
6048 esac
6049 else
6050 lt_cv_deplibs_check_method=pass_all
6051 fi
6052 ;;
6053
6054gnu*)
6055 lt_cv_deplibs_check_method=pass_all
6056 ;;
6057
6058haiku*)
6059 lt_cv_deplibs_check_method=pass_all
6060 ;;
6061
6062hpux10.20* | hpux11*)
6063 lt_cv_file_magic_cmd=/usr/bin/file
6064 case $host_cpu in
6065 ia64*)
6066 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6067 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6068 ;;
6069 hppa*64*)
6070 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]'
6071 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6072 ;;
6073 *)
6074 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6075 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6076 ;;
6077 esac
6078 ;;
6079
6080interix[3-9]*)
6081 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6082 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6083 ;;
6084
6085irix5* | irix6* | nonstopux*)
6086 case $LD in
6087 *-32|*"-32 ") libmagic=32-bit;;
6088 *-n32|*"-n32 ") libmagic=N32;;
6089 *-64|*"-64 ") libmagic=64-bit;;
6090 *) libmagic=never-match;;
6091 esac
6092 lt_cv_deplibs_check_method=pass_all
6093 ;;
6094
6095# This must be Linux ELF.
6096linux* | k*bsd*-gnu | kopensolaris*-gnu)
6097 lt_cv_deplibs_check_method=pass_all
6098 ;;
6099
6100netbsd*)
6101 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6102 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6103 else
6104 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6105 fi
6106 ;;
6107
6108newos6*)
6109 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6110 lt_cv_file_magic_cmd=/usr/bin/file
6111 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6112 ;;
6113
6114*nto* | *qnx*)
6115 lt_cv_deplibs_check_method=pass_all
6116 ;;
6117
6118openbsd*)
6119 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6120 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6121 else
6122 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6123 fi
6124 ;;
6125
6126osf3* | osf4* | osf5*)
6127 lt_cv_deplibs_check_method=pass_all
6128 ;;
6129
6130rdos*)
6131 lt_cv_deplibs_check_method=pass_all
6132 ;;
6133
6134solaris*)
6135 lt_cv_deplibs_check_method=pass_all
6136 ;;
6137
6138sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6139 lt_cv_deplibs_check_method=pass_all
6140 ;;
6141
6142sysv4 | sysv4.3*)
6143 case $host_vendor in
6144 motorola)
6145 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]'
6146 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6147 ;;
6148 ncr)
6149 lt_cv_deplibs_check_method=pass_all
6150 ;;
6151 sequent)
6152 lt_cv_file_magic_cmd='/bin/file'
6153 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6154 ;;
6155 sni)
6156 lt_cv_file_magic_cmd='/bin/file'
6157 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6158 lt_cv_file_magic_test_file=/lib/libc.so
6159 ;;
6160 siemens)
6161 lt_cv_deplibs_check_method=pass_all
6162 ;;
6163 pc)
6164 lt_cv_deplibs_check_method=pass_all
6165 ;;
6166 esac
6167 ;;
6168
6169tpf*)
6170 lt_cv_deplibs_check_method=pass_all
6171 ;;
6172esac
6173
6174fi
6175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6176$as_echo "$lt_cv_deplibs_check_method" >&6; }
6177file_magic_cmd=$lt_cv_file_magic_cmd
6178deplibs_check_method=$lt_cv_deplibs_check_method
6179test -z "$deplibs_check_method" && deplibs_check_method=unknown
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192if test -n "$ac_tool_prefix"; then
6193 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6194set dummy ${ac_tool_prefix}ar; ac_word=$2
6195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6196$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 6197if ${ac_cv_prog_AR+:} false; then :
e440a328 6198 $as_echo_n "(cached) " >&6
6199else
6200 if test -n "$AR"; then
6201 ac_cv_prog_AR="$AR" # Let the user override the test.
6202else
6203as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6204for as_dir in $PATH
6205do
6206 IFS=$as_save_IFS
6207 test -z "$as_dir" && as_dir=.
6208 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 6209 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 6210 ac_cv_prog_AR="${ac_tool_prefix}ar"
6211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6212 break 2
6213 fi
6214done
6215 done
6216IFS=$as_save_IFS
6217
6218fi
6219fi
6220AR=$ac_cv_prog_AR
6221if test -n "$AR"; then
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6223$as_echo "$AR" >&6; }
6224else
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6226$as_echo "no" >&6; }
6227fi
6228
6229
6230fi
6231if test -z "$ac_cv_prog_AR"; then
6232 ac_ct_AR=$AR
6233 # Extract the first word of "ar", so it can be a program name with args.
6234set dummy ar; ac_word=$2
6235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6236$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 6237if ${ac_cv_prog_ac_ct_AR+:} false; then :
e440a328 6238 $as_echo_n "(cached) " >&6
6239else
6240 if test -n "$ac_ct_AR"; then
6241 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6242else
6243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6244for as_dir in $PATH
6245do
6246 IFS=$as_save_IFS
6247 test -z "$as_dir" && as_dir=.
6248 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 6249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 6250 ac_cv_prog_ac_ct_AR="ar"
6251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6252 break 2
6253 fi
6254done
6255 done
6256IFS=$as_save_IFS
6257
6258fi
6259fi
6260ac_ct_AR=$ac_cv_prog_ac_ct_AR
6261if test -n "$ac_ct_AR"; then
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6263$as_echo "$ac_ct_AR" >&6; }
6264else
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6266$as_echo "no" >&6; }
6267fi
6268
6269 if test "x$ac_ct_AR" = x; then
6270 AR="false"
6271 else
6272 case $cross_compiling:$ac_tool_warned in
6273yes:)
6274{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6275$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6276ac_tool_warned=yes ;;
6277esac
6278 AR=$ac_ct_AR
6279 fi
6280else
6281 AR="$ac_cv_prog_AR"
6282fi
6283
6284test -z "$AR" && AR=ar
6285test -z "$AR_FLAGS" && AR_FLAGS=cru
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297if test -n "$ac_tool_prefix"; then
6298 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6299set dummy ${ac_tool_prefix}strip; ac_word=$2
6300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6301$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 6302if ${ac_cv_prog_STRIP+:} false; then :
e440a328 6303 $as_echo_n "(cached) " >&6
6304else
6305 if test -n "$STRIP"; then
6306 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6307else
6308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309for as_dir in $PATH
6310do
6311 IFS=$as_save_IFS
6312 test -z "$as_dir" && as_dir=.
6313 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 6314 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 6315 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 break 2
6318 fi
6319done
6320 done
6321IFS=$as_save_IFS
6322
6323fi
6324fi
6325STRIP=$ac_cv_prog_STRIP
6326if test -n "$STRIP"; then
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6328$as_echo "$STRIP" >&6; }
6329else
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6331$as_echo "no" >&6; }
6332fi
6333
6334
6335fi
6336if test -z "$ac_cv_prog_STRIP"; then
6337 ac_ct_STRIP=$STRIP
6338 # Extract the first word of "strip", so it can be a program name with args.
6339set dummy strip; ac_word=$2
6340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6341$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 6342if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
e440a328 6343 $as_echo_n "(cached) " >&6
6344else
6345 if test -n "$ac_ct_STRIP"; then
6346 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6347else
6348as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6349for as_dir in $PATH
6350do
6351 IFS=$as_save_IFS
6352 test -z "$as_dir" && as_dir=.
6353 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 6354 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 6355 ac_cv_prog_ac_ct_STRIP="strip"
6356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6357 break 2
6358 fi
6359done
6360 done
6361IFS=$as_save_IFS
6362
6363fi
6364fi
6365ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6366if test -n "$ac_ct_STRIP"; then
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6368$as_echo "$ac_ct_STRIP" >&6; }
6369else
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6371$as_echo "no" >&6; }
6372fi
6373
6374 if test "x$ac_ct_STRIP" = x; then
6375 STRIP=":"
6376 else
6377 case $cross_compiling:$ac_tool_warned in
6378yes:)
6379{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6380$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6381ac_tool_warned=yes ;;
6382esac
6383 STRIP=$ac_ct_STRIP
6384 fi
6385else
6386 STRIP="$ac_cv_prog_STRIP"
6387fi
6388
6389test -z "$STRIP" && STRIP=:
6390
6391
6392
6393
6394
6395
6396if test -n "$ac_tool_prefix"; then
6397 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6398set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6400$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 6401if ${ac_cv_prog_RANLIB+:} false; then :
e440a328 6402 $as_echo_n "(cached) " >&6
6403else
6404 if test -n "$RANLIB"; then
6405 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6406else
6407as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6408for as_dir in $PATH
6409do
6410 IFS=$as_save_IFS
6411 test -z "$as_dir" && as_dir=.
6412 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 6413 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 6414 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6416 break 2
6417 fi
6418done
6419 done
6420IFS=$as_save_IFS
6421
6422fi
6423fi
6424RANLIB=$ac_cv_prog_RANLIB
6425if test -n "$RANLIB"; then
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6427$as_echo "$RANLIB" >&6; }
6428else
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6430$as_echo "no" >&6; }
6431fi
6432
6433
6434fi
6435if test -z "$ac_cv_prog_RANLIB"; then
6436 ac_ct_RANLIB=$RANLIB
6437 # Extract the first word of "ranlib", so it can be a program name with args.
6438set dummy ranlib; ac_word=$2
6439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6440$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 6441if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
e440a328 6442 $as_echo_n "(cached) " >&6
6443else
6444 if test -n "$ac_ct_RANLIB"; then
6445 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6446else
6447as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6448for as_dir in $PATH
6449do
6450 IFS=$as_save_IFS
6451 test -z "$as_dir" && as_dir=.
6452 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 6453 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 6454 ac_cv_prog_ac_ct_RANLIB="ranlib"
6455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6456 break 2
6457 fi
6458done
6459 done
6460IFS=$as_save_IFS
6461
6462fi
6463fi
6464ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6465if test -n "$ac_ct_RANLIB"; then
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6467$as_echo "$ac_ct_RANLIB" >&6; }
6468else
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6470$as_echo "no" >&6; }
6471fi
6472
6473 if test "x$ac_ct_RANLIB" = x; then
6474 RANLIB=":"
6475 else
6476 case $cross_compiling:$ac_tool_warned in
6477yes:)
6478{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6479$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6480ac_tool_warned=yes ;;
6481esac
6482 RANLIB=$ac_ct_RANLIB
6483 fi
6484else
6485 RANLIB="$ac_cv_prog_RANLIB"
6486fi
6487
6488test -z "$RANLIB" && RANLIB=:
6489
6490
6491
6492
6493
6494
6495# Determine commands to create old-style static archives.
6496old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6497old_postinstall_cmds='chmod 644 $oldlib'
6498old_postuninstall_cmds=
6499
6500if test -n "$RANLIB"; then
6501 case $host_os in
6502 openbsd*)
6503 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6504 ;;
6505 *)
6506 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6507 ;;
6508 esac
6509 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6510fi
6511
6512case $host_os in
6513 darwin*)
6514 lock_old_archive_extraction=yes ;;
6515 *)
6516 lock_old_archive_extraction=no ;;
6517esac
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557# If no C compiler was specified, use CC.
6558LTCC=${LTCC-"$CC"}
6559
6560# If no C compiler flags were specified, use CFLAGS.
6561LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6562
6563# Allow CC to be a program name with arguments.
6564compiler=$CC
6565
6566
6567# Check for command to grab the raw symbol name followed by C symbol from nm.
6568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6569$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
ea2e69a4 6570if ${lt_cv_sys_global_symbol_pipe+:} false; then :
e440a328 6571 $as_echo_n "(cached) " >&6
6572else
6573
6574# These are sane defaults that work on at least a few old systems.
6575# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6576
6577# Character class describing NM global symbol codes.
6578symcode='[BCDEGRST]'
6579
6580# Regexp to match symbols that can be accessed directly from C.
6581sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6582
6583# Define system-specific variables.
6584case $host_os in
6585aix*)
6586 symcode='[BCDT]'
6587 ;;
6588cygwin* | mingw* | pw32* | cegcc*)
6589 symcode='[ABCDGISTW]'
6590 ;;
6591hpux*)
6592 if test "$host_cpu" = ia64; then
6593 symcode='[ABCDEGRST]'
6594 fi
6595 ;;
6596irix* | nonstopux*)
6597 symcode='[BCDEGRST]'
6598 ;;
6599osf*)
6600 symcode='[BCDEGQRST]'
6601 ;;
6602solaris*)
6603 symcode='[BDRT]'
6604 ;;
6605sco3.2v5*)
6606 symcode='[DT]'
6607 ;;
6608sysv4.2uw2*)
6609 symcode='[DT]'
6610 ;;
6611sysv5* | sco5v6* | unixware* | OpenUNIX*)
6612 symcode='[ABDT]'
6613 ;;
6614sysv4)
6615 symcode='[DFNSTU]'
6616 ;;
6617esac
6618
6619# If we're using GNU nm, then use its standard symbol codes.
6620case `$NM -V 2>&1` in
6621*GNU* | *'with BFD'*)
6622 symcode='[ABCDGIRSTW]' ;;
6623esac
6624
6625# Transform an extracted symbol line into a proper C declaration.
6626# Some systems (esp. on ia64) link data and code symbols differently,
6627# so use this general approach.
6628lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6629
6630# Transform an extracted symbol line into symbol name and symbol address
6631lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6632lt_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'"
6633
6634# Handle CRLF in mingw tool chain
6635opt_cr=
6636case $build_os in
6637mingw*)
6638 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6639 ;;
6640esac
6641
6642# Try without a prefix underscore, then with it.
6643for ac_symprfx in "" "_"; do
6644
6645 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6646 symxfrm="\\1 $ac_symprfx\\2 \\2"
6647
6648 # Write the raw and C identifiers.
6649 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6650 # Fake it for dumpbin and say T for any non-static function
6651 # and D for any global variable.
6652 # Also find C++ and __fastcall symbols from MSVC++,
6653 # which start with @ or ?.
6654 lt_cv_sys_global_symbol_pipe="$AWK '"\
6655" {last_section=section; section=\$ 3};"\
6656" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6657" \$ 0!~/External *\|/{next};"\
6658" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6659" {if(hide[section]) next};"\
6660" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6661" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6662" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6663" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6664" ' prfx=^$ac_symprfx"
6665 else
6666 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6667 fi
6668
6669 # Check to see that the pipe works correctly.
6670 pipe_works=no
6671
6672 rm -f conftest*
6673 cat > conftest.$ac_ext <<_LT_EOF
6674#ifdef __cplusplus
6675extern "C" {
6676#endif
6677char nm_test_var;
6678void nm_test_func(void);
6679void nm_test_func(void){}
6680#ifdef __cplusplus
6681}
6682#endif
6683int main(){nm_test_var='a';nm_test_func();return(0);}
6684_LT_EOF
6685
6686 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6687 (eval $ac_compile) 2>&5
6688 ac_status=$?
6689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6690 test $ac_status = 0; }; then
6691 # Now try to grab the symbols.
6692 nlist=conftest.nm
6693 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6694 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6695 ac_status=$?
6696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6697 test $ac_status = 0; } && test -s "$nlist"; then
6698 # Try sorting and uniquifying the output.
6699 if sort "$nlist" | uniq > "$nlist"T; then
6700 mv -f "$nlist"T "$nlist"
6701 else
6702 rm -f "$nlist"T
6703 fi
6704
6705 # Make sure that we snagged all the symbols we need.
6706 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6707 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6708 cat <<_LT_EOF > conftest.$ac_ext
6709#ifdef __cplusplus
6710extern "C" {
6711#endif
6712
6713_LT_EOF
6714 # Now generate the symbol file.
6715 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6716
6717 cat <<_LT_EOF >> conftest.$ac_ext
6718
6719/* The mapping between symbol names and symbols. */
6720const struct {
6721 const char *name;
6722 void *address;
6723}
6724lt__PROGRAM__LTX_preloaded_symbols[] =
6725{
6726 { "@PROGRAM@", (void *) 0 },
6727_LT_EOF
6728 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6729 cat <<\_LT_EOF >> conftest.$ac_ext
6730 {0, (void *) 0}
6731};
6732
6733/* This works around a problem in FreeBSD linker */
6734#ifdef FREEBSD_WORKAROUND
6735static const void *lt_preloaded_setup() {
6736 return lt__PROGRAM__LTX_preloaded_symbols;
6737}
6738#endif
6739
6740#ifdef __cplusplus
6741}
6742#endif
6743_LT_EOF
6744 # Now try linking the two files.
6745 mv conftest.$ac_objext conftstm.$ac_objext
6746 lt_save_LIBS="$LIBS"
6747 lt_save_CFLAGS="$CFLAGS"
6748 LIBS="conftstm.$ac_objext"
6749 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6750 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6751 (eval $ac_link) 2>&5
6752 ac_status=$?
6753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6754 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6755 pipe_works=yes
6756 fi
6757 LIBS="$lt_save_LIBS"
6758 CFLAGS="$lt_save_CFLAGS"
6759 else
6760 echo "cannot find nm_test_func in $nlist" >&5
6761 fi
6762 else
6763 echo "cannot find nm_test_var in $nlist" >&5
6764 fi
6765 else
6766 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6767 fi
6768 else
6769 echo "$progname: failed program was:" >&5
6770 cat conftest.$ac_ext >&5
6771 fi
6772 rm -rf conftest* conftst*
6773
6774 # Do not use the global_symbol_pipe unless it works.
6775 if test "$pipe_works" = yes; then
6776 break
6777 else
6778 lt_cv_sys_global_symbol_pipe=
6779 fi
6780done
6781
6782fi
6783
6784if test -z "$lt_cv_sys_global_symbol_pipe"; then
6785 lt_cv_sys_global_symbol_to_cdecl=
6786fi
6787if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6789$as_echo "failed" >&6; }
6790else
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6792$as_echo "ok" >&6; }
6793fi
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
c9c0c1d2 6814
e440a328 6815
6816
6817# Check whether --enable-libtool-lock was given.
6818if test "${enable_libtool_lock+set}" = set; then :
6819 enableval=$enable_libtool_lock;
6820fi
6821
6822test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6823
6824# Some flags need to be propagated to the compiler or linker for good
6825# libtool support.
6826case $host in
6827ia64-*-hpux*)
6828 # Find out which ABI we are using.
6829 echo 'int i;' > conftest.$ac_ext
6830 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6831 (eval $ac_compile) 2>&5
6832 ac_status=$?
6833 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6834 test $ac_status = 0; }; then
6835 case `/usr/bin/file conftest.$ac_objext` in
6836 *ELF-32*)
6837 HPUX_IA64_MODE="32"
6838 ;;
6839 *ELF-64*)
6840 HPUX_IA64_MODE="64"
6841 ;;
6842 esac
6843 fi
6844 rm -rf conftest*
6845 ;;
6846*-*-irix6*)
6847 # Find out which ABI we are using.
6848 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6849 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6850 (eval $ac_compile) 2>&5
6851 ac_status=$?
6852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6853 test $ac_status = 0; }; then
6854 if test "$lt_cv_prog_gnu_ld" = yes; then
6855 case `/usr/bin/file conftest.$ac_objext` in
6856 *32-bit*)
6857 LD="${LD-ld} -melf32bsmip"
6858 ;;
6859 *N32*)
6860 LD="${LD-ld} -melf32bmipn32"
6861 ;;
6862 *64-bit*)
6863 LD="${LD-ld} -melf64bmip"
6864 ;;
6865 esac
6866 else
6867 case `/usr/bin/file conftest.$ac_objext` in
6868 *32-bit*)
6869 LD="${LD-ld} -32"
6870 ;;
6871 *N32*)
6872 LD="${LD-ld} -n32"
6873 ;;
6874 *64-bit*)
6875 LD="${LD-ld} -64"
6876 ;;
6877 esac
6878 fi
6879 fi
6880 rm -rf conftest*
6881 ;;
6882
f248394b 6883x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
e440a328 6884s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6885 # Find out which ABI we are using.
6886 echo 'int i;' > conftest.$ac_ext
6887 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6888 (eval $ac_compile) 2>&5
6889 ac_status=$?
6890 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6891 test $ac_status = 0; }; then
6892 case `/usr/bin/file conftest.o` in
6893 *32-bit*)
6894 case $host in
6895 x86_64-*kfreebsd*-gnu)
6896 LD="${LD-ld} -m elf_i386_fbsd"
6897 ;;
6898 x86_64-*linux*)
31d696fa 6899 case `/usr/bin/file conftest.o` in
6900 *x86-64*)
6901 LD="${LD-ld} -m elf32_x86_64"
6902 ;;
6903 *)
6904 LD="${LD-ld} -m elf_i386"
6905 ;;
6906 esac
e440a328 6907 ;;
45c387c7 6908 powerpc64le-*linux*)
f248394b 6909 LD="${LD-ld} -m elf32lppclinux"
6910 ;;
45c387c7 6911 powerpc64-*linux*)
e440a328 6912 LD="${LD-ld} -m elf32ppclinux"
6913 ;;
6914 s390x-*linux*)
6915 LD="${LD-ld} -m elf_s390"
6916 ;;
6917 sparc64-*linux*)
6918 LD="${LD-ld} -m elf32_sparc"
6919 ;;
6920 esac
6921 ;;
6922 *64-bit*)
6923 case $host in
6924 x86_64-*kfreebsd*-gnu)
6925 LD="${LD-ld} -m elf_x86_64_fbsd"
6926 ;;
6927 x86_64-*linux*)
6928 LD="${LD-ld} -m elf_x86_64"
6929 ;;
45c387c7 6930 powerpcle-*linux*)
f248394b 6931 LD="${LD-ld} -m elf64lppc"
6932 ;;
45c387c7 6933 powerpc-*linux*)
e440a328 6934 LD="${LD-ld} -m elf64ppc"
6935 ;;
6936 s390*-*linux*|s390*-*tpf*)
6937 LD="${LD-ld} -m elf64_s390"
6938 ;;
6939 sparc*-*linux*)
6940 LD="${LD-ld} -m elf64_sparc"
6941 ;;
6942 esac
6943 ;;
6944 esac
6945 fi
6946 rm -rf conftest*
6947 ;;
6948
6949*-*-sco3.2v5*)
6950 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6951 SAVE_CFLAGS="$CFLAGS"
6952 CFLAGS="$CFLAGS -belf"
6953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6954$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
ea2e69a4 6955if ${lt_cv_cc_needs_belf+:} false; then :
e440a328 6956 $as_echo_n "(cached) " >&6
6957else
6958 ac_ext=c
6959ac_cpp='$CPP $CPPFLAGS'
6960ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6961ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6962ac_compiler_gnu=$ac_cv_c_compiler_gnu
6963
6964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6965/* end confdefs.h. */
6966
6967int
6968main ()
6969{
6970
6971 ;
6972 return 0;
6973}
6974_ACEOF
6975if ac_fn_c_try_link "$LINENO"; then :
6976 lt_cv_cc_needs_belf=yes
6977else
6978 lt_cv_cc_needs_belf=no
6979fi
6980rm -f core conftest.err conftest.$ac_objext \
6981 conftest$ac_exeext conftest.$ac_ext
6982 ac_ext=c
6983ac_cpp='$CPP $CPPFLAGS'
6984ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6985ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6986ac_compiler_gnu=$ac_cv_c_compiler_gnu
6987
6988fi
6989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6990$as_echo "$lt_cv_cc_needs_belf" >&6; }
6991 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6992 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6993 CFLAGS="$SAVE_CFLAGS"
6994 fi
6995 ;;
31d696fa 6996sparc*-*solaris*)
e440a328 6997 # Find out which ABI we are using.
6998 echo 'int i;' > conftest.$ac_ext
6999 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7000 (eval $ac_compile) 2>&5
7001 ac_status=$?
7002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7003 test $ac_status = 0; }; then
7004 case `/usr/bin/file conftest.o` in
7005 *64-bit*)
7006 case $lt_cv_prog_gnu_ld in
31d696fa 7007 yes*) LD="${LD-ld} -m elf64_sparc" ;;
e440a328 7008 *)
7009 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7010 LD="${LD-ld} -64"
7011 fi
7012 ;;
7013 esac
7014 ;;
7015 esac
7016 fi
7017 rm -rf conftest*
7018 ;;
7019esac
7020
7021need_locks="$enable_libtool_lock"
7022
7023
7024 case $host_os in
7025 rhapsody* | darwin*)
7026 if test -n "$ac_tool_prefix"; then
7027 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7028set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7030$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7031if ${ac_cv_prog_DSYMUTIL+:} false; then :
e440a328 7032 $as_echo_n "(cached) " >&6
7033else
7034 if test -n "$DSYMUTIL"; then
7035 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7036else
7037as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7038for as_dir in $PATH
7039do
7040 IFS=$as_save_IFS
7041 test -z "$as_dir" && as_dir=.
7042 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7043 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7044 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7046 break 2
7047 fi
7048done
7049 done
7050IFS=$as_save_IFS
7051
7052fi
7053fi
7054DSYMUTIL=$ac_cv_prog_DSYMUTIL
7055if test -n "$DSYMUTIL"; then
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7057$as_echo "$DSYMUTIL" >&6; }
7058else
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7060$as_echo "no" >&6; }
7061fi
7062
7063
7064fi
7065if test -z "$ac_cv_prog_DSYMUTIL"; then
7066 ac_ct_DSYMUTIL=$DSYMUTIL
7067 # Extract the first word of "dsymutil", so it can be a program name with args.
7068set dummy dsymutil; ac_word=$2
7069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7070$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7071if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
e440a328 7072 $as_echo_n "(cached) " >&6
7073else
7074 if test -n "$ac_ct_DSYMUTIL"; then
7075 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7076else
7077as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7078for as_dir in $PATH
7079do
7080 IFS=$as_save_IFS
7081 test -z "$as_dir" && as_dir=.
7082 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7083 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7084 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7085 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7086 break 2
7087 fi
7088done
7089 done
7090IFS=$as_save_IFS
7091
7092fi
7093fi
7094ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7095if test -n "$ac_ct_DSYMUTIL"; then
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7097$as_echo "$ac_ct_DSYMUTIL" >&6; }
7098else
7099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7100$as_echo "no" >&6; }
7101fi
7102
7103 if test "x$ac_ct_DSYMUTIL" = x; then
7104 DSYMUTIL=":"
7105 else
7106 case $cross_compiling:$ac_tool_warned in
7107yes:)
7108{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7109$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7110ac_tool_warned=yes ;;
7111esac
7112 DSYMUTIL=$ac_ct_DSYMUTIL
7113 fi
7114else
7115 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7116fi
7117
7118 if test -n "$ac_tool_prefix"; then
7119 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7120set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7122$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7123if ${ac_cv_prog_NMEDIT+:} false; then :
e440a328 7124 $as_echo_n "(cached) " >&6
7125else
7126 if test -n "$NMEDIT"; then
7127 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7128else
7129as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7130for as_dir in $PATH
7131do
7132 IFS=$as_save_IFS
7133 test -z "$as_dir" && as_dir=.
7134 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7135 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7136 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7138 break 2
7139 fi
7140done
7141 done
7142IFS=$as_save_IFS
7143
7144fi
7145fi
7146NMEDIT=$ac_cv_prog_NMEDIT
7147if test -n "$NMEDIT"; then
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7149$as_echo "$NMEDIT" >&6; }
7150else
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7152$as_echo "no" >&6; }
7153fi
7154
7155
7156fi
7157if test -z "$ac_cv_prog_NMEDIT"; then
7158 ac_ct_NMEDIT=$NMEDIT
7159 # Extract the first word of "nmedit", so it can be a program name with args.
7160set dummy nmedit; ac_word=$2
7161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7162$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7163if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
e440a328 7164 $as_echo_n "(cached) " >&6
7165else
7166 if test -n "$ac_ct_NMEDIT"; then
7167 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7168else
7169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7170for as_dir in $PATH
7171do
7172 IFS=$as_save_IFS
7173 test -z "$as_dir" && as_dir=.
7174 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7175 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7176 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7178 break 2
7179 fi
7180done
7181 done
7182IFS=$as_save_IFS
7183
7184fi
7185fi
7186ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7187if test -n "$ac_ct_NMEDIT"; then
7188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7189$as_echo "$ac_ct_NMEDIT" >&6; }
7190else
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7192$as_echo "no" >&6; }
7193fi
7194
7195 if test "x$ac_ct_NMEDIT" = x; then
7196 NMEDIT=":"
7197 else
7198 case $cross_compiling:$ac_tool_warned in
7199yes:)
7200{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7201$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7202ac_tool_warned=yes ;;
7203esac
7204 NMEDIT=$ac_ct_NMEDIT
7205 fi
7206else
7207 NMEDIT="$ac_cv_prog_NMEDIT"
7208fi
7209
7210 if test -n "$ac_tool_prefix"; then
7211 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7212set dummy ${ac_tool_prefix}lipo; ac_word=$2
7213{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7214$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7215if ${ac_cv_prog_LIPO+:} false; then :
e440a328 7216 $as_echo_n "(cached) " >&6
7217else
7218 if test -n "$LIPO"; then
7219 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7220else
7221as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7222for as_dir in $PATH
7223do
7224 IFS=$as_save_IFS
7225 test -z "$as_dir" && as_dir=.
7226 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7227 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7228 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7230 break 2
7231 fi
7232done
7233 done
7234IFS=$as_save_IFS
7235
7236fi
7237fi
7238LIPO=$ac_cv_prog_LIPO
7239if test -n "$LIPO"; then
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7241$as_echo "$LIPO" >&6; }
7242else
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7244$as_echo "no" >&6; }
7245fi
7246
7247
7248fi
7249if test -z "$ac_cv_prog_LIPO"; then
7250 ac_ct_LIPO=$LIPO
7251 # Extract the first word of "lipo", so it can be a program name with args.
7252set dummy lipo; ac_word=$2
7253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7254$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7255if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
e440a328 7256 $as_echo_n "(cached) " >&6
7257else
7258 if test -n "$ac_ct_LIPO"; then
7259 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7260else
7261as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7262for as_dir in $PATH
7263do
7264 IFS=$as_save_IFS
7265 test -z "$as_dir" && as_dir=.
7266 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7267 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7268 ac_cv_prog_ac_ct_LIPO="lipo"
7269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7270 break 2
7271 fi
7272done
7273 done
7274IFS=$as_save_IFS
7275
7276fi
7277fi
7278ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7279if test -n "$ac_ct_LIPO"; then
7280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7281$as_echo "$ac_ct_LIPO" >&6; }
7282else
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7284$as_echo "no" >&6; }
7285fi
7286
7287 if test "x$ac_ct_LIPO" = x; then
7288 LIPO=":"
7289 else
7290 case $cross_compiling:$ac_tool_warned in
7291yes:)
7292{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7293$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7294ac_tool_warned=yes ;;
7295esac
7296 LIPO=$ac_ct_LIPO
7297 fi
7298else
7299 LIPO="$ac_cv_prog_LIPO"
7300fi
7301
7302 if test -n "$ac_tool_prefix"; then
7303 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7304set dummy ${ac_tool_prefix}otool; ac_word=$2
7305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7306$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7307if ${ac_cv_prog_OTOOL+:} false; then :
e440a328 7308 $as_echo_n "(cached) " >&6
7309else
7310 if test -n "$OTOOL"; then
7311 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7312else
7313as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7314for as_dir in $PATH
7315do
7316 IFS=$as_save_IFS
7317 test -z "$as_dir" && as_dir=.
7318 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7320 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7322 break 2
7323 fi
7324done
7325 done
7326IFS=$as_save_IFS
7327
7328fi
7329fi
7330OTOOL=$ac_cv_prog_OTOOL
7331if test -n "$OTOOL"; then
7332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7333$as_echo "$OTOOL" >&6; }
7334else
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7336$as_echo "no" >&6; }
7337fi
7338
7339
7340fi
7341if test -z "$ac_cv_prog_OTOOL"; then
7342 ac_ct_OTOOL=$OTOOL
7343 # Extract the first word of "otool", so it can be a program name with args.
7344set dummy otool; ac_word=$2
7345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7346$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7347if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
e440a328 7348 $as_echo_n "(cached) " >&6
7349else
7350 if test -n "$ac_ct_OTOOL"; then
7351 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7352else
7353as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7354for as_dir in $PATH
7355do
7356 IFS=$as_save_IFS
7357 test -z "$as_dir" && as_dir=.
7358 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7359 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7360 ac_cv_prog_ac_ct_OTOOL="otool"
7361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7362 break 2
7363 fi
7364done
7365 done
7366IFS=$as_save_IFS
7367
7368fi
7369fi
7370ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7371if test -n "$ac_ct_OTOOL"; then
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7373$as_echo "$ac_ct_OTOOL" >&6; }
7374else
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7376$as_echo "no" >&6; }
7377fi
7378
7379 if test "x$ac_ct_OTOOL" = x; then
7380 OTOOL=":"
7381 else
7382 case $cross_compiling:$ac_tool_warned in
7383yes:)
7384{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7385$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7386ac_tool_warned=yes ;;
7387esac
7388 OTOOL=$ac_ct_OTOOL
7389 fi
7390else
7391 OTOOL="$ac_cv_prog_OTOOL"
7392fi
7393
7394 if test -n "$ac_tool_prefix"; then
7395 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7396set dummy ${ac_tool_prefix}otool64; ac_word=$2
7397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7398$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7399if ${ac_cv_prog_OTOOL64+:} false; then :
e440a328 7400 $as_echo_n "(cached) " >&6
7401else
7402 if test -n "$OTOOL64"; then
7403 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7404else
7405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7406for as_dir in $PATH
7407do
7408 IFS=$as_save_IFS
7409 test -z "$as_dir" && as_dir=.
7410 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7411 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7412 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7414 break 2
7415 fi
7416done
7417 done
7418IFS=$as_save_IFS
7419
7420fi
7421fi
7422OTOOL64=$ac_cv_prog_OTOOL64
7423if test -n "$OTOOL64"; then
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7425$as_echo "$OTOOL64" >&6; }
7426else
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7428$as_echo "no" >&6; }
7429fi
7430
7431
7432fi
7433if test -z "$ac_cv_prog_OTOOL64"; then
7434 ac_ct_OTOOL64=$OTOOL64
7435 # Extract the first word of "otool64", so it can be a program name with args.
7436set dummy otool64; ac_word=$2
7437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7438$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7439if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
e440a328 7440 $as_echo_n "(cached) " >&6
7441else
7442 if test -n "$ac_ct_OTOOL64"; then
7443 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7444else
7445as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7446for as_dir in $PATH
7447do
7448 IFS=$as_save_IFS
7449 test -z "$as_dir" && as_dir=.
7450 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7452 ac_cv_prog_ac_ct_OTOOL64="otool64"
7453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7454 break 2
7455 fi
7456done
7457 done
7458IFS=$as_save_IFS
7459
7460fi
7461fi
7462ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7463if test -n "$ac_ct_OTOOL64"; then
7464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7465$as_echo "$ac_ct_OTOOL64" >&6; }
7466else
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7468$as_echo "no" >&6; }
7469fi
7470
7471 if test "x$ac_ct_OTOOL64" = x; then
7472 OTOOL64=":"
7473 else
7474 case $cross_compiling:$ac_tool_warned in
7475yes:)
7476{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7477$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7478ac_tool_warned=yes ;;
7479esac
7480 OTOOL64=$ac_ct_OTOOL64
7481 fi
7482else
8202cb3c 7483 OTOOL64="$ac_cv_prog_OTOOL64"
e440a328 7484fi
7485
e440a328 7486
7487
e440a328 7488
e440a328 7489
e440a328 7490
e440a328 7491
e440a328 7492
e440a328 7493
e440a328 7494
e440a328 7495
e440a328 7496
e440a328 7497
e440a328 7498
8202cb3c 7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7513$as_echo_n "checking for -single_module linker flag... " >&6; }
ea2e69a4 7514if ${lt_cv_apple_cc_single_mod+:} false; then :
8202cb3c 7515 $as_echo_n "(cached) " >&6
e440a328 7516else
8202cb3c 7517 lt_cv_apple_cc_single_mod=no
7518 if test -z "${LT_MULTI_MODULE}"; then
7519 # By default we will add the -single_module flag. You can override
7520 # by either setting the environment variable LT_MULTI_MODULE
7521 # non-empty at configure time, or by adding -multi_module to the
7522 # link flags.
7523 rm -rf libconftest.dylib*
7524 echo "int foo(void){return 1;}" > conftest.c
7525 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7526-dynamiclib -Wl,-single_module conftest.c" >&5
7527 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7528 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7529 _lt_result=$?
7530 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7531 lt_cv_apple_cc_single_mod=yes
7532 else
7533 cat conftest.err >&5
7534 fi
7535 rm -rf libconftest.dylib*
7536 rm -f conftest.*
7537 fi
7538fi
7539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7540$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7542$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
ea2e69a4 7543if ${lt_cv_ld_exported_symbols_list+:} false; then :
8202cb3c 7544 $as_echo_n "(cached) " >&6
7545else
7546 lt_cv_ld_exported_symbols_list=no
7547 save_LDFLAGS=$LDFLAGS
7548 echo "_main" > conftest.sym
7549 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
e440a328 7551/* end confdefs.h. */
e440a328 7552
e440a328 7553int
7554main ()
7555{
8202cb3c 7556
7557 ;
e440a328 7558 return 0;
7559}
7560_ACEOF
8202cb3c 7561if ac_fn_c_try_link "$LINENO"; then :
7562 lt_cv_ld_exported_symbols_list=yes
e440a328 7563else
8202cb3c 7564 lt_cv_ld_exported_symbols_list=no
e440a328 7565fi
8202cb3c 7566rm -f core conftest.err conftest.$ac_objext \
7567 conftest$ac_exeext conftest.$ac_ext
7568 LDFLAGS="$save_LDFLAGS"
e440a328 7569
7570fi
8202cb3c 7571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7572$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7574$as_echo_n "checking for -force_load linker flag... " >&6; }
ea2e69a4 7575if ${lt_cv_ld_force_load+:} false; then :
8202cb3c 7576 $as_echo_n "(cached) " >&6
7577else
7578 lt_cv_ld_force_load=no
7579 cat > conftest.c << _LT_EOF
7580int forced_loaded() { return 2;}
7581_LT_EOF
7582 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7583 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7584 echo "$AR cru libconftest.a conftest.o" >&5
7585 $AR cru libconftest.a conftest.o 2>&5
7586 cat > conftest.c << _LT_EOF
7587int main() { return 0;}
7588_LT_EOF
7589 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7590 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7591 _lt_result=$?
7592 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7593 lt_cv_ld_force_load=yes
7594 else
7595 cat conftest.err >&5
7596 fi
7597 rm -f conftest.err libconftest.a conftest conftest.c
7598 rm -rf conftest.dSYM
e440a328 7599
7600fi
8202cb3c 7601{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7602$as_echo "$lt_cv_ld_force_load" >&6; }
7603 case $host_os in
7604 rhapsody* | darwin1.[012])
7605 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7606 darwin1.*)
7607 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7608 darwin*) # darwin 5.x on
7609 # if running on 10.5 or later, the deployment target defaults
7610 # to the OS version, if on x86, and 10.4, the deployment
7611 # target defaults to 10.4. Don't you love it?
7612 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7613 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7614 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
31d696fa 7615 10.[012][,.]*)
8202cb3c 7616 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7617 10.*)
7618 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7619 esac
7620 ;;
7621 esac
7622 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7623 _lt_dar_single_mod='$single_module'
7624 fi
7625 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7626 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7627 else
7628 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7629 fi
7630 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7631 _lt_dsymutil='~$DSYMUTIL $lib || :'
7632 else
7633 _lt_dsymutil=
7634 fi
7635 ;;
7636 esac
e440a328 7637
c9c0c1d2 7638ac_ext=c
7639ac_cpp='$CPP $CPPFLAGS'
7640ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7641ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7642ac_compiler_gnu=$ac_cv_c_compiler_gnu
7643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7644$as_echo_n "checking how to run the C preprocessor... " >&6; }
7645# On Suns, sometimes $CPP names a directory.
7646if test -n "$CPP" && test -d "$CPP"; then
7647 CPP=
7648fi
7649if test -z "$CPP"; then
ea2e69a4 7650 if ${ac_cv_prog_CPP+:} false; then :
c9c0c1d2 7651 $as_echo_n "(cached) " >&6
7652else
7653 # Double quotes because CPP needs to be expanded
7654 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7655 do
7656 ac_preproc_ok=false
7657for ac_c_preproc_warn_flag in '' yes
7658do
7659 # Use a header file that comes with gcc, so configuring glibc
7660 # with a fresh cross-compiler works.
7661 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7662 # <limits.h> exists even on freestanding compilers.
7663 # On the NeXT, cc -E runs the code through the compiler's parser,
7664 # not just through cpp. "Syntax error" is here to catch this case.
7665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7666/* end confdefs.h. */
7667#ifdef __STDC__
7668# include <limits.h>
7669#else
7670# include <assert.h>
7671#endif
7672 Syntax error
7673_ACEOF
7674if ac_fn_c_try_cpp "$LINENO"; then :
7675
7676else
7677 # Broken: fails on valid input.
7678continue
7679fi
ea2e69a4 7680rm -f conftest.err conftest.i conftest.$ac_ext
c9c0c1d2 7681
7682 # OK, works on sane cases. Now check whether nonexistent headers
7683 # can be detected and how.
7684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7685/* end confdefs.h. */
7686#include <ac_nonexistent.h>
7687_ACEOF
7688if ac_fn_c_try_cpp "$LINENO"; then :
7689 # Broken: success on invalid input.
7690continue
7691else
7692 # Passes both tests.
7693ac_preproc_ok=:
7694break
7695fi
ea2e69a4 7696rm -f conftest.err conftest.i conftest.$ac_ext
c9c0c1d2 7697
7698done
7699# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
ea2e69a4 7700rm -f conftest.i conftest.err conftest.$ac_ext
c9c0c1d2 7701if $ac_preproc_ok; then :
7702 break
7703fi
7704
7705 done
7706 ac_cv_prog_CPP=$CPP
7707
7708fi
7709 CPP=$ac_cv_prog_CPP
7710else
7711 ac_cv_prog_CPP=$CPP
7712fi
7713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7714$as_echo "$CPP" >&6; }
7715ac_preproc_ok=false
7716for ac_c_preproc_warn_flag in '' yes
7717do
7718 # Use a header file that comes with gcc, so configuring glibc
7719 # with a fresh cross-compiler works.
7720 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7721 # <limits.h> exists even on freestanding compilers.
7722 # On the NeXT, cc -E runs the code through the compiler's parser,
7723 # not just through cpp. "Syntax error" is here to catch this case.
7724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7725/* end confdefs.h. */
7726#ifdef __STDC__
7727# include <limits.h>
7728#else
7729# include <assert.h>
7730#endif
7731 Syntax error
7732_ACEOF
7733if ac_fn_c_try_cpp "$LINENO"; then :
7734
7735else
7736 # Broken: fails on valid input.
7737continue
7738fi
ea2e69a4 7739rm -f conftest.err conftest.i conftest.$ac_ext
c9c0c1d2 7740
7741 # OK, works on sane cases. Now check whether nonexistent headers
7742 # can be detected and how.
7743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7744/* end confdefs.h. */
7745#include <ac_nonexistent.h>
7746_ACEOF
7747if ac_fn_c_try_cpp "$LINENO"; then :
7748 # Broken: success on invalid input.
7749continue
7750else
7751 # Passes both tests.
7752ac_preproc_ok=:
7753break
7754fi
ea2e69a4 7755rm -f conftest.err conftest.i conftest.$ac_ext
c9c0c1d2 7756
7757done
7758# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
ea2e69a4 7759rm -f conftest.i conftest.err conftest.$ac_ext
c9c0c1d2 7760if $ac_preproc_ok; then :
7761
7762else
7763 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7764$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
ea2e69a4 7765as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7766See \`config.log' for more details" "$LINENO" 5; }
c9c0c1d2 7767fi
7768
7769ac_ext=c
7770ac_cpp='$CPP $CPPFLAGS'
7771ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7772ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7773ac_compiler_gnu=$ac_cv_c_compiler_gnu
7774
7775
7776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7777$as_echo_n "checking for ANSI C header files... " >&6; }
ea2e69a4 7778if ${ac_cv_header_stdc+:} false; then :
c9c0c1d2 7779 $as_echo_n "(cached) " >&6
7780else
7781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7782/* end confdefs.h. */
7783#include <stdlib.h>
7784#include <stdarg.h>
7785#include <string.h>
7786#include <float.h>
7787
7788int
7789main ()
7790{
7791
7792 ;
7793 return 0;
7794}
7795_ACEOF
7796if ac_fn_c_try_compile "$LINENO"; then :
7797 ac_cv_header_stdc=yes
7798else
7799 ac_cv_header_stdc=no
7800fi
7801rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7802
7803if test $ac_cv_header_stdc = yes; then
7804 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7806/* end confdefs.h. */
7807#include <string.h>
7808
7809_ACEOF
7810if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7811 $EGREP "memchr" >/dev/null 2>&1; then :
7812
7813else
7814 ac_cv_header_stdc=no
7815fi
7816rm -f conftest*
7817
7818fi
7819
7820if test $ac_cv_header_stdc = yes; then
7821 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7823/* end confdefs.h. */
7824#include <stdlib.h>
7825
7826_ACEOF
7827if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7828 $EGREP "free" >/dev/null 2>&1; then :
7829
7830else
7831 ac_cv_header_stdc=no
7832fi
7833rm -f conftest*
7834
7835fi
7836
7837if test $ac_cv_header_stdc = yes; then
7838 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7839 if test "$cross_compiling" = yes; then :
7840 :
7841else
7842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7843/* end confdefs.h. */
7844#include <ctype.h>
7845#include <stdlib.h>
7846#if ((' ' & 0x0FF) == 0x020)
7847# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7848# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7849#else
7850# define ISLOWER(c) \
7851 (('a' <= (c) && (c) <= 'i') \
7852 || ('j' <= (c) && (c) <= 'r') \
7853 || ('s' <= (c) && (c) <= 'z'))
7854# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7855#endif
7856
7857#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7858int
7859main ()
7860{
7861 int i;
7862 for (i = 0; i < 256; i++)
7863 if (XOR (islower (i), ISLOWER (i))
7864 || toupper (i) != TOUPPER (i))
7865 return 2;
7866 return 0;
7867}
7868_ACEOF
7869if ac_fn_c_try_run "$LINENO"; then :
7870
7871else
7872 ac_cv_header_stdc=no
7873fi
7874rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7875 conftest.$ac_objext conftest.beam conftest.$ac_ext
7876fi
7877
7878fi
7879fi
7880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7881$as_echo "$ac_cv_header_stdc" >&6; }
7882if test $ac_cv_header_stdc = yes; then
7883
7884$as_echo "#define STDC_HEADERS 1" >>confdefs.h
7885
7886fi
7887
7888# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7889for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7890 inttypes.h stdint.h unistd.h
7891do :
7892 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7893ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7894"
ea2e69a4 7895if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
c9c0c1d2 7896 cat >>confdefs.h <<_ACEOF
7897#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7898_ACEOF
7899
7900fi
7901
7902done
7903
7904
e440a328 7905for ac_header in dlfcn.h
7906do :
7907 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7908"
ea2e69a4 7909if test "x$ac_cv_header_dlfcn_h" = xyes; then :
e440a328 7910 cat >>confdefs.h <<_ACEOF
7911#define HAVE_DLFCN_H 1
7912_ACEOF
7913
7914fi
7915
7916done
7917
7918if test -n "$ac_tool_prefix"; then
7919 # Extract the first word of "${ac_tool_prefix}gccgo", so it can be a program name with args.
7920set dummy ${ac_tool_prefix}gccgo; ac_word=$2
7921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7922$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7923if ${ac_cv_prog_GOC+:} false; then :
e440a328 7924 $as_echo_n "(cached) " >&6
7925else
7926 if test -n "$GOC"; then
7927 ac_cv_prog_GOC="$GOC" # Let the user override the test.
7928else
7929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7930for as_dir in $PATH
7931do
7932 IFS=$as_save_IFS
7933 test -z "$as_dir" && as_dir=.
7934 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7936 ac_cv_prog_GOC="${ac_tool_prefix}gccgo"
7937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7938 break 2
7939 fi
7940done
7941 done
7942IFS=$as_save_IFS
7943
7944fi
7945fi
7946GOC=$ac_cv_prog_GOC
7947if test -n "$GOC"; then
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GOC" >&5
7949$as_echo "$GOC" >&6; }
7950else
7951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7952$as_echo "no" >&6; }
7953fi
7954
7955
7956fi
7957if test -z "$ac_cv_prog_GOC"; then
7958 ac_ct_GOC=$GOC
7959 # Extract the first word of "gccgo", so it can be a program name with args.
7960set dummy gccgo; ac_word=$2
7961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7962$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 7963if ${ac_cv_prog_ac_ct_GOC+:} false; then :
e440a328 7964 $as_echo_n "(cached) " >&6
7965else
7966 if test -n "$ac_ct_GOC"; then
7967 ac_cv_prog_ac_ct_GOC="$ac_ct_GOC" # Let the user override the test.
7968else
7969as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7970for as_dir in $PATH
7971do
7972 IFS=$as_save_IFS
7973 test -z "$as_dir" && as_dir=.
7974 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 7975 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
e440a328 7976 ac_cv_prog_ac_ct_GOC="gccgo"
7977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7978 break 2
7979 fi
7980done
7981 done
7982IFS=$as_save_IFS
7983
7984fi
7985fi
7986ac_ct_GOC=$ac_cv_prog_ac_ct_GOC
7987if test -n "$ac_ct_GOC"; then
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_GOC" >&5
7989$as_echo "$ac_ct_GOC" >&6; }
7990else
7991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7992$as_echo "no" >&6; }
7993fi
7994
7995 if test "x$ac_ct_GOC" = x; then
7996 GOC=""
7997 else
7998 case $cross_compiling:$ac_tool_warned in
7999yes:)
8000{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8001$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8002ac_tool_warned=yes ;;
8003esac
8004 GOC=$ac_ct_GOC
8005 fi
8006else
8007 GOC="$ac_cv_prog_GOC"
8008fi
8009
8010
8011
8012
8013
8014
8015# Set options
8016
8017
8018
8019
8020 enable_win32_dll=no
8021
8022
8023 # Check whether --enable-shared was given.
8024if test "${enable_shared+set}" = set; then :
8025 enableval=$enable_shared; p=${PACKAGE-default}
8026 case $enableval in
8027 yes) enable_shared=yes ;;
8028 no) enable_shared=no ;;
8029 *)
8030 enable_shared=no
8031 # Look at the argument we got. We use all the common list separators.
8032 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8033 for pkg in $enableval; do
8034 IFS="$lt_save_ifs"
8035 if test "X$pkg" = "X$p"; then
8036 enable_shared=yes
8037 fi
8038 done
8039 IFS="$lt_save_ifs"
8040 ;;
8041 esac
8042else
8043 enable_shared=yes
8044fi
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054 # Check whether --enable-static was given.
8055if test "${enable_static+set}" = set; then :
8056 enableval=$enable_static; p=${PACKAGE-default}
8057 case $enableval in
8058 yes) enable_static=yes ;;
8059 no) enable_static=no ;;
8060 *)
8061 enable_static=no
8062 # Look at the argument we got. We use all the common list separators.
8063 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8064 for pkg in $enableval; do
8065 IFS="$lt_save_ifs"
8066 if test "X$pkg" = "X$p"; then
8067 enable_static=yes
8068 fi
8069 done
8070 IFS="$lt_save_ifs"
8071 ;;
8072 esac
8073else
8074 enable_static=yes
8075fi
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085
8086# Check whether --with-pic was given.
8087if test "${with_pic+set}" = set; then :
8088 withval=$with_pic; pic_mode="$withval"
8089else
8090 pic_mode=default
8091fi
8092
8093
8094test -z "$pic_mode" && pic_mode=default
8095
8096
8097
8098
8099
8100
8101
8102 # Check whether --enable-fast-install was given.
8103if test "${enable_fast_install+set}" = set; then :
8104 enableval=$enable_fast_install; p=${PACKAGE-default}
8105 case $enableval in
8106 yes) enable_fast_install=yes ;;
8107 no) enable_fast_install=no ;;
8108 *)
8109 enable_fast_install=no
8110 # Look at the argument we got. We use all the common list separators.
8111 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8112 for pkg in $enableval; do
8113 IFS="$lt_save_ifs"
8114 if test "X$pkg" = "X$p"; then
8115 enable_fast_install=yes
8116 fi
8117 done
8118 IFS="$lt_save_ifs"
8119 ;;
8120 esac
8121else
8122 enable_fast_install=yes
8123fi
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135# This can be used to rebuild libtool when needed
8136LIBTOOL_DEPS="$ltmain"
8137
8138# Always use our own libtool.
8139LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166test -z "$LN_S" && LN_S="ln -s"
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178
8179
8180
8181if test -n "${ZSH_VERSION+set}" ; then
8182 setopt NO_GLOB_SUBST
8183fi
8184
8185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8186$as_echo_n "checking for objdir... " >&6; }
ea2e69a4 8187if ${lt_cv_objdir+:} false; then :
e440a328 8188 $as_echo_n "(cached) " >&6
8189else
8190 rm -f .libs 2>/dev/null
8191mkdir .libs 2>/dev/null
8192if test -d .libs; then
8193 lt_cv_objdir=.libs
8194else
8195 # MS-DOS does not allow filenames that begin with a dot.
8196 lt_cv_objdir=_libs
8197fi
8198rmdir .libs 2>/dev/null
8199fi
8200{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8201$as_echo "$lt_cv_objdir" >&6; }
8202objdir=$lt_cv_objdir
8203
8204
8205
8206
8207
8208cat >>confdefs.h <<_ACEOF
8209#define LT_OBJDIR "$lt_cv_objdir/"
8210_ACEOF
8211
8212
8213
8214
8215case $host_os in
8216aix3*)
8217 # AIX sometimes has problems with the GCC collect2 program. For some
8218 # reason, if we set the COLLECT_NAMES environment variable, the problems
8219 # vanish in a puff of smoke.
8220 if test "X${COLLECT_NAMES+set}" != Xset; then
8221 COLLECT_NAMES=
8222 export COLLECT_NAMES
8223 fi
8224 ;;
8225esac
8226
8227# Global variables:
8228ofile=libtool
8229can_build_shared=yes
8230
8231# All known linkers require a `.a' archive for static linking (except MSVC,
8232# which needs '.lib').
8233libext=a
8234
8235with_gnu_ld="$lt_cv_prog_gnu_ld"
8236
8237old_CC="$CC"
8238old_CFLAGS="$CFLAGS"
8239
8240# Set sane defaults for various variables
8241test -z "$CC" && CC=cc
8242test -z "$LTCC" && LTCC=$CC
8243test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8244test -z "$LD" && LD=ld
8245test -z "$ac_objext" && ac_objext=o
8246
8247for cc_temp in $compiler""; do
8248 case $cc_temp in
8249 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8250 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8251 \-*) ;;
8252 *) break;;
8253 esac
8254done
8255cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8256
8257
8258# Only perform the check for file, if the check method requires it
8259test -z "$MAGIC_CMD" && MAGIC_CMD=file
8260case $deplibs_check_method in
8261file_magic*)
8262 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8264$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
ea2e69a4 8265if ${lt_cv_path_MAGIC_CMD+:} false; then :
e440a328 8266 $as_echo_n "(cached) " >&6
8267else
8268 case $MAGIC_CMD in
8269[\\/*] | ?:[\\/]*)
8270 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8271 ;;
8272*)
8273 lt_save_MAGIC_CMD="$MAGIC_CMD"
8274 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8275 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8276 for ac_dir in $ac_dummy; do
8277 IFS="$lt_save_ifs"
8278 test -z "$ac_dir" && ac_dir=.
8279 if test -f $ac_dir/${ac_tool_prefix}file; then
8280 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8281 if test -n "$file_magic_test_file"; then
8282 case $deplibs_check_method in
8283 "file_magic "*)
8284 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8285 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8286 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8287 $EGREP "$file_magic_regex" > /dev/null; then
8288 :
8289 else
8290 cat <<_LT_EOF 1>&2
8291
8292*** Warning: the command libtool uses to detect shared libraries,
8293*** $file_magic_cmd, produces output that libtool cannot recognize.
8294*** The result is that libtool may fail to recognize shared libraries
8295*** as such. This will affect the creation of libtool libraries that
8296*** depend on shared libraries, but programs linked with such libtool
8297*** libraries will work regardless of this problem. Nevertheless, you
8298*** may want to report the problem to your system manager and/or to
8299*** bug-libtool@gnu.org
8300
8301_LT_EOF
8302 fi ;;
8303 esac
8304 fi
8305 break
8306 fi
8307 done
8308 IFS="$lt_save_ifs"
8309 MAGIC_CMD="$lt_save_MAGIC_CMD"
8310 ;;
8311esac
8312fi
8313
8314MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8315if test -n "$MAGIC_CMD"; then
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8317$as_echo "$MAGIC_CMD" >&6; }
8318else
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8320$as_echo "no" >&6; }
8321fi
8322
8323
8324
8325
8326
8327if test -z "$lt_cv_path_MAGIC_CMD"; then
8328 if test -n "$ac_tool_prefix"; then
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8330$as_echo_n "checking for file... " >&6; }
ea2e69a4 8331if ${lt_cv_path_MAGIC_CMD+:} false; then :
e440a328 8332 $as_echo_n "(cached) " >&6
8333else
8334 case $MAGIC_CMD in
8335[\\/*] | ?:[\\/]*)
8336 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8337 ;;
8338*)
8339 lt_save_MAGIC_CMD="$MAGIC_CMD"
8340 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8341 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8342 for ac_dir in $ac_dummy; do
8343 IFS="$lt_save_ifs"
8344 test -z "$ac_dir" && ac_dir=.
8345 if test -f $ac_dir/file; then
8346 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8347 if test -n "$file_magic_test_file"; then
8348 case $deplibs_check_method in
8349 "file_magic "*)
8350 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8351 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8352 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8353 $EGREP "$file_magic_regex" > /dev/null; then
8354 :
8355 else
8356 cat <<_LT_EOF 1>&2
8357
8358*** Warning: the command libtool uses to detect shared libraries,
8359*** $file_magic_cmd, produces output that libtool cannot recognize.
8360*** The result is that libtool may fail to recognize shared libraries
8361*** as such. This will affect the creation of libtool libraries that
8362*** depend on shared libraries, but programs linked with such libtool
8363*** libraries will work regardless of this problem. Nevertheless, you
8364*** may want to report the problem to your system manager and/or to
8365*** bug-libtool@gnu.org
8366
8367_LT_EOF
8368 fi ;;
8369 esac
8370 fi
8371 break
8372 fi
8373 done
8374 IFS="$lt_save_ifs"
8375 MAGIC_CMD="$lt_save_MAGIC_CMD"
8376 ;;
8377esac
8378fi
8379
8380MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8381if test -n "$MAGIC_CMD"; then
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8383$as_echo "$MAGIC_CMD" >&6; }
8384else
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8386$as_echo "no" >&6; }
8387fi
8388
8389
8390 else
8391 MAGIC_CMD=:
8392 fi
8393fi
8394
8395 fi
8396 ;;
8397esac
8398
8399# Use C for the default configuration in the libtool script
8400
8401lt_save_CC="$CC"
8402ac_ext=c
8403ac_cpp='$CPP $CPPFLAGS'
8404ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8405ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8406ac_compiler_gnu=$ac_cv_c_compiler_gnu
8407
8408
8409# Source file extension for C test sources.
8410ac_ext=c
8411
8412# Object file extension for compiled C test sources.
8413objext=o
8414objext=$objext
8415
8416# Code to be used in simple compile tests
8417lt_simple_compile_test_code="int some_variable = 0;"
8418
8419# Code to be used in simple link tests
8420lt_simple_link_test_code='int main(){return(0);}'
8421
8422
8423
8424
8425
8426
8427
8428# If no C compiler was specified, use CC.
8429LTCC=${LTCC-"$CC"}
8430
8431# If no C compiler flags were specified, use CFLAGS.
8432LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8433
8434# Allow CC to be a program name with arguments.
8435compiler=$CC
8436
8437# Save the default compiler, since it gets overwritten when the other
8438# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8439compiler_DEFAULT=$CC
8440
8441# save warnings/boilerplate of simple test code
8442ac_outfile=conftest.$ac_objext
8443echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8444eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8445_lt_compiler_boilerplate=`cat conftest.err`
8446$RM conftest*
8447
8448ac_outfile=conftest.$ac_objext
8449echo "$lt_simple_link_test_code" >conftest.$ac_ext
8450eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8451_lt_linker_boilerplate=`cat conftest.err`
8452$RM -r conftest*
8453
8454
8455## CAVEAT EMPTOR:
8456## There is no encapsulation within the following macros, do not change
8457## the running order or otherwise move them around unless you know exactly
8458## what you are doing...
8459if test -n "$compiler"; then
8460
8461lt_prog_compiler_no_builtin_flag=
8462
8463if test "$GCC" = yes; then
8464 case $cc_basename in
8465 nvcc*)
8466 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8467 *)
8468 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8469 esac
8470
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8472$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
ea2e69a4 8473if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
e440a328 8474 $as_echo_n "(cached) " >&6
8475else
8476 lt_cv_prog_compiler_rtti_exceptions=no
8477 ac_outfile=conftest.$ac_objext
8478 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8479 lt_compiler_flag="-fno-rtti -fno-exceptions"
8480 # Insert the option either (1) after the last *FLAGS variable, or
8481 # (2) before a word containing "conftest.", or (3) at the end.
8482 # Note that $ac_compile itself does not contain backslashes and begins
8483 # with a dollar sign (not a hyphen), so the echo should work correctly.
8484 # The option is referenced via a variable to avoid confusing sed.
8485 lt_compile=`echo "$ac_compile" | $SED \
8486 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8487 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8488 -e 's:$: $lt_compiler_flag:'`
8489 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8490 (eval "$lt_compile" 2>conftest.err)
8491 ac_status=$?
8492 cat conftest.err >&5
8493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8494 if (exit $ac_status) && test -s "$ac_outfile"; then
8495 # The compiler can only warn and ignore the option if not recognized
8496 # So say no if there are warnings other than the usual output.
8497 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8498 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8499 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8500 lt_cv_prog_compiler_rtti_exceptions=yes
8501 fi
8502 fi
8503 $RM conftest*
8504
8505fi
8506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8507$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8508
8509if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8510 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8511else
8512 :
8513fi
8514
8515fi
8516
8517
8518
8519
8520
8521
8522 lt_prog_compiler_wl=
8523lt_prog_compiler_pic=
8524lt_prog_compiler_static=
8525
8526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8527$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8528
8529 if test "$GCC" = yes; then
8530 lt_prog_compiler_wl='-Wl,'
8531 lt_prog_compiler_static='-static'
8532
8533 case $host_os in
8534 aix*)
8535 # All AIX code is PIC.
8536 if test "$host_cpu" = ia64; then
8537 # AIX 5 now supports IA64 processor
8538 lt_prog_compiler_static='-Bstatic'
8539 fi
31d696fa 8540 lt_prog_compiler_pic='-fPIC'
e440a328 8541 ;;
8542
8543 amigaos*)
8544 case $host_cpu in
8545 powerpc)
8546 # see comment about AmigaOS4 .so support
8547 lt_prog_compiler_pic='-fPIC'
8548 ;;
8549 m68k)
8550 # FIXME: we need at least 68020 code to build shared libraries, but
8551 # adding the `-m68020' flag to GCC prevents building anything better,
8552 # like `-m68040'.
8553 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8554 ;;
8555 esac
8556 ;;
8557
8558 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8559 # PIC is the default for these OSes.
8560 ;;
8561
8562 mingw* | cygwin* | pw32* | os2* | cegcc*)
8563 # This hack is so that the source file can tell whether it is being
8564 # built for inclusion in a dll (and should export symbols for example).
8565 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8566 # (--disable-auto-import) libraries
8567 lt_prog_compiler_pic='-DDLL_EXPORT'
8568 ;;
8569
8570 darwin* | rhapsody*)
8571 # PIC is the default on this platform
8572 # Common symbols not allowed in MH_DYLIB files
8573 lt_prog_compiler_pic='-fno-common'
8574 ;;
8575
8576 haiku*)
8577 # PIC is the default for Haiku.
8578 # The "-static" flag exists, but is broken.
8579 lt_prog_compiler_static=
8580 ;;
8581
8582 hpux*)
8583 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8584 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8585 # sets the default TLS model and affects inlining.
8586 case $host_cpu in
8587 hppa*64*)
8588 # +Z the default
8589 ;;
8590 *)
8591 lt_prog_compiler_pic='-fPIC'
8592 ;;
8593 esac
8594 ;;
8595
8596 interix[3-9]*)
8597 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8598 # Instead, we relocate shared libraries at runtime.
8599 ;;
8600
8601 msdosdjgpp*)
8602 # Just because we use GCC doesn't mean we suddenly get shared libraries
8603 # on systems that don't support them.
8604 lt_prog_compiler_can_build_shared=no
8605 enable_shared=no
8606 ;;
8607
8608 *nto* | *qnx*)
8609 # QNX uses GNU C++, but need to define -shared option too, otherwise
8610 # it will coredump.
8611 lt_prog_compiler_pic='-fPIC -shared'
8612 ;;
8613
8614 sysv4*MP*)
8615 if test -d /usr/nec; then
8616 lt_prog_compiler_pic=-Kconform_pic
8617 fi
8618 ;;
8619
8620 *)
8621 lt_prog_compiler_pic='-fPIC'
8622 ;;
8623 esac
8624
8625 case $cc_basename in
8626 nvcc*) # Cuda Compiler Driver 2.2
8627 lt_prog_compiler_wl='-Xlinker '
8628 lt_prog_compiler_pic='-Xcompiler -fPIC'
8629 ;;
8630 esac
8631 else
8632 # PORTME Check for flag to pass linker flags through the system compiler.
8633 case $host_os in
8634 aix*)
8635 lt_prog_compiler_wl='-Wl,'
8636 if test "$host_cpu" = ia64; then
8637 # AIX 5 now supports IA64 processor
8638 lt_prog_compiler_static='-Bstatic'
8639 else
8640 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8641 fi
8642 ;;
8643
8644 mingw* | cygwin* | pw32* | os2* | cegcc*)
8645 # This hack is so that the source file can tell whether it is being
8646 # built for inclusion in a dll (and should export symbols for example).
8647 lt_prog_compiler_pic='-DDLL_EXPORT'
8648 ;;
8649
8650 hpux9* | hpux10* | hpux11*)
8651 lt_prog_compiler_wl='-Wl,'
8652 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8653 # not for PA HP-UX.
8654 case $host_cpu in
8655 hppa*64*|ia64*)
8656 # +Z the default
8657 ;;
8658 *)
8659 lt_prog_compiler_pic='+Z'
8660 ;;
8661 esac
8662 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8663 lt_prog_compiler_static='${wl}-a ${wl}archive'
8664 ;;
8665
8666 irix5* | irix6* | nonstopux*)
8667 lt_prog_compiler_wl='-Wl,'
8668 # PIC (with -KPIC) is the default.
8669 lt_prog_compiler_static='-non_shared'
8670 ;;
8671
8672 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8673 case $cc_basename in
8674 # old Intel for x86_64 which still supported -KPIC.
8675 ecc*)
8676 lt_prog_compiler_wl='-Wl,'
8677 lt_prog_compiler_pic='-KPIC'
8678 lt_prog_compiler_static='-static'
8679 ;;
8680 # icc used to be incompatible with GCC.
8681 # ICC 10 doesn't accept -KPIC any more.
8682 icc* | ifort*)
8683 lt_prog_compiler_wl='-Wl,'
8684 lt_prog_compiler_pic='-fPIC'
8685 lt_prog_compiler_static='-static'
8686 ;;
8687 # Lahey Fortran 8.1.
8688 lf95*)
8689 lt_prog_compiler_wl='-Wl,'
8690 lt_prog_compiler_pic='--shared'
8691 lt_prog_compiler_static='--static'
8692 ;;
8693 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8694 # Portland Group compilers (*not* the Pentium gcc compiler,
8695 # which looks to be a dead project)
8696 lt_prog_compiler_wl='-Wl,'
8697 lt_prog_compiler_pic='-fpic'
8698 lt_prog_compiler_static='-Bstatic'
8699 ;;
8700 ccc*)
8701 lt_prog_compiler_wl='-Wl,'
8702 # All Alpha code is PIC.
8703 lt_prog_compiler_static='-non_shared'
8704 ;;
8705 xl* | bgxl* | bgf* | mpixl*)
8706 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8707 lt_prog_compiler_wl='-Wl,'
8708 lt_prog_compiler_pic='-qpic'
8709 lt_prog_compiler_static='-qstaticlink'
8710 ;;
8711 *)
8712 case `$CC -V 2>&1 | sed 5q` in
8713 *Sun\ F* | *Sun*Fortran*)
8714 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8715 lt_prog_compiler_pic='-KPIC'
8716 lt_prog_compiler_static='-Bstatic'
8717 lt_prog_compiler_wl=''
8718 ;;
8719 *Sun\ C*)
8720 # Sun C 5.9
8721 lt_prog_compiler_pic='-KPIC'
8722 lt_prog_compiler_static='-Bstatic'
8723 lt_prog_compiler_wl='-Wl,'
8724 ;;
8725 esac
8726 ;;
8727 esac
8728 ;;
8729
8730 newsos6)
8731 lt_prog_compiler_pic='-KPIC'
8732 lt_prog_compiler_static='-Bstatic'
8733 ;;
8734
8735 *nto* | *qnx*)
8736 # QNX uses GNU C++, but need to define -shared option too, otherwise
8737 # it will coredump.
8738 lt_prog_compiler_pic='-fPIC -shared'
8739 ;;
8740
8741 osf3* | osf4* | osf5*)
8742 lt_prog_compiler_wl='-Wl,'
8743 # All OSF/1 code is PIC.
8744 lt_prog_compiler_static='-non_shared'
8745 ;;
8746
8747 rdos*)
8748 lt_prog_compiler_static='-non_shared'
8749 ;;
8750
8751 solaris*)
8752 lt_prog_compiler_pic='-KPIC'
8753 lt_prog_compiler_static='-Bstatic'
8754 case $cc_basename in
8755 f77* | f90* | f95*)
8756 lt_prog_compiler_wl='-Qoption ld ';;
8757 *)
8758 lt_prog_compiler_wl='-Wl,';;
8759 esac
8760 ;;
8761
8762 sunos4*)
8763 lt_prog_compiler_wl='-Qoption ld '
8764 lt_prog_compiler_pic='-PIC'
8765 lt_prog_compiler_static='-Bstatic'
8766 ;;
8767
8768 sysv4 | sysv4.2uw2* | sysv4.3*)
8769 lt_prog_compiler_wl='-Wl,'
8770 lt_prog_compiler_pic='-KPIC'
8771 lt_prog_compiler_static='-Bstatic'
8772 ;;
8773
8774 sysv4*MP*)
8775 if test -d /usr/nec ;then
8776 lt_prog_compiler_pic='-Kconform_pic'
8777 lt_prog_compiler_static='-Bstatic'
8778 fi
8779 ;;
8780
8781 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8782 lt_prog_compiler_wl='-Wl,'
8783 lt_prog_compiler_pic='-KPIC'
8784 lt_prog_compiler_static='-Bstatic'
8785 ;;
8786
8787 unicos*)
8788 lt_prog_compiler_wl='-Wl,'
8789 lt_prog_compiler_can_build_shared=no
8790 ;;
8791
8792 uts4*)
8793 lt_prog_compiler_pic='-pic'
8794 lt_prog_compiler_static='-Bstatic'
8795 ;;
8796
8797 *)
8798 lt_prog_compiler_can_build_shared=no
8799 ;;
8800 esac
8801 fi
8802
8803case $host_os in
8804 # For platforms which do not support PIC, -DPIC is meaningless:
8805 *djgpp*)
8806 lt_prog_compiler_pic=
8807 ;;
8808 *)
8809 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8810 ;;
8811esac
8812{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8813$as_echo "$lt_prog_compiler_pic" >&6; }
8814
8815
8816
8817
8818
8819
8820#
8821# Check to make sure the PIC flag actually works.
8822#
8823if test -n "$lt_prog_compiler_pic"; then
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8825$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
ea2e69a4 8826if ${lt_cv_prog_compiler_pic_works+:} false; then :
e440a328 8827 $as_echo_n "(cached) " >&6
8828else
8829 lt_cv_prog_compiler_pic_works=no
8830 ac_outfile=conftest.$ac_objext
8831 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8832 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8833 # Insert the option either (1) after the last *FLAGS variable, or
8834 # (2) before a word containing "conftest.", or (3) at the end.
8835 # Note that $ac_compile itself does not contain backslashes and begins
8836 # with a dollar sign (not a hyphen), so the echo should work correctly.
8837 # The option is referenced via a variable to avoid confusing sed.
8838 lt_compile=`echo "$ac_compile" | $SED \
8839 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8840 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8841 -e 's:$: $lt_compiler_flag:'`
8842 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8843 (eval "$lt_compile" 2>conftest.err)
8844 ac_status=$?
8845 cat conftest.err >&5
8846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8847 if (exit $ac_status) && test -s "$ac_outfile"; then
8848 # The compiler can only warn and ignore the option if not recognized
8849 # So say no if there are warnings other than the usual output.
8850 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8851 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8852 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8853 lt_cv_prog_compiler_pic_works=yes
8854 fi
8855 fi
8856 $RM conftest*
8857
8858fi
8859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8860$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8861
8862if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8863 case $lt_prog_compiler_pic in
8864 "" | " "*) ;;
8865 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8866 esac
8867else
8868 lt_prog_compiler_pic=
8869 lt_prog_compiler_can_build_shared=no
8870fi
8871
8872fi
8873
8874
8875
8876
8877
8878
8879#
8880# Check to make sure the static flag actually works.
8881#
8882wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8884$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
ea2e69a4 8885if ${lt_cv_prog_compiler_static_works+:} false; then :
e440a328 8886 $as_echo_n "(cached) " >&6
8887else
8888 lt_cv_prog_compiler_static_works=no
8889 save_LDFLAGS="$LDFLAGS"
8890 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8891 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8892 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8893 # The linker can only warn and ignore the option if not recognized
8894 # So say no if there are warnings
8895 if test -s conftest.err; then
8896 # Append any errors to the config.log.
8897 cat conftest.err 1>&5
8898 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8899 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8900 if diff conftest.exp conftest.er2 >/dev/null; then
8901 lt_cv_prog_compiler_static_works=yes
8902 fi
8903 else
8904 lt_cv_prog_compiler_static_works=yes
8905 fi
8906 fi
8907 $RM -r conftest*
8908 LDFLAGS="$save_LDFLAGS"
8909
8910fi
8911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8912$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8913
8914if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8915 :
8916else
8917 lt_prog_compiler_static=
8918fi
8919
8920
8921
8922
8923
8924
8925
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8927$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
ea2e69a4 8928if ${lt_cv_prog_compiler_c_o+:} false; then :
e440a328 8929 $as_echo_n "(cached) " >&6
8930else
8931 lt_cv_prog_compiler_c_o=no
8932 $RM -r conftest 2>/dev/null
8933 mkdir conftest
8934 cd conftest
8935 mkdir out
8936 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8937
8938 lt_compiler_flag="-o out/conftest2.$ac_objext"
8939 # Insert the option either (1) after the last *FLAGS variable, or
8940 # (2) before a word containing "conftest.", or (3) at the end.
8941 # Note that $ac_compile itself does not contain backslashes and begins
8942 # with a dollar sign (not a hyphen), so the echo should work correctly.
8943 lt_compile=`echo "$ac_compile" | $SED \
8944 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8945 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8946 -e 's:$: $lt_compiler_flag:'`
8947 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8948 (eval "$lt_compile" 2>out/conftest.err)
8949 ac_status=$?
8950 cat out/conftest.err >&5
8951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8952 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8953 then
8954 # The compiler can only warn and ignore the option if not recognized
8955 # So say no if there are warnings
8956 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8957 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8958 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8959 lt_cv_prog_compiler_c_o=yes
8960 fi
8961 fi
8962 chmod u+w . 2>&5
8963 $RM conftest*
8964 # SGI C++ compiler will create directory out/ii_files/ for
8965 # template instantiation
8966 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8967 $RM out/* && rmdir out
8968 cd ..
8969 $RM -r conftest
8970 $RM conftest*
8971
8972fi
8973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8974$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8975
8976
8977
8978
8979
8980
8981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8982$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
ea2e69a4 8983if ${lt_cv_prog_compiler_c_o+:} false; then :
e440a328 8984 $as_echo_n "(cached) " >&6
8985else
8986 lt_cv_prog_compiler_c_o=no
8987 $RM -r conftest 2>/dev/null
8988 mkdir conftest
8989 cd conftest
8990 mkdir out
8991 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8992
8993 lt_compiler_flag="-o out/conftest2.$ac_objext"
8994 # Insert the option either (1) after the last *FLAGS variable, or
8995 # (2) before a word containing "conftest.", or (3) at the end.
8996 # Note that $ac_compile itself does not contain backslashes and begins
8997 # with a dollar sign (not a hyphen), so the echo should work correctly.
8998 lt_compile=`echo "$ac_compile" | $SED \
8999 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9000 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9001 -e 's:$: $lt_compiler_flag:'`
9002 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9003 (eval "$lt_compile" 2>out/conftest.err)
9004 ac_status=$?
9005 cat out/conftest.err >&5
9006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9007 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9008 then
9009 # The compiler can only warn and ignore the option if not recognized
9010 # So say no if there are warnings
9011 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9012 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9013 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9014 lt_cv_prog_compiler_c_o=yes
9015 fi
9016 fi
9017 chmod u+w . 2>&5
9018 $RM conftest*
9019 # SGI C++ compiler will create directory out/ii_files/ for
9020 # template instantiation
9021 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9022 $RM out/* && rmdir out
9023 cd ..
9024 $RM -r conftest
9025 $RM conftest*
9026
9027fi
9028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9029$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9030
9031
9032
9033
9034hard_links="nottested"
9035if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9036 # do not overwrite the value of need_locks provided by the user
9037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9038$as_echo_n "checking if we can lock with hard links... " >&6; }
9039 hard_links=yes
9040 $RM conftest*
9041 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9042 touch conftest.a
9043 ln conftest.a conftest.b 2>&5 || hard_links=no
9044 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9046$as_echo "$hard_links" >&6; }
9047 if test "$hard_links" = no; then
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9049$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9050 need_locks=warn
9051 fi
9052else
9053 need_locks=no
9054fi
9055
9056
9057
9058
9059
9060
9061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9062$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9063
9064 runpath_var=
9065 allow_undefined_flag=
9066 always_export_symbols=no
9067 archive_cmds=
9068 archive_expsym_cmds=
9069 compiler_needs_object=no
9070 enable_shared_with_static_runtimes=no
9071 export_dynamic_flag_spec=
9072 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9073 hardcode_automatic=no
9074 hardcode_direct=no
9075 hardcode_direct_absolute=no
9076 hardcode_libdir_flag_spec=
9077 hardcode_libdir_flag_spec_ld=
9078 hardcode_libdir_separator=
9079 hardcode_minus_L=no
9080 hardcode_shlibpath_var=unsupported
9081 inherit_rpath=no
9082 link_all_deplibs=unknown
9083 module_cmds=
9084 module_expsym_cmds=
9085 old_archive_from_new_cmds=
9086 old_archive_from_expsyms_cmds=
9087 thread_safe_flag_spec=
9088 whole_archive_flag_spec=
9089 # include_expsyms should be a list of space-separated symbols to be *always*
9090 # included in the symbol list
9091 include_expsyms=
9092 # exclude_expsyms can be an extended regexp of symbols to exclude
9093 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9094 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9095 # as well as any symbol that contains `d'.
9096 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9097 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9098 # platforms (ab)use it in PIC code, but their linkers get confused if
9099 # the symbol is explicitly referenced. Since portable code cannot
9100 # rely on this symbol name, it's probably fine to never include it in
9101 # preloaded symbol tables.
9102 # Exclude shared library initialization/finalization symbols.
9103 extract_expsyms_cmds=
9104
9105 case $host_os in
9106 cygwin* | mingw* | pw32* | cegcc*)
9107 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9108 # When not using gcc, we currently assume that we are using
9109 # Microsoft Visual C++.
9110 if test "$GCC" != yes; then
9111 with_gnu_ld=no
9112 fi
9113 ;;
9114 interix*)
9115 # we just hope/assume this is gcc and not c89 (= MSVC++)
9116 with_gnu_ld=yes
9117 ;;
9118 openbsd*)
9119 with_gnu_ld=no
9120 ;;
9121 esac
9122
9123 ld_shlibs=yes
9124
9125 # On some targets, GNU ld is compatible enough with the native linker
9126 # that we're better off using the native interface for both.
9127 lt_use_gnu_ld_interface=no
9128 if test "$with_gnu_ld" = yes; then
9129 case $host_os in
9130 aix*)
9131 # The AIX port of GNU ld has always aspired to compatibility
9132 # with the native linker. However, as the warning in the GNU ld
9133 # block says, versions before 2.19.5* couldn't really create working
9134 # shared libraries, regardless of the interface used.
9135 case `$LD -v 2>&1` in
9136 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9137 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9138 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9139 *)
9140 lt_use_gnu_ld_interface=yes
9141 ;;
9142 esac
9143 ;;
9144 *)
9145 lt_use_gnu_ld_interface=yes
9146 ;;
9147 esac
9148 fi
9149
9150 if test "$lt_use_gnu_ld_interface" = yes; then
9151 # If archive_cmds runs LD, not CC, wlarc should be empty
9152 wlarc='${wl}'
9153
9154 # Set some defaults for GNU ld with shared library support. These
9155 # are reset later if shared libraries are not supported. Putting them
9156 # here allows them to be overridden if necessary.
9157 runpath_var=LD_RUN_PATH
9158 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9159 export_dynamic_flag_spec='${wl}--export-dynamic'
9160 # ancient GNU ld didn't support --whole-archive et. al.
9161 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9162 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9163 else
9164 whole_archive_flag_spec=
9165 fi
9166 supports_anon_versioning=no
9167 case `$LD -v 2>&1` in
9168 *GNU\ gold*) supports_anon_versioning=yes ;;
9169 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9170 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9171 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9172 *\ 2.11.*) ;; # other 2.11 versions
9173 *) supports_anon_versioning=yes ;;
9174 esac
9175
9176 # See if GNU ld supports shared libraries.
9177 case $host_os in
9178 aix[3-9]*)
9179 # On AIX/PPC, the GNU linker is very broken
9180 if test "$host_cpu" != ia64; then
9181 ld_shlibs=no
9182 cat <<_LT_EOF 1>&2
9183
9184*** Warning: the GNU linker, at least up to release 2.19, is reported
9185*** to be unable to reliably create shared libraries on AIX.
9186*** Therefore, libtool is disabling shared libraries support. If you
9187*** really care for shared libraries, you may want to install binutils
9188*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9189*** You will then need to restart the configuration process.
9190
9191_LT_EOF
9192 fi
9193 ;;
9194
9195 amigaos*)
9196 case $host_cpu in
9197 powerpc)
9198 # see comment about AmigaOS4 .so support
9199 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9200 archive_expsym_cmds=''
9201 ;;
9202 m68k)
9203 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)'
9204 hardcode_libdir_flag_spec='-L$libdir'
9205 hardcode_minus_L=yes
9206 ;;
9207 esac
9208 ;;
9209
9210 beos*)
9211 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9212 allow_undefined_flag=unsupported
9213 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9214 # support --undefined. This deserves some investigation. FIXME
9215 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9216 else
9217 ld_shlibs=no
9218 fi
9219 ;;
9220
9221 cygwin* | mingw* | pw32* | cegcc*)
9222 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9223 # as there is no search path for DLLs.
9224 hardcode_libdir_flag_spec='-L$libdir'
9225 export_dynamic_flag_spec='${wl}--export-all-symbols'
9226 allow_undefined_flag=unsupported
9227 always_export_symbols=no
9228 enable_shared_with_static_runtimes=yes
9229 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9230
9231 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9232 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9233 # If the export-symbols file already is a .def file (1st line
9234 # is EXPORTS), use it as is; otherwise, prepend...
9235 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9236 cp $export_symbols $output_objdir/$soname.def;
9237 else
9238 echo EXPORTS > $output_objdir/$soname.def;
9239 cat $export_symbols >> $output_objdir/$soname.def;
9240 fi~
9241 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9242 else
9243 ld_shlibs=no
9244 fi
9245 ;;
9246
9247 haiku*)
9248 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9249 link_all_deplibs=yes
9250 ;;
9251
9252 interix[3-9]*)
9253 hardcode_direct=no
9254 hardcode_shlibpath_var=no
9255 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9256 export_dynamic_flag_spec='${wl}-E'
9257 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9258 # Instead, shared libraries are loaded at an image base (0x10000000 by
9259 # default) and relocated if they conflict, which is a slow very memory
9260 # consuming and fragmenting process. To avoid this, we pick a random,
9261 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9262 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9263 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9264 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'
9265 ;;
9266
9267 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9268 tmp_diet=no
9269 if test "$host_os" = linux-dietlibc; then
9270 case $cc_basename in
9271 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9272 esac
9273 fi
9274 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9275 && test "$tmp_diet" = no
9276 then
9277 tmp_addflag=
9278 tmp_sharedflag='-shared'
9279 case $cc_basename,$host_cpu in
9280 pgcc*) # Portland Group C compiler
9281 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'
9282 tmp_addflag=' $pic_flag'
9283 ;;
9284 pgf77* | pgf90* | pgf95* | pgfortran*)
9285 # Portland Group f77 and f90 compilers
9286 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'
9287 tmp_addflag=' $pic_flag -Mnomain' ;;
9288 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9289 tmp_addflag=' -i_dynamic' ;;
9290 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9291 tmp_addflag=' -i_dynamic -nofor_main' ;;
9292 ifc* | ifort*) # Intel Fortran compiler
9293 tmp_addflag=' -nofor_main' ;;
9294 lf95*) # Lahey Fortran 8.1
9295 whole_archive_flag_spec=
9296 tmp_sharedflag='--shared' ;;
9297 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9298 tmp_sharedflag='-qmkshrobj'
9299 tmp_addflag= ;;
9300 nvcc*) # Cuda Compiler Driver 2.2
9301 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'
9302 compiler_needs_object=yes
9303 ;;
9304 esac
9305 case `$CC -V 2>&1 | sed 5q` in
9306 *Sun\ C*) # Sun C 5.9
9307 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'
9308 compiler_needs_object=yes
9309 tmp_sharedflag='-G' ;;
9310 *Sun\ F*) # Sun Fortran 8.3
9311 tmp_sharedflag='-G' ;;
9312 esac
9313 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9314
9315 if test "x$supports_anon_versioning" = xyes; then
9316 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9317 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9318 echo "local: *; };" >> $output_objdir/$libname.ver~
9319 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9320 fi
9321
9322 case $cc_basename in
9323 xlf* | bgf* | bgxlf* | mpixlf*)
9324 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9325 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9326 hardcode_libdir_flag_spec=
9327 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9328 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9329 if test "x$supports_anon_versioning" = xyes; then
9330 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9331 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9332 echo "local: *; };" >> $output_objdir/$libname.ver~
9333 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9334 fi
9335 ;;
9336 esac
9337 else
9338 ld_shlibs=no
9339 fi
9340 ;;
9341
9342 netbsd*)
9343 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9344 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9345 wlarc=
9346 else
9347 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9348 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9349 fi
9350 ;;
9351
9352 solaris*)
9353 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9354 ld_shlibs=no
9355 cat <<_LT_EOF 1>&2
9356
9357*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9358*** create shared libraries on Solaris systems. Therefore, libtool
9359*** is disabling shared libraries support. We urge you to upgrade GNU
9360*** binutils to release 2.9.1 or newer. Another option is to modify
9361*** your PATH or compiler configuration so that the native linker is
9362*** used, and then restart.
9363
9364_LT_EOF
9365 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9366 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9367 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9368 else
9369 ld_shlibs=no
9370 fi
9371 ;;
9372
9373 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9374 case `$LD -v 2>&1` in
9375 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9376 ld_shlibs=no
9377 cat <<_LT_EOF 1>&2
9378
9379*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9380*** reliably create shared libraries on SCO systems. Therefore, libtool
9381*** is disabling shared libraries support. We urge you to upgrade GNU
9382*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9383*** your PATH or compiler configuration so that the native linker is
9384*** used, and then restart.
9385
9386_LT_EOF
9387 ;;
9388 *)
9389 # For security reasons, it is highly recommended that you always
9390 # use absolute paths for naming shared libraries, and exclude the
9391 # DT_RUNPATH tag from executables and libraries. But doing so
9392 # requires that you compile everything twice, which is a pain.
9393 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9394 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9395 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9396 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9397 else
9398 ld_shlibs=no
9399 fi
9400 ;;
9401 esac
9402 ;;
9403
9404 sunos4*)
9405 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9406 wlarc=
9407 hardcode_direct=yes
9408 hardcode_shlibpath_var=no
9409 ;;
9410
9411 *)
9412 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9413 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9414 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9415 else
9416 ld_shlibs=no
9417 fi
9418 ;;
9419 esac
9420
9421 if test "$ld_shlibs" = no; then
9422 runpath_var=
9423 hardcode_libdir_flag_spec=
9424 export_dynamic_flag_spec=
9425 whole_archive_flag_spec=
9426 fi
9427 else
9428 # PORTME fill in a description of your system's linker (not GNU ld)
9429 case $host_os in
9430 aix3*)
9431 allow_undefined_flag=unsupported
9432 always_export_symbols=yes
9433 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'
9434 # Note: this linker hardcodes the directories in LIBPATH if there
9435 # are no directories specified by -L.
9436 hardcode_minus_L=yes
9437 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9438 # Neither direct hardcoding nor static linking is supported with a
9439 # broken collect2.
9440 hardcode_direct=unsupported
9441 fi
9442 ;;
9443
9444 aix[4-9]*)
9445 if test "$host_cpu" = ia64; then
9446 # On IA64, the linker does run time linking by default, so we don't
9447 # have to do anything special.
9448 aix_use_runtimelinking=no
9449 exp_sym_flag='-Bexport'
9450 no_entry_flag=""
9451 else
9452 # If we're using GNU nm, then we don't want the "-C" option.
9453 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9454 # Also, AIX nm treats weak defined symbols like other global
9455 # defined symbols, whereas GNU nm marks them as "W".
9456 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9457 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'
9458 else
9459 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9460 fi
9461 aix_use_runtimelinking=no
9462
9463 # Test if we are trying to use run time linking or normal
9464 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9465 # need to do runtime linking.
9466 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9467 for ld_flag in $LDFLAGS; do
9468 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9469 aix_use_runtimelinking=yes
9470 break
9471 fi
9472 done
9473 ;;
9474 esac
9475
9476 exp_sym_flag='-bexport'
9477 no_entry_flag='-bnoentry'
9478 fi
9479
9480 # When large executables or shared objects are built, AIX ld can
9481 # have problems creating the table of contents. If linking a library
9482 # or program results in "error TOC overflow" add -mminimal-toc to
9483 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9484 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9485
9486 archive_cmds=''
9487 hardcode_direct=yes
9488 hardcode_direct_absolute=yes
9489 hardcode_libdir_separator=':'
9490 link_all_deplibs=yes
9491 file_list_spec='${wl}-f,'
9492
9493 if test "$GCC" = yes; then
9494 case $host_os in aix4.[012]|aix4.[012].*)
9495 # We only want to do this on AIX 4.2 and lower, the check
9496 # below for broken collect2 doesn't work under 4.3+
9497 collect2name=`${CC} -print-prog-name=collect2`
9498 if test -f "$collect2name" &&
9499 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9500 then
9501 # We have reworked collect2
9502 :
9503 else
9504 # We have old collect2
9505 hardcode_direct=unsupported
9506 # It fails to find uninstalled libraries when the uninstalled
9507 # path is not listed in the libpath. Setting hardcode_minus_L
9508 # to unsupported forces relinking
9509 hardcode_minus_L=yes
9510 hardcode_libdir_flag_spec='-L$libdir'
9511 hardcode_libdir_separator=
9512 fi
9513 ;;
9514 esac
9515 shared_flag='-shared'
9516 if test "$aix_use_runtimelinking" = yes; then
9517 shared_flag="$shared_flag "'${wl}-G'
9518 fi
9519 else
9520 # not using gcc
9521 if test "$host_cpu" = ia64; then
9522 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9523 # chokes on -Wl,-G. The following line is correct:
9524 shared_flag='-G'
9525 else
9526 if test "$aix_use_runtimelinking" = yes; then
9527 shared_flag='${wl}-G'
9528 else
9529 shared_flag='${wl}-bM:SRE'
9530 fi
9531 fi
9532 fi
9533
9534 export_dynamic_flag_spec='${wl}-bexpall'
9535 # It seems that -bexpall does not export symbols beginning with
9536 # underscore (_), so it is better to generate a list of symbols to export.
9537 always_export_symbols=yes
9538 if test "$aix_use_runtimelinking" = yes; then
9539 # Warning - without using the other runtime loading flags (-brtl),
9540 # -berok will link without error, but may produce a broken library.
9541 allow_undefined_flag='-berok'
9542 # Determine the default libpath from the value encoded in an
9543 # empty executable.
9544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9545/* end confdefs.h. */
9546
9547int
9548main ()
9549{
9550
9551 ;
9552 return 0;
9553}
9554_ACEOF
9555if ac_fn_c_try_link "$LINENO"; then :
9556
9557lt_aix_libpath_sed='
9558 /Import File Strings/,/^$/ {
9559 /^0/ {
9560 s/^0 *\(.*\)$/\1/
9561 p
9562 }
9563 }'
9564aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9565# Check for a 64-bit object if we didn't find anything.
9566if test -z "$aix_libpath"; then
9567 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9568fi
9569fi
9570rm -f core conftest.err conftest.$ac_objext \
9571 conftest$ac_exeext conftest.$ac_ext
9572if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9573
9574 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9575 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"
9576 else
9577 if test "$host_cpu" = ia64; then
9578 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9579 allow_undefined_flag="-z nodefs"
9580 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"
9581 else
9582 # Determine the default libpath from the value encoded in an
9583 # empty executable.
9584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9585/* end confdefs.h. */
9586
9587int
9588main ()
9589{
9590
9591 ;
9592 return 0;
9593}
9594_ACEOF
9595if ac_fn_c_try_link "$LINENO"; then :
9596
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
9609fi
9610rm -f core conftest.err conftest.$ac_objext \
9611 conftest$ac_exeext conftest.$ac_ext
9612if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9613
9614 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9615 # Warning - without using the other run time loading flags,
9616 # -berok will link without error, but may produce a broken library.
9617 no_undefined_flag=' ${wl}-bernotok'
9618 allow_undefined_flag=' ${wl}-berok'
9619 if test "$with_gnu_ld" = yes; then
9620 # We only use this code for GNU lds that support --whole-archive.
9621 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9622 else
9623 # Exported symbols can be pulled into shared objects from archives
9624 whole_archive_flag_spec='$convenience'
9625 fi
9626 archive_cmds_need_lc=yes
9627 # This is similar to how AIX traditionally builds its shared libraries.
9628 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'
9629 fi
9630 fi
9631 ;;
9632
9633 amigaos*)
9634 case $host_cpu in
9635 powerpc)
9636 # see comment about AmigaOS4 .so support
9637 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9638 archive_expsym_cmds=''
9639 ;;
9640 m68k)
9641 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)'
9642 hardcode_libdir_flag_spec='-L$libdir'
9643 hardcode_minus_L=yes
9644 ;;
9645 esac
9646 ;;
9647
9648 bsdi[45]*)
9649 export_dynamic_flag_spec=-rdynamic
9650 ;;
9651
9652 cygwin* | mingw* | pw32* | cegcc*)
9653 # When not using gcc, we currently assume that we are using
9654 # Microsoft Visual C++.
9655 # hardcode_libdir_flag_spec is actually meaningless, as there is
9656 # no search path for DLLs.
9657 hardcode_libdir_flag_spec=' '
9658 allow_undefined_flag=unsupported
9659 # Tell ltmain to make .lib files, not .a files.
9660 libext=lib
9661 # Tell ltmain to make .dll files, not .so files.
9662 shrext_cmds=".dll"
9663 # FIXME: Setting linknames here is a bad hack.
9664 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9665 # The linker will automatically build a .lib file if we build a DLL.
9666 old_archive_from_new_cmds='true'
9667 # FIXME: Should let the user specify the lib program.
9668 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9669 fix_srcfile_path='`cygpath -w "$srcfile"`'
9670 enable_shared_with_static_runtimes=yes
9671 ;;
9672
9673 darwin* | rhapsody*)
9674
9675
9676 archive_cmds_need_lc=no
9677 hardcode_direct=no
9678 hardcode_automatic=yes
9679 hardcode_shlibpath_var=unsupported
9680 if test "$lt_cv_ld_force_load" = "yes"; then
9681 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\"`'
9682 else
9683 whole_archive_flag_spec=''
9684 fi
9685 link_all_deplibs=yes
9686 allow_undefined_flag="$_lt_dar_allow_undefined"
9687 case $cc_basename in
9688 ifort*) _lt_dar_can_shared=yes ;;
9689 *) _lt_dar_can_shared=$GCC ;;
9690 esac
9691 if test "$_lt_dar_can_shared" = "yes"; then
9692 output_verbose_link_cmd=func_echo_all
9693 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9694 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9695 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}"
9696 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}"
9697
9698 else
9699 ld_shlibs=no
9700 fi
9701
9702 ;;
9703
9704 dgux*)
9705 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9706 hardcode_libdir_flag_spec='-L$libdir'
9707 hardcode_shlibpath_var=no
9708 ;;
9709
e440a328 9710 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9711 # support. Future versions do this automatically, but an explicit c++rt0.o
9712 # does not break anything, and helps significantly (at the cost of a little
9713 # extra space).
9714 freebsd2.2*)
9715 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9716 hardcode_libdir_flag_spec='-R$libdir'
9717 hardcode_direct=yes
9718 hardcode_shlibpath_var=no
9719 ;;
9720
9721 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
31d696fa 9722 freebsd2.*)
e440a328 9723 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9724 hardcode_direct=yes
9725 hardcode_minus_L=yes
9726 hardcode_shlibpath_var=no
9727 ;;
9728
9729 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9730 freebsd* | dragonfly*)
9731 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9732 hardcode_libdir_flag_spec='-R$libdir'
9733 hardcode_direct=yes
9734 hardcode_shlibpath_var=no
9735 ;;
9736
9737 hpux9*)
9738 if test "$GCC" = yes; then
9739 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'
9740 else
9741 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'
9742 fi
9743 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9744 hardcode_libdir_separator=:
9745 hardcode_direct=yes
9746
9747 # hardcode_minus_L: Not really in the search PATH,
9748 # but as the default location of the library.
9749 hardcode_minus_L=yes
9750 export_dynamic_flag_spec='${wl}-E'
9751 ;;
9752
9753 hpux10*)
9754 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9755 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9756 else
9757 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9758 fi
9759 if test "$with_gnu_ld" = no; then
9760 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9761 hardcode_libdir_flag_spec_ld='+b $libdir'
9762 hardcode_libdir_separator=:
9763 hardcode_direct=yes
9764 hardcode_direct_absolute=yes
9765 export_dynamic_flag_spec='${wl}-E'
9766 # hardcode_minus_L: Not really in the search PATH,
9767 # but as the default location of the library.
9768 hardcode_minus_L=yes
9769 fi
9770 ;;
9771
9772 hpux11*)
9773 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9774 case $host_cpu in
9775 hppa*64*)
9776 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9777 ;;
9778 ia64*)
9779 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9780 ;;
9781 *)
9782 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9783 ;;
9784 esac
9785 else
9786 case $host_cpu in
9787 hppa*64*)
9788 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9789 ;;
9790 ia64*)
9791 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9792 ;;
9793 *)
9794
9795 # Older versions of the 11.00 compiler do not understand -b yet
9796 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9798$as_echo_n "checking if $CC understands -b... " >&6; }
ea2e69a4 9799if ${lt_cv_prog_compiler__b+:} false; then :
e440a328 9800 $as_echo_n "(cached) " >&6
9801else
9802 lt_cv_prog_compiler__b=no
9803 save_LDFLAGS="$LDFLAGS"
9804 LDFLAGS="$LDFLAGS -b"
9805 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9806 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9807 # The linker can only warn and ignore the option if not recognized
9808 # So say no if there are warnings
9809 if test -s conftest.err; then
9810 # Append any errors to the config.log.
9811 cat conftest.err 1>&5
9812 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9813 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9814 if diff conftest.exp conftest.er2 >/dev/null; then
9815 lt_cv_prog_compiler__b=yes
9816 fi
9817 else
9818 lt_cv_prog_compiler__b=yes
9819 fi
9820 fi
9821 $RM -r conftest*
9822 LDFLAGS="$save_LDFLAGS"
9823
9824fi
9825{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9826$as_echo "$lt_cv_prog_compiler__b" >&6; }
9827
9828if test x"$lt_cv_prog_compiler__b" = xyes; then
9829 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9830else
9831 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9832fi
9833
9834 ;;
9835 esac
9836 fi
9837 if test "$with_gnu_ld" = no; then
9838 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9839 hardcode_libdir_separator=:
9840
9841 case $host_cpu in
9842 hppa*64*|ia64*)
9843 hardcode_direct=no
9844 hardcode_shlibpath_var=no
9845 ;;
9846 *)
9847 hardcode_direct=yes
9848 hardcode_direct_absolute=yes
9849 export_dynamic_flag_spec='${wl}-E'
9850
9851 # hardcode_minus_L: Not really in the search PATH,
9852 # but as the default location of the library.
9853 hardcode_minus_L=yes
9854 ;;
9855 esac
9856 fi
9857 ;;
9858
9859 irix5* | irix6* | nonstopux*)
9860 if test "$GCC" = yes; then
9861 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'
9862 # Try to use the -exported_symbol ld option, if it does not
9863 # work, assume that -exports_file does not work either and
9864 # implicitly export all symbols.
9865 save_LDFLAGS="$LDFLAGS"
9866 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9868/* end confdefs.h. */
9869int foo(void) {}
9870_ACEOF
9871if ac_fn_c_try_link "$LINENO"; then :
9872 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'
9873
9874fi
9875rm -f core conftest.err conftest.$ac_objext \
9876 conftest$ac_exeext conftest.$ac_ext
9877 LDFLAGS="$save_LDFLAGS"
9878 else
9879 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'
9880 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'
9881 fi
9882 archive_cmds_need_lc='no'
9883 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9884 hardcode_libdir_separator=:
9885 inherit_rpath=yes
9886 link_all_deplibs=yes
9887 ;;
9888
9889 netbsd*)
9890 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9891 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9892 else
9893 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9894 fi
9895 hardcode_libdir_flag_spec='-R$libdir'
9896 hardcode_direct=yes
9897 hardcode_shlibpath_var=no
9898 ;;
9899
9900 newsos6)
9901 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9902 hardcode_direct=yes
9903 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9904 hardcode_libdir_separator=:
9905 hardcode_shlibpath_var=no
9906 ;;
9907
9908 *nto* | *qnx*)
9909 ;;
9910
9911 openbsd*)
9912 if test -f /usr/libexec/ld.so; then
9913 hardcode_direct=yes
9914 hardcode_shlibpath_var=no
9915 hardcode_direct_absolute=yes
9916 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9917 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9918 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9919 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9920 export_dynamic_flag_spec='${wl}-E'
9921 else
9922 case $host_os in
9923 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9924 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9925 hardcode_libdir_flag_spec='-R$libdir'
9926 ;;
9927 *)
9928 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9929 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9930 ;;
9931 esac
9932 fi
9933 else
9934 ld_shlibs=no
9935 fi
9936 ;;
9937
9938 os2*)
9939 hardcode_libdir_flag_spec='-L$libdir'
9940 hardcode_minus_L=yes
9941 allow_undefined_flag=unsupported
9942 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'
9943 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9944 ;;
9945
9946 osf3*)
9947 if test "$GCC" = yes; then
9948 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9949 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'
9950 else
9951 allow_undefined_flag=' -expect_unresolved \*'
9952 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'
9953 fi
9954 archive_cmds_need_lc='no'
9955 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9956 hardcode_libdir_separator=:
9957 ;;
9958
9959 osf4* | osf5*) # as osf3* with the addition of -msym flag
9960 if test "$GCC" = yes; then
9961 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9962 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'
9963 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9964 else
9965 allow_undefined_flag=' -expect_unresolved \*'
9966 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'
9967 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~
9968 $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'
9969
9970 # Both c and cxx compiler support -rpath directly
9971 hardcode_libdir_flag_spec='-rpath $libdir'
9972 fi
9973 archive_cmds_need_lc='no'
9974 hardcode_libdir_separator=:
9975 ;;
9976
9977 solaris*)
9978 no_undefined_flag=' -z defs'
9979 if test "$GCC" = yes; then
9980 wlarc='${wl}'
9981 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9982 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9983 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9984 else
9985 case `$CC -V 2>&1` in
9986 *"Compilers 5.0"*)
9987 wlarc=''
9988 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9989 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9990 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9991 ;;
9992 *)
9993 wlarc='${wl}'
9994 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9995 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9996 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9997 ;;
9998 esac
9999 fi
10000 hardcode_libdir_flag_spec='-R$libdir'
10001 hardcode_shlibpath_var=no
10002 case $host_os in
10003 solaris2.[0-5] | solaris2.[0-5].*) ;;
10004 *)
10005 # The compiler driver will combine and reorder linker options,
10006 # but understands `-z linker_flag'. GCC discards it without `$wl',
10007 # but is careful enough not to reorder.
10008 # Supported since Solaris 2.6 (maybe 2.5.1?)
10009 if test "$GCC" = yes; then
10010 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10011 else
10012 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10013 fi
10014 ;;
10015 esac
10016 link_all_deplibs=yes
10017 ;;
10018
10019 sunos4*)
10020 if test "x$host_vendor" = xsequent; then
10021 # Use $CC to link under sequent, because it throws in some extra .o
10022 # files that make .init and .fini sections work.
10023 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10024 else
10025 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10026 fi
10027 hardcode_libdir_flag_spec='-L$libdir'
10028 hardcode_direct=yes
10029 hardcode_minus_L=yes
10030 hardcode_shlibpath_var=no
10031 ;;
10032
10033 sysv4)
10034 case $host_vendor in
10035 sni)
10036 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10037 hardcode_direct=yes # is this really true???
10038 ;;
10039 siemens)
10040 ## LD is ld it makes a PLAMLIB
10041 ## CC just makes a GrossModule.
10042 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10043 reload_cmds='$CC -r -o $output$reload_objs'
10044 hardcode_direct=no
10045 ;;
10046 motorola)
10047 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10048 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10049 ;;
10050 esac
10051 runpath_var='LD_RUN_PATH'
10052 hardcode_shlibpath_var=no
10053 ;;
10054
10055 sysv4.3*)
10056 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10057 hardcode_shlibpath_var=no
10058 export_dynamic_flag_spec='-Bexport'
10059 ;;
10060
10061 sysv4*MP*)
10062 if test -d /usr/nec; then
10063 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10064 hardcode_shlibpath_var=no
10065 runpath_var=LD_RUN_PATH
10066 hardcode_runpath_var=yes
10067 ld_shlibs=yes
10068 fi
10069 ;;
10070
10071 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10072 no_undefined_flag='${wl}-z,text'
10073 archive_cmds_need_lc=no
10074 hardcode_shlibpath_var=no
10075 runpath_var='LD_RUN_PATH'
10076
10077 if test "$GCC" = yes; then
10078 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10079 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10080 else
10081 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10082 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10083 fi
10084 ;;
10085
10086 sysv5* | sco3.2v5* | sco5v6*)
10087 # Note: We can NOT use -z defs as we might desire, because we do not
10088 # link with -lc, and that would cause any symbols used from libc to
10089 # always be unresolved, which means just about no library would
10090 # ever link correctly. If we're not using GNU ld we use -z text
10091 # though, which does catch some bad symbols but isn't as heavy-handed
10092 # as -z defs.
10093 no_undefined_flag='${wl}-z,text'
10094 allow_undefined_flag='${wl}-z,nodefs'
10095 archive_cmds_need_lc=no
10096 hardcode_shlibpath_var=no
10097 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10098 hardcode_libdir_separator=':'
10099 link_all_deplibs=yes
10100 export_dynamic_flag_spec='${wl}-Bexport'
10101 runpath_var='LD_RUN_PATH'
10102
10103 if test "$GCC" = yes; then
10104 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10105 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10106 else
10107 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10108 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10109 fi
10110 ;;
10111
10112 uts4*)
10113 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10114 hardcode_libdir_flag_spec='-L$libdir'
10115 hardcode_shlibpath_var=no
10116 ;;
10117
10118 *)
10119 ld_shlibs=no
10120 ;;
10121 esac
10122
10123 if test x$host_vendor = xsni; then
10124 case $host in
10125 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10126 export_dynamic_flag_spec='${wl}-Blargedynsym'
10127 ;;
10128 esac
10129 fi
10130 fi
10131
10132{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10133$as_echo "$ld_shlibs" >&6; }
10134test "$ld_shlibs" = no && can_build_shared=no
10135
10136with_gnu_ld=$with_gnu_ld
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152#
10153# Do we need to explicitly link libc?
10154#
10155case "x$archive_cmds_need_lc" in
10156x|xyes)
10157 # Assume -lc should be added
10158 archive_cmds_need_lc=yes
10159
10160 if test "$enable_shared" = yes && test "$GCC" = yes; then
10161 case $archive_cmds in
10162 *'~'*)
10163 # FIXME: we may have to deal with multi-command sequences.
10164 ;;
10165 '$CC '*)
10166 # Test whether the compiler implicitly links with -lc since on some
10167 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10168 # to ld, don't add -lc before -lgcc.
10169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10170$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
ea2e69a4 10171if ${lt_cv_archive_cmds_need_lc+:} false; then :
e440a328 10172 $as_echo_n "(cached) " >&6
10173else
10174 $RM conftest*
10175 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10176
10177 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10178 (eval $ac_compile) 2>&5
10179 ac_status=$?
10180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10181 test $ac_status = 0; } 2>conftest.err; then
10182 soname=conftest
10183 lib=conftest
10184 libobjs=conftest.$ac_objext
10185 deplibs=
10186 wl=$lt_prog_compiler_wl
10187 pic_flag=$lt_prog_compiler_pic
10188 compiler_flags=-v
10189 linker_flags=-v
10190 verstring=
10191 output_objdir=.
10192 libname=conftest
10193 lt_save_allow_undefined_flag=$allow_undefined_flag
10194 allow_undefined_flag=
10195 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10196 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10197 ac_status=$?
10198 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10199 test $ac_status = 0; }
10200 then
10201 lt_cv_archive_cmds_need_lc=no
10202 else
10203 lt_cv_archive_cmds_need_lc=yes
10204 fi
10205 allow_undefined_flag=$lt_save_allow_undefined_flag
10206 else
10207 cat conftest.err 1>&5
10208 fi
10209 $RM conftest*
10210
10211fi
10212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10213$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10214 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10215 ;;
10216 esac
10217 fi
10218 ;;
10219esac
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10378$as_echo_n "checking dynamic linker characteristics... " >&6; }
10379
10380if test "$GCC" = yes; then
10381 case $host_os in
10382 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10383 *) lt_awk_arg="/^libraries:/" ;;
10384 esac
10385 case $host_os in
10386 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10387 *) lt_sed_strip_eq="s,=/,/,g" ;;
10388 esac
10389 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10390 case $lt_search_path_spec in
10391 *\;*)
10392 # if the path contains ";" then we assume it to be the separator
10393 # otherwise default to the standard path separator (i.e. ":") - it is
10394 # assumed that no part of a normal pathname contains ";" but that should
10395 # okay in the real world where ";" in dirpaths is itself problematic.
10396 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10397 ;;
10398 *)
10399 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10400 ;;
10401 esac
10402 # Ok, now we have the path, separated by spaces, we can step through it
10403 # and add multilib dir if necessary.
10404 lt_tmp_lt_search_path_spec=
10405 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10406 for lt_sys_path in $lt_search_path_spec; do
10407 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10408 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10409 else
10410 test -d "$lt_sys_path" && \
10411 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10412 fi
10413 done
10414 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10415BEGIN {RS=" "; FS="/|\n";} {
10416 lt_foo="";
10417 lt_count=0;
10418 for (lt_i = NF; lt_i > 0; lt_i--) {
10419 if ($lt_i != "" && $lt_i != ".") {
10420 if ($lt_i == "..") {
10421 lt_count++;
10422 } else {
10423 if (lt_count == 0) {
10424 lt_foo="/" $lt_i lt_foo;
10425 } else {
10426 lt_count--;
10427 }
10428 }
10429 }
10430 }
10431 if (lt_foo != "") { lt_freq[lt_foo]++; }
10432 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10433}'`
10434 # AWK program above erroneously prepends '/' to C:/dos/paths
10435 # for these hosts.
10436 case $host_os in
10437 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10438 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10439 esac
10440 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10441else
10442 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10443fi
10444library_names_spec=
10445libname_spec='lib$name'
10446soname_spec=
10447shrext_cmds=".so"
10448postinstall_cmds=
10449postuninstall_cmds=
10450finish_cmds=
10451finish_eval=
10452shlibpath_var=
10453shlibpath_overrides_runpath=unknown
10454version_type=none
10455dynamic_linker="$host_os ld.so"
10456sys_lib_dlsearch_path_spec="/lib /usr/lib"
10457need_lib_prefix=unknown
10458hardcode_into_libs=no
10459
10460# when you set need_version to no, make sure it does not cause -set_version
10461# flags to be left without arguments
10462need_version=unknown
10463
10464case $host_os in
10465aix3*)
10466 version_type=linux
10467 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10468 shlibpath_var=LIBPATH
10469
10470 # AIX 3 has no versioning support, so we append a major version to the name.
10471 soname_spec='${libname}${release}${shared_ext}$major'
10472 ;;
10473
10474aix[4-9]*)
10475 version_type=linux
10476 need_lib_prefix=no
10477 need_version=no
10478 hardcode_into_libs=yes
10479 if test "$host_cpu" = ia64; then
10480 # AIX 5 supports IA64
10481 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10482 shlibpath_var=LD_LIBRARY_PATH
10483 else
10484 # With GCC up to 2.95.x, collect2 would create an import file
10485 # for dependence libraries. The import file would start with
10486 # the line `#! .'. This would cause the generated library to
10487 # depend on `.', always an invalid library. This was fixed in
10488 # development snapshots of GCC prior to 3.0.
10489 case $host_os in
10490 aix4 | aix4.[01] | aix4.[01].*)
10491 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10492 echo ' yes '
10493 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10494 :
10495 else
10496 can_build_shared=no
10497 fi
10498 ;;
10499 esac
10500 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10501 # soname into executable. Probably we can add versioning support to
10502 # collect2, so additional links can be useful in future.
10503 if test "$aix_use_runtimelinking" = yes; then
10504 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10505 # instead of lib<name>.a to let people know that these are not
10506 # typical AIX shared libraries.
10507 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10508 else
10509 # We preserve .a as extension for shared libraries through AIX4.2
10510 # and later when we are not doing run time linking.
10511 library_names_spec='${libname}${release}.a $libname.a'
10512 soname_spec='${libname}${release}${shared_ext}$major'
10513 fi
10514 shlibpath_var=LIBPATH
10515 fi
10516 ;;
10517
10518amigaos*)
10519 case $host_cpu in
10520 powerpc)
10521 # Since July 2007 AmigaOS4 officially supports .so libraries.
10522 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10523 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10524 ;;
10525 m68k)
10526 library_names_spec='$libname.ixlibrary $libname.a'
10527 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10528 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'
10529 ;;
10530 esac
10531 ;;
10532
10533beos*)
10534 library_names_spec='${libname}${shared_ext}'
10535 dynamic_linker="$host_os ld.so"
10536 shlibpath_var=LIBRARY_PATH
10537 ;;
10538
10539bsdi[45]*)
10540 version_type=linux
10541 need_version=no
10542 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10543 soname_spec='${libname}${release}${shared_ext}$major'
10544 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10545 shlibpath_var=LD_LIBRARY_PATH
10546 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10547 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10548 # the default ld.so.conf also contains /usr/contrib/lib and
10549 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10550 # libtool to hard-code these into programs
10551 ;;
10552
10553cygwin* | mingw* | pw32* | cegcc*)
10554 version_type=windows
10555 shrext_cmds=".dll"
10556 need_version=no
10557 need_lib_prefix=no
10558
10559 case $GCC,$host_os in
10560 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10561 library_names_spec='$libname.dll.a'
10562 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10563 postinstall_cmds='base_file=`basename \${file}`~
10564 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10565 dldir=$destdir/`dirname \$dlpath`~
10566 test -d \$dldir || mkdir -p \$dldir~
10567 $install_prog $dir/$dlname \$dldir/$dlname~
10568 chmod a+x \$dldir/$dlname~
10569 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10570 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10571 fi'
10572 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10573 dlpath=$dir/\$dldll~
10574 $RM \$dlpath'
10575 shlibpath_overrides_runpath=yes
10576
10577 case $host_os in
10578 cygwin*)
10579 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10580 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10581
10582 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10583 ;;
10584 mingw* | cegcc*)
10585 # MinGW DLLs use traditional 'lib' prefix
10586 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10587 ;;
10588 pw32*)
10589 # pw32 DLLs use 'pw' prefix rather than 'lib'
10590 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10591 ;;
10592 esac
10593 ;;
10594
10595 *)
10596 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10597 ;;
10598 esac
10599 dynamic_linker='Win32 ld.exe'
10600 # FIXME: first we should search . and the directory the executable is in
10601 shlibpath_var=PATH
10602 ;;
10603
10604darwin* | rhapsody*)
10605 dynamic_linker="$host_os dyld"
10606 version_type=darwin
10607 need_lib_prefix=no
10608 need_version=no
10609 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10610 soname_spec='${libname}${release}${major}$shared_ext'
10611 shlibpath_overrides_runpath=yes
10612 shlibpath_var=DYLD_LIBRARY_PATH
10613 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10614
10615 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10616 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10617 ;;
10618
10619dgux*)
10620 version_type=linux
10621 need_lib_prefix=no
10622 need_version=no
10623 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10624 soname_spec='${libname}${release}${shared_ext}$major'
10625 shlibpath_var=LD_LIBRARY_PATH
10626 ;;
10627
e440a328 10628freebsd* | dragonfly*)
10629 # DragonFly does not have aout. When/if they implement a new
10630 # versioning mechanism, adjust this.
10631 if test -x /usr/bin/objformat; then
10632 objformat=`/usr/bin/objformat`
10633 else
10634 case $host_os in
31d696fa 10635 freebsd[23].*) objformat=aout ;;
e440a328 10636 *) objformat=elf ;;
10637 esac
10638 fi
10639 version_type=freebsd-$objformat
10640 case $version_type in
10641 freebsd-elf*)
10642 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10643 need_version=no
10644 need_lib_prefix=no
10645 ;;
10646 freebsd-*)
10647 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10648 need_version=yes
10649 ;;
10650 esac
10651 shlibpath_var=LD_LIBRARY_PATH
10652 case $host_os in
31d696fa 10653 freebsd2.*)
e440a328 10654 shlibpath_overrides_runpath=yes
10655 ;;
10656 freebsd3.[01]* | freebsdelf3.[01]*)
10657 shlibpath_overrides_runpath=yes
10658 hardcode_into_libs=yes
10659 ;;
10660 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10661 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10662 shlibpath_overrides_runpath=no
10663 hardcode_into_libs=yes
10664 ;;
10665 *) # from 4.6 on, and DragonFly
10666 shlibpath_overrides_runpath=yes
10667 hardcode_into_libs=yes
10668 ;;
10669 esac
10670 ;;
10671
10672gnu*)
10673 version_type=linux
10674 need_lib_prefix=no
10675 need_version=no
10676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10677 soname_spec='${libname}${release}${shared_ext}$major'
10678 shlibpath_var=LD_LIBRARY_PATH
10679 hardcode_into_libs=yes
10680 ;;
10681
10682haiku*)
10683 version_type=linux
10684 need_lib_prefix=no
10685 need_version=no
10686 dynamic_linker="$host_os runtime_loader"
10687 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10688 soname_spec='${libname}${release}${shared_ext}$major'
10689 shlibpath_var=LIBRARY_PATH
10690 shlibpath_overrides_runpath=yes
10691 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10692 hardcode_into_libs=yes
10693 ;;
10694
10695hpux9* | hpux10* | hpux11*)
10696 # Give a soname corresponding to the major version so that dld.sl refuses to
10697 # link against other versions.
10698 version_type=sunos
10699 need_lib_prefix=no
10700 need_version=no
10701 case $host_cpu in
10702 ia64*)
10703 shrext_cmds='.so'
10704 hardcode_into_libs=yes
10705 dynamic_linker="$host_os dld.so"
10706 shlibpath_var=LD_LIBRARY_PATH
10707 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10708 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10709 soname_spec='${libname}${release}${shared_ext}$major'
10710 if test "X$HPUX_IA64_MODE" = X32; then
10711 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10712 else
10713 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10714 fi
10715 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10716 ;;
10717 hppa*64*)
10718 shrext_cmds='.sl'
10719 hardcode_into_libs=yes
10720 dynamic_linker="$host_os dld.sl"
10721 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10722 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10723 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10724 soname_spec='${libname}${release}${shared_ext}$major'
10725 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10726 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10727 ;;
10728 *)
10729 shrext_cmds='.sl'
10730 dynamic_linker="$host_os dld.sl"
10731 shlibpath_var=SHLIB_PATH
10732 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10733 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10734 soname_spec='${libname}${release}${shared_ext}$major'
10735 ;;
10736 esac
10737 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10738 postinstall_cmds='chmod 555 $lib'
10739 # or fails outright, so override atomically:
10740 install_override_mode=555
10741 ;;
10742
10743interix[3-9]*)
10744 version_type=linux
10745 need_lib_prefix=no
10746 need_version=no
10747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10748 soname_spec='${libname}${release}${shared_ext}$major'
10749 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10750 shlibpath_var=LD_LIBRARY_PATH
10751 shlibpath_overrides_runpath=no
10752 hardcode_into_libs=yes
10753 ;;
10754
10755irix5* | irix6* | nonstopux*)
10756 case $host_os in
10757 nonstopux*) version_type=nonstopux ;;
10758 *)
10759 if test "$lt_cv_prog_gnu_ld" = yes; then
10760 version_type=linux
10761 else
10762 version_type=irix
10763 fi ;;
10764 esac
10765 need_lib_prefix=no
10766 need_version=no
10767 soname_spec='${libname}${release}${shared_ext}$major'
10768 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10769 case $host_os in
10770 irix5* | nonstopux*)
10771 libsuff= shlibsuff=
10772 ;;
10773 *)
10774 case $LD in # libtool.m4 will add one of these switches to LD
10775 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10776 libsuff= shlibsuff= libmagic=32-bit;;
10777 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10778 libsuff=32 shlibsuff=N32 libmagic=N32;;
10779 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10780 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10781 *) libsuff= shlibsuff= libmagic=never-match;;
10782 esac
10783 ;;
10784 esac
10785 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10786 shlibpath_overrides_runpath=no
10787 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10788 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10789 hardcode_into_libs=yes
10790 ;;
10791
10792# No shared lib support for Linux oldld, aout, or coff.
10793linux*oldld* | linux*aout* | linux*coff*)
10794 dynamic_linker=no
10795 ;;
10796
10797# This must be Linux ELF.
10798linux* | k*bsd*-gnu | kopensolaris*-gnu)
10799 version_type=linux
10800 need_lib_prefix=no
10801 need_version=no
10802 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10803 soname_spec='${libname}${release}${shared_ext}$major'
10804 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10805 shlibpath_var=LD_LIBRARY_PATH
10806 shlibpath_overrides_runpath=no
10807
10808 # Some binutils ld are patched to set DT_RUNPATH
ea2e69a4 10809 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
e440a328 10810 $as_echo_n "(cached) " >&6
10811else
10812 lt_cv_shlibpath_overrides_runpath=no
10813 save_LDFLAGS=$LDFLAGS
10814 save_libdir=$libdir
10815 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10816 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10818/* end confdefs.h. */
10819
10820int
10821main ()
10822{
10823
10824 ;
10825 return 0;
10826}
10827_ACEOF
10828if ac_fn_c_try_link "$LINENO"; then :
10829 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10830 lt_cv_shlibpath_overrides_runpath=yes
10831fi
10832fi
10833rm -f core conftest.err conftest.$ac_objext \
10834 conftest$ac_exeext conftest.$ac_ext
10835 LDFLAGS=$save_LDFLAGS
10836 libdir=$save_libdir
10837
10838fi
10839
10840 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10841
10842 # This implies no fast_install, which is unacceptable.
10843 # Some rework will be needed to allow for fast_install
10844 # before this can be enabled.
10845 hardcode_into_libs=yes
10846
10847 # Append ld.so.conf contents to the search path
10848 if test -f /etc/ld.so.conf; then
10849 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' ' '`
10850 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10851 fi
10852
10853 # We used to test for /lib/ld.so.1 and disable shared libraries on
10854 # powerpc, because MkLinux only supported shared libraries with the
10855 # GNU dynamic linker. Since this was broken with cross compilers,
10856 # most powerpc-linux boxes support dynamic linking these days and
10857 # people can always --disable-shared, the test was removed, and we
10858 # assume the GNU/Linux dynamic linker is in use.
10859 dynamic_linker='GNU/Linux ld.so'
10860 ;;
10861
10862netbsd*)
10863 version_type=sunos
10864 need_lib_prefix=no
10865 need_version=no
10866 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10867 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10868 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10869 dynamic_linker='NetBSD (a.out) ld.so'
10870 else
10871 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10872 soname_spec='${libname}${release}${shared_ext}$major'
10873 dynamic_linker='NetBSD ld.elf_so'
10874 fi
10875 shlibpath_var=LD_LIBRARY_PATH
10876 shlibpath_overrides_runpath=yes
10877 hardcode_into_libs=yes
10878 ;;
10879
10880newsos6)
10881 version_type=linux
10882 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10883 shlibpath_var=LD_LIBRARY_PATH
10884 shlibpath_overrides_runpath=yes
10885 ;;
10886
10887*nto* | *qnx*)
10888 version_type=qnx
10889 need_lib_prefix=no
10890 need_version=no
10891 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10892 soname_spec='${libname}${release}${shared_ext}$major'
10893 shlibpath_var=LD_LIBRARY_PATH
10894 shlibpath_overrides_runpath=no
10895 hardcode_into_libs=yes
10896 dynamic_linker='ldqnx.so'
10897 ;;
10898
10899openbsd*)
10900 version_type=sunos
10901 sys_lib_dlsearch_path_spec="/usr/lib"
10902 need_lib_prefix=no
10903 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10904 case $host_os in
10905 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10906 *) need_version=no ;;
10907 esac
10908 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10909 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10910 shlibpath_var=LD_LIBRARY_PATH
10911 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10912 case $host_os in
10913 openbsd2.[89] | openbsd2.[89].*)
10914 shlibpath_overrides_runpath=no
10915 ;;
10916 *)
10917 shlibpath_overrides_runpath=yes
10918 ;;
10919 esac
10920 else
10921 shlibpath_overrides_runpath=yes
10922 fi
10923 ;;
10924
10925os2*)
10926 libname_spec='$name'
10927 shrext_cmds=".dll"
10928 need_lib_prefix=no
10929 library_names_spec='$libname${shared_ext} $libname.a'
10930 dynamic_linker='OS/2 ld.exe'
10931 shlibpath_var=LIBPATH
10932 ;;
10933
10934osf3* | osf4* | osf5*)
10935 version_type=osf
10936 need_lib_prefix=no
10937 need_version=no
10938 soname_spec='${libname}${release}${shared_ext}$major'
10939 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10940 shlibpath_var=LD_LIBRARY_PATH
10941 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10942 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10943 ;;
10944
10945rdos*)
10946 dynamic_linker=no
10947 ;;
10948
10949solaris*)
10950 version_type=linux
10951 need_lib_prefix=no
10952 need_version=no
10953 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10954 soname_spec='${libname}${release}${shared_ext}$major'
10955 shlibpath_var=LD_LIBRARY_PATH
10956 shlibpath_overrides_runpath=yes
10957 hardcode_into_libs=yes
10958 # ldd complains unless libraries are executable
10959 postinstall_cmds='chmod +x $lib'
10960 ;;
10961
10962sunos4*)
10963 version_type=sunos
10964 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10965 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10966 shlibpath_var=LD_LIBRARY_PATH
10967 shlibpath_overrides_runpath=yes
10968 if test "$with_gnu_ld" = yes; then
10969 need_lib_prefix=no
10970 fi
10971 need_version=yes
10972 ;;
10973
10974sysv4 | sysv4.3*)
10975 version_type=linux
10976 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10977 soname_spec='${libname}${release}${shared_ext}$major'
10978 shlibpath_var=LD_LIBRARY_PATH
10979 case $host_vendor in
10980 sni)
10981 shlibpath_overrides_runpath=no
10982 need_lib_prefix=no
10983 runpath_var=LD_RUN_PATH
10984 ;;
10985 siemens)
10986 need_lib_prefix=no
10987 ;;
10988 motorola)
10989 need_lib_prefix=no
10990 need_version=no
10991 shlibpath_overrides_runpath=no
10992 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10993 ;;
10994 esac
10995 ;;
10996
10997sysv4*MP*)
10998 if test -d /usr/nec ;then
10999 version_type=linux
11000 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11001 soname_spec='$libname${shared_ext}.$major'
11002 shlibpath_var=LD_LIBRARY_PATH
11003 fi
11004 ;;
11005
11006sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11007 version_type=freebsd-elf
11008 need_lib_prefix=no
11009 need_version=no
11010 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11011 soname_spec='${libname}${release}${shared_ext}$major'
11012 shlibpath_var=LD_LIBRARY_PATH
11013 shlibpath_overrides_runpath=yes
11014 hardcode_into_libs=yes
11015 if test "$with_gnu_ld" = yes; then
11016 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11017 else
11018 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11019 case $host_os in
11020 sco3.2v5*)
11021 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11022 ;;
11023 esac
11024 fi
11025 sys_lib_dlsearch_path_spec='/usr/lib'
11026 ;;
11027
11028tpf*)
11029 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11030 version_type=linux
11031 need_lib_prefix=no
11032 need_version=no
11033 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11034 shlibpath_var=LD_LIBRARY_PATH
11035 shlibpath_overrides_runpath=no
11036 hardcode_into_libs=yes
11037 ;;
11038
11039uts4*)
11040 version_type=linux
11041 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11042 soname_spec='${libname}${release}${shared_ext}$major'
11043 shlibpath_var=LD_LIBRARY_PATH
11044 ;;
11045
11046*)
11047 dynamic_linker=no
11048 ;;
11049esac
11050{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11051$as_echo "$dynamic_linker" >&6; }
11052test "$dynamic_linker" = no && can_build_shared=no
11053
11054variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11055if test "$GCC" = yes; then
11056 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11057fi
11058
11059if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11060 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11061fi
11062if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11063 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11064fi
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11158$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11159hardcode_action=
11160if test -n "$hardcode_libdir_flag_spec" ||
11161 test -n "$runpath_var" ||
11162 test "X$hardcode_automatic" = "Xyes" ; then
11163
11164 # We can hardcode non-existent directories.
11165 if test "$hardcode_direct" != no &&
11166 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11167 # have to relink, otherwise we might link with an installed library
11168 # when we should be linking with a yet-to-be-installed one
11169 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11170 test "$hardcode_minus_L" != no; then
11171 # Linking always hardcodes the temporary library directory.
11172 hardcode_action=relink
11173 else
11174 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11175 hardcode_action=immediate
11176 fi
11177else
11178 # We cannot hardcode anything, or else we can only hardcode existing
11179 # directories.
11180 hardcode_action=unsupported
11181fi
11182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11183$as_echo "$hardcode_action" >&6; }
11184
11185if test "$hardcode_action" = relink ||
11186 test "$inherit_rpath" = yes; then
11187 # Fast installation is not supported
11188 enable_fast_install=no
11189elif test "$shlibpath_overrides_runpath" = yes ||
11190 test "$enable_shared" = no; then
11191 # Fast installation is not necessary
11192 enable_fast_install=needless
11193fi
11194
11195
11196
11197
11198
11199
11200 if test "x$enable_dlopen" != xyes; then
11201 enable_dlopen=unknown
11202 enable_dlopen_self=unknown
11203 enable_dlopen_self_static=unknown
11204else
11205 lt_cv_dlopen=no
11206 lt_cv_dlopen_libs=
11207
11208 case $host_os in
11209 beos*)
11210 lt_cv_dlopen="load_add_on"
11211 lt_cv_dlopen_libs=
11212 lt_cv_dlopen_self=yes
11213 ;;
11214
11215 mingw* | pw32* | cegcc*)
11216 lt_cv_dlopen="LoadLibrary"
11217 lt_cv_dlopen_libs=
11218 ;;
11219
11220 cygwin*)
11221 lt_cv_dlopen="dlopen"
11222 lt_cv_dlopen_libs=
11223 ;;
11224
11225 darwin*)
11226 # if libdl is installed we need to link against it
11227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11228$as_echo_n "checking for dlopen in -ldl... " >&6; }
ea2e69a4 11229if ${ac_cv_lib_dl_dlopen+:} false; then :
e440a328 11230 $as_echo_n "(cached) " >&6
11231else
11232 ac_check_lib_save_LIBS=$LIBS
11233LIBS="-ldl $LIBS"
11234cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11235/* end confdefs.h. */
11236
11237/* Override any GCC internal prototype to avoid an error.
11238 Use char because int might match the return type of a GCC
11239 builtin and then its argument prototype would still apply. */
11240#ifdef __cplusplus
11241extern "C"
11242#endif
11243char dlopen ();
11244int
11245main ()
11246{
11247return dlopen ();
11248 ;
11249 return 0;
11250}
11251_ACEOF
11252if ac_fn_c_try_link "$LINENO"; then :
11253 ac_cv_lib_dl_dlopen=yes
11254else
11255 ac_cv_lib_dl_dlopen=no
11256fi
11257rm -f core conftest.err conftest.$ac_objext \
11258 conftest$ac_exeext conftest.$ac_ext
11259LIBS=$ac_check_lib_save_LIBS
11260fi
11261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11262$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
ea2e69a4 11263if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
e440a328 11264 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11265else
11266
11267 lt_cv_dlopen="dyld"
11268 lt_cv_dlopen_libs=
11269 lt_cv_dlopen_self=yes
11270
11271fi
11272
11273 ;;
11274
11275 *)
11276 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
ea2e69a4 11277if test "x$ac_cv_func_shl_load" = xyes; then :
e440a328 11278 lt_cv_dlopen="shl_load"
11279else
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11281$as_echo_n "checking for shl_load in -ldld... " >&6; }
ea2e69a4 11282if ${ac_cv_lib_dld_shl_load+:} false; then :
e440a328 11283 $as_echo_n "(cached) " >&6
11284else
11285 ac_check_lib_save_LIBS=$LIBS
11286LIBS="-ldld $LIBS"
11287cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11288/* end confdefs.h. */
11289
11290/* Override any GCC internal prototype to avoid an error.
11291 Use char because int might match the return type of a GCC
11292 builtin and then its argument prototype would still apply. */
11293#ifdef __cplusplus
11294extern "C"
11295#endif
11296char shl_load ();
11297int
11298main ()
11299{
11300return shl_load ();
11301 ;
11302 return 0;
11303}
11304_ACEOF
11305if ac_fn_c_try_link "$LINENO"; then :
11306 ac_cv_lib_dld_shl_load=yes
11307else
11308 ac_cv_lib_dld_shl_load=no
11309fi
11310rm -f core conftest.err conftest.$ac_objext \
11311 conftest$ac_exeext conftest.$ac_ext
11312LIBS=$ac_check_lib_save_LIBS
11313fi
11314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11315$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
ea2e69a4 11316if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
e440a328 11317 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11318else
11319 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
ea2e69a4 11320if test "x$ac_cv_func_dlopen" = xyes; then :
e440a328 11321 lt_cv_dlopen="dlopen"
11322else
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11324$as_echo_n "checking for dlopen in -ldl... " >&6; }
ea2e69a4 11325if ${ac_cv_lib_dl_dlopen+:} false; then :
e440a328 11326 $as_echo_n "(cached) " >&6
11327else
11328 ac_check_lib_save_LIBS=$LIBS
11329LIBS="-ldl $LIBS"
11330cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11331/* end confdefs.h. */
11332
11333/* Override any GCC internal prototype to avoid an error.
11334 Use char because int might match the return type of a GCC
11335 builtin and then its argument prototype would still apply. */
11336#ifdef __cplusplus
11337extern "C"
11338#endif
11339char dlopen ();
11340int
11341main ()
11342{
11343return dlopen ();
11344 ;
11345 return 0;
11346}
11347_ACEOF
11348if ac_fn_c_try_link "$LINENO"; then :
11349 ac_cv_lib_dl_dlopen=yes
11350else
11351 ac_cv_lib_dl_dlopen=no
11352fi
11353rm -f core conftest.err conftest.$ac_objext \
11354 conftest$ac_exeext conftest.$ac_ext
11355LIBS=$ac_check_lib_save_LIBS
11356fi
11357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11358$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
ea2e69a4 11359if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
e440a328 11360 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11361else
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11363$as_echo_n "checking for dlopen in -lsvld... " >&6; }
ea2e69a4 11364if ${ac_cv_lib_svld_dlopen+:} false; then :
e440a328 11365 $as_echo_n "(cached) " >&6
11366else
11367 ac_check_lib_save_LIBS=$LIBS
11368LIBS="-lsvld $LIBS"
11369cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11370/* end confdefs.h. */
11371
11372/* Override any GCC internal prototype to avoid an error.
11373 Use char because int might match the return type of a GCC
11374 builtin and then its argument prototype would still apply. */
11375#ifdef __cplusplus
11376extern "C"
11377#endif
11378char dlopen ();
11379int
11380main ()
11381{
11382return dlopen ();
11383 ;
11384 return 0;
11385}
11386_ACEOF
11387if ac_fn_c_try_link "$LINENO"; then :
11388 ac_cv_lib_svld_dlopen=yes
11389else
11390 ac_cv_lib_svld_dlopen=no
11391fi
11392rm -f core conftest.err conftest.$ac_objext \
11393 conftest$ac_exeext conftest.$ac_ext
11394LIBS=$ac_check_lib_save_LIBS
11395fi
11396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11397$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
ea2e69a4 11398if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
e440a328 11399 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11400else
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11402$as_echo_n "checking for dld_link in -ldld... " >&6; }
ea2e69a4 11403if ${ac_cv_lib_dld_dld_link+:} false; then :
e440a328 11404 $as_echo_n "(cached) " >&6
11405else
11406 ac_check_lib_save_LIBS=$LIBS
11407LIBS="-ldld $LIBS"
11408cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11409/* end confdefs.h. */
11410
11411/* Override any GCC internal prototype to avoid an error.
11412 Use char because int might match the return type of a GCC
11413 builtin and then its argument prototype would still apply. */
11414#ifdef __cplusplus
11415extern "C"
11416#endif
11417char dld_link ();
11418int
11419main ()
11420{
11421return dld_link ();
11422 ;
11423 return 0;
11424}
11425_ACEOF
11426if ac_fn_c_try_link "$LINENO"; then :
11427 ac_cv_lib_dld_dld_link=yes
11428else
11429 ac_cv_lib_dld_dld_link=no
11430fi
11431rm -f core conftest.err conftest.$ac_objext \
11432 conftest$ac_exeext conftest.$ac_ext
11433LIBS=$ac_check_lib_save_LIBS
11434fi
11435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11436$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
ea2e69a4 11437if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
e440a328 11438 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11439fi
11440
11441
11442fi
11443
11444
11445fi
11446
11447
11448fi
11449
11450
11451fi
11452
11453
11454fi
11455
11456 ;;
11457 esac
11458
11459 if test "x$lt_cv_dlopen" != xno; then
11460 enable_dlopen=yes
11461 else
11462 enable_dlopen=no
11463 fi
11464
11465 case $lt_cv_dlopen in
11466 dlopen)
11467 save_CPPFLAGS="$CPPFLAGS"
11468 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11469
11470 save_LDFLAGS="$LDFLAGS"
11471 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11472
11473 save_LIBS="$LIBS"
11474 LIBS="$lt_cv_dlopen_libs $LIBS"
11475
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11477$as_echo_n "checking whether a program can dlopen itself... " >&6; }
ea2e69a4 11478if ${lt_cv_dlopen_self+:} false; then :
e440a328 11479 $as_echo_n "(cached) " >&6
11480else
11481 if test "$cross_compiling" = yes; then :
11482 lt_cv_dlopen_self=cross
11483else
11484 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11485 lt_status=$lt_dlunknown
11486 cat > conftest.$ac_ext <<_LT_EOF
5b95508c 11487#line 11487 "configure"
e440a328 11488#include "confdefs.h"
11489
11490#if HAVE_DLFCN_H
11491#include <dlfcn.h>
11492#endif
11493
11494#include <stdio.h>
11495
11496#ifdef RTLD_GLOBAL
11497# define LT_DLGLOBAL RTLD_GLOBAL
11498#else
11499# ifdef DL_GLOBAL
11500# define LT_DLGLOBAL DL_GLOBAL
11501# else
11502# define LT_DLGLOBAL 0
11503# endif
11504#endif
11505
11506/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11507 find out it does not work in some platform. */
11508#ifndef LT_DLLAZY_OR_NOW
11509# ifdef RTLD_LAZY
11510# define LT_DLLAZY_OR_NOW RTLD_LAZY
11511# else
11512# ifdef DL_LAZY
11513# define LT_DLLAZY_OR_NOW DL_LAZY
11514# else
11515# ifdef RTLD_NOW
11516# define LT_DLLAZY_OR_NOW RTLD_NOW
11517# else
11518# ifdef DL_NOW
11519# define LT_DLLAZY_OR_NOW DL_NOW
11520# else
11521# define LT_DLLAZY_OR_NOW 0
11522# endif
11523# endif
11524# endif
11525# endif
11526#endif
11527
11528/* When -fvisbility=hidden is used, assume the code has been annotated
11529 correspondingly for the symbols needed. */
11530#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11531void fnord () __attribute__((visibility("default")));
11532#endif
11533
11534void fnord () { int i=42; }
11535int main ()
11536{
11537 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11538 int status = $lt_dlunknown;
11539
11540 if (self)
11541 {
11542 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11543 else
11544 {
11545 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11546 else puts (dlerror ());
11547 }
11548 /* dlclose (self); */
11549 }
11550 else
11551 puts (dlerror ());
11552
11553 return status;
11554}
11555_LT_EOF
11556 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11557 (eval $ac_link) 2>&5
11558 ac_status=$?
11559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11560 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11561 (./conftest; exit; ) >&5 2>/dev/null
11562 lt_status=$?
11563 case x$lt_status in
11564 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11565 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11566 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11567 esac
11568 else :
11569 # compilation failed
11570 lt_cv_dlopen_self=no
11571 fi
11572fi
11573rm -fr conftest*
11574
11575
11576fi
11577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11578$as_echo "$lt_cv_dlopen_self" >&6; }
11579
11580 if test "x$lt_cv_dlopen_self" = xyes; then
11581 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11583$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
ea2e69a4 11584if ${lt_cv_dlopen_self_static+:} false; then :
e440a328 11585 $as_echo_n "(cached) " >&6
11586else
11587 if test "$cross_compiling" = yes; then :
11588 lt_cv_dlopen_self_static=cross
11589else
11590 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11591 lt_status=$lt_dlunknown
11592 cat > conftest.$ac_ext <<_LT_EOF
5b95508c 11593#line 11593 "configure"
e440a328 11594#include "confdefs.h"
11595
11596#if HAVE_DLFCN_H
11597#include <dlfcn.h>
11598#endif
11599
11600#include <stdio.h>
11601
11602#ifdef RTLD_GLOBAL
11603# define LT_DLGLOBAL RTLD_GLOBAL
11604#else
11605# ifdef DL_GLOBAL
11606# define LT_DLGLOBAL DL_GLOBAL
11607# else
11608# define LT_DLGLOBAL 0
11609# endif
11610#endif
11611
11612/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11613 find out it does not work in some platform. */
11614#ifndef LT_DLLAZY_OR_NOW
11615# ifdef RTLD_LAZY
11616# define LT_DLLAZY_OR_NOW RTLD_LAZY
11617# else
11618# ifdef DL_LAZY
11619# define LT_DLLAZY_OR_NOW DL_LAZY
11620# else
11621# ifdef RTLD_NOW
11622# define LT_DLLAZY_OR_NOW RTLD_NOW
11623# else
11624# ifdef DL_NOW
11625# define LT_DLLAZY_OR_NOW DL_NOW
11626# else
11627# define LT_DLLAZY_OR_NOW 0
11628# endif
11629# endif
11630# endif
11631# endif
11632#endif
11633
11634/* When -fvisbility=hidden is used, assume the code has been annotated
11635 correspondingly for the symbols needed. */
11636#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11637void fnord () __attribute__((visibility("default")));
11638#endif
11639
11640void fnord () { int i=42; }
11641int main ()
11642{
11643 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11644 int status = $lt_dlunknown;
11645
11646 if (self)
11647 {
11648 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11649 else
11650 {
11651 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11652 else puts (dlerror ());
11653 }
11654 /* dlclose (self); */
11655 }
11656 else
11657 puts (dlerror ());
11658
11659 return status;
11660}
11661_LT_EOF
11662 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11663 (eval $ac_link) 2>&5
11664 ac_status=$?
11665 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11666 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11667 (./conftest; exit; ) >&5 2>/dev/null
11668 lt_status=$?
11669 case x$lt_status in
11670 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11671 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11672 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11673 esac
11674 else :
11675 # compilation failed
11676 lt_cv_dlopen_self_static=no
11677 fi
11678fi
11679rm -fr conftest*
11680
11681
11682fi
11683{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11684$as_echo "$lt_cv_dlopen_self_static" >&6; }
11685 fi
11686
11687 CPPFLAGS="$save_CPPFLAGS"
11688 LDFLAGS="$save_LDFLAGS"
11689 LIBS="$save_LIBS"
11690 ;;
11691 esac
11692
11693 case $lt_cv_dlopen_self in
11694 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11695 *) enable_dlopen_self=unknown ;;
11696 esac
11697
11698 case $lt_cv_dlopen_self_static in
11699 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11700 *) enable_dlopen_self_static=unknown ;;
11701 esac
11702fi
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720striplib=
11721old_striplib=
11722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11723$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11724if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11725 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11726 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11728$as_echo "yes" >&6; }
11729else
11730# FIXME - insert some real tests, host_os isn't really good enough
11731 case $host_os in
11732 darwin*)
11733 if test -n "$STRIP" ; then
11734 striplib="$STRIP -x"
11735 old_striplib="$STRIP -S"
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11737$as_echo "yes" >&6; }
11738 else
11739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11740$as_echo "no" >&6; }
11741 fi
11742 ;;
11743 *)
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11745$as_echo "no" >&6; }
11746 ;;
11747 esac
11748fi
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761 # Report which library types will actually be built
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11763$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11765$as_echo "$can_build_shared" >&6; }
11766
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11768$as_echo_n "checking whether to build shared libraries... " >&6; }
11769 test "$can_build_shared" = "no" && enable_shared=no
11770
11771 # On AIX, shared libraries and static libraries use the same namespace, and
11772 # are all built from PIC.
11773 case $host_os in
11774 aix3*)
11775 test "$enable_shared" = yes && enable_static=no
11776 if test -n "$RANLIB"; then
11777 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11778 postinstall_cmds='$RANLIB $lib'
11779 fi
11780 ;;
11781
11782 aix[4-9]*)
11783 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11784 test "$enable_shared" = yes && enable_static=no
11785 fi
11786 ;;
11787 esac
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11789$as_echo "$enable_shared" >&6; }
11790
11791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11792$as_echo_n "checking whether to build static libraries... " >&6; }
11793 # Make sure either enable_shared or enable_static is yes.
11794 test "$enable_shared" = yes || enable_static=yes
11795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11796$as_echo "$enable_static" >&6; }
11797
11798
11799
11800
11801fi
11802ac_ext=c
11803ac_cpp='$CPP $CPPFLAGS'
11804ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11805ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11806ac_compiler_gnu=$ac_cv_c_compiler_gnu
11807
11808CC="$lt_save_CC"
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
11820
11821
11822# Source file extension for Go test sources.
11823ac_ext=go
11824
11825# Object file extension for compiled Go test sources.
11826objext=o
11827objext_GO=$objext
11828
11829# Code to be used in simple compile tests
11830lt_simple_compile_test_code="package main; func main() { }"
11831
11832# Code to be used in simple link tests
11833lt_simple_link_test_code='package main; func main() { }'
11834
11835# ltmain only uses $CC for tagged configurations so make sure $CC is set.
11836
11837
11838
11839
11840
11841
11842# If no C compiler was specified, use CC.
11843LTCC=${LTCC-"$CC"}
11844
11845# If no C compiler flags were specified, use CFLAGS.
11846LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
11847
11848# Allow CC to be a program name with arguments.
11849compiler=$CC
11850
11851
11852# save warnings/boilerplate of simple test code
11853ac_outfile=conftest.$ac_objext
11854echo "$lt_simple_compile_test_code" >conftest.$ac_ext
11855eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11856_lt_compiler_boilerplate=`cat conftest.err`
11857$RM conftest*
11858
11859ac_outfile=conftest.$ac_objext
11860echo "$lt_simple_link_test_code" >conftest.$ac_ext
11861eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
11862_lt_linker_boilerplate=`cat conftest.err`
11863$RM -r conftest*
11864
11865
11866# Allow CC to be a program name with arguments.
11867lt_save_CC="$CC"
11868lt_save_GCC="$GCC"
11869GCC=yes
11870CC=${GOC-"gccgo"}
11871compiler=$CC
11872compiler_GO=$CC
11873LD_GO="$LD"
11874for cc_temp in $compiler""; do
11875 case $cc_temp in
11876 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
11877 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
11878 \-*) ;;
11879 *) break;;
11880 esac
11881done
11882cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
11883
11884
11885# Go did not exist at the time GCC didn't implicitly link libc in.
11886archive_cmds_need_lc_GO=no
11887
11888old_archive_cmds_GO=$old_archive_cmds
11889
11890## CAVEAT EMPTOR:
11891## There is no encapsulation within the following macros, do not change
11892## the running order or otherwise move them around unless you know exactly
11893## what you are doing...
11894if test -n "$compiler"; then
11895
11896lt_prog_compiler_no_builtin_flag_GO=
11897
11898if test "$GCC" = yes; then
11899 case $cc_basename in
11900 nvcc*)
11901 lt_prog_compiler_no_builtin_flag_GO=' -Xcompiler -fno-builtin' ;;
11902 *)
11903 lt_prog_compiler_no_builtin_flag_GO=' -fno-builtin' ;;
11904 esac
11905
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
11907$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
ea2e69a4 11908if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
e440a328 11909 $as_echo_n "(cached) " >&6
11910else
11911 lt_cv_prog_compiler_rtti_exceptions=no
11912 ac_outfile=conftest.$ac_objext
11913 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11914 lt_compiler_flag="-fno-rtti -fno-exceptions"
11915 # Insert the option either (1) after the last *FLAGS variable, or
11916 # (2) before a word containing "conftest.", or (3) at the end.
11917 # Note that $ac_compile itself does not contain backslashes and begins
11918 # with a dollar sign (not a hyphen), so the echo should work correctly.
11919 # The option is referenced via a variable to avoid confusing sed.
11920 lt_compile=`echo "$ac_compile" | $SED \
11921 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
11922 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
11923 -e 's:$: $lt_compiler_flag:'`
11924 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
11925 (eval "$lt_compile" 2>conftest.err)
11926 ac_status=$?
11927 cat conftest.err >&5
11928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11929 if (exit $ac_status) && test -s "$ac_outfile"; then
11930 # The compiler can only warn and ignore the option if not recognized
11931 # So say no if there are warnings other than the usual output.
11932 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
11933 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11934 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
11935 lt_cv_prog_compiler_rtti_exceptions=yes
11936 fi
11937 fi
11938 $RM conftest*
11939
11940fi
11941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
11942$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
11943
11944if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
11945 lt_prog_compiler_no_builtin_flag_GO="$lt_prog_compiler_no_builtin_flag_GO -fno-rtti -fno-exceptions"
11946else
11947 :
11948fi
11949
11950fi
11951
11952
11953
11954 lt_prog_compiler_wl_GO=
11955lt_prog_compiler_pic_GO=
11956lt_prog_compiler_static_GO=
11957
11958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
11959$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
11960
11961 if test "$GCC" = yes; then
11962 lt_prog_compiler_wl_GO='-Wl,'
11963 lt_prog_compiler_static_GO='-static'
11964
11965 case $host_os in
11966 aix*)
11967 # All AIX code is PIC.
11968 if test "$host_cpu" = ia64; then
11969 # AIX 5 now supports IA64 processor
11970 lt_prog_compiler_static_GO='-Bstatic'
11971 fi
31d696fa 11972 lt_prog_compiler_pic_GO='-fPIC'
e440a328 11973 ;;
11974
11975 amigaos*)
11976 case $host_cpu in
11977 powerpc)
11978 # see comment about AmigaOS4 .so support
11979 lt_prog_compiler_pic_GO='-fPIC'
11980 ;;
11981 m68k)
11982 # FIXME: we need at least 68020 code to build shared libraries, but
11983 # adding the `-m68020' flag to GCC prevents building anything better,
11984 # like `-m68040'.
11985 lt_prog_compiler_pic_GO='-m68020 -resident32 -malways-restore-a4'
11986 ;;
11987 esac
11988 ;;
11989
11990 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
11991 # PIC is the default for these OSes.
11992 ;;
11993
11994 mingw* | cygwin* | pw32* | os2* | cegcc*)
11995 # This hack is so that the source file can tell whether it is being
11996 # built for inclusion in a dll (and should export symbols for example).
11997 # Although the cygwin gcc ignores -fPIC, still need this for old-style
11998 # (--disable-auto-import) libraries
11999 lt_prog_compiler_pic_GO='-DDLL_EXPORT'
12000 ;;
12001
12002 darwin* | rhapsody*)
12003 # PIC is the default on this platform
12004 # Common symbols not allowed in MH_DYLIB files
12005 lt_prog_compiler_pic_GO='-fno-common'
12006 ;;
12007
12008 haiku*)
12009 # PIC is the default for Haiku.
12010 # The "-static" flag exists, but is broken.
12011 lt_prog_compiler_static_GO=
12012 ;;
12013
12014 hpux*)
12015 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
12016 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
12017 # sets the default TLS model and affects inlining.
12018 case $host_cpu in
12019 hppa*64*)
12020 # +Z the default
12021 ;;
12022 *)
12023 lt_prog_compiler_pic_GO='-fPIC'
12024 ;;
12025 esac
12026 ;;
12027
12028 interix[3-9]*)
12029 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
12030 # Instead, we relocate shared libraries at runtime.
12031 ;;
12032
12033 msdosdjgpp*)
12034 # Just because we use GCC doesn't mean we suddenly get shared libraries
12035 # on systems that don't support them.
12036 lt_prog_compiler_can_build_shared_GO=no
12037 enable_shared=no
12038 ;;
12039
12040 *nto* | *qnx*)
12041 # QNX uses GNU C++, but need to define -shared option too, otherwise
12042 # it will coredump.
12043 lt_prog_compiler_pic_GO='-fPIC -shared'
12044 ;;
12045
12046 sysv4*MP*)
12047 if test -d /usr/nec; then
12048 lt_prog_compiler_pic_GO=-Kconform_pic
12049 fi
12050 ;;
12051
12052 *)
12053 lt_prog_compiler_pic_GO='-fPIC'
12054 ;;
12055 esac
12056
12057 case $cc_basename in
12058 nvcc*) # Cuda Compiler Driver 2.2
12059 lt_prog_compiler_wl_GO='-Xlinker '
12060 lt_prog_compiler_pic_GO='-Xcompiler -fPIC'
12061 ;;
12062 esac
12063 else
12064 # PORTME Check for flag to pass linker flags through the system compiler.
12065 case $host_os in
12066 aix*)
12067 lt_prog_compiler_wl_GO='-Wl,'
12068 if test "$host_cpu" = ia64; then
12069 # AIX 5 now supports IA64 processor
12070 lt_prog_compiler_static_GO='-Bstatic'
12071 else
12072 lt_prog_compiler_static_GO='-bnso -bI:/lib/syscalls.exp'
12073 fi
12074 ;;
12075
12076 mingw* | cygwin* | pw32* | os2* | cegcc*)
12077 # This hack is so that the source file can tell whether it is being
12078 # built for inclusion in a dll (and should export symbols for example).
12079 lt_prog_compiler_pic_GO='-DDLL_EXPORT'
12080 ;;
12081
12082 hpux9* | hpux10* | hpux11*)
12083 lt_prog_compiler_wl_GO='-Wl,'
12084 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
12085 # not for PA HP-UX.
12086 case $host_cpu in
12087 hppa*64*|ia64*)
12088 # +Z the default
12089 ;;
12090 *)
12091 lt_prog_compiler_pic_GO='+Z'
12092 ;;
12093 esac
12094 # Is there a better lt_prog_compiler_static that works with the bundled CC?
12095 lt_prog_compiler_static_GO='${wl}-a ${wl}archive'
12096 ;;
12097
12098 irix5* | irix6* | nonstopux*)
12099 lt_prog_compiler_wl_GO='-Wl,'
12100 # PIC (with -KPIC) is the default.
12101 lt_prog_compiler_static_GO='-non_shared'
12102 ;;
12103
12104 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12105 case $cc_basename in
12106 # old Intel for x86_64 which still supported -KPIC.
12107 ecc*)
12108 lt_prog_compiler_wl_GO='-Wl,'
12109 lt_prog_compiler_pic_GO='-KPIC'
12110 lt_prog_compiler_static_GO='-static'
12111 ;;
12112 # icc used to be incompatible with GCC.
12113 # ICC 10 doesn't accept -KPIC any more.
12114 icc* | ifort*)
12115 lt_prog_compiler_wl_GO='-Wl,'
12116 lt_prog_compiler_pic_GO='-fPIC'
12117 lt_prog_compiler_static_GO='-static'
12118 ;;
12119 # Lahey Fortran 8.1.
12120 lf95*)
12121 lt_prog_compiler_wl_GO='-Wl,'
12122 lt_prog_compiler_pic_GO='--shared'
12123 lt_prog_compiler_static_GO='--static'
12124 ;;
12125 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
12126 # Portland Group compilers (*not* the Pentium gcc compiler,
12127 # which looks to be a dead project)
12128 lt_prog_compiler_wl_GO='-Wl,'
12129 lt_prog_compiler_pic_GO='-fpic'
12130 lt_prog_compiler_static_GO='-Bstatic'
12131 ;;
12132 ccc*)
12133 lt_prog_compiler_wl_GO='-Wl,'
12134 # All Alpha code is PIC.
12135 lt_prog_compiler_static_GO='-non_shared'
12136 ;;
12137 xl* | bgxl* | bgf* | mpixl*)
12138 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
12139 lt_prog_compiler_wl_GO='-Wl,'
12140 lt_prog_compiler_pic_GO='-qpic'
12141 lt_prog_compiler_static_GO='-qstaticlink'
12142 ;;
12143 *)
12144 case `$CC -V 2>&1 | sed 5q` in
12145 *Sun\ F* | *Sun*Fortran*)
12146 # Sun Fortran 8.3 passes all unrecognized flags to the linker
12147 lt_prog_compiler_pic_GO='-KPIC'
12148 lt_prog_compiler_static_GO='-Bstatic'
12149 lt_prog_compiler_wl_GO=''
12150 ;;
12151 *Sun\ C*)
12152 # Sun C 5.9
12153 lt_prog_compiler_pic_GO='-KPIC'
12154 lt_prog_compiler_static_GO='-Bstatic'
12155 lt_prog_compiler_wl_GO='-Wl,'
12156 ;;
12157 esac
12158 ;;
12159 esac
12160 ;;
12161
12162 newsos6)
12163 lt_prog_compiler_pic_GO='-KPIC'
12164 lt_prog_compiler_static_GO='-Bstatic'
12165 ;;
12166
12167 *nto* | *qnx*)
12168 # QNX uses GNU C++, but need to define -shared option too, otherwise
12169 # it will coredump.
12170 lt_prog_compiler_pic_GO='-fPIC -shared'
12171 ;;
12172
12173 osf3* | osf4* | osf5*)
12174 lt_prog_compiler_wl_GO='-Wl,'
12175 # All OSF/1 code is PIC.
12176 lt_prog_compiler_static_GO='-non_shared'
12177 ;;
12178
12179 rdos*)
12180 lt_prog_compiler_static_GO='-non_shared'
12181 ;;
12182
12183 solaris*)
12184 lt_prog_compiler_pic_GO='-KPIC'
12185 lt_prog_compiler_static_GO='-Bstatic'
12186 case $cc_basename in
12187 f77* | f90* | f95*)
12188 lt_prog_compiler_wl_GO='-Qoption ld ';;
12189 *)
12190 lt_prog_compiler_wl_GO='-Wl,';;
12191 esac
12192 ;;
12193
12194 sunos4*)
12195 lt_prog_compiler_wl_GO='-Qoption ld '
12196 lt_prog_compiler_pic_GO='-PIC'
12197 lt_prog_compiler_static_GO='-Bstatic'
12198 ;;
12199
12200 sysv4 | sysv4.2uw2* | sysv4.3*)
12201 lt_prog_compiler_wl_GO='-Wl,'
12202 lt_prog_compiler_pic_GO='-KPIC'
12203 lt_prog_compiler_static_GO='-Bstatic'
12204 ;;
12205
12206 sysv4*MP*)
12207 if test -d /usr/nec ;then
12208 lt_prog_compiler_pic_GO='-Kconform_pic'
12209 lt_prog_compiler_static_GO='-Bstatic'
12210 fi
12211 ;;
12212
12213 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
12214 lt_prog_compiler_wl_GO='-Wl,'
12215 lt_prog_compiler_pic_GO='-KPIC'
12216 lt_prog_compiler_static_GO='-Bstatic'
12217 ;;
12218
12219 unicos*)
12220 lt_prog_compiler_wl_GO='-Wl,'
12221 lt_prog_compiler_can_build_shared_GO=no
12222 ;;
12223
12224 uts4*)
12225 lt_prog_compiler_pic_GO='-pic'
12226 lt_prog_compiler_static_GO='-Bstatic'
12227 ;;
12228
12229 *)
12230 lt_prog_compiler_can_build_shared_GO=no
12231 ;;
12232 esac
12233 fi
12234
12235case $host_os in
12236 # For platforms which do not support PIC, -DPIC is meaningless:
12237 *djgpp*)
12238 lt_prog_compiler_pic_GO=
12239 ;;
12240 *)
12241 lt_prog_compiler_pic_GO="$lt_prog_compiler_pic_GO"
12242 ;;
12243esac
12244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_GO" >&5
12245$as_echo "$lt_prog_compiler_pic_GO" >&6; }
12246
12247
12248
12249#
12250# Check to make sure the PIC flag actually works.
12251#
12252if test -n "$lt_prog_compiler_pic_GO"; then
12253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_GO works" >&5
12254$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GO works... " >&6; }
ea2e69a4 12255if ${lt_cv_prog_compiler_pic_works_GO+:} false; then :
e440a328 12256 $as_echo_n "(cached) " >&6
12257else
12258 lt_cv_prog_compiler_pic_works_GO=no
12259 ac_outfile=conftest.$ac_objext
12260 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12261 lt_compiler_flag="$lt_prog_compiler_pic_GO"
12262 # Insert the option either (1) after the last *FLAGS variable, or
12263 # (2) before a word containing "conftest.", or (3) at the end.
12264 # Note that $ac_compile itself does not contain backslashes and begins
12265 # with a dollar sign (not a hyphen), so the echo should work correctly.
12266 # The option is referenced via a variable to avoid confusing sed.
12267 lt_compile=`echo "$ac_compile" | $SED \
12268 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12269 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12270 -e 's:$: $lt_compiler_flag:'`
12271 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12272 (eval "$lt_compile" 2>conftest.err)
12273 ac_status=$?
12274 cat conftest.err >&5
12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12276 if (exit $ac_status) && test -s "$ac_outfile"; then
12277 # The compiler can only warn and ignore the option if not recognized
12278 # So say no if there are warnings other than the usual output.
12279 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
12280 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12281 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
12282 lt_cv_prog_compiler_pic_works_GO=yes
12283 fi
12284 fi
12285 $RM conftest*
12286
12287fi
12288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_GO" >&5
12289$as_echo "$lt_cv_prog_compiler_pic_works_GO" >&6; }
12290
12291if test x"$lt_cv_prog_compiler_pic_works_GO" = xyes; then
12292 case $lt_prog_compiler_pic_GO in
12293 "" | " "*) ;;
12294 *) lt_prog_compiler_pic_GO=" $lt_prog_compiler_pic_GO" ;;
12295 esac
12296else
12297 lt_prog_compiler_pic_GO=
12298 lt_prog_compiler_can_build_shared_GO=no
12299fi
12300
12301fi
12302
12303
12304
12305#
12306# Check to make sure the static flag actually works.
12307#
12308wl=$lt_prog_compiler_wl_GO eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GO\"
12309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
12310$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
ea2e69a4 12311if ${lt_cv_prog_compiler_static_works_GO+:} false; then :
e440a328 12312 $as_echo_n "(cached) " >&6
12313else
12314 lt_cv_prog_compiler_static_works_GO=no
12315 save_LDFLAGS="$LDFLAGS"
12316 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
12317 echo "$lt_simple_link_test_code" > conftest.$ac_ext
12318 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
12319 # The linker can only warn and ignore the option if not recognized
12320 # So say no if there are warnings
12321 if test -s conftest.err; then
12322 # Append any errors to the config.log.
12323 cat conftest.err 1>&5
12324 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
12325 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12326 if diff conftest.exp conftest.er2 >/dev/null; then
12327 lt_cv_prog_compiler_static_works_GO=yes
12328 fi
12329 else
12330 lt_cv_prog_compiler_static_works_GO=yes
12331 fi
12332 fi
12333 $RM -r conftest*
12334 LDFLAGS="$save_LDFLAGS"
12335
12336fi
12337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_GO" >&5
12338$as_echo "$lt_cv_prog_compiler_static_works_GO" >&6; }
12339
12340if test x"$lt_cv_prog_compiler_static_works_GO" = xyes; then
12341 :
12342else
12343 lt_prog_compiler_static_GO=
12344fi
12345
12346
12347
12348
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
12350$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
ea2e69a4 12351if ${lt_cv_prog_compiler_c_o_GO+:} false; then :
e440a328 12352 $as_echo_n "(cached) " >&6
12353else
12354 lt_cv_prog_compiler_c_o_GO=no
12355 $RM -r conftest 2>/dev/null
12356 mkdir conftest
12357 cd conftest
12358 mkdir out
12359 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12360
12361 lt_compiler_flag="-o out/conftest2.$ac_objext"
12362 # Insert the option either (1) after the last *FLAGS variable, or
12363 # (2) before a word containing "conftest.", or (3) at the end.
12364 # Note that $ac_compile itself does not contain backslashes and begins
12365 # with a dollar sign (not a hyphen), so the echo should work correctly.
12366 lt_compile=`echo "$ac_compile" | $SED \
12367 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12368 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12369 -e 's:$: $lt_compiler_flag:'`
12370 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12371 (eval "$lt_compile" 2>out/conftest.err)
12372 ac_status=$?
12373 cat out/conftest.err >&5
12374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12375 if (exit $ac_status) && test -s out/conftest2.$ac_objext
12376 then
12377 # The compiler can only warn and ignore the option if not recognized
12378 # So say no if there are warnings
12379 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
12380 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
12381 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
12382 lt_cv_prog_compiler_c_o_GO=yes
12383 fi
12384 fi
12385 chmod u+w . 2>&5
12386 $RM conftest*
12387 # SGI C++ compiler will create directory out/ii_files/ for
12388 # template instantiation
12389 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
12390 $RM out/* && rmdir out
12391 cd ..
12392 $RM -r conftest
12393 $RM conftest*
12394
12395fi
12396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_GO" >&5
12397$as_echo "$lt_cv_prog_compiler_c_o_GO" >&6; }
12398
12399
12400
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
12402$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
ea2e69a4 12403if ${lt_cv_prog_compiler_c_o_GO+:} false; then :
e440a328 12404 $as_echo_n "(cached) " >&6
12405else
12406 lt_cv_prog_compiler_c_o_GO=no
12407 $RM -r conftest 2>/dev/null
12408 mkdir conftest
12409 cd conftest
12410 mkdir out
12411 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12412
12413 lt_compiler_flag="-o out/conftest2.$ac_objext"
12414 # Insert the option either (1) after the last *FLAGS variable, or
12415 # (2) before a word containing "conftest.", or (3) at the end.
12416 # Note that $ac_compile itself does not contain backslashes and begins
12417 # with a dollar sign (not a hyphen), so the echo should work correctly.
12418 lt_compile=`echo "$ac_compile" | $SED \
12419 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12420 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12421 -e 's:$: $lt_compiler_flag:'`
12422 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12423 (eval "$lt_compile" 2>out/conftest.err)
12424 ac_status=$?
12425 cat out/conftest.err >&5
12426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12427 if (exit $ac_status) && test -s out/conftest2.$ac_objext
12428 then
12429 # The compiler can only warn and ignore the option if not recognized
12430 # So say no if there are warnings
12431 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
12432 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
12433 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
12434 lt_cv_prog_compiler_c_o_GO=yes
12435 fi
12436 fi
12437 chmod u+w . 2>&5
12438 $RM conftest*
12439 # SGI C++ compiler will create directory out/ii_files/ for
12440 # template instantiation
12441 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
12442 $RM out/* && rmdir out
12443 cd ..
12444 $RM -r conftest
12445 $RM conftest*
12446
12447fi
12448{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_GO" >&5
12449$as_echo "$lt_cv_prog_compiler_c_o_GO" >&6; }
12450
12451
12452
12453
12454hard_links="nottested"
12455if test "$lt_cv_prog_compiler_c_o_GO" = no && test "$need_locks" != no; then
12456 # do not overwrite the value of need_locks provided by the user
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
12458$as_echo_n "checking if we can lock with hard links... " >&6; }
12459 hard_links=yes
12460 $RM conftest*
12461 ln conftest.a conftest.b 2>/dev/null && hard_links=no
12462 touch conftest.a
12463 ln conftest.a conftest.b 2>&5 || hard_links=no
12464 ln conftest.a conftest.b 2>/dev/null && hard_links=no
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
12466$as_echo "$hard_links" >&6; }
12467 if test "$hard_links" = no; then
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
12469$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
12470 need_locks=warn
12471 fi
12472else
12473 need_locks=no
12474fi
12475
12476
12477
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12479$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12480
12481 runpath_var=
12482 allow_undefined_flag_GO=
12483 always_export_symbols_GO=no
12484 archive_cmds_GO=
12485 archive_expsym_cmds_GO=
12486 compiler_needs_object_GO=no
12487 enable_shared_with_static_runtimes_GO=no
12488 export_dynamic_flag_spec_GO=
12489 export_symbols_cmds_GO='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
12490 hardcode_automatic_GO=no
12491 hardcode_direct_GO=no
12492 hardcode_direct_absolute_GO=no
12493 hardcode_libdir_flag_spec_GO=
12494 hardcode_libdir_flag_spec_ld_GO=
12495 hardcode_libdir_separator_GO=
12496 hardcode_minus_L_GO=no
12497 hardcode_shlibpath_var_GO=unsupported
12498 inherit_rpath_GO=no
12499 link_all_deplibs_GO=unknown
12500 module_cmds_GO=
12501 module_expsym_cmds_GO=
12502 old_archive_from_new_cmds_GO=
12503 old_archive_from_expsyms_cmds_GO=
12504 thread_safe_flag_spec_GO=
12505 whole_archive_flag_spec_GO=
12506 # include_expsyms should be a list of space-separated symbols to be *always*
12507 # included in the symbol list
12508 include_expsyms_GO=
12509 # exclude_expsyms can be an extended regexp of symbols to exclude
12510 # it will be wrapped by ` (' and `)$', so one must not match beginning or
12511 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
12512 # as well as any symbol that contains `d'.
12513 exclude_expsyms_GO='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
12514 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
12515 # platforms (ab)use it in PIC code, but their linkers get confused if
12516 # the symbol is explicitly referenced. Since portable code cannot
12517 # rely on this symbol name, it's probably fine to never include it in
12518 # preloaded symbol tables.
12519 # Exclude shared library initialization/finalization symbols.
12520 extract_expsyms_cmds=
12521
12522 case $host_os in
12523 cygwin* | mingw* | pw32* | cegcc*)
12524 # FIXME: the MSVC++ port hasn't been tested in a loooong time
12525 # When not using gcc, we currently assume that we are using
12526 # Microsoft Visual C++.
12527 if test "$GCC" != yes; then
12528 with_gnu_ld=no
12529 fi
12530 ;;
12531 interix*)
12532 # we just hope/assume this is gcc and not c89 (= MSVC++)
12533 with_gnu_ld=yes
12534 ;;
12535 openbsd*)
12536 with_gnu_ld=no
12537 ;;
12538 esac
12539
12540 ld_shlibs_GO=yes
12541
12542 # On some targets, GNU ld is compatible enough with the native linker
12543 # that we're better off using the native interface for both.
12544 lt_use_gnu_ld_interface=no
12545 if test "$with_gnu_ld" = yes; then
12546 case $host_os in
12547 aix*)
12548 # The AIX port of GNU ld has always aspired to compatibility
12549 # with the native linker. However, as the warning in the GNU ld
12550 # block says, versions before 2.19.5* couldn't really create working
12551 # shared libraries, regardless of the interface used.
12552 case `$LD -v 2>&1` in
12553 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
12554 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
12555 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
12556 *)
12557 lt_use_gnu_ld_interface=yes
12558 ;;
12559 esac
12560 ;;
12561 *)
12562 lt_use_gnu_ld_interface=yes
12563 ;;
12564 esac
12565 fi
12566
12567 if test "$lt_use_gnu_ld_interface" = yes; then
12568 # If archive_cmds runs LD, not CC, wlarc should be empty
12569 wlarc='${wl}'
12570
12571 # Set some defaults for GNU ld with shared library support. These
12572 # are reset later if shared libraries are not supported. Putting them
12573 # here allows them to be overridden if necessary.
12574 runpath_var=LD_RUN_PATH
12575 hardcode_libdir_flag_spec_GO='${wl}-rpath ${wl}$libdir'
12576 export_dynamic_flag_spec_GO='${wl}--export-dynamic'
12577 # ancient GNU ld didn't support --whole-archive et. al.
12578 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
12579 whole_archive_flag_spec_GO="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12580 else
12581 whole_archive_flag_spec_GO=
12582 fi
12583 supports_anon_versioning=no
12584 case `$LD -v 2>&1` in
12585 *GNU\ gold*) supports_anon_versioning=yes ;;
12586 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
12587 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
12588 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
12589 *\ 2.11.*) ;; # other 2.11 versions
12590 *) supports_anon_versioning=yes ;;
12591 esac
12592
12593 # See if GNU ld supports shared libraries.
12594 case $host_os in
12595 aix[3-9]*)
12596 # On AIX/PPC, the GNU linker is very broken
12597 if test "$host_cpu" != ia64; then
12598 ld_shlibs_GO=no
12599 cat <<_LT_EOF 1>&2
12600
12601*** Warning: the GNU linker, at least up to release 2.19, is reported
12602*** to be unable to reliably create shared libraries on AIX.
12603*** Therefore, libtool is disabling shared libraries support. If you
12604*** really care for shared libraries, you may want to install binutils
12605*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
12606*** You will then need to restart the configuration process.
12607
12608_LT_EOF
12609 fi
12610 ;;
12611
12612 amigaos*)
12613 case $host_cpu in
12614 powerpc)
12615 # see comment about AmigaOS4 .so support
12616 archive_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12617 archive_expsym_cmds_GO=''
12618 ;;
12619 m68k)
12620 archive_cmds_GO='$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)'
12621 hardcode_libdir_flag_spec_GO='-L$libdir'
12622 hardcode_minus_L_GO=yes
12623 ;;
12624 esac
12625 ;;
12626
12627 beos*)
12628 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12629 allow_undefined_flag_GO=unsupported
12630 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12631 # support --undefined. This deserves some investigation. FIXME
12632 archive_cmds_GO='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12633 else
12634 ld_shlibs_GO=no
12635 fi
12636 ;;
12637
12638 cygwin* | mingw* | pw32* | cegcc*)
12639 # _LT_TAGVAR(hardcode_libdir_flag_spec, GO) is actually meaningless,
12640 # as there is no search path for DLLs.
12641 hardcode_libdir_flag_spec_GO='-L$libdir'
12642 export_dynamic_flag_spec_GO='${wl}--export-all-symbols'
12643 allow_undefined_flag_GO=unsupported
12644 always_export_symbols_GO=no
12645 enable_shared_with_static_runtimes_GO=yes
12646 export_symbols_cmds_GO='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
12647
12648 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12649 archive_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12650 # If the export-symbols file already is a .def file (1st line
12651 # is EXPORTS), use it as is; otherwise, prepend...
12652 archive_expsym_cmds_GO='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12653 cp $export_symbols $output_objdir/$soname.def;
12654 else
12655 echo EXPORTS > $output_objdir/$soname.def;
12656 cat $export_symbols >> $output_objdir/$soname.def;
12657 fi~
12658 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12659 else
12660 ld_shlibs_GO=no
12661 fi
12662 ;;
12663
12664 haiku*)
12665 archive_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12666 link_all_deplibs_GO=yes
12667 ;;
12668
12669 interix[3-9]*)
12670 hardcode_direct_GO=no
12671 hardcode_shlibpath_var_GO=no
12672 hardcode_libdir_flag_spec_GO='${wl}-rpath,$libdir'
12673 export_dynamic_flag_spec_GO='${wl}-E'
12674 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12675 # Instead, shared libraries are loaded at an image base (0x10000000 by
12676 # default) and relocated if they conflict, which is a slow very memory
12677 # consuming and fragmenting process. To avoid this, we pick a random,
12678 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12679 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12680 archive_cmds_GO='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12681 archive_expsym_cmds_GO='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'
12682 ;;
12683
12684 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
12685 tmp_diet=no
12686 if test "$host_os" = linux-dietlibc; then
12687 case $cc_basename in
12688 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
12689 esac
12690 fi
12691 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
12692 && test "$tmp_diet" = no
12693 then
12694 tmp_addflag=
12695 tmp_sharedflag='-shared'
12696 case $cc_basename,$host_cpu in
12697 pgcc*) # Portland Group C compiler
12698 whole_archive_flag_spec_GO='${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'
12699 tmp_addflag=' $pic_flag'
12700 ;;
12701 pgf77* | pgf90* | pgf95* | pgfortran*)
12702 # Portland Group f77 and f90 compilers
12703 whole_archive_flag_spec_GO='${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'
12704 tmp_addflag=' $pic_flag -Mnomain' ;;
12705 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
12706 tmp_addflag=' -i_dynamic' ;;
12707 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
12708 tmp_addflag=' -i_dynamic -nofor_main' ;;
12709 ifc* | ifort*) # Intel Fortran compiler
12710 tmp_addflag=' -nofor_main' ;;
12711 lf95*) # Lahey Fortran 8.1
12712 whole_archive_flag_spec_GO=
12713 tmp_sharedflag='--shared' ;;
12714 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
12715 tmp_sharedflag='-qmkshrobj'
12716 tmp_addflag= ;;
12717 nvcc*) # Cuda Compiler Driver 2.2
12718 whole_archive_flag_spec_GO='${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'
12719 compiler_needs_object_GO=yes
12720 ;;
12721 esac
12722 case `$CC -V 2>&1 | sed 5q` in
12723 *Sun\ C*) # Sun C 5.9
12724 whole_archive_flag_spec_GO='${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'
12725 compiler_needs_object_GO=yes
12726 tmp_sharedflag='-G' ;;
12727 *Sun\ F*) # Sun Fortran 8.3
12728 tmp_sharedflag='-G' ;;
12729 esac
12730 archive_cmds_GO='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12731
12732 if test "x$supports_anon_versioning" = xyes; then
12733 archive_expsym_cmds_GO='echo "{ global:" > $output_objdir/$libname.ver~
12734 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12735 echo "local: *; };" >> $output_objdir/$libname.ver~
12736 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12737 fi
12738
12739 case $cc_basename in
12740 xlf* | bgf* | bgxlf* | mpixlf*)
12741 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
12742 whole_archive_flag_spec_GO='--whole-archive$convenience --no-whole-archive'
12743 hardcode_libdir_flag_spec_GO=
12744 hardcode_libdir_flag_spec_ld_GO='-rpath $libdir'
12745 archive_cmds_GO='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
12746 if test "x$supports_anon_versioning" = xyes; then
12747 archive_expsym_cmds_GO='echo "{ global:" > $output_objdir/$libname.ver~
12748 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12749 echo "local: *; };" >> $output_objdir/$libname.ver~
12750 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
12751 fi
12752 ;;
12753 esac
12754 else
12755 ld_shlibs_GO=no
12756 fi
12757 ;;
12758
12759 netbsd*)
12760 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12761 archive_cmds_GO='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
12762 wlarc=
12763 else
12764 archive_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12765 archive_expsym_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12766 fi
12767 ;;
12768
12769 solaris*)
12770 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
12771 ld_shlibs_GO=no
12772 cat <<_LT_EOF 1>&2
12773
12774*** Warning: The releases 2.8.* of the GNU linker cannot reliably
12775*** create shared libraries on Solaris systems. Therefore, libtool
12776*** is disabling shared libraries support. We urge you to upgrade GNU
12777*** binutils to release 2.9.1 or newer. Another option is to modify
12778*** your PATH or compiler configuration so that the native linker is
12779*** used, and then restart.
12780
12781_LT_EOF
12782 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12783 archive_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12784 archive_expsym_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12785 else
12786 ld_shlibs_GO=no
12787 fi
12788 ;;
12789
12790 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
12791 case `$LD -v 2>&1` in
12792 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
12793 ld_shlibs_GO=no
12794 cat <<_LT_EOF 1>&2
12795
12796*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
12797*** reliably create shared libraries on SCO systems. Therefore, libtool
12798*** is disabling shared libraries support. We urge you to upgrade GNU
12799*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
12800*** your PATH or compiler configuration so that the native linker is
12801*** used, and then restart.
12802
12803_LT_EOF
12804 ;;
12805 *)
12806 # For security reasons, it is highly recommended that you always
12807 # use absolute paths for naming shared libraries, and exclude the
12808 # DT_RUNPATH tag from executables and libraries. But doing so
12809 # requires that you compile everything twice, which is a pain.
12810 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12811 hardcode_libdir_flag_spec_GO='${wl}-rpath ${wl}$libdir'
12812 archive_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12813 archive_expsym_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12814 else
12815 ld_shlibs_GO=no
12816 fi
12817 ;;
12818 esac
12819 ;;
12820
12821 sunos4*)
12822 archive_cmds_GO='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
12823 wlarc=
12824 hardcode_direct_GO=yes
12825 hardcode_shlibpath_var_GO=no
12826 ;;
12827
12828 *)
12829 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12830 archive_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12831 archive_expsym_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12832 else
12833 ld_shlibs_GO=no
12834 fi
12835 ;;
12836 esac
12837
12838 if test "$ld_shlibs_GO" = no; then
12839 runpath_var=
12840 hardcode_libdir_flag_spec_GO=
12841 export_dynamic_flag_spec_GO=
12842 whole_archive_flag_spec_GO=
12843 fi
12844 else
12845 # PORTME fill in a description of your system's linker (not GNU ld)
12846 case $host_os in
12847 aix3*)
12848 allow_undefined_flag_GO=unsupported
12849 always_export_symbols_GO=yes
12850 archive_expsym_cmds_GO='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
12851 # Note: this linker hardcodes the directories in LIBPATH if there
12852 # are no directories specified by -L.
12853 hardcode_minus_L_GO=yes
12854 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
12855 # Neither direct hardcoding nor static linking is supported with a
12856 # broken collect2.
12857 hardcode_direct_GO=unsupported
12858 fi
12859 ;;
12860
12861 aix[4-9]*)
12862 if test "$host_cpu" = ia64; then
12863 # On IA64, the linker does run time linking by default, so we don't
12864 # have to do anything special.
12865 aix_use_runtimelinking=no
12866 exp_sym_flag='-Bexport'
12867 no_entry_flag=""
12868 else
12869 # If we're using GNU nm, then we don't want the "-C" option.
12870 # -C means demangle to AIX nm, but means don't demangle with GNU nm
12871 # Also, AIX nm treats weak defined symbols like other global
12872 # defined symbols, whereas GNU nm marks them as "W".
12873 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
12874 export_symbols_cmds_GO='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
12875 else
12876 export_symbols_cmds_GO='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
12877 fi
12878 aix_use_runtimelinking=no
12879
12880 # Test if we are trying to use run time linking or normal
12881 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12882 # need to do runtime linking.
12883 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
12884 for ld_flag in $LDFLAGS; do
12885 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
12886 aix_use_runtimelinking=yes
12887 break
12888 fi
12889 done
12890 ;;
12891 esac
12892
12893 exp_sym_flag='-bexport'
12894 no_entry_flag='-bnoentry'
12895 fi
12896
12897 # When large executables or shared objects are built, AIX ld can
12898 # have problems creating the table of contents. If linking a library
12899 # or program results in "error TOC overflow" add -mminimal-toc to
12900 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12901 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12902
12903 archive_cmds_GO=''
12904 hardcode_direct_GO=yes
12905 hardcode_direct_absolute_GO=yes
12906 hardcode_libdir_separator_GO=':'
12907 link_all_deplibs_GO=yes
12908 file_list_spec_GO='${wl}-f,'
12909
12910 if test "$GCC" = yes; then
12911 case $host_os in aix4.[012]|aix4.[012].*)
12912 # We only want to do this on AIX 4.2 and lower, the check
12913 # below for broken collect2 doesn't work under 4.3+
12914 collect2name=`${CC} -print-prog-name=collect2`
12915 if test -f "$collect2name" &&
12916 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
12917 then
12918 # We have reworked collect2
12919 :
12920 else
12921 # We have old collect2
12922 hardcode_direct_GO=unsupported
12923 # It fails to find uninstalled libraries when the uninstalled
12924 # path is not listed in the libpath. Setting hardcode_minus_L
12925 # to unsupported forces relinking
12926 hardcode_minus_L_GO=yes
12927 hardcode_libdir_flag_spec_GO='-L$libdir'
12928 hardcode_libdir_separator_GO=
12929 fi
12930 ;;
12931 esac
12932 shared_flag='-shared'
12933 if test "$aix_use_runtimelinking" = yes; then
12934 shared_flag="$shared_flag "'${wl}-G'
12935 fi
12936 else
12937 # not using gcc
12938 if test "$host_cpu" = ia64; then
12939 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12940 # chokes on -Wl,-G. The following line is correct:
12941 shared_flag='-G'
12942 else
12943 if test "$aix_use_runtimelinking" = yes; then
12944 shared_flag='${wl}-G'
12945 else
12946 shared_flag='${wl}-bM:SRE'
12947 fi
12948 fi
12949 fi
12950
12951 export_dynamic_flag_spec_GO='${wl}-bexpall'
12952 # It seems that -bexpall does not export symbols beginning with
12953 # underscore (_), so it is better to generate a list of symbols to export.
12954 always_export_symbols_GO=yes
12955 if test "$aix_use_runtimelinking" = yes; then
12956 # Warning - without using the other runtime loading flags (-brtl),
12957 # -berok will link without error, but may produce a broken library.
12958 allow_undefined_flag_GO='-berok'
12959 # Determine the default libpath from the value encoded in an
12960 # empty executable.
12961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12962/* end confdefs.h. */
12963
12964int
12965main ()
12966{
12967
12968 ;
12969 return 0;
12970}
12971_ACEOF
12972if ac_fn_c_try_link "$LINENO"; then :
12973
12974lt_aix_libpath_sed='
12975 /Import File Strings/,/^$/ {
12976 /^0/ {
12977 s/^0 *\(.*\)$/\1/
12978 p
12979 }
12980 }'
12981aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12982# Check for a 64-bit object if we didn't find anything.
12983if test -z "$aix_libpath"; then
12984 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12985fi
12986fi
12987rm -f core conftest.err conftest.$ac_objext \
12988 conftest$ac_exeext conftest.$ac_ext
12989if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
12990
12991 hardcode_libdir_flag_spec_GO='${wl}-blibpath:$libdir:'"$aix_libpath"
12992 archive_expsym_cmds_GO='$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"
12993 else
12994 if test "$host_cpu" = ia64; then
12995 hardcode_libdir_flag_spec_GO='${wl}-R $libdir:/usr/lib:/lib'
12996 allow_undefined_flag_GO="-z nodefs"
12997 archive_expsym_cmds_GO="\$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"
12998 else
12999 # Determine the default libpath from the value encoded in an
13000 # empty executable.
13001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13002/* end confdefs.h. */
13003
13004int
13005main ()
13006{
13007
13008 ;
13009 return 0;
13010}
13011_ACEOF
13012if ac_fn_c_try_link "$LINENO"; then :
13013
13014lt_aix_libpath_sed='
13015 /Import File Strings/,/^$/ {
13016 /^0/ {
13017 s/^0 *\(.*\)$/\1/
13018 p
13019 }
13020 }'
13021aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13022# Check for a 64-bit object if we didn't find anything.
13023if test -z "$aix_libpath"; then
13024 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13025fi
13026fi
13027rm -f core conftest.err conftest.$ac_objext \
13028 conftest$ac_exeext conftest.$ac_ext
13029if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13030
13031 hardcode_libdir_flag_spec_GO='${wl}-blibpath:$libdir:'"$aix_libpath"
13032 # Warning - without using the other run time loading flags,
13033 # -berok will link without error, but may produce a broken library.
13034 no_undefined_flag_GO=' ${wl}-bernotok'
13035 allow_undefined_flag_GO=' ${wl}-berok'
13036 if test "$with_gnu_ld" = yes; then
13037 # We only use this code for GNU lds that support --whole-archive.
13038 whole_archive_flag_spec_GO='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13039 else
13040 # Exported symbols can be pulled into shared objects from archives
13041 whole_archive_flag_spec_GO='$convenience'
13042 fi
13043 archive_cmds_need_lc_GO=yes
13044 # This is similar to how AIX traditionally builds its shared libraries.
13045 archive_expsym_cmds_GO="\$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'
13046 fi
13047 fi
13048 ;;
13049
13050 amigaos*)
13051 case $host_cpu in
13052 powerpc)
13053 # see comment about AmigaOS4 .so support
13054 archive_cmds_GO='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13055 archive_expsym_cmds_GO=''
13056 ;;
13057 m68k)
13058 archive_cmds_GO='$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)'
13059 hardcode_libdir_flag_spec_GO='-L$libdir'
13060 hardcode_minus_L_GO=yes
13061 ;;
13062 esac
13063 ;;
13064
13065 bsdi[45]*)
13066 export_dynamic_flag_spec_GO=-rdynamic
13067 ;;
13068
13069 cygwin* | mingw* | pw32* | cegcc*)
13070 # When not using gcc, we currently assume that we are using
13071 # Microsoft Visual C++.
13072 # hardcode_libdir_flag_spec is actually meaningless, as there is
13073 # no search path for DLLs.
13074 hardcode_libdir_flag_spec_GO=' '
13075 allow_undefined_flag_GO=unsupported
13076 # Tell ltmain to make .lib files, not .a files.
13077 libext=lib
13078 # Tell ltmain to make .dll files, not .so files.
13079 shrext_cmds=".dll"
13080 # FIXME: Setting linknames here is a bad hack.
13081 archive_cmds_GO='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
13082 # The linker will automatically build a .lib file if we build a DLL.
13083 old_archive_from_new_cmds_GO='true'
13084 # FIXME: Should let the user specify the lib program.
13085 old_archive_cmds_GO='lib -OUT:$oldlib$oldobjs$old_deplibs'
13086 fix_srcfile_path_GO='`cygpath -w "$srcfile"`'
13087 enable_shared_with_static_runtimes_GO=yes
13088 ;;
13089
13090 darwin* | rhapsody*)
13091
13092
13093 archive_cmds_need_lc_GO=no
13094 hardcode_direct_GO=no
13095 hardcode_automatic_GO=yes
13096 hardcode_shlibpath_var_GO=unsupported
13097 if test "$lt_cv_ld_force_load" = "yes"; then
13098 whole_archive_flag_spec_GO='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
13099 else
13100 whole_archive_flag_spec_GO=''
13101 fi
13102 link_all_deplibs_GO=yes
13103 allow_undefined_flag_GO="$_lt_dar_allow_undefined"
13104 case $cc_basename in
13105 ifort*) _lt_dar_can_shared=yes ;;
13106 *) _lt_dar_can_shared=$GCC ;;
13107 esac
13108 if test "$_lt_dar_can_shared" = "yes"; then
13109 output_verbose_link_cmd=func_echo_all
13110 archive_cmds_GO="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
13111 module_cmds_GO="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13112 archive_expsym_cmds_GO="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}"
13113 module_expsym_cmds_GO="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}"
13114
13115 else
13116 ld_shlibs_GO=no
13117 fi
13118
13119 ;;
13120
13121 dgux*)
13122 archive_cmds_GO='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13123 hardcode_libdir_flag_spec_GO='-L$libdir'
13124 hardcode_shlibpath_var_GO=no
13125 ;;
13126
e440a328 13127 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
13128 # support. Future versions do this automatically, but an explicit c++rt0.o
13129 # does not break anything, and helps significantly (at the cost of a little
13130 # extra space).
13131 freebsd2.2*)
13132 archive_cmds_GO='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
13133 hardcode_libdir_flag_spec_GO='-R$libdir'
13134 hardcode_direct_GO=yes
13135 hardcode_shlibpath_var_GO=no
13136 ;;
13137
13138 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
31d696fa 13139 freebsd2.*)
e440a328 13140 archive_cmds_GO='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
13141 hardcode_direct_GO=yes
13142 hardcode_minus_L_GO=yes
13143 hardcode_shlibpath_var_GO=no
13144 ;;
13145
13146 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
13147 freebsd* | dragonfly*)
13148 archive_cmds_GO='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
13149 hardcode_libdir_flag_spec_GO='-R$libdir'
13150 hardcode_direct_GO=yes
13151 hardcode_shlibpath_var_GO=no
13152 ;;
13153
13154 hpux9*)
13155 if test "$GCC" = yes; then
13156 archive_cmds_GO='$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'
13157 else
13158 archive_cmds_GO='$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'
13159 fi
13160 hardcode_libdir_flag_spec_GO='${wl}+b ${wl}$libdir'
13161 hardcode_libdir_separator_GO=:
13162 hardcode_direct_GO=yes
13163
13164 # hardcode_minus_L: Not really in the search PATH,
13165 # but as the default location of the library.
13166 hardcode_minus_L_GO=yes
13167 export_dynamic_flag_spec_GO='${wl}-E'
13168 ;;
13169
13170 hpux10*)
13171 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
13172 archive_cmds_GO='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13173 else
13174 archive_cmds_GO='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
13175 fi
13176 if test "$with_gnu_ld" = no; then
13177 hardcode_libdir_flag_spec_GO='${wl}+b ${wl}$libdir'
13178 hardcode_libdir_flag_spec_ld_GO='+b $libdir'
13179 hardcode_libdir_separator_GO=:
13180 hardcode_direct_GO=yes
13181 hardcode_direct_absolute_GO=yes
13182 export_dynamic_flag_spec_GO='${wl}-E'
13183 # hardcode_minus_L: Not really in the search PATH,
13184 # but as the default location of the library.
13185 hardcode_minus_L_GO=yes
13186 fi
13187 ;;
13188
13189 hpux11*)
13190 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
13191 case $host_cpu in
13192 hppa*64*)
13193 archive_cmds_GO='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13194 ;;
13195 ia64*)
13196 archive_cmds_GO='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13197 ;;
13198 *)
13199 archive_cmds_GO='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13200 ;;
13201 esac
13202 else
13203 case $host_cpu in
13204 hppa*64*)
13205 archive_cmds_GO='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13206 ;;
13207 ia64*)
13208 archive_cmds_GO='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13209 ;;
13210 *)
13211 archive_cmds_GO='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13212 ;;
13213 esac
13214 fi
13215 if test "$with_gnu_ld" = no; then
13216 hardcode_libdir_flag_spec_GO='${wl}+b ${wl}$libdir'
13217 hardcode_libdir_separator_GO=:
13218
13219 case $host_cpu in
13220 hppa*64*|ia64*)
13221 hardcode_direct_GO=no
13222 hardcode_shlibpath_var_GO=no
13223 ;;
13224 *)
13225 hardcode_direct_GO=yes
13226 hardcode_direct_absolute_GO=yes
13227 export_dynamic_flag_spec_GO='${wl}-E'
13228
13229 # hardcode_minus_L: Not really in the search PATH,
13230 # but as the default location of the library.
13231 hardcode_minus_L_GO=yes
13232 ;;
13233 esac
13234 fi
13235 ;;
13236
13237 irix5* | irix6* | nonstopux*)
13238 if test "$GCC" = yes; then
13239 archive_cmds_GO='$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'
13240 # Try to use the -exported_symbol ld option, if it does not
13241 # work, assume that -exports_file does not work either and
13242 # implicitly export all symbols.
13243 save_LDFLAGS="$LDFLAGS"
13244 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
13245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13246/* end confdefs.h. */
13247int foo(void) {}
13248_ACEOF
13249if ac_fn_c_try_link "$LINENO"; then :
13250 archive_expsym_cmds_GO='$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'
13251
13252fi
13253rm -f core conftest.err conftest.$ac_objext \
13254 conftest$ac_exeext conftest.$ac_ext
13255 LDFLAGS="$save_LDFLAGS"
13256 else
13257 archive_cmds_GO='$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'
13258 archive_expsym_cmds_GO='$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'
13259 fi
13260 archive_cmds_need_lc_GO='no'
13261 hardcode_libdir_flag_spec_GO='${wl}-rpath ${wl}$libdir'
13262 hardcode_libdir_separator_GO=:
13263 inherit_rpath_GO=yes
13264 link_all_deplibs_GO=yes
13265 ;;
13266
13267 netbsd*)
13268 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13269 archive_cmds_GO='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
13270 else
13271 archive_cmds_GO='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
13272 fi
13273 hardcode_libdir_flag_spec_GO='-R$libdir'
13274 hardcode_direct_GO=yes
13275 hardcode_shlibpath_var_GO=no
13276 ;;
13277
13278 newsos6)
13279 archive_cmds_GO='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13280 hardcode_direct_GO=yes
13281 hardcode_libdir_flag_spec_GO='${wl}-rpath ${wl}$libdir'
13282 hardcode_libdir_separator_GO=:
13283 hardcode_shlibpath_var_GO=no
13284 ;;
13285
13286 *nto* | *qnx*)
13287 ;;
13288
13289 openbsd*)
13290 if test -f /usr/libexec/ld.so; then
13291 hardcode_direct_GO=yes
13292 hardcode_shlibpath_var_GO=no
13293 hardcode_direct_absolute_GO=yes
13294 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13295 archive_cmds_GO='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
13296 archive_expsym_cmds_GO='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
13297 hardcode_libdir_flag_spec_GO='${wl}-rpath,$libdir'
13298 export_dynamic_flag_spec_GO='${wl}-E'
13299 else
13300 case $host_os in
13301 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
13302 archive_cmds_GO='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
13303 hardcode_libdir_flag_spec_GO='-R$libdir'
13304 ;;
13305 *)
13306 archive_cmds_GO='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
13307 hardcode_libdir_flag_spec_GO='${wl}-rpath,$libdir'
13308 ;;
13309 esac
13310 fi
13311 else
13312 ld_shlibs_GO=no
13313 fi
13314 ;;
13315
13316 os2*)
13317 hardcode_libdir_flag_spec_GO='-L$libdir'
13318 hardcode_minus_L_GO=yes
13319 allow_undefined_flag_GO=unsupported
13320 archive_cmds_GO='$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'
13321 old_archive_from_new_cmds_GO='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
13322 ;;
13323
13324 osf3*)
13325 if test "$GCC" = yes; then
13326 allow_undefined_flag_GO=' ${wl}-expect_unresolved ${wl}\*'
13327 archive_cmds_GO='$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'
13328 else
13329 allow_undefined_flag_GO=' -expect_unresolved \*'
13330 archive_cmds_GO='$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'
13331 fi
13332 archive_cmds_need_lc_GO='no'
13333 hardcode_libdir_flag_spec_GO='${wl}-rpath ${wl}$libdir'
13334 hardcode_libdir_separator_GO=:
13335 ;;
13336
13337 osf4* | osf5*) # as osf3* with the addition of -msym flag
13338 if test "$GCC" = yes; then
13339 allow_undefined_flag_GO=' ${wl}-expect_unresolved ${wl}\*'
13340 archive_cmds_GO='$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'
13341 hardcode_libdir_flag_spec_GO='${wl}-rpath ${wl}$libdir'
13342 else
13343 allow_undefined_flag_GO=' -expect_unresolved \*'
13344 archive_cmds_GO='$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'
13345 archive_expsym_cmds_GO='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
13346 $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'
13347
13348 # Both c and cxx compiler support -rpath directly
13349 hardcode_libdir_flag_spec_GO='-rpath $libdir'
13350 fi
13351 archive_cmds_need_lc_GO='no'
13352 hardcode_libdir_separator_GO=:
13353 ;;
13354
13355 solaris*)
13356 no_undefined_flag_GO=' -z defs'
13357 if test "$GCC" = yes; then
13358 wlarc='${wl}'
13359 archive_cmds_GO='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13360 archive_expsym_cmds_GO='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13361 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
13362 else
13363 case `$CC -V 2>&1` in
13364 *"Compilers 5.0"*)
13365 wlarc=''
13366 archive_cmds_GO='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
13367 archive_expsym_cmds_GO='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13368 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
13369 ;;
13370 *)
13371 wlarc='${wl}'
13372 archive_cmds_GO='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
13373 archive_expsym_cmds_GO='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13374 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
13375 ;;
13376 esac
13377 fi
13378 hardcode_libdir_flag_spec_GO='-R$libdir'
13379 hardcode_shlibpath_var_GO=no
13380 case $host_os in
13381 solaris2.[0-5] | solaris2.[0-5].*) ;;
13382 *)
13383 # The compiler driver will combine and reorder linker options,
13384 # but understands `-z linker_flag'. GCC discards it without `$wl',
13385 # but is careful enough not to reorder.
13386 # Supported since Solaris 2.6 (maybe 2.5.1?)
13387 if test "$GCC" = yes; then
13388 whole_archive_flag_spec_GO='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13389 else
13390 whole_archive_flag_spec_GO='-z allextract$convenience -z defaultextract'
13391 fi
13392 ;;
13393 esac
13394 link_all_deplibs_GO=yes
13395 ;;
13396
13397 sunos4*)
13398 if test "x$host_vendor" = xsequent; then
13399 # Use $CC to link under sequent, because it throws in some extra .o
13400 # files that make .init and .fini sections work.
13401 archive_cmds_GO='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
13402 else
13403 archive_cmds_GO='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
13404 fi
13405 hardcode_libdir_flag_spec_GO='-L$libdir'
13406 hardcode_direct_GO=yes
13407 hardcode_minus_L_GO=yes
13408 hardcode_shlibpath_var_GO=no
13409 ;;
13410
13411 sysv4)
13412 case $host_vendor in
13413 sni)
13414 archive_cmds_GO='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13415 hardcode_direct_GO=yes # is this really true???
13416 ;;
13417 siemens)
13418 ## LD is ld it makes a PLAMLIB
13419 ## CC just makes a GrossModule.
13420 archive_cmds_GO='$LD -G -o $lib $libobjs $deplibs $linker_flags'
13421 reload_cmds_GO='$CC -r -o $output$reload_objs'
13422 hardcode_direct_GO=no
13423 ;;
13424 motorola)
13425 archive_cmds_GO='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13426 hardcode_direct_GO=no #Motorola manual says yes, but my tests say they lie
13427 ;;
13428 esac
13429 runpath_var='LD_RUN_PATH'
13430 hardcode_shlibpath_var_GO=no
13431 ;;
13432
13433 sysv4.3*)
13434 archive_cmds_GO='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13435 hardcode_shlibpath_var_GO=no
13436 export_dynamic_flag_spec_GO='-Bexport'
13437 ;;
13438
13439 sysv4*MP*)
13440 if test -d /usr/nec; then
13441 archive_cmds_GO='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13442 hardcode_shlibpath_var_GO=no
13443 runpath_var=LD_RUN_PATH
13444 hardcode_runpath_var=yes
13445 ld_shlibs_GO=yes
13446 fi
13447 ;;
13448
13449 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13450 no_undefined_flag_GO='${wl}-z,text'
13451 archive_cmds_need_lc_GO=no
13452 hardcode_shlibpath_var_GO=no
13453 runpath_var='LD_RUN_PATH'
13454
13455 if test "$GCC" = yes; then
13456 archive_cmds_GO='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13457 archive_expsym_cmds_GO='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13458 else
13459 archive_cmds_GO='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13460 archive_expsym_cmds_GO='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13461 fi
13462 ;;
13463
13464 sysv5* | sco3.2v5* | sco5v6*)
13465 # Note: We can NOT use -z defs as we might desire, because we do not
13466 # link with -lc, and that would cause any symbols used from libc to
13467 # always be unresolved, which means just about no library would
13468 # ever link correctly. If we're not using GNU ld we use -z text
13469 # though, which does catch some bad symbols but isn't as heavy-handed
13470 # as -z defs.
13471 no_undefined_flag_GO='${wl}-z,text'
13472 allow_undefined_flag_GO='${wl}-z,nodefs'
13473 archive_cmds_need_lc_GO=no
13474 hardcode_shlibpath_var_GO=no
13475 hardcode_libdir_flag_spec_GO='${wl}-R,$libdir'
13476 hardcode_libdir_separator_GO=':'
13477 link_all_deplibs_GO=yes
13478 export_dynamic_flag_spec_GO='${wl}-Bexport'
13479 runpath_var='LD_RUN_PATH'
13480
13481 if test "$GCC" = yes; then
13482 archive_cmds_GO='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13483 archive_expsym_cmds_GO='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13484 else
13485 archive_cmds_GO='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13486 archive_expsym_cmds_GO='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13487 fi
13488 ;;
13489
13490 uts4*)
13491 archive_cmds_GO='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13492 hardcode_libdir_flag_spec_GO='-L$libdir'
13493 hardcode_shlibpath_var_GO=no
13494 ;;
13495
13496 *)
13497 ld_shlibs_GO=no
13498 ;;
13499 esac
13500
13501 if test x$host_vendor = xsni; then
13502 case $host in
13503 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
13504 export_dynamic_flag_spec_GO='${wl}-Blargedynsym'
13505 ;;
13506 esac
13507 fi
13508 fi
13509
13510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_GO" >&5
13511$as_echo "$ld_shlibs_GO" >&6; }
13512test "$ld_shlibs_GO" = no && can_build_shared=no
13513
13514with_gnu_ld_GO=$with_gnu_ld
13515
13516
13517
13518
13519
13520
13521#
13522# Do we need to explicitly link libc?
13523#
13524case "x$archive_cmds_need_lc_GO" in
13525x|xyes)
13526 # Assume -lc should be added
13527 archive_cmds_need_lc_GO=yes
13528
13529 if test "$enable_shared" = yes && test "$GCC" = yes; then
13530 case $archive_cmds_GO in
13531 *'~'*)
13532 # FIXME: we may have to deal with multi-command sequences.
13533 ;;
13534 '$CC '*)
13535 # Test whether the compiler implicitly links with -lc since on some
13536 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13537 # to ld, don't add -lc before -lgcc.
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13539$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
ea2e69a4 13540if ${lt_cv_archive_cmds_need_lc_GO+:} false; then :
e440a328 13541 $as_echo_n "(cached) " >&6
13542else
13543 $RM conftest*
13544 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13545
13546 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13547 (eval $ac_compile) 2>&5
13548 ac_status=$?
13549 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13550 test $ac_status = 0; } 2>conftest.err; then
13551 soname=conftest
13552 lib=conftest
13553 libobjs=conftest.$ac_objext
13554 deplibs=
13555 wl=$lt_prog_compiler_wl_GO
13556 pic_flag=$lt_prog_compiler_pic_GO
13557 compiler_flags=-v
13558 linker_flags=-v
13559 verstring=
13560 output_objdir=.
13561 libname=conftest
13562 lt_save_allow_undefined_flag=$allow_undefined_flag_GO
13563 allow_undefined_flag_GO=
13564 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_GO 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13565 (eval $archive_cmds_GO 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
13566 ac_status=$?
13567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13568 test $ac_status = 0; }
13569 then
13570 lt_cv_archive_cmds_need_lc_GO=no
13571 else
13572 lt_cv_archive_cmds_need_lc_GO=yes
13573 fi
13574 allow_undefined_flag_GO=$lt_save_allow_undefined_flag
13575 else
13576 cat conftest.err 1>&5
13577 fi
13578 $RM conftest*
13579
13580fi
13581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_GO" >&5
13582$as_echo "$lt_cv_archive_cmds_need_lc_GO" >&6; }
13583 archive_cmds_need_lc_GO=$lt_cv_archive_cmds_need_lc_GO
13584 ;;
13585 esac
13586 fi
13587 ;;
13588esac
13589
13590
13591
13592
13593
13594
13595
13596
13597
13598
13599
13600
13601
13602
13603
13604
13605
13606
13607
13608
13609
13610
13611
13612
13613
13614
13615
13616
13617
13618
13619
13620
13621
13622
13623
13624
13625
13626
13627
13628
13629
13630
13631
13632
13633
13634
13635
13636
13637
13638
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649
13650
13651
13652
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
13654$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
13655hardcode_action_GO=
13656if test -n "$hardcode_libdir_flag_spec_GO" ||
13657 test -n "$runpath_var_GO" ||
13658 test "X$hardcode_automatic_GO" = "Xyes" ; then
13659
13660 # We can hardcode non-existent directories.
13661 if test "$hardcode_direct_GO" != no &&
13662 # If the only mechanism to avoid hardcoding is shlibpath_var, we
13663 # have to relink, otherwise we might link with an installed library
13664 # when we should be linking with a yet-to-be-installed one
13665 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, GO)" != no &&
13666 test "$hardcode_minus_L_GO" != no; then
13667 # Linking always hardcodes the temporary library directory.
13668 hardcode_action_GO=relink
13669 else
13670 # We can link without hardcoding, and we can hardcode nonexisting dirs.
13671 hardcode_action_GO=immediate
13672 fi
13673else
13674 # We cannot hardcode anything, or else we can only hardcode existing
13675 # directories.
13676 hardcode_action_GO=unsupported
13677fi
13678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_GO" >&5
13679$as_echo "$hardcode_action_GO" >&6; }
13680
13681if test "$hardcode_action_GO" = relink ||
13682 test "$inherit_rpath_GO" = yes; then
13683 # Fast installation is not supported
13684 enable_fast_install=no
13685elif test "$shlibpath_overrides_runpath" = yes ||
13686 test "$enable_shared" = no; then
13687 # Fast installation is not necessary
13688 enable_fast_install=needless
13689fi
13690
13691
13692
13693
13694
13695
13696
13697fi
13698
13699ac_ext=c
13700ac_cpp='$CPP $CPPFLAGS'
13701ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13702ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13703ac_compiler_gnu=$ac_cv_c_compiler_gnu
13704
13705
13706GCC=$lt_save_GCC
13707CC="$lt_save_CC"
13708
13709
13710
13711
13712 ac_config_commands="$ac_config_commands libtool"
13713
13714
13715
13716
13717# Only expand once:
13718
13719
13720
13721
13722
a27e1015 13723CC_FOR_BUILD=${CC_FOR_BUILD:-gcc}
13724
13725
d477de41 13726for ac_prog in gawk mawk nawk awk
13727do
13728 # Extract the first word of "$ac_prog", so it can be a program name with args.
13729set dummy $ac_prog; ac_word=$2
13730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13731$as_echo_n "checking for $ac_word... " >&6; }
ea2e69a4 13732if ${ac_cv_prog_AWK+:} false; then :
d477de41 13733 $as_echo_n "(cached) " >&6
13734else
13735 if test -n "$AWK"; then
13736 ac_cv_prog_AWK="$AWK" # Let the user override the test.
13737else
13738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13739for as_dir in $PATH
13740do
13741 IFS=$as_save_IFS
13742 test -z "$as_dir" && as_dir=.
13743 for ac_exec_ext in '' $ac_executable_extensions; do
ea2e69a4 13744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d477de41 13745 ac_cv_prog_AWK="$ac_prog"
13746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13747 break 2
13748 fi
13749done
13750 done
13751IFS=$as_save_IFS
13752
13753fi
13754fi
13755AWK=$ac_cv_prog_AWK
13756if test -n "$AWK"; then
13757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
13758$as_echo "$AWK" >&6; }
13759else
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13761$as_echo "no" >&6; }
13762fi
13763
13764
13765 test -n "$AWK" && break
13766done
13767
13768
e440a328 13769WARN_FLAGS='-Wall -Wextra -Wwrite-strings -Wcast-qual'
13770
13771
75935341 13772# Check whether --enable-werror was given.
13773if test "${enable_werror+set}" = set; then :
13774 enableval=$enable_werror;
13775fi
13776
13777if test "x$enable_werror" != "xno"; then
13778 WERROR="-Werror"
13779fi
e440a328 13780
13781
13782glibgo_toolexecdir=no
13783glibgo_toolexeclibdir=no
e440a328 13784
13785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
13786$as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
13787# Check whether --enable-version-specific-runtime-libs was given.
13788if test "${enable_version_specific_runtime_libs+set}" = set; then :
13789 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
13790 yes) version_specific_libs=yes ;;
13791 no) version_specific_libs=no ;;
ea2e69a4 13792 *) as_fn_error $? "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
e440a328 13793 esac
13794else
13795 version_specific_libs=no
13796fi
13797
13798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
13799$as_echo "$version_specific_libs" >&6; }
13800
13801# Version-specific runtime libs processing.
13802if test $version_specific_libs = yes; then
13803 glibgo_toolexecdir='${libdir}/gcc/${host_alias}'
13804 glibgo_toolexeclibdir='${toolexecdir}/${gcc_version}$(MULTISUBDIR)'
13805fi
13806
13807# Calculate glibgo_toolexecdir, glibgo_toolexeclibdir
13808# Install a library built with a cross compiler in tooldir, not libdir.
61efdf66 13809if test -n "$with_cross_host" &&
13810 test x"$with_cross_host" != x"no"; then
13811 nover_glibgo_toolexecdir='${exec_prefix}/${host_alias}'
13812 nover_glibgo_toolexeclibdir='${toolexecdir}/lib'
13813else
13814 nover_glibgo_toolexecdir='${libdir}/gcc/${host_alias}'
13815 nover_glibgo_toolexeclibdir='${libdir}'
13816fi
67d3a836 13817multi_os_directory=`$GOC -print-multi-os-directory`
61efdf66 13818case $multi_os_directory in
13819 .) ;; # Avoid trailing /.
13820 *) nover_glibgo_toolexeclibdir=${nover_glibgo_toolexeclibdir}/${multi_os_directory} ;;
13821esac
13822
e440a328 13823if test x"$glibgo_toolexecdir" = x"no"; then
61efdf66 13824 glibgo_toolexecdir="${nover_glibgo_toolexecdir}"
13825 glibgo_toolexeclibdir="${nover_glibgo_toolexeclibdir}"
e440a328 13826fi
13827
13828
13829
13830
13831
13832# See if the user wants to configure without libffi. Some
13833# architectures don't support it. FIXME: We should set a default
13834# based on the host.
13835
13836# Check whether --with-libffi was given.
13837if test "${with_libffi+set}" = set; then :
13838 withval=$with_libffi; :
13839else
13840 with_libffi=${with_libffi_default-yes}
13841fi
13842
13843
13844LIBFFI=
13845LIBFFIINCS=
13846if test "$with_libffi" != no; then
13847
13848$as_echo "#define USE_LIBFFI 1" >>confdefs.h
13849
13850 LIBFFI=../libffi/libffi_convenience.la
13851 LIBFFIINCS='-I$(top_srcdir)/../libffi/include -I../libffi/include'
13852fi
13853
13854
1367cb46 13855 if test "$with_libffi" != "no"; then
63e457ad 13856 USE_LIBFFI_TRUE=
13857 USE_LIBFFI_FALSE='#'
13858else
13859 USE_LIBFFI_TRUE='#'
13860 USE_LIBFFI_FALSE=
13861fi
13862
e440a328 13863
7920387d 13864# See if the user wants to configure without libatomic. This is useful if we are
13865# on an architecture for which libgo does not need an atomic support library and
13866# libatomic does not support our C compiler.
13867
13868# Check whether --with-libatomic was given.
13869if test "${with_libatomic+set}" = set; then :
13870 withval=$with_libatomic; :
13871else
13872 with_libatomic=${with_libatomic_default-yes}
13873fi
13874
13875
13876LIBATOMIC=
13877if test "$with_libatomic" != no; then
13878 LIBATOMIC=../libatomic/libatomic_convenience.la
13879fi
13880
13881
4180345a 13882# Used to tell GNU make to include a file without telling automake to
13883# include it.
13884go_include="-include"
13885
13886
91d733e1 13887# All known GOOS values. This is the union of all operating systems
13888# supported by the gofrontend and all operating systems supported by
13889# the gc toolchain.
31975c5e 13890ALLGOOS="aix android darwin dragonfly freebsd hurd irix js linux netbsd openbsd plan9 rtems solaris windows"
91d733e1 13891
e440a328 13892is_darwin=no
13893is_freebsd=no
524b52f8 13894is_irix=no
e440a328 13895is_linux=no
12adcb64 13896is_netbsd=no
fb08d005 13897is_openbsd=no
0ce10ea1 13898is_dragonfly=no
e440a328 13899is_rtems=no
cea7ac49 13900is_solaris=no
03118c21 13901is_aix=no
c6ad139d 13902is_hurd=no
7731bf71 13903GOOS=unknown
e440a328 13904case ${host} in
cea7ac49 13905 *-*-darwin*) is_darwin=yes; GOOS=darwin ;;
13906 *-*-freebsd*) is_freebsd=yes; GOOS=freebsd ;;
524b52f8 13907 *-*-irix6*) is_irix=yes; GOOS=irix ;;
cea7ac49 13908 *-*-linux*) is_linux=yes; GOOS=linux ;;
86240434 13909 *-*-netbsd*) is_netbsd=yes; GOOS=netbsd ;;
fb08d005 13910 *-*-openbsd*) is_openbsd=yes; GOOS=openbsd ;;
0ce10ea1 13911 *-*-dragonfly*) is_dragonfly=yes; GOOS=dragonfly ;;
cea7ac49 13912 *-*-rtems*) is_rtems=yes; GOOS=rtems ;;
13913 *-*-solaris2*) is_solaris=yes; GOOS=solaris ;;
03118c21 13914 *-*-aix*) is_aix=yes; GOOS=aix ;;
c6ad139d 13915 *-*-gnu*) is_hurd=yes; GOOS=hurd ;;
e440a328 13916esac
13917 if test $is_darwin = yes; then
13918 LIBGO_IS_DARWIN_TRUE=
13919 LIBGO_IS_DARWIN_FALSE='#'
13920else
13921 LIBGO_IS_DARWIN_TRUE='#'
13922 LIBGO_IS_DARWIN_FALSE=
13923fi
13924
13925 if test $is_freebsd = yes; then
13926 LIBGO_IS_FREEBSD_TRUE=
13927 LIBGO_IS_FREEBSD_FALSE='#'
13928else
13929 LIBGO_IS_FREEBSD_TRUE='#'
13930 LIBGO_IS_FREEBSD_FALSE=
13931fi
13932
524b52f8 13933 if test $is_irix = yes; then
13934 LIBGO_IS_IRIX_TRUE=
13935 LIBGO_IS_IRIX_FALSE='#'
13936else
13937 LIBGO_IS_IRIX_TRUE='#'
13938 LIBGO_IS_IRIX_FALSE=
13939fi
13940
e440a328 13941 if test $is_linux = yes; then
13942 LIBGO_IS_LINUX_TRUE=
13943 LIBGO_IS_LINUX_FALSE='#'
13944else
13945 LIBGO_IS_LINUX_TRUE='#'
13946 LIBGO_IS_LINUX_FALSE=
13947fi
13948
86240434 13949 if test $is_netbsd = yes; then
13950 LIBGO_IS_NETBSD_TRUE=
13951 LIBGO_IS_NETBSD_FALSE='#'
13952else
13953 LIBGO_IS_NETBSD_TRUE='#'
13954 LIBGO_IS_NETBSD_FALSE=
13955fi
13956
fb08d005 13957 if test $is_openbsd = yes; then
13958 LIBGO_IS_OPENBSD_TRUE=
13959 LIBGO_IS_OPENBSD_FALSE='#'
13960else
13961 LIBGO_IS_OPENBSD_TRUE='#'
13962 LIBGO_IS_OPENBSD_FALSE=
13963fi
13964
e6af9bdb 13965 if test $is_dragonfly = yes; then
0ce10ea1 13966 LIBGO_IS_DRAGONFLY_TRUE=
13967 LIBGO_IS_DRAGONFLY_FALSE='#'
13968else
13969 LIBGO_IS_DRAGONFLY_TRUE='#'
13970 LIBGO_IS_DRAGONFLY_FALSE=
13971fi
13972
e440a328 13973 if test $is_rtems = yes; then
13974 LIBGO_IS_RTEMS_TRUE=
13975 LIBGO_IS_RTEMS_FALSE='#'
13976else
13977 LIBGO_IS_RTEMS_TRUE='#'
13978 LIBGO_IS_RTEMS_FALSE=
13979fi
13980
cea7ac49 13981 if test $is_solaris = yes; then
13982 LIBGO_IS_SOLARIS_TRUE=
13983 LIBGO_IS_SOLARIS_FALSE='#'
13984else
13985 LIBGO_IS_SOLARIS_TRUE='#'
13986 LIBGO_IS_SOLARIS_FALSE=
13987fi
13988
03118c21 13989 if test $is_aix = yes; then
13990 LIBGO_IS_AIX_TRUE=
13991 LIBGO_IS_AIX_FALSE='#'
13992else
13993 LIBGO_IS_AIX_TRUE='#'
13994 LIBGO_IS_AIX_FALSE=
13995fi
13996
c6ad139d 13997 if test $is_hurd = yes; then
13998 LIBGO_IS_HURD_TRUE=
13999 LIBGO_IS_HURD_FALSE='#'
14000else
14001 LIBGO_IS_HURD_TRUE='#'
14002 LIBGO_IS_HURD_FALSE=
14003fi
14004
be239ed2 14005 if test $is_darwin = yes -o $is_dragonfly = yes -o $is_freebsd = yes -o $is_netbsd = yes -o $is_openbsd = yes; then
14006 LIBGO_IS_BSD_TRUE=
14007 LIBGO_IS_BSD_FALSE='#'
14008else
14009 LIBGO_IS_BSD_TRUE='#'
14010 LIBGO_IS_BSD_FALSE=
14011fi
14012
e440a328 14013
7731bf71 14014
91d733e1 14015
6222f4a8 14016USE_DEJAGNU=no
14017case ${host} in
14018 *-*-rtems*) USE_DEJAGNU=yes ;;
9d5dfb12 14019 ${build}) ;;
6222f4a8 14020 *) USE_DEJAGNU=yes ;;
14021esac
14022
14023
91d733e1 14024# All known GOARCH values. This is the union of all architectures
14025# supported by the gofrontend and all architectures supported by the
14026# gc toolchain.
a3cba53d 14027# To add a new architecture:
14028# - add it to this list
14029# - if appropriate, add an entry to ALLGOARCHFAMILY below
14030# - add an entry to the case on ${host} below to set GOARCH
14031# - update goarchList in libgo/go/go/build/syslist.go
14032# - update goarch.sh to report the values for this architecture
14033# - update go-set-goarch in gcc/testsuite/go.test/go-test.exp
14034# - update ptrSizeMap and intSizeMap in libgo/go/cmd/cgo/main.go
14035# - update arch lists in libgo/match.sh
14036# - update arch lists in libgo/testsuite/gotest
14037# - update +build lines in several places
14038# - libgo/go/runtime/lfstack_NNbit.go
14039# - libgo/go/runtime/hashNN.go
14040# - libgo/go/runtime/unalignedN.go
14041# - libgo/go/syscall/endian_XX.go
14042# - possibly others
14043# - possibly update files in libgo/go/internal/syscall/unix
9be94393 14044ALLGOARCH="386 alpha amd64 amd64p32 arm armbe arm64 arm64be ia64 m68k mips mipsle mips64 mips64le mips64p32 mips64p32le nios2 ppc ppc64 ppc64le riscv riscv64 s390 s390x sh shbe sparc sparc64 wasm"
91d733e1 14045
a3cba53d 14046# All known GOARCH family values.
9be94393 14047ALLGOARCHFAMILY="I386 ALPHA AMD64 ARM ARM64 IA64 M68K MIPS MIPS64 NIOS2 PPC PPC64 RISCV RISCV64 S390 S390X SH SPARC SPARC64 WASM"
91d733e1 14048
7731bf71 14049GOARCH=unknown
e440a328 14050case ${host} in
16dc3e4d 14051 alpha*-*-*)
16dc3e4d 14052 GOARCH=alpha
14053 ;;
275f094b 14054 aarch64-*-*)
275f094b 14055 GOARCH=arm64
14056 ;;
8fb241fa 14057 arm*-*-* | strongarm*-*-* | ep9312*-*-* | xscale-*-*)
8fb241fa 14058 GOARCH=arm
33d1d391 14059 case ${host} in
14060 arm*b*-*-*)
14061 GOARCH=armbe
33d1d391 14062 ;;
14063 esac
8fb241fa 14064 ;;
7731bf71 14065 i[34567]86-*-* | x86_64-*-*)
14066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14067/* end confdefs.h. */
14068
14069#ifdef __x86_64__
14070#error 64-bit
14071#endif
ea2e69a4 14072
7731bf71 14073_ACEOF
3ae9cf6a 14074if ac_fn_c_try_compile "$LINENO"; then :
91d733e1 14075 GOARCH=386
7731bf71 14076else
0caa25c9 14077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14078/* end confdefs.h. */
14079
14080#ifdef __ILP32__
14081#error x32
14082#endif
ea2e69a4 14083
0caa25c9 14084_ACEOF
14085if ac_fn_c_try_compile "$LINENO"; then :
91d733e1 14086 GOARCH=amd64
0caa25c9 14087else
14088 GOARCH=amd64p32
14089fi
14090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7731bf71 14091fi
3ae9cf6a 14092rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e440a328 14093 ;;
4d29d40e 14094 ia64-*-*)
4d29d40e 14095 GOARCH=ia64
14096 ;;
8fb241fa 14097 m68k*-*-*)
8fb241fa 14098 GOARCH=m68k
14099 ;;
14100 mips*-*-*)
14101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14102/* end confdefs.h. */
14103
fa5e552e 14104#if _MIPS_SIM != _ABIO32
14105#error not o32
14106#endif
ea2e69a4 14107
fa5e552e 14108_ACEOF
14109if ac_fn_c_try_compile "$LINENO"; then :
14110 mips_abi="o32"
14111else
14112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14113/* end confdefs.h. */
14114
14115#if _MIPS_SIM != _ABIN32
14116#error not n32
8fb241fa 14117#endif
ea2e69a4 14118
8fb241fa 14119_ACEOF
3ae9cf6a 14120if ac_fn_c_try_compile "$LINENO"; then :
fa5e552e 14121 mips_abi="n32"
8fb241fa 14122else
fa5e552e 14123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14124/* end confdefs.h. */
14125
14126#if _MIPS_SIM != _ABI64
14127#error not n64
14128#endif
ea2e69a4 14129
fa5e552e 14130_ACEOF
14131if ac_fn_c_try_compile "$LINENO"; then :
14132 mips_abi="n64"
fa5e552e 14133else
ea2e69a4 14134 as_fn_error $? "unknown MIPS ABI" "$LINENO" 5
fa5e552e 14135mips_abi="n32"
8fb241fa 14136fi
3ae9cf6a 14137rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fa5e552e 14138fi
14139rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14140fi
fa5e552e 14141rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14142 case "$mips_abi" in
074bbd7b 14143 "o32") GOARCH=mips ;;
14144 "n32") GOARCH=mips64p32 ;;
14145 "n64") GOARCH=mips64 ;;
fa5e552e 14146 esac
91d733e1 14147 case "${host}" in
074bbd7b 14148 mips*el-*-*)
f3fc9ea4 14149 GOARCH="${GOARCH}le"
91d733e1 14150 ;;
91d733e1 14151 esac
8fb241fa 14152 ;;
9eb30feb 14153 nios2-*-*)
14154 GOARCH=nios2
14155 ;;
8fb241fa 14156 rs6000*-*-* | powerpc*-*-*)
14157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14158/* end confdefs.h. */
14159
14160#ifdef _ARCH_PPC64
14161#error 64-bit
14162#endif
ea2e69a4 14163
8fb241fa 14164_ACEOF
3ae9cf6a 14165if ac_fn_c_try_compile "$LINENO"; then :
91d733e1 14166 GOARCH=ppc
59eb586e 14167else
91d733e1 14168
91d733e1 14169cat confdefs.h - <<_ACEOF >conftest.$ac_ext
59eb586e 14170/* end confdefs.h. */
14171
14172#if defined(_BIG_ENDIAN) || defined(__BIG_ENDIAN__)
14173#error 64be
14174#endif
ea2e69a4 14175
59eb586e 14176_ACEOF
14177if ac_fn_c_try_compile "$LINENO"; then :
91d733e1 14178 GOARCH=ppc64le
8fb241fa 14179else
91d733e1 14180 GOARCH=ppc64
8fb241fa 14181fi
59eb586e 14182rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14183fi
3ae9cf6a 14184rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e440a328 14185 ;;
364c6e61 14186 riscv64-*-*)
14187 GOARCH=riscv64
14188 ;;
141eb62b 14189 s390*-*-*)
14190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14191/* end confdefs.h. */
14192
14193#if defined(__s390x__)
14194#error 64-bit
14195#endif
ea2e69a4 14196
141eb62b 14197_ACEOF
14198if ac_fn_c_try_compile "$LINENO"; then :
91d733e1 14199 GOARCH=s390
141eb62b 14200else
91d733e1 14201 GOARCH=s390x
141eb62b 14202fi
14203rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
141eb62b 14204 ;;
a3cba53d 14205 sh3eb*-*-* | sh4eb*-*-*)
3a4ffbd2 14206 GOARCH=shbe
3a4ffbd2 14207 ;;
a3cba53d 14208 sh3*-*-* | sh4*-*-*)
3a4ffbd2 14209 GOARCH=sh
3a4ffbd2 14210 ;;
cea7ac49 14211 sparc*-*-*)
14212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14213/* end confdefs.h. */
14214
14215#if defined(__sparcv9) || defined(__arch64__)
14216#error 64-bit
14217#endif
ea2e69a4 14218
cea7ac49 14219_ACEOF
3ae9cf6a 14220if ac_fn_c_try_compile "$LINENO"; then :
91d733e1 14221 GOARCH=sparc
cea7ac49 14222else
91d733e1 14223 GOARCH=sparc64
cea7ac49 14224fi
3ae9cf6a 14225rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cea7ac49 14226 ;;
e440a328 14227esac
fa5e552e 14228
8fb241fa 14229
0694cef2 14230
8fb241fa 14231
72301c00 14232FUNCTION_DESCRIPTORS=false
14233case ${host} in
14234 rs6000*-*-* | powerpc*-*-*)
14235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14236/* end confdefs.h. */
14237
14238#if _CALL_ELF == 1
14239#error descriptors
14240#endif
14241
14242_ACEOF
14243if ac_fn_c_try_compile "$LINENO"; then :
14244 FUNCTION_DESCRIPTORS=false
14245else
14246 FUNCTION_DESCRIPTORS=true
14247fi
14248rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14249 ;;
14250esac
14251
14252
d477de41 14253GO_LIBCALL_OS_FILE=
14254GO_LIBCALL_OS_ARCH_FILE=
14255GO_SYSCALL_OS_FILE=
14256GO_SYSCALL_OS_ARCH_FILE=
4a7cfa71 14257if test -f "${srcdir}/go/syscall/libcall_${GOOS}.go"; then
14258 GO_LIBCALL_OS_FILE="go/syscall/libcall_${GOOS}.go"
8fb241fa 14259fi
4a7cfa71 14260if test -f "${srcdir}/go/syscall/libcall_${GOOS}_${GOARCH}.go"; then
14261 GO_LIBCALL_OS_ARCH_FILE="go/syscall/libcall_${GOOS}_${GOARCH}.go"
d477de41 14262fi
4a7cfa71 14263if test -f "${srcdir}/go/syscall/syscall_${GOOS}.go"; then
14264 GO_SYSCALL_OS_FILE="go/syscall/syscall_${GOOS}.go"
d477de41 14265fi
4a7cfa71 14266if test -f "${srcdir}/go/syscall/syscall_${GOOS}_${GOARCH}.go"; then
14267 GO_SYSCALL_OS_ARCH_FILE="go/syscall/syscall_${GOOS}_${GOARCH}.go"
d477de41 14268fi
14269
14270
14271
8fb241fa 14272
14273
6785caa3 14274OSCFLAGS="-D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
69db433d 14275case "$target" in
e0519e05 14276 mips-sgi-irix6.5*)
14277 # IRIX 6 needs _XOPEN_SOURCE=500 for the XPG5 version of struct
14278 # msghdr in <sys/socket.h>.
6785caa3 14279 OSCFLAGS="$OSCFLAGS -D_XOPEN_SOURCE=500"
e0519e05 14280 ;;
c76a9a6f 14281 *-*-solaris2.*)
69db433d 14282 # Solaris 10+ needs this so struct msghdr gets the msg_control
ed845d9d 14283 # etc. fields in <sys/socket.h> (_XPG4_2). _XOPEN_SOURCE=600 as
69db433d 14284 # above doesn't work with C99.
ed845d9d 14285 OSCFLAGS="$OSCFLAGS -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__"
69db433d 14286 ;;
14287esac
14288
14289
91eedfd7 14290
f7b28005 14291 test -z "$HWCAP_CFLAGS" && HWCAP_CFLAGS=''
91eedfd7 14292
f7b28005 14293 # Restrict the test to Solaris, other assemblers (e.g. AIX as) have -nH
14294 # with a different meaning.
14295 case ${target_os} in
14296 solaris2*)
14297 ac_save_CFLAGS="$CFLAGS"
14298 CFLAGS="$CFLAGS -Wa,-nH"
91eedfd7 14299
f7b28005 14300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for as that supports -Wa,-nH" >&5
14301$as_echo_n "checking for as that supports -Wa,-nH... " >&6; }
14302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
91eedfd7 14303/* end confdefs.h. */
14304
14305int
14306main ()
14307{
14308return 0;
14309 ;
14310 return 0;
14311}
14312_ACEOF
f7b28005 14313if ac_fn_c_try_compile "$LINENO"; then :
14314 ac_hwcap_flags=yes
91eedfd7 14315else
f7b28005 14316 ac_hwcap_flags=no
91eedfd7 14317fi
f7b28005 14318rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14319 if test "$ac_hwcap_flags" = "yes"; then
14320 HWCAP_CFLAGS="-Wa,-nH $HWCAP_CFLAGS"
14321 fi
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_hwcap_flags" >&5
14323$as_echo "$ac_hwcap_flags" >&6; }
91eedfd7 14324
f7b28005 14325 CFLAGS="$ac_save_CFLAGS"
14326 ;;
14327 esac
91eedfd7 14328
14329
91eedfd7 14330
14331
e440a328 14332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -fsplit-stack is supported" >&5
14333$as_echo_n "checking whether -fsplit-stack is supported... " >&6; }
ea2e69a4 14334if ${libgo_cv_c_split_stack_supported+:} false; then :
e440a328 14335 $as_echo_n "(cached) " >&6
14336else
14337 CFLAGS_hold=$CFLAGS
14338CFLAGS="$CFLAGS -fsplit-stack"
14339cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14340/* end confdefs.h. */
14341int i;
14342_ACEOF
14343if ac_fn_c_try_compile "$LINENO"; then :
cea7ac49 14344 libgo_cv_c_split_stack_supported=yes
e440a328 14345else
cea7ac49 14346 libgo_cv_c_split_stack_supported=no
e440a328 14347fi
14348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14349CFLAGS=$CFLAGS_hold
14350fi
cea7ac49 14351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_split_stack_supported" >&5
14352$as_echo "$libgo_cv_c_split_stack_supported" >&6; }
f137de11 14353
14354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linker supports split/non-split linked together" >&5
14355$as_echo_n "checking whether linker supports split/non-split linked together... " >&6; }
ea2e69a4 14356if ${libgo_cv_c_linker_split_non_split+:} false; then :
f137de11 14357 $as_echo_n "(cached) " >&6
14358else
14359 cat > conftest1.c << EOF
14360extern void f();
14361int main() { f(); return 0; }
14362EOF
14363cat > conftest2.c << EOF
14364void f() {}
14365EOF
bea517c4 14366$CC -c -fsplit-stack $CFLAGS $CPPFLAGS conftest1.c >/dev/null 2>&1
14367$CC -c $CFLAGS $CPPFLAGS conftest2.c > /dev/null 2>&1
14368if $CC -o conftest conftest1.$ac_objext conftest2.$ac_objext > /dev/null 2>&1; then
f137de11 14369 libgo_cv_c_linker_split_non_split=yes
14370else
14371 libgo_cv_c_linker_split_non_split=no
14372fi
14373rm -f conftest1.* conftest2.* conftest
14374fi
14375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_linker_split_non_split" >&5
14376$as_echo "$libgo_cv_c_linker_split_non_split" >&6; }
14377
14378if test "$libgo_cv_c_split_stack_supported" = yes -a "$libgo_cv_c_linker_split_non_split" = yes; then
e440a328 14379 SPLIT_STACK=-fsplit-stack
14380
14381$as_echo "#define USING_SPLIT_STACK 1" >>confdefs.h
14382
14383else
14384 SPLIT_STACK=
14385fi
14386
f137de11 14387 if test "$libgo_cv_c_split_stack_supported" = yes -a "$libgo_cv_c_linker_split_non_split" = yes; then
e440a328 14388 USING_SPLIT_STACK_TRUE=
14389 USING_SPLIT_STACK_FALSE='#'
14390else
14391 USING_SPLIT_STACK_TRUE='#'
14392 USING_SPLIT_STACK_FALSE=
14393fi
14394
14395
242418a3 14396if test "$libgo_cv_c_split_stack_supported" = yes -a "$libgo_cv_c_linker_split_non_split" = no; then
14397 GO_SPLIT_STACK=-fno-split-stack
14398else
14399 GO_SPLIT_STACK=
14400fi
14401
14402
e440a328 14403{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linker supports split stack" >&5
14404$as_echo_n "checking whether linker supports split stack... " >&6; }
ea2e69a4 14405if ${libgo_cv_c_linker_supports_split_stack+:} false; then :
e440a328 14406 $as_echo_n "(cached) " >&6
14407else
cea7ac49 14408 libgo_cv_c_linker_supports_split_stack=no
7dc947bd 14409if $GOC -Wl,--help 2>/dev/null | grep split-stack-adjust-size >/dev/null 2>&1; then
cea7ac49 14410 libgo_cv_c_linker_supports_split_stack=yes
e440a328 14411fi
14412fi
cea7ac49 14413{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_linker_supports_split_stack" >&5
14414$as_echo "$libgo_cv_c_linker_supports_split_stack" >&6; }
14415if test "$libgo_cv_c_linker_supports_split_stack" = yes; then
e440a328 14416
14417$as_echo "#define LINKER_SUPPORTS_SPLIT_STACK 1" >>confdefs.h
14418
14419fi
14420
b5f8bff0 14421{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler is llgo" >&5
14422$as_echo_n "checking whether compiler is llgo... " >&6; }
ea2e69a4 14423if ${libgo_cv_c_goc_is_llgo+:} false; then :
b5f8bff0 14424 $as_echo_n "(cached) " >&6
14425else
14426 libgo_cv_c_goc_is_llgo=no
14427if $GOC -dumpversion 2>/dev/null | grep llgo >/dev/null 2>&1; then
14428 libgo_cv_c_goc_is_llgo=yes
14429fi
14430fi
14431{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_goc_is_llgo" >&5
14432$as_echo "$libgo_cv_c_goc_is_llgo" >&6; }
14433 if test "$libgo_cv_c_goc_is_llgo" = yes; then
14434 GOC_IS_LLGO_TRUE=
14435 GOC_IS_LLGO_FALSE='#'
14436else
14437 GOC_IS_LLGO_TRUE='#'
14438 GOC_IS_LLGO_FALSE=
14439fi
14440
14441
7d17fab3 14442MATH_LIBS=
14443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
14444$as_echo_n "checking for sqrt in -lm... " >&6; }
ea2e69a4 14445if ${ac_cv_lib_m_sqrt+:} false; then :
7d17fab3 14446 $as_echo_n "(cached) " >&6
14447else
14448 ac_check_lib_save_LIBS=$LIBS
14449LIBS="-lm $LIBS"
14450cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14451/* end confdefs.h. */
14452
14453/* Override any GCC internal prototype to avoid an error.
14454 Use char because int might match the return type of a GCC
14455 builtin and then its argument prototype would still apply. */
14456#ifdef __cplusplus
14457extern "C"
14458#endif
14459char sqrt ();
14460int
14461main ()
14462{
14463return sqrt ();
14464 ;
14465 return 0;
14466}
14467_ACEOF
14468if ac_fn_c_try_link "$LINENO"; then :
14469 ac_cv_lib_m_sqrt=yes
14470else
14471 ac_cv_lib_m_sqrt=no
14472fi
14473rm -f core conftest.err conftest.$ac_objext \
14474 conftest$ac_exeext conftest.$ac_ext
14475LIBS=$ac_check_lib_save_LIBS
14476fi
14477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
14478$as_echo "$ac_cv_lib_m_sqrt" >&6; }
ea2e69a4 14479if test "x$ac_cv_lib_m_sqrt" = xyes; then :
7d17fab3 14480 MATH_LIBS=-lm
14481fi
14482
14483
14484
cea7ac49 14485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket libraries" >&5
14486$as_echo_n "checking for socket libraries... " >&6; }
ea2e69a4 14487if ${libgo_cv_lib_sockets+:} false; then :
cea7ac49 14488 $as_echo_n "(cached) " >&6
14489else
14490 libgo_cv_lib_sockets=
14491 libgo_check_both=no
14492 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
ea2e69a4 14493if test "x$ac_cv_func_connect" = xyes; then :
cea7ac49 14494 libgo_check_socket=no
14495else
14496 libgo_check_socket=yes
14497fi
14498
14499 if test "$libgo_check_socket" = "yes"; then
14500 unset ac_cv_func_connect
14501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsocket" >&5
14502$as_echo_n "checking for main in -lsocket... " >&6; }
ea2e69a4 14503if ${ac_cv_lib_socket_main+:} false; then :
cea7ac49 14504 $as_echo_n "(cached) " >&6
14505else
14506 ac_check_lib_save_LIBS=$LIBS
14507LIBS="-lsocket $LIBS"
14508cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14509/* end confdefs.h. */
14510
14511
14512int
14513main ()
14514{
14515return main ();
14516 ;
14517 return 0;
14518}
14519_ACEOF
14520if ac_fn_c_try_link "$LINENO"; then :
14521 ac_cv_lib_socket_main=yes
14522else
14523 ac_cv_lib_socket_main=no
14524fi
14525rm -f core conftest.err conftest.$ac_objext \
14526 conftest$ac_exeext conftest.$ac_ext
14527LIBS=$ac_check_lib_save_LIBS
14528fi
14529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_main" >&5
14530$as_echo "$ac_cv_lib_socket_main" >&6; }
ea2e69a4 14531if test "x$ac_cv_lib_socket_main" = xyes; then :
cea7ac49 14532 libgo_cv_lib_sockets="-lsocket"
14533else
14534 libgo_check_both=yes
14535fi
14536
14537 fi
14538 if test "$libgo_check_both" = "yes"; then
14539 libgo_old_libs=$LIBS
14540 LIBS="$LIBS -lsocket -lnsl"
14541 unset ac_cv_func_accept
14542 ac_fn_c_check_func "$LINENO" "accept" "ac_cv_func_accept"
ea2e69a4 14543if test "x$ac_cv_func_accept" = xyes; then :
cea7ac49 14544 libgo_check_nsl=no
14545 libgo_cv_lib_sockets="-lsocket -lnsl"
14546fi
14547
14548 unset ac_cv_func_accept
14549 LIBS=$libgo_old_libs
14550 fi
14551 unset ac_cv_func_gethostbyname
14552 libgo_old_libs="$LIBS"
14553 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
ea2e69a4 14554if test "x$ac_cv_func_gethostbyname" = xyes; then :
cea7ac49 14555
14556else
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lnsl" >&5
14558$as_echo_n "checking for main in -lnsl... " >&6; }
ea2e69a4 14559if ${ac_cv_lib_nsl_main+:} false; then :
cea7ac49 14560 $as_echo_n "(cached) " >&6
14561else
14562 ac_check_lib_save_LIBS=$LIBS
14563LIBS="-lnsl $LIBS"
14564cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14565/* end confdefs.h. */
14566
14567
14568int
14569main ()
14570{
14571return main ();
14572 ;
14573 return 0;
14574}
14575_ACEOF
14576if ac_fn_c_try_link "$LINENO"; then :
14577 ac_cv_lib_nsl_main=yes
14578else
14579 ac_cv_lib_nsl_main=no
14580fi
14581rm -f core conftest.err conftest.$ac_objext \
14582 conftest$ac_exeext conftest.$ac_ext
14583LIBS=$ac_check_lib_save_LIBS
14584fi
14585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_main" >&5
14586$as_echo "$ac_cv_lib_nsl_main" >&6; }
ea2e69a4 14587if test "x$ac_cv_lib_nsl_main" = xyes; then :
cea7ac49 14588 libgo_cv_lib_sockets="$libgo_cv_lib_sockets -lnsl"
14589fi
14590
14591fi
14592
14593 unset ac_cv_func_gethostbyname
5c55b1cf 14594 ac_fn_c_check_func "$LINENO" "sendfile" "ac_cv_func_sendfile"
ea2e69a4 14595if test "x$ac_cv_func_sendfile" = xyes; then :
5c55b1cf 14596
14597else
14598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsendfile" >&5
14599$as_echo_n "checking for main in -lsendfile... " >&6; }
ea2e69a4 14600if ${ac_cv_lib_sendfile_main+:} false; then :
5c55b1cf 14601 $as_echo_n "(cached) " >&6
14602else
14603 ac_check_lib_save_LIBS=$LIBS
14604LIBS="-lsendfile $LIBS"
14605cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14606/* end confdefs.h. */
14607
14608
14609int
14610main ()
14611{
14612return main ();
14613 ;
14614 return 0;
14615}
14616_ACEOF
14617if ac_fn_c_try_link "$LINENO"; then :
14618 ac_cv_lib_sendfile_main=yes
14619else
14620 ac_cv_lib_sendfile_main=no
14621fi
14622rm -f core conftest.err conftest.$ac_objext \
14623 conftest$ac_exeext conftest.$ac_ext
14624LIBS=$ac_check_lib_save_LIBS
14625fi
14626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sendfile_main" >&5
14627$as_echo "$ac_cv_lib_sendfile_main" >&6; }
ea2e69a4 14628if test "x$ac_cv_lib_sendfile_main" = xyes; then :
5c55b1cf 14629 libgo_cv_lib_sockets="$libgo_cv_lib_sockets -lsendfile"
14630fi
14631
14632fi
14633
cea7ac49 14634 LIBS=$libgo_old_libs
14635
14636fi
14637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_lib_sockets" >&5
14638$as_echo "$libgo_cv_lib_sockets" >&6; }
14639NET_LIBS="$libgo_cv_lib_sockets"
14640
14641
f555a9df 14642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -pthread is supported" >&5
14643$as_echo_n "checking whether -pthread is supported... " >&6; }
ea2e69a4 14644if ${libgo_cv_lib_pthread+:} false; then :
f555a9df 14645 $as_echo_n "(cached) " >&6
14646else
14647 CFLAGS_hold=$CFLAGS
ac58a228 14648CFLAGS="$CFLAGS -pthread -L../libatomic/.libs"
f555a9df 14649cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14650/* end confdefs.h. */
14651int i;
14652_ACEOF
14653if ac_fn_c_try_compile "$LINENO"; then :
cea7ac49 14654 libgo_cv_lib_pthread=yes
f555a9df 14655else
cea7ac49 14656 libgo_cv_lib_pthread=no
f555a9df 14657fi
14658rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14659CFLAGS=$CFLAGS_hold
14660fi
cea7ac49 14661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_lib_pthread" >&5
14662$as_echo "$libgo_cv_lib_pthread" >&6; }
f555a9df 14663PTHREAD_CFLAGS=
cea7ac49 14664if test "$libgo_cv_lib_pthread" = yes; then
ac58a228 14665 # RISC-V apparently adds -latomic when using -pthread.
14666 PTHREAD_CFLAGS="-pthread -L../libatomic/.libs"
f555a9df 14667fi
14668
14669
14670PTHREAD_LIBS=
14671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
14672$as_echo_n "checking for pthread_create in -lpthread... " >&6; }
ea2e69a4 14673if ${ac_cv_lib_pthread_pthread_create+:} false; then :
f555a9df 14674 $as_echo_n "(cached) " >&6
14675else
14676 ac_check_lib_save_LIBS=$LIBS
14677LIBS="-lpthread $LIBS"
14678cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14679/* end confdefs.h. */
14680
14681/* Override any GCC internal prototype to avoid an error.
14682 Use char because int might match the return type of a GCC
14683 builtin and then its argument prototype would still apply. */
14684#ifdef __cplusplus
14685extern "C"
14686#endif
14687char pthread_create ();
14688int
14689main ()
14690{
14691return pthread_create ();
14692 ;
14693 return 0;
14694}
14695_ACEOF
14696if ac_fn_c_try_link "$LINENO"; then :
14697 ac_cv_lib_pthread_pthread_create=yes
14698else
14699 ac_cv_lib_pthread_pthread_create=no
14700fi
14701rm -f core conftest.err conftest.$ac_objext \
14702 conftest$ac_exeext conftest.$ac_ext
14703LIBS=$ac_check_lib_save_LIBS
14704fi
14705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
14706$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
ea2e69a4 14707if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
f555a9df 14708 PTHREAD_LIBS=-lpthread
14709fi
14710
14711
14712
554126c9 14713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sched_yield" >&5
14714$as_echo_n "checking for library containing sched_yield... " >&6; }
ea2e69a4 14715if ${ac_cv_search_sched_yield+:} false; then :
554126c9 14716 $as_echo_n "(cached) " >&6
14717else
14718 ac_func_search_save_LIBS=$LIBS
14719cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14720/* end confdefs.h. */
14721
14722/* Override any GCC internal prototype to avoid an error.
14723 Use char because int might match the return type of a GCC
14724 builtin and then its argument prototype would still apply. */
14725#ifdef __cplusplus
14726extern "C"
14727#endif
14728char sched_yield ();
14729int
14730main ()
14731{
14732return sched_yield ();
14733 ;
14734 return 0;
14735}
14736_ACEOF
14737for ac_lib in '' rt; do
14738 if test -z "$ac_lib"; then
14739 ac_res="none required"
14740 else
14741 ac_res=-l$ac_lib
14742 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14743 fi
14744 if ac_fn_c_try_link "$LINENO"; then :
14745 ac_cv_search_sched_yield=$ac_res
14746fi
14747rm -f core conftest.err conftest.$ac_objext \
14748 conftest$ac_exeext
ea2e69a4 14749 if ${ac_cv_search_sched_yield+:} false; then :
554126c9 14750 break
14751fi
14752done
ea2e69a4 14753if ${ac_cv_search_sched_yield+:} false; then :
554126c9 14754
14755else
14756 ac_cv_search_sched_yield=no
14757fi
14758rm conftest.$ac_ext
14759LIBS=$ac_func_search_save_LIBS
14760fi
14761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_sched_yield" >&5
14762$as_echo "$ac_cv_search_sched_yield" >&6; }
14763ac_res=$ac_cv_search_sched_yield
14764if test "$ac_res" != no; then :
14765 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14766
697aef8c 14767fi
14768
14769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing nanosleep" >&5
14770$as_echo_n "checking for library containing nanosleep... " >&6; }
ea2e69a4 14771if ${ac_cv_search_nanosleep+:} false; then :
697aef8c 14772 $as_echo_n "(cached) " >&6
14773else
14774 ac_func_search_save_LIBS=$LIBS
14775cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14776/* end confdefs.h. */
14777
14778/* Override any GCC internal prototype to avoid an error.
14779 Use char because int might match the return type of a GCC
14780 builtin and then its argument prototype would still apply. */
14781#ifdef __cplusplus
14782extern "C"
14783#endif
14784char nanosleep ();
14785int
14786main ()
14787{
14788return nanosleep ();
14789 ;
14790 return 0;
14791}
14792_ACEOF
14793for ac_lib in '' rt; do
14794 if test -z "$ac_lib"; then
14795 ac_res="none required"
14796 else
14797 ac_res=-l$ac_lib
14798 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14799 fi
14800 if ac_fn_c_try_link "$LINENO"; then :
14801 ac_cv_search_nanosleep=$ac_res
14802fi
14803rm -f core conftest.err conftest.$ac_objext \
14804 conftest$ac_exeext
ea2e69a4 14805 if ${ac_cv_search_nanosleep+:} false; then :
697aef8c 14806 break
14807fi
14808done
ea2e69a4 14809if ${ac_cv_search_nanosleep+:} false; then :
697aef8c 14810
14811else
14812 ac_cv_search_nanosleep=no
14813fi
14814rm conftest.$ac_ext
14815LIBS=$ac_func_search_save_LIBS
14816fi
14817{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_nanosleep" >&5
14818$as_echo "$ac_cv_search_nanosleep" >&6; }
14819ac_res=$ac_cv_search_nanosleep
14820if test "$ac_res" != no; then :
14821 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14822
2b19d687 14823fi
14824
14825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
14826$as_echo_n "checking for library containing clock_gettime... " >&6; }
ea2e69a4 14827if ${ac_cv_search_clock_gettime+:} false; then :
2b19d687 14828 $as_echo_n "(cached) " >&6
14829else
14830 ac_func_search_save_LIBS=$LIBS
14831cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14832/* end confdefs.h. */
14833
14834/* Override any GCC internal prototype to avoid an error.
14835 Use char because int might match the return type of a GCC
14836 builtin and then its argument prototype would still apply. */
14837#ifdef __cplusplus
14838extern "C"
14839#endif
14840char clock_gettime ();
14841int
14842main ()
14843{
14844return clock_gettime ();
14845 ;
14846 return 0;
14847}
14848_ACEOF
14849for ac_lib in '' rt; do
14850 if test -z "$ac_lib"; then
14851 ac_res="none required"
14852 else
14853 ac_res=-l$ac_lib
14854 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14855 fi
14856 if ac_fn_c_try_link "$LINENO"; then :
14857 ac_cv_search_clock_gettime=$ac_res
14858fi
14859rm -f core conftest.err conftest.$ac_objext \
14860 conftest$ac_exeext
ea2e69a4 14861 if ${ac_cv_search_clock_gettime+:} false; then :
2b19d687 14862 break
14863fi
14864done
ea2e69a4 14865if ${ac_cv_search_clock_gettime+:} false; then :
2b19d687 14866
14867else
14868 ac_cv_search_clock_gettime=no
14869fi
14870rm conftest.$ac_ext
14871LIBS=$ac_func_search_save_LIBS
14872fi
14873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
14874$as_echo "$ac_cv_search_clock_gettime" >&6; }
14875ac_res=$ac_cv_search_clock_gettime
14876if test "$ac_res" != no; then :
14877 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14878
554126c9 14879fi
14880
14881
e440a328 14882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14883$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
ea2e69a4 14884if ${ac_cv_c_bigendian+:} false; then :
e440a328 14885 $as_echo_n "(cached) " >&6
14886else
14887 ac_cv_c_bigendian=unknown
14888 # See if we're dealing with a universal compiler.
14889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14890/* end confdefs.h. */
14891#ifndef __APPLE_CC__
14892 not a universal capable compiler
14893 #endif
14894 typedef int dummy;
14895
14896_ACEOF
14897if ac_fn_c_try_compile "$LINENO"; then :
14898
14899 # Check for potential -arch flags. It is not universal unless
14900 # there are at least two -arch flags with different values.
14901 ac_arch=
14902 ac_prev=
14903 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
14904 if test -n "$ac_prev"; then
14905 case $ac_word in
14906 i?86 | x86_64 | ppc | ppc64)
14907 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
14908 ac_arch=$ac_word
14909 else
14910 ac_cv_c_bigendian=universal
14911 break
14912 fi
14913 ;;
14914 esac
14915 ac_prev=
14916 elif test "x$ac_word" = "x-arch"; then
14917 ac_prev=arch
14918 fi
14919 done
14920fi
14921rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14922 if test $ac_cv_c_bigendian = unknown; then
14923 # See if sys/param.h defines the BYTE_ORDER macro.
14924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14925/* end confdefs.h. */
14926#include <sys/types.h>
14927 #include <sys/param.h>
14928
14929int
14930main ()
14931{
14932#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
14933 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
14934 && LITTLE_ENDIAN)
14935 bogus endian macros
14936 #endif
14937
14938 ;
14939 return 0;
14940}
14941_ACEOF
14942if ac_fn_c_try_compile "$LINENO"; then :
14943 # It does; now see whether it defined to BIG_ENDIAN or not.
14944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14945/* end confdefs.h. */
14946#include <sys/types.h>
14947 #include <sys/param.h>
14948
14949int
14950main ()
14951{
14952#if BYTE_ORDER != BIG_ENDIAN
14953 not big endian
14954 #endif
14955
14956 ;
14957 return 0;
14958}
14959_ACEOF
14960if ac_fn_c_try_compile "$LINENO"; then :
14961 ac_cv_c_bigendian=yes
14962else
14963 ac_cv_c_bigendian=no
14964fi
14965rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14966fi
14967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14968 fi
14969 if test $ac_cv_c_bigendian = unknown; then
14970 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
14971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14972/* end confdefs.h. */
14973#include <limits.h>
14974
14975int
14976main ()
14977{
14978#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
14979 bogus endian macros
14980 #endif
14981
14982 ;
14983 return 0;
14984}
14985_ACEOF
14986if ac_fn_c_try_compile "$LINENO"; then :
14987 # It does; now see whether it defined to _BIG_ENDIAN or not.
14988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14989/* end confdefs.h. */
14990#include <limits.h>
14991
14992int
14993main ()
14994{
14995#ifndef _BIG_ENDIAN
14996 not big endian
14997 #endif
14998
14999 ;
15000 return 0;
15001}
15002_ACEOF
15003if ac_fn_c_try_compile "$LINENO"; then :
15004 ac_cv_c_bigendian=yes
15005else
15006 ac_cv_c_bigendian=no
15007fi
15008rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15009fi
15010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15011 fi
15012 if test $ac_cv_c_bigendian = unknown; then
15013 # Compile a test program.
15014 if test "$cross_compiling" = yes; then :
15015 # Try to guess by grepping values from an object file.
15016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15017/* end confdefs.h. */
15018short int ascii_mm[] =
15019 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
15020 short int ascii_ii[] =
15021 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
15022 int use_ascii (int i) {
15023 return ascii_mm[i] + ascii_ii[i];
15024 }
15025 short int ebcdic_ii[] =
15026 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
15027 short int ebcdic_mm[] =
15028 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
15029 int use_ebcdic (int i) {
15030 return ebcdic_mm[i] + ebcdic_ii[i];
15031 }
15032 extern int foo;
15033
15034int
15035main ()
15036{
15037return use_ascii (foo) == use_ebcdic (foo);
15038 ;
15039 return 0;
15040}
15041_ACEOF
15042if ac_fn_c_try_compile "$LINENO"; then :
15043 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
15044 ac_cv_c_bigendian=yes
15045 fi
15046 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
15047 if test "$ac_cv_c_bigendian" = unknown; then
15048 ac_cv_c_bigendian=no
15049 else
15050 # finding both strings is unlikely to happen, but who knows?
15051 ac_cv_c_bigendian=unknown
15052 fi
15053 fi
15054fi
15055rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15056else
15057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15058/* end confdefs.h. */
15059$ac_includes_default
15060int
15061main ()
15062{
15063
15064 /* Are we little or big endian? From Harbison&Steele. */
15065 union
15066 {
15067 long int l;
15068 char c[sizeof (long int)];
15069 } u;
15070 u.l = 1;
15071 return u.c[sizeof (long int) - 1] == 1;
15072
15073 ;
15074 return 0;
15075}
15076_ACEOF
15077if ac_fn_c_try_run "$LINENO"; then :
15078 ac_cv_c_bigendian=no
15079else
15080 ac_cv_c_bigendian=yes
15081fi
15082rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15083 conftest.$ac_objext conftest.beam conftest.$ac_ext
15084fi
15085
15086 fi
15087fi
15088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
15089$as_echo "$ac_cv_c_bigendian" >&6; }
15090 case $ac_cv_c_bigendian in #(
15091 yes)
15092 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
15093;; #(
15094 no)
15095 ;; #(
15096 universal)
15097
15098$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
15099
15100 ;; #(
15101 *)
ea2e69a4 15102 as_fn_error $? "unknown endianness
e440a328 15103 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
15104 esac
15105
15106
4a273582 15107
15108
15109# Check whether --with-system-libunwind was given.
15110if test "${with_system_libunwind+set}" = set; then :
15111 withval=$with_system_libunwind;
15112fi
15113
15114 # If system-libunwind was not specifically set, pick a default setting.
15115 if test x$with_system_libunwind = x; then
15116 case ${target} in
15117 ia64-*-hpux*) with_system_libunwind=yes ;;
15118 *) with_system_libunwind=no ;;
15119 esac
15120 fi
15121 # Based on system-libunwind and target, do we have ipinfo?
15122 if test x$with_system_libunwind = xyes; then
15123 case ${target} in
15124 ia64-*-*) have_unwind_getipinfo=no ;;
15125 *) have_unwind_getipinfo=yes ;;
15126 esac
15127 else
15128 # Darwin before version 9 does not have _Unwind_GetIPInfo.
15129
15130 case ${target} in
15131 *-*-darwin[3-8]|*-*-darwin[3-8].*) have_unwind_getipinfo=no ;;
15132 *) have_unwind_getipinfo=yes ;;
15133 esac
15134
15135 fi
15136
15137 if test x$have_unwind_getipinfo = xyes; then
15138
15139$as_echo "#define HAVE_GETIPINFO 1" >>confdefs.h
15140
15141 fi
15142
e440a328 15143
04206864 15144for ac_header in port.h sched.h semaphore.h sys/file.h sys/mman.h syscall.h sys/epoll.h sys/event.h sys/inotify.h sys/ptrace.h sys/syscall.h sys/user.h sys/utsname.h sys/select.h sys/socket.h net/if.h net/if_arp.h net/route.h netpacket/packet.h sys/prctl.h sys/mount.h sys/vfs.h sys/statfs.h sys/timex.h sys/sysinfo.h utime.h linux/ether.h linux/fs.h linux/ptrace.h linux/reboot.h netinet/in_syst.h netinet/ip.h netinet/ip_mroute.h netinet/if_ether.h
e440a328 15145do :
15146 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15147ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
ea2e69a4 15148if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
e440a328 15149 cat >>confdefs.h <<_ACEOF
15150#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15151_ACEOF
15152
15153fi
15154
15155done
15156
49b4e44b 15157
04206864 15158for ac_header in netinet/icmp6.h
15159do :
15160 ac_fn_c_check_header_compile "$LINENO" "netinet/icmp6.h" "ac_cv_header_netinet_icmp6_h" "#include <netinet/in.h>
15161
15162"
ea2e69a4 15163if test "x$ac_cv_header_netinet_icmp6_h" = xyes; then :
04206864 15164 cat >>confdefs.h <<_ACEOF
15165#define HAVE_NETINET_ICMP6_H 1
15166_ACEOF
15167
15168fi
15169
15170done
15171
15172
87e44028 15173for ac_header in linux/filter.h linux/if_addr.h linux/if_ether.h linux/if_tun.h linux/netlink.h linux/rtnetlink.h
49b4e44b 15174do :
15175 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15176ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_SOCKET_H
15177#include <sys/socket.h>
15178#endif
15179
15180"
ea2e69a4 15181if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
49b4e44b 15182 cat >>confdefs.h <<_ACEOF
15183#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15184_ACEOF
15185
15186fi
15187
15188done
15189
15190
e440a328 15191 if test "$ac_cv_header_sys_mman_h" = yes; then
15192 HAVE_SYS_MMAN_H_TRUE=
15193 HAVE_SYS_MMAN_H_FALSE='#'
15194else
15195 HAVE_SYS_MMAN_H_TRUE='#'
15196 HAVE_SYS_MMAN_H_FALSE=
15197fi
15198
ccd3f476 15199
00554582 15200for ac_func in strerror_r strsignal wait4 mincore setenv unsetenv dl_iterate_phdr memmem
e440a328 15201do :
15202 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15203ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
ea2e69a4 15204if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
e440a328 15205 cat >>confdefs.h <<_ACEOF
15206#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15207_ACEOF
15208
15209fi
15210done
15211
ccd3f476 15212 if test "$ac_cv_func_strerror_r" = yes; then
15213 HAVE_STRERROR_R_TRUE=
15214 HAVE_STRERROR_R_FALSE='#'
15215else
15216 HAVE_STRERROR_R_TRUE='#'
15217 HAVE_STRERROR_R_FALSE=
15218fi
15219
37d6b690 15220 if test "$ac_cv_func_wait4" = yes; then
15221 HAVE_WAIT4_TRUE=
15222 HAVE_WAIT4_FALSE='#'
15223else
15224 HAVE_WAIT4_TRUE='#'
15225 HAVE_WAIT4_FALSE=
15226fi
15227
e440a328 15228
03118c21 15229for ac_func in accept4 dup3 epoll_create1 faccessat fallocate fchmodat fchownat futimesat getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch listxattr mkdirat mknodat open64 openat pipe2 removexattr renameat setxattr sync_file_range splice syscall tee unlinkat unshare utimensat
8202cb3c 15230do :
15231 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15232ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
ea2e69a4 15233if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8202cb3c 15234 cat >>confdefs.h <<_ACEOF
15235#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15236_ACEOF
15237
15238fi
15239done
15240
0ec80c0c 15241ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
ea2e69a4 15242if test "x$ac_cv_type_off_t" = xyes; then :
0ec80c0c 15243
15244else
15245
15246cat >>confdefs.h <<_ACEOF
15247#define off_t long int
15248_ACEOF
15249
15250fi
15251
8202cb3c 15252ac_fn_c_check_type "$LINENO" "loff_t" "ac_cv_type_loff_t" "$ac_includes_default"
ea2e69a4 15253if test "x$ac_cv_type_loff_t" = xyes; then :
8202cb3c 15254
15255cat >>confdefs.h <<_ACEOF
15256#define HAVE_LOFF_T 1
15257_ACEOF
15258
15259
15260fi
15261
15262
6217b5f4 15263LIBS_hold="$LIBS"
15264LIBS="$LIBS -lm"
15265for ac_func in cosl expl logl sinl tanl acosl asinl atanl atan2l expm1l ldexpl log10l log1pl
15266do :
15267 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15268ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
ea2e69a4 15269if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6217b5f4 15270 cat >>confdefs.h <<_ACEOF
15271#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15272_ACEOF
15273
15274fi
15275done
15276
15277LIBS="$LIBS_hold"
15278
a101a385 15279CFLAGS_hold="$CFLAGS"
15280CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
15281LIBS_hold="$LIBS"
15282LIBS="$LIBS $PTHREAD_LIBS"
15283for ac_func in sem_timedwait
15284do :
15285 ac_fn_c_check_func "$LINENO" "sem_timedwait" "ac_cv_func_sem_timedwait"
ea2e69a4 15286if test "x$ac_cv_func_sem_timedwait" = xyes; then :
a101a385 15287 cat >>confdefs.h <<_ACEOF
15288#define HAVE_SEM_TIMEDWAIT 1
15289_ACEOF
15290
15291fi
15292done
15293
15294CFLAGS="$CFLAGS_hold"
15295LIBS="$LIBS_hold"
15296
5b49fca6 15297LIBS_hold="$LIBS"
15298LIBS="$LIBS $MATH_LIBS"
15299for ac_func in matherr
15300do :
15301 ac_fn_c_check_func "$LINENO" "matherr" "ac_cv_func_matherr"
ea2e69a4 15302if test "x$ac_cv_func_matherr" = xyes; then :
5b49fca6 15303 cat >>confdefs.h <<_ACEOF
15304#define HAVE_MATHERR 1
15305_ACEOF
15306
15307fi
15308done
15309
15310LIBS="$LIBS_hold"
15311
e440a328 15312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -minline-all-stringops" >&5
15313$as_echo_n "checking whether compiler supports -minline-all-stringops... " >&6; }
ea2e69a4 15314if ${libgo_cv_c_stringops+:} false; then :
e440a328 15315 $as_echo_n "(cached) " >&6
15316else
15317 CFLAGS_hold=$CFLAGS
15318CFLAGS="$CFLAGS -minline-all-stringops"
15319cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15320/* end confdefs.h. */
15321int i;
15322_ACEOF
15323if ac_fn_c_try_compile "$LINENO"; then :
cea7ac49 15324 libgo_cv_c_stringops=yes
e440a328 15325else
cea7ac49 15326 libgo_cv_c_stringops=no
e440a328 15327fi
15328rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15329CFLAGS=$CFLAGS_hold
15330fi
cea7ac49 15331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_stringops" >&5
15332$as_echo "$libgo_cv_c_stringops" >&6; }
e440a328 15333STRINGOPS_FLAG=
cea7ac49 15334if test "$libgo_cv_c_stringops" = yes; then
e440a328 15335 STRINGOPS_FLAG=-minline-all-stringops
15336fi
15337
15338
68e1881d 15339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler supports -mfancy-math-387" >&5
15340$as_echo_n "checking whether compiler supports -mfancy-math-387... " >&6; }
ea2e69a4 15341if ${libgo_cv_c_fancymath+:} false; then :
68e1881d 15342 $as_echo_n "(cached) " >&6
15343else
15344 CFLAGS_hold=$CFLAGS
15345CFLAGS="$CFLAGS -mfancy-math-387"
15346cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15347/* end confdefs.h. */
15348int i;
15349_ACEOF
15350if ac_fn_c_try_compile "$LINENO"; then :
15351 libgo_cv_c_fancymath=yes
15352else
15353 libgo_cv_c_fancymath=no
15354fi
15355rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15356CFLAGS=$CFLAGS_hold
15357fi
15358{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_fancymath" >&5
15359$as_echo "$libgo_cv_c_fancymath" >&6; }
15360MATH_FLAG=
15361if test "$libgo_cv_c_fancymath" = yes; then
ff60d2b1 15362 MATH_FLAG="-mfancy-math-387"
68e1881d 15363fi
ff60d2b1 15364MATH_FLAG="${MATH_FLAG} -ffp-contract=off -fno-math-errno -fno-trapping-math"
68e1881d 15365
15366
e440a328 15367CFLAGS_hold=$CFLAGS
15368CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
15369ac_fn_c_check_type "$LINENO" "off64_t" "ac_cv_type_off64_t" "$ac_includes_default"
ea2e69a4 15370if test "x$ac_cv_type_off64_t" = xyes; then :
e440a328 15371
15372cat >>confdefs.h <<_ACEOF
15373#define HAVE_OFF64_T 1
15374_ACEOF
15375
15376
15377fi
15378
15379CFLAGS=$CFLAGS_hold
15380
d772e63b 15381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking epoll_event size" >&5
15382$as_echo_n "checking epoll_event size... " >&6; }
ea2e69a4 15383if ${libgo_cv_c_epoll_event_size+:} false; then :
d772e63b 15384 $as_echo_n "(cached) " >&6
15385else
15386 if ac_fn_c_compute_int "$LINENO" "sizeof (struct epoll_event)" "libgo_cv_c_epoll_event_size" "#include <sys/epoll.h>"; then :
15387
15388else
15389 libgo_cv_c_epoll_event_size=0
15390fi
15391
15392fi
15393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_epoll_event_size" >&5
15394$as_echo "$libgo_cv_c_epoll_event_size" >&6; }
15395SIZEOF_STRUCT_EPOLL_EVENT=${libgo_cv_c_epoll_event_size}
15396
15397
15398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking epoll_event data.fd offset" >&5
15399$as_echo_n "checking epoll_event data.fd offset... " >&6; }
ea2e69a4 15400if ${libgo_cv_c_epoll_event_fd_offset+:} false; then :
d772e63b 15401 $as_echo_n "(cached) " >&6
15402else
15403 if ac_fn_c_compute_int "$LINENO" "offsetof (struct epoll_event, data.fd)" "libgo_cv_c_epoll_event_fd_offset" "#include <stddef.h>
15404#include <sys/epoll.h>"; then :
15405
15406else
15407 libgo_cv_c_epoll_event_fd_offset=0
15408fi
15409
15410fi
15411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_epoll_event_fd_offset" >&5
15412$as_echo "$libgo_cv_c_epoll_event_fd_offset" >&6; }
15413STRUCT_EPOLL_EVENT_FD_OFFSET=${libgo_cv_c_epoll_event_fd_offset}
15414
15415
8dcdfb38 15416cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15417/* end confdefs.h. */
15418#include <sys/stat.h>
15419
15420_ACEOF
15421if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15422 $EGREP "timespec_t.*st_atim" >/dev/null 2>&1; then :
15423 have_stat_timespec=yes
15424else
15425 have_stat_timespec=no
15426fi
15427rm -f conftest*
15428
15429 if test $have_stat_timespec = yes; then
15430 HAVE_STAT_TIMESPEC_TRUE=
15431 HAVE_STAT_TIMESPEC_FALSE='#'
15432else
15433 HAVE_STAT_TIMESPEC_TRUE='#'
15434 HAVE_STAT_TIMESPEC_FALSE=
15435fi
15436
15437
5b49fca6 15438ac_fn_c_check_type "$LINENO" "struct exception" "ac_cv_type_struct_exception" "#include <math.h>
15439"
ea2e69a4 15440if test "x$ac_cv_type_struct_exception" = xyes; then :
5b49fca6 15441 libgo_has_struct_exception=yes
15442else
15443 libgo_has_struct_exception=no
15444fi
15445
15446if test "$libgo_has_struct_exception" = "yes"; then
15447
15448$as_echo "#define HAVE_STRUCT_EXCEPTION 1" >>confdefs.h
15449
15450fi
15451
96912098 15452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setcontext clobbers TLS variables" >&5
15453$as_echo_n "checking whether setcontext clobbers TLS variables... " >&6; }
ea2e69a4 15454if ${libgo_cv_lib_setcontext_clobbers_tls+:} false; then :
96912098 15455 $as_echo_n "(cached) " >&6
15456else
84a24710 15457 CFLAGS_hold="$CFLAGS"
15458CFLAGS="$PTHREAD_CFLAGS"
15459LIBS_hold="$LIBS"
96912098 15460LIBS="$LIBS $PTHREAD_LIBS"
84a24710 15461# The cast to long int works around a bug in the HP C Compiler
15462# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15463# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15464# This bug is HP SR number 8606223364.
15465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
15466$as_echo_n "checking size of void *... " >&6; }
ea2e69a4 15467if ${ac_cv_sizeof_void_p+:} false; then :
84a24710 15468 $as_echo_n "(cached) " >&6
15469else
15470 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
15471
15472else
15473 if test "$ac_cv_type_void_p" = yes; then
15474 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15475$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
ea2e69a4 15476as_fn_error 77 "cannot compute sizeof (void *)
15477See \`config.log' for more details" "$LINENO" 5; }
84a24710 15478 else
15479 ac_cv_sizeof_void_p=0
15480 fi
15481fi
15482
15483fi
15484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
15485$as_echo "$ac_cv_sizeof_void_p" >&6; }
15486
15487
15488
15489cat >>confdefs.h <<_ACEOF
15490#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
15491_ACEOF
15492
15493
15494as_fn_arith $ac_cv_sizeof_void_p \* 8 && ptr_type_size=$as_val
96912098 15495if test "$cross_compiling" = yes; then :
84a24710 15496 case "$target:$ptr_type_size" in
15497 i?86-*-solaris2.1[01]:64 | x86_64*-*-solaris2.1[01]:64)
15498 libgo_cv_lib_setcontext_clobbers_tls=yes ;;
15499 *)
15500 libgo_cv_lib_setcontext_clobbers_tls=no ;;
96912098 15501 esac
15502
15503else
15504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15505/* end confdefs.h. */
15506
15507#include <pthread.h>
15508#include <stdlib.h>
15509#include <ucontext.h>
15510#include <unistd.h>
15511
15512__thread int tls;
15513
15514static char stack[10 * 1024 * 1024];
15515static ucontext_t c;
15516
15517/* Called via makecontext/setcontext. */
15518
15519static void
15520cfn (void)
15521{
15522 exit (tls);
15523}
15524
15525/* Called via pthread_create. */
15526
15527static void *
15528tfn (void *dummy)
15529{
15530 /* The thread should still see this value after calling
15531 setcontext. */
15532 tls = 0;
15533
15534 setcontext (&c);
15535
15536 /* The call to setcontext should not return. */
15537 abort ();
15538}
15539
15540int
15541main ()
15542{
15543 pthread_t tid;
15544
15545 /* The thread should not see this value. */
15546 tls = 1;
15547
15548 if (getcontext (&c) < 0)
15549 abort ();
15550
15551 c.uc_stack.ss_sp = stack;
9f89fc14 15552#ifdef MAKECONTEXT_STACK_TOP
15553 c.uc_stack.ss_sp += sizeof stack;
15554#endif
96912098 15555 c.uc_stack.ss_flags = 0;
15556 c.uc_stack.ss_size = sizeof stack;
15557 c.uc_link = NULL;
15558 makecontext (&c, cfn, 0);
15559
15560 if (pthread_create (&tid, NULL, tfn, NULL) != 0)
15561 abort ();
15562
15563 if (pthread_join (tid, NULL) != 0)
15564 abort ();
15565
15566 /* The thread should have called exit. */
15567 abort ();
15568}
15569
15570_ACEOF
15571if ac_fn_c_try_run "$LINENO"; then :
15572 libgo_cv_lib_setcontext_clobbers_tls=no
15573else
15574 libgo_cv_lib_setcontext_clobbers_tls=yes
15575fi
15576rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15577 conftest.$ac_objext conftest.beam conftest.$ac_ext
15578fi
15579
84a24710 15580CFLAGS="$CFLAGS_hold"
96912098 15581LIBS="$LIBS_hold"
15582
15583fi
15584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_lib_setcontext_clobbers_tls" >&5
15585$as_echo "$libgo_cv_lib_setcontext_clobbers_tls" >&6; }
15586if test "$libgo_cv_lib_setcontext_clobbers_tls" = "yes"; then
15587
15588$as_echo "#define SETCONTEXT_CLOBBERS_TLS 1" >>confdefs.h
15589
15590fi
15591
11f8ac85 15592{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .eh_frame section should be read-only" >&5
15593$as_echo_n "checking whether .eh_frame section should be read-only... " >&6; }
ea2e69a4 15594if ${libgo_cv_ro_eh_frame+:} false; then :
11f8ac85 15595 $as_echo_n "(cached) " >&6
15596else
15597
15598libgo_cv_ro_eh_frame=no
15599echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
15600if $CC $CFLAGS -S -fpic -fexceptions -o conftest.s conftest.c > /dev/null 2>&1; then
15601 if grep '.section.*eh_frame.*"a"' conftest.s > /dev/null; then
15602 libgo_cv_ro_eh_frame=yes
15603 elif grep '.section.*eh_frame.*#alloc' conftest.c \
15604 | grep -v '#write' > /dev/null; then
15605 libgo_cv_ro_eh_frame=yes
15606 fi
15607fi
15608rm -f conftest.*
15609
15610fi
15611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_ro_eh_frame" >&5
15612$as_echo "$libgo_cv_ro_eh_frame" >&6; }
15613if test "x$libgo_cv_ro_eh_frame" = xyes; then
15614
15615$as_echo "#define EH_FRAME_FLAGS \"a\"" >>confdefs.h
15616
15617else
15618
15619$as_echo "#define EH_FRAME_FLAGS \"aw\"" >>confdefs.h
15620
15621fi
15622
5f69fdaa 15623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler supports -Qunused-arguments" >&5
15624$as_echo_n "checking if compiler supports -Qunused-arguments... " >&6; }
ea2e69a4 15625if ${libgo_cv_c_unused_arguments+:} false; then :
5f69fdaa 15626 $as_echo_n "(cached) " >&6
15627else
15628 CFLAGS_hold=$CFLAGS
15629CFLAGS="$CFLAGS -Qunused-arguments"
15630cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15631/* end confdefs.h. */
15632int i;
15633_ACEOF
15634if ac_fn_c_try_compile "$LINENO"; then :
15635 libgo_cv_c_unused_arguments=yes
15636else
15637 libgo_cv_c_unused_arguments=no
15638fi
15639rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15640CFLAGS=$CFLAGS_hold
15641fi
15642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_c_unused_arguments" >&5
15643$as_echo "$libgo_cv_c_unused_arguments" >&6; }
15644
11f8ac85 15645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if assembler supports GNU comdat group syntax" >&5
15646$as_echo_n "checking if assembler supports GNU comdat group syntax... " >&6; }
ea2e69a4 15647if ${libgo_cv_as_comdat_gnu+:} false; then :
11f8ac85 15648 $as_echo_n "(cached) " >&6
15649else
15650
15651echo '.section .text,"axG",@progbits,.foo,comdat' > conftest.s
5f69fdaa 15652CFLAGS_hold=$CFLAGS
15653if test "$libgo_cv_c_unused_arguments" = yes; then
15654 CFLAGS="$CFLAGS -Qunused-arguments"
15655fi
11f8ac85 15656if $CC $CFLAGS -c conftest.s > /dev/null 2>&1; then
15657 libgo_cv_as_comdat_gnu=yes
15658else
15659 libgo_cv_as_comdat_gnu=no
15660fi
5f69fdaa 15661CFLAGS=$CFLAGS_hold
11f8ac85 15662
15663fi
15664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_as_comdat_gnu" >&5
15665$as_echo "$libgo_cv_as_comdat_gnu" >&6; }
15666if test "x$libgo_cv_as_comdat_gnu" = xyes; then
15667
15668$as_echo "#define HAVE_AS_COMDAT_GAS 1" >>confdefs.h
15669
15670fi
15671
15672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports pc related relocs" >&5
15673$as_echo_n "checking assembler supports pc related relocs... " >&6; }
ea2e69a4 15674if ${libgo_cv_as_x86_pcrel+:} false; then :
11f8ac85 15675 $as_echo_n "(cached) " >&6
15676else
15677
15678libgo_cv_as_x86_pcrel=yes
15679echo '.text; foo: nop; .data; .long foo-.; .text' > conftest.s
5f69fdaa 15680CFLAGS_hold=$CFLAGS
15681if test "$libgo_cv_c_unused_arguments" = yes; then
15682 CFLAGS="$CFLAGS -Qunused-arguments"
15683fi
11f8ac85 15684if $CC $CFLAGS -c conftest.s 2>&1 | $EGREP -i 'illegal|warning' > /dev/null; then
15685 libgo_cv_as_x86_pcrel=no
15686fi
5f69fdaa 15687CFLAGS=$CFLAGS_hold
11f8ac85 15688
15689fi
15690{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_as_x86_pcrel" >&5
15691$as_echo "$libgo_cv_as_x86_pcrel" >&6; }
15692if test "x$libgo_cv_as_x86_pcrel" = xyes; then
15693
15694$as_echo "#define HAVE_AS_X86_PCREL 1" >>confdefs.h
15695
15696fi
15697
15698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports unwind section type" >&5
15699$as_echo_n "checking assembler supports unwind section type... " >&6; }
ea2e69a4 15700if ${libgo_cv_as_x86_64_unwind_section_type+:} false; then :
11f8ac85 15701 $as_echo_n "(cached) " >&6
15702else
15703
15704libgo_cv_as_x86_64_unwind_section_type=yes
15705echo '.section .eh_frame,"a",@unwind' > conftest.s
5f69fdaa 15706CFLAGS_hold=$CFLAGS
15707if test "$libgo_cv_c_unused_arguments" = yes; then
15708 CFLAGS="$CFLAGS -Qunused-arguments"
15709fi
11f8ac85 15710if $CC $CFLAGS -c conftest.s 2>&1 | grep -i warning > /dev/null; then
15711 libgo_cv_as_x86_64_unwind_section_type=no
15712fi
5f69fdaa 15713CFLAGS=$CFLAGS_hold
11f8ac85 15714
15715fi
15716{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_as_x86_64_unwind_section_type" >&5
15717$as_echo "$libgo_cv_as_x86_64_unwind_section_type" >&6; }
15718if test "x$libgo_cv_as_x86_64_unwind_section_type" = xyes; then
15719
15720$as_echo "#define HAVE_AS_X86_64_UNWIND_SECTION_TYPE 1" >>confdefs.h
15721
15722fi
15723
41981ad6 15724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler supports AES instructions" >&5
15725$as_echo_n "checking assembler supports AES instructions... " >&6; }
ea2e69a4 15726if ${libgo_cv_as_x86_aes+:} false; then :
41981ad6 15727 $as_echo_n "(cached) " >&6
15728else
15729
15730libgo_cv_as_x86_aes=yes
15731echo 'aesenc %xmm0, %xmm1' > conftest.s
15732CFLAGS_hold=$CFLAGS
15733if test "$libgo_cv_c_unused_arguments" = yes; then
15734 CFLAGS="$CFLAGS -Qunused-arguments"
15735fi
15736if $CC $CFLAGS -c conftest.s 2>&1 | grep -i error > /dev/null; then
15737 libgo_cv_as_x86_aes=no
15738fi
15739CFLAGS=$CFLAGS_hold
15740
15741fi
15742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgo_cv_as_x86_aes" >&5
15743$as_echo "$libgo_cv_as_x86_aes" >&6; }
15744if test "x$libgo_cv_as_x86_aes" = xyes; then
15745
15746$as_echo "#define HAVE_AS_X86_AES 1" >>confdefs.h
15747
15748fi
15749
e440a328 15750cat >confcache <<\_ACEOF
15751# This file is a shell script that caches the results of configure
15752# tests run on this system so they can be shared between configure
15753# scripts and configure runs, see configure's option --config-cache.
15754# It is not useful on other systems. If it contains results you don't
15755# want to keep, you may remove or edit it.
15756#
15757# config.status only pays attention to the cache file if you give it
15758# the --recheck option to rerun configure.
15759#
15760# `ac_cv_env_foo' variables (set or unset) will be overridden when
15761# loading this file, other *unset* `ac_cv_foo' will be assigned the
15762# following values.
15763
15764_ACEOF
15765
15766# The following way of writing the cache mishandles newlines in values,
15767# but we know of no workaround that is simple, portable, and efficient.
15768# So, we kill variables containing newlines.
15769# Ultrix sh set writes to stderr and can't be redirected directly,
15770# and sets the high bit in the cache file unless we assign to the vars.
15771(
15772 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15773 eval ac_val=\$$ac_var
15774 case $ac_val in #(
15775 *${as_nl}*)
15776 case $ac_var in #(
15777 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15778$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15779 esac
15780 case $ac_var in #(
15781 _ | IFS | as_nl) ;; #(
15782 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15783 *) { eval $ac_var=; unset $ac_var;} ;;
15784 esac ;;
15785 esac
15786 done
15787
15788 (set) 2>&1 |
15789 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15790 *${as_nl}ac_space=\ *)
15791 # `set' does not quote correctly, so add quotes: double-quote
15792 # substitution turns \\\\ into \\, and sed turns \\ into \.
15793 sed -n \
15794 "s/'/'\\\\''/g;
15795 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15796 ;; #(
15797 *)
15798 # `set' quotes correctly as required by POSIX, so do not add quotes.
15799 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15800 ;;
15801 esac |
15802 sort
15803) |
15804 sed '
15805 /^ac_cv_env_/b end
15806 t clear
15807 :clear
15808 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15809 t end
15810 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15811 :end' >>confcache
15812if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15813 if test -w "$cache_file"; then
ea2e69a4 15814 if test "x$cache_file" != "x/dev/null"; then
e440a328 15815 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15816$as_echo "$as_me: updating cache $cache_file" >&6;}
ea2e69a4 15817 if test ! -f "$cache_file" || test -h "$cache_file"; then
15818 cat confcache >"$cache_file"
15819 else
15820 case $cache_file in #(
15821 */* | ?:*)
15822 mv -f confcache "$cache_file"$$ &&
15823 mv -f "$cache_file"$$ "$cache_file" ;; #(
15824 *)
15825 mv -f confcache "$cache_file" ;;
15826 esac
15827 fi
15828 fi
e440a328 15829 else
15830 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15831$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15832 fi
15833fi
15834rm -f confcache
15835
15836if test ${multilib} = yes; then
15837 multilib_arg="--enable-multilib"
15838else
15839 multilib_arg=
15840fi
15841
15842ac_config_files="$ac_config_files Makefile testsuite/Makefile"
15843
15844
15845ac_config_commands="$ac_config_commands default"
15846
15847
15848cat >confcache <<\_ACEOF
15849# This file is a shell script that caches the results of configure
15850# tests run on this system so they can be shared between configure
15851# scripts and configure runs, see configure's option --config-cache.
15852# It is not useful on other systems. If it contains results you don't
15853# want to keep, you may remove or edit it.
15854#
15855# config.status only pays attention to the cache file if you give it
15856# the --recheck option to rerun configure.
15857#
15858# `ac_cv_env_foo' variables (set or unset) will be overridden when
15859# loading this file, other *unset* `ac_cv_foo' will be assigned the
15860# following values.
15861
15862_ACEOF
15863
15864# The following way of writing the cache mishandles newlines in values,
15865# but we know of no workaround that is simple, portable, and efficient.
15866# So, we kill variables containing newlines.
15867# Ultrix sh set writes to stderr and can't be redirected directly,
15868# and sets the high bit in the cache file unless we assign to the vars.
15869(
15870 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15871 eval ac_val=\$$ac_var
15872 case $ac_val in #(
15873 *${as_nl}*)
15874 case $ac_var in #(
15875 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15876$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15877 esac
15878 case $ac_var in #(
15879 _ | IFS | as_nl) ;; #(
15880 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15881 *) { eval $ac_var=; unset $ac_var;} ;;
15882 esac ;;
15883 esac
15884 done
15885
15886 (set) 2>&1 |
15887 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15888 *${as_nl}ac_space=\ *)
15889 # `set' does not quote correctly, so add quotes: double-quote
15890 # substitution turns \\\\ into \\, and sed turns \\ into \.
15891 sed -n \
15892 "s/'/'\\\\''/g;
15893 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15894 ;; #(
15895 *)
15896 # `set' quotes correctly as required by POSIX, so do not add quotes.
15897 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15898 ;;
15899 esac |
15900 sort
15901) |
15902 sed '
15903 /^ac_cv_env_/b end
15904 t clear
15905 :clear
15906 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15907 t end
15908 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15909 :end' >>confcache
15910if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15911 if test -w "$cache_file"; then
ea2e69a4 15912 if test "x$cache_file" != "x/dev/null"; then
e440a328 15913 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15914$as_echo "$as_me: updating cache $cache_file" >&6;}
ea2e69a4 15915 if test ! -f "$cache_file" || test -h "$cache_file"; then
15916 cat confcache >"$cache_file"
15917 else
15918 case $cache_file in #(
15919 */* | ?:*)
15920 mv -f confcache "$cache_file"$$ &&
15921 mv -f "$cache_file"$$ "$cache_file" ;; #(
15922 *)
15923 mv -f confcache "$cache_file" ;;
15924 esac
15925 fi
15926 fi
e440a328 15927 else
15928 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15929$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15930 fi
15931fi
15932rm -f confcache
15933
15934test "x$prefix" = xNONE && prefix=$ac_default_prefix
15935# Let make expand exec_prefix.
15936test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15937
15938DEFS=-DHAVE_CONFIG_H
15939
15940ac_libobjs=
15941ac_ltlibobjs=
ea2e69a4 15942U=
e440a328 15943for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15944 # 1. Remove the extension, and $U if already installed.
15945 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15946 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15947 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15948 # will be set to the directory where LIBOBJS objects are built.
15949 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15950 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15951done
15952LIBOBJS=$ac_libobjs
15953
15954LTLIBOBJS=$ac_ltlibobjs
15955
15956
ea2e69a4 15957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15958$as_echo_n "checking that generated files are newer than configure... " >&6; }
15959 if test -n "$am_sleep_pid"; then
15960 # Hide warnings about reused PIDs.
15961 wait $am_sleep_pid 2>/dev/null
15962 fi
15963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15964$as_echo "done" >&6; }
e440a328 15965 if test -n "$EXEEXT"; then
15966 am__EXEEXT_TRUE=
15967 am__EXEEXT_FALSE='#'
15968else
15969 am__EXEEXT_TRUE='#'
15970 am__EXEEXT_FALSE=
15971fi
15972
15973if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
ea2e69a4 15974 as_fn_error $? "conditional \"AMDEP\" was never defined.
e440a328 15975Usually this means the macro was only invoked conditionally." "$LINENO" 5
15976fi
15977if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
ea2e69a4 15978 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
e440a328 15979Usually this means the macro was only invoked conditionally." "$LINENO" 5
4c768386 15980fi
15981if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
15982 as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
15983Usually this means the macro was only invoked conditionally." "$LINENO" 5
e440a328 15984fi
15985if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
ea2e69a4 15986 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
e440a328 15987Usually this means the macro was only invoked conditionally." "$LINENO" 5
15988fi
63e457ad 15989if test -z "${USE_LIBFFI_TRUE}" && test -z "${USE_LIBFFI_FALSE}"; then
ea2e69a4 15990 as_fn_error $? "conditional \"USE_LIBFFI\" was never defined.
63e457ad 15991Usually this means the macro was only invoked conditionally." "$LINENO" 5
15992fi
e440a328 15993if test -z "${LIBGO_IS_DARWIN_TRUE}" && test -z "${LIBGO_IS_DARWIN_FALSE}"; then
ea2e69a4 15994 as_fn_error $? "conditional \"LIBGO_IS_DARWIN\" was never defined.
e440a328 15995Usually this means the macro was only invoked conditionally." "$LINENO" 5
15996fi
15997if test -z "${LIBGO_IS_FREEBSD_TRUE}" && test -z "${LIBGO_IS_FREEBSD_FALSE}"; then
ea2e69a4 15998 as_fn_error $? "conditional \"LIBGO_IS_FREEBSD\" was never defined.
e440a328 15999Usually this means the macro was only invoked conditionally." "$LINENO" 5
524b52f8 16000fi
16001if test -z "${LIBGO_IS_IRIX_TRUE}" && test -z "${LIBGO_IS_IRIX_FALSE}"; then
ea2e69a4 16002 as_fn_error $? "conditional \"LIBGO_IS_IRIX\" was never defined.
524b52f8 16003Usually this means the macro was only invoked conditionally." "$LINENO" 5
e440a328 16004fi
16005if test -z "${LIBGO_IS_LINUX_TRUE}" && test -z "${LIBGO_IS_LINUX_FALSE}"; then
ea2e69a4 16006 as_fn_error $? "conditional \"LIBGO_IS_LINUX\" was never defined.
e440a328 16007Usually this means the macro was only invoked conditionally." "$LINENO" 5
16008fi
86240434 16009if test -z "${LIBGO_IS_NETBSD_TRUE}" && test -z "${LIBGO_IS_NETBSD_FALSE}"; then
ea2e69a4 16010 as_fn_error $? "conditional \"LIBGO_IS_NETBSD\" was never defined.
86240434 16011Usually this means the macro was only invoked conditionally." "$LINENO" 5
16012fi
fb08d005 16013if test -z "${LIBGO_IS_OPENBSD_TRUE}" && test -z "${LIBGO_IS_OPENBSD_FALSE}"; then
ea2e69a4 16014 as_fn_error $? "conditional \"LIBGO_IS_OPENBSD\" was never defined.
fb08d005 16015Usually this means the macro was only invoked conditionally." "$LINENO" 5
16016fi
0ce10ea1 16017if test -z "${LIBGO_IS_DRAGONFLY_TRUE}" && test -z "${LIBGO_IS_DRAGONFLY_FALSE}"; then
ea2e69a4 16018 as_fn_error $? "conditional \"LIBGO_IS_DRAGONFLY\" was never defined.
0ce10ea1 16019Usually this means the macro was only invoked conditionally." "$LINENO" 5
16020fi
e440a328 16021if test -z "${LIBGO_IS_RTEMS_TRUE}" && test -z "${LIBGO_IS_RTEMS_FALSE}"; then
ea2e69a4 16022 as_fn_error $? "conditional \"LIBGO_IS_RTEMS\" was never defined.
e440a328 16023Usually this means the macro was only invoked conditionally." "$LINENO" 5
16024fi
cea7ac49 16025if test -z "${LIBGO_IS_SOLARIS_TRUE}" && test -z "${LIBGO_IS_SOLARIS_FALSE}"; then
ea2e69a4 16026 as_fn_error $? "conditional \"LIBGO_IS_SOLARIS\" was never defined.
e440a328 16027Usually this means the macro was only invoked conditionally." "$LINENO" 5
16028fi
03118c21 16029if test -z "${LIBGO_IS_AIX_TRUE}" && test -z "${LIBGO_IS_AIX_FALSE}"; then
ea2e69a4 16030 as_fn_error $? "conditional \"LIBGO_IS_AIX\" was never defined.
03118c21 16031Usually this means the macro was only invoked conditionally." "$LINENO" 5
16032fi
c6ad139d 16033if test -z "${LIBGO_IS_HURD_TRUE}" && test -z "${LIBGO_IS_HURD_FALSE}"; then
16034 as_fn_error $? "conditional \"LIBGO_IS_HURD\" was never defined.
16035Usually this means the macro was only invoked conditionally." "$LINENO" 5
16036fi
be239ed2 16037if test -z "${LIBGO_IS_BSD_TRUE}" && test -z "${LIBGO_IS_BSD_FALSE}"; then
ea2e69a4 16038 as_fn_error $? "conditional \"LIBGO_IS_BSD\" was never defined.
be239ed2 16039Usually this means the macro was only invoked conditionally." "$LINENO" 5
16040fi
e440a328 16041if test -z "${USING_SPLIT_STACK_TRUE}" && test -z "${USING_SPLIT_STACK_FALSE}"; then
ea2e69a4 16042 as_fn_error $? "conditional \"USING_SPLIT_STACK\" was never defined.
e440a328 16043Usually this means the macro was only invoked conditionally." "$LINENO" 5
b5f8bff0 16044fi
16045if test -z "${GOC_IS_LLGO_TRUE}" && test -z "${GOC_IS_LLGO_FALSE}"; then
ea2e69a4 16046 as_fn_error $? "conditional \"GOC_IS_LLGO\" was never defined.
b5f8bff0 16047Usually this means the macro was only invoked conditionally." "$LINENO" 5
e440a328 16048fi
16049
16050if test -z "${HAVE_SYS_MMAN_H_TRUE}" && test -z "${HAVE_SYS_MMAN_H_FALSE}"; then
ea2e69a4 16051 as_fn_error $? "conditional \"HAVE_SYS_MMAN_H\" was never defined.
e440a328 16052Usually this means the macro was only invoked conditionally." "$LINENO" 5
16053fi
ccd3f476 16054if test -z "${HAVE_STRERROR_R_TRUE}" && test -z "${HAVE_STRERROR_R_FALSE}"; then
ea2e69a4 16055 as_fn_error $? "conditional \"HAVE_STRERROR_R\" was never defined.
ccd3f476 16056Usually this means the macro was only invoked conditionally." "$LINENO" 5
16057fi
37d6b690 16058if test -z "${HAVE_WAIT4_TRUE}" && test -z "${HAVE_WAIT4_FALSE}"; then
ea2e69a4 16059 as_fn_error $? "conditional \"HAVE_WAIT4\" was never defined.
37d6b690 16060Usually this means the macro was only invoked conditionally." "$LINENO" 5
16061fi
8dcdfb38 16062if test -z "${HAVE_STAT_TIMESPEC_TRUE}" && test -z "${HAVE_STAT_TIMESPEC_FALSE}"; then
ea2e69a4 16063 as_fn_error $? "conditional \"HAVE_STAT_TIMESPEC\" was never defined.
8dcdfb38 16064Usually this means the macro was only invoked conditionally." "$LINENO" 5
16065fi
e440a328 16066
ea2e69a4 16067: "${CONFIG_STATUS=./config.status}"
e440a328 16068ac_write_fail=0
16069ac_clean_files_save=$ac_clean_files
16070ac_clean_files="$ac_clean_files $CONFIG_STATUS"
16071{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16072$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16073as_write_fail=0
16074cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
16075#! $SHELL
16076# Generated by $as_me.
16077# Run this file to recreate the current configuration.
16078# Compiler output produced by configure, useful for debugging
16079# configure, is in config.log if it exists.
16080
16081debug=false
16082ac_cs_recheck=false
16083ac_cs_silent=false
16084
16085SHELL=\${CONFIG_SHELL-$SHELL}
16086export SHELL
16087_ASEOF
16088cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16089## -------------------- ##
16090## M4sh Initialization. ##
16091## -------------------- ##
16092
16093# Be more Bourne compatible
16094DUALCASE=1; export DUALCASE # for MKS sh
16095if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
16096 emulate sh
16097 NULLCMD=:
16098 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
16099 # is contrary to our usage. Disable this feature.
16100 alias -g '${1+"$@"}'='"$@"'
16101 setopt NO_GLOB_SUBST
16102else
16103 case `(set -o) 2>/dev/null` in #(
16104 *posix*) :
16105 set -o posix ;; #(
16106 *) :
16107 ;;
16108esac
16109fi
16110
16111
16112as_nl='
16113'
16114export as_nl
16115# Printing a long string crashes Solaris 7 /usr/bin/printf.
16116as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16117as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16118as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16119# Prefer a ksh shell builtin over an external printf program on Solaris,
16120# but without wasting forks for bash or zsh.
16121if test -z "$BASH_VERSION$ZSH_VERSION" \
16122 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16123 as_echo='print -r --'
16124 as_echo_n='print -rn --'
16125elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16126 as_echo='printf %s\n'
16127 as_echo_n='printf %s'
16128else
16129 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16130 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16131 as_echo_n='/usr/ucb/echo -n'
16132 else
16133 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16134 as_echo_n_body='eval
16135 arg=$1;
16136 case $arg in #(
16137 *"$as_nl"*)
16138 expr "X$arg" : "X\\(.*\\)$as_nl";
16139 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16140 esac;
16141 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16142 '
16143 export as_echo_n_body
16144 as_echo_n='sh -c $as_echo_n_body as_echo'
16145 fi
16146 export as_echo_body
16147 as_echo='sh -c $as_echo_body as_echo'
16148fi
16149
16150# The user is always right.
16151if test "${PATH_SEPARATOR+set}" != set; then
16152 PATH_SEPARATOR=:
16153 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16154 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16155 PATH_SEPARATOR=';'
16156 }
16157fi
16158
16159
16160# IFS
16161# We need space, tab and new line, in precisely that order. Quoting is
16162# there to prevent editors from complaining about space-tab.
16163# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16164# splitting by setting IFS to empty value.)
16165IFS=" "" $as_nl"
16166
16167# Find who we are. Look in the path if we contain no directory separator.
ea2e69a4 16168as_myself=
e440a328 16169case $0 in #((
16170 *[\\/]* ) as_myself=$0 ;;
16171 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16172for as_dir in $PATH
16173do
16174 IFS=$as_save_IFS
16175 test -z "$as_dir" && as_dir=.
16176 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16177 done
16178IFS=$as_save_IFS
16179
16180 ;;
16181esac
16182# We did not find ourselves, most probably we were run as `sh COMMAND'
16183# in which case we are not to be found in the path.
16184if test "x$as_myself" = x; then
16185 as_myself=$0
16186fi
16187if test ! -f "$as_myself"; then
16188 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16189 exit 1
16190fi
16191
16192# Unset variables that we do not need and which cause bugs (e.g. in
16193# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16194# suppresses any "Segmentation fault" message there. '((' could
16195# trigger a bug in pdksh 5.2.14.
16196for as_var in BASH_ENV ENV MAIL MAILPATH
16197do eval test x\${$as_var+set} = xset \
16198 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16199done
16200PS1='$ '
16201PS2='> '
16202PS4='+ '
16203
16204# NLS nuisances.
16205LC_ALL=C
16206export LC_ALL
16207LANGUAGE=C
16208export LANGUAGE
16209
16210# CDPATH.
16211(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16212
16213
ea2e69a4 16214# as_fn_error STATUS ERROR [LINENO LOG_FD]
16215# ----------------------------------------
e440a328 16216# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16217# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
ea2e69a4 16218# script with STATUS, using 1 if that was 0.
e440a328 16219as_fn_error ()
16220{
ea2e69a4 16221 as_status=$1; test $as_status -eq 0 && as_status=1
16222 if test "$4"; then
16223 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16224 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
e440a328 16225 fi
ea2e69a4 16226 $as_echo "$as_me: error: $2" >&2
e440a328 16227 as_fn_exit $as_status
16228} # as_fn_error
16229
16230
16231# as_fn_set_status STATUS
16232# -----------------------
16233# Set $? to STATUS, without forking.
16234as_fn_set_status ()
16235{
16236 return $1
16237} # as_fn_set_status
16238
16239# as_fn_exit STATUS
16240# -----------------
16241# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16242as_fn_exit ()
16243{
16244 set +e
16245 as_fn_set_status $1
16246 exit $1
16247} # as_fn_exit
16248
16249# as_fn_unset VAR
16250# ---------------
16251# Portably unset VAR.
16252as_fn_unset ()
16253{
16254 { eval $1=; unset $1;}
16255}
16256as_unset=as_fn_unset
16257# as_fn_append VAR VALUE
16258# ----------------------
16259# Append the text in VALUE to the end of the definition contained in VAR. Take
16260# advantage of any shell optimizations that allow amortized linear growth over
16261# repeated appends, instead of the typical quadratic growth present in naive
16262# implementations.
16263if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16264 eval 'as_fn_append ()
16265 {
16266 eval $1+=\$2
16267 }'
16268else
16269 as_fn_append ()
16270 {
16271 eval $1=\$$1\$2
16272 }
16273fi # as_fn_append
16274
16275# as_fn_arith ARG...
16276# ------------------
16277# Perform arithmetic evaluation on the ARGs, and store the result in the
16278# global $as_val. Take advantage of shells that can avoid forks. The arguments
16279# must be portable across $(()) and expr.
16280if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16281 eval 'as_fn_arith ()
16282 {
16283 as_val=$(( $* ))
16284 }'
16285else
16286 as_fn_arith ()
16287 {
16288 as_val=`expr "$@" || test $? -eq 1`
16289 }
16290fi # as_fn_arith
16291
16292
16293if expr a : '\(a\)' >/dev/null 2>&1 &&
16294 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16295 as_expr=expr
16296else
16297 as_expr=false
16298fi
16299
16300if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16301 as_basename=basename
16302else
16303 as_basename=false
16304fi
16305
16306if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16307 as_dirname=dirname
16308else
16309 as_dirname=false
16310fi
16311
16312as_me=`$as_basename -- "$0" ||
16313$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16314 X"$0" : 'X\(//\)$' \| \
16315 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16316$as_echo X/"$0" |
16317 sed '/^.*\/\([^/][^/]*\)\/*$/{
16318 s//\1/
16319 q
16320 }
16321 /^X\/\(\/\/\)$/{
16322 s//\1/
16323 q
16324 }
16325 /^X\/\(\/\).*/{
16326 s//\1/
16327 q
16328 }
16329 s/.*/./; q'`
16330
16331# Avoid depending upon Character Ranges.
16332as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16333as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16334as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16335as_cr_digits='0123456789'
16336as_cr_alnum=$as_cr_Letters$as_cr_digits
16337
16338ECHO_C= ECHO_N= ECHO_T=
16339case `echo -n x` in #(((((
16340-n*)
16341 case `echo 'xy\c'` in
16342 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16343 xy) ECHO_C='\c';;
16344 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16345 ECHO_T=' ';;
16346 esac;;
16347*)
16348 ECHO_N='-n';;
16349esac
16350
16351rm -f conf$$ conf$$.exe conf$$.file
16352if test -d conf$$.dir; then
16353 rm -f conf$$.dir/conf$$.file
16354else
16355 rm -f conf$$.dir
16356 mkdir conf$$.dir 2>/dev/null
16357fi
16358if (echo >conf$$.file) 2>/dev/null; then
16359 if ln -s conf$$.file conf$$ 2>/dev/null; then
16360 as_ln_s='ln -s'
16361 # ... but there are two gotchas:
16362 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16363 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
ea2e69a4 16364 # In both cases, we have to default to `cp -pR'.
e440a328 16365 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
ea2e69a4 16366 as_ln_s='cp -pR'
e440a328 16367 elif ln conf$$.file conf$$ 2>/dev/null; then
16368 as_ln_s=ln
16369 else
ea2e69a4 16370 as_ln_s='cp -pR'
e440a328 16371 fi
16372else
ea2e69a4 16373 as_ln_s='cp -pR'
e440a328 16374fi
16375rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16376rmdir conf$$.dir 2>/dev/null
16377
16378
16379# as_fn_mkdir_p
16380# -------------
16381# Create "$as_dir" as a directory, including parents if necessary.
16382as_fn_mkdir_p ()
16383{
16384
16385 case $as_dir in #(
16386 -*) as_dir=./$as_dir;;
16387 esac
16388 test -d "$as_dir" || eval $as_mkdir_p || {
16389 as_dirs=
16390 while :; do
16391 case $as_dir in #(
16392 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16393 *) as_qdir=$as_dir;;
16394 esac
16395 as_dirs="'$as_qdir' $as_dirs"
16396 as_dir=`$as_dirname -- "$as_dir" ||
16397$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16398 X"$as_dir" : 'X\(//\)[^/]' \| \
16399 X"$as_dir" : 'X\(//\)$' \| \
16400 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16401$as_echo X"$as_dir" |
16402 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16403 s//\1/
16404 q
16405 }
16406 /^X\(\/\/\)[^/].*/{
16407 s//\1/
16408 q
16409 }
16410 /^X\(\/\/\)$/{
16411 s//\1/
16412 q
16413 }
16414 /^X\(\/\).*/{
16415 s//\1/
16416 q
16417 }
16418 s/.*/./; q'`
16419 test -d "$as_dir" && break
16420 done
16421 test -z "$as_dirs" || eval "mkdir $as_dirs"
ea2e69a4 16422 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
e440a328 16423
16424
16425} # as_fn_mkdir_p
16426if mkdir -p . 2>/dev/null; then
16427 as_mkdir_p='mkdir -p "$as_dir"'
16428else
16429 test -d ./-p && rmdir ./-p
16430 as_mkdir_p=false
16431fi
16432
ea2e69a4 16433
16434# as_fn_executable_p FILE
16435# -----------------------
16436# Test if FILE is an executable regular file.
16437as_fn_executable_p ()
16438{
16439 test -f "$1" && test -x "$1"
16440} # as_fn_executable_p
16441as_test_x='test -x'
16442as_executable_p=as_fn_executable_p
e440a328 16443
16444# Sed expression to map a string onto a valid CPP name.
16445as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16446
16447# Sed expression to map a string onto a valid variable name.
16448as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16449
16450
16451exec 6>&1
16452## ----------------------------------- ##
16453## Main body of $CONFIG_STATUS script. ##
16454## ----------------------------------- ##
16455_ASEOF
16456test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16457
16458cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16459# Save the log message, to keep $0 and so on meaningful, and to
16460# report actual input values of CONFIG_FILES etc. instead of their
16461# values after options handling.
16462ac_log="
16463This file was extended by package-unused $as_me version-unused, which was
ea2e69a4 16464generated by GNU Autoconf 2.69. Invocation command line was
e440a328 16465
16466 CONFIG_FILES = $CONFIG_FILES
16467 CONFIG_HEADERS = $CONFIG_HEADERS
16468 CONFIG_LINKS = $CONFIG_LINKS
16469 CONFIG_COMMANDS = $CONFIG_COMMANDS
16470 $ $0 $@
16471
16472on `(hostname || uname -n) 2>/dev/null | sed 1q`
16473"
16474
16475_ACEOF
16476
16477case $ac_config_files in *"
16478"*) set x $ac_config_files; shift; ac_config_files=$*;;
16479esac
16480
16481case $ac_config_headers in *"
16482"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16483esac
16484
16485
16486cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16487# Files that config.status was made for.
16488config_files="$ac_config_files"
16489config_headers="$ac_config_headers"
16490config_commands="$ac_config_commands"
16491
16492_ACEOF
16493
16494cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16495ac_cs_usage="\
16496\`$as_me' instantiates files and other configuration actions
16497from templates according to the current configuration. Unless the files
16498and actions are specified as TAGs, all are instantiated by default.
16499
16500Usage: $0 [OPTION]... [TAG]...
16501
16502 -h, --help print this help, then exit
16503 -V, --version print version number and configuration settings, then exit
ea2e69a4 16504 --config print configuration, then exit
e440a328 16505 -q, --quiet, --silent
16506 do not print progress messages
16507 -d, --debug don't remove temporary files
16508 --recheck update $as_me by reconfiguring in the same conditions
16509 --file=FILE[:TEMPLATE]
16510 instantiate the configuration file FILE
16511 --header=FILE[:TEMPLATE]
16512 instantiate the configuration header FILE
16513
16514Configuration files:
16515$config_files
16516
16517Configuration headers:
16518$config_headers
16519
16520Configuration commands:
16521$config_commands
16522
16523Report bugs to the package provider."
16524
16525_ACEOF
16526cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ea2e69a4 16527ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
e440a328 16528ac_cs_version="\\
16529package-unused config.status version-unused
ea2e69a4 16530configured by $0, generated by GNU Autoconf 2.69,
16531 with options \\"\$ac_cs_config\\"
e440a328 16532
ea2e69a4 16533Copyright (C) 2012 Free Software Foundation, Inc.
e440a328 16534This config.status script is free software; the Free Software Foundation
16535gives unlimited permission to copy, distribute and modify it."
16536
16537ac_pwd='$ac_pwd'
16538srcdir='$srcdir'
16539INSTALL='$INSTALL'
16540MKDIR_P='$MKDIR_P'
16541AWK='$AWK'
16542test -n "\$AWK" || AWK=awk
16543_ACEOF
16544
16545cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16546# The default lists apply if the user does not specify any file.
16547ac_need_defaults=:
16548while test $# != 0
16549do
16550 case $1 in
ea2e69a4 16551 --*=?*)
e440a328 16552 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16553 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16554 ac_shift=:
16555 ;;
ea2e69a4 16556 --*=)
16557 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16558 ac_optarg=
16559 ac_shift=:
16560 ;;
e440a328 16561 *)
16562 ac_option=$1
16563 ac_optarg=$2
16564 ac_shift=shift
16565 ;;
16566 esac
16567
16568 case $ac_option in
16569 # Handling of the options.
16570 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16571 ac_cs_recheck=: ;;
16572 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16573 $as_echo "$ac_cs_version"; exit ;;
ea2e69a4 16574 --config | --confi | --conf | --con | --co | --c )
16575 $as_echo "$ac_cs_config"; exit ;;
e440a328 16576 --debug | --debu | --deb | --de | --d | -d )
16577 debug=: ;;
16578 --file | --fil | --fi | --f )
16579 $ac_shift
16580 case $ac_optarg in
16581 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ea2e69a4 16582 '') as_fn_error $? "missing file argument" ;;
e440a328 16583 esac
16584 as_fn_append CONFIG_FILES " '$ac_optarg'"
16585 ac_need_defaults=false;;
16586 --header | --heade | --head | --hea )
16587 $ac_shift
16588 case $ac_optarg in
16589 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16590 esac
16591 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16592 ac_need_defaults=false;;
16593 --he | --h)
16594 # Conflict between --help and --header
ea2e69a4 16595 as_fn_error $? "ambiguous option: \`$1'
e440a328 16596Try \`$0 --help' for more information.";;
16597 --help | --hel | -h )
16598 $as_echo "$ac_cs_usage"; exit ;;
16599 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16600 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16601 ac_cs_silent=: ;;
16602
16603 # This is an error.
ea2e69a4 16604 -*) as_fn_error $? "unrecognized option: \`$1'
e440a328 16605Try \`$0 --help' for more information." ;;
16606
16607 *) as_fn_append ac_config_targets " $1"
16608 ac_need_defaults=false ;;
16609
16610 esac
16611 shift
16612done
16613
16614ac_configure_extra_args=
16615
16616if $ac_cs_silent; then
16617 exec 6>/dev/null
16618 ac_configure_extra_args="$ac_configure_extra_args --silent"
16619fi
16620
16621_ACEOF
16622cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16623if \$ac_cs_recheck; then
ea2e69a4 16624 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
e440a328 16625 shift
16626 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16627 CONFIG_SHELL='$SHELL'
16628 export CONFIG_SHELL
16629 exec "\$@"
16630fi
16631
16632_ACEOF
16633cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16634exec 5>>config.log
16635{
16636 echo
16637 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16638## Running $as_me. ##
16639_ASBOX
16640 $as_echo "$ac_log"
16641} >&5
16642
16643_ACEOF
16644cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16645#
16646# INIT-COMMANDS
16647#
16648
16649srcdir="$srcdir"
16650host="$host"
16651target="$target"
16652with_multisubdir="$with_multisubdir"
16653with_multisrctop="$with_multisrctop"
16654with_target_subdir="$with_target_subdir"
16655ac_configure_args="${multilib_arg} ${ac_configure_args}"
16656multi_basedir="$multi_basedir"
16657CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
16658CC="$CC"
4a273582 16659CXX="$CXX"
16660GFORTRAN="$GFORTRAN"
ea2e69a4 16661GDC="$GDC"
e440a328 16662AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16663
16664
16665# The HP-UX ksh and POSIX shell print the target directory to stdout
16666# if CDPATH is set.
16667(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16668
16669sed_quote_subst='$sed_quote_subst'
16670double_quote_subst='$double_quote_subst'
16671delay_variable_subst='$delay_variable_subst'
16672SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16673Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16674GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16675EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16676FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16677SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16678ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16679LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16680macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16681macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16682enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16683enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16684pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16685enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16686host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16687host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16688host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16689build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16690build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16691build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16692NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16693LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16694max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16695ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16696exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16697lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16698lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16699lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16700reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16701reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16702OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16703deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16704file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16705AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16706AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16707STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16708RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16709old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16710old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16711old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16712lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16713CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16714CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16715compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16716GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16717lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16718lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16719lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16720lt_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"`'
16721objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16722MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16723lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16724lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16725lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16726lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16727lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16728need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16729DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16730NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16731LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16732OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16733OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16734libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16735shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16736extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16737archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16738enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16739export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16740whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16741compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16742old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16743old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16744archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16745archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16746module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16747module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16748with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16749allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16750no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16751hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16752hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16753hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16754hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16755hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16756hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16757hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16758hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16759inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16760link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16761fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16762always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16763export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16764exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16765include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16766prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16767file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16768variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16769need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16770need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16771version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16772runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16773shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16774shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16775libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16776library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16777soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16778install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16779postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16780postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16781finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16782finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16783hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16784sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16785sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16786hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16787enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16788enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16789enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16790old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16791striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16792LD_GO='`$ECHO "$LD_GO" | $SED "$delay_single_quote_subst"`'
16793reload_flag_GO='`$ECHO "$reload_flag_GO" | $SED "$delay_single_quote_subst"`'
16794reload_cmds_GO='`$ECHO "$reload_cmds_GO" | $SED "$delay_single_quote_subst"`'
16795old_archive_cmds_GO='`$ECHO "$old_archive_cmds_GO" | $SED "$delay_single_quote_subst"`'
16796compiler_GO='`$ECHO "$compiler_GO" | $SED "$delay_single_quote_subst"`'
16797GCC_GO='`$ECHO "$GCC_GO" | $SED "$delay_single_quote_subst"`'
16798lt_prog_compiler_no_builtin_flag_GO='`$ECHO "$lt_prog_compiler_no_builtin_flag_GO" | $SED "$delay_single_quote_subst"`'
16799lt_prog_compiler_wl_GO='`$ECHO "$lt_prog_compiler_wl_GO" | $SED "$delay_single_quote_subst"`'
16800lt_prog_compiler_pic_GO='`$ECHO "$lt_prog_compiler_pic_GO" | $SED "$delay_single_quote_subst"`'
16801lt_prog_compiler_static_GO='`$ECHO "$lt_prog_compiler_static_GO" | $SED "$delay_single_quote_subst"`'
16802lt_cv_prog_compiler_c_o_GO='`$ECHO "$lt_cv_prog_compiler_c_o_GO" | $SED "$delay_single_quote_subst"`'
16803archive_cmds_need_lc_GO='`$ECHO "$archive_cmds_need_lc_GO" | $SED "$delay_single_quote_subst"`'
16804enable_shared_with_static_runtimes_GO='`$ECHO "$enable_shared_with_static_runtimes_GO" | $SED "$delay_single_quote_subst"`'
16805export_dynamic_flag_spec_GO='`$ECHO "$export_dynamic_flag_spec_GO" | $SED "$delay_single_quote_subst"`'
16806whole_archive_flag_spec_GO='`$ECHO "$whole_archive_flag_spec_GO" | $SED "$delay_single_quote_subst"`'
16807compiler_needs_object_GO='`$ECHO "$compiler_needs_object_GO" | $SED "$delay_single_quote_subst"`'
16808old_archive_from_new_cmds_GO='`$ECHO "$old_archive_from_new_cmds_GO" | $SED "$delay_single_quote_subst"`'
16809old_archive_from_expsyms_cmds_GO='`$ECHO "$old_archive_from_expsyms_cmds_GO" | $SED "$delay_single_quote_subst"`'
16810archive_cmds_GO='`$ECHO "$archive_cmds_GO" | $SED "$delay_single_quote_subst"`'
16811archive_expsym_cmds_GO='`$ECHO "$archive_expsym_cmds_GO" | $SED "$delay_single_quote_subst"`'
16812module_cmds_GO='`$ECHO "$module_cmds_GO" | $SED "$delay_single_quote_subst"`'
16813module_expsym_cmds_GO='`$ECHO "$module_expsym_cmds_GO" | $SED "$delay_single_quote_subst"`'
16814with_gnu_ld_GO='`$ECHO "$with_gnu_ld_GO" | $SED "$delay_single_quote_subst"`'
16815allow_undefined_flag_GO='`$ECHO "$allow_undefined_flag_GO" | $SED "$delay_single_quote_subst"`'
16816no_undefined_flag_GO='`$ECHO "$no_undefined_flag_GO" | $SED "$delay_single_quote_subst"`'
16817hardcode_libdir_flag_spec_GO='`$ECHO "$hardcode_libdir_flag_spec_GO" | $SED "$delay_single_quote_subst"`'
16818hardcode_libdir_flag_spec_ld_GO='`$ECHO "$hardcode_libdir_flag_spec_ld_GO" | $SED "$delay_single_quote_subst"`'
16819hardcode_libdir_separator_GO='`$ECHO "$hardcode_libdir_separator_GO" | $SED "$delay_single_quote_subst"`'
16820hardcode_direct_GO='`$ECHO "$hardcode_direct_GO" | $SED "$delay_single_quote_subst"`'
16821hardcode_direct_absolute_GO='`$ECHO "$hardcode_direct_absolute_GO" | $SED "$delay_single_quote_subst"`'
16822hardcode_minus_L_GO='`$ECHO "$hardcode_minus_L_GO" | $SED "$delay_single_quote_subst"`'
16823hardcode_shlibpath_var_GO='`$ECHO "$hardcode_shlibpath_var_GO" | $SED "$delay_single_quote_subst"`'
16824hardcode_automatic_GO='`$ECHO "$hardcode_automatic_GO" | $SED "$delay_single_quote_subst"`'
16825inherit_rpath_GO='`$ECHO "$inherit_rpath_GO" | $SED "$delay_single_quote_subst"`'
16826link_all_deplibs_GO='`$ECHO "$link_all_deplibs_GO" | $SED "$delay_single_quote_subst"`'
16827fix_srcfile_path_GO='`$ECHO "$fix_srcfile_path_GO" | $SED "$delay_single_quote_subst"`'
16828always_export_symbols_GO='`$ECHO "$always_export_symbols_GO" | $SED "$delay_single_quote_subst"`'
16829export_symbols_cmds_GO='`$ECHO "$export_symbols_cmds_GO" | $SED "$delay_single_quote_subst"`'
16830exclude_expsyms_GO='`$ECHO "$exclude_expsyms_GO" | $SED "$delay_single_quote_subst"`'
16831include_expsyms_GO='`$ECHO "$include_expsyms_GO" | $SED "$delay_single_quote_subst"`'
16832prelink_cmds_GO='`$ECHO "$prelink_cmds_GO" | $SED "$delay_single_quote_subst"`'
16833file_list_spec_GO='`$ECHO "$file_list_spec_GO" | $SED "$delay_single_quote_subst"`'
16834hardcode_action_GO='`$ECHO "$hardcode_action_GO" | $SED "$delay_single_quote_subst"`'
16835
16836LTCC='$LTCC'
16837LTCFLAGS='$LTCFLAGS'
16838compiler='$compiler_DEFAULT'
16839
16840# A function that is used when there is no print builtin or printf.
16841func_fallback_echo ()
16842{
16843 eval 'cat <<_LTECHO_EOF
16844\$1
16845_LTECHO_EOF'
16846}
16847
16848# Quote evaled strings.
16849for var in SED \
16850GREP \
16851EGREP \
16852FGREP \
16853SHELL \
16854ECHO \
16855LD \
16856NM \
16857LN_S \
16858lt_SP2NL \
16859lt_NL2SP \
16860reload_flag \
16861OBJDUMP \
16862deplibs_check_method \
16863file_magic_cmd \
16864AR \
16865AR_FLAGS \
16866STRIP \
16867RANLIB \
16868CC \
16869CFLAGS \
16870compiler \
16871lt_cv_sys_global_symbol_pipe \
16872lt_cv_sys_global_symbol_to_cdecl \
16873lt_cv_sys_global_symbol_to_c_name_address \
16874lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16875lt_prog_compiler_no_builtin_flag \
16876lt_prog_compiler_wl \
16877lt_prog_compiler_pic \
16878lt_prog_compiler_static \
16879lt_cv_prog_compiler_c_o \
16880need_locks \
16881DSYMUTIL \
16882NMEDIT \
16883LIPO \
16884OTOOL \
16885OTOOL64 \
16886shrext_cmds \
16887export_dynamic_flag_spec \
16888whole_archive_flag_spec \
16889compiler_needs_object \
16890with_gnu_ld \
16891allow_undefined_flag \
16892no_undefined_flag \
16893hardcode_libdir_flag_spec \
16894hardcode_libdir_flag_spec_ld \
16895hardcode_libdir_separator \
16896fix_srcfile_path \
16897exclude_expsyms \
16898include_expsyms \
16899file_list_spec \
16900variables_saved_for_relink \
16901libname_spec \
16902library_names_spec \
16903soname_spec \
16904install_override_mode \
16905finish_eval \
16906old_striplib \
16907striplib \
16908LD_GO \
16909reload_flag_GO \
16910compiler_GO \
16911lt_prog_compiler_no_builtin_flag_GO \
16912lt_prog_compiler_wl_GO \
16913lt_prog_compiler_pic_GO \
16914lt_prog_compiler_static_GO \
16915lt_cv_prog_compiler_c_o_GO \
16916export_dynamic_flag_spec_GO \
16917whole_archive_flag_spec_GO \
16918compiler_needs_object_GO \
16919with_gnu_ld_GO \
16920allow_undefined_flag_GO \
16921no_undefined_flag_GO \
16922hardcode_libdir_flag_spec_GO \
16923hardcode_libdir_flag_spec_ld_GO \
16924hardcode_libdir_separator_GO \
16925fix_srcfile_path_GO \
16926exclude_expsyms_GO \
16927include_expsyms_GO \
16928file_list_spec_GO; do
16929 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16930 *[\\\\\\\`\\"\\\$]*)
16931 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16932 ;;
16933 *)
16934 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16935 ;;
16936 esac
16937done
16938
16939# Double-quote double-evaled strings.
16940for var in reload_cmds \
16941old_postinstall_cmds \
16942old_postuninstall_cmds \
16943old_archive_cmds \
16944extract_expsyms_cmds \
16945old_archive_from_new_cmds \
16946old_archive_from_expsyms_cmds \
16947archive_cmds \
16948archive_expsym_cmds \
16949module_cmds \
16950module_expsym_cmds \
16951export_symbols_cmds \
16952prelink_cmds \
16953postinstall_cmds \
16954postuninstall_cmds \
16955finish_cmds \
16956sys_lib_search_path_spec \
16957sys_lib_dlsearch_path_spec \
16958reload_cmds_GO \
16959old_archive_cmds_GO \
16960old_archive_from_new_cmds_GO \
16961old_archive_from_expsyms_cmds_GO \
16962archive_cmds_GO \
16963archive_expsym_cmds_GO \
16964module_cmds_GO \
16965module_expsym_cmds_GO \
16966export_symbols_cmds_GO \
16967prelink_cmds_GO; do
16968 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16969 *[\\\\\\\`\\"\\\$]*)
16970 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16971 ;;
16972 *)
16973 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16974 ;;
16975 esac
16976done
16977
16978ac_aux_dir='$ac_aux_dir'
16979xsi_shell='$xsi_shell'
16980lt_shell_append='$lt_shell_append'
16981
16982# See if we are running on zsh, and set the options which allow our
16983# commands through without removal of \ escapes INIT.
16984if test -n "\${ZSH_VERSION+set}" ; then
16985 setopt NO_GLOB_SUBST
16986fi
16987
16988
16989 PACKAGE='$PACKAGE'
16990 VERSION='$VERSION'
16991 TIMESTAMP='$TIMESTAMP'
16992 RM='$RM'
16993 ofile='$ofile'
16994
16995
16996
16997
16998
16999
17000# Variables needed in config.status (file generation) which aren't already
17001# passed by autoconf.
17002SUBDIRS="$SUBDIRS"
17003
17004
17005_ACEOF
17006
17007cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17008
17009# Handling of arguments.
17010for ac_config_target in $ac_config_targets
17011do
17012 case $ac_config_target in
17013 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
17014 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17015 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17016 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17017 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17018 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
17019 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17020
ea2e69a4 17021 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
e440a328 17022 esac
17023done
17024
17025
17026# If the user did not use the arguments to specify the items to instantiate,
17027# then the envvar interface is used. Set only those that are not.
17028# We use the long form for the default assignment because of an extremely
17029# bizarre bug on SunOS 4.1.3.
17030if $ac_need_defaults; then
17031 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17032 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17033 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17034fi
17035
17036# Have a temporary directory for convenience. Make it in the build tree
17037# simply because there is no reason against having it here, and in addition,
17038# creating and moving files from /tmp can sometimes cause problems.
17039# Hook for its removal unless debugging.
17040# Note that there is a small window in which the directory will not be cleaned:
17041# after its creation but before its name has been assigned to `$tmp'.
17042$debug ||
17043{
ea2e69a4 17044 tmp= ac_tmp=
e440a328 17045 trap 'exit_status=$?
ea2e69a4 17046 : "${ac_tmp:=$tmp}"
17047 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
e440a328 17048' 0
17049 trap 'as_fn_exit 1' 1 2 13 15
17050}
17051# Create a (secure) tmp directory for tmp files.
17052
17053{
17054 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
ea2e69a4 17055 test -d "$tmp"
e440a328 17056} ||
17057{
17058 tmp=./conf$$-$RANDOM
17059 (umask 077 && mkdir "$tmp")
ea2e69a4 17060} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
17061ac_tmp=$tmp
e440a328 17062
17063# Set up the scripts for CONFIG_FILES section.
17064# No need to generate them if there are no CONFIG_FILES.
17065# This happens for instance with `./config.status config.h'.
17066if test -n "$CONFIG_FILES"; then
17067
17068
17069ac_cr=`echo X | tr X '\015'`
17070# On cygwin, bash can eat \r inside `` if the user requested igncr.
17071# But we know of no other shell where ac_cr would be empty at this
17072# point, so we can use a bashism as a fallback.
17073if test "x$ac_cr" = x; then
17074 eval ac_cr=\$\'\\r\'
17075fi
17076ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17077if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
ea2e69a4 17078 ac_cs_awk_cr='\\r'
e440a328 17079else
17080 ac_cs_awk_cr=$ac_cr
17081fi
17082
ea2e69a4 17083echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
e440a328 17084_ACEOF
17085
17086
17087{
17088 echo "cat >conf$$subs.awk <<_ACEOF" &&
17089 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17090 echo "_ACEOF"
17091} >conf$$subs.sh ||
ea2e69a4 17092 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17093ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
e440a328 17094ac_delim='%!_!# '
17095for ac_last_try in false false false false false :; do
17096 . ./conf$$subs.sh ||
ea2e69a4 17097 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
e440a328 17098
17099 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17100 if test $ac_delim_n = $ac_delim_num; then
17101 break
17102 elif $ac_last_try; then
ea2e69a4 17103 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
e440a328 17104 else
17105 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17106 fi
17107done
17108rm -f conf$$subs.sh
17109
17110cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ea2e69a4 17111cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
e440a328 17112_ACEOF
17113sed -n '
17114h
17115s/^/S["/; s/!.*/"]=/
17116p
17117g
17118s/^[^!]*!//
17119:repl
17120t repl
17121s/'"$ac_delim"'$//
17122t delim
17123:nl
17124h
ea2e69a4 17125s/\(.\{148\}\)..*/\1/
e440a328 17126t more1
17127s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17128p
17129n
17130b repl
17131:more1
17132s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17133p
17134g
17135s/.\{148\}//
17136t nl
17137:delim
17138h
ea2e69a4 17139s/\(.\{148\}\)..*/\1/
e440a328 17140t more2
17141s/["\\]/\\&/g; s/^/"/; s/$/"/
17142p
17143b
17144:more2
17145s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17146p
17147g
17148s/.\{148\}//
17149t delim
17150' <conf$$subs.awk | sed '
17151/^[^""]/{
17152 N
17153 s/\n//
17154}
17155' >>$CONFIG_STATUS || ac_write_fail=1
17156rm -f conf$$subs.awk
17157cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17158_ACAWK
ea2e69a4 17159cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
e440a328 17160 for (key in S) S_is_set[key] = 1
17161 FS = "\a"
17162
17163}
17164{
17165 line = $ 0
17166 nfields = split(line, field, "@")
17167 substed = 0
17168 len = length(field[1])
17169 for (i = 2; i < nfields; i++) {
17170 key = field[i]
17171 keylen = length(key)
17172 if (S_is_set[key]) {
17173 value = S[key]
17174 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17175 len += length(value) + length(field[++i])
17176 substed = 1
17177 } else
17178 len += 1 + keylen
17179 }
17180
17181 print line
17182}
17183
17184_ACAWK
17185_ACEOF
17186cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17187if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17188 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17189else
17190 cat
ea2e69a4 17191fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
17192 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
e440a328 17193_ACEOF
17194
ea2e69a4 17195# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17196# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
e440a328 17197# trailing colons and then remove the whole line if VPATH becomes empty
17198# (actually we leave an empty line to preserve line numbers).
17199if test "x$srcdir" = x.; then
ea2e69a4 17200 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17201h
17202s///
17203s/^/:/
17204s/[ ]*$/:/
17205s/:\$(srcdir):/:/g
17206s/:\${srcdir}:/:/g
17207s/:@srcdir@:/:/g
17208s/^:*//
e440a328 17209s/:*$//
ea2e69a4 17210x
17211s/\(=[ ]*\).*/\1/
17212G
17213s/\n//
e440a328 17214s/^[^=]*=[ ]*$//
17215}'
17216fi
17217
17218cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17219fi # test -n "$CONFIG_FILES"
17220
17221# Set up the scripts for CONFIG_HEADERS section.
17222# No need to generate them if there are no CONFIG_HEADERS.
17223# This happens for instance with `./config.status Makefile'.
17224if test -n "$CONFIG_HEADERS"; then
ea2e69a4 17225cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
e440a328 17226BEGIN {
17227_ACEOF
17228
17229# Transform confdefs.h into an awk script `defines.awk', embedded as
17230# here-document in config.status, that substitutes the proper values into
17231# config.h.in to produce config.h.
17232
17233# Create a delimiter string that does not exist in confdefs.h, to ease
17234# handling of long lines.
17235ac_delim='%!_!# '
17236for ac_last_try in false false :; do
ea2e69a4 17237 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
17238 if test -z "$ac_tt"; then
e440a328 17239 break
17240 elif $ac_last_try; then
ea2e69a4 17241 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
e440a328 17242 else
17243 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17244 fi
17245done
17246
17247# For the awk script, D is an array of macro values keyed by name,
17248# likewise P contains macro parameters if any. Preserve backslash
17249# newline sequences.
17250
17251ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17252sed -n '
17253s/.\{148\}/&'"$ac_delim"'/g
17254t rset
17255:rset
17256s/^[ ]*#[ ]*define[ ][ ]*/ /
17257t def
17258d
17259:def
17260s/\\$//
17261t bsnl
17262s/["\\]/\\&/g
17263s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17264D["\1"]=" \3"/p
17265s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17266d
17267:bsnl
17268s/["\\]/\\&/g
17269s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17270D["\1"]=" \3\\\\\\n"\\/p
17271t cont
17272s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17273t cont
17274d
17275:cont
17276n
17277s/.\{148\}/&'"$ac_delim"'/g
17278t clear
17279:clear
17280s/\\$//
17281t bsnlc
17282s/["\\]/\\&/g; s/^/"/; s/$/"/p
17283d
17284:bsnlc
17285s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17286b cont
17287' <confdefs.h | sed '
17288s/'"$ac_delim"'/"\\\
17289"/g' >>$CONFIG_STATUS || ac_write_fail=1
17290
17291cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17292 for (key in D) D_is_set[key] = 1
17293 FS = "\a"
17294}
17295/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17296 line = \$ 0
17297 split(line, arg, " ")
17298 if (arg[1] == "#") {
17299 defundef = arg[2]
17300 mac1 = arg[3]
17301 } else {
17302 defundef = substr(arg[1], 2)
17303 mac1 = arg[2]
17304 }
17305 split(mac1, mac2, "(") #)
17306 macro = mac2[1]
17307 prefix = substr(line, 1, index(line, defundef) - 1)
17308 if (D_is_set[macro]) {
17309 # Preserve the white space surrounding the "#".
17310 print prefix "define", macro P[macro] D[macro]
17311 next
17312 } else {
17313 # Replace #undef with comments. This is necessary, for example,
17314 # in the case of _POSIX_SOURCE, which is predefined and required
17315 # on some systems where configure will not decide to define it.
17316 if (defundef == "undef") {
17317 print "/*", prefix defundef, macro, "*/"
17318 next
17319 }
17320 }
17321}
17322{ print }
17323_ACAWK
17324_ACEOF
17325cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
ea2e69a4 17326 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
e440a328 17327fi # test -n "$CONFIG_HEADERS"
17328
17329
17330eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17331shift
17332for ac_tag
17333do
17334 case $ac_tag in
17335 :[FHLC]) ac_mode=$ac_tag; continue;;
17336 esac
17337 case $ac_mode$ac_tag in
17338 :[FHL]*:*);;
ea2e69a4 17339 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
e440a328 17340 :[FH]-) ac_tag=-:-;;
17341 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17342 esac
17343 ac_save_IFS=$IFS
17344 IFS=:
17345 set x $ac_tag
17346 IFS=$ac_save_IFS
17347 shift
17348 ac_file=$1
17349 shift
17350
17351 case $ac_mode in
17352 :L) ac_source=$1;;
17353 :[FH])
17354 ac_file_inputs=
17355 for ac_f
17356 do
17357 case $ac_f in
ea2e69a4 17358 -) ac_f="$ac_tmp/stdin";;
e440a328 17359 *) # Look for the file first in the build tree, then in the source tree
17360 # (if the path is not absolute). The absolute path cannot be DOS-style,
17361 # because $ac_f cannot contain `:'.
17362 test -f "$ac_f" ||
17363 case $ac_f in
17364 [\\/$]*) false;;
17365 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17366 esac ||
ea2e69a4 17367 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
e440a328 17368 esac
17369 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17370 as_fn_append ac_file_inputs " '$ac_f'"
17371 done
17372
17373 # Let's still pretend it is `configure' which instantiates (i.e., don't
17374 # use $as_me), people would be surprised to read:
17375 # /* config.h. Generated by config.status. */
17376 configure_input='Generated from '`
17377 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17378 `' by configure.'
17379 if test x"$ac_file" != x-; then
17380 configure_input="$ac_file. $configure_input"
17381 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17382$as_echo "$as_me: creating $ac_file" >&6;}
17383 fi
17384 # Neutralize special characters interpreted by sed in replacement strings.
17385 case $configure_input in #(
17386 *\&* | *\|* | *\\* )
17387 ac_sed_conf_input=`$as_echo "$configure_input" |
17388 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17389 *) ac_sed_conf_input=$configure_input;;
17390 esac
17391
17392 case $ac_tag in
ea2e69a4 17393 *:-:* | *:-) cat >"$ac_tmp/stdin" \
17394 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
e440a328 17395 esac
17396 ;;
17397 esac
17398
17399 ac_dir=`$as_dirname -- "$ac_file" ||
17400$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17401 X"$ac_file" : 'X\(//\)[^/]' \| \
17402 X"$ac_file" : 'X\(//\)$' \| \
17403 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17404$as_echo X"$ac_file" |
17405 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17406 s//\1/
17407 q
17408 }
17409 /^X\(\/\/\)[^/].*/{
17410 s//\1/
17411 q
17412 }
17413 /^X\(\/\/\)$/{
17414 s//\1/
17415 q
17416 }
17417 /^X\(\/\).*/{
17418 s//\1/
17419 q
17420 }
17421 s/.*/./; q'`
17422 as_dir="$ac_dir"; as_fn_mkdir_p
17423 ac_builddir=.
17424
17425case "$ac_dir" in
17426.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17427*)
17428 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17429 # A ".." for each directory in $ac_dir_suffix.
17430 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17431 case $ac_top_builddir_sub in
17432 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17433 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17434 esac ;;
17435esac
17436ac_abs_top_builddir=$ac_pwd
17437ac_abs_builddir=$ac_pwd$ac_dir_suffix
17438# for backward compatibility:
17439ac_top_builddir=$ac_top_build_prefix
17440
17441case $srcdir in
17442 .) # We are building in place.
17443 ac_srcdir=.
17444 ac_top_srcdir=$ac_top_builddir_sub
17445 ac_abs_top_srcdir=$ac_pwd ;;
17446 [\\/]* | ?:[\\/]* ) # Absolute name.
17447 ac_srcdir=$srcdir$ac_dir_suffix;
17448 ac_top_srcdir=$srcdir
17449 ac_abs_top_srcdir=$srcdir ;;
17450 *) # Relative name.
17451 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17452 ac_top_srcdir=$ac_top_build_prefix$srcdir
17453 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17454esac
17455ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17456
17457
17458 case $ac_mode in
17459 :F)
17460 #
17461 # CONFIG_FILE
17462 #
17463
17464 case $INSTALL in
17465 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17466 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17467 esac
17468 ac_MKDIR_P=$MKDIR_P
17469 case $MKDIR_P in
17470 [\\/$]* | ?:[\\/]* ) ;;
17471 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17472 esac
17473_ACEOF
17474
17475cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17476# If the template does not know about datarootdir, expand it.
17477# FIXME: This hack should be removed a few years after 2.60.
17478ac_datarootdir_hack=; ac_datarootdir_seen=
17479ac_sed_dataroot='
17480/datarootdir/ {
17481 p
17482 q
17483}
17484/@datadir@/p
17485/@docdir@/p
17486/@infodir@/p
17487/@localedir@/p
17488/@mandir@/p'
17489case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17490*datarootdir*) ac_datarootdir_seen=yes;;
17491*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17492 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17493$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17494_ACEOF
17495cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17496 ac_datarootdir_hack='
17497 s&@datadir@&$datadir&g
17498 s&@docdir@&$docdir&g
17499 s&@infodir@&$infodir&g
17500 s&@localedir@&$localedir&g
17501 s&@mandir@&$mandir&g
17502 s&\\\${datarootdir}&$datarootdir&g' ;;
17503esac
17504_ACEOF
17505
17506# Neutralize VPATH when `$srcdir' = `.'.
17507# Shell code in configure.ac might set extrasub.
17508# FIXME: do we really want to maintain this feature?
17509cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17510ac_sed_extra="$ac_vpsub
17511$extrasub
17512_ACEOF
17513cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17514:t
17515/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17516s|@configure_input@|$ac_sed_conf_input|;t t
17517s&@top_builddir@&$ac_top_builddir_sub&;t t
17518s&@top_build_prefix@&$ac_top_build_prefix&;t t
17519s&@srcdir@&$ac_srcdir&;t t
17520s&@abs_srcdir@&$ac_abs_srcdir&;t t
17521s&@top_srcdir@&$ac_top_srcdir&;t t
17522s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17523s&@builddir@&$ac_builddir&;t t
17524s&@abs_builddir@&$ac_abs_builddir&;t t
17525s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17526s&@INSTALL@&$ac_INSTALL&;t t
17527s&@MKDIR_P@&$ac_MKDIR_P&;t t
17528$ac_datarootdir_hack
17529"
ea2e69a4 17530eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17531 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
e440a328 17532
17533test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ea2e69a4 17534 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17535 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17536 "$ac_tmp/out"`; test -z "$ac_out"; } &&
e440a328 17537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
ea2e69a4 17538which seems to be undefined. Please make sure it is defined" >&5
e440a328 17539$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
ea2e69a4 17540which seems to be undefined. Please make sure it is defined" >&2;}
e440a328 17541
ea2e69a4 17542 rm -f "$ac_tmp/stdin"
e440a328 17543 case $ac_file in
ea2e69a4 17544 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17545 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
e440a328 17546 esac \
ea2e69a4 17547 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
e440a328 17548 ;;
17549 :H)
17550 #
17551 # CONFIG_HEADER
17552 #
17553 if test x"$ac_file" != x-; then
17554 {
17555 $as_echo "/* $configure_input */" \
ea2e69a4 17556 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17557 } >"$ac_tmp/config.h" \
17558 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17559 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
e440a328 17560 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17561$as_echo "$as_me: $ac_file is unchanged" >&6;}
17562 else
17563 rm -f "$ac_file"
ea2e69a4 17564 mv "$ac_tmp/config.h" "$ac_file" \
17565 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
e440a328 17566 fi
17567 else
17568 $as_echo "/* $configure_input */" \
ea2e69a4 17569 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17570 || as_fn_error $? "could not create -" "$LINENO" 5
e440a328 17571 fi
17572# Compute "$ac_file"'s index in $config_headers.
17573_am_arg="$ac_file"
17574_am_stamp_count=1
17575for _am_header in $config_headers :; do
17576 case $_am_header in
17577 $_am_arg | $_am_arg:* )
17578 break ;;
17579 * )
17580 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17581 esac
17582done
17583echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17584$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17585 X"$_am_arg" : 'X\(//\)[^/]' \| \
17586 X"$_am_arg" : 'X\(//\)$' \| \
17587 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17588$as_echo X"$_am_arg" |
17589 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17590 s//\1/
17591 q
17592 }
17593 /^X\(\/\/\)[^/].*/{
17594 s//\1/
17595 q
17596 }
17597 /^X\(\/\/\)$/{
17598 s//\1/
17599 q
17600 }
17601 /^X\(\/\).*/{
17602 s//\1/
17603 q
17604 }
17605 s/.*/./; q'`/stamp-h$_am_stamp_count
17606 ;;
17607
17608 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17609$as_echo "$as_me: executing $ac_file commands" >&6;}
17610 ;;
17611 esac
17612
17613
17614 case $ac_file$ac_mode in
17615 "default-1":C)
17616# Only add multilib support code if we just rebuilt the top-level
17617# Makefile.
17618case " $CONFIG_FILES " in
17619 *" Makefile "*)
17620 ac_file=Makefile . ${multi_basedir}/config-ml.in
17621 ;;
17622esac ;;
17623 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
ea2e69a4 17624 # Older Autoconf quotes --file arguments for eval, but not when files
e440a328 17625 # are listed without --file. Let's play safe and only enable the eval
17626 # if we detect the quoting.
17627 case $CONFIG_FILES in
17628 *\'*) eval set x "$CONFIG_FILES" ;;
17629 *) set x $CONFIG_FILES ;;
17630 esac
17631 shift
17632 for mf
17633 do
17634 # Strip MF so we end up with the name of the file.
17635 mf=`echo "$mf" | sed -e 's/:.*$//'`
17636 # Check whether this is an Automake generated Makefile or not.
ea2e69a4 17637 # We used to match only the files named 'Makefile.in', but
e440a328 17638 # some people rename them; so instead we look at the file content.
17639 # Grep'ing the first line is not enough: some people post-process
17640 # each Makefile.in and add a new line on top of each file to say so.
17641 # Grep'ing the whole file is not good either: AIX grep has a line
17642 # limit of 2048, but all sed's we know have understand at least 4000.
17643 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17644 dirpart=`$as_dirname -- "$mf" ||
17645$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17646 X"$mf" : 'X\(//\)[^/]' \| \
17647 X"$mf" : 'X\(//\)$' \| \
17648 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17649$as_echo X"$mf" |
17650 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17651 s//\1/
17652 q
17653 }
17654 /^X\(\/\/\)[^/].*/{
17655 s//\1/
17656 q
17657 }
17658 /^X\(\/\/\)$/{
17659 s//\1/
17660 q
17661 }
17662 /^X\(\/\).*/{
17663 s//\1/
17664 q
17665 }
17666 s/.*/./; q'`
17667 else
17668 continue
17669 fi
17670 # Extract the definition of DEPDIR, am__include, and am__quote
ea2e69a4 17671 # from the Makefile without running 'make'.
e440a328 17672 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17673 test -z "$DEPDIR" && continue
17674 am__include=`sed -n 's/^am__include = //p' < "$mf"`
ea2e69a4 17675 test -z "$am__include" && continue
e440a328 17676 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
e440a328 17677 # Find all dependency output files, they are included files with
17678 # $(DEPDIR) in their names. We invoke sed twice because it is the
17679 # simplest approach to changing $(DEPDIR) to its actual value in the
17680 # expansion.
17681 for file in `sed -n "
17682 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
ea2e69a4 17683 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
e440a328 17684 # Make sure the directory exists.
17685 test -f "$dirpart/$file" && continue
17686 fdir=`$as_dirname -- "$file" ||
17687$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17688 X"$file" : 'X\(//\)[^/]' \| \
17689 X"$file" : 'X\(//\)$' \| \
17690 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17691$as_echo X"$file" |
17692 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17693 s//\1/
17694 q
17695 }
17696 /^X\(\/\/\)[^/].*/{
17697 s//\1/
17698 q
17699 }
17700 /^X\(\/\/\)$/{
17701 s//\1/
17702 q
17703 }
17704 /^X\(\/\).*/{
17705 s//\1/
17706 q
17707 }
17708 s/.*/./; q'`
17709 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17710 # echo "creating $dirpart/$file"
17711 echo '# dummy' > "$dirpart/$file"
17712 done
17713 done
17714}
17715 ;;
17716 "libtool":C)
17717
17718 # See if we are running on zsh, and set the options which allow our
17719 # commands through without removal of \ escapes.
17720 if test -n "${ZSH_VERSION+set}" ; then
17721 setopt NO_GLOB_SUBST
17722 fi
17723
17724 cfgfile="${ofile}T"
17725 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17726 $RM "$cfgfile"
17727
17728 cat <<_LT_EOF >> "$cfgfile"
17729#! $SHELL
17730
17731# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17732# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17733# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17734# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17735#
17736# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17737# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17738# Written by Gordon Matzigkeit, 1996
17739#
17740# This file is part of GNU Libtool.
17741#
17742# GNU Libtool is free software; you can redistribute it and/or
17743# modify it under the terms of the GNU General Public License as
17744# published by the Free Software Foundation; either version 2 of
17745# the License, or (at your option) any later version.
17746#
17747# As a special exception to the GNU General Public License,
17748# if you distribute this file as part of a program or library that
17749# is built using GNU Libtool, you may include this file under the
17750# same distribution terms that you use for the rest of that program.
17751#
17752# GNU Libtool is distributed in the hope that it will be useful,
17753# but WITHOUT ANY WARRANTY; without even the implied warranty of
17754# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17755# GNU General Public License for more details.
17756#
17757# You should have received a copy of the GNU General Public License
17758# along with GNU Libtool; see the file COPYING. If not, a copy
17759# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17760# obtained by writing to the Free Software Foundation, Inc.,
17761# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17762
17763
17764# The names of the tagged configurations supported by this script.
17765available_tags="GO "
17766
17767# ### BEGIN LIBTOOL CONFIG
17768
17769# A sed program that does not truncate output.
17770SED=$lt_SED
17771
17772# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17773Xsed="\$SED -e 1s/^X//"
17774
17775# A grep program that handles long lines.
17776GREP=$lt_GREP
17777
17778# An ERE matcher.
17779EGREP=$lt_EGREP
17780
17781# A literal string matcher.
17782FGREP=$lt_FGREP
17783
17784# Shell to use when invoking shell scripts.
17785SHELL=$lt_SHELL
17786
17787# An echo program that protects backslashes.
17788ECHO=$lt_ECHO
17789
17790# Which release of libtool.m4 was used?
17791macro_version=$macro_version
17792macro_revision=$macro_revision
17793
17794# Whether or not to build shared libraries.
17795build_libtool_libs=$enable_shared
17796
17797# Whether or not to build static libraries.
17798build_old_libs=$enable_static
17799
17800# What type of objects to build.
17801pic_mode=$pic_mode
17802
17803# Whether or not to optimize for fast installation.
17804fast_install=$enable_fast_install
17805
17806# The host system.
17807host_alias=$host_alias
17808host=$host
17809host_os=$host_os
17810
17811# The build system.
17812build_alias=$build_alias
17813build=$build
17814build_os=$build_os
17815
17816# A BSD- or MS-compatible name lister.
17817NM=$lt_NM
17818
17819# Whether we need soft or hard links.
17820LN_S=$lt_LN_S
17821
17822# What is the maximum length of a command?
17823max_cmd_len=$max_cmd_len
17824
17825# Object file suffix (normally "o").
17826objext=$ac_objext
17827
17828# Executable file suffix (normally "").
17829exeext=$exeext
17830
17831# whether the shell understands "unset".
17832lt_unset=$lt_unset
17833
17834# turn spaces into newlines.
17835SP2NL=$lt_lt_SP2NL
17836
17837# turn newlines into spaces.
17838NL2SP=$lt_lt_NL2SP
17839
17840# An object symbol dumper.
17841OBJDUMP=$lt_OBJDUMP
17842
17843# Method to check whether dependent libraries are shared objects.
17844deplibs_check_method=$lt_deplibs_check_method
17845
17846# Command to use when deplibs_check_method == "file_magic".
17847file_magic_cmd=$lt_file_magic_cmd
17848
17849# The archiver.
17850AR=$lt_AR
17851AR_FLAGS=$lt_AR_FLAGS
17852
17853# A symbol stripping program.
17854STRIP=$lt_STRIP
17855
17856# Commands used to install an old-style archive.
17857RANLIB=$lt_RANLIB
17858old_postinstall_cmds=$lt_old_postinstall_cmds
17859old_postuninstall_cmds=$lt_old_postuninstall_cmds
17860
17861# Whether to use a lock for old archive extraction.
17862lock_old_archive_extraction=$lock_old_archive_extraction
17863
17864# A C compiler.
17865LTCC=$lt_CC
17866
17867# LTCC compiler flags.
17868LTCFLAGS=$lt_CFLAGS
17869
17870# Take the output of nm and produce a listing of raw symbols and C names.
17871global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17872
17873# Transform the output of nm in a proper C declaration.
17874global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17875
17876# Transform the output of nm in a C name address pair.
17877global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17878
17879# Transform the output of nm in a C name address pair when lib prefix is needed.
17880global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17881
17882# The name of the directory that contains temporary libtool files.
17883objdir=$objdir
17884
17885# Used to examine libraries when file_magic_cmd begins with "file".
17886MAGIC_CMD=$MAGIC_CMD
17887
17888# Must we lock files when doing compilation?
17889need_locks=$lt_need_locks
17890
17891# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17892DSYMUTIL=$lt_DSYMUTIL
17893
17894# Tool to change global to local symbols on Mac OS X.
17895NMEDIT=$lt_NMEDIT
17896
17897# Tool to manipulate fat objects and archives on Mac OS X.
17898LIPO=$lt_LIPO
17899
17900# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17901OTOOL=$lt_OTOOL
17902
17903# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17904OTOOL64=$lt_OTOOL64
17905
17906# Old archive suffix (normally "a").
17907libext=$libext
17908
17909# Shared library suffix (normally ".so").
17910shrext_cmds=$lt_shrext_cmds
17911
17912# The commands to extract the exported symbol list from a shared archive.
17913extract_expsyms_cmds=$lt_extract_expsyms_cmds
17914
17915# Variables whose values should be saved in libtool wrapper scripts and
17916# restored at link time.
17917variables_saved_for_relink=$lt_variables_saved_for_relink
17918
17919# Do we need the "lib" prefix for modules?
17920need_lib_prefix=$need_lib_prefix
17921
17922# Do we need a version for libraries?
17923need_version=$need_version
17924
17925# Library versioning type.
17926version_type=$version_type
17927
17928# Shared library runtime path variable.
17929runpath_var=$runpath_var
17930
17931# Shared library path variable.
17932shlibpath_var=$shlibpath_var
17933
17934# Is shlibpath searched before the hard-coded library search path?
17935shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17936
17937# Format of library name prefix.
17938libname_spec=$lt_libname_spec
17939
17940# List of archive names. First name is the real one, the rest are links.
17941# The last name is the one that the linker finds with -lNAME
17942library_names_spec=$lt_library_names_spec
17943
17944# The coded name of the library, if different from the real name.
17945soname_spec=$lt_soname_spec
17946
17947# Permission mode override for installation of shared libraries.
17948install_override_mode=$lt_install_override_mode
17949
17950# Command to use after installation of a shared archive.
17951postinstall_cmds=$lt_postinstall_cmds
17952
17953# Command to use after uninstallation of a shared archive.
17954postuninstall_cmds=$lt_postuninstall_cmds
17955
17956# Commands used to finish a libtool library installation in a directory.
17957finish_cmds=$lt_finish_cmds
17958
17959# As "finish_cmds", except a single script fragment to be evaled but
17960# not shown.
17961finish_eval=$lt_finish_eval
17962
17963# Whether we should hardcode library paths into libraries.
17964hardcode_into_libs=$hardcode_into_libs
17965
17966# Compile-time system search path for libraries.
17967sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17968
17969# Run-time system search path for libraries.
17970sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17971
17972# Whether dlopen is supported.
17973dlopen_support=$enable_dlopen
17974
17975# Whether dlopen of programs is supported.
17976dlopen_self=$enable_dlopen_self
17977
17978# Whether dlopen of statically linked programs is supported.
17979dlopen_self_static=$enable_dlopen_self_static
17980
17981# Commands to strip libraries.
17982old_striplib=$lt_old_striplib
17983striplib=$lt_striplib
17984
17985
17986# The linker used to build libraries.
17987LD=$lt_LD
17988
17989# How to create reloadable object files.
17990reload_flag=$lt_reload_flag
17991reload_cmds=$lt_reload_cmds
17992
17993# Commands used to build an old-style archive.
17994old_archive_cmds=$lt_old_archive_cmds
17995
17996# A language specific compiler.
17997CC=$lt_compiler
17998
17999# Is the compiler the GNU compiler?
18000with_gcc=$GCC
18001
18002# Compiler flag to turn off builtin functions.
18003no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
18004
18005# How to pass a linker flag through the compiler.
18006wl=$lt_lt_prog_compiler_wl
18007
18008# Additional compiler flags for building library objects.
18009pic_flag=$lt_lt_prog_compiler_pic
18010
18011# Compiler flag to prevent dynamic linking.
18012link_static_flag=$lt_lt_prog_compiler_static
18013
18014# Does compiler simultaneously support -c and -o options?
18015compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18016
18017# Whether or not to add -lc for building shared libraries.
18018build_libtool_need_lc=$archive_cmds_need_lc
18019
18020# Whether or not to disallow shared libs when runtime libs are static.
18021allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18022
18023# Compiler flag to allow reflexive dlopens.
18024export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18025
18026# Compiler flag to generate shared objects directly from archives.
18027whole_archive_flag_spec=$lt_whole_archive_flag_spec
18028
18029# Whether the compiler copes with passing no objects directly.
18030compiler_needs_object=$lt_compiler_needs_object
18031
18032# Create an old-style archive from a shared archive.
18033old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18034
18035# Create a temporary old-style archive to link instead of a shared archive.
18036old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18037
18038# Commands used to build a shared archive.
18039archive_cmds=$lt_archive_cmds
18040archive_expsym_cmds=$lt_archive_expsym_cmds
18041
18042# Commands used to build a loadable module if different from building
18043# a shared archive.
18044module_cmds=$lt_module_cmds
18045module_expsym_cmds=$lt_module_expsym_cmds
18046
18047# Whether we are building with GNU ld or not.
18048with_gnu_ld=$lt_with_gnu_ld
18049
18050# Flag that allows shared libraries with undefined symbols to be built.
18051allow_undefined_flag=$lt_allow_undefined_flag
18052
18053# Flag that enforces no undefined symbols.
18054no_undefined_flag=$lt_no_undefined_flag
18055
18056# Flag to hardcode \$libdir into a binary during linking.
18057# This must work even if \$libdir does not exist
18058hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18059
18060# If ld is used when linking, flag to hardcode \$libdir into a binary
18061# during linking. This must work even if \$libdir does not exist.
18062hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18063
18064# Whether we need a single "-rpath" flag with a separated argument.
18065hardcode_libdir_separator=$lt_hardcode_libdir_separator
18066
18067# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18068# DIR into the resulting binary.
18069hardcode_direct=$hardcode_direct
18070
18071# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18072# DIR into the resulting binary and the resulting library dependency is
18073# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18074# library is relocated.
18075hardcode_direct_absolute=$hardcode_direct_absolute
18076
18077# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18078# into the resulting binary.
18079hardcode_minus_L=$hardcode_minus_L
18080
18081# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18082# into the resulting binary.
18083hardcode_shlibpath_var=$hardcode_shlibpath_var
18084
18085# Set to "yes" if building a shared library automatically hardcodes DIR
18086# into the library and all subsequent libraries and executables linked
18087# against it.
18088hardcode_automatic=$hardcode_automatic
18089
18090# Set to yes if linker adds runtime paths of dependent libraries
18091# to runtime path list.
18092inherit_rpath=$inherit_rpath
18093
18094# Whether libtool must link a program against all its dependency libraries.
18095link_all_deplibs=$link_all_deplibs
18096
18097# Fix the shell variable \$srcfile for the compiler.
18098fix_srcfile_path=$lt_fix_srcfile_path
18099
18100# Set to "yes" if exported symbols are required.
18101always_export_symbols=$always_export_symbols
18102
18103# The commands to list exported symbols.
18104export_symbols_cmds=$lt_export_symbols_cmds
18105
18106# Symbols that should not be listed in the preloaded symbols.
18107exclude_expsyms=$lt_exclude_expsyms
18108
18109# Symbols that must always be exported.
18110include_expsyms=$lt_include_expsyms
18111
18112# Commands necessary for linking programs (against libraries) with templates.
18113prelink_cmds=$lt_prelink_cmds
18114
18115# Specify filename containing input files.
18116file_list_spec=$lt_file_list_spec
18117
18118# How to hardcode a shared library path into an executable.
18119hardcode_action=$hardcode_action
18120
18121# ### END LIBTOOL CONFIG
18122
18123_LT_EOF
18124
18125 case $host_os in
18126 aix3*)
18127 cat <<\_LT_EOF >> "$cfgfile"
18128# AIX sometimes has problems with the GCC collect2 program. For some
18129# reason, if we set the COLLECT_NAMES environment variable, the problems
18130# vanish in a puff of smoke.
18131if test "X${COLLECT_NAMES+set}" != Xset; then
18132 COLLECT_NAMES=
18133 export COLLECT_NAMES
18134fi
18135_LT_EOF
18136 ;;
18137 esac
18138
18139
18140ltmain="$ac_aux_dir/ltmain.sh"
18141
18142
18143 # We use sed instead of cat because bash on DJGPP gets confused if
18144 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18145 # text mode, it properly converts lines to CR/LF. This bash problem
18146 # is reportedly fixed, but why not run on old versions too?
18147 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18148 || (rm -f "$cfgfile"; exit 1)
18149
18150 case $xsi_shell in
18151 yes)
18152 cat << \_LT_EOF >> "$cfgfile"
18153
18154# func_dirname file append nondir_replacement
18155# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18156# otherwise set result to NONDIR_REPLACEMENT.
18157func_dirname ()
18158{
18159 case ${1} in
18160 */*) func_dirname_result="${1%/*}${2}" ;;
18161 * ) func_dirname_result="${3}" ;;
18162 esac
18163}
18164
18165# func_basename file
18166func_basename ()
18167{
18168 func_basename_result="${1##*/}"
18169}
18170
18171# func_dirname_and_basename file append nondir_replacement
18172# perform func_basename and func_dirname in a single function
18173# call:
18174# dirname: Compute the dirname of FILE. If nonempty,
18175# add APPEND to the result, otherwise set result
18176# to NONDIR_REPLACEMENT.
18177# value returned in "$func_dirname_result"
18178# basename: Compute filename of FILE.
18179# value retuned in "$func_basename_result"
18180# Implementation must be kept synchronized with func_dirname
18181# and func_basename. For efficiency, we do not delegate to
18182# those functions but instead duplicate the functionality here.
18183func_dirname_and_basename ()
18184{
18185 case ${1} in
18186 */*) func_dirname_result="${1%/*}${2}" ;;
18187 * ) func_dirname_result="${3}" ;;
18188 esac
18189 func_basename_result="${1##*/}"
18190}
18191
18192# func_stripname prefix suffix name
18193# strip PREFIX and SUFFIX off of NAME.
18194# PREFIX and SUFFIX must not contain globbing or regex special
18195# characters, hashes, percent signs, but SUFFIX may contain a leading
18196# dot (in which case that matches only a dot).
18197func_stripname ()
18198{
18199 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18200 # positional parameters, so assign one to ordinary parameter first.
18201 func_stripname_result=${3}
18202 func_stripname_result=${func_stripname_result#"${1}"}
18203 func_stripname_result=${func_stripname_result%"${2}"}
18204}
18205
18206# func_opt_split
18207func_opt_split ()
18208{
18209 func_opt_split_opt=${1%%=*}
18210 func_opt_split_arg=${1#*=}
18211}
18212
18213# func_lo2o object
18214func_lo2o ()
18215{
18216 case ${1} in
18217 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18218 *) func_lo2o_result=${1} ;;
18219 esac
18220}
18221
18222# func_xform libobj-or-source
18223func_xform ()
18224{
18225 func_xform_result=${1%.*}.lo
18226}
18227
18228# func_arith arithmetic-term...
18229func_arith ()
18230{
18231 func_arith_result=$(( $* ))
18232}
18233
18234# func_len string
18235# STRING may not start with a hyphen.
18236func_len ()
18237{
18238 func_len_result=${#1}
18239}
18240
18241_LT_EOF
18242 ;;
18243 *) # Bourne compatible functions.
18244 cat << \_LT_EOF >> "$cfgfile"
18245
18246# func_dirname file append nondir_replacement
18247# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18248# otherwise set result to NONDIR_REPLACEMENT.
18249func_dirname ()
18250{
18251 # Extract subdirectory from the argument.
18252 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
18253 if test "X$func_dirname_result" = "X${1}"; then
18254 func_dirname_result="${3}"
18255 else
18256 func_dirname_result="$func_dirname_result${2}"
18257 fi
18258}
18259
18260# func_basename file
18261func_basename ()
18262{
18263 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
18264}
18265
18266
18267# func_stripname prefix suffix name
18268# strip PREFIX and SUFFIX off of NAME.
18269# PREFIX and SUFFIX must not contain globbing or regex special
18270# characters, hashes, percent signs, but SUFFIX may contain a leading
18271# dot (in which case that matches only a dot).
18272# func_strip_suffix prefix name
18273func_stripname ()
18274{
18275 case ${2} in
18276 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18277 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18278 esac
18279}
18280
18281# sed scripts:
18282my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18283my_sed_long_arg='1s/^-[^=]*=//'
18284
18285# func_opt_split
18286func_opt_split ()
18287{
18288 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18289 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18290}
18291
18292# func_lo2o object
18293func_lo2o ()
18294{
18295 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
18296}
18297
18298# func_xform libobj-or-source
18299func_xform ()
18300{
18301 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18302}
18303
18304# func_arith arithmetic-term...
18305func_arith ()
18306{
18307 func_arith_result=`expr "$@"`
18308}
18309
18310# func_len string
18311# STRING may not start with a hyphen.
18312func_len ()
18313{
18314 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18315}
18316
18317_LT_EOF
18318esac
18319
18320case $lt_shell_append in
18321 yes)
18322 cat << \_LT_EOF >> "$cfgfile"
18323
18324# func_append var value
18325# Append VALUE to the end of shell variable VAR.
18326func_append ()
18327{
18328 eval "$1+=\$2"
18329}
18330_LT_EOF
18331 ;;
18332 *)
18333 cat << \_LT_EOF >> "$cfgfile"
18334
18335# func_append var value
18336# Append VALUE to the end of shell variable VAR.
18337func_append ()
18338{
18339 eval "$1=\$$1\$2"
18340}
18341
18342_LT_EOF
18343 ;;
18344 esac
18345
18346
18347 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18348 || (rm -f "$cfgfile"; exit 1)
18349
18350 mv -f "$cfgfile" "$ofile" ||
18351 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18352 chmod +x "$ofile"
18353
18354
18355 cat <<_LT_EOF >> "$ofile"
18356
18357# ### BEGIN LIBTOOL TAG CONFIG: GO
18358
18359# The linker used to build libraries.
18360LD=$lt_LD_GO
18361
18362# How to create reloadable object files.
18363reload_flag=$lt_reload_flag_GO
18364reload_cmds=$lt_reload_cmds_GO
18365
18366# Commands used to build an old-style archive.
18367old_archive_cmds=$lt_old_archive_cmds_GO
18368
18369# A language specific compiler.
18370CC=$lt_compiler_GO
18371
18372# Is the compiler the GNU compiler?
18373with_gcc=$GCC_GO
18374
18375# Compiler flag to turn off builtin functions.
18376no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GO
18377
18378# How to pass a linker flag through the compiler.
18379wl=$lt_lt_prog_compiler_wl_GO
18380
18381# Additional compiler flags for building library objects.
18382pic_flag=$lt_lt_prog_compiler_pic_GO
18383
18384# Compiler flag to prevent dynamic linking.
18385link_static_flag=$lt_lt_prog_compiler_static_GO
18386
18387# Does compiler simultaneously support -c and -o options?
18388compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GO
18389
18390# Whether or not to add -lc for building shared libraries.
18391build_libtool_need_lc=$archive_cmds_need_lc_GO
18392
18393# Whether or not to disallow shared libs when runtime libs are static.
18394allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GO
18395
18396# Compiler flag to allow reflexive dlopens.
18397export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GO
18398
18399# Compiler flag to generate shared objects directly from archives.
18400whole_archive_flag_spec=$lt_whole_archive_flag_spec_GO
18401
18402# Whether the compiler copes with passing no objects directly.
18403compiler_needs_object=$lt_compiler_needs_object_GO
18404
18405# Create an old-style archive from a shared archive.
18406old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GO
18407
18408# Create a temporary old-style archive to link instead of a shared archive.
18409old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GO
18410
18411# Commands used to build a shared archive.
18412archive_cmds=$lt_archive_cmds_GO
18413archive_expsym_cmds=$lt_archive_expsym_cmds_GO
18414
18415# Commands used to build a loadable module if different from building
18416# a shared archive.
18417module_cmds=$lt_module_cmds_GO
18418module_expsym_cmds=$lt_module_expsym_cmds_GO
18419
18420# Whether we are building with GNU ld or not.
18421with_gnu_ld=$lt_with_gnu_ld_GO
18422
18423# Flag that allows shared libraries with undefined symbols to be built.
18424allow_undefined_flag=$lt_allow_undefined_flag_GO
18425
18426# Flag that enforces no undefined symbols.
18427no_undefined_flag=$lt_no_undefined_flag_GO
18428
18429# Flag to hardcode \$libdir into a binary during linking.
18430# This must work even if \$libdir does not exist
18431hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GO
18432
18433# If ld is used when linking, flag to hardcode \$libdir into a binary
18434# during linking. This must work even if \$libdir does not exist.
18435hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GO
18436
18437# Whether we need a single "-rpath" flag with a separated argument.
18438hardcode_libdir_separator=$lt_hardcode_libdir_separator_GO
18439
18440# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18441# DIR into the resulting binary.
18442hardcode_direct=$hardcode_direct_GO
18443
18444# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18445# DIR into the resulting binary and the resulting library dependency is
18446# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18447# library is relocated.
18448hardcode_direct_absolute=$hardcode_direct_absolute_GO
18449
18450# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18451# into the resulting binary.
18452hardcode_minus_L=$hardcode_minus_L_GO
18453
18454# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18455# into the resulting binary.
18456hardcode_shlibpath_var=$hardcode_shlibpath_var_GO
18457
18458# Set to "yes" if building a shared library automatically hardcodes DIR
18459# into the library and all subsequent libraries and executables linked
18460# against it.
18461hardcode_automatic=$hardcode_automatic_GO
18462
18463# Set to yes if linker adds runtime paths of dependent libraries
18464# to runtime path list.
18465inherit_rpath=$inherit_rpath_GO
18466
18467# Whether libtool must link a program against all its dependency libraries.
18468link_all_deplibs=$link_all_deplibs_GO
18469
18470# Fix the shell variable \$srcfile for the compiler.
18471fix_srcfile_path=$lt_fix_srcfile_path_GO
18472
18473# Set to "yes" if exported symbols are required.
18474always_export_symbols=$always_export_symbols_GO
18475
18476# The commands to list exported symbols.
18477export_symbols_cmds=$lt_export_symbols_cmds_GO
18478
18479# Symbols that should not be listed in the preloaded symbols.
18480exclude_expsyms=$lt_exclude_expsyms_GO
18481
18482# Symbols that must always be exported.
18483include_expsyms=$lt_include_expsyms_GO
18484
18485# Commands necessary for linking programs (against libraries) with templates.
18486prelink_cmds=$lt_prelink_cmds_GO
18487
18488# Specify filename containing input files.
18489file_list_spec=$lt_file_list_spec_GO
18490
18491# How to hardcode a shared library path into an executable.
18492hardcode_action=$hardcode_action_GO
18493
18494# ### END LIBTOOL TAG CONFIG: GO
18495_LT_EOF
18496
18497 ;;
18498 "default":C) if test -n "$CONFIG_FILES"; then
18499 # Multilibs need MULTISUBDIR defined correctly in certain makefiles so
18500 # that multilib installs will end up installed in the correct place.
18501 # The testsuite needs it for multilib-aware ABI baseline files.
18502 # To work around this not being passed down from config-ml.in ->
18503 # srcdir/Makefile.am -> srcdir/{src,libsupc++,...}/Makefile.am, manually
18504 # append it here. Only modify Makefiles that have just been created.
18505 #
18506 # Also, get rid of this simulated-VPATH thing that automake does.
18507 cat > vpsed << \_EOF
18508s!`test -f '$<' || echo '$(srcdir)/'`!!
18509_EOF
18510 for i in $SUBDIRS; do
18511 case $CONFIG_FILES in
18512 *${i}/Makefile*)
18513 #echo "Adding MULTISUBDIR to $i/Makefile"
18514 sed -f vpsed $i/Makefile > tmp
18515 grep '^MULTISUBDIR =' Makefile >> tmp
18516 mv tmp $i/Makefile
18517 ;;
18518 esac
18519 done
18520 rm vpsed
18521 fi
18522 ;;
18523
18524 esac
18525done # for ac_tag
18526
18527
18528as_fn_exit 0
18529_ACEOF
18530ac_clean_files=$ac_clean_files_save
18531
18532test $ac_write_fail = 0 ||
ea2e69a4 18533 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
e440a328 18534
18535
18536# configure is writing to config.log, and then calls config.status.
18537# config.status does its own redirection, appending to config.log.
18538# Unfortunately, on DOS this fails, as config.log is still kept open
18539# by configure, so config.status won't be able to write to it; its
18540# output is simply discarded. So we exec the FD to /dev/null,
18541# effectively closing config.log, so it can be properly (re)opened and
18542# appended to by config.status. When coming back to configure, we
18543# need to make the FD available again.
18544if test "$no_create" != yes; then
18545 ac_cs_success=:
18546 ac_config_status_args=
18547 test "$silent" = yes &&
18548 ac_config_status_args="$ac_config_status_args --quiet"
18549 exec 5>/dev/null
18550 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18551 exec 5>>config.log
18552 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18553 # would make configure fail if this is the last instruction.
ea2e69a4 18554 $ac_cs_success || as_fn_exit 1
e440a328 18555fi
18556if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18558$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18559fi
18560