blob: 6e7a8438215557be8a10f3074bf11ad759d384c8 [file] [log] [blame]
Andy Green3c974692010-11-08 17:04:09 +00001#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.66 for libwebsockets 0.1.
4#
5# Report bugs to <andy@warmcat.com>.
6#
7#
8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10# Foundation, Inc.
11#
12#
13# This configure script is free software; the Free Software Foundation
14# gives unlimited permission to copy, distribute and modify it.
15## -------------------- ##
16## M4sh Initialization. ##
17## -------------------- ##
18
19# Be more Bourne compatible
20DUALCASE=1; export DUALCASE # for MKS sh
21if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
33 ;;
34esac
35fi
36
37
38as_nl='
39'
40export as_nl
41# Printing a long string crashes Solaris 7 /usr/bin/printf.
42as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45# Prefer a ksh shell builtin over an external printf program on Solaris,
46# but without wasting forks for bash or zsh.
47if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68 '
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
71 fi
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
74fi
75
76# The user is always right.
77if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
82 }
83fi
84
85
86# IFS
87# We need space, tab and new line, in precisely that order. Quoting is
88# there to prevent editors from complaining about space-tab.
89# (If _AS_PATH_WALK were called with IFS unset, it would disable word
90# splitting by setting IFS to empty value.)
91IFS=" "" $as_nl"
92
93# Find who we are. Look in the path if we contain no directory separator.
94case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97for as_dir in $PATH
98do
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103IFS=$as_save_IFS
104
105 ;;
106esac
107# We did not find ourselves, most probably we were run as `sh COMMAND'
108# in which case we are not to be found in the path.
109if test "x$as_myself" = x; then
110 as_myself=$0
111fi
112if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
115fi
116
117# Unset variables that we do not need and which cause bugs (e.g. in
118# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119# suppresses any "Segmentation fault" message there. '((' could
120# trigger a bug in pdksh 5.2.14.
121for as_var in BASH_ENV ENV MAIL MAILPATH
122do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124done
125PS1='$ '
126PS2='> '
127PS4='+ '
128
129# NLS nuisances.
130LC_ALL=C
131export LC_ALL
132LANGUAGE=C
133export LANGUAGE
134
135# CDPATH.
136(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
151 ;;
152esac
153fi
154"
155 as_required="as_fn_return () { (exit \$1); }
156as_fn_success () { as_fn_return 0; }
157as_fn_failure () { as_fn_return 1; }
158as_fn_ret_success () { return 0; }
159as_fn_ret_failure () { return 1; }
160
161exitcode=0
162as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168else
169 exitcode=1; echo positional parameters were not saved.
170fi
171test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176
177 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
178 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
179 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
180 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
181 PATH=/empty FPATH=/empty; export PATH FPATH
182 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
183 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
184test \$(( 1 + 1 )) = 2 || exit 1"
185 if (eval "$as_required") 2>/dev/null; then :
186 as_have_required=yes
187else
188 as_have_required=no
189fi
190 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
191
192else
193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
194as_found=false
195for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
196do
197 IFS=$as_save_IFS
198 test -z "$as_dir" && as_dir=.
199 as_found=:
200 case $as_dir in #(
201 /*)
202 for as_base in sh bash ksh sh5; do
203 # Try only shells that exist, to save several forks.
204 as_shell=$as_dir/$as_base
205 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
206 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
207 CONFIG_SHELL=$as_shell as_have_required=yes
208 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
209 break 2
210fi
211fi
212 done;;
213 esac
214 as_found=false
215done
216$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
217 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
218 CONFIG_SHELL=$SHELL as_have_required=yes
219fi; }
220IFS=$as_save_IFS
221
222
223 if test "x$CONFIG_SHELL" != x; then :
224 # We cannot yet assume a decent shell, so we have to provide a
225 # neutralization value for shells without unset; and this also
226 # works around shells that cannot unset nonexistent variables.
227 BASH_ENV=/dev/null
228 ENV=/dev/null
229 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
230 export CONFIG_SHELL
231 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
232fi
233
234 if test x$as_have_required = xno; then :
235 $as_echo "$0: This script requires a shell more modern than all"
236 $as_echo "$0: the shells that I found on your system."
237 if test x${ZSH_VERSION+set} = xset ; then
238 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240 else
241 $as_echo "$0: Please tell bug-autoconf@gnu.org and andy@warmcat.com
242$0: about your system, including any error possibly output
243$0: before this message. Then install a modern shell, or
244$0: manually run the script under such a shell if you do
245$0: have one."
246 fi
247 exit 1
248fi
249fi
250fi
251SHELL=${CONFIG_SHELL-/bin/sh}
252export SHELL
253# Unset more variables known to interfere with behavior of common tools.
254CLICOLOR_FORCE= GREP_OPTIONS=
255unset CLICOLOR_FORCE GREP_OPTIONS
256
257## --------------------- ##
258## M4sh Shell Functions. ##
259## --------------------- ##
260# as_fn_unset VAR
261# ---------------
262# Portably unset VAR.
263as_fn_unset ()
264{
265 { eval $1=; unset $1;}
266}
267as_unset=as_fn_unset
268
269# as_fn_set_status STATUS
270# -----------------------
271# Set $? to STATUS, without forking.
272as_fn_set_status ()
273{
274 return $1
275} # as_fn_set_status
276
277# as_fn_exit STATUS
278# -----------------
279# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
280as_fn_exit ()
281{
282 set +e
283 as_fn_set_status $1
284 exit $1
285} # as_fn_exit
286
287# as_fn_mkdir_p
288# -------------
289# Create "$as_dir" as a directory, including parents if necessary.
290as_fn_mkdir_p ()
291{
292
293 case $as_dir in #(
294 -*) as_dir=./$as_dir;;
295 esac
296 test -d "$as_dir" || eval $as_mkdir_p || {
297 as_dirs=
298 while :; do
299 case $as_dir in #(
300 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
301 *) as_qdir=$as_dir;;
302 esac
303 as_dirs="'$as_qdir' $as_dirs"
304 as_dir=`$as_dirname -- "$as_dir" ||
305$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
306 X"$as_dir" : 'X\(//\)[^/]' \| \
307 X"$as_dir" : 'X\(//\)$' \| \
308 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
309$as_echo X"$as_dir" |
310 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
311 s//\1/
312 q
313 }
314 /^X\(\/\/\)[^/].*/{
315 s//\1/
316 q
317 }
318 /^X\(\/\/\)$/{
319 s//\1/
320 q
321 }
322 /^X\(\/\).*/{
323 s//\1/
324 q
325 }
326 s/.*/./; q'`
327 test -d "$as_dir" && break
328 done
329 test -z "$as_dirs" || eval "mkdir $as_dirs"
330 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
331
332
333} # as_fn_mkdir_p
334# as_fn_append VAR VALUE
335# ----------------------
336# Append the text in VALUE to the end of the definition contained in VAR. Take
337# advantage of any shell optimizations that allow amortized linear growth over
338# repeated appends, instead of the typical quadratic growth present in naive
339# implementations.
340if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341 eval 'as_fn_append ()
342 {
343 eval $1+=\$2
344 }'
345else
346 as_fn_append ()
347 {
348 eval $1=\$$1\$2
349 }
350fi # as_fn_append
351
352# as_fn_arith ARG...
353# ------------------
354# Perform arithmetic evaluation on the ARGs, and store the result in the
355# global $as_val. Take advantage of shells that can avoid forks. The arguments
356# must be portable across $(()) and expr.
357if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
358 eval 'as_fn_arith ()
359 {
360 as_val=$(( $* ))
361 }'
362else
363 as_fn_arith ()
364 {
365 as_val=`expr "$@" || test $? -eq 1`
366 }
367fi # as_fn_arith
368
369
370# as_fn_error STATUS ERROR [LINENO LOG_FD]
371# ----------------------------------------
372# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
373# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
374# script with STATUS, using 1 if that was 0.
375as_fn_error ()
376{
377 as_status=$1; test $as_status -eq 0 && as_status=1
378 if test "$4"; then
379 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
380 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
381 fi
382 $as_echo "$as_me: error: $2" >&2
383 as_fn_exit $as_status
384} # as_fn_error
385
386if expr a : '\(a\)' >/dev/null 2>&1 &&
387 test "X`expr 00001 : '.*\(...\)'`" = X001; then
388 as_expr=expr
389else
390 as_expr=false
391fi
392
393if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 as_basename=basename
395else
396 as_basename=false
397fi
398
399if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400 as_dirname=dirname
401else
402 as_dirname=false
403fi
404
405as_me=`$as_basename -- "$0" ||
406$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
407 X"$0" : 'X\(//\)$' \| \
408 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
409$as_echo X/"$0" |
410 sed '/^.*\/\([^/][^/]*\)\/*$/{
411 s//\1/
412 q
413 }
414 /^X\/\(\/\/\)$/{
415 s//\1/
416 q
417 }
418 /^X\/\(\/\).*/{
419 s//\1/
420 q
421 }
422 s/.*/./; q'`
423
424# Avoid depending upon Character Ranges.
425as_cr_letters='abcdefghijklmnopqrstuvwxyz'
426as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
427as_cr_Letters=$as_cr_letters$as_cr_LETTERS
428as_cr_digits='0123456789'
429as_cr_alnum=$as_cr_Letters$as_cr_digits
430
431
432 as_lineno_1=$LINENO as_lineno_1a=$LINENO
433 as_lineno_2=$LINENO as_lineno_2a=$LINENO
434 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
435 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
436 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
437 sed -n '
438 p
439 /[$]LINENO/=
440 ' <$as_myself |
441 sed '
442 s/[$]LINENO.*/&-/
443 t lineno
444 b
445 :lineno
446 N
447 :loop
448 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449 t loop
450 s/-\n.*//
451 ' >$as_me.lineno &&
452 chmod +x "$as_me.lineno" ||
453 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
454
455 # Don't try to exec as it changes $[0], causing all sort of problems
456 # (the dirname of $[0] is not the place where we might find the
457 # original and so on. Autoconf is especially sensitive to this).
458 . "./$as_me.lineno"
459 # Exit status is that of the last command.
460 exit
461}
462
463ECHO_C= ECHO_N= ECHO_T=
464case `echo -n x` in #(((((
465-n*)
466 case `echo 'xy\c'` in
467 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
468 xy) ECHO_C='\c';;
469 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
470 ECHO_T=' ';;
471 esac;;
472*)
473 ECHO_N='-n';;
474esac
475
476rm -f conf$$ conf$$.exe conf$$.file
477if test -d conf$$.dir; then
478 rm -f conf$$.dir/conf$$.file
479else
480 rm -f conf$$.dir
481 mkdir conf$$.dir 2>/dev/null
482fi
483if (echo >conf$$.file) 2>/dev/null; then
484 if ln -s conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s='ln -s'
486 # ... but there are two gotchas:
487 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489 # In both cases, we have to default to `cp -p'.
490 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491 as_ln_s='cp -p'
492 elif ln conf$$.file conf$$ 2>/dev/null; then
493 as_ln_s=ln
494 else
495 as_ln_s='cp -p'
496 fi
497else
498 as_ln_s='cp -p'
499fi
500rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501rmdir conf$$.dir 2>/dev/null
502
503if mkdir -p . 2>/dev/null; then
504 as_mkdir_p='mkdir -p "$as_dir"'
505else
506 test -d ./-p && rmdir ./-p
507 as_mkdir_p=false
508fi
509
510if test -x / >/dev/null 2>&1; then
511 as_test_x='test -x'
512else
513 if ls -dL / >/dev/null 2>&1; then
514 as_ls_L_option=L
515 else
516 as_ls_L_option=
517 fi
518 as_test_x='
519 eval sh -c '\''
520 if test -d "$1"; then
521 test -d "$1/.";
522 else
523 case $1 in #(
524 -*)set "./$1";;
525 esac;
526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
527 ???[sx]*):;;*)false;;esac;fi
528 '\'' sh
529 '
530fi
531as_executable_p=$as_test_x
532
533# Sed expression to map a string onto a valid CPP name.
534as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
535
536# Sed expression to map a string onto a valid variable name.
537as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
538
539SHELL=${CONFIG_SHELL-/bin/sh}
540
541
542test -n "$DJDIR" || exec 7<&0 </dev/null
543exec 6>&1
544
545# Name of the host.
546# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
547# so uname gets run too.
548ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
549
550#
551# Initializations.
552#
553ac_default_prefix=/usr/local
554ac_clean_files=
555ac_config_libobj_dir=.
556LIBOBJS=
557cross_compiling=no
558subdirs=
559MFLAGS=
560MAKEFLAGS=
561
562# Identity of this package.
563PACKAGE_NAME='libwebsockets'
564PACKAGE_TARNAME='libwebsockets'
565PACKAGE_VERSION='0.1'
566PACKAGE_STRING='libwebsockets 0.1'
567PACKAGE_BUGREPORT='andy@warmcat.com'
568PACKAGE_URL=''
569
570ac_unique_file="test-server/test-server.c"
571# Factoring default headers for most tests.
572ac_includes_default="\
573#include <stdio.h>
574#ifdef HAVE_SYS_TYPES_H
575# include <sys/types.h>
576#endif
577#ifdef HAVE_SYS_STAT_H
578# include <sys/stat.h>
579#endif
580#ifdef STDC_HEADERS
581# include <stdlib.h>
582# include <stddef.h>
583#else
584# ifdef HAVE_STDLIB_H
585# include <stdlib.h>
586# endif
587#endif
588#ifdef HAVE_STRING_H
589# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
590# include <memory.h>
591# endif
592# include <string.h>
593#endif
594#ifdef HAVE_STRINGS_H
595# include <strings.h>
596#endif
597#ifdef HAVE_INTTYPES_H
598# include <inttypes.h>
599#endif
600#ifdef HAVE_STDINT_H
601# include <stdint.h>
602#endif
603#ifdef HAVE_UNISTD_H
604# include <unistd.h>
605#endif"
606
607ac_subst_vars='am__EXEEXT_FALSE
608am__EXEEXT_TRUE
609LTLIBOBJS
610LIBOBJS
611CPP
612OTOOL64
613OTOOL
614LIPO
615NMEDIT
616DSYMUTIL
617RANLIB
618AR
619OBJDUMP
620LN_S
621NM
622ac_ct_DUMPBIN
623DUMPBIN
624LD
625FGREP
626EGREP
627GREP
628SED
629am__fastdepCC_FALSE
630am__fastdepCC_TRUE
631CCDEPMODE
632AMDEPBACKSLASH
633AMDEP_FALSE
634AMDEP_TRUE
635am__quote
636am__include
637DEPDIR
638OBJEXT
639EXEEXT
640ac_ct_CC
641CPPFLAGS
642LDFLAGS
643CFLAGS
644CC
645host_os
646host_vendor
647host_cpu
648host
649build_os
650build_vendor
651build_cpu
652build
653LIBTOOL
654am__untar
655am__tar
656AMTAR
657am__leading_dot
658SET_MAKE
659AWK
660mkdir_p
661MKDIR_P
662INSTALL_STRIP_PROGRAM
663STRIP
664install_sh
665MAKEINFO
666AUTOHEADER
667AUTOMAKE
668AUTOCONF
669ACLOCAL
670VERSION
671PACKAGE
672CYGPATH_W
673am__isrc
674INSTALL_DATA
675INSTALL_SCRIPT
676INSTALL_PROGRAM
677target_alias
678host_alias
679build_alias
680LIBS
681ECHO_T
682ECHO_N
683ECHO_C
684DEFS
685mandir
686localedir
687libdir
688psdir
689pdfdir
690dvidir
691htmldir
692infodir
693docdir
694oldincludedir
695includedir
696localstatedir
697sharedstatedir
698sysconfdir
699datadir
700datarootdir
701libexecdir
702sbindir
703bindir
704program_transform_name
705prefix
706exec_prefix
707PACKAGE_URL
708PACKAGE_BUGREPORT
709PACKAGE_STRING
710PACKAGE_VERSION
711PACKAGE_TARNAME
712PACKAGE_NAME
713PATH_SEPARATOR
714SHELL'
715ac_subst_files=''
716ac_user_opts='
717enable_option_checking
718enable_shared
719enable_static
720with_pic
721enable_fast_install
722enable_dependency_tracking
723with_gnu_ld
724enable_libtool_lock
725enable_openssl
726'
727 ac_precious_vars='build_alias
728host_alias
729target_alias
730CC
731CFLAGS
732LDFLAGS
733LIBS
734CPPFLAGS
735CPP
736CPPFLAGS
737CC
738LDFLAGS
739LIBS
740CPPFLAGS'
741
742
743# Initialize some variables set by options.
744ac_init_help=
745ac_init_version=false
746ac_unrecognized_opts=
747ac_unrecognized_sep=
748# The variables have the same names as the options, with
749# dashes changed to underlines.
750cache_file=/dev/null
751exec_prefix=NONE
752no_create=
753no_recursion=
754prefix=NONE
755program_prefix=NONE
756program_suffix=NONE
757program_transform_name=s,x,x,
758silent=
759site=
760srcdir=
761verbose=
762x_includes=NONE
763x_libraries=NONE
764
765# Installation directory options.
766# These are left unexpanded so users can "make install exec_prefix=/foo"
767# and all the variables that are supposed to be based on exec_prefix
768# by default will actually change.
769# Use braces instead of parens because sh, perl, etc. also accept them.
770# (The list follows the same order as the GNU Coding Standards.)
771bindir='${exec_prefix}/bin'
772sbindir='${exec_prefix}/sbin'
773libexecdir='${exec_prefix}/libexec'
774datarootdir='${prefix}/share'
775datadir='${datarootdir}'
776sysconfdir='${prefix}/etc'
777sharedstatedir='${prefix}/com'
778localstatedir='${prefix}/var'
779includedir='${prefix}/include'
780oldincludedir='/usr/include'
781docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
782infodir='${datarootdir}/info'
783htmldir='${docdir}'
784dvidir='${docdir}'
785pdfdir='${docdir}'
786psdir='${docdir}'
787libdir='${exec_prefix}/lib'
788localedir='${datarootdir}/locale'
789mandir='${datarootdir}/man'
790
791ac_prev=
792ac_dashdash=
793for ac_option
794do
795 # If the previous option needs an argument, assign it.
796 if test -n "$ac_prev"; then
797 eval $ac_prev=\$ac_option
798 ac_prev=
799 continue
800 fi
801
802 case $ac_option in
803 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
804 *) ac_optarg=yes ;;
805 esac
806
807 # Accept the important Cygnus configure options, so we can diagnose typos.
808
809 case $ac_dashdash$ac_option in
810 --)
811 ac_dashdash=yes ;;
812
813 -bindir | --bindir | --bindi | --bind | --bin | --bi)
814 ac_prev=bindir ;;
815 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
816 bindir=$ac_optarg ;;
817
818 -build | --build | --buil | --bui | --bu)
819 ac_prev=build_alias ;;
820 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
821 build_alias=$ac_optarg ;;
822
823 -cache-file | --cache-file | --cache-fil | --cache-fi \
824 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
825 ac_prev=cache_file ;;
826 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
827 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
828 cache_file=$ac_optarg ;;
829
830 --config-cache | -C)
831 cache_file=config.cache ;;
832
833 -datadir | --datadir | --datadi | --datad)
834 ac_prev=datadir ;;
835 -datadir=* | --datadir=* | --datadi=* | --datad=*)
836 datadir=$ac_optarg ;;
837
838 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
839 | --dataroo | --dataro | --datar)
840 ac_prev=datarootdir ;;
841 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
842 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
843 datarootdir=$ac_optarg ;;
844
845 -disable-* | --disable-*)
846 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
847 # Reject names that are not valid shell variable names.
848 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
849 as_fn_error $? "invalid feature name: $ac_useropt"
850 ac_useropt_orig=$ac_useropt
851 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
852 case $ac_user_opts in
853 *"
854"enable_$ac_useropt"
855"*) ;;
856 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
857 ac_unrecognized_sep=', ';;
858 esac
859 eval enable_$ac_useropt=no ;;
860
861 -docdir | --docdir | --docdi | --doc | --do)
862 ac_prev=docdir ;;
863 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
864 docdir=$ac_optarg ;;
865
866 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
867 ac_prev=dvidir ;;
868 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
869 dvidir=$ac_optarg ;;
870
871 -enable-* | --enable-*)
872 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
873 # Reject names that are not valid shell variable names.
874 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
875 as_fn_error $? "invalid feature name: $ac_useropt"
876 ac_useropt_orig=$ac_useropt
877 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
878 case $ac_user_opts in
879 *"
880"enable_$ac_useropt"
881"*) ;;
882 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
883 ac_unrecognized_sep=', ';;
884 esac
885 eval enable_$ac_useropt=\$ac_optarg ;;
886
887 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
888 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
889 | --exec | --exe | --ex)
890 ac_prev=exec_prefix ;;
891 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
892 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
893 | --exec=* | --exe=* | --ex=*)
894 exec_prefix=$ac_optarg ;;
895
896 -gas | --gas | --ga | --g)
897 # Obsolete; use --with-gas.
898 with_gas=yes ;;
899
900 -help | --help | --hel | --he | -h)
901 ac_init_help=long ;;
902 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
903 ac_init_help=recursive ;;
904 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
905 ac_init_help=short ;;
906
907 -host | --host | --hos | --ho)
908 ac_prev=host_alias ;;
909 -host=* | --host=* | --hos=* | --ho=*)
910 host_alias=$ac_optarg ;;
911
912 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
913 ac_prev=htmldir ;;
914 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
915 | --ht=*)
916 htmldir=$ac_optarg ;;
917
918 -includedir | --includedir | --includedi | --included | --include \
919 | --includ | --inclu | --incl | --inc)
920 ac_prev=includedir ;;
921 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
922 | --includ=* | --inclu=* | --incl=* | --inc=*)
923 includedir=$ac_optarg ;;
924
925 -infodir | --infodir | --infodi | --infod | --info | --inf)
926 ac_prev=infodir ;;
927 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
928 infodir=$ac_optarg ;;
929
930 -libdir | --libdir | --libdi | --libd)
931 ac_prev=libdir ;;
932 -libdir=* | --libdir=* | --libdi=* | --libd=*)
933 libdir=$ac_optarg ;;
934
935 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
936 | --libexe | --libex | --libe)
937 ac_prev=libexecdir ;;
938 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
939 | --libexe=* | --libex=* | --libe=*)
940 libexecdir=$ac_optarg ;;
941
942 -localedir | --localedir | --localedi | --localed | --locale)
943 ac_prev=localedir ;;
944 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
945 localedir=$ac_optarg ;;
946
947 -localstatedir | --localstatedir | --localstatedi | --localstated \
948 | --localstate | --localstat | --localsta | --localst | --locals)
949 ac_prev=localstatedir ;;
950 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
951 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
952 localstatedir=$ac_optarg ;;
953
954 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
955 ac_prev=mandir ;;
956 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
957 mandir=$ac_optarg ;;
958
959 -nfp | --nfp | --nf)
960 # Obsolete; use --without-fp.
961 with_fp=no ;;
962
963 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
964 | --no-cr | --no-c | -n)
965 no_create=yes ;;
966
967 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
968 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
969 no_recursion=yes ;;
970
971 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
972 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
973 | --oldin | --oldi | --old | --ol | --o)
974 ac_prev=oldincludedir ;;
975 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
976 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
977 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
978 oldincludedir=$ac_optarg ;;
979
980 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
981 ac_prev=prefix ;;
982 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
983 prefix=$ac_optarg ;;
984
985 -program-prefix | --program-prefix | --program-prefi | --program-pref \
986 | --program-pre | --program-pr | --program-p)
987 ac_prev=program_prefix ;;
988 -program-prefix=* | --program-prefix=* | --program-prefi=* \
989 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
990 program_prefix=$ac_optarg ;;
991
992 -program-suffix | --program-suffix | --program-suffi | --program-suff \
993 | --program-suf | --program-su | --program-s)
994 ac_prev=program_suffix ;;
995 -program-suffix=* | --program-suffix=* | --program-suffi=* \
996 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
997 program_suffix=$ac_optarg ;;
998
999 -program-transform-name | --program-transform-name \
1000 | --program-transform-nam | --program-transform-na \
1001 | --program-transform-n | --program-transform- \
1002 | --program-transform | --program-transfor \
1003 | --program-transfo | --program-transf \
1004 | --program-trans | --program-tran \
1005 | --progr-tra | --program-tr | --program-t)
1006 ac_prev=program_transform_name ;;
1007 -program-transform-name=* | --program-transform-name=* \
1008 | --program-transform-nam=* | --program-transform-na=* \
1009 | --program-transform-n=* | --program-transform-=* \
1010 | --program-transform=* | --program-transfor=* \
1011 | --program-transfo=* | --program-transf=* \
1012 | --program-trans=* | --program-tran=* \
1013 | --progr-tra=* | --program-tr=* | --program-t=*)
1014 program_transform_name=$ac_optarg ;;
1015
1016 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1017 ac_prev=pdfdir ;;
1018 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1019 pdfdir=$ac_optarg ;;
1020
1021 -psdir | --psdir | --psdi | --psd | --ps)
1022 ac_prev=psdir ;;
1023 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1024 psdir=$ac_optarg ;;
1025
1026 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1027 | -silent | --silent | --silen | --sile | --sil)
1028 silent=yes ;;
1029
1030 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1031 ac_prev=sbindir ;;
1032 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1033 | --sbi=* | --sb=*)
1034 sbindir=$ac_optarg ;;
1035
1036 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1037 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1038 | --sharedst | --shareds | --shared | --share | --shar \
1039 | --sha | --sh)
1040 ac_prev=sharedstatedir ;;
1041 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1042 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1043 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1044 | --sha=* | --sh=*)
1045 sharedstatedir=$ac_optarg ;;
1046
1047 -site | --site | --sit)
1048 ac_prev=site ;;
1049 -site=* | --site=* | --sit=*)
1050 site=$ac_optarg ;;
1051
1052 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1053 ac_prev=srcdir ;;
1054 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1055 srcdir=$ac_optarg ;;
1056
1057 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1058 | --syscon | --sysco | --sysc | --sys | --sy)
1059 ac_prev=sysconfdir ;;
1060 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1061 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1062 sysconfdir=$ac_optarg ;;
1063
1064 -target | --target | --targe | --targ | --tar | --ta | --t)
1065 ac_prev=target_alias ;;
1066 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1067 target_alias=$ac_optarg ;;
1068
1069 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1070 verbose=yes ;;
1071
1072 -version | --version | --versio | --versi | --vers | -V)
1073 ac_init_version=: ;;
1074
1075 -with-* | --with-*)
1076 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1077 # Reject names that are not valid shell variable names.
1078 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1079 as_fn_error $? "invalid package name: $ac_useropt"
1080 ac_useropt_orig=$ac_useropt
1081 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1082 case $ac_user_opts in
1083 *"
1084"with_$ac_useropt"
1085"*) ;;
1086 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1087 ac_unrecognized_sep=', ';;
1088 esac
1089 eval with_$ac_useropt=\$ac_optarg ;;
1090
1091 -without-* | --without-*)
1092 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1093 # Reject names that are not valid shell variable names.
1094 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1095 as_fn_error $? "invalid package name: $ac_useropt"
1096 ac_useropt_orig=$ac_useropt
1097 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1098 case $ac_user_opts in
1099 *"
1100"with_$ac_useropt"
1101"*) ;;
1102 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1103 ac_unrecognized_sep=', ';;
1104 esac
1105 eval with_$ac_useropt=no ;;
1106
1107 --x)
1108 # Obsolete; use --with-x.
1109 with_x=yes ;;
1110
1111 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1112 | --x-incl | --x-inc | --x-in | --x-i)
1113 ac_prev=x_includes ;;
1114 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1115 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1116 x_includes=$ac_optarg ;;
1117
1118 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1119 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1120 ac_prev=x_libraries ;;
1121 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1122 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1123 x_libraries=$ac_optarg ;;
1124
1125 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1126Try \`$0 --help' for more information"
1127 ;;
1128
1129 *=*)
1130 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1131 # Reject names that are not valid shell variable names.
1132 case $ac_envvar in #(
1133 '' | [0-9]* | *[!_$as_cr_alnum]* )
1134 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1135 esac
1136 eval $ac_envvar=\$ac_optarg
1137 export $ac_envvar ;;
1138
1139 *)
1140 # FIXME: should be removed in autoconf 3.0.
1141 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1142 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1143 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1144 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1145 ;;
1146
1147 esac
1148done
1149
1150if test -n "$ac_prev"; then
1151 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1152 as_fn_error $? "missing argument to $ac_option"
1153fi
1154
1155if test -n "$ac_unrecognized_opts"; then
1156 case $enable_option_checking in
1157 no) ;;
1158 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1159 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1160 esac
1161fi
1162
1163# Check all directory arguments for consistency.
1164for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1165 datadir sysconfdir sharedstatedir localstatedir includedir \
1166 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1167 libdir localedir mandir
1168do
1169 eval ac_val=\$$ac_var
1170 # Remove trailing slashes.
1171 case $ac_val in
1172 */ )
1173 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1174 eval $ac_var=\$ac_val;;
1175 esac
1176 # Be sure to have absolute directory names.
1177 case $ac_val in
1178 [\\/$]* | ?:[\\/]* ) continue;;
1179 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1180 esac
1181 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1182done
1183
1184# There might be people who depend on the old broken behavior: `$host'
1185# used to hold the argument of --host etc.
1186# FIXME: To remove some day.
1187build=$build_alias
1188host=$host_alias
1189target=$target_alias
1190
1191# FIXME: To remove some day.
1192if test "x$host_alias" != x; then
1193 if test "x$build_alias" = x; then
1194 cross_compiling=maybe
1195 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1196 If a cross compiler is detected then cross compile mode will be used" >&2
1197 elif test "x$build_alias" != "x$host_alias"; then
1198 cross_compiling=yes
1199 fi
1200fi
1201
1202ac_tool_prefix=
1203test -n "$host_alias" && ac_tool_prefix=$host_alias-
1204
1205test "$silent" = yes && exec 6>/dev/null
1206
1207
1208ac_pwd=`pwd` && test -n "$ac_pwd" &&
1209ac_ls_di=`ls -di .` &&
1210ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1211 as_fn_error $? "working directory cannot be determined"
1212test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1213 as_fn_error $? "pwd does not report name of working directory"
1214
1215
1216# Find the source files, if location was not specified.
1217if test -z "$srcdir"; then
1218 ac_srcdir_defaulted=yes
1219 # Try the directory containing this script, then the parent directory.
1220 ac_confdir=`$as_dirname -- "$as_myself" ||
1221$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1222 X"$as_myself" : 'X\(//\)[^/]' \| \
1223 X"$as_myself" : 'X\(//\)$' \| \
1224 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1225$as_echo X"$as_myself" |
1226 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1227 s//\1/
1228 q
1229 }
1230 /^X\(\/\/\)[^/].*/{
1231 s//\1/
1232 q
1233 }
1234 /^X\(\/\/\)$/{
1235 s//\1/
1236 q
1237 }
1238 /^X\(\/\).*/{
1239 s//\1/
1240 q
1241 }
1242 s/.*/./; q'`
1243 srcdir=$ac_confdir
1244 if test ! -r "$srcdir/$ac_unique_file"; then
1245 srcdir=..
1246 fi
1247else
1248 ac_srcdir_defaulted=no
1249fi
1250if test ! -r "$srcdir/$ac_unique_file"; then
1251 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1252 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1253fi
1254ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1255ac_abs_confdir=`(
1256 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1257 pwd)`
1258# When building in place, set srcdir=.
1259if test "$ac_abs_confdir" = "$ac_pwd"; then
1260 srcdir=.
1261fi
1262# Remove unnecessary trailing slashes from srcdir.
1263# Double slashes in file names in object file debugging info
1264# mess up M-x gdb in Emacs.
1265case $srcdir in
1266*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1267esac
1268for ac_var in $ac_precious_vars; do
1269 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1270 eval ac_env_${ac_var}_value=\$${ac_var}
1271 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1272 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1273done
1274
1275#
1276# Report the --help message.
1277#
1278if test "$ac_init_help" = "long"; then
1279 # Omit some internal or obsolete options to make the list less imposing.
1280 # This message is too long to be a string in the A/UX 3.1 sh.
1281 cat <<_ACEOF
1282\`configure' configures libwebsockets 0.1 to adapt to many kinds of systems.
1283
1284Usage: $0 [OPTION]... [VAR=VALUE]...
1285
1286To assign environment variables (e.g., CC, CFLAGS...), specify them as
1287VAR=VALUE. See below for descriptions of some of the useful variables.
1288
1289Defaults for the options are specified in brackets.
1290
1291Configuration:
1292 -h, --help display this help and exit
1293 --help=short display options specific to this package
1294 --help=recursive display the short help of all the included packages
1295 -V, --version display version information and exit
1296 -q, --quiet, --silent do not print \`checking ...' messages
1297 --cache-file=FILE cache test results in FILE [disabled]
1298 -C, --config-cache alias for \`--cache-file=config.cache'
1299 -n, --no-create do not create output files
1300 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1301
1302Installation directories:
1303 --prefix=PREFIX install architecture-independent files in PREFIX
1304 [$ac_default_prefix]
1305 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1306 [PREFIX]
1307
1308By default, \`make install' will install all the files in
1309\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1310an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1311for instance \`--prefix=\$HOME'.
1312
1313For better control, use the options below.
1314
1315Fine tuning of the installation directories:
1316 --bindir=DIR user executables [EPREFIX/bin]
1317 --sbindir=DIR system admin executables [EPREFIX/sbin]
1318 --libexecdir=DIR program executables [EPREFIX/libexec]
1319 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1320 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1321 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1322 --libdir=DIR object code libraries [EPREFIX/lib]
1323 --includedir=DIR C header files [PREFIX/include]
1324 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1325 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1326 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1327 --infodir=DIR info documentation [DATAROOTDIR/info]
1328 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1329 --mandir=DIR man documentation [DATAROOTDIR/man]
1330 --docdir=DIR documentation root [DATAROOTDIR/doc/libwebsockets]
1331 --htmldir=DIR html documentation [DOCDIR]
1332 --dvidir=DIR dvi documentation [DOCDIR]
1333 --pdfdir=DIR pdf documentation [DOCDIR]
1334 --psdir=DIR ps documentation [DOCDIR]
1335_ACEOF
1336
1337 cat <<\_ACEOF
1338
1339Program names:
1340 --program-prefix=PREFIX prepend PREFIX to installed program names
1341 --program-suffix=SUFFIX append SUFFIX to installed program names
1342 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1343
1344System types:
1345 --build=BUILD configure for building on BUILD [guessed]
1346 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1347_ACEOF
1348fi
1349
1350if test -n "$ac_init_help"; then
1351 case $ac_init_help in
1352 short | recursive ) echo "Configuration of libwebsockets 0.1:";;
1353 esac
1354 cat <<\_ACEOF
1355
1356Optional Features:
1357 --disable-option-checking ignore unrecognized --enable/--with options
1358 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1359 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1360 --enable-shared[=PKGS] build shared libraries [default=yes]
1361 --enable-static[=PKGS] build static libraries [default=yes]
1362 --enable-fast-install[=PKGS]
1363 optimize for fast installation [default=yes]
1364 --disable-dependency-tracking speeds up one-time build
1365 --enable-dependency-tracking do not reject slow dependency extractors
1366 --disable-libtool-lock avoid locking (might break parallel builds)
1367 --enable-openssl Enables https support and needs openssl libs
1368
1369Optional Packages:
1370 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1371 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1372 --with-pic try to use only PIC/non-PIC objects [default=use
1373 both]
1374 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1375
1376Some influential environment variables:
1377 CC C compiler command
1378 CFLAGS C compiler flags
1379 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1380 nonstandard directory <lib dir>
1381 LIBS libraries to pass to the linker, e.g. -l<library>
1382 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1383 you have headers in a nonstandard directory <include dir>
1384 CPP C preprocessor
1385
1386Use these variables to override the choices made by `configure' or to help
1387it to find libraries and programs with nonstandard names/locations.
1388
1389Report bugs to <andy@warmcat.com>.
1390_ACEOF
1391ac_status=$?
1392fi
1393
1394if test "$ac_init_help" = "recursive"; then
1395 # If there are subdirs, report their specific --help.
1396 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1397 test -d "$ac_dir" ||
1398 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1399 continue
1400 ac_builddir=.
1401
1402case "$ac_dir" in
1403.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1404*)
1405 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1406 # A ".." for each directory in $ac_dir_suffix.
1407 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1408 case $ac_top_builddir_sub in
1409 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1410 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1411 esac ;;
1412esac
1413ac_abs_top_builddir=$ac_pwd
1414ac_abs_builddir=$ac_pwd$ac_dir_suffix
1415# for backward compatibility:
1416ac_top_builddir=$ac_top_build_prefix
1417
1418case $srcdir in
1419 .) # We are building in place.
1420 ac_srcdir=.
1421 ac_top_srcdir=$ac_top_builddir_sub
1422 ac_abs_top_srcdir=$ac_pwd ;;
1423 [\\/]* | ?:[\\/]* ) # Absolute name.
1424 ac_srcdir=$srcdir$ac_dir_suffix;
1425 ac_top_srcdir=$srcdir
1426 ac_abs_top_srcdir=$srcdir ;;
1427 *) # Relative name.
1428 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1429 ac_top_srcdir=$ac_top_build_prefix$srcdir
1430 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1431esac
1432ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1433
1434 cd "$ac_dir" || { ac_status=$?; continue; }
1435 # Check for guested configure.
1436 if test -f "$ac_srcdir/configure.gnu"; then
1437 echo &&
1438 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1439 elif test -f "$ac_srcdir/configure"; then
1440 echo &&
1441 $SHELL "$ac_srcdir/configure" --help=recursive
1442 else
1443 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1444 fi || ac_status=$?
1445 cd "$ac_pwd" || { ac_status=$?; break; }
1446 done
1447fi
1448
1449test -n "$ac_init_help" && exit $ac_status
1450if $ac_init_version; then
1451 cat <<\_ACEOF
1452libwebsockets configure 0.1
1453generated by GNU Autoconf 2.66
1454
1455Copyright (C) 2010 Free Software Foundation, Inc.
1456This configure script is free software; the Free Software Foundation
1457gives unlimited permission to copy, distribute and modify it.
1458_ACEOF
1459 exit
1460fi
1461
1462## ------------------------ ##
1463## Autoconf initialization. ##
1464## ------------------------ ##
1465
1466# ac_fn_c_try_compile LINENO
1467# --------------------------
1468# Try to compile conftest.$ac_ext, and return whether this succeeded.
1469ac_fn_c_try_compile ()
1470{
1471 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1472 rm -f conftest.$ac_objext
1473 if { { ac_try="$ac_compile"
1474case "(($ac_try" in
1475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1476 *) ac_try_echo=$ac_try;;
1477esac
1478eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1479$as_echo "$ac_try_echo"; } >&5
1480 (eval "$ac_compile") 2>conftest.err
1481 ac_status=$?
1482 if test -s conftest.err; then
1483 grep -v '^ *+' conftest.err >conftest.er1
1484 cat conftest.er1 >&5
1485 mv -f conftest.er1 conftest.err
1486 fi
1487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1488 test $ac_status = 0; } && {
1489 test -z "$ac_c_werror_flag" ||
1490 test ! -s conftest.err
1491 } && test -s conftest.$ac_objext; then :
1492 ac_retval=0
1493else
1494 $as_echo "$as_me: failed program was:" >&5
1495sed 's/^/| /' conftest.$ac_ext >&5
1496
1497 ac_retval=1
1498fi
1499 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1500 as_fn_set_status $ac_retval
1501
1502} # ac_fn_c_try_compile
1503
1504# ac_fn_c_try_link LINENO
1505# -----------------------
1506# Try to link conftest.$ac_ext, and return whether this succeeded.
1507ac_fn_c_try_link ()
1508{
1509 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1510 rm -f conftest.$ac_objext conftest$ac_exeext
1511 if { { ac_try="$ac_link"
1512case "(($ac_try" in
1513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1514 *) ac_try_echo=$ac_try;;
1515esac
1516eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1517$as_echo "$ac_try_echo"; } >&5
1518 (eval "$ac_link") 2>conftest.err
1519 ac_status=$?
1520 if test -s conftest.err; then
1521 grep -v '^ *+' conftest.err >conftest.er1
1522 cat conftest.er1 >&5
1523 mv -f conftest.er1 conftest.err
1524 fi
1525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1526 test $ac_status = 0; } && {
1527 test -z "$ac_c_werror_flag" ||
1528 test ! -s conftest.err
1529 } && test -s conftest$ac_exeext && {
1530 test "$cross_compiling" = yes ||
1531 $as_test_x conftest$ac_exeext
1532 }; then :
1533 ac_retval=0
1534else
1535 $as_echo "$as_me: failed program was:" >&5
1536sed 's/^/| /' conftest.$ac_ext >&5
1537
1538 ac_retval=1
1539fi
1540 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1541 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1542 # interfere with the next link command; also delete a directory that is
1543 # left behind by Apple's compiler. We do this before executing the actions.
1544 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1545 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1546 as_fn_set_status $ac_retval
1547
1548} # ac_fn_c_try_link
1549
1550# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1551# -------------------------------------------------------
1552# Tests whether HEADER exists and can be compiled using the include files in
1553# INCLUDES, setting the cache variable VAR accordingly.
1554ac_fn_c_check_header_compile ()
1555{
1556 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1558$as_echo_n "checking for $2... " >&6; }
1559if eval "test \"\${$3+set}\"" = set; then :
1560 $as_echo_n "(cached) " >&6
1561else
1562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1563/* end confdefs.h. */
1564$4
1565#include <$2>
1566_ACEOF
1567if ac_fn_c_try_compile "$LINENO"; then :
1568 eval "$3=yes"
1569else
1570 eval "$3=no"
1571fi
1572rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1573fi
1574eval ac_res=\$$3
1575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1576$as_echo "$ac_res" >&6; }
1577 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1578
1579} # ac_fn_c_check_header_compile
1580
1581# ac_fn_c_try_cpp LINENO
1582# ----------------------
1583# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1584ac_fn_c_try_cpp ()
1585{
1586 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1587 if { { ac_try="$ac_cpp conftest.$ac_ext"
1588case "(($ac_try" in
1589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1590 *) ac_try_echo=$ac_try;;
1591esac
1592eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1593$as_echo "$ac_try_echo"; } >&5
1594 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1595 ac_status=$?
1596 if test -s conftest.err; then
1597 grep -v '^ *+' conftest.err >conftest.er1
1598 cat conftest.er1 >&5
1599 mv -f conftest.er1 conftest.err
1600 fi
1601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1602 test $ac_status = 0; } >/dev/null && {
1603 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1604 test ! -s conftest.err
1605 }; then :
1606 ac_retval=0
1607else
1608 $as_echo "$as_me: failed program was:" >&5
1609sed 's/^/| /' conftest.$ac_ext >&5
1610
1611 ac_retval=1
1612fi
1613 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1614 as_fn_set_status $ac_retval
1615
1616} # ac_fn_c_try_cpp
1617
1618# ac_fn_c_try_run LINENO
1619# ----------------------
1620# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1621# that executables *can* be run.
1622ac_fn_c_try_run ()
1623{
1624 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1625 if { { ac_try="$ac_link"
1626case "(($ac_try" in
1627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1628 *) ac_try_echo=$ac_try;;
1629esac
1630eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1631$as_echo "$ac_try_echo"; } >&5
1632 (eval "$ac_link") 2>&5
1633 ac_status=$?
1634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1635 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1636 { { case "(($ac_try" in
1637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1638 *) ac_try_echo=$ac_try;;
1639esac
1640eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1641$as_echo "$ac_try_echo"; } >&5
1642 (eval "$ac_try") 2>&5
1643 ac_status=$?
1644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1645 test $ac_status = 0; }; }; then :
1646 ac_retval=0
1647else
1648 $as_echo "$as_me: program exited with status $ac_status" >&5
1649 $as_echo "$as_me: failed program was:" >&5
1650sed 's/^/| /' conftest.$ac_ext >&5
1651
1652 ac_retval=$ac_status
1653fi
1654 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1655 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1656 as_fn_set_status $ac_retval
1657
1658} # ac_fn_c_try_run
1659
1660# ac_fn_c_check_func LINENO FUNC VAR
1661# ----------------------------------
1662# Tests whether FUNC exists, setting the cache variable VAR accordingly
1663ac_fn_c_check_func ()
1664{
1665 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1667$as_echo_n "checking for $2... " >&6; }
1668if eval "test \"\${$3+set}\"" = set; then :
1669 $as_echo_n "(cached) " >&6
1670else
1671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1672/* end confdefs.h. */
1673/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1674 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1675#define $2 innocuous_$2
1676
1677/* System header to define __stub macros and hopefully few prototypes,
1678 which can conflict with char $2 (); below.
1679 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1680 <limits.h> exists even on freestanding compilers. */
1681
1682#ifdef __STDC__
1683# include <limits.h>
1684#else
1685# include <assert.h>
1686#endif
1687
1688#undef $2
1689
1690/* Override any GCC internal prototype to avoid an error.
1691 Use char because int might match the return type of a GCC
1692 builtin and then its argument prototype would still apply. */
1693#ifdef __cplusplus
1694extern "C"
1695#endif
1696char $2 ();
1697/* The GNU C library defines this for functions which it implements
1698 to always fail with ENOSYS. Some functions are actually named
1699 something starting with __ and the normal name is an alias. */
1700#if defined __stub_$2 || defined __stub___$2
1701choke me
1702#endif
1703
1704int
1705main ()
1706{
1707return $2 ();
1708 ;
1709 return 0;
1710}
1711_ACEOF
1712if ac_fn_c_try_link "$LINENO"; then :
1713 eval "$3=yes"
1714else
1715 eval "$3=no"
1716fi
1717rm -f core conftest.err conftest.$ac_objext \
1718 conftest$ac_exeext conftest.$ac_ext
1719fi
1720eval ac_res=\$$3
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1722$as_echo "$ac_res" >&6; }
1723 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1724
1725} # ac_fn_c_check_func
1726
1727# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1728# -------------------------------------------------------
1729# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1730# the include files in INCLUDES and setting the cache variable VAR
1731# accordingly.
1732ac_fn_c_check_header_mongrel ()
1733{
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 if eval "test \"\${$3+set}\"" = set; then :
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1737$as_echo_n "checking for $2... " >&6; }
1738if eval "test \"\${$3+set}\"" = set; then :
1739 $as_echo_n "(cached) " >&6
1740fi
1741eval ac_res=\$$3
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1743$as_echo "$ac_res" >&6; }
1744else
1745 # Is the header compilable?
1746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1747$as_echo_n "checking $2 usability... " >&6; }
1748cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1749/* end confdefs.h. */
1750$4
1751#include <$2>
1752_ACEOF
1753if ac_fn_c_try_compile "$LINENO"; then :
1754 ac_header_compiler=yes
1755else
1756 ac_header_compiler=no
1757fi
1758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1760$as_echo "$ac_header_compiler" >&6; }
1761
1762# Is the header present?
1763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1764$as_echo_n "checking $2 presence... " >&6; }
1765cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1766/* end confdefs.h. */
1767#include <$2>
1768_ACEOF
1769if ac_fn_c_try_cpp "$LINENO"; then :
1770 ac_header_preproc=yes
1771else
1772 ac_header_preproc=no
1773fi
1774rm -f conftest.err conftest.$ac_ext
1775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1776$as_echo "$ac_header_preproc" >&6; }
1777
1778# So? What about this header?
1779case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1780 yes:no: )
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1782$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1784$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1785 ;;
1786 no:yes:* )
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1788$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1790$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1792$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1794$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1796$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1797( $as_echo "## ------------------------------- ##
1798## Report this to andy@warmcat.com ##
1799## ------------------------------- ##"
1800 ) | sed "s/^/$as_me: WARNING: /" >&2
1801 ;;
1802esac
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1804$as_echo_n "checking for $2... " >&6; }
1805if eval "test \"\${$3+set}\"" = set; then :
1806 $as_echo_n "(cached) " >&6
1807else
1808 eval "$3=\$ac_header_compiler"
1809fi
1810eval ac_res=\$$3
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1812$as_echo "$ac_res" >&6; }
1813fi
1814 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1815
1816} # ac_fn_c_check_header_mongrel
1817
1818# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1819# -------------------------------------------
1820# Tests whether TYPE exists after having included INCLUDES, setting cache
1821# variable VAR accordingly.
1822ac_fn_c_check_type ()
1823{
1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1826$as_echo_n "checking for $2... " >&6; }
1827if eval "test \"\${$3+set}\"" = set; then :
1828 $as_echo_n "(cached) " >&6
1829else
1830 eval "$3=no"
1831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1832/* end confdefs.h. */
1833$4
1834int
1835main ()
1836{
1837if (sizeof ($2))
1838 return 0;
1839 ;
1840 return 0;
1841}
1842_ACEOF
1843if ac_fn_c_try_compile "$LINENO"; then :
1844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1845/* end confdefs.h. */
1846$4
1847int
1848main ()
1849{
1850if (sizeof (($2)))
1851 return 0;
1852 ;
1853 return 0;
1854}
1855_ACEOF
1856if ac_fn_c_try_compile "$LINENO"; then :
1857
1858else
1859 eval "$3=yes"
1860fi
1861rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1862fi
1863rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1864fi
1865eval ac_res=\$$3
1866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1867$as_echo "$ac_res" >&6; }
1868 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1869
1870} # ac_fn_c_check_type
1871cat >config.log <<_ACEOF
1872This file contains any messages produced by compilers while
1873running configure, to aid debugging if configure makes a mistake.
1874
1875It was created by libwebsockets $as_me 0.1, which was
1876generated by GNU Autoconf 2.66. Invocation command line was
1877
1878 $ $0 $@
1879
1880_ACEOF
1881exec 5>>config.log
1882{
1883cat <<_ASUNAME
1884## --------- ##
1885## Platform. ##
1886## --------- ##
1887
1888hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1889uname -m = `(uname -m) 2>/dev/null || echo unknown`
1890uname -r = `(uname -r) 2>/dev/null || echo unknown`
1891uname -s = `(uname -s) 2>/dev/null || echo unknown`
1892uname -v = `(uname -v) 2>/dev/null || echo unknown`
1893
1894/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1895/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1896
1897/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1898/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1899/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1900/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1901/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1902/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1903/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1904
1905_ASUNAME
1906
1907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1908for as_dir in $PATH
1909do
1910 IFS=$as_save_IFS
1911 test -z "$as_dir" && as_dir=.
1912 $as_echo "PATH: $as_dir"
1913 done
1914IFS=$as_save_IFS
1915
1916} >&5
1917
1918cat >&5 <<_ACEOF
1919
1920
1921## ----------- ##
1922## Core tests. ##
1923## ----------- ##
1924
1925_ACEOF
1926
1927
1928# Keep a trace of the command line.
1929# Strip out --no-create and --no-recursion so they do not pile up.
1930# Strip out --silent because we don't want to record it for future runs.
1931# Also quote any args containing shell meta-characters.
1932# Make two passes to allow for proper duplicate-argument suppression.
1933ac_configure_args=
1934ac_configure_args0=
1935ac_configure_args1=
1936ac_must_keep_next=false
1937for ac_pass in 1 2
1938do
1939 for ac_arg
1940 do
1941 case $ac_arg in
1942 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1943 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1944 | -silent | --silent | --silen | --sile | --sil)
1945 continue ;;
1946 *\'*)
1947 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1948 esac
1949 case $ac_pass in
1950 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1951 2)
1952 as_fn_append ac_configure_args1 " '$ac_arg'"
1953 if test $ac_must_keep_next = true; then
1954 ac_must_keep_next=false # Got value, back to normal.
1955 else
1956 case $ac_arg in
1957 *=* | --config-cache | -C | -disable-* | --disable-* \
1958 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1959 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1960 | -with-* | --with-* | -without-* | --without-* | --x)
1961 case "$ac_configure_args0 " in
1962 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1963 esac
1964 ;;
1965 -* ) ac_must_keep_next=true ;;
1966 esac
1967 fi
1968 as_fn_append ac_configure_args " '$ac_arg'"
1969 ;;
1970 esac
1971 done
1972done
1973{ ac_configure_args0=; unset ac_configure_args0;}
1974{ ac_configure_args1=; unset ac_configure_args1;}
1975
1976# When interrupted or exit'd, cleanup temporary files, and complete
1977# config.log. We remove comments because anyway the quotes in there
1978# would cause problems or look ugly.
1979# WARNING: Use '\'' to represent an apostrophe within the trap.
1980# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1981trap 'exit_status=$?
1982 # Save into config.log some information that might help in debugging.
1983 {
1984 echo
1985
1986 $as_echo "## ---------------- ##
1987## Cache variables. ##
1988## ---------------- ##"
1989 echo
1990 # The following way of writing the cache mishandles newlines in values,
1991(
1992 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1993 eval ac_val=\$$ac_var
1994 case $ac_val in #(
1995 *${as_nl}*)
1996 case $ac_var in #(
1997 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1998$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1999 esac
2000 case $ac_var in #(
2001 _ | IFS | as_nl) ;; #(
2002 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2003 *) { eval $ac_var=; unset $ac_var;} ;;
2004 esac ;;
2005 esac
2006 done
2007 (set) 2>&1 |
2008 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2009 *${as_nl}ac_space=\ *)
2010 sed -n \
2011 "s/'\''/'\''\\\\'\'''\''/g;
2012 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2013 ;; #(
2014 *)
2015 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2016 ;;
2017 esac |
2018 sort
2019)
2020 echo
2021
2022 $as_echo "## ----------------- ##
2023## Output variables. ##
2024## ----------------- ##"
2025 echo
2026 for ac_var in $ac_subst_vars
2027 do
2028 eval ac_val=\$$ac_var
2029 case $ac_val in
2030 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2031 esac
2032 $as_echo "$ac_var='\''$ac_val'\''"
2033 done | sort
2034 echo
2035
2036 if test -n "$ac_subst_files"; then
2037 $as_echo "## ------------------- ##
2038## File substitutions. ##
2039## ------------------- ##"
2040 echo
2041 for ac_var in $ac_subst_files
2042 do
2043 eval ac_val=\$$ac_var
2044 case $ac_val in
2045 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2046 esac
2047 $as_echo "$ac_var='\''$ac_val'\''"
2048 done | sort
2049 echo
2050 fi
2051
2052 if test -s confdefs.h; then
2053 $as_echo "## ----------- ##
2054## confdefs.h. ##
2055## ----------- ##"
2056 echo
2057 cat confdefs.h
2058 echo
2059 fi
2060 test "$ac_signal" != 0 &&
2061 $as_echo "$as_me: caught signal $ac_signal"
2062 $as_echo "$as_me: exit $exit_status"
2063 } >&5
2064 rm -f core *.core core.conftest.* &&
2065 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2066 exit $exit_status
2067' 0
2068for ac_signal in 1 2 13 15; do
2069 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2070done
2071ac_signal=0
2072
2073# confdefs.h avoids OS command line length limits that DEFS can exceed.
2074rm -f -r conftest* confdefs.h
2075
2076$as_echo "/* confdefs.h */" > confdefs.h
2077
2078# Predefined preprocessor variables.
2079
2080cat >>confdefs.h <<_ACEOF
2081#define PACKAGE_NAME "$PACKAGE_NAME"
2082_ACEOF
2083
2084cat >>confdefs.h <<_ACEOF
2085#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2086_ACEOF
2087
2088cat >>confdefs.h <<_ACEOF
2089#define PACKAGE_VERSION "$PACKAGE_VERSION"
2090_ACEOF
2091
2092cat >>confdefs.h <<_ACEOF
2093#define PACKAGE_STRING "$PACKAGE_STRING"
2094_ACEOF
2095
2096cat >>confdefs.h <<_ACEOF
2097#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2098_ACEOF
2099
2100cat >>confdefs.h <<_ACEOF
2101#define PACKAGE_URL "$PACKAGE_URL"
2102_ACEOF
2103
2104
2105# Let the site file select an alternate cache file if it wants to.
2106# Prefer an explicitly selected file to automatically selected ones.
2107ac_site_file1=NONE
2108ac_site_file2=NONE
2109if test -n "$CONFIG_SITE"; then
2110 # We do not want a PATH search for config.site.
2111 case $CONFIG_SITE in #((
2112 -*) ac_site_file1=./$CONFIG_SITE;;
2113 */*) ac_site_file1=$CONFIG_SITE;;
2114 *) ac_site_file1=./$CONFIG_SITE;;
2115 esac
2116elif test "x$prefix" != xNONE; then
2117 ac_site_file1=$prefix/share/config.site
2118 ac_site_file2=$prefix/etc/config.site
2119else
2120 ac_site_file1=$ac_default_prefix/share/config.site
2121 ac_site_file2=$ac_default_prefix/etc/config.site
2122fi
2123for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2124do
2125 test "x$ac_site_file" = xNONE && continue
2126 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2127 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2128$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2129 sed 's/^/| /' "$ac_site_file" >&5
2130 . "$ac_site_file" \
2131 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2132$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2133as_fn_error $? "failed to load site script $ac_site_file
2134See \`config.log' for more details" "$LINENO" 5; }
2135 fi
2136done
2137
2138if test -r "$cache_file"; then
2139 # Some versions of bash will fail to source /dev/null (special files
2140 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2141 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2143$as_echo "$as_me: loading cache $cache_file" >&6;}
2144 case $cache_file in
2145 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2146 *) . "./$cache_file";;
2147 esac
2148 fi
2149else
2150 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2151$as_echo "$as_me: creating cache $cache_file" >&6;}
2152 >$cache_file
2153fi
2154
2155# Check that the precious variables saved in the cache have kept the same
2156# value.
2157ac_cache_corrupted=false
2158for ac_var in $ac_precious_vars; do
2159 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2160 eval ac_new_set=\$ac_env_${ac_var}_set
2161 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2162 eval ac_new_val=\$ac_env_${ac_var}_value
2163 case $ac_old_set,$ac_new_set in
2164 set,)
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2166$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2167 ac_cache_corrupted=: ;;
2168 ,set)
2169 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2170$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2171 ac_cache_corrupted=: ;;
2172 ,);;
2173 *)
2174 if test "x$ac_old_val" != "x$ac_new_val"; then
2175 # differences in whitespace do not lead to failure.
2176 ac_old_val_w=`echo x $ac_old_val`
2177 ac_new_val_w=`echo x $ac_new_val`
2178 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2180$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2181 ac_cache_corrupted=:
2182 else
2183 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2184$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2185 eval $ac_var=\$ac_old_val
2186 fi
2187 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2188$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2190$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2191 fi;;
2192 esac
2193 # Pass precious variables to config.status.
2194 if test "$ac_new_set" = set; then
2195 case $ac_new_val in
2196 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2197 *) ac_arg=$ac_var=$ac_new_val ;;
2198 esac
2199 case " $ac_configure_args " in
2200 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2201 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2202 esac
2203 fi
2204done
2205if $ac_cache_corrupted; then
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2207$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2209$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2210 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2211fi
2212## -------------------- ##
2213## Main body of script. ##
2214## -------------------- ##
2215
2216ac_ext=c
2217ac_cpp='$CPP $CPPFLAGS'
2218ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2219ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2220ac_compiler_gnu=$ac_cv_c_compiler_gnu
2221
2222
2223
2224ac_config_headers="$ac_config_headers config.h"
2225
2226
2227am__api_version='1.11'
2228
2229ac_aux_dir=
2230for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2231 if test -f "$ac_dir/install-sh"; then
2232 ac_aux_dir=$ac_dir
2233 ac_install_sh="$ac_aux_dir/install-sh -c"
2234 break
2235 elif test -f "$ac_dir/install.sh"; then
2236 ac_aux_dir=$ac_dir
2237 ac_install_sh="$ac_aux_dir/install.sh -c"
2238 break
2239 elif test -f "$ac_dir/shtool"; then
2240 ac_aux_dir=$ac_dir
2241 ac_install_sh="$ac_aux_dir/shtool install -c"
2242 break
2243 fi
2244done
2245if test -z "$ac_aux_dir"; then
2246 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2247fi
2248
2249# These three variables are undocumented and unsupported,
2250# and are intended to be withdrawn in a future Autoconf release.
2251# They can cause serious problems if a builder's source tree is in a directory
2252# whose full name contains unusual characters.
2253ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2254ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2255ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2256
2257
2258# Find a good install program. We prefer a C program (faster),
2259# so one script is as good as another. But avoid the broken or
2260# incompatible versions:
2261# SysV /etc/install, /usr/sbin/install
2262# SunOS /usr/etc/install
2263# IRIX /sbin/install
2264# AIX /bin/install
2265# AmigaOS /C/install, which installs bootblocks on floppy discs
2266# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2267# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2268# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2269# OS/2's system install, which has a completely different semantic
2270# ./install, which can be erroneously created by make from ./install.sh.
2271# Reject install programs that cannot install multiple files.
2272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2273$as_echo_n "checking for a BSD-compatible install... " >&6; }
2274if test -z "$INSTALL"; then
2275if test "${ac_cv_path_install+set}" = set; then :
2276 $as_echo_n "(cached) " >&6
2277else
2278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2279for as_dir in $PATH
2280do
2281 IFS=$as_save_IFS
2282 test -z "$as_dir" && as_dir=.
2283 # Account for people who put trailing slashes in PATH elements.
2284case $as_dir/ in #((
2285 ./ | .// | /[cC]/* | \
2286 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2287 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2288 /usr/ucb/* ) ;;
2289 *)
2290 # OSF1 and SCO ODT 3.0 have their own names for install.
2291 # Don't use installbsd from OSF since it installs stuff as root
2292 # by default.
2293 for ac_prog in ginstall scoinst install; do
2294 for ac_exec_ext in '' $ac_executable_extensions; do
2295 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2296 if test $ac_prog = install &&
2297 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2298 # AIX install. It has an incompatible calling convention.
2299 :
2300 elif test $ac_prog = install &&
2301 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2302 # program-specific install script used by HP pwplus--don't use.
2303 :
2304 else
2305 rm -rf conftest.one conftest.two conftest.dir
2306 echo one > conftest.one
2307 echo two > conftest.two
2308 mkdir conftest.dir
2309 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2310 test -s conftest.one && test -s conftest.two &&
2311 test -s conftest.dir/conftest.one &&
2312 test -s conftest.dir/conftest.two
2313 then
2314 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2315 break 3
2316 fi
2317 fi
2318 fi
2319 done
2320 done
2321 ;;
2322esac
2323
2324 done
2325IFS=$as_save_IFS
2326
2327rm -rf conftest.one conftest.two conftest.dir
2328
2329fi
2330 if test "${ac_cv_path_install+set}" = set; then
2331 INSTALL=$ac_cv_path_install
2332 else
2333 # As a last resort, use the slow shell script. Don't cache a
2334 # value for INSTALL within a source directory, because that will
2335 # break other packages using the cache if that directory is
2336 # removed, or if the value is a relative name.
2337 INSTALL=$ac_install_sh
2338 fi
2339fi
2340{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2341$as_echo "$INSTALL" >&6; }
2342
2343# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2344# It thinks the first close brace ends the variable substitution.
2345test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2346
2347test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2348
2349test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2350
2351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2352$as_echo_n "checking whether build environment is sane... " >&6; }
2353# Just in case
2354sleep 1
2355echo timestamp > conftest.file
2356# Reject unsafe characters in $srcdir or the absolute working directory
2357# name. Accept space and tab only in the latter.
2358am_lf='
2359'
2360case `pwd` in
2361 *[\\\"\#\$\&\'\`$am_lf]*)
2362 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2363esac
2364case $srcdir in
2365 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2366 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2367esac
2368
2369# Do `set' in a subshell so we don't clobber the current shell's
2370# arguments. Must try -L first in case configure is actually a
2371# symlink; some systems play weird games with the mod time of symlinks
2372# (eg FreeBSD returns the mod time of the symlink's containing
2373# directory).
2374if (
2375 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2376 if test "$*" = "X"; then
2377 # -L didn't work.
2378 set X `ls -t "$srcdir/configure" conftest.file`
2379 fi
2380 rm -f conftest.file
2381 if test "$*" != "X $srcdir/configure conftest.file" \
2382 && test "$*" != "X conftest.file $srcdir/configure"; then
2383
2384 # If neither matched, then we have a broken ls. This can happen
2385 # if, for instance, CONFIG_SHELL is bash and it inherits a
2386 # broken ls alias from the environment. This has actually
2387 # happened. Such a system could not be considered "sane".
2388 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2389alias in your environment" "$LINENO" 5
2390 fi
2391
2392 test "$2" = conftest.file
2393 )
2394then
2395 # Ok.
2396 :
2397else
2398 as_fn_error $? "newly created file is older than distributed files!
2399Check your system clock" "$LINENO" 5
2400fi
2401{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2402$as_echo "yes" >&6; }
2403test "$program_prefix" != NONE &&
2404 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2405# Use a double $ so make ignores it.
2406test "$program_suffix" != NONE &&
2407 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2408# Double any \ or $.
2409# By default was `s,x,x', remove it if useless.
2410ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2411program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2412
2413# expand $ac_aux_dir to an absolute path
2414am_aux_dir=`cd $ac_aux_dir && pwd`
2415
2416if test x"${MISSING+set}" != xset; then
2417 case $am_aux_dir in
2418 *\ * | *\ *)
2419 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2420 *)
2421 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2422 esac
2423fi
2424# Use eval to expand $SHELL
2425if eval "$MISSING --run true"; then
2426 am_missing_run="$MISSING --run "
2427else
2428 am_missing_run=
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2430$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2431fi
2432
2433if test x"${install_sh}" != xset; then
2434 case $am_aux_dir in
2435 *\ * | *\ *)
2436 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2437 *)
2438 install_sh="\${SHELL} $am_aux_dir/install-sh"
2439 esac
2440fi
2441
2442# Installed binaries are usually stripped using `strip' when the user
2443# run `make install-strip'. However `strip' might not be the right
2444# tool to use in cross-compilation environments, therefore Automake
2445# will honor the `STRIP' environment variable to overrule this program.
2446if test "$cross_compiling" != no; then
2447 if test -n "$ac_tool_prefix"; then
2448 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2449set dummy ${ac_tool_prefix}strip; ac_word=$2
2450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2451$as_echo_n "checking for $ac_word... " >&6; }
2452if test "${ac_cv_prog_STRIP+set}" = set; then :
2453 $as_echo_n "(cached) " >&6
2454else
2455 if test -n "$STRIP"; then
2456 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2457else
2458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2459for as_dir in $PATH
2460do
2461 IFS=$as_save_IFS
2462 test -z "$as_dir" && as_dir=.
2463 for ac_exec_ext in '' $ac_executable_extensions; do
2464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2465 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2467 break 2
2468 fi
2469done
2470 done
2471IFS=$as_save_IFS
2472
2473fi
2474fi
2475STRIP=$ac_cv_prog_STRIP
2476if test -n "$STRIP"; then
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2478$as_echo "$STRIP" >&6; }
2479else
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2481$as_echo "no" >&6; }
2482fi
2483
2484
2485fi
2486if test -z "$ac_cv_prog_STRIP"; then
2487 ac_ct_STRIP=$STRIP
2488 # Extract the first word of "strip", so it can be a program name with args.
2489set dummy strip; ac_word=$2
2490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2491$as_echo_n "checking for $ac_word... " >&6; }
2492if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2493 $as_echo_n "(cached) " >&6
2494else
2495 if test -n "$ac_ct_STRIP"; then
2496 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2497else
2498as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2499for as_dir in $PATH
2500do
2501 IFS=$as_save_IFS
2502 test -z "$as_dir" && as_dir=.
2503 for ac_exec_ext in '' $ac_executable_extensions; do
2504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2505 ac_cv_prog_ac_ct_STRIP="strip"
2506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2507 break 2
2508 fi
2509done
2510 done
2511IFS=$as_save_IFS
2512
2513fi
2514fi
2515ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2516if test -n "$ac_ct_STRIP"; then
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2518$as_echo "$ac_ct_STRIP" >&6; }
2519else
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2521$as_echo "no" >&6; }
2522fi
2523
2524 if test "x$ac_ct_STRIP" = x; then
2525 STRIP=":"
2526 else
2527 case $cross_compiling:$ac_tool_warned in
2528yes:)
2529{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2530$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2531ac_tool_warned=yes ;;
2532esac
2533 STRIP=$ac_ct_STRIP
2534 fi
2535else
2536 STRIP="$ac_cv_prog_STRIP"
2537fi
2538
2539fi
2540INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2541
2542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2543$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2544if test -z "$MKDIR_P"; then
2545 if test "${ac_cv_path_mkdir+set}" = set; then :
2546 $as_echo_n "(cached) " >&6
2547else
2548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2549for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2550do
2551 IFS=$as_save_IFS
2552 test -z "$as_dir" && as_dir=.
2553 for ac_prog in mkdir gmkdir; do
2554 for ac_exec_ext in '' $ac_executable_extensions; do
2555 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2556 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2557 'mkdir (GNU coreutils) '* | \
2558 'mkdir (coreutils) '* | \
2559 'mkdir (fileutils) '4.1*)
2560 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2561 break 3;;
2562 esac
2563 done
2564 done
2565 done
2566IFS=$as_save_IFS
2567
2568fi
2569
2570 test -d ./--version && rmdir ./--version
2571 if test "${ac_cv_path_mkdir+set}" = set; then
2572 MKDIR_P="$ac_cv_path_mkdir -p"
2573 else
2574 # As a last resort, use the slow shell script. Don't cache a
2575 # value for MKDIR_P within a source directory, because that will
2576 # break other packages using the cache if that directory is
2577 # removed, or if the value is a relative name.
2578 MKDIR_P="$ac_install_sh -d"
2579 fi
2580fi
2581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2582$as_echo "$MKDIR_P" >&6; }
2583
2584mkdir_p="$MKDIR_P"
2585case $mkdir_p in
2586 [\\/$]* | ?:[\\/]*) ;;
2587 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2588esac
2589
2590for ac_prog in gawk mawk nawk awk
2591do
2592 # Extract the first word of "$ac_prog", so it can be a program name with args.
2593set dummy $ac_prog; ac_word=$2
2594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2595$as_echo_n "checking for $ac_word... " >&6; }
2596if test "${ac_cv_prog_AWK+set}" = set; then :
2597 $as_echo_n "(cached) " >&6
2598else
2599 if test -n "$AWK"; then
2600 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2601else
2602as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2603for as_dir in $PATH
2604do
2605 IFS=$as_save_IFS
2606 test -z "$as_dir" && as_dir=.
2607 for ac_exec_ext in '' $ac_executable_extensions; do
2608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2609 ac_cv_prog_AWK="$ac_prog"
2610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2611 break 2
2612 fi
2613done
2614 done
2615IFS=$as_save_IFS
2616
2617fi
2618fi
2619AWK=$ac_cv_prog_AWK
2620if test -n "$AWK"; then
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2622$as_echo "$AWK" >&6; }
2623else
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2625$as_echo "no" >&6; }
2626fi
2627
2628
2629 test -n "$AWK" && break
2630done
2631
2632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2633$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2634set x ${MAKE-make}
2635ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2636if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2637 $as_echo_n "(cached) " >&6
2638else
2639 cat >conftest.make <<\_ACEOF
2640SHELL = /bin/sh
2641all:
2642 @echo '@@@%%%=$(MAKE)=@@@%%%'
2643_ACEOF
2644# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2645case `${MAKE-make} -f conftest.make 2>/dev/null` in
2646 *@@@%%%=?*=@@@%%%*)
2647 eval ac_cv_prog_make_${ac_make}_set=yes;;
2648 *)
2649 eval ac_cv_prog_make_${ac_make}_set=no;;
2650esac
2651rm -f conftest.make
2652fi
2653if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2655$as_echo "yes" >&6; }
2656 SET_MAKE=
2657else
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2659$as_echo "no" >&6; }
2660 SET_MAKE="MAKE=${MAKE-make}"
2661fi
2662
2663rm -rf .tst 2>/dev/null
2664mkdir .tst 2>/dev/null
2665if test -d .tst; then
2666 am__leading_dot=.
2667else
2668 am__leading_dot=_
2669fi
2670rmdir .tst 2>/dev/null
2671
2672if test "`cd $srcdir && pwd`" != "`pwd`"; then
2673 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2674 # is not polluted with repeated "-I."
2675 am__isrc=' -I$(srcdir)'
2676 # test to see if srcdir already configured
2677 if test -f $srcdir/config.status; then
2678 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2679 fi
2680fi
2681
2682# test whether we have cygpath
2683if test -z "$CYGPATH_W"; then
2684 if (cygpath --version) >/dev/null 2>/dev/null; then
2685 CYGPATH_W='cygpath -w'
2686 else
2687 CYGPATH_W=echo
2688 fi
2689fi
2690
2691
2692# Define the identity of the package.
2693 PACKAGE='libwebsockets'
2694 VERSION='0.1'
2695
2696
2697cat >>confdefs.h <<_ACEOF
2698#define PACKAGE "$PACKAGE"
2699_ACEOF
2700
2701
2702cat >>confdefs.h <<_ACEOF
2703#define VERSION "$VERSION"
2704_ACEOF
2705
2706# Some tools Automake needs.
2707
2708ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2709
2710
2711AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2712
2713
2714AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2715
2716
2717AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2718
2719
2720MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2721
2722# We need awk for the "check" target. The system "awk" is bad on
2723# some platforms.
2724# Always define AMTAR for backward compatibility.
2725
2726AMTAR=${AMTAR-"${am_missing_run}tar"}
2727
2728am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2729
2730
2731
2732
2733
2734case `pwd` in
2735 *\ * | *\ *)
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
2737$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
2738esac
2739
2740
2741
2742macro_version='2.2.10'
2743macro_revision='1.3175'
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757ltmain="$ac_aux_dir/ltmain.sh"
2758
2759# Make sure we can run config.sub.
2760$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2761 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2762
2763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2764$as_echo_n "checking build system type... " >&6; }
2765if test "${ac_cv_build+set}" = set; then :
2766 $as_echo_n "(cached) " >&6
2767else
2768 ac_build_alias=$build_alias
2769test "x$ac_build_alias" = x &&
2770 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2771test "x$ac_build_alias" = x &&
2772 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2773ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2774 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2775
2776fi
2777{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2778$as_echo "$ac_cv_build" >&6; }
2779case $ac_cv_build in
2780*-*-*) ;;
2781*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2782esac
2783build=$ac_cv_build
2784ac_save_IFS=$IFS; IFS='-'
2785set x $ac_cv_build
2786shift
2787build_cpu=$1
2788build_vendor=$2
2789shift; shift
2790# Remember, the first character of IFS is used to create $*,
2791# except with old shells:
2792build_os=$*
2793IFS=$ac_save_IFS
2794case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2795
2796
2797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2798$as_echo_n "checking host system type... " >&6; }
2799if test "${ac_cv_host+set}" = set; then :
2800 $as_echo_n "(cached) " >&6
2801else
2802 if test "x$host_alias" = x; then
2803 ac_cv_host=$ac_cv_build
2804else
2805 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2806 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2807fi
2808
2809fi
2810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2811$as_echo "$ac_cv_host" >&6; }
2812case $ac_cv_host in
2813*-*-*) ;;
2814*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2815esac
2816host=$ac_cv_host
2817ac_save_IFS=$IFS; IFS='-'
2818set x $ac_cv_host
2819shift
2820host_cpu=$1
2821host_vendor=$2
2822shift; shift
2823# Remember, the first character of IFS is used to create $*,
2824# except with old shells:
2825host_os=$*
2826IFS=$ac_save_IFS
2827case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2828
2829
2830# Backslashify metacharacters that are still active within
2831# double-quoted strings.
2832sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
2833
2834# Same as above, but do not quote variable references.
2835double_quote_subst='s/\(["`\\]\)/\\\1/g'
2836
2837# Sed substitution to delay expansion of an escaped shell variable in a
2838# double_quote_subst'ed string.
2839delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
2840
2841# Sed substitution to delay expansion of an escaped single quote.
2842delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
2843
2844# Sed substitution to avoid accidental globbing in evaled expressions
2845no_glob_subst='s/\*/\\\*/g'
2846
2847ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2848ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
2849ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
2850
2851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
2852$as_echo_n "checking how to print strings... " >&6; }
2853# Test print first, because it will be a builtin if present.
2854if test "X`print -r -- -n 2>/dev/null`" = X-n && \
2855 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
2856 ECHO='print -r --'
2857elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
2858 ECHO='printf %s\n'
2859else
2860 # Use this function as a fallback that always works.
2861 func_fallback_echo ()
2862 {
2863 eval 'cat <<_LTECHO_EOF
2864$1
2865_LTECHO_EOF'
2866 }
2867 ECHO='func_fallback_echo'
2868fi
2869
2870# func_echo_all arg...
2871# Invoke $ECHO with all args, space-separated.
2872func_echo_all ()
2873{
2874 $ECHO ""
2875}
2876
2877case "$ECHO" in
2878 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
2879$as_echo "printf" >&6; } ;;
2880 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
2881$as_echo "print -r" >&6; } ;;
2882 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
2883$as_echo "cat" >&6; } ;;
2884esac
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899DEPDIR="${am__leading_dot}deps"
2900
2901ac_config_commands="$ac_config_commands depfiles"
2902
2903
2904am_make=${MAKE-make}
2905cat > confinc << 'END'
2906am__doit:
2907 @echo this is the am__doit target
2908.PHONY: am__doit
2909END
2910# If we don't find an include directive, just comment out the code.
2911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2912$as_echo_n "checking for style of include used by $am_make... " >&6; }
2913am__include="#"
2914am__quote=
2915_am_result=none
2916# First try GNU make style include.
2917echo "include confinc" > confmf
2918# Ignore all kinds of additional output from `make'.
2919case `$am_make -s -f confmf 2> /dev/null` in #(
2920*the\ am__doit\ target*)
2921 am__include=include
2922 am__quote=
2923 _am_result=GNU
2924 ;;
2925esac
2926# Now try BSD make style include.
2927if test "$am__include" = "#"; then
2928 echo '.include "confinc"' > confmf
2929 case `$am_make -s -f confmf 2> /dev/null` in #(
2930 *the\ am__doit\ target*)
2931 am__include=.include
2932 am__quote="\""
2933 _am_result=BSD
2934 ;;
2935 esac
2936fi
2937
2938
2939{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2940$as_echo "$_am_result" >&6; }
2941rm -f confinc confmf
2942
2943# Check whether --enable-dependency-tracking was given.
2944if test "${enable_dependency_tracking+set}" = set; then :
2945 enableval=$enable_dependency_tracking;
2946fi
2947
2948if test "x$enable_dependency_tracking" != xno; then
2949 am_depcomp="$ac_aux_dir/depcomp"
2950 AMDEPBACKSLASH='\'
2951fi
2952 if test "x$enable_dependency_tracking" != xno; then
2953 AMDEP_TRUE=
2954 AMDEP_FALSE='#'
2955else
2956 AMDEP_TRUE='#'
2957 AMDEP_FALSE=
2958fi
2959
2960
2961ac_ext=c
2962ac_cpp='$CPP $CPPFLAGS'
2963ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2964ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2965ac_compiler_gnu=$ac_cv_c_compiler_gnu
2966if test -n "$ac_tool_prefix"; then
2967 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2968set dummy ${ac_tool_prefix}gcc; ac_word=$2
2969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970$as_echo_n "checking for $ac_word... " >&6; }
2971if test "${ac_cv_prog_CC+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2973else
2974 if test -n "$CC"; then
2975 ac_cv_prog_CC="$CC" # Let the user override the test.
2976else
2977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978for as_dir in $PATH
2979do
2980 IFS=$as_save_IFS
2981 test -z "$as_dir" && as_dir=.
2982 for ac_exec_ext in '' $ac_executable_extensions; do
2983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986 break 2
2987 fi
2988done
2989 done
2990IFS=$as_save_IFS
2991
2992fi
2993fi
2994CC=$ac_cv_prog_CC
2995if test -n "$CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997$as_echo "$CC" >&6; }
2998else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000$as_echo "no" >&6; }
3001fi
3002
3003
3004fi
3005if test -z "$ac_cv_prog_CC"; then
3006 ac_ct_CC=$CC
3007 # Extract the first word of "gcc", so it can be a program name with args.
3008set dummy gcc; ac_word=$2
3009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010$as_echo_n "checking for $ac_word... " >&6; }
3011if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013else
3014 if test -n "$ac_ct_CC"; then
3015 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3016else
3017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3018for as_dir in $PATH
3019do
3020 IFS=$as_save_IFS
3021 test -z "$as_dir" && as_dir=.
3022 for ac_exec_ext in '' $ac_executable_extensions; do
3023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3024 ac_cv_prog_ac_ct_CC="gcc"
3025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3026 break 2
3027 fi
3028done
3029 done
3030IFS=$as_save_IFS
3031
3032fi
3033fi
3034ac_ct_CC=$ac_cv_prog_ac_ct_CC
3035if test -n "$ac_ct_CC"; then
3036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3037$as_echo "$ac_ct_CC" >&6; }
3038else
3039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3040$as_echo "no" >&6; }
3041fi
3042
3043 if test "x$ac_ct_CC" = x; then
3044 CC=""
3045 else
3046 case $cross_compiling:$ac_tool_warned in
3047yes:)
3048{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3049$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3050ac_tool_warned=yes ;;
3051esac
3052 CC=$ac_ct_CC
3053 fi
3054else
3055 CC="$ac_cv_prog_CC"
3056fi
3057
3058if test -z "$CC"; then
3059 if test -n "$ac_tool_prefix"; then
3060 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3061set dummy ${ac_tool_prefix}cc; ac_word=$2
3062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3063$as_echo_n "checking for $ac_word... " >&6; }
3064if test "${ac_cv_prog_CC+set}" = set; then :
3065 $as_echo_n "(cached) " >&6
3066else
3067 if test -n "$CC"; then
3068 ac_cv_prog_CC="$CC" # Let the user override the test.
3069else
3070as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3071for as_dir in $PATH
3072do
3073 IFS=$as_save_IFS
3074 test -z "$as_dir" && as_dir=.
3075 for ac_exec_ext in '' $ac_executable_extensions; do
3076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3077 ac_cv_prog_CC="${ac_tool_prefix}cc"
3078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3079 break 2
3080 fi
3081done
3082 done
3083IFS=$as_save_IFS
3084
3085fi
3086fi
3087CC=$ac_cv_prog_CC
3088if test -n "$CC"; then
3089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3090$as_echo "$CC" >&6; }
3091else
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3093$as_echo "no" >&6; }
3094fi
3095
3096
3097 fi
3098fi
3099if test -z "$CC"; then
3100 # Extract the first word of "cc", so it can be a program name with args.
3101set dummy cc; ac_word=$2
3102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3103$as_echo_n "checking for $ac_word... " >&6; }
3104if test "${ac_cv_prog_CC+set}" = set; then :
3105 $as_echo_n "(cached) " >&6
3106else
3107 if test -n "$CC"; then
3108 ac_cv_prog_CC="$CC" # Let the user override the test.
3109else
3110 ac_prog_rejected=no
3111as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3112for as_dir in $PATH
3113do
3114 IFS=$as_save_IFS
3115 test -z "$as_dir" && as_dir=.
3116 for ac_exec_ext in '' $ac_executable_extensions; do
3117 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3118 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3119 ac_prog_rejected=yes
3120 continue
3121 fi
3122 ac_cv_prog_CC="cc"
3123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3124 break 2
3125 fi
3126done
3127 done
3128IFS=$as_save_IFS
3129
3130if test $ac_prog_rejected = yes; then
3131 # We found a bogon in the path, so make sure we never use it.
3132 set dummy $ac_cv_prog_CC
3133 shift
3134 if test $# != 0; then
3135 # We chose a different compiler from the bogus one.
3136 # However, it has the same basename, so the bogon will be chosen
3137 # first if we set CC to just the basename; use the full file name.
3138 shift
3139 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3140 fi
3141fi
3142fi
3143fi
3144CC=$ac_cv_prog_CC
3145if test -n "$CC"; then
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3147$as_echo "$CC" >&6; }
3148else
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3150$as_echo "no" >&6; }
3151fi
3152
3153
3154fi
3155if test -z "$CC"; then
3156 if test -n "$ac_tool_prefix"; then
3157 for ac_prog in cl.exe
3158 do
3159 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3160set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3162$as_echo_n "checking for $ac_word... " >&6; }
3163if test "${ac_cv_prog_CC+set}" = set; then :
3164 $as_echo_n "(cached) " >&6
3165else
3166 if test -n "$CC"; then
3167 ac_cv_prog_CC="$CC" # Let the user override the test.
3168else
3169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3170for as_dir in $PATH
3171do
3172 IFS=$as_save_IFS
3173 test -z "$as_dir" && as_dir=.
3174 for ac_exec_ext in '' $ac_executable_extensions; do
3175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3176 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3178 break 2
3179 fi
3180done
3181 done
3182IFS=$as_save_IFS
3183
3184fi
3185fi
3186CC=$ac_cv_prog_CC
3187if test -n "$CC"; then
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3189$as_echo "$CC" >&6; }
3190else
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3192$as_echo "no" >&6; }
3193fi
3194
3195
3196 test -n "$CC" && break
3197 done
3198fi
3199if test -z "$CC"; then
3200 ac_ct_CC=$CC
3201 for ac_prog in cl.exe
3202do
3203 # Extract the first word of "$ac_prog", so it can be a program name with args.
3204set dummy $ac_prog; ac_word=$2
3205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3206$as_echo_n "checking for $ac_word... " >&6; }
3207if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3208 $as_echo_n "(cached) " >&6
3209else
3210 if test -n "$ac_ct_CC"; then
3211 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3212else
3213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3214for as_dir in $PATH
3215do
3216 IFS=$as_save_IFS
3217 test -z "$as_dir" && as_dir=.
3218 for ac_exec_ext in '' $ac_executable_extensions; do
3219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3220 ac_cv_prog_ac_ct_CC="$ac_prog"
3221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3222 break 2
3223 fi
3224done
3225 done
3226IFS=$as_save_IFS
3227
3228fi
3229fi
3230ac_ct_CC=$ac_cv_prog_ac_ct_CC
3231if test -n "$ac_ct_CC"; then
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3233$as_echo "$ac_ct_CC" >&6; }
3234else
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3236$as_echo "no" >&6; }
3237fi
3238
3239
3240 test -n "$ac_ct_CC" && break
3241done
3242
3243 if test "x$ac_ct_CC" = x; then
3244 CC=""
3245 else
3246 case $cross_compiling:$ac_tool_warned in
3247yes:)
3248{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3249$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3250ac_tool_warned=yes ;;
3251esac
3252 CC=$ac_ct_CC
3253 fi
3254fi
3255
3256fi
3257
3258
3259test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3260$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3261as_fn_error $? "no acceptable C compiler found in \$PATH
3262See \`config.log' for more details" "$LINENO" 5; }
3263
3264# Provide some information about the compiler.
3265$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3266set X $ac_compile
3267ac_compiler=$2
3268for ac_option in --version -v -V -qversion; do
3269 { { ac_try="$ac_compiler $ac_option >&5"
3270case "(($ac_try" in
3271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3272 *) ac_try_echo=$ac_try;;
3273esac
3274eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3275$as_echo "$ac_try_echo"; } >&5
3276 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3277 ac_status=$?
3278 if test -s conftest.err; then
3279 sed '10a\
3280... rest of stderr output deleted ...
3281 10q' conftest.err >conftest.er1
3282 cat conftest.er1 >&5
3283 fi
3284 rm -f conftest.er1 conftest.err
3285 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3286 test $ac_status = 0; }
3287done
3288
3289cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3290/* end confdefs.h. */
3291
3292int
3293main ()
3294{
3295
3296 ;
3297 return 0;
3298}
3299_ACEOF
3300ac_clean_files_save=$ac_clean_files
3301ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3302# Try to create an executable without -o first, disregard a.out.
3303# It will help us diagnose broken compilers, and finding out an intuition
3304# of exeext.
3305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3306$as_echo_n "checking whether the C compiler works... " >&6; }
3307ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3308
3309# The possible output files:
3310ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3311
3312ac_rmfiles=
3313for ac_file in $ac_files
3314do
3315 case $ac_file in
3316 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3317 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3318 esac
3319done
3320rm -f $ac_rmfiles
3321
3322if { { ac_try="$ac_link_default"
3323case "(($ac_try" in
3324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3325 *) ac_try_echo=$ac_try;;
3326esac
3327eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3328$as_echo "$ac_try_echo"; } >&5
3329 (eval "$ac_link_default") 2>&5
3330 ac_status=$?
3331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3332 test $ac_status = 0; }; then :
3333 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3334# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3335# in a Makefile. We should not override ac_cv_exeext if it was cached,
3336# so that the user can short-circuit this test for compilers unknown to
3337# Autoconf.
3338for ac_file in $ac_files ''
3339do
3340 test -f "$ac_file" || continue
3341 case $ac_file in
3342 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3343 ;;
3344 [ab].out )
3345 # We found the default executable, but exeext='' is most
3346 # certainly right.
3347 break;;
3348 *.* )
3349 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3350 then :; else
3351 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3352 fi
3353 # We set ac_cv_exeext here because the later test for it is not
3354 # safe: cross compilers may not add the suffix if given an `-o'
3355 # argument, so we may need to know it at that point already.
3356 # Even if this section looks crufty: it has the advantage of
3357 # actually working.
3358 break;;
3359 * )
3360 break;;
3361 esac
3362done
3363test "$ac_cv_exeext" = no && ac_cv_exeext=
3364
3365else
3366 ac_file=''
3367fi
3368if test -z "$ac_file"; then :
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3370$as_echo "no" >&6; }
3371$as_echo "$as_me: failed program was:" >&5
3372sed 's/^/| /' conftest.$ac_ext >&5
3373
3374{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3375$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3376as_fn_error 77 "C compiler cannot create executables
3377See \`config.log' for more details" "$LINENO" 5; }
3378else
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3380$as_echo "yes" >&6; }
3381fi
3382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3383$as_echo_n "checking for C compiler default output file name... " >&6; }
3384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3385$as_echo "$ac_file" >&6; }
3386ac_exeext=$ac_cv_exeext
3387
3388rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3389ac_clean_files=$ac_clean_files_save
3390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3391$as_echo_n "checking for suffix of executables... " >&6; }
3392if { { ac_try="$ac_link"
3393case "(($ac_try" in
3394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3395 *) ac_try_echo=$ac_try;;
3396esac
3397eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3398$as_echo "$ac_try_echo"; } >&5
3399 (eval "$ac_link") 2>&5
3400 ac_status=$?
3401 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3402 test $ac_status = 0; }; then :
3403 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3404# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3405# work properly (i.e., refer to `conftest.exe'), while it won't with
3406# `rm'.
3407for ac_file in conftest.exe conftest conftest.*; do
3408 test -f "$ac_file" || continue
3409 case $ac_file in
3410 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3411 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3412 break;;
3413 * ) break;;
3414 esac
3415done
3416else
3417 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3418$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3419as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3420See \`config.log' for more details" "$LINENO" 5; }
3421fi
3422rm -f conftest conftest$ac_cv_exeext
3423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3424$as_echo "$ac_cv_exeext" >&6; }
3425
3426rm -f conftest.$ac_ext
3427EXEEXT=$ac_cv_exeext
3428ac_exeext=$EXEEXT
3429cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430/* end confdefs.h. */
3431#include <stdio.h>
3432int
3433main ()
3434{
3435FILE *f = fopen ("conftest.out", "w");
3436 return ferror (f) || fclose (f) != 0;
3437
3438 ;
3439 return 0;
3440}
3441_ACEOF
3442ac_clean_files="$ac_clean_files conftest.out"
3443# Check that the compiler produces executables we can run. If not, either
3444# the compiler is broken, or we cross compile.
3445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3446$as_echo_n "checking whether we are cross compiling... " >&6; }
3447if test "$cross_compiling" != yes; then
3448 { { ac_try="$ac_link"
3449case "(($ac_try" in
3450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3451 *) ac_try_echo=$ac_try;;
3452esac
3453eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3454$as_echo "$ac_try_echo"; } >&5
3455 (eval "$ac_link") 2>&5
3456 ac_status=$?
3457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3458 test $ac_status = 0; }
3459 if { ac_try='./conftest$ac_cv_exeext'
3460 { { case "(($ac_try" in
3461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3462 *) ac_try_echo=$ac_try;;
3463esac
3464eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3465$as_echo "$ac_try_echo"; } >&5
3466 (eval "$ac_try") 2>&5
3467 ac_status=$?
3468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3469 test $ac_status = 0; }; }; then
3470 cross_compiling=no
3471 else
3472 if test "$cross_compiling" = maybe; then
3473 cross_compiling=yes
3474 else
3475 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3476$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3477as_fn_error $? "cannot run C compiled programs.
3478If you meant to cross compile, use \`--host'.
3479See \`config.log' for more details" "$LINENO" 5; }
3480 fi
3481 fi
3482fi
3483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3484$as_echo "$cross_compiling" >&6; }
3485
3486rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3487ac_clean_files=$ac_clean_files_save
3488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3489$as_echo_n "checking for suffix of object files... " >&6; }
3490if test "${ac_cv_objext+set}" = set; then :
3491 $as_echo_n "(cached) " >&6
3492else
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494/* end confdefs.h. */
3495
3496int
3497main ()
3498{
3499
3500 ;
3501 return 0;
3502}
3503_ACEOF
3504rm -f conftest.o conftest.obj
3505if { { ac_try="$ac_compile"
3506case "(($ac_try" in
3507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3508 *) ac_try_echo=$ac_try;;
3509esac
3510eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3511$as_echo "$ac_try_echo"; } >&5
3512 (eval "$ac_compile") 2>&5
3513 ac_status=$?
3514 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3515 test $ac_status = 0; }; then :
3516 for ac_file in conftest.o conftest.obj conftest.*; do
3517 test -f "$ac_file" || continue;
3518 case $ac_file in
3519 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3520 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3521 break;;
3522 esac
3523done
3524else
3525 $as_echo "$as_me: failed program was:" >&5
3526sed 's/^/| /' conftest.$ac_ext >&5
3527
3528{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3529$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3530as_fn_error $? "cannot compute suffix of object files: cannot compile
3531See \`config.log' for more details" "$LINENO" 5; }
3532fi
3533rm -f conftest.$ac_cv_objext conftest.$ac_ext
3534fi
3535{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3536$as_echo "$ac_cv_objext" >&6; }
3537OBJEXT=$ac_cv_objext
3538ac_objext=$OBJEXT
3539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3540$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3541if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3542 $as_echo_n "(cached) " >&6
3543else
3544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3545/* end confdefs.h. */
3546
3547int
3548main ()
3549{
3550#ifndef __GNUC__
3551 choke me
3552#endif
3553
3554 ;
3555 return 0;
3556}
3557_ACEOF
3558if ac_fn_c_try_compile "$LINENO"; then :
3559 ac_compiler_gnu=yes
3560else
3561 ac_compiler_gnu=no
3562fi
3563rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564ac_cv_c_compiler_gnu=$ac_compiler_gnu
3565
3566fi
3567{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3568$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3569if test $ac_compiler_gnu = yes; then
3570 GCC=yes
3571else
3572 GCC=
3573fi
3574ac_test_CFLAGS=${CFLAGS+set}
3575ac_save_CFLAGS=$CFLAGS
3576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3577$as_echo_n "checking whether $CC accepts -g... " >&6; }
3578if test "${ac_cv_prog_cc_g+set}" = set; then :
3579 $as_echo_n "(cached) " >&6
3580else
3581 ac_save_c_werror_flag=$ac_c_werror_flag
3582 ac_c_werror_flag=yes
3583 ac_cv_prog_cc_g=no
3584 CFLAGS="-g"
3585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3586/* end confdefs.h. */
3587
3588int
3589main ()
3590{
3591
3592 ;
3593 return 0;
3594}
3595_ACEOF
3596if ac_fn_c_try_compile "$LINENO"; then :
3597 ac_cv_prog_cc_g=yes
3598else
3599 CFLAGS=""
3600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3601/* end confdefs.h. */
3602
3603int
3604main ()
3605{
3606
3607 ;
3608 return 0;
3609}
3610_ACEOF
3611if ac_fn_c_try_compile "$LINENO"; then :
3612
3613else
3614 ac_c_werror_flag=$ac_save_c_werror_flag
3615 CFLAGS="-g"
3616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3617/* end confdefs.h. */
3618
3619int
3620main ()
3621{
3622
3623 ;
3624 return 0;
3625}
3626_ACEOF
3627if ac_fn_c_try_compile "$LINENO"; then :
3628 ac_cv_prog_cc_g=yes
3629fi
3630rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3631fi
3632rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3633fi
3634rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3635 ac_c_werror_flag=$ac_save_c_werror_flag
3636fi
3637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3638$as_echo "$ac_cv_prog_cc_g" >&6; }
3639if test "$ac_test_CFLAGS" = set; then
3640 CFLAGS=$ac_save_CFLAGS
3641elif test $ac_cv_prog_cc_g = yes; then
3642 if test "$GCC" = yes; then
3643 CFLAGS="-g -O2"
3644 else
3645 CFLAGS="-g"
3646 fi
3647else
3648 if test "$GCC" = yes; then
3649 CFLAGS="-O2"
3650 else
3651 CFLAGS=
3652 fi
3653fi
3654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3655$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3656if test "${ac_cv_prog_cc_c89+set}" = set; then :
3657 $as_echo_n "(cached) " >&6
3658else
3659 ac_cv_prog_cc_c89=no
3660ac_save_CC=$CC
3661cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3662/* end confdefs.h. */
3663#include <stdarg.h>
3664#include <stdio.h>
3665#include <sys/types.h>
3666#include <sys/stat.h>
3667/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3668struct buf { int x; };
3669FILE * (*rcsopen) (struct buf *, struct stat *, int);
3670static char *e (p, i)
3671 char **p;
3672 int i;
3673{
3674 return p[i];
3675}
3676static char *f (char * (*g) (char **, int), char **p, ...)
3677{
3678 char *s;
3679 va_list v;
3680 va_start (v,p);
3681 s = g (p, va_arg (v,int));
3682 va_end (v);
3683 return s;
3684}
3685
3686/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3687 function prototypes and stuff, but not '\xHH' hex character constants.
3688 These don't provoke an error unfortunately, instead are silently treated
3689 as 'x'. The following induces an error, until -std is added to get
3690 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3691 array size at least. It's necessary to write '\x00'==0 to get something
3692 that's true only with -std. */
3693int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3694
3695/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3696 inside strings and character constants. */
3697#define FOO(x) 'x'
3698int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3699
3700int test (int i, double x);
3701struct s1 {int (*f) (int a);};
3702struct s2 {int (*f) (double a);};
3703int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3704int argc;
3705char **argv;
3706int
3707main ()
3708{
3709return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3710 ;
3711 return 0;
3712}
3713_ACEOF
3714for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3715 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3716do
3717 CC="$ac_save_CC $ac_arg"
3718 if ac_fn_c_try_compile "$LINENO"; then :
3719 ac_cv_prog_cc_c89=$ac_arg
3720fi
3721rm -f core conftest.err conftest.$ac_objext
3722 test "x$ac_cv_prog_cc_c89" != "xno" && break
3723done
3724rm -f conftest.$ac_ext
3725CC=$ac_save_CC
3726
3727fi
3728# AC_CACHE_VAL
3729case "x$ac_cv_prog_cc_c89" in
3730 x)
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3732$as_echo "none needed" >&6; } ;;
3733 xno)
3734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3735$as_echo "unsupported" >&6; } ;;
3736 *)
3737 CC="$CC $ac_cv_prog_cc_c89"
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3739$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3740esac
3741if test "x$ac_cv_prog_cc_c89" != xno; then :
3742
3743fi
3744
3745ac_ext=c
3746ac_cpp='$CPP $CPPFLAGS'
3747ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3748ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3749ac_compiler_gnu=$ac_cv_c_compiler_gnu
3750
3751depcc="$CC" am_compiler_list=
3752
3753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3754$as_echo_n "checking dependency style of $depcc... " >&6; }
3755if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3756 $as_echo_n "(cached) " >&6
3757else
3758 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3759 # We make a subdir and do the tests there. Otherwise we can end up
3760 # making bogus files that we don't know about and never remove. For
3761 # instance it was reported that on HP-UX the gcc test will end up
3762 # making a dummy file named `D' -- because `-MD' means `put the output
3763 # in D'.
3764 mkdir conftest.dir
3765 # Copy depcomp to subdir because otherwise we won't find it if we're
3766 # using a relative directory.
3767 cp "$am_depcomp" conftest.dir
3768 cd conftest.dir
3769 # We will build objects and dependencies in a subdirectory because
3770 # it helps to detect inapplicable dependency modes. For instance
3771 # both Tru64's cc and ICC support -MD to output dependencies as a
3772 # side effect of compilation, but ICC will put the dependencies in
3773 # the current directory while Tru64 will put them in the object
3774 # directory.
3775 mkdir sub
3776
3777 am_cv_CC_dependencies_compiler_type=none
3778 if test "$am_compiler_list" = ""; then
3779 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3780 fi
3781 am__universal=false
3782 case " $depcc " in #(
3783 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3784 esac
3785
3786 for depmode in $am_compiler_list; do
3787 # Setup a source with many dependencies, because some compilers
3788 # like to wrap large dependency lists on column 80 (with \), and
3789 # we should not choose a depcomp mode which is confused by this.
3790 #
3791 # We need to recreate these files for each test, as the compiler may
3792 # overwrite some of them when testing with obscure command lines.
3793 # This happens at least with the AIX C compiler.
3794 : > sub/conftest.c
3795 for i in 1 2 3 4 5 6; do
3796 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3797 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3798 # Solaris 8's {/usr,}/bin/sh.
3799 touch sub/conftst$i.h
3800 done
3801 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3802
3803 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3804 # mode. It turns out that the SunPro C++ compiler does not properly
3805 # handle `-M -o', and we need to detect this. Also, some Intel
3806 # versions had trouble with output in subdirs
3807 am__obj=sub/conftest.${OBJEXT-o}
3808 am__minus_obj="-o $am__obj"
3809 case $depmode in
3810 gcc)
3811 # This depmode causes a compiler race in universal mode.
3812 test "$am__universal" = false || continue
3813 ;;
3814 nosideeffect)
3815 # after this tag, mechanisms are not by side-effect, so they'll
3816 # only be used when explicitly requested
3817 if test "x$enable_dependency_tracking" = xyes; then
3818 continue
3819 else
3820 break
3821 fi
3822 ;;
3823 msvisualcpp | msvcmsys)
3824 # This compiler won't grok `-c -o', but also, the minuso test has
3825 # not run yet. These depmodes are late enough in the game, and
3826 # so weak that their functioning should not be impacted.
3827 am__obj=conftest.${OBJEXT-o}
3828 am__minus_obj=
3829 ;;
3830 none) break ;;
3831 esac
3832 if depmode=$depmode \
3833 source=sub/conftest.c object=$am__obj \
3834 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3835 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3836 >/dev/null 2>conftest.err &&
3837 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3838 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3839 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3840 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3841 # icc doesn't choke on unknown options, it will just issue warnings
3842 # or remarks (even with -Werror). So we grep stderr for any message
3843 # that says an option was ignored or not supported.
3844 # When given -MP, icc 7.0 and 7.1 complain thusly:
3845 # icc: Command line warning: ignoring option '-M'; no argument required
3846 # The diagnosis changed in icc 8.0:
3847 # icc: Command line remark: option '-MP' not supported
3848 if (grep 'ignoring option' conftest.err ||
3849 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3850 am_cv_CC_dependencies_compiler_type=$depmode
3851 break
3852 fi
3853 fi
3854 done
3855
3856 cd ..
3857 rm -rf conftest.dir
3858else
3859 am_cv_CC_dependencies_compiler_type=none
3860fi
3861
3862fi
3863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3864$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3865CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3866
3867 if
3868 test "x$enable_dependency_tracking" != xno \
3869 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3870 am__fastdepCC_TRUE=
3871 am__fastdepCC_FALSE='#'
3872else
3873 am__fastdepCC_TRUE='#'
3874 am__fastdepCC_FALSE=
3875fi
3876
3877
3878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3879$as_echo_n "checking for a sed that does not truncate output... " >&6; }
3880if test "${ac_cv_path_SED+set}" = set; then :
3881 $as_echo_n "(cached) " >&6
3882else
3883 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3884 for ac_i in 1 2 3 4 5 6 7; do
3885 ac_script="$ac_script$as_nl$ac_script"
3886 done
3887 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3888 { ac_script=; unset ac_script;}
3889 if test -z "$SED"; then
3890 ac_path_SED_found=false
3891 # Loop through the user's path and test for each of PROGNAME-LIST
3892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3893for as_dir in $PATH
3894do
3895 IFS=$as_save_IFS
3896 test -z "$as_dir" && as_dir=.
3897 for ac_prog in sed gsed; do
3898 for ac_exec_ext in '' $ac_executable_extensions; do
3899 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3900 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3901# Check for GNU ac_path_SED and select it if it is found.
3902 # Check for GNU $ac_path_SED
3903case `"$ac_path_SED" --version 2>&1` in
3904*GNU*)
3905 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3906*)
3907 ac_count=0
3908 $as_echo_n 0123456789 >"conftest.in"
3909 while :
3910 do
3911 cat "conftest.in" "conftest.in" >"conftest.tmp"
3912 mv "conftest.tmp" "conftest.in"
3913 cp "conftest.in" "conftest.nl"
3914 $as_echo '' >> "conftest.nl"
3915 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3916 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3917 as_fn_arith $ac_count + 1 && ac_count=$as_val
3918 if test $ac_count -gt ${ac_path_SED_max-0}; then
3919 # Best one so far, save it but keep looking for a better one
3920 ac_cv_path_SED="$ac_path_SED"
3921 ac_path_SED_max=$ac_count
3922 fi
3923 # 10*(2^10) chars as input seems more than enough
3924 test $ac_count -gt 10 && break
3925 done
3926 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3927esac
3928
3929 $ac_path_SED_found && break 3
3930 done
3931 done
3932 done
3933IFS=$as_save_IFS
3934 if test -z "$ac_cv_path_SED"; then
3935 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
3936 fi
3937else
3938 ac_cv_path_SED=$SED
3939fi
3940
3941fi
3942{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3943$as_echo "$ac_cv_path_SED" >&6; }
3944 SED="$ac_cv_path_SED"
3945 rm -f conftest.sed
3946
3947test -z "$SED" && SED=sed
3948Xsed="$SED -e 1s/^X//"
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3961$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3962if test "${ac_cv_path_GREP+set}" = set; then :
3963 $as_echo_n "(cached) " >&6
3964else
3965 if test -z "$GREP"; then
3966 ac_path_GREP_found=false
3967 # Loop through the user's path and test for each of PROGNAME-LIST
3968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3969for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3970do
3971 IFS=$as_save_IFS
3972 test -z "$as_dir" && as_dir=.
3973 for ac_prog in grep ggrep; do
3974 for ac_exec_ext in '' $ac_executable_extensions; do
3975 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3976 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3977# Check for GNU ac_path_GREP and select it if it is found.
3978 # Check for GNU $ac_path_GREP
3979case `"$ac_path_GREP" --version 2>&1` in
3980*GNU*)
3981 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3982*)
3983 ac_count=0
3984 $as_echo_n 0123456789 >"conftest.in"
3985 while :
3986 do
3987 cat "conftest.in" "conftest.in" >"conftest.tmp"
3988 mv "conftest.tmp" "conftest.in"
3989 cp "conftest.in" "conftest.nl"
3990 $as_echo 'GREP' >> "conftest.nl"
3991 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3992 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3993 as_fn_arith $ac_count + 1 && ac_count=$as_val
3994 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3995 # Best one so far, save it but keep looking for a better one
3996 ac_cv_path_GREP="$ac_path_GREP"
3997 ac_path_GREP_max=$ac_count
3998 fi
3999 # 10*(2^10) chars as input seems more than enough
4000 test $ac_count -gt 10 && break
4001 done
4002 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4003esac
4004
4005 $ac_path_GREP_found && break 3
4006 done
4007 done
4008 done
4009IFS=$as_save_IFS
4010 if test -z "$ac_cv_path_GREP"; then
4011 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4012 fi
4013else
4014 ac_cv_path_GREP=$GREP
4015fi
4016
4017fi
4018{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4019$as_echo "$ac_cv_path_GREP" >&6; }
4020 GREP="$ac_cv_path_GREP"
4021
4022
4023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4024$as_echo_n "checking for egrep... " >&6; }
4025if test "${ac_cv_path_EGREP+set}" = set; then :
4026 $as_echo_n "(cached) " >&6
4027else
4028 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4029 then ac_cv_path_EGREP="$GREP -E"
4030 else
4031 if test -z "$EGREP"; then
4032 ac_path_EGREP_found=false
4033 # Loop through the user's path and test for each of PROGNAME-LIST
4034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4035for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4036do
4037 IFS=$as_save_IFS
4038 test -z "$as_dir" && as_dir=.
4039 for ac_prog in egrep; do
4040 for ac_exec_ext in '' $ac_executable_extensions; do
4041 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4042 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4043# Check for GNU ac_path_EGREP and select it if it is found.
4044 # Check for GNU $ac_path_EGREP
4045case `"$ac_path_EGREP" --version 2>&1` in
4046*GNU*)
4047 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4048*)
4049 ac_count=0
4050 $as_echo_n 0123456789 >"conftest.in"
4051 while :
4052 do
4053 cat "conftest.in" "conftest.in" >"conftest.tmp"
4054 mv "conftest.tmp" "conftest.in"
4055 cp "conftest.in" "conftest.nl"
4056 $as_echo 'EGREP' >> "conftest.nl"
4057 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4058 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4059 as_fn_arith $ac_count + 1 && ac_count=$as_val
4060 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4061 # Best one so far, save it but keep looking for a better one
4062 ac_cv_path_EGREP="$ac_path_EGREP"
4063 ac_path_EGREP_max=$ac_count
4064 fi
4065 # 10*(2^10) chars as input seems more than enough
4066 test $ac_count -gt 10 && break
4067 done
4068 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4069esac
4070
4071 $ac_path_EGREP_found && break 3
4072 done
4073 done
4074 done
4075IFS=$as_save_IFS
4076 if test -z "$ac_cv_path_EGREP"; then
4077 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4078 fi
4079else
4080 ac_cv_path_EGREP=$EGREP
4081fi
4082
4083 fi
4084fi
4085{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4086$as_echo "$ac_cv_path_EGREP" >&6; }
4087 EGREP="$ac_cv_path_EGREP"
4088
4089
4090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4091$as_echo_n "checking for fgrep... " >&6; }
4092if test "${ac_cv_path_FGREP+set}" = set; then :
4093 $as_echo_n "(cached) " >&6
4094else
4095 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4096 then ac_cv_path_FGREP="$GREP -F"
4097 else
4098 if test -z "$FGREP"; then
4099 ac_path_FGREP_found=false
4100 # Loop through the user's path and test for each of PROGNAME-LIST
4101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4102for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4103do
4104 IFS=$as_save_IFS
4105 test -z "$as_dir" && as_dir=.
4106 for ac_prog in fgrep; do
4107 for ac_exec_ext in '' $ac_executable_extensions; do
4108 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4109 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4110# Check for GNU ac_path_FGREP and select it if it is found.
4111 # Check for GNU $ac_path_FGREP
4112case `"$ac_path_FGREP" --version 2>&1` in
4113*GNU*)
4114 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4115*)
4116 ac_count=0
4117 $as_echo_n 0123456789 >"conftest.in"
4118 while :
4119 do
4120 cat "conftest.in" "conftest.in" >"conftest.tmp"
4121 mv "conftest.tmp" "conftest.in"
4122 cp "conftest.in" "conftest.nl"
4123 $as_echo 'FGREP' >> "conftest.nl"
4124 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4125 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4126 as_fn_arith $ac_count + 1 && ac_count=$as_val
4127 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4128 # Best one so far, save it but keep looking for a better one
4129 ac_cv_path_FGREP="$ac_path_FGREP"
4130 ac_path_FGREP_max=$ac_count
4131 fi
4132 # 10*(2^10) chars as input seems more than enough
4133 test $ac_count -gt 10 && break
4134 done
4135 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4136esac
4137
4138 $ac_path_FGREP_found && break 3
4139 done
4140 done
4141 done
4142IFS=$as_save_IFS
4143 if test -z "$ac_cv_path_FGREP"; then
4144 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4145 fi
4146else
4147 ac_cv_path_FGREP=$FGREP
4148fi
4149
4150 fi
4151fi
4152{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4153$as_echo "$ac_cv_path_FGREP" >&6; }
4154 FGREP="$ac_cv_path_FGREP"
4155
4156
4157test -z "$GREP" && GREP=grep
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177# Check whether --with-gnu-ld was given.
4178if test "${with_gnu_ld+set}" = set; then :
4179 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4180else
4181 with_gnu_ld=no
4182fi
4183
4184ac_prog=ld
4185if test "$GCC" = yes; then
4186 # Check if gcc -print-prog-name=ld gives a path.
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4188$as_echo_n "checking for ld used by $CC... " >&6; }
4189 case $host in
4190 *-*-mingw*)
4191 # gcc leaves a trailing carriage return which upsets mingw
4192 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4193 *)
4194 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4195 esac
4196 case $ac_prog in
4197 # Accept absolute paths.
4198 [\\/]* | ?:[\\/]*)
4199 re_direlt='/[^/][^/]*/\.\./'
4200 # Canonicalize the pathname of ld
4201 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4202 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4203 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4204 done
4205 test -z "$LD" && LD="$ac_prog"
4206 ;;
4207 "")
4208 # If it fails, then pretend we aren't using GCC.
4209 ac_prog=ld
4210 ;;
4211 *)
4212 # If it is relative, then search for the first ld in PATH.
4213 with_gnu_ld=unknown
4214 ;;
4215 esac
4216elif test "$with_gnu_ld" = yes; then
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4218$as_echo_n "checking for GNU ld... " >&6; }
4219else
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4221$as_echo_n "checking for non-GNU ld... " >&6; }
4222fi
4223if test "${lt_cv_path_LD+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
4225else
4226 if test -z "$LD"; then
4227 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4228 for ac_dir in $PATH; do
4229 IFS="$lt_save_ifs"
4230 test -z "$ac_dir" && ac_dir=.
4231 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4232 lt_cv_path_LD="$ac_dir/$ac_prog"
4233 # Check to see if the program is GNU ld. I'd rather use --version,
4234 # but apparently some variants of GNU ld only accept -v.
4235 # Break only if it was the GNU/non-GNU ld that we prefer.
4236 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4237 *GNU* | *'with BFD'*)
4238 test "$with_gnu_ld" != no && break
4239 ;;
4240 *)
4241 test "$with_gnu_ld" != yes && break
4242 ;;
4243 esac
4244 fi
4245 done
4246 IFS="$lt_save_ifs"
4247else
4248 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4249fi
4250fi
4251
4252LD="$lt_cv_path_LD"
4253if test -n "$LD"; then
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4255$as_echo "$LD" >&6; }
4256else
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4258$as_echo "no" >&6; }
4259fi
4260test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4262$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4263if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4264 $as_echo_n "(cached) " >&6
4265else
4266 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4267case `$LD -v 2>&1 </dev/null` in
4268*GNU* | *'with BFD'*)
4269 lt_cv_prog_gnu_ld=yes
4270 ;;
4271*)
4272 lt_cv_prog_gnu_ld=no
4273 ;;
4274esac
4275fi
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4277$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4278with_gnu_ld=$lt_cv_prog_gnu_ld
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4289$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4290if test "${lt_cv_path_NM+set}" = set; then :
4291 $as_echo_n "(cached) " >&6
4292else
4293 if test -n "$NM"; then
4294 # Let the user override the test.
4295 lt_cv_path_NM="$NM"
4296else
4297 lt_nm_to_check="${ac_tool_prefix}nm"
4298 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4299 lt_nm_to_check="$lt_nm_to_check nm"
4300 fi
4301 for lt_tmp_nm in $lt_nm_to_check; do
4302 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4303 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4304 IFS="$lt_save_ifs"
4305 test -z "$ac_dir" && ac_dir=.
4306 tmp_nm="$ac_dir/$lt_tmp_nm"
4307 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4308 # Check to see if the nm accepts a BSD-compat flag.
4309 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4310 # nm: unknown option "B" ignored
4311 # Tru64's nm complains that /dev/null is an invalid object file
4312 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4313 */dev/null* | *'Invalid file or object type'*)
4314 lt_cv_path_NM="$tmp_nm -B"
4315 break
4316 ;;
4317 *)
4318 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4319 */dev/null*)
4320 lt_cv_path_NM="$tmp_nm -p"
4321 break
4322 ;;
4323 *)
4324 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4325 continue # so that we can try to find one that supports BSD flags
4326 ;;
4327 esac
4328 ;;
4329 esac
4330 fi
4331 done
4332 IFS="$lt_save_ifs"
4333 done
4334 : ${lt_cv_path_NM=no}
4335fi
4336fi
4337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4338$as_echo "$lt_cv_path_NM" >&6; }
4339if test "$lt_cv_path_NM" != "no"; then
4340 NM="$lt_cv_path_NM"
4341else
4342 # Didn't find any BSD compatible name lister, look for dumpbin.
4343 if test -n "$DUMPBIN"; then :
4344 # Let the user override the test.
4345 else
4346 if test -n "$ac_tool_prefix"; then
4347 for ac_prog in dumpbin "link -dump"
4348 do
4349 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4350set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4352$as_echo_n "checking for $ac_word... " >&6; }
4353if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4354 $as_echo_n "(cached) " >&6
4355else
4356 if test -n "$DUMPBIN"; then
4357 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4358else
4359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4360for as_dir in $PATH
4361do
4362 IFS=$as_save_IFS
4363 test -z "$as_dir" && as_dir=.
4364 for ac_exec_ext in '' $ac_executable_extensions; do
4365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4366 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4368 break 2
4369 fi
4370done
4371 done
4372IFS=$as_save_IFS
4373
4374fi
4375fi
4376DUMPBIN=$ac_cv_prog_DUMPBIN
4377if test -n "$DUMPBIN"; then
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4379$as_echo "$DUMPBIN" >&6; }
4380else
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4382$as_echo "no" >&6; }
4383fi
4384
4385
4386 test -n "$DUMPBIN" && break
4387 done
4388fi
4389if test -z "$DUMPBIN"; then
4390 ac_ct_DUMPBIN=$DUMPBIN
4391 for ac_prog in dumpbin "link -dump"
4392do
4393 # Extract the first word of "$ac_prog", so it can be a program name with args.
4394set dummy $ac_prog; ac_word=$2
4395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4396$as_echo_n "checking for $ac_word... " >&6; }
4397if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4398 $as_echo_n "(cached) " >&6
4399else
4400 if test -n "$ac_ct_DUMPBIN"; then
4401 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4402else
4403as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4404for as_dir in $PATH
4405do
4406 IFS=$as_save_IFS
4407 test -z "$as_dir" && as_dir=.
4408 for ac_exec_ext in '' $ac_executable_extensions; do
4409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4410 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4412 break 2
4413 fi
4414done
4415 done
4416IFS=$as_save_IFS
4417
4418fi
4419fi
4420ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4421if test -n "$ac_ct_DUMPBIN"; then
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4423$as_echo "$ac_ct_DUMPBIN" >&6; }
4424else
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4426$as_echo "no" >&6; }
4427fi
4428
4429
4430 test -n "$ac_ct_DUMPBIN" && break
4431done
4432
4433 if test "x$ac_ct_DUMPBIN" = x; then
4434 DUMPBIN=":"
4435 else
4436 case $cross_compiling:$ac_tool_warned in
4437yes:)
4438{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4439$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4440ac_tool_warned=yes ;;
4441esac
4442 DUMPBIN=$ac_ct_DUMPBIN
4443 fi
4444fi
4445
4446 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4447 *COFF*)
4448 DUMPBIN="$DUMPBIN -symbols"
4449 ;;
4450 *)
4451 DUMPBIN=:
4452 ;;
4453 esac
4454 fi
4455
4456 if test "$DUMPBIN" != ":"; then
4457 NM="$DUMPBIN"
4458 fi
4459fi
4460test -z "$NM" && NM=nm
4461
4462
4463
4464
4465
4466
4467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4468$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4469if test "${lt_cv_nm_interface+set}" = set; then :
4470 $as_echo_n "(cached) " >&6
4471else
4472 lt_cv_nm_interface="BSD nm"
4473 echo "int some_variable = 0;" > conftest.$ac_ext
4474 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4475 (eval "$ac_compile" 2>conftest.err)
4476 cat conftest.err >&5
4477 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4478 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4479 cat conftest.err >&5
4480 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4481 cat conftest.out >&5
4482 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4483 lt_cv_nm_interface="MS dumpbin"
4484 fi
4485 rm -f conftest*
4486fi
4487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4488$as_echo "$lt_cv_nm_interface" >&6; }
4489
4490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4491$as_echo_n "checking whether ln -s works... " >&6; }
4492LN_S=$as_ln_s
4493if test "$LN_S" = "ln -s"; then
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4495$as_echo "yes" >&6; }
4496else
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4498$as_echo "no, using $LN_S" >&6; }
4499fi
4500
4501# find the maximum length of command line arguments
4502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4503$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4504if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4505 $as_echo_n "(cached) " >&6
4506else
4507 i=0
4508 teststring="ABCD"
4509
4510 case $build_os in
4511 msdosdjgpp*)
4512 # On DJGPP, this test can blow up pretty badly due to problems in libc
4513 # (any single argument exceeding 2000 bytes causes a buffer overrun
4514 # during glob expansion). Even if it were fixed, the result of this
4515 # check would be larger than it should be.
4516 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4517 ;;
4518
4519 gnu*)
4520 # Under GNU Hurd, this test is not required because there is
4521 # no limit to the length of command line arguments.
4522 # Libtool will interpret -1 as no limit whatsoever
4523 lt_cv_sys_max_cmd_len=-1;
4524 ;;
4525
4526 cygwin* | mingw* | cegcc*)
4527 # On Win9x/ME, this test blows up -- it succeeds, but takes
4528 # about 5 minutes as the teststring grows exponentially.
4529 # Worse, since 9x/ME are not pre-emptively multitasking,
4530 # you end up with a "frozen" computer, even though with patience
4531 # the test eventually succeeds (with a max line length of 256k).
4532 # Instead, let's just punt: use the minimum linelength reported by
4533 # all of the supported platforms: 8192 (on NT/2K/XP).
4534 lt_cv_sys_max_cmd_len=8192;
4535 ;;
4536
4537 mint*)
4538 # On MiNT this can take a long time and run out of memory.
4539 lt_cv_sys_max_cmd_len=8192;
4540 ;;
4541
4542 amigaos*)
4543 # On AmigaOS with pdksh, this test takes hours, literally.
4544 # So we just punt and use a minimum line length of 8192.
4545 lt_cv_sys_max_cmd_len=8192;
4546 ;;
4547
4548 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4549 # This has been around since 386BSD, at least. Likely further.
4550 if test -x /sbin/sysctl; then
4551 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4552 elif test -x /usr/sbin/sysctl; then
4553 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4554 else
4555 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4556 fi
4557 # And add a safety zone
4558 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4559 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4560 ;;
4561
4562 interix*)
4563 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4564 lt_cv_sys_max_cmd_len=196608
4565 ;;
4566
4567 osf*)
4568 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4569 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4570 # nice to cause kernel panics so lets avoid the loop below.
4571 # First set a reasonable default.
4572 lt_cv_sys_max_cmd_len=16384
4573 #
4574 if test -x /sbin/sysconfig; then
4575 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4576 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4577 esac
4578 fi
4579 ;;
4580 sco3.2v5*)
4581 lt_cv_sys_max_cmd_len=102400
4582 ;;
4583 sysv5* | sco5v6* | sysv4.2uw2*)
4584 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4585 if test -n "$kargmax"; then
4586 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4587 else
4588 lt_cv_sys_max_cmd_len=32768
4589 fi
4590 ;;
4591 *)
4592 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4593 if test -n "$lt_cv_sys_max_cmd_len"; then
4594 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4595 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4596 else
4597 # Make teststring a little bigger before we do anything with it.
4598 # a 1K string should be a reasonable start.
4599 for i in 1 2 3 4 5 6 7 8 ; do
4600 teststring=$teststring$teststring
4601 done
4602 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4603 # If test is not a shell built-in, we'll probably end up computing a
4604 # maximum length that is only half of the actual maximum length, but
4605 # we can't tell.
4606 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4607 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4608 test $i != 17 # 1/2 MB should be enough
4609 do
4610 i=`expr $i + 1`
4611 teststring=$teststring$teststring
4612 done
4613 # Only check the string length outside the loop.
4614 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4615 teststring=
4616 # Add a significant safety factor because C++ compilers can tack on
4617 # massive amounts of additional arguments before passing them to the
4618 # linker. It appears as though 1/2 is a usable value.
4619 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4620 fi
4621 ;;
4622 esac
4623
4624fi
4625
4626if test -n $lt_cv_sys_max_cmd_len ; then
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4628$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4629else
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4631$as_echo "none" >&6; }
4632fi
4633max_cmd_len=$lt_cv_sys_max_cmd_len
4634
4635
4636
4637
4638
4639
4640: ${CP="cp -f"}
4641: ${MV="mv -f"}
4642: ${RM="rm -f"}
4643
4644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4645$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4646# Try some XSI features
4647xsi_shell=no
4648( _lt_dummy="a/b/c"
4649 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4650 = c,a/b,, \
4651 && eval 'test $(( 1 + 1 )) -eq 2 \
4652 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4653 && xsi_shell=yes
4654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4655$as_echo "$xsi_shell" >&6; }
4656
4657
4658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4659$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4660lt_shell_append=no
4661( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4662 >/dev/null 2>&1 \
4663 && lt_shell_append=yes
4664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4665$as_echo "$lt_shell_append" >&6; }
4666
4667
4668if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4669 lt_unset=unset
4670else
4671 lt_unset=false
4672fi
4673
4674
4675
4676
4677
4678# test EBCDIC or ASCII
4679case `echo X|tr X '\101'` in
4680 A) # ASCII based system
4681 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4682 lt_SP2NL='tr \040 \012'
4683 lt_NL2SP='tr \015\012 \040\040'
4684 ;;
4685 *) # EBCDIC based system
4686 lt_SP2NL='tr \100 \n'
4687 lt_NL2SP='tr \r\n \100\100'
4688 ;;
4689esac
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4700$as_echo_n "checking for $LD option to reload object files... " >&6; }
4701if test "${lt_cv_ld_reload_flag+set}" = set; then :
4702 $as_echo_n "(cached) " >&6
4703else
4704 lt_cv_ld_reload_flag='-r'
4705fi
4706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4707$as_echo "$lt_cv_ld_reload_flag" >&6; }
4708reload_flag=$lt_cv_ld_reload_flag
4709case $reload_flag in
4710"" | " "*) ;;
4711*) reload_flag=" $reload_flag" ;;
4712esac
4713reload_cmds='$LD$reload_flag -o $output$reload_objs'
4714case $host_os in
4715 darwin*)
4716 if test "$GCC" = yes; then
4717 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4718 else
4719 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4720 fi
4721 ;;
4722esac
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732if test -n "$ac_tool_prefix"; then
4733 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4734set dummy ${ac_tool_prefix}objdump; ac_word=$2
4735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4736$as_echo_n "checking for $ac_word... " >&6; }
4737if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4738 $as_echo_n "(cached) " >&6
4739else
4740 if test -n "$OBJDUMP"; then
4741 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4742else
4743as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4744for as_dir in $PATH
4745do
4746 IFS=$as_save_IFS
4747 test -z "$as_dir" && as_dir=.
4748 for ac_exec_ext in '' $ac_executable_extensions; do
4749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4750 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4752 break 2
4753 fi
4754done
4755 done
4756IFS=$as_save_IFS
4757
4758fi
4759fi
4760OBJDUMP=$ac_cv_prog_OBJDUMP
4761if test -n "$OBJDUMP"; then
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4763$as_echo "$OBJDUMP" >&6; }
4764else
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4766$as_echo "no" >&6; }
4767fi
4768
4769
4770fi
4771if test -z "$ac_cv_prog_OBJDUMP"; then
4772 ac_ct_OBJDUMP=$OBJDUMP
4773 # Extract the first word of "objdump", so it can be a program name with args.
4774set dummy objdump; ac_word=$2
4775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4776$as_echo_n "checking for $ac_word... " >&6; }
4777if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4778 $as_echo_n "(cached) " >&6
4779else
4780 if test -n "$ac_ct_OBJDUMP"; then
4781 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4782else
4783as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4784for as_dir in $PATH
4785do
4786 IFS=$as_save_IFS
4787 test -z "$as_dir" && as_dir=.
4788 for ac_exec_ext in '' $ac_executable_extensions; do
4789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4790 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4792 break 2
4793 fi
4794done
4795 done
4796IFS=$as_save_IFS
4797
4798fi
4799fi
4800ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4801if test -n "$ac_ct_OBJDUMP"; then
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4803$as_echo "$ac_ct_OBJDUMP" >&6; }
4804else
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4806$as_echo "no" >&6; }
4807fi
4808
4809 if test "x$ac_ct_OBJDUMP" = x; then
4810 OBJDUMP="false"
4811 else
4812 case $cross_compiling:$ac_tool_warned in
4813yes:)
4814{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4815$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4816ac_tool_warned=yes ;;
4817esac
4818 OBJDUMP=$ac_ct_OBJDUMP
4819 fi
4820else
4821 OBJDUMP="$ac_cv_prog_OBJDUMP"
4822fi
4823
4824test -z "$OBJDUMP" && OBJDUMP=objdump
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4835$as_echo_n "checking how to recognize dependent libraries... " >&6; }
4836if test "${lt_cv_deplibs_check_method+set}" = set; then :
4837 $as_echo_n "(cached) " >&6
4838else
4839 lt_cv_file_magic_cmd='$MAGIC_CMD'
4840lt_cv_file_magic_test_file=
4841lt_cv_deplibs_check_method='unknown'
4842# Need to set the preceding variable on all platforms that support
4843# interlibrary dependencies.
4844# 'none' -- dependencies not supported.
4845# `unknown' -- same as none, but documents that we really don't know.
4846# 'pass_all' -- all dependencies passed with no checks.
4847# 'test_compile' -- check by making test program.
4848# 'file_magic [[regex]]' -- check by looking for files in library path
4849# which responds to the $file_magic_cmd with a given extended regex.
4850# If you have `file' or equivalent on your system and you're not sure
4851# whether `pass_all' will *always* work, you probably want this one.
4852
4853case $host_os in
4854aix[4-9]*)
4855 lt_cv_deplibs_check_method=pass_all
4856 ;;
4857
4858beos*)
4859 lt_cv_deplibs_check_method=pass_all
4860 ;;
4861
4862bsdi[45]*)
4863 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4864 lt_cv_file_magic_cmd='/usr/bin/file -L'
4865 lt_cv_file_magic_test_file=/shlib/libc.so
4866 ;;
4867
4868cygwin*)
4869 # func_win32_libid is a shell function defined in ltmain.sh
4870 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4871 lt_cv_file_magic_cmd='func_win32_libid'
4872 ;;
4873
4874mingw* | pw32*)
4875 # Base MSYS/MinGW do not provide the 'file' command needed by
4876 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4877 # unless we find 'file', for example because we are cross-compiling.
4878 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4879 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4880 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4881 lt_cv_file_magic_cmd='func_win32_libid'
4882 else
4883 # Keep this pattern in sync with the one in func_win32_libid.
4884 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
4885 lt_cv_file_magic_cmd='$OBJDUMP -f'
4886 fi
4887 ;;
4888
4889cegcc*)
4890 # use the weaker test based on 'objdump'. See mingw*.
4891 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4892 lt_cv_file_magic_cmd='$OBJDUMP -f'
4893 ;;
4894
4895darwin* | rhapsody*)
4896 lt_cv_deplibs_check_method=pass_all
4897 ;;
4898
4899freebsd* | dragonfly*)
4900 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4901 case $host_cpu in
4902 i*86 )
4903 # Not sure whether the presence of OpenBSD here was a mistake.
4904 # Let's accept both of them until this is cleared up.
4905 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4906 lt_cv_file_magic_cmd=/usr/bin/file
4907 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4908 ;;
4909 esac
4910 else
4911 lt_cv_deplibs_check_method=pass_all
4912 fi
4913 ;;
4914
4915gnu*)
4916 lt_cv_deplibs_check_method=pass_all
4917 ;;
4918
4919haiku*)
4920 lt_cv_deplibs_check_method=pass_all
4921 ;;
4922
4923hpux10.20* | hpux11*)
4924 lt_cv_file_magic_cmd=/usr/bin/file
4925 case $host_cpu in
4926 ia64*)
4927 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4928 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4929 ;;
4930 hppa*64*)
4931 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]'
4932 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4933 ;;
4934 *)
4935 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4936 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4937 ;;
4938 esac
4939 ;;
4940
4941interix[3-9]*)
4942 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4943 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4944 ;;
4945
4946irix5* | irix6* | nonstopux*)
4947 case $LD in
4948 *-32|*"-32 ") libmagic=32-bit;;
4949 *-n32|*"-n32 ") libmagic=N32;;
4950 *-64|*"-64 ") libmagic=64-bit;;
4951 *) libmagic=never-match;;
4952 esac
4953 lt_cv_deplibs_check_method=pass_all
4954 ;;
4955
4956# This must be Linux ELF.
4957linux* | k*bsd*-gnu | kopensolaris*-gnu)
4958 lt_cv_deplibs_check_method=pass_all
4959 ;;
4960
4961netbsd*)
4962 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4963 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4964 else
4965 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4966 fi
4967 ;;
4968
4969newos6*)
4970 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4971 lt_cv_file_magic_cmd=/usr/bin/file
4972 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4973 ;;
4974
4975*nto* | *qnx*)
4976 lt_cv_deplibs_check_method=pass_all
4977 ;;
4978
4979openbsd*)
4980 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4981 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4982 else
4983 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4984 fi
4985 ;;
4986
4987osf3* | osf4* | osf5*)
4988 lt_cv_deplibs_check_method=pass_all
4989 ;;
4990
4991rdos*)
4992 lt_cv_deplibs_check_method=pass_all
4993 ;;
4994
4995solaris*)
4996 lt_cv_deplibs_check_method=pass_all
4997 ;;
4998
4999sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5000 lt_cv_deplibs_check_method=pass_all
5001 ;;
5002
5003sysv4 | sysv4.3*)
5004 case $host_vendor in
5005 motorola)
5006 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]'
5007 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5008 ;;
5009 ncr)
5010 lt_cv_deplibs_check_method=pass_all
5011 ;;
5012 sequent)
5013 lt_cv_file_magic_cmd='/bin/file'
5014 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5015 ;;
5016 sni)
5017 lt_cv_file_magic_cmd='/bin/file'
5018 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5019 lt_cv_file_magic_test_file=/lib/libc.so
5020 ;;
5021 siemens)
5022 lt_cv_deplibs_check_method=pass_all
5023 ;;
5024 pc)
5025 lt_cv_deplibs_check_method=pass_all
5026 ;;
5027 esac
5028 ;;
5029
5030tpf*)
5031 lt_cv_deplibs_check_method=pass_all
5032 ;;
5033esac
5034
5035fi
5036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5037$as_echo "$lt_cv_deplibs_check_method" >&6; }
5038file_magic_cmd=$lt_cv_file_magic_cmd
5039deplibs_check_method=$lt_cv_deplibs_check_method
5040test -z "$deplibs_check_method" && deplibs_check_method=unknown
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053if test -n "$ac_tool_prefix"; then
5054 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5055set dummy ${ac_tool_prefix}ar; ac_word=$2
5056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5057$as_echo_n "checking for $ac_word... " >&6; }
5058if test "${ac_cv_prog_AR+set}" = set; then :
5059 $as_echo_n "(cached) " >&6
5060else
5061 if test -n "$AR"; then
5062 ac_cv_prog_AR="$AR" # Let the user override the test.
5063else
5064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5065for as_dir in $PATH
5066do
5067 IFS=$as_save_IFS
5068 test -z "$as_dir" && as_dir=.
5069 for ac_exec_ext in '' $ac_executable_extensions; do
5070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5071 ac_cv_prog_AR="${ac_tool_prefix}ar"
5072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5073 break 2
5074 fi
5075done
5076 done
5077IFS=$as_save_IFS
5078
5079fi
5080fi
5081AR=$ac_cv_prog_AR
5082if test -n "$AR"; then
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5084$as_echo "$AR" >&6; }
5085else
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5087$as_echo "no" >&6; }
5088fi
5089
5090
5091fi
5092if test -z "$ac_cv_prog_AR"; then
5093 ac_ct_AR=$AR
5094 # Extract the first word of "ar", so it can be a program name with args.
5095set dummy ar; ac_word=$2
5096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5097$as_echo_n "checking for $ac_word... " >&6; }
5098if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5099 $as_echo_n "(cached) " >&6
5100else
5101 if test -n "$ac_ct_AR"; then
5102 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5103else
5104as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5105for as_dir in $PATH
5106do
5107 IFS=$as_save_IFS
5108 test -z "$as_dir" && as_dir=.
5109 for ac_exec_ext in '' $ac_executable_extensions; do
5110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5111 ac_cv_prog_ac_ct_AR="ar"
5112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5113 break 2
5114 fi
5115done
5116 done
5117IFS=$as_save_IFS
5118
5119fi
5120fi
5121ac_ct_AR=$ac_cv_prog_ac_ct_AR
5122if test -n "$ac_ct_AR"; then
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5124$as_echo "$ac_ct_AR" >&6; }
5125else
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5127$as_echo "no" >&6; }
5128fi
5129
5130 if test "x$ac_ct_AR" = x; then
5131 AR="false"
5132 else
5133 case $cross_compiling:$ac_tool_warned in
5134yes:)
5135{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5136$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5137ac_tool_warned=yes ;;
5138esac
5139 AR=$ac_ct_AR
5140 fi
5141else
5142 AR="$ac_cv_prog_AR"
5143fi
5144
5145test -z "$AR" && AR=ar
5146test -z "$AR_FLAGS" && AR_FLAGS=cru
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158if test -n "$ac_tool_prefix"; then
5159 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5160set dummy ${ac_tool_prefix}strip; ac_word=$2
5161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5162$as_echo_n "checking for $ac_word... " >&6; }
5163if test "${ac_cv_prog_STRIP+set}" = set; then :
5164 $as_echo_n "(cached) " >&6
5165else
5166 if test -n "$STRIP"; then
5167 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5168else
5169as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5170for as_dir in $PATH
5171do
5172 IFS=$as_save_IFS
5173 test -z "$as_dir" && as_dir=.
5174 for ac_exec_ext in '' $ac_executable_extensions; do
5175 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5176 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5178 break 2
5179 fi
5180done
5181 done
5182IFS=$as_save_IFS
5183
5184fi
5185fi
5186STRIP=$ac_cv_prog_STRIP
5187if test -n "$STRIP"; then
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5189$as_echo "$STRIP" >&6; }
5190else
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5192$as_echo "no" >&6; }
5193fi
5194
5195
5196fi
5197if test -z "$ac_cv_prog_STRIP"; then
5198 ac_ct_STRIP=$STRIP
5199 # Extract the first word of "strip", so it can be a program name with args.
5200set dummy strip; ac_word=$2
5201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5202$as_echo_n "checking for $ac_word... " >&6; }
5203if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5204 $as_echo_n "(cached) " >&6
5205else
5206 if test -n "$ac_ct_STRIP"; then
5207 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5208else
5209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5210for as_dir in $PATH
5211do
5212 IFS=$as_save_IFS
5213 test -z "$as_dir" && as_dir=.
5214 for ac_exec_ext in '' $ac_executable_extensions; do
5215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5216 ac_cv_prog_ac_ct_STRIP="strip"
5217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5218 break 2
5219 fi
5220done
5221 done
5222IFS=$as_save_IFS
5223
5224fi
5225fi
5226ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5227if test -n "$ac_ct_STRIP"; then
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5229$as_echo "$ac_ct_STRIP" >&6; }
5230else
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5232$as_echo "no" >&6; }
5233fi
5234
5235 if test "x$ac_ct_STRIP" = x; then
5236 STRIP=":"
5237 else
5238 case $cross_compiling:$ac_tool_warned in
5239yes:)
5240{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5241$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5242ac_tool_warned=yes ;;
5243esac
5244 STRIP=$ac_ct_STRIP
5245 fi
5246else
5247 STRIP="$ac_cv_prog_STRIP"
5248fi
5249
5250test -z "$STRIP" && STRIP=:
5251
5252
5253
5254
5255
5256
5257if test -n "$ac_tool_prefix"; then
5258 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5259set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5261$as_echo_n "checking for $ac_word... " >&6; }
5262if test "${ac_cv_prog_RANLIB+set}" = set; then :
5263 $as_echo_n "(cached) " >&6
5264else
5265 if test -n "$RANLIB"; then
5266 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5267else
5268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5269for as_dir in $PATH
5270do
5271 IFS=$as_save_IFS
5272 test -z "$as_dir" && as_dir=.
5273 for ac_exec_ext in '' $ac_executable_extensions; do
5274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5275 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5277 break 2
5278 fi
5279done
5280 done
5281IFS=$as_save_IFS
5282
5283fi
5284fi
5285RANLIB=$ac_cv_prog_RANLIB
5286if test -n "$RANLIB"; then
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5288$as_echo "$RANLIB" >&6; }
5289else
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5291$as_echo "no" >&6; }
5292fi
5293
5294
5295fi
5296if test -z "$ac_cv_prog_RANLIB"; then
5297 ac_ct_RANLIB=$RANLIB
5298 # Extract the first word of "ranlib", so it can be a program name with args.
5299set dummy ranlib; ac_word=$2
5300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5301$as_echo_n "checking for $ac_word... " >&6; }
5302if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5303 $as_echo_n "(cached) " >&6
5304else
5305 if test -n "$ac_ct_RANLIB"; then
5306 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5307else
5308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309for as_dir in $PATH
5310do
5311 IFS=$as_save_IFS
5312 test -z "$as_dir" && as_dir=.
5313 for ac_exec_ext in '' $ac_executable_extensions; do
5314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5315 ac_cv_prog_ac_ct_RANLIB="ranlib"
5316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5317 break 2
5318 fi
5319done
5320 done
5321IFS=$as_save_IFS
5322
5323fi
5324fi
5325ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5326if test -n "$ac_ct_RANLIB"; then
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5328$as_echo "$ac_ct_RANLIB" >&6; }
5329else
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5331$as_echo "no" >&6; }
5332fi
5333
5334 if test "x$ac_ct_RANLIB" = x; then
5335 RANLIB=":"
5336 else
5337 case $cross_compiling:$ac_tool_warned in
5338yes:)
5339{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5340$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5341ac_tool_warned=yes ;;
5342esac
5343 RANLIB=$ac_ct_RANLIB
5344 fi
5345else
5346 RANLIB="$ac_cv_prog_RANLIB"
5347fi
5348
5349test -z "$RANLIB" && RANLIB=:
5350
5351
5352
5353
5354
5355
5356# Determine commands to create old-style static archives.
5357old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5358old_postinstall_cmds='chmod 644 $oldlib'
5359old_postuninstall_cmds=
5360
5361if test -n "$RANLIB"; then
5362 case $host_os in
5363 openbsd*)
5364 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5365 ;;
5366 *)
5367 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5368 ;;
5369 esac
5370 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5371fi
5372
5373case $host_os in
5374 darwin*)
5375 lock_old_archive_extraction=yes ;;
5376 *)
5377 lock_old_archive_extraction=no ;;
5378esac
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418# If no C compiler was specified, use CC.
5419LTCC=${LTCC-"$CC"}
5420
5421# If no C compiler flags were specified, use CFLAGS.
5422LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5423
5424# Allow CC to be a program name with arguments.
5425compiler=$CC
5426
5427
5428# Check for command to grab the raw symbol name followed by C symbol from nm.
5429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5430$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5431if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5432 $as_echo_n "(cached) " >&6
5433else
5434
5435# These are sane defaults that work on at least a few old systems.
5436# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5437
5438# Character class describing NM global symbol codes.
5439symcode='[BCDEGRST]'
5440
5441# Regexp to match symbols that can be accessed directly from C.
5442sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5443
5444# Define system-specific variables.
5445case $host_os in
5446aix*)
5447 symcode='[BCDT]'
5448 ;;
5449cygwin* | mingw* | pw32* | cegcc*)
5450 symcode='[ABCDGISTW]'
5451 ;;
5452hpux*)
5453 if test "$host_cpu" = ia64; then
5454 symcode='[ABCDEGRST]'
5455 fi
5456 ;;
5457irix* | nonstopux*)
5458 symcode='[BCDEGRST]'
5459 ;;
5460osf*)
5461 symcode='[BCDEGQRST]'
5462 ;;
5463solaris*)
5464 symcode='[BDRT]'
5465 ;;
5466sco3.2v5*)
5467 symcode='[DT]'
5468 ;;
5469sysv4.2uw2*)
5470 symcode='[DT]'
5471 ;;
5472sysv5* | sco5v6* | unixware* | OpenUNIX*)
5473 symcode='[ABDT]'
5474 ;;
5475sysv4)
5476 symcode='[DFNSTU]'
5477 ;;
5478esac
5479
5480# If we're using GNU nm, then use its standard symbol codes.
5481case `$NM -V 2>&1` in
5482*GNU* | *'with BFD'*)
5483 symcode='[ABCDGIRSTW]' ;;
5484esac
5485
5486# Transform an extracted symbol line into a proper C declaration.
5487# Some systems (esp. on ia64) link data and code symbols differently,
5488# so use this general approach.
5489lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5490
5491# Transform an extracted symbol line into symbol name and symbol address
5492lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5493lt_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'"
5494
5495# Handle CRLF in mingw tool chain
5496opt_cr=
5497case $build_os in
5498mingw*)
5499 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5500 ;;
5501esac
5502
5503# Try without a prefix underscore, then with it.
5504for ac_symprfx in "" "_"; do
5505
5506 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5507 symxfrm="\\1 $ac_symprfx\\2 \\2"
5508
5509 # Write the raw and C identifiers.
5510 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5511 # Fake it for dumpbin and say T for any non-static function
5512 # and D for any global variable.
5513 # Also find C++ and __fastcall symbols from MSVC++,
5514 # which start with @ or ?.
5515 lt_cv_sys_global_symbol_pipe="$AWK '"\
5516" {last_section=section; section=\$ 3};"\
5517" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5518" \$ 0!~/External *\|/{next};"\
5519" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5520" {if(hide[section]) next};"\
5521" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5522" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5523" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5524" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5525" ' prfx=^$ac_symprfx"
5526 else
5527 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5528 fi
5529
5530 # Check to see that the pipe works correctly.
5531 pipe_works=no
5532
5533 rm -f conftest*
5534 cat > conftest.$ac_ext <<_LT_EOF
5535#ifdef __cplusplus
5536extern "C" {
5537#endif
5538char nm_test_var;
5539void nm_test_func(void);
5540void nm_test_func(void){}
5541#ifdef __cplusplus
5542}
5543#endif
5544int main(){nm_test_var='a';nm_test_func();return(0);}
5545_LT_EOF
5546
5547 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5548 (eval $ac_compile) 2>&5
5549 ac_status=$?
5550 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5551 test $ac_status = 0; }; then
5552 # Now try to grab the symbols.
5553 nlist=conftest.nm
5554 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5555 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5556 ac_status=$?
5557 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5558 test $ac_status = 0; } && test -s "$nlist"; then
5559 # Try sorting and uniquifying the output.
5560 if sort "$nlist" | uniq > "$nlist"T; then
5561 mv -f "$nlist"T "$nlist"
5562 else
5563 rm -f "$nlist"T
5564 fi
5565
5566 # Make sure that we snagged all the symbols we need.
5567 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5568 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5569 cat <<_LT_EOF > conftest.$ac_ext
5570#ifdef __cplusplus
5571extern "C" {
5572#endif
5573
5574_LT_EOF
5575 # Now generate the symbol file.
5576 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5577
5578 cat <<_LT_EOF >> conftest.$ac_ext
5579
5580/* The mapping between symbol names and symbols. */
5581const struct {
5582 const char *name;
5583 void *address;
5584}
5585lt__PROGRAM__LTX_preloaded_symbols[] =
5586{
5587 { "@PROGRAM@", (void *) 0 },
5588_LT_EOF
5589 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5590 cat <<\_LT_EOF >> conftest.$ac_ext
5591 {0, (void *) 0}
5592};
5593
5594/* This works around a problem in FreeBSD linker */
5595#ifdef FREEBSD_WORKAROUND
5596static const void *lt_preloaded_setup() {
5597 return lt__PROGRAM__LTX_preloaded_symbols;
5598}
5599#endif
5600
5601#ifdef __cplusplus
5602}
5603#endif
5604_LT_EOF
5605 # Now try linking the two files.
5606 mv conftest.$ac_objext conftstm.$ac_objext
5607 lt_save_LIBS="$LIBS"
5608 lt_save_CFLAGS="$CFLAGS"
5609 LIBS="conftstm.$ac_objext"
5610 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5611 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5612 (eval $ac_link) 2>&5
5613 ac_status=$?
5614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5615 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5616 pipe_works=yes
5617 fi
5618 LIBS="$lt_save_LIBS"
5619 CFLAGS="$lt_save_CFLAGS"
5620 else
5621 echo "cannot find nm_test_func in $nlist" >&5
5622 fi
5623 else
5624 echo "cannot find nm_test_var in $nlist" >&5
5625 fi
5626 else
5627 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5628 fi
5629 else
5630 echo "$progname: failed program was:" >&5
5631 cat conftest.$ac_ext >&5
5632 fi
5633 rm -rf conftest* conftst*
5634
5635 # Do not use the global_symbol_pipe unless it works.
5636 if test "$pipe_works" = yes; then
5637 break
5638 else
5639 lt_cv_sys_global_symbol_pipe=
5640 fi
5641done
5642
5643fi
5644
5645if test -z "$lt_cv_sys_global_symbol_pipe"; then
5646 lt_cv_sys_global_symbol_to_cdecl=
5647fi
5648if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5650$as_echo "failed" >&6; }
5651else
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5653$as_echo "ok" >&6; }
5654fi
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678# Check whether --enable-libtool-lock was given.
5679if test "${enable_libtool_lock+set}" = set; then :
5680 enableval=$enable_libtool_lock;
5681fi
5682
5683test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5684
5685# Some flags need to be propagated to the compiler or linker for good
5686# libtool support.
5687case $host in
5688ia64-*-hpux*)
5689 # Find out which ABI we are using.
5690 echo 'int i;' > conftest.$ac_ext
5691 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5692 (eval $ac_compile) 2>&5
5693 ac_status=$?
5694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5695 test $ac_status = 0; }; then
5696 case `/usr/bin/file conftest.$ac_objext` in
5697 *ELF-32*)
5698 HPUX_IA64_MODE="32"
5699 ;;
5700 *ELF-64*)
5701 HPUX_IA64_MODE="64"
5702 ;;
5703 esac
5704 fi
5705 rm -rf conftest*
5706 ;;
5707*-*-irix6*)
5708 # Find out which ABI we are using.
5709 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5710 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5711 (eval $ac_compile) 2>&5
5712 ac_status=$?
5713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5714 test $ac_status = 0; }; then
5715 if test "$lt_cv_prog_gnu_ld" = yes; then
5716 case `/usr/bin/file conftest.$ac_objext` in
5717 *32-bit*)
5718 LD="${LD-ld} -melf32bsmip"
5719 ;;
5720 *N32*)
5721 LD="${LD-ld} -melf32bmipn32"
5722 ;;
5723 *64-bit*)
5724 LD="${LD-ld} -melf64bmip"
5725 ;;
5726 esac
5727 else
5728 case `/usr/bin/file conftest.$ac_objext` in
5729 *32-bit*)
5730 LD="${LD-ld} -32"
5731 ;;
5732 *N32*)
5733 LD="${LD-ld} -n32"
5734 ;;
5735 *64-bit*)
5736 LD="${LD-ld} -64"
5737 ;;
5738 esac
5739 fi
5740 fi
5741 rm -rf conftest*
5742 ;;
5743
5744x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5745s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5746 # Find out which ABI we are using.
5747 echo 'int i;' > conftest.$ac_ext
5748 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5749 (eval $ac_compile) 2>&5
5750 ac_status=$?
5751 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5752 test $ac_status = 0; }; then
5753 case `/usr/bin/file conftest.o` in
5754 *32-bit*)
5755 case $host in
5756 x86_64-*kfreebsd*-gnu)
5757 LD="${LD-ld} -m elf_i386_fbsd"
5758 ;;
5759 x86_64-*linux*)
5760 LD="${LD-ld} -m elf_i386"
5761 ;;
5762 ppc64-*linux*|powerpc64-*linux*)
5763 LD="${LD-ld} -m elf32ppclinux"
5764 ;;
5765 s390x-*linux*)
5766 LD="${LD-ld} -m elf_s390"
5767 ;;
5768 sparc64-*linux*)
5769 LD="${LD-ld} -m elf32_sparc"
5770 ;;
5771 esac
5772 ;;
5773 *64-bit*)
5774 case $host in
5775 x86_64-*kfreebsd*-gnu)
5776 LD="${LD-ld} -m elf_x86_64_fbsd"
5777 ;;
5778 x86_64-*linux*)
5779 LD="${LD-ld} -m elf_x86_64"
5780 ;;
5781 ppc*-*linux*|powerpc*-*linux*)
5782 LD="${LD-ld} -m elf64ppc"
5783 ;;
5784 s390*-*linux*|s390*-*tpf*)
5785 LD="${LD-ld} -m elf64_s390"
5786 ;;
5787 sparc*-*linux*)
5788 LD="${LD-ld} -m elf64_sparc"
5789 ;;
5790 esac
5791 ;;
5792 esac
5793 fi
5794 rm -rf conftest*
5795 ;;
5796
5797*-*-sco3.2v5*)
5798 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5799 SAVE_CFLAGS="$CFLAGS"
5800 CFLAGS="$CFLAGS -belf"
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5802$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5803if test "${lt_cv_cc_needs_belf+set}" = set; then :
5804 $as_echo_n "(cached) " >&6
5805else
5806 ac_ext=c
5807ac_cpp='$CPP $CPPFLAGS'
5808ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5809ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5810ac_compiler_gnu=$ac_cv_c_compiler_gnu
5811
5812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5813/* end confdefs.h. */
5814
5815int
5816main ()
5817{
5818
5819 ;
5820 return 0;
5821}
5822_ACEOF
5823if ac_fn_c_try_link "$LINENO"; then :
5824 lt_cv_cc_needs_belf=yes
5825else
5826 lt_cv_cc_needs_belf=no
5827fi
5828rm -f core conftest.err conftest.$ac_objext \
5829 conftest$ac_exeext conftest.$ac_ext
5830 ac_ext=c
5831ac_cpp='$CPP $CPPFLAGS'
5832ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5833ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5834ac_compiler_gnu=$ac_cv_c_compiler_gnu
5835
5836fi
5837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5838$as_echo "$lt_cv_cc_needs_belf" >&6; }
5839 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5840 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5841 CFLAGS="$SAVE_CFLAGS"
5842 fi
5843 ;;
5844sparc*-*solaris*)
5845 # Find out which ABI we are using.
5846 echo 'int i;' > conftest.$ac_ext
5847 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5848 (eval $ac_compile) 2>&5
5849 ac_status=$?
5850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5851 test $ac_status = 0; }; then
5852 case `/usr/bin/file conftest.o` in
5853 *64-bit*)
5854 case $lt_cv_prog_gnu_ld in
5855 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5856 *)
5857 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5858 LD="${LD-ld} -64"
5859 fi
5860 ;;
5861 esac
5862 ;;
5863 esac
5864 fi
5865 rm -rf conftest*
5866 ;;
5867esac
5868
5869need_locks="$enable_libtool_lock"
5870
5871
5872 case $host_os in
5873 rhapsody* | darwin*)
5874 if test -n "$ac_tool_prefix"; then
5875 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5876set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5878$as_echo_n "checking for $ac_word... " >&6; }
5879if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5880 $as_echo_n "(cached) " >&6
5881else
5882 if test -n "$DSYMUTIL"; then
5883 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5884else
5885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5886for as_dir in $PATH
5887do
5888 IFS=$as_save_IFS
5889 test -z "$as_dir" && as_dir=.
5890 for ac_exec_ext in '' $ac_executable_extensions; do
5891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5892 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5894 break 2
5895 fi
5896done
5897 done
5898IFS=$as_save_IFS
5899
5900fi
5901fi
5902DSYMUTIL=$ac_cv_prog_DSYMUTIL
5903if test -n "$DSYMUTIL"; then
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5905$as_echo "$DSYMUTIL" >&6; }
5906else
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5908$as_echo "no" >&6; }
5909fi
5910
5911
5912fi
5913if test -z "$ac_cv_prog_DSYMUTIL"; then
5914 ac_ct_DSYMUTIL=$DSYMUTIL
5915 # Extract the first word of "dsymutil", so it can be a program name with args.
5916set dummy dsymutil; ac_word=$2
5917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5918$as_echo_n "checking for $ac_word... " >&6; }
5919if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5920 $as_echo_n "(cached) " >&6
5921else
5922 if test -n "$ac_ct_DSYMUTIL"; then
5923 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5924else
5925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926for as_dir in $PATH
5927do
5928 IFS=$as_save_IFS
5929 test -z "$as_dir" && as_dir=.
5930 for ac_exec_ext in '' $ac_executable_extensions; do
5931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5932 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934 break 2
5935 fi
5936done
5937 done
5938IFS=$as_save_IFS
5939
5940fi
5941fi
5942ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5943if test -n "$ac_ct_DSYMUTIL"; then
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5945$as_echo "$ac_ct_DSYMUTIL" >&6; }
5946else
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948$as_echo "no" >&6; }
5949fi
5950
5951 if test "x$ac_ct_DSYMUTIL" = x; then
5952 DSYMUTIL=":"
5953 else
5954 case $cross_compiling:$ac_tool_warned in
5955yes:)
5956{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5957$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5958ac_tool_warned=yes ;;
5959esac
5960 DSYMUTIL=$ac_ct_DSYMUTIL
5961 fi
5962else
5963 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5964fi
5965
5966 if test -n "$ac_tool_prefix"; then
5967 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5968set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5970$as_echo_n "checking for $ac_word... " >&6; }
5971if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5972 $as_echo_n "(cached) " >&6
5973else
5974 if test -n "$NMEDIT"; then
5975 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5976else
5977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5978for as_dir in $PATH
5979do
5980 IFS=$as_save_IFS
5981 test -z "$as_dir" && as_dir=.
5982 for ac_exec_ext in '' $ac_executable_extensions; do
5983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5984 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5986 break 2
5987 fi
5988done
5989 done
5990IFS=$as_save_IFS
5991
5992fi
5993fi
5994NMEDIT=$ac_cv_prog_NMEDIT
5995if test -n "$NMEDIT"; then
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5997$as_echo "$NMEDIT" >&6; }
5998else
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6000$as_echo "no" >&6; }
6001fi
6002
6003
6004fi
6005if test -z "$ac_cv_prog_NMEDIT"; then
6006 ac_ct_NMEDIT=$NMEDIT
6007 # Extract the first word of "nmedit", so it can be a program name with args.
6008set dummy nmedit; ac_word=$2
6009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6010$as_echo_n "checking for $ac_word... " >&6; }
6011if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6012 $as_echo_n "(cached) " >&6
6013else
6014 if test -n "$ac_ct_NMEDIT"; then
6015 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6016else
6017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6018for as_dir in $PATH
6019do
6020 IFS=$as_save_IFS
6021 test -z "$as_dir" && as_dir=.
6022 for ac_exec_ext in '' $ac_executable_extensions; do
6023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6024 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6026 break 2
6027 fi
6028done
6029 done
6030IFS=$as_save_IFS
6031
6032fi
6033fi
6034ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6035if test -n "$ac_ct_NMEDIT"; then
6036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6037$as_echo "$ac_ct_NMEDIT" >&6; }
6038else
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6040$as_echo "no" >&6; }
6041fi
6042
6043 if test "x$ac_ct_NMEDIT" = x; then
6044 NMEDIT=":"
6045 else
6046 case $cross_compiling:$ac_tool_warned in
6047yes:)
6048{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6049$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6050ac_tool_warned=yes ;;
6051esac
6052 NMEDIT=$ac_ct_NMEDIT
6053 fi
6054else
6055 NMEDIT="$ac_cv_prog_NMEDIT"
6056fi
6057
6058 if test -n "$ac_tool_prefix"; then
6059 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6060set dummy ${ac_tool_prefix}lipo; ac_word=$2
6061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6062$as_echo_n "checking for $ac_word... " >&6; }
6063if test "${ac_cv_prog_LIPO+set}" = set; then :
6064 $as_echo_n "(cached) " >&6
6065else
6066 if test -n "$LIPO"; then
6067 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6068else
6069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6070for as_dir in $PATH
6071do
6072 IFS=$as_save_IFS
6073 test -z "$as_dir" && as_dir=.
6074 for ac_exec_ext in '' $ac_executable_extensions; do
6075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6076 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6078 break 2
6079 fi
6080done
6081 done
6082IFS=$as_save_IFS
6083
6084fi
6085fi
6086LIPO=$ac_cv_prog_LIPO
6087if test -n "$LIPO"; then
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6089$as_echo "$LIPO" >&6; }
6090else
6091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6092$as_echo "no" >&6; }
6093fi
6094
6095
6096fi
6097if test -z "$ac_cv_prog_LIPO"; then
6098 ac_ct_LIPO=$LIPO
6099 # Extract the first word of "lipo", so it can be a program name with args.
6100set dummy lipo; ac_word=$2
6101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6102$as_echo_n "checking for $ac_word... " >&6; }
6103if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6104 $as_echo_n "(cached) " >&6
6105else
6106 if test -n "$ac_ct_LIPO"; then
6107 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6108else
6109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110for as_dir in $PATH
6111do
6112 IFS=$as_save_IFS
6113 test -z "$as_dir" && as_dir=.
6114 for ac_exec_ext in '' $ac_executable_extensions; do
6115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6116 ac_cv_prog_ac_ct_LIPO="lipo"
6117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6118 break 2
6119 fi
6120done
6121 done
6122IFS=$as_save_IFS
6123
6124fi
6125fi
6126ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6127if test -n "$ac_ct_LIPO"; then
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6129$as_echo "$ac_ct_LIPO" >&6; }
6130else
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132$as_echo "no" >&6; }
6133fi
6134
6135 if test "x$ac_ct_LIPO" = x; then
6136 LIPO=":"
6137 else
6138 case $cross_compiling:$ac_tool_warned in
6139yes:)
6140{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6141$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6142ac_tool_warned=yes ;;
6143esac
6144 LIPO=$ac_ct_LIPO
6145 fi
6146else
6147 LIPO="$ac_cv_prog_LIPO"
6148fi
6149
6150 if test -n "$ac_tool_prefix"; then
6151 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6152set dummy ${ac_tool_prefix}otool; ac_word=$2
6153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6154$as_echo_n "checking for $ac_word... " >&6; }
6155if test "${ac_cv_prog_OTOOL+set}" = set; then :
6156 $as_echo_n "(cached) " >&6
6157else
6158 if test -n "$OTOOL"; then
6159 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6160else
6161as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6162for as_dir in $PATH
6163do
6164 IFS=$as_save_IFS
6165 test -z "$as_dir" && as_dir=.
6166 for ac_exec_ext in '' $ac_executable_extensions; do
6167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6168 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6170 break 2
6171 fi
6172done
6173 done
6174IFS=$as_save_IFS
6175
6176fi
6177fi
6178OTOOL=$ac_cv_prog_OTOOL
6179if test -n "$OTOOL"; then
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6181$as_echo "$OTOOL" >&6; }
6182else
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6184$as_echo "no" >&6; }
6185fi
6186
6187
6188fi
6189if test -z "$ac_cv_prog_OTOOL"; then
6190 ac_ct_OTOOL=$OTOOL
6191 # Extract the first word of "otool", so it can be a program name with args.
6192set dummy otool; ac_word=$2
6193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6194$as_echo_n "checking for $ac_word... " >&6; }
6195if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6196 $as_echo_n "(cached) " >&6
6197else
6198 if test -n "$ac_ct_OTOOL"; then
6199 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6200else
6201as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6202for as_dir in $PATH
6203do
6204 IFS=$as_save_IFS
6205 test -z "$as_dir" && as_dir=.
6206 for ac_exec_ext in '' $ac_executable_extensions; do
6207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6208 ac_cv_prog_ac_ct_OTOOL="otool"
6209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6210 break 2
6211 fi
6212done
6213 done
6214IFS=$as_save_IFS
6215
6216fi
6217fi
6218ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6219if test -n "$ac_ct_OTOOL"; then
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6221$as_echo "$ac_ct_OTOOL" >&6; }
6222else
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6224$as_echo "no" >&6; }
6225fi
6226
6227 if test "x$ac_ct_OTOOL" = x; then
6228 OTOOL=":"
6229 else
6230 case $cross_compiling:$ac_tool_warned in
6231yes:)
6232{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6233$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6234ac_tool_warned=yes ;;
6235esac
6236 OTOOL=$ac_ct_OTOOL
6237 fi
6238else
6239 OTOOL="$ac_cv_prog_OTOOL"
6240fi
6241
6242 if test -n "$ac_tool_prefix"; then
6243 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6244set dummy ${ac_tool_prefix}otool64; ac_word=$2
6245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6246$as_echo_n "checking for $ac_word... " >&6; }
6247if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6248 $as_echo_n "(cached) " >&6
6249else
6250 if test -n "$OTOOL64"; then
6251 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6252else
6253as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254for as_dir in $PATH
6255do
6256 IFS=$as_save_IFS
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6262 break 2
6263 fi
6264done
6265 done
6266IFS=$as_save_IFS
6267
6268fi
6269fi
6270OTOOL64=$ac_cv_prog_OTOOL64
6271if test -n "$OTOOL64"; then
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6273$as_echo "$OTOOL64" >&6; }
6274else
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6276$as_echo "no" >&6; }
6277fi
6278
6279
6280fi
6281if test -z "$ac_cv_prog_OTOOL64"; then
6282 ac_ct_OTOOL64=$OTOOL64
6283 # Extract the first word of "otool64", so it can be a program name with args.
6284set dummy otool64; ac_word=$2
6285{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6286$as_echo_n "checking for $ac_word... " >&6; }
6287if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6288 $as_echo_n "(cached) " >&6
6289else
6290 if test -n "$ac_ct_OTOOL64"; then
6291 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6292else
6293as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6294for as_dir in $PATH
6295do
6296 IFS=$as_save_IFS
6297 test -z "$as_dir" && as_dir=.
6298 for ac_exec_ext in '' $ac_executable_extensions; do
6299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6300 ac_cv_prog_ac_ct_OTOOL64="otool64"
6301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6302 break 2
6303 fi
6304done
6305 done
6306IFS=$as_save_IFS
6307
6308fi
6309fi
6310ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6311if test -n "$ac_ct_OTOOL64"; then
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6313$as_echo "$ac_ct_OTOOL64" >&6; }
6314else
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6316$as_echo "no" >&6; }
6317fi
6318
6319 if test "x$ac_ct_OTOOL64" = x; then
6320 OTOOL64=":"
6321 else
6322 case $cross_compiling:$ac_tool_warned in
6323yes:)
6324{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6325$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6326ac_tool_warned=yes ;;
6327esac
6328 OTOOL64=$ac_ct_OTOOL64
6329 fi
6330else
6331 OTOOL64="$ac_cv_prog_OTOOL64"
6332fi
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6361$as_echo_n "checking for -single_module linker flag... " >&6; }
6362if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6363 $as_echo_n "(cached) " >&6
6364else
6365 lt_cv_apple_cc_single_mod=no
6366 if test -z "${LT_MULTI_MODULE}"; then
6367 # By default we will add the -single_module flag. You can override
6368 # by either setting the environment variable LT_MULTI_MODULE
6369 # non-empty at configure time, or by adding -multi_module to the
6370 # link flags.
6371 rm -rf libconftest.dylib*
6372 echo "int foo(void){return 1;}" > conftest.c
6373 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6374-dynamiclib -Wl,-single_module conftest.c" >&5
6375 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6376 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6377 _lt_result=$?
6378 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6379 lt_cv_apple_cc_single_mod=yes
6380 else
6381 cat conftest.err >&5
6382 fi
6383 rm -rf libconftest.dylib*
6384 rm -f conftest.*
6385 fi
6386fi
6387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6388$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6390$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6391if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6392 $as_echo_n "(cached) " >&6
6393else
6394 lt_cv_ld_exported_symbols_list=no
6395 save_LDFLAGS=$LDFLAGS
6396 echo "_main" > conftest.sym
6397 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6399/* end confdefs.h. */
6400
6401int
6402main ()
6403{
6404
6405 ;
6406 return 0;
6407}
6408_ACEOF
6409if ac_fn_c_try_link "$LINENO"; then :
6410 lt_cv_ld_exported_symbols_list=yes
6411else
6412 lt_cv_ld_exported_symbols_list=no
6413fi
6414rm -f core conftest.err conftest.$ac_objext \
6415 conftest$ac_exeext conftest.$ac_ext
6416 LDFLAGS="$save_LDFLAGS"
6417
6418fi
6419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6420$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6422$as_echo_n "checking for -force_load linker flag... " >&6; }
6423if test "${lt_cv_ld_force_load+set}" = set; then :
6424 $as_echo_n "(cached) " >&6
6425else
6426 lt_cv_ld_force_load=no
6427 cat > conftest.c << _LT_EOF
6428int forced_loaded() { return 2;}
6429_LT_EOF
6430 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6431 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6432 echo "$AR cru libconftest.a conftest.o" >&5
6433 $AR cru libconftest.a conftest.o 2>&5
6434 echo "$RANLIB libconftest.a" >&5
6435 $RANLIB libconftest.a 2>&5
6436 cat > conftest.c << _LT_EOF
6437int main() { return 0;}
6438_LT_EOF
6439 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6440 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6441 _lt_result=$?
6442 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6443 lt_cv_ld_force_load=yes
6444 else
6445 cat conftest.err >&5
6446 fi
6447 rm -f conftest.err libconftest.a conftest conftest.c
6448 rm -rf conftest.dSYM
6449
6450fi
6451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6452$as_echo "$lt_cv_ld_force_load" >&6; }
6453 case $host_os in
6454 rhapsody* | darwin1.[012])
6455 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6456 darwin1.*)
6457 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6458 darwin*) # darwin 5.x on
6459 # if running on 10.5 or later, the deployment target defaults
6460 # to the OS version, if on x86, and 10.4, the deployment
6461 # target defaults to 10.4. Don't you love it?
6462 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6463 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6464 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6465 10.[012]*)
6466 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6467 10.*)
6468 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6469 esac
6470 ;;
6471 esac
6472 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6473 _lt_dar_single_mod='$single_module'
6474 fi
6475 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6476 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6477 else
6478 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6479 fi
6480 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6481 _lt_dsymutil='~$DSYMUTIL $lib || :'
6482 else
6483 _lt_dsymutil=
6484 fi
6485 ;;
6486 esac
6487
6488ac_ext=c
6489ac_cpp='$CPP $CPPFLAGS'
6490ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6491ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6492ac_compiler_gnu=$ac_cv_c_compiler_gnu
6493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6494$as_echo_n "checking how to run the C preprocessor... " >&6; }
6495# On Suns, sometimes $CPP names a directory.
6496if test -n "$CPP" && test -d "$CPP"; then
6497 CPP=
6498fi
6499if test -z "$CPP"; then
6500 if test "${ac_cv_prog_CPP+set}" = set; then :
6501 $as_echo_n "(cached) " >&6
6502else
6503 # Double quotes because CPP needs to be expanded
6504 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6505 do
6506 ac_preproc_ok=false
6507for ac_c_preproc_warn_flag in '' yes
6508do
6509 # Use a header file that comes with gcc, so configuring glibc
6510 # with a fresh cross-compiler works.
6511 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6512 # <limits.h> exists even on freestanding compilers.
6513 # On the NeXT, cc -E runs the code through the compiler's parser,
6514 # not just through cpp. "Syntax error" is here to catch this case.
6515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6516/* end confdefs.h. */
6517#ifdef __STDC__
6518# include <limits.h>
6519#else
6520# include <assert.h>
6521#endif
6522 Syntax error
6523_ACEOF
6524if ac_fn_c_try_cpp "$LINENO"; then :
6525
6526else
6527 # Broken: fails on valid input.
6528continue
6529fi
6530rm -f conftest.err conftest.$ac_ext
6531
6532 # OK, works on sane cases. Now check whether nonexistent headers
6533 # can be detected and how.
6534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6535/* end confdefs.h. */
6536#include <ac_nonexistent.h>
6537_ACEOF
6538if ac_fn_c_try_cpp "$LINENO"; then :
6539 # Broken: success on invalid input.
6540continue
6541else
6542 # Passes both tests.
6543ac_preproc_ok=:
6544break
6545fi
6546rm -f conftest.err conftest.$ac_ext
6547
6548done
6549# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6550rm -f conftest.err conftest.$ac_ext
6551if $ac_preproc_ok; then :
6552 break
6553fi
6554
6555 done
6556 ac_cv_prog_CPP=$CPP
6557
6558fi
6559 CPP=$ac_cv_prog_CPP
6560else
6561 ac_cv_prog_CPP=$CPP
6562fi
6563{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6564$as_echo "$CPP" >&6; }
6565ac_preproc_ok=false
6566for ac_c_preproc_warn_flag in '' yes
6567do
6568 # Use a header file that comes with gcc, so configuring glibc
6569 # with a fresh cross-compiler works.
6570 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6571 # <limits.h> exists even on freestanding compilers.
6572 # On the NeXT, cc -E runs the code through the compiler's parser,
6573 # not just through cpp. "Syntax error" is here to catch this case.
6574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6575/* end confdefs.h. */
6576#ifdef __STDC__
6577# include <limits.h>
6578#else
6579# include <assert.h>
6580#endif
6581 Syntax error
6582_ACEOF
6583if ac_fn_c_try_cpp "$LINENO"; then :
6584
6585else
6586 # Broken: fails on valid input.
6587continue
6588fi
6589rm -f conftest.err conftest.$ac_ext
6590
6591 # OK, works on sane cases. Now check whether nonexistent headers
6592 # can be detected and how.
6593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6594/* end confdefs.h. */
6595#include <ac_nonexistent.h>
6596_ACEOF
6597if ac_fn_c_try_cpp "$LINENO"; then :
6598 # Broken: success on invalid input.
6599continue
6600else
6601 # Passes both tests.
6602ac_preproc_ok=:
6603break
6604fi
6605rm -f conftest.err conftest.$ac_ext
6606
6607done
6608# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6609rm -f conftest.err conftest.$ac_ext
6610if $ac_preproc_ok; then :
6611
6612else
6613 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6614$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6615as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6616See \`config.log' for more details" "$LINENO" 5; }
6617fi
6618
6619ac_ext=c
6620ac_cpp='$CPP $CPPFLAGS'
6621ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6622ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6623ac_compiler_gnu=$ac_cv_c_compiler_gnu
6624
6625
6626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6627$as_echo_n "checking for ANSI C header files... " >&6; }
6628if test "${ac_cv_header_stdc+set}" = set; then :
6629 $as_echo_n "(cached) " >&6
6630else
6631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6632/* end confdefs.h. */
6633#include <stdlib.h>
6634#include <stdarg.h>
6635#include <string.h>
6636#include <float.h>
6637
6638int
6639main ()
6640{
6641
6642 ;
6643 return 0;
6644}
6645_ACEOF
6646if ac_fn_c_try_compile "$LINENO"; then :
6647 ac_cv_header_stdc=yes
6648else
6649 ac_cv_header_stdc=no
6650fi
6651rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6652
6653if test $ac_cv_header_stdc = yes; then
6654 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6656/* end confdefs.h. */
6657#include <string.h>
6658
6659_ACEOF
6660if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6661 $EGREP "memchr" >/dev/null 2>&1; then :
6662
6663else
6664 ac_cv_header_stdc=no
6665fi
6666rm -f conftest*
6667
6668fi
6669
6670if test $ac_cv_header_stdc = yes; then
6671 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6673/* end confdefs.h. */
6674#include <stdlib.h>
6675
6676_ACEOF
6677if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6678 $EGREP "free" >/dev/null 2>&1; then :
6679
6680else
6681 ac_cv_header_stdc=no
6682fi
6683rm -f conftest*
6684
6685fi
6686
6687if test $ac_cv_header_stdc = yes; then
6688 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6689 if test "$cross_compiling" = yes; then :
6690 :
6691else
6692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6693/* end confdefs.h. */
6694#include <ctype.h>
6695#include <stdlib.h>
6696#if ((' ' & 0x0FF) == 0x020)
6697# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6698# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6699#else
6700# define ISLOWER(c) \
6701 (('a' <= (c) && (c) <= 'i') \
6702 || ('j' <= (c) && (c) <= 'r') \
6703 || ('s' <= (c) && (c) <= 'z'))
6704# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6705#endif
6706
6707#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6708int
6709main ()
6710{
6711 int i;
6712 for (i = 0; i < 256; i++)
6713 if (XOR (islower (i), ISLOWER (i))
6714 || toupper (i) != TOUPPER (i))
6715 return 2;
6716 return 0;
6717}
6718_ACEOF
6719if ac_fn_c_try_run "$LINENO"; then :
6720
6721else
6722 ac_cv_header_stdc=no
6723fi
6724rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6725 conftest.$ac_objext conftest.beam conftest.$ac_ext
6726fi
6727
6728fi
6729fi
6730{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6731$as_echo "$ac_cv_header_stdc" >&6; }
6732if test $ac_cv_header_stdc = yes; then
6733
6734$as_echo "#define STDC_HEADERS 1" >>confdefs.h
6735
6736fi
6737
6738# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6739for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6740 inttypes.h stdint.h unistd.h
6741do :
6742 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6743ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6744"
6745if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6746 cat >>confdefs.h <<_ACEOF
6747#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6748_ACEOF
6749
6750fi
6751
6752done
6753
6754
6755for ac_header in dlfcn.h
6756do :
6757 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6758"
6759if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6760 cat >>confdefs.h <<_ACEOF
6761#define HAVE_DLFCN_H 1
6762_ACEOF
6763
6764fi
6765
6766done
6767
6768
6769
6770
6771
6772# Set options
6773# Check whether --enable-shared was given.
6774if test "${enable_shared+set}" = set; then :
6775 enableval=$enable_shared; p=${PACKAGE-default}
6776 case $enableval in
6777 yes) enable_shared=yes ;;
6778 no) enable_shared=no ;;
6779 *)
6780 enable_shared=no
6781 # Look at the argument we got. We use all the common list separators.
6782 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6783 for pkg in $enableval; do
6784 IFS="$lt_save_ifs"
6785 if test "X$pkg" = "X$p"; then
6786 enable_shared=yes
6787 fi
6788 done
6789 IFS="$lt_save_ifs"
6790 ;;
6791 esac
6792else
6793 enable_shared=yes
6794fi
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805 enable_dlopen=no
6806
6807
6808 enable_win32_dll=no
6809
6810
6811
6812 # Check whether --enable-static was given.
6813if test "${enable_static+set}" = set; then :
6814 enableval=$enable_static; p=${PACKAGE-default}
6815 case $enableval in
6816 yes) enable_static=yes ;;
6817 no) enable_static=no ;;
6818 *)
6819 enable_static=no
6820 # Look at the argument we got. We use all the common list separators.
6821 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6822 for pkg in $enableval; do
6823 IFS="$lt_save_ifs"
6824 if test "X$pkg" = "X$p"; then
6825 enable_static=yes
6826 fi
6827 done
6828 IFS="$lt_save_ifs"
6829 ;;
6830 esac
6831else
6832 enable_static=yes
6833fi
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843
6844# Check whether --with-pic was given.
6845if test "${with_pic+set}" = set; then :
6846 withval=$with_pic; pic_mode="$withval"
6847else
6848 pic_mode=default
6849fi
6850
6851
6852test -z "$pic_mode" && pic_mode=default
6853
6854
6855
6856
6857
6858
6859
6860 # Check whether --enable-fast-install was given.
6861if test "${enable_fast_install+set}" = set; then :
6862 enableval=$enable_fast_install; p=${PACKAGE-default}
6863 case $enableval in
6864 yes) enable_fast_install=yes ;;
6865 no) enable_fast_install=no ;;
6866 *)
6867 enable_fast_install=no
6868 # Look at the argument we got. We use all the common list separators.
6869 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6870 for pkg in $enableval; do
6871 IFS="$lt_save_ifs"
6872 if test "X$pkg" = "X$p"; then
6873 enable_fast_install=yes
6874 fi
6875 done
6876 IFS="$lt_save_ifs"
6877 ;;
6878 esac
6879else
6880 enable_fast_install=yes
6881fi
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893# This can be used to rebuild libtool when needed
6894LIBTOOL_DEPS="$ltmain"
6895
6896# Always use our own libtool.
6897LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
6923
6924test -z "$LN_S" && LN_S="ln -s"
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939if test -n "${ZSH_VERSION+set}" ; then
6940 setopt NO_GLOB_SUBST
6941fi
6942
6943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6944$as_echo_n "checking for objdir... " >&6; }
6945if test "${lt_cv_objdir+set}" = set; then :
6946 $as_echo_n "(cached) " >&6
6947else
6948 rm -f .libs 2>/dev/null
6949mkdir .libs 2>/dev/null
6950if test -d .libs; then
6951 lt_cv_objdir=.libs
6952else
6953 # MS-DOS does not allow filenames that begin with a dot.
6954 lt_cv_objdir=_libs
6955fi
6956rmdir .libs 2>/dev/null
6957fi
6958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
6959$as_echo "$lt_cv_objdir" >&6; }
6960objdir=$lt_cv_objdir
6961
6962
6963
6964
6965
6966cat >>confdefs.h <<_ACEOF
6967#define LT_OBJDIR "$lt_cv_objdir/"
6968_ACEOF
6969
6970
6971
6972
6973case $host_os in
6974aix3*)
6975 # AIX sometimes has problems with the GCC collect2 program. For some
6976 # reason, if we set the COLLECT_NAMES environment variable, the problems
6977 # vanish in a puff of smoke.
6978 if test "X${COLLECT_NAMES+set}" != Xset; then
6979 COLLECT_NAMES=
6980 export COLLECT_NAMES
6981 fi
6982 ;;
6983esac
6984
6985# Global variables:
6986ofile=libtool
6987can_build_shared=yes
6988
6989# All known linkers require a `.a' archive for static linking (except MSVC,
6990# which needs '.lib').
6991libext=a
6992
6993with_gnu_ld="$lt_cv_prog_gnu_ld"
6994
6995old_CC="$CC"
6996old_CFLAGS="$CFLAGS"
6997
6998# Set sane defaults for various variables
6999test -z "$CC" && CC=cc
7000test -z "$LTCC" && LTCC=$CC
7001test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7002test -z "$LD" && LD=ld
7003test -z "$ac_objext" && ac_objext=o
7004
7005for cc_temp in $compiler""; do
7006 case $cc_temp in
7007 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7008 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7009 \-*) ;;
7010 *) break;;
7011 esac
7012done
7013cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7014
7015
7016# Only perform the check for file, if the check method requires it
7017test -z "$MAGIC_CMD" && MAGIC_CMD=file
7018case $deplibs_check_method in
7019file_magic*)
7020 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7022$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7023if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7024 $as_echo_n "(cached) " >&6
7025else
7026 case $MAGIC_CMD in
7027[\\/*] | ?:[\\/]*)
7028 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7029 ;;
7030*)
7031 lt_save_MAGIC_CMD="$MAGIC_CMD"
7032 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7033 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7034 for ac_dir in $ac_dummy; do
7035 IFS="$lt_save_ifs"
7036 test -z "$ac_dir" && ac_dir=.
7037 if test -f $ac_dir/${ac_tool_prefix}file; then
7038 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7039 if test -n "$file_magic_test_file"; then
7040 case $deplibs_check_method in
7041 "file_magic "*)
7042 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7043 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7044 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7045 $EGREP "$file_magic_regex" > /dev/null; then
7046 :
7047 else
7048 cat <<_LT_EOF 1>&2
7049
7050*** Warning: the command libtool uses to detect shared libraries,
7051*** $file_magic_cmd, produces output that libtool cannot recognize.
7052*** The result is that libtool may fail to recognize shared libraries
7053*** as such. This will affect the creation of libtool libraries that
7054*** depend on shared libraries, but programs linked with such libtool
7055*** libraries will work regardless of this problem. Nevertheless, you
7056*** may want to report the problem to your system manager and/or to
7057*** bug-libtool@gnu.org
7058
7059_LT_EOF
7060 fi ;;
7061 esac
7062 fi
7063 break
7064 fi
7065 done
7066 IFS="$lt_save_ifs"
7067 MAGIC_CMD="$lt_save_MAGIC_CMD"
7068 ;;
7069esac
7070fi
7071
7072MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7073if test -n "$MAGIC_CMD"; then
7074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7075$as_echo "$MAGIC_CMD" >&6; }
7076else
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7078$as_echo "no" >&6; }
7079fi
7080
7081
7082
7083
7084
7085if test -z "$lt_cv_path_MAGIC_CMD"; then
7086 if test -n "$ac_tool_prefix"; then
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7088$as_echo_n "checking for file... " >&6; }
7089if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7090 $as_echo_n "(cached) " >&6
7091else
7092 case $MAGIC_CMD in
7093[\\/*] | ?:[\\/]*)
7094 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7095 ;;
7096*)
7097 lt_save_MAGIC_CMD="$MAGIC_CMD"
7098 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7099 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7100 for ac_dir in $ac_dummy; do
7101 IFS="$lt_save_ifs"
7102 test -z "$ac_dir" && ac_dir=.
7103 if test -f $ac_dir/file; then
7104 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7105 if test -n "$file_magic_test_file"; then
7106 case $deplibs_check_method in
7107 "file_magic "*)
7108 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7109 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7110 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7111 $EGREP "$file_magic_regex" > /dev/null; then
7112 :
7113 else
7114 cat <<_LT_EOF 1>&2
7115
7116*** Warning: the command libtool uses to detect shared libraries,
7117*** $file_magic_cmd, produces output that libtool cannot recognize.
7118*** The result is that libtool may fail to recognize shared libraries
7119*** as such. This will affect the creation of libtool libraries that
7120*** depend on shared libraries, but programs linked with such libtool
7121*** libraries will work regardless of this problem. Nevertheless, you
7122*** may want to report the problem to your system manager and/or to
7123*** bug-libtool@gnu.org
7124
7125_LT_EOF
7126 fi ;;
7127 esac
7128 fi
7129 break
7130 fi
7131 done
7132 IFS="$lt_save_ifs"
7133 MAGIC_CMD="$lt_save_MAGIC_CMD"
7134 ;;
7135esac
7136fi
7137
7138MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7139if test -n "$MAGIC_CMD"; then
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7141$as_echo "$MAGIC_CMD" >&6; }
7142else
7143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7144$as_echo "no" >&6; }
7145fi
7146
7147
7148 else
7149 MAGIC_CMD=:
7150 fi
7151fi
7152
7153 fi
7154 ;;
7155esac
7156
7157# Use C for the default configuration in the libtool script
7158
7159lt_save_CC="$CC"
7160ac_ext=c
7161ac_cpp='$CPP $CPPFLAGS'
7162ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7163ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7164ac_compiler_gnu=$ac_cv_c_compiler_gnu
7165
7166
7167# Source file extension for C test sources.
7168ac_ext=c
7169
7170# Object file extension for compiled C test sources.
7171objext=o
7172objext=$objext
7173
7174# Code to be used in simple compile tests
7175lt_simple_compile_test_code="int some_variable = 0;"
7176
7177# Code to be used in simple link tests
7178lt_simple_link_test_code='int main(){return(0);}'
7179
7180
7181
7182
7183
7184
7185
7186# If no C compiler was specified, use CC.
7187LTCC=${LTCC-"$CC"}
7188
7189# If no C compiler flags were specified, use CFLAGS.
7190LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7191
7192# Allow CC to be a program name with arguments.
7193compiler=$CC
7194
7195# Save the default compiler, since it gets overwritten when the other
7196# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7197compiler_DEFAULT=$CC
7198
7199# save warnings/boilerplate of simple test code
7200ac_outfile=conftest.$ac_objext
7201echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7202eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7203_lt_compiler_boilerplate=`cat conftest.err`
7204$RM conftest*
7205
7206ac_outfile=conftest.$ac_objext
7207echo "$lt_simple_link_test_code" >conftest.$ac_ext
7208eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7209_lt_linker_boilerplate=`cat conftest.err`
7210$RM -r conftest*
7211
7212
7213if test -n "$compiler"; then
7214
7215lt_prog_compiler_no_builtin_flag=
7216
7217if test "$GCC" = yes; then
7218 case $cc_basename in
7219 nvcc*)
7220 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7221 *)
7222 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7223 esac
7224
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7226$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7227if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7228 $as_echo_n "(cached) " >&6
7229else
7230 lt_cv_prog_compiler_rtti_exceptions=no
7231 ac_outfile=conftest.$ac_objext
7232 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7233 lt_compiler_flag="-fno-rtti -fno-exceptions"
7234 # Insert the option either (1) after the last *FLAGS variable, or
7235 # (2) before a word containing "conftest.", or (3) at the end.
7236 # Note that $ac_compile itself does not contain backslashes and begins
7237 # with a dollar sign (not a hyphen), so the echo should work correctly.
7238 # The option is referenced via a variable to avoid confusing sed.
7239 lt_compile=`echo "$ac_compile" | $SED \
7240 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7241 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7242 -e 's:$: $lt_compiler_flag:'`
7243 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7244 (eval "$lt_compile" 2>conftest.err)
7245 ac_status=$?
7246 cat conftest.err >&5
7247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7248 if (exit $ac_status) && test -s "$ac_outfile"; then
7249 # The compiler can only warn and ignore the option if not recognized
7250 # So say no if there are warnings other than the usual output.
7251 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7252 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7253 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7254 lt_cv_prog_compiler_rtti_exceptions=yes
7255 fi
7256 fi
7257 $RM conftest*
7258
7259fi
7260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7261$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7262
7263if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7264 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7265else
7266 :
7267fi
7268
7269fi
7270
7271
7272
7273
7274
7275
7276 lt_prog_compiler_wl=
7277lt_prog_compiler_pic=
7278lt_prog_compiler_static=
7279
7280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7281$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7282
7283 if test "$GCC" = yes; then
7284 lt_prog_compiler_wl='-Wl,'
7285 lt_prog_compiler_static='-static'
7286
7287 case $host_os in
7288 aix*)
7289 # All AIX code is PIC.
7290 if test "$host_cpu" = ia64; then
7291 # AIX 5 now supports IA64 processor
7292 lt_prog_compiler_static='-Bstatic'
7293 fi
7294 ;;
7295
7296 amigaos*)
7297 case $host_cpu in
7298 powerpc)
7299 # see comment about AmigaOS4 .so support
7300 lt_prog_compiler_pic='-fPIC'
7301 ;;
7302 m68k)
7303 # FIXME: we need at least 68020 code to build shared libraries, but
7304 # adding the `-m68020' flag to GCC prevents building anything better,
7305 # like `-m68040'.
7306 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7307 ;;
7308 esac
7309 ;;
7310
7311 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7312 # PIC is the default for these OSes.
7313 ;;
7314
7315 mingw* | cygwin* | pw32* | os2* | cegcc*)
7316 # This hack is so that the source file can tell whether it is being
7317 # built for inclusion in a dll (and should export symbols for example).
7318 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7319 # (--disable-auto-import) libraries
7320 lt_prog_compiler_pic='-DDLL_EXPORT'
7321 ;;
7322
7323 darwin* | rhapsody*)
7324 # PIC is the default on this platform
7325 # Common symbols not allowed in MH_DYLIB files
7326 lt_prog_compiler_pic='-fno-common'
7327 ;;
7328
7329 haiku*)
7330 # PIC is the default for Haiku.
7331 # The "-static" flag exists, but is broken.
7332 lt_prog_compiler_static=
7333 ;;
7334
7335 hpux*)
7336 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7337 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7338 # sets the default TLS model and affects inlining.
7339 case $host_cpu in
7340 hppa*64*)
7341 # +Z the default
7342 ;;
7343 *)
7344 lt_prog_compiler_pic='-fPIC'
7345 ;;
7346 esac
7347 ;;
7348
7349 interix[3-9]*)
7350 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7351 # Instead, we relocate shared libraries at runtime.
7352 ;;
7353
7354 msdosdjgpp*)
7355 # Just because we use GCC doesn't mean we suddenly get shared libraries
7356 # on systems that don't support them.
7357 lt_prog_compiler_can_build_shared=no
7358 enable_shared=no
7359 ;;
7360
7361 *nto* | *qnx*)
7362 # QNX uses GNU C++, but need to define -shared option too, otherwise
7363 # it will coredump.
7364 lt_prog_compiler_pic='-fPIC -shared'
7365 ;;
7366
7367 sysv4*MP*)
7368 if test -d /usr/nec; then
7369 lt_prog_compiler_pic=-Kconform_pic
7370 fi
7371 ;;
7372
7373 *)
7374 lt_prog_compiler_pic='-fPIC'
7375 ;;
7376 esac
7377
7378 case $cc_basename in
7379 nvcc*) # Cuda Compiler Driver 2.2
7380 lt_prog_compiler_wl='-Xlinker '
7381 lt_prog_compiler_pic='-Xcompiler -fPIC'
7382 ;;
7383 esac
7384 else
7385 # PORTME Check for flag to pass linker flags through the system compiler.
7386 case $host_os in
7387 aix*)
7388 lt_prog_compiler_wl='-Wl,'
7389 if test "$host_cpu" = ia64; then
7390 # AIX 5 now supports IA64 processor
7391 lt_prog_compiler_static='-Bstatic'
7392 else
7393 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7394 fi
7395 ;;
7396
7397 mingw* | cygwin* | pw32* | os2* | cegcc*)
7398 # This hack is so that the source file can tell whether it is being
7399 # built for inclusion in a dll (and should export symbols for example).
7400 lt_prog_compiler_pic='-DDLL_EXPORT'
7401 ;;
7402
7403 hpux9* | hpux10* | hpux11*)
7404 lt_prog_compiler_wl='-Wl,'
7405 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7406 # not for PA HP-UX.
7407 case $host_cpu in
7408 hppa*64*|ia64*)
7409 # +Z the default
7410 ;;
7411 *)
7412 lt_prog_compiler_pic='+Z'
7413 ;;
7414 esac
7415 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7416 lt_prog_compiler_static='${wl}-a ${wl}archive'
7417 ;;
7418
7419 irix5* | irix6* | nonstopux*)
7420 lt_prog_compiler_wl='-Wl,'
7421 # PIC (with -KPIC) is the default.
7422 lt_prog_compiler_static='-non_shared'
7423 ;;
7424
7425 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7426 case $cc_basename in
7427 # old Intel for x86_64 which still supported -KPIC.
7428 ecc*)
7429 lt_prog_compiler_wl='-Wl,'
7430 lt_prog_compiler_pic='-KPIC'
7431 lt_prog_compiler_static='-static'
7432 ;;
7433 # icc used to be incompatible with GCC.
7434 # ICC 10 doesn't accept -KPIC any more.
7435 icc* | ifort*)
7436 lt_prog_compiler_wl='-Wl,'
7437 lt_prog_compiler_pic='-fPIC'
7438 lt_prog_compiler_static='-static'
7439 ;;
7440 # Lahey Fortran 8.1.
7441 lf95*)
7442 lt_prog_compiler_wl='-Wl,'
7443 lt_prog_compiler_pic='--shared'
7444 lt_prog_compiler_static='--static'
7445 ;;
7446 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7447 # Portland Group compilers (*not* the Pentium gcc compiler,
7448 # which looks to be a dead project)
7449 lt_prog_compiler_wl='-Wl,'
7450 lt_prog_compiler_pic='-fpic'
7451 lt_prog_compiler_static='-Bstatic'
7452 ;;
7453 ccc*)
7454 lt_prog_compiler_wl='-Wl,'
7455 # All Alpha code is PIC.
7456 lt_prog_compiler_static='-non_shared'
7457 ;;
7458 xl* | bgxl* | bgf* | mpixl*)
7459 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7460 lt_prog_compiler_wl='-Wl,'
7461 lt_prog_compiler_pic='-qpic'
7462 lt_prog_compiler_static='-qstaticlink'
7463 ;;
7464 *)
7465 case `$CC -V 2>&1 | sed 5q` in
7466 *Sun\ F* | *Sun*Fortran*)
7467 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7468 lt_prog_compiler_pic='-KPIC'
7469 lt_prog_compiler_static='-Bstatic'
7470 lt_prog_compiler_wl=''
7471 ;;
7472 *Sun\ C*)
7473 # Sun C 5.9
7474 lt_prog_compiler_pic='-KPIC'
7475 lt_prog_compiler_static='-Bstatic'
7476 lt_prog_compiler_wl='-Wl,'
7477 ;;
7478 esac
7479 ;;
7480 esac
7481 ;;
7482
7483 newsos6)
7484 lt_prog_compiler_pic='-KPIC'
7485 lt_prog_compiler_static='-Bstatic'
7486 ;;
7487
7488 *nto* | *qnx*)
7489 # QNX uses GNU C++, but need to define -shared option too, otherwise
7490 # it will coredump.
7491 lt_prog_compiler_pic='-fPIC -shared'
7492 ;;
7493
7494 osf3* | osf4* | osf5*)
7495 lt_prog_compiler_wl='-Wl,'
7496 # All OSF/1 code is PIC.
7497 lt_prog_compiler_static='-non_shared'
7498 ;;
7499
7500 rdos*)
7501 lt_prog_compiler_static='-non_shared'
7502 ;;
7503
7504 solaris*)
7505 lt_prog_compiler_pic='-KPIC'
7506 lt_prog_compiler_static='-Bstatic'
7507 case $cc_basename in
7508 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
7509 lt_prog_compiler_wl='-Qoption ld ';;
7510 *)
7511 lt_prog_compiler_wl='-Wl,';;
7512 esac
7513 ;;
7514
7515 sunos4*)
7516 lt_prog_compiler_wl='-Qoption ld '
7517 lt_prog_compiler_pic='-PIC'
7518 lt_prog_compiler_static='-Bstatic'
7519 ;;
7520
7521 sysv4 | sysv4.2uw2* | sysv4.3*)
7522 lt_prog_compiler_wl='-Wl,'
7523 lt_prog_compiler_pic='-KPIC'
7524 lt_prog_compiler_static='-Bstatic'
7525 ;;
7526
7527 sysv4*MP*)
7528 if test -d /usr/nec ;then
7529 lt_prog_compiler_pic='-Kconform_pic'
7530 lt_prog_compiler_static='-Bstatic'
7531 fi
7532 ;;
7533
7534 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7535 lt_prog_compiler_wl='-Wl,'
7536 lt_prog_compiler_pic='-KPIC'
7537 lt_prog_compiler_static='-Bstatic'
7538 ;;
7539
7540 unicos*)
7541 lt_prog_compiler_wl='-Wl,'
7542 lt_prog_compiler_can_build_shared=no
7543 ;;
7544
7545 uts4*)
7546 lt_prog_compiler_pic='-pic'
7547 lt_prog_compiler_static='-Bstatic'
7548 ;;
7549
7550 *)
7551 lt_prog_compiler_can_build_shared=no
7552 ;;
7553 esac
7554 fi
7555
7556case $host_os in
7557 # For platforms which do not support PIC, -DPIC is meaningless:
7558 *djgpp*)
7559 lt_prog_compiler_pic=
7560 ;;
7561 *)
7562 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7563 ;;
7564esac
7565{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7566$as_echo "$lt_prog_compiler_pic" >&6; }
7567
7568
7569
7570
7571
7572
7573#
7574# Check to make sure the PIC flag actually works.
7575#
7576if test -n "$lt_prog_compiler_pic"; then
7577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7578$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7579if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7580 $as_echo_n "(cached) " >&6
7581else
7582 lt_cv_prog_compiler_pic_works=no
7583 ac_outfile=conftest.$ac_objext
7584 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7585 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7586 # Insert the option either (1) after the last *FLAGS variable, or
7587 # (2) before a word containing "conftest.", or (3) at the end.
7588 # Note that $ac_compile itself does not contain backslashes and begins
7589 # with a dollar sign (not a hyphen), so the echo should work correctly.
7590 # The option is referenced via a variable to avoid confusing sed.
7591 lt_compile=`echo "$ac_compile" | $SED \
7592 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7593 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7594 -e 's:$: $lt_compiler_flag:'`
7595 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7596 (eval "$lt_compile" 2>conftest.err)
7597 ac_status=$?
7598 cat conftest.err >&5
7599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7600 if (exit $ac_status) && test -s "$ac_outfile"; then
7601 # The compiler can only warn and ignore the option if not recognized
7602 # So say no if there are warnings other than the usual output.
7603 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7604 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7605 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7606 lt_cv_prog_compiler_pic_works=yes
7607 fi
7608 fi
7609 $RM conftest*
7610
7611fi
7612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7613$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7614
7615if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7616 case $lt_prog_compiler_pic in
7617 "" | " "*) ;;
7618 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7619 esac
7620else
7621 lt_prog_compiler_pic=
7622 lt_prog_compiler_can_build_shared=no
7623fi
7624
7625fi
7626
7627
7628
7629
7630
7631
7632#
7633# Check to make sure the static flag actually works.
7634#
7635wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7637$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7638if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7639 $as_echo_n "(cached) " >&6
7640else
7641 lt_cv_prog_compiler_static_works=no
7642 save_LDFLAGS="$LDFLAGS"
7643 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7644 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7645 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7646 # The linker can only warn and ignore the option if not recognized
7647 # So say no if there are warnings
7648 if test -s conftest.err; then
7649 # Append any errors to the config.log.
7650 cat conftest.err 1>&5
7651 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7652 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7653 if diff conftest.exp conftest.er2 >/dev/null; then
7654 lt_cv_prog_compiler_static_works=yes
7655 fi
7656 else
7657 lt_cv_prog_compiler_static_works=yes
7658 fi
7659 fi
7660 $RM -r conftest*
7661 LDFLAGS="$save_LDFLAGS"
7662
7663fi
7664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7665$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7666
7667if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7668 :
7669else
7670 lt_prog_compiler_static=
7671fi
7672
7673
7674
7675
7676
7677
7678
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7680$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7681if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7682 $as_echo_n "(cached) " >&6
7683else
7684 lt_cv_prog_compiler_c_o=no
7685 $RM -r conftest 2>/dev/null
7686 mkdir conftest
7687 cd conftest
7688 mkdir out
7689 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7690
7691 lt_compiler_flag="-o out/conftest2.$ac_objext"
7692 # Insert the option either (1) after the last *FLAGS variable, or
7693 # (2) before a word containing "conftest.", or (3) at the end.
7694 # Note that $ac_compile itself does not contain backslashes and begins
7695 # with a dollar sign (not a hyphen), so the echo should work correctly.
7696 lt_compile=`echo "$ac_compile" | $SED \
7697 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7698 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7699 -e 's:$: $lt_compiler_flag:'`
7700 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7701 (eval "$lt_compile" 2>out/conftest.err)
7702 ac_status=$?
7703 cat out/conftest.err >&5
7704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7705 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7706 then
7707 # The compiler can only warn and ignore the option if not recognized
7708 # So say no if there are warnings
7709 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
7710 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7711 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7712 lt_cv_prog_compiler_c_o=yes
7713 fi
7714 fi
7715 chmod u+w . 2>&5
7716 $RM conftest*
7717 # SGI C++ compiler will create directory out/ii_files/ for
7718 # template instantiation
7719 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7720 $RM out/* && rmdir out
7721 cd ..
7722 $RM -r conftest
7723 $RM conftest*
7724
7725fi
7726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7727$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7728
7729
7730
7731
7732
7733
7734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7735$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7736if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7737 $as_echo_n "(cached) " >&6
7738else
7739 lt_cv_prog_compiler_c_o=no
7740 $RM -r conftest 2>/dev/null
7741 mkdir conftest
7742 cd conftest
7743 mkdir out
7744 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7745
7746 lt_compiler_flag="-o out/conftest2.$ac_objext"
7747 # Insert the option either (1) after the last *FLAGS variable, or
7748 # (2) before a word containing "conftest.", or (3) at the end.
7749 # Note that $ac_compile itself does not contain backslashes and begins
7750 # with a dollar sign (not a hyphen), so the echo should work correctly.
7751 lt_compile=`echo "$ac_compile" | $SED \
7752 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7753 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7754 -e 's:$: $lt_compiler_flag:'`
7755 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7756 (eval "$lt_compile" 2>out/conftest.err)
7757 ac_status=$?
7758 cat out/conftest.err >&5
7759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7760 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7761 then
7762 # The compiler can only warn and ignore the option if not recognized
7763 # So say no if there are warnings
7764 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
7765 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7766 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7767 lt_cv_prog_compiler_c_o=yes
7768 fi
7769 fi
7770 chmod u+w . 2>&5
7771 $RM conftest*
7772 # SGI C++ compiler will create directory out/ii_files/ for
7773 # template instantiation
7774 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7775 $RM out/* && rmdir out
7776 cd ..
7777 $RM -r conftest
7778 $RM conftest*
7779
7780fi
7781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7782$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7783
7784
7785
7786
7787hard_links="nottested"
7788if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7789 # do not overwrite the value of need_locks provided by the user
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7791$as_echo_n "checking if we can lock with hard links... " >&6; }
7792 hard_links=yes
7793 $RM conftest*
7794 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7795 touch conftest.a
7796 ln conftest.a conftest.b 2>&5 || hard_links=no
7797 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7799$as_echo "$hard_links" >&6; }
7800 if test "$hard_links" = no; then
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7802$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7803 need_locks=warn
7804 fi
7805else
7806 need_locks=no
7807fi
7808
7809
7810
7811
7812
7813
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7815$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7816
7817 runpath_var=
7818 allow_undefined_flag=
7819 always_export_symbols=no
7820 archive_cmds=
7821 archive_expsym_cmds=
7822 compiler_needs_object=no
7823 enable_shared_with_static_runtimes=no
7824 export_dynamic_flag_spec=
7825 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7826 hardcode_automatic=no
7827 hardcode_direct=no
7828 hardcode_direct_absolute=no
7829 hardcode_libdir_flag_spec=
7830 hardcode_libdir_flag_spec_ld=
7831 hardcode_libdir_separator=
7832 hardcode_minus_L=no
7833 hardcode_shlibpath_var=unsupported
7834 inherit_rpath=no
7835 link_all_deplibs=unknown
7836 module_cmds=
7837 module_expsym_cmds=
7838 old_archive_from_new_cmds=
7839 old_archive_from_expsyms_cmds=
7840 thread_safe_flag_spec=
7841 whole_archive_flag_spec=
7842 # include_expsyms should be a list of space-separated symbols to be *always*
7843 # included in the symbol list
7844 include_expsyms=
7845 # exclude_expsyms can be an extended regexp of symbols to exclude
7846 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7847 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7848 # as well as any symbol that contains `d'.
7849 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7850 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7851 # platforms (ab)use it in PIC code, but their linkers get confused if
7852 # the symbol is explicitly referenced. Since portable code cannot
7853 # rely on this symbol name, it's probably fine to never include it in
7854 # preloaded symbol tables.
7855 # Exclude shared library initialization/finalization symbols.
7856 extract_expsyms_cmds=
7857
7858 case $host_os in
7859 cygwin* | mingw* | pw32* | cegcc*)
7860 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7861 # When not using gcc, we currently assume that we are using
7862 # Microsoft Visual C++.
7863 if test "$GCC" != yes; then
7864 with_gnu_ld=no
7865 fi
7866 ;;
7867 interix*)
7868 # we just hope/assume this is gcc and not c89 (= MSVC++)
7869 with_gnu_ld=yes
7870 ;;
7871 openbsd*)
7872 with_gnu_ld=no
7873 ;;
7874 esac
7875
7876 ld_shlibs=yes
7877
7878 # On some targets, GNU ld is compatible enough with the native linker
7879 # that we're better off using the native interface for both.
7880 lt_use_gnu_ld_interface=no
7881 if test "$with_gnu_ld" = yes; then
7882 case $host_os in
7883 aix*)
7884 # The AIX port of GNU ld has always aspired to compatibility
7885 # with the native linker. However, as the warning in the GNU ld
7886 # block says, versions before 2.19.5* couldn't really create working
7887 # shared libraries, regardless of the interface used.
7888 case `$LD -v 2>&1` in
7889 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
7890 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
7891 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
7892 *)
7893 lt_use_gnu_ld_interface=yes
7894 ;;
7895 esac
7896 ;;
7897 *)
7898 lt_use_gnu_ld_interface=yes
7899 ;;
7900 esac
7901 fi
7902
7903 if test "$lt_use_gnu_ld_interface" = yes; then
7904 # If archive_cmds runs LD, not CC, wlarc should be empty
7905 wlarc='${wl}'
7906
7907 # Set some defaults for GNU ld with shared library support. These
7908 # are reset later if shared libraries are not supported. Putting them
7909 # here allows them to be overridden if necessary.
7910 runpath_var=LD_RUN_PATH
7911 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7912 export_dynamic_flag_spec='${wl}--export-dynamic'
7913 # ancient GNU ld didn't support --whole-archive et. al.
7914 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7915 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7916 else
7917 whole_archive_flag_spec=
7918 fi
7919 supports_anon_versioning=no
7920 case `$LD -v 2>&1` in
7921 *GNU\ gold*) supports_anon_versioning=yes ;;
7922 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7923 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7924 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7925 *\ 2.11.*) ;; # other 2.11 versions
7926 *) supports_anon_versioning=yes ;;
7927 esac
7928
7929 # See if GNU ld supports shared libraries.
7930 case $host_os in
7931 aix[3-9]*)
7932 # On AIX/PPC, the GNU linker is very broken
7933 if test "$host_cpu" != ia64; then
7934 ld_shlibs=no
7935 cat <<_LT_EOF 1>&2
7936
7937*** Warning: the GNU linker, at least up to release 2.19, is reported
7938*** to be unable to reliably create shared libraries on AIX.
7939*** Therefore, libtool is disabling shared libraries support. If you
7940*** really care for shared libraries, you may want to install binutils
7941*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
7942*** You will then need to restart the configuration process.
7943
7944_LT_EOF
7945 fi
7946 ;;
7947
7948 amigaos*)
7949 case $host_cpu in
7950 powerpc)
7951 # see comment about AmigaOS4 .so support
7952 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7953 archive_expsym_cmds=''
7954 ;;
7955 m68k)
7956 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)'
7957 hardcode_libdir_flag_spec='-L$libdir'
7958 hardcode_minus_L=yes
7959 ;;
7960 esac
7961 ;;
7962
7963 beos*)
7964 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7965 allow_undefined_flag=unsupported
7966 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7967 # support --undefined. This deserves some investigation. FIXME
7968 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7969 else
7970 ld_shlibs=no
7971 fi
7972 ;;
7973
7974 cygwin* | mingw* | pw32* | cegcc*)
7975 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7976 # as there is no search path for DLLs.
7977 hardcode_libdir_flag_spec='-L$libdir'
7978 export_dynamic_flag_spec='${wl}--export-all-symbols'
7979 allow_undefined_flag=unsupported
7980 always_export_symbols=no
7981 enable_shared_with_static_runtimes=yes
7982 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7983
7984 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
7985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7986 # If the export-symbols file already is a .def file (1st line
7987 # is EXPORTS), use it as is; otherwise, prepend...
7988 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7989 cp $export_symbols $output_objdir/$soname.def;
7990 else
7991 echo EXPORTS > $output_objdir/$soname.def;
7992 cat $export_symbols >> $output_objdir/$soname.def;
7993 fi~
7994 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7995 else
7996 ld_shlibs=no
7997 fi
7998 ;;
7999
8000 haiku*)
8001 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8002 link_all_deplibs=yes
8003 ;;
8004
8005 interix[3-9]*)
8006 hardcode_direct=no
8007 hardcode_shlibpath_var=no
8008 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8009 export_dynamic_flag_spec='${wl}-E'
8010 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8011 # Instead, shared libraries are loaded at an image base (0x10000000 by
8012 # default) and relocated if they conflict, which is a slow very memory
8013 # consuming and fragmenting process. To avoid this, we pick a random,
8014 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8015 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8016 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8017 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'
8018 ;;
8019
8020 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8021 tmp_diet=no
8022 if test "$host_os" = linux-dietlibc; then
8023 case $cc_basename in
8024 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8025 esac
8026 fi
8027 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8028 && test "$tmp_diet" = no
8029 then
8030 tmp_addflag=
8031 tmp_sharedflag='-shared'
8032 case $cc_basename,$host_cpu in
8033 pgcc*) # Portland Group C compiler
8034 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'
8035 tmp_addflag=' $pic_flag'
8036 ;;
8037 pgf77* | pgf90* | pgf95* | pgfortran*)
8038 # Portland Group f77 and f90 compilers
8039 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'
8040 tmp_addflag=' $pic_flag -Mnomain' ;;
8041 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8042 tmp_addflag=' -i_dynamic' ;;
8043 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8044 tmp_addflag=' -i_dynamic -nofor_main' ;;
8045 ifc* | ifort*) # Intel Fortran compiler
8046 tmp_addflag=' -nofor_main' ;;
8047 lf95*) # Lahey Fortran 8.1
8048 whole_archive_flag_spec=
8049 tmp_sharedflag='--shared' ;;
8050 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8051 tmp_sharedflag='-qmkshrobj'
8052 tmp_addflag= ;;
8053 nvcc*) # Cuda Compiler Driver 2.2
8054 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'
8055 compiler_needs_object=yes
8056 ;;
8057 esac
8058 case `$CC -V 2>&1 | sed 5q` in
8059 *Sun\ C*) # Sun C 5.9
8060 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'
8061 compiler_needs_object=yes
8062 tmp_sharedflag='-G' ;;
8063 *Sun\ F*) # Sun Fortran 8.3
8064 tmp_sharedflag='-G' ;;
8065 esac
8066 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8067
8068 if test "x$supports_anon_versioning" = xyes; then
8069 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8070 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8071 echo "local: *; };" >> $output_objdir/$libname.ver~
8072 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8073 fi
8074
8075 case $cc_basename in
8076 xlf* | bgf* | bgxlf* | mpixlf*)
8077 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8078 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8079 hardcode_libdir_flag_spec=
8080 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8081 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8082 if test "x$supports_anon_versioning" = xyes; then
8083 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8084 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8085 echo "local: *; };" >> $output_objdir/$libname.ver~
8086 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8087 fi
8088 ;;
8089 esac
8090 else
8091 ld_shlibs=no
8092 fi
8093 ;;
8094
8095 netbsd*)
8096 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8097 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8098 wlarc=
8099 else
8100 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8101 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8102 fi
8103 ;;
8104
8105 solaris*)
8106 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8107 ld_shlibs=no
8108 cat <<_LT_EOF 1>&2
8109
8110*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8111*** create shared libraries on Solaris systems. Therefore, libtool
8112*** is disabling shared libraries support. We urge you to upgrade GNU
8113*** binutils to release 2.9.1 or newer. Another option is to modify
8114*** your PATH or compiler configuration so that the native linker is
8115*** used, and then restart.
8116
8117_LT_EOF
8118 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8119 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8120 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8121 else
8122 ld_shlibs=no
8123 fi
8124 ;;
8125
8126 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8127 case `$LD -v 2>&1` in
8128 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8129 ld_shlibs=no
8130 cat <<_LT_EOF 1>&2
8131
8132*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8133*** reliably create shared libraries on SCO systems. Therefore, libtool
8134*** is disabling shared libraries support. We urge you to upgrade GNU
8135*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8136*** your PATH or compiler configuration so that the native linker is
8137*** used, and then restart.
8138
8139_LT_EOF
8140 ;;
8141 *)
8142 # For security reasons, it is highly recommended that you always
8143 # use absolute paths for naming shared libraries, and exclude the
8144 # DT_RUNPATH tag from executables and libraries. But doing so
8145 # requires that you compile everything twice, which is a pain.
8146 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8147 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8148 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8149 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8150 else
8151 ld_shlibs=no
8152 fi
8153 ;;
8154 esac
8155 ;;
8156
8157 sunos4*)
8158 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8159 wlarc=
8160 hardcode_direct=yes
8161 hardcode_shlibpath_var=no
8162 ;;
8163
8164 *)
8165 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8166 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8167 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8168 else
8169 ld_shlibs=no
8170 fi
8171 ;;
8172 esac
8173
8174 if test "$ld_shlibs" = no; then
8175 runpath_var=
8176 hardcode_libdir_flag_spec=
8177 export_dynamic_flag_spec=
8178 whole_archive_flag_spec=
8179 fi
8180 else
8181 # PORTME fill in a description of your system's linker (not GNU ld)
8182 case $host_os in
8183 aix3*)
8184 allow_undefined_flag=unsupported
8185 always_export_symbols=yes
8186 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'
8187 # Note: this linker hardcodes the directories in LIBPATH if there
8188 # are no directories specified by -L.
8189 hardcode_minus_L=yes
8190 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8191 # Neither direct hardcoding nor static linking is supported with a
8192 # broken collect2.
8193 hardcode_direct=unsupported
8194 fi
8195 ;;
8196
8197 aix[4-9]*)
8198 if test "$host_cpu" = ia64; then
8199 # On IA64, the linker does run time linking by default, so we don't
8200 # have to do anything special.
8201 aix_use_runtimelinking=no
8202 exp_sym_flag='-Bexport'
8203 no_entry_flag=""
8204 else
8205 # If we're using GNU nm, then we don't want the "-C" option.
8206 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8207 # Also, AIX nm treats weak defined symbols like other global
8208 # defined symbols, whereas GNU nm marks them as "W".
8209 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8210 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'
8211 else
8212 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'
8213 fi
8214 aix_use_runtimelinking=no
8215
8216 # Test if we are trying to use run time linking or normal
8217 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8218 # need to do runtime linking.
8219 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8220 for ld_flag in $LDFLAGS; do
8221 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8222 aix_use_runtimelinking=yes
8223 break
8224 fi
8225 done
8226 ;;
8227 esac
8228
8229 exp_sym_flag='-bexport'
8230 no_entry_flag='-bnoentry'
8231 fi
8232
8233 # When large executables or shared objects are built, AIX ld can
8234 # have problems creating the table of contents. If linking a library
8235 # or program results in "error TOC overflow" add -mminimal-toc to
8236 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8237 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8238
8239 archive_cmds=''
8240 hardcode_direct=yes
8241 hardcode_direct_absolute=yes
8242 hardcode_libdir_separator=':'
8243 link_all_deplibs=yes
8244 file_list_spec='${wl}-f,'
8245
8246 if test "$GCC" = yes; then
8247 case $host_os in aix4.[012]|aix4.[012].*)
8248 # We only want to do this on AIX 4.2 and lower, the check
8249 # below for broken collect2 doesn't work under 4.3+
8250 collect2name=`${CC} -print-prog-name=collect2`
8251 if test -f "$collect2name" &&
8252 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8253 then
8254 # We have reworked collect2
8255 :
8256 else
8257 # We have old collect2
8258 hardcode_direct=unsupported
8259 # It fails to find uninstalled libraries when the uninstalled
8260 # path is not listed in the libpath. Setting hardcode_minus_L
8261 # to unsupported forces relinking
8262 hardcode_minus_L=yes
8263 hardcode_libdir_flag_spec='-L$libdir'
8264 hardcode_libdir_separator=
8265 fi
8266 ;;
8267 esac
8268 shared_flag='-shared'
8269 if test "$aix_use_runtimelinking" = yes; then
8270 shared_flag="$shared_flag "'${wl}-G'
8271 fi
8272 else
8273 # not using gcc
8274 if test "$host_cpu" = ia64; then
8275 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8276 # chokes on -Wl,-G. The following line is correct:
8277 shared_flag='-G'
8278 else
8279 if test "$aix_use_runtimelinking" = yes; then
8280 shared_flag='${wl}-G'
8281 else
8282 shared_flag='${wl}-bM:SRE'
8283 fi
8284 fi
8285 fi
8286
8287 export_dynamic_flag_spec='${wl}-bexpall'
8288 # It seems that -bexpall does not export symbols beginning with
8289 # underscore (_), so it is better to generate a list of symbols to export.
8290 always_export_symbols=yes
8291 if test "$aix_use_runtimelinking" = yes; then
8292 # Warning - without using the other runtime loading flags (-brtl),
8293 # -berok will link without error, but may produce a broken library.
8294 allow_undefined_flag='-berok'
8295 # Determine the default libpath from the value encoded in an
8296 # empty executable.
8297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8298/* end confdefs.h. */
8299
8300int
8301main ()
8302{
8303
8304 ;
8305 return 0;
8306}
8307_ACEOF
8308if ac_fn_c_try_link "$LINENO"; then :
8309
8310lt_aix_libpath_sed='
8311 /Import File Strings/,/^$/ {
8312 /^0/ {
8313 s/^0 *\(.*\)$/\1/
8314 p
8315 }
8316 }'
8317aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8318# Check for a 64-bit object if we didn't find anything.
8319if test -z "$aix_libpath"; then
8320 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8321fi
8322fi
8323rm -f core conftest.err conftest.$ac_objext \
8324 conftest$ac_exeext conftest.$ac_ext
8325if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8326
8327 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8328 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"
8329 else
8330 if test "$host_cpu" = ia64; then
8331 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8332 allow_undefined_flag="-z nodefs"
8333 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"
8334 else
8335 # Determine the default libpath from the value encoded in an
8336 # empty executable.
8337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8338/* end confdefs.h. */
8339
8340int
8341main ()
8342{
8343
8344 ;
8345 return 0;
8346}
8347_ACEOF
8348if ac_fn_c_try_link "$LINENO"; then :
8349
8350lt_aix_libpath_sed='
8351 /Import File Strings/,/^$/ {
8352 /^0/ {
8353 s/^0 *\(.*\)$/\1/
8354 p
8355 }
8356 }'
8357aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8358# Check for a 64-bit object if we didn't find anything.
8359if test -z "$aix_libpath"; then
8360 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8361fi
8362fi
8363rm -f core conftest.err conftest.$ac_objext \
8364 conftest$ac_exeext conftest.$ac_ext
8365if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8366
8367 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8368 # Warning - without using the other run time loading flags,
8369 # -berok will link without error, but may produce a broken library.
8370 no_undefined_flag=' ${wl}-bernotok'
8371 allow_undefined_flag=' ${wl}-berok'
8372 if test "$with_gnu_ld" = yes; then
8373 # We only use this code for GNU lds that support --whole-archive.
8374 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8375 else
8376 # Exported symbols can be pulled into shared objects from archives
8377 whole_archive_flag_spec='$convenience'
8378 fi
8379 archive_cmds_need_lc=yes
8380 # This is similar to how AIX traditionally builds its shared libraries.
8381 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'
8382 fi
8383 fi
8384 ;;
8385
8386 amigaos*)
8387 case $host_cpu in
8388 powerpc)
8389 # see comment about AmigaOS4 .so support
8390 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8391 archive_expsym_cmds=''
8392 ;;
8393 m68k)
8394 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)'
8395 hardcode_libdir_flag_spec='-L$libdir'
8396 hardcode_minus_L=yes
8397 ;;
8398 esac
8399 ;;
8400
8401 bsdi[45]*)
8402 export_dynamic_flag_spec=-rdynamic
8403 ;;
8404
8405 cygwin* | mingw* | pw32* | cegcc*)
8406 # When not using gcc, we currently assume that we are using
8407 # Microsoft Visual C++.
8408 # hardcode_libdir_flag_spec is actually meaningless, as there is
8409 # no search path for DLLs.
8410 hardcode_libdir_flag_spec=' '
8411 allow_undefined_flag=unsupported
8412 # Tell ltmain to make .lib files, not .a files.
8413 libext=lib
8414 # Tell ltmain to make .dll files, not .so files.
8415 shrext_cmds=".dll"
8416 # FIXME: Setting linknames here is a bad hack.
8417 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8418 # The linker will automatically build a .lib file if we build a DLL.
8419 old_archive_from_new_cmds='true'
8420 # FIXME: Should let the user specify the lib program.
8421 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8422 fix_srcfile_path='`cygpath -w "$srcfile"`'
8423 enable_shared_with_static_runtimes=yes
8424 ;;
8425
8426 darwin* | rhapsody*)
8427
8428
8429 archive_cmds_need_lc=no
8430 hardcode_direct=no
8431 hardcode_automatic=yes
8432 hardcode_shlibpath_var=unsupported
8433 if test "$lt_cv_ld_force_load" = "yes"; then
8434 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\"`'
8435 else
8436 whole_archive_flag_spec=''
8437 fi
8438 link_all_deplibs=yes
8439 allow_undefined_flag="$_lt_dar_allow_undefined"
8440 case $cc_basename in
8441 ifort*) _lt_dar_can_shared=yes ;;
8442 *) _lt_dar_can_shared=$GCC ;;
8443 esac
8444 if test "$_lt_dar_can_shared" = "yes"; then
8445 output_verbose_link_cmd=func_echo_all
8446 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8447 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8448 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}"
8449 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}"
8450
8451 else
8452 ld_shlibs=no
8453 fi
8454
8455 ;;
8456
8457 dgux*)
8458 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8459 hardcode_libdir_flag_spec='-L$libdir'
8460 hardcode_shlibpath_var=no
8461 ;;
8462
8463 freebsd1*)
8464 ld_shlibs=no
8465 ;;
8466
8467 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8468 # support. Future versions do this automatically, but an explicit c++rt0.o
8469 # does not break anything, and helps significantly (at the cost of a little
8470 # extra space).
8471 freebsd2.2*)
8472 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8473 hardcode_libdir_flag_spec='-R$libdir'
8474 hardcode_direct=yes
8475 hardcode_shlibpath_var=no
8476 ;;
8477
8478 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8479 freebsd2*)
8480 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8481 hardcode_direct=yes
8482 hardcode_minus_L=yes
8483 hardcode_shlibpath_var=no
8484 ;;
8485
8486 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8487 freebsd* | dragonfly*)
8488 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8489 hardcode_libdir_flag_spec='-R$libdir'
8490 hardcode_direct=yes
8491 hardcode_shlibpath_var=no
8492 ;;
8493
8494 hpux9*)
8495 if test "$GCC" = yes; then
8496 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'
8497 else
8498 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'
8499 fi
8500 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8501 hardcode_libdir_separator=:
8502 hardcode_direct=yes
8503
8504 # hardcode_minus_L: Not really in the search PATH,
8505 # but as the default location of the library.
8506 hardcode_minus_L=yes
8507 export_dynamic_flag_spec='${wl}-E'
8508 ;;
8509
8510 hpux10*)
8511 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8512 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8513 else
8514 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8515 fi
8516 if test "$with_gnu_ld" = no; then
8517 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8518 hardcode_libdir_flag_spec_ld='+b $libdir'
8519 hardcode_libdir_separator=:
8520 hardcode_direct=yes
8521 hardcode_direct_absolute=yes
8522 export_dynamic_flag_spec='${wl}-E'
8523 # hardcode_minus_L: Not really in the search PATH,
8524 # but as the default location of the library.
8525 hardcode_minus_L=yes
8526 fi
8527 ;;
8528
8529 hpux11*)
8530 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8531 case $host_cpu in
8532 hppa*64*)
8533 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8534 ;;
8535 ia64*)
8536 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8537 ;;
8538 *)
8539 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8540 ;;
8541 esac
8542 else
8543 case $host_cpu in
8544 hppa*64*)
8545 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8546 ;;
8547 ia64*)
8548 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8549 ;;
8550 *)
8551
8552 # Older versions of the 11.00 compiler do not understand -b yet
8553 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8555$as_echo_n "checking if $CC understands -b... " >&6; }
8556if test "${lt_cv_prog_compiler__b+set}" = set; then :
8557 $as_echo_n "(cached) " >&6
8558else
8559 lt_cv_prog_compiler__b=no
8560 save_LDFLAGS="$LDFLAGS"
8561 LDFLAGS="$LDFLAGS -b"
8562 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8563 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8564 # The linker can only warn and ignore the option if not recognized
8565 # So say no if there are warnings
8566 if test -s conftest.err; then
8567 # Append any errors to the config.log.
8568 cat conftest.err 1>&5
8569 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8570 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8571 if diff conftest.exp conftest.er2 >/dev/null; then
8572 lt_cv_prog_compiler__b=yes
8573 fi
8574 else
8575 lt_cv_prog_compiler__b=yes
8576 fi
8577 fi
8578 $RM -r conftest*
8579 LDFLAGS="$save_LDFLAGS"
8580
8581fi
8582{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8583$as_echo "$lt_cv_prog_compiler__b" >&6; }
8584
8585if test x"$lt_cv_prog_compiler__b" = xyes; then
8586 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8587else
8588 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8589fi
8590
8591 ;;
8592 esac
8593 fi
8594 if test "$with_gnu_ld" = no; then
8595 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8596 hardcode_libdir_separator=:
8597
8598 case $host_cpu in
8599 hppa*64*|ia64*)
8600 hardcode_direct=no
8601 hardcode_shlibpath_var=no
8602 ;;
8603 *)
8604 hardcode_direct=yes
8605 hardcode_direct_absolute=yes
8606 export_dynamic_flag_spec='${wl}-E'
8607
8608 # hardcode_minus_L: Not really in the search PATH,
8609 # but as the default location of the library.
8610 hardcode_minus_L=yes
8611 ;;
8612 esac
8613 fi
8614 ;;
8615
8616 irix5* | irix6* | nonstopux*)
8617 if test "$GCC" = yes; then
8618 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'
8619 # Try to use the -exported_symbol ld option, if it does not
8620 # work, assume that -exports_file does not work either and
8621 # implicitly export all symbols.
8622 save_LDFLAGS="$LDFLAGS"
8623 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8625/* end confdefs.h. */
8626int foo(void) {}
8627_ACEOF
8628if ac_fn_c_try_link "$LINENO"; then :
8629 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'
8630
8631fi
8632rm -f core conftest.err conftest.$ac_objext \
8633 conftest$ac_exeext conftest.$ac_ext
8634 LDFLAGS="$save_LDFLAGS"
8635 else
8636 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'
8637 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'
8638 fi
8639 archive_cmds_need_lc='no'
8640 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8641 hardcode_libdir_separator=:
8642 inherit_rpath=yes
8643 link_all_deplibs=yes
8644 ;;
8645
8646 netbsd*)
8647 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8648 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8649 else
8650 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8651 fi
8652 hardcode_libdir_flag_spec='-R$libdir'
8653 hardcode_direct=yes
8654 hardcode_shlibpath_var=no
8655 ;;
8656
8657 newsos6)
8658 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8659 hardcode_direct=yes
8660 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8661 hardcode_libdir_separator=:
8662 hardcode_shlibpath_var=no
8663 ;;
8664
8665 *nto* | *qnx*)
8666 ;;
8667
8668 openbsd*)
8669 if test -f /usr/libexec/ld.so; then
8670 hardcode_direct=yes
8671 hardcode_shlibpath_var=no
8672 hardcode_direct_absolute=yes
8673 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8674 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8675 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8676 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8677 export_dynamic_flag_spec='${wl}-E'
8678 else
8679 case $host_os in
8680 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8681 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8682 hardcode_libdir_flag_spec='-R$libdir'
8683 ;;
8684 *)
8685 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8686 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8687 ;;
8688 esac
8689 fi
8690 else
8691 ld_shlibs=no
8692 fi
8693 ;;
8694
8695 os2*)
8696 hardcode_libdir_flag_spec='-L$libdir'
8697 hardcode_minus_L=yes
8698 allow_undefined_flag=unsupported
8699 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'
8700 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8701 ;;
8702
8703 osf3*)
8704 if test "$GCC" = yes; then
8705 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8706 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'
8707 else
8708 allow_undefined_flag=' -expect_unresolved \*'
8709 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'
8710 fi
8711 archive_cmds_need_lc='no'
8712 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8713 hardcode_libdir_separator=:
8714 ;;
8715
8716 osf4* | osf5*) # as osf3* with the addition of -msym flag
8717 if test "$GCC" = yes; then
8718 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8719 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'
8720 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8721 else
8722 allow_undefined_flag=' -expect_unresolved \*'
8723 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'
8724 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~
8725 $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'
8726
8727 # Both c and cxx compiler support -rpath directly
8728 hardcode_libdir_flag_spec='-rpath $libdir'
8729 fi
8730 archive_cmds_need_lc='no'
8731 hardcode_libdir_separator=:
8732 ;;
8733
8734 solaris*)
8735 no_undefined_flag=' -z defs'
8736 if test "$GCC" = yes; then
8737 wlarc='${wl}'
8738 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8739 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8740 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8741 else
8742 case `$CC -V 2>&1` in
8743 *"Compilers 5.0"*)
8744 wlarc=''
8745 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8746 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8747 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8748 ;;
8749 *)
8750 wlarc='${wl}'
8751 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8752 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8753 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8754 ;;
8755 esac
8756 fi
8757 hardcode_libdir_flag_spec='-R$libdir'
8758 hardcode_shlibpath_var=no
8759 case $host_os in
8760 solaris2.[0-5] | solaris2.[0-5].*) ;;
8761 *)
8762 # The compiler driver will combine and reorder linker options,
8763 # but understands `-z linker_flag'. GCC discards it without `$wl',
8764 # but is careful enough not to reorder.
8765 # Supported since Solaris 2.6 (maybe 2.5.1?)
8766 if test "$GCC" = yes; then
8767 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8768 else
8769 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8770 fi
8771 ;;
8772 esac
8773 link_all_deplibs=yes
8774 ;;
8775
8776 sunos4*)
8777 if test "x$host_vendor" = xsequent; then
8778 # Use $CC to link under sequent, because it throws in some extra .o
8779 # files that make .init and .fini sections work.
8780 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8781 else
8782 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8783 fi
8784 hardcode_libdir_flag_spec='-L$libdir'
8785 hardcode_direct=yes
8786 hardcode_minus_L=yes
8787 hardcode_shlibpath_var=no
8788 ;;
8789
8790 sysv4)
8791 case $host_vendor in
8792 sni)
8793 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8794 hardcode_direct=yes # is this really true???
8795 ;;
8796 siemens)
8797 ## LD is ld it makes a PLAMLIB
8798 ## CC just makes a GrossModule.
8799 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8800 reload_cmds='$CC -r -o $output$reload_objs'
8801 hardcode_direct=no
8802 ;;
8803 motorola)
8804 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8805 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8806 ;;
8807 esac
8808 runpath_var='LD_RUN_PATH'
8809 hardcode_shlibpath_var=no
8810 ;;
8811
8812 sysv4.3*)
8813 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8814 hardcode_shlibpath_var=no
8815 export_dynamic_flag_spec='-Bexport'
8816 ;;
8817
8818 sysv4*MP*)
8819 if test -d /usr/nec; then
8820 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8821 hardcode_shlibpath_var=no
8822 runpath_var=LD_RUN_PATH
8823 hardcode_runpath_var=yes
8824 ld_shlibs=yes
8825 fi
8826 ;;
8827
8828 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8829 no_undefined_flag='${wl}-z,text'
8830 archive_cmds_need_lc=no
8831 hardcode_shlibpath_var=no
8832 runpath_var='LD_RUN_PATH'
8833
8834 if test "$GCC" = yes; then
8835 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8836 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8837 else
8838 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8839 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8840 fi
8841 ;;
8842
8843 sysv5* | sco3.2v5* | sco5v6*)
8844 # Note: We can NOT use -z defs as we might desire, because we do not
8845 # link with -lc, and that would cause any symbols used from libc to
8846 # always be unresolved, which means just about no library would
8847 # ever link correctly. If we're not using GNU ld we use -z text
8848 # though, which does catch some bad symbols but isn't as heavy-handed
8849 # as -z defs.
8850 no_undefined_flag='${wl}-z,text'
8851 allow_undefined_flag='${wl}-z,nodefs'
8852 archive_cmds_need_lc=no
8853 hardcode_shlibpath_var=no
8854 hardcode_libdir_flag_spec='${wl}-R,$libdir'
8855 hardcode_libdir_separator=':'
8856 link_all_deplibs=yes
8857 export_dynamic_flag_spec='${wl}-Bexport'
8858 runpath_var='LD_RUN_PATH'
8859
8860 if test "$GCC" = yes; then
8861 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8862 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8863 else
8864 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8865 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8866 fi
8867 ;;
8868
8869 uts4*)
8870 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8871 hardcode_libdir_flag_spec='-L$libdir'
8872 hardcode_shlibpath_var=no
8873 ;;
8874
8875 *)
8876 ld_shlibs=no
8877 ;;
8878 esac
8879
8880 if test x$host_vendor = xsni; then
8881 case $host in
8882 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8883 export_dynamic_flag_spec='${wl}-Blargedynsym'
8884 ;;
8885 esac
8886 fi
8887 fi
8888
8889{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8890$as_echo "$ld_shlibs" >&6; }
8891test "$ld_shlibs" = no && can_build_shared=no
8892
8893with_gnu_ld=$with_gnu_ld
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909#
8910# Do we need to explicitly link libc?
8911#
8912case "x$archive_cmds_need_lc" in
8913x|xyes)
8914 # Assume -lc should be added
8915 archive_cmds_need_lc=yes
8916
8917 if test "$enable_shared" = yes && test "$GCC" = yes; then
8918 case $archive_cmds in
8919 *'~'*)
8920 # FIXME: we may have to deal with multi-command sequences.
8921 ;;
8922 '$CC '*)
8923 # Test whether the compiler implicitly links with -lc since on some
8924 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8925 # to ld, don't add -lc before -lgcc.
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8927$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8928if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
8929 $as_echo_n "(cached) " >&6
8930else
8931 $RM conftest*
8932 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8933
8934 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8935 (eval $ac_compile) 2>&5
8936 ac_status=$?
8937 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8938 test $ac_status = 0; } 2>conftest.err; then
8939 soname=conftest
8940 lib=conftest
8941 libobjs=conftest.$ac_objext
8942 deplibs=
8943 wl=$lt_prog_compiler_wl
8944 pic_flag=$lt_prog_compiler_pic
8945 compiler_flags=-v
8946 linker_flags=-v
8947 verstring=
8948 output_objdir=.
8949 libname=conftest
8950 lt_save_allow_undefined_flag=$allow_undefined_flag
8951 allow_undefined_flag=
8952 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8953 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8954 ac_status=$?
8955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8956 test $ac_status = 0; }
8957 then
8958 lt_cv_archive_cmds_need_lc=no
8959 else
8960 lt_cv_archive_cmds_need_lc=yes
8961 fi
8962 allow_undefined_flag=$lt_save_allow_undefined_flag
8963 else
8964 cat conftest.err 1>&5
8965 fi
8966 $RM conftest*
8967
8968fi
8969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
8970$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
8971 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
8972 ;;
8973 esac
8974 fi
8975 ;;
8976esac
8977
8978
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
9049
9050
9051
9052
9053
9054
9055
9056
9057
9058
9059
9060
9061
9062
9063
9064
9065
9066
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089
9090
9091
9092
9093
9094
9095
9096
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106
9107
9108
9109
9110
9111
9112
9113
9114
9115
9116
9117
9118
9119
9120
9121
9122
9123
9124
9125
9126
9127
9128
9129
9130
9131
9132
9133
9134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9135$as_echo_n "checking dynamic linker characteristics... " >&6; }
9136
9137if test "$GCC" = yes; then
9138 case $host_os in
9139 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9140 *) lt_awk_arg="/^libraries:/" ;;
9141 esac
9142 case $host_os in
9143 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9144 *) lt_sed_strip_eq="s,=/,/,g" ;;
9145 esac
9146 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9147 case $lt_search_path_spec in
9148 *\;*)
9149 # if the path contains ";" then we assume it to be the separator
9150 # otherwise default to the standard path separator (i.e. ":") - it is
9151 # assumed that no part of a normal pathname contains ";" but that should
9152 # okay in the real world where ";" in dirpaths is itself problematic.
9153 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9154 ;;
9155 *)
9156 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9157 ;;
9158 esac
9159 # Ok, now we have the path, separated by spaces, we can step through it
9160 # and add multilib dir if necessary.
9161 lt_tmp_lt_search_path_spec=
9162 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9163 for lt_sys_path in $lt_search_path_spec; do
9164 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9165 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9166 else
9167 test -d "$lt_sys_path" && \
9168 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9169 fi
9170 done
9171 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9172BEGIN {RS=" "; FS="/|\n";} {
9173 lt_foo="";
9174 lt_count=0;
9175 for (lt_i = NF; lt_i > 0; lt_i--) {
9176 if ($lt_i != "" && $lt_i != ".") {
9177 if ($lt_i == "..") {
9178 lt_count++;
9179 } else {
9180 if (lt_count == 0) {
9181 lt_foo="/" $lt_i lt_foo;
9182 } else {
9183 lt_count--;
9184 }
9185 }
9186 }
9187 }
9188 if (lt_foo != "") { lt_freq[lt_foo]++; }
9189 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9190}'`
9191 # AWK program above erroneously prepends '/' to C:/dos/paths
9192 # for these hosts.
9193 case $host_os in
9194 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9195 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9196 esac
9197 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9198else
9199 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9200fi
9201library_names_spec=
9202libname_spec='lib$name'
9203soname_spec=
9204shrext_cmds=".so"
9205postinstall_cmds=
9206postuninstall_cmds=
9207finish_cmds=
9208finish_eval=
9209shlibpath_var=
9210shlibpath_overrides_runpath=unknown
9211version_type=none
9212dynamic_linker="$host_os ld.so"
9213sys_lib_dlsearch_path_spec="/lib /usr/lib"
9214need_lib_prefix=unknown
9215hardcode_into_libs=no
9216
9217# when you set need_version to no, make sure it does not cause -set_version
9218# flags to be left without arguments
9219need_version=unknown
9220
9221case $host_os in
9222aix3*)
9223 version_type=linux
9224 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9225 shlibpath_var=LIBPATH
9226
9227 # AIX 3 has no versioning support, so we append a major version to the name.
9228 soname_spec='${libname}${release}${shared_ext}$major'
9229 ;;
9230
9231aix[4-9]*)
9232 version_type=linux
9233 need_lib_prefix=no
9234 need_version=no
9235 hardcode_into_libs=yes
9236 if test "$host_cpu" = ia64; then
9237 # AIX 5 supports IA64
9238 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9239 shlibpath_var=LD_LIBRARY_PATH
9240 else
9241 # With GCC up to 2.95.x, collect2 would create an import file
9242 # for dependence libraries. The import file would start with
9243 # the line `#! .'. This would cause the generated library to
9244 # depend on `.', always an invalid library. This was fixed in
9245 # development snapshots of GCC prior to 3.0.
9246 case $host_os in
9247 aix4 | aix4.[01] | aix4.[01].*)
9248 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9249 echo ' yes '
9250 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9251 :
9252 else
9253 can_build_shared=no
9254 fi
9255 ;;
9256 esac
9257 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9258 # soname into executable. Probably we can add versioning support to
9259 # collect2, so additional links can be useful in future.
9260 if test "$aix_use_runtimelinking" = yes; then
9261 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9262 # instead of lib<name>.a to let people know that these are not
9263 # typical AIX shared libraries.
9264 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9265 else
9266 # We preserve .a as extension for shared libraries through AIX4.2
9267 # and later when we are not doing run time linking.
9268 library_names_spec='${libname}${release}.a $libname.a'
9269 soname_spec='${libname}${release}${shared_ext}$major'
9270 fi
9271 shlibpath_var=LIBPATH
9272 fi
9273 ;;
9274
9275amigaos*)
9276 case $host_cpu in
9277 powerpc)
9278 # Since July 2007 AmigaOS4 officially supports .so libraries.
9279 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9280 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9281 ;;
9282 m68k)
9283 library_names_spec='$libname.ixlibrary $libname.a'
9284 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9285 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'
9286 ;;
9287 esac
9288 ;;
9289
9290beos*)
9291 library_names_spec='${libname}${shared_ext}'
9292 dynamic_linker="$host_os ld.so"
9293 shlibpath_var=LIBRARY_PATH
9294 ;;
9295
9296bsdi[45]*)
9297 version_type=linux
9298 need_version=no
9299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9300 soname_spec='${libname}${release}${shared_ext}$major'
9301 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9302 shlibpath_var=LD_LIBRARY_PATH
9303 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9304 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9305 # the default ld.so.conf also contains /usr/contrib/lib and
9306 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9307 # libtool to hard-code these into programs
9308 ;;
9309
9310cygwin* | mingw* | pw32* | cegcc*)
9311 version_type=windows
9312 shrext_cmds=".dll"
9313 need_version=no
9314 need_lib_prefix=no
9315
9316 case $GCC,$host_os in
9317 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9318 library_names_spec='$libname.dll.a'
9319 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9320 postinstall_cmds='base_file=`basename \${file}`~
9321 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9322 dldir=$destdir/`dirname \$dlpath`~
9323 test -d \$dldir || mkdir -p \$dldir~
9324 $install_prog $dir/$dlname \$dldir/$dlname~
9325 chmod a+x \$dldir/$dlname~
9326 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9327 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9328 fi'
9329 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9330 dlpath=$dir/\$dldll~
9331 $RM \$dlpath'
9332 shlibpath_overrides_runpath=yes
9333
9334 case $host_os in
9335 cygwin*)
9336 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9337 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9338
9339 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9340 ;;
9341 mingw* | cegcc*)
9342 # MinGW DLLs use traditional 'lib' prefix
9343 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9344 ;;
9345 pw32*)
9346 # pw32 DLLs use 'pw' prefix rather than 'lib'
9347 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9348 ;;
9349 esac
9350 ;;
9351
9352 *)
9353 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9354 ;;
9355 esac
9356 dynamic_linker='Win32 ld.exe'
9357 # FIXME: first we should search . and the directory the executable is in
9358 shlibpath_var=PATH
9359 ;;
9360
9361darwin* | rhapsody*)
9362 dynamic_linker="$host_os dyld"
9363 version_type=darwin
9364 need_lib_prefix=no
9365 need_version=no
9366 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9367 soname_spec='${libname}${release}${major}$shared_ext'
9368 shlibpath_overrides_runpath=yes
9369 shlibpath_var=DYLD_LIBRARY_PATH
9370 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9371
9372 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9373 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9374 ;;
9375
9376dgux*)
9377 version_type=linux
9378 need_lib_prefix=no
9379 need_version=no
9380 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9381 soname_spec='${libname}${release}${shared_ext}$major'
9382 shlibpath_var=LD_LIBRARY_PATH
9383 ;;
9384
9385freebsd1*)
9386 dynamic_linker=no
9387 ;;
9388
9389freebsd* | dragonfly*)
9390 # DragonFly does not have aout. When/if they implement a new
9391 # versioning mechanism, adjust this.
9392 if test -x /usr/bin/objformat; then
9393 objformat=`/usr/bin/objformat`
9394 else
9395 case $host_os in
9396 freebsd[123]*) objformat=aout ;;
9397 *) objformat=elf ;;
9398 esac
9399 fi
9400 version_type=freebsd-$objformat
9401 case $version_type in
9402 freebsd-elf*)
9403 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9404 need_version=no
9405 need_lib_prefix=no
9406 ;;
9407 freebsd-*)
9408 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9409 need_version=yes
9410 ;;
9411 esac
9412 shlibpath_var=LD_LIBRARY_PATH
9413 case $host_os in
9414 freebsd2*)
9415 shlibpath_overrides_runpath=yes
9416 ;;
9417 freebsd3.[01]* | freebsdelf3.[01]*)
9418 shlibpath_overrides_runpath=yes
9419 hardcode_into_libs=yes
9420 ;;
9421 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9422 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9423 shlibpath_overrides_runpath=no
9424 hardcode_into_libs=yes
9425 ;;
9426 *) # from 4.6 on, and DragonFly
9427 shlibpath_overrides_runpath=yes
9428 hardcode_into_libs=yes
9429 ;;
9430 esac
9431 ;;
9432
9433gnu*)
9434 version_type=linux
9435 need_lib_prefix=no
9436 need_version=no
9437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9438 soname_spec='${libname}${release}${shared_ext}$major'
9439 shlibpath_var=LD_LIBRARY_PATH
9440 hardcode_into_libs=yes
9441 ;;
9442
9443haiku*)
9444 version_type=linux
9445 need_lib_prefix=no
9446 need_version=no
9447 dynamic_linker="$host_os runtime_loader"
9448 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9449 soname_spec='${libname}${release}${shared_ext}$major'
9450 shlibpath_var=LIBRARY_PATH
9451 shlibpath_overrides_runpath=yes
9452 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9453 hardcode_into_libs=yes
9454 ;;
9455
9456hpux9* | hpux10* | hpux11*)
9457 # Give a soname corresponding to the major version so that dld.sl refuses to
9458 # link against other versions.
9459 version_type=sunos
9460 need_lib_prefix=no
9461 need_version=no
9462 case $host_cpu in
9463 ia64*)
9464 shrext_cmds='.so'
9465 hardcode_into_libs=yes
9466 dynamic_linker="$host_os dld.so"
9467 shlibpath_var=LD_LIBRARY_PATH
9468 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9470 soname_spec='${libname}${release}${shared_ext}$major'
9471 if test "X$HPUX_IA64_MODE" = X32; then
9472 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9473 else
9474 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9475 fi
9476 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9477 ;;
9478 hppa*64*)
9479 shrext_cmds='.sl'
9480 hardcode_into_libs=yes
9481 dynamic_linker="$host_os dld.sl"
9482 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9483 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9485 soname_spec='${libname}${release}${shared_ext}$major'
9486 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9487 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9488 ;;
9489 *)
9490 shrext_cmds='.sl'
9491 dynamic_linker="$host_os dld.sl"
9492 shlibpath_var=SHLIB_PATH
9493 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9494 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9495 soname_spec='${libname}${release}${shared_ext}$major'
9496 ;;
9497 esac
9498 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9499 postinstall_cmds='chmod 555 $lib'
9500 # or fails outright, so override atomically:
9501 install_override_mode=555
9502 ;;
9503
9504interix[3-9]*)
9505 version_type=linux
9506 need_lib_prefix=no
9507 need_version=no
9508 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9509 soname_spec='${libname}${release}${shared_ext}$major'
9510 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9511 shlibpath_var=LD_LIBRARY_PATH
9512 shlibpath_overrides_runpath=no
9513 hardcode_into_libs=yes
9514 ;;
9515
9516irix5* | irix6* | nonstopux*)
9517 case $host_os in
9518 nonstopux*) version_type=nonstopux ;;
9519 *)
9520 if test "$lt_cv_prog_gnu_ld" = yes; then
9521 version_type=linux
9522 else
9523 version_type=irix
9524 fi ;;
9525 esac
9526 need_lib_prefix=no
9527 need_version=no
9528 soname_spec='${libname}${release}${shared_ext}$major'
9529 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9530 case $host_os in
9531 irix5* | nonstopux*)
9532 libsuff= shlibsuff=
9533 ;;
9534 *)
9535 case $LD in # libtool.m4 will add one of these switches to LD
9536 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9537 libsuff= shlibsuff= libmagic=32-bit;;
9538 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9539 libsuff=32 shlibsuff=N32 libmagic=N32;;
9540 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9541 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9542 *) libsuff= shlibsuff= libmagic=never-match;;
9543 esac
9544 ;;
9545 esac
9546 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9547 shlibpath_overrides_runpath=no
9548 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9549 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9550 hardcode_into_libs=yes
9551 ;;
9552
9553# No shared lib support for Linux oldld, aout, or coff.
9554linux*oldld* | linux*aout* | linux*coff*)
9555 dynamic_linker=no
9556 ;;
9557
9558# This must be Linux ELF.
9559linux* | k*bsd*-gnu | kopensolaris*-gnu)
9560 version_type=linux
9561 need_lib_prefix=no
9562 need_version=no
9563 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9564 soname_spec='${libname}${release}${shared_ext}$major'
9565 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9566 shlibpath_var=LD_LIBRARY_PATH
9567 shlibpath_overrides_runpath=no
9568
9569 # Some binutils ld are patched to set DT_RUNPATH
9570 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9571 $as_echo_n "(cached) " >&6
9572else
9573 lt_cv_shlibpath_overrides_runpath=no
9574 save_LDFLAGS=$LDFLAGS
9575 save_libdir=$libdir
9576 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9577 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9579/* end confdefs.h. */
9580
9581int
9582main ()
9583{
9584
9585 ;
9586 return 0;
9587}
9588_ACEOF
9589if ac_fn_c_try_link "$LINENO"; then :
9590 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9591 lt_cv_shlibpath_overrides_runpath=yes
9592fi
9593fi
9594rm -f core conftest.err conftest.$ac_objext \
9595 conftest$ac_exeext conftest.$ac_ext
9596 LDFLAGS=$save_LDFLAGS
9597 libdir=$save_libdir
9598
9599fi
9600
9601 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9602
9603 # This implies no fast_install, which is unacceptable.
9604 # Some rework will be needed to allow for fast_install
9605 # before this can be enabled.
9606 hardcode_into_libs=yes
9607
9608 # Add ABI-specific directories to the system library path.
9609 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
9610
9611 # Append ld.so.conf contents to the search path
9612 if test -f /etc/ld.so.conf; then
9613 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' ' '`
9614 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
9615
9616 fi
9617
9618 # We used to test for /lib/ld.so.1 and disable shared libraries on
9619 # powerpc, because MkLinux only supported shared libraries with the
9620 # GNU dynamic linker. Since this was broken with cross compilers,
9621 # most powerpc-linux boxes support dynamic linking these days and
9622 # people can always --disable-shared, the test was removed, and we
9623 # assume the GNU/Linux dynamic linker is in use.
9624 dynamic_linker='GNU/Linux ld.so'
9625 ;;
9626
9627netbsd*)
9628 version_type=sunos
9629 need_lib_prefix=no
9630 need_version=no
9631 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9632 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9633 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9634 dynamic_linker='NetBSD (a.out) ld.so'
9635 else
9636 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9637 soname_spec='${libname}${release}${shared_ext}$major'
9638 dynamic_linker='NetBSD ld.elf_so'
9639 fi
9640 shlibpath_var=LD_LIBRARY_PATH
9641 shlibpath_overrides_runpath=yes
9642 hardcode_into_libs=yes
9643 ;;
9644
9645newsos6)
9646 version_type=linux
9647 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9648 shlibpath_var=LD_LIBRARY_PATH
9649 shlibpath_overrides_runpath=yes
9650 ;;
9651
9652*nto* | *qnx*)
9653 version_type=qnx
9654 need_lib_prefix=no
9655 need_version=no
9656 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9657 soname_spec='${libname}${release}${shared_ext}$major'
9658 shlibpath_var=LD_LIBRARY_PATH
9659 shlibpath_overrides_runpath=no
9660 hardcode_into_libs=yes
9661 dynamic_linker='ldqnx.so'
9662 ;;
9663
9664openbsd*)
9665 version_type=sunos
9666 sys_lib_dlsearch_path_spec="/usr/lib"
9667 need_lib_prefix=no
9668 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9669 case $host_os in
9670 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9671 *) need_version=no ;;
9672 esac
9673 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9674 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9675 shlibpath_var=LD_LIBRARY_PATH
9676 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9677 case $host_os in
9678 openbsd2.[89] | openbsd2.[89].*)
9679 shlibpath_overrides_runpath=no
9680 ;;
9681 *)
9682 shlibpath_overrides_runpath=yes
9683 ;;
9684 esac
9685 else
9686 shlibpath_overrides_runpath=yes
9687 fi
9688 ;;
9689
9690os2*)
9691 libname_spec='$name'
9692 shrext_cmds=".dll"
9693 need_lib_prefix=no
9694 library_names_spec='$libname${shared_ext} $libname.a'
9695 dynamic_linker='OS/2 ld.exe'
9696 shlibpath_var=LIBPATH
9697 ;;
9698
9699osf3* | osf4* | osf5*)
9700 version_type=osf
9701 need_lib_prefix=no
9702 need_version=no
9703 soname_spec='${libname}${release}${shared_ext}$major'
9704 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9705 shlibpath_var=LD_LIBRARY_PATH
9706 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9707 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9708 ;;
9709
9710rdos*)
9711 dynamic_linker=no
9712 ;;
9713
9714solaris*)
9715 version_type=linux
9716 need_lib_prefix=no
9717 need_version=no
9718 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9719 soname_spec='${libname}${release}${shared_ext}$major'
9720 shlibpath_var=LD_LIBRARY_PATH
9721 shlibpath_overrides_runpath=yes
9722 hardcode_into_libs=yes
9723 # ldd complains unless libraries are executable
9724 postinstall_cmds='chmod +x $lib'
9725 ;;
9726
9727sunos4*)
9728 version_type=sunos
9729 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9730 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9731 shlibpath_var=LD_LIBRARY_PATH
9732 shlibpath_overrides_runpath=yes
9733 if test "$with_gnu_ld" = yes; then
9734 need_lib_prefix=no
9735 fi
9736 need_version=yes
9737 ;;
9738
9739sysv4 | sysv4.3*)
9740 version_type=linux
9741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9742 soname_spec='${libname}${release}${shared_ext}$major'
9743 shlibpath_var=LD_LIBRARY_PATH
9744 case $host_vendor in
9745 sni)
9746 shlibpath_overrides_runpath=no
9747 need_lib_prefix=no
9748 runpath_var=LD_RUN_PATH
9749 ;;
9750 siemens)
9751 need_lib_prefix=no
9752 ;;
9753 motorola)
9754 need_lib_prefix=no
9755 need_version=no
9756 shlibpath_overrides_runpath=no
9757 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9758 ;;
9759 esac
9760 ;;
9761
9762sysv4*MP*)
9763 if test -d /usr/nec ;then
9764 version_type=linux
9765 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9766 soname_spec='$libname${shared_ext}.$major'
9767 shlibpath_var=LD_LIBRARY_PATH
9768 fi
9769 ;;
9770
9771sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9772 version_type=freebsd-elf
9773 need_lib_prefix=no
9774 need_version=no
9775 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9776 soname_spec='${libname}${release}${shared_ext}$major'
9777 shlibpath_var=LD_LIBRARY_PATH
9778 shlibpath_overrides_runpath=yes
9779 hardcode_into_libs=yes
9780 if test "$with_gnu_ld" = yes; then
9781 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9782 else
9783 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9784 case $host_os in
9785 sco3.2v5*)
9786 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9787 ;;
9788 esac
9789 fi
9790 sys_lib_dlsearch_path_spec='/usr/lib'
9791 ;;
9792
9793tpf*)
9794 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9795 version_type=linux
9796 need_lib_prefix=no
9797 need_version=no
9798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9799 shlibpath_var=LD_LIBRARY_PATH
9800 shlibpath_overrides_runpath=no
9801 hardcode_into_libs=yes
9802 ;;
9803
9804uts4*)
9805 version_type=linux
9806 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9807 soname_spec='${libname}${release}${shared_ext}$major'
9808 shlibpath_var=LD_LIBRARY_PATH
9809 ;;
9810
9811*)
9812 dynamic_linker=no
9813 ;;
9814esac
9815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9816$as_echo "$dynamic_linker" >&6; }
9817test "$dynamic_linker" = no && can_build_shared=no
9818
9819variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9820if test "$GCC" = yes; then
9821 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9822fi
9823
9824if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9825 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9826fi
9827if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9828 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9829fi
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9923$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9924hardcode_action=
9925if test -n "$hardcode_libdir_flag_spec" ||
9926 test -n "$runpath_var" ||
9927 test "X$hardcode_automatic" = "Xyes" ; then
9928
9929 # We can hardcode non-existent directories.
9930 if test "$hardcode_direct" != no &&
9931 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9932 # have to relink, otherwise we might link with an installed library
9933 # when we should be linking with a yet-to-be-installed one
9934 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9935 test "$hardcode_minus_L" != no; then
9936 # Linking always hardcodes the temporary library directory.
9937 hardcode_action=relink
9938 else
9939 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9940 hardcode_action=immediate
9941 fi
9942else
9943 # We cannot hardcode anything, or else we can only hardcode existing
9944 # directories.
9945 hardcode_action=unsupported
9946fi
9947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9948$as_echo "$hardcode_action" >&6; }
9949
9950if test "$hardcode_action" = relink ||
9951 test "$inherit_rpath" = yes; then
9952 # Fast installation is not supported
9953 enable_fast_install=no
9954elif test "$shlibpath_overrides_runpath" = yes ||
9955 test "$enable_shared" = no; then
9956 # Fast installation is not necessary
9957 enable_fast_install=needless
9958fi
9959
9960
9961
9962
9963
9964
9965 if test "x$enable_dlopen" != xyes; then
9966 enable_dlopen=unknown
9967 enable_dlopen_self=unknown
9968 enable_dlopen_self_static=unknown
9969else
9970 lt_cv_dlopen=no
9971 lt_cv_dlopen_libs=
9972
9973 case $host_os in
9974 beos*)
9975 lt_cv_dlopen="load_add_on"
9976 lt_cv_dlopen_libs=
9977 lt_cv_dlopen_self=yes
9978 ;;
9979
9980 mingw* | pw32* | cegcc*)
9981 lt_cv_dlopen="LoadLibrary"
9982 lt_cv_dlopen_libs=
9983 ;;
9984
9985 cygwin*)
9986 lt_cv_dlopen="dlopen"
9987 lt_cv_dlopen_libs=
9988 ;;
9989
9990 darwin*)
9991 # if libdl is installed we need to link against it
9992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9993$as_echo_n "checking for dlopen in -ldl... " >&6; }
9994if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9995 $as_echo_n "(cached) " >&6
9996else
9997 ac_check_lib_save_LIBS=$LIBS
9998LIBS="-ldl $LIBS"
9999cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10000/* end confdefs.h. */
10001
10002/* Override any GCC internal prototype to avoid an error.
10003 Use char because int might match the return type of a GCC
10004 builtin and then its argument prototype would still apply. */
10005#ifdef __cplusplus
10006extern "C"
10007#endif
10008char dlopen ();
10009int
10010main ()
10011{
10012return dlopen ();
10013 ;
10014 return 0;
10015}
10016_ACEOF
10017if ac_fn_c_try_link "$LINENO"; then :
10018 ac_cv_lib_dl_dlopen=yes
10019else
10020 ac_cv_lib_dl_dlopen=no
10021fi
10022rm -f core conftest.err conftest.$ac_objext \
10023 conftest$ac_exeext conftest.$ac_ext
10024LIBS=$ac_check_lib_save_LIBS
10025fi
10026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10027$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10028if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10029 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10030else
10031
10032 lt_cv_dlopen="dyld"
10033 lt_cv_dlopen_libs=
10034 lt_cv_dlopen_self=yes
10035
10036fi
10037
10038 ;;
10039
10040 *)
10041 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10042if test "x$ac_cv_func_shl_load" = x""yes; then :
10043 lt_cv_dlopen="shl_load"
10044else
10045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10046$as_echo_n "checking for shl_load in -ldld... " >&6; }
10047if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10048 $as_echo_n "(cached) " >&6
10049else
10050 ac_check_lib_save_LIBS=$LIBS
10051LIBS="-ldld $LIBS"
10052cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10053/* end confdefs.h. */
10054
10055/* Override any GCC internal prototype to avoid an error.
10056 Use char because int might match the return type of a GCC
10057 builtin and then its argument prototype would still apply. */
10058#ifdef __cplusplus
10059extern "C"
10060#endif
10061char shl_load ();
10062int
10063main ()
10064{
10065return shl_load ();
10066 ;
10067 return 0;
10068}
10069_ACEOF
10070if ac_fn_c_try_link "$LINENO"; then :
10071 ac_cv_lib_dld_shl_load=yes
10072else
10073 ac_cv_lib_dld_shl_load=no
10074fi
10075rm -f core conftest.err conftest.$ac_objext \
10076 conftest$ac_exeext conftest.$ac_ext
10077LIBS=$ac_check_lib_save_LIBS
10078fi
10079{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10080$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10081if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10082 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10083else
10084 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10085if test "x$ac_cv_func_dlopen" = x""yes; then :
10086 lt_cv_dlopen="dlopen"
10087else
10088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10089$as_echo_n "checking for dlopen in -ldl... " >&6; }
10090if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10091 $as_echo_n "(cached) " >&6
10092else
10093 ac_check_lib_save_LIBS=$LIBS
10094LIBS="-ldl $LIBS"
10095cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10096/* end confdefs.h. */
10097
10098/* Override any GCC internal prototype to avoid an error.
10099 Use char because int might match the return type of a GCC
10100 builtin and then its argument prototype would still apply. */
10101#ifdef __cplusplus
10102extern "C"
10103#endif
10104char dlopen ();
10105int
10106main ()
10107{
10108return dlopen ();
10109 ;
10110 return 0;
10111}
10112_ACEOF
10113if ac_fn_c_try_link "$LINENO"; then :
10114 ac_cv_lib_dl_dlopen=yes
10115else
10116 ac_cv_lib_dl_dlopen=no
10117fi
10118rm -f core conftest.err conftest.$ac_objext \
10119 conftest$ac_exeext conftest.$ac_ext
10120LIBS=$ac_check_lib_save_LIBS
10121fi
10122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10123$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10124if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10125 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10126else
10127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10128$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10129if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10130 $as_echo_n "(cached) " >&6
10131else
10132 ac_check_lib_save_LIBS=$LIBS
10133LIBS="-lsvld $LIBS"
10134cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10135/* end confdefs.h. */
10136
10137/* Override any GCC internal prototype to avoid an error.
10138 Use char because int might match the return type of a GCC
10139 builtin and then its argument prototype would still apply. */
10140#ifdef __cplusplus
10141extern "C"
10142#endif
10143char dlopen ();
10144int
10145main ()
10146{
10147return dlopen ();
10148 ;
10149 return 0;
10150}
10151_ACEOF
10152if ac_fn_c_try_link "$LINENO"; then :
10153 ac_cv_lib_svld_dlopen=yes
10154else
10155 ac_cv_lib_svld_dlopen=no
10156fi
10157rm -f core conftest.err conftest.$ac_objext \
10158 conftest$ac_exeext conftest.$ac_ext
10159LIBS=$ac_check_lib_save_LIBS
10160fi
10161{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10162$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10163if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10164 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10165else
10166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10167$as_echo_n "checking for dld_link in -ldld... " >&6; }
10168if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10169 $as_echo_n "(cached) " >&6
10170else
10171 ac_check_lib_save_LIBS=$LIBS
10172LIBS="-ldld $LIBS"
10173cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10174/* end confdefs.h. */
10175
10176/* Override any GCC internal prototype to avoid an error.
10177 Use char because int might match the return type of a GCC
10178 builtin and then its argument prototype would still apply. */
10179#ifdef __cplusplus
10180extern "C"
10181#endif
10182char dld_link ();
10183int
10184main ()
10185{
10186return dld_link ();
10187 ;
10188 return 0;
10189}
10190_ACEOF
10191if ac_fn_c_try_link "$LINENO"; then :
10192 ac_cv_lib_dld_dld_link=yes
10193else
10194 ac_cv_lib_dld_dld_link=no
10195fi
10196rm -f core conftest.err conftest.$ac_objext \
10197 conftest$ac_exeext conftest.$ac_ext
10198LIBS=$ac_check_lib_save_LIBS
10199fi
10200{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10201$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10202if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10203 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10204fi
10205
10206
10207fi
10208
10209
10210fi
10211
10212
10213fi
10214
10215
10216fi
10217
10218
10219fi
10220
10221 ;;
10222 esac
10223
10224 if test "x$lt_cv_dlopen" != xno; then
10225 enable_dlopen=yes
10226 else
10227 enable_dlopen=no
10228 fi
10229
10230 case $lt_cv_dlopen in
10231 dlopen)
10232 save_CPPFLAGS="$CPPFLAGS"
10233 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10234
10235 save_LDFLAGS="$LDFLAGS"
10236 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10237
10238 save_LIBS="$LIBS"
10239 LIBS="$lt_cv_dlopen_libs $LIBS"
10240
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10242$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10243if test "${lt_cv_dlopen_self+set}" = set; then :
10244 $as_echo_n "(cached) " >&6
10245else
10246 if test "$cross_compiling" = yes; then :
10247 lt_cv_dlopen_self=cross
10248else
10249 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10250 lt_status=$lt_dlunknown
10251 cat > conftest.$ac_ext <<_LT_EOF
10252#line $LINENO "configure"
10253#include "confdefs.h"
10254
10255#if HAVE_DLFCN_H
10256#include <dlfcn.h>
10257#endif
10258
10259#include <stdio.h>
10260
10261#ifdef RTLD_GLOBAL
10262# define LT_DLGLOBAL RTLD_GLOBAL
10263#else
10264# ifdef DL_GLOBAL
10265# define LT_DLGLOBAL DL_GLOBAL
10266# else
10267# define LT_DLGLOBAL 0
10268# endif
10269#endif
10270
10271/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10272 find out it does not work in some platform. */
10273#ifndef LT_DLLAZY_OR_NOW
10274# ifdef RTLD_LAZY
10275# define LT_DLLAZY_OR_NOW RTLD_LAZY
10276# else
10277# ifdef DL_LAZY
10278# define LT_DLLAZY_OR_NOW DL_LAZY
10279# else
10280# ifdef RTLD_NOW
10281# define LT_DLLAZY_OR_NOW RTLD_NOW
10282# else
10283# ifdef DL_NOW
10284# define LT_DLLAZY_OR_NOW DL_NOW
10285# else
10286# define LT_DLLAZY_OR_NOW 0
10287# endif
10288# endif
10289# endif
10290# endif
10291#endif
10292
10293/* When -fvisbility=hidden is used, assume the code has been annotated
10294 correspondingly for the symbols needed. */
10295#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10296void fnord () __attribute__((visibility("default")));
10297#endif
10298
10299void fnord () { int i=42; }
10300int main ()
10301{
10302 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10303 int status = $lt_dlunknown;
10304
10305 if (self)
10306 {
10307 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10308 else
10309 {
10310 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10311 else puts (dlerror ());
10312 }
10313 /* dlclose (self); */
10314 }
10315 else
10316 puts (dlerror ());
10317
10318 return status;
10319}
10320_LT_EOF
10321 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10322 (eval $ac_link) 2>&5
10323 ac_status=$?
10324 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10325 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10326 (./conftest; exit; ) >&5 2>/dev/null
10327 lt_status=$?
10328 case x$lt_status in
10329 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10330 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10331 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10332 esac
10333 else :
10334 # compilation failed
10335 lt_cv_dlopen_self=no
10336 fi
10337fi
10338rm -fr conftest*
10339
10340
10341fi
10342{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10343$as_echo "$lt_cv_dlopen_self" >&6; }
10344
10345 if test "x$lt_cv_dlopen_self" = xyes; then
10346 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10348$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10349if test "${lt_cv_dlopen_self_static+set}" = set; then :
10350 $as_echo_n "(cached) " >&6
10351else
10352 if test "$cross_compiling" = yes; then :
10353 lt_cv_dlopen_self_static=cross
10354else
10355 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10356 lt_status=$lt_dlunknown
10357 cat > conftest.$ac_ext <<_LT_EOF
10358#line $LINENO "configure"
10359#include "confdefs.h"
10360
10361#if HAVE_DLFCN_H
10362#include <dlfcn.h>
10363#endif
10364
10365#include <stdio.h>
10366
10367#ifdef RTLD_GLOBAL
10368# define LT_DLGLOBAL RTLD_GLOBAL
10369#else
10370# ifdef DL_GLOBAL
10371# define LT_DLGLOBAL DL_GLOBAL
10372# else
10373# define LT_DLGLOBAL 0
10374# endif
10375#endif
10376
10377/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10378 find out it does not work in some platform. */
10379#ifndef LT_DLLAZY_OR_NOW
10380# ifdef RTLD_LAZY
10381# define LT_DLLAZY_OR_NOW RTLD_LAZY
10382# else
10383# ifdef DL_LAZY
10384# define LT_DLLAZY_OR_NOW DL_LAZY
10385# else
10386# ifdef RTLD_NOW
10387# define LT_DLLAZY_OR_NOW RTLD_NOW
10388# else
10389# ifdef DL_NOW
10390# define LT_DLLAZY_OR_NOW DL_NOW
10391# else
10392# define LT_DLLAZY_OR_NOW 0
10393# endif
10394# endif
10395# endif
10396# endif
10397#endif
10398
10399/* When -fvisbility=hidden is used, assume the code has been annotated
10400 correspondingly for the symbols needed. */
10401#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10402void fnord () __attribute__((visibility("default")));
10403#endif
10404
10405void fnord () { int i=42; }
10406int main ()
10407{
10408 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10409 int status = $lt_dlunknown;
10410
10411 if (self)
10412 {
10413 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10414 else
10415 {
10416 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10417 else puts (dlerror ());
10418 }
10419 /* dlclose (self); */
10420 }
10421 else
10422 puts (dlerror ());
10423
10424 return status;
10425}
10426_LT_EOF
10427 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10428 (eval $ac_link) 2>&5
10429 ac_status=$?
10430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10431 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10432 (./conftest; exit; ) >&5 2>/dev/null
10433 lt_status=$?
10434 case x$lt_status in
10435 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10436 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10437 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10438 esac
10439 else :
10440 # compilation failed
10441 lt_cv_dlopen_self_static=no
10442 fi
10443fi
10444rm -fr conftest*
10445
10446
10447fi
10448{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10449$as_echo "$lt_cv_dlopen_self_static" >&6; }
10450 fi
10451
10452 CPPFLAGS="$save_CPPFLAGS"
10453 LDFLAGS="$save_LDFLAGS"
10454 LIBS="$save_LIBS"
10455 ;;
10456 esac
10457
10458 case $lt_cv_dlopen_self in
10459 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10460 *) enable_dlopen_self=unknown ;;
10461 esac
10462
10463 case $lt_cv_dlopen_self_static in
10464 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10465 *) enable_dlopen_self_static=unknown ;;
10466 esac
10467fi
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485striplib=
10486old_striplib=
10487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10488$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10489if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10490 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10491 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10493$as_echo "yes" >&6; }
10494else
10495# FIXME - insert some real tests, host_os isn't really good enough
10496 case $host_os in
10497 darwin*)
10498 if test -n "$STRIP" ; then
10499 striplib="$STRIP -x"
10500 old_striplib="$STRIP -S"
10501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10502$as_echo "yes" >&6; }
10503 else
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10505$as_echo "no" >&6; }
10506 fi
10507 ;;
10508 *)
10509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10510$as_echo "no" >&6; }
10511 ;;
10512 esac
10513fi
10514
10515
10516
10517
10518
10519
10520
10521
10522
10523
10524
10525
10526 # Report which library types will actually be built
10527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10528$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10530$as_echo "$can_build_shared" >&6; }
10531
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10533$as_echo_n "checking whether to build shared libraries... " >&6; }
10534 test "$can_build_shared" = "no" && enable_shared=no
10535
10536 # On AIX, shared libraries and static libraries use the same namespace, and
10537 # are all built from PIC.
10538 case $host_os in
10539 aix3*)
10540 test "$enable_shared" = yes && enable_static=no
10541 if test -n "$RANLIB"; then
10542 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10543 postinstall_cmds='$RANLIB $lib'
10544 fi
10545 ;;
10546
10547 aix[4-9]*)
10548 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10549 test "$enable_shared" = yes && enable_static=no
10550 fi
10551 ;;
10552 esac
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10554$as_echo "$enable_shared" >&6; }
10555
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10557$as_echo_n "checking whether to build static libraries... " >&6; }
10558 # Make sure either enable_shared or enable_static is yes.
10559 test "$enable_shared" = yes || enable_static=yes
10560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10561$as_echo "$enable_static" >&6; }
10562
10563
10564
10565
10566fi
10567ac_ext=c
10568ac_cpp='$CPP $CPPFLAGS'
10569ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10570ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10571ac_compiler_gnu=$ac_cv_c_compiler_gnu
10572
10573CC="$lt_save_CC"
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587 ac_config_commands="$ac_config_commands libtool"
10588
10589
10590
10591
10592# Only expand once:
10593
10594
10595
10596# Checks for programs.
10597ac_ext=c
10598ac_cpp='$CPP $CPPFLAGS'
10599ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10600ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10601ac_compiler_gnu=$ac_cv_c_compiler_gnu
10602if test -n "$ac_tool_prefix"; then
10603 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10604set dummy ${ac_tool_prefix}gcc; ac_word=$2
10605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10606$as_echo_n "checking for $ac_word... " >&6; }
10607if test "${ac_cv_prog_CC+set}" = set; then :
10608 $as_echo_n "(cached) " >&6
10609else
10610 if test -n "$CC"; then
10611 ac_cv_prog_CC="$CC" # Let the user override the test.
10612else
10613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10614for as_dir in $PATH
10615do
10616 IFS=$as_save_IFS
10617 test -z "$as_dir" && as_dir=.
10618 for ac_exec_ext in '' $ac_executable_extensions; do
10619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10620 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10622 break 2
10623 fi
10624done
10625 done
10626IFS=$as_save_IFS
10627
10628fi
10629fi
10630CC=$ac_cv_prog_CC
10631if test -n "$CC"; then
10632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10633$as_echo "$CC" >&6; }
10634else
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10636$as_echo "no" >&6; }
10637fi
10638
10639
10640fi
10641if test -z "$ac_cv_prog_CC"; then
10642 ac_ct_CC=$CC
10643 # Extract the first word of "gcc", so it can be a program name with args.
10644set dummy gcc; ac_word=$2
10645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10646$as_echo_n "checking for $ac_word... " >&6; }
10647if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
10648 $as_echo_n "(cached) " >&6
10649else
10650 if test -n "$ac_ct_CC"; then
10651 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10652else
10653as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10654for as_dir in $PATH
10655do
10656 IFS=$as_save_IFS
10657 test -z "$as_dir" && as_dir=.
10658 for ac_exec_ext in '' $ac_executable_extensions; do
10659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10660 ac_cv_prog_ac_ct_CC="gcc"
10661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10662 break 2
10663 fi
10664done
10665 done
10666IFS=$as_save_IFS
10667
10668fi
10669fi
10670ac_ct_CC=$ac_cv_prog_ac_ct_CC
10671if test -n "$ac_ct_CC"; then
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
10673$as_echo "$ac_ct_CC" >&6; }
10674else
10675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10676$as_echo "no" >&6; }
10677fi
10678
10679 if test "x$ac_ct_CC" = x; then
10680 CC=""
10681 else
10682 case $cross_compiling:$ac_tool_warned in
10683yes:)
10684{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10685$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10686ac_tool_warned=yes ;;
10687esac
10688 CC=$ac_ct_CC
10689 fi
10690else
10691 CC="$ac_cv_prog_CC"
10692fi
10693
10694if test -z "$CC"; then
10695 if test -n "$ac_tool_prefix"; then
10696 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10697set dummy ${ac_tool_prefix}cc; ac_word=$2
10698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10699$as_echo_n "checking for $ac_word... " >&6; }
10700if test "${ac_cv_prog_CC+set}" = set; then :
10701 $as_echo_n "(cached) " >&6
10702else
10703 if test -n "$CC"; then
10704 ac_cv_prog_CC="$CC" # Let the user override the test.
10705else
10706as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10707for as_dir in $PATH
10708do
10709 IFS=$as_save_IFS
10710 test -z "$as_dir" && as_dir=.
10711 for ac_exec_ext in '' $ac_executable_extensions; do
10712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10713 ac_cv_prog_CC="${ac_tool_prefix}cc"
10714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10715 break 2
10716 fi
10717done
10718 done
10719IFS=$as_save_IFS
10720
10721fi
10722fi
10723CC=$ac_cv_prog_CC
10724if test -n "$CC"; then
10725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10726$as_echo "$CC" >&6; }
10727else
10728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10729$as_echo "no" >&6; }
10730fi
10731
10732
10733 fi
10734fi
10735if test -z "$CC"; then
10736 # Extract the first word of "cc", so it can be a program name with args.
10737set dummy cc; ac_word=$2
10738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10739$as_echo_n "checking for $ac_word... " >&6; }
10740if test "${ac_cv_prog_CC+set}" = set; then :
10741 $as_echo_n "(cached) " >&6
10742else
10743 if test -n "$CC"; then
10744 ac_cv_prog_CC="$CC" # Let the user override the test.
10745else
10746 ac_prog_rejected=no
10747as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10748for as_dir in $PATH
10749do
10750 IFS=$as_save_IFS
10751 test -z "$as_dir" && as_dir=.
10752 for ac_exec_ext in '' $ac_executable_extensions; do
10753 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10754 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10755 ac_prog_rejected=yes
10756 continue
10757 fi
10758 ac_cv_prog_CC="cc"
10759 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10760 break 2
10761 fi
10762done
10763 done
10764IFS=$as_save_IFS
10765
10766if test $ac_prog_rejected = yes; then
10767 # We found a bogon in the path, so make sure we never use it.
10768 set dummy $ac_cv_prog_CC
10769 shift
10770 if test $# != 0; then
10771 # We chose a different compiler from the bogus one.
10772 # However, it has the same basename, so the bogon will be chosen
10773 # first if we set CC to just the basename; use the full file name.
10774 shift
10775 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10776 fi
10777fi
10778fi
10779fi
10780CC=$ac_cv_prog_CC
10781if test -n "$CC"; then
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10783$as_echo "$CC" >&6; }
10784else
10785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10786$as_echo "no" >&6; }
10787fi
10788
10789
10790fi
10791if test -z "$CC"; then
10792 if test -n "$ac_tool_prefix"; then
10793 for ac_prog in cl.exe
10794 do
10795 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10796set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10798$as_echo_n "checking for $ac_word... " >&6; }
10799if test "${ac_cv_prog_CC+set}" = set; then :
10800 $as_echo_n "(cached) " >&6
10801else
10802 if test -n "$CC"; then
10803 ac_cv_prog_CC="$CC" # Let the user override the test.
10804else
10805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10806for as_dir in $PATH
10807do
10808 IFS=$as_save_IFS
10809 test -z "$as_dir" && as_dir=.
10810 for ac_exec_ext in '' $ac_executable_extensions; do
10811 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10812 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10814 break 2
10815 fi
10816done
10817 done
10818IFS=$as_save_IFS
10819
10820fi
10821fi
10822CC=$ac_cv_prog_CC
10823if test -n "$CC"; then
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10825$as_echo "$CC" >&6; }
10826else
10827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10828$as_echo "no" >&6; }
10829fi
10830
10831
10832 test -n "$CC" && break
10833 done
10834fi
10835if test -z "$CC"; then
10836 ac_ct_CC=$CC
10837 for ac_prog in cl.exe
10838do
10839 # Extract the first word of "$ac_prog", so it can be a program name with args.
10840set dummy $ac_prog; ac_word=$2
10841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10842$as_echo_n "checking for $ac_word... " >&6; }
10843if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
10844 $as_echo_n "(cached) " >&6
10845else
10846 if test -n "$ac_ct_CC"; then
10847 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10848else
10849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10850for as_dir in $PATH
10851do
10852 IFS=$as_save_IFS
10853 test -z "$as_dir" && as_dir=.
10854 for ac_exec_ext in '' $ac_executable_extensions; do
10855 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10856 ac_cv_prog_ac_ct_CC="$ac_prog"
10857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10858 break 2
10859 fi
10860done
10861 done
10862IFS=$as_save_IFS
10863
10864fi
10865fi
10866ac_ct_CC=$ac_cv_prog_ac_ct_CC
10867if test -n "$ac_ct_CC"; then
10868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
10869$as_echo "$ac_ct_CC" >&6; }
10870else
10871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10872$as_echo "no" >&6; }
10873fi
10874
10875
10876 test -n "$ac_ct_CC" && break
10877done
10878
10879 if test "x$ac_ct_CC" = x; then
10880 CC=""
10881 else
10882 case $cross_compiling:$ac_tool_warned in
10883yes:)
10884{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10885$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10886ac_tool_warned=yes ;;
10887esac
10888 CC=$ac_ct_CC
10889 fi
10890fi
10891
10892fi
10893
10894
10895test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10896$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10897as_fn_error $? "no acceptable C compiler found in \$PATH
10898See \`config.log' for more details" "$LINENO" 5; }
10899
10900# Provide some information about the compiler.
10901$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
10902set X $ac_compile
10903ac_compiler=$2
10904for ac_option in --version -v -V -qversion; do
10905 { { ac_try="$ac_compiler $ac_option >&5"
10906case "(($ac_try" in
10907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10908 *) ac_try_echo=$ac_try;;
10909esac
10910eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10911$as_echo "$ac_try_echo"; } >&5
10912 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
10913 ac_status=$?
10914 if test -s conftest.err; then
10915 sed '10a\
10916... rest of stderr output deleted ...
10917 10q' conftest.err >conftest.er1
10918 cat conftest.er1 >&5
10919 fi
10920 rm -f conftest.er1 conftest.err
10921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10922 test $ac_status = 0; }
10923done
10924
10925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
10926$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
10927if test "${ac_cv_c_compiler_gnu+set}" = set; then :
10928 $as_echo_n "(cached) " >&6
10929else
10930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10931/* end confdefs.h. */
10932
10933int
10934main ()
10935{
10936#ifndef __GNUC__
10937 choke me
10938#endif
10939
10940 ;
10941 return 0;
10942}
10943_ACEOF
10944if ac_fn_c_try_compile "$LINENO"; then :
10945 ac_compiler_gnu=yes
10946else
10947 ac_compiler_gnu=no
10948fi
10949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10950ac_cv_c_compiler_gnu=$ac_compiler_gnu
10951
10952fi
10953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
10954$as_echo "$ac_cv_c_compiler_gnu" >&6; }
10955if test $ac_compiler_gnu = yes; then
10956 GCC=yes
10957else
10958 GCC=
10959fi
10960ac_test_CFLAGS=${CFLAGS+set}
10961ac_save_CFLAGS=$CFLAGS
10962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
10963$as_echo_n "checking whether $CC accepts -g... " >&6; }
10964if test "${ac_cv_prog_cc_g+set}" = set; then :
10965 $as_echo_n "(cached) " >&6
10966else
10967 ac_save_c_werror_flag=$ac_c_werror_flag
10968 ac_c_werror_flag=yes
10969 ac_cv_prog_cc_g=no
10970 CFLAGS="-g"
10971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10972/* end confdefs.h. */
10973
10974int
10975main ()
10976{
10977
10978 ;
10979 return 0;
10980}
10981_ACEOF
10982if ac_fn_c_try_compile "$LINENO"; then :
10983 ac_cv_prog_cc_g=yes
10984else
10985 CFLAGS=""
10986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10987/* end confdefs.h. */
10988
10989int
10990main ()
10991{
10992
10993 ;
10994 return 0;
10995}
10996_ACEOF
10997if ac_fn_c_try_compile "$LINENO"; then :
10998
10999else
11000 ac_c_werror_flag=$ac_save_c_werror_flag
11001 CFLAGS="-g"
11002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11003/* end confdefs.h. */
11004
11005int
11006main ()
11007{
11008
11009 ;
11010 return 0;
11011}
11012_ACEOF
11013if ac_fn_c_try_compile "$LINENO"; then :
11014 ac_cv_prog_cc_g=yes
11015fi
11016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11017fi
11018rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11019fi
11020rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11021 ac_c_werror_flag=$ac_save_c_werror_flag
11022fi
11023{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
11024$as_echo "$ac_cv_prog_cc_g" >&6; }
11025if test "$ac_test_CFLAGS" = set; then
11026 CFLAGS=$ac_save_CFLAGS
11027elif test $ac_cv_prog_cc_g = yes; then
11028 if test "$GCC" = yes; then
11029 CFLAGS="-g -O2"
11030 else
11031 CFLAGS="-g"
11032 fi
11033else
11034 if test "$GCC" = yes; then
11035 CFLAGS="-O2"
11036 else
11037 CFLAGS=
11038 fi
11039fi
11040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
11041$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
11042if test "${ac_cv_prog_cc_c89+set}" = set; then :
11043 $as_echo_n "(cached) " >&6
11044else
11045 ac_cv_prog_cc_c89=no
11046ac_save_CC=$CC
11047cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11048/* end confdefs.h. */
11049#include <stdarg.h>
11050#include <stdio.h>
11051#include <sys/types.h>
11052#include <sys/stat.h>
11053/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11054struct buf { int x; };
11055FILE * (*rcsopen) (struct buf *, struct stat *, int);
11056static char *e (p, i)
11057 char **p;
11058 int i;
11059{
11060 return p[i];
11061}
11062static char *f (char * (*g) (char **, int), char **p, ...)
11063{
11064 char *s;
11065 va_list v;
11066 va_start (v,p);
11067 s = g (p, va_arg (v,int));
11068 va_end (v);
11069 return s;
11070}
11071
11072/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11073 function prototypes and stuff, but not '\xHH' hex character constants.
11074 These don't provoke an error unfortunately, instead are silently treated
11075 as 'x'. The following induces an error, until -std is added to get
11076 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11077 array size at least. It's necessary to write '\x00'==0 to get something
11078 that's true only with -std. */
11079int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11080
11081/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
11082 inside strings and character constants. */
11083#define FOO(x) 'x'
11084int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
11085
11086int test (int i, double x);
11087struct s1 {int (*f) (int a);};
11088struct s2 {int (*f) (double a);};
11089int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11090int argc;
11091char **argv;
11092int
11093main ()
11094{
11095return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11096 ;
11097 return 0;
11098}
11099_ACEOF
11100for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
11101 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11102do
11103 CC="$ac_save_CC $ac_arg"
11104 if ac_fn_c_try_compile "$LINENO"; then :
11105 ac_cv_prog_cc_c89=$ac_arg
11106fi
11107rm -f core conftest.err conftest.$ac_objext
11108 test "x$ac_cv_prog_cc_c89" != "xno" && break
11109done
11110rm -f conftest.$ac_ext
11111CC=$ac_save_CC
11112
11113fi
11114# AC_CACHE_VAL
11115case "x$ac_cv_prog_cc_c89" in
11116 x)
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
11118$as_echo "none needed" >&6; } ;;
11119 xno)
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
11121$as_echo "unsupported" >&6; } ;;
11122 *)
11123 CC="$CC $ac_cv_prog_cc_c89"
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
11125$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
11126esac
11127if test "x$ac_cv_prog_cc_c89" != xno; then :
11128
11129fi
11130
11131ac_ext=c
11132ac_cpp='$CPP $CPPFLAGS'
11133ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11134ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11135ac_compiler_gnu=$ac_cv_c_compiler_gnu
11136
11137depcc="$CC" am_compiler_list=
11138
11139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
11140$as_echo_n "checking dependency style of $depcc... " >&6; }
11141if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
11142 $as_echo_n "(cached) " >&6
11143else
11144 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11145 # We make a subdir and do the tests there. Otherwise we can end up
11146 # making bogus files that we don't know about and never remove. For
11147 # instance it was reported that on HP-UX the gcc test will end up
11148 # making a dummy file named `D' -- because `-MD' means `put the output
11149 # in D'.
11150 mkdir conftest.dir
11151 # Copy depcomp to subdir because otherwise we won't find it if we're
11152 # using a relative directory.
11153 cp "$am_depcomp" conftest.dir
11154 cd conftest.dir
11155 # We will build objects and dependencies in a subdirectory because
11156 # it helps to detect inapplicable dependency modes. For instance
11157 # both Tru64's cc and ICC support -MD to output dependencies as a
11158 # side effect of compilation, but ICC will put the dependencies in
11159 # the current directory while Tru64 will put them in the object
11160 # directory.
11161 mkdir sub
11162
11163 am_cv_CC_dependencies_compiler_type=none
11164 if test "$am_compiler_list" = ""; then
11165 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11166 fi
11167 am__universal=false
11168 case " $depcc " in #(
11169 *\ -arch\ *\ -arch\ *) am__universal=true ;;
11170 esac
11171
11172 for depmode in $am_compiler_list; do
11173 # Setup a source with many dependencies, because some compilers
11174 # like to wrap large dependency lists on column 80 (with \), and
11175 # we should not choose a depcomp mode which is confused by this.
11176 #
11177 # We need to recreate these files for each test, as the compiler may
11178 # overwrite some of them when testing with obscure command lines.
11179 # This happens at least with the AIX C compiler.
11180 : > sub/conftest.c
11181 for i in 1 2 3 4 5 6; do
11182 echo '#include "conftst'$i'.h"' >> sub/conftest.c
11183 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11184 # Solaris 8's {/usr,}/bin/sh.
11185 touch sub/conftst$i.h
11186 done
11187 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11188
11189 # We check with `-c' and `-o' for the sake of the "dashmstdout"
11190 # mode. It turns out that the SunPro C++ compiler does not properly
11191 # handle `-M -o', and we need to detect this. Also, some Intel
11192 # versions had trouble with output in subdirs
11193 am__obj=sub/conftest.${OBJEXT-o}
11194 am__minus_obj="-o $am__obj"
11195 case $depmode in
11196 gcc)
11197 # This depmode causes a compiler race in universal mode.
11198 test "$am__universal" = false || continue
11199 ;;
11200 nosideeffect)
11201 # after this tag, mechanisms are not by side-effect, so they'll
11202 # only be used when explicitly requested
11203 if test "x$enable_dependency_tracking" = xyes; then
11204 continue
11205 else
11206 break
11207 fi
11208 ;;
11209 msvisualcpp | msvcmsys)
11210 # This compiler won't grok `-c -o', but also, the minuso test has
11211 # not run yet. These depmodes are late enough in the game, and
11212 # so weak that their functioning should not be impacted.
11213 am__obj=conftest.${OBJEXT-o}
11214 am__minus_obj=
11215 ;;
11216 none) break ;;
11217 esac
11218 if depmode=$depmode \
11219 source=sub/conftest.c object=$am__obj \
11220 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11221 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11222 >/dev/null 2>conftest.err &&
11223 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11224 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11225 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11226 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11227 # icc doesn't choke on unknown options, it will just issue warnings
11228 # or remarks (even with -Werror). So we grep stderr for any message
11229 # that says an option was ignored or not supported.
11230 # When given -MP, icc 7.0 and 7.1 complain thusly:
11231 # icc: Command line warning: ignoring option '-M'; no argument required
11232 # The diagnosis changed in icc 8.0:
11233 # icc: Command line remark: option '-MP' not supported
11234 if (grep 'ignoring option' conftest.err ||
11235 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11236 am_cv_CC_dependencies_compiler_type=$depmode
11237 break
11238 fi
11239 fi
11240 done
11241
11242 cd ..
11243 rm -rf conftest.dir
11244else
11245 am_cv_CC_dependencies_compiler_type=none
11246fi
11247
11248fi
11249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
11250$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
11251CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
11252
11253 if
11254 test "x$enable_dependency_tracking" != xno \
11255 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
11256 am__fastdepCC_TRUE=
11257 am__fastdepCC_FALSE='#'
11258else
11259 am__fastdepCC_TRUE='#'
11260 am__fastdepCC_FALSE=
11261fi
11262
11263
11264
11265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
11266$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
11267set x ${MAKE-make}
11268ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
11269if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
11270 $as_echo_n "(cached) " >&6
11271else
11272 cat >conftest.make <<\_ACEOF
11273SHELL = /bin/sh
11274all:
11275 @echo '@@@%%%=$(MAKE)=@@@%%%'
11276_ACEOF
11277# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
11278case `${MAKE-make} -f conftest.make 2>/dev/null` in
11279 *@@@%%%=?*=@@@%%%*)
11280 eval ac_cv_prog_make_${ac_make}_set=yes;;
11281 *)
11282 eval ac_cv_prog_make_${ac_make}_set=no;;
11283esac
11284rm -f conftest.make
11285fi
11286if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11288$as_echo "yes" >&6; }
11289 SET_MAKE=
11290else
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11292$as_echo "no" >&6; }
11293 SET_MAKE="MAKE=${MAKE-make}"
11294fi
11295
11296
11297
11298
11299# Check whether --enable-openssl was given.
11300if test "${enable_openssl+set}" = set; then :
11301 enableval=$enable_openssl; openssl=yes
11302
11303fi
11304
11305
11306if test "x$openssl" = "xyes" ; then
11307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_library_init in -lssl" >&5
11308$as_echo_n "checking for SSL_library_init in -lssl... " >&6; }
11309if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then :
11310 $as_echo_n "(cached) " >&6
11311else
11312 ac_check_lib_save_LIBS=$LIBS
11313LIBS="-lssl $LIBS"
11314cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11315/* end confdefs.h. */
11316
11317/* Override any GCC internal prototype to avoid an error.
11318 Use char because int might match the return type of a GCC
11319 builtin and then its argument prototype would still apply. */
11320#ifdef __cplusplus
11321extern "C"
11322#endif
11323char SSL_library_init ();
11324int
11325main ()
11326{
11327return SSL_library_init ();
11328 ;
11329 return 0;
11330}
11331_ACEOF
11332if ac_fn_c_try_link "$LINENO"; then :
11333 ac_cv_lib_ssl_SSL_library_init=yes
11334else
11335 ac_cv_lib_ssl_SSL_library_init=no
11336fi
11337rm -f core conftest.err conftest.$ac_objext \
11338 conftest$ac_exeext conftest.$ac_ext
11339LIBS=$ac_check_lib_save_LIBS
11340fi
11341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_library_init" >&5
11342$as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; }
11343if test "x$ac_cv_lib_ssl_SSL_library_init" = x""yes; then :
11344 cat >>confdefs.h <<_ACEOF
11345#define HAVE_LIBSSL 1
11346_ACEOF
11347
11348 LIBS="-lssl $LIBS"
11349
11350fi
11351
11352CFLAGS="$CFLAGS -DLWS_OPENSSL_SUPPORT"
11353fi
11354
11355
11356
11357# Checks for header files.
11358for ac_header in fcntl.h netinet/in.h stdlib.h string.h sys/socket.h unistd.h
11359do :
11360 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11361ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11362if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11363 cat >>confdefs.h <<_ACEOF
11364#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11365_ACEOF
11366
11367fi
11368
11369done
11370
11371
11372# Checks for typedefs, structures, and compiler characteristics.
11373ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11374if test "x$ac_cv_type_size_t" = x""yes; then :
11375
11376else
11377
11378cat >>confdefs.h <<_ACEOF
11379#define size_t unsigned int
11380_ACEOF
11381
11382fi
11383
11384
11385# Checks for library functions.
11386ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
11387if test "x$ac_cv_type_pid_t" = x""yes; then :
11388
11389else
11390
11391cat >>confdefs.h <<_ACEOF
11392#define pid_t int
11393_ACEOF
11394
11395fi
11396
11397for ac_header in vfork.h
11398do :
11399 ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default"
11400if test "x$ac_cv_header_vfork_h" = x""yes; then :
11401 cat >>confdefs.h <<_ACEOF
11402#define HAVE_VFORK_H 1
11403_ACEOF
11404
11405fi
11406
11407done
11408
11409for ac_func in fork vfork
11410do :
11411 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11412ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11413if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
11414 cat >>confdefs.h <<_ACEOF
11415#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11416_ACEOF
11417
11418fi
11419done
11420
11421if test "x$ac_cv_func_fork" = xyes; then
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5
11423$as_echo_n "checking for working fork... " >&6; }
11424if test "${ac_cv_func_fork_works+set}" = set; then :
11425 $as_echo_n "(cached) " >&6
11426else
11427 if test "$cross_compiling" = yes; then :
11428 ac_cv_func_fork_works=cross
11429else
11430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11431/* end confdefs.h. */
11432$ac_includes_default
11433int
11434main ()
11435{
11436
11437 /* By Ruediger Kuhlmann. */
11438 return fork () < 0;
11439
11440 ;
11441 return 0;
11442}
11443_ACEOF
11444if ac_fn_c_try_run "$LINENO"; then :
11445 ac_cv_func_fork_works=yes
11446else
11447 ac_cv_func_fork_works=no
11448fi
11449rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11450 conftest.$ac_objext conftest.beam conftest.$ac_ext
11451fi
11452
11453fi
11454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5
11455$as_echo "$ac_cv_func_fork_works" >&6; }
11456
11457else
11458 ac_cv_func_fork_works=$ac_cv_func_fork
11459fi
11460if test "x$ac_cv_func_fork_works" = xcross; then
11461 case $host in
11462 *-*-amigaos* | *-*-msdosdjgpp*)
11463 # Override, as these systems have only a dummy fork() stub
11464 ac_cv_func_fork_works=no
11465 ;;
11466 *)
11467 ac_cv_func_fork_works=yes
11468 ;;
11469 esac
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
11471$as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
11472fi
11473ac_cv_func_vfork_works=$ac_cv_func_vfork
11474if test "x$ac_cv_func_vfork" = xyes; then
11475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5
11476$as_echo_n "checking for working vfork... " >&6; }
11477if test "${ac_cv_func_vfork_works+set}" = set; then :
11478 $as_echo_n "(cached) " >&6
11479else
11480 if test "$cross_compiling" = yes; then :
11481 ac_cv_func_vfork_works=cross
11482else
11483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11484/* end confdefs.h. */
11485/* Thanks to Paul Eggert for this test. */
11486$ac_includes_default
11487#include <sys/wait.h>
11488#ifdef HAVE_VFORK_H
11489# include <vfork.h>
11490#endif
11491/* On some sparc systems, changes by the child to local and incoming
11492 argument registers are propagated back to the parent. The compiler
11493 is told about this with #include <vfork.h>, but some compilers
11494 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
11495 static variable whose address is put into a register that is
11496 clobbered by the vfork. */
11497static void
11498#ifdef __cplusplus
11499sparc_address_test (int arg)
11500# else
11501sparc_address_test (arg) int arg;
11502#endif
11503{
11504 static pid_t child;
11505 if (!child) {
11506 child = vfork ();
11507 if (child < 0) {
11508 perror ("vfork");
11509 _exit(2);
11510 }
11511 if (!child) {
11512 arg = getpid();
11513 write(-1, "", 0);
11514 _exit (arg);
11515 }
11516 }
11517}
11518
11519int
11520main ()
11521{
11522 pid_t parent = getpid ();
11523 pid_t child;
11524
11525 sparc_address_test (0);
11526
11527 child = vfork ();
11528
11529 if (child == 0) {
11530 /* Here is another test for sparc vfork register problems. This
11531 test uses lots of local variables, at least as many local
11532 variables as main has allocated so far including compiler
11533 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
11534 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
11535 reuse the register of parent for one of the local variables,
11536 since it will think that parent can't possibly be used any more
11537 in this routine. Assigning to the local variable will thus
11538 munge parent in the parent process. */
11539 pid_t
11540 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
11541 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
11542 /* Convince the compiler that p..p7 are live; otherwise, it might
11543 use the same hardware register for all 8 local variables. */
11544 if (p != p1 || p != p2 || p != p3 || p != p4
11545 || p != p5 || p != p6 || p != p7)
11546 _exit(1);
11547
11548 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
11549 from child file descriptors. If the child closes a descriptor
11550 before it execs or exits, this munges the parent's descriptor
11551 as well. Test for this by closing stdout in the child. */
11552 _exit(close(fileno(stdout)) != 0);
11553 } else {
11554 int status;
11555 struct stat st;
11556
11557 while (wait(&status) != child)
11558 ;
11559 return (
11560 /* Was there some problem with vforking? */
11561 child < 0
11562
11563 /* Did the child fail? (This shouldn't happen.) */
11564 || status
11565
11566 /* Did the vfork/compiler bug occur? */
11567 || parent != getpid()
11568
11569 /* Did the file descriptor bug occur? */
11570 || fstat(fileno(stdout), &st) != 0
11571 );
11572 }
11573}
11574_ACEOF
11575if ac_fn_c_try_run "$LINENO"; then :
11576 ac_cv_func_vfork_works=yes
11577else
11578 ac_cv_func_vfork_works=no
11579fi
11580rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11581 conftest.$ac_objext conftest.beam conftest.$ac_ext
11582fi
11583
11584fi
11585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5
11586$as_echo "$ac_cv_func_vfork_works" >&6; }
11587
11588fi;
11589if test "x$ac_cv_func_fork_works" = xcross; then
11590 ac_cv_func_vfork_works=$ac_cv_func_vfork
11591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
11592$as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
11593fi
11594
11595if test "x$ac_cv_func_vfork_works" = xyes; then
11596
11597$as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h
11598
11599else
11600
11601$as_echo "#define vfork fork" >>confdefs.h
11602
11603fi
11604if test "x$ac_cv_func_fork_works" = xyes; then
11605
11606$as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h
11607
11608fi
11609
11610for ac_header in stdlib.h
11611do :
11612 ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
11613if test "x$ac_cv_header_stdlib_h" = x""yes; then :
11614 cat >>confdefs.h <<_ACEOF
11615#define HAVE_STDLIB_H 1
11616_ACEOF
11617
11618fi
11619
11620done
11621
11622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
11623$as_echo_n "checking for GNU libc compatible malloc... " >&6; }
11624if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then :
11625 $as_echo_n "(cached) " >&6
11626else
11627 if test "$cross_compiling" = yes; then :
11628 ac_cv_func_malloc_0_nonnull=no
11629else
11630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11631/* end confdefs.h. */
11632#if defined STDC_HEADERS || defined HAVE_STDLIB_H
11633# include <stdlib.h>
11634#else
11635char *malloc ();
11636#endif
11637
11638int
11639main ()
11640{
11641return ! malloc (0);
11642 ;
11643 return 0;
11644}
11645_ACEOF
11646if ac_fn_c_try_run "$LINENO"; then :
11647 ac_cv_func_malloc_0_nonnull=yes
11648else
11649 ac_cv_func_malloc_0_nonnull=no
11650fi
11651rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11652 conftest.$ac_objext conftest.beam conftest.$ac_ext
11653fi
11654
11655fi
11656{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
11657$as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
11658if test $ac_cv_func_malloc_0_nonnull = yes; then :
11659
11660$as_echo "#define HAVE_MALLOC 1" >>confdefs.h
11661
11662else
11663 $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
11664
11665 case " $LIBOBJS " in
11666 *" malloc.$ac_objext "* ) ;;
11667 *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
11668 ;;
11669esac
11670
11671
11672$as_echo "#define malloc rpl_malloc" >>confdefs.h
11673
11674fi
11675
11676
11677for ac_header in stdlib.h
11678do :
11679 ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
11680if test "x$ac_cv_header_stdlib_h" = x""yes; then :
11681 cat >>confdefs.h <<_ACEOF
11682#define HAVE_STDLIB_H 1
11683_ACEOF
11684
11685fi
11686
11687done
11688
11689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5
11690$as_echo_n "checking for GNU libc compatible realloc... " >&6; }
11691if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then :
11692 $as_echo_n "(cached) " >&6
11693else
11694 if test "$cross_compiling" = yes; then :
11695 ac_cv_func_realloc_0_nonnull=no
11696else
11697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11698/* end confdefs.h. */
11699#if defined STDC_HEADERS || defined HAVE_STDLIB_H
11700# include <stdlib.h>
11701#else
11702char *realloc ();
11703#endif
11704
11705int
11706main ()
11707{
11708return ! realloc (0, 0);
11709 ;
11710 return 0;
11711}
11712_ACEOF
11713if ac_fn_c_try_run "$LINENO"; then :
11714 ac_cv_func_realloc_0_nonnull=yes
11715else
11716 ac_cv_func_realloc_0_nonnull=no
11717fi
11718rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11719 conftest.$ac_objext conftest.beam conftest.$ac_ext
11720fi
11721
11722fi
11723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_realloc_0_nonnull" >&5
11724$as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
11725if test $ac_cv_func_realloc_0_nonnull = yes; then :
11726
11727$as_echo "#define HAVE_REALLOC 1" >>confdefs.h
11728
11729else
11730 $as_echo "#define HAVE_REALLOC 0" >>confdefs.h
11731
11732 case " $LIBOBJS " in
11733 *" realloc.$ac_objext "* ) ;;
11734 *) LIBOBJS="$LIBOBJS realloc.$ac_objext"
11735 ;;
11736esac
11737
11738
11739$as_echo "#define realloc rpl_realloc" >>confdefs.h
11740
11741fi
11742
11743
11744for ac_func in bzero memset socket strerror
11745do :
11746 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11747ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11748if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
11749 cat >>confdefs.h <<_ACEOF
11750#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11751_ACEOF
11752
11753fi
11754done
11755
11756
11757ac_config_files="$ac_config_files Makefile lib/Makefile test-server/Makefile"
11758
11759
11760cat >confcache <<\_ACEOF
11761# This file is a shell script that caches the results of configure
11762# tests run on this system so they can be shared between configure
11763# scripts and configure runs, see configure's option --config-cache.
11764# It is not useful on other systems. If it contains results you don't
11765# want to keep, you may remove or edit it.
11766#
11767# config.status only pays attention to the cache file if you give it
11768# the --recheck option to rerun configure.
11769#
11770# `ac_cv_env_foo' variables (set or unset) will be overridden when
11771# loading this file, other *unset* `ac_cv_foo' will be assigned the
11772# following values.
11773
11774_ACEOF
11775
11776# The following way of writing the cache mishandles newlines in values,
11777# but we know of no workaround that is simple, portable, and efficient.
11778# So, we kill variables containing newlines.
11779# Ultrix sh set writes to stderr and can't be redirected directly,
11780# and sets the high bit in the cache file unless we assign to the vars.
11781(
11782 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11783 eval ac_val=\$$ac_var
11784 case $ac_val in #(
11785 *${as_nl}*)
11786 case $ac_var in #(
11787 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11788$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11789 esac
11790 case $ac_var in #(
11791 _ | IFS | as_nl) ;; #(
11792 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11793 *) { eval $ac_var=; unset $ac_var;} ;;
11794 esac ;;
11795 esac
11796 done
11797
11798 (set) 2>&1 |
11799 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11800 *${as_nl}ac_space=\ *)
11801 # `set' does not quote correctly, so add quotes: double-quote
11802 # substitution turns \\\\ into \\, and sed turns \\ into \.
11803 sed -n \
11804 "s/'/'\\\\''/g;
11805 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11806 ;; #(
11807 *)
11808 # `set' quotes correctly as required by POSIX, so do not add quotes.
11809 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11810 ;;
11811 esac |
11812 sort
11813) |
11814 sed '
11815 /^ac_cv_env_/b end
11816 t clear
11817 :clear
11818 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11819 t end
11820 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11821 :end' >>confcache
11822if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11823 if test -w "$cache_file"; then
11824 test "x$cache_file" != "x/dev/null" &&
11825 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11826$as_echo "$as_me: updating cache $cache_file" >&6;}
11827 cat confcache >$cache_file
11828 else
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11830$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11831 fi
11832fi
11833rm -f confcache
11834
11835test "x$prefix" = xNONE && prefix=$ac_default_prefix
11836# Let make expand exec_prefix.
11837test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11838
11839DEFS=-DHAVE_CONFIG_H
11840
11841ac_libobjs=
11842ac_ltlibobjs=
11843U=
11844for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11845 # 1. Remove the extension, and $U if already installed.
11846 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11847 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11848 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11849 # will be set to the directory where LIBOBJS objects are built.
11850 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11851 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11852done
11853LIBOBJS=$ac_libobjs
11854
11855LTLIBOBJS=$ac_ltlibobjs
11856
11857
11858 if test -n "$EXEEXT"; then
11859 am__EXEEXT_TRUE=
11860 am__EXEEXT_FALSE='#'
11861else
11862 am__EXEEXT_TRUE='#'
11863 am__EXEEXT_FALSE=
11864fi
11865
11866if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11867 as_fn_error $? "conditional \"AMDEP\" was never defined.
11868Usually this means the macro was only invoked conditionally." "$LINENO" 5
11869fi
11870if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11871 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11872Usually this means the macro was only invoked conditionally." "$LINENO" 5
11873fi
11874if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11875 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11876Usually this means the macro was only invoked conditionally." "$LINENO" 5
11877fi
11878
11879: ${CONFIG_STATUS=./config.status}
11880ac_write_fail=0
11881ac_clean_files_save=$ac_clean_files
11882ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11883{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11884$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11885as_write_fail=0
11886cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11887#! $SHELL
11888# Generated by $as_me.
11889# Run this file to recreate the current configuration.
11890# Compiler output produced by configure, useful for debugging
11891# configure, is in config.log if it exists.
11892
11893debug=false
11894ac_cs_recheck=false
11895ac_cs_silent=false
11896
11897SHELL=\${CONFIG_SHELL-$SHELL}
11898export SHELL
11899_ASEOF
11900cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11901## -------------------- ##
11902## M4sh Initialization. ##
11903## -------------------- ##
11904
11905# Be more Bourne compatible
11906DUALCASE=1; export DUALCASE # for MKS sh
11907if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11908 emulate sh
11909 NULLCMD=:
11910 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11911 # is contrary to our usage. Disable this feature.
11912 alias -g '${1+"$@"}'='"$@"'
11913 setopt NO_GLOB_SUBST
11914else
11915 case `(set -o) 2>/dev/null` in #(
11916 *posix*) :
11917 set -o posix ;; #(
11918 *) :
11919 ;;
11920esac
11921fi
11922
11923
11924as_nl='
11925'
11926export as_nl
11927# Printing a long string crashes Solaris 7 /usr/bin/printf.
11928as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11929as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11930as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11931# Prefer a ksh shell builtin over an external printf program on Solaris,
11932# but without wasting forks for bash or zsh.
11933if test -z "$BASH_VERSION$ZSH_VERSION" \
11934 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11935 as_echo='print -r --'
11936 as_echo_n='print -rn --'
11937elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11938 as_echo='printf %s\n'
11939 as_echo_n='printf %s'
11940else
11941 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11942 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11943 as_echo_n='/usr/ucb/echo -n'
11944 else
11945 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11946 as_echo_n_body='eval
11947 arg=$1;
11948 case $arg in #(
11949 *"$as_nl"*)
11950 expr "X$arg" : "X\\(.*\\)$as_nl";
11951 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11952 esac;
11953 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11954 '
11955 export as_echo_n_body
11956 as_echo_n='sh -c $as_echo_n_body as_echo'
11957 fi
11958 export as_echo_body
11959 as_echo='sh -c $as_echo_body as_echo'
11960fi
11961
11962# The user is always right.
11963if test "${PATH_SEPARATOR+set}" != set; then
11964 PATH_SEPARATOR=:
11965 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11966 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11967 PATH_SEPARATOR=';'
11968 }
11969fi
11970
11971
11972# IFS
11973# We need space, tab and new line, in precisely that order. Quoting is
11974# there to prevent editors from complaining about space-tab.
11975# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11976# splitting by setting IFS to empty value.)
11977IFS=" "" $as_nl"
11978
11979# Find who we are. Look in the path if we contain no directory separator.
11980case $0 in #((
11981 *[\\/]* ) as_myself=$0 ;;
11982 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11983for as_dir in $PATH
11984do
11985 IFS=$as_save_IFS
11986 test -z "$as_dir" && as_dir=.
11987 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11988 done
11989IFS=$as_save_IFS
11990
11991 ;;
11992esac
11993# We did not find ourselves, most probably we were run as `sh COMMAND'
11994# in which case we are not to be found in the path.
11995if test "x$as_myself" = x; then
11996 as_myself=$0
11997fi
11998if test ! -f "$as_myself"; then
11999 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12000 exit 1
12001fi
12002
12003# Unset variables that we do not need and which cause bugs (e.g. in
12004# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12005# suppresses any "Segmentation fault" message there. '((' could
12006# trigger a bug in pdksh 5.2.14.
12007for as_var in BASH_ENV ENV MAIL MAILPATH
12008do eval test x\${$as_var+set} = xset \
12009 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12010done
12011PS1='$ '
12012PS2='> '
12013PS4='+ '
12014
12015# NLS nuisances.
12016LC_ALL=C
12017export LC_ALL
12018LANGUAGE=C
12019export LANGUAGE
12020
12021# CDPATH.
12022(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12023
12024
12025# as_fn_error STATUS ERROR [LINENO LOG_FD]
12026# ----------------------------------------
12027# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12028# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12029# script with STATUS, using 1 if that was 0.
12030as_fn_error ()
12031{
12032 as_status=$1; test $as_status -eq 0 && as_status=1
12033 if test "$4"; then
12034 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12035 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12036 fi
12037 $as_echo "$as_me: error: $2" >&2
12038 as_fn_exit $as_status
12039} # as_fn_error
12040
12041
12042# as_fn_set_status STATUS
12043# -----------------------
12044# Set $? to STATUS, without forking.
12045as_fn_set_status ()
12046{
12047 return $1
12048} # as_fn_set_status
12049
12050# as_fn_exit STATUS
12051# -----------------
12052# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12053as_fn_exit ()
12054{
12055 set +e
12056 as_fn_set_status $1
12057 exit $1
12058} # as_fn_exit
12059
12060# as_fn_unset VAR
12061# ---------------
12062# Portably unset VAR.
12063as_fn_unset ()
12064{
12065 { eval $1=; unset $1;}
12066}
12067as_unset=as_fn_unset
12068# as_fn_append VAR VALUE
12069# ----------------------
12070# Append the text in VALUE to the end of the definition contained in VAR. Take
12071# advantage of any shell optimizations that allow amortized linear growth over
12072# repeated appends, instead of the typical quadratic growth present in naive
12073# implementations.
12074if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12075 eval 'as_fn_append ()
12076 {
12077 eval $1+=\$2
12078 }'
12079else
12080 as_fn_append ()
12081 {
12082 eval $1=\$$1\$2
12083 }
12084fi # as_fn_append
12085
12086# as_fn_arith ARG...
12087# ------------------
12088# Perform arithmetic evaluation on the ARGs, and store the result in the
12089# global $as_val. Take advantage of shells that can avoid forks. The arguments
12090# must be portable across $(()) and expr.
12091if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12092 eval 'as_fn_arith ()
12093 {
12094 as_val=$(( $* ))
12095 }'
12096else
12097 as_fn_arith ()
12098 {
12099 as_val=`expr "$@" || test $? -eq 1`
12100 }
12101fi # as_fn_arith
12102
12103
12104if expr a : '\(a\)' >/dev/null 2>&1 &&
12105 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12106 as_expr=expr
12107else
12108 as_expr=false
12109fi
12110
12111if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12112 as_basename=basename
12113else
12114 as_basename=false
12115fi
12116
12117if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12118 as_dirname=dirname
12119else
12120 as_dirname=false
12121fi
12122
12123as_me=`$as_basename -- "$0" ||
12124$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12125 X"$0" : 'X\(//\)$' \| \
12126 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12127$as_echo X/"$0" |
12128 sed '/^.*\/\([^/][^/]*\)\/*$/{
12129 s//\1/
12130 q
12131 }
12132 /^X\/\(\/\/\)$/{
12133 s//\1/
12134 q
12135 }
12136 /^X\/\(\/\).*/{
12137 s//\1/
12138 q
12139 }
12140 s/.*/./; q'`
12141
12142# Avoid depending upon Character Ranges.
12143as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12144as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12145as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12146as_cr_digits='0123456789'
12147as_cr_alnum=$as_cr_Letters$as_cr_digits
12148
12149ECHO_C= ECHO_N= ECHO_T=
12150case `echo -n x` in #(((((
12151-n*)
12152 case `echo 'xy\c'` in
12153 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12154 xy) ECHO_C='\c';;
12155 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12156 ECHO_T=' ';;
12157 esac;;
12158*)
12159 ECHO_N='-n';;
12160esac
12161
12162rm -f conf$$ conf$$.exe conf$$.file
12163if test -d conf$$.dir; then
12164 rm -f conf$$.dir/conf$$.file
12165else
12166 rm -f conf$$.dir
12167 mkdir conf$$.dir 2>/dev/null
12168fi
12169if (echo >conf$$.file) 2>/dev/null; then
12170 if ln -s conf$$.file conf$$ 2>/dev/null; then
12171 as_ln_s='ln -s'
12172 # ... but there are two gotchas:
12173 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12174 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12175 # In both cases, we have to default to `cp -p'.
12176 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12177 as_ln_s='cp -p'
12178 elif ln conf$$.file conf$$ 2>/dev/null; then
12179 as_ln_s=ln
12180 else
12181 as_ln_s='cp -p'
12182 fi
12183else
12184 as_ln_s='cp -p'
12185fi
12186rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12187rmdir conf$$.dir 2>/dev/null
12188
12189
12190# as_fn_mkdir_p
12191# -------------
12192# Create "$as_dir" as a directory, including parents if necessary.
12193as_fn_mkdir_p ()
12194{
12195
12196 case $as_dir in #(
12197 -*) as_dir=./$as_dir;;
12198 esac
12199 test -d "$as_dir" || eval $as_mkdir_p || {
12200 as_dirs=
12201 while :; do
12202 case $as_dir in #(
12203 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12204 *) as_qdir=$as_dir;;
12205 esac
12206 as_dirs="'$as_qdir' $as_dirs"
12207 as_dir=`$as_dirname -- "$as_dir" ||
12208$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12209 X"$as_dir" : 'X\(//\)[^/]' \| \
12210 X"$as_dir" : 'X\(//\)$' \| \
12211 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12212$as_echo X"$as_dir" |
12213 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12214 s//\1/
12215 q
12216 }
12217 /^X\(\/\/\)[^/].*/{
12218 s//\1/
12219 q
12220 }
12221 /^X\(\/\/\)$/{
12222 s//\1/
12223 q
12224 }
12225 /^X\(\/\).*/{
12226 s//\1/
12227 q
12228 }
12229 s/.*/./; q'`
12230 test -d "$as_dir" && break
12231 done
12232 test -z "$as_dirs" || eval "mkdir $as_dirs"
12233 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12234
12235
12236} # as_fn_mkdir_p
12237if mkdir -p . 2>/dev/null; then
12238 as_mkdir_p='mkdir -p "$as_dir"'
12239else
12240 test -d ./-p && rmdir ./-p
12241 as_mkdir_p=false
12242fi
12243
12244if test -x / >/dev/null 2>&1; then
12245 as_test_x='test -x'
12246else
12247 if ls -dL / >/dev/null 2>&1; then
12248 as_ls_L_option=L
12249 else
12250 as_ls_L_option=
12251 fi
12252 as_test_x='
12253 eval sh -c '\''
12254 if test -d "$1"; then
12255 test -d "$1/.";
12256 else
12257 case $1 in #(
12258 -*)set "./$1";;
12259 esac;
12260 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12261 ???[sx]*):;;*)false;;esac;fi
12262 '\'' sh
12263 '
12264fi
12265as_executable_p=$as_test_x
12266
12267# Sed expression to map a string onto a valid CPP name.
12268as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12269
12270# Sed expression to map a string onto a valid variable name.
12271as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12272
12273
12274exec 6>&1
12275## ----------------------------------- ##
12276## Main body of $CONFIG_STATUS script. ##
12277## ----------------------------------- ##
12278_ASEOF
12279test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12280
12281cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12282# Save the log message, to keep $0 and so on meaningful, and to
12283# report actual input values of CONFIG_FILES etc. instead of their
12284# values after options handling.
12285ac_log="
12286This file was extended by libwebsockets $as_me 0.1, which was
12287generated by GNU Autoconf 2.66. Invocation command line was
12288
12289 CONFIG_FILES = $CONFIG_FILES
12290 CONFIG_HEADERS = $CONFIG_HEADERS
12291 CONFIG_LINKS = $CONFIG_LINKS
12292 CONFIG_COMMANDS = $CONFIG_COMMANDS
12293 $ $0 $@
12294
12295on `(hostname || uname -n) 2>/dev/null | sed 1q`
12296"
12297
12298_ACEOF
12299
12300case $ac_config_files in *"
12301"*) set x $ac_config_files; shift; ac_config_files=$*;;
12302esac
12303
12304case $ac_config_headers in *"
12305"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12306esac
12307
12308
12309cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12310# Files that config.status was made for.
12311config_files="$ac_config_files"
12312config_headers="$ac_config_headers"
12313config_commands="$ac_config_commands"
12314
12315_ACEOF
12316
12317cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12318ac_cs_usage="\
12319\`$as_me' instantiates files and other configuration actions
12320from templates according to the current configuration. Unless the files
12321and actions are specified as TAGs, all are instantiated by default.
12322
12323Usage: $0 [OPTION]... [TAG]...
12324
12325 -h, --help print this help, then exit
12326 -V, --version print version number and configuration settings, then exit
12327 --config print configuration, then exit
12328 -q, --quiet, --silent
12329 do not print progress messages
12330 -d, --debug don't remove temporary files
12331 --recheck update $as_me by reconfiguring in the same conditions
12332 --file=FILE[:TEMPLATE]
12333 instantiate the configuration file FILE
12334 --header=FILE[:TEMPLATE]
12335 instantiate the configuration header FILE
12336
12337Configuration files:
12338$config_files
12339
12340Configuration headers:
12341$config_headers
12342
12343Configuration commands:
12344$config_commands
12345
12346Report bugs to <andy@warmcat.com>."
12347
12348_ACEOF
12349cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12350ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12351ac_cs_version="\\
12352libwebsockets config.status 0.1
12353configured by $0, generated by GNU Autoconf 2.66,
12354 with options \\"\$ac_cs_config\\"
12355
12356Copyright (C) 2010 Free Software Foundation, Inc.
12357This config.status script is free software; the Free Software Foundation
12358gives unlimited permission to copy, distribute and modify it."
12359
12360ac_pwd='$ac_pwd'
12361srcdir='$srcdir'
12362INSTALL='$INSTALL'
12363MKDIR_P='$MKDIR_P'
12364AWK='$AWK'
12365test -n "\$AWK" || AWK=awk
12366_ACEOF
12367
12368cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12369# The default lists apply if the user does not specify any file.
12370ac_need_defaults=:
12371while test $# != 0
12372do
12373 case $1 in
12374 --*=*)
12375 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12376 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12377 ac_shift=:
12378 ;;
12379 *)
12380 ac_option=$1
12381 ac_optarg=$2
12382 ac_shift=shift
12383 ;;
12384 esac
12385
12386 case $ac_option in
12387 # Handling of the options.
12388 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12389 ac_cs_recheck=: ;;
12390 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12391 $as_echo "$ac_cs_version"; exit ;;
12392 --config | --confi | --conf | --con | --co | --c )
12393 $as_echo "$ac_cs_config"; exit ;;
12394 --debug | --debu | --deb | --de | --d | -d )
12395 debug=: ;;
12396 --file | --fil | --fi | --f )
12397 $ac_shift
12398 case $ac_optarg in
12399 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12400 esac
12401 as_fn_append CONFIG_FILES " '$ac_optarg'"
12402 ac_need_defaults=false;;
12403 --header | --heade | --head | --hea )
12404 $ac_shift
12405 case $ac_optarg in
12406 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12407 esac
12408 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12409 ac_need_defaults=false;;
12410 --he | --h)
12411 # Conflict between --help and --header
12412 as_fn_error $? "ambiguous option: \`$1'
12413Try \`$0 --help' for more information.";;
12414 --help | --hel | -h )
12415 $as_echo "$ac_cs_usage"; exit ;;
12416 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12417 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12418 ac_cs_silent=: ;;
12419
12420 # This is an error.
12421 -*) as_fn_error $? "unrecognized option: \`$1'
12422Try \`$0 --help' for more information." ;;
12423
12424 *) as_fn_append ac_config_targets " $1"
12425 ac_need_defaults=false ;;
12426
12427 esac
12428 shift
12429done
12430
12431ac_configure_extra_args=
12432
12433if $ac_cs_silent; then
12434 exec 6>/dev/null
12435 ac_configure_extra_args="$ac_configure_extra_args --silent"
12436fi
12437
12438_ACEOF
12439cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12440if \$ac_cs_recheck; then
12441 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12442 shift
12443 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12444 CONFIG_SHELL='$SHELL'
12445 export CONFIG_SHELL
12446 exec "\$@"
12447fi
12448
12449_ACEOF
12450cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12451exec 5>>config.log
12452{
12453 echo
12454 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12455## Running $as_me. ##
12456_ASBOX
12457 $as_echo "$ac_log"
12458} >&5
12459
12460_ACEOF
12461cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12462#
12463# INIT-COMMANDS
12464#
12465AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12466
12467
12468# The HP-UX ksh and POSIX shell print the target directory to stdout
12469# if CDPATH is set.
12470(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12471
12472sed_quote_subst='$sed_quote_subst'
12473double_quote_subst='$double_quote_subst'
12474delay_variable_subst='$delay_variable_subst'
12475macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12476macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12477enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12478enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12479pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12480enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12481SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12482ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12483host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12484host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12485host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12486build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12487build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12488build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12489SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12490Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12491GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12492EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12493FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12494LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12495NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12496LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12497max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12498ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12499exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12500lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12501lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12502lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12503reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12504reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12505OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12506deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12507file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12508AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12509AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12510STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12511RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12512old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12513old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12514old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12515lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12516CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12517CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12518compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12519GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12520lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12521lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12522lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12523lt_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"`'
12524objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12525MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12526lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12527lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12528lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12529lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12530lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12531need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12532DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12533NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12534LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12535OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12536OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12537libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12538shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12539extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12540archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12541enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12542export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12543whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12544compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12545old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12546old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12547archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12548archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12549module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12550module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12551with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12552allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12553no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12554hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12555hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12556hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12557hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12558hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12559hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12560hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12561hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12562inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12563link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12564fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12565always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12566export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12567exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12568include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12569prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12570file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12571variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12572need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12573need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12574version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12575runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12576shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12577shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12578libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12579library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12580soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12581install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12582postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12583postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12584finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12585finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12586hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12587sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12588sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12589hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12590enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12591enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12592enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12593old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12594striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12595
12596LTCC='$LTCC'
12597LTCFLAGS='$LTCFLAGS'
12598compiler='$compiler_DEFAULT'
12599
12600# A function that is used when there is no print builtin or printf.
12601func_fallback_echo ()
12602{
12603 eval 'cat <<_LTECHO_EOF
12604\$1
12605_LTECHO_EOF'
12606}
12607
12608# Quote evaled strings.
12609for var in SHELL \
12610ECHO \
12611SED \
12612GREP \
12613EGREP \
12614FGREP \
12615LD \
12616NM \
12617LN_S \
12618lt_SP2NL \
12619lt_NL2SP \
12620reload_flag \
12621OBJDUMP \
12622deplibs_check_method \
12623file_magic_cmd \
12624AR \
12625AR_FLAGS \
12626STRIP \
12627RANLIB \
12628CC \
12629CFLAGS \
12630compiler \
12631lt_cv_sys_global_symbol_pipe \
12632lt_cv_sys_global_symbol_to_cdecl \
12633lt_cv_sys_global_symbol_to_c_name_address \
12634lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12635lt_prog_compiler_no_builtin_flag \
12636lt_prog_compiler_wl \
12637lt_prog_compiler_pic \
12638lt_prog_compiler_static \
12639lt_cv_prog_compiler_c_o \
12640need_locks \
12641DSYMUTIL \
12642NMEDIT \
12643LIPO \
12644OTOOL \
12645OTOOL64 \
12646shrext_cmds \
12647export_dynamic_flag_spec \
12648whole_archive_flag_spec \
12649compiler_needs_object \
12650with_gnu_ld \
12651allow_undefined_flag \
12652no_undefined_flag \
12653hardcode_libdir_flag_spec \
12654hardcode_libdir_flag_spec_ld \
12655hardcode_libdir_separator \
12656fix_srcfile_path \
12657exclude_expsyms \
12658include_expsyms \
12659file_list_spec \
12660variables_saved_for_relink \
12661libname_spec \
12662library_names_spec \
12663soname_spec \
12664install_override_mode \
12665finish_eval \
12666old_striplib \
12667striplib; do
12668 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12669 *[\\\\\\\`\\"\\\$]*)
12670 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12671 ;;
12672 *)
12673 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12674 ;;
12675 esac
12676done
12677
12678# Double-quote double-evaled strings.
12679for var in reload_cmds \
12680old_postinstall_cmds \
12681old_postuninstall_cmds \
12682old_archive_cmds \
12683extract_expsyms_cmds \
12684old_archive_from_new_cmds \
12685old_archive_from_expsyms_cmds \
12686archive_cmds \
12687archive_expsym_cmds \
12688module_cmds \
12689module_expsym_cmds \
12690export_symbols_cmds \
12691prelink_cmds \
12692postinstall_cmds \
12693postuninstall_cmds \
12694finish_cmds \
12695sys_lib_search_path_spec \
12696sys_lib_dlsearch_path_spec; do
12697 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12698 *[\\\\\\\`\\"\\\$]*)
12699 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12700 ;;
12701 *)
12702 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12703 ;;
12704 esac
12705done
12706
12707ac_aux_dir='$ac_aux_dir'
12708xsi_shell='$xsi_shell'
12709lt_shell_append='$lt_shell_append'
12710
12711# See if we are running on zsh, and set the options which allow our
12712# commands through without removal of \ escapes INIT.
12713if test -n "\${ZSH_VERSION+set}" ; then
12714 setopt NO_GLOB_SUBST
12715fi
12716
12717
12718 PACKAGE='$PACKAGE'
12719 VERSION='$VERSION'
12720 TIMESTAMP='$TIMESTAMP'
12721 RM='$RM'
12722 ofile='$ofile'
12723
12724
12725
12726
12727_ACEOF
12728
12729cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12730
12731# Handling of arguments.
12732for ac_config_target in $ac_config_targets
12733do
12734 case $ac_config_target in
12735 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12736 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12737 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12738 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12739 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
12740 "test-server/Makefile") CONFIG_FILES="$CONFIG_FILES test-server/Makefile" ;;
12741
12742 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12743 esac
12744done
12745
12746
12747# If the user did not use the arguments to specify the items to instantiate,
12748# then the envvar interface is used. Set only those that are not.
12749# We use the long form for the default assignment because of an extremely
12750# bizarre bug on SunOS 4.1.3.
12751if $ac_need_defaults; then
12752 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12753 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12754 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12755fi
12756
12757# Have a temporary directory for convenience. Make it in the build tree
12758# simply because there is no reason against having it here, and in addition,
12759# creating and moving files from /tmp can sometimes cause problems.
12760# Hook for its removal unless debugging.
12761# Note that there is a small window in which the directory will not be cleaned:
12762# after its creation but before its name has been assigned to `$tmp'.
12763$debug ||
12764{
12765 tmp=
12766 trap 'exit_status=$?
12767 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12768' 0
12769 trap 'as_fn_exit 1' 1 2 13 15
12770}
12771# Create a (secure) tmp directory for tmp files.
12772
12773{
12774 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12775 test -n "$tmp" && test -d "$tmp"
12776} ||
12777{
12778 tmp=./conf$$-$RANDOM
12779 (umask 077 && mkdir "$tmp")
12780} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12781
12782# Set up the scripts for CONFIG_FILES section.
12783# No need to generate them if there are no CONFIG_FILES.
12784# This happens for instance with `./config.status config.h'.
12785if test -n "$CONFIG_FILES"; then
12786
12787
12788ac_cr=`echo X | tr X '\015'`
12789# On cygwin, bash can eat \r inside `` if the user requested igncr.
12790# But we know of no other shell where ac_cr would be empty at this
12791# point, so we can use a bashism as a fallback.
12792if test "x$ac_cr" = x; then
12793 eval ac_cr=\$\'\\r\'
12794fi
12795ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12796if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12797 ac_cs_awk_cr='\\r'
12798else
12799 ac_cs_awk_cr=$ac_cr
12800fi
12801
12802echo 'BEGIN {' >"$tmp/subs1.awk" &&
12803_ACEOF
12804
12805
12806{
12807 echo "cat >conf$$subs.awk <<_ACEOF" &&
12808 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12809 echo "_ACEOF"
12810} >conf$$subs.sh ||
12811 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12812ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12813ac_delim='%!_!# '
12814for ac_last_try in false false false false false :; do
12815 . ./conf$$subs.sh ||
12816 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12817
12818 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12819 if test $ac_delim_n = $ac_delim_num; then
12820 break
12821 elif $ac_last_try; then
12822 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12823 else
12824 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12825 fi
12826done
12827rm -f conf$$subs.sh
12828
12829cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12830cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12831_ACEOF
12832sed -n '
12833h
12834s/^/S["/; s/!.*/"]=/
12835p
12836g
12837s/^[^!]*!//
12838:repl
12839t repl
12840s/'"$ac_delim"'$//
12841t delim
12842:nl
12843h
12844s/\(.\{148\}\)..*/\1/
12845t more1
12846s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12847p
12848n
12849b repl
12850:more1
12851s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12852p
12853g
12854s/.\{148\}//
12855t nl
12856:delim
12857h
12858s/\(.\{148\}\)..*/\1/
12859t more2
12860s/["\\]/\\&/g; s/^/"/; s/$/"/
12861p
12862b
12863:more2
12864s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12865p
12866g
12867s/.\{148\}//
12868t delim
12869' <conf$$subs.awk | sed '
12870/^[^""]/{
12871 N
12872 s/\n//
12873}
12874' >>$CONFIG_STATUS || ac_write_fail=1
12875rm -f conf$$subs.awk
12876cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12877_ACAWK
12878cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12879 for (key in S) S_is_set[key] = 1
12880 FS = ""
12881
12882}
12883{
12884 line = $ 0
12885 nfields = split(line, field, "@")
12886 substed = 0
12887 len = length(field[1])
12888 for (i = 2; i < nfields; i++) {
12889 key = field[i]
12890 keylen = length(key)
12891 if (S_is_set[key]) {
12892 value = S[key]
12893 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12894 len += length(value) + length(field[++i])
12895 substed = 1
12896 } else
12897 len += 1 + keylen
12898 }
12899
12900 print line
12901}
12902
12903_ACAWK
12904_ACEOF
12905cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12906if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12907 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12908else
12909 cat
12910fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12911 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12912_ACEOF
12913
12914# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12915# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12916# trailing colons and then remove the whole line if VPATH becomes empty
12917# (actually we leave an empty line to preserve line numbers).
12918if test "x$srcdir" = x.; then
12919 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12920h
12921s///
12922s/^/:/
12923s/[ ]*$/:/
12924s/:\$(srcdir):/:/g
12925s/:\${srcdir}:/:/g
12926s/:@srcdir@:/:/g
12927s/^:*//
12928s/:*$//
12929x
12930s/\(=[ ]*\).*/\1/
12931G
12932s/\n//
12933s/^[^=]*=[ ]*$//
12934}'
12935fi
12936
12937cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12938fi # test -n "$CONFIG_FILES"
12939
12940# Set up the scripts for CONFIG_HEADERS section.
12941# No need to generate them if there are no CONFIG_HEADERS.
12942# This happens for instance with `./config.status Makefile'.
12943if test -n "$CONFIG_HEADERS"; then
12944cat >"$tmp/defines.awk" <<\_ACAWK ||
12945BEGIN {
12946_ACEOF
12947
12948# Transform confdefs.h into an awk script `defines.awk', embedded as
12949# here-document in config.status, that substitutes the proper values into
12950# config.h.in to produce config.h.
12951
12952# Create a delimiter string that does not exist in confdefs.h, to ease
12953# handling of long lines.
12954ac_delim='%!_!# '
12955for ac_last_try in false false :; do
12956 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12957 if test -z "$ac_t"; then
12958 break
12959 elif $ac_last_try; then
12960 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
12961 else
12962 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12963 fi
12964done
12965
12966# For the awk script, D is an array of macro values keyed by name,
12967# likewise P contains macro parameters if any. Preserve backslash
12968# newline sequences.
12969
12970ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12971sed -n '
12972s/.\{148\}/&'"$ac_delim"'/g
12973t rset
12974:rset
12975s/^[ ]*#[ ]*define[ ][ ]*/ /
12976t def
12977d
12978:def
12979s/\\$//
12980t bsnl
12981s/["\\]/\\&/g
12982s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12983D["\1"]=" \3"/p
12984s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12985d
12986:bsnl
12987s/["\\]/\\&/g
12988s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12989D["\1"]=" \3\\\\\\n"\\/p
12990t cont
12991s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12992t cont
12993d
12994:cont
12995n
12996s/.\{148\}/&'"$ac_delim"'/g
12997t clear
12998:clear
12999s/\\$//
13000t bsnlc
13001s/["\\]/\\&/g; s/^/"/; s/$/"/p
13002d
13003:bsnlc
13004s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13005b cont
13006' <confdefs.h | sed '
13007s/'"$ac_delim"'/"\\\
13008"/g' >>$CONFIG_STATUS || ac_write_fail=1
13009
13010cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13011 for (key in D) D_is_set[key] = 1
13012 FS = ""
13013}
13014/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13015 line = \$ 0
13016 split(line, arg, " ")
13017 if (arg[1] == "#") {
13018 defundef = arg[2]
13019 mac1 = arg[3]
13020 } else {
13021 defundef = substr(arg[1], 2)
13022 mac1 = arg[2]
13023 }
13024 split(mac1, mac2, "(") #)
13025 macro = mac2[1]
13026 prefix = substr(line, 1, index(line, defundef) - 1)
13027 if (D_is_set[macro]) {
13028 # Preserve the white space surrounding the "#".
13029 print prefix "define", macro P[macro] D[macro]
13030 next
13031 } else {
13032 # Replace #undef with comments. This is necessary, for example,
13033 # in the case of _POSIX_SOURCE, which is predefined and required
13034 # on some systems where configure will not decide to define it.
13035 if (defundef == "undef") {
13036 print "/*", prefix defundef, macro, "*/"
13037 next
13038 }
13039 }
13040}
13041{ print }
13042_ACAWK
13043_ACEOF
13044cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13045 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13046fi # test -n "$CONFIG_HEADERS"
13047
13048
13049eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13050shift
13051for ac_tag
13052do
13053 case $ac_tag in
13054 :[FHLC]) ac_mode=$ac_tag; continue;;
13055 esac
13056 case $ac_mode$ac_tag in
13057 :[FHL]*:*);;
13058 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13059 :[FH]-) ac_tag=-:-;;
13060 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13061 esac
13062 ac_save_IFS=$IFS
13063 IFS=:
13064 set x $ac_tag
13065 IFS=$ac_save_IFS
13066 shift
13067 ac_file=$1
13068 shift
13069
13070 case $ac_mode in
13071 :L) ac_source=$1;;
13072 :[FH])
13073 ac_file_inputs=
13074 for ac_f
13075 do
13076 case $ac_f in
13077 -) ac_f="$tmp/stdin";;
13078 *) # Look for the file first in the build tree, then in the source tree
13079 # (if the path is not absolute). The absolute path cannot be DOS-style,
13080 # because $ac_f cannot contain `:'.
13081 test -f "$ac_f" ||
13082 case $ac_f in
13083 [\\/$]*) false;;
13084 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13085 esac ||
13086 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13087 esac
13088 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13089 as_fn_append ac_file_inputs " '$ac_f'"
13090 done
13091
13092 # Let's still pretend it is `configure' which instantiates (i.e., don't
13093 # use $as_me), people would be surprised to read:
13094 # /* config.h. Generated by config.status. */
13095 configure_input='Generated from '`
13096 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13097 `' by configure.'
13098 if test x"$ac_file" != x-; then
13099 configure_input="$ac_file. $configure_input"
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13101$as_echo "$as_me: creating $ac_file" >&6;}
13102 fi
13103 # Neutralize special characters interpreted by sed in replacement strings.
13104 case $configure_input in #(
13105 *\&* | *\|* | *\\* )
13106 ac_sed_conf_input=`$as_echo "$configure_input" |
13107 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13108 *) ac_sed_conf_input=$configure_input;;
13109 esac
13110
13111 case $ac_tag in
13112 *:-:* | *:-) cat >"$tmp/stdin" \
13113 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13114 esac
13115 ;;
13116 esac
13117
13118 ac_dir=`$as_dirname -- "$ac_file" ||
13119$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13120 X"$ac_file" : 'X\(//\)[^/]' \| \
13121 X"$ac_file" : 'X\(//\)$' \| \
13122 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13123$as_echo X"$ac_file" |
13124 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13125 s//\1/
13126 q
13127 }
13128 /^X\(\/\/\)[^/].*/{
13129 s//\1/
13130 q
13131 }
13132 /^X\(\/\/\)$/{
13133 s//\1/
13134 q
13135 }
13136 /^X\(\/\).*/{
13137 s//\1/
13138 q
13139 }
13140 s/.*/./; q'`
13141 as_dir="$ac_dir"; as_fn_mkdir_p
13142 ac_builddir=.
13143
13144case "$ac_dir" in
13145.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13146*)
13147 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13148 # A ".." for each directory in $ac_dir_suffix.
13149 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13150 case $ac_top_builddir_sub in
13151 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13152 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13153 esac ;;
13154esac
13155ac_abs_top_builddir=$ac_pwd
13156ac_abs_builddir=$ac_pwd$ac_dir_suffix
13157# for backward compatibility:
13158ac_top_builddir=$ac_top_build_prefix
13159
13160case $srcdir in
13161 .) # We are building in place.
13162 ac_srcdir=.
13163 ac_top_srcdir=$ac_top_builddir_sub
13164 ac_abs_top_srcdir=$ac_pwd ;;
13165 [\\/]* | ?:[\\/]* ) # Absolute name.
13166 ac_srcdir=$srcdir$ac_dir_suffix;
13167 ac_top_srcdir=$srcdir
13168 ac_abs_top_srcdir=$srcdir ;;
13169 *) # Relative name.
13170 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13171 ac_top_srcdir=$ac_top_build_prefix$srcdir
13172 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13173esac
13174ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13175
13176
13177 case $ac_mode in
13178 :F)
13179 #
13180 # CONFIG_FILE
13181 #
13182
13183 case $INSTALL in
13184 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13185 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13186 esac
13187 ac_MKDIR_P=$MKDIR_P
13188 case $MKDIR_P in
13189 [\\/$]* | ?:[\\/]* ) ;;
13190 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13191 esac
13192_ACEOF
13193
13194cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13195# If the template does not know about datarootdir, expand it.
13196# FIXME: This hack should be removed a few years after 2.60.
13197ac_datarootdir_hack=; ac_datarootdir_seen=
13198ac_sed_dataroot='
13199/datarootdir/ {
13200 p
13201 q
13202}
13203/@datadir@/p
13204/@docdir@/p
13205/@infodir@/p
13206/@localedir@/p
13207/@mandir@/p'
13208case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13209*datarootdir*) ac_datarootdir_seen=yes;;
13210*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13211 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13212$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13213_ACEOF
13214cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13215 ac_datarootdir_hack='
13216 s&@datadir@&$datadir&g
13217 s&@docdir@&$docdir&g
13218 s&@infodir@&$infodir&g
13219 s&@localedir@&$localedir&g
13220 s&@mandir@&$mandir&g
13221 s&\\\${datarootdir}&$datarootdir&g' ;;
13222esac
13223_ACEOF
13224
13225# Neutralize VPATH when `$srcdir' = `.'.
13226# Shell code in configure.ac might set extrasub.
13227# FIXME: do we really want to maintain this feature?
13228cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13229ac_sed_extra="$ac_vpsub
13230$extrasub
13231_ACEOF
13232cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13233:t
13234/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13235s|@configure_input@|$ac_sed_conf_input|;t t
13236s&@top_builddir@&$ac_top_builddir_sub&;t t
13237s&@top_build_prefix@&$ac_top_build_prefix&;t t
13238s&@srcdir@&$ac_srcdir&;t t
13239s&@abs_srcdir@&$ac_abs_srcdir&;t t
13240s&@top_srcdir@&$ac_top_srcdir&;t t
13241s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13242s&@builddir@&$ac_builddir&;t t
13243s&@abs_builddir@&$ac_abs_builddir&;t t
13244s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13245s&@INSTALL@&$ac_INSTALL&;t t
13246s&@MKDIR_P@&$ac_MKDIR_P&;t t
13247$ac_datarootdir_hack
13248"
13249eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13250 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13251
13252test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13253 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
13254 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13255 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13256which seems to be undefined. Please make sure it is defined" >&5
13257$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13258which seems to be undefined. Please make sure it is defined" >&2;}
13259
13260 rm -f "$tmp/stdin"
13261 case $ac_file in
13262 -) cat "$tmp/out" && rm -f "$tmp/out";;
13263 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13264 esac \
13265 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13266 ;;
13267 :H)
13268 #
13269 # CONFIG_HEADER
13270 #
13271 if test x"$ac_file" != x-; then
13272 {
13273 $as_echo "/* $configure_input */" \
13274 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13275 } >"$tmp/config.h" \
13276 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13277 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13278 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13279$as_echo "$as_me: $ac_file is unchanged" >&6;}
13280 else
13281 rm -f "$ac_file"
13282 mv "$tmp/config.h" "$ac_file" \
13283 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13284 fi
13285 else
13286 $as_echo "/* $configure_input */" \
13287 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13288 || as_fn_error $? "could not create -" "$LINENO" 5
13289 fi
13290# Compute "$ac_file"'s index in $config_headers.
13291_am_arg="$ac_file"
13292_am_stamp_count=1
13293for _am_header in $config_headers :; do
13294 case $_am_header in
13295 $_am_arg | $_am_arg:* )
13296 break ;;
13297 * )
13298 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13299 esac
13300done
13301echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13302$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13303 X"$_am_arg" : 'X\(//\)[^/]' \| \
13304 X"$_am_arg" : 'X\(//\)$' \| \
13305 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13306$as_echo X"$_am_arg" |
13307 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13308 s//\1/
13309 q
13310 }
13311 /^X\(\/\/\)[^/].*/{
13312 s//\1/
13313 q
13314 }
13315 /^X\(\/\/\)$/{
13316 s//\1/
13317 q
13318 }
13319 /^X\(\/\).*/{
13320 s//\1/
13321 q
13322 }
13323 s/.*/./; q'`/stamp-h$_am_stamp_count
13324 ;;
13325
13326 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13327$as_echo "$as_me: executing $ac_file commands" >&6;}
13328 ;;
13329 esac
13330
13331
13332 case $ac_file$ac_mode in
13333 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13334 # Autoconf 2.62 quotes --file arguments for eval, but not when files
13335 # are listed without --file. Let's play safe and only enable the eval
13336 # if we detect the quoting.
13337 case $CONFIG_FILES in
13338 *\'*) eval set x "$CONFIG_FILES" ;;
13339 *) set x $CONFIG_FILES ;;
13340 esac
13341 shift
13342 for mf
13343 do
13344 # Strip MF so we end up with the name of the file.
13345 mf=`echo "$mf" | sed -e 's/:.*$//'`
13346 # Check whether this is an Automake generated Makefile or not.
13347 # We used to match only the files named `Makefile.in', but
13348 # some people rename them; so instead we look at the file content.
13349 # Grep'ing the first line is not enough: some people post-process
13350 # each Makefile.in and add a new line on top of each file to say so.
13351 # Grep'ing the whole file is not good either: AIX grep has a line
13352 # limit of 2048, but all sed's we know have understand at least 4000.
13353 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13354 dirpart=`$as_dirname -- "$mf" ||
13355$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13356 X"$mf" : 'X\(//\)[^/]' \| \
13357 X"$mf" : 'X\(//\)$' \| \
13358 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13359$as_echo X"$mf" |
13360 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13361 s//\1/
13362 q
13363 }
13364 /^X\(\/\/\)[^/].*/{
13365 s//\1/
13366 q
13367 }
13368 /^X\(\/\/\)$/{
13369 s//\1/
13370 q
13371 }
13372 /^X\(\/\).*/{
13373 s//\1/
13374 q
13375 }
13376 s/.*/./; q'`
13377 else
13378 continue
13379 fi
13380 # Extract the definition of DEPDIR, am__include, and am__quote
13381 # from the Makefile without running `make'.
13382 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13383 test -z "$DEPDIR" && continue
13384 am__include=`sed -n 's/^am__include = //p' < "$mf"`
13385 test -z "am__include" && continue
13386 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13387 # When using ansi2knr, U may be empty or an underscore; expand it
13388 U=`sed -n 's/^U = //p' < "$mf"`
13389 # Find all dependency output files, they are included files with
13390 # $(DEPDIR) in their names. We invoke sed twice because it is the
13391 # simplest approach to changing $(DEPDIR) to its actual value in the
13392 # expansion.
13393 for file in `sed -n "
13394 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13395 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13396 # Make sure the directory exists.
13397 test -f "$dirpart/$file" && continue
13398 fdir=`$as_dirname -- "$file" ||
13399$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13400 X"$file" : 'X\(//\)[^/]' \| \
13401 X"$file" : 'X\(//\)$' \| \
13402 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13403$as_echo X"$file" |
13404 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13405 s//\1/
13406 q
13407 }
13408 /^X\(\/\/\)[^/].*/{
13409 s//\1/
13410 q
13411 }
13412 /^X\(\/\/\)$/{
13413 s//\1/
13414 q
13415 }
13416 /^X\(\/\).*/{
13417 s//\1/
13418 q
13419 }
13420 s/.*/./; q'`
13421 as_dir=$dirpart/$fdir; as_fn_mkdir_p
13422 # echo "creating $dirpart/$file"
13423 echo '# dummy' > "$dirpart/$file"
13424 done
13425 done
13426}
13427 ;;
13428 "libtool":C)
13429
13430 # See if we are running on zsh, and set the options which allow our
13431 # commands through without removal of \ escapes.
13432 if test -n "${ZSH_VERSION+set}" ; then
13433 setopt NO_GLOB_SUBST
13434 fi
13435
13436 cfgfile="${ofile}T"
13437 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13438 $RM "$cfgfile"
13439
13440 cat <<_LT_EOF >> "$cfgfile"
13441#! $SHELL
13442
13443# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13444# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13445# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13446# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13447#
13448# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13449# 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
13450# Inc.
13451# Written by Gordon Matzigkeit, 1996
13452#
13453# This file is part of GNU Libtool.
13454#
13455# GNU Libtool is free software; you can redistribute it and/or
13456# modify it under the terms of the GNU General Public License as
13457# published by the Free Software Foundation; either version 2 of
13458# the License, or (at your option) any later version.
13459#
13460# As a special exception to the GNU General Public License,
13461# if you distribute this file as part of a program or library that
13462# is built using GNU Libtool, you may include this file under the
13463# same distribution terms that you use for the rest of that program.
13464#
13465# GNU Libtool is distributed in the hope that it will be useful,
13466# but WITHOUT ANY WARRANTY; without even the implied warranty of
13467# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13468# GNU General Public License for more details.
13469#
13470# You should have received a copy of the GNU General Public License
13471# along with GNU Libtool; see the file COPYING. If not, a copy
13472# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13473# obtained by writing to the Free Software Foundation, Inc.,
13474# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13475
13476
13477# The names of the tagged configurations supported by this script.
13478available_tags=""
13479
13480# ### BEGIN LIBTOOL CONFIG
13481
13482# Which release of libtool.m4 was used?
13483macro_version=$macro_version
13484macro_revision=$macro_revision
13485
13486# Whether or not to build shared libraries.
13487build_libtool_libs=$enable_shared
13488
13489# Whether or not to build static libraries.
13490build_old_libs=$enable_static
13491
13492# What type of objects to build.
13493pic_mode=$pic_mode
13494
13495# Whether or not to optimize for fast installation.
13496fast_install=$enable_fast_install
13497
13498# Shell to use when invoking shell scripts.
13499SHELL=$lt_SHELL
13500
13501# An echo program that protects backslashes.
13502ECHO=$lt_ECHO
13503
13504# The host system.
13505host_alias=$host_alias
13506host=$host
13507host_os=$host_os
13508
13509# The build system.
13510build_alias=$build_alias
13511build=$build
13512build_os=$build_os
13513
13514# A sed program that does not truncate output.
13515SED=$lt_SED
13516
13517# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13518Xsed="\$SED -e 1s/^X//"
13519
13520# A grep program that handles long lines.
13521GREP=$lt_GREP
13522
13523# An ERE matcher.
13524EGREP=$lt_EGREP
13525
13526# A literal string matcher.
13527FGREP=$lt_FGREP
13528
13529# A BSD- or MS-compatible name lister.
13530NM=$lt_NM
13531
13532# Whether we need soft or hard links.
13533LN_S=$lt_LN_S
13534
13535# What is the maximum length of a command?
13536max_cmd_len=$max_cmd_len
13537
13538# Object file suffix (normally "o").
13539objext=$ac_objext
13540
13541# Executable file suffix (normally "").
13542exeext=$exeext
13543
13544# whether the shell understands "unset".
13545lt_unset=$lt_unset
13546
13547# turn spaces into newlines.
13548SP2NL=$lt_lt_SP2NL
13549
13550# turn newlines into spaces.
13551NL2SP=$lt_lt_NL2SP
13552
13553# An object symbol dumper.
13554OBJDUMP=$lt_OBJDUMP
13555
13556# Method to check whether dependent libraries are shared objects.
13557deplibs_check_method=$lt_deplibs_check_method
13558
13559# Command to use when deplibs_check_method == "file_magic".
13560file_magic_cmd=$lt_file_magic_cmd
13561
13562# The archiver.
13563AR=$lt_AR
13564AR_FLAGS=$lt_AR_FLAGS
13565
13566# A symbol stripping program.
13567STRIP=$lt_STRIP
13568
13569# Commands used to install an old-style archive.
13570RANLIB=$lt_RANLIB
13571old_postinstall_cmds=$lt_old_postinstall_cmds
13572old_postuninstall_cmds=$lt_old_postuninstall_cmds
13573
13574# Whether to use a lock for old archive extraction.
13575lock_old_archive_extraction=$lock_old_archive_extraction
13576
13577# A C compiler.
13578LTCC=$lt_CC
13579
13580# LTCC compiler flags.
13581LTCFLAGS=$lt_CFLAGS
13582
13583# Take the output of nm and produce a listing of raw symbols and C names.
13584global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13585
13586# Transform the output of nm in a proper C declaration.
13587global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13588
13589# Transform the output of nm in a C name address pair.
13590global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13591
13592# Transform the output of nm in a C name address pair when lib prefix is needed.
13593global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13594
13595# The name of the directory that contains temporary libtool files.
13596objdir=$objdir
13597
13598# Used to examine libraries when file_magic_cmd begins with "file".
13599MAGIC_CMD=$MAGIC_CMD
13600
13601# Must we lock files when doing compilation?
13602need_locks=$lt_need_locks
13603
13604# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13605DSYMUTIL=$lt_DSYMUTIL
13606
13607# Tool to change global to local symbols on Mac OS X.
13608NMEDIT=$lt_NMEDIT
13609
13610# Tool to manipulate fat objects and archives on Mac OS X.
13611LIPO=$lt_LIPO
13612
13613# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13614OTOOL=$lt_OTOOL
13615
13616# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13617OTOOL64=$lt_OTOOL64
13618
13619# Old archive suffix (normally "a").
13620libext=$libext
13621
13622# Shared library suffix (normally ".so").
13623shrext_cmds=$lt_shrext_cmds
13624
13625# The commands to extract the exported symbol list from a shared archive.
13626extract_expsyms_cmds=$lt_extract_expsyms_cmds
13627
13628# Variables whose values should be saved in libtool wrapper scripts and
13629# restored at link time.
13630variables_saved_for_relink=$lt_variables_saved_for_relink
13631
13632# Do we need the "lib" prefix for modules?
13633need_lib_prefix=$need_lib_prefix
13634
13635# Do we need a version for libraries?
13636need_version=$need_version
13637
13638# Library versioning type.
13639version_type=$version_type
13640
13641# Shared library runtime path variable.
13642runpath_var=$runpath_var
13643
13644# Shared library path variable.
13645shlibpath_var=$shlibpath_var
13646
13647# Is shlibpath searched before the hard-coded library search path?
13648shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13649
13650# Format of library name prefix.
13651libname_spec=$lt_libname_spec
13652
13653# List of archive names. First name is the real one, the rest are links.
13654# The last name is the one that the linker finds with -lNAME
13655library_names_spec=$lt_library_names_spec
13656
13657# The coded name of the library, if different from the real name.
13658soname_spec=$lt_soname_spec
13659
13660# Permission mode override for installation of shared libraries.
13661install_override_mode=$lt_install_override_mode
13662
13663# Command to use after installation of a shared archive.
13664postinstall_cmds=$lt_postinstall_cmds
13665
13666# Command to use after uninstallation of a shared archive.
13667postuninstall_cmds=$lt_postuninstall_cmds
13668
13669# Commands used to finish a libtool library installation in a directory.
13670finish_cmds=$lt_finish_cmds
13671
13672# As "finish_cmds", except a single script fragment to be evaled but
13673# not shown.
13674finish_eval=$lt_finish_eval
13675
13676# Whether we should hardcode library paths into libraries.
13677hardcode_into_libs=$hardcode_into_libs
13678
13679# Compile-time system search path for libraries.
13680sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13681
13682# Run-time system search path for libraries.
13683sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13684
13685# Whether dlopen is supported.
13686dlopen_support=$enable_dlopen
13687
13688# Whether dlopen of programs is supported.
13689dlopen_self=$enable_dlopen_self
13690
13691# Whether dlopen of statically linked programs is supported.
13692dlopen_self_static=$enable_dlopen_self_static
13693
13694# Commands to strip libraries.
13695old_striplib=$lt_old_striplib
13696striplib=$lt_striplib
13697
13698
13699# The linker used to build libraries.
13700LD=$lt_LD
13701
13702# How to create reloadable object files.
13703reload_flag=$lt_reload_flag
13704reload_cmds=$lt_reload_cmds
13705
13706# Commands used to build an old-style archive.
13707old_archive_cmds=$lt_old_archive_cmds
13708
13709# A language specific compiler.
13710CC=$lt_compiler
13711
13712# Is the compiler the GNU compiler?
13713with_gcc=$GCC
13714
13715# Compiler flag to turn off builtin functions.
13716no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13717
13718# How to pass a linker flag through the compiler.
13719wl=$lt_lt_prog_compiler_wl
13720
13721# Additional compiler flags for building library objects.
13722pic_flag=$lt_lt_prog_compiler_pic
13723
13724# Compiler flag to prevent dynamic linking.
13725link_static_flag=$lt_lt_prog_compiler_static
13726
13727# Does compiler simultaneously support -c and -o options?
13728compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13729
13730# Whether or not to add -lc for building shared libraries.
13731build_libtool_need_lc=$archive_cmds_need_lc
13732
13733# Whether or not to disallow shared libs when runtime libs are static.
13734allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13735
13736# Compiler flag to allow reflexive dlopens.
13737export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13738
13739# Compiler flag to generate shared objects directly from archives.
13740whole_archive_flag_spec=$lt_whole_archive_flag_spec
13741
13742# Whether the compiler copes with passing no objects directly.
13743compiler_needs_object=$lt_compiler_needs_object
13744
13745# Create an old-style archive from a shared archive.
13746old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13747
13748# Create a temporary old-style archive to link instead of a shared archive.
13749old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13750
13751# Commands used to build a shared archive.
13752archive_cmds=$lt_archive_cmds
13753archive_expsym_cmds=$lt_archive_expsym_cmds
13754
13755# Commands used to build a loadable module if different from building
13756# a shared archive.
13757module_cmds=$lt_module_cmds
13758module_expsym_cmds=$lt_module_expsym_cmds
13759
13760# Whether we are building with GNU ld or not.
13761with_gnu_ld=$lt_with_gnu_ld
13762
13763# Flag that allows shared libraries with undefined symbols to be built.
13764allow_undefined_flag=$lt_allow_undefined_flag
13765
13766# Flag that enforces no undefined symbols.
13767no_undefined_flag=$lt_no_undefined_flag
13768
13769# Flag to hardcode \$libdir into a binary during linking.
13770# This must work even if \$libdir does not exist
13771hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13772
13773# If ld is used when linking, flag to hardcode \$libdir into a binary
13774# during linking. This must work even if \$libdir does not exist.
13775hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13776
13777# Whether we need a single "-rpath" flag with a separated argument.
13778hardcode_libdir_separator=$lt_hardcode_libdir_separator
13779
13780# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13781# DIR into the resulting binary.
13782hardcode_direct=$hardcode_direct
13783
13784# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13785# DIR into the resulting binary and the resulting library dependency is
13786# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13787# library is relocated.
13788hardcode_direct_absolute=$hardcode_direct_absolute
13789
13790# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13791# into the resulting binary.
13792hardcode_minus_L=$hardcode_minus_L
13793
13794# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13795# into the resulting binary.
13796hardcode_shlibpath_var=$hardcode_shlibpath_var
13797
13798# Set to "yes" if building a shared library automatically hardcodes DIR
13799# into the library and all subsequent libraries and executables linked
13800# against it.
13801hardcode_automatic=$hardcode_automatic
13802
13803# Set to yes if linker adds runtime paths of dependent libraries
13804# to runtime path list.
13805inherit_rpath=$inherit_rpath
13806
13807# Whether libtool must link a program against all its dependency libraries.
13808link_all_deplibs=$link_all_deplibs
13809
13810# Fix the shell variable \$srcfile for the compiler.
13811fix_srcfile_path=$lt_fix_srcfile_path
13812
13813# Set to "yes" if exported symbols are required.
13814always_export_symbols=$always_export_symbols
13815
13816# The commands to list exported symbols.
13817export_symbols_cmds=$lt_export_symbols_cmds
13818
13819# Symbols that should not be listed in the preloaded symbols.
13820exclude_expsyms=$lt_exclude_expsyms
13821
13822# Symbols that must always be exported.
13823include_expsyms=$lt_include_expsyms
13824
13825# Commands necessary for linking programs (against libraries) with templates.
13826prelink_cmds=$lt_prelink_cmds
13827
13828# Specify filename containing input files.
13829file_list_spec=$lt_file_list_spec
13830
13831# How to hardcode a shared library path into an executable.
13832hardcode_action=$hardcode_action
13833
13834# ### END LIBTOOL CONFIG
13835
13836_LT_EOF
13837
13838 case $host_os in
13839 aix3*)
13840 cat <<\_LT_EOF >> "$cfgfile"
13841# AIX sometimes has problems with the GCC collect2 program. For some
13842# reason, if we set the COLLECT_NAMES environment variable, the problems
13843# vanish in a puff of smoke.
13844if test "X${COLLECT_NAMES+set}" != Xset; then
13845 COLLECT_NAMES=
13846 export COLLECT_NAMES
13847fi
13848_LT_EOF
13849 ;;
13850 esac
13851
13852
13853ltmain="$ac_aux_dir/ltmain.sh"
13854
13855
13856 # We use sed instead of cat because bash on DJGPP gets confused if
13857 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13858 # text mode, it properly converts lines to CR/LF. This bash problem
13859 # is reportedly fixed, but why not run on old versions too?
13860 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13861 || (rm -f "$cfgfile"; exit 1)
13862
13863 case $xsi_shell in
13864 yes)
13865 cat << \_LT_EOF >> "$cfgfile"
13866
13867# func_dirname file append nondir_replacement
13868# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13869# otherwise set result to NONDIR_REPLACEMENT.
13870func_dirname ()
13871{
13872 case ${1} in
13873 */*) func_dirname_result="${1%/*}${2}" ;;
13874 * ) func_dirname_result="${3}" ;;
13875 esac
13876}
13877
13878# func_basename file
13879func_basename ()
13880{
13881 func_basename_result="${1##*/}"
13882}
13883
13884# func_dirname_and_basename file append nondir_replacement
13885# perform func_basename and func_dirname in a single function
13886# call:
13887# dirname: Compute the dirname of FILE. If nonempty,
13888# add APPEND to the result, otherwise set result
13889# to NONDIR_REPLACEMENT.
13890# value returned in "$func_dirname_result"
13891# basename: Compute filename of FILE.
13892# value retuned in "$func_basename_result"
13893# Implementation must be kept synchronized with func_dirname
13894# and func_basename. For efficiency, we do not delegate to
13895# those functions but instead duplicate the functionality here.
13896func_dirname_and_basename ()
13897{
13898 case ${1} in
13899 */*) func_dirname_result="${1%/*}${2}" ;;
13900 * ) func_dirname_result="${3}" ;;
13901 esac
13902 func_basename_result="${1##*/}"
13903}
13904
13905# func_stripname prefix suffix name
13906# strip PREFIX and SUFFIX off of NAME.
13907# PREFIX and SUFFIX must not contain globbing or regex special
13908# characters, hashes, percent signs, but SUFFIX may contain a leading
13909# dot (in which case that matches only a dot).
13910func_stripname ()
13911{
13912 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13913 # positional parameters, so assign one to ordinary parameter first.
13914 func_stripname_result=${3}
13915 func_stripname_result=${func_stripname_result#"${1}"}
13916 func_stripname_result=${func_stripname_result%"${2}"}
13917}
13918
13919# func_opt_split
13920func_opt_split ()
13921{
13922 func_opt_split_opt=${1%%=*}
13923 func_opt_split_arg=${1#*=}
13924}
13925
13926# func_lo2o object
13927func_lo2o ()
13928{
13929 case ${1} in
13930 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13931 *) func_lo2o_result=${1} ;;
13932 esac
13933}
13934
13935# func_xform libobj-or-source
13936func_xform ()
13937{
13938 func_xform_result=${1%.*}.lo
13939}
13940
13941# func_arith arithmetic-term...
13942func_arith ()
13943{
13944 func_arith_result=$(( $* ))
13945}
13946
13947# func_len string
13948# STRING may not start with a hyphen.
13949func_len ()
13950{
13951 func_len_result=${#1}
13952}
13953
13954_LT_EOF
13955 ;;
13956 *) # Bourne compatible functions.
13957 cat << \_LT_EOF >> "$cfgfile"
13958
13959# func_dirname file append nondir_replacement
13960# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13961# otherwise set result to NONDIR_REPLACEMENT.
13962func_dirname ()
13963{
13964 # Extract subdirectory from the argument.
13965 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13966 if test "X$func_dirname_result" = "X${1}"; then
13967 func_dirname_result="${3}"
13968 else
13969 func_dirname_result="$func_dirname_result${2}"
13970 fi
13971}
13972
13973# func_basename file
13974func_basename ()
13975{
13976 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13977}
13978
13979
13980# func_stripname prefix suffix name
13981# strip PREFIX and SUFFIX off of NAME.
13982# PREFIX and SUFFIX must not contain globbing or regex special
13983# characters, hashes, percent signs, but SUFFIX may contain a leading
13984# dot (in which case that matches only a dot).
13985# func_strip_suffix prefix name
13986func_stripname ()
13987{
13988 case ${2} in
13989 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13990 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13991 esac
13992}
13993
13994# sed scripts:
13995my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13996my_sed_long_arg='1s/^-[^=]*=//'
13997
13998# func_opt_split
13999func_opt_split ()
14000{
14001 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14002 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14003}
14004
14005# func_lo2o object
14006func_lo2o ()
14007{
14008 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14009}
14010
14011# func_xform libobj-or-source
14012func_xform ()
14013{
14014 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14015}
14016
14017# func_arith arithmetic-term...
14018func_arith ()
14019{
14020 func_arith_result=`expr "$@"`
14021}
14022
14023# func_len string
14024# STRING may not start with a hyphen.
14025func_len ()
14026{
14027 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14028}
14029
14030_LT_EOF
14031esac
14032
14033case $lt_shell_append in
14034 yes)
14035 cat << \_LT_EOF >> "$cfgfile"
14036
14037# func_append var value
14038# Append VALUE to the end of shell variable VAR.
14039func_append ()
14040{
14041 eval "$1+=\$2"
14042}
14043_LT_EOF
14044 ;;
14045 *)
14046 cat << \_LT_EOF >> "$cfgfile"
14047
14048# func_append var value
14049# Append VALUE to the end of shell variable VAR.
14050func_append ()
14051{
14052 eval "$1=\$$1\$2"
14053}
14054
14055_LT_EOF
14056 ;;
14057 esac
14058
14059
14060 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14061 || (rm -f "$cfgfile"; exit 1)
14062
14063 mv -f "$cfgfile" "$ofile" ||
14064 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14065 chmod +x "$ofile"
14066
14067 ;;
14068
14069 esac
14070done # for ac_tag
14071
14072
14073as_fn_exit 0
14074_ACEOF
14075ac_clean_files=$ac_clean_files_save
14076
14077test $ac_write_fail = 0 ||
14078 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14079
14080
14081# configure is writing to config.log, and then calls config.status.
14082# config.status does its own redirection, appending to config.log.
14083# Unfortunately, on DOS this fails, as config.log is still kept open
14084# by configure, so config.status won't be able to write to it; its
14085# output is simply discarded. So we exec the FD to /dev/null,
14086# effectively closing config.log, so it can be properly (re)opened and
14087# appended to by config.status. When coming back to configure, we
14088# need to make the FD available again.
14089if test "$no_create" != yes; then
14090 ac_cs_success=:
14091 ac_config_status_args=
14092 test "$silent" = yes &&
14093 ac_config_status_args="$ac_config_status_args --quiet"
14094 exec 5>/dev/null
14095 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14096 exec 5>>config.log
14097 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14098 # would make configure fail if this is the last instruction.
14099 $ac_cs_success || as_fn_exit 1
14100fi
14101if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14102 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14103$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14104fi
14105