chiark / gitweb /
1.0.6 update: Memory mapping features and stability fixes
[stressapptest] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for stressapptest 1.0.6_autoconf.
4 #
5 # Report bugs to <opensource@google.com>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
11 #
12 #
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
18
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22   emulate sh
23   NULLCMD=:
24   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25   # is contrary to our usage.  Disable this feature.
26   alias -g '${1+"$@"}'='"$@"'
27   setopt NO_GLOB_SUBST
28 else
29   case `(set -o) 2>/dev/null` in #(
30   *posix*) :
31     set -o posix ;; #(
32   *) :
33      ;;
34 esac
35 fi
36
37
38 as_nl='
39 '
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49   as_echo='print -r --'
50   as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52   as_echo='printf %s\n'
53   as_echo_n='printf %s'
54 else
55   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57     as_echo_n='/usr/ucb/echo -n'
58   else
59     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60     as_echo_n_body='eval
61       arg=$1;
62       case $arg in #(
63       *"$as_nl"*)
64         expr "X$arg" : "X\\(.*\\)$as_nl";
65         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66       esac;
67       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
68     '
69     export as_echo_n_body
70     as_echo_n='sh -c $as_echo_n_body as_echo'
71   fi
72   export as_echo_body
73   as_echo='sh -c $as_echo_body as_echo'
74 fi
75
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78   PATH_SEPARATOR=:
79   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81       PATH_SEPARATOR=';'
82   }
83 fi
84
85
86 # IFS
87 # We need space, tab and new line, in precisely that order.  Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" ""        $as_nl"
92
93 # Find who we are.  Look in the path if we contain no directory separator.
94 case $0 in #((
95   *[\\/]* ) as_myself=$0 ;;
96   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
98 do
99   IFS=$as_save_IFS
100   test -z "$as_dir" && as_dir=.
101     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102   done
103 IFS=$as_save_IFS
104
105      ;;
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110   as_myself=$0
111 fi
112 if test ! -f "$as_myself"; then
113   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114   exit 1
115 fi
116
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there.  '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
128
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
134
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137
138 if test "x$CONFIG_SHELL" = x; then
139   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140   emulate sh
141   NULLCMD=:
142   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143   # is contrary to our usage.  Disable this feature.
144   alias -g '\${1+\"\$@\"}'='\"\$@\"'
145   setopt NO_GLOB_SUBST
146 else
147   case \`(set -o) 2>/dev/null\` in #(
148   *posix*) :
149     set -o posix ;; #(
150   *) :
151      ;;
152 esac
153 fi
154 "
155   as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
160
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
167
168 else
169   exitcode=1; echo positional parameters were not saved.
170 fi
171 test x\$exitcode = x0 || exit 1"
172   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177   if (eval "$as_required") 2>/dev/null; then :
178   as_have_required=yes
179 else
180   as_have_required=no
181 fi
182   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
183
184 else
185   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
188 do
189   IFS=$as_save_IFS
190   test -z "$as_dir" && as_dir=.
191   as_found=:
192   case $as_dir in #(
193          /*)
194            for as_base in sh bash ksh sh5; do
195              # Try only shells that exist, to save several forks.
196              as_shell=$as_dir/$as_base
197              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   CONFIG_SHELL=$as_shell as_have_required=yes
200                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201   break 2
202 fi
203 fi
204            done;;
205        esac
206   as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210   CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
213
214
215       if test "x$CONFIG_SHELL" != x; then :
216   # We cannot yet assume a decent shell, so we have to provide a
217         # neutralization value for shells without unset; and this also
218         # works around shells that cannot unset nonexistent variables.
219         BASH_ENV=/dev/null
220         ENV=/dev/null
221         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222         export CONFIG_SHELL
223         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
224 fi
225
226     if test x$as_have_required = xno; then :
227   $as_echo "$0: This script requires a shell more modern than all"
228   $as_echo "$0: the shells that I found on your system."
229   if test x${ZSH_VERSION+set} = xset ; then
230     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232   else
233     $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: opensource@google.com about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
238   fi
239   exit 1
240 fi
241 fi
242 fi
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
248
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
256 {
257   { eval $1=; unset $1;}
258 }
259 as_unset=as_fn_unset
260
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
265 {
266   return $1
267 } # as_fn_set_status
268
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
273 {
274   set +e
275   as_fn_set_status $1
276   exit $1
277 } # as_fn_exit
278
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
283 {
284
285   case $as_dir in #(
286   -*) as_dir=./$as_dir;;
287   esac
288   test -d "$as_dir" || eval $as_mkdir_p || {
289     as_dirs=
290     while :; do
291       case $as_dir in #(
292       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293       *) as_qdir=$as_dir;;
294       esac
295       as_dirs="'$as_qdir' $as_dirs"
296       as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298          X"$as_dir" : 'X\(//\)[^/]' \| \
299          X"$as_dir" : 'X\(//\)$' \| \
300          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303             s//\1/
304             q
305           }
306           /^X\(\/\/\)[^/].*/{
307             s//\1/
308             q
309           }
310           /^X\(\/\/\)$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\).*/{
315             s//\1/
316             q
317           }
318           s/.*/./; q'`
319       test -d "$as_dir" && break
320     done
321     test -z "$as_dirs" || eval "mkdir $as_dirs"
322   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
323
324
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333   eval 'as_fn_append ()
334   {
335     eval $1+=\$2
336   }'
337 else
338   as_fn_append ()
339   {
340     eval $1=\$$1\$2
341   }
342 fi # as_fn_append
343
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350   eval 'as_fn_arith ()
351   {
352     as_val=$(( $* ))
353   }'
354 else
355   as_fn_arith ()
356   {
357     as_val=`expr "$@" || test $? -eq 1`
358   }
359 fi # as_fn_arith
360
361
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
368 {
369   as_status=$?; test $as_status -eq 0 && as_status=1
370   if test "$3"; then
371     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
373   fi
374   $as_echo "$as_me: error: $1" >&2
375   as_fn_exit $as_status
376 } # as_fn_error
377
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379    test "X`expr 00001 : '.*\(...\)'`" = X001; then
380   as_expr=expr
381 else
382   as_expr=false
383 fi
384
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386   as_basename=basename
387 else
388   as_basename=false
389 fi
390
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392   as_dirname=dirname
393 else
394   as_dirname=false
395 fi
396
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399          X"$0" : 'X\(//\)$' \| \
400          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402     sed '/^.*\/\([^/][^/]*\)\/*$/{
403             s//\1/
404             q
405           }
406           /^X\/\(\/\/\)$/{
407             s//\1/
408             q
409           }
410           /^X\/\(\/\).*/{
411             s//\1/
412             q
413           }
414           s/.*/./; q'`
415
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
422
423
424   as_lineno_1=$LINENO as_lineno_1a=$LINENO
425   as_lineno_2=$LINENO as_lineno_2a=$LINENO
426   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
429   sed -n '
430     p
431     /[$]LINENO/=
432   ' <$as_myself |
433     sed '
434       s/[$]LINENO.*/&-/
435       t lineno
436       b
437       :lineno
438       N
439       :loop
440       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441       t loop
442       s/-\n.*//
443     ' >$as_me.lineno &&
444   chmod +x "$as_me.lineno" ||
445     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
446
447   # Don't try to exec as it changes $[0], causing all sort of problems
448   # (the dirname of $[0] is not the place where we might find the
449   # original and so on.  Autoconf is especially sensitive to this).
450   . "./$as_me.lineno"
451   # Exit status is that of the last command.
452   exit
453 }
454
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458   case `echo 'xy\c'` in
459   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
460   xy)  ECHO_C='\c';;
461   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
462        ECHO_T=' ';;
463   esac;;
464 *)
465   ECHO_N='-n';;
466 esac
467
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470   rm -f conf$$.dir/conf$$.file
471 else
472   rm -f conf$$.dir
473   mkdir conf$$.dir 2>/dev/null
474 fi
475 if (echo >conf$$.file) 2>/dev/null; then
476   if ln -s conf$$.file conf$$ 2>/dev/null; then
477     as_ln_s='ln -s'
478     # ... but there are two gotchas:
479     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481     # In both cases, we have to default to `cp -p'.
482     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483       as_ln_s='cp -p'
484   elif ln conf$$.file conf$$ 2>/dev/null; then
485     as_ln_s=ln
486   else
487     as_ln_s='cp -p'
488   fi
489 else
490   as_ln_s='cp -p'
491 fi
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
494
495 if mkdir -p . 2>/dev/null; then
496   as_mkdir_p='mkdir -p "$as_dir"'
497 else
498   test -d ./-p && rmdir ./-p
499   as_mkdir_p=false
500 fi
501
502 if test -x / >/dev/null 2>&1; then
503   as_test_x='test -x'
504 else
505   if ls -dL / >/dev/null 2>&1; then
506     as_ls_L_option=L
507   else
508     as_ls_L_option=
509   fi
510   as_test_x='
511     eval sh -c '\''
512       if test -d "$1"; then
513         test -d "$1/.";
514       else
515         case $1 in #(
516         -*)set "./$1";;
517         esac;
518         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519         ???[sx]*):;;*)false;;esac;fi
520     '\'' sh
521   '
522 fi
523 as_executable_p=$as_test_x
524
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
527
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
530
531
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
534
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
539
540 #
541 # Initializations.
542 #
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
551
552 # Identity of this package.
553 PACKAGE_NAME='stressapptest'
554 PACKAGE_TARNAME='stressapptest'
555 PACKAGE_VERSION='1.0.6_autoconf'
556 PACKAGE_STRING='stressapptest 1.0.6_autoconf'
557 PACKAGE_BUGREPORT='opensource@google.com'
558 PACKAGE_URL=''
559
560 ac_unique_file="src/"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 #  include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 #  include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
596
597 ac_subst_vars='am__EXEEXT_FALSE
598 am__EXEEXT_TRUE
599 LTLIBOBJS
600 LIBOBJS
601 EGREP
602 GREP
603 CPP
604 am__fastdepCC_FALSE
605 am__fastdepCC_TRUE
606 CCDEPMODE
607 ac_ct_CC
608 CFLAGS
609 CC
610 am__fastdepCXX_FALSE
611 am__fastdepCXX_TRUE
612 CXXDEPMODE
613 AMDEPBACKSLASH
614 AMDEP_FALSE
615 AMDEP_TRUE
616 am__quote
617 am__include
618 DEPDIR
619 OBJEXT
620 EXEEXT
621 ac_ct_CXX
622 CPPFLAGS
623 LDFLAGS
624 CXXFLAGS
625 CXX
626 am__untar
627 am__tar
628 AMTAR
629 am__leading_dot
630 SET_MAKE
631 AWK
632 mkdir_p
633 MKDIR_P
634 INSTALL_STRIP_PROGRAM
635 STRIP
636 install_sh
637 MAKEINFO
638 AUTOHEADER
639 AUTOMAKE
640 AUTOCONF
641 ACLOCAL
642 VERSION
643 PACKAGE
644 CYGPATH_W
645 am__isrc
646 INSTALL_DATA
647 INSTALL_SCRIPT
648 INSTALL_PROGRAM
649 target_os
650 target_vendor
651 target_cpu
652 target
653 host_os
654 host_vendor
655 host_cpu
656 host
657 build_os
658 build_vendor
659 build_cpu
660 build
661 target_alias
662 host_alias
663 build_alias
664 LIBS
665 ECHO_T
666 ECHO_N
667 ECHO_C
668 DEFS
669 mandir
670 localedir
671 libdir
672 psdir
673 pdfdir
674 dvidir
675 htmldir
676 infodir
677 docdir
678 oldincludedir
679 includedir
680 localstatedir
681 sharedstatedir
682 sysconfdir
683 datadir
684 datarootdir
685 libexecdir
686 sbindir
687 bindir
688 program_transform_name
689 prefix
690 exec_prefix
691 PACKAGE_URL
692 PACKAGE_BUGREPORT
693 PACKAGE_STRING
694 PACKAGE_VERSION
695 PACKAGE_TARNAME
696 PACKAGE_NAME
697 PATH_SEPARATOR
698 SHELL'
699 ac_subst_files=''
700 ac_user_opts='
701 enable_option_checking
702 with_static
703 enable_dependency_tracking
704 '
705       ac_precious_vars='build_alias
706 host_alias
707 target_alias
708 CXX
709 CXXFLAGS
710 LDFLAGS
711 LIBS
712 CPPFLAGS
713 CCC
714 CC
715 CFLAGS
716 CPP'
717
718
719 # Initialize some variables set by options.
720 ac_init_help=
721 ac_init_version=false
722 ac_unrecognized_opts=
723 ac_unrecognized_sep=
724 # The variables have the same names as the options, with
725 # dashes changed to underlines.
726 cache_file=/dev/null
727 exec_prefix=NONE
728 no_create=
729 no_recursion=
730 prefix=NONE
731 program_prefix=NONE
732 program_suffix=NONE
733 program_transform_name=s,x,x,
734 silent=
735 site=
736 srcdir=
737 verbose=
738 x_includes=NONE
739 x_libraries=NONE
740
741 # Installation directory options.
742 # These are left unexpanded so users can "make install exec_prefix=/foo"
743 # and all the variables that are supposed to be based on exec_prefix
744 # by default will actually change.
745 # Use braces instead of parens because sh, perl, etc. also accept them.
746 # (The list follows the same order as the GNU Coding Standards.)
747 bindir='${exec_prefix}/bin'
748 sbindir='${exec_prefix}/sbin'
749 libexecdir='${exec_prefix}/libexec'
750 datarootdir='${prefix}/share'
751 datadir='${datarootdir}'
752 sysconfdir='${prefix}/etc'
753 sharedstatedir='${prefix}/com'
754 localstatedir='${prefix}/var'
755 includedir='${prefix}/include'
756 oldincludedir='/usr/include'
757 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
758 infodir='${datarootdir}/info'
759 htmldir='${docdir}'
760 dvidir='${docdir}'
761 pdfdir='${docdir}'
762 psdir='${docdir}'
763 libdir='${exec_prefix}/lib'
764 localedir='${datarootdir}/locale'
765 mandir='${datarootdir}/man'
766
767 ac_prev=
768 ac_dashdash=
769 for ac_option
770 do
771   # If the previous option needs an argument, assign it.
772   if test -n "$ac_prev"; then
773     eval $ac_prev=\$ac_option
774     ac_prev=
775     continue
776   fi
777
778   case $ac_option in
779   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
780   *)    ac_optarg=yes ;;
781   esac
782
783   # Accept the important Cygnus configure options, so we can diagnose typos.
784
785   case $ac_dashdash$ac_option in
786   --)
787     ac_dashdash=yes ;;
788
789   -bindir | --bindir | --bindi | --bind | --bin | --bi)
790     ac_prev=bindir ;;
791   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
792     bindir=$ac_optarg ;;
793
794   -build | --build | --buil | --bui | --bu)
795     ac_prev=build_alias ;;
796   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
797     build_alias=$ac_optarg ;;
798
799   -cache-file | --cache-file | --cache-fil | --cache-fi \
800   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
801     ac_prev=cache_file ;;
802   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
803   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
804     cache_file=$ac_optarg ;;
805
806   --config-cache | -C)
807     cache_file=config.cache ;;
808
809   -datadir | --datadir | --datadi | --datad)
810     ac_prev=datadir ;;
811   -datadir=* | --datadir=* | --datadi=* | --datad=*)
812     datadir=$ac_optarg ;;
813
814   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
815   | --dataroo | --dataro | --datar)
816     ac_prev=datarootdir ;;
817   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
818   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
819     datarootdir=$ac_optarg ;;
820
821   -disable-* | --disable-*)
822     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
823     # Reject names that are not valid shell variable names.
824     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
825       as_fn_error "invalid feature name: $ac_useropt"
826     ac_useropt_orig=$ac_useropt
827     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
828     case $ac_user_opts in
829       *"
830 "enable_$ac_useropt"
831 "*) ;;
832       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
833          ac_unrecognized_sep=', ';;
834     esac
835     eval enable_$ac_useropt=no ;;
836
837   -docdir | --docdir | --docdi | --doc | --do)
838     ac_prev=docdir ;;
839   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
840     docdir=$ac_optarg ;;
841
842   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
843     ac_prev=dvidir ;;
844   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
845     dvidir=$ac_optarg ;;
846
847   -enable-* | --enable-*)
848     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
849     # Reject names that are not valid shell variable names.
850     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
851       as_fn_error "invalid feature name: $ac_useropt"
852     ac_useropt_orig=$ac_useropt
853     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
854     case $ac_user_opts in
855       *"
856 "enable_$ac_useropt"
857 "*) ;;
858       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
859          ac_unrecognized_sep=', ';;
860     esac
861     eval enable_$ac_useropt=\$ac_optarg ;;
862
863   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
864   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
865   | --exec | --exe | --ex)
866     ac_prev=exec_prefix ;;
867   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
868   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
869   | --exec=* | --exe=* | --ex=*)
870     exec_prefix=$ac_optarg ;;
871
872   -gas | --gas | --ga | --g)
873     # Obsolete; use --with-gas.
874     with_gas=yes ;;
875
876   -help | --help | --hel | --he | -h)
877     ac_init_help=long ;;
878   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
879     ac_init_help=recursive ;;
880   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
881     ac_init_help=short ;;
882
883   -host | --host | --hos | --ho)
884     ac_prev=host_alias ;;
885   -host=* | --host=* | --hos=* | --ho=*)
886     host_alias=$ac_optarg ;;
887
888   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
889     ac_prev=htmldir ;;
890   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
891   | --ht=*)
892     htmldir=$ac_optarg ;;
893
894   -includedir | --includedir | --includedi | --included | --include \
895   | --includ | --inclu | --incl | --inc)
896     ac_prev=includedir ;;
897   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
898   | --includ=* | --inclu=* | --incl=* | --inc=*)
899     includedir=$ac_optarg ;;
900
901   -infodir | --infodir | --infodi | --infod | --info | --inf)
902     ac_prev=infodir ;;
903   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
904     infodir=$ac_optarg ;;
905
906   -libdir | --libdir | --libdi | --libd)
907     ac_prev=libdir ;;
908   -libdir=* | --libdir=* | --libdi=* | --libd=*)
909     libdir=$ac_optarg ;;
910
911   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
912   | --libexe | --libex | --libe)
913     ac_prev=libexecdir ;;
914   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
915   | --libexe=* | --libex=* | --libe=*)
916     libexecdir=$ac_optarg ;;
917
918   -localedir | --localedir | --localedi | --localed | --locale)
919     ac_prev=localedir ;;
920   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
921     localedir=$ac_optarg ;;
922
923   -localstatedir | --localstatedir | --localstatedi | --localstated \
924   | --localstate | --localstat | --localsta | --localst | --locals)
925     ac_prev=localstatedir ;;
926   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
927   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
928     localstatedir=$ac_optarg ;;
929
930   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
931     ac_prev=mandir ;;
932   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
933     mandir=$ac_optarg ;;
934
935   -nfp | --nfp | --nf)
936     # Obsolete; use --without-fp.
937     with_fp=no ;;
938
939   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
940   | --no-cr | --no-c | -n)
941     no_create=yes ;;
942
943   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
944   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
945     no_recursion=yes ;;
946
947   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
948   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
949   | --oldin | --oldi | --old | --ol | --o)
950     ac_prev=oldincludedir ;;
951   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
952   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
953   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
954     oldincludedir=$ac_optarg ;;
955
956   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
957     ac_prev=prefix ;;
958   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
959     prefix=$ac_optarg ;;
960
961   -program-prefix | --program-prefix | --program-prefi | --program-pref \
962   | --program-pre | --program-pr | --program-p)
963     ac_prev=program_prefix ;;
964   -program-prefix=* | --program-prefix=* | --program-prefi=* \
965   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
966     program_prefix=$ac_optarg ;;
967
968   -program-suffix | --program-suffix | --program-suffi | --program-suff \
969   | --program-suf | --program-su | --program-s)
970     ac_prev=program_suffix ;;
971   -program-suffix=* | --program-suffix=* | --program-suffi=* \
972   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
973     program_suffix=$ac_optarg ;;
974
975   -program-transform-name | --program-transform-name \
976   | --program-transform-nam | --program-transform-na \
977   | --program-transform-n | --program-transform- \
978   | --program-transform | --program-transfor \
979   | --program-transfo | --program-transf \
980   | --program-trans | --program-tran \
981   | --progr-tra | --program-tr | --program-t)
982     ac_prev=program_transform_name ;;
983   -program-transform-name=* | --program-transform-name=* \
984   | --program-transform-nam=* | --program-transform-na=* \
985   | --program-transform-n=* | --program-transform-=* \
986   | --program-transform=* | --program-transfor=* \
987   | --program-transfo=* | --program-transf=* \
988   | --program-trans=* | --program-tran=* \
989   | --progr-tra=* | --program-tr=* | --program-t=*)
990     program_transform_name=$ac_optarg ;;
991
992   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
993     ac_prev=pdfdir ;;
994   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
995     pdfdir=$ac_optarg ;;
996
997   -psdir | --psdir | --psdi | --psd | --ps)
998     ac_prev=psdir ;;
999   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1000     psdir=$ac_optarg ;;
1001
1002   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1003   | -silent | --silent | --silen | --sile | --sil)
1004     silent=yes ;;
1005
1006   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1007     ac_prev=sbindir ;;
1008   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1009   | --sbi=* | --sb=*)
1010     sbindir=$ac_optarg ;;
1011
1012   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1013   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1014   | --sharedst | --shareds | --shared | --share | --shar \
1015   | --sha | --sh)
1016     ac_prev=sharedstatedir ;;
1017   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1018   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1019   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1020   | --sha=* | --sh=*)
1021     sharedstatedir=$ac_optarg ;;
1022
1023   -site | --site | --sit)
1024     ac_prev=site ;;
1025   -site=* | --site=* | --sit=*)
1026     site=$ac_optarg ;;
1027
1028   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1029     ac_prev=srcdir ;;
1030   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1031     srcdir=$ac_optarg ;;
1032
1033   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1034   | --syscon | --sysco | --sysc | --sys | --sy)
1035     ac_prev=sysconfdir ;;
1036   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1037   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1038     sysconfdir=$ac_optarg ;;
1039
1040   -target | --target | --targe | --targ | --tar | --ta | --t)
1041     ac_prev=target_alias ;;
1042   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1043     target_alias=$ac_optarg ;;
1044
1045   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1046     verbose=yes ;;
1047
1048   -version | --version | --versio | --versi | --vers | -V)
1049     ac_init_version=: ;;
1050
1051   -with-* | --with-*)
1052     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1053     # Reject names that are not valid shell variable names.
1054     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1055       as_fn_error "invalid package name: $ac_useropt"
1056     ac_useropt_orig=$ac_useropt
1057     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1058     case $ac_user_opts in
1059       *"
1060 "with_$ac_useropt"
1061 "*) ;;
1062       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1063          ac_unrecognized_sep=', ';;
1064     esac
1065     eval with_$ac_useropt=\$ac_optarg ;;
1066
1067   -without-* | --without-*)
1068     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1069     # Reject names that are not valid shell variable names.
1070     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1071       as_fn_error "invalid package name: $ac_useropt"
1072     ac_useropt_orig=$ac_useropt
1073     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1074     case $ac_user_opts in
1075       *"
1076 "with_$ac_useropt"
1077 "*) ;;
1078       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1079          ac_unrecognized_sep=', ';;
1080     esac
1081     eval with_$ac_useropt=no ;;
1082
1083   --x)
1084     # Obsolete; use --with-x.
1085     with_x=yes ;;
1086
1087   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1088   | --x-incl | --x-inc | --x-in | --x-i)
1089     ac_prev=x_includes ;;
1090   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1091   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1092     x_includes=$ac_optarg ;;
1093
1094   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1095   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1096     ac_prev=x_libraries ;;
1097   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1098   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1099     x_libraries=$ac_optarg ;;
1100
1101   -*) as_fn_error "unrecognized option: \`$ac_option'
1102 Try \`$0 --help' for more information."
1103     ;;
1104
1105   *=*)
1106     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1107     # Reject names that are not valid shell variable names.
1108     case $ac_envvar in #(
1109       '' | [0-9]* | *[!_$as_cr_alnum]* )
1110       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1111     esac
1112     eval $ac_envvar=\$ac_optarg
1113     export $ac_envvar ;;
1114
1115   *)
1116     # FIXME: should be removed in autoconf 3.0.
1117     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1118     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1119       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1120     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1121     ;;
1122
1123   esac
1124 done
1125
1126 if test -n "$ac_prev"; then
1127   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1128   as_fn_error "missing argument to $ac_option"
1129 fi
1130
1131 if test -n "$ac_unrecognized_opts"; then
1132   case $enable_option_checking in
1133     no) ;;
1134     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1135     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1136   esac
1137 fi
1138
1139 # Check all directory arguments for consistency.
1140 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1141                 datadir sysconfdir sharedstatedir localstatedir includedir \
1142                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1143                 libdir localedir mandir
1144 do
1145   eval ac_val=\$$ac_var
1146   # Remove trailing slashes.
1147   case $ac_val in
1148     */ )
1149       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1150       eval $ac_var=\$ac_val;;
1151   esac
1152   # Be sure to have absolute directory names.
1153   case $ac_val in
1154     [\\/$]* | ?:[\\/]* )  continue;;
1155     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1156   esac
1157   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1158 done
1159
1160 # There might be people who depend on the old broken behavior: `$host'
1161 # used to hold the argument of --host etc.
1162 # FIXME: To remove some day.
1163 build=$build_alias
1164 host=$host_alias
1165 target=$target_alias
1166
1167 # FIXME: To remove some day.
1168 if test "x$host_alias" != x; then
1169   if test "x$build_alias" = x; then
1170     cross_compiling=maybe
1171     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1172     If a cross compiler is detected then cross compile mode will be used." >&2
1173   elif test "x$build_alias" != "x$host_alias"; then
1174     cross_compiling=yes
1175   fi
1176 fi
1177
1178 ac_tool_prefix=
1179 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1180
1181 test "$silent" = yes && exec 6>/dev/null
1182
1183
1184 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1185 ac_ls_di=`ls -di .` &&
1186 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1187   as_fn_error "working directory cannot be determined"
1188 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1189   as_fn_error "pwd does not report name of working directory"
1190
1191
1192 # Find the source files, if location was not specified.
1193 if test -z "$srcdir"; then
1194   ac_srcdir_defaulted=yes
1195   # Try the directory containing this script, then the parent directory.
1196   ac_confdir=`$as_dirname -- "$as_myself" ||
1197 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1198          X"$as_myself" : 'X\(//\)[^/]' \| \
1199          X"$as_myself" : 'X\(//\)$' \| \
1200          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1201 $as_echo X"$as_myself" |
1202     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1203             s//\1/
1204             q
1205           }
1206           /^X\(\/\/\)[^/].*/{
1207             s//\1/
1208             q
1209           }
1210           /^X\(\/\/\)$/{
1211             s//\1/
1212             q
1213           }
1214           /^X\(\/\).*/{
1215             s//\1/
1216             q
1217           }
1218           s/.*/./; q'`
1219   srcdir=$ac_confdir
1220   if test ! -r "$srcdir/$ac_unique_file"; then
1221     srcdir=..
1222   fi
1223 else
1224   ac_srcdir_defaulted=no
1225 fi
1226 if test ! -r "$srcdir/$ac_unique_file"; then
1227   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1228   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1229 fi
1230 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1231 ac_abs_confdir=`(
1232         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1233         pwd)`
1234 # When building in place, set srcdir=.
1235 if test "$ac_abs_confdir" = "$ac_pwd"; then
1236   srcdir=.
1237 fi
1238 # Remove unnecessary trailing slashes from srcdir.
1239 # Double slashes in file names in object file debugging info
1240 # mess up M-x gdb in Emacs.
1241 case $srcdir in
1242 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1243 esac
1244 for ac_var in $ac_precious_vars; do
1245   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1246   eval ac_env_${ac_var}_value=\$${ac_var}
1247   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1248   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1249 done
1250
1251 #
1252 # Report the --help message.
1253 #
1254 if test "$ac_init_help" = "long"; then
1255   # Omit some internal or obsolete options to make the list less imposing.
1256   # This message is too long to be a string in the A/UX 3.1 sh.
1257   cat <<_ACEOF
1258 \`configure' configures stressapptest 1.0.6_autoconf to adapt to many kinds of systems.
1259
1260 Usage: $0 [OPTION]... [VAR=VALUE]...
1261
1262 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1263 VAR=VALUE.  See below for descriptions of some of the useful variables.
1264
1265 Defaults for the options are specified in brackets.
1266
1267 Configuration:
1268   -h, --help              display this help and exit
1269       --help=short        display options specific to this package
1270       --help=recursive    display the short help of all the included packages
1271   -V, --version           display version information and exit
1272   -q, --quiet, --silent   do not print \`checking...' messages
1273       --cache-file=FILE   cache test results in FILE [disabled]
1274   -C, --config-cache      alias for \`--cache-file=config.cache'
1275   -n, --no-create         do not create output files
1276       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1277
1278 Installation directories:
1279   --prefix=PREFIX         install architecture-independent files in PREFIX
1280                           [$ac_default_prefix]
1281   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1282                           [PREFIX]
1283
1284 By default, \`make install' will install all the files in
1285 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1286 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1287 for instance \`--prefix=\$HOME'.
1288
1289 For better control, use the options below.
1290
1291 Fine tuning of the installation directories:
1292   --bindir=DIR            user executables [EPREFIX/bin]
1293   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1294   --libexecdir=DIR        program executables [EPREFIX/libexec]
1295   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1296   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1297   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1298   --libdir=DIR            object code libraries [EPREFIX/lib]
1299   --includedir=DIR        C header files [PREFIX/include]
1300   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1301   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1302   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1303   --infodir=DIR           info documentation [DATAROOTDIR/info]
1304   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1305   --mandir=DIR            man documentation [DATAROOTDIR/man]
1306   --docdir=DIR            documentation root [DATAROOTDIR/doc/stressapptest]
1307   --htmldir=DIR           html documentation [DOCDIR]
1308   --dvidir=DIR            dvi documentation [DOCDIR]
1309   --pdfdir=DIR            pdf documentation [DOCDIR]
1310   --psdir=DIR             ps documentation [DOCDIR]
1311 _ACEOF
1312
1313   cat <<\_ACEOF
1314
1315 Program names:
1316   --program-prefix=PREFIX            prepend PREFIX to installed program names
1317   --program-suffix=SUFFIX            append SUFFIX to installed program names
1318   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1319
1320 System types:
1321   --build=BUILD     configure for building on BUILD [guessed]
1322   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1323   --target=TARGET   configure for building compilers for TARGET [HOST]
1324 _ACEOF
1325 fi
1326
1327 if test -n "$ac_init_help"; then
1328   case $ac_init_help in
1329      short | recursive ) echo "Configuration of stressapptest 1.0.6_autoconf:";;
1330    esac
1331   cat <<\_ACEOF
1332
1333 Optional Features:
1334   --disable-option-checking  ignore unrecognized --enable/--with options
1335   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1336   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1337   --disable-dependency-tracking  speeds up one-time build
1338   --enable-dependency-tracking   do not reject slow dependency extractors
1339
1340 Optional Packages:
1341   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1342   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1343   --with-static            enable static linking
1344
1345 Some influential environment variables:
1346   CXX         C++ compiler command
1347   CXXFLAGS    C++ compiler flags
1348   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1349               nonstandard directory <lib dir>
1350   LIBS        libraries to pass to the linker, e.g. -l<library>
1351   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1352               you have headers in a nonstandard directory <include dir>
1353   CC          C compiler command
1354   CFLAGS      C compiler flags
1355   CPP         C preprocessor
1356
1357 Use these variables to override the choices made by `configure' or to help
1358 it to find libraries and programs with nonstandard names/locations.
1359
1360 Report bugs to <opensource@google.com>.
1361 _ACEOF
1362 ac_status=$?
1363 fi
1364
1365 if test "$ac_init_help" = "recursive"; then
1366   # If there are subdirs, report their specific --help.
1367   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1368     test -d "$ac_dir" ||
1369       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1370       continue
1371     ac_builddir=.
1372
1373 case "$ac_dir" in
1374 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1375 *)
1376   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1377   # A ".." for each directory in $ac_dir_suffix.
1378   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1379   case $ac_top_builddir_sub in
1380   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1381   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1382   esac ;;
1383 esac
1384 ac_abs_top_builddir=$ac_pwd
1385 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1386 # for backward compatibility:
1387 ac_top_builddir=$ac_top_build_prefix
1388
1389 case $srcdir in
1390   .)  # We are building in place.
1391     ac_srcdir=.
1392     ac_top_srcdir=$ac_top_builddir_sub
1393     ac_abs_top_srcdir=$ac_pwd ;;
1394   [\\/]* | ?:[\\/]* )  # Absolute name.
1395     ac_srcdir=$srcdir$ac_dir_suffix;
1396     ac_top_srcdir=$srcdir
1397     ac_abs_top_srcdir=$srcdir ;;
1398   *) # Relative name.
1399     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1400     ac_top_srcdir=$ac_top_build_prefix$srcdir
1401     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1402 esac
1403 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1404
1405     cd "$ac_dir" || { ac_status=$?; continue; }
1406     # Check for guested configure.
1407     if test -f "$ac_srcdir/configure.gnu"; then
1408       echo &&
1409       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1410     elif test -f "$ac_srcdir/configure"; then
1411       echo &&
1412       $SHELL "$ac_srcdir/configure" --help=recursive
1413     else
1414       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1415     fi || ac_status=$?
1416     cd "$ac_pwd" || { ac_status=$?; break; }
1417   done
1418 fi
1419
1420 test -n "$ac_init_help" && exit $ac_status
1421 if $ac_init_version; then
1422   cat <<\_ACEOF
1423 stressapptest configure 1.0.6_autoconf
1424 generated by GNU Autoconf 2.65
1425
1426 Copyright (C) 2009 Free Software Foundation, Inc.
1427 This configure script is free software; the Free Software Foundation
1428 gives unlimited permission to copy, distribute and modify it.
1429 _ACEOF
1430   exit
1431 fi
1432
1433 ## ------------------------ ##
1434 ## Autoconf initialization. ##
1435 ## ------------------------ ##
1436
1437 # ac_fn_cxx_try_compile LINENO
1438 # ----------------------------
1439 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1440 ac_fn_cxx_try_compile ()
1441 {
1442   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1443   rm -f conftest.$ac_objext
1444   if { { ac_try="$ac_compile"
1445 case "(($ac_try" in
1446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1447   *) ac_try_echo=$ac_try;;
1448 esac
1449 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1450 $as_echo "$ac_try_echo"; } >&5
1451   (eval "$ac_compile") 2>conftest.err
1452   ac_status=$?
1453   if test -s conftest.err; then
1454     grep -v '^ *+' conftest.err >conftest.er1
1455     cat conftest.er1 >&5
1456     mv -f conftest.er1 conftest.err
1457   fi
1458   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1459   test $ac_status = 0; } && {
1460          test -z "$ac_cxx_werror_flag" ||
1461          test ! -s conftest.err
1462        } && test -s conftest.$ac_objext; then :
1463   ac_retval=0
1464 else
1465   $as_echo "$as_me: failed program was:" >&5
1466 sed 's/^/| /' conftest.$ac_ext >&5
1467
1468         ac_retval=1
1469 fi
1470   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1471   as_fn_set_status $ac_retval
1472
1473 } # ac_fn_cxx_try_compile
1474
1475 # ac_fn_c_try_compile LINENO
1476 # --------------------------
1477 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1478 ac_fn_c_try_compile ()
1479 {
1480   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1481   rm -f conftest.$ac_objext
1482   if { { ac_try="$ac_compile"
1483 case "(($ac_try" in
1484   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1485   *) ac_try_echo=$ac_try;;
1486 esac
1487 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1488 $as_echo "$ac_try_echo"; } >&5
1489   (eval "$ac_compile") 2>conftest.err
1490   ac_status=$?
1491   if test -s conftest.err; then
1492     grep -v '^ *+' conftest.err >conftest.er1
1493     cat conftest.er1 >&5
1494     mv -f conftest.er1 conftest.err
1495   fi
1496   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1497   test $ac_status = 0; } && {
1498          test -z "$ac_c_werror_flag" ||
1499          test ! -s conftest.err
1500        } && test -s conftest.$ac_objext; then :
1501   ac_retval=0
1502 else
1503   $as_echo "$as_me: failed program was:" >&5
1504 sed 's/^/| /' conftest.$ac_ext >&5
1505
1506         ac_retval=1
1507 fi
1508   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1509   as_fn_set_status $ac_retval
1510
1511 } # ac_fn_c_try_compile
1512
1513 # ac_fn_c_try_link LINENO
1514 # -----------------------
1515 # Try to link conftest.$ac_ext, and return whether this succeeded.
1516 ac_fn_c_try_link ()
1517 {
1518   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1519   rm -f conftest.$ac_objext conftest$ac_exeext
1520   if { { ac_try="$ac_link"
1521 case "(($ac_try" in
1522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1523   *) ac_try_echo=$ac_try;;
1524 esac
1525 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1526 $as_echo "$ac_try_echo"; } >&5
1527   (eval "$ac_link") 2>conftest.err
1528   ac_status=$?
1529   if test -s conftest.err; then
1530     grep -v '^ *+' conftest.err >conftest.er1
1531     cat conftest.er1 >&5
1532     mv -f conftest.er1 conftest.err
1533   fi
1534   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1535   test $ac_status = 0; } && {
1536          test -z "$ac_c_werror_flag" ||
1537          test ! -s conftest.err
1538        } && test -s conftest$ac_exeext && {
1539          test "$cross_compiling" = yes ||
1540          $as_test_x conftest$ac_exeext
1541        }; then :
1542   ac_retval=0
1543 else
1544   $as_echo "$as_me: failed program was:" >&5
1545 sed 's/^/| /' conftest.$ac_ext >&5
1546
1547         ac_retval=1
1548 fi
1549   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1550   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1551   # interfere with the next link command; also delete a directory that is
1552   # left behind by Apple's compiler.  We do this before executing the actions.
1553   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1554   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1555   as_fn_set_status $ac_retval
1556
1557 } # ac_fn_c_try_link
1558
1559 # ac_fn_c_try_cpp LINENO
1560 # ----------------------
1561 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1562 ac_fn_c_try_cpp ()
1563 {
1564   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1565   if { { ac_try="$ac_cpp conftest.$ac_ext"
1566 case "(($ac_try" in
1567   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568   *) ac_try_echo=$ac_try;;
1569 esac
1570 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571 $as_echo "$ac_try_echo"; } >&5
1572   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1573   ac_status=$?
1574   if test -s conftest.err; then
1575     grep -v '^ *+' conftest.err >conftest.er1
1576     cat conftest.er1 >&5
1577     mv -f conftest.er1 conftest.err
1578   fi
1579   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580   test $ac_status = 0; } >/dev/null && {
1581          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1582          test ! -s conftest.err
1583        }; then :
1584   ac_retval=0
1585 else
1586   $as_echo "$as_me: failed program was:" >&5
1587 sed 's/^/| /' conftest.$ac_ext >&5
1588
1589     ac_retval=1
1590 fi
1591   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1592   as_fn_set_status $ac_retval
1593
1594 } # ac_fn_c_try_cpp
1595
1596 # ac_fn_c_try_run LINENO
1597 # ----------------------
1598 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1599 # that executables *can* be run.
1600 ac_fn_c_try_run ()
1601 {
1602   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603   if { { ac_try="$ac_link"
1604 case "(($ac_try" in
1605   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1606   *) ac_try_echo=$ac_try;;
1607 esac
1608 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1609 $as_echo "$ac_try_echo"; } >&5
1610   (eval "$ac_link") 2>&5
1611   ac_status=$?
1612   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1613   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1614   { { case "(($ac_try" in
1615   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1616   *) ac_try_echo=$ac_try;;
1617 esac
1618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1619 $as_echo "$ac_try_echo"; } >&5
1620   (eval "$ac_try") 2>&5
1621   ac_status=$?
1622   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1623   test $ac_status = 0; }; }; then :
1624   ac_retval=0
1625 else
1626   $as_echo "$as_me: program exited with status $ac_status" >&5
1627        $as_echo "$as_me: failed program was:" >&5
1628 sed 's/^/| /' conftest.$ac_ext >&5
1629
1630        ac_retval=$ac_status
1631 fi
1632   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1633   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1634   as_fn_set_status $ac_retval
1635
1636 } # ac_fn_c_try_run
1637
1638 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1639 # -------------------------------------------------------
1640 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1641 # the include files in INCLUDES and setting the cache variable VAR
1642 # accordingly.
1643 ac_fn_c_check_header_mongrel ()
1644 {
1645   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1647   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1648 $as_echo_n "checking for $2... " >&6; }
1649 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1650   $as_echo_n "(cached) " >&6
1651 fi
1652 eval ac_res=\$$3
1653                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1654 $as_echo "$ac_res" >&6; }
1655 else
1656   # Is the header compilable?
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1658 $as_echo_n "checking $2 usability... " >&6; }
1659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1660 /* end confdefs.h.  */
1661 $4
1662 #include <$2>
1663 _ACEOF
1664 if ac_fn_c_try_compile "$LINENO"; then :
1665   ac_header_compiler=yes
1666 else
1667   ac_header_compiler=no
1668 fi
1669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1671 $as_echo "$ac_header_compiler" >&6; }
1672
1673 # Is the header present?
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1675 $as_echo_n "checking $2 presence... " >&6; }
1676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1677 /* end confdefs.h.  */
1678 #include <$2>
1679 _ACEOF
1680 if ac_fn_c_try_cpp "$LINENO"; then :
1681   ac_header_preproc=yes
1682 else
1683   ac_header_preproc=no
1684 fi
1685 rm -f conftest.err conftest.$ac_ext
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1687 $as_echo "$ac_header_preproc" >&6; }
1688
1689 # So?  What about this header?
1690 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1691   yes:no: )
1692     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1693 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1694     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1695 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1696     ;;
1697   no:yes:* )
1698     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1699 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1700     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1701 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1702     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1703 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1704     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1705 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1706     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1707 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1708 ( cat <<\_ASBOX
1709 ## ------------------------------------ ##
1710 ## Report this to opensource@google.com ##
1711 ## ------------------------------------ ##
1712 _ASBOX
1713      ) | sed "s/^/$as_me: WARNING:     /" >&2
1714     ;;
1715 esac
1716   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1717 $as_echo_n "checking for $2... " >&6; }
1718 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1719   $as_echo_n "(cached) " >&6
1720 else
1721   eval "$3=\$ac_header_compiler"
1722 fi
1723 eval ac_res=\$$3
1724                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1725 $as_echo "$ac_res" >&6; }
1726 fi
1727   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1728
1729 } # ac_fn_c_check_header_mongrel
1730
1731 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1732 # -------------------------------------------------------
1733 # Tests whether HEADER exists and can be compiled using the include files in
1734 # INCLUDES, setting the cache variable VAR accordingly.
1735 ac_fn_c_check_header_compile ()
1736 {
1737   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1738   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1739 $as_echo_n "checking for $2... " >&6; }
1740 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1741   $as_echo_n "(cached) " >&6
1742 else
1743   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1744 /* end confdefs.h.  */
1745 $4
1746 #include <$2>
1747 _ACEOF
1748 if ac_fn_c_try_compile "$LINENO"; then :
1749   eval "$3=yes"
1750 else
1751   eval "$3=no"
1752 fi
1753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1754 fi
1755 eval ac_res=\$$3
1756                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1757 $as_echo "$ac_res" >&6; }
1758   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759
1760 } # ac_fn_c_check_header_compile
1761
1762 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1763 # -------------------------------------------
1764 # Tests whether TYPE exists after having included INCLUDES, setting cache
1765 # variable VAR accordingly.
1766 ac_fn_c_check_type ()
1767 {
1768   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770 $as_echo_n "checking for $2... " >&6; }
1771 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1772   $as_echo_n "(cached) " >&6
1773 else
1774   eval "$3=no"
1775   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1776 /* end confdefs.h.  */
1777 $4
1778 int
1779 main ()
1780 {
1781 if (sizeof ($2))
1782          return 0;
1783   ;
1784   return 0;
1785 }
1786 _ACEOF
1787 if ac_fn_c_try_compile "$LINENO"; then :
1788   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1789 /* end confdefs.h.  */
1790 $4
1791 int
1792 main ()
1793 {
1794 if (sizeof (($2)))
1795             return 0;
1796   ;
1797   return 0;
1798 }
1799 _ACEOF
1800 if ac_fn_c_try_compile "$LINENO"; then :
1801
1802 else
1803   eval "$3=yes"
1804 fi
1805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1806 fi
1807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1808 fi
1809 eval ac_res=\$$3
1810                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1811 $as_echo "$ac_res" >&6; }
1812   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1813
1814 } # ac_fn_c_check_type
1815
1816 # ac_fn_c_find_uintX_t LINENO BITS VAR
1817 # ------------------------------------
1818 # Finds an unsigned integer type with width BITS, setting cache variable VAR
1819 # accordingly.
1820 ac_fn_c_find_uintX_t ()
1821 {
1822   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1823   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1824 $as_echo_n "checking for uint$2_t... " >&6; }
1825 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1826   $as_echo_n "(cached) " >&6
1827 else
1828   eval "$3=no"
1829      # Order is important - never check a type that is potentially smaller
1830      # than half of the expected target width.
1831      for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
1832          'unsigned long long int' 'unsigned short int' 'unsigned char'; do
1833        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834 /* end confdefs.h.  */
1835 $ac_includes_default
1836 int
1837 main ()
1838 {
1839 static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)];
1840 test_array [0] = 0
1841
1842   ;
1843   return 0;
1844 }
1845 _ACEOF
1846 if ac_fn_c_try_compile "$LINENO"; then :
1847   case $ac_type in #(
1848   uint$2_t) :
1849     eval "$3=yes" ;; #(
1850   *) :
1851     eval "$3=\$ac_type" ;;
1852 esac
1853 fi
1854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1855        eval as_val=\$$3
1856    if test "x$as_val" = x""no; then :
1857
1858 else
1859   break
1860 fi
1861      done
1862 fi
1863 eval ac_res=\$$3
1864                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1865 $as_echo "$ac_res" >&6; }
1866   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1867
1868 } # ac_fn_c_find_uintX_t
1869
1870 # ac_fn_c_check_decl LINENO SYMBOL VAR
1871 # ------------------------------------
1872 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1873 ac_fn_c_check_decl ()
1874 {
1875   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1876   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
1877 $as_echo_n "checking whether $2 is declared... " >&6; }
1878 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1879   $as_echo_n "(cached) " >&6
1880 else
1881   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1882 /* end confdefs.h.  */
1883 $4
1884 int
1885 main ()
1886 {
1887 #ifndef $2
1888   (void) $2;
1889 #endif
1890
1891   ;
1892   return 0;
1893 }
1894 _ACEOF
1895 if ac_fn_c_try_compile "$LINENO"; then :
1896   eval "$3=yes"
1897 else
1898   eval "$3=no"
1899 fi
1900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1901 fi
1902 eval ac_res=\$$3
1903                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1904 $as_echo "$ac_res" >&6; }
1905   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1906
1907 } # ac_fn_c_check_decl
1908
1909 # ac_fn_c_check_func LINENO FUNC VAR
1910 # ----------------------------------
1911 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1912 ac_fn_c_check_func ()
1913 {
1914   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1915   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1916 $as_echo_n "checking for $2... " >&6; }
1917 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1918   $as_echo_n "(cached) " >&6
1919 else
1920   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1921 /* end confdefs.h.  */
1922 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1923    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1924 #define $2 innocuous_$2
1925
1926 /* System header to define __stub macros and hopefully few prototypes,
1927     which can conflict with char $2 (); below.
1928     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1929     <limits.h> exists even on freestanding compilers.  */
1930
1931 #ifdef __STDC__
1932 # include <limits.h>
1933 #else
1934 # include <assert.h>
1935 #endif
1936
1937 #undef $2
1938
1939 /* Override any GCC internal prototype to avoid an error.
1940    Use char because int might match the return type of a GCC
1941    builtin and then its argument prototype would still apply.  */
1942 #ifdef __cplusplus
1943 extern "C"
1944 #endif
1945 char $2 ();
1946 /* The GNU C library defines this for functions which it implements
1947     to always fail with ENOSYS.  Some functions are actually named
1948     something starting with __ and the normal name is an alias.  */
1949 #if defined __stub_$2 || defined __stub___$2
1950 choke me
1951 #endif
1952
1953 int
1954 main ()
1955 {
1956 return $2 ();
1957   ;
1958   return 0;
1959 }
1960 _ACEOF
1961 if ac_fn_c_try_link "$LINENO"; then :
1962   eval "$3=yes"
1963 else
1964   eval "$3=no"
1965 fi
1966 rm -f core conftest.err conftest.$ac_objext \
1967     conftest$ac_exeext conftest.$ac_ext
1968 fi
1969 eval ac_res=\$$3
1970                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1971 $as_echo "$ac_res" >&6; }
1972   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1973
1974 } # ac_fn_c_check_func
1975 cat >config.log <<_ACEOF
1976 This file contains any messages produced by compilers while
1977 running configure, to aid debugging if configure makes a mistake.
1978
1979 It was created by stressapptest $as_me 1.0.6_autoconf, which was
1980 generated by GNU Autoconf 2.65.  Invocation command line was
1981
1982   $ $0 $@
1983
1984 _ACEOF
1985 exec 5>>config.log
1986 {
1987 cat <<_ASUNAME
1988 ## --------- ##
1989 ## Platform. ##
1990 ## --------- ##
1991
1992 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1993 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1994 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1995 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1996 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1997
1998 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1999 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2000
2001 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2002 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2003 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2004 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2005 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2006 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2007 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2008
2009 _ASUNAME
2010
2011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2012 for as_dir in $PATH
2013 do
2014   IFS=$as_save_IFS
2015   test -z "$as_dir" && as_dir=.
2016     $as_echo "PATH: $as_dir"
2017   done
2018 IFS=$as_save_IFS
2019
2020 } >&5
2021
2022 cat >&5 <<_ACEOF
2023
2024
2025 ## ----------- ##
2026 ## Core tests. ##
2027 ## ----------- ##
2028
2029 _ACEOF
2030
2031
2032 # Keep a trace of the command line.
2033 # Strip out --no-create and --no-recursion so they do not pile up.
2034 # Strip out --silent because we don't want to record it for future runs.
2035 # Also quote any args containing shell meta-characters.
2036 # Make two passes to allow for proper duplicate-argument suppression.
2037 ac_configure_args=
2038 ac_configure_args0=
2039 ac_configure_args1=
2040 ac_must_keep_next=false
2041 for ac_pass in 1 2
2042 do
2043   for ac_arg
2044   do
2045     case $ac_arg in
2046     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2047     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2048     | -silent | --silent | --silen | --sile | --sil)
2049       continue ;;
2050     *\'*)
2051       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2052     esac
2053     case $ac_pass in
2054     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2055     2)
2056       as_fn_append ac_configure_args1 " '$ac_arg'"
2057       if test $ac_must_keep_next = true; then
2058         ac_must_keep_next=false # Got value, back to normal.
2059       else
2060         case $ac_arg in
2061           *=* | --config-cache | -C | -disable-* | --disable-* \
2062           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2063           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2064           | -with-* | --with-* | -without-* | --without-* | --x)
2065             case "$ac_configure_args0 " in
2066               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2067             esac
2068             ;;
2069           -* ) ac_must_keep_next=true ;;
2070         esac
2071       fi
2072       as_fn_append ac_configure_args " '$ac_arg'"
2073       ;;
2074     esac
2075   done
2076 done
2077 { ac_configure_args0=; unset ac_configure_args0;}
2078 { ac_configure_args1=; unset ac_configure_args1;}
2079
2080 # When interrupted or exit'd, cleanup temporary files, and complete
2081 # config.log.  We remove comments because anyway the quotes in there
2082 # would cause problems or look ugly.
2083 # WARNING: Use '\'' to represent an apostrophe within the trap.
2084 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2085 trap 'exit_status=$?
2086   # Save into config.log some information that might help in debugging.
2087   {
2088     echo
2089
2090     cat <<\_ASBOX
2091 ## ---------------- ##
2092 ## Cache variables. ##
2093 ## ---------------- ##
2094 _ASBOX
2095     echo
2096     # The following way of writing the cache mishandles newlines in values,
2097 (
2098   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2099     eval ac_val=\$$ac_var
2100     case $ac_val in #(
2101     *${as_nl}*)
2102       case $ac_var in #(
2103       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2104 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2105       esac
2106       case $ac_var in #(
2107       _ | IFS | as_nl) ;; #(
2108       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2109       *) { eval $ac_var=; unset $ac_var;} ;;
2110       esac ;;
2111     esac
2112   done
2113   (set) 2>&1 |
2114     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2115     *${as_nl}ac_space=\ *)
2116       sed -n \
2117         "s/'\''/'\''\\\\'\'''\''/g;
2118           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2119       ;; #(
2120     *)
2121       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2122       ;;
2123     esac |
2124     sort
2125 )
2126     echo
2127
2128     cat <<\_ASBOX
2129 ## ----------------- ##
2130 ## Output variables. ##
2131 ## ----------------- ##
2132 _ASBOX
2133     echo
2134     for ac_var in $ac_subst_vars
2135     do
2136       eval ac_val=\$$ac_var
2137       case $ac_val in
2138       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2139       esac
2140       $as_echo "$ac_var='\''$ac_val'\''"
2141     done | sort
2142     echo
2143
2144     if test -n "$ac_subst_files"; then
2145       cat <<\_ASBOX
2146 ## ------------------- ##
2147 ## File substitutions. ##
2148 ## ------------------- ##
2149 _ASBOX
2150       echo
2151       for ac_var in $ac_subst_files
2152       do
2153         eval ac_val=\$$ac_var
2154         case $ac_val in
2155         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2156         esac
2157         $as_echo "$ac_var='\''$ac_val'\''"
2158       done | sort
2159       echo
2160     fi
2161
2162     if test -s confdefs.h; then
2163       cat <<\_ASBOX
2164 ## ----------- ##
2165 ## confdefs.h. ##
2166 ## ----------- ##
2167 _ASBOX
2168       echo
2169       cat confdefs.h
2170       echo
2171     fi
2172     test "$ac_signal" != 0 &&
2173       $as_echo "$as_me: caught signal $ac_signal"
2174     $as_echo "$as_me: exit $exit_status"
2175   } >&5
2176   rm -f core *.core core.conftest.* &&
2177     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2178     exit $exit_status
2179 ' 0
2180 for ac_signal in 1 2 13 15; do
2181   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2182 done
2183 ac_signal=0
2184
2185 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2186 rm -f -r conftest* confdefs.h
2187
2188 $as_echo "/* confdefs.h */" > confdefs.h
2189
2190 # Predefined preprocessor variables.
2191
2192 cat >>confdefs.h <<_ACEOF
2193 #define PACKAGE_NAME "$PACKAGE_NAME"
2194 _ACEOF
2195
2196 cat >>confdefs.h <<_ACEOF
2197 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2198 _ACEOF
2199
2200 cat >>confdefs.h <<_ACEOF
2201 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2202 _ACEOF
2203
2204 cat >>confdefs.h <<_ACEOF
2205 #define PACKAGE_STRING "$PACKAGE_STRING"
2206 _ACEOF
2207
2208 cat >>confdefs.h <<_ACEOF
2209 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2210 _ACEOF
2211
2212 cat >>confdefs.h <<_ACEOF
2213 #define PACKAGE_URL "$PACKAGE_URL"
2214 _ACEOF
2215
2216
2217 # Let the site file select an alternate cache file if it wants to.
2218 # Prefer an explicitly selected file to automatically selected ones.
2219 ac_site_file1=NONE
2220 ac_site_file2=NONE
2221 if test -n "$CONFIG_SITE"; then
2222   ac_site_file1=$CONFIG_SITE
2223 elif test "x$prefix" != xNONE; then
2224   ac_site_file1=$prefix/share/config.site
2225   ac_site_file2=$prefix/etc/config.site
2226 else
2227   ac_site_file1=$ac_default_prefix/share/config.site
2228   ac_site_file2=$ac_default_prefix/etc/config.site
2229 fi
2230 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2231 do
2232   test "x$ac_site_file" = xNONE && continue
2233   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2234     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2235 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2236     sed 's/^/| /' "$ac_site_file" >&5
2237     . "$ac_site_file"
2238   fi
2239 done
2240
2241 if test -r "$cache_file"; then
2242   # Some versions of bash will fail to source /dev/null (special files
2243   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2244   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2245     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2246 $as_echo "$as_me: loading cache $cache_file" >&6;}
2247     case $cache_file in
2248       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2249       *)                      . "./$cache_file";;
2250     esac
2251   fi
2252 else
2253   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2254 $as_echo "$as_me: creating cache $cache_file" >&6;}
2255   >$cache_file
2256 fi
2257
2258 # Check that the precious variables saved in the cache have kept the same
2259 # value.
2260 ac_cache_corrupted=false
2261 for ac_var in $ac_precious_vars; do
2262   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2263   eval ac_new_set=\$ac_env_${ac_var}_set
2264   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2265   eval ac_new_val=\$ac_env_${ac_var}_value
2266   case $ac_old_set,$ac_new_set in
2267     set,)
2268       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2269 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2270       ac_cache_corrupted=: ;;
2271     ,set)
2272       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2273 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2274       ac_cache_corrupted=: ;;
2275     ,);;
2276     *)
2277       if test "x$ac_old_val" != "x$ac_new_val"; then
2278         # differences in whitespace do not lead to failure.
2279         ac_old_val_w=`echo x $ac_old_val`
2280         ac_new_val_w=`echo x $ac_new_val`
2281         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2282           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2283 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2284           ac_cache_corrupted=:
2285         else
2286           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2287 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2288           eval $ac_var=\$ac_old_val
2289         fi
2290         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2291 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2292         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2293 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2294       fi;;
2295   esac
2296   # Pass precious variables to config.status.
2297   if test "$ac_new_set" = set; then
2298     case $ac_new_val in
2299     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2300     *) ac_arg=$ac_var=$ac_new_val ;;
2301     esac
2302     case " $ac_configure_args " in
2303       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2304       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2305     esac
2306   fi
2307 done
2308 if $ac_cache_corrupted; then
2309   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2310 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2311   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2312 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2313   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2314 fi
2315 ## -------------------- ##
2316 ## Main body of script. ##
2317 ## -------------------- ##
2318
2319 ac_ext=c
2320 ac_cpp='$CPP $CPPFLAGS'
2321 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2322 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2323 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2324
2325
2326
2327
2328 # Check whether --with-static was given.
2329 if test "${with_static+set}" = set; then :
2330   withval=$with_static;
2331 fi
2332
2333
2334 if test "$with_static" == "yes"
2335 then
2336         { $as_echo "$as_me:${as_lineno-$LINENO}: Compiling with staticaly linked libraries." >&5
2337 $as_echo "$as_me: Compiling with staticaly linked libraries." >&6;}
2338         LIBS="$LIBS -static"
2339 else
2340         { $as_echo "$as_me:${as_lineno-$LINENO}: Compiling with dynamically linked libraries." >&5
2341 $as_echo "$as_me: Compiling with dynamically linked libraries." >&6;}
2342 fi
2343
2344 ac_aux_dir=
2345 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2346   for ac_t in install-sh install.sh shtool; do
2347     if test -f "$ac_dir/$ac_t"; then
2348       ac_aux_dir=$ac_dir
2349       ac_install_sh="$ac_aux_dir/$ac_t -c"
2350       break 2
2351     fi
2352   done
2353 done
2354 if test -z "$ac_aux_dir"; then
2355   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2356 fi
2357
2358 # These three variables are undocumented and unsupported,
2359 # and are intended to be withdrawn in a future Autoconf release.
2360 # They can cause serious problems if a builder's source tree is in a directory
2361 # whose full name contains unusual characters.
2362 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2363 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2364 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2365
2366
2367 # Make sure we can run config.sub.
2368 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2369   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2370
2371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2372 $as_echo_n "checking build system type... " >&6; }
2373 if test "${ac_cv_build+set}" = set; then :
2374   $as_echo_n "(cached) " >&6
2375 else
2376   ac_build_alias=$build_alias
2377 test "x$ac_build_alias" = x &&
2378   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2379 test "x$ac_build_alias" = x &&
2380   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2381 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2382   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2383
2384 fi
2385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2386 $as_echo "$ac_cv_build" >&6; }
2387 case $ac_cv_build in
2388 *-*-*) ;;
2389 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2390 esac
2391 build=$ac_cv_build
2392 ac_save_IFS=$IFS; IFS='-'
2393 set x $ac_cv_build
2394 shift
2395 build_cpu=$1
2396 build_vendor=$2
2397 shift; shift
2398 # Remember, the first character of IFS is used to create $*,
2399 # except with old shells:
2400 build_os=$*
2401 IFS=$ac_save_IFS
2402 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2403
2404
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2406 $as_echo_n "checking host system type... " >&6; }
2407 if test "${ac_cv_host+set}" = set; then :
2408   $as_echo_n "(cached) " >&6
2409 else
2410   if test "x$host_alias" = x; then
2411   ac_cv_host=$ac_cv_build
2412 else
2413   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2414     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2415 fi
2416
2417 fi
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2419 $as_echo "$ac_cv_host" >&6; }
2420 case $ac_cv_host in
2421 *-*-*) ;;
2422 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2423 esac
2424 host=$ac_cv_host
2425 ac_save_IFS=$IFS; IFS='-'
2426 set x $ac_cv_host
2427 shift
2428 host_cpu=$1
2429 host_vendor=$2
2430 shift; shift
2431 # Remember, the first character of IFS is used to create $*,
2432 # except with old shells:
2433 host_os=$*
2434 IFS=$ac_save_IFS
2435 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2436
2437
2438
2439 # Checking for target cpu and setting custom configuration
2440 # for the different platforms
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2442 $as_echo_n "checking target system type... " >&6; }
2443 if test "${ac_cv_target+set}" = set; then :
2444   $as_echo_n "(cached) " >&6
2445 else
2446   if test "x$target_alias" = x; then
2447   ac_cv_target=$ac_cv_host
2448 else
2449   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2450     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2451 fi
2452
2453 fi
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2455 $as_echo "$ac_cv_target" >&6; }
2456 case $ac_cv_target in
2457 *-*-*) ;;
2458 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2459 esac
2460 target=$ac_cv_target
2461 ac_save_IFS=$IFS; IFS='-'
2462 set x $ac_cv_target
2463 shift
2464 target_cpu=$1
2465 target_vendor=$2
2466 shift; shift
2467 # Remember, the first character of IFS is used to create $*,
2468 # except with old shells:
2469 target_os=$*
2470 IFS=$ac_save_IFS
2471 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2472
2473
2474 # The aliases save the names the user supplied, while $host etc.
2475 # will get canonicalized.
2476 test -n "$target_alias" &&
2477   test "$program_prefix$program_suffix$program_transform_name" = \
2478     NONENONEs,x,x, &&
2479   program_prefix=${target_alias}-
2480 case x"$target_cpu" in
2481   "xx86_64")
2482
2483 $as_echo "#define STRESSAPPTEST_CPU_X86_64 /**/" >>confdefs.h
2484
2485     ;;
2486   "xi686")
2487
2488 $as_echo "#define STRESSAPPTEST_CPU_I686 /**/" >>confdefs.h
2489
2490     ;;
2491   "xpowerpc")
2492
2493 $as_echo "#define STRESSAPPTEST_CPU_PPC /**/" >>confdefs.h
2494
2495     ;;
2496   "xarmv7a")
2497
2498 $as_echo "#define STRESSAPPTEST_CPU_ARMV7A /**/" >>confdefs.h
2499
2500     ;;
2501   *)
2502     as_fn_error "$target_cpu is not supported! Try x86_64, i686, powerpc, or armv7a" "$LINENO" 5
2503     ;;
2504 esac
2505
2506 _os=`uname`
2507 ## The following allows like systems to share settings. This is not meant to
2508 ## imply that these OS are the same thing. From OpenOffice dmake configure.in
2509 case "$_os" in
2510   "Linux")
2511     OS_VERSION=linux
2512
2513 $as_echo "#define STRESSAPPTEST_OS_LINUX /**/" >>confdefs.h
2514
2515     ;;
2516   "Darwin")
2517     OS_VERSION=macosx
2518
2519 $as_echo "#define STRESSAPPTEST_OS_DARWIN /**/" >>confdefs.h
2520
2521     ;;
2522   "FreeBSD")
2523     OS_VERSION=bsd
2524
2525 $as_echo "#define STRESSAPPTEST_OS_BSD /**/" >>confdefs.h
2526
2527     ;;
2528   "NetBSD")
2529     OS_VERSION=bsd
2530
2531 $as_echo "#define STRESSAPPTEST_OS_BSD /**/" >>confdefs.h
2532
2533     ;;
2534   *)
2535     as_fn_error "$_os operating system is not suitable to build dmake!" "$LINENO" 5
2536     ;;
2537 esac
2538
2539 am__api_version='1.11'
2540
2541 # Find a good install program.  We prefer a C program (faster),
2542 # so one script is as good as another.  But avoid the broken or
2543 # incompatible versions:
2544 # SysV /etc/install, /usr/sbin/install
2545 # SunOS /usr/etc/install
2546 # IRIX /sbin/install
2547 # AIX /bin/install
2548 # AmigaOS /C/install, which installs bootblocks on floppy discs
2549 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2550 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2551 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2552 # OS/2's system install, which has a completely different semantic
2553 # ./install, which can be erroneously created by make from ./install.sh.
2554 # Reject install programs that cannot install multiple files.
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2556 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2557 if test -z "$INSTALL"; then
2558 if test "${ac_cv_path_install+set}" = set; then :
2559   $as_echo_n "(cached) " >&6
2560 else
2561   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2562 for as_dir in $PATH
2563 do
2564   IFS=$as_save_IFS
2565   test -z "$as_dir" && as_dir=.
2566     # Account for people who put trailing slashes in PATH elements.
2567 case $as_dir/ in #((
2568   ./ | .// | /[cC]/* | \
2569   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2570   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2571   /usr/ucb/* ) ;;
2572   *)
2573     # OSF1 and SCO ODT 3.0 have their own names for install.
2574     # Don't use installbsd from OSF since it installs stuff as root
2575     # by default.
2576     for ac_prog in ginstall scoinst install; do
2577       for ac_exec_ext in '' $ac_executable_extensions; do
2578         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2579           if test $ac_prog = install &&
2580             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2581             # AIX install.  It has an incompatible calling convention.
2582             :
2583           elif test $ac_prog = install &&
2584             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2585             # program-specific install script used by HP pwplus--don't use.
2586             :
2587           else
2588             rm -rf conftest.one conftest.two conftest.dir
2589             echo one > conftest.one
2590             echo two > conftest.two
2591             mkdir conftest.dir
2592             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2593               test -s conftest.one && test -s conftest.two &&
2594               test -s conftest.dir/conftest.one &&
2595               test -s conftest.dir/conftest.two
2596             then
2597               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2598               break 3
2599             fi
2600           fi
2601         fi
2602       done
2603     done
2604     ;;
2605 esac
2606
2607   done
2608 IFS=$as_save_IFS
2609
2610 rm -rf conftest.one conftest.two conftest.dir
2611
2612 fi
2613   if test "${ac_cv_path_install+set}" = set; then
2614     INSTALL=$ac_cv_path_install
2615   else
2616     # As a last resort, use the slow shell script.  Don't cache a
2617     # value for INSTALL within a source directory, because that will
2618     # break other packages using the cache if that directory is
2619     # removed, or if the value is a relative name.
2620     INSTALL=$ac_install_sh
2621   fi
2622 fi
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2624 $as_echo "$INSTALL" >&6; }
2625
2626 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2627 # It thinks the first close brace ends the variable substitution.
2628 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2629
2630 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2631
2632 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2633
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2635 $as_echo_n "checking whether build environment is sane... " >&6; }
2636 # Just in case
2637 sleep 1
2638 echo timestamp > conftest.file
2639 # Reject unsafe characters in $srcdir or the absolute working directory
2640 # name.  Accept space and tab only in the latter.
2641 am_lf='
2642 '
2643 case `pwd` in
2644   *[\\\"\#\$\&\'\`$am_lf]*)
2645     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2646 esac
2647 case $srcdir in
2648   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2649     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2650 esac
2651
2652 # Do `set' in a subshell so we don't clobber the current shell's
2653 # arguments.  Must try -L first in case configure is actually a
2654 # symlink; some systems play weird games with the mod time of symlinks
2655 # (eg FreeBSD returns the mod time of the symlink's containing
2656 # directory).
2657 if (
2658    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2659    if test "$*" = "X"; then
2660       # -L didn't work.
2661       set X `ls -t "$srcdir/configure" conftest.file`
2662    fi
2663    rm -f conftest.file
2664    if test "$*" != "X $srcdir/configure conftest.file" \
2665       && test "$*" != "X conftest.file $srcdir/configure"; then
2666
2667       # If neither matched, then we have a broken ls.  This can happen
2668       # if, for instance, CONFIG_SHELL is bash and it inherits a
2669       # broken ls alias from the environment.  This has actually
2670       # happened.  Such a system could not be considered "sane".
2671       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2672 alias in your environment" "$LINENO" 5
2673    fi
2674
2675    test "$2" = conftest.file
2676    )
2677 then
2678    # Ok.
2679    :
2680 else
2681    as_fn_error "newly created file is older than distributed files!
2682 Check your system clock" "$LINENO" 5
2683 fi
2684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2685 $as_echo "yes" >&6; }
2686 test "$program_prefix" != NONE &&
2687   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2688 # Use a double $ so make ignores it.
2689 test "$program_suffix" != NONE &&
2690   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2691 # Double any \ or $.
2692 # By default was `s,x,x', remove it if useless.
2693 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2694 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2695
2696 # expand $ac_aux_dir to an absolute path
2697 am_aux_dir=`cd $ac_aux_dir && pwd`
2698
2699 if test x"${MISSING+set}" != xset; then
2700   case $am_aux_dir in
2701   *\ * | *\     *)
2702     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2703   *)
2704     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2705   esac
2706 fi
2707 # Use eval to expand $SHELL
2708 if eval "$MISSING --run true"; then
2709   am_missing_run="$MISSING --run "
2710 else
2711   am_missing_run=
2712   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2713 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2714 fi
2715
2716 if test x"${install_sh}" != xset; then
2717   case $am_aux_dir in
2718   *\ * | *\     *)
2719     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2720   *)
2721     install_sh="\${SHELL} $am_aux_dir/install-sh"
2722   esac
2723 fi
2724
2725 # Installed binaries are usually stripped using `strip' when the user
2726 # run `make install-strip'.  However `strip' might not be the right
2727 # tool to use in cross-compilation environments, therefore Automake
2728 # will honor the `STRIP' environment variable to overrule this program.
2729 if test "$cross_compiling" != no; then
2730   if test -n "$ac_tool_prefix"; then
2731   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2732 set dummy ${ac_tool_prefix}strip; ac_word=$2
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2734 $as_echo_n "checking for $ac_word... " >&6; }
2735 if test "${ac_cv_prog_STRIP+set}" = set; then :
2736   $as_echo_n "(cached) " >&6
2737 else
2738   if test -n "$STRIP"; then
2739   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2740 else
2741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2742 for as_dir in $PATH
2743 do
2744   IFS=$as_save_IFS
2745   test -z "$as_dir" && as_dir=.
2746     for ac_exec_ext in '' $ac_executable_extensions; do
2747   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2748     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2749     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2750     break 2
2751   fi
2752 done
2753   done
2754 IFS=$as_save_IFS
2755
2756 fi
2757 fi
2758 STRIP=$ac_cv_prog_STRIP
2759 if test -n "$STRIP"; then
2760   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2761 $as_echo "$STRIP" >&6; }
2762 else
2763   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2764 $as_echo "no" >&6; }
2765 fi
2766
2767
2768 fi
2769 if test -z "$ac_cv_prog_STRIP"; then
2770   ac_ct_STRIP=$STRIP
2771   # Extract the first word of "strip", so it can be a program name with args.
2772 set dummy strip; ac_word=$2
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2774 $as_echo_n "checking for $ac_word... " >&6; }
2775 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2776   $as_echo_n "(cached) " >&6
2777 else
2778   if test -n "$ac_ct_STRIP"; then
2779   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2780 else
2781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2782 for as_dir in $PATH
2783 do
2784   IFS=$as_save_IFS
2785   test -z "$as_dir" && as_dir=.
2786     for ac_exec_ext in '' $ac_executable_extensions; do
2787   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2788     ac_cv_prog_ac_ct_STRIP="strip"
2789     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2790     break 2
2791   fi
2792 done
2793   done
2794 IFS=$as_save_IFS
2795
2796 fi
2797 fi
2798 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2799 if test -n "$ac_ct_STRIP"; then
2800   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2801 $as_echo "$ac_ct_STRIP" >&6; }
2802 else
2803   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2804 $as_echo "no" >&6; }
2805 fi
2806
2807   if test "x$ac_ct_STRIP" = x; then
2808     STRIP=":"
2809   else
2810     case $cross_compiling:$ac_tool_warned in
2811 yes:)
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2813 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2814 ac_tool_warned=yes ;;
2815 esac
2816     STRIP=$ac_ct_STRIP
2817   fi
2818 else
2819   STRIP="$ac_cv_prog_STRIP"
2820 fi
2821
2822 fi
2823 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2824
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2826 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2827 if test -z "$MKDIR_P"; then
2828   if test "${ac_cv_path_mkdir+set}" = set; then :
2829   $as_echo_n "(cached) " >&6
2830 else
2831   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2832 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2833 do
2834   IFS=$as_save_IFS
2835   test -z "$as_dir" && as_dir=.
2836     for ac_prog in mkdir gmkdir; do
2837          for ac_exec_ext in '' $ac_executable_extensions; do
2838            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2839            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2840              'mkdir (GNU coreutils) '* | \
2841              'mkdir (coreutils) '* | \
2842              'mkdir (fileutils) '4.1*)
2843                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2844                break 3;;
2845            esac
2846          done
2847        done
2848   done
2849 IFS=$as_save_IFS
2850
2851 fi
2852
2853   test -d ./--version && rmdir ./--version
2854   if test "${ac_cv_path_mkdir+set}" = set; then
2855     MKDIR_P="$ac_cv_path_mkdir -p"
2856   else
2857     # As a last resort, use the slow shell script.  Don't cache a
2858     # value for MKDIR_P within a source directory, because that will
2859     # break other packages using the cache if that directory is
2860     # removed, or if the value is a relative name.
2861     MKDIR_P="$ac_install_sh -d"
2862   fi
2863 fi
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2865 $as_echo "$MKDIR_P" >&6; }
2866
2867 mkdir_p="$MKDIR_P"
2868 case $mkdir_p in
2869   [\\/$]* | ?:[\\/]*) ;;
2870   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2871 esac
2872
2873 for ac_prog in gawk mawk nawk awk
2874 do
2875   # Extract the first word of "$ac_prog", so it can be a program name with args.
2876 set dummy $ac_prog; ac_word=$2
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2878 $as_echo_n "checking for $ac_word... " >&6; }
2879 if test "${ac_cv_prog_AWK+set}" = set; then :
2880   $as_echo_n "(cached) " >&6
2881 else
2882   if test -n "$AWK"; then
2883   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2884 else
2885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2886 for as_dir in $PATH
2887 do
2888   IFS=$as_save_IFS
2889   test -z "$as_dir" && as_dir=.
2890     for ac_exec_ext in '' $ac_executable_extensions; do
2891   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2892     ac_cv_prog_AWK="$ac_prog"
2893     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2894     break 2
2895   fi
2896 done
2897   done
2898 IFS=$as_save_IFS
2899
2900 fi
2901 fi
2902 AWK=$ac_cv_prog_AWK
2903 if test -n "$AWK"; then
2904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2905 $as_echo "$AWK" >&6; }
2906 else
2907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2908 $as_echo "no" >&6; }
2909 fi
2910
2911
2912   test -n "$AWK" && break
2913 done
2914
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2916 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2917 set x ${MAKE-make}
2918 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2919 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2920   $as_echo_n "(cached) " >&6
2921 else
2922   cat >conftest.make <<\_ACEOF
2923 SHELL = /bin/sh
2924 all:
2925         @echo '@@@%%%=$(MAKE)=@@@%%%'
2926 _ACEOF
2927 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2928 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2929   *@@@%%%=?*=@@@%%%*)
2930     eval ac_cv_prog_make_${ac_make}_set=yes;;
2931   *)
2932     eval ac_cv_prog_make_${ac_make}_set=no;;
2933 esac
2934 rm -f conftest.make
2935 fi
2936 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2937   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2938 $as_echo "yes" >&6; }
2939   SET_MAKE=
2940 else
2941   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2942 $as_echo "no" >&6; }
2943   SET_MAKE="MAKE=${MAKE-make}"
2944 fi
2945
2946 rm -rf .tst 2>/dev/null
2947 mkdir .tst 2>/dev/null
2948 if test -d .tst; then
2949   am__leading_dot=.
2950 else
2951   am__leading_dot=_
2952 fi
2953 rmdir .tst 2>/dev/null
2954
2955 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2956   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2957   # is not polluted with repeated "-I."
2958   am__isrc=' -I$(srcdir)'
2959   # test to see if srcdir already configured
2960   if test -f $srcdir/config.status; then
2961     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2962   fi
2963 fi
2964
2965 # test whether we have cygpath
2966 if test -z "$CYGPATH_W"; then
2967   if (cygpath --version) >/dev/null 2>/dev/null; then
2968     CYGPATH_W='cygpath -w'
2969   else
2970     CYGPATH_W=echo
2971   fi
2972 fi
2973
2974
2975 # Define the identity of the package.
2976  PACKAGE='stressapptest'
2977  VERSION='1.0.6_autoconf'
2978
2979
2980 cat >>confdefs.h <<_ACEOF
2981 #define PACKAGE "$PACKAGE"
2982 _ACEOF
2983
2984
2985 cat >>confdefs.h <<_ACEOF
2986 #define VERSION "$VERSION"
2987 _ACEOF
2988
2989 # Some tools Automake needs.
2990
2991 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2992
2993
2994 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2995
2996
2997 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2998
2999
3000 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3001
3002
3003 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3004
3005 # We need awk for the "check" target.  The system "awk" is bad on
3006 # some platforms.
3007 # Always define AMTAR for backward compatibility.
3008
3009 AMTAR=${AMTAR-"${am_missing_run}tar"}
3010
3011 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3012
3013
3014
3015
3016
3017
3018 ac_config_headers="$ac_config_headers src/stressapptest_config.h"
3019
3020
3021 # Checks for programs.
3022 #  Don't generate CXXFLAGS defaults: if CXXFLAGS are unset
3023 #  AC_PROG_CXX will override them with unwanted defaults.
3024 CXXFLAGS="$CXXFLAGS"
3025 ac_ext=cpp
3026 ac_cpp='$CXXCPP $CPPFLAGS'
3027 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3028 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3029 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3030 if test -z "$CXX"; then
3031   if test -n "$CCC"; then
3032     CXX=$CCC
3033   else
3034     if test -n "$ac_tool_prefix"; then
3035   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3036   do
3037     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3038 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3040 $as_echo_n "checking for $ac_word... " >&6; }
3041 if test "${ac_cv_prog_CXX+set}" = set; then :
3042   $as_echo_n "(cached) " >&6
3043 else
3044   if test -n "$CXX"; then
3045   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3046 else
3047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3048 for as_dir in $PATH
3049 do
3050   IFS=$as_save_IFS
3051   test -z "$as_dir" && as_dir=.
3052     for ac_exec_ext in '' $ac_executable_extensions; do
3053   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3054     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3055     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3056     break 2
3057   fi
3058 done
3059   done
3060 IFS=$as_save_IFS
3061
3062 fi
3063 fi
3064 CXX=$ac_cv_prog_CXX
3065 if test -n "$CXX"; then
3066   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3067 $as_echo "$CXX" >&6; }
3068 else
3069   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3070 $as_echo "no" >&6; }
3071 fi
3072
3073
3074     test -n "$CXX" && break
3075   done
3076 fi
3077 if test -z "$CXX"; then
3078   ac_ct_CXX=$CXX
3079   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3080 do
3081   # Extract the first word of "$ac_prog", so it can be a program name with args.
3082 set dummy $ac_prog; ac_word=$2
3083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3084 $as_echo_n "checking for $ac_word... " >&6; }
3085 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3086   $as_echo_n "(cached) " >&6
3087 else
3088   if test -n "$ac_ct_CXX"; then
3089   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3090 else
3091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3092 for as_dir in $PATH
3093 do
3094   IFS=$as_save_IFS
3095   test -z "$as_dir" && as_dir=.
3096     for ac_exec_ext in '' $ac_executable_extensions; do
3097   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3098     ac_cv_prog_ac_ct_CXX="$ac_prog"
3099     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3100     break 2
3101   fi
3102 done
3103   done
3104 IFS=$as_save_IFS
3105
3106 fi
3107 fi
3108 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3109 if test -n "$ac_ct_CXX"; then
3110   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3111 $as_echo "$ac_ct_CXX" >&6; }
3112 else
3113   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3114 $as_echo "no" >&6; }
3115 fi
3116
3117
3118   test -n "$ac_ct_CXX" && break
3119 done
3120
3121   if test "x$ac_ct_CXX" = x; then
3122     CXX="g++"
3123   else
3124     case $cross_compiling:$ac_tool_warned in
3125 yes:)
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3127 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3128 ac_tool_warned=yes ;;
3129 esac
3130     CXX=$ac_ct_CXX
3131   fi
3132 fi
3133
3134   fi
3135 fi
3136 # Provide some information about the compiler.
3137 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3138 set X $ac_compile
3139 ac_compiler=$2
3140 for ac_option in --version -v -V -qversion; do
3141   { { ac_try="$ac_compiler $ac_option >&5"
3142 case "(($ac_try" in
3143   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3144   *) ac_try_echo=$ac_try;;
3145 esac
3146 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3147 $as_echo "$ac_try_echo"; } >&5
3148   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3149   ac_status=$?
3150   if test -s conftest.err; then
3151     sed '10a\
3152 ... rest of stderr output deleted ...
3153          10q' conftest.err >conftest.er1
3154     cat conftest.er1 >&5
3155   fi
3156   rm -f conftest.er1 conftest.err
3157   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3158   test $ac_status = 0; }
3159 done
3160
3161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3162 /* end confdefs.h.  */
3163
3164 int
3165 main ()
3166 {
3167
3168   ;
3169   return 0;
3170 }
3171 _ACEOF
3172 ac_clean_files_save=$ac_clean_files
3173 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3174 # Try to create an executable without -o first, disregard a.out.
3175 # It will help us diagnose broken compilers, and finding out an intuition
3176 # of exeext.
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5
3178 $as_echo_n "checking whether the C++ compiler works... " >&6; }
3179 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3180
3181 # The possible output files:
3182 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3183
3184 ac_rmfiles=
3185 for ac_file in $ac_files
3186 do
3187   case $ac_file in
3188     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3189     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3190   esac
3191 done
3192 rm -f $ac_rmfiles
3193
3194 if { { ac_try="$ac_link_default"
3195 case "(($ac_try" in
3196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3197   *) ac_try_echo=$ac_try;;
3198 esac
3199 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3200 $as_echo "$ac_try_echo"; } >&5
3201   (eval "$ac_link_default") 2>&5
3202   ac_status=$?
3203   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3204   test $ac_status = 0; }; then :
3205   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3206 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3207 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3208 # so that the user can short-circuit this test for compilers unknown to
3209 # Autoconf.
3210 for ac_file in $ac_files ''
3211 do
3212   test -f "$ac_file" || continue
3213   case $ac_file in
3214     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3215         ;;
3216     [ab].out )
3217         # We found the default executable, but exeext='' is most
3218         # certainly right.
3219         break;;
3220     *.* )
3221         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3222         then :; else
3223            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3224         fi
3225         # We set ac_cv_exeext here because the later test for it is not
3226         # safe: cross compilers may not add the suffix if given an `-o'
3227         # argument, so we may need to know it at that point already.
3228         # Even if this section looks crufty: it has the advantage of
3229         # actually working.
3230         break;;
3231     * )
3232         break;;
3233   esac
3234 done
3235 test "$ac_cv_exeext" = no && ac_cv_exeext=
3236
3237 else
3238   ac_file=''
3239 fi
3240 if test -z "$ac_file"; then :
3241   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3242 $as_echo "no" >&6; }
3243 $as_echo "$as_me: failed program was:" >&5
3244 sed 's/^/| /' conftest.$ac_ext >&5
3245
3246 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3247 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3248 { as_fn_set_status 77
3249 as_fn_error "C++ compiler cannot create executables
3250 See \`config.log' for more details." "$LINENO" 5; }; }
3251 else
3252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3253 $as_echo "yes" >&6; }
3254 fi
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5
3256 $as_echo_n "checking for C++ compiler default output file name... " >&6; }
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3258 $as_echo "$ac_file" >&6; }
3259 ac_exeext=$ac_cv_exeext
3260
3261 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3262 ac_clean_files=$ac_clean_files_save
3263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3264 $as_echo_n "checking for suffix of executables... " >&6; }
3265 if { { ac_try="$ac_link"
3266 case "(($ac_try" in
3267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3268   *) ac_try_echo=$ac_try;;
3269 esac
3270 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3271 $as_echo "$ac_try_echo"; } >&5
3272   (eval "$ac_link") 2>&5
3273   ac_status=$?
3274   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3275   test $ac_status = 0; }; then :
3276   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3277 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3278 # work properly (i.e., refer to `conftest.exe'), while it won't with
3279 # `rm'.
3280 for ac_file in conftest.exe conftest conftest.*; do
3281   test -f "$ac_file" || continue
3282   case $ac_file in
3283     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3284     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3285           break;;
3286     * ) break;;
3287   esac
3288 done
3289 else
3290   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3291 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3292 as_fn_error "cannot compute suffix of executables: cannot compile and link
3293 See \`config.log' for more details." "$LINENO" 5; }
3294 fi
3295 rm -f conftest conftest$ac_cv_exeext
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3297 $as_echo "$ac_cv_exeext" >&6; }
3298
3299 rm -f conftest.$ac_ext
3300 EXEEXT=$ac_cv_exeext
3301 ac_exeext=$EXEEXT
3302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3303 /* end confdefs.h.  */
3304 #include <stdio.h>
3305 int
3306 main ()
3307 {
3308 FILE *f = fopen ("conftest.out", "w");
3309  return ferror (f) || fclose (f) != 0;
3310
3311   ;
3312   return 0;
3313 }
3314 _ACEOF
3315 ac_clean_files="$ac_clean_files conftest.out"
3316 # Check that the compiler produces executables we can run.  If not, either
3317 # the compiler is broken, or we cross compile.
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3319 $as_echo_n "checking whether we are cross compiling... " >&6; }
3320 if test "$cross_compiling" != yes; then
3321   { { ac_try="$ac_link"
3322 case "(($ac_try" in
3323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3324   *) ac_try_echo=$ac_try;;
3325 esac
3326 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3327 $as_echo "$ac_try_echo"; } >&5
3328   (eval "$ac_link") 2>&5
3329   ac_status=$?
3330   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3331   test $ac_status = 0; }
3332   if { ac_try='./conftest$ac_cv_exeext'
3333   { { case "(($ac_try" in
3334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3335   *) ac_try_echo=$ac_try;;
3336 esac
3337 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3338 $as_echo "$ac_try_echo"; } >&5
3339   (eval "$ac_try") 2>&5
3340   ac_status=$?
3341   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3342   test $ac_status = 0; }; }; then
3343     cross_compiling=no
3344   else
3345     if test "$cross_compiling" = maybe; then
3346         cross_compiling=yes
3347     else
3348         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3349 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3350 as_fn_error "cannot run C++ compiled programs.
3351 If you meant to cross compile, use \`--host'.
3352 See \`config.log' for more details." "$LINENO" 5; }
3353     fi
3354   fi
3355 fi
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3357 $as_echo "$cross_compiling" >&6; }
3358
3359 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3360 ac_clean_files=$ac_clean_files_save
3361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3362 $as_echo_n "checking for suffix of object files... " >&6; }
3363 if test "${ac_cv_objext+set}" = set; then :
3364   $as_echo_n "(cached) " >&6
3365 else
3366   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3367 /* end confdefs.h.  */
3368
3369 int
3370 main ()
3371 {
3372
3373   ;
3374   return 0;
3375 }
3376 _ACEOF
3377 rm -f conftest.o conftest.obj
3378 if { { ac_try="$ac_compile"
3379 case "(($ac_try" in
3380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3381   *) ac_try_echo=$ac_try;;
3382 esac
3383 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3384 $as_echo "$ac_try_echo"; } >&5
3385   (eval "$ac_compile") 2>&5
3386   ac_status=$?
3387   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3388   test $ac_status = 0; }; then :
3389   for ac_file in conftest.o conftest.obj conftest.*; do
3390   test -f "$ac_file" || continue;
3391   case $ac_file in
3392     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3393     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3394        break;;
3395   esac
3396 done
3397 else
3398   $as_echo "$as_me: failed program was:" >&5
3399 sed 's/^/| /' conftest.$ac_ext >&5
3400
3401 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3402 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3403 as_fn_error "cannot compute suffix of object files: cannot compile
3404 See \`config.log' for more details." "$LINENO" 5; }
3405 fi
3406 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3407 fi
3408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3409 $as_echo "$ac_cv_objext" >&6; }
3410 OBJEXT=$ac_cv_objext
3411 ac_objext=$OBJEXT
3412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3413 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3414 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3415   $as_echo_n "(cached) " >&6
3416 else
3417   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3418 /* end confdefs.h.  */
3419
3420 int
3421 main ()
3422 {
3423 #ifndef __GNUC__
3424        choke me
3425 #endif
3426
3427   ;
3428   return 0;
3429 }
3430 _ACEOF
3431 if ac_fn_cxx_try_compile "$LINENO"; then :
3432   ac_compiler_gnu=yes
3433 else
3434   ac_compiler_gnu=no
3435 fi
3436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3437 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3438
3439 fi
3440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3441 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3442 if test $ac_compiler_gnu = yes; then
3443   GXX=yes
3444 else
3445   GXX=
3446 fi
3447 ac_test_CXXFLAGS=${CXXFLAGS+set}
3448 ac_save_CXXFLAGS=$CXXFLAGS
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3450 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3451 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3452   $as_echo_n "(cached) " >&6
3453 else
3454   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3455    ac_cxx_werror_flag=yes
3456    ac_cv_prog_cxx_g=no
3457    CXXFLAGS="-g"
3458    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3459 /* end confdefs.h.  */
3460
3461 int
3462 main ()
3463 {
3464
3465   ;
3466   return 0;
3467 }
3468 _ACEOF
3469 if ac_fn_cxx_try_compile "$LINENO"; then :
3470   ac_cv_prog_cxx_g=yes
3471 else
3472   CXXFLAGS=""
3473       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3474 /* end confdefs.h.  */
3475
3476 int
3477 main ()
3478 {
3479
3480   ;
3481   return 0;
3482 }
3483 _ACEOF
3484 if ac_fn_cxx_try_compile "$LINENO"; then :
3485
3486 else
3487   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3488          CXXFLAGS="-g"
3489          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3490 /* end confdefs.h.  */
3491
3492 int
3493 main ()
3494 {
3495
3496   ;
3497   return 0;
3498 }
3499 _ACEOF
3500 if ac_fn_cxx_try_compile "$LINENO"; then :
3501   ac_cv_prog_cxx_g=yes
3502 fi
3503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3504 fi
3505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3506 fi
3507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3508    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3509 fi
3510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3511 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3512 if test "$ac_test_CXXFLAGS" = set; then
3513   CXXFLAGS=$ac_save_CXXFLAGS
3514 elif test $ac_cv_prog_cxx_g = yes; then
3515   if test "$GXX" = yes; then
3516     CXXFLAGS="-g -O2"
3517   else
3518     CXXFLAGS="-g"
3519   fi
3520 else
3521   if test "$GXX" = yes; then
3522     CXXFLAGS="-O2"
3523   else
3524     CXXFLAGS=
3525   fi
3526 fi
3527 ac_ext=c
3528 ac_cpp='$CPP $CPPFLAGS'
3529 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3530 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3531 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3532 DEPDIR="${am__leading_dot}deps"
3533
3534 ac_config_commands="$ac_config_commands depfiles"
3535
3536
3537 am_make=${MAKE-make}
3538 cat > confinc << 'END'
3539 am__doit:
3540         @echo this is the am__doit target
3541 .PHONY: am__doit
3542 END
3543 # If we don't find an include directive, just comment out the code.
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3545 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3546 am__include="#"
3547 am__quote=
3548 _am_result=none
3549 # First try GNU make style include.
3550 echo "include confinc" > confmf
3551 # Ignore all kinds of additional output from `make'.
3552 case `$am_make -s -f confmf 2> /dev/null` in #(
3553 *the\ am__doit\ target*)
3554   am__include=include
3555   am__quote=
3556   _am_result=GNU
3557   ;;
3558 esac
3559 # Now try BSD make style include.
3560 if test "$am__include" = "#"; then
3561    echo '.include "confinc"' > confmf
3562    case `$am_make -s -f confmf 2> /dev/null` in #(
3563    *the\ am__doit\ target*)
3564      am__include=.include
3565      am__quote="\""
3566      _am_result=BSD
3567      ;;
3568    esac
3569 fi
3570
3571
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3573 $as_echo "$_am_result" >&6; }
3574 rm -f confinc confmf
3575
3576 # Check whether --enable-dependency-tracking was given.
3577 if test "${enable_dependency_tracking+set}" = set; then :
3578   enableval=$enable_dependency_tracking;
3579 fi
3580
3581 if test "x$enable_dependency_tracking" != xno; then
3582   am_depcomp="$ac_aux_dir/depcomp"
3583   AMDEPBACKSLASH='\'
3584 fi
3585  if test "x$enable_dependency_tracking" != xno; then
3586   AMDEP_TRUE=
3587   AMDEP_FALSE='#'
3588 else
3589   AMDEP_TRUE='#'
3590   AMDEP_FALSE=
3591 fi
3592
3593
3594
3595 depcc="$CXX"  am_compiler_list=
3596
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3598 $as_echo_n "checking dependency style of $depcc... " >&6; }
3599 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then :
3600   $as_echo_n "(cached) " >&6
3601 else
3602   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3603   # We make a subdir and do the tests there.  Otherwise we can end up
3604   # making bogus files that we don't know about and never remove.  For
3605   # instance it was reported that on HP-UX the gcc test will end up
3606   # making a dummy file named `D' -- because `-MD' means `put the output
3607   # in D'.
3608   mkdir conftest.dir
3609   # Copy depcomp to subdir because otherwise we won't find it if we're
3610   # using a relative directory.
3611   cp "$am_depcomp" conftest.dir
3612   cd conftest.dir
3613   # We will build objects and dependencies in a subdirectory because
3614   # it helps to detect inapplicable dependency modes.  For instance
3615   # both Tru64's cc and ICC support -MD to output dependencies as a
3616   # side effect of compilation, but ICC will put the dependencies in
3617   # the current directory while Tru64 will put them in the object
3618   # directory.
3619   mkdir sub
3620
3621   am_cv_CXX_dependencies_compiler_type=none
3622   if test "$am_compiler_list" = ""; then
3623      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3624   fi
3625   am__universal=false
3626   case " $depcc " in #(
3627      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3628      esac
3629
3630   for depmode in $am_compiler_list; do
3631     # Setup a source with many dependencies, because some compilers
3632     # like to wrap large dependency lists on column 80 (with \), and
3633     # we should not choose a depcomp mode which is confused by this.
3634     #
3635     # We need to recreate these files for each test, as the compiler may
3636     # overwrite some of them when testing with obscure command lines.
3637     # This happens at least with the AIX C compiler.
3638     : > sub/conftest.c
3639     for i in 1 2 3 4 5 6; do
3640       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3641       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3642       # Solaris 8's {/usr,}/bin/sh.
3643       touch sub/conftst$i.h
3644     done
3645     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3646
3647     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3648     # mode.  It turns out that the SunPro C++ compiler does not properly
3649     # handle `-M -o', and we need to detect this.  Also, some Intel
3650     # versions had trouble with output in subdirs
3651     am__obj=sub/conftest.${OBJEXT-o}
3652     am__minus_obj="-o $am__obj"
3653     case $depmode in
3654     gcc)
3655       # This depmode causes a compiler race in universal mode.
3656       test "$am__universal" = false || continue
3657       ;;
3658     nosideeffect)
3659       # after this tag, mechanisms are not by side-effect, so they'll
3660       # only be used when explicitly requested
3661       if test "x$enable_dependency_tracking" = xyes; then
3662         continue
3663       else
3664         break
3665       fi
3666       ;;
3667     msvisualcpp | msvcmsys)
3668       # This compiler won't grok `-c -o', but also, the minuso test has
3669       # not run yet.  These depmodes are late enough in the game, and
3670       # so weak that their functioning should not be impacted.
3671       am__obj=conftest.${OBJEXT-o}
3672       am__minus_obj=
3673       ;;
3674     none) break ;;
3675     esac
3676     if depmode=$depmode \
3677        source=sub/conftest.c object=$am__obj \
3678        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3679        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3680          >/dev/null 2>conftest.err &&
3681        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3682        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3683        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3684        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3685       # icc doesn't choke on unknown options, it will just issue warnings
3686       # or remarks (even with -Werror).  So we grep stderr for any message
3687       # that says an option was ignored or not supported.
3688       # When given -MP, icc 7.0 and 7.1 complain thusly:
3689       #   icc: Command line warning: ignoring option '-M'; no argument required
3690       # The diagnosis changed in icc 8.0:
3691       #   icc: Command line remark: option '-MP' not supported
3692       if (grep 'ignoring option' conftest.err ||
3693           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3694         am_cv_CXX_dependencies_compiler_type=$depmode
3695         break
3696       fi
3697     fi
3698   done
3699
3700   cd ..
3701   rm -rf conftest.dir
3702 else
3703   am_cv_CXX_dependencies_compiler_type=none
3704 fi
3705
3706 fi
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
3708 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
3709 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
3710
3711  if
3712   test "x$enable_dependency_tracking" != xno \
3713   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
3714   am__fastdepCXX_TRUE=
3715   am__fastdepCXX_FALSE='#'
3716 else
3717   am__fastdepCXX_TRUE='#'
3718   am__fastdepCXX_FALSE=
3719 fi
3720
3721
3722 ac_ext=c
3723 ac_cpp='$CPP $CPPFLAGS'
3724 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3725 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3726 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3727 if test -n "$ac_tool_prefix"; then
3728   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3729 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3731 $as_echo_n "checking for $ac_word... " >&6; }
3732 if test "${ac_cv_prog_CC+set}" = set; then :
3733   $as_echo_n "(cached) " >&6
3734 else
3735   if test -n "$CC"; then
3736   ac_cv_prog_CC="$CC" # Let the user override the test.
3737 else
3738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3739 for as_dir in $PATH
3740 do
3741   IFS=$as_save_IFS
3742   test -z "$as_dir" && as_dir=.
3743     for ac_exec_ext in '' $ac_executable_extensions; do
3744   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3745     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3746     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3747     break 2
3748   fi
3749 done
3750   done
3751 IFS=$as_save_IFS
3752
3753 fi
3754 fi
3755 CC=$ac_cv_prog_CC
3756 if test -n "$CC"; then
3757   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3758 $as_echo "$CC" >&6; }
3759 else
3760   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3761 $as_echo "no" >&6; }
3762 fi
3763
3764
3765 fi
3766 if test -z "$ac_cv_prog_CC"; then
3767   ac_ct_CC=$CC
3768   # Extract the first word of "gcc", so it can be a program name with args.
3769 set dummy gcc; ac_word=$2
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3771 $as_echo_n "checking for $ac_word... " >&6; }
3772 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3773   $as_echo_n "(cached) " >&6
3774 else
3775   if test -n "$ac_ct_CC"; then
3776   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3777 else
3778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3779 for as_dir in $PATH
3780 do
3781   IFS=$as_save_IFS
3782   test -z "$as_dir" && as_dir=.
3783     for ac_exec_ext in '' $ac_executable_extensions; do
3784   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3785     ac_cv_prog_ac_ct_CC="gcc"
3786     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3787     break 2
3788   fi
3789 done
3790   done
3791 IFS=$as_save_IFS
3792
3793 fi
3794 fi
3795 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3796 if test -n "$ac_ct_CC"; then
3797   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3798 $as_echo "$ac_ct_CC" >&6; }
3799 else
3800   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3801 $as_echo "no" >&6; }
3802 fi
3803
3804   if test "x$ac_ct_CC" = x; then
3805     CC=""
3806   else
3807     case $cross_compiling:$ac_tool_warned in
3808 yes:)
3809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3810 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3811 ac_tool_warned=yes ;;
3812 esac
3813     CC=$ac_ct_CC
3814   fi
3815 else
3816   CC="$ac_cv_prog_CC"
3817 fi
3818
3819 if test -z "$CC"; then
3820           if test -n "$ac_tool_prefix"; then
3821     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3822 set dummy ${ac_tool_prefix}cc; ac_word=$2
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3824 $as_echo_n "checking for $ac_word... " >&6; }
3825 if test "${ac_cv_prog_CC+set}" = set; then :
3826   $as_echo_n "(cached) " >&6
3827 else
3828   if test -n "$CC"; then
3829   ac_cv_prog_CC="$CC" # Let the user override the test.
3830 else
3831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3832 for as_dir in $PATH
3833 do
3834   IFS=$as_save_IFS
3835   test -z "$as_dir" && as_dir=.
3836     for ac_exec_ext in '' $ac_executable_extensions; do
3837   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3838     ac_cv_prog_CC="${ac_tool_prefix}cc"
3839     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3840     break 2
3841   fi
3842 done
3843   done
3844 IFS=$as_save_IFS
3845
3846 fi
3847 fi
3848 CC=$ac_cv_prog_CC
3849 if test -n "$CC"; then
3850   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3851 $as_echo "$CC" >&6; }
3852 else
3853   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3854 $as_echo "no" >&6; }
3855 fi
3856
3857
3858   fi
3859 fi
3860 if test -z "$CC"; then
3861   # Extract the first word of "cc", so it can be a program name with args.
3862 set dummy cc; ac_word=$2
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3864 $as_echo_n "checking for $ac_word... " >&6; }
3865 if test "${ac_cv_prog_CC+set}" = set; then :
3866   $as_echo_n "(cached) " >&6
3867 else
3868   if test -n "$CC"; then
3869   ac_cv_prog_CC="$CC" # Let the user override the test.
3870 else
3871   ac_prog_rejected=no
3872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3873 for as_dir in $PATH
3874 do
3875   IFS=$as_save_IFS
3876   test -z "$as_dir" && as_dir=.
3877     for ac_exec_ext in '' $ac_executable_extensions; do
3878   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3879     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3880        ac_prog_rejected=yes
3881        continue
3882      fi
3883     ac_cv_prog_CC="cc"
3884     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3885     break 2
3886   fi
3887 done
3888   done
3889 IFS=$as_save_IFS
3890
3891 if test $ac_prog_rejected = yes; then
3892   # We found a bogon in the path, so make sure we never use it.
3893   set dummy $ac_cv_prog_CC
3894   shift
3895   if test $# != 0; then
3896     # We chose a different compiler from the bogus one.
3897     # However, it has the same basename, so the bogon will be chosen
3898     # first if we set CC to just the basename; use the full file name.
3899     shift
3900     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3901   fi
3902 fi
3903 fi
3904 fi
3905 CC=$ac_cv_prog_CC
3906 if test -n "$CC"; then
3907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3908 $as_echo "$CC" >&6; }
3909 else
3910   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3911 $as_echo "no" >&6; }
3912 fi
3913
3914
3915 fi
3916 if test -z "$CC"; then
3917   if test -n "$ac_tool_prefix"; then
3918   for ac_prog in cl.exe
3919   do
3920     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3921 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3923 $as_echo_n "checking for $ac_word... " >&6; }
3924 if test "${ac_cv_prog_CC+set}" = set; then :
3925   $as_echo_n "(cached) " >&6
3926 else
3927   if test -n "$CC"; then
3928   ac_cv_prog_CC="$CC" # Let the user override the test.
3929 else
3930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3931 for as_dir in $PATH
3932 do
3933   IFS=$as_save_IFS
3934   test -z "$as_dir" && as_dir=.
3935     for ac_exec_ext in '' $ac_executable_extensions; do
3936   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3937     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3938     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3939     break 2
3940   fi
3941 done
3942   done
3943 IFS=$as_save_IFS
3944
3945 fi
3946 fi
3947 CC=$ac_cv_prog_CC
3948 if test -n "$CC"; then
3949   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3950 $as_echo "$CC" >&6; }
3951 else
3952   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3953 $as_echo "no" >&6; }
3954 fi
3955
3956
3957     test -n "$CC" && break
3958   done
3959 fi
3960 if test -z "$CC"; then
3961   ac_ct_CC=$CC
3962   for ac_prog in cl.exe
3963 do
3964   # Extract the first word of "$ac_prog", so it can be a program name with args.
3965 set dummy $ac_prog; ac_word=$2
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3967 $as_echo_n "checking for $ac_word... " >&6; }
3968 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3969   $as_echo_n "(cached) " >&6
3970 else
3971   if test -n "$ac_ct_CC"; then
3972   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3973 else
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975 for as_dir in $PATH
3976 do
3977   IFS=$as_save_IFS
3978   test -z "$as_dir" && as_dir=.
3979     for ac_exec_ext in '' $ac_executable_extensions; do
3980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3981     ac_cv_prog_ac_ct_CC="$ac_prog"
3982     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3983     break 2
3984   fi
3985 done
3986   done
3987 IFS=$as_save_IFS
3988
3989 fi
3990 fi
3991 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3992 if test -n "$ac_ct_CC"; then
3993   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3994 $as_echo "$ac_ct_CC" >&6; }
3995 else
3996   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3997 $as_echo "no" >&6; }
3998 fi
3999
4000
4001   test -n "$ac_ct_CC" && break
4002 done
4003
4004   if test "x$ac_ct_CC" = x; then
4005     CC=""
4006   else
4007     case $cross_compiling:$ac_tool_warned in
4008 yes:)
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4010 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4011 ac_tool_warned=yes ;;
4012 esac
4013     CC=$ac_ct_CC
4014   fi
4015 fi
4016
4017 fi
4018
4019
4020 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4021 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4022 as_fn_error "no acceptable C compiler found in \$PATH
4023 See \`config.log' for more details." "$LINENO" 5; }
4024
4025 # Provide some information about the compiler.
4026 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4027 set X $ac_compile
4028 ac_compiler=$2
4029 for ac_option in --version -v -V -qversion; do
4030   { { ac_try="$ac_compiler $ac_option >&5"
4031 case "(($ac_try" in
4032   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4033   *) ac_try_echo=$ac_try;;
4034 esac
4035 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4036 $as_echo "$ac_try_echo"; } >&5
4037   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4038   ac_status=$?
4039   if test -s conftest.err; then
4040     sed '10a\
4041 ... rest of stderr output deleted ...
4042          10q' conftest.err >conftest.er1
4043     cat conftest.er1 >&5
4044   fi
4045   rm -f conftest.er1 conftest.err
4046   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4047   test $ac_status = 0; }
4048 done
4049
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4051 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4052 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4053   $as_echo_n "(cached) " >&6
4054 else
4055   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4056 /* end confdefs.h.  */
4057
4058 int
4059 main ()
4060 {
4061 #ifndef __GNUC__
4062        choke me
4063 #endif
4064
4065   ;
4066   return 0;
4067 }
4068 _ACEOF
4069 if ac_fn_c_try_compile "$LINENO"; then :
4070   ac_compiler_gnu=yes
4071 else
4072   ac_compiler_gnu=no
4073 fi
4074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4075 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4076
4077 fi
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4079 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4080 if test $ac_compiler_gnu = yes; then
4081   GCC=yes
4082 else
4083   GCC=
4084 fi
4085 ac_test_CFLAGS=${CFLAGS+set}
4086 ac_save_CFLAGS=$CFLAGS
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4088 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4089 if test "${ac_cv_prog_cc_g+set}" = set; then :
4090   $as_echo_n "(cached) " >&6
4091 else
4092   ac_save_c_werror_flag=$ac_c_werror_flag
4093    ac_c_werror_flag=yes
4094    ac_cv_prog_cc_g=no
4095    CFLAGS="-g"
4096    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4097 /* end confdefs.h.  */
4098
4099 int
4100 main ()
4101 {
4102
4103   ;
4104   return 0;
4105 }
4106 _ACEOF
4107 if ac_fn_c_try_compile "$LINENO"; then :
4108   ac_cv_prog_cc_g=yes
4109 else
4110   CFLAGS=""
4111       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4112 /* end confdefs.h.  */
4113
4114 int
4115 main ()
4116 {
4117
4118   ;
4119   return 0;
4120 }
4121 _ACEOF
4122 if ac_fn_c_try_compile "$LINENO"; then :
4123
4124 else
4125   ac_c_werror_flag=$ac_save_c_werror_flag
4126          CFLAGS="-g"
4127          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4128 /* end confdefs.h.  */
4129
4130 int
4131 main ()
4132 {
4133
4134   ;
4135   return 0;
4136 }
4137 _ACEOF
4138 if ac_fn_c_try_compile "$LINENO"; then :
4139   ac_cv_prog_cc_g=yes
4140 fi
4141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4142 fi
4143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4144 fi
4145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4146    ac_c_werror_flag=$ac_save_c_werror_flag
4147 fi
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4149 $as_echo "$ac_cv_prog_cc_g" >&6; }
4150 if test "$ac_test_CFLAGS" = set; then
4151   CFLAGS=$ac_save_CFLAGS
4152 elif test $ac_cv_prog_cc_g = yes; then
4153   if test "$GCC" = yes; then
4154     CFLAGS="-g -O2"
4155   else
4156     CFLAGS="-g"
4157   fi
4158 else
4159   if test "$GCC" = yes; then
4160     CFLAGS="-O2"
4161   else
4162     CFLAGS=
4163   fi
4164 fi
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4166 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4167 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4168   $as_echo_n "(cached) " >&6
4169 else
4170   ac_cv_prog_cc_c89=no
4171 ac_save_CC=$CC
4172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4173 /* end confdefs.h.  */
4174 #include <stdarg.h>
4175 #include <stdio.h>
4176 #include <sys/types.h>
4177 #include <sys/stat.h>
4178 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4179 struct buf { int x; };
4180 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4181 static char *e (p, i)
4182      char **p;
4183      int i;
4184 {
4185   return p[i];
4186 }
4187 static char *f (char * (*g) (char **, int), char **p, ...)
4188 {
4189   char *s;
4190   va_list v;
4191   va_start (v,p);
4192   s = g (p, va_arg (v,int));
4193   va_end (v);
4194   return s;
4195 }
4196
4197 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
4198    function prototypes and stuff, but not '\xHH' hex character constants.
4199    These don't provoke an error unfortunately, instead are silently treated
4200    as 'x'.  The following induces an error, until -std is added to get
4201    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
4202    array size at least.  It's necessary to write '\x00'==0 to get something
4203    that's true only with -std.  */
4204 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4205
4206 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4207    inside strings and character constants.  */
4208 #define FOO(x) 'x'
4209 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4210
4211 int test (int i, double x);
4212 struct s1 {int (*f) (int a);};
4213 struct s2 {int (*f) (double a);};
4214 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4215 int argc;
4216 char **argv;
4217 int
4218 main ()
4219 {
4220 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
4221   ;
4222   return 0;
4223 }
4224 _ACEOF
4225 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4226         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4227 do
4228   CC="$ac_save_CC $ac_arg"
4229   if ac_fn_c_try_compile "$LINENO"; then :
4230   ac_cv_prog_cc_c89=$ac_arg
4231 fi
4232 rm -f core conftest.err conftest.$ac_objext
4233   test "x$ac_cv_prog_cc_c89" != "xno" && break
4234 done
4235 rm -f conftest.$ac_ext
4236 CC=$ac_save_CC
4237
4238 fi
4239 # AC_CACHE_VAL
4240 case "x$ac_cv_prog_cc_c89" in
4241   x)
4242     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4243 $as_echo "none needed" >&6; } ;;
4244   xno)
4245     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4246 $as_echo "unsupported" >&6; } ;;
4247   *)
4248     CC="$CC $ac_cv_prog_cc_c89"
4249     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4250 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4251 esac
4252 if test "x$ac_cv_prog_cc_c89" != xno; then :
4253
4254 fi
4255
4256 ac_ext=c
4257 ac_cpp='$CPP $CPPFLAGS'
4258 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4259 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4260 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4261
4262 depcc="$CC"   am_compiler_list=
4263
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4265 $as_echo_n "checking dependency style of $depcc... " >&6; }
4266 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4267   $as_echo_n "(cached) " >&6
4268 else
4269   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4270   # We make a subdir and do the tests there.  Otherwise we can end up
4271   # making bogus files that we don't know about and never remove.  For
4272   # instance it was reported that on HP-UX the gcc test will end up
4273   # making a dummy file named `D' -- because `-MD' means `put the output
4274   # in D'.
4275   mkdir conftest.dir
4276   # Copy depcomp to subdir because otherwise we won't find it if we're
4277   # using a relative directory.
4278   cp "$am_depcomp" conftest.dir
4279   cd conftest.dir
4280   # We will build objects and dependencies in a subdirectory because
4281   # it helps to detect inapplicable dependency modes.  For instance
4282   # both Tru64's cc and ICC support -MD to output dependencies as a
4283   # side effect of compilation, but ICC will put the dependencies in
4284   # the current directory while Tru64 will put them in the object
4285   # directory.
4286   mkdir sub
4287
4288   am_cv_CC_dependencies_compiler_type=none
4289   if test "$am_compiler_list" = ""; then
4290      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4291   fi
4292   am__universal=false
4293   case " $depcc " in #(
4294      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4295      esac
4296
4297   for depmode in $am_compiler_list; do
4298     # Setup a source with many dependencies, because some compilers
4299     # like to wrap large dependency lists on column 80 (with \), and
4300     # we should not choose a depcomp mode which is confused by this.
4301     #
4302     # We need to recreate these files for each test, as the compiler may
4303     # overwrite some of them when testing with obscure command lines.
4304     # This happens at least with the AIX C compiler.
4305     : > sub/conftest.c
4306     for i in 1 2 3 4 5 6; do
4307       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4308       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4309       # Solaris 8's {/usr,}/bin/sh.
4310       touch sub/conftst$i.h
4311     done
4312     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4313
4314     # We check with `-c' and `-o' for the sake of the "dashmstdout"
4315     # mode.  It turns out that the SunPro C++ compiler does not properly
4316     # handle `-M -o', and we need to detect this.  Also, some Intel
4317     # versions had trouble with output in subdirs
4318     am__obj=sub/conftest.${OBJEXT-o}
4319     am__minus_obj="-o $am__obj"
4320     case $depmode in
4321     gcc)
4322       # This depmode causes a compiler race in universal mode.
4323       test "$am__universal" = false || continue
4324       ;;
4325     nosideeffect)
4326       # after this tag, mechanisms are not by side-effect, so they'll
4327       # only be used when explicitly requested
4328       if test "x$enable_dependency_tracking" = xyes; then
4329         continue
4330       else
4331         break
4332       fi
4333       ;;
4334     msvisualcpp | msvcmsys)
4335       # This compiler won't grok `-c -o', but also, the minuso test has
4336       # not run yet.  These depmodes are late enough in the game, and
4337       # so weak that their functioning should not be impacted.
4338       am__obj=conftest.${OBJEXT-o}
4339       am__minus_obj=
4340       ;;
4341     none) break ;;
4342     esac
4343     if depmode=$depmode \
4344        source=sub/conftest.c object=$am__obj \
4345        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4346        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4347          >/dev/null 2>conftest.err &&
4348        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4349        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4350        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4351        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4352       # icc doesn't choke on unknown options, it will just issue warnings
4353       # or remarks (even with -Werror).  So we grep stderr for any message
4354       # that says an option was ignored or not supported.
4355       # When given -MP, icc 7.0 and 7.1 complain thusly:
4356       #   icc: Command line warning: ignoring option '-M'; no argument required
4357       # The diagnosis changed in icc 8.0:
4358       #   icc: Command line remark: option '-MP' not supported
4359       if (grep 'ignoring option' conftest.err ||
4360           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4361         am_cv_CC_dependencies_compiler_type=$depmode
4362         break
4363       fi
4364     fi
4365   done
4366
4367   cd ..
4368   rm -rf conftest.dir
4369 else
4370   am_cv_CC_dependencies_compiler_type=none
4371 fi
4372
4373 fi
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4375 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4376 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4377
4378  if
4379   test "x$enable_dependency_tracking" != xno \
4380   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4381   am__fastdepCC_TRUE=
4382   am__fastdepCC_FALSE='#'
4383 else
4384   am__fastdepCC_TRUE='#'
4385   am__fastdepCC_FALSE=
4386 fi
4387
4388
4389
4390 #Getting user and host info
4391 username=$(whoami)
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking user ID" >&5
4393 $as_echo_n "checking user ID... " >&6; }
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $username" >&5
4395 $as_echo "$username" >&6; }
4396
4397 hostname=$(uname -n)
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host name" >&5
4399 $as_echo_n "checking host name... " >&6; }
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hostname" >&5
4401 $as_echo "$hostname" >&6; }
4402
4403 timestamp=$(date)
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking current timestamp" >&5
4405 $as_echo_n "checking current timestamp... " >&6; }
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $timestamp" >&5
4407 $as_echo "$timestamp" >&6; }
4408
4409
4410 cat >>confdefs.h <<_ACEOF
4411 #define STRESSAPPTEST_TIMESTAMP "$username @ $hostname on $timestamp"
4412 _ACEOF
4413
4414
4415 #Default cxxflags
4416 CXXFLAGS="$CXXFLAGS -DCHECKOPTS"
4417 CXXFLAGS="$CXXFLAGS -Wreturn-type -Wunused -Wuninitialized -Wall -Wno-psabi"
4418 CXXFLAGS="$CXXFLAGS -O3 -funroll-all-loops  -funroll-loops -DNDEBUG"
4419
4420 # Checks for header files.
4421
4422 ac_header_dirent=no
4423 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
4424   as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
4426 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
4427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
4428   $as_echo_n "(cached) " >&6
4429 else
4430   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4431 /* end confdefs.h.  */
4432 #include <sys/types.h>
4433 #include <$ac_hdr>
4434
4435 int
4436 main ()
4437 {
4438 if ((DIR *) 0)
4439 return 0;
4440   ;
4441   return 0;
4442 }
4443 _ACEOF
4444 if ac_fn_c_try_compile "$LINENO"; then :
4445   eval "$as_ac_Header=yes"
4446 else
4447   eval "$as_ac_Header=no"
4448 fi
4449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4450 fi
4451 eval ac_res=\$$as_ac_Header
4452                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
4453 $as_echo "$ac_res" >&6; }
4454 eval as_val=\$$as_ac_Header
4455    if test "x$as_val" = x""yes; then :
4456   cat >>confdefs.h <<_ACEOF
4457 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
4458 _ACEOF
4459
4460 ac_header_dirent=$ac_hdr; break
4461 fi
4462
4463 done
4464 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
4465 if test $ac_header_dirent = dirent.h; then
4466   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
4467 $as_echo_n "checking for library containing opendir... " >&6; }
4468 if test "${ac_cv_search_opendir+set}" = set; then :
4469   $as_echo_n "(cached) " >&6
4470 else
4471   ac_func_search_save_LIBS=$LIBS
4472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4473 /* end confdefs.h.  */
4474
4475 /* Override any GCC internal prototype to avoid an error.
4476    Use char because int might match the return type of a GCC
4477    builtin and then its argument prototype would still apply.  */
4478 #ifdef __cplusplus
4479 extern "C"
4480 #endif
4481 char opendir ();
4482 int
4483 main ()
4484 {
4485 return opendir ();
4486   ;
4487   return 0;
4488 }
4489 _ACEOF
4490 for ac_lib in '' dir; do
4491   if test -z "$ac_lib"; then
4492     ac_res="none required"
4493   else
4494     ac_res=-l$ac_lib
4495     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
4496   fi
4497   if ac_fn_c_try_link "$LINENO"; then :
4498   ac_cv_search_opendir=$ac_res
4499 fi
4500 rm -f core conftest.err conftest.$ac_objext \
4501     conftest$ac_exeext
4502   if test "${ac_cv_search_opendir+set}" = set; then :
4503   break
4504 fi
4505 done
4506 if test "${ac_cv_search_opendir+set}" = set; then :
4507
4508 else
4509   ac_cv_search_opendir=no
4510 fi
4511 rm conftest.$ac_ext
4512 LIBS=$ac_func_search_save_LIBS
4513 fi
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
4515 $as_echo "$ac_cv_search_opendir" >&6; }
4516 ac_res=$ac_cv_search_opendir
4517 if test "$ac_res" != no; then :
4518   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4519
4520 fi
4521
4522 else
4523   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
4524 $as_echo_n "checking for library containing opendir... " >&6; }
4525 if test "${ac_cv_search_opendir+set}" = set; then :
4526   $as_echo_n "(cached) " >&6
4527 else
4528   ac_func_search_save_LIBS=$LIBS
4529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4530 /* end confdefs.h.  */
4531
4532 /* Override any GCC internal prototype to avoid an error.
4533    Use char because int might match the return type of a GCC
4534    builtin and then its argument prototype would still apply.  */
4535 #ifdef __cplusplus
4536 extern "C"
4537 #endif
4538 char opendir ();
4539 int
4540 main ()
4541 {
4542 return opendir ();
4543   ;
4544   return 0;
4545 }
4546 _ACEOF
4547 for ac_lib in '' x; do
4548   if test -z "$ac_lib"; then
4549     ac_res="none required"
4550   else
4551     ac_res=-l$ac_lib
4552     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
4553   fi
4554   if ac_fn_c_try_link "$LINENO"; then :
4555   ac_cv_search_opendir=$ac_res
4556 fi
4557 rm -f core conftest.err conftest.$ac_objext \
4558     conftest$ac_exeext
4559   if test "${ac_cv_search_opendir+set}" = set; then :
4560   break
4561 fi
4562 done
4563 if test "${ac_cv_search_opendir+set}" = set; then :
4564
4565 else
4566   ac_cv_search_opendir=no
4567 fi
4568 rm conftest.$ac_ext
4569 LIBS=$ac_func_search_save_LIBS
4570 fi
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
4572 $as_echo "$ac_cv_search_opendir" >&6; }
4573 ac_res=$ac_cv_search_opendir
4574 if test "$ac_res" != no; then :
4575   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4576
4577 fi
4578
4579 fi
4580
4581 ac_ext=c
4582 ac_cpp='$CPP $CPPFLAGS'
4583 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4584 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4585 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4587 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4588 # On Suns, sometimes $CPP names a directory.
4589 if test -n "$CPP" && test -d "$CPP"; then
4590   CPP=
4591 fi
4592 if test -z "$CPP"; then
4593   if test "${ac_cv_prog_CPP+set}" = set; then :
4594   $as_echo_n "(cached) " >&6
4595 else
4596       # Double quotes because CPP needs to be expanded
4597     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4598     do
4599       ac_preproc_ok=false
4600 for ac_c_preproc_warn_flag in '' yes
4601 do
4602   # Use a header file that comes with gcc, so configuring glibc
4603   # with a fresh cross-compiler works.
4604   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4605   # <limits.h> exists even on freestanding compilers.
4606   # On the NeXT, cc -E runs the code through the compiler's parser,
4607   # not just through cpp. "Syntax error" is here to catch this case.
4608   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4609 /* end confdefs.h.  */
4610 #ifdef __STDC__
4611 # include <limits.h>
4612 #else
4613 # include <assert.h>
4614 #endif
4615                      Syntax error
4616 _ACEOF
4617 if ac_fn_c_try_cpp "$LINENO"; then :
4618
4619 else
4620   # Broken: fails on valid input.
4621 continue
4622 fi
4623 rm -f conftest.err conftest.$ac_ext
4624
4625   # OK, works on sane cases.  Now check whether nonexistent headers
4626   # can be detected and how.
4627   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4628 /* end confdefs.h.  */
4629 #include <ac_nonexistent.h>
4630 _ACEOF
4631 if ac_fn_c_try_cpp "$LINENO"; then :
4632   # Broken: success on invalid input.
4633 continue
4634 else
4635   # Passes both tests.
4636 ac_preproc_ok=:
4637 break
4638 fi
4639 rm -f conftest.err conftest.$ac_ext
4640
4641 done
4642 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4643 rm -f conftest.err conftest.$ac_ext
4644 if $ac_preproc_ok; then :
4645   break
4646 fi
4647
4648     done
4649     ac_cv_prog_CPP=$CPP
4650
4651 fi
4652   CPP=$ac_cv_prog_CPP
4653 else
4654   ac_cv_prog_CPP=$CPP
4655 fi
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4657 $as_echo "$CPP" >&6; }
4658 ac_preproc_ok=false
4659 for ac_c_preproc_warn_flag in '' yes
4660 do
4661   # Use a header file that comes with gcc, so configuring glibc
4662   # with a fresh cross-compiler works.
4663   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4664   # <limits.h> exists even on freestanding compilers.
4665   # On the NeXT, cc -E runs the code through the compiler's parser,
4666   # not just through cpp. "Syntax error" is here to catch this case.
4667   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4668 /* end confdefs.h.  */
4669 #ifdef __STDC__
4670 # include <limits.h>
4671 #else
4672 # include <assert.h>
4673 #endif
4674                      Syntax error
4675 _ACEOF
4676 if ac_fn_c_try_cpp "$LINENO"; then :
4677
4678 else
4679   # Broken: fails on valid input.
4680 continue
4681 fi
4682 rm -f conftest.err conftest.$ac_ext
4683
4684   # OK, works on sane cases.  Now check whether nonexistent headers
4685   # can be detected and how.
4686   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4687 /* end confdefs.h.  */
4688 #include <ac_nonexistent.h>
4689 _ACEOF
4690 if ac_fn_c_try_cpp "$LINENO"; then :
4691   # Broken: success on invalid input.
4692 continue
4693 else
4694   # Passes both tests.
4695 ac_preproc_ok=:
4696 break
4697 fi
4698 rm -f conftest.err conftest.$ac_ext
4699
4700 done
4701 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4702 rm -f conftest.err conftest.$ac_ext
4703 if $ac_preproc_ok; then :
4704
4705 else
4706   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4707 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4708 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4709 See \`config.log' for more details." "$LINENO" 5; }
4710 fi
4711
4712 ac_ext=c
4713 ac_cpp='$CPP $CPPFLAGS'
4714 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4715 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4716 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4717
4718
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4720 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4721 if test "${ac_cv_path_GREP+set}" = set; then :
4722   $as_echo_n "(cached) " >&6
4723 else
4724   if test -z "$GREP"; then
4725   ac_path_GREP_found=false
4726   # Loop through the user's path and test for each of PROGNAME-LIST
4727   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4728 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4729 do
4730   IFS=$as_save_IFS
4731   test -z "$as_dir" && as_dir=.
4732     for ac_prog in grep ggrep; do
4733     for ac_exec_ext in '' $ac_executable_extensions; do
4734       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4735       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4736 # Check for GNU ac_path_GREP and select it if it is found.
4737   # Check for GNU $ac_path_GREP
4738 case `"$ac_path_GREP" --version 2>&1` in
4739 *GNU*)
4740   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4741 *)
4742   ac_count=0
4743   $as_echo_n 0123456789 >"conftest.in"
4744   while :
4745   do
4746     cat "conftest.in" "conftest.in" >"conftest.tmp"
4747     mv "conftest.tmp" "conftest.in"
4748     cp "conftest.in" "conftest.nl"
4749     $as_echo 'GREP' >> "conftest.nl"
4750     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4751     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4752     as_fn_arith $ac_count + 1 && ac_count=$as_val
4753     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4754       # Best one so far, save it but keep looking for a better one
4755       ac_cv_path_GREP="$ac_path_GREP"
4756       ac_path_GREP_max=$ac_count
4757     fi
4758     # 10*(2^10) chars as input seems more than enough
4759     test $ac_count -gt 10 && break
4760   done
4761   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4762 esac
4763
4764       $ac_path_GREP_found && break 3
4765     done
4766   done
4767   done
4768 IFS=$as_save_IFS
4769   if test -z "$ac_cv_path_GREP"; then
4770     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4771   fi
4772 else
4773   ac_cv_path_GREP=$GREP
4774 fi
4775
4776 fi
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4778 $as_echo "$ac_cv_path_GREP" >&6; }
4779  GREP="$ac_cv_path_GREP"
4780
4781
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4783 $as_echo_n "checking for egrep... " >&6; }
4784 if test "${ac_cv_path_EGREP+set}" = set; then :
4785   $as_echo_n "(cached) " >&6
4786 else
4787   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4788    then ac_cv_path_EGREP="$GREP -E"
4789    else
4790      if test -z "$EGREP"; then
4791   ac_path_EGREP_found=false
4792   # Loop through the user's path and test for each of PROGNAME-LIST
4793   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4794 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4795 do
4796   IFS=$as_save_IFS
4797   test -z "$as_dir" && as_dir=.
4798     for ac_prog in egrep; do
4799     for ac_exec_ext in '' $ac_executable_extensions; do
4800       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4801       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4802 # Check for GNU ac_path_EGREP and select it if it is found.
4803   # Check for GNU $ac_path_EGREP
4804 case `"$ac_path_EGREP" --version 2>&1` in
4805 *GNU*)
4806   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4807 *)
4808   ac_count=0
4809   $as_echo_n 0123456789 >"conftest.in"
4810   while :
4811   do
4812     cat "conftest.in" "conftest.in" >"conftest.tmp"
4813     mv "conftest.tmp" "conftest.in"
4814     cp "conftest.in" "conftest.nl"
4815     $as_echo 'EGREP' >> "conftest.nl"
4816     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4817     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4818     as_fn_arith $ac_count + 1 && ac_count=$as_val
4819     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4820       # Best one so far, save it but keep looking for a better one
4821       ac_cv_path_EGREP="$ac_path_EGREP"
4822       ac_path_EGREP_max=$ac_count
4823     fi
4824     # 10*(2^10) chars as input seems more than enough
4825     test $ac_count -gt 10 && break
4826   done
4827   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4828 esac
4829
4830       $ac_path_EGREP_found && break 3
4831     done
4832   done
4833   done
4834 IFS=$as_save_IFS
4835   if test -z "$ac_cv_path_EGREP"; then
4836     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4837   fi
4838 else
4839   ac_cv_path_EGREP=$EGREP
4840 fi
4841
4842    fi
4843 fi
4844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4845 $as_echo "$ac_cv_path_EGREP" >&6; }
4846  EGREP="$ac_cv_path_EGREP"
4847
4848
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4850 $as_echo_n "checking for ANSI C header files... " >&6; }
4851 if test "${ac_cv_header_stdc+set}" = set; then :
4852   $as_echo_n "(cached) " >&6
4853 else
4854   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4855 /* end confdefs.h.  */
4856 #include <stdlib.h>
4857 #include <stdarg.h>
4858 #include <string.h>
4859 #include <float.h>
4860
4861 int
4862 main ()
4863 {
4864
4865   ;
4866   return 0;
4867 }
4868 _ACEOF
4869 if ac_fn_c_try_compile "$LINENO"; then :
4870   ac_cv_header_stdc=yes
4871 else
4872   ac_cv_header_stdc=no
4873 fi
4874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4875
4876 if test $ac_cv_header_stdc = yes; then
4877   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4878   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4879 /* end confdefs.h.  */
4880 #include <string.h>
4881
4882 _ACEOF
4883 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4884   $EGREP "memchr" >/dev/null 2>&1; then :
4885
4886 else
4887   ac_cv_header_stdc=no
4888 fi
4889 rm -f conftest*
4890
4891 fi
4892
4893 if test $ac_cv_header_stdc = yes; then
4894   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4895   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4896 /* end confdefs.h.  */
4897 #include <stdlib.h>
4898
4899 _ACEOF
4900 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4901   $EGREP "free" >/dev/null 2>&1; then :
4902
4903 else
4904   ac_cv_header_stdc=no
4905 fi
4906 rm -f conftest*
4907
4908 fi
4909
4910 if test $ac_cv_header_stdc = yes; then
4911   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4912   if test "$cross_compiling" = yes; then :
4913   :
4914 else
4915   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4916 /* end confdefs.h.  */
4917 #include <ctype.h>
4918 #include <stdlib.h>
4919 #if ((' ' & 0x0FF) == 0x020)
4920 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4921 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4922 #else
4923 # define ISLOWER(c) \
4924                    (('a' <= (c) && (c) <= 'i') \
4925                      || ('j' <= (c) && (c) <= 'r') \
4926                      || ('s' <= (c) && (c) <= 'z'))
4927 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4928 #endif
4929
4930 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4931 int
4932 main ()
4933 {
4934   int i;
4935   for (i = 0; i < 256; i++)
4936     if (XOR (islower (i), ISLOWER (i))
4937         || toupper (i) != TOUPPER (i))
4938       return 2;
4939   return 0;
4940 }
4941 _ACEOF
4942 if ac_fn_c_try_run "$LINENO"; then :
4943
4944 else
4945   ac_cv_header_stdc=no
4946 fi
4947 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4948   conftest.$ac_objext conftest.beam conftest.$ac_ext
4949 fi
4950
4951 fi
4952 fi
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4954 $as_echo "$ac_cv_header_stdc" >&6; }
4955 if test $ac_cv_header_stdc = yes; then
4956
4957 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4958
4959 fi
4960
4961 # Skip malloc.h to prevent redefinition of HAVE_MALLOC_H on some platforms
4962 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4963 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4964                   inttypes.h stdint.h unistd.h
4965 do :
4966   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4967 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4968 "
4969 eval as_val=\$$as_ac_Header
4970    if test "x$as_val" = x""yes; then :
4971   cat >>confdefs.h <<_ACEOF
4972 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4973 _ACEOF
4974
4975 fi
4976
4977 done
4978
4979
4980 for ac_header in arpa/inet.h fcntl.h netdb.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h
4981 do :
4982   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4983 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4984 eval as_val=\$$as_ac_Header
4985    if test "x$as_val" = x""yes; then :
4986   cat >>confdefs.h <<_ACEOF
4987 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4988 _ACEOF
4989
4990 else
4991   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4992 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4993 as_fn_error "Missing some header files.
4994 See \`config.log' for more details." "$LINENO" 5; }
4995 fi
4996
4997 done
4998
4999 for ac_header in pthread.h
5000 do :
5001   ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
5002 if test "x$ac_cv_header_pthread_h" = x""yes; then :
5003   cat >>confdefs.h <<_ACEOF
5004 #define HAVE_PTHREAD_H 1
5005 _ACEOF
5006
5007 fi
5008
5009 done
5010
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pthread_create" >&5
5012 $as_echo_n "checking for library containing pthread_create... " >&6; }
5013 if test "${ac_cv_search_pthread_create+set}" = set; then :
5014   $as_echo_n "(cached) " >&6
5015 else
5016   ac_func_search_save_LIBS=$LIBS
5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5018 /* end confdefs.h.  */
5019
5020 /* Override any GCC internal prototype to avoid an error.
5021    Use char because int might match the return type of a GCC
5022    builtin and then its argument prototype would still apply.  */
5023 #ifdef __cplusplus
5024 extern "C"
5025 #endif
5026 char pthread_create ();
5027 int
5028 main ()
5029 {
5030 return pthread_create ();
5031   ;
5032   return 0;
5033 }
5034 _ACEOF
5035 for ac_lib in '' pthread; do
5036   if test -z "$ac_lib"; then
5037     ac_res="none required"
5038   else
5039     ac_res=-l$ac_lib
5040     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
5041   fi
5042   if ac_fn_c_try_link "$LINENO"; then :
5043   ac_cv_search_pthread_create=$ac_res
5044 fi
5045 rm -f core conftest.err conftest.$ac_objext \
5046     conftest$ac_exeext
5047   if test "${ac_cv_search_pthread_create+set}" = set; then :
5048   break
5049 fi
5050 done
5051 if test "${ac_cv_search_pthread_create+set}" = set; then :
5052
5053 else
5054   ac_cv_search_pthread_create=no
5055 fi
5056 rm conftest.$ac_ext
5057 LIBS=$ac_func_search_save_LIBS
5058 fi
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pthread_create" >&5
5060 $as_echo "$ac_cv_search_pthread_create" >&6; }
5061 ac_res=$ac_cv_search_pthread_create
5062 if test "$ac_res" != no; then :
5063   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5064
5065 fi
5066
5067 for ac_header in libaio.h
5068 do :
5069   ac_fn_c_check_header_mongrel "$LINENO" "libaio.h" "ac_cv_header_libaio_h" "$ac_includes_default"
5070 if test "x$ac_cv_header_libaio_h" = x""yes; then :
5071   cat >>confdefs.h <<_ACEOF
5072 #define HAVE_LIBAIO_H 1
5073 _ACEOF
5074
5075 fi
5076
5077 done
5078
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing io_setup" >&5
5080 $as_echo_n "checking for library containing io_setup... " >&6; }
5081 if test "${ac_cv_search_io_setup+set}" = set; then :
5082   $as_echo_n "(cached) " >&6
5083 else
5084   ac_func_search_save_LIBS=$LIBS
5085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5086 /* end confdefs.h.  */
5087
5088 /* Override any GCC internal prototype to avoid an error.
5089    Use char because int might match the return type of a GCC
5090    builtin and then its argument prototype would still apply.  */
5091 #ifdef __cplusplus
5092 extern "C"
5093 #endif
5094 char io_setup ();
5095 int
5096 main ()
5097 {
5098 return io_setup ();
5099   ;
5100   return 0;
5101 }
5102 _ACEOF
5103 for ac_lib in '' aio; do
5104   if test -z "$ac_lib"; then
5105     ac_res="none required"
5106   else
5107     ac_res=-l$ac_lib
5108     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
5109   fi
5110   if ac_fn_c_try_link "$LINENO"; then :
5111   ac_cv_search_io_setup=$ac_res
5112 fi
5113 rm -f core conftest.err conftest.$ac_objext \
5114     conftest$ac_exeext
5115   if test "${ac_cv_search_io_setup+set}" = set; then :
5116   break
5117 fi
5118 done
5119 if test "${ac_cv_search_io_setup+set}" = set; then :
5120
5121 else
5122   ac_cv_search_io_setup=no
5123 fi
5124 rm conftest.$ac_ext
5125 LIBS=$ac_func_search_save_LIBS
5126 fi
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_io_setup" >&5
5128 $as_echo "$ac_cv_search_io_setup" >&6; }
5129 ac_res=$ac_cv_search_io_setup
5130 if test "$ac_res" != no; then :
5131   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5132
5133 fi
5134
5135 for ac_header in sys/shm.h
5136 do :
5137   ac_fn_c_check_header_mongrel "$LINENO" "sys/shm.h" "ac_cv_header_sys_shm_h" "$ac_includes_default"
5138 if test "x$ac_cv_header_sys_shm_h" = x""yes; then :
5139   cat >>confdefs.h <<_ACEOF
5140 #define HAVE_SYS_SHM_H 1
5141 _ACEOF
5142
5143 fi
5144
5145 done
5146
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing shm_open" >&5
5148 $as_echo_n "checking for library containing shm_open... " >&6; }
5149 if test "${ac_cv_search_shm_open+set}" = set; then :
5150   $as_echo_n "(cached) " >&6
5151 else
5152   ac_func_search_save_LIBS=$LIBS
5153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5154 /* end confdefs.h.  */
5155
5156 /* Override any GCC internal prototype to avoid an error.
5157    Use char because int might match the return type of a GCC
5158    builtin and then its argument prototype would still apply.  */
5159 #ifdef __cplusplus
5160 extern "C"
5161 #endif
5162 char shm_open ();
5163 int
5164 main ()
5165 {
5166 return shm_open ();
5167   ;
5168   return 0;
5169 }
5170 _ACEOF
5171 for ac_lib in '' rt; do
5172   if test -z "$ac_lib"; then
5173     ac_res="none required"
5174   else
5175     ac_res=-l$ac_lib
5176     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
5177   fi
5178   if ac_fn_c_try_link "$LINENO"; then :
5179   ac_cv_search_shm_open=$ac_res
5180 fi
5181 rm -f core conftest.err conftest.$ac_objext \
5182     conftest$ac_exeext
5183   if test "${ac_cv_search_shm_open+set}" = set; then :
5184   break
5185 fi
5186 done
5187 if test "${ac_cv_search_shm_open+set}" = set; then :
5188
5189 else
5190   ac_cv_search_shm_open=no
5191 fi
5192 rm conftest.$ac_ext
5193 LIBS=$ac_func_search_save_LIBS
5194 fi
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_shm_open" >&5
5196 $as_echo "$ac_cv_search_shm_open" >&6; }
5197 ac_res=$ac_cv_search_shm_open
5198 if test "$ac_res" != no; then :
5199   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5200
5201 fi
5202
5203
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_barrier" >&5
5205 $as_echo_n "checking for pthread_barrier... " >&6; }
5206 if test "${ac_cv_func_pthread_barrier+set}" = set; then :
5207   $as_echo_n "(cached) " >&6
5208 else
5209   if test "$cross_compiling" = yes; then :
5210   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5211 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5212 as_fn_error "cannot run test program while cross compiling
5213 See \`config.log' for more details." "$LINENO" 5; }
5214 else
5215   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5216 /* end confdefs.h.  */
5217
5218       #include <pthread.h>
5219       int main(void)
5220       {
5221         pthread_barrier_t t;
5222         return 0;
5223       }
5224
5225 _ACEOF
5226 if ac_fn_c_try_run "$LINENO"; then :
5227   ac_cv_func_pthread_barrier=yes
5228 else
5229   ac_cv_func_pthread_barrier=no
5230
5231 fi
5232 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5233   conftest.$ac_objext conftest.beam conftest.$ac_ext
5234 fi
5235
5236
5237 fi
5238
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_pthread_barrier" >&5
5240 $as_echo "$ac_cv_func_pthread_barrier" >&6; }
5241 if test "$ac_cv_func_pthread_barrier" = "yes"; then
5242
5243 $as_echo "#define HAVE_PTHREAD_BARRIER 1" >>confdefs.h
5244
5245 fi
5246
5247 # Checks for typedefs, structures, and compiler characteristics.
5248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5
5249 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
5250 if test "${ac_cv_header_stdbool_h+set}" = set; then :
5251   $as_echo_n "(cached) " >&6
5252 else
5253   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5254 /* end confdefs.h.  */
5255
5256 #include <stdbool.h>
5257 #ifndef bool
5258  "error: bool is not defined"
5259 #endif
5260 #ifndef false
5261  "error: false is not defined"
5262 #endif
5263 #if false
5264  "error: false is not 0"
5265 #endif
5266 #ifndef true
5267  "error: true is not defined"
5268 #endif
5269 #if true != 1
5270  "error: true is not 1"
5271 #endif
5272 #ifndef __bool_true_false_are_defined
5273  "error: __bool_true_false_are_defined is not defined"
5274 #endif
5275
5276         struct s { _Bool s: 1; _Bool t; } s;
5277
5278         char a[true == 1 ? 1 : -1];
5279         char b[false == 0 ? 1 : -1];
5280         char c[__bool_true_false_are_defined == 1 ? 1 : -1];
5281         char d[(bool) 0.5 == true ? 1 : -1];
5282         bool e = &s;
5283         char f[(_Bool) 0.0 == false ? 1 : -1];
5284         char g[true];
5285         char h[sizeof (_Bool)];
5286         char i[sizeof s.t];
5287         enum { j = false, k = true, l = false * true, m = true * 256 };
5288         /* The following fails for
5289            HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
5290         _Bool n[m];
5291         char o[sizeof n == m * sizeof n[0] ? 1 : -1];
5292         char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
5293 #       if defined __xlc__ || defined __GNUC__
5294          /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0
5295             reported by James Lemley on 2005-10-05; see
5296             http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
5297             This test is not quite right, since xlc is allowed to
5298             reject this program, as the initializer for xlcbug is
5299             not one of the forms that C requires support for.
5300             However, doing the test right would require a runtime
5301             test, and that would make cross-compilation harder.
5302             Let us hope that IBM fixes the xlc bug, and also adds
5303             support for this kind of constant expression.  In the
5304             meantime, this test will reject xlc, which is OK, since
5305             our stdbool.h substitute should suffice.  We also test
5306             this with GCC, where it should work, to detect more
5307             quickly whether someone messes up the test in the
5308             future.  */
5309          char digs[] = "0123456789";
5310          int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
5311 #       endif
5312         /* Catch a bug in an HP-UX C compiler.  See
5313            http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
5314            http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
5315          */
5316         _Bool q = true;
5317         _Bool *pq = &q;
5318
5319 int
5320 main ()
5321 {
5322
5323         *pq |= q;
5324         *pq |= ! q;
5325         /* Refer to every declared value, to avoid compiler optimizations.  */
5326         return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
5327                 + !m + !n + !o + !p + !q + !pq);
5328
5329   ;
5330   return 0;
5331 }
5332 _ACEOF
5333 if ac_fn_c_try_compile "$LINENO"; then :
5334   ac_cv_header_stdbool_h=yes
5335 else
5336   ac_cv_header_stdbool_h=no
5337 fi
5338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5339 fi
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
5341 $as_echo "$ac_cv_header_stdbool_h" >&6; }
5342 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
5343 if test "x$ac_cv_type__Bool" = x""yes; then :
5344
5345 cat >>confdefs.h <<_ACEOF
5346 #define HAVE__BOOL 1
5347 _ACEOF
5348
5349
5350 fi
5351
5352 if test $ac_cv_header_stdbool_h = yes; then
5353
5354 $as_echo "#define HAVE_STDBOOL_H 1" >>confdefs.h
5355
5356 fi
5357
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
5359 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
5360 if test "${ac_cv_c_const+set}" = set; then :
5361   $as_echo_n "(cached) " >&6
5362 else
5363   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5364 /* end confdefs.h.  */
5365
5366 int
5367 main ()
5368 {
5369 /* FIXME: Include the comments suggested by Paul. */
5370 #ifndef __cplusplus
5371   /* Ultrix mips cc rejects this.  */
5372   typedef int charset[2];
5373   const charset cs;
5374   /* SunOS 4.1.1 cc rejects this.  */
5375   char const *const *pcpcc;
5376   char **ppc;
5377   /* NEC SVR4.0.2 mips cc rejects this.  */
5378   struct point {int x, y;};
5379   static struct point const zero = {0,0};
5380   /* AIX XL C 1.02.0.0 rejects this.
5381      It does not let you subtract one const X* pointer from another in
5382      an arm of an if-expression whose if-part is not a constant
5383      expression */
5384   const char *g = "string";
5385   pcpcc = &g + (g ? g-g : 0);
5386   /* HPUX 7.0 cc rejects these. */
5387   ++pcpcc;
5388   ppc = (char**) pcpcc;
5389   pcpcc = (char const *const *) ppc;
5390   { /* SCO 3.2v4 cc rejects this.  */
5391     char *t;
5392     char const *s = 0 ? (char *) 0 : (char const *) 0;
5393
5394     *t++ = 0;
5395     if (s) return 0;
5396   }
5397   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
5398     int x[] = {25, 17};
5399     const int *foo = &x[0];
5400     ++foo;
5401   }
5402   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5403     typedef const int *iptr;
5404     iptr p = 0;
5405     ++p;
5406   }
5407   { /* AIX XL C 1.02.0.0 rejects this saying
5408        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
5409     struct s { int j; const int *ap[3]; };
5410     struct s *b; b->j = 5;
5411   }
5412   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
5413     const int foo = 10;
5414     if (!foo) return 0;
5415   }
5416   return !cs[0] && !zero.x;
5417 #endif
5418
5419   ;
5420   return 0;
5421 }
5422 _ACEOF
5423 if ac_fn_c_try_compile "$LINENO"; then :
5424   ac_cv_c_const=yes
5425 else
5426   ac_cv_c_const=no
5427 fi
5428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5429 fi
5430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
5431 $as_echo "$ac_cv_c_const" >&6; }
5432 if test $ac_cv_c_const = no; then
5433
5434 $as_echo "#define const /**/" >>confdefs.h
5435
5436 fi
5437
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
5439 $as_echo_n "checking for inline... " >&6; }
5440 if test "${ac_cv_c_inline+set}" = set; then :
5441   $as_echo_n "(cached) " >&6
5442 else
5443   ac_cv_c_inline=no
5444 for ac_kw in inline __inline__ __inline; do
5445   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5446 /* end confdefs.h.  */
5447 #ifndef __cplusplus
5448 typedef int foo_t;
5449 static $ac_kw foo_t static_foo () {return 0; }
5450 $ac_kw foo_t foo () {return 0; }
5451 #endif
5452
5453 _ACEOF
5454 if ac_fn_c_try_compile "$LINENO"; then :
5455   ac_cv_c_inline=$ac_kw
5456 fi
5457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5458   test "$ac_cv_c_inline" != no && break
5459 done
5460
5461 fi
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
5463 $as_echo "$ac_cv_c_inline" >&6; }
5464
5465 case $ac_cv_c_inline in
5466   inline | yes) ;;
5467   *)
5468     case $ac_cv_c_inline in
5469       no) ac_val=;;
5470       *) ac_val=$ac_cv_c_inline;;
5471     esac
5472     cat >>confdefs.h <<_ACEOF
5473 #ifndef __cplusplus
5474 #define inline $ac_val
5475 #endif
5476 _ACEOF
5477     ;;
5478 esac
5479
5480 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
5481 if test "x$ac_cv_type_pid_t" = x""yes; then :
5482
5483 else
5484
5485 cat >>confdefs.h <<_ACEOF
5486 #define pid_t int
5487 _ACEOF
5488
5489 fi
5490
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5
5492 $as_echo_n "checking for C/C++ restrict keyword... " >&6; }
5493 if test "${ac_cv_c_restrict+set}" = set; then :
5494   $as_echo_n "(cached) " >&6
5495 else
5496   ac_cv_c_restrict=no
5497    # The order here caters to the fact that C++ does not require restrict.
5498    for ac_kw in __restrict __restrict__ _Restrict restrict; do
5499      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5500 /* end confdefs.h.  */
5501 typedef int * int_ptr;
5502         int foo (int_ptr $ac_kw ip) {
5503         return ip[0];
5504        }
5505 int
5506 main ()
5507 {
5508 int s[1];
5509         int * $ac_kw t = s;
5510         t[0] = 0;
5511         return foo(t)
5512   ;
5513   return 0;
5514 }
5515 _ACEOF
5516 if ac_fn_c_try_compile "$LINENO"; then :
5517   ac_cv_c_restrict=$ac_kw
5518 fi
5519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5520      test "$ac_cv_c_restrict" != no && break
5521    done
5522
5523 fi
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5
5525 $as_echo "$ac_cv_c_restrict" >&6; }
5526
5527  case $ac_cv_c_restrict in
5528    restrict) ;;
5529    no) $as_echo "#define restrict /**/" >>confdefs.h
5530  ;;
5531    *)  cat >>confdefs.h <<_ACEOF
5532 #define restrict $ac_cv_c_restrict
5533 _ACEOF
5534  ;;
5535  esac
5536
5537 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
5538 if test "x$ac_cv_type_size_t" = x""yes; then :
5539
5540 else
5541
5542 cat >>confdefs.h <<_ACEOF
5543 #define size_t unsigned int
5544 _ACEOF
5545
5546 fi
5547
5548 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
5549 if test "x$ac_cv_type_ssize_t" = x""yes; then :
5550
5551 else
5552
5553 cat >>confdefs.h <<_ACEOF
5554 #define ssize_t int
5555 _ACEOF
5556
5557 fi
5558
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
5560 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
5561 if test "${ac_cv_header_time+set}" = set; then :
5562   $as_echo_n "(cached) " >&6
5563 else
5564   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5565 /* end confdefs.h.  */
5566 #include <sys/types.h>
5567 #include <sys/time.h>
5568 #include <time.h>
5569
5570 int
5571 main ()
5572 {
5573 if ((struct tm *) 0)
5574 return 0;
5575   ;
5576   return 0;
5577 }
5578 _ACEOF
5579 if ac_fn_c_try_compile "$LINENO"; then :
5580   ac_cv_header_time=yes
5581 else
5582   ac_cv_header_time=no
5583 fi
5584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5585 fi
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
5587 $as_echo "$ac_cv_header_time" >&6; }
5588 if test $ac_cv_header_time = yes; then
5589
5590 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
5591
5592 fi
5593
5594 ac_fn_c_find_uintX_t "$LINENO" "16" "ac_cv_c_uint16_t"
5595 case $ac_cv_c_uint16_t in #(
5596   no|yes) ;; #(
5597   *)
5598
5599
5600 cat >>confdefs.h <<_ACEOF
5601 #define uint16_t $ac_cv_c_uint16_t
5602 _ACEOF
5603 ;;
5604   esac
5605
5606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working volatile" >&5
5607 $as_echo_n "checking for working volatile... " >&6; }
5608 if test "${ac_cv_c_volatile+set}" = set; then :
5609   $as_echo_n "(cached) " >&6
5610 else
5611   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5612 /* end confdefs.h.  */
5613
5614 int
5615 main ()
5616 {
5617
5618 volatile int x;
5619 int * volatile y = (int *) 0;
5620 return !x && !y;
5621   ;
5622   return 0;
5623 }
5624 _ACEOF
5625 if ac_fn_c_try_compile "$LINENO"; then :
5626   ac_cv_c_volatile=yes
5627 else
5628   ac_cv_c_volatile=no
5629 fi
5630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5631 fi
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_volatile" >&5
5633 $as_echo "$ac_cv_c_volatile" >&6; }
5634 if test $ac_cv_c_volatile = no; then
5635
5636 $as_echo "#define volatile /**/" >>confdefs.h
5637
5638 fi
5639
5640
5641
5642 # Checks for library functions.
5643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether closedir returns void" >&5
5644 $as_echo_n "checking whether closedir returns void... " >&6; }
5645 if test "${ac_cv_func_closedir_void+set}" = set; then :
5646   $as_echo_n "(cached) " >&6
5647 else
5648   if test "$cross_compiling" = yes; then :
5649   ac_cv_func_closedir_void=yes
5650 else
5651   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5652 /* end confdefs.h.  */
5653 $ac_includes_default
5654 #include <$ac_header_dirent>
5655 #ifndef __cplusplus
5656 int closedir ();
5657 #endif
5658
5659 int
5660 main ()
5661 {
5662 return closedir (opendir (".")) != 0;
5663   ;
5664   return 0;
5665 }
5666 _ACEOF
5667 if ac_fn_c_try_run "$LINENO"; then :
5668   ac_cv_func_closedir_void=no
5669 else
5670   ac_cv_func_closedir_void=yes
5671 fi
5672 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5673   conftest.$ac_objext conftest.beam conftest.$ac_ext
5674 fi
5675
5676 fi
5677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_closedir_void" >&5
5678 $as_echo "$ac_cv_func_closedir_void" >&6; }
5679 if test $ac_cv_func_closedir_void = yes; then
5680
5681 $as_echo "#define CLOSEDIR_VOID 1" >>confdefs.h
5682
5683 fi
5684
5685 if test $ac_cv_c_compiler_gnu = yes; then
5686     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC needs -traditional" >&5
5687 $as_echo_n "checking whether $CC needs -traditional... " >&6; }
5688 if test "${ac_cv_prog_gcc_traditional+set}" = set; then :
5689   $as_echo_n "(cached) " >&6
5690 else
5691     ac_pattern="Autoconf.*'x'"
5692   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5693 /* end confdefs.h.  */
5694 #include <sgtty.h>
5695 Autoconf TIOCGETP
5696 _ACEOF
5697 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5698   $EGREP "$ac_pattern" >/dev/null 2>&1; then :
5699   ac_cv_prog_gcc_traditional=yes
5700 else
5701   ac_cv_prog_gcc_traditional=no
5702 fi
5703 rm -f conftest*
5704
5705
5706   if test $ac_cv_prog_gcc_traditional = no; then
5707     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5708 /* end confdefs.h.  */
5709 #include <termio.h>
5710 Autoconf TCGETA
5711 _ACEOF
5712 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5713   $EGREP "$ac_pattern" >/dev/null 2>&1; then :
5714   ac_cv_prog_gcc_traditional=yes
5715 fi
5716 rm -f conftest*
5717
5718   fi
5719 fi
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_gcc_traditional" >&5
5721 $as_echo "$ac_cv_prog_gcc_traditional" >&6; }
5722   if test $ac_cv_prog_gcc_traditional = yes; then
5723     CC="$CC -traditional"
5724   fi
5725 fi
5726
5727 for ac_header in sys/select.h sys/socket.h
5728 do :
5729   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5730 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5731 eval as_val=\$$as_ac_Header
5732    if test "x$as_val" = x""yes; then :
5733   cat >>confdefs.h <<_ACEOF
5734 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5735 _ACEOF
5736
5737 fi
5738
5739 done
5740
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for select" >&5
5742 $as_echo_n "checking types of arguments for select... " >&6; }
5743 if test "${ac_cv_func_select_args+set}" = set; then :
5744   $as_echo_n "(cached) " >&6
5745 else
5746   for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
5747  for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do
5748   for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
5749    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5750 /* end confdefs.h.  */
5751 $ac_includes_default
5752 #ifdef HAVE_SYS_SELECT_H
5753 # include <sys/select.h>
5754 #endif
5755 #ifdef HAVE_SYS_SOCKET_H
5756 # include <sys/socket.h>
5757 #endif
5758
5759 int
5760 main ()
5761 {
5762 extern int select ($ac_arg1,
5763                                             $ac_arg234, $ac_arg234, $ac_arg234,
5764                                             $ac_arg5);
5765   ;
5766   return 0;
5767 }
5768 _ACEOF
5769 if ac_fn_c_try_compile "$LINENO"; then :
5770   ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3
5771 fi
5772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5773   done
5774  done
5775 done
5776 # Provide a safe default value.
5777 : ${ac_cv_func_select_args='int,int *,struct timeval *'}
5778
5779 fi
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_select_args" >&5
5781 $as_echo "$ac_cv_func_select_args" >&6; }
5782 ac_save_IFS=$IFS; IFS=','
5783 set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
5784 IFS=$ac_save_IFS
5785 shift
5786
5787 cat >>confdefs.h <<_ACEOF
5788 #define SELECT_TYPE_ARG1 $1
5789 _ACEOF
5790
5791
5792 cat >>confdefs.h <<_ACEOF
5793 #define SELECT_TYPE_ARG234 ($2)
5794 _ACEOF
5795
5796
5797 cat >>confdefs.h <<_ACEOF
5798 #define SELECT_TYPE_ARG5 ($3)
5799 _ACEOF
5800
5801 rm -f conftest*
5802
5803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
5804 $as_echo_n "checking return type of signal handlers... " >&6; }
5805 if test "${ac_cv_type_signal+set}" = set; then :
5806   $as_echo_n "(cached) " >&6
5807 else
5808   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5809 /* end confdefs.h.  */
5810 #include <sys/types.h>
5811 #include <signal.h>
5812
5813 int
5814 main ()
5815 {
5816 return *(signal (0, 0)) (0) == 1;
5817   ;
5818   return 0;
5819 }
5820 _ACEOF
5821 if ac_fn_c_try_compile "$LINENO"; then :
5822   ac_cv_type_signal=int
5823 else
5824   ac_cv_type_signal=void
5825 fi
5826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5827 fi
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
5829 $as_echo "$ac_cv_type_signal" >&6; }
5830
5831 cat >>confdefs.h <<_ACEOF
5832 #define RETSIGTYPE $ac_cv_type_signal
5833 _ACEOF
5834
5835
5836 ac_fn_c_check_decl "$LINENO" "strerror_r" "ac_cv_have_decl_strerror_r" "$ac_includes_default"
5837 if test "x$ac_cv_have_decl_strerror_r" = x""yes; then :
5838   ac_have_decl=1
5839 else
5840   ac_have_decl=0
5841 fi
5842
5843 cat >>confdefs.h <<_ACEOF
5844 #define HAVE_DECL_STRERROR_R $ac_have_decl
5845 _ACEOF
5846
5847 for ac_func in strerror_r
5848 do :
5849   ac_fn_c_check_func "$LINENO" "strerror_r" "ac_cv_func_strerror_r"
5850 if test "x$ac_cv_func_strerror_r" = x""yes; then :
5851   cat >>confdefs.h <<_ACEOF
5852 #define HAVE_STRERROR_R 1
5853 _ACEOF
5854
5855 fi
5856 done
5857
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5
5859 $as_echo_n "checking whether strerror_r returns char *... " >&6; }
5860 if test "${ac_cv_func_strerror_r_char_p+set}" = set; then :
5861   $as_echo_n "(cached) " >&6
5862 else
5863
5864     ac_cv_func_strerror_r_char_p=no
5865     if test $ac_cv_have_decl_strerror_r = yes; then
5866       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5867 /* end confdefs.h.  */
5868 $ac_includes_default
5869 int
5870 main ()
5871 {
5872
5873           char buf[100];
5874           char x = *strerror_r (0, buf, sizeof buf);
5875           char *p = strerror_r (0, buf, sizeof buf);
5876           return !p || x;
5877
5878   ;
5879   return 0;
5880 }
5881 _ACEOF
5882 if ac_fn_c_try_compile "$LINENO"; then :
5883   ac_cv_func_strerror_r_char_p=yes
5884 fi
5885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5886     else
5887       # strerror_r is not declared.  Choose between
5888       # systems that have relatively inaccessible declarations for the
5889       # function.  BeOS and DEC UNIX 4.0 fall in this category, but the
5890       # former has a strerror_r that returns char*, while the latter
5891       # has a strerror_r that returns `int'.
5892       # This test should segfault on the DEC system.
5893       if test "$cross_compiling" = yes; then :
5894   :
5895 else
5896   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5897 /* end confdefs.h.  */
5898 $ac_includes_default
5899         extern char *strerror_r ();
5900 int
5901 main ()
5902 {
5903 char buf[100];
5904           char x = *strerror_r (0, buf, sizeof buf);
5905           return ! isalpha (x);
5906   ;
5907   return 0;
5908 }
5909 _ACEOF
5910 if ac_fn_c_try_run "$LINENO"; then :
5911   ac_cv_func_strerror_r_char_p=yes
5912 fi
5913 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5914   conftest.$ac_objext conftest.beam conftest.$ac_ext
5915 fi
5916
5917     fi
5918
5919 fi
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5
5921 $as_echo "$ac_cv_func_strerror_r_char_p" >&6; }
5922 if test $ac_cv_func_strerror_r_char_p = yes; then
5923
5924 $as_echo "#define STRERROR_R_CHAR_P 1" >>confdefs.h
5925
5926 fi
5927
5928 for ac_func in vprintf
5929 do :
5930   ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
5931 if test "x$ac_cv_func_vprintf" = x""yes; then :
5932   cat >>confdefs.h <<_ACEOF
5933 #define HAVE_VPRINTF 1
5934 _ACEOF
5935
5936 ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
5937 if test "x$ac_cv_func__doprnt" = x""yes; then :
5938
5939 $as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
5940
5941 fi
5942
5943 fi
5944 done
5945
5946
5947 for ac_func in ftruncate gettimeofday memset munmap select socket strtol strtoull
5948 do :
5949   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5950 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5951 eval as_val=\$$as_ac_var
5952    if test "x$as_val" = x""yes; then :
5953   cat >>confdefs.h <<_ACEOF
5954 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5955 _ACEOF
5956
5957 fi
5958 done
5959
5960 for ac_func in mmap64 posix_memalign rand_r sched_getaffinity
5961 do :
5962   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
5963 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
5964 eval as_val=\$$as_ac_var
5965    if test "x$as_val" = x""yes; then :
5966   cat >>confdefs.h <<_ACEOF
5967 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5968 _ACEOF
5969
5970 fi
5971 done
5972
5973
5974 ac_config_files="$ac_config_files Makefile src/Makefile"
5975
5976 cat >confcache <<\_ACEOF
5977 # This file is a shell script that caches the results of configure
5978 # tests run on this system so they can be shared between configure
5979 # scripts and configure runs, see configure's option --config-cache.
5980 # It is not useful on other systems.  If it contains results you don't
5981 # want to keep, you may remove or edit it.
5982 #
5983 # config.status only pays attention to the cache file if you give it
5984 # the --recheck option to rerun configure.
5985 #
5986 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5987 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5988 # following values.
5989
5990 _ACEOF
5991
5992 # The following way of writing the cache mishandles newlines in values,
5993 # but we know of no workaround that is simple, portable, and efficient.
5994 # So, we kill variables containing newlines.
5995 # Ultrix sh set writes to stderr and can't be redirected directly,
5996 # and sets the high bit in the cache file unless we assign to the vars.
5997 (
5998   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
5999     eval ac_val=\$$ac_var
6000     case $ac_val in #(
6001     *${as_nl}*)
6002       case $ac_var in #(
6003       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
6004 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
6005       esac
6006       case $ac_var in #(
6007       _ | IFS | as_nl) ;; #(
6008       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
6009       *) { eval $ac_var=; unset $ac_var;} ;;
6010       esac ;;
6011     esac
6012   done
6013
6014   (set) 2>&1 |
6015     case $as_nl`(ac_space=' '; set) 2>&1` in #(
6016     *${as_nl}ac_space=\ *)
6017       # `set' does not quote correctly, so add quotes: double-quote
6018       # substitution turns \\\\ into \\, and sed turns \\ into \.
6019       sed -n \
6020         "s/'/'\\\\''/g;
6021           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6022       ;; #(
6023     *)
6024       # `set' quotes correctly as required by POSIX, so do not add quotes.
6025       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
6026       ;;
6027     esac |
6028     sort
6029 ) |
6030   sed '
6031      /^ac_cv_env_/b end
6032      t clear
6033      :clear
6034      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6035      t end
6036      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6037      :end' >>confcache
6038 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6039   if test -w "$cache_file"; then
6040     test "x$cache_file" != "x/dev/null" &&
6041       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
6042 $as_echo "$as_me: updating cache $cache_file" >&6;}
6043     cat confcache >$cache_file
6044   else
6045     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
6046 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6047   fi
6048 fi
6049 rm -f confcache
6050
6051 test "x$prefix" = xNONE && prefix=$ac_default_prefix
6052 # Let make expand exec_prefix.
6053 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
6054
6055 DEFS=-DHAVE_CONFIG_H
6056
6057 ac_libobjs=
6058 ac_ltlibobjs=
6059 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
6060   # 1. Remove the extension, and $U if already installed.
6061   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
6062   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
6063   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
6064   #    will be set to the directory where LIBOBJS objects are built.
6065   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
6066   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
6067 done
6068 LIBOBJS=$ac_libobjs
6069
6070 LTLIBOBJS=$ac_ltlibobjs
6071
6072
6073  if test -n "$EXEEXT"; then
6074   am__EXEEXT_TRUE=
6075   am__EXEEXT_FALSE='#'
6076 else
6077   am__EXEEXT_TRUE='#'
6078   am__EXEEXT_FALSE=
6079 fi
6080
6081 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6082   as_fn_error "conditional \"AMDEP\" was never defined.
6083 Usually this means the macro was only invoked conditionally." "$LINENO" 5
6084 fi
6085 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
6086   as_fn_error "conditional \"am__fastdepCXX\" was never defined.
6087 Usually this means the macro was only invoked conditionally." "$LINENO" 5
6088 fi
6089 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6090   as_fn_error "conditional \"am__fastdepCC\" was never defined.
6091 Usually this means the macro was only invoked conditionally." "$LINENO" 5
6092 fi
6093
6094 : ${CONFIG_STATUS=./config.status}
6095 ac_write_fail=0
6096 ac_clean_files_save=$ac_clean_files
6097 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
6099 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
6100 as_write_fail=0
6101 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
6102 #! $SHELL
6103 # Generated by $as_me.
6104 # Run this file to recreate the current configuration.
6105 # Compiler output produced by configure, useful for debugging
6106 # configure, is in config.log if it exists.
6107
6108 debug=false
6109 ac_cs_recheck=false
6110 ac_cs_silent=false
6111
6112 SHELL=\${CONFIG_SHELL-$SHELL}
6113 export SHELL
6114 _ASEOF
6115 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
6116 ## -------------------- ##
6117 ## M4sh Initialization. ##
6118 ## -------------------- ##
6119
6120 # Be more Bourne compatible
6121 DUALCASE=1; export DUALCASE # for MKS sh
6122 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
6123   emulate sh
6124   NULLCMD=:
6125   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
6126   # is contrary to our usage.  Disable this feature.
6127   alias -g '${1+"$@"}'='"$@"'
6128   setopt NO_GLOB_SUBST
6129 else
6130   case `(set -o) 2>/dev/null` in #(
6131   *posix*) :
6132     set -o posix ;; #(
6133   *) :
6134      ;;
6135 esac
6136 fi
6137
6138
6139 as_nl='
6140 '
6141 export as_nl
6142 # Printing a long string crashes Solaris 7 /usr/bin/printf.
6143 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
6144 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
6145 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
6146 # Prefer a ksh shell builtin over an external printf program on Solaris,
6147 # but without wasting forks for bash or zsh.
6148 if test -z "$BASH_VERSION$ZSH_VERSION" \
6149     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
6150   as_echo='print -r --'
6151   as_echo_n='print -rn --'
6152 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
6153   as_echo='printf %s\n'
6154   as_echo_n='printf %s'
6155 else
6156   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
6157     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
6158     as_echo_n='/usr/ucb/echo -n'
6159   else
6160     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
6161     as_echo_n_body='eval
6162       arg=$1;
6163       case $arg in #(
6164       *"$as_nl"*)
6165         expr "X$arg" : "X\\(.*\\)$as_nl";
6166         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
6167       esac;
6168       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
6169     '
6170     export as_echo_n_body
6171     as_echo_n='sh -c $as_echo_n_body as_echo'
6172   fi
6173   export as_echo_body
6174   as_echo='sh -c $as_echo_body as_echo'
6175 fi
6176
6177 # The user is always right.
6178 if test "${PATH_SEPARATOR+set}" != set; then
6179   PATH_SEPARATOR=:
6180   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
6181     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
6182       PATH_SEPARATOR=';'
6183   }
6184 fi
6185
6186
6187 # IFS
6188 # We need space, tab and new line, in precisely that order.  Quoting is
6189 # there to prevent editors from complaining about space-tab.
6190 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
6191 # splitting by setting IFS to empty value.)
6192 IFS=" ""        $as_nl"
6193
6194 # Find who we are.  Look in the path if we contain no directory separator.
6195 case $0 in #((
6196   *[\\/]* ) as_myself=$0 ;;
6197   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6198 for as_dir in $PATH
6199 do
6200   IFS=$as_save_IFS
6201   test -z "$as_dir" && as_dir=.
6202     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
6203   done
6204 IFS=$as_save_IFS
6205
6206      ;;
6207 esac
6208 # We did not find ourselves, most probably we were run as `sh COMMAND'
6209 # in which case we are not to be found in the path.
6210 if test "x$as_myself" = x; then
6211   as_myself=$0
6212 fi
6213 if test ! -f "$as_myself"; then
6214   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
6215   exit 1
6216 fi
6217
6218 # Unset variables that we do not need and which cause bugs (e.g. in
6219 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
6220 # suppresses any "Segmentation fault" message there.  '((' could
6221 # trigger a bug in pdksh 5.2.14.
6222 for as_var in BASH_ENV ENV MAIL MAILPATH
6223 do eval test x\${$as_var+set} = xset \
6224   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
6225 done
6226 PS1='$ '
6227 PS2='> '
6228 PS4='+ '
6229
6230 # NLS nuisances.
6231 LC_ALL=C
6232 export LC_ALL
6233 LANGUAGE=C
6234 export LANGUAGE
6235
6236 # CDPATH.
6237 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
6238
6239
6240 # as_fn_error ERROR [LINENO LOG_FD]
6241 # ---------------------------------
6242 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
6243 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
6244 # script with status $?, using 1 if that was 0.
6245 as_fn_error ()
6246 {
6247   as_status=$?; test $as_status -eq 0 && as_status=1
6248   if test "$3"; then
6249     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
6250     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
6251   fi
6252   $as_echo "$as_me: error: $1" >&2
6253   as_fn_exit $as_status
6254 } # as_fn_error
6255
6256
6257 # as_fn_set_status STATUS
6258 # -----------------------
6259 # Set $? to STATUS, without forking.
6260 as_fn_set_status ()
6261 {
6262   return $1
6263 } # as_fn_set_status
6264
6265 # as_fn_exit STATUS
6266 # -----------------
6267 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
6268 as_fn_exit ()
6269 {
6270   set +e
6271   as_fn_set_status $1
6272   exit $1
6273 } # as_fn_exit
6274
6275 # as_fn_unset VAR
6276 # ---------------
6277 # Portably unset VAR.
6278 as_fn_unset ()
6279 {
6280   { eval $1=; unset $1;}
6281 }
6282 as_unset=as_fn_unset
6283 # as_fn_append VAR VALUE
6284 # ----------------------
6285 # Append the text in VALUE to the end of the definition contained in VAR. Take
6286 # advantage of any shell optimizations that allow amortized linear growth over
6287 # repeated appends, instead of the typical quadratic growth present in naive
6288 # implementations.
6289 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
6290   eval 'as_fn_append ()
6291   {
6292     eval $1+=\$2
6293   }'
6294 else
6295   as_fn_append ()
6296   {
6297     eval $1=\$$1\$2
6298   }
6299 fi # as_fn_append
6300
6301 # as_fn_arith ARG...
6302 # ------------------
6303 # Perform arithmetic evaluation on the ARGs, and store the result in the
6304 # global $as_val. Take advantage of shells that can avoid forks. The arguments
6305 # must be portable across $(()) and expr.
6306 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
6307   eval 'as_fn_arith ()
6308   {
6309     as_val=$(( $* ))
6310   }'
6311 else
6312   as_fn_arith ()
6313   {
6314     as_val=`expr "$@" || test $? -eq 1`
6315   }
6316 fi # as_fn_arith
6317
6318
6319 if expr a : '\(a\)' >/dev/null 2>&1 &&
6320    test "X`expr 00001 : '.*\(...\)'`" = X001; then
6321   as_expr=expr
6322 else
6323   as_expr=false
6324 fi
6325
6326 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
6327   as_basename=basename
6328 else
6329   as_basename=false
6330 fi
6331
6332 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
6333   as_dirname=dirname
6334 else
6335   as_dirname=false
6336 fi
6337
6338 as_me=`$as_basename -- "$0" ||
6339 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6340          X"$0" : 'X\(//\)$' \| \
6341          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
6342 $as_echo X/"$0" |
6343     sed '/^.*\/\([^/][^/]*\)\/*$/{
6344             s//\1/
6345             q
6346           }
6347           /^X\/\(\/\/\)$/{
6348             s//\1/
6349             q
6350           }
6351           /^X\/\(\/\).*/{
6352             s//\1/
6353             q
6354           }
6355           s/.*/./; q'`
6356
6357 # Avoid depending upon Character Ranges.
6358 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
6359 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6360 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
6361 as_cr_digits='0123456789'
6362 as_cr_alnum=$as_cr_Letters$as_cr_digits
6363
6364 ECHO_C= ECHO_N= ECHO_T=
6365 case `echo -n x` in #(((((
6366 -n*)
6367   case `echo 'xy\c'` in
6368   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
6369   xy)  ECHO_C='\c';;
6370   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
6371        ECHO_T=' ';;
6372   esac;;
6373 *)
6374   ECHO_N='-n';;
6375 esac
6376
6377 rm -f conf$$ conf$$.exe conf$$.file
6378 if test -d conf$$.dir; then
6379   rm -f conf$$.dir/conf$$.file
6380 else
6381   rm -f conf$$.dir
6382   mkdir conf$$.dir 2>/dev/null
6383 fi
6384 if (echo >conf$$.file) 2>/dev/null; then
6385   if ln -s conf$$.file conf$$ 2>/dev/null; then
6386     as_ln_s='ln -s'
6387     # ... but there are two gotchas:
6388     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
6389     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
6390     # In both cases, we have to default to `cp -p'.
6391     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
6392       as_ln_s='cp -p'
6393   elif ln conf$$.file conf$$ 2>/dev/null; then
6394     as_ln_s=ln
6395   else
6396     as_ln_s='cp -p'
6397   fi
6398 else
6399   as_ln_s='cp -p'
6400 fi
6401 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
6402 rmdir conf$$.dir 2>/dev/null
6403
6404
6405 # as_fn_mkdir_p
6406 # -------------
6407 # Create "$as_dir" as a directory, including parents if necessary.
6408 as_fn_mkdir_p ()
6409 {
6410
6411   case $as_dir in #(
6412   -*) as_dir=./$as_dir;;
6413   esac
6414   test -d "$as_dir" || eval $as_mkdir_p || {
6415     as_dirs=
6416     while :; do
6417       case $as_dir in #(
6418       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
6419       *) as_qdir=$as_dir;;
6420       esac
6421       as_dirs="'$as_qdir' $as_dirs"
6422       as_dir=`$as_dirname -- "$as_dir" ||
6423 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6424          X"$as_dir" : 'X\(//\)[^/]' \| \
6425          X"$as_dir" : 'X\(//\)$' \| \
6426          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
6427 $as_echo X"$as_dir" |
6428     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
6429             s//\1/
6430             q
6431           }
6432           /^X\(\/\/\)[^/].*/{
6433             s//\1/
6434             q
6435           }
6436           /^X\(\/\/\)$/{
6437             s//\1/
6438             q
6439           }
6440           /^X\(\/\).*/{
6441             s//\1/
6442             q
6443           }
6444           s/.*/./; q'`
6445       test -d "$as_dir" && break
6446     done
6447     test -z "$as_dirs" || eval "mkdir $as_dirs"
6448   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
6449
6450
6451 } # as_fn_mkdir_p
6452 if mkdir -p . 2>/dev/null; then
6453   as_mkdir_p='mkdir -p "$as_dir"'
6454 else
6455   test -d ./-p && rmdir ./-p
6456   as_mkdir_p=false
6457 fi
6458
6459 if test -x / >/dev/null 2>&1; then
6460   as_test_x='test -x'
6461 else
6462   if ls -dL / >/dev/null 2>&1; then
6463     as_ls_L_option=L
6464   else
6465     as_ls_L_option=
6466   fi
6467   as_test_x='
6468     eval sh -c '\''
6469       if test -d "$1"; then
6470         test -d "$1/.";
6471       else
6472         case $1 in #(
6473         -*)set "./$1";;
6474         esac;
6475         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
6476         ???[sx]*):;;*)false;;esac;fi
6477     '\'' sh
6478   '
6479 fi
6480 as_executable_p=$as_test_x
6481
6482 # Sed expression to map a string onto a valid CPP name.
6483 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6484
6485 # Sed expression to map a string onto a valid variable name.
6486 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6487
6488
6489 exec 6>&1
6490 ## ----------------------------------- ##
6491 ## Main body of $CONFIG_STATUS script. ##
6492 ## ----------------------------------- ##
6493 _ASEOF
6494 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
6495
6496 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6497 # Save the log message, to keep $0 and so on meaningful, and to
6498 # report actual input values of CONFIG_FILES etc. instead of their
6499 # values after options handling.
6500 ac_log="
6501 This file was extended by stressapptest $as_me 1.0.6_autoconf, which was
6502 generated by GNU Autoconf 2.65.  Invocation command line was
6503
6504   CONFIG_FILES    = $CONFIG_FILES
6505   CONFIG_HEADERS  = $CONFIG_HEADERS
6506   CONFIG_LINKS    = $CONFIG_LINKS
6507   CONFIG_COMMANDS = $CONFIG_COMMANDS
6508   $ $0 $@
6509
6510 on `(hostname || uname -n) 2>/dev/null | sed 1q`
6511 "
6512
6513 _ACEOF
6514
6515 case $ac_config_files in *"
6516 "*) set x $ac_config_files; shift; ac_config_files=$*;;
6517 esac
6518
6519 case $ac_config_headers in *"
6520 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
6521 esac
6522
6523
6524 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6525 # Files that config.status was made for.
6526 config_files="$ac_config_files"
6527 config_headers="$ac_config_headers"
6528 config_commands="$ac_config_commands"
6529
6530 _ACEOF
6531
6532 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6533 ac_cs_usage="\
6534 \`$as_me' instantiates files and other configuration actions
6535 from templates according to the current configuration.  Unless the files
6536 and actions are specified as TAGs, all are instantiated by default.
6537
6538 Usage: $0 [OPTION]... [TAG]...
6539
6540   -h, --help       print this help, then exit
6541   -V, --version    print version number and configuration settings, then exit
6542       --config     print configuration, then exit
6543   -q, --quiet, --silent
6544                    do not print progress messages
6545   -d, --debug      don't remove temporary files
6546       --recheck    update $as_me by reconfiguring in the same conditions
6547       --file=FILE[:TEMPLATE]
6548                    instantiate the configuration file FILE
6549       --header=FILE[:TEMPLATE]
6550                    instantiate the configuration header FILE
6551
6552 Configuration files:
6553 $config_files
6554
6555 Configuration headers:
6556 $config_headers
6557
6558 Configuration commands:
6559 $config_commands
6560
6561 Report bugs to <opensource@google.com>."
6562
6563 _ACEOF
6564 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6565 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6566 ac_cs_version="\\
6567 stressapptest config.status 1.0.6_autoconf
6568 configured by $0, generated by GNU Autoconf 2.65,
6569   with options \\"\$ac_cs_config\\"
6570
6571 Copyright (C) 2009 Free Software Foundation, Inc.
6572 This config.status script is free software; the Free Software Foundation
6573 gives unlimited permission to copy, distribute and modify it."
6574
6575 ac_pwd='$ac_pwd'
6576 srcdir='$srcdir'
6577 INSTALL='$INSTALL'
6578 MKDIR_P='$MKDIR_P'
6579 AWK='$AWK'
6580 test -n "\$AWK" || AWK=awk
6581 _ACEOF
6582
6583 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6584 # The default lists apply if the user does not specify any file.
6585 ac_need_defaults=:
6586 while test $# != 0
6587 do
6588   case $1 in
6589   --*=*)
6590     ac_option=`expr "X$1" : 'X\([^=]*\)='`
6591     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
6592     ac_shift=:
6593     ;;
6594   *)
6595     ac_option=$1
6596     ac_optarg=$2
6597     ac_shift=shift
6598     ;;
6599   esac
6600
6601   case $ac_option in
6602   # Handling of the options.
6603   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
6604     ac_cs_recheck=: ;;
6605   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
6606     $as_echo "$ac_cs_version"; exit ;;
6607   --config | --confi | --conf | --con | --co | --c )
6608     $as_echo "$ac_cs_config"; exit ;;
6609   --debug | --debu | --deb | --de | --d | -d )
6610     debug=: ;;
6611   --file | --fil | --fi | --f )
6612     $ac_shift
6613     case $ac_optarg in
6614     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6615     esac
6616     as_fn_append CONFIG_FILES " '$ac_optarg'"
6617     ac_need_defaults=false;;
6618   --header | --heade | --head | --hea )
6619     $ac_shift
6620     case $ac_optarg in
6621     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
6622     esac
6623     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
6624     ac_need_defaults=false;;
6625   --he | --h)
6626     # Conflict between --help and --header
6627     as_fn_error "ambiguous option: \`$1'
6628 Try \`$0 --help' for more information.";;
6629   --help | --hel | -h )
6630     $as_echo "$ac_cs_usage"; exit ;;
6631   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
6632   | -silent | --silent | --silen | --sile | --sil | --si | --s)
6633     ac_cs_silent=: ;;
6634
6635   # This is an error.
6636   -*) as_fn_error "unrecognized option: \`$1'
6637 Try \`$0 --help' for more information." ;;
6638
6639   *) as_fn_append ac_config_targets " $1"
6640      ac_need_defaults=false ;;
6641
6642   esac
6643   shift
6644 done
6645
6646 ac_configure_extra_args=
6647
6648 if $ac_cs_silent; then
6649   exec 6>/dev/null
6650   ac_configure_extra_args="$ac_configure_extra_args --silent"
6651 fi
6652
6653 _ACEOF
6654 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6655 if \$ac_cs_recheck; then
6656   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6657   shift
6658   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
6659   CONFIG_SHELL='$SHELL'
6660   export CONFIG_SHELL
6661   exec "\$@"
6662 fi
6663
6664 _ACEOF
6665 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6666 exec 5>>config.log
6667 {
6668   echo
6669   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
6670 ## Running $as_me. ##
6671 _ASBOX
6672   $as_echo "$ac_log"
6673 } >&5
6674
6675 _ACEOF
6676 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6677 #
6678 # INIT-COMMANDS
6679 #
6680 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
6681
6682 _ACEOF
6683
6684 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6685
6686 # Handling of arguments.
6687 for ac_config_target in $ac_config_targets
6688 do
6689   case $ac_config_target in
6690     "src/stressapptest_config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/stressapptest_config.h" ;;
6691     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
6692     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6693     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
6694
6695   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6696   esac
6697 done
6698
6699
6700 # If the user did not use the arguments to specify the items to instantiate,
6701 # then the envvar interface is used.  Set only those that are not.
6702 # We use the long form for the default assignment because of an extremely
6703 # bizarre bug on SunOS 4.1.3.
6704 if $ac_need_defaults; then
6705   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
6706   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
6707   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
6708 fi
6709
6710 # Have a temporary directory for convenience.  Make it in the build tree
6711 # simply because there is no reason against having it here, and in addition,
6712 # creating and moving files from /tmp can sometimes cause problems.
6713 # Hook for its removal unless debugging.
6714 # Note that there is a small window in which the directory will not be cleaned:
6715 # after its creation but before its name has been assigned to `$tmp'.
6716 $debug ||
6717 {
6718   tmp=
6719   trap 'exit_status=$?
6720   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
6721 ' 0
6722   trap 'as_fn_exit 1' 1 2 13 15
6723 }
6724 # Create a (secure) tmp directory for tmp files.
6725
6726 {
6727   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
6728   test -n "$tmp" && test -d "$tmp"
6729 }  ||
6730 {
6731   tmp=./conf$$-$RANDOM
6732   (umask 077 && mkdir "$tmp")
6733 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
6734
6735 # Set up the scripts for CONFIG_FILES section.
6736 # No need to generate them if there are no CONFIG_FILES.
6737 # This happens for instance with `./config.status config.h'.
6738 if test -n "$CONFIG_FILES"; then
6739
6740
6741 ac_cr=`echo X | tr X '\015'`
6742 # On cygwin, bash can eat \r inside `` if the user requested igncr.
6743 # But we know of no other shell where ac_cr would be empty at this
6744 # point, so we can use a bashism as a fallback.
6745 if test "x$ac_cr" = x; then
6746   eval ac_cr=\$\'\\r\'
6747 fi
6748 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
6749 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
6750   ac_cs_awk_cr='\r'
6751 else
6752   ac_cs_awk_cr=$ac_cr
6753 fi
6754
6755 echo 'BEGIN {' >"$tmp/subs1.awk" &&
6756 _ACEOF
6757
6758
6759 {
6760   echo "cat >conf$$subs.awk <<_ACEOF" &&
6761   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
6762   echo "_ACEOF"
6763 } >conf$$subs.sh ||
6764   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
6765 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
6766 ac_delim='%!_!# '
6767 for ac_last_try in false false false false false :; do
6768   . ./conf$$subs.sh ||
6769     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
6770
6771   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
6772   if test $ac_delim_n = $ac_delim_num; then
6773     break
6774   elif $ac_last_try; then
6775     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
6776   else
6777     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6778   fi
6779 done
6780 rm -f conf$$subs.sh
6781
6782 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6783 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
6784 _ACEOF
6785 sed -n '
6786 h
6787 s/^/S["/; s/!.*/"]=/
6788 p
6789 g
6790 s/^[^!]*!//
6791 :repl
6792 t repl
6793 s/'"$ac_delim"'$//
6794 t delim
6795 :nl
6796 h
6797 s/\(.\{148\}\)..*/\1/
6798 t more1
6799 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
6800 p
6801 n
6802 b repl
6803 :more1
6804 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6805 p
6806 g
6807 s/.\{148\}//
6808 t nl
6809 :delim
6810 h
6811 s/\(.\{148\}\)..*/\1/
6812 t more2
6813 s/["\\]/\\&/g; s/^/"/; s/$/"/
6814 p
6815 b
6816 :more2
6817 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
6818 p
6819 g
6820 s/.\{148\}//
6821 t delim
6822 ' <conf$$subs.awk | sed '
6823 /^[^""]/{
6824   N
6825   s/\n//
6826 }
6827 ' >>$CONFIG_STATUS || ac_write_fail=1
6828 rm -f conf$$subs.awk
6829 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6830 _ACAWK
6831 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
6832   for (key in S) S_is_set[key] = 1
6833   FS = "\a"
6834
6835 }
6836 {
6837   line = $ 0
6838   nfields = split(line, field, "@")
6839   substed = 0
6840   len = length(field[1])
6841   for (i = 2; i < nfields; i++) {
6842     key = field[i]
6843     keylen = length(key)
6844     if (S_is_set[key]) {
6845       value = S[key]
6846       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
6847       len += length(value) + length(field[++i])
6848       substed = 1
6849     } else
6850       len += 1 + keylen
6851   }
6852
6853   print line
6854 }
6855
6856 _ACAWK
6857 _ACEOF
6858 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6859 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
6860   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
6861 else
6862   cat
6863 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
6864   || as_fn_error "could not setup config files machinery" "$LINENO" 5
6865 _ACEOF
6866
6867 # VPATH may cause trouble with some makes, so we remove $(srcdir),
6868 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6869 # trailing colons and then remove the whole line if VPATH becomes empty
6870 # (actually we leave an empty line to preserve line numbers).
6871 if test "x$srcdir" = x.; then
6872   ac_vpsub='/^[  ]*VPATH[        ]*=/{
6873 s/:*\$(srcdir):*/:/
6874 s/:*\${srcdir}:*/:/
6875 s/:*@srcdir@:*/:/
6876 s/^\([^=]*=[     ]*\):*/\1/
6877 s/:*$//
6878 s/^[^=]*=[       ]*$//
6879 }'
6880 fi
6881
6882 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6883 fi # test -n "$CONFIG_FILES"
6884
6885 # Set up the scripts for CONFIG_HEADERS section.
6886 # No need to generate them if there are no CONFIG_HEADERS.
6887 # This happens for instance with `./config.status Makefile'.
6888 if test -n "$CONFIG_HEADERS"; then
6889 cat >"$tmp/defines.awk" <<\_ACAWK ||
6890 BEGIN {
6891 _ACEOF
6892
6893 # Transform confdefs.h into an awk script `defines.awk', embedded as
6894 # here-document in config.status, that substitutes the proper values into
6895 # config.h.in to produce config.h.
6896
6897 # Create a delimiter string that does not exist in confdefs.h, to ease
6898 # handling of long lines.
6899 ac_delim='%!_!# '
6900 for ac_last_try in false false :; do
6901   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
6902   if test -z "$ac_t"; then
6903     break
6904   elif $ac_last_try; then
6905     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
6906   else
6907     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6908   fi
6909 done
6910
6911 # For the awk script, D is an array of macro values keyed by name,
6912 # likewise P contains macro parameters if any.  Preserve backslash
6913 # newline sequences.
6914
6915 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
6916 sed -n '
6917 s/.\{148\}/&'"$ac_delim"'/g
6918 t rset
6919 :rset
6920 s/^[     ]*#[    ]*define[       ][      ]*/ /
6921 t def
6922 d
6923 :def
6924 s/\\$//
6925 t bsnl
6926 s/["\\]/\\&/g
6927 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
6928 D["\1"]=" \3"/p
6929 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
6930 d
6931 :bsnl
6932 s/["\\]/\\&/g
6933 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
6934 D["\1"]=" \3\\\\\\n"\\/p
6935 t cont
6936 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
6937 t cont
6938 d
6939 :cont
6940 n
6941 s/.\{148\}/&'"$ac_delim"'/g
6942 t clear
6943 :clear
6944 s/\\$//
6945 t bsnlc
6946 s/["\\]/\\&/g; s/^/"/; s/$/"/p
6947 d
6948 :bsnlc
6949 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
6950 b cont
6951 ' <confdefs.h | sed '
6952 s/'"$ac_delim"'/"\\\
6953 "/g' >>$CONFIG_STATUS || ac_write_fail=1
6954
6955 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6956   for (key in D) D_is_set[key] = 1
6957   FS = "\a"
6958 }
6959 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
6960   line = \$ 0
6961   split(line, arg, " ")
6962   if (arg[1] == "#") {
6963     defundef = arg[2]
6964     mac1 = arg[3]
6965   } else {
6966     defundef = substr(arg[1], 2)
6967     mac1 = arg[2]
6968   }
6969   split(mac1, mac2, "(") #)
6970   macro = mac2[1]
6971   prefix = substr(line, 1, index(line, defundef) - 1)
6972   if (D_is_set[macro]) {
6973     # Preserve the white space surrounding the "#".
6974     print prefix "define", macro P[macro] D[macro]
6975     next
6976   } else {
6977     # Replace #undef with comments.  This is necessary, for example,
6978     # in the case of _POSIX_SOURCE, which is predefined and required
6979     # on some systems where configure will not decide to define it.
6980     if (defundef == "undef") {
6981       print "/*", prefix defundef, macro, "*/"
6982       next
6983     }
6984   }
6985 }
6986 { print }
6987 _ACAWK
6988 _ACEOF
6989 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6990   as_fn_error "could not setup config headers machinery" "$LINENO" 5
6991 fi # test -n "$CONFIG_HEADERS"
6992
6993
6994 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
6995 shift
6996 for ac_tag
6997 do
6998   case $ac_tag in
6999   :[FHLC]) ac_mode=$ac_tag; continue;;
7000   esac
7001   case $ac_mode$ac_tag in
7002   :[FHL]*:*);;
7003   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
7004   :[FH]-) ac_tag=-:-;;
7005   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7006   esac
7007   ac_save_IFS=$IFS
7008   IFS=:
7009   set x $ac_tag
7010   IFS=$ac_save_IFS
7011   shift
7012   ac_file=$1
7013   shift
7014
7015   case $ac_mode in
7016   :L) ac_source=$1;;
7017   :[FH])
7018     ac_file_inputs=
7019     for ac_f
7020     do
7021       case $ac_f in
7022       -) ac_f="$tmp/stdin";;
7023       *) # Look for the file first in the build tree, then in the source tree
7024          # (if the path is not absolute).  The absolute path cannot be DOS-style,
7025          # because $ac_f cannot contain `:'.
7026          test -f "$ac_f" ||
7027            case $ac_f in
7028            [\\/$]*) false;;
7029            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
7030            esac ||
7031            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
7032       esac
7033       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
7034       as_fn_append ac_file_inputs " '$ac_f'"
7035     done
7036
7037     # Let's still pretend it is `configure' which instantiates (i.e., don't
7038     # use $as_me), people would be surprised to read:
7039     #    /* config.h.  Generated by config.status.  */
7040     configure_input='Generated from '`
7041           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
7042         `' by configure.'
7043     if test x"$ac_file" != x-; then
7044       configure_input="$ac_file.  $configure_input"
7045       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
7046 $as_echo "$as_me: creating $ac_file" >&6;}
7047     fi
7048     # Neutralize special characters interpreted by sed in replacement strings.
7049     case $configure_input in #(
7050     *\&* | *\|* | *\\* )
7051        ac_sed_conf_input=`$as_echo "$configure_input" |
7052        sed 's/[\\\\&|]/\\\\&/g'`;; #(
7053     *) ac_sed_conf_input=$configure_input;;
7054     esac
7055
7056     case $ac_tag in
7057     *:-:* | *:-) cat >"$tmp/stdin" \
7058       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
7059     esac
7060     ;;
7061   esac
7062
7063   ac_dir=`$as_dirname -- "$ac_file" ||
7064 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7065          X"$ac_file" : 'X\(//\)[^/]' \| \
7066          X"$ac_file" : 'X\(//\)$' \| \
7067          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7068 $as_echo X"$ac_file" |
7069     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7070             s//\1/
7071             q
7072           }
7073           /^X\(\/\/\)[^/].*/{
7074             s//\1/
7075             q
7076           }
7077           /^X\(\/\/\)$/{
7078             s//\1/
7079             q
7080           }
7081           /^X\(\/\).*/{
7082             s//\1/
7083             q
7084           }
7085           s/.*/./; q'`
7086   as_dir="$ac_dir"; as_fn_mkdir_p
7087   ac_builddir=.
7088
7089 case "$ac_dir" in
7090 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
7091 *)
7092   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
7093   # A ".." for each directory in $ac_dir_suffix.
7094   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
7095   case $ac_top_builddir_sub in
7096   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
7097   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
7098   esac ;;
7099 esac
7100 ac_abs_top_builddir=$ac_pwd
7101 ac_abs_builddir=$ac_pwd$ac_dir_suffix
7102 # for backward compatibility:
7103 ac_top_builddir=$ac_top_build_prefix
7104
7105 case $srcdir in
7106   .)  # We are building in place.
7107     ac_srcdir=.
7108     ac_top_srcdir=$ac_top_builddir_sub
7109     ac_abs_top_srcdir=$ac_pwd ;;
7110   [\\/]* | ?:[\\/]* )  # Absolute name.
7111     ac_srcdir=$srcdir$ac_dir_suffix;
7112     ac_top_srcdir=$srcdir
7113     ac_abs_top_srcdir=$srcdir ;;
7114   *) # Relative name.
7115     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
7116     ac_top_srcdir=$ac_top_build_prefix$srcdir
7117     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
7118 esac
7119 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
7120
7121
7122   case $ac_mode in
7123   :F)
7124   #
7125   # CONFIG_FILE
7126   #
7127
7128   case $INSTALL in
7129   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7130   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7131   esac
7132   ac_MKDIR_P=$MKDIR_P
7133   case $MKDIR_P in
7134   [\\/$]* | ?:[\\/]* ) ;;
7135   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
7136   esac
7137 _ACEOF
7138
7139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7140 # If the template does not know about datarootdir, expand it.
7141 # FIXME: This hack should be removed a few years after 2.60.
7142 ac_datarootdir_hack=; ac_datarootdir_seen=
7143 ac_sed_dataroot='
7144 /datarootdir/ {
7145   p
7146   q
7147 }
7148 /@datadir@/p
7149 /@docdir@/p
7150 /@infodir@/p
7151 /@localedir@/p
7152 /@mandir@/p'
7153 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
7154 *datarootdir*) ac_datarootdir_seen=yes;;
7155 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
7156   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
7157 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
7158 _ACEOF
7159 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7160   ac_datarootdir_hack='
7161   s&@datadir@&$datadir&g
7162   s&@docdir@&$docdir&g
7163   s&@infodir@&$infodir&g
7164   s&@localedir@&$localedir&g
7165   s&@mandir@&$mandir&g
7166   s&\\\${datarootdir}&$datarootdir&g' ;;
7167 esac
7168 _ACEOF
7169
7170 # Neutralize VPATH when `$srcdir' = `.'.
7171 # Shell code in configure.ac might set extrasub.
7172 # FIXME: do we really want to maintain this feature?
7173 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
7174 ac_sed_extra="$ac_vpsub
7175 $extrasub
7176 _ACEOF
7177 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7178 :t
7179 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7180 s|@configure_input@|$ac_sed_conf_input|;t t
7181 s&@top_builddir@&$ac_top_builddir_sub&;t t
7182 s&@top_build_prefix@&$ac_top_build_prefix&;t t
7183 s&@srcdir@&$ac_srcdir&;t t
7184 s&@abs_srcdir@&$ac_abs_srcdir&;t t
7185 s&@top_srcdir@&$ac_top_srcdir&;t t
7186 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
7187 s&@builddir@&$ac_builddir&;t t
7188 s&@abs_builddir@&$ac_abs_builddir&;t t
7189 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7190 s&@INSTALL@&$ac_INSTALL&;t t
7191 s&@MKDIR_P@&$ac_MKDIR_P&;t t
7192 $ac_datarootdir_hack
7193 "
7194 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
7195   || as_fn_error "could not create $ac_file" "$LINENO" 5
7196
7197 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
7198   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
7199   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
7200   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7201 which seems to be undefined.  Please make sure it is defined." >&5
7202 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
7203 which seems to be undefined.  Please make sure it is defined." >&2;}
7204
7205   rm -f "$tmp/stdin"
7206   case $ac_file in
7207   -) cat "$tmp/out" && rm -f "$tmp/out";;
7208   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
7209   esac \
7210   || as_fn_error "could not create $ac_file" "$LINENO" 5
7211  ;;
7212   :H)
7213   #
7214   # CONFIG_HEADER
7215   #
7216   if test x"$ac_file" != x-; then
7217     {
7218       $as_echo "/* $configure_input  */" \
7219       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
7220     } >"$tmp/config.h" \
7221       || as_fn_error "could not create $ac_file" "$LINENO" 5
7222     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
7223       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
7224 $as_echo "$as_me: $ac_file is unchanged" >&6;}
7225     else
7226       rm -f "$ac_file"
7227       mv "$tmp/config.h" "$ac_file" \
7228         || as_fn_error "could not create $ac_file" "$LINENO" 5
7229     fi
7230   else
7231     $as_echo "/* $configure_input  */" \
7232       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
7233       || as_fn_error "could not create -" "$LINENO" 5
7234   fi
7235 # Compute "$ac_file"'s index in $config_headers.
7236 _am_arg="$ac_file"
7237 _am_stamp_count=1
7238 for _am_header in $config_headers :; do
7239   case $_am_header in
7240     $_am_arg | $_am_arg:* )
7241       break ;;
7242     * )
7243       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
7244   esac
7245 done
7246 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
7247 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7248          X"$_am_arg" : 'X\(//\)[^/]' \| \
7249          X"$_am_arg" : 'X\(//\)$' \| \
7250          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
7251 $as_echo X"$_am_arg" |
7252     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7253             s//\1/
7254             q
7255           }
7256           /^X\(\/\/\)[^/].*/{
7257             s//\1/
7258             q
7259           }
7260           /^X\(\/\/\)$/{
7261             s//\1/
7262             q
7263           }
7264           /^X\(\/\).*/{
7265             s//\1/
7266             q
7267           }
7268           s/.*/./; q'`/stamp-h$_am_stamp_count
7269  ;;
7270
7271   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
7272 $as_echo "$as_me: executing $ac_file commands" >&6;}
7273  ;;
7274   esac
7275
7276
7277   case $ac_file$ac_mode in
7278     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
7279   # Autoconf 2.62 quotes --file arguments for eval, but not when files
7280   # are listed without --file.  Let's play safe and only enable the eval
7281   # if we detect the quoting.
7282   case $CONFIG_FILES in
7283   *\'*) eval set x "$CONFIG_FILES" ;;
7284   *)   set x $CONFIG_FILES ;;
7285   esac
7286   shift
7287   for mf
7288   do
7289     # Strip MF so we end up with the name of the file.
7290     mf=`echo "$mf" | sed -e 's/:.*$//'`
7291     # Check whether this is an Automake generated Makefile or not.
7292     # We used to match only the files named `Makefile.in', but
7293     # some people rename them; so instead we look at the file content.
7294     # Grep'ing the first line is not enough: some people post-process
7295     # each Makefile.in and add a new line on top of each file to say so.
7296     # Grep'ing the whole file is not good either: AIX grep has a line
7297     # limit of 2048, but all sed's we know have understand at least 4000.
7298     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
7299       dirpart=`$as_dirname -- "$mf" ||
7300 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7301          X"$mf" : 'X\(//\)[^/]' \| \
7302          X"$mf" : 'X\(//\)$' \| \
7303          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
7304 $as_echo X"$mf" |
7305     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7306             s//\1/
7307             q
7308           }
7309           /^X\(\/\/\)[^/].*/{
7310             s//\1/
7311             q
7312           }
7313           /^X\(\/\/\)$/{
7314             s//\1/
7315             q
7316           }
7317           /^X\(\/\).*/{
7318             s//\1/
7319             q
7320           }
7321           s/.*/./; q'`
7322     else
7323       continue
7324     fi
7325     # Extract the definition of DEPDIR, am__include, and am__quote
7326     # from the Makefile without running `make'.
7327     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
7328     test -z "$DEPDIR" && continue
7329     am__include=`sed -n 's/^am__include = //p' < "$mf"`
7330     test -z "am__include" && continue
7331     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
7332     # When using ansi2knr, U may be empty or an underscore; expand it
7333     U=`sed -n 's/^U = //p' < "$mf"`
7334     # Find all dependency output files, they are included files with
7335     # $(DEPDIR) in their names.  We invoke sed twice because it is the
7336     # simplest approach to changing $(DEPDIR) to its actual value in the
7337     # expansion.
7338     for file in `sed -n "
7339       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
7340          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
7341       # Make sure the directory exists.
7342       test -f "$dirpart/$file" && continue
7343       fdir=`$as_dirname -- "$file" ||
7344 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7345          X"$file" : 'X\(//\)[^/]' \| \
7346          X"$file" : 'X\(//\)$' \| \
7347          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
7348 $as_echo X"$file" |
7349     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7350             s//\1/
7351             q
7352           }
7353           /^X\(\/\/\)[^/].*/{
7354             s//\1/
7355             q
7356           }
7357           /^X\(\/\/\)$/{
7358             s//\1/
7359             q
7360           }
7361           /^X\(\/\).*/{
7362             s//\1/
7363             q
7364           }
7365           s/.*/./; q'`
7366       as_dir=$dirpart/$fdir; as_fn_mkdir_p
7367       # echo "creating $dirpart/$file"
7368       echo '# dummy' > "$dirpart/$file"
7369     done
7370   done
7371 }
7372  ;;
7373
7374   esac
7375 done # for ac_tag
7376
7377
7378 as_fn_exit 0
7379 _ACEOF
7380 ac_clean_files=$ac_clean_files_save
7381
7382 test $ac_write_fail = 0 ||
7383   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
7384
7385
7386 # configure is writing to config.log, and then calls config.status.
7387 # config.status does its own redirection, appending to config.log.
7388 # Unfortunately, on DOS this fails, as config.log is still kept open
7389 # by configure, so config.status won't be able to write to it; its
7390 # output is simply discarded.  So we exec the FD to /dev/null,
7391 # effectively closing config.log, so it can be properly (re)opened and
7392 # appended to by config.status.  When coming back to configure, we
7393 # need to make the FD available again.
7394 if test "$no_create" != yes; then
7395   ac_cs_success=:
7396   ac_config_status_args=
7397   test "$silent" = yes &&
7398     ac_config_status_args="$ac_config_status_args --quiet"
7399   exec 5>/dev/null
7400   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
7401   exec 5>>config.log
7402   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7403   # would make configure fail if this is the last instruction.
7404   $ac_cs_success || as_fn_exit $?
7405 fi
7406 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
7407   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
7408 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
7409 fi
7410