2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for GNU OpenMP Runtime Library 1.0.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
268 PACKAGE_NAME
='GNU OpenMP Runtime Library'
269 PACKAGE_TARNAME
='libgomp'
270 PACKAGE_VERSION
='1.0'
271 PACKAGE_STRING
='GNU OpenMP Runtime Library 1.0'
274 # Factoring default headers for most tests.
275 ac_includes_default
="\
278 # include <sys/types.h>
281 # include <sys/stat.h>
292 # if !STDC_HEADERS && HAVE_MEMORY_H
298 # include <strings.h>
301 # include <inttypes.h>
311 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar multi_basedir toolexecdir toolexeclibdir CC ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CFLAGS AR ac_ct_AR RANLIB ac_ct_RANLIB PERL LN_S LIBTOOL enable_shared enable_static MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT FC FCFLAGS LDFLAGS ac_ct_FC libtool_VERSION CPP CPPFLAGS EGREP SECTION_LDFLAGS OPT_LDFLAGS LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE config_path XCFLAGS XLDFLAGS link_gomp USE_FORTRAN_TRUE USE_FORTRAN_FALSE OMP_LOCK_SIZE OMP_LOCK_ALIGN OMP_NEST_LOCK_SIZE OMP_NEST_LOCK_ALIGN OMP_LOCK_KIND OMP_NEST_LOCK_KIND LIBOBJS LTLIBOBJS'
314 # Initialize some variables set by options.
316 ac_init_version
=false
317 # The variables have the same names as the options, with
318 # dashes changed to underlines.
326 program_transform_name
=s
,x
,x
,
334 # Installation directory options.
335 # These are left unexpanded so users can "make install exec_prefix=/foo"
336 # and all the variables that are supposed to be based on exec_prefix
337 # by default will actually change.
338 # Use braces instead of parens because sh, perl, etc. also accept them.
339 bindir
='${exec_prefix}/bin'
340 sbindir
='${exec_prefix}/sbin'
341 libexecdir
='${exec_prefix}/libexec'
342 datadir
='${prefix}/share'
343 sysconfdir
='${prefix}/etc'
344 sharedstatedir
='${prefix}/com'
345 localstatedir
='${prefix}/var'
346 libdir
='${exec_prefix}/lib'
347 includedir
='${prefix}/include'
348 oldincludedir
='/usr/include'
349 infodir
='${prefix}/info'
350 mandir
='${prefix}/man'
355 # If the previous option needs an argument, assign it.
356 if test -n "$ac_prev"; then
357 eval "$ac_prev=\$ac_option"
362 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364 # Accept the important Cygnus configure options, so we can diagnose typos.
368 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
370 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
373 -build |
--build |
--buil |
--bui |
--bu)
374 ac_prev
=build_alias
;;
375 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
376 build_alias
=$ac_optarg ;;
378 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
379 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
380 ac_prev
=cache_file
;;
381 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
382 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
383 cache_file
=$ac_optarg ;;
386 cache_file
=config.cache
;;
388 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
390 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
392 datadir
=$ac_optarg ;;
394 -disable-* |
--disable-*)
395 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
396 # Reject names that are not valid shell variable names.
397 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
398 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
399 { (exit 1); exit 1; }; }
400 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
401 eval "enable_$ac_feature=no" ;;
403 -enable-* |
--enable-*)
404 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
405 # Reject names that are not valid shell variable names.
406 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
407 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
408 { (exit 1); exit 1; }; }
409 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
411 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
414 eval "enable_$ac_feature='$ac_optarg'" ;;
416 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
417 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
418 |
--exec |
--exe |
--ex)
419 ac_prev
=exec_prefix
;;
420 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
421 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
422 |
--exec=* |
--exe=* |
--ex=*)
423 exec_prefix
=$ac_optarg ;;
425 -gas |
--gas |
--ga |
--g)
426 # Obsolete; use --with-gas.
429 -help |
--help |
--hel |
--he |
-h)
431 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
432 ac_init_help
=recursive
;;
433 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
434 ac_init_help
=short
;;
436 -host |
--host |
--hos |
--ho)
437 ac_prev
=host_alias
;;
438 -host=* |
--host=* |
--hos=* |
--ho=*)
439 host_alias
=$ac_optarg ;;
441 -includedir |
--includedir |
--includedi |
--included |
--include \
442 |
--includ |
--inclu |
--incl |
--inc)
443 ac_prev
=includedir
;;
444 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
445 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
446 includedir
=$ac_optarg ;;
448 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
450 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
451 infodir
=$ac_optarg ;;
453 -libdir |
--libdir |
--libdi |
--libd)
455 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
458 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
459 |
--libexe |
--libex |
--libe)
460 ac_prev
=libexecdir
;;
461 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
462 |
--libexe=* |
--libex=* |
--libe=*)
463 libexecdir
=$ac_optarg ;;
465 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
466 |
--localstate |
--localstat |
--localsta |
--localst \
467 |
--locals |
--local |
--loca |
--loc |
--lo)
468 ac_prev
=localstatedir
;;
469 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
470 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
471 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
472 localstatedir
=$ac_optarg ;;
474 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
476 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
480 # Obsolete; use --without-fp.
483 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
484 |
--no-cr |
--no-c |
-n)
487 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
488 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
491 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
492 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
493 |
--oldin |
--oldi |
--old |
--ol |
--o)
494 ac_prev
=oldincludedir
;;
495 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
496 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
497 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
498 oldincludedir
=$ac_optarg ;;
500 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
502 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
505 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
506 |
--program-pre |
--program-pr |
--program-p)
507 ac_prev
=program_prefix
;;
508 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
509 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
510 program_prefix
=$ac_optarg ;;
512 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
513 |
--program-suf |
--program-su |
--program-s)
514 ac_prev
=program_suffix
;;
515 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
516 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
517 program_suffix
=$ac_optarg ;;
519 -program-transform-name |
--program-transform-name \
520 |
--program-transform-nam |
--program-transform-na \
521 |
--program-transform-n |
--program-transform- \
522 |
--program-transform |
--program-transfor \
523 |
--program-transfo |
--program-transf \
524 |
--program-trans |
--program-tran \
525 |
--progr-tra |
--program-tr |
--program-t)
526 ac_prev
=program_transform_name
;;
527 -program-transform-name=* |
--program-transform-name=* \
528 |
--program-transform-nam=* |
--program-transform-na=* \
529 |
--program-transform-n=* |
--program-transform-=* \
530 |
--program-transform=* |
--program-transfor=* \
531 |
--program-transfo=* |
--program-transf=* \
532 |
--program-trans=* |
--program-tran=* \
533 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
534 program_transform_name
=$ac_optarg ;;
536 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
537 |
-silent |
--silent |
--silen |
--sile |
--sil)
540 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
542 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
544 sbindir
=$ac_optarg ;;
546 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
547 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
548 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
550 ac_prev
=sharedstatedir
;;
551 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
552 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
553 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
555 sharedstatedir
=$ac_optarg ;;
557 -site |
--site |
--sit)
559 -site=* |
--site=* |
--sit=*)
562 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
564 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
567 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
568 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
569 ac_prev
=sysconfdir
;;
570 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
571 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
572 sysconfdir
=$ac_optarg ;;
574 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
575 ac_prev
=target_alias
;;
576 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
577 target_alias
=$ac_optarg ;;
579 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
582 -version |
--version |
--versio |
--versi |
--vers |
-V)
586 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
587 # Reject names that are not valid shell variable names.
588 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
589 { echo "$as_me: error: invalid package name: $ac_package" >&2
590 { (exit 1); exit 1; }; }
591 ac_package
=`echo $ac_package| sed 's/-/_/g'`
593 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
596 eval "with_$ac_package='$ac_optarg'" ;;
598 -without-* |
--without-*)
599 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
600 # Reject names that are not valid shell variable names.
601 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
602 { echo "$as_me: error: invalid package name: $ac_package" >&2
603 { (exit 1); exit 1; }; }
604 ac_package
=`echo $ac_package | sed 's/-/_/g'`
605 eval "with_$ac_package=no" ;;
608 # Obsolete; use --with-x.
611 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
612 |
--x-incl |
--x-inc |
--x-in |
--x-i)
613 ac_prev
=x_includes
;;
614 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
615 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
616 x_includes
=$ac_optarg ;;
618 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
619 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
620 ac_prev
=x_libraries
;;
621 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
622 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
623 x_libraries
=$ac_optarg ;;
625 -*) { echo "$as_me: error: unrecognized option: $ac_option
626 Try \`$0 --help' for more information." >&2
627 { (exit 1); exit 1; }; }
631 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
632 # Reject names that are not valid shell variable names.
633 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
634 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
635 { (exit 1); exit 1; }; }
636 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
637 eval "$ac_envvar='$ac_optarg'"
641 # FIXME: should be removed in autoconf 3.0.
642 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
643 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
644 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
645 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 if test -n "$ac_prev"; then
652 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
653 { echo "$as_me: error: missing argument to $ac_option" >&2
654 { (exit 1); exit 1; }; }
657 # Be sure to have absolute paths.
658 for ac_var
in exec_prefix prefix
660 eval ac_val
=$
`echo $ac_var`
662 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
663 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
664 { (exit 1); exit 1; }; };;
668 # Be sure to have absolute paths.
669 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
670 localstatedir libdir includedir oldincludedir infodir mandir
672 eval ac_val
=$
`echo $ac_var`
674 [\\/$
]* | ?
:[\\/]* ) ;;
675 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
676 { (exit 1); exit 1; }; };;
680 # There might be people who depend on the old broken behavior: `$host'
681 # used to hold the argument of --host etc.
682 # FIXME: To remove some day.
687 # FIXME: To remove some day.
688 if test "x$host_alias" != x
; then
689 if test "x$build_alias" = x
; then
690 cross_compiling
=maybe
691 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
692 If a cross compiler is detected then cross compile mode will be used." >&2
693 elif test "x$build_alias" != "x$host_alias"; then
699 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
701 test "$silent" = yes && exec 6>/dev
/null
704 # Find the source files, if location was not specified.
705 if test -z "$srcdir"; then
706 ac_srcdir_defaulted
=yes
707 # Try the directory containing this script, then its parent.
708 ac_confdir
=`(dirname "$0") 2>/dev/null ||
709 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
710 X"$0" : 'X\(//\)[^/]' \| \
711 X"$0" : 'X\(//\)$' \| \
712 X"$0" : 'X\(/\)' \| \
713 . : '\(.\)' 2>/dev/null ||
715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
716 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
717 /^X\(\/\/\)$/{ s//\1/; q; }
718 /^X\(\/\).*/{ s//\1/; q; }
721 if test ! -r $srcdir/$ac_unique_file; then
725 ac_srcdir_defaulted
=no
727 if test ! -r $srcdir/$ac_unique_file; then
728 if test "$ac_srcdir_defaulted" = yes; then
729 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
730 { (exit 1); exit 1; }; }
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
733 { (exit 1); exit 1; }; }
736 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
737 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
738 { (exit 1); exit 1; }; }
739 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
740 ac_env_build_alias_set
=${build_alias+set}
741 ac_env_build_alias_value
=$build_alias
742 ac_cv_env_build_alias_set
=${build_alias+set}
743 ac_cv_env_build_alias_value
=$build_alias
744 ac_env_host_alias_set
=${host_alias+set}
745 ac_env_host_alias_value
=$host_alias
746 ac_cv_env_host_alias_set
=${host_alias+set}
747 ac_cv_env_host_alias_value
=$host_alias
748 ac_env_target_alias_set
=${target_alias+set}
749 ac_env_target_alias_value
=$target_alias
750 ac_cv_env_target_alias_set
=${target_alias+set}
751 ac_cv_env_target_alias_value
=$target_alias
752 ac_env_FC_set
=${FC+set}
754 ac_cv_env_FC_set
=${FC+set}
755 ac_cv_env_FC_value
=$FC
756 ac_env_FCFLAGS_set
=${FCFLAGS+set}
757 ac_env_FCFLAGS_value
=$FCFLAGS
758 ac_cv_env_FCFLAGS_set
=${FCFLAGS+set}
759 ac_cv_env_FCFLAGS_value
=$FCFLAGS
760 ac_env_LDFLAGS_set
=${LDFLAGS+set}
761 ac_env_LDFLAGS_value
=$LDFLAGS
762 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
763 ac_cv_env_LDFLAGS_value
=$LDFLAGS
764 ac_env_CPP_set
=${CPP+set}
765 ac_env_CPP_value
=$CPP
766 ac_cv_env_CPP_set
=${CPP+set}
767 ac_cv_env_CPP_value
=$CPP
768 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
769 ac_env_CPPFLAGS_value
=$CPPFLAGS
770 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
771 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
774 # Report the --help message.
776 if test "$ac_init_help" = "long"; then
777 # Omit some internal or obsolete options to make the list less imposing.
778 # This message is too long to be a string in the A/UX 3.1 sh.
780 \`configure' configures GNU OpenMP Runtime Library 1.0 to adapt to many kinds of systems.
782 Usage: $0 [OPTION]... [VAR=VALUE]...
784 To assign environment variables (e.g., CC, CFLAGS...), specify them as
785 VAR=VALUE. See below for descriptions of some of the useful variables.
787 Defaults for the options are specified in brackets.
790 -h, --help display this help and exit
791 --help=short display options specific to this package
792 --help=recursive display the short help of all the included packages
793 -V, --version display version information and exit
794 -q, --quiet, --silent do not print \`checking...' messages
795 --cache-file=FILE cache test results in FILE [disabled]
796 -C, --config-cache alias for \`--cache-file=config.cache'
797 -n, --no-create do not create output files
798 --srcdir=DIR find the sources in DIR [configure dir or \`..']
803 Installation directories:
804 --prefix=PREFIX install architecture-independent files in PREFIX
806 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
809 By default, \`make install' will install all the files in
810 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
811 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
812 for instance \`--prefix=\$HOME'.
814 For better control, use the options below.
816 Fine tuning of the installation directories:
817 --bindir=DIR user executables [EPREFIX/bin]
818 --sbindir=DIR system admin executables [EPREFIX/sbin]
819 --libexecdir=DIR program executables [EPREFIX/libexec]
820 --datadir=DIR read-only architecture-independent data [PREFIX/share]
821 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
822 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
823 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
824 --libdir=DIR object code libraries [EPREFIX/lib]
825 --includedir=DIR C header files [PREFIX/include]
826 --oldincludedir=DIR C header files for non-gcc [/usr/include]
827 --infodir=DIR info documentation [PREFIX/info]
828 --mandir=DIR man documentation [PREFIX/man]
834 --program-prefix=PREFIX prepend PREFIX to installed program names
835 --program-suffix=SUFFIX append SUFFIX to installed program names
836 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
839 --build=BUILD configure
for building on BUILD
[guessed
]
840 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
841 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
845 if test -n "$ac_init_help"; then
846 case $ac_init_help in
847 short | recursive
) echo "Configuration of GNU OpenMP Runtime Library 1.0:";;
852 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
853 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
854 --enable-version-specific-runtime-libs
855 Specify that runtime libraries should be installed
856 in a compiler-specific directory
[default
=no
]
857 --enable-linux-futex Use the Linux futex system call
859 --enable-multilib build many library versions
(default
)
860 --disable-dependency-tracking speeds up one-time build
861 --enable-dependency-tracking do not reject slow dependency extractors
862 --enable-shared=PKGS build shared libraries default
=yes
863 --enable-static=PKGS build static libraries default
=yes
864 --enable-fast-install=PKGS optimize
for fast installation default
=yes
865 --disable-libtool-lock avoid locking
(might
break parallel builds
)
866 --enable-maintainer-mode enable make rules and dependencies not useful
867 (and sometimes confusing
) to the casual installer
868 --enable-tls Use thread-local storage
[default
=yes]
869 --enable-symvers=STYLE enables symbol versioning of the shared library
873 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
874 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
875 --with-gnu-ld assume the C compiler uses GNU ld default
=no
876 --with-pic try to use only PIC
/non-PIC objects default
=use both
878 Some influential environment variables
:
879 CC C compiler
command
880 CFLAGS C compiler flags
881 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
882 nonstandard directory
<lib dir
>
883 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
884 headers
in a nonstandard directory
<include dir
>
885 FC Fortran compiler
command
886 FCFLAGS Fortran compiler flags
889 Use these variables to override the choices made by
`configure' or to help
890 it to find libraries and programs with nonstandard names/locations.
895 if test "$ac_init_help" = "recursive"; then
896 # If there are subdirs, report their specific --help.
898 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
899 test -d $ac_dir || continue
902 if test "$ac_dir" != .; then
903 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
904 # A "../" for each directory in $ac_dir_suffix.
905 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
907 ac_dir_suffix= ac_top_builddir=
911 .) # No --srcdir option. We are building in place.
913 if test -z "$ac_top_builddir"; then
916 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
918 [\\/]* | ?:[\\/]* ) # Absolute path.
919 ac_srcdir=$srcdir$ac_dir_suffix;
920 ac_top_srcdir=$srcdir ;;
922 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
923 ac_top_srcdir=$ac_top_builddir$srcdir ;;
926 # Do not use `cd foo
&& pwd` to compute absolute paths, because
927 # the directories may not exist.
929 .) ac_abs_builddir="$ac_dir";;
932 .) ac_abs_builddir=`pwd`;;
933 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
934 *) ac_abs_builddir=`pwd`/"$ac_dir";;
937 case $ac_abs_builddir in
938 .) ac_abs_top_builddir=${ac_top_builddir}.;;
940 case ${ac_top_builddir}. in
941 .) ac_abs_top_builddir=$ac_abs_builddir;;
942 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
943 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
946 case $ac_abs_builddir in
947 .) ac_abs_srcdir=$ac_srcdir;;
950 .) ac_abs_srcdir=$ac_abs_builddir;;
951 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
952 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
955 case $ac_abs_builddir in
956 .) ac_abs_top_srcdir=$ac_top_srcdir;;
958 case $ac_top_srcdir in
959 .) ac_abs_top_srcdir=$ac_abs_builddir;;
960 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
961 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
966 # Check for guested configure; otherwise get Cygnus style configure.
967 if test -f $ac_srcdir/configure.gnu; then
969 $SHELL $ac_srcdir/configure.gnu --help=recursive
970 elif test -f $ac_srcdir/configure; then
972 $SHELL $ac_srcdir/configure --help=recursive
973 elif test -f $ac_srcdir/configure.ac ||
974 test -f $ac_srcdir/configure.in; then
978 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
984 test -n "$ac_init_help" && exit 0
985 if $ac_init_version; then
987 GNU OpenMP Runtime Library configure 1.0
988 generated by GNU Autoconf 2.59
990 Copyright (C) 2003 Free Software Foundation, Inc.
991 This configure script is free software; the Free Software Foundation
992 gives unlimited permission to copy, distribute and modify it.
998 This file contains any messages produced by compilers while
999 running configure, to aid debugging if configure makes a mistake.
1001 It was created by GNU OpenMP Runtime Library $as_me 1.0, which was
1002 generated by GNU Autoconf 2.59. Invocation command line was
1013 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1014 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1015 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1016 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1017 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1019 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1020 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1022 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1023 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1024 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1025 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1026 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1027 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1028 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1036 test -z "$as_dir" && as_dir=.
1037 echo "PATH: $as_dir"
1052 # Keep a trace of the command line.
1053 # Strip out --no-create and --no-recursion so they do not pile up.
1054 # Strip out --silent because we don't want to record it for future runs.
1055 # Also quote any args containing shell meta-characters.
1056 # Make two passes to allow for proper duplicate-argument suppression.
1061 ac_must_keep_next=false
1067 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1068 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1069 | -silent | --silent | --silen | --sile | --sil)
1071 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1072 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1075 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1077 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1078 if test $ac_must_keep_next = true; then
1079 ac_must_keep_next=false # Got value, back to normal.
1082 *=* | --config-cache | -C | -disable-* | --disable-* \
1083 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1084 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1085 | -with-* | --with-* | -without-* | --without-* | --x)
1086 case "$ac_configure_args0 " in
1087 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1090 -* ) ac_must_keep_next=true ;;
1093 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1094 # Get rid of the leading space.
1100 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1101 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1103 # When interrupted or exit'd, cleanup temporary files, and complete
1104 # config.log. We remove comments because anyway the quotes in there
1105 # would cause problems or look ugly.
1106 # WARNING: Be sure not to use single quotes in there, as some shells,
1107 # such as our DU 5.0 friend, will then `close
' the trap.
1108 trap 'exit_status
=$?
1109 # Save into config.log some information that might help in debugging.
1114 ## ---------------- ##
1115 ## Cache variables. ##
1116 ## ---------------- ##
1119 # The following way of writing the cache mishandles newlines in values,
1122 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1125 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1126 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1130 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1137 ## ----------------- ##
1138 ## Output variables. ##
1139 ## ----------------- ##
1142 for ac_var
in $ac_subst_vars
1144 eval ac_val
=$
`echo $ac_var`
1145 echo "$ac_var='"'"'$ac_val'"'"'"
1149 if test -n "$ac_subst_files"; then
1156 for ac_var
in $ac_subst_files
1158 eval ac_val
=$
`echo $ac_var`
1159 echo "$ac_var='"'"'$ac_val'"'"'"
1164 if test -s confdefs.h
; then
1171 sed "/^$/d" confdefs.h |
sort
1174 test "$ac_signal" != 0 &&
1175 echo "$as_me: caught signal $ac_signal"
1176 echo "$as_me: exit $exit_status"
1178 rm -f core
*.core
&&
1179 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1182 for ac_signal in 1 2 13 15; do
1183 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1187 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1188 rm -rf conftest* confdefs.h
1189 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1192 # Predefined preprocessor variables.
1194 cat >>confdefs.h <<_ACEOF
1195 #define PACKAGE_NAME "$PACKAGE_NAME"
1199 cat >>confdefs.h <<_ACEOF
1200 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1204 cat >>confdefs.h <<_ACEOF
1205 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1209 cat >>confdefs.h <<_ACEOF
1210 #define PACKAGE_STRING "$PACKAGE_STRING"
1214 cat >>confdefs.h <<_ACEOF
1215 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1219 # Let the site file select an alternate cache file if it wants to.
1220 # Prefer explicitly selected file to automatically selected ones.
1221 if test -z "$CONFIG_SITE"; then
1222 if test "x$prefix" != xNONE; then
1223 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1225 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1228 for ac_site_file in $CONFIG_SITE; do
1229 if test -r "$ac_site_file"; then
1230 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1231 echo "$as_me: loading site script $ac_site_file" >&6;}
1232 sed 's
/^
/|
/' "$ac_site_file" >&5
1237 if test -r "$cache_file"; then
1238 # Some versions of bash will fail to source /dev/null (special
1239 # files actually), so we avoid doing that.
1240 if test -f "$cache_file"; then
1241 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1242 echo "$as_me: loading cache $cache_file" >&6;}
1244 [\\/]* | ?:[\\/]* ) . $cache_file;;
1245 *) . ./$cache_file;;
1249 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1250 echo "$as_me: creating cache $cache_file" >&6;}
1254 # Check that the precious variables saved in the cache have kept the same
1256 ac_cache_corrupted=false
1257 for ac_var in `(set) 2>&1 |
1258 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1259 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1260 eval ac_new_set=\$ac_env_${ac_var}_set
1261 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1262 eval ac_new_val="\$ac_env_${ac_var}_value"
1263 case $ac_old_set,$ac_new_set in
1265 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1266 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1267 ac_cache_corrupted=: ;;
1269 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1270 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1271 ac_cache_corrupted=: ;;
1274 if test "x$ac_old_val" != "x$ac_new_val"; then
1275 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1276 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1277 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1278 echo "$as_me: former value: $ac_old_val" >&2;}
1279 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1280 echo "$as_me: current value: $ac_new_val" >&2;}
1281 ac_cache_corrupted=:
1284 # Pass precious variables to config.status.
1285 if test "$ac_new_set" = set; then
1287 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1288 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1289 *) ac_arg=$ac_var=$ac_new_val ;;
1291 case " $ac_configure_args " in
1292 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1293 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1297 if $ac_cache_corrupted; then
1298 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1299 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1300 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1301 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1302 { (exit 1); exit 1; }; }
1306 ac_cpp='$CPP $CPPFLAGS'
1307 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1308 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1309 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1337 ac_config_headers="$ac_config_headers config.h"
1344 echo "$as_me:$LINENO: checking for --enable-version-specific-runtime-libs" >&5
1345 echo $ECHO_N "checking for --enable-version-specific-runtime-libs... $ECHO_C" >&6
1346 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1347 if test "${enable_version_specific_runtime_libs+set}" = set; then
1348 enableval="$enable_version_specific_runtime_libs"
1350 case "$enableval" in
1352 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific-runtime-libs" >&5
1353 echo "$as_me: error: Unknown argument to enable/disable version-specific-runtime-libs" >&2;}
1354 { (exit 1); exit 1; }; } ;;
1358 enable_version_specific_runtime_libs=no
1361 echo "$as_me:$LINENO: result: $enable_version_specific_runtime_libs" >&5
1362 echo "${ECHO_T}$enable_version_specific_runtime_libs" >&6
1364 echo "$as_me:$LINENO: checking for --enable-linux-futex" >&5
1365 echo $ECHO_N "checking for --enable-linux-futex... $ECHO_C" >&6
1366 # Check whether --enable-linux-futex or --disable-linux-futex was given.
1367 if test "${enable_linux_futex+set}" = set; then
1368 enableval="$enable_linux_futex"
1370 case "$enableval" in
1372 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable linux-futex" >&5
1373 echo "$as_me: error: Unknown argument to enable/disable linux-futex" >&2;}
1374 { (exit 1); exit 1; }; } ;;
1378 enable_linux_futex=default
1381 echo "$as_me:$LINENO: result: $enable_linux_futex" >&5
1382 echo "${ECHO_T}$enable_linux_futex" >&6
1387 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
1389 # You will slowly go insane if you do not grok the following fact: when
1390 # building this library, the top-level /target/ becomes the library's
/host
/.
1392 # configure then causes --target to default to --host, exactly like any
1393 # other package using autoconf. Therefore, 'target' and 'host' will
1394 # always be the same. This makes sense both for native and cross compilers
1395 # just think about it for a little while. :-)
1397 # Also, if this library is being configured as part of a cross compiler, the
1398 # top-level configure script will pass the "real" host as $with_cross_host.
1400 # Do not delete or change the following two lines. For why, see
1401 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
1403 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1404 if test -f $ac_dir/install-sh
; then
1406 ac_install_sh
="$ac_aux_dir/install-sh -c"
1408 elif test -f $ac_dir/install.sh
; then
1410 ac_install_sh
="$ac_aux_dir/install.sh -c"
1412 elif test -f $ac_dir/shtool
; then
1414 ac_install_sh
="$ac_aux_dir/shtool install -c"
1418 if test -z "$ac_aux_dir"; then
1419 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1420 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1421 { (exit 1); exit 1; }; }
1423 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1424 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1425 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1427 # Make sure we can run config.sub.
1428 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1429 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1430 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1431 { (exit 1); exit 1; }; }
1433 echo "$as_me:$LINENO: checking build system type" >&5
1434 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1435 if test "${ac_cv_build+set}" = set; then
1436 echo $ECHO_N "(cached) $ECHO_C" >&6
1438 ac_cv_build_alias
=$build_alias
1439 test -z "$ac_cv_build_alias" &&
1440 ac_cv_build_alias
=`$ac_config_guess`
1441 test -z "$ac_cv_build_alias" &&
1442 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1443 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1444 { (exit 1); exit 1; }; }
1445 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1446 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1447 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1448 { (exit 1); exit 1; }; }
1451 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1452 echo "${ECHO_T}$ac_cv_build" >&6
1454 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1455 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1456 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1459 echo "$as_me:$LINENO: checking host system type" >&5
1460 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1461 if test "${ac_cv_host+set}" = set; then
1462 echo $ECHO_N "(cached) $ECHO_C" >&6
1464 ac_cv_host_alias
=$host_alias
1465 test -z "$ac_cv_host_alias" &&
1466 ac_cv_host_alias
=$ac_cv_build_alias
1467 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1468 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1469 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1470 { (exit 1); exit 1; }; }
1473 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1474 echo "${ECHO_T}$ac_cv_host" >&6
1476 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1477 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1478 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1481 echo "$as_me:$LINENO: checking target system type" >&5
1482 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1483 if test "${ac_cv_target+set}" = set; then
1484 echo $ECHO_N "(cached) $ECHO_C" >&6
1486 ac_cv_target_alias
=$target_alias
1487 test "x$ac_cv_target_alias" = "x" &&
1488 ac_cv_target_alias
=$ac_cv_host_alias
1489 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1490 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1491 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1492 { (exit 1); exit 1; }; }
1495 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1496 echo "${ECHO_T}$ac_cv_target" >&6
1497 target
=$ac_cv_target
1498 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1499 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1500 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1503 # The aliases save the names the user supplied, while $host etc.
1504 # will get canonicalized.
1505 test -n "$target_alias" &&
1506 test "$program_prefix$program_suffix$program_transform_name" = \
1508 program_prefix
=${target_alias}-
1509 target_alias
=${target_alias-$host_alias}
1511 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
1512 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
1513 # 1.9.0: minimum required version
1514 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
1515 # of other PACKAGE_* variables will, however, and there's nothing
1516 # we can do about that; they come from AC_INIT).
1517 # foreign: we don't follow the normal rules for GNU packages (no COPYING
1518 # file in the top srcdir, etc, etc), so stop complaining.
1519 # no-dependencies: turns off auto dependency generation (just for now)
1520 # -Wall: turns on all automake warnings...
1521 # -Wno-portability: ...except this one, since GNU make is required.
1522 # -Wno-override: ... and this one, since we do want this in testsuite.
1523 am__api_version
="1.9"
1524 # Find a good install program. We prefer a C program (faster),
1525 # so one script is as good as another. But avoid the broken or
1526 # incompatible versions:
1527 # SysV /etc/install, /usr/sbin/install
1528 # SunOS /usr/etc/install
1529 # IRIX /sbin/install
1531 # AmigaOS /C/install, which installs bootblocks on floppy discs
1532 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1533 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1534 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1535 # OS/2's system install, which has a completely different semantic
1536 # ./install, which can be erroneously created by make from ./install.sh.
1537 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1538 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1539 if test -z "$INSTALL"; then
1540 if test "${ac_cv_path_install+set}" = set; then
1541 echo $ECHO_N "(cached) $ECHO_C" >&6
1543 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1547 test -z "$as_dir" && as_dir
=.
1548 # Account for people who put trailing slashes in PATH elements.
1550 .
/ | .
// |
/cC
/* | \
1551 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1552 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1555 # OSF1 and SCO ODT 3.0 have their own names for install.
1556 # Don't use installbsd from OSF since it installs stuff as root
1558 for ac_prog
in ginstall scoinst
install; do
1559 for ac_exec_ext
in '' $ac_executable_extensions; do
1560 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1561 if test $ac_prog = install &&
1562 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1563 # AIX install. It has an incompatible calling convention.
1565 elif test $ac_prog = install &&
1566 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1567 # program-specific install script used by HP pwplus--don't use.
1570 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1582 if test "${ac_cv_path_install+set}" = set; then
1583 INSTALL
=$ac_cv_path_install
1585 # As a last resort, use the slow shell script. We don't cache a
1586 # path for INSTALL within a source directory, because that will
1587 # break other packages using the cache if that directory is
1588 # removed, or if the path is relative.
1589 INSTALL
=$ac_install_sh
1592 echo "$as_me:$LINENO: result: $INSTALL" >&5
1593 echo "${ECHO_T}$INSTALL" >&6
1595 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1596 # It thinks the first close brace ends the variable substitution.
1597 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1599 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1601 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1603 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1604 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1607 echo timestamp
> conftest.
file
1608 # Do `set' in a subshell so we don't clobber the current shell's
1609 # arguments. Must try -L first in case configure is actually a
1610 # symlink; some systems play weird games with the mod time of symlinks
1611 # (eg FreeBSD returns the mod time of the symlink's containing
1614 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1615 if test "$*" = "X"; then
1617 set X
`ls -t $srcdir/configure conftest.file`
1620 if test "$*" != "X $srcdir/configure conftest.file" \
1621 && test "$*" != "X conftest.file $srcdir/configure"; then
1623 # If neither matched, then we have a broken ls. This can happen
1624 # if, for instance, CONFIG_SHELL is bash and it inherits a
1625 # broken ls alias from the environment. This has actually
1626 # happened. Such a system could not be considered "sane".
1627 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1628 alias in your environment" >&5
1629 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1630 alias in your environment" >&2;}
1631 { (exit 1); exit 1; }; }
1634 test "$2" = conftest.
file
1640 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1641 Check your system clock" >&5
1642 echo "$as_me: error: newly created file is older than distributed files!
1643 Check your system clock" >&2;}
1644 { (exit 1); exit 1; }; }
1646 echo "$as_me:$LINENO: result: yes" >&5
1647 echo "${ECHO_T}yes" >&6
1648 test "$program_prefix" != NONE
&&
1649 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1650 # Use a double $ so make ignores it.
1651 test "$program_suffix" != NONE
&&
1652 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1653 # Double any \ or $. echo might interpret backslashes.
1654 # By default was `s,x,x', remove it if useless.
1655 cat <<\_ACEOF
>conftest.
sed
1656 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1658 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1661 # expand $ac_aux_dir to an absolute path
1662 am_aux_dir
=`cd $ac_aux_dir && pwd`
1664 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1665 # Use eval to expand $SHELL
1666 if eval "$MISSING --run true"; then
1667 am_missing_run
="$MISSING --run "
1670 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1671 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1674 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
1675 # We used to keeping the `.' as first argument, in order to
1676 # allow $(mkdir_p) to be used without argument. As in
1677 # $(mkdir_p) $(somedir)
1678 # where $(somedir) is conditionally defined. However this is wrong
1680 # 1. if the package is installed by a user who cannot write `.'
1681 # make install will fail,
1682 # 2. the above comment should most certainly read
1683 # $(mkdir_p) $(DESTDIR)$(somedir)
1684 # so it does not work when $(somedir) is undefined and
1685 # $(DESTDIR) is not.
1686 # To support the latter case, we have to write
1687 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1688 # so the `.' trick is pointless.
1689 mkdir_p
='mkdir -p --'
1691 # On NextStep and OpenStep, the `mkdir' command does not
1692 # recognize any option. It will interpret all options as
1693 # directories to create, and then abort because `.' already
1695 for d
in .
/-p .
/--version;
1697 test -d $d && rmdir $d
1699 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1700 if test -f "$ac_aux_dir/mkinstalldirs"; then
1701 mkdir_p
='$(mkinstalldirs)'
1703 mkdir_p
='$(install_sh) -d'
1707 for ac_prog
in gawk mawk nawk
awk
1709 # Extract the first word of "$ac_prog", so it can be a program name with args.
1710 set dummy
$ac_prog; ac_word
=$2
1711 echo "$as_me:$LINENO: checking for $ac_word" >&5
1712 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1713 if test "${ac_cv_prog_AWK+set}" = set; then
1714 echo $ECHO_N "(cached) $ECHO_C" >&6
1716 if test -n "$AWK"; then
1717 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1719 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1723 test -z "$as_dir" && as_dir
=.
1724 for ac_exec_ext
in '' $ac_executable_extensions; do
1725 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1726 ac_cv_prog_AWK
="$ac_prog"
1727 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1736 if test -n "$AWK"; then
1737 echo "$as_me:$LINENO: result: $AWK" >&5
1738 echo "${ECHO_T}$AWK" >&6
1740 echo "$as_me:$LINENO: result: no" >&5
1741 echo "${ECHO_T}no" >&6
1744 test -n "$AWK" && break
1747 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1748 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1749 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
1750 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1751 echo $ECHO_N "(cached) $ECHO_C" >&6
1753 cat >conftest.
make <<\_ACEOF
1755 @
echo 'ac_maketemp="$(MAKE)"'
1757 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1758 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1759 if test -n "$ac_maketemp"; then
1760 eval ac_cv_prog_make_
${ac_make}_set
=yes
1762 eval ac_cv_prog_make_
${ac_make}_set
=no
1766 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1767 echo "$as_me:$LINENO: result: yes" >&5
1768 echo "${ECHO_T}yes" >&6
1771 echo "$as_me:$LINENO: result: no" >&5
1772 echo "${ECHO_T}no" >&6
1773 SET_MAKE
="MAKE=${MAKE-make}"
1776 rm -rf .tst
2>/dev
/null
1777 mkdir .tst
2>/dev
/null
1778 if test -d .tst
; then
1783 rmdir .tst
2>/dev
/null
1785 # test to see if srcdir already configured
1786 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1787 test -f $srcdir/config.status
; then
1788 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1789 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1790 { (exit 1); exit 1; }; }
1793 # test whether we have cygpath
1794 if test -z "$CYGPATH_W"; then
1795 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
1796 CYGPATH_W
='cygpath -w'
1803 # Define the identity of the package.
1808 cat >>confdefs.h
<<_ACEOF
1809 #define PACKAGE "$PACKAGE"
1813 cat >>confdefs.h
<<_ACEOF
1814 #define VERSION "$VERSION"
1817 # Some tools Automake needs.
1819 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1822 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
1825 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1828 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
1831 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
1833 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
1835 # Installed binaries are usually stripped using `strip' when the user
1836 # run `make install-strip'. However `strip' might not be the right
1837 # tool to use in cross-compilation environments, therefore Automake
1838 # will honor the `STRIP' environment variable to overrule this program.
1839 if test "$cross_compiling" != no
; then
1840 if test -n "$ac_tool_prefix"; then
1841 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1842 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
1843 echo "$as_me:$LINENO: checking for $ac_word" >&5
1844 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1845 if test "${ac_cv_prog_STRIP+set}" = set; then
1846 echo $ECHO_N "(cached) $ECHO_C" >&6
1848 if test -n "$STRIP"; then
1849 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
1851 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1855 test -z "$as_dir" && as_dir
=.
1856 for ac_exec_ext
in '' $ac_executable_extensions; do
1857 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1858 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
1859 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1867 STRIP
=$ac_cv_prog_STRIP
1868 if test -n "$STRIP"; then
1869 echo "$as_me:$LINENO: result: $STRIP" >&5
1870 echo "${ECHO_T}$STRIP" >&6
1872 echo "$as_me:$LINENO: result: no" >&5
1873 echo "${ECHO_T}no" >&6
1877 if test -z "$ac_cv_prog_STRIP"; then
1879 # Extract the first word of "strip", so it can be a program name with args.
1880 set dummy strip
; ac_word
=$2
1881 echo "$as_me:$LINENO: checking for $ac_word" >&5
1882 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1883 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1884 echo $ECHO_N "(cached) $ECHO_C" >&6
1886 if test -n "$ac_ct_STRIP"; then
1887 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
1889 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1893 test -z "$as_dir" && as_dir
=.
1894 for ac_exec_ext
in '' $ac_executable_extensions; do
1895 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1896 ac_cv_prog_ac_ct_STRIP
="strip"
1897 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1903 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
1906 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
1907 if test -n "$ac_ct_STRIP"; then
1908 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1909 echo "${ECHO_T}$ac_ct_STRIP" >&6
1911 echo "$as_me:$LINENO: result: no" >&5
1912 echo "${ECHO_T}no" >&6
1917 STRIP
="$ac_cv_prog_STRIP"
1921 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
1923 # We need awk for the "check" target. The system "awk" is bad on
1925 # Always define AMTAR for backward compatibility.
1927 AMTAR
=${AMTAR-"${am_missing_run}tar"}
1929 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
1935 # Default to --enable-multilib
1936 # Check whether --enable-multilib or --disable-multilib was given.
1937 if test "${enable_multilib+set}" = set; then
1938 enableval
="$enable_multilib"
1939 case "$enableval" in
1940 yes) multilib
=yes ;;
1942 *) { { echo "$as_me:$LINENO: error: bad value $enableval for multilib option" >&5
1943 echo "$as_me: error: bad value $enableval for multilib option" >&2;}
1944 { (exit 1); exit 1; }; } ;;
1950 # We may get other options which we leave undocumented:
1951 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1952 # See config-ml.in if you want the gory details.
1954 if test "$srcdir" = "."; then
1955 if test "$with_target_subdir" != "."; then
1956 multi_basedir
="$srcdir/$with_multisrctop../.."
1958 multi_basedir
="$srcdir/$with_multisrctop.."
1961 multi_basedir
="$srcdir/.."
1965 # Even if the default multilib is not a cross compilation,
1966 # it may be that some of the other multilibs are.
1967 if test $cross_compiling = no
&& test $multilib = yes \
1968 && test "x${with_multisubdir}" != x
; then
1969 cross_compiling
=maybe
1972 ac_config_commands
="$ac_config_commands default-1"
1975 # Calculate toolexeclibdir
1976 # Also toolexecdir, though it's only used in toolexeclibdir
1977 case ${enable_version_specific_runtime_libs} in
1979 # Need the gcc compiler version to know where to install libraries
1980 # and header files if --enable-version-specific-runtime-libs option
1982 toolexecdir
='$(libdir)/gcc/$(target_alias)'
1983 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
1986 if test -n "$with_cross_host" &&
1987 test x
"$with_cross_host" != x
"no"; then
1988 # Install a library built with a cross compiler in tooldir, not libdir.
1989 toolexecdir
='$(exec_prefix)/$(target_alias)'
1990 toolexeclibdir
='$(toolexecdir)/lib'
1992 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
1993 toolexeclibdir
='$(libdir)'
1995 multi_os_directory
=`$CC -print-multi-os-directory`
1996 case $multi_os_directory in
1997 .
) ;; # Avoid trailing /.
1998 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
2005 # Check the compiler.
2006 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
2007 # We must force CC to /not/ be precious variables; otherwise
2008 # the wrong, non-multilib-adjusted value will be used in multilibs.
2009 # As a side effect, we have to subst CFLAGS ourselves.
2014 ac_cpp
='$CPP $CPPFLAGS'
2015 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2016 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2017 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2018 if test -n "$ac_tool_prefix"; then
2019 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2020 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2021 echo "$as_me:$LINENO: checking for $ac_word" >&5
2022 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2023 if test "${ac_cv_prog_CC+set}" = set; then
2024 echo $ECHO_N "(cached) $ECHO_C" >&6
2026 if test -n "$CC"; then
2027 ac_cv_prog_CC
="$CC" # Let the user override the test.
2029 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2033 test -z "$as_dir" && as_dir
=.
2034 for ac_exec_ext
in '' $ac_executable_extensions; do
2035 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2036 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2037 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2046 if test -n "$CC"; then
2047 echo "$as_me:$LINENO: result: $CC" >&5
2048 echo "${ECHO_T}$CC" >&6
2050 echo "$as_me:$LINENO: result: no" >&5
2051 echo "${ECHO_T}no" >&6
2055 if test -z "$ac_cv_prog_CC"; then
2057 # Extract the first word of "gcc", so it can be a program name with args.
2058 set dummy gcc
; ac_word
=$2
2059 echo "$as_me:$LINENO: checking for $ac_word" >&5
2060 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2061 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2062 echo $ECHO_N "(cached) $ECHO_C" >&6
2064 if test -n "$ac_ct_CC"; then
2065 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2067 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2071 test -z "$as_dir" && as_dir
=.
2072 for ac_exec_ext
in '' $ac_executable_extensions; do
2073 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2074 ac_cv_prog_ac_ct_CC
="gcc"
2075 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2083 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2084 if test -n "$ac_ct_CC"; then
2085 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2086 echo "${ECHO_T}$ac_ct_CC" >&6
2088 echo "$as_me:$LINENO: result: no" >&5
2089 echo "${ECHO_T}no" >&6
2097 if test -z "$CC"; then
2098 if test -n "$ac_tool_prefix"; then
2099 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2100 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2101 echo "$as_me:$LINENO: checking for $ac_word" >&5
2102 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2103 if test "${ac_cv_prog_CC+set}" = set; then
2104 echo $ECHO_N "(cached) $ECHO_C" >&6
2106 if test -n "$CC"; then
2107 ac_cv_prog_CC
="$CC" # Let the user override the test.
2109 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2113 test -z "$as_dir" && as_dir
=.
2114 for ac_exec_ext
in '' $ac_executable_extensions; do
2115 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2116 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2117 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2126 if test -n "$CC"; then
2127 echo "$as_me:$LINENO: result: $CC" >&5
2128 echo "${ECHO_T}$CC" >&6
2130 echo "$as_me:$LINENO: result: no" >&5
2131 echo "${ECHO_T}no" >&6
2135 if test -z "$ac_cv_prog_CC"; then
2137 # Extract the first word of "cc", so it can be a program name with args.
2138 set dummy cc
; ac_word
=$2
2139 echo "$as_me:$LINENO: checking for $ac_word" >&5
2140 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2141 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2142 echo $ECHO_N "(cached) $ECHO_C" >&6
2144 if test -n "$ac_ct_CC"; then
2145 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2147 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2151 test -z "$as_dir" && as_dir
=.
2152 for ac_exec_ext
in '' $ac_executable_extensions; do
2153 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2154 ac_cv_prog_ac_ct_CC
="cc"
2155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2163 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2164 if test -n "$ac_ct_CC"; then
2165 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2166 echo "${ECHO_T}$ac_ct_CC" >&6
2168 echo "$as_me:$LINENO: result: no" >&5
2169 echo "${ECHO_T}no" >&6
2178 if test -z "$CC"; then
2179 # Extract the first word of "cc", so it can be a program name with args.
2180 set dummy cc
; ac_word
=$2
2181 echo "$as_me:$LINENO: checking for $ac_word" >&5
2182 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2183 if test "${ac_cv_prog_CC+set}" = set; then
2184 echo $ECHO_N "(cached) $ECHO_C" >&6
2186 if test -n "$CC"; then
2187 ac_cv_prog_CC
="$CC" # Let the user override the test.
2190 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2194 test -z "$as_dir" && as_dir
=.
2195 for ac_exec_ext
in '' $ac_executable_extensions; do
2196 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2197 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2198 ac_prog_rejected
=yes
2202 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2208 if test $ac_prog_rejected = yes; then
2209 # We found a bogon in the path, so make sure we never use it.
2210 set dummy
$ac_cv_prog_CC
2212 if test $# != 0; then
2213 # We chose a different compiler from the bogus one.
2214 # However, it has the same basename, so the bogon will be chosen
2215 # first if we set CC to just the basename; use the full file name.
2217 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2223 if test -n "$CC"; then
2224 echo "$as_me:$LINENO: result: $CC" >&5
2225 echo "${ECHO_T}$CC" >&6
2227 echo "$as_me:$LINENO: result: no" >&5
2228 echo "${ECHO_T}no" >&6
2232 if test -z "$CC"; then
2233 if test -n "$ac_tool_prefix"; then
2236 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2237 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2238 echo "$as_me:$LINENO: checking for $ac_word" >&5
2239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2240 if test "${ac_cv_prog_CC+set}" = set; then
2241 echo $ECHO_N "(cached) $ECHO_C" >&6
2243 if test -n "$CC"; then
2244 ac_cv_prog_CC
="$CC" # Let the user override the test.
2246 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2250 test -z "$as_dir" && as_dir
=.
2251 for ac_exec_ext
in '' $ac_executable_extensions; do
2252 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2253 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2263 if test -n "$CC"; then
2264 echo "$as_me:$LINENO: result: $CC" >&5
2265 echo "${ECHO_T}$CC" >&6
2267 echo "$as_me:$LINENO: result: no" >&5
2268 echo "${ECHO_T}no" >&6
2271 test -n "$CC" && break
2274 if test -z "$CC"; then
2278 # Extract the first word of "$ac_prog", so it can be a program name with args.
2279 set dummy
$ac_prog; ac_word
=$2
2280 echo "$as_me:$LINENO: checking for $ac_word" >&5
2281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2282 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2283 echo $ECHO_N "(cached) $ECHO_C" >&6
2285 if test -n "$ac_ct_CC"; then
2286 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2288 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2292 test -z "$as_dir" && as_dir
=.
2293 for ac_exec_ext
in '' $ac_executable_extensions; do
2294 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2295 ac_cv_prog_ac_ct_CC
="$ac_prog"
2296 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2304 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2305 if test -n "$ac_ct_CC"; then
2306 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2307 echo "${ECHO_T}$ac_ct_CC" >&6
2309 echo "$as_me:$LINENO: result: no" >&5
2310 echo "${ECHO_T}no" >&6
2313 test -n "$ac_ct_CC" && break
2322 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2323 See \`config.log' for more details." >&5
2324 echo "$as_me: error: no acceptable C compiler found in \$PATH
2325 See \`config.log' for more details." >&2;}
2326 { (exit 1); exit 1; }; }
2328 # Provide some information about the compiler.
2329 echo "$as_me:$LINENO:" \
2330 "checking for C compiler version" >&5
2331 ac_compiler
=`set X $ac_compile; echo $2`
2332 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2333 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2336 (exit $ac_status); }
2337 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2338 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2341 (exit $ac_status); }
2342 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2343 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2346 (exit $ac_status); }
2348 cat >conftest.
$ac_ext <<_ACEOF
2351 cat confdefs.h
>>conftest.
$ac_ext
2352 cat >>conftest.
$ac_ext <<_ACEOF
2353 /* end confdefs.h. */
2363 ac_clean_files_save
=$ac_clean_files
2364 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2365 # Try to create an executable without -o first, disregard a.out.
2366 # It will help us diagnose broken compilers, and finding out an intuition
2368 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2369 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2370 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2371 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2372 (eval $ac_link_default) 2>&5
2374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2375 (exit $ac_status); }; then
2376 # Find the output, starting from the most likely. This scheme is
2377 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2380 # Be careful to initialize this variable, since it used to be cached.
2381 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2383 # b.out is created by i960 compilers.
2384 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2386 test -f "$ac_file" ||
continue
2388 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2391 # This is the source file.
2394 # We found the default executable, but exeext='' is most
2398 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2399 # FIXME: I believe we export ac_cv_exeext for Libtool,
2400 # but it would be cool to find out if it's true. Does anybody
2401 # maintain Libtool? --akim.
2409 echo "$as_me: failed program was:" >&5
2410 sed 's/^/| /' conftest.
$ac_ext >&5
2412 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2413 See \`config.log' for more details." >&5
2414 echo "$as_me: error: C compiler cannot create executables
2415 See \`config.log' for more details." >&2;}
2416 { (exit 77); exit 77; }; }
2419 ac_exeext
=$ac_cv_exeext
2420 echo "$as_me:$LINENO: result: $ac_file" >&5
2421 echo "${ECHO_T}$ac_file" >&6
2423 # Check the compiler produces executables we can run. If not, either
2424 # the compiler is broken, or we cross compile.
2425 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2426 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2427 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2428 # If not cross compiling, check that we can run a simple program.
2429 if test "$cross_compiling" != yes; then
2430 if { ac_try
='./$ac_file'
2431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2435 (exit $ac_status); }; }; then
2438 if test "$cross_compiling" = maybe
; then
2441 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2442 If you meant to cross compile, use \`--host'.
2443 See \`config.log' for more details." >&5
2444 echo "$as_me: error: cannot run C compiled programs.
2445 If you meant to cross compile, use \`--host'.
2446 See \`config.log' for more details." >&2;}
2447 { (exit 1); exit 1; }; }
2451 echo "$as_me:$LINENO: result: yes" >&5
2452 echo "${ECHO_T}yes" >&6
2454 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2455 ac_clean_files
=$ac_clean_files_save
2456 # Check the compiler produces executables we can run. If not, either
2457 # the compiler is broken, or we cross compile.
2458 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2459 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2460 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2461 echo "${ECHO_T}$cross_compiling" >&6
2463 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2464 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2465 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2466 (eval $ac_link) 2>&5
2468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2469 (exit $ac_status); }; then
2470 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2471 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2472 # work properly (i.e., refer to `conftest.exe'), while it won't with
2474 for ac_file
in conftest.exe conftest conftest.
*; do
2475 test -f "$ac_file" ||
continue
2477 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2478 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2485 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2486 See \`config.log' for more details." >&5
2487 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2488 See \`config.log' for more details." >&2;}
2489 { (exit 1); exit 1; }; }
2492 rm -f conftest
$ac_cv_exeext
2493 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2494 echo "${ECHO_T}$ac_cv_exeext" >&6
2496 rm -f conftest.
$ac_ext
2497 EXEEXT
=$ac_cv_exeext
2499 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2500 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2501 if test "${ac_cv_objext+set}" = set; then
2502 echo $ECHO_N "(cached) $ECHO_C" >&6
2504 cat >conftest.
$ac_ext <<_ACEOF
2507 cat confdefs.h
>>conftest.
$ac_ext
2508 cat >>conftest.
$ac_ext <<_ACEOF
2509 /* end confdefs.h. */
2519 rm -f conftest.o conftest.obj
2520 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2521 (eval $ac_compile) 2>&5
2523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2524 (exit $ac_status); }; then
2525 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2527 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2528 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2533 echo "$as_me: failed program was:" >&5
2534 sed 's/^/| /' conftest.
$ac_ext >&5
2536 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2537 See \`config.log' for more details." >&5
2538 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2539 See \`config.log' for more details." >&2;}
2540 { (exit 1); exit 1; }; }
2543 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2545 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2546 echo "${ECHO_T}$ac_cv_objext" >&6
2547 OBJEXT
=$ac_cv_objext
2549 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2550 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2551 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2552 echo $ECHO_N "(cached) $ECHO_C" >&6
2554 cat >conftest.
$ac_ext <<_ACEOF
2557 cat confdefs.h
>>conftest.
$ac_ext
2558 cat >>conftest.
$ac_ext <<_ACEOF
2559 /* end confdefs.h. */
2572 rm -f conftest.
$ac_objext
2573 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2574 (eval $ac_compile) 2>conftest.er1
2576 grep -v '^ *+' conftest.er1
>conftest.err
2578 cat conftest.err
>&5
2579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2580 (exit $ac_status); } &&
2581 { ac_try
='test -z "$ac_c_werror_flag"
2582 || test ! -s conftest.err'
2583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2587 (exit $ac_status); }; } &&
2588 { ac_try
='test -s conftest.$ac_objext'
2589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2593 (exit $ac_status); }; }; then
2596 echo "$as_me: failed program was:" >&5
2597 sed 's/^/| /' conftest.
$ac_ext >&5
2601 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2602 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2605 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2606 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2607 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2608 ac_test_CFLAGS
=${CFLAGS+set}
2609 ac_save_CFLAGS
=$CFLAGS
2611 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2612 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2613 if test "${ac_cv_prog_cc_g+set}" = set; then
2614 echo $ECHO_N "(cached) $ECHO_C" >&6
2616 cat >conftest.
$ac_ext <<_ACEOF
2619 cat confdefs.h
>>conftest.
$ac_ext
2620 cat >>conftest.
$ac_ext <<_ACEOF
2621 /* end confdefs.h. */
2631 rm -f conftest.
$ac_objext
2632 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2633 (eval $ac_compile) 2>conftest.er1
2635 grep -v '^ *+' conftest.er1
>conftest.err
2637 cat conftest.err
>&5
2638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2639 (exit $ac_status); } &&
2640 { ac_try
='test -z "$ac_c_werror_flag"
2641 || test ! -s conftest.err'
2642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2646 (exit $ac_status); }; } &&
2647 { ac_try
='test -s conftest.$ac_objext'
2648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2652 (exit $ac_status); }; }; then
2655 echo "$as_me: failed program was:" >&5
2656 sed 's/^/| /' conftest.
$ac_ext >&5
2660 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2662 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2663 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2664 if test "$ac_test_CFLAGS" = set; then
2665 CFLAGS
=$ac_save_CFLAGS
2666 elif test $ac_cv_prog_cc_g = yes; then
2667 if test "$GCC" = yes; then
2673 if test "$GCC" = yes; then
2679 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2680 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2681 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2682 echo $ECHO_N "(cached) $ECHO_C" >&6
2684 ac_cv_prog_cc_stdc
=no
2686 cat >conftest.
$ac_ext <<_ACEOF
2689 cat confdefs.h
>>conftest.
$ac_ext
2690 cat >>conftest.
$ac_ext <<_ACEOF
2691 /* end confdefs.h. */
2694 #include <sys/types.h>
2695 #include <sys/stat.h>
2696 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2697 struct buf { int x; };
2698 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2699 static char *e (p, i)
2705 static char *f (char * (*g) (char **, int), char **p, ...)
2710 s = g (p, va_arg (v,int));
2715 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2716 function prototypes and stuff, but not '\xHH' hex character constants.
2717 These don't provoke an error unfortunately, instead are silently treated
2718 as 'x'. The following induces an error, until -std1 is added to get
2719 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2720 array size at least. It's necessary to write '\x00'==0 to get something
2721 that's true only with -std1. */
2722 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2724 int test (int i, double x);
2725 struct s1 {int (*f) (int a);};
2726 struct s2 {int (*f) (double a);};
2727 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2733 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2738 # Don't try gcc -ansi; that turns off useful extensions and
2739 # breaks some systems' header files.
2740 # AIX -qlanglvl=ansi
2741 # Ultrix and OSF/1 -std1
2742 # HP-UX 10.20 and later -Ae
2743 # HP-UX older versions -Aa -D_HPUX_SOURCE
2744 # SVR4 -Xc -D__EXTENSIONS__
2745 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2747 CC
="$ac_save_CC $ac_arg"
2748 rm -f conftest.
$ac_objext
2749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2750 (eval $ac_compile) 2>conftest.er1
2752 grep -v '^ *+' conftest.er1
>conftest.err
2754 cat conftest.err
>&5
2755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2756 (exit $ac_status); } &&
2757 { ac_try
='test -z "$ac_c_werror_flag"
2758 || test ! -s conftest.err'
2759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2763 (exit $ac_status); }; } &&
2764 { ac_try
='test -s conftest.$ac_objext'
2765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2769 (exit $ac_status); }; }; then
2770 ac_cv_prog_cc_stdc
=$ac_arg
2773 echo "$as_me: failed program was:" >&5
2774 sed 's/^/| /' conftest.
$ac_ext >&5
2777 rm -f conftest.err conftest.
$ac_objext
2779 rm -f conftest.
$ac_ext conftest.
$ac_objext
2784 case "x$ac_cv_prog_cc_stdc" in
2786 echo "$as_me:$LINENO: result: none needed" >&5
2787 echo "${ECHO_T}none needed" >&6 ;;
2789 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2790 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2791 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2794 # Some people use a C++ compiler to compile C. Since we use `exit',
2795 # in C++ we need to declare it. In case someone uses the same compiler
2796 # for both compiling C and C++ we need to have the C++ compiler decide
2797 # the declaration of exit, since it's the most demanding environment.
2798 cat >conftest.
$ac_ext <<_ACEOF
2803 rm -f conftest.
$ac_objext
2804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2805 (eval $ac_compile) 2>conftest.er1
2807 grep -v '^ *+' conftest.er1
>conftest.err
2809 cat conftest.err
>&5
2810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2811 (exit $ac_status); } &&
2812 { ac_try
='test -z "$ac_c_werror_flag"
2813 || test ! -s conftest.err'
2814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2818 (exit $ac_status); }; } &&
2819 { ac_try
='test -s conftest.$ac_objext'
2820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2824 (exit $ac_status); }; }; then
2825 for ac_declaration
in \
2827 'extern "C" void std::exit (int) throw (); using std::exit;' \
2828 'extern "C" void std::exit (int); using std::exit;' \
2829 'extern "C" void exit (int) throw ();' \
2830 'extern "C" void exit (int);' \
2833 cat >conftest.
$ac_ext <<_ACEOF
2836 cat confdefs.h
>>conftest.
$ac_ext
2837 cat >>conftest.
$ac_ext <<_ACEOF
2838 /* end confdefs.h. */
2849 rm -f conftest.
$ac_objext
2850 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2851 (eval $ac_compile) 2>conftest.er1
2853 grep -v '^ *+' conftest.er1
>conftest.err
2855 cat conftest.err
>&5
2856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2857 (exit $ac_status); } &&
2858 { ac_try
='test -z "$ac_c_werror_flag"
2859 || test ! -s conftest.err'
2860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2864 (exit $ac_status); }; } &&
2865 { ac_try
='test -s conftest.$ac_objext'
2866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2870 (exit $ac_status); }; }; then
2873 echo "$as_me: failed program was:" >&5
2874 sed 's/^/| /' conftest.
$ac_ext >&5
2878 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2879 cat >conftest.
$ac_ext <<_ACEOF
2882 cat confdefs.h
>>conftest.
$ac_ext
2883 cat >>conftest.
$ac_ext <<_ACEOF
2884 /* end confdefs.h. */
2894 rm -f conftest.
$ac_objext
2895 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2896 (eval $ac_compile) 2>conftest.er1
2898 grep -v '^ *+' conftest.er1
>conftest.err
2900 cat conftest.err
>&5
2901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2902 (exit $ac_status); } &&
2903 { ac_try
='test -z "$ac_c_werror_flag"
2904 || test ! -s conftest.err'
2905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2909 (exit $ac_status); }; } &&
2910 { ac_try
='test -s conftest.$ac_objext'
2911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915 (exit $ac_status); }; }; then
2918 echo "$as_me: failed program was:" >&5
2919 sed 's/^/| /' conftest.
$ac_ext >&5
2922 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2925 if test -n "$ac_declaration"; then
2926 echo '#ifdef __cplusplus' >>confdefs.h
2927 echo $ac_declaration >>confdefs.h
2928 echo '#endif' >>confdefs.h
2932 echo "$as_me: failed program was:" >&5
2933 sed 's/^/| /' conftest.
$ac_ext >&5
2936 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2938 ac_cpp
='$CPP $CPPFLAGS'
2939 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2940 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2941 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2942 DEPDIR
="${am__leading_dot}deps"
2944 ac_config_commands
="$ac_config_commands depfiles"
2947 am_make
=${MAKE-make}
2948 cat > confinc
<< 'END'
2953 # If we don't find an include directive, just comment out the code.
2954 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2955 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2959 # First try GNU make style include.
2960 echo "include confinc" > confmf
2961 # We grep out `Entering directory' and `Leaving directory'
2962 # messages which can occur if `w' ends up in MAKEFLAGS.
2963 # In particular we don't look at `^make:' because GNU make might
2964 # be invoked under some other name (usually "gmake"), in which
2965 # case it prints its new name instead of `make'.
2966 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2971 # Now try BSD make style include.
2972 if test "$am__include" = "#"; then
2973 echo '.include "confinc"' > confmf
2974 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2975 am__include
=.include
2982 echo "$as_me:$LINENO: result: $_am_result" >&5
2983 echo "${ECHO_T}$_am_result" >&6
2984 rm -f confinc confmf
2986 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2987 if test "${enable_dependency_tracking+set}" = set; then
2988 enableval
="$enable_dependency_tracking"
2991 if test "x$enable_dependency_tracking" != xno
; then
2992 am_depcomp
="$ac_aux_dir/depcomp"
2997 if test "x$enable_dependency_tracking" != xno; then
3008 depcc
="$CC" am_compiler_list
=
3010 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3011 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3012 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3013 echo $ECHO_N "(cached) $ECHO_C" >&6
3015 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3016 # We make a subdir and do the tests there. Otherwise we can end up
3017 # making bogus files that we don't know about and never remove. For
3018 # instance it was reported that on HP-UX the gcc test will end up
3019 # making a dummy file named `D' -- because `-MD' means `put the output
3022 # Copy depcomp to subdir because otherwise we won't find it if we're
3023 # using a relative directory.
3024 cp "$am_depcomp" conftest.dir
3026 # We will build objects and dependencies in a subdirectory because
3027 # it helps to detect inapplicable dependency modes. For instance
3028 # both Tru64's cc and ICC support -MD to output dependencies as a
3029 # side effect of compilation, but ICC will put the dependencies in
3030 # the current directory while Tru64 will put them in the object
3034 am_cv_CC_dependencies_compiler_type
=none
3035 if test "$am_compiler_list" = ""; then
3036 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3038 for depmode
in $am_compiler_list; do
3039 # Setup a source with many dependencies, because some compilers
3040 # like to wrap large dependency lists on column 80 (with \), and
3041 # we should not choose a depcomp mode which is confused by this.
3043 # We need to recreate these files for each test, as the compiler may
3044 # overwrite some of them when testing with obscure command lines.
3045 # This happens at least with the AIX C compiler.
3047 for i
in 1 2 3 4 5 6; do
3048 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3049 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3050 # Solaris 8's {/usr,}/bin/sh.
3051 touch sub
/conftst
$i.h
3053 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3057 # after this tag, mechanisms are not by side-effect, so they'll
3058 # only be used when explicitly requested
3059 if test "x$enable_dependency_tracking" = xyes
; then
3067 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3068 # mode. It turns out that the SunPro C++ compiler does not properly
3069 # handle `-M -o', and we need to detect this.
3070 if depmode
=$depmode \
3071 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3072 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3073 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3074 >/dev
/null
2>conftest.err
&&
3075 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3076 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3077 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3078 # icc doesn't choke on unknown options, it will just issue warnings
3079 # or remarks (even with -Werror). So we grep stderr for any message
3080 # that says an option was ignored or not supported.
3081 # When given -MP, icc 7.0 and 7.1 complain thusly:
3082 # icc: Command line warning: ignoring option '-M'; no argument required
3083 # The diagnosis changed in icc 8.0:
3084 # icc: Command line remark: option '-MP' not supported
3085 if (grep 'ignoring option' conftest.err ||
3086 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3087 am_cv_CC_dependencies_compiler_type
=$depmode
3096 am_cv_CC_dependencies_compiler_type
=none
3100 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3101 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3102 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3107 test "x$enable_dependency_tracking" != xno \
3108 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3110 am__fastdepCC_FALSE
='#'
3112 am__fastdepCC_TRUE
='#'
3113 am__fastdepCC_FALSE
=
3121 # In order to override CFLAGS_FOR_TARGET, all of our special flags go
3122 # in XCFLAGS. But we need them in CFLAGS during configury. So put them
3123 # in both places for now and restore CFLAGS at the end of config.
3124 save_CFLAGS
="$CFLAGS"
3126 # Add -Wall -Werror if we are using GCC.
3127 if test "x$GCC" = "xyes"; then
3128 XCFLAGS
="$XCFLAGS -Wall -Werror"
3131 # Find other programs we need.
3132 if test -n "$ac_tool_prefix"; then
3133 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3134 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3135 echo "$as_me:$LINENO: checking for $ac_word" >&5
3136 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3137 if test "${ac_cv_prog_AR+set}" = set; then
3138 echo $ECHO_N "(cached) $ECHO_C" >&6
3140 if test -n "$AR"; then
3141 ac_cv_prog_AR
="$AR" # Let the user override the test.
3143 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3147 test -z "$as_dir" && as_dir
=.
3148 for ac_exec_ext
in '' $ac_executable_extensions; do
3149 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3150 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3151 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3160 if test -n "$AR"; then
3161 echo "$as_me:$LINENO: result: $AR" >&5
3162 echo "${ECHO_T}$AR" >&6
3164 echo "$as_me:$LINENO: result: no" >&5
3165 echo "${ECHO_T}no" >&6
3169 if test -z "$ac_cv_prog_AR"; then
3171 # Extract the first word of "ar", so it can be a program name with args.
3172 set dummy
ar; ac_word
=$2
3173 echo "$as_me:$LINENO: checking for $ac_word" >&5
3174 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3175 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3176 echo $ECHO_N "(cached) $ECHO_C" >&6
3178 if test -n "$ac_ct_AR"; then
3179 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3181 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3185 test -z "$as_dir" && as_dir
=.
3186 for ac_exec_ext
in '' $ac_executable_extensions; do
3187 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3188 ac_cv_prog_ac_ct_AR
="ar"
3189 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3197 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3198 if test -n "$ac_ct_AR"; then
3199 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3200 echo "${ECHO_T}$ac_ct_AR" >&6
3202 echo "$as_me:$LINENO: result: no" >&5
3203 echo "${ECHO_T}no" >&6
3211 if test -n "$ac_tool_prefix"; then
3212 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3213 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3214 echo "$as_me:$LINENO: checking for $ac_word" >&5
3215 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3216 if test "${ac_cv_prog_RANLIB+set}" = set; then
3217 echo $ECHO_N "(cached) $ECHO_C" >&6
3219 if test -n "$RANLIB"; then
3220 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3222 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3226 test -z "$as_dir" && as_dir
=.
3227 for ac_exec_ext
in '' $ac_executable_extensions; do
3228 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3229 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3230 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3238 RANLIB
=$ac_cv_prog_RANLIB
3239 if test -n "$RANLIB"; then
3240 echo "$as_me:$LINENO: result: $RANLIB" >&5
3241 echo "${ECHO_T}$RANLIB" >&6
3243 echo "$as_me:$LINENO: result: no" >&5
3244 echo "${ECHO_T}no" >&6
3248 if test -z "$ac_cv_prog_RANLIB"; then
3249 ac_ct_RANLIB
=$RANLIB
3250 # Extract the first word of "ranlib", so it can be a program name with args.
3251 set dummy ranlib
; ac_word
=$2
3252 echo "$as_me:$LINENO: checking for $ac_word" >&5
3253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3254 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3255 echo $ECHO_N "(cached) $ECHO_C" >&6
3257 if test -n "$ac_ct_RANLIB"; then
3258 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3260 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3264 test -z "$as_dir" && as_dir
=.
3265 for ac_exec_ext
in '' $ac_executable_extensions; do
3266 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3267 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3268 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3274 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
="ranlib-not-found-in-path-error"
3277 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3278 if test -n "$ac_ct_RANLIB"; then
3279 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3280 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3282 echo "$as_me:$LINENO: result: no" >&5
3283 echo "${ECHO_T}no" >&6
3286 RANLIB
=$ac_ct_RANLIB
3288 RANLIB
="$ac_cv_prog_RANLIB"
3291 # Extract the first word of "perl", so it can be a program name with args.
3292 set dummy perl
; ac_word
=$2
3293 echo "$as_me:$LINENO: checking for $ac_word" >&5
3294 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3295 if test "${ac_cv_path_PERL+set}" = set; then
3296 echo $ECHO_N "(cached) $ECHO_C" >&6
3300 ac_cv_path_PERL
="$PERL" # Let the user override the test with a path.
3303 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3307 test -z "$as_dir" && as_dir
=.
3308 for ac_exec_ext
in '' $ac_executable_extensions; do
3309 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3310 ac_cv_path_PERL
="$as_dir/$ac_word$ac_exec_ext"
3311 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3317 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL
="perl-not-found-in-path-error"
3321 PERL
=$ac_cv_path_PERL
3323 if test -n "$PERL"; then
3324 echo "$as_me:$LINENO: result: $PERL" >&5
3325 echo "${ECHO_T}$PERL" >&6
3327 echo "$as_me:$LINENO: result: no" >&5
3328 echo "${ECHO_T}no" >&6
3331 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3332 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3333 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
3334 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3335 echo $ECHO_N "(cached) $ECHO_C" >&6
3337 cat >conftest.
make <<\_ACEOF
3339 @
echo 'ac_maketemp="$(MAKE)"'
3341 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3342 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3343 if test -n "$ac_maketemp"; then
3344 eval ac_cv_prog_make_
${ac_make}_set
=yes
3346 eval ac_cv_prog_make_
${ac_make}_set
=no
3350 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3351 echo "$as_me:$LINENO: result: yes" >&5
3352 echo "${ECHO_T}yes" >&6
3355 echo "$as_me:$LINENO: result: no" >&5
3356 echo "${ECHO_T}no" >&6
3357 SET_MAKE
="MAKE=${MAKE-make}"
3360 # Find a good install program. We prefer a C program (faster),
3361 # so one script is as good as another. But avoid the broken or
3362 # incompatible versions:
3363 # SysV /etc/install, /usr/sbin/install
3364 # SunOS /usr/etc/install
3365 # IRIX /sbin/install
3367 # AmigaOS /C/install, which installs bootblocks on floppy discs
3368 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3369 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3370 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3371 # OS/2's system install, which has a completely different semantic
3372 # ./install, which can be erroneously created by make from ./install.sh.
3373 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3374 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3375 if test -z "$INSTALL"; then
3376 if test "${ac_cv_path_install+set}" = set; then
3377 echo $ECHO_N "(cached) $ECHO_C" >&6
3379 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3383 test -z "$as_dir" && as_dir
=.
3384 # Account for people who put trailing slashes in PATH elements.
3386 .
/ | .
// |
/cC
/* | \
3387 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3388 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3391 # OSF1 and SCO ODT 3.0 have their own names for install.
3392 # Don't use installbsd from OSF since it installs stuff as root
3394 for ac_prog
in ginstall scoinst
install; do
3395 for ac_exec_ext
in '' $ac_executable_extensions; do
3396 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3397 if test $ac_prog = install &&
3398 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3399 # AIX install. It has an incompatible calling convention.
3401 elif test $ac_prog = install &&
3402 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3403 # program-specific install script used by HP pwplus--don't use.
3406 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3418 if test "${ac_cv_path_install+set}" = set; then
3419 INSTALL
=$ac_cv_path_install
3421 # As a last resort, use the slow shell script. We don't cache a
3422 # path for INSTALL within a source directory, because that will
3423 # break other packages using the cache if that directory is
3424 # removed, or if the path is relative.
3425 INSTALL
=$ac_install_sh
3428 echo "$as_me:$LINENO: result: $INSTALL" >&5
3429 echo "${ECHO_T}$INSTALL" >&6
3431 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3432 # It thinks the first close brace ends the variable substitution.
3433 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3435 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3437 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3441 # Check whether --enable-shared or --disable-shared was given.
3442 if test "${enable_shared+set}" = set; then
3443 enableval
="$enable_shared"
3444 p
=${PACKAGE-default}
3446 yes) enable_shared
=yes ;;
3447 no
) enable_shared
=no
;;
3450 # Look at the argument we got. We use all the common list separators.
3451 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3452 for pkg
in $enableval; do
3453 if test "X$pkg" = "X$p"; then
3463 # Check whether --enable-static or --disable-static was given.
3464 if test "${enable_static+set}" = set; then
3465 enableval
="$enable_static"
3466 p
=${PACKAGE-default}
3468 yes) enable_static
=yes ;;
3469 no
) enable_static
=no
;;
3472 # Look at the argument we got. We use all the common list separators.
3473 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3474 for pkg
in $enableval; do
3475 if test "X$pkg" = "X$p"; then
3485 # Check whether --enable-fast-install or --disable-fast-install was given.
3486 if test "${enable_fast_install+set}" = set; then
3487 enableval
="$enable_fast_install"
3488 p
=${PACKAGE-default}
3490 yes) enable_fast_install
=yes ;;
3491 no
) enable_fast_install
=no
;;
3493 enable_fast_install
=no
3494 # Look at the argument we got. We use all the common list separators.
3495 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3496 for pkg
in $enableval; do
3497 if test "X$pkg" = "X$p"; then
3498 enable_fast_install
=yes
3505 enable_fast_install
=yes
3508 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3509 if test "${with_gnu_ld+set}" = set; then
3510 withval
="$with_gnu_ld"
3511 test "$withval" = no || with_gnu_ld
=yes
3516 if test "$GCC" = yes; then
3517 # Check if gcc -print-prog-name=ld gives a path.
3518 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3519 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3522 # gcc leaves a trailing carriage return which upsets mingw
3523 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3525 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
3528 # Accept absolute paths.
3529 [\\/]* |
[A-Za-z
]:[\\/]*)
3530 re_direlt
='/[^/][^/]*/\.\./'
3531 # Canonicalize the path of ld
3532 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
3533 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
3534 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
3536 test -z "$LD" && LD
="$ac_prog"
3539 # If it fails, then pretend we aren't using GCC.
3543 # If it is relative, then search for the first ld in PATH.
3547 elif test "$with_gnu_ld" = yes; then
3548 echo "$as_me:$LINENO: checking for GNU ld" >&5
3549 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3551 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3552 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3554 if test "${lt_cv_path_LD+set}" = set; then
3555 echo $ECHO_N "(cached) $ECHO_C" >&6
3557 if test -z "$LD"; then
3558 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3559 for ac_dir
in $PATH; do
3560 test -z "$ac_dir" && ac_dir
=.
3561 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3562 lt_cv_path_LD
="$ac_dir/$ac_prog"
3563 # Check to see if the program is GNU ld. I'd rather use --version,
3564 # but apparently some GNU ld's only accept -v.
3565 # Break only if it was the GNU/non-GNU ld that we prefer.
3566 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3567 test "$with_gnu_ld" != no
&& break
3569 test "$with_gnu_ld" != yes && break
3575 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3580 if test -n "$LD"; then
3581 echo "$as_me:$LINENO: result: $LD" >&5
3582 echo "${ECHO_T}$LD" >&6
3584 echo "$as_me:$LINENO: result: no" >&5
3585 echo "${ECHO_T}no" >&6
3587 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3588 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3589 { (exit 1); exit 1; }; }
3590 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3591 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3592 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3593 echo $ECHO_N "(cached) $ECHO_C" >&6
3595 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3596 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3597 lt_cv_prog_gnu_ld
=yes
3599 lt_cv_prog_gnu_ld
=no
3602 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3603 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3604 with_gnu_ld
=$lt_cv_prog_gnu_ld
3607 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3608 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3609 if test "${lt_cv_ld_reload_flag+set}" = set; then
3610 echo $ECHO_N "(cached) $ECHO_C" >&6
3612 lt_cv_ld_reload_flag
='-r'
3614 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3615 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3616 reload_flag
=$lt_cv_ld_reload_flag
3617 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3619 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3620 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3621 if test "${lt_cv_path_NM+set}" = set; then
3622 echo $ECHO_N "(cached) $ECHO_C" >&6
3624 if test -n "$NM"; then
3625 # Let the user override the test.
3628 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3629 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3630 test -z "$ac_dir" && ac_dir
=.
3631 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3632 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3633 # Check to see if the nm accepts a BSD-compat flag.
3634 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3635 # nm: unknown option "B" ignored
3636 # Tru64's nm complains that /dev/null is an invalid object file
3637 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3638 lt_cv_path_NM
="$tmp_nm -B"
3640 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3641 lt_cv_path_NM
="$tmp_nm -p"
3644 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3645 continue # so that we can try to find one that supports BSD flags
3650 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3655 echo "$as_me:$LINENO: result: $NM" >&5
3656 echo "${ECHO_T}$NM" >&6
3658 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3659 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3661 if test "$LN_S" = "ln -s"; then
3662 echo "$as_me:$LINENO: result: yes" >&5
3663 echo "${ECHO_T}yes" >&6
3665 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3666 echo "${ECHO_T}no, using $LN_S" >&6
3669 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3670 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3671 if test "${lt_cv_deplibs_check_method+set}" = set; then
3672 echo $ECHO_N "(cached) $ECHO_C" >&6
3674 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3675 lt_cv_file_magic_test_file
=
3676 lt_cv_deplibs_check_method
='unknown'
3677 # Need to set the preceding variable on all platforms that support
3678 # interlibrary dependencies.
3679 # 'none' -- dependencies not supported.
3680 # `unknown' -- same as none, but documents that we really don't know.
3681 # 'pass_all' -- all dependencies passed with no checks.
3682 # 'test_compile' -- check by making test program.
3683 # 'file_magic [regex]' -- check by looking for files in library path
3684 # which responds to the $file_magic_cmd with a given egrep regex.
3685 # If you have `file' or equivalent on your system and you're not sure
3686 # whether `pass_all' will *always* work, you probably want this one.
3690 lt_cv_deplibs_check_method
=pass_all
3694 lt_cv_deplibs_check_method
=pass_all
3698 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3699 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3700 lt_cv_file_magic_test_file
=/shlib
/libc.so
3703 cygwin
* | mingw
* |pw32
*)
3704 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3705 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3708 darwin
* | rhapsody
*)
3709 # this will be overwritten by pass_all, but leave it in just in case
3710 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3711 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3713 rhapsody
* | darwin1.012
)
3714 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3717 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3720 lt_cv_deplibs_check_method
=pass_all
3723 freebsd
* | kfreebsd
*-gnu)
3724 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3727 # Not sure whether the presence of OpenBSD here was a mistake.
3728 # Let's accept both of them until this is cleared up.
3729 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3730 lt_cv_file_magic_cmd
=/usr
/bin
/file
3731 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3735 lt_cv_deplibs_check_method
=pass_all
3740 lt_cv_deplibs_check_method
=pass_all
3746 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3747 lt_cv_file_magic_cmd
=/usr
/bin
/file
3748 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3751 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3752 lt_cv_file_magic_cmd
=/usr
/bin
/file
3753 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3761 # this will be overridden with pass_all, but let us keep it just in case
3762 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3766 *-32|
*"-32 ") libmagic
=32-bit;;
3767 *-n32|
*"-n32 ") libmagic
=N32
;;
3768 *-64|
*"-64 ") libmagic
=64-bit;;
3769 *) libmagic
=never-match
;;
3771 # this will be overridden with pass_all, but let us keep it just in case
3772 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3775 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3776 lt_cv_deplibs_check_method
=pass_all
3779 # This must be Linux ELF.
3781 lt_cv_deplibs_check_method
=pass_all
3784 netbsd
* | knetbsd
*-gnu)
3785 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3786 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3788 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3793 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3794 lt_cv_file_magic_cmd
=/usr
/bin
/file
3795 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3798 osf3
* | osf4
* | osf5
*)
3799 # this will be overridden with pass_all, but let us keep it just in case
3800 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3801 lt_cv_file_magic_test_file
=/shlib
/libc.so
3802 lt_cv_deplibs_check_method
=pass_all
3806 lt_cv_deplibs_check_method
=pass_all
3810 lt_cv_deplibs_check_method
=pass_all
3811 lt_cv_file_magic_test_file
=/lib
/libc.so
3814 sysv5uw
[78]* | sysv4
*uw2
*)
3815 lt_cv_deplibs_check_method
=pass_all
3818 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3819 case $host_vendor in
3821 lt_cv_deplibs_check_method
=pass_all
3824 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]'
3825 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3832 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3833 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3834 file_magic_cmd
=$lt_cv_file_magic_cmd
3835 deplibs_check_method
=$lt_cv_deplibs_check_method
3841 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3843 # find the maximum length of command line arguments
3844 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
3845 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
3846 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
3847 echo $ECHO_N "(cached) $ECHO_C" >&6
3854 # On DJGPP, this test can blow up pretty badly due to problems in libc
3855 # (any single argument exceeding 2000 bytes causes a buffer overrun
3856 # during glob expansion). Even if it were fixed, the result of this
3857 # check would be larger than it should be.
3858 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
3862 # On Win9x/ME, this test blows up -- it succeeds, but takes
3863 # about 5 minutes as the teststring grows exponentially.
3864 # Worse, since 9x/ME are not pre-emptively multitasking,
3865 # you end up with a "frozen" computer, even though with patience
3866 # the test eventually succeeds (with a max line length of 256k).
3867 # Instead, let's just punt: use the minimum linelength reported by
3868 # all of the supported platforms: 8192 (on NT/2K/XP).
3869 lt_cv_sys_max_cmd_len
=8192;
3873 # On AmigaOS with pdksh, this test takes hours, literally.
3874 # So we just punt and use a minimum line length of 8192.
3875 lt_cv_sys_max_cmd_len
=8192;
3878 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
3879 # This has been around since 386BSD, at least. Likely further.
3880 if test -x /sbin
/sysctl
; then
3881 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
3882 elif test -x /usr
/sbin
/sysctl
; then
3883 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
3885 lt_cv_sys_max_cmd_len
=65536 # usable default for *BSD
3887 # And add a safety zone
3888 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
3889 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
3895 if test -n "$lt_cv_sys_max_cmd_len" ; then
3896 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
3897 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
3899 echo "$as_me:$LINENO: result: none" >&5
3900 echo "${ECHO_T}none" >&6
3904 # Only perform the check for file, if the check method requires it
3905 case $deplibs_check_method in
3907 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3908 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3909 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3910 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3911 echo $ECHO_N "(cached) $ECHO_C" >&6
3915 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3918 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3921 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3922 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3923 ac_dummy
="/usr/bin:$PATH"
3924 for ac_dir
in $ac_dummy; do
3925 test -z "$ac_dir" && ac_dir
=.
3926 if test -f $ac_dir/${ac_tool_prefix}file; then
3927 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3928 if test -n "$file_magic_test_file"; then
3929 case $deplibs_check_method in
3931 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3932 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3933 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3934 egrep "$file_magic_regex" > /dev
/null
; then
3939 *** Warning: the command libtool uses to detect shared libraries,
3940 *** $file_magic_cmd, produces output that libtool cannot recognize.
3941 *** The result is that libtool may fail to recognize shared libraries
3942 *** as such. This will affect the creation of libtool libraries that
3943 *** depend on shared libraries, but programs linked with such libtool
3944 *** libraries will work regardless of this problem. Nevertheless, you
3945 *** may want to report the problem to your system manager and/or to
3946 *** bug-libtool@gnu.org
3956 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3961 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3962 if test -n "$MAGIC_CMD"; then
3963 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3964 echo "${ECHO_T}$MAGIC_CMD" >&6
3966 echo "$as_me:$LINENO: result: no" >&5
3967 echo "${ECHO_T}no" >&6
3970 if test -z "$lt_cv_path_MAGIC_CMD"; then
3971 if test -n "$ac_tool_prefix"; then
3972 echo "$as_me:$LINENO: checking for file" >&5
3973 echo $ECHO_N "checking for file... $ECHO_C" >&6
3974 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3975 echo $ECHO_N "(cached) $ECHO_C" >&6
3979 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3982 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3985 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3986 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3987 ac_dummy
="/usr/bin:$PATH"
3988 for ac_dir
in $ac_dummy; do
3989 test -z "$ac_dir" && ac_dir
=.
3990 if test -f $ac_dir/file; then
3991 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3992 if test -n "$file_magic_test_file"; then
3993 case $deplibs_check_method in
3995 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3996 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3997 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3998 egrep "$file_magic_regex" > /dev
/null
; then
4003 *** Warning: the command libtool uses to detect shared libraries,
4004 *** $file_magic_cmd, produces output that libtool cannot recognize.
4005 *** The result is that libtool may fail to recognize shared libraries
4006 *** as such. This will affect the creation of libtool libraries that
4007 *** depend on shared libraries, but programs linked with such libtool
4008 *** libraries will work regardless of this problem. Nevertheless, you
4009 *** may want to report the problem to your system manager and/or to
4010 *** bug-libtool@gnu.org
4020 MAGIC_CMD
="$ac_save_MAGIC_CMD"
4025 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4026 if test -n "$MAGIC_CMD"; then
4027 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4028 echo "${ECHO_T}$MAGIC_CMD" >&6
4030 echo "$as_me:$LINENO: result: no" >&5
4031 echo "${ECHO_T}no" >&6
4043 if test -n "$ac_tool_prefix"; then
4044 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4045 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4046 echo "$as_me:$LINENO: checking for $ac_word" >&5
4047 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4048 if test "${ac_cv_prog_RANLIB+set}" = set; then
4049 echo $ECHO_N "(cached) $ECHO_C" >&6
4051 if test -n "$RANLIB"; then
4052 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4054 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4058 test -z "$as_dir" && as_dir
=.
4059 for ac_exec_ext
in '' $ac_executable_extensions; do
4060 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4061 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4062 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4070 RANLIB
=$ac_cv_prog_RANLIB
4071 if test -n "$RANLIB"; then
4072 echo "$as_me:$LINENO: result: $RANLIB" >&5
4073 echo "${ECHO_T}$RANLIB" >&6
4075 echo "$as_me:$LINENO: result: no" >&5
4076 echo "${ECHO_T}no" >&6
4080 if test -z "$ac_cv_prog_RANLIB"; then
4081 ac_ct_RANLIB
=$RANLIB
4082 # Extract the first word of "ranlib", so it can be a program name with args.
4083 set dummy ranlib
; ac_word
=$2
4084 echo "$as_me:$LINENO: checking for $ac_word" >&5
4085 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4086 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4087 echo $ECHO_N "(cached) $ECHO_C" >&6
4089 if test -n "$ac_ct_RANLIB"; then
4090 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4092 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4096 test -z "$as_dir" && as_dir
=.
4097 for ac_exec_ext
in '' $ac_executable_extensions; do
4098 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4099 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4100 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4106 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4109 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4110 if test -n "$ac_ct_RANLIB"; then
4111 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4112 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4114 echo "$as_me:$LINENO: result: no" >&5
4115 echo "${ECHO_T}no" >&6
4118 RANLIB
=$ac_ct_RANLIB
4120 RANLIB
="$ac_cv_prog_RANLIB"
4123 if test -n "$ac_tool_prefix"; then
4124 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4125 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4126 echo "$as_me:$LINENO: checking for $ac_word" >&5
4127 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4128 if test "${ac_cv_prog_STRIP+set}" = set; then
4129 echo $ECHO_N "(cached) $ECHO_C" >&6
4131 if test -n "$STRIP"; then
4132 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4134 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4138 test -z "$as_dir" && as_dir
=.
4139 for ac_exec_ext
in '' $ac_executable_extensions; do
4140 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4141 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4142 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4150 STRIP
=$ac_cv_prog_STRIP
4151 if test -n "$STRIP"; then
4152 echo "$as_me:$LINENO: result: $STRIP" >&5
4153 echo "${ECHO_T}$STRIP" >&6
4155 echo "$as_me:$LINENO: result: no" >&5
4156 echo "${ECHO_T}no" >&6
4160 if test -z "$ac_cv_prog_STRIP"; then
4162 # Extract the first word of "strip", so it can be a program name with args.
4163 set dummy strip
; ac_word
=$2
4164 echo "$as_me:$LINENO: checking for $ac_word" >&5
4165 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4166 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4167 echo $ECHO_N "(cached) $ECHO_C" >&6
4169 if test -n "$ac_ct_STRIP"; then
4170 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4172 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4176 test -z "$as_dir" && as_dir
=.
4177 for ac_exec_ext
in '' $ac_executable_extensions; do
4178 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4179 ac_cv_prog_ac_ct_STRIP
="strip"
4180 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4186 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
4189 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4190 if test -n "$ac_ct_STRIP"; then
4191 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4192 echo "${ECHO_T}$ac_ct_STRIP" >&6
4194 echo "$as_me:$LINENO: result: no" >&5
4195 echo "${ECHO_T}no" >&6
4200 STRIP
="$ac_cv_prog_STRIP"
4204 # Check for any special flags to pass to ltconfig.
4205 libtool_flags
="--cache-file=$cache_file"
4206 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
4207 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
4208 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
4209 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
4210 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
4213 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4214 if test "${enable_libtool_lock+set}" = set; then
4215 enableval
="$enable_libtool_lock"
4218 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
4219 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
4222 # Check whether --with-pic or --without-pic was given.
4223 if test "${with_pic+set}" = set; then
4229 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
4230 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
4232 # Some flags need to be propagated to the compiler or linker for good
4236 # Find out which ABI we are using.
4237 echo '#line 4237 "configure"' > conftest.
$ac_ext
4238 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4239 (eval $ac_compile) 2>&5
4241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4242 (exit $ac_status); }; then
4243 if test "$lt_cv_prog_gnu_ld" = yes; then
4244 case `/usr/bin/file conftest.$ac_objext` in
4246 LD
="${LD-ld} -melf32bsmip"
4249 LD
="${LD-ld} -melf32bmipn32"
4252 LD
="${LD-ld} -melf64bmip"
4256 case `/usr/bin/file conftest.$ac_objext` in
4273 # Find out which ABI we are using.
4274 echo 'int i;' > conftest.
$ac_ext
4275 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4276 (eval $ac_compile) 2>&5
4278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4279 (exit $ac_status); }; then
4280 case "`/usr/bin/file conftest.o`" in
4292 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
4293 # Find out which ABI we are using.
4294 echo 'int i;' > conftest.
$ac_ext
4295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4296 (eval $ac_compile) 2>&5
4298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4299 (exit $ac_status); }; then
4300 case "`/usr/bin/file conftest.o`" in
4304 LD
="${LD-ld} -m elf_i386"
4306 ppc64-
*linux
*|powerpc64-
*linux
*)
4307 LD
="${LD-ld} -m elf32ppclinux"
4310 LD
="${LD-ld} -m elf_s390"
4313 LD
="${LD-ld} -m elf32_sparc"
4320 LD
="${LD-ld} -m elf_x86_64"
4322 ppc
*-*linux
*|powerpc
*-*linux
*)
4323 LD
="${LD-ld} -m elf64ppc"
4326 LD
="${LD-ld} -m elf64_s390"
4329 LD
="${LD-ld} -m elf64_sparc"
4339 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4340 SAVE_CFLAGS
="$CFLAGS"
4341 CFLAGS
="$CFLAGS -belf"
4342 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4343 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4344 if test "${lt_cv_cc_needs_belf+set}" = set; then
4345 echo $ECHO_N "(cached) $ECHO_C" >&6
4350 ac_cpp
='$CPP $CPPFLAGS'
4351 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4352 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4353 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4355 cat >conftest.
$ac_ext <<_ACEOF
4358 cat confdefs.h
>>conftest.
$ac_ext
4359 cat >>conftest.
$ac_ext <<_ACEOF
4360 /* end confdefs.h. */
4370 rm -f conftest.
$ac_objext conftest
$ac_exeext
4371 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4372 (eval $ac_link) 2>conftest.er1
4374 grep -v '^ *+' conftest.er1
>conftest.err
4376 cat conftest.err
>&5
4377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4378 (exit $ac_status); } &&
4379 { ac_try
='test -z "$ac_c_werror_flag"
4380 || test ! -s conftest.err'
4381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4385 (exit $ac_status); }; } &&
4386 { ac_try
='test -s conftest$ac_exeext'
4387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4391 (exit $ac_status); }; }; then
4392 lt_cv_cc_needs_belf
=yes
4394 echo "$as_me: failed program was:" >&5
4395 sed 's/^/| /' conftest.
$ac_ext >&5
4397 lt_cv_cc_needs_belf
=no
4399 rm -f conftest.err conftest.
$ac_objext \
4400 conftest
$ac_exeext conftest.
$ac_ext
4402 ac_cpp
='$CPP $CPPFLAGS'
4403 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4404 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4405 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4408 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4409 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4410 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4411 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4412 CFLAGS
="$SAVE_CFLAGS"
4420 # Save cache, so that ltconfig can load it
4421 cat >confcache
<<\_ACEOF
4422 # This file is a shell script that caches the results of configure
4423 # tests run on this system so they can be shared between configure
4424 # scripts and configure runs, see configure's option --config-cache.
4425 # It is not useful on other systems. If it contains results you don't
4426 # want to keep, you may remove or edit it.
4428 # config.status only pays attention to the cache file if you give it
4429 # the --recheck option to rerun configure.
4431 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4432 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4437 # The following way of writing the cache mishandles newlines in values,
4438 # but we know of no workaround that is simple, portable, and efficient.
4439 # So, don't put newlines in cache variables' values.
4440 # Ultrix sh set writes to stderr and can't be redirected directly,
4441 # and sets the high bit in the cache file unless we assign to the vars.
4444 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4446 # `set' does not quote correctly, so add quotes (double-quote
4447 # substitution turns \\\\ into \\, and sed turns \\ into \).
4450 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4453 # `set' quotes correctly as required by POSIX, so do not add quotes.
4455 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4462 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4464 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4466 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
4467 if test -w $cache_file; then
4468 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4469 cat confcache
>$cache_file
4471 echo "not updating unwritable cache $cache_file"
4476 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4477 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4478 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4479 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4480 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4481 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4482 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4483 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4484 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4485 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4486 echo "$as_me: error: libtool configure failed" >&2;}
4487 { (exit 1); exit 1; }; }
4489 # Reload cache, that may have been modified by ltconfig
4490 if test -r "$cache_file"; then
4491 # Some versions of bash will fail to source /dev/null (special
4492 # files actually), so we avoid doing that.
4493 if test -f "$cache_file"; then
4494 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4495 echo "$as_me: loading cache $cache_file" >&6;}
4497 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
4498 *) . .
/$cache_file;;
4502 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4503 echo "$as_me: creating cache $cache_file" >&6;}
4508 # This can be used to rebuild libtool when needed
4509 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4511 # Always use our own libtool.
4512 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
4514 # Redirect the config.log output again, so that the ltconfig log is not
4515 # clobbered by the next message.
4516 exec 5>>.
/config.log
4526 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
4527 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
4528 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4529 if test "${enable_maintainer_mode+set}" = set; then
4530 enableval
="$enable_maintainer_mode"
4531 USE_MAINTAINER_MODE
=$enableval
4533 USE_MAINTAINER_MODE
=no
4535 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
4536 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
4539 if test $USE_MAINTAINER_MODE = yes; then
4540 MAINTAINER_MODE_TRUE
=
4541 MAINTAINER_MODE_FALSE
='#'
4543 MAINTAINER_MODE_TRUE
='#'
4544 MAINTAINER_MODE_FALSE
=
4547 MAINT
=$MAINTAINER_MODE_TRUE
4551 # We need gfortran to compile parts of the library
4552 # We can't use AC_PROG_FC because it expects a fully working gfortran.
4553 #AC_PROG_FC(gfortran)
4555 ac_ext
=${FC_SRCEXT-f}
4556 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4557 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4558 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
4559 if test -n "$ac_tool_prefix"; then
4560 for ac_prog
in gfortran
4562 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4563 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4564 echo "$as_me:$LINENO: checking for $ac_word" >&5
4565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4566 if test "${ac_cv_prog_FC+set}" = set; then
4567 echo $ECHO_N "(cached) $ECHO_C" >&6
4569 if test -n "$FC"; then
4570 ac_cv_prog_FC
="$FC" # Let the user override the test.
4572 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4576 test -z "$as_dir" && as_dir
=.
4577 for ac_exec_ext
in '' $ac_executable_extensions; do
4578 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4579 ac_cv_prog_FC
="$ac_tool_prefix$ac_prog"
4580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4589 if test -n "$FC"; then
4590 echo "$as_me:$LINENO: result: $FC" >&5
4591 echo "${ECHO_T}$FC" >&6
4593 echo "$as_me:$LINENO: result: no" >&5
4594 echo "${ECHO_T}no" >&6
4597 test -n "$FC" && break
4600 if test -z "$FC"; then
4602 for ac_prog
in gfortran
4604 # Extract the first word of "$ac_prog", so it can be a program name with args.
4605 set dummy
$ac_prog; ac_word
=$2
4606 echo "$as_me:$LINENO: checking for $ac_word" >&5
4607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4608 if test "${ac_cv_prog_ac_ct_FC+set}" = set; then
4609 echo $ECHO_N "(cached) $ECHO_C" >&6
4611 if test -n "$ac_ct_FC"; then
4612 ac_cv_prog_ac_ct_FC
="$ac_ct_FC" # Let the user override the test.
4614 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4618 test -z "$as_dir" && as_dir
=.
4619 for ac_exec_ext
in '' $ac_executable_extensions; do
4620 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4621 ac_cv_prog_ac_ct_FC
="$ac_prog"
4622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4630 ac_ct_FC
=$ac_cv_prog_ac_ct_FC
4631 if test -n "$ac_ct_FC"; then
4632 echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
4633 echo "${ECHO_T}$ac_ct_FC" >&6
4635 echo "$as_me:$LINENO: result: no" >&5
4636 echo "${ECHO_T}no" >&6
4639 test -n "$ac_ct_FC" && break
4646 # Provide some information about the compiler.
4647 echo "$as_me:4647:" \
4648 "checking for Fortran compiler version" >&5
4649 ac_compiler
=`set X $ac_compile; echo $2`
4650 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4651 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4654 (exit $ac_status); }
4655 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4656 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4659 (exit $ac_status); }
4660 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4661 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4664 (exit $ac_status); }
4667 # If we don't use `.F' as extension, the preprocessor is not run on the
4668 # input file. (Note that this only needs to work for GNU compilers.)
4671 echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
4672 echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6
4673 if test "${ac_cv_fc_compiler_gnu+set}" = set; then
4674 echo $ECHO_N "(cached) $ECHO_C" >&6
4676 cat >conftest.
$ac_ext <<_ACEOF
4684 rm -f conftest.
$ac_objext
4685 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4686 (eval $ac_compile) 2>conftest.er1
4688 grep -v '^ *+' conftest.er1
>conftest.err
4690 cat conftest.err
>&5
4691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4692 (exit $ac_status); } &&
4693 { ac_try
='test -z "$ac_fc_werror_flag"
4694 || test ! -s conftest.err'
4695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4699 (exit $ac_status); }; } &&
4700 { ac_try
='test -s conftest.$ac_objext'
4701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4705 (exit $ac_status); }; }; then
4708 echo "$as_me: failed program was:" >&5
4709 sed 's/^/| /' conftest.
$ac_ext >&5
4713 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4714 ac_cv_fc_compiler_gnu
=$ac_compiler_gnu
4717 echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
4718 echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6
4720 ac_test_FFLAGS
=${FCFLAGS+set}
4721 ac_save_FFLAGS
=$FCFLAGS
4723 echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
4724 echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6
4725 if test "${ac_cv_prog_fc_g+set}" = set; then
4726 echo $ECHO_N "(cached) $ECHO_C" >&6
4729 cat >conftest.
$ac_ext <<_ACEOF
4734 rm -f conftest.
$ac_objext
4735 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4736 (eval $ac_compile) 2>conftest.er1
4738 grep -v '^ *+' conftest.er1
>conftest.err
4740 cat conftest.err
>&5
4741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4742 (exit $ac_status); } &&
4743 { ac_try
='test -z "$ac_fc_werror_flag"
4744 || test ! -s conftest.err'
4745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4749 (exit $ac_status); }; } &&
4750 { ac_try
='test -s conftest.$ac_objext'
4751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4755 (exit $ac_status); }; }; then
4758 echo "$as_me: failed program was:" >&5
4759 sed 's/^/| /' conftest.
$ac_ext >&5
4763 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4766 echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
4767 echo "${ECHO_T}$ac_cv_prog_fc_g" >&6
4768 if test "$ac_test_FFLAGS" = set; then
4769 FCFLAGS
=$ac_save_FFLAGS
4770 elif test $ac_cv_prog_fc_g = yes; then
4771 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4777 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4785 ac_cpp
='$CPP $CPPFLAGS'
4786 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4787 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4788 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4790 FCFLAGS
="$FCFLAGS -Wall"
4792 # For libtool versioning info, format is CURRENT:REVISION:AGE
4793 libtool_VERSION
=1:0:0
4796 # Check header files.
4798 ac_cpp
='$CPP $CPPFLAGS'
4799 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4800 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4801 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4802 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4803 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4804 # On Suns, sometimes $CPP names a directory.
4805 if test -n "$CPP" && test -d "$CPP"; then
4808 if test -z "$CPP"; then
4809 if test "${ac_cv_prog_CPP+set}" = set; then
4810 echo $ECHO_N "(cached) $ECHO_C" >&6
4812 # Double quotes because CPP needs to be expanded
4813 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4816 for ac_c_preproc_warn_flag
in '' yes
4818 # Use a header file that comes with gcc, so configuring glibc
4819 # with a fresh cross-compiler works.
4820 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4821 # <limits.h> exists even on freestanding compilers.
4822 # On the NeXT, cc -E runs the code through the compiler's parser,
4823 # not just through cpp. "Syntax error" is here to catch this case.
4824 cat >conftest.
$ac_ext <<_ACEOF
4827 cat confdefs.h
>>conftest.
$ac_ext
4828 cat >>conftest.
$ac_ext <<_ACEOF
4829 /* end confdefs.h. */
4831 # include <limits.h>
4833 # include <assert.h>
4837 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4838 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4840 grep -v '^ *+' conftest.er1
>conftest.err
4842 cat conftest.err
>&5
4843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4844 (exit $ac_status); } >/dev
/null
; then
4845 if test -s conftest.err
; then
4846 ac_cpp_err
=$ac_c_preproc_warn_flag
4847 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4854 if test -z "$ac_cpp_err"; then
4857 echo "$as_me: failed program was:" >&5
4858 sed 's/^/| /' conftest.
$ac_ext >&5
4860 # Broken: fails on valid input.
4863 rm -f conftest.err conftest.
$ac_ext
4865 # OK, works on sane cases. Now check whether non-existent headers
4866 # can be detected and how.
4867 cat >conftest.
$ac_ext <<_ACEOF
4870 cat confdefs.h
>>conftest.
$ac_ext
4871 cat >>conftest.
$ac_ext <<_ACEOF
4872 /* end confdefs.h. */
4873 #include <ac_nonexistent.h>
4875 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4876 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4878 grep -v '^ *+' conftest.er1
>conftest.err
4880 cat conftest.err
>&5
4881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4882 (exit $ac_status); } >/dev
/null
; then
4883 if test -s conftest.err
; then
4884 ac_cpp_err
=$ac_c_preproc_warn_flag
4885 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4892 if test -z "$ac_cpp_err"; then
4893 # Broken: success on invalid input.
4896 echo "$as_me: failed program was:" >&5
4897 sed 's/^/| /' conftest.
$ac_ext >&5
4899 # Passes both tests.
4903 rm -f conftest.err conftest.
$ac_ext
4906 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4907 rm -f conftest.err conftest.
$ac_ext
4908 if $ac_preproc_ok; then
4920 echo "$as_me:$LINENO: result: $CPP" >&5
4921 echo "${ECHO_T}$CPP" >&6
4923 for ac_c_preproc_warn_flag
in '' yes
4925 # Use a header file that comes with gcc, so configuring glibc
4926 # with a fresh cross-compiler works.
4927 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4928 # <limits.h> exists even on freestanding compilers.
4929 # On the NeXT, cc -E runs the code through the compiler's parser,
4930 # not just through cpp. "Syntax error" is here to catch this case.
4931 cat >conftest.
$ac_ext <<_ACEOF
4934 cat confdefs.h
>>conftest.
$ac_ext
4935 cat >>conftest.
$ac_ext <<_ACEOF
4936 /* end confdefs.h. */
4938 # include <limits.h>
4940 # include <assert.h>
4944 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4945 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4947 grep -v '^ *+' conftest.er1
>conftest.err
4949 cat conftest.err
>&5
4950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4951 (exit $ac_status); } >/dev
/null
; then
4952 if test -s conftest.err
; then
4953 ac_cpp_err
=$ac_c_preproc_warn_flag
4954 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4961 if test -z "$ac_cpp_err"; then
4964 echo "$as_me: failed program was:" >&5
4965 sed 's/^/| /' conftest.
$ac_ext >&5
4967 # Broken: fails on valid input.
4970 rm -f conftest.err conftest.
$ac_ext
4972 # OK, works on sane cases. Now check whether non-existent headers
4973 # can be detected and how.
4974 cat >conftest.
$ac_ext <<_ACEOF
4977 cat confdefs.h
>>conftest.
$ac_ext
4978 cat >>conftest.
$ac_ext <<_ACEOF
4979 /* end confdefs.h. */
4980 #include <ac_nonexistent.h>
4982 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4983 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4985 grep -v '^ *+' conftest.er1
>conftest.err
4987 cat conftest.err
>&5
4988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4989 (exit $ac_status); } >/dev
/null
; then
4990 if test -s conftest.err
; then
4991 ac_cpp_err
=$ac_c_preproc_warn_flag
4992 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4999 if test -z "$ac_cpp_err"; then
5000 # Broken: success on invalid input.
5003 echo "$as_me: failed program was:" >&5
5004 sed 's/^/| /' conftest.
$ac_ext >&5
5006 # Passes both tests.
5010 rm -f conftest.err conftest.
$ac_ext
5013 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5014 rm -f conftest.err conftest.
$ac_ext
5015 if $ac_preproc_ok; then
5018 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5019 See \`config.log' for more details." >&5
5020 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5021 See \`config.log' for more details." >&2;}
5022 { (exit 1); exit 1; }; }
5026 ac_cpp
='$CPP $CPPFLAGS'
5027 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5028 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5029 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5032 echo "$as_me:$LINENO: checking for egrep" >&5
5033 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5034 if test "${ac_cv_prog_egrep+set}" = set; then
5035 echo $ECHO_N "(cached) $ECHO_C" >&6
5037 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5038 then ac_cv_prog_egrep
='grep -E'
5039 else ac_cv_prog_egrep
='egrep'
5042 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5043 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5044 EGREP
=$ac_cv_prog_egrep
5047 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5048 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5049 if test "${ac_cv_header_stdc+set}" = set; then
5050 echo $ECHO_N "(cached) $ECHO_C" >&6
5052 cat >conftest.
$ac_ext <<_ACEOF
5055 cat confdefs.h
>>conftest.
$ac_ext
5056 cat >>conftest.
$ac_ext <<_ACEOF
5057 /* end confdefs.h. */
5071 rm -f conftest.
$ac_objext
5072 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5073 (eval $ac_compile) 2>conftest.er1
5075 grep -v '^ *+' conftest.er1
>conftest.err
5077 cat conftest.err
>&5
5078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5079 (exit $ac_status); } &&
5080 { ac_try
='test -z "$ac_c_werror_flag"
5081 || test ! -s conftest.err'
5082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5086 (exit $ac_status); }; } &&
5087 { ac_try
='test -s conftest.$ac_objext'
5088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5092 (exit $ac_status); }; }; then
5093 ac_cv_header_stdc
=yes
5095 echo "$as_me: failed program was:" >&5
5096 sed 's/^/| /' conftest.
$ac_ext >&5
5098 ac_cv_header_stdc
=no
5100 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5102 if test $ac_cv_header_stdc = yes; then
5103 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5104 cat >conftest.
$ac_ext <<_ACEOF
5107 cat confdefs.h
>>conftest.
$ac_ext
5108 cat >>conftest.
$ac_ext <<_ACEOF
5109 /* end confdefs.h. */
5113 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5114 $EGREP "memchr" >/dev
/null
2>&1; then
5117 ac_cv_header_stdc
=no
5123 if test $ac_cv_header_stdc = yes; then
5124 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5125 cat >conftest.
$ac_ext <<_ACEOF
5128 cat confdefs.h
>>conftest.
$ac_ext
5129 cat >>conftest.
$ac_ext <<_ACEOF
5130 /* end confdefs.h. */
5134 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5135 $EGREP "free" >/dev
/null
2>&1; then
5138 ac_cv_header_stdc
=no
5144 if test $ac_cv_header_stdc = yes; then
5145 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5146 if test "$cross_compiling" = yes; then
5149 cat >conftest.
$ac_ext <<_ACEOF
5152 cat confdefs.h
>>conftest.
$ac_ext
5153 cat >>conftest.
$ac_ext <<_ACEOF
5154 /* end confdefs.h. */
5156 #if ((' ' & 0x0FF) == 0x020)
5157 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5158 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5160 # define ISLOWER(c) \
5161 (('a' <= (c) && (c) <= 'i') \
5162 || ('j' <= (c) && (c) <= 'r') \
5163 || ('s' <= (c) && (c) <= 'z'))
5164 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5167 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5172 for (i = 0; i < 256; i++)
5173 if (XOR (islower (i), ISLOWER (i))
5174 || toupper (i) != TOUPPER (i))
5179 rm -f conftest
$ac_exeext
5180 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5181 (eval $ac_link) 2>&5
5183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5184 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5189 (exit $ac_status); }; }; then
5192 echo "$as_me: program exited with status $ac_status" >&5
5193 echo "$as_me: failed program was:" >&5
5194 sed 's/^/| /' conftest.
$ac_ext >&5
5197 ac_cv_header_stdc
=no
5199 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5203 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5204 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5205 if test $ac_cv_header_stdc = yes; then
5207 cat >>confdefs.h
<<\_ACEOF
5208 #define STDC_HEADERS 1
5213 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
5214 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
5215 if test "${ac_cv_header_time+set}" = set; then
5216 echo $ECHO_N "(cached) $ECHO_C" >&6
5218 cat >conftest.
$ac_ext <<_ACEOF
5221 cat confdefs.h
>>conftest.
$ac_ext
5222 cat >>conftest.
$ac_ext <<_ACEOF
5223 /* end confdefs.h. */
5224 #include <sys/types.h>
5225 #include <sys/time.h>
5231 if ((struct tm *) 0)
5237 rm -f conftest.
$ac_objext
5238 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5239 (eval $ac_compile) 2>conftest.er1
5241 grep -v '^ *+' conftest.er1
>conftest.err
5243 cat conftest.err
>&5
5244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5245 (exit $ac_status); } &&
5246 { ac_try
='test -z "$ac_c_werror_flag"
5247 || test ! -s conftest.err'
5248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5252 (exit $ac_status); }; } &&
5253 { ac_try
='test -s conftest.$ac_objext'
5254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5258 (exit $ac_status); }; }; then
5259 ac_cv_header_time
=yes
5261 echo "$as_me: failed program was:" >&5
5262 sed 's/^/| /' conftest.
$ac_ext >&5
5264 ac_cv_header_time
=no
5266 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5268 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
5269 echo "${ECHO_T}$ac_cv_header_time" >&6
5270 if test $ac_cv_header_time = yes; then
5272 cat >>confdefs.h
<<\_ACEOF
5273 #define TIME_WITH_SYS_TIME 1
5278 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5288 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5289 inttypes.h stdint.h unistd.h
5291 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5292 echo "$as_me:$LINENO: checking for $ac_header" >&5
5293 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5294 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5295 echo $ECHO_N "(cached) $ECHO_C" >&6
5297 cat >conftest.
$ac_ext <<_ACEOF
5300 cat confdefs.h
>>conftest.
$ac_ext
5301 cat >>conftest.
$ac_ext <<_ACEOF
5302 /* end confdefs.h. */
5303 $ac_includes_default
5305 #include <$ac_header>
5307 rm -f conftest.
$ac_objext
5308 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5309 (eval $ac_compile) 2>conftest.er1
5311 grep -v '^ *+' conftest.er1
>conftest.err
5313 cat conftest.err
>&5
5314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5315 (exit $ac_status); } &&
5316 { ac_try
='test -z "$ac_c_werror_flag"
5317 || test ! -s conftest.err'
5318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5322 (exit $ac_status); }; } &&
5323 { ac_try
='test -s conftest.$ac_objext'
5324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328 (exit $ac_status); }; }; then
5329 eval "$as_ac_Header=yes"
5331 echo "$as_me: failed program was:" >&5
5332 sed 's/^/| /' conftest.
$ac_ext >&5
5334 eval "$as_ac_Header=no"
5336 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5338 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5339 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5340 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5341 cat >>confdefs.h
<<_ACEOF
5342 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5354 for ac_header
in unistd.h semaphore.h sys
/loadavg.h sys
/time.h
5356 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5357 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5358 echo "$as_me:$LINENO: checking for $ac_header" >&5
5359 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5360 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5361 echo $ECHO_N "(cached) $ECHO_C" >&6
5363 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5364 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5366 # Is the header compilable?
5367 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5368 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5369 cat >conftest.
$ac_ext <<_ACEOF
5372 cat confdefs.h
>>conftest.
$ac_ext
5373 cat >>conftest.
$ac_ext <<_ACEOF
5374 /* end confdefs.h. */
5375 $ac_includes_default
5376 #include <$ac_header>
5378 rm -f conftest.
$ac_objext
5379 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5380 (eval $ac_compile) 2>conftest.er1
5382 grep -v '^ *+' conftest.er1
>conftest.err
5384 cat conftest.err
>&5
5385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5386 (exit $ac_status); } &&
5387 { ac_try
='test -z "$ac_c_werror_flag"
5388 || test ! -s conftest.err'
5389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5393 (exit $ac_status); }; } &&
5394 { ac_try
='test -s conftest.$ac_objext'
5395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5399 (exit $ac_status); }; }; then
5400 ac_header_compiler
=yes
5402 echo "$as_me: failed program was:" >&5
5403 sed 's/^/| /' conftest.
$ac_ext >&5
5405 ac_header_compiler
=no
5407 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5408 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5409 echo "${ECHO_T}$ac_header_compiler" >&6
5411 # Is the header present?
5412 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5413 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5414 cat >conftest.
$ac_ext <<_ACEOF
5417 cat confdefs.h
>>conftest.
$ac_ext
5418 cat >>conftest.
$ac_ext <<_ACEOF
5419 /* end confdefs.h. */
5420 #include <$ac_header>
5422 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5423 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5425 grep -v '^ *+' conftest.er1
>conftest.err
5427 cat conftest.err
>&5
5428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5429 (exit $ac_status); } >/dev
/null
; then
5430 if test -s conftest.err
; then
5431 ac_cpp_err
=$ac_c_preproc_warn_flag
5432 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5439 if test -z "$ac_cpp_err"; then
5440 ac_header_preproc
=yes
5442 echo "$as_me: failed program was:" >&5
5443 sed 's/^/| /' conftest.
$ac_ext >&5
5445 ac_header_preproc
=no
5447 rm -f conftest.err conftest.
$ac_ext
5448 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5449 echo "${ECHO_T}$ac_header_preproc" >&6
5451 # So? What about this header?
5452 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5454 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5455 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5456 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5457 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5458 ac_header_preproc
=yes
5461 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5462 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5463 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5464 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5465 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5466 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5467 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5468 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5469 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5470 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5471 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5472 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5475 ## ----------------------------------------------------- ##
5476 ## Report this to the GNU OpenMP Runtime Library lists. ##
5477 ## ----------------------------------------------------- ##
5480 sed "s/^/$as_me: WARNING: /" >&2
5483 echo "$as_me:$LINENO: checking for $ac_header" >&5
5484 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5485 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5486 echo $ECHO_N "(cached) $ECHO_C" >&6
5488 eval "$as_ac_Header=\$ac_header_preproc"
5490 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5491 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5494 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5495 cat >>confdefs.h
<<_ACEOF
5496 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5506 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
5508 acx_cv_header_stdint
=stddef.h
5509 acx_cv_header_stdint_kind
="(already complete)"
5510 for i
in stdint.h
$inttype_headers; do
5511 unset ac_cv_type_uintptr_t
5512 unset ac_cv_type_uintmax_t
5513 unset ac_cv_type_int_least32_t
5514 unset ac_cv_type_int_fast32_t
5515 unset ac_cv_type_uint64_t
5516 echo $ECHO_N "looking for a compliant stdint.h in $i, $ECHO_C" >&6
5517 echo "$as_me:$LINENO: checking for uintmax_t" >&5
5518 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6
5519 if test "${ac_cv_type_uintmax_t+set}" = set; then
5520 echo $ECHO_N "(cached) $ECHO_C" >&6
5522 cat >conftest.
$ac_ext <<_ACEOF
5525 cat confdefs.h
>>conftest.
$ac_ext
5526 cat >>conftest.
$ac_ext <<_ACEOF
5527 /* end confdefs.h. */
5528 #include <sys/types.h>
5534 if ((uintmax_t *) 0)
5536 if (sizeof (uintmax_t))
5542 rm -f conftest.
$ac_objext
5543 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5544 (eval $ac_compile) 2>conftest.er1
5546 grep -v '^ *+' conftest.er1
>conftest.err
5548 cat conftest.err
>&5
5549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5550 (exit $ac_status); } &&
5551 { ac_try
='test -z "$ac_c_werror_flag"
5552 || test ! -s conftest.err'
5553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5557 (exit $ac_status); }; } &&
5558 { ac_try
='test -s conftest.$ac_objext'
5559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5563 (exit $ac_status); }; }; then
5564 ac_cv_type_uintmax_t
=yes
5566 echo "$as_me: failed program was:" >&5
5567 sed 's/^/| /' conftest.
$ac_ext >&5
5569 ac_cv_type_uintmax_t
=no
5571 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5573 echo "$as_me:$LINENO: result: $ac_cv_type_uintmax_t" >&5
5574 echo "${ECHO_T}$ac_cv_type_uintmax_t" >&6
5575 if test $ac_cv_type_uintmax_t = yes; then
5576 acx_cv_header_stdint
=$i
5581 echo "$as_me:$LINENO: checking for uintptr_t" >&5
5582 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
5583 if test "${ac_cv_type_uintptr_t+set}" = set; then
5584 echo $ECHO_N "(cached) $ECHO_C" >&6
5586 cat >conftest.
$ac_ext <<_ACEOF
5589 cat confdefs.h
>>conftest.
$ac_ext
5590 cat >>conftest.
$ac_ext <<_ACEOF
5591 /* end confdefs.h. */
5592 #include <sys/types.h>
5598 if ((uintptr_t *) 0)
5600 if (sizeof (uintptr_t))
5606 rm -f conftest.
$ac_objext
5607 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5608 (eval $ac_compile) 2>conftest.er1
5610 grep -v '^ *+' conftest.er1
>conftest.err
5612 cat conftest.err
>&5
5613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614 (exit $ac_status); } &&
5615 { ac_try
='test -z "$ac_c_werror_flag"
5616 || test ! -s conftest.err'
5617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5621 (exit $ac_status); }; } &&
5622 { ac_try
='test -s conftest.$ac_objext'
5623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5627 (exit $ac_status); }; }; then
5628 ac_cv_type_uintptr_t
=yes
5630 echo "$as_me: failed program was:" >&5
5631 sed 's/^/| /' conftest.
$ac_ext >&5
5633 ac_cv_type_uintptr_t
=no
5635 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5637 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
5638 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
5639 if test $ac_cv_type_uintptr_t = yes; then
5642 acx_cv_header_stdint_kind
="(mostly complete)"
5645 echo "$as_me:$LINENO: checking for int_least32_t" >&5
5646 echo $ECHO_N "checking for int_least32_t... $ECHO_C" >&6
5647 if test "${ac_cv_type_int_least32_t+set}" = set; then
5648 echo $ECHO_N "(cached) $ECHO_C" >&6
5650 cat >conftest.
$ac_ext <<_ACEOF
5653 cat confdefs.h
>>conftest.
$ac_ext
5654 cat >>conftest.
$ac_ext <<_ACEOF
5655 /* end confdefs.h. */
5656 #include <sys/types.h>
5662 if ((int_least32_t *) 0)
5664 if (sizeof (int_least32_t))
5670 rm -f conftest.
$ac_objext
5671 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5672 (eval $ac_compile) 2>conftest.er1
5674 grep -v '^ *+' conftest.er1
>conftest.err
5676 cat conftest.err
>&5
5677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5678 (exit $ac_status); } &&
5679 { ac_try
='test -z "$ac_c_werror_flag"
5680 || test ! -s conftest.err'
5681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5685 (exit $ac_status); }; } &&
5686 { ac_try
='test -s conftest.$ac_objext'
5687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5691 (exit $ac_status); }; }; then
5692 ac_cv_type_int_least32_t
=yes
5694 echo "$as_me: failed program was:" >&5
5695 sed 's/^/| /' conftest.
$ac_ext >&5
5697 ac_cv_type_int_least32_t
=no
5699 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5701 echo "$as_me:$LINENO: result: $ac_cv_type_int_least32_t" >&5
5702 echo "${ECHO_T}$ac_cv_type_int_least32_t" >&6
5703 if test $ac_cv_type_int_least32_t = yes; then
5706 acx_cv_header_stdint_kind
="(mostly complete)"
5709 echo "$as_me:$LINENO: checking for int_fast32_t" >&5
5710 echo $ECHO_N "checking for int_fast32_t... $ECHO_C" >&6
5711 if test "${ac_cv_type_int_fast32_t+set}" = set; then
5712 echo $ECHO_N "(cached) $ECHO_C" >&6
5714 cat >conftest.
$ac_ext <<_ACEOF
5717 cat confdefs.h
>>conftest.
$ac_ext
5718 cat >>conftest.
$ac_ext <<_ACEOF
5719 /* end confdefs.h. */
5720 #include <sys/types.h>
5726 if ((int_fast32_t *) 0)
5728 if (sizeof (int_fast32_t))
5734 rm -f conftest.
$ac_objext
5735 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5736 (eval $ac_compile) 2>conftest.er1
5738 grep -v '^ *+' conftest.er1
>conftest.err
5740 cat conftest.err
>&5
5741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5742 (exit $ac_status); } &&
5743 { ac_try
='test -z "$ac_c_werror_flag"
5744 || test ! -s conftest.err'
5745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5749 (exit $ac_status); }; } &&
5750 { ac_try
='test -s conftest.$ac_objext'
5751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5755 (exit $ac_status); }; }; then
5756 ac_cv_type_int_fast32_t
=yes
5758 echo "$as_me: failed program was:" >&5
5759 sed 's/^/| /' conftest.
$ac_ext >&5
5761 ac_cv_type_int_fast32_t
=no
5763 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5765 echo "$as_me:$LINENO: result: $ac_cv_type_int_fast32_t" >&5
5766 echo "${ECHO_T}$ac_cv_type_int_fast32_t" >&6
5767 if test $ac_cv_type_int_fast32_t = yes; then
5770 acx_cv_header_stdint_kind
="(mostly complete)"
5773 echo "$as_me:$LINENO: checking for uint64_t" >&5
5774 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
5775 if test "${ac_cv_type_uint64_t+set}" = set; then
5776 echo $ECHO_N "(cached) $ECHO_C" >&6
5778 cat >conftest.
$ac_ext <<_ACEOF
5781 cat confdefs.h
>>conftest.
$ac_ext
5782 cat >>conftest.
$ac_ext <<_ACEOF
5783 /* end confdefs.h. */
5784 #include <sys/types.h>
5792 if (sizeof (uint64_t))
5798 rm -f conftest.
$ac_objext
5799 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5800 (eval $ac_compile) 2>conftest.er1
5802 grep -v '^ *+' conftest.er1
>conftest.err
5804 cat conftest.err
>&5
5805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5806 (exit $ac_status); } &&
5807 { ac_try
='test -z "$ac_c_werror_flag"
5808 || test ! -s conftest.err'
5809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5813 (exit $ac_status); }; } &&
5814 { ac_try
='test -s conftest.$ac_objext'
5815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5819 (exit $ac_status); }; }; then
5820 ac_cv_type_uint64_t
=yes
5822 echo "$as_me: failed program was:" >&5
5823 sed 's/^/| /' conftest.
$ac_ext >&5
5825 ac_cv_type_uint64_t
=no
5827 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5829 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
5830 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
5831 if test $ac_cv_type_uint64_t = yes; then
5834 acx_cv_header_stdint_kind
="(lacks uint64_t)"
5839 if test "$acx_cv_header_stdint" = stddef.h
; then
5840 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
5841 for i
in stdint.h
$inttype_headers; do
5842 unset ac_cv_type_uintptr_t
5843 unset ac_cv_type_uint32_t
5844 unset ac_cv_type_uint64_t
5845 echo $ECHO_N "looking for an incomplete stdint.h in $i, $ECHO_C" >&6
5846 echo "$as_me:$LINENO: checking for uint32_t" >&5
5847 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
5848 if test "${ac_cv_type_uint32_t+set}" = set; then
5849 echo $ECHO_N "(cached) $ECHO_C" >&6
5851 cat >conftest.
$ac_ext <<_ACEOF
5854 cat confdefs.h
>>conftest.
$ac_ext
5855 cat >>conftest.
$ac_ext <<_ACEOF
5856 /* end confdefs.h. */
5857 #include <sys/types.h>
5865 if (sizeof (uint32_t))
5871 rm -f conftest.
$ac_objext
5872 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5873 (eval $ac_compile) 2>conftest.er1
5875 grep -v '^ *+' conftest.er1
>conftest.err
5877 cat conftest.err
>&5
5878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5879 (exit $ac_status); } &&
5880 { ac_try
='test -z "$ac_c_werror_flag"
5881 || test ! -s conftest.err'
5882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5886 (exit $ac_status); }; } &&
5887 { ac_try
='test -s conftest.$ac_objext'
5888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5892 (exit $ac_status); }; }; then
5893 ac_cv_type_uint32_t
=yes
5895 echo "$as_me: failed program was:" >&5
5896 sed 's/^/| /' conftest.
$ac_ext >&5
5898 ac_cv_type_uint32_t
=no
5900 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5902 echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
5903 echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
5904 if test $ac_cv_type_uint32_t = yes; then
5905 acx_cv_header_stdint
=$i
5910 echo "$as_me:$LINENO: checking for uint64_t" >&5
5911 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
5912 if test "${ac_cv_type_uint64_t+set}" = set; then
5913 echo $ECHO_N "(cached) $ECHO_C" >&6
5915 cat >conftest.
$ac_ext <<_ACEOF
5918 cat confdefs.h
>>conftest.
$ac_ext
5919 cat >>conftest.
$ac_ext <<_ACEOF
5920 /* end confdefs.h. */
5921 #include <sys/types.h>
5929 if (sizeof (uint64_t))
5935 rm -f conftest.
$ac_objext
5936 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5937 (eval $ac_compile) 2>conftest.er1
5939 grep -v '^ *+' conftest.er1
>conftest.err
5941 cat conftest.err
>&5
5942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5943 (exit $ac_status); } &&
5944 { ac_try
='test -z "$ac_c_werror_flag"
5945 || test ! -s conftest.err'
5946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5950 (exit $ac_status); }; } &&
5951 { ac_try
='test -s conftest.$ac_objext'
5952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5956 (exit $ac_status); }; }; then
5957 ac_cv_type_uint64_t
=yes
5959 echo "$as_me: failed program was:" >&5
5960 sed 's/^/| /' conftest.
$ac_ext >&5
5962 ac_cv_type_uint64_t
=no
5964 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5966 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
5967 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
5969 echo "$as_me:$LINENO: checking for uintptr_t" >&5
5970 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
5971 if test "${ac_cv_type_uintptr_t+set}" = set; then
5972 echo $ECHO_N "(cached) $ECHO_C" >&6
5974 cat >conftest.
$ac_ext <<_ACEOF
5977 cat confdefs.h
>>conftest.
$ac_ext
5978 cat >>conftest.
$ac_ext <<_ACEOF
5979 /* end confdefs.h. */
5980 #include <sys/types.h>
5986 if ((uintptr_t *) 0)
5988 if (sizeof (uintptr_t))
5994 rm -f conftest.
$ac_objext
5995 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5996 (eval $ac_compile) 2>conftest.er1
5998 grep -v '^ *+' conftest.er1
>conftest.err
6000 cat conftest.err
>&5
6001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6002 (exit $ac_status); } &&
6003 { ac_try
='test -z "$ac_c_werror_flag"
6004 || test ! -s conftest.err'
6005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6009 (exit $ac_status); }; } &&
6010 { ac_try
='test -s conftest.$ac_objext'
6011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6015 (exit $ac_status); }; }; then
6016 ac_cv_type_uintptr_t
=yes
6018 echo "$as_me: failed program was:" >&5
6019 sed 's/^/| /' conftest.
$ac_ext >&5
6021 ac_cv_type_uintptr_t
=no
6023 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6025 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
6026 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
6031 if test "$acx_cv_header_stdint" = stddef.h
; then
6032 acx_cv_header_stdint_kind
="(u_intXX_t style)"
6033 for i
in sys
/types.h
$inttype_headers; do
6034 unset ac_cv_type_u_int32_t
6035 unset ac_cv_type_u_int64_t
6036 echo $ECHO_N "looking for u_intXX_t types in $i, $ECHO_C" >&6
6037 echo "$as_me:$LINENO: checking for u_int32_t" >&5
6038 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6
6039 if test "${ac_cv_type_u_int32_t+set}" = set; then
6040 echo $ECHO_N "(cached) $ECHO_C" >&6
6042 cat >conftest.
$ac_ext <<_ACEOF
6045 cat confdefs.h
>>conftest.
$ac_ext
6046 cat >>conftest.
$ac_ext <<_ACEOF
6047 /* end confdefs.h. */
6048 #include <sys/types.h>
6054 if ((u_int32_t *) 0)
6056 if (sizeof (u_int32_t))
6062 rm -f conftest.
$ac_objext
6063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6064 (eval $ac_compile) 2>conftest.er1
6066 grep -v '^ *+' conftest.er1
>conftest.err
6068 cat conftest.err
>&5
6069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6070 (exit $ac_status); } &&
6071 { ac_try
='test -z "$ac_c_werror_flag"
6072 || test ! -s conftest.err'
6073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6077 (exit $ac_status); }; } &&
6078 { ac_try
='test -s conftest.$ac_objext'
6079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6083 (exit $ac_status); }; }; then
6084 ac_cv_type_u_int32_t
=yes
6086 echo "$as_me: failed program was:" >&5
6087 sed 's/^/| /' conftest.
$ac_ext >&5
6089 ac_cv_type_u_int32_t
=no
6091 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6093 echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
6094 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6
6095 if test $ac_cv_type_u_int32_t = yes; then
6096 acx_cv_header_stdint
=$i
6101 echo "$as_me:$LINENO: checking for u_int64_t" >&5
6102 echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6
6103 if test "${ac_cv_type_u_int64_t+set}" = set; then
6104 echo $ECHO_N "(cached) $ECHO_C" >&6
6106 cat >conftest.
$ac_ext <<_ACEOF
6109 cat confdefs.h
>>conftest.
$ac_ext
6110 cat >>conftest.
$ac_ext <<_ACEOF
6111 /* end confdefs.h. */
6112 #include <sys/types.h>
6118 if ((u_int64_t *) 0)
6120 if (sizeof (u_int64_t))
6126 rm -f conftest.
$ac_objext
6127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6128 (eval $ac_compile) 2>conftest.er1
6130 grep -v '^ *+' conftest.er1
>conftest.err
6132 cat conftest.err
>&5
6133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6134 (exit $ac_status); } &&
6135 { ac_try
='test -z "$ac_c_werror_flag"
6136 || test ! -s conftest.err'
6137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6141 (exit $ac_status); }; } &&
6142 { ac_try
='test -s conftest.$ac_objext'
6143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6147 (exit $ac_status); }; }; then
6148 ac_cv_type_u_int64_t
=yes
6150 echo "$as_me: failed program was:" >&5
6151 sed 's/^/| /' conftest.
$ac_ext >&5
6153 ac_cv_type_u_int64_t
=no
6155 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6157 echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5
6158 echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6
6163 if test "$acx_cv_header_stdint" = stddef.h
; then
6164 acx_cv_header_stdint_kind
="(using manual detection)"
6167 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
6168 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
6169 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
6170 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
6171 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
6173 # ----------------- Summarize what we found so far
6175 echo "$as_me:$LINENO: checking what to include in gstdint.h" >&5
6176 echo $ECHO_N "checking what to include in gstdint.h... $ECHO_C" >&6
6178 case `$as_basename gstdint.h ||
6179 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
6180 Xgstdint.h : 'X\(//\)$' \| \
6181 Xgstdint.h : 'X\(/\)$' \| \
6182 . : '\(.\)' 2>/dev/null ||
6184 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
6185 /^X\/\(\/\/\)$/{ s//\1/; q; }
6186 /^X\/\(\/\).*/{ s//\1/; q; }
6188 stdint.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
6189 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
6190 inttypes.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
6191 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
6195 echo "$as_me:$LINENO: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
6196 echo "${ECHO_T}$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6
6198 # ----------------- done included file, check C basic types --------
6200 # Lacking an uintptr_t? Test size of void *
6201 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
6202 stddef.h
:* |
*:no
) echo "$as_me:$LINENO: checking for void *" >&5
6203 echo $ECHO_N "checking for void *... $ECHO_C" >&6
6204 if test "${ac_cv_type_void_p+set}" = set; then
6205 echo $ECHO_N "(cached) $ECHO_C" >&6
6207 cat >conftest.
$ac_ext <<_ACEOF
6210 cat confdefs.h
>>conftest.
$ac_ext
6211 cat >>conftest.
$ac_ext <<_ACEOF
6212 /* end confdefs.h. */
6213 $ac_includes_default
6219 if (sizeof (void *))
6225 rm -f conftest.
$ac_objext
6226 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6227 (eval $ac_compile) 2>conftest.er1
6229 grep -v '^ *+' conftest.er1
>conftest.err
6231 cat conftest.err
>&5
6232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6233 (exit $ac_status); } &&
6234 { ac_try
='test -z "$ac_c_werror_flag"
6235 || test ! -s conftest.err'
6236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6240 (exit $ac_status); }; } &&
6241 { ac_try
='test -s conftest.$ac_objext'
6242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6246 (exit $ac_status); }; }; then
6247 ac_cv_type_void_p
=yes
6249 echo "$as_me: failed program was:" >&5
6250 sed 's/^/| /' conftest.
$ac_ext >&5
6252 ac_cv_type_void_p
=no
6254 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6256 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
6257 echo "${ECHO_T}$ac_cv_type_void_p" >&6
6259 echo "$as_me:$LINENO: checking size of void *" >&5
6260 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
6261 if test "${ac_cv_sizeof_void_p+set}" = set; then
6262 echo $ECHO_N "(cached) $ECHO_C" >&6
6264 if test "$ac_cv_type_void_p" = yes; then
6265 # The cast to unsigned long works around a bug in the HP C Compiler
6266 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6267 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6268 # This bug is HP SR number 8606223364.
6269 if test "$cross_compiling" = yes; then
6270 # Depending upon the size, compute the lo and hi bounds.
6271 cat >conftest.
$ac_ext <<_ACEOF
6274 cat confdefs.h
>>conftest.
$ac_ext
6275 cat >>conftest.
$ac_ext <<_ACEOF
6276 /* end confdefs.h. */
6277 $ac_includes_default
6281 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
6288 rm -f conftest.
$ac_objext
6289 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6290 (eval $ac_compile) 2>conftest.er1
6292 grep -v '^ *+' conftest.er1
>conftest.err
6294 cat conftest.err
>&5
6295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6296 (exit $ac_status); } &&
6297 { ac_try
='test -z "$ac_c_werror_flag"
6298 || test ! -s conftest.err'
6299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6303 (exit $ac_status); }; } &&
6304 { ac_try
='test -s conftest.$ac_objext'
6305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6309 (exit $ac_status); }; }; then
6312 cat >conftest.
$ac_ext <<_ACEOF
6315 cat confdefs.h
>>conftest.
$ac_ext
6316 cat >>conftest.
$ac_ext <<_ACEOF
6317 /* end confdefs.h. */
6318 $ac_includes_default
6322 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
6329 rm -f conftest.
$ac_objext
6330 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6331 (eval $ac_compile) 2>conftest.er1
6333 grep -v '^ *+' conftest.er1
>conftest.err
6335 cat conftest.err
>&5
6336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6337 (exit $ac_status); } &&
6338 { ac_try
='test -z "$ac_c_werror_flag"
6339 || test ! -s conftest.err'
6340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6344 (exit $ac_status); }; } &&
6345 { ac_try
='test -s conftest.$ac_objext'
6346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6350 (exit $ac_status); }; }; then
6351 ac_hi
=$ac_mid; break
6353 echo "$as_me: failed program was:" >&5
6354 sed 's/^/| /' conftest.
$ac_ext >&5
6356 ac_lo
=`expr $ac_mid + 1`
6357 if test $ac_lo -le $ac_mid; then
6361 ac_mid
=`expr 2 '*' $ac_mid + 1`
6363 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6366 echo "$as_me: failed program was:" >&5
6367 sed 's/^/| /' conftest.
$ac_ext >&5
6369 cat >conftest.
$ac_ext <<_ACEOF
6372 cat confdefs.h
>>conftest.
$ac_ext
6373 cat >>conftest.
$ac_ext <<_ACEOF
6374 /* end confdefs.h. */
6375 $ac_includes_default
6379 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
6386 rm -f conftest.
$ac_objext
6387 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6388 (eval $ac_compile) 2>conftest.er1
6390 grep -v '^ *+' conftest.er1
>conftest.err
6392 cat conftest.err
>&5
6393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6394 (exit $ac_status); } &&
6395 { ac_try
='test -z "$ac_c_werror_flag"
6396 || test ! -s conftest.err'
6397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6401 (exit $ac_status); }; } &&
6402 { ac_try
='test -s conftest.$ac_objext'
6403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6407 (exit $ac_status); }; }; then
6410 cat >conftest.
$ac_ext <<_ACEOF
6413 cat confdefs.h
>>conftest.
$ac_ext
6414 cat >>conftest.
$ac_ext <<_ACEOF
6415 /* end confdefs.h. */
6416 $ac_includes_default
6420 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
6427 rm -f conftest.
$ac_objext
6428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6429 (eval $ac_compile) 2>conftest.er1
6431 grep -v '^ *+' conftest.er1
>conftest.err
6433 cat conftest.err
>&5
6434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6435 (exit $ac_status); } &&
6436 { ac_try
='test -z "$ac_c_werror_flag"
6437 || test ! -s conftest.err'
6438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6442 (exit $ac_status); }; } &&
6443 { ac_try
='test -s conftest.$ac_objext'
6444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6448 (exit $ac_status); }; }; then
6449 ac_lo
=$ac_mid; break
6451 echo "$as_me: failed program was:" >&5
6452 sed 's/^/| /' conftest.
$ac_ext >&5
6454 ac_hi
=`expr '(' $ac_mid ')' - 1`
6455 if test $ac_mid -le $ac_hi; then
6459 ac_mid
=`expr 2 '*' $ac_mid`
6461 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6464 echo "$as_me: failed program was:" >&5
6465 sed 's/^/| /' conftest.
$ac_ext >&5
6469 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6471 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6472 # Binary search between lo and hi bounds.
6473 while test "x$ac_lo" != "x$ac_hi"; do
6474 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
6475 cat >conftest.
$ac_ext <<_ACEOF
6478 cat confdefs.h
>>conftest.
$ac_ext
6479 cat >>conftest.
$ac_ext <<_ACEOF
6480 /* end confdefs.h. */
6481 $ac_includes_default
6485 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
6492 rm -f conftest.
$ac_objext
6493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6494 (eval $ac_compile) 2>conftest.er1
6496 grep -v '^ *+' conftest.er1
>conftest.err
6498 cat conftest.err
>&5
6499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6500 (exit $ac_status); } &&
6501 { ac_try
='test -z "$ac_c_werror_flag"
6502 || test ! -s conftest.err'
6503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6507 (exit $ac_status); }; } &&
6508 { ac_try
='test -s conftest.$ac_objext'
6509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6513 (exit $ac_status); }; }; then
6516 echo "$as_me: failed program was:" >&5
6517 sed 's/^/| /' conftest.
$ac_ext >&5
6519 ac_lo
=`expr '(' $ac_mid ')' + 1`
6521 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6524 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
6525 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
6526 See \`config.log' for more details." >&5
6527 echo "$as_me: error: cannot compute sizeof (void *), 77
6528 See \`config.log' for more details." >&2;}
6529 { (exit 1); exit 1; }; } ;;
6532 if test "$cross_compiling" = yes; then
6533 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
6534 See \`config.log' for more details." >&5
6535 echo "$as_me: error: cannot run test program while cross compiling
6536 See \`config.log' for more details." >&2;}
6537 { (exit 1); exit 1; }; }
6539 cat >conftest.
$ac_ext <<_ACEOF
6542 cat confdefs.h
>>conftest.
$ac_ext
6543 cat >>conftest.
$ac_ext <<_ACEOF
6544 /* end confdefs.h. */
6545 $ac_includes_default
6546 long longval () { return (long) (sizeof (void *)); }
6547 unsigned long ulongval () { return (long) (sizeof (void *)); }
6554 FILE *f = fopen ("conftest.val", "w");
6557 if (((long) (sizeof (void *))) < 0)
6559 long i = longval ();
6560 if (i != ((long) (sizeof (void *))))
6562 fprintf (f, "%ld\n", i);
6566 unsigned long i = ulongval ();
6567 if (i != ((long) (sizeof (void *))))
6569 fprintf (f, "%lu\n", i);
6571 exit (ferror (f) || fclose (f) != 0);
6577 rm -f conftest
$ac_exeext
6578 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6579 (eval $ac_link) 2>&5
6581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6582 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6587 (exit $ac_status); }; }; then
6588 ac_cv_sizeof_void_p
=`cat conftest.val`
6590 echo "$as_me: program exited with status $ac_status" >&5
6591 echo "$as_me: failed program was:" >&5
6592 sed 's/^/| /' conftest.
$ac_ext >&5
6595 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
6596 See \`config.log' for more details." >&5
6597 echo "$as_me: error: cannot compute sizeof (void *), 77
6598 See \`config.log' for more details." >&2;}
6599 { (exit 1); exit 1; }; }
6601 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6606 ac_cv_sizeof_void_p
=0
6609 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
6610 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
6611 cat >>confdefs.h
<<_ACEOF
6612 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
6618 # Lacking an uint64_t? Test size of long
6619 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
6620 stddef.h
:*:* |
*:no
:no
) echo "$as_me:$LINENO: checking for long" >&5
6621 echo $ECHO_N "checking for long... $ECHO_C" >&6
6622 if test "${ac_cv_type_long+set}" = set; then
6623 echo $ECHO_N "(cached) $ECHO_C" >&6
6625 cat >conftest.
$ac_ext <<_ACEOF
6628 cat confdefs.h
>>conftest.
$ac_ext
6629 cat >>conftest.
$ac_ext <<_ACEOF
6630 /* end confdefs.h. */
6631 $ac_includes_default
6643 rm -f conftest.
$ac_objext
6644 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6645 (eval $ac_compile) 2>conftest.er1
6647 grep -v '^ *+' conftest.er1
>conftest.err
6649 cat conftest.err
>&5
6650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6651 (exit $ac_status); } &&
6652 { ac_try
='test -z "$ac_c_werror_flag"
6653 || test ! -s conftest.err'
6654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6658 (exit $ac_status); }; } &&
6659 { ac_try
='test -s conftest.$ac_objext'
6660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6664 (exit $ac_status); }; }; then
6667 echo "$as_me: failed program was:" >&5
6668 sed 's/^/| /' conftest.
$ac_ext >&5
6672 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6674 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
6675 echo "${ECHO_T}$ac_cv_type_long" >&6
6677 echo "$as_me:$LINENO: checking size of long" >&5
6678 echo $ECHO_N "checking size of long... $ECHO_C" >&6
6679 if test "${ac_cv_sizeof_long+set}" = set; then
6680 echo $ECHO_N "(cached) $ECHO_C" >&6
6682 if test "$ac_cv_type_long" = yes; then
6683 # The cast to unsigned long works around a bug in the HP C Compiler
6684 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6685 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6686 # This bug is HP SR number 8606223364.
6687 if test "$cross_compiling" = yes; then
6688 # Depending upon the size, compute the lo and hi bounds.
6689 cat >conftest.
$ac_ext <<_ACEOF
6692 cat confdefs.h
>>conftest.
$ac_ext
6693 cat >>conftest.
$ac_ext <<_ACEOF
6694 /* end confdefs.h. */
6695 $ac_includes_default
6699 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
6706 rm -f conftest.
$ac_objext
6707 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6708 (eval $ac_compile) 2>conftest.er1
6710 grep -v '^ *+' conftest.er1
>conftest.err
6712 cat conftest.err
>&5
6713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6714 (exit $ac_status); } &&
6715 { ac_try
='test -z "$ac_c_werror_flag"
6716 || test ! -s conftest.err'
6717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6721 (exit $ac_status); }; } &&
6722 { ac_try
='test -s conftest.$ac_objext'
6723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6727 (exit $ac_status); }; }; then
6730 cat >conftest.
$ac_ext <<_ACEOF
6733 cat confdefs.h
>>conftest.
$ac_ext
6734 cat >>conftest.
$ac_ext <<_ACEOF
6735 /* end confdefs.h. */
6736 $ac_includes_default
6740 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
6747 rm -f conftest.
$ac_objext
6748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6749 (eval $ac_compile) 2>conftest.er1
6751 grep -v '^ *+' conftest.er1
>conftest.err
6753 cat conftest.err
>&5
6754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6755 (exit $ac_status); } &&
6756 { ac_try
='test -z "$ac_c_werror_flag"
6757 || test ! -s conftest.err'
6758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6762 (exit $ac_status); }; } &&
6763 { ac_try
='test -s conftest.$ac_objext'
6764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6768 (exit $ac_status); }; }; then
6769 ac_hi
=$ac_mid; break
6771 echo "$as_me: failed program was:" >&5
6772 sed 's/^/| /' conftest.
$ac_ext >&5
6774 ac_lo
=`expr $ac_mid + 1`
6775 if test $ac_lo -le $ac_mid; then
6779 ac_mid
=`expr 2 '*' $ac_mid + 1`
6781 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6784 echo "$as_me: failed program was:" >&5
6785 sed 's/^/| /' conftest.
$ac_ext >&5
6787 cat >conftest.
$ac_ext <<_ACEOF
6790 cat confdefs.h
>>conftest.
$ac_ext
6791 cat >>conftest.
$ac_ext <<_ACEOF
6792 /* end confdefs.h. */
6793 $ac_includes_default
6797 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
6804 rm -f conftest.
$ac_objext
6805 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6806 (eval $ac_compile) 2>conftest.er1
6808 grep -v '^ *+' conftest.er1
>conftest.err
6810 cat conftest.err
>&5
6811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6812 (exit $ac_status); } &&
6813 { ac_try
='test -z "$ac_c_werror_flag"
6814 || test ! -s conftest.err'
6815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6819 (exit $ac_status); }; } &&
6820 { ac_try
='test -s conftest.$ac_objext'
6821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6825 (exit $ac_status); }; }; then
6828 cat >conftest.
$ac_ext <<_ACEOF
6831 cat confdefs.h
>>conftest.
$ac_ext
6832 cat >>conftest.
$ac_ext <<_ACEOF
6833 /* end confdefs.h. */
6834 $ac_includes_default
6838 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
6845 rm -f conftest.
$ac_objext
6846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6847 (eval $ac_compile) 2>conftest.er1
6849 grep -v '^ *+' conftest.er1
>conftest.err
6851 cat conftest.err
>&5
6852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6853 (exit $ac_status); } &&
6854 { ac_try
='test -z "$ac_c_werror_flag"
6855 || test ! -s conftest.err'
6856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6860 (exit $ac_status); }; } &&
6861 { ac_try
='test -s conftest.$ac_objext'
6862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6866 (exit $ac_status); }; }; then
6867 ac_lo
=$ac_mid; break
6869 echo "$as_me: failed program was:" >&5
6870 sed 's/^/| /' conftest.
$ac_ext >&5
6872 ac_hi
=`expr '(' $ac_mid ')' - 1`
6873 if test $ac_mid -le $ac_hi; then
6877 ac_mid
=`expr 2 '*' $ac_mid`
6879 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6882 echo "$as_me: failed program was:" >&5
6883 sed 's/^/| /' conftest.
$ac_ext >&5
6887 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6889 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6890 # Binary search between lo and hi bounds.
6891 while test "x$ac_lo" != "x$ac_hi"; do
6892 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
6893 cat >conftest.
$ac_ext <<_ACEOF
6896 cat confdefs.h
>>conftest.
$ac_ext
6897 cat >>conftest.
$ac_ext <<_ACEOF
6898 /* end confdefs.h. */
6899 $ac_includes_default
6903 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
6910 rm -f conftest.
$ac_objext
6911 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6912 (eval $ac_compile) 2>conftest.er1
6914 grep -v '^ *+' conftest.er1
>conftest.err
6916 cat conftest.err
>&5
6917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6918 (exit $ac_status); } &&
6919 { ac_try
='test -z "$ac_c_werror_flag"
6920 || test ! -s conftest.err'
6921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6925 (exit $ac_status); }; } &&
6926 { ac_try
='test -s conftest.$ac_objext'
6927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6931 (exit $ac_status); }; }; then
6934 echo "$as_me: failed program was:" >&5
6935 sed 's/^/| /' conftest.
$ac_ext >&5
6937 ac_lo
=`expr '(' $ac_mid ')' + 1`
6939 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6942 ?
*) ac_cv_sizeof_long
=$ac_lo;;
6943 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
6944 See \`config.log' for more details." >&5
6945 echo "$as_me: error: cannot compute sizeof (long), 77
6946 See \`config.log' for more details." >&2;}
6947 { (exit 1); exit 1; }; } ;;
6950 if test "$cross_compiling" = yes; then
6951 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
6952 See \`config.log' for more details." >&5
6953 echo "$as_me: error: cannot run test program while cross compiling
6954 See \`config.log' for more details." >&2;}
6955 { (exit 1); exit 1; }; }
6957 cat >conftest.
$ac_ext <<_ACEOF
6960 cat confdefs.h
>>conftest.
$ac_ext
6961 cat >>conftest.
$ac_ext <<_ACEOF
6962 /* end confdefs.h. */
6963 $ac_includes_default
6964 long longval () { return (long) (sizeof (long)); }
6965 unsigned long ulongval () { return (long) (sizeof (long)); }
6972 FILE *f = fopen ("conftest.val", "w");
6975 if (((long) (sizeof (long))) < 0)
6977 long i = longval ();
6978 if (i != ((long) (sizeof (long))))
6980 fprintf (f, "%ld\n", i);
6984 unsigned long i = ulongval ();
6985 if (i != ((long) (sizeof (long))))
6987 fprintf (f, "%lu\n", i);
6989 exit (ferror (f) || fclose (f) != 0);
6995 rm -f conftest
$ac_exeext
6996 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6997 (eval $ac_link) 2>&5
6999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7000 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); }; }; then
7006 ac_cv_sizeof_long
=`cat conftest.val`
7008 echo "$as_me: program exited with status $ac_status" >&5
7009 echo "$as_me: failed program was:" >&5
7010 sed 's/^/| /' conftest.
$ac_ext >&5
7013 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
7014 See \`config.log' for more details." >&5
7015 echo "$as_me: error: cannot compute sizeof (long), 77
7016 See \`config.log' for more details." >&2;}
7017 { (exit 1); exit 1; }; }
7019 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7027 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
7028 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7029 cat >>confdefs.h
<<_ACEOF
7030 #define SIZEOF_LONG $ac_cv_sizeof_long
7036 if test $acx_cv_header_stdint = stddef.h
; then
7037 # Lacking a good header? Test size of everything and deduce all types.
7038 echo "$as_me:$LINENO: checking for int" >&5
7039 echo $ECHO_N "checking for int... $ECHO_C" >&6
7040 if test "${ac_cv_type_int+set}" = set; then
7041 echo $ECHO_N "(cached) $ECHO_C" >&6
7043 cat >conftest.
$ac_ext <<_ACEOF
7046 cat confdefs.h
>>conftest.
$ac_ext
7047 cat >>conftest.
$ac_ext <<_ACEOF
7048 /* end confdefs.h. */
7049 $ac_includes_default
7061 rm -f conftest.
$ac_objext
7062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7063 (eval $ac_compile) 2>conftest.er1
7065 grep -v '^ *+' conftest.er1
>conftest.err
7067 cat conftest.err
>&5
7068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7069 (exit $ac_status); } &&
7070 { ac_try
='test -z "$ac_c_werror_flag"
7071 || test ! -s conftest.err'
7072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7076 (exit $ac_status); }; } &&
7077 { ac_try
='test -s conftest.$ac_objext'
7078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7082 (exit $ac_status); }; }; then
7085 echo "$as_me: failed program was:" >&5
7086 sed 's/^/| /' conftest.
$ac_ext >&5
7090 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7092 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
7093 echo "${ECHO_T}$ac_cv_type_int" >&6
7095 echo "$as_me:$LINENO: checking size of int" >&5
7096 echo $ECHO_N "checking size of int... $ECHO_C" >&6
7097 if test "${ac_cv_sizeof_int+set}" = set; then
7098 echo $ECHO_N "(cached) $ECHO_C" >&6
7100 if test "$ac_cv_type_int" = yes; then
7101 # The cast to unsigned long works around a bug in the HP C Compiler
7102 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7103 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7104 # This bug is HP SR number 8606223364.
7105 if test "$cross_compiling" = yes; then
7106 # Depending upon the size, compute the lo and hi bounds.
7107 cat >conftest.
$ac_ext <<_ACEOF
7110 cat confdefs.h
>>conftest.
$ac_ext
7111 cat >>conftest.
$ac_ext <<_ACEOF
7112 /* end confdefs.h. */
7113 $ac_includes_default
7117 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
7124 rm -f conftest.
$ac_objext
7125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7126 (eval $ac_compile) 2>conftest.er1
7128 grep -v '^ *+' conftest.er1
>conftest.err
7130 cat conftest.err
>&5
7131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7132 (exit $ac_status); } &&
7133 { ac_try
='test -z "$ac_c_werror_flag"
7134 || test ! -s conftest.err'
7135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7139 (exit $ac_status); }; } &&
7140 { ac_try
='test -s conftest.$ac_objext'
7141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7145 (exit $ac_status); }; }; then
7148 cat >conftest.
$ac_ext <<_ACEOF
7151 cat confdefs.h
>>conftest.
$ac_ext
7152 cat >>conftest.
$ac_ext <<_ACEOF
7153 /* end confdefs.h. */
7154 $ac_includes_default
7158 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
7165 rm -f conftest.
$ac_objext
7166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7167 (eval $ac_compile) 2>conftest.er1
7169 grep -v '^ *+' conftest.er1
>conftest.err
7171 cat conftest.err
>&5
7172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7173 (exit $ac_status); } &&
7174 { ac_try
='test -z "$ac_c_werror_flag"
7175 || test ! -s conftest.err'
7176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180 (exit $ac_status); }; } &&
7181 { ac_try
='test -s conftest.$ac_objext'
7182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7186 (exit $ac_status); }; }; then
7187 ac_hi
=$ac_mid; break
7189 echo "$as_me: failed program was:" >&5
7190 sed 's/^/| /' conftest.
$ac_ext >&5
7192 ac_lo
=`expr $ac_mid + 1`
7193 if test $ac_lo -le $ac_mid; then
7197 ac_mid
=`expr 2 '*' $ac_mid + 1`
7199 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7202 echo "$as_me: failed program was:" >&5
7203 sed 's/^/| /' conftest.
$ac_ext >&5
7205 cat >conftest.
$ac_ext <<_ACEOF
7208 cat confdefs.h
>>conftest.
$ac_ext
7209 cat >>conftest.
$ac_ext <<_ACEOF
7210 /* end confdefs.h. */
7211 $ac_includes_default
7215 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
7222 rm -f conftest.
$ac_objext
7223 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7224 (eval $ac_compile) 2>conftest.er1
7226 grep -v '^ *+' conftest.er1
>conftest.err
7228 cat conftest.err
>&5
7229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7230 (exit $ac_status); } &&
7231 { ac_try
='test -z "$ac_c_werror_flag"
7232 || test ! -s conftest.err'
7233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7237 (exit $ac_status); }; } &&
7238 { ac_try
='test -s conftest.$ac_objext'
7239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7243 (exit $ac_status); }; }; then
7246 cat >conftest.
$ac_ext <<_ACEOF
7249 cat confdefs.h
>>conftest.
$ac_ext
7250 cat >>conftest.
$ac_ext <<_ACEOF
7251 /* end confdefs.h. */
7252 $ac_includes_default
7256 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
7263 rm -f conftest.
$ac_objext
7264 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7265 (eval $ac_compile) 2>conftest.er1
7267 grep -v '^ *+' conftest.er1
>conftest.err
7269 cat conftest.err
>&5
7270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7271 (exit $ac_status); } &&
7272 { ac_try
='test -z "$ac_c_werror_flag"
7273 || test ! -s conftest.err'
7274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7278 (exit $ac_status); }; } &&
7279 { ac_try
='test -s conftest.$ac_objext'
7280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7284 (exit $ac_status); }; }; then
7285 ac_lo
=$ac_mid; break
7287 echo "$as_me: failed program was:" >&5
7288 sed 's/^/| /' conftest.
$ac_ext >&5
7290 ac_hi
=`expr '(' $ac_mid ')' - 1`
7291 if test $ac_mid -le $ac_hi; then
7295 ac_mid
=`expr 2 '*' $ac_mid`
7297 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7300 echo "$as_me: failed program was:" >&5
7301 sed 's/^/| /' conftest.
$ac_ext >&5
7305 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7307 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7308 # Binary search between lo and hi bounds.
7309 while test "x$ac_lo" != "x$ac_hi"; do
7310 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7311 cat >conftest.
$ac_ext <<_ACEOF
7314 cat confdefs.h
>>conftest.
$ac_ext
7315 cat >>conftest.
$ac_ext <<_ACEOF
7316 /* end confdefs.h. */
7317 $ac_includes_default
7321 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
7328 rm -f conftest.
$ac_objext
7329 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7330 (eval $ac_compile) 2>conftest.er1
7332 grep -v '^ *+' conftest.er1
>conftest.err
7334 cat conftest.err
>&5
7335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7336 (exit $ac_status); } &&
7337 { ac_try
='test -z "$ac_c_werror_flag"
7338 || test ! -s conftest.err'
7339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7343 (exit $ac_status); }; } &&
7344 { ac_try
='test -s conftest.$ac_objext'
7345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7349 (exit $ac_status); }; }; then
7352 echo "$as_me: failed program was:" >&5
7353 sed 's/^/| /' conftest.
$ac_ext >&5
7355 ac_lo
=`expr '(' $ac_mid ')' + 1`
7357 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7360 ?
*) ac_cv_sizeof_int
=$ac_lo;;
7361 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7362 See \`config.log' for more details." >&5
7363 echo "$as_me: error: cannot compute sizeof (int), 77
7364 See \`config.log' for more details." >&2;}
7365 { (exit 1); exit 1; }; } ;;
7368 if test "$cross_compiling" = yes; then
7369 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7370 See \`config.log' for more details." >&5
7371 echo "$as_me: error: cannot run test program while cross compiling
7372 See \`config.log' for more details." >&2;}
7373 { (exit 1); exit 1; }; }
7375 cat >conftest.
$ac_ext <<_ACEOF
7378 cat confdefs.h
>>conftest.
$ac_ext
7379 cat >>conftest.
$ac_ext <<_ACEOF
7380 /* end confdefs.h. */
7381 $ac_includes_default
7382 long longval () { return (long) (sizeof (int)); }
7383 unsigned long ulongval () { return (long) (sizeof (int)); }
7390 FILE *f = fopen ("conftest.val", "w");
7393 if (((long) (sizeof (int))) < 0)
7395 long i = longval ();
7396 if (i != ((long) (sizeof (int))))
7398 fprintf (f, "%ld\n", i);
7402 unsigned long i = ulongval ();
7403 if (i != ((long) (sizeof (int))))
7405 fprintf (f, "%lu\n", i);
7407 exit (ferror (f) || fclose (f) != 0);
7413 rm -f conftest
$ac_exeext
7414 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7415 (eval $ac_link) 2>&5
7417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7418 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7423 (exit $ac_status); }; }; then
7424 ac_cv_sizeof_int
=`cat conftest.val`
7426 echo "$as_me: program exited with status $ac_status" >&5
7427 echo "$as_me: failed program was:" >&5
7428 sed 's/^/| /' conftest.
$ac_ext >&5
7431 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7432 See \`config.log' for more details." >&5
7433 echo "$as_me: error: cannot compute sizeof (int), 77
7434 See \`config.log' for more details." >&2;}
7435 { (exit 1); exit 1; }; }
7437 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7445 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
7446 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7447 cat >>confdefs.h
<<_ACEOF
7448 #define SIZEOF_INT $ac_cv_sizeof_int
7452 echo "$as_me:$LINENO: checking for short" >&5
7453 echo $ECHO_N "checking for short... $ECHO_C" >&6
7454 if test "${ac_cv_type_short+set}" = set; then
7455 echo $ECHO_N "(cached) $ECHO_C" >&6
7457 cat >conftest.
$ac_ext <<_ACEOF
7460 cat confdefs.h
>>conftest.
$ac_ext
7461 cat >>conftest.
$ac_ext <<_ACEOF
7462 /* end confdefs.h. */
7463 $ac_includes_default
7475 rm -f conftest.
$ac_objext
7476 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7477 (eval $ac_compile) 2>conftest.er1
7479 grep -v '^ *+' conftest.er1
>conftest.err
7481 cat conftest.err
>&5
7482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7483 (exit $ac_status); } &&
7484 { ac_try
='test -z "$ac_c_werror_flag"
7485 || test ! -s conftest.err'
7486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7490 (exit $ac_status); }; } &&
7491 { ac_try
='test -s conftest.$ac_objext'
7492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7496 (exit $ac_status); }; }; then
7497 ac_cv_type_short
=yes
7499 echo "$as_me: failed program was:" >&5
7500 sed 's/^/| /' conftest.
$ac_ext >&5
7504 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7506 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
7507 echo "${ECHO_T}$ac_cv_type_short" >&6
7509 echo "$as_me:$LINENO: checking size of short" >&5
7510 echo $ECHO_N "checking size of short... $ECHO_C" >&6
7511 if test "${ac_cv_sizeof_short+set}" = set; then
7512 echo $ECHO_N "(cached) $ECHO_C" >&6
7514 if test "$ac_cv_type_short" = yes; then
7515 # The cast to unsigned long works around a bug in the HP C Compiler
7516 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7517 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7518 # This bug is HP SR number 8606223364.
7519 if test "$cross_compiling" = yes; then
7520 # Depending upon the size, compute the lo and hi bounds.
7521 cat >conftest.
$ac_ext <<_ACEOF
7524 cat confdefs.h
>>conftest.
$ac_ext
7525 cat >>conftest.
$ac_ext <<_ACEOF
7526 /* end confdefs.h. */
7527 $ac_includes_default
7531 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
7538 rm -f conftest.
$ac_objext
7539 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7540 (eval $ac_compile) 2>conftest.er1
7542 grep -v '^ *+' conftest.er1
>conftest.err
7544 cat conftest.err
>&5
7545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7546 (exit $ac_status); } &&
7547 { ac_try
='test -z "$ac_c_werror_flag"
7548 || test ! -s conftest.err'
7549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7553 (exit $ac_status); }; } &&
7554 { ac_try
='test -s conftest.$ac_objext'
7555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7559 (exit $ac_status); }; }; then
7562 cat >conftest.
$ac_ext <<_ACEOF
7565 cat confdefs.h
>>conftest.
$ac_ext
7566 cat >>conftest.
$ac_ext <<_ACEOF
7567 /* end confdefs.h. */
7568 $ac_includes_default
7572 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
7579 rm -f conftest.
$ac_objext
7580 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7581 (eval $ac_compile) 2>conftest.er1
7583 grep -v '^ *+' conftest.er1
>conftest.err
7585 cat conftest.err
>&5
7586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7587 (exit $ac_status); } &&
7588 { ac_try
='test -z "$ac_c_werror_flag"
7589 || test ! -s conftest.err'
7590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7594 (exit $ac_status); }; } &&
7595 { ac_try
='test -s conftest.$ac_objext'
7596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7600 (exit $ac_status); }; }; then
7601 ac_hi
=$ac_mid; break
7603 echo "$as_me: failed program was:" >&5
7604 sed 's/^/| /' conftest.
$ac_ext >&5
7606 ac_lo
=`expr $ac_mid + 1`
7607 if test $ac_lo -le $ac_mid; then
7611 ac_mid
=`expr 2 '*' $ac_mid + 1`
7613 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7616 echo "$as_me: failed program was:" >&5
7617 sed 's/^/| /' conftest.
$ac_ext >&5
7619 cat >conftest.
$ac_ext <<_ACEOF
7622 cat confdefs.h
>>conftest.
$ac_ext
7623 cat >>conftest.
$ac_ext <<_ACEOF
7624 /* end confdefs.h. */
7625 $ac_includes_default
7629 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
7636 rm -f conftest.
$ac_objext
7637 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7638 (eval $ac_compile) 2>conftest.er1
7640 grep -v '^ *+' conftest.er1
>conftest.err
7642 cat conftest.err
>&5
7643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7644 (exit $ac_status); } &&
7645 { ac_try
='test -z "$ac_c_werror_flag"
7646 || test ! -s conftest.err'
7647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7651 (exit $ac_status); }; } &&
7652 { ac_try
='test -s conftest.$ac_objext'
7653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7657 (exit $ac_status); }; }; then
7660 cat >conftest.
$ac_ext <<_ACEOF
7663 cat confdefs.h
>>conftest.
$ac_ext
7664 cat >>conftest.
$ac_ext <<_ACEOF
7665 /* end confdefs.h. */
7666 $ac_includes_default
7670 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
7677 rm -f conftest.
$ac_objext
7678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7679 (eval $ac_compile) 2>conftest.er1
7681 grep -v '^ *+' conftest.er1
>conftest.err
7683 cat conftest.err
>&5
7684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7685 (exit $ac_status); } &&
7686 { ac_try
='test -z "$ac_c_werror_flag"
7687 || test ! -s conftest.err'
7688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7692 (exit $ac_status); }; } &&
7693 { ac_try
='test -s conftest.$ac_objext'
7694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7698 (exit $ac_status); }; }; then
7699 ac_lo
=$ac_mid; break
7701 echo "$as_me: failed program was:" >&5
7702 sed 's/^/| /' conftest.
$ac_ext >&5
7704 ac_hi
=`expr '(' $ac_mid ')' - 1`
7705 if test $ac_mid -le $ac_hi; then
7709 ac_mid
=`expr 2 '*' $ac_mid`
7711 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7714 echo "$as_me: failed program was:" >&5
7715 sed 's/^/| /' conftest.
$ac_ext >&5
7719 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7721 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7722 # Binary search between lo and hi bounds.
7723 while test "x$ac_lo" != "x$ac_hi"; do
7724 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7725 cat >conftest.
$ac_ext <<_ACEOF
7728 cat confdefs.h
>>conftest.
$ac_ext
7729 cat >>conftest.
$ac_ext <<_ACEOF
7730 /* end confdefs.h. */
7731 $ac_includes_default
7735 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
7742 rm -f conftest.
$ac_objext
7743 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7744 (eval $ac_compile) 2>conftest.er1
7746 grep -v '^ *+' conftest.er1
>conftest.err
7748 cat conftest.err
>&5
7749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7750 (exit $ac_status); } &&
7751 { ac_try
='test -z "$ac_c_werror_flag"
7752 || test ! -s conftest.err'
7753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7757 (exit $ac_status); }; } &&
7758 { ac_try
='test -s conftest.$ac_objext'
7759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7763 (exit $ac_status); }; }; then
7766 echo "$as_me: failed program was:" >&5
7767 sed 's/^/| /' conftest.
$ac_ext >&5
7769 ac_lo
=`expr '(' $ac_mid ')' + 1`
7771 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7774 ?
*) ac_cv_sizeof_short
=$ac_lo;;
7775 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
7776 See \`config.log' for more details." >&5
7777 echo "$as_me: error: cannot compute sizeof (short), 77
7778 See \`config.log' for more details." >&2;}
7779 { (exit 1); exit 1; }; } ;;
7782 if test "$cross_compiling" = yes; then
7783 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7784 See \`config.log' for more details." >&5
7785 echo "$as_me: error: cannot run test program while cross compiling
7786 See \`config.log' for more details." >&2;}
7787 { (exit 1); exit 1; }; }
7789 cat >conftest.
$ac_ext <<_ACEOF
7792 cat confdefs.h
>>conftest.
$ac_ext
7793 cat >>conftest.
$ac_ext <<_ACEOF
7794 /* end confdefs.h. */
7795 $ac_includes_default
7796 long longval () { return (long) (sizeof (short)); }
7797 unsigned long ulongval () { return (long) (sizeof (short)); }
7804 FILE *f = fopen ("conftest.val", "w");
7807 if (((long) (sizeof (short))) < 0)
7809 long i = longval ();
7810 if (i != ((long) (sizeof (short))))
7812 fprintf (f, "%ld\n", i);
7816 unsigned long i = ulongval ();
7817 if (i != ((long) (sizeof (short))))
7819 fprintf (f, "%lu\n", i);
7821 exit (ferror (f) || fclose (f) != 0);
7827 rm -f conftest
$ac_exeext
7828 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7829 (eval $ac_link) 2>&5
7831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7832 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7837 (exit $ac_status); }; }; then
7838 ac_cv_sizeof_short
=`cat conftest.val`
7840 echo "$as_me: program exited with status $ac_status" >&5
7841 echo "$as_me: failed program was:" >&5
7842 sed 's/^/| /' conftest.
$ac_ext >&5
7845 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
7846 See \`config.log' for more details." >&5
7847 echo "$as_me: error: cannot compute sizeof (short), 77
7848 See \`config.log' for more details." >&2;}
7849 { (exit 1); exit 1; }; }
7851 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7856 ac_cv_sizeof_short
=0
7859 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
7860 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
7861 cat >>confdefs.h
<<_ACEOF
7862 #define SIZEOF_SHORT $ac_cv_sizeof_short
7866 echo "$as_me:$LINENO: checking for char" >&5
7867 echo $ECHO_N "checking for char... $ECHO_C" >&6
7868 if test "${ac_cv_type_char+set}" = set; then
7869 echo $ECHO_N "(cached) $ECHO_C" >&6
7871 cat >conftest.
$ac_ext <<_ACEOF
7874 cat confdefs.h
>>conftest.
$ac_ext
7875 cat >>conftest.
$ac_ext <<_ACEOF
7876 /* end confdefs.h. */
7877 $ac_includes_default
7889 rm -f conftest.
$ac_objext
7890 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7891 (eval $ac_compile) 2>conftest.er1
7893 grep -v '^ *+' conftest.er1
>conftest.err
7895 cat conftest.err
>&5
7896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7897 (exit $ac_status); } &&
7898 { ac_try
='test -z "$ac_c_werror_flag"
7899 || test ! -s conftest.err'
7900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7904 (exit $ac_status); }; } &&
7905 { ac_try
='test -s conftest.$ac_objext'
7906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7910 (exit $ac_status); }; }; then
7913 echo "$as_me: failed program was:" >&5
7914 sed 's/^/| /' conftest.
$ac_ext >&5
7918 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7920 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
7921 echo "${ECHO_T}$ac_cv_type_char" >&6
7923 echo "$as_me:$LINENO: checking size of char" >&5
7924 echo $ECHO_N "checking size of char... $ECHO_C" >&6
7925 if test "${ac_cv_sizeof_char+set}" = set; then
7926 echo $ECHO_N "(cached) $ECHO_C" >&6
7928 if test "$ac_cv_type_char" = yes; then
7929 # The cast to unsigned long works around a bug in the HP C Compiler
7930 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7931 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7932 # This bug is HP SR number 8606223364.
7933 if test "$cross_compiling" = yes; then
7934 # Depending upon the size, compute the lo and hi bounds.
7935 cat >conftest.
$ac_ext <<_ACEOF
7938 cat confdefs.h
>>conftest.
$ac_ext
7939 cat >>conftest.
$ac_ext <<_ACEOF
7940 /* end confdefs.h. */
7941 $ac_includes_default
7945 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
7952 rm -f conftest.
$ac_objext
7953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7954 (eval $ac_compile) 2>conftest.er1
7956 grep -v '^ *+' conftest.er1
>conftest.err
7958 cat conftest.err
>&5
7959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7960 (exit $ac_status); } &&
7961 { ac_try
='test -z "$ac_c_werror_flag"
7962 || test ! -s conftest.err'
7963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7967 (exit $ac_status); }; } &&
7968 { ac_try
='test -s conftest.$ac_objext'
7969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7973 (exit $ac_status); }; }; then
7976 cat >conftest.
$ac_ext <<_ACEOF
7979 cat confdefs.h
>>conftest.
$ac_ext
7980 cat >>conftest.
$ac_ext <<_ACEOF
7981 /* end confdefs.h. */
7982 $ac_includes_default
7986 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
7993 rm -f conftest.
$ac_objext
7994 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7995 (eval $ac_compile) 2>conftest.er1
7997 grep -v '^ *+' conftest.er1
>conftest.err
7999 cat conftest.err
>&5
8000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8001 (exit $ac_status); } &&
8002 { ac_try
='test -z "$ac_c_werror_flag"
8003 || test ! -s conftest.err'
8004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8008 (exit $ac_status); }; } &&
8009 { ac_try
='test -s conftest.$ac_objext'
8010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8014 (exit $ac_status); }; }; then
8015 ac_hi
=$ac_mid; break
8017 echo "$as_me: failed program was:" >&5
8018 sed 's/^/| /' conftest.
$ac_ext >&5
8020 ac_lo
=`expr $ac_mid + 1`
8021 if test $ac_lo -le $ac_mid; then
8025 ac_mid
=`expr 2 '*' $ac_mid + 1`
8027 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8030 echo "$as_me: failed program was:" >&5
8031 sed 's/^/| /' conftest.
$ac_ext >&5
8033 cat >conftest.
$ac_ext <<_ACEOF
8036 cat confdefs.h
>>conftest.
$ac_ext
8037 cat >>conftest.
$ac_ext <<_ACEOF
8038 /* end confdefs.h. */
8039 $ac_includes_default
8043 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
8050 rm -f conftest.
$ac_objext
8051 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8052 (eval $ac_compile) 2>conftest.er1
8054 grep -v '^ *+' conftest.er1
>conftest.err
8056 cat conftest.err
>&5
8057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8058 (exit $ac_status); } &&
8059 { ac_try
='test -z "$ac_c_werror_flag"
8060 || test ! -s conftest.err'
8061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8065 (exit $ac_status); }; } &&
8066 { ac_try
='test -s conftest.$ac_objext'
8067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8071 (exit $ac_status); }; }; then
8074 cat >conftest.
$ac_ext <<_ACEOF
8077 cat confdefs.h
>>conftest.
$ac_ext
8078 cat >>conftest.
$ac_ext <<_ACEOF
8079 /* end confdefs.h. */
8080 $ac_includes_default
8084 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
8091 rm -f conftest.
$ac_objext
8092 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8093 (eval $ac_compile) 2>conftest.er1
8095 grep -v '^ *+' conftest.er1
>conftest.err
8097 cat conftest.err
>&5
8098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8099 (exit $ac_status); } &&
8100 { ac_try
='test -z "$ac_c_werror_flag"
8101 || test ! -s conftest.err'
8102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8106 (exit $ac_status); }; } &&
8107 { ac_try
='test -s conftest.$ac_objext'
8108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8112 (exit $ac_status); }; }; then
8113 ac_lo
=$ac_mid; break
8115 echo "$as_me: failed program was:" >&5
8116 sed 's/^/| /' conftest.
$ac_ext >&5
8118 ac_hi
=`expr '(' $ac_mid ')' - 1`
8119 if test $ac_mid -le $ac_hi; then
8123 ac_mid
=`expr 2 '*' $ac_mid`
8125 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8128 echo "$as_me: failed program was:" >&5
8129 sed 's/^/| /' conftest.
$ac_ext >&5
8133 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8135 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8136 # Binary search between lo and hi bounds.
8137 while test "x$ac_lo" != "x$ac_hi"; do
8138 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8139 cat >conftest.
$ac_ext <<_ACEOF
8142 cat confdefs.h
>>conftest.
$ac_ext
8143 cat >>conftest.
$ac_ext <<_ACEOF
8144 /* end confdefs.h. */
8145 $ac_includes_default
8149 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
8156 rm -f conftest.
$ac_objext
8157 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8158 (eval $ac_compile) 2>conftest.er1
8160 grep -v '^ *+' conftest.er1
>conftest.err
8162 cat conftest.err
>&5
8163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8164 (exit $ac_status); } &&
8165 { ac_try
='test -z "$ac_c_werror_flag"
8166 || test ! -s conftest.err'
8167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8171 (exit $ac_status); }; } &&
8172 { ac_try
='test -s conftest.$ac_objext'
8173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8177 (exit $ac_status); }; }; then
8180 echo "$as_me: failed program was:" >&5
8181 sed 's/^/| /' conftest.
$ac_ext >&5
8183 ac_lo
=`expr '(' $ac_mid ')' + 1`
8185 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8188 ?
*) ac_cv_sizeof_char
=$ac_lo;;
8189 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
8190 See \`config.log' for more details." >&5
8191 echo "$as_me: error: cannot compute sizeof (char), 77
8192 See \`config.log' for more details." >&2;}
8193 { (exit 1); exit 1; }; } ;;
8196 if test "$cross_compiling" = yes; then
8197 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8198 See \`config.log' for more details." >&5
8199 echo "$as_me: error: cannot run test program while cross compiling
8200 See \`config.log' for more details." >&2;}
8201 { (exit 1); exit 1; }; }
8203 cat >conftest.
$ac_ext <<_ACEOF
8206 cat confdefs.h
>>conftest.
$ac_ext
8207 cat >>conftest.
$ac_ext <<_ACEOF
8208 /* end confdefs.h. */
8209 $ac_includes_default
8210 long longval () { return (long) (sizeof (char)); }
8211 unsigned long ulongval () { return (long) (sizeof (char)); }
8218 FILE *f = fopen ("conftest.val", "w");
8221 if (((long) (sizeof (char))) < 0)
8223 long i = longval ();
8224 if (i != ((long) (sizeof (char))))
8226 fprintf (f, "%ld\n", i);
8230 unsigned long i = ulongval ();
8231 if (i != ((long) (sizeof (char))))
8233 fprintf (f, "%lu\n", i);
8235 exit (ferror (f) || fclose (f) != 0);
8241 rm -f conftest
$ac_exeext
8242 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8243 (eval $ac_link) 2>&5
8245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8246 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8251 (exit $ac_status); }; }; then
8252 ac_cv_sizeof_char
=`cat conftest.val`
8254 echo "$as_me: program exited with status $ac_status" >&5
8255 echo "$as_me: failed program was:" >&5
8256 sed 's/^/| /' conftest.
$ac_ext >&5
8259 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
8260 See \`config.log' for more details." >&5
8261 echo "$as_me: error: cannot compute sizeof (char), 77
8262 See \`config.log' for more details." >&2;}
8263 { (exit 1); exit 1; }; }
8265 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8273 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
8274 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
8275 cat >>confdefs.h
<<_ACEOF
8276 #define SIZEOF_CHAR $ac_cv_sizeof_char
8281 echo "$as_me:$LINENO: checking for type equivalent to int8_t" >&5
8282 echo $ECHO_N "checking for type equivalent to int8_t... $ECHO_C" >&6
8283 case "$ac_cv_sizeof_char" in
8284 1) acx_cv_type_int8_t
=char
;;
8285 *) { { echo "$as_me:$LINENO: error: no 8-bit type" >&5
8286 echo "$as_me: error: no 8-bit type" >&2;}
8287 { (exit please report a bug
); exit please report a bug
; }; }
8289 echo "$as_me:$LINENO: result: $acx_cv_type_int8_t" >&5
8290 echo "${ECHO_T}$acx_cv_type_int8_t" >&6
8292 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
8293 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
8294 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
8295 2:*) acx_cv_type_int16_t
=int
;;
8296 *:2) acx_cv_type_int16_t
=short
;;
8297 *) { { echo "$as_me:$LINENO: error: no 16-bit type" >&5
8298 echo "$as_me: error: no 16-bit type" >&2;}
8299 { (exit please report a bug
); exit please report a bug
; }; }
8301 echo "$as_me:$LINENO: result: $acx_cv_type_int16_t" >&5
8302 echo "${ECHO_T}$acx_cv_type_int16_t" >&6
8304 echo "$as_me:$LINENO: checking for type equivalent to int32_t" >&5
8305 echo $ECHO_N "checking for type equivalent to int32_t... $ECHO_C" >&6
8306 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
8307 4:*) acx_cv_type_int32_t
=int
;;
8308 *:4) acx_cv_type_int32_t
=long
;;
8309 *) { { echo "$as_me:$LINENO: error: no 32-bit type" >&5
8310 echo "$as_me: error: no 32-bit type" >&2;}
8311 { (exit please report a bug
); exit please report a bug
; }; }
8313 echo "$as_me:$LINENO: result: $acx_cv_type_int32_t" >&5
8314 echo "${ECHO_T}$acx_cv_type_int32_t" >&6
8317 # These tests are here to make the output prettier
8319 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
8320 case "$ac_cv_sizeof_long" in
8321 8) acx_cv_type_int64_t
=long
;;
8323 echo "$as_me:$LINENO: checking for type equivalent to int64_t" >&5
8324 echo $ECHO_N "checking for type equivalent to int64_t... $ECHO_C" >&6
8325 echo "$as_me:$LINENO: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
8326 echo "${ECHO_T}${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6
8329 # Now we can use the above types
8331 if test "$ac_cv_type_uintptr_t" != yes; then
8332 echo "$as_me:$LINENO: checking for type equivalent to intptr_t" >&5
8333 echo $ECHO_N "checking for type equivalent to intptr_t... $ECHO_C" >&6
8334 case $ac_cv_sizeof_void_p in
8335 2) acx_cv_type_intptr_t
=int16_t
;;
8336 4) acx_cv_type_intptr_t
=int32_t
;;
8337 8) acx_cv_type_intptr_t
=int64_t
;;
8338 *) { { echo "$as_me:$LINENO: error: no equivalent for intptr_t" >&5
8339 echo "$as_me: error: no equivalent for intptr_t" >&2;}
8340 { (exit please report a bug
); exit please report a bug
; }; }
8342 echo "$as_me:$LINENO: result: $acx_cv_type_intptr_t" >&5
8343 echo "${ECHO_T}$acx_cv_type_intptr_t" >&6
8346 # ----------------- done all checks, emit header -------------
8347 ac_config_commands
="$ac_config_commands gstdint.h"
8352 # Check to see if -pthread or -lpthread is needed. Prefer the former.
8353 # In case the pthread.h system header is not found, this test will fail.
8356 # Darwin doesn't need the -pthread option since threads are in libSystem
8357 cat >conftest.
$ac_ext <<_ACEOF
8360 cat confdefs.h
>>conftest.
$ac_ext
8361 cat >>conftest.
$ac_ext <<_ACEOF
8362 /* end confdefs.h. */
8363 #include <pthread.h>
8364 void *g(void *d) { return NULL; }
8368 pthread_t t; pthread_create(&t,NULL,g,NULL);
8373 rm -f conftest.
$ac_objext conftest
$ac_exeext
8374 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8375 (eval $ac_link) 2>conftest.er1
8377 grep -v '^ *+' conftest.er1
>conftest.err
8379 cat conftest.err
>&5
8380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8381 (exit $ac_status); } &&
8382 { ac_try
='test -z "$ac_c_werror_flag"
8383 || test ! -s conftest.err'
8384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8388 (exit $ac_status); }; } &&
8389 { ac_try
='test -s conftest$ac_exeext'
8390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8394 (exit $ac_status); }; }; then
8399 XPCFLAGS
=" -Wc,-pthread"
8403 echo "$as_me: failed program was:" >&5
8404 sed 's/^/| /' conftest.
$ac_ext >&5
8406 CFLAGS
="$save_CFLAGS" LIBS
="-lpthread $LIBS"
8407 cat >conftest.
$ac_ext <<_ACEOF
8410 cat confdefs.h
>>conftest.
$ac_ext
8411 cat >>conftest.
$ac_ext <<_ACEOF
8412 /* end confdefs.h. */
8413 #include <pthread.h>
8414 void *g(void *d) { return NULL; }
8418 pthread_t t; pthread_create(&t,NULL,g,NULL);
8423 rm -f conftest.
$ac_objext conftest
$ac_exeext
8424 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8425 (eval $ac_link) 2>conftest.er1
8427 grep -v '^ *+' conftest.er1
>conftest.err
8429 cat conftest.err
>&5
8430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8431 (exit $ac_status); } &&
8432 { ac_try
='test -z "$ac_c_werror_flag"
8433 || test ! -s conftest.err'
8434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8438 (exit $ac_status); }; } &&
8439 { ac_try
='test -s conftest$ac_exeext'
8440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8444 (exit $ac_status); }; }; then
8447 echo "$as_me: failed program was:" >&5
8448 sed 's/^/| /' conftest.
$ac_ext >&5
8450 { { echo "$as_me:$LINENO: error: Pthreads are required to build libgomp" >&5
8451 echo "$as_me: error: Pthreads are required to build libgomp" >&2;}
8452 { (exit 1); exit 1; }; }
8454 rm -f conftest.err conftest.
$ac_objext \
8455 conftest
$ac_exeext conftest.
$ac_ext
8457 rm -f conftest.err conftest.
$ac_objext \
8458 conftest
$ac_exeext conftest.
$ac_ext
8460 # Check for functions needed.
8463 for ac_func
in getloadavg clock_gettime
8465 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8466 echo "$as_me:$LINENO: checking for $ac_func" >&5
8467 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8468 if eval "test \"\${$as_ac_var+set}\" = set"; then
8469 echo $ECHO_N "(cached) $ECHO_C" >&6
8471 cat >conftest.
$ac_ext <<_ACEOF
8474 cat confdefs.h
>>conftest.
$ac_ext
8475 cat >>conftest.
$ac_ext <<_ACEOF
8476 /* end confdefs.h. */
8477 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8478 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8479 #define $ac_func innocuous_$ac_func
8481 /* System header to define __stub macros and hopefully few prototypes,
8482 which can conflict with char $ac_func (); below.
8483 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8484 <limits.h> exists even on freestanding compilers. */
8487 # include <limits.h>
8489 # include <assert.h>
8494 /* Override any gcc2 internal prototype to avoid an error. */
8499 /* We use char because int might match the return type of a gcc2
8500 builtin and then its argument prototype would still apply. */
8502 /* The GNU C library defines this for functions which it implements
8503 to always fail with ENOSYS. Some functions are actually named
8504 something starting with __ and the normal name is an alias. */
8505 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8508 char (*f) () = $ac_func;
8517 return f != $ac_func;
8522 rm -f conftest.
$ac_objext conftest
$ac_exeext
8523 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8524 (eval $ac_link) 2>conftest.er1
8526 grep -v '^ *+' conftest.er1
>conftest.err
8528 cat conftest.err
>&5
8529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8530 (exit $ac_status); } &&
8531 { ac_try
='test -z "$ac_c_werror_flag"
8532 || test ! -s conftest.err'
8533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8537 (exit $ac_status); }; } &&
8538 { ac_try
='test -s conftest$ac_exeext'
8539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8543 (exit $ac_status); }; }; then
8544 eval "$as_ac_var=yes"
8546 echo "$as_me: failed program was:" >&5
8547 sed 's/^/| /' conftest.
$ac_ext >&5
8549 eval "$as_ac_var=no"
8551 rm -f conftest.err conftest.
$ac_objext \
8552 conftest
$ac_exeext conftest.
$ac_ext
8554 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8555 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8556 if test `eval echo '${'$as_ac_var'}'` = yes; then
8557 cat >>confdefs.h
<<_ACEOF
8558 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8565 # Check for broken semaphore implementation on darwin.
8566 # sem_init returns: sem_init error: Function not implemented.
8570 cat >>confdefs.h
<<\_ACEOF
8571 #define HAVE_BROKEN_POSIX_SEMAPHORES 1
8576 case "$enable_linux_futex" in
8578 # If headers don't have gettid/futex syscalls definition, then
8579 # default to no, otherwise there will be compile time failures.
8580 # Otherwise, default to yes. If we don't detect we are
8581 # compiled/linked against NPTL and not cross-compiling, check
8582 # if programs are run by default against NPTL and if not, issue
8584 enable_linux_futex
=no
8585 cat >conftest.
$ac_ext <<_ACEOF
8588 cat confdefs.h
>>conftest.
$ac_ext
8589 cat >>conftest.
$ac_ext <<_ACEOF
8590 /* end confdefs.h. */
8591 #include <sys/syscall.h>
8596 syscall (SYS_gettid); syscall (SYS_futex, &lk, 0, 0, 0);
8601 rm -f conftest.
$ac_objext conftest
$ac_exeext
8602 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8603 (eval $ac_link) 2>conftest.er1
8605 grep -v '^ *+' conftest.er1
>conftest.err
8607 cat conftest.err
>&5
8608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8609 (exit $ac_status); } &&
8610 { ac_try
='test -z "$ac_c_werror_flag"
8611 || test ! -s conftest.err'
8612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8616 (exit $ac_status); }; } &&
8617 { ac_try
='test -s conftest$ac_exeext'
8618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8622 (exit $ac_status); }; }; then
8623 cat >conftest.
$ac_ext <<_ACEOF
8626 cat confdefs.h
>>conftest.
$ac_ext
8627 cat >>conftest.
$ac_ext <<_ACEOF
8628 /* end confdefs.h. */
8630 #define _GNU_SOURCE 1
8632 #include <pthread.h>
8633 pthread_t th; void *status;
8637 pthread_tryjoin_np (th, &status);
8642 rm -f conftest.
$ac_objext conftest
$ac_exeext
8643 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8644 (eval $ac_link) 2>conftest.er1
8646 grep -v '^ *+' conftest.er1
>conftest.err
8648 cat conftest.err
>&5
8649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8650 (exit $ac_status); } &&
8651 { ac_try
='test -z "$ac_c_werror_flag"
8652 || test ! -s conftest.err'
8653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8657 (exit $ac_status); }; } &&
8658 { ac_try
='test -s conftest$ac_exeext'
8659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8663 (exit $ac_status); }; }; then
8664 enable_linux_futex
=yes
8666 echo "$as_me: failed program was:" >&5
8667 sed 's/^/| /' conftest.
$ac_ext >&5
8669 if test x
$cross_compiling = xno
; then
8670 if getconf GNU_LIBPTHREAD_VERSION
2>/dev
/null \
8671 | LC_ALL
=C
grep -i NPTL
> /dev
/null
2>/dev
/null
; then
8672 { echo "$as_me:$LINENO: WARNING: The kernel might not support futex or gettid syscalls.
8673 If so, please configure with --disable-linux-futex" >&5
8674 echo "$as_me: WARNING: The kernel might not support futex or gettid syscalls.
8675 If so, please configure with --disable-linux-futex" >&2;}
8678 enable_linux_futex
=yes
8680 rm -f conftest.err conftest.
$ac_objext \
8681 conftest
$ac_exeext conftest.
$ac_ext
8683 echo "$as_me: failed program was:" >&5
8684 sed 's/^/| /' conftest.
$ac_ext >&5
8687 rm -f conftest.err conftest.
$ac_objext \
8688 conftest
$ac_exeext conftest.
$ac_ext
8691 cat >conftest.
$ac_ext <<_ACEOF
8694 cat confdefs.h
>>conftest.
$ac_ext
8695 cat >>conftest.
$ac_ext <<_ACEOF
8696 /* end confdefs.h. */
8697 #include <sys/syscall.h>
8702 syscall (SYS_gettid); syscall (SYS_futex, &lk, 0, 0, 0);
8707 rm -f conftest.
$ac_objext conftest
$ac_exeext
8708 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8709 (eval $ac_link) 2>conftest.er1
8711 grep -v '^ *+' conftest.er1
>conftest.err
8713 cat conftest.err
>&5
8714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8715 (exit $ac_status); } &&
8716 { ac_try
='test -z "$ac_c_werror_flag"
8717 || test ! -s conftest.err'
8718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722 (exit $ac_status); }; } &&
8723 { ac_try
='test -s conftest$ac_exeext'
8724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8728 (exit $ac_status); }; }; then
8731 echo "$as_me: failed program was:" >&5
8732 sed 's/^/| /' conftest.
$ac_ext >&5
8734 { { echo "$as_me:$LINENO: error: SYS_gettid and SYS_futex required for --enable-linux-futex" >&5
8735 echo "$as_me: error: SYS_gettid and SYS_futex required for --enable-linux-futex" >&2;}
8736 { (exit 1); exit 1; }; }
8738 rm -f conftest.err conftest.
$ac_objext \
8739 conftest
$ac_exeext conftest.
$ac_ext
8745 # At least for glibc, clock_gettime is in librt. But don't pull that
8746 # in if it still doesn't give us the function we want.
8747 if test $ac_cv_func_clock_gettime = no
; then
8748 echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
8749 echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6
8750 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
8751 echo $ECHO_N "(cached) $ECHO_C" >&6
8753 ac_check_lib_save_LIBS
=$LIBS
8755 cat >conftest.
$ac_ext <<_ACEOF
8758 cat confdefs.h
>>conftest.
$ac_ext
8759 cat >>conftest.
$ac_ext <<_ACEOF
8760 /* end confdefs.h. */
8762 /* Override any gcc2 internal prototype to avoid an error. */
8766 /* We use char because int might match the return type of a gcc2
8767 builtin and then its argument prototype would still apply. */
8768 char clock_gettime ();
8777 rm -f conftest.
$ac_objext conftest
$ac_exeext
8778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8779 (eval $ac_link) 2>conftest.er1
8781 grep -v '^ *+' conftest.er1
>conftest.err
8783 cat conftest.err
>&5
8784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8785 (exit $ac_status); } &&
8786 { ac_try
='test -z "$ac_c_werror_flag"
8787 || test ! -s conftest.err'
8788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8792 (exit $ac_status); }; } &&
8793 { ac_try
='test -s conftest$ac_exeext'
8794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8798 (exit $ac_status); }; }; then
8799 ac_cv_lib_rt_clock_gettime
=yes
8801 echo "$as_me: failed program was:" >&5
8802 sed 's/^/| /' conftest.
$ac_ext >&5
8804 ac_cv_lib_rt_clock_gettime
=no
8806 rm -f conftest.err conftest.
$ac_objext \
8807 conftest
$ac_exeext conftest.
$ac_ext
8808 LIBS
=$ac_check_lib_save_LIBS
8810 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5
8811 echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6
8812 if test $ac_cv_lib_rt_clock_gettime = yes; then
8815 cat >>confdefs.h
<<\_ACEOF
8816 #define HAVE_CLOCK_GETTIME 1
8823 # See if we support thread-local storage.
8825 # Check whether --enable-tls or --disable-tls was given.
8826 if test "${enable_tls+set}" = set; then
8827 enableval
="$enable_tls"
8829 case "$enableval" in
8831 *) { { echo "$as_me:$LINENO: error: Argument to enable/disable tls must be yes or no" >&5
8832 echo "$as_me: error: Argument to enable/disable tls must be yes or no" >&2;}
8833 { (exit 1); exit 1; }; } ;;
8840 echo "$as_me:$LINENO: checking whether the target supports thread-local storage" >&5
8841 echo $ECHO_N "checking whether the target supports thread-local storage... $ECHO_C" >&6
8842 if test "${have_tls+set}" = set; then
8843 echo $ECHO_N "(cached) $ECHO_C" >&6
8846 if test "$cross_compiling" = yes; then
8847 cat >conftest.
$ac_ext <<_ACEOF
8848 __thread int a; int b; int main() { return a = b; }
8850 rm -f conftest.
$ac_objext conftest
$ac_exeext
8851 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8852 (eval $ac_link) 2>conftest.er1
8854 grep -v '^ *+' conftest.er1
>conftest.err
8856 cat conftest.err
>&5
8857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8858 (exit $ac_status); } &&
8859 { ac_try
='test -z "$ac_c_werror_flag"
8860 || test ! -s conftest.err'
8861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8865 (exit $ac_status); }; } &&
8866 { ac_try
='test -s conftest$ac_exeext'
8867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8871 (exit $ac_status); }; }; then
8874 echo "$as_me: failed program was:" >&5
8875 sed 's/^/| /' conftest.
$ac_ext >&5
8879 rm -f conftest.err conftest.
$ac_objext \
8880 conftest
$ac_exeext conftest.
$ac_ext
8883 cat >conftest.
$ac_ext <<_ACEOF
8884 __thread int a; int b; int main() { return a = b; }
8886 rm -f conftest
$ac_exeext
8887 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8888 (eval $ac_link) 2>&5
8890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8891 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8896 (exit $ac_status); }; }; then
8897 save_LDFLAGS
="$LDFLAGS"
8898 LDFLAGS
="-static $LDFLAGS"
8899 cat >conftest.
$ac_ext <<_ACEOF
8900 int main() { return 0; }
8902 rm -f conftest.
$ac_objext conftest
$ac_exeext
8903 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8904 (eval $ac_link) 2>conftest.er1
8906 grep -v '^ *+' conftest.er1
>conftest.err
8908 cat conftest.err
>&5
8909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8910 (exit $ac_status); } &&
8911 { ac_try
='test -z "$ac_c_werror_flag"
8912 || test ! -s conftest.err'
8913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8917 (exit $ac_status); }; } &&
8918 { ac_try
='test -s conftest$ac_exeext'
8919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8923 (exit $ac_status); }; }; then
8924 if test "$cross_compiling" = yes; then
8925 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8926 See \`config.log' for more details." >&5
8927 echo "$as_me: error: cannot run test program while cross compiling
8928 See \`config.log' for more details." >&2;}
8929 { (exit 1); exit 1; }; }
8931 cat >conftest.
$ac_ext <<_ACEOF
8932 __thread int a; int b; int main() { return a = b; }
8934 rm -f conftest
$ac_exeext
8935 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8936 (eval $ac_link) 2>&5
8938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8939 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8944 (exit $ac_status); }; }; then
8947 echo "$as_me: program exited with status $ac_status" >&5
8948 echo "$as_me: failed program was:" >&5
8949 sed 's/^/| /' conftest.
$ac_ext >&5
8954 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8957 echo "$as_me: failed program was:" >&5
8958 sed 's/^/| /' conftest.
$ac_ext >&5
8962 rm -f conftest.err conftest.
$ac_objext \
8963 conftest
$ac_exeext conftest.
$ac_ext
8964 LDFLAGS
="$save_LDFLAGS"
8966 echo "$as_me: program exited with status $ac_status" >&5
8967 echo "$as_me: failed program was:" >&5
8968 sed 's/^/| /' conftest.
$ac_ext >&5
8973 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8976 echo "$as_me:$LINENO: result: $have_tls" >&5
8977 echo "${ECHO_T}$have_tls" >&6
8978 if test "$enable_tls $have_tls" = "yes yes"; then
8980 cat >>confdefs.h
<<\_ACEOF
8986 # See what sort of export controls are availible.
8988 echo "$as_me:$LINENO: checking whether the target supports hidden visibility" >&5
8989 echo $ECHO_N "checking whether the target supports hidden visibility... $ECHO_C" >&6
8990 if test "${have_attribute_visibility+set}" = set; then
8991 echo $ECHO_N "(cached) $ECHO_C" >&6
8994 save_CFLAGS
="$CFLAGS"
8995 CFLAGS
="$CFLAGS -Werror"
8996 cat >conftest.
$ac_ext <<_ACEOF
8999 cat confdefs.h
>>conftest.
$ac_ext
9000 cat >>conftest.
$ac_ext <<_ACEOF
9001 /* end confdefs.h. */
9002 void __attribute__((visibility("hidden"))) foo(void) { }
9011 rm -f conftest.
$ac_objext
9012 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9013 (eval $ac_compile) 2>conftest.er1
9015 grep -v '^ *+' conftest.er1
>conftest.err
9017 cat conftest.err
>&5
9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 (exit $ac_status); } &&
9020 { ac_try
='test -z "$ac_c_werror_flag"
9021 || test ! -s conftest.err'
9022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9026 (exit $ac_status); }; } &&
9027 { ac_try
='test -s conftest.$ac_objext'
9028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9032 (exit $ac_status); }; }; then
9033 have_attribute_visibility
=yes
9035 echo "$as_me: failed program was:" >&5
9036 sed 's/^/| /' conftest.
$ac_ext >&5
9038 have_attribute_visibility
=no
9040 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9041 CFLAGS
="$save_CFLAGS"
9043 echo "$as_me:$LINENO: result: $have_attribute_visibility" >&5
9044 echo "${ECHO_T}$have_attribute_visibility" >&6
9045 if test $have_attribute_visibility = yes; then
9047 cat >>confdefs.h
<<\_ACEOF
9048 #define HAVE_ATTRIBUTE_VISIBILITY 1
9053 echo "$as_me:$LINENO: checking whether the target supports dllexport" >&5
9054 echo $ECHO_N "checking whether the target supports dllexport... $ECHO_C" >&6
9055 if test "${have_attribute_dllexport+set}" = set; then
9056 echo $ECHO_N "(cached) $ECHO_C" >&6
9059 save_CFLAGS
="$CFLAGS"
9060 CFLAGS
="$CFLAGS -Werror"
9061 cat >conftest.
$ac_ext <<_ACEOF
9064 cat confdefs.h
>>conftest.
$ac_ext
9065 cat >>conftest.
$ac_ext <<_ACEOF
9066 /* end confdefs.h. */
9067 void __attribute__((dllexport)) foo(void) { }
9076 rm -f conftest.
$ac_objext
9077 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9078 (eval $ac_compile) 2>conftest.er1
9080 grep -v '^ *+' conftest.er1
>conftest.err
9082 cat conftest.err
>&5
9083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9084 (exit $ac_status); } &&
9085 { ac_try
='test -z "$ac_c_werror_flag"
9086 || test ! -s conftest.err'
9087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9091 (exit $ac_status); }; } &&
9092 { ac_try
='test -s conftest.$ac_objext'
9093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9097 (exit $ac_status); }; }; then
9098 have_attribute_dllexport
=yes
9100 echo "$as_me: failed program was:" >&5
9101 sed 's/^/| /' conftest.
$ac_ext >&5
9103 have_attribute_dllexport
=no
9105 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9106 CFLAGS
="$save_CFLAGS"
9108 echo "$as_me:$LINENO: result: $have_attribute_dllexport" >&5
9109 echo "${ECHO_T}$have_attribute_dllexport" >&6
9110 if test $have_attribute_dllexport = yes; then
9112 cat >>confdefs.h
<<\_ACEOF
9113 #define HAVE_ATTRIBUTE_DLLEXPORT 1
9118 echo "$as_me:$LINENO: checking whether the target supports symbol aliases" >&5
9119 echo $ECHO_N "checking whether the target supports symbol aliases... $ECHO_C" >&6
9120 if test "${have_attribute_alias+set}" = set; then
9121 echo $ECHO_N "(cached) $ECHO_C" >&6
9124 cat >conftest.
$ac_ext <<_ACEOF
9127 cat confdefs.h
>>conftest.
$ac_ext
9128 cat >>conftest.
$ac_ext <<_ACEOF
9129 /* end confdefs.h. */
9132 extern void bar(void) __attribute__((alias("foo")));
9141 rm -f conftest.
$ac_objext conftest
$ac_exeext
9142 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9143 (eval $ac_link) 2>conftest.er1
9145 grep -v '^ *+' conftest.er1
>conftest.err
9147 cat conftest.err
>&5
9148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9149 (exit $ac_status); } &&
9150 { ac_try
='test -z "$ac_c_werror_flag"
9151 || test ! -s conftest.err'
9152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9156 (exit $ac_status); }; } &&
9157 { ac_try
='test -s conftest$ac_exeext'
9158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9162 (exit $ac_status); }; }; then
9163 have_attribute_alias
=yes
9165 echo "$as_me: failed program was:" >&5
9166 sed 's/^/| /' conftest.
$ac_ext >&5
9168 have_attribute_alias
=no
9170 rm -f conftest.err conftest.
$ac_objext \
9171 conftest
$ac_exeext conftest.
$ac_ext
9173 echo "$as_me:$LINENO: result: $have_attribute_alias" >&5
9174 echo "${ECHO_T}$have_attribute_alias" >&6
9175 if test $have_attribute_alias = yes; then
9177 cat >>confdefs.h
<<\_ACEOF
9178 #define HAVE_ATTRIBUTE_ALIAS 1
9183 # If we're not using GNU ld, then there's no point in even trying these
9184 # tests. Check for that first. We should have already tested for gld
9185 # by now (in libtool), but require it now just to be safe...
9186 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS
=''
9187 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS
=''
9191 # The name set by libtool depends on the version of libtool. Shame on us
9192 # for depending on an impl detail, but c'est la vie. Older versions used
9193 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
9194 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
9195 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
9196 # set (hence we're using an older libtool), then set it.
9197 if test x
${with_gnu_ld+set} != xset
; then
9198 if test x
${ac_cv_prog_gnu_ld+set} != xset
; then
9199 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
9202 with_gnu_ld
=$ac_cv_prog_gnu_ld
9206 # Start by getting the version number. I think the libtool test already
9207 # does some of this, but throws away the result.
9209 ldver
=`$LD --version 2>/dev/null | head -1 | \
9210 sed -e 's/GNU ld version \([0-9.][0-9.]*\).*/\1/'`
9212 libgomp_gnu_ld_version
=`echo $ldver | \
9213 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
9215 # Set --gc-sections.
9216 if test "$with_gnu_ld" = "notbroken"; then
9217 # GNU ld it is! Joy and bunny rabbits!
9219 # All these tests are for C++; save the language and the compiler flags.
9220 # Need to do this so that g++ won't try to link in libstdc++
9221 ac_test_CFLAGS
="${CFLAGS+set}"
9222 ac_save_CFLAGS
="$CFLAGS"
9223 CFLAGS
='-x c++ -Wl,--gc-sections'
9225 # Check for -Wl,--gc-sections
9226 # XXX This test is broken at the moment, as symbols required for linking
9227 # are now in libsupc++ (not built yet). In addition, this test has
9228 # cored on solaris in the past. In addition, --gc-sections doesn't
9229 # really work at the moment (keeps on discarding used sections, first
9230 # .eh_frame and now some of the glibc sections for iconv).
9231 # Bzzzzt. Thanks for playing, maybe next time.
9232 echo "$as_me:$LINENO: checking for ld that supports -Wl,--gc-sections" >&5
9233 echo $ECHO_N "checking for ld that supports -Wl,--gc-sections... $ECHO_C" >&6
9234 if test "$cross_compiling" = yes; then
9235 ac_sectionLDflags
=yes
9237 cat >conftest.
$ac_ext <<_ACEOF
9240 cat confdefs.h
>>conftest.
$ac_ext
9241 cat >>conftest.
$ac_ext <<_ACEOF
9242 /* end confdefs.h. */
9252 rm -f conftest
$ac_exeext
9253 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9254 (eval $ac_link) 2>&5
9256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9257 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9262 (exit $ac_status); }; }; then
9263 ac_sectionLDflags
=yes
9265 echo "$as_me: program exited with status $ac_status" >&5
9266 echo "$as_me: failed program was:" >&5
9267 sed 's/^/| /' conftest.
$ac_ext >&5
9270 ac_sectionLDflags
=no
9272 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9274 if test "$ac_test_CFLAGS" = set; then
9275 CFLAGS
="$ac_save_CFLAGS"
9277 # this is the suspicious part
9280 if test "$ac_sectionLDflags" = "yes"; then
9281 SECTION_LDFLAGS
="-Wl,--gc-sections $SECTION_LDFLAGS"
9283 echo "$as_me:$LINENO: result: $ac_sectionLDflags" >&5
9284 echo "${ECHO_T}$ac_sectionLDflags" >&6
9287 # Set linker optimization flags.
9288 if test x
"$with_gnu_ld" = x
"yes"; then
9289 OPT_LDFLAGS
="-Wl,-O1 $OPT_LDFLAGS"
9297 # Check whether --enable-symvers or --disable-symvers was given.
9298 if test "${enable_symvers+set}" = set; then
9299 enableval
="$enable_symvers"
9301 case "$enableval" in
9303 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable symvers" >&5
9304 echo "$as_me: error: Unknown argument to enable/disable symvers" >&2;}
9305 { (exit 1); exit 1; }; } ;;
9313 # If we never went through the LIBGOMP_CHECK_LINKER_FEATURES macro, then we
9314 # don't know enough about $LD to do tricks...
9316 # FIXME The following test is too strict, in theory.
9317 if test $enable_shared = no ||
9319 test x
$libgomp_gnu_ld_version = x
; then
9323 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
9324 if test $enable_symvers != no
; then
9325 echo "$as_me:$LINENO: checking for shared libgcc" >&5
9326 echo $ECHO_N "checking for shared libgcc... $ECHO_C" >&6
9327 ac_save_CFLAGS
="$CFLAGS"
9329 cat >conftest.
$ac_ext <<_ACEOF
9332 cat confdefs.h
>>conftest.
$ac_ext
9333 cat >>conftest.
$ac_ext <<_ACEOF
9334 /* end confdefs.h. */
9344 rm -f conftest.
$ac_objext conftest
$ac_exeext
9345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9346 (eval $ac_link) 2>conftest.er1
9348 grep -v '^ *+' conftest.er1
>conftest.err
9350 cat conftest.err
>&5
9351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9352 (exit $ac_status); } &&
9353 { ac_try
='test -z "$ac_c_werror_flag"
9354 || test ! -s conftest.err'
9355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9359 (exit $ac_status); }; } &&
9360 { ac_try
='test -s conftest$ac_exeext'
9361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9365 (exit $ac_status); }; }; then
9366 libgomp_shared_libgcc
=yes
9368 echo "$as_me: failed program was:" >&5
9369 sed 's/^/| /' conftest.
$ac_ext >&5
9371 libgomp_shared_libgcc
=no
9373 rm -f conftest.err conftest.
$ac_objext \
9374 conftest
$ac_exeext conftest.
$ac_ext
9375 CFLAGS
="$ac_save_CFLAGS"
9376 if test $libgomp_shared_libgcc = no
; then
9377 cat > conftest.c
<<EOF
9378 int main (void) { return 0; }
9380 libgomp_libgcc_s_suffix
=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
9381 -shared -shared-libgcc -o conftest.so \
9382 conftest.c -v 2>&1 >/dev/null \
9383 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
9384 rm -f conftest.c conftest.so
9385 if test x
${libgomp_libgcc_s_suffix+set} = xset
; then
9386 CFLAGS
=" -lgcc_s$libgomp_libgcc_s_suffix"
9387 cat >conftest.
$ac_ext <<_ACEOF
9390 cat confdefs.h
>>conftest.
$ac_ext
9391 cat >>conftest.
$ac_ext <<_ACEOF
9392 /* end confdefs.h. */
9402 rm -f conftest.
$ac_objext conftest
$ac_exeext
9403 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9404 (eval $ac_link) 2>conftest.er1
9406 grep -v '^ *+' conftest.er1
>conftest.err
9408 cat conftest.err
>&5
9409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9410 (exit $ac_status); } &&
9411 { ac_try
='test -z "$ac_c_werror_flag"
9412 || test ! -s conftest.err'
9413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9417 (exit $ac_status); }; } &&
9418 { ac_try
='test -s conftest$ac_exeext'
9419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9423 (exit $ac_status); }; }; then
9424 libgomp_shared_libgcc
=yes
9426 echo "$as_me: failed program was:" >&5
9427 sed 's/^/| /' conftest.
$ac_ext >&5
9430 rm -f conftest.err conftest.
$ac_objext \
9431 conftest
$ac_exeext conftest.
$ac_ext
9432 CFLAGS
="$ac_save_CFLAGS"
9435 echo "$as_me:$LINENO: result: $libgomp_shared_libgcc" >&5
9436 echo "${ECHO_T}$libgomp_shared_libgcc" >&6
9439 # For GNU ld, we need at least this version. The format is described in
9440 # LIBGOMP_CHECK_LINKER_FEATURES above.
9441 libgomp_min_gnu_ld_version
=21400
9442 # XXXXXXXXXXX libgomp_gnu_ld_version=21390
9444 # Check to see if unspecified "yes" value can win, given results above.
9445 # Change "yes" into either "no" or a style name.
9446 if test $enable_symvers = yes; then
9447 if test $with_gnu_ld = yes &&
9448 test $libgomp_shared_libgcc = yes;
9450 if test $libgomp_gnu_ld_version -ge $libgomp_min_gnu_ld_version ; then
9453 # The right tools, the right setup, but too old. Fallbacks?
9454 { echo "$as_me:$LINENO: WARNING: === Linker version $libgomp_gnu_ld_version is too old for" >&5
9455 echo "$as_me: WARNING: === Linker version $libgomp_gnu_ld_version is too old for" >&2;}
9456 { echo "$as_me:$LINENO: WARNING: === full symbol versioning support in this release of GCC." >&5
9457 echo "$as_me: WARNING: === full symbol versioning support in this release of GCC." >&2;}
9458 { echo "$as_me:$LINENO: WARNING: === You would need to upgrade your binutils to version" >&5
9459 echo "$as_me: WARNING: === You would need to upgrade your binutils to version" >&2;}
9460 { echo "$as_me:$LINENO: WARNING: === $libgomp_min_gnu_ld_version or later and rebuild GCC." >&5
9461 echo "$as_me: WARNING: === $libgomp_min_gnu_ld_version or later and rebuild GCC." >&2;}
9462 if test $libgomp_gnu_ld_version -ge 21200 ; then
9463 # Globbing fix is present, proper block support is not.
9464 { echo "$as_me:$LINENO: WARNING: === Symbol versioning will be disabled." >&5
9465 echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
9469 { echo "$as_me:$LINENO: WARNING: === Symbol versioning will be disabled." >&5
9470 echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
9476 { echo "$as_me:$LINENO: WARNING: === You have requested some kind of symbol versioning, but" >&5
9477 echo "$as_me: WARNING: === You have requested some kind of symbol versioning, but" >&2;}
9478 { echo "$as_me:$LINENO: WARNING: === either you are not using a supported linker, or you are" >&5
9479 echo "$as_me: WARNING: === either you are not using a supported linker, or you are" >&2;}
9480 { echo "$as_me:$LINENO: WARNING: === not building a shared libgcc_s (which is required)." >&5
9481 echo "$as_me: WARNING: === not building a shared libgcc_s (which is required)." >&2;}
9482 { echo "$as_me:$LINENO: WARNING: === Symbol versioning will be disabled." >&5
9483 echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
9490 if test $enable_symvers != no
; then
9491 LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE
=
9492 LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE
='#'
9494 LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE
='#'
9495 LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE
=
9498 { echo "$as_me:$LINENO: versioning on shared library symbols is $enable_symvers" >&5
9499 echo "$as_me: versioning on shared library symbols is $enable_symvers" >&6;}
9502 # Get target configury.
9503 .
${srcdir}/configure.tgt
9504 CFLAGS
="$save_CFLAGS $XCFLAGS"
9506 # Check for __sync_val_compare_and_swap, but only after the target has
9507 # had a chance to set XCFLAGS.
9509 echo "$as_me:$LINENO: checking whether the target supports __sync_*_compare_and_swap" >&5
9510 echo $ECHO_N "checking whether the target supports __sync_*_compare_and_swap... $ECHO_C" >&6
9511 if test "${have_sync_builtins+set}" = set; then
9512 echo $ECHO_N "(cached) $ECHO_C" >&6
9515 cat >conftest.
$ac_ext <<_ACEOF
9518 cat confdefs.h
>>conftest.
$ac_ext
9519 cat >>conftest.
$ac_ext <<_ACEOF
9520 /* end confdefs.h. */
9525 int foo, bar; bar = __sync_val_compare_and_swap(&foo, 0, 1);
9530 rm -f conftest.
$ac_objext conftest
$ac_exeext
9531 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9532 (eval $ac_link) 2>conftest.er1
9534 grep -v '^ *+' conftest.er1
>conftest.err
9536 cat conftest.err
>&5
9537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9538 (exit $ac_status); } &&
9539 { ac_try
='test -z "$ac_c_werror_flag"
9540 || test ! -s conftest.err'
9541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9545 (exit $ac_status); }; } &&
9546 { ac_try
='test -s conftest$ac_exeext'
9547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9551 (exit $ac_status); }; }; then
9552 have_sync_builtins
=yes
9554 echo "$as_me: failed program was:" >&5
9555 sed 's/^/| /' conftest.
$ac_ext >&5
9557 have_sync_builtins
=no
9559 rm -f conftest.err conftest.
$ac_objext \
9560 conftest
$ac_exeext conftest.
$ac_ext
9562 echo "$as_me:$LINENO: result: $have_sync_builtins" >&5
9563 echo "${ECHO_T}$have_sync_builtins" >&6
9564 if test $have_sync_builtins = yes; then
9566 cat >>confdefs.h
<<\_ACEOF
9567 #define HAVE_SYNC_BUILTINS 1
9572 XCFLAGS
="$XCFLAGS$XPCFLAGS"
9579 CFLAGS
="$save_CFLAGS"
9580 cat >confcache
<<\_ACEOF
9581 # This file is a shell script that caches the results of configure
9582 # tests run on this system so they can be shared between configure
9583 # scripts and configure runs, see configure's option --config-cache.
9584 # It is not useful on other systems. If it contains results you don't
9585 # want to keep, you may remove or edit it.
9587 # config.status only pays attention to the cache file if you give it
9588 # the --recheck option to rerun configure.
9590 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9591 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9596 # The following way of writing the cache mishandles newlines in values,
9597 # but we know of no workaround that is simple, portable, and efficient.
9598 # So, don't put newlines in cache variables' values.
9599 # Ultrix sh set writes to stderr and can't be redirected directly,
9600 # and sets the high bit in the cache file unless we assign to the vars.
9603 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9605 # `set' does not quote correctly, so add quotes (double-quote
9606 # substitution turns \\\\ into \\, and sed turns \\ into \).
9609 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9612 # `set' quotes correctly as required by POSIX, so do not add quotes.
9614 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9621 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9623 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9625 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
9626 if test -w $cache_file; then
9627 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9628 cat confcache
>$cache_file
9630 echo "not updating unwritable cache $cache_file"
9635 if test ${multilib} = yes; then
9636 multilib_arg
="--enable-multilib"
9641 # Set up the set of libraries that we need to link against for libgomp.
9642 # Note that the GOMP_SELF_SPEC in gcc.c will force -pthread for -fopenmp,
9643 # which will force linkage against -lpthread (or equivalent for the system).
9644 # That's not 100% ideal, but about the best we can do easily.
9645 if test $enable_shared = yes; then
9646 link_gomp
="-lgomp %{static: $LIBS}"
9648 link_gomp
="-lgomp $LIBS"
9654 if test "$ac_cv_fc_compiler_gnu" = yes; then
9656 USE_FORTRAN_FALSE
='#'
9658 USE_FORTRAN_TRUE
='#'
9663 # ??? 2006-01-24: Paulo committed to asking autoconf folk to document
9664 # and export AC_COMPUTE_INT. If that happens, then we'll need to remove
9665 # the underscore here and update the PREREQ. If it doesn't, then we'll
9666 # need to copy this macro to our acinclude.m4.
9667 save_CFLAGS
="$CFLAGS"
9668 for i
in $config_path; do
9669 if test -f $srcdir/config
/$i/omp-lock.h
; then
9670 CFLAGS
="$CFLAGS -include $srcdir/config/$i/omp-lock.h"
9675 if test "$cross_compiling" = yes; then
9676 # Depending upon the size, compute the lo and hi bounds.
9677 cat >conftest.
$ac_ext <<_ACEOF
9680 cat confdefs.h
>>conftest.
$ac_ext
9681 cat >>conftest.
$ac_ext <<_ACEOF
9682 /* end confdefs.h. */
9687 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) >= 0)];
9694 rm -f conftest.
$ac_objext
9695 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9696 (eval $ac_compile) 2>conftest.er1
9698 grep -v '^ *+' conftest.er1
>conftest.err
9700 cat conftest.err
>&5
9701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9702 (exit $ac_status); } &&
9703 { ac_try
='test -z "$ac_c_werror_flag"
9704 || test ! -s conftest.err'
9705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9709 (exit $ac_status); }; } &&
9710 { ac_try
='test -s conftest.$ac_objext'
9711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9715 (exit $ac_status); }; }; then
9718 cat >conftest.
$ac_ext <<_ACEOF
9721 cat confdefs.h
>>conftest.
$ac_ext
9722 cat >>conftest.
$ac_ext <<_ACEOF
9723 /* end confdefs.h. */
9728 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) <= $ac_mid)];
9735 rm -f conftest.
$ac_objext
9736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9737 (eval $ac_compile) 2>conftest.er1
9739 grep -v '^ *+' conftest.er1
>conftest.err
9741 cat conftest.err
>&5
9742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9743 (exit $ac_status); } &&
9744 { ac_try
='test -z "$ac_c_werror_flag"
9745 || test ! -s conftest.err'
9746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9750 (exit $ac_status); }; } &&
9751 { ac_try
='test -s conftest.$ac_objext'
9752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9756 (exit $ac_status); }; }; then
9757 ac_hi
=$ac_mid; break
9759 echo "$as_me: failed program was:" >&5
9760 sed 's/^/| /' conftest.
$ac_ext >&5
9762 ac_lo
=`expr $ac_mid + 1`
9763 if test $ac_lo -le $ac_mid; then
9767 ac_mid
=`expr 2 '*' $ac_mid + 1`
9769 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9772 echo "$as_me: failed program was:" >&5
9773 sed 's/^/| /' conftest.
$ac_ext >&5
9775 cat >conftest.
$ac_ext <<_ACEOF
9778 cat confdefs.h
>>conftest.
$ac_ext
9779 cat >>conftest.
$ac_ext <<_ACEOF
9780 /* end confdefs.h. */
9785 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) < 0)];
9792 rm -f conftest.
$ac_objext
9793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9794 (eval $ac_compile) 2>conftest.er1
9796 grep -v '^ *+' conftest.er1
>conftest.err
9798 cat conftest.err
>&5
9799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9800 (exit $ac_status); } &&
9801 { ac_try
='test -z "$ac_c_werror_flag"
9802 || test ! -s conftest.err'
9803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9807 (exit $ac_status); }; } &&
9808 { ac_try
='test -s conftest.$ac_objext'
9809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9813 (exit $ac_status); }; }; then
9816 cat >conftest.
$ac_ext <<_ACEOF
9819 cat confdefs.h
>>conftest.
$ac_ext
9820 cat >>conftest.
$ac_ext <<_ACEOF
9821 /* end confdefs.h. */
9826 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) >= $ac_mid)];
9833 rm -f conftest.
$ac_objext
9834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9835 (eval $ac_compile) 2>conftest.er1
9837 grep -v '^ *+' conftest.er1
>conftest.err
9839 cat conftest.err
>&5
9840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9841 (exit $ac_status); } &&
9842 { ac_try
='test -z "$ac_c_werror_flag"
9843 || test ! -s conftest.err'
9844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9848 (exit $ac_status); }; } &&
9849 { ac_try
='test -s conftest.$ac_objext'
9850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9854 (exit $ac_status); }; }; then
9855 ac_lo
=$ac_mid; break
9857 echo "$as_me: failed program was:" >&5
9858 sed 's/^/| /' conftest.
$ac_ext >&5
9860 ac_hi
=`expr '(' $ac_mid ')' - 1`
9861 if test $ac_mid -le $ac_hi; then
9865 ac_mid
=`expr 2 '*' $ac_mid`
9867 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9870 echo "$as_me: failed program was:" >&5
9871 sed 's/^/| /' conftest.
$ac_ext >&5
9875 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9877 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9878 # Binary search between lo and hi bounds.
9879 while test "x$ac_lo" != "x$ac_hi"; do
9880 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9881 cat >conftest.
$ac_ext <<_ACEOF
9884 cat confdefs.h
>>conftest.
$ac_ext
9885 cat >>conftest.
$ac_ext <<_ACEOF
9886 /* end confdefs.h. */
9891 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) <= $ac_mid)];
9898 rm -f conftest.
$ac_objext
9899 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9900 (eval $ac_compile) 2>conftest.er1
9902 grep -v '^ *+' conftest.er1
>conftest.err
9904 cat conftest.err
>&5
9905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9906 (exit $ac_status); } &&
9907 { ac_try
='test -z "$ac_c_werror_flag"
9908 || test ! -s conftest.err'
9909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9913 (exit $ac_status); }; } &&
9914 { ac_try
='test -s conftest.$ac_objext'
9915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9919 (exit $ac_status); }; }; then
9922 echo "$as_me: failed program was:" >&5
9923 sed 's/^/| /' conftest.
$ac_ext >&5
9925 ac_lo
=`expr '(' $ac_mid ')' + 1`
9927 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9930 ?
*) OMP_LOCK_SIZE
=$ac_lo;;
9931 '') { { echo "$as_me:$LINENO: error: unsupported system, cannot find sizeof (omp_lock_t)" >&5
9932 echo "$as_me: error: unsupported system, cannot find sizeof (omp_lock_t)" >&2;}
9933 { (exit 1); exit 1; }; } ;;
9936 if test "$cross_compiling" = yes; then
9937 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9938 See \`config.log' for more details." >&5
9939 echo "$as_me: error: cannot run test program while cross compiling
9940 See \`config.log' for more details." >&2;}
9941 { (exit 1); exit 1; }; }
9943 cat >conftest.
$ac_ext <<_ACEOF
9946 cat confdefs.h
>>conftest.
$ac_ext
9947 cat >>conftest.
$ac_ext <<_ACEOF
9948 /* end confdefs.h. */
9950 long longval () { return sizeof (omp_lock_t); }
9951 unsigned long ulongval () { return sizeof (omp_lock_t); }
9958 FILE *f = fopen ("conftest.val", "w");
9961 if ((sizeof (omp_lock_t)) < 0)
9963 long i = longval ();
9964 if (i != (sizeof (omp_lock_t)))
9966 fprintf (f, "%ld\n", i);
9970 unsigned long i = ulongval ();
9971 if (i != (sizeof (omp_lock_t)))
9973 fprintf (f, "%lu\n", i);
9975 exit (ferror (f) || fclose (f) != 0);
9981 rm -f conftest
$ac_exeext
9982 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9983 (eval $ac_link) 2>&5
9985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9986 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9991 (exit $ac_status); }; }; then
9992 OMP_LOCK_SIZE
=`cat conftest.val`
9994 echo "$as_me: program exited with status $ac_status" >&5
9995 echo "$as_me: failed program was:" >&5
9996 sed 's/^/| /' conftest.
$ac_ext >&5
9999 { { echo "$as_me:$LINENO: error: unsupported system, cannot find sizeof (omp_lock_t)" >&5
10000 echo "$as_me: error: unsupported system, cannot find sizeof (omp_lock_t)" >&2;}
10001 { (exit 1); exit 1; }; }
10003 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10007 if test "$cross_compiling" = yes; then
10008 # Depending upon the size, compute the lo and hi bounds.
10009 cat >conftest.
$ac_ext <<_ACEOF
10012 cat confdefs.h
>>conftest.
$ac_ext
10013 cat >>conftest.
$ac_ext <<_ACEOF
10014 /* end confdefs.h. */
10019 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) >= 0)];
10026 rm -f conftest.
$ac_objext
10027 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10028 (eval $ac_compile) 2>conftest.er1
10030 grep -v '^ *+' conftest.er1
>conftest.err
10032 cat conftest.err
>&5
10033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10034 (exit $ac_status); } &&
10035 { ac_try
='test -z "$ac_c_werror_flag"
10036 || test ! -s conftest.err'
10037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10038 (eval $ac_try) 2>&5
10040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10041 (exit $ac_status); }; } &&
10042 { ac_try
='test -s conftest.$ac_objext'
10043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10044 (eval $ac_try) 2>&5
10046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10047 (exit $ac_status); }; }; then
10050 cat >conftest.
$ac_ext <<_ACEOF
10053 cat confdefs.h
>>conftest.
$ac_ext
10054 cat >>conftest.
$ac_ext <<_ACEOF
10055 /* end confdefs.h. */
10060 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) <= $ac_mid)];
10067 rm -f conftest.
$ac_objext
10068 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10069 (eval $ac_compile) 2>conftest.er1
10071 grep -v '^ *+' conftest.er1
>conftest.err
10073 cat conftest.err
>&5
10074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10075 (exit $ac_status); } &&
10076 { ac_try
='test -z "$ac_c_werror_flag"
10077 || test ! -s conftest.err'
10078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10079 (eval $ac_try) 2>&5
10081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10082 (exit $ac_status); }; } &&
10083 { ac_try
='test -s conftest.$ac_objext'
10084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10085 (eval $ac_try) 2>&5
10087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088 (exit $ac_status); }; }; then
10089 ac_hi
=$ac_mid; break
10091 echo "$as_me: failed program was:" >&5
10092 sed 's/^/| /' conftest.
$ac_ext >&5
10094 ac_lo
=`expr $ac_mid + 1`
10095 if test $ac_lo -le $ac_mid; then
10099 ac_mid
=`expr 2 '*' $ac_mid + 1`
10101 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10104 echo "$as_me: failed program was:" >&5
10105 sed 's/^/| /' conftest.
$ac_ext >&5
10107 cat >conftest.
$ac_ext <<_ACEOF
10110 cat confdefs.h
>>conftest.
$ac_ext
10111 cat >>conftest.
$ac_ext <<_ACEOF
10112 /* end confdefs.h. */
10117 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) < 0)];
10124 rm -f conftest.
$ac_objext
10125 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10126 (eval $ac_compile) 2>conftest.er1
10128 grep -v '^ *+' conftest.er1
>conftest.err
10130 cat conftest.err
>&5
10131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10132 (exit $ac_status); } &&
10133 { ac_try
='test -z "$ac_c_werror_flag"
10134 || test ! -s conftest.err'
10135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10136 (eval $ac_try) 2>&5
10138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10139 (exit $ac_status); }; } &&
10140 { ac_try
='test -s conftest.$ac_objext'
10141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10142 (eval $ac_try) 2>&5
10144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10145 (exit $ac_status); }; }; then
10148 cat >conftest.
$ac_ext <<_ACEOF
10151 cat confdefs.h
>>conftest.
$ac_ext
10152 cat >>conftest.
$ac_ext <<_ACEOF
10153 /* end confdefs.h. */
10158 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) >= $ac_mid)];
10165 rm -f conftest.
$ac_objext
10166 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10167 (eval $ac_compile) 2>conftest.er1
10169 grep -v '^ *+' conftest.er1
>conftest.err
10171 cat conftest.err
>&5
10172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10173 (exit $ac_status); } &&
10174 { ac_try
='test -z "$ac_c_werror_flag"
10175 || test ! -s conftest.err'
10176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10177 (eval $ac_try) 2>&5
10179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10180 (exit $ac_status); }; } &&
10181 { ac_try
='test -s conftest.$ac_objext'
10182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10183 (eval $ac_try) 2>&5
10185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10186 (exit $ac_status); }; }; then
10187 ac_lo
=$ac_mid; break
10189 echo "$as_me: failed program was:" >&5
10190 sed 's/^/| /' conftest.
$ac_ext >&5
10192 ac_hi
=`expr '(' $ac_mid ')' - 1`
10193 if test $ac_mid -le $ac_hi; then
10197 ac_mid
=`expr 2 '*' $ac_mid`
10199 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10202 echo "$as_me: failed program was:" >&5
10203 sed 's/^/| /' conftest.
$ac_ext >&5
10207 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10209 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10210 # Binary search between lo and hi bounds.
10211 while test "x$ac_lo" != "x$ac_hi"; do
10212 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10213 cat >conftest.
$ac_ext <<_ACEOF
10216 cat confdefs.h
>>conftest.
$ac_ext
10217 cat >>conftest.
$ac_ext <<_ACEOF
10218 /* end confdefs.h. */
10223 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) <= $ac_mid)];
10230 rm -f conftest.
$ac_objext
10231 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10232 (eval $ac_compile) 2>conftest.er1
10234 grep -v '^ *+' conftest.er1
>conftest.err
10236 cat conftest.err
>&5
10237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10238 (exit $ac_status); } &&
10239 { ac_try
='test -z "$ac_c_werror_flag"
10240 || test ! -s conftest.err'
10241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10242 (eval $ac_try) 2>&5
10244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10245 (exit $ac_status); }; } &&
10246 { ac_try
='test -s conftest.$ac_objext'
10247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10248 (eval $ac_try) 2>&5
10250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10251 (exit $ac_status); }; }; then
10254 echo "$as_me: failed program was:" >&5
10255 sed 's/^/| /' conftest.
$ac_ext >&5
10257 ac_lo
=`expr '(' $ac_mid ')' + 1`
10259 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10262 ?
*) OMP_LOCK_ALIGN
=$ac_lo;;
10266 if test "$cross_compiling" = yes; then
10267 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
10268 See \`config.log' for more details." >&5
10269 echo "$as_me: error: cannot run test program while cross compiling
10270 See \`config.log' for more details." >&2;}
10271 { (exit 1); exit 1; }; }
10273 cat >conftest.
$ac_ext <<_ACEOF
10276 cat confdefs.h
>>conftest.
$ac_ext
10277 cat >>conftest.
$ac_ext <<_ACEOF
10278 /* end confdefs.h. */
10280 long longval () { return __alignof (omp_lock_t); }
10281 unsigned long ulongval () { return __alignof (omp_lock_t); }
10283 #include <stdlib.h>
10288 FILE *f = fopen ("conftest.val", "w");
10291 if ((__alignof (omp_lock_t)) < 0)
10293 long i = longval ();
10294 if (i != (__alignof (omp_lock_t)))
10296 fprintf (f, "%ld\n", i);
10300 unsigned long i = ulongval ();
10301 if (i != (__alignof (omp_lock_t)))
10303 fprintf (f, "%lu\n", i);
10305 exit (ferror (f) || fclose (f) != 0);
10311 rm -f conftest
$ac_exeext
10312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10313 (eval $ac_link) 2>&5
10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10318 (eval $ac_try) 2>&5
10320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10321 (exit $ac_status); }; }; then
10322 OMP_LOCK_ALIGN
=`cat conftest.val`
10324 echo "$as_me: program exited with status $ac_status" >&5
10325 echo "$as_me: failed program was:" >&5
10326 sed 's/^/| /' conftest.
$ac_ext >&5
10329 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10333 if test "$cross_compiling" = yes; then
10334 # Depending upon the size, compute the lo and hi bounds.
10335 cat >conftest.
$ac_ext <<_ACEOF
10338 cat confdefs.h
>>conftest.
$ac_ext
10339 cat >>conftest.
$ac_ext <<_ACEOF
10340 /* end confdefs.h. */
10345 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) >= 0)];
10352 rm -f conftest.
$ac_objext
10353 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10354 (eval $ac_compile) 2>conftest.er1
10356 grep -v '^ *+' conftest.er1
>conftest.err
10358 cat conftest.err
>&5
10359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10360 (exit $ac_status); } &&
10361 { ac_try
='test -z "$ac_c_werror_flag"
10362 || test ! -s conftest.err'
10363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10364 (eval $ac_try) 2>&5
10366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367 (exit $ac_status); }; } &&
10368 { ac_try
='test -s conftest.$ac_objext'
10369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10370 (eval $ac_try) 2>&5
10372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10373 (exit $ac_status); }; }; then
10376 cat >conftest.
$ac_ext <<_ACEOF
10379 cat confdefs.h
>>conftest.
$ac_ext
10380 cat >>conftest.
$ac_ext <<_ACEOF
10381 /* end confdefs.h. */
10386 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) <= $ac_mid)];
10393 rm -f conftest.
$ac_objext
10394 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10395 (eval $ac_compile) 2>conftest.er1
10397 grep -v '^ *+' conftest.er1
>conftest.err
10399 cat conftest.err
>&5
10400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10401 (exit $ac_status); } &&
10402 { ac_try
='test -z "$ac_c_werror_flag"
10403 || test ! -s conftest.err'
10404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10405 (eval $ac_try) 2>&5
10407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10408 (exit $ac_status); }; } &&
10409 { ac_try
='test -s conftest.$ac_objext'
10410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10411 (eval $ac_try) 2>&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); }; }; then
10415 ac_hi
=$ac_mid; break
10417 echo "$as_me: failed program was:" >&5
10418 sed 's/^/| /' conftest.
$ac_ext >&5
10420 ac_lo
=`expr $ac_mid + 1`
10421 if test $ac_lo -le $ac_mid; then
10425 ac_mid
=`expr 2 '*' $ac_mid + 1`
10427 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10430 echo "$as_me: failed program was:" >&5
10431 sed 's/^/| /' conftest.
$ac_ext >&5
10433 cat >conftest.
$ac_ext <<_ACEOF
10436 cat confdefs.h
>>conftest.
$ac_ext
10437 cat >>conftest.
$ac_ext <<_ACEOF
10438 /* end confdefs.h. */
10443 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) < 0)];
10450 rm -f conftest.
$ac_objext
10451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10452 (eval $ac_compile) 2>conftest.er1
10454 grep -v '^ *+' conftest.er1
>conftest.err
10456 cat conftest.err
>&5
10457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10458 (exit $ac_status); } &&
10459 { ac_try
='test -z "$ac_c_werror_flag"
10460 || test ! -s conftest.err'
10461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10462 (eval $ac_try) 2>&5
10464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10465 (exit $ac_status); }; } &&
10466 { ac_try
='test -s conftest.$ac_objext'
10467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10468 (eval $ac_try) 2>&5
10470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10471 (exit $ac_status); }; }; then
10474 cat >conftest.
$ac_ext <<_ACEOF
10477 cat confdefs.h
>>conftest.
$ac_ext
10478 cat >>conftest.
$ac_ext <<_ACEOF
10479 /* end confdefs.h. */
10484 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) >= $ac_mid)];
10491 rm -f conftest.
$ac_objext
10492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10493 (eval $ac_compile) 2>conftest.er1
10495 grep -v '^ *+' conftest.er1
>conftest.err
10497 cat conftest.err
>&5
10498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10499 (exit $ac_status); } &&
10500 { ac_try
='test -z "$ac_c_werror_flag"
10501 || test ! -s conftest.err'
10502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10503 (eval $ac_try) 2>&5
10505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10506 (exit $ac_status); }; } &&
10507 { ac_try
='test -s conftest.$ac_objext'
10508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10509 (eval $ac_try) 2>&5
10511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10512 (exit $ac_status); }; }; then
10513 ac_lo
=$ac_mid; break
10515 echo "$as_me: failed program was:" >&5
10516 sed 's/^/| /' conftest.
$ac_ext >&5
10518 ac_hi
=`expr '(' $ac_mid ')' - 1`
10519 if test $ac_mid -le $ac_hi; then
10523 ac_mid
=`expr 2 '*' $ac_mid`
10525 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10528 echo "$as_me: failed program was:" >&5
10529 sed 's/^/| /' conftest.
$ac_ext >&5
10533 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10535 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10536 # Binary search between lo and hi bounds.
10537 while test "x$ac_lo" != "x$ac_hi"; do
10538 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10539 cat >conftest.
$ac_ext <<_ACEOF
10542 cat confdefs.h
>>conftest.
$ac_ext
10543 cat >>conftest.
$ac_ext <<_ACEOF
10544 /* end confdefs.h. */
10549 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) <= $ac_mid)];
10556 rm -f conftest.
$ac_objext
10557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10558 (eval $ac_compile) 2>conftest.er1
10560 grep -v '^ *+' conftest.er1
>conftest.err
10562 cat conftest.err
>&5
10563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10564 (exit $ac_status); } &&
10565 { ac_try
='test -z "$ac_c_werror_flag"
10566 || test ! -s conftest.err'
10567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10568 (eval $ac_try) 2>&5
10570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10571 (exit $ac_status); }; } &&
10572 { ac_try
='test -s conftest.$ac_objext'
10573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10574 (eval $ac_try) 2>&5
10576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10577 (exit $ac_status); }; }; then
10580 echo "$as_me: failed program was:" >&5
10581 sed 's/^/| /' conftest.
$ac_ext >&5
10583 ac_lo
=`expr '(' $ac_mid ')' + 1`
10585 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10588 ?
*) OMP_NEST_LOCK_SIZE
=$ac_lo;;
10592 if test "$cross_compiling" = yes; then
10593 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
10594 See \`config.log' for more details." >&5
10595 echo "$as_me: error: cannot run test program while cross compiling
10596 See \`config.log' for more details." >&2;}
10597 { (exit 1); exit 1; }; }
10599 cat >conftest.
$ac_ext <<_ACEOF
10602 cat confdefs.h
>>conftest.
$ac_ext
10603 cat >>conftest.
$ac_ext <<_ACEOF
10604 /* end confdefs.h. */
10606 long longval () { return sizeof (omp_nest_lock_t); }
10607 unsigned long ulongval () { return sizeof (omp_nest_lock_t); }
10609 #include <stdlib.h>
10614 FILE *f = fopen ("conftest.val", "w");
10617 if ((sizeof (omp_nest_lock_t)) < 0)
10619 long i = longval ();
10620 if (i != (sizeof (omp_nest_lock_t)))
10622 fprintf (f, "%ld\n", i);
10626 unsigned long i = ulongval ();
10627 if (i != (sizeof (omp_nest_lock_t)))
10629 fprintf (f, "%lu\n", i);
10631 exit (ferror (f) || fclose (f) != 0);
10637 rm -f conftest
$ac_exeext
10638 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10639 (eval $ac_link) 2>&5
10641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10642 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10644 (eval $ac_try) 2>&5
10646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10647 (exit $ac_status); }; }; then
10648 OMP_NEST_LOCK_SIZE
=`cat conftest.val`
10650 echo "$as_me: program exited with status $ac_status" >&5
10651 echo "$as_me: failed program was:" >&5
10652 sed 's/^/| /' conftest.
$ac_ext >&5
10655 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10659 if test "$cross_compiling" = yes; then
10660 # Depending upon the size, compute the lo and hi bounds.
10661 cat >conftest.
$ac_ext <<_ACEOF
10664 cat confdefs.h
>>conftest.
$ac_ext
10665 cat >>conftest.
$ac_ext <<_ACEOF
10666 /* end confdefs.h. */
10671 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) >= 0)];
10678 rm -f conftest.
$ac_objext
10679 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10680 (eval $ac_compile) 2>conftest.er1
10682 grep -v '^ *+' conftest.er1
>conftest.err
10684 cat conftest.err
>&5
10685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10686 (exit $ac_status); } &&
10687 { ac_try
='test -z "$ac_c_werror_flag"
10688 || test ! -s conftest.err'
10689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10690 (eval $ac_try) 2>&5
10692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10693 (exit $ac_status); }; } &&
10694 { ac_try
='test -s conftest.$ac_objext'
10695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10696 (eval $ac_try) 2>&5
10698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10699 (exit $ac_status); }; }; then
10702 cat >conftest.
$ac_ext <<_ACEOF
10705 cat confdefs.h
>>conftest.
$ac_ext
10706 cat >>conftest.
$ac_ext <<_ACEOF
10707 /* end confdefs.h. */
10712 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) <= $ac_mid)];
10719 rm -f conftest.
$ac_objext
10720 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10721 (eval $ac_compile) 2>conftest.er1
10723 grep -v '^ *+' conftest.er1
>conftest.err
10725 cat conftest.err
>&5
10726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10727 (exit $ac_status); } &&
10728 { ac_try
='test -z "$ac_c_werror_flag"
10729 || test ! -s conftest.err'
10730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10731 (eval $ac_try) 2>&5
10733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10734 (exit $ac_status); }; } &&
10735 { ac_try
='test -s conftest.$ac_objext'
10736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10737 (eval $ac_try) 2>&5
10739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10740 (exit $ac_status); }; }; then
10741 ac_hi
=$ac_mid; break
10743 echo "$as_me: failed program was:" >&5
10744 sed 's/^/| /' conftest.
$ac_ext >&5
10746 ac_lo
=`expr $ac_mid + 1`
10747 if test $ac_lo -le $ac_mid; then
10751 ac_mid
=`expr 2 '*' $ac_mid + 1`
10753 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10756 echo "$as_me: failed program was:" >&5
10757 sed 's/^/| /' conftest.
$ac_ext >&5
10759 cat >conftest.
$ac_ext <<_ACEOF
10762 cat confdefs.h
>>conftest.
$ac_ext
10763 cat >>conftest.
$ac_ext <<_ACEOF
10764 /* end confdefs.h. */
10769 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) < 0)];
10776 rm -f conftest.
$ac_objext
10777 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10778 (eval $ac_compile) 2>conftest.er1
10780 grep -v '^ *+' conftest.er1
>conftest.err
10782 cat conftest.err
>&5
10783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10784 (exit $ac_status); } &&
10785 { ac_try
='test -z "$ac_c_werror_flag"
10786 || test ! -s conftest.err'
10787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10788 (eval $ac_try) 2>&5
10790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10791 (exit $ac_status); }; } &&
10792 { ac_try
='test -s conftest.$ac_objext'
10793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10794 (eval $ac_try) 2>&5
10796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10797 (exit $ac_status); }; }; then
10800 cat >conftest.
$ac_ext <<_ACEOF
10803 cat confdefs.h
>>conftest.
$ac_ext
10804 cat >>conftest.
$ac_ext <<_ACEOF
10805 /* end confdefs.h. */
10810 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) >= $ac_mid)];
10817 rm -f conftest.
$ac_objext
10818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10819 (eval $ac_compile) 2>conftest.er1
10821 grep -v '^ *+' conftest.er1
>conftest.err
10823 cat conftest.err
>&5
10824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10825 (exit $ac_status); } &&
10826 { ac_try
='test -z "$ac_c_werror_flag"
10827 || test ! -s conftest.err'
10828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10829 (eval $ac_try) 2>&5
10831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10832 (exit $ac_status); }; } &&
10833 { ac_try
='test -s conftest.$ac_objext'
10834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10835 (eval $ac_try) 2>&5
10837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10838 (exit $ac_status); }; }; then
10839 ac_lo
=$ac_mid; break
10841 echo "$as_me: failed program was:" >&5
10842 sed 's/^/| /' conftest.
$ac_ext >&5
10844 ac_hi
=`expr '(' $ac_mid ')' - 1`
10845 if test $ac_mid -le $ac_hi; then
10849 ac_mid
=`expr 2 '*' $ac_mid`
10851 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10854 echo "$as_me: failed program was:" >&5
10855 sed 's/^/| /' conftest.
$ac_ext >&5
10859 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10861 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10862 # Binary search between lo and hi bounds.
10863 while test "x$ac_lo" != "x$ac_hi"; do
10864 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10865 cat >conftest.
$ac_ext <<_ACEOF
10868 cat confdefs.h
>>conftest.
$ac_ext
10869 cat >>conftest.
$ac_ext <<_ACEOF
10870 /* end confdefs.h. */
10875 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) <= $ac_mid)];
10882 rm -f conftest.
$ac_objext
10883 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10884 (eval $ac_compile) 2>conftest.er1
10886 grep -v '^ *+' conftest.er1
>conftest.err
10888 cat conftest.err
>&5
10889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10890 (exit $ac_status); } &&
10891 { ac_try
='test -z "$ac_c_werror_flag"
10892 || test ! -s conftest.err'
10893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10894 (eval $ac_try) 2>&5
10896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10897 (exit $ac_status); }; } &&
10898 { ac_try
='test -s conftest.$ac_objext'
10899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10900 (eval $ac_try) 2>&5
10902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10903 (exit $ac_status); }; }; then
10906 echo "$as_me: failed program was:" >&5
10907 sed 's/^/| /' conftest.
$ac_ext >&5
10909 ac_lo
=`expr '(' $ac_mid ')' + 1`
10911 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10914 ?
*) OMP_NEST_LOCK_ALIGN
=$ac_lo;;
10918 if test "$cross_compiling" = yes; then
10919 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
10920 See \`config.log' for more details." >&5
10921 echo "$as_me: error: cannot run test program while cross compiling
10922 See \`config.log' for more details." >&2;}
10923 { (exit 1); exit 1; }; }
10925 cat >conftest.
$ac_ext <<_ACEOF
10928 cat confdefs.h
>>conftest.
$ac_ext
10929 cat >>conftest.
$ac_ext <<_ACEOF
10930 /* end confdefs.h. */
10932 long longval () { return __alignof (omp_nest_lock_t); }
10933 unsigned long ulongval () { return __alignof (omp_nest_lock_t); }
10935 #include <stdlib.h>
10940 FILE *f = fopen ("conftest.val", "w");
10943 if ((__alignof (omp_nest_lock_t)) < 0)
10945 long i = longval ();
10946 if (i != (__alignof (omp_nest_lock_t)))
10948 fprintf (f, "%ld\n", i);
10952 unsigned long i = ulongval ();
10953 if (i != (__alignof (omp_nest_lock_t)))
10955 fprintf (f, "%lu\n", i);
10957 exit (ferror (f) || fclose (f) != 0);
10963 rm -f conftest
$ac_exeext
10964 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10965 (eval $ac_link) 2>&5
10967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10968 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10970 (eval $ac_try) 2>&5
10972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10973 (exit $ac_status); }; }; then
10974 OMP_NEST_LOCK_ALIGN
=`cat conftest.val`
10976 echo "$as_me: program exited with status $ac_status" >&5
10977 echo "$as_me: failed program was:" >&5
10978 sed 's/^/| /' conftest.
$ac_ext >&5
10981 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10986 # If the lock fits in an integer, then arrange for Fortran to use that
10987 # integer. If it doesn't, then arrange for Fortran to use a pointer.
10988 # Except that we don't have a way at present to multi-lib the installed
10989 # Fortran modules, so we assume 8 bytes for pointers, regardless of the
10991 OMP_LOCK_KIND
=$OMP_LOCK_SIZE
10992 OMP_NEST_LOCK_KIND
=$OMP_NEST_LOCK_SIZE
10993 if test $OMP_LOCK_SIZE -gt 8 ||
test $OMP_LOCK_ALIGN -gt $OMP_LOCK_SIZE; then
10996 if test $OMP_NEST_LOCK_SIZE -gt 8 ||
test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then
10997 OMP_NEST_LOCK_KIND
=8
11006 CFLAGS
="$save_CFLAGS"
11008 ac_config_files
="$ac_config_files omp.h omp_lib.h omp_lib.f90 libgomp_f.h"
11010 ac_config_files
="$ac_config_files Makefile testsuite/Makefile libgomp.spec"
11012 cat >confcache
<<\_ACEOF
11013 # This file is a shell script that caches the results of configure
11014 # tests run on this system so they can be shared between configure
11015 # scripts and configure runs, see configure's option --config-cache.
11016 # It is not useful on other systems. If it contains results you don't
11017 # want to keep, you may remove or edit it.
11019 # config.status only pays attention to the cache file if you give it
11020 # the --recheck option to rerun configure.
11022 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11023 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11024 # following values.
11028 # The following way of writing the cache mishandles newlines in values,
11029 # but we know of no workaround that is simple, portable, and efficient.
11030 # So, don't put newlines in cache variables' values.
11031 # Ultrix sh set writes to stderr and can't be redirected directly,
11032 # and sets the high bit in the cache file unless we assign to the vars.
11035 case `(ac_space=' '; set | grep ac_space) 2>&1` in
11037 # `set' does not quote correctly, so add quotes (double-quote
11038 # substitution turns \\\\ into \\, and sed turns \\ into \).
11041 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11044 # `set' quotes correctly as required by POSIX, so do not add quotes.
11046 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
11053 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11055 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11057 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
11058 if test -w $cache_file; then
11059 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
11060 cat confcache
>$cache_file
11062 echo "not updating unwritable cache $cache_file"
11067 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
11068 # Let make expand exec_prefix.
11069 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
11071 # VPATH may cause trouble with some makes, so we remove $(srcdir),
11072 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
11073 # trailing colons and then remove the whole line if VPATH becomes empty
11074 # (actually we leave an empty line to preserve line numbers).
11075 if test "x$srcdir" = x.
; then
11076 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
11077 s/:*\$(srcdir):*/:/;
11078 s/:*\${srcdir}:*/:/;
11080 s/^\([^=]*=[ ]*\):*/\1/;
11086 DEFS
=-DHAVE_CONFIG_H
11090 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
11091 # 1. Remove the extension, and $U if already installed.
11092 ac_i
=`echo "$ac_i" |
11093 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
11095 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
11096 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
11098 LIBOBJS
=$ac_libobjs
11100 LTLIBOBJS
=$ac_ltlibobjs
11103 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11104 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
11105 Usually this means the macro was only invoked conditionally." >&5
11106 echo "$as_me: error: conditional \"AMDEP\" was never defined.
11107 Usually this means the macro was only invoked conditionally." >&2;}
11108 { (exit 1); exit 1; }; }
11110 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11111 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
11112 Usually this means the macro was only invoked conditionally." >&5
11113 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
11114 Usually this means the macro was only invoked conditionally." >&2;}
11115 { (exit 1); exit 1; }; }
11117 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11118 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
11119 Usually this means the macro was only invoked conditionally." >&5
11120 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
11121 Usually this means the macro was only invoked conditionally." >&2;}
11122 { (exit 1); exit 1; }; }
11124 if test -z "${LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE}"; then
11125 { { echo "$as_me:$LINENO: error: conditional \"LIBGOMP_BUILD_VERSIONED_SHLIB\" was never defined.
11126 Usually this means the macro was only invoked conditionally." >&5
11127 echo "$as_me: error: conditional \"LIBGOMP_BUILD_VERSIONED_SHLIB\" was never defined.
11128 Usually this means the macro was only invoked conditionally." >&2;}
11129 { (exit 1); exit 1; }; }
11131 if test -z "${USE_FORTRAN_TRUE}" && test -z "${USE_FORTRAN_FALSE}"; then
11132 { { echo "$as_me:$LINENO: error: conditional \"USE_FORTRAN\" was never defined.
11133 Usually this means the macro was only invoked conditionally." >&5
11134 echo "$as_me: error: conditional \"USE_FORTRAN\" was never defined.
11135 Usually this means the macro was only invoked conditionally." >&2;}
11136 { (exit 1); exit 1; }; }
11139 : ${CONFIG_STATUS=./config.status}
11140 ac_clean_files_save
=$ac_clean_files
11141 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
11142 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
11143 echo "$as_me: creating $CONFIG_STATUS" >&6;}
11144 cat >$CONFIG_STATUS <<_ACEOF
11146 # Generated by $as_me.
11147 # Run this file to recreate the current configuration.
11148 # Compiler output produced by configure, useful for debugging
11149 # configure, is in config.log if it exists.
11152 ac_cs_recheck=false
11154 SHELL=\${CONFIG_SHELL-$SHELL}
11157 cat >>$CONFIG_STATUS <<\_ACEOF
11158 ## --------------------- ##
11159 ## M4sh Initialization. ##
11160 ## --------------------- ##
11162 # Be Bourne compatible
11163 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
11166 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
11167 # is contrary to our usage. Disable this feature.
11168 alias -g '${1+"$@"}'='"$@"'
11169 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
11172 DUALCASE
=1; export DUALCASE
# for MKS sh
11174 # Support unset when possible.
11175 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
11182 # Work around bugs in pre-3.0 UWIN ksh.
11183 $as_unset ENV MAIL MAILPATH
11190 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
11191 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
11192 LC_TELEPHONE LC_TIME
11194 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
11195 eval $as_var=C
; export $as_var
11201 # Required to use basename.
11202 if expr a
: '\(a\)' >/dev
/null
2>&1; then
11208 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
11209 as_basename
=basename
11215 # Name of the executable.
11216 as_me
=`$as_basename "$0" ||
11217 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11218 X"$0" : 'X\(//\)$' \| \
11219 X"$0" : 'X\(/\)$' \| \
11220 . : '\(.\)' 2>/dev/null ||
11222 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
11223 /^X\/\(\/\/\)$/{ s//\1/; q; }
11224 /^X\/\(\/\).*/{ s//\1/; q; }
11228 # PATH needs CR, and LINENO needs CR and PATH.
11229 # Avoid depending upon Character Ranges.
11230 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
11231 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11232 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
11233 as_cr_digits
='0123456789'
11234 as_cr_alnum
=$as_cr_Letters$as_cr_digits
11236 # The user is always right.
11237 if test "${PATH_SEPARATOR+set}" != set; then
11238 echo "#! /bin/sh" >conf$$.sh
11239 echo "exit 0" >>conf$$.sh
11241 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
11250 as_lineno_1
=$LINENO
11251 as_lineno_2
=$LINENO
11252 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
11253 test "x$as_lineno_1" != "x$as_lineno_2" &&
11254 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
11255 # Find who we are. Look in the path if we contain no path at all
11258 *[\\/]* ) as_myself
=$0 ;;
11259 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11260 for as_dir
in $PATH
11263 test -z "$as_dir" && as_dir
=.
11264 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
11269 # We did not find ourselves, most probably we were run as `sh COMMAND'
11270 # in which case we are not to be found in the path.
11271 if test "x$as_myself" = x
; then
11274 if test ! -f "$as_myself"; then
11275 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
11276 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
11277 { (exit 1); exit 1; }; }
11279 case $CONFIG_SHELL in
11281 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11282 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
11285 test -z "$as_dir" && as_dir
=.
11286 for as_base
in sh bash ksh sh5
; do
11289 if ("$as_dir/$as_base" -c '
11290 as_lineno_1=$LINENO
11291 as_lineno_2=$LINENO
11292 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
11293 test "x$as_lineno_1" != "x$as_lineno_2" &&
11294 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
11295 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
11296 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
11297 CONFIG_SHELL
=$as_dir/$as_base
11298 export CONFIG_SHELL
11299 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
11307 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
11308 # uniformly replaced by the line number. The first 'sed' inserts a
11309 # line-number line before each line; the second 'sed' does the real
11310 # work. The second script uses 'N' to pair each line-number line
11311 # with the numbered line, and appends trailing '-' during
11312 # substitution so that $LINENO is not a special case at line end.
11313 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11314 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
11315 sed '=' <$as_myself |
11320 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11323 s,^['$as_cr_digits']*\n,,
11324 ' >$as_me.lineno
&&
11325 chmod +x
$as_me.lineno ||
11326 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
11327 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
11328 { (exit 1); exit 1; }; }
11330 # Don't try to exec as it changes $[0], causing all sort of problems
11331 # (the dirname of $[0] is not the place where we might find the
11332 # original and so on. Autoconf is especially sensible to this).
11334 # Exit status is that of the last command.
11339 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11340 *c
*,-n*) ECHO_N
= ECHO_C
='
11342 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
11343 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
11346 if expr a
: '\(a\)' >/dev
/null
2>&1; then
11352 rm -f conf$$ conf$$.exe conf$$.
file
11354 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
11355 # We could just check for DJGPP; but this test a) works b) is more generic
11356 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11357 if test -f conf$$.exe
; then
11358 # Don't use ln at all; we don't have any links
11363 elif ln conf$$.
file conf$$
2>/dev
/null
; then
11368 rm -f conf$$ conf$$.exe conf$$.
file
11370 if mkdir
-p .
2>/dev
/null
; then
11373 test -d .
/-p && rmdir .
/-p
11377 as_executable_p
="test -f"
11379 # Sed expression to map a string onto a valid CPP name.
11380 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11382 # Sed expression to map a string onto a valid variable name.
11383 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11387 # We need space, tab and new line, in precisely that order.
11397 # Open the log real soon, to keep \$[0] and so on meaningful, and to
11398 # report actual input values of CONFIG_FILES etc. instead of their
11399 # values after options handling. Logging --version etc. is OK.
11403 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11404 ## Running $as_me. ##
11409 This file was extended by GNU OpenMP Runtime Library $as_me 1.0, which was
11410 generated by GNU Autoconf 2.59. Invocation command line was
11412 CONFIG_FILES = $CONFIG_FILES
11413 CONFIG_HEADERS = $CONFIG_HEADERS
11414 CONFIG_LINKS = $CONFIG_LINKS
11415 CONFIG_COMMANDS = $CONFIG_COMMANDS
11419 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
11423 # Files that config.status was made for.
11424 if test -n "$ac_config_files"; then
11425 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
11428 if test -n "$ac_config_headers"; then
11429 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
11432 if test -n "$ac_config_links"; then
11433 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
11436 if test -n "$ac_config_commands"; then
11437 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
11440 cat >>$CONFIG_STATUS <<\_ACEOF
11443 \`$as_me' instantiates files from templates according to the
11444 current configuration.
11446 Usage: $0 [OPTIONS] [FILE]...
11448 -h, --help print this help, then exit
11449 -V, --version print version number, then exit
11450 -q, --quiet do not print progress messages
11451 -d, --debug don't remove temporary files
11452 --recheck update $as_me by reconfiguring in the same conditions
11453 --file=FILE[:TEMPLATE]
11454 instantiate the configuration file FILE
11455 --header=FILE[:TEMPLATE]
11456 instantiate the configuration header FILE
11458 Configuration files:
11461 Configuration headers:
11464 Configuration commands:
11467 Report bugs to <bug-autoconf@gnu.org>."
11470 cat >>$CONFIG_STATUS <<_ACEOF
11472 GNU OpenMP Runtime Library config.status 1.0
11473 configured by $0, generated by GNU Autoconf 2.59,
11474 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
11476 Copyright (C) 2003 Free Software Foundation, Inc.
11477 This config.status script is free software; the Free Software Foundation
11478 gives unlimited permission to copy, distribute and modify it."
11483 cat >>$CONFIG_STATUS <<\_ACEOF
11484 # If no file are specified by the user, then we need to provide default
11485 # value. By we need to know if files were specified by the user.
11491 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
11492 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
11500 *) # This is not an option, so the user has probably given explicit
11503 ac_need_defaults
=false
;;
11507 # Handling of the options.
11509 cat >>$CONFIG_STATUS <<\_ACEOF
11510 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
11512 --version |
--vers* |
-V )
11513 echo "$ac_cs_version"; exit 0 ;;
11515 # Conflict between --help and --header
11516 { { echo "$as_me:$LINENO: error: ambiguous option: $1
11517 Try \`$0 --help' for more information." >&5
11518 echo "$as_me: error: ambiguous option: $1
11519 Try \`$0 --help' for more information." >&2;}
11520 { (exit 1); exit 1; }; };;
11521 --help |
--hel |
-h )
11522 echo "$ac_cs_usage"; exit 0 ;;
11523 --debug |
--d* |
-d )
11525 --file |
--fil |
--fi |
--f )
11527 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
11528 ac_need_defaults
=false
;;
11529 --header |
--heade |
--head |
--hea )
11531 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
11532 ac_need_defaults
=false
;;
11533 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
11534 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
11537 # This is an error.
11538 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11539 Try \`$0 --help' for more information." >&5
11540 echo "$as_me: error: unrecognized option: $1
11541 Try \`$0 --help' for more information." >&2;}
11542 { (exit 1); exit 1; }; } ;;
11544 *) ac_config_targets
="$ac_config_targets $1" ;;
11550 ac_configure_extra_args
=
11552 if $ac_cs_silent; then
11554 ac_configure_extra_args
="$ac_configure_extra_args --silent"
11558 cat >>$CONFIG_STATUS <<_ACEOF
11559 if \$ac_cs_recheck; then
11560 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11561 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11566 cat >>$CONFIG_STATUS <<_ACEOF
11568 # INIT-COMMANDS section.
11575 with_multisubdir="$with_multisubdir"
11576 with_multisrctop="$with_multisrctop"
11577 with_target_subdir="$with_target_subdir"
11578 ac_configure_args="${multilib_arg} ${ac_configure_args}"
11579 multi_basedir="$multi_basedir"
11580 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
11582 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11586 acx_cv_header_stdint="$acx_cv_header_stdint"
11587 acx_cv_type_int8_t="$acx_cv_type_int8_t"
11588 acx_cv_type_int16_t="$acx_cv_type_int16_t"
11589 acx_cv_type_int32_t="$acx_cv_type_int32_t"
11590 acx_cv_type_int64_t="$acx_cv_type_int64_t"
11591 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
11592 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
11593 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
11594 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
11595 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
11596 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
11597 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
11598 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
11599 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
11606 cat >>$CONFIG_STATUS <<\_ACEOF
11607 for ac_config_target
in $ac_config_targets
11609 case "$ac_config_target" in
11610 # Handling of arguments.
11611 "omp.h" ) CONFIG_FILES
="$CONFIG_FILES omp.h" ;;
11612 "omp_lib.h" ) CONFIG_FILES
="$CONFIG_FILES omp_lib.h" ;;
11613 "omp_lib.f90" ) CONFIG_FILES
="$CONFIG_FILES omp_lib.f90" ;;
11614 "libgomp_f.h" ) CONFIG_FILES
="$CONFIG_FILES libgomp_f.h" ;;
11615 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
11616 "testsuite/Makefile" ) CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
11617 "libgomp.spec" ) CONFIG_FILES
="$CONFIG_FILES libgomp.spec" ;;
11618 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
11619 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
11620 "gstdint.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
11621 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
11622 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11623 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11624 { (exit 1); exit 1; }; };;
11628 # If the user did not use the arguments to specify the items to instantiate,
11629 # then the envvar interface is used. Set only those that are not.
11630 # We use the long form for the default assignment because of an extremely
11631 # bizarre bug on SunOS 4.1.3.
11632 if $ac_need_defaults; then
11633 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
11634 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
11635 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
11638 # Have a temporary directory for convenience. Make it in the build tree
11639 # simply because there is no reason to put it here, and in addition,
11640 # creating and moving files from /tmp can sometimes cause problems.
11641 # Create a temporary directory, and hook for its removal unless debugging.
11644 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11645 trap '{ (exit 1); exit 1; }' 1 2 13 15
11648 # Create a (secure) tmp directory for tmp files.
11651 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11652 test -n "$tmp" && test -d "$tmp"
11655 tmp
=.
/confstat$$
-$RANDOM
11656 (umask 077 && mkdir
$tmp)
11659 echo "$me: cannot create a temporary directory in ." >&2
11660 { (exit 1); exit 1; }
11665 cat >>$CONFIG_STATUS <<_ACEOF
11668 # CONFIG_FILES section.
11671 # No need to generate the scripts if there are no CONFIG_FILES.
11672 # This happens for instance when ./config.status config.h
11673 if test -n "\$CONFIG_FILES"; then
11674 # Protect against being on the right side of a sed subst in config.status.
11675 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11676 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11677 s,@SHELL@,$SHELL,;t t
11678 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11679 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11680 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11681 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11682 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11683 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11684 s,@exec_prefix@,$exec_prefix,;t t
11685 s,@prefix@,$prefix,;t t
11686 s,@program_transform_name@,$program_transform_name,;t t
11687 s,@bindir@,$bindir,;t t
11688 s,@sbindir@,$sbindir,;t t
11689 s,@libexecdir@,$libexecdir,;t t
11690 s,@datadir@,$datadir,;t t
11691 s,@sysconfdir@,$sysconfdir,;t t
11692 s,@sharedstatedir@,$sharedstatedir,;t t
11693 s,@localstatedir@,$localstatedir,;t t
11694 s,@libdir@,$libdir,;t t
11695 s,@includedir@,$includedir,;t t
11696 s,@oldincludedir@,$oldincludedir,;t t
11697 s,@infodir@,$infodir,;t t
11698 s,@mandir@,$mandir,;t t
11699 s,@build_alias@,$build_alias,;t t
11700 s,@host_alias@,$host_alias,;t t
11701 s,@target_alias@,$target_alias,;t t
11702 s,@DEFS@,$DEFS,;t t
11703 s,@ECHO_C@,$ECHO_C,;t t
11704 s,@ECHO_N@,$ECHO_N,;t t
11705 s,@ECHO_T@,$ECHO_T,;t t
11706 s,@LIBS@,$LIBS,;t t
11707 s,@build@,$build,;t t
11708 s,@build_cpu@,$build_cpu,;t t
11709 s,@build_vendor@,$build_vendor,;t t
11710 s,@build_os@,$build_os,;t t
11711 s,@host@,$host,;t t
11712 s,@host_cpu@,$host_cpu,;t t
11713 s,@host_vendor@,$host_vendor,;t t
11714 s,@host_os@,$host_os,;t t
11715 s,@target@,$target,;t t
11716 s,@target_cpu@,$target_cpu,;t t
11717 s,@target_vendor@,$target_vendor,;t t
11718 s,@target_os@,$target_os,;t t
11719 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11720 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11721 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11722 s,@CYGPATH_W@,$CYGPATH_W,;t t
11723 s,@PACKAGE@,$PACKAGE,;t t
11724 s,@VERSION@,$VERSION,;t t
11725 s,@ACLOCAL@,$ACLOCAL,;t t
11726 s,@AUTOCONF@,$AUTOCONF,;t t
11727 s,@AUTOMAKE@,$AUTOMAKE,;t t
11728 s,@AUTOHEADER@,$AUTOHEADER,;t t
11729 s,@MAKEINFO@,$MAKEINFO,;t t
11730 s,@install_sh@,$install_sh,;t t
11731 s,@STRIP@,$STRIP,;t t
11732 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11733 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
11734 s,@mkdir_p@,$mkdir_p,;t t
11736 s,@SET_MAKE@,$SET_MAKE,;t t
11737 s,@am__leading_dot@,$am__leading_dot,;t t
11738 s,@AMTAR@,$AMTAR,;t t
11739 s,@am__tar@,$am__tar,;t t
11740 s,@am__untar@,$am__untar,;t t
11741 s,@multi_basedir@,$multi_basedir,;t t
11742 s,@toolexecdir@,$toolexecdir,;t t
11743 s,@toolexeclibdir@,$toolexeclibdir,;t t
11745 s,@ac_ct_CC@,$ac_ct_CC,;t t
11746 s,@EXEEXT@,$EXEEXT,;t t
11747 s,@OBJEXT@,$OBJEXT,;t t
11748 s,@DEPDIR@,$DEPDIR,;t t
11749 s,@am__include@,$am__include,;t t
11750 s,@am__quote@,$am__quote,;t t
11751 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11752 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11753 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11754 s,@CCDEPMODE@,$CCDEPMODE,;t t
11755 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
11756 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11757 s,@CFLAGS@,$CFLAGS,;t t
11759 s,@ac_ct_AR@,$ac_ct_AR,;t t
11760 s,@RANLIB@,$RANLIB,;t t
11761 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11762 s,@PERL@,$PERL,;t t
11763 s,@LN_S@,$LN_S,;t t
11764 s,@LIBTOOL@,$LIBTOOL,;t t
11765 s,@enable_shared@,$enable_shared,;t t
11766 s,@enable_static@,$enable_static,;t t
11767 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
11768 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
11769 s,@MAINT@,$MAINT,;t t
11771 s,@FCFLAGS@,$FCFLAGS,;t t
11772 s,@LDFLAGS@,$LDFLAGS,;t t
11773 s,@ac_ct_FC@,$ac_ct_FC,;t t
11774 s,@libtool_VERSION@,$libtool_VERSION,;t t
11776 s,@CPPFLAGS@,$CPPFLAGS,;t t
11777 s,@EGREP@,$EGREP,;t t
11778 s,@SECTION_LDFLAGS@,$SECTION_LDFLAGS,;t t
11779 s,@OPT_LDFLAGS@,$OPT_LDFLAGS,;t t
11780 s,@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@,$LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE,;t t
11781 s,@LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@,$LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE,;t t
11782 s,@config_path@,$config_path,;t t
11783 s,@XCFLAGS@,$XCFLAGS,;t t
11784 s,@XLDFLAGS@,$XLDFLAGS,;t t
11785 s,@link_gomp@,$link_gomp,;t t
11786 s,@USE_FORTRAN_TRUE@,$USE_FORTRAN_TRUE,;t t
11787 s,@USE_FORTRAN_FALSE@,$USE_FORTRAN_FALSE,;t t
11788 s,@OMP_LOCK_SIZE@,$OMP_LOCK_SIZE,;t t
11789 s,@OMP_LOCK_ALIGN@,$OMP_LOCK_ALIGN,;t t
11790 s,@OMP_NEST_LOCK_SIZE@,$OMP_NEST_LOCK_SIZE,;t t
11791 s,@OMP_NEST_LOCK_ALIGN@,$OMP_NEST_LOCK_ALIGN,;t t
11792 s,@OMP_LOCK_KIND@,$OMP_LOCK_KIND,;t t
11793 s,@OMP_NEST_LOCK_KIND@,$OMP_NEST_LOCK_KIND,;t t
11794 s,@LIBOBJS@,$LIBOBJS,;t t
11795 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
11800 cat >>$CONFIG_STATUS <<\_ACEOF
11801 # Split the substitutions into bite-sized pieces for seds with
11802 # small command number limits, like on Digital OSF/1 and HP-UX.
11803 ac_max_sed_lines
=48
11804 ac_sed_frag
=1 # Number of current file.
11805 ac_beg
=1 # First line for current file.
11806 ac_end
=$ac_max_sed_lines # Line after last line for current file.
11809 while $ac_more_lines; do
11810 if test $ac_beg -gt 1; then
11811 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
11813 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
11815 if test ! -s $tmp/subs.frag
; then
11816 ac_more_lines
=false
11818 # The purpose of the label and of the branching condition is to
11819 # speed up the sed processing (if there are no `@' at all, there
11820 # is no need to browse any of the substitutions).
11821 # These are the two extra sed commands mentioned above.
11823 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
11824 if test -z "$ac_sed_cmds"; then
11825 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
11827 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
11829 ac_sed_frag
=`expr $ac_sed_frag + 1`
11831 ac_end
=`expr $ac_end + $ac_max_sed_lines`
11834 if test -z "$ac_sed_cmds"; then
11837 fi # test -n "$CONFIG_FILES"
11840 cat >>$CONFIG_STATUS <<\_ACEOF
11841 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
11842 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11844 - |
*:- |
*:-:* ) # input from stdin
11846 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11847 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11848 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11849 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11850 * ) ac_file_in
=$ac_file.
in ;;
11853 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11854 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
11855 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11856 X"$ac_file" : 'X\(//\)[^/]' \| \
11857 X"$ac_file" : 'X\(//\)$' \| \
11858 X"$ac_file" : 'X\(/\)' \| \
11859 . : '\(.\)' 2>/dev/null ||
11861 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11862 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11863 /^X\(\/\/\)$/{ s//\1/; q; }
11864 /^X\(\/\).*/{ s//\1/; q; }
11866 { if $as_mkdir_p; then
11871 while test ! -d "$as_dir"; do
11872 as_dirs
="$as_dir $as_dirs"
11873 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
11874 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11875 X"$as_dir" : 'X\(//\)[^/]' \| \
11876 X"$as_dir" : 'X\(//\)$' \| \
11877 X"$as_dir" : 'X\(/\)' \| \
11878 . : '\(.\)' 2>/dev/null ||
11880 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11881 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11882 /^X\(\/\/\)$/{ s//\1/; q; }
11883 /^X\(\/\).*/{ s//\1/; q; }
11886 test ! -n "$as_dirs" || mkdir
$as_dirs
11887 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11888 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11889 { (exit 1); exit 1; }; }; }
11893 if test "$ac_dir" != .
; then
11894 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11895 # A "../" for each directory in $ac_dir_suffix.
11896 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11898 ac_dir_suffix
= ac_top_builddir
=
11902 .
) # No --srcdir option. We are building in place.
11904 if test -z "$ac_top_builddir"; then
11907 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
11909 [\\/]* | ?
:[\\/]* ) # Absolute path.
11910 ac_srcdir
=$srcdir$ac_dir_suffix;
11911 ac_top_srcdir
=$srcdir ;;
11912 *) # Relative path.
11913 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
11914 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
11917 # Do not use `cd foo && pwd` to compute absolute paths, because
11918 # the directories may not exist.
11920 .
) ac_abs_builddir
="$ac_dir";;
11923 .
) ac_abs_builddir
=`pwd`;;
11924 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
11925 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
11928 case $ac_abs_builddir in
11929 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11931 case ${ac_top_builddir}.
in
11932 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
11933 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11934 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
11937 case $ac_abs_builddir in
11938 .
) ac_abs_srcdir
=$ac_srcdir;;
11941 .
) ac_abs_srcdir
=$ac_abs_builddir;;
11942 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
11943 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
11946 case $ac_abs_builddir in
11947 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
11949 case $ac_top_srcdir in
11950 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
11951 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
11952 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
11958 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
11959 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
11962 if test x
"$ac_file" != x-
; then
11963 { echo "$as_me:$LINENO: creating $ac_file" >&5
11964 echo "$as_me: creating $ac_file" >&6;}
11967 # Let's still pretend it is `configure' which instantiates (i.e., don't
11968 # use $as_me), people would be surprised to read:
11969 # /* config.h. Generated by config.status. */
11970 if test x
"$ac_file" = x-
; then
11973 configure_input
="$ac_file. "
11975 configure_input
=$configure_input"Generated from `echo $ac_file_in |
11976 sed 's,.*/,,'` by configure."
11978 # First look for the input files in the build tree, otherwise in the
11980 ac_file_inputs
=`IFS=:
11981 for f in $ac_file_in; do
11983 -) echo $tmp/stdin ;;
11985 # Absolute (can't be DOS-style, as IFS=:)
11986 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11987 echo "$as_me: error: cannot find input file: $f" >&2;}
11988 { (exit 1); exit 1; }; }
11991 if test -f "$f"; then
11994 elif test -f "$srcdir/$f"; then
11999 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12000 echo "$as_me: error: cannot find input file: $f" >&2;}
12001 { (exit 1); exit 1; }; }
12004 done` ||
{ (exit 1); exit 1; }
12006 cat >>$CONFIG_STATUS <<_ACEOF
12010 cat >>$CONFIG_STATUS <<\_ACEOF
12012 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
12013 s
,@configure_input@
,$configure_input,;t t
12014 s
,@srcdir@
,$ac_srcdir,;t t
12015 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
12016 s
,@top_srcdir@
,$ac_top_srcdir,;t t
12017 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
12018 s
,@builddir@
,$ac_builddir,;t t
12019 s
,@abs_builddir@
,$ac_abs_builddir,;t t
12020 s
,@top_builddir@
,$ac_top_builddir,;t t
12021 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
12022 s
,@INSTALL@
,$ac_INSTALL,;t t
12023 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
12025 if test x"$ac_file" != x-; then
12026 mv $tmp/out $ac_file
12034 cat >>$CONFIG_STATUS <<\_ACEOF
12037 # CONFIG_HEADER section.
12040 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
12041 # NAME is the cpp macro being defined and VALUE is the value it is being given.
12043 # ac_d sets the value in "#define NAME VALUE" lines.
12044 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
12045 ac_dB
='[ ].*$,\1#\2'
12048 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
12049 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
12050 ac_uB
='$,\1#\2define\3'
12054 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
12055 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
12057 - |
*:- |
*:-:* ) # input from stdin
12059 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12060 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12061 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12062 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
12063 * ) ac_file_in
=$ac_file.
in ;;
12066 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
12067 echo "$as_me: creating $ac_file" >&6;}
12069 # First look for the input files in the build tree, otherwise in the
12071 ac_file_inputs
=`IFS=:
12072 for f in $ac_file_in; do
12074 -) echo $tmp/stdin ;;
12076 # Absolute (can't be DOS-style, as IFS=:)
12077 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12078 echo "$as_me: error: cannot find input file: $f" >&2;}
12079 { (exit 1); exit 1; }; }
12080 # Do quote $f, to prevent DOS paths from being IFS'd.
12083 if test -f "$f"; then
12086 elif test -f "$srcdir/$f"; then
12091 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
12092 echo "$as_me: error: cannot find input file: $f" >&2;}
12093 { (exit 1); exit 1; }; }
12096 done` ||
{ (exit 1); exit 1; }
12097 # Remove the trailing spaces.
12098 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
12102 # Transform confdefs.h into two sed scripts, `conftest.defines' and
12103 # `conftest.undefs', that substitutes the proper values into
12104 # config.h.in to produce config.h. The first handles `#define'
12105 # templates, and the second `#undef' templates.
12106 # And first: Protect against being on the right side of a sed subst in
12107 # config.status. Protect against being in an unquoted here document
12108 # in config.status.
12109 rm -f conftest.defines conftest.undefs
12110 # Using a here document instead of a string reduces the quoting nightmare.
12111 # Putting comments in sed scripts is not portable.
12113 # `end' is used to avoid that the second main sed command (meant for
12114 # 0-ary CPP macros) applies to n-ary macro definitions.
12115 # See the Autoconf documentation for `clear'.
12116 cat >confdef2sed.
sed <<\_ACEOF
12121 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
12123 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
12126 # If some macros were called several times there might be several times
12127 # the same #defines, which is useless. Nevertheless, we may not want to
12128 # sort them, since we want the *last* AC-DEFINE to be honored.
12129 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
12130 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
12131 rm -f confdef2sed.sed
12133 # This sed command replaces #undef with comments. This is necessary, for
12134 # example, in the case of _POSIX_SOURCE, which is predefined and required
12135 # on some systems where configure will not decide to define it.
12136 cat >>conftest.undefs <<\_ACEOF
12137 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
12140 # Break up conftest.defines because some shells have a limit on the size
12141 # of here documents, and old seds have small limits too (100 cmds).
12142 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
12143 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
12144 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
12145 echo ' :' >>$CONFIG_STATUS
12146 rm -f conftest.tail
12147 while grep . conftest.defines >/dev/null
12149 # Write a limited-size here document to $tmp/defines.sed.
12150 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
12151 # Speed up: don't consider the non `#define' lines.
12152 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
12153 # Work around the forget-to-reset-the-flag bug.
12154 echo 't clr' >>$CONFIG_STATUS
12155 echo ': clr' >>$CONFIG_STATUS
12156 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
12158 sed -f $tmp/defines.sed $tmp/in >$tmp/out
12160 mv $tmp/out $tmp/in
12162 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
12163 rm -f conftest.defines
12164 mv conftest.
tail conftest.defines
12166 rm -f conftest.defines
12167 echo ' fi # grep' >>$CONFIG_STATUS
12168 echo >>$CONFIG_STATUS
12170 # Break up conftest.undefs because some shells have a limit on the size
12171 # of here documents, and old seds have small limits too (100 cmds).
12172 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
12173 rm -f conftest.
tail
12174 while grep . conftest.undefs
>/dev
/null
12176 # Write a limited-size here document to $tmp/undefs.sed.
12177 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
12178 # Speed up: don't consider the non
`#undef'
12179 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
12180 # Work around the forget-to-reset-the-flag bug.
12181 echo 't clr' >>$CONFIG_STATUS
12182 echo ': clr' >>$CONFIG_STATUS
12183 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
12185 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
12187 mv $tmp/out $tmp/in
12189 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
12190 rm -f conftest.undefs
12191 mv conftest.tail conftest.undefs
12193 rm -f conftest.undefs
12195 cat >>$CONFIG_STATUS <<\_ACEOF
12196 # Let's still pretend it is `configure
' which instantiates (i.e., don't
12197 # use $as_me), people would be surprised to read:
12198 # /* config.h. Generated by config.status. */
12199 if test x
"$ac_file" = x-
; then
12200 echo "/* Generated by configure. */" >$tmp/config.h
12202 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
12204 cat $tmp/in >>$tmp/config.h
12206 if test x
"$ac_file" != x-
; then
12207 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
12208 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
12209 echo "$as_me: $ac_file is unchanged" >&6;}
12211 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
12212 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12213 X"$ac_file" : 'X\(//\)[^/]' \| \
12214 X"$ac_file" : 'X\(//\)$' \| \
12215 X"$ac_file" : 'X\(/\)' \| \
12216 . : '\(.\)' 2>/dev/null ||
12218 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12219 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12220 /^X\(\/\/\)$/{ s//\1/; q; }
12221 /^X\(\/\).*/{ s//\1/; q; }
12223 { if $as_mkdir_p; then
12228 while test ! -d "$as_dir"; do
12229 as_dirs
="$as_dir $as_dirs"
12230 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12231 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12232 X"$as_dir" : 'X\(//\)[^/]' \| \
12233 X"$as_dir" : 'X\(//\)$' \| \
12234 X"$as_dir" : 'X\(/\)' \| \
12235 . : '\(.\)' 2>/dev/null ||
12237 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12238 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12239 /^X\(\/\/\)$/{ s//\1/; q; }
12240 /^X\(\/\).*/{ s//\1/; q; }
12243 test ! -n "$as_dirs" || mkdir
$as_dirs
12244 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12245 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12246 { (exit 1); exit 1; }; }; }
12249 mv $tmp/config.h
$ac_file
12253 rm -f $tmp/config.h
12255 # Compute $ac_file's index in $config_headers.
12257 for _am_header
in $config_headers :; do
12258 case $_am_header in
12259 $ac_file |
$ac_file:* )
12262 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
12265 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
12266 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12267 X$ac_file : 'X\(//\)[^/]' \| \
12268 X$ac_file : 'X\(//\)$' \| \
12269 X$ac_file : 'X\(/\)' \| \
12270 . : '\(.\)' 2>/dev/null ||
12272 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12273 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12274 /^X\(\/\/\)$/{ s//\1/; q; }
12275 /^X\(\/\).*/{ s//\1/; q; }
12276 s/.*/./; q'`/stamp-h
$_am_stamp_count
12279 cat >>$CONFIG_STATUS <<\_ACEOF
12282 # CONFIG_COMMANDS section.
12284 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
12285 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
12286 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
12287 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
12288 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12289 X"$ac_dest" : 'X\(//\)[^/]' \| \
12290 X"$ac_dest" : 'X\(//\)$' \| \
12291 X"$ac_dest" : 'X\(/\)' \| \
12292 . : '\(.\)' 2>/dev/null ||
12294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12295 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12296 /^X\(\/\/\)$/{ s//\1/; q; }
12297 /^X\(\/\).*/{ s//\1/; q; }
12299 { if $as_mkdir_p; then
12304 while test ! -d "$as_dir"; do
12305 as_dirs
="$as_dir $as_dirs"
12306 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12307 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12308 X"$as_dir" : 'X\(//\)[^/]' \| \
12309 X"$as_dir" : 'X\(//\)$' \| \
12310 X"$as_dir" : 'X\(/\)' \| \
12311 . : '\(.\)' 2>/dev/null ||
12313 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12314 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12315 /^X\(\/\/\)$/{ s//\1/; q; }
12316 /^X\(\/\).*/{ s//\1/; q; }
12319 test ! -n "$as_dirs" || mkdir
$as_dirs
12320 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12321 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12322 { (exit 1); exit 1; }; }; }
12326 if test "$ac_dir" != .
; then
12327 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12328 # A "../" for each directory in $ac_dir_suffix.
12329 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12331 ac_dir_suffix
= ac_top_builddir
=
12335 .
) # No --srcdir option. We are building in place.
12337 if test -z "$ac_top_builddir"; then
12340 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
12342 [\\/]* | ?
:[\\/]* ) # Absolute path.
12343 ac_srcdir
=$srcdir$ac_dir_suffix;
12344 ac_top_srcdir
=$srcdir ;;
12345 *) # Relative path.
12346 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
12347 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
12350 # Do not use `cd foo && pwd` to compute absolute paths, because
12351 # the directories may not exist.
12353 .
) ac_abs_builddir
="$ac_dir";;
12356 .
) ac_abs_builddir
=`pwd`;;
12357 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
12358 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
12361 case $ac_abs_builddir in
12362 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12364 case ${ac_top_builddir}.
in
12365 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
12366 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12367 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
12370 case $ac_abs_builddir in
12371 .
) ac_abs_srcdir
=$ac_srcdir;;
12374 .
) ac_abs_srcdir
=$ac_abs_builddir;;
12375 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
12376 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
12379 case $ac_abs_builddir in
12380 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
12382 case $ac_top_srcdir in
12383 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
12384 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
12385 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
12390 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
12391 echo "$as_me: executing $ac_dest commands" >&6;}
12394 # Only add multilib support code if we just rebuilt the top-level
12396 case " $CONFIG_FILES " in
12398 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
12401 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
12402 # Strip MF so we end up with the name of the file.
12403 mf
=`echo "$mf" | sed -e 's/:.*$//'`
12404 # Check whether this is an Automake generated Makefile or not.
12405 # We used to match only the files named `Makefile.in', but
12406 # some people rename them; so instead we look at the file content.
12407 # Grep'ing the first line is not enough: some people post-process
12408 # each Makefile.in and add a new line on top of each file to say so.
12409 # So let's grep whole file.
12410 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
12411 dirpart
=`(dirname "$mf") 2>/dev/null ||
12412 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12413 X"$mf" : 'X\(//\)[^/]' \| \
12414 X"$mf" : 'X\(//\)$' \| \
12415 X"$mf" : 'X\(/\)' \| \
12416 . : '\(.\)' 2>/dev/null ||
12418 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12419 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12420 /^X\(\/\/\)$/{ s//\1/; q; }
12421 /^X\(\/\).*/{ s//\1/; q; }
12426 # Extract the definition of DEPDIR, am__include, and am__quote
12427 # from the Makefile without running `make'.
12428 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
12429 test -z "$DEPDIR" && continue
12430 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
12431 test -z "am__include" && continue
12432 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
12433 # When using ansi2knr, U may be empty or an underscore; expand it
12434 U
=`sed -n 's/^U = //p' < "$mf"`
12435 # Find all dependency output files, they are included files with
12436 # $(DEPDIR) in their names. We invoke sed twice because it is the
12437 # simplest approach to changing $(DEPDIR) to its actual value in the
12439 for file in `sed -n "
12440 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12441 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12442 # Make sure the directory exists.
12443 test -f "$dirpart/$file" && continue
12444 fdir
=`(dirname "$file") 2>/dev/null ||
12445 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12446 X"$file" : 'X\(//\)[^/]' \| \
12447 X"$file" : 'X\(//\)$' \| \
12448 X"$file" : 'X\(/\)' \| \
12449 . : '\(.\)' 2>/dev/null ||
12451 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12452 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12453 /^X\(\/\/\)$/{ s//\1/; q; }
12454 /^X\(\/\).*/{ s//\1/; q; }
12456 { if $as_mkdir_p; then
12457 mkdir
-p $dirpart/$fdir
12459 as_dir
=$dirpart/$fdir
12461 while test ! -d "$as_dir"; do
12462 as_dirs
="$as_dir $as_dirs"
12463 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12464 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12465 X"$as_dir" : 'X\(//\)[^/]' \| \
12466 X"$as_dir" : 'X\(//\)$' \| \
12467 X"$as_dir" : 'X\(/\)' \| \
12468 . : '\(.\)' 2>/dev/null ||
12470 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12471 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12472 /^X\(\/\/\)$/{ s//\1/; q; }
12473 /^X\(\/\).*/{ s//\1/; q; }
12476 test ! -n "$as_dirs" || mkdir
$as_dirs
12477 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12478 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12479 { (exit 1); exit 1; }; }; }
12481 # echo "creating $dirpart/$file"
12482 echo '# dummy' > "$dirpart/$file"
12487 if test "$GCC" = yes; then
12488 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
12490 echo "/* generated for $CC */" > tmp-stdint.h
12493 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12495 #ifndef GCC_GENERATED_STDINT_H
12496 #define GCC_GENERATED_STDINT_H 1
12498 #include <sys/types.h>
12501 if test "$acx_cv_header_stdint" != stdint.h
; then
12502 echo "#include <stddef.h>" >> tmp-stdint.h
12504 if test "$acx_cv_header_stdint" != stddef.h
; then
12505 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
12508 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12509 /* glibc uses these symbols as guards to prevent redefinitions. */
12510 #ifdef __int8_t_defined
12515 #ifdef __uint32_t_defined
12521 # ----------------- done header, emit basic int types -------------
12522 if test "$acx_cv_header_stdint" = stddef.h
; then
12523 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12527 typedef unsigned $acx_cv_type_int8_t uint8_t;
12532 typedef unsigned $acx_cv_type_int16_t uint16_t;
12537 typedef unsigned $acx_cv_type_int32_t uint32_t;
12542 typedef $acx_cv_type_int8_t int8_t;
12547 typedef $acx_cv_type_int16_t int16_t;
12552 typedef $acx_cv_type_int32_t int32_t;
12555 elif test "$ac_cv_type_u_int32_t" = yes; then
12556 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12558 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
12571 typedef u_int8_t uint8_t;
12576 typedef u_int16_t uint16_t;
12581 typedef u_int32_t uint32_t;
12585 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12587 /* Some systems have guard macros to prevent redefinitions, define them. */
12609 # ------------- done basic int types, emit int64_t types ------------
12610 if test "$ac_cv_type_uint64_t" = yes; then
12611 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12613 /* system headers have good uint64_t and int64_t */
12621 elif test "$ac_cv_type_u_int64_t" = yes; then
12622 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12624 /* system headers have an u_int64_t (and int64_t) */
12630 typedef u_int64_t uint64_t;
12633 elif test -n "$acx_cv_type_int64_t"; then
12634 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12636 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
12639 typedef $acx_cv_type_int64_t int64_t;
12643 typedef unsigned $acx_cv_type_int64_t uint64_t;
12647 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12649 /* some common heuristics for int64_t, using compiler-specific tests */
12650 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
12653 typedef long long int64_t;
12657 typedef unsigned long long uint64_t;
12660 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
12661 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
12662 does not implement __extension__. But that compiler doesn't define
12664 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
12665 # define __extension__
12670 __extension__ typedef long long int64_t;
12674 __extension__ typedef unsigned long long uint64_t;
12677 #elif !defined __STRICT_ANSI__
12678 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
12682 typedef __int64 int64_t;
12686 typedef unsigned __int64 uint64_t;
12688 # endif /* compiler */
12690 #endif /* ANSI version */
12694 # ------------- done int64_t types, emit intptr types ------------
12695 if test "$ac_cv_type_uintptr_t" != yes; then
12696 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12698 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
12699 typedef u$acx_cv_type_intptr_t uintptr_t;
12700 typedef $acx_cv_type_intptr_t intptr_t;
12704 # ------------- done intptr types, emit int_least types ------------
12705 if test "$ac_cv_type_int_least32_t" != yes; then
12706 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12708 /* Define int_least types */
12709 typedef int8_t int_least8_t;
12710 typedef int16_t int_least16_t;
12711 typedef int32_t int_least32_t;
12713 typedef int64_t int_least64_t;
12716 typedef uint8_t uint_least8_t;
12717 typedef uint16_t uint_least16_t;
12718 typedef uint32_t uint_least32_t;
12720 typedef uint64_t uint_least64_t;
12725 # ------------- done intptr types, emit int_fast types ------------
12726 if test "$ac_cv_type_int_fast32_t" != yes; then
12727 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12729 /* Define int_fast types. short is often slow */
12730 typedef int8_t int_fast8_t;
12731 typedef int int_fast16_t;
12732 typedef int32_t int_fast32_t;
12734 typedef int64_t int_fast64_t;
12737 typedef uint8_t uint_fast8_t;
12738 typedef unsigned int uint_fast16_t;
12739 typedef uint32_t uint_fast32_t;
12741 typedef uint64_t uint_fast64_t;
12746 if test "$ac_cv_type_uintmax_t" != yes; then
12747 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12749 /* Define intmax based on what we found */
12751 typedef int64_t intmax_t;
12753 typedef long intmax_t;
12756 typedef uint64_t uintmax_t;
12758 typedef unsigned long uintmax_t;
12763 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12765 #endif /* GCC_GENERATED_STDINT_H */
12768 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
12771 mv -f tmp-stdint.h gstdint.h
12779 cat >>$CONFIG_STATUS <<\_ACEOF
12781 { (exit 0); exit 0; }
12783 chmod +x
$CONFIG_STATUS
12784 ac_clean_files
=$ac_clean_files_save
12787 # configure is writing to config.log, and then calls config.status.
12788 # config.status does its own redirection, appending to config.log.
12789 # Unfortunately, on DOS this fails, as config.log is still kept open
12790 # by configure, so config.status won't be able to write to it; its
12791 # output is simply discarded. So we exec the FD to /dev/null,
12792 # effectively closing config.log, so it can be properly (re)opened and
12793 # appended to by config.status. When coming back to configure, we
12794 # need to make the FD available again.
12795 if test "$no_create" != yes; then
12797 ac_config_status_args
=
12798 test "$silent" = yes &&
12799 ac_config_status_args
="$ac_config_status_args --quiet"
12801 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
12803 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12804 # would make configure fail if this is the last instruction.
12805 $ac_cs_success ||
{ (exit 1); exit 1; }