Correct PPTP server firewall rules chain.
[tomato/davidwu.git] / release / src / router / libnfsidmap / configure
blob854a2931f6c75906f0a3a3184bed3e9a417f480a
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.66 for libnfsidmap 0.24.
5 # Report bugs to <linux-nfs@vger.kernel.org>.
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.
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 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if 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
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_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.
47 if 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 --'
51 elif (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'
54 else
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"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if 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=';'
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.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
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
103 IFS=$as_save_IFS
106 esac
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.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
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.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if 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
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test 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
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
184 test \$(( 1 + 1 )) = 2 || exit 1"
185 if (eval "$as_required") 2>/dev/null; then :
186 as_have_required=yes
187 else
188 as_have_required=no
190 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
192 else
193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
194 as_found=false
195 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
197 IFS=$as_save_IFS
198 test -z "$as_dir" && as_dir=.
199 as_found=:
200 case $as_dir in #(
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
212 done;;
213 esac
214 as_found=false
215 done
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
219 fi; }
220 IFS=$as_save_IFS
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+"$@"}
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
242 $0: linux-nfs@vger.kernel.org about your system, including
243 $0: any error possibly output before this message. Then
244 $0: install a modern shell, or manually run the script
245 $0: under such a shell if you do have one."
247 exit 1
251 SHELL=${CONFIG_SHELL-/bin/sh}
252 export SHELL
253 # Unset more variables known to interfere with behavior of common tools.
254 CLICOLOR_FORCE= GREP_OPTIONS=
255 unset CLICOLOR_FORCE GREP_OPTIONS
257 ## --------------------- ##
258 ## M4sh Shell Functions. ##
259 ## --------------------- ##
260 # as_fn_unset VAR
261 # ---------------
262 # Portably unset VAR.
263 as_fn_unset ()
265 { eval $1=; unset $1;}
267 as_unset=as_fn_unset
269 # as_fn_set_status STATUS
270 # -----------------------
271 # Set $? to STATUS, without forking.
272 as_fn_set_status ()
274 return $1
275 } # as_fn_set_status
277 # as_fn_exit STATUS
278 # -----------------
279 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
280 as_fn_exit ()
282 set +e
283 as_fn_set_status $1
284 exit $1
285 } # as_fn_exit
287 # as_fn_mkdir_p
288 # -------------
289 # Create "$as_dir" as a directory, including parents if necessary.
290 as_fn_mkdir_p ()
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/
314 /^X\(\/\/\)[^/].*/{
315 s//\1/
318 /^X\(\/\/\)$/{
319 s//\1/
322 /^X\(\/\).*/{
323 s//\1/
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"
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.
340 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341 eval 'as_fn_append ()
343 eval $1+=\$2
345 else
346 as_fn_append ()
348 eval $1=\$$1\$2
350 fi # as_fn_append
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.
357 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
358 eval 'as_fn_arith ()
360 as_val=$(( $* ))
362 else
363 as_fn_arith ()
365 as_val=`expr "$@" || test $? -eq 1`
367 fi # as_fn_arith
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.
375 as_fn_error ()
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
382 $as_echo "$as_me: error: $2" >&2
383 as_fn_exit $as_status
384 } # as_fn_error
386 if expr a : '\(a\)' >/dev/null 2>&1 &&
387 test "X`expr 00001 : '.*\(...\)'`" = X001; then
388 as_expr=expr
389 else
390 as_expr=false
393 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394 as_basename=basename
395 else
396 as_basename=false
399 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400 as_dirname=dirname
401 else
402 as_dirname=false
405 as_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/
414 /^X\/\(\/\/\)$/{
415 s//\1/
418 /^X\/\(\/\).*/{
419 s//\1/
422 s/.*/./; q'`
424 # Avoid depending upon Character Ranges.
425 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
426 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
427 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
428 as_cr_digits='0123456789'
429 as_cr_alnum=$as_cr_Letters$as_cr_digits
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 '
439 /[$]LINENO/=
440 ' <$as_myself |
441 sed '
442 s/[$]LINENO.*/&-/
443 t lineno
445 :lineno
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; }
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
463 ECHO_C= ECHO_N= ECHO_T=
464 case `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;;
473 ECHO_N='-n';;
474 esac
476 rm -f conf$$ conf$$.exe conf$$.file
477 if test -d conf$$.dir; then
478 rm -f conf$$.dir/conf$$.file
479 else
480 rm -f conf$$.dir
481 mkdir conf$$.dir 2>/dev/null
483 if (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'
497 else
498 as_ln_s='cp -p'
500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501 rmdir conf$$.dir 2>/dev/null
503 if mkdir -p . 2>/dev/null; then
504 as_mkdir_p='mkdir -p "$as_dir"'
505 else
506 test -d ./-p && rmdir ./-p
507 as_mkdir_p=false
510 if test -x / >/dev/null 2>&1; then
511 as_test_x='test -x'
512 else
513 if ls -dL / >/dev/null 2>&1; then
514 as_ls_L_option=L
515 else
516 as_ls_L_option=
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
531 as_executable_p=$as_test_x
533 # Sed expression to map a string onto a valid CPP name.
534 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
536 # Sed expression to map a string onto a valid variable name.
537 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
539 SHELL=${CONFIG_SHELL-/bin/sh}
542 test -n "$DJDIR" || exec 7<&0 </dev/null
543 exec 6>&1
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.
548 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
551 # Initializations.
553 ac_default_prefix=/usr/local
554 ac_clean_files=
555 ac_config_libobj_dir=.
556 LIBOBJS=
557 cross_compiling=no
558 subdirs=
559 MFLAGS=
560 MAKEFLAGS=
562 # Identity of this package.
563 PACKAGE_NAME='libnfsidmap'
564 PACKAGE_TARNAME='libnfsidmap'
565 PACKAGE_VERSION='0.24'
566 PACKAGE_STRING='libnfsidmap 0.24'
567 PACKAGE_BUGREPORT='linux-nfs@vger.kernel.org'
568 PACKAGE_URL=''
570 ac_unique_file="nfsidmap.h"
571 # Factoring default headers for most tests.
572 ac_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"
607 ac_subst_vars='am__EXEEXT_FALSE
608 am__EXEEXT_TRUE
609 LTLIBOBJS
610 LIBOBJS
611 ENABLE_GUMS_FALSE
612 ENABLE_GUMS_TRUE
613 ENABLE_LDAP_FALSE
614 ENABLE_LDAP_TRUE
616 OTOOL64
617 OTOOL
618 LIPO
619 NMEDIT
620 DSYMUTIL
621 RANLIB
623 OBJDUMP
624 LN_S
626 ac_ct_DUMPBIN
627 DUMPBIN
629 FGREP
630 EGREP
631 GREP
633 am__fastdepCC_FALSE
634 am__fastdepCC_TRUE
635 CCDEPMODE
636 AMDEPBACKSLASH
637 AMDEP_FALSE
638 AMDEP_TRUE
639 am__quote
640 am__include
641 DEPDIR
642 OBJEXT
643 EXEEXT
644 ac_ct_CC
645 CPPFLAGS
646 LDFLAGS
647 CFLAGS
649 host_os
650 host_vendor
651 host_cpu
652 host
653 build_os
654 build_vendor
655 build_cpu
656 build
657 LIBTOOL
658 am__untar
659 am__tar
660 AMTAR
661 am__leading_dot
662 SET_MAKE
664 mkdir_p
665 MKDIR_P
666 INSTALL_STRIP_PROGRAM
667 STRIP
668 install_sh
669 MAKEINFO
670 AUTOHEADER
671 AUTOMAKE
672 AUTOCONF
673 ACLOCAL
674 VERSION
675 PACKAGE
676 CYGPATH_W
677 am__isrc
678 INSTALL_DATA
679 INSTALL_SCRIPT
680 INSTALL_PROGRAM
681 target_alias
682 host_alias
683 build_alias
684 LIBS
685 ECHO_T
686 ECHO_N
687 ECHO_C
688 DEFS
689 mandir
690 localedir
691 libdir
692 psdir
693 pdfdir
694 dvidir
695 htmldir
696 infodir
697 docdir
698 oldincludedir
699 includedir
700 localstatedir
701 sharedstatedir
702 sysconfdir
703 datadir
704 datarootdir
705 libexecdir
706 sbindir
707 bindir
708 program_transform_name
709 prefix
710 exec_prefix
711 PACKAGE_URL
712 PACKAGE_BUGREPORT
713 PACKAGE_STRING
714 PACKAGE_VERSION
715 PACKAGE_TARNAME
716 PACKAGE_NAME
717 PATH_SEPARATOR
718 SHELL'
719 ac_subst_files=''
720 ac_user_opts='
721 enable_option_checking
722 enable_shared
723 enable_static
724 with_pic
725 enable_fast_install
726 enable_dependency_tracking
727 with_gnu_ld
728 enable_libtool_lock
729 enable_ldap
730 enable_gums
732 ac_precious_vars='build_alias
733 host_alias
734 target_alias
736 CFLAGS
737 LDFLAGS
738 LIBS
739 CPPFLAGS
740 CPP'
743 # Initialize some variables set by options.
744 ac_init_help=
745 ac_init_version=false
746 ac_unrecognized_opts=
747 ac_unrecognized_sep=
748 # The variables have the same names as the options, with
749 # dashes changed to underlines.
750 cache_file=/dev/null
751 exec_prefix=NONE
752 no_create=
753 no_recursion=
754 prefix=NONE
755 program_prefix=NONE
756 program_suffix=NONE
757 program_transform_name=s,x,x,
758 silent=
759 site=
760 srcdir=
761 verbose=
762 x_includes=NONE
763 x_libraries=NONE
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.)
771 bindir='${exec_prefix}/bin'
772 sbindir='${exec_prefix}/sbin'
773 libexecdir='${exec_prefix}/libexec'
774 datarootdir='${prefix}/share'
775 datadir='${datarootdir}'
776 sysconfdir='${prefix}/etc'
777 sharedstatedir='${prefix}/com'
778 localstatedir='${prefix}/var'
779 includedir='${prefix}/include'
780 oldincludedir='/usr/include'
781 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
782 infodir='${datarootdir}/info'
783 htmldir='${docdir}'
784 dvidir='${docdir}'
785 pdfdir='${docdir}'
786 psdir='${docdir}'
787 libdir='${exec_prefix}/lib'
788 localedir='${datarootdir}/locale'
789 mandir='${datarootdir}/man'
791 ac_prev=
792 ac_dashdash=
793 for ac_option
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
802 case $ac_option in
803 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
804 *) ac_optarg=yes ;;
805 esac
807 # Accept the important Cygnus configure options, so we can diagnose typos.
809 case $ac_dashdash$ac_option in
811 ac_dashdash=yes ;;
813 -bindir | --bindir | --bindi | --bind | --bin | --bi)
814 ac_prev=bindir ;;
815 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
816 bindir=$ac_optarg ;;
818 -build | --build | --buil | --bui | --bu)
819 ac_prev=build_alias ;;
820 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
821 build_alias=$ac_optarg ;;
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 ;;
830 --config-cache | -C)
831 cache_file=config.cache ;;
833 -datadir | --datadir | --datadi | --datad)
834 ac_prev=datadir ;;
835 -datadir=* | --datadir=* | --datadi=* | --datad=*)
836 datadir=$ac_optarg ;;
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 ;;
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
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 ;;
861 -docdir | --docdir | --docdi | --doc | --do)
862 ac_prev=docdir ;;
863 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
864 docdir=$ac_optarg ;;
866 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
867 ac_prev=dvidir ;;
868 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
869 dvidir=$ac_optarg ;;
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
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 ;;
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 ;;
896 -gas | --gas | --ga | --g)
897 # Obsolete; use --with-gas.
898 with_gas=yes ;;
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 ;;
907 -host | --host | --hos | --ho)
908 ac_prev=host_alias ;;
909 -host=* | --host=* | --hos=* | --ho=*)
910 host_alias=$ac_optarg ;;
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 ;;
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 ;;
925 -infodir | --infodir | --infodi | --infod | --info | --inf)
926 ac_prev=infodir ;;
927 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
928 infodir=$ac_optarg ;;
930 -libdir | --libdir | --libdi | --libd)
931 ac_prev=libdir ;;
932 -libdir=* | --libdir=* | --libdi=* | --libd=*)
933 libdir=$ac_optarg ;;
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 ;;
942 -localedir | --localedir | --localedi | --localed | --locale)
943 ac_prev=localedir ;;
944 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
945 localedir=$ac_optarg ;;
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 ;;
954 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
955 ac_prev=mandir ;;
956 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
957 mandir=$ac_optarg ;;
959 -nfp | --nfp | --nf)
960 # Obsolete; use --without-fp.
961 with_fp=no ;;
963 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
964 | --no-cr | --no-c | -n)
965 no_create=yes ;;
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 ;;
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 ;;
980 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
981 ac_prev=prefix ;;
982 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
983 prefix=$ac_optarg ;;
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 ;;
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 ;;
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 ;;
1016 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1017 ac_prev=pdfdir ;;
1018 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1019 pdfdir=$ac_optarg ;;
1021 -psdir | --psdir | --psdi | --psd | --ps)
1022 ac_prev=psdir ;;
1023 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1024 psdir=$ac_optarg ;;
1026 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1027 | -silent | --silent | --silen | --sile | --sil)
1028 silent=yes ;;
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 ;;
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 ;;
1047 -site | --site | --sit)
1048 ac_prev=site ;;
1049 -site=* | --site=* | --sit=*)
1050 site=$ac_optarg ;;
1052 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1053 ac_prev=srcdir ;;
1054 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1055 srcdir=$ac_optarg ;;
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 ;;
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 ;;
1069 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1070 verbose=yes ;;
1072 -version | --version | --versio | --versi | --vers | -V)
1073 ac_init_version=: ;;
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
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 ;;
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
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 ;;
1107 --x)
1108 # Obsolete; use --with-x.
1109 with_x=yes ;;
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 ;;
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 ;;
1125 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1126 Try \`$0 --help' for more information"
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 ;;
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}
1147 esac
1148 done
1150 if test -n "$ac_prev"; then
1151 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1152 as_fn_error $? "missing argument to $ac_option"
1155 if 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
1163 # Check all directory arguments for consistency.
1164 for 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
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"
1182 done
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.
1187 build=$build_alias
1188 host=$host_alias
1189 target=$target_alias
1191 # FIXME: To remove some day.
1192 if 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
1202 ac_tool_prefix=
1203 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1205 test "$silent" = yes && exec 6>/dev/null
1208 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1209 ac_ls_di=`ls -di .` &&
1210 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1211 as_fn_error $? "working directory cannot be determined"
1212 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1213 as_fn_error $? "pwd does not report name of working directory"
1216 # Find the source files, if location was not specified.
1217 if 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/
1230 /^X\(\/\/\)[^/].*/{
1231 s//\1/
1234 /^X\(\/\/\)$/{
1235 s//\1/
1238 /^X\(\/\).*/{
1239 s//\1/
1242 s/.*/./; q'`
1243 srcdir=$ac_confdir
1244 if test ! -r "$srcdir/$ac_unique_file"; then
1245 srcdir=..
1247 else
1248 ac_srcdir_defaulted=no
1250 if 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"
1254 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1255 ac_abs_confdir=`(
1256 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1257 pwd)`
1258 # When building in place, set srcdir=.
1259 if test "$ac_abs_confdir" = "$ac_pwd"; then
1260 srcdir=.
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.
1265 case $srcdir in
1266 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1267 esac
1268 for 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}
1273 done
1276 # Report the --help message.
1278 if 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 libnfsidmap 0.24 to adapt to many kinds of systems.
1284 Usage: $0 [OPTION]... [VAR=VALUE]...
1286 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1287 VAR=VALUE. See below for descriptions of some of the useful variables.
1289 Defaults for the options are specified in brackets.
1291 Configuration:
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 \`..']
1302 Installation 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]
1308 By default, \`make install' will install all the files in
1309 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1310 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1311 for instance \`--prefix=\$HOME'.
1313 For better control, use the options below.
1315 Fine 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/libnfsidmap]
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
1337 cat <<\_ACEOF
1339 Program 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
1344 System 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
1350 if test -n "$ac_init_help"; then
1351 case $ac_init_help in
1352 short | recursive ) echo "Configuration of libnfsidmap 0.24:";;
1353 esac
1354 cat <<\_ACEOF
1356 Optional 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 --disable-ldap Disable support for LDAP [default=detect]
1368 --enable-gums Enable support for the GUMS mapping library
1369 [default=false]
1371 Optional Packages:
1372 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1373 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1374 --with-pic try to use only PIC/non-PIC objects [default=use
1375 both]
1376 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1378 Some influential environment variables:
1379 CC C compiler command
1380 CFLAGS C compiler flags
1381 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1382 nonstandard directory <lib dir>
1383 LIBS libraries to pass to the linker, e.g. -l<library>
1384 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1385 you have headers in a nonstandard directory <include dir>
1386 CPP C preprocessor
1388 Use these variables to override the choices made by `configure' or to help
1389 it to find libraries and programs with nonstandard names/locations.
1391 Report bugs to <linux-nfs@vger.kernel.org>.
1392 _ACEOF
1393 ac_status=$?
1396 if test "$ac_init_help" = "recursive"; then
1397 # If there are subdirs, report their specific --help.
1398 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1399 test -d "$ac_dir" ||
1400 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1401 continue
1402 ac_builddir=.
1404 case "$ac_dir" in
1405 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1407 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1408 # A ".." for each directory in $ac_dir_suffix.
1409 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1410 case $ac_top_builddir_sub in
1411 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1412 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1413 esac ;;
1414 esac
1415 ac_abs_top_builddir=$ac_pwd
1416 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1417 # for backward compatibility:
1418 ac_top_builddir=$ac_top_build_prefix
1420 case $srcdir in
1421 .) # We are building in place.
1422 ac_srcdir=.
1423 ac_top_srcdir=$ac_top_builddir_sub
1424 ac_abs_top_srcdir=$ac_pwd ;;
1425 [\\/]* | ?:[\\/]* ) # Absolute name.
1426 ac_srcdir=$srcdir$ac_dir_suffix;
1427 ac_top_srcdir=$srcdir
1428 ac_abs_top_srcdir=$srcdir ;;
1429 *) # Relative name.
1430 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1431 ac_top_srcdir=$ac_top_build_prefix$srcdir
1432 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1433 esac
1434 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1436 cd "$ac_dir" || { ac_status=$?; continue; }
1437 # Check for guested configure.
1438 if test -f "$ac_srcdir/configure.gnu"; then
1439 echo &&
1440 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1441 elif test -f "$ac_srcdir/configure"; then
1442 echo &&
1443 $SHELL "$ac_srcdir/configure" --help=recursive
1444 else
1445 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1446 fi || ac_status=$?
1447 cd "$ac_pwd" || { ac_status=$?; break; }
1448 done
1451 test -n "$ac_init_help" && exit $ac_status
1452 if $ac_init_version; then
1453 cat <<\_ACEOF
1454 libnfsidmap configure 0.24
1455 generated by GNU Autoconf 2.66
1457 Copyright (C) 2010 Free Software Foundation, Inc.
1458 This configure script is free software; the Free Software Foundation
1459 gives unlimited permission to copy, distribute and modify it.
1460 _ACEOF
1461 exit
1464 ## ------------------------ ##
1465 ## Autoconf initialization. ##
1466 ## ------------------------ ##
1468 # ac_fn_c_try_compile LINENO
1469 # --------------------------
1470 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1471 ac_fn_c_try_compile ()
1473 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1474 rm -f conftest.$ac_objext
1475 if { { ac_try="$ac_compile"
1476 case "(($ac_try" in
1477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1478 *) ac_try_echo=$ac_try;;
1479 esac
1480 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1481 $as_echo "$ac_try_echo"; } >&5
1482 (eval "$ac_compile") 2>conftest.err
1483 ac_status=$?
1484 if test -s conftest.err; then
1485 grep -v '^ *+' conftest.err >conftest.er1
1486 cat conftest.er1 >&5
1487 mv -f conftest.er1 conftest.err
1489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1490 test $ac_status = 0; } && {
1491 test -z "$ac_c_werror_flag" ||
1492 test ! -s conftest.err
1493 } && test -s conftest.$ac_objext; then :
1494 ac_retval=0
1495 else
1496 $as_echo "$as_me: failed program was:" >&5
1497 sed 's/^/| /' conftest.$ac_ext >&5
1499 ac_retval=1
1501 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1502 as_fn_set_status $ac_retval
1504 } # ac_fn_c_try_compile
1506 # ac_fn_c_try_link LINENO
1507 # -----------------------
1508 # Try to link conftest.$ac_ext, and return whether this succeeded.
1509 ac_fn_c_try_link ()
1511 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1512 rm -f conftest.$ac_objext conftest$ac_exeext
1513 if { { ac_try="$ac_link"
1514 case "(($ac_try" in
1515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1516 *) ac_try_echo=$ac_try;;
1517 esac
1518 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1519 $as_echo "$ac_try_echo"; } >&5
1520 (eval "$ac_link") 2>conftest.err
1521 ac_status=$?
1522 if test -s conftest.err; then
1523 grep -v '^ *+' conftest.err >conftest.er1
1524 cat conftest.er1 >&5
1525 mv -f conftest.er1 conftest.err
1527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1528 test $ac_status = 0; } && {
1529 test -z "$ac_c_werror_flag" ||
1530 test ! -s conftest.err
1531 } && test -s conftest$ac_exeext && {
1532 test "$cross_compiling" = yes ||
1533 $as_test_x conftest$ac_exeext
1534 }; then :
1535 ac_retval=0
1536 else
1537 $as_echo "$as_me: failed program was:" >&5
1538 sed 's/^/| /' conftest.$ac_ext >&5
1540 ac_retval=1
1542 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1543 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1544 # interfere with the next link command; also delete a directory that is
1545 # left behind by Apple's compiler. We do this before executing the actions.
1546 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1547 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1548 as_fn_set_status $ac_retval
1550 } # ac_fn_c_try_link
1552 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1553 # -------------------------------------------------------
1554 # Tests whether HEADER exists and can be compiled using the include files in
1555 # INCLUDES, setting the cache variable VAR accordingly.
1556 ac_fn_c_check_header_compile ()
1558 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1560 $as_echo_n "checking for $2... " >&6; }
1561 if eval "test \"\${$3+set}\"" = set; then :
1562 $as_echo_n "(cached) " >&6
1563 else
1564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1565 /* end confdefs.h. */
1567 #include <$2>
1568 _ACEOF
1569 if ac_fn_c_try_compile "$LINENO"; then :
1570 eval "$3=yes"
1571 else
1572 eval "$3=no"
1574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1576 eval ac_res=\$$3
1577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1578 $as_echo "$ac_res" >&6; }
1579 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1581 } # ac_fn_c_check_header_compile
1583 # ac_fn_c_try_cpp LINENO
1584 # ----------------------
1585 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1586 ac_fn_c_try_cpp ()
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 if { { ac_try="$ac_cpp conftest.$ac_ext"
1590 case "(($ac_try" in
1591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592 *) ac_try_echo=$ac_try;;
1593 esac
1594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595 $as_echo "$ac_try_echo"; } >&5
1596 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1597 ac_status=$?
1598 if test -s conftest.err; then
1599 grep -v '^ *+' conftest.err >conftest.er1
1600 cat conftest.er1 >&5
1601 mv -f conftest.er1 conftest.err
1603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604 test $ac_status = 0; } >/dev/null && {
1605 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1606 test ! -s conftest.err
1607 }; then :
1608 ac_retval=0
1609 else
1610 $as_echo "$as_me: failed program was:" >&5
1611 sed 's/^/| /' conftest.$ac_ext >&5
1613 ac_retval=1
1615 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1616 as_fn_set_status $ac_retval
1618 } # ac_fn_c_try_cpp
1620 # ac_fn_c_try_run LINENO
1621 # ----------------------
1622 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1623 # that executables *can* be run.
1624 ac_fn_c_try_run ()
1626 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1627 if { { ac_try="$ac_link"
1628 case "(($ac_try" in
1629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1630 *) ac_try_echo=$ac_try;;
1631 esac
1632 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1633 $as_echo "$ac_try_echo"; } >&5
1634 (eval "$ac_link") 2>&5
1635 ac_status=$?
1636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1637 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1638 { { case "(($ac_try" in
1639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1640 *) ac_try_echo=$ac_try;;
1641 esac
1642 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1643 $as_echo "$ac_try_echo"; } >&5
1644 (eval "$ac_try") 2>&5
1645 ac_status=$?
1646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647 test $ac_status = 0; }; }; then :
1648 ac_retval=0
1649 else
1650 $as_echo "$as_me: program exited with status $ac_status" >&5
1651 $as_echo "$as_me: failed program was:" >&5
1652 sed 's/^/| /' conftest.$ac_ext >&5
1654 ac_retval=$ac_status
1656 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1657 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1658 as_fn_set_status $ac_retval
1660 } # ac_fn_c_try_run
1662 # ac_fn_c_check_func LINENO FUNC VAR
1663 # ----------------------------------
1664 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1665 ac_fn_c_check_func ()
1667 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1669 $as_echo_n "checking for $2... " >&6; }
1670 if eval "test \"\${$3+set}\"" = set; then :
1671 $as_echo_n "(cached) " >&6
1672 else
1673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1674 /* end confdefs.h. */
1675 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1676 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1677 #define $2 innocuous_$2
1679 /* System header to define __stub macros and hopefully few prototypes,
1680 which can conflict with char $2 (); below.
1681 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1682 <limits.h> exists even on freestanding compilers. */
1684 #ifdef __STDC__
1685 # include <limits.h>
1686 #else
1687 # include <assert.h>
1688 #endif
1690 #undef $2
1692 /* Override any GCC internal prototype to avoid an error.
1693 Use char because int might match the return type of a GCC
1694 builtin and then its argument prototype would still apply. */
1695 #ifdef __cplusplus
1696 extern "C"
1697 #endif
1698 char $2 ();
1699 /* The GNU C library defines this for functions which it implements
1700 to always fail with ENOSYS. Some functions are actually named
1701 something starting with __ and the normal name is an alias. */
1702 #if defined __stub_$2 || defined __stub___$2
1703 choke me
1704 #endif
1707 main ()
1709 return $2 ();
1711 return 0;
1713 _ACEOF
1714 if ac_fn_c_try_link "$LINENO"; then :
1715 eval "$3=yes"
1716 else
1717 eval "$3=no"
1719 rm -f core conftest.err conftest.$ac_objext \
1720 conftest$ac_exeext conftest.$ac_ext
1722 eval ac_res=\$$3
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1724 $as_echo "$ac_res" >&6; }
1725 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1727 } # ac_fn_c_check_func
1729 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1730 # -------------------------------------------------------
1731 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1732 # the include files in INCLUDES and setting the cache variable VAR
1733 # accordingly.
1734 ac_fn_c_check_header_mongrel ()
1736 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1737 if eval "test \"\${$3+set}\"" = set; then :
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1739 $as_echo_n "checking for $2... " >&6; }
1740 if eval "test \"\${$3+set}\"" = set; then :
1741 $as_echo_n "(cached) " >&6
1743 eval ac_res=\$$3
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1745 $as_echo "$ac_res" >&6; }
1746 else
1747 # Is the header compilable?
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1749 $as_echo_n "checking $2 usability... " >&6; }
1750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1751 /* end confdefs.h. */
1753 #include <$2>
1754 _ACEOF
1755 if ac_fn_c_try_compile "$LINENO"; then :
1756 ac_header_compiler=yes
1757 else
1758 ac_header_compiler=no
1760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1762 $as_echo "$ac_header_compiler" >&6; }
1764 # Is the header present?
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1766 $as_echo_n "checking $2 presence... " >&6; }
1767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1768 /* end confdefs.h. */
1769 #include <$2>
1770 _ACEOF
1771 if ac_fn_c_try_cpp "$LINENO"; then :
1772 ac_header_preproc=yes
1773 else
1774 ac_header_preproc=no
1776 rm -f conftest.err conftest.$ac_ext
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1778 $as_echo "$ac_header_preproc" >&6; }
1780 # So? What about this header?
1781 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1782 yes:no: )
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1784 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1786 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1788 no:yes:* )
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1790 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1792 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1794 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1796 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1798 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1799 ( $as_echo "## ---------------------------------------- ##
1800 ## Report this to linux-nfs@vger.kernel.org ##
1801 ## ---------------------------------------- ##"
1802 ) | sed "s/^/$as_me: WARNING: /" >&2
1804 esac
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1806 $as_echo_n "checking for $2... " >&6; }
1807 if eval "test \"\${$3+set}\"" = set; then :
1808 $as_echo_n "(cached) " >&6
1809 else
1810 eval "$3=\$ac_header_compiler"
1812 eval ac_res=\$$3
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1814 $as_echo "$ac_res" >&6; }
1816 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1818 } # ac_fn_c_check_header_mongrel
1820 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1821 # -------------------------------------------
1822 # Tests whether TYPE exists after having included INCLUDES, setting cache
1823 # variable VAR accordingly.
1824 ac_fn_c_check_type ()
1826 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1828 $as_echo_n "checking for $2... " >&6; }
1829 if eval "test \"\${$3+set}\"" = set; then :
1830 $as_echo_n "(cached) " >&6
1831 else
1832 eval "$3=no"
1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834 /* end confdefs.h. */
1837 main ()
1839 if (sizeof ($2))
1840 return 0;
1842 return 0;
1844 _ACEOF
1845 if ac_fn_c_try_compile "$LINENO"; then :
1846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1847 /* end confdefs.h. */
1850 main ()
1852 if (sizeof (($2)))
1853 return 0;
1855 return 0;
1857 _ACEOF
1858 if ac_fn_c_try_compile "$LINENO"; then :
1860 else
1861 eval "$3=yes"
1863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1867 eval ac_res=\$$3
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1869 $as_echo "$ac_res" >&6; }
1870 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1872 } # ac_fn_c_check_type
1873 cat >config.log <<_ACEOF
1874 This file contains any messages produced by compilers while
1875 running configure, to aid debugging if configure makes a mistake.
1877 It was created by libnfsidmap $as_me 0.24, which was
1878 generated by GNU Autoconf 2.66. Invocation command line was
1880 $ $0 $@
1882 _ACEOF
1883 exec 5>>config.log
1885 cat <<_ASUNAME
1886 ## --------- ##
1887 ## Platform. ##
1888 ## --------- ##
1890 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1891 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1892 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1893 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1894 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1896 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1897 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1899 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1900 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1901 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1902 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1903 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1904 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1905 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1907 _ASUNAME
1909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1910 for as_dir in $PATH
1912 IFS=$as_save_IFS
1913 test -z "$as_dir" && as_dir=.
1914 $as_echo "PATH: $as_dir"
1915 done
1916 IFS=$as_save_IFS
1918 } >&5
1920 cat >&5 <<_ACEOF
1923 ## ----------- ##
1924 ## Core tests. ##
1925 ## ----------- ##
1927 _ACEOF
1930 # Keep a trace of the command line.
1931 # Strip out --no-create and --no-recursion so they do not pile up.
1932 # Strip out --silent because we don't want to record it for future runs.
1933 # Also quote any args containing shell meta-characters.
1934 # Make two passes to allow for proper duplicate-argument suppression.
1935 ac_configure_args=
1936 ac_configure_args0=
1937 ac_configure_args1=
1938 ac_must_keep_next=false
1939 for ac_pass in 1 2
1941 for ac_arg
1943 case $ac_arg in
1944 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1945 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1946 | -silent | --silent | --silen | --sile | --sil)
1947 continue ;;
1948 *\'*)
1949 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1950 esac
1951 case $ac_pass in
1952 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1954 as_fn_append ac_configure_args1 " '$ac_arg'"
1955 if test $ac_must_keep_next = true; then
1956 ac_must_keep_next=false # Got value, back to normal.
1957 else
1958 case $ac_arg in
1959 *=* | --config-cache | -C | -disable-* | --disable-* \
1960 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1961 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1962 | -with-* | --with-* | -without-* | --without-* | --x)
1963 case "$ac_configure_args0 " in
1964 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1965 esac
1967 -* ) ac_must_keep_next=true ;;
1968 esac
1970 as_fn_append ac_configure_args " '$ac_arg'"
1972 esac
1973 done
1974 done
1975 { ac_configure_args0=; unset ac_configure_args0;}
1976 { ac_configure_args1=; unset ac_configure_args1;}
1978 # When interrupted or exit'd, cleanup temporary files, and complete
1979 # config.log. We remove comments because anyway the quotes in there
1980 # would cause problems or look ugly.
1981 # WARNING: Use '\'' to represent an apostrophe within the trap.
1982 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1983 trap 'exit_status=$?
1984 # Save into config.log some information that might help in debugging.
1986 echo
1988 $as_echo "## ---------------- ##
1989 ## Cache variables. ##
1990 ## ---------------- ##"
1991 echo
1992 # The following way of writing the cache mishandles newlines in values,
1994 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1995 eval ac_val=\$$ac_var
1996 case $ac_val in #(
1997 *${as_nl}*)
1998 case $ac_var in #(
1999 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2000 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2001 esac
2002 case $ac_var in #(
2003 _ | IFS | as_nl) ;; #(
2004 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2005 *) { eval $ac_var=; unset $ac_var;} ;;
2006 esac ;;
2007 esac
2008 done
2009 (set) 2>&1 |
2010 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2011 *${as_nl}ac_space=\ *)
2012 sed -n \
2013 "s/'\''/'\''\\\\'\'''\''/g;
2014 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2015 ;; #(
2017 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2019 esac |
2020 sort
2022 echo
2024 $as_echo "## ----------------- ##
2025 ## Output variables. ##
2026 ## ----------------- ##"
2027 echo
2028 for ac_var in $ac_subst_vars
2030 eval ac_val=\$$ac_var
2031 case $ac_val in
2032 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2033 esac
2034 $as_echo "$ac_var='\''$ac_val'\''"
2035 done | sort
2036 echo
2038 if test -n "$ac_subst_files"; then
2039 $as_echo "## ------------------- ##
2040 ## File substitutions. ##
2041 ## ------------------- ##"
2042 echo
2043 for ac_var in $ac_subst_files
2045 eval ac_val=\$$ac_var
2046 case $ac_val in
2047 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2048 esac
2049 $as_echo "$ac_var='\''$ac_val'\''"
2050 done | sort
2051 echo
2054 if test -s confdefs.h; then
2055 $as_echo "## ----------- ##
2056 ## confdefs.h. ##
2057 ## ----------- ##"
2058 echo
2059 cat confdefs.h
2060 echo
2062 test "$ac_signal" != 0 &&
2063 $as_echo "$as_me: caught signal $ac_signal"
2064 $as_echo "$as_me: exit $exit_status"
2065 } >&5
2066 rm -f core *.core core.conftest.* &&
2067 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2068 exit $exit_status
2070 for ac_signal in 1 2 13 15; do
2071 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2072 done
2073 ac_signal=0
2075 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2076 rm -f -r conftest* confdefs.h
2078 $as_echo "/* confdefs.h */" > confdefs.h
2080 # Predefined preprocessor variables.
2082 cat >>confdefs.h <<_ACEOF
2083 #define PACKAGE_NAME "$PACKAGE_NAME"
2084 _ACEOF
2086 cat >>confdefs.h <<_ACEOF
2087 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2088 _ACEOF
2090 cat >>confdefs.h <<_ACEOF
2091 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2092 _ACEOF
2094 cat >>confdefs.h <<_ACEOF
2095 #define PACKAGE_STRING "$PACKAGE_STRING"
2096 _ACEOF
2098 cat >>confdefs.h <<_ACEOF
2099 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2100 _ACEOF
2102 cat >>confdefs.h <<_ACEOF
2103 #define PACKAGE_URL "$PACKAGE_URL"
2104 _ACEOF
2107 # Let the site file select an alternate cache file if it wants to.
2108 # Prefer an explicitly selected file to automatically selected ones.
2109 ac_site_file1=NONE
2110 ac_site_file2=NONE
2111 if test -n "$CONFIG_SITE"; then
2112 # We do not want a PATH search for config.site.
2113 case $CONFIG_SITE in #((
2114 -*) ac_site_file1=./$CONFIG_SITE;;
2115 */*) ac_site_file1=$CONFIG_SITE;;
2116 *) ac_site_file1=./$CONFIG_SITE;;
2117 esac
2118 elif test "x$prefix" != xNONE; then
2119 ac_site_file1=$prefix/share/config.site
2120 ac_site_file2=$prefix/etc/config.site
2121 else
2122 ac_site_file1=$ac_default_prefix/share/config.site
2123 ac_site_file2=$ac_default_prefix/etc/config.site
2125 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2127 test "x$ac_site_file" = xNONE && continue
2128 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2130 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2131 sed 's/^/| /' "$ac_site_file" >&5
2132 . "$ac_site_file" \
2133 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2134 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2135 as_fn_error $? "failed to load site script $ac_site_file
2136 See \`config.log' for more details" "$LINENO" 5; }
2138 done
2140 if test -r "$cache_file"; then
2141 # Some versions of bash will fail to source /dev/null (special files
2142 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2143 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2145 $as_echo "$as_me: loading cache $cache_file" >&6;}
2146 case $cache_file in
2147 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2148 *) . "./$cache_file";;
2149 esac
2151 else
2152 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2153 $as_echo "$as_me: creating cache $cache_file" >&6;}
2154 >$cache_file
2157 # Check that the precious variables saved in the cache have kept the same
2158 # value.
2159 ac_cache_corrupted=false
2160 for ac_var in $ac_precious_vars; do
2161 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2162 eval ac_new_set=\$ac_env_${ac_var}_set
2163 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2164 eval ac_new_val=\$ac_env_${ac_var}_value
2165 case $ac_old_set,$ac_new_set in
2166 set,)
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2168 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2169 ac_cache_corrupted=: ;;
2170 ,set)
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2172 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2173 ac_cache_corrupted=: ;;
2174 ,);;
2176 if test "x$ac_old_val" != "x$ac_new_val"; then
2177 # differences in whitespace do not lead to failure.
2178 ac_old_val_w=`echo x $ac_old_val`
2179 ac_new_val_w=`echo x $ac_new_val`
2180 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2182 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2183 ac_cache_corrupted=:
2184 else
2185 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2186 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2187 eval $ac_var=\$ac_old_val
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2190 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2192 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2193 fi;;
2194 esac
2195 # Pass precious variables to config.status.
2196 if test "$ac_new_set" = set; then
2197 case $ac_new_val in
2198 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2199 *) ac_arg=$ac_var=$ac_new_val ;;
2200 esac
2201 case " $ac_configure_args " in
2202 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2203 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2204 esac
2206 done
2207 if $ac_cache_corrupted; then
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2209 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2210 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2211 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2212 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2214 ## -------------------- ##
2215 ## Main body of script. ##
2216 ## -------------------- ##
2218 ac_ext=c
2219 ac_cpp='$CPP $CPPFLAGS'
2220 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2221 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2222 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2227 am__api_version='1.11'
2229 ac_aux_dir=
2230 for 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
2244 done
2245 if test -z "$ac_aux_dir"; then
2246 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
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.
2253 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2254 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2255 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
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; }
2274 if test -z "$INSTALL"; then
2275 if test "${ac_cv_path_install+set}" = set; then :
2276 $as_echo_n "(cached) " >&6
2277 else
2278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2279 for as_dir in $PATH
2281 IFS=$as_save_IFS
2282 test -z "$as_dir" && as_dir=.
2283 # Account for people who put trailing slashes in PATH elements.
2284 case $as_dir/ in #((
2285 ./ | .// | /[cC]/* | \
2286 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2287 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2288 /usr/ucb/* ) ;;
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.
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.
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
2319 done
2320 done
2322 esac
2324 done
2325 IFS=$as_save_IFS
2327 rm -rf conftest.one conftest.two conftest.dir
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
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2341 $as_echo "$INSTALL" >&6; }
2343 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2344 # It thinks the first close brace ends the variable substitution.
2345 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2347 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2349 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
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
2354 sleep 1
2355 echo timestamp > conftest.file
2356 # Reject unsafe characters in $srcdir or the absolute working directory
2357 # name. Accept space and tab only in the latter.
2358 am_lf='
2360 case `pwd` in
2361 *[\\\"\#\$\&\'\`$am_lf]*)
2362 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2363 esac
2364 case $srcdir in
2365 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2366 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2367 esac
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).
2374 if (
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`
2380 rm -f conftest.file
2381 if test "$*" != "X $srcdir/configure conftest.file" \
2382 && test "$*" != "X conftest.file $srcdir/configure"; then
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
2389 alias in your environment" "$LINENO" 5
2392 test "$2" = conftest.file
2394 then
2395 # Ok.
2397 else
2398 as_fn_error $? "newly created file is older than distributed files!
2399 Check your system clock" "$LINENO" 5
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2402 $as_echo "yes" >&6; }
2403 test "$program_prefix" != NONE &&
2404 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2405 # Use a double $ so make ignores it.
2406 test "$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.
2410 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2411 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2413 # expand $ac_aux_dir to an absolute path
2414 am_aux_dir=`cd $ac_aux_dir && pwd`
2416 if test x"${MISSING+set}" != xset; then
2417 case $am_aux_dir in
2418 *\ * | *\ *)
2419 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2421 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2422 esac
2424 # Use eval to expand $SHELL
2425 if eval "$MISSING --run true"; then
2426 am_missing_run="$MISSING --run "
2427 else
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;}
2433 if test x"${install_sh}" != xset; then
2434 case $am_aux_dir in
2435 *\ * | *\ *)
2436 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2438 install_sh="\${SHELL} $am_aux_dir/install-sh"
2439 esac
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.
2446 if 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.
2449 set 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; }
2452 if test "${ac_cv_prog_STRIP+set}" = set; then :
2453 $as_echo_n "(cached) " >&6
2454 else
2455 if test -n "$STRIP"; then
2456 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2457 else
2458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2459 for as_dir in $PATH
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
2469 done
2470 done
2471 IFS=$as_save_IFS
2475 STRIP=$ac_cv_prog_STRIP
2476 if test -n "$STRIP"; then
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2478 $as_echo "$STRIP" >&6; }
2479 else
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2481 $as_echo "no" >&6; }
2486 if 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.
2489 set 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; }
2492 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2493 $as_echo_n "(cached) " >&6
2494 else
2495 if test -n "$ac_ct_STRIP"; then
2496 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2497 else
2498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2499 for as_dir in $PATH
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
2509 done
2510 done
2511 IFS=$as_save_IFS
2515 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2516 if 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; }
2519 else
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2521 $as_echo "no" >&6; }
2524 if test "x$ac_ct_STRIP" = x; then
2525 STRIP=":"
2526 else
2527 case $cross_compiling:$ac_tool_warned in
2528 yes:)
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;}
2531 ac_tool_warned=yes ;;
2532 esac
2533 STRIP=$ac_ct_STRIP
2535 else
2536 STRIP="$ac_cv_prog_STRIP"
2540 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
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; }
2544 if test -z "$MKDIR_P"; then
2545 if test "${ac_cv_path_mkdir+set}" = set; then :
2546 $as_echo_n "(cached) " >&6
2547 else
2548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2549 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
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
2566 IFS=$as_save_IFS
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"
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2582 $as_echo "$MKDIR_P" >&6; }
2584 mkdir_p="$MKDIR_P"
2585 case $mkdir_p in
2586 [\\/$]* | ?:[\\/]*) ;;
2587 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2588 esac
2590 for ac_prog in gawk mawk nawk awk
2592 # Extract the first word of "$ac_prog", so it can be a program name with args.
2593 set 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; }
2596 if test "${ac_cv_prog_AWK+set}" = set; then :
2597 $as_echo_n "(cached) " >&6
2598 else
2599 if test -n "$AWK"; then
2600 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2601 else
2602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2603 for as_dir in $PATH
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
2613 done
2614 done
2615 IFS=$as_save_IFS
2619 AWK=$ac_cv_prog_AWK
2620 if test -n "$AWK"; then
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2622 $as_echo "$AWK" >&6; }
2623 else
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2625 $as_echo "no" >&6; }
2629 test -n "$AWK" && break
2630 done
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; }
2634 set x ${MAKE-make}
2635 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2636 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2637 $as_echo_n "(cached) " >&6
2638 else
2639 cat >conftest.make <<\_ACEOF
2640 SHELL = /bin/sh
2641 all:
2642 @echo '@@@%%%=$(MAKE)=@@@%%%'
2643 _ACEOF
2644 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2645 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2646 *@@@%%%=?*=@@@%%%*)
2647 eval ac_cv_prog_make_${ac_make}_set=yes;;
2649 eval ac_cv_prog_make_${ac_make}_set=no;;
2650 esac
2651 rm -f conftest.make
2653 if 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=
2657 else
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2659 $as_echo "no" >&6; }
2660 SET_MAKE="MAKE=${MAKE-make}"
2663 rm -rf .tst 2>/dev/null
2664 mkdir .tst 2>/dev/null
2665 if test -d .tst; then
2666 am__leading_dot=.
2667 else
2668 am__leading_dot=_
2670 rmdir .tst 2>/dev/null
2672 if 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
2682 # test whether we have cygpath
2683 if 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
2692 # Define the identity of the package.
2693 PACKAGE='libnfsidmap'
2694 VERSION='0.24'
2697 cat >>confdefs.h <<_ACEOF
2698 #define PACKAGE "$PACKAGE"
2699 _ACEOF
2702 cat >>confdefs.h <<_ACEOF
2703 #define VERSION "$VERSION"
2704 _ACEOF
2706 # Some tools Automake needs.
2708 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2711 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2714 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2717 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2720 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2722 # We need awk for the "check" target. The system "awk" is bad on
2723 # some platforms.
2724 # Always define AMTAR for backward compatibility.
2726 AMTAR=${AMTAR-"${am_missing_run}tar"}
2728 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2734 case `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;} ;;
2738 esac
2742 macro_version='2.2.10'
2743 macro_revision='1.3175'
2757 ltmain="$ac_aux_dir/ltmain.sh"
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
2763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2764 $as_echo_n "checking build system type... " >&6; }
2765 if test "${ac_cv_build+set}" = set; then :
2766 $as_echo_n "(cached) " >&6
2767 else
2768 ac_build_alias=$build_alias
2769 test "x$ac_build_alias" = x &&
2770 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2771 test "x$ac_build_alias" = x &&
2772 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2773 ac_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
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2778 $as_echo "$ac_cv_build" >&6; }
2779 case $ac_cv_build in
2780 *-*-*) ;;
2781 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2782 esac
2783 build=$ac_cv_build
2784 ac_save_IFS=$IFS; IFS='-'
2785 set x $ac_cv_build
2786 shift
2787 build_cpu=$1
2788 build_vendor=$2
2789 shift; shift
2790 # Remember, the first character of IFS is used to create $*,
2791 # except with old shells:
2792 build_os=$*
2793 IFS=$ac_save_IFS
2794 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2798 $as_echo_n "checking host system type... " >&6; }
2799 if test "${ac_cv_host+set}" = set; then :
2800 $as_echo_n "(cached) " >&6
2801 else
2802 if test "x$host_alias" = x; then
2803 ac_cv_host=$ac_cv_build
2804 else
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
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2811 $as_echo "$ac_cv_host" >&6; }
2812 case $ac_cv_host in
2813 *-*-*) ;;
2814 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2815 esac
2816 host=$ac_cv_host
2817 ac_save_IFS=$IFS; IFS='-'
2818 set x $ac_cv_host
2819 shift
2820 host_cpu=$1
2821 host_vendor=$2
2822 shift; shift
2823 # Remember, the first character of IFS is used to create $*,
2824 # except with old shells:
2825 host_os=$*
2826 IFS=$ac_save_IFS
2827 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2830 # Backslashify metacharacters that are still active within
2831 # double-quoted strings.
2832 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
2834 # Same as above, but do not quote variable references.
2835 double_quote_subst='s/\(["`\\]\)/\\\1/g'
2837 # Sed substitution to delay expansion of an escaped shell variable in a
2838 # double_quote_subst'ed string.
2839 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
2841 # Sed substitution to delay expansion of an escaped single quote.
2842 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
2844 # Sed substitution to avoid accidental globbing in evaled expressions
2845 no_glob_subst='s/\*/\\\*/g'
2847 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2848 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
2849 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
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.
2854 if 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 --'
2857 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
2858 ECHO='printf %s\n'
2859 else
2860 # Use this function as a fallback that always works.
2861 func_fallback_echo ()
2863 eval 'cat <<_LTECHO_EOF
2865 _LTECHO_EOF'
2867 ECHO='func_fallback_echo'
2870 # func_echo_all arg...
2871 # Invoke $ECHO with all args, space-separated.
2872 func_echo_all ()
2874 $ECHO ""
2877 case "$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; } ;;
2884 esac
2899 DEPDIR="${am__leading_dot}deps"
2901 ac_config_commands="$ac_config_commands depfiles"
2904 am_make=${MAKE-make}
2905 cat > confinc << 'END'
2906 am__doit:
2907 @echo this is the am__doit target
2908 .PHONY: am__doit
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; }
2913 am__include="#"
2914 am__quote=
2915 _am_result=none
2916 # First try GNU make style include.
2917 echo "include confinc" > confmf
2918 # Ignore all kinds of additional output from `make'.
2919 case `$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
2925 esac
2926 # Now try BSD make style include.
2927 if 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
2935 esac
2939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
2940 $as_echo "$_am_result" >&6; }
2941 rm -f confinc confmf
2943 # Check whether --enable-dependency-tracking was given.
2944 if test "${enable_dependency_tracking+set}" = set; then :
2945 enableval=$enable_dependency_tracking;
2948 if test "x$enable_dependency_tracking" != xno; then
2949 am_depcomp="$ac_aux_dir/depcomp"
2950 AMDEPBACKSLASH='\'
2952 if test "x$enable_dependency_tracking" != xno; then
2953 AMDEP_TRUE=
2954 AMDEP_FALSE='#'
2955 else
2956 AMDEP_TRUE='#'
2957 AMDEP_FALSE=
2961 ac_ext=c
2962 ac_cpp='$CPP $CPPFLAGS'
2963 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2964 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2965 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2966 if 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.
2968 set 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; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2973 else
2974 if test -n "$CC"; then
2975 ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
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
2988 done
2989 done
2990 IFS=$as_save_IFS
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3005 if 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.
3008 set 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; }
3011 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013 else
3014 if test -n "$ac_ct_CC"; then
3015 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3016 else
3017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3018 for as_dir in $PATH
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
3028 done
3029 done
3030 IFS=$as_save_IFS
3034 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3035 if 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; }
3038 else
3039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3040 $as_echo "no" >&6; }
3043 if test "x$ac_ct_CC" = x; then
3044 CC=""
3045 else
3046 case $cross_compiling:$ac_tool_warned in
3047 yes:)
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;}
3050 ac_tool_warned=yes ;;
3051 esac
3052 CC=$ac_ct_CC
3054 else
3055 CC="$ac_cv_prog_CC"
3058 if 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.
3061 set 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; }
3064 if test "${ac_cv_prog_CC+set}" = set; then :
3065 $as_echo_n "(cached) " >&6
3066 else
3067 if test -n "$CC"; then
3068 ac_cv_prog_CC="$CC" # Let the user override the test.
3069 else
3070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3071 for as_dir in $PATH
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
3081 done
3082 done
3083 IFS=$as_save_IFS
3087 CC=$ac_cv_prog_CC
3088 if test -n "$CC"; then
3089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3090 $as_echo "$CC" >&6; }
3091 else
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3093 $as_echo "no" >&6; }
3099 if test -z "$CC"; then
3100 # Extract the first word of "cc", so it can be a program name with args.
3101 set 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; }
3104 if test "${ac_cv_prog_CC+set}" = set; then :
3105 $as_echo_n "(cached) " >&6
3106 else
3107 if test -n "$CC"; then
3108 ac_cv_prog_CC="$CC" # Let the user override the test.
3109 else
3110 ac_prog_rejected=no
3111 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3112 for as_dir in $PATH
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
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
3126 done
3127 done
3128 IFS=$as_save_IFS
3130 if 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+' '}$@"
3144 CC=$ac_cv_prog_CC
3145 if test -n "$CC"; then
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3147 $as_echo "$CC" >&6; }
3148 else
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3150 $as_echo "no" >&6; }
3155 if test -z "$CC"; then
3156 if test -n "$ac_tool_prefix"; then
3157 for ac_prog in cl.exe
3159 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3160 set 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; }
3163 if test "${ac_cv_prog_CC+set}" = set; then :
3164 $as_echo_n "(cached) " >&6
3165 else
3166 if test -n "$CC"; then
3167 ac_cv_prog_CC="$CC" # Let the user override the test.
3168 else
3169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3170 for as_dir in $PATH
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
3180 done
3181 done
3182 IFS=$as_save_IFS
3186 CC=$ac_cv_prog_CC
3187 if test -n "$CC"; then
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3189 $as_echo "$CC" >&6; }
3190 else
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3192 $as_echo "no" >&6; }
3196 test -n "$CC" && break
3197 done
3199 if test -z "$CC"; then
3200 ac_ct_CC=$CC
3201 for ac_prog in cl.exe
3203 # Extract the first word of "$ac_prog", so it can be a program name with args.
3204 set 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; }
3207 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3208 $as_echo_n "(cached) " >&6
3209 else
3210 if test -n "$ac_ct_CC"; then
3211 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3212 else
3213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3214 for as_dir in $PATH
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
3224 done
3225 done
3226 IFS=$as_save_IFS
3230 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3231 if 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; }
3234 else
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3236 $as_echo "no" >&6; }
3240 test -n "$ac_ct_CC" && break
3241 done
3243 if test "x$ac_ct_CC" = x; then
3244 CC=""
3245 else
3246 case $cross_compiling:$ac_tool_warned in
3247 yes:)
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;}
3250 ac_tool_warned=yes ;;
3251 esac
3252 CC=$ac_ct_CC
3259 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3260 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3261 as_fn_error $? "no acceptable C compiler found in \$PATH
3262 See \`config.log' for more details" "$LINENO" 5; }
3264 # Provide some information about the compiler.
3265 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3266 set X $ac_compile
3267 ac_compiler=$2
3268 for ac_option in --version -v -V -qversion; do
3269 { { ac_try="$ac_compiler $ac_option >&5"
3270 case "(($ac_try" in
3271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3272 *) ac_try_echo=$ac_try;;
3273 esac
3274 eval 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
3284 rm -f conftest.er1 conftest.err
3285 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3286 test $ac_status = 0; }
3287 done
3289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3290 /* end confdefs.h. */
3293 main ()
3297 return 0;
3299 _ACEOF
3300 ac_clean_files_save=$ac_clean_files
3301 ac_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; }
3307 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3309 # The possible output files:
3310 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3312 ac_rmfiles=
3313 for ac_file in $ac_files
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
3319 done
3320 rm -f $ac_rmfiles
3322 if { { ac_try="$ac_link_default"
3323 case "(($ac_try" in
3324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3325 *) ac_try_echo=$ac_try;;
3326 esac
3327 eval 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.
3338 for ac_file in $ac_files ''
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 )
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" : '[^.]*\(\..*\)'`
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;;
3360 break;;
3361 esac
3362 done
3363 test "$ac_cv_exeext" = no && ac_cv_exeext=
3365 else
3366 ac_file=''
3368 if 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
3372 sed 's/^/| /' conftest.$ac_ext >&5
3374 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3375 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3376 as_fn_error 77 "C compiler cannot create executables
3377 See \`config.log' for more details" "$LINENO" 5; }
3378 else
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3380 $as_echo "yes" >&6; }
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; }
3386 ac_exeext=$ac_cv_exeext
3388 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3389 ac_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; }
3392 if { { ac_try="$ac_link"
3393 case "(($ac_try" in
3394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3395 *) ac_try_echo=$ac_try;;
3396 esac
3397 eval 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'.
3407 for 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
3415 done
3416 else
3417 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3418 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3419 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3420 See \`config.log' for more details" "$LINENO" 5; }
3422 rm -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; }
3426 rm -f conftest.$ac_ext
3427 EXEEXT=$ac_cv_exeext
3428 ac_exeext=$EXEEXT
3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430 /* end confdefs.h. */
3431 #include <stdio.h>
3433 main ()
3435 FILE *f = fopen ("conftest.out", "w");
3436 return ferror (f) || fclose (f) != 0;
3439 return 0;
3441 _ACEOF
3442 ac_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; }
3447 if test "$cross_compiling" != yes; then
3448 { { ac_try="$ac_link"
3449 case "(($ac_try" in
3450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3451 *) ac_try_echo=$ac_try;;
3452 esac
3453 eval 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;;
3463 esac
3464 eval 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;}
3477 as_fn_error $? "cannot run C compiled programs.
3478 If you meant to cross compile, use \`--host'.
3479 See \`config.log' for more details" "$LINENO" 5; }
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3484 $as_echo "$cross_compiling" >&6; }
3486 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3487 ac_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; }
3490 if test "${ac_cv_objext+set}" = set; then :
3491 $as_echo_n "(cached) " >&6
3492 else
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 rm -f conftest.o conftest.obj
3505 if { { ac_try="$ac_compile"
3506 case "(($ac_try" in
3507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3508 *) ac_try_echo=$ac_try;;
3509 esac
3510 eval 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
3523 done
3524 else
3525 $as_echo "$as_me: failed program was:" >&5
3526 sed 's/^/| /' conftest.$ac_ext >&5
3528 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3529 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3530 as_fn_error $? "cannot compute suffix of object files: cannot compile
3531 See \`config.log' for more details" "$LINENO" 5; }
3533 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3536 $as_echo "$ac_cv_objext" >&6; }
3537 OBJEXT=$ac_cv_objext
3538 ac_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; }
3541 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3542 $as_echo_n "(cached) " >&6
3543 else
3544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3545 /* end confdefs.h. */
3548 main ()
3550 #ifndef __GNUC__
3551 choke me
3552 #endif
3555 return 0;
3557 _ACEOF
3558 if ac_fn_c_try_compile "$LINENO"; then :
3559 ac_compiler_gnu=yes
3560 else
3561 ac_compiler_gnu=no
3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3568 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3569 if test $ac_compiler_gnu = yes; then
3570 GCC=yes
3571 else
3572 GCC=
3574 ac_test_CFLAGS=${CFLAGS+set}
3575 ac_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; }
3578 if test "${ac_cv_prog_cc_g+set}" = set; then :
3579 $as_echo_n "(cached) " >&6
3580 else
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. */
3589 main ()
3593 return 0;
3595 _ACEOF
3596 if ac_fn_c_try_compile "$LINENO"; then :
3597 ac_cv_prog_cc_g=yes
3598 else
3599 CFLAGS=""
3600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3601 /* end confdefs.h. */
3604 main ()
3608 return 0;
3610 _ACEOF
3611 if ac_fn_c_try_compile "$LINENO"; then :
3613 else
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. */
3620 main ()
3624 return 0;
3626 _ACEOF
3627 if ac_fn_c_try_compile "$LINENO"; then :
3628 ac_cv_prog_cc_g=yes
3630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3635 ac_c_werror_flag=$ac_save_c_werror_flag
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3638 $as_echo "$ac_cv_prog_cc_g" >&6; }
3639 if test "$ac_test_CFLAGS" = set; then
3640 CFLAGS=$ac_save_CFLAGS
3641 elif test $ac_cv_prog_cc_g = yes; then
3642 if test "$GCC" = yes; then
3643 CFLAGS="-g -O2"
3644 else
3645 CFLAGS="-g"
3647 else
3648 if test "$GCC" = yes; then
3649 CFLAGS="-O2"
3650 else
3651 CFLAGS=
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; }
3656 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3657 $as_echo_n "(cached) " >&6
3658 else
3659 ac_cv_prog_cc_c89=no
3660 ac_save_CC=$CC
3661 cat 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. */
3668 struct buf { int x; };
3669 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3670 static char *e (p, i)
3671 char **p;
3672 int i;
3674 return p[i];
3676 static char *f (char * (*g) (char **, int), char **p, ...)
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;
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. */
3693 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
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'
3698 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3700 int test (int i, double x);
3701 struct s1 {int (*f) (int a);};
3702 struct s2 {int (*f) (double a);};
3703 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3704 int argc;
3705 char **argv;
3707 main ()
3709 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3711 return 0;
3713 _ACEOF
3714 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3715 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3717 CC="$ac_save_CC $ac_arg"
3718 if ac_fn_c_try_compile "$LINENO"; then :
3719 ac_cv_prog_cc_c89=$ac_arg
3721 rm -f core conftest.err conftest.$ac_objext
3722 test "x$ac_cv_prog_cc_c89" != "xno" && break
3723 done
3724 rm -f conftest.$ac_ext
3725 CC=$ac_save_CC
3728 # AC_CACHE_VAL
3729 case "x$ac_cv_prog_cc_c89" in
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; } ;;
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; } ;;
3740 esac
3741 if test "x$ac_cv_prog_cc_c89" != xno; then :
3745 ac_ext=c
3746 ac_cpp='$CPP $CPPFLAGS'
3747 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3748 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3749 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3751 depcc="$CC" am_compiler_list=
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3754 $as_echo_n "checking dependency style of $depcc... " >&6; }
3755 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3756 $as_echo_n "(cached) " >&6
3757 else
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
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`
3781 am__universal=false
3782 case " $depcc " in #(
3783 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3784 esac
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.
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
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
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
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=
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
3854 done
3856 cd ..
3857 rm -rf conftest.dir
3858 else
3859 am_cv_CC_dependencies_compiler_type=none
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; }
3865 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
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='#'
3872 else
3873 am__fastdepCC_TRUE='#'
3874 am__fastdepCC_FALSE=
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; }
3880 if test "${ac_cv_path_SED+set}" = set; then :
3881 $as_echo_n "(cached) " >&6
3882 else
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
3893 for as_dir in $PATH
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
3903 case `"$ac_path_SED" --version 2>&1` in
3904 *GNU*)
3905 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3907 ac_count=0
3908 $as_echo_n 0123456789 >"conftest.in"
3909 while :
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
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;;
3927 esac
3929 $ac_path_SED_found && break 3
3930 done
3931 done
3932 done
3933 IFS=$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
3937 else
3938 ac_cv_path_SED=$SED
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
3947 test -z "$SED" && SED=sed
3948 Xsed="$SED -e 1s/^X//"
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; }
3962 if test "${ac_cv_path_GREP+set}" = set; then :
3963 $as_echo_n "(cached) " >&6
3964 else
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
3969 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
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
3979 case `"$ac_path_GREP" --version 2>&1` in
3980 *GNU*)
3981 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3983 ac_count=0
3984 $as_echo_n 0123456789 >"conftest.in"
3985 while :
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
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;;
4003 esac
4005 $ac_path_GREP_found && break 3
4006 done
4007 done
4008 done
4009 IFS=$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
4013 else
4014 ac_cv_path_GREP=$GREP
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"
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4024 $as_echo_n "checking for egrep... " >&6; }
4025 if test "${ac_cv_path_EGREP+set}" = set; then :
4026 $as_echo_n "(cached) " >&6
4027 else
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
4035 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
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
4045 case `"$ac_path_EGREP" --version 2>&1` in
4046 *GNU*)
4047 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4049 ac_count=0
4050 $as_echo_n 0123456789 >"conftest.in"
4051 while :
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
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;;
4069 esac
4071 $ac_path_EGREP_found && break 3
4072 done
4073 done
4074 done
4075 IFS=$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
4079 else
4080 ac_cv_path_EGREP=$EGREP
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"
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4091 $as_echo_n "checking for fgrep... " >&6; }
4092 if test "${ac_cv_path_FGREP+set}" = set; then :
4093 $as_echo_n "(cached) " >&6
4094 else
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
4102 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
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
4112 case `"$ac_path_FGREP" --version 2>&1` in
4113 *GNU*)
4114 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4116 ac_count=0
4117 $as_echo_n 0123456789 >"conftest.in"
4118 while :
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
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;;
4136 esac
4138 $ac_path_FGREP_found && break 3
4139 done
4140 done
4141 done
4142 IFS=$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
4146 else
4147 ac_cv_path_FGREP=$FGREP
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"
4157 test -z "$GREP" && GREP=grep
4177 # Check whether --with-gnu-ld was given.
4178 if test "${with_gnu_ld+set}" = set; then :
4179 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4180 else
4181 with_gnu_ld=no
4184 ac_prog=ld
4185 if 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'` ;;
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"
4208 # If it fails, then pretend we aren't using GCC.
4209 ac_prog=ld
4212 # If it is relative, then search for the first ld in PATH.
4213 with_gnu_ld=unknown
4215 esac
4216 elif 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; }
4219 else
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4221 $as_echo_n "checking for non-GNU ld... " >&6; }
4223 if test "${lt_cv_path_LD+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
4225 else
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
4241 test "$with_gnu_ld" != yes && break
4243 esac
4245 done
4246 IFS="$lt_save_ifs"
4247 else
4248 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4252 LD="$lt_cv_path_LD"
4253 if test -n "$LD"; then
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4255 $as_echo "$LD" >&6; }
4256 else
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4258 $as_echo "no" >&6; }
4260 test -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; }
4263 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4264 $as_echo_n "(cached) " >&6
4265 else
4266 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4267 case `$LD -v 2>&1 </dev/null` in
4268 *GNU* | *'with BFD'*)
4269 lt_cv_prog_gnu_ld=yes
4272 lt_cv_prog_gnu_ld=no
4274 esac
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4277 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4278 with_gnu_ld=$lt_cv_prog_gnu_ld
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; }
4290 if test "${lt_cv_path_NM+set}" = set; then :
4291 $as_echo_n "(cached) " >&6
4292 else
4293 if test -n "$NM"; then
4294 # Let the user override the test.
4295 lt_cv_path_NM="$NM"
4296 else
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"
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
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
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
4327 esac
4329 esac
4331 done
4332 IFS="$lt_save_ifs"
4333 done
4334 : ${lt_cv_path_NM=no}
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4338 $as_echo "$lt_cv_path_NM" >&6; }
4339 if test "$lt_cv_path_NM" != "no"; then
4340 NM="$lt_cv_path_NM"
4341 else
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"
4349 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4350 set 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; }
4353 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4354 $as_echo_n "(cached) " >&6
4355 else
4356 if test -n "$DUMPBIN"; then
4357 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4358 else
4359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4360 for as_dir in $PATH
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
4370 done
4371 done
4372 IFS=$as_save_IFS
4376 DUMPBIN=$ac_cv_prog_DUMPBIN
4377 if test -n "$DUMPBIN"; then
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4379 $as_echo "$DUMPBIN" >&6; }
4380 else
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4382 $as_echo "no" >&6; }
4386 test -n "$DUMPBIN" && break
4387 done
4389 if test -z "$DUMPBIN"; then
4390 ac_ct_DUMPBIN=$DUMPBIN
4391 for ac_prog in dumpbin "link -dump"
4393 # Extract the first word of "$ac_prog", so it can be a program name with args.
4394 set 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; }
4397 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4398 $as_echo_n "(cached) " >&6
4399 else
4400 if test -n "$ac_ct_DUMPBIN"; then
4401 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4402 else
4403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4404 for as_dir in $PATH
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
4414 done
4415 done
4416 IFS=$as_save_IFS
4420 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4421 if 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; }
4424 else
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4426 $as_echo "no" >&6; }
4430 test -n "$ac_ct_DUMPBIN" && break
4431 done
4433 if test "x$ac_ct_DUMPBIN" = x; then
4434 DUMPBIN=":"
4435 else
4436 case $cross_compiling:$ac_tool_warned in
4437 yes:)
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;}
4440 ac_tool_warned=yes ;;
4441 esac
4442 DUMPBIN=$ac_ct_DUMPBIN
4446 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4447 *COFF*)
4448 DUMPBIN="$DUMPBIN -symbols"
4451 DUMPBIN=:
4453 esac
4456 if test "$DUMPBIN" != ":"; then
4457 NM="$DUMPBIN"
4460 test -z "$NM" && NM=nm
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; }
4469 if test "${lt_cv_nm_interface+set}" = set; then :
4470 $as_echo_n "(cached) " >&6
4471 else
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"
4485 rm -f conftest*
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4488 $as_echo "$lt_cv_nm_interface" >&6; }
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4491 $as_echo_n "checking whether ln -s works... " >&6; }
4492 LN_S=$as_ln_s
4493 if test "$LN_S" = "ln -s"; then
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4495 $as_echo "yes" >&6; }
4496 else
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4498 $as_echo "no, using $LN_S" >&6; }
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; }
4504 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4505 $as_echo_n "(cached) " >&6
4506 else
4508 teststring="ABCD"
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
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;
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;
4537 mint*)
4538 # On MiNT this can take a long time and run out of memory.
4539 lt_cv_sys_max_cmd_len=8192;
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;
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
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`
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
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
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
4580 sco3.2v5*)
4581 lt_cv_sys_max_cmd_len=102400
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
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
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`
4622 esac
4626 if 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; }
4629 else
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4631 $as_echo "none" >&6; }
4633 max_cmd_len=$lt_cv_sys_max_cmd_len
4640 : ${CP="cp -f"}
4641 : ${MV="mv -f"}
4642 : ${RM="rm -f"}
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
4647 xsi_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; }
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4659 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4660 lt_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; }
4668 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4669 lt_unset=unset
4670 else
4671 lt_unset=false
4678 # test EBCDIC or ASCII
4679 case `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'
4685 *) # EBCDIC based system
4686 lt_SP2NL='tr \100 \n'
4687 lt_NL2SP='tr \r\n \100\100'
4689 esac
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; }
4701 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4702 $as_echo_n "(cached) " >&6
4703 else
4704 lt_cv_ld_reload_flag='-r'
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4707 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4708 reload_flag=$lt_cv_ld_reload_flag
4709 case $reload_flag in
4710 "" | " "*) ;;
4711 *) reload_flag=" $reload_flag" ;;
4712 esac
4713 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4714 case $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'
4722 esac
4732 if 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.
4734 set 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; }
4737 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4738 $as_echo_n "(cached) " >&6
4739 else
4740 if test -n "$OBJDUMP"; then
4741 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4742 else
4743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4744 for as_dir in $PATH
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
4754 done
4755 done
4756 IFS=$as_save_IFS
4760 OBJDUMP=$ac_cv_prog_OBJDUMP
4761 if test -n "$OBJDUMP"; then
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4763 $as_echo "$OBJDUMP" >&6; }
4764 else
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4766 $as_echo "no" >&6; }
4771 if 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.
4774 set 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; }
4777 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4778 $as_echo_n "(cached) " >&6
4779 else
4780 if test -n "$ac_ct_OBJDUMP"; then
4781 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4782 else
4783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4784 for as_dir in $PATH
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
4794 done
4795 done
4796 IFS=$as_save_IFS
4800 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4801 if 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; }
4804 else
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4806 $as_echo "no" >&6; }
4809 if test "x$ac_ct_OBJDUMP" = x; then
4810 OBJDUMP="false"
4811 else
4812 case $cross_compiling:$ac_tool_warned in
4813 yes:)
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;}
4816 ac_tool_warned=yes ;;
4817 esac
4818 OBJDUMP=$ac_ct_OBJDUMP
4820 else
4821 OBJDUMP="$ac_cv_prog_OBJDUMP"
4824 test -z "$OBJDUMP" && OBJDUMP=objdump
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; }
4836 if test "${lt_cv_deplibs_check_method+set}" = set; then :
4837 $as_echo_n "(cached) " >&6
4838 else
4839 lt_cv_file_magic_cmd='$MAGIC_CMD'
4840 lt_cv_file_magic_test_file=
4841 lt_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.
4853 case $host_os in
4854 aix[4-9]*)
4855 lt_cv_deplibs_check_method=pass_all
4858 beos*)
4859 lt_cv_deplibs_check_method=pass_all
4862 bsdi[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
4868 cygwin*)
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'
4874 mingw* | 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'
4889 cegcc*)
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'
4895 darwin* | rhapsody*)
4896 lt_cv_deplibs_check_method=pass_all
4899 freebsd* | 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.*`
4909 esac
4910 else
4911 lt_cv_deplibs_check_method=pass_all
4915 gnu*)
4916 lt_cv_deplibs_check_method=pass_all
4919 haiku*)
4920 lt_cv_deplibs_check_method=pass_all
4923 hpux10.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
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
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
4938 esac
4941 interix[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)$'
4946 irix5* | 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
4956 # This must be Linux ELF.
4957 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4958 lt_cv_deplibs_check_method=pass_all
4961 netbsd*)
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)$'
4969 newos6*)
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
4975 *nto* | *qnx*)
4976 lt_cv_deplibs_check_method=pass_all
4979 openbsd*)
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)$'
4987 osf3* | osf4* | osf5*)
4988 lt_cv_deplibs_check_method=pass_all
4991 rdos*)
4992 lt_cv_deplibs_check_method=pass_all
4995 solaris*)
4996 lt_cv_deplibs_check_method=pass_all
4999 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5000 lt_cv_deplibs_check_method=pass_all
5003 sysv4 | 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*`
5009 ncr)
5010 lt_cv_deplibs_check_method=pass_all
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 )'
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
5021 siemens)
5022 lt_cv_deplibs_check_method=pass_all
5025 lt_cv_deplibs_check_method=pass_all
5027 esac
5030 tpf*)
5031 lt_cv_deplibs_check_method=pass_all
5033 esac
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5037 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5038 file_magic_cmd=$lt_cv_file_magic_cmd
5039 deplibs_check_method=$lt_cv_deplibs_check_method
5040 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5053 if 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.
5055 set 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; }
5058 if test "${ac_cv_prog_AR+set}" = set; then :
5059 $as_echo_n "(cached) " >&6
5060 else
5061 if test -n "$AR"; then
5062 ac_cv_prog_AR="$AR" # Let the user override the test.
5063 else
5064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5065 for as_dir in $PATH
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
5075 done
5076 done
5077 IFS=$as_save_IFS
5081 AR=$ac_cv_prog_AR
5082 if test -n "$AR"; then
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5084 $as_echo "$AR" >&6; }
5085 else
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5087 $as_echo "no" >&6; }
5092 if 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.
5095 set 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; }
5098 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5099 $as_echo_n "(cached) " >&6
5100 else
5101 if test -n "$ac_ct_AR"; then
5102 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5103 else
5104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5105 for as_dir in $PATH
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
5115 done
5116 done
5117 IFS=$as_save_IFS
5121 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5122 if 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; }
5125 else
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5127 $as_echo "no" >&6; }
5130 if test "x$ac_ct_AR" = x; then
5131 AR="false"
5132 else
5133 case $cross_compiling:$ac_tool_warned in
5134 yes:)
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;}
5137 ac_tool_warned=yes ;;
5138 esac
5139 AR=$ac_ct_AR
5141 else
5142 AR="$ac_cv_prog_AR"
5145 test -z "$AR" && AR=ar
5146 test -z "$AR_FLAGS" && AR_FLAGS=cru
5158 if 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.
5160 set 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; }
5163 if test "${ac_cv_prog_STRIP+set}" = set; then :
5164 $as_echo_n "(cached) " >&6
5165 else
5166 if test -n "$STRIP"; then
5167 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5168 else
5169 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5170 for as_dir in $PATH
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
5180 done
5181 done
5182 IFS=$as_save_IFS
5186 STRIP=$ac_cv_prog_STRIP
5187 if test -n "$STRIP"; then
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5189 $as_echo "$STRIP" >&6; }
5190 else
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5192 $as_echo "no" >&6; }
5197 if 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.
5200 set 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; }
5203 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5204 $as_echo_n "(cached) " >&6
5205 else
5206 if test -n "$ac_ct_STRIP"; then
5207 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5208 else
5209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5210 for as_dir in $PATH
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
5220 done
5221 done
5222 IFS=$as_save_IFS
5226 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5227 if 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; }
5230 else
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5232 $as_echo "no" >&6; }
5235 if test "x$ac_ct_STRIP" = x; then
5236 STRIP=":"
5237 else
5238 case $cross_compiling:$ac_tool_warned in
5239 yes:)
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;}
5242 ac_tool_warned=yes ;;
5243 esac
5244 STRIP=$ac_ct_STRIP
5246 else
5247 STRIP="$ac_cv_prog_STRIP"
5250 test -z "$STRIP" && STRIP=:
5257 if 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.
5259 set 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; }
5262 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5263 $as_echo_n "(cached) " >&6
5264 else
5265 if test -n "$RANLIB"; then
5266 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5267 else
5268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5269 for as_dir in $PATH
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
5279 done
5280 done
5281 IFS=$as_save_IFS
5285 RANLIB=$ac_cv_prog_RANLIB
5286 if test -n "$RANLIB"; then
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5288 $as_echo "$RANLIB" >&6; }
5289 else
5290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5291 $as_echo "no" >&6; }
5296 if 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.
5299 set 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; }
5302 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5303 $as_echo_n "(cached) " >&6
5304 else
5305 if test -n "$ac_ct_RANLIB"; then
5306 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5307 else
5308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309 for as_dir in $PATH
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
5319 done
5320 done
5321 IFS=$as_save_IFS
5325 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5326 if 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; }
5329 else
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5331 $as_echo "no" >&6; }
5334 if test "x$ac_ct_RANLIB" = x; then
5335 RANLIB=":"
5336 else
5337 case $cross_compiling:$ac_tool_warned in
5338 yes:)
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;}
5341 ac_tool_warned=yes ;;
5342 esac
5343 RANLIB=$ac_ct_RANLIB
5345 else
5346 RANLIB="$ac_cv_prog_RANLIB"
5349 test -z "$RANLIB" && RANLIB=:
5356 # Determine commands to create old-style static archives.
5357 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5358 old_postinstall_cmds='chmod 644 $oldlib'
5359 old_postuninstall_cmds=
5361 if test -n "$RANLIB"; then
5362 case $host_os in
5363 openbsd*)
5364 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5367 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5369 esac
5370 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5373 case $host_os in
5374 darwin*)
5375 lock_old_archive_extraction=yes ;;
5377 lock_old_archive_extraction=no ;;
5378 esac
5418 # If no C compiler was specified, use CC.
5419 LTCC=${LTCC-"$CC"}
5421 # If no C compiler flags were specified, use CFLAGS.
5422 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5424 # Allow CC to be a program name with arguments.
5425 compiler=$CC
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; }
5431 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5432 $as_echo_n "(cached) " >&6
5433 else
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?!! ;)]
5438 # Character class describing NM global symbol codes.
5439 symcode='[BCDEGRST]'
5441 # Regexp to match symbols that can be accessed directly from C.
5442 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5444 # Define system-specific variables.
5445 case $host_os in
5446 aix*)
5447 symcode='[BCDT]'
5449 cygwin* | mingw* | pw32* | cegcc*)
5450 symcode='[ABCDGISTW]'
5452 hpux*)
5453 if test "$host_cpu" = ia64; then
5454 symcode='[ABCDEGRST]'
5457 irix* | nonstopux*)
5458 symcode='[BCDEGRST]'
5460 osf*)
5461 symcode='[BCDEGQRST]'
5463 solaris*)
5464 symcode='[BDRT]'
5466 sco3.2v5*)
5467 symcode='[DT]'
5469 sysv4.2uw2*)
5470 symcode='[DT]'
5472 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5473 symcode='[ABDT]'
5475 sysv4)
5476 symcode='[DFNSTU]'
5478 esac
5480 # If we're using GNU nm, then use its standard symbol codes.
5481 case `$NM -V 2>&1` in
5482 *GNU* | *'with BFD'*)
5483 symcode='[ABCDGIRSTW]' ;;
5484 esac
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.
5489 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5491 # Transform an extracted symbol line into symbol name and symbol address
5492 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5493 lt_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'"
5495 # Handle CRLF in mingw tool chain
5496 opt_cr=
5497 case $build_os in
5498 mingw*)
5499 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5501 esac
5503 # Try without a prefix underscore, then with it.
5504 for ac_symprfx in "" "_"; do
5506 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5507 symxfrm="\\1 $ac_symprfx\\2 \\2"
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'"
5530 # Check to see that the pipe works correctly.
5531 pipe_works=no
5533 rm -f conftest*
5534 cat > conftest.$ac_ext <<_LT_EOF
5535 #ifdef __cplusplus
5536 extern "C" {
5537 #endif
5538 char nm_test_var;
5539 void nm_test_func(void);
5540 void nm_test_func(void){}
5541 #ifdef __cplusplus
5543 #endif
5544 int main(){nm_test_var='a';nm_test_func();return(0);}
5545 _LT_EOF
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
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
5571 extern "C" {
5572 #endif
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'
5578 cat <<_LT_EOF >> conftest.$ac_ext
5580 /* The mapping between symbol names and symbols. */
5581 const struct {
5582 const char *name;
5583 void *address;
5585 lt__PROGRAM__LTX_preloaded_symbols[] =
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}
5594 /* This works around a problem in FreeBSD linker */
5595 #ifdef FREEBSD_WORKAROUND
5596 static const void *lt_preloaded_setup() {
5597 return lt__PROGRAM__LTX_preloaded_symbols;
5599 #endif
5601 #ifdef __cplusplus
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
5618 LIBS="$lt_save_LIBS"
5619 CFLAGS="$lt_save_CFLAGS"
5620 else
5621 echo "cannot find nm_test_func in $nlist" >&5
5623 else
5624 echo "cannot find nm_test_var in $nlist" >&5
5626 else
5627 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5629 else
5630 echo "$progname: failed program was:" >&5
5631 cat conftest.$ac_ext >&5
5633 rm -rf conftest* conftst*
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=
5641 done
5645 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5646 lt_cv_sys_global_symbol_to_cdecl=
5648 if 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; }
5651 else
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5653 $as_echo "ok" >&6; }
5678 # Check whether --enable-libtool-lock was given.
5679 if test "${enable_libtool_lock+set}" = set; then :
5680 enableval=$enable_libtool_lock;
5683 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5685 # Some flags need to be propagated to the compiler or linker for good
5686 # libtool support.
5687 case $host in
5688 ia64-*-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"
5700 *ELF-64*)
5701 HPUX_IA64_MODE="64"
5703 esac
5705 rm -rf conftest*
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"
5720 *N32*)
5721 LD="${LD-ld} -melf32bmipn32"
5723 *64-bit*)
5724 LD="${LD-ld} -melf64bmip"
5726 esac
5727 else
5728 case `/usr/bin/file conftest.$ac_objext` in
5729 *32-bit*)
5730 LD="${LD-ld} -32"
5732 *N32*)
5733 LD="${LD-ld} -n32"
5735 *64-bit*)
5736 LD="${LD-ld} -64"
5738 esac
5741 rm -rf conftest*
5744 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5745 s390*-*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"
5759 x86_64-*linux*)
5760 LD="${LD-ld} -m elf_i386"
5762 ppc64-*linux*|powerpc64-*linux*)
5763 LD="${LD-ld} -m elf32ppclinux"
5765 s390x-*linux*)
5766 LD="${LD-ld} -m elf_s390"
5768 sparc64-*linux*)
5769 LD="${LD-ld} -m elf32_sparc"
5771 esac
5773 *64-bit*)
5774 case $host in
5775 x86_64-*kfreebsd*-gnu)
5776 LD="${LD-ld} -m elf_x86_64_fbsd"
5778 x86_64-*linux*)
5779 LD="${LD-ld} -m elf_x86_64"
5781 ppc*-*linux*|powerpc*-*linux*)
5782 LD="${LD-ld} -m elf64ppc"
5784 s390*-*linux*|s390*-*tpf*)
5785 LD="${LD-ld} -m elf64_s390"
5787 sparc*-*linux*)
5788 LD="${LD-ld} -m elf64_sparc"
5790 esac
5792 esac
5794 rm -rf conftest*
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; }
5803 if test "${lt_cv_cc_needs_belf+set}" = set; then :
5804 $as_echo_n "(cached) " >&6
5805 else
5806 ac_ext=c
5807 ac_cpp='$CPP $CPPFLAGS'
5808 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5809 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5810 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5813 /* end confdefs.h. */
5816 main ()
5820 return 0;
5822 _ACEOF
5823 if ac_fn_c_try_link "$LINENO"; then :
5824 lt_cv_cc_needs_belf=yes
5825 else
5826 lt_cv_cc_needs_belf=no
5828 rm -f core conftest.err conftest.$ac_objext \
5829 conftest$ac_exeext conftest.$ac_ext
5830 ac_ext=c
5831 ac_cpp='$CPP $CPPFLAGS'
5832 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5833 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5834 ac_compiler_gnu=$ac_cv_c_compiler_gnu
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"
5844 sparc*-*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" ;;
5857 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5858 LD="${LD-ld} -64"
5861 esac
5863 esac
5865 rm -rf conftest*
5867 esac
5869 need_locks="$enable_libtool_lock"
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.
5876 set 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; }
5879 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5880 $as_echo_n "(cached) " >&6
5881 else
5882 if test -n "$DSYMUTIL"; then
5883 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5884 else
5885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5886 for as_dir in $PATH
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
5896 done
5897 done
5898 IFS=$as_save_IFS
5902 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5903 if test -n "$DSYMUTIL"; then
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5905 $as_echo "$DSYMUTIL" >&6; }
5906 else
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5908 $as_echo "no" >&6; }
5913 if 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.
5916 set 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; }
5919 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5920 $as_echo_n "(cached) " >&6
5921 else
5922 if test -n "$ac_ct_DSYMUTIL"; then
5923 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5924 else
5925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926 for as_dir in $PATH
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
5936 done
5937 done
5938 IFS=$as_save_IFS
5942 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5943 if 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; }
5946 else
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948 $as_echo "no" >&6; }
5951 if test "x$ac_ct_DSYMUTIL" = x; then
5952 DSYMUTIL=":"
5953 else
5954 case $cross_compiling:$ac_tool_warned in
5955 yes:)
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;}
5958 ac_tool_warned=yes ;;
5959 esac
5960 DSYMUTIL=$ac_ct_DSYMUTIL
5962 else
5963 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
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.
5968 set 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; }
5971 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5972 $as_echo_n "(cached) " >&6
5973 else
5974 if test -n "$NMEDIT"; then
5975 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5976 else
5977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5978 for as_dir in $PATH
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
5988 done
5989 done
5990 IFS=$as_save_IFS
5994 NMEDIT=$ac_cv_prog_NMEDIT
5995 if test -n "$NMEDIT"; then
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5997 $as_echo "$NMEDIT" >&6; }
5998 else
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6000 $as_echo "no" >&6; }
6005 if 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.
6008 set 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; }
6011 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6012 $as_echo_n "(cached) " >&6
6013 else
6014 if test -n "$ac_ct_NMEDIT"; then
6015 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6016 else
6017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6018 for as_dir in $PATH
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
6028 done
6029 done
6030 IFS=$as_save_IFS
6034 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6035 if 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; }
6038 else
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6040 $as_echo "no" >&6; }
6043 if test "x$ac_ct_NMEDIT" = x; then
6044 NMEDIT=":"
6045 else
6046 case $cross_compiling:$ac_tool_warned in
6047 yes:)
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;}
6050 ac_tool_warned=yes ;;
6051 esac
6052 NMEDIT=$ac_ct_NMEDIT
6054 else
6055 NMEDIT="$ac_cv_prog_NMEDIT"
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.
6060 set 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; }
6063 if test "${ac_cv_prog_LIPO+set}" = set; then :
6064 $as_echo_n "(cached) " >&6
6065 else
6066 if test -n "$LIPO"; then
6067 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6068 else
6069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6070 for as_dir in $PATH
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
6080 done
6081 done
6082 IFS=$as_save_IFS
6086 LIPO=$ac_cv_prog_LIPO
6087 if test -n "$LIPO"; then
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6089 $as_echo "$LIPO" >&6; }
6090 else
6091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6092 $as_echo "no" >&6; }
6097 if 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.
6100 set 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; }
6103 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6104 $as_echo_n "(cached) " >&6
6105 else
6106 if test -n "$ac_ct_LIPO"; then
6107 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6108 else
6109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110 for as_dir in $PATH
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
6120 done
6121 done
6122 IFS=$as_save_IFS
6126 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6127 if 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; }
6130 else
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132 $as_echo "no" >&6; }
6135 if test "x$ac_ct_LIPO" = x; then
6136 LIPO=":"
6137 else
6138 case $cross_compiling:$ac_tool_warned in
6139 yes:)
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;}
6142 ac_tool_warned=yes ;;
6143 esac
6144 LIPO=$ac_ct_LIPO
6146 else
6147 LIPO="$ac_cv_prog_LIPO"
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.
6152 set 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; }
6155 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6156 $as_echo_n "(cached) " >&6
6157 else
6158 if test -n "$OTOOL"; then
6159 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6160 else
6161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6162 for as_dir in $PATH
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
6172 done
6173 done
6174 IFS=$as_save_IFS
6178 OTOOL=$ac_cv_prog_OTOOL
6179 if test -n "$OTOOL"; then
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6181 $as_echo "$OTOOL" >&6; }
6182 else
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6184 $as_echo "no" >&6; }
6189 if 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.
6192 set 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; }
6195 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6196 $as_echo_n "(cached) " >&6
6197 else
6198 if test -n "$ac_ct_OTOOL"; then
6199 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6200 else
6201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6202 for as_dir in $PATH
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
6212 done
6213 done
6214 IFS=$as_save_IFS
6218 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6219 if 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; }
6222 else
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6224 $as_echo "no" >&6; }
6227 if test "x$ac_ct_OTOOL" = x; then
6228 OTOOL=":"
6229 else
6230 case $cross_compiling:$ac_tool_warned in
6231 yes:)
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;}
6234 ac_tool_warned=yes ;;
6235 esac
6236 OTOOL=$ac_ct_OTOOL
6238 else
6239 OTOOL="$ac_cv_prog_OTOOL"
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.
6244 set 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; }
6247 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6248 $as_echo_n "(cached) " >&6
6249 else
6250 if test -n "$OTOOL64"; then
6251 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6252 else
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 for as_dir in $PATH
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
6264 done
6265 done
6266 IFS=$as_save_IFS
6270 OTOOL64=$ac_cv_prog_OTOOL64
6271 if test -n "$OTOOL64"; then
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6273 $as_echo "$OTOOL64" >&6; }
6274 else
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6276 $as_echo "no" >&6; }
6281 if 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.
6284 set 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; }
6287 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6288 $as_echo_n "(cached) " >&6
6289 else
6290 if test -n "$ac_ct_OTOOL64"; then
6291 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6292 else
6293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6294 for as_dir in $PATH
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
6304 done
6305 done
6306 IFS=$as_save_IFS
6310 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6311 if 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; }
6314 else
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6316 $as_echo "no" >&6; }
6319 if test "x$ac_ct_OTOOL64" = x; then
6320 OTOOL64=":"
6321 else
6322 case $cross_compiling:$ac_tool_warned in
6323 yes:)
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;}
6326 ac_tool_warned=yes ;;
6327 esac
6328 OTOOL64=$ac_ct_OTOOL64
6330 else
6331 OTOOL64="$ac_cv_prog_OTOOL64"
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; }
6362 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6363 $as_echo_n "(cached) " >&6
6364 else
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
6383 rm -rf libconftest.dylib*
6384 rm -f conftest.*
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; }
6391 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6392 $as_echo_n "(cached) " >&6
6393 else
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. */
6402 main ()
6406 return 0;
6408 _ACEOF
6409 if ac_fn_c_try_link "$LINENO"; then :
6410 lt_cv_ld_exported_symbols_list=yes
6411 else
6412 lt_cv_ld_exported_symbols_list=no
6414 rm -f core conftest.err conftest.$ac_objext \
6415 conftest$ac_exeext conftest.$ac_ext
6416 LDFLAGS="$save_LDFLAGS"
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; }
6423 if test "${lt_cv_ld_force_load+set}" = set; then :
6424 $as_echo_n "(cached) " >&6
6425 else
6426 lt_cv_ld_force_load=no
6427 cat > conftest.c << _LT_EOF
6428 int 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
6437 int 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
6447 rm -f conftest.err libconftest.a conftest conftest.c
6448 rm -rf conftest.dSYM
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
6471 esac
6472 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6473 _lt_dar_single_mod='$single_module'
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}'
6480 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6481 _lt_dsymutil='~$DSYMUTIL $lib || :'
6482 else
6483 _lt_dsymutil=
6486 esac
6488 ac_ext=c
6489 ac_cpp='$CPP $CPPFLAGS'
6490 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6491 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6492 ac_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.
6496 if test -n "$CPP" && test -d "$CPP"; then
6497 CPP=
6499 if test -z "$CPP"; then
6500 if test "${ac_cv_prog_CPP+set}" = set; then :
6501 $as_echo_n "(cached) " >&6
6502 else
6503 # Double quotes because CPP needs to be expanded
6504 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6506 ac_preproc_ok=false
6507 for ac_c_preproc_warn_flag in '' yes
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
6524 if ac_fn_c_try_cpp "$LINENO"; then :
6526 else
6527 # Broken: fails on valid input.
6528 continue
6530 rm -f conftest.err conftest.$ac_ext
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
6538 if ac_fn_c_try_cpp "$LINENO"; then :
6539 # Broken: success on invalid input.
6540 continue
6541 else
6542 # Passes both tests.
6543 ac_preproc_ok=:
6544 break
6546 rm -f conftest.err conftest.$ac_ext
6548 done
6549 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6550 rm -f conftest.err conftest.$ac_ext
6551 if $ac_preproc_ok; then :
6552 break
6555 done
6556 ac_cv_prog_CPP=$CPP
6559 CPP=$ac_cv_prog_CPP
6560 else
6561 ac_cv_prog_CPP=$CPP
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6564 $as_echo "$CPP" >&6; }
6565 ac_preproc_ok=false
6566 for ac_c_preproc_warn_flag in '' yes
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
6583 if ac_fn_c_try_cpp "$LINENO"; then :
6585 else
6586 # Broken: fails on valid input.
6587 continue
6589 rm -f conftest.err conftest.$ac_ext
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
6597 if ac_fn_c_try_cpp "$LINENO"; then :
6598 # Broken: success on invalid input.
6599 continue
6600 else
6601 # Passes both tests.
6602 ac_preproc_ok=:
6603 break
6605 rm -f conftest.err conftest.$ac_ext
6607 done
6608 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6609 rm -f conftest.err conftest.$ac_ext
6610 if $ac_preproc_ok; then :
6612 else
6613 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6614 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6615 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6616 See \`config.log' for more details" "$LINENO" 5; }
6619 ac_ext=c
6620 ac_cpp='$CPP $CPPFLAGS'
6621 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6622 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6623 ac_compiler_gnu=$ac_cv_c_compiler_gnu
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; }
6628 if test "${ac_cv_header_stdc+set}" = set; then :
6629 $as_echo_n "(cached) " >&6
6630 else
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>
6639 main ()
6643 return 0;
6645 _ACEOF
6646 if ac_fn_c_try_compile "$LINENO"; then :
6647 ac_cv_header_stdc=yes
6648 else
6649 ac_cv_header_stdc=no
6651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6653 if 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>
6659 _ACEOF
6660 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6661 $EGREP "memchr" >/dev/null 2>&1; then :
6663 else
6664 ac_cv_header_stdc=no
6666 rm -f conftest*
6670 if 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>
6676 _ACEOF
6677 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6678 $EGREP "free" >/dev/null 2>&1; then :
6680 else
6681 ac_cv_header_stdc=no
6683 rm -f conftest*
6687 if 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 :
6691 else
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
6707 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6709 main ()
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;
6718 _ACEOF
6719 if ac_fn_c_try_run "$LINENO"; then :
6721 else
6722 ac_cv_header_stdc=no
6724 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6725 conftest.$ac_objext conftest.beam conftest.$ac_ext
6730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6731 $as_echo "$ac_cv_header_stdc" >&6; }
6732 if test $ac_cv_header_stdc = yes; then
6734 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6738 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6739 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6740 inttypes.h stdint.h unistd.h
6741 do :
6742 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6743 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6745 if 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
6752 done
6755 for ac_header in dlfcn.h
6756 do :
6757 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6759 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6760 cat >>confdefs.h <<_ACEOF
6761 #define HAVE_DLFCN_H 1
6762 _ACEOF
6766 done
6772 # Set options
6776 enable_dlopen=no
6779 enable_win32_dll=no
6782 # Check whether --enable-shared was given.
6783 if test "${enable_shared+set}" = set; then :
6784 enableval=$enable_shared; p=${PACKAGE-default}
6785 case $enableval in
6786 yes) enable_shared=yes ;;
6787 no) enable_shared=no ;;
6789 enable_shared=no
6790 # Look at the argument we got. We use all the common list separators.
6791 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6792 for pkg in $enableval; do
6793 IFS="$lt_save_ifs"
6794 if test "X$pkg" = "X$p"; then
6795 enable_shared=yes
6797 done
6798 IFS="$lt_save_ifs"
6800 esac
6801 else
6802 enable_shared=yes
6813 # Check whether --enable-static was given.
6814 if test "${enable_static+set}" = set; then :
6815 enableval=$enable_static; p=${PACKAGE-default}
6816 case $enableval in
6817 yes) enable_static=yes ;;
6818 no) enable_static=no ;;
6820 enable_static=no
6821 # Look at the argument we got. We use all the common list separators.
6822 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6823 for pkg in $enableval; do
6824 IFS="$lt_save_ifs"
6825 if test "X$pkg" = "X$p"; then
6826 enable_static=yes
6828 done
6829 IFS="$lt_save_ifs"
6831 esac
6832 else
6833 enable_static=yes
6845 # Check whether --with-pic was given.
6846 if test "${with_pic+set}" = set; then :
6847 withval=$with_pic; pic_mode="$withval"
6848 else
6849 pic_mode=default
6853 test -z "$pic_mode" && pic_mode=default
6861 # Check whether --enable-fast-install was given.
6862 if test "${enable_fast_install+set}" = set; then :
6863 enableval=$enable_fast_install; p=${PACKAGE-default}
6864 case $enableval in
6865 yes) enable_fast_install=yes ;;
6866 no) enable_fast_install=no ;;
6868 enable_fast_install=no
6869 # Look at the argument we got. We use all the common list separators.
6870 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6871 for pkg in $enableval; do
6872 IFS="$lt_save_ifs"
6873 if test "X$pkg" = "X$p"; then
6874 enable_fast_install=yes
6876 done
6877 IFS="$lt_save_ifs"
6879 esac
6880 else
6881 enable_fast_install=yes
6894 # This can be used to rebuild libtool when needed
6895 LIBTOOL_DEPS="$ltmain"
6897 # Always use our own libtool.
6898 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6925 test -z "$LN_S" && LN_S="ln -s"
6940 if test -n "${ZSH_VERSION+set}" ; then
6941 setopt NO_GLOB_SUBST
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6945 $as_echo_n "checking for objdir... " >&6; }
6946 if test "${lt_cv_objdir+set}" = set; then :
6947 $as_echo_n "(cached) " >&6
6948 else
6949 rm -f .libs 2>/dev/null
6950 mkdir .libs 2>/dev/null
6951 if test -d .libs; then
6952 lt_cv_objdir=.libs
6953 else
6954 # MS-DOS does not allow filenames that begin with a dot.
6955 lt_cv_objdir=_libs
6957 rmdir .libs 2>/dev/null
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
6960 $as_echo "$lt_cv_objdir" >&6; }
6961 objdir=$lt_cv_objdir
6967 cat >>confdefs.h <<_ACEOF
6968 #define LT_OBJDIR "$lt_cv_objdir/"
6969 _ACEOF
6974 case $host_os in
6975 aix3*)
6976 # AIX sometimes has problems with the GCC collect2 program. For some
6977 # reason, if we set the COLLECT_NAMES environment variable, the problems
6978 # vanish in a puff of smoke.
6979 if test "X${COLLECT_NAMES+set}" != Xset; then
6980 COLLECT_NAMES=
6981 export COLLECT_NAMES
6984 esac
6986 # Global variables:
6987 ofile=libtool
6988 can_build_shared=yes
6990 # All known linkers require a `.a' archive for static linking (except MSVC,
6991 # which needs '.lib').
6992 libext=a
6994 with_gnu_ld="$lt_cv_prog_gnu_ld"
6996 old_CC="$CC"
6997 old_CFLAGS="$CFLAGS"
6999 # Set sane defaults for various variables
7000 test -z "$CC" && CC=cc
7001 test -z "$LTCC" && LTCC=$CC
7002 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7003 test -z "$LD" && LD=ld
7004 test -z "$ac_objext" && ac_objext=o
7006 for cc_temp in $compiler""; do
7007 case $cc_temp in
7008 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7009 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7010 \-*) ;;
7011 *) break;;
7012 esac
7013 done
7014 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7017 # Only perform the check for file, if the check method requires it
7018 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7019 case $deplibs_check_method in
7020 file_magic*)
7021 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7023 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7024 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7025 $as_echo_n "(cached) " >&6
7026 else
7027 case $MAGIC_CMD in
7028 [\\/*] | ?:[\\/]*)
7029 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7032 lt_save_MAGIC_CMD="$MAGIC_CMD"
7033 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7034 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7035 for ac_dir in $ac_dummy; do
7036 IFS="$lt_save_ifs"
7037 test -z "$ac_dir" && ac_dir=.
7038 if test -f $ac_dir/${ac_tool_prefix}file; then
7039 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7040 if test -n "$file_magic_test_file"; then
7041 case $deplibs_check_method in
7042 "file_magic "*)
7043 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7044 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7045 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7046 $EGREP "$file_magic_regex" > /dev/null; then
7048 else
7049 cat <<_LT_EOF 1>&2
7051 *** Warning: the command libtool uses to detect shared libraries,
7052 *** $file_magic_cmd, produces output that libtool cannot recognize.
7053 *** The result is that libtool may fail to recognize shared libraries
7054 *** as such. This will affect the creation of libtool libraries that
7055 *** depend on shared libraries, but programs linked with such libtool
7056 *** libraries will work regardless of this problem. Nevertheless, you
7057 *** may want to report the problem to your system manager and/or to
7058 *** bug-libtool@gnu.org
7060 _LT_EOF
7061 fi ;;
7062 esac
7064 break
7066 done
7067 IFS="$lt_save_ifs"
7068 MAGIC_CMD="$lt_save_MAGIC_CMD"
7070 esac
7073 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7074 if test -n "$MAGIC_CMD"; then
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7076 $as_echo "$MAGIC_CMD" >&6; }
7077 else
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7079 $as_echo "no" >&6; }
7086 if test -z "$lt_cv_path_MAGIC_CMD"; then
7087 if test -n "$ac_tool_prefix"; then
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7089 $as_echo_n "checking for file... " >&6; }
7090 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7091 $as_echo_n "(cached) " >&6
7092 else
7093 case $MAGIC_CMD in
7094 [\\/*] | ?:[\\/]*)
7095 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7098 lt_save_MAGIC_CMD="$MAGIC_CMD"
7099 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7100 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7101 for ac_dir in $ac_dummy; do
7102 IFS="$lt_save_ifs"
7103 test -z "$ac_dir" && ac_dir=.
7104 if test -f $ac_dir/file; then
7105 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7106 if test -n "$file_magic_test_file"; then
7107 case $deplibs_check_method in
7108 "file_magic "*)
7109 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7110 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7111 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7112 $EGREP "$file_magic_regex" > /dev/null; then
7114 else
7115 cat <<_LT_EOF 1>&2
7117 *** Warning: the command libtool uses to detect shared libraries,
7118 *** $file_magic_cmd, produces output that libtool cannot recognize.
7119 *** The result is that libtool may fail to recognize shared libraries
7120 *** as such. This will affect the creation of libtool libraries that
7121 *** depend on shared libraries, but programs linked with such libtool
7122 *** libraries will work regardless of this problem. Nevertheless, you
7123 *** may want to report the problem to your system manager and/or to
7124 *** bug-libtool@gnu.org
7126 _LT_EOF
7127 fi ;;
7128 esac
7130 break
7132 done
7133 IFS="$lt_save_ifs"
7134 MAGIC_CMD="$lt_save_MAGIC_CMD"
7136 esac
7139 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7140 if test -n "$MAGIC_CMD"; then
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7142 $as_echo "$MAGIC_CMD" >&6; }
7143 else
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7145 $as_echo "no" >&6; }
7149 else
7150 MAGIC_CMD=:
7156 esac
7158 # Use C for the default configuration in the libtool script
7160 lt_save_CC="$CC"
7161 ac_ext=c
7162 ac_cpp='$CPP $CPPFLAGS'
7163 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7164 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7165 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7168 # Source file extension for C test sources.
7169 ac_ext=c
7171 # Object file extension for compiled C test sources.
7172 objext=o
7173 objext=$objext
7175 # Code to be used in simple compile tests
7176 lt_simple_compile_test_code="int some_variable = 0;"
7178 # Code to be used in simple link tests
7179 lt_simple_link_test_code='int main(){return(0);}'
7187 # If no C compiler was specified, use CC.
7188 LTCC=${LTCC-"$CC"}
7190 # If no C compiler flags were specified, use CFLAGS.
7191 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7193 # Allow CC to be a program name with arguments.
7194 compiler=$CC
7196 # Save the default compiler, since it gets overwritten when the other
7197 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7198 compiler_DEFAULT=$CC
7200 # save warnings/boilerplate of simple test code
7201 ac_outfile=conftest.$ac_objext
7202 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7203 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7204 _lt_compiler_boilerplate=`cat conftest.err`
7205 $RM conftest*
7207 ac_outfile=conftest.$ac_objext
7208 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7209 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7210 _lt_linker_boilerplate=`cat conftest.err`
7211 $RM -r conftest*
7214 ## CAVEAT EMPTOR:
7215 ## There is no encapsulation within the following macros, do not change
7216 ## the running order or otherwise move them around unless you know exactly
7217 ## what you are doing...
7218 if test -n "$compiler"; then
7220 lt_prog_compiler_no_builtin_flag=
7222 if test "$GCC" = yes; then
7223 case $cc_basename in
7224 nvcc*)
7225 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7227 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7228 esac
7230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7231 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7232 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7233 $as_echo_n "(cached) " >&6
7234 else
7235 lt_cv_prog_compiler_rtti_exceptions=no
7236 ac_outfile=conftest.$ac_objext
7237 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7238 lt_compiler_flag="-fno-rtti -fno-exceptions"
7239 # Insert the option either (1) after the last *FLAGS variable, or
7240 # (2) before a word containing "conftest.", or (3) at the end.
7241 # Note that $ac_compile itself does not contain backslashes and begins
7242 # with a dollar sign (not a hyphen), so the echo should work correctly.
7243 # The option is referenced via a variable to avoid confusing sed.
7244 lt_compile=`echo "$ac_compile" | $SED \
7245 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7246 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7247 -e 's:$: $lt_compiler_flag:'`
7248 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7249 (eval "$lt_compile" 2>conftest.err)
7250 ac_status=$?
7251 cat conftest.err >&5
7252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7253 if (exit $ac_status) && test -s "$ac_outfile"; then
7254 # The compiler can only warn and ignore the option if not recognized
7255 # So say no if there are warnings other than the usual output.
7256 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7257 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7258 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7259 lt_cv_prog_compiler_rtti_exceptions=yes
7262 $RM conftest*
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7266 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7268 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7269 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7270 else
7281 lt_prog_compiler_wl=
7282 lt_prog_compiler_pic=
7283 lt_prog_compiler_static=
7285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7286 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7288 if test "$GCC" = yes; then
7289 lt_prog_compiler_wl='-Wl,'
7290 lt_prog_compiler_static='-static'
7292 case $host_os in
7293 aix*)
7294 # All AIX code is PIC.
7295 if test "$host_cpu" = ia64; then
7296 # AIX 5 now supports IA64 processor
7297 lt_prog_compiler_static='-Bstatic'
7301 amigaos*)
7302 case $host_cpu in
7303 powerpc)
7304 # see comment about AmigaOS4 .so support
7305 lt_prog_compiler_pic='-fPIC'
7307 m68k)
7308 # FIXME: we need at least 68020 code to build shared libraries, but
7309 # adding the `-m68020' flag to GCC prevents building anything better,
7310 # like `-m68040'.
7311 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7313 esac
7316 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7317 # PIC is the default for these OSes.
7320 mingw* | cygwin* | pw32* | os2* | cegcc*)
7321 # This hack is so that the source file can tell whether it is being
7322 # built for inclusion in a dll (and should export symbols for example).
7323 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7324 # (--disable-auto-import) libraries
7325 lt_prog_compiler_pic='-DDLL_EXPORT'
7328 darwin* | rhapsody*)
7329 # PIC is the default on this platform
7330 # Common symbols not allowed in MH_DYLIB files
7331 lt_prog_compiler_pic='-fno-common'
7334 haiku*)
7335 # PIC is the default for Haiku.
7336 # The "-static" flag exists, but is broken.
7337 lt_prog_compiler_static=
7340 hpux*)
7341 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7342 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7343 # sets the default TLS model and affects inlining.
7344 case $host_cpu in
7345 hppa*64*)
7346 # +Z the default
7349 lt_prog_compiler_pic='-fPIC'
7351 esac
7354 interix[3-9]*)
7355 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7356 # Instead, we relocate shared libraries at runtime.
7359 msdosdjgpp*)
7360 # Just because we use GCC doesn't mean we suddenly get shared libraries
7361 # on systems that don't support them.
7362 lt_prog_compiler_can_build_shared=no
7363 enable_shared=no
7366 *nto* | *qnx*)
7367 # QNX uses GNU C++, but need to define -shared option too, otherwise
7368 # it will coredump.
7369 lt_prog_compiler_pic='-fPIC -shared'
7372 sysv4*MP*)
7373 if test -d /usr/nec; then
7374 lt_prog_compiler_pic=-Kconform_pic
7379 lt_prog_compiler_pic='-fPIC'
7381 esac
7383 case $cc_basename in
7384 nvcc*) # Cuda Compiler Driver 2.2
7385 lt_prog_compiler_wl='-Xlinker '
7386 lt_prog_compiler_pic='-Xcompiler -fPIC'
7388 esac
7389 else
7390 # PORTME Check for flag to pass linker flags through the system compiler.
7391 case $host_os in
7392 aix*)
7393 lt_prog_compiler_wl='-Wl,'
7394 if test "$host_cpu" = ia64; then
7395 # AIX 5 now supports IA64 processor
7396 lt_prog_compiler_static='-Bstatic'
7397 else
7398 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7402 mingw* | cygwin* | pw32* | os2* | cegcc*)
7403 # This hack is so that the source file can tell whether it is being
7404 # built for inclusion in a dll (and should export symbols for example).
7405 lt_prog_compiler_pic='-DDLL_EXPORT'
7408 hpux9* | hpux10* | hpux11*)
7409 lt_prog_compiler_wl='-Wl,'
7410 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7411 # not for PA HP-UX.
7412 case $host_cpu in
7413 hppa*64*|ia64*)
7414 # +Z the default
7417 lt_prog_compiler_pic='+Z'
7419 esac
7420 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7421 lt_prog_compiler_static='${wl}-a ${wl}archive'
7424 irix5* | irix6* | nonstopux*)
7425 lt_prog_compiler_wl='-Wl,'
7426 # PIC (with -KPIC) is the default.
7427 lt_prog_compiler_static='-non_shared'
7430 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7431 case $cc_basename in
7432 # old Intel for x86_64 which still supported -KPIC.
7433 ecc*)
7434 lt_prog_compiler_wl='-Wl,'
7435 lt_prog_compiler_pic='-KPIC'
7436 lt_prog_compiler_static='-static'
7438 # icc used to be incompatible with GCC.
7439 # ICC 10 doesn't accept -KPIC any more.
7440 icc* | ifort*)
7441 lt_prog_compiler_wl='-Wl,'
7442 lt_prog_compiler_pic='-fPIC'
7443 lt_prog_compiler_static='-static'
7445 # Lahey Fortran 8.1.
7446 lf95*)
7447 lt_prog_compiler_wl='-Wl,'
7448 lt_prog_compiler_pic='--shared'
7449 lt_prog_compiler_static='--static'
7451 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7452 # Portland Group compilers (*not* the Pentium gcc compiler,
7453 # which looks to be a dead project)
7454 lt_prog_compiler_wl='-Wl,'
7455 lt_prog_compiler_pic='-fpic'
7456 lt_prog_compiler_static='-Bstatic'
7458 ccc*)
7459 lt_prog_compiler_wl='-Wl,'
7460 # All Alpha code is PIC.
7461 lt_prog_compiler_static='-non_shared'
7463 xl* | bgxl* | bgf* | mpixl*)
7464 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7465 lt_prog_compiler_wl='-Wl,'
7466 lt_prog_compiler_pic='-qpic'
7467 lt_prog_compiler_static='-qstaticlink'
7470 case `$CC -V 2>&1 | sed 5q` in
7471 *Sun\ F* | *Sun*Fortran*)
7472 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7473 lt_prog_compiler_pic='-KPIC'
7474 lt_prog_compiler_static='-Bstatic'
7475 lt_prog_compiler_wl=''
7477 *Sun\ C*)
7478 # Sun C 5.9
7479 lt_prog_compiler_pic='-KPIC'
7480 lt_prog_compiler_static='-Bstatic'
7481 lt_prog_compiler_wl='-Wl,'
7483 esac
7485 esac
7488 newsos6)
7489 lt_prog_compiler_pic='-KPIC'
7490 lt_prog_compiler_static='-Bstatic'
7493 *nto* | *qnx*)
7494 # QNX uses GNU C++, but need to define -shared option too, otherwise
7495 # it will coredump.
7496 lt_prog_compiler_pic='-fPIC -shared'
7499 osf3* | osf4* | osf5*)
7500 lt_prog_compiler_wl='-Wl,'
7501 # All OSF/1 code is PIC.
7502 lt_prog_compiler_static='-non_shared'
7505 rdos*)
7506 lt_prog_compiler_static='-non_shared'
7509 solaris*)
7510 lt_prog_compiler_pic='-KPIC'
7511 lt_prog_compiler_static='-Bstatic'
7512 case $cc_basename in
7513 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
7514 lt_prog_compiler_wl='-Qoption ld ';;
7516 lt_prog_compiler_wl='-Wl,';;
7517 esac
7520 sunos4*)
7521 lt_prog_compiler_wl='-Qoption ld '
7522 lt_prog_compiler_pic='-PIC'
7523 lt_prog_compiler_static='-Bstatic'
7526 sysv4 | sysv4.2uw2* | sysv4.3*)
7527 lt_prog_compiler_wl='-Wl,'
7528 lt_prog_compiler_pic='-KPIC'
7529 lt_prog_compiler_static='-Bstatic'
7532 sysv4*MP*)
7533 if test -d /usr/nec ;then
7534 lt_prog_compiler_pic='-Kconform_pic'
7535 lt_prog_compiler_static='-Bstatic'
7539 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7540 lt_prog_compiler_wl='-Wl,'
7541 lt_prog_compiler_pic='-KPIC'
7542 lt_prog_compiler_static='-Bstatic'
7545 unicos*)
7546 lt_prog_compiler_wl='-Wl,'
7547 lt_prog_compiler_can_build_shared=no
7550 uts4*)
7551 lt_prog_compiler_pic='-pic'
7552 lt_prog_compiler_static='-Bstatic'
7556 lt_prog_compiler_can_build_shared=no
7558 esac
7561 case $host_os in
7562 # For platforms which do not support PIC, -DPIC is meaningless:
7563 *djgpp*)
7564 lt_prog_compiler_pic=
7567 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7569 esac
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7571 $as_echo "$lt_prog_compiler_pic" >&6; }
7579 # Check to make sure the PIC flag actually works.
7581 if test -n "$lt_prog_compiler_pic"; then
7582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7583 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7584 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7585 $as_echo_n "(cached) " >&6
7586 else
7587 lt_cv_prog_compiler_pic_works=no
7588 ac_outfile=conftest.$ac_objext
7589 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7590 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7591 # Insert the option either (1) after the last *FLAGS variable, or
7592 # (2) before a word containing "conftest.", or (3) at the end.
7593 # Note that $ac_compile itself does not contain backslashes and begins
7594 # with a dollar sign (not a hyphen), so the echo should work correctly.
7595 # The option is referenced via a variable to avoid confusing sed.
7596 lt_compile=`echo "$ac_compile" | $SED \
7597 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7598 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7599 -e 's:$: $lt_compiler_flag:'`
7600 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7601 (eval "$lt_compile" 2>conftest.err)
7602 ac_status=$?
7603 cat conftest.err >&5
7604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7605 if (exit $ac_status) && test -s "$ac_outfile"; then
7606 # The compiler can only warn and ignore the option if not recognized
7607 # So say no if there are warnings other than the usual output.
7608 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7609 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7610 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7611 lt_cv_prog_compiler_pic_works=yes
7614 $RM conftest*
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7618 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7620 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7621 case $lt_prog_compiler_pic in
7622 "" | " "*) ;;
7623 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7624 esac
7625 else
7626 lt_prog_compiler_pic=
7627 lt_prog_compiler_can_build_shared=no
7638 # Check to make sure the static flag actually works.
7640 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7642 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7643 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7644 $as_echo_n "(cached) " >&6
7645 else
7646 lt_cv_prog_compiler_static_works=no
7647 save_LDFLAGS="$LDFLAGS"
7648 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7649 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7650 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7651 # The linker can only warn and ignore the option if not recognized
7652 # So say no if there are warnings
7653 if test -s conftest.err; then
7654 # Append any errors to the config.log.
7655 cat conftest.err 1>&5
7656 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7657 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7658 if diff conftest.exp conftest.er2 >/dev/null; then
7659 lt_cv_prog_compiler_static_works=yes
7661 else
7662 lt_cv_prog_compiler_static_works=yes
7665 $RM -r conftest*
7666 LDFLAGS="$save_LDFLAGS"
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7670 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7672 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7674 else
7675 lt_prog_compiler_static=
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7685 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7686 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7687 $as_echo_n "(cached) " >&6
7688 else
7689 lt_cv_prog_compiler_c_o=no
7690 $RM -r conftest 2>/dev/null
7691 mkdir conftest
7692 cd conftest
7693 mkdir out
7694 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7696 lt_compiler_flag="-o out/conftest2.$ac_objext"
7697 # Insert the option either (1) after the last *FLAGS variable, or
7698 # (2) before a word containing "conftest.", or (3) at the end.
7699 # Note that $ac_compile itself does not contain backslashes and begins
7700 # with a dollar sign (not a hyphen), so the echo should work correctly.
7701 lt_compile=`echo "$ac_compile" | $SED \
7702 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7703 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7704 -e 's:$: $lt_compiler_flag:'`
7705 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7706 (eval "$lt_compile" 2>out/conftest.err)
7707 ac_status=$?
7708 cat out/conftest.err >&5
7709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7710 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7711 then
7712 # The compiler can only warn and ignore the option if not recognized
7713 # So say no if there are warnings
7714 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
7715 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7716 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7717 lt_cv_prog_compiler_c_o=yes
7720 chmod u+w . 2>&5
7721 $RM conftest*
7722 # SGI C++ compiler will create directory out/ii_files/ for
7723 # template instantiation
7724 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7725 $RM out/* && rmdir out
7726 cd ..
7727 $RM -r conftest
7728 $RM conftest*
7731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7732 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7740 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7741 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7742 $as_echo_n "(cached) " >&6
7743 else
7744 lt_cv_prog_compiler_c_o=no
7745 $RM -r conftest 2>/dev/null
7746 mkdir conftest
7747 cd conftest
7748 mkdir out
7749 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7751 lt_compiler_flag="-o out/conftest2.$ac_objext"
7752 # Insert the option either (1) after the last *FLAGS variable, or
7753 # (2) before a word containing "conftest.", or (3) at the end.
7754 # Note that $ac_compile itself does not contain backslashes and begins
7755 # with a dollar sign (not a hyphen), so the echo should work correctly.
7756 lt_compile=`echo "$ac_compile" | $SED \
7757 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7758 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7759 -e 's:$: $lt_compiler_flag:'`
7760 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7761 (eval "$lt_compile" 2>out/conftest.err)
7762 ac_status=$?
7763 cat out/conftest.err >&5
7764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7765 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7766 then
7767 # The compiler can only warn and ignore the option if not recognized
7768 # So say no if there are warnings
7769 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
7770 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7771 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7772 lt_cv_prog_compiler_c_o=yes
7775 chmod u+w . 2>&5
7776 $RM conftest*
7777 # SGI C++ compiler will create directory out/ii_files/ for
7778 # template instantiation
7779 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7780 $RM out/* && rmdir out
7781 cd ..
7782 $RM -r conftest
7783 $RM conftest*
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7787 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7792 hard_links="nottested"
7793 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7794 # do not overwrite the value of need_locks provided by the user
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7796 $as_echo_n "checking if we can lock with hard links... " >&6; }
7797 hard_links=yes
7798 $RM conftest*
7799 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7800 touch conftest.a
7801 ln conftest.a conftest.b 2>&5 || hard_links=no
7802 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7804 $as_echo "$hard_links" >&6; }
7805 if test "$hard_links" = no; then
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7807 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7808 need_locks=warn
7810 else
7811 need_locks=no
7819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7820 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7822 runpath_var=
7823 allow_undefined_flag=
7824 always_export_symbols=no
7825 archive_cmds=
7826 archive_expsym_cmds=
7827 compiler_needs_object=no
7828 enable_shared_with_static_runtimes=no
7829 export_dynamic_flag_spec=
7830 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7831 hardcode_automatic=no
7832 hardcode_direct=no
7833 hardcode_direct_absolute=no
7834 hardcode_libdir_flag_spec=
7835 hardcode_libdir_flag_spec_ld=
7836 hardcode_libdir_separator=
7837 hardcode_minus_L=no
7838 hardcode_shlibpath_var=unsupported
7839 inherit_rpath=no
7840 link_all_deplibs=unknown
7841 module_cmds=
7842 module_expsym_cmds=
7843 old_archive_from_new_cmds=
7844 old_archive_from_expsyms_cmds=
7845 thread_safe_flag_spec=
7846 whole_archive_flag_spec=
7847 # include_expsyms should be a list of space-separated symbols to be *always*
7848 # included in the symbol list
7849 include_expsyms=
7850 # exclude_expsyms can be an extended regexp of symbols to exclude
7851 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7852 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7853 # as well as any symbol that contains `d'.
7854 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7855 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7856 # platforms (ab)use it in PIC code, but their linkers get confused if
7857 # the symbol is explicitly referenced. Since portable code cannot
7858 # rely on this symbol name, it's probably fine to never include it in
7859 # preloaded symbol tables.
7860 # Exclude shared library initialization/finalization symbols.
7861 extract_expsyms_cmds=
7863 case $host_os in
7864 cygwin* | mingw* | pw32* | cegcc*)
7865 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7866 # When not using gcc, we currently assume that we are using
7867 # Microsoft Visual C++.
7868 if test "$GCC" != yes; then
7869 with_gnu_ld=no
7872 interix*)
7873 # we just hope/assume this is gcc and not c89 (= MSVC++)
7874 with_gnu_ld=yes
7876 openbsd*)
7877 with_gnu_ld=no
7879 esac
7881 ld_shlibs=yes
7883 # On some targets, GNU ld is compatible enough with the native linker
7884 # that we're better off using the native interface for both.
7885 lt_use_gnu_ld_interface=no
7886 if test "$with_gnu_ld" = yes; then
7887 case $host_os in
7888 aix*)
7889 # The AIX port of GNU ld has always aspired to compatibility
7890 # with the native linker. However, as the warning in the GNU ld
7891 # block says, versions before 2.19.5* couldn't really create working
7892 # shared libraries, regardless of the interface used.
7893 case `$LD -v 2>&1` in
7894 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
7895 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
7896 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
7898 lt_use_gnu_ld_interface=yes
7900 esac
7903 lt_use_gnu_ld_interface=yes
7905 esac
7908 if test "$lt_use_gnu_ld_interface" = yes; then
7909 # If archive_cmds runs LD, not CC, wlarc should be empty
7910 wlarc='${wl}'
7912 # Set some defaults for GNU ld with shared library support. These
7913 # are reset later if shared libraries are not supported. Putting them
7914 # here allows them to be overridden if necessary.
7915 runpath_var=LD_RUN_PATH
7916 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7917 export_dynamic_flag_spec='${wl}--export-dynamic'
7918 # ancient GNU ld didn't support --whole-archive et. al.
7919 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7920 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7921 else
7922 whole_archive_flag_spec=
7924 supports_anon_versioning=no
7925 case `$LD -v 2>&1` in
7926 *GNU\ gold*) supports_anon_versioning=yes ;;
7927 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7928 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7929 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7930 *\ 2.11.*) ;; # other 2.11 versions
7931 *) supports_anon_versioning=yes ;;
7932 esac
7934 # See if GNU ld supports shared libraries.
7935 case $host_os in
7936 aix[3-9]*)
7937 # On AIX/PPC, the GNU linker is very broken
7938 if test "$host_cpu" != ia64; then
7939 ld_shlibs=no
7940 cat <<_LT_EOF 1>&2
7942 *** Warning: the GNU linker, at least up to release 2.19, is reported
7943 *** to be unable to reliably create shared libraries on AIX.
7944 *** Therefore, libtool is disabling shared libraries support. If you
7945 *** really care for shared libraries, you may want to install binutils
7946 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
7947 *** You will then need to restart the configuration process.
7949 _LT_EOF
7953 amigaos*)
7954 case $host_cpu in
7955 powerpc)
7956 # see comment about AmigaOS4 .so support
7957 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7958 archive_expsym_cmds=''
7960 m68k)
7961 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)'
7962 hardcode_libdir_flag_spec='-L$libdir'
7963 hardcode_minus_L=yes
7965 esac
7968 beos*)
7969 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7970 allow_undefined_flag=unsupported
7971 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7972 # support --undefined. This deserves some investigation. FIXME
7973 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7974 else
7975 ld_shlibs=no
7979 cygwin* | mingw* | pw32* | cegcc*)
7980 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7981 # as there is no search path for DLLs.
7982 hardcode_libdir_flag_spec='-L$libdir'
7983 export_dynamic_flag_spec='${wl}--export-all-symbols'
7984 allow_undefined_flag=unsupported
7985 always_export_symbols=no
7986 enable_shared_with_static_runtimes=yes
7987 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7989 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
7990 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7991 # If the export-symbols file already is a .def file (1st line
7992 # is EXPORTS), use it as is; otherwise, prepend...
7993 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7994 cp $export_symbols $output_objdir/$soname.def;
7995 else
7996 echo EXPORTS > $output_objdir/$soname.def;
7997 cat $export_symbols >> $output_objdir/$soname.def;
7999 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8000 else
8001 ld_shlibs=no
8005 haiku*)
8006 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8007 link_all_deplibs=yes
8010 interix[3-9]*)
8011 hardcode_direct=no
8012 hardcode_shlibpath_var=no
8013 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8014 export_dynamic_flag_spec='${wl}-E'
8015 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8016 # Instead, shared libraries are loaded at an image base (0x10000000 by
8017 # default) and relocated if they conflict, which is a slow very memory
8018 # consuming and fragmenting process. To avoid this, we pick a random,
8019 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8020 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8021 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8022 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'
8025 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8026 tmp_diet=no
8027 if test "$host_os" = linux-dietlibc; then
8028 case $cc_basename in
8029 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8030 esac
8032 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8033 && test "$tmp_diet" = no
8034 then
8035 tmp_addflag=
8036 tmp_sharedflag='-shared'
8037 case $cc_basename,$host_cpu in
8038 pgcc*) # Portland Group C compiler
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'
8042 pgf77* | pgf90* | pgf95* | pgfortran*)
8043 # Portland Group f77 and f90 compilers
8044 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'
8045 tmp_addflag=' $pic_flag -Mnomain' ;;
8046 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8047 tmp_addflag=' -i_dynamic' ;;
8048 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8049 tmp_addflag=' -i_dynamic -nofor_main' ;;
8050 ifc* | ifort*) # Intel Fortran compiler
8051 tmp_addflag=' -nofor_main' ;;
8052 lf95*) # Lahey Fortran 8.1
8053 whole_archive_flag_spec=
8054 tmp_sharedflag='--shared' ;;
8055 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8056 tmp_sharedflag='-qmkshrobj'
8057 tmp_addflag= ;;
8058 nvcc*) # Cuda Compiler Driver 2.2
8059 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'
8060 compiler_needs_object=yes
8062 esac
8063 case `$CC -V 2>&1 | sed 5q` in
8064 *Sun\ C*) # Sun C 5.9
8065 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'
8066 compiler_needs_object=yes
8067 tmp_sharedflag='-G' ;;
8068 *Sun\ F*) # Sun Fortran 8.3
8069 tmp_sharedflag='-G' ;;
8070 esac
8071 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8073 if test "x$supports_anon_versioning" = xyes; then
8074 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8075 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8076 echo "local: *; };" >> $output_objdir/$libname.ver~
8077 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8080 case $cc_basename in
8081 xlf* | bgf* | bgxlf* | mpixlf*)
8082 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8083 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8084 hardcode_libdir_flag_spec=
8085 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8086 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8087 if test "x$supports_anon_versioning" = xyes; then
8088 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8089 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8090 echo "local: *; };" >> $output_objdir/$libname.ver~
8091 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8094 esac
8095 else
8096 ld_shlibs=no
8100 netbsd*)
8101 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8102 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8103 wlarc=
8104 else
8105 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8106 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8110 solaris*)
8111 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8112 ld_shlibs=no
8113 cat <<_LT_EOF 1>&2
8115 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8116 *** create shared libraries on Solaris systems. Therefore, libtool
8117 *** is disabling shared libraries support. We urge you to upgrade GNU
8118 *** binutils to release 2.9.1 or newer. Another option is to modify
8119 *** your PATH or compiler configuration so that the native linker is
8120 *** used, and then restart.
8122 _LT_EOF
8123 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8124 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8125 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8126 else
8127 ld_shlibs=no
8131 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8132 case `$LD -v 2>&1` in
8133 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8134 ld_shlibs=no
8135 cat <<_LT_EOF 1>&2
8137 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8138 *** reliably create shared libraries on SCO systems. Therefore, libtool
8139 *** is disabling shared libraries support. We urge you to upgrade GNU
8140 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8141 *** your PATH or compiler configuration so that the native linker is
8142 *** used, and then restart.
8144 _LT_EOF
8147 # For security reasons, it is highly recommended that you always
8148 # use absolute paths for naming shared libraries, and exclude the
8149 # DT_RUNPATH tag from executables and libraries. But doing so
8150 # requires that you compile everything twice, which is a pain.
8151 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8152 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8153 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8154 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8155 else
8156 ld_shlibs=no
8159 esac
8162 sunos4*)
8163 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8164 wlarc=
8165 hardcode_direct=yes
8166 hardcode_shlibpath_var=no
8170 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8171 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8172 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8173 else
8174 ld_shlibs=no
8177 esac
8179 if test "$ld_shlibs" = no; then
8180 runpath_var=
8181 hardcode_libdir_flag_spec=
8182 export_dynamic_flag_spec=
8183 whole_archive_flag_spec=
8185 else
8186 # PORTME fill in a description of your system's linker (not GNU ld)
8187 case $host_os in
8188 aix3*)
8189 allow_undefined_flag=unsupported
8190 always_export_symbols=yes
8191 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'
8192 # Note: this linker hardcodes the directories in LIBPATH if there
8193 # are no directories specified by -L.
8194 hardcode_minus_L=yes
8195 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8196 # Neither direct hardcoding nor static linking is supported with a
8197 # broken collect2.
8198 hardcode_direct=unsupported
8202 aix[4-9]*)
8203 if test "$host_cpu" = ia64; then
8204 # On IA64, the linker does run time linking by default, so we don't
8205 # have to do anything special.
8206 aix_use_runtimelinking=no
8207 exp_sym_flag='-Bexport'
8208 no_entry_flag=""
8209 else
8210 # If we're using GNU nm, then we don't want the "-C" option.
8211 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8212 # Also, AIX nm treats weak defined symbols like other global
8213 # defined symbols, whereas GNU nm marks them as "W".
8214 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8215 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'
8216 else
8217 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'
8219 aix_use_runtimelinking=no
8221 # Test if we are trying to use run time linking or normal
8222 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8223 # need to do runtime linking.
8224 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8225 for ld_flag in $LDFLAGS; do
8226 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8227 aix_use_runtimelinking=yes
8228 break
8230 done
8232 esac
8234 exp_sym_flag='-bexport'
8235 no_entry_flag='-bnoentry'
8238 # When large executables or shared objects are built, AIX ld can
8239 # have problems creating the table of contents. If linking a library
8240 # or program results in "error TOC overflow" add -mminimal-toc to
8241 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8242 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8244 archive_cmds=''
8245 hardcode_direct=yes
8246 hardcode_direct_absolute=yes
8247 hardcode_libdir_separator=':'
8248 link_all_deplibs=yes
8249 file_list_spec='${wl}-f,'
8251 if test "$GCC" = yes; then
8252 case $host_os in aix4.[012]|aix4.[012].*)
8253 # We only want to do this on AIX 4.2 and lower, the check
8254 # below for broken collect2 doesn't work under 4.3+
8255 collect2name=`${CC} -print-prog-name=collect2`
8256 if test -f "$collect2name" &&
8257 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8258 then
8259 # We have reworked collect2
8261 else
8262 # We have old collect2
8263 hardcode_direct=unsupported
8264 # It fails to find uninstalled libraries when the uninstalled
8265 # path is not listed in the libpath. Setting hardcode_minus_L
8266 # to unsupported forces relinking
8267 hardcode_minus_L=yes
8268 hardcode_libdir_flag_spec='-L$libdir'
8269 hardcode_libdir_separator=
8272 esac
8273 shared_flag='-shared'
8274 if test "$aix_use_runtimelinking" = yes; then
8275 shared_flag="$shared_flag "'${wl}-G'
8277 else
8278 # not using gcc
8279 if test "$host_cpu" = ia64; then
8280 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8281 # chokes on -Wl,-G. The following line is correct:
8282 shared_flag='-G'
8283 else
8284 if test "$aix_use_runtimelinking" = yes; then
8285 shared_flag='${wl}-G'
8286 else
8287 shared_flag='${wl}-bM:SRE'
8292 export_dynamic_flag_spec='${wl}-bexpall'
8293 # It seems that -bexpall does not export symbols beginning with
8294 # underscore (_), so it is better to generate a list of symbols to export.
8295 always_export_symbols=yes
8296 if test "$aix_use_runtimelinking" = yes; then
8297 # Warning - without using the other runtime loading flags (-brtl),
8298 # -berok will link without error, but may produce a broken library.
8299 allow_undefined_flag='-berok'
8300 # Determine the default libpath from the value encoded in an
8301 # empty executable.
8302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8303 /* end confdefs.h. */
8306 main ()
8310 return 0;
8312 _ACEOF
8313 if ac_fn_c_try_link "$LINENO"; then :
8315 lt_aix_libpath_sed='
8316 /Import File Strings/,/^$/ {
8317 /^0/ {
8318 s/^0 *\(.*\)$/\1/
8322 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8323 # Check for a 64-bit object if we didn't find anything.
8324 if test -z "$aix_libpath"; then
8325 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8328 rm -f core conftest.err conftest.$ac_objext \
8329 conftest$ac_exeext conftest.$ac_ext
8330 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8332 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8333 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"
8334 else
8335 if test "$host_cpu" = ia64; then
8336 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8337 allow_undefined_flag="-z nodefs"
8338 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"
8339 else
8340 # Determine the default libpath from the value encoded in an
8341 # empty executable.
8342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8343 /* end confdefs.h. */
8346 main ()
8350 return 0;
8352 _ACEOF
8353 if ac_fn_c_try_link "$LINENO"; then :
8355 lt_aix_libpath_sed='
8356 /Import File Strings/,/^$/ {
8357 /^0/ {
8358 s/^0 *\(.*\)$/\1/
8362 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8363 # Check for a 64-bit object if we didn't find anything.
8364 if test -z "$aix_libpath"; then
8365 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8368 rm -f core conftest.err conftest.$ac_objext \
8369 conftest$ac_exeext conftest.$ac_ext
8370 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8372 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8373 # Warning - without using the other run time loading flags,
8374 # -berok will link without error, but may produce a broken library.
8375 no_undefined_flag=' ${wl}-bernotok'
8376 allow_undefined_flag=' ${wl}-berok'
8377 if test "$with_gnu_ld" = yes; then
8378 # We only use this code for GNU lds that support --whole-archive.
8379 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8380 else
8381 # Exported symbols can be pulled into shared objects from archives
8382 whole_archive_flag_spec='$convenience'
8384 archive_cmds_need_lc=yes
8385 # This is similar to how AIX traditionally builds its shared libraries.
8386 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'
8391 amigaos*)
8392 case $host_cpu in
8393 powerpc)
8394 # see comment about AmigaOS4 .so support
8395 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8396 archive_expsym_cmds=''
8398 m68k)
8399 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)'
8400 hardcode_libdir_flag_spec='-L$libdir'
8401 hardcode_minus_L=yes
8403 esac
8406 bsdi[45]*)
8407 export_dynamic_flag_spec=-rdynamic
8410 cygwin* | mingw* | pw32* | cegcc*)
8411 # When not using gcc, we currently assume that we are using
8412 # Microsoft Visual C++.
8413 # hardcode_libdir_flag_spec is actually meaningless, as there is
8414 # no search path for DLLs.
8415 hardcode_libdir_flag_spec=' '
8416 allow_undefined_flag=unsupported
8417 # Tell ltmain to make .lib files, not .a files.
8418 libext=lib
8419 # Tell ltmain to make .dll files, not .so files.
8420 shrext_cmds=".dll"
8421 # FIXME: Setting linknames here is a bad hack.
8422 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8423 # The linker will automatically build a .lib file if we build a DLL.
8424 old_archive_from_new_cmds='true'
8425 # FIXME: Should let the user specify the lib program.
8426 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8427 fix_srcfile_path='`cygpath -w "$srcfile"`'
8428 enable_shared_with_static_runtimes=yes
8431 darwin* | rhapsody*)
8434 archive_cmds_need_lc=no
8435 hardcode_direct=no
8436 hardcode_automatic=yes
8437 hardcode_shlibpath_var=unsupported
8438 if test "$lt_cv_ld_force_load" = "yes"; then
8439 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\"`'
8440 else
8441 whole_archive_flag_spec=''
8443 link_all_deplibs=yes
8444 allow_undefined_flag="$_lt_dar_allow_undefined"
8445 case $cc_basename in
8446 ifort*) _lt_dar_can_shared=yes ;;
8447 *) _lt_dar_can_shared=$GCC ;;
8448 esac
8449 if test "$_lt_dar_can_shared" = "yes"; then
8450 output_verbose_link_cmd=func_echo_all
8451 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8452 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8453 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}"
8454 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}"
8456 else
8457 ld_shlibs=no
8462 dgux*)
8463 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8464 hardcode_libdir_flag_spec='-L$libdir'
8465 hardcode_shlibpath_var=no
8468 freebsd1*)
8469 ld_shlibs=no
8472 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8473 # support. Future versions do this automatically, but an explicit c++rt0.o
8474 # does not break anything, and helps significantly (at the cost of a little
8475 # extra space).
8476 freebsd2.2*)
8477 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8478 hardcode_libdir_flag_spec='-R$libdir'
8479 hardcode_direct=yes
8480 hardcode_shlibpath_var=no
8483 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8484 freebsd2*)
8485 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8486 hardcode_direct=yes
8487 hardcode_minus_L=yes
8488 hardcode_shlibpath_var=no
8491 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8492 freebsd* | dragonfly*)
8493 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8494 hardcode_libdir_flag_spec='-R$libdir'
8495 hardcode_direct=yes
8496 hardcode_shlibpath_var=no
8499 hpux9*)
8500 if test "$GCC" = yes; then
8501 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'
8502 else
8503 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'
8505 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8506 hardcode_libdir_separator=:
8507 hardcode_direct=yes
8509 # hardcode_minus_L: Not really in the search PATH,
8510 # but as the default location of the library.
8511 hardcode_minus_L=yes
8512 export_dynamic_flag_spec='${wl}-E'
8515 hpux10*)
8516 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8517 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8518 else
8519 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8521 if test "$with_gnu_ld" = no; then
8522 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8523 hardcode_libdir_flag_spec_ld='+b $libdir'
8524 hardcode_libdir_separator=:
8525 hardcode_direct=yes
8526 hardcode_direct_absolute=yes
8527 export_dynamic_flag_spec='${wl}-E'
8528 # hardcode_minus_L: Not really in the search PATH,
8529 # but as the default location of the library.
8530 hardcode_minus_L=yes
8534 hpux11*)
8535 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8536 case $host_cpu in
8537 hppa*64*)
8538 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8540 ia64*)
8541 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8544 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8546 esac
8547 else
8548 case $host_cpu in
8549 hppa*64*)
8550 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8552 ia64*)
8553 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8557 # Older versions of the 11.00 compiler do not understand -b yet
8558 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8560 $as_echo_n "checking if $CC understands -b... " >&6; }
8561 if test "${lt_cv_prog_compiler__b+set}" = set; then :
8562 $as_echo_n "(cached) " >&6
8563 else
8564 lt_cv_prog_compiler__b=no
8565 save_LDFLAGS="$LDFLAGS"
8566 LDFLAGS="$LDFLAGS -b"
8567 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8568 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8569 # The linker can only warn and ignore the option if not recognized
8570 # So say no if there are warnings
8571 if test -s conftest.err; then
8572 # Append any errors to the config.log.
8573 cat conftest.err 1>&5
8574 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8575 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8576 if diff conftest.exp conftest.er2 >/dev/null; then
8577 lt_cv_prog_compiler__b=yes
8579 else
8580 lt_cv_prog_compiler__b=yes
8583 $RM -r conftest*
8584 LDFLAGS="$save_LDFLAGS"
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8588 $as_echo "$lt_cv_prog_compiler__b" >&6; }
8590 if test x"$lt_cv_prog_compiler__b" = xyes; then
8591 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8592 else
8593 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8597 esac
8599 if test "$with_gnu_ld" = no; then
8600 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8601 hardcode_libdir_separator=:
8603 case $host_cpu in
8604 hppa*64*|ia64*)
8605 hardcode_direct=no
8606 hardcode_shlibpath_var=no
8609 hardcode_direct=yes
8610 hardcode_direct_absolute=yes
8611 export_dynamic_flag_spec='${wl}-E'
8613 # hardcode_minus_L: Not really in the search PATH,
8614 # but as the default location of the library.
8615 hardcode_minus_L=yes
8617 esac
8621 irix5* | irix6* | nonstopux*)
8622 if test "$GCC" = yes; then
8623 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'
8624 # Try to use the -exported_symbol ld option, if it does not
8625 # work, assume that -exports_file does not work either and
8626 # implicitly export all symbols.
8627 save_LDFLAGS="$LDFLAGS"
8628 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8630 /* end confdefs.h. */
8631 int foo(void) {}
8632 _ACEOF
8633 if ac_fn_c_try_link "$LINENO"; then :
8634 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'
8637 rm -f core conftest.err conftest.$ac_objext \
8638 conftest$ac_exeext conftest.$ac_ext
8639 LDFLAGS="$save_LDFLAGS"
8640 else
8641 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'
8642 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'
8644 archive_cmds_need_lc='no'
8645 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8646 hardcode_libdir_separator=:
8647 inherit_rpath=yes
8648 link_all_deplibs=yes
8651 netbsd*)
8652 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8653 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8654 else
8655 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8657 hardcode_libdir_flag_spec='-R$libdir'
8658 hardcode_direct=yes
8659 hardcode_shlibpath_var=no
8662 newsos6)
8663 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8664 hardcode_direct=yes
8665 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8666 hardcode_libdir_separator=:
8667 hardcode_shlibpath_var=no
8670 *nto* | *qnx*)
8673 openbsd*)
8674 if test -f /usr/libexec/ld.so; then
8675 hardcode_direct=yes
8676 hardcode_shlibpath_var=no
8677 hardcode_direct_absolute=yes
8678 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8679 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8680 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8681 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8682 export_dynamic_flag_spec='${wl}-E'
8683 else
8684 case $host_os in
8685 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8686 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8687 hardcode_libdir_flag_spec='-R$libdir'
8690 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8691 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8693 esac
8695 else
8696 ld_shlibs=no
8700 os2*)
8701 hardcode_libdir_flag_spec='-L$libdir'
8702 hardcode_minus_L=yes
8703 allow_undefined_flag=unsupported
8704 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'
8705 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8708 osf3*)
8709 if test "$GCC" = yes; then
8710 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8711 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'
8712 else
8713 allow_undefined_flag=' -expect_unresolved \*'
8714 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'
8716 archive_cmds_need_lc='no'
8717 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8718 hardcode_libdir_separator=:
8721 osf4* | osf5*) # as osf3* with the addition of -msym flag
8722 if test "$GCC" = yes; then
8723 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8724 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'
8725 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8726 else
8727 allow_undefined_flag=' -expect_unresolved \*'
8728 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'
8729 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~
8730 $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'
8732 # Both c and cxx compiler support -rpath directly
8733 hardcode_libdir_flag_spec='-rpath $libdir'
8735 archive_cmds_need_lc='no'
8736 hardcode_libdir_separator=:
8739 solaris*)
8740 no_undefined_flag=' -z defs'
8741 if test "$GCC" = yes; then
8742 wlarc='${wl}'
8743 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8744 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8745 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8746 else
8747 case `$CC -V 2>&1` in
8748 *"Compilers 5.0"*)
8749 wlarc=''
8750 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8751 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8752 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8755 wlarc='${wl}'
8756 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8757 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8758 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8760 esac
8762 hardcode_libdir_flag_spec='-R$libdir'
8763 hardcode_shlibpath_var=no
8764 case $host_os in
8765 solaris2.[0-5] | solaris2.[0-5].*) ;;
8767 # The compiler driver will combine and reorder linker options,
8768 # but understands `-z linker_flag'. GCC discards it without `$wl',
8769 # but is careful enough not to reorder.
8770 # Supported since Solaris 2.6 (maybe 2.5.1?)
8771 if test "$GCC" = yes; then
8772 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8773 else
8774 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8777 esac
8778 link_all_deplibs=yes
8781 sunos4*)
8782 if test "x$host_vendor" = xsequent; then
8783 # Use $CC to link under sequent, because it throws in some extra .o
8784 # files that make .init and .fini sections work.
8785 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8786 else
8787 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8789 hardcode_libdir_flag_spec='-L$libdir'
8790 hardcode_direct=yes
8791 hardcode_minus_L=yes
8792 hardcode_shlibpath_var=no
8795 sysv4)
8796 case $host_vendor in
8797 sni)
8798 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8799 hardcode_direct=yes # is this really true???
8801 siemens)
8802 ## LD is ld it makes a PLAMLIB
8803 ## CC just makes a GrossModule.
8804 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8805 reload_cmds='$CC -r -o $output$reload_objs'
8806 hardcode_direct=no
8808 motorola)
8809 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8810 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8812 esac
8813 runpath_var='LD_RUN_PATH'
8814 hardcode_shlibpath_var=no
8817 sysv4.3*)
8818 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8819 hardcode_shlibpath_var=no
8820 export_dynamic_flag_spec='-Bexport'
8823 sysv4*MP*)
8824 if test -d /usr/nec; then
8825 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8826 hardcode_shlibpath_var=no
8827 runpath_var=LD_RUN_PATH
8828 hardcode_runpath_var=yes
8829 ld_shlibs=yes
8833 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8834 no_undefined_flag='${wl}-z,text'
8835 archive_cmds_need_lc=no
8836 hardcode_shlibpath_var=no
8837 runpath_var='LD_RUN_PATH'
8839 if test "$GCC" = yes; then
8840 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8841 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8842 else
8843 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8844 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8848 sysv5* | sco3.2v5* | sco5v6*)
8849 # Note: We can NOT use -z defs as we might desire, because we do not
8850 # link with -lc, and that would cause any symbols used from libc to
8851 # always be unresolved, which means just about no library would
8852 # ever link correctly. If we're not using GNU ld we use -z text
8853 # though, which does catch some bad symbols but isn't as heavy-handed
8854 # as -z defs.
8855 no_undefined_flag='${wl}-z,text'
8856 allow_undefined_flag='${wl}-z,nodefs'
8857 archive_cmds_need_lc=no
8858 hardcode_shlibpath_var=no
8859 hardcode_libdir_flag_spec='${wl}-R,$libdir'
8860 hardcode_libdir_separator=':'
8861 link_all_deplibs=yes
8862 export_dynamic_flag_spec='${wl}-Bexport'
8863 runpath_var='LD_RUN_PATH'
8865 if test "$GCC" = yes; then
8866 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8867 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8868 else
8869 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8870 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8874 uts4*)
8875 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8876 hardcode_libdir_flag_spec='-L$libdir'
8877 hardcode_shlibpath_var=no
8881 ld_shlibs=no
8883 esac
8885 if test x$host_vendor = xsni; then
8886 case $host in
8887 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8888 export_dynamic_flag_spec='${wl}-Blargedynsym'
8890 esac
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8895 $as_echo "$ld_shlibs" >&6; }
8896 test "$ld_shlibs" = no && can_build_shared=no
8898 with_gnu_ld=$with_gnu_ld
8915 # Do we need to explicitly link libc?
8917 case "x$archive_cmds_need_lc" in
8918 x|xyes)
8919 # Assume -lc should be added
8920 archive_cmds_need_lc=yes
8922 if test "$enable_shared" = yes && test "$GCC" = yes; then
8923 case $archive_cmds in
8924 *'~'*)
8925 # FIXME: we may have to deal with multi-command sequences.
8927 '$CC '*)
8928 # Test whether the compiler implicitly links with -lc since on some
8929 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8930 # to ld, don't add -lc before -lgcc.
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8932 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8933 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
8934 $as_echo_n "(cached) " >&6
8935 else
8936 $RM conftest*
8937 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8939 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8940 (eval $ac_compile) 2>&5
8941 ac_status=$?
8942 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8943 test $ac_status = 0; } 2>conftest.err; then
8944 soname=conftest
8945 lib=conftest
8946 libobjs=conftest.$ac_objext
8947 deplibs=
8948 wl=$lt_prog_compiler_wl
8949 pic_flag=$lt_prog_compiler_pic
8950 compiler_flags=-v
8951 linker_flags=-v
8952 verstring=
8953 output_objdir=.
8954 libname=conftest
8955 lt_save_allow_undefined_flag=$allow_undefined_flag
8956 allow_undefined_flag=
8957 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8958 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8959 ac_status=$?
8960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8961 test $ac_status = 0; }
8962 then
8963 lt_cv_archive_cmds_need_lc=no
8964 else
8965 lt_cv_archive_cmds_need_lc=yes
8967 allow_undefined_flag=$lt_save_allow_undefined_flag
8968 else
8969 cat conftest.err 1>&5
8971 $RM conftest*
8974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
8975 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
8976 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
8978 esac
8981 esac
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9140 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9142 if test "$GCC" = yes; then
9143 case $host_os in
9144 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9145 *) lt_awk_arg="/^libraries:/" ;;
9146 esac
9147 case $host_os in
9148 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9149 *) lt_sed_strip_eq="s,=/,/,g" ;;
9150 esac
9151 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9152 case $lt_search_path_spec in
9153 *\;*)
9154 # if the path contains ";" then we assume it to be the separator
9155 # otherwise default to the standard path separator (i.e. ":") - it is
9156 # assumed that no part of a normal pathname contains ";" but that should
9157 # okay in the real world where ";" in dirpaths is itself problematic.
9158 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9161 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9163 esac
9164 # Ok, now we have the path, separated by spaces, we can step through it
9165 # and add multilib dir if necessary.
9166 lt_tmp_lt_search_path_spec=
9167 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9168 for lt_sys_path in $lt_search_path_spec; do
9169 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9170 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9171 else
9172 test -d "$lt_sys_path" && \
9173 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9175 done
9176 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9177 BEGIN {RS=" "; FS="/|\n";} {
9178 lt_foo="";
9179 lt_count=0;
9180 for (lt_i = NF; lt_i > 0; lt_i--) {
9181 if ($lt_i != "" && $lt_i != ".") {
9182 if ($lt_i == "..") {
9183 lt_count++;
9184 } else {
9185 if (lt_count == 0) {
9186 lt_foo="/" $lt_i lt_foo;
9187 } else {
9188 lt_count--;
9193 if (lt_foo != "") { lt_freq[lt_foo]++; }
9194 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9196 # AWK program above erroneously prepends '/' to C:/dos/paths
9197 # for these hosts.
9198 case $host_os in
9199 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9200 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9201 esac
9202 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9203 else
9204 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9206 library_names_spec=
9207 libname_spec='lib$name'
9208 soname_spec=
9209 shrext_cmds=".so"
9210 postinstall_cmds=
9211 postuninstall_cmds=
9212 finish_cmds=
9213 finish_eval=
9214 shlibpath_var=
9215 shlibpath_overrides_runpath=unknown
9216 version_type=none
9217 dynamic_linker="$host_os ld.so"
9218 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9219 need_lib_prefix=unknown
9220 hardcode_into_libs=no
9222 # when you set need_version to no, make sure it does not cause -set_version
9223 # flags to be left without arguments
9224 need_version=unknown
9226 case $host_os in
9227 aix3*)
9228 version_type=linux
9229 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9230 shlibpath_var=LIBPATH
9232 # AIX 3 has no versioning support, so we append a major version to the name.
9233 soname_spec='${libname}${release}${shared_ext}$major'
9236 aix[4-9]*)
9237 version_type=linux
9238 need_lib_prefix=no
9239 need_version=no
9240 hardcode_into_libs=yes
9241 if test "$host_cpu" = ia64; then
9242 # AIX 5 supports IA64
9243 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9244 shlibpath_var=LD_LIBRARY_PATH
9245 else
9246 # With GCC up to 2.95.x, collect2 would create an import file
9247 # for dependence libraries. The import file would start with
9248 # the line `#! .'. This would cause the generated library to
9249 # depend on `.', always an invalid library. This was fixed in
9250 # development snapshots of GCC prior to 3.0.
9251 case $host_os in
9252 aix4 | aix4.[01] | aix4.[01].*)
9253 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9254 echo ' yes '
9255 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9257 else
9258 can_build_shared=no
9261 esac
9262 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9263 # soname into executable. Probably we can add versioning support to
9264 # collect2, so additional links can be useful in future.
9265 if test "$aix_use_runtimelinking" = yes; then
9266 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9267 # instead of lib<name>.a to let people know that these are not
9268 # typical AIX shared libraries.
9269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9270 else
9271 # We preserve .a as extension for shared libraries through AIX4.2
9272 # and later when we are not doing run time linking.
9273 library_names_spec='${libname}${release}.a $libname.a'
9274 soname_spec='${libname}${release}${shared_ext}$major'
9276 shlibpath_var=LIBPATH
9280 amigaos*)
9281 case $host_cpu in
9282 powerpc)
9283 # Since July 2007 AmigaOS4 officially supports .so libraries.
9284 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9285 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9287 m68k)
9288 library_names_spec='$libname.ixlibrary $libname.a'
9289 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9290 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'
9292 esac
9295 beos*)
9296 library_names_spec='${libname}${shared_ext}'
9297 dynamic_linker="$host_os ld.so"
9298 shlibpath_var=LIBRARY_PATH
9301 bsdi[45]*)
9302 version_type=linux
9303 need_version=no
9304 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9305 soname_spec='${libname}${release}${shared_ext}$major'
9306 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9307 shlibpath_var=LD_LIBRARY_PATH
9308 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9309 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9310 # the default ld.so.conf also contains /usr/contrib/lib and
9311 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9312 # libtool to hard-code these into programs
9315 cygwin* | mingw* | pw32* | cegcc*)
9316 version_type=windows
9317 shrext_cmds=".dll"
9318 need_version=no
9319 need_lib_prefix=no
9321 case $GCC,$host_os in
9322 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9323 library_names_spec='$libname.dll.a'
9324 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9325 postinstall_cmds='base_file=`basename \${file}`~
9326 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9327 dldir=$destdir/`dirname \$dlpath`~
9328 test -d \$dldir || mkdir -p \$dldir~
9329 $install_prog $dir/$dlname \$dldir/$dlname~
9330 chmod a+x \$dldir/$dlname~
9331 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9332 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9334 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9335 dlpath=$dir/\$dldll~
9336 $RM \$dlpath'
9337 shlibpath_overrides_runpath=yes
9339 case $host_os in
9340 cygwin*)
9341 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9342 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9344 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9346 mingw* | cegcc*)
9347 # MinGW DLLs use traditional 'lib' prefix
9348 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9350 pw32*)
9351 # pw32 DLLs use 'pw' prefix rather than 'lib'
9352 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9354 esac
9358 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9360 esac
9361 dynamic_linker='Win32 ld.exe'
9362 # FIXME: first we should search . and the directory the executable is in
9363 shlibpath_var=PATH
9366 darwin* | rhapsody*)
9367 dynamic_linker="$host_os dyld"
9368 version_type=darwin
9369 need_lib_prefix=no
9370 need_version=no
9371 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9372 soname_spec='${libname}${release}${major}$shared_ext'
9373 shlibpath_overrides_runpath=yes
9374 shlibpath_var=DYLD_LIBRARY_PATH
9375 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9377 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9378 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9381 dgux*)
9382 version_type=linux
9383 need_lib_prefix=no
9384 need_version=no
9385 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9386 soname_spec='${libname}${release}${shared_ext}$major'
9387 shlibpath_var=LD_LIBRARY_PATH
9390 freebsd1*)
9391 dynamic_linker=no
9394 freebsd* | dragonfly*)
9395 # DragonFly does not have aout. When/if they implement a new
9396 # versioning mechanism, adjust this.
9397 if test -x /usr/bin/objformat; then
9398 objformat=`/usr/bin/objformat`
9399 else
9400 case $host_os in
9401 freebsd[123]*) objformat=aout ;;
9402 *) objformat=elf ;;
9403 esac
9405 version_type=freebsd-$objformat
9406 case $version_type in
9407 freebsd-elf*)
9408 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9409 need_version=no
9410 need_lib_prefix=no
9412 freebsd-*)
9413 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9414 need_version=yes
9416 esac
9417 shlibpath_var=LD_LIBRARY_PATH
9418 case $host_os in
9419 freebsd2*)
9420 shlibpath_overrides_runpath=yes
9422 freebsd3.[01]* | freebsdelf3.[01]*)
9423 shlibpath_overrides_runpath=yes
9424 hardcode_into_libs=yes
9426 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9427 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9428 shlibpath_overrides_runpath=no
9429 hardcode_into_libs=yes
9431 *) # from 4.6 on, and DragonFly
9432 shlibpath_overrides_runpath=yes
9433 hardcode_into_libs=yes
9435 esac
9438 gnu*)
9439 version_type=linux
9440 need_lib_prefix=no
9441 need_version=no
9442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9443 soname_spec='${libname}${release}${shared_ext}$major'
9444 shlibpath_var=LD_LIBRARY_PATH
9445 hardcode_into_libs=yes
9448 haiku*)
9449 version_type=linux
9450 need_lib_prefix=no
9451 need_version=no
9452 dynamic_linker="$host_os runtime_loader"
9453 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9454 soname_spec='${libname}${release}${shared_ext}$major'
9455 shlibpath_var=LIBRARY_PATH
9456 shlibpath_overrides_runpath=yes
9457 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9458 hardcode_into_libs=yes
9461 hpux9* | hpux10* | hpux11*)
9462 # Give a soname corresponding to the major version so that dld.sl refuses to
9463 # link against other versions.
9464 version_type=sunos
9465 need_lib_prefix=no
9466 need_version=no
9467 case $host_cpu in
9468 ia64*)
9469 shrext_cmds='.so'
9470 hardcode_into_libs=yes
9471 dynamic_linker="$host_os dld.so"
9472 shlibpath_var=LD_LIBRARY_PATH
9473 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9475 soname_spec='${libname}${release}${shared_ext}$major'
9476 if test "X$HPUX_IA64_MODE" = X32; then
9477 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9478 else
9479 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9481 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9483 hppa*64*)
9484 shrext_cmds='.sl'
9485 hardcode_into_libs=yes
9486 dynamic_linker="$host_os dld.sl"
9487 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9488 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9489 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9490 soname_spec='${libname}${release}${shared_ext}$major'
9491 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9492 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9495 shrext_cmds='.sl'
9496 dynamic_linker="$host_os dld.sl"
9497 shlibpath_var=SHLIB_PATH
9498 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9499 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9500 soname_spec='${libname}${release}${shared_ext}$major'
9502 esac
9503 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9504 postinstall_cmds='chmod 555 $lib'
9505 # or fails outright, so override atomically:
9506 install_override_mode=555
9509 interix[3-9]*)
9510 version_type=linux
9511 need_lib_prefix=no
9512 need_version=no
9513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9514 soname_spec='${libname}${release}${shared_ext}$major'
9515 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9516 shlibpath_var=LD_LIBRARY_PATH
9517 shlibpath_overrides_runpath=no
9518 hardcode_into_libs=yes
9521 irix5* | irix6* | nonstopux*)
9522 case $host_os in
9523 nonstopux*) version_type=nonstopux ;;
9525 if test "$lt_cv_prog_gnu_ld" = yes; then
9526 version_type=linux
9527 else
9528 version_type=irix
9529 fi ;;
9530 esac
9531 need_lib_prefix=no
9532 need_version=no
9533 soname_spec='${libname}${release}${shared_ext}$major'
9534 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9535 case $host_os in
9536 irix5* | nonstopux*)
9537 libsuff= shlibsuff=
9540 case $LD in # libtool.m4 will add one of these switches to LD
9541 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9542 libsuff= shlibsuff= libmagic=32-bit;;
9543 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9544 libsuff=32 shlibsuff=N32 libmagic=N32;;
9545 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9546 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9547 *) libsuff= shlibsuff= libmagic=never-match;;
9548 esac
9550 esac
9551 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9552 shlibpath_overrides_runpath=no
9553 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9554 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9555 hardcode_into_libs=yes
9558 # No shared lib support for Linux oldld, aout, or coff.
9559 linux*oldld* | linux*aout* | linux*coff*)
9560 dynamic_linker=no
9563 # This must be Linux ELF.
9564 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9565 version_type=linux
9566 need_lib_prefix=no
9567 need_version=no
9568 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9569 soname_spec='${libname}${release}${shared_ext}$major'
9570 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9571 shlibpath_var=LD_LIBRARY_PATH
9572 shlibpath_overrides_runpath=no
9574 # Some binutils ld are patched to set DT_RUNPATH
9575 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9576 $as_echo_n "(cached) " >&6
9577 else
9578 lt_cv_shlibpath_overrides_runpath=no
9579 save_LDFLAGS=$LDFLAGS
9580 save_libdir=$libdir
9581 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9582 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9584 /* end confdefs.h. */
9587 main ()
9591 return 0;
9593 _ACEOF
9594 if ac_fn_c_try_link "$LINENO"; then :
9595 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9596 lt_cv_shlibpath_overrides_runpath=yes
9599 rm -f core conftest.err conftest.$ac_objext \
9600 conftest$ac_exeext conftest.$ac_ext
9601 LDFLAGS=$save_LDFLAGS
9602 libdir=$save_libdir
9606 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9608 # This implies no fast_install, which is unacceptable.
9609 # Some rework will be needed to allow for fast_install
9610 # before this can be enabled.
9611 hardcode_into_libs=yes
9613 # Add ABI-specific directories to the system library path.
9614 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
9616 # Append ld.so.conf contents to the search path
9617 if test -f /etc/ld.so.conf; then
9618 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' ' '`
9619 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
9623 # We used to test for /lib/ld.so.1 and disable shared libraries on
9624 # powerpc, because MkLinux only supported shared libraries with the
9625 # GNU dynamic linker. Since this was broken with cross compilers,
9626 # most powerpc-linux boxes support dynamic linking these days and
9627 # people can always --disable-shared, the test was removed, and we
9628 # assume the GNU/Linux dynamic linker is in use.
9629 dynamic_linker='GNU/Linux ld.so'
9632 netbsd*)
9633 version_type=sunos
9634 need_lib_prefix=no
9635 need_version=no
9636 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9637 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9638 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9639 dynamic_linker='NetBSD (a.out) ld.so'
9640 else
9641 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9642 soname_spec='${libname}${release}${shared_ext}$major'
9643 dynamic_linker='NetBSD ld.elf_so'
9645 shlibpath_var=LD_LIBRARY_PATH
9646 shlibpath_overrides_runpath=yes
9647 hardcode_into_libs=yes
9650 newsos6)
9651 version_type=linux
9652 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9653 shlibpath_var=LD_LIBRARY_PATH
9654 shlibpath_overrides_runpath=yes
9657 *nto* | *qnx*)
9658 version_type=qnx
9659 need_lib_prefix=no
9660 need_version=no
9661 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9662 soname_spec='${libname}${release}${shared_ext}$major'
9663 shlibpath_var=LD_LIBRARY_PATH
9664 shlibpath_overrides_runpath=no
9665 hardcode_into_libs=yes
9666 dynamic_linker='ldqnx.so'
9669 openbsd*)
9670 version_type=sunos
9671 sys_lib_dlsearch_path_spec="/usr/lib"
9672 need_lib_prefix=no
9673 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9674 case $host_os in
9675 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9676 *) need_version=no ;;
9677 esac
9678 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9679 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9680 shlibpath_var=LD_LIBRARY_PATH
9681 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9682 case $host_os in
9683 openbsd2.[89] | openbsd2.[89].*)
9684 shlibpath_overrides_runpath=no
9687 shlibpath_overrides_runpath=yes
9689 esac
9690 else
9691 shlibpath_overrides_runpath=yes
9695 os2*)
9696 libname_spec='$name'
9697 shrext_cmds=".dll"
9698 need_lib_prefix=no
9699 library_names_spec='$libname${shared_ext} $libname.a'
9700 dynamic_linker='OS/2 ld.exe'
9701 shlibpath_var=LIBPATH
9704 osf3* | osf4* | osf5*)
9705 version_type=osf
9706 need_lib_prefix=no
9707 need_version=no
9708 soname_spec='${libname}${release}${shared_ext}$major'
9709 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9710 shlibpath_var=LD_LIBRARY_PATH
9711 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9712 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9715 rdos*)
9716 dynamic_linker=no
9719 solaris*)
9720 version_type=linux
9721 need_lib_prefix=no
9722 need_version=no
9723 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9724 soname_spec='${libname}${release}${shared_ext}$major'
9725 shlibpath_var=LD_LIBRARY_PATH
9726 shlibpath_overrides_runpath=yes
9727 hardcode_into_libs=yes
9728 # ldd complains unless libraries are executable
9729 postinstall_cmds='chmod +x $lib'
9732 sunos4*)
9733 version_type=sunos
9734 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9735 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9736 shlibpath_var=LD_LIBRARY_PATH
9737 shlibpath_overrides_runpath=yes
9738 if test "$with_gnu_ld" = yes; then
9739 need_lib_prefix=no
9741 need_version=yes
9744 sysv4 | sysv4.3*)
9745 version_type=linux
9746 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9747 soname_spec='${libname}${release}${shared_ext}$major'
9748 shlibpath_var=LD_LIBRARY_PATH
9749 case $host_vendor in
9750 sni)
9751 shlibpath_overrides_runpath=no
9752 need_lib_prefix=no
9753 runpath_var=LD_RUN_PATH
9755 siemens)
9756 need_lib_prefix=no
9758 motorola)
9759 need_lib_prefix=no
9760 need_version=no
9761 shlibpath_overrides_runpath=no
9762 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9764 esac
9767 sysv4*MP*)
9768 if test -d /usr/nec ;then
9769 version_type=linux
9770 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9771 soname_spec='$libname${shared_ext}.$major'
9772 shlibpath_var=LD_LIBRARY_PATH
9776 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9777 version_type=freebsd-elf
9778 need_lib_prefix=no
9779 need_version=no
9780 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9781 soname_spec='${libname}${release}${shared_ext}$major'
9782 shlibpath_var=LD_LIBRARY_PATH
9783 shlibpath_overrides_runpath=yes
9784 hardcode_into_libs=yes
9785 if test "$with_gnu_ld" = yes; then
9786 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9787 else
9788 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9789 case $host_os in
9790 sco3.2v5*)
9791 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9793 esac
9795 sys_lib_dlsearch_path_spec='/usr/lib'
9798 tpf*)
9799 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9800 version_type=linux
9801 need_lib_prefix=no
9802 need_version=no
9803 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9804 shlibpath_var=LD_LIBRARY_PATH
9805 shlibpath_overrides_runpath=no
9806 hardcode_into_libs=yes
9809 uts4*)
9810 version_type=linux
9811 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9812 soname_spec='${libname}${release}${shared_ext}$major'
9813 shlibpath_var=LD_LIBRARY_PATH
9817 dynamic_linker=no
9819 esac
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9821 $as_echo "$dynamic_linker" >&6; }
9822 test "$dynamic_linker" = no && can_build_shared=no
9824 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9825 if test "$GCC" = yes; then
9826 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9829 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9830 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9832 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9833 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9928 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9929 hardcode_action=
9930 if test -n "$hardcode_libdir_flag_spec" ||
9931 test -n "$runpath_var" ||
9932 test "X$hardcode_automatic" = "Xyes" ; then
9934 # We can hardcode non-existent directories.
9935 if test "$hardcode_direct" != no &&
9936 # If the only mechanism to avoid hardcoding is shlibpath_var, we
9937 # have to relink, otherwise we might link with an installed library
9938 # when we should be linking with a yet-to-be-installed one
9939 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9940 test "$hardcode_minus_L" != no; then
9941 # Linking always hardcodes the temporary library directory.
9942 hardcode_action=relink
9943 else
9944 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9945 hardcode_action=immediate
9947 else
9948 # We cannot hardcode anything, or else we can only hardcode existing
9949 # directories.
9950 hardcode_action=unsupported
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9953 $as_echo "$hardcode_action" >&6; }
9955 if test "$hardcode_action" = relink ||
9956 test "$inherit_rpath" = yes; then
9957 # Fast installation is not supported
9958 enable_fast_install=no
9959 elif test "$shlibpath_overrides_runpath" = yes ||
9960 test "$enable_shared" = no; then
9961 # Fast installation is not necessary
9962 enable_fast_install=needless
9970 if test "x$enable_dlopen" != xyes; then
9971 enable_dlopen=unknown
9972 enable_dlopen_self=unknown
9973 enable_dlopen_self_static=unknown
9974 else
9975 lt_cv_dlopen=no
9976 lt_cv_dlopen_libs=
9978 case $host_os in
9979 beos*)
9980 lt_cv_dlopen="load_add_on"
9981 lt_cv_dlopen_libs=
9982 lt_cv_dlopen_self=yes
9985 mingw* | pw32* | cegcc*)
9986 lt_cv_dlopen="LoadLibrary"
9987 lt_cv_dlopen_libs=
9990 cygwin*)
9991 lt_cv_dlopen="dlopen"
9992 lt_cv_dlopen_libs=
9995 darwin*)
9996 # if libdl is installed we need to link against it
9997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9998 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9999 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10000 $as_echo_n "(cached) " >&6
10001 else
10002 ac_check_lib_save_LIBS=$LIBS
10003 LIBS="-ldl $LIBS"
10004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10005 /* end confdefs.h. */
10007 /* Override any GCC internal prototype to avoid an error.
10008 Use char because int might match the return type of a GCC
10009 builtin and then its argument prototype would still apply. */
10010 #ifdef __cplusplus
10011 extern "C"
10012 #endif
10013 char dlopen ();
10015 main ()
10017 return dlopen ();
10019 return 0;
10021 _ACEOF
10022 if ac_fn_c_try_link "$LINENO"; then :
10023 ac_cv_lib_dl_dlopen=yes
10024 else
10025 ac_cv_lib_dl_dlopen=no
10027 rm -f core conftest.err conftest.$ac_objext \
10028 conftest$ac_exeext conftest.$ac_ext
10029 LIBS=$ac_check_lib_save_LIBS
10031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10032 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10033 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10034 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10035 else
10037 lt_cv_dlopen="dyld"
10038 lt_cv_dlopen_libs=
10039 lt_cv_dlopen_self=yes
10046 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10047 if test "x$ac_cv_func_shl_load" = x""yes; then :
10048 lt_cv_dlopen="shl_load"
10049 else
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10051 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10052 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10053 $as_echo_n "(cached) " >&6
10054 else
10055 ac_check_lib_save_LIBS=$LIBS
10056 LIBS="-ldld $LIBS"
10057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10058 /* end confdefs.h. */
10060 /* Override any GCC internal prototype to avoid an error.
10061 Use char because int might match the return type of a GCC
10062 builtin and then its argument prototype would still apply. */
10063 #ifdef __cplusplus
10064 extern "C"
10065 #endif
10066 char shl_load ();
10068 main ()
10070 return shl_load ();
10072 return 0;
10074 _ACEOF
10075 if ac_fn_c_try_link "$LINENO"; then :
10076 ac_cv_lib_dld_shl_load=yes
10077 else
10078 ac_cv_lib_dld_shl_load=no
10080 rm -f core conftest.err conftest.$ac_objext \
10081 conftest$ac_exeext conftest.$ac_ext
10082 LIBS=$ac_check_lib_save_LIBS
10084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10085 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10086 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10087 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10088 else
10089 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10090 if test "x$ac_cv_func_dlopen" = x""yes; then :
10091 lt_cv_dlopen="dlopen"
10092 else
10093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10094 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10095 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10096 $as_echo_n "(cached) " >&6
10097 else
10098 ac_check_lib_save_LIBS=$LIBS
10099 LIBS="-ldl $LIBS"
10100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10101 /* end confdefs.h. */
10103 /* Override any GCC internal prototype to avoid an error.
10104 Use char because int might match the return type of a GCC
10105 builtin and then its argument prototype would still apply. */
10106 #ifdef __cplusplus
10107 extern "C"
10108 #endif
10109 char dlopen ();
10111 main ()
10113 return dlopen ();
10115 return 0;
10117 _ACEOF
10118 if ac_fn_c_try_link "$LINENO"; then :
10119 ac_cv_lib_dl_dlopen=yes
10120 else
10121 ac_cv_lib_dl_dlopen=no
10123 rm -f core conftest.err conftest.$ac_objext \
10124 conftest$ac_exeext conftest.$ac_ext
10125 LIBS=$ac_check_lib_save_LIBS
10127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10128 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10129 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10130 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10131 else
10132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10133 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10134 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10135 $as_echo_n "(cached) " >&6
10136 else
10137 ac_check_lib_save_LIBS=$LIBS
10138 LIBS="-lsvld $LIBS"
10139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10140 /* end confdefs.h. */
10142 /* Override any GCC internal prototype to avoid an error.
10143 Use char because int might match the return type of a GCC
10144 builtin and then its argument prototype would still apply. */
10145 #ifdef __cplusplus
10146 extern "C"
10147 #endif
10148 char dlopen ();
10150 main ()
10152 return dlopen ();
10154 return 0;
10156 _ACEOF
10157 if ac_fn_c_try_link "$LINENO"; then :
10158 ac_cv_lib_svld_dlopen=yes
10159 else
10160 ac_cv_lib_svld_dlopen=no
10162 rm -f core conftest.err conftest.$ac_objext \
10163 conftest$ac_exeext conftest.$ac_ext
10164 LIBS=$ac_check_lib_save_LIBS
10166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10167 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10168 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10169 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10170 else
10171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10172 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10173 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10174 $as_echo_n "(cached) " >&6
10175 else
10176 ac_check_lib_save_LIBS=$LIBS
10177 LIBS="-ldld $LIBS"
10178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10179 /* end confdefs.h. */
10181 /* Override any GCC internal prototype to avoid an error.
10182 Use char because int might match the return type of a GCC
10183 builtin and then its argument prototype would still apply. */
10184 #ifdef __cplusplus
10185 extern "C"
10186 #endif
10187 char dld_link ();
10189 main ()
10191 return dld_link ();
10193 return 0;
10195 _ACEOF
10196 if ac_fn_c_try_link "$LINENO"; then :
10197 ac_cv_lib_dld_dld_link=yes
10198 else
10199 ac_cv_lib_dld_dld_link=no
10201 rm -f core conftest.err conftest.$ac_objext \
10202 conftest$ac_exeext conftest.$ac_ext
10203 LIBS=$ac_check_lib_save_LIBS
10205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10206 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10207 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10208 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10227 esac
10229 if test "x$lt_cv_dlopen" != xno; then
10230 enable_dlopen=yes
10231 else
10232 enable_dlopen=no
10235 case $lt_cv_dlopen in
10236 dlopen)
10237 save_CPPFLAGS="$CPPFLAGS"
10238 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10240 save_LDFLAGS="$LDFLAGS"
10241 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10243 save_LIBS="$LIBS"
10244 LIBS="$lt_cv_dlopen_libs $LIBS"
10246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10247 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10248 if test "${lt_cv_dlopen_self+set}" = set; then :
10249 $as_echo_n "(cached) " >&6
10250 else
10251 if test "$cross_compiling" = yes; then :
10252 lt_cv_dlopen_self=cross
10253 else
10254 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10255 lt_status=$lt_dlunknown
10256 cat > conftest.$ac_ext <<_LT_EOF
10257 #line $LINENO "configure"
10258 #include "confdefs.h"
10260 #if HAVE_DLFCN_H
10261 #include <dlfcn.h>
10262 #endif
10264 #include <stdio.h>
10266 #ifdef RTLD_GLOBAL
10267 # define LT_DLGLOBAL RTLD_GLOBAL
10268 #else
10269 # ifdef DL_GLOBAL
10270 # define LT_DLGLOBAL DL_GLOBAL
10271 # else
10272 # define LT_DLGLOBAL 0
10273 # endif
10274 #endif
10276 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10277 find out it does not work in some platform. */
10278 #ifndef LT_DLLAZY_OR_NOW
10279 # ifdef RTLD_LAZY
10280 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10281 # else
10282 # ifdef DL_LAZY
10283 # define LT_DLLAZY_OR_NOW DL_LAZY
10284 # else
10285 # ifdef RTLD_NOW
10286 # define LT_DLLAZY_OR_NOW RTLD_NOW
10287 # else
10288 # ifdef DL_NOW
10289 # define LT_DLLAZY_OR_NOW DL_NOW
10290 # else
10291 # define LT_DLLAZY_OR_NOW 0
10292 # endif
10293 # endif
10294 # endif
10295 # endif
10296 #endif
10298 /* When -fvisbility=hidden is used, assume the code has been annotated
10299 correspondingly for the symbols needed. */
10300 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10301 void fnord () __attribute__((visibility("default")));
10302 #endif
10304 void fnord () { int i=42; }
10305 int main ()
10307 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10308 int status = $lt_dlunknown;
10310 if (self)
10312 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10313 else
10315 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10316 else puts (dlerror ());
10318 /* dlclose (self); */
10320 else
10321 puts (dlerror ());
10323 return status;
10325 _LT_EOF
10326 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10327 (eval $ac_link) 2>&5
10328 ac_status=$?
10329 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10330 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10331 (./conftest; exit; ) >&5 2>/dev/null
10332 lt_status=$?
10333 case x$lt_status in
10334 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10335 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10336 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10337 esac
10338 else :
10339 # compilation failed
10340 lt_cv_dlopen_self=no
10343 rm -fr conftest*
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10348 $as_echo "$lt_cv_dlopen_self" >&6; }
10350 if test "x$lt_cv_dlopen_self" = xyes; then
10351 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10353 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10354 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10355 $as_echo_n "(cached) " >&6
10356 else
10357 if test "$cross_compiling" = yes; then :
10358 lt_cv_dlopen_self_static=cross
10359 else
10360 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10361 lt_status=$lt_dlunknown
10362 cat > conftest.$ac_ext <<_LT_EOF
10363 #line $LINENO "configure"
10364 #include "confdefs.h"
10366 #if HAVE_DLFCN_H
10367 #include <dlfcn.h>
10368 #endif
10370 #include <stdio.h>
10372 #ifdef RTLD_GLOBAL
10373 # define LT_DLGLOBAL RTLD_GLOBAL
10374 #else
10375 # ifdef DL_GLOBAL
10376 # define LT_DLGLOBAL DL_GLOBAL
10377 # else
10378 # define LT_DLGLOBAL 0
10379 # endif
10380 #endif
10382 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10383 find out it does not work in some platform. */
10384 #ifndef LT_DLLAZY_OR_NOW
10385 # ifdef RTLD_LAZY
10386 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10387 # else
10388 # ifdef DL_LAZY
10389 # define LT_DLLAZY_OR_NOW DL_LAZY
10390 # else
10391 # ifdef RTLD_NOW
10392 # define LT_DLLAZY_OR_NOW RTLD_NOW
10393 # else
10394 # ifdef DL_NOW
10395 # define LT_DLLAZY_OR_NOW DL_NOW
10396 # else
10397 # define LT_DLLAZY_OR_NOW 0
10398 # endif
10399 # endif
10400 # endif
10401 # endif
10402 #endif
10404 /* When -fvisbility=hidden is used, assume the code has been annotated
10405 correspondingly for the symbols needed. */
10406 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10407 void fnord () __attribute__((visibility("default")));
10408 #endif
10410 void fnord () { int i=42; }
10411 int main ()
10413 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10414 int status = $lt_dlunknown;
10416 if (self)
10418 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10419 else
10421 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10422 else puts (dlerror ());
10424 /* dlclose (self); */
10426 else
10427 puts (dlerror ());
10429 return status;
10431 _LT_EOF
10432 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10433 (eval $ac_link) 2>&5
10434 ac_status=$?
10435 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10436 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10437 (./conftest; exit; ) >&5 2>/dev/null
10438 lt_status=$?
10439 case x$lt_status in
10440 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10441 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10442 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10443 esac
10444 else :
10445 # compilation failed
10446 lt_cv_dlopen_self_static=no
10449 rm -fr conftest*
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10454 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10457 CPPFLAGS="$save_CPPFLAGS"
10458 LDFLAGS="$save_LDFLAGS"
10459 LIBS="$save_LIBS"
10461 esac
10463 case $lt_cv_dlopen_self in
10464 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10465 *) enable_dlopen_self=unknown ;;
10466 esac
10468 case $lt_cv_dlopen_self_static in
10469 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10470 *) enable_dlopen_self_static=unknown ;;
10471 esac
10490 striplib=
10491 old_striplib=
10492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10493 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10494 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10495 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10496 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10498 $as_echo "yes" >&6; }
10499 else
10500 # FIXME - insert some real tests, host_os isn't really good enough
10501 case $host_os in
10502 darwin*)
10503 if test -n "$STRIP" ; then
10504 striplib="$STRIP -x"
10505 old_striplib="$STRIP -S"
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10507 $as_echo "yes" >&6; }
10508 else
10509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10510 $as_echo "no" >&6; }
10514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10515 $as_echo "no" >&6; }
10517 esac
10531 # Report which library types will actually be built
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10533 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10535 $as_echo "$can_build_shared" >&6; }
10537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10538 $as_echo_n "checking whether to build shared libraries... " >&6; }
10539 test "$can_build_shared" = "no" && enable_shared=no
10541 # On AIX, shared libraries and static libraries use the same namespace, and
10542 # are all built from PIC.
10543 case $host_os in
10544 aix3*)
10545 test "$enable_shared" = yes && enable_static=no
10546 if test -n "$RANLIB"; then
10547 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10548 postinstall_cmds='$RANLIB $lib'
10552 aix[4-9]*)
10553 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10554 test "$enable_shared" = yes && enable_static=no
10557 esac
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10559 $as_echo "$enable_shared" >&6; }
10561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10562 $as_echo_n "checking whether to build static libraries... " >&6; }
10563 # Make sure either enable_shared or enable_static is yes.
10564 test "$enable_shared" = yes || enable_static=yes
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10566 $as_echo "$enable_static" >&6; }
10572 ac_ext=c
10573 ac_cpp='$CPP $CPPFLAGS'
10574 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10575 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10576 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10578 CC="$lt_save_CC"
10592 ac_config_commands="$ac_config_commands libtool"
10597 # Only expand once:
10601 # Checks for programs.
10602 ac_ext=c
10603 ac_cpp='$CPP $CPPFLAGS'
10604 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10605 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10606 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10607 if test -n "$ac_tool_prefix"; then
10608 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
10609 set dummy ${ac_tool_prefix}gcc; ac_word=$2
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10611 $as_echo_n "checking for $ac_word... " >&6; }
10612 if test "${ac_cv_prog_CC+set}" = set; then :
10613 $as_echo_n "(cached) " >&6
10614 else
10615 if test -n "$CC"; then
10616 ac_cv_prog_CC="$CC" # Let the user override the test.
10617 else
10618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10619 for as_dir in $PATH
10621 IFS=$as_save_IFS
10622 test -z "$as_dir" && as_dir=.
10623 for ac_exec_ext in '' $ac_executable_extensions; do
10624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10625 ac_cv_prog_CC="${ac_tool_prefix}gcc"
10626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10627 break 2
10629 done
10630 done
10631 IFS=$as_save_IFS
10635 CC=$ac_cv_prog_CC
10636 if test -n "$CC"; then
10637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10638 $as_echo "$CC" >&6; }
10639 else
10640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10641 $as_echo "no" >&6; }
10646 if test -z "$ac_cv_prog_CC"; then
10647 ac_ct_CC=$CC
10648 # Extract the first word of "gcc", so it can be a program name with args.
10649 set dummy gcc; ac_word=$2
10650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10651 $as_echo_n "checking for $ac_word... " >&6; }
10652 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
10653 $as_echo_n "(cached) " >&6
10654 else
10655 if test -n "$ac_ct_CC"; then
10656 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10657 else
10658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10659 for as_dir in $PATH
10661 IFS=$as_save_IFS
10662 test -z "$as_dir" && as_dir=.
10663 for ac_exec_ext in '' $ac_executable_extensions; do
10664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10665 ac_cv_prog_ac_ct_CC="gcc"
10666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10667 break 2
10669 done
10670 done
10671 IFS=$as_save_IFS
10675 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10676 if test -n "$ac_ct_CC"; then
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
10678 $as_echo "$ac_ct_CC" >&6; }
10679 else
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10681 $as_echo "no" >&6; }
10684 if test "x$ac_ct_CC" = x; then
10685 CC=""
10686 else
10687 case $cross_compiling:$ac_tool_warned in
10688 yes:)
10689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10690 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10691 ac_tool_warned=yes ;;
10692 esac
10693 CC=$ac_ct_CC
10695 else
10696 CC="$ac_cv_prog_CC"
10699 if test -z "$CC"; then
10700 if test -n "$ac_tool_prefix"; then
10701 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
10702 set dummy ${ac_tool_prefix}cc; ac_word=$2
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10704 $as_echo_n "checking for $ac_word... " >&6; }
10705 if test "${ac_cv_prog_CC+set}" = set; then :
10706 $as_echo_n "(cached) " >&6
10707 else
10708 if test -n "$CC"; then
10709 ac_cv_prog_CC="$CC" # Let the user override the test.
10710 else
10711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10712 for as_dir in $PATH
10714 IFS=$as_save_IFS
10715 test -z "$as_dir" && as_dir=.
10716 for ac_exec_ext in '' $ac_executable_extensions; do
10717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10718 ac_cv_prog_CC="${ac_tool_prefix}cc"
10719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10720 break 2
10722 done
10723 done
10724 IFS=$as_save_IFS
10728 CC=$ac_cv_prog_CC
10729 if test -n "$CC"; then
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10731 $as_echo "$CC" >&6; }
10732 else
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10734 $as_echo "no" >&6; }
10740 if test -z "$CC"; then
10741 # Extract the first word of "cc", so it can be a program name with args.
10742 set dummy cc; ac_word=$2
10743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10744 $as_echo_n "checking for $ac_word... " >&6; }
10745 if test "${ac_cv_prog_CC+set}" = set; then :
10746 $as_echo_n "(cached) " >&6
10747 else
10748 if test -n "$CC"; then
10749 ac_cv_prog_CC="$CC" # Let the user override the test.
10750 else
10751 ac_prog_rejected=no
10752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10753 for as_dir in $PATH
10755 IFS=$as_save_IFS
10756 test -z "$as_dir" && as_dir=.
10757 for ac_exec_ext in '' $ac_executable_extensions; do
10758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10759 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
10760 ac_prog_rejected=yes
10761 continue
10763 ac_cv_prog_CC="cc"
10764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10765 break 2
10767 done
10768 done
10769 IFS=$as_save_IFS
10771 if test $ac_prog_rejected = yes; then
10772 # We found a bogon in the path, so make sure we never use it.
10773 set dummy $ac_cv_prog_CC
10774 shift
10775 if test $# != 0; then
10776 # We chose a different compiler from the bogus one.
10777 # However, it has the same basename, so the bogon will be chosen
10778 # first if we set CC to just the basename; use the full file name.
10779 shift
10780 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
10785 CC=$ac_cv_prog_CC
10786 if test -n "$CC"; then
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10788 $as_echo "$CC" >&6; }
10789 else
10790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10791 $as_echo "no" >&6; }
10796 if test -z "$CC"; then
10797 if test -n "$ac_tool_prefix"; then
10798 for ac_prog in cl.exe
10800 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10801 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10803 $as_echo_n "checking for $ac_word... " >&6; }
10804 if test "${ac_cv_prog_CC+set}" = set; then :
10805 $as_echo_n "(cached) " >&6
10806 else
10807 if test -n "$CC"; then
10808 ac_cv_prog_CC="$CC" # Let the user override the test.
10809 else
10810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10811 for as_dir in $PATH
10813 IFS=$as_save_IFS
10814 test -z "$as_dir" && as_dir=.
10815 for ac_exec_ext in '' $ac_executable_extensions; do
10816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10817 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
10818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10819 break 2
10821 done
10822 done
10823 IFS=$as_save_IFS
10827 CC=$ac_cv_prog_CC
10828 if test -n "$CC"; then
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
10830 $as_echo "$CC" >&6; }
10831 else
10832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10833 $as_echo "no" >&6; }
10837 test -n "$CC" && break
10838 done
10840 if test -z "$CC"; then
10841 ac_ct_CC=$CC
10842 for ac_prog in cl.exe
10844 # Extract the first word of "$ac_prog", so it can be a program name with args.
10845 set dummy $ac_prog; ac_word=$2
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10847 $as_echo_n "checking for $ac_word... " >&6; }
10848 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
10849 $as_echo_n "(cached) " >&6
10850 else
10851 if test -n "$ac_ct_CC"; then
10852 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10853 else
10854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10855 for as_dir in $PATH
10857 IFS=$as_save_IFS
10858 test -z "$as_dir" && as_dir=.
10859 for ac_exec_ext in '' $ac_executable_extensions; do
10860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10861 ac_cv_prog_ac_ct_CC="$ac_prog"
10862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10863 break 2
10865 done
10866 done
10867 IFS=$as_save_IFS
10871 ac_ct_CC=$ac_cv_prog_ac_ct_CC
10872 if test -n "$ac_ct_CC"; then
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
10874 $as_echo "$ac_ct_CC" >&6; }
10875 else
10876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10877 $as_echo "no" >&6; }
10881 test -n "$ac_ct_CC" && break
10882 done
10884 if test "x$ac_ct_CC" = x; then
10885 CC=""
10886 else
10887 case $cross_compiling:$ac_tool_warned in
10888 yes:)
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10890 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10891 ac_tool_warned=yes ;;
10892 esac
10893 CC=$ac_ct_CC
10900 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10901 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10902 as_fn_error $? "no acceptable C compiler found in \$PATH
10903 See \`config.log' for more details" "$LINENO" 5; }
10905 # Provide some information about the compiler.
10906 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
10907 set X $ac_compile
10908 ac_compiler=$2
10909 for ac_option in --version -v -V -qversion; do
10910 { { ac_try="$ac_compiler $ac_option >&5"
10911 case "(($ac_try" in
10912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10913 *) ac_try_echo=$ac_try;;
10914 esac
10915 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
10916 $as_echo "$ac_try_echo"; } >&5
10917 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
10918 ac_status=$?
10919 if test -s conftest.err; then
10920 sed '10a\
10921 ... rest of stderr output deleted ...
10922 10q' conftest.err >conftest.er1
10923 cat conftest.er1 >&5
10925 rm -f conftest.er1 conftest.err
10926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10927 test $ac_status = 0; }
10928 done
10930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
10931 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
10932 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
10933 $as_echo_n "(cached) " >&6
10934 else
10935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10936 /* end confdefs.h. */
10939 main ()
10941 #ifndef __GNUC__
10942 choke me
10943 #endif
10946 return 0;
10948 _ACEOF
10949 if ac_fn_c_try_compile "$LINENO"; then :
10950 ac_compiler_gnu=yes
10951 else
10952 ac_compiler_gnu=no
10954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10955 ac_cv_c_compiler_gnu=$ac_compiler_gnu
10958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
10959 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
10960 if test $ac_compiler_gnu = yes; then
10961 GCC=yes
10962 else
10963 GCC=
10965 ac_test_CFLAGS=${CFLAGS+set}
10966 ac_save_CFLAGS=$CFLAGS
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
10968 $as_echo_n "checking whether $CC accepts -g... " >&6; }
10969 if test "${ac_cv_prog_cc_g+set}" = set; then :
10970 $as_echo_n "(cached) " >&6
10971 else
10972 ac_save_c_werror_flag=$ac_c_werror_flag
10973 ac_c_werror_flag=yes
10974 ac_cv_prog_cc_g=no
10975 CFLAGS="-g"
10976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10977 /* end confdefs.h. */
10980 main ()
10984 return 0;
10986 _ACEOF
10987 if ac_fn_c_try_compile "$LINENO"; then :
10988 ac_cv_prog_cc_g=yes
10989 else
10990 CFLAGS=""
10991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10992 /* end confdefs.h. */
10995 main ()
10999 return 0;
11001 _ACEOF
11002 if ac_fn_c_try_compile "$LINENO"; then :
11004 else
11005 ac_c_werror_flag=$ac_save_c_werror_flag
11006 CFLAGS="-g"
11007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11008 /* end confdefs.h. */
11011 main ()
11015 return 0;
11017 _ACEOF
11018 if ac_fn_c_try_compile "$LINENO"; then :
11019 ac_cv_prog_cc_g=yes
11021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11026 ac_c_werror_flag=$ac_save_c_werror_flag
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
11029 $as_echo "$ac_cv_prog_cc_g" >&6; }
11030 if test "$ac_test_CFLAGS" = set; then
11031 CFLAGS=$ac_save_CFLAGS
11032 elif test $ac_cv_prog_cc_g = yes; then
11033 if test "$GCC" = yes; then
11034 CFLAGS="-g -O2"
11035 else
11036 CFLAGS="-g"
11038 else
11039 if test "$GCC" = yes; then
11040 CFLAGS="-O2"
11041 else
11042 CFLAGS=
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
11046 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
11047 if test "${ac_cv_prog_cc_c89+set}" = set; then :
11048 $as_echo_n "(cached) " >&6
11049 else
11050 ac_cv_prog_cc_c89=no
11051 ac_save_CC=$CC
11052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11053 /* end confdefs.h. */
11054 #include <stdarg.h>
11055 #include <stdio.h>
11056 #include <sys/types.h>
11057 #include <sys/stat.h>
11058 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11059 struct buf { int x; };
11060 FILE * (*rcsopen) (struct buf *, struct stat *, int);
11061 static char *e (p, i)
11062 char **p;
11063 int i;
11065 return p[i];
11067 static char *f (char * (*g) (char **, int), char **p, ...)
11069 char *s;
11070 va_list v;
11071 va_start (v,p);
11072 s = g (p, va_arg (v,int));
11073 va_end (v);
11074 return s;
11077 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
11078 function prototypes and stuff, but not '\xHH' hex character constants.
11079 These don't provoke an error unfortunately, instead are silently treated
11080 as 'x'. The following induces an error, until -std is added to get
11081 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
11082 array size at least. It's necessary to write '\x00'==0 to get something
11083 that's true only with -std. */
11084 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
11086 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
11087 inside strings and character constants. */
11088 #define FOO(x) 'x'
11089 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
11091 int test (int i, double x);
11092 struct s1 {int (*f) (int a);};
11093 struct s2 {int (*f) (double a);};
11094 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
11095 int argc;
11096 char **argv;
11098 main ()
11100 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
11102 return 0;
11104 _ACEOF
11105 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
11106 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
11108 CC="$ac_save_CC $ac_arg"
11109 if ac_fn_c_try_compile "$LINENO"; then :
11110 ac_cv_prog_cc_c89=$ac_arg
11112 rm -f core conftest.err conftest.$ac_objext
11113 test "x$ac_cv_prog_cc_c89" != "xno" && break
11114 done
11115 rm -f conftest.$ac_ext
11116 CC=$ac_save_CC
11119 # AC_CACHE_VAL
11120 case "x$ac_cv_prog_cc_c89" in
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
11123 $as_echo "none needed" >&6; } ;;
11124 xno)
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
11126 $as_echo "unsupported" >&6; } ;;
11128 CC="$CC $ac_cv_prog_cc_c89"
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
11130 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
11131 esac
11132 if test "x$ac_cv_prog_cc_c89" != xno; then :
11136 ac_ext=c
11137 ac_cpp='$CPP $CPPFLAGS'
11138 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11139 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11140 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11142 depcc="$CC" am_compiler_list=
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
11145 $as_echo_n "checking dependency style of $depcc... " >&6; }
11146 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
11147 $as_echo_n "(cached) " >&6
11148 else
11149 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
11150 # We make a subdir and do the tests there. Otherwise we can end up
11151 # making bogus files that we don't know about and never remove. For
11152 # instance it was reported that on HP-UX the gcc test will end up
11153 # making a dummy file named `D' -- because `-MD' means `put the output
11154 # in D'.
11155 mkdir conftest.dir
11156 # Copy depcomp to subdir because otherwise we won't find it if we're
11157 # using a relative directory.
11158 cp "$am_depcomp" conftest.dir
11159 cd conftest.dir
11160 # We will build objects and dependencies in a subdirectory because
11161 # it helps to detect inapplicable dependency modes. For instance
11162 # both Tru64's cc and ICC support -MD to output dependencies as a
11163 # side effect of compilation, but ICC will put the dependencies in
11164 # the current directory while Tru64 will put them in the object
11165 # directory.
11166 mkdir sub
11168 am_cv_CC_dependencies_compiler_type=none
11169 if test "$am_compiler_list" = ""; then
11170 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
11172 am__universal=false
11173 case " $depcc " in #(
11174 *\ -arch\ *\ -arch\ *) am__universal=true ;;
11175 esac
11177 for depmode in $am_compiler_list; do
11178 # Setup a source with many dependencies, because some compilers
11179 # like to wrap large dependency lists on column 80 (with \), and
11180 # we should not choose a depcomp mode which is confused by this.
11182 # We need to recreate these files for each test, as the compiler may
11183 # overwrite some of them when testing with obscure command lines.
11184 # This happens at least with the AIX C compiler.
11185 : > sub/conftest.c
11186 for i in 1 2 3 4 5 6; do
11187 echo '#include "conftst'$i'.h"' >> sub/conftest.c
11188 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
11189 # Solaris 8's {/usr,}/bin/sh.
11190 touch sub/conftst$i.h
11191 done
11192 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11194 # We check with `-c' and `-o' for the sake of the "dashmstdout"
11195 # mode. It turns out that the SunPro C++ compiler does not properly
11196 # handle `-M -o', and we need to detect this. Also, some Intel
11197 # versions had trouble with output in subdirs
11198 am__obj=sub/conftest.${OBJEXT-o}
11199 am__minus_obj="-o $am__obj"
11200 case $depmode in
11201 gcc)
11202 # This depmode causes a compiler race in universal mode.
11203 test "$am__universal" = false || continue
11205 nosideeffect)
11206 # after this tag, mechanisms are not by side-effect, so they'll
11207 # only be used when explicitly requested
11208 if test "x$enable_dependency_tracking" = xyes; then
11209 continue
11210 else
11211 break
11214 msvisualcpp | msvcmsys)
11215 # This compiler won't grok `-c -o', but also, the minuso test has
11216 # not run yet. These depmodes are late enough in the game, and
11217 # so weak that their functioning should not be impacted.
11218 am__obj=conftest.${OBJEXT-o}
11219 am__minus_obj=
11221 none) break ;;
11222 esac
11223 if depmode=$depmode \
11224 source=sub/conftest.c object=$am__obj \
11225 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
11226 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
11227 >/dev/null 2>conftest.err &&
11228 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
11229 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
11230 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
11231 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
11232 # icc doesn't choke on unknown options, it will just issue warnings
11233 # or remarks (even with -Werror). So we grep stderr for any message
11234 # that says an option was ignored or not supported.
11235 # When given -MP, icc 7.0 and 7.1 complain thusly:
11236 # icc: Command line warning: ignoring option '-M'; no argument required
11237 # The diagnosis changed in icc 8.0:
11238 # icc: Command line remark: option '-MP' not supported
11239 if (grep 'ignoring option' conftest.err ||
11240 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
11241 am_cv_CC_dependencies_compiler_type=$depmode
11242 break
11245 done
11247 cd ..
11248 rm -rf conftest.dir
11249 else
11250 am_cv_CC_dependencies_compiler_type=none
11254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
11255 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
11256 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
11259 test "x$enable_dependency_tracking" != xno \
11260 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
11261 am__fastdepCC_TRUE=
11262 am__fastdepCC_FALSE='#'
11263 else
11264 am__fastdepCC_TRUE='#'
11265 am__fastdepCC_FALSE=
11270 # Checks for libraries.
11272 # Check whether --enable-ldap was given.
11273 if test "${enable_ldap+set}" = set; then :
11274 enableval=$enable_ldap;
11277 if test "x$enable_ldap" != "xno" ; then
11278 ac_fn_c_check_header_mongrel "$LINENO" "ldap.h" "ac_cv_header_ldap_h" "$ac_includes_default"
11279 if test "x$ac_cv_header_ldap_h" = x""yes; then :
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap" >&5
11281 $as_echo_n "checking for ldap_initialize in -lldap... " >&6; }
11282 if test "${ac_cv_lib_ldap_ldap_initialize+set}" = set; then :
11283 $as_echo_n "(cached) " >&6
11284 else
11285 ac_check_lib_save_LIBS=$LIBS
11286 LIBS="-lldap $LIBS"
11287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11288 /* end confdefs.h. */
11290 /* Override any GCC internal prototype to avoid an error.
11291 Use char because int might match the return type of a GCC
11292 builtin and then its argument prototype would still apply. */
11293 #ifdef __cplusplus
11294 extern "C"
11295 #endif
11296 char ldap_initialize ();
11298 main ()
11300 return ldap_initialize ();
11302 return 0;
11304 _ACEOF
11305 if ac_fn_c_try_link "$LINENO"; then :
11306 ac_cv_lib_ldap_ldap_initialize=yes
11307 else
11308 ac_cv_lib_ldap_ldap_initialize=no
11310 rm -f core conftest.err conftest.$ac_objext \
11311 conftest$ac_exeext conftest.$ac_ext
11312 LIBS=$ac_check_lib_save_LIBS
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_ldap_initialize" >&5
11315 $as_echo "$ac_cv_lib_ldap_ldap_initialize" >&6; }
11316 if test "x$ac_cv_lib_ldap_ldap_initialize" = x""yes; then :
11317 have_ldap="yes"
11318 else
11319 have_ldap="no"
11322 else
11323 have_ldap="no"
11327 if test "x$have_ldap" = "xyes" ; then
11329 $as_echo "#define ENABLE_LDAP 1" >>confdefs.h
11331 elif test "x$enable_ldap$have_ldap" = "xyesno" ; then
11332 as_fn_error $? "LDAP support not found!" "$LINENO" 5
11335 if test "x$have_ldap" = "xyes"; then
11336 ENABLE_LDAP_TRUE=
11337 ENABLE_LDAP_FALSE='#'
11338 else
11339 ENABLE_LDAP_TRUE='#'
11340 ENABLE_LDAP_FALSE=
11344 # Should we build gums mapping library?
11345 # Check whether --enable-gums was given.
11346 if test "${enable_gums+set}" = set; then :
11347 enableval=$enable_gums;
11350 if test "x$enable_gums" = "xyes" ; then
11352 $as_echo "#define ENABLE_GUMS 1" >>confdefs.h
11355 if test "x$enable_gums" = "xyes"; then
11356 ENABLE_GUMS_TRUE=
11357 ENABLE_GUMS_FALSE='#'
11358 else
11359 ENABLE_GUMS_TRUE='#'
11360 ENABLE_GUMS_FALSE=
11365 # Checks for header files.
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11367 $as_echo_n "checking for ANSI C header files... " >&6; }
11368 if test "${ac_cv_header_stdc+set}" = set; then :
11369 $as_echo_n "(cached) " >&6
11370 else
11371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11372 /* end confdefs.h. */
11373 #include <stdlib.h>
11374 #include <stdarg.h>
11375 #include <string.h>
11376 #include <float.h>
11379 main ()
11383 return 0;
11385 _ACEOF
11386 if ac_fn_c_try_compile "$LINENO"; then :
11387 ac_cv_header_stdc=yes
11388 else
11389 ac_cv_header_stdc=no
11391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11393 if test $ac_cv_header_stdc = yes; then
11394 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11396 /* end confdefs.h. */
11397 #include <string.h>
11399 _ACEOF
11400 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11401 $EGREP "memchr" >/dev/null 2>&1; then :
11403 else
11404 ac_cv_header_stdc=no
11406 rm -f conftest*
11410 if test $ac_cv_header_stdc = yes; then
11411 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11413 /* end confdefs.h. */
11414 #include <stdlib.h>
11416 _ACEOF
11417 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11418 $EGREP "free" >/dev/null 2>&1; then :
11420 else
11421 ac_cv_header_stdc=no
11423 rm -f conftest*
11427 if test $ac_cv_header_stdc = yes; then
11428 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11429 if test "$cross_compiling" = yes; then :
11431 else
11432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11434 #include <ctype.h>
11435 #include <stdlib.h>
11436 #if ((' ' & 0x0FF) == 0x020)
11437 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11438 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11439 #else
11440 # define ISLOWER(c) \
11441 (('a' <= (c) && (c) <= 'i') \
11442 || ('j' <= (c) && (c) <= 'r') \
11443 || ('s' <= (c) && (c) <= 'z'))
11444 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11445 #endif
11447 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11449 main ()
11451 int i;
11452 for (i = 0; i < 256; i++)
11453 if (XOR (islower (i), ISLOWER (i))
11454 || toupper (i) != TOUPPER (i))
11455 return 2;
11456 return 0;
11458 _ACEOF
11459 if ac_fn_c_try_run "$LINENO"; then :
11461 else
11462 ac_cv_header_stdc=no
11464 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11465 conftest.$ac_objext conftest.beam conftest.$ac_ext
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11471 $as_echo "$ac_cv_header_stdc" >&6; }
11472 if test $ac_cv_header_stdc = yes; then
11474 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11478 for ac_header in stdlib.h string.h unistd.h errno.h
11479 do :
11480 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11481 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11482 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11483 cat >>confdefs.h <<_ACEOF
11484 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11485 _ACEOF
11489 done
11492 # Checks for typedefs, structures, and compiler characteristics.
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
11494 $as_echo_n "checking for uid_t in sys/types.h... " >&6; }
11495 if test "${ac_cv_type_uid_t+set}" = set; then :
11496 $as_echo_n "(cached) " >&6
11497 else
11498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11499 /* end confdefs.h. */
11500 #include <sys/types.h>
11502 _ACEOF
11503 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11504 $EGREP "uid_t" >/dev/null 2>&1; then :
11505 ac_cv_type_uid_t=yes
11506 else
11507 ac_cv_type_uid_t=no
11509 rm -f conftest*
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
11513 $as_echo "$ac_cv_type_uid_t" >&6; }
11514 if test $ac_cv_type_uid_t = no; then
11516 $as_echo "#define uid_t int" >>confdefs.h
11519 $as_echo "#define gid_t int" >>confdefs.h
11523 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
11524 if test "x$ac_cv_type_size_t" = x""yes; then :
11526 else
11528 cat >>confdefs.h <<_ACEOF
11529 #define size_t unsigned int
11530 _ACEOF
11535 # Checks for library functions.
11536 for ac_header in stdlib.h
11537 do :
11538 ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default"
11539 if test "x$ac_cv_header_stdlib_h" = x""yes; then :
11540 cat >>confdefs.h <<_ACEOF
11541 #define HAVE_STDLIB_H 1
11542 _ACEOF
11546 done
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
11549 $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
11550 if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then :
11551 $as_echo_n "(cached) " >&6
11552 else
11553 if test "$cross_compiling" = yes; then :
11554 ac_cv_func_malloc_0_nonnull=no
11555 else
11556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11557 /* end confdefs.h. */
11558 #if defined STDC_HEADERS || defined HAVE_STDLIB_H
11559 # include <stdlib.h>
11560 #else
11561 char *malloc ();
11562 #endif
11565 main ()
11567 return ! malloc (0);
11569 return 0;
11571 _ACEOF
11572 if ac_fn_c_try_run "$LINENO"; then :
11573 ac_cv_func_malloc_0_nonnull=yes
11574 else
11575 ac_cv_func_malloc_0_nonnull=no
11577 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11578 conftest.$ac_objext conftest.beam conftest.$ac_ext
11582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
11583 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
11584 if test $ac_cv_func_malloc_0_nonnull = yes; then :
11586 $as_echo "#define HAVE_MALLOC 1" >>confdefs.h
11588 else
11589 $as_echo "#define HAVE_MALLOC 0" >>confdefs.h
11591 case " $LIBOBJS " in
11592 *" malloc.$ac_objext "* ) ;;
11593 *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
11595 esac
11598 #$as_echo "#define malloc rpl_malloc" >>confdefs.h
11603 for ac_func in strchr strdup
11604 do :
11605 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11606 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11607 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
11608 cat >>confdefs.h <<_ACEOF
11609 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11610 _ACEOF
11613 done
11616 ac_config_files="$ac_config_files Makefile"
11618 ac_config_files="$ac_config_files libnfsidmap.pc"
11620 cat >confcache <<\_ACEOF
11621 # This file is a shell script that caches the results of configure
11622 # tests run on this system so they can be shared between configure
11623 # scripts and configure runs, see configure's option --config-cache.
11624 # It is not useful on other systems. If it contains results you don't
11625 # want to keep, you may remove or edit it.
11627 # config.status only pays attention to the cache file if you give it
11628 # the --recheck option to rerun configure.
11630 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11631 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11632 # following values.
11634 _ACEOF
11636 # The following way of writing the cache mishandles newlines in values,
11637 # but we know of no workaround that is simple, portable, and efficient.
11638 # So, we kill variables containing newlines.
11639 # Ultrix sh set writes to stderr and can't be redirected directly,
11640 # and sets the high bit in the cache file unless we assign to the vars.
11642 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11643 eval ac_val=\$$ac_var
11644 case $ac_val in #(
11645 *${as_nl}*)
11646 case $ac_var in #(
11647 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11648 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11649 esac
11650 case $ac_var in #(
11651 _ | IFS | as_nl) ;; #(
11652 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11653 *) { eval $ac_var=; unset $ac_var;} ;;
11654 esac ;;
11655 esac
11656 done
11658 (set) 2>&1 |
11659 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11660 *${as_nl}ac_space=\ *)
11661 # `set' does not quote correctly, so add quotes: double-quote
11662 # substitution turns \\\\ into \\, and sed turns \\ into \.
11663 sed -n \
11664 "s/'/'\\\\''/g;
11665 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11666 ;; #(
11668 # `set' quotes correctly as required by POSIX, so do not add quotes.
11669 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11671 esac |
11672 sort
11674 sed '
11675 /^ac_cv_env_/b end
11676 t clear
11677 :clear
11678 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11679 t end
11680 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11681 :end' >>confcache
11682 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11683 if test -w "$cache_file"; then
11684 test "x$cache_file" != "x/dev/null" &&
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11686 $as_echo "$as_me: updating cache $cache_file" >&6;}
11687 cat confcache >$cache_file
11688 else
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11690 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11693 rm -f confcache
11695 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11696 # Let make expand exec_prefix.
11697 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11699 # Transform confdefs.h into DEFS.
11700 # Protect against shell expansion while executing Makefile rules.
11701 # Protect against Makefile macro expansion.
11703 # If the first sed substitution is executed (which looks for macros that
11704 # take arguments), then branch to the quote section. Otherwise,
11705 # look for a macro that doesn't take arguments.
11706 ac_script='
11707 :mline
11708 /\\$/{
11710 s,\\\n,,
11711 b mline
11713 t clear
11714 :clear
11715 s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
11716 t quote
11717 s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
11718 t quote
11719 b any
11720 :quote
11721 s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
11722 s/\[/\\&/g
11723 s/\]/\\&/g
11724 s/\$/$$/g
11726 :any
11729 s/^\n//
11730 s/\n/ /g
11734 DEFS=`sed -n "$ac_script" confdefs.h`
11737 ac_libobjs=
11738 ac_ltlibobjs=
11740 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11741 # 1. Remove the extension, and $U if already installed.
11742 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11743 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11744 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11745 # will be set to the directory where LIBOBJS objects are built.
11746 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11747 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11748 done
11749 LIBOBJS=$ac_libobjs
11751 LTLIBOBJS=$ac_ltlibobjs
11754 if test -n "$EXEEXT"; then
11755 am__EXEEXT_TRUE=
11756 am__EXEEXT_FALSE='#'
11757 else
11758 am__EXEEXT_TRUE='#'
11759 am__EXEEXT_FALSE=
11762 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11763 as_fn_error $? "conditional \"AMDEP\" was never defined.
11764 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11766 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11767 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11768 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11770 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11771 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11772 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11774 if test -z "${ENABLE_LDAP_TRUE}" && test -z "${ENABLE_LDAP_FALSE}"; then
11775 as_fn_error $? "conditional \"ENABLE_LDAP\" was never defined.
11776 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11778 if test -z "${ENABLE_GUMS_TRUE}" && test -z "${ENABLE_GUMS_FALSE}"; then
11779 as_fn_error $? "conditional \"ENABLE_GUMS\" was never defined.
11780 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11783 : ${CONFIG_STATUS=./config.status}
11784 ac_write_fail=0
11785 ac_clean_files_save=$ac_clean_files
11786 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11787 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11788 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11789 as_write_fail=0
11790 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11791 #! $SHELL
11792 # Generated by $as_me.
11793 # Run this file to recreate the current configuration.
11794 # Compiler output produced by configure, useful for debugging
11795 # configure, is in config.log if it exists.
11797 debug=false
11798 ac_cs_recheck=false
11799 ac_cs_silent=false
11801 SHELL=\${CONFIG_SHELL-$SHELL}
11802 export SHELL
11803 _ASEOF
11804 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11805 ## -------------------- ##
11806 ## M4sh Initialization. ##
11807 ## -------------------- ##
11809 # Be more Bourne compatible
11810 DUALCASE=1; export DUALCASE # for MKS sh
11811 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11812 emulate sh
11813 NULLCMD=:
11814 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11815 # is contrary to our usage. Disable this feature.
11816 alias -g '${1+"$@"}'='"$@"'
11817 setopt NO_GLOB_SUBST
11818 else
11819 case `(set -o) 2>/dev/null` in #(
11820 *posix*) :
11821 set -o posix ;; #(
11822 *) :
11824 esac
11828 as_nl='
11830 export as_nl
11831 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11832 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11833 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11834 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11835 # Prefer a ksh shell builtin over an external printf program on Solaris,
11836 # but without wasting forks for bash or zsh.
11837 if test -z "$BASH_VERSION$ZSH_VERSION" \
11838 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11839 as_echo='print -r --'
11840 as_echo_n='print -rn --'
11841 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11842 as_echo='printf %s\n'
11843 as_echo_n='printf %s'
11844 else
11845 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11846 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11847 as_echo_n='/usr/ucb/echo -n'
11848 else
11849 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11850 as_echo_n_body='eval
11851 arg=$1;
11852 case $arg in #(
11853 *"$as_nl"*)
11854 expr "X$arg" : "X\\(.*\\)$as_nl";
11855 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11856 esac;
11857 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11859 export as_echo_n_body
11860 as_echo_n='sh -c $as_echo_n_body as_echo'
11862 export as_echo_body
11863 as_echo='sh -c $as_echo_body as_echo'
11866 # The user is always right.
11867 if test "${PATH_SEPARATOR+set}" != set; then
11868 PATH_SEPARATOR=:
11869 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11870 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11871 PATH_SEPARATOR=';'
11876 # IFS
11877 # We need space, tab and new line, in precisely that order. Quoting is
11878 # there to prevent editors from complaining about space-tab.
11879 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11880 # splitting by setting IFS to empty value.)
11881 IFS=" "" $as_nl"
11883 # Find who we are. Look in the path if we contain no directory separator.
11884 case $0 in #((
11885 *[\\/]* ) as_myself=$0 ;;
11886 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11887 for as_dir in $PATH
11889 IFS=$as_save_IFS
11890 test -z "$as_dir" && as_dir=.
11891 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11892 done
11893 IFS=$as_save_IFS
11896 esac
11897 # We did not find ourselves, most probably we were run as `sh COMMAND'
11898 # in which case we are not to be found in the path.
11899 if test "x$as_myself" = x; then
11900 as_myself=$0
11902 if test ! -f "$as_myself"; then
11903 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11904 exit 1
11907 # Unset variables that we do not need and which cause bugs (e.g. in
11908 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11909 # suppresses any "Segmentation fault" message there. '((' could
11910 # trigger a bug in pdksh 5.2.14.
11911 for as_var in BASH_ENV ENV MAIL MAILPATH
11912 do eval test x\${$as_var+set} = xset \
11913 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11914 done
11915 PS1='$ '
11916 PS2='> '
11917 PS4='+ '
11919 # NLS nuisances.
11920 LC_ALL=C
11921 export LC_ALL
11922 LANGUAGE=C
11923 export LANGUAGE
11925 # CDPATH.
11926 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11929 # as_fn_error STATUS ERROR [LINENO LOG_FD]
11930 # ----------------------------------------
11931 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11932 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11933 # script with STATUS, using 1 if that was 0.
11934 as_fn_error ()
11936 as_status=$1; test $as_status -eq 0 && as_status=1
11937 if test "$4"; then
11938 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11939 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
11941 $as_echo "$as_me: error: $2" >&2
11942 as_fn_exit $as_status
11943 } # as_fn_error
11946 # as_fn_set_status STATUS
11947 # -----------------------
11948 # Set $? to STATUS, without forking.
11949 as_fn_set_status ()
11951 return $1
11952 } # as_fn_set_status
11954 # as_fn_exit STATUS
11955 # -----------------
11956 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11957 as_fn_exit ()
11959 set +e
11960 as_fn_set_status $1
11961 exit $1
11962 } # as_fn_exit
11964 # as_fn_unset VAR
11965 # ---------------
11966 # Portably unset VAR.
11967 as_fn_unset ()
11969 { eval $1=; unset $1;}
11971 as_unset=as_fn_unset
11972 # as_fn_append VAR VALUE
11973 # ----------------------
11974 # Append the text in VALUE to the end of the definition contained in VAR. Take
11975 # advantage of any shell optimizations that allow amortized linear growth over
11976 # repeated appends, instead of the typical quadratic growth present in naive
11977 # implementations.
11978 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11979 eval 'as_fn_append ()
11981 eval $1+=\$2
11983 else
11984 as_fn_append ()
11986 eval $1=\$$1\$2
11988 fi # as_fn_append
11990 # as_fn_arith ARG...
11991 # ------------------
11992 # Perform arithmetic evaluation on the ARGs, and store the result in the
11993 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11994 # must be portable across $(()) and expr.
11995 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11996 eval 'as_fn_arith ()
11998 as_val=$(( $* ))
12000 else
12001 as_fn_arith ()
12003 as_val=`expr "$@" || test $? -eq 1`
12005 fi # as_fn_arith
12008 if expr a : '\(a\)' >/dev/null 2>&1 &&
12009 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12010 as_expr=expr
12011 else
12012 as_expr=false
12015 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12016 as_basename=basename
12017 else
12018 as_basename=false
12021 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12022 as_dirname=dirname
12023 else
12024 as_dirname=false
12027 as_me=`$as_basename -- "$0" ||
12028 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12029 X"$0" : 'X\(//\)$' \| \
12030 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12031 $as_echo X/"$0" |
12032 sed '/^.*\/\([^/][^/]*\)\/*$/{
12033 s//\1/
12036 /^X\/\(\/\/\)$/{
12037 s//\1/
12040 /^X\/\(\/\).*/{
12041 s//\1/
12044 s/.*/./; q'`
12046 # Avoid depending upon Character Ranges.
12047 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12048 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12049 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12050 as_cr_digits='0123456789'
12051 as_cr_alnum=$as_cr_Letters$as_cr_digits
12053 ECHO_C= ECHO_N= ECHO_T=
12054 case `echo -n x` in #(((((
12055 -n*)
12056 case `echo 'xy\c'` in
12057 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12058 xy) ECHO_C='\c';;
12059 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12060 ECHO_T=' ';;
12061 esac;;
12063 ECHO_N='-n';;
12064 esac
12066 rm -f conf$$ conf$$.exe conf$$.file
12067 if test -d conf$$.dir; then
12068 rm -f conf$$.dir/conf$$.file
12069 else
12070 rm -f conf$$.dir
12071 mkdir conf$$.dir 2>/dev/null
12073 if (echo >conf$$.file) 2>/dev/null; then
12074 if ln -s conf$$.file conf$$ 2>/dev/null; then
12075 as_ln_s='ln -s'
12076 # ... but there are two gotchas:
12077 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12078 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12079 # In both cases, we have to default to `cp -p'.
12080 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12081 as_ln_s='cp -p'
12082 elif ln conf$$.file conf$$ 2>/dev/null; then
12083 as_ln_s=ln
12084 else
12085 as_ln_s='cp -p'
12087 else
12088 as_ln_s='cp -p'
12090 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12091 rmdir conf$$.dir 2>/dev/null
12094 # as_fn_mkdir_p
12095 # -------------
12096 # Create "$as_dir" as a directory, including parents if necessary.
12097 as_fn_mkdir_p ()
12100 case $as_dir in #(
12101 -*) as_dir=./$as_dir;;
12102 esac
12103 test -d "$as_dir" || eval $as_mkdir_p || {
12104 as_dirs=
12105 while :; do
12106 case $as_dir in #(
12107 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12108 *) as_qdir=$as_dir;;
12109 esac
12110 as_dirs="'$as_qdir' $as_dirs"
12111 as_dir=`$as_dirname -- "$as_dir" ||
12112 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12113 X"$as_dir" : 'X\(//\)[^/]' \| \
12114 X"$as_dir" : 'X\(//\)$' \| \
12115 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12116 $as_echo X"$as_dir" |
12117 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12118 s//\1/
12121 /^X\(\/\/\)[^/].*/{
12122 s//\1/
12125 /^X\(\/\/\)$/{
12126 s//\1/
12129 /^X\(\/\).*/{
12130 s//\1/
12133 s/.*/./; q'`
12134 test -d "$as_dir" && break
12135 done
12136 test -z "$as_dirs" || eval "mkdir $as_dirs"
12137 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12140 } # as_fn_mkdir_p
12141 if mkdir -p . 2>/dev/null; then
12142 as_mkdir_p='mkdir -p "$as_dir"'
12143 else
12144 test -d ./-p && rmdir ./-p
12145 as_mkdir_p=false
12148 if test -x / >/dev/null 2>&1; then
12149 as_test_x='test -x'
12150 else
12151 if ls -dL / >/dev/null 2>&1; then
12152 as_ls_L_option=L
12153 else
12154 as_ls_L_option=
12156 as_test_x='
12157 eval sh -c '\''
12158 if test -d "$1"; then
12159 test -d "$1/.";
12160 else
12161 case $1 in #(
12162 -*)set "./$1";;
12163 esac;
12164 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12165 ???[sx]*):;;*)false;;esac;fi
12166 '\'' sh
12169 as_executable_p=$as_test_x
12171 # Sed expression to map a string onto a valid CPP name.
12172 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12174 # Sed expression to map a string onto a valid variable name.
12175 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12178 exec 6>&1
12179 ## ----------------------------------- ##
12180 ## Main body of $CONFIG_STATUS script. ##
12181 ## ----------------------------------- ##
12182 _ASEOF
12183 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12185 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12186 # Save the log message, to keep $0 and so on meaningful, and to
12187 # report actual input values of CONFIG_FILES etc. instead of their
12188 # values after options handling.
12189 ac_log="
12190 This file was extended by libnfsidmap $as_me 0.24, which was
12191 generated by GNU Autoconf 2.66. Invocation command line was
12193 CONFIG_FILES = $CONFIG_FILES
12194 CONFIG_HEADERS = $CONFIG_HEADERS
12195 CONFIG_LINKS = $CONFIG_LINKS
12196 CONFIG_COMMANDS = $CONFIG_COMMANDS
12197 $ $0 $@
12199 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12202 _ACEOF
12204 case $ac_config_files in *"
12205 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12206 esac
12210 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12211 # Files that config.status was made for.
12212 config_files="$ac_config_files"
12213 config_commands="$ac_config_commands"
12215 _ACEOF
12217 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12218 ac_cs_usage="\
12219 \`$as_me' instantiates files and other configuration actions
12220 from templates according to the current configuration. Unless the files
12221 and actions are specified as TAGs, all are instantiated by default.
12223 Usage: $0 [OPTION]... [TAG]...
12225 -h, --help print this help, then exit
12226 -V, --version print version number and configuration settings, then exit
12227 --config print configuration, then exit
12228 -q, --quiet, --silent
12229 do not print progress messages
12230 -d, --debug don't remove temporary files
12231 --recheck update $as_me by reconfiguring in the same conditions
12232 --file=FILE[:TEMPLATE]
12233 instantiate the configuration file FILE
12235 Configuration files:
12236 $config_files
12238 Configuration commands:
12239 $config_commands
12241 Report bugs to <linux-nfs@vger.kernel.org>."
12243 _ACEOF
12244 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12245 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12246 ac_cs_version="\\
12247 libnfsidmap config.status 0.24
12248 configured by $0, generated by GNU Autoconf 2.66,
12249 with options \\"\$ac_cs_config\\"
12251 Copyright (C) 2010 Free Software Foundation, Inc.
12252 This config.status script is free software; the Free Software Foundation
12253 gives unlimited permission to copy, distribute and modify it."
12255 ac_pwd='$ac_pwd'
12256 srcdir='$srcdir'
12257 INSTALL='$INSTALL'
12258 MKDIR_P='$MKDIR_P'
12259 AWK='$AWK'
12260 test -n "\$AWK" || AWK=awk
12261 _ACEOF
12263 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12264 # The default lists apply if the user does not specify any file.
12265 ac_need_defaults=:
12266 while test $# != 0
12268 case $1 in
12269 --*=*)
12270 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12271 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12272 ac_shift=:
12275 ac_option=$1
12276 ac_optarg=$2
12277 ac_shift=shift
12279 esac
12281 case $ac_option in
12282 # Handling of the options.
12283 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12284 ac_cs_recheck=: ;;
12285 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12286 $as_echo "$ac_cs_version"; exit ;;
12287 --config | --confi | --conf | --con | --co | --c )
12288 $as_echo "$ac_cs_config"; exit ;;
12289 --debug | --debu | --deb | --de | --d | -d )
12290 debug=: ;;
12291 --file | --fil | --fi | --f )
12292 $ac_shift
12293 case $ac_optarg in
12294 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12295 esac
12296 as_fn_append CONFIG_FILES " '$ac_optarg'"
12297 ac_need_defaults=false;;
12298 --he | --h | --help | --hel | -h )
12299 $as_echo "$ac_cs_usage"; exit ;;
12300 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12301 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12302 ac_cs_silent=: ;;
12304 # This is an error.
12305 -*) as_fn_error $? "unrecognized option: \`$1'
12306 Try \`$0 --help' for more information." ;;
12308 *) as_fn_append ac_config_targets " $1"
12309 ac_need_defaults=false ;;
12311 esac
12312 shift
12313 done
12315 ac_configure_extra_args=
12317 if $ac_cs_silent; then
12318 exec 6>/dev/null
12319 ac_configure_extra_args="$ac_configure_extra_args --silent"
12322 _ACEOF
12323 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12324 if \$ac_cs_recheck; then
12325 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12326 shift
12327 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12328 CONFIG_SHELL='$SHELL'
12329 export CONFIG_SHELL
12330 exec "\$@"
12333 _ACEOF
12334 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12335 exec 5>>config.log
12337 echo
12338 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12339 ## Running $as_me. ##
12340 _ASBOX
12341 $as_echo "$ac_log"
12342 } >&5
12344 _ACEOF
12345 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12347 # INIT-COMMANDS
12349 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12352 # The HP-UX ksh and POSIX shell print the target directory to stdout
12353 # if CDPATH is set.
12354 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12356 sed_quote_subst='$sed_quote_subst'
12357 double_quote_subst='$double_quote_subst'
12358 delay_variable_subst='$delay_variable_subst'
12359 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12360 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12361 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12362 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12363 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12364 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12365 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12366 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12367 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12368 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12369 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12370 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12371 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12372 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12373 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12374 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12375 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12376 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12377 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12378 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12379 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12380 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12381 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12382 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12383 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12384 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12385 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12386 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12387 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12388 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12389 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12390 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12391 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12392 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12393 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12394 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12395 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12396 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12397 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12398 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12399 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12400 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12401 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12402 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12403 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12404 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12405 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12406 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12407 lt_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"`'
12408 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12409 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12410 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12411 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12412 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12413 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12414 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12415 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12416 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12417 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12418 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12419 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12420 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12421 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12422 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12423 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12424 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12425 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12426 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12427 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12428 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12429 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12430 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12431 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12432 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12433 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12434 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12435 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12436 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12437 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12438 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12439 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12440 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12441 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12442 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12443 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12444 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12445 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12446 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12447 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12448 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12449 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12450 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12451 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12452 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12453 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12454 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12455 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12456 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12457 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12458 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12459 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12460 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12461 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12462 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12463 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12464 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12465 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12466 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12467 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12468 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12469 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12470 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12471 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12472 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12473 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12474 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12475 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12476 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12477 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12478 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12480 LTCC='$LTCC'
12481 LTCFLAGS='$LTCFLAGS'
12482 compiler='$compiler_DEFAULT'
12484 # A function that is used when there is no print builtin or printf.
12485 func_fallback_echo ()
12487 eval 'cat <<_LTECHO_EOF
12489 _LTECHO_EOF'
12492 # Quote evaled strings.
12493 for var in SHELL \
12494 ECHO \
12495 SED \
12496 GREP \
12497 EGREP \
12498 FGREP \
12499 LD \
12500 NM \
12501 LN_S \
12502 lt_SP2NL \
12503 lt_NL2SP \
12504 reload_flag \
12505 OBJDUMP \
12506 deplibs_check_method \
12507 file_magic_cmd \
12508 AR \
12509 AR_FLAGS \
12510 STRIP \
12511 RANLIB \
12512 CC \
12513 CFLAGS \
12514 compiler \
12515 lt_cv_sys_global_symbol_pipe \
12516 lt_cv_sys_global_symbol_to_cdecl \
12517 lt_cv_sys_global_symbol_to_c_name_address \
12518 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12519 lt_prog_compiler_no_builtin_flag \
12520 lt_prog_compiler_wl \
12521 lt_prog_compiler_pic \
12522 lt_prog_compiler_static \
12523 lt_cv_prog_compiler_c_o \
12524 need_locks \
12525 DSYMUTIL \
12526 NMEDIT \
12527 LIPO \
12528 OTOOL \
12529 OTOOL64 \
12530 shrext_cmds \
12531 export_dynamic_flag_spec \
12532 whole_archive_flag_spec \
12533 compiler_needs_object \
12534 with_gnu_ld \
12535 allow_undefined_flag \
12536 no_undefined_flag \
12537 hardcode_libdir_flag_spec \
12538 hardcode_libdir_flag_spec_ld \
12539 hardcode_libdir_separator \
12540 fix_srcfile_path \
12541 exclude_expsyms \
12542 include_expsyms \
12543 file_list_spec \
12544 variables_saved_for_relink \
12545 libname_spec \
12546 library_names_spec \
12547 soname_spec \
12548 install_override_mode \
12549 finish_eval \
12550 old_striplib \
12551 striplib; do
12552 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12553 *[\\\\\\\`\\"\\\$]*)
12554 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12557 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12559 esac
12560 done
12562 # Double-quote double-evaled strings.
12563 for var in reload_cmds \
12564 old_postinstall_cmds \
12565 old_postuninstall_cmds \
12566 old_archive_cmds \
12567 extract_expsyms_cmds \
12568 old_archive_from_new_cmds \
12569 old_archive_from_expsyms_cmds \
12570 archive_cmds \
12571 archive_expsym_cmds \
12572 module_cmds \
12573 module_expsym_cmds \
12574 export_symbols_cmds \
12575 prelink_cmds \
12576 postinstall_cmds \
12577 postuninstall_cmds \
12578 finish_cmds \
12579 sys_lib_search_path_spec \
12580 sys_lib_dlsearch_path_spec; do
12581 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12582 *[\\\\\\\`\\"\\\$]*)
12583 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12586 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12588 esac
12589 done
12591 ac_aux_dir='$ac_aux_dir'
12592 xsi_shell='$xsi_shell'
12593 lt_shell_append='$lt_shell_append'
12595 # See if we are running on zsh, and set the options which allow our
12596 # commands through without removal of \ escapes INIT.
12597 if test -n "\${ZSH_VERSION+set}" ; then
12598 setopt NO_GLOB_SUBST
12602 PACKAGE='$PACKAGE'
12603 VERSION='$VERSION'
12604 TIMESTAMP='$TIMESTAMP'
12605 RM='$RM'
12606 ofile='$ofile'
12611 _ACEOF
12613 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12615 # Handling of arguments.
12616 for ac_config_target in $ac_config_targets
12618 case $ac_config_target in
12619 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12620 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12621 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12622 "libnfsidmap.pc") CONFIG_FILES="$CONFIG_FILES libnfsidmap.pc" ;;
12624 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12625 esac
12626 done
12629 # If the user did not use the arguments to specify the items to instantiate,
12630 # then the envvar interface is used. Set only those that are not.
12631 # We use the long form for the default assignment because of an extremely
12632 # bizarre bug on SunOS 4.1.3.
12633 if $ac_need_defaults; then
12634 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12635 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12638 # Have a temporary directory for convenience. Make it in the build tree
12639 # simply because there is no reason against having it here, and in addition,
12640 # creating and moving files from /tmp can sometimes cause problems.
12641 # Hook for its removal unless debugging.
12642 # Note that there is a small window in which the directory will not be cleaned:
12643 # after its creation but before its name has been assigned to `$tmp'.
12644 $debug ||
12646 tmp=
12647 trap 'exit_status=$?
12648 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12650 trap 'as_fn_exit 1' 1 2 13 15
12652 # Create a (secure) tmp directory for tmp files.
12655 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12656 test -n "$tmp" && test -d "$tmp"
12657 } ||
12659 tmp=./conf$$-$RANDOM
12660 (umask 077 && mkdir "$tmp")
12661 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12663 # Set up the scripts for CONFIG_FILES section.
12664 # No need to generate them if there are no CONFIG_FILES.
12665 # This happens for instance with `./config.status config.h'.
12666 if test -n "$CONFIG_FILES"; then
12669 ac_cr=`echo X | tr X '\015'`
12670 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12671 # But we know of no other shell where ac_cr would be empty at this
12672 # point, so we can use a bashism as a fallback.
12673 if test "x$ac_cr" = x; then
12674 eval ac_cr=\$\'\\r\'
12676 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12677 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12678 ac_cs_awk_cr='\\r'
12679 else
12680 ac_cs_awk_cr=$ac_cr
12683 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12684 _ACEOF
12688 echo "cat >conf$$subs.awk <<_ACEOF" &&
12689 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12690 echo "_ACEOF"
12691 } >conf$$subs.sh ||
12692 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12693 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
12694 ac_delim='%!_!# '
12695 for ac_last_try in false false false false false :; do
12696 . ./conf$$subs.sh ||
12697 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12699 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12700 if test $ac_delim_n = $ac_delim_num; then
12701 break
12702 elif $ac_last_try; then
12703 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12704 else
12705 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12707 done
12708 rm -f conf$$subs.sh
12710 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12711 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12712 _ACEOF
12713 sed -n '
12715 s/^/S["/; s/!.*/"]=/
12718 s/^[^!]*!//
12719 :repl
12720 t repl
12721 s/'"$ac_delim"'$//
12722 t delim
12725 s/\(.\{148\}\)..*/\1/
12726 t more1
12727 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12730 b repl
12731 :more1
12732 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12735 s/.\{148\}//
12736 t nl
12737 :delim
12739 s/\(.\{148\}\)..*/\1/
12740 t more2
12741 s/["\\]/\\&/g; s/^/"/; s/$/"/
12744 :more2
12745 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12748 s/.\{148\}//
12749 t delim
12750 ' <conf$$subs.awk | sed '
12751 /^[^""]/{
12753 s/\n//
12755 ' >>$CONFIG_STATUS || ac_write_fail=1
12756 rm -f conf$$subs.awk
12757 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12758 _ACAWK
12759 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12760 for (key in S) S_is_set[key] = 1
12761 FS = "\a"
12765 line = $ 0
12766 nfields = split(line, field, "@")
12767 substed = 0
12768 len = length(field[1])
12769 for (i = 2; i < nfields; i++) {
12770 key = field[i]
12771 keylen = length(key)
12772 if (S_is_set[key]) {
12773 value = S[key]
12774 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12775 len += length(value) + length(field[++i])
12776 substed = 1
12777 } else
12778 len += 1 + keylen
12781 print line
12784 _ACAWK
12785 _ACEOF
12786 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12787 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12788 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12789 else
12791 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12792 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
12793 _ACEOF
12795 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12796 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
12797 # trailing colons and then remove the whole line if VPATH becomes empty
12798 # (actually we leave an empty line to preserve line numbers).
12799 if test "x$srcdir" = x.; then
12800 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12802 s///
12803 s/^/:/
12804 s/[ ]*$/:/
12805 s/:\$(srcdir):/:/g
12806 s/:\${srcdir}:/:/g
12807 s/:@srcdir@:/:/g
12808 s/^:*//
12809 s/:*$//
12811 s/\(=[ ]*\).*/\1/
12813 s/\n//
12814 s/^[^=]*=[ ]*$//
12818 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12819 fi # test -n "$CONFIG_FILES"
12822 eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS"
12823 shift
12824 for ac_tag
12826 case $ac_tag in
12827 :[FHLC]) ac_mode=$ac_tag; continue;;
12828 esac
12829 case $ac_mode$ac_tag in
12830 :[FHL]*:*);;
12831 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
12832 :[FH]-) ac_tag=-:-;;
12833 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12834 esac
12835 ac_save_IFS=$IFS
12836 IFS=:
12837 set x $ac_tag
12838 IFS=$ac_save_IFS
12839 shift
12840 ac_file=$1
12841 shift
12843 case $ac_mode in
12844 :L) ac_source=$1;;
12845 :[FH])
12846 ac_file_inputs=
12847 for ac_f
12849 case $ac_f in
12850 -) ac_f="$tmp/stdin";;
12851 *) # Look for the file first in the build tree, then in the source tree
12852 # (if the path is not absolute). The absolute path cannot be DOS-style,
12853 # because $ac_f cannot contain `:'.
12854 test -f "$ac_f" ||
12855 case $ac_f in
12856 [\\/$]*) false;;
12857 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12858 esac ||
12859 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12860 esac
12861 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12862 as_fn_append ac_file_inputs " '$ac_f'"
12863 done
12865 # Let's still pretend it is `configure' which instantiates (i.e., don't
12866 # use $as_me), people would be surprised to read:
12867 # /* config.h. Generated by config.status. */
12868 configure_input='Generated from '`
12869 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12870 `' by configure.'
12871 if test x"$ac_file" != x-; then
12872 configure_input="$ac_file. $configure_input"
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12874 $as_echo "$as_me: creating $ac_file" >&6;}
12876 # Neutralize special characters interpreted by sed in replacement strings.
12877 case $configure_input in #(
12878 *\&* | *\|* | *\\* )
12879 ac_sed_conf_input=`$as_echo "$configure_input" |
12880 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12881 *) ac_sed_conf_input=$configure_input;;
12882 esac
12884 case $ac_tag in
12885 *:-:* | *:-) cat >"$tmp/stdin" \
12886 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
12887 esac
12889 esac
12891 ac_dir=`$as_dirname -- "$ac_file" ||
12892 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12893 X"$ac_file" : 'X\(//\)[^/]' \| \
12894 X"$ac_file" : 'X\(//\)$' \| \
12895 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12896 $as_echo X"$ac_file" |
12897 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12898 s//\1/
12901 /^X\(\/\/\)[^/].*/{
12902 s//\1/
12905 /^X\(\/\/\)$/{
12906 s//\1/
12909 /^X\(\/\).*/{
12910 s//\1/
12913 s/.*/./; q'`
12914 as_dir="$ac_dir"; as_fn_mkdir_p
12915 ac_builddir=.
12917 case "$ac_dir" in
12918 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12920 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12921 # A ".." for each directory in $ac_dir_suffix.
12922 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12923 case $ac_top_builddir_sub in
12924 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12925 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12926 esac ;;
12927 esac
12928 ac_abs_top_builddir=$ac_pwd
12929 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12930 # for backward compatibility:
12931 ac_top_builddir=$ac_top_build_prefix
12933 case $srcdir in
12934 .) # We are building in place.
12935 ac_srcdir=.
12936 ac_top_srcdir=$ac_top_builddir_sub
12937 ac_abs_top_srcdir=$ac_pwd ;;
12938 [\\/]* | ?:[\\/]* ) # Absolute name.
12939 ac_srcdir=$srcdir$ac_dir_suffix;
12940 ac_top_srcdir=$srcdir
12941 ac_abs_top_srcdir=$srcdir ;;
12942 *) # Relative name.
12943 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12944 ac_top_srcdir=$ac_top_build_prefix$srcdir
12945 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12946 esac
12947 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12950 case $ac_mode in
12953 # CONFIG_FILE
12956 case $INSTALL in
12957 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12958 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12959 esac
12960 ac_MKDIR_P=$MKDIR_P
12961 case $MKDIR_P in
12962 [\\/$]* | ?:[\\/]* ) ;;
12963 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12964 esac
12965 _ACEOF
12967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12968 # If the template does not know about datarootdir, expand it.
12969 # FIXME: This hack should be removed a few years after 2.60.
12970 ac_datarootdir_hack=; ac_datarootdir_seen=
12971 ac_sed_dataroot='
12972 /datarootdir/ {
12976 /@datadir@/p
12977 /@docdir@/p
12978 /@infodir@/p
12979 /@localedir@/p
12980 /@mandir@/p'
12981 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12982 *datarootdir*) ac_datarootdir_seen=yes;;
12983 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12985 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12986 _ACEOF
12987 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12988 ac_datarootdir_hack='
12989 s&@datadir@&$datadir&g
12990 s&@docdir@&$docdir&g
12991 s&@infodir@&$infodir&g
12992 s&@localedir@&$localedir&g
12993 s&@mandir@&$mandir&g
12994 s&\\\${datarootdir}&$datarootdir&g' ;;
12995 esac
12996 _ACEOF
12998 # Neutralize VPATH when `$srcdir' = `.'.
12999 # Shell code in configure.ac might set extrasub.
13000 # FIXME: do we really want to maintain this feature?
13001 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13002 ac_sed_extra="$ac_vpsub
13003 $extrasub
13004 _ACEOF
13005 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13007 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13008 s|@configure_input@|$ac_sed_conf_input|;t t
13009 s&@top_builddir@&$ac_top_builddir_sub&;t t
13010 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13011 s&@srcdir@&$ac_srcdir&;t t
13012 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13013 s&@top_srcdir@&$ac_top_srcdir&;t t
13014 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13015 s&@builddir@&$ac_builddir&;t t
13016 s&@abs_builddir@&$ac_abs_builddir&;t t
13017 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13018 s&@INSTALL@&$ac_INSTALL&;t t
13019 s&@MKDIR_P@&$ac_MKDIR_P&;t t
13020 $ac_datarootdir_hack
13022 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13023 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13025 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13026 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
13027 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13029 which seems to be undefined. Please make sure it is defined" >&5
13030 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13031 which seems to be undefined. Please make sure it is defined" >&2;}
13033 rm -f "$tmp/stdin"
13034 case $ac_file in
13035 -) cat "$tmp/out" && rm -f "$tmp/out";;
13036 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13037 esac \
13038 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13042 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13043 $as_echo "$as_me: executing $ac_file commands" >&6;}
13045 esac
13048 case $ac_file$ac_mode in
13049 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13050 # Autoconf 2.62 quotes --file arguments for eval, but not when files
13051 # are listed without --file. Let's play safe and only enable the eval
13052 # if we detect the quoting.
13053 case $CONFIG_FILES in
13054 *\'*) eval set x "$CONFIG_FILES" ;;
13055 *) set x $CONFIG_FILES ;;
13056 esac
13057 shift
13058 for mf
13060 # Strip MF so we end up with the name of the file.
13061 mf=`echo "$mf" | sed -e 's/:.*$//'`
13062 # Check whether this is an Automake generated Makefile or not.
13063 # We used to match only the files named `Makefile.in', but
13064 # some people rename them; so instead we look at the file content.
13065 # Grep'ing the first line is not enough: some people post-process
13066 # each Makefile.in and add a new line on top of each file to say so.
13067 # Grep'ing the whole file is not good either: AIX grep has a line
13068 # limit of 2048, but all sed's we know have understand at least 4000.
13069 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13070 dirpart=`$as_dirname -- "$mf" ||
13071 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13072 X"$mf" : 'X\(//\)[^/]' \| \
13073 X"$mf" : 'X\(//\)$' \| \
13074 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13075 $as_echo X"$mf" |
13076 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13077 s//\1/
13080 /^X\(\/\/\)[^/].*/{
13081 s//\1/
13084 /^X\(\/\/\)$/{
13085 s//\1/
13088 /^X\(\/\).*/{
13089 s//\1/
13092 s/.*/./; q'`
13093 else
13094 continue
13096 # Extract the definition of DEPDIR, am__include, and am__quote
13097 # from the Makefile without running `make'.
13098 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13099 test -z "$DEPDIR" && continue
13100 am__include=`sed -n 's/^am__include = //p' < "$mf"`
13101 test -z "am__include" && continue
13102 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13103 # When using ansi2knr, U may be empty or an underscore; expand it
13104 U=`sed -n 's/^U = //p' < "$mf"`
13105 # Find all dependency output files, they are included files with
13106 # $(DEPDIR) in their names. We invoke sed twice because it is the
13107 # simplest approach to changing $(DEPDIR) to its actual value in the
13108 # expansion.
13109 for file in `sed -n "
13110 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13111 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13112 # Make sure the directory exists.
13113 test -f "$dirpart/$file" && continue
13114 fdir=`$as_dirname -- "$file" ||
13115 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13116 X"$file" : 'X\(//\)[^/]' \| \
13117 X"$file" : 'X\(//\)$' \| \
13118 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13119 $as_echo X"$file" |
13120 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13121 s//\1/
13124 /^X\(\/\/\)[^/].*/{
13125 s//\1/
13128 /^X\(\/\/\)$/{
13129 s//\1/
13132 /^X\(\/\).*/{
13133 s//\1/
13136 s/.*/./; q'`
13137 as_dir=$dirpart/$fdir; as_fn_mkdir_p
13138 # echo "creating $dirpart/$file"
13139 echo '# dummy' > "$dirpart/$file"
13140 done
13141 done
13144 "libtool":C)
13146 # See if we are running on zsh, and set the options which allow our
13147 # commands through without removal of \ escapes.
13148 if test -n "${ZSH_VERSION+set}" ; then
13149 setopt NO_GLOB_SUBST
13152 cfgfile="${ofile}T"
13153 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13154 $RM "$cfgfile"
13156 cat <<_LT_EOF >> "$cfgfile"
13157 #! $SHELL
13159 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13160 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13161 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13162 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13164 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13165 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
13166 # Inc.
13167 # Written by Gordon Matzigkeit, 1996
13169 # This file is part of GNU Libtool.
13171 # GNU Libtool is free software; you can redistribute it and/or
13172 # modify it under the terms of the GNU General Public License as
13173 # published by the Free Software Foundation; either version 2 of
13174 # the License, or (at your option) any later version.
13176 # As a special exception to the GNU General Public License,
13177 # if you distribute this file as part of a program or library that
13178 # is built using GNU Libtool, you may include this file under the
13179 # same distribution terms that you use for the rest of that program.
13181 # GNU Libtool is distributed in the hope that it will be useful,
13182 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13183 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13184 # GNU General Public License for more details.
13186 # You should have received a copy of the GNU General Public License
13187 # along with GNU Libtool; see the file COPYING. If not, a copy
13188 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13189 # obtained by writing to the Free Software Foundation, Inc.,
13190 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13193 # The names of the tagged configurations supported by this script.
13194 available_tags=""
13196 # ### BEGIN LIBTOOL CONFIG
13198 # Which release of libtool.m4 was used?
13199 macro_version=$macro_version
13200 macro_revision=$macro_revision
13202 # Whether or not to build shared libraries.
13203 build_libtool_libs=$enable_shared
13205 # Whether or not to build static libraries.
13206 build_old_libs=$enable_static
13208 # What type of objects to build.
13209 pic_mode=$pic_mode
13211 # Whether or not to optimize for fast installation.
13212 fast_install=$enable_fast_install
13214 # Shell to use when invoking shell scripts.
13215 SHELL=$lt_SHELL
13217 # An echo program that protects backslashes.
13218 ECHO=$lt_ECHO
13220 # The host system.
13221 host_alias=$host_alias
13222 host=$host
13223 host_os=$host_os
13225 # The build system.
13226 build_alias=$build_alias
13227 build=$build
13228 build_os=$build_os
13230 # A sed program that does not truncate output.
13231 SED=$lt_SED
13233 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13234 Xsed="\$SED -e 1s/^X//"
13236 # A grep program that handles long lines.
13237 GREP=$lt_GREP
13239 # An ERE matcher.
13240 EGREP=$lt_EGREP
13242 # A literal string matcher.
13243 FGREP=$lt_FGREP
13245 # A BSD- or MS-compatible name lister.
13246 NM=$lt_NM
13248 # Whether we need soft or hard links.
13249 LN_S=$lt_LN_S
13251 # What is the maximum length of a command?
13252 max_cmd_len=$max_cmd_len
13254 # Object file suffix (normally "o").
13255 objext=$ac_objext
13257 # Executable file suffix (normally "").
13258 exeext=$exeext
13260 # whether the shell understands "unset".
13261 lt_unset=$lt_unset
13263 # turn spaces into newlines.
13264 SP2NL=$lt_lt_SP2NL
13266 # turn newlines into spaces.
13267 NL2SP=$lt_lt_NL2SP
13269 # An object symbol dumper.
13270 OBJDUMP=$lt_OBJDUMP
13272 # Method to check whether dependent libraries are shared objects.
13273 deplibs_check_method=$lt_deplibs_check_method
13275 # Command to use when deplibs_check_method == "file_magic".
13276 file_magic_cmd=$lt_file_magic_cmd
13278 # The archiver.
13279 AR=$lt_AR
13280 AR_FLAGS=$lt_AR_FLAGS
13282 # A symbol stripping program.
13283 STRIP=$lt_STRIP
13285 # Commands used to install an old-style archive.
13286 RANLIB=$lt_RANLIB
13287 old_postinstall_cmds=$lt_old_postinstall_cmds
13288 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13290 # Whether to use a lock for old archive extraction.
13291 lock_old_archive_extraction=$lock_old_archive_extraction
13293 # A C compiler.
13294 LTCC=$lt_CC
13296 # LTCC compiler flags.
13297 LTCFLAGS=$lt_CFLAGS
13299 # Take the output of nm and produce a listing of raw symbols and C names.
13300 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13302 # Transform the output of nm in a proper C declaration.
13303 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13305 # Transform the output of nm in a C name address pair.
13306 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13308 # Transform the output of nm in a C name address pair when lib prefix is needed.
13309 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13311 # The name of the directory that contains temporary libtool files.
13312 objdir=$objdir
13314 # Used to examine libraries when file_magic_cmd begins with "file".
13315 MAGIC_CMD=$MAGIC_CMD
13317 # Must we lock files when doing compilation?
13318 need_locks=$lt_need_locks
13320 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13321 DSYMUTIL=$lt_DSYMUTIL
13323 # Tool to change global to local symbols on Mac OS X.
13324 NMEDIT=$lt_NMEDIT
13326 # Tool to manipulate fat objects and archives on Mac OS X.
13327 LIPO=$lt_LIPO
13329 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13330 OTOOL=$lt_OTOOL
13332 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13333 OTOOL64=$lt_OTOOL64
13335 # Old archive suffix (normally "a").
13336 libext=$libext
13338 # Shared library suffix (normally ".so").
13339 shrext_cmds=$lt_shrext_cmds
13341 # The commands to extract the exported symbol list from a shared archive.
13342 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13344 # Variables whose values should be saved in libtool wrapper scripts and
13345 # restored at link time.
13346 variables_saved_for_relink=$lt_variables_saved_for_relink
13348 # Do we need the "lib" prefix for modules?
13349 need_lib_prefix=$need_lib_prefix
13351 # Do we need a version for libraries?
13352 need_version=$need_version
13354 # Library versioning type.
13355 version_type=$version_type
13357 # Shared library runtime path variable.
13358 runpath_var=$runpath_var
13360 # Shared library path variable.
13361 shlibpath_var=$shlibpath_var
13363 # Is shlibpath searched before the hard-coded library search path?
13364 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13366 # Format of library name prefix.
13367 libname_spec=$lt_libname_spec
13369 # List of archive names. First name is the real one, the rest are links.
13370 # The last name is the one that the linker finds with -lNAME
13371 library_names_spec=$lt_library_names_spec
13373 # The coded name of the library, if different from the real name.
13374 soname_spec=$lt_soname_spec
13376 # Permission mode override for installation of shared libraries.
13377 install_override_mode=$lt_install_override_mode
13379 # Command to use after installation of a shared archive.
13380 postinstall_cmds=$lt_postinstall_cmds
13382 # Command to use after uninstallation of a shared archive.
13383 postuninstall_cmds=$lt_postuninstall_cmds
13385 # Commands used to finish a libtool library installation in a directory.
13386 finish_cmds=$lt_finish_cmds
13388 # As "finish_cmds", except a single script fragment to be evaled but
13389 # not shown.
13390 finish_eval=$lt_finish_eval
13392 # Whether we should hardcode library paths into libraries.
13393 hardcode_into_libs=$hardcode_into_libs
13395 # Compile-time system search path for libraries.
13396 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13398 # Run-time system search path for libraries.
13399 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13401 # Whether dlopen is supported.
13402 dlopen_support=$enable_dlopen
13404 # Whether dlopen of programs is supported.
13405 dlopen_self=$enable_dlopen_self
13407 # Whether dlopen of statically linked programs is supported.
13408 dlopen_self_static=$enable_dlopen_self_static
13410 # Commands to strip libraries.
13411 old_striplib=$lt_old_striplib
13412 striplib=$lt_striplib
13415 # The linker used to build libraries.
13416 LD=$lt_LD
13418 # How to create reloadable object files.
13419 reload_flag=$lt_reload_flag
13420 reload_cmds=$lt_reload_cmds
13422 # Commands used to build an old-style archive.
13423 old_archive_cmds=$lt_old_archive_cmds
13425 # A language specific compiler.
13426 CC=$lt_compiler
13428 # Is the compiler the GNU compiler?
13429 with_gcc=$GCC
13431 # Compiler flag to turn off builtin functions.
13432 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13434 # How to pass a linker flag through the compiler.
13435 wl=$lt_lt_prog_compiler_wl
13437 # Additional compiler flags for building library objects.
13438 pic_flag=$lt_lt_prog_compiler_pic
13440 # Compiler flag to prevent dynamic linking.
13441 link_static_flag=$lt_lt_prog_compiler_static
13443 # Does compiler simultaneously support -c and -o options?
13444 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13446 # Whether or not to add -lc for building shared libraries.
13447 build_libtool_need_lc=$archive_cmds_need_lc
13449 # Whether or not to disallow shared libs when runtime libs are static.
13450 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13452 # Compiler flag to allow reflexive dlopens.
13453 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13455 # Compiler flag to generate shared objects directly from archives.
13456 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13458 # Whether the compiler copes with passing no objects directly.
13459 compiler_needs_object=$lt_compiler_needs_object
13461 # Create an old-style archive from a shared archive.
13462 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13464 # Create a temporary old-style archive to link instead of a shared archive.
13465 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13467 # Commands used to build a shared archive.
13468 archive_cmds=$lt_archive_cmds
13469 archive_expsym_cmds=$lt_archive_expsym_cmds
13471 # Commands used to build a loadable module if different from building
13472 # a shared archive.
13473 module_cmds=$lt_module_cmds
13474 module_expsym_cmds=$lt_module_expsym_cmds
13476 # Whether we are building with GNU ld or not.
13477 with_gnu_ld=$lt_with_gnu_ld
13479 # Flag that allows shared libraries with undefined symbols to be built.
13480 allow_undefined_flag=$lt_allow_undefined_flag
13482 # Flag that enforces no undefined symbols.
13483 no_undefined_flag=$lt_no_undefined_flag
13485 # Flag to hardcode \$libdir into a binary during linking.
13486 # This must work even if \$libdir does not exist
13487 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13489 # If ld is used when linking, flag to hardcode \$libdir into a binary
13490 # during linking. This must work even if \$libdir does not exist.
13491 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13493 # Whether we need a single "-rpath" flag with a separated argument.
13494 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13496 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13497 # DIR into the resulting binary.
13498 hardcode_direct=$hardcode_direct
13500 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13501 # DIR into the resulting binary and the resulting library dependency is
13502 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13503 # library is relocated.
13504 hardcode_direct_absolute=$hardcode_direct_absolute
13506 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13507 # into the resulting binary.
13508 hardcode_minus_L=$hardcode_minus_L
13510 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13511 # into the resulting binary.
13512 hardcode_shlibpath_var=$hardcode_shlibpath_var
13514 # Set to "yes" if building a shared library automatically hardcodes DIR
13515 # into the library and all subsequent libraries and executables linked
13516 # against it.
13517 hardcode_automatic=$hardcode_automatic
13519 # Set to yes if linker adds runtime paths of dependent libraries
13520 # to runtime path list.
13521 inherit_rpath=$inherit_rpath
13523 # Whether libtool must link a program against all its dependency libraries.
13524 link_all_deplibs=$link_all_deplibs
13526 # Fix the shell variable \$srcfile for the compiler.
13527 fix_srcfile_path=$lt_fix_srcfile_path
13529 # Set to "yes" if exported symbols are required.
13530 always_export_symbols=$always_export_symbols
13532 # The commands to list exported symbols.
13533 export_symbols_cmds=$lt_export_symbols_cmds
13535 # Symbols that should not be listed in the preloaded symbols.
13536 exclude_expsyms=$lt_exclude_expsyms
13538 # Symbols that must always be exported.
13539 include_expsyms=$lt_include_expsyms
13541 # Commands necessary for linking programs (against libraries) with templates.
13542 prelink_cmds=$lt_prelink_cmds
13544 # Specify filename containing input files.
13545 file_list_spec=$lt_file_list_spec
13547 # How to hardcode a shared library path into an executable.
13548 hardcode_action=$hardcode_action
13550 # ### END LIBTOOL CONFIG
13552 _LT_EOF
13554 case $host_os in
13555 aix3*)
13556 cat <<\_LT_EOF >> "$cfgfile"
13557 # AIX sometimes has problems with the GCC collect2 program. For some
13558 # reason, if we set the COLLECT_NAMES environment variable, the problems
13559 # vanish in a puff of smoke.
13560 if test "X${COLLECT_NAMES+set}" != Xset; then
13561 COLLECT_NAMES=
13562 export COLLECT_NAMES
13564 _LT_EOF
13566 esac
13569 ltmain="$ac_aux_dir/ltmain.sh"
13572 # We use sed instead of cat because bash on DJGPP gets confused if
13573 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13574 # text mode, it properly converts lines to CR/LF. This bash problem
13575 # is reportedly fixed, but why not run on old versions too?
13576 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13577 || (rm -f "$cfgfile"; exit 1)
13579 case $xsi_shell in
13580 yes)
13581 cat << \_LT_EOF >> "$cfgfile"
13583 # func_dirname file append nondir_replacement
13584 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13585 # otherwise set result to NONDIR_REPLACEMENT.
13586 func_dirname ()
13588 case ${1} in
13589 */*) func_dirname_result="${1%/*}${2}" ;;
13590 * ) func_dirname_result="${3}" ;;
13591 esac
13594 # func_basename file
13595 func_basename ()
13597 func_basename_result="${1##*/}"
13600 # func_dirname_and_basename file append nondir_replacement
13601 # perform func_basename and func_dirname in a single function
13602 # call:
13603 # dirname: Compute the dirname of FILE. If nonempty,
13604 # add APPEND to the result, otherwise set result
13605 # to NONDIR_REPLACEMENT.
13606 # value returned in "$func_dirname_result"
13607 # basename: Compute filename of FILE.
13608 # value retuned in "$func_basename_result"
13609 # Implementation must be kept synchronized with func_dirname
13610 # and func_basename. For efficiency, we do not delegate to
13611 # those functions but instead duplicate the functionality here.
13612 func_dirname_and_basename ()
13614 case ${1} in
13615 */*) func_dirname_result="${1%/*}${2}" ;;
13616 * ) func_dirname_result="${3}" ;;
13617 esac
13618 func_basename_result="${1##*/}"
13621 # func_stripname prefix suffix name
13622 # strip PREFIX and SUFFIX off of NAME.
13623 # PREFIX and SUFFIX must not contain globbing or regex special
13624 # characters, hashes, percent signs, but SUFFIX may contain a leading
13625 # dot (in which case that matches only a dot).
13626 func_stripname ()
13628 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13629 # positional parameters, so assign one to ordinary parameter first.
13630 func_stripname_result=${3}
13631 func_stripname_result=${func_stripname_result#"${1}"}
13632 func_stripname_result=${func_stripname_result%"${2}"}
13635 # func_opt_split
13636 func_opt_split ()
13638 func_opt_split_opt=${1%%=*}
13639 func_opt_split_arg=${1#*=}
13642 # func_lo2o object
13643 func_lo2o ()
13645 case ${1} in
13646 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13647 *) func_lo2o_result=${1} ;;
13648 esac
13651 # func_xform libobj-or-source
13652 func_xform ()
13654 func_xform_result=${1%.*}.lo
13657 # func_arith arithmetic-term...
13658 func_arith ()
13660 func_arith_result=$(( $* ))
13663 # func_len string
13664 # STRING may not start with a hyphen.
13665 func_len ()
13667 func_len_result=${#1}
13670 _LT_EOF
13672 *) # Bourne compatible functions.
13673 cat << \_LT_EOF >> "$cfgfile"
13675 # func_dirname file append nondir_replacement
13676 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13677 # otherwise set result to NONDIR_REPLACEMENT.
13678 func_dirname ()
13680 # Extract subdirectory from the argument.
13681 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13682 if test "X$func_dirname_result" = "X${1}"; then
13683 func_dirname_result="${3}"
13684 else
13685 func_dirname_result="$func_dirname_result${2}"
13689 # func_basename file
13690 func_basename ()
13692 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13696 # func_stripname prefix suffix name
13697 # strip PREFIX and SUFFIX off of NAME.
13698 # PREFIX and SUFFIX must not contain globbing or regex special
13699 # characters, hashes, percent signs, but SUFFIX may contain a leading
13700 # dot (in which case that matches only a dot).
13701 # func_strip_suffix prefix name
13702 func_stripname ()
13704 case ${2} in
13705 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13706 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13707 esac
13710 # sed scripts:
13711 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13712 my_sed_long_arg='1s/^-[^=]*=//'
13714 # func_opt_split
13715 func_opt_split ()
13717 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13718 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13721 # func_lo2o object
13722 func_lo2o ()
13724 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13727 # func_xform libobj-or-source
13728 func_xform ()
13730 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13733 # func_arith arithmetic-term...
13734 func_arith ()
13736 func_arith_result=`expr "$@"`
13739 # func_len string
13740 # STRING may not start with a hyphen.
13741 func_len ()
13743 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13746 _LT_EOF
13747 esac
13749 case $lt_shell_append in
13750 yes)
13751 cat << \_LT_EOF >> "$cfgfile"
13753 # func_append var value
13754 # Append VALUE to the end of shell variable VAR.
13755 func_append ()
13757 eval "$1+=\$2"
13759 _LT_EOF
13762 cat << \_LT_EOF >> "$cfgfile"
13764 # func_append var value
13765 # Append VALUE to the end of shell variable VAR.
13766 func_append ()
13768 eval "$1=\$$1\$2"
13771 _LT_EOF
13773 esac
13776 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13777 || (rm -f "$cfgfile"; exit 1)
13779 mv -f "$cfgfile" "$ofile" ||
13780 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13781 chmod +x "$ofile"
13785 esac
13786 done # for ac_tag
13789 as_fn_exit 0
13790 _ACEOF
13791 ac_clean_files=$ac_clean_files_save
13793 test $ac_write_fail = 0 ||
13794 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
13797 # configure is writing to config.log, and then calls config.status.
13798 # config.status does its own redirection, appending to config.log.
13799 # Unfortunately, on DOS this fails, as config.log is still kept open
13800 # by configure, so config.status won't be able to write to it; its
13801 # output is simply discarded. So we exec the FD to /dev/null,
13802 # effectively closing config.log, so it can be properly (re)opened and
13803 # appended to by config.status. When coming back to configure, we
13804 # need to make the FD available again.
13805 if test "$no_create" != yes; then
13806 ac_cs_success=:
13807 ac_config_status_args=
13808 test "$silent" = yes &&
13809 ac_config_status_args="$ac_config_status_args --quiet"
13810 exec 5>/dev/null
13811 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13812 exec 5>>config.log
13813 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13814 # would make configure fail if this is the last instruction.
13815 $ac_cs_success || as_fn_exit 1
13817 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13819 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}