Backport upstream patches to fix ICEs when using -fdebug-types-section.
[official-gcc.git] / gcc-4_6 / function_reordering_plugin / configure
blob81a6185efb65637430abb0b25f3d84fb4674afe1
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for REORDER plugin for ld 0.1.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
30 esac
34 as_nl='
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
148 esac
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
164 else
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
173 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
174 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
175 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 PATH=/empty FPATH=/empty; export PATH FPATH
178 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
179 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
180 test \$(( 1 + 1 )) = 2 || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
242 exit 1
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
260 { eval $1=; unset $1;}
262 as_unset=as_fn_unset
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
269 return $1
270 } # as_fn_set_status
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
313 /^X\(\/\/\)$/{
314 s//\1/
317 /^X\(\/\).*/{
318 s//\1/
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
338 eval $1+=\$2
340 else
341 as_fn_append ()
343 eval $1=\$$1\$2
345 fi # as_fn_append
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
355 as_val=$(( $* ))
357 else
358 as_fn_arith ()
360 as_val=`expr "$@" || test $? -eq 1`
362 fi # as_fn_arith
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
409 /^X\/\(\/\/\)$/{
410 s//\1/
413 /^X\/\(\/\).*/{
414 s//\1/
417 s/.*/./; q'`
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
440 :lineno
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
468 ECHO_N='-n';;
469 esac
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
492 else
493 as_ln_s='cp -p'
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
526 as_executable_p=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev/null 6>&1
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
545 # Initializations.
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
556 # Identity of this package.
557 PACKAGE_NAME='REORDER plugin for ld'
558 PACKAGE_TARNAME='function_reordering_plugin'
559 PACKAGE_VERSION='0.1'
560 PACKAGE_STRING='REORDER plugin for ld 0.1'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
564 # Factoring default headers for most tests.
565 ac_includes_default="\
566 #include <stdio.h>
567 #ifdef HAVE_SYS_TYPES_H
568 # include <sys/types.h>
569 #endif
570 #ifdef HAVE_SYS_STAT_H
571 # include <sys/stat.h>
572 #endif
573 #ifdef STDC_HEADERS
574 # include <stdlib.h>
575 # include <stddef.h>
576 #else
577 # ifdef HAVE_STDLIB_H
578 # include <stdlib.h>
579 # endif
580 #endif
581 #ifdef HAVE_STRING_H
582 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
583 # include <memory.h>
584 # endif
585 # include <string.h>
586 #endif
587 #ifdef HAVE_STRINGS_H
588 # include <strings.h>
589 #endif
590 #ifdef HAVE_INTTYPES_H
591 # include <inttypes.h>
592 #endif
593 #ifdef HAVE_STDINT_H
594 # include <stdint.h>
595 #endif
596 #ifdef HAVE_UNISTD_H
597 # include <unistd.h>
598 #endif"
600 ac_subst_vars='am__EXEEXT_FALSE
601 am__EXEEXT_TRUE
602 LTLIBOBJS
603 LIBOBJS
604 target_noncanonical
605 lt_host_flags
607 OTOOL64
608 OTOOL
609 LIPO
610 NMEDIT
611 DSYMUTIL
612 RANLIB
614 OBJDUMP
615 LN_S
617 ac_ct_DUMPBIN
618 DUMPBIN
620 FGREP
621 EGREP
622 GREP
624 LIBTOOL
625 am__fastdepCC_FALSE
626 am__fastdepCC_TRUE
627 CCDEPMODE
628 AMDEPBACKSLASH
629 AMDEP_FALSE
630 AMDEP_TRUE
631 am__quote
632 am__include
633 DEPDIR
634 OBJEXT
635 EXEEXT
636 ac_ct_CC
637 CPPFLAGS
638 LDFLAGS
639 CFLAGS
641 MAINT
642 MAINTAINER_MODE_FALSE
643 MAINTAINER_MODE_TRUE
644 am__untar
645 am__tar
646 AMTAR
647 am__leading_dot
648 SET_MAKE
650 mkdir_p
651 MKDIR_P
652 INSTALL_STRIP_PROGRAM
653 STRIP
654 install_sh
655 MAKEINFO
656 AUTOHEADER
657 AUTOMAKE
658 AUTOCONF
659 ACLOCAL
660 VERSION
661 PACKAGE
662 CYGPATH_W
663 am__isrc
664 INSTALL_DATA
665 INSTALL_SCRIPT
666 INSTALL_PROGRAM
667 target_subdir
668 host_subdir
669 build_subdir
670 build_libsubdir
671 target_os
672 target_vendor
673 target_cpu
674 target
675 host_os
676 host_vendor
677 host_cpu
678 host
679 build_os
680 build_vendor
681 build_cpu
682 build
683 target_alias
684 host_alias
685 build_alias
686 LIBS
687 ECHO_T
688 ECHO_N
689 ECHO_C
690 DEFS
691 mandir
692 localedir
693 libdir
694 psdir
695 pdfdir
696 dvidir
697 htmldir
698 infodir
699 docdir
700 oldincludedir
701 includedir
702 localstatedir
703 sharedstatedir
704 sysconfdir
705 datadir
706 datarootdir
707 libexecdir
708 sbindir
709 bindir
710 program_transform_name
711 prefix
712 exec_prefix
713 PACKAGE_URL
714 PACKAGE_BUGREPORT
715 PACKAGE_STRING
716 PACKAGE_VERSION
717 PACKAGE_TARNAME
718 PACKAGE_NAME
719 PATH_SEPARATOR
720 SHELL'
721 ac_subst_files=''
722 ac_user_opts='
723 enable_option_checking
724 with_build_libsubdir
725 enable_maintainer_mode
726 enable_dependency_tracking
727 enable_largefile
728 enable_shared
729 enable_static
730 with_pic
731 enable_fast_install
732 with_gnu_ld
733 enable_libtool_lock
735 ac_precious_vars='build_alias
736 host_alias
737 target_alias
739 CFLAGS
740 LDFLAGS
741 LIBS
742 CPPFLAGS
743 CPP'
746 # Initialize some variables set by options.
747 ac_init_help=
748 ac_init_version=false
749 ac_unrecognized_opts=
750 ac_unrecognized_sep=
751 # The variables have the same names as the options, with
752 # dashes changed to underlines.
753 cache_file=/dev/null
754 exec_prefix=NONE
755 no_create=
756 no_recursion=
757 prefix=NONE
758 program_prefix=NONE
759 program_suffix=NONE
760 program_transform_name=s,x,x,
761 silent=
762 site=
763 srcdir=
764 verbose=
765 x_includes=NONE
766 x_libraries=NONE
768 # Installation directory options.
769 # These are left unexpanded so users can "make install exec_prefix=/foo"
770 # and all the variables that are supposed to be based on exec_prefix
771 # by default will actually change.
772 # Use braces instead of parens because sh, perl, etc. also accept them.
773 # (The list follows the same order as the GNU Coding Standards.)
774 bindir='${exec_prefix}/bin'
775 sbindir='${exec_prefix}/sbin'
776 libexecdir='${exec_prefix}/libexec'
777 datarootdir='${prefix}/share'
778 datadir='${datarootdir}'
779 sysconfdir='${prefix}/etc'
780 sharedstatedir='${prefix}/com'
781 localstatedir='${prefix}/var'
782 includedir='${prefix}/include'
783 oldincludedir='/usr/include'
784 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
785 infodir='${datarootdir}/info'
786 htmldir='${docdir}'
787 dvidir='${docdir}'
788 pdfdir='${docdir}'
789 psdir='${docdir}'
790 libdir='${exec_prefix}/lib'
791 localedir='${datarootdir}/locale'
792 mandir='${datarootdir}/man'
794 ac_prev=
795 ac_dashdash=
796 for ac_option
798 # If the previous option needs an argument, assign it.
799 if test -n "$ac_prev"; then
800 eval $ac_prev=\$ac_option
801 ac_prev=
802 continue
805 case $ac_option in
806 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
807 *) ac_optarg=yes ;;
808 esac
810 # Accept the important Cygnus configure options, so we can diagnose typos.
812 case $ac_dashdash$ac_option in
814 ac_dashdash=yes ;;
816 -bindir | --bindir | --bindi | --bind | --bin | --bi)
817 ac_prev=bindir ;;
818 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
819 bindir=$ac_optarg ;;
821 -build | --build | --buil | --bui | --bu)
822 ac_prev=build_alias ;;
823 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
824 build_alias=$ac_optarg ;;
826 -cache-file | --cache-file | --cache-fil | --cache-fi \
827 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
828 ac_prev=cache_file ;;
829 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
830 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
831 cache_file=$ac_optarg ;;
833 --config-cache | -C)
834 cache_file=config.cache ;;
836 -datadir | --datadir | --datadi | --datad)
837 ac_prev=datadir ;;
838 -datadir=* | --datadir=* | --datadi=* | --datad=*)
839 datadir=$ac_optarg ;;
841 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
842 | --dataroo | --dataro | --datar)
843 ac_prev=datarootdir ;;
844 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
845 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
846 datarootdir=$ac_optarg ;;
848 -disable-* | --disable-*)
849 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
850 # Reject names that are not valid shell variable names.
851 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
852 as_fn_error "invalid feature name: $ac_useropt"
853 ac_useropt_orig=$ac_useropt
854 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
855 case $ac_user_opts in
857 "enable_$ac_useropt"
858 "*) ;;
859 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
860 ac_unrecognized_sep=', ';;
861 esac
862 eval enable_$ac_useropt=no ;;
864 -docdir | --docdir | --docdi | --doc | --do)
865 ac_prev=docdir ;;
866 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
867 docdir=$ac_optarg ;;
869 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
870 ac_prev=dvidir ;;
871 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
872 dvidir=$ac_optarg ;;
874 -enable-* | --enable-*)
875 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
876 # Reject names that are not valid shell variable names.
877 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
878 as_fn_error "invalid feature name: $ac_useropt"
879 ac_useropt_orig=$ac_useropt
880 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
881 case $ac_user_opts in
883 "enable_$ac_useropt"
884 "*) ;;
885 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
886 ac_unrecognized_sep=', ';;
887 esac
888 eval enable_$ac_useropt=\$ac_optarg ;;
890 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
891 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
892 | --exec | --exe | --ex)
893 ac_prev=exec_prefix ;;
894 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
895 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
896 | --exec=* | --exe=* | --ex=*)
897 exec_prefix=$ac_optarg ;;
899 -gas | --gas | --ga | --g)
900 # Obsolete; use --with-gas.
901 with_gas=yes ;;
903 -help | --help | --hel | --he | -h)
904 ac_init_help=long ;;
905 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
906 ac_init_help=recursive ;;
907 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
908 ac_init_help=short ;;
910 -host | --host | --hos | --ho)
911 ac_prev=host_alias ;;
912 -host=* | --host=* | --hos=* | --ho=*)
913 host_alias=$ac_optarg ;;
915 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
916 ac_prev=htmldir ;;
917 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
918 | --ht=*)
919 htmldir=$ac_optarg ;;
921 -includedir | --includedir | --includedi | --included | --include \
922 | --includ | --inclu | --incl | --inc)
923 ac_prev=includedir ;;
924 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
925 | --includ=* | --inclu=* | --incl=* | --inc=*)
926 includedir=$ac_optarg ;;
928 -infodir | --infodir | --infodi | --infod | --info | --inf)
929 ac_prev=infodir ;;
930 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
931 infodir=$ac_optarg ;;
933 -libdir | --libdir | --libdi | --libd)
934 ac_prev=libdir ;;
935 -libdir=* | --libdir=* | --libdi=* | --libd=*)
936 libdir=$ac_optarg ;;
938 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
939 | --libexe | --libex | --libe)
940 ac_prev=libexecdir ;;
941 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
942 | --libexe=* | --libex=* | --libe=*)
943 libexecdir=$ac_optarg ;;
945 -localedir | --localedir | --localedi | --localed | --locale)
946 ac_prev=localedir ;;
947 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
948 localedir=$ac_optarg ;;
950 -localstatedir | --localstatedir | --localstatedi | --localstated \
951 | --localstate | --localstat | --localsta | --localst | --locals)
952 ac_prev=localstatedir ;;
953 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
954 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
955 localstatedir=$ac_optarg ;;
957 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
958 ac_prev=mandir ;;
959 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
960 mandir=$ac_optarg ;;
962 -nfp | --nfp | --nf)
963 # Obsolete; use --without-fp.
964 with_fp=no ;;
966 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
967 | --no-cr | --no-c | -n)
968 no_create=yes ;;
970 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
971 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
972 no_recursion=yes ;;
974 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
975 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
976 | --oldin | --oldi | --old | --ol | --o)
977 ac_prev=oldincludedir ;;
978 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
979 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
980 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
981 oldincludedir=$ac_optarg ;;
983 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
984 ac_prev=prefix ;;
985 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
986 prefix=$ac_optarg ;;
988 -program-prefix | --program-prefix | --program-prefi | --program-pref \
989 | --program-pre | --program-pr | --program-p)
990 ac_prev=program_prefix ;;
991 -program-prefix=* | --program-prefix=* | --program-prefi=* \
992 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
993 program_prefix=$ac_optarg ;;
995 -program-suffix | --program-suffix | --program-suffi | --program-suff \
996 | --program-suf | --program-su | --program-s)
997 ac_prev=program_suffix ;;
998 -program-suffix=* | --program-suffix=* | --program-suffi=* \
999 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1000 program_suffix=$ac_optarg ;;
1002 -program-transform-name | --program-transform-name \
1003 | --program-transform-nam | --program-transform-na \
1004 | --program-transform-n | --program-transform- \
1005 | --program-transform | --program-transfor \
1006 | --program-transfo | --program-transf \
1007 | --program-trans | --program-tran \
1008 | --progr-tra | --program-tr | --program-t)
1009 ac_prev=program_transform_name ;;
1010 -program-transform-name=* | --program-transform-name=* \
1011 | --program-transform-nam=* | --program-transform-na=* \
1012 | --program-transform-n=* | --program-transform-=* \
1013 | --program-transform=* | --program-transfor=* \
1014 | --program-transfo=* | --program-transf=* \
1015 | --program-trans=* | --program-tran=* \
1016 | --progr-tra=* | --program-tr=* | --program-t=*)
1017 program_transform_name=$ac_optarg ;;
1019 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1020 ac_prev=pdfdir ;;
1021 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1022 pdfdir=$ac_optarg ;;
1024 -psdir | --psdir | --psdi | --psd | --ps)
1025 ac_prev=psdir ;;
1026 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1027 psdir=$ac_optarg ;;
1029 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1030 | -silent | --silent | --silen | --sile | --sil)
1031 silent=yes ;;
1033 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1034 ac_prev=sbindir ;;
1035 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1036 | --sbi=* | --sb=*)
1037 sbindir=$ac_optarg ;;
1039 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1040 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1041 | --sharedst | --shareds | --shared | --share | --shar \
1042 | --sha | --sh)
1043 ac_prev=sharedstatedir ;;
1044 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1045 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1046 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1047 | --sha=* | --sh=*)
1048 sharedstatedir=$ac_optarg ;;
1050 -site | --site | --sit)
1051 ac_prev=site ;;
1052 -site=* | --site=* | --sit=*)
1053 site=$ac_optarg ;;
1055 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1056 ac_prev=srcdir ;;
1057 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1058 srcdir=$ac_optarg ;;
1060 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1061 | --syscon | --sysco | --sysc | --sys | --sy)
1062 ac_prev=sysconfdir ;;
1063 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1064 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1065 sysconfdir=$ac_optarg ;;
1067 -target | --target | --targe | --targ | --tar | --ta | --t)
1068 ac_prev=target_alias ;;
1069 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1070 target_alias=$ac_optarg ;;
1072 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1073 verbose=yes ;;
1075 -version | --version | --versio | --versi | --vers | -V)
1076 ac_init_version=: ;;
1078 -with-* | --with-*)
1079 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1080 # Reject names that are not valid shell variable names.
1081 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1082 as_fn_error "invalid package name: $ac_useropt"
1083 ac_useropt_orig=$ac_useropt
1084 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1085 case $ac_user_opts in
1087 "with_$ac_useropt"
1088 "*) ;;
1089 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1090 ac_unrecognized_sep=', ';;
1091 esac
1092 eval with_$ac_useropt=\$ac_optarg ;;
1094 -without-* | --without-*)
1095 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1096 # Reject names that are not valid shell variable names.
1097 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1098 as_fn_error "invalid package name: $ac_useropt"
1099 ac_useropt_orig=$ac_useropt
1100 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1101 case $ac_user_opts in
1103 "with_$ac_useropt"
1104 "*) ;;
1105 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1106 ac_unrecognized_sep=', ';;
1107 esac
1108 eval with_$ac_useropt=no ;;
1110 --x)
1111 # Obsolete; use --with-x.
1112 with_x=yes ;;
1114 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1115 | --x-incl | --x-inc | --x-in | --x-i)
1116 ac_prev=x_includes ;;
1117 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1118 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1119 x_includes=$ac_optarg ;;
1121 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1122 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1123 ac_prev=x_libraries ;;
1124 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1125 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1126 x_libraries=$ac_optarg ;;
1128 -*) as_fn_error "unrecognized option: \`$ac_option'
1129 Try \`$0 --help' for more information."
1132 *=*)
1133 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1134 # Reject names that are not valid shell variable names.
1135 case $ac_envvar in #(
1136 '' | [0-9]* | *[!_$as_cr_alnum]* )
1137 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1138 esac
1139 eval $ac_envvar=\$ac_optarg
1140 export $ac_envvar ;;
1143 # FIXME: should be removed in autoconf 3.0.
1144 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1145 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1146 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1147 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1150 esac
1151 done
1153 if test -n "$ac_prev"; then
1154 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1155 as_fn_error "missing argument to $ac_option"
1158 if test -n "$ac_unrecognized_opts"; then
1159 case $enable_option_checking in
1160 no) ;;
1161 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1162 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1163 esac
1166 # Check all directory arguments for consistency.
1167 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1168 datadir sysconfdir sharedstatedir localstatedir includedir \
1169 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1170 libdir localedir mandir
1172 eval ac_val=\$$ac_var
1173 # Remove trailing slashes.
1174 case $ac_val in
1175 */ )
1176 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1177 eval $ac_var=\$ac_val;;
1178 esac
1179 # Be sure to have absolute directory names.
1180 case $ac_val in
1181 [\\/$]* | ?:[\\/]* ) continue;;
1182 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1183 esac
1184 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1185 done
1187 # There might be people who depend on the old broken behavior: `$host'
1188 # used to hold the argument of --host etc.
1189 # FIXME: To remove some day.
1190 build=$build_alias
1191 host=$host_alias
1192 target=$target_alias
1194 # FIXME: To remove some day.
1195 if test "x$host_alias" != x; then
1196 if test "x$build_alias" = x; then
1197 cross_compiling=maybe
1198 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1199 If a cross compiler is detected then cross compile mode will be used." >&2
1200 elif test "x$build_alias" != "x$host_alias"; then
1201 cross_compiling=yes
1205 ac_tool_prefix=
1206 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1208 test "$silent" = yes && exec 6>/dev/null
1211 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1212 ac_ls_di=`ls -di .` &&
1213 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1214 as_fn_error "working directory cannot be determined"
1215 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1216 as_fn_error "pwd does not report name of working directory"
1219 # Find the source files, if location was not specified.
1220 if test -z "$srcdir"; then
1221 ac_srcdir_defaulted=yes
1222 # Try the directory containing this script, then the parent directory.
1223 ac_confdir=`$as_dirname -- "$as_myself" ||
1224 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1225 X"$as_myself" : 'X\(//\)[^/]' \| \
1226 X"$as_myself" : 'X\(//\)$' \| \
1227 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1228 $as_echo X"$as_myself" |
1229 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1230 s//\1/
1233 /^X\(\/\/\)[^/].*/{
1234 s//\1/
1237 /^X\(\/\/\)$/{
1238 s//\1/
1241 /^X\(\/\).*/{
1242 s//\1/
1245 s/.*/./; q'`
1246 srcdir=$ac_confdir
1247 if test ! -r "$srcdir/$ac_unique_file"; then
1248 srcdir=..
1250 else
1251 ac_srcdir_defaulted=no
1253 if test ! -r "$srcdir/$ac_unique_file"; then
1254 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1255 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1257 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1258 ac_abs_confdir=`(
1259 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1260 pwd)`
1261 # When building in place, set srcdir=.
1262 if test "$ac_abs_confdir" = "$ac_pwd"; then
1263 srcdir=.
1265 # Remove unnecessary trailing slashes from srcdir.
1266 # Double slashes in file names in object file debugging info
1267 # mess up M-x gdb in Emacs.
1268 case $srcdir in
1269 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1270 esac
1271 for ac_var in $ac_precious_vars; do
1272 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1273 eval ac_env_${ac_var}_value=\$${ac_var}
1274 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1275 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1276 done
1279 # Report the --help message.
1281 if test "$ac_init_help" = "long"; then
1282 # Omit some internal or obsolete options to make the list less imposing.
1283 # This message is too long to be a string in the A/UX 3.1 sh.
1284 cat <<_ACEOF
1285 \`configure' configures REORDER plugin for ld 0.1 to adapt to many kinds of systems.
1287 Usage: $0 [OPTION]... [VAR=VALUE]...
1289 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1290 VAR=VALUE. See below for descriptions of some of the useful variables.
1292 Defaults for the options are specified in brackets.
1294 Configuration:
1295 -h, --help display this help and exit
1296 --help=short display options specific to this package
1297 --help=recursive display the short help of all the included packages
1298 -V, --version display version information and exit
1299 -q, --quiet, --silent do not print \`checking...' messages
1300 --cache-file=FILE cache test results in FILE [disabled]
1301 -C, --config-cache alias for \`--cache-file=config.cache'
1302 -n, --no-create do not create output files
1303 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1305 Installation directories:
1306 --prefix=PREFIX install architecture-independent files in PREFIX
1307 [$ac_default_prefix]
1308 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1309 [PREFIX]
1311 By default, \`make install' will install all the files in
1312 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1313 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1314 for instance \`--prefix=\$HOME'.
1316 For better control, use the options below.
1318 Fine tuning of the installation directories:
1319 --bindir=DIR user executables [EPREFIX/bin]
1320 --sbindir=DIR system admin executables [EPREFIX/sbin]
1321 --libexecdir=DIR program executables [EPREFIX/libexec]
1322 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1323 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1324 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1325 --libdir=DIR object code libraries [EPREFIX/lib]
1326 --includedir=DIR C header files [PREFIX/include]
1327 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1328 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1329 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1330 --infodir=DIR info documentation [DATAROOTDIR/info]
1331 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1332 --mandir=DIR man documentation [DATAROOTDIR/man]
1333 --docdir=DIR documentation root
1334 [DATAROOTDIR/doc/function_reordering_plugin]
1335 --htmldir=DIR html documentation [DOCDIR]
1336 --dvidir=DIR dvi documentation [DOCDIR]
1337 --pdfdir=DIR pdf documentation [DOCDIR]
1338 --psdir=DIR ps documentation [DOCDIR]
1339 _ACEOF
1341 cat <<\_ACEOF
1343 Program names:
1344 --program-prefix=PREFIX prepend PREFIX to installed program names
1345 --program-suffix=SUFFIX append SUFFIX to installed program names
1346 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1348 System types:
1349 --build=BUILD configure for building on BUILD [guessed]
1350 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1351 --target=TARGET configure for building compilers for TARGET [HOST]
1352 _ACEOF
1355 if test -n "$ac_init_help"; then
1356 case $ac_init_help in
1357 short | recursive ) echo "Configuration of REORDER plugin for ld 0.1:";;
1358 esac
1359 cat <<\_ACEOF
1361 Optional Features:
1362 --disable-option-checking ignore unrecognized --enable/--with options
1363 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1364 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1365 --enable-maintainer-mode enable make rules and dependencies not useful
1366 (and sometimes confusing) to the casual installer
1367 --disable-dependency-tracking speeds up one-time build
1368 --enable-dependency-tracking do not reject slow dependency extractors
1369 --disable-largefile omit support for large files
1370 --enable-shared[=PKGS] build shared libraries [default=yes]
1371 --enable-static[=PKGS] build static libraries [default=yes]
1372 --enable-fast-install[=PKGS]
1373 optimize for fast installation [default=yes]
1374 --disable-libtool-lock avoid locking (might break parallel builds)
1376 Optional Packages:
1377 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1378 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1379 --with-build-libsubdir=DIR Directory where to find libraries for build system
1380 --with-pic try to use only PIC/non-PIC objects [default=use
1381 both]
1382 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1384 Some influential environment variables:
1385 CC C compiler command
1386 CFLAGS C compiler flags
1387 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1388 nonstandard directory <lib dir>
1389 LIBS libraries to pass to the linker, e.g. -l<library>
1390 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1391 you have headers in a nonstandard directory <include dir>
1392 CPP C preprocessor
1394 Use these variables to override the choices made by `configure' or to help
1395 it to find libraries and programs with nonstandard names/locations.
1397 Report bugs to the package provider.
1398 _ACEOF
1399 ac_status=$?
1402 if test "$ac_init_help" = "recursive"; then
1403 # If there are subdirs, report their specific --help.
1404 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1405 test -d "$ac_dir" ||
1406 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1407 continue
1408 ac_builddir=.
1410 case "$ac_dir" in
1411 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1413 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1414 # A ".." for each directory in $ac_dir_suffix.
1415 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1416 case $ac_top_builddir_sub in
1417 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1418 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1419 esac ;;
1420 esac
1421 ac_abs_top_builddir=$ac_pwd
1422 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1423 # for backward compatibility:
1424 ac_top_builddir=$ac_top_build_prefix
1426 case $srcdir in
1427 .) # We are building in place.
1428 ac_srcdir=.
1429 ac_top_srcdir=$ac_top_builddir_sub
1430 ac_abs_top_srcdir=$ac_pwd ;;
1431 [\\/]* | ?:[\\/]* ) # Absolute name.
1432 ac_srcdir=$srcdir$ac_dir_suffix;
1433 ac_top_srcdir=$srcdir
1434 ac_abs_top_srcdir=$srcdir ;;
1435 *) # Relative name.
1436 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1437 ac_top_srcdir=$ac_top_build_prefix$srcdir
1438 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1439 esac
1440 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1442 cd "$ac_dir" || { ac_status=$?; continue; }
1443 # Check for guested configure.
1444 if test -f "$ac_srcdir/configure.gnu"; then
1445 echo &&
1446 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1447 elif test -f "$ac_srcdir/configure"; then
1448 echo &&
1449 $SHELL "$ac_srcdir/configure" --help=recursive
1450 else
1451 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1452 fi || ac_status=$?
1453 cd "$ac_pwd" || { ac_status=$?; break; }
1454 done
1457 test -n "$ac_init_help" && exit $ac_status
1458 if $ac_init_version; then
1459 cat <<\_ACEOF
1460 REORDER plugin for ld configure 0.1
1461 generated by GNU Autoconf 2.64
1463 Copyright (C) 2009 Free Software Foundation, Inc.
1464 This configure script is free software; the Free Software Foundation
1465 gives unlimited permission to copy, distribute and modify it.
1466 _ACEOF
1467 exit
1470 ## ------------------------ ##
1471 ## Autoconf initialization. ##
1472 ## ------------------------ ##
1474 # ac_fn_c_try_compile LINENO
1475 # --------------------------
1476 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1477 ac_fn_c_try_compile ()
1479 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1480 rm -f conftest.$ac_objext
1481 if { { ac_try="$ac_compile"
1482 case "(($ac_try" in
1483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1484 *) ac_try_echo=$ac_try;;
1485 esac
1486 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1487 $as_echo "$ac_try_echo"; } >&5
1488 (eval "$ac_compile") 2>conftest.err
1489 ac_status=$?
1490 if test -s conftest.err; then
1491 grep -v '^ *+' conftest.err >conftest.er1
1492 cat conftest.er1 >&5
1493 mv -f conftest.er1 conftest.err
1495 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1496 test $ac_status = 0; } && {
1497 test -z "$ac_c_werror_flag" ||
1498 test ! -s conftest.err
1499 } && test -s conftest.$ac_objext; then :
1500 ac_retval=0
1501 else
1502 $as_echo "$as_me: failed program was:" >&5
1503 sed 's/^/| /' conftest.$ac_ext >&5
1505 ac_retval=1
1507 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1508 return $ac_retval
1510 } # ac_fn_c_try_compile
1512 # ac_fn_c_try_link LINENO
1513 # -----------------------
1514 # Try to link conftest.$ac_ext, and return whether this succeeded.
1515 ac_fn_c_try_link ()
1517 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1518 rm -f conftest.$ac_objext conftest$ac_exeext
1519 if { { ac_try="$ac_link"
1520 case "(($ac_try" in
1521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1522 *) ac_try_echo=$ac_try;;
1523 esac
1524 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1525 $as_echo "$ac_try_echo"; } >&5
1526 (eval "$ac_link") 2>conftest.err
1527 ac_status=$?
1528 if test -s conftest.err; then
1529 grep -v '^ *+' conftest.err >conftest.er1
1530 cat conftest.er1 >&5
1531 mv -f conftest.er1 conftest.err
1533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1534 test $ac_status = 0; } && {
1535 test -z "$ac_c_werror_flag" ||
1536 test ! -s conftest.err
1537 } && test -s conftest$ac_exeext && {
1538 test "$cross_compiling" = yes ||
1539 $as_test_x conftest$ac_exeext
1540 }; then :
1541 ac_retval=0
1542 else
1543 $as_echo "$as_me: failed program was:" >&5
1544 sed 's/^/| /' conftest.$ac_ext >&5
1546 ac_retval=1
1548 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1549 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1550 # interfere with the next link command; also delete a directory that is
1551 # left behind by Apple's compiler. We do this before executing the actions.
1552 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1553 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1554 return $ac_retval
1556 } # ac_fn_c_try_link
1558 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1559 # -------------------------------------------------------
1560 # Tests whether HEADER exists and can be compiled using the include files in
1561 # INCLUDES, setting the cache variable VAR accordingly.
1562 ac_fn_c_check_header_compile ()
1564 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1566 $as_echo_n "checking for $2... " >&6; }
1567 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1568 $as_echo_n "(cached) " >&6
1569 else
1570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1571 /* end confdefs.h. */
1573 #include <$2>
1574 _ACEOF
1575 if ac_fn_c_try_compile "$LINENO"; then :
1576 eval "$3=yes"
1577 else
1578 eval "$3=no"
1580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1582 eval ac_res=\$$3
1583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1584 $as_echo "$ac_res" >&6; }
1585 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1587 } # ac_fn_c_check_header_compile
1589 # ac_fn_c_try_cpp LINENO
1590 # ----------------------
1591 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1592 ac_fn_c_try_cpp ()
1594 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1595 if { { ac_try="$ac_cpp conftest.$ac_ext"
1596 case "(($ac_try" in
1597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1598 *) ac_try_echo=$ac_try;;
1599 esac
1600 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1601 $as_echo "$ac_try_echo"; } >&5
1602 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1603 ac_status=$?
1604 if test -s conftest.err; then
1605 grep -v '^ *+' conftest.err >conftest.er1
1606 cat conftest.er1 >&5
1607 mv -f conftest.er1 conftest.err
1609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1610 test $ac_status = 0; } >/dev/null && {
1611 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1612 test ! -s conftest.err
1613 }; then :
1614 ac_retval=0
1615 else
1616 $as_echo "$as_me: failed program was:" >&5
1617 sed 's/^/| /' conftest.$ac_ext >&5
1619 ac_retval=1
1621 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1622 return $ac_retval
1624 } # ac_fn_c_try_cpp
1626 # ac_fn_c_try_run LINENO
1627 # ----------------------
1628 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1629 # that executables *can* be run.
1630 ac_fn_c_try_run ()
1632 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1633 if { { ac_try="$ac_link"
1634 case "(($ac_try" in
1635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1636 *) ac_try_echo=$ac_try;;
1637 esac
1638 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1639 $as_echo "$ac_try_echo"; } >&5
1640 (eval "$ac_link") 2>&5
1641 ac_status=$?
1642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1643 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1644 { { case "(($ac_try" in
1645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1646 *) ac_try_echo=$ac_try;;
1647 esac
1648 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1649 $as_echo "$ac_try_echo"; } >&5
1650 (eval "$ac_try") 2>&5
1651 ac_status=$?
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; }; }; then :
1654 ac_retval=0
1655 else
1656 $as_echo "$as_me: program exited with status $ac_status" >&5
1657 $as_echo "$as_me: failed program was:" >&5
1658 sed 's/^/| /' conftest.$ac_ext >&5
1660 ac_retval=$ac_status
1662 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1663 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1664 return $ac_retval
1666 } # ac_fn_c_try_run
1668 # ac_fn_c_check_func LINENO FUNC VAR
1669 # ----------------------------------
1670 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1671 ac_fn_c_check_func ()
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675 $as_echo_n "checking for $2... " >&6; }
1676 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677 $as_echo_n "(cached) " >&6
1678 else
1679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1680 /* end confdefs.h. */
1681 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1682 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1683 #define $2 innocuous_$2
1685 /* System header to define __stub macros and hopefully few prototypes,
1686 which can conflict with char $2 (); below.
1687 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1688 <limits.h> exists even on freestanding compilers. */
1690 #ifdef __STDC__
1691 # include <limits.h>
1692 #else
1693 # include <assert.h>
1694 #endif
1696 #undef $2
1698 /* Override any GCC internal prototype to avoid an error.
1699 Use char because int might match the return type of a GCC
1700 builtin and then its argument prototype would still apply. */
1701 #ifdef __cplusplus
1702 extern "C"
1703 #endif
1704 char $2 ();
1705 /* The GNU C library defines this for functions which it implements
1706 to always fail with ENOSYS. Some functions are actually named
1707 something starting with __ and the normal name is an alias. */
1708 #if defined __stub_$2 || defined __stub___$2
1709 choke me
1710 #endif
1713 main ()
1715 return $2 ();
1717 return 0;
1719 _ACEOF
1720 if ac_fn_c_try_link "$LINENO"; then :
1721 eval "$3=yes"
1722 else
1723 eval "$3=no"
1725 rm -f core conftest.err conftest.$ac_objext \
1726 conftest$ac_exeext conftest.$ac_ext
1728 eval ac_res=\$$3
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1730 $as_echo "$ac_res" >&6; }
1731 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1733 } # ac_fn_c_check_func
1734 cat >config.log <<_ACEOF
1735 This file contains any messages produced by compilers while
1736 running configure, to aid debugging if configure makes a mistake.
1738 It was created by REORDER plugin for ld $as_me 0.1, which was
1739 generated by GNU Autoconf 2.64. Invocation command line was
1741 $ $0 $@
1743 _ACEOF
1744 exec 5>>config.log
1746 cat <<_ASUNAME
1747 ## --------- ##
1748 ## Platform. ##
1749 ## --------- ##
1751 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1752 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1753 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1754 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1755 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1757 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1758 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1760 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1761 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1762 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1763 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1764 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1765 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1766 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1768 _ASUNAME
1770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1771 for as_dir in $PATH
1773 IFS=$as_save_IFS
1774 test -z "$as_dir" && as_dir=.
1775 $as_echo "PATH: $as_dir"
1776 done
1777 IFS=$as_save_IFS
1779 } >&5
1781 cat >&5 <<_ACEOF
1784 ## ----------- ##
1785 ## Core tests. ##
1786 ## ----------- ##
1788 _ACEOF
1791 # Keep a trace of the command line.
1792 # Strip out --no-create and --no-recursion so they do not pile up.
1793 # Strip out --silent because we don't want to record it for future runs.
1794 # Also quote any args containing shell meta-characters.
1795 # Make two passes to allow for proper duplicate-argument suppression.
1796 ac_configure_args=
1797 ac_configure_args0=
1798 ac_configure_args1=
1799 ac_must_keep_next=false
1800 for ac_pass in 1 2
1802 for ac_arg
1804 case $ac_arg in
1805 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1806 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1807 | -silent | --silent | --silen | --sile | --sil)
1808 continue ;;
1809 *\'*)
1810 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1811 esac
1812 case $ac_pass in
1813 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1815 as_fn_append ac_configure_args1 " '$ac_arg'"
1816 if test $ac_must_keep_next = true; then
1817 ac_must_keep_next=false # Got value, back to normal.
1818 else
1819 case $ac_arg in
1820 *=* | --config-cache | -C | -disable-* | --disable-* \
1821 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1822 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1823 | -with-* | --with-* | -without-* | --without-* | --x)
1824 case "$ac_configure_args0 " in
1825 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1826 esac
1828 -* ) ac_must_keep_next=true ;;
1829 esac
1831 as_fn_append ac_configure_args " '$ac_arg'"
1833 esac
1834 done
1835 done
1836 { ac_configure_args0=; unset ac_configure_args0;}
1837 { ac_configure_args1=; unset ac_configure_args1;}
1839 # When interrupted or exit'd, cleanup temporary files, and complete
1840 # config.log. We remove comments because anyway the quotes in there
1841 # would cause problems or look ugly.
1842 # WARNING: Use '\'' to represent an apostrophe within the trap.
1843 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1844 trap 'exit_status=$?
1845 # Save into config.log some information that might help in debugging.
1847 echo
1849 cat <<\_ASBOX
1850 ## ---------------- ##
1851 ## Cache variables. ##
1852 ## ---------------- ##
1853 _ASBOX
1854 echo
1855 # The following way of writing the cache mishandles newlines in values,
1857 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1858 eval ac_val=\$$ac_var
1859 case $ac_val in #(
1860 *${as_nl}*)
1861 case $ac_var in #(
1862 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1863 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1864 esac
1865 case $ac_var in #(
1866 _ | IFS | as_nl) ;; #(
1867 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1868 *) { eval $ac_var=; unset $ac_var;} ;;
1869 esac ;;
1870 esac
1871 done
1872 (set) 2>&1 |
1873 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1874 *${as_nl}ac_space=\ *)
1875 sed -n \
1876 "s/'\''/'\''\\\\'\'''\''/g;
1877 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1878 ;; #(
1880 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1882 esac |
1883 sort
1885 echo
1887 cat <<\_ASBOX
1888 ## ----------------- ##
1889 ## Output variables. ##
1890 ## ----------------- ##
1891 _ASBOX
1892 echo
1893 for ac_var in $ac_subst_vars
1895 eval ac_val=\$$ac_var
1896 case $ac_val in
1897 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1898 esac
1899 $as_echo "$ac_var='\''$ac_val'\''"
1900 done | sort
1901 echo
1903 if test -n "$ac_subst_files"; then
1904 cat <<\_ASBOX
1905 ## ------------------- ##
1906 ## File substitutions. ##
1907 ## ------------------- ##
1908 _ASBOX
1909 echo
1910 for ac_var in $ac_subst_files
1912 eval ac_val=\$$ac_var
1913 case $ac_val in
1914 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1915 esac
1916 $as_echo "$ac_var='\''$ac_val'\''"
1917 done | sort
1918 echo
1921 if test -s confdefs.h; then
1922 cat <<\_ASBOX
1923 ## ----------- ##
1924 ## confdefs.h. ##
1925 ## ----------- ##
1926 _ASBOX
1927 echo
1928 cat confdefs.h
1929 echo
1931 test "$ac_signal" != 0 &&
1932 $as_echo "$as_me: caught signal $ac_signal"
1933 $as_echo "$as_me: exit $exit_status"
1934 } >&5
1935 rm -f core *.core core.conftest.* &&
1936 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1937 exit $exit_status
1939 for ac_signal in 1 2 13 15; do
1940 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
1941 done
1942 ac_signal=0
1944 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1945 rm -f -r conftest* confdefs.h
1947 $as_echo "/* confdefs.h */" > confdefs.h
1949 # Predefined preprocessor variables.
1951 cat >>confdefs.h <<_ACEOF
1952 #define PACKAGE_NAME "$PACKAGE_NAME"
1953 _ACEOF
1955 cat >>confdefs.h <<_ACEOF
1956 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1957 _ACEOF
1959 cat >>confdefs.h <<_ACEOF
1960 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1961 _ACEOF
1963 cat >>confdefs.h <<_ACEOF
1964 #define PACKAGE_STRING "$PACKAGE_STRING"
1965 _ACEOF
1967 cat >>confdefs.h <<_ACEOF
1968 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1969 _ACEOF
1971 cat >>confdefs.h <<_ACEOF
1972 #define PACKAGE_URL "$PACKAGE_URL"
1973 _ACEOF
1976 # Let the site file select an alternate cache file if it wants to.
1977 # Prefer an explicitly selected file to automatically selected ones.
1978 ac_site_file1=NONE
1979 ac_site_file2=NONE
1980 if test -n "$CONFIG_SITE"; then
1981 ac_site_file1=$CONFIG_SITE
1982 elif test "x$prefix" != xNONE; then
1983 ac_site_file1=$prefix/share/config.site
1984 ac_site_file2=$prefix/etc/config.site
1985 else
1986 ac_site_file1=$ac_default_prefix/share/config.site
1987 ac_site_file2=$ac_default_prefix/etc/config.site
1989 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1991 test "x$ac_site_file" = xNONE && continue
1992 if test -r "$ac_site_file"; then
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
1994 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1995 sed 's/^/| /' "$ac_site_file" >&5
1996 . "$ac_site_file"
1998 done
2000 if test -r "$cache_file"; then
2001 # Some versions of bash will fail to source /dev/null (special
2002 # files actually), so we avoid doing that.
2003 if test -f "$cache_file"; then
2004 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2005 $as_echo "$as_me: loading cache $cache_file" >&6;}
2006 case $cache_file in
2007 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2008 *) . "./$cache_file";;
2009 esac
2011 else
2012 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2013 $as_echo "$as_me: creating cache $cache_file" >&6;}
2014 >$cache_file
2017 # Check that the precious variables saved in the cache have kept the same
2018 # value.
2019 ac_cache_corrupted=false
2020 for ac_var in $ac_precious_vars; do
2021 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2022 eval ac_new_set=\$ac_env_${ac_var}_set
2023 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2024 eval ac_new_val=\$ac_env_${ac_var}_value
2025 case $ac_old_set,$ac_new_set in
2026 set,)
2027 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2028 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2029 ac_cache_corrupted=: ;;
2030 ,set)
2031 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2032 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2033 ac_cache_corrupted=: ;;
2034 ,);;
2036 if test "x$ac_old_val" != "x$ac_new_val"; then
2037 # differences in whitespace do not lead to failure.
2038 ac_old_val_w=`echo x $ac_old_val`
2039 ac_new_val_w=`echo x $ac_new_val`
2040 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2041 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2042 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2043 ac_cache_corrupted=:
2044 else
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2046 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2047 eval $ac_var=\$ac_old_val
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2050 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2051 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2052 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2053 fi;;
2054 esac
2055 # Pass precious variables to config.status.
2056 if test "$ac_new_set" = set; then
2057 case $ac_new_val in
2058 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2059 *) ac_arg=$ac_var=$ac_new_val ;;
2060 esac
2061 case " $ac_configure_args " in
2062 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2063 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2064 esac
2066 done
2067 if $ac_cache_corrupted; then
2068 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2069 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2070 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2071 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2072 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2074 ## -------------------- ##
2075 ## Main body of script. ##
2076 ## -------------------- ##
2078 ac_ext=c
2079 ac_cpp='$CPP $CPPFLAGS'
2080 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2081 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2082 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2088 ac_aux_dir=
2089 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2090 for ac_t in install-sh install.sh shtool; do
2091 if test -f "$ac_dir/$ac_t"; then
2092 ac_aux_dir=$ac_dir
2093 ac_install_sh="$ac_aux_dir/$ac_t -c"
2094 break 2
2096 done
2097 done
2098 if test -z "$ac_aux_dir"; then
2099 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2102 # These three variables are undocumented and unsupported,
2103 # and are intended to be withdrawn in a future Autoconf release.
2104 # They can cause serious problems if a builder's source tree is in a directory
2105 # whose full name contains unusual characters.
2106 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2107 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2108 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2111 # Make sure we can run config.sub.
2112 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2113 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2116 $as_echo_n "checking build system type... " >&6; }
2117 if test "${ac_cv_build+set}" = set; then :
2118 $as_echo_n "(cached) " >&6
2119 else
2120 ac_build_alias=$build_alias
2121 test "x$ac_build_alias" = x &&
2122 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2123 test "x$ac_build_alias" = x &&
2124 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2125 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2126 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2130 $as_echo "$ac_cv_build" >&6; }
2131 case $ac_cv_build in
2132 *-*-*) ;;
2133 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2134 esac
2135 build=$ac_cv_build
2136 ac_save_IFS=$IFS; IFS='-'
2137 set x $ac_cv_build
2138 shift
2139 build_cpu=$1
2140 build_vendor=$2
2141 shift; shift
2142 # Remember, the first character of IFS is used to create $*,
2143 # except with old shells:
2144 build_os=$*
2145 IFS=$ac_save_IFS
2146 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2150 $as_echo_n "checking host system type... " >&6; }
2151 if test "${ac_cv_host+set}" = set; then :
2152 $as_echo_n "(cached) " >&6
2153 else
2154 if test "x$host_alias" = x; then
2155 ac_cv_host=$ac_cv_build
2156 else
2157 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2158 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2163 $as_echo "$ac_cv_host" >&6; }
2164 case $ac_cv_host in
2165 *-*-*) ;;
2166 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2167 esac
2168 host=$ac_cv_host
2169 ac_save_IFS=$IFS; IFS='-'
2170 set x $ac_cv_host
2171 shift
2172 host_cpu=$1
2173 host_vendor=$2
2174 shift; shift
2175 # Remember, the first character of IFS is used to create $*,
2176 # except with old shells:
2177 host_os=$*
2178 IFS=$ac_save_IFS
2179 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2183 $as_echo_n "checking target system type... " >&6; }
2184 if test "${ac_cv_target+set}" = set; then :
2185 $as_echo_n "(cached) " >&6
2186 else
2187 if test "x$target_alias" = x; then
2188 ac_cv_target=$ac_cv_host
2189 else
2190 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2191 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2196 $as_echo "$ac_cv_target" >&6; }
2197 case $ac_cv_target in
2198 *-*-*) ;;
2199 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2200 esac
2201 target=$ac_cv_target
2202 ac_save_IFS=$IFS; IFS='-'
2203 set x $ac_cv_target
2204 shift
2205 target_cpu=$1
2206 target_vendor=$2
2207 shift; shift
2208 # Remember, the first character of IFS is used to create $*,
2209 # except with old shells:
2210 target_os=$*
2211 IFS=$ac_save_IFS
2212 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2215 # The aliases save the names the user supplied, while $host etc.
2216 # will get canonicalized.
2217 test -n "$target_alias" &&
2218 test "$program_prefix$program_suffix$program_transform_name" = \
2219 NONENONEs,x,x, &&
2220 program_prefix=${target_alias}-
2222 case ${build_alias} in
2223 "") build_noncanonical=${build} ;;
2224 *) build_noncanonical=${build_alias} ;;
2225 esac
2227 case ${host_alias} in
2228 "") host_noncanonical=${build_noncanonical} ;;
2229 *) host_noncanonical=${host_alias} ;;
2230 esac
2232 case ${target_alias} in
2233 "") target_noncanonical=${host_noncanonical} ;;
2234 *) target_noncanonical=${target_alias} ;;
2235 esac
2238 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2239 # have matching libraries, they should use host libraries: Makefile.tpl
2240 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2241 # However, they still use the build modules, because the corresponding
2242 # host modules (e.g. bison) are only built for the host when bootstrap
2243 # finishes. So:
2244 # - build_subdir is where we find build modules, and never changes.
2245 # - build_libsubdir is where we find build libraries, and can be overridden.
2247 # Prefix 'build-' so this never conflicts with target_subdir.
2248 build_subdir="build-${build_noncanonical}"
2250 # Check whether --with-build-libsubdir was given.
2251 if test "${with_build_libsubdir+set}" = set; then :
2252 withval=$with_build_libsubdir; build_libsubdir="$withval"
2253 else
2254 build_libsubdir="$build_subdir"
2257 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2258 if ( test $srcdir = . && test -d gcc ) \
2259 || test -d $srcdir/../host-${host_noncanonical}; then
2260 host_subdir="host-${host_noncanonical}"
2261 else
2262 host_subdir=.
2264 # No prefix.
2265 target_subdir=${target_noncanonical}
2267 am__api_version='1.11'
2269 # Find a good install program. We prefer a C program (faster),
2270 # so one script is as good as another. But avoid the broken or
2271 # incompatible versions:
2272 # SysV /etc/install, /usr/sbin/install
2273 # SunOS /usr/etc/install
2274 # IRIX /sbin/install
2275 # AIX /bin/install
2276 # AmigaOS /C/install, which installs bootblocks on floppy discs
2277 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2278 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2279 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2280 # OS/2's system install, which has a completely different semantic
2281 # ./install, which can be erroneously created by make from ./install.sh.
2282 # Reject install programs that cannot install multiple files.
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2284 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2285 if test -z "$INSTALL"; then
2286 if test "${ac_cv_path_install+set}" = set; then :
2287 $as_echo_n "(cached) " >&6
2288 else
2289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2290 for as_dir in $PATH
2292 IFS=$as_save_IFS
2293 test -z "$as_dir" && as_dir=.
2294 # Account for people who put trailing slashes in PATH elements.
2295 case $as_dir/ in #((
2296 ./ | .// | /[cC]/* | \
2297 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2298 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2299 /usr/ucb/* ) ;;
2301 # OSF1 and SCO ODT 3.0 have their own names for install.
2302 # Don't use installbsd from OSF since it installs stuff as root
2303 # by default.
2304 for ac_prog in ginstall scoinst install; do
2305 for ac_exec_ext in '' $ac_executable_extensions; do
2306 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2307 if test $ac_prog = install &&
2308 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2309 # AIX install. It has an incompatible calling convention.
2311 elif test $ac_prog = install &&
2312 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2313 # program-specific install script used by HP pwplus--don't use.
2315 else
2316 rm -rf conftest.one conftest.two conftest.dir
2317 echo one > conftest.one
2318 echo two > conftest.two
2319 mkdir conftest.dir
2320 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2321 test -s conftest.one && test -s conftest.two &&
2322 test -s conftest.dir/conftest.one &&
2323 test -s conftest.dir/conftest.two
2324 then
2325 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2326 break 3
2330 done
2331 done
2333 esac
2335 done
2336 IFS=$as_save_IFS
2338 rm -rf conftest.one conftest.two conftest.dir
2341 if test "${ac_cv_path_install+set}" = set; then
2342 INSTALL=$ac_cv_path_install
2343 else
2344 # As a last resort, use the slow shell script. Don't cache a
2345 # value for INSTALL within a source directory, because that will
2346 # break other packages using the cache if that directory is
2347 # removed, or if the value is a relative name.
2348 INSTALL=$ac_install_sh
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2352 $as_echo "$INSTALL" >&6; }
2354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2355 # It thinks the first close brace ends the variable substitution.
2356 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2358 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2360 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2363 $as_echo_n "checking whether build environment is sane... " >&6; }
2364 # Just in case
2365 sleep 1
2366 echo timestamp > conftest.file
2367 # Reject unsafe characters in $srcdir or the absolute working directory
2368 # name. Accept space and tab only in the latter.
2369 am_lf='
2371 case `pwd` in
2372 *[\\\"\#\$\&\'\`$am_lf]*)
2373 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2374 esac
2375 case $srcdir in
2376 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2377 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2378 esac
2380 # Do `set' in a subshell so we don't clobber the current shell's
2381 # arguments. Must try -L first in case configure is actually a
2382 # symlink; some systems play weird games with the mod time of symlinks
2383 # (eg FreeBSD returns the mod time of the symlink's containing
2384 # directory).
2385 if (
2386 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2387 if test "$*" = "X"; then
2388 # -L didn't work.
2389 set X `ls -t "$srcdir/configure" conftest.file`
2391 rm -f conftest.file
2392 if test "$*" != "X $srcdir/configure conftest.file" \
2393 && test "$*" != "X conftest.file $srcdir/configure"; then
2395 # If neither matched, then we have a broken ls. This can happen
2396 # if, for instance, CONFIG_SHELL is bash and it inherits a
2397 # broken ls alias from the environment. This has actually
2398 # happened. Such a system could not be considered "sane".
2399 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2400 alias in your environment" "$LINENO" 5
2403 test "$2" = conftest.file
2405 then
2406 # Ok.
2408 else
2409 as_fn_error "newly created file is older than distributed files!
2410 Check your system clock" "$LINENO" 5
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2413 $as_echo "yes" >&6; }
2414 test "$program_prefix" != NONE &&
2415 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2416 # Use a double $ so make ignores it.
2417 test "$program_suffix" != NONE &&
2418 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2419 # Double any \ or $.
2420 # By default was `s,x,x', remove it if useless.
2421 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2422 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2424 # expand $ac_aux_dir to an absolute path
2425 am_aux_dir=`cd $ac_aux_dir && pwd`
2427 if test x"${MISSING+set}" != xset; then
2428 case $am_aux_dir in
2429 *\ * | *\ *)
2430 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2432 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2433 esac
2435 # Use eval to expand $SHELL
2436 if eval "$MISSING --run true"; then
2437 am_missing_run="$MISSING --run "
2438 else
2439 am_missing_run=
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2441 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2444 if test x"${install_sh}" != xset; then
2445 case $am_aux_dir in
2446 *\ * | *\ *)
2447 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2449 install_sh="\${SHELL} $am_aux_dir/install-sh"
2450 esac
2453 # Installed binaries are usually stripped using `strip' when the user
2454 # run `make install-strip'. However `strip' might not be the right
2455 # tool to use in cross-compilation environments, therefore Automake
2456 # will honor the `STRIP' environment variable to overrule this program.
2457 if test "$cross_compiling" != no; then
2458 if test -n "$ac_tool_prefix"; then
2459 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2460 set dummy ${ac_tool_prefix}strip; ac_word=$2
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2462 $as_echo_n "checking for $ac_word... " >&6; }
2463 if test "${ac_cv_prog_STRIP+set}" = set; then :
2464 $as_echo_n "(cached) " >&6
2465 else
2466 if test -n "$STRIP"; then
2467 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2468 else
2469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2470 for as_dir in $PATH
2472 IFS=$as_save_IFS
2473 test -z "$as_dir" && as_dir=.
2474 for ac_exec_ext in '' $ac_executable_extensions; do
2475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2476 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2478 break 2
2480 done
2481 done
2482 IFS=$as_save_IFS
2486 STRIP=$ac_cv_prog_STRIP
2487 if test -n "$STRIP"; then
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2489 $as_echo "$STRIP" >&6; }
2490 else
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2492 $as_echo "no" >&6; }
2497 if test -z "$ac_cv_prog_STRIP"; then
2498 ac_ct_STRIP=$STRIP
2499 # Extract the first word of "strip", so it can be a program name with args.
2500 set dummy strip; ac_word=$2
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2502 $as_echo_n "checking for $ac_word... " >&6; }
2503 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2504 $as_echo_n "(cached) " >&6
2505 else
2506 if test -n "$ac_ct_STRIP"; then
2507 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2508 else
2509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2510 for as_dir in $PATH
2512 IFS=$as_save_IFS
2513 test -z "$as_dir" && as_dir=.
2514 for ac_exec_ext in '' $ac_executable_extensions; do
2515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2516 ac_cv_prog_ac_ct_STRIP="strip"
2517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2518 break 2
2520 done
2521 done
2522 IFS=$as_save_IFS
2526 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2527 if test -n "$ac_ct_STRIP"; then
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2529 $as_echo "$ac_ct_STRIP" >&6; }
2530 else
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2532 $as_echo "no" >&6; }
2535 if test "x$ac_ct_STRIP" = x; then
2536 STRIP=":"
2537 else
2538 case $cross_compiling:$ac_tool_warned in
2539 yes:)
2540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2541 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2542 ac_tool_warned=yes ;;
2543 esac
2544 STRIP=$ac_ct_STRIP
2546 else
2547 STRIP="$ac_cv_prog_STRIP"
2551 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2554 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2555 if test -z "$MKDIR_P"; then
2556 if test "${ac_cv_path_mkdir+set}" = set; then :
2557 $as_echo_n "(cached) " >&6
2558 else
2559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2560 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2562 IFS=$as_save_IFS
2563 test -z "$as_dir" && as_dir=.
2564 for ac_prog in mkdir gmkdir; do
2565 for ac_exec_ext in '' $ac_executable_extensions; do
2566 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2567 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2568 'mkdir (GNU coreutils) '* | \
2569 'mkdir (coreutils) '* | \
2570 'mkdir (fileutils) '4.1*)
2571 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2572 break 3;;
2573 esac
2574 done
2575 done
2576 done
2577 IFS=$as_save_IFS
2581 if test "${ac_cv_path_mkdir+set}" = set; then
2582 MKDIR_P="$ac_cv_path_mkdir -p"
2583 else
2584 # As a last resort, use the slow shell script. Don't cache a
2585 # value for MKDIR_P within a source directory, because that will
2586 # break other packages using the cache if that directory is
2587 # removed, or if the value is a relative name.
2588 test -d ./--version && rmdir ./--version
2589 MKDIR_P="$ac_install_sh -d"
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2593 $as_echo "$MKDIR_P" >&6; }
2595 mkdir_p="$MKDIR_P"
2596 case $mkdir_p in
2597 [\\/$]* | ?:[\\/]*) ;;
2598 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2599 esac
2601 for ac_prog in gawk mawk nawk awk
2603 # Extract the first word of "$ac_prog", so it can be a program name with args.
2604 set dummy $ac_prog; ac_word=$2
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2606 $as_echo_n "checking for $ac_word... " >&6; }
2607 if test "${ac_cv_prog_AWK+set}" = set; then :
2608 $as_echo_n "(cached) " >&6
2609 else
2610 if test -n "$AWK"; then
2611 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2612 else
2613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2614 for as_dir in $PATH
2616 IFS=$as_save_IFS
2617 test -z "$as_dir" && as_dir=.
2618 for ac_exec_ext in '' $ac_executable_extensions; do
2619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2620 ac_cv_prog_AWK="$ac_prog"
2621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2622 break 2
2624 done
2625 done
2626 IFS=$as_save_IFS
2630 AWK=$ac_cv_prog_AWK
2631 if test -n "$AWK"; then
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2633 $as_echo "$AWK" >&6; }
2634 else
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2636 $as_echo "no" >&6; }
2640 test -n "$AWK" && break
2641 done
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2644 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2645 set x ${MAKE-make}
2646 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2647 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2648 $as_echo_n "(cached) " >&6
2649 else
2650 cat >conftest.make <<\_ACEOF
2651 SHELL = /bin/sh
2652 all:
2653 @echo '@@@%%%=$(MAKE)=@@@%%%'
2654 _ACEOF
2655 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2656 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2657 *@@@%%%=?*=@@@%%%*)
2658 eval ac_cv_prog_make_${ac_make}_set=yes;;
2660 eval ac_cv_prog_make_${ac_make}_set=no;;
2661 esac
2662 rm -f conftest.make
2664 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2666 $as_echo "yes" >&6; }
2667 SET_MAKE=
2668 else
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2670 $as_echo "no" >&6; }
2671 SET_MAKE="MAKE=${MAKE-make}"
2674 rm -rf .tst 2>/dev/null
2675 mkdir .tst 2>/dev/null
2676 if test -d .tst; then
2677 am__leading_dot=.
2678 else
2679 am__leading_dot=_
2681 rmdir .tst 2>/dev/null
2683 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2684 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2685 # is not polluted with repeated "-I."
2686 am__isrc=' -I$(srcdir)'
2687 # test to see if srcdir already configured
2688 if test -f $srcdir/config.status; then
2689 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2693 # test whether we have cygpath
2694 if test -z "$CYGPATH_W"; then
2695 if (cygpath --version) >/dev/null 2>/dev/null; then
2696 CYGPATH_W='cygpath -w'
2697 else
2698 CYGPATH_W=echo
2703 # Define the identity of the package.
2704 PACKAGE='function_reordering_plugin'
2705 VERSION='0.1'
2708 cat >>confdefs.h <<_ACEOF
2709 #define PACKAGE "$PACKAGE"
2710 _ACEOF
2713 cat >>confdefs.h <<_ACEOF
2714 #define VERSION "$VERSION"
2715 _ACEOF
2717 # Some tools Automake needs.
2719 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2722 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2725 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2728 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2731 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2733 # We need awk for the "check" target. The system "awk" is bad on
2734 # some platforms.
2735 # Always define AMTAR for backward compatibility.
2737 AMTAR=${AMTAR-"${am_missing_run}tar"}
2739 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2747 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2748 # Check whether --enable-maintainer-mode was given.
2749 if test "${enable_maintainer_mode+set}" = set; then :
2750 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2751 else
2752 USE_MAINTAINER_MODE=no
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2756 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2757 if test $USE_MAINTAINER_MODE = yes; then
2758 MAINTAINER_MODE_TRUE=
2759 MAINTAINER_MODE_FALSE='#'
2760 else
2761 MAINTAINER_MODE_TRUE='#'
2762 MAINTAINER_MODE_FALSE=
2765 MAINT=$MAINTAINER_MODE_TRUE
2768 ac_ext=c
2769 ac_cpp='$CPP $CPPFLAGS'
2770 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2771 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2772 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2773 if test -n "$ac_tool_prefix"; then
2774 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2775 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2777 $as_echo_n "checking for $ac_word... " >&6; }
2778 if test "${ac_cv_prog_CC+set}" = set; then :
2779 $as_echo_n "(cached) " >&6
2780 else
2781 if test -n "$CC"; then
2782 ac_cv_prog_CC="$CC" # Let the user override the test.
2783 else
2784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2785 for as_dir in $PATH
2787 IFS=$as_save_IFS
2788 test -z "$as_dir" && as_dir=.
2789 for ac_exec_ext in '' $ac_executable_extensions; do
2790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2791 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2793 break 2
2795 done
2796 done
2797 IFS=$as_save_IFS
2801 CC=$ac_cv_prog_CC
2802 if test -n "$CC"; then
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2804 $as_echo "$CC" >&6; }
2805 else
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2807 $as_echo "no" >&6; }
2812 if test -z "$ac_cv_prog_CC"; then
2813 ac_ct_CC=$CC
2814 # Extract the first word of "gcc", so it can be a program name with args.
2815 set dummy gcc; ac_word=$2
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2817 $as_echo_n "checking for $ac_word... " >&6; }
2818 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2819 $as_echo_n "(cached) " >&6
2820 else
2821 if test -n "$ac_ct_CC"; then
2822 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2823 else
2824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2825 for as_dir in $PATH
2827 IFS=$as_save_IFS
2828 test -z "$as_dir" && as_dir=.
2829 for ac_exec_ext in '' $ac_executable_extensions; do
2830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2831 ac_cv_prog_ac_ct_CC="gcc"
2832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2833 break 2
2835 done
2836 done
2837 IFS=$as_save_IFS
2841 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2842 if test -n "$ac_ct_CC"; then
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2844 $as_echo "$ac_ct_CC" >&6; }
2845 else
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2847 $as_echo "no" >&6; }
2850 if test "x$ac_ct_CC" = x; then
2851 CC=""
2852 else
2853 case $cross_compiling:$ac_tool_warned in
2854 yes:)
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2856 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2857 ac_tool_warned=yes ;;
2858 esac
2859 CC=$ac_ct_CC
2861 else
2862 CC="$ac_cv_prog_CC"
2865 if test -z "$CC"; then
2866 if test -n "$ac_tool_prefix"; then
2867 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2868 set dummy ${ac_tool_prefix}cc; ac_word=$2
2869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2870 $as_echo_n "checking for $ac_word... " >&6; }
2871 if test "${ac_cv_prog_CC+set}" = set; then :
2872 $as_echo_n "(cached) " >&6
2873 else
2874 if test -n "$CC"; then
2875 ac_cv_prog_CC="$CC" # Let the user override the test.
2876 else
2877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2878 for as_dir in $PATH
2880 IFS=$as_save_IFS
2881 test -z "$as_dir" && as_dir=.
2882 for ac_exec_ext in '' $ac_executable_extensions; do
2883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2884 ac_cv_prog_CC="${ac_tool_prefix}cc"
2885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2886 break 2
2888 done
2889 done
2890 IFS=$as_save_IFS
2894 CC=$ac_cv_prog_CC
2895 if test -n "$CC"; then
2896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2897 $as_echo "$CC" >&6; }
2898 else
2899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2900 $as_echo "no" >&6; }
2906 if test -z "$CC"; then
2907 # Extract the first word of "cc", so it can be a program name with args.
2908 set dummy cc; ac_word=$2
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2910 $as_echo_n "checking for $ac_word... " >&6; }
2911 if test "${ac_cv_prog_CC+set}" = set; then :
2912 $as_echo_n "(cached) " >&6
2913 else
2914 if test -n "$CC"; then
2915 ac_cv_prog_CC="$CC" # Let the user override the test.
2916 else
2917 ac_prog_rejected=no
2918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2919 for as_dir in $PATH
2921 IFS=$as_save_IFS
2922 test -z "$as_dir" && as_dir=.
2923 for ac_exec_ext in '' $ac_executable_extensions; do
2924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2925 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2926 ac_prog_rejected=yes
2927 continue
2929 ac_cv_prog_CC="cc"
2930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2931 break 2
2933 done
2934 done
2935 IFS=$as_save_IFS
2937 if test $ac_prog_rejected = yes; then
2938 # We found a bogon in the path, so make sure we never use it.
2939 set dummy $ac_cv_prog_CC
2940 shift
2941 if test $# != 0; then
2942 # We chose a different compiler from the bogus one.
2943 # However, it has the same basename, so the bogon will be chosen
2944 # first if we set CC to just the basename; use the full file name.
2945 shift
2946 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2951 CC=$ac_cv_prog_CC
2952 if test -n "$CC"; then
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2954 $as_echo "$CC" >&6; }
2955 else
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2957 $as_echo "no" >&6; }
2962 if test -z "$CC"; then
2963 if test -n "$ac_tool_prefix"; then
2964 for ac_prog in cl.exe
2966 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2967 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2969 $as_echo_n "checking for $ac_word... " >&6; }
2970 if test "${ac_cv_prog_CC+set}" = set; then :
2971 $as_echo_n "(cached) " >&6
2972 else
2973 if test -n "$CC"; then
2974 ac_cv_prog_CC="$CC" # Let the user override the test.
2975 else
2976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2977 for as_dir in $PATH
2979 IFS=$as_save_IFS
2980 test -z "$as_dir" && as_dir=.
2981 for ac_exec_ext in '' $ac_executable_extensions; do
2982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2983 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2985 break 2
2987 done
2988 done
2989 IFS=$as_save_IFS
2993 CC=$ac_cv_prog_CC
2994 if test -n "$CC"; then
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2996 $as_echo "$CC" >&6; }
2997 else
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2999 $as_echo "no" >&6; }
3003 test -n "$CC" && break
3004 done
3006 if test -z "$CC"; then
3007 ac_ct_CC=$CC
3008 for ac_prog in cl.exe
3010 # Extract the first word of "$ac_prog", so it can be a program name with args.
3011 set dummy $ac_prog; ac_word=$2
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3013 $as_echo_n "checking for $ac_word... " >&6; }
3014 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3015 $as_echo_n "(cached) " >&6
3016 else
3017 if test -n "$ac_ct_CC"; then
3018 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3019 else
3020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3021 for as_dir in $PATH
3023 IFS=$as_save_IFS
3024 test -z "$as_dir" && as_dir=.
3025 for ac_exec_ext in '' $ac_executable_extensions; do
3026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3027 ac_cv_prog_ac_ct_CC="$ac_prog"
3028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3029 break 2
3031 done
3032 done
3033 IFS=$as_save_IFS
3037 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3038 if test -n "$ac_ct_CC"; then
3039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3040 $as_echo "$ac_ct_CC" >&6; }
3041 else
3042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3043 $as_echo "no" >&6; }
3047 test -n "$ac_ct_CC" && break
3048 done
3050 if test "x$ac_ct_CC" = x; then
3051 CC=""
3052 else
3053 case $cross_compiling:$ac_tool_warned in
3054 yes:)
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3056 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3057 ac_tool_warned=yes ;;
3058 esac
3059 CC=$ac_ct_CC
3066 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3067 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3068 as_fn_error "no acceptable C compiler found in \$PATH
3069 See \`config.log' for more details." "$LINENO" 5; }
3071 # Provide some information about the compiler.
3072 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3073 set X $ac_compile
3074 ac_compiler=$2
3075 for ac_option in --version -v -V -qversion; do
3076 { { ac_try="$ac_compiler $ac_option >&5"
3077 case "(($ac_try" in
3078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3079 *) ac_try_echo=$ac_try;;
3080 esac
3081 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3082 $as_echo "$ac_try_echo"; } >&5
3083 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3084 ac_status=$?
3085 if test -s conftest.err; then
3086 sed '10a\
3087 ... rest of stderr output deleted ...
3088 10q' conftest.err >conftest.er1
3089 cat conftest.er1 >&5
3090 rm -f conftest.er1 conftest.err
3092 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3093 test $ac_status = 0; }
3094 done
3096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3097 /* end confdefs.h. */
3100 main ()
3104 return 0;
3106 _ACEOF
3107 ac_clean_files_save=$ac_clean_files
3108 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3109 # Try to create an executable without -o first, disregard a.out.
3110 # It will help us diagnose broken compilers, and finding out an intuition
3111 # of exeext.
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3113 $as_echo_n "checking for C compiler default output file name... " >&6; }
3114 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3116 # The possible output files:
3117 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3119 ac_rmfiles=
3120 for ac_file in $ac_files
3122 case $ac_file in
3123 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3124 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3125 esac
3126 done
3127 rm -f $ac_rmfiles
3129 if { { ac_try="$ac_link_default"
3130 case "(($ac_try" in
3131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3132 *) ac_try_echo=$ac_try;;
3133 esac
3134 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3135 $as_echo "$ac_try_echo"; } >&5
3136 (eval "$ac_link_default") 2>&5
3137 ac_status=$?
3138 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3139 test $ac_status = 0; }; then :
3140 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3141 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3142 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3143 # so that the user can short-circuit this test for compilers unknown to
3144 # Autoconf.
3145 for ac_file in $ac_files ''
3147 test -f "$ac_file" || continue
3148 case $ac_file in
3149 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3151 [ab].out )
3152 # We found the default executable, but exeext='' is most
3153 # certainly right.
3154 break;;
3155 *.* )
3156 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3157 then :; else
3158 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3160 # We set ac_cv_exeext here because the later test for it is not
3161 # safe: cross compilers may not add the suffix if given an `-o'
3162 # argument, so we may need to know it at that point already.
3163 # Even if this section looks crufty: it has the advantage of
3164 # actually working.
3165 break;;
3167 break;;
3168 esac
3169 done
3170 test "$ac_cv_exeext" = no && ac_cv_exeext=
3172 else
3173 ac_file=''
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3176 $as_echo "$ac_file" >&6; }
3177 if test -z "$ac_file"; then :
3178 $as_echo "$as_me: failed program was:" >&5
3179 sed 's/^/| /' conftest.$ac_ext >&5
3181 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3182 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3183 { as_fn_set_status 77
3184 as_fn_error "C compiler cannot create executables
3185 See \`config.log' for more details." "$LINENO" 5; }; }
3187 ac_exeext=$ac_cv_exeext
3189 # Check that the compiler produces executables we can run. If not, either
3190 # the compiler is broken, or we cross compile.
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3192 $as_echo_n "checking whether the C compiler works... " >&6; }
3193 # If not cross compiling, check that we can run a simple program.
3194 if test "$cross_compiling" != yes; then
3195 if { ac_try='./$ac_file'
3196 { { case "(($ac_try" in
3197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3198 *) ac_try_echo=$ac_try;;
3199 esac
3200 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3201 $as_echo "$ac_try_echo"; } >&5
3202 (eval "$ac_try") 2>&5
3203 ac_status=$?
3204 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3205 test $ac_status = 0; }; }; then
3206 cross_compiling=no
3207 else
3208 if test "$cross_compiling" = maybe; then
3209 cross_compiling=yes
3210 else
3211 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3212 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3213 as_fn_error "cannot run C compiled programs.
3214 If you meant to cross compile, use \`--host'.
3215 See \`config.log' for more details." "$LINENO" 5; }
3219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3220 $as_echo "yes" >&6; }
3222 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3223 ac_clean_files=$ac_clean_files_save
3224 # Check that the compiler produces executables we can run. If not, either
3225 # the compiler is broken, or we cross compile.
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3227 $as_echo_n "checking whether we are cross compiling... " >&6; }
3228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3229 $as_echo "$cross_compiling" >&6; }
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3232 $as_echo_n "checking for suffix of executables... " >&6; }
3233 if { { ac_try="$ac_link"
3234 case "(($ac_try" in
3235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3236 *) ac_try_echo=$ac_try;;
3237 esac
3238 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3239 $as_echo "$ac_try_echo"; } >&5
3240 (eval "$ac_link") 2>&5
3241 ac_status=$?
3242 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3243 test $ac_status = 0; }; then :
3244 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3245 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3246 # work properly (i.e., refer to `conftest.exe'), while it won't with
3247 # `rm'.
3248 for ac_file in conftest.exe conftest conftest.*; do
3249 test -f "$ac_file" || continue
3250 case $ac_file in
3251 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3252 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3253 break;;
3254 * ) break;;
3255 esac
3256 done
3257 else
3258 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3259 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3260 as_fn_error "cannot compute suffix of executables: cannot compile and link
3261 See \`config.log' for more details." "$LINENO" 5; }
3263 rm -f conftest$ac_cv_exeext
3264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3265 $as_echo "$ac_cv_exeext" >&6; }
3267 rm -f conftest.$ac_ext
3268 EXEEXT=$ac_cv_exeext
3269 ac_exeext=$EXEEXT
3270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3271 $as_echo_n "checking for suffix of object files... " >&6; }
3272 if test "${ac_cv_objext+set}" = set; then :
3273 $as_echo_n "(cached) " >&6
3274 else
3275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3276 /* end confdefs.h. */
3279 main ()
3283 return 0;
3285 _ACEOF
3286 rm -f conftest.o conftest.obj
3287 if { { ac_try="$ac_compile"
3288 case "(($ac_try" in
3289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3290 *) ac_try_echo=$ac_try;;
3291 esac
3292 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3293 $as_echo "$ac_try_echo"; } >&5
3294 (eval "$ac_compile") 2>&5
3295 ac_status=$?
3296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3297 test $ac_status = 0; }; then :
3298 for ac_file in conftest.o conftest.obj conftest.*; do
3299 test -f "$ac_file" || continue;
3300 case $ac_file in
3301 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3302 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3303 break;;
3304 esac
3305 done
3306 else
3307 $as_echo "$as_me: failed program was:" >&5
3308 sed 's/^/| /' conftest.$ac_ext >&5
3310 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3311 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3312 as_fn_error "cannot compute suffix of object files: cannot compile
3313 See \`config.log' for more details." "$LINENO" 5; }
3315 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3318 $as_echo "$ac_cv_objext" >&6; }
3319 OBJEXT=$ac_cv_objext
3320 ac_objext=$OBJEXT
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3322 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3323 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3324 $as_echo_n "(cached) " >&6
3325 else
3326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3327 /* end confdefs.h. */
3330 main ()
3332 #ifndef __GNUC__
3333 choke me
3334 #endif
3337 return 0;
3339 _ACEOF
3340 if ac_fn_c_try_compile "$LINENO"; then :
3341 ac_compiler_gnu=yes
3342 else
3343 ac_compiler_gnu=no
3345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3346 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3350 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3351 if test $ac_compiler_gnu = yes; then
3352 GCC=yes
3353 else
3354 GCC=
3356 ac_test_CFLAGS=${CFLAGS+set}
3357 ac_save_CFLAGS=$CFLAGS
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3359 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3360 if test "${ac_cv_prog_cc_g+set}" = set; then :
3361 $as_echo_n "(cached) " >&6
3362 else
3363 ac_save_c_werror_flag=$ac_c_werror_flag
3364 ac_c_werror_flag=yes
3365 ac_cv_prog_cc_g=no
3366 CFLAGS="-g"
3367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3368 /* end confdefs.h. */
3371 main ()
3375 return 0;
3377 _ACEOF
3378 if ac_fn_c_try_compile "$LINENO"; then :
3379 ac_cv_prog_cc_g=yes
3380 else
3381 CFLAGS=""
3382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3383 /* end confdefs.h. */
3386 main ()
3390 return 0;
3392 _ACEOF
3393 if ac_fn_c_try_compile "$LINENO"; then :
3395 else
3396 ac_c_werror_flag=$ac_save_c_werror_flag
3397 CFLAGS="-g"
3398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3399 /* end confdefs.h. */
3402 main ()
3406 return 0;
3408 _ACEOF
3409 if ac_fn_c_try_compile "$LINENO"; then :
3410 ac_cv_prog_cc_g=yes
3412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3417 ac_c_werror_flag=$ac_save_c_werror_flag
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3420 $as_echo "$ac_cv_prog_cc_g" >&6; }
3421 if test "$ac_test_CFLAGS" = set; then
3422 CFLAGS=$ac_save_CFLAGS
3423 elif test $ac_cv_prog_cc_g = yes; then
3424 if test "$GCC" = yes; then
3425 CFLAGS="-g -O2"
3426 else
3427 CFLAGS="-g"
3429 else
3430 if test "$GCC" = yes; then
3431 CFLAGS="-O2"
3432 else
3433 CFLAGS=
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3437 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3438 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3439 $as_echo_n "(cached) " >&6
3440 else
3441 ac_cv_prog_cc_c89=no
3442 ac_save_CC=$CC
3443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3444 /* end confdefs.h. */
3445 #include <stdarg.h>
3446 #include <stdio.h>
3447 #include <sys/types.h>
3448 #include <sys/stat.h>
3449 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3450 struct buf { int x; };
3451 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3452 static char *e (p, i)
3453 char **p;
3454 int i;
3456 return p[i];
3458 static char *f (char * (*g) (char **, int), char **p, ...)
3460 char *s;
3461 va_list v;
3462 va_start (v,p);
3463 s = g (p, va_arg (v,int));
3464 va_end (v);
3465 return s;
3468 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3469 function prototypes and stuff, but not '\xHH' hex character constants.
3470 These don't provoke an error unfortunately, instead are silently treated
3471 as 'x'. The following induces an error, until -std is added to get
3472 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3473 array size at least. It's necessary to write '\x00'==0 to get something
3474 that's true only with -std. */
3475 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3477 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3478 inside strings and character constants. */
3479 #define FOO(x) 'x'
3480 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3482 int test (int i, double x);
3483 struct s1 {int (*f) (int a);};
3484 struct s2 {int (*f) (double a);};
3485 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3486 int argc;
3487 char **argv;
3489 main ()
3491 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3493 return 0;
3495 _ACEOF
3496 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3497 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3499 CC="$ac_save_CC $ac_arg"
3500 if ac_fn_c_try_compile "$LINENO"; then :
3501 ac_cv_prog_cc_c89=$ac_arg
3503 rm -f core conftest.err conftest.$ac_objext
3504 test "x$ac_cv_prog_cc_c89" != "xno" && break
3505 done
3506 rm -f conftest.$ac_ext
3507 CC=$ac_save_CC
3510 # AC_CACHE_VAL
3511 case "x$ac_cv_prog_cc_c89" in
3513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3514 $as_echo "none needed" >&6; } ;;
3515 xno)
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3517 $as_echo "unsupported" >&6; } ;;
3519 CC="$CC $ac_cv_prog_cc_c89"
3520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3521 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3522 esac
3523 if test "x$ac_cv_prog_cc_c89" != xno; then :
3527 ac_ext=c
3528 ac_cpp='$CPP $CPPFLAGS'
3529 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3530 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3531 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3532 DEPDIR="${am__leading_dot}deps"
3534 ac_config_commands="$ac_config_commands depfiles"
3537 am_make=${MAKE-make}
3538 cat > confinc << 'END'
3539 am__doit:
3540 @echo this is the am__doit target
3541 .PHONY: am__doit
3543 # If we don't find an include directive, just comment out the code.
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3545 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3546 am__include="#"
3547 am__quote=
3548 _am_result=none
3549 # First try GNU make style include.
3550 echo "include confinc" > confmf
3551 # Ignore all kinds of additional output from `make'.
3552 case `$am_make -s -f confmf 2> /dev/null` in #(
3553 *the\ am__doit\ target*)
3554 am__include=include
3555 am__quote=
3556 _am_result=GNU
3558 esac
3559 # Now try BSD make style include.
3560 if test "$am__include" = "#"; then
3561 echo '.include "confinc"' > confmf
3562 case `$am_make -s -f confmf 2> /dev/null` in #(
3563 *the\ am__doit\ target*)
3564 am__include=.include
3565 am__quote="\""
3566 _am_result=BSD
3568 esac
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3573 $as_echo "$_am_result" >&6; }
3574 rm -f confinc confmf
3576 # Check whether --enable-dependency-tracking was given.
3577 if test "${enable_dependency_tracking+set}" = set; then :
3578 enableval=$enable_dependency_tracking;
3581 if test "x$enable_dependency_tracking" != xno; then
3582 am_depcomp="$ac_aux_dir/depcomp"
3583 AMDEPBACKSLASH='\'
3585 if test "x$enable_dependency_tracking" != xno; then
3586 AMDEP_TRUE=
3587 AMDEP_FALSE='#'
3588 else
3589 AMDEP_TRUE='#'
3590 AMDEP_FALSE=
3595 depcc="$CC" am_compiler_list=
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3598 $as_echo_n "checking dependency style of $depcc... " >&6; }
3599 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3600 $as_echo_n "(cached) " >&6
3601 else
3602 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3603 # We make a subdir and do the tests there. Otherwise we can end up
3604 # making bogus files that we don't know about and never remove. For
3605 # instance it was reported that on HP-UX the gcc test will end up
3606 # making a dummy file named `D' -- because `-MD' means `put the output
3607 # in D'.
3608 mkdir conftest.dir
3609 # Copy depcomp to subdir because otherwise we won't find it if we're
3610 # using a relative directory.
3611 cp "$am_depcomp" conftest.dir
3612 cd conftest.dir
3613 # We will build objects and dependencies in a subdirectory because
3614 # it helps to detect inapplicable dependency modes. For instance
3615 # both Tru64's cc and ICC support -MD to output dependencies as a
3616 # side effect of compilation, but ICC will put the dependencies in
3617 # the current directory while Tru64 will put them in the object
3618 # directory.
3619 mkdir sub
3621 am_cv_CC_dependencies_compiler_type=none
3622 if test "$am_compiler_list" = ""; then
3623 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3625 am__universal=false
3626 case " $depcc " in #(
3627 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3628 esac
3630 for depmode in $am_compiler_list; do
3631 # Setup a source with many dependencies, because some compilers
3632 # like to wrap large dependency lists on column 80 (with \), and
3633 # we should not choose a depcomp mode which is confused by this.
3635 # We need to recreate these files for each test, as the compiler may
3636 # overwrite some of them when testing with obscure command lines.
3637 # This happens at least with the AIX C compiler.
3638 : > sub/conftest.c
3639 for i in 1 2 3 4 5 6; do
3640 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3641 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3642 # Solaris 8's {/usr,}/bin/sh.
3643 touch sub/conftst$i.h
3644 done
3645 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3647 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3648 # mode. It turns out that the SunPro C++ compiler does not properly
3649 # handle `-M -o', and we need to detect this. Also, some Intel
3650 # versions had trouble with output in subdirs
3651 am__obj=sub/conftest.${OBJEXT-o}
3652 am__minus_obj="-o $am__obj"
3653 case $depmode in
3654 gcc)
3655 # This depmode causes a compiler race in universal mode.
3656 test "$am__universal" = false || continue
3658 nosideeffect)
3659 # after this tag, mechanisms are not by side-effect, so they'll
3660 # only be used when explicitly requested
3661 if test "x$enable_dependency_tracking" = xyes; then
3662 continue
3663 else
3664 break
3667 msvisualcpp | msvcmsys)
3668 # This compiler won't grok `-c -o', but also, the minuso test has
3669 # not run yet. These depmodes are late enough in the game, and
3670 # so weak that their functioning should not be impacted.
3671 am__obj=conftest.${OBJEXT-o}
3672 am__minus_obj=
3674 none) break ;;
3675 esac
3676 if depmode=$depmode \
3677 source=sub/conftest.c object=$am__obj \
3678 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3679 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3680 >/dev/null 2>conftest.err &&
3681 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3682 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3683 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3684 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3685 # icc doesn't choke on unknown options, it will just issue warnings
3686 # or remarks (even with -Werror). So we grep stderr for any message
3687 # that says an option was ignored or not supported.
3688 # When given -MP, icc 7.0 and 7.1 complain thusly:
3689 # icc: Command line warning: ignoring option '-M'; no argument required
3690 # The diagnosis changed in icc 8.0:
3691 # icc: Command line remark: option '-MP' not supported
3692 if (grep 'ignoring option' conftest.err ||
3693 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3694 am_cv_CC_dependencies_compiler_type=$depmode
3695 break
3698 done
3700 cd ..
3701 rm -rf conftest.dir
3702 else
3703 am_cv_CC_dependencies_compiler_type=none
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3708 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3709 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3712 test "x$enable_dependency_tracking" != xno \
3713 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3714 am__fastdepCC_TRUE=
3715 am__fastdepCC_FALSE='#'
3716 else
3717 am__fastdepCC_TRUE='#'
3718 am__fastdepCC_FALSE=
3723 # Check whether --enable-largefile was given.
3724 if test "${enable_largefile+set}" = set; then :
3725 enableval=$enable_largefile;
3728 if test "$enable_largefile" != no; then
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
3731 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
3732 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
3733 $as_echo_n "(cached) " >&6
3734 else
3735 ac_cv_sys_largefile_CC=no
3736 if test "$GCC" != yes; then
3737 ac_save_CC=$CC
3738 while :; do
3739 # IRIX 6.2 and later do not support large files by default,
3740 # so use the C compiler's -n32 option if that helps.
3741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3742 /* end confdefs.h. */
3743 #include <sys/types.h>
3744 /* Check that off_t can represent 2**63 - 1 correctly.
3745 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3746 since some C++ compilers masquerading as C compilers
3747 incorrectly reject 9223372036854775807. */
3748 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3749 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3750 && LARGE_OFF_T % 2147483647 == 1)
3751 ? 1 : -1];
3753 main ()
3757 return 0;
3759 _ACEOF
3760 if ac_fn_c_try_compile "$LINENO"; then :
3761 break
3763 rm -f core conftest.err conftest.$ac_objext
3764 CC="$CC -n32"
3765 if ac_fn_c_try_compile "$LINENO"; then :
3766 ac_cv_sys_largefile_CC=' -n32'; break
3768 rm -f core conftest.err conftest.$ac_objext
3769 break
3770 done
3771 CC=$ac_save_CC
3772 rm -f conftest.$ac_ext
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
3776 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
3777 if test "$ac_cv_sys_largefile_CC" != no; then
3778 CC=$CC$ac_cv_sys_largefile_CC
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3782 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
3783 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
3784 $as_echo_n "(cached) " >&6
3785 else
3786 while :; do
3787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3788 /* end confdefs.h. */
3789 #include <sys/types.h>
3790 /* Check that off_t can represent 2**63 - 1 correctly.
3791 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3792 since some C++ compilers masquerading as C compilers
3793 incorrectly reject 9223372036854775807. */
3794 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3795 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3796 && LARGE_OFF_T % 2147483647 == 1)
3797 ? 1 : -1];
3799 main ()
3803 return 0;
3805 _ACEOF
3806 if ac_fn_c_try_compile "$LINENO"; then :
3807 ac_cv_sys_file_offset_bits=no; break
3809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3811 /* end confdefs.h. */
3812 #define _FILE_OFFSET_BITS 64
3813 #include <sys/types.h>
3814 /* Check that off_t can represent 2**63 - 1 correctly.
3815 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3816 since some C++ compilers masquerading as C compilers
3817 incorrectly reject 9223372036854775807. */
3818 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3819 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3820 && LARGE_OFF_T % 2147483647 == 1)
3821 ? 1 : -1];
3823 main ()
3827 return 0;
3829 _ACEOF
3830 if ac_fn_c_try_compile "$LINENO"; then :
3831 ac_cv_sys_file_offset_bits=64; break
3833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3834 ac_cv_sys_file_offset_bits=unknown
3835 break
3836 done
3838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
3839 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
3840 case $ac_cv_sys_file_offset_bits in #(
3841 no | unknown) ;;
3843 cat >>confdefs.h <<_ACEOF
3844 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
3845 _ACEOF
3847 esac
3848 rm -rf conftest*
3849 if test $ac_cv_sys_file_offset_bits = unknown; then
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
3851 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
3852 if test "${ac_cv_sys_large_files+set}" = set; then :
3853 $as_echo_n "(cached) " >&6
3854 else
3855 while :; do
3856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h. */
3858 #include <sys/types.h>
3859 /* Check that off_t can represent 2**63 - 1 correctly.
3860 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3861 since some C++ compilers masquerading as C compilers
3862 incorrectly reject 9223372036854775807. */
3863 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3864 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3865 && LARGE_OFF_T % 2147483647 == 1)
3866 ? 1 : -1];
3868 main ()
3872 return 0;
3874 _ACEOF
3875 if ac_fn_c_try_compile "$LINENO"; then :
3876 ac_cv_sys_large_files=no; break
3878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3880 /* end confdefs.h. */
3881 #define _LARGE_FILES 1
3882 #include <sys/types.h>
3883 /* Check that off_t can represent 2**63 - 1 correctly.
3884 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3885 since some C++ compilers masquerading as C compilers
3886 incorrectly reject 9223372036854775807. */
3887 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3888 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3889 && LARGE_OFF_T % 2147483647 == 1)
3890 ? 1 : -1];
3892 main ()
3896 return 0;
3898 _ACEOF
3899 if ac_fn_c_try_compile "$LINENO"; then :
3900 ac_cv_sys_large_files=1; break
3902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3903 ac_cv_sys_large_files=unknown
3904 break
3905 done
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
3908 $as_echo "$ac_cv_sys_large_files" >&6; }
3909 case $ac_cv_sys_large_files in #(
3910 no | unknown) ;;
3912 cat >>confdefs.h <<_ACEOF
3913 #define _LARGE_FILES $ac_cv_sys_large_files
3914 _ACEOF
3916 esac
3917 rm -rf conftest*
3921 case `pwd` in
3922 *\ * | *\ *)
3923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3924 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3925 esac
3929 macro_version='2.2.7a'
3930 macro_revision='1.3134'
3944 ltmain="$ac_aux_dir/ltmain.sh"
3946 # Backslashify metacharacters that are still active within
3947 # double-quoted strings.
3948 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3950 # Same as above, but do not quote variable references.
3951 double_quote_subst='s/\(["`\\]\)/\\\1/g'
3953 # Sed substitution to delay expansion of an escaped shell variable in a
3954 # double_quote_subst'ed string.
3955 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3957 # Sed substitution to delay expansion of an escaped single quote.
3958 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3960 # Sed substitution to avoid accidental globbing in evaled expressions
3961 no_glob_subst='s/\*/\\\*/g'
3963 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3964 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3965 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3968 $as_echo_n "checking how to print strings... " >&6; }
3969 # Test print first, because it will be a builtin if present.
3970 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3971 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3972 ECHO='print -r --'
3973 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3974 ECHO='printf %s\n'
3975 else
3976 # Use this function as a fallback that always works.
3977 func_fallback_echo ()
3979 eval 'cat <<_LTECHO_EOF
3981 _LTECHO_EOF'
3983 ECHO='func_fallback_echo'
3986 # func_echo_all arg...
3987 # Invoke $ECHO with all args, space-separated.
3988 func_echo_all ()
3990 $ECHO ""
3993 case "$ECHO" in
3994 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3995 $as_echo "printf" >&6; } ;;
3996 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3997 $as_echo "print -r" >&6; } ;;
3998 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3999 $as_echo "cat" >&6; } ;;
4000 esac
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4016 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4017 if test "${ac_cv_path_SED+set}" = set; then :
4018 $as_echo_n "(cached) " >&6
4019 else
4020 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4021 for ac_i in 1 2 3 4 5 6 7; do
4022 ac_script="$ac_script$as_nl$ac_script"
4023 done
4024 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4025 { ac_script=; unset ac_script;}
4026 if test -z "$SED"; then
4027 ac_path_SED_found=false
4028 # Loop through the user's path and test for each of PROGNAME-LIST
4029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4030 for as_dir in $PATH
4032 IFS=$as_save_IFS
4033 test -z "$as_dir" && as_dir=.
4034 for ac_prog in sed gsed; do
4035 for ac_exec_ext in '' $ac_executable_extensions; do
4036 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4037 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4038 # Check for GNU ac_path_SED and select it if it is found.
4039 # Check for GNU $ac_path_SED
4040 case `"$ac_path_SED" --version 2>&1` in
4041 *GNU*)
4042 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4044 ac_count=0
4045 $as_echo_n 0123456789 >"conftest.in"
4046 while :
4048 cat "conftest.in" "conftest.in" >"conftest.tmp"
4049 mv "conftest.tmp" "conftest.in"
4050 cp "conftest.in" "conftest.nl"
4051 $as_echo '' >> "conftest.nl"
4052 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4053 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4054 as_fn_arith $ac_count + 1 && ac_count=$as_val
4055 if test $ac_count -gt ${ac_path_SED_max-0}; then
4056 # Best one so far, save it but keep looking for a better one
4057 ac_cv_path_SED="$ac_path_SED"
4058 ac_path_SED_max=$ac_count
4060 # 10*(2^10) chars as input seems more than enough
4061 test $ac_count -gt 10 && break
4062 done
4063 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4064 esac
4066 $ac_path_SED_found && break 3
4067 done
4068 done
4069 done
4070 IFS=$as_save_IFS
4071 if test -z "$ac_cv_path_SED"; then
4072 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4074 else
4075 ac_cv_path_SED=$SED
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4080 $as_echo "$ac_cv_path_SED" >&6; }
4081 SED="$ac_cv_path_SED"
4082 rm -f conftest.sed
4084 test -z "$SED" && SED=sed
4085 Xsed="$SED -e 1s/^X//"
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4098 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4099 if test "${ac_cv_path_GREP+set}" = set; then :
4100 $as_echo_n "(cached) " >&6
4101 else
4102 if test -z "$GREP"; then
4103 ac_path_GREP_found=false
4104 # Loop through the user's path and test for each of PROGNAME-LIST
4105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4106 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4108 IFS=$as_save_IFS
4109 test -z "$as_dir" && as_dir=.
4110 for ac_prog in grep ggrep; do
4111 for ac_exec_ext in '' $ac_executable_extensions; do
4112 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4113 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4114 # Check for GNU ac_path_GREP and select it if it is found.
4115 # Check for GNU $ac_path_GREP
4116 case `"$ac_path_GREP" --version 2>&1` in
4117 *GNU*)
4118 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4120 ac_count=0
4121 $as_echo_n 0123456789 >"conftest.in"
4122 while :
4124 cat "conftest.in" "conftest.in" >"conftest.tmp"
4125 mv "conftest.tmp" "conftest.in"
4126 cp "conftest.in" "conftest.nl"
4127 $as_echo 'GREP' >> "conftest.nl"
4128 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4129 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4130 as_fn_arith $ac_count + 1 && ac_count=$as_val
4131 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4132 # Best one so far, save it but keep looking for a better one
4133 ac_cv_path_GREP="$ac_path_GREP"
4134 ac_path_GREP_max=$ac_count
4136 # 10*(2^10) chars as input seems more than enough
4137 test $ac_count -gt 10 && break
4138 done
4139 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4140 esac
4142 $ac_path_GREP_found && break 3
4143 done
4144 done
4145 done
4146 IFS=$as_save_IFS
4147 if test -z "$ac_cv_path_GREP"; then
4148 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4150 else
4151 ac_cv_path_GREP=$GREP
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4156 $as_echo "$ac_cv_path_GREP" >&6; }
4157 GREP="$ac_cv_path_GREP"
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4161 $as_echo_n "checking for egrep... " >&6; }
4162 if test "${ac_cv_path_EGREP+set}" = set; then :
4163 $as_echo_n "(cached) " >&6
4164 else
4165 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4166 then ac_cv_path_EGREP="$GREP -E"
4167 else
4168 if test -z "$EGREP"; then
4169 ac_path_EGREP_found=false
4170 # Loop through the user's path and test for each of PROGNAME-LIST
4171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4172 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4174 IFS=$as_save_IFS
4175 test -z "$as_dir" && as_dir=.
4176 for ac_prog in egrep; do
4177 for ac_exec_ext in '' $ac_executable_extensions; do
4178 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4179 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4180 # Check for GNU ac_path_EGREP and select it if it is found.
4181 # Check for GNU $ac_path_EGREP
4182 case `"$ac_path_EGREP" --version 2>&1` in
4183 *GNU*)
4184 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4186 ac_count=0
4187 $as_echo_n 0123456789 >"conftest.in"
4188 while :
4190 cat "conftest.in" "conftest.in" >"conftest.tmp"
4191 mv "conftest.tmp" "conftest.in"
4192 cp "conftest.in" "conftest.nl"
4193 $as_echo 'EGREP' >> "conftest.nl"
4194 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4195 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4196 as_fn_arith $ac_count + 1 && ac_count=$as_val
4197 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4198 # Best one so far, save it but keep looking for a better one
4199 ac_cv_path_EGREP="$ac_path_EGREP"
4200 ac_path_EGREP_max=$ac_count
4202 # 10*(2^10) chars as input seems more than enough
4203 test $ac_count -gt 10 && break
4204 done
4205 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4206 esac
4208 $ac_path_EGREP_found && break 3
4209 done
4210 done
4211 done
4212 IFS=$as_save_IFS
4213 if test -z "$ac_cv_path_EGREP"; then
4214 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4216 else
4217 ac_cv_path_EGREP=$EGREP
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4223 $as_echo "$ac_cv_path_EGREP" >&6; }
4224 EGREP="$ac_cv_path_EGREP"
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4228 $as_echo_n "checking for fgrep... " >&6; }
4229 if test "${ac_cv_path_FGREP+set}" = set; then :
4230 $as_echo_n "(cached) " >&6
4231 else
4232 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4233 then ac_cv_path_FGREP="$GREP -F"
4234 else
4235 if test -z "$FGREP"; then
4236 ac_path_FGREP_found=false
4237 # Loop through the user's path and test for each of PROGNAME-LIST
4238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4239 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4241 IFS=$as_save_IFS
4242 test -z "$as_dir" && as_dir=.
4243 for ac_prog in fgrep; do
4244 for ac_exec_ext in '' $ac_executable_extensions; do
4245 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4246 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4247 # Check for GNU ac_path_FGREP and select it if it is found.
4248 # Check for GNU $ac_path_FGREP
4249 case `"$ac_path_FGREP" --version 2>&1` in
4250 *GNU*)
4251 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4253 ac_count=0
4254 $as_echo_n 0123456789 >"conftest.in"
4255 while :
4257 cat "conftest.in" "conftest.in" >"conftest.tmp"
4258 mv "conftest.tmp" "conftest.in"
4259 cp "conftest.in" "conftest.nl"
4260 $as_echo 'FGREP' >> "conftest.nl"
4261 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4262 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4263 as_fn_arith $ac_count + 1 && ac_count=$as_val
4264 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4265 # Best one so far, save it but keep looking for a better one
4266 ac_cv_path_FGREP="$ac_path_FGREP"
4267 ac_path_FGREP_max=$ac_count
4269 # 10*(2^10) chars as input seems more than enough
4270 test $ac_count -gt 10 && break
4271 done
4272 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4273 esac
4275 $ac_path_FGREP_found && break 3
4276 done
4277 done
4278 done
4279 IFS=$as_save_IFS
4280 if test -z "$ac_cv_path_FGREP"; then
4281 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4283 else
4284 ac_cv_path_FGREP=$FGREP
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4290 $as_echo "$ac_cv_path_FGREP" >&6; }
4291 FGREP="$ac_cv_path_FGREP"
4294 test -z "$GREP" && GREP=grep
4314 # Check whether --with-gnu-ld was given.
4315 if test "${with_gnu_ld+set}" = set; then :
4316 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4317 else
4318 with_gnu_ld=no
4321 ac_prog=ld
4322 if test "$GCC" = yes; then
4323 # Check if gcc -print-prog-name=ld gives a path.
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4325 $as_echo_n "checking for ld used by $CC... " >&6; }
4326 case $host in
4327 *-*-mingw*)
4328 # gcc leaves a trailing carriage return which upsets mingw
4329 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4331 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4332 esac
4333 case $ac_prog in
4334 # Accept absolute paths.
4335 [\\/]* | ?:[\\/]*)
4336 re_direlt='/[^/][^/]*/\.\./'
4337 # Canonicalize the pathname of ld
4338 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4339 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4340 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4341 done
4342 test -z "$LD" && LD="$ac_prog"
4345 # If it fails, then pretend we aren't using GCC.
4346 ac_prog=ld
4349 # If it is relative, then search for the first ld in PATH.
4350 with_gnu_ld=unknown
4352 esac
4353 elif test "$with_gnu_ld" = yes; then
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4355 $as_echo_n "checking for GNU ld... " >&6; }
4356 else
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4358 $as_echo_n "checking for non-GNU ld... " >&6; }
4360 if test "${lt_cv_path_LD+set}" = set; then :
4361 $as_echo_n "(cached) " >&6
4362 else
4363 if test -z "$LD"; then
4364 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4365 for ac_dir in $PATH; do
4366 IFS="$lt_save_ifs"
4367 test -z "$ac_dir" && ac_dir=.
4368 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4369 lt_cv_path_LD="$ac_dir/$ac_prog"
4370 # Check to see if the program is GNU ld. I'd rather use --version,
4371 # but apparently some variants of GNU ld only accept -v.
4372 # Break only if it was the GNU/non-GNU ld that we prefer.
4373 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4374 *GNU* | *'with BFD'*)
4375 test "$with_gnu_ld" != no && break
4378 test "$with_gnu_ld" != yes && break
4380 esac
4382 done
4383 IFS="$lt_save_ifs"
4384 else
4385 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4389 LD="$lt_cv_path_LD"
4390 if test -n "$LD"; then
4391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4392 $as_echo "$LD" >&6; }
4393 else
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4395 $as_echo "no" >&6; }
4397 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4399 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4400 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4401 $as_echo_n "(cached) " >&6
4402 else
4403 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4404 case `$LD -v 2>&1 </dev/null` in
4405 *GNU* | *'with BFD'*)
4406 lt_cv_prog_gnu_ld=yes
4409 lt_cv_prog_gnu_ld=no
4411 esac
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4414 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4415 with_gnu_ld=$lt_cv_prog_gnu_ld
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4426 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4427 if test "${lt_cv_path_NM+set}" = set; then :
4428 $as_echo_n "(cached) " >&6
4429 else
4430 if test -n "$NM"; then
4431 # Let the user override the test.
4432 lt_cv_path_NM="$NM"
4433 else
4434 lt_nm_to_check="${ac_tool_prefix}nm"
4435 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4436 lt_nm_to_check="$lt_nm_to_check nm"
4438 for lt_tmp_nm in $lt_nm_to_check; do
4439 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4440 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4441 IFS="$lt_save_ifs"
4442 test -z "$ac_dir" && ac_dir=.
4443 tmp_nm="$ac_dir/$lt_tmp_nm"
4444 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4445 # Check to see if the nm accepts a BSD-compat flag.
4446 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4447 # nm: unknown option "B" ignored
4448 # Tru64's nm complains that /dev/null is an invalid object file
4449 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4450 */dev/null* | *'Invalid file or object type'*)
4451 lt_cv_path_NM="$tmp_nm -B"
4452 break
4455 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4456 */dev/null*)
4457 lt_cv_path_NM="$tmp_nm -p"
4458 break
4461 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4462 continue # so that we can try to find one that supports BSD flags
4464 esac
4466 esac
4468 done
4469 IFS="$lt_save_ifs"
4470 done
4471 : ${lt_cv_path_NM=no}
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4475 $as_echo "$lt_cv_path_NM" >&6; }
4476 if test "$lt_cv_path_NM" != "no"; then
4477 NM="$lt_cv_path_NM"
4478 else
4479 # Didn't find any BSD compatible name lister, look for dumpbin.
4480 if test -n "$DUMPBIN"; then :
4481 # Let the user override the test.
4482 else
4483 if test -n "$ac_tool_prefix"; then
4484 for ac_prog in dumpbin "link -dump"
4486 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4487 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4489 $as_echo_n "checking for $ac_word... " >&6; }
4490 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4491 $as_echo_n "(cached) " >&6
4492 else
4493 if test -n "$DUMPBIN"; then
4494 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4495 else
4496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4497 for as_dir in $PATH
4499 IFS=$as_save_IFS
4500 test -z "$as_dir" && as_dir=.
4501 for ac_exec_ext in '' $ac_executable_extensions; do
4502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4503 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4505 break 2
4507 done
4508 done
4509 IFS=$as_save_IFS
4513 DUMPBIN=$ac_cv_prog_DUMPBIN
4514 if test -n "$DUMPBIN"; then
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4516 $as_echo "$DUMPBIN" >&6; }
4517 else
4518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4519 $as_echo "no" >&6; }
4523 test -n "$DUMPBIN" && break
4524 done
4526 if test -z "$DUMPBIN"; then
4527 ac_ct_DUMPBIN=$DUMPBIN
4528 for ac_prog in dumpbin "link -dump"
4530 # Extract the first word of "$ac_prog", so it can be a program name with args.
4531 set dummy $ac_prog; ac_word=$2
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4533 $as_echo_n "checking for $ac_word... " >&6; }
4534 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4535 $as_echo_n "(cached) " >&6
4536 else
4537 if test -n "$ac_ct_DUMPBIN"; then
4538 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4539 else
4540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4541 for as_dir in $PATH
4543 IFS=$as_save_IFS
4544 test -z "$as_dir" && as_dir=.
4545 for ac_exec_ext in '' $ac_executable_extensions; do
4546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4547 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4549 break 2
4551 done
4552 done
4553 IFS=$as_save_IFS
4557 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4558 if test -n "$ac_ct_DUMPBIN"; then
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4560 $as_echo "$ac_ct_DUMPBIN" >&6; }
4561 else
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4563 $as_echo "no" >&6; }
4567 test -n "$ac_ct_DUMPBIN" && break
4568 done
4570 if test "x$ac_ct_DUMPBIN" = x; then
4571 DUMPBIN=":"
4572 else
4573 case $cross_compiling:$ac_tool_warned in
4574 yes:)
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4576 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4577 ac_tool_warned=yes ;;
4578 esac
4579 DUMPBIN=$ac_ct_DUMPBIN
4583 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4584 *COFF*)
4585 DUMPBIN="$DUMPBIN -symbols"
4588 DUMPBIN=:
4590 esac
4593 if test "$DUMPBIN" != ":"; then
4594 NM="$DUMPBIN"
4597 test -z "$NM" && NM=nm
4604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4605 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4606 if test "${lt_cv_nm_interface+set}" = set; then :
4607 $as_echo_n "(cached) " >&6
4608 else
4609 lt_cv_nm_interface="BSD nm"
4610 echo "int some_variable = 0;" > conftest.$ac_ext
4611 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4612 (eval "$ac_compile" 2>conftest.err)
4613 cat conftest.err >&5
4614 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4615 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4616 cat conftest.err >&5
4617 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4618 cat conftest.out >&5
4619 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4620 lt_cv_nm_interface="MS dumpbin"
4622 rm -f conftest*
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4625 $as_echo "$lt_cv_nm_interface" >&6; }
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4628 $as_echo_n "checking whether ln -s works... " >&6; }
4629 LN_S=$as_ln_s
4630 if test "$LN_S" = "ln -s"; then
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4632 $as_echo "yes" >&6; }
4633 else
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4635 $as_echo "no, using $LN_S" >&6; }
4638 # find the maximum length of command line arguments
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4640 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4641 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4642 $as_echo_n "(cached) " >&6
4643 else
4645 teststring="ABCD"
4647 case $build_os in
4648 msdosdjgpp*)
4649 # On DJGPP, this test can blow up pretty badly due to problems in libc
4650 # (any single argument exceeding 2000 bytes causes a buffer overrun
4651 # during glob expansion). Even if it were fixed, the result of this
4652 # check would be larger than it should be.
4653 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4656 gnu*)
4657 # Under GNU Hurd, this test is not required because there is
4658 # no limit to the length of command line arguments.
4659 # Libtool will interpret -1 as no limit whatsoever
4660 lt_cv_sys_max_cmd_len=-1;
4663 cygwin* | mingw* | cegcc*)
4664 # On Win9x/ME, this test blows up -- it succeeds, but takes
4665 # about 5 minutes as the teststring grows exponentially.
4666 # Worse, since 9x/ME are not pre-emptively multitasking,
4667 # you end up with a "frozen" computer, even though with patience
4668 # the test eventually succeeds (with a max line length of 256k).
4669 # Instead, let's just punt: use the minimum linelength reported by
4670 # all of the supported platforms: 8192 (on NT/2K/XP).
4671 lt_cv_sys_max_cmd_len=8192;
4674 mint*)
4675 # On MiNT this can take a long time and run out of memory.
4676 lt_cv_sys_max_cmd_len=8192;
4679 amigaos*)
4680 # On AmigaOS with pdksh, this test takes hours, literally.
4681 # So we just punt and use a minimum line length of 8192.
4682 lt_cv_sys_max_cmd_len=8192;
4685 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4686 # This has been around since 386BSD, at least. Likely further.
4687 if test -x /sbin/sysctl; then
4688 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4689 elif test -x /usr/sbin/sysctl; then
4690 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4691 else
4692 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4694 # And add a safety zone
4695 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4696 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4699 interix*)
4700 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4701 lt_cv_sys_max_cmd_len=196608
4704 osf*)
4705 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4706 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4707 # nice to cause kernel panics so lets avoid the loop below.
4708 # First set a reasonable default.
4709 lt_cv_sys_max_cmd_len=16384
4711 if test -x /sbin/sysconfig; then
4712 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4713 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4714 esac
4717 sco3.2v5*)
4718 lt_cv_sys_max_cmd_len=102400
4720 sysv5* | sco5v6* | sysv4.2uw2*)
4721 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4722 if test -n "$kargmax"; then
4723 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4724 else
4725 lt_cv_sys_max_cmd_len=32768
4729 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4730 if test -n "$lt_cv_sys_max_cmd_len"; then
4731 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4732 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4733 else
4734 # Make teststring a little bigger before we do anything with it.
4735 # a 1K string should be a reasonable start.
4736 for i in 1 2 3 4 5 6 7 8 ; do
4737 teststring=$teststring$teststring
4738 done
4739 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4740 # If test is not a shell built-in, we'll probably end up computing a
4741 # maximum length that is only half of the actual maximum length, but
4742 # we can't tell.
4743 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4744 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4745 test $i != 17 # 1/2 MB should be enough
4747 i=`expr $i + 1`
4748 teststring=$teststring$teststring
4749 done
4750 # Only check the string length outside the loop.
4751 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4752 teststring=
4753 # Add a significant safety factor because C++ compilers can tack on
4754 # massive amounts of additional arguments before passing them to the
4755 # linker. It appears as though 1/2 is a usable value.
4756 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4759 esac
4763 if test -n $lt_cv_sys_max_cmd_len ; then
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4765 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4766 else
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4768 $as_echo "none" >&6; }
4770 max_cmd_len=$lt_cv_sys_max_cmd_len
4777 : ${CP="cp -f"}
4778 : ${MV="mv -f"}
4779 : ${RM="rm -f"}
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4782 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4783 # Try some XSI features
4784 xsi_shell=no
4785 ( _lt_dummy="a/b/c"
4786 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4787 = c,a/b,, \
4788 && eval 'test $(( 1 + 1 )) -eq 2 \
4789 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4790 && xsi_shell=yes
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4792 $as_echo "$xsi_shell" >&6; }
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4796 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4797 lt_shell_append=no
4798 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4799 >/dev/null 2>&1 \
4800 && lt_shell_append=yes
4801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4802 $as_echo "$lt_shell_append" >&6; }
4805 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4806 lt_unset=unset
4807 else
4808 lt_unset=false
4815 # test EBCDIC or ASCII
4816 case `echo X|tr X '\101'` in
4817 A) # ASCII based system
4818 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4819 lt_SP2NL='tr \040 \012'
4820 lt_NL2SP='tr \015\012 \040\040'
4822 *) # EBCDIC based system
4823 lt_SP2NL='tr \100 \n'
4824 lt_NL2SP='tr \r\n \100\100'
4826 esac
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4837 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4838 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4839 $as_echo_n "(cached) " >&6
4840 else
4841 lt_cv_ld_reload_flag='-r'
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4844 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4845 reload_flag=$lt_cv_ld_reload_flag
4846 case $reload_flag in
4847 "" | " "*) ;;
4848 *) reload_flag=" $reload_flag" ;;
4849 esac
4850 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4851 case $host_os in
4852 darwin*)
4853 if test "$GCC" = yes; then
4854 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4855 else
4856 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4859 esac
4869 if test -n "$ac_tool_prefix"; then
4870 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4871 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4873 $as_echo_n "checking for $ac_word... " >&6; }
4874 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4875 $as_echo_n "(cached) " >&6
4876 else
4877 if test -n "$OBJDUMP"; then
4878 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4879 else
4880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4881 for as_dir in $PATH
4883 IFS=$as_save_IFS
4884 test -z "$as_dir" && as_dir=.
4885 for ac_exec_ext in '' $ac_executable_extensions; do
4886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4887 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4889 break 2
4891 done
4892 done
4893 IFS=$as_save_IFS
4897 OBJDUMP=$ac_cv_prog_OBJDUMP
4898 if test -n "$OBJDUMP"; then
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4900 $as_echo "$OBJDUMP" >&6; }
4901 else
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4903 $as_echo "no" >&6; }
4908 if test -z "$ac_cv_prog_OBJDUMP"; then
4909 ac_ct_OBJDUMP=$OBJDUMP
4910 # Extract the first word of "objdump", so it can be a program name with args.
4911 set dummy objdump; ac_word=$2
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4913 $as_echo_n "checking for $ac_word... " >&6; }
4914 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4915 $as_echo_n "(cached) " >&6
4916 else
4917 if test -n "$ac_ct_OBJDUMP"; then
4918 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4919 else
4920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4921 for as_dir in $PATH
4923 IFS=$as_save_IFS
4924 test -z "$as_dir" && as_dir=.
4925 for ac_exec_ext in '' $ac_executable_extensions; do
4926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4927 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4929 break 2
4931 done
4932 done
4933 IFS=$as_save_IFS
4937 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4938 if test -n "$ac_ct_OBJDUMP"; then
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4940 $as_echo "$ac_ct_OBJDUMP" >&6; }
4941 else
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4943 $as_echo "no" >&6; }
4946 if test "x$ac_ct_OBJDUMP" = x; then
4947 OBJDUMP="false"
4948 else
4949 case $cross_compiling:$ac_tool_warned in
4950 yes:)
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4952 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4953 ac_tool_warned=yes ;;
4954 esac
4955 OBJDUMP=$ac_ct_OBJDUMP
4957 else
4958 OBJDUMP="$ac_cv_prog_OBJDUMP"
4961 test -z "$OBJDUMP" && OBJDUMP=objdump
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4972 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4973 if test "${lt_cv_deplibs_check_method+set}" = set; then :
4974 $as_echo_n "(cached) " >&6
4975 else
4976 lt_cv_file_magic_cmd='$MAGIC_CMD'
4977 lt_cv_file_magic_test_file=
4978 lt_cv_deplibs_check_method='unknown'
4979 # Need to set the preceding variable on all platforms that support
4980 # interlibrary dependencies.
4981 # 'none' -- dependencies not supported.
4982 # `unknown' -- same as none, but documents that we really don't know.
4983 # 'pass_all' -- all dependencies passed with no checks.
4984 # 'test_compile' -- check by making test program.
4985 # 'file_magic [[regex]]' -- check by looking for files in library path
4986 # which responds to the $file_magic_cmd with a given extended regex.
4987 # If you have `file' or equivalent on your system and you're not sure
4988 # whether `pass_all' will *always* work, you probably want this one.
4990 case $host_os in
4991 aix[4-9]*)
4992 lt_cv_deplibs_check_method=pass_all
4995 beos*)
4996 lt_cv_deplibs_check_method=pass_all
4999 bsdi[45]*)
5000 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5001 lt_cv_file_magic_cmd='/usr/bin/file -L'
5002 lt_cv_file_magic_test_file=/shlib/libc.so
5005 cygwin*)
5006 # func_win32_libid is a shell function defined in ltmain.sh
5007 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5008 lt_cv_file_magic_cmd='func_win32_libid'
5011 mingw* | pw32*)
5012 # Base MSYS/MinGW do not provide the 'file' command needed by
5013 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5014 # unless we find 'file', for example because we are cross-compiling.
5015 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5016 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5017 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5018 lt_cv_file_magic_cmd='func_win32_libid'
5019 else
5020 # Keep this pattern in sync with the one in func_win32_libid.
5021 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
5022 lt_cv_file_magic_cmd='$OBJDUMP -f'
5026 cegcc*)
5027 # use the weaker test based on 'objdump'. See mingw*.
5028 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5029 lt_cv_file_magic_cmd='$OBJDUMP -f'
5032 darwin* | rhapsody*)
5033 lt_cv_deplibs_check_method=pass_all
5036 freebsd* | dragonfly*)
5037 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5038 case $host_cpu in
5039 i*86 )
5040 # Not sure whether the presence of OpenBSD here was a mistake.
5041 # Let's accept both of them until this is cleared up.
5042 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5043 lt_cv_file_magic_cmd=/usr/bin/file
5044 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5046 esac
5047 else
5048 lt_cv_deplibs_check_method=pass_all
5052 gnu*)
5053 lt_cv_deplibs_check_method=pass_all
5056 haiku*)
5057 lt_cv_deplibs_check_method=pass_all
5060 hpux10.20* | hpux11*)
5061 lt_cv_file_magic_cmd=/usr/bin/file
5062 case $host_cpu in
5063 ia64*)
5064 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5065 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5067 hppa*64*)
5068 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]'
5069 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5072 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5073 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5075 esac
5078 interix[3-9]*)
5079 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5080 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5083 irix5* | irix6* | nonstopux*)
5084 case $LD in
5085 *-32|*"-32 ") libmagic=32-bit;;
5086 *-n32|*"-n32 ") libmagic=N32;;
5087 *-64|*"-64 ") libmagic=64-bit;;
5088 *) libmagic=never-match;;
5089 esac
5090 lt_cv_deplibs_check_method=pass_all
5093 # This must be Linux ELF.
5094 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5095 lt_cv_deplibs_check_method=pass_all
5098 netbsd*)
5099 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5100 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5101 else
5102 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5106 newos6*)
5107 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5108 lt_cv_file_magic_cmd=/usr/bin/file
5109 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5112 *nto* | *qnx*)
5113 lt_cv_deplibs_check_method=pass_all
5116 openbsd*)
5117 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5118 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5119 else
5120 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5124 osf3* | osf4* | osf5*)
5125 lt_cv_deplibs_check_method=pass_all
5128 rdos*)
5129 lt_cv_deplibs_check_method=pass_all
5132 solaris*)
5133 lt_cv_deplibs_check_method=pass_all
5136 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5137 lt_cv_deplibs_check_method=pass_all
5140 sysv4 | sysv4.3*)
5141 case $host_vendor in
5142 motorola)
5143 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]'
5144 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5146 ncr)
5147 lt_cv_deplibs_check_method=pass_all
5149 sequent)
5150 lt_cv_file_magic_cmd='/bin/file'
5151 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5153 sni)
5154 lt_cv_file_magic_cmd='/bin/file'
5155 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5156 lt_cv_file_magic_test_file=/lib/libc.so
5158 siemens)
5159 lt_cv_deplibs_check_method=pass_all
5162 lt_cv_deplibs_check_method=pass_all
5164 esac
5167 tpf*)
5168 lt_cv_deplibs_check_method=pass_all
5170 esac
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5174 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5175 file_magic_cmd=$lt_cv_file_magic_cmd
5176 deplibs_check_method=$lt_cv_deplibs_check_method
5177 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5190 if test -n "$ac_tool_prefix"; then
5191 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5192 set dummy ${ac_tool_prefix}ar; ac_word=$2
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5194 $as_echo_n "checking for $ac_word... " >&6; }
5195 if test "${ac_cv_prog_AR+set}" = set; then :
5196 $as_echo_n "(cached) " >&6
5197 else
5198 if test -n "$AR"; then
5199 ac_cv_prog_AR="$AR" # Let the user override the test.
5200 else
5201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5202 for as_dir in $PATH
5204 IFS=$as_save_IFS
5205 test -z "$as_dir" && as_dir=.
5206 for ac_exec_ext in '' $ac_executable_extensions; do
5207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5208 ac_cv_prog_AR="${ac_tool_prefix}ar"
5209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5210 break 2
5212 done
5213 done
5214 IFS=$as_save_IFS
5218 AR=$ac_cv_prog_AR
5219 if test -n "$AR"; then
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5221 $as_echo "$AR" >&6; }
5222 else
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5224 $as_echo "no" >&6; }
5229 if test -z "$ac_cv_prog_AR"; then
5230 ac_ct_AR=$AR
5231 # Extract the first word of "ar", so it can be a program name with args.
5232 set dummy ar; ac_word=$2
5233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5234 $as_echo_n "checking for $ac_word... " >&6; }
5235 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5236 $as_echo_n "(cached) " >&6
5237 else
5238 if test -n "$ac_ct_AR"; then
5239 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5240 else
5241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5242 for as_dir in $PATH
5244 IFS=$as_save_IFS
5245 test -z "$as_dir" && as_dir=.
5246 for ac_exec_ext in '' $ac_executable_extensions; do
5247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5248 ac_cv_prog_ac_ct_AR="ar"
5249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5250 break 2
5252 done
5253 done
5254 IFS=$as_save_IFS
5258 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5259 if test -n "$ac_ct_AR"; then
5260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5261 $as_echo "$ac_ct_AR" >&6; }
5262 else
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5264 $as_echo "no" >&6; }
5267 if test "x$ac_ct_AR" = x; then
5268 AR="false"
5269 else
5270 case $cross_compiling:$ac_tool_warned in
5271 yes:)
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5273 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5274 ac_tool_warned=yes ;;
5275 esac
5276 AR=$ac_ct_AR
5278 else
5279 AR="$ac_cv_prog_AR"
5282 test -z "$AR" && AR=ar
5283 test -z "$AR_FLAGS" && AR_FLAGS=cru
5295 if test -n "$ac_tool_prefix"; then
5296 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5297 set dummy ${ac_tool_prefix}strip; ac_word=$2
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5299 $as_echo_n "checking for $ac_word... " >&6; }
5300 if test "${ac_cv_prog_STRIP+set}" = set; then :
5301 $as_echo_n "(cached) " >&6
5302 else
5303 if test -n "$STRIP"; then
5304 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5305 else
5306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5307 for as_dir in $PATH
5309 IFS=$as_save_IFS
5310 test -z "$as_dir" && as_dir=.
5311 for ac_exec_ext in '' $ac_executable_extensions; do
5312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5313 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5315 break 2
5317 done
5318 done
5319 IFS=$as_save_IFS
5323 STRIP=$ac_cv_prog_STRIP
5324 if test -n "$STRIP"; then
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5326 $as_echo "$STRIP" >&6; }
5327 else
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5329 $as_echo "no" >&6; }
5334 if test -z "$ac_cv_prog_STRIP"; then
5335 ac_ct_STRIP=$STRIP
5336 # Extract the first word of "strip", so it can be a program name with args.
5337 set dummy strip; ac_word=$2
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5339 $as_echo_n "checking for $ac_word... " >&6; }
5340 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5341 $as_echo_n "(cached) " >&6
5342 else
5343 if test -n "$ac_ct_STRIP"; then
5344 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5345 else
5346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5347 for as_dir in $PATH
5349 IFS=$as_save_IFS
5350 test -z "$as_dir" && as_dir=.
5351 for ac_exec_ext in '' $ac_executable_extensions; do
5352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5353 ac_cv_prog_ac_ct_STRIP="strip"
5354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5355 break 2
5357 done
5358 done
5359 IFS=$as_save_IFS
5363 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5364 if test -n "$ac_ct_STRIP"; then
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5366 $as_echo "$ac_ct_STRIP" >&6; }
5367 else
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5369 $as_echo "no" >&6; }
5372 if test "x$ac_ct_STRIP" = x; then
5373 STRIP=":"
5374 else
5375 case $cross_compiling:$ac_tool_warned in
5376 yes:)
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5378 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5379 ac_tool_warned=yes ;;
5380 esac
5381 STRIP=$ac_ct_STRIP
5383 else
5384 STRIP="$ac_cv_prog_STRIP"
5387 test -z "$STRIP" && STRIP=:
5394 if test -n "$ac_tool_prefix"; then
5395 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5396 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5398 $as_echo_n "checking for $ac_word... " >&6; }
5399 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5400 $as_echo_n "(cached) " >&6
5401 else
5402 if test -n "$RANLIB"; then
5403 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5404 else
5405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5406 for as_dir in $PATH
5408 IFS=$as_save_IFS
5409 test -z "$as_dir" && as_dir=.
5410 for ac_exec_ext in '' $ac_executable_extensions; do
5411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5412 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5414 break 2
5416 done
5417 done
5418 IFS=$as_save_IFS
5422 RANLIB=$ac_cv_prog_RANLIB
5423 if test -n "$RANLIB"; then
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5425 $as_echo "$RANLIB" >&6; }
5426 else
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5428 $as_echo "no" >&6; }
5433 if test -z "$ac_cv_prog_RANLIB"; then
5434 ac_ct_RANLIB=$RANLIB
5435 # Extract the first word of "ranlib", so it can be a program name with args.
5436 set dummy ranlib; ac_word=$2
5437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5438 $as_echo_n "checking for $ac_word... " >&6; }
5439 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5440 $as_echo_n "(cached) " >&6
5441 else
5442 if test -n "$ac_ct_RANLIB"; then
5443 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5444 else
5445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5446 for as_dir in $PATH
5448 IFS=$as_save_IFS
5449 test -z "$as_dir" && as_dir=.
5450 for ac_exec_ext in '' $ac_executable_extensions; do
5451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5452 ac_cv_prog_ac_ct_RANLIB="ranlib"
5453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5454 break 2
5456 done
5457 done
5458 IFS=$as_save_IFS
5462 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5463 if test -n "$ac_ct_RANLIB"; then
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5465 $as_echo "$ac_ct_RANLIB" >&6; }
5466 else
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5468 $as_echo "no" >&6; }
5471 if test "x$ac_ct_RANLIB" = x; then
5472 RANLIB=":"
5473 else
5474 case $cross_compiling:$ac_tool_warned in
5475 yes:)
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5477 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5478 ac_tool_warned=yes ;;
5479 esac
5480 RANLIB=$ac_ct_RANLIB
5482 else
5483 RANLIB="$ac_cv_prog_RANLIB"
5486 test -z "$RANLIB" && RANLIB=:
5493 # Determine commands to create old-style static archives.
5494 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5495 old_postinstall_cmds='chmod 644 $oldlib'
5496 old_postuninstall_cmds=
5498 if test -n "$RANLIB"; then
5499 case $host_os in
5500 openbsd*)
5501 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5504 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5506 esac
5507 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5510 case $host_os in
5511 darwin*)
5512 lock_old_archive_extraction=yes ;;
5514 lock_old_archive_extraction=no ;;
5515 esac
5555 # If no C compiler was specified, use CC.
5556 LTCC=${LTCC-"$CC"}
5558 # If no C compiler flags were specified, use CFLAGS.
5559 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5561 # Allow CC to be a program name with arguments.
5562 compiler=$CC
5565 # Check for command to grab the raw symbol name followed by C symbol from nm.
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5567 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5568 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5569 $as_echo_n "(cached) " >&6
5570 else
5572 # These are sane defaults that work on at least a few old systems.
5573 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5575 # Character class describing NM global symbol codes.
5576 symcode='[BCDEGRST]'
5578 # Regexp to match symbols that can be accessed directly from C.
5579 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5581 # Define system-specific variables.
5582 case $host_os in
5583 aix*)
5584 symcode='[BCDT]'
5586 cygwin* | mingw* | pw32* | cegcc*)
5587 symcode='[ABCDGISTW]'
5589 hpux*)
5590 if test "$host_cpu" = ia64; then
5591 symcode='[ABCDEGRST]'
5594 irix* | nonstopux*)
5595 symcode='[BCDEGRST]'
5597 osf*)
5598 symcode='[BCDEGQRST]'
5600 solaris*)
5601 symcode='[BDRT]'
5603 sco3.2v5*)
5604 symcode='[DT]'
5606 sysv4.2uw2*)
5607 symcode='[DT]'
5609 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5610 symcode='[ABDT]'
5612 sysv4)
5613 symcode='[DFNSTU]'
5615 esac
5617 # If we're using GNU nm, then use its standard symbol codes.
5618 case `$NM -V 2>&1` in
5619 *GNU* | *'with BFD'*)
5620 symcode='[ABCDGIRSTW]' ;;
5621 esac
5623 # Transform an extracted symbol line into a proper C declaration.
5624 # Some systems (esp. on ia64) link data and code symbols differently,
5625 # so use this general approach.
5626 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5628 # Transform an extracted symbol line into symbol name and symbol address
5629 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5630 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'"
5632 # Handle CRLF in mingw tool chain
5633 opt_cr=
5634 case $build_os in
5635 mingw*)
5636 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5638 esac
5640 # Try without a prefix underscore, then with it.
5641 for ac_symprfx in "" "_"; do
5643 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5644 symxfrm="\\1 $ac_symprfx\\2 \\2"
5646 # Write the raw and C identifiers.
5647 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5648 # Fake it for dumpbin and say T for any non-static function
5649 # and D for any global variable.
5650 # Also find C++ and __fastcall symbols from MSVC++,
5651 # which start with @ or ?.
5652 lt_cv_sys_global_symbol_pipe="$AWK '"\
5653 " {last_section=section; section=\$ 3};"\
5654 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5655 " \$ 0!~/External *\|/{next};"\
5656 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5657 " {if(hide[section]) next};"\
5658 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5659 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5660 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5661 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5662 " ' prfx=^$ac_symprfx"
5663 else
5664 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5667 # Check to see that the pipe works correctly.
5668 pipe_works=no
5670 rm -f conftest*
5671 cat > conftest.$ac_ext <<_LT_EOF
5672 #ifdef __cplusplus
5673 extern "C" {
5674 #endif
5675 char nm_test_var;
5676 void nm_test_func(void);
5677 void nm_test_func(void){}
5678 #ifdef __cplusplus
5680 #endif
5681 int main(){nm_test_var='a';nm_test_func();return(0);}
5682 _LT_EOF
5684 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5685 (eval $ac_compile) 2>&5
5686 ac_status=$?
5687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5688 test $ac_status = 0; }; then
5689 # Now try to grab the symbols.
5690 nlist=conftest.nm
5691 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5692 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5693 ac_status=$?
5694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5695 test $ac_status = 0; } && test -s "$nlist"; then
5696 # Try sorting and uniquifying the output.
5697 if sort "$nlist" | uniq > "$nlist"T; then
5698 mv -f "$nlist"T "$nlist"
5699 else
5700 rm -f "$nlist"T
5703 # Make sure that we snagged all the symbols we need.
5704 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5705 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5706 cat <<_LT_EOF > conftest.$ac_ext
5707 #ifdef __cplusplus
5708 extern "C" {
5709 #endif
5711 _LT_EOF
5712 # Now generate the symbol file.
5713 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5715 cat <<_LT_EOF >> conftest.$ac_ext
5717 /* The mapping between symbol names and symbols. */
5718 const struct {
5719 const char *name;
5720 void *address;
5722 lt__PROGRAM__LTX_preloaded_symbols[] =
5724 { "@PROGRAM@", (void *) 0 },
5725 _LT_EOF
5726 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5727 cat <<\_LT_EOF >> conftest.$ac_ext
5728 {0, (void *) 0}
5731 /* This works around a problem in FreeBSD linker */
5732 #ifdef FREEBSD_WORKAROUND
5733 static const void *lt_preloaded_setup() {
5734 return lt__PROGRAM__LTX_preloaded_symbols;
5736 #endif
5738 #ifdef __cplusplus
5740 #endif
5741 _LT_EOF
5742 # Now try linking the two files.
5743 mv conftest.$ac_objext conftstm.$ac_objext
5744 lt_save_LIBS="$LIBS"
5745 lt_save_CFLAGS="$CFLAGS"
5746 LIBS="conftstm.$ac_objext"
5747 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5748 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5749 (eval $ac_link) 2>&5
5750 ac_status=$?
5751 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5752 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5753 pipe_works=yes
5755 LIBS="$lt_save_LIBS"
5756 CFLAGS="$lt_save_CFLAGS"
5757 else
5758 echo "cannot find nm_test_func in $nlist" >&5
5760 else
5761 echo "cannot find nm_test_var in $nlist" >&5
5763 else
5764 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5766 else
5767 echo "$progname: failed program was:" >&5
5768 cat conftest.$ac_ext >&5
5770 rm -rf conftest* conftst*
5772 # Do not use the global_symbol_pipe unless it works.
5773 if test "$pipe_works" = yes; then
5774 break
5775 else
5776 lt_cv_sys_global_symbol_pipe=
5778 done
5782 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5783 lt_cv_sys_global_symbol_to_cdecl=
5785 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5787 $as_echo "failed" >&6; }
5788 else
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5790 $as_echo "ok" >&6; }
5814 # Check whether --enable-libtool-lock was given.
5815 if test "${enable_libtool_lock+set}" = set; then :
5816 enableval=$enable_libtool_lock;
5819 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5821 # Some flags need to be propagated to the compiler or linker for good
5822 # libtool support.
5823 case $host in
5824 ia64-*-hpux*)
5825 # Find out which ABI we are using.
5826 echo 'int i;' > conftest.$ac_ext
5827 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5828 (eval $ac_compile) 2>&5
5829 ac_status=$?
5830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5831 test $ac_status = 0; }; then
5832 case `/usr/bin/file conftest.$ac_objext` in
5833 *ELF-32*)
5834 HPUX_IA64_MODE="32"
5836 *ELF-64*)
5837 HPUX_IA64_MODE="64"
5839 esac
5841 rm -rf conftest*
5843 *-*-irix6*)
5844 # Find out which ABI we are using.
5845 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5846 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5847 (eval $ac_compile) 2>&5
5848 ac_status=$?
5849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5850 test $ac_status = 0; }; then
5851 if test "$lt_cv_prog_gnu_ld" = yes; then
5852 case `/usr/bin/file conftest.$ac_objext` in
5853 *32-bit*)
5854 LD="${LD-ld} -melf32bsmip"
5856 *N32*)
5857 LD="${LD-ld} -melf32bmipn32"
5859 *64-bit*)
5860 LD="${LD-ld} -melf64bmip"
5862 esac
5863 else
5864 case `/usr/bin/file conftest.$ac_objext` in
5865 *32-bit*)
5866 LD="${LD-ld} -32"
5868 *N32*)
5869 LD="${LD-ld} -n32"
5871 *64-bit*)
5872 LD="${LD-ld} -64"
5874 esac
5877 rm -rf conftest*
5880 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5881 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5882 # Find out which ABI we are using.
5883 echo 'int i;' > conftest.$ac_ext
5884 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5885 (eval $ac_compile) 2>&5
5886 ac_status=$?
5887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5888 test $ac_status = 0; }; then
5889 case `/usr/bin/file conftest.o` in
5890 *32-bit*)
5891 case $host in
5892 x86_64-*kfreebsd*-gnu)
5893 LD="${LD-ld} -m elf_i386_fbsd"
5895 x86_64-*linux*)
5896 LD="${LD-ld} -m elf_i386"
5898 ppc64-*linux*|powerpc64-*linux*)
5899 LD="${LD-ld} -m elf32ppclinux"
5901 s390x-*linux*)
5902 LD="${LD-ld} -m elf_s390"
5904 sparc64-*linux*)
5905 LD="${LD-ld} -m elf32_sparc"
5907 esac
5909 *64-bit*)
5910 case $host in
5911 x86_64-*kfreebsd*-gnu)
5912 LD="${LD-ld} -m elf_x86_64_fbsd"
5914 x86_64-*linux*)
5915 LD="${LD-ld} -m elf_x86_64"
5917 ppc*-*linux*|powerpc*-*linux*)
5918 LD="${LD-ld} -m elf64ppc"
5920 s390*-*linux*|s390*-*tpf*)
5921 LD="${LD-ld} -m elf64_s390"
5923 sparc*-*linux*)
5924 LD="${LD-ld} -m elf64_sparc"
5926 esac
5928 esac
5930 rm -rf conftest*
5933 *-*-sco3.2v5*)
5934 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5935 SAVE_CFLAGS="$CFLAGS"
5936 CFLAGS="$CFLAGS -belf"
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5938 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5939 if test "${lt_cv_cc_needs_belf+set}" = set; then :
5940 $as_echo_n "(cached) " >&6
5941 else
5942 ac_ext=c
5943 ac_cpp='$CPP $CPPFLAGS'
5944 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5945 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5946 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5949 /* end confdefs.h. */
5952 main ()
5956 return 0;
5958 _ACEOF
5959 if ac_fn_c_try_link "$LINENO"; then :
5960 lt_cv_cc_needs_belf=yes
5961 else
5962 lt_cv_cc_needs_belf=no
5964 rm -f core conftest.err conftest.$ac_objext \
5965 conftest$ac_exeext conftest.$ac_ext
5966 ac_ext=c
5967 ac_cpp='$CPP $CPPFLAGS'
5968 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5969 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5970 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5974 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5975 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5976 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5977 CFLAGS="$SAVE_CFLAGS"
5980 sparc*-*solaris*)
5981 # Find out which ABI we are using.
5982 echo 'int i;' > conftest.$ac_ext
5983 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5984 (eval $ac_compile) 2>&5
5985 ac_status=$?
5986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5987 test $ac_status = 0; }; then
5988 case `/usr/bin/file conftest.o` in
5989 *64-bit*)
5990 case $lt_cv_prog_gnu_ld in
5991 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5993 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5994 LD="${LD-ld} -64"
5997 esac
5999 esac
6001 rm -rf conftest*
6003 esac
6005 need_locks="$enable_libtool_lock"
6008 case $host_os in
6009 rhapsody* | darwin*)
6010 if test -n "$ac_tool_prefix"; then
6011 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6012 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6014 $as_echo_n "checking for $ac_word... " >&6; }
6015 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6016 $as_echo_n "(cached) " >&6
6017 else
6018 if test -n "$DSYMUTIL"; then
6019 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6020 else
6021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6022 for as_dir in $PATH
6024 IFS=$as_save_IFS
6025 test -z "$as_dir" && as_dir=.
6026 for ac_exec_ext in '' $ac_executable_extensions; do
6027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6028 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6030 break 2
6032 done
6033 done
6034 IFS=$as_save_IFS
6038 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6039 if test -n "$DSYMUTIL"; then
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6041 $as_echo "$DSYMUTIL" >&6; }
6042 else
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6044 $as_echo "no" >&6; }
6049 if test -z "$ac_cv_prog_DSYMUTIL"; then
6050 ac_ct_DSYMUTIL=$DSYMUTIL
6051 # Extract the first word of "dsymutil", so it can be a program name with args.
6052 set dummy dsymutil; ac_word=$2
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6054 $as_echo_n "checking for $ac_word... " >&6; }
6055 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6056 $as_echo_n "(cached) " >&6
6057 else
6058 if test -n "$ac_ct_DSYMUTIL"; then
6059 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6060 else
6061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6062 for as_dir in $PATH
6064 IFS=$as_save_IFS
6065 test -z "$as_dir" && as_dir=.
6066 for ac_exec_ext in '' $ac_executable_extensions; do
6067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6068 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6070 break 2
6072 done
6073 done
6074 IFS=$as_save_IFS
6078 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6079 if test -n "$ac_ct_DSYMUTIL"; then
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6081 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6082 else
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6084 $as_echo "no" >&6; }
6087 if test "x$ac_ct_DSYMUTIL" = x; then
6088 DSYMUTIL=":"
6089 else
6090 case $cross_compiling:$ac_tool_warned in
6091 yes:)
6092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6093 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6094 ac_tool_warned=yes ;;
6095 esac
6096 DSYMUTIL=$ac_ct_DSYMUTIL
6098 else
6099 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6102 if test -n "$ac_tool_prefix"; then
6103 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6104 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6106 $as_echo_n "checking for $ac_word... " >&6; }
6107 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6108 $as_echo_n "(cached) " >&6
6109 else
6110 if test -n "$NMEDIT"; then
6111 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6112 else
6113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6114 for as_dir in $PATH
6116 IFS=$as_save_IFS
6117 test -z "$as_dir" && as_dir=.
6118 for ac_exec_ext in '' $ac_executable_extensions; do
6119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6120 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6122 break 2
6124 done
6125 done
6126 IFS=$as_save_IFS
6130 NMEDIT=$ac_cv_prog_NMEDIT
6131 if test -n "$NMEDIT"; then
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6133 $as_echo "$NMEDIT" >&6; }
6134 else
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6136 $as_echo "no" >&6; }
6141 if test -z "$ac_cv_prog_NMEDIT"; then
6142 ac_ct_NMEDIT=$NMEDIT
6143 # Extract the first word of "nmedit", so it can be a program name with args.
6144 set dummy nmedit; ac_word=$2
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6146 $as_echo_n "checking for $ac_word... " >&6; }
6147 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6148 $as_echo_n "(cached) " >&6
6149 else
6150 if test -n "$ac_ct_NMEDIT"; then
6151 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6152 else
6153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6154 for as_dir in $PATH
6156 IFS=$as_save_IFS
6157 test -z "$as_dir" && as_dir=.
6158 for ac_exec_ext in '' $ac_executable_extensions; do
6159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6160 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6162 break 2
6164 done
6165 done
6166 IFS=$as_save_IFS
6170 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6171 if test -n "$ac_ct_NMEDIT"; then
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6173 $as_echo "$ac_ct_NMEDIT" >&6; }
6174 else
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6176 $as_echo "no" >&6; }
6179 if test "x$ac_ct_NMEDIT" = x; then
6180 NMEDIT=":"
6181 else
6182 case $cross_compiling:$ac_tool_warned in
6183 yes:)
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6185 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6186 ac_tool_warned=yes ;;
6187 esac
6188 NMEDIT=$ac_ct_NMEDIT
6190 else
6191 NMEDIT="$ac_cv_prog_NMEDIT"
6194 if test -n "$ac_tool_prefix"; then
6195 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6196 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6198 $as_echo_n "checking for $ac_word... " >&6; }
6199 if test "${ac_cv_prog_LIPO+set}" = set; then :
6200 $as_echo_n "(cached) " >&6
6201 else
6202 if test -n "$LIPO"; then
6203 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6204 else
6205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6206 for as_dir in $PATH
6208 IFS=$as_save_IFS
6209 test -z "$as_dir" && as_dir=.
6210 for ac_exec_ext in '' $ac_executable_extensions; do
6211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6212 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6214 break 2
6216 done
6217 done
6218 IFS=$as_save_IFS
6222 LIPO=$ac_cv_prog_LIPO
6223 if test -n "$LIPO"; then
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6225 $as_echo "$LIPO" >&6; }
6226 else
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6228 $as_echo "no" >&6; }
6233 if test -z "$ac_cv_prog_LIPO"; then
6234 ac_ct_LIPO=$LIPO
6235 # Extract the first word of "lipo", so it can be a program name with args.
6236 set dummy lipo; ac_word=$2
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6238 $as_echo_n "checking for $ac_word... " >&6; }
6239 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6240 $as_echo_n "(cached) " >&6
6241 else
6242 if test -n "$ac_ct_LIPO"; then
6243 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6244 else
6245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6246 for as_dir in $PATH
6248 IFS=$as_save_IFS
6249 test -z "$as_dir" && as_dir=.
6250 for ac_exec_ext in '' $ac_executable_extensions; do
6251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6252 ac_cv_prog_ac_ct_LIPO="lipo"
6253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6254 break 2
6256 done
6257 done
6258 IFS=$as_save_IFS
6262 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6263 if test -n "$ac_ct_LIPO"; then
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6265 $as_echo "$ac_ct_LIPO" >&6; }
6266 else
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6268 $as_echo "no" >&6; }
6271 if test "x$ac_ct_LIPO" = x; then
6272 LIPO=":"
6273 else
6274 case $cross_compiling:$ac_tool_warned in
6275 yes:)
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6277 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6278 ac_tool_warned=yes ;;
6279 esac
6280 LIPO=$ac_ct_LIPO
6282 else
6283 LIPO="$ac_cv_prog_LIPO"
6286 if test -n "$ac_tool_prefix"; then
6287 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6288 set dummy ${ac_tool_prefix}otool; ac_word=$2
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6290 $as_echo_n "checking for $ac_word... " >&6; }
6291 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6292 $as_echo_n "(cached) " >&6
6293 else
6294 if test -n "$OTOOL"; then
6295 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6296 else
6297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6298 for as_dir in $PATH
6300 IFS=$as_save_IFS
6301 test -z "$as_dir" && as_dir=.
6302 for ac_exec_ext in '' $ac_executable_extensions; do
6303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6304 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6306 break 2
6308 done
6309 done
6310 IFS=$as_save_IFS
6314 OTOOL=$ac_cv_prog_OTOOL
6315 if test -n "$OTOOL"; then
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6317 $as_echo "$OTOOL" >&6; }
6318 else
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320 $as_echo "no" >&6; }
6325 if test -z "$ac_cv_prog_OTOOL"; then
6326 ac_ct_OTOOL=$OTOOL
6327 # Extract the first word of "otool", so it can be a program name with args.
6328 set dummy otool; ac_word=$2
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6330 $as_echo_n "checking for $ac_word... " >&6; }
6331 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6332 $as_echo_n "(cached) " >&6
6333 else
6334 if test -n "$ac_ct_OTOOL"; then
6335 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6336 else
6337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6338 for as_dir in $PATH
6340 IFS=$as_save_IFS
6341 test -z "$as_dir" && as_dir=.
6342 for ac_exec_ext in '' $ac_executable_extensions; do
6343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6344 ac_cv_prog_ac_ct_OTOOL="otool"
6345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6346 break 2
6348 done
6349 done
6350 IFS=$as_save_IFS
6354 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6355 if test -n "$ac_ct_OTOOL"; then
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6357 $as_echo "$ac_ct_OTOOL" >&6; }
6358 else
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6360 $as_echo "no" >&6; }
6363 if test "x$ac_ct_OTOOL" = x; then
6364 OTOOL=":"
6365 else
6366 case $cross_compiling:$ac_tool_warned in
6367 yes:)
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6369 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6370 ac_tool_warned=yes ;;
6371 esac
6372 OTOOL=$ac_ct_OTOOL
6374 else
6375 OTOOL="$ac_cv_prog_OTOOL"
6378 if test -n "$ac_tool_prefix"; then
6379 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6380 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6382 $as_echo_n "checking for $ac_word... " >&6; }
6383 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6384 $as_echo_n "(cached) " >&6
6385 else
6386 if test -n "$OTOOL64"; then
6387 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6388 else
6389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6390 for as_dir in $PATH
6392 IFS=$as_save_IFS
6393 test -z "$as_dir" && as_dir=.
6394 for ac_exec_ext in '' $ac_executable_extensions; do
6395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6396 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6398 break 2
6400 done
6401 done
6402 IFS=$as_save_IFS
6406 OTOOL64=$ac_cv_prog_OTOOL64
6407 if test -n "$OTOOL64"; then
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6409 $as_echo "$OTOOL64" >&6; }
6410 else
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6412 $as_echo "no" >&6; }
6417 if test -z "$ac_cv_prog_OTOOL64"; then
6418 ac_ct_OTOOL64=$OTOOL64
6419 # Extract the first word of "otool64", so it can be a program name with args.
6420 set dummy otool64; ac_word=$2
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6422 $as_echo_n "checking for $ac_word... " >&6; }
6423 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6424 $as_echo_n "(cached) " >&6
6425 else
6426 if test -n "$ac_ct_OTOOL64"; then
6427 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6428 else
6429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6430 for as_dir in $PATH
6432 IFS=$as_save_IFS
6433 test -z "$as_dir" && as_dir=.
6434 for ac_exec_ext in '' $ac_executable_extensions; do
6435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6436 ac_cv_prog_ac_ct_OTOOL64="otool64"
6437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6438 break 2
6440 done
6441 done
6442 IFS=$as_save_IFS
6446 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6447 if test -n "$ac_ct_OTOOL64"; then
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6449 $as_echo "$ac_ct_OTOOL64" >&6; }
6450 else
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6452 $as_echo "no" >&6; }
6455 if test "x$ac_ct_OTOOL64" = x; then
6456 OTOOL64=":"
6457 else
6458 case $cross_compiling:$ac_tool_warned in
6459 yes:)
6460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6461 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6462 ac_tool_warned=yes ;;
6463 esac
6464 OTOOL64=$ac_ct_OTOOL64
6466 else
6467 OTOOL64="$ac_cv_prog_OTOOL64"
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6497 $as_echo_n "checking for -single_module linker flag... " >&6; }
6498 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6499 $as_echo_n "(cached) " >&6
6500 else
6501 lt_cv_apple_cc_single_mod=no
6502 if test -z "${LT_MULTI_MODULE}"; then
6503 # By default we will add the -single_module flag. You can override
6504 # by either setting the environment variable LT_MULTI_MODULE
6505 # non-empty at configure time, or by adding -multi_module to the
6506 # link flags.
6507 rm -rf libconftest.dylib*
6508 echo "int foo(void){return 1;}" > conftest.c
6509 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6510 -dynamiclib -Wl,-single_module conftest.c" >&5
6511 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6512 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6513 _lt_result=$?
6514 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6515 lt_cv_apple_cc_single_mod=yes
6516 else
6517 cat conftest.err >&5
6519 rm -rf libconftest.dylib*
6520 rm -f conftest.*
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6524 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6526 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6527 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6528 $as_echo_n "(cached) " >&6
6529 else
6530 lt_cv_ld_exported_symbols_list=no
6531 save_LDFLAGS=$LDFLAGS
6532 echo "_main" > conftest.sym
6533 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6535 /* end confdefs.h. */
6538 main ()
6542 return 0;
6544 _ACEOF
6545 if ac_fn_c_try_link "$LINENO"; then :
6546 lt_cv_ld_exported_symbols_list=yes
6547 else
6548 lt_cv_ld_exported_symbols_list=no
6550 rm -f core conftest.err conftest.$ac_objext \
6551 conftest$ac_exeext conftest.$ac_ext
6552 LDFLAGS="$save_LDFLAGS"
6555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6556 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6558 $as_echo_n "checking for -force_load linker flag... " >&6; }
6559 if test "${lt_cv_ld_force_load+set}" = set; then :
6560 $as_echo_n "(cached) " >&6
6561 else
6562 lt_cv_ld_force_load=no
6563 cat > conftest.c << _LT_EOF
6564 int forced_loaded() { return 2;}
6565 _LT_EOF
6566 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6567 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6568 echo "$AR cru libconftest.a conftest.o" >&5
6569 $AR cru libconftest.a conftest.o 2>&5
6570 echo "$RANLIB libconftest.a" >&5
6571 $RANLIB libconftest.a 2>&5
6572 cat > conftest.c << _LT_EOF
6573 int main() { return 0;}
6574 _LT_EOF
6575 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6576 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6577 _lt_result=$?
6578 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6579 lt_cv_ld_force_load=yes
6580 else
6581 cat conftest.err >&5
6583 rm -f conftest.err libconftest.a conftest conftest.c
6584 rm -rf conftest.dSYM
6587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6588 $as_echo "$lt_cv_ld_force_load" >&6; }
6589 case $host_os in
6590 rhapsody* | darwin1.[012])
6591 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6592 darwin1.*)
6593 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6594 darwin*) # darwin 5.x on
6595 # if running on 10.5 or later, the deployment target defaults
6596 # to the OS version, if on x86, and 10.4, the deployment
6597 # target defaults to 10.4. Don't you love it?
6598 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6599 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6600 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6601 10.[012]*)
6602 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6603 10.*)
6604 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6605 esac
6607 esac
6608 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6609 _lt_dar_single_mod='$single_module'
6611 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6612 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6613 else
6614 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6616 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6617 _lt_dsymutil='~$DSYMUTIL $lib || :'
6618 else
6619 _lt_dsymutil=
6622 esac
6624 ac_ext=c
6625 ac_cpp='$CPP $CPPFLAGS'
6626 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6627 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6628 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6630 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6631 # On Suns, sometimes $CPP names a directory.
6632 if test -n "$CPP" && test -d "$CPP"; then
6633 CPP=
6635 if test -z "$CPP"; then
6636 if test "${ac_cv_prog_CPP+set}" = set; then :
6637 $as_echo_n "(cached) " >&6
6638 else
6639 # Double quotes because CPP needs to be expanded
6640 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6642 ac_preproc_ok=false
6643 for ac_c_preproc_warn_flag in '' yes
6645 # Use a header file that comes with gcc, so configuring glibc
6646 # with a fresh cross-compiler works.
6647 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6648 # <limits.h> exists even on freestanding compilers.
6649 # On the NeXT, cc -E runs the code through the compiler's parser,
6650 # not just through cpp. "Syntax error" is here to catch this case.
6651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6652 /* end confdefs.h. */
6653 #ifdef __STDC__
6654 # include <limits.h>
6655 #else
6656 # include <assert.h>
6657 #endif
6658 Syntax error
6659 _ACEOF
6660 if ac_fn_c_try_cpp "$LINENO"; then :
6662 else
6663 # Broken: fails on valid input.
6664 continue
6666 rm -f conftest.err conftest.$ac_ext
6668 # OK, works on sane cases. Now check whether nonexistent headers
6669 # can be detected and how.
6670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6671 /* end confdefs.h. */
6672 #include <ac_nonexistent.h>
6673 _ACEOF
6674 if ac_fn_c_try_cpp "$LINENO"; then :
6675 # Broken: success on invalid input.
6676 continue
6677 else
6678 # Passes both tests.
6679 ac_preproc_ok=:
6680 break
6682 rm -f conftest.err conftest.$ac_ext
6684 done
6685 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6686 rm -f conftest.err conftest.$ac_ext
6687 if $ac_preproc_ok; then :
6688 break
6691 done
6692 ac_cv_prog_CPP=$CPP
6695 CPP=$ac_cv_prog_CPP
6696 else
6697 ac_cv_prog_CPP=$CPP
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6700 $as_echo "$CPP" >&6; }
6701 ac_preproc_ok=false
6702 for ac_c_preproc_warn_flag in '' yes
6704 # Use a header file that comes with gcc, so configuring glibc
6705 # with a fresh cross-compiler works.
6706 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6707 # <limits.h> exists even on freestanding compilers.
6708 # On the NeXT, cc -E runs the code through the compiler's parser,
6709 # not just through cpp. "Syntax error" is here to catch this case.
6710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6711 /* end confdefs.h. */
6712 #ifdef __STDC__
6713 # include <limits.h>
6714 #else
6715 # include <assert.h>
6716 #endif
6717 Syntax error
6718 _ACEOF
6719 if ac_fn_c_try_cpp "$LINENO"; then :
6721 else
6722 # Broken: fails on valid input.
6723 continue
6725 rm -f conftest.err conftest.$ac_ext
6727 # OK, works on sane cases. Now check whether nonexistent headers
6728 # can be detected and how.
6729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6730 /* end confdefs.h. */
6731 #include <ac_nonexistent.h>
6732 _ACEOF
6733 if ac_fn_c_try_cpp "$LINENO"; then :
6734 # Broken: success on invalid input.
6735 continue
6736 else
6737 # Passes both tests.
6738 ac_preproc_ok=:
6739 break
6741 rm -f conftest.err conftest.$ac_ext
6743 done
6744 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6745 rm -f conftest.err conftest.$ac_ext
6746 if $ac_preproc_ok; then :
6748 else
6749 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6750 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6751 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6752 See \`config.log' for more details." "$LINENO" 5; }
6755 ac_ext=c
6756 ac_cpp='$CPP $CPPFLAGS'
6757 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6758 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6759 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6763 $as_echo_n "checking for ANSI C header files... " >&6; }
6764 if test "${ac_cv_header_stdc+set}" = set; then :
6765 $as_echo_n "(cached) " >&6
6766 else
6767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6768 /* end confdefs.h. */
6769 #include <stdlib.h>
6770 #include <stdarg.h>
6771 #include <string.h>
6772 #include <float.h>
6775 main ()
6779 return 0;
6781 _ACEOF
6782 if ac_fn_c_try_compile "$LINENO"; then :
6783 ac_cv_header_stdc=yes
6784 else
6785 ac_cv_header_stdc=no
6787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6789 if test $ac_cv_header_stdc = yes; then
6790 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6792 /* end confdefs.h. */
6793 #include <string.h>
6795 _ACEOF
6796 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6797 $EGREP "memchr" >/dev/null 2>&1; then :
6799 else
6800 ac_cv_header_stdc=no
6802 rm -f conftest*
6806 if test $ac_cv_header_stdc = yes; then
6807 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6809 /* end confdefs.h. */
6810 #include <stdlib.h>
6812 _ACEOF
6813 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6814 $EGREP "free" >/dev/null 2>&1; then :
6816 else
6817 ac_cv_header_stdc=no
6819 rm -f conftest*
6823 if test $ac_cv_header_stdc = yes; then
6824 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6825 if test "$cross_compiling" = yes; then :
6827 else
6828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6829 /* end confdefs.h. */
6830 #include <ctype.h>
6831 #include <stdlib.h>
6832 #if ((' ' & 0x0FF) == 0x020)
6833 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6834 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6835 #else
6836 # define ISLOWER(c) \
6837 (('a' <= (c) && (c) <= 'i') \
6838 || ('j' <= (c) && (c) <= 'r') \
6839 || ('s' <= (c) && (c) <= 'z'))
6840 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6841 #endif
6843 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6845 main ()
6847 int i;
6848 for (i = 0; i < 256; i++)
6849 if (XOR (islower (i), ISLOWER (i))
6850 || toupper (i) != TOUPPER (i))
6851 return 2;
6852 return 0;
6854 _ACEOF
6855 if ac_fn_c_try_run "$LINENO"; then :
6857 else
6858 ac_cv_header_stdc=no
6860 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6861 conftest.$ac_objext conftest.beam conftest.$ac_ext
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6867 $as_echo "$ac_cv_header_stdc" >&6; }
6868 if test $ac_cv_header_stdc = yes; then
6870 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6874 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6875 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6876 inttypes.h stdint.h unistd.h
6877 do :
6878 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6879 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6881 eval as_val=\$$as_ac_Header
6882 if test "x$as_val" = x""yes; then :
6883 cat >>confdefs.h <<_ACEOF
6884 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6885 _ACEOF
6889 done
6892 for ac_header in dlfcn.h
6893 do :
6894 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6896 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6897 cat >>confdefs.h <<_ACEOF
6898 #define HAVE_DLFCN_H 1
6899 _ACEOF
6903 done
6909 # Set options
6913 enable_dlopen=no
6916 enable_win32_dll=no
6919 # Check whether --enable-shared was given.
6920 if test "${enable_shared+set}" = set; then :
6921 enableval=$enable_shared; p=${PACKAGE-default}
6922 case $enableval in
6923 yes) enable_shared=yes ;;
6924 no) enable_shared=no ;;
6926 enable_shared=no
6927 # Look at the argument we got. We use all the common list separators.
6928 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6929 for pkg in $enableval; do
6930 IFS="$lt_save_ifs"
6931 if test "X$pkg" = "X$p"; then
6932 enable_shared=yes
6934 done
6935 IFS="$lt_save_ifs"
6937 esac
6938 else
6939 enable_shared=yes
6950 # Check whether --enable-static was given.
6951 if test "${enable_static+set}" = set; then :
6952 enableval=$enable_static; p=${PACKAGE-default}
6953 case $enableval in
6954 yes) enable_static=yes ;;
6955 no) enable_static=no ;;
6957 enable_static=no
6958 # Look at the argument we got. We use all the common list separators.
6959 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6960 for pkg in $enableval; do
6961 IFS="$lt_save_ifs"
6962 if test "X$pkg" = "X$p"; then
6963 enable_static=yes
6965 done
6966 IFS="$lt_save_ifs"
6968 esac
6969 else
6970 enable_static=yes
6982 # Check whether --with-pic was given.
6983 if test "${with_pic+set}" = set; then :
6984 withval=$with_pic; pic_mode="$withval"
6985 else
6986 pic_mode=default
6990 test -z "$pic_mode" && pic_mode=default
6998 # Check whether --enable-fast-install was given.
6999 if test "${enable_fast_install+set}" = set; then :
7000 enableval=$enable_fast_install; p=${PACKAGE-default}
7001 case $enableval in
7002 yes) enable_fast_install=yes ;;
7003 no) enable_fast_install=no ;;
7005 enable_fast_install=no
7006 # Look at the argument we got. We use all the common list separators.
7007 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7008 for pkg in $enableval; do
7009 IFS="$lt_save_ifs"
7010 if test "X$pkg" = "X$p"; then
7011 enable_fast_install=yes
7013 done
7014 IFS="$lt_save_ifs"
7016 esac
7017 else
7018 enable_fast_install=yes
7031 # This can be used to rebuild libtool when needed
7032 LIBTOOL_DEPS="$ltmain"
7034 # Always use our own libtool.
7035 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7062 test -z "$LN_S" && LN_S="ln -s"
7077 if test -n "${ZSH_VERSION+set}" ; then
7078 setopt NO_GLOB_SUBST
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7082 $as_echo_n "checking for objdir... " >&6; }
7083 if test "${lt_cv_objdir+set}" = set; then :
7084 $as_echo_n "(cached) " >&6
7085 else
7086 rm -f .libs 2>/dev/null
7087 mkdir .libs 2>/dev/null
7088 if test -d .libs; then
7089 lt_cv_objdir=.libs
7090 else
7091 # MS-DOS does not allow filenames that begin with a dot.
7092 lt_cv_objdir=_libs
7094 rmdir .libs 2>/dev/null
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7097 $as_echo "$lt_cv_objdir" >&6; }
7098 objdir=$lt_cv_objdir
7104 cat >>confdefs.h <<_ACEOF
7105 #define LT_OBJDIR "$lt_cv_objdir/"
7106 _ACEOF
7111 case $host_os in
7112 aix3*)
7113 # AIX sometimes has problems with the GCC collect2 program. For some
7114 # reason, if we set the COLLECT_NAMES environment variable, the problems
7115 # vanish in a puff of smoke.
7116 if test "X${COLLECT_NAMES+set}" != Xset; then
7117 COLLECT_NAMES=
7118 export COLLECT_NAMES
7121 esac
7123 # Global variables:
7124 ofile=libtool
7125 can_build_shared=yes
7127 # All known linkers require a `.a' archive for static linking (except MSVC,
7128 # which needs '.lib').
7129 libext=a
7131 with_gnu_ld="$lt_cv_prog_gnu_ld"
7133 old_CC="$CC"
7134 old_CFLAGS="$CFLAGS"
7136 # Set sane defaults for various variables
7137 test -z "$CC" && CC=cc
7138 test -z "$LTCC" && LTCC=$CC
7139 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7140 test -z "$LD" && LD=ld
7141 test -z "$ac_objext" && ac_objext=o
7143 for cc_temp in $compiler""; do
7144 case $cc_temp in
7145 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7146 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7147 \-*) ;;
7148 *) break;;
7149 esac
7150 done
7151 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7154 # Only perform the check for file, if the check method requires it
7155 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7156 case $deplibs_check_method in
7157 file_magic*)
7158 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7160 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7161 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7162 $as_echo_n "(cached) " >&6
7163 else
7164 case $MAGIC_CMD in
7165 [\\/*] | ?:[\\/]*)
7166 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7169 lt_save_MAGIC_CMD="$MAGIC_CMD"
7170 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7171 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7172 for ac_dir in $ac_dummy; do
7173 IFS="$lt_save_ifs"
7174 test -z "$ac_dir" && ac_dir=.
7175 if test -f $ac_dir/${ac_tool_prefix}file; then
7176 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7177 if test -n "$file_magic_test_file"; then
7178 case $deplibs_check_method in
7179 "file_magic "*)
7180 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7181 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7182 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7183 $EGREP "$file_magic_regex" > /dev/null; then
7185 else
7186 cat <<_LT_EOF 1>&2
7188 *** Warning: the command libtool uses to detect shared libraries,
7189 *** $file_magic_cmd, produces output that libtool cannot recognize.
7190 *** The result is that libtool may fail to recognize shared libraries
7191 *** as such. This will affect the creation of libtool libraries that
7192 *** depend on shared libraries, but programs linked with such libtool
7193 *** libraries will work regardless of this problem. Nevertheless, you
7194 *** may want to report the problem to your system manager and/or to
7195 *** bug-libtool@gnu.org
7197 _LT_EOF
7198 fi ;;
7199 esac
7201 break
7203 done
7204 IFS="$lt_save_ifs"
7205 MAGIC_CMD="$lt_save_MAGIC_CMD"
7207 esac
7210 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7211 if test -n "$MAGIC_CMD"; then
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7213 $as_echo "$MAGIC_CMD" >&6; }
7214 else
7215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7216 $as_echo "no" >&6; }
7223 if test -z "$lt_cv_path_MAGIC_CMD"; then
7224 if test -n "$ac_tool_prefix"; then
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7226 $as_echo_n "checking for file... " >&6; }
7227 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7228 $as_echo_n "(cached) " >&6
7229 else
7230 case $MAGIC_CMD in
7231 [\\/*] | ?:[\\/]*)
7232 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7235 lt_save_MAGIC_CMD="$MAGIC_CMD"
7236 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7237 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7238 for ac_dir in $ac_dummy; do
7239 IFS="$lt_save_ifs"
7240 test -z "$ac_dir" && ac_dir=.
7241 if test -f $ac_dir/file; then
7242 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7243 if test -n "$file_magic_test_file"; then
7244 case $deplibs_check_method in
7245 "file_magic "*)
7246 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7247 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7248 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7249 $EGREP "$file_magic_regex" > /dev/null; then
7251 else
7252 cat <<_LT_EOF 1>&2
7254 *** Warning: the command libtool uses to detect shared libraries,
7255 *** $file_magic_cmd, produces output that libtool cannot recognize.
7256 *** The result is that libtool may fail to recognize shared libraries
7257 *** as such. This will affect the creation of libtool libraries that
7258 *** depend on shared libraries, but programs linked with such libtool
7259 *** libraries will work regardless of this problem. Nevertheless, you
7260 *** may want to report the problem to your system manager and/or to
7261 *** bug-libtool@gnu.org
7263 _LT_EOF
7264 fi ;;
7265 esac
7267 break
7269 done
7270 IFS="$lt_save_ifs"
7271 MAGIC_CMD="$lt_save_MAGIC_CMD"
7273 esac
7276 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7277 if test -n "$MAGIC_CMD"; then
7278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7279 $as_echo "$MAGIC_CMD" >&6; }
7280 else
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7282 $as_echo "no" >&6; }
7286 else
7287 MAGIC_CMD=:
7293 esac
7295 # Use C for the default configuration in the libtool script
7297 lt_save_CC="$CC"
7298 ac_ext=c
7299 ac_cpp='$CPP $CPPFLAGS'
7300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7301 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7302 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7305 # Source file extension for C test sources.
7306 ac_ext=c
7308 # Object file extension for compiled C test sources.
7309 objext=o
7310 objext=$objext
7312 # Code to be used in simple compile tests
7313 lt_simple_compile_test_code="int some_variable = 0;"
7315 # Code to be used in simple link tests
7316 lt_simple_link_test_code='int main(){return(0);}'
7324 # If no C compiler was specified, use CC.
7325 LTCC=${LTCC-"$CC"}
7327 # If no C compiler flags were specified, use CFLAGS.
7328 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7330 # Allow CC to be a program name with arguments.
7331 compiler=$CC
7333 # Save the default compiler, since it gets overwritten when the other
7334 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7335 compiler_DEFAULT=$CC
7337 # save warnings/boilerplate of simple test code
7338 ac_outfile=conftest.$ac_objext
7339 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7340 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7341 _lt_compiler_boilerplate=`cat conftest.err`
7342 $RM conftest*
7344 ac_outfile=conftest.$ac_objext
7345 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7346 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7347 _lt_linker_boilerplate=`cat conftest.err`
7348 $RM -r conftest*
7351 if test -n "$compiler"; then
7353 lt_prog_compiler_no_builtin_flag=
7355 if test "$GCC" = yes; then
7356 case $cc_basename in
7357 nvcc*)
7358 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7360 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7361 esac
7363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7364 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7365 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7366 $as_echo_n "(cached) " >&6
7367 else
7368 lt_cv_prog_compiler_rtti_exceptions=no
7369 ac_outfile=conftest.$ac_objext
7370 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7371 lt_compiler_flag="-fno-rtti -fno-exceptions"
7372 # Insert the option either (1) after the last *FLAGS variable, or
7373 # (2) before a word containing "conftest.", or (3) at the end.
7374 # Note that $ac_compile itself does not contain backslashes and begins
7375 # with a dollar sign (not a hyphen), so the echo should work correctly.
7376 # The option is referenced via a variable to avoid confusing sed.
7377 lt_compile=`echo "$ac_compile" | $SED \
7378 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7379 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7380 -e 's:$: $lt_compiler_flag:'`
7381 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7382 (eval "$lt_compile" 2>conftest.err)
7383 ac_status=$?
7384 cat conftest.err >&5
7385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7386 if (exit $ac_status) && test -s "$ac_outfile"; then
7387 # The compiler can only warn and ignore the option if not recognized
7388 # So say no if there are warnings other than the usual output.
7389 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7390 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7391 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7392 lt_cv_prog_compiler_rtti_exceptions=yes
7395 $RM conftest*
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7399 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7401 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7402 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7403 else
7414 lt_prog_compiler_wl=
7415 lt_prog_compiler_pic=
7416 lt_prog_compiler_static=
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7419 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7421 if test "$GCC" = yes; then
7422 lt_prog_compiler_wl='-Wl,'
7423 lt_prog_compiler_static='-static'
7425 case $host_os in
7426 aix*)
7427 # All AIX code is PIC.
7428 if test "$host_cpu" = ia64; then
7429 # AIX 5 now supports IA64 processor
7430 lt_prog_compiler_static='-Bstatic'
7434 amigaos*)
7435 case $host_cpu in
7436 powerpc)
7437 # see comment about AmigaOS4 .so support
7438 lt_prog_compiler_pic='-fPIC'
7440 m68k)
7441 # FIXME: we need at least 68020 code to build shared libraries, but
7442 # adding the `-m68020' flag to GCC prevents building anything better,
7443 # like `-m68040'.
7444 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7446 esac
7449 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7450 # PIC is the default for these OSes.
7453 mingw* | cygwin* | pw32* | os2* | cegcc*)
7454 # This hack is so that the source file can tell whether it is being
7455 # built for inclusion in a dll (and should export symbols for example).
7456 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7457 # (--disable-auto-import) libraries
7458 lt_prog_compiler_pic='-DDLL_EXPORT'
7461 darwin* | rhapsody*)
7462 # PIC is the default on this platform
7463 # Common symbols not allowed in MH_DYLIB files
7464 lt_prog_compiler_pic='-fno-common'
7467 haiku*)
7468 # PIC is the default for Haiku.
7469 # The "-static" flag exists, but is broken.
7470 lt_prog_compiler_static=
7473 hpux*)
7474 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7475 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7476 # sets the default TLS model and affects inlining.
7477 case $host_cpu in
7478 hppa*64*)
7479 # +Z the default
7482 lt_prog_compiler_pic='-fPIC'
7484 esac
7487 interix[3-9]*)
7488 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7489 # Instead, we relocate shared libraries at runtime.
7492 msdosdjgpp*)
7493 # Just because we use GCC doesn't mean we suddenly get shared libraries
7494 # on systems that don't support them.
7495 lt_prog_compiler_can_build_shared=no
7496 enable_shared=no
7499 *nto* | *qnx*)
7500 # QNX uses GNU C++, but need to define -shared option too, otherwise
7501 # it will coredump.
7502 lt_prog_compiler_pic='-fPIC -shared'
7505 sysv4*MP*)
7506 if test -d /usr/nec; then
7507 lt_prog_compiler_pic=-Kconform_pic
7512 lt_prog_compiler_pic='-fPIC'
7514 esac
7516 case $cc_basename in
7517 nvcc*) # Cuda Compiler Driver 2.2
7518 lt_prog_compiler_wl='-Xlinker '
7519 lt_prog_compiler_pic='-Xcompiler -fPIC'
7521 esac
7522 else
7523 # PORTME Check for flag to pass linker flags through the system compiler.
7524 case $host_os in
7525 aix*)
7526 lt_prog_compiler_wl='-Wl,'
7527 if test "$host_cpu" = ia64; then
7528 # AIX 5 now supports IA64 processor
7529 lt_prog_compiler_static='-Bstatic'
7530 else
7531 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7535 mingw* | cygwin* | pw32* | os2* | cegcc*)
7536 # This hack is so that the source file can tell whether it is being
7537 # built for inclusion in a dll (and should export symbols for example).
7538 lt_prog_compiler_pic='-DDLL_EXPORT'
7541 hpux9* | hpux10* | hpux11*)
7542 lt_prog_compiler_wl='-Wl,'
7543 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7544 # not for PA HP-UX.
7545 case $host_cpu in
7546 hppa*64*|ia64*)
7547 # +Z the default
7550 lt_prog_compiler_pic='+Z'
7552 esac
7553 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7554 lt_prog_compiler_static='${wl}-a ${wl}archive'
7557 irix5* | irix6* | nonstopux*)
7558 lt_prog_compiler_wl='-Wl,'
7559 # PIC (with -KPIC) is the default.
7560 lt_prog_compiler_static='-non_shared'
7563 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7564 case $cc_basename in
7565 # old Intel for x86_64 which still supported -KPIC.
7566 ecc*)
7567 lt_prog_compiler_wl='-Wl,'
7568 lt_prog_compiler_pic='-KPIC'
7569 lt_prog_compiler_static='-static'
7571 # icc used to be incompatible with GCC.
7572 # ICC 10 doesn't accept -KPIC any more.
7573 icc* | ifort*)
7574 lt_prog_compiler_wl='-Wl,'
7575 lt_prog_compiler_pic='-fPIC'
7576 lt_prog_compiler_static='-static'
7578 # Lahey Fortran 8.1.
7579 lf95*)
7580 lt_prog_compiler_wl='-Wl,'
7581 lt_prog_compiler_pic='--shared'
7582 lt_prog_compiler_static='--static'
7584 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7585 # Portland Group compilers (*not* the Pentium gcc compiler,
7586 # which looks to be a dead project)
7587 lt_prog_compiler_wl='-Wl,'
7588 lt_prog_compiler_pic='-fpic'
7589 lt_prog_compiler_static='-Bstatic'
7591 ccc*)
7592 lt_prog_compiler_wl='-Wl,'
7593 # All Alpha code is PIC.
7594 lt_prog_compiler_static='-non_shared'
7596 xl* | bgxl* | bgf* | mpixl*)
7597 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7598 lt_prog_compiler_wl='-Wl,'
7599 lt_prog_compiler_pic='-qpic'
7600 lt_prog_compiler_static='-qstaticlink'
7603 case `$CC -V 2>&1 | sed 5q` in
7604 *Sun\ F* | *Sun*Fortran*)
7605 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7606 lt_prog_compiler_pic='-KPIC'
7607 lt_prog_compiler_static='-Bstatic'
7608 lt_prog_compiler_wl=''
7610 *Sun\ C*)
7611 # Sun C 5.9
7612 lt_prog_compiler_pic='-KPIC'
7613 lt_prog_compiler_static='-Bstatic'
7614 lt_prog_compiler_wl='-Wl,'
7616 esac
7618 esac
7621 newsos6)
7622 lt_prog_compiler_pic='-KPIC'
7623 lt_prog_compiler_static='-Bstatic'
7626 *nto* | *qnx*)
7627 # QNX uses GNU C++, but need to define -shared option too, otherwise
7628 # it will coredump.
7629 lt_prog_compiler_pic='-fPIC -shared'
7632 osf3* | osf4* | osf5*)
7633 lt_prog_compiler_wl='-Wl,'
7634 # All OSF/1 code is PIC.
7635 lt_prog_compiler_static='-non_shared'
7638 rdos*)
7639 lt_prog_compiler_static='-non_shared'
7642 solaris*)
7643 lt_prog_compiler_pic='-KPIC'
7644 lt_prog_compiler_static='-Bstatic'
7645 case $cc_basename in
7646 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
7647 lt_prog_compiler_wl='-Qoption ld ';;
7649 lt_prog_compiler_wl='-Wl,';;
7650 esac
7653 sunos4*)
7654 lt_prog_compiler_wl='-Qoption ld '
7655 lt_prog_compiler_pic='-PIC'
7656 lt_prog_compiler_static='-Bstatic'
7659 sysv4 | sysv4.2uw2* | sysv4.3*)
7660 lt_prog_compiler_wl='-Wl,'
7661 lt_prog_compiler_pic='-KPIC'
7662 lt_prog_compiler_static='-Bstatic'
7665 sysv4*MP*)
7666 if test -d /usr/nec ;then
7667 lt_prog_compiler_pic='-Kconform_pic'
7668 lt_prog_compiler_static='-Bstatic'
7672 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7673 lt_prog_compiler_wl='-Wl,'
7674 lt_prog_compiler_pic='-KPIC'
7675 lt_prog_compiler_static='-Bstatic'
7678 unicos*)
7679 lt_prog_compiler_wl='-Wl,'
7680 lt_prog_compiler_can_build_shared=no
7683 uts4*)
7684 lt_prog_compiler_pic='-pic'
7685 lt_prog_compiler_static='-Bstatic'
7689 lt_prog_compiler_can_build_shared=no
7691 esac
7694 case $host_os in
7695 # For platforms which do not support PIC, -DPIC is meaningless:
7696 *djgpp*)
7697 lt_prog_compiler_pic=
7700 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7702 esac
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7704 $as_echo "$lt_prog_compiler_pic" >&6; }
7712 # Check to make sure the PIC flag actually works.
7714 if test -n "$lt_prog_compiler_pic"; then
7715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7716 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7717 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7718 $as_echo_n "(cached) " >&6
7719 else
7720 lt_cv_prog_compiler_pic_works=no
7721 ac_outfile=conftest.$ac_objext
7722 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7723 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7724 # Insert the option either (1) after the last *FLAGS variable, or
7725 # (2) before a word containing "conftest.", or (3) at the end.
7726 # Note that $ac_compile itself does not contain backslashes and begins
7727 # with a dollar sign (not a hyphen), so the echo should work correctly.
7728 # The option is referenced via a variable to avoid confusing sed.
7729 lt_compile=`echo "$ac_compile" | $SED \
7730 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7731 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7732 -e 's:$: $lt_compiler_flag:'`
7733 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7734 (eval "$lt_compile" 2>conftest.err)
7735 ac_status=$?
7736 cat conftest.err >&5
7737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7738 if (exit $ac_status) && test -s "$ac_outfile"; then
7739 # The compiler can only warn and ignore the option if not recognized
7740 # So say no if there are warnings other than the usual output.
7741 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7742 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7743 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7744 lt_cv_prog_compiler_pic_works=yes
7747 $RM conftest*
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7751 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7753 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7754 case $lt_prog_compiler_pic in
7755 "" | " "*) ;;
7756 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7757 esac
7758 else
7759 lt_prog_compiler_pic=
7760 lt_prog_compiler_can_build_shared=no
7771 # Check to make sure the static flag actually works.
7773 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7775 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7776 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7777 $as_echo_n "(cached) " >&6
7778 else
7779 lt_cv_prog_compiler_static_works=no
7780 save_LDFLAGS="$LDFLAGS"
7781 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7782 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7783 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7784 # The linker can only warn and ignore the option if not recognized
7785 # So say no if there are warnings
7786 if test -s conftest.err; then
7787 # Append any errors to the config.log.
7788 cat conftest.err 1>&5
7789 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
7790 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7791 if diff conftest.exp conftest.er2 >/dev/null; then
7792 lt_cv_prog_compiler_static_works=yes
7794 else
7795 lt_cv_prog_compiler_static_works=yes
7798 $RM -r conftest*
7799 LDFLAGS="$save_LDFLAGS"
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7803 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7805 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7807 else
7808 lt_prog_compiler_static=
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7818 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7819 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7820 $as_echo_n "(cached) " >&6
7821 else
7822 lt_cv_prog_compiler_c_o=no
7823 $RM -r conftest 2>/dev/null
7824 mkdir conftest
7825 cd conftest
7826 mkdir out
7827 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7829 lt_compiler_flag="-o out/conftest2.$ac_objext"
7830 # Insert the option either (1) after the last *FLAGS variable, or
7831 # (2) before a word containing "conftest.", or (3) at the end.
7832 # Note that $ac_compile itself does not contain backslashes and begins
7833 # with a dollar sign (not a hyphen), so the echo should work correctly.
7834 lt_compile=`echo "$ac_compile" | $SED \
7835 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7836 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7837 -e 's:$: $lt_compiler_flag:'`
7838 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7839 (eval "$lt_compile" 2>out/conftest.err)
7840 ac_status=$?
7841 cat out/conftest.err >&5
7842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7843 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7844 then
7845 # The compiler can only warn and ignore the option if not recognized
7846 # So say no if there are warnings
7847 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
7848 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7849 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7850 lt_cv_prog_compiler_c_o=yes
7853 chmod u+w . 2>&5
7854 $RM conftest*
7855 # SGI C++ compiler will create directory out/ii_files/ for
7856 # template instantiation
7857 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7858 $RM out/* && rmdir out
7859 cd ..
7860 $RM -r conftest
7861 $RM conftest*
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7865 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7873 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7874 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7875 $as_echo_n "(cached) " >&6
7876 else
7877 lt_cv_prog_compiler_c_o=no
7878 $RM -r conftest 2>/dev/null
7879 mkdir conftest
7880 cd conftest
7881 mkdir out
7882 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7884 lt_compiler_flag="-o out/conftest2.$ac_objext"
7885 # Insert the option either (1) after the last *FLAGS variable, or
7886 # (2) before a word containing "conftest.", or (3) at the end.
7887 # Note that $ac_compile itself does not contain backslashes and begins
7888 # with a dollar sign (not a hyphen), so the echo should work correctly.
7889 lt_compile=`echo "$ac_compile" | $SED \
7890 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7891 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7892 -e 's:$: $lt_compiler_flag:'`
7893 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7894 (eval "$lt_compile" 2>out/conftest.err)
7895 ac_status=$?
7896 cat out/conftest.err >&5
7897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7898 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7899 then
7900 # The compiler can only warn and ignore the option if not recognized
7901 # So say no if there are warnings
7902 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
7903 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7904 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7905 lt_cv_prog_compiler_c_o=yes
7908 chmod u+w . 2>&5
7909 $RM conftest*
7910 # SGI C++ compiler will create directory out/ii_files/ for
7911 # template instantiation
7912 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7913 $RM out/* && rmdir out
7914 cd ..
7915 $RM -r conftest
7916 $RM conftest*
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7920 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7925 hard_links="nottested"
7926 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7927 # do not overwrite the value of need_locks provided by the user
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7929 $as_echo_n "checking if we can lock with hard links... " >&6; }
7930 hard_links=yes
7931 $RM conftest*
7932 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7933 touch conftest.a
7934 ln conftest.a conftest.b 2>&5 || hard_links=no
7935 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7937 $as_echo "$hard_links" >&6; }
7938 if test "$hard_links" = no; then
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7940 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7941 need_locks=warn
7943 else
7944 need_locks=no
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7953 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7955 runpath_var=
7956 allow_undefined_flag=
7957 always_export_symbols=no
7958 archive_cmds=
7959 archive_expsym_cmds=
7960 compiler_needs_object=no
7961 enable_shared_with_static_runtimes=no
7962 export_dynamic_flag_spec=
7963 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7964 hardcode_automatic=no
7965 hardcode_direct=no
7966 hardcode_direct_absolute=no
7967 hardcode_libdir_flag_spec=
7968 hardcode_libdir_flag_spec_ld=
7969 hardcode_libdir_separator=
7970 hardcode_minus_L=no
7971 hardcode_shlibpath_var=unsupported
7972 inherit_rpath=no
7973 link_all_deplibs=unknown
7974 module_cmds=
7975 module_expsym_cmds=
7976 old_archive_from_new_cmds=
7977 old_archive_from_expsyms_cmds=
7978 thread_safe_flag_spec=
7979 whole_archive_flag_spec=
7980 # include_expsyms should be a list of space-separated symbols to be *always*
7981 # included in the symbol list
7982 include_expsyms=
7983 # exclude_expsyms can be an extended regexp of symbols to exclude
7984 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7985 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7986 # as well as any symbol that contains `d'.
7987 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7988 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7989 # platforms (ab)use it in PIC code, but their linkers get confused if
7990 # the symbol is explicitly referenced. Since portable code cannot
7991 # rely on this symbol name, it's probably fine to never include it in
7992 # preloaded symbol tables.
7993 # Exclude shared library initialization/finalization symbols.
7994 extract_expsyms_cmds=
7996 case $host_os in
7997 cygwin* | mingw* | pw32* | cegcc*)
7998 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7999 # When not using gcc, we currently assume that we are using
8000 # Microsoft Visual C++.
8001 if test "$GCC" != yes; then
8002 with_gnu_ld=no
8005 interix*)
8006 # we just hope/assume this is gcc and not c89 (= MSVC++)
8007 with_gnu_ld=yes
8009 openbsd*)
8010 with_gnu_ld=no
8012 esac
8014 ld_shlibs=yes
8016 # On some targets, GNU ld is compatible enough with the native linker
8017 # that we're better off using the native interface for both.
8018 lt_use_gnu_ld_interface=no
8019 if test "$with_gnu_ld" = yes; then
8020 case $host_os in
8021 aix*)
8022 # The AIX port of GNU ld has always aspired to compatibility
8023 # with the native linker. However, as the warning in the GNU ld
8024 # block says, versions before 2.19.5* couldn't really create working
8025 # shared libraries, regardless of the interface used.
8026 case `$LD -v 2>&1` in
8027 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8028 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8029 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8031 lt_use_gnu_ld_interface=yes
8033 esac
8036 lt_use_gnu_ld_interface=yes
8038 esac
8041 if test "$lt_use_gnu_ld_interface" = yes; then
8042 # If archive_cmds runs LD, not CC, wlarc should be empty
8043 wlarc='${wl}'
8045 # Set some defaults for GNU ld with shared library support. These
8046 # are reset later if shared libraries are not supported. Putting them
8047 # here allows them to be overridden if necessary.
8048 runpath_var=LD_RUN_PATH
8049 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8050 export_dynamic_flag_spec='${wl}--export-dynamic'
8051 # ancient GNU ld didn't support --whole-archive et. al.
8052 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8053 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8054 else
8055 whole_archive_flag_spec=
8057 supports_anon_versioning=no
8058 case `$LD -v 2>&1` in
8059 *GNU\ gold*) supports_anon_versioning=yes ;;
8060 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8061 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8062 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8063 *\ 2.11.*) ;; # other 2.11 versions
8064 *) supports_anon_versioning=yes ;;
8065 esac
8067 # See if GNU ld supports shared libraries.
8068 case $host_os in
8069 aix[3-9]*)
8070 # On AIX/PPC, the GNU linker is very broken
8071 if test "$host_cpu" != ia64; then
8072 ld_shlibs=no
8073 cat <<_LT_EOF 1>&2
8075 *** Warning: the GNU linker, at least up to release 2.19, is reported
8076 *** to be unable to reliably create shared libraries on AIX.
8077 *** Therefore, libtool is disabling shared libraries support. If you
8078 *** really care for shared libraries, you may want to install binutils
8079 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8080 *** You will then need to restart the configuration process.
8082 _LT_EOF
8086 amigaos*)
8087 case $host_cpu in
8088 powerpc)
8089 # see comment about AmigaOS4 .so support
8090 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8091 archive_expsym_cmds=''
8093 m68k)
8094 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)'
8095 hardcode_libdir_flag_spec='-L$libdir'
8096 hardcode_minus_L=yes
8098 esac
8101 beos*)
8102 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8103 allow_undefined_flag=unsupported
8104 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8105 # support --undefined. This deserves some investigation. FIXME
8106 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8107 else
8108 ld_shlibs=no
8112 cygwin* | mingw* | pw32* | cegcc*)
8113 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8114 # as there is no search path for DLLs.
8115 hardcode_libdir_flag_spec='-L$libdir'
8116 export_dynamic_flag_spec='${wl}--export-all-symbols'
8117 allow_undefined_flag=unsupported
8118 always_export_symbols=no
8119 enable_shared_with_static_runtimes=yes
8120 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8122 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8123 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8124 # If the export-symbols file already is a .def file (1st line
8125 # is EXPORTS), use it as is; otherwise, prepend...
8126 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8127 cp $export_symbols $output_objdir/$soname.def;
8128 else
8129 echo EXPORTS > $output_objdir/$soname.def;
8130 cat $export_symbols >> $output_objdir/$soname.def;
8132 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8133 else
8134 ld_shlibs=no
8138 haiku*)
8139 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8140 link_all_deplibs=yes
8143 interix[3-9]*)
8144 hardcode_direct=no
8145 hardcode_shlibpath_var=no
8146 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8147 export_dynamic_flag_spec='${wl}-E'
8148 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8149 # Instead, shared libraries are loaded at an image base (0x10000000 by
8150 # default) and relocated if they conflict, which is a slow very memory
8151 # consuming and fragmenting process. To avoid this, we pick a random,
8152 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8153 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8154 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8155 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'
8158 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8159 tmp_diet=no
8160 if test "$host_os" = linux-dietlibc; then
8161 case $cc_basename in
8162 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8163 esac
8165 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8166 && test "$tmp_diet" = no
8167 then
8168 tmp_addflag=
8169 tmp_sharedflag='-shared'
8170 case $cc_basename,$host_cpu in
8171 pgcc*) # Portland Group C compiler
8172 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'
8173 tmp_addflag=' $pic_flag'
8175 pgf77* | pgf90* | pgf95* | pgfortran*)
8176 # Portland Group f77 and f90 compilers
8177 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'
8178 tmp_addflag=' $pic_flag -Mnomain' ;;
8179 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8180 tmp_addflag=' -i_dynamic' ;;
8181 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8182 tmp_addflag=' -i_dynamic -nofor_main' ;;
8183 ifc* | ifort*) # Intel Fortran compiler
8184 tmp_addflag=' -nofor_main' ;;
8185 lf95*) # Lahey Fortran 8.1
8186 whole_archive_flag_spec=
8187 tmp_sharedflag='--shared' ;;
8188 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8189 tmp_sharedflag='-qmkshrobj'
8190 tmp_addflag= ;;
8191 nvcc*) # Cuda Compiler Driver 2.2
8192 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'
8193 compiler_needs_object=yes
8195 esac
8196 case `$CC -V 2>&1 | sed 5q` in
8197 *Sun\ C*) # Sun C 5.9
8198 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'
8199 compiler_needs_object=yes
8200 tmp_sharedflag='-G' ;;
8201 *Sun\ F*) # Sun Fortran 8.3
8202 tmp_sharedflag='-G' ;;
8203 esac
8204 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8206 if test "x$supports_anon_versioning" = xyes; then
8207 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8208 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8209 echo "local: *; };" >> $output_objdir/$libname.ver~
8210 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8213 case $cc_basename in
8214 xlf* | bgf* | bgxlf* | mpixlf*)
8215 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8216 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8217 hardcode_libdir_flag_spec=
8218 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8219 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8220 if test "x$supports_anon_versioning" = xyes; then
8221 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8222 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8223 echo "local: *; };" >> $output_objdir/$libname.ver~
8224 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8227 esac
8228 else
8229 ld_shlibs=no
8233 netbsd*)
8234 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8235 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8236 wlarc=
8237 else
8238 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8239 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8243 solaris*)
8244 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8245 ld_shlibs=no
8246 cat <<_LT_EOF 1>&2
8248 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8249 *** create shared libraries on Solaris systems. Therefore, libtool
8250 *** is disabling shared libraries support. We urge you to upgrade GNU
8251 *** binutils to release 2.9.1 or newer. Another option is to modify
8252 *** your PATH or compiler configuration so that the native linker is
8253 *** used, and then restart.
8255 _LT_EOF
8256 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8257 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8258 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8259 else
8260 ld_shlibs=no
8264 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8265 case `$LD -v 2>&1` in
8266 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8267 ld_shlibs=no
8268 cat <<_LT_EOF 1>&2
8270 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8271 *** reliably create shared libraries on SCO systems. Therefore, libtool
8272 *** is disabling shared libraries support. We urge you to upgrade GNU
8273 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8274 *** your PATH or compiler configuration so that the native linker is
8275 *** used, and then restart.
8277 _LT_EOF
8280 # For security reasons, it is highly recommended that you always
8281 # use absolute paths for naming shared libraries, and exclude the
8282 # DT_RUNPATH tag from executables and libraries. But doing so
8283 # requires that you compile everything twice, which is a pain.
8284 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8285 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8286 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8287 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8288 else
8289 ld_shlibs=no
8292 esac
8295 sunos4*)
8296 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8297 wlarc=
8298 hardcode_direct=yes
8299 hardcode_shlibpath_var=no
8303 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8304 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8305 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8306 else
8307 ld_shlibs=no
8310 esac
8312 if test "$ld_shlibs" = no; then
8313 runpath_var=
8314 hardcode_libdir_flag_spec=
8315 export_dynamic_flag_spec=
8316 whole_archive_flag_spec=
8318 else
8319 # PORTME fill in a description of your system's linker (not GNU ld)
8320 case $host_os in
8321 aix3*)
8322 allow_undefined_flag=unsupported
8323 always_export_symbols=yes
8324 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'
8325 # Note: this linker hardcodes the directories in LIBPATH if there
8326 # are no directories specified by -L.
8327 hardcode_minus_L=yes
8328 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8329 # Neither direct hardcoding nor static linking is supported with a
8330 # broken collect2.
8331 hardcode_direct=unsupported
8335 aix[4-9]*)
8336 if test "$host_cpu" = ia64; then
8337 # On IA64, the linker does run time linking by default, so we don't
8338 # have to do anything special.
8339 aix_use_runtimelinking=no
8340 exp_sym_flag='-Bexport'
8341 no_entry_flag=""
8342 else
8343 # If we're using GNU nm, then we don't want the "-C" option.
8344 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8345 # Also, AIX nm treats weak defined symbols like other global
8346 # defined symbols, whereas GNU nm marks them as "W".
8347 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8348 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'
8349 else
8350 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'
8352 aix_use_runtimelinking=no
8354 # Test if we are trying to use run time linking or normal
8355 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8356 # need to do runtime linking.
8357 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8358 for ld_flag in $LDFLAGS; do
8359 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8360 aix_use_runtimelinking=yes
8361 break
8363 done
8365 esac
8367 exp_sym_flag='-bexport'
8368 no_entry_flag='-bnoentry'
8371 # When large executables or shared objects are built, AIX ld can
8372 # have problems creating the table of contents. If linking a library
8373 # or program results in "error TOC overflow" add -mminimal-toc to
8374 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8375 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8377 archive_cmds=''
8378 hardcode_direct=yes
8379 hardcode_direct_absolute=yes
8380 hardcode_libdir_separator=':'
8381 link_all_deplibs=yes
8382 file_list_spec='${wl}-f,'
8384 if test "$GCC" = yes; then
8385 case $host_os in aix4.[012]|aix4.[012].*)
8386 # We only want to do this on AIX 4.2 and lower, the check
8387 # below for broken collect2 doesn't work under 4.3+
8388 collect2name=`${CC} -print-prog-name=collect2`
8389 if test -f "$collect2name" &&
8390 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8391 then
8392 # We have reworked collect2
8394 else
8395 # We have old collect2
8396 hardcode_direct=unsupported
8397 # It fails to find uninstalled libraries when the uninstalled
8398 # path is not listed in the libpath. Setting hardcode_minus_L
8399 # to unsupported forces relinking
8400 hardcode_minus_L=yes
8401 hardcode_libdir_flag_spec='-L$libdir'
8402 hardcode_libdir_separator=
8405 esac
8406 shared_flag='-shared'
8407 if test "$aix_use_runtimelinking" = yes; then
8408 shared_flag="$shared_flag "'${wl}-G'
8410 else
8411 # not using gcc
8412 if test "$host_cpu" = ia64; then
8413 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8414 # chokes on -Wl,-G. The following line is correct:
8415 shared_flag='-G'
8416 else
8417 if test "$aix_use_runtimelinking" = yes; then
8418 shared_flag='${wl}-G'
8419 else
8420 shared_flag='${wl}-bM:SRE'
8425 export_dynamic_flag_spec='${wl}-bexpall'
8426 # It seems that -bexpall does not export symbols beginning with
8427 # underscore (_), so it is better to generate a list of symbols to export.
8428 always_export_symbols=yes
8429 if test "$aix_use_runtimelinking" = yes; then
8430 # Warning - without using the other runtime loading flags (-brtl),
8431 # -berok will link without error, but may produce a broken library.
8432 allow_undefined_flag='-berok'
8433 # Determine the default libpath from the value encoded in an
8434 # empty executable.
8435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8436 /* end confdefs.h. */
8439 main ()
8443 return 0;
8445 _ACEOF
8446 if ac_fn_c_try_link "$LINENO"; then :
8448 lt_aix_libpath_sed='
8449 /Import File Strings/,/^$/ {
8450 /^0/ {
8451 s/^0 *\(.*\)$/\1/
8455 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8456 # Check for a 64-bit object if we didn't find anything.
8457 if test -z "$aix_libpath"; then
8458 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8461 rm -f core conftest.err conftest.$ac_objext \
8462 conftest$ac_exeext conftest.$ac_ext
8463 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8465 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8466 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"
8467 else
8468 if test "$host_cpu" = ia64; then
8469 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8470 allow_undefined_flag="-z nodefs"
8471 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"
8472 else
8473 # Determine the default libpath from the value encoded in an
8474 # empty executable.
8475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8476 /* end confdefs.h. */
8479 main ()
8483 return 0;
8485 _ACEOF
8486 if ac_fn_c_try_link "$LINENO"; then :
8488 lt_aix_libpath_sed='
8489 /Import File Strings/,/^$/ {
8490 /^0/ {
8491 s/^0 *\(.*\)$/\1/
8495 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8496 # Check for a 64-bit object if we didn't find anything.
8497 if test -z "$aix_libpath"; then
8498 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8501 rm -f core conftest.err conftest.$ac_objext \
8502 conftest$ac_exeext conftest.$ac_ext
8503 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8505 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8506 # Warning - without using the other run time loading flags,
8507 # -berok will link without error, but may produce a broken library.
8508 no_undefined_flag=' ${wl}-bernotok'
8509 allow_undefined_flag=' ${wl}-berok'
8510 if test "$with_gnu_ld" = yes; then
8511 # We only use this code for GNU lds that support --whole-archive.
8512 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8513 else
8514 # Exported symbols can be pulled into shared objects from archives
8515 whole_archive_flag_spec='$convenience'
8517 archive_cmds_need_lc=yes
8518 # This is similar to how AIX traditionally builds its shared libraries.
8519 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'
8524 amigaos*)
8525 case $host_cpu in
8526 powerpc)
8527 # see comment about AmigaOS4 .so support
8528 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8529 archive_expsym_cmds=''
8531 m68k)
8532 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)'
8533 hardcode_libdir_flag_spec='-L$libdir'
8534 hardcode_minus_L=yes
8536 esac
8539 bsdi[45]*)
8540 export_dynamic_flag_spec=-rdynamic
8543 cygwin* | mingw* | pw32* | cegcc*)
8544 # When not using gcc, we currently assume that we are using
8545 # Microsoft Visual C++.
8546 # hardcode_libdir_flag_spec is actually meaningless, as there is
8547 # no search path for DLLs.
8548 hardcode_libdir_flag_spec=' '
8549 allow_undefined_flag=unsupported
8550 # Tell ltmain to make .lib files, not .a files.
8551 libext=lib
8552 # Tell ltmain to make .dll files, not .so files.
8553 shrext_cmds=".dll"
8554 # FIXME: Setting linknames here is a bad hack.
8555 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8556 # The linker will automatically build a .lib file if we build a DLL.
8557 old_archive_from_new_cmds='true'
8558 # FIXME: Should let the user specify the lib program.
8559 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8560 fix_srcfile_path='`cygpath -w "$srcfile"`'
8561 enable_shared_with_static_runtimes=yes
8564 darwin* | rhapsody*)
8567 archive_cmds_need_lc=no
8568 hardcode_direct=no
8569 hardcode_automatic=yes
8570 hardcode_shlibpath_var=unsupported
8571 if test "$lt_cv_ld_force_load" = "yes"; then
8572 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\"`'
8573 else
8574 whole_archive_flag_spec=''
8576 link_all_deplibs=yes
8577 allow_undefined_flag="$_lt_dar_allow_undefined"
8578 case $cc_basename in
8579 ifort*) _lt_dar_can_shared=yes ;;
8580 *) _lt_dar_can_shared=$GCC ;;
8581 esac
8582 if test "$_lt_dar_can_shared" = "yes"; then
8583 output_verbose_link_cmd=func_echo_all
8584 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8585 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8586 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}"
8587 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}"
8589 else
8590 ld_shlibs=no
8595 dgux*)
8596 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8597 hardcode_libdir_flag_spec='-L$libdir'
8598 hardcode_shlibpath_var=no
8601 freebsd1*)
8602 ld_shlibs=no
8605 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8606 # support. Future versions do this automatically, but an explicit c++rt0.o
8607 # does not break anything, and helps significantly (at the cost of a little
8608 # extra space).
8609 freebsd2.2*)
8610 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8611 hardcode_libdir_flag_spec='-R$libdir'
8612 hardcode_direct=yes
8613 hardcode_shlibpath_var=no
8616 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8617 freebsd2*)
8618 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8619 hardcode_direct=yes
8620 hardcode_minus_L=yes
8621 hardcode_shlibpath_var=no
8624 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8625 freebsd* | dragonfly*)
8626 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8627 hardcode_libdir_flag_spec='-R$libdir'
8628 hardcode_direct=yes
8629 hardcode_shlibpath_var=no
8632 hpux9*)
8633 if test "$GCC" = yes; then
8634 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'
8635 else
8636 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'
8638 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8639 hardcode_libdir_separator=:
8640 hardcode_direct=yes
8642 # hardcode_minus_L: Not really in the search PATH,
8643 # but as the default location of the library.
8644 hardcode_minus_L=yes
8645 export_dynamic_flag_spec='${wl}-E'
8648 hpux10*)
8649 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8650 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8651 else
8652 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8654 if test "$with_gnu_ld" = no; then
8655 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8656 hardcode_libdir_flag_spec_ld='+b $libdir'
8657 hardcode_libdir_separator=:
8658 hardcode_direct=yes
8659 hardcode_direct_absolute=yes
8660 export_dynamic_flag_spec='${wl}-E'
8661 # hardcode_minus_L: Not really in the search PATH,
8662 # but as the default location of the library.
8663 hardcode_minus_L=yes
8667 hpux11*)
8668 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8669 case $host_cpu in
8670 hppa*64*)
8671 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8673 ia64*)
8674 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8677 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8679 esac
8680 else
8681 case $host_cpu in
8682 hppa*64*)
8683 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8685 ia64*)
8686 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8690 # Older versions of the 11.00 compiler do not understand -b yet
8691 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8693 $as_echo_n "checking if $CC understands -b... " >&6; }
8694 if test "${lt_cv_prog_compiler__b+set}" = set; then :
8695 $as_echo_n "(cached) " >&6
8696 else
8697 lt_cv_prog_compiler__b=no
8698 save_LDFLAGS="$LDFLAGS"
8699 LDFLAGS="$LDFLAGS -b"
8700 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8701 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8702 # The linker can only warn and ignore the option if not recognized
8703 # So say no if there are warnings
8704 if test -s conftest.err; then
8705 # Append any errors to the config.log.
8706 cat conftest.err 1>&5
8707 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8708 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8709 if diff conftest.exp conftest.er2 >/dev/null; then
8710 lt_cv_prog_compiler__b=yes
8712 else
8713 lt_cv_prog_compiler__b=yes
8716 $RM -r conftest*
8717 LDFLAGS="$save_LDFLAGS"
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8721 $as_echo "$lt_cv_prog_compiler__b" >&6; }
8723 if test x"$lt_cv_prog_compiler__b" = xyes; then
8724 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8725 else
8726 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8730 esac
8732 if test "$with_gnu_ld" = no; then
8733 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8734 hardcode_libdir_separator=:
8736 case $host_cpu in
8737 hppa*64*|ia64*)
8738 hardcode_direct=no
8739 hardcode_shlibpath_var=no
8742 hardcode_direct=yes
8743 hardcode_direct_absolute=yes
8744 export_dynamic_flag_spec='${wl}-E'
8746 # hardcode_minus_L: Not really in the search PATH,
8747 # but as the default location of the library.
8748 hardcode_minus_L=yes
8750 esac
8754 irix5* | irix6* | nonstopux*)
8755 if test "$GCC" = yes; then
8756 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'
8757 # Try to use the -exported_symbol ld option, if it does not
8758 # work, assume that -exports_file does not work either and
8759 # implicitly export all symbols.
8760 save_LDFLAGS="$LDFLAGS"
8761 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8763 /* end confdefs.h. */
8764 int foo(void) {}
8765 _ACEOF
8766 if ac_fn_c_try_link "$LINENO"; then :
8767 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'
8770 rm -f core conftest.err conftest.$ac_objext \
8771 conftest$ac_exeext conftest.$ac_ext
8772 LDFLAGS="$save_LDFLAGS"
8773 else
8774 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'
8775 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'
8777 archive_cmds_need_lc='no'
8778 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8779 hardcode_libdir_separator=:
8780 inherit_rpath=yes
8781 link_all_deplibs=yes
8784 netbsd*)
8785 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8786 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8787 else
8788 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8790 hardcode_libdir_flag_spec='-R$libdir'
8791 hardcode_direct=yes
8792 hardcode_shlibpath_var=no
8795 newsos6)
8796 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8797 hardcode_direct=yes
8798 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8799 hardcode_libdir_separator=:
8800 hardcode_shlibpath_var=no
8803 *nto* | *qnx*)
8806 openbsd*)
8807 if test -f /usr/libexec/ld.so; then
8808 hardcode_direct=yes
8809 hardcode_shlibpath_var=no
8810 hardcode_direct_absolute=yes
8811 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8812 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8813 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8814 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8815 export_dynamic_flag_spec='${wl}-E'
8816 else
8817 case $host_os in
8818 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8819 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8820 hardcode_libdir_flag_spec='-R$libdir'
8823 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8824 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8826 esac
8828 else
8829 ld_shlibs=no
8833 os2*)
8834 hardcode_libdir_flag_spec='-L$libdir'
8835 hardcode_minus_L=yes
8836 allow_undefined_flag=unsupported
8837 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'
8838 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8841 osf3*)
8842 if test "$GCC" = yes; then
8843 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8844 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'
8845 else
8846 allow_undefined_flag=' -expect_unresolved \*'
8847 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'
8849 archive_cmds_need_lc='no'
8850 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8851 hardcode_libdir_separator=:
8854 osf4* | osf5*) # as osf3* with the addition of -msym flag
8855 if test "$GCC" = yes; then
8856 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8857 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'
8858 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8859 else
8860 allow_undefined_flag=' -expect_unresolved \*'
8861 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'
8862 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~
8863 $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'
8865 # Both c and cxx compiler support -rpath directly
8866 hardcode_libdir_flag_spec='-rpath $libdir'
8868 archive_cmds_need_lc='no'
8869 hardcode_libdir_separator=:
8872 solaris*)
8873 no_undefined_flag=' -z defs'
8874 if test "$GCC" = yes; then
8875 wlarc='${wl}'
8876 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8877 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8878 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8879 else
8880 case `$CC -V 2>&1` in
8881 *"Compilers 5.0"*)
8882 wlarc=''
8883 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8884 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8885 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8888 wlarc='${wl}'
8889 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8890 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8891 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8893 esac
8895 hardcode_libdir_flag_spec='-R$libdir'
8896 hardcode_shlibpath_var=no
8897 case $host_os in
8898 solaris2.[0-5] | solaris2.[0-5].*) ;;
8900 # The compiler driver will combine and reorder linker options,
8901 # but understands `-z linker_flag'. GCC discards it without `$wl',
8902 # but is careful enough not to reorder.
8903 # Supported since Solaris 2.6 (maybe 2.5.1?)
8904 if test "$GCC" = yes; then
8905 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8906 else
8907 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8910 esac
8911 link_all_deplibs=yes
8914 sunos4*)
8915 if test "x$host_vendor" = xsequent; then
8916 # Use $CC to link under sequent, because it throws in some extra .o
8917 # files that make .init and .fini sections work.
8918 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8919 else
8920 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8922 hardcode_libdir_flag_spec='-L$libdir'
8923 hardcode_direct=yes
8924 hardcode_minus_L=yes
8925 hardcode_shlibpath_var=no
8928 sysv4)
8929 case $host_vendor in
8930 sni)
8931 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8932 hardcode_direct=yes # is this really true???
8934 siemens)
8935 ## LD is ld it makes a PLAMLIB
8936 ## CC just makes a GrossModule.
8937 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8938 reload_cmds='$CC -r -o $output$reload_objs'
8939 hardcode_direct=no
8941 motorola)
8942 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8943 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8945 esac
8946 runpath_var='LD_RUN_PATH'
8947 hardcode_shlibpath_var=no
8950 sysv4.3*)
8951 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8952 hardcode_shlibpath_var=no
8953 export_dynamic_flag_spec='-Bexport'
8956 sysv4*MP*)
8957 if test -d /usr/nec; then
8958 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8959 hardcode_shlibpath_var=no
8960 runpath_var=LD_RUN_PATH
8961 hardcode_runpath_var=yes
8962 ld_shlibs=yes
8966 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8967 no_undefined_flag='${wl}-z,text'
8968 archive_cmds_need_lc=no
8969 hardcode_shlibpath_var=no
8970 runpath_var='LD_RUN_PATH'
8972 if test "$GCC" = yes; then
8973 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8974 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8975 else
8976 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8977 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8981 sysv5* | sco3.2v5* | sco5v6*)
8982 # Note: We can NOT use -z defs as we might desire, because we do not
8983 # link with -lc, and that would cause any symbols used from libc to
8984 # always be unresolved, which means just about no library would
8985 # ever link correctly. If we're not using GNU ld we use -z text
8986 # though, which does catch some bad symbols but isn't as heavy-handed
8987 # as -z defs.
8988 no_undefined_flag='${wl}-z,text'
8989 allow_undefined_flag='${wl}-z,nodefs'
8990 archive_cmds_need_lc=no
8991 hardcode_shlibpath_var=no
8992 hardcode_libdir_flag_spec='${wl}-R,$libdir'
8993 hardcode_libdir_separator=':'
8994 link_all_deplibs=yes
8995 export_dynamic_flag_spec='${wl}-Bexport'
8996 runpath_var='LD_RUN_PATH'
8998 if test "$GCC" = yes; then
8999 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9000 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9001 else
9002 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9003 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9007 uts4*)
9008 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9009 hardcode_libdir_flag_spec='-L$libdir'
9010 hardcode_shlibpath_var=no
9014 ld_shlibs=no
9016 esac
9018 if test x$host_vendor = xsni; then
9019 case $host in
9020 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9021 export_dynamic_flag_spec='${wl}-Blargedynsym'
9023 esac
9027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9028 $as_echo "$ld_shlibs" >&6; }
9029 test "$ld_shlibs" = no && can_build_shared=no
9031 with_gnu_ld=$with_gnu_ld
9048 # Do we need to explicitly link libc?
9050 case "x$archive_cmds_need_lc" in
9051 x|xyes)
9052 # Assume -lc should be added
9053 archive_cmds_need_lc=yes
9055 if test "$enable_shared" = yes && test "$GCC" = yes; then
9056 case $archive_cmds in
9057 *'~'*)
9058 # FIXME: we may have to deal with multi-command sequences.
9060 '$CC '*)
9061 # Test whether the compiler implicitly links with -lc since on some
9062 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9063 # to ld, don't add -lc before -lgcc.
9064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9065 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9066 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9067 $as_echo_n "(cached) " >&6
9068 else
9069 $RM conftest*
9070 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9072 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9073 (eval $ac_compile) 2>&5
9074 ac_status=$?
9075 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9076 test $ac_status = 0; } 2>conftest.err; then
9077 soname=conftest
9078 lib=conftest
9079 libobjs=conftest.$ac_objext
9080 deplibs=
9081 wl=$lt_prog_compiler_wl
9082 pic_flag=$lt_prog_compiler_pic
9083 compiler_flags=-v
9084 linker_flags=-v
9085 verstring=
9086 output_objdir=.
9087 libname=conftest
9088 lt_save_allow_undefined_flag=$allow_undefined_flag
9089 allow_undefined_flag=
9090 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9091 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9092 ac_status=$?
9093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9094 test $ac_status = 0; }
9095 then
9096 lt_cv_archive_cmds_need_lc=no
9097 else
9098 lt_cv_archive_cmds_need_lc=yes
9100 allow_undefined_flag=$lt_save_allow_undefined_flag
9101 else
9102 cat conftest.err 1>&5
9104 $RM conftest*
9107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9108 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9109 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9111 esac
9114 esac
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9273 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9275 if test "$GCC" = yes; then
9276 case $host_os in
9277 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9278 *) lt_awk_arg="/^libraries:/" ;;
9279 esac
9280 case $host_os in
9281 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9282 *) lt_sed_strip_eq="s,=/,/,g" ;;
9283 esac
9284 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9285 case $lt_search_path_spec in
9286 *\;*)
9287 # if the path contains ";" then we assume it to be the separator
9288 # otherwise default to the standard path separator (i.e. ":") - it is
9289 # assumed that no part of a normal pathname contains ";" but that should
9290 # okay in the real world where ";" in dirpaths is itself problematic.
9291 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9294 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9296 esac
9297 # Ok, now we have the path, separated by spaces, we can step through it
9298 # and add multilib dir if necessary.
9299 lt_tmp_lt_search_path_spec=
9300 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9301 for lt_sys_path in $lt_search_path_spec; do
9302 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9303 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9304 else
9305 test -d "$lt_sys_path" && \
9306 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9308 done
9309 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9310 BEGIN {RS=" "; FS="/|\n";} {
9311 lt_foo="";
9312 lt_count=0;
9313 for (lt_i = NF; lt_i > 0; lt_i--) {
9314 if ($lt_i != "" && $lt_i != ".") {
9315 if ($lt_i == "..") {
9316 lt_count++;
9317 } else {
9318 if (lt_count == 0) {
9319 lt_foo="/" $lt_i lt_foo;
9320 } else {
9321 lt_count--;
9326 if (lt_foo != "") { lt_freq[lt_foo]++; }
9327 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9329 # AWK program above erroneously prepends '/' to C:/dos/paths
9330 # for these hosts.
9331 case $host_os in
9332 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9333 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9334 esac
9335 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9336 else
9337 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9339 library_names_spec=
9340 libname_spec='lib$name'
9341 soname_spec=
9342 shrext_cmds=".so"
9343 postinstall_cmds=
9344 postuninstall_cmds=
9345 finish_cmds=
9346 finish_eval=
9347 shlibpath_var=
9348 shlibpath_overrides_runpath=unknown
9349 version_type=none
9350 dynamic_linker="$host_os ld.so"
9351 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9352 need_lib_prefix=unknown
9353 hardcode_into_libs=no
9355 # when you set need_version to no, make sure it does not cause -set_version
9356 # flags to be left without arguments
9357 need_version=unknown
9359 case $host_os in
9360 aix3*)
9361 version_type=linux
9362 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9363 shlibpath_var=LIBPATH
9365 # AIX 3 has no versioning support, so we append a major version to the name.
9366 soname_spec='${libname}${release}${shared_ext}$major'
9369 aix[4-9]*)
9370 version_type=linux
9371 need_lib_prefix=no
9372 need_version=no
9373 hardcode_into_libs=yes
9374 if test "$host_cpu" = ia64; then
9375 # AIX 5 supports IA64
9376 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9377 shlibpath_var=LD_LIBRARY_PATH
9378 else
9379 # With GCC up to 2.95.x, collect2 would create an import file
9380 # for dependence libraries. The import file would start with
9381 # the line `#! .'. This would cause the generated library to
9382 # depend on `.', always an invalid library. This was fixed in
9383 # development snapshots of GCC prior to 3.0.
9384 case $host_os in
9385 aix4 | aix4.[01] | aix4.[01].*)
9386 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9387 echo ' yes '
9388 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9390 else
9391 can_build_shared=no
9394 esac
9395 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9396 # soname into executable. Probably we can add versioning support to
9397 # collect2, so additional links can be useful in future.
9398 if test "$aix_use_runtimelinking" = yes; then
9399 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9400 # instead of lib<name>.a to let people know that these are not
9401 # typical AIX shared libraries.
9402 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9403 else
9404 # We preserve .a as extension for shared libraries through AIX4.2
9405 # and later when we are not doing run time linking.
9406 library_names_spec='${libname}${release}.a $libname.a'
9407 soname_spec='${libname}${release}${shared_ext}$major'
9409 shlibpath_var=LIBPATH
9413 amigaos*)
9414 case $host_cpu in
9415 powerpc)
9416 # Since July 2007 AmigaOS4 officially supports .so libraries.
9417 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9418 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9420 m68k)
9421 library_names_spec='$libname.ixlibrary $libname.a'
9422 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9423 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'
9425 esac
9428 beos*)
9429 library_names_spec='${libname}${shared_ext}'
9430 dynamic_linker="$host_os ld.so"
9431 shlibpath_var=LIBRARY_PATH
9434 bsdi[45]*)
9435 version_type=linux
9436 need_version=no
9437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9438 soname_spec='${libname}${release}${shared_ext}$major'
9439 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9440 shlibpath_var=LD_LIBRARY_PATH
9441 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9442 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9443 # the default ld.so.conf also contains /usr/contrib/lib and
9444 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9445 # libtool to hard-code these into programs
9448 cygwin* | mingw* | pw32* | cegcc*)
9449 version_type=windows
9450 shrext_cmds=".dll"
9451 need_version=no
9452 need_lib_prefix=no
9454 case $GCC,$host_os in
9455 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9456 library_names_spec='$libname.dll.a'
9457 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9458 postinstall_cmds='base_file=`basename \${file}`~
9459 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9460 dldir=$destdir/`dirname \$dlpath`~
9461 test -d \$dldir || mkdir -p \$dldir~
9462 $install_prog $dir/$dlname \$dldir/$dlname~
9463 chmod a+x \$dldir/$dlname~
9464 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9465 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9467 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9468 dlpath=$dir/\$dldll~
9469 $RM \$dlpath'
9470 shlibpath_overrides_runpath=yes
9472 case $host_os in
9473 cygwin*)
9474 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9475 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9477 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9479 mingw* | cegcc*)
9480 # MinGW DLLs use traditional 'lib' prefix
9481 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9483 pw32*)
9484 # pw32 DLLs use 'pw' prefix rather than 'lib'
9485 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9487 esac
9491 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9493 esac
9494 dynamic_linker='Win32 ld.exe'
9495 # FIXME: first we should search . and the directory the executable is in
9496 shlibpath_var=PATH
9499 darwin* | rhapsody*)
9500 dynamic_linker="$host_os dyld"
9501 version_type=darwin
9502 need_lib_prefix=no
9503 need_version=no
9504 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9505 soname_spec='${libname}${release}${major}$shared_ext'
9506 shlibpath_overrides_runpath=yes
9507 shlibpath_var=DYLD_LIBRARY_PATH
9508 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9510 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9511 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9514 dgux*)
9515 version_type=linux
9516 need_lib_prefix=no
9517 need_version=no
9518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9519 soname_spec='${libname}${release}${shared_ext}$major'
9520 shlibpath_var=LD_LIBRARY_PATH
9523 freebsd1*)
9524 dynamic_linker=no
9527 freebsd* | dragonfly*)
9528 # DragonFly does not have aout. When/if they implement a new
9529 # versioning mechanism, adjust this.
9530 if test -x /usr/bin/objformat; then
9531 objformat=`/usr/bin/objformat`
9532 else
9533 case $host_os in
9534 freebsd[123]*) objformat=aout ;;
9535 *) objformat=elf ;;
9536 esac
9538 version_type=freebsd-$objformat
9539 case $version_type in
9540 freebsd-elf*)
9541 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9542 need_version=no
9543 need_lib_prefix=no
9545 freebsd-*)
9546 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9547 need_version=yes
9549 esac
9550 shlibpath_var=LD_LIBRARY_PATH
9551 case $host_os in
9552 freebsd2*)
9553 shlibpath_overrides_runpath=yes
9555 freebsd3.[01]* | freebsdelf3.[01]*)
9556 shlibpath_overrides_runpath=yes
9557 hardcode_into_libs=yes
9559 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9560 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9561 shlibpath_overrides_runpath=no
9562 hardcode_into_libs=yes
9564 *) # from 4.6 on, and DragonFly
9565 shlibpath_overrides_runpath=yes
9566 hardcode_into_libs=yes
9568 esac
9571 gnu*)
9572 version_type=linux
9573 need_lib_prefix=no
9574 need_version=no
9575 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9576 soname_spec='${libname}${release}${shared_ext}$major'
9577 shlibpath_var=LD_LIBRARY_PATH
9578 hardcode_into_libs=yes
9581 haiku*)
9582 version_type=linux
9583 need_lib_prefix=no
9584 need_version=no
9585 dynamic_linker="$host_os runtime_loader"
9586 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9587 soname_spec='${libname}${release}${shared_ext}$major'
9588 shlibpath_var=LIBRARY_PATH
9589 shlibpath_overrides_runpath=yes
9590 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9591 hardcode_into_libs=yes
9594 hpux9* | hpux10* | hpux11*)
9595 # Give a soname corresponding to the major version so that dld.sl refuses to
9596 # link against other versions.
9597 version_type=sunos
9598 need_lib_prefix=no
9599 need_version=no
9600 case $host_cpu in
9601 ia64*)
9602 shrext_cmds='.so'
9603 hardcode_into_libs=yes
9604 dynamic_linker="$host_os dld.so"
9605 shlibpath_var=LD_LIBRARY_PATH
9606 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9607 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9608 soname_spec='${libname}${release}${shared_ext}$major'
9609 if test "X$HPUX_IA64_MODE" = X32; then
9610 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9611 else
9612 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9614 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9616 hppa*64*)
9617 shrext_cmds='.sl'
9618 hardcode_into_libs=yes
9619 dynamic_linker="$host_os dld.sl"
9620 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9621 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9623 soname_spec='${libname}${release}${shared_ext}$major'
9624 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9625 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9628 shrext_cmds='.sl'
9629 dynamic_linker="$host_os dld.sl"
9630 shlibpath_var=SHLIB_PATH
9631 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9632 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9633 soname_spec='${libname}${release}${shared_ext}$major'
9635 esac
9636 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9637 postinstall_cmds='chmod 555 $lib'
9638 # or fails outright, so override atomically:
9639 install_override_mode=555
9642 interix[3-9]*)
9643 version_type=linux
9644 need_lib_prefix=no
9645 need_version=no
9646 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9647 soname_spec='${libname}${release}${shared_ext}$major'
9648 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9649 shlibpath_var=LD_LIBRARY_PATH
9650 shlibpath_overrides_runpath=no
9651 hardcode_into_libs=yes
9654 irix5* | irix6* | nonstopux*)
9655 case $host_os in
9656 nonstopux*) version_type=nonstopux ;;
9658 if test "$lt_cv_prog_gnu_ld" = yes; then
9659 version_type=linux
9660 else
9661 version_type=irix
9662 fi ;;
9663 esac
9664 need_lib_prefix=no
9665 need_version=no
9666 soname_spec='${libname}${release}${shared_ext}$major'
9667 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9668 case $host_os in
9669 irix5* | nonstopux*)
9670 libsuff= shlibsuff=
9673 case $LD in # libtool.m4 will add one of these switches to LD
9674 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9675 libsuff= shlibsuff= libmagic=32-bit;;
9676 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9677 libsuff=32 shlibsuff=N32 libmagic=N32;;
9678 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9679 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9680 *) libsuff= shlibsuff= libmagic=never-match;;
9681 esac
9683 esac
9684 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9685 shlibpath_overrides_runpath=no
9686 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9687 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9688 hardcode_into_libs=yes
9691 # No shared lib support for Linux oldld, aout, or coff.
9692 linux*oldld* | linux*aout* | linux*coff*)
9693 dynamic_linker=no
9696 # This must be Linux ELF.
9697 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9698 version_type=linux
9699 need_lib_prefix=no
9700 need_version=no
9701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9702 soname_spec='${libname}${release}${shared_ext}$major'
9703 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9704 shlibpath_var=LD_LIBRARY_PATH
9705 shlibpath_overrides_runpath=no
9707 # Some binutils ld are patched to set DT_RUNPATH
9708 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9709 $as_echo_n "(cached) " >&6
9710 else
9711 lt_cv_shlibpath_overrides_runpath=no
9712 save_LDFLAGS=$LDFLAGS
9713 save_libdir=$libdir
9714 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9715 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9717 /* end confdefs.h. */
9720 main ()
9724 return 0;
9726 _ACEOF
9727 if ac_fn_c_try_link "$LINENO"; then :
9728 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9729 lt_cv_shlibpath_overrides_runpath=yes
9732 rm -f core conftest.err conftest.$ac_objext \
9733 conftest$ac_exeext conftest.$ac_ext
9734 LDFLAGS=$save_LDFLAGS
9735 libdir=$save_libdir
9739 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9741 # This implies no fast_install, which is unacceptable.
9742 # Some rework will be needed to allow for fast_install
9743 # before this can be enabled.
9744 hardcode_into_libs=yes
9746 # Append ld.so.conf contents to the search path
9747 if test -f /etc/ld.so.conf; then
9748 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' ' '`
9749 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9752 # We used to test for /lib/ld.so.1 and disable shared libraries on
9753 # powerpc, because MkLinux only supported shared libraries with the
9754 # GNU dynamic linker. Since this was broken with cross compilers,
9755 # most powerpc-linux boxes support dynamic linking these days and
9756 # people can always --disable-shared, the test was removed, and we
9757 # assume the GNU/Linux dynamic linker is in use.
9758 dynamic_linker='GNU/Linux ld.so'
9761 netbsd*)
9762 version_type=sunos
9763 need_lib_prefix=no
9764 need_version=no
9765 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9766 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9767 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9768 dynamic_linker='NetBSD (a.out) ld.so'
9769 else
9770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9771 soname_spec='${libname}${release}${shared_ext}$major'
9772 dynamic_linker='NetBSD ld.elf_so'
9774 shlibpath_var=LD_LIBRARY_PATH
9775 shlibpath_overrides_runpath=yes
9776 hardcode_into_libs=yes
9779 newsos6)
9780 version_type=linux
9781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9782 shlibpath_var=LD_LIBRARY_PATH
9783 shlibpath_overrides_runpath=yes
9786 *nto* | *qnx*)
9787 version_type=qnx
9788 need_lib_prefix=no
9789 need_version=no
9790 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9791 soname_spec='${libname}${release}${shared_ext}$major'
9792 shlibpath_var=LD_LIBRARY_PATH
9793 shlibpath_overrides_runpath=no
9794 hardcode_into_libs=yes
9795 dynamic_linker='ldqnx.so'
9798 openbsd*)
9799 version_type=sunos
9800 sys_lib_dlsearch_path_spec="/usr/lib"
9801 need_lib_prefix=no
9802 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9803 case $host_os in
9804 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9805 *) need_version=no ;;
9806 esac
9807 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9808 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9809 shlibpath_var=LD_LIBRARY_PATH
9810 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9811 case $host_os in
9812 openbsd2.[89] | openbsd2.[89].*)
9813 shlibpath_overrides_runpath=no
9816 shlibpath_overrides_runpath=yes
9818 esac
9819 else
9820 shlibpath_overrides_runpath=yes
9824 os2*)
9825 libname_spec='$name'
9826 shrext_cmds=".dll"
9827 need_lib_prefix=no
9828 library_names_spec='$libname${shared_ext} $libname.a'
9829 dynamic_linker='OS/2 ld.exe'
9830 shlibpath_var=LIBPATH
9833 osf3* | osf4* | osf5*)
9834 version_type=osf
9835 need_lib_prefix=no
9836 need_version=no
9837 soname_spec='${libname}${release}${shared_ext}$major'
9838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9839 shlibpath_var=LD_LIBRARY_PATH
9840 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9841 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9844 rdos*)
9845 dynamic_linker=no
9848 solaris*)
9849 version_type=linux
9850 need_lib_prefix=no
9851 need_version=no
9852 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9853 soname_spec='${libname}${release}${shared_ext}$major'
9854 shlibpath_var=LD_LIBRARY_PATH
9855 shlibpath_overrides_runpath=yes
9856 hardcode_into_libs=yes
9857 # ldd complains unless libraries are executable
9858 postinstall_cmds='chmod +x $lib'
9861 sunos4*)
9862 version_type=sunos
9863 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9864 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9865 shlibpath_var=LD_LIBRARY_PATH
9866 shlibpath_overrides_runpath=yes
9867 if test "$with_gnu_ld" = yes; then
9868 need_lib_prefix=no
9870 need_version=yes
9873 sysv4 | sysv4.3*)
9874 version_type=linux
9875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9876 soname_spec='${libname}${release}${shared_ext}$major'
9877 shlibpath_var=LD_LIBRARY_PATH
9878 case $host_vendor in
9879 sni)
9880 shlibpath_overrides_runpath=no
9881 need_lib_prefix=no
9882 runpath_var=LD_RUN_PATH
9884 siemens)
9885 need_lib_prefix=no
9887 motorola)
9888 need_lib_prefix=no
9889 need_version=no
9890 shlibpath_overrides_runpath=no
9891 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9893 esac
9896 sysv4*MP*)
9897 if test -d /usr/nec ;then
9898 version_type=linux
9899 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9900 soname_spec='$libname${shared_ext}.$major'
9901 shlibpath_var=LD_LIBRARY_PATH
9905 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9906 version_type=freebsd-elf
9907 need_lib_prefix=no
9908 need_version=no
9909 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9910 soname_spec='${libname}${release}${shared_ext}$major'
9911 shlibpath_var=LD_LIBRARY_PATH
9912 shlibpath_overrides_runpath=yes
9913 hardcode_into_libs=yes
9914 if test "$with_gnu_ld" = yes; then
9915 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9916 else
9917 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9918 case $host_os in
9919 sco3.2v5*)
9920 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9922 esac
9924 sys_lib_dlsearch_path_spec='/usr/lib'
9927 tpf*)
9928 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9929 version_type=linux
9930 need_lib_prefix=no
9931 need_version=no
9932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9933 shlibpath_var=LD_LIBRARY_PATH
9934 shlibpath_overrides_runpath=no
9935 hardcode_into_libs=yes
9938 uts4*)
9939 version_type=linux
9940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9941 soname_spec='${libname}${release}${shared_ext}$major'
9942 shlibpath_var=LD_LIBRARY_PATH
9946 dynamic_linker=no
9948 esac
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9950 $as_echo "$dynamic_linker" >&6; }
9951 test "$dynamic_linker" = no && can_build_shared=no
9953 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9954 if test "$GCC" = yes; then
9955 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9958 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9959 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9961 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9962 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10057 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10058 hardcode_action=
10059 if test -n "$hardcode_libdir_flag_spec" ||
10060 test -n "$runpath_var" ||
10061 test "X$hardcode_automatic" = "Xyes" ; then
10063 # We can hardcode non-existent directories.
10064 if test "$hardcode_direct" != no &&
10065 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10066 # have to relink, otherwise we might link with an installed library
10067 # when we should be linking with a yet-to-be-installed one
10068 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10069 test "$hardcode_minus_L" != no; then
10070 # Linking always hardcodes the temporary library directory.
10071 hardcode_action=relink
10072 else
10073 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10074 hardcode_action=immediate
10076 else
10077 # We cannot hardcode anything, or else we can only hardcode existing
10078 # directories.
10079 hardcode_action=unsupported
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10082 $as_echo "$hardcode_action" >&6; }
10084 if test "$hardcode_action" = relink ||
10085 test "$inherit_rpath" = yes; then
10086 # Fast installation is not supported
10087 enable_fast_install=no
10088 elif test "$shlibpath_overrides_runpath" = yes ||
10089 test "$enable_shared" = no; then
10090 # Fast installation is not necessary
10091 enable_fast_install=needless
10099 if test "x$enable_dlopen" != xyes; then
10100 enable_dlopen=unknown
10101 enable_dlopen_self=unknown
10102 enable_dlopen_self_static=unknown
10103 else
10104 lt_cv_dlopen=no
10105 lt_cv_dlopen_libs=
10107 case $host_os in
10108 beos*)
10109 lt_cv_dlopen="load_add_on"
10110 lt_cv_dlopen_libs=
10111 lt_cv_dlopen_self=yes
10114 mingw* | pw32* | cegcc*)
10115 lt_cv_dlopen="LoadLibrary"
10116 lt_cv_dlopen_libs=
10119 cygwin*)
10120 lt_cv_dlopen="dlopen"
10121 lt_cv_dlopen_libs=
10124 darwin*)
10125 # if libdl is installed we need to link against it
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10127 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10128 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10129 $as_echo_n "(cached) " >&6
10130 else
10131 ac_check_lib_save_LIBS=$LIBS
10132 LIBS="-ldl $LIBS"
10133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10134 /* end confdefs.h. */
10136 /* Override any GCC internal prototype to avoid an error.
10137 Use char because int might match the return type of a GCC
10138 builtin and then its argument prototype would still apply. */
10139 #ifdef __cplusplus
10140 extern "C"
10141 #endif
10142 char dlopen ();
10144 main ()
10146 return dlopen ();
10148 return 0;
10150 _ACEOF
10151 if ac_fn_c_try_link "$LINENO"; then :
10152 ac_cv_lib_dl_dlopen=yes
10153 else
10154 ac_cv_lib_dl_dlopen=no
10156 rm -f core conftest.err conftest.$ac_objext \
10157 conftest$ac_exeext conftest.$ac_ext
10158 LIBS=$ac_check_lib_save_LIBS
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10161 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10162 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10163 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10164 else
10166 lt_cv_dlopen="dyld"
10167 lt_cv_dlopen_libs=
10168 lt_cv_dlopen_self=yes
10175 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10176 if test "x$ac_cv_func_shl_load" = x""yes; then :
10177 lt_cv_dlopen="shl_load"
10178 else
10179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10180 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10181 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10182 $as_echo_n "(cached) " >&6
10183 else
10184 ac_check_lib_save_LIBS=$LIBS
10185 LIBS="-ldld $LIBS"
10186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10187 /* end confdefs.h. */
10189 /* Override any GCC internal prototype to avoid an error.
10190 Use char because int might match the return type of a GCC
10191 builtin and then its argument prototype would still apply. */
10192 #ifdef __cplusplus
10193 extern "C"
10194 #endif
10195 char shl_load ();
10197 main ()
10199 return shl_load ();
10201 return 0;
10203 _ACEOF
10204 if ac_fn_c_try_link "$LINENO"; then :
10205 ac_cv_lib_dld_shl_load=yes
10206 else
10207 ac_cv_lib_dld_shl_load=no
10209 rm -f core conftest.err conftest.$ac_objext \
10210 conftest$ac_exeext conftest.$ac_ext
10211 LIBS=$ac_check_lib_save_LIBS
10213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10214 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10215 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10216 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10217 else
10218 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10219 if test "x$ac_cv_func_dlopen" = x""yes; then :
10220 lt_cv_dlopen="dlopen"
10221 else
10222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10223 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10224 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10225 $as_echo_n "(cached) " >&6
10226 else
10227 ac_check_lib_save_LIBS=$LIBS
10228 LIBS="-ldl $LIBS"
10229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10230 /* end confdefs.h. */
10232 /* Override any GCC internal prototype to avoid an error.
10233 Use char because int might match the return type of a GCC
10234 builtin and then its argument prototype would still apply. */
10235 #ifdef __cplusplus
10236 extern "C"
10237 #endif
10238 char dlopen ();
10240 main ()
10242 return dlopen ();
10244 return 0;
10246 _ACEOF
10247 if ac_fn_c_try_link "$LINENO"; then :
10248 ac_cv_lib_dl_dlopen=yes
10249 else
10250 ac_cv_lib_dl_dlopen=no
10252 rm -f core conftest.err conftest.$ac_objext \
10253 conftest$ac_exeext conftest.$ac_ext
10254 LIBS=$ac_check_lib_save_LIBS
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10257 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10258 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10259 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10260 else
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10262 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10263 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10264 $as_echo_n "(cached) " >&6
10265 else
10266 ac_check_lib_save_LIBS=$LIBS
10267 LIBS="-lsvld $LIBS"
10268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10269 /* end confdefs.h. */
10271 /* Override any GCC internal prototype to avoid an error.
10272 Use char because int might match the return type of a GCC
10273 builtin and then its argument prototype would still apply. */
10274 #ifdef __cplusplus
10275 extern "C"
10276 #endif
10277 char dlopen ();
10279 main ()
10281 return dlopen ();
10283 return 0;
10285 _ACEOF
10286 if ac_fn_c_try_link "$LINENO"; then :
10287 ac_cv_lib_svld_dlopen=yes
10288 else
10289 ac_cv_lib_svld_dlopen=no
10291 rm -f core conftest.err conftest.$ac_objext \
10292 conftest$ac_exeext conftest.$ac_ext
10293 LIBS=$ac_check_lib_save_LIBS
10295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10296 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10297 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10298 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10299 else
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10301 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10302 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10303 $as_echo_n "(cached) " >&6
10304 else
10305 ac_check_lib_save_LIBS=$LIBS
10306 LIBS="-ldld $LIBS"
10307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10308 /* end confdefs.h. */
10310 /* Override any GCC internal prototype to avoid an error.
10311 Use char because int might match the return type of a GCC
10312 builtin and then its argument prototype would still apply. */
10313 #ifdef __cplusplus
10314 extern "C"
10315 #endif
10316 char dld_link ();
10318 main ()
10320 return dld_link ();
10322 return 0;
10324 _ACEOF
10325 if ac_fn_c_try_link "$LINENO"; then :
10326 ac_cv_lib_dld_dld_link=yes
10327 else
10328 ac_cv_lib_dld_dld_link=no
10330 rm -f core conftest.err conftest.$ac_objext \
10331 conftest$ac_exeext conftest.$ac_ext
10332 LIBS=$ac_check_lib_save_LIBS
10334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10335 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10336 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10337 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10356 esac
10358 if test "x$lt_cv_dlopen" != xno; then
10359 enable_dlopen=yes
10360 else
10361 enable_dlopen=no
10364 case $lt_cv_dlopen in
10365 dlopen)
10366 save_CPPFLAGS="$CPPFLAGS"
10367 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10369 save_LDFLAGS="$LDFLAGS"
10370 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10372 save_LIBS="$LIBS"
10373 LIBS="$lt_cv_dlopen_libs $LIBS"
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10376 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10377 if test "${lt_cv_dlopen_self+set}" = set; then :
10378 $as_echo_n "(cached) " >&6
10379 else
10380 if test "$cross_compiling" = yes; then :
10381 lt_cv_dlopen_self=cross
10382 else
10383 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10384 lt_status=$lt_dlunknown
10385 cat > conftest.$ac_ext <<_LT_EOF
10386 #line $LINENO "configure"
10387 #include "confdefs.h"
10389 #if HAVE_DLFCN_H
10390 #include <dlfcn.h>
10391 #endif
10393 #include <stdio.h>
10395 #ifdef RTLD_GLOBAL
10396 # define LT_DLGLOBAL RTLD_GLOBAL
10397 #else
10398 # ifdef DL_GLOBAL
10399 # define LT_DLGLOBAL DL_GLOBAL
10400 # else
10401 # define LT_DLGLOBAL 0
10402 # endif
10403 #endif
10405 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10406 find out it does not work in some platform. */
10407 #ifndef LT_DLLAZY_OR_NOW
10408 # ifdef RTLD_LAZY
10409 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10410 # else
10411 # ifdef DL_LAZY
10412 # define LT_DLLAZY_OR_NOW DL_LAZY
10413 # else
10414 # ifdef RTLD_NOW
10415 # define LT_DLLAZY_OR_NOW RTLD_NOW
10416 # else
10417 # ifdef DL_NOW
10418 # define LT_DLLAZY_OR_NOW DL_NOW
10419 # else
10420 # define LT_DLLAZY_OR_NOW 0
10421 # endif
10422 # endif
10423 # endif
10424 # endif
10425 #endif
10427 /* When -fvisbility=hidden is used, assume the code has been annotated
10428 correspondingly for the symbols needed. */
10429 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10430 void fnord () __attribute__((visibility("default")));
10431 #endif
10433 void fnord () { int i=42; }
10434 int main ()
10436 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10437 int status = $lt_dlunknown;
10439 if (self)
10441 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10442 else
10444 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10445 else puts (dlerror ());
10447 /* dlclose (self); */
10449 else
10450 puts (dlerror ());
10452 return status;
10454 _LT_EOF
10455 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10456 (eval $ac_link) 2>&5
10457 ac_status=$?
10458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10459 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10460 (./conftest; exit; ) >&5 2>/dev/null
10461 lt_status=$?
10462 case x$lt_status in
10463 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10464 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10465 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10466 esac
10467 else :
10468 # compilation failed
10469 lt_cv_dlopen_self=no
10472 rm -fr conftest*
10476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10477 $as_echo "$lt_cv_dlopen_self" >&6; }
10479 if test "x$lt_cv_dlopen_self" = xyes; then
10480 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10482 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10483 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10484 $as_echo_n "(cached) " >&6
10485 else
10486 if test "$cross_compiling" = yes; then :
10487 lt_cv_dlopen_self_static=cross
10488 else
10489 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10490 lt_status=$lt_dlunknown
10491 cat > conftest.$ac_ext <<_LT_EOF
10492 #line $LINENO "configure"
10493 #include "confdefs.h"
10495 #if HAVE_DLFCN_H
10496 #include <dlfcn.h>
10497 #endif
10499 #include <stdio.h>
10501 #ifdef RTLD_GLOBAL
10502 # define LT_DLGLOBAL RTLD_GLOBAL
10503 #else
10504 # ifdef DL_GLOBAL
10505 # define LT_DLGLOBAL DL_GLOBAL
10506 # else
10507 # define LT_DLGLOBAL 0
10508 # endif
10509 #endif
10511 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10512 find out it does not work in some platform. */
10513 #ifndef LT_DLLAZY_OR_NOW
10514 # ifdef RTLD_LAZY
10515 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10516 # else
10517 # ifdef DL_LAZY
10518 # define LT_DLLAZY_OR_NOW DL_LAZY
10519 # else
10520 # ifdef RTLD_NOW
10521 # define LT_DLLAZY_OR_NOW RTLD_NOW
10522 # else
10523 # ifdef DL_NOW
10524 # define LT_DLLAZY_OR_NOW DL_NOW
10525 # else
10526 # define LT_DLLAZY_OR_NOW 0
10527 # endif
10528 # endif
10529 # endif
10530 # endif
10531 #endif
10533 /* When -fvisbility=hidden is used, assume the code has been annotated
10534 correspondingly for the symbols needed. */
10535 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10536 void fnord () __attribute__((visibility("default")));
10537 #endif
10539 void fnord () { int i=42; }
10540 int main ()
10542 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10543 int status = $lt_dlunknown;
10545 if (self)
10547 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10548 else
10550 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10551 else puts (dlerror ());
10553 /* dlclose (self); */
10555 else
10556 puts (dlerror ());
10558 return status;
10560 _LT_EOF
10561 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10562 (eval $ac_link) 2>&5
10563 ac_status=$?
10564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10565 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10566 (./conftest; exit; ) >&5 2>/dev/null
10567 lt_status=$?
10568 case x$lt_status in
10569 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10570 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10571 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10572 esac
10573 else :
10574 # compilation failed
10575 lt_cv_dlopen_self_static=no
10578 rm -fr conftest*
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10583 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10586 CPPFLAGS="$save_CPPFLAGS"
10587 LDFLAGS="$save_LDFLAGS"
10588 LIBS="$save_LIBS"
10590 esac
10592 case $lt_cv_dlopen_self in
10593 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10594 *) enable_dlopen_self=unknown ;;
10595 esac
10597 case $lt_cv_dlopen_self_static in
10598 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10599 *) enable_dlopen_self_static=unknown ;;
10600 esac
10619 striplib=
10620 old_striplib=
10621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10622 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10623 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10624 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10625 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10627 $as_echo "yes" >&6; }
10628 else
10629 # FIXME - insert some real tests, host_os isn't really good enough
10630 case $host_os in
10631 darwin*)
10632 if test -n "$STRIP" ; then
10633 striplib="$STRIP -x"
10634 old_striplib="$STRIP -S"
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10636 $as_echo "yes" >&6; }
10637 else
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10639 $as_echo "no" >&6; }
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10644 $as_echo "no" >&6; }
10646 esac
10660 # Report which library types will actually be built
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10662 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10664 $as_echo "$can_build_shared" >&6; }
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10667 $as_echo_n "checking whether to build shared libraries... " >&6; }
10668 test "$can_build_shared" = "no" && enable_shared=no
10670 # On AIX, shared libraries and static libraries use the same namespace, and
10671 # are all built from PIC.
10672 case $host_os in
10673 aix3*)
10674 test "$enable_shared" = yes && enable_static=no
10675 if test -n "$RANLIB"; then
10676 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10677 postinstall_cmds='$RANLIB $lib'
10681 aix[4-9]*)
10682 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10683 test "$enable_shared" = yes && enable_static=no
10686 esac
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10688 $as_echo "$enable_shared" >&6; }
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10691 $as_echo_n "checking whether to build static libraries... " >&6; }
10692 # Make sure either enable_shared or enable_static is yes.
10693 test "$enable_shared" = yes || enable_static=yes
10694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10695 $as_echo "$enable_static" >&6; }
10701 ac_ext=c
10702 ac_cpp='$CPP $CPPFLAGS'
10703 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10704 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10705 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10707 CC="$lt_save_CC"
10721 ac_config_commands="$ac_config_commands libtool"
10726 # Only expand once:
10732 case $host in
10733 *-cygwin* | *-mingw*)
10734 # 'host' will be top-level target in the case of a target lib,
10735 # we must compare to with_cross_host to decide if this is a native
10736 # or cross-compiler and select where to install dlls appropriately.
10737 if test -n "$with_cross_host" &&
10738 test x"$with_cross_host" != x"no"; then
10739 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
10740 else
10741 lt_host_flags='-no-undefined -bindir "$(bindir)"';
10745 lt_host_flags=
10747 esac
10752 ac_config_files="$ac_config_files Makefile"
10754 ac_config_headers="$ac_config_headers config.h"
10756 cat >confcache <<\_ACEOF
10757 # This file is a shell script that caches the results of configure
10758 # tests run on this system so they can be shared between configure
10759 # scripts and configure runs, see configure's option --config-cache.
10760 # It is not useful on other systems. If it contains results you don't
10761 # want to keep, you may remove or edit it.
10763 # config.status only pays attention to the cache file if you give it
10764 # the --recheck option to rerun configure.
10766 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10767 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10768 # following values.
10770 _ACEOF
10772 # The following way of writing the cache mishandles newlines in values,
10773 # but we know of no workaround that is simple, portable, and efficient.
10774 # So, we kill variables containing newlines.
10775 # Ultrix sh set writes to stderr and can't be redirected directly,
10776 # and sets the high bit in the cache file unless we assign to the vars.
10778 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10779 eval ac_val=\$$ac_var
10780 case $ac_val in #(
10781 *${as_nl}*)
10782 case $ac_var in #(
10783 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
10784 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
10785 esac
10786 case $ac_var in #(
10787 _ | IFS | as_nl) ;; #(
10788 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
10789 *) { eval $ac_var=; unset $ac_var;} ;;
10790 esac ;;
10791 esac
10792 done
10794 (set) 2>&1 |
10795 case $as_nl`(ac_space=' '; set) 2>&1` in #(
10796 *${as_nl}ac_space=\ *)
10797 # `set' does not quote correctly, so add quotes: double-quote
10798 # substitution turns \\\\ into \\, and sed turns \\ into \.
10799 sed -n \
10800 "s/'/'\\\\''/g;
10801 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10802 ;; #(
10804 # `set' quotes correctly as required by POSIX, so do not add quotes.
10805 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
10807 esac |
10808 sort
10810 sed '
10811 /^ac_cv_env_/b end
10812 t clear
10813 :clear
10814 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10815 t end
10816 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10817 :end' >>confcache
10818 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
10819 if test -w "$cache_file"; then
10820 test "x$cache_file" != "x/dev/null" &&
10821 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
10822 $as_echo "$as_me: updating cache $cache_file" >&6;}
10823 cat confcache >$cache_file
10824 else
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
10826 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
10829 rm -f confcache
10831 test "x$prefix" = xNONE && prefix=$ac_default_prefix
10832 # Let make expand exec_prefix.
10833 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10835 DEFS=-DHAVE_CONFIG_H
10837 ac_libobjs=
10838 ac_ltlibobjs=
10839 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10840 # 1. Remove the extension, and $U if already installed.
10841 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
10842 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
10843 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
10844 # will be set to the directory where LIBOBJS objects are built.
10845 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
10846 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
10847 done
10848 LIBOBJS=$ac_libobjs
10850 LTLIBOBJS=$ac_ltlibobjs
10853 if test -n "$EXEEXT"; then
10854 am__EXEEXT_TRUE=
10855 am__EXEEXT_FALSE='#'
10856 else
10857 am__EXEEXT_TRUE='#'
10858 am__EXEEXT_FALSE=
10861 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10862 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
10863 Usually this means the macro was only invoked conditionally." "$LINENO" 5
10865 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10866 as_fn_error "conditional \"AMDEP\" was never defined.
10867 Usually this means the macro was only invoked conditionally." "$LINENO" 5
10869 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10870 as_fn_error "conditional \"am__fastdepCC\" was never defined.
10871 Usually this means the macro was only invoked conditionally." "$LINENO" 5
10874 : ${CONFIG_STATUS=./config.status}
10875 ac_write_fail=0
10876 ac_clean_files_save=$ac_clean_files
10877 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
10879 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
10880 as_write_fail=0
10881 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
10882 #! $SHELL
10883 # Generated by $as_me.
10884 # Run this file to recreate the current configuration.
10885 # Compiler output produced by configure, useful for debugging
10886 # configure, is in config.log if it exists.
10888 debug=false
10889 ac_cs_recheck=false
10890 ac_cs_silent=false
10892 SHELL=\${CONFIG_SHELL-$SHELL}
10893 export SHELL
10894 _ASEOF
10895 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
10896 ## -------------------- ##
10897 ## M4sh Initialization. ##
10898 ## -------------------- ##
10900 # Be more Bourne compatible
10901 DUALCASE=1; export DUALCASE # for MKS sh
10902 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
10903 emulate sh
10904 NULLCMD=:
10905 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
10906 # is contrary to our usage. Disable this feature.
10907 alias -g '${1+"$@"}'='"$@"'
10908 setopt NO_GLOB_SUBST
10909 else
10910 case `(set -o) 2>/dev/null` in #(
10911 *posix*) :
10912 set -o posix ;; #(
10913 *) :
10915 esac
10919 as_nl='
10921 export as_nl
10922 # Printing a long string crashes Solaris 7 /usr/bin/printf.
10923 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
10924 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
10925 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
10926 # Prefer a ksh shell builtin over an external printf program on Solaris,
10927 # but without wasting forks for bash or zsh.
10928 if test -z "$BASH_VERSION$ZSH_VERSION" \
10929 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
10930 as_echo='print -r --'
10931 as_echo_n='print -rn --'
10932 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
10933 as_echo='printf %s\n'
10934 as_echo_n='printf %s'
10935 else
10936 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
10937 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
10938 as_echo_n='/usr/ucb/echo -n'
10939 else
10940 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
10941 as_echo_n_body='eval
10942 arg=$1;
10943 case $arg in #(
10944 *"$as_nl"*)
10945 expr "X$arg" : "X\\(.*\\)$as_nl";
10946 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
10947 esac;
10948 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
10950 export as_echo_n_body
10951 as_echo_n='sh -c $as_echo_n_body as_echo'
10953 export as_echo_body
10954 as_echo='sh -c $as_echo_body as_echo'
10957 # The user is always right.
10958 if test "${PATH_SEPARATOR+set}" != set; then
10959 PATH_SEPARATOR=:
10960 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
10961 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
10962 PATH_SEPARATOR=';'
10967 # IFS
10968 # We need space, tab and new line, in precisely that order. Quoting is
10969 # there to prevent editors from complaining about space-tab.
10970 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
10971 # splitting by setting IFS to empty value.)
10972 IFS=" "" $as_nl"
10974 # Find who we are. Look in the path if we contain no directory separator.
10975 case $0 in #((
10976 *[\\/]* ) as_myself=$0 ;;
10977 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10978 for as_dir in $PATH
10980 IFS=$as_save_IFS
10981 test -z "$as_dir" && as_dir=.
10982 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10983 done
10984 IFS=$as_save_IFS
10987 esac
10988 # We did not find ourselves, most probably we were run as `sh COMMAND'
10989 # in which case we are not to be found in the path.
10990 if test "x$as_myself" = x; then
10991 as_myself=$0
10993 if test ! -f "$as_myself"; then
10994 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
10995 exit 1
10998 # Unset variables that we do not need and which cause bugs (e.g. in
10999 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11000 # suppresses any "Segmentation fault" message there. '((' could
11001 # trigger a bug in pdksh 5.2.14.
11002 for as_var in BASH_ENV ENV MAIL MAILPATH
11003 do eval test x\${$as_var+set} = xset \
11004 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11005 done
11006 PS1='$ '
11007 PS2='> '
11008 PS4='+ '
11010 # NLS nuisances.
11011 LC_ALL=C
11012 export LC_ALL
11013 LANGUAGE=C
11014 export LANGUAGE
11016 # CDPATH.
11017 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11020 # as_fn_error ERROR [LINENO LOG_FD]
11021 # ---------------------------------
11022 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11023 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11024 # script with status $?, using 1 if that was 0.
11025 as_fn_error ()
11027 as_status=$?; test $as_status -eq 0 && as_status=1
11028 if test "$3"; then
11029 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11030 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11032 $as_echo "$as_me: error: $1" >&2
11033 as_fn_exit $as_status
11034 } # as_fn_error
11037 # as_fn_set_status STATUS
11038 # -----------------------
11039 # Set $? to STATUS, without forking.
11040 as_fn_set_status ()
11042 return $1
11043 } # as_fn_set_status
11045 # as_fn_exit STATUS
11046 # -----------------
11047 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11048 as_fn_exit ()
11050 set +e
11051 as_fn_set_status $1
11052 exit $1
11053 } # as_fn_exit
11055 # as_fn_unset VAR
11056 # ---------------
11057 # Portably unset VAR.
11058 as_fn_unset ()
11060 { eval $1=; unset $1;}
11062 as_unset=as_fn_unset
11063 # as_fn_append VAR VALUE
11064 # ----------------------
11065 # Append the text in VALUE to the end of the definition contained in VAR. Take
11066 # advantage of any shell optimizations that allow amortized linear growth over
11067 # repeated appends, instead of the typical quadratic growth present in naive
11068 # implementations.
11069 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11070 eval 'as_fn_append ()
11072 eval $1+=\$2
11074 else
11075 as_fn_append ()
11077 eval $1=\$$1\$2
11079 fi # as_fn_append
11081 # as_fn_arith ARG...
11082 # ------------------
11083 # Perform arithmetic evaluation on the ARGs, and store the result in the
11084 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11085 # must be portable across $(()) and expr.
11086 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11087 eval 'as_fn_arith ()
11089 as_val=$(( $* ))
11091 else
11092 as_fn_arith ()
11094 as_val=`expr "$@" || test $? -eq 1`
11096 fi # as_fn_arith
11099 if expr a : '\(a\)' >/dev/null 2>&1 &&
11100 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11101 as_expr=expr
11102 else
11103 as_expr=false
11106 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11107 as_basename=basename
11108 else
11109 as_basename=false
11112 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11113 as_dirname=dirname
11114 else
11115 as_dirname=false
11118 as_me=`$as_basename -- "$0" ||
11119 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11120 X"$0" : 'X\(//\)$' \| \
11121 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11122 $as_echo X/"$0" |
11123 sed '/^.*\/\([^/][^/]*\)\/*$/{
11124 s//\1/
11127 /^X\/\(\/\/\)$/{
11128 s//\1/
11131 /^X\/\(\/\).*/{
11132 s//\1/
11135 s/.*/./; q'`
11137 # Avoid depending upon Character Ranges.
11138 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11139 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11140 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11141 as_cr_digits='0123456789'
11142 as_cr_alnum=$as_cr_Letters$as_cr_digits
11144 ECHO_C= ECHO_N= ECHO_T=
11145 case `echo -n x` in #(((((
11146 -n*)
11147 case `echo 'xy\c'` in
11148 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11149 xy) ECHO_C='\c';;
11150 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11151 ECHO_T=' ';;
11152 esac;;
11154 ECHO_N='-n';;
11155 esac
11157 rm -f conf$$ conf$$.exe conf$$.file
11158 if test -d conf$$.dir; then
11159 rm -f conf$$.dir/conf$$.file
11160 else
11161 rm -f conf$$.dir
11162 mkdir conf$$.dir 2>/dev/null
11164 if (echo >conf$$.file) 2>/dev/null; then
11165 if ln -s conf$$.file conf$$ 2>/dev/null; then
11166 as_ln_s='ln -s'
11167 # ... but there are two gotchas:
11168 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11169 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11170 # In both cases, we have to default to `cp -p'.
11171 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11172 as_ln_s='cp -p'
11173 elif ln conf$$.file conf$$ 2>/dev/null; then
11174 as_ln_s=ln
11175 else
11176 as_ln_s='cp -p'
11178 else
11179 as_ln_s='cp -p'
11181 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11182 rmdir conf$$.dir 2>/dev/null
11185 # as_fn_mkdir_p
11186 # -------------
11187 # Create "$as_dir" as a directory, including parents if necessary.
11188 as_fn_mkdir_p ()
11191 case $as_dir in #(
11192 -*) as_dir=./$as_dir;;
11193 esac
11194 test -d "$as_dir" || eval $as_mkdir_p || {
11195 as_dirs=
11196 while :; do
11197 case $as_dir in #(
11198 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11199 *) as_qdir=$as_dir;;
11200 esac
11201 as_dirs="'$as_qdir' $as_dirs"
11202 as_dir=`$as_dirname -- "$as_dir" ||
11203 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11204 X"$as_dir" : 'X\(//\)[^/]' \| \
11205 X"$as_dir" : 'X\(//\)$' \| \
11206 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11207 $as_echo X"$as_dir" |
11208 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11209 s//\1/
11212 /^X\(\/\/\)[^/].*/{
11213 s//\1/
11216 /^X\(\/\/\)$/{
11217 s//\1/
11220 /^X\(\/\).*/{
11221 s//\1/
11224 s/.*/./; q'`
11225 test -d "$as_dir" && break
11226 done
11227 test -z "$as_dirs" || eval "mkdir $as_dirs"
11228 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11231 } # as_fn_mkdir_p
11232 if mkdir -p . 2>/dev/null; then
11233 as_mkdir_p='mkdir -p "$as_dir"'
11234 else
11235 test -d ./-p && rmdir ./-p
11236 as_mkdir_p=false
11239 if test -x / >/dev/null 2>&1; then
11240 as_test_x='test -x'
11241 else
11242 if ls -dL / >/dev/null 2>&1; then
11243 as_ls_L_option=L
11244 else
11245 as_ls_L_option=
11247 as_test_x='
11248 eval sh -c '\''
11249 if test -d "$1"; then
11250 test -d "$1/.";
11251 else
11252 case $1 in #(
11253 -*)set "./$1";;
11254 esac;
11255 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11256 ???[sx]*):;;*)false;;esac;fi
11257 '\'' sh
11260 as_executable_p=$as_test_x
11262 # Sed expression to map a string onto a valid CPP name.
11263 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11265 # Sed expression to map a string onto a valid variable name.
11266 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11269 exec 6>&1
11270 ## ----------------------------------- ##
11271 ## Main body of $CONFIG_STATUS script. ##
11272 ## ----------------------------------- ##
11273 _ASEOF
11274 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11276 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11277 # Save the log message, to keep $0 and so on meaningful, and to
11278 # report actual input values of CONFIG_FILES etc. instead of their
11279 # values after options handling.
11280 ac_log="
11281 This file was extended by REORDER plugin for ld $as_me 0.1, which was
11282 generated by GNU Autoconf 2.64. Invocation command line was
11284 CONFIG_FILES = $CONFIG_FILES
11285 CONFIG_HEADERS = $CONFIG_HEADERS
11286 CONFIG_LINKS = $CONFIG_LINKS
11287 CONFIG_COMMANDS = $CONFIG_COMMANDS
11288 $ $0 $@
11290 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11293 _ACEOF
11295 case $ac_config_files in *"
11296 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11297 esac
11299 case $ac_config_headers in *"
11300 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11301 esac
11304 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11305 # Files that config.status was made for.
11306 config_files="$ac_config_files"
11307 config_headers="$ac_config_headers"
11308 config_commands="$ac_config_commands"
11310 _ACEOF
11312 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11313 ac_cs_usage="\
11314 \`$as_me' instantiates files and other configuration actions
11315 from templates according to the current configuration. Unless the files
11316 and actions are specified as TAGs, all are instantiated by default.
11318 Usage: $0 [OPTION]... [TAG]...
11320 -h, --help print this help, then exit
11321 -V, --version print version number and configuration settings, then exit
11322 -q, --quiet, --silent
11323 do not print progress messages
11324 -d, --debug don't remove temporary files
11325 --recheck update $as_me by reconfiguring in the same conditions
11326 --file=FILE[:TEMPLATE]
11327 instantiate the configuration file FILE
11328 --header=FILE[:TEMPLATE]
11329 instantiate the configuration header FILE
11331 Configuration files:
11332 $config_files
11334 Configuration headers:
11335 $config_headers
11337 Configuration commands:
11338 $config_commands
11340 Report bugs to the package provider."
11342 _ACEOF
11343 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11344 ac_cs_version="\\
11345 REORDER plugin for ld config.status 0.1
11346 configured by $0, generated by GNU Autoconf 2.64,
11347 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11349 Copyright (C) 2009 Free Software Foundation, Inc.
11350 This config.status script is free software; the Free Software Foundation
11351 gives unlimited permission to copy, distribute and modify it."
11353 ac_pwd='$ac_pwd'
11354 srcdir='$srcdir'
11355 INSTALL='$INSTALL'
11356 MKDIR_P='$MKDIR_P'
11357 AWK='$AWK'
11358 test -n "\$AWK" || AWK=awk
11359 _ACEOF
11361 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11362 # The default lists apply if the user does not specify any file.
11363 ac_need_defaults=:
11364 while test $# != 0
11366 case $1 in
11367 --*=*)
11368 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11369 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11370 ac_shift=:
11373 ac_option=$1
11374 ac_optarg=$2
11375 ac_shift=shift
11377 esac
11379 case $ac_option in
11380 # Handling of the options.
11381 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11382 ac_cs_recheck=: ;;
11383 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11384 $as_echo "$ac_cs_version"; exit ;;
11385 --debug | --debu | --deb | --de | --d | -d )
11386 debug=: ;;
11387 --file | --fil | --fi | --f )
11388 $ac_shift
11389 case $ac_optarg in
11390 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11391 esac
11392 as_fn_append CONFIG_FILES " '$ac_optarg'"
11393 ac_need_defaults=false;;
11394 --header | --heade | --head | --hea )
11395 $ac_shift
11396 case $ac_optarg in
11397 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11398 esac
11399 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11400 ac_need_defaults=false;;
11401 --he | --h)
11402 # Conflict between --help and --header
11403 as_fn_error "ambiguous option: \`$1'
11404 Try \`$0 --help' for more information.";;
11405 --help | --hel | -h )
11406 $as_echo "$ac_cs_usage"; exit ;;
11407 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11408 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11409 ac_cs_silent=: ;;
11411 # This is an error.
11412 -*) as_fn_error "unrecognized option: \`$1'
11413 Try \`$0 --help' for more information." ;;
11415 *) as_fn_append ac_config_targets " $1"
11416 ac_need_defaults=false ;;
11418 esac
11419 shift
11420 done
11422 ac_configure_extra_args=
11424 if $ac_cs_silent; then
11425 exec 6>/dev/null
11426 ac_configure_extra_args="$ac_configure_extra_args --silent"
11429 _ACEOF
11430 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11431 if \$ac_cs_recheck; then
11432 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11433 shift
11434 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11435 CONFIG_SHELL='$SHELL'
11436 export CONFIG_SHELL
11437 exec "\$@"
11440 _ACEOF
11441 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11442 exec 5>>config.log
11444 echo
11445 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11446 ## Running $as_me. ##
11447 _ASBOX
11448 $as_echo "$ac_log"
11449 } >&5
11451 _ACEOF
11452 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11454 # INIT-COMMANDS
11456 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11459 # The HP-UX ksh and POSIX shell print the target directory to stdout
11460 # if CDPATH is set.
11461 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11463 sed_quote_subst='$sed_quote_subst'
11464 double_quote_subst='$double_quote_subst'
11465 delay_variable_subst='$delay_variable_subst'
11466 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11467 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11468 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11469 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11470 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11471 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11472 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11473 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11474 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11475 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11476 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11477 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11478 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11479 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11480 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11481 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
11482 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
11483 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
11484 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
11485 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
11486 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
11487 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
11488 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
11489 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
11490 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
11491 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
11492 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
11493 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
11494 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
11495 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
11496 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
11497 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
11498 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
11499 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
11500 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
11501 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
11502 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
11503 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11504 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11505 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
11506 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
11507 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
11508 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
11509 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
11510 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
11511 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
11512 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
11513 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
11514 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"`'
11515 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
11516 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
11517 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
11518 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
11519 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
11520 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
11521 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
11522 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
11523 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
11524 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
11525 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
11526 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
11527 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
11528 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
11529 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
11530 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11531 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
11532 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
11533 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
11534 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
11535 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
11536 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
11537 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11538 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
11539 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11540 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
11541 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11542 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
11543 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
11544 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
11545 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
11546 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
11547 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
11548 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
11549 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
11550 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
11551 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
11552 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
11553 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
11554 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
11555 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
11556 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
11557 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
11558 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
11559 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
11560 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
11561 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
11562 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
11563 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
11564 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
11565 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
11566 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
11567 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
11568 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
11569 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
11570 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
11571 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
11572 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
11573 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11574 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11575 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
11576 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
11577 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
11578 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
11579 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
11580 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
11581 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
11582 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
11583 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
11584 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
11585 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
11587 LTCC='$LTCC'
11588 LTCFLAGS='$LTCFLAGS'
11589 compiler='$compiler_DEFAULT'
11591 # A function that is used when there is no print builtin or printf.
11592 func_fallback_echo ()
11594 eval 'cat <<_LTECHO_EOF
11596 _LTECHO_EOF'
11599 # Quote evaled strings.
11600 for var in SHELL \
11601 ECHO \
11602 SED \
11603 GREP \
11604 EGREP \
11605 FGREP \
11606 LD \
11607 NM \
11608 LN_S \
11609 lt_SP2NL \
11610 lt_NL2SP \
11611 reload_flag \
11612 OBJDUMP \
11613 deplibs_check_method \
11614 file_magic_cmd \
11615 AR \
11616 AR_FLAGS \
11617 STRIP \
11618 RANLIB \
11619 CC \
11620 CFLAGS \
11621 compiler \
11622 lt_cv_sys_global_symbol_pipe \
11623 lt_cv_sys_global_symbol_to_cdecl \
11624 lt_cv_sys_global_symbol_to_c_name_address \
11625 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
11626 lt_prog_compiler_no_builtin_flag \
11627 lt_prog_compiler_wl \
11628 lt_prog_compiler_pic \
11629 lt_prog_compiler_static \
11630 lt_cv_prog_compiler_c_o \
11631 need_locks \
11632 DSYMUTIL \
11633 NMEDIT \
11634 LIPO \
11635 OTOOL \
11636 OTOOL64 \
11637 shrext_cmds \
11638 export_dynamic_flag_spec \
11639 whole_archive_flag_spec \
11640 compiler_needs_object \
11641 with_gnu_ld \
11642 allow_undefined_flag \
11643 no_undefined_flag \
11644 hardcode_libdir_flag_spec \
11645 hardcode_libdir_flag_spec_ld \
11646 hardcode_libdir_separator \
11647 fix_srcfile_path \
11648 exclude_expsyms \
11649 include_expsyms \
11650 file_list_spec \
11651 variables_saved_for_relink \
11652 libname_spec \
11653 library_names_spec \
11654 soname_spec \
11655 install_override_mode \
11656 finish_eval \
11657 old_striplib \
11658 striplib; do
11659 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11660 *[\\\\\\\`\\"\\\$]*)
11661 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
11664 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11666 esac
11667 done
11669 # Double-quote double-evaled strings.
11670 for var in reload_cmds \
11671 old_postinstall_cmds \
11672 old_postuninstall_cmds \
11673 old_archive_cmds \
11674 extract_expsyms_cmds \
11675 old_archive_from_new_cmds \
11676 old_archive_from_expsyms_cmds \
11677 archive_cmds \
11678 archive_expsym_cmds \
11679 module_cmds \
11680 module_expsym_cmds \
11681 export_symbols_cmds \
11682 prelink_cmds \
11683 postinstall_cmds \
11684 postuninstall_cmds \
11685 finish_cmds \
11686 sys_lib_search_path_spec \
11687 sys_lib_dlsearch_path_spec; do
11688 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
11689 *[\\\\\\\`\\"\\\$]*)
11690 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
11693 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11695 esac
11696 done
11698 ac_aux_dir='$ac_aux_dir'
11699 xsi_shell='$xsi_shell'
11700 lt_shell_append='$lt_shell_append'
11702 # See if we are running on zsh, and set the options which allow our
11703 # commands through without removal of \ escapes INIT.
11704 if test -n "\${ZSH_VERSION+set}" ; then
11705 setopt NO_GLOB_SUBST
11709 PACKAGE='$PACKAGE'
11710 VERSION='$VERSION'
11711 TIMESTAMP='$TIMESTAMP'
11712 RM='$RM'
11713 ofile='$ofile'
11718 _ACEOF
11720 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11722 # Handling of arguments.
11723 for ac_config_target in $ac_config_targets
11725 case $ac_config_target in
11726 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11727 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11728 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11729 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11731 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
11732 esac
11733 done
11736 # If the user did not use the arguments to specify the items to instantiate,
11737 # then the envvar interface is used. Set only those that are not.
11738 # We use the long form for the default assignment because of an extremely
11739 # bizarre bug on SunOS 4.1.3.
11740 if $ac_need_defaults; then
11741 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11742 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11743 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11746 # Have a temporary directory for convenience. Make it in the build tree
11747 # simply because there is no reason against having it here, and in addition,
11748 # creating and moving files from /tmp can sometimes cause problems.
11749 # Hook for its removal unless debugging.
11750 # Note that there is a small window in which the directory will not be cleaned:
11751 # after its creation but before its name has been assigned to `$tmp'.
11752 $debug ||
11754 tmp=
11755 trap 'exit_status=$?
11756 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11758 trap 'as_fn_exit 1' 1 2 13 15
11760 # Create a (secure) tmp directory for tmp files.
11763 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11764 test -n "$tmp" && test -d "$tmp"
11765 } ||
11767 tmp=./conf$$-$RANDOM
11768 (umask 077 && mkdir "$tmp")
11769 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
11771 # Set up the scripts for CONFIG_FILES section.
11772 # No need to generate them if there are no CONFIG_FILES.
11773 # This happens for instance with `./config.status config.h'.
11774 if test -n "$CONFIG_FILES"; then
11777 ac_cr=`echo X | tr X '\015'`
11778 # On cygwin, bash can eat \r inside `` if the user requested igncr.
11779 # But we know of no other shell where ac_cr would be empty at this
11780 # point, so we can use a bashism as a fallback.
11781 if test "x$ac_cr" = x; then
11782 eval ac_cr=\$\'\\r\'
11784 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
11785 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
11786 ac_cs_awk_cr='\r'
11787 else
11788 ac_cs_awk_cr=$ac_cr
11791 echo 'BEGIN {' >"$tmp/subs1.awk" &&
11792 _ACEOF
11796 echo "cat >conf$$subs.awk <<_ACEOF" &&
11797 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
11798 echo "_ACEOF"
11799 } >conf$$subs.sh ||
11800 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11801 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
11802 ac_delim='%!_!# '
11803 for ac_last_try in false false false false false :; do
11804 . ./conf$$subs.sh ||
11805 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11807 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
11808 if test $ac_delim_n = $ac_delim_num; then
11809 break
11810 elif $ac_last_try; then
11811 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11812 else
11813 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11815 done
11816 rm -f conf$$subs.sh
11818 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11819 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
11820 _ACEOF
11821 sed -n '
11823 s/^/S["/; s/!.*/"]=/
11826 s/^[^!]*!//
11827 :repl
11828 t repl
11829 s/'"$ac_delim"'$//
11830 t delim
11833 s/\(.\{148\}\).*/\1/
11834 t more1
11835 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
11838 b repl
11839 :more1
11840 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
11843 s/.\{148\}//
11844 t nl
11845 :delim
11847 s/\(.\{148\}\).*/\1/
11848 t more2
11849 s/["\\]/\\&/g; s/^/"/; s/$/"/
11852 :more2
11853 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
11856 s/.\{148\}//
11857 t delim
11858 ' <conf$$subs.awk | sed '
11859 /^[^""]/{
11861 s/\n//
11863 ' >>$CONFIG_STATUS || ac_write_fail=1
11864 rm -f conf$$subs.awk
11865 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11866 _ACAWK
11867 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
11868 for (key in S) S_is_set[key] = 1
11869 FS = "\a"
11873 line = $ 0
11874 nfields = split(line, field, "@")
11875 substed = 0
11876 len = length(field[1])
11877 for (i = 2; i < nfields; i++) {
11878 key = field[i]
11879 keylen = length(key)
11880 if (S_is_set[key]) {
11881 value = S[key]
11882 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
11883 len += length(value) + length(field[++i])
11884 substed = 1
11885 } else
11886 len += 1 + keylen
11889 print line
11892 _ACAWK
11893 _ACEOF
11894 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11895 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
11896 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
11897 else
11899 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
11900 || as_fn_error "could not setup config files machinery" "$LINENO" 5
11901 _ACEOF
11903 # VPATH may cause trouble with some makes, so we remove $(srcdir),
11904 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11905 # trailing colons and then remove the whole line if VPATH becomes empty
11906 # (actually we leave an empty line to preserve line numbers).
11907 if test "x$srcdir" = x.; then
11908 ac_vpsub='/^[ ]*VPATH[ ]*=/{
11909 s/:*\$(srcdir):*/:/
11910 s/:*\${srcdir}:*/:/
11911 s/:*@srcdir@:*/:/
11912 s/^\([^=]*=[ ]*\):*/\1/
11913 s/:*$//
11914 s/^[^=]*=[ ]*$//
11918 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11919 fi # test -n "$CONFIG_FILES"
11921 # Set up the scripts for CONFIG_HEADERS section.
11922 # No need to generate them if there are no CONFIG_HEADERS.
11923 # This happens for instance with `./config.status Makefile'.
11924 if test -n "$CONFIG_HEADERS"; then
11925 cat >"$tmp/defines.awk" <<\_ACAWK ||
11926 BEGIN {
11927 _ACEOF
11929 # Transform confdefs.h into an awk script `defines.awk', embedded as
11930 # here-document in config.status, that substitutes the proper values into
11931 # config.h.in to produce config.h.
11933 # Create a delimiter string that does not exist in confdefs.h, to ease
11934 # handling of long lines.
11935 ac_delim='%!_!# '
11936 for ac_last_try in false false :; do
11937 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
11938 if test -z "$ac_t"; then
11939 break
11940 elif $ac_last_try; then
11941 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
11942 else
11943 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11945 done
11947 # For the awk script, D is an array of macro values keyed by name,
11948 # likewise P contains macro parameters if any. Preserve backslash
11949 # newline sequences.
11951 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
11952 sed -n '
11953 s/.\{148\}/&'"$ac_delim"'/g
11954 t rset
11955 :rset
11956 s/^[ ]*#[ ]*define[ ][ ]*/ /
11957 t def
11959 :def
11960 s/\\$//
11961 t bsnl
11962 s/["\\]/\\&/g
11963 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
11964 D["\1"]=" \3"/p
11965 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
11967 :bsnl
11968 s/["\\]/\\&/g
11969 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
11970 D["\1"]=" \3\\\\\\n"\\/p
11971 t cont
11972 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
11973 t cont
11975 :cont
11977 s/.\{148\}/&'"$ac_delim"'/g
11978 t clear
11979 :clear
11980 s/\\$//
11981 t bsnlc
11982 s/["\\]/\\&/g; s/^/"/; s/$/"/p
11984 :bsnlc
11985 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
11986 b cont
11987 ' <confdefs.h | sed '
11988 s/'"$ac_delim"'/"\\\
11989 "/g' >>$CONFIG_STATUS || ac_write_fail=1
11991 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11992 for (key in D) D_is_set[key] = 1
11993 FS = "\a"
11995 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
11996 line = \$ 0
11997 split(line, arg, " ")
11998 if (arg[1] == "#") {
11999 defundef = arg[2]
12000 mac1 = arg[3]
12001 } else {
12002 defundef = substr(arg[1], 2)
12003 mac1 = arg[2]
12005 split(mac1, mac2, "(") #)
12006 macro = mac2[1]
12007 prefix = substr(line, 1, index(line, defundef) - 1)
12008 if (D_is_set[macro]) {
12009 # Preserve the white space surrounding the "#".
12010 print prefix "define", macro P[macro] D[macro]
12011 next
12012 } else {
12013 # Replace #undef with comments. This is necessary, for example,
12014 # in the case of _POSIX_SOURCE, which is predefined and required
12015 # on some systems where configure will not decide to define it.
12016 if (defundef == "undef") {
12017 print "/*", prefix defundef, macro, "*/"
12018 next
12022 { print }
12023 _ACAWK
12024 _ACEOF
12025 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12026 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12027 fi # test -n "$CONFIG_HEADERS"
12030 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12031 shift
12032 for ac_tag
12034 case $ac_tag in
12035 :[FHLC]) ac_mode=$ac_tag; continue;;
12036 esac
12037 case $ac_mode$ac_tag in
12038 :[FHL]*:*);;
12039 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12040 :[FH]-) ac_tag=-:-;;
12041 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12042 esac
12043 ac_save_IFS=$IFS
12044 IFS=:
12045 set x $ac_tag
12046 IFS=$ac_save_IFS
12047 shift
12048 ac_file=$1
12049 shift
12051 case $ac_mode in
12052 :L) ac_source=$1;;
12053 :[FH])
12054 ac_file_inputs=
12055 for ac_f
12057 case $ac_f in
12058 -) ac_f="$tmp/stdin";;
12059 *) # Look for the file first in the build tree, then in the source tree
12060 # (if the path is not absolute). The absolute path cannot be DOS-style,
12061 # because $ac_f cannot contain `:'.
12062 test -f "$ac_f" ||
12063 case $ac_f in
12064 [\\/$]*) false;;
12065 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12066 esac ||
12067 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12068 esac
12069 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12070 as_fn_append ac_file_inputs " '$ac_f'"
12071 done
12073 # Let's still pretend it is `configure' which instantiates (i.e., don't
12074 # use $as_me), people would be surprised to read:
12075 # /* config.h. Generated by config.status. */
12076 configure_input='Generated from '`
12077 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12078 `' by configure.'
12079 if test x"$ac_file" != x-; then
12080 configure_input="$ac_file. $configure_input"
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12082 $as_echo "$as_me: creating $ac_file" >&6;}
12084 # Neutralize special characters interpreted by sed in replacement strings.
12085 case $configure_input in #(
12086 *\&* | *\|* | *\\* )
12087 ac_sed_conf_input=`$as_echo "$configure_input" |
12088 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12089 *) ac_sed_conf_input=$configure_input;;
12090 esac
12092 case $ac_tag in
12093 *:-:* | *:-) cat >"$tmp/stdin" \
12094 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12095 esac
12097 esac
12099 ac_dir=`$as_dirname -- "$ac_file" ||
12100 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12101 X"$ac_file" : 'X\(//\)[^/]' \| \
12102 X"$ac_file" : 'X\(//\)$' \| \
12103 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12104 $as_echo X"$ac_file" |
12105 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12106 s//\1/
12109 /^X\(\/\/\)[^/].*/{
12110 s//\1/
12113 /^X\(\/\/\)$/{
12114 s//\1/
12117 /^X\(\/\).*/{
12118 s//\1/
12121 s/.*/./; q'`
12122 as_dir="$ac_dir"; as_fn_mkdir_p
12123 ac_builddir=.
12125 case "$ac_dir" in
12126 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12128 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12129 # A ".." for each directory in $ac_dir_suffix.
12130 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12131 case $ac_top_builddir_sub in
12132 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12133 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12134 esac ;;
12135 esac
12136 ac_abs_top_builddir=$ac_pwd
12137 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12138 # for backward compatibility:
12139 ac_top_builddir=$ac_top_build_prefix
12141 case $srcdir in
12142 .) # We are building in place.
12143 ac_srcdir=.
12144 ac_top_srcdir=$ac_top_builddir_sub
12145 ac_abs_top_srcdir=$ac_pwd ;;
12146 [\\/]* | ?:[\\/]* ) # Absolute name.
12147 ac_srcdir=$srcdir$ac_dir_suffix;
12148 ac_top_srcdir=$srcdir
12149 ac_abs_top_srcdir=$srcdir ;;
12150 *) # Relative name.
12151 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12152 ac_top_srcdir=$ac_top_build_prefix$srcdir
12153 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12154 esac
12155 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12158 case $ac_mode in
12161 # CONFIG_FILE
12164 case $INSTALL in
12165 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12166 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12167 esac
12168 ac_MKDIR_P=$MKDIR_P
12169 case $MKDIR_P in
12170 [\\/$]* | ?:[\\/]* ) ;;
12171 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12172 esac
12173 _ACEOF
12175 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12176 # If the template does not know about datarootdir, expand it.
12177 # FIXME: This hack should be removed a few years after 2.60.
12178 ac_datarootdir_hack=; ac_datarootdir_seen=
12179 ac_sed_dataroot='
12180 /datarootdir/ {
12184 /@datadir@/p
12185 /@docdir@/p
12186 /@infodir@/p
12187 /@localedir@/p
12188 /@mandir@/p'
12189 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12190 *datarootdir*) ac_datarootdir_seen=yes;;
12191 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12193 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12194 _ACEOF
12195 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12196 ac_datarootdir_hack='
12197 s&@datadir@&$datadir&g
12198 s&@docdir@&$docdir&g
12199 s&@infodir@&$infodir&g
12200 s&@localedir@&$localedir&g
12201 s&@mandir@&$mandir&g
12202 s&\\\${datarootdir}&$datarootdir&g' ;;
12203 esac
12204 _ACEOF
12206 # Neutralize VPATH when `$srcdir' = `.'.
12207 # Shell code in configure.ac might set extrasub.
12208 # FIXME: do we really want to maintain this feature?
12209 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12210 ac_sed_extra="$ac_vpsub
12211 $extrasub
12212 _ACEOF
12213 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12215 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12216 s|@configure_input@|$ac_sed_conf_input|;t t
12217 s&@top_builddir@&$ac_top_builddir_sub&;t t
12218 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12219 s&@srcdir@&$ac_srcdir&;t t
12220 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12221 s&@top_srcdir@&$ac_top_srcdir&;t t
12222 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12223 s&@builddir@&$ac_builddir&;t t
12224 s&@abs_builddir@&$ac_abs_builddir&;t t
12225 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12226 s&@INSTALL@&$ac_INSTALL&;t t
12227 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12228 $ac_datarootdir_hack
12230 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12231 || as_fn_error "could not create $ac_file" "$LINENO" 5
12233 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12234 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12235 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12237 which seems to be undefined. Please make sure it is defined." >&5
12238 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12239 which seems to be undefined. Please make sure it is defined." >&2;}
12241 rm -f "$tmp/stdin"
12242 case $ac_file in
12243 -) cat "$tmp/out" && rm -f "$tmp/out";;
12244 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12245 esac \
12246 || as_fn_error "could not create $ac_file" "$LINENO" 5
12250 # CONFIG_HEADER
12252 if test x"$ac_file" != x-; then
12254 $as_echo "/* $configure_input */" \
12255 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12256 } >"$tmp/config.h" \
12257 || as_fn_error "could not create $ac_file" "$LINENO" 5
12258 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12259 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12260 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12261 else
12262 rm -f "$ac_file"
12263 mv "$tmp/config.h" "$ac_file" \
12264 || as_fn_error "could not create $ac_file" "$LINENO" 5
12266 else
12267 $as_echo "/* $configure_input */" \
12268 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12269 || as_fn_error "could not create -" "$LINENO" 5
12271 # Compute "$ac_file"'s index in $config_headers.
12272 _am_arg="$ac_file"
12273 _am_stamp_count=1
12274 for _am_header in $config_headers :; do
12275 case $_am_header in
12276 $_am_arg | $_am_arg:* )
12277 break ;;
12279 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12280 esac
12281 done
12282 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12283 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12284 X"$_am_arg" : 'X\(//\)[^/]' \| \
12285 X"$_am_arg" : 'X\(//\)$' \| \
12286 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12287 $as_echo X"$_am_arg" |
12288 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12289 s//\1/
12292 /^X\(\/\/\)[^/].*/{
12293 s//\1/
12296 /^X\(\/\/\)$/{
12297 s//\1/
12300 /^X\(\/\).*/{
12301 s//\1/
12304 s/.*/./; q'`/stamp-h$_am_stamp_count
12307 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12308 $as_echo "$as_me: executing $ac_file commands" >&6;}
12310 esac
12313 case $ac_file$ac_mode in
12314 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12315 # Autoconf 2.62 quotes --file arguments for eval, but not when files
12316 # are listed without --file. Let's play safe and only enable the eval
12317 # if we detect the quoting.
12318 case $CONFIG_FILES in
12319 *\'*) eval set x "$CONFIG_FILES" ;;
12320 *) set x $CONFIG_FILES ;;
12321 esac
12322 shift
12323 for mf
12325 # Strip MF so we end up with the name of the file.
12326 mf=`echo "$mf" | sed -e 's/:.*$//'`
12327 # Check whether this is an Automake generated Makefile or not.
12328 # We used to match only the files named `Makefile.in', but
12329 # some people rename them; so instead we look at the file content.
12330 # Grep'ing the first line is not enough: some people post-process
12331 # each Makefile.in and add a new line on top of each file to say so.
12332 # Grep'ing the whole file is not good either: AIX grep has a line
12333 # limit of 2048, but all sed's we know have understand at least 4000.
12334 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12335 dirpart=`$as_dirname -- "$mf" ||
12336 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12337 X"$mf" : 'X\(//\)[^/]' \| \
12338 X"$mf" : 'X\(//\)$' \| \
12339 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12340 $as_echo X"$mf" |
12341 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12342 s//\1/
12345 /^X\(\/\/\)[^/].*/{
12346 s//\1/
12349 /^X\(\/\/\)$/{
12350 s//\1/
12353 /^X\(\/\).*/{
12354 s//\1/
12357 s/.*/./; q'`
12358 else
12359 continue
12361 # Extract the definition of DEPDIR, am__include, and am__quote
12362 # from the Makefile without running `make'.
12363 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12364 test -z "$DEPDIR" && continue
12365 am__include=`sed -n 's/^am__include = //p' < "$mf"`
12366 test -z "am__include" && continue
12367 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12368 # When using ansi2knr, U may be empty or an underscore; expand it
12369 U=`sed -n 's/^U = //p' < "$mf"`
12370 # Find all dependency output files, they are included files with
12371 # $(DEPDIR) in their names. We invoke sed twice because it is the
12372 # simplest approach to changing $(DEPDIR) to its actual value in the
12373 # expansion.
12374 for file in `sed -n "
12375 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12376 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12377 # Make sure the directory exists.
12378 test -f "$dirpart/$file" && continue
12379 fdir=`$as_dirname -- "$file" ||
12380 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12381 X"$file" : 'X\(//\)[^/]' \| \
12382 X"$file" : 'X\(//\)$' \| \
12383 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12384 $as_echo X"$file" |
12385 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12386 s//\1/
12389 /^X\(\/\/\)[^/].*/{
12390 s//\1/
12393 /^X\(\/\/\)$/{
12394 s//\1/
12397 /^X\(\/\).*/{
12398 s//\1/
12401 s/.*/./; q'`
12402 as_dir=$dirpart/$fdir; as_fn_mkdir_p
12403 # echo "creating $dirpart/$file"
12404 echo '# dummy' > "$dirpart/$file"
12405 done
12406 done
12409 "libtool":C)
12411 # See if we are running on zsh, and set the options which allow our
12412 # commands through without removal of \ escapes.
12413 if test -n "${ZSH_VERSION+set}" ; then
12414 setopt NO_GLOB_SUBST
12417 cfgfile="${ofile}T"
12418 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12419 $RM "$cfgfile"
12421 cat <<_LT_EOF >> "$cfgfile"
12422 #! $SHELL
12424 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12425 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12426 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12427 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12429 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12430 # 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
12431 # Inc.
12432 # Written by Gordon Matzigkeit, 1996
12434 # This file is part of GNU Libtool.
12436 # GNU Libtool is free software; you can redistribute it and/or
12437 # modify it under the terms of the GNU General Public License as
12438 # published by the Free Software Foundation; either version 2 of
12439 # the License, or (at your option) any later version.
12441 # As a special exception to the GNU General Public License,
12442 # if you distribute this file as part of a program or library that
12443 # is built using GNU Libtool, you may include this file under the
12444 # same distribution terms that you use for the rest of that program.
12446 # GNU Libtool is distributed in the hope that it will be useful,
12447 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12448 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12449 # GNU General Public License for more details.
12451 # You should have received a copy of the GNU General Public License
12452 # along with GNU Libtool; see the file COPYING. If not, a copy
12453 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12454 # obtained by writing to the Free Software Foundation, Inc.,
12455 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12458 # The names of the tagged configurations supported by this script.
12459 available_tags=""
12461 # ### BEGIN LIBTOOL CONFIG
12463 # Which release of libtool.m4 was used?
12464 macro_version=$macro_version
12465 macro_revision=$macro_revision
12467 # Whether or not to build shared libraries.
12468 build_libtool_libs=$enable_shared
12470 # Whether or not to build static libraries.
12471 build_old_libs=$enable_static
12473 # What type of objects to build.
12474 pic_mode=$pic_mode
12476 # Whether or not to optimize for fast installation.
12477 fast_install=$enable_fast_install
12479 # Shell to use when invoking shell scripts.
12480 SHELL=$lt_SHELL
12482 # An echo program that protects backslashes.
12483 ECHO=$lt_ECHO
12485 # The host system.
12486 host_alias=$host_alias
12487 host=$host
12488 host_os=$host_os
12490 # The build system.
12491 build_alias=$build_alias
12492 build=$build
12493 build_os=$build_os
12495 # A sed program that does not truncate output.
12496 SED=$lt_SED
12498 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12499 Xsed="\$SED -e 1s/^X//"
12501 # A grep program that handles long lines.
12502 GREP=$lt_GREP
12504 # An ERE matcher.
12505 EGREP=$lt_EGREP
12507 # A literal string matcher.
12508 FGREP=$lt_FGREP
12510 # A BSD- or MS-compatible name lister.
12511 NM=$lt_NM
12513 # Whether we need soft or hard links.
12514 LN_S=$lt_LN_S
12516 # What is the maximum length of a command?
12517 max_cmd_len=$max_cmd_len
12519 # Object file suffix (normally "o").
12520 objext=$ac_objext
12522 # Executable file suffix (normally "").
12523 exeext=$exeext
12525 # whether the shell understands "unset".
12526 lt_unset=$lt_unset
12528 # turn spaces into newlines.
12529 SP2NL=$lt_lt_SP2NL
12531 # turn newlines into spaces.
12532 NL2SP=$lt_lt_NL2SP
12534 # An object symbol dumper.
12535 OBJDUMP=$lt_OBJDUMP
12537 # Method to check whether dependent libraries are shared objects.
12538 deplibs_check_method=$lt_deplibs_check_method
12540 # Command to use when deplibs_check_method == "file_magic".
12541 file_magic_cmd=$lt_file_magic_cmd
12543 # The archiver.
12544 AR=$lt_AR
12545 AR_FLAGS=$lt_AR_FLAGS
12547 # A symbol stripping program.
12548 STRIP=$lt_STRIP
12550 # Commands used to install an old-style archive.
12551 RANLIB=$lt_RANLIB
12552 old_postinstall_cmds=$lt_old_postinstall_cmds
12553 old_postuninstall_cmds=$lt_old_postuninstall_cmds
12555 # Whether to use a lock for old archive extraction.
12556 lock_old_archive_extraction=$lock_old_archive_extraction
12558 # A C compiler.
12559 LTCC=$lt_CC
12561 # LTCC compiler flags.
12562 LTCFLAGS=$lt_CFLAGS
12564 # Take the output of nm and produce a listing of raw symbols and C names.
12565 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12567 # Transform the output of nm in a proper C declaration.
12568 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12570 # Transform the output of nm in a C name address pair.
12571 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12573 # Transform the output of nm in a C name address pair when lib prefix is needed.
12574 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12576 # The name of the directory that contains temporary libtool files.
12577 objdir=$objdir
12579 # Used to examine libraries when file_magic_cmd begins with "file".
12580 MAGIC_CMD=$MAGIC_CMD
12582 # Must we lock files when doing compilation?
12583 need_locks=$lt_need_locks
12585 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12586 DSYMUTIL=$lt_DSYMUTIL
12588 # Tool to change global to local symbols on Mac OS X.
12589 NMEDIT=$lt_NMEDIT
12591 # Tool to manipulate fat objects and archives on Mac OS X.
12592 LIPO=$lt_LIPO
12594 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
12595 OTOOL=$lt_OTOOL
12597 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12598 OTOOL64=$lt_OTOOL64
12600 # Old archive suffix (normally "a").
12601 libext=$libext
12603 # Shared library suffix (normally ".so").
12604 shrext_cmds=$lt_shrext_cmds
12606 # The commands to extract the exported symbol list from a shared archive.
12607 extract_expsyms_cmds=$lt_extract_expsyms_cmds
12609 # Variables whose values should be saved in libtool wrapper scripts and
12610 # restored at link time.
12611 variables_saved_for_relink=$lt_variables_saved_for_relink
12613 # Do we need the "lib" prefix for modules?
12614 need_lib_prefix=$need_lib_prefix
12616 # Do we need a version for libraries?
12617 need_version=$need_version
12619 # Library versioning type.
12620 version_type=$version_type
12622 # Shared library runtime path variable.
12623 runpath_var=$runpath_var
12625 # Shared library path variable.
12626 shlibpath_var=$shlibpath_var
12628 # Is shlibpath searched before the hard-coded library search path?
12629 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12631 # Format of library name prefix.
12632 libname_spec=$lt_libname_spec
12634 # List of archive names. First name is the real one, the rest are links.
12635 # The last name is the one that the linker finds with -lNAME
12636 library_names_spec=$lt_library_names_spec
12638 # The coded name of the library, if different from the real name.
12639 soname_spec=$lt_soname_spec
12641 # Permission mode override for installation of shared libraries.
12642 install_override_mode=$lt_install_override_mode
12644 # Command to use after installation of a shared archive.
12645 postinstall_cmds=$lt_postinstall_cmds
12647 # Command to use after uninstallation of a shared archive.
12648 postuninstall_cmds=$lt_postuninstall_cmds
12650 # Commands used to finish a libtool library installation in a directory.
12651 finish_cmds=$lt_finish_cmds
12653 # As "finish_cmds", except a single script fragment to be evaled but
12654 # not shown.
12655 finish_eval=$lt_finish_eval
12657 # Whether we should hardcode library paths into libraries.
12658 hardcode_into_libs=$hardcode_into_libs
12660 # Compile-time system search path for libraries.
12661 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12663 # Run-time system search path for libraries.
12664 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12666 # Whether dlopen is supported.
12667 dlopen_support=$enable_dlopen
12669 # Whether dlopen of programs is supported.
12670 dlopen_self=$enable_dlopen_self
12672 # Whether dlopen of statically linked programs is supported.
12673 dlopen_self_static=$enable_dlopen_self_static
12675 # Commands to strip libraries.
12676 old_striplib=$lt_old_striplib
12677 striplib=$lt_striplib
12680 # The linker used to build libraries.
12681 LD=$lt_LD
12683 # How to create reloadable object files.
12684 reload_flag=$lt_reload_flag
12685 reload_cmds=$lt_reload_cmds
12687 # Commands used to build an old-style archive.
12688 old_archive_cmds=$lt_old_archive_cmds
12690 # A language specific compiler.
12691 CC=$lt_compiler
12693 # Is the compiler the GNU compiler?
12694 with_gcc=$GCC
12696 # Compiler flag to turn off builtin functions.
12697 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12699 # How to pass a linker flag through the compiler.
12700 wl=$lt_lt_prog_compiler_wl
12702 # Additional compiler flags for building library objects.
12703 pic_flag=$lt_lt_prog_compiler_pic
12705 # Compiler flag to prevent dynamic linking.
12706 link_static_flag=$lt_lt_prog_compiler_static
12708 # Does compiler simultaneously support -c and -o options?
12709 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12711 # Whether or not to add -lc for building shared libraries.
12712 build_libtool_need_lc=$archive_cmds_need_lc
12714 # Whether or not to disallow shared libs when runtime libs are static.
12715 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12717 # Compiler flag to allow reflexive dlopens.
12718 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12720 # Compiler flag to generate shared objects directly from archives.
12721 whole_archive_flag_spec=$lt_whole_archive_flag_spec
12723 # Whether the compiler copes with passing no objects directly.
12724 compiler_needs_object=$lt_compiler_needs_object
12726 # Create an old-style archive from a shared archive.
12727 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12729 # Create a temporary old-style archive to link instead of a shared archive.
12730 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
12732 # Commands used to build a shared archive.
12733 archive_cmds=$lt_archive_cmds
12734 archive_expsym_cmds=$lt_archive_expsym_cmds
12736 # Commands used to build a loadable module if different from building
12737 # a shared archive.
12738 module_cmds=$lt_module_cmds
12739 module_expsym_cmds=$lt_module_expsym_cmds
12741 # Whether we are building with GNU ld or not.
12742 with_gnu_ld=$lt_with_gnu_ld
12744 # Flag that allows shared libraries with undefined symbols to be built.
12745 allow_undefined_flag=$lt_allow_undefined_flag
12747 # Flag that enforces no undefined symbols.
12748 no_undefined_flag=$lt_no_undefined_flag
12750 # Flag to hardcode \$libdir into a binary during linking.
12751 # This must work even if \$libdir does not exist
12752 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
12754 # If ld is used when linking, flag to hardcode \$libdir into a binary
12755 # during linking. This must work even if \$libdir does not exist.
12756 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
12758 # Whether we need a single "-rpath" flag with a separated argument.
12759 hardcode_libdir_separator=$lt_hardcode_libdir_separator
12761 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12762 # DIR into the resulting binary.
12763 hardcode_direct=$hardcode_direct
12765 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12766 # DIR into the resulting binary and the resulting library dependency is
12767 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
12768 # library is relocated.
12769 hardcode_direct_absolute=$hardcode_direct_absolute
12771 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
12772 # into the resulting binary.
12773 hardcode_minus_L=$hardcode_minus_L
12775 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
12776 # into the resulting binary.
12777 hardcode_shlibpath_var=$hardcode_shlibpath_var
12779 # Set to "yes" if building a shared library automatically hardcodes DIR
12780 # into the library and all subsequent libraries and executables linked
12781 # against it.
12782 hardcode_automatic=$hardcode_automatic
12784 # Set to yes if linker adds runtime paths of dependent libraries
12785 # to runtime path list.
12786 inherit_rpath=$inherit_rpath
12788 # Whether libtool must link a program against all its dependency libraries.
12789 link_all_deplibs=$link_all_deplibs
12791 # Fix the shell variable \$srcfile for the compiler.
12792 fix_srcfile_path=$lt_fix_srcfile_path
12794 # Set to "yes" if exported symbols are required.
12795 always_export_symbols=$always_export_symbols
12797 # The commands to list exported symbols.
12798 export_symbols_cmds=$lt_export_symbols_cmds
12800 # Symbols that should not be listed in the preloaded symbols.
12801 exclude_expsyms=$lt_exclude_expsyms
12803 # Symbols that must always be exported.
12804 include_expsyms=$lt_include_expsyms
12806 # Commands necessary for linking programs (against libraries) with templates.
12807 prelink_cmds=$lt_prelink_cmds
12809 # Specify filename containing input files.
12810 file_list_spec=$lt_file_list_spec
12812 # How to hardcode a shared library path into an executable.
12813 hardcode_action=$hardcode_action
12815 # ### END LIBTOOL CONFIG
12817 _LT_EOF
12819 case $host_os in
12820 aix3*)
12821 cat <<\_LT_EOF >> "$cfgfile"
12822 # AIX sometimes has problems with the GCC collect2 program. For some
12823 # reason, if we set the COLLECT_NAMES environment variable, the problems
12824 # vanish in a puff of smoke.
12825 if test "X${COLLECT_NAMES+set}" != Xset; then
12826 COLLECT_NAMES=
12827 export COLLECT_NAMES
12829 _LT_EOF
12831 esac
12834 ltmain="$ac_aux_dir/ltmain.sh"
12837 # We use sed instead of cat because bash on DJGPP gets confused if
12838 # if finds mixed CR/LF and LF-only lines. Since sed operates in
12839 # text mode, it properly converts lines to CR/LF. This bash problem
12840 # is reportedly fixed, but why not run on old versions too?
12841 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
12842 || (rm -f "$cfgfile"; exit 1)
12844 case $xsi_shell in
12845 yes)
12846 cat << \_LT_EOF >> "$cfgfile"
12848 # func_dirname file append nondir_replacement
12849 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
12850 # otherwise set result to NONDIR_REPLACEMENT.
12851 func_dirname ()
12853 case ${1} in
12854 */*) func_dirname_result="${1%/*}${2}" ;;
12855 * ) func_dirname_result="${3}" ;;
12856 esac
12859 # func_basename file
12860 func_basename ()
12862 func_basename_result="${1##*/}"
12865 # func_dirname_and_basename file append nondir_replacement
12866 # perform func_basename and func_dirname in a single function
12867 # call:
12868 # dirname: Compute the dirname of FILE. If nonempty,
12869 # add APPEND to the result, otherwise set result
12870 # to NONDIR_REPLACEMENT.
12871 # value returned in "$func_dirname_result"
12872 # basename: Compute filename of FILE.
12873 # value retuned in "$func_basename_result"
12874 # Implementation must be kept synchronized with func_dirname
12875 # and func_basename. For efficiency, we do not delegate to
12876 # those functions but instead duplicate the functionality here.
12877 func_dirname_and_basename ()
12879 case ${1} in
12880 */*) func_dirname_result="${1%/*}${2}" ;;
12881 * ) func_dirname_result="${3}" ;;
12882 esac
12883 func_basename_result="${1##*/}"
12886 # func_stripname prefix suffix name
12887 # strip PREFIX and SUFFIX off of NAME.
12888 # PREFIX and SUFFIX must not contain globbing or regex special
12889 # characters, hashes, percent signs, but SUFFIX may contain a leading
12890 # dot (in which case that matches only a dot).
12891 func_stripname ()
12893 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
12894 # positional parameters, so assign one to ordinary parameter first.
12895 func_stripname_result=${3}
12896 func_stripname_result=${func_stripname_result#"${1}"}
12897 func_stripname_result=${func_stripname_result%"${2}"}
12900 # func_opt_split
12901 func_opt_split ()
12903 func_opt_split_opt=${1%%=*}
12904 func_opt_split_arg=${1#*=}
12907 # func_lo2o object
12908 func_lo2o ()
12910 case ${1} in
12911 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
12912 *) func_lo2o_result=${1} ;;
12913 esac
12916 # func_xform libobj-or-source
12917 func_xform ()
12919 func_xform_result=${1%.*}.lo
12922 # func_arith arithmetic-term...
12923 func_arith ()
12925 func_arith_result=$(( $* ))
12928 # func_len string
12929 # STRING may not start with a hyphen.
12930 func_len ()
12932 func_len_result=${#1}
12935 _LT_EOF
12937 *) # Bourne compatible functions.
12938 cat << \_LT_EOF >> "$cfgfile"
12940 # func_dirname file append nondir_replacement
12941 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
12942 # otherwise set result to NONDIR_REPLACEMENT.
12943 func_dirname ()
12945 # Extract subdirectory from the argument.
12946 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
12947 if test "X$func_dirname_result" = "X${1}"; then
12948 func_dirname_result="${3}"
12949 else
12950 func_dirname_result="$func_dirname_result${2}"
12954 # func_basename file
12955 func_basename ()
12957 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
12961 # func_stripname prefix suffix name
12962 # strip PREFIX and SUFFIX off of NAME.
12963 # PREFIX and SUFFIX must not contain globbing or regex special
12964 # characters, hashes, percent signs, but SUFFIX may contain a leading
12965 # dot (in which case that matches only a dot).
12966 # func_strip_suffix prefix name
12967 func_stripname ()
12969 case ${2} in
12970 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
12971 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
12972 esac
12975 # sed scripts:
12976 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
12977 my_sed_long_arg='1s/^-[^=]*=//'
12979 # func_opt_split
12980 func_opt_split ()
12982 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
12983 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
12986 # func_lo2o object
12987 func_lo2o ()
12989 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
12992 # func_xform libobj-or-source
12993 func_xform ()
12995 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
12998 # func_arith arithmetic-term...
12999 func_arith ()
13001 func_arith_result=`expr "$@"`
13004 # func_len string
13005 # STRING may not start with a hyphen.
13006 func_len ()
13008 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13011 _LT_EOF
13012 esac
13014 case $lt_shell_append in
13015 yes)
13016 cat << \_LT_EOF >> "$cfgfile"
13018 # func_append var value
13019 # Append VALUE to the end of shell variable VAR.
13020 func_append ()
13022 eval "$1+=\$2"
13024 _LT_EOF
13027 cat << \_LT_EOF >> "$cfgfile"
13029 # func_append var value
13030 # Append VALUE to the end of shell variable VAR.
13031 func_append ()
13033 eval "$1=\$$1\$2"
13036 _LT_EOF
13038 esac
13041 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13042 || (rm -f "$cfgfile"; exit 1)
13044 mv -f "$cfgfile" "$ofile" ||
13045 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13046 chmod +x "$ofile"
13050 esac
13051 done # for ac_tag
13054 as_fn_exit 0
13055 _ACEOF
13056 ac_clean_files=$ac_clean_files_save
13058 test $ac_write_fail = 0 ||
13059 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13062 # configure is writing to config.log, and then calls config.status.
13063 # config.status does its own redirection, appending to config.log.
13064 # Unfortunately, on DOS this fails, as config.log is still kept open
13065 # by configure, so config.status won't be able to write to it; its
13066 # output is simply discarded. So we exec the FD to /dev/null,
13067 # effectively closing config.log, so it can be properly (re)opened and
13068 # appended to by config.status. When coming back to configure, we
13069 # need to make the FD available again.
13070 if test "$no_create" != yes; then
13071 ac_cs_success=:
13072 ac_config_status_args=
13073 test "$silent" = yes &&
13074 ac_config_status_args="$ac_config_status_args --quiet"
13075 exec 5>/dev/null
13076 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13077 exec 5>>config.log
13078 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13079 # would make configure fail if this is the last instruction.
13080 $ac_cs_success || as_fn_exit $?
13082 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13084 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}