Add C++11 header <cuchar>.
[official-gcc.git] / libmpx / configure
blob16d0dd85d3d705f5d02488015c8c6fe2568066e1
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for package-unused version-unused.
5 # Report bugs to <libmpx>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136 if test "x$CONFIG_SHELL" = x; then
137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 emulate sh
139 NULLCMD=:
140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141 # is contrary to our usage. Disable this feature.
142 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 setopt NO_GLOB_SUBST
144 else
145 case \`(set -o) 2>/dev/null\` in #(
146 *posix*) :
147 set -o posix ;; #(
148 *) :
150 esac
153 as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166 else
167 exitcode=1; echo positional parameters were not saved.
169 test x\$exitcode = x0 || exit 1"
170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1
176 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
177 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
178 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
179 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
180 PATH=/empty FPATH=/empty; export PATH FPATH
181 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
182 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
183 if (eval "$as_required") 2>/dev/null; then :
184 as_have_required=yes
185 else
186 as_have_required=no
188 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
190 else
191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
192 as_found=false
193 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
195 IFS=$as_save_IFS
196 test -z "$as_dir" && as_dir=.
197 as_found=:
198 case $as_dir in #(
200 for as_base in sh bash ksh sh5; do
201 # Try only shells that exist, to save several forks.
202 as_shell=$as_dir/$as_base
203 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
204 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 CONFIG_SHELL=$as_shell as_have_required=yes
206 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
207 break 2
210 done;;
211 esac
212 as_found=false
213 done
214 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
215 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
216 CONFIG_SHELL=$SHELL as_have_required=yes
217 fi; }
218 IFS=$as_save_IFS
221 if test "x$CONFIG_SHELL" != x; then :
222 # We cannot yet assume a decent shell, so we have to provide a
223 # neutralization value for shells without unset; and this also
224 # works around shells that cannot unset nonexistent variables.
225 BASH_ENV=/dev/null
226 ENV=/dev/null
227 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
228 export CONFIG_SHELL
229 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
232 if test x$as_have_required = xno; then :
233 $as_echo "$0: This script requires a shell more modern than all"
234 $as_echo "$0: the shells that I found on your system."
235 if test x${ZSH_VERSION+set} = xset ; then
236 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
237 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
238 else
239 $as_echo "$0: Please tell bug-autoconf@gnu.org and libmpx about your
240 $0: system, including any error possibly output before this
241 $0: message. Then install a modern shell, or manually run
242 $0: the script under such a shell if you do have one."
244 exit 1
248 SHELL=${CONFIG_SHELL-/bin/sh}
249 export SHELL
250 # Unset more variables known to interfere with behavior of common tools.
251 CLICOLOR_FORCE= GREP_OPTIONS=
252 unset CLICOLOR_FORCE GREP_OPTIONS
254 ## --------------------- ##
255 ## M4sh Shell Functions. ##
256 ## --------------------- ##
257 # as_fn_unset VAR
258 # ---------------
259 # Portably unset VAR.
260 as_fn_unset ()
262 { eval $1=; unset $1;}
264 as_unset=as_fn_unset
266 # as_fn_set_status STATUS
267 # -----------------------
268 # Set $? to STATUS, without forking.
269 as_fn_set_status ()
271 return $1
272 } # as_fn_set_status
274 # as_fn_exit STATUS
275 # -----------------
276 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
277 as_fn_exit ()
279 set +e
280 as_fn_set_status $1
281 exit $1
282 } # as_fn_exit
284 # as_fn_mkdir_p
285 # -------------
286 # Create "$as_dir" as a directory, including parents if necessary.
287 as_fn_mkdir_p ()
290 case $as_dir in #(
291 -*) as_dir=./$as_dir;;
292 esac
293 test -d "$as_dir" || eval $as_mkdir_p || {
294 as_dirs=
295 while :; do
296 case $as_dir in #(
297 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 *) as_qdir=$as_dir;;
299 esac
300 as_dirs="'$as_qdir' $as_dirs"
301 as_dir=`$as_dirname -- "$as_dir" ||
302 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
303 X"$as_dir" : 'X\(//\)[^/]' \| \
304 X"$as_dir" : 'X\(//\)$' \| \
305 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
306 $as_echo X"$as_dir" |
307 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
308 s//\1/
311 /^X\(\/\/\)[^/].*/{
312 s//\1/
315 /^X\(\/\/\)$/{
316 s//\1/
319 /^X\(\/\).*/{
320 s//\1/
323 s/.*/./; q'`
324 test -d "$as_dir" && break
325 done
326 test -z "$as_dirs" || eval "mkdir $as_dirs"
327 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
330 } # as_fn_mkdir_p
331 # as_fn_append VAR VALUE
332 # ----------------------
333 # Append the text in VALUE to the end of the definition contained in VAR. Take
334 # advantage of any shell optimizations that allow amortized linear growth over
335 # repeated appends, instead of the typical quadratic growth present in naive
336 # implementations.
337 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
338 eval 'as_fn_append ()
340 eval $1+=\$2
342 else
343 as_fn_append ()
345 eval $1=\$$1\$2
347 fi # as_fn_append
349 # as_fn_arith ARG...
350 # ------------------
351 # Perform arithmetic evaluation on the ARGs, and store the result in the
352 # global $as_val. Take advantage of shells that can avoid forks. The arguments
353 # must be portable across $(()) and expr.
354 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
355 eval 'as_fn_arith ()
357 as_val=$(( $* ))
359 else
360 as_fn_arith ()
362 as_val=`expr "$@" || test $? -eq 1`
364 fi # as_fn_arith
367 # as_fn_error ERROR [LINENO LOG_FD]
368 # ---------------------------------
369 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
370 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
371 # script with status $?, using 1 if that was 0.
372 as_fn_error ()
374 as_status=$?; test $as_status -eq 0 && as_status=1
375 if test "$3"; then
376 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
377 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
379 $as_echo "$as_me: error: $1" >&2
380 as_fn_exit $as_status
381 } # as_fn_error
383 if expr a : '\(a\)' >/dev/null 2>&1 &&
384 test "X`expr 00001 : '.*\(...\)'`" = X001; then
385 as_expr=expr
386 else
387 as_expr=false
390 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
391 as_basename=basename
392 else
393 as_basename=false
396 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
397 as_dirname=dirname
398 else
399 as_dirname=false
402 as_me=`$as_basename -- "$0" ||
403 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
404 X"$0" : 'X\(//\)$' \| \
405 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
406 $as_echo X/"$0" |
407 sed '/^.*\/\([^/][^/]*\)\/*$/{
408 s//\1/
411 /^X\/\(\/\/\)$/{
412 s//\1/
415 /^X\/\(\/\).*/{
416 s//\1/
419 s/.*/./; q'`
421 # Avoid depending upon Character Ranges.
422 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
423 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
424 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
425 as_cr_digits='0123456789'
426 as_cr_alnum=$as_cr_Letters$as_cr_digits
429 as_lineno_1=$LINENO as_lineno_1a=$LINENO
430 as_lineno_2=$LINENO as_lineno_2a=$LINENO
431 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
432 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
433 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
434 sed -n '
436 /[$]LINENO/=
437 ' <$as_myself |
438 sed '
439 s/[$]LINENO.*/&-/
440 t lineno
442 :lineno
444 :loop
445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
446 t loop
447 s/-\n.*//
448 ' >$as_me.lineno &&
449 chmod +x "$as_me.lineno" ||
450 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
452 # Don't try to exec as it changes $[0], causing all sort of problems
453 # (the dirname of $[0] is not the place where we might find the
454 # original and so on. Autoconf is especially sensitive to this).
455 . "./$as_me.lineno"
456 # Exit status is that of the last command.
457 exit
460 ECHO_C= ECHO_N= ECHO_T=
461 case `echo -n x` in #(((((
462 -n*)
463 case `echo 'xy\c'` in
464 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
465 xy) ECHO_C='\c';;
466 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
467 ECHO_T=' ';;
468 esac;;
470 ECHO_N='-n';;
471 esac
473 rm -f conf$$ conf$$.exe conf$$.file
474 if test -d conf$$.dir; then
475 rm -f conf$$.dir/conf$$.file
476 else
477 rm -f conf$$.dir
478 mkdir conf$$.dir 2>/dev/null
480 if (echo >conf$$.file) 2>/dev/null; then
481 if ln -s conf$$.file conf$$ 2>/dev/null; then
482 as_ln_s='ln -s'
483 # ... but there are two gotchas:
484 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
485 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
486 # In both cases, we have to default to `cp -p'.
487 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
488 as_ln_s='cp -p'
489 elif ln conf$$.file conf$$ 2>/dev/null; then
490 as_ln_s=ln
491 else
492 as_ln_s='cp -p'
494 else
495 as_ln_s='cp -p'
497 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
498 rmdir conf$$.dir 2>/dev/null
500 if mkdir -p . 2>/dev/null; then
501 as_mkdir_p='mkdir -p "$as_dir"'
502 else
503 test -d ./-p && rmdir ./-p
504 as_mkdir_p=false
507 if test -x / >/dev/null 2>&1; then
508 as_test_x='test -x'
509 else
510 if ls -dL / >/dev/null 2>&1; then
511 as_ls_L_option=L
512 else
513 as_ls_L_option=
515 as_test_x='
516 eval sh -c '\''
517 if test -d "$1"; then
518 test -d "$1/.";
519 else
520 case $1 in #(
521 -*)set "./$1";;
522 esac;
523 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
524 ???[sx]*):;;*)false;;esac;fi
525 '\'' sh
528 as_executable_p=$as_test_x
530 # Sed expression to map a string onto a valid CPP name.
531 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
533 # Sed expression to map a string onto a valid variable name.
534 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
536 SHELL=${CONFIG_SHELL-/bin/sh}
539 exec 7<&0 </dev/null 6>&1
541 # Name of the host.
542 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
543 # so uname gets run too.
544 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 # Initializations.
549 ac_default_prefix=/usr/local
550 ac_clean_files=
551 ac_config_libobj_dir=.
552 LIBOBJS=
553 cross_compiling=no
554 subdirs=
555 MFLAGS=
556 MAKEFLAGS=
558 # Identity of this package.
559 PACKAGE_NAME='package-unused'
560 PACKAGE_TARNAME='package-unused'
561 PACKAGE_VERSION='version-unused'
562 PACKAGE_STRING='package-unused version-unused'
563 PACKAGE_BUGREPORT='libmpx'
564 PACKAGE_URL=''
566 # Factoring default headers for most tests.
567 ac_includes_default="\
568 #include <stdio.h>
569 #ifdef HAVE_SYS_TYPES_H
570 # include <sys/types.h>
571 #endif
572 #ifdef HAVE_SYS_STAT_H
573 # include <sys/stat.h>
574 #endif
575 #ifdef STDC_HEADERS
576 # include <stdlib.h>
577 # include <stddef.h>
578 #else
579 # ifdef HAVE_STDLIB_H
580 # include <stdlib.h>
581 # endif
582 #endif
583 #ifdef HAVE_STRING_H
584 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
585 # include <memory.h>
586 # endif
587 # include <string.h>
588 #endif
589 #ifdef HAVE_STRINGS_H
590 # include <strings.h>
591 #endif
592 #ifdef HAVE_INTTYPES_H
593 # include <inttypes.h>
594 #endif
595 #ifdef HAVE_STDINT_H
596 # include <stdint.h>
597 #endif
598 #ifdef HAVE_UNISTD_H
599 # include <unistd.h>
600 #endif"
602 ac_subst_vars='am__EXEEXT_FALSE
603 am__EXEEXT_TRUE
604 LTLIBOBJS
605 LIBOBJS
606 XCFLAGS
607 enable_static
608 enable_shared
609 OTOOL64
610 OTOOL
611 LIPO
612 NMEDIT
613 DSYMUTIL
614 OBJDUMP
615 LN_S
617 ac_ct_DUMPBIN
618 DUMPBIN
620 FGREP
622 LIBTOOL
623 MPX_AS_SUPPORTED_FALSE
624 MPX_AS_SUPPORTED_TRUE
625 RANLIB
628 CCASFLAGS
629 CCAS
630 toolexeclibdir
631 toolexecdir
632 EGREP
633 GREP
635 OBJEXT
636 EXEEXT
637 ac_ct_CC
638 CPPFLAGS
639 LDFLAGS
640 CFLAGS
642 MAINT
643 MAINTAINER_MODE_FALSE
644 MAINTAINER_MODE_TRUE
645 multi_basedir
646 am__untar
647 am__tar
648 AMTAR
649 am__leading_dot
650 SET_MAKE
652 mkdir_p
653 MKDIR_P
654 INSTALL_STRIP_PROGRAM
655 STRIP
656 install_sh
657 MAKEINFO
658 AUTOHEADER
659 AUTOMAKE
660 AUTOCONF
661 ACLOCAL
662 VERSION
663 PACKAGE
664 CYGPATH_W
665 am__isrc
666 INSTALL_DATA
667 INSTALL_SCRIPT
668 INSTALL_PROGRAM
669 link_libmpx
670 LIBMPX_SUPPORTED_FALSE
671 LIBMPX_SUPPORTED_TRUE
672 target_os
673 target_vendor
674 target_cpu
675 target
676 host_os
677 host_vendor
678 host_cpu
679 host
680 build_os
681 build_vendor
682 build_cpu
683 build
684 target_alias
685 host_alias
686 build_alias
687 LIBS
688 ECHO_T
689 ECHO_N
690 ECHO_C
691 DEFS
692 mandir
693 localedir
694 libdir
695 psdir
696 pdfdir
697 dvidir
698 htmldir
699 infodir
700 docdir
701 oldincludedir
702 includedir
703 localstatedir
704 sharedstatedir
705 sysconfdir
706 datadir
707 datarootdir
708 libexecdir
709 sbindir
710 bindir
711 program_transform_name
712 prefix
713 exec_prefix
714 PACKAGE_URL
715 PACKAGE_BUGREPORT
716 PACKAGE_STRING
717 PACKAGE_VERSION
718 PACKAGE_TARNAME
719 PACKAGE_NAME
720 PATH_SEPARATOR
721 SHELL'
722 ac_subst_files=''
723 ac_user_opts='
724 enable_option_checking
725 enable_version_specific_runtime_libs
726 enable_multilib
727 enable_maintainer_mode
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 package-unused version-unused 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 [DATAROOTDIR/doc/package-unused]
1334 --htmldir=DIR html documentation [DOCDIR]
1335 --dvidir=DIR dvi documentation [DOCDIR]
1336 --pdfdir=DIR pdf documentation [DOCDIR]
1337 --psdir=DIR ps documentation [DOCDIR]
1338 _ACEOF
1340 cat <<\_ACEOF
1342 Program names:
1343 --program-prefix=PREFIX prepend PREFIX to installed program names
1344 --program-suffix=SUFFIX append SUFFIX to installed program names
1345 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1347 System types:
1348 --build=BUILD configure for building on BUILD [guessed]
1349 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1350 --target=TARGET configure for building compilers for TARGET [HOST]
1351 _ACEOF
1354 if test -n "$ac_init_help"; then
1355 case $ac_init_help in
1356 short | recursive ) echo "Configuration of package-unused version-unused:";;
1357 esac
1358 cat <<\_ACEOF
1360 Optional Features:
1361 --disable-option-checking ignore unrecognized --enable/--with options
1362 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1363 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1364 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
1365 --enable-multilib build many library versions (default)
1366 --enable-maintainer-mode enable make rules and dependencies not useful
1367 (and sometimes confusing) to the casual installer
1368 --enable-shared[=PKGS] build shared libraries [default=yes]
1369 --enable-static[=PKGS] build static libraries [default=yes]
1370 --enable-fast-install[=PKGS]
1371 optimize for fast installation [default=yes]
1372 --disable-libtool-lock avoid locking (might break parallel builds)
1374 Optional Packages:
1375 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1376 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1377 --with-pic try to use only PIC/non-PIC objects [default=use
1378 both]
1379 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1381 Some influential environment variables:
1382 CC C compiler command
1383 CFLAGS C compiler flags
1384 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1385 nonstandard directory <lib dir>
1386 LIBS libraries to pass to the linker, e.g. -l<library>
1387 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1388 you have headers in a nonstandard directory <include dir>
1389 CPP C preprocessor
1391 Use these variables to override the choices made by `configure' or to help
1392 it to find libraries and programs with nonstandard names/locations.
1394 Report bugs to <libmpx>.
1395 _ACEOF
1396 ac_status=$?
1399 if test "$ac_init_help" = "recursive"; then
1400 # If there are subdirs, report their specific --help.
1401 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1402 test -d "$ac_dir" ||
1403 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1404 continue
1405 ac_builddir=.
1407 case "$ac_dir" in
1408 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1410 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1411 # A ".." for each directory in $ac_dir_suffix.
1412 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1413 case $ac_top_builddir_sub in
1414 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1415 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1416 esac ;;
1417 esac
1418 ac_abs_top_builddir=$ac_pwd
1419 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1420 # for backward compatibility:
1421 ac_top_builddir=$ac_top_build_prefix
1423 case $srcdir in
1424 .) # We are building in place.
1425 ac_srcdir=.
1426 ac_top_srcdir=$ac_top_builddir_sub
1427 ac_abs_top_srcdir=$ac_pwd ;;
1428 [\\/]* | ?:[\\/]* ) # Absolute name.
1429 ac_srcdir=$srcdir$ac_dir_suffix;
1430 ac_top_srcdir=$srcdir
1431 ac_abs_top_srcdir=$srcdir ;;
1432 *) # Relative name.
1433 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1434 ac_top_srcdir=$ac_top_build_prefix$srcdir
1435 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1436 esac
1437 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1439 cd "$ac_dir" || { ac_status=$?; continue; }
1440 # Check for guested configure.
1441 if test -f "$ac_srcdir/configure.gnu"; then
1442 echo &&
1443 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1444 elif test -f "$ac_srcdir/configure"; then
1445 echo &&
1446 $SHELL "$ac_srcdir/configure" --help=recursive
1447 else
1448 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1449 fi || ac_status=$?
1450 cd "$ac_pwd" || { ac_status=$?; break; }
1451 done
1454 test -n "$ac_init_help" && exit $ac_status
1455 if $ac_init_version; then
1456 cat <<\_ACEOF
1457 package-unused configure version-unused
1458 generated by GNU Autoconf 2.64
1460 Copyright (C) 2009 Free Software Foundation, Inc.
1461 This configure script is free software; the Free Software Foundation
1462 gives unlimited permission to copy, distribute and modify it.
1463 _ACEOF
1464 exit
1467 ## ------------------------ ##
1468 ## Autoconf initialization. ##
1469 ## ------------------------ ##
1471 # ac_fn_c_try_compile LINENO
1472 # --------------------------
1473 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1474 ac_fn_c_try_compile ()
1476 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1477 rm -f conftest.$ac_objext
1478 if { { ac_try="$ac_compile"
1479 case "(($ac_try" in
1480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1481 *) ac_try_echo=$ac_try;;
1482 esac
1483 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1484 $as_echo "$ac_try_echo"; } >&5
1485 (eval "$ac_compile") 2>conftest.err
1486 ac_status=$?
1487 if test -s conftest.err; then
1488 grep -v '^ *+' conftest.err >conftest.er1
1489 cat conftest.er1 >&5
1490 mv -f conftest.er1 conftest.err
1492 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1493 test $ac_status = 0; } && {
1494 test -z "$ac_c_werror_flag" ||
1495 test ! -s conftest.err
1496 } && test -s conftest.$ac_objext; then :
1497 ac_retval=0
1498 else
1499 $as_echo "$as_me: failed program was:" >&5
1500 sed 's/^/| /' conftest.$ac_ext >&5
1502 ac_retval=1
1504 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1505 return $ac_retval
1507 } # ac_fn_c_try_compile
1509 # ac_fn_c_try_cpp LINENO
1510 # ----------------------
1511 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1512 ac_fn_c_try_cpp ()
1514 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1515 if { { ac_try="$ac_cpp conftest.$ac_ext"
1516 case "(($ac_try" in
1517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1518 *) ac_try_echo=$ac_try;;
1519 esac
1520 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1521 $as_echo "$ac_try_echo"; } >&5
1522 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1523 ac_status=$?
1524 if test -s conftest.err; then
1525 grep -v '^ *+' conftest.err >conftest.er1
1526 cat conftest.er1 >&5
1527 mv -f conftest.er1 conftest.err
1529 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1530 test $ac_status = 0; } >/dev/null && {
1531 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1532 test ! -s conftest.err
1533 }; then :
1534 ac_retval=0
1535 else
1536 $as_echo "$as_me: failed program was:" >&5
1537 sed 's/^/| /' conftest.$ac_ext >&5
1539 ac_retval=1
1541 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1542 return $ac_retval
1544 } # ac_fn_c_try_cpp
1546 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1547 # -------------------------------------------------------
1548 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1549 # the include files in INCLUDES and setting the cache variable VAR
1550 # accordingly.
1551 ac_fn_c_check_header_mongrel ()
1553 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1554 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1556 $as_echo_n "checking for $2... " >&6; }
1557 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1558 $as_echo_n "(cached) " >&6
1560 eval ac_res=\$$3
1561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1562 $as_echo "$ac_res" >&6; }
1563 else
1564 # Is the header compilable?
1565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1566 $as_echo_n "checking $2 usability... " >&6; }
1567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1568 /* end confdefs.h. */
1570 #include <$2>
1571 _ACEOF
1572 if ac_fn_c_try_compile "$LINENO"; then :
1573 ac_header_compiler=yes
1574 else
1575 ac_header_compiler=no
1577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1579 $as_echo "$ac_header_compiler" >&6; }
1581 # Is the header present?
1582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1583 $as_echo_n "checking $2 presence... " >&6; }
1584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1585 /* end confdefs.h. */
1586 #include <$2>
1587 _ACEOF
1588 if ac_fn_c_try_cpp "$LINENO"; then :
1589 ac_header_preproc=yes
1590 else
1591 ac_header_preproc=no
1593 rm -f conftest.err conftest.$ac_ext
1594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1595 $as_echo "$ac_header_preproc" >&6; }
1597 # So? What about this header?
1598 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1599 yes:no: )
1600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1601 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1603 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1605 no:yes:* )
1606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1607 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1609 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1611 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1613 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1615 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1616 ( cat <<\_ASBOX
1617 ## --------------------- ##
1618 ## Report this to libmpx ##
1619 ## --------------------- ##
1620 _ASBOX
1621 ) | sed "s/^/$as_me: WARNING: /" >&2
1623 esac
1624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1625 $as_echo_n "checking for $2... " >&6; }
1626 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1627 $as_echo_n "(cached) " >&6
1628 else
1629 eval "$3=\$ac_header_compiler"
1631 eval ac_res=\$$3
1632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1633 $as_echo "$ac_res" >&6; }
1635 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 } # ac_fn_c_check_header_mongrel
1639 # ac_fn_c_try_run LINENO
1640 # ----------------------
1641 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1642 # that executables *can* be run.
1643 ac_fn_c_try_run ()
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 if { { ac_try="$ac_link"
1647 case "(($ac_try" in
1648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1649 *) ac_try_echo=$ac_try;;
1650 esac
1651 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1652 $as_echo "$ac_try_echo"; } >&5
1653 (eval "$ac_link") 2>&5
1654 ac_status=$?
1655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1656 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1657 { { case "(($ac_try" in
1658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1659 *) ac_try_echo=$ac_try;;
1660 esac
1661 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1662 $as_echo "$ac_try_echo"; } >&5
1663 (eval "$ac_try") 2>&5
1664 ac_status=$?
1665 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1666 test $ac_status = 0; }; }; then :
1667 ac_retval=0
1668 else
1669 $as_echo "$as_me: program exited with status $ac_status" >&5
1670 $as_echo "$as_me: failed program was:" >&5
1671 sed 's/^/| /' conftest.$ac_ext >&5
1673 ac_retval=$ac_status
1675 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1676 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1677 return $ac_retval
1679 } # ac_fn_c_try_run
1681 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1682 # -------------------------------------------------------
1683 # Tests whether HEADER exists and can be compiled using the include files in
1684 # INCLUDES, setting the cache variable VAR accordingly.
1685 ac_fn_c_check_header_compile ()
1687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1689 $as_echo_n "checking for $2... " >&6; }
1690 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1691 $as_echo_n "(cached) " >&6
1692 else
1693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1694 /* end confdefs.h. */
1696 #include <$2>
1697 _ACEOF
1698 if ac_fn_c_try_compile "$LINENO"; then :
1699 eval "$3=yes"
1700 else
1701 eval "$3=no"
1703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1705 eval ac_res=\$$3
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1707 $as_echo "$ac_res" >&6; }
1708 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1710 } # ac_fn_c_check_header_compile
1712 # ac_fn_c_try_link LINENO
1713 # -----------------------
1714 # Try to link conftest.$ac_ext, and return whether this succeeded.
1715 ac_fn_c_try_link ()
1717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718 rm -f conftest.$ac_objext conftest$ac_exeext
1719 if { { ac_try="$ac_link"
1720 case "(($ac_try" in
1721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1722 *) ac_try_echo=$ac_try;;
1723 esac
1724 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1725 $as_echo "$ac_try_echo"; } >&5
1726 (eval "$ac_link") 2>conftest.err
1727 ac_status=$?
1728 if test -s conftest.err; then
1729 grep -v '^ *+' conftest.err >conftest.er1
1730 cat conftest.er1 >&5
1731 mv -f conftest.er1 conftest.err
1733 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1734 test $ac_status = 0; } && {
1735 test -z "$ac_c_werror_flag" ||
1736 test ! -s conftest.err
1737 } && test -s conftest$ac_exeext && {
1738 test "$cross_compiling" = yes ||
1739 $as_test_x conftest$ac_exeext
1740 }; then :
1741 ac_retval=0
1742 else
1743 $as_echo "$as_me: failed program was:" >&5
1744 sed 's/^/| /' conftest.$ac_ext >&5
1746 ac_retval=1
1748 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1749 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1750 # interfere with the next link command; also delete a directory that is
1751 # left behind by Apple's compiler. We do this before executing the actions.
1752 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1753 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1754 return $ac_retval
1756 } # ac_fn_c_try_link
1758 # ac_fn_c_check_func LINENO FUNC VAR
1759 # ----------------------------------
1760 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1761 ac_fn_c_check_func ()
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765 $as_echo_n "checking for $2... " >&6; }
1766 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1767 $as_echo_n "(cached) " >&6
1768 else
1769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1770 /* end confdefs.h. */
1771 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1772 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1773 #define $2 innocuous_$2
1775 /* System header to define __stub macros and hopefully few prototypes,
1776 which can conflict with char $2 (); below.
1777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1778 <limits.h> exists even on freestanding compilers. */
1780 #ifdef __STDC__
1781 # include <limits.h>
1782 #else
1783 # include <assert.h>
1784 #endif
1786 #undef $2
1788 /* Override any GCC internal prototype to avoid an error.
1789 Use char because int might match the return type of a GCC
1790 builtin and then its argument prototype would still apply. */
1791 #ifdef __cplusplus
1792 extern "C"
1793 #endif
1794 char $2 ();
1795 /* The GNU C library defines this for functions which it implements
1796 to always fail with ENOSYS. Some functions are actually named
1797 something starting with __ and the normal name is an alias. */
1798 #if defined __stub_$2 || defined __stub___$2
1799 choke me
1800 #endif
1803 main ()
1805 return $2 ();
1807 return 0;
1809 _ACEOF
1810 if ac_fn_c_try_link "$LINENO"; then :
1811 eval "$3=yes"
1812 else
1813 eval "$3=no"
1815 rm -f core conftest.err conftest.$ac_objext \
1816 conftest$ac_exeext conftest.$ac_ext
1818 eval ac_res=\$$3
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820 $as_echo "$ac_res" >&6; }
1821 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1823 } # ac_fn_c_check_func
1824 cat >config.log <<_ACEOF
1825 This file contains any messages produced by compilers while
1826 running configure, to aid debugging if configure makes a mistake.
1828 It was created by package-unused $as_me version-unused, which was
1829 generated by GNU Autoconf 2.64. Invocation command line was
1831 $ $0 $@
1833 _ACEOF
1834 exec 5>>config.log
1836 cat <<_ASUNAME
1837 ## --------- ##
1838 ## Platform. ##
1839 ## --------- ##
1841 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1842 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1843 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1844 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1845 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1847 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1848 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1850 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1851 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1852 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1853 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1854 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1855 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1856 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1858 _ASUNAME
1860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1861 for as_dir in $PATH
1863 IFS=$as_save_IFS
1864 test -z "$as_dir" && as_dir=.
1865 $as_echo "PATH: $as_dir"
1866 done
1867 IFS=$as_save_IFS
1869 } >&5
1871 cat >&5 <<_ACEOF
1874 ## ----------- ##
1875 ## Core tests. ##
1876 ## ----------- ##
1878 _ACEOF
1881 # Keep a trace of the command line.
1882 # Strip out --no-create and --no-recursion so they do not pile up.
1883 # Strip out --silent because we don't want to record it for future runs.
1884 # Also quote any args containing shell meta-characters.
1885 # Make two passes to allow for proper duplicate-argument suppression.
1886 ac_configure_args=
1887 ac_configure_args0=
1888 ac_configure_args1=
1889 ac_must_keep_next=false
1890 for ac_pass in 1 2
1892 for ac_arg
1894 case $ac_arg in
1895 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1896 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1897 | -silent | --silent | --silen | --sile | --sil)
1898 continue ;;
1899 *\'*)
1900 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1901 esac
1902 case $ac_pass in
1903 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1905 as_fn_append ac_configure_args1 " '$ac_arg'"
1906 if test $ac_must_keep_next = true; then
1907 ac_must_keep_next=false # Got value, back to normal.
1908 else
1909 case $ac_arg in
1910 *=* | --config-cache | -C | -disable-* | --disable-* \
1911 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1912 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1913 | -with-* | --with-* | -without-* | --without-* | --x)
1914 case "$ac_configure_args0 " in
1915 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1916 esac
1918 -* ) ac_must_keep_next=true ;;
1919 esac
1921 as_fn_append ac_configure_args " '$ac_arg'"
1923 esac
1924 done
1925 done
1926 { ac_configure_args0=; unset ac_configure_args0;}
1927 { ac_configure_args1=; unset ac_configure_args1;}
1929 # When interrupted or exit'd, cleanup temporary files, and complete
1930 # config.log. We remove comments because anyway the quotes in there
1931 # would cause problems or look ugly.
1932 # WARNING: Use '\'' to represent an apostrophe within the trap.
1933 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1934 trap 'exit_status=$?
1935 # Save into config.log some information that might help in debugging.
1937 echo
1939 cat <<\_ASBOX
1940 ## ---------------- ##
1941 ## Cache variables. ##
1942 ## ---------------- ##
1943 _ASBOX
1944 echo
1945 # The following way of writing the cache mishandles newlines in values,
1947 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1948 eval ac_val=\$$ac_var
1949 case $ac_val in #(
1950 *${as_nl}*)
1951 case $ac_var in #(
1952 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1953 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1954 esac
1955 case $ac_var in #(
1956 _ | IFS | as_nl) ;; #(
1957 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1958 *) { eval $ac_var=; unset $ac_var;} ;;
1959 esac ;;
1960 esac
1961 done
1962 (set) 2>&1 |
1963 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1964 *${as_nl}ac_space=\ *)
1965 sed -n \
1966 "s/'\''/'\''\\\\'\'''\''/g;
1967 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1968 ;; #(
1970 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1972 esac |
1973 sort
1975 echo
1977 cat <<\_ASBOX
1978 ## ----------------- ##
1979 ## Output variables. ##
1980 ## ----------------- ##
1981 _ASBOX
1982 echo
1983 for ac_var in $ac_subst_vars
1985 eval ac_val=\$$ac_var
1986 case $ac_val in
1987 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1988 esac
1989 $as_echo "$ac_var='\''$ac_val'\''"
1990 done | sort
1991 echo
1993 if test -n "$ac_subst_files"; then
1994 cat <<\_ASBOX
1995 ## ------------------- ##
1996 ## File substitutions. ##
1997 ## ------------------- ##
1998 _ASBOX
1999 echo
2000 for ac_var in $ac_subst_files
2002 eval ac_val=\$$ac_var
2003 case $ac_val in
2004 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2005 esac
2006 $as_echo "$ac_var='\''$ac_val'\''"
2007 done | sort
2008 echo
2011 if test -s confdefs.h; then
2012 cat <<\_ASBOX
2013 ## ----------- ##
2014 ## confdefs.h. ##
2015 ## ----------- ##
2016 _ASBOX
2017 echo
2018 cat confdefs.h
2019 echo
2021 test "$ac_signal" != 0 &&
2022 $as_echo "$as_me: caught signal $ac_signal"
2023 $as_echo "$as_me: exit $exit_status"
2024 } >&5
2025 rm -f core *.core core.conftest.* &&
2026 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2027 exit $exit_status
2029 for ac_signal in 1 2 13 15; do
2030 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2031 done
2032 ac_signal=0
2034 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2035 rm -f -r conftest* confdefs.h
2037 $as_echo "/* confdefs.h */" > confdefs.h
2039 # Predefined preprocessor variables.
2041 cat >>confdefs.h <<_ACEOF
2042 #define PACKAGE_NAME "$PACKAGE_NAME"
2043 _ACEOF
2045 cat >>confdefs.h <<_ACEOF
2046 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2047 _ACEOF
2049 cat >>confdefs.h <<_ACEOF
2050 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2051 _ACEOF
2053 cat >>confdefs.h <<_ACEOF
2054 #define PACKAGE_STRING "$PACKAGE_STRING"
2055 _ACEOF
2057 cat >>confdefs.h <<_ACEOF
2058 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2059 _ACEOF
2061 cat >>confdefs.h <<_ACEOF
2062 #define PACKAGE_URL "$PACKAGE_URL"
2063 _ACEOF
2066 # Let the site file select an alternate cache file if it wants to.
2067 # Prefer an explicitly selected file to automatically selected ones.
2068 ac_site_file1=NONE
2069 ac_site_file2=NONE
2070 if test -n "$CONFIG_SITE"; then
2071 ac_site_file1=$CONFIG_SITE
2072 elif test "x$prefix" != xNONE; then
2073 ac_site_file1=$prefix/share/config.site
2074 ac_site_file2=$prefix/etc/config.site
2075 else
2076 ac_site_file1=$ac_default_prefix/share/config.site
2077 ac_site_file2=$ac_default_prefix/etc/config.site
2079 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2081 test "x$ac_site_file" = xNONE && continue
2082 if test -r "$ac_site_file"; then
2083 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2084 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2085 sed 's/^/| /' "$ac_site_file" >&5
2086 . "$ac_site_file"
2088 done
2090 if test -r "$cache_file"; then
2091 # Some versions of bash will fail to source /dev/null (special
2092 # files actually), so we avoid doing that.
2093 if test -f "$cache_file"; then
2094 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2095 $as_echo "$as_me: loading cache $cache_file" >&6;}
2096 case $cache_file in
2097 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2098 *) . "./$cache_file";;
2099 esac
2101 else
2102 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2103 $as_echo "$as_me: creating cache $cache_file" >&6;}
2104 >$cache_file
2107 # Check that the precious variables saved in the cache have kept the same
2108 # value.
2109 ac_cache_corrupted=false
2110 for ac_var in $ac_precious_vars; do
2111 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2112 eval ac_new_set=\$ac_env_${ac_var}_set
2113 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2114 eval ac_new_val=\$ac_env_${ac_var}_value
2115 case $ac_old_set,$ac_new_set in
2116 set,)
2117 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2118 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2119 ac_cache_corrupted=: ;;
2120 ,set)
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2122 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2123 ac_cache_corrupted=: ;;
2124 ,);;
2126 if test "x$ac_old_val" != "x$ac_new_val"; then
2127 # differences in whitespace do not lead to failure.
2128 ac_old_val_w=`echo x $ac_old_val`
2129 ac_new_val_w=`echo x $ac_new_val`
2130 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2131 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2132 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2133 ac_cache_corrupted=:
2134 else
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2136 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2137 eval $ac_var=\$ac_old_val
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2140 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2141 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2142 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2143 fi;;
2144 esac
2145 # Pass precious variables to config.status.
2146 if test "$ac_new_set" = set; then
2147 case $ac_new_val in
2148 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2149 *) ac_arg=$ac_var=$ac_new_val ;;
2150 esac
2151 case " $ac_configure_args " in
2152 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2153 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2154 esac
2156 done
2157 if $ac_cache_corrupted; then
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2159 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2161 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2162 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2164 ## -------------------- ##
2165 ## Main body of script. ##
2166 ## -------------------- ##
2168 ac_ext=c
2169 ac_cpp='$CPP $CPPFLAGS'
2170 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2171 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2172 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2179 # -------
2180 # Options
2181 # -------
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2183 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2184 # Check whether --enable-version-specific-runtime-libs was given.
2185 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2186 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
2187 yes) version_specific_libs=yes ;;
2188 no) version_specific_libs=no ;;
2189 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
2190 esac
2191 else
2192 version_specific_libs=no
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
2196 $as_echo "$version_specific_libs" >&6; }
2198 # Do not delete or change the following two lines. For why, see
2199 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2200 ac_aux_dir=
2201 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2202 for ac_t in install-sh install.sh shtool; do
2203 if test -f "$ac_dir/$ac_t"; then
2204 ac_aux_dir=$ac_dir
2205 ac_install_sh="$ac_aux_dir/$ac_t -c"
2206 break 2
2208 done
2209 done
2210 if test -z "$ac_aux_dir"; then
2211 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2214 # These three variables are undocumented and unsupported,
2215 # and are intended to be withdrawn in a future Autoconf release.
2216 # They can cause serious problems if a builder's source tree is in a directory
2217 # whose full name contains unusual characters.
2218 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2219 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2220 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2223 # Make sure we can run config.sub.
2224 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2225 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2228 $as_echo_n "checking build system type... " >&6; }
2229 if test "${ac_cv_build+set}" = set; then :
2230 $as_echo_n "(cached) " >&6
2231 else
2232 ac_build_alias=$build_alias
2233 test "x$ac_build_alias" = x &&
2234 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2235 test "x$ac_build_alias" = x &&
2236 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2237 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2238 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2242 $as_echo "$ac_cv_build" >&6; }
2243 case $ac_cv_build in
2244 *-*-*) ;;
2245 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2246 esac
2247 build=$ac_cv_build
2248 ac_save_IFS=$IFS; IFS='-'
2249 set x $ac_cv_build
2250 shift
2251 build_cpu=$1
2252 build_vendor=$2
2253 shift; shift
2254 # Remember, the first character of IFS is used to create $*,
2255 # except with old shells:
2256 build_os=$*
2257 IFS=$ac_save_IFS
2258 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2262 $as_echo_n "checking host system type... " >&6; }
2263 if test "${ac_cv_host+set}" = set; then :
2264 $as_echo_n "(cached) " >&6
2265 else
2266 if test "x$host_alias" = x; then
2267 ac_cv_host=$ac_cv_build
2268 else
2269 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2270 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2275 $as_echo "$ac_cv_host" >&6; }
2276 case $ac_cv_host in
2277 *-*-*) ;;
2278 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2279 esac
2280 host=$ac_cv_host
2281 ac_save_IFS=$IFS; IFS='-'
2282 set x $ac_cv_host
2283 shift
2284 host_cpu=$1
2285 host_vendor=$2
2286 shift; shift
2287 # Remember, the first character of IFS is used to create $*,
2288 # except with old shells:
2289 host_os=$*
2290 IFS=$ac_save_IFS
2291 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2295 $as_echo_n "checking target system type... " >&6; }
2296 if test "${ac_cv_target+set}" = set; then :
2297 $as_echo_n "(cached) " >&6
2298 else
2299 if test "x$target_alias" = x; then
2300 ac_cv_target=$ac_cv_host
2301 else
2302 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2303 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2308 $as_echo "$ac_cv_target" >&6; }
2309 case $ac_cv_target in
2310 *-*-*) ;;
2311 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2312 esac
2313 target=$ac_cv_target
2314 ac_save_IFS=$IFS; IFS='-'
2315 set x $ac_cv_target
2316 shift
2317 target_cpu=$1
2318 target_vendor=$2
2319 shift; shift
2320 # Remember, the first character of IFS is used to create $*,
2321 # except with old shells:
2322 target_os=$*
2323 IFS=$ac_save_IFS
2324 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2327 # The aliases save the names the user supplied, while $host etc.
2328 # will get canonicalized.
2329 test -n "$target_alias" &&
2330 test "$program_prefix$program_suffix$program_transform_name" = \
2331 NONENONEs,x,x, &&
2332 program_prefix=${target_alias}-
2334 target_alias=${target_alias-$host_alias}
2337 # See if supported.
2338 unset LIBMPX_SUPPORTED
2339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for target support for Intel MPX runtime library" >&5
2340 $as_echo_n "checking for target support for Intel MPX runtime library... " >&6; }
2341 echo "int i[sizeof (void *) == 4 ? 1 : -1] = { __x86_64__ };" > conftest.c
2342 if { ac_try='${CC} ${CFLAGS} -c -o conftest.o conftest.c 1>&5'
2343 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
2344 (eval $ac_try) 2>&5
2345 ac_status=$?
2346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2347 test $ac_status = 0; }; }
2348 then
2349 LIBMPX_SUPPORTED=no
2350 else
2351 LIBMPX_SUPPORTED=yes
2353 rm -f conftest.o conftest.c
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBMPX_SUPPORTED" >&5
2355 $as_echo "$LIBMPX_SUPPORTED" >&6; }
2356 if test "x$LIBMPX_SUPPORTED" = "xyes"; then
2357 LIBMPX_SUPPORTED_TRUE=
2358 LIBMPX_SUPPORTED_FALSE='#'
2359 else
2360 LIBMPX_SUPPORTED_TRUE='#'
2361 LIBMPX_SUPPORTED_FALSE=
2365 link_libmpx="-lpthread"
2368 am__api_version='1.11'
2370 # Find a good install program. We prefer a C program (faster),
2371 # so one script is as good as another. But avoid the broken or
2372 # incompatible versions:
2373 # SysV /etc/install, /usr/sbin/install
2374 # SunOS /usr/etc/install
2375 # IRIX /sbin/install
2376 # AIX /bin/install
2377 # AmigaOS /C/install, which installs bootblocks on floppy discs
2378 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2379 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2380 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2381 # OS/2's system install, which has a completely different semantic
2382 # ./install, which can be erroneously created by make from ./install.sh.
2383 # Reject install programs that cannot install multiple files.
2384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2385 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2386 if test -z "$INSTALL"; then
2387 if test "${ac_cv_path_install+set}" = set; then :
2388 $as_echo_n "(cached) " >&6
2389 else
2390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2391 for as_dir in $PATH
2393 IFS=$as_save_IFS
2394 test -z "$as_dir" && as_dir=.
2395 # Account for people who put trailing slashes in PATH elements.
2396 case $as_dir/ in #((
2397 ./ | .// | /[cC]/* | \
2398 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2399 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2400 /usr/ucb/* ) ;;
2402 # OSF1 and SCO ODT 3.0 have their own names for install.
2403 # Don't use installbsd from OSF since it installs stuff as root
2404 # by default.
2405 for ac_prog in ginstall scoinst install; do
2406 for ac_exec_ext in '' $ac_executable_extensions; do
2407 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2408 if test $ac_prog = install &&
2409 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2410 # AIX install. It has an incompatible calling convention.
2412 elif test $ac_prog = install &&
2413 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2414 # program-specific install script used by HP pwplus--don't use.
2416 else
2417 rm -rf conftest.one conftest.two conftest.dir
2418 echo one > conftest.one
2419 echo two > conftest.two
2420 mkdir conftest.dir
2421 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2422 test -s conftest.one && test -s conftest.two &&
2423 test -s conftest.dir/conftest.one &&
2424 test -s conftest.dir/conftest.two
2425 then
2426 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2427 break 3
2431 done
2432 done
2434 esac
2436 done
2437 IFS=$as_save_IFS
2439 rm -rf conftest.one conftest.two conftest.dir
2442 if test "${ac_cv_path_install+set}" = set; then
2443 INSTALL=$ac_cv_path_install
2444 else
2445 # As a last resort, use the slow shell script. Don't cache a
2446 # value for INSTALL within a source directory, because that will
2447 # break other packages using the cache if that directory is
2448 # removed, or if the value is a relative name.
2449 INSTALL=$ac_install_sh
2452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2453 $as_echo "$INSTALL" >&6; }
2455 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2456 # It thinks the first close brace ends the variable substitution.
2457 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2459 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2461 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2464 $as_echo_n "checking whether build environment is sane... " >&6; }
2465 # Just in case
2466 sleep 1
2467 echo timestamp > conftest.file
2468 # Reject unsafe characters in $srcdir or the absolute working directory
2469 # name. Accept space and tab only in the latter.
2470 am_lf='
2472 case `pwd` in
2473 *[\\\"\#\$\&\'\`$am_lf]*)
2474 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2475 esac
2476 case $srcdir in
2477 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2478 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2479 esac
2481 # Do `set' in a subshell so we don't clobber the current shell's
2482 # arguments. Must try -L first in case configure is actually a
2483 # symlink; some systems play weird games with the mod time of symlinks
2484 # (eg FreeBSD returns the mod time of the symlink's containing
2485 # directory).
2486 if (
2487 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2488 if test "$*" = "X"; then
2489 # -L didn't work.
2490 set X `ls -t "$srcdir/configure" conftest.file`
2492 rm -f conftest.file
2493 if test "$*" != "X $srcdir/configure conftest.file" \
2494 && test "$*" != "X conftest.file $srcdir/configure"; then
2496 # If neither matched, then we have a broken ls. This can happen
2497 # if, for instance, CONFIG_SHELL is bash and it inherits a
2498 # broken ls alias from the environment. This has actually
2499 # happened. Such a system could not be considered "sane".
2500 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2501 alias in your environment" "$LINENO" 5
2504 test "$2" = conftest.file
2506 then
2507 # Ok.
2509 else
2510 as_fn_error "newly created file is older than distributed files!
2511 Check your system clock" "$LINENO" 5
2513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2514 $as_echo "yes" >&6; }
2515 test "$program_prefix" != NONE &&
2516 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2517 # Use a double $ so make ignores it.
2518 test "$program_suffix" != NONE &&
2519 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2520 # Double any \ or $.
2521 # By default was `s,x,x', remove it if useless.
2522 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2523 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2525 # expand $ac_aux_dir to an absolute path
2526 am_aux_dir=`cd $ac_aux_dir && pwd`
2528 if test x"${MISSING+set}" != xset; then
2529 case $am_aux_dir in
2530 *\ * | *\ *)
2531 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2533 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2534 esac
2536 # Use eval to expand $SHELL
2537 if eval "$MISSING --run true"; then
2538 am_missing_run="$MISSING --run "
2539 else
2540 am_missing_run=
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2542 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2545 if test x"${install_sh}" != xset; then
2546 case $am_aux_dir in
2547 *\ * | *\ *)
2548 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2550 install_sh="\${SHELL} $am_aux_dir/install-sh"
2551 esac
2554 # Installed binaries are usually stripped using `strip' when the user
2555 # run `make install-strip'. However `strip' might not be the right
2556 # tool to use in cross-compilation environments, therefore Automake
2557 # will honor the `STRIP' environment variable to overrule this program.
2558 if test "$cross_compiling" != no; then
2559 if test -n "$ac_tool_prefix"; then
2560 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2561 set dummy ${ac_tool_prefix}strip; ac_word=$2
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2563 $as_echo_n "checking for $ac_word... " >&6; }
2564 if test "${ac_cv_prog_STRIP+set}" = set; then :
2565 $as_echo_n "(cached) " >&6
2566 else
2567 if test -n "$STRIP"; then
2568 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2569 else
2570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2571 for as_dir in $PATH
2573 IFS=$as_save_IFS
2574 test -z "$as_dir" && as_dir=.
2575 for ac_exec_ext in '' $ac_executable_extensions; do
2576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2577 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2579 break 2
2581 done
2582 done
2583 IFS=$as_save_IFS
2587 STRIP=$ac_cv_prog_STRIP
2588 if test -n "$STRIP"; then
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2590 $as_echo "$STRIP" >&6; }
2591 else
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2593 $as_echo "no" >&6; }
2598 if test -z "$ac_cv_prog_STRIP"; then
2599 ac_ct_STRIP=$STRIP
2600 # Extract the first word of "strip", so it can be a program name with args.
2601 set dummy strip; ac_word=$2
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2603 $as_echo_n "checking for $ac_word... " >&6; }
2604 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2605 $as_echo_n "(cached) " >&6
2606 else
2607 if test -n "$ac_ct_STRIP"; then
2608 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2609 else
2610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2611 for as_dir in $PATH
2613 IFS=$as_save_IFS
2614 test -z "$as_dir" && as_dir=.
2615 for ac_exec_ext in '' $ac_executable_extensions; do
2616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2617 ac_cv_prog_ac_ct_STRIP="strip"
2618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2619 break 2
2621 done
2622 done
2623 IFS=$as_save_IFS
2627 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2628 if test -n "$ac_ct_STRIP"; then
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2630 $as_echo "$ac_ct_STRIP" >&6; }
2631 else
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2633 $as_echo "no" >&6; }
2636 if test "x$ac_ct_STRIP" = x; then
2637 STRIP=":"
2638 else
2639 case $cross_compiling:$ac_tool_warned in
2640 yes:)
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2642 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2643 ac_tool_warned=yes ;;
2644 esac
2645 STRIP=$ac_ct_STRIP
2647 else
2648 STRIP="$ac_cv_prog_STRIP"
2652 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2655 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2656 if test -z "$MKDIR_P"; then
2657 if test "${ac_cv_path_mkdir+set}" = set; then :
2658 $as_echo_n "(cached) " >&6
2659 else
2660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2661 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2663 IFS=$as_save_IFS
2664 test -z "$as_dir" && as_dir=.
2665 for ac_prog in mkdir gmkdir; do
2666 for ac_exec_ext in '' $ac_executable_extensions; do
2667 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2668 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2669 'mkdir (GNU coreutils) '* | \
2670 'mkdir (coreutils) '* | \
2671 'mkdir (fileutils) '4.1*)
2672 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2673 break 3;;
2674 esac
2675 done
2676 done
2677 done
2678 IFS=$as_save_IFS
2682 if test "${ac_cv_path_mkdir+set}" = set; then
2683 MKDIR_P="$ac_cv_path_mkdir -p"
2684 else
2685 # As a last resort, use the slow shell script. Don't cache a
2686 # value for MKDIR_P within a source directory, because that will
2687 # break other packages using the cache if that directory is
2688 # removed, or if the value is a relative name.
2689 test -d ./--version && rmdir ./--version
2690 MKDIR_P="$ac_install_sh -d"
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2694 $as_echo "$MKDIR_P" >&6; }
2696 mkdir_p="$MKDIR_P"
2697 case $mkdir_p in
2698 [\\/$]* | ?:[\\/]*) ;;
2699 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2700 esac
2702 for ac_prog in gawk mawk nawk awk
2704 # Extract the first word of "$ac_prog", so it can be a program name with args.
2705 set dummy $ac_prog; ac_word=$2
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2707 $as_echo_n "checking for $ac_word... " >&6; }
2708 if test "${ac_cv_prog_AWK+set}" = set; then :
2709 $as_echo_n "(cached) " >&6
2710 else
2711 if test -n "$AWK"; then
2712 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2713 else
2714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2715 for as_dir in $PATH
2717 IFS=$as_save_IFS
2718 test -z "$as_dir" && as_dir=.
2719 for ac_exec_ext in '' $ac_executable_extensions; do
2720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2721 ac_cv_prog_AWK="$ac_prog"
2722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2723 break 2
2725 done
2726 done
2727 IFS=$as_save_IFS
2731 AWK=$ac_cv_prog_AWK
2732 if test -n "$AWK"; then
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2734 $as_echo "$AWK" >&6; }
2735 else
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2737 $as_echo "no" >&6; }
2741 test -n "$AWK" && break
2742 done
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2745 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2746 set x ${MAKE-make}
2747 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2748 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2749 $as_echo_n "(cached) " >&6
2750 else
2751 cat >conftest.make <<\_ACEOF
2752 SHELL = /bin/sh
2753 all:
2754 @echo '@@@%%%=$(MAKE)=@@@%%%'
2755 _ACEOF
2756 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2757 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2758 *@@@%%%=?*=@@@%%%*)
2759 eval ac_cv_prog_make_${ac_make}_set=yes;;
2761 eval ac_cv_prog_make_${ac_make}_set=no;;
2762 esac
2763 rm -f conftest.make
2765 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2767 $as_echo "yes" >&6; }
2768 SET_MAKE=
2769 else
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2771 $as_echo "no" >&6; }
2772 SET_MAKE="MAKE=${MAKE-make}"
2775 rm -rf .tst 2>/dev/null
2776 mkdir .tst 2>/dev/null
2777 if test -d .tst; then
2778 am__leading_dot=.
2779 else
2780 am__leading_dot=_
2782 rmdir .tst 2>/dev/null
2784 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2785 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2786 # is not polluted with repeated "-I."
2787 am__isrc=' -I$(srcdir)'
2788 # test to see if srcdir already configured
2789 if test -f $srcdir/config.status; then
2790 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2794 # test whether we have cygpath
2795 if test -z "$CYGPATH_W"; then
2796 if (cygpath --version) >/dev/null 2>/dev/null; then
2797 CYGPATH_W='cygpath -w'
2798 else
2799 CYGPATH_W=echo
2804 # Define the identity of the package.
2805 PACKAGE='package-unused'
2806 VERSION='version-unused'
2809 cat >>confdefs.h <<_ACEOF
2810 #define PACKAGE "$PACKAGE"
2811 _ACEOF
2814 cat >>confdefs.h <<_ACEOF
2815 #define VERSION "$VERSION"
2816 _ACEOF
2818 # Some tools Automake needs.
2820 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2823 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2826 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2829 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2832 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2834 # We need awk for the "check" target. The system "awk" is bad on
2835 # some platforms.
2836 # Always define AMTAR for backward compatibility. Yes, it's still used
2837 # in the wild :-( We should find a proper way to deprecate it ...
2838 AMTAR='$${TAR-tar}'
2840 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2846 # Default to --enable-multilib
2847 # Check whether --enable-multilib was given.
2848 if test "${enable_multilib+set}" = set; then :
2849 enableval=$enable_multilib; case "$enableval" in
2850 yes) multilib=yes ;;
2851 no) multilib=no ;;
2852 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
2853 esac
2854 else
2855 multilib=yes
2859 # We may get other options which we leave undocumented:
2860 # --with-target-subdir, --with-multisrctop, --with-multisubdir
2861 # See config-ml.in if you want the gory details.
2863 if test "$srcdir" = "."; then
2864 if test "$with_target_subdir" != "."; then
2865 multi_basedir="$srcdir/$with_multisrctop../.."
2866 else
2867 multi_basedir="$srcdir/$with_multisrctop.."
2869 else
2870 multi_basedir="$srcdir/.."
2874 # Even if the default multilib is not a cross compilation,
2875 # it may be that some of the other multilibs are.
2876 if test $cross_compiling = no && test $multilib = yes \
2877 && test "x${with_multisubdir}" != x ; then
2878 cross_compiling=maybe
2881 ac_config_commands="$ac_config_commands default-1"
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2885 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2886 # Check whether --enable-maintainer-mode was given.
2887 if test "${enable_maintainer_mode+set}" = set; then :
2888 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2889 else
2890 USE_MAINTAINER_MODE=no
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2894 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2895 if test $USE_MAINTAINER_MODE = yes; then
2896 MAINTAINER_MODE_TRUE=
2897 MAINTAINER_MODE_FALSE='#'
2898 else
2899 MAINTAINER_MODE_TRUE='#'
2900 MAINTAINER_MODE_FALSE=
2903 MAINT=$MAINTAINER_MODE_TRUE
2907 ac_ext=c
2908 ac_cpp='$CPP $CPPFLAGS'
2909 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2910 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2911 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2912 if test -n "$ac_tool_prefix"; then
2913 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2914 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916 $as_echo_n "checking for $ac_word... " >&6; }
2917 if test "${ac_cv_prog_CC+set}" = set; then :
2918 $as_echo_n "(cached) " >&6
2919 else
2920 if test -n "$CC"; then
2921 ac_cv_prog_CC="$CC" # Let the user override the test.
2922 else
2923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2924 for as_dir in $PATH
2926 IFS=$as_save_IFS
2927 test -z "$as_dir" && as_dir=.
2928 for ac_exec_ext in '' $ac_executable_extensions; do
2929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2930 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2932 break 2
2934 done
2935 done
2936 IFS=$as_save_IFS
2940 CC=$ac_cv_prog_CC
2941 if test -n "$CC"; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2943 $as_echo "$CC" >&6; }
2944 else
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2946 $as_echo "no" >&6; }
2951 if test -z "$ac_cv_prog_CC"; then
2952 ac_ct_CC=$CC
2953 # Extract the first word of "gcc", so it can be a program name with args.
2954 set dummy gcc; ac_word=$2
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2956 $as_echo_n "checking for $ac_word... " >&6; }
2957 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2958 $as_echo_n "(cached) " >&6
2959 else
2960 if test -n "$ac_ct_CC"; then
2961 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2962 else
2963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2964 for as_dir in $PATH
2966 IFS=$as_save_IFS
2967 test -z "$as_dir" && as_dir=.
2968 for ac_exec_ext in '' $ac_executable_extensions; do
2969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2970 ac_cv_prog_ac_ct_CC="gcc"
2971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2972 break 2
2974 done
2975 done
2976 IFS=$as_save_IFS
2980 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2981 if test -n "$ac_ct_CC"; then
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2983 $as_echo "$ac_ct_CC" >&6; }
2984 else
2985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2986 $as_echo "no" >&6; }
2989 if test "x$ac_ct_CC" = x; then
2990 CC=""
2991 else
2992 case $cross_compiling:$ac_tool_warned in
2993 yes:)
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2995 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2996 ac_tool_warned=yes ;;
2997 esac
2998 CC=$ac_ct_CC
3000 else
3001 CC="$ac_cv_prog_CC"
3004 if test -z "$CC"; then
3005 if test -n "$ac_tool_prefix"; then
3006 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3007 set dummy ${ac_tool_prefix}cc; ac_word=$2
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3009 $as_echo_n "checking for $ac_word... " >&6; }
3010 if test "${ac_cv_prog_CC+set}" = set; then :
3011 $as_echo_n "(cached) " >&6
3012 else
3013 if test -n "$CC"; then
3014 ac_cv_prog_CC="$CC" # Let the user override the test.
3015 else
3016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3017 for as_dir in $PATH
3019 IFS=$as_save_IFS
3020 test -z "$as_dir" && as_dir=.
3021 for ac_exec_ext in '' $ac_executable_extensions; do
3022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3023 ac_cv_prog_CC="${ac_tool_prefix}cc"
3024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3025 break 2
3027 done
3028 done
3029 IFS=$as_save_IFS
3033 CC=$ac_cv_prog_CC
3034 if test -n "$CC"; then
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3036 $as_echo "$CC" >&6; }
3037 else
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3039 $as_echo "no" >&6; }
3045 if test -z "$CC"; then
3046 # Extract the first word of "cc", so it can be a program name with args.
3047 set dummy cc; ac_word=$2
3048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3049 $as_echo_n "checking for $ac_word... " >&6; }
3050 if test "${ac_cv_prog_CC+set}" = set; then :
3051 $as_echo_n "(cached) " >&6
3052 else
3053 if test -n "$CC"; then
3054 ac_cv_prog_CC="$CC" # Let the user override the test.
3055 else
3056 ac_prog_rejected=no
3057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3058 for as_dir in $PATH
3060 IFS=$as_save_IFS
3061 test -z "$as_dir" && as_dir=.
3062 for ac_exec_ext in '' $ac_executable_extensions; do
3063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3064 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3065 ac_prog_rejected=yes
3066 continue
3068 ac_cv_prog_CC="cc"
3069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3070 break 2
3072 done
3073 done
3074 IFS=$as_save_IFS
3076 if test $ac_prog_rejected = yes; then
3077 # We found a bogon in the path, so make sure we never use it.
3078 set dummy $ac_cv_prog_CC
3079 shift
3080 if test $# != 0; then
3081 # We chose a different compiler from the bogus one.
3082 # However, it has the same basename, so the bogon will be chosen
3083 # first if we set CC to just the basename; use the full file name.
3084 shift
3085 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3090 CC=$ac_cv_prog_CC
3091 if test -n "$CC"; then
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3093 $as_echo "$CC" >&6; }
3094 else
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3096 $as_echo "no" >&6; }
3101 if test -z "$CC"; then
3102 if test -n "$ac_tool_prefix"; then
3103 for ac_prog in cl.exe
3105 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3106 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3108 $as_echo_n "checking for $ac_word... " >&6; }
3109 if test "${ac_cv_prog_CC+set}" = set; then :
3110 $as_echo_n "(cached) " >&6
3111 else
3112 if test -n "$CC"; then
3113 ac_cv_prog_CC="$CC" # Let the user override the test.
3114 else
3115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3116 for as_dir in $PATH
3118 IFS=$as_save_IFS
3119 test -z "$as_dir" && as_dir=.
3120 for ac_exec_ext in '' $ac_executable_extensions; do
3121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3122 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3124 break 2
3126 done
3127 done
3128 IFS=$as_save_IFS
3132 CC=$ac_cv_prog_CC
3133 if test -n "$CC"; then
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3135 $as_echo "$CC" >&6; }
3136 else
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3138 $as_echo "no" >&6; }
3142 test -n "$CC" && break
3143 done
3145 if test -z "$CC"; then
3146 ac_ct_CC=$CC
3147 for ac_prog in cl.exe
3149 # Extract the first word of "$ac_prog", so it can be a program name with args.
3150 set dummy $ac_prog; ac_word=$2
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3152 $as_echo_n "checking for $ac_word... " >&6; }
3153 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3154 $as_echo_n "(cached) " >&6
3155 else
3156 if test -n "$ac_ct_CC"; then
3157 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3158 else
3159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3160 for as_dir in $PATH
3162 IFS=$as_save_IFS
3163 test -z "$as_dir" && as_dir=.
3164 for ac_exec_ext in '' $ac_executable_extensions; do
3165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3166 ac_cv_prog_ac_ct_CC="$ac_prog"
3167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3168 break 2
3170 done
3171 done
3172 IFS=$as_save_IFS
3176 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3177 if test -n "$ac_ct_CC"; then
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3179 $as_echo "$ac_ct_CC" >&6; }
3180 else
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3182 $as_echo "no" >&6; }
3186 test -n "$ac_ct_CC" && break
3187 done
3189 if test "x$ac_ct_CC" = x; then
3190 CC=""
3191 else
3192 case $cross_compiling:$ac_tool_warned in
3193 yes:)
3194 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3195 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3196 ac_tool_warned=yes ;;
3197 esac
3198 CC=$ac_ct_CC
3205 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3206 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3207 as_fn_error "no acceptable C compiler found in \$PATH
3208 See \`config.log' for more details." "$LINENO" 5; }
3210 # Provide some information about the compiler.
3211 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3212 set X $ac_compile
3213 ac_compiler=$2
3214 for ac_option in --version -v -V -qversion; do
3215 { { ac_try="$ac_compiler $ac_option >&5"
3216 case "(($ac_try" in
3217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3218 *) ac_try_echo=$ac_try;;
3219 esac
3220 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3221 $as_echo "$ac_try_echo"; } >&5
3222 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3223 ac_status=$?
3224 if test -s conftest.err; then
3225 sed '10a\
3226 ... rest of stderr output deleted ...
3227 10q' conftest.err >conftest.er1
3228 cat conftest.er1 >&5
3229 rm -f conftest.er1 conftest.err
3231 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3232 test $ac_status = 0; }
3233 done
3235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3236 /* end confdefs.h. */
3239 main ()
3243 return 0;
3245 _ACEOF
3246 ac_clean_files_save=$ac_clean_files
3247 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3248 # Try to create an executable without -o first, disregard a.out.
3249 # It will help us diagnose broken compilers, and finding out an intuition
3250 # of exeext.
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3252 $as_echo_n "checking for C compiler default output file name... " >&6; }
3253 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3255 # The possible output files:
3256 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3258 ac_rmfiles=
3259 for ac_file in $ac_files
3261 case $ac_file in
3262 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3263 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3264 esac
3265 done
3266 rm -f $ac_rmfiles
3268 if { { ac_try="$ac_link_default"
3269 case "(($ac_try" in
3270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3271 *) ac_try_echo=$ac_try;;
3272 esac
3273 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3274 $as_echo "$ac_try_echo"; } >&5
3275 (eval "$ac_link_default") 2>&5
3276 ac_status=$?
3277 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3278 test $ac_status = 0; }; then :
3279 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3280 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3281 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3282 # so that the user can short-circuit this test for compilers unknown to
3283 # Autoconf.
3284 for ac_file in $ac_files ''
3286 test -f "$ac_file" || continue
3287 case $ac_file in
3288 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3290 [ab].out )
3291 # We found the default executable, but exeext='' is most
3292 # certainly right.
3293 break;;
3294 *.* )
3295 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3296 then :; else
3297 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3299 # We set ac_cv_exeext here because the later test for it is not
3300 # safe: cross compilers may not add the suffix if given an `-o'
3301 # argument, so we may need to know it at that point already.
3302 # Even if this section looks crufty: it has the advantage of
3303 # actually working.
3304 break;;
3306 break;;
3307 esac
3308 done
3309 test "$ac_cv_exeext" = no && ac_cv_exeext=
3311 else
3312 ac_file=''
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3315 $as_echo "$ac_file" >&6; }
3316 if test -z "$ac_file"; then :
3317 $as_echo "$as_me: failed program was:" >&5
3318 sed 's/^/| /' conftest.$ac_ext >&5
3320 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3321 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3322 { as_fn_set_status 77
3323 as_fn_error "C compiler cannot create executables
3324 See \`config.log' for more details." "$LINENO" 5; }; }
3326 ac_exeext=$ac_cv_exeext
3328 # Check that the compiler produces executables we can run. If not, either
3329 # the compiler is broken, or we cross compile.
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3331 $as_echo_n "checking whether the C compiler works... " >&6; }
3332 # If not cross compiling, check that we can run a simple program.
3333 if test "$cross_compiling" != yes; then
3334 if { ac_try='./$ac_file'
3335 { { case "(($ac_try" in
3336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3337 *) ac_try_echo=$ac_try;;
3338 esac
3339 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3340 $as_echo "$ac_try_echo"; } >&5
3341 (eval "$ac_try") 2>&5
3342 ac_status=$?
3343 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3344 test $ac_status = 0; }; }; then
3345 cross_compiling=no
3346 else
3347 if test "$cross_compiling" = maybe; then
3348 cross_compiling=yes
3349 else
3350 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3351 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3352 as_fn_error "cannot run C compiled programs.
3353 If you meant to cross compile, use \`--host'.
3354 See \`config.log' for more details." "$LINENO" 5; }
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3359 $as_echo "yes" >&6; }
3361 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3362 ac_clean_files=$ac_clean_files_save
3363 # Check that the compiler produces executables we can run. If not, either
3364 # the compiler is broken, or we cross compile.
3365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3366 $as_echo_n "checking whether we are cross compiling... " >&6; }
3367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3368 $as_echo "$cross_compiling" >&6; }
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3371 $as_echo_n "checking for suffix of executables... " >&6; }
3372 if { { ac_try="$ac_link"
3373 case "(($ac_try" in
3374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3375 *) ac_try_echo=$ac_try;;
3376 esac
3377 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3378 $as_echo "$ac_try_echo"; } >&5
3379 (eval "$ac_link") 2>&5
3380 ac_status=$?
3381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3382 test $ac_status = 0; }; then :
3383 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3384 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3385 # work properly (i.e., refer to `conftest.exe'), while it won't with
3386 # `rm'.
3387 for ac_file in conftest.exe conftest conftest.*; do
3388 test -f "$ac_file" || continue
3389 case $ac_file in
3390 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3391 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3392 break;;
3393 * ) break;;
3394 esac
3395 done
3396 else
3397 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3398 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3399 as_fn_error "cannot compute suffix of executables: cannot compile and link
3400 See \`config.log' for more details." "$LINENO" 5; }
3402 rm -f conftest$ac_cv_exeext
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3404 $as_echo "$ac_cv_exeext" >&6; }
3406 rm -f conftest.$ac_ext
3407 EXEEXT=$ac_cv_exeext
3408 ac_exeext=$EXEEXT
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3410 $as_echo_n "checking for suffix of object files... " >&6; }
3411 if test "${ac_cv_objext+set}" = set; then :
3412 $as_echo_n "(cached) " >&6
3413 else
3414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3415 /* end confdefs.h. */
3418 main ()
3422 return 0;
3424 _ACEOF
3425 rm -f conftest.o conftest.obj
3426 if { { ac_try="$ac_compile"
3427 case "(($ac_try" in
3428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3429 *) ac_try_echo=$ac_try;;
3430 esac
3431 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3432 $as_echo "$ac_try_echo"; } >&5
3433 (eval "$ac_compile") 2>&5
3434 ac_status=$?
3435 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3436 test $ac_status = 0; }; then :
3437 for ac_file in conftest.o conftest.obj conftest.*; do
3438 test -f "$ac_file" || continue;
3439 case $ac_file in
3440 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3441 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3442 break;;
3443 esac
3444 done
3445 else
3446 $as_echo "$as_me: failed program was:" >&5
3447 sed 's/^/| /' conftest.$ac_ext >&5
3449 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3450 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3451 as_fn_error "cannot compute suffix of object files: cannot compile
3452 See \`config.log' for more details." "$LINENO" 5; }
3454 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3457 $as_echo "$ac_cv_objext" >&6; }
3458 OBJEXT=$ac_cv_objext
3459 ac_objext=$OBJEXT
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3461 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3462 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3463 $as_echo_n "(cached) " >&6
3464 else
3465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3466 /* end confdefs.h. */
3469 main ()
3471 #ifndef __GNUC__
3472 choke me
3473 #endif
3476 return 0;
3478 _ACEOF
3479 if ac_fn_c_try_compile "$LINENO"; then :
3480 ac_compiler_gnu=yes
3481 else
3482 ac_compiler_gnu=no
3484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3485 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3489 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3490 if test $ac_compiler_gnu = yes; then
3491 GCC=yes
3492 else
3493 GCC=
3495 ac_test_CFLAGS=${CFLAGS+set}
3496 ac_save_CFLAGS=$CFLAGS
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3498 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3499 if test "${ac_cv_prog_cc_g+set}" = set; then :
3500 $as_echo_n "(cached) " >&6
3501 else
3502 ac_save_c_werror_flag=$ac_c_werror_flag
3503 ac_c_werror_flag=yes
3504 ac_cv_prog_cc_g=no
3505 CFLAGS="-g"
3506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3507 /* end confdefs.h. */
3510 main ()
3514 return 0;
3516 _ACEOF
3517 if ac_fn_c_try_compile "$LINENO"; then :
3518 ac_cv_prog_cc_g=yes
3519 else
3520 CFLAGS=""
3521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3522 /* end confdefs.h. */
3525 main ()
3529 return 0;
3531 _ACEOF
3532 if ac_fn_c_try_compile "$LINENO"; then :
3534 else
3535 ac_c_werror_flag=$ac_save_c_werror_flag
3536 CFLAGS="-g"
3537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3538 /* end confdefs.h. */
3541 main ()
3545 return 0;
3547 _ACEOF
3548 if ac_fn_c_try_compile "$LINENO"; then :
3549 ac_cv_prog_cc_g=yes
3551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556 ac_c_werror_flag=$ac_save_c_werror_flag
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3559 $as_echo "$ac_cv_prog_cc_g" >&6; }
3560 if test "$ac_test_CFLAGS" = set; then
3561 CFLAGS=$ac_save_CFLAGS
3562 elif test $ac_cv_prog_cc_g = yes; then
3563 if test "$GCC" = yes; then
3564 CFLAGS="-g -O2"
3565 else
3566 CFLAGS="-g"
3568 else
3569 if test "$GCC" = yes; then
3570 CFLAGS="-O2"
3571 else
3572 CFLAGS=
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3576 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3577 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3578 $as_echo_n "(cached) " >&6
3579 else
3580 ac_cv_prog_cc_c89=no
3581 ac_save_CC=$CC
3582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3583 /* end confdefs.h. */
3584 #include <stdarg.h>
3585 #include <stdio.h>
3586 #include <sys/types.h>
3587 #include <sys/stat.h>
3588 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3589 struct buf { int x; };
3590 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3591 static char *e (p, i)
3592 char **p;
3593 int i;
3595 return p[i];
3597 static char *f (char * (*g) (char **, int), char **p, ...)
3599 char *s;
3600 va_list v;
3601 va_start (v,p);
3602 s = g (p, va_arg (v,int));
3603 va_end (v);
3604 return s;
3607 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3608 function prototypes and stuff, but not '\xHH' hex character constants.
3609 These don't provoke an error unfortunately, instead are silently treated
3610 as 'x'. The following induces an error, until -std is added to get
3611 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3612 array size at least. It's necessary to write '\x00'==0 to get something
3613 that's true only with -std. */
3614 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3616 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3617 inside strings and character constants. */
3618 #define FOO(x) 'x'
3619 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3621 int test (int i, double x);
3622 struct s1 {int (*f) (int a);};
3623 struct s2 {int (*f) (double a);};
3624 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3625 int argc;
3626 char **argv;
3628 main ()
3630 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3632 return 0;
3634 _ACEOF
3635 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3636 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3638 CC="$ac_save_CC $ac_arg"
3639 if ac_fn_c_try_compile "$LINENO"; then :
3640 ac_cv_prog_cc_c89=$ac_arg
3642 rm -f core conftest.err conftest.$ac_objext
3643 test "x$ac_cv_prog_cc_c89" != "xno" && break
3644 done
3645 rm -f conftest.$ac_ext
3646 CC=$ac_save_CC
3649 # AC_CACHE_VAL
3650 case "x$ac_cv_prog_cc_c89" in
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3653 $as_echo "none needed" >&6; } ;;
3654 xno)
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3656 $as_echo "unsupported" >&6; } ;;
3658 CC="$CC $ac_cv_prog_cc_c89"
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3660 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3661 esac
3662 if test "x$ac_cv_prog_cc_c89" != xno; then :
3666 ac_ext=c
3667 ac_cpp='$CPP $CPPFLAGS'
3668 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3669 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3670 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3673 ac_ext=c
3674 ac_cpp='$CPP $CPPFLAGS'
3675 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3676 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3677 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3679 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3680 # On Suns, sometimes $CPP names a directory.
3681 if test -n "$CPP" && test -d "$CPP"; then
3682 CPP=
3684 if test -z "$CPP"; then
3685 if test "${ac_cv_prog_CPP+set}" = set; then :
3686 $as_echo_n "(cached) " >&6
3687 else
3688 # Double quotes because CPP needs to be expanded
3689 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3691 ac_preproc_ok=false
3692 for ac_c_preproc_warn_flag in '' yes
3694 # Use a header file that comes with gcc, so configuring glibc
3695 # with a fresh cross-compiler works.
3696 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3697 # <limits.h> exists even on freestanding compilers.
3698 # On the NeXT, cc -E runs the code through the compiler's parser,
3699 # not just through cpp. "Syntax error" is here to catch this case.
3700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3701 /* end confdefs.h. */
3702 #ifdef __STDC__
3703 # include <limits.h>
3704 #else
3705 # include <assert.h>
3706 #endif
3707 Syntax error
3708 _ACEOF
3709 if ac_fn_c_try_cpp "$LINENO"; then :
3711 else
3712 # Broken: fails on valid input.
3713 continue
3715 rm -f conftest.err conftest.$ac_ext
3717 # OK, works on sane cases. Now check whether nonexistent headers
3718 # can be detected and how.
3719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3720 /* end confdefs.h. */
3721 #include <ac_nonexistent.h>
3722 _ACEOF
3723 if ac_fn_c_try_cpp "$LINENO"; then :
3724 # Broken: success on invalid input.
3725 continue
3726 else
3727 # Passes both tests.
3728 ac_preproc_ok=:
3729 break
3731 rm -f conftest.err conftest.$ac_ext
3733 done
3734 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3735 rm -f conftest.err conftest.$ac_ext
3736 if $ac_preproc_ok; then :
3737 break
3740 done
3741 ac_cv_prog_CPP=$CPP
3744 CPP=$ac_cv_prog_CPP
3745 else
3746 ac_cv_prog_CPP=$CPP
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3749 $as_echo "$CPP" >&6; }
3750 ac_preproc_ok=false
3751 for ac_c_preproc_warn_flag in '' yes
3753 # Use a header file that comes with gcc, so configuring glibc
3754 # with a fresh cross-compiler works.
3755 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3756 # <limits.h> exists even on freestanding compilers.
3757 # On the NeXT, cc -E runs the code through the compiler's parser,
3758 # not just through cpp. "Syntax error" is here to catch this case.
3759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3760 /* end confdefs.h. */
3761 #ifdef __STDC__
3762 # include <limits.h>
3763 #else
3764 # include <assert.h>
3765 #endif
3766 Syntax error
3767 _ACEOF
3768 if ac_fn_c_try_cpp "$LINENO"; then :
3770 else
3771 # Broken: fails on valid input.
3772 continue
3774 rm -f conftest.err conftest.$ac_ext
3776 # OK, works on sane cases. Now check whether nonexistent headers
3777 # can be detected and how.
3778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3779 /* end confdefs.h. */
3780 #include <ac_nonexistent.h>
3781 _ACEOF
3782 if ac_fn_c_try_cpp "$LINENO"; then :
3783 # Broken: success on invalid input.
3784 continue
3785 else
3786 # Passes both tests.
3787 ac_preproc_ok=:
3788 break
3790 rm -f conftest.err conftest.$ac_ext
3792 done
3793 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3794 rm -f conftest.err conftest.$ac_ext
3795 if $ac_preproc_ok; then :
3797 else
3798 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3799 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3800 as_fn_error "C preprocessor \"$CPP\" fails sanity check
3801 See \`config.log' for more details." "$LINENO" 5; }
3804 ac_ext=c
3805 ac_cpp='$CPP $CPPFLAGS'
3806 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3807 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3808 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3812 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3813 if test "${ac_cv_path_GREP+set}" = set; then :
3814 $as_echo_n "(cached) " >&6
3815 else
3816 if test -z "$GREP"; then
3817 ac_path_GREP_found=false
3818 # Loop through the user's path and test for each of PROGNAME-LIST
3819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3820 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3822 IFS=$as_save_IFS
3823 test -z "$as_dir" && as_dir=.
3824 for ac_prog in grep ggrep; do
3825 for ac_exec_ext in '' $ac_executable_extensions; do
3826 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3827 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3828 # Check for GNU ac_path_GREP and select it if it is found.
3829 # Check for GNU $ac_path_GREP
3830 case `"$ac_path_GREP" --version 2>&1` in
3831 *GNU*)
3832 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3834 ac_count=0
3835 $as_echo_n 0123456789 >"conftest.in"
3836 while :
3838 cat "conftest.in" "conftest.in" >"conftest.tmp"
3839 mv "conftest.tmp" "conftest.in"
3840 cp "conftest.in" "conftest.nl"
3841 $as_echo 'GREP' >> "conftest.nl"
3842 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3843 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3844 as_fn_arith $ac_count + 1 && ac_count=$as_val
3845 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3846 # Best one so far, save it but keep looking for a better one
3847 ac_cv_path_GREP="$ac_path_GREP"
3848 ac_path_GREP_max=$ac_count
3850 # 10*(2^10) chars as input seems more than enough
3851 test $ac_count -gt 10 && break
3852 done
3853 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3854 esac
3856 $ac_path_GREP_found && break 3
3857 done
3858 done
3859 done
3860 IFS=$as_save_IFS
3861 if test -z "$ac_cv_path_GREP"; then
3862 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3864 else
3865 ac_cv_path_GREP=$GREP
3869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3870 $as_echo "$ac_cv_path_GREP" >&6; }
3871 GREP="$ac_cv_path_GREP"
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3875 $as_echo_n "checking for egrep... " >&6; }
3876 if test "${ac_cv_path_EGREP+set}" = set; then :
3877 $as_echo_n "(cached) " >&6
3878 else
3879 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3880 then ac_cv_path_EGREP="$GREP -E"
3881 else
3882 if test -z "$EGREP"; then
3883 ac_path_EGREP_found=false
3884 # Loop through the user's path and test for each of PROGNAME-LIST
3885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3886 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3888 IFS=$as_save_IFS
3889 test -z "$as_dir" && as_dir=.
3890 for ac_prog in egrep; do
3891 for ac_exec_ext in '' $ac_executable_extensions; do
3892 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3893 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3894 # Check for GNU ac_path_EGREP and select it if it is found.
3895 # Check for GNU $ac_path_EGREP
3896 case `"$ac_path_EGREP" --version 2>&1` in
3897 *GNU*)
3898 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3900 ac_count=0
3901 $as_echo_n 0123456789 >"conftest.in"
3902 while :
3904 cat "conftest.in" "conftest.in" >"conftest.tmp"
3905 mv "conftest.tmp" "conftest.in"
3906 cp "conftest.in" "conftest.nl"
3907 $as_echo 'EGREP' >> "conftest.nl"
3908 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3909 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3910 as_fn_arith $ac_count + 1 && ac_count=$as_val
3911 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3912 # Best one so far, save it but keep looking for a better one
3913 ac_cv_path_EGREP="$ac_path_EGREP"
3914 ac_path_EGREP_max=$ac_count
3916 # 10*(2^10) chars as input seems more than enough
3917 test $ac_count -gt 10 && break
3918 done
3919 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3920 esac
3922 $ac_path_EGREP_found && break 3
3923 done
3924 done
3925 done
3926 IFS=$as_save_IFS
3927 if test -z "$ac_cv_path_EGREP"; then
3928 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3930 else
3931 ac_cv_path_EGREP=$EGREP
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3937 $as_echo "$ac_cv_path_EGREP" >&6; }
3938 EGREP="$ac_cv_path_EGREP"
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3942 $as_echo_n "checking for ANSI C header files... " >&6; }
3943 if test "${ac_cv_header_stdc+set}" = set; then :
3944 $as_echo_n "(cached) " >&6
3945 else
3946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3947 /* end confdefs.h. */
3948 #include <stdlib.h>
3949 #include <stdarg.h>
3950 #include <string.h>
3951 #include <float.h>
3954 main ()
3958 return 0;
3960 _ACEOF
3961 if ac_fn_c_try_compile "$LINENO"; then :
3962 ac_cv_header_stdc=yes
3963 else
3964 ac_cv_header_stdc=no
3966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3968 if test $ac_cv_header_stdc = yes; then
3969 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3971 /* end confdefs.h. */
3972 #include <string.h>
3974 _ACEOF
3975 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3976 $EGREP "memchr" >/dev/null 2>&1; then :
3978 else
3979 ac_cv_header_stdc=no
3981 rm -f conftest*
3985 if test $ac_cv_header_stdc = yes; then
3986 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3988 /* end confdefs.h. */
3989 #include <stdlib.h>
3991 _ACEOF
3992 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3993 $EGREP "free" >/dev/null 2>&1; then :
3995 else
3996 ac_cv_header_stdc=no
3998 rm -f conftest*
4002 if test $ac_cv_header_stdc = yes; then
4003 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4004 if test "$cross_compiling" = yes; then :
4006 else
4007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4008 /* end confdefs.h. */
4009 #include <ctype.h>
4010 #include <stdlib.h>
4011 #if ((' ' & 0x0FF) == 0x020)
4012 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4013 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4014 #else
4015 # define ISLOWER(c) \
4016 (('a' <= (c) && (c) <= 'i') \
4017 || ('j' <= (c) && (c) <= 'r') \
4018 || ('s' <= (c) && (c) <= 'z'))
4019 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4020 #endif
4022 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4024 main ()
4026 int i;
4027 for (i = 0; i < 256; i++)
4028 if (XOR (islower (i), ISLOWER (i))
4029 || toupper (i) != TOUPPER (i))
4030 return 2;
4031 return 0;
4033 _ACEOF
4034 if ac_fn_c_try_run "$LINENO"; then :
4036 else
4037 ac_cv_header_stdc=no
4039 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4040 conftest.$ac_objext conftest.beam conftest.$ac_ext
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4046 $as_echo "$ac_cv_header_stdc" >&6; }
4047 if test $ac_cv_header_stdc = yes; then
4049 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4053 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4054 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4055 inttypes.h stdint.h unistd.h
4056 do :
4057 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4058 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4060 eval as_val=\$$as_ac_Header
4061 if test "x$as_val" = x""yes; then :
4062 cat >>confdefs.h <<_ACEOF
4063 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4064 _ACEOF
4068 done
4072 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4073 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4074 MINIX=yes
4075 else
4076 MINIX=
4080 if test "$MINIX" = yes; then
4082 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4085 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4088 $as_echo "#define _MINIX 1" >>confdefs.h
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4094 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4095 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4096 $as_echo_n "(cached) " >&6
4097 else
4098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4099 /* end confdefs.h. */
4101 # define __EXTENSIONS__ 1
4102 $ac_includes_default
4104 main ()
4108 return 0;
4110 _ACEOF
4111 if ac_fn_c_try_compile "$LINENO"; then :
4112 ac_cv_safe_to_define___extensions__=yes
4113 else
4114 ac_cv_safe_to_define___extensions__=no
4116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4119 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4120 test $ac_cv_safe_to_define___extensions__ = yes &&
4121 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4123 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4125 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4127 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4129 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4133 for ac_func in secure_getenv
4134 do :
4135 ac_fn_c_check_func "$LINENO" "secure_getenv" "ac_cv_func_secure_getenv"
4136 if test "x$ac_cv_func_secure_getenv" = x""yes; then :
4137 cat >>confdefs.h <<_ACEOF
4138 #define HAVE_SECURE_GETENV 1
4139 _ACEOF
4142 done
4145 # Calculate toolexeclibdir
4146 # Also toolexecdir, though it's only used in toolexeclibdir
4147 case ${version_specific_libs} in
4148 yes)
4149 # Need the gcc compiler version to know where to install libraries
4150 # and header files if --enable-version-specific-runtime-libs option
4151 # is selected.
4152 toolexecdir='$(libdir)/gcc/$(target_alias)'
4153 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
4156 if test -n "$with_cross_host" &&
4157 test x"$with_cross_host" != x"no"; then
4158 # Install a library built with a cross compiler in tooldir, not libdir.
4159 toolexecdir='$(exec_prefix)/$(target_alias)'
4160 toolexeclibdir='$(toolexecdir)/lib'
4161 else
4162 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
4163 toolexeclibdir='$(libdir)'
4165 multi_os_directory=`$CC -print-multi-os-directory`
4166 case $multi_os_directory in
4167 .) ;; # Avoid trailing /.
4168 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
4169 esac
4171 esac
4175 # Check for programs.
4178 ac_ext=c
4179 ac_cpp='$CPP $CPPFLAGS'
4180 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4181 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4182 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4183 if test -n "$ac_tool_prefix"; then
4184 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4185 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4187 $as_echo_n "checking for $ac_word... " >&6; }
4188 if test "${ac_cv_prog_CC+set}" = set; then :
4189 $as_echo_n "(cached) " >&6
4190 else
4191 if test -n "$CC"; then
4192 ac_cv_prog_CC="$CC" # Let the user override the test.
4193 else
4194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4195 for as_dir in $PATH
4197 IFS=$as_save_IFS
4198 test -z "$as_dir" && as_dir=.
4199 for ac_exec_ext in '' $ac_executable_extensions; do
4200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4201 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4203 break 2
4205 done
4206 done
4207 IFS=$as_save_IFS
4211 CC=$ac_cv_prog_CC
4212 if test -n "$CC"; then
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4214 $as_echo "$CC" >&6; }
4215 else
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4217 $as_echo "no" >&6; }
4222 if test -z "$ac_cv_prog_CC"; then
4223 ac_ct_CC=$CC
4224 # Extract the first word of "gcc", so it can be a program name with args.
4225 set dummy gcc; ac_word=$2
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4227 $as_echo_n "checking for $ac_word... " >&6; }
4228 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4229 $as_echo_n "(cached) " >&6
4230 else
4231 if test -n "$ac_ct_CC"; then
4232 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4233 else
4234 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4235 for as_dir in $PATH
4237 IFS=$as_save_IFS
4238 test -z "$as_dir" && as_dir=.
4239 for ac_exec_ext in '' $ac_executable_extensions; do
4240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4241 ac_cv_prog_ac_ct_CC="gcc"
4242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4243 break 2
4245 done
4246 done
4247 IFS=$as_save_IFS
4251 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4252 if test -n "$ac_ct_CC"; then
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4254 $as_echo "$ac_ct_CC" >&6; }
4255 else
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4257 $as_echo "no" >&6; }
4260 if test "x$ac_ct_CC" = x; then
4261 CC=""
4262 else
4263 case $cross_compiling:$ac_tool_warned in
4264 yes:)
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4266 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4267 ac_tool_warned=yes ;;
4268 esac
4269 CC=$ac_ct_CC
4271 else
4272 CC="$ac_cv_prog_CC"
4275 if test -z "$CC"; then
4276 if test -n "$ac_tool_prefix"; then
4277 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4278 set dummy ${ac_tool_prefix}cc; ac_word=$2
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4280 $as_echo_n "checking for $ac_word... " >&6; }
4281 if test "${ac_cv_prog_CC+set}" = set; then :
4282 $as_echo_n "(cached) " >&6
4283 else
4284 if test -n "$CC"; then
4285 ac_cv_prog_CC="$CC" # Let the user override the test.
4286 else
4287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4288 for as_dir in $PATH
4290 IFS=$as_save_IFS
4291 test -z "$as_dir" && as_dir=.
4292 for ac_exec_ext in '' $ac_executable_extensions; do
4293 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4294 ac_cv_prog_CC="${ac_tool_prefix}cc"
4295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4296 break 2
4298 done
4299 done
4300 IFS=$as_save_IFS
4304 CC=$ac_cv_prog_CC
4305 if test -n "$CC"; then
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4307 $as_echo "$CC" >&6; }
4308 else
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4310 $as_echo "no" >&6; }
4316 if test -z "$CC"; then
4317 # Extract the first word of "cc", so it can be a program name with args.
4318 set dummy cc; ac_word=$2
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4320 $as_echo_n "checking for $ac_word... " >&6; }
4321 if test "${ac_cv_prog_CC+set}" = set; then :
4322 $as_echo_n "(cached) " >&6
4323 else
4324 if test -n "$CC"; then
4325 ac_cv_prog_CC="$CC" # Let the user override the test.
4326 else
4327 ac_prog_rejected=no
4328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4329 for as_dir in $PATH
4331 IFS=$as_save_IFS
4332 test -z "$as_dir" && as_dir=.
4333 for ac_exec_ext in '' $ac_executable_extensions; do
4334 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4335 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4336 ac_prog_rejected=yes
4337 continue
4339 ac_cv_prog_CC="cc"
4340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4341 break 2
4343 done
4344 done
4345 IFS=$as_save_IFS
4347 if test $ac_prog_rejected = yes; then
4348 # We found a bogon in the path, so make sure we never use it.
4349 set dummy $ac_cv_prog_CC
4350 shift
4351 if test $# != 0; then
4352 # We chose a different compiler from the bogus one.
4353 # However, it has the same basename, so the bogon will be chosen
4354 # first if we set CC to just the basename; use the full file name.
4355 shift
4356 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4361 CC=$ac_cv_prog_CC
4362 if test -n "$CC"; then
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4364 $as_echo "$CC" >&6; }
4365 else
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4367 $as_echo "no" >&6; }
4372 if test -z "$CC"; then
4373 if test -n "$ac_tool_prefix"; then
4374 for ac_prog in cl.exe
4376 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4377 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4379 $as_echo_n "checking for $ac_word... " >&6; }
4380 if test "${ac_cv_prog_CC+set}" = set; then :
4381 $as_echo_n "(cached) " >&6
4382 else
4383 if test -n "$CC"; then
4384 ac_cv_prog_CC="$CC" # Let the user override the test.
4385 else
4386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4387 for as_dir in $PATH
4389 IFS=$as_save_IFS
4390 test -z "$as_dir" && as_dir=.
4391 for ac_exec_ext in '' $ac_executable_extensions; do
4392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4393 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4395 break 2
4397 done
4398 done
4399 IFS=$as_save_IFS
4403 CC=$ac_cv_prog_CC
4404 if test -n "$CC"; then
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4406 $as_echo "$CC" >&6; }
4407 else
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4409 $as_echo "no" >&6; }
4413 test -n "$CC" && break
4414 done
4416 if test -z "$CC"; then
4417 ac_ct_CC=$CC
4418 for ac_prog in cl.exe
4420 # Extract the first word of "$ac_prog", so it can be a program name with args.
4421 set dummy $ac_prog; ac_word=$2
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4423 $as_echo_n "checking for $ac_word... " >&6; }
4424 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4425 $as_echo_n "(cached) " >&6
4426 else
4427 if test -n "$ac_ct_CC"; then
4428 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4429 else
4430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4431 for as_dir in $PATH
4433 IFS=$as_save_IFS
4434 test -z "$as_dir" && as_dir=.
4435 for ac_exec_ext in '' $ac_executable_extensions; do
4436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4437 ac_cv_prog_ac_ct_CC="$ac_prog"
4438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4439 break 2
4441 done
4442 done
4443 IFS=$as_save_IFS
4447 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4448 if test -n "$ac_ct_CC"; then
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4450 $as_echo "$ac_ct_CC" >&6; }
4451 else
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4453 $as_echo "no" >&6; }
4457 test -n "$ac_ct_CC" && break
4458 done
4460 if test "x$ac_ct_CC" = x; then
4461 CC=""
4462 else
4463 case $cross_compiling:$ac_tool_warned in
4464 yes:)
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4467 ac_tool_warned=yes ;;
4468 esac
4469 CC=$ac_ct_CC
4476 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4477 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4478 as_fn_error "no acceptable C compiler found in \$PATH
4479 See \`config.log' for more details." "$LINENO" 5; }
4481 # Provide some information about the compiler.
4482 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4483 set X $ac_compile
4484 ac_compiler=$2
4485 for ac_option in --version -v -V -qversion; do
4486 { { ac_try="$ac_compiler $ac_option >&5"
4487 case "(($ac_try" in
4488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4489 *) ac_try_echo=$ac_try;;
4490 esac
4491 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4492 $as_echo "$ac_try_echo"; } >&5
4493 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4494 ac_status=$?
4495 if test -s conftest.err; then
4496 sed '10a\
4497 ... rest of stderr output deleted ...
4498 10q' conftest.err >conftest.er1
4499 cat conftest.er1 >&5
4500 rm -f conftest.er1 conftest.err
4502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4503 test $ac_status = 0; }
4504 done
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4507 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4508 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4509 $as_echo_n "(cached) " >&6
4510 else
4511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4512 /* end confdefs.h. */
4515 main ()
4517 #ifndef __GNUC__
4518 choke me
4519 #endif
4522 return 0;
4524 _ACEOF
4525 if ac_fn_c_try_compile "$LINENO"; then :
4526 ac_compiler_gnu=yes
4527 else
4528 ac_compiler_gnu=no
4530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4531 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4535 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4536 if test $ac_compiler_gnu = yes; then
4537 GCC=yes
4538 else
4539 GCC=
4541 ac_test_CFLAGS=${CFLAGS+set}
4542 ac_save_CFLAGS=$CFLAGS
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4544 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4545 if test "${ac_cv_prog_cc_g+set}" = set; then :
4546 $as_echo_n "(cached) " >&6
4547 else
4548 ac_save_c_werror_flag=$ac_c_werror_flag
4549 ac_c_werror_flag=yes
4550 ac_cv_prog_cc_g=no
4551 CFLAGS="-g"
4552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4553 /* end confdefs.h. */
4556 main ()
4560 return 0;
4562 _ACEOF
4563 if ac_fn_c_try_compile "$LINENO"; then :
4564 ac_cv_prog_cc_g=yes
4565 else
4566 CFLAGS=""
4567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4568 /* end confdefs.h. */
4571 main ()
4575 return 0;
4577 _ACEOF
4578 if ac_fn_c_try_compile "$LINENO"; then :
4580 else
4581 ac_c_werror_flag=$ac_save_c_werror_flag
4582 CFLAGS="-g"
4583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4584 /* end confdefs.h. */
4587 main ()
4591 return 0;
4593 _ACEOF
4594 if ac_fn_c_try_compile "$LINENO"; then :
4595 ac_cv_prog_cc_g=yes
4597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4602 ac_c_werror_flag=$ac_save_c_werror_flag
4604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4605 $as_echo "$ac_cv_prog_cc_g" >&6; }
4606 if test "$ac_test_CFLAGS" = set; then
4607 CFLAGS=$ac_save_CFLAGS
4608 elif test $ac_cv_prog_cc_g = yes; then
4609 if test "$GCC" = yes; then
4610 CFLAGS="-g -O2"
4611 else
4612 CFLAGS="-g"
4614 else
4615 if test "$GCC" = yes; then
4616 CFLAGS="-O2"
4617 else
4618 CFLAGS=
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4622 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4623 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4624 $as_echo_n "(cached) " >&6
4625 else
4626 ac_cv_prog_cc_c89=no
4627 ac_save_CC=$CC
4628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4629 /* end confdefs.h. */
4630 #include <stdarg.h>
4631 #include <stdio.h>
4632 #include <sys/types.h>
4633 #include <sys/stat.h>
4634 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4635 struct buf { int x; };
4636 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4637 static char *e (p, i)
4638 char **p;
4639 int i;
4641 return p[i];
4643 static char *f (char * (*g) (char **, int), char **p, ...)
4645 char *s;
4646 va_list v;
4647 va_start (v,p);
4648 s = g (p, va_arg (v,int));
4649 va_end (v);
4650 return s;
4653 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4654 function prototypes and stuff, but not '\xHH' hex character constants.
4655 These don't provoke an error unfortunately, instead are silently treated
4656 as 'x'. The following induces an error, until -std is added to get
4657 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4658 array size at least. It's necessary to write '\x00'==0 to get something
4659 that's true only with -std. */
4660 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4662 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4663 inside strings and character constants. */
4664 #define FOO(x) 'x'
4665 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4667 int test (int i, double x);
4668 struct s1 {int (*f) (int a);};
4669 struct s2 {int (*f) (double a);};
4670 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4671 int argc;
4672 char **argv;
4674 main ()
4676 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4678 return 0;
4680 _ACEOF
4681 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4682 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4684 CC="$ac_save_CC $ac_arg"
4685 if ac_fn_c_try_compile "$LINENO"; then :
4686 ac_cv_prog_cc_c89=$ac_arg
4688 rm -f core conftest.err conftest.$ac_objext
4689 test "x$ac_cv_prog_cc_c89" != "xno" && break
4690 done
4691 rm -f conftest.$ac_ext
4692 CC=$ac_save_CC
4695 # AC_CACHE_VAL
4696 case "x$ac_cv_prog_cc_c89" in
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4699 $as_echo "none needed" >&6; } ;;
4700 xno)
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4702 $as_echo "unsupported" >&6; } ;;
4704 CC="$CC $ac_cv_prog_cc_c89"
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4706 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4707 esac
4708 if test "x$ac_cv_prog_cc_c89" != xno; then :
4712 ac_ext=c
4713 ac_cpp='$CPP $CPPFLAGS'
4714 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4715 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4716 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4720 if test "x$CC" != xcc; then
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4722 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4723 else
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4725 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4727 set dummy $CC; ac_cc=`$as_echo "$2" |
4728 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4729 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
4730 $as_echo_n "(cached) " >&6
4731 else
4732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4733 /* end confdefs.h. */
4736 main ()
4740 return 0;
4742 _ACEOF
4743 # Make sure it works both with $CC and with simple cc.
4744 # We do the test twice because some compilers refuse to overwrite an
4745 # existing .o file with -o, though they will create one.
4746 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4747 rm -f conftest2.*
4748 if { { case "(($ac_try" in
4749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4750 *) ac_try_echo=$ac_try;;
4751 esac
4752 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4753 $as_echo "$ac_try_echo"; } >&5
4754 (eval "$ac_try") 2>&5
4755 ac_status=$?
4756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4757 test $ac_status = 0; } &&
4758 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4760 *) ac_try_echo=$ac_try;;
4761 esac
4762 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4763 $as_echo "$ac_try_echo"; } >&5
4764 (eval "$ac_try") 2>&5
4765 ac_status=$?
4766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4767 test $ac_status = 0; };
4768 then
4769 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4770 if test "x$CC" != xcc; then
4771 # Test first that cc exists at all.
4772 if { ac_try='cc -c conftest.$ac_ext >&5'
4773 { { case "(($ac_try" in
4774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4775 *) ac_try_echo=$ac_try;;
4776 esac
4777 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4778 $as_echo "$ac_try_echo"; } >&5
4779 (eval "$ac_try") 2>&5
4780 ac_status=$?
4781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4782 test $ac_status = 0; }; }; then
4783 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4784 rm -f conftest2.*
4785 if { { case "(($ac_try" in
4786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4787 *) ac_try_echo=$ac_try;;
4788 esac
4789 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4790 $as_echo "$ac_try_echo"; } >&5
4791 (eval "$ac_try") 2>&5
4792 ac_status=$?
4793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4794 test $ac_status = 0; } &&
4795 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4797 *) ac_try_echo=$ac_try;;
4798 esac
4799 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4800 $as_echo "$ac_try_echo"; } >&5
4801 (eval "$ac_try") 2>&5
4802 ac_status=$?
4803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4804 test $ac_status = 0; };
4805 then
4806 # cc works too.
4808 else
4809 # cc exists but doesn't like -o.
4810 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4814 else
4815 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4817 rm -f core conftest*
4820 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4822 $as_echo "yes" >&6; }
4823 else
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4825 $as_echo "no" >&6; }
4827 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4831 # FIXME: we rely on the cache variable name because
4832 # there is no other way.
4833 set dummy $CC
4834 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4835 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
4836 if test "$am_t" != yes; then
4837 # Losing compiler, so override with the script.
4838 # FIXME: It is wrong to rewrite CC.
4839 # But if we don't then we get into trouble of one sort or another.
4840 # A longer-term fix would be to have automake use am__CC in this case,
4841 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4842 CC="$am_aux_dir/compile $CC"
4849 # Newer automakes demand CCAS and CCASFLAGS.
4850 : ${CCAS='$(CC)'}
4851 : ${CCASFLAGS='$(CFLAGS)'}
4855 if test -n "$ac_tool_prefix"; then
4856 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
4857 set dummy ${ac_tool_prefix}as; ac_word=$2
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4859 $as_echo_n "checking for $ac_word... " >&6; }
4860 if test "${ac_cv_prog_AS+set}" = set; then :
4861 $as_echo_n "(cached) " >&6
4862 else
4863 if test -n "$AS"; then
4864 ac_cv_prog_AS="$AS" # Let the user override the test.
4865 else
4866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4867 for as_dir in $PATH
4869 IFS=$as_save_IFS
4870 test -z "$as_dir" && as_dir=.
4871 for ac_exec_ext in '' $ac_executable_extensions; do
4872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4873 ac_cv_prog_AS="${ac_tool_prefix}as"
4874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4875 break 2
4877 done
4878 done
4879 IFS=$as_save_IFS
4883 AS=$ac_cv_prog_AS
4884 if test -n "$AS"; then
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4886 $as_echo "$AS" >&6; }
4887 else
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4889 $as_echo "no" >&6; }
4894 if test -z "$ac_cv_prog_AS"; then
4895 ac_ct_AS=$AS
4896 # Extract the first word of "as", so it can be a program name with args.
4897 set dummy as; ac_word=$2
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4899 $as_echo_n "checking for $ac_word... " >&6; }
4900 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then :
4901 $as_echo_n "(cached) " >&6
4902 else
4903 if test -n "$ac_ct_AS"; then
4904 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4905 else
4906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4907 for as_dir in $PATH
4909 IFS=$as_save_IFS
4910 test -z "$as_dir" && as_dir=.
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4913 ac_cv_prog_ac_ct_AS="as"
4914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4915 break 2
4917 done
4918 done
4919 IFS=$as_save_IFS
4923 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4924 if test -n "$ac_ct_AS"; then
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
4926 $as_echo "$ac_ct_AS" >&6; }
4927 else
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4929 $as_echo "no" >&6; }
4932 if test "x$ac_ct_AS" = x; then
4933 AS=""
4934 else
4935 case $cross_compiling:$ac_tool_warned in
4936 yes:)
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4938 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4939 ac_tool_warned=yes ;;
4940 esac
4941 AS=$ac_ct_AS
4943 else
4944 AS="$ac_cv_prog_AS"
4947 if test -n "$ac_tool_prefix"; then
4948 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4949 set dummy ${ac_tool_prefix}ar; ac_word=$2
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4951 $as_echo_n "checking for $ac_word... " >&6; }
4952 if test "${ac_cv_prog_AR+set}" = set; then :
4953 $as_echo_n "(cached) " >&6
4954 else
4955 if test -n "$AR"; then
4956 ac_cv_prog_AR="$AR" # Let the user override the test.
4957 else
4958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4959 for as_dir in $PATH
4961 IFS=$as_save_IFS
4962 test -z "$as_dir" && as_dir=.
4963 for ac_exec_ext in '' $ac_executable_extensions; do
4964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4965 ac_cv_prog_AR="${ac_tool_prefix}ar"
4966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4967 break 2
4969 done
4970 done
4971 IFS=$as_save_IFS
4975 AR=$ac_cv_prog_AR
4976 if test -n "$AR"; then
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4978 $as_echo "$AR" >&6; }
4979 else
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4981 $as_echo "no" >&6; }
4986 if test -z "$ac_cv_prog_AR"; then
4987 ac_ct_AR=$AR
4988 # Extract the first word of "ar", so it can be a program name with args.
4989 set dummy ar; ac_word=$2
4990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4991 $as_echo_n "checking for $ac_word... " >&6; }
4992 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4993 $as_echo_n "(cached) " >&6
4994 else
4995 if test -n "$ac_ct_AR"; then
4996 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4997 else
4998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4999 for as_dir in $PATH
5001 IFS=$as_save_IFS
5002 test -z "$as_dir" && as_dir=.
5003 for ac_exec_ext in '' $ac_executable_extensions; do
5004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5005 ac_cv_prog_ac_ct_AR="ar"
5006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5007 break 2
5009 done
5010 done
5011 IFS=$as_save_IFS
5015 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5016 if test -n "$ac_ct_AR"; then
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5018 $as_echo "$ac_ct_AR" >&6; }
5019 else
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5021 $as_echo "no" >&6; }
5024 if test "x$ac_ct_AR" = x; then
5025 AR=""
5026 else
5027 case $cross_compiling:$ac_tool_warned in
5028 yes:)
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5030 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5031 ac_tool_warned=yes ;;
5032 esac
5033 AR=$ac_ct_AR
5035 else
5036 AR="$ac_cv_prog_AR"
5039 if test -n "$ac_tool_prefix"; then
5040 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5041 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5043 $as_echo_n "checking for $ac_word... " >&6; }
5044 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5045 $as_echo_n "(cached) " >&6
5046 else
5047 if test -n "$RANLIB"; then
5048 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5049 else
5050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5051 for as_dir in $PATH
5053 IFS=$as_save_IFS
5054 test -z "$as_dir" && as_dir=.
5055 for ac_exec_ext in '' $ac_executable_extensions; do
5056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5057 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5059 break 2
5061 done
5062 done
5063 IFS=$as_save_IFS
5067 RANLIB=$ac_cv_prog_RANLIB
5068 if test -n "$RANLIB"; then
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5070 $as_echo "$RANLIB" >&6; }
5071 else
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5073 $as_echo "no" >&6; }
5078 if test -z "$ac_cv_prog_RANLIB"; then
5079 ac_ct_RANLIB=$RANLIB
5080 # Extract the first word of "ranlib", so it can be a program name with args.
5081 set dummy ranlib; ac_word=$2
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5083 $as_echo_n "checking for $ac_word... " >&6; }
5084 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5085 $as_echo_n "(cached) " >&6
5086 else
5087 if test -n "$ac_ct_RANLIB"; then
5088 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5089 else
5090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5091 for as_dir in $PATH
5093 IFS=$as_save_IFS
5094 test -z "$as_dir" && as_dir=.
5095 for ac_exec_ext in '' $ac_executable_extensions; do
5096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5097 ac_cv_prog_ac_ct_RANLIB="ranlib"
5098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5099 break 2
5101 done
5102 done
5103 IFS=$as_save_IFS
5107 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5108 if test -n "$ac_ct_RANLIB"; then
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5110 $as_echo "$ac_ct_RANLIB" >&6; }
5111 else
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5113 $as_echo "no" >&6; }
5116 if test "x$ac_ct_RANLIB" = x; then
5117 RANLIB=":"
5118 else
5119 case $cross_compiling:$ac_tool_warned in
5120 yes:)
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5122 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5123 ac_tool_warned=yes ;;
5124 esac
5125 RANLIB=$ac_ct_RANLIB
5127 else
5128 RANLIB="$ac_cv_prog_RANLIB"
5132 # Check we may build wrappers library
5133 echo "test: bndmov %bnd0, %bnd1" > conftest.s
5134 if { ac_try='$AS -o conftest.o conftest.s 1>&5'
5135 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5136 (eval $ac_try) 2>&5
5137 ac_status=$?
5138 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5139 test $ac_status = 0; }; }
5140 then
5141 mpx_as=yes
5142 else
5143 mpx_as=no
5144 echo "configure: no MPX support fo as" >&5
5146 rm -f conftest.o conftest.s
5147 if test "x$mpx_as" = "xyes"; then
5148 MPX_AS_SUPPORTED_TRUE=
5149 MPX_AS_SUPPORTED_FALSE='#'
5150 else
5151 MPX_AS_SUPPORTED_TRUE='#'
5152 MPX_AS_SUPPORTED_FALSE=
5156 # Configure libtool
5157 enable_dlopen=yes
5161 case `pwd` in
5162 *\ * | *\ *)
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5164 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5165 esac
5169 macro_version='2.2.7a'
5170 macro_revision='1.3134'
5184 ltmain="$ac_aux_dir/ltmain.sh"
5186 # Backslashify metacharacters that are still active within
5187 # double-quoted strings.
5188 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5190 # Same as above, but do not quote variable references.
5191 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5193 # Sed substitution to delay expansion of an escaped shell variable in a
5194 # double_quote_subst'ed string.
5195 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5197 # Sed substitution to delay expansion of an escaped single quote.
5198 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5200 # Sed substitution to avoid accidental globbing in evaled expressions
5201 no_glob_subst='s/\*/\\\*/g'
5203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5204 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5205 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5208 $as_echo_n "checking how to print strings... " >&6; }
5209 # Test print first, because it will be a builtin if present.
5210 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5211 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5212 ECHO='print -r --'
5213 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5214 ECHO='printf %s\n'
5215 else
5216 # Use this function as a fallback that always works.
5217 func_fallback_echo ()
5219 eval 'cat <<_LTECHO_EOF
5221 _LTECHO_EOF'
5223 ECHO='func_fallback_echo'
5226 # func_echo_all arg...
5227 # Invoke $ECHO with all args, space-separated.
5228 func_echo_all ()
5230 $ECHO ""
5233 case "$ECHO" in
5234 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5235 $as_echo "printf" >&6; } ;;
5236 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5237 $as_echo "print -r" >&6; } ;;
5238 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5239 $as_echo "cat" >&6; } ;;
5240 esac
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5256 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5257 if test "${ac_cv_path_SED+set}" = set; then :
5258 $as_echo_n "(cached) " >&6
5259 else
5260 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5261 for ac_i in 1 2 3 4 5 6 7; do
5262 ac_script="$ac_script$as_nl$ac_script"
5263 done
5264 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5265 { ac_script=; unset ac_script;}
5266 if test -z "$SED"; then
5267 ac_path_SED_found=false
5268 # Loop through the user's path and test for each of PROGNAME-LIST
5269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5270 for as_dir in $PATH
5272 IFS=$as_save_IFS
5273 test -z "$as_dir" && as_dir=.
5274 for ac_prog in sed gsed; do
5275 for ac_exec_ext in '' $ac_executable_extensions; do
5276 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5277 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5278 # Check for GNU ac_path_SED and select it if it is found.
5279 # Check for GNU $ac_path_SED
5280 case `"$ac_path_SED" --version 2>&1` in
5281 *GNU*)
5282 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5284 ac_count=0
5285 $as_echo_n 0123456789 >"conftest.in"
5286 while :
5288 cat "conftest.in" "conftest.in" >"conftest.tmp"
5289 mv "conftest.tmp" "conftest.in"
5290 cp "conftest.in" "conftest.nl"
5291 $as_echo '' >> "conftest.nl"
5292 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5293 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5294 as_fn_arith $ac_count + 1 && ac_count=$as_val
5295 if test $ac_count -gt ${ac_path_SED_max-0}; then
5296 # Best one so far, save it but keep looking for a better one
5297 ac_cv_path_SED="$ac_path_SED"
5298 ac_path_SED_max=$ac_count
5300 # 10*(2^10) chars as input seems more than enough
5301 test $ac_count -gt 10 && break
5302 done
5303 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5304 esac
5306 $ac_path_SED_found && break 3
5307 done
5308 done
5309 done
5310 IFS=$as_save_IFS
5311 if test -z "$ac_cv_path_SED"; then
5312 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5314 else
5315 ac_cv_path_SED=$SED
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5320 $as_echo "$ac_cv_path_SED" >&6; }
5321 SED="$ac_cv_path_SED"
5322 rm -f conftest.sed
5324 test -z "$SED" && SED=sed
5325 Xsed="$SED -e 1s/^X//"
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5338 $as_echo_n "checking for fgrep... " >&6; }
5339 if test "${ac_cv_path_FGREP+set}" = set; then :
5340 $as_echo_n "(cached) " >&6
5341 else
5342 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5343 then ac_cv_path_FGREP="$GREP -F"
5344 else
5345 if test -z "$FGREP"; then
5346 ac_path_FGREP_found=false
5347 # Loop through the user's path and test for each of PROGNAME-LIST
5348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5349 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5351 IFS=$as_save_IFS
5352 test -z "$as_dir" && as_dir=.
5353 for ac_prog in fgrep; do
5354 for ac_exec_ext in '' $ac_executable_extensions; do
5355 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5356 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5357 # Check for GNU ac_path_FGREP and select it if it is found.
5358 # Check for GNU $ac_path_FGREP
5359 case `"$ac_path_FGREP" --version 2>&1` in
5360 *GNU*)
5361 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5363 ac_count=0
5364 $as_echo_n 0123456789 >"conftest.in"
5365 while :
5367 cat "conftest.in" "conftest.in" >"conftest.tmp"
5368 mv "conftest.tmp" "conftest.in"
5369 cp "conftest.in" "conftest.nl"
5370 $as_echo 'FGREP' >> "conftest.nl"
5371 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5372 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5373 as_fn_arith $ac_count + 1 && ac_count=$as_val
5374 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5375 # Best one so far, save it but keep looking for a better one
5376 ac_cv_path_FGREP="$ac_path_FGREP"
5377 ac_path_FGREP_max=$ac_count
5379 # 10*(2^10) chars as input seems more than enough
5380 test $ac_count -gt 10 && break
5381 done
5382 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5383 esac
5385 $ac_path_FGREP_found && break 3
5386 done
5387 done
5388 done
5389 IFS=$as_save_IFS
5390 if test -z "$ac_cv_path_FGREP"; then
5391 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5393 else
5394 ac_cv_path_FGREP=$FGREP
5399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5400 $as_echo "$ac_cv_path_FGREP" >&6; }
5401 FGREP="$ac_cv_path_FGREP"
5404 test -z "$GREP" && GREP=grep
5424 # Check whether --with-gnu-ld was given.
5425 if test "${with_gnu_ld+set}" = set; then :
5426 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5427 else
5428 with_gnu_ld=no
5431 ac_prog=ld
5432 if test "$GCC" = yes; then
5433 # Check if gcc -print-prog-name=ld gives a path.
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5435 $as_echo_n "checking for ld used by $CC... " >&6; }
5436 case $host in
5437 *-*-mingw*)
5438 # gcc leaves a trailing carriage return which upsets mingw
5439 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5441 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5442 esac
5443 case $ac_prog in
5444 # Accept absolute paths.
5445 [\\/]* | ?:[\\/]*)
5446 re_direlt='/[^/][^/]*/\.\./'
5447 # Canonicalize the pathname of ld
5448 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5449 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5450 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5451 done
5452 test -z "$LD" && LD="$ac_prog"
5455 # If it fails, then pretend we aren't using GCC.
5456 ac_prog=ld
5459 # If it is relative, then search for the first ld in PATH.
5460 with_gnu_ld=unknown
5462 esac
5463 elif test "$with_gnu_ld" = yes; then
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5465 $as_echo_n "checking for GNU ld... " >&6; }
5466 else
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5468 $as_echo_n "checking for non-GNU ld... " >&6; }
5470 if test "${lt_cv_path_LD+set}" = set; then :
5471 $as_echo_n "(cached) " >&6
5472 else
5473 if test -z "$LD"; then
5474 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5475 for ac_dir in $PATH; do
5476 IFS="$lt_save_ifs"
5477 test -z "$ac_dir" && ac_dir=.
5478 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5479 lt_cv_path_LD="$ac_dir/$ac_prog"
5480 # Check to see if the program is GNU ld. I'd rather use --version,
5481 # but apparently some variants of GNU ld only accept -v.
5482 # Break only if it was the GNU/non-GNU ld that we prefer.
5483 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5484 *GNU* | *'with BFD'*)
5485 test "$with_gnu_ld" != no && break
5488 test "$with_gnu_ld" != yes && break
5490 esac
5492 done
5493 IFS="$lt_save_ifs"
5494 else
5495 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5499 LD="$lt_cv_path_LD"
5500 if test -n "$LD"; then
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5502 $as_echo "$LD" >&6; }
5503 else
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5505 $as_echo "no" >&6; }
5507 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5509 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5510 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5511 $as_echo_n "(cached) " >&6
5512 else
5513 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5514 case `$LD -v 2>&1 </dev/null` in
5515 *GNU* | *'with BFD'*)
5516 lt_cv_prog_gnu_ld=yes
5519 lt_cv_prog_gnu_ld=no
5521 esac
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5524 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5525 with_gnu_ld=$lt_cv_prog_gnu_ld
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5536 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5537 if test "${lt_cv_path_NM+set}" = set; then :
5538 $as_echo_n "(cached) " >&6
5539 else
5540 if test -n "$NM"; then
5541 # Let the user override the test.
5542 lt_cv_path_NM="$NM"
5543 else
5544 lt_nm_to_check="${ac_tool_prefix}nm"
5545 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5546 lt_nm_to_check="$lt_nm_to_check nm"
5548 for lt_tmp_nm in $lt_nm_to_check; do
5549 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5550 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5551 IFS="$lt_save_ifs"
5552 test -z "$ac_dir" && ac_dir=.
5553 tmp_nm="$ac_dir/$lt_tmp_nm"
5554 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5555 # Check to see if the nm accepts a BSD-compat flag.
5556 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5557 # nm: unknown option "B" ignored
5558 # Tru64's nm complains that /dev/null is an invalid object file
5559 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5560 */dev/null* | *'Invalid file or object type'*)
5561 lt_cv_path_NM="$tmp_nm -B"
5562 break
5565 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5566 */dev/null*)
5567 lt_cv_path_NM="$tmp_nm -p"
5568 break
5571 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5572 continue # so that we can try to find one that supports BSD flags
5574 esac
5576 esac
5578 done
5579 IFS="$lt_save_ifs"
5580 done
5581 : ${lt_cv_path_NM=no}
5584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5585 $as_echo "$lt_cv_path_NM" >&6; }
5586 if test "$lt_cv_path_NM" != "no"; then
5587 NM="$lt_cv_path_NM"
5588 else
5589 # Didn't find any BSD compatible name lister, look for dumpbin.
5590 if test -n "$DUMPBIN"; then :
5591 # Let the user override the test.
5592 else
5593 if test -n "$ac_tool_prefix"; then
5594 for ac_prog in dumpbin "link -dump"
5596 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5597 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5599 $as_echo_n "checking for $ac_word... " >&6; }
5600 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5601 $as_echo_n "(cached) " >&6
5602 else
5603 if test -n "$DUMPBIN"; then
5604 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5605 else
5606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5607 for as_dir in $PATH
5609 IFS=$as_save_IFS
5610 test -z "$as_dir" && as_dir=.
5611 for ac_exec_ext in '' $ac_executable_extensions; do
5612 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5613 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5614 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5615 break 2
5617 done
5618 done
5619 IFS=$as_save_IFS
5623 DUMPBIN=$ac_cv_prog_DUMPBIN
5624 if test -n "$DUMPBIN"; then
5625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5626 $as_echo "$DUMPBIN" >&6; }
5627 else
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5629 $as_echo "no" >&6; }
5633 test -n "$DUMPBIN" && break
5634 done
5636 if test -z "$DUMPBIN"; then
5637 ac_ct_DUMPBIN=$DUMPBIN
5638 for ac_prog in dumpbin "link -dump"
5640 # Extract the first word of "$ac_prog", so it can be a program name with args.
5641 set dummy $ac_prog; ac_word=$2
5642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5643 $as_echo_n "checking for $ac_word... " >&6; }
5644 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5645 $as_echo_n "(cached) " >&6
5646 else
5647 if test -n "$ac_ct_DUMPBIN"; then
5648 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5649 else
5650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5651 for as_dir in $PATH
5653 IFS=$as_save_IFS
5654 test -z "$as_dir" && as_dir=.
5655 for ac_exec_ext in '' $ac_executable_extensions; do
5656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5657 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5659 break 2
5661 done
5662 done
5663 IFS=$as_save_IFS
5667 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5668 if test -n "$ac_ct_DUMPBIN"; then
5669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5670 $as_echo "$ac_ct_DUMPBIN" >&6; }
5671 else
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5673 $as_echo "no" >&6; }
5677 test -n "$ac_ct_DUMPBIN" && break
5678 done
5680 if test "x$ac_ct_DUMPBIN" = x; then
5681 DUMPBIN=":"
5682 else
5683 case $cross_compiling:$ac_tool_warned in
5684 yes:)
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5686 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5687 ac_tool_warned=yes ;;
5688 esac
5689 DUMPBIN=$ac_ct_DUMPBIN
5693 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5694 *COFF*)
5695 DUMPBIN="$DUMPBIN -symbols"
5698 DUMPBIN=:
5700 esac
5703 if test "$DUMPBIN" != ":"; then
5704 NM="$DUMPBIN"
5707 test -z "$NM" && NM=nm
5714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5715 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5716 if test "${lt_cv_nm_interface+set}" = set; then :
5717 $as_echo_n "(cached) " >&6
5718 else
5719 lt_cv_nm_interface="BSD nm"
5720 echo "int some_variable = 0;" > conftest.$ac_ext
5721 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5722 (eval "$ac_compile" 2>conftest.err)
5723 cat conftest.err >&5
5724 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5725 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5726 cat conftest.err >&5
5727 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5728 cat conftest.out >&5
5729 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5730 lt_cv_nm_interface="MS dumpbin"
5732 rm -f conftest*
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5735 $as_echo "$lt_cv_nm_interface" >&6; }
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5738 $as_echo_n "checking whether ln -s works... " >&6; }
5739 LN_S=$as_ln_s
5740 if test "$LN_S" = "ln -s"; then
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5742 $as_echo "yes" >&6; }
5743 else
5744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5745 $as_echo "no, using $LN_S" >&6; }
5748 # find the maximum length of command line arguments
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5750 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5751 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5752 $as_echo_n "(cached) " >&6
5753 else
5755 teststring="ABCD"
5757 case $build_os in
5758 msdosdjgpp*)
5759 # On DJGPP, this test can blow up pretty badly due to problems in libc
5760 # (any single argument exceeding 2000 bytes causes a buffer overrun
5761 # during glob expansion). Even if it were fixed, the result of this
5762 # check would be larger than it should be.
5763 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5766 gnu*)
5767 # Under GNU Hurd, this test is not required because there is
5768 # no limit to the length of command line arguments.
5769 # Libtool will interpret -1 as no limit whatsoever
5770 lt_cv_sys_max_cmd_len=-1;
5773 cygwin* | mingw* | cegcc*)
5774 # On Win9x/ME, this test blows up -- it succeeds, but takes
5775 # about 5 minutes as the teststring grows exponentially.
5776 # Worse, since 9x/ME are not pre-emptively multitasking,
5777 # you end up with a "frozen" computer, even though with patience
5778 # the test eventually succeeds (with a max line length of 256k).
5779 # Instead, let's just punt: use the minimum linelength reported by
5780 # all of the supported platforms: 8192 (on NT/2K/XP).
5781 lt_cv_sys_max_cmd_len=8192;
5784 mint*)
5785 # On MiNT this can take a long time and run out of memory.
5786 lt_cv_sys_max_cmd_len=8192;
5789 amigaos*)
5790 # On AmigaOS with pdksh, this test takes hours, literally.
5791 # So we just punt and use a minimum line length of 8192.
5792 lt_cv_sys_max_cmd_len=8192;
5795 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5796 # This has been around since 386BSD, at least. Likely further.
5797 if test -x /sbin/sysctl; then
5798 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5799 elif test -x /usr/sbin/sysctl; then
5800 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5801 else
5802 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5804 # And add a safety zone
5805 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5806 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5809 interix*)
5810 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5811 lt_cv_sys_max_cmd_len=196608
5814 osf*)
5815 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5816 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5817 # nice to cause kernel panics so lets avoid the loop below.
5818 # First set a reasonable default.
5819 lt_cv_sys_max_cmd_len=16384
5821 if test -x /sbin/sysconfig; then
5822 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5823 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5824 esac
5827 sco3.2v5*)
5828 lt_cv_sys_max_cmd_len=102400
5830 sysv5* | sco5v6* | sysv4.2uw2*)
5831 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5832 if test -n "$kargmax"; then
5833 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5834 else
5835 lt_cv_sys_max_cmd_len=32768
5839 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5840 if test -n "$lt_cv_sys_max_cmd_len"; then
5841 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5842 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5843 else
5844 # Make teststring a little bigger before we do anything with it.
5845 # a 1K string should be a reasonable start.
5846 for i in 1 2 3 4 5 6 7 8 ; do
5847 teststring=$teststring$teststring
5848 done
5849 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5850 # If test is not a shell built-in, we'll probably end up computing a
5851 # maximum length that is only half of the actual maximum length, but
5852 # we can't tell.
5853 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5854 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5855 test $i != 17 # 1/2 MB should be enough
5857 i=`expr $i + 1`
5858 teststring=$teststring$teststring
5859 done
5860 # Only check the string length outside the loop.
5861 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5862 teststring=
5863 # Add a significant safety factor because C++ compilers can tack on
5864 # massive amounts of additional arguments before passing them to the
5865 # linker. It appears as though 1/2 is a usable value.
5866 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5869 esac
5873 if test -n $lt_cv_sys_max_cmd_len ; then
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5875 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5876 else
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5878 $as_echo "none" >&6; }
5880 max_cmd_len=$lt_cv_sys_max_cmd_len
5887 : ${CP="cp -f"}
5888 : ${MV="mv -f"}
5889 : ${RM="rm -f"}
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5892 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5893 # Try some XSI features
5894 xsi_shell=no
5895 ( _lt_dummy="a/b/c"
5896 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5897 = c,a/b,, \
5898 && eval 'test $(( 1 + 1 )) -eq 2 \
5899 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5900 && xsi_shell=yes
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5902 $as_echo "$xsi_shell" >&6; }
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5906 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5907 lt_shell_append=no
5908 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5909 >/dev/null 2>&1 \
5910 && lt_shell_append=yes
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5912 $as_echo "$lt_shell_append" >&6; }
5915 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5916 lt_unset=unset
5917 else
5918 lt_unset=false
5925 # test EBCDIC or ASCII
5926 case `echo X|tr X '\101'` in
5927 A) # ASCII based system
5928 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5929 lt_SP2NL='tr \040 \012'
5930 lt_NL2SP='tr \015\012 \040\040'
5932 *) # EBCDIC based system
5933 lt_SP2NL='tr \100 \n'
5934 lt_NL2SP='tr \r\n \100\100'
5936 esac
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5947 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5948 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5949 $as_echo_n "(cached) " >&6
5950 else
5951 lt_cv_ld_reload_flag='-r'
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5954 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5955 reload_flag=$lt_cv_ld_reload_flag
5956 case $reload_flag in
5957 "" | " "*) ;;
5958 *) reload_flag=" $reload_flag" ;;
5959 esac
5960 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5961 case $host_os in
5962 darwin*)
5963 if test "$GCC" = yes; then
5964 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5965 else
5966 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5969 esac
5979 if test -n "$ac_tool_prefix"; then
5980 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5981 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5983 $as_echo_n "checking for $ac_word... " >&6; }
5984 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5985 $as_echo_n "(cached) " >&6
5986 else
5987 if test -n "$OBJDUMP"; then
5988 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5989 else
5990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5991 for as_dir in $PATH
5993 IFS=$as_save_IFS
5994 test -z "$as_dir" && as_dir=.
5995 for ac_exec_ext in '' $ac_executable_extensions; do
5996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5997 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5999 break 2
6001 done
6002 done
6003 IFS=$as_save_IFS
6007 OBJDUMP=$ac_cv_prog_OBJDUMP
6008 if test -n "$OBJDUMP"; then
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6010 $as_echo "$OBJDUMP" >&6; }
6011 else
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6013 $as_echo "no" >&6; }
6018 if test -z "$ac_cv_prog_OBJDUMP"; then
6019 ac_ct_OBJDUMP=$OBJDUMP
6020 # Extract the first word of "objdump", so it can be a program name with args.
6021 set dummy objdump; ac_word=$2
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6023 $as_echo_n "checking for $ac_word... " >&6; }
6024 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6025 $as_echo_n "(cached) " >&6
6026 else
6027 if test -n "$ac_ct_OBJDUMP"; then
6028 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6029 else
6030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6031 for as_dir in $PATH
6033 IFS=$as_save_IFS
6034 test -z "$as_dir" && as_dir=.
6035 for ac_exec_ext in '' $ac_executable_extensions; do
6036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6037 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6038 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6039 break 2
6041 done
6042 done
6043 IFS=$as_save_IFS
6047 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6048 if test -n "$ac_ct_OBJDUMP"; then
6049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6050 $as_echo "$ac_ct_OBJDUMP" >&6; }
6051 else
6052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6053 $as_echo "no" >&6; }
6056 if test "x$ac_ct_OBJDUMP" = x; then
6057 OBJDUMP="false"
6058 else
6059 case $cross_compiling:$ac_tool_warned in
6060 yes:)
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6062 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6063 ac_tool_warned=yes ;;
6064 esac
6065 OBJDUMP=$ac_ct_OBJDUMP
6067 else
6068 OBJDUMP="$ac_cv_prog_OBJDUMP"
6071 test -z "$OBJDUMP" && OBJDUMP=objdump
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6082 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6083 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6084 $as_echo_n "(cached) " >&6
6085 else
6086 lt_cv_file_magic_cmd='$MAGIC_CMD'
6087 lt_cv_file_magic_test_file=
6088 lt_cv_deplibs_check_method='unknown'
6089 # Need to set the preceding variable on all platforms that support
6090 # interlibrary dependencies.
6091 # 'none' -- dependencies not supported.
6092 # `unknown' -- same as none, but documents that we really don't know.
6093 # 'pass_all' -- all dependencies passed with no checks.
6094 # 'test_compile' -- check by making test program.
6095 # 'file_magic [[regex]]' -- check by looking for files in library path
6096 # which responds to the $file_magic_cmd with a given extended regex.
6097 # If you have `file' or equivalent on your system and you're not sure
6098 # whether `pass_all' will *always* work, you probably want this one.
6100 case $host_os in
6101 aix[4-9]*)
6102 lt_cv_deplibs_check_method=pass_all
6105 beos*)
6106 lt_cv_deplibs_check_method=pass_all
6109 bsdi[45]*)
6110 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6111 lt_cv_file_magic_cmd='/usr/bin/file -L'
6112 lt_cv_file_magic_test_file=/shlib/libc.so
6115 cygwin*)
6116 # func_win32_libid is a shell function defined in ltmain.sh
6117 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6118 lt_cv_file_magic_cmd='func_win32_libid'
6121 mingw* | pw32*)
6122 # Base MSYS/MinGW do not provide the 'file' command needed by
6123 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6124 # unless we find 'file', for example because we are cross-compiling.
6125 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6126 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6127 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6128 lt_cv_file_magic_cmd='func_win32_libid'
6129 else
6130 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6131 lt_cv_file_magic_cmd='$OBJDUMP -f'
6135 cegcc*)
6136 # use the weaker test based on 'objdump'. See mingw*.
6137 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6138 lt_cv_file_magic_cmd='$OBJDUMP -f'
6141 darwin* | rhapsody*)
6142 lt_cv_deplibs_check_method=pass_all
6145 freebsd* | dragonfly*)
6146 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6147 case $host_cpu in
6148 i*86 )
6149 # Not sure whether the presence of OpenBSD here was a mistake.
6150 # Let's accept both of them until this is cleared up.
6151 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6152 lt_cv_file_magic_cmd=/usr/bin/file
6153 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6155 esac
6156 else
6157 lt_cv_deplibs_check_method=pass_all
6161 gnu*)
6162 lt_cv_deplibs_check_method=pass_all
6165 haiku*)
6166 lt_cv_deplibs_check_method=pass_all
6169 hpux10.20* | hpux11*)
6170 lt_cv_file_magic_cmd=/usr/bin/file
6171 case $host_cpu in
6172 ia64*)
6173 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6174 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6176 hppa*64*)
6177 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]'
6178 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6181 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6182 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6184 esac
6187 interix[3-9]*)
6188 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6189 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6192 irix5* | irix6* | nonstopux*)
6193 case $LD in
6194 *-32|*"-32 ") libmagic=32-bit;;
6195 *-n32|*"-n32 ") libmagic=N32;;
6196 *-64|*"-64 ") libmagic=64-bit;;
6197 *) libmagic=never-match;;
6198 esac
6199 lt_cv_deplibs_check_method=pass_all
6202 # This must be Linux ELF.
6203 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6204 lt_cv_deplibs_check_method=pass_all
6207 netbsd*)
6208 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6209 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6210 else
6211 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6215 newos6*)
6216 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6217 lt_cv_file_magic_cmd=/usr/bin/file
6218 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6221 *nto* | *qnx*)
6222 lt_cv_deplibs_check_method=pass_all
6225 openbsd*)
6226 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6227 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6228 else
6229 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6233 osf3* | osf4* | osf5*)
6234 lt_cv_deplibs_check_method=pass_all
6237 rdos*)
6238 lt_cv_deplibs_check_method=pass_all
6241 solaris*)
6242 lt_cv_deplibs_check_method=pass_all
6245 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6246 lt_cv_deplibs_check_method=pass_all
6249 sysv4 | sysv4.3*)
6250 case $host_vendor in
6251 motorola)
6252 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]'
6253 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6255 ncr)
6256 lt_cv_deplibs_check_method=pass_all
6258 sequent)
6259 lt_cv_file_magic_cmd='/bin/file'
6260 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6262 sni)
6263 lt_cv_file_magic_cmd='/bin/file'
6264 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6265 lt_cv_file_magic_test_file=/lib/libc.so
6267 siemens)
6268 lt_cv_deplibs_check_method=pass_all
6271 lt_cv_deplibs_check_method=pass_all
6273 esac
6276 tpf*)
6277 lt_cv_deplibs_check_method=pass_all
6279 esac
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6283 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6284 file_magic_cmd=$lt_cv_file_magic_cmd
6285 deplibs_check_method=$lt_cv_deplibs_check_method
6286 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6299 if test -n "$ac_tool_prefix"; then
6300 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6301 set dummy ${ac_tool_prefix}ar; ac_word=$2
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6303 $as_echo_n "checking for $ac_word... " >&6; }
6304 if test "${ac_cv_prog_AR+set}" = set; then :
6305 $as_echo_n "(cached) " >&6
6306 else
6307 if test -n "$AR"; then
6308 ac_cv_prog_AR="$AR" # Let the user override the test.
6309 else
6310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6311 for as_dir in $PATH
6313 IFS=$as_save_IFS
6314 test -z "$as_dir" && as_dir=.
6315 for ac_exec_ext in '' $ac_executable_extensions; do
6316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6317 ac_cv_prog_AR="${ac_tool_prefix}ar"
6318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6319 break 2
6321 done
6322 done
6323 IFS=$as_save_IFS
6327 AR=$ac_cv_prog_AR
6328 if test -n "$AR"; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6330 $as_echo "$AR" >&6; }
6331 else
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6333 $as_echo "no" >&6; }
6338 if test -z "$ac_cv_prog_AR"; then
6339 ac_ct_AR=$AR
6340 # Extract the first word of "ar", so it can be a program name with args.
6341 set dummy ar; ac_word=$2
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6343 $as_echo_n "checking for $ac_word... " >&6; }
6344 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6345 $as_echo_n "(cached) " >&6
6346 else
6347 if test -n "$ac_ct_AR"; then
6348 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6349 else
6350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6351 for as_dir in $PATH
6353 IFS=$as_save_IFS
6354 test -z "$as_dir" && as_dir=.
6355 for ac_exec_ext in '' $ac_executable_extensions; do
6356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6357 ac_cv_prog_ac_ct_AR="ar"
6358 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6359 break 2
6361 done
6362 done
6363 IFS=$as_save_IFS
6367 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6368 if test -n "$ac_ct_AR"; then
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6370 $as_echo "$ac_ct_AR" >&6; }
6371 else
6372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6373 $as_echo "no" >&6; }
6376 if test "x$ac_ct_AR" = x; then
6377 AR="false"
6378 else
6379 case $cross_compiling:$ac_tool_warned in
6380 yes:)
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6382 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6383 ac_tool_warned=yes ;;
6384 esac
6385 AR=$ac_ct_AR
6387 else
6388 AR="$ac_cv_prog_AR"
6391 test -z "$AR" && AR=ar
6392 test -z "$AR_FLAGS" && AR_FLAGS=cru
6404 if test -n "$ac_tool_prefix"; then
6405 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6406 set dummy ${ac_tool_prefix}strip; ac_word=$2
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6408 $as_echo_n "checking for $ac_word... " >&6; }
6409 if test "${ac_cv_prog_STRIP+set}" = set; then :
6410 $as_echo_n "(cached) " >&6
6411 else
6412 if test -n "$STRIP"; then
6413 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6414 else
6415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6416 for as_dir in $PATH
6418 IFS=$as_save_IFS
6419 test -z "$as_dir" && as_dir=.
6420 for ac_exec_ext in '' $ac_executable_extensions; do
6421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6422 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6424 break 2
6426 done
6427 done
6428 IFS=$as_save_IFS
6432 STRIP=$ac_cv_prog_STRIP
6433 if test -n "$STRIP"; then
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6435 $as_echo "$STRIP" >&6; }
6436 else
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6438 $as_echo "no" >&6; }
6443 if test -z "$ac_cv_prog_STRIP"; then
6444 ac_ct_STRIP=$STRIP
6445 # Extract the first word of "strip", so it can be a program name with args.
6446 set dummy strip; ac_word=$2
6447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6448 $as_echo_n "checking for $ac_word... " >&6; }
6449 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6450 $as_echo_n "(cached) " >&6
6451 else
6452 if test -n "$ac_ct_STRIP"; then
6453 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6454 else
6455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6456 for as_dir in $PATH
6458 IFS=$as_save_IFS
6459 test -z "$as_dir" && as_dir=.
6460 for ac_exec_ext in '' $ac_executable_extensions; do
6461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6462 ac_cv_prog_ac_ct_STRIP="strip"
6463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6464 break 2
6466 done
6467 done
6468 IFS=$as_save_IFS
6472 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6473 if test -n "$ac_ct_STRIP"; then
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6475 $as_echo "$ac_ct_STRIP" >&6; }
6476 else
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6478 $as_echo "no" >&6; }
6481 if test "x$ac_ct_STRIP" = x; then
6482 STRIP=":"
6483 else
6484 case $cross_compiling:$ac_tool_warned in
6485 yes:)
6486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6487 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6488 ac_tool_warned=yes ;;
6489 esac
6490 STRIP=$ac_ct_STRIP
6492 else
6493 STRIP="$ac_cv_prog_STRIP"
6496 test -z "$STRIP" && STRIP=:
6503 if test -n "$ac_tool_prefix"; then
6504 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6505 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6507 $as_echo_n "checking for $ac_word... " >&6; }
6508 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6509 $as_echo_n "(cached) " >&6
6510 else
6511 if test -n "$RANLIB"; then
6512 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6513 else
6514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6515 for as_dir in $PATH
6517 IFS=$as_save_IFS
6518 test -z "$as_dir" && as_dir=.
6519 for ac_exec_ext in '' $ac_executable_extensions; do
6520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6521 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6523 break 2
6525 done
6526 done
6527 IFS=$as_save_IFS
6531 RANLIB=$ac_cv_prog_RANLIB
6532 if test -n "$RANLIB"; then
6533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6534 $as_echo "$RANLIB" >&6; }
6535 else
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6537 $as_echo "no" >&6; }
6542 if test -z "$ac_cv_prog_RANLIB"; then
6543 ac_ct_RANLIB=$RANLIB
6544 # Extract the first word of "ranlib", so it can be a program name with args.
6545 set dummy ranlib; ac_word=$2
6546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6547 $as_echo_n "checking for $ac_word... " >&6; }
6548 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6549 $as_echo_n "(cached) " >&6
6550 else
6551 if test -n "$ac_ct_RANLIB"; then
6552 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6553 else
6554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6555 for as_dir in $PATH
6557 IFS=$as_save_IFS
6558 test -z "$as_dir" && as_dir=.
6559 for ac_exec_ext in '' $ac_executable_extensions; do
6560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6561 ac_cv_prog_ac_ct_RANLIB="ranlib"
6562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6563 break 2
6565 done
6566 done
6567 IFS=$as_save_IFS
6571 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6572 if test -n "$ac_ct_RANLIB"; then
6573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6574 $as_echo "$ac_ct_RANLIB" >&6; }
6575 else
6576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6577 $as_echo "no" >&6; }
6580 if test "x$ac_ct_RANLIB" = x; then
6581 RANLIB=":"
6582 else
6583 case $cross_compiling:$ac_tool_warned in
6584 yes:)
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6586 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6587 ac_tool_warned=yes ;;
6588 esac
6589 RANLIB=$ac_ct_RANLIB
6591 else
6592 RANLIB="$ac_cv_prog_RANLIB"
6595 test -z "$RANLIB" && RANLIB=:
6602 # Determine commands to create old-style static archives.
6603 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6604 old_postinstall_cmds='chmod 644 $oldlib'
6605 old_postuninstall_cmds=
6607 if test -n "$RANLIB"; then
6608 case $host_os in
6609 openbsd*)
6610 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6613 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6615 esac
6616 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6619 case $host_os in
6620 darwin*)
6621 lock_old_archive_extraction=yes ;;
6623 lock_old_archive_extraction=no ;;
6624 esac
6664 # If no C compiler was specified, use CC.
6665 LTCC=${LTCC-"$CC"}
6667 # If no C compiler flags were specified, use CFLAGS.
6668 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6670 # Allow CC to be a program name with arguments.
6671 compiler=$CC
6674 # Check for command to grab the raw symbol name followed by C symbol from nm.
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6676 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6677 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6678 $as_echo_n "(cached) " >&6
6679 else
6681 # These are sane defaults that work on at least a few old systems.
6682 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6684 # Character class describing NM global symbol codes.
6685 symcode='[BCDEGRST]'
6687 # Regexp to match symbols that can be accessed directly from C.
6688 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6690 # Define system-specific variables.
6691 case $host_os in
6692 aix*)
6693 symcode='[BCDT]'
6695 cygwin* | mingw* | pw32* | cegcc*)
6696 symcode='[ABCDGISTW]'
6698 hpux*)
6699 if test "$host_cpu" = ia64; then
6700 symcode='[ABCDEGRST]'
6703 irix* | nonstopux*)
6704 symcode='[BCDEGRST]'
6706 osf*)
6707 symcode='[BCDEGQRST]'
6709 solaris*)
6710 symcode='[BDRT]'
6712 sco3.2v5*)
6713 symcode='[DT]'
6715 sysv4.2uw2*)
6716 symcode='[DT]'
6718 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6719 symcode='[ABDT]'
6721 sysv4)
6722 symcode='[DFNSTU]'
6724 esac
6726 # If we're using GNU nm, then use its standard symbol codes.
6727 case `$NM -V 2>&1` in
6728 *GNU* | *'with BFD'*)
6729 symcode='[ABCDGIRSTW]' ;;
6730 esac
6732 # Transform an extracted symbol line into a proper C declaration.
6733 # Some systems (esp. on ia64) link data and code symbols differently,
6734 # so use this general approach.
6735 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6737 # Transform an extracted symbol line into symbol name and symbol address
6738 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6739 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'"
6741 # Handle CRLF in mingw tool chain
6742 opt_cr=
6743 case $build_os in
6744 mingw*)
6745 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6747 esac
6749 # Try without a prefix underscore, then with it.
6750 for ac_symprfx in "" "_"; do
6752 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6753 symxfrm="\\1 $ac_symprfx\\2 \\2"
6755 # Write the raw and C identifiers.
6756 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6757 # Fake it for dumpbin and say T for any non-static function
6758 # and D for any global variable.
6759 # Also find C++ and __fastcall symbols from MSVC++,
6760 # which start with @ or ?.
6761 lt_cv_sys_global_symbol_pipe="$AWK '"\
6762 " {last_section=section; section=\$ 3};"\
6763 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6764 " \$ 0!~/External *\|/{next};"\
6765 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6766 " {if(hide[section]) next};"\
6767 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6768 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6769 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6770 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6771 " ' prfx=^$ac_symprfx"
6772 else
6773 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6776 # Check to see that the pipe works correctly.
6777 pipe_works=no
6779 rm -f conftest*
6780 cat > conftest.$ac_ext <<_LT_EOF
6781 #ifdef __cplusplus
6782 extern "C" {
6783 #endif
6784 char nm_test_var;
6785 void nm_test_func(void);
6786 void nm_test_func(void){}
6787 #ifdef __cplusplus
6789 #endif
6790 int main(){nm_test_var='a';nm_test_func();return(0);}
6791 _LT_EOF
6793 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6794 (eval $ac_compile) 2>&5
6795 ac_status=$?
6796 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6797 test $ac_status = 0; }; then
6798 # Now try to grab the symbols.
6799 nlist=conftest.nm
6800 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6801 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6802 ac_status=$?
6803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6804 test $ac_status = 0; } && test -s "$nlist"; then
6805 # Try sorting and uniquifying the output.
6806 if sort "$nlist" | uniq > "$nlist"T; then
6807 mv -f "$nlist"T "$nlist"
6808 else
6809 rm -f "$nlist"T
6812 # Make sure that we snagged all the symbols we need.
6813 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6814 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6815 cat <<_LT_EOF > conftest.$ac_ext
6816 #ifdef __cplusplus
6817 extern "C" {
6818 #endif
6820 _LT_EOF
6821 # Now generate the symbol file.
6822 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6824 cat <<_LT_EOF >> conftest.$ac_ext
6826 /* The mapping between symbol names and symbols. */
6827 const struct {
6828 const char *name;
6829 void *address;
6831 lt__PROGRAM__LTX_preloaded_symbols[] =
6833 { "@PROGRAM@", (void *) 0 },
6834 _LT_EOF
6835 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6836 cat <<\_LT_EOF >> conftest.$ac_ext
6837 {0, (void *) 0}
6840 /* This works around a problem in FreeBSD linker */
6841 #ifdef FREEBSD_WORKAROUND
6842 static const void *lt_preloaded_setup() {
6843 return lt__PROGRAM__LTX_preloaded_symbols;
6845 #endif
6847 #ifdef __cplusplus
6849 #endif
6850 _LT_EOF
6851 # Now try linking the two files.
6852 mv conftest.$ac_objext conftstm.$ac_objext
6853 lt_save_LIBS="$LIBS"
6854 lt_save_CFLAGS="$CFLAGS"
6855 LIBS="conftstm.$ac_objext"
6856 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6857 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6858 (eval $ac_link) 2>&5
6859 ac_status=$?
6860 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6861 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6862 pipe_works=yes
6864 LIBS="$lt_save_LIBS"
6865 CFLAGS="$lt_save_CFLAGS"
6866 else
6867 echo "cannot find nm_test_func in $nlist" >&5
6869 else
6870 echo "cannot find nm_test_var in $nlist" >&5
6872 else
6873 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6875 else
6876 echo "$progname: failed program was:" >&5
6877 cat conftest.$ac_ext >&5
6879 rm -rf conftest* conftst*
6881 # Do not use the global_symbol_pipe unless it works.
6882 if test "$pipe_works" = yes; then
6883 break
6884 else
6885 lt_cv_sys_global_symbol_pipe=
6887 done
6891 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6892 lt_cv_sys_global_symbol_to_cdecl=
6894 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6896 $as_echo "failed" >&6; }
6897 else
6898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6899 $as_echo "ok" >&6; }
6923 # Check whether --enable-libtool-lock was given.
6924 if test "${enable_libtool_lock+set}" = set; then :
6925 enableval=$enable_libtool_lock;
6928 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6930 # Some flags need to be propagated to the compiler or linker for good
6931 # libtool support.
6932 case $host in
6933 ia64-*-hpux*)
6934 # Find out which ABI we are using.
6935 echo 'int i;' > conftest.$ac_ext
6936 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6937 (eval $ac_compile) 2>&5
6938 ac_status=$?
6939 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6940 test $ac_status = 0; }; then
6941 case `/usr/bin/file conftest.$ac_objext` in
6942 *ELF-32*)
6943 HPUX_IA64_MODE="32"
6945 *ELF-64*)
6946 HPUX_IA64_MODE="64"
6948 esac
6950 rm -rf conftest*
6952 *-*-irix6*)
6953 # Find out which ABI we are using.
6954 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6955 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6956 (eval $ac_compile) 2>&5
6957 ac_status=$?
6958 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6959 test $ac_status = 0; }; then
6960 if test "$lt_cv_prog_gnu_ld" = yes; then
6961 case `/usr/bin/file conftest.$ac_objext` in
6962 *32-bit*)
6963 LD="${LD-ld} -melf32bsmip"
6965 *N32*)
6966 LD="${LD-ld} -melf32bmipn32"
6968 *64-bit*)
6969 LD="${LD-ld} -melf64bmip"
6971 esac
6972 else
6973 case `/usr/bin/file conftest.$ac_objext` in
6974 *32-bit*)
6975 LD="${LD-ld} -32"
6977 *N32*)
6978 LD="${LD-ld} -n32"
6980 *64-bit*)
6981 LD="${LD-ld} -64"
6983 esac
6986 rm -rf conftest*
6989 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6990 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6991 # Find out which ABI we are using.
6992 echo 'int i;' > conftest.$ac_ext
6993 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6994 (eval $ac_compile) 2>&5
6995 ac_status=$?
6996 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6997 test $ac_status = 0; }; then
6998 case `/usr/bin/file conftest.o` in
6999 *32-bit*)
7000 case $host in
7001 x86_64-*kfreebsd*-gnu)
7002 LD="${LD-ld} -m elf_i386_fbsd"
7004 x86_64-*linux*)
7005 case `/usr/bin/file conftest.o` in
7006 *x86-64*)
7007 LD="${LD-ld} -m elf32_x86_64"
7010 LD="${LD-ld} -m elf_i386"
7012 esac
7014 powerpc64le-*linux*)
7015 LD="${LD-ld} -m elf32lppclinux"
7017 powerpc64-*linux*)
7018 LD="${LD-ld} -m elf32ppclinux"
7020 s390x-*linux*)
7021 LD="${LD-ld} -m elf_s390"
7023 sparc64-*linux*)
7024 LD="${LD-ld} -m elf32_sparc"
7026 esac
7028 *64-bit*)
7029 case $host in
7030 x86_64-*kfreebsd*-gnu)
7031 LD="${LD-ld} -m elf_x86_64_fbsd"
7033 x86_64-*linux*)
7034 LD="${LD-ld} -m elf_x86_64"
7036 powerpcle-*linux*)
7037 LD="${LD-ld} -m elf64lppc"
7039 powerpc-*linux*)
7040 LD="${LD-ld} -m elf64ppc"
7042 s390*-*linux*|s390*-*tpf*)
7043 LD="${LD-ld} -m elf64_s390"
7045 sparc*-*linux*)
7046 LD="${LD-ld} -m elf64_sparc"
7048 esac
7050 esac
7052 rm -rf conftest*
7055 *-*-sco3.2v5*)
7056 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7057 SAVE_CFLAGS="$CFLAGS"
7058 CFLAGS="$CFLAGS -belf"
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7060 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7061 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7062 $as_echo_n "(cached) " >&6
7063 else
7064 ac_ext=c
7065 ac_cpp='$CPP $CPPFLAGS'
7066 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7067 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7068 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7071 /* end confdefs.h. */
7074 main ()
7078 return 0;
7080 _ACEOF
7081 if ac_fn_c_try_link "$LINENO"; then :
7082 lt_cv_cc_needs_belf=yes
7083 else
7084 lt_cv_cc_needs_belf=no
7086 rm -f core conftest.err conftest.$ac_objext \
7087 conftest$ac_exeext conftest.$ac_ext
7088 ac_ext=c
7089 ac_cpp='$CPP $CPPFLAGS'
7090 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7091 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7092 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7096 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7097 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7098 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7099 CFLAGS="$SAVE_CFLAGS"
7102 sparc*-*solaris*)
7103 # Find out which ABI we are using.
7104 echo 'int i;' > conftest.$ac_ext
7105 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7106 (eval $ac_compile) 2>&5
7107 ac_status=$?
7108 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7109 test $ac_status = 0; }; then
7110 case `/usr/bin/file conftest.o` in
7111 *64-bit*)
7112 case $lt_cv_prog_gnu_ld in
7113 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7115 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7116 LD="${LD-ld} -64"
7119 esac
7121 esac
7123 rm -rf conftest*
7125 esac
7127 need_locks="$enable_libtool_lock"
7130 case $host_os in
7131 rhapsody* | darwin*)
7132 if test -n "$ac_tool_prefix"; then
7133 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7134 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7136 $as_echo_n "checking for $ac_word... " >&6; }
7137 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7138 $as_echo_n "(cached) " >&6
7139 else
7140 if test -n "$DSYMUTIL"; then
7141 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7142 else
7143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7144 for as_dir in $PATH
7146 IFS=$as_save_IFS
7147 test -z "$as_dir" && as_dir=.
7148 for ac_exec_ext in '' $ac_executable_extensions; do
7149 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7150 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7152 break 2
7154 done
7155 done
7156 IFS=$as_save_IFS
7160 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7161 if test -n "$DSYMUTIL"; then
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7163 $as_echo "$DSYMUTIL" >&6; }
7164 else
7165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7166 $as_echo "no" >&6; }
7171 if test -z "$ac_cv_prog_DSYMUTIL"; then
7172 ac_ct_DSYMUTIL=$DSYMUTIL
7173 # Extract the first word of "dsymutil", so it can be a program name with args.
7174 set dummy dsymutil; ac_word=$2
7175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7176 $as_echo_n "checking for $ac_word... " >&6; }
7177 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7178 $as_echo_n "(cached) " >&6
7179 else
7180 if test -n "$ac_ct_DSYMUTIL"; then
7181 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7182 else
7183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7184 for as_dir in $PATH
7186 IFS=$as_save_IFS
7187 test -z "$as_dir" && as_dir=.
7188 for ac_exec_ext in '' $ac_executable_extensions; do
7189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7190 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7192 break 2
7194 done
7195 done
7196 IFS=$as_save_IFS
7200 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7201 if test -n "$ac_ct_DSYMUTIL"; then
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7203 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7204 else
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7206 $as_echo "no" >&6; }
7209 if test "x$ac_ct_DSYMUTIL" = x; then
7210 DSYMUTIL=":"
7211 else
7212 case $cross_compiling:$ac_tool_warned in
7213 yes:)
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7215 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7216 ac_tool_warned=yes ;;
7217 esac
7218 DSYMUTIL=$ac_ct_DSYMUTIL
7220 else
7221 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7224 if test -n "$ac_tool_prefix"; then
7225 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7226 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7228 $as_echo_n "checking for $ac_word... " >&6; }
7229 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7230 $as_echo_n "(cached) " >&6
7231 else
7232 if test -n "$NMEDIT"; then
7233 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7234 else
7235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7236 for as_dir in $PATH
7238 IFS=$as_save_IFS
7239 test -z "$as_dir" && as_dir=.
7240 for ac_exec_ext in '' $ac_executable_extensions; do
7241 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7242 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7244 break 2
7246 done
7247 done
7248 IFS=$as_save_IFS
7252 NMEDIT=$ac_cv_prog_NMEDIT
7253 if test -n "$NMEDIT"; then
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7255 $as_echo "$NMEDIT" >&6; }
7256 else
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7258 $as_echo "no" >&6; }
7263 if test -z "$ac_cv_prog_NMEDIT"; then
7264 ac_ct_NMEDIT=$NMEDIT
7265 # Extract the first word of "nmedit", so it can be a program name with args.
7266 set dummy nmedit; ac_word=$2
7267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7268 $as_echo_n "checking for $ac_word... " >&6; }
7269 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7270 $as_echo_n "(cached) " >&6
7271 else
7272 if test -n "$ac_ct_NMEDIT"; then
7273 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7274 else
7275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7276 for as_dir in $PATH
7278 IFS=$as_save_IFS
7279 test -z "$as_dir" && as_dir=.
7280 for ac_exec_ext in '' $ac_executable_extensions; do
7281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7282 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7284 break 2
7286 done
7287 done
7288 IFS=$as_save_IFS
7292 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7293 if test -n "$ac_ct_NMEDIT"; then
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7295 $as_echo "$ac_ct_NMEDIT" >&6; }
7296 else
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7298 $as_echo "no" >&6; }
7301 if test "x$ac_ct_NMEDIT" = x; then
7302 NMEDIT=":"
7303 else
7304 case $cross_compiling:$ac_tool_warned in
7305 yes:)
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7308 ac_tool_warned=yes ;;
7309 esac
7310 NMEDIT=$ac_ct_NMEDIT
7312 else
7313 NMEDIT="$ac_cv_prog_NMEDIT"
7316 if test -n "$ac_tool_prefix"; then
7317 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7318 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7320 $as_echo_n "checking for $ac_word... " >&6; }
7321 if test "${ac_cv_prog_LIPO+set}" = set; then :
7322 $as_echo_n "(cached) " >&6
7323 else
7324 if test -n "$LIPO"; then
7325 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7326 else
7327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7328 for as_dir in $PATH
7330 IFS=$as_save_IFS
7331 test -z "$as_dir" && as_dir=.
7332 for ac_exec_ext in '' $ac_executable_extensions; do
7333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7334 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7336 break 2
7338 done
7339 done
7340 IFS=$as_save_IFS
7344 LIPO=$ac_cv_prog_LIPO
7345 if test -n "$LIPO"; then
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7347 $as_echo "$LIPO" >&6; }
7348 else
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7350 $as_echo "no" >&6; }
7355 if test -z "$ac_cv_prog_LIPO"; then
7356 ac_ct_LIPO=$LIPO
7357 # Extract the first word of "lipo", so it can be a program name with args.
7358 set dummy lipo; ac_word=$2
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7360 $as_echo_n "checking for $ac_word... " >&6; }
7361 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7362 $as_echo_n "(cached) " >&6
7363 else
7364 if test -n "$ac_ct_LIPO"; then
7365 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7366 else
7367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7368 for as_dir in $PATH
7370 IFS=$as_save_IFS
7371 test -z "$as_dir" && as_dir=.
7372 for ac_exec_ext in '' $ac_executable_extensions; do
7373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7374 ac_cv_prog_ac_ct_LIPO="lipo"
7375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7376 break 2
7378 done
7379 done
7380 IFS=$as_save_IFS
7384 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7385 if test -n "$ac_ct_LIPO"; then
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7387 $as_echo "$ac_ct_LIPO" >&6; }
7388 else
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7390 $as_echo "no" >&6; }
7393 if test "x$ac_ct_LIPO" = x; then
7394 LIPO=":"
7395 else
7396 case $cross_compiling:$ac_tool_warned in
7397 yes:)
7398 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7399 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7400 ac_tool_warned=yes ;;
7401 esac
7402 LIPO=$ac_ct_LIPO
7404 else
7405 LIPO="$ac_cv_prog_LIPO"
7408 if test -n "$ac_tool_prefix"; then
7409 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7410 set dummy ${ac_tool_prefix}otool; ac_word=$2
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7412 $as_echo_n "checking for $ac_word... " >&6; }
7413 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7414 $as_echo_n "(cached) " >&6
7415 else
7416 if test -n "$OTOOL"; then
7417 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7418 else
7419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7420 for as_dir in $PATH
7422 IFS=$as_save_IFS
7423 test -z "$as_dir" && as_dir=.
7424 for ac_exec_ext in '' $ac_executable_extensions; do
7425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7426 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7428 break 2
7430 done
7431 done
7432 IFS=$as_save_IFS
7436 OTOOL=$ac_cv_prog_OTOOL
7437 if test -n "$OTOOL"; then
7438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7439 $as_echo "$OTOOL" >&6; }
7440 else
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7442 $as_echo "no" >&6; }
7447 if test -z "$ac_cv_prog_OTOOL"; then
7448 ac_ct_OTOOL=$OTOOL
7449 # Extract the first word of "otool", so it can be a program name with args.
7450 set dummy otool; ac_word=$2
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7452 $as_echo_n "checking for $ac_word... " >&6; }
7453 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7454 $as_echo_n "(cached) " >&6
7455 else
7456 if test -n "$ac_ct_OTOOL"; then
7457 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7458 else
7459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7460 for as_dir in $PATH
7462 IFS=$as_save_IFS
7463 test -z "$as_dir" && as_dir=.
7464 for ac_exec_ext in '' $ac_executable_extensions; do
7465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7466 ac_cv_prog_ac_ct_OTOOL="otool"
7467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7468 break 2
7470 done
7471 done
7472 IFS=$as_save_IFS
7476 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7477 if test -n "$ac_ct_OTOOL"; then
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7479 $as_echo "$ac_ct_OTOOL" >&6; }
7480 else
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7482 $as_echo "no" >&6; }
7485 if test "x$ac_ct_OTOOL" = x; then
7486 OTOOL=":"
7487 else
7488 case $cross_compiling:$ac_tool_warned in
7489 yes:)
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7491 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7492 ac_tool_warned=yes ;;
7493 esac
7494 OTOOL=$ac_ct_OTOOL
7496 else
7497 OTOOL="$ac_cv_prog_OTOOL"
7500 if test -n "$ac_tool_prefix"; then
7501 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7502 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7504 $as_echo_n "checking for $ac_word... " >&6; }
7505 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7506 $as_echo_n "(cached) " >&6
7507 else
7508 if test -n "$OTOOL64"; then
7509 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7510 else
7511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7512 for as_dir in $PATH
7514 IFS=$as_save_IFS
7515 test -z "$as_dir" && as_dir=.
7516 for ac_exec_ext in '' $ac_executable_extensions; do
7517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7518 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7519 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7520 break 2
7522 done
7523 done
7524 IFS=$as_save_IFS
7528 OTOOL64=$ac_cv_prog_OTOOL64
7529 if test -n "$OTOOL64"; then
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7531 $as_echo "$OTOOL64" >&6; }
7532 else
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7534 $as_echo "no" >&6; }
7539 if test -z "$ac_cv_prog_OTOOL64"; then
7540 ac_ct_OTOOL64=$OTOOL64
7541 # Extract the first word of "otool64", so it can be a program name with args.
7542 set dummy otool64; ac_word=$2
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7544 $as_echo_n "checking for $ac_word... " >&6; }
7545 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7546 $as_echo_n "(cached) " >&6
7547 else
7548 if test -n "$ac_ct_OTOOL64"; then
7549 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7550 else
7551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7552 for as_dir in $PATH
7554 IFS=$as_save_IFS
7555 test -z "$as_dir" && as_dir=.
7556 for ac_exec_ext in '' $ac_executable_extensions; do
7557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7558 ac_cv_prog_ac_ct_OTOOL64="otool64"
7559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7560 break 2
7562 done
7563 done
7564 IFS=$as_save_IFS
7568 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7569 if test -n "$ac_ct_OTOOL64"; then
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7571 $as_echo "$ac_ct_OTOOL64" >&6; }
7572 else
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7574 $as_echo "no" >&6; }
7577 if test "x$ac_ct_OTOOL64" = x; then
7578 OTOOL64=":"
7579 else
7580 case $cross_compiling:$ac_tool_warned in
7581 yes:)
7582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7583 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7584 ac_tool_warned=yes ;;
7585 esac
7586 OTOOL64=$ac_ct_OTOOL64
7588 else
7589 OTOOL64="$ac_cv_prog_OTOOL64"
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7619 $as_echo_n "checking for -single_module linker flag... " >&6; }
7620 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7621 $as_echo_n "(cached) " >&6
7622 else
7623 lt_cv_apple_cc_single_mod=no
7624 if test -z "${LT_MULTI_MODULE}"; then
7625 # By default we will add the -single_module flag. You can override
7626 # by either setting the environment variable LT_MULTI_MODULE
7627 # non-empty at configure time, or by adding -multi_module to the
7628 # link flags.
7629 rm -rf libconftest.dylib*
7630 echo "int foo(void){return 1;}" > conftest.c
7631 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7632 -dynamiclib -Wl,-single_module conftest.c" >&5
7633 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7634 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7635 _lt_result=$?
7636 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7637 lt_cv_apple_cc_single_mod=yes
7638 else
7639 cat conftest.err >&5
7641 rm -rf libconftest.dylib*
7642 rm -f conftest.*
7645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7646 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7648 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7649 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7650 $as_echo_n "(cached) " >&6
7651 else
7652 lt_cv_ld_exported_symbols_list=no
7653 save_LDFLAGS=$LDFLAGS
7654 echo "_main" > conftest.sym
7655 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7657 /* end confdefs.h. */
7660 main ()
7664 return 0;
7666 _ACEOF
7667 if ac_fn_c_try_link "$LINENO"; then :
7668 lt_cv_ld_exported_symbols_list=yes
7669 else
7670 lt_cv_ld_exported_symbols_list=no
7672 rm -f core conftest.err conftest.$ac_objext \
7673 conftest$ac_exeext conftest.$ac_ext
7674 LDFLAGS="$save_LDFLAGS"
7677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7678 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7680 $as_echo_n "checking for -force_load linker flag... " >&6; }
7681 if test "${lt_cv_ld_force_load+set}" = set; then :
7682 $as_echo_n "(cached) " >&6
7683 else
7684 lt_cv_ld_force_load=no
7685 cat > conftest.c << _LT_EOF
7686 int forced_loaded() { return 2;}
7687 _LT_EOF
7688 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7689 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7690 echo "$AR cru libconftest.a conftest.o" >&5
7691 $AR cru libconftest.a conftest.o 2>&5
7692 cat > conftest.c << _LT_EOF
7693 int main() { return 0;}
7694 _LT_EOF
7695 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7696 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7697 _lt_result=$?
7698 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7699 lt_cv_ld_force_load=yes
7700 else
7701 cat conftest.err >&5
7703 rm -f conftest.err libconftest.a conftest conftest.c
7704 rm -rf conftest.dSYM
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7708 $as_echo "$lt_cv_ld_force_load" >&6; }
7709 case $host_os in
7710 rhapsody* | darwin1.[012])
7711 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7712 darwin1.*)
7713 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7714 darwin*) # darwin 5.x on
7715 # if running on 10.5 or later, the deployment target defaults
7716 # to the OS version, if on x86, and 10.4, the deployment
7717 # target defaults to 10.4. Don't you love it?
7718 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7719 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7720 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7721 10.[012][,.]*)
7722 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7723 10.*)
7724 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7725 esac
7727 esac
7728 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7729 _lt_dar_single_mod='$single_module'
7731 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7732 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7733 else
7734 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7736 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7737 _lt_dsymutil='~$DSYMUTIL $lib || :'
7738 else
7739 _lt_dsymutil=
7742 esac
7744 for ac_header in dlfcn.h
7745 do :
7746 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7748 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7749 cat >>confdefs.h <<_ACEOF
7750 #define HAVE_DLFCN_H 1
7751 _ACEOF
7755 done
7761 # Set options
7766 enable_win32_dll=no
7769 # Check whether --enable-shared was given.
7770 if test "${enable_shared+set}" = set; then :
7771 enableval=$enable_shared; p=${PACKAGE-default}
7772 case $enableval in
7773 yes) enable_shared=yes ;;
7774 no) enable_shared=no ;;
7776 enable_shared=no
7777 # Look at the argument we got. We use all the common list separators.
7778 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7779 for pkg in $enableval; do
7780 IFS="$lt_save_ifs"
7781 if test "X$pkg" = "X$p"; then
7782 enable_shared=yes
7784 done
7785 IFS="$lt_save_ifs"
7787 esac
7788 else
7789 enable_shared=yes
7800 # Check whether --enable-static was given.
7801 if test "${enable_static+set}" = set; then :
7802 enableval=$enable_static; p=${PACKAGE-default}
7803 case $enableval in
7804 yes) enable_static=yes ;;
7805 no) enable_static=no ;;
7807 enable_static=no
7808 # Look at the argument we got. We use all the common list separators.
7809 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7810 for pkg in $enableval; do
7811 IFS="$lt_save_ifs"
7812 if test "X$pkg" = "X$p"; then
7813 enable_static=yes
7815 done
7816 IFS="$lt_save_ifs"
7818 esac
7819 else
7820 enable_static=yes
7832 # Check whether --with-pic was given.
7833 if test "${with_pic+set}" = set; then :
7834 withval=$with_pic; pic_mode="$withval"
7835 else
7836 pic_mode=default
7840 test -z "$pic_mode" && pic_mode=default
7848 # Check whether --enable-fast-install was given.
7849 if test "${enable_fast_install+set}" = set; then :
7850 enableval=$enable_fast_install; p=${PACKAGE-default}
7851 case $enableval in
7852 yes) enable_fast_install=yes ;;
7853 no) enable_fast_install=no ;;
7855 enable_fast_install=no
7856 # Look at the argument we got. We use all the common list separators.
7857 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7858 for pkg in $enableval; do
7859 IFS="$lt_save_ifs"
7860 if test "X$pkg" = "X$p"; then
7861 enable_fast_install=yes
7863 done
7864 IFS="$lt_save_ifs"
7866 esac
7867 else
7868 enable_fast_install=yes
7881 # This can be used to rebuild libtool when needed
7882 LIBTOOL_DEPS="$ltmain"
7884 # Always use our own libtool.
7885 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7912 test -z "$LN_S" && LN_S="ln -s"
7927 if test -n "${ZSH_VERSION+set}" ; then
7928 setopt NO_GLOB_SUBST
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7932 $as_echo_n "checking for objdir... " >&6; }
7933 if test "${lt_cv_objdir+set}" = set; then :
7934 $as_echo_n "(cached) " >&6
7935 else
7936 rm -f .libs 2>/dev/null
7937 mkdir .libs 2>/dev/null
7938 if test -d .libs; then
7939 lt_cv_objdir=.libs
7940 else
7941 # MS-DOS does not allow filenames that begin with a dot.
7942 lt_cv_objdir=_libs
7944 rmdir .libs 2>/dev/null
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7947 $as_echo "$lt_cv_objdir" >&6; }
7948 objdir=$lt_cv_objdir
7954 cat >>confdefs.h <<_ACEOF
7955 #define LT_OBJDIR "$lt_cv_objdir/"
7956 _ACEOF
7961 case $host_os in
7962 aix3*)
7963 # AIX sometimes has problems with the GCC collect2 program. For some
7964 # reason, if we set the COLLECT_NAMES environment variable, the problems
7965 # vanish in a puff of smoke.
7966 if test "X${COLLECT_NAMES+set}" != Xset; then
7967 COLLECT_NAMES=
7968 export COLLECT_NAMES
7971 esac
7973 # Global variables:
7974 ofile=libtool
7975 can_build_shared=yes
7977 # All known linkers require a `.a' archive for static linking (except MSVC,
7978 # which needs '.lib').
7979 libext=a
7981 with_gnu_ld="$lt_cv_prog_gnu_ld"
7983 old_CC="$CC"
7984 old_CFLAGS="$CFLAGS"
7986 # Set sane defaults for various variables
7987 test -z "$CC" && CC=cc
7988 test -z "$LTCC" && LTCC=$CC
7989 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7990 test -z "$LD" && LD=ld
7991 test -z "$ac_objext" && ac_objext=o
7993 for cc_temp in $compiler""; do
7994 case $cc_temp in
7995 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7996 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7997 \-*) ;;
7998 *) break;;
7999 esac
8000 done
8001 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8004 # Only perform the check for file, if the check method requires it
8005 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8006 case $deplibs_check_method in
8007 file_magic*)
8008 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8010 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8011 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8012 $as_echo_n "(cached) " >&6
8013 else
8014 case $MAGIC_CMD in
8015 [\\/*] | ?:[\\/]*)
8016 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8019 lt_save_MAGIC_CMD="$MAGIC_CMD"
8020 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8021 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8022 for ac_dir in $ac_dummy; do
8023 IFS="$lt_save_ifs"
8024 test -z "$ac_dir" && ac_dir=.
8025 if test -f $ac_dir/${ac_tool_prefix}file; then
8026 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8027 if test -n "$file_magic_test_file"; then
8028 case $deplibs_check_method in
8029 "file_magic "*)
8030 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8031 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8032 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8033 $EGREP "$file_magic_regex" > /dev/null; then
8035 else
8036 cat <<_LT_EOF 1>&2
8038 *** Warning: the command libtool uses to detect shared libraries,
8039 *** $file_magic_cmd, produces output that libtool cannot recognize.
8040 *** The result is that libtool may fail to recognize shared libraries
8041 *** as such. This will affect the creation of libtool libraries that
8042 *** depend on shared libraries, but programs linked with such libtool
8043 *** libraries will work regardless of this problem. Nevertheless, you
8044 *** may want to report the problem to your system manager and/or to
8045 *** bug-libtool@gnu.org
8047 _LT_EOF
8048 fi ;;
8049 esac
8051 break
8053 done
8054 IFS="$lt_save_ifs"
8055 MAGIC_CMD="$lt_save_MAGIC_CMD"
8057 esac
8060 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8061 if test -n "$MAGIC_CMD"; then
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8063 $as_echo "$MAGIC_CMD" >&6; }
8064 else
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8066 $as_echo "no" >&6; }
8073 if test -z "$lt_cv_path_MAGIC_CMD"; then
8074 if test -n "$ac_tool_prefix"; then
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8076 $as_echo_n "checking for file... " >&6; }
8077 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8078 $as_echo_n "(cached) " >&6
8079 else
8080 case $MAGIC_CMD in
8081 [\\/*] | ?:[\\/]*)
8082 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8085 lt_save_MAGIC_CMD="$MAGIC_CMD"
8086 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8087 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8088 for ac_dir in $ac_dummy; do
8089 IFS="$lt_save_ifs"
8090 test -z "$ac_dir" && ac_dir=.
8091 if test -f $ac_dir/file; then
8092 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8093 if test -n "$file_magic_test_file"; then
8094 case $deplibs_check_method in
8095 "file_magic "*)
8096 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8097 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8098 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8099 $EGREP "$file_magic_regex" > /dev/null; then
8101 else
8102 cat <<_LT_EOF 1>&2
8104 *** Warning: the command libtool uses to detect shared libraries,
8105 *** $file_magic_cmd, produces output that libtool cannot recognize.
8106 *** The result is that libtool may fail to recognize shared libraries
8107 *** as such. This will affect the creation of libtool libraries that
8108 *** depend on shared libraries, but programs linked with such libtool
8109 *** libraries will work regardless of this problem. Nevertheless, you
8110 *** may want to report the problem to your system manager and/or to
8111 *** bug-libtool@gnu.org
8113 _LT_EOF
8114 fi ;;
8115 esac
8117 break
8119 done
8120 IFS="$lt_save_ifs"
8121 MAGIC_CMD="$lt_save_MAGIC_CMD"
8123 esac
8126 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8127 if test -n "$MAGIC_CMD"; then
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8129 $as_echo "$MAGIC_CMD" >&6; }
8130 else
8131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8132 $as_echo "no" >&6; }
8136 else
8137 MAGIC_CMD=:
8143 esac
8145 # Use C for the default configuration in the libtool script
8147 lt_save_CC="$CC"
8148 ac_ext=c
8149 ac_cpp='$CPP $CPPFLAGS'
8150 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8151 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8152 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8155 # Source file extension for C test sources.
8156 ac_ext=c
8158 # Object file extension for compiled C test sources.
8159 objext=o
8160 objext=$objext
8162 # Code to be used in simple compile tests
8163 lt_simple_compile_test_code="int some_variable = 0;"
8165 # Code to be used in simple link tests
8166 lt_simple_link_test_code='int main(){return(0);}'
8174 # If no C compiler was specified, use CC.
8175 LTCC=${LTCC-"$CC"}
8177 # If no C compiler flags were specified, use CFLAGS.
8178 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8180 # Allow CC to be a program name with arguments.
8181 compiler=$CC
8183 # Save the default compiler, since it gets overwritten when the other
8184 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8185 compiler_DEFAULT=$CC
8187 # save warnings/boilerplate of simple test code
8188 ac_outfile=conftest.$ac_objext
8189 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8190 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8191 _lt_compiler_boilerplate=`cat conftest.err`
8192 $RM conftest*
8194 ac_outfile=conftest.$ac_objext
8195 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8196 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8197 _lt_linker_boilerplate=`cat conftest.err`
8198 $RM -r conftest*
8201 ## CAVEAT EMPTOR:
8202 ## There is no encapsulation within the following macros, do not change
8203 ## the running order or otherwise move them around unless you know exactly
8204 ## what you are doing...
8205 if test -n "$compiler"; then
8207 lt_prog_compiler_no_builtin_flag=
8209 if test "$GCC" = yes; then
8210 case $cc_basename in
8211 nvcc*)
8212 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8214 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8215 esac
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8218 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8219 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8220 $as_echo_n "(cached) " >&6
8221 else
8222 lt_cv_prog_compiler_rtti_exceptions=no
8223 ac_outfile=conftest.$ac_objext
8224 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8225 lt_compiler_flag="-fno-rtti -fno-exceptions"
8226 # Insert the option either (1) after the last *FLAGS variable, or
8227 # (2) before a word containing "conftest.", or (3) at the end.
8228 # Note that $ac_compile itself does not contain backslashes and begins
8229 # with a dollar sign (not a hyphen), so the echo should work correctly.
8230 # The option is referenced via a variable to avoid confusing sed.
8231 lt_compile=`echo "$ac_compile" | $SED \
8232 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8233 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8234 -e 's:$: $lt_compiler_flag:'`
8235 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8236 (eval "$lt_compile" 2>conftest.err)
8237 ac_status=$?
8238 cat conftest.err >&5
8239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8240 if (exit $ac_status) && test -s "$ac_outfile"; then
8241 # The compiler can only warn and ignore the option if not recognized
8242 # So say no if there are warnings other than the usual output.
8243 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8244 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8245 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8246 lt_cv_prog_compiler_rtti_exceptions=yes
8249 $RM conftest*
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8253 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8255 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8256 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8257 else
8268 lt_prog_compiler_wl=
8269 lt_prog_compiler_pic=
8270 lt_prog_compiler_static=
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8273 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8275 if test "$GCC" = yes; then
8276 lt_prog_compiler_wl='-Wl,'
8277 lt_prog_compiler_static='-static'
8279 case $host_os in
8280 aix*)
8281 # All AIX code is PIC.
8282 if test "$host_cpu" = ia64; then
8283 # AIX 5 now supports IA64 processor
8284 lt_prog_compiler_static='-Bstatic'
8286 lt_prog_compiler_pic='-fPIC'
8289 amigaos*)
8290 case $host_cpu in
8291 powerpc)
8292 # see comment about AmigaOS4 .so support
8293 lt_prog_compiler_pic='-fPIC'
8295 m68k)
8296 # FIXME: we need at least 68020 code to build shared libraries, but
8297 # adding the `-m68020' flag to GCC prevents building anything better,
8298 # like `-m68040'.
8299 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8301 esac
8304 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8305 # PIC is the default for these OSes.
8308 mingw* | cygwin* | pw32* | os2* | cegcc*)
8309 # This hack is so that the source file can tell whether it is being
8310 # built for inclusion in a dll (and should export symbols for example).
8311 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8312 # (--disable-auto-import) libraries
8313 lt_prog_compiler_pic='-DDLL_EXPORT'
8316 darwin* | rhapsody*)
8317 # PIC is the default on this platform
8318 # Common symbols not allowed in MH_DYLIB files
8319 lt_prog_compiler_pic='-fno-common'
8322 haiku*)
8323 # PIC is the default for Haiku.
8324 # The "-static" flag exists, but is broken.
8325 lt_prog_compiler_static=
8328 hpux*)
8329 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8330 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8331 # sets the default TLS model and affects inlining.
8332 case $host_cpu in
8333 hppa*64*)
8334 # +Z the default
8337 lt_prog_compiler_pic='-fPIC'
8339 esac
8342 interix[3-9]*)
8343 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8344 # Instead, we relocate shared libraries at runtime.
8347 msdosdjgpp*)
8348 # Just because we use GCC doesn't mean we suddenly get shared libraries
8349 # on systems that don't support them.
8350 lt_prog_compiler_can_build_shared=no
8351 enable_shared=no
8354 *nto* | *qnx*)
8355 # QNX uses GNU C++, but need to define -shared option too, otherwise
8356 # it will coredump.
8357 lt_prog_compiler_pic='-fPIC -shared'
8360 sysv4*MP*)
8361 if test -d /usr/nec; then
8362 lt_prog_compiler_pic=-Kconform_pic
8367 lt_prog_compiler_pic='-fPIC'
8369 esac
8371 case $cc_basename in
8372 nvcc*) # Cuda Compiler Driver 2.2
8373 lt_prog_compiler_wl='-Xlinker '
8374 lt_prog_compiler_pic='-Xcompiler -fPIC'
8376 esac
8377 else
8378 # PORTME Check for flag to pass linker flags through the system compiler.
8379 case $host_os in
8380 aix*)
8381 lt_prog_compiler_wl='-Wl,'
8382 if test "$host_cpu" = ia64; then
8383 # AIX 5 now supports IA64 processor
8384 lt_prog_compiler_static='-Bstatic'
8385 else
8386 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8390 mingw* | cygwin* | pw32* | os2* | cegcc*)
8391 # This hack is so that the source file can tell whether it is being
8392 # built for inclusion in a dll (and should export symbols for example).
8393 lt_prog_compiler_pic='-DDLL_EXPORT'
8396 hpux9* | hpux10* | hpux11*)
8397 lt_prog_compiler_wl='-Wl,'
8398 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8399 # not for PA HP-UX.
8400 case $host_cpu in
8401 hppa*64*|ia64*)
8402 # +Z the default
8405 lt_prog_compiler_pic='+Z'
8407 esac
8408 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8409 lt_prog_compiler_static='${wl}-a ${wl}archive'
8412 irix5* | irix6* | nonstopux*)
8413 lt_prog_compiler_wl='-Wl,'
8414 # PIC (with -KPIC) is the default.
8415 lt_prog_compiler_static='-non_shared'
8418 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8419 case $cc_basename in
8420 # old Intel for x86_64 which still supported -KPIC.
8421 ecc*)
8422 lt_prog_compiler_wl='-Wl,'
8423 lt_prog_compiler_pic='-KPIC'
8424 lt_prog_compiler_static='-static'
8426 # icc used to be incompatible with GCC.
8427 # ICC 10 doesn't accept -KPIC any more.
8428 icc* | ifort*)
8429 lt_prog_compiler_wl='-Wl,'
8430 lt_prog_compiler_pic='-fPIC'
8431 lt_prog_compiler_static='-static'
8433 # Lahey Fortran 8.1.
8434 lf95*)
8435 lt_prog_compiler_wl='-Wl,'
8436 lt_prog_compiler_pic='--shared'
8437 lt_prog_compiler_static='--static'
8439 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8440 # Portland Group compilers (*not* the Pentium gcc compiler,
8441 # which looks to be a dead project)
8442 lt_prog_compiler_wl='-Wl,'
8443 lt_prog_compiler_pic='-fpic'
8444 lt_prog_compiler_static='-Bstatic'
8446 ccc*)
8447 lt_prog_compiler_wl='-Wl,'
8448 # All Alpha code is PIC.
8449 lt_prog_compiler_static='-non_shared'
8451 xl* | bgxl* | bgf* | mpixl*)
8452 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8453 lt_prog_compiler_wl='-Wl,'
8454 lt_prog_compiler_pic='-qpic'
8455 lt_prog_compiler_static='-qstaticlink'
8458 case `$CC -V 2>&1 | sed 5q` in
8459 *Sun\ F* | *Sun*Fortran*)
8460 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8461 lt_prog_compiler_pic='-KPIC'
8462 lt_prog_compiler_static='-Bstatic'
8463 lt_prog_compiler_wl=''
8465 *Sun\ C*)
8466 # Sun C 5.9
8467 lt_prog_compiler_pic='-KPIC'
8468 lt_prog_compiler_static='-Bstatic'
8469 lt_prog_compiler_wl='-Wl,'
8471 esac
8473 esac
8476 newsos6)
8477 lt_prog_compiler_pic='-KPIC'
8478 lt_prog_compiler_static='-Bstatic'
8481 *nto* | *qnx*)
8482 # QNX uses GNU C++, but need to define -shared option too, otherwise
8483 # it will coredump.
8484 lt_prog_compiler_pic='-fPIC -shared'
8487 osf3* | osf4* | osf5*)
8488 lt_prog_compiler_wl='-Wl,'
8489 # All OSF/1 code is PIC.
8490 lt_prog_compiler_static='-non_shared'
8493 rdos*)
8494 lt_prog_compiler_static='-non_shared'
8497 solaris*)
8498 lt_prog_compiler_pic='-KPIC'
8499 lt_prog_compiler_static='-Bstatic'
8500 case $cc_basename in
8501 f77* | f90* | f95*)
8502 lt_prog_compiler_wl='-Qoption ld ';;
8504 lt_prog_compiler_wl='-Wl,';;
8505 esac
8508 sunos4*)
8509 lt_prog_compiler_wl='-Qoption ld '
8510 lt_prog_compiler_pic='-PIC'
8511 lt_prog_compiler_static='-Bstatic'
8514 sysv4 | sysv4.2uw2* | sysv4.3*)
8515 lt_prog_compiler_wl='-Wl,'
8516 lt_prog_compiler_pic='-KPIC'
8517 lt_prog_compiler_static='-Bstatic'
8520 sysv4*MP*)
8521 if test -d /usr/nec ;then
8522 lt_prog_compiler_pic='-Kconform_pic'
8523 lt_prog_compiler_static='-Bstatic'
8527 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8528 lt_prog_compiler_wl='-Wl,'
8529 lt_prog_compiler_pic='-KPIC'
8530 lt_prog_compiler_static='-Bstatic'
8533 unicos*)
8534 lt_prog_compiler_wl='-Wl,'
8535 lt_prog_compiler_can_build_shared=no
8538 uts4*)
8539 lt_prog_compiler_pic='-pic'
8540 lt_prog_compiler_static='-Bstatic'
8544 lt_prog_compiler_can_build_shared=no
8546 esac
8549 case $host_os in
8550 # For platforms which do not support PIC, -DPIC is meaningless:
8551 *djgpp*)
8552 lt_prog_compiler_pic=
8555 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8557 esac
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8559 $as_echo "$lt_prog_compiler_pic" >&6; }
8567 # Check to make sure the PIC flag actually works.
8569 if test -n "$lt_prog_compiler_pic"; then
8570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8571 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8572 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8573 $as_echo_n "(cached) " >&6
8574 else
8575 lt_cv_prog_compiler_pic_works=no
8576 ac_outfile=conftest.$ac_objext
8577 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8578 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8579 # Insert the option either (1) after the last *FLAGS variable, or
8580 # (2) before a word containing "conftest.", or (3) at the end.
8581 # Note that $ac_compile itself does not contain backslashes and begins
8582 # with a dollar sign (not a hyphen), so the echo should work correctly.
8583 # The option is referenced via a variable to avoid confusing sed.
8584 lt_compile=`echo "$ac_compile" | $SED \
8585 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8586 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8587 -e 's:$: $lt_compiler_flag:'`
8588 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8589 (eval "$lt_compile" 2>conftest.err)
8590 ac_status=$?
8591 cat conftest.err >&5
8592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8593 if (exit $ac_status) && test -s "$ac_outfile"; then
8594 # The compiler can only warn and ignore the option if not recognized
8595 # So say no if there are warnings other than the usual output.
8596 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8597 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8598 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8599 lt_cv_prog_compiler_pic_works=yes
8602 $RM conftest*
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8606 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8608 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8609 case $lt_prog_compiler_pic in
8610 "" | " "*) ;;
8611 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8612 esac
8613 else
8614 lt_prog_compiler_pic=
8615 lt_prog_compiler_can_build_shared=no
8626 # Check to make sure the static flag actually works.
8628 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8630 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8631 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8632 $as_echo_n "(cached) " >&6
8633 else
8634 lt_cv_prog_compiler_static_works=no
8635 save_LDFLAGS="$LDFLAGS"
8636 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8637 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8638 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8639 # The linker can only warn and ignore the option if not recognized
8640 # So say no if there are warnings
8641 if test -s conftest.err; then
8642 # Append any errors to the config.log.
8643 cat conftest.err 1>&5
8644 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8645 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8646 if diff conftest.exp conftest.er2 >/dev/null; then
8647 lt_cv_prog_compiler_static_works=yes
8649 else
8650 lt_cv_prog_compiler_static_works=yes
8653 $RM -r conftest*
8654 LDFLAGS="$save_LDFLAGS"
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8658 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8660 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8662 else
8663 lt_prog_compiler_static=
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8673 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8674 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8675 $as_echo_n "(cached) " >&6
8676 else
8677 lt_cv_prog_compiler_c_o=no
8678 $RM -r conftest 2>/dev/null
8679 mkdir conftest
8680 cd conftest
8681 mkdir out
8682 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8684 lt_compiler_flag="-o out/conftest2.$ac_objext"
8685 # Insert the option either (1) after the last *FLAGS variable, or
8686 # (2) before a word containing "conftest.", or (3) at the end.
8687 # Note that $ac_compile itself does not contain backslashes and begins
8688 # with a dollar sign (not a hyphen), so the echo should work correctly.
8689 lt_compile=`echo "$ac_compile" | $SED \
8690 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8691 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8692 -e 's:$: $lt_compiler_flag:'`
8693 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8694 (eval "$lt_compile" 2>out/conftest.err)
8695 ac_status=$?
8696 cat out/conftest.err >&5
8697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8698 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8699 then
8700 # The compiler can only warn and ignore the option if not recognized
8701 # So say no if there are warnings
8702 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8703 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8704 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8705 lt_cv_prog_compiler_c_o=yes
8708 chmod u+w . 2>&5
8709 $RM conftest*
8710 # SGI C++ compiler will create directory out/ii_files/ for
8711 # template instantiation
8712 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8713 $RM out/* && rmdir out
8714 cd ..
8715 $RM -r conftest
8716 $RM conftest*
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8720 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8728 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8729 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8730 $as_echo_n "(cached) " >&6
8731 else
8732 lt_cv_prog_compiler_c_o=no
8733 $RM -r conftest 2>/dev/null
8734 mkdir conftest
8735 cd conftest
8736 mkdir out
8737 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8739 lt_compiler_flag="-o out/conftest2.$ac_objext"
8740 # Insert the option either (1) after the last *FLAGS variable, or
8741 # (2) before a word containing "conftest.", or (3) at the end.
8742 # Note that $ac_compile itself does not contain backslashes and begins
8743 # with a dollar sign (not a hyphen), so the echo should work correctly.
8744 lt_compile=`echo "$ac_compile" | $SED \
8745 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8746 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8747 -e 's:$: $lt_compiler_flag:'`
8748 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8749 (eval "$lt_compile" 2>out/conftest.err)
8750 ac_status=$?
8751 cat out/conftest.err >&5
8752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8753 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8754 then
8755 # The compiler can only warn and ignore the option if not recognized
8756 # So say no if there are warnings
8757 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8758 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8759 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8760 lt_cv_prog_compiler_c_o=yes
8763 chmod u+w . 2>&5
8764 $RM conftest*
8765 # SGI C++ compiler will create directory out/ii_files/ for
8766 # template instantiation
8767 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8768 $RM out/* && rmdir out
8769 cd ..
8770 $RM -r conftest
8771 $RM conftest*
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8775 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8780 hard_links="nottested"
8781 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8782 # do not overwrite the value of need_locks provided by the user
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8784 $as_echo_n "checking if we can lock with hard links... " >&6; }
8785 hard_links=yes
8786 $RM conftest*
8787 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8788 touch conftest.a
8789 ln conftest.a conftest.b 2>&5 || hard_links=no
8790 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8792 $as_echo "$hard_links" >&6; }
8793 if test "$hard_links" = no; then
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8795 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8796 need_locks=warn
8798 else
8799 need_locks=no
8807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8808 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8810 runpath_var=
8811 allow_undefined_flag=
8812 always_export_symbols=no
8813 archive_cmds=
8814 archive_expsym_cmds=
8815 compiler_needs_object=no
8816 enable_shared_with_static_runtimes=no
8817 export_dynamic_flag_spec=
8818 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8819 hardcode_automatic=no
8820 hardcode_direct=no
8821 hardcode_direct_absolute=no
8822 hardcode_libdir_flag_spec=
8823 hardcode_libdir_flag_spec_ld=
8824 hardcode_libdir_separator=
8825 hardcode_minus_L=no
8826 hardcode_shlibpath_var=unsupported
8827 inherit_rpath=no
8828 link_all_deplibs=unknown
8829 module_cmds=
8830 module_expsym_cmds=
8831 old_archive_from_new_cmds=
8832 old_archive_from_expsyms_cmds=
8833 thread_safe_flag_spec=
8834 whole_archive_flag_spec=
8835 # include_expsyms should be a list of space-separated symbols to be *always*
8836 # included in the symbol list
8837 include_expsyms=
8838 # exclude_expsyms can be an extended regexp of symbols to exclude
8839 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8840 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8841 # as well as any symbol that contains `d'.
8842 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8843 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8844 # platforms (ab)use it in PIC code, but their linkers get confused if
8845 # the symbol is explicitly referenced. Since portable code cannot
8846 # rely on this symbol name, it's probably fine to never include it in
8847 # preloaded symbol tables.
8848 # Exclude shared library initialization/finalization symbols.
8849 extract_expsyms_cmds=
8851 case $host_os in
8852 cygwin* | mingw* | pw32* | cegcc*)
8853 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8854 # When not using gcc, we currently assume that we are using
8855 # Microsoft Visual C++.
8856 if test "$GCC" != yes; then
8857 with_gnu_ld=no
8860 interix*)
8861 # we just hope/assume this is gcc and not c89 (= MSVC++)
8862 with_gnu_ld=yes
8864 openbsd*)
8865 with_gnu_ld=no
8867 esac
8869 ld_shlibs=yes
8871 # On some targets, GNU ld is compatible enough with the native linker
8872 # that we're better off using the native interface for both.
8873 lt_use_gnu_ld_interface=no
8874 if test "$with_gnu_ld" = yes; then
8875 case $host_os in
8876 aix*)
8877 # The AIX port of GNU ld has always aspired to compatibility
8878 # with the native linker. However, as the warning in the GNU ld
8879 # block says, versions before 2.19.5* couldn't really create working
8880 # shared libraries, regardless of the interface used.
8881 case `$LD -v 2>&1` in
8882 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8883 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8884 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8886 lt_use_gnu_ld_interface=yes
8888 esac
8891 lt_use_gnu_ld_interface=yes
8893 esac
8896 if test "$lt_use_gnu_ld_interface" = yes; then
8897 # If archive_cmds runs LD, not CC, wlarc should be empty
8898 wlarc='${wl}'
8900 # Set some defaults for GNU ld with shared library support. These
8901 # are reset later if shared libraries are not supported. Putting them
8902 # here allows them to be overridden if necessary.
8903 runpath_var=LD_RUN_PATH
8904 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8905 export_dynamic_flag_spec='${wl}--export-dynamic'
8906 # ancient GNU ld didn't support --whole-archive et. al.
8907 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8908 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8909 else
8910 whole_archive_flag_spec=
8912 supports_anon_versioning=no
8913 case `$LD -v 2>&1` in
8914 *GNU\ gold*) supports_anon_versioning=yes ;;
8915 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8916 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8917 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8918 *\ 2.11.*) ;; # other 2.11 versions
8919 *) supports_anon_versioning=yes ;;
8920 esac
8922 # See if GNU ld supports shared libraries.
8923 case $host_os in
8924 aix[3-9]*)
8925 # On AIX/PPC, the GNU linker is very broken
8926 if test "$host_cpu" != ia64; then
8927 ld_shlibs=no
8928 cat <<_LT_EOF 1>&2
8930 *** Warning: the GNU linker, at least up to release 2.19, is reported
8931 *** to be unable to reliably create shared libraries on AIX.
8932 *** Therefore, libtool is disabling shared libraries support. If you
8933 *** really care for shared libraries, you may want to install binutils
8934 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8935 *** You will then need to restart the configuration process.
8937 _LT_EOF
8941 amigaos*)
8942 case $host_cpu in
8943 powerpc)
8944 # see comment about AmigaOS4 .so support
8945 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8946 archive_expsym_cmds=''
8948 m68k)
8949 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)'
8950 hardcode_libdir_flag_spec='-L$libdir'
8951 hardcode_minus_L=yes
8953 esac
8956 beos*)
8957 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8958 allow_undefined_flag=unsupported
8959 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8960 # support --undefined. This deserves some investigation. FIXME
8961 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8962 else
8963 ld_shlibs=no
8967 cygwin* | mingw* | pw32* | cegcc*)
8968 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8969 # as there is no search path for DLLs.
8970 hardcode_libdir_flag_spec='-L$libdir'
8971 export_dynamic_flag_spec='${wl}--export-all-symbols'
8972 allow_undefined_flag=unsupported
8973 always_export_symbols=no
8974 enable_shared_with_static_runtimes=yes
8975 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8977 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8978 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8979 # If the export-symbols file already is a .def file (1st line
8980 # is EXPORTS), use it as is; otherwise, prepend...
8981 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8982 cp $export_symbols $output_objdir/$soname.def;
8983 else
8984 echo EXPORTS > $output_objdir/$soname.def;
8985 cat $export_symbols >> $output_objdir/$soname.def;
8987 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8988 else
8989 ld_shlibs=no
8993 haiku*)
8994 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8995 link_all_deplibs=yes
8998 interix[3-9]*)
8999 hardcode_direct=no
9000 hardcode_shlibpath_var=no
9001 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9002 export_dynamic_flag_spec='${wl}-E'
9003 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9004 # Instead, shared libraries are loaded at an image base (0x10000000 by
9005 # default) and relocated if they conflict, which is a slow very memory
9006 # consuming and fragmenting process. To avoid this, we pick a random,
9007 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9008 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9009 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9010 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'
9013 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9014 tmp_diet=no
9015 if test "$host_os" = linux-dietlibc; then
9016 case $cc_basename in
9017 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9018 esac
9020 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9021 && test "$tmp_diet" = no
9022 then
9023 tmp_addflag=' $pic_flag'
9024 tmp_sharedflag='-shared'
9025 case $cc_basename,$host_cpu in
9026 pgcc*) # Portland Group C compiler
9027 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'
9028 tmp_addflag=' $pic_flag'
9030 pgf77* | pgf90* | pgf95* | pgfortran*)
9031 # Portland Group f77 and f90 compilers
9032 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'
9033 tmp_addflag=' $pic_flag -Mnomain' ;;
9034 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9035 tmp_addflag=' -i_dynamic' ;;
9036 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9037 tmp_addflag=' -i_dynamic -nofor_main' ;;
9038 ifc* | ifort*) # Intel Fortran compiler
9039 tmp_addflag=' -nofor_main' ;;
9040 lf95*) # Lahey Fortran 8.1
9041 whole_archive_flag_spec=
9042 tmp_sharedflag='--shared' ;;
9043 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9044 tmp_sharedflag='-qmkshrobj'
9045 tmp_addflag= ;;
9046 nvcc*) # Cuda Compiler Driver 2.2
9047 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'
9048 compiler_needs_object=yes
9050 esac
9051 case `$CC -V 2>&1 | sed 5q` in
9052 *Sun\ C*) # Sun C 5.9
9053 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'
9054 compiler_needs_object=yes
9055 tmp_sharedflag='-G' ;;
9056 *Sun\ F*) # Sun Fortran 8.3
9057 tmp_sharedflag='-G' ;;
9058 esac
9059 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9061 if test "x$supports_anon_versioning" = xyes; then
9062 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9063 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9064 echo "local: *; };" >> $output_objdir/$libname.ver~
9065 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9068 case $cc_basename in
9069 xlf* | bgf* | bgxlf* | mpixlf*)
9070 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9071 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9072 hardcode_libdir_flag_spec=
9073 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9074 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9075 if test "x$supports_anon_versioning" = xyes; then
9076 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9077 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9078 echo "local: *; };" >> $output_objdir/$libname.ver~
9079 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9082 esac
9083 else
9084 ld_shlibs=no
9088 netbsd*)
9089 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9090 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9091 wlarc=
9092 else
9093 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9094 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9098 solaris*)
9099 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9100 ld_shlibs=no
9101 cat <<_LT_EOF 1>&2
9103 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9104 *** create shared libraries on Solaris systems. Therefore, libtool
9105 *** is disabling shared libraries support. We urge you to upgrade GNU
9106 *** binutils to release 2.9.1 or newer. Another option is to modify
9107 *** your PATH or compiler configuration so that the native linker is
9108 *** used, and then restart.
9110 _LT_EOF
9111 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9112 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9113 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9114 else
9115 ld_shlibs=no
9119 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9120 case `$LD -v 2>&1` in
9121 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9122 ld_shlibs=no
9123 cat <<_LT_EOF 1>&2
9125 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9126 *** reliably create shared libraries on SCO systems. Therefore, libtool
9127 *** is disabling shared libraries support. We urge you to upgrade GNU
9128 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9129 *** your PATH or compiler configuration so that the native linker is
9130 *** used, and then restart.
9132 _LT_EOF
9135 # For security reasons, it is highly recommended that you always
9136 # use absolute paths for naming shared libraries, and exclude the
9137 # DT_RUNPATH tag from executables and libraries. But doing so
9138 # requires that you compile everything twice, which is a pain.
9139 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9140 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9141 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9142 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9143 else
9144 ld_shlibs=no
9147 esac
9150 sunos4*)
9151 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9152 wlarc=
9153 hardcode_direct=yes
9154 hardcode_shlibpath_var=no
9158 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9159 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9160 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9161 else
9162 ld_shlibs=no
9165 esac
9167 if test "$ld_shlibs" = no; then
9168 runpath_var=
9169 hardcode_libdir_flag_spec=
9170 export_dynamic_flag_spec=
9171 whole_archive_flag_spec=
9173 else
9174 # PORTME fill in a description of your system's linker (not GNU ld)
9175 case $host_os in
9176 aix3*)
9177 allow_undefined_flag=unsupported
9178 always_export_symbols=yes
9179 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'
9180 # Note: this linker hardcodes the directories in LIBPATH if there
9181 # are no directories specified by -L.
9182 hardcode_minus_L=yes
9183 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9184 # Neither direct hardcoding nor static linking is supported with a
9185 # broken collect2.
9186 hardcode_direct=unsupported
9190 aix[4-9]*)
9191 if test "$host_cpu" = ia64; then
9192 # On IA64, the linker does run time linking by default, so we don't
9193 # have to do anything special.
9194 aix_use_runtimelinking=no
9195 exp_sym_flag='-Bexport'
9196 no_entry_flag=""
9197 else
9198 # If we're using GNU nm, then we don't want the "-C" option.
9199 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9200 # Also, AIX nm treats weak defined symbols like other global
9201 # defined symbols, whereas GNU nm marks them as "W".
9202 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9203 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'
9204 else
9205 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'
9207 aix_use_runtimelinking=no
9209 # Test if we are trying to use run time linking or normal
9210 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9211 # need to do runtime linking.
9212 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9213 for ld_flag in $LDFLAGS; do
9214 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9215 aix_use_runtimelinking=yes
9216 break
9218 done
9220 esac
9222 exp_sym_flag='-bexport'
9223 no_entry_flag='-bnoentry'
9226 # When large executables or shared objects are built, AIX ld can
9227 # have problems creating the table of contents. If linking a library
9228 # or program results in "error TOC overflow" add -mminimal-toc to
9229 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9230 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9232 archive_cmds=''
9233 hardcode_direct=yes
9234 hardcode_direct_absolute=yes
9235 hardcode_libdir_separator=':'
9236 link_all_deplibs=yes
9237 file_list_spec='${wl}-f,'
9239 if test "$GCC" = yes; then
9240 case $host_os in aix4.[012]|aix4.[012].*)
9241 # We only want to do this on AIX 4.2 and lower, the check
9242 # below for broken collect2 doesn't work under 4.3+
9243 collect2name=`${CC} -print-prog-name=collect2`
9244 if test -f "$collect2name" &&
9245 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9246 then
9247 # We have reworked collect2
9249 else
9250 # We have old collect2
9251 hardcode_direct=unsupported
9252 # It fails to find uninstalled libraries when the uninstalled
9253 # path is not listed in the libpath. Setting hardcode_minus_L
9254 # to unsupported forces relinking
9255 hardcode_minus_L=yes
9256 hardcode_libdir_flag_spec='-L$libdir'
9257 hardcode_libdir_separator=
9260 esac
9261 shared_flag='-shared'
9262 if test "$aix_use_runtimelinking" = yes; then
9263 shared_flag="$shared_flag "'${wl}-G'
9265 else
9266 # not using gcc
9267 if test "$host_cpu" = ia64; then
9268 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9269 # chokes on -Wl,-G. The following line is correct:
9270 shared_flag='-G'
9271 else
9272 if test "$aix_use_runtimelinking" = yes; then
9273 shared_flag='${wl}-G'
9274 else
9275 shared_flag='${wl}-bM:SRE'
9280 export_dynamic_flag_spec='${wl}-bexpall'
9281 # It seems that -bexpall does not export symbols beginning with
9282 # underscore (_), so it is better to generate a list of symbols to export.
9283 always_export_symbols=yes
9284 if test "$aix_use_runtimelinking" = yes; then
9285 # Warning - without using the other runtime loading flags (-brtl),
9286 # -berok will link without error, but may produce a broken library.
9287 allow_undefined_flag='-berok'
9288 # Determine the default libpath from the value encoded in an
9289 # empty executable.
9290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9291 /* end confdefs.h. */
9294 main ()
9298 return 0;
9300 _ACEOF
9301 if ac_fn_c_try_link "$LINENO"; then :
9303 lt_aix_libpath_sed='
9304 /Import File Strings/,/^$/ {
9305 /^0/ {
9306 s/^0 *\(.*\)$/\1/
9310 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9311 # Check for a 64-bit object if we didn't find anything.
9312 if test -z "$aix_libpath"; then
9313 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9316 rm -f core conftest.err conftest.$ac_objext \
9317 conftest$ac_exeext conftest.$ac_ext
9318 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9320 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9321 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"
9322 else
9323 if test "$host_cpu" = ia64; then
9324 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9325 allow_undefined_flag="-z nodefs"
9326 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"
9327 else
9328 # Determine the default libpath from the value encoded in an
9329 # empty executable.
9330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9331 /* end confdefs.h. */
9334 main ()
9338 return 0;
9340 _ACEOF
9341 if ac_fn_c_try_link "$LINENO"; then :
9343 lt_aix_libpath_sed='
9344 /Import File Strings/,/^$/ {
9345 /^0/ {
9346 s/^0 *\(.*\)$/\1/
9350 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9351 # Check for a 64-bit object if we didn't find anything.
9352 if test -z "$aix_libpath"; then
9353 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9356 rm -f core conftest.err conftest.$ac_objext \
9357 conftest$ac_exeext conftest.$ac_ext
9358 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9360 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9361 # Warning - without using the other run time loading flags,
9362 # -berok will link without error, but may produce a broken library.
9363 no_undefined_flag=' ${wl}-bernotok'
9364 allow_undefined_flag=' ${wl}-berok'
9365 if test "$with_gnu_ld" = yes; then
9366 # We only use this code for GNU lds that support --whole-archive.
9367 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9368 else
9369 # Exported symbols can be pulled into shared objects from archives
9370 whole_archive_flag_spec='$convenience'
9372 archive_cmds_need_lc=yes
9373 # This is similar to how AIX traditionally builds its shared libraries.
9374 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'
9379 amigaos*)
9380 case $host_cpu in
9381 powerpc)
9382 # see comment about AmigaOS4 .so support
9383 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9384 archive_expsym_cmds=''
9386 m68k)
9387 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)'
9388 hardcode_libdir_flag_spec='-L$libdir'
9389 hardcode_minus_L=yes
9391 esac
9394 bsdi[45]*)
9395 export_dynamic_flag_spec=-rdynamic
9398 cygwin* | mingw* | pw32* | cegcc*)
9399 # When not using gcc, we currently assume that we are using
9400 # Microsoft Visual C++.
9401 # hardcode_libdir_flag_spec is actually meaningless, as there is
9402 # no search path for DLLs.
9403 hardcode_libdir_flag_spec=' '
9404 allow_undefined_flag=unsupported
9405 # Tell ltmain to make .lib files, not .a files.
9406 libext=lib
9407 # Tell ltmain to make .dll files, not .so files.
9408 shrext_cmds=".dll"
9409 # FIXME: Setting linknames here is a bad hack.
9410 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9411 # The linker will automatically build a .lib file if we build a DLL.
9412 old_archive_from_new_cmds='true'
9413 # FIXME: Should let the user specify the lib program.
9414 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9415 fix_srcfile_path='`cygpath -w "$srcfile"`'
9416 enable_shared_with_static_runtimes=yes
9419 darwin* | rhapsody*)
9422 archive_cmds_need_lc=no
9423 hardcode_direct=no
9424 hardcode_automatic=yes
9425 hardcode_shlibpath_var=unsupported
9426 if test "$lt_cv_ld_force_load" = "yes"; then
9427 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\"`'
9428 else
9429 whole_archive_flag_spec=''
9431 link_all_deplibs=yes
9432 allow_undefined_flag="$_lt_dar_allow_undefined"
9433 case $cc_basename in
9434 ifort*) _lt_dar_can_shared=yes ;;
9435 *) _lt_dar_can_shared=$GCC ;;
9436 esac
9437 if test "$_lt_dar_can_shared" = "yes"; then
9438 output_verbose_link_cmd=func_echo_all
9439 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9440 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9441 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}"
9442 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}"
9444 else
9445 ld_shlibs=no
9450 dgux*)
9451 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9452 hardcode_libdir_flag_spec='-L$libdir'
9453 hardcode_shlibpath_var=no
9456 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9457 # support. Future versions do this automatically, but an explicit c++rt0.o
9458 # does not break anything, and helps significantly (at the cost of a little
9459 # extra space).
9460 freebsd2.2*)
9461 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9462 hardcode_libdir_flag_spec='-R$libdir'
9463 hardcode_direct=yes
9464 hardcode_shlibpath_var=no
9467 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9468 freebsd2.*)
9469 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9470 hardcode_direct=yes
9471 hardcode_minus_L=yes
9472 hardcode_shlibpath_var=no
9475 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9476 freebsd* | dragonfly*)
9477 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9478 hardcode_libdir_flag_spec='-R$libdir'
9479 hardcode_direct=yes
9480 hardcode_shlibpath_var=no
9483 hpux9*)
9484 if test "$GCC" = yes; then
9485 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'
9486 else
9487 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'
9489 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9490 hardcode_libdir_separator=:
9491 hardcode_direct=yes
9493 # hardcode_minus_L: Not really in the search PATH,
9494 # but as the default location of the library.
9495 hardcode_minus_L=yes
9496 export_dynamic_flag_spec='${wl}-E'
9499 hpux10*)
9500 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9501 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9502 else
9503 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9505 if test "$with_gnu_ld" = no; then
9506 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9507 hardcode_libdir_flag_spec_ld='+b $libdir'
9508 hardcode_libdir_separator=:
9509 hardcode_direct=yes
9510 hardcode_direct_absolute=yes
9511 export_dynamic_flag_spec='${wl}-E'
9512 # hardcode_minus_L: Not really in the search PATH,
9513 # but as the default location of the library.
9514 hardcode_minus_L=yes
9518 hpux11*)
9519 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9520 case $host_cpu in
9521 hppa*64*)
9522 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9524 ia64*)
9525 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9528 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9530 esac
9531 else
9532 case $host_cpu in
9533 hppa*64*)
9534 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9536 ia64*)
9537 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9541 # Older versions of the 11.00 compiler do not understand -b yet
9542 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9544 $as_echo_n "checking if $CC understands -b... " >&6; }
9545 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9546 $as_echo_n "(cached) " >&6
9547 else
9548 lt_cv_prog_compiler__b=no
9549 save_LDFLAGS="$LDFLAGS"
9550 LDFLAGS="$LDFLAGS -b"
9551 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9552 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9553 # The linker can only warn and ignore the option if not recognized
9554 # So say no if there are warnings
9555 if test -s conftest.err; then
9556 # Append any errors to the config.log.
9557 cat conftest.err 1>&5
9558 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9559 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9560 if diff conftest.exp conftest.er2 >/dev/null; then
9561 lt_cv_prog_compiler__b=yes
9563 else
9564 lt_cv_prog_compiler__b=yes
9567 $RM -r conftest*
9568 LDFLAGS="$save_LDFLAGS"
9571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9572 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9574 if test x"$lt_cv_prog_compiler__b" = xyes; then
9575 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9576 else
9577 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9581 esac
9583 if test "$with_gnu_ld" = no; then
9584 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9585 hardcode_libdir_separator=:
9587 case $host_cpu in
9588 hppa*64*|ia64*)
9589 hardcode_direct=no
9590 hardcode_shlibpath_var=no
9593 hardcode_direct=yes
9594 hardcode_direct_absolute=yes
9595 export_dynamic_flag_spec='${wl}-E'
9597 # hardcode_minus_L: Not really in the search PATH,
9598 # but as the default location of the library.
9599 hardcode_minus_L=yes
9601 esac
9605 irix5* | irix6* | nonstopux*)
9606 if test "$GCC" = yes; then
9607 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'
9608 # Try to use the -exported_symbol ld option, if it does not
9609 # work, assume that -exports_file does not work either and
9610 # implicitly export all symbols.
9611 save_LDFLAGS="$LDFLAGS"
9612 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9614 /* end confdefs.h. */
9615 int foo(void) {}
9616 _ACEOF
9617 if ac_fn_c_try_link "$LINENO"; then :
9618 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'
9621 rm -f core conftest.err conftest.$ac_objext \
9622 conftest$ac_exeext conftest.$ac_ext
9623 LDFLAGS="$save_LDFLAGS"
9624 else
9625 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'
9626 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'
9628 archive_cmds_need_lc='no'
9629 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9630 hardcode_libdir_separator=:
9631 inherit_rpath=yes
9632 link_all_deplibs=yes
9635 netbsd*)
9636 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9637 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9638 else
9639 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9641 hardcode_libdir_flag_spec='-R$libdir'
9642 hardcode_direct=yes
9643 hardcode_shlibpath_var=no
9646 newsos6)
9647 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9648 hardcode_direct=yes
9649 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9650 hardcode_libdir_separator=:
9651 hardcode_shlibpath_var=no
9654 *nto* | *qnx*)
9657 openbsd*)
9658 if test -f /usr/libexec/ld.so; then
9659 hardcode_direct=yes
9660 hardcode_shlibpath_var=no
9661 hardcode_direct_absolute=yes
9662 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9663 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9664 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9665 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9666 export_dynamic_flag_spec='${wl}-E'
9667 else
9668 case $host_os in
9669 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9670 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9671 hardcode_libdir_flag_spec='-R$libdir'
9674 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9675 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9677 esac
9679 else
9680 ld_shlibs=no
9684 os2*)
9685 hardcode_libdir_flag_spec='-L$libdir'
9686 hardcode_minus_L=yes
9687 allow_undefined_flag=unsupported
9688 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'
9689 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9692 osf3*)
9693 if test "$GCC" = yes; then
9694 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9695 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'
9696 else
9697 allow_undefined_flag=' -expect_unresolved \*'
9698 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'
9700 archive_cmds_need_lc='no'
9701 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9702 hardcode_libdir_separator=:
9705 osf4* | osf5*) # as osf3* with the addition of -msym flag
9706 if test "$GCC" = yes; then
9707 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9708 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'
9709 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9710 else
9711 allow_undefined_flag=' -expect_unresolved \*'
9712 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'
9713 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~
9714 $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'
9716 # Both c and cxx compiler support -rpath directly
9717 hardcode_libdir_flag_spec='-rpath $libdir'
9719 archive_cmds_need_lc='no'
9720 hardcode_libdir_separator=:
9723 solaris*)
9724 no_undefined_flag=' -z defs'
9725 if test "$GCC" = yes; then
9726 wlarc='${wl}'
9727 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9728 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9729 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9730 else
9731 case `$CC -V 2>&1` in
9732 *"Compilers 5.0"*)
9733 wlarc=''
9734 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9735 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9736 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9739 wlarc='${wl}'
9740 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9741 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9742 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9744 esac
9746 hardcode_libdir_flag_spec='-R$libdir'
9747 hardcode_shlibpath_var=no
9748 case $host_os in
9749 solaris2.[0-5] | solaris2.[0-5].*) ;;
9751 # The compiler driver will combine and reorder linker options,
9752 # but understands `-z linker_flag'. GCC discards it without `$wl',
9753 # but is careful enough not to reorder.
9754 # Supported since Solaris 2.6 (maybe 2.5.1?)
9755 if test "$GCC" = yes; then
9756 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9757 else
9758 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9761 esac
9762 link_all_deplibs=yes
9765 sunos4*)
9766 if test "x$host_vendor" = xsequent; then
9767 # Use $CC to link under sequent, because it throws in some extra .o
9768 # files that make .init and .fini sections work.
9769 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9770 else
9771 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9773 hardcode_libdir_flag_spec='-L$libdir'
9774 hardcode_direct=yes
9775 hardcode_minus_L=yes
9776 hardcode_shlibpath_var=no
9779 sysv4)
9780 case $host_vendor in
9781 sni)
9782 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9783 hardcode_direct=yes # is this really true???
9785 siemens)
9786 ## LD is ld it makes a PLAMLIB
9787 ## CC just makes a GrossModule.
9788 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9789 reload_cmds='$CC -r -o $output$reload_objs'
9790 hardcode_direct=no
9792 motorola)
9793 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9794 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9796 esac
9797 runpath_var='LD_RUN_PATH'
9798 hardcode_shlibpath_var=no
9801 sysv4.3*)
9802 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9803 hardcode_shlibpath_var=no
9804 export_dynamic_flag_spec='-Bexport'
9807 sysv4*MP*)
9808 if test -d /usr/nec; then
9809 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9810 hardcode_shlibpath_var=no
9811 runpath_var=LD_RUN_PATH
9812 hardcode_runpath_var=yes
9813 ld_shlibs=yes
9817 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9818 no_undefined_flag='${wl}-z,text'
9819 archive_cmds_need_lc=no
9820 hardcode_shlibpath_var=no
9821 runpath_var='LD_RUN_PATH'
9823 if test "$GCC" = yes; then
9824 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9825 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9826 else
9827 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9828 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9832 sysv5* | sco3.2v5* | sco5v6*)
9833 # Note: We can NOT use -z defs as we might desire, because we do not
9834 # link with -lc, and that would cause any symbols used from libc to
9835 # always be unresolved, which means just about no library would
9836 # ever link correctly. If we're not using GNU ld we use -z text
9837 # though, which does catch some bad symbols but isn't as heavy-handed
9838 # as -z defs.
9839 no_undefined_flag='${wl}-z,text'
9840 allow_undefined_flag='${wl}-z,nodefs'
9841 archive_cmds_need_lc=no
9842 hardcode_shlibpath_var=no
9843 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9844 hardcode_libdir_separator=':'
9845 link_all_deplibs=yes
9846 export_dynamic_flag_spec='${wl}-Bexport'
9847 runpath_var='LD_RUN_PATH'
9849 if test "$GCC" = yes; then
9850 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9851 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9852 else
9853 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9854 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9858 uts4*)
9859 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9860 hardcode_libdir_flag_spec='-L$libdir'
9861 hardcode_shlibpath_var=no
9865 ld_shlibs=no
9867 esac
9869 if test x$host_vendor = xsni; then
9870 case $host in
9871 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9872 export_dynamic_flag_spec='${wl}-Blargedynsym'
9874 esac
9878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9879 $as_echo "$ld_shlibs" >&6; }
9880 test "$ld_shlibs" = no && can_build_shared=no
9882 with_gnu_ld=$with_gnu_ld
9899 # Do we need to explicitly link libc?
9901 case "x$archive_cmds_need_lc" in
9902 x|xyes)
9903 # Assume -lc should be added
9904 archive_cmds_need_lc=yes
9906 if test "$enable_shared" = yes && test "$GCC" = yes; then
9907 case $archive_cmds in
9908 *'~'*)
9909 # FIXME: we may have to deal with multi-command sequences.
9911 '$CC '*)
9912 # Test whether the compiler implicitly links with -lc since on some
9913 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9914 # to ld, don't add -lc before -lgcc.
9915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9916 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9917 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9918 $as_echo_n "(cached) " >&6
9919 else
9920 $RM conftest*
9921 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9923 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9924 (eval $ac_compile) 2>&5
9925 ac_status=$?
9926 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9927 test $ac_status = 0; } 2>conftest.err; then
9928 soname=conftest
9929 lib=conftest
9930 libobjs=conftest.$ac_objext
9931 deplibs=
9932 wl=$lt_prog_compiler_wl
9933 pic_flag=$lt_prog_compiler_pic
9934 compiler_flags=-v
9935 linker_flags=-v
9936 verstring=
9937 output_objdir=.
9938 libname=conftest
9939 lt_save_allow_undefined_flag=$allow_undefined_flag
9940 allow_undefined_flag=
9941 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9942 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9943 ac_status=$?
9944 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9945 test $ac_status = 0; }
9946 then
9947 lt_cv_archive_cmds_need_lc=no
9948 else
9949 lt_cv_archive_cmds_need_lc=yes
9951 allow_undefined_flag=$lt_save_allow_undefined_flag
9952 else
9953 cat conftest.err 1>&5
9955 $RM conftest*
9958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9959 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9960 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9962 esac
9965 esac
10123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10124 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10126 if test "$GCC" = yes; then
10127 case $host_os in
10128 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10129 *) lt_awk_arg="/^libraries:/" ;;
10130 esac
10131 case $host_os in
10132 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10133 *) lt_sed_strip_eq="s,=/,/,g" ;;
10134 esac
10135 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10136 case $lt_search_path_spec in
10137 *\;*)
10138 # if the path contains ";" then we assume it to be the separator
10139 # otherwise default to the standard path separator (i.e. ":") - it is
10140 # assumed that no part of a normal pathname contains ";" but that should
10141 # okay in the real world where ";" in dirpaths is itself problematic.
10142 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10145 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10147 esac
10148 # Ok, now we have the path, separated by spaces, we can step through it
10149 # and add multilib dir if necessary.
10150 lt_tmp_lt_search_path_spec=
10151 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10152 for lt_sys_path in $lt_search_path_spec; do
10153 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10154 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10155 else
10156 test -d "$lt_sys_path" && \
10157 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10159 done
10160 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10161 BEGIN {RS=" "; FS="/|\n";} {
10162 lt_foo="";
10163 lt_count=0;
10164 for (lt_i = NF; lt_i > 0; lt_i--) {
10165 if ($lt_i != "" && $lt_i != ".") {
10166 if ($lt_i == "..") {
10167 lt_count++;
10168 } else {
10169 if (lt_count == 0) {
10170 lt_foo="/" $lt_i lt_foo;
10171 } else {
10172 lt_count--;
10177 if (lt_foo != "") { lt_freq[lt_foo]++; }
10178 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10180 # AWK program above erroneously prepends '/' to C:/dos/paths
10181 # for these hosts.
10182 case $host_os in
10183 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10184 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10185 esac
10186 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10187 else
10188 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10190 library_names_spec=
10191 libname_spec='lib$name'
10192 soname_spec=
10193 shrext_cmds=".so"
10194 postinstall_cmds=
10195 postuninstall_cmds=
10196 finish_cmds=
10197 finish_eval=
10198 shlibpath_var=
10199 shlibpath_overrides_runpath=unknown
10200 version_type=none
10201 dynamic_linker="$host_os ld.so"
10202 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10203 need_lib_prefix=unknown
10204 hardcode_into_libs=no
10206 # when you set need_version to no, make sure it does not cause -set_version
10207 # flags to be left without arguments
10208 need_version=unknown
10210 case $host_os in
10211 aix3*)
10212 version_type=linux
10213 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10214 shlibpath_var=LIBPATH
10216 # AIX 3 has no versioning support, so we append a major version to the name.
10217 soname_spec='${libname}${release}${shared_ext}$major'
10220 aix[4-9]*)
10221 version_type=linux
10222 need_lib_prefix=no
10223 need_version=no
10224 hardcode_into_libs=yes
10225 if test "$host_cpu" = ia64; then
10226 # AIX 5 supports IA64
10227 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10228 shlibpath_var=LD_LIBRARY_PATH
10229 else
10230 # With GCC up to 2.95.x, collect2 would create an import file
10231 # for dependence libraries. The import file would start with
10232 # the line `#! .'. This would cause the generated library to
10233 # depend on `.', always an invalid library. This was fixed in
10234 # development snapshots of GCC prior to 3.0.
10235 case $host_os in
10236 aix4 | aix4.[01] | aix4.[01].*)
10237 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10238 echo ' yes '
10239 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10241 else
10242 can_build_shared=no
10245 esac
10246 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10247 # soname into executable. Probably we can add versioning support to
10248 # collect2, so additional links can be useful in future.
10249 if test "$aix_use_runtimelinking" = yes; then
10250 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10251 # instead of lib<name>.a to let people know that these are not
10252 # typical AIX shared libraries.
10253 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10254 else
10255 # We preserve .a as extension for shared libraries through AIX4.2
10256 # and later when we are not doing run time linking.
10257 library_names_spec='${libname}${release}.a $libname.a'
10258 soname_spec='${libname}${release}${shared_ext}$major'
10260 shlibpath_var=LIBPATH
10264 amigaos*)
10265 case $host_cpu in
10266 powerpc)
10267 # Since July 2007 AmigaOS4 officially supports .so libraries.
10268 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10271 m68k)
10272 library_names_spec='$libname.ixlibrary $libname.a'
10273 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10274 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'
10276 esac
10279 beos*)
10280 library_names_spec='${libname}${shared_ext}'
10281 dynamic_linker="$host_os ld.so"
10282 shlibpath_var=LIBRARY_PATH
10285 bsdi[45]*)
10286 version_type=linux
10287 need_version=no
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10291 shlibpath_var=LD_LIBRARY_PATH
10292 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10293 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10294 # the default ld.so.conf also contains /usr/contrib/lib and
10295 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10296 # libtool to hard-code these into programs
10299 cygwin* | mingw* | pw32* | cegcc*)
10300 version_type=windows
10301 shrext_cmds=".dll"
10302 need_version=no
10303 need_lib_prefix=no
10305 case $GCC,$host_os in
10306 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10307 library_names_spec='$libname.dll.a'
10308 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10309 postinstall_cmds='base_file=`basename \${file}`~
10310 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10311 dldir=$destdir/`dirname \$dlpath`~
10312 test -d \$dldir || mkdir -p \$dldir~
10313 $install_prog $dir/$dlname \$dldir/$dlname~
10314 chmod a+x \$dldir/$dlname~
10315 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10316 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10318 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10319 dlpath=$dir/\$dldll~
10320 $RM \$dlpath'
10321 shlibpath_overrides_runpath=yes
10323 case $host_os in
10324 cygwin*)
10325 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10326 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10328 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10330 mingw* | cegcc*)
10331 # MinGW DLLs use traditional 'lib' prefix
10332 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10334 pw32*)
10335 # pw32 DLLs use 'pw' prefix rather than 'lib'
10336 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10338 esac
10342 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10344 esac
10345 dynamic_linker='Win32 ld.exe'
10346 # FIXME: first we should search . and the directory the executable is in
10347 shlibpath_var=PATH
10350 darwin* | rhapsody*)
10351 dynamic_linker="$host_os dyld"
10352 version_type=darwin
10353 need_lib_prefix=no
10354 need_version=no
10355 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10356 soname_spec='${libname}${release}${major}$shared_ext'
10357 shlibpath_overrides_runpath=yes
10358 shlibpath_var=DYLD_LIBRARY_PATH
10359 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10361 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10362 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10365 dgux*)
10366 version_type=linux
10367 need_lib_prefix=no
10368 need_version=no
10369 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10370 soname_spec='${libname}${release}${shared_ext}$major'
10371 shlibpath_var=LD_LIBRARY_PATH
10374 freebsd* | dragonfly*)
10375 # DragonFly does not have aout. When/if they implement a new
10376 # versioning mechanism, adjust this.
10377 if test -x /usr/bin/objformat; then
10378 objformat=`/usr/bin/objformat`
10379 else
10380 case $host_os in
10381 freebsd[23].*) objformat=aout ;;
10382 *) objformat=elf ;;
10383 esac
10385 version_type=freebsd-$objformat
10386 case $version_type in
10387 freebsd-elf*)
10388 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10389 need_version=no
10390 need_lib_prefix=no
10392 freebsd-*)
10393 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10394 need_version=yes
10396 esac
10397 shlibpath_var=LD_LIBRARY_PATH
10398 case $host_os in
10399 freebsd2.*)
10400 shlibpath_overrides_runpath=yes
10402 freebsd3.[01]* | freebsdelf3.[01]*)
10403 shlibpath_overrides_runpath=yes
10404 hardcode_into_libs=yes
10406 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10407 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10408 shlibpath_overrides_runpath=no
10409 hardcode_into_libs=yes
10411 *) # from 4.6 on, and DragonFly
10412 shlibpath_overrides_runpath=yes
10413 hardcode_into_libs=yes
10415 esac
10418 gnu*)
10419 version_type=linux
10420 need_lib_prefix=no
10421 need_version=no
10422 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10423 soname_spec='${libname}${release}${shared_ext}$major'
10424 shlibpath_var=LD_LIBRARY_PATH
10425 hardcode_into_libs=yes
10428 haiku*)
10429 version_type=linux
10430 need_lib_prefix=no
10431 need_version=no
10432 dynamic_linker="$host_os runtime_loader"
10433 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10434 soname_spec='${libname}${release}${shared_ext}$major'
10435 shlibpath_var=LIBRARY_PATH
10436 shlibpath_overrides_runpath=yes
10437 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10438 hardcode_into_libs=yes
10441 hpux9* | hpux10* | hpux11*)
10442 # Give a soname corresponding to the major version so that dld.sl refuses to
10443 # link against other versions.
10444 version_type=sunos
10445 need_lib_prefix=no
10446 need_version=no
10447 case $host_cpu in
10448 ia64*)
10449 shrext_cmds='.so'
10450 hardcode_into_libs=yes
10451 dynamic_linker="$host_os dld.so"
10452 shlibpath_var=LD_LIBRARY_PATH
10453 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10454 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10455 soname_spec='${libname}${release}${shared_ext}$major'
10456 if test "X$HPUX_IA64_MODE" = X32; then
10457 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10458 else
10459 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10461 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10463 hppa*64*)
10464 shrext_cmds='.sl'
10465 hardcode_into_libs=yes
10466 dynamic_linker="$host_os dld.sl"
10467 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10468 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10470 soname_spec='${libname}${release}${shared_ext}$major'
10471 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10472 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10475 shrext_cmds='.sl'
10476 dynamic_linker="$host_os dld.sl"
10477 shlibpath_var=SHLIB_PATH
10478 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10480 soname_spec='${libname}${release}${shared_ext}$major'
10482 esac
10483 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10484 postinstall_cmds='chmod 555 $lib'
10485 # or fails outright, so override atomically:
10486 install_override_mode=555
10489 interix[3-9]*)
10490 version_type=linux
10491 need_lib_prefix=no
10492 need_version=no
10493 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10494 soname_spec='${libname}${release}${shared_ext}$major'
10495 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10496 shlibpath_var=LD_LIBRARY_PATH
10497 shlibpath_overrides_runpath=no
10498 hardcode_into_libs=yes
10501 irix5* | irix6* | nonstopux*)
10502 case $host_os in
10503 nonstopux*) version_type=nonstopux ;;
10505 if test "$lt_cv_prog_gnu_ld" = yes; then
10506 version_type=linux
10507 else
10508 version_type=irix
10509 fi ;;
10510 esac
10511 need_lib_prefix=no
10512 need_version=no
10513 soname_spec='${libname}${release}${shared_ext}$major'
10514 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10515 case $host_os in
10516 irix5* | nonstopux*)
10517 libsuff= shlibsuff=
10520 case $LD in # libtool.m4 will add one of these switches to LD
10521 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10522 libsuff= shlibsuff= libmagic=32-bit;;
10523 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10524 libsuff=32 shlibsuff=N32 libmagic=N32;;
10525 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10526 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10527 *) libsuff= shlibsuff= libmagic=never-match;;
10528 esac
10530 esac
10531 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10532 shlibpath_overrides_runpath=no
10533 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10534 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10535 hardcode_into_libs=yes
10538 # No shared lib support for Linux oldld, aout, or coff.
10539 linux*oldld* | linux*aout* | linux*coff*)
10540 dynamic_linker=no
10543 # This must be Linux ELF.
10544 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10545 version_type=linux
10546 need_lib_prefix=no
10547 need_version=no
10548 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10549 soname_spec='${libname}${release}${shared_ext}$major'
10550 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10551 shlibpath_var=LD_LIBRARY_PATH
10552 shlibpath_overrides_runpath=no
10554 # Some binutils ld are patched to set DT_RUNPATH
10555 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10556 $as_echo_n "(cached) " >&6
10557 else
10558 lt_cv_shlibpath_overrides_runpath=no
10559 save_LDFLAGS=$LDFLAGS
10560 save_libdir=$libdir
10561 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10562 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10564 /* end confdefs.h. */
10567 main ()
10571 return 0;
10573 _ACEOF
10574 if ac_fn_c_try_link "$LINENO"; then :
10575 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10576 lt_cv_shlibpath_overrides_runpath=yes
10579 rm -f core conftest.err conftest.$ac_objext \
10580 conftest$ac_exeext conftest.$ac_ext
10581 LDFLAGS=$save_LDFLAGS
10582 libdir=$save_libdir
10586 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10588 # This implies no fast_install, which is unacceptable.
10589 # Some rework will be needed to allow for fast_install
10590 # before this can be enabled.
10591 hardcode_into_libs=yes
10593 # Append ld.so.conf contents to the search path
10594 if test -f /etc/ld.so.conf; then
10595 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' ' '`
10596 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10599 # We used to test for /lib/ld.so.1 and disable shared libraries on
10600 # powerpc, because MkLinux only supported shared libraries with the
10601 # GNU dynamic linker. Since this was broken with cross compilers,
10602 # most powerpc-linux boxes support dynamic linking these days and
10603 # people can always --disable-shared, the test was removed, and we
10604 # assume the GNU/Linux dynamic linker is in use.
10605 dynamic_linker='GNU/Linux ld.so'
10608 netbsd*)
10609 version_type=sunos
10610 need_lib_prefix=no
10611 need_version=no
10612 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10613 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10614 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10615 dynamic_linker='NetBSD (a.out) ld.so'
10616 else
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10618 soname_spec='${libname}${release}${shared_ext}$major'
10619 dynamic_linker='NetBSD ld.elf_so'
10621 shlibpath_var=LD_LIBRARY_PATH
10622 shlibpath_overrides_runpath=yes
10623 hardcode_into_libs=yes
10626 newsos6)
10627 version_type=linux
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629 shlibpath_var=LD_LIBRARY_PATH
10630 shlibpath_overrides_runpath=yes
10633 *nto* | *qnx*)
10634 version_type=qnx
10635 need_lib_prefix=no
10636 need_version=no
10637 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10638 soname_spec='${libname}${release}${shared_ext}$major'
10639 shlibpath_var=LD_LIBRARY_PATH
10640 shlibpath_overrides_runpath=no
10641 hardcode_into_libs=yes
10642 dynamic_linker='ldqnx.so'
10645 openbsd*)
10646 version_type=sunos
10647 sys_lib_dlsearch_path_spec="/usr/lib"
10648 need_lib_prefix=no
10649 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10650 case $host_os in
10651 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10652 *) need_version=no ;;
10653 esac
10654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10655 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10656 shlibpath_var=LD_LIBRARY_PATH
10657 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10658 case $host_os in
10659 openbsd2.[89] | openbsd2.[89].*)
10660 shlibpath_overrides_runpath=no
10663 shlibpath_overrides_runpath=yes
10665 esac
10666 else
10667 shlibpath_overrides_runpath=yes
10671 os2*)
10672 libname_spec='$name'
10673 shrext_cmds=".dll"
10674 need_lib_prefix=no
10675 library_names_spec='$libname${shared_ext} $libname.a'
10676 dynamic_linker='OS/2 ld.exe'
10677 shlibpath_var=LIBPATH
10680 osf3* | osf4* | osf5*)
10681 version_type=osf
10682 need_lib_prefix=no
10683 need_version=no
10684 soname_spec='${libname}${release}${shared_ext}$major'
10685 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10686 shlibpath_var=LD_LIBRARY_PATH
10687 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10688 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10691 rdos*)
10692 dynamic_linker=no
10695 solaris*)
10696 version_type=linux
10697 need_lib_prefix=no
10698 need_version=no
10699 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10700 soname_spec='${libname}${release}${shared_ext}$major'
10701 shlibpath_var=LD_LIBRARY_PATH
10702 shlibpath_overrides_runpath=yes
10703 hardcode_into_libs=yes
10704 # ldd complains unless libraries are executable
10705 postinstall_cmds='chmod +x $lib'
10708 sunos4*)
10709 version_type=sunos
10710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10711 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10712 shlibpath_var=LD_LIBRARY_PATH
10713 shlibpath_overrides_runpath=yes
10714 if test "$with_gnu_ld" = yes; then
10715 need_lib_prefix=no
10717 need_version=yes
10720 sysv4 | sysv4.3*)
10721 version_type=linux
10722 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10723 soname_spec='${libname}${release}${shared_ext}$major'
10724 shlibpath_var=LD_LIBRARY_PATH
10725 case $host_vendor in
10726 sni)
10727 shlibpath_overrides_runpath=no
10728 need_lib_prefix=no
10729 runpath_var=LD_RUN_PATH
10731 siemens)
10732 need_lib_prefix=no
10734 motorola)
10735 need_lib_prefix=no
10736 need_version=no
10737 shlibpath_overrides_runpath=no
10738 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10740 esac
10743 sysv4*MP*)
10744 if test -d /usr/nec ;then
10745 version_type=linux
10746 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10747 soname_spec='$libname${shared_ext}.$major'
10748 shlibpath_var=LD_LIBRARY_PATH
10752 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10753 version_type=freebsd-elf
10754 need_lib_prefix=no
10755 need_version=no
10756 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10757 soname_spec='${libname}${release}${shared_ext}$major'
10758 shlibpath_var=LD_LIBRARY_PATH
10759 shlibpath_overrides_runpath=yes
10760 hardcode_into_libs=yes
10761 if test "$with_gnu_ld" = yes; then
10762 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10763 else
10764 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10765 case $host_os in
10766 sco3.2v5*)
10767 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10769 esac
10771 sys_lib_dlsearch_path_spec='/usr/lib'
10774 tpf*)
10775 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10776 version_type=linux
10777 need_lib_prefix=no
10778 need_version=no
10779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10780 shlibpath_var=LD_LIBRARY_PATH
10781 shlibpath_overrides_runpath=no
10782 hardcode_into_libs=yes
10785 uts4*)
10786 version_type=linux
10787 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10788 soname_spec='${libname}${release}${shared_ext}$major'
10789 shlibpath_var=LD_LIBRARY_PATH
10793 dynamic_linker=no
10795 esac
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10797 $as_echo "$dynamic_linker" >&6; }
10798 test "$dynamic_linker" = no && can_build_shared=no
10800 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10801 if test "$GCC" = yes; then
10802 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10805 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10806 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10808 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10809 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10904 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10905 hardcode_action=
10906 if test -n "$hardcode_libdir_flag_spec" ||
10907 test -n "$runpath_var" ||
10908 test "X$hardcode_automatic" = "Xyes" ; then
10910 # We can hardcode non-existent directories.
10911 if test "$hardcode_direct" != no &&
10912 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10913 # have to relink, otherwise we might link with an installed library
10914 # when we should be linking with a yet-to-be-installed one
10915 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10916 test "$hardcode_minus_L" != no; then
10917 # Linking always hardcodes the temporary library directory.
10918 hardcode_action=relink
10919 else
10920 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10921 hardcode_action=immediate
10923 else
10924 # We cannot hardcode anything, or else we can only hardcode existing
10925 # directories.
10926 hardcode_action=unsupported
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10929 $as_echo "$hardcode_action" >&6; }
10931 if test "$hardcode_action" = relink ||
10932 test "$inherit_rpath" = yes; then
10933 # Fast installation is not supported
10934 enable_fast_install=no
10935 elif test "$shlibpath_overrides_runpath" = yes ||
10936 test "$enable_shared" = no; then
10937 # Fast installation is not necessary
10938 enable_fast_install=needless
10946 if test "x$enable_dlopen" != xyes; then
10947 enable_dlopen=unknown
10948 enable_dlopen_self=unknown
10949 enable_dlopen_self_static=unknown
10950 else
10951 lt_cv_dlopen=no
10952 lt_cv_dlopen_libs=
10954 case $host_os in
10955 beos*)
10956 lt_cv_dlopen="load_add_on"
10957 lt_cv_dlopen_libs=
10958 lt_cv_dlopen_self=yes
10961 mingw* | pw32* | cegcc*)
10962 lt_cv_dlopen="LoadLibrary"
10963 lt_cv_dlopen_libs=
10966 cygwin*)
10967 lt_cv_dlopen="dlopen"
10968 lt_cv_dlopen_libs=
10971 darwin*)
10972 # if libdl is installed we need to link against it
10973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10974 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10975 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10976 $as_echo_n "(cached) " >&6
10977 else
10978 ac_check_lib_save_LIBS=$LIBS
10979 LIBS="-ldl $LIBS"
10980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10981 /* end confdefs.h. */
10983 /* Override any GCC internal prototype to avoid an error.
10984 Use char because int might match the return type of a GCC
10985 builtin and then its argument prototype would still apply. */
10986 #ifdef __cplusplus
10987 extern "C"
10988 #endif
10989 char dlopen ();
10991 main ()
10993 return dlopen ();
10995 return 0;
10997 _ACEOF
10998 if ac_fn_c_try_link "$LINENO"; then :
10999 ac_cv_lib_dl_dlopen=yes
11000 else
11001 ac_cv_lib_dl_dlopen=no
11003 rm -f core conftest.err conftest.$ac_objext \
11004 conftest$ac_exeext conftest.$ac_ext
11005 LIBS=$ac_check_lib_save_LIBS
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11008 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11009 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11010 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11011 else
11013 lt_cv_dlopen="dyld"
11014 lt_cv_dlopen_libs=
11015 lt_cv_dlopen_self=yes
11022 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11023 if test "x$ac_cv_func_shl_load" = x""yes; then :
11024 lt_cv_dlopen="shl_load"
11025 else
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11027 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11028 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11029 $as_echo_n "(cached) " >&6
11030 else
11031 ac_check_lib_save_LIBS=$LIBS
11032 LIBS="-ldld $LIBS"
11033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11034 /* end confdefs.h. */
11036 /* Override any GCC internal prototype to avoid an error.
11037 Use char because int might match the return type of a GCC
11038 builtin and then its argument prototype would still apply. */
11039 #ifdef __cplusplus
11040 extern "C"
11041 #endif
11042 char shl_load ();
11044 main ()
11046 return shl_load ();
11048 return 0;
11050 _ACEOF
11051 if ac_fn_c_try_link "$LINENO"; then :
11052 ac_cv_lib_dld_shl_load=yes
11053 else
11054 ac_cv_lib_dld_shl_load=no
11056 rm -f core conftest.err conftest.$ac_objext \
11057 conftest$ac_exeext conftest.$ac_ext
11058 LIBS=$ac_check_lib_save_LIBS
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11061 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11062 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11063 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11064 else
11065 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11066 if test "x$ac_cv_func_dlopen" = x""yes; then :
11067 lt_cv_dlopen="dlopen"
11068 else
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11070 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11071 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11072 $as_echo_n "(cached) " >&6
11073 else
11074 ac_check_lib_save_LIBS=$LIBS
11075 LIBS="-ldl $LIBS"
11076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11077 /* end confdefs.h. */
11079 /* Override any GCC internal prototype to avoid an error.
11080 Use char because int might match the return type of a GCC
11081 builtin and then its argument prototype would still apply. */
11082 #ifdef __cplusplus
11083 extern "C"
11084 #endif
11085 char dlopen ();
11087 main ()
11089 return dlopen ();
11091 return 0;
11093 _ACEOF
11094 if ac_fn_c_try_link "$LINENO"; then :
11095 ac_cv_lib_dl_dlopen=yes
11096 else
11097 ac_cv_lib_dl_dlopen=no
11099 rm -f core conftest.err conftest.$ac_objext \
11100 conftest$ac_exeext conftest.$ac_ext
11101 LIBS=$ac_check_lib_save_LIBS
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11104 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11105 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11106 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11107 else
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11109 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11110 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11111 $as_echo_n "(cached) " >&6
11112 else
11113 ac_check_lib_save_LIBS=$LIBS
11114 LIBS="-lsvld $LIBS"
11115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11116 /* end confdefs.h. */
11118 /* Override any GCC internal prototype to avoid an error.
11119 Use char because int might match the return type of a GCC
11120 builtin and then its argument prototype would still apply. */
11121 #ifdef __cplusplus
11122 extern "C"
11123 #endif
11124 char dlopen ();
11126 main ()
11128 return dlopen ();
11130 return 0;
11132 _ACEOF
11133 if ac_fn_c_try_link "$LINENO"; then :
11134 ac_cv_lib_svld_dlopen=yes
11135 else
11136 ac_cv_lib_svld_dlopen=no
11138 rm -f core conftest.err conftest.$ac_objext \
11139 conftest$ac_exeext conftest.$ac_ext
11140 LIBS=$ac_check_lib_save_LIBS
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11143 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11144 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11145 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11146 else
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11148 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11149 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11150 $as_echo_n "(cached) " >&6
11151 else
11152 ac_check_lib_save_LIBS=$LIBS
11153 LIBS="-ldld $LIBS"
11154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11155 /* end confdefs.h. */
11157 /* Override any GCC internal prototype to avoid an error.
11158 Use char because int might match the return type of a GCC
11159 builtin and then its argument prototype would still apply. */
11160 #ifdef __cplusplus
11161 extern "C"
11162 #endif
11163 char dld_link ();
11165 main ()
11167 return dld_link ();
11169 return 0;
11171 _ACEOF
11172 if ac_fn_c_try_link "$LINENO"; then :
11173 ac_cv_lib_dld_dld_link=yes
11174 else
11175 ac_cv_lib_dld_dld_link=no
11177 rm -f core conftest.err conftest.$ac_objext \
11178 conftest$ac_exeext conftest.$ac_ext
11179 LIBS=$ac_check_lib_save_LIBS
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11182 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11183 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11184 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11203 esac
11205 if test "x$lt_cv_dlopen" != xno; then
11206 enable_dlopen=yes
11207 else
11208 enable_dlopen=no
11211 case $lt_cv_dlopen in
11212 dlopen)
11213 save_CPPFLAGS="$CPPFLAGS"
11214 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11216 save_LDFLAGS="$LDFLAGS"
11217 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11219 save_LIBS="$LIBS"
11220 LIBS="$lt_cv_dlopen_libs $LIBS"
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11223 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11224 if test "${lt_cv_dlopen_self+set}" = set; then :
11225 $as_echo_n "(cached) " >&6
11226 else
11227 if test "$cross_compiling" = yes; then :
11228 lt_cv_dlopen_self=cross
11229 else
11230 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11231 lt_status=$lt_dlunknown
11232 cat > conftest.$ac_ext <<_LT_EOF
11233 #line 11233 "configure"
11234 #include "confdefs.h"
11236 #if HAVE_DLFCN_H
11237 #include <dlfcn.h>
11238 #endif
11240 #include <stdio.h>
11242 #ifdef RTLD_GLOBAL
11243 # define LT_DLGLOBAL RTLD_GLOBAL
11244 #else
11245 # ifdef DL_GLOBAL
11246 # define LT_DLGLOBAL DL_GLOBAL
11247 # else
11248 # define LT_DLGLOBAL 0
11249 # endif
11250 #endif
11252 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11253 find out it does not work in some platform. */
11254 #ifndef LT_DLLAZY_OR_NOW
11255 # ifdef RTLD_LAZY
11256 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11257 # else
11258 # ifdef DL_LAZY
11259 # define LT_DLLAZY_OR_NOW DL_LAZY
11260 # else
11261 # ifdef RTLD_NOW
11262 # define LT_DLLAZY_OR_NOW RTLD_NOW
11263 # else
11264 # ifdef DL_NOW
11265 # define LT_DLLAZY_OR_NOW DL_NOW
11266 # else
11267 # define LT_DLLAZY_OR_NOW 0
11268 # endif
11269 # endif
11270 # endif
11271 # endif
11272 #endif
11274 /* When -fvisbility=hidden is used, assume the code has been annotated
11275 correspondingly for the symbols needed. */
11276 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11277 void fnord () __attribute__((visibility("default")));
11278 #endif
11280 void fnord () { int i=42; }
11281 int main ()
11283 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11284 int status = $lt_dlunknown;
11286 if (self)
11288 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11289 else
11291 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11292 else puts (dlerror ());
11294 /* dlclose (self); */
11296 else
11297 puts (dlerror ());
11299 return status;
11301 _LT_EOF
11302 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11303 (eval $ac_link) 2>&5
11304 ac_status=$?
11305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11306 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11307 (./conftest; exit; ) >&5 2>/dev/null
11308 lt_status=$?
11309 case x$lt_status in
11310 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11311 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11312 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11313 esac
11314 else :
11315 # compilation failed
11316 lt_cv_dlopen_self=no
11319 rm -fr conftest*
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11324 $as_echo "$lt_cv_dlopen_self" >&6; }
11326 if test "x$lt_cv_dlopen_self" = xyes; then
11327 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11329 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11330 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11331 $as_echo_n "(cached) " >&6
11332 else
11333 if test "$cross_compiling" = yes; then :
11334 lt_cv_dlopen_self_static=cross
11335 else
11336 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11337 lt_status=$lt_dlunknown
11338 cat > conftest.$ac_ext <<_LT_EOF
11339 #line 11339 "configure"
11340 #include "confdefs.h"
11342 #if HAVE_DLFCN_H
11343 #include <dlfcn.h>
11344 #endif
11346 #include <stdio.h>
11348 #ifdef RTLD_GLOBAL
11349 # define LT_DLGLOBAL RTLD_GLOBAL
11350 #else
11351 # ifdef DL_GLOBAL
11352 # define LT_DLGLOBAL DL_GLOBAL
11353 # else
11354 # define LT_DLGLOBAL 0
11355 # endif
11356 #endif
11358 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11359 find out it does not work in some platform. */
11360 #ifndef LT_DLLAZY_OR_NOW
11361 # ifdef RTLD_LAZY
11362 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11363 # else
11364 # ifdef DL_LAZY
11365 # define LT_DLLAZY_OR_NOW DL_LAZY
11366 # else
11367 # ifdef RTLD_NOW
11368 # define LT_DLLAZY_OR_NOW RTLD_NOW
11369 # else
11370 # ifdef DL_NOW
11371 # define LT_DLLAZY_OR_NOW DL_NOW
11372 # else
11373 # define LT_DLLAZY_OR_NOW 0
11374 # endif
11375 # endif
11376 # endif
11377 # endif
11378 #endif
11380 /* When -fvisbility=hidden is used, assume the code has been annotated
11381 correspondingly for the symbols needed. */
11382 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11383 void fnord () __attribute__((visibility("default")));
11384 #endif
11386 void fnord () { int i=42; }
11387 int main ()
11389 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11390 int status = $lt_dlunknown;
11392 if (self)
11394 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11395 else
11397 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11398 else puts (dlerror ());
11400 /* dlclose (self); */
11402 else
11403 puts (dlerror ());
11405 return status;
11407 _LT_EOF
11408 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11409 (eval $ac_link) 2>&5
11410 ac_status=$?
11411 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11412 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11413 (./conftest; exit; ) >&5 2>/dev/null
11414 lt_status=$?
11415 case x$lt_status in
11416 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11417 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11418 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11419 esac
11420 else :
11421 # compilation failed
11422 lt_cv_dlopen_self_static=no
11425 rm -fr conftest*
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11430 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11433 CPPFLAGS="$save_CPPFLAGS"
11434 LDFLAGS="$save_LDFLAGS"
11435 LIBS="$save_LIBS"
11437 esac
11439 case $lt_cv_dlopen_self in
11440 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11441 *) enable_dlopen_self=unknown ;;
11442 esac
11444 case $lt_cv_dlopen_self_static in
11445 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11446 *) enable_dlopen_self_static=unknown ;;
11447 esac
11466 striplib=
11467 old_striplib=
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11469 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11470 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11471 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11472 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11474 $as_echo "yes" >&6; }
11475 else
11476 # FIXME - insert some real tests, host_os isn't really good enough
11477 case $host_os in
11478 darwin*)
11479 if test -n "$STRIP" ; then
11480 striplib="$STRIP -x"
11481 old_striplib="$STRIP -S"
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11483 $as_echo "yes" >&6; }
11484 else
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11486 $as_echo "no" >&6; }
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11491 $as_echo "no" >&6; }
11493 esac
11507 # Report which library types will actually be built
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11509 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11511 $as_echo "$can_build_shared" >&6; }
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11514 $as_echo_n "checking whether to build shared libraries... " >&6; }
11515 test "$can_build_shared" = "no" && enable_shared=no
11517 # On AIX, shared libraries and static libraries use the same namespace, and
11518 # are all built from PIC.
11519 case $host_os in
11520 aix3*)
11521 test "$enable_shared" = yes && enable_static=no
11522 if test -n "$RANLIB"; then
11523 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11524 postinstall_cmds='$RANLIB $lib'
11528 aix[4-9]*)
11529 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11530 test "$enable_shared" = yes && enable_static=no
11533 esac
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11535 $as_echo "$enable_shared" >&6; }
11537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11538 $as_echo_n "checking whether to build static libraries... " >&6; }
11539 # Make sure either enable_shared or enable_static is yes.
11540 test "$enable_shared" = yes || enable_static=yes
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11542 $as_echo "$enable_static" >&6; }
11548 ac_ext=c
11549 ac_cpp='$CPP $CPPFLAGS'
11550 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11551 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11552 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11554 CC="$lt_save_CC"
11568 ac_config_commands="$ac_config_commands libtool"
11573 # Only expand once:
11579 XCFLAGS="-Wall -Wextra"
11582 if test "${multilib}" = "yes"; then
11583 multilib_arg="--enable-multilib"
11584 else
11585 multilib_arg=
11588 ac_config_files="$ac_config_files Makefile libmpx.spec"
11590 ac_config_headers="$ac_config_headers config.h"
11592 ac_config_files="$ac_config_files mpxrt/Makefile mpxwrap/Makefile"
11595 cat >confcache <<\_ACEOF
11596 # This file is a shell script that caches the results of configure
11597 # tests run on this system so they can be shared between configure
11598 # scripts and configure runs, see configure's option --config-cache.
11599 # It is not useful on other systems. If it contains results you don't
11600 # want to keep, you may remove or edit it.
11602 # config.status only pays attention to the cache file if you give it
11603 # the --recheck option to rerun configure.
11605 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11606 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11607 # following values.
11609 _ACEOF
11611 # The following way of writing the cache mishandles newlines in values,
11612 # but we know of no workaround that is simple, portable, and efficient.
11613 # So, we kill variables containing newlines.
11614 # Ultrix sh set writes to stderr and can't be redirected directly,
11615 # and sets the high bit in the cache file unless we assign to the vars.
11617 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11618 eval ac_val=\$$ac_var
11619 case $ac_val in #(
11620 *${as_nl}*)
11621 case $ac_var in #(
11622 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11623 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11624 esac
11625 case $ac_var in #(
11626 _ | IFS | as_nl) ;; #(
11627 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11628 *) { eval $ac_var=; unset $ac_var;} ;;
11629 esac ;;
11630 esac
11631 done
11633 (set) 2>&1 |
11634 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11635 *${as_nl}ac_space=\ *)
11636 # `set' does not quote correctly, so add quotes: double-quote
11637 # substitution turns \\\\ into \\, and sed turns \\ into \.
11638 sed -n \
11639 "s/'/'\\\\''/g;
11640 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11641 ;; #(
11643 # `set' quotes correctly as required by POSIX, so do not add quotes.
11644 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11646 esac |
11647 sort
11649 sed '
11650 /^ac_cv_env_/b end
11651 t clear
11652 :clear
11653 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11654 t end
11655 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11656 :end' >>confcache
11657 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11658 if test -w "$cache_file"; then
11659 test "x$cache_file" != "x/dev/null" &&
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11661 $as_echo "$as_me: updating cache $cache_file" >&6;}
11662 cat confcache >$cache_file
11663 else
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11665 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11668 rm -f confcache
11670 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11671 # Let make expand exec_prefix.
11672 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11674 DEFS=-DHAVE_CONFIG_H
11676 ac_libobjs=
11677 ac_ltlibobjs=
11678 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11679 # 1. Remove the extension, and $U if already installed.
11680 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11681 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11682 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11683 # will be set to the directory where LIBOBJS objects are built.
11684 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11685 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11686 done
11687 LIBOBJS=$ac_libobjs
11689 LTLIBOBJS=$ac_ltlibobjs
11692 if test -z "${LIBMPX_SUPPORTED_TRUE}" && test -z "${LIBMPX_SUPPORTED_FALSE}"; then
11693 as_fn_error "conditional \"LIBMPX_SUPPORTED\" was never defined.
11694 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11696 if test -n "$EXEEXT"; then
11697 am__EXEEXT_TRUE=
11698 am__EXEEXT_FALSE='#'
11699 else
11700 am__EXEEXT_TRUE='#'
11701 am__EXEEXT_FALSE=
11704 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11705 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11706 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11708 if test -z "${MPX_AS_SUPPORTED_TRUE}" && test -z "${MPX_AS_SUPPORTED_FALSE}"; then
11709 as_fn_error "conditional \"MPX_AS_SUPPORTED\" was never defined.
11710 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11713 : ${CONFIG_STATUS=./config.status}
11714 ac_write_fail=0
11715 ac_clean_files_save=$ac_clean_files
11716 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11717 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11718 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11719 as_write_fail=0
11720 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11721 #! $SHELL
11722 # Generated by $as_me.
11723 # Run this file to recreate the current configuration.
11724 # Compiler output produced by configure, useful for debugging
11725 # configure, is in config.log if it exists.
11727 debug=false
11728 ac_cs_recheck=false
11729 ac_cs_silent=false
11731 SHELL=\${CONFIG_SHELL-$SHELL}
11732 export SHELL
11733 _ASEOF
11734 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11735 ## -------------------- ##
11736 ## M4sh Initialization. ##
11737 ## -------------------- ##
11739 # Be more Bourne compatible
11740 DUALCASE=1; export DUALCASE # for MKS sh
11741 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11742 emulate sh
11743 NULLCMD=:
11744 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11745 # is contrary to our usage. Disable this feature.
11746 alias -g '${1+"$@"}'='"$@"'
11747 setopt NO_GLOB_SUBST
11748 else
11749 case `(set -o) 2>/dev/null` in #(
11750 *posix*) :
11751 set -o posix ;; #(
11752 *) :
11754 esac
11758 as_nl='
11760 export as_nl
11761 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11762 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11763 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11764 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11765 # Prefer a ksh shell builtin over an external printf program on Solaris,
11766 # but without wasting forks for bash or zsh.
11767 if test -z "$BASH_VERSION$ZSH_VERSION" \
11768 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11769 as_echo='print -r --'
11770 as_echo_n='print -rn --'
11771 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11772 as_echo='printf %s\n'
11773 as_echo_n='printf %s'
11774 else
11775 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11776 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11777 as_echo_n='/usr/ucb/echo -n'
11778 else
11779 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11780 as_echo_n_body='eval
11781 arg=$1;
11782 case $arg in #(
11783 *"$as_nl"*)
11784 expr "X$arg" : "X\\(.*\\)$as_nl";
11785 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11786 esac;
11787 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11789 export as_echo_n_body
11790 as_echo_n='sh -c $as_echo_n_body as_echo'
11792 export as_echo_body
11793 as_echo='sh -c $as_echo_body as_echo'
11796 # The user is always right.
11797 if test "${PATH_SEPARATOR+set}" != set; then
11798 PATH_SEPARATOR=:
11799 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11800 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11801 PATH_SEPARATOR=';'
11806 # IFS
11807 # We need space, tab and new line, in precisely that order. Quoting is
11808 # there to prevent editors from complaining about space-tab.
11809 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11810 # splitting by setting IFS to empty value.)
11811 IFS=" "" $as_nl"
11813 # Find who we are. Look in the path if we contain no directory separator.
11814 case $0 in #((
11815 *[\\/]* ) as_myself=$0 ;;
11816 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11817 for as_dir in $PATH
11819 IFS=$as_save_IFS
11820 test -z "$as_dir" && as_dir=.
11821 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11822 done
11823 IFS=$as_save_IFS
11826 esac
11827 # We did not find ourselves, most probably we were run as `sh COMMAND'
11828 # in which case we are not to be found in the path.
11829 if test "x$as_myself" = x; then
11830 as_myself=$0
11832 if test ! -f "$as_myself"; then
11833 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11834 exit 1
11837 # Unset variables that we do not need and which cause bugs (e.g. in
11838 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11839 # suppresses any "Segmentation fault" message there. '((' could
11840 # trigger a bug in pdksh 5.2.14.
11841 for as_var in BASH_ENV ENV MAIL MAILPATH
11842 do eval test x\${$as_var+set} = xset \
11843 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11844 done
11845 PS1='$ '
11846 PS2='> '
11847 PS4='+ '
11849 # NLS nuisances.
11850 LC_ALL=C
11851 export LC_ALL
11852 LANGUAGE=C
11853 export LANGUAGE
11855 # CDPATH.
11856 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11859 # as_fn_error ERROR [LINENO LOG_FD]
11860 # ---------------------------------
11861 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11862 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11863 # script with status $?, using 1 if that was 0.
11864 as_fn_error ()
11866 as_status=$?; test $as_status -eq 0 && as_status=1
11867 if test "$3"; then
11868 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11869 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11871 $as_echo "$as_me: error: $1" >&2
11872 as_fn_exit $as_status
11873 } # as_fn_error
11876 # as_fn_set_status STATUS
11877 # -----------------------
11878 # Set $? to STATUS, without forking.
11879 as_fn_set_status ()
11881 return $1
11882 } # as_fn_set_status
11884 # as_fn_exit STATUS
11885 # -----------------
11886 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11887 as_fn_exit ()
11889 set +e
11890 as_fn_set_status $1
11891 exit $1
11892 } # as_fn_exit
11894 # as_fn_unset VAR
11895 # ---------------
11896 # Portably unset VAR.
11897 as_fn_unset ()
11899 { eval $1=; unset $1;}
11901 as_unset=as_fn_unset
11902 # as_fn_append VAR VALUE
11903 # ----------------------
11904 # Append the text in VALUE to the end of the definition contained in VAR. Take
11905 # advantage of any shell optimizations that allow amortized linear growth over
11906 # repeated appends, instead of the typical quadratic growth present in naive
11907 # implementations.
11908 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11909 eval 'as_fn_append ()
11911 eval $1+=\$2
11913 else
11914 as_fn_append ()
11916 eval $1=\$$1\$2
11918 fi # as_fn_append
11920 # as_fn_arith ARG...
11921 # ------------------
11922 # Perform arithmetic evaluation on the ARGs, and store the result in the
11923 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11924 # must be portable across $(()) and expr.
11925 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11926 eval 'as_fn_arith ()
11928 as_val=$(( $* ))
11930 else
11931 as_fn_arith ()
11933 as_val=`expr "$@" || test $? -eq 1`
11935 fi # as_fn_arith
11938 if expr a : '\(a\)' >/dev/null 2>&1 &&
11939 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11940 as_expr=expr
11941 else
11942 as_expr=false
11945 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11946 as_basename=basename
11947 else
11948 as_basename=false
11951 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11952 as_dirname=dirname
11953 else
11954 as_dirname=false
11957 as_me=`$as_basename -- "$0" ||
11958 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11959 X"$0" : 'X\(//\)$' \| \
11960 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11961 $as_echo X/"$0" |
11962 sed '/^.*\/\([^/][^/]*\)\/*$/{
11963 s//\1/
11966 /^X\/\(\/\/\)$/{
11967 s//\1/
11970 /^X\/\(\/\).*/{
11971 s//\1/
11974 s/.*/./; q'`
11976 # Avoid depending upon Character Ranges.
11977 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11978 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11979 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11980 as_cr_digits='0123456789'
11981 as_cr_alnum=$as_cr_Letters$as_cr_digits
11983 ECHO_C= ECHO_N= ECHO_T=
11984 case `echo -n x` in #(((((
11985 -n*)
11986 case `echo 'xy\c'` in
11987 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11988 xy) ECHO_C='\c';;
11989 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11990 ECHO_T=' ';;
11991 esac;;
11993 ECHO_N='-n';;
11994 esac
11996 rm -f conf$$ conf$$.exe conf$$.file
11997 if test -d conf$$.dir; then
11998 rm -f conf$$.dir/conf$$.file
11999 else
12000 rm -f conf$$.dir
12001 mkdir conf$$.dir 2>/dev/null
12003 if (echo >conf$$.file) 2>/dev/null; then
12004 if ln -s conf$$.file conf$$ 2>/dev/null; then
12005 as_ln_s='ln -s'
12006 # ... but there are two gotchas:
12007 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12008 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12009 # In both cases, we have to default to `cp -p'.
12010 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12011 as_ln_s='cp -p'
12012 elif ln conf$$.file conf$$ 2>/dev/null; then
12013 as_ln_s=ln
12014 else
12015 as_ln_s='cp -p'
12017 else
12018 as_ln_s='cp -p'
12020 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12021 rmdir conf$$.dir 2>/dev/null
12024 # as_fn_mkdir_p
12025 # -------------
12026 # Create "$as_dir" as a directory, including parents if necessary.
12027 as_fn_mkdir_p ()
12030 case $as_dir in #(
12031 -*) as_dir=./$as_dir;;
12032 esac
12033 test -d "$as_dir" || eval $as_mkdir_p || {
12034 as_dirs=
12035 while :; do
12036 case $as_dir in #(
12037 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12038 *) as_qdir=$as_dir;;
12039 esac
12040 as_dirs="'$as_qdir' $as_dirs"
12041 as_dir=`$as_dirname -- "$as_dir" ||
12042 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12043 X"$as_dir" : 'X\(//\)[^/]' \| \
12044 X"$as_dir" : 'X\(//\)$' \| \
12045 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12046 $as_echo X"$as_dir" |
12047 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12048 s//\1/
12051 /^X\(\/\/\)[^/].*/{
12052 s//\1/
12055 /^X\(\/\/\)$/{
12056 s//\1/
12059 /^X\(\/\).*/{
12060 s//\1/
12063 s/.*/./; q'`
12064 test -d "$as_dir" && break
12065 done
12066 test -z "$as_dirs" || eval "mkdir $as_dirs"
12067 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
12070 } # as_fn_mkdir_p
12071 if mkdir -p . 2>/dev/null; then
12072 as_mkdir_p='mkdir -p "$as_dir"'
12073 else
12074 test -d ./-p && rmdir ./-p
12075 as_mkdir_p=false
12078 if test -x / >/dev/null 2>&1; then
12079 as_test_x='test -x'
12080 else
12081 if ls -dL / >/dev/null 2>&1; then
12082 as_ls_L_option=L
12083 else
12084 as_ls_L_option=
12086 as_test_x='
12087 eval sh -c '\''
12088 if test -d "$1"; then
12089 test -d "$1/.";
12090 else
12091 case $1 in #(
12092 -*)set "./$1";;
12093 esac;
12094 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12095 ???[sx]*):;;*)false;;esac;fi
12096 '\'' sh
12099 as_executable_p=$as_test_x
12101 # Sed expression to map a string onto a valid CPP name.
12102 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12104 # Sed expression to map a string onto a valid variable name.
12105 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12108 exec 6>&1
12109 ## ----------------------------------- ##
12110 ## Main body of $CONFIG_STATUS script. ##
12111 ## ----------------------------------- ##
12112 _ASEOF
12113 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12115 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12116 # Save the log message, to keep $0 and so on meaningful, and to
12117 # report actual input values of CONFIG_FILES etc. instead of their
12118 # values after options handling.
12119 ac_log="
12120 This file was extended by package-unused $as_me version-unused, which was
12121 generated by GNU Autoconf 2.64. Invocation command line was
12123 CONFIG_FILES = $CONFIG_FILES
12124 CONFIG_HEADERS = $CONFIG_HEADERS
12125 CONFIG_LINKS = $CONFIG_LINKS
12126 CONFIG_COMMANDS = $CONFIG_COMMANDS
12127 $ $0 $@
12129 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12132 _ACEOF
12134 case $ac_config_files in *"
12135 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12136 esac
12138 case $ac_config_headers in *"
12139 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12140 esac
12143 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12144 # Files that config.status was made for.
12145 config_files="$ac_config_files"
12146 config_headers="$ac_config_headers"
12147 config_commands="$ac_config_commands"
12149 _ACEOF
12151 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12152 ac_cs_usage="\
12153 \`$as_me' instantiates files and other configuration actions
12154 from templates according to the current configuration. Unless the files
12155 and actions are specified as TAGs, all are instantiated by default.
12157 Usage: $0 [OPTION]... [TAG]...
12159 -h, --help print this help, then exit
12160 -V, --version print version number and configuration settings, then exit
12161 -q, --quiet, --silent
12162 do not print progress messages
12163 -d, --debug don't remove temporary files
12164 --recheck update $as_me by reconfiguring in the same conditions
12165 --file=FILE[:TEMPLATE]
12166 instantiate the configuration file FILE
12167 --header=FILE[:TEMPLATE]
12168 instantiate the configuration header FILE
12170 Configuration files:
12171 $config_files
12173 Configuration headers:
12174 $config_headers
12176 Configuration commands:
12177 $config_commands
12179 Report bugs to <libmpx>."
12181 _ACEOF
12182 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12183 ac_cs_version="\\
12184 package-unused config.status version-unused
12185 configured by $0, generated by GNU Autoconf 2.64,
12186 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12188 Copyright (C) 2009 Free Software Foundation, Inc.
12189 This config.status script is free software; the Free Software Foundation
12190 gives unlimited permission to copy, distribute and modify it."
12192 ac_pwd='$ac_pwd'
12193 srcdir='$srcdir'
12194 INSTALL='$INSTALL'
12195 MKDIR_P='$MKDIR_P'
12196 AWK='$AWK'
12197 test -n "\$AWK" || AWK=awk
12198 _ACEOF
12200 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12201 # The default lists apply if the user does not specify any file.
12202 ac_need_defaults=:
12203 while test $# != 0
12205 case $1 in
12206 --*=*)
12207 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12208 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12209 ac_shift=:
12212 ac_option=$1
12213 ac_optarg=$2
12214 ac_shift=shift
12216 esac
12218 case $ac_option in
12219 # Handling of the options.
12220 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12221 ac_cs_recheck=: ;;
12222 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12223 $as_echo "$ac_cs_version"; exit ;;
12224 --debug | --debu | --deb | --de | --d | -d )
12225 debug=: ;;
12226 --file | --fil | --fi | --f )
12227 $ac_shift
12228 case $ac_optarg in
12229 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12230 esac
12231 as_fn_append CONFIG_FILES " '$ac_optarg'"
12232 ac_need_defaults=false;;
12233 --header | --heade | --head | --hea )
12234 $ac_shift
12235 case $ac_optarg in
12236 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12237 esac
12238 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12239 ac_need_defaults=false;;
12240 --he | --h)
12241 # Conflict between --help and --header
12242 as_fn_error "ambiguous option: \`$1'
12243 Try \`$0 --help' for more information.";;
12244 --help | --hel | -h )
12245 $as_echo "$ac_cs_usage"; exit ;;
12246 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12247 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12248 ac_cs_silent=: ;;
12250 # This is an error.
12251 -*) as_fn_error "unrecognized option: \`$1'
12252 Try \`$0 --help' for more information." ;;
12254 *) as_fn_append ac_config_targets " $1"
12255 ac_need_defaults=false ;;
12257 esac
12258 shift
12259 done
12261 ac_configure_extra_args=
12263 if $ac_cs_silent; then
12264 exec 6>/dev/null
12265 ac_configure_extra_args="$ac_configure_extra_args --silent"
12268 _ACEOF
12269 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12270 if \$ac_cs_recheck; then
12271 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12272 shift
12273 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12274 CONFIG_SHELL='$SHELL'
12275 export CONFIG_SHELL
12276 exec "\$@"
12279 _ACEOF
12280 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12281 exec 5>>config.log
12283 echo
12284 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12285 ## Running $as_me. ##
12286 _ASBOX
12287 $as_echo "$ac_log"
12288 } >&5
12290 _ACEOF
12291 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12293 # INIT-COMMANDS
12296 srcdir="$srcdir"
12297 host="$host"
12298 target="$target"
12299 with_multisubdir="$with_multisubdir"
12300 with_multisrctop="$with_multisrctop"
12301 with_target_subdir="$with_target_subdir"
12302 ac_configure_args="${multilib_arg} ${ac_configure_args}"
12303 multi_basedir="$multi_basedir"
12304 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
12305 CC="$CC"
12306 CXX="$CXX"
12307 GFORTRAN="$GFORTRAN"
12308 GCJ="$GCJ"
12311 # The HP-UX ksh and POSIX shell print the target directory to stdout
12312 # if CDPATH is set.
12313 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12315 sed_quote_subst='$sed_quote_subst'
12316 double_quote_subst='$double_quote_subst'
12317 delay_variable_subst='$delay_variable_subst'
12318 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12319 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12320 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12321 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12322 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12323 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12324 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12325 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12326 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12327 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12328 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12329 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12330 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12331 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12332 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12333 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12334 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12335 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12336 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12337 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12338 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12339 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12340 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12341 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12342 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12343 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12344 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12345 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12346 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12347 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12348 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12349 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12350 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12351 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12352 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12353 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12354 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12355 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12356 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12357 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12358 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12359 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12360 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12361 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12362 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12363 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12364 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12365 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12366 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"`'
12367 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12368 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12369 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12370 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12371 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12372 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12373 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12374 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12375 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12376 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12377 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12378 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12379 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12380 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12381 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12382 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12383 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12384 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12385 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12386 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12387 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12388 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12389 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12390 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12391 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12392 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12393 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12394 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12395 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12396 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12397 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12398 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12399 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12400 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12401 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12402 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12403 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12404 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12405 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12406 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12407 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12408 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12409 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12410 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12411 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12412 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12413 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12414 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12415 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12416 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12417 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12418 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12419 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12420 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12421 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12422 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12423 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12424 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12425 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12426 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12427 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12428 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12429 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12430 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12431 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12432 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12433 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12434 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12435 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12436 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12437 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12439 LTCC='$LTCC'
12440 LTCFLAGS='$LTCFLAGS'
12441 compiler='$compiler_DEFAULT'
12443 # A function that is used when there is no print builtin or printf.
12444 func_fallback_echo ()
12446 eval 'cat <<_LTECHO_EOF
12448 _LTECHO_EOF'
12451 # Quote evaled strings.
12452 for var in SHELL \
12453 ECHO \
12454 SED \
12455 GREP \
12456 EGREP \
12457 FGREP \
12458 LD \
12459 NM \
12460 LN_S \
12461 lt_SP2NL \
12462 lt_NL2SP \
12463 reload_flag \
12464 OBJDUMP \
12465 deplibs_check_method \
12466 file_magic_cmd \
12467 AR \
12468 AR_FLAGS \
12469 STRIP \
12470 RANLIB \
12471 CC \
12472 CFLAGS \
12473 compiler \
12474 lt_cv_sys_global_symbol_pipe \
12475 lt_cv_sys_global_symbol_to_cdecl \
12476 lt_cv_sys_global_symbol_to_c_name_address \
12477 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12478 lt_prog_compiler_no_builtin_flag \
12479 lt_prog_compiler_wl \
12480 lt_prog_compiler_pic \
12481 lt_prog_compiler_static \
12482 lt_cv_prog_compiler_c_o \
12483 need_locks \
12484 DSYMUTIL \
12485 NMEDIT \
12486 LIPO \
12487 OTOOL \
12488 OTOOL64 \
12489 shrext_cmds \
12490 export_dynamic_flag_spec \
12491 whole_archive_flag_spec \
12492 compiler_needs_object \
12493 with_gnu_ld \
12494 allow_undefined_flag \
12495 no_undefined_flag \
12496 hardcode_libdir_flag_spec \
12497 hardcode_libdir_flag_spec_ld \
12498 hardcode_libdir_separator \
12499 fix_srcfile_path \
12500 exclude_expsyms \
12501 include_expsyms \
12502 file_list_spec \
12503 variables_saved_for_relink \
12504 libname_spec \
12505 library_names_spec \
12506 soname_spec \
12507 install_override_mode \
12508 finish_eval \
12509 old_striplib \
12510 striplib; do
12511 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12512 *[\\\\\\\`\\"\\\$]*)
12513 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12516 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12518 esac
12519 done
12521 # Double-quote double-evaled strings.
12522 for var in reload_cmds \
12523 old_postinstall_cmds \
12524 old_postuninstall_cmds \
12525 old_archive_cmds \
12526 extract_expsyms_cmds \
12527 old_archive_from_new_cmds \
12528 old_archive_from_expsyms_cmds \
12529 archive_cmds \
12530 archive_expsym_cmds \
12531 module_cmds \
12532 module_expsym_cmds \
12533 export_symbols_cmds \
12534 prelink_cmds \
12535 postinstall_cmds \
12536 postuninstall_cmds \
12537 finish_cmds \
12538 sys_lib_search_path_spec \
12539 sys_lib_dlsearch_path_spec; do
12540 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12541 *[\\\\\\\`\\"\\\$]*)
12542 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12545 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12547 esac
12548 done
12550 ac_aux_dir='$ac_aux_dir'
12551 xsi_shell='$xsi_shell'
12552 lt_shell_append='$lt_shell_append'
12554 # See if we are running on zsh, and set the options which allow our
12555 # commands through without removal of \ escapes INIT.
12556 if test -n "\${ZSH_VERSION+set}" ; then
12557 setopt NO_GLOB_SUBST
12561 PACKAGE='$PACKAGE'
12562 VERSION='$VERSION'
12563 TIMESTAMP='$TIMESTAMP'
12564 RM='$RM'
12565 ofile='$ofile'
12570 _ACEOF
12572 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12574 # Handling of arguments.
12575 for ac_config_target in $ac_config_targets
12577 case $ac_config_target in
12578 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
12579 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12580 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12581 "libmpx.spec") CONFIG_FILES="$CONFIG_FILES libmpx.spec" ;;
12582 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12583 "mpxrt/Makefile") CONFIG_FILES="$CONFIG_FILES mpxrt/Makefile" ;;
12584 "mpxwrap/Makefile") CONFIG_FILES="$CONFIG_FILES mpxwrap/Makefile" ;;
12586 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12587 esac
12588 done
12591 # If the user did not use the arguments to specify the items to instantiate,
12592 # then the envvar interface is used. Set only those that are not.
12593 # We use the long form for the default assignment because of an extremely
12594 # bizarre bug on SunOS 4.1.3.
12595 if $ac_need_defaults; then
12596 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12597 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12598 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12601 # Have a temporary directory for convenience. Make it in the build tree
12602 # simply because there is no reason against having it here, and in addition,
12603 # creating and moving files from /tmp can sometimes cause problems.
12604 # Hook for its removal unless debugging.
12605 # Note that there is a small window in which the directory will not be cleaned:
12606 # after its creation but before its name has been assigned to `$tmp'.
12607 $debug ||
12609 tmp=
12610 trap 'exit_status=$?
12611 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12613 trap 'as_fn_exit 1' 1 2 13 15
12615 # Create a (secure) tmp directory for tmp files.
12618 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12619 test -n "$tmp" && test -d "$tmp"
12620 } ||
12622 tmp=./conf$$-$RANDOM
12623 (umask 077 && mkdir "$tmp")
12624 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12626 # Set up the scripts for CONFIG_FILES section.
12627 # No need to generate them if there are no CONFIG_FILES.
12628 # This happens for instance with `./config.status config.h'.
12629 if test -n "$CONFIG_FILES"; then
12632 ac_cr=`echo X | tr X '\015'`
12633 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12634 # But we know of no other shell where ac_cr would be empty at this
12635 # point, so we can use a bashism as a fallback.
12636 if test "x$ac_cr" = x; then
12637 eval ac_cr=\$\'\\r\'
12639 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12640 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12641 ac_cs_awk_cr='\r'
12642 else
12643 ac_cs_awk_cr=$ac_cr
12646 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12647 _ACEOF
12651 echo "cat >conf$$subs.awk <<_ACEOF" &&
12652 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12653 echo "_ACEOF"
12654 } >conf$$subs.sh ||
12655 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12656 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12657 ac_delim='%!_!# '
12658 for ac_last_try in false false false false false :; do
12659 . ./conf$$subs.sh ||
12660 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12662 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12663 if test $ac_delim_n = $ac_delim_num; then
12664 break
12665 elif $ac_last_try; then
12666 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12667 else
12668 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12670 done
12671 rm -f conf$$subs.sh
12673 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12674 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12675 _ACEOF
12676 sed -n '
12678 s/^/S["/; s/!.*/"]=/
12681 s/^[^!]*!//
12682 :repl
12683 t repl
12684 s/'"$ac_delim"'$//
12685 t delim
12688 s/\(.\{148\}\).*/\1/
12689 t more1
12690 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12693 b repl
12694 :more1
12695 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12698 s/.\{148\}//
12699 t nl
12700 :delim
12702 s/\(.\{148\}\).*/\1/
12703 t more2
12704 s/["\\]/\\&/g; s/^/"/; s/$/"/
12707 :more2
12708 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12711 s/.\{148\}//
12712 t delim
12713 ' <conf$$subs.awk | sed '
12714 /^[^""]/{
12716 s/\n//
12718 ' >>$CONFIG_STATUS || ac_write_fail=1
12719 rm -f conf$$subs.awk
12720 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12721 _ACAWK
12722 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12723 for (key in S) S_is_set[key] = 1
12724 FS = "\a"
12728 line = $ 0
12729 nfields = split(line, field, "@")
12730 substed = 0
12731 len = length(field[1])
12732 for (i = 2; i < nfields; i++) {
12733 key = field[i]
12734 keylen = length(key)
12735 if (S_is_set[key]) {
12736 value = S[key]
12737 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12738 len += length(value) + length(field[++i])
12739 substed = 1
12740 } else
12741 len += 1 + keylen
12744 print line
12747 _ACAWK
12748 _ACEOF
12749 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12750 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12751 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12752 else
12754 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12755 || as_fn_error "could not setup config files machinery" "$LINENO" 5
12756 _ACEOF
12758 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12759 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12760 # trailing colons and then remove the whole line if VPATH becomes empty
12761 # (actually we leave an empty line to preserve line numbers).
12762 if test "x$srcdir" = x.; then
12763 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12764 s/:*\$(srcdir):*/:/
12765 s/:*\${srcdir}:*/:/
12766 s/:*@srcdir@:*/:/
12767 s/^\([^=]*=[ ]*\):*/\1/
12768 s/:*$//
12769 s/^[^=]*=[ ]*$//
12773 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12774 fi # test -n "$CONFIG_FILES"
12776 # Set up the scripts for CONFIG_HEADERS section.
12777 # No need to generate them if there are no CONFIG_HEADERS.
12778 # This happens for instance with `./config.status Makefile'.
12779 if test -n "$CONFIG_HEADERS"; then
12780 cat >"$tmp/defines.awk" <<\_ACAWK ||
12781 BEGIN {
12782 _ACEOF
12784 # Transform confdefs.h into an awk script `defines.awk', embedded as
12785 # here-document in config.status, that substitutes the proper values into
12786 # config.h.in to produce config.h.
12788 # Create a delimiter string that does not exist in confdefs.h, to ease
12789 # handling of long lines.
12790 ac_delim='%!_!# '
12791 for ac_last_try in false false :; do
12792 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12793 if test -z "$ac_t"; then
12794 break
12795 elif $ac_last_try; then
12796 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12797 else
12798 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12800 done
12802 # For the awk script, D is an array of macro values keyed by name,
12803 # likewise P contains macro parameters if any. Preserve backslash
12804 # newline sequences.
12806 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12807 sed -n '
12808 s/.\{148\}/&'"$ac_delim"'/g
12809 t rset
12810 :rset
12811 s/^[ ]*#[ ]*define[ ][ ]*/ /
12812 t def
12814 :def
12815 s/\\$//
12816 t bsnl
12817 s/["\\]/\\&/g
12818 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12819 D["\1"]=" \3"/p
12820 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12822 :bsnl
12823 s/["\\]/\\&/g
12824 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12825 D["\1"]=" \3\\\\\\n"\\/p
12826 t cont
12827 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12828 t cont
12830 :cont
12832 s/.\{148\}/&'"$ac_delim"'/g
12833 t clear
12834 :clear
12835 s/\\$//
12836 t bsnlc
12837 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12839 :bsnlc
12840 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12841 b cont
12842 ' <confdefs.h | sed '
12843 s/'"$ac_delim"'/"\\\
12844 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12846 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12847 for (key in D) D_is_set[key] = 1
12848 FS = "\a"
12850 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12851 line = \$ 0
12852 split(line, arg, " ")
12853 if (arg[1] == "#") {
12854 defundef = arg[2]
12855 mac1 = arg[3]
12856 } else {
12857 defundef = substr(arg[1], 2)
12858 mac1 = arg[2]
12860 split(mac1, mac2, "(") #)
12861 macro = mac2[1]
12862 prefix = substr(line, 1, index(line, defundef) - 1)
12863 if (D_is_set[macro]) {
12864 # Preserve the white space surrounding the "#".
12865 print prefix "define", macro P[macro] D[macro]
12866 next
12867 } else {
12868 # Replace #undef with comments. This is necessary, for example,
12869 # in the case of _POSIX_SOURCE, which is predefined and required
12870 # on some systems where configure will not decide to define it.
12871 if (defundef == "undef") {
12872 print "/*", prefix defundef, macro, "*/"
12873 next
12877 { print }
12878 _ACAWK
12879 _ACEOF
12880 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12881 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12882 fi # test -n "$CONFIG_HEADERS"
12885 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12886 shift
12887 for ac_tag
12889 case $ac_tag in
12890 :[FHLC]) ac_mode=$ac_tag; continue;;
12891 esac
12892 case $ac_mode$ac_tag in
12893 :[FHL]*:*);;
12894 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12895 :[FH]-) ac_tag=-:-;;
12896 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12897 esac
12898 ac_save_IFS=$IFS
12899 IFS=:
12900 set x $ac_tag
12901 IFS=$ac_save_IFS
12902 shift
12903 ac_file=$1
12904 shift
12906 case $ac_mode in
12907 :L) ac_source=$1;;
12908 :[FH])
12909 ac_file_inputs=
12910 for ac_f
12912 case $ac_f in
12913 -) ac_f="$tmp/stdin";;
12914 *) # Look for the file first in the build tree, then in the source tree
12915 # (if the path is not absolute). The absolute path cannot be DOS-style,
12916 # because $ac_f cannot contain `:'.
12917 test -f "$ac_f" ||
12918 case $ac_f in
12919 [\\/$]*) false;;
12920 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12921 esac ||
12922 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12923 esac
12924 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12925 as_fn_append ac_file_inputs " '$ac_f'"
12926 done
12928 # Let's still pretend it is `configure' which instantiates (i.e., don't
12929 # use $as_me), people would be surprised to read:
12930 # /* config.h. Generated by config.status. */
12931 configure_input='Generated from '`
12932 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12933 `' by configure.'
12934 if test x"$ac_file" != x-; then
12935 configure_input="$ac_file. $configure_input"
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12937 $as_echo "$as_me: creating $ac_file" >&6;}
12939 # Neutralize special characters interpreted by sed in replacement strings.
12940 case $configure_input in #(
12941 *\&* | *\|* | *\\* )
12942 ac_sed_conf_input=`$as_echo "$configure_input" |
12943 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12944 *) ac_sed_conf_input=$configure_input;;
12945 esac
12947 case $ac_tag in
12948 *:-:* | *:-) cat >"$tmp/stdin" \
12949 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12950 esac
12952 esac
12954 ac_dir=`$as_dirname -- "$ac_file" ||
12955 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12956 X"$ac_file" : 'X\(//\)[^/]' \| \
12957 X"$ac_file" : 'X\(//\)$' \| \
12958 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12959 $as_echo X"$ac_file" |
12960 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12961 s//\1/
12964 /^X\(\/\/\)[^/].*/{
12965 s//\1/
12968 /^X\(\/\/\)$/{
12969 s//\1/
12972 /^X\(\/\).*/{
12973 s//\1/
12976 s/.*/./; q'`
12977 as_dir="$ac_dir"; as_fn_mkdir_p
12978 ac_builddir=.
12980 case "$ac_dir" in
12981 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12983 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12984 # A ".." for each directory in $ac_dir_suffix.
12985 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12986 case $ac_top_builddir_sub in
12987 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12988 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12989 esac ;;
12990 esac
12991 ac_abs_top_builddir=$ac_pwd
12992 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12993 # for backward compatibility:
12994 ac_top_builddir=$ac_top_build_prefix
12996 case $srcdir in
12997 .) # We are building in place.
12998 ac_srcdir=.
12999 ac_top_srcdir=$ac_top_builddir_sub
13000 ac_abs_top_srcdir=$ac_pwd ;;
13001 [\\/]* | ?:[\\/]* ) # Absolute name.
13002 ac_srcdir=$srcdir$ac_dir_suffix;
13003 ac_top_srcdir=$srcdir
13004 ac_abs_top_srcdir=$srcdir ;;
13005 *) # Relative name.
13006 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13007 ac_top_srcdir=$ac_top_build_prefix$srcdir
13008 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13009 esac
13010 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13013 case $ac_mode in
13016 # CONFIG_FILE
13019 case $INSTALL in
13020 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13021 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13022 esac
13023 ac_MKDIR_P=$MKDIR_P
13024 case $MKDIR_P in
13025 [\\/$]* | ?:[\\/]* ) ;;
13026 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13027 esac
13028 _ACEOF
13030 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13031 # If the template does not know about datarootdir, expand it.
13032 # FIXME: This hack should be removed a few years after 2.60.
13033 ac_datarootdir_hack=; ac_datarootdir_seen=
13034 ac_sed_dataroot='
13035 /datarootdir/ {
13039 /@datadir@/p
13040 /@docdir@/p
13041 /@infodir@/p
13042 /@localedir@/p
13043 /@mandir@/p'
13044 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13045 *datarootdir*) ac_datarootdir_seen=yes;;
13046 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13047 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13048 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13049 _ACEOF
13050 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13051 ac_datarootdir_hack='
13052 s&@datadir@&$datadir&g
13053 s&@docdir@&$docdir&g
13054 s&@infodir@&$infodir&g
13055 s&@localedir@&$localedir&g
13056 s&@mandir@&$mandir&g
13057 s&\\\${datarootdir}&$datarootdir&g' ;;
13058 esac
13059 _ACEOF
13061 # Neutralize VPATH when `$srcdir' = `.'.
13062 # Shell code in configure.ac might set extrasub.
13063 # FIXME: do we really want to maintain this feature?
13064 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13065 ac_sed_extra="$ac_vpsub
13066 $extrasub
13067 _ACEOF
13068 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13070 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13071 s|@configure_input@|$ac_sed_conf_input|;t t
13072 s&@top_builddir@&$ac_top_builddir_sub&;t t
13073 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13074 s&@srcdir@&$ac_srcdir&;t t
13075 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13076 s&@top_srcdir@&$ac_top_srcdir&;t t
13077 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13078 s&@builddir@&$ac_builddir&;t t
13079 s&@abs_builddir@&$ac_abs_builddir&;t t
13080 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13081 s&@INSTALL@&$ac_INSTALL&;t t
13082 s&@MKDIR_P@&$ac_MKDIR_P&;t t
13083 $ac_datarootdir_hack
13085 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13086 || as_fn_error "could not create $ac_file" "$LINENO" 5
13088 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13089 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
13090 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13092 which seems to be undefined. Please make sure it is defined." >&5
13093 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13094 which seems to be undefined. Please make sure it is defined." >&2;}
13096 rm -f "$tmp/stdin"
13097 case $ac_file in
13098 -) cat "$tmp/out" && rm -f "$tmp/out";;
13099 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13100 esac \
13101 || as_fn_error "could not create $ac_file" "$LINENO" 5
13105 # CONFIG_HEADER
13107 if test x"$ac_file" != x-; then
13109 $as_echo "/* $configure_input */" \
13110 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13111 } >"$tmp/config.h" \
13112 || as_fn_error "could not create $ac_file" "$LINENO" 5
13113 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13115 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13116 else
13117 rm -f "$ac_file"
13118 mv "$tmp/config.h" "$ac_file" \
13119 || as_fn_error "could not create $ac_file" "$LINENO" 5
13121 else
13122 $as_echo "/* $configure_input */" \
13123 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13124 || as_fn_error "could not create -" "$LINENO" 5
13126 # Compute "$ac_file"'s index in $config_headers.
13127 _am_arg="$ac_file"
13128 _am_stamp_count=1
13129 for _am_header in $config_headers :; do
13130 case $_am_header in
13131 $_am_arg | $_am_arg:* )
13132 break ;;
13134 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13135 esac
13136 done
13137 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13138 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13139 X"$_am_arg" : 'X\(//\)[^/]' \| \
13140 X"$_am_arg" : 'X\(//\)$' \| \
13141 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13142 $as_echo X"$_am_arg" |
13143 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13144 s//\1/
13147 /^X\(\/\/\)[^/].*/{
13148 s//\1/
13151 /^X\(\/\/\)$/{
13152 s//\1/
13155 /^X\(\/\).*/{
13156 s//\1/
13159 s/.*/./; q'`/stamp-h$_am_stamp_count
13162 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13163 $as_echo "$as_me: executing $ac_file commands" >&6;}
13165 esac
13168 case $ac_file$ac_mode in
13169 "default-1":C)
13170 # Only add multilib support code if we just rebuilt the top-level
13171 # Makefile.
13172 case " $CONFIG_FILES " in
13173 *" Makefile "*)
13174 ac_file=Makefile . ${multi_basedir}/config-ml.in
13176 esac ;;
13177 "libtool":C)
13179 # See if we are running on zsh, and set the options which allow our
13180 # commands through without removal of \ escapes.
13181 if test -n "${ZSH_VERSION+set}" ; then
13182 setopt NO_GLOB_SUBST
13185 cfgfile="${ofile}T"
13186 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13187 $RM "$cfgfile"
13189 cat <<_LT_EOF >> "$cfgfile"
13190 #! $SHELL
13192 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13193 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13194 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13195 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13197 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13198 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13199 # Written by Gordon Matzigkeit, 1996
13201 # This file is part of GNU Libtool.
13203 # GNU Libtool is free software; you can redistribute it and/or
13204 # modify it under the terms of the GNU General Public License as
13205 # published by the Free Software Foundation; either version 2 of
13206 # the License, or (at your option) any later version.
13208 # As a special exception to the GNU General Public License,
13209 # if you distribute this file as part of a program or library that
13210 # is built using GNU Libtool, you may include this file under the
13211 # same distribution terms that you use for the rest of that program.
13213 # GNU Libtool is distributed in the hope that it will be useful,
13214 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13215 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13216 # GNU General Public License for more details.
13218 # You should have received a copy of the GNU General Public License
13219 # along with GNU Libtool; see the file COPYING. If not, a copy
13220 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13221 # obtained by writing to the Free Software Foundation, Inc.,
13222 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13225 # The names of the tagged configurations supported by this script.
13226 available_tags=""
13228 # ### BEGIN LIBTOOL CONFIG
13230 # Which release of libtool.m4 was used?
13231 macro_version=$macro_version
13232 macro_revision=$macro_revision
13234 # Whether or not to build shared libraries.
13235 build_libtool_libs=$enable_shared
13237 # Whether or not to build static libraries.
13238 build_old_libs=$enable_static
13240 # What type of objects to build.
13241 pic_mode=$pic_mode
13243 # Whether or not to optimize for fast installation.
13244 fast_install=$enable_fast_install
13246 # Shell to use when invoking shell scripts.
13247 SHELL=$lt_SHELL
13249 # An echo program that protects backslashes.
13250 ECHO=$lt_ECHO
13252 # The host system.
13253 host_alias=$host_alias
13254 host=$host
13255 host_os=$host_os
13257 # The build system.
13258 build_alias=$build_alias
13259 build=$build
13260 build_os=$build_os
13262 # A sed program that does not truncate output.
13263 SED=$lt_SED
13265 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13266 Xsed="\$SED -e 1s/^X//"
13268 # A grep program that handles long lines.
13269 GREP=$lt_GREP
13271 # An ERE matcher.
13272 EGREP=$lt_EGREP
13274 # A literal string matcher.
13275 FGREP=$lt_FGREP
13277 # A BSD- or MS-compatible name lister.
13278 NM=$lt_NM
13280 # Whether we need soft or hard links.
13281 LN_S=$lt_LN_S
13283 # What is the maximum length of a command?
13284 max_cmd_len=$max_cmd_len
13286 # Object file suffix (normally "o").
13287 objext=$ac_objext
13289 # Executable file suffix (normally "").
13290 exeext=$exeext
13292 # whether the shell understands "unset".
13293 lt_unset=$lt_unset
13295 # turn spaces into newlines.
13296 SP2NL=$lt_lt_SP2NL
13298 # turn newlines into spaces.
13299 NL2SP=$lt_lt_NL2SP
13301 # An object symbol dumper.
13302 OBJDUMP=$lt_OBJDUMP
13304 # Method to check whether dependent libraries are shared objects.
13305 deplibs_check_method=$lt_deplibs_check_method
13307 # Command to use when deplibs_check_method == "file_magic".
13308 file_magic_cmd=$lt_file_magic_cmd
13310 # The archiver.
13311 AR=$lt_AR
13312 AR_FLAGS=$lt_AR_FLAGS
13314 # A symbol stripping program.
13315 STRIP=$lt_STRIP
13317 # Commands used to install an old-style archive.
13318 RANLIB=$lt_RANLIB
13319 old_postinstall_cmds=$lt_old_postinstall_cmds
13320 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13322 # Whether to use a lock for old archive extraction.
13323 lock_old_archive_extraction=$lock_old_archive_extraction
13325 # A C compiler.
13326 LTCC=$lt_CC
13328 # LTCC compiler flags.
13329 LTCFLAGS=$lt_CFLAGS
13331 # Take the output of nm and produce a listing of raw symbols and C names.
13332 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13334 # Transform the output of nm in a proper C declaration.
13335 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13337 # Transform the output of nm in a C name address pair.
13338 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13340 # Transform the output of nm in a C name address pair when lib prefix is needed.
13341 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13343 # The name of the directory that contains temporary libtool files.
13344 objdir=$objdir
13346 # Used to examine libraries when file_magic_cmd begins with "file".
13347 MAGIC_CMD=$MAGIC_CMD
13349 # Must we lock files when doing compilation?
13350 need_locks=$lt_need_locks
13352 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13353 DSYMUTIL=$lt_DSYMUTIL
13355 # Tool to change global to local symbols on Mac OS X.
13356 NMEDIT=$lt_NMEDIT
13358 # Tool to manipulate fat objects and archives on Mac OS X.
13359 LIPO=$lt_LIPO
13361 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13362 OTOOL=$lt_OTOOL
13364 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13365 OTOOL64=$lt_OTOOL64
13367 # Old archive suffix (normally "a").
13368 libext=$libext
13370 # Shared library suffix (normally ".so").
13371 shrext_cmds=$lt_shrext_cmds
13373 # The commands to extract the exported symbol list from a shared archive.
13374 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13376 # Variables whose values should be saved in libtool wrapper scripts and
13377 # restored at link time.
13378 variables_saved_for_relink=$lt_variables_saved_for_relink
13380 # Do we need the "lib" prefix for modules?
13381 need_lib_prefix=$need_lib_prefix
13383 # Do we need a version for libraries?
13384 need_version=$need_version
13386 # Library versioning type.
13387 version_type=$version_type
13389 # Shared library runtime path variable.
13390 runpath_var=$runpath_var
13392 # Shared library path variable.
13393 shlibpath_var=$shlibpath_var
13395 # Is shlibpath searched before the hard-coded library search path?
13396 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13398 # Format of library name prefix.
13399 libname_spec=$lt_libname_spec
13401 # List of archive names. First name is the real one, the rest are links.
13402 # The last name is the one that the linker finds with -lNAME
13403 library_names_spec=$lt_library_names_spec
13405 # The coded name of the library, if different from the real name.
13406 soname_spec=$lt_soname_spec
13408 # Permission mode override for installation of shared libraries.
13409 install_override_mode=$lt_install_override_mode
13411 # Command to use after installation of a shared archive.
13412 postinstall_cmds=$lt_postinstall_cmds
13414 # Command to use after uninstallation of a shared archive.
13415 postuninstall_cmds=$lt_postuninstall_cmds
13417 # Commands used to finish a libtool library installation in a directory.
13418 finish_cmds=$lt_finish_cmds
13420 # As "finish_cmds", except a single script fragment to be evaled but
13421 # not shown.
13422 finish_eval=$lt_finish_eval
13424 # Whether we should hardcode library paths into libraries.
13425 hardcode_into_libs=$hardcode_into_libs
13427 # Compile-time system search path for libraries.
13428 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13430 # Run-time system search path for libraries.
13431 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13433 # Whether dlopen is supported.
13434 dlopen_support=$enable_dlopen
13436 # Whether dlopen of programs is supported.
13437 dlopen_self=$enable_dlopen_self
13439 # Whether dlopen of statically linked programs is supported.
13440 dlopen_self_static=$enable_dlopen_self_static
13442 # Commands to strip libraries.
13443 old_striplib=$lt_old_striplib
13444 striplib=$lt_striplib
13447 # The linker used to build libraries.
13448 LD=$lt_LD
13450 # How to create reloadable object files.
13451 reload_flag=$lt_reload_flag
13452 reload_cmds=$lt_reload_cmds
13454 # Commands used to build an old-style archive.
13455 old_archive_cmds=$lt_old_archive_cmds
13457 # A language specific compiler.
13458 CC=$lt_compiler
13460 # Is the compiler the GNU compiler?
13461 with_gcc=$GCC
13463 # Compiler flag to turn off builtin functions.
13464 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13466 # How to pass a linker flag through the compiler.
13467 wl=$lt_lt_prog_compiler_wl
13469 # Additional compiler flags for building library objects.
13470 pic_flag=$lt_lt_prog_compiler_pic
13472 # Compiler flag to prevent dynamic linking.
13473 link_static_flag=$lt_lt_prog_compiler_static
13475 # Does compiler simultaneously support -c and -o options?
13476 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13478 # Whether or not to add -lc for building shared libraries.
13479 build_libtool_need_lc=$archive_cmds_need_lc
13481 # Whether or not to disallow shared libs when runtime libs are static.
13482 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13484 # Compiler flag to allow reflexive dlopens.
13485 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13487 # Compiler flag to generate shared objects directly from archives.
13488 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13490 # Whether the compiler copes with passing no objects directly.
13491 compiler_needs_object=$lt_compiler_needs_object
13493 # Create an old-style archive from a shared archive.
13494 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13496 # Create a temporary old-style archive to link instead of a shared archive.
13497 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13499 # Commands used to build a shared archive.
13500 archive_cmds=$lt_archive_cmds
13501 archive_expsym_cmds=$lt_archive_expsym_cmds
13503 # Commands used to build a loadable module if different from building
13504 # a shared archive.
13505 module_cmds=$lt_module_cmds
13506 module_expsym_cmds=$lt_module_expsym_cmds
13508 # Whether we are building with GNU ld or not.
13509 with_gnu_ld=$lt_with_gnu_ld
13511 # Flag that allows shared libraries with undefined symbols to be built.
13512 allow_undefined_flag=$lt_allow_undefined_flag
13514 # Flag that enforces no undefined symbols.
13515 no_undefined_flag=$lt_no_undefined_flag
13517 # Flag to hardcode \$libdir into a binary during linking.
13518 # This must work even if \$libdir does not exist
13519 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13521 # If ld is used when linking, flag to hardcode \$libdir into a binary
13522 # during linking. This must work even if \$libdir does not exist.
13523 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13525 # Whether we need a single "-rpath" flag with a separated argument.
13526 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13528 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13529 # DIR into the resulting binary.
13530 hardcode_direct=$hardcode_direct
13532 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13533 # DIR into the resulting binary and the resulting library dependency is
13534 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13535 # library is relocated.
13536 hardcode_direct_absolute=$hardcode_direct_absolute
13538 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13539 # into the resulting binary.
13540 hardcode_minus_L=$hardcode_minus_L
13542 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13543 # into the resulting binary.
13544 hardcode_shlibpath_var=$hardcode_shlibpath_var
13546 # Set to "yes" if building a shared library automatically hardcodes DIR
13547 # into the library and all subsequent libraries and executables linked
13548 # against it.
13549 hardcode_automatic=$hardcode_automatic
13551 # Set to yes if linker adds runtime paths of dependent libraries
13552 # to runtime path list.
13553 inherit_rpath=$inherit_rpath
13555 # Whether libtool must link a program against all its dependency libraries.
13556 link_all_deplibs=$link_all_deplibs
13558 # Fix the shell variable \$srcfile for the compiler.
13559 fix_srcfile_path=$lt_fix_srcfile_path
13561 # Set to "yes" if exported symbols are required.
13562 always_export_symbols=$always_export_symbols
13564 # The commands to list exported symbols.
13565 export_symbols_cmds=$lt_export_symbols_cmds
13567 # Symbols that should not be listed in the preloaded symbols.
13568 exclude_expsyms=$lt_exclude_expsyms
13570 # Symbols that must always be exported.
13571 include_expsyms=$lt_include_expsyms
13573 # Commands necessary for linking programs (against libraries) with templates.
13574 prelink_cmds=$lt_prelink_cmds
13576 # Specify filename containing input files.
13577 file_list_spec=$lt_file_list_spec
13579 # How to hardcode a shared library path into an executable.
13580 hardcode_action=$hardcode_action
13582 # ### END LIBTOOL CONFIG
13584 _LT_EOF
13586 case $host_os in
13587 aix3*)
13588 cat <<\_LT_EOF >> "$cfgfile"
13589 # AIX sometimes has problems with the GCC collect2 program. For some
13590 # reason, if we set the COLLECT_NAMES environment variable, the problems
13591 # vanish in a puff of smoke.
13592 if test "X${COLLECT_NAMES+set}" != Xset; then
13593 COLLECT_NAMES=
13594 export COLLECT_NAMES
13596 _LT_EOF
13598 esac
13601 ltmain="$ac_aux_dir/ltmain.sh"
13604 # We use sed instead of cat because bash on DJGPP gets confused if
13605 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13606 # text mode, it properly converts lines to CR/LF. This bash problem
13607 # is reportedly fixed, but why not run on old versions too?
13608 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13609 || (rm -f "$cfgfile"; exit 1)
13611 case $xsi_shell in
13612 yes)
13613 cat << \_LT_EOF >> "$cfgfile"
13615 # func_dirname file append nondir_replacement
13616 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13617 # otherwise set result to NONDIR_REPLACEMENT.
13618 func_dirname ()
13620 case ${1} in
13621 */*) func_dirname_result="${1%/*}${2}" ;;
13622 * ) func_dirname_result="${3}" ;;
13623 esac
13626 # func_basename file
13627 func_basename ()
13629 func_basename_result="${1##*/}"
13632 # func_dirname_and_basename file append nondir_replacement
13633 # perform func_basename and func_dirname in a single function
13634 # call:
13635 # dirname: Compute the dirname of FILE. If nonempty,
13636 # add APPEND to the result, otherwise set result
13637 # to NONDIR_REPLACEMENT.
13638 # value returned in "$func_dirname_result"
13639 # basename: Compute filename of FILE.
13640 # value retuned in "$func_basename_result"
13641 # Implementation must be kept synchronized with func_dirname
13642 # and func_basename. For efficiency, we do not delegate to
13643 # those functions but instead duplicate the functionality here.
13644 func_dirname_and_basename ()
13646 case ${1} in
13647 */*) func_dirname_result="${1%/*}${2}" ;;
13648 * ) func_dirname_result="${3}" ;;
13649 esac
13650 func_basename_result="${1##*/}"
13653 # func_stripname prefix suffix name
13654 # strip PREFIX and SUFFIX off of NAME.
13655 # PREFIX and SUFFIX must not contain globbing or regex special
13656 # characters, hashes, percent signs, but SUFFIX may contain a leading
13657 # dot (in which case that matches only a dot).
13658 func_stripname ()
13660 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13661 # positional parameters, so assign one to ordinary parameter first.
13662 func_stripname_result=${3}
13663 func_stripname_result=${func_stripname_result#"${1}"}
13664 func_stripname_result=${func_stripname_result%"${2}"}
13667 # func_opt_split
13668 func_opt_split ()
13670 func_opt_split_opt=${1%%=*}
13671 func_opt_split_arg=${1#*=}
13674 # func_lo2o object
13675 func_lo2o ()
13677 case ${1} in
13678 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13679 *) func_lo2o_result=${1} ;;
13680 esac
13683 # func_xform libobj-or-source
13684 func_xform ()
13686 func_xform_result=${1%.*}.lo
13689 # func_arith arithmetic-term...
13690 func_arith ()
13692 func_arith_result=$(( $* ))
13695 # func_len string
13696 # STRING may not start with a hyphen.
13697 func_len ()
13699 func_len_result=${#1}
13702 _LT_EOF
13704 *) # Bourne compatible functions.
13705 cat << \_LT_EOF >> "$cfgfile"
13707 # func_dirname file append nondir_replacement
13708 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13709 # otherwise set result to NONDIR_REPLACEMENT.
13710 func_dirname ()
13712 # Extract subdirectory from the argument.
13713 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13714 if test "X$func_dirname_result" = "X${1}"; then
13715 func_dirname_result="${3}"
13716 else
13717 func_dirname_result="$func_dirname_result${2}"
13721 # func_basename file
13722 func_basename ()
13724 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13728 # func_stripname prefix suffix name
13729 # strip PREFIX and SUFFIX off of NAME.
13730 # PREFIX and SUFFIX must not contain globbing or regex special
13731 # characters, hashes, percent signs, but SUFFIX may contain a leading
13732 # dot (in which case that matches only a dot).
13733 # func_strip_suffix prefix name
13734 func_stripname ()
13736 case ${2} in
13737 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13738 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13739 esac
13742 # sed scripts:
13743 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13744 my_sed_long_arg='1s/^-[^=]*=//'
13746 # func_opt_split
13747 func_opt_split ()
13749 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13750 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13753 # func_lo2o object
13754 func_lo2o ()
13756 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13759 # func_xform libobj-or-source
13760 func_xform ()
13762 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13765 # func_arith arithmetic-term...
13766 func_arith ()
13768 func_arith_result=`expr "$@"`
13771 # func_len string
13772 # STRING may not start with a hyphen.
13773 func_len ()
13775 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13778 _LT_EOF
13779 esac
13781 case $lt_shell_append in
13782 yes)
13783 cat << \_LT_EOF >> "$cfgfile"
13785 # func_append var value
13786 # Append VALUE to the end of shell variable VAR.
13787 func_append ()
13789 eval "$1+=\$2"
13791 _LT_EOF
13794 cat << \_LT_EOF >> "$cfgfile"
13796 # func_append var value
13797 # Append VALUE to the end of shell variable VAR.
13798 func_append ()
13800 eval "$1=\$$1\$2"
13803 _LT_EOF
13805 esac
13808 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13809 || (rm -f "$cfgfile"; exit 1)
13811 mv -f "$cfgfile" "$ofile" ||
13812 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13813 chmod +x "$ofile"
13816 "mpxrt/Makefile":F) cat > vpsed$$ << \_EOF
13817 s!`test -f '$<' || echo '$(srcdir)/'`!!
13818 _EOF
13819 sed -f vpsed$$ $ac_file > tmp$$
13820 mv tmp$$ $ac_file
13821 rm vpsed$$
13822 echo 'MULTISUBDIR =' >> $ac_file
13823 ml_norecursion=yes
13824 . ${multi_basedir}/config-ml.in
13825 { ml_norecursion=; unset ml_norecursion;}
13827 "mpxwrap/Makefile":F) cat > vpsed$$ << \_EOF
13828 s!`test -f '$<' || echo '$(srcdir)/'`!!
13829 _EOF
13830 sed -f vpsed$$ $ac_file > tmp$$
13831 mv tmp$$ $ac_file
13832 rm vpsed$$
13833 echo 'MULTISUBDIR =' >> $ac_file
13834 ml_norecursion=yes
13835 . ${multi_basedir}/config-ml.in
13836 { ml_norecursion=; unset ml_norecursion;}
13839 esac
13840 done # for ac_tag
13843 as_fn_exit 0
13844 _ACEOF
13845 ac_clean_files=$ac_clean_files_save
13847 test $ac_write_fail = 0 ||
13848 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13851 # configure is writing to config.log, and then calls config.status.
13852 # config.status does its own redirection, appending to config.log.
13853 # Unfortunately, on DOS this fails, as config.log is still kept open
13854 # by configure, so config.status won't be able to write to it; its
13855 # output is simply discarded. So we exec the FD to /dev/null,
13856 # effectively closing config.log, so it can be properly (re)opened and
13857 # appended to by config.status. When coming back to configure, we
13858 # need to make the FD available again.
13859 if test "$no_create" != yes; then
13860 ac_cs_success=:
13861 ac_config_status_args=
13862 test "$silent" = yes &&
13863 ac_config_status_args="$ac_config_status_args --quiet"
13864 exec 5>/dev/null
13865 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13866 exec 5>>config.log
13867 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13868 # would make configure fail if this is the last instruction.
13869 $ac_cs_success || as_fn_exit $?
13871 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13872 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13873 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}