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 _g_switchUse the Linux futex system call
858 permit
yes|no
[default
=yes]
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 _g_switchUse thread-local storage
870 --enable-symvers=STYLE enables symbol versioning of the shared library
874 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
875 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
876 --with-gnu-ld assume the C compiler uses GNU ld default
=no
877 --with-pic try to use only PIC
/non-PIC objects default
=use both
879 Some influential environment variables
:
880 CC C compiler
command
881 CFLAGS C compiler flags
882 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
883 nonstandard directory
<lib dir
>
884 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
885 headers
in a nonstandard directory
<include dir
>
886 FC Fortran compiler
command
887 FCFLAGS Fortran compiler flags
890 Use these variables to override the choices made by
`configure' or to help
891 it to find libraries and programs with nonstandard names/locations.
896 if test "$ac_init_help" = "recursive"; then
897 # If there are subdirs, report their specific --help.
899 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
900 test -d $ac_dir || continue
903 if test "$ac_dir" != .; then
904 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
905 # A "../" for each directory in $ac_dir_suffix.
906 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
908 ac_dir_suffix= ac_top_builddir=
912 .) # No --srcdir option. We are building in place.
914 if test -z "$ac_top_builddir"; then
917 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
919 [\\/]* | ?:[\\/]* ) # Absolute path.
920 ac_srcdir=$srcdir$ac_dir_suffix;
921 ac_top_srcdir=$srcdir ;;
923 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
924 ac_top_srcdir=$ac_top_builddir$srcdir ;;
927 # Do not use `cd foo
&& pwd` to compute absolute paths, because
928 # the directories may not exist.
930 .) ac_abs_builddir="$ac_dir";;
933 .) ac_abs_builddir=`pwd`;;
934 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
935 *) ac_abs_builddir=`pwd`/"$ac_dir";;
938 case $ac_abs_builddir in
939 .) ac_abs_top_builddir=${ac_top_builddir}.;;
941 case ${ac_top_builddir}. in
942 .) ac_abs_top_builddir=$ac_abs_builddir;;
943 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
944 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
947 case $ac_abs_builddir in
948 .) ac_abs_srcdir=$ac_srcdir;;
951 .) ac_abs_srcdir=$ac_abs_builddir;;
952 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
953 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
956 case $ac_abs_builddir in
957 .) ac_abs_top_srcdir=$ac_top_srcdir;;
959 case $ac_top_srcdir in
960 .) ac_abs_top_srcdir=$ac_abs_builddir;;
961 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
962 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
967 # Check for guested configure; otherwise get Cygnus style configure.
968 if test -f $ac_srcdir/configure.gnu; then
970 $SHELL $ac_srcdir/configure.gnu --help=recursive
971 elif test -f $ac_srcdir/configure; then
973 $SHELL $ac_srcdir/configure --help=recursive
974 elif test -f $ac_srcdir/configure.ac ||
975 test -f $ac_srcdir/configure.in; then
979 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
985 test -n "$ac_init_help" && exit 0
986 if $ac_init_version; then
988 GNU OpenMP Runtime Library configure 1.0
989 generated by GNU Autoconf 2.59
991 Copyright (C) 2003 Free Software Foundation, Inc.
992 This configure script is free software; the Free Software Foundation
993 gives unlimited permission to copy, distribute and modify it.
999 This file contains any messages produced by compilers while
1000 running configure, to aid debugging if configure makes a mistake.
1002 It was created by GNU OpenMP Runtime Library $as_me 1.0, which was
1003 generated by GNU Autoconf 2.59. Invocation command line was
1014 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1015 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1016 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1017 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1018 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1020 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1021 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1023 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1024 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1025 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1026 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1027 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1028 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1029 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1037 test -z "$as_dir" && as_dir=.
1038 echo "PATH: $as_dir"
1053 # Keep a trace of the command line.
1054 # Strip out --no-create and --no-recursion so they do not pile up.
1055 # Strip out --silent because we don't want to record it for future runs.
1056 # Also quote any args containing shell meta-characters.
1057 # Make two passes to allow for proper duplicate-argument suppression.
1062 ac_must_keep_next=false
1068 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1069 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1070 | -silent | --silent | --silen | --sile | --sil)
1072 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1073 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1076 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1078 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1079 if test $ac_must_keep_next = true; then
1080 ac_must_keep_next=false # Got value, back to normal.
1083 *=* | --config-cache | -C | -disable-* | --disable-* \
1084 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1085 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1086 | -with-* | --with-* | -without-* | --without-* | --x)
1087 case "$ac_configure_args0 " in
1088 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1091 -* ) ac_must_keep_next=true ;;
1094 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1095 # Get rid of the leading space.
1101 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1102 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1104 # When interrupted or exit'd, cleanup temporary files, and complete
1105 # config.log. We remove comments because anyway the quotes in there
1106 # would cause problems or look ugly.
1107 # WARNING: Be sure not to use single quotes in there, as some shells,
1108 # such as our DU 5.0 friend, will then `close
' the trap.
1109 trap 'exit_status
=$?
1110 # Save into config.log some information that might help in debugging.
1115 ## ---------------- ##
1116 ## Cache variables. ##
1117 ## ---------------- ##
1120 # The following way of writing the cache mishandles newlines in values,
1123 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1126 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1127 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1131 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1138 ## ----------------- ##
1139 ## Output variables. ##
1140 ## ----------------- ##
1143 for ac_var
in $ac_subst_vars
1145 eval ac_val
=$
`echo $ac_var`
1146 echo "$ac_var='"'"'$ac_val'"'"'"
1150 if test -n "$ac_subst_files"; then
1157 for ac_var
in $ac_subst_files
1159 eval ac_val
=$
`echo $ac_var`
1160 echo "$ac_var='"'"'$ac_val'"'"'"
1165 if test -s confdefs.h
; then
1172 sed "/^$/d" confdefs.h |
sort
1175 test "$ac_signal" != 0 &&
1176 echo "$as_me: caught signal $ac_signal"
1177 echo "$as_me: exit $exit_status"
1179 rm -f core
*.core
&&
1180 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1183 for ac_signal in 1 2 13 15; do
1184 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1188 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1189 rm -rf conftest* confdefs.h
1190 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1193 # Predefined preprocessor variables.
1195 cat >>confdefs.h <<_ACEOF
1196 #define PACKAGE_NAME "$PACKAGE_NAME"
1200 cat >>confdefs.h <<_ACEOF
1201 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1205 cat >>confdefs.h <<_ACEOF
1206 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1210 cat >>confdefs.h <<_ACEOF
1211 #define PACKAGE_STRING "$PACKAGE_STRING"
1215 cat >>confdefs.h <<_ACEOF
1216 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1220 # Let the site file select an alternate cache file if it wants to.
1221 # Prefer explicitly selected file to automatically selected ones.
1222 if test -z "$CONFIG_SITE"; then
1223 if test "x$prefix" != xNONE; then
1224 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1226 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1229 for ac_site_file in $CONFIG_SITE; do
1230 if test -r "$ac_site_file"; then
1231 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1232 echo "$as_me: loading site script $ac_site_file" >&6;}
1233 sed 's
/^
/|
/' "$ac_site_file" >&5
1238 if test -r "$cache_file"; then
1239 # Some versions of bash will fail to source /dev/null (special
1240 # files actually), so we avoid doing that.
1241 if test -f "$cache_file"; then
1242 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1243 echo "$as_me: loading cache $cache_file" >&6;}
1245 [\\/]* | ?:[\\/]* ) . $cache_file;;
1246 *) . ./$cache_file;;
1250 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1251 echo "$as_me: creating cache $cache_file" >&6;}
1255 # Check that the precious variables saved in the cache have kept the same
1257 ac_cache_corrupted=false
1258 for ac_var in `(set) 2>&1 |
1259 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1260 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1261 eval ac_new_set=\$ac_env_${ac_var}_set
1262 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1263 eval ac_new_val="\$ac_env_${ac_var}_value"
1264 case $ac_old_set,$ac_new_set in
1266 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1267 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1268 ac_cache_corrupted=: ;;
1270 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1271 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1272 ac_cache_corrupted=: ;;
1275 if test "x$ac_old_val" != "x$ac_new_val"; then
1276 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1277 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1278 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1279 echo "$as_me: former value: $ac_old_val" >&2;}
1280 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1281 echo "$as_me: current value: $ac_new_val" >&2;}
1282 ac_cache_corrupted=:
1285 # Pass precious variables to config.status.
1286 if test "$ac_new_set" = set; then
1288 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1289 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1290 *) ac_arg=$ac_var=$ac_new_val ;;
1292 case " $ac_configure_args " in
1293 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1294 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1298 if $ac_cache_corrupted; then
1299 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1300 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1301 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1302 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1303 { (exit 1); exit 1; }; }
1307 ac_cpp='$CPP $CPPFLAGS'
1308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1309 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1338 ac_config_headers="$ac_config_headers config.h"
1345 echo "$as_me:$LINENO: checking for --enable-version-specific-runtime-libs" >&5
1346 echo $ECHO_N "checking for --enable-version-specific-runtime-libs... $ECHO_C" >&6
1347 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1348 if test "${enable_version_specific_runtime_libs+set}" = set; then
1349 enableval="$enable_version_specific_runtime_libs"
1351 case "$enableval" in
1353 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific-runtime-libs" >&5
1354 echo "$as_me: error: Unknown argument to enable/disable version-specific-runtime-libs" >&2;}
1355 { (exit 1); exit 1; }; } ;;
1359 enable_version_specific_runtime_libs=no
1362 echo "$as_me:$LINENO: result: $enable_version_specific_runtime_libs" >&5
1363 echo "${ECHO_T}$enable_version_specific_runtime_libs" >&6
1365 echo "$as_me:$LINENO: checking for --enable-linux-futex" >&5
1366 echo $ECHO_N "checking for --enable-linux-futex... $ECHO_C" >&6
1367 # Check whether --enable-linux-futex or --disable-linux-futex was given.
1368 if test "${enable_linux_futex+set}" = set; then
1369 enableval="$enable_linux_futex"
1371 case "$enableval" in
1373 *) { { echo "$as_me:$LINENO: error: Argument to enable/disable linux-futex must be yes or no" >&5
1374 echo "$as_me: error: Argument to enable/disable linux-futex must be yes or no" >&2;}
1375 { (exit 1); exit 1; }; } ;;
1379 enable_linux_futex=yes
1382 echo "$as_me:$LINENO: result: $enable_linux_futex" >&5
1383 echo "${ECHO_T}$enable_linux_futex" >&6
1388 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
1390 # You will slowly go insane if you do not grok the following fact: when
1391 # building this library, the top-level /target/ becomes the library's
/host
/.
1393 # configure then causes --target to default to --host, exactly like any
1394 # other package using autoconf. Therefore, 'target' and 'host' will
1395 # always be the same. This makes sense both for native and cross compilers
1396 # just think about it for a little while. :-)
1398 # Also, if this library is being configured as part of a cross compiler, the
1399 # top-level configure script will pass the "real" host as $with_cross_host.
1401 # Do not delete or change the following two lines. For why, see
1402 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
1404 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1405 if test -f $ac_dir/install-sh
; then
1407 ac_install_sh
="$ac_aux_dir/install-sh -c"
1409 elif test -f $ac_dir/install.sh
; then
1411 ac_install_sh
="$ac_aux_dir/install.sh -c"
1413 elif test -f $ac_dir/shtool
; then
1415 ac_install_sh
="$ac_aux_dir/shtool install -c"
1419 if test -z "$ac_aux_dir"; then
1420 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1421 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1422 { (exit 1); exit 1; }; }
1424 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1425 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1426 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1428 # Make sure we can run config.sub.
1429 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1430 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1431 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1432 { (exit 1); exit 1; }; }
1434 echo "$as_me:$LINENO: checking build system type" >&5
1435 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1436 if test "${ac_cv_build+set}" = set; then
1437 echo $ECHO_N "(cached) $ECHO_C" >&6
1439 ac_cv_build_alias
=$build_alias
1440 test -z "$ac_cv_build_alias" &&
1441 ac_cv_build_alias
=`$ac_config_guess`
1442 test -z "$ac_cv_build_alias" &&
1443 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1444 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1445 { (exit 1); exit 1; }; }
1446 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1447 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1448 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1449 { (exit 1); exit 1; }; }
1452 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1453 echo "${ECHO_T}$ac_cv_build" >&6
1455 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1456 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1457 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1460 echo "$as_me:$LINENO: checking host system type" >&5
1461 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1462 if test "${ac_cv_host+set}" = set; then
1463 echo $ECHO_N "(cached) $ECHO_C" >&6
1465 ac_cv_host_alias
=$host_alias
1466 test -z "$ac_cv_host_alias" &&
1467 ac_cv_host_alias
=$ac_cv_build_alias
1468 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1469 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1470 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1471 { (exit 1); exit 1; }; }
1474 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1475 echo "${ECHO_T}$ac_cv_host" >&6
1477 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1478 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1479 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1482 echo "$as_me:$LINENO: checking target system type" >&5
1483 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1484 if test "${ac_cv_target+set}" = set; then
1485 echo $ECHO_N "(cached) $ECHO_C" >&6
1487 ac_cv_target_alias
=$target_alias
1488 test "x$ac_cv_target_alias" = "x" &&
1489 ac_cv_target_alias
=$ac_cv_host_alias
1490 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1491 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1492 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1493 { (exit 1); exit 1; }; }
1496 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1497 echo "${ECHO_T}$ac_cv_target" >&6
1498 target
=$ac_cv_target
1499 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1500 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1501 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1504 # The aliases save the names the user supplied, while $host etc.
1505 # will get canonicalized.
1506 test -n "$target_alias" &&
1507 test "$program_prefix$program_suffix$program_transform_name" = \
1509 program_prefix
=${target_alias}-
1510 target_alias
=${target_alias-$host_alias}
1512 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
1513 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
1514 # 1.9.0: minimum required version
1515 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
1516 # of other PACKAGE_* variables will, however, and there's nothing
1517 # we can do about that; they come from AC_INIT).
1518 # foreign: we don't follow the normal rules for GNU packages (no COPYING
1519 # file in the top srcdir, etc, etc), so stop complaining.
1520 # no-dependencies: turns off auto dependency generation (just for now)
1521 # -Wall: turns on all automake warnings...
1522 # -Wno-portability: ...except this one, since GNU make is required.
1523 # -Wno-override: ... and this one, since we do want this in testsuite.
1524 am__api_version
="1.9"
1525 # Find a good install program. We prefer a C program (faster),
1526 # so one script is as good as another. But avoid the broken or
1527 # incompatible versions:
1528 # SysV /etc/install, /usr/sbin/install
1529 # SunOS /usr/etc/install
1530 # IRIX /sbin/install
1532 # AmigaOS /C/install, which installs bootblocks on floppy discs
1533 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1534 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1535 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1536 # OS/2's system install, which has a completely different semantic
1537 # ./install, which can be erroneously created by make from ./install.sh.
1538 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1539 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1540 if test -z "$INSTALL"; then
1541 if test "${ac_cv_path_install+set}" = set; then
1542 echo $ECHO_N "(cached) $ECHO_C" >&6
1544 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1548 test -z "$as_dir" && as_dir
=.
1549 # Account for people who put trailing slashes in PATH elements.
1551 .
/ | .
// |
/cC
/* | \
1552 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1553 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1556 # OSF1 and SCO ODT 3.0 have their own names for install.
1557 # Don't use installbsd from OSF since it installs stuff as root
1559 for ac_prog
in ginstall scoinst
install; do
1560 for ac_exec_ext
in '' $ac_executable_extensions; do
1561 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1562 if test $ac_prog = install &&
1563 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1564 # AIX install. It has an incompatible calling convention.
1566 elif test $ac_prog = install &&
1567 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1568 # program-specific install script used by HP pwplus--don't use.
1571 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1583 if test "${ac_cv_path_install+set}" = set; then
1584 INSTALL
=$ac_cv_path_install
1586 # As a last resort, use the slow shell script. We don't cache a
1587 # path for INSTALL within a source directory, because that will
1588 # break other packages using the cache if that directory is
1589 # removed, or if the path is relative.
1590 INSTALL
=$ac_install_sh
1593 echo "$as_me:$LINENO: result: $INSTALL" >&5
1594 echo "${ECHO_T}$INSTALL" >&6
1596 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1597 # It thinks the first close brace ends the variable substitution.
1598 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1600 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1602 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1604 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1605 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1608 echo timestamp
> conftest.
file
1609 # Do `set' in a subshell so we don't clobber the current shell's
1610 # arguments. Must try -L first in case configure is actually a
1611 # symlink; some systems play weird games with the mod time of symlinks
1612 # (eg FreeBSD returns the mod time of the symlink's containing
1615 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1616 if test "$*" = "X"; then
1618 set X
`ls -t $srcdir/configure conftest.file`
1621 if test "$*" != "X $srcdir/configure conftest.file" \
1622 && test "$*" != "X conftest.file $srcdir/configure"; then
1624 # If neither matched, then we have a broken ls. This can happen
1625 # if, for instance, CONFIG_SHELL is bash and it inherits a
1626 # broken ls alias from the environment. This has actually
1627 # happened. Such a system could not be considered "sane".
1628 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1629 alias in your environment" >&5
1630 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1631 alias in your environment" >&2;}
1632 { (exit 1); exit 1; }; }
1635 test "$2" = conftest.
file
1641 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1642 Check your system clock" >&5
1643 echo "$as_me: error: newly created file is older than distributed files!
1644 Check your system clock" >&2;}
1645 { (exit 1); exit 1; }; }
1647 echo "$as_me:$LINENO: result: yes" >&5
1648 echo "${ECHO_T}yes" >&6
1649 test "$program_prefix" != NONE
&&
1650 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1651 # Use a double $ so make ignores it.
1652 test "$program_suffix" != NONE
&&
1653 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1654 # Double any \ or $. echo might interpret backslashes.
1655 # By default was `s,x,x', remove it if useless.
1656 cat <<\_ACEOF
>conftest.
sed
1657 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1659 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1662 # expand $ac_aux_dir to an absolute path
1663 am_aux_dir
=`cd $ac_aux_dir && pwd`
1665 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1666 # Use eval to expand $SHELL
1667 if eval "$MISSING --run true"; then
1668 am_missing_run
="$MISSING --run "
1671 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1672 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1675 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
1676 # We used to keeping the `.' as first argument, in order to
1677 # allow $(mkdir_p) to be used without argument. As in
1678 # $(mkdir_p) $(somedir)
1679 # where $(somedir) is conditionally defined. However this is wrong
1681 # 1. if the package is installed by a user who cannot write `.'
1682 # make install will fail,
1683 # 2. the above comment should most certainly read
1684 # $(mkdir_p) $(DESTDIR)$(somedir)
1685 # so it does not work when $(somedir) is undefined and
1686 # $(DESTDIR) is not.
1687 # To support the latter case, we have to write
1688 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1689 # so the `.' trick is pointless.
1690 mkdir_p
='mkdir -p --'
1692 # On NextStep and OpenStep, the `mkdir' command does not
1693 # recognize any option. It will interpret all options as
1694 # directories to create, and then abort because `.' already
1696 for d
in .
/-p .
/--version;
1698 test -d $d && rmdir $d
1700 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1701 if test -f "$ac_aux_dir/mkinstalldirs"; then
1702 mkdir_p
='$(mkinstalldirs)'
1704 mkdir_p
='$(install_sh) -d'
1708 for ac_prog
in gawk mawk nawk
awk
1710 # Extract the first word of "$ac_prog", so it can be a program name with args.
1711 set dummy
$ac_prog; ac_word
=$2
1712 echo "$as_me:$LINENO: checking for $ac_word" >&5
1713 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1714 if test "${ac_cv_prog_AWK+set}" = set; then
1715 echo $ECHO_N "(cached) $ECHO_C" >&6
1717 if test -n "$AWK"; then
1718 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1720 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1724 test -z "$as_dir" && as_dir
=.
1725 for ac_exec_ext
in '' $ac_executable_extensions; do
1726 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1727 ac_cv_prog_AWK
="$ac_prog"
1728 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1737 if test -n "$AWK"; then
1738 echo "$as_me:$LINENO: result: $AWK" >&5
1739 echo "${ECHO_T}$AWK" >&6
1741 echo "$as_me:$LINENO: result: no" >&5
1742 echo "${ECHO_T}no" >&6
1745 test -n "$AWK" && break
1748 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1749 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1750 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
1751 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1752 echo $ECHO_N "(cached) $ECHO_C" >&6
1754 cat >conftest.
make <<\_ACEOF
1756 @
echo 'ac_maketemp="$(MAKE)"'
1758 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1759 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1760 if test -n "$ac_maketemp"; then
1761 eval ac_cv_prog_make_
${ac_make}_set
=yes
1763 eval ac_cv_prog_make_
${ac_make}_set
=no
1767 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1768 echo "$as_me:$LINENO: result: yes" >&5
1769 echo "${ECHO_T}yes" >&6
1772 echo "$as_me:$LINENO: result: no" >&5
1773 echo "${ECHO_T}no" >&6
1774 SET_MAKE
="MAKE=${MAKE-make}"
1777 rm -rf .tst
2>/dev
/null
1778 mkdir .tst
2>/dev
/null
1779 if test -d .tst
; then
1784 rmdir .tst
2>/dev
/null
1786 # test to see if srcdir already configured
1787 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1788 test -f $srcdir/config.status
; then
1789 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1790 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1791 { (exit 1); exit 1; }; }
1794 # test whether we have cygpath
1795 if test -z "$CYGPATH_W"; then
1796 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
1797 CYGPATH_W
='cygpath -w'
1804 # Define the identity of the package.
1809 cat >>confdefs.h
<<_ACEOF
1810 #define PACKAGE "$PACKAGE"
1814 cat >>confdefs.h
<<_ACEOF
1815 #define VERSION "$VERSION"
1818 # Some tools Automake needs.
1820 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1823 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
1826 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1829 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
1832 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
1834 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
1836 # Installed binaries are usually stripped using `strip' when the user
1837 # run `make install-strip'. However `strip' might not be the right
1838 # tool to use in cross-compilation environments, therefore Automake
1839 # will honor the `STRIP' environment variable to overrule this program.
1840 if test "$cross_compiling" != no
; then
1841 if test -n "$ac_tool_prefix"; then
1842 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1843 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
1844 echo "$as_me:$LINENO: checking for $ac_word" >&5
1845 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1846 if test "${ac_cv_prog_STRIP+set}" = set; then
1847 echo $ECHO_N "(cached) $ECHO_C" >&6
1849 if test -n "$STRIP"; then
1850 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
1852 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1856 test -z "$as_dir" && as_dir
=.
1857 for ac_exec_ext
in '' $ac_executable_extensions; do
1858 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1859 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
1860 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1868 STRIP
=$ac_cv_prog_STRIP
1869 if test -n "$STRIP"; then
1870 echo "$as_me:$LINENO: result: $STRIP" >&5
1871 echo "${ECHO_T}$STRIP" >&6
1873 echo "$as_me:$LINENO: result: no" >&5
1874 echo "${ECHO_T}no" >&6
1878 if test -z "$ac_cv_prog_STRIP"; then
1880 # Extract the first word of "strip", so it can be a program name with args.
1881 set dummy strip
; ac_word
=$2
1882 echo "$as_me:$LINENO: checking for $ac_word" >&5
1883 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1884 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1885 echo $ECHO_N "(cached) $ECHO_C" >&6
1887 if test -n "$ac_ct_STRIP"; then
1888 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
1890 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1894 test -z "$as_dir" && as_dir
=.
1895 for ac_exec_ext
in '' $ac_executable_extensions; do
1896 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1897 ac_cv_prog_ac_ct_STRIP
="strip"
1898 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1904 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
1907 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
1908 if test -n "$ac_ct_STRIP"; then
1909 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1910 echo "${ECHO_T}$ac_ct_STRIP" >&6
1912 echo "$as_me:$LINENO: result: no" >&5
1913 echo "${ECHO_T}no" >&6
1918 STRIP
="$ac_cv_prog_STRIP"
1922 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
1924 # We need awk for the "check" target. The system "awk" is bad on
1926 # Always define AMTAR for backward compatibility.
1928 AMTAR
=${AMTAR-"${am_missing_run}tar"}
1930 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
1936 # Default to --enable-multilib
1937 # Check whether --enable-multilib or --disable-multilib was given.
1938 if test "${enable_multilib+set}" = set; then
1939 enableval
="$enable_multilib"
1940 case "$enableval" in
1941 yes) multilib
=yes ;;
1943 *) { { echo "$as_me:$LINENO: error: bad value $enableval for multilib option" >&5
1944 echo "$as_me: error: bad value $enableval for multilib option" >&2;}
1945 { (exit 1); exit 1; }; } ;;
1951 # We may get other options which we leave undocumented:
1952 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1953 # See config-ml.in if you want the gory details.
1955 if test "$srcdir" = "."; then
1956 if test "$with_target_subdir" != "."; then
1957 multi_basedir
="$srcdir/$with_multisrctop../.."
1959 multi_basedir
="$srcdir/$with_multisrctop.."
1962 multi_basedir
="$srcdir/.."
1966 ac_config_commands
="$ac_config_commands default-1"
1969 # Calculate toolexeclibdir
1970 # Also toolexecdir, though it's only used in toolexeclibdir
1971 case ${enable_version_specific_runtime_libs} in
1973 # Need the gcc compiler version to know where to install libraries
1974 # and header files if --enable-version-specific-runtime-libs option
1976 toolexecdir
='$(libdir)/gcc/$(target_alias)'
1977 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
1980 if test -n "$with_cross_host" &&
1981 test x
"$with_cross_host" != x
"no"; then
1982 # Install a library built with a cross compiler in tooldir, not libdir.
1983 toolexecdir
='$(exec_prefix)/$(target_alias)'
1984 toolexeclibdir
='$(toolexecdir)/lib'
1986 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
1987 toolexeclibdir
='$(libdir)'
1989 multi_os_directory
=`$CC -print-multi-os-directory`
1990 case $multi_os_directory in
1991 .
) ;; # Avoid trailing /.
1992 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
1999 # Check the compiler.
2000 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
2001 # We must force CC to /not/ be precious variables; otherwise
2002 # the wrong, non-multilib-adjusted value will be used in multilibs.
2003 # As a side effect, we have to subst CFLAGS ourselves.
2008 ac_cpp
='$CPP $CPPFLAGS'
2009 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2010 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2011 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2012 if test -n "$ac_tool_prefix"; then
2013 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2014 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2015 echo "$as_me:$LINENO: checking for $ac_word" >&5
2016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2017 if test "${ac_cv_prog_CC+set}" = set; then
2018 echo $ECHO_N "(cached) $ECHO_C" >&6
2020 if test -n "$CC"; then
2021 ac_cv_prog_CC
="$CC" # Let the user override the test.
2023 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2027 test -z "$as_dir" && as_dir
=.
2028 for ac_exec_ext
in '' $ac_executable_extensions; do
2029 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2030 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2040 if test -n "$CC"; then
2041 echo "$as_me:$LINENO: result: $CC" >&5
2042 echo "${ECHO_T}$CC" >&6
2044 echo "$as_me:$LINENO: result: no" >&5
2045 echo "${ECHO_T}no" >&6
2049 if test -z "$ac_cv_prog_CC"; then
2051 # Extract the first word of "gcc", so it can be a program name with args.
2052 set dummy gcc
; ac_word
=$2
2053 echo "$as_me:$LINENO: checking for $ac_word" >&5
2054 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2055 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2056 echo $ECHO_N "(cached) $ECHO_C" >&6
2058 if test -n "$ac_ct_CC"; then
2059 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2061 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2065 test -z "$as_dir" && as_dir
=.
2066 for ac_exec_ext
in '' $ac_executable_extensions; do
2067 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2068 ac_cv_prog_ac_ct_CC
="gcc"
2069 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2077 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2078 if test -n "$ac_ct_CC"; then
2079 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2080 echo "${ECHO_T}$ac_ct_CC" >&6
2082 echo "$as_me:$LINENO: result: no" >&5
2083 echo "${ECHO_T}no" >&6
2091 if test -z "$CC"; then
2092 if test -n "$ac_tool_prefix"; then
2093 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2094 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2095 echo "$as_me:$LINENO: checking for $ac_word" >&5
2096 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2097 if test "${ac_cv_prog_CC+set}" = set; then
2098 echo $ECHO_N "(cached) $ECHO_C" >&6
2100 if test -n "$CC"; then
2101 ac_cv_prog_CC
="$CC" # Let the user override the test.
2103 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2107 test -z "$as_dir" && as_dir
=.
2108 for ac_exec_ext
in '' $ac_executable_extensions; do
2109 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2110 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2111 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2120 if test -n "$CC"; then
2121 echo "$as_me:$LINENO: result: $CC" >&5
2122 echo "${ECHO_T}$CC" >&6
2124 echo "$as_me:$LINENO: result: no" >&5
2125 echo "${ECHO_T}no" >&6
2129 if test -z "$ac_cv_prog_CC"; then
2131 # Extract the first word of "cc", so it can be a program name with args.
2132 set dummy cc
; ac_word
=$2
2133 echo "$as_me:$LINENO: checking for $ac_word" >&5
2134 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2135 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2136 echo $ECHO_N "(cached) $ECHO_C" >&6
2138 if test -n "$ac_ct_CC"; then
2139 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2141 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2145 test -z "$as_dir" && as_dir
=.
2146 for ac_exec_ext
in '' $ac_executable_extensions; do
2147 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2148 ac_cv_prog_ac_ct_CC
="cc"
2149 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2157 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2158 if test -n "$ac_ct_CC"; then
2159 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2160 echo "${ECHO_T}$ac_ct_CC" >&6
2162 echo "$as_me:$LINENO: result: no" >&5
2163 echo "${ECHO_T}no" >&6
2172 if test -z "$CC"; then
2173 # Extract the first word of "cc", so it can be a program name with args.
2174 set dummy cc
; ac_word
=$2
2175 echo "$as_me:$LINENO: checking for $ac_word" >&5
2176 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2177 if test "${ac_cv_prog_CC+set}" = set; then
2178 echo $ECHO_N "(cached) $ECHO_C" >&6
2180 if test -n "$CC"; then
2181 ac_cv_prog_CC
="$CC" # Let the user override the test.
2184 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2188 test -z "$as_dir" && as_dir
=.
2189 for ac_exec_ext
in '' $ac_executable_extensions; do
2190 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2191 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2192 ac_prog_rejected
=yes
2196 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2202 if test $ac_prog_rejected = yes; then
2203 # We found a bogon in the path, so make sure we never use it.
2204 set dummy
$ac_cv_prog_CC
2206 if test $# != 0; then
2207 # We chose a different compiler from the bogus one.
2208 # However, it has the same basename, so the bogon will be chosen
2209 # first if we set CC to just the basename; use the full file name.
2211 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2217 if test -n "$CC"; then
2218 echo "$as_me:$LINENO: result: $CC" >&5
2219 echo "${ECHO_T}$CC" >&6
2221 echo "$as_me:$LINENO: result: no" >&5
2222 echo "${ECHO_T}no" >&6
2226 if test -z "$CC"; then
2227 if test -n "$ac_tool_prefix"; then
2230 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2231 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2232 echo "$as_me:$LINENO: checking for $ac_word" >&5
2233 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2234 if test "${ac_cv_prog_CC+set}" = set; then
2235 echo $ECHO_N "(cached) $ECHO_C" >&6
2237 if test -n "$CC"; then
2238 ac_cv_prog_CC
="$CC" # Let the user override the test.
2240 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2244 test -z "$as_dir" && as_dir
=.
2245 for ac_exec_ext
in '' $ac_executable_extensions; do
2246 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2247 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2248 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2257 if test -n "$CC"; then
2258 echo "$as_me:$LINENO: result: $CC" >&5
2259 echo "${ECHO_T}$CC" >&6
2261 echo "$as_me:$LINENO: result: no" >&5
2262 echo "${ECHO_T}no" >&6
2265 test -n "$CC" && break
2268 if test -z "$CC"; then
2272 # Extract the first word of "$ac_prog", so it can be a program name with args.
2273 set dummy
$ac_prog; ac_word
=$2
2274 echo "$as_me:$LINENO: checking for $ac_word" >&5
2275 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2276 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2277 echo $ECHO_N "(cached) $ECHO_C" >&6
2279 if test -n "$ac_ct_CC"; then
2280 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2282 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2286 test -z "$as_dir" && as_dir
=.
2287 for ac_exec_ext
in '' $ac_executable_extensions; do
2288 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2289 ac_cv_prog_ac_ct_CC
="$ac_prog"
2290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2298 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2299 if test -n "$ac_ct_CC"; then
2300 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2301 echo "${ECHO_T}$ac_ct_CC" >&6
2303 echo "$as_me:$LINENO: result: no" >&5
2304 echo "${ECHO_T}no" >&6
2307 test -n "$ac_ct_CC" && break
2316 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2317 See \`config.log' for more details." >&5
2318 echo "$as_me: error: no acceptable C compiler found in \$PATH
2319 See \`config.log' for more details." >&2;}
2320 { (exit 1); exit 1; }; }
2322 # Provide some information about the compiler.
2323 echo "$as_me:$LINENO:" \
2324 "checking for C compiler version" >&5
2325 ac_compiler
=`set X $ac_compile; echo $2`
2326 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2327 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2330 (exit $ac_status); }
2331 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2332 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2335 (exit $ac_status); }
2336 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2337 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2340 (exit $ac_status); }
2342 cat >conftest.
$ac_ext <<_ACEOF
2345 cat confdefs.h
>>conftest.
$ac_ext
2346 cat >>conftest.
$ac_ext <<_ACEOF
2347 /* end confdefs.h. */
2357 ac_clean_files_save
=$ac_clean_files
2358 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2359 # Try to create an executable without -o first, disregard a.out.
2360 # It will help us diagnose broken compilers, and finding out an intuition
2362 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2363 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2364 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2365 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2366 (eval $ac_link_default) 2>&5
2368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2369 (exit $ac_status); }; then
2370 # Find the output, starting from the most likely. This scheme is
2371 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2374 # Be careful to initialize this variable, since it used to be cached.
2375 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2377 # b.out is created by i960 compilers.
2378 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2380 test -f "$ac_file" ||
continue
2382 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2385 # This is the source file.
2388 # We found the default executable, but exeext='' is most
2392 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2393 # FIXME: I believe we export ac_cv_exeext for Libtool,
2394 # but it would be cool to find out if it's true. Does anybody
2395 # maintain Libtool? --akim.
2403 echo "$as_me: failed program was:" >&5
2404 sed 's/^/| /' conftest.
$ac_ext >&5
2406 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2407 See \`config.log' for more details." >&5
2408 echo "$as_me: error: C compiler cannot create executables
2409 See \`config.log' for more details." >&2;}
2410 { (exit 77); exit 77; }; }
2413 ac_exeext
=$ac_cv_exeext
2414 echo "$as_me:$LINENO: result: $ac_file" >&5
2415 echo "${ECHO_T}$ac_file" >&6
2417 # Check the compiler produces executables we can run. If not, either
2418 # the compiler is broken, or we cross compile.
2419 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2420 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2421 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2422 # If not cross compiling, check that we can run a simple program.
2423 if test "$cross_compiling" != yes; then
2424 if { ac_try
='./$ac_file'
2425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2429 (exit $ac_status); }; }; then
2432 if test "$cross_compiling" = maybe
; then
2435 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2436 If you meant to cross compile, use \`--host'.
2437 See \`config.log' for more details." >&5
2438 echo "$as_me: error: cannot run C compiled programs.
2439 If you meant to cross compile, use \`--host'.
2440 See \`config.log' for more details." >&2;}
2441 { (exit 1); exit 1; }; }
2445 echo "$as_me:$LINENO: result: yes" >&5
2446 echo "${ECHO_T}yes" >&6
2448 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2449 ac_clean_files
=$ac_clean_files_save
2450 # Check the compiler produces executables we can run. If not, either
2451 # the compiler is broken, or we cross compile.
2452 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2453 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2454 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2455 echo "${ECHO_T}$cross_compiling" >&6
2457 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2458 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2460 (eval $ac_link) 2>&5
2462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2463 (exit $ac_status); }; then
2464 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2465 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2466 # work properly (i.e., refer to `conftest.exe'), while it won't with
2468 for ac_file
in conftest.exe conftest conftest.
*; do
2469 test -f "$ac_file" ||
continue
2471 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2472 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2479 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2480 See \`config.log' for more details." >&5
2481 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2482 See \`config.log' for more details." >&2;}
2483 { (exit 1); exit 1; }; }
2486 rm -f conftest
$ac_cv_exeext
2487 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2488 echo "${ECHO_T}$ac_cv_exeext" >&6
2490 rm -f conftest.
$ac_ext
2491 EXEEXT
=$ac_cv_exeext
2493 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2494 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2495 if test "${ac_cv_objext+set}" = set; then
2496 echo $ECHO_N "(cached) $ECHO_C" >&6
2498 cat >conftest.
$ac_ext <<_ACEOF
2501 cat confdefs.h
>>conftest.
$ac_ext
2502 cat >>conftest.
$ac_ext <<_ACEOF
2503 /* end confdefs.h. */
2513 rm -f conftest.o conftest.obj
2514 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2515 (eval $ac_compile) 2>&5
2517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2518 (exit $ac_status); }; then
2519 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2521 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2522 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2527 echo "$as_me: failed program was:" >&5
2528 sed 's/^/| /' conftest.
$ac_ext >&5
2530 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2531 See \`config.log' for more details." >&5
2532 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2533 See \`config.log' for more details." >&2;}
2534 { (exit 1); exit 1; }; }
2537 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2539 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2540 echo "${ECHO_T}$ac_cv_objext" >&6
2541 OBJEXT
=$ac_cv_objext
2543 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2544 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2545 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2546 echo $ECHO_N "(cached) $ECHO_C" >&6
2548 cat >conftest.
$ac_ext <<_ACEOF
2551 cat confdefs.h
>>conftest.
$ac_ext
2552 cat >>conftest.
$ac_ext <<_ACEOF
2553 /* end confdefs.h. */
2566 rm -f conftest.
$ac_objext
2567 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2568 (eval $ac_compile) 2>conftest.er1
2570 grep -v '^ *+' conftest.er1
>conftest.err
2572 cat conftest.err
>&5
2573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2574 (exit $ac_status); } &&
2575 { ac_try
='test -z "$ac_c_werror_flag"
2576 || test ! -s conftest.err'
2577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2581 (exit $ac_status); }; } &&
2582 { ac_try
='test -s conftest.$ac_objext'
2583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2587 (exit $ac_status); }; }; then
2590 echo "$as_me: failed program was:" >&5
2591 sed 's/^/| /' conftest.
$ac_ext >&5
2595 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2596 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2599 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2600 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2601 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2602 ac_test_CFLAGS
=${CFLAGS+set}
2603 ac_save_CFLAGS
=$CFLAGS
2605 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2606 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2607 if test "${ac_cv_prog_cc_g+set}" = set; then
2608 echo $ECHO_N "(cached) $ECHO_C" >&6
2610 cat >conftest.
$ac_ext <<_ACEOF
2613 cat confdefs.h
>>conftest.
$ac_ext
2614 cat >>conftest.
$ac_ext <<_ACEOF
2615 /* end confdefs.h. */
2625 rm -f conftest.
$ac_objext
2626 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2627 (eval $ac_compile) 2>conftest.er1
2629 grep -v '^ *+' conftest.er1
>conftest.err
2631 cat conftest.err
>&5
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); } &&
2634 { ac_try
='test -z "$ac_c_werror_flag"
2635 || test ! -s conftest.err'
2636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2640 (exit $ac_status); }; } &&
2641 { ac_try
='test -s conftest.$ac_objext'
2642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2646 (exit $ac_status); }; }; then
2649 echo "$as_me: failed program was:" >&5
2650 sed 's/^/| /' conftest.
$ac_ext >&5
2654 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2656 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2657 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2658 if test "$ac_test_CFLAGS" = set; then
2659 CFLAGS
=$ac_save_CFLAGS
2660 elif test $ac_cv_prog_cc_g = yes; then
2661 if test "$GCC" = yes; then
2667 if test "$GCC" = yes; then
2673 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2674 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2675 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2676 echo $ECHO_N "(cached) $ECHO_C" >&6
2678 ac_cv_prog_cc_stdc
=no
2680 cat >conftest.
$ac_ext <<_ACEOF
2683 cat confdefs.h
>>conftest.
$ac_ext
2684 cat >>conftest.
$ac_ext <<_ACEOF
2685 /* end confdefs.h. */
2688 #include <sys/types.h>
2689 #include <sys/stat.h>
2690 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2691 struct buf { int x; };
2692 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2693 static char *e (p, i)
2699 static char *f (char * (*g) (char **, int), char **p, ...)
2704 s = g (p, va_arg (v,int));
2709 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2710 function prototypes and stuff, but not '\xHH' hex character constants.
2711 These don't provoke an error unfortunately, instead are silently treated
2712 as 'x'. The following induces an error, until -std1 is added to get
2713 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2714 array size at least. It's necessary to write '\x00'==0 to get something
2715 that's true only with -std1. */
2716 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2718 int test (int i, double x);
2719 struct s1 {int (*f) (int a);};
2720 struct s2 {int (*f) (double a);};
2721 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2727 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2732 # Don't try gcc -ansi; that turns off useful extensions and
2733 # breaks some systems' header files.
2734 # AIX -qlanglvl=ansi
2735 # Ultrix and OSF/1 -std1
2736 # HP-UX 10.20 and later -Ae
2737 # HP-UX older versions -Aa -D_HPUX_SOURCE
2738 # SVR4 -Xc -D__EXTENSIONS__
2739 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2741 CC
="$ac_save_CC $ac_arg"
2742 rm -f conftest.
$ac_objext
2743 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2744 (eval $ac_compile) 2>conftest.er1
2746 grep -v '^ *+' conftest.er1
>conftest.err
2748 cat conftest.err
>&5
2749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2750 (exit $ac_status); } &&
2751 { ac_try
='test -z "$ac_c_werror_flag"
2752 || test ! -s conftest.err'
2753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757 (exit $ac_status); }; } &&
2758 { ac_try
='test -s conftest.$ac_objext'
2759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2763 (exit $ac_status); }; }; then
2764 ac_cv_prog_cc_stdc
=$ac_arg
2767 echo "$as_me: failed program was:" >&5
2768 sed 's/^/| /' conftest.
$ac_ext >&5
2771 rm -f conftest.err conftest.
$ac_objext
2773 rm -f conftest.
$ac_ext conftest.
$ac_objext
2778 case "x$ac_cv_prog_cc_stdc" in
2780 echo "$as_me:$LINENO: result: none needed" >&5
2781 echo "${ECHO_T}none needed" >&6 ;;
2783 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2784 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2785 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2788 # Some people use a C++ compiler to compile C. Since we use `exit',
2789 # in C++ we need to declare it. In case someone uses the same compiler
2790 # for both compiling C and C++ we need to have the C++ compiler decide
2791 # the declaration of exit, since it's the most demanding environment.
2792 cat >conftest.
$ac_ext <<_ACEOF
2797 rm -f conftest.
$ac_objext
2798 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2799 (eval $ac_compile) 2>conftest.er1
2801 grep -v '^ *+' conftest.er1
>conftest.err
2803 cat conftest.err
>&5
2804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2805 (exit $ac_status); } &&
2806 { ac_try
='test -z "$ac_c_werror_flag"
2807 || test ! -s conftest.err'
2808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2812 (exit $ac_status); }; } &&
2813 { ac_try
='test -s conftest.$ac_objext'
2814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2818 (exit $ac_status); }; }; then
2819 for ac_declaration
in \
2821 'extern "C" void std::exit (int) throw (); using std::exit;' \
2822 'extern "C" void std::exit (int); using std::exit;' \
2823 'extern "C" void exit (int) throw ();' \
2824 'extern "C" void exit (int);' \
2827 cat >conftest.
$ac_ext <<_ACEOF
2830 cat confdefs.h
>>conftest.
$ac_ext
2831 cat >>conftest.
$ac_ext <<_ACEOF
2832 /* end confdefs.h. */
2843 rm -f conftest.
$ac_objext
2844 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2845 (eval $ac_compile) 2>conftest.er1
2847 grep -v '^ *+' conftest.er1
>conftest.err
2849 cat conftest.err
>&5
2850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 (exit $ac_status); } &&
2852 { ac_try
='test -z "$ac_c_werror_flag"
2853 || test ! -s conftest.err'
2854 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2858 (exit $ac_status); }; } &&
2859 { ac_try
='test -s conftest.$ac_objext'
2860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2864 (exit $ac_status); }; }; then
2867 echo "$as_me: failed program was:" >&5
2868 sed 's/^/| /' conftest.
$ac_ext >&5
2872 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2873 cat >conftest.
$ac_ext <<_ACEOF
2876 cat confdefs.h
>>conftest.
$ac_ext
2877 cat >>conftest.
$ac_ext <<_ACEOF
2878 /* end confdefs.h. */
2888 rm -f conftest.
$ac_objext
2889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2890 (eval $ac_compile) 2>conftest.er1
2892 grep -v '^ *+' conftest.er1
>conftest.err
2894 cat conftest.err
>&5
2895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2896 (exit $ac_status); } &&
2897 { ac_try
='test -z "$ac_c_werror_flag"
2898 || test ! -s conftest.err'
2899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2903 (exit $ac_status); }; } &&
2904 { ac_try
='test -s conftest.$ac_objext'
2905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2909 (exit $ac_status); }; }; then
2912 echo "$as_me: failed program was:" >&5
2913 sed 's/^/| /' conftest.
$ac_ext >&5
2916 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2919 if test -n "$ac_declaration"; then
2920 echo '#ifdef __cplusplus' >>confdefs.h
2921 echo $ac_declaration >>confdefs.h
2922 echo '#endif' >>confdefs.h
2926 echo "$as_me: failed program was:" >&5
2927 sed 's/^/| /' conftest.
$ac_ext >&5
2930 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2932 ac_cpp
='$CPP $CPPFLAGS'
2933 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2934 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2935 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2936 DEPDIR
="${am__leading_dot}deps"
2938 ac_config_commands
="$ac_config_commands depfiles"
2941 am_make
=${MAKE-make}
2942 cat > confinc
<< 'END'
2947 # If we don't find an include directive, just comment out the code.
2948 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2949 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2953 # First try GNU make style include.
2954 echo "include confinc" > confmf
2955 # We grep out `Entering directory' and `Leaving directory'
2956 # messages which can occur if `w' ends up in MAKEFLAGS.
2957 # In particular we don't look at `^make:' because GNU make might
2958 # be invoked under some other name (usually "gmake"), in which
2959 # case it prints its new name instead of `make'.
2960 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2965 # Now try BSD make style include.
2966 if test "$am__include" = "#"; then
2967 echo '.include "confinc"' > confmf
2968 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2969 am__include
=.include
2976 echo "$as_me:$LINENO: result: $_am_result" >&5
2977 echo "${ECHO_T}$_am_result" >&6
2978 rm -f confinc confmf
2980 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2981 if test "${enable_dependency_tracking+set}" = set; then
2982 enableval
="$enable_dependency_tracking"
2985 if test "x$enable_dependency_tracking" != xno
; then
2986 am_depcomp
="$ac_aux_dir/depcomp"
2991 if test "x$enable_dependency_tracking" != xno; then
3002 depcc
="$CC" am_compiler_list
=
3004 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3005 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3006 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3007 echo $ECHO_N "(cached) $ECHO_C" >&6
3009 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3010 # We make a subdir and do the tests there. Otherwise we can end up
3011 # making bogus files that we don't know about and never remove. For
3012 # instance it was reported that on HP-UX the gcc test will end up
3013 # making a dummy file named `D' -- because `-MD' means `put the output
3016 # Copy depcomp to subdir because otherwise we won't find it if we're
3017 # using a relative directory.
3018 cp "$am_depcomp" conftest.dir
3020 # We will build objects and dependencies in a subdirectory because
3021 # it helps to detect inapplicable dependency modes. For instance
3022 # both Tru64's cc and ICC support -MD to output dependencies as a
3023 # side effect of compilation, but ICC will put the dependencies in
3024 # the current directory while Tru64 will put them in the object
3028 am_cv_CC_dependencies_compiler_type
=none
3029 if test "$am_compiler_list" = ""; then
3030 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3032 for depmode
in $am_compiler_list; do
3033 # Setup a source with many dependencies, because some compilers
3034 # like to wrap large dependency lists on column 80 (with \), and
3035 # we should not choose a depcomp mode which is confused by this.
3037 # We need to recreate these files for each test, as the compiler may
3038 # overwrite some of them when testing with obscure command lines.
3039 # This happens at least with the AIX C compiler.
3041 for i
in 1 2 3 4 5 6; do
3042 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3043 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3044 # Solaris 8's {/usr,}/bin/sh.
3045 touch sub
/conftst
$i.h
3047 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3051 # after this tag, mechanisms are not by side-effect, so they'll
3052 # only be used when explicitly requested
3053 if test "x$enable_dependency_tracking" = xyes
; then
3061 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3062 # mode. It turns out that the SunPro C++ compiler does not properly
3063 # handle `-M -o', and we need to detect this.
3064 if depmode
=$depmode \
3065 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3066 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3067 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3068 >/dev
/null
2>conftest.err
&&
3069 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3070 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3071 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3072 # icc doesn't choke on unknown options, it will just issue warnings
3073 # or remarks (even with -Werror). So we grep stderr for any message
3074 # that says an option was ignored or not supported.
3075 # When given -MP, icc 7.0 and 7.1 complain thusly:
3076 # icc: Command line warning: ignoring option '-M'; no argument required
3077 # The diagnosis changed in icc 8.0:
3078 # icc: Command line remark: option '-MP' not supported
3079 if (grep 'ignoring option' conftest.err ||
3080 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3081 am_cv_CC_dependencies_compiler_type
=$depmode
3090 am_cv_CC_dependencies_compiler_type
=none
3094 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3095 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3096 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3101 test "x$enable_dependency_tracking" != xno \
3102 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3104 am__fastdepCC_FALSE
='#'
3106 am__fastdepCC_TRUE
='#'
3107 am__fastdepCC_FALSE
=
3115 # In order to override CFLAGS_FOR_TARGET, all of our special flags go
3116 # in XCFLAGS. But we need them in CFLAGS during configury. So put them
3117 # in both places for now and restore CFLAGS at the end of config.
3118 save_CFLAGS
="$CFLAGS"
3120 # Add -Wall -Werror if we are using GCC.
3121 if test "x$GCC" = "xyes"; then
3122 XCFLAGS
="$XCFLAGS -Wall -Werror"
3125 # Find other programs we need.
3126 if test -n "$ac_tool_prefix"; then
3127 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3128 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3129 echo "$as_me:$LINENO: checking for $ac_word" >&5
3130 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3131 if test "${ac_cv_prog_AR+set}" = set; then
3132 echo $ECHO_N "(cached) $ECHO_C" >&6
3134 if test -n "$AR"; then
3135 ac_cv_prog_AR
="$AR" # Let the user override the test.
3137 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3141 test -z "$as_dir" && as_dir
=.
3142 for ac_exec_ext
in '' $ac_executable_extensions; do
3143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3144 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3154 if test -n "$AR"; then
3155 echo "$as_me:$LINENO: result: $AR" >&5
3156 echo "${ECHO_T}$AR" >&6
3158 echo "$as_me:$LINENO: result: no" >&5
3159 echo "${ECHO_T}no" >&6
3163 if test -z "$ac_cv_prog_AR"; then
3165 # Extract the first word of "ar", so it can be a program name with args.
3166 set dummy
ar; ac_word
=$2
3167 echo "$as_me:$LINENO: checking for $ac_word" >&5
3168 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3169 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3170 echo $ECHO_N "(cached) $ECHO_C" >&6
3172 if test -n "$ac_ct_AR"; then
3173 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3175 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3179 test -z "$as_dir" && as_dir
=.
3180 for ac_exec_ext
in '' $ac_executable_extensions; do
3181 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3182 ac_cv_prog_ac_ct_AR
="ar"
3183 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3191 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3192 if test -n "$ac_ct_AR"; then
3193 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3194 echo "${ECHO_T}$ac_ct_AR" >&6
3196 echo "$as_me:$LINENO: result: no" >&5
3197 echo "${ECHO_T}no" >&6
3205 if test -n "$ac_tool_prefix"; then
3206 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3207 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3208 echo "$as_me:$LINENO: checking for $ac_word" >&5
3209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3210 if test "${ac_cv_prog_RANLIB+set}" = set; then
3211 echo $ECHO_N "(cached) $ECHO_C" >&6
3213 if test -n "$RANLIB"; then
3214 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3220 test -z "$as_dir" && as_dir
=.
3221 for ac_exec_ext
in '' $ac_executable_extensions; do
3222 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3223 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3224 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3232 RANLIB
=$ac_cv_prog_RANLIB
3233 if test -n "$RANLIB"; then
3234 echo "$as_me:$LINENO: result: $RANLIB" >&5
3235 echo "${ECHO_T}$RANLIB" >&6
3237 echo "$as_me:$LINENO: result: no" >&5
3238 echo "${ECHO_T}no" >&6
3242 if test -z "$ac_cv_prog_RANLIB"; then
3243 ac_ct_RANLIB
=$RANLIB
3244 # Extract the first word of "ranlib", so it can be a program name with args.
3245 set dummy ranlib
; ac_word
=$2
3246 echo "$as_me:$LINENO: checking for $ac_word" >&5
3247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3248 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3249 echo $ECHO_N "(cached) $ECHO_C" >&6
3251 if test -n "$ac_ct_RANLIB"; then
3252 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3254 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3258 test -z "$as_dir" && as_dir
=.
3259 for ac_exec_ext
in '' $ac_executable_extensions; do
3260 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3261 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3262 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3268 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
="ranlib-not-found-in-path-error"
3271 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3272 if test -n "$ac_ct_RANLIB"; then
3273 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3274 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3276 echo "$as_me:$LINENO: result: no" >&5
3277 echo "${ECHO_T}no" >&6
3280 RANLIB
=$ac_ct_RANLIB
3282 RANLIB
="$ac_cv_prog_RANLIB"
3285 # Extract the first word of "perl", so it can be a program name with args.
3286 set dummy perl
; ac_word
=$2
3287 echo "$as_me:$LINENO: checking for $ac_word" >&5
3288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3289 if test "${ac_cv_path_PERL+set}" = set; then
3290 echo $ECHO_N "(cached) $ECHO_C" >&6
3294 ac_cv_path_PERL
="$PERL" # Let the user override the test with a path.
3297 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3301 test -z "$as_dir" && as_dir
=.
3302 for ac_exec_ext
in '' $ac_executable_extensions; do
3303 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3304 ac_cv_path_PERL
="$as_dir/$ac_word$ac_exec_ext"
3305 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3311 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL
="perl-not-found-in-path-error"
3315 PERL
=$ac_cv_path_PERL
3317 if test -n "$PERL"; then
3318 echo "$as_me:$LINENO: result: $PERL" >&5
3319 echo "${ECHO_T}$PERL" >&6
3321 echo "$as_me:$LINENO: result: no" >&5
3322 echo "${ECHO_T}no" >&6
3325 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3326 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3327 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
3328 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3329 echo $ECHO_N "(cached) $ECHO_C" >&6
3331 cat >conftest.
make <<\_ACEOF
3333 @
echo 'ac_maketemp="$(MAKE)"'
3335 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3336 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3337 if test -n "$ac_maketemp"; then
3338 eval ac_cv_prog_make_
${ac_make}_set
=yes
3340 eval ac_cv_prog_make_
${ac_make}_set
=no
3344 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3345 echo "$as_me:$LINENO: result: yes" >&5
3346 echo "${ECHO_T}yes" >&6
3349 echo "$as_me:$LINENO: result: no" >&5
3350 echo "${ECHO_T}no" >&6
3351 SET_MAKE
="MAKE=${MAKE-make}"
3354 # Find a good install program. We prefer a C program (faster),
3355 # so one script is as good as another. But avoid the broken or
3356 # incompatible versions:
3357 # SysV /etc/install, /usr/sbin/install
3358 # SunOS /usr/etc/install
3359 # IRIX /sbin/install
3361 # AmigaOS /C/install, which installs bootblocks on floppy discs
3362 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3363 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3364 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3365 # OS/2's system install, which has a completely different semantic
3366 # ./install, which can be erroneously created by make from ./install.sh.
3367 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3368 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3369 if test -z "$INSTALL"; then
3370 if test "${ac_cv_path_install+set}" = set; then
3371 echo $ECHO_N "(cached) $ECHO_C" >&6
3373 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3377 test -z "$as_dir" && as_dir
=.
3378 # Account for people who put trailing slashes in PATH elements.
3380 .
/ | .
// |
/cC
/* | \
3381 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3382 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3385 # OSF1 and SCO ODT 3.0 have their own names for install.
3386 # Don't use installbsd from OSF since it installs stuff as root
3388 for ac_prog
in ginstall scoinst
install; do
3389 for ac_exec_ext
in '' $ac_executable_extensions; do
3390 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3391 if test $ac_prog = install &&
3392 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3393 # AIX install. It has an incompatible calling convention.
3395 elif test $ac_prog = install &&
3396 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3397 # program-specific install script used by HP pwplus--don't use.
3400 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3412 if test "${ac_cv_path_install+set}" = set; then
3413 INSTALL
=$ac_cv_path_install
3415 # As a last resort, use the slow shell script. We don't cache a
3416 # path for INSTALL within a source directory, because that will
3417 # break other packages using the cache if that directory is
3418 # removed, or if the path is relative.
3419 INSTALL
=$ac_install_sh
3422 echo "$as_me:$LINENO: result: $INSTALL" >&5
3423 echo "${ECHO_T}$INSTALL" >&6
3425 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3426 # It thinks the first close brace ends the variable substitution.
3427 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3429 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3431 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3435 # Check whether --enable-shared or --disable-shared was given.
3436 if test "${enable_shared+set}" = set; then
3437 enableval
="$enable_shared"
3438 p
=${PACKAGE-default}
3440 yes) enable_shared
=yes ;;
3441 no
) enable_shared
=no
;;
3444 # Look at the argument we got. We use all the common list separators.
3445 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3446 for pkg
in $enableval; do
3447 if test "X$pkg" = "X$p"; then
3457 # Check whether --enable-static or --disable-static was given.
3458 if test "${enable_static+set}" = set; then
3459 enableval
="$enable_static"
3460 p
=${PACKAGE-default}
3462 yes) enable_static
=yes ;;
3463 no
) enable_static
=no
;;
3466 # Look at the argument we got. We use all the common list separators.
3467 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3468 for pkg
in $enableval; do
3469 if test "X$pkg" = "X$p"; then
3479 # Check whether --enable-fast-install or --disable-fast-install was given.
3480 if test "${enable_fast_install+set}" = set; then
3481 enableval
="$enable_fast_install"
3482 p
=${PACKAGE-default}
3484 yes) enable_fast_install
=yes ;;
3485 no
) enable_fast_install
=no
;;
3487 enable_fast_install
=no
3488 # Look at the argument we got. We use all the common list separators.
3489 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3490 for pkg
in $enableval; do
3491 if test "X$pkg" = "X$p"; then
3492 enable_fast_install
=yes
3499 enable_fast_install
=yes
3502 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3503 if test "${with_gnu_ld+set}" = set; then
3504 withval
="$with_gnu_ld"
3505 test "$withval" = no || with_gnu_ld
=yes
3510 if test "$GCC" = yes; then
3511 # Check if gcc -print-prog-name=ld gives a path.
3512 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3513 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3516 # gcc leaves a trailing carriage return which upsets mingw
3517 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3519 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
3522 # Accept absolute paths.
3523 [\\/]* |
[A-Za-z
]:[\\/]*)
3524 re_direlt
='/[^/][^/]*/\.\./'
3525 # Canonicalize the path of ld
3526 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
3527 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
3528 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
3530 test -z "$LD" && LD
="$ac_prog"
3533 # If it fails, then pretend we aren't using GCC.
3537 # If it is relative, then search for the first ld in PATH.
3541 elif test "$with_gnu_ld" = yes; then
3542 echo "$as_me:$LINENO: checking for GNU ld" >&5
3543 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3545 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3546 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3548 if test "${lt_cv_path_LD+set}" = set; then
3549 echo $ECHO_N "(cached) $ECHO_C" >&6
3551 if test -z "$LD"; then
3552 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3553 for ac_dir
in $PATH; do
3554 test -z "$ac_dir" && ac_dir
=.
3555 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3556 lt_cv_path_LD
="$ac_dir/$ac_prog"
3557 # Check to see if the program is GNU ld. I'd rather use --version,
3558 # but apparently some GNU ld's only accept -v.
3559 # Break only if it was the GNU/non-GNU ld that we prefer.
3560 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3561 test "$with_gnu_ld" != no
&& break
3563 test "$with_gnu_ld" != yes && break
3569 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3574 if test -n "$LD"; then
3575 echo "$as_me:$LINENO: result: $LD" >&5
3576 echo "${ECHO_T}$LD" >&6
3578 echo "$as_me:$LINENO: result: no" >&5
3579 echo "${ECHO_T}no" >&6
3581 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3582 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3583 { (exit 1); exit 1; }; }
3584 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3585 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3586 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3587 echo $ECHO_N "(cached) $ECHO_C" >&6
3589 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3590 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3591 lt_cv_prog_gnu_ld
=yes
3593 lt_cv_prog_gnu_ld
=no
3596 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3597 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3598 with_gnu_ld
=$lt_cv_prog_gnu_ld
3601 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3602 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3603 if test "${lt_cv_ld_reload_flag+set}" = set; then
3604 echo $ECHO_N "(cached) $ECHO_C" >&6
3606 lt_cv_ld_reload_flag
='-r'
3608 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3609 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3610 reload_flag
=$lt_cv_ld_reload_flag
3611 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3613 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3614 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3615 if test "${lt_cv_path_NM+set}" = set; then
3616 echo $ECHO_N "(cached) $ECHO_C" >&6
3618 if test -n "$NM"; then
3619 # Let the user override the test.
3622 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3623 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3624 test -z "$ac_dir" && ac_dir
=.
3625 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3626 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3627 # Check to see if the nm accepts a BSD-compat flag.
3628 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3629 # nm: unknown option "B" ignored
3630 # Tru64's nm complains that /dev/null is an invalid object file
3631 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3632 lt_cv_path_NM
="$tmp_nm -B"
3634 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3635 lt_cv_path_NM
="$tmp_nm -p"
3638 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3639 continue # so that we can try to find one that supports BSD flags
3644 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3649 echo "$as_me:$LINENO: result: $NM" >&5
3650 echo "${ECHO_T}$NM" >&6
3652 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3653 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3655 if test "$LN_S" = "ln -s"; then
3656 echo "$as_me:$LINENO: result: yes" >&5
3657 echo "${ECHO_T}yes" >&6
3659 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3660 echo "${ECHO_T}no, using $LN_S" >&6
3663 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3664 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3665 if test "${lt_cv_deplibs_check_method+set}" = set; then
3666 echo $ECHO_N "(cached) $ECHO_C" >&6
3668 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3669 lt_cv_file_magic_test_file
=
3670 lt_cv_deplibs_check_method
='unknown'
3671 # Need to set the preceding variable on all platforms that support
3672 # interlibrary dependencies.
3673 # 'none' -- dependencies not supported.
3674 # `unknown' -- same as none, but documents that we really don't know.
3675 # 'pass_all' -- all dependencies passed with no checks.
3676 # 'test_compile' -- check by making test program.
3677 # 'file_magic [regex]' -- check by looking for files in library path
3678 # which responds to the $file_magic_cmd with a given egrep regex.
3679 # If you have `file' or equivalent on your system and you're not sure
3680 # whether `pass_all' will *always* work, you probably want this one.
3684 lt_cv_deplibs_check_method
=pass_all
3688 lt_cv_deplibs_check_method
=pass_all
3692 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3693 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3694 lt_cv_file_magic_test_file
=/shlib
/libc.so
3697 cygwin
* | mingw
* |pw32
*)
3698 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3699 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3702 darwin
* | rhapsody
*)
3703 # this will be overwritten by pass_all, but leave it in just in case
3704 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3705 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3707 rhapsody
* | darwin1.012
)
3708 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3711 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3714 lt_cv_deplibs_check_method
=pass_all
3717 freebsd
* | kfreebsd
*-gnu)
3718 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3721 # Not sure whether the presence of OpenBSD here was a mistake.
3722 # Let's accept both of them until this is cleared up.
3723 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3724 lt_cv_file_magic_cmd
=/usr
/bin
/file
3725 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3729 lt_cv_deplibs_check_method
=pass_all
3734 lt_cv_deplibs_check_method
=pass_all
3740 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3741 lt_cv_file_magic_cmd
=/usr
/bin
/file
3742 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3745 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3746 lt_cv_file_magic_cmd
=/usr
/bin
/file
3747 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3755 # this will be overridden with pass_all, but let us keep it just in case
3756 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3760 *-32|
*"-32 ") libmagic
=32-bit;;
3761 *-n32|
*"-n32 ") libmagic
=N32
;;
3762 *-64|
*"-64 ") libmagic
=64-bit;;
3763 *) libmagic
=never-match
;;
3765 # this will be overridden with pass_all, but let us keep it just in case
3766 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3769 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3770 lt_cv_deplibs_check_method
=pass_all
3773 # This must be Linux ELF.
3775 lt_cv_deplibs_check_method
=pass_all
3778 netbsd
* | knetbsd
*-gnu)
3779 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3780 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3782 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3787 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3788 lt_cv_file_magic_cmd
=/usr
/bin
/file
3789 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3792 osf3
* | osf4
* | osf5
*)
3793 # this will be overridden with pass_all, but let us keep it just in case
3794 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3795 lt_cv_file_magic_test_file
=/shlib
/libc.so
3796 lt_cv_deplibs_check_method
=pass_all
3800 lt_cv_deplibs_check_method
=pass_all
3804 lt_cv_deplibs_check_method
=pass_all
3805 lt_cv_file_magic_test_file
=/lib
/libc.so
3808 sysv5uw
[78]* | sysv4
*uw2
*)
3809 lt_cv_deplibs_check_method
=pass_all
3812 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3813 case $host_vendor in
3815 lt_cv_deplibs_check_method
=pass_all
3818 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]'
3819 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3826 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3827 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3828 file_magic_cmd
=$lt_cv_file_magic_cmd
3829 deplibs_check_method
=$lt_cv_deplibs_check_method
3835 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3837 # find the maximum length of command line arguments
3838 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
3839 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
3840 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
3841 echo $ECHO_N "(cached) $ECHO_C" >&6
3848 # On DJGPP, this test can blow up pretty badly due to problems in libc
3849 # (any single argument exceeding 2000 bytes causes a buffer overrun
3850 # during glob expansion). Even if it were fixed, the result of this
3851 # check would be larger than it should be.
3852 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
3856 # On Win9x/ME, this test blows up -- it succeeds, but takes
3857 # about 5 minutes as the teststring grows exponentially.
3858 # Worse, since 9x/ME are not pre-emptively multitasking,
3859 # you end up with a "frozen" computer, even though with patience
3860 # the test eventually succeeds (with a max line length of 256k).
3861 # Instead, let's just punt: use the minimum linelength reported by
3862 # all of the supported platforms: 8192 (on NT/2K/XP).
3863 lt_cv_sys_max_cmd_len
=8192;
3867 # On AmigaOS with pdksh, this test takes hours, literally.
3868 # So we just punt and use a minimum line length of 8192.
3869 lt_cv_sys_max_cmd_len
=8192;
3872 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
3873 # This has been around since 386BSD, at least. Likely further.
3874 if test -x /sbin
/sysctl
; then
3875 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
3876 elif test -x /usr
/sbin
/sysctl
; then
3877 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
3879 lt_cv_sys_max_cmd_len
=65536 # usable default for *BSD
3881 # And add a safety zone
3882 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
3883 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
3889 if test -n "$lt_cv_sys_max_cmd_len" ; then
3890 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
3891 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
3893 echo "$as_me:$LINENO: result: none" >&5
3894 echo "${ECHO_T}none" >&6
3898 # Only perform the check for file, if the check method requires it
3899 case $deplibs_check_method in
3901 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3902 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3903 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3904 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3905 echo $ECHO_N "(cached) $ECHO_C" >&6
3909 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3912 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3915 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3916 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3917 ac_dummy
="/usr/bin:$PATH"
3918 for ac_dir
in $ac_dummy; do
3919 test -z "$ac_dir" && ac_dir
=.
3920 if test -f $ac_dir/${ac_tool_prefix}file; then
3921 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3922 if test -n "$file_magic_test_file"; then
3923 case $deplibs_check_method in
3925 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3926 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3927 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3928 egrep "$file_magic_regex" > /dev
/null
; then
3933 *** Warning: the command libtool uses to detect shared libraries,
3934 *** $file_magic_cmd, produces output that libtool cannot recognize.
3935 *** The result is that libtool may fail to recognize shared libraries
3936 *** as such. This will affect the creation of libtool libraries that
3937 *** depend on shared libraries, but programs linked with such libtool
3938 *** libraries will work regardless of this problem. Nevertheless, you
3939 *** may want to report the problem to your system manager and/or to
3940 *** bug-libtool@gnu.org
3950 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3955 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3956 if test -n "$MAGIC_CMD"; then
3957 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3958 echo "${ECHO_T}$MAGIC_CMD" >&6
3960 echo "$as_me:$LINENO: result: no" >&5
3961 echo "${ECHO_T}no" >&6
3964 if test -z "$lt_cv_path_MAGIC_CMD"; then
3965 if test -n "$ac_tool_prefix"; then
3966 echo "$as_me:$LINENO: checking for file" >&5
3967 echo $ECHO_N "checking for file... $ECHO_C" >&6
3968 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3969 echo $ECHO_N "(cached) $ECHO_C" >&6
3973 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3976 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3979 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3980 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3981 ac_dummy
="/usr/bin:$PATH"
3982 for ac_dir
in $ac_dummy; do
3983 test -z "$ac_dir" && ac_dir
=.
3984 if test -f $ac_dir/file; then
3985 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3986 if test -n "$file_magic_test_file"; then
3987 case $deplibs_check_method in
3989 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3990 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3991 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3992 egrep "$file_magic_regex" > /dev
/null
; then
3997 *** Warning: the command libtool uses to detect shared libraries,
3998 *** $file_magic_cmd, produces output that libtool cannot recognize.
3999 *** The result is that libtool may fail to recognize shared libraries
4000 *** as such. This will affect the creation of libtool libraries that
4001 *** depend on shared libraries, but programs linked with such libtool
4002 *** libraries will work regardless of this problem. Nevertheless, you
4003 *** may want to report the problem to your system manager and/or to
4004 *** bug-libtool@gnu.org
4014 MAGIC_CMD
="$ac_save_MAGIC_CMD"
4019 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4020 if test -n "$MAGIC_CMD"; then
4021 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4022 echo "${ECHO_T}$MAGIC_CMD" >&6
4024 echo "$as_me:$LINENO: result: no" >&5
4025 echo "${ECHO_T}no" >&6
4037 if test -n "$ac_tool_prefix"; then
4038 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4039 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4040 echo "$as_me:$LINENO: checking for $ac_word" >&5
4041 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4042 if test "${ac_cv_prog_RANLIB+set}" = set; then
4043 echo $ECHO_N "(cached) $ECHO_C" >&6
4045 if test -n "$RANLIB"; then
4046 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4048 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4052 test -z "$as_dir" && as_dir
=.
4053 for ac_exec_ext
in '' $ac_executable_extensions; do
4054 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4055 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4056 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4064 RANLIB
=$ac_cv_prog_RANLIB
4065 if test -n "$RANLIB"; then
4066 echo "$as_me:$LINENO: result: $RANLIB" >&5
4067 echo "${ECHO_T}$RANLIB" >&6
4069 echo "$as_me:$LINENO: result: no" >&5
4070 echo "${ECHO_T}no" >&6
4074 if test -z "$ac_cv_prog_RANLIB"; then
4075 ac_ct_RANLIB
=$RANLIB
4076 # Extract the first word of "ranlib", so it can be a program name with args.
4077 set dummy ranlib
; ac_word
=$2
4078 echo "$as_me:$LINENO: checking for $ac_word" >&5
4079 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4080 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4081 echo $ECHO_N "(cached) $ECHO_C" >&6
4083 if test -n "$ac_ct_RANLIB"; then
4084 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4086 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4090 test -z "$as_dir" && as_dir
=.
4091 for ac_exec_ext
in '' $ac_executable_extensions; do
4092 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4093 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4094 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4100 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4103 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4104 if test -n "$ac_ct_RANLIB"; then
4105 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4106 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4108 echo "$as_me:$LINENO: result: no" >&5
4109 echo "${ECHO_T}no" >&6
4112 RANLIB
=$ac_ct_RANLIB
4114 RANLIB
="$ac_cv_prog_RANLIB"
4117 if test -n "$ac_tool_prefix"; then
4118 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4119 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4120 echo "$as_me:$LINENO: checking for $ac_word" >&5
4121 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4122 if test "${ac_cv_prog_STRIP+set}" = set; then
4123 echo $ECHO_N "(cached) $ECHO_C" >&6
4125 if test -n "$STRIP"; then
4126 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4128 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4132 test -z "$as_dir" && as_dir
=.
4133 for ac_exec_ext
in '' $ac_executable_extensions; do
4134 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4135 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4136 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4144 STRIP
=$ac_cv_prog_STRIP
4145 if test -n "$STRIP"; then
4146 echo "$as_me:$LINENO: result: $STRIP" >&5
4147 echo "${ECHO_T}$STRIP" >&6
4149 echo "$as_me:$LINENO: result: no" >&5
4150 echo "${ECHO_T}no" >&6
4154 if test -z "$ac_cv_prog_STRIP"; then
4156 # Extract the first word of "strip", so it can be a program name with args.
4157 set dummy strip
; ac_word
=$2
4158 echo "$as_me:$LINENO: checking for $ac_word" >&5
4159 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4160 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4161 echo $ECHO_N "(cached) $ECHO_C" >&6
4163 if test -n "$ac_ct_STRIP"; then
4164 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4166 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4170 test -z "$as_dir" && as_dir
=.
4171 for ac_exec_ext
in '' $ac_executable_extensions; do
4172 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4173 ac_cv_prog_ac_ct_STRIP
="strip"
4174 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4180 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
4183 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4184 if test -n "$ac_ct_STRIP"; then
4185 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4186 echo "${ECHO_T}$ac_ct_STRIP" >&6
4188 echo "$as_me:$LINENO: result: no" >&5
4189 echo "${ECHO_T}no" >&6
4194 STRIP
="$ac_cv_prog_STRIP"
4198 # Check for any special flags to pass to ltconfig.
4199 libtool_flags
="--cache-file=$cache_file"
4200 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
4201 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
4202 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
4203 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
4204 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
4207 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4208 if test "${enable_libtool_lock+set}" = set; then
4209 enableval
="$enable_libtool_lock"
4212 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
4213 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
4216 # Check whether --with-pic or --without-pic was given.
4217 if test "${with_pic+set}" = set; then
4223 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
4224 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
4226 # Some flags need to be propagated to the compiler or linker for good
4230 # Find out which ABI we are using.
4231 echo '#line 4231 "configure"' > conftest.
$ac_ext
4232 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4233 (eval $ac_compile) 2>&5
4235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4236 (exit $ac_status); }; then
4237 if test "$lt_cv_prog_gnu_ld" = yes; then
4238 case `/usr/bin/file conftest.$ac_objext` in
4240 LD
="${LD-ld} -melf32bsmip"
4243 LD
="${LD-ld} -melf32bmipn32"
4246 LD
="${LD-ld} -melf64bmip"
4250 case `/usr/bin/file conftest.$ac_objext` in
4267 # Find out which ABI we are using.
4268 echo 'int i;' > conftest.
$ac_ext
4269 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4270 (eval $ac_compile) 2>&5
4272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4273 (exit $ac_status); }; then
4274 case "`/usr/bin/file conftest.o`" in
4286 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
4287 # Find out which ABI we are using.
4288 echo 'int i;' > conftest.
$ac_ext
4289 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4290 (eval $ac_compile) 2>&5
4292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4293 (exit $ac_status); }; then
4294 case "`/usr/bin/file conftest.o`" in
4298 LD
="${LD-ld} -m elf_i386"
4300 ppc64-
*linux
*|powerpc64-
*linux
*)
4301 LD
="${LD-ld} -m elf32ppclinux"
4304 LD
="${LD-ld} -m elf_s390"
4307 LD
="${LD-ld} -m elf32_sparc"
4314 LD
="${LD-ld} -m elf_x86_64"
4316 ppc
*-*linux
*|powerpc
*-*linux
*)
4317 LD
="${LD-ld} -m elf64ppc"
4320 LD
="${LD-ld} -m elf64_s390"
4323 LD
="${LD-ld} -m elf64_sparc"
4333 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4334 SAVE_CFLAGS
="$CFLAGS"
4335 CFLAGS
="$CFLAGS -belf"
4336 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4337 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4338 if test "${lt_cv_cc_needs_belf+set}" = set; then
4339 echo $ECHO_N "(cached) $ECHO_C" >&6
4344 ac_cpp
='$CPP $CPPFLAGS'
4345 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4346 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4347 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4349 cat >conftest.
$ac_ext <<_ACEOF
4352 cat confdefs.h
>>conftest.
$ac_ext
4353 cat >>conftest.
$ac_ext <<_ACEOF
4354 /* end confdefs.h. */
4364 rm -f conftest.
$ac_objext conftest
$ac_exeext
4365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4366 (eval $ac_link) 2>conftest.er1
4368 grep -v '^ *+' conftest.er1
>conftest.err
4370 cat conftest.err
>&5
4371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4372 (exit $ac_status); } &&
4373 { ac_try
='test -z "$ac_c_werror_flag"
4374 || test ! -s conftest.err'
4375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4379 (exit $ac_status); }; } &&
4380 { ac_try
='test -s conftest$ac_exeext'
4381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4385 (exit $ac_status); }; }; then
4386 lt_cv_cc_needs_belf
=yes
4388 echo "$as_me: failed program was:" >&5
4389 sed 's/^/| /' conftest.
$ac_ext >&5
4391 lt_cv_cc_needs_belf
=no
4393 rm -f conftest.err conftest.
$ac_objext \
4394 conftest
$ac_exeext conftest.
$ac_ext
4396 ac_cpp
='$CPP $CPPFLAGS'
4397 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4398 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4399 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4402 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4403 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4404 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4405 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4406 CFLAGS
="$SAVE_CFLAGS"
4414 # Save cache, so that ltconfig can load it
4415 cat >confcache
<<\_ACEOF
4416 # This file is a shell script that caches the results of configure
4417 # tests run on this system so they can be shared between configure
4418 # scripts and configure runs, see configure's option --config-cache.
4419 # It is not useful on other systems. If it contains results you don't
4420 # want to keep, you may remove or edit it.
4422 # config.status only pays attention to the cache file if you give it
4423 # the --recheck option to rerun configure.
4425 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4426 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4431 # The following way of writing the cache mishandles newlines in values,
4432 # but we know of no workaround that is simple, portable, and efficient.
4433 # So, don't put newlines in cache variables' values.
4434 # Ultrix sh set writes to stderr and can't be redirected directly,
4435 # and sets the high bit in the cache file unless we assign to the vars.
4438 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4440 # `set' does not quote correctly, so add quotes (double-quote
4441 # substitution turns \\\\ into \\, and sed turns \\ into \).
4444 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4447 # `set' quotes correctly as required by POSIX, so do not add quotes.
4449 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4456 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4458 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4460 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
4461 if test -w $cache_file; then
4462 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4463 cat confcache
>$cache_file
4465 echo "not updating unwritable cache $cache_file"
4470 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4471 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4472 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4473 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4474 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4475 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4476 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4477 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4478 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4479 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4480 echo "$as_me: error: libtool configure failed" >&2;}
4481 { (exit 1); exit 1; }; }
4483 # Reload cache, that may have been modified by ltconfig
4484 if test -r "$cache_file"; then
4485 # Some versions of bash will fail to source /dev/null (special
4486 # files actually), so we avoid doing that.
4487 if test -f "$cache_file"; then
4488 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4489 echo "$as_me: loading cache $cache_file" >&6;}
4491 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
4492 *) . .
/$cache_file;;
4496 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4497 echo "$as_me: creating cache $cache_file" >&6;}
4502 # This can be used to rebuild libtool when needed
4503 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4505 # Always use our own libtool.
4506 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
4508 # Redirect the config.log output again, so that the ltconfig log is not
4509 # clobbered by the next message.
4510 exec 5>>.
/config.log
4520 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
4521 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
4522 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4523 if test "${enable_maintainer_mode+set}" = set; then
4524 enableval
="$enable_maintainer_mode"
4525 USE_MAINTAINER_MODE
=$enableval
4527 USE_MAINTAINER_MODE
=no
4529 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
4530 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
4533 if test $USE_MAINTAINER_MODE = yes; then
4534 MAINTAINER_MODE_TRUE
=
4535 MAINTAINER_MODE_FALSE
='#'
4537 MAINTAINER_MODE_TRUE
='#'
4538 MAINTAINER_MODE_FALSE
=
4541 MAINT
=$MAINTAINER_MODE_TRUE
4545 # We need gfortran to compile parts of the library
4546 # We can't use AC_PROG_FC because it expects a fully working gfortran.
4547 #AC_PROG_FC(gfortran)
4549 ac_ext
=${FC_SRCEXT-f}
4550 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4551 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4552 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
4553 if test -n "$ac_tool_prefix"; then
4554 for ac_prog
in gfortran
4556 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4557 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4558 echo "$as_me:$LINENO: checking for $ac_word" >&5
4559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4560 if test "${ac_cv_prog_FC+set}" = set; then
4561 echo $ECHO_N "(cached) $ECHO_C" >&6
4563 if test -n "$FC"; then
4564 ac_cv_prog_FC
="$FC" # Let the user override the test.
4566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4570 test -z "$as_dir" && as_dir
=.
4571 for ac_exec_ext
in '' $ac_executable_extensions; do
4572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4573 ac_cv_prog_FC
="$ac_tool_prefix$ac_prog"
4574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4583 if test -n "$FC"; then
4584 echo "$as_me:$LINENO: result: $FC" >&5
4585 echo "${ECHO_T}$FC" >&6
4587 echo "$as_me:$LINENO: result: no" >&5
4588 echo "${ECHO_T}no" >&6
4591 test -n "$FC" && break
4594 if test -z "$FC"; then
4596 for ac_prog
in gfortran
4598 # Extract the first word of "$ac_prog", so it can be a program name with args.
4599 set dummy
$ac_prog; ac_word
=$2
4600 echo "$as_me:$LINENO: checking for $ac_word" >&5
4601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4602 if test "${ac_cv_prog_ac_ct_FC+set}" = set; then
4603 echo $ECHO_N "(cached) $ECHO_C" >&6
4605 if test -n "$ac_ct_FC"; then
4606 ac_cv_prog_ac_ct_FC
="$ac_ct_FC" # Let the user override the test.
4608 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4612 test -z "$as_dir" && as_dir
=.
4613 for ac_exec_ext
in '' $ac_executable_extensions; do
4614 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4615 ac_cv_prog_ac_ct_FC
="$ac_prog"
4616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4624 ac_ct_FC
=$ac_cv_prog_ac_ct_FC
4625 if test -n "$ac_ct_FC"; then
4626 echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
4627 echo "${ECHO_T}$ac_ct_FC" >&6
4629 echo "$as_me:$LINENO: result: no" >&5
4630 echo "${ECHO_T}no" >&6
4633 test -n "$ac_ct_FC" && break
4640 # Provide some information about the compiler.
4641 echo "$as_me:4641:" \
4642 "checking for Fortran compiler version" >&5
4643 ac_compiler
=`set X $ac_compile; echo $2`
4644 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4645 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4648 (exit $ac_status); }
4649 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4650 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653 (exit $ac_status); }
4654 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4655 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4658 (exit $ac_status); }
4661 # If we don't use `.F' as extension, the preprocessor is not run on the
4662 # input file. (Note that this only needs to work for GNU compilers.)
4665 echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
4666 echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6
4667 if test "${ac_cv_fc_compiler_gnu+set}" = set; then
4668 echo $ECHO_N "(cached) $ECHO_C" >&6
4670 cat >conftest.
$ac_ext <<_ACEOF
4678 rm -f conftest.
$ac_objext
4679 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4680 (eval $ac_compile) 2>conftest.er1
4682 grep -v '^ *+' conftest.er1
>conftest.err
4684 cat conftest.err
>&5
4685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4686 (exit $ac_status); } &&
4687 { ac_try
='test -z "$ac_fc_werror_flag"
4688 || test ! -s conftest.err'
4689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4693 (exit $ac_status); }; } &&
4694 { ac_try
='test -s conftest.$ac_objext'
4695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4699 (exit $ac_status); }; }; then
4702 echo "$as_me: failed program was:" >&5
4703 sed 's/^/| /' conftest.
$ac_ext >&5
4707 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4708 ac_cv_fc_compiler_gnu
=$ac_compiler_gnu
4711 echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
4712 echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6
4714 ac_test_FFLAGS
=${FCFLAGS+set}
4715 ac_save_FFLAGS
=$FCFLAGS
4717 echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
4718 echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6
4719 if test "${ac_cv_prog_fc_g+set}" = set; then
4720 echo $ECHO_N "(cached) $ECHO_C" >&6
4723 cat >conftest.
$ac_ext <<_ACEOF
4728 rm -f conftest.
$ac_objext
4729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4730 (eval $ac_compile) 2>conftest.er1
4732 grep -v '^ *+' conftest.er1
>conftest.err
4734 cat conftest.err
>&5
4735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4736 (exit $ac_status); } &&
4737 { ac_try
='test -z "$ac_fc_werror_flag"
4738 || test ! -s conftest.err'
4739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4743 (exit $ac_status); }; } &&
4744 { ac_try
='test -s conftest.$ac_objext'
4745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4749 (exit $ac_status); }; }; then
4752 echo "$as_me: failed program was:" >&5
4753 sed 's/^/| /' conftest.
$ac_ext >&5
4757 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4760 echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
4761 echo "${ECHO_T}$ac_cv_prog_fc_g" >&6
4762 if test "$ac_test_FFLAGS" = set; then
4763 FCFLAGS
=$ac_save_FFLAGS
4764 elif test $ac_cv_prog_fc_g = yes; then
4765 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4771 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4779 ac_cpp
='$CPP $CPPFLAGS'
4780 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4781 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4782 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4784 FCFLAGS
="$FCFLAGS -Wall"
4786 # For libtool versioning info, format is CURRENT:REVISION:AGE
4787 libtool_VERSION
=1:0:0
4790 # Check header files.
4792 ac_cpp
='$CPP $CPPFLAGS'
4793 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4794 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4795 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4796 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4797 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4798 # On Suns, sometimes $CPP names a directory.
4799 if test -n "$CPP" && test -d "$CPP"; then
4802 if test -z "$CPP"; then
4803 if test "${ac_cv_prog_CPP+set}" = set; then
4804 echo $ECHO_N "(cached) $ECHO_C" >&6
4806 # Double quotes because CPP needs to be expanded
4807 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4810 for ac_c_preproc_warn_flag
in '' yes
4812 # Use a header file that comes with gcc, so configuring glibc
4813 # with a fresh cross-compiler works.
4814 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4815 # <limits.h> exists even on freestanding compilers.
4816 # On the NeXT, cc -E runs the code through the compiler's parser,
4817 # not just through cpp. "Syntax error" is here to catch this case.
4818 cat >conftest.
$ac_ext <<_ACEOF
4821 cat confdefs.h
>>conftest.
$ac_ext
4822 cat >>conftest.
$ac_ext <<_ACEOF
4823 /* end confdefs.h. */
4825 # include <limits.h>
4827 # include <assert.h>
4831 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4832 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4834 grep -v '^ *+' conftest.er1
>conftest.err
4836 cat conftest.err
>&5
4837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4838 (exit $ac_status); } >/dev
/null
; then
4839 if test -s conftest.err
; then
4840 ac_cpp_err
=$ac_c_preproc_warn_flag
4841 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4848 if test -z "$ac_cpp_err"; then
4851 echo "$as_me: failed program was:" >&5
4852 sed 's/^/| /' conftest.
$ac_ext >&5
4854 # Broken: fails on valid input.
4857 rm -f conftest.err conftest.
$ac_ext
4859 # OK, works on sane cases. Now check whether non-existent headers
4860 # can be detected and how.
4861 cat >conftest.
$ac_ext <<_ACEOF
4864 cat confdefs.h
>>conftest.
$ac_ext
4865 cat >>conftest.
$ac_ext <<_ACEOF
4866 /* end confdefs.h. */
4867 #include <ac_nonexistent.h>
4869 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4870 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4872 grep -v '^ *+' conftest.er1
>conftest.err
4874 cat conftest.err
>&5
4875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4876 (exit $ac_status); } >/dev
/null
; then
4877 if test -s conftest.err
; then
4878 ac_cpp_err
=$ac_c_preproc_warn_flag
4879 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4886 if test -z "$ac_cpp_err"; then
4887 # Broken: success on invalid input.
4890 echo "$as_me: failed program was:" >&5
4891 sed 's/^/| /' conftest.
$ac_ext >&5
4893 # Passes both tests.
4897 rm -f conftest.err conftest.
$ac_ext
4900 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4901 rm -f conftest.err conftest.
$ac_ext
4902 if $ac_preproc_ok; then
4914 echo "$as_me:$LINENO: result: $CPP" >&5
4915 echo "${ECHO_T}$CPP" >&6
4917 for ac_c_preproc_warn_flag
in '' yes
4919 # Use a header file that comes with gcc, so configuring glibc
4920 # with a fresh cross-compiler works.
4921 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4922 # <limits.h> exists even on freestanding compilers.
4923 # On the NeXT, cc -E runs the code through the compiler's parser,
4924 # not just through cpp. "Syntax error" is here to catch this case.
4925 cat >conftest.
$ac_ext <<_ACEOF
4928 cat confdefs.h
>>conftest.
$ac_ext
4929 cat >>conftest.
$ac_ext <<_ACEOF
4930 /* end confdefs.h. */
4932 # include <limits.h>
4934 # include <assert.h>
4938 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4939 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4941 grep -v '^ *+' conftest.er1
>conftest.err
4943 cat conftest.err
>&5
4944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4945 (exit $ac_status); } >/dev
/null
; then
4946 if test -s conftest.err
; then
4947 ac_cpp_err
=$ac_c_preproc_warn_flag
4948 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4955 if test -z "$ac_cpp_err"; then
4958 echo "$as_me: failed program was:" >&5
4959 sed 's/^/| /' conftest.
$ac_ext >&5
4961 # Broken: fails on valid input.
4964 rm -f conftest.err conftest.
$ac_ext
4966 # OK, works on sane cases. Now check whether non-existent headers
4967 # can be detected and how.
4968 cat >conftest.
$ac_ext <<_ACEOF
4971 cat confdefs.h
>>conftest.
$ac_ext
4972 cat >>conftest.
$ac_ext <<_ACEOF
4973 /* end confdefs.h. */
4974 #include <ac_nonexistent.h>
4976 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4977 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4979 grep -v '^ *+' conftest.er1
>conftest.err
4981 cat conftest.err
>&5
4982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4983 (exit $ac_status); } >/dev
/null
; then
4984 if test -s conftest.err
; then
4985 ac_cpp_err
=$ac_c_preproc_warn_flag
4986 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4993 if test -z "$ac_cpp_err"; then
4994 # Broken: success on invalid input.
4997 echo "$as_me: failed program was:" >&5
4998 sed 's/^/| /' conftest.
$ac_ext >&5
5000 # Passes both tests.
5004 rm -f conftest.err conftest.
$ac_ext
5007 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5008 rm -f conftest.err conftest.
$ac_ext
5009 if $ac_preproc_ok; then
5012 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5013 See \`config.log' for more details." >&5
5014 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5015 See \`config.log' for more details." >&2;}
5016 { (exit 1); exit 1; }; }
5020 ac_cpp
='$CPP $CPPFLAGS'
5021 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5022 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5023 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5026 echo "$as_me:$LINENO: checking for egrep" >&5
5027 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5028 if test "${ac_cv_prog_egrep+set}" = set; then
5029 echo $ECHO_N "(cached) $ECHO_C" >&6
5031 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5032 then ac_cv_prog_egrep
='grep -E'
5033 else ac_cv_prog_egrep
='egrep'
5036 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5037 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5038 EGREP
=$ac_cv_prog_egrep
5041 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5042 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5043 if test "${ac_cv_header_stdc+set}" = set; then
5044 echo $ECHO_N "(cached) $ECHO_C" >&6
5046 cat >conftest.
$ac_ext <<_ACEOF
5049 cat confdefs.h
>>conftest.
$ac_ext
5050 cat >>conftest.
$ac_ext <<_ACEOF
5051 /* end confdefs.h. */
5065 rm -f conftest.
$ac_objext
5066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5067 (eval $ac_compile) 2>conftest.er1
5069 grep -v '^ *+' conftest.er1
>conftest.err
5071 cat conftest.err
>&5
5072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5073 (exit $ac_status); } &&
5074 { ac_try
='test -z "$ac_c_werror_flag"
5075 || test ! -s conftest.err'
5076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5080 (exit $ac_status); }; } &&
5081 { ac_try
='test -s conftest.$ac_objext'
5082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5086 (exit $ac_status); }; }; then
5087 ac_cv_header_stdc
=yes
5089 echo "$as_me: failed program was:" >&5
5090 sed 's/^/| /' conftest.
$ac_ext >&5
5092 ac_cv_header_stdc
=no
5094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5096 if test $ac_cv_header_stdc = yes; then
5097 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5098 cat >conftest.
$ac_ext <<_ACEOF
5101 cat confdefs.h
>>conftest.
$ac_ext
5102 cat >>conftest.
$ac_ext <<_ACEOF
5103 /* end confdefs.h. */
5107 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5108 $EGREP "memchr" >/dev
/null
2>&1; then
5111 ac_cv_header_stdc
=no
5117 if test $ac_cv_header_stdc = yes; then
5118 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5119 cat >conftest.
$ac_ext <<_ACEOF
5122 cat confdefs.h
>>conftest.
$ac_ext
5123 cat >>conftest.
$ac_ext <<_ACEOF
5124 /* end confdefs.h. */
5128 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5129 $EGREP "free" >/dev
/null
2>&1; then
5132 ac_cv_header_stdc
=no
5138 if test $ac_cv_header_stdc = yes; then
5139 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5140 if test "$cross_compiling" = yes; then
5143 cat >conftest.
$ac_ext <<_ACEOF
5146 cat confdefs.h
>>conftest.
$ac_ext
5147 cat >>conftest.
$ac_ext <<_ACEOF
5148 /* end confdefs.h. */
5150 #if ((' ' & 0x0FF) == 0x020)
5151 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5152 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5154 # define ISLOWER(c) \
5155 (('a' <= (c) && (c) <= 'i') \
5156 || ('j' <= (c) && (c) <= 'r') \
5157 || ('s' <= (c) && (c) <= 'z'))
5158 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5161 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5166 for (i = 0; i < 256; i++)
5167 if (XOR (islower (i), ISLOWER (i))
5168 || toupper (i) != TOUPPER (i))
5173 rm -f conftest
$ac_exeext
5174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5175 (eval $ac_link) 2>&5
5177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5178 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5183 (exit $ac_status); }; }; then
5186 echo "$as_me: program exited with status $ac_status" >&5
5187 echo "$as_me: failed program was:" >&5
5188 sed 's/^/| /' conftest.
$ac_ext >&5
5191 ac_cv_header_stdc
=no
5193 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5197 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5198 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5199 if test $ac_cv_header_stdc = yes; then
5201 cat >>confdefs.h
<<\_ACEOF
5202 #define STDC_HEADERS 1
5207 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
5208 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
5209 if test "${ac_cv_header_time+set}" = set; then
5210 echo $ECHO_N "(cached) $ECHO_C" >&6
5212 cat >conftest.
$ac_ext <<_ACEOF
5215 cat confdefs.h
>>conftest.
$ac_ext
5216 cat >>conftest.
$ac_ext <<_ACEOF
5217 /* end confdefs.h. */
5218 #include <sys/types.h>
5219 #include <sys/time.h>
5225 if ((struct tm *) 0)
5231 rm -f conftest.
$ac_objext
5232 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5233 (eval $ac_compile) 2>conftest.er1
5235 grep -v '^ *+' conftest.er1
>conftest.err
5237 cat conftest.err
>&5
5238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5239 (exit $ac_status); } &&
5240 { ac_try
='test -z "$ac_c_werror_flag"
5241 || test ! -s conftest.err'
5242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5246 (exit $ac_status); }; } &&
5247 { ac_try
='test -s conftest.$ac_objext'
5248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5252 (exit $ac_status); }; }; then
5253 ac_cv_header_time
=yes
5255 echo "$as_me: failed program was:" >&5
5256 sed 's/^/| /' conftest.
$ac_ext >&5
5258 ac_cv_header_time
=no
5260 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5262 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
5263 echo "${ECHO_T}$ac_cv_header_time" >&6
5264 if test $ac_cv_header_time = yes; then
5266 cat >>confdefs.h
<<\_ACEOF
5267 #define TIME_WITH_SYS_TIME 1
5272 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5282 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5283 inttypes.h stdint.h unistd.h
5285 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5286 echo "$as_me:$LINENO: checking for $ac_header" >&5
5287 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5288 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5289 echo $ECHO_N "(cached) $ECHO_C" >&6
5291 cat >conftest.
$ac_ext <<_ACEOF
5294 cat confdefs.h
>>conftest.
$ac_ext
5295 cat >>conftest.
$ac_ext <<_ACEOF
5296 /* end confdefs.h. */
5297 $ac_includes_default
5299 #include <$ac_header>
5301 rm -f conftest.
$ac_objext
5302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5303 (eval $ac_compile) 2>conftest.er1
5305 grep -v '^ *+' conftest.er1
>conftest.err
5307 cat conftest.err
>&5
5308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5309 (exit $ac_status); } &&
5310 { ac_try
='test -z "$ac_c_werror_flag"
5311 || test ! -s conftest.err'
5312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5316 (exit $ac_status); }; } &&
5317 { ac_try
='test -s conftest.$ac_objext'
5318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5322 (exit $ac_status); }; }; then
5323 eval "$as_ac_Header=yes"
5325 echo "$as_me: failed program was:" >&5
5326 sed 's/^/| /' conftest.
$ac_ext >&5
5328 eval "$as_ac_Header=no"
5330 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5332 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5333 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5334 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5335 cat >>confdefs.h
<<_ACEOF
5336 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5348 for ac_header
in unistd.h semaphore.h sys
/loadavg.h sys
/time.h
5350 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5351 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5352 echo "$as_me:$LINENO: checking for $ac_header" >&5
5353 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5354 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5355 echo $ECHO_N "(cached) $ECHO_C" >&6
5357 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5358 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5360 # Is the header compilable?
5361 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5362 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5363 cat >conftest.
$ac_ext <<_ACEOF
5366 cat confdefs.h
>>conftest.
$ac_ext
5367 cat >>conftest.
$ac_ext <<_ACEOF
5368 /* end confdefs.h. */
5369 $ac_includes_default
5370 #include <$ac_header>
5372 rm -f conftest.
$ac_objext
5373 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5374 (eval $ac_compile) 2>conftest.er1
5376 grep -v '^ *+' conftest.er1
>conftest.err
5378 cat conftest.err
>&5
5379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5380 (exit $ac_status); } &&
5381 { ac_try
='test -z "$ac_c_werror_flag"
5382 || test ! -s conftest.err'
5383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5387 (exit $ac_status); }; } &&
5388 { ac_try
='test -s conftest.$ac_objext'
5389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5393 (exit $ac_status); }; }; then
5394 ac_header_compiler
=yes
5396 echo "$as_me: failed program was:" >&5
5397 sed 's/^/| /' conftest.
$ac_ext >&5
5399 ac_header_compiler
=no
5401 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5402 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5403 echo "${ECHO_T}$ac_header_compiler" >&6
5405 # Is the header present?
5406 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5407 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5408 cat >conftest.
$ac_ext <<_ACEOF
5411 cat confdefs.h
>>conftest.
$ac_ext
5412 cat >>conftest.
$ac_ext <<_ACEOF
5413 /* end confdefs.h. */
5414 #include <$ac_header>
5416 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5417 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5419 grep -v '^ *+' conftest.er1
>conftest.err
5421 cat conftest.err
>&5
5422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5423 (exit $ac_status); } >/dev
/null
; then
5424 if test -s conftest.err
; then
5425 ac_cpp_err
=$ac_c_preproc_warn_flag
5426 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5433 if test -z "$ac_cpp_err"; then
5434 ac_header_preproc
=yes
5436 echo "$as_me: failed program was:" >&5
5437 sed 's/^/| /' conftest.
$ac_ext >&5
5439 ac_header_preproc
=no
5441 rm -f conftest.err conftest.
$ac_ext
5442 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5443 echo "${ECHO_T}$ac_header_preproc" >&6
5445 # So? What about this header?
5446 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5448 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5449 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5450 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5451 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5452 ac_header_preproc
=yes
5455 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5456 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5457 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5458 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5459 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5460 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5461 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5462 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5463 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5464 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5465 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5466 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5469 ## ----------------------------------------------------- ##
5470 ## Report this to the GNU OpenMP Runtime Library lists. ##
5471 ## ----------------------------------------------------- ##
5474 sed "s/^/$as_me: WARNING: /" >&2
5477 echo "$as_me:$LINENO: checking for $ac_header" >&5
5478 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5479 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5480 echo $ECHO_N "(cached) $ECHO_C" >&6
5482 eval "$as_ac_Header=\$ac_header_preproc"
5484 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5485 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5488 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5489 cat >>confdefs.h
<<_ACEOF
5490 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5500 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
5502 acx_cv_header_stdint
=stddef.h
5503 acx_cv_header_stdint_kind
="(already complete)"
5504 for i
in stdint.h
$inttype_headers; do
5505 unset ac_cv_type_uintptr_t
5506 unset ac_cv_type_uintmax_t
5507 unset ac_cv_type_int_least32_t
5508 unset ac_cv_type_int_fast32_t
5509 unset ac_cv_type_uint64_t
5510 echo $ECHO_N "looking for a compliant stdint.h in $i, $ECHO_C" >&6
5511 echo "$as_me:$LINENO: checking for uintmax_t" >&5
5512 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6
5513 if test "${ac_cv_type_uintmax_t+set}" = set; then
5514 echo $ECHO_N "(cached) $ECHO_C" >&6
5516 cat >conftest.
$ac_ext <<_ACEOF
5519 cat confdefs.h
>>conftest.
$ac_ext
5520 cat >>conftest.
$ac_ext <<_ACEOF
5521 /* end confdefs.h. */
5522 #include <sys/types.h>
5528 if ((uintmax_t *) 0)
5530 if (sizeof (uintmax_t))
5536 rm -f conftest.
$ac_objext
5537 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5538 (eval $ac_compile) 2>conftest.er1
5540 grep -v '^ *+' conftest.er1
>conftest.err
5542 cat conftest.err
>&5
5543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5544 (exit $ac_status); } &&
5545 { ac_try
='test -z "$ac_c_werror_flag"
5546 || test ! -s conftest.err'
5547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5551 (exit $ac_status); }; } &&
5552 { ac_try
='test -s conftest.$ac_objext'
5553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5557 (exit $ac_status); }; }; then
5558 ac_cv_type_uintmax_t
=yes
5560 echo "$as_me: failed program was:" >&5
5561 sed 's/^/| /' conftest.
$ac_ext >&5
5563 ac_cv_type_uintmax_t
=no
5565 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5567 echo "$as_me:$LINENO: result: $ac_cv_type_uintmax_t" >&5
5568 echo "${ECHO_T}$ac_cv_type_uintmax_t" >&6
5569 if test $ac_cv_type_uintmax_t = yes; then
5570 acx_cv_header_stdint
=$i
5575 echo "$as_me:$LINENO: checking for uintptr_t" >&5
5576 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
5577 if test "${ac_cv_type_uintptr_t+set}" = set; then
5578 echo $ECHO_N "(cached) $ECHO_C" >&6
5580 cat >conftest.
$ac_ext <<_ACEOF
5583 cat confdefs.h
>>conftest.
$ac_ext
5584 cat >>conftest.
$ac_ext <<_ACEOF
5585 /* end confdefs.h. */
5586 #include <sys/types.h>
5592 if ((uintptr_t *) 0)
5594 if (sizeof (uintptr_t))
5600 rm -f conftest.
$ac_objext
5601 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5602 (eval $ac_compile) 2>conftest.er1
5604 grep -v '^ *+' conftest.er1
>conftest.err
5606 cat conftest.err
>&5
5607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5608 (exit $ac_status); } &&
5609 { ac_try
='test -z "$ac_c_werror_flag"
5610 || test ! -s conftest.err'
5611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5615 (exit $ac_status); }; } &&
5616 { ac_try
='test -s conftest.$ac_objext'
5617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5621 (exit $ac_status); }; }; then
5622 ac_cv_type_uintptr_t
=yes
5624 echo "$as_me: failed program was:" >&5
5625 sed 's/^/| /' conftest.
$ac_ext >&5
5627 ac_cv_type_uintptr_t
=no
5629 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5631 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
5632 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
5633 if test $ac_cv_type_uintptr_t = yes; then
5636 acx_cv_header_stdint_kind
="(mostly complete)"
5639 echo "$as_me:$LINENO: checking for int_least32_t" >&5
5640 echo $ECHO_N "checking for int_least32_t... $ECHO_C" >&6
5641 if test "${ac_cv_type_int_least32_t+set}" = set; then
5642 echo $ECHO_N "(cached) $ECHO_C" >&6
5644 cat >conftest.
$ac_ext <<_ACEOF
5647 cat confdefs.h
>>conftest.
$ac_ext
5648 cat >>conftest.
$ac_ext <<_ACEOF
5649 /* end confdefs.h. */
5650 #include <sys/types.h>
5656 if ((int_least32_t *) 0)
5658 if (sizeof (int_least32_t))
5664 rm -f conftest.
$ac_objext
5665 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5666 (eval $ac_compile) 2>conftest.er1
5668 grep -v '^ *+' conftest.er1
>conftest.err
5670 cat conftest.err
>&5
5671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5672 (exit $ac_status); } &&
5673 { ac_try
='test -z "$ac_c_werror_flag"
5674 || test ! -s conftest.err'
5675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5679 (exit $ac_status); }; } &&
5680 { ac_try
='test -s conftest.$ac_objext'
5681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5685 (exit $ac_status); }; }; then
5686 ac_cv_type_int_least32_t
=yes
5688 echo "$as_me: failed program was:" >&5
5689 sed 's/^/| /' conftest.
$ac_ext >&5
5691 ac_cv_type_int_least32_t
=no
5693 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5695 echo "$as_me:$LINENO: result: $ac_cv_type_int_least32_t" >&5
5696 echo "${ECHO_T}$ac_cv_type_int_least32_t" >&6
5697 if test $ac_cv_type_int_least32_t = yes; then
5700 acx_cv_header_stdint_kind
="(mostly complete)"
5703 echo "$as_me:$LINENO: checking for int_fast32_t" >&5
5704 echo $ECHO_N "checking for int_fast32_t... $ECHO_C" >&6
5705 if test "${ac_cv_type_int_fast32_t+set}" = set; then
5706 echo $ECHO_N "(cached) $ECHO_C" >&6
5708 cat >conftest.
$ac_ext <<_ACEOF
5711 cat confdefs.h
>>conftest.
$ac_ext
5712 cat >>conftest.
$ac_ext <<_ACEOF
5713 /* end confdefs.h. */
5714 #include <sys/types.h>
5720 if ((int_fast32_t *) 0)
5722 if (sizeof (int_fast32_t))
5728 rm -f conftest.
$ac_objext
5729 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5730 (eval $ac_compile) 2>conftest.er1
5732 grep -v '^ *+' conftest.er1
>conftest.err
5734 cat conftest.err
>&5
5735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5736 (exit $ac_status); } &&
5737 { ac_try
='test -z "$ac_c_werror_flag"
5738 || test ! -s conftest.err'
5739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5743 (exit $ac_status); }; } &&
5744 { ac_try
='test -s conftest.$ac_objext'
5745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5749 (exit $ac_status); }; }; then
5750 ac_cv_type_int_fast32_t
=yes
5752 echo "$as_me: failed program was:" >&5
5753 sed 's/^/| /' conftest.
$ac_ext >&5
5755 ac_cv_type_int_fast32_t
=no
5757 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5759 echo "$as_me:$LINENO: result: $ac_cv_type_int_fast32_t" >&5
5760 echo "${ECHO_T}$ac_cv_type_int_fast32_t" >&6
5761 if test $ac_cv_type_int_fast32_t = yes; then
5764 acx_cv_header_stdint_kind
="(mostly complete)"
5767 echo "$as_me:$LINENO: checking for uint64_t" >&5
5768 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
5769 if test "${ac_cv_type_uint64_t+set}" = set; then
5770 echo $ECHO_N "(cached) $ECHO_C" >&6
5772 cat >conftest.
$ac_ext <<_ACEOF
5775 cat confdefs.h
>>conftest.
$ac_ext
5776 cat >>conftest.
$ac_ext <<_ACEOF
5777 /* end confdefs.h. */
5778 #include <sys/types.h>
5786 if (sizeof (uint64_t))
5792 rm -f conftest.
$ac_objext
5793 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5794 (eval $ac_compile) 2>conftest.er1
5796 grep -v '^ *+' conftest.er1
>conftest.err
5798 cat conftest.err
>&5
5799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5800 (exit $ac_status); } &&
5801 { ac_try
='test -z "$ac_c_werror_flag"
5802 || test ! -s conftest.err'
5803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5807 (exit $ac_status); }; } &&
5808 { ac_try
='test -s conftest.$ac_objext'
5809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5813 (exit $ac_status); }; }; then
5814 ac_cv_type_uint64_t
=yes
5816 echo "$as_me: failed program was:" >&5
5817 sed 's/^/| /' conftest.
$ac_ext >&5
5819 ac_cv_type_uint64_t
=no
5821 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5823 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
5824 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
5825 if test $ac_cv_type_uint64_t = yes; then
5828 acx_cv_header_stdint_kind
="(lacks uint64_t)"
5833 if test "$acx_cv_header_stdint" = stddef.h
; then
5834 acx_cv_header_stdint_kind
="(lacks uintptr_t)"
5835 for i
in stdint.h
$inttype_headers; do
5836 unset ac_cv_type_uint32_t
5837 unset ac_cv_type_uint64_t
5838 echo $ECHO_N "looking for an incomplete stdint.h in $i, $ECHO_C" >&6
5839 echo "$as_me:$LINENO: checking for uint32_t" >&5
5840 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
5841 if test "${ac_cv_type_uint32_t+set}" = set; then
5842 echo $ECHO_N "(cached) $ECHO_C" >&6
5844 cat >conftest.
$ac_ext <<_ACEOF
5847 cat confdefs.h
>>conftest.
$ac_ext
5848 cat >>conftest.
$ac_ext <<_ACEOF
5849 /* end confdefs.h. */
5850 #include <sys/types.h>
5858 if (sizeof (uint32_t))
5864 rm -f conftest.
$ac_objext
5865 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5866 (eval $ac_compile) 2>conftest.er1
5868 grep -v '^ *+' conftest.er1
>conftest.err
5870 cat conftest.err
>&5
5871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5872 (exit $ac_status); } &&
5873 { ac_try
='test -z "$ac_c_werror_flag"
5874 || test ! -s conftest.err'
5875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5879 (exit $ac_status); }; } &&
5880 { ac_try
='test -s conftest.$ac_objext'
5881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5885 (exit $ac_status); }; }; then
5886 ac_cv_type_uint32_t
=yes
5888 echo "$as_me: failed program was:" >&5
5889 sed 's/^/| /' conftest.
$ac_ext >&5
5891 ac_cv_type_uint32_t
=no
5893 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5895 echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
5896 echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
5897 if test $ac_cv_type_uint32_t = yes; then
5898 acx_cv_header_stdint
=$i
5903 echo "$as_me:$LINENO: checking for uint64_t" >&5
5904 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
5905 if test "${ac_cv_type_uint64_t+set}" = set; then
5906 echo $ECHO_N "(cached) $ECHO_C" >&6
5908 cat >conftest.
$ac_ext <<_ACEOF
5911 cat confdefs.h
>>conftest.
$ac_ext
5912 cat >>conftest.
$ac_ext <<_ACEOF
5913 /* end confdefs.h. */
5914 #include <sys/types.h>
5922 if (sizeof (uint64_t))
5928 rm -f conftest.
$ac_objext
5929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5930 (eval $ac_compile) 2>conftest.er1
5932 grep -v '^ *+' conftest.er1
>conftest.err
5934 cat conftest.err
>&5
5935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5936 (exit $ac_status); } &&
5937 { ac_try
='test -z "$ac_c_werror_flag"
5938 || test ! -s conftest.err'
5939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5943 (exit $ac_status); }; } &&
5944 { ac_try
='test -s conftest.$ac_objext'
5945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5949 (exit $ac_status); }; }; then
5950 ac_cv_type_uint64_t
=yes
5952 echo "$as_me: failed program was:" >&5
5953 sed 's/^/| /' conftest.
$ac_ext >&5
5955 ac_cv_type_uint64_t
=no
5957 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5959 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
5960 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
5961 if test $ac_cv_type_uint64_t = yes; then
5964 acx_cv_header_stdint_kind
="(lacks uintptr_t and uint64_t)"
5970 if test "$acx_cv_header_stdint" = stddef.h
; then
5971 acx_cv_header_stdint_kind
="(u_intXX_t style)"
5972 for i
in sys
/types.h
$inttype_headers; do
5973 unset ac_cv_type_u_int32_t
5974 unset ac_cv_type_u_int64_t
5975 echo $ECHO_N "looking for u_intXX_t types in $i, $ECHO_C" >&6
5976 echo "$as_me:$LINENO: checking for u_int32_t" >&5
5977 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6
5978 if test "${ac_cv_type_u_int32_t+set}" = set; then
5979 echo $ECHO_N "(cached) $ECHO_C" >&6
5981 cat >conftest.
$ac_ext <<_ACEOF
5984 cat confdefs.h
>>conftest.
$ac_ext
5985 cat >>conftest.
$ac_ext <<_ACEOF
5986 /* end confdefs.h. */
5987 #include <sys/types.h>
5993 if ((u_int32_t *) 0)
5995 if (sizeof (u_int32_t))
6001 rm -f conftest.
$ac_objext
6002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6003 (eval $ac_compile) 2>conftest.er1
6005 grep -v '^ *+' conftest.er1
>conftest.err
6007 cat conftest.err
>&5
6008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6009 (exit $ac_status); } &&
6010 { ac_try
='test -z "$ac_c_werror_flag"
6011 || test ! -s conftest.err'
6012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6016 (exit $ac_status); }; } &&
6017 { ac_try
='test -s conftest.$ac_objext'
6018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6022 (exit $ac_status); }; }; then
6023 ac_cv_type_u_int32_t
=yes
6025 echo "$as_me: failed program was:" >&5
6026 sed 's/^/| /' conftest.
$ac_ext >&5
6028 ac_cv_type_u_int32_t
=no
6030 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6032 echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
6033 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6
6034 if test $ac_cv_type_u_int32_t = yes; then
6035 acx_cv_header_stdint
=$i
6040 echo "$as_me:$LINENO: checking for u_int64_t" >&5
6041 echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6
6042 if test "${ac_cv_type_u_int64_t+set}" = set; then
6043 echo $ECHO_N "(cached) $ECHO_C" >&6
6045 cat >conftest.
$ac_ext <<_ACEOF
6048 cat confdefs.h
>>conftest.
$ac_ext
6049 cat >>conftest.
$ac_ext <<_ACEOF
6050 /* end confdefs.h. */
6051 #include <sys/types.h>
6057 if ((u_int64_t *) 0)
6059 if (sizeof (u_int64_t))
6065 rm -f conftest.
$ac_objext
6066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6067 (eval $ac_compile) 2>conftest.er1
6069 grep -v '^ *+' conftest.er1
>conftest.err
6071 cat conftest.err
>&5
6072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6073 (exit $ac_status); } &&
6074 { ac_try
='test -z "$ac_c_werror_flag"
6075 || test ! -s conftest.err'
6076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6080 (exit $ac_status); }; } &&
6081 { ac_try
='test -s conftest.$ac_objext'
6082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6086 (exit $ac_status); }; }; then
6087 ac_cv_type_u_int64_t
=yes
6089 echo "$as_me: failed program was:" >&5
6090 sed 's/^/| /' conftest.
$ac_ext >&5
6092 ac_cv_type_u_int64_t
=no
6094 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6096 echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5
6097 echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6
6098 if test $ac_cv_type_u_int64_t = yes; then
6101 acx_cv_header_stdint_kind
="(u_intXX_t style, lacks u_int64_t)"
6107 if test "$acx_cv_header_stdint" = stddef.h
; then
6108 acx_cv_header_stdint_kind
="(using manual detection)"
6111 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
6112 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
6113 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
6114 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
6115 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
6117 # ----------------- Summarize what we found so far
6119 echo "$as_me:$LINENO: checking what to include in gstdint.h" >&5
6120 echo $ECHO_N "checking what to include in gstdint.h... $ECHO_C" >&6
6122 case `$as_basename gstdint.h ||
6123 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
6124 Xgstdint.h : 'X\(//\)$' \| \
6125 Xgstdint.h : 'X\(/\)$' \| \
6126 . : '\(.\)' 2>/dev/null ||
6128 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
6129 /^X\/\(\/\/\)$/{ s//\1/; q; }
6130 /^X\/\(\/\).*/{ s//\1/; q; }
6132 stdint.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
6133 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
6134 inttypes.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
6135 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
6139 echo "$as_me:$LINENO: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
6140 echo "${ECHO_T}$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6
6142 # ----------------- done included file, check C basic types --------
6144 # Lacking an uintptr_t? Test size of void *
6145 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
6146 stddef.h
:* |
*:no
) echo "$as_me:$LINENO: checking for void *" >&5
6147 echo $ECHO_N "checking for void *... $ECHO_C" >&6
6148 if test "${ac_cv_type_void_p+set}" = set; then
6149 echo $ECHO_N "(cached) $ECHO_C" >&6
6151 cat >conftest.
$ac_ext <<_ACEOF
6154 cat confdefs.h
>>conftest.
$ac_ext
6155 cat >>conftest.
$ac_ext <<_ACEOF
6156 /* end confdefs.h. */
6157 $ac_includes_default
6163 if (sizeof (void *))
6169 rm -f conftest.
$ac_objext
6170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6171 (eval $ac_compile) 2>conftest.er1
6173 grep -v '^ *+' conftest.er1
>conftest.err
6175 cat conftest.err
>&5
6176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6177 (exit $ac_status); } &&
6178 { ac_try
='test -z "$ac_c_werror_flag"
6179 || test ! -s conftest.err'
6180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6184 (exit $ac_status); }; } &&
6185 { ac_try
='test -s conftest.$ac_objext'
6186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6190 (exit $ac_status); }; }; then
6191 ac_cv_type_void_p
=yes
6193 echo "$as_me: failed program was:" >&5
6194 sed 's/^/| /' conftest.
$ac_ext >&5
6196 ac_cv_type_void_p
=no
6198 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6200 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
6201 echo "${ECHO_T}$ac_cv_type_void_p" >&6
6203 echo "$as_me:$LINENO: checking size of void *" >&5
6204 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
6205 if test "${ac_cv_sizeof_void_p+set}" = set; then
6206 echo $ECHO_N "(cached) $ECHO_C" >&6
6208 if test "$ac_cv_type_void_p" = yes; then
6209 # The cast to unsigned long works around a bug in the HP C Compiler
6210 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6211 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6212 # This bug is HP SR number 8606223364.
6213 if test "$cross_compiling" = yes; then
6214 # Depending upon the size, compute the lo and hi bounds.
6215 cat >conftest.
$ac_ext <<_ACEOF
6218 cat confdefs.h
>>conftest.
$ac_ext
6219 cat >>conftest.
$ac_ext <<_ACEOF
6220 /* end confdefs.h. */
6221 $ac_includes_default
6225 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
6232 rm -f conftest.
$ac_objext
6233 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6234 (eval $ac_compile) 2>conftest.er1
6236 grep -v '^ *+' conftest.er1
>conftest.err
6238 cat conftest.err
>&5
6239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6240 (exit $ac_status); } &&
6241 { ac_try
='test -z "$ac_c_werror_flag"
6242 || test ! -s conftest.err'
6243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6247 (exit $ac_status); }; } &&
6248 { ac_try
='test -s conftest.$ac_objext'
6249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6253 (exit $ac_status); }; }; then
6256 cat >conftest.
$ac_ext <<_ACEOF
6259 cat confdefs.h
>>conftest.
$ac_ext
6260 cat >>conftest.
$ac_ext <<_ACEOF
6261 /* end confdefs.h. */
6262 $ac_includes_default
6266 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
6273 rm -f conftest.
$ac_objext
6274 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6275 (eval $ac_compile) 2>conftest.er1
6277 grep -v '^ *+' conftest.er1
>conftest.err
6279 cat conftest.err
>&5
6280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6281 (exit $ac_status); } &&
6282 { ac_try
='test -z "$ac_c_werror_flag"
6283 || test ! -s conftest.err'
6284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6288 (exit $ac_status); }; } &&
6289 { ac_try
='test -s conftest.$ac_objext'
6290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6294 (exit $ac_status); }; }; then
6295 ac_hi
=$ac_mid; break
6297 echo "$as_me: failed program was:" >&5
6298 sed 's/^/| /' conftest.
$ac_ext >&5
6300 ac_lo
=`expr $ac_mid + 1`
6301 if test $ac_lo -le $ac_mid; then
6305 ac_mid
=`expr 2 '*' $ac_mid + 1`
6307 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6310 echo "$as_me: failed program was:" >&5
6311 sed 's/^/| /' conftest.
$ac_ext >&5
6313 cat >conftest.
$ac_ext <<_ACEOF
6316 cat confdefs.h
>>conftest.
$ac_ext
6317 cat >>conftest.
$ac_ext <<_ACEOF
6318 /* end confdefs.h. */
6319 $ac_includes_default
6323 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
6330 rm -f conftest.
$ac_objext
6331 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6332 (eval $ac_compile) 2>conftest.er1
6334 grep -v '^ *+' conftest.er1
>conftest.err
6336 cat conftest.err
>&5
6337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6338 (exit $ac_status); } &&
6339 { ac_try
='test -z "$ac_c_werror_flag"
6340 || test ! -s conftest.err'
6341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6345 (exit $ac_status); }; } &&
6346 { ac_try
='test -s conftest.$ac_objext'
6347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6351 (exit $ac_status); }; }; then
6354 cat >conftest.
$ac_ext <<_ACEOF
6357 cat confdefs.h
>>conftest.
$ac_ext
6358 cat >>conftest.
$ac_ext <<_ACEOF
6359 /* end confdefs.h. */
6360 $ac_includes_default
6364 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
6371 rm -f conftest.
$ac_objext
6372 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6373 (eval $ac_compile) 2>conftest.er1
6375 grep -v '^ *+' conftest.er1
>conftest.err
6377 cat conftest.err
>&5
6378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6379 (exit $ac_status); } &&
6380 { ac_try
='test -z "$ac_c_werror_flag"
6381 || test ! -s conftest.err'
6382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6386 (exit $ac_status); }; } &&
6387 { ac_try
='test -s conftest.$ac_objext'
6388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6392 (exit $ac_status); }; }; then
6393 ac_lo
=$ac_mid; break
6395 echo "$as_me: failed program was:" >&5
6396 sed 's/^/| /' conftest.
$ac_ext >&5
6398 ac_hi
=`expr '(' $ac_mid ')' - 1`
6399 if test $ac_mid -le $ac_hi; then
6403 ac_mid
=`expr 2 '*' $ac_mid`
6405 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6408 echo "$as_me: failed program was:" >&5
6409 sed 's/^/| /' conftest.
$ac_ext >&5
6413 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6415 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6416 # Binary search between lo and hi bounds.
6417 while test "x$ac_lo" != "x$ac_hi"; do
6418 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
6419 cat >conftest.
$ac_ext <<_ACEOF
6422 cat confdefs.h
>>conftest.
$ac_ext
6423 cat >>conftest.
$ac_ext <<_ACEOF
6424 /* end confdefs.h. */
6425 $ac_includes_default
6429 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
6436 rm -f conftest.
$ac_objext
6437 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6438 (eval $ac_compile) 2>conftest.er1
6440 grep -v '^ *+' conftest.er1
>conftest.err
6442 cat conftest.err
>&5
6443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6444 (exit $ac_status); } &&
6445 { ac_try
='test -z "$ac_c_werror_flag"
6446 || test ! -s conftest.err'
6447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6451 (exit $ac_status); }; } &&
6452 { ac_try
='test -s conftest.$ac_objext'
6453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6457 (exit $ac_status); }; }; then
6460 echo "$as_me: failed program was:" >&5
6461 sed 's/^/| /' conftest.
$ac_ext >&5
6463 ac_lo
=`expr '(' $ac_mid ')' + 1`
6465 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6468 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
6469 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
6470 See \`config.log' for more details." >&5
6471 echo "$as_me: error: cannot compute sizeof (void *), 77
6472 See \`config.log' for more details." >&2;}
6473 { (exit 1); exit 1; }; } ;;
6476 if test "$cross_compiling" = yes; then
6477 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
6478 See \`config.log' for more details." >&5
6479 echo "$as_me: error: cannot run test program while cross compiling
6480 See \`config.log' for more details." >&2;}
6481 { (exit 1); exit 1; }; }
6483 cat >conftest.
$ac_ext <<_ACEOF
6486 cat confdefs.h
>>conftest.
$ac_ext
6487 cat >>conftest.
$ac_ext <<_ACEOF
6488 /* end confdefs.h. */
6489 $ac_includes_default
6490 long longval () { return (long) (sizeof (void *)); }
6491 unsigned long ulongval () { return (long) (sizeof (void *)); }
6498 FILE *f = fopen ("conftest.val", "w");
6501 if (((long) (sizeof (void *))) < 0)
6503 long i = longval ();
6504 if (i != ((long) (sizeof (void *))))
6506 fprintf (f, "%ld\n", i);
6510 unsigned long i = ulongval ();
6511 if (i != ((long) (sizeof (void *))))
6513 fprintf (f, "%lu\n", i);
6515 exit (ferror (f) || fclose (f) != 0);
6521 rm -f conftest
$ac_exeext
6522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6523 (eval $ac_link) 2>&5
6525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6526 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6531 (exit $ac_status); }; }; then
6532 ac_cv_sizeof_void_p
=`cat conftest.val`
6534 echo "$as_me: program exited with status $ac_status" >&5
6535 echo "$as_me: failed program was:" >&5
6536 sed 's/^/| /' conftest.
$ac_ext >&5
6539 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
6540 See \`config.log' for more details." >&5
6541 echo "$as_me: error: cannot compute sizeof (void *), 77
6542 See \`config.log' for more details." >&2;}
6543 { (exit 1); exit 1; }; }
6545 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6550 ac_cv_sizeof_void_p
=0
6553 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
6554 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
6555 cat >>confdefs.h
<<_ACEOF
6556 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
6562 # Lacking an uint64_t? Test size of long
6563 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
6564 stddef.h
:*:* |
*:no
:no
) echo "$as_me:$LINENO: checking for long" >&5
6565 echo $ECHO_N "checking for long... $ECHO_C" >&6
6566 if test "${ac_cv_type_long+set}" = set; then
6567 echo $ECHO_N "(cached) $ECHO_C" >&6
6569 cat >conftest.
$ac_ext <<_ACEOF
6572 cat confdefs.h
>>conftest.
$ac_ext
6573 cat >>conftest.
$ac_ext <<_ACEOF
6574 /* end confdefs.h. */
6575 $ac_includes_default
6587 rm -f conftest.
$ac_objext
6588 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6589 (eval $ac_compile) 2>conftest.er1
6591 grep -v '^ *+' conftest.er1
>conftest.err
6593 cat conftest.err
>&5
6594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6595 (exit $ac_status); } &&
6596 { ac_try
='test -z "$ac_c_werror_flag"
6597 || test ! -s conftest.err'
6598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6602 (exit $ac_status); }; } &&
6603 { ac_try
='test -s conftest.$ac_objext'
6604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6608 (exit $ac_status); }; }; then
6611 echo "$as_me: failed program was:" >&5
6612 sed 's/^/| /' conftest.
$ac_ext >&5
6616 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6618 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
6619 echo "${ECHO_T}$ac_cv_type_long" >&6
6621 echo "$as_me:$LINENO: checking size of long" >&5
6622 echo $ECHO_N "checking size of long... $ECHO_C" >&6
6623 if test "${ac_cv_sizeof_long+set}" = set; then
6624 echo $ECHO_N "(cached) $ECHO_C" >&6
6626 if test "$ac_cv_type_long" = yes; then
6627 # The cast to unsigned long works around a bug in the HP C Compiler
6628 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
6629 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
6630 # This bug is HP SR number 8606223364.
6631 if test "$cross_compiling" = yes; then
6632 # Depending upon the size, compute the lo and hi bounds.
6633 cat >conftest.
$ac_ext <<_ACEOF
6636 cat confdefs.h
>>conftest.
$ac_ext
6637 cat >>conftest.
$ac_ext <<_ACEOF
6638 /* end confdefs.h. */
6639 $ac_includes_default
6643 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
6650 rm -f conftest.
$ac_objext
6651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6652 (eval $ac_compile) 2>conftest.er1
6654 grep -v '^ *+' conftest.er1
>conftest.err
6656 cat conftest.err
>&5
6657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6658 (exit $ac_status); } &&
6659 { ac_try
='test -z "$ac_c_werror_flag"
6660 || test ! -s conftest.err'
6661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6665 (exit $ac_status); }; } &&
6666 { ac_try
='test -s conftest.$ac_objext'
6667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6671 (exit $ac_status); }; }; then
6674 cat >conftest.
$ac_ext <<_ACEOF
6677 cat confdefs.h
>>conftest.
$ac_ext
6678 cat >>conftest.
$ac_ext <<_ACEOF
6679 /* end confdefs.h. */
6680 $ac_includes_default
6684 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
6691 rm -f conftest.
$ac_objext
6692 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6693 (eval $ac_compile) 2>conftest.er1
6695 grep -v '^ *+' conftest.er1
>conftest.err
6697 cat conftest.err
>&5
6698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6699 (exit $ac_status); } &&
6700 { ac_try
='test -z "$ac_c_werror_flag"
6701 || test ! -s conftest.err'
6702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6706 (exit $ac_status); }; } &&
6707 { ac_try
='test -s conftest.$ac_objext'
6708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6712 (exit $ac_status); }; }; then
6713 ac_hi
=$ac_mid; break
6715 echo "$as_me: failed program was:" >&5
6716 sed 's/^/| /' conftest.
$ac_ext >&5
6718 ac_lo
=`expr $ac_mid + 1`
6719 if test $ac_lo -le $ac_mid; then
6723 ac_mid
=`expr 2 '*' $ac_mid + 1`
6725 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6728 echo "$as_me: failed program was:" >&5
6729 sed 's/^/| /' conftest.
$ac_ext >&5
6731 cat >conftest.
$ac_ext <<_ACEOF
6734 cat confdefs.h
>>conftest.
$ac_ext
6735 cat >>conftest.
$ac_ext <<_ACEOF
6736 /* end confdefs.h. */
6737 $ac_includes_default
6741 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
6748 rm -f conftest.
$ac_objext
6749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6750 (eval $ac_compile) 2>conftest.er1
6752 grep -v '^ *+' conftest.er1
>conftest.err
6754 cat conftest.err
>&5
6755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6756 (exit $ac_status); } &&
6757 { ac_try
='test -z "$ac_c_werror_flag"
6758 || test ! -s conftest.err'
6759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6763 (exit $ac_status); }; } &&
6764 { ac_try
='test -s conftest.$ac_objext'
6765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6769 (exit $ac_status); }; }; then
6772 cat >conftest.
$ac_ext <<_ACEOF
6775 cat confdefs.h
>>conftest.
$ac_ext
6776 cat >>conftest.
$ac_ext <<_ACEOF
6777 /* end confdefs.h. */
6778 $ac_includes_default
6782 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
6789 rm -f conftest.
$ac_objext
6790 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6791 (eval $ac_compile) 2>conftest.er1
6793 grep -v '^ *+' conftest.er1
>conftest.err
6795 cat conftest.err
>&5
6796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6797 (exit $ac_status); } &&
6798 { ac_try
='test -z "$ac_c_werror_flag"
6799 || test ! -s conftest.err'
6800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6804 (exit $ac_status); }; } &&
6805 { ac_try
='test -s conftest.$ac_objext'
6806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6810 (exit $ac_status); }; }; then
6811 ac_lo
=$ac_mid; break
6813 echo "$as_me: failed program was:" >&5
6814 sed 's/^/| /' conftest.
$ac_ext >&5
6816 ac_hi
=`expr '(' $ac_mid ')' - 1`
6817 if test $ac_mid -le $ac_hi; then
6821 ac_mid
=`expr 2 '*' $ac_mid`
6823 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6826 echo "$as_me: failed program was:" >&5
6827 sed 's/^/| /' conftest.
$ac_ext >&5
6831 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6833 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6834 # Binary search between lo and hi bounds.
6835 while test "x$ac_lo" != "x$ac_hi"; do
6836 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
6837 cat >conftest.
$ac_ext <<_ACEOF
6840 cat confdefs.h
>>conftest.
$ac_ext
6841 cat >>conftest.
$ac_ext <<_ACEOF
6842 /* end confdefs.h. */
6843 $ac_includes_default
6847 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
6854 rm -f conftest.
$ac_objext
6855 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6856 (eval $ac_compile) 2>conftest.er1
6858 grep -v '^ *+' conftest.er1
>conftest.err
6860 cat conftest.err
>&5
6861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6862 (exit $ac_status); } &&
6863 { ac_try
='test -z "$ac_c_werror_flag"
6864 || test ! -s conftest.err'
6865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6869 (exit $ac_status); }; } &&
6870 { ac_try
='test -s conftest.$ac_objext'
6871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6875 (exit $ac_status); }; }; then
6878 echo "$as_me: failed program was:" >&5
6879 sed 's/^/| /' conftest.
$ac_ext >&5
6881 ac_lo
=`expr '(' $ac_mid ')' + 1`
6883 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6886 ?
*) ac_cv_sizeof_long
=$ac_lo;;
6887 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
6888 See \`config.log' for more details." >&5
6889 echo "$as_me: error: cannot compute sizeof (long), 77
6890 See \`config.log' for more details." >&2;}
6891 { (exit 1); exit 1; }; } ;;
6894 if test "$cross_compiling" = yes; then
6895 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
6896 See \`config.log' for more details." >&5
6897 echo "$as_me: error: cannot run test program while cross compiling
6898 See \`config.log' for more details." >&2;}
6899 { (exit 1); exit 1; }; }
6901 cat >conftest.
$ac_ext <<_ACEOF
6904 cat confdefs.h
>>conftest.
$ac_ext
6905 cat >>conftest.
$ac_ext <<_ACEOF
6906 /* end confdefs.h. */
6907 $ac_includes_default
6908 long longval () { return (long) (sizeof (long)); }
6909 unsigned long ulongval () { return (long) (sizeof (long)); }
6916 FILE *f = fopen ("conftest.val", "w");
6919 if (((long) (sizeof (long))) < 0)
6921 long i = longval ();
6922 if (i != ((long) (sizeof (long))))
6924 fprintf (f, "%ld\n", i);
6928 unsigned long i = ulongval ();
6929 if (i != ((long) (sizeof (long))))
6931 fprintf (f, "%lu\n", i);
6933 exit (ferror (f) || fclose (f) != 0);
6939 rm -f conftest
$ac_exeext
6940 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6941 (eval $ac_link) 2>&5
6943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6944 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6949 (exit $ac_status); }; }; then
6950 ac_cv_sizeof_long
=`cat conftest.val`
6952 echo "$as_me: program exited with status $ac_status" >&5
6953 echo "$as_me: failed program was:" >&5
6954 sed 's/^/| /' conftest.
$ac_ext >&5
6957 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
6958 See \`config.log' for more details." >&5
6959 echo "$as_me: error: cannot compute sizeof (long), 77
6960 See \`config.log' for more details." >&2;}
6961 { (exit 1); exit 1; }; }
6963 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6971 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
6972 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
6973 cat >>confdefs.h
<<_ACEOF
6974 #define SIZEOF_LONG $ac_cv_sizeof_long
6980 if test $acx_cv_header_stdint = stddef.h
; then
6981 # Lacking a good header? Test size of everything and deduce all types.
6982 echo "$as_me:$LINENO: checking for int" >&5
6983 echo $ECHO_N "checking for int... $ECHO_C" >&6
6984 if test "${ac_cv_type_int+set}" = set; then
6985 echo $ECHO_N "(cached) $ECHO_C" >&6
6987 cat >conftest.
$ac_ext <<_ACEOF
6990 cat confdefs.h
>>conftest.
$ac_ext
6991 cat >>conftest.
$ac_ext <<_ACEOF
6992 /* end confdefs.h. */
6993 $ac_includes_default
7005 rm -f conftest.
$ac_objext
7006 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7007 (eval $ac_compile) 2>conftest.er1
7009 grep -v '^ *+' conftest.er1
>conftest.err
7011 cat conftest.err
>&5
7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7013 (exit $ac_status); } &&
7014 { ac_try
='test -z "$ac_c_werror_flag"
7015 || test ! -s conftest.err'
7016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7020 (exit $ac_status); }; } &&
7021 { ac_try
='test -s conftest.$ac_objext'
7022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7026 (exit $ac_status); }; }; then
7029 echo "$as_me: failed program was:" >&5
7030 sed 's/^/| /' conftest.
$ac_ext >&5
7034 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7036 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
7037 echo "${ECHO_T}$ac_cv_type_int" >&6
7039 echo "$as_me:$LINENO: checking size of int" >&5
7040 echo $ECHO_N "checking size of int... $ECHO_C" >&6
7041 if test "${ac_cv_sizeof_int+set}" = set; then
7042 echo $ECHO_N "(cached) $ECHO_C" >&6
7044 if test "$ac_cv_type_int" = yes; then
7045 # The cast to unsigned long works around a bug in the HP C Compiler
7046 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7047 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7048 # This bug is HP SR number 8606223364.
7049 if test "$cross_compiling" = yes; then
7050 # Depending upon the size, compute the lo and hi bounds.
7051 cat >conftest.
$ac_ext <<_ACEOF
7054 cat confdefs.h
>>conftest.
$ac_ext
7055 cat >>conftest.
$ac_ext <<_ACEOF
7056 /* end confdefs.h. */
7057 $ac_includes_default
7061 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
7068 rm -f conftest.
$ac_objext
7069 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7070 (eval $ac_compile) 2>conftest.er1
7072 grep -v '^ *+' conftest.er1
>conftest.err
7074 cat conftest.err
>&5
7075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7076 (exit $ac_status); } &&
7077 { ac_try
='test -z "$ac_c_werror_flag"
7078 || test ! -s conftest.err'
7079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7083 (exit $ac_status); }; } &&
7084 { ac_try
='test -s conftest.$ac_objext'
7085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089 (exit $ac_status); }; }; then
7092 cat >conftest.
$ac_ext <<_ACEOF
7095 cat confdefs.h
>>conftest.
$ac_ext
7096 cat >>conftest.
$ac_ext <<_ACEOF
7097 /* end confdefs.h. */
7098 $ac_includes_default
7102 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
7109 rm -f conftest.
$ac_objext
7110 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7111 (eval $ac_compile) 2>conftest.er1
7113 grep -v '^ *+' conftest.er1
>conftest.err
7115 cat conftest.err
>&5
7116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7117 (exit $ac_status); } &&
7118 { ac_try
='test -z "$ac_c_werror_flag"
7119 || test ! -s conftest.err'
7120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7124 (exit $ac_status); }; } &&
7125 { ac_try
='test -s conftest.$ac_objext'
7126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7130 (exit $ac_status); }; }; then
7131 ac_hi
=$ac_mid; break
7133 echo "$as_me: failed program was:" >&5
7134 sed 's/^/| /' conftest.
$ac_ext >&5
7136 ac_lo
=`expr $ac_mid + 1`
7137 if test $ac_lo -le $ac_mid; then
7141 ac_mid
=`expr 2 '*' $ac_mid + 1`
7143 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7146 echo "$as_me: failed program was:" >&5
7147 sed 's/^/| /' conftest.
$ac_ext >&5
7149 cat >conftest.
$ac_ext <<_ACEOF
7152 cat confdefs.h
>>conftest.
$ac_ext
7153 cat >>conftest.
$ac_ext <<_ACEOF
7154 /* end confdefs.h. */
7155 $ac_includes_default
7159 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
7166 rm -f conftest.
$ac_objext
7167 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7168 (eval $ac_compile) 2>conftest.er1
7170 grep -v '^ *+' conftest.er1
>conftest.err
7172 cat conftest.err
>&5
7173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7174 (exit $ac_status); } &&
7175 { ac_try
='test -z "$ac_c_werror_flag"
7176 || test ! -s conftest.err'
7177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7181 (exit $ac_status); }; } &&
7182 { ac_try
='test -s conftest.$ac_objext'
7183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7187 (exit $ac_status); }; }; then
7190 cat >conftest.
$ac_ext <<_ACEOF
7193 cat confdefs.h
>>conftest.
$ac_ext
7194 cat >>conftest.
$ac_ext <<_ACEOF
7195 /* end confdefs.h. */
7196 $ac_includes_default
7200 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
7207 rm -f conftest.
$ac_objext
7208 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7209 (eval $ac_compile) 2>conftest.er1
7211 grep -v '^ *+' conftest.er1
>conftest.err
7213 cat conftest.err
>&5
7214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7215 (exit $ac_status); } &&
7216 { ac_try
='test -z "$ac_c_werror_flag"
7217 || test ! -s conftest.err'
7218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7222 (exit $ac_status); }; } &&
7223 { ac_try
='test -s conftest.$ac_objext'
7224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7228 (exit $ac_status); }; }; then
7229 ac_lo
=$ac_mid; break
7231 echo "$as_me: failed program was:" >&5
7232 sed 's/^/| /' conftest.
$ac_ext >&5
7234 ac_hi
=`expr '(' $ac_mid ')' - 1`
7235 if test $ac_mid -le $ac_hi; then
7239 ac_mid
=`expr 2 '*' $ac_mid`
7241 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7244 echo "$as_me: failed program was:" >&5
7245 sed 's/^/| /' conftest.
$ac_ext >&5
7249 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7251 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7252 # Binary search between lo and hi bounds.
7253 while test "x$ac_lo" != "x$ac_hi"; do
7254 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7255 cat >conftest.
$ac_ext <<_ACEOF
7258 cat confdefs.h
>>conftest.
$ac_ext
7259 cat >>conftest.
$ac_ext <<_ACEOF
7260 /* end confdefs.h. */
7261 $ac_includes_default
7265 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
7272 rm -f conftest.
$ac_objext
7273 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7274 (eval $ac_compile) 2>conftest.er1
7276 grep -v '^ *+' conftest.er1
>conftest.err
7278 cat conftest.err
>&5
7279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7280 (exit $ac_status); } &&
7281 { ac_try
='test -z "$ac_c_werror_flag"
7282 || test ! -s conftest.err'
7283 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7287 (exit $ac_status); }; } &&
7288 { ac_try
='test -s conftest.$ac_objext'
7289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293 (exit $ac_status); }; }; then
7296 echo "$as_me: failed program was:" >&5
7297 sed 's/^/| /' conftest.
$ac_ext >&5
7299 ac_lo
=`expr '(' $ac_mid ')' + 1`
7301 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7304 ?
*) ac_cv_sizeof_int
=$ac_lo;;
7305 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7306 See \`config.log' for more details." >&5
7307 echo "$as_me: error: cannot compute sizeof (int), 77
7308 See \`config.log' for more details." >&2;}
7309 { (exit 1); exit 1; }; } ;;
7312 if test "$cross_compiling" = yes; then
7313 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7314 See \`config.log' for more details." >&5
7315 echo "$as_me: error: cannot run test program while cross compiling
7316 See \`config.log' for more details." >&2;}
7317 { (exit 1); exit 1; }; }
7319 cat >conftest.
$ac_ext <<_ACEOF
7322 cat confdefs.h
>>conftest.
$ac_ext
7323 cat >>conftest.
$ac_ext <<_ACEOF
7324 /* end confdefs.h. */
7325 $ac_includes_default
7326 long longval () { return (long) (sizeof (int)); }
7327 unsigned long ulongval () { return (long) (sizeof (int)); }
7334 FILE *f = fopen ("conftest.val", "w");
7337 if (((long) (sizeof (int))) < 0)
7339 long i = longval ();
7340 if (i != ((long) (sizeof (int))))
7342 fprintf (f, "%ld\n", i);
7346 unsigned long i = ulongval ();
7347 if (i != ((long) (sizeof (int))))
7349 fprintf (f, "%lu\n", i);
7351 exit (ferror (f) || fclose (f) != 0);
7357 rm -f conftest
$ac_exeext
7358 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7359 (eval $ac_link) 2>&5
7361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7362 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7367 (exit $ac_status); }; }; then
7368 ac_cv_sizeof_int
=`cat conftest.val`
7370 echo "$as_me: program exited with status $ac_status" >&5
7371 echo "$as_me: failed program was:" >&5
7372 sed 's/^/| /' conftest.
$ac_ext >&5
7375 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
7376 See \`config.log' for more details." >&5
7377 echo "$as_me: error: cannot compute sizeof (int), 77
7378 See \`config.log' for more details." >&2;}
7379 { (exit 1); exit 1; }; }
7381 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7389 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
7390 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
7391 cat >>confdefs.h
<<_ACEOF
7392 #define SIZEOF_INT $ac_cv_sizeof_int
7396 echo "$as_me:$LINENO: checking for short" >&5
7397 echo $ECHO_N "checking for short... $ECHO_C" >&6
7398 if test "${ac_cv_type_short+set}" = set; then
7399 echo $ECHO_N "(cached) $ECHO_C" >&6
7401 cat >conftest.
$ac_ext <<_ACEOF
7404 cat confdefs.h
>>conftest.
$ac_ext
7405 cat >>conftest.
$ac_ext <<_ACEOF
7406 /* end confdefs.h. */
7407 $ac_includes_default
7419 rm -f conftest.
$ac_objext
7420 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7421 (eval $ac_compile) 2>conftest.er1
7423 grep -v '^ *+' conftest.er1
>conftest.err
7425 cat conftest.err
>&5
7426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7427 (exit $ac_status); } &&
7428 { ac_try
='test -z "$ac_c_werror_flag"
7429 || test ! -s conftest.err'
7430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7434 (exit $ac_status); }; } &&
7435 { ac_try
='test -s conftest.$ac_objext'
7436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7440 (exit $ac_status); }; }; then
7441 ac_cv_type_short
=yes
7443 echo "$as_me: failed program was:" >&5
7444 sed 's/^/| /' conftest.
$ac_ext >&5
7448 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7450 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
7451 echo "${ECHO_T}$ac_cv_type_short" >&6
7453 echo "$as_me:$LINENO: checking size of short" >&5
7454 echo $ECHO_N "checking size of short... $ECHO_C" >&6
7455 if test "${ac_cv_sizeof_short+set}" = set; then
7456 echo $ECHO_N "(cached) $ECHO_C" >&6
7458 if test "$ac_cv_type_short" = yes; then
7459 # The cast to unsigned long works around a bug in the HP C Compiler
7460 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7461 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7462 # This bug is HP SR number 8606223364.
7463 if test "$cross_compiling" = yes; then
7464 # Depending upon the size, compute the lo and hi bounds.
7465 cat >conftest.
$ac_ext <<_ACEOF
7468 cat confdefs.h
>>conftest.
$ac_ext
7469 cat >>conftest.
$ac_ext <<_ACEOF
7470 /* end confdefs.h. */
7471 $ac_includes_default
7475 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
7482 rm -f conftest.
$ac_objext
7483 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7484 (eval $ac_compile) 2>conftest.er1
7486 grep -v '^ *+' conftest.er1
>conftest.err
7488 cat conftest.err
>&5
7489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7490 (exit $ac_status); } &&
7491 { ac_try
='test -z "$ac_c_werror_flag"
7492 || test ! -s conftest.err'
7493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7497 (exit $ac_status); }; } &&
7498 { ac_try
='test -s conftest.$ac_objext'
7499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7503 (exit $ac_status); }; }; then
7506 cat >conftest.
$ac_ext <<_ACEOF
7509 cat confdefs.h
>>conftest.
$ac_ext
7510 cat >>conftest.
$ac_ext <<_ACEOF
7511 /* end confdefs.h. */
7512 $ac_includes_default
7516 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
7523 rm -f conftest.
$ac_objext
7524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7525 (eval $ac_compile) 2>conftest.er1
7527 grep -v '^ *+' conftest.er1
>conftest.err
7529 cat conftest.err
>&5
7530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7531 (exit $ac_status); } &&
7532 { ac_try
='test -z "$ac_c_werror_flag"
7533 || test ! -s conftest.err'
7534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7538 (exit $ac_status); }; } &&
7539 { ac_try
='test -s conftest.$ac_objext'
7540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7544 (exit $ac_status); }; }; then
7545 ac_hi
=$ac_mid; break
7547 echo "$as_me: failed program was:" >&5
7548 sed 's/^/| /' conftest.
$ac_ext >&5
7550 ac_lo
=`expr $ac_mid + 1`
7551 if test $ac_lo -le $ac_mid; then
7555 ac_mid
=`expr 2 '*' $ac_mid + 1`
7557 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7560 echo "$as_me: failed program was:" >&5
7561 sed 's/^/| /' conftest.
$ac_ext >&5
7563 cat >conftest.
$ac_ext <<_ACEOF
7566 cat confdefs.h
>>conftest.
$ac_ext
7567 cat >>conftest.
$ac_ext <<_ACEOF
7568 /* end confdefs.h. */
7569 $ac_includes_default
7573 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
7580 rm -f conftest.
$ac_objext
7581 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7582 (eval $ac_compile) 2>conftest.er1
7584 grep -v '^ *+' conftest.er1
>conftest.err
7586 cat conftest.err
>&5
7587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7588 (exit $ac_status); } &&
7589 { ac_try
='test -z "$ac_c_werror_flag"
7590 || test ! -s conftest.err'
7591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7595 (exit $ac_status); }; } &&
7596 { ac_try
='test -s conftest.$ac_objext'
7597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7601 (exit $ac_status); }; }; then
7604 cat >conftest.
$ac_ext <<_ACEOF
7607 cat confdefs.h
>>conftest.
$ac_ext
7608 cat >>conftest.
$ac_ext <<_ACEOF
7609 /* end confdefs.h. */
7610 $ac_includes_default
7614 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
7621 rm -f conftest.
$ac_objext
7622 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7623 (eval $ac_compile) 2>conftest.er1
7625 grep -v '^ *+' conftest.er1
>conftest.err
7627 cat conftest.err
>&5
7628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7629 (exit $ac_status); } &&
7630 { ac_try
='test -z "$ac_c_werror_flag"
7631 || test ! -s conftest.err'
7632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7636 (exit $ac_status); }; } &&
7637 { ac_try
='test -s conftest.$ac_objext'
7638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7642 (exit $ac_status); }; }; then
7643 ac_lo
=$ac_mid; break
7645 echo "$as_me: failed program was:" >&5
7646 sed 's/^/| /' conftest.
$ac_ext >&5
7648 ac_hi
=`expr '(' $ac_mid ')' - 1`
7649 if test $ac_mid -le $ac_hi; then
7653 ac_mid
=`expr 2 '*' $ac_mid`
7655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7658 echo "$as_me: failed program was:" >&5
7659 sed 's/^/| /' conftest.
$ac_ext >&5
7663 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7665 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7666 # Binary search between lo and hi bounds.
7667 while test "x$ac_lo" != "x$ac_hi"; do
7668 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7669 cat >conftest.
$ac_ext <<_ACEOF
7672 cat confdefs.h
>>conftest.
$ac_ext
7673 cat >>conftest.
$ac_ext <<_ACEOF
7674 /* end confdefs.h. */
7675 $ac_includes_default
7679 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
7686 rm -f conftest.
$ac_objext
7687 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7688 (eval $ac_compile) 2>conftest.er1
7690 grep -v '^ *+' conftest.er1
>conftest.err
7692 cat conftest.err
>&5
7693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7694 (exit $ac_status); } &&
7695 { ac_try
='test -z "$ac_c_werror_flag"
7696 || test ! -s conftest.err'
7697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7701 (exit $ac_status); }; } &&
7702 { ac_try
='test -s conftest.$ac_objext'
7703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7707 (exit $ac_status); }; }; then
7710 echo "$as_me: failed program was:" >&5
7711 sed 's/^/| /' conftest.
$ac_ext >&5
7713 ac_lo
=`expr '(' $ac_mid ')' + 1`
7715 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7718 ?
*) ac_cv_sizeof_short
=$ac_lo;;
7719 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
7720 See \`config.log' for more details." >&5
7721 echo "$as_me: error: cannot compute sizeof (short), 77
7722 See \`config.log' for more details." >&2;}
7723 { (exit 1); exit 1; }; } ;;
7726 if test "$cross_compiling" = yes; then
7727 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7728 See \`config.log' for more details." >&5
7729 echo "$as_me: error: cannot run test program while cross compiling
7730 See \`config.log' for more details." >&2;}
7731 { (exit 1); exit 1; }; }
7733 cat >conftest.
$ac_ext <<_ACEOF
7736 cat confdefs.h
>>conftest.
$ac_ext
7737 cat >>conftest.
$ac_ext <<_ACEOF
7738 /* end confdefs.h. */
7739 $ac_includes_default
7740 long longval () { return (long) (sizeof (short)); }
7741 unsigned long ulongval () { return (long) (sizeof (short)); }
7748 FILE *f = fopen ("conftest.val", "w");
7751 if (((long) (sizeof (short))) < 0)
7753 long i = longval ();
7754 if (i != ((long) (sizeof (short))))
7756 fprintf (f, "%ld\n", i);
7760 unsigned long i = ulongval ();
7761 if (i != ((long) (sizeof (short))))
7763 fprintf (f, "%lu\n", i);
7765 exit (ferror (f) || fclose (f) != 0);
7771 rm -f conftest
$ac_exeext
7772 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7773 (eval $ac_link) 2>&5
7775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7776 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7781 (exit $ac_status); }; }; then
7782 ac_cv_sizeof_short
=`cat conftest.val`
7784 echo "$as_me: program exited with status $ac_status" >&5
7785 echo "$as_me: failed program was:" >&5
7786 sed 's/^/| /' conftest.
$ac_ext >&5
7789 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
7790 See \`config.log' for more details." >&5
7791 echo "$as_me: error: cannot compute sizeof (short), 77
7792 See \`config.log' for more details." >&2;}
7793 { (exit 1); exit 1; }; }
7795 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7800 ac_cv_sizeof_short
=0
7803 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
7804 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
7805 cat >>confdefs.h
<<_ACEOF
7806 #define SIZEOF_SHORT $ac_cv_sizeof_short
7810 echo "$as_me:$LINENO: checking for char" >&5
7811 echo $ECHO_N "checking for char... $ECHO_C" >&6
7812 if test "${ac_cv_type_char+set}" = set; then
7813 echo $ECHO_N "(cached) $ECHO_C" >&6
7815 cat >conftest.
$ac_ext <<_ACEOF
7818 cat confdefs.h
>>conftest.
$ac_ext
7819 cat >>conftest.
$ac_ext <<_ACEOF
7820 /* end confdefs.h. */
7821 $ac_includes_default
7833 rm -f conftest.
$ac_objext
7834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7835 (eval $ac_compile) 2>conftest.er1
7837 grep -v '^ *+' conftest.er1
>conftest.err
7839 cat conftest.err
>&5
7840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7841 (exit $ac_status); } &&
7842 { ac_try
='test -z "$ac_c_werror_flag"
7843 || test ! -s conftest.err'
7844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7848 (exit $ac_status); }; } &&
7849 { ac_try
='test -s conftest.$ac_objext'
7850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7854 (exit $ac_status); }; }; then
7857 echo "$as_me: failed program was:" >&5
7858 sed 's/^/| /' conftest.
$ac_ext >&5
7862 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7864 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
7865 echo "${ECHO_T}$ac_cv_type_char" >&6
7867 echo "$as_me:$LINENO: checking size of char" >&5
7868 echo $ECHO_N "checking size of char... $ECHO_C" >&6
7869 if test "${ac_cv_sizeof_char+set}" = set; then
7870 echo $ECHO_N "(cached) $ECHO_C" >&6
7872 if test "$ac_cv_type_char" = yes; then
7873 # The cast to unsigned long works around a bug in the HP C Compiler
7874 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7875 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7876 # This bug is HP SR number 8606223364.
7877 if test "$cross_compiling" = yes; then
7878 # Depending upon the size, compute the lo and hi bounds.
7879 cat >conftest.
$ac_ext <<_ACEOF
7882 cat confdefs.h
>>conftest.
$ac_ext
7883 cat >>conftest.
$ac_ext <<_ACEOF
7884 /* end confdefs.h. */
7885 $ac_includes_default
7889 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
7896 rm -f conftest.
$ac_objext
7897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7898 (eval $ac_compile) 2>conftest.er1
7900 grep -v '^ *+' conftest.er1
>conftest.err
7902 cat conftest.err
>&5
7903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7904 (exit $ac_status); } &&
7905 { ac_try
='test -z "$ac_c_werror_flag"
7906 || test ! -s conftest.err'
7907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7911 (exit $ac_status); }; } &&
7912 { ac_try
='test -s conftest.$ac_objext'
7913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7917 (exit $ac_status); }; }; then
7920 cat >conftest.
$ac_ext <<_ACEOF
7923 cat confdefs.h
>>conftest.
$ac_ext
7924 cat >>conftest.
$ac_ext <<_ACEOF
7925 /* end confdefs.h. */
7926 $ac_includes_default
7930 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
7937 rm -f conftest.
$ac_objext
7938 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7939 (eval $ac_compile) 2>conftest.er1
7941 grep -v '^ *+' conftest.er1
>conftest.err
7943 cat conftest.err
>&5
7944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7945 (exit $ac_status); } &&
7946 { ac_try
='test -z "$ac_c_werror_flag"
7947 || test ! -s conftest.err'
7948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7952 (exit $ac_status); }; } &&
7953 { ac_try
='test -s conftest.$ac_objext'
7954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7958 (exit $ac_status); }; }; then
7959 ac_hi
=$ac_mid; break
7961 echo "$as_me: failed program was:" >&5
7962 sed 's/^/| /' conftest.
$ac_ext >&5
7964 ac_lo
=`expr $ac_mid + 1`
7965 if test $ac_lo -le $ac_mid; then
7969 ac_mid
=`expr 2 '*' $ac_mid + 1`
7971 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7974 echo "$as_me: failed program was:" >&5
7975 sed 's/^/| /' conftest.
$ac_ext >&5
7977 cat >conftest.
$ac_ext <<_ACEOF
7980 cat confdefs.h
>>conftest.
$ac_ext
7981 cat >>conftest.
$ac_ext <<_ACEOF
7982 /* end confdefs.h. */
7983 $ac_includes_default
7987 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
7994 rm -f conftest.
$ac_objext
7995 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7996 (eval $ac_compile) 2>conftest.er1
7998 grep -v '^ *+' conftest.er1
>conftest.err
8000 cat conftest.err
>&5
8001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8002 (exit $ac_status); } &&
8003 { ac_try
='test -z "$ac_c_werror_flag"
8004 || test ! -s conftest.err'
8005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8009 (exit $ac_status); }; } &&
8010 { ac_try
='test -s conftest.$ac_objext'
8011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8015 (exit $ac_status); }; }; then
8018 cat >conftest.
$ac_ext <<_ACEOF
8021 cat confdefs.h
>>conftest.
$ac_ext
8022 cat >>conftest.
$ac_ext <<_ACEOF
8023 /* end confdefs.h. */
8024 $ac_includes_default
8028 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
8035 rm -f conftest.
$ac_objext
8036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8037 (eval $ac_compile) 2>conftest.er1
8039 grep -v '^ *+' conftest.er1
>conftest.err
8041 cat conftest.err
>&5
8042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8043 (exit $ac_status); } &&
8044 { ac_try
='test -z "$ac_c_werror_flag"
8045 || test ! -s conftest.err'
8046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8050 (exit $ac_status); }; } &&
8051 { ac_try
='test -s conftest.$ac_objext'
8052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8056 (exit $ac_status); }; }; then
8057 ac_lo
=$ac_mid; break
8059 echo "$as_me: failed program was:" >&5
8060 sed 's/^/| /' conftest.
$ac_ext >&5
8062 ac_hi
=`expr '(' $ac_mid ')' - 1`
8063 if test $ac_mid -le $ac_hi; then
8067 ac_mid
=`expr 2 '*' $ac_mid`
8069 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8072 echo "$as_me: failed program was:" >&5
8073 sed 's/^/| /' conftest.
$ac_ext >&5
8077 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8079 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8080 # Binary search between lo and hi bounds.
8081 while test "x$ac_lo" != "x$ac_hi"; do
8082 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8083 cat >conftest.
$ac_ext <<_ACEOF
8086 cat confdefs.h
>>conftest.
$ac_ext
8087 cat >>conftest.
$ac_ext <<_ACEOF
8088 /* end confdefs.h. */
8089 $ac_includes_default
8093 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
8100 rm -f conftest.
$ac_objext
8101 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8102 (eval $ac_compile) 2>conftest.er1
8104 grep -v '^ *+' conftest.er1
>conftest.err
8106 cat conftest.err
>&5
8107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8108 (exit $ac_status); } &&
8109 { ac_try
='test -z "$ac_c_werror_flag"
8110 || test ! -s conftest.err'
8111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8115 (exit $ac_status); }; } &&
8116 { ac_try
='test -s conftest.$ac_objext'
8117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8121 (exit $ac_status); }; }; then
8124 echo "$as_me: failed program was:" >&5
8125 sed 's/^/| /' conftest.
$ac_ext >&5
8127 ac_lo
=`expr '(' $ac_mid ')' + 1`
8129 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8132 ?
*) ac_cv_sizeof_char
=$ac_lo;;
8133 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
8134 See \`config.log' for more details." >&5
8135 echo "$as_me: error: cannot compute sizeof (char), 77
8136 See \`config.log' for more details." >&2;}
8137 { (exit 1); exit 1; }; } ;;
8140 if test "$cross_compiling" = yes; then
8141 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8142 See \`config.log' for more details." >&5
8143 echo "$as_me: error: cannot run test program while cross compiling
8144 See \`config.log' for more details." >&2;}
8145 { (exit 1); exit 1; }; }
8147 cat >conftest.
$ac_ext <<_ACEOF
8150 cat confdefs.h
>>conftest.
$ac_ext
8151 cat >>conftest.
$ac_ext <<_ACEOF
8152 /* end confdefs.h. */
8153 $ac_includes_default
8154 long longval () { return (long) (sizeof (char)); }
8155 unsigned long ulongval () { return (long) (sizeof (char)); }
8162 FILE *f = fopen ("conftest.val", "w");
8165 if (((long) (sizeof (char))) < 0)
8167 long i = longval ();
8168 if (i != ((long) (sizeof (char))))
8170 fprintf (f, "%ld\n", i);
8174 unsigned long i = ulongval ();
8175 if (i != ((long) (sizeof (char))))
8177 fprintf (f, "%lu\n", i);
8179 exit (ferror (f) || fclose (f) != 0);
8185 rm -f conftest
$ac_exeext
8186 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8187 (eval $ac_link) 2>&5
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8195 (exit $ac_status); }; }; then
8196 ac_cv_sizeof_char
=`cat conftest.val`
8198 echo "$as_me: program exited with status $ac_status" >&5
8199 echo "$as_me: failed program was:" >&5
8200 sed 's/^/| /' conftest.
$ac_ext >&5
8203 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
8204 See \`config.log' for more details." >&5
8205 echo "$as_me: error: cannot compute sizeof (char), 77
8206 See \`config.log' for more details." >&2;}
8207 { (exit 1); exit 1; }; }
8209 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8217 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
8218 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
8219 cat >>confdefs.h
<<_ACEOF
8220 #define SIZEOF_CHAR $ac_cv_sizeof_char
8225 echo "$as_me:$LINENO: checking for type equivalent to int8_t" >&5
8226 echo $ECHO_N "checking for type equivalent to int8_t... $ECHO_C" >&6
8227 case "$ac_cv_sizeof_char" in
8228 1) acx_cv_type_int8_t
=char
;;
8229 *) { { echo "$as_me:$LINENO: error: no 8-bit type" >&5
8230 echo "$as_me: error: no 8-bit type" >&2;}
8231 { (exit please report a bug
); exit please report a bug
; }; }
8233 echo "$as_me:$LINENO: result: $acx_cv_type_int8_t" >&5
8234 echo "${ECHO_T}$acx_cv_type_int8_t" >&6
8236 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
8237 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
8238 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
8239 2:*) acx_cv_type_int16_t
=int
;;
8240 *:2) acx_cv_type_int16_t
=short
;;
8241 *) { { echo "$as_me:$LINENO: error: no 16-bit type" >&5
8242 echo "$as_me: error: no 16-bit type" >&2;}
8243 { (exit please report a bug
); exit please report a bug
; }; }
8245 echo "$as_me:$LINENO: result: $acx_cv_type_int16_t" >&5
8246 echo "${ECHO_T}$acx_cv_type_int16_t" >&6
8248 echo "$as_me:$LINENO: checking for type equivalent to int32_t" >&5
8249 echo $ECHO_N "checking for type equivalent to int32_t... $ECHO_C" >&6
8250 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
8251 4:*) acx_cv_type_int32_t
=int
;;
8252 *:4) acx_cv_type_int32_t
=long
;;
8253 *) { { echo "$as_me:$LINENO: error: no 32-bit type" >&5
8254 echo "$as_me: error: no 32-bit type" >&2;}
8255 { (exit please report a bug
); exit please report a bug
; }; }
8257 echo "$as_me:$LINENO: result: $acx_cv_type_int32_t" >&5
8258 echo "${ECHO_T}$acx_cv_type_int32_t" >&6
8261 # These tests are here to make the output prettier
8263 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
8264 case "$ac_cv_sizeof_long" in
8265 8) acx_cv_type_int64_t
=long
;;
8267 echo "$as_me:$LINENO: checking for type equivalent to int64_t" >&5
8268 echo $ECHO_N "checking for type equivalent to int64_t... $ECHO_C" >&6
8269 echo "$as_me:$LINENO: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
8270 echo "${ECHO_T}${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6
8273 # Now we can use the above types
8275 if test "$ac_cv_type_uintptr_t" != yes; then
8276 echo "$as_me:$LINENO: checking for type equivalent to intptr_t" >&5
8277 echo $ECHO_N "checking for type equivalent to intptr_t... $ECHO_C" >&6
8278 case $ac_cv_sizeof_void_p in
8279 2) acx_cv_type_intptr_t
=int16_t
;;
8280 4) acx_cv_type_intptr_t
=int32_t
;;
8281 8) acx_cv_type_intptr_t
=int64_t
;;
8282 *) { { echo "$as_me:$LINENO: error: no equivalent for intptr_t" >&5
8283 echo "$as_me: error: no equivalent for intptr_t" >&2;}
8284 { (exit please report a bug
); exit please report a bug
; }; }
8286 echo "$as_me:$LINENO: result: $acx_cv_type_intptr_t" >&5
8287 echo "${ECHO_T}$acx_cv_type_intptr_t" >&6
8290 # ----------------- done all checks, emit header -------------
8291 ac_config_commands
="$ac_config_commands gstdint.h"
8296 # Check to see if -pthread or -lpthread is needed. Prefer the former.
8297 # In case the pthread.h system header is not found, this test will fail.
8299 CFLAGS
="$CFLAGS -pthread"
8300 cat >conftest.
$ac_ext <<_ACEOF
8303 cat confdefs.h
>>conftest.
$ac_ext
8304 cat >>conftest.
$ac_ext <<_ACEOF
8305 /* end confdefs.h. */
8306 #include <pthread.h>
8307 void *g(void *d) { return NULL; }
8311 pthread_t t; pthread_create(&t,NULL,g,NULL);
8316 rm -f conftest.
$ac_objext conftest
$ac_exeext
8317 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8318 (eval $ac_link) 2>conftest.er1
8320 grep -v '^ *+' conftest.er1
>conftest.err
8322 cat conftest.err
>&5
8323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8324 (exit $ac_status); } &&
8325 { ac_try
='test -z "$ac_c_werror_flag"
8326 || test ! -s conftest.err'
8327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8331 (exit $ac_status); }; } &&
8332 { ac_try
='test -s conftest$ac_exeext'
8333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8337 (exit $ac_status); }; }; then
8338 XPCFLAGS
=" -Wc,-pthread"
8340 echo "$as_me: failed program was:" >&5
8341 sed 's/^/| /' conftest.
$ac_ext >&5
8343 CFLAGS
="$save_CFLAGS" LIBS
="-lpthread $LIBS"
8344 cat >conftest.
$ac_ext <<_ACEOF
8347 cat confdefs.h
>>conftest.
$ac_ext
8348 cat >>conftest.
$ac_ext <<_ACEOF
8349 /* end confdefs.h. */
8350 #include <pthread.h>
8351 void *g(void *d) { return NULL; }
8355 pthread_t t; pthread_create(&t,NULL,g,NULL);
8360 rm -f conftest.
$ac_objext conftest
$ac_exeext
8361 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8362 (eval $ac_link) 2>conftest.er1
8364 grep -v '^ *+' conftest.er1
>conftest.err
8366 cat conftest.err
>&5
8367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8368 (exit $ac_status); } &&
8369 { ac_try
='test -z "$ac_c_werror_flag"
8370 || test ! -s conftest.err'
8371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8375 (exit $ac_status); }; } &&
8376 { ac_try
='test -s conftest$ac_exeext'
8377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8381 (exit $ac_status); }; }; then
8384 echo "$as_me: failed program was:" >&5
8385 sed 's/^/| /' conftest.
$ac_ext >&5
8387 { { echo "$as_me:$LINENO: error: Pthreads are required to build libgomp" >&5
8388 echo "$as_me: error: Pthreads are required to build libgomp" >&2;}
8389 { (exit 1); exit 1; }; }
8391 rm -f conftest.err conftest.
$ac_objext \
8392 conftest
$ac_exeext conftest.
$ac_ext
8394 rm -f conftest.err conftest.
$ac_objext \
8395 conftest
$ac_exeext conftest.
$ac_ext
8397 # Check for functions needed.
8400 for ac_func
in getloadavg clock_gettime
8402 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8403 echo "$as_me:$LINENO: checking for $ac_func" >&5
8404 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8405 if eval "test \"\${$as_ac_var+set}\" = set"; then
8406 echo $ECHO_N "(cached) $ECHO_C" >&6
8408 cat >conftest.
$ac_ext <<_ACEOF
8411 cat confdefs.h
>>conftest.
$ac_ext
8412 cat >>conftest.
$ac_ext <<_ACEOF
8413 /* end confdefs.h. */
8414 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8415 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8416 #define $ac_func innocuous_$ac_func
8418 /* System header to define __stub macros and hopefully few prototypes,
8419 which can conflict with char $ac_func (); below.
8420 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8421 <limits.h> exists even on freestanding compilers. */
8424 # include <limits.h>
8426 # include <assert.h>
8431 /* Override any gcc2 internal prototype to avoid an error. */
8436 /* We use char because int might match the return type of a gcc2
8437 builtin and then its argument prototype would still apply. */
8439 /* The GNU C library defines this for functions which it implements
8440 to always fail with ENOSYS. Some functions are actually named
8441 something starting with __ and the normal name is an alias. */
8442 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8445 char (*f) () = $ac_func;
8454 return f != $ac_func;
8459 rm -f conftest.
$ac_objext conftest
$ac_exeext
8460 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8461 (eval $ac_link) 2>conftest.er1
8463 grep -v '^ *+' conftest.er1
>conftest.err
8465 cat conftest.err
>&5
8466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8467 (exit $ac_status); } &&
8468 { ac_try
='test -z "$ac_c_werror_flag"
8469 || test ! -s conftest.err'
8470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8474 (exit $ac_status); }; } &&
8475 { ac_try
='test -s conftest$ac_exeext'
8476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8480 (exit $ac_status); }; }; then
8481 eval "$as_ac_var=yes"
8483 echo "$as_me: failed program was:" >&5
8484 sed 's/^/| /' conftest.
$ac_ext >&5
8486 eval "$as_ac_var=no"
8488 rm -f conftest.err conftest.
$ac_objext \
8489 conftest
$ac_exeext conftest.
$ac_ext
8491 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8492 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8493 if test `eval echo '${'$as_ac_var'}'` = yes; then
8494 cat >>confdefs.h
<<_ACEOF
8495 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8502 # Check for broken semaphore implementation on darwin.
8503 # sem_init returns: sem_init error: Function not implemented.
8507 cat >>confdefs.h
<<\_ACEOF
8508 #define HAVE_BROKEN_POSIX_SEMAPHORES 1
8514 # At least for glibc, clock_gettime is in librt. But don't pull that
8515 # in if it still doesn't give us the function we want.
8516 if test $ac_cv_func_clock_gettime = no
; then
8517 echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
8518 echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6
8519 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
8520 echo $ECHO_N "(cached) $ECHO_C" >&6
8522 ac_check_lib_save_LIBS
=$LIBS
8524 cat >conftest.
$ac_ext <<_ACEOF
8527 cat confdefs.h
>>conftest.
$ac_ext
8528 cat >>conftest.
$ac_ext <<_ACEOF
8529 /* end confdefs.h. */
8531 /* Override any gcc2 internal prototype to avoid an error. */
8535 /* We use char because int might match the return type of a gcc2
8536 builtin and then its argument prototype would still apply. */
8537 char clock_gettime ();
8546 rm -f conftest.
$ac_objext conftest
$ac_exeext
8547 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8548 (eval $ac_link) 2>conftest.er1
8550 grep -v '^ *+' conftest.er1
>conftest.err
8552 cat conftest.err
>&5
8553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8554 (exit $ac_status); } &&
8555 { ac_try
='test -z "$ac_c_werror_flag"
8556 || test ! -s conftest.err'
8557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8561 (exit $ac_status); }; } &&
8562 { ac_try
='test -s conftest$ac_exeext'
8563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8567 (exit $ac_status); }; }; then
8568 ac_cv_lib_rt_clock_gettime
=yes
8570 echo "$as_me: failed program was:" >&5
8571 sed 's/^/| /' conftest.
$ac_ext >&5
8573 ac_cv_lib_rt_clock_gettime
=no
8575 rm -f conftest.err conftest.
$ac_objext \
8576 conftest
$ac_exeext conftest.
$ac_ext
8577 LIBS
=$ac_check_lib_save_LIBS
8579 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5
8580 echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6
8581 if test $ac_cv_lib_rt_clock_gettime = yes; then
8583 cat >>confdefs.h
<<\_ACEOF
8584 #define HAVE_CLOCK_GETTIME Define to 1 if you have the `clock_gettime' function.
8591 # See if we support thread-local storage.
8593 # Check whether --enable-tls or --disable-tls was given.
8594 if test "${enable_tls+set}" = set; then
8595 enableval
="$enable_tls"
8597 case "$enableval" in
8599 *) { { echo "$as_me:$LINENO: error: Argument to enable/disable tls must be yes or no" >&5
8600 echo "$as_me: error: Argument to enable/disable tls must be yes or no" >&2;}
8601 { (exit 1); exit 1; }; } ;;
8608 echo "$as_me:$LINENO: checking whether the target supports thread-local storage" >&5
8609 echo $ECHO_N "checking whether the target supports thread-local storage... $ECHO_C" >&6
8610 if test "${have_tls+set}" = set; then
8611 echo $ECHO_N "(cached) $ECHO_C" >&6
8614 cat >conftest.
$ac_ext <<_ACEOF
8617 cat confdefs.h
>>conftest.
$ac_ext
8618 cat >>conftest.
$ac_ext <<_ACEOF
8619 /* end confdefs.h. */
8629 rm -f conftest.
$ac_objext
8630 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8631 (eval $ac_compile) 2>conftest.er1
8633 grep -v '^ *+' conftest.er1
>conftest.err
8635 cat conftest.err
>&5
8636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8637 (exit $ac_status); } &&
8638 { ac_try
='test -z "$ac_c_werror_flag"
8639 || test ! -s conftest.err'
8640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8644 (exit $ac_status); }; } &&
8645 { ac_try
='test -s conftest.$ac_objext'
8646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8650 (exit $ac_status); }; }; then
8651 have_tls
=$enable_tls
8653 echo "$as_me: failed program was:" >&5
8654 sed 's/^/| /' conftest.
$ac_ext >&5
8658 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8660 echo "$as_me:$LINENO: result: $have_tls" >&5
8661 echo "${ECHO_T}$have_tls" >&6
8662 if test $have_tls = yes; then
8664 cat >>confdefs.h
<<\_ACEOF
8670 # See what sort of export controls are availible.
8672 echo "$as_me:$LINENO: checking whether the target supports hidden visibility" >&5
8673 echo $ECHO_N "checking whether the target supports hidden visibility... $ECHO_C" >&6
8674 if test "${have_attribute_visibility+set}" = set; then
8675 echo $ECHO_N "(cached) $ECHO_C" >&6
8678 save_CFLAGS
="$CFLAGS"
8679 CFLAGS
="$CFLAGS -Werror"
8680 cat >conftest.
$ac_ext <<_ACEOF
8683 cat confdefs.h
>>conftest.
$ac_ext
8684 cat >>conftest.
$ac_ext <<_ACEOF
8685 /* end confdefs.h. */
8686 void __attribute__((visibility("hidden"))) foo(void) { }
8695 rm -f conftest.
$ac_objext
8696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8697 (eval $ac_compile) 2>conftest.er1
8699 grep -v '^ *+' conftest.er1
>conftest.err
8701 cat conftest.err
>&5
8702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8703 (exit $ac_status); } &&
8704 { ac_try
='test -z "$ac_c_werror_flag"
8705 || test ! -s conftest.err'
8706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8710 (exit $ac_status); }; } &&
8711 { ac_try
='test -s conftest.$ac_objext'
8712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8716 (exit $ac_status); }; }; then
8717 have_attribute_visibility
=yes
8719 echo "$as_me: failed program was:" >&5
8720 sed 's/^/| /' conftest.
$ac_ext >&5
8722 have_attribute_visibility
=no
8724 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8725 CFLAGS
="$save_CFLAGS"
8727 echo "$as_me:$LINENO: result: $have_attribute_visibility" >&5
8728 echo "${ECHO_T}$have_attribute_visibility" >&6
8729 if test $have_attribute_visibility = yes; then
8731 cat >>confdefs.h
<<\_ACEOF
8732 #define HAVE_ATTRIBUTE_VISIBILITY 1
8737 echo "$as_me:$LINENO: checking whether the target supports dllexport" >&5
8738 echo $ECHO_N "checking whether the target supports dllexport... $ECHO_C" >&6
8739 if test "${have_attribute_dllexport+set}" = set; then
8740 echo $ECHO_N "(cached) $ECHO_C" >&6
8743 save_CFLAGS
="$CFLAGS"
8744 CFLAGS
="$CFLAGS -Werror"
8745 cat >conftest.
$ac_ext <<_ACEOF
8748 cat confdefs.h
>>conftest.
$ac_ext
8749 cat >>conftest.
$ac_ext <<_ACEOF
8750 /* end confdefs.h. */
8751 void __attribute__((dllexport)) foo(void) { }
8760 rm -f conftest.
$ac_objext
8761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8762 (eval $ac_compile) 2>conftest.er1
8764 grep -v '^ *+' conftest.er1
>conftest.err
8766 cat conftest.err
>&5
8767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8768 (exit $ac_status); } &&
8769 { ac_try
='test -z "$ac_c_werror_flag"
8770 || test ! -s conftest.err'
8771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8775 (exit $ac_status); }; } &&
8776 { ac_try
='test -s conftest.$ac_objext'
8777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8781 (exit $ac_status); }; }; then
8782 have_attribute_dllexport
=yes
8784 echo "$as_me: failed program was:" >&5
8785 sed 's/^/| /' conftest.
$ac_ext >&5
8787 have_attribute_dllexport
=no
8789 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8790 CFLAGS
="$save_CFLAGS"
8792 echo "$as_me:$LINENO: result: $have_attribute_dllexport" >&5
8793 echo "${ECHO_T}$have_attribute_dllexport" >&6
8794 if test $have_attribute_dllexport = yes; then
8796 cat >>confdefs.h
<<\_ACEOF
8797 #define HAVE_ATTRIBUTE_DLLEXPORT 1
8802 echo "$as_me:$LINENO: checking whether the target supports symbol aliases" >&5
8803 echo $ECHO_N "checking whether the target supports symbol aliases... $ECHO_C" >&6
8804 if test "${have_attribute_alias+set}" = set; then
8805 echo $ECHO_N "(cached) $ECHO_C" >&6
8808 cat >conftest.
$ac_ext <<_ACEOF
8811 cat confdefs.h
>>conftest.
$ac_ext
8812 cat >>conftest.
$ac_ext <<_ACEOF
8813 /* end confdefs.h. */
8815 #define ULP STR1(__USER_LABEL_PREFIX__)
8816 #define STR1(x) STR2(x)
8819 extern void bar(void) __attribute__((alias(ULP "foo")));
8828 rm -f conftest.
$ac_objext conftest
$ac_exeext
8829 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8830 (eval $ac_link) 2>conftest.er1
8832 grep -v '^ *+' conftest.er1
>conftest.err
8834 cat conftest.err
>&5
8835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8836 (exit $ac_status); } &&
8837 { ac_try
='test -z "$ac_c_werror_flag"
8838 || test ! -s conftest.err'
8839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8843 (exit $ac_status); }; } &&
8844 { ac_try
='test -s conftest$ac_exeext'
8845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8849 (exit $ac_status); }; }; then
8850 have_attribute_alias
=yes
8852 echo "$as_me: failed program was:" >&5
8853 sed 's/^/| /' conftest.
$ac_ext >&5
8855 have_attribute_alias
=no
8857 rm -f conftest.err conftest.
$ac_objext \
8858 conftest
$ac_exeext conftest.
$ac_ext
8860 echo "$as_me:$LINENO: result: $have_attribute_alias" >&5
8861 echo "${ECHO_T}$have_attribute_alias" >&6
8862 if test $have_attribute_alias = yes; then
8864 cat >>confdefs.h
<<\_ACEOF
8865 #define HAVE_ATTRIBUTE_ALIAS 1
8870 # If we're not using GNU ld, then there's no point in even trying these
8871 # tests. Check for that first. We should have already tested for gld
8872 # by now (in libtool), but require it now just to be safe...
8873 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS
=''
8874 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS
=''
8878 # The name set by libtool depends on the version of libtool. Shame on us
8879 # for depending on an impl detail, but c'est la vie. Older versions used
8880 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
8881 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
8882 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
8883 # set (hence we're using an older libtool), then set it.
8884 if test x
${with_gnu_ld+set} != xset
; then
8885 if test x
${ac_cv_prog_gnu_ld+set} != xset
; then
8886 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
8889 with_gnu_ld
=$ac_cv_prog_gnu_ld
8893 # Start by getting the version number. I think the libtool test already
8894 # does some of this, but throws away the result.
8896 ldver
=`$LD --version 2>/dev/null | head -1 | \
8897 sed -e 's/GNU ld version \([0-9.][0-9.]*\).*/\1/'`
8899 libgomp_gnu_ld_version
=`echo $ldver | \
8900 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
8902 # Set --gc-sections.
8903 if test "$with_gnu_ld" = "notbroken"; then
8904 # GNU ld it is! Joy and bunny rabbits!
8906 # All these tests are for C++; save the language and the compiler flags.
8907 # Need to do this so that g++ won't try to link in libstdc++
8908 ac_test_CFLAGS
="${CFLAGS+set}"
8909 ac_save_CFLAGS
="$CFLAGS"
8910 CFLAGS
='-x c++ -Wl,--gc-sections'
8912 # Check for -Wl,--gc-sections
8913 # XXX This test is broken at the moment, as symbols required for linking
8914 # are now in libsupc++ (not built yet). In addition, this test has
8915 # cored on solaris in the past. In addition, --gc-sections doesn't
8916 # really work at the moment (keeps on discarding used sections, first
8917 # .eh_frame and now some of the glibc sections for iconv).
8918 # Bzzzzt. Thanks for playing, maybe next time.
8919 echo "$as_me:$LINENO: checking for ld that supports -Wl,--gc-sections" >&5
8920 echo $ECHO_N "checking for ld that supports -Wl,--gc-sections... $ECHO_C" >&6
8921 if test "$cross_compiling" = yes; then
8922 ac_sectionLDflags
=yes
8924 cat >conftest.
$ac_ext <<_ACEOF
8927 cat confdefs.h
>>conftest.
$ac_ext
8928 cat >>conftest.
$ac_ext <<_ACEOF
8929 /* end confdefs.h. */
8939 rm -f conftest
$ac_exeext
8940 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8941 (eval $ac_link) 2>&5
8943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8944 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8949 (exit $ac_status); }; }; then
8950 ac_sectionLDflags
=yes
8952 echo "$as_me: program exited with status $ac_status" >&5
8953 echo "$as_me: failed program was:" >&5
8954 sed 's/^/| /' conftest.
$ac_ext >&5
8957 ac_sectionLDflags
=no
8959 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8961 if test "$ac_test_CFLAGS" = set; then
8962 CFLAGS
="$ac_save_CFLAGS"
8964 # this is the suspicious part
8967 if test "$ac_sectionLDflags" = "yes"; then
8968 SECTION_LDFLAGS
="-Wl,--gc-sections $SECTION_LDFLAGS"
8970 echo "$as_me:$LINENO: result: $ac_sectionLDflags" >&5
8971 echo "${ECHO_T}$ac_sectionLDflags" >&6
8974 # Set linker optimization flags.
8975 if test x
"$with_gnu_ld" = x
"yes"; then
8976 OPT_LDFLAGS
="-Wl,-O1 $OPT_LDFLAGS"
8984 # Check whether --enable-symvers or --disable-symvers was given.
8985 if test "${enable_symvers+set}" = set; then
8986 enableval
="$enable_symvers"
8988 case "$enableval" in
8990 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable symvers" >&5
8991 echo "$as_me: error: Unknown argument to enable/disable symvers" >&2;}
8992 { (exit 1); exit 1; }; } ;;
9000 # If we never went through the LIBGOMP_CHECK_LINKER_FEATURES macro, then we
9001 # don't know enough about $LD to do tricks...
9003 # FIXME The following test is too strict, in theory.
9004 if test $enable_shared = no ||
9006 test x
$libgomp_gnu_ld_version = x
; then
9010 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
9011 if test $enable_symvers != no
; then
9012 echo "$as_me:$LINENO: checking for shared libgcc" >&5
9013 echo $ECHO_N "checking for shared libgcc... $ECHO_C" >&6
9014 ac_save_CFLAGS
="$CFLAGS"
9016 cat >conftest.
$ac_ext <<_ACEOF
9019 cat confdefs.h
>>conftest.
$ac_ext
9020 cat >>conftest.
$ac_ext <<_ACEOF
9021 /* end confdefs.h. */
9031 rm -f conftest.
$ac_objext conftest
$ac_exeext
9032 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9033 (eval $ac_link) 2>conftest.er1
9035 grep -v '^ *+' conftest.er1
>conftest.err
9037 cat conftest.err
>&5
9038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9039 (exit $ac_status); } &&
9040 { ac_try
='test -z "$ac_c_werror_flag"
9041 || test ! -s conftest.err'
9042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9046 (exit $ac_status); }; } &&
9047 { ac_try
='test -s conftest$ac_exeext'
9048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9052 (exit $ac_status); }; }; then
9053 libgomp_shared_libgcc
=yes
9055 echo "$as_me: failed program was:" >&5
9056 sed 's/^/| /' conftest.
$ac_ext >&5
9058 libgomp_shared_libgcc
=no
9060 rm -f conftest.err conftest.
$ac_objext \
9061 conftest
$ac_exeext conftest.
$ac_ext
9062 CFLAGS
="$ac_save_CFLAGS"
9063 if test $libgomp_shared_libgcc = no
; then
9064 cat > conftest.c
<<EOF
9065 int main (void) { return 0; }
9067 libgomp_libgcc_s_suffix
=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
9068 -shared -shared-libgcc -o conftest.so \
9069 conftest.c -v 2>&1 >/dev/null \
9070 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
9071 rm -f conftest.c conftest.so
9072 if test x
${libgomp_libgcc_s_suffix+set} = xset
; then
9073 CFLAGS
=" -lgcc_s$libgomp_libgcc_s_suffix"
9074 cat >conftest.
$ac_ext <<_ACEOF
9077 cat confdefs.h
>>conftest.
$ac_ext
9078 cat >>conftest.
$ac_ext <<_ACEOF
9079 /* end confdefs.h. */
9089 rm -f conftest.
$ac_objext conftest
$ac_exeext
9090 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9091 (eval $ac_link) 2>conftest.er1
9093 grep -v '^ *+' conftest.er1
>conftest.err
9095 cat conftest.err
>&5
9096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9097 (exit $ac_status); } &&
9098 { ac_try
='test -z "$ac_c_werror_flag"
9099 || test ! -s conftest.err'
9100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9104 (exit $ac_status); }; } &&
9105 { ac_try
='test -s conftest$ac_exeext'
9106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9110 (exit $ac_status); }; }; then
9111 libgomp_shared_libgcc
=yes
9113 echo "$as_me: failed program was:" >&5
9114 sed 's/^/| /' conftest.
$ac_ext >&5
9117 rm -f conftest.err conftest.
$ac_objext \
9118 conftest
$ac_exeext conftest.
$ac_ext
9119 CFLAGS
="$ac_save_CFLAGS"
9122 echo "$as_me:$LINENO: result: $libgomp_shared_libgcc" >&5
9123 echo "${ECHO_T}$libgomp_shared_libgcc" >&6
9126 # For GNU ld, we need at least this version. The format is described in
9127 # LIBGOMP_CHECK_LINKER_FEATURES above.
9128 libgomp_min_gnu_ld_version
=21400
9129 # XXXXXXXXXXX libgomp_gnu_ld_version=21390
9131 # Check to see if unspecified "yes" value can win, given results above.
9132 # Change "yes" into either "no" or a style name.
9133 if test $enable_symvers = yes; then
9134 if test $with_gnu_ld = yes &&
9135 test $libgomp_shared_libgcc = yes;
9137 if test $libgomp_gnu_ld_version -ge $libgomp_min_gnu_ld_version ; then
9140 # The right tools, the right setup, but too old. Fallbacks?
9141 { echo "$as_me:$LINENO: WARNING: === Linker version $libgomp_gnu_ld_version is too old for" >&5
9142 echo "$as_me: WARNING: === Linker version $libgomp_gnu_ld_version is too old for" >&2;}
9143 { echo "$as_me:$LINENO: WARNING: === full symbol versioning support in this release of GCC." >&5
9144 echo "$as_me: WARNING: === full symbol versioning support in this release of GCC." >&2;}
9145 { echo "$as_me:$LINENO: WARNING: === You would need to upgrade your binutils to version" >&5
9146 echo "$as_me: WARNING: === You would need to upgrade your binutils to version" >&2;}
9147 { echo "$as_me:$LINENO: WARNING: === $libgomp_min_gnu_ld_version or later and rebuild GCC." >&5
9148 echo "$as_me: WARNING: === $libgomp_min_gnu_ld_version or later and rebuild GCC." >&2;}
9149 if test $libgomp_gnu_ld_version -ge 21200 ; then
9150 # Globbing fix is present, proper block support is not.
9151 { echo "$as_me:$LINENO: WARNING: === Symbol versioning will be disabled." >&5
9152 echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
9156 { echo "$as_me:$LINENO: WARNING: === Symbol versioning will be disabled." >&5
9157 echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
9163 { echo "$as_me:$LINENO: WARNING: === You have requested some kind of symbol versioning, but" >&5
9164 echo "$as_me: WARNING: === You have requested some kind of symbol versioning, but" >&2;}
9165 { echo "$as_me:$LINENO: WARNING: === either you are not using a supported linker, or you are" >&5
9166 echo "$as_me: WARNING: === either you are not using a supported linker, or you are" >&2;}
9167 { echo "$as_me:$LINENO: WARNING: === not building a shared libgcc_s (which is required)." >&5
9168 echo "$as_me: WARNING: === not building a shared libgcc_s (which is required)." >&2;}
9169 { echo "$as_me:$LINENO: WARNING: === Symbol versioning will be disabled." >&5
9170 echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
9177 if test $enable_symvers != no
; then
9178 LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE
=
9179 LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE
='#'
9181 LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE
='#'
9182 LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE
=
9185 { echo "$as_me:$LINENO: versioning on shared library symbols is $enable_symvers" >&5
9186 echo "$as_me: versioning on shared library symbols is $enable_symvers" >&6;}
9189 # Get target configury.
9190 .
${srcdir}/configure.tgt
9191 CFLAGS
="$save_CFLAGS $XCFLAGS"
9193 # Check for __sync_val_compare_and_swap, but only after the target has
9194 # had a chance to set XCFLAGS.
9196 echo "$as_me:$LINENO: checking whether the target supports __sync_*_compare_and_swap" >&5
9197 echo $ECHO_N "checking whether the target supports __sync_*_compare_and_swap... $ECHO_C" >&6
9198 if test "${have_sync_builtins+set}" = set; then
9199 echo $ECHO_N "(cached) $ECHO_C" >&6
9202 cat >conftest.
$ac_ext <<_ACEOF
9205 cat confdefs.h
>>conftest.
$ac_ext
9206 cat >>conftest.
$ac_ext <<_ACEOF
9207 /* end confdefs.h. */
9212 int foo, bar; bar = __sync_val_compare_and_swap(&foo, 0, 1);
9217 rm -f conftest.
$ac_objext conftest
$ac_exeext
9218 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9219 (eval $ac_link) 2>conftest.er1
9221 grep -v '^ *+' conftest.er1
>conftest.err
9223 cat conftest.err
>&5
9224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9225 (exit $ac_status); } &&
9226 { ac_try
='test -z "$ac_c_werror_flag"
9227 || test ! -s conftest.err'
9228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9232 (exit $ac_status); }; } &&
9233 { ac_try
='test -s conftest$ac_exeext'
9234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9238 (exit $ac_status); }; }; then
9239 have_sync_builtins
=yes
9241 echo "$as_me: failed program was:" >&5
9242 sed 's/^/| /' conftest.
$ac_ext >&5
9244 have_sync_builtins
=no
9246 rm -f conftest.err conftest.
$ac_objext \
9247 conftest
$ac_exeext conftest.
$ac_ext
9249 echo "$as_me:$LINENO: result: $have_sync_builtins" >&5
9250 echo "${ECHO_T}$have_sync_builtins" >&6
9251 if test $have_sync_builtins = yes; then
9253 cat >>confdefs.h
<<\_ACEOF
9254 #define HAVE_SYNC_BUILTINS 1
9259 XCFLAGS
="$XCFLAGS$XPCFLAGS"
9266 CFLAGS
="$save_CFLAGS"
9267 cat >confcache
<<\_ACEOF
9268 # This file is a shell script that caches the results of configure
9269 # tests run on this system so they can be shared between configure
9270 # scripts and configure runs, see configure's option --config-cache.
9271 # It is not useful on other systems. If it contains results you don't
9272 # want to keep, you may remove or edit it.
9274 # config.status only pays attention to the cache file if you give it
9275 # the --recheck option to rerun configure.
9277 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9278 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9283 # The following way of writing the cache mishandles newlines in values,
9284 # but we know of no workaround that is simple, portable, and efficient.
9285 # So, don't put newlines in cache variables' values.
9286 # Ultrix sh set writes to stderr and can't be redirected directly,
9287 # and sets the high bit in the cache file unless we assign to the vars.
9290 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9292 # `set' does not quote correctly, so add quotes (double-quote
9293 # substitution turns \\\\ into \\, and sed turns \\ into \).
9296 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9299 # `set' quotes correctly as required by POSIX, so do not add quotes.
9301 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9308 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9310 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9312 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
9313 if test -w $cache_file; then
9314 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9315 cat confcache
>$cache_file
9317 echo "not updating unwritable cache $cache_file"
9322 if test ${multilib} = yes; then
9323 multilib_arg
="--enable-multilib"
9328 # Set up the set of libraries that we need to link against for libgomp.
9329 # Note that the GOMP_SELF_SPEC in gcc.c will force -pthread for -fopenmp,
9330 # which will force linkage against -lpthread (or equivalent for the system).
9331 # That's not 100% ideal, but about the best we can do easily.
9332 if test $enable_shared = yes; then
9333 link_gomp
="-lgomp %{static: $LIBS}"
9335 link_gomp
="-lgomp $LIBS"
9341 if test "$ac_cv_fc_compiler_gnu" = yes; then
9343 USE_FORTRAN_FALSE
='#'
9345 USE_FORTRAN_TRUE
='#'
9350 # ??? 2006-01-24: Paulo committed to asking autoconf folk to document
9351 # and export AC_COMPUTE_INT. If that happens, then we'll need to remove
9352 # the underscore here and update the PREREQ. If it doesn't, then we'll
9353 # need to copy this macro to our acinclude.m4.
9354 save_CFLAGS
="$CFLAGS"
9355 for i
in $config_path; do
9356 if test -f $srcdir/config
/$i/omp-lock.h
; then
9357 CFLAGS
="$CFLAGS -include $srcdir/config/$i/omp-lock.h"
9362 if test "$cross_compiling" = yes; then
9363 # Depending upon the size, compute the lo and hi bounds.
9364 cat >conftest.
$ac_ext <<_ACEOF
9367 cat confdefs.h
>>conftest.
$ac_ext
9368 cat >>conftest.
$ac_ext <<_ACEOF
9369 /* end confdefs.h. */
9374 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) >= 0)];
9381 rm -f conftest.
$ac_objext
9382 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9383 (eval $ac_compile) 2>conftest.er1
9385 grep -v '^ *+' conftest.er1
>conftest.err
9387 cat conftest.err
>&5
9388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9389 (exit $ac_status); } &&
9390 { ac_try
='test -z "$ac_c_werror_flag"
9391 || test ! -s conftest.err'
9392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9396 (exit $ac_status); }; } &&
9397 { ac_try
='test -s conftest.$ac_objext'
9398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9402 (exit $ac_status); }; }; then
9405 cat >conftest.
$ac_ext <<_ACEOF
9408 cat confdefs.h
>>conftest.
$ac_ext
9409 cat >>conftest.
$ac_ext <<_ACEOF
9410 /* end confdefs.h. */
9415 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) <= $ac_mid)];
9422 rm -f conftest.
$ac_objext
9423 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9424 (eval $ac_compile) 2>conftest.er1
9426 grep -v '^ *+' conftest.er1
>conftest.err
9428 cat conftest.err
>&5
9429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9430 (exit $ac_status); } &&
9431 { ac_try
='test -z "$ac_c_werror_flag"
9432 || test ! -s conftest.err'
9433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9437 (exit $ac_status); }; } &&
9438 { ac_try
='test -s conftest.$ac_objext'
9439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9443 (exit $ac_status); }; }; then
9444 ac_hi
=$ac_mid; break
9446 echo "$as_me: failed program was:" >&5
9447 sed 's/^/| /' conftest.
$ac_ext >&5
9449 ac_lo
=`expr $ac_mid + 1`
9450 if test $ac_lo -le $ac_mid; then
9454 ac_mid
=`expr 2 '*' $ac_mid + 1`
9456 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9459 echo "$as_me: failed program was:" >&5
9460 sed 's/^/| /' conftest.
$ac_ext >&5
9462 cat >conftest.
$ac_ext <<_ACEOF
9465 cat confdefs.h
>>conftest.
$ac_ext
9466 cat >>conftest.
$ac_ext <<_ACEOF
9467 /* end confdefs.h. */
9472 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) < 0)];
9479 rm -f conftest.
$ac_objext
9480 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9481 (eval $ac_compile) 2>conftest.er1
9483 grep -v '^ *+' conftest.er1
>conftest.err
9485 cat conftest.err
>&5
9486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9487 (exit $ac_status); } &&
9488 { ac_try
='test -z "$ac_c_werror_flag"
9489 || test ! -s conftest.err'
9490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9494 (exit $ac_status); }; } &&
9495 { ac_try
='test -s conftest.$ac_objext'
9496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9500 (exit $ac_status); }; }; then
9503 cat >conftest.
$ac_ext <<_ACEOF
9506 cat confdefs.h
>>conftest.
$ac_ext
9507 cat >>conftest.
$ac_ext <<_ACEOF
9508 /* end confdefs.h. */
9513 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) >= $ac_mid)];
9520 rm -f conftest.
$ac_objext
9521 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9522 (eval $ac_compile) 2>conftest.er1
9524 grep -v '^ *+' conftest.er1
>conftest.err
9526 cat conftest.err
>&5
9527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9528 (exit $ac_status); } &&
9529 { ac_try
='test -z "$ac_c_werror_flag"
9530 || test ! -s conftest.err'
9531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9535 (exit $ac_status); }; } &&
9536 { ac_try
='test -s conftest.$ac_objext'
9537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9541 (exit $ac_status); }; }; then
9542 ac_lo
=$ac_mid; break
9544 echo "$as_me: failed program was:" >&5
9545 sed 's/^/| /' conftest.
$ac_ext >&5
9547 ac_hi
=`expr '(' $ac_mid ')' - 1`
9548 if test $ac_mid -le $ac_hi; then
9552 ac_mid
=`expr 2 '*' $ac_mid`
9554 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9557 echo "$as_me: failed program was:" >&5
9558 sed 's/^/| /' conftest.
$ac_ext >&5
9562 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9564 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9565 # Binary search between lo and hi bounds.
9566 while test "x$ac_lo" != "x$ac_hi"; do
9567 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9568 cat >conftest.
$ac_ext <<_ACEOF
9571 cat confdefs.h
>>conftest.
$ac_ext
9572 cat >>conftest.
$ac_ext <<_ACEOF
9573 /* end confdefs.h. */
9578 static int test_array [1 - 2 * !((sizeof (omp_lock_t)) <= $ac_mid)];
9585 rm -f conftest.
$ac_objext
9586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9587 (eval $ac_compile) 2>conftest.er1
9589 grep -v '^ *+' conftest.er1
>conftest.err
9591 cat conftest.err
>&5
9592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9593 (exit $ac_status); } &&
9594 { ac_try
='test -z "$ac_c_werror_flag"
9595 || test ! -s conftest.err'
9596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9600 (exit $ac_status); }; } &&
9601 { ac_try
='test -s conftest.$ac_objext'
9602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9606 (exit $ac_status); }; }; then
9609 echo "$as_me: failed program was:" >&5
9610 sed 's/^/| /' conftest.
$ac_ext >&5
9612 ac_lo
=`expr '(' $ac_mid ')' + 1`
9614 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9617 ?
*) OMP_LOCK_SIZE
=$ac_lo;;
9618 '') { { echo "$as_me:$LINENO: error: unsupported system, cannot find sizeof (omp_lock_t)" >&5
9619 echo "$as_me: error: unsupported system, cannot find sizeof (omp_lock_t)" >&2;}
9620 { (exit 1); exit 1; }; } ;;
9623 if test "$cross_compiling" = yes; then
9624 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9625 See \`config.log' for more details." >&5
9626 echo "$as_me: error: cannot run test program while cross compiling
9627 See \`config.log' for more details." >&2;}
9628 { (exit 1); exit 1; }; }
9630 cat >conftest.
$ac_ext <<_ACEOF
9633 cat confdefs.h
>>conftest.
$ac_ext
9634 cat >>conftest.
$ac_ext <<_ACEOF
9635 /* end confdefs.h. */
9637 long longval () { return sizeof (omp_lock_t); }
9638 unsigned long ulongval () { return sizeof (omp_lock_t); }
9645 FILE *f = fopen ("conftest.val", "w");
9648 if ((sizeof (omp_lock_t)) < 0)
9650 long i = longval ();
9651 if (i != (sizeof (omp_lock_t)))
9653 fprintf (f, "%ld\n", i);
9657 unsigned long i = ulongval ();
9658 if (i != (sizeof (omp_lock_t)))
9660 fprintf (f, "%lu\n", i);
9662 exit (ferror (f) || fclose (f) != 0);
9668 rm -f conftest
$ac_exeext
9669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9670 (eval $ac_link) 2>&5
9672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9673 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9678 (exit $ac_status); }; }; then
9679 OMP_LOCK_SIZE
=`cat conftest.val`
9681 echo "$as_me: program exited with status $ac_status" >&5
9682 echo "$as_me: failed program was:" >&5
9683 sed 's/^/| /' conftest.
$ac_ext >&5
9686 { { echo "$as_me:$LINENO: error: unsupported system, cannot find sizeof (omp_lock_t)" >&5
9687 echo "$as_me: error: unsupported system, cannot find sizeof (omp_lock_t)" >&2;}
9688 { (exit 1); exit 1; }; }
9690 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9694 if test "$cross_compiling" = yes; then
9695 # Depending upon the size, compute the lo and hi bounds.
9696 cat >conftest.
$ac_ext <<_ACEOF
9699 cat confdefs.h
>>conftest.
$ac_ext
9700 cat >>conftest.
$ac_ext <<_ACEOF
9701 /* end confdefs.h. */
9706 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) >= 0)];
9713 rm -f conftest.
$ac_objext
9714 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9715 (eval $ac_compile) 2>conftest.er1
9717 grep -v '^ *+' conftest.er1
>conftest.err
9719 cat conftest.err
>&5
9720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9721 (exit $ac_status); } &&
9722 { ac_try
='test -z "$ac_c_werror_flag"
9723 || test ! -s conftest.err'
9724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9728 (exit $ac_status); }; } &&
9729 { ac_try
='test -s conftest.$ac_objext'
9730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9734 (exit $ac_status); }; }; then
9737 cat >conftest.
$ac_ext <<_ACEOF
9740 cat confdefs.h
>>conftest.
$ac_ext
9741 cat >>conftest.
$ac_ext <<_ACEOF
9742 /* end confdefs.h. */
9747 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) <= $ac_mid)];
9754 rm -f conftest.
$ac_objext
9755 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9756 (eval $ac_compile) 2>conftest.er1
9758 grep -v '^ *+' conftest.er1
>conftest.err
9760 cat conftest.err
>&5
9761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9762 (exit $ac_status); } &&
9763 { ac_try
='test -z "$ac_c_werror_flag"
9764 || test ! -s conftest.err'
9765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9769 (exit $ac_status); }; } &&
9770 { ac_try
='test -s conftest.$ac_objext'
9771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9775 (exit $ac_status); }; }; then
9776 ac_hi
=$ac_mid; break
9778 echo "$as_me: failed program was:" >&5
9779 sed 's/^/| /' conftest.
$ac_ext >&5
9781 ac_lo
=`expr $ac_mid + 1`
9782 if test $ac_lo -le $ac_mid; then
9786 ac_mid
=`expr 2 '*' $ac_mid + 1`
9788 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9791 echo "$as_me: failed program was:" >&5
9792 sed 's/^/| /' conftest.
$ac_ext >&5
9794 cat >conftest.
$ac_ext <<_ACEOF
9797 cat confdefs.h
>>conftest.
$ac_ext
9798 cat >>conftest.
$ac_ext <<_ACEOF
9799 /* end confdefs.h. */
9804 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) < 0)];
9811 rm -f conftest.
$ac_objext
9812 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9813 (eval $ac_compile) 2>conftest.er1
9815 grep -v '^ *+' conftest.er1
>conftest.err
9817 cat conftest.err
>&5
9818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9819 (exit $ac_status); } &&
9820 { ac_try
='test -z "$ac_c_werror_flag"
9821 || test ! -s conftest.err'
9822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9826 (exit $ac_status); }; } &&
9827 { ac_try
='test -s conftest.$ac_objext'
9828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9832 (exit $ac_status); }; }; then
9835 cat >conftest.
$ac_ext <<_ACEOF
9838 cat confdefs.h
>>conftest.
$ac_ext
9839 cat >>conftest.
$ac_ext <<_ACEOF
9840 /* end confdefs.h. */
9845 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) >= $ac_mid)];
9852 rm -f conftest.
$ac_objext
9853 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9854 (eval $ac_compile) 2>conftest.er1
9856 grep -v '^ *+' conftest.er1
>conftest.err
9858 cat conftest.err
>&5
9859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9860 (exit $ac_status); } &&
9861 { ac_try
='test -z "$ac_c_werror_flag"
9862 || test ! -s conftest.err'
9863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9867 (exit $ac_status); }; } &&
9868 { ac_try
='test -s conftest.$ac_objext'
9869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9873 (exit $ac_status); }; }; then
9874 ac_lo
=$ac_mid; break
9876 echo "$as_me: failed program was:" >&5
9877 sed 's/^/| /' conftest.
$ac_ext >&5
9879 ac_hi
=`expr '(' $ac_mid ')' - 1`
9880 if test $ac_mid -le $ac_hi; then
9884 ac_mid
=`expr 2 '*' $ac_mid`
9886 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9889 echo "$as_me: failed program was:" >&5
9890 sed 's/^/| /' conftest.
$ac_ext >&5
9894 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9896 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9897 # Binary search between lo and hi bounds.
9898 while test "x$ac_lo" != "x$ac_hi"; do
9899 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9900 cat >conftest.
$ac_ext <<_ACEOF
9903 cat confdefs.h
>>conftest.
$ac_ext
9904 cat >>conftest.
$ac_ext <<_ACEOF
9905 /* end confdefs.h. */
9910 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) <= $ac_mid)];
9917 rm -f conftest.
$ac_objext
9918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9919 (eval $ac_compile) 2>conftest.er1
9921 grep -v '^ *+' conftest.er1
>conftest.err
9923 cat conftest.err
>&5
9924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9925 (exit $ac_status); } &&
9926 { ac_try
='test -z "$ac_c_werror_flag"
9927 || test ! -s conftest.err'
9928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9932 (exit $ac_status); }; } &&
9933 { ac_try
='test -s conftest.$ac_objext'
9934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9938 (exit $ac_status); }; }; then
9941 echo "$as_me: failed program was:" >&5
9942 sed 's/^/| /' conftest.
$ac_ext >&5
9944 ac_lo
=`expr '(' $ac_mid ')' + 1`
9946 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9949 ?
*) OMP_LOCK_ALIGN
=$ac_lo;;
9953 if test "$cross_compiling" = yes; then
9954 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9955 See \`config.log' for more details." >&5
9956 echo "$as_me: error: cannot run test program while cross compiling
9957 See \`config.log' for more details." >&2;}
9958 { (exit 1); exit 1; }; }
9960 cat >conftest.
$ac_ext <<_ACEOF
9963 cat confdefs.h
>>conftest.
$ac_ext
9964 cat >>conftest.
$ac_ext <<_ACEOF
9965 /* end confdefs.h. */
9967 long longval () { return __alignof (omp_lock_t); }
9968 unsigned long ulongval () { return __alignof (omp_lock_t); }
9975 FILE *f = fopen ("conftest.val", "w");
9978 if ((__alignof (omp_lock_t)) < 0)
9980 long i = longval ();
9981 if (i != (__alignof (omp_lock_t)))
9983 fprintf (f, "%ld\n", i);
9987 unsigned long i = ulongval ();
9988 if (i != (__alignof (omp_lock_t)))
9990 fprintf (f, "%lu\n", i);
9992 exit (ferror (f) || fclose (f) != 0);
9998 rm -f conftest
$ac_exeext
9999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10000 (eval $ac_link) 2>&5
10002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10003 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10005 (eval $ac_try) 2>&5
10007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10008 (exit $ac_status); }; }; then
10009 OMP_LOCK_ALIGN
=`cat conftest.val`
10011 echo "$as_me: program exited with status $ac_status" >&5
10012 echo "$as_me: failed program was:" >&5
10013 sed 's/^/| /' conftest.
$ac_ext >&5
10016 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10020 if test "$cross_compiling" = yes; then
10021 # Depending upon the size, compute the lo and hi bounds.
10022 cat >conftest.
$ac_ext <<_ACEOF
10025 cat confdefs.h
>>conftest.
$ac_ext
10026 cat >>conftest.
$ac_ext <<_ACEOF
10027 /* end confdefs.h. */
10032 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) >= 0)];
10039 rm -f conftest.
$ac_objext
10040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10041 (eval $ac_compile) 2>conftest.er1
10043 grep -v '^ *+' conftest.er1
>conftest.err
10045 cat conftest.err
>&5
10046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10047 (exit $ac_status); } &&
10048 { ac_try
='test -z "$ac_c_werror_flag"
10049 || test ! -s conftest.err'
10050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10051 (eval $ac_try) 2>&5
10053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10054 (exit $ac_status); }; } &&
10055 { ac_try
='test -s conftest.$ac_objext'
10056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10057 (eval $ac_try) 2>&5
10059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10060 (exit $ac_status); }; }; then
10063 cat >conftest.
$ac_ext <<_ACEOF
10066 cat confdefs.h
>>conftest.
$ac_ext
10067 cat >>conftest.
$ac_ext <<_ACEOF
10068 /* end confdefs.h. */
10073 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) <= $ac_mid)];
10080 rm -f conftest.
$ac_objext
10081 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10082 (eval $ac_compile) 2>conftest.er1
10084 grep -v '^ *+' conftest.er1
>conftest.err
10086 cat conftest.err
>&5
10087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088 (exit $ac_status); } &&
10089 { ac_try
='test -z "$ac_c_werror_flag"
10090 || test ! -s conftest.err'
10091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10092 (eval $ac_try) 2>&5
10094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10095 (exit $ac_status); }; } &&
10096 { ac_try
='test -s conftest.$ac_objext'
10097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10098 (eval $ac_try) 2>&5
10100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10101 (exit $ac_status); }; }; then
10102 ac_hi
=$ac_mid; break
10104 echo "$as_me: failed program was:" >&5
10105 sed 's/^/| /' conftest.
$ac_ext >&5
10107 ac_lo
=`expr $ac_mid + 1`
10108 if test $ac_lo -le $ac_mid; then
10112 ac_mid
=`expr 2 '*' $ac_mid + 1`
10114 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10117 echo "$as_me: failed program was:" >&5
10118 sed 's/^/| /' conftest.
$ac_ext >&5
10120 cat >conftest.
$ac_ext <<_ACEOF
10123 cat confdefs.h
>>conftest.
$ac_ext
10124 cat >>conftest.
$ac_ext <<_ACEOF
10125 /* end confdefs.h. */
10130 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) < 0)];
10137 rm -f conftest.
$ac_objext
10138 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10139 (eval $ac_compile) 2>conftest.er1
10141 grep -v '^ *+' conftest.er1
>conftest.err
10143 cat conftest.err
>&5
10144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10145 (exit $ac_status); } &&
10146 { ac_try
='test -z "$ac_c_werror_flag"
10147 || test ! -s conftest.err'
10148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10149 (eval $ac_try) 2>&5
10151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10152 (exit $ac_status); }; } &&
10153 { ac_try
='test -s conftest.$ac_objext'
10154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10155 (eval $ac_try) 2>&5
10157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10158 (exit $ac_status); }; }; then
10161 cat >conftest.
$ac_ext <<_ACEOF
10164 cat confdefs.h
>>conftest.
$ac_ext
10165 cat >>conftest.
$ac_ext <<_ACEOF
10166 /* end confdefs.h. */
10171 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) >= $ac_mid)];
10178 rm -f conftest.
$ac_objext
10179 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10180 (eval $ac_compile) 2>conftest.er1
10182 grep -v '^ *+' conftest.er1
>conftest.err
10184 cat conftest.err
>&5
10185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10186 (exit $ac_status); } &&
10187 { ac_try
='test -z "$ac_c_werror_flag"
10188 || test ! -s conftest.err'
10189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10190 (eval $ac_try) 2>&5
10192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10193 (exit $ac_status); }; } &&
10194 { ac_try
='test -s conftest.$ac_objext'
10195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10196 (eval $ac_try) 2>&5
10198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10199 (exit $ac_status); }; }; then
10200 ac_lo
=$ac_mid; break
10202 echo "$as_me: failed program was:" >&5
10203 sed 's/^/| /' conftest.
$ac_ext >&5
10205 ac_hi
=`expr '(' $ac_mid ')' - 1`
10206 if test $ac_mid -le $ac_hi; then
10210 ac_mid
=`expr 2 '*' $ac_mid`
10212 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10215 echo "$as_me: failed program was:" >&5
10216 sed 's/^/| /' conftest.
$ac_ext >&5
10220 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10222 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10223 # Binary search between lo and hi bounds.
10224 while test "x$ac_lo" != "x$ac_hi"; do
10225 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10226 cat >conftest.
$ac_ext <<_ACEOF
10229 cat confdefs.h
>>conftest.
$ac_ext
10230 cat >>conftest.
$ac_ext <<_ACEOF
10231 /* end confdefs.h. */
10236 static int test_array [1 - 2 * !((sizeof (omp_nest_lock_t)) <= $ac_mid)];
10243 rm -f conftest.
$ac_objext
10244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10245 (eval $ac_compile) 2>conftest.er1
10247 grep -v '^ *+' conftest.er1
>conftest.err
10249 cat conftest.err
>&5
10250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10251 (exit $ac_status); } &&
10252 { ac_try
='test -z "$ac_c_werror_flag"
10253 || test ! -s conftest.err'
10254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10255 (eval $ac_try) 2>&5
10257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10258 (exit $ac_status); }; } &&
10259 { ac_try
='test -s conftest.$ac_objext'
10260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10261 (eval $ac_try) 2>&5
10263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10264 (exit $ac_status); }; }; then
10267 echo "$as_me: failed program was:" >&5
10268 sed 's/^/| /' conftest.
$ac_ext >&5
10270 ac_lo
=`expr '(' $ac_mid ')' + 1`
10272 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10275 ?
*) OMP_NEST_LOCK_SIZE
=$ac_lo;;
10279 if test "$cross_compiling" = yes; then
10280 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
10281 See \`config.log' for more details." >&5
10282 echo "$as_me: error: cannot run test program while cross compiling
10283 See \`config.log' for more details." >&2;}
10284 { (exit 1); exit 1; }; }
10286 cat >conftest.
$ac_ext <<_ACEOF
10289 cat confdefs.h
>>conftest.
$ac_ext
10290 cat >>conftest.
$ac_ext <<_ACEOF
10291 /* end confdefs.h. */
10293 long longval () { return sizeof (omp_nest_lock_t); }
10294 unsigned long ulongval () { return sizeof (omp_nest_lock_t); }
10296 #include <stdlib.h>
10301 FILE *f = fopen ("conftest.val", "w");
10304 if ((sizeof (omp_nest_lock_t)) < 0)
10306 long i = longval ();
10307 if (i != (sizeof (omp_nest_lock_t)))
10309 fprintf (f, "%ld\n", i);
10313 unsigned long i = ulongval ();
10314 if (i != (sizeof (omp_nest_lock_t)))
10316 fprintf (f, "%lu\n", i);
10318 exit (ferror (f) || fclose (f) != 0);
10324 rm -f conftest
$ac_exeext
10325 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10326 (eval $ac_link) 2>&5
10328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10329 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10331 (eval $ac_try) 2>&5
10333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10334 (exit $ac_status); }; }; then
10335 OMP_NEST_LOCK_SIZE
=`cat conftest.val`
10337 echo "$as_me: program exited with status $ac_status" >&5
10338 echo "$as_me: failed program was:" >&5
10339 sed 's/^/| /' conftest.
$ac_ext >&5
10342 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10346 if test "$cross_compiling" = yes; then
10347 # Depending upon the size, compute the lo and hi bounds.
10348 cat >conftest.
$ac_ext <<_ACEOF
10351 cat confdefs.h
>>conftest.
$ac_ext
10352 cat >>conftest.
$ac_ext <<_ACEOF
10353 /* end confdefs.h. */
10358 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) >= 0)];
10365 rm -f conftest.
$ac_objext
10366 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10367 (eval $ac_compile) 2>conftest.er1
10369 grep -v '^ *+' conftest.er1
>conftest.err
10371 cat conftest.err
>&5
10372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10373 (exit $ac_status); } &&
10374 { ac_try
='test -z "$ac_c_werror_flag"
10375 || test ! -s conftest.err'
10376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10377 (eval $ac_try) 2>&5
10379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10380 (exit $ac_status); }; } &&
10381 { ac_try
='test -s conftest.$ac_objext'
10382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10383 (eval $ac_try) 2>&5
10385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10386 (exit $ac_status); }; }; then
10389 cat >conftest.
$ac_ext <<_ACEOF
10392 cat confdefs.h
>>conftest.
$ac_ext
10393 cat >>conftest.
$ac_ext <<_ACEOF
10394 /* end confdefs.h. */
10399 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) <= $ac_mid)];
10406 rm -f conftest.
$ac_objext
10407 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10408 (eval $ac_compile) 2>conftest.er1
10410 grep -v '^ *+' conftest.er1
>conftest.err
10412 cat conftest.err
>&5
10413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10414 (exit $ac_status); } &&
10415 { ac_try
='test -z "$ac_c_werror_flag"
10416 || test ! -s conftest.err'
10417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10418 (eval $ac_try) 2>&5
10420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10421 (exit $ac_status); }; } &&
10422 { ac_try
='test -s conftest.$ac_objext'
10423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10424 (eval $ac_try) 2>&5
10426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10427 (exit $ac_status); }; }; then
10428 ac_hi
=$ac_mid; break
10430 echo "$as_me: failed program was:" >&5
10431 sed 's/^/| /' conftest.
$ac_ext >&5
10433 ac_lo
=`expr $ac_mid + 1`
10434 if test $ac_lo -le $ac_mid; then
10438 ac_mid
=`expr 2 '*' $ac_mid + 1`
10440 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10443 echo "$as_me: failed program was:" >&5
10444 sed 's/^/| /' conftest.
$ac_ext >&5
10446 cat >conftest.
$ac_ext <<_ACEOF
10449 cat confdefs.h
>>conftest.
$ac_ext
10450 cat >>conftest.
$ac_ext <<_ACEOF
10451 /* end confdefs.h. */
10456 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) < 0)];
10463 rm -f conftest.
$ac_objext
10464 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10465 (eval $ac_compile) 2>conftest.er1
10467 grep -v '^ *+' conftest.er1
>conftest.err
10469 cat conftest.err
>&5
10470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10471 (exit $ac_status); } &&
10472 { ac_try
='test -z "$ac_c_werror_flag"
10473 || test ! -s conftest.err'
10474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10475 (eval $ac_try) 2>&5
10477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10478 (exit $ac_status); }; } &&
10479 { ac_try
='test -s conftest.$ac_objext'
10480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10481 (eval $ac_try) 2>&5
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 (exit $ac_status); }; }; then
10487 cat >conftest.
$ac_ext <<_ACEOF
10490 cat confdefs.h
>>conftest.
$ac_ext
10491 cat >>conftest.
$ac_ext <<_ACEOF
10492 /* end confdefs.h. */
10497 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) >= $ac_mid)];
10504 rm -f conftest.
$ac_objext
10505 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10506 (eval $ac_compile) 2>conftest.er1
10508 grep -v '^ *+' conftest.er1
>conftest.err
10510 cat conftest.err
>&5
10511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10512 (exit $ac_status); } &&
10513 { ac_try
='test -z "$ac_c_werror_flag"
10514 || test ! -s conftest.err'
10515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10516 (eval $ac_try) 2>&5
10518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10519 (exit $ac_status); }; } &&
10520 { ac_try
='test -s conftest.$ac_objext'
10521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10522 (eval $ac_try) 2>&5
10524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10525 (exit $ac_status); }; }; then
10526 ac_lo
=$ac_mid; break
10528 echo "$as_me: failed program was:" >&5
10529 sed 's/^/| /' conftest.
$ac_ext >&5
10531 ac_hi
=`expr '(' $ac_mid ')' - 1`
10532 if test $ac_mid -le $ac_hi; then
10536 ac_mid
=`expr 2 '*' $ac_mid`
10538 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10541 echo "$as_me: failed program was:" >&5
10542 sed 's/^/| /' conftest.
$ac_ext >&5
10546 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10548 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10549 # Binary search between lo and hi bounds.
10550 while test "x$ac_lo" != "x$ac_hi"; do
10551 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
10552 cat >conftest.
$ac_ext <<_ACEOF
10555 cat confdefs.h
>>conftest.
$ac_ext
10556 cat >>conftest.
$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10562 static int test_array [1 - 2 * !((__alignof (omp_nest_lock_t)) <= $ac_mid)];
10569 rm -f conftest.
$ac_objext
10570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10571 (eval $ac_compile) 2>conftest.er1
10573 grep -v '^ *+' conftest.er1
>conftest.err
10575 cat conftest.err
>&5
10576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10577 (exit $ac_status); } &&
10578 { ac_try
='test -z "$ac_c_werror_flag"
10579 || test ! -s conftest.err'
10580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10581 (eval $ac_try) 2>&5
10583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10584 (exit $ac_status); }; } &&
10585 { ac_try
='test -s conftest.$ac_objext'
10586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10587 (eval $ac_try) 2>&5
10589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10590 (exit $ac_status); }; }; then
10593 echo "$as_me: failed program was:" >&5
10594 sed 's/^/| /' conftest.
$ac_ext >&5
10596 ac_lo
=`expr '(' $ac_mid ')' + 1`
10598 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10601 ?
*) OMP_NEST_LOCK_ALIGN
=$ac_lo;;
10605 if test "$cross_compiling" = yes; then
10606 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
10607 See \`config.log' for more details." >&5
10608 echo "$as_me: error: cannot run test program while cross compiling
10609 See \`config.log' for more details." >&2;}
10610 { (exit 1); exit 1; }; }
10612 cat >conftest.
$ac_ext <<_ACEOF
10615 cat confdefs.h
>>conftest.
$ac_ext
10616 cat >>conftest.
$ac_ext <<_ACEOF
10617 /* end confdefs.h. */
10619 long longval () { return __alignof (omp_nest_lock_t); }
10620 unsigned long ulongval () { return __alignof (omp_nest_lock_t); }
10622 #include <stdlib.h>
10627 FILE *f = fopen ("conftest.val", "w");
10630 if ((__alignof (omp_nest_lock_t)) < 0)
10632 long i = longval ();
10633 if (i != (__alignof (omp_nest_lock_t)))
10635 fprintf (f, "%ld\n", i);
10639 unsigned long i = ulongval ();
10640 if (i != (__alignof (omp_nest_lock_t)))
10642 fprintf (f, "%lu\n", i);
10644 exit (ferror (f) || fclose (f) != 0);
10650 rm -f conftest
$ac_exeext
10651 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10652 (eval $ac_link) 2>&5
10654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10655 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
10656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10657 (eval $ac_try) 2>&5
10659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10660 (exit $ac_status); }; }; then
10661 OMP_NEST_LOCK_ALIGN
=`cat conftest.val`
10663 echo "$as_me: program exited with status $ac_status" >&5
10664 echo "$as_me: failed program was:" >&5
10665 sed 's/^/| /' conftest.
$ac_ext >&5
10668 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
10673 # If the lock fits in an integer, then arrange for Fortran to use that
10674 # integer. If it doesn't, then arrange for Fortran to use a pointer.
10675 # Except that we don't have a way at present to multi-lib the installed
10676 # Fortran modules, so we assume 8 bytes for pointers, regardless of the
10678 OMP_LOCK_KIND
=$OMP_LOCK_SIZE
10679 OMP_NEST_LOCK_KIND
=$OMP_NEST_LOCK_SIZE
10680 if test $OMP_LOCK_SIZE -gt 8 ||
test $OMP_LOCK_ALIGN -gt $OMP_LOCK_SIZE; then
10683 if test $OMP_NEST_LOCK_SIZE -gt 8 ||
test $OMP_NEST_LOCK_ALIGN -gt $OMP_NEST_LOCK_SIZE; then
10684 OMP_NEST_LOCK_KIND
=8
10693 CFLAGS
="$save_CFLAGS"
10695 ac_config_files
="$ac_config_files omp.h omp_lib.h omp_lib.f90 libgomp_f.h"
10697 ac_config_files
="$ac_config_files Makefile testsuite/Makefile libgomp.spec"
10699 cat >confcache
<<\_ACEOF
10700 # This file is a shell script that caches the results of configure
10701 # tests run on this system so they can be shared between configure
10702 # scripts and configure runs, see configure's option --config-cache.
10703 # It is not useful on other systems. If it contains results you don't
10704 # want to keep, you may remove or edit it.
10706 # config.status only pays attention to the cache file if you give it
10707 # the --recheck option to rerun configure.
10709 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10710 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10711 # following values.
10715 # The following way of writing the cache mishandles newlines in values,
10716 # but we know of no workaround that is simple, portable, and efficient.
10717 # So, don't put newlines in cache variables' values.
10718 # Ultrix sh set writes to stderr and can't be redirected directly,
10719 # and sets the high bit in the cache file unless we assign to the vars.
10722 case `(ac_space=' '; set | grep ac_space) 2>&1` in
10724 # `set' does not quote correctly, so add quotes (double-quote
10725 # substitution turns \\\\ into \\, and sed turns \\ into \).
10728 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10731 # `set' quotes correctly as required by POSIX, so do not add quotes.
10733 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
10740 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10742 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10744 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
10745 if test -w $cache_file; then
10746 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
10747 cat confcache
>$cache_file
10749 echo "not updating unwritable cache $cache_file"
10754 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
10755 # Let make expand exec_prefix.
10756 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
10758 # VPATH may cause trouble with some makes, so we remove $(srcdir),
10759 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
10760 # trailing colons and then remove the whole line if VPATH becomes empty
10761 # (actually we leave an empty line to preserve line numbers).
10762 if test "x$srcdir" = x.
; then
10763 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
10764 s/:*\$(srcdir):*/:/;
10765 s/:*\${srcdir}:*/:/;
10767 s/^\([^=]*=[ ]*\):*/\1/;
10773 DEFS
=-DHAVE_CONFIG_H
10777 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
10778 # 1. Remove the extension, and $U if already installed.
10779 ac_i
=`echo "$ac_i" |
10780 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
10782 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
10783 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
10785 LIBOBJS
=$ac_libobjs
10787 LTLIBOBJS
=$ac_ltlibobjs
10790 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10791 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
10792 Usually this means the macro was only invoked conditionally." >&5
10793 echo "$as_me: error: conditional \"AMDEP\" was never defined.
10794 Usually this means the macro was only invoked conditionally." >&2;}
10795 { (exit 1); exit 1; }; }
10797 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10798 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
10799 Usually this means the macro was only invoked conditionally." >&5
10800 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
10801 Usually this means the macro was only invoked conditionally." >&2;}
10802 { (exit 1); exit 1; }; }
10804 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10805 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
10806 Usually this means the macro was only invoked conditionally." >&5
10807 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
10808 Usually this means the macro was only invoked conditionally." >&2;}
10809 { (exit 1); exit 1; }; }
10811 if test -z "${LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE}"; then
10812 { { echo "$as_me:$LINENO: error: conditional \"LIBGOMP_BUILD_VERSIONED_SHLIB\" was never defined.
10813 Usually this means the macro was only invoked conditionally." >&5
10814 echo "$as_me: error: conditional \"LIBGOMP_BUILD_VERSIONED_SHLIB\" was never defined.
10815 Usually this means the macro was only invoked conditionally." >&2;}
10816 { (exit 1); exit 1; }; }
10818 if test -z "${USE_FORTRAN_TRUE}" && test -z "${USE_FORTRAN_FALSE}"; then
10819 { { echo "$as_me:$LINENO: error: conditional \"USE_FORTRAN\" was never defined.
10820 Usually this means the macro was only invoked conditionally." >&5
10821 echo "$as_me: error: conditional \"USE_FORTRAN\" was never defined.
10822 Usually this means the macro was only invoked conditionally." >&2;}
10823 { (exit 1); exit 1; }; }
10826 : ${CONFIG_STATUS=./config.status}
10827 ac_clean_files_save
=$ac_clean_files
10828 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
10829 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
10830 echo "$as_me: creating $CONFIG_STATUS" >&6;}
10831 cat >$CONFIG_STATUS <<_ACEOF
10833 # Generated by $as_me.
10834 # Run this file to recreate the current configuration.
10835 # Compiler output produced by configure, useful for debugging
10836 # configure, is in config.log if it exists.
10839 ac_cs_recheck=false
10841 SHELL=\${CONFIG_SHELL-$SHELL}
10844 cat >>$CONFIG_STATUS <<\_ACEOF
10845 ## --------------------- ##
10846 ## M4sh Initialization. ##
10847 ## --------------------- ##
10849 # Be Bourne compatible
10850 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
10853 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
10854 # is contrary to our usage. Disable this feature.
10855 alias -g '${1+"$@"}'='"$@"'
10856 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
10859 DUALCASE
=1; export DUALCASE
# for MKS sh
10861 # Support unset when possible.
10862 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
10869 # Work around bugs in pre-3.0 UWIN ksh.
10870 $as_unset ENV MAIL MAILPATH
10877 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
10878 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
10879 LC_TELEPHONE LC_TIME
10881 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
10882 eval $as_var=C
; export $as_var
10888 # Required to use basename.
10889 if expr a
: '\(a\)' >/dev
/null
2>&1; then
10895 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
10896 as_basename
=basename
10902 # Name of the executable.
10903 as_me
=`$as_basename "$0" ||
10904 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
10905 X"$0" : 'X\(//\)$' \| \
10906 X"$0" : 'X\(/\)$' \| \
10907 . : '\(.\)' 2>/dev/null ||
10909 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
10910 /^X\/\(\/\/\)$/{ s//\1/; q; }
10911 /^X\/\(\/\).*/{ s//\1/; q; }
10915 # PATH needs CR, and LINENO needs CR and PATH.
10916 # Avoid depending upon Character Ranges.
10917 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
10918 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
10919 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
10920 as_cr_digits
='0123456789'
10921 as_cr_alnum
=$as_cr_Letters$as_cr_digits
10923 # The user is always right.
10924 if test "${PATH_SEPARATOR+set}" != set; then
10925 echo "#! /bin/sh" >conf$$.sh
10926 echo "exit 0" >>conf$$.sh
10928 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10937 as_lineno_1
=$LINENO
10938 as_lineno_2
=$LINENO
10939 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
10940 test "x$as_lineno_1" != "x$as_lineno_2" &&
10941 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
10942 # Find who we are. Look in the path if we contain no path at all
10945 *[\\/]* ) as_myself
=$0 ;;
10946 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10947 for as_dir
in $PATH
10950 test -z "$as_dir" && as_dir
=.
10951 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
10956 # We did not find ourselves, most probably we were run as `sh COMMAND'
10957 # in which case we are not to be found in the path.
10958 if test "x$as_myself" = x
; then
10961 if test ! -f "$as_myself"; then
10962 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
10963 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
10964 { (exit 1); exit 1; }; }
10966 case $CONFIG_SHELL in
10968 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
10969 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
10972 test -z "$as_dir" && as_dir
=.
10973 for as_base
in sh bash ksh sh5
; do
10976 if ("$as_dir/$as_base" -c '
10977 as_lineno_1=$LINENO
10978 as_lineno_2=$LINENO
10979 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
10980 test "x$as_lineno_1" != "x$as_lineno_2" &&
10981 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
10982 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
10983 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
10984 CONFIG_SHELL
=$as_dir/$as_base
10985 export CONFIG_SHELL
10986 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
10994 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
10995 # uniformly replaced by the line number. The first 'sed' inserts a
10996 # line-number line before each line; the second 'sed' does the real
10997 # work. The second script uses 'N' to pair each line-number line
10998 # with the numbered line, and appends trailing '-' during
10999 # substitution so that $LINENO is not a special case at line end.
11000 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
11001 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
11002 sed '=' <$as_myself |
11007 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
11010 s,^['$as_cr_digits']*\n,,
11011 ' >$as_me.lineno
&&
11012 chmod +x
$as_me.lineno ||
11013 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
11014 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
11015 { (exit 1); exit 1; }; }
11017 # Don't try to exec as it changes $[0], causing all sort of problems
11018 # (the dirname of $[0] is not the place where we might find the
11019 # original and so on. Autoconf is especially sensible to this).
11021 # Exit status is that of the last command.
11026 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
11027 *c
*,-n*) ECHO_N
= ECHO_C
='
11029 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
11030 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
11033 if expr a
: '\(a\)' >/dev
/null
2>&1; then
11039 rm -f conf$$ conf$$.exe conf$$.
file
11041 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
11042 # We could just check for DJGPP; but this test a) works b) is more generic
11043 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
11044 if test -f conf$$.exe
; then
11045 # Don't use ln at all; we don't have any links
11050 elif ln conf$$.
file conf$$
2>/dev
/null
; then
11055 rm -f conf$$ conf$$.exe conf$$.
file
11057 if mkdir
-p .
2>/dev
/null
; then
11060 test -d .
/-p && rmdir .
/-p
11064 as_executable_p
="test -f"
11066 # Sed expression to map a string onto a valid CPP name.
11067 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11069 # Sed expression to map a string onto a valid variable name.
11070 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11074 # We need space, tab and new line, in precisely that order.
11084 # Open the log real soon, to keep \$[0] and so on meaningful, and to
11085 # report actual input values of CONFIG_FILES etc. instead of their
11086 # values after options handling. Logging --version etc. is OK.
11090 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11091 ## Running $as_me. ##
11096 This file was extended by GNU OpenMP Runtime Library $as_me 1.0, which was
11097 generated by GNU Autoconf 2.59. Invocation command line was
11099 CONFIG_FILES = $CONFIG_FILES
11100 CONFIG_HEADERS = $CONFIG_HEADERS
11101 CONFIG_LINKS = $CONFIG_LINKS
11102 CONFIG_COMMANDS = $CONFIG_COMMANDS
11106 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
11110 # Files that config.status was made for.
11111 if test -n "$ac_config_files"; then
11112 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
11115 if test -n "$ac_config_headers"; then
11116 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
11119 if test -n "$ac_config_links"; then
11120 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
11123 if test -n "$ac_config_commands"; then
11124 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
11127 cat >>$CONFIG_STATUS <<\_ACEOF
11130 \`$as_me' instantiates files from templates according to the
11131 current configuration.
11133 Usage: $0 [OPTIONS] [FILE]...
11135 -h, --help print this help, then exit
11136 -V, --version print version number, then exit
11137 -q, --quiet do not print progress messages
11138 -d, --debug don't remove temporary files
11139 --recheck update $as_me by reconfiguring in the same conditions
11140 --file=FILE[:TEMPLATE]
11141 instantiate the configuration file FILE
11142 --header=FILE[:TEMPLATE]
11143 instantiate the configuration header FILE
11145 Configuration files:
11148 Configuration headers:
11151 Configuration commands:
11154 Report bugs to <bug-autoconf@gnu.org>."
11157 cat >>$CONFIG_STATUS <<_ACEOF
11159 GNU OpenMP Runtime Library config.status 1.0
11160 configured by $0, generated by GNU Autoconf 2.59,
11161 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
11163 Copyright (C) 2003 Free Software Foundation, Inc.
11164 This config.status script is free software; the Free Software Foundation
11165 gives unlimited permission to copy, distribute and modify it."
11170 cat >>$CONFIG_STATUS <<\_ACEOF
11171 # If no file are specified by the user, then we need to provide default
11172 # value. By we need to know if files were specified by the user.
11178 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
11179 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
11187 *) # This is not an option, so the user has probably given explicit
11190 ac_need_defaults
=false
;;
11194 # Handling of the options.
11196 cat >>$CONFIG_STATUS <<\_ACEOF
11197 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
11199 --version |
--vers* |
-V )
11200 echo "$ac_cs_version"; exit 0 ;;
11202 # Conflict between --help and --header
11203 { { echo "$as_me:$LINENO: error: ambiguous option: $1
11204 Try \`$0 --help' for more information." >&5
11205 echo "$as_me: error: ambiguous option: $1
11206 Try \`$0 --help' for more information." >&2;}
11207 { (exit 1); exit 1; }; };;
11208 --help |
--hel |
-h )
11209 echo "$ac_cs_usage"; exit 0 ;;
11210 --debug |
--d* |
-d )
11212 --file |
--fil |
--fi |
--f )
11214 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
11215 ac_need_defaults
=false
;;
11216 --header |
--heade |
--head |
--hea )
11218 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
11219 ac_need_defaults
=false
;;
11220 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
11221 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
11224 # This is an error.
11225 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
11226 Try \`$0 --help' for more information." >&5
11227 echo "$as_me: error: unrecognized option: $1
11228 Try \`$0 --help' for more information." >&2;}
11229 { (exit 1); exit 1; }; } ;;
11231 *) ac_config_targets
="$ac_config_targets $1" ;;
11237 ac_configure_extra_args
=
11239 if $ac_cs_silent; then
11241 ac_configure_extra_args
="$ac_configure_extra_args --silent"
11245 cat >>$CONFIG_STATUS <<_ACEOF
11246 if \$ac_cs_recheck; then
11247 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
11248 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11253 cat >>$CONFIG_STATUS <<_ACEOF
11255 # INIT-COMMANDS section.
11262 with_multisubdir="$with_multisubdir"
11263 with_multisrctop="$with_multisrctop"
11264 with_target_subdir="$with_target_subdir"
11265 ac_configure_args="${multilib_arg} ${ac_configure_args}"
11266 multi_basedir="$multi_basedir"
11267 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
11269 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11273 acx_cv_header_stdint="$acx_cv_header_stdint"
11274 acx_cv_type_int8_t="$acx_cv_type_int8_t"
11275 acx_cv_type_int16_t="$acx_cv_type_int16_t"
11276 acx_cv_type_int32_t="$acx_cv_type_int32_t"
11277 acx_cv_type_int64_t="$acx_cv_type_int64_t"
11278 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
11279 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
11280 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
11281 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
11282 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
11283 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
11284 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
11285 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
11286 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
11293 cat >>$CONFIG_STATUS <<\_ACEOF
11294 for ac_config_target
in $ac_config_targets
11296 case "$ac_config_target" in
11297 # Handling of arguments.
11298 "omp.h" ) CONFIG_FILES
="$CONFIG_FILES omp.h" ;;
11299 "omp_lib.h" ) CONFIG_FILES
="$CONFIG_FILES omp_lib.h" ;;
11300 "omp_lib.f90" ) CONFIG_FILES
="$CONFIG_FILES omp_lib.f90" ;;
11301 "libgomp_f.h" ) CONFIG_FILES
="$CONFIG_FILES libgomp_f.h" ;;
11302 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
11303 "testsuite/Makefile" ) CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
11304 "libgomp.spec" ) CONFIG_FILES
="$CONFIG_FILES libgomp.spec" ;;
11305 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
11306 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
11307 "gstdint.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
11308 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
11309 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
11310 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
11311 { (exit 1); exit 1; }; };;
11315 # If the user did not use the arguments to specify the items to instantiate,
11316 # then the envvar interface is used. Set only those that are not.
11317 # We use the long form for the default assignment because of an extremely
11318 # bizarre bug on SunOS 4.1.3.
11319 if $ac_need_defaults; then
11320 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
11321 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
11322 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
11325 # Have a temporary directory for convenience. Make it in the build tree
11326 # simply because there is no reason to put it here, and in addition,
11327 # creating and moving files from /tmp can sometimes cause problems.
11328 # Create a temporary directory, and hook for its removal unless debugging.
11331 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
11332 trap '{ (exit 1); exit 1; }' 1 2 13 15
11335 # Create a (secure) tmp directory for tmp files.
11338 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
11339 test -n "$tmp" && test -d "$tmp"
11342 tmp
=.
/confstat$$
-$RANDOM
11343 (umask 077 && mkdir
$tmp)
11346 echo "$me: cannot create a temporary directory in ." >&2
11347 { (exit 1); exit 1; }
11352 cat >>$CONFIG_STATUS <<_ACEOF
11355 # CONFIG_FILES section.
11358 # No need to generate the scripts if there are no CONFIG_FILES.
11359 # This happens for instance when ./config.status config.h
11360 if test -n "\$CONFIG_FILES"; then
11361 # Protect against being on the right side of a sed subst in config.status.
11362 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
11363 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
11364 s,@SHELL@,$SHELL,;t t
11365 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
11366 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
11367 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
11368 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
11369 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
11370 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
11371 s,@exec_prefix@,$exec_prefix,;t t
11372 s,@prefix@,$prefix,;t t
11373 s,@program_transform_name@,$program_transform_name,;t t
11374 s,@bindir@,$bindir,;t t
11375 s,@sbindir@,$sbindir,;t t
11376 s,@libexecdir@,$libexecdir,;t t
11377 s,@datadir@,$datadir,;t t
11378 s,@sysconfdir@,$sysconfdir,;t t
11379 s,@sharedstatedir@,$sharedstatedir,;t t
11380 s,@localstatedir@,$localstatedir,;t t
11381 s,@libdir@,$libdir,;t t
11382 s,@includedir@,$includedir,;t t
11383 s,@oldincludedir@,$oldincludedir,;t t
11384 s,@infodir@,$infodir,;t t
11385 s,@mandir@,$mandir,;t t
11386 s,@build_alias@,$build_alias,;t t
11387 s,@host_alias@,$host_alias,;t t
11388 s,@target_alias@,$target_alias,;t t
11389 s,@DEFS@,$DEFS,;t t
11390 s,@ECHO_C@,$ECHO_C,;t t
11391 s,@ECHO_N@,$ECHO_N,;t t
11392 s,@ECHO_T@,$ECHO_T,;t t
11393 s,@LIBS@,$LIBS,;t t
11394 s,@build@,$build,;t t
11395 s,@build_cpu@,$build_cpu,;t t
11396 s,@build_vendor@,$build_vendor,;t t
11397 s,@build_os@,$build_os,;t t
11398 s,@host@,$host,;t t
11399 s,@host_cpu@,$host_cpu,;t t
11400 s,@host_vendor@,$host_vendor,;t t
11401 s,@host_os@,$host_os,;t t
11402 s,@target@,$target,;t t
11403 s,@target_cpu@,$target_cpu,;t t
11404 s,@target_vendor@,$target_vendor,;t t
11405 s,@target_os@,$target_os,;t t
11406 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
11407 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
11408 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
11409 s,@CYGPATH_W@,$CYGPATH_W,;t t
11410 s,@PACKAGE@,$PACKAGE,;t t
11411 s,@VERSION@,$VERSION,;t t
11412 s,@ACLOCAL@,$ACLOCAL,;t t
11413 s,@AUTOCONF@,$AUTOCONF,;t t
11414 s,@AUTOMAKE@,$AUTOMAKE,;t t
11415 s,@AUTOHEADER@,$AUTOHEADER,;t t
11416 s,@MAKEINFO@,$MAKEINFO,;t t
11417 s,@install_sh@,$install_sh,;t t
11418 s,@STRIP@,$STRIP,;t t
11419 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
11420 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
11421 s,@mkdir_p@,$mkdir_p,;t t
11423 s,@SET_MAKE@,$SET_MAKE,;t t
11424 s,@am__leading_dot@,$am__leading_dot,;t t
11425 s,@AMTAR@,$AMTAR,;t t
11426 s,@am__tar@,$am__tar,;t t
11427 s,@am__untar@,$am__untar,;t t
11428 s,@multi_basedir@,$multi_basedir,;t t
11429 s,@toolexecdir@,$toolexecdir,;t t
11430 s,@toolexeclibdir@,$toolexeclibdir,;t t
11432 s,@ac_ct_CC@,$ac_ct_CC,;t t
11433 s,@EXEEXT@,$EXEEXT,;t t
11434 s,@OBJEXT@,$OBJEXT,;t t
11435 s,@DEPDIR@,$DEPDIR,;t t
11436 s,@am__include@,$am__include,;t t
11437 s,@am__quote@,$am__quote,;t t
11438 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
11439 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
11440 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
11441 s,@CCDEPMODE@,$CCDEPMODE,;t t
11442 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
11443 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
11444 s,@CFLAGS@,$CFLAGS,;t t
11446 s,@ac_ct_AR@,$ac_ct_AR,;t t
11447 s,@RANLIB@,$RANLIB,;t t
11448 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
11449 s,@PERL@,$PERL,;t t
11450 s,@LN_S@,$LN_S,;t t
11451 s,@LIBTOOL@,$LIBTOOL,;t t
11452 s,@enable_shared@,$enable_shared,;t t
11453 s,@enable_static@,$enable_static,;t t
11454 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
11455 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
11456 s,@MAINT@,$MAINT,;t t
11458 s,@FCFLAGS@,$FCFLAGS,;t t
11459 s,@LDFLAGS@,$LDFLAGS,;t t
11460 s,@ac_ct_FC@,$ac_ct_FC,;t t
11461 s,@libtool_VERSION@,$libtool_VERSION,;t t
11463 s,@CPPFLAGS@,$CPPFLAGS,;t t
11464 s,@EGREP@,$EGREP,;t t
11465 s,@SECTION_LDFLAGS@,$SECTION_LDFLAGS,;t t
11466 s,@OPT_LDFLAGS@,$OPT_LDFLAGS,;t t
11467 s,@LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE@,$LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE,;t t
11468 s,@LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE@,$LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE,;t t
11469 s,@config_path@,$config_path,;t t
11470 s,@XCFLAGS@,$XCFLAGS,;t t
11471 s,@XLDFLAGS@,$XLDFLAGS,;t t
11472 s,@link_gomp@,$link_gomp,;t t
11473 s,@USE_FORTRAN_TRUE@,$USE_FORTRAN_TRUE,;t t
11474 s,@USE_FORTRAN_FALSE@,$USE_FORTRAN_FALSE,;t t
11475 s,@OMP_LOCK_SIZE@,$OMP_LOCK_SIZE,;t t
11476 s,@OMP_LOCK_ALIGN@,$OMP_LOCK_ALIGN,;t t
11477 s,@OMP_NEST_LOCK_SIZE@,$OMP_NEST_LOCK_SIZE,;t t
11478 s,@OMP_NEST_LOCK_ALIGN@,$OMP_NEST_LOCK_ALIGN,;t t
11479 s,@OMP_LOCK_KIND@,$OMP_LOCK_KIND,;t t
11480 s,@OMP_NEST_LOCK_KIND@,$OMP_NEST_LOCK_KIND,;t t
11481 s,@LIBOBJS@,$LIBOBJS,;t t
11482 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
11487 cat >>$CONFIG_STATUS <<\_ACEOF
11488 # Split the substitutions into bite-sized pieces for seds with
11489 # small command number limits, like on Digital OSF/1 and HP-UX.
11490 ac_max_sed_lines
=48
11491 ac_sed_frag
=1 # Number of current file.
11492 ac_beg
=1 # First line for current file.
11493 ac_end
=$ac_max_sed_lines # Line after last line for current file.
11496 while $ac_more_lines; do
11497 if test $ac_beg -gt 1; then
11498 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
11500 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
11502 if test ! -s $tmp/subs.frag
; then
11503 ac_more_lines
=false
11505 # The purpose of the label and of the branching condition is to
11506 # speed up the sed processing (if there are no `@' at all, there
11507 # is no need to browse any of the substitutions).
11508 # These are the two extra sed commands mentioned above.
11510 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
11511 if test -z "$ac_sed_cmds"; then
11512 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
11514 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
11516 ac_sed_frag
=`expr $ac_sed_frag + 1`
11518 ac_end
=`expr $ac_end + $ac_max_sed_lines`
11521 if test -z "$ac_sed_cmds"; then
11524 fi # test -n "$CONFIG_FILES"
11527 cat >>$CONFIG_STATUS <<\_ACEOF
11528 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
11529 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11531 - |
*:- |
*:-:* ) # input from stdin
11533 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11534 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11535 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11536 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11537 * ) ac_file_in
=$ac_file.
in ;;
11540 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
11541 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
11542 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11543 X"$ac_file" : 'X\(//\)[^/]' \| \
11544 X"$ac_file" : 'X\(//\)$' \| \
11545 X"$ac_file" : 'X\(/\)' \| \
11546 . : '\(.\)' 2>/dev/null ||
11548 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11549 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11550 /^X\(\/\/\)$/{ s//\1/; q; }
11551 /^X\(\/\).*/{ s//\1/; q; }
11553 { if $as_mkdir_p; then
11558 while test ! -d "$as_dir"; do
11559 as_dirs
="$as_dir $as_dirs"
11560 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
11561 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11562 X"$as_dir" : 'X\(//\)[^/]' \| \
11563 X"$as_dir" : 'X\(//\)$' \| \
11564 X"$as_dir" : 'X\(/\)' \| \
11565 . : '\(.\)' 2>/dev/null ||
11567 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11568 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11569 /^X\(\/\/\)$/{ s//\1/; q; }
11570 /^X\(\/\).*/{ s//\1/; q; }
11573 test ! -n "$as_dirs" || mkdir
$as_dirs
11574 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11575 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11576 { (exit 1); exit 1; }; }; }
11580 if test "$ac_dir" != .
; then
11581 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
11582 # A "../" for each directory in $ac_dir_suffix.
11583 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
11585 ac_dir_suffix
= ac_top_builddir
=
11589 .
) # No --srcdir option. We are building in place.
11591 if test -z "$ac_top_builddir"; then
11594 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
11596 [\\/]* | ?
:[\\/]* ) # Absolute path.
11597 ac_srcdir
=$srcdir$ac_dir_suffix;
11598 ac_top_srcdir
=$srcdir ;;
11599 *) # Relative path.
11600 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
11601 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
11604 # Do not use `cd foo && pwd` to compute absolute paths, because
11605 # the directories may not exist.
11607 .
) ac_abs_builddir
="$ac_dir";;
11610 .
) ac_abs_builddir
=`pwd`;;
11611 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
11612 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
11615 case $ac_abs_builddir in
11616 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11618 case ${ac_top_builddir}.
in
11619 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
11620 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
11621 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
11624 case $ac_abs_builddir in
11625 .
) ac_abs_srcdir
=$ac_srcdir;;
11628 .
) ac_abs_srcdir
=$ac_abs_builddir;;
11629 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
11630 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
11633 case $ac_abs_builddir in
11634 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
11636 case $ac_top_srcdir in
11637 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
11638 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
11639 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
11645 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
11646 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
11649 if test x
"$ac_file" != x-
; then
11650 { echo "$as_me:$LINENO: creating $ac_file" >&5
11651 echo "$as_me: creating $ac_file" >&6;}
11654 # Let's still pretend it is `configure' which instantiates (i.e., don't
11655 # use $as_me), people would be surprised to read:
11656 # /* config.h. Generated by config.status. */
11657 if test x
"$ac_file" = x-
; then
11660 configure_input
="$ac_file. "
11662 configure_input
=$configure_input"Generated from `echo $ac_file_in |
11663 sed 's,.*/,,'` by configure."
11665 # First look for the input files in the build tree, otherwise in the
11667 ac_file_inputs
=`IFS=:
11668 for f in $ac_file_in; do
11670 -) echo $tmp/stdin ;;
11672 # Absolute (can't be DOS-style, as IFS=:)
11673 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11674 echo "$as_me: error: cannot find input file: $f" >&2;}
11675 { (exit 1); exit 1; }; }
11678 if test -f "$f"; then
11681 elif test -f "$srcdir/$f"; then
11686 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11687 echo "$as_me: error: cannot find input file: $f" >&2;}
11688 { (exit 1); exit 1; }; }
11691 done` ||
{ (exit 1); exit 1; }
11693 cat >>$CONFIG_STATUS <<_ACEOF
11697 cat >>$CONFIG_STATUS <<\_ACEOF
11699 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
11700 s
,@configure_input@
,$configure_input,;t t
11701 s
,@srcdir@
,$ac_srcdir,;t t
11702 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
11703 s
,@top_srcdir@
,$ac_top_srcdir,;t t
11704 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
11705 s
,@builddir@
,$ac_builddir,;t t
11706 s
,@abs_builddir@
,$ac_abs_builddir,;t t
11707 s
,@top_builddir@
,$ac_top_builddir,;t t
11708 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
11709 s
,@INSTALL@
,$ac_INSTALL,;t t
11710 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
11712 if test x"$ac_file" != x-; then
11713 mv $tmp/out $ac_file
11721 cat >>$CONFIG_STATUS <<\_ACEOF
11724 # CONFIG_HEADER section.
11727 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
11728 # NAME is the cpp macro being defined and VALUE is the value it is being given.
11730 # ac_d sets the value in "#define NAME VALUE" lines.
11731 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
11732 ac_dB
='[ ].*$,\1#\2'
11735 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
11736 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
11737 ac_uB
='$,\1#\2define\3'
11741 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
11742 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
11744 - |
*:- |
*:-:* ) # input from stdin
11746 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11747 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11748 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11749 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
11750 * ) ac_file_in
=$ac_file.
in ;;
11753 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
11754 echo "$as_me: creating $ac_file" >&6;}
11756 # First look for the input files in the build tree, otherwise in the
11758 ac_file_inputs
=`IFS=:
11759 for f in $ac_file_in; do
11761 -) echo $tmp/stdin ;;
11763 # Absolute (can't be DOS-style, as IFS=:)
11764 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11765 echo "$as_me: error: cannot find input file: $f" >&2;}
11766 { (exit 1); exit 1; }; }
11767 # Do quote $f, to prevent DOS paths from being IFS'd.
11770 if test -f "$f"; then
11773 elif test -f "$srcdir/$f"; then
11778 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
11779 echo "$as_me: error: cannot find input file: $f" >&2;}
11780 { (exit 1); exit 1; }; }
11783 done` ||
{ (exit 1); exit 1; }
11784 # Remove the trailing spaces.
11785 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
11789 # Transform confdefs.h into two sed scripts, `conftest.defines' and
11790 # `conftest.undefs', that substitutes the proper values into
11791 # config.h.in to produce config.h. The first handles `#define'
11792 # templates, and the second `#undef' templates.
11793 # And first: Protect against being on the right side of a sed subst in
11794 # config.status. Protect against being in an unquoted here document
11795 # in config.status.
11796 rm -f conftest.defines conftest.undefs
11797 # Using a here document instead of a string reduces the quoting nightmare.
11798 # Putting comments in sed scripts is not portable.
11800 # `end' is used to avoid that the second main sed command (meant for
11801 # 0-ary CPP macros) applies to n-ary macro definitions.
11802 # See the Autoconf documentation for `clear'.
11803 cat >confdef2sed.
sed <<\_ACEOF
11808 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
11810 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
11813 # If some macros were called several times there might be several times
11814 # the same #defines, which is useless. Nevertheless, we may not want to
11815 # sort them, since we want the *last* AC-DEFINE to be honored.
11816 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
11817 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
11818 rm -f confdef2sed.sed
11820 # This sed command replaces #undef with comments. This is necessary, for
11821 # example, in the case of _POSIX_SOURCE, which is predefined and required
11822 # on some systems where configure will not decide to define it.
11823 cat >>conftest.undefs <<\_ACEOF
11824 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
11827 # Break up conftest.defines because some shells have a limit on the size
11828 # of here documents, and old seds have small limits too (100 cmds).
11829 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
11830 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
11831 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
11832 echo ' :' >>$CONFIG_STATUS
11833 rm -f conftest.tail
11834 while grep . conftest.defines >/dev/null
11836 # Write a limited-size here document to $tmp/defines.sed.
11837 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
11838 # Speed up: don't consider the non `#define' lines.
11839 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
11840 # Work around the forget-to-reset-the-flag bug.
11841 echo 't clr' >>$CONFIG_STATUS
11842 echo ': clr' >>$CONFIG_STATUS
11843 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
11845 sed -f $tmp/defines.sed $tmp/in >$tmp/out
11847 mv $tmp/out $tmp/in
11849 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
11850 rm -f conftest.defines
11851 mv conftest.
tail conftest.defines
11853 rm -f conftest.defines
11854 echo ' fi # grep' >>$CONFIG_STATUS
11855 echo >>$CONFIG_STATUS
11857 # Break up conftest.undefs because some shells have a limit on the size
11858 # of here documents, and old seds have small limits too (100 cmds).
11859 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
11860 rm -f conftest.
tail
11861 while grep . conftest.undefs
>/dev
/null
11863 # Write a limited-size here document to $tmp/undefs.sed.
11864 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
11865 # Speed up: don't consider the non
`#undef'
11866 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
11867 # Work around the forget-to-reset-the-flag bug.
11868 echo 't clr' >>$CONFIG_STATUS
11869 echo ': clr' >>$CONFIG_STATUS
11870 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
11872 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
11874 mv $tmp/out $tmp/in
11876 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
11877 rm -f conftest.undefs
11878 mv conftest.tail conftest.undefs
11880 rm -f conftest.undefs
11882 cat >>$CONFIG_STATUS <<\_ACEOF
11883 # Let's still pretend it is `configure
' which instantiates (i.e., don't
11884 # use $as_me), people would be surprised to read:
11885 # /* config.h. Generated by config.status. */
11886 if test x
"$ac_file" = x-
; then
11887 echo "/* Generated by configure. */" >$tmp/config.h
11889 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
11891 cat $tmp/in >>$tmp/config.h
11893 if test x
"$ac_file" != x-
; then
11894 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
11895 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
11896 echo "$as_me: $ac_file is unchanged" >&6;}
11898 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
11899 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11900 X"$ac_file" : 'X\(//\)[^/]' \| \
11901 X"$ac_file" : 'X\(//\)$' \| \
11902 X"$ac_file" : 'X\(/\)' \| \
11903 . : '\(.\)' 2>/dev/null ||
11905 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11906 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11907 /^X\(\/\/\)$/{ s//\1/; q; }
11908 /^X\(\/\).*/{ s//\1/; q; }
11910 { if $as_mkdir_p; then
11915 while test ! -d "$as_dir"; do
11916 as_dirs
="$as_dir $as_dirs"
11917 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
11918 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11919 X"$as_dir" : 'X\(//\)[^/]' \| \
11920 X"$as_dir" : 'X\(//\)$' \| \
11921 X"$as_dir" : 'X\(/\)' \| \
11922 . : '\(.\)' 2>/dev/null ||
11924 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11925 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11926 /^X\(\/\/\)$/{ s//\1/; q; }
11927 /^X\(\/\).*/{ s//\1/; q; }
11930 test ! -n "$as_dirs" || mkdir
$as_dirs
11931 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
11932 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
11933 { (exit 1); exit 1; }; }; }
11936 mv $tmp/config.h
$ac_file
11940 rm -f $tmp/config.h
11942 # Compute $ac_file's index in $config_headers.
11944 for _am_header
in $config_headers :; do
11945 case $_am_header in
11946 $ac_file |
$ac_file:* )
11949 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
11952 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
11953 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11954 X$ac_file : 'X\(//\)[^/]' \| \
11955 X$ac_file : 'X\(//\)$' \| \
11956 X$ac_file : 'X\(/\)' \| \
11957 . : '\(.\)' 2>/dev/null ||
11959 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11960 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11961 /^X\(\/\/\)$/{ s//\1/; q; }
11962 /^X\(\/\).*/{ s//\1/; q; }
11963 s/.*/./; q'`/stamp-h
$_am_stamp_count
11966 cat >>$CONFIG_STATUS <<\_ACEOF
11969 # CONFIG_COMMANDS section.
11971 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
11972 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
11973 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
11974 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
11975 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11976 X"$ac_dest" : 'X\(//\)[^/]' \| \
11977 X"$ac_dest" : 'X\(//\)$' \| \
11978 X"$ac_dest" : 'X\(/\)' \| \
11979 . : '\(.\)' 2>/dev/null ||
11981 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
11982 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
11983 /^X\(\/\/\)$/{ s//\1/; q; }
11984 /^X\(\/\).*/{ s//\1/; q; }
11986 { if $as_mkdir_p; then
11991 while test ! -d "$as_dir"; do
11992 as_dirs
="$as_dir $as_dirs"
11993 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
11994 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11995 X"$as_dir" : 'X\(//\)[^/]' \| \
11996 X"$as_dir" : 'X\(//\)$' \| \
11997 X"$as_dir" : 'X\(/\)' \| \
11998 . : '\(.\)' 2>/dev/null ||
12000 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12001 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12002 /^X\(\/\/\)$/{ s//\1/; q; }
12003 /^X\(\/\).*/{ s//\1/; q; }
12006 test ! -n "$as_dirs" || mkdir
$as_dirs
12007 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
12008 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
12009 { (exit 1); exit 1; }; }; }
12013 if test "$ac_dir" != .
; then
12014 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
12015 # A "../" for each directory in $ac_dir_suffix.
12016 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
12018 ac_dir_suffix
= ac_top_builddir
=
12022 .
) # No --srcdir option. We are building in place.
12024 if test -z "$ac_top_builddir"; then
12027 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
12029 [\\/]* | ?
:[\\/]* ) # Absolute path.
12030 ac_srcdir
=$srcdir$ac_dir_suffix;
12031 ac_top_srcdir
=$srcdir ;;
12032 *) # Relative path.
12033 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
12034 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
12037 # Do not use `cd foo && pwd` to compute absolute paths, because
12038 # the directories may not exist.
12040 .
) ac_abs_builddir
="$ac_dir";;
12043 .
) ac_abs_builddir
=`pwd`;;
12044 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
12045 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
12048 case $ac_abs_builddir in
12049 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12051 case ${ac_top_builddir}.
in
12052 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
12053 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
12054 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
12057 case $ac_abs_builddir in
12058 .
) ac_abs_srcdir
=$ac_srcdir;;
12061 .
) ac_abs_srcdir
=$ac_abs_builddir;;
12062 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
12063 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
12066 case $ac_abs_builddir in
12067 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
12069 case $ac_top_srcdir in
12070 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
12071 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
12072 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
12077 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
12078 echo "$as_me: executing $ac_dest commands" >&6;}
12081 # Only add multilib support code if we just rebuilt the top-level
12083 case " $CONFIG_FILES " in
12085 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
12088 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
12089 # Strip MF so we end up with the name of the file.
12090 mf
=`echo "$mf" | sed -e 's/:.*$//'`
12091 # Check whether this is an Automake generated Makefile or not.
12092 # We used to match only the files named `Makefile.in', but
12093 # some people rename them; so instead we look at the file content.
12094 # Grep'ing the first line is not enough: some people post-process
12095 # each Makefile.in and add a new line on top of each file to say so.
12096 # So let's grep whole file.
12097 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
12098 dirpart
=`(dirname "$mf") 2>/dev/null ||
12099 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12100 X"$mf" : 'X\(//\)[^/]' \| \
12101 X"$mf" : 'X\(//\)$' \| \
12102 X"$mf" : 'X\(/\)' \| \
12103 . : '\(.\)' 2>/dev/null ||
12105 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12106 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12107 /^X\(\/\/\)$/{ s//\1/; q; }
12108 /^X\(\/\).*/{ s//\1/; q; }
12113 # Extract the definition of DEPDIR, am__include, and am__quote
12114 # from the Makefile without running `make'.
12115 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
12116 test -z "$DEPDIR" && continue
12117 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
12118 test -z "am__include" && continue
12119 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
12120 # When using ansi2knr, U may be empty or an underscore; expand it
12121 U
=`sed -n 's/^U = //p' < "$mf"`
12122 # Find all dependency output files, they are included files with
12123 # $(DEPDIR) in their names. We invoke sed twice because it is the
12124 # simplest approach to changing $(DEPDIR) to its actual value in the
12126 for file in `sed -n "
12127 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12128 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12129 # Make sure the directory exists.
12130 test -f "$dirpart/$file" && continue
12131 fdir
=`(dirname "$file") 2>/dev/null ||
12132 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12133 X"$file" : 'X\(//\)[^/]' \| \
12134 X"$file" : 'X\(//\)$' \| \
12135 X"$file" : 'X\(/\)' \| \
12136 . : '\(.\)' 2>/dev/null ||
12138 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12139 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12140 /^X\(\/\/\)$/{ s//\1/; q; }
12141 /^X\(\/\).*/{ s//\1/; q; }
12143 { if $as_mkdir_p; then
12144 mkdir
-p $dirpart/$fdir
12146 as_dir
=$dirpart/$fdir
12148 while test ! -d "$as_dir"; do
12149 as_dirs
="$as_dir $as_dirs"
12150 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
12151 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12152 X"$as_dir" : 'X\(//\)[^/]' \| \
12153 X"$as_dir" : 'X\(//\)$' \| \
12154 X"$as_dir" : 'X\(/\)' \| \
12155 . : '\(.\)' 2>/dev/null ||
12157 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
12158 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
12159 /^X\(\/\/\)$/{ s//\1/; q; }
12160 /^X\(\/\).*/{ s//\1/; q; }
12163 test ! -n "$as_dirs" || mkdir
$as_dirs
12164 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
12165 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
12166 { (exit 1); exit 1; }; }; }
12168 # echo "creating $dirpart/$file"
12169 echo '# dummy' > "$dirpart/$file"
12174 if test "$GCC" = yes; then
12175 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
12177 echo "/* generated for $CC */" > tmp-stdint.h
12180 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12182 #ifndef GCC_GENERATED_STDINT_H
12183 #define GCC_GENERATED_STDINT_H 1
12185 #include <sys/types.h>
12188 if test "$acx_cv_header_stdint" != stdint.h
; then
12189 echo "#include <stddef.h>" >> tmp-stdint.h
12191 if test "$acx_cv_header_stdint" != stddef.h
; then
12192 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
12195 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12196 /* glibc uses these symbols as guards to prevent redefinitions. */
12197 #ifdef __int8_t_defined
12202 #ifdef __uint32_t_defined
12208 # ----------------- done header, emit basic int types -------------
12209 if test "$acx_cv_header_stdint" = stddef.h
; then
12210 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12214 typedef unsigned $acx_cv_type_int8_t uint8_t;
12219 typedef unsigned $acx_cv_type_int16_t uint16_t;
12224 typedef unsigned $acx_cv_type_int32_t uint32_t;
12229 typedef $acx_cv_type_int8_t int8_t;
12234 typedef $acx_cv_type_int16_t int16_t;
12239 typedef $acx_cv_type_int32_t int32_t;
12242 elif test "$ac_cv_type_u_int32_t" = yes; then
12243 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12245 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
12258 typedef u_int8_t uint8_t;
12263 typedef u_int16_t uint16_t;
12268 typedef u_int32_t uint32_t;
12272 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12274 /* Some systems have guard macros to prevent redefinitions, define them. */
12296 # ------------- done basic int types, emit int64_t types ------------
12297 if test "$ac_cv_type_uint64_t" = yes; then
12298 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12300 /* system headers have good uint64_t and int64_t */
12308 elif test "$ac_cv_type_u_int64_t" = yes; then
12309 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12311 /* system headers have an u_int64_t (and int64_t) */
12317 typedef u_int64_t uint64_t;
12320 elif test -n "$acx_cv_type_int64_t"; then
12321 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12323 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
12326 typedef $acx_cv_type_int64_t int64_t;
12330 typedef unsigned $acx_cv_type_int64_t uint64_t;
12334 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12336 /* some common heuristics for int64_t, using compiler-specific tests */
12337 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
12340 typedef long long int64_t;
12344 typedef unsigned long long uint64_t;
12347 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
12348 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
12349 does not implement __extension__. But that compiler doesn't define
12351 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
12352 # define __extension__
12357 __extension__ typedef long long int64_t;
12361 __extension__ typedef unsigned long long uint64_t;
12364 #elif !defined __STRICT_ANSI__
12365 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
12369 typedef __int64 int64_t;
12373 typedef unsigned __int64 uint64_t;
12375 # endif /* compiler */
12377 #endif /* ANSI version */
12381 # ------------- done int64_t types, emit intptr types ------------
12382 if test "$ac_cv_type_uintptr_t" != yes; then
12383 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12385 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
12386 typedef u$acx_cv_type_intptr_t uintptr_t;
12387 typedef $acx_cv_type_intptr_t intptr_t;
12391 # ------------- done intptr types, emit int_least types ------------
12392 if test "$ac_cv_type_int_least32_t" != yes; then
12393 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12395 /* Define int_least types */
12396 typedef int8_t int_least8_t;
12397 typedef int16_t int_least16_t;
12398 typedef int32_t int_least32_t;
12400 typedef int64_t int_least64_t;
12403 typedef uint8_t uint_least8_t;
12404 typedef uint16_t uint_least16_t;
12405 typedef uint32_t uint_least32_t;
12407 typedef uint64_t uint_least64_t;
12412 # ------------- done intptr types, emit int_fast types ------------
12413 if test "$ac_cv_type_int_fast32_t" != yes; then
12414 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12416 /* Define int_fast types. short is often slow */
12417 typedef int8_t int_fast8_t;
12418 typedef int int_fast16_t;
12419 typedef int32_t int_fast32_t;
12421 typedef int64_t int_fast64_t;
12424 typedef uint8_t uint_fast8_t;
12425 typedef unsigned int uint_fast16_t;
12426 typedef uint32_t uint_fast32_t;
12428 typedef uint64_t uint_fast64_t;
12433 if test "$ac_cv_type_uintmax_t" != yes; then
12434 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12436 /* Define intmax based on what we found */
12438 typedef int64_t intmax_t;
12440 typedef long intmax_t;
12443 typedef uint64_t uintmax_t;
12445 typedef unsigned long uintmax_t;
12450 sed 's/^ *//' >> tmp-stdint.h
<<EOF
12452 #endif /* GCC_GENERATED_STDINT_H */
12455 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
12458 mv -f tmp-stdint.h gstdint.h
12466 cat >>$CONFIG_STATUS <<\_ACEOF
12468 { (exit 0); exit 0; }
12470 chmod +x
$CONFIG_STATUS
12471 ac_clean_files
=$ac_clean_files_save
12474 # configure is writing to config.log, and then calls config.status.
12475 # config.status does its own redirection, appending to config.log.
12476 # Unfortunately, on DOS this fails, as config.log is still kept open
12477 # by configure, so config.status won't be able to write to it; its
12478 # output is simply discarded. So we exec the FD to /dev/null,
12479 # effectively closing config.log, so it can be properly (re)opened and
12480 # appended to by config.status. When coming back to configure, we
12481 # need to make the FD available again.
12482 if test "$no_create" != yes; then
12484 ac_config_status_args
=
12485 test "$silent" = yes &&
12486 ac_config_status_args
="$ac_config_status_args --quiet"
12488 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
12490 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
12491 # would make configure fail if this is the last instruction.
12492 $ac_cs_success ||
{ (exit 1); exit 1; }