]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/configure
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.68 for Valgrind 3.7.0.SVN.
4 #
5 # Report bugs to <valgrind-users@lists.sourceforge.net>.
6 #
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, 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 as_myself=
95 case $0 in #((
96   *[\\/]* ) as_myself=$0 ;;
97   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
98 for as_dir in $PATH
99 do
100   IFS=$as_save_IFS
101   test -z "$as_dir" && as_dir=.
102     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
103   done
104 IFS=$as_save_IFS
105
106      ;;
107 esac
108 # We did not find ourselves, most probably we were run as `sh COMMAND'
109 # in which case we are not to be found in the path.
110 if test "x$as_myself" = x; then
111   as_myself=$0
112 fi
113 if test ! -f "$as_myself"; then
114   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
115   exit 1
116 fi
117
118 # Unset variables that we do not need and which cause bugs (e.g. in
119 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
120 # suppresses any "Segmentation fault" message there.  '((' could
121 # trigger a bug in pdksh 5.2.14.
122 for as_var in BASH_ENV ENV MAIL MAILPATH
123 do eval test x\${$as_var+set} = xset \
124   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # CDPATH.
137 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138
139 if test "x$CONFIG_SHELL" = x; then
140   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141   emulate sh
142   NULLCMD=:
143   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
144   # is contrary to our usage.  Disable this feature.
145   alias -g '\${1+\"\$@\"}'='\"\$@\"'
146   setopt NO_GLOB_SUBST
147 else
148   case \`(set -o) 2>/dev/null\` in #(
149   *posix*) :
150     set -o posix ;; #(
151   *) :
152      ;;
153 esac
154 fi
155 "
156   as_required="as_fn_return () { (exit \$1); }
157 as_fn_success () { as_fn_return 0; }
158 as_fn_failure () { as_fn_return 1; }
159 as_fn_ret_success () { return 0; }
160 as_fn_ret_failure () { return 1; }
161
162 exitcode=0
163 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
164 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
165 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
166 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
167 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168
169 else
170   exitcode=1; echo positional parameters were not saved.
171 fi
172 test x\$exitcode = x0 || exit 1"
173   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
176   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
177 test \$(( 1 + 1 )) = 2 || exit 1"
178   if (eval "$as_required") 2>/dev/null; then :
179   as_have_required=yes
180 else
181   as_have_required=no
182 fi
183   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184
185 else
186   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
187 as_found=false
188 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 do
190   IFS=$as_save_IFS
191   test -z "$as_dir" && as_dir=.
192   as_found=:
193   case $as_dir in #(
194          /*)
195            for as_base in sh bash ksh sh5; do
196              # Try only shells that exist, to save several forks.
197              as_shell=$as_dir/$as_base
198              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
199                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
200   CONFIG_SHELL=$as_shell as_have_required=yes
201                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
202   break 2
203 fi
204 fi
205            done;;
206        esac
207   as_found=false
208 done
209 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
210               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
211   CONFIG_SHELL=$SHELL as_have_required=yes
212 fi; }
213 IFS=$as_save_IFS
214
215
216       if test "x$CONFIG_SHELL" != x; then :
217   # We cannot yet assume a decent shell, so we have to provide a
218         # neutralization value for shells without unset; and this also
219         # works around shells that cannot unset nonexistent variables.
220         # Preserve -v and -x to the replacement shell.
221         BASH_ENV=/dev/null
222         ENV=/dev/null
223         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
224         export CONFIG_SHELL
225         case $- in # ((((
226           *v*x* | *x*v* ) as_opts=-vx ;;
227           *v* ) as_opts=-v ;;
228           *x* ) as_opts=-x ;;
229           * ) as_opts= ;;
230         esac
231         exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
232 fi
233
234     if test x$as_have_required = xno; then :
235   $as_echo "$0: This script requires a shell more modern than all"
236   $as_echo "$0: the shells that I found on your system."
237   if test x${ZSH_VERSION+set} = xset ; then
238     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
239     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
240   else
241     $as_echo "$0: Please tell bug-autoconf@gnu.org and
242 $0: valgrind-users@lists.sourceforge.net about your system,
243 $0: including any error possibly output before this
244 $0: message. Then install a modern shell, or manually run
245 $0: the script under such a shell if you do have one."
246   fi
247   exit 1
248 fi
249 fi
250 fi
251 SHELL=${CONFIG_SHELL-/bin/sh}
252 export SHELL
253 # Unset more variables known to interfere with behavior of common tools.
254 CLICOLOR_FORCE= GREP_OPTIONS=
255 unset CLICOLOR_FORCE GREP_OPTIONS
256
257 ## --------------------- ##
258 ## M4sh Shell Functions. ##
259 ## --------------------- ##
260 # as_fn_unset VAR
261 # ---------------
262 # Portably unset VAR.
263 as_fn_unset ()
264 {
265   { eval $1=; unset $1;}
266 }
267 as_unset=as_fn_unset
268
269 # as_fn_set_status STATUS
270 # -----------------------
271 # Set $? to STATUS, without forking.
272 as_fn_set_status ()
273 {
274   return $1
275 } # as_fn_set_status
276
277 # as_fn_exit STATUS
278 # -----------------
279 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
280 as_fn_exit ()
281 {
282   set +e
283   as_fn_set_status $1
284   exit $1
285 } # as_fn_exit
286
287 # as_fn_mkdir_p
288 # -------------
289 # Create "$as_dir" as a directory, including parents if necessary.
290 as_fn_mkdir_p ()
291 {
292
293   case $as_dir in #(
294   -*) as_dir=./$as_dir;;
295   esac
296   test -d "$as_dir" || eval $as_mkdir_p || {
297     as_dirs=
298     while :; do
299       case $as_dir in #(
300       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
301       *) as_qdir=$as_dir;;
302       esac
303       as_dirs="'$as_qdir' $as_dirs"
304       as_dir=`$as_dirname -- "$as_dir" ||
305 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
306          X"$as_dir" : 'X\(//\)[^/]' \| \
307          X"$as_dir" : 'X\(//\)$' \| \
308          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
309 $as_echo X"$as_dir" |
310     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
311             s//\1/
312             q
313           }
314           /^X\(\/\/\)[^/].*/{
315             s//\1/
316             q
317           }
318           /^X\(\/\/\)$/{
319             s//\1/
320             q
321           }
322           /^X\(\/\).*/{
323             s//\1/
324             q
325           }
326           s/.*/./; q'`
327       test -d "$as_dir" && break
328     done
329     test -z "$as_dirs" || eval "mkdir $as_dirs"
330   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
331
332
333 } # as_fn_mkdir_p
334 # as_fn_append VAR VALUE
335 # ----------------------
336 # Append the text in VALUE to the end of the definition contained in VAR. Take
337 # advantage of any shell optimizations that allow amortized linear growth over
338 # repeated appends, instead of the typical quadratic growth present in naive
339 # implementations.
340 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
341   eval 'as_fn_append ()
342   {
343     eval $1+=\$2
344   }'
345 else
346   as_fn_append ()
347   {
348     eval $1=\$$1\$2
349   }
350 fi # as_fn_append
351
352 # as_fn_arith ARG...
353 # ------------------
354 # Perform arithmetic evaluation on the ARGs, and store the result in the
355 # global $as_val. Take advantage of shells that can avoid forks. The arguments
356 # must be portable across $(()) and expr.
357 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
358   eval 'as_fn_arith ()
359   {
360     as_val=$(( $* ))
361   }'
362 else
363   as_fn_arith ()
364   {
365     as_val=`expr "$@" || test $? -eq 1`
366   }
367 fi # as_fn_arith
368
369
370 # as_fn_error STATUS ERROR [LINENO LOG_FD]
371 # ----------------------------------------
372 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
373 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
374 # script with STATUS, using 1 if that was 0.
375 as_fn_error ()
376 {
377   as_status=$1; test $as_status -eq 0 && as_status=1
378   if test "$4"; then
379     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
380     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
381   fi
382   $as_echo "$as_me: error: $2" >&2
383   as_fn_exit $as_status
384 } # as_fn_error
385
386 if expr a : '\(a\)' >/dev/null 2>&1 &&
387    test "X`expr 00001 : '.*\(...\)'`" = X001; then
388   as_expr=expr
389 else
390   as_expr=false
391 fi
392
393 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
394   as_basename=basename
395 else
396   as_basename=false
397 fi
398
399 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
400   as_dirname=dirname
401 else
402   as_dirname=false
403 fi
404
405 as_me=`$as_basename -- "$0" ||
406 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
407          X"$0" : 'X\(//\)$' \| \
408          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
409 $as_echo X/"$0" |
410     sed '/^.*\/\([^/][^/]*\)\/*$/{
411             s//\1/
412             q
413           }
414           /^X\/\(\/\/\)$/{
415             s//\1/
416             q
417           }
418           /^X\/\(\/\).*/{
419             s//\1/
420             q
421           }
422           s/.*/./; q'`
423
424 # Avoid depending upon Character Ranges.
425 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
426 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
427 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
428 as_cr_digits='0123456789'
429 as_cr_alnum=$as_cr_Letters$as_cr_digits
430
431
432   as_lineno_1=$LINENO as_lineno_1a=$LINENO
433   as_lineno_2=$LINENO as_lineno_2a=$LINENO
434   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
435   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
436   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
437   sed -n '
438     p
439     /[$]LINENO/=
440   ' <$as_myself |
441     sed '
442       s/[$]LINENO.*/&-/
443       t lineno
444       b
445       :lineno
446       N
447       :loop
448       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
449       t loop
450       s/-\n.*//
451     ' >$as_me.lineno &&
452   chmod +x "$as_me.lineno" ||
453     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
454
455   # Don't try to exec as it changes $[0], causing all sort of problems
456   # (the dirname of $[0] is not the place where we might find the
457   # original and so on.  Autoconf is especially sensitive to this).
458   . "./$as_me.lineno"
459   # Exit status is that of the last command.
460   exit
461 }
462
463 ECHO_C= ECHO_N= ECHO_T=
464 case `echo -n x` in #(((((
465 -n*)
466   case `echo 'xy\c'` in
467   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
468   xy)  ECHO_C='\c';;
469   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
470        ECHO_T=' ';;
471   esac;;
472 *)
473   ECHO_N='-n';;
474 esac
475
476 rm -f conf$$ conf$$.exe conf$$.file
477 if test -d conf$$.dir; then
478   rm -f conf$$.dir/conf$$.file
479 else
480   rm -f conf$$.dir
481   mkdir conf$$.dir 2>/dev/null
482 fi
483 if (echo >conf$$.file) 2>/dev/null; then
484   if ln -s conf$$.file conf$$ 2>/dev/null; then
485     as_ln_s='ln -s'
486     # ... but there are two gotchas:
487     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489     # In both cases, we have to default to `cp -p'.
490     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491       as_ln_s='cp -p'
492   elif ln conf$$.file conf$$ 2>/dev/null; then
493     as_ln_s=ln
494   else
495     as_ln_s='cp -p'
496   fi
497 else
498   as_ln_s='cp -p'
499 fi
500 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501 rmdir conf$$.dir 2>/dev/null
502
503 if mkdir -p . 2>/dev/null; then
504   as_mkdir_p='mkdir -p "$as_dir"'
505 else
506   test -d ./-p && rmdir ./-p
507   as_mkdir_p=false
508 fi
509
510 if test -x / >/dev/null 2>&1; then
511   as_test_x='test -x'
512 else
513   if ls -dL / >/dev/null 2>&1; then
514     as_ls_L_option=L
515   else
516     as_ls_L_option=
517   fi
518   as_test_x='
519     eval sh -c '\''
520       if test -d "$1"; then
521         test -d "$1/.";
522       else
523         case $1 in #(
524         -*)set "./$1";;
525         esac;
526         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
527         ???[sx]*):;;*)false;;esac;fi
528     '\'' sh
529   '
530 fi
531 as_executable_p=$as_test_x
532
533 # Sed expression to map a string onto a valid CPP name.
534 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
535
536 # Sed expression to map a string onto a valid variable name.
537 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
538
539
540 test -n "$DJDIR" || exec 7<&0 </dev/null
541 exec 6>&1
542
543 # Name of the host.
544 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
545 # so uname gets run too.
546 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547
548 #
549 # Initializations.
550 #
551 ac_default_prefix=/usr/local
552 ac_clean_files=
553 ac_config_libobj_dir=.
554 LIBOBJS=
555 cross_compiling=no
556 subdirs=
557 MFLAGS=
558 MAKEFLAGS=
559
560 # Identity of this package.
561 PACKAGE_NAME='Valgrind'
562 PACKAGE_TARNAME='valgrind'
563 PACKAGE_VERSION='3.7.0.SVN'
564 PACKAGE_STRING='Valgrind 3.7.0.SVN'
565 PACKAGE_BUGREPORT='valgrind-users@lists.sourceforge.net'
566 PACKAGE_URL=''
567
568 ac_unique_file="coregrind/m_main.c"
569 # Factoring default headers for most tests.
570 ac_includes_default="\
571 #include <stdio.h>
572 #ifdef HAVE_SYS_TYPES_H
573 # include <sys/types.h>
574 #endif
575 #ifdef HAVE_SYS_STAT_H
576 # include <sys/stat.h>
577 #endif
578 #ifdef STDC_HEADERS
579 # include <stdlib.h>
580 # include <stddef.h>
581 #else
582 # ifdef HAVE_STDLIB_H
583 #  include <stdlib.h>
584 # endif
585 #endif
586 #ifdef HAVE_STRING_H
587 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
588 #  include <memory.h>
589 # endif
590 # include <string.h>
591 #endif
592 #ifdef HAVE_STRINGS_H
593 # include <strings.h>
594 #endif
595 #ifdef HAVE_INTTYPES_H
596 # include <inttypes.h>
597 #endif
598 #ifdef HAVE_STDINT_H
599 # include <stdint.h>
600 #endif
601 #ifdef HAVE_UNISTD_H
602 # include <unistd.h>
603 #endif"
604
605 ac_header_list=
606 ac_subst_vars='am__EXEEXT_FALSE
607 am__EXEEXT_TRUE
608 LTLIBOBJS
609 HAVE_BUILTIN_ATOMIC_CXX_FALSE
610 HAVE_BUILTIN_ATOMIC_CXX_TRUE
611 HAVE_BUILTIN_ATOMIC_FALSE
612 HAVE_BUILTIN_ATOMIC_TRUE
613 HAVE_OPENMP_FALSE
614 HAVE_OPENMP_TRUE
615 HAVE_BOOST_1_35_FALSE
616 HAVE_BOOST_1_35_TRUE
617 BOOST_LIBS
618 BOOST_CFLAGS
619 BUILD_MPIWRAP_SEC_FALSE
620 BUILD_MPIWRAP_SEC_TRUE
621 BUILD_MPIWRAP_PRI_FALSE
622 BUILD_MPIWRAP_PRI_TRUE
623 MPI_CC
624 HAVE_PTHREAD_SPINLOCK_FALSE
625 HAVE_PTHREAD_SPINLOCK_TRUE
626 HAVE_PTHREAD_MUTEX_TIMEDLOCK_FALSE
627 HAVE_PTHREAD_MUTEX_TIMEDLOCK_TRUE
628 HAVE_PTHREAD_BARRIER_FALSE
629 HAVE_PTHREAD_BARRIER_TRUE
630 LIBOBJS
631 BUILD_SSE42_TESTS_FALSE
632 BUILD_SSE42_TESTS_TRUE
633 BUILD_LZCNT_TESTS_FALSE
634 BUILD_LZCNT_TESTS_TRUE
635 BUILD_PCLMULQDQ_TESTS_FALSE
636 BUILD_PCLMULQDQ_TESTS_TRUE
637 BUILD_SSSE3_TESTS_FALSE
638 BUILD_SSSE3_TESTS_TRUE
639 BUILD_SSE3_TESTS_FALSE
640 BUILD_SSE3_TESTS_TRUE
641 FLAG_NO_BUILD_ID
642 FLAG_UNLIMITED_INLINE_UNIT_GROWTH
643 FLAG_FNO_STACK_PROTECTOR
644 FLAG_W_EXTRA
645 FLAG_W_NO_UNINITIALIZED
646 FLAG_W_NO_OVERFLOW
647 FLAG_W_NO_NONNULL
648 FLAG_W_NO_FORMAT_ZERO_LENGTH
649 FLAG_W_NO_EMPTY_BODY
650 PREFERRED_STACK_BOUNDARY
651 FLAG_MSSE
652 FLAG_MMMX
653 FLAG_MAIX64
654 FLAG_M64
655 FLAG_MAIX32
656 FLAG_M32
657 HAVE_PTHREAD_CREATE_GLIBC_2_0_FALSE
658 HAVE_PTHREAD_CREATE_GLIBC_2_0_TRUE
659 HAS_VSX_FALSE
660 HAS_VSX_TRUE
661 HAS_ALTIVEC_FALSE
662 HAS_ALTIVEC_TRUE
663 GLIBC_VERSION
664 EGREP
665 GREP
666 GENERATED_SUPP
667 DEFAULT_SUPP
668 VALT_LOAD_ADDRESS_SEC
669 VALT_LOAD_ADDRESS_PRI
670 VGCONF_HAVE_PLATFORM_SEC_FALSE
671 VGCONF_HAVE_PLATFORM_SEC_TRUE
672 VGCONF_OS_IS_L4RE_FALSE
673 VGCONF_OS_IS_L4RE_TRUE
674 VGCONF_OS_IS_DARWIN_FALSE
675 VGCONF_OS_IS_DARWIN_TRUE
676 VGCONF_OS_IS_AIX5_FALSE
677 VGCONF_OS_IS_AIX5_TRUE
678 VGCONF_OS_IS_LINUX_FALSE
679 VGCONF_OS_IS_LINUX_TRUE
680 VGCONF_PLATFORMS_INCLUDE_X86_L4RE_FALSE
681 VGCONF_PLATFORMS_INCLUDE_X86_L4RE_TRUE
682 VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_FALSE
683 VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_TRUE
684 VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_FALSE
685 VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_TRUE
686 VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_FALSE
687 VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_TRUE
688 VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_FALSE
689 VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_TRUE
690 VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_FALSE
691 VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_TRUE
692 VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_FALSE
693 VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_TRUE
694 VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_FALSE
695 VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_TRUE
696 VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_FALSE
697 VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_TRUE
698 VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_FALSE
699 VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_TRUE
700 VGCONF_PLATFORMS_INCLUDE_X86_LINUX_FALSE
701 VGCONF_PLATFORMS_INCLUDE_X86_LINUX_TRUE
702 VGCONF_ARCHS_INCLUDE_S390X_FALSE
703 VGCONF_ARCHS_INCLUDE_S390X_TRUE
704 VGCONF_ARCHS_INCLUDE_ARM_FALSE
705 VGCONF_ARCHS_INCLUDE_ARM_TRUE
706 VGCONF_ARCHS_INCLUDE_PPC64_FALSE
707 VGCONF_ARCHS_INCLUDE_PPC64_TRUE
708 VGCONF_ARCHS_INCLUDE_PPC32_FALSE
709 VGCONF_ARCHS_INCLUDE_PPC32_TRUE
710 VGCONF_ARCHS_INCLUDE_AMD64_FALSE
711 VGCONF_ARCHS_INCLUDE_AMD64_TRUE
712 VGCONF_ARCHS_INCLUDE_X86_FALSE
713 VGCONF_ARCHS_INCLUDE_X86_TRUE
714 VGCONF_PLATFORM_SEC_CAPS
715 VGCONF_PLATFORM_PRI_CAPS
716 VGCONF_ARCH_SEC
717 VGCONF_ARCH_PRI
718 VGCONF_OS
719 host_os
720 host_vendor
721 host_cpu
722 host
723 build_os
724 build_vendor
725 build_cpu
726 build
727 DIFF
728 am__fastdepCCAS_FALSE
729 am__fastdepCCAS_TRUE
730 CCASDEPMODE
731 CCASFLAGS
732 CCAS
733 GDB
734 PERL
735 AR
736 SED
737 RANLIB
738 am__fastdepCXX_FALSE
739 am__fastdepCXX_TRUE
740 CXXDEPMODE
741 ac_ct_CXX
742 CXXFLAGS
743 CXX
744 CPP
745 am__fastdepCC_FALSE
746 am__fastdepCC_TRUE
747 CCDEPMODE
748 AMDEPBACKSLASH
749 AMDEP_FALSE
750 AMDEP_TRUE
751 am__quote
752 am__include
753 DEPDIR
754 OBJEXT
755 EXEEXT
756 ac_ct_CC
757 CPPFLAGS
758 LDFLAGS
759 CFLAGS
760 CC
761 LN_S
762 MAINT
763 MAINTAINER_MODE_FALSE
764 MAINTAINER_MODE_TRUE
765 am__untar
766 am__tar
767 AMTAR
768 am__leading_dot
769 SET_MAKE
770 AWK
771 mkdir_p
772 MKDIR_P
773 INSTALL_STRIP_PROGRAM
774 STRIP
775 install_sh
776 MAKEINFO
777 AUTOHEADER
778 AUTOMAKE
779 AUTOCONF
780 ACLOCAL
781 VERSION
782 PACKAGE
783 CYGPATH_W
784 am__isrc
785 INSTALL_DATA
786 INSTALL_SCRIPT
787 INSTALL_PROGRAM
788 target_alias
789 host_alias
790 build_alias
791 LIBS
792 ECHO_T
793 ECHO_N
794 ECHO_C
795 DEFS
796 mandir
797 localedir
798 libdir
799 psdir
800 pdfdir
801 dvidir
802 htmldir
803 infodir
804 docdir
805 oldincludedir
806 includedir
807 localstatedir
808 sharedstatedir
809 sysconfdir
810 datadir
811 datarootdir
812 libexecdir
813 sbindir
814 bindir
815 program_transform_name
816 prefix
817 exec_prefix
818 PACKAGE_URL
819 PACKAGE_BUGREPORT
820 PACKAGE_STRING
821 PACKAGE_VERSION
822 PACKAGE_TARNAME
823 PACKAGE_NAME
824 PATH_SEPARATOR
825 SHELL'
826 ac_subst_files=''
827 ac_user_opts='
828 enable_option_checking
829 enable_maintainer_mode
830 enable_dependency_tracking
831 enable_only64bit
832 enable_only32bit
833 enable_inner
834 enable_tls
835 with_mpicc
836 '
837       ac_precious_vars='build_alias
838 host_alias
839 target_alias
840 CC
841 CFLAGS
842 LDFLAGS
843 LIBS
844 CPPFLAGS
845 CPP
846 CXX
847 CXXFLAGS
848 CCC
849 AR
850 CCAS
851 CCASFLAGS'
852
853
854 # Initialize some variables set by options.
855 ac_init_help=
856 ac_init_version=false
857 ac_unrecognized_opts=
858 ac_unrecognized_sep=
859 # The variables have the same names as the options, with
860 # dashes changed to underlines.
861 cache_file=/dev/null
862 exec_prefix=NONE
863 no_create=
864 no_recursion=
865 prefix=NONE
866 program_prefix=NONE
867 program_suffix=NONE
868 program_transform_name=s,x,x,
869 silent=
870 site=
871 srcdir=
872 verbose=
873 x_includes=NONE
874 x_libraries=NONE
875
876 # Installation directory options.
877 # These are left unexpanded so users can "make install exec_prefix=/foo"
878 # and all the variables that are supposed to be based on exec_prefix
879 # by default will actually change.
880 # Use braces instead of parens because sh, perl, etc. also accept them.
881 # (The list follows the same order as the GNU Coding Standards.)
882 bindir='${exec_prefix}/bin'
883 sbindir='${exec_prefix}/sbin'
884 libexecdir='${exec_prefix}/libexec'
885 datarootdir='${prefix}/share'
886 datadir='${datarootdir}'
887 sysconfdir='${prefix}/etc'
888 sharedstatedir='${prefix}/com'
889 localstatedir='${prefix}/var'
890 includedir='${prefix}/include'
891 oldincludedir='/usr/include'
892 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
893 infodir='${datarootdir}/info'
894 htmldir='${docdir}'
895 dvidir='${docdir}'
896 pdfdir='${docdir}'
897 psdir='${docdir}'
898 libdir='${exec_prefix}/lib'
899 localedir='${datarootdir}/locale'
900 mandir='${datarootdir}/man'
901
902 ac_prev=
903 ac_dashdash=
904 for ac_option
905 do
906   # If the previous option needs an argument, assign it.
907   if test -n "$ac_prev"; then
908     eval $ac_prev=\$ac_option
909     ac_prev=
910     continue
911   fi
912
913   case $ac_option in
914   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
915   *=)   ac_optarg= ;;
916   *)    ac_optarg=yes ;;
917   esac
918
919   # Accept the important Cygnus configure options, so we can diagnose typos.
920
921   case $ac_dashdash$ac_option in
922   --)
923     ac_dashdash=yes ;;
924
925   -bindir | --bindir | --bindi | --bind | --bin | --bi)
926     ac_prev=bindir ;;
927   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
928     bindir=$ac_optarg ;;
929
930   -build | --build | --buil | --bui | --bu)
931     ac_prev=build_alias ;;
932   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
933     build_alias=$ac_optarg ;;
934
935   -cache-file | --cache-file | --cache-fil | --cache-fi \
936   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
937     ac_prev=cache_file ;;
938   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
939   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
940     cache_file=$ac_optarg ;;
941
942   --config-cache | -C)
943     cache_file=config.cache ;;
944
945   -datadir | --datadir | --datadi | --datad)
946     ac_prev=datadir ;;
947   -datadir=* | --datadir=* | --datadi=* | --datad=*)
948     datadir=$ac_optarg ;;
949
950   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
951   | --dataroo | --dataro | --datar)
952     ac_prev=datarootdir ;;
953   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
954   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
955     datarootdir=$ac_optarg ;;
956
957   -disable-* | --disable-*)
958     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
959     # Reject names that are not valid shell variable names.
960     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
961       as_fn_error $? "invalid feature name: $ac_useropt"
962     ac_useropt_orig=$ac_useropt
963     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
964     case $ac_user_opts in
965       *"
966 "enable_$ac_useropt"
967 "*) ;;
968       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
969          ac_unrecognized_sep=', ';;
970     esac
971     eval enable_$ac_useropt=no ;;
972
973   -docdir | --docdir | --docdi | --doc | --do)
974     ac_prev=docdir ;;
975   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
976     docdir=$ac_optarg ;;
977
978   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
979     ac_prev=dvidir ;;
980   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
981     dvidir=$ac_optarg ;;
982
983   -enable-* | --enable-*)
984     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
985     # Reject names that are not valid shell variable names.
986     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
987       as_fn_error $? "invalid feature name: $ac_useropt"
988     ac_useropt_orig=$ac_useropt
989     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
990     case $ac_user_opts in
991       *"
992 "enable_$ac_useropt"
993 "*) ;;
994       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
995          ac_unrecognized_sep=', ';;
996     esac
997     eval enable_$ac_useropt=\$ac_optarg ;;
998
999   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1000   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1001   | --exec | --exe | --ex)
1002     ac_prev=exec_prefix ;;
1003   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1004   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1005   | --exec=* | --exe=* | --ex=*)
1006     exec_prefix=$ac_optarg ;;
1007
1008   -gas | --gas | --ga | --g)
1009     # Obsolete; use --with-gas.
1010     with_gas=yes ;;
1011
1012   -help | --help | --hel | --he | -h)
1013     ac_init_help=long ;;
1014   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1015     ac_init_help=recursive ;;
1016   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1017     ac_init_help=short ;;
1018
1019   -host | --host | --hos | --ho)
1020     ac_prev=host_alias ;;
1021   -host=* | --host=* | --hos=* | --ho=*)
1022     host_alias=$ac_optarg ;;
1023
1024   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1025     ac_prev=htmldir ;;
1026   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1027   | --ht=*)
1028     htmldir=$ac_optarg ;;
1029
1030   -includedir | --includedir | --includedi | --included | --include \
1031   | --includ | --inclu | --incl | --inc)
1032     ac_prev=includedir ;;
1033   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1034   | --includ=* | --inclu=* | --incl=* | --inc=*)
1035     includedir=$ac_optarg ;;
1036
1037   -infodir | --infodir | --infodi | --infod | --info | --inf)
1038     ac_prev=infodir ;;
1039   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1040     infodir=$ac_optarg ;;
1041
1042   -libdir | --libdir | --libdi | --libd)
1043     ac_prev=libdir ;;
1044   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1045     libdir=$ac_optarg ;;
1046
1047   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1048   | --libexe | --libex | --libe)
1049     ac_prev=libexecdir ;;
1050   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1051   | --libexe=* | --libex=* | --libe=*)
1052     libexecdir=$ac_optarg ;;
1053
1054   -localedir | --localedir | --localedi | --localed | --locale)
1055     ac_prev=localedir ;;
1056   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1057     localedir=$ac_optarg ;;
1058
1059   -localstatedir | --localstatedir | --localstatedi | --localstated \
1060   | --localstate | --localstat | --localsta | --localst | --locals)
1061     ac_prev=localstatedir ;;
1062   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1063   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1064     localstatedir=$ac_optarg ;;
1065
1066   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1067     ac_prev=mandir ;;
1068   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1069     mandir=$ac_optarg ;;
1070
1071   -nfp | --nfp | --nf)
1072     # Obsolete; use --without-fp.
1073     with_fp=no ;;
1074
1075   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1076   | --no-cr | --no-c | -n)
1077     no_create=yes ;;
1078
1079   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1080   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1081     no_recursion=yes ;;
1082
1083   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1084   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1085   | --oldin | --oldi | --old | --ol | --o)
1086     ac_prev=oldincludedir ;;
1087   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1088   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1089   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1090     oldincludedir=$ac_optarg ;;
1091
1092   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1093     ac_prev=prefix ;;
1094   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1095     prefix=$ac_optarg ;;
1096
1097   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1098   | --program-pre | --program-pr | --program-p)
1099     ac_prev=program_prefix ;;
1100   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1101   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1102     program_prefix=$ac_optarg ;;
1103
1104   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1105   | --program-suf | --program-su | --program-s)
1106     ac_prev=program_suffix ;;
1107   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1108   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1109     program_suffix=$ac_optarg ;;
1110
1111   -program-transform-name | --program-transform-name \
1112   | --program-transform-nam | --program-transform-na \
1113   | --program-transform-n | --program-transform- \
1114   | --program-transform | --program-transfor \
1115   | --program-transfo | --program-transf \
1116   | --program-trans | --program-tran \
1117   | --progr-tra | --program-tr | --program-t)
1118     ac_prev=program_transform_name ;;
1119   -program-transform-name=* | --program-transform-name=* \
1120   | --program-transform-nam=* | --program-transform-na=* \
1121   | --program-transform-n=* | --program-transform-=* \
1122   | --program-transform=* | --program-transfor=* \
1123   | --program-transfo=* | --program-transf=* \
1124   | --program-trans=* | --program-tran=* \
1125   | --progr-tra=* | --program-tr=* | --program-t=*)
1126     program_transform_name=$ac_optarg ;;
1127
1128   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1129     ac_prev=pdfdir ;;
1130   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1131     pdfdir=$ac_optarg ;;
1132
1133   -psdir | --psdir | --psdi | --psd | --ps)
1134     ac_prev=psdir ;;
1135   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1136     psdir=$ac_optarg ;;
1137
1138   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1139   | -silent | --silent | --silen | --sile | --sil)
1140     silent=yes ;;
1141
1142   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1143     ac_prev=sbindir ;;
1144   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1145   | --sbi=* | --sb=*)
1146     sbindir=$ac_optarg ;;
1147
1148   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1149   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1150   | --sharedst | --shareds | --shared | --share | --shar \
1151   | --sha | --sh)
1152     ac_prev=sharedstatedir ;;
1153   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1154   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1155   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1156   | --sha=* | --sh=*)
1157     sharedstatedir=$ac_optarg ;;
1158
1159   -site | --site | --sit)
1160     ac_prev=site ;;
1161   -site=* | --site=* | --sit=*)
1162     site=$ac_optarg ;;
1163
1164   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1165     ac_prev=srcdir ;;
1166   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1167     srcdir=$ac_optarg ;;
1168
1169   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1170   | --syscon | --sysco | --sysc | --sys | --sy)
1171     ac_prev=sysconfdir ;;
1172   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1173   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1174     sysconfdir=$ac_optarg ;;
1175
1176   -target | --target | --targe | --targ | --tar | --ta | --t)
1177     ac_prev=target_alias ;;
1178   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1179     target_alias=$ac_optarg ;;
1180
1181   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1182     verbose=yes ;;
1183
1184   -version | --version | --versio | --versi | --vers | -V)
1185     ac_init_version=: ;;
1186
1187   -with-* | --with-*)
1188     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1189     # Reject names that are not valid shell variable names.
1190     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191       as_fn_error $? "invalid package name: $ac_useropt"
1192     ac_useropt_orig=$ac_useropt
1193     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194     case $ac_user_opts in
1195       *"
1196 "with_$ac_useropt"
1197 "*) ;;
1198       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1199          ac_unrecognized_sep=', ';;
1200     esac
1201     eval with_$ac_useropt=\$ac_optarg ;;
1202
1203   -without-* | --without-*)
1204     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1205     # Reject names that are not valid shell variable names.
1206     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207       as_fn_error $? "invalid package name: $ac_useropt"
1208     ac_useropt_orig=$ac_useropt
1209     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1210     case $ac_user_opts in
1211       *"
1212 "with_$ac_useropt"
1213 "*) ;;
1214       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1215          ac_unrecognized_sep=', ';;
1216     esac
1217     eval with_$ac_useropt=no ;;
1218
1219   --x)
1220     # Obsolete; use --with-x.
1221     with_x=yes ;;
1222
1223   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1224   | --x-incl | --x-inc | --x-in | --x-i)
1225     ac_prev=x_includes ;;
1226   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1227   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1228     x_includes=$ac_optarg ;;
1229
1230   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1231   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1232     ac_prev=x_libraries ;;
1233   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1234   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1235     x_libraries=$ac_optarg ;;
1236
1237   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1238 Try \`$0 --help' for more information"
1239     ;;
1240
1241   *=*)
1242     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1243     # Reject names that are not valid shell variable names.
1244     case $ac_envvar in #(
1245       '' | [0-9]* | *[!_$as_cr_alnum]* )
1246       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1247     esac
1248     eval $ac_envvar=\$ac_optarg
1249     export $ac_envvar ;;
1250
1251   *)
1252     # FIXME: should be removed in autoconf 3.0.
1253     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1254     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1255       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1256     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1257     ;;
1258
1259   esac
1260 done
1261
1262 if test -n "$ac_prev"; then
1263   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1264   as_fn_error $? "missing argument to $ac_option"
1265 fi
1266
1267 if test -n "$ac_unrecognized_opts"; then
1268   case $enable_option_checking in
1269     no) ;;
1270     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1271     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1272   esac
1273 fi
1274
1275 # Check all directory arguments for consistency.
1276 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1277                 datadir sysconfdir sharedstatedir localstatedir includedir \
1278                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1279                 libdir localedir mandir
1280 do
1281   eval ac_val=\$$ac_var
1282   # Remove trailing slashes.
1283   case $ac_val in
1284     */ )
1285       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1286       eval $ac_var=\$ac_val;;
1287   esac
1288   # Be sure to have absolute directory names.
1289   case $ac_val in
1290     [\\/$]* | ?:[\\/]* )  continue;;
1291     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1292   esac
1293   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1294 done
1295
1296 # There might be people who depend on the old broken behavior: `$host'
1297 # used to hold the argument of --host etc.
1298 # FIXME: To remove some day.
1299 build=$build_alias
1300 host=$host_alias
1301 target=$target_alias
1302
1303 # FIXME: To remove some day.
1304 if test "x$host_alias" != x; then
1305   if test "x$build_alias" = x; then
1306     cross_compiling=maybe
1307     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1308     If a cross compiler is detected then cross compile mode will be used" >&2
1309   elif test "x$build_alias" != "x$host_alias"; then
1310     cross_compiling=yes
1311   fi
1312 fi
1313
1314 ac_tool_prefix=
1315 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1316
1317 test "$silent" = yes && exec 6>/dev/null
1318
1319
1320 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1321 ac_ls_di=`ls -di .` &&
1322 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1323   as_fn_error $? "working directory cannot be determined"
1324 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1325   as_fn_error $? "pwd does not report name of working directory"
1326
1327
1328 # Find the source files, if location was not specified.
1329 if test -z "$srcdir"; then
1330   ac_srcdir_defaulted=yes
1331   # Try the directory containing this script, then the parent directory.
1332   ac_confdir=`$as_dirname -- "$as_myself" ||
1333 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1334          X"$as_myself" : 'X\(//\)[^/]' \| \
1335          X"$as_myself" : 'X\(//\)$' \| \
1336          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1337 $as_echo X"$as_myself" |
1338     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1339             s//\1/
1340             q
1341           }
1342           /^X\(\/\/\)[^/].*/{
1343             s//\1/
1344             q
1345           }
1346           /^X\(\/\/\)$/{
1347             s//\1/
1348             q
1349           }
1350           /^X\(\/\).*/{
1351             s//\1/
1352             q
1353           }
1354           s/.*/./; q'`
1355   srcdir=$ac_confdir
1356   if test ! -r "$srcdir/$ac_unique_file"; then
1357     srcdir=..
1358   fi
1359 else
1360   ac_srcdir_defaulted=no
1361 fi
1362 if test ! -r "$srcdir/$ac_unique_file"; then
1363   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1364   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1365 fi
1366 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1367 ac_abs_confdir=`(
1368         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1369         pwd)`
1370 # When building in place, set srcdir=.
1371 if test "$ac_abs_confdir" = "$ac_pwd"; then
1372   srcdir=.
1373 fi
1374 # Remove unnecessary trailing slashes from srcdir.
1375 # Double slashes in file names in object file debugging info
1376 # mess up M-x gdb in Emacs.
1377 case $srcdir in
1378 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1379 esac
1380 for ac_var in $ac_precious_vars; do
1381   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1382   eval ac_env_${ac_var}_value=\$${ac_var}
1383   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1384   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1385 done
1386
1387 #
1388 # Report the --help message.
1389 #
1390 if test "$ac_init_help" = "long"; then
1391   # Omit some internal or obsolete options to make the list less imposing.
1392   # This message is too long to be a string in the A/UX 3.1 sh.
1393   cat <<_ACEOF
1394 \`configure' configures Valgrind 3.7.0.SVN to adapt to many kinds of systems.
1395
1396 Usage: $0 [OPTION]... [VAR=VALUE]...
1397
1398 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1399 VAR=VALUE.  See below for descriptions of some of the useful variables.
1400
1401 Defaults for the options are specified in brackets.
1402
1403 Configuration:
1404   -h, --help              display this help and exit
1405       --help=short        display options specific to this package
1406       --help=recursive    display the short help of all the included packages
1407   -V, --version           display version information and exit
1408   -q, --quiet, --silent   do not print \`checking ...' messages
1409       --cache-file=FILE   cache test results in FILE [disabled]
1410   -C, --config-cache      alias for \`--cache-file=config.cache'
1411   -n, --no-create         do not create output files
1412       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1413
1414 Installation directories:
1415   --prefix=PREFIX         install architecture-independent files in PREFIX
1416                           [$ac_default_prefix]
1417   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1418                           [PREFIX]
1419
1420 By default, \`make install' will install all the files in
1421 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1422 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1423 for instance \`--prefix=\$HOME'.
1424
1425 For better control, use the options below.
1426
1427 Fine tuning of the installation directories:
1428   --bindir=DIR            user executables [EPREFIX/bin]
1429   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1430   --libexecdir=DIR        program executables [EPREFIX/libexec]
1431   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1432   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1433   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1434   --libdir=DIR            object code libraries [EPREFIX/lib]
1435   --includedir=DIR        C header files [PREFIX/include]
1436   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1437   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1438   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1439   --infodir=DIR           info documentation [DATAROOTDIR/info]
1440   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1441   --mandir=DIR            man documentation [DATAROOTDIR/man]
1442   --docdir=DIR            documentation root [DATAROOTDIR/doc/valgrind]
1443   --htmldir=DIR           html documentation [DOCDIR]
1444   --dvidir=DIR            dvi documentation [DOCDIR]
1445   --pdfdir=DIR            pdf documentation [DOCDIR]
1446   --psdir=DIR             ps documentation [DOCDIR]
1447 _ACEOF
1448
1449   cat <<\_ACEOF
1450
1451 Program names:
1452   --program-prefix=PREFIX            prepend PREFIX to installed program names
1453   --program-suffix=SUFFIX            append SUFFIX to installed program names
1454   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1455
1456 System types:
1457   --build=BUILD     configure for building on BUILD [guessed]
1458   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1459 _ACEOF
1460 fi
1461
1462 if test -n "$ac_init_help"; then
1463   case $ac_init_help in
1464      short | recursive ) echo "Configuration of Valgrind 3.7.0.SVN:";;
1465    esac
1466   cat <<\_ACEOF
1467
1468 Optional Features:
1469   --disable-option-checking  ignore unrecognized --enable/--with options
1470   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1471   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1472   --enable-maintainer-mode  enable make rules and dependencies not useful
1473                           (and sometimes confusing) to the casual installer
1474   --disable-dependency-tracking  speeds up one-time build
1475   --enable-dependency-tracking   do not reject slow dependency extractors
1476   --enable-only64bit      do a 64-bit only build
1477   --enable-only32bit      do a 32-bit only build
1478   --enable-inner          enables self-hosting
1479   --enable-tls            platform supports TLS
1480
1481 Optional Packages:
1482   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1483   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1484   --with-mpicc=           Specify name of MPI2-ised C compiler
1485
1486 Some influential environment variables:
1487   CC          C compiler command
1488   CFLAGS      C compiler flags
1489   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1490               nonstandard directory <lib dir>
1491   LIBS        libraries to pass to the linker, e.g. -l<library>
1492   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1493               you have headers in a nonstandard directory <include dir>
1494   CPP         C preprocessor
1495   CXX         C++ compiler command
1496   CXXFLAGS    C++ compiler flags
1497   AR          Archiver command
1498   CCAS        assembler compiler command (defaults to CC)
1499   CCASFLAGS   assembler compiler flags (defaults to CFLAGS)
1500
1501 Use these variables to override the choices made by `configure' or to help
1502 it to find libraries and programs with nonstandard names/locations.
1503
1504 Report bugs to <valgrind-users@lists.sourceforge.net>.
1505 _ACEOF
1506 ac_status=$?
1507 fi
1508
1509 if test "$ac_init_help" = "recursive"; then
1510   # If there are subdirs, report their specific --help.
1511   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1512     test -d "$ac_dir" ||
1513       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1514       continue
1515     ac_builddir=.
1516
1517 case "$ac_dir" in
1518 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1519 *)
1520   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1521   # A ".." for each directory in $ac_dir_suffix.
1522   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1523   case $ac_top_builddir_sub in
1524   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1525   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1526   esac ;;
1527 esac
1528 ac_abs_top_builddir=$ac_pwd
1529 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1530 # for backward compatibility:
1531 ac_top_builddir=$ac_top_build_prefix
1532
1533 case $srcdir in
1534   .)  # We are building in place.
1535     ac_srcdir=.
1536     ac_top_srcdir=$ac_top_builddir_sub
1537     ac_abs_top_srcdir=$ac_pwd ;;
1538   [\\/]* | ?:[\\/]* )  # Absolute name.
1539     ac_srcdir=$srcdir$ac_dir_suffix;
1540     ac_top_srcdir=$srcdir
1541     ac_abs_top_srcdir=$srcdir ;;
1542   *) # Relative name.
1543     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1544     ac_top_srcdir=$ac_top_build_prefix$srcdir
1545     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1546 esac
1547 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1548
1549     cd "$ac_dir" || { ac_status=$?; continue; }
1550     # Check for guested configure.
1551     if test -f "$ac_srcdir/configure.gnu"; then
1552       echo &&
1553       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1554     elif test -f "$ac_srcdir/configure"; then
1555       echo &&
1556       $SHELL "$ac_srcdir/configure" --help=recursive
1557     else
1558       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1559     fi || ac_status=$?
1560     cd "$ac_pwd" || { ac_status=$?; break; }
1561   done
1562 fi
1563
1564 test -n "$ac_init_help" && exit $ac_status
1565 if $ac_init_version; then
1566   cat <<\_ACEOF
1567 Valgrind configure 3.7.0.SVN
1568 generated by GNU Autoconf 2.68
1569
1570 Copyright (C) 2010 Free Software Foundation, Inc.
1571 This configure script is free software; the Free Software Foundation
1572 gives unlimited permission to copy, distribute and modify it.
1573 _ACEOF
1574   exit
1575 fi
1576
1577 ## ------------------------ ##
1578 ## Autoconf initialization. ##
1579 ## ------------------------ ##
1580
1581 # ac_fn_c_try_compile LINENO
1582 # --------------------------
1583 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1584 ac_fn_c_try_compile ()
1585 {
1586   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1587   rm -f conftest.$ac_objext
1588   if { { ac_try="$ac_compile"
1589 case "(($ac_try" in
1590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1591   *) ac_try_echo=$ac_try;;
1592 esac
1593 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1594 $as_echo "$ac_try_echo"; } >&5
1595   (eval "$ac_compile") 2>conftest.err
1596   ac_status=$?
1597   if test -s conftest.err; then
1598     grep -v '^ *+' conftest.err >conftest.er1
1599     cat conftest.er1 >&5
1600     mv -f conftest.er1 conftest.err
1601   fi
1602   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1603   test $ac_status = 0; } && {
1604          test -z "$ac_c_werror_flag" ||
1605          test ! -s conftest.err
1606        } && test -s conftest.$ac_objext; then :
1607   ac_retval=0
1608 else
1609   $as_echo "$as_me: failed program was:" >&5
1610 sed 's/^/| /' conftest.$ac_ext >&5
1611
1612         ac_retval=1
1613 fi
1614   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1615   as_fn_set_status $ac_retval
1616
1617 } # ac_fn_c_try_compile
1618
1619 # ac_fn_c_try_cpp LINENO
1620 # ----------------------
1621 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1622 ac_fn_c_try_cpp ()
1623 {
1624   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1625   if { { ac_try="$ac_cpp conftest.$ac_ext"
1626 case "(($ac_try" in
1627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1628   *) ac_try_echo=$ac_try;;
1629 esac
1630 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1631 $as_echo "$ac_try_echo"; } >&5
1632   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1633   ac_status=$?
1634   if test -s conftest.err; then
1635     grep -v '^ *+' conftest.err >conftest.er1
1636     cat conftest.er1 >&5
1637     mv -f conftest.er1 conftest.err
1638   fi
1639   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1640   test $ac_status = 0; } > conftest.i && {
1641          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1642          test ! -s conftest.err
1643        }; then :
1644   ac_retval=0
1645 else
1646   $as_echo "$as_me: failed program was:" >&5
1647 sed 's/^/| /' conftest.$ac_ext >&5
1648
1649     ac_retval=1
1650 fi
1651   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1652   as_fn_set_status $ac_retval
1653
1654 } # ac_fn_c_try_cpp
1655
1656 # ac_fn_cxx_try_compile LINENO
1657 # ----------------------------
1658 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1659 ac_fn_cxx_try_compile ()
1660 {
1661   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1662   rm -f conftest.$ac_objext
1663   if { { ac_try="$ac_compile"
1664 case "(($ac_try" in
1665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1666   *) ac_try_echo=$ac_try;;
1667 esac
1668 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1669 $as_echo "$ac_try_echo"; } >&5
1670   (eval "$ac_compile") 2>conftest.err
1671   ac_status=$?
1672   if test -s conftest.err; then
1673     grep -v '^ *+' conftest.err >conftest.er1
1674     cat conftest.er1 >&5
1675     mv -f conftest.er1 conftest.err
1676   fi
1677   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1678   test $ac_status = 0; } && {
1679          test -z "$ac_cxx_werror_flag" ||
1680          test ! -s conftest.err
1681        } && test -s conftest.$ac_objext; then :
1682   ac_retval=0
1683 else
1684   $as_echo "$as_me: failed program was:" >&5
1685 sed 's/^/| /' conftest.$ac_ext >&5
1686
1687         ac_retval=1
1688 fi
1689   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1690   as_fn_set_status $ac_retval
1691
1692 } # ac_fn_cxx_try_compile
1693
1694 # ac_fn_c_try_link LINENO
1695 # -----------------------
1696 # Try to link conftest.$ac_ext, and return whether this succeeded.
1697 ac_fn_c_try_link ()
1698 {
1699   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700   rm -f conftest.$ac_objext conftest$ac_exeext
1701   if { { ac_try="$ac_link"
1702 case "(($ac_try" in
1703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1704   *) ac_try_echo=$ac_try;;
1705 esac
1706 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1707 $as_echo "$ac_try_echo"; } >&5
1708   (eval "$ac_link") 2>conftest.err
1709   ac_status=$?
1710   if test -s conftest.err; then
1711     grep -v '^ *+' conftest.err >conftest.er1
1712     cat conftest.er1 >&5
1713     mv -f conftest.er1 conftest.err
1714   fi
1715   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1716   test $ac_status = 0; } && {
1717          test -z "$ac_c_werror_flag" ||
1718          test ! -s conftest.err
1719        } && test -s conftest$ac_exeext && {
1720          test "$cross_compiling" = yes ||
1721          $as_test_x conftest$ac_exeext
1722        }; then :
1723   ac_retval=0
1724 else
1725   $as_echo "$as_me: failed program was:" >&5
1726 sed 's/^/| /' conftest.$ac_ext >&5
1727
1728         ac_retval=1
1729 fi
1730   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1731   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1732   # interfere with the next link command; also delete a directory that is
1733   # left behind by Apple's compiler.  We do this before executing the actions.
1734   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1735   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1736   as_fn_set_status $ac_retval
1737
1738 } # ac_fn_c_try_link
1739
1740 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1741 # -------------------------------------------------------
1742 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1743 # the include files in INCLUDES and setting the cache variable VAR
1744 # accordingly.
1745 ac_fn_c_check_header_mongrel ()
1746 {
1747   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1748   if eval \${$3+:} false; then :
1749   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1750 $as_echo_n "checking for $2... " >&6; }
1751 if eval \${$3+:} false; then :
1752   $as_echo_n "(cached) " >&6
1753 fi
1754 eval ac_res=\$$3
1755                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1756 $as_echo "$ac_res" >&6; }
1757 else
1758   # Is the header compilable?
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1760 $as_echo_n "checking $2 usability... " >&6; }
1761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1762 /* end confdefs.h.  */
1763 $4
1764 #include <$2>
1765 _ACEOF
1766 if ac_fn_c_try_compile "$LINENO"; then :
1767   ac_header_compiler=yes
1768 else
1769   ac_header_compiler=no
1770 fi
1771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1773 $as_echo "$ac_header_compiler" >&6; }
1774
1775 # Is the header present?
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1777 $as_echo_n "checking $2 presence... " >&6; }
1778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1779 /* end confdefs.h.  */
1780 #include <$2>
1781 _ACEOF
1782 if ac_fn_c_try_cpp "$LINENO"; then :
1783   ac_header_preproc=yes
1784 else
1785   ac_header_preproc=no
1786 fi
1787 rm -f conftest.err conftest.i conftest.$ac_ext
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1789 $as_echo "$ac_header_preproc" >&6; }
1790
1791 # So?  What about this header?
1792 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1793   yes:no: )
1794     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1795 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1796     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1797 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1798     ;;
1799   no:yes:* )
1800     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1801 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1802     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1803 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1804     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1805 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1806     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1807 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1808     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1809 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1810 ( $as_echo "## --------------------------------------------------- ##
1811 ## Report this to valgrind-users@lists.sourceforge.net ##
1812 ## --------------------------------------------------- ##"
1813      ) | sed "s/^/$as_me: WARNING:     /" >&2
1814     ;;
1815 esac
1816   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1817 $as_echo_n "checking for $2... " >&6; }
1818 if eval \${$3+:} false; then :
1819   $as_echo_n "(cached) " >&6
1820 else
1821   eval "$3=\$ac_header_compiler"
1822 fi
1823 eval ac_res=\$$3
1824                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1825 $as_echo "$ac_res" >&6; }
1826 fi
1827   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1828
1829 } # ac_fn_c_check_header_mongrel
1830
1831 # ac_fn_c_try_run LINENO
1832 # ----------------------
1833 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1834 # that executables *can* be run.
1835 ac_fn_c_try_run ()
1836 {
1837   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1838   if { { ac_try="$ac_link"
1839 case "(($ac_try" in
1840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1841   *) ac_try_echo=$ac_try;;
1842 esac
1843 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1844 $as_echo "$ac_try_echo"; } >&5
1845   (eval "$ac_link") 2>&5
1846   ac_status=$?
1847   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1848   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1849   { { case "(($ac_try" in
1850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1851   *) ac_try_echo=$ac_try;;
1852 esac
1853 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1854 $as_echo "$ac_try_echo"; } >&5
1855   (eval "$ac_try") 2>&5
1856   ac_status=$?
1857   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1858   test $ac_status = 0; }; }; then :
1859   ac_retval=0
1860 else
1861   $as_echo "$as_me: program exited with status $ac_status" >&5
1862        $as_echo "$as_me: failed program was:" >&5
1863 sed 's/^/| /' conftest.$ac_ext >&5
1864
1865        ac_retval=$ac_status
1866 fi
1867   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1868   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1869   as_fn_set_status $ac_retval
1870
1871 } # ac_fn_c_try_run
1872
1873 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1874 # -------------------------------------------------------
1875 # Tests whether HEADER exists and can be compiled using the include files in
1876 # INCLUDES, setting the cache variable VAR accordingly.
1877 ac_fn_c_check_header_compile ()
1878 {
1879   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1881 $as_echo_n "checking for $2... " >&6; }
1882 if eval \${$3+:} false; then :
1883   $as_echo_n "(cached) " >&6
1884 else
1885   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886 /* end confdefs.h.  */
1887 $4
1888 #include <$2>
1889 _ACEOF
1890 if ac_fn_c_try_compile "$LINENO"; then :
1891   eval "$3=yes"
1892 else
1893   eval "$3=no"
1894 fi
1895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1896 fi
1897 eval ac_res=\$$3
1898                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1899 $as_echo "$ac_res" >&6; }
1900   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1901
1902 } # ac_fn_c_check_header_compile
1903
1904 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1905 # -------------------------------------------
1906 # Tests whether TYPE exists after having included INCLUDES, setting cache
1907 # variable VAR accordingly.
1908 ac_fn_c_check_type ()
1909 {
1910   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1911   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1912 $as_echo_n "checking for $2... " >&6; }
1913 if eval \${$3+:} false; then :
1914   $as_echo_n "(cached) " >&6
1915 else
1916   eval "$3=no"
1917   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918 /* end confdefs.h.  */
1919 $4
1920 int
1921 main ()
1922 {
1923 if (sizeof ($2))
1924          return 0;
1925   ;
1926   return 0;
1927 }
1928 _ACEOF
1929 if ac_fn_c_try_compile "$LINENO"; then :
1930   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1931 /* end confdefs.h.  */
1932 $4
1933 int
1934 main ()
1935 {
1936 if (sizeof (($2)))
1937             return 0;
1938   ;
1939   return 0;
1940 }
1941 _ACEOF
1942 if ac_fn_c_try_compile "$LINENO"; then :
1943
1944 else
1945   eval "$3=yes"
1946 fi
1947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1948 fi
1949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1950 fi
1951 eval ac_res=\$$3
1952                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1953 $as_echo "$ac_res" >&6; }
1954   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1955
1956 } # ac_fn_c_check_type
1957
1958 # ac_fn_c_check_func LINENO FUNC VAR
1959 # ----------------------------------
1960 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1961 ac_fn_c_check_func ()
1962 {
1963   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1964   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1965 $as_echo_n "checking for $2... " >&6; }
1966 if eval \${$3+:} false; then :
1967   $as_echo_n "(cached) " >&6
1968 else
1969   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1970 /* end confdefs.h.  */
1971 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1972    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1973 #define $2 innocuous_$2
1974
1975 /* System header to define __stub macros and hopefully few prototypes,
1976     which can conflict with char $2 (); below.
1977     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1978     <limits.h> exists even on freestanding compilers.  */
1979
1980 #ifdef __STDC__
1981 # include <limits.h>
1982 #else
1983 # include <assert.h>
1984 #endif
1985
1986 #undef $2
1987
1988 /* Override any GCC internal prototype to avoid an error.
1989    Use char because int might match the return type of a GCC
1990    builtin and then its argument prototype would still apply.  */
1991 #ifdef __cplusplus
1992 extern "C"
1993 #endif
1994 char $2 ();
1995 /* The GNU C library defines this for functions which it implements
1996     to always fail with ENOSYS.  Some functions are actually named
1997     something starting with __ and the normal name is an alias.  */
1998 #if defined __stub_$2 || defined __stub___$2
1999 choke me
2000 #endif
2001
2002 int
2003 main ()
2004 {
2005 return $2 ();
2006   ;
2007   return 0;
2008 }
2009 _ACEOF
2010 if ac_fn_c_try_link "$LINENO"; then :
2011   eval "$3=yes"
2012 else
2013   eval "$3=no"
2014 fi
2015 rm -f core conftest.err conftest.$ac_objext \
2016     conftest$ac_exeext conftest.$ac_ext
2017 fi
2018 eval ac_res=\$$3
2019                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2020 $as_echo "$ac_res" >&6; }
2021   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2022
2023 } # ac_fn_c_check_func
2024
2025 # ac_fn_cxx_try_link LINENO
2026 # -------------------------
2027 # Try to link conftest.$ac_ext, and return whether this succeeded.
2028 ac_fn_cxx_try_link ()
2029 {
2030   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2031   rm -f conftest.$ac_objext conftest$ac_exeext
2032   if { { ac_try="$ac_link"
2033 case "(($ac_try" in
2034   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2035   *) ac_try_echo=$ac_try;;
2036 esac
2037 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2038 $as_echo "$ac_try_echo"; } >&5
2039   (eval "$ac_link") 2>conftest.err
2040   ac_status=$?
2041   if test -s conftest.err; then
2042     grep -v '^ *+' conftest.err >conftest.er1
2043     cat conftest.er1 >&5
2044     mv -f conftest.er1 conftest.err
2045   fi
2046   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2047   test $ac_status = 0; } && {
2048          test -z "$ac_cxx_werror_flag" ||
2049          test ! -s conftest.err
2050        } && test -s conftest$ac_exeext && {
2051          test "$cross_compiling" = yes ||
2052          $as_test_x conftest$ac_exeext
2053        }; then :
2054   ac_retval=0
2055 else
2056   $as_echo "$as_me: failed program was:" >&5
2057 sed 's/^/| /' conftest.$ac_ext >&5
2058
2059         ac_retval=1
2060 fi
2061   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2062   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2063   # interfere with the next link command; also delete a directory that is
2064   # left behind by Apple's compiler.  We do this before executing the actions.
2065   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2066   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2067   as_fn_set_status $ac_retval
2068
2069 } # ac_fn_cxx_try_link
2070 cat >config.log <<_ACEOF
2071 This file contains any messages produced by compilers while
2072 running configure, to aid debugging if configure makes a mistake.
2073
2074 It was created by Valgrind $as_me 3.7.0.SVN, which was
2075 generated by GNU Autoconf 2.68.  Invocation command line was
2076
2077   $ $0 $@
2078
2079 _ACEOF
2080 exec 5>>config.log
2081 {
2082 cat <<_ASUNAME
2083 ## --------- ##
2084 ## Platform. ##
2085 ## --------- ##
2086
2087 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2088 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2089 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2090 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2091 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2092
2093 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2094 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
2095
2096 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
2097 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
2098 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2099 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
2100 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
2101 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
2102 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
2103
2104 _ASUNAME
2105
2106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2107 for as_dir in $PATH
2108 do
2109   IFS=$as_save_IFS
2110   test -z "$as_dir" && as_dir=.
2111     $as_echo "PATH: $as_dir"
2112   done
2113 IFS=$as_save_IFS
2114
2115 } >&5
2116
2117 cat >&5 <<_ACEOF
2118
2119
2120 ## ----------- ##
2121 ## Core tests. ##
2122 ## ----------- ##
2123
2124 _ACEOF
2125
2126
2127 # Keep a trace of the command line.
2128 # Strip out --no-create and --no-recursion so they do not pile up.
2129 # Strip out --silent because we don't want to record it for future runs.
2130 # Also quote any args containing shell meta-characters.
2131 # Make two passes to allow for proper duplicate-argument suppression.
2132 ac_configure_args=
2133 ac_configure_args0=
2134 ac_configure_args1=
2135 ac_must_keep_next=false
2136 for ac_pass in 1 2
2137 do
2138   for ac_arg
2139   do
2140     case $ac_arg in
2141     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2142     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2143     | -silent | --silent | --silen | --sile | --sil)
2144       continue ;;
2145     *\'*)
2146       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2147     esac
2148     case $ac_pass in
2149     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2150     2)
2151       as_fn_append ac_configure_args1 " '$ac_arg'"
2152       if test $ac_must_keep_next = true; then
2153         ac_must_keep_next=false # Got value, back to normal.
2154       else
2155         case $ac_arg in
2156           *=* | --config-cache | -C | -disable-* | --disable-* \
2157           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2158           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2159           | -with-* | --with-* | -without-* | --without-* | --x)
2160             case "$ac_configure_args0 " in
2161               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2162             esac
2163             ;;
2164           -* ) ac_must_keep_next=true ;;
2165         esac
2166       fi
2167       as_fn_append ac_configure_args " '$ac_arg'"
2168       ;;
2169     esac
2170   done
2171 done
2172 { ac_configure_args0=; unset ac_configure_args0;}
2173 { ac_configure_args1=; unset ac_configure_args1;}
2174
2175 # When interrupted or exit'd, cleanup temporary files, and complete
2176 # config.log.  We remove comments because anyway the quotes in there
2177 # would cause problems or look ugly.
2178 # WARNING: Use '\'' to represent an apostrophe within the trap.
2179 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2180 trap 'exit_status=$?
2181   # Save into config.log some information that might help in debugging.
2182   {
2183     echo
2184
2185     $as_echo "## ---------------- ##
2186 ## Cache variables. ##
2187 ## ---------------- ##"
2188     echo
2189     # The following way of writing the cache mishandles newlines in values,
2190 (
2191   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2192     eval ac_val=\$$ac_var
2193     case $ac_val in #(
2194     *${as_nl}*)
2195       case $ac_var in #(
2196       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2197 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2198       esac
2199       case $ac_var in #(
2200       _ | IFS | as_nl) ;; #(
2201       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2202       *) { eval $ac_var=; unset $ac_var;} ;;
2203       esac ;;
2204     esac
2205   done
2206   (set) 2>&1 |
2207     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2208     *${as_nl}ac_space=\ *)
2209       sed -n \
2210         "s/'\''/'\''\\\\'\'''\''/g;
2211           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2212       ;; #(
2213     *)
2214       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2215       ;;
2216     esac |
2217     sort
2218 )
2219     echo
2220
2221     $as_echo "## ----------------- ##
2222 ## Output variables. ##
2223 ## ----------------- ##"
2224     echo
2225     for ac_var in $ac_subst_vars
2226     do
2227       eval ac_val=\$$ac_var
2228       case $ac_val in
2229       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2230       esac
2231       $as_echo "$ac_var='\''$ac_val'\''"
2232     done | sort
2233     echo
2234
2235     if test -n "$ac_subst_files"; then
2236       $as_echo "## ------------------- ##
2237 ## File substitutions. ##
2238 ## ------------------- ##"
2239       echo
2240       for ac_var in $ac_subst_files
2241       do
2242         eval ac_val=\$$ac_var
2243         case $ac_val in
2244         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2245         esac
2246         $as_echo "$ac_var='\''$ac_val'\''"
2247       done | sort
2248       echo
2249     fi
2250
2251     if test -s confdefs.h; then
2252       $as_echo "## ----------- ##
2253 ## confdefs.h. ##
2254 ## ----------- ##"
2255       echo
2256       cat confdefs.h
2257       echo
2258     fi
2259     test "$ac_signal" != 0 &&
2260       $as_echo "$as_me: caught signal $ac_signal"
2261     $as_echo "$as_me: exit $exit_status"
2262   } >&5
2263   rm -f core *.core core.conftest.* &&
2264     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2265     exit $exit_status
2266 ' 0
2267 for ac_signal in 1 2 13 15; do
2268   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2269 done
2270 ac_signal=0
2271
2272 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2273 rm -f -r conftest* confdefs.h
2274
2275 $as_echo "/* confdefs.h */" > confdefs.h
2276
2277 # Predefined preprocessor variables.
2278
2279 cat >>confdefs.h <<_ACEOF
2280 #define PACKAGE_NAME "$PACKAGE_NAME"
2281 _ACEOF
2282
2283 cat >>confdefs.h <<_ACEOF
2284 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2285 _ACEOF
2286
2287 cat >>confdefs.h <<_ACEOF
2288 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2289 _ACEOF
2290
2291 cat >>confdefs.h <<_ACEOF
2292 #define PACKAGE_STRING "$PACKAGE_STRING"
2293 _ACEOF
2294
2295 cat >>confdefs.h <<_ACEOF
2296 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2297 _ACEOF
2298
2299 cat >>confdefs.h <<_ACEOF
2300 #define PACKAGE_URL "$PACKAGE_URL"
2301 _ACEOF
2302
2303
2304 # Let the site file select an alternate cache file if it wants to.
2305 # Prefer an explicitly selected file to automatically selected ones.
2306 ac_site_file1=NONE
2307 ac_site_file2=NONE
2308 if test -n "$CONFIG_SITE"; then
2309   # We do not want a PATH search for config.site.
2310   case $CONFIG_SITE in #((
2311     -*)  ac_site_file1=./$CONFIG_SITE;;
2312     */*) ac_site_file1=$CONFIG_SITE;;
2313     *)   ac_site_file1=./$CONFIG_SITE;;
2314   esac
2315 elif test "x$prefix" != xNONE; then
2316   ac_site_file1=$prefix/share/config.site
2317   ac_site_file2=$prefix/etc/config.site
2318 else
2319   ac_site_file1=$ac_default_prefix/share/config.site
2320   ac_site_file2=$ac_default_prefix/etc/config.site
2321 fi
2322 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2323 do
2324   test "x$ac_site_file" = xNONE && continue
2325   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2326     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2327 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2328     sed 's/^/| /' "$ac_site_file" >&5
2329     . "$ac_site_file" \
2330       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2331 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2332 as_fn_error $? "failed to load site script $ac_site_file
2333 See \`config.log' for more details" "$LINENO" 5; }
2334   fi
2335 done
2336
2337 if test -r "$cache_file"; then
2338   # Some versions of bash will fail to source /dev/null (special files
2339   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2340   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2341     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2342 $as_echo "$as_me: loading cache $cache_file" >&6;}
2343     case $cache_file in
2344       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2345       *)                      . "./$cache_file";;
2346     esac
2347   fi
2348 else
2349   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2350 $as_echo "$as_me: creating cache $cache_file" >&6;}
2351   >$cache_file
2352 fi
2353
2354 as_fn_append ac_header_list " stdlib.h"
2355 as_fn_append ac_header_list " unistd.h"
2356 as_fn_append ac_header_list " sys/param.h"
2357 # Check that the precious variables saved in the cache have kept the same
2358 # value.
2359 ac_cache_corrupted=false
2360 for ac_var in $ac_precious_vars; do
2361   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2362   eval ac_new_set=\$ac_env_${ac_var}_set
2363   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2364   eval ac_new_val=\$ac_env_${ac_var}_value
2365   case $ac_old_set,$ac_new_set in
2366     set,)
2367       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2368 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2369       ac_cache_corrupted=: ;;
2370     ,set)
2371       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2372 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2373       ac_cache_corrupted=: ;;
2374     ,);;
2375     *)
2376       if test "x$ac_old_val" != "x$ac_new_val"; then
2377         # differences in whitespace do not lead to failure.
2378         ac_old_val_w=`echo x $ac_old_val`
2379         ac_new_val_w=`echo x $ac_new_val`
2380         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2381           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2382 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2383           ac_cache_corrupted=:
2384         else
2385           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2386 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2387           eval $ac_var=\$ac_old_val
2388         fi
2389         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2390 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2391         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2392 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2393       fi;;
2394   esac
2395   # Pass precious variables to config.status.
2396   if test "$ac_new_set" = set; then
2397     case $ac_new_val in
2398     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2399     *) ac_arg=$ac_var=$ac_new_val ;;
2400     esac
2401     case " $ac_configure_args " in
2402       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2403       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2404     esac
2405   fi
2406 done
2407 if $ac_cache_corrupted; then
2408   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2409 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2410   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2411 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2412   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2413 fi
2414 ## -------------------- ##
2415 ## Main body of script. ##
2416 ## -------------------- ##
2417
2418 ac_ext=c
2419 ac_cpp='$CPP $CPPFLAGS'
2420 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2421 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2422 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2423
2424
2425
2426 ac_config_headers="$ac_config_headers config.h"
2427
2428 am__api_version='1.11'
2429
2430 ac_aux_dir=
2431 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2432   if test -f "$ac_dir/install-sh"; then
2433     ac_aux_dir=$ac_dir
2434     ac_install_sh="$ac_aux_dir/install-sh -c"
2435     break
2436   elif test -f "$ac_dir/install.sh"; then
2437     ac_aux_dir=$ac_dir
2438     ac_install_sh="$ac_aux_dir/install.sh -c"
2439     break
2440   elif test -f "$ac_dir/shtool"; then
2441     ac_aux_dir=$ac_dir
2442     ac_install_sh="$ac_aux_dir/shtool install -c"
2443     break
2444   fi
2445 done
2446 if test -z "$ac_aux_dir"; then
2447   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2448 fi
2449
2450 # These three variables are undocumented and unsupported,
2451 # and are intended to be withdrawn in a future Autoconf release.
2452 # They can cause serious problems if a builder's source tree is in a directory
2453 # whose full name contains unusual characters.
2454 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2455 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2456 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2457
2458
2459 # Find a good install program.  We prefer a C program (faster),
2460 # so one script is as good as another.  But avoid the broken or
2461 # incompatible versions:
2462 # SysV /etc/install, /usr/sbin/install
2463 # SunOS /usr/etc/install
2464 # IRIX /sbin/install
2465 # AIX /bin/install
2466 # AmigaOS /C/install, which installs bootblocks on floppy discs
2467 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2468 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2469 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2470 # OS/2's system install, which has a completely different semantic
2471 # ./install, which can be erroneously created by make from ./install.sh.
2472 # Reject install programs that cannot install multiple files.
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2474 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2475 if test -z "$INSTALL"; then
2476 if ${ac_cv_path_install+:} false; then :
2477   $as_echo_n "(cached) " >&6
2478 else
2479   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2480 for as_dir in $PATH
2481 do
2482   IFS=$as_save_IFS
2483   test -z "$as_dir" && as_dir=.
2484     # Account for people who put trailing slashes in PATH elements.
2485 case $as_dir/ in #((
2486   ./ | .// | /[cC]/* | \
2487   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2488   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2489   /usr/ucb/* ) ;;
2490   *)
2491     # OSF1 and SCO ODT 3.0 have their own names for install.
2492     # Don't use installbsd from OSF since it installs stuff as root
2493     # by default.
2494     for ac_prog in ginstall scoinst install; do
2495       for ac_exec_ext in '' $ac_executable_extensions; do
2496         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2497           if test $ac_prog = install &&
2498             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2499             # AIX install.  It has an incompatible calling convention.
2500             :
2501           elif test $ac_prog = install &&
2502             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2503             # program-specific install script used by HP pwplus--don't use.
2504             :
2505           else
2506             rm -rf conftest.one conftest.two conftest.dir
2507             echo one > conftest.one
2508             echo two > conftest.two
2509             mkdir conftest.dir
2510             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2511               test -s conftest.one && test -s conftest.two &&
2512               test -s conftest.dir/conftest.one &&
2513               test -s conftest.dir/conftest.two
2514             then
2515               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2516               break 3
2517             fi
2518           fi
2519         fi
2520       done
2521     done
2522     ;;
2523 esac
2524
2525   done
2526 IFS=$as_save_IFS
2527
2528 rm -rf conftest.one conftest.two conftest.dir
2529
2530 fi
2531   if test "${ac_cv_path_install+set}" = set; then
2532     INSTALL=$ac_cv_path_install
2533   else
2534     # As a last resort, use the slow shell script.  Don't cache a
2535     # value for INSTALL within a source directory, because that will
2536     # break other packages using the cache if that directory is
2537     # removed, or if the value is a relative name.
2538     INSTALL=$ac_install_sh
2539   fi
2540 fi
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2542 $as_echo "$INSTALL" >&6; }
2543
2544 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2545 # It thinks the first close brace ends the variable substitution.
2546 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2547
2548 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2549
2550 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2551
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2553 $as_echo_n "checking whether build environment is sane... " >&6; }
2554 # Just in case
2555 sleep 1
2556 echo timestamp > conftest.file
2557 # Reject unsafe characters in $srcdir or the absolute working directory
2558 # name.  Accept space and tab only in the latter.
2559 am_lf='
2560 '
2561 case `pwd` in
2562   *[\\\"\#\$\&\'\`$am_lf]*)
2563     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2564 esac
2565 case $srcdir in
2566   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2567     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2568 esac
2569
2570 # Do `set' in a subshell so we don't clobber the current shell's
2571 # arguments.  Must try -L first in case configure is actually a
2572 # symlink; some systems play weird games with the mod time of symlinks
2573 # (eg FreeBSD returns the mod time of the symlink's containing
2574 # directory).
2575 if (
2576    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2577    if test "$*" = "X"; then
2578       # -L didn't work.
2579       set X `ls -t "$srcdir/configure" conftest.file`
2580    fi
2581    rm -f conftest.file
2582    if test "$*" != "X $srcdir/configure conftest.file" \
2583       && test "$*" != "X conftest.file $srcdir/configure"; then
2584
2585       # If neither matched, then we have a broken ls.  This can happen
2586       # if, for instance, CONFIG_SHELL is bash and it inherits a
2587       # broken ls alias from the environment.  This has actually
2588       # happened.  Such a system could not be considered "sane".
2589       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2590 alias in your environment" "$LINENO" 5
2591    fi
2592
2593    test "$2" = conftest.file
2594    )
2595 then
2596    # Ok.
2597    :
2598 else
2599    as_fn_error $? "newly created file is older than distributed files!
2600 Check your system clock" "$LINENO" 5
2601 fi
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2603 $as_echo "yes" >&6; }
2604 test "$program_prefix" != NONE &&
2605   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2606 # Use a double $ so make ignores it.
2607 test "$program_suffix" != NONE &&
2608   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2609 # Double any \ or $.
2610 # By default was `s,x,x', remove it if useless.
2611 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2612 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2613
2614 # expand $ac_aux_dir to an absolute path
2615 am_aux_dir=`cd $ac_aux_dir && pwd`
2616
2617 if test x"${MISSING+set}" != xset; then
2618   case $am_aux_dir in
2619   *\ * | *\     *)
2620     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2621   *)
2622     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2623   esac
2624 fi
2625 # Use eval to expand $SHELL
2626 if eval "$MISSING --run true"; then
2627   am_missing_run="$MISSING --run "
2628 else
2629   am_missing_run=
2630   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2631 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2632 fi
2633
2634 if test x"${install_sh}" != xset; then
2635   case $am_aux_dir in
2636   *\ * | *\     *)
2637     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2638   *)
2639     install_sh="\${SHELL} $am_aux_dir/install-sh"
2640   esac
2641 fi
2642
2643 # Installed binaries are usually stripped using `strip' when the user
2644 # run `make install-strip'.  However `strip' might not be the right
2645 # tool to use in cross-compilation environments, therefore Automake
2646 # will honor the `STRIP' environment variable to overrule this program.
2647 if test "$cross_compiling" != no; then
2648   if test -n "$ac_tool_prefix"; then
2649   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2650 set dummy ${ac_tool_prefix}strip; ac_word=$2
2651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if ${ac_cv_prog_STRIP+:} false; then :
2654   $as_echo_n "(cached) " >&6
2655 else
2656   if test -n "$STRIP"; then
2657   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2661 do
2662   IFS=$as_save_IFS
2663   test -z "$as_dir" && as_dir=.
2664     for ac_exec_ext in '' $ac_executable_extensions; do
2665   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2667     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2668     break 2
2669   fi
2670 done
2671   done
2672 IFS=$as_save_IFS
2673
2674 fi
2675 fi
2676 STRIP=$ac_cv_prog_STRIP
2677 if test -n "$STRIP"; then
2678   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2679 $as_echo "$STRIP" >&6; }
2680 else
2681   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2682 $as_echo "no" >&6; }
2683 fi
2684
2685
2686 fi
2687 if test -z "$ac_cv_prog_STRIP"; then
2688   ac_ct_STRIP=$STRIP
2689   # Extract the first word of "strip", so it can be a program name with args.
2690 set dummy strip; ac_word=$2
2691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2692 $as_echo_n "checking for $ac_word... " >&6; }
2693 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2694   $as_echo_n "(cached) " >&6
2695 else
2696   if test -n "$ac_ct_STRIP"; then
2697   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2698 else
2699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2700 for as_dir in $PATH
2701 do
2702   IFS=$as_save_IFS
2703   test -z "$as_dir" && as_dir=.
2704     for ac_exec_ext in '' $ac_executable_extensions; do
2705   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2706     ac_cv_prog_ac_ct_STRIP="strip"
2707     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2708     break 2
2709   fi
2710 done
2711   done
2712 IFS=$as_save_IFS
2713
2714 fi
2715 fi
2716 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2717 if test -n "$ac_ct_STRIP"; then
2718   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2719 $as_echo "$ac_ct_STRIP" >&6; }
2720 else
2721   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2722 $as_echo "no" >&6; }
2723 fi
2724
2725   if test "x$ac_ct_STRIP" = x; then
2726     STRIP=":"
2727   else
2728     case $cross_compiling:$ac_tool_warned in
2729 yes:)
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2731 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2732 ac_tool_warned=yes ;;
2733 esac
2734     STRIP=$ac_ct_STRIP
2735   fi
2736 else
2737   STRIP="$ac_cv_prog_STRIP"
2738 fi
2739
2740 fi
2741 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2742
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2744 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2745 if test -z "$MKDIR_P"; then
2746   if ${ac_cv_path_mkdir+:} false; then :
2747   $as_echo_n "(cached) " >&6
2748 else
2749   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2750 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2751 do
2752   IFS=$as_save_IFS
2753   test -z "$as_dir" && as_dir=.
2754     for ac_prog in mkdir gmkdir; do
2755          for ac_exec_ext in '' $ac_executable_extensions; do
2756            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2757            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2758              'mkdir (GNU coreutils) '* | \
2759              'mkdir (coreutils) '* | \
2760              'mkdir (fileutils) '4.1*)
2761                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2762                break 3;;
2763            esac
2764          done
2765        done
2766   done
2767 IFS=$as_save_IFS
2768
2769 fi
2770
2771   test -d ./--version && rmdir ./--version
2772   if test "${ac_cv_path_mkdir+set}" = set; then
2773     MKDIR_P="$ac_cv_path_mkdir -p"
2774   else
2775     # As a last resort, use the slow shell script.  Don't cache a
2776     # value for MKDIR_P within a source directory, because that will
2777     # break other packages using the cache if that directory is
2778     # removed, or if the value is a relative name.
2779     MKDIR_P="$ac_install_sh -d"
2780   fi
2781 fi
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2783 $as_echo "$MKDIR_P" >&6; }
2784
2785 mkdir_p="$MKDIR_P"
2786 case $mkdir_p in
2787   [\\/$]* | ?:[\\/]*) ;;
2788   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2789 esac
2790
2791 for ac_prog in gawk mawk nawk awk
2792 do
2793   # Extract the first word of "$ac_prog", so it can be a program name with args.
2794 set dummy $ac_prog; ac_word=$2
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2796 $as_echo_n "checking for $ac_word... " >&6; }
2797 if ${ac_cv_prog_AWK+:} false; then :
2798   $as_echo_n "(cached) " >&6
2799 else
2800   if test -n "$AWK"; then
2801   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2802 else
2803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2804 for as_dir in $PATH
2805 do
2806   IFS=$as_save_IFS
2807   test -z "$as_dir" && as_dir=.
2808     for ac_exec_ext in '' $ac_executable_extensions; do
2809   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2810     ac_cv_prog_AWK="$ac_prog"
2811     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2812     break 2
2813   fi
2814 done
2815   done
2816 IFS=$as_save_IFS
2817
2818 fi
2819 fi
2820 AWK=$ac_cv_prog_AWK
2821 if test -n "$AWK"; then
2822   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2823 $as_echo "$AWK" >&6; }
2824 else
2825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2826 $as_echo "no" >&6; }
2827 fi
2828
2829
2830   test -n "$AWK" && break
2831 done
2832
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2834 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2835 set x ${MAKE-make}
2836 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2837 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2838   $as_echo_n "(cached) " >&6
2839 else
2840   cat >conftest.make <<\_ACEOF
2841 SHELL = /bin/sh
2842 all:
2843         @echo '@@@%%%=$(MAKE)=@@@%%%'
2844 _ACEOF
2845 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2846 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2847   *@@@%%%=?*=@@@%%%*)
2848     eval ac_cv_prog_make_${ac_make}_set=yes;;
2849   *)
2850     eval ac_cv_prog_make_${ac_make}_set=no;;
2851 esac
2852 rm -f conftest.make
2853 fi
2854 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2855   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2856 $as_echo "yes" >&6; }
2857   SET_MAKE=
2858 else
2859   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2860 $as_echo "no" >&6; }
2861   SET_MAKE="MAKE=${MAKE-make}"
2862 fi
2863
2864 rm -rf .tst 2>/dev/null
2865 mkdir .tst 2>/dev/null
2866 if test -d .tst; then
2867   am__leading_dot=.
2868 else
2869   am__leading_dot=_
2870 fi
2871 rmdir .tst 2>/dev/null
2872
2873 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2874   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2875   # is not polluted with repeated "-I."
2876   am__isrc=' -I$(srcdir)'
2877   # test to see if srcdir already configured
2878   if test -f $srcdir/config.status; then
2879     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2880   fi
2881 fi
2882
2883 # test whether we have cygpath
2884 if test -z "$CYGPATH_W"; then
2885   if (cygpath --version) >/dev/null 2>/dev/null; then
2886     CYGPATH_W='cygpath -w'
2887   else
2888     CYGPATH_W=echo
2889   fi
2890 fi
2891
2892
2893 # Define the identity of the package.
2894  PACKAGE='valgrind'
2895  VERSION='3.7.0.SVN'
2896
2897
2898 cat >>confdefs.h <<_ACEOF
2899 #define PACKAGE "$PACKAGE"
2900 _ACEOF
2901
2902
2903 cat >>confdefs.h <<_ACEOF
2904 #define VERSION "$VERSION"
2905 _ACEOF
2906
2907 # Some tools Automake needs.
2908
2909 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2910
2911
2912 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2913
2914
2915 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2916
2917
2918 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2919
2920
2921 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2922
2923 # We need awk for the "check" target.  The system "awk" is bad on
2924 # some platforms.
2925 # Always define AMTAR for backward compatibility.
2926
2927 AMTAR=${AMTAR-"${am_missing_run}tar"}
2928
2929 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2930
2931
2932
2933
2934
2935
2936
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2938 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2939     # Check whether --enable-maintainer-mode was given.
2940 if test "${enable_maintainer_mode+set}" = set; then :
2941   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2942 else
2943   USE_MAINTAINER_MODE=no
2944 fi
2945
2946   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2947 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2948    if test $USE_MAINTAINER_MODE = yes; then
2949   MAINTAINER_MODE_TRUE=
2950   MAINTAINER_MODE_FALSE='#'
2951 else
2952   MAINTAINER_MODE_TRUE='#'
2953   MAINTAINER_MODE_FALSE=
2954 fi
2955
2956   MAINT=$MAINTAINER_MODE_TRUE
2957
2958
2959
2960 #----------------------------------------------------------------------------
2961 # Checks for various programs.
2962 #----------------------------------------------------------------------------
2963 CFLAGS="-Wno-long-long $CFLAGS"
2964
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
2966 $as_echo_n "checking whether ln -s works... " >&6; }
2967 LN_S=$as_ln_s
2968 if test "$LN_S" = "ln -s"; then
2969   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2970 $as_echo "yes" >&6; }
2971 else
2972   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
2973 $as_echo "no, using $LN_S" >&6; }
2974 fi
2975
2976 ac_ext=c
2977 ac_cpp='$CPP $CPPFLAGS'
2978 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2979 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2980 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2981 if test -n "$ac_tool_prefix"; then
2982   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2983 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2985 $as_echo_n "checking for $ac_word... " >&6; }
2986 if ${ac_cv_prog_CC+:} false; then :
2987   $as_echo_n "(cached) " >&6
2988 else
2989   if test -n "$CC"; then
2990   ac_cv_prog_CC="$CC" # Let the user override the test.
2991 else
2992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2993 for as_dir in $PATH
2994 do
2995   IFS=$as_save_IFS
2996   test -z "$as_dir" && as_dir=.
2997     for ac_exec_ext in '' $ac_executable_extensions; do
2998   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2999     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3000     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3001     break 2
3002   fi
3003 done
3004   done
3005 IFS=$as_save_IFS
3006
3007 fi
3008 fi
3009 CC=$ac_cv_prog_CC
3010 if test -n "$CC"; then
3011   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3012 $as_echo "$CC" >&6; }
3013 else
3014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3015 $as_echo "no" >&6; }
3016 fi
3017
3018
3019 fi
3020 if test -z "$ac_cv_prog_CC"; then
3021   ac_ct_CC=$CC
3022   # Extract the first word of "gcc", so it can be a program name with args.
3023 set dummy gcc; ac_word=$2
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3025 $as_echo_n "checking for $ac_word... " >&6; }
3026 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3027   $as_echo_n "(cached) " >&6
3028 else
3029   if test -n "$ac_ct_CC"; then
3030   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3031 else
3032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3033 for as_dir in $PATH
3034 do
3035   IFS=$as_save_IFS
3036   test -z "$as_dir" && as_dir=.
3037     for ac_exec_ext in '' $ac_executable_extensions; do
3038   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3039     ac_cv_prog_ac_ct_CC="gcc"
3040     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3041     break 2
3042   fi
3043 done
3044   done
3045 IFS=$as_save_IFS
3046
3047 fi
3048 fi
3049 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3050 if test -n "$ac_ct_CC"; then
3051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3052 $as_echo "$ac_ct_CC" >&6; }
3053 else
3054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3055 $as_echo "no" >&6; }
3056 fi
3057
3058   if test "x$ac_ct_CC" = x; then
3059     CC=""
3060   else
3061     case $cross_compiling:$ac_tool_warned in
3062 yes:)
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3064 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3065 ac_tool_warned=yes ;;
3066 esac
3067     CC=$ac_ct_CC
3068   fi
3069 else
3070   CC="$ac_cv_prog_CC"
3071 fi
3072
3073 if test -z "$CC"; then
3074           if test -n "$ac_tool_prefix"; then
3075     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3076 set dummy ${ac_tool_prefix}cc; ac_word=$2
3077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3078 $as_echo_n "checking for $ac_word... " >&6; }
3079 if ${ac_cv_prog_CC+:} false; then :
3080   $as_echo_n "(cached) " >&6
3081 else
3082   if test -n "$CC"; then
3083   ac_cv_prog_CC="$CC" # Let the user override the test.
3084 else
3085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3086 for as_dir in $PATH
3087 do
3088   IFS=$as_save_IFS
3089   test -z "$as_dir" && as_dir=.
3090     for ac_exec_ext in '' $ac_executable_extensions; do
3091   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3092     ac_cv_prog_CC="${ac_tool_prefix}cc"
3093     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3094     break 2
3095   fi
3096 done
3097   done
3098 IFS=$as_save_IFS
3099
3100 fi
3101 fi
3102 CC=$ac_cv_prog_CC
3103 if test -n "$CC"; then
3104   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3105 $as_echo "$CC" >&6; }
3106 else
3107   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3108 $as_echo "no" >&6; }
3109 fi
3110
3111
3112   fi
3113 fi
3114 if test -z "$CC"; then
3115   # Extract the first word of "cc", so it can be a program name with args.
3116 set dummy cc; ac_word=$2
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3118 $as_echo_n "checking for $ac_word... " >&6; }
3119 if ${ac_cv_prog_CC+:} false; then :
3120   $as_echo_n "(cached) " >&6
3121 else
3122   if test -n "$CC"; then
3123   ac_cv_prog_CC="$CC" # Let the user override the test.
3124 else
3125   ac_prog_rejected=no
3126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3127 for as_dir in $PATH
3128 do
3129   IFS=$as_save_IFS
3130   test -z "$as_dir" && as_dir=.
3131     for ac_exec_ext in '' $ac_executable_extensions; do
3132   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3133     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3134        ac_prog_rejected=yes
3135        continue
3136      fi
3137     ac_cv_prog_CC="cc"
3138     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3139     break 2
3140   fi
3141 done
3142   done
3143 IFS=$as_save_IFS
3144
3145 if test $ac_prog_rejected = yes; then
3146   # We found a bogon in the path, so make sure we never use it.
3147   set dummy $ac_cv_prog_CC
3148   shift
3149   if test $# != 0; then
3150     # We chose a different compiler from the bogus one.
3151     # However, it has the same basename, so the bogon will be chosen
3152     # first if we set CC to just the basename; use the full file name.
3153     shift
3154     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3155   fi
3156 fi
3157 fi
3158 fi
3159 CC=$ac_cv_prog_CC
3160 if test -n "$CC"; then
3161   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3162 $as_echo "$CC" >&6; }
3163 else
3164   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3166 fi
3167
3168
3169 fi
3170 if test -z "$CC"; then
3171   if test -n "$ac_tool_prefix"; then
3172   for ac_prog in cl.exe
3173   do
3174     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3175 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3177 $as_echo_n "checking for $ac_word... " >&6; }
3178 if ${ac_cv_prog_CC+:} false; then :
3179   $as_echo_n "(cached) " >&6
3180 else
3181   if test -n "$CC"; then
3182   ac_cv_prog_CC="$CC" # Let the user override the test.
3183 else
3184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3185 for as_dir in $PATH
3186 do
3187   IFS=$as_save_IFS
3188   test -z "$as_dir" && as_dir=.
3189     for ac_exec_ext in '' $ac_executable_extensions; do
3190   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3191     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3192     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3193     break 2
3194   fi
3195 done
3196   done
3197 IFS=$as_save_IFS
3198
3199 fi
3200 fi
3201 CC=$ac_cv_prog_CC
3202 if test -n "$CC"; then
3203   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3204 $as_echo "$CC" >&6; }
3205 else
3206   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3207 $as_echo "no" >&6; }
3208 fi
3209
3210
3211     test -n "$CC" && break
3212   done
3213 fi
3214 if test -z "$CC"; then
3215   ac_ct_CC=$CC
3216   for ac_prog in cl.exe
3217 do
3218   # Extract the first word of "$ac_prog", so it can be a program name with args.
3219 set dummy $ac_prog; ac_word=$2
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3221 $as_echo_n "checking for $ac_word... " >&6; }
3222 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3223   $as_echo_n "(cached) " >&6
3224 else
3225   if test -n "$ac_ct_CC"; then
3226   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3227 else
3228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3229 for as_dir in $PATH
3230 do
3231   IFS=$as_save_IFS
3232   test -z "$as_dir" && as_dir=.
3233     for ac_exec_ext in '' $ac_executable_extensions; do
3234   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3235     ac_cv_prog_ac_ct_CC="$ac_prog"
3236     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3237     break 2
3238   fi
3239 done
3240   done
3241 IFS=$as_save_IFS
3242
3243 fi
3244 fi
3245 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3246 if test -n "$ac_ct_CC"; then
3247   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3248 $as_echo "$ac_ct_CC" >&6; }
3249 else
3250   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3251 $as_echo "no" >&6; }
3252 fi
3253
3254
3255   test -n "$ac_ct_CC" && break
3256 done
3257
3258   if test "x$ac_ct_CC" = x; then
3259     CC=""
3260   else
3261     case $cross_compiling:$ac_tool_warned in
3262 yes:)
3263 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3265 ac_tool_warned=yes ;;
3266 esac
3267     CC=$ac_ct_CC
3268   fi
3269 fi
3270
3271 fi
3272
3273
3274 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3275 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3276 as_fn_error $? "no acceptable C compiler found in \$PATH
3277 See \`config.log' for more details" "$LINENO" 5; }
3278
3279 # Provide some information about the compiler.
3280 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3281 set X $ac_compile
3282 ac_compiler=$2
3283 for ac_option in --version -v -V -qversion; do
3284   { { ac_try="$ac_compiler $ac_option >&5"
3285 case "(($ac_try" in
3286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3287   *) ac_try_echo=$ac_try;;
3288 esac
3289 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3290 $as_echo "$ac_try_echo"; } >&5
3291   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3292   ac_status=$?
3293   if test -s conftest.err; then
3294     sed '10a\
3295 ... rest of stderr output deleted ...
3296          10q' conftest.err >conftest.er1
3297     cat conftest.er1 >&5
3298   fi
3299   rm -f conftest.er1 conftest.err
3300   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3301   test $ac_status = 0; }
3302 done
3303
3304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3305 /* end confdefs.h.  */
3306
3307 int
3308 main ()
3309 {
3310
3311   ;
3312   return 0;
3313 }
3314 _ACEOF
3315 ac_clean_files_save=$ac_clean_files
3316 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3317 # Try to create an executable without -o first, disregard a.out.
3318 # It will help us diagnose broken compilers, and finding out an intuition
3319 # of exeext.
3320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3321 $as_echo_n "checking whether the C compiler works... " >&6; }
3322 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3323
3324 # The possible output files:
3325 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3326
3327 ac_rmfiles=
3328 for ac_file in $ac_files
3329 do
3330   case $ac_file in
3331     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3332     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3333   esac
3334 done
3335 rm -f $ac_rmfiles
3336
3337 if { { ac_try="$ac_link_default"
3338 case "(($ac_try" in
3339   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3340   *) ac_try_echo=$ac_try;;
3341 esac
3342 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3343 $as_echo "$ac_try_echo"; } >&5
3344   (eval "$ac_link_default") 2>&5
3345   ac_status=$?
3346   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3347   test $ac_status = 0; }; then :
3348   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3349 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3350 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3351 # so that the user can short-circuit this test for compilers unknown to
3352 # Autoconf.
3353 for ac_file in $ac_files ''
3354 do
3355   test -f "$ac_file" || continue
3356   case $ac_file in
3357     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3358         ;;
3359     [ab].out )
3360         # We found the default executable, but exeext='' is most
3361         # certainly right.
3362         break;;
3363     *.* )
3364         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3365         then :; else
3366            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3367         fi
3368         # We set ac_cv_exeext here because the later test for it is not
3369         # safe: cross compilers may not add the suffix if given an `-o'
3370         # argument, so we may need to know it at that point already.
3371         # Even if this section looks crufty: it has the advantage of
3372         # actually working.
3373         break;;
3374     * )
3375         break;;
3376   esac
3377 done
3378 test "$ac_cv_exeext" = no && ac_cv_exeext=
3379
3380 else
3381   ac_file=''
3382 fi
3383 if test -z "$ac_file"; then :
3384   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3385 $as_echo "no" >&6; }
3386 $as_echo "$as_me: failed program was:" >&5
3387 sed 's/^/| /' conftest.$ac_ext >&5
3388
3389 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3390 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3391 as_fn_error 77 "C compiler cannot create executables
3392 See \`config.log' for more details" "$LINENO" 5; }
3393 else
3394   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3395 $as_echo "yes" >&6; }
3396 fi
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3398 $as_echo_n "checking for C compiler default output file name... " >&6; }
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3400 $as_echo "$ac_file" >&6; }
3401 ac_exeext=$ac_cv_exeext
3402
3403 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3404 ac_clean_files=$ac_clean_files_save
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3406 $as_echo_n "checking for suffix of executables... " >&6; }
3407 if { { ac_try="$ac_link"
3408 case "(($ac_try" in
3409   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3410   *) ac_try_echo=$ac_try;;
3411 esac
3412 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3413 $as_echo "$ac_try_echo"; } >&5
3414   (eval "$ac_link") 2>&5
3415   ac_status=$?
3416   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3417   test $ac_status = 0; }; then :
3418   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3419 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3420 # work properly (i.e., refer to `conftest.exe'), while it won't with
3421 # `rm'.
3422 for ac_file in conftest.exe conftest conftest.*; do
3423   test -f "$ac_file" || continue
3424   case $ac_file in
3425     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3426     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3427           break;;
3428     * ) break;;
3429   esac
3430 done
3431 else
3432   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3433 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3434 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3435 See \`config.log' for more details" "$LINENO" 5; }
3436 fi
3437 rm -f conftest conftest$ac_cv_exeext
3438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3439 $as_echo "$ac_cv_exeext" >&6; }
3440
3441 rm -f conftest.$ac_ext
3442 EXEEXT=$ac_cv_exeext
3443 ac_exeext=$EXEEXT
3444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3445 /* end confdefs.h.  */
3446 #include <stdio.h>
3447 int
3448 main ()
3449 {
3450 FILE *f = fopen ("conftest.out", "w");
3451  return ferror (f) || fclose (f) != 0;
3452
3453   ;
3454   return 0;
3455 }
3456 _ACEOF
3457 ac_clean_files="$ac_clean_files conftest.out"
3458 # Check that the compiler produces executables we can run.  If not, either
3459 # the compiler is broken, or we cross compile.
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3461 $as_echo_n "checking whether we are cross compiling... " >&6; }
3462 if test "$cross_compiling" != yes; then
3463   { { ac_try="$ac_link"
3464 case "(($ac_try" in
3465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466   *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3469 $as_echo "$ac_try_echo"; } >&5
3470   (eval "$ac_link") 2>&5
3471   ac_status=$?
3472   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3473   test $ac_status = 0; }
3474   if { ac_try='./conftest$ac_cv_exeext'
3475   { { case "(($ac_try" in
3476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477   *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3480 $as_echo "$ac_try_echo"; } >&5
3481   (eval "$ac_try") 2>&5
3482   ac_status=$?
3483   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3484   test $ac_status = 0; }; }; then
3485     cross_compiling=no
3486   else
3487     if test "$cross_compiling" = maybe; then
3488         cross_compiling=yes
3489     else
3490         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3491 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3492 as_fn_error $? "cannot run C compiled programs.
3493 If you meant to cross compile, use \`--host'.
3494 See \`config.log' for more details" "$LINENO" 5; }
3495     fi
3496   fi
3497 fi
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3499 $as_echo "$cross_compiling" >&6; }
3500
3501 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3502 ac_clean_files=$ac_clean_files_save
3503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3504 $as_echo_n "checking for suffix of object files... " >&6; }
3505 if ${ac_cv_objext+:} false; then :
3506   $as_echo_n "(cached) " >&6
3507 else
3508   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h.  */
3510
3511 int
3512 main ()
3513 {
3514
3515   ;
3516   return 0;
3517 }
3518 _ACEOF
3519 rm -f conftest.o conftest.obj
3520 if { { ac_try="$ac_compile"
3521 case "(($ac_try" in
3522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3523   *) ac_try_echo=$ac_try;;
3524 esac
3525 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3526 $as_echo "$ac_try_echo"; } >&5
3527   (eval "$ac_compile") 2>&5
3528   ac_status=$?
3529   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3530   test $ac_status = 0; }; then :
3531   for ac_file in conftest.o conftest.obj conftest.*; do
3532   test -f "$ac_file" || continue;
3533   case $ac_file in
3534     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3535     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3536        break;;
3537   esac
3538 done
3539 else
3540   $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3542
3543 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3544 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3545 as_fn_error $? "cannot compute suffix of object files: cannot compile
3546 See \`config.log' for more details" "$LINENO" 5; }
3547 fi
3548 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3549 fi
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3551 $as_echo "$ac_cv_objext" >&6; }
3552 OBJEXT=$ac_cv_objext
3553 ac_objext=$OBJEXT
3554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3555 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3556 if ${ac_cv_c_compiler_gnu+:} false; then :
3557   $as_echo_n "(cached) " >&6
3558 else
3559   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3560 /* end confdefs.h.  */
3561
3562 int
3563 main ()
3564 {
3565 #ifndef __GNUC__
3566        choke me
3567 #endif
3568
3569   ;
3570   return 0;
3571 }
3572 _ACEOF
3573 if ac_fn_c_try_compile "$LINENO"; then :
3574   ac_compiler_gnu=yes
3575 else
3576   ac_compiler_gnu=no
3577 fi
3578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3579 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3580
3581 fi
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3583 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3584 if test $ac_compiler_gnu = yes; then
3585   GCC=yes
3586 else
3587   GCC=
3588 fi
3589 ac_test_CFLAGS=${CFLAGS+set}
3590 ac_save_CFLAGS=$CFLAGS
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3592 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3593 if ${ac_cv_prog_cc_g+:} false; then :
3594   $as_echo_n "(cached) " >&6
3595 else
3596   ac_save_c_werror_flag=$ac_c_werror_flag
3597    ac_c_werror_flag=yes
3598    ac_cv_prog_cc_g=no
3599    CFLAGS="-g"
3600    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3601 /* end confdefs.h.  */
3602
3603 int
3604 main ()
3605 {
3606
3607   ;
3608   return 0;
3609 }
3610 _ACEOF
3611 if ac_fn_c_try_compile "$LINENO"; then :
3612   ac_cv_prog_cc_g=yes
3613 else
3614   CFLAGS=""
3615       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3616 /* end confdefs.h.  */
3617
3618 int
3619 main ()
3620 {
3621
3622   ;
3623   return 0;
3624 }
3625 _ACEOF
3626 if ac_fn_c_try_compile "$LINENO"; then :
3627
3628 else
3629   ac_c_werror_flag=$ac_save_c_werror_flag
3630          CFLAGS="-g"
3631          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3632 /* end confdefs.h.  */
3633
3634 int
3635 main ()
3636 {
3637
3638   ;
3639   return 0;
3640 }
3641 _ACEOF
3642 if ac_fn_c_try_compile "$LINENO"; then :
3643   ac_cv_prog_cc_g=yes
3644 fi
3645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3646 fi
3647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3648 fi
3649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3650    ac_c_werror_flag=$ac_save_c_werror_flag
3651 fi
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3653 $as_echo "$ac_cv_prog_cc_g" >&6; }
3654 if test "$ac_test_CFLAGS" = set; then
3655   CFLAGS=$ac_save_CFLAGS
3656 elif test $ac_cv_prog_cc_g = yes; then
3657   if test "$GCC" = yes; then
3658     CFLAGS="-g -O2"
3659   else
3660     CFLAGS="-g"
3661   fi
3662 else
3663   if test "$GCC" = yes; then
3664     CFLAGS="-O2"
3665   else
3666     CFLAGS=
3667   fi
3668 fi
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3670 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3671 if ${ac_cv_prog_cc_c89+:} false; then :
3672   $as_echo_n "(cached) " >&6
3673 else
3674   ac_cv_prog_cc_c89=no
3675 ac_save_CC=$CC
3676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3677 /* end confdefs.h.  */
3678 #include <stdarg.h>
3679 #include <stdio.h>
3680 #include <sys/types.h>
3681 #include <sys/stat.h>
3682 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3683 struct buf { int x; };
3684 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3685 static char *e (p, i)
3686      char **p;
3687      int i;
3688 {
3689   return p[i];
3690 }
3691 static char *f (char * (*g) (char **, int), char **p, ...)
3692 {
3693   char *s;
3694   va_list v;
3695   va_start (v,p);
3696   s = g (p, va_arg (v,int));
3697   va_end (v);
3698   return s;
3699 }
3700
3701 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3702    function prototypes and stuff, but not '\xHH' hex character constants.
3703    These don't provoke an error unfortunately, instead are silently treated
3704    as 'x'.  The following induces an error, until -std is added to get
3705    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3706    array size at least.  It's necessary to write '\x00'==0 to get something
3707    that's true only with -std.  */
3708 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3709
3710 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3711    inside strings and character constants.  */
3712 #define FOO(x) 'x'
3713 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3714
3715 int test (int i, double x);
3716 struct s1 {int (*f) (int a);};
3717 struct s2 {int (*f) (double a);};
3718 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3719 int argc;
3720 char **argv;
3721 int
3722 main ()
3723 {
3724 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3725   ;
3726   return 0;
3727 }
3728 _ACEOF
3729 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3730         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3731 do
3732   CC="$ac_save_CC $ac_arg"
3733   if ac_fn_c_try_compile "$LINENO"; then :
3734   ac_cv_prog_cc_c89=$ac_arg
3735 fi
3736 rm -f core conftest.err conftest.$ac_objext
3737   test "x$ac_cv_prog_cc_c89" != "xno" && break
3738 done
3739 rm -f conftest.$ac_ext
3740 CC=$ac_save_CC
3741
3742 fi
3743 # AC_CACHE_VAL
3744 case "x$ac_cv_prog_cc_c89" in
3745   x)
3746     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3747 $as_echo "none needed" >&6; } ;;
3748   xno)
3749     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3750 $as_echo "unsupported" >&6; } ;;
3751   *)
3752     CC="$CC $ac_cv_prog_cc_c89"
3753     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3754 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3755 esac
3756 if test "x$ac_cv_prog_cc_c89" != xno; then :
3757
3758 fi
3759
3760 ac_ext=c
3761 ac_cpp='$CPP $CPPFLAGS'
3762 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3763 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3764 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3765 DEPDIR="${am__leading_dot}deps"
3766
3767 ac_config_commands="$ac_config_commands depfiles"
3768
3769
3770 am_make=${MAKE-make}
3771 cat > confinc << 'END'
3772 am__doit:
3773         @echo this is the am__doit target
3774 .PHONY: am__doit
3775 END
3776 # If we don't find an include directive, just comment out the code.
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3778 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3779 am__include="#"
3780 am__quote=
3781 _am_result=none
3782 # First try GNU make style include.
3783 echo "include confinc" > confmf
3784 # Ignore all kinds of additional output from `make'.
3785 case `$am_make -s -f confmf 2> /dev/null` in #(
3786 *the\ am__doit\ target*)
3787   am__include=include
3788   am__quote=
3789   _am_result=GNU
3790   ;;
3791 esac
3792 # Now try BSD make style include.
3793 if test "$am__include" = "#"; then
3794    echo '.include "confinc"' > confmf
3795    case `$am_make -s -f confmf 2> /dev/null` in #(
3796    *the\ am__doit\ target*)
3797      am__include=.include
3798      am__quote="\""
3799      _am_result=BSD
3800      ;;
3801    esac
3802 fi
3803
3804
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3806 $as_echo "$_am_result" >&6; }
3807 rm -f confinc confmf
3808
3809 # Check whether --enable-dependency-tracking was given.
3810 if test "${enable_dependency_tracking+set}" = set; then :
3811   enableval=$enable_dependency_tracking;
3812 fi
3813
3814 if test "x$enable_dependency_tracking" != xno; then
3815   am_depcomp="$ac_aux_dir/depcomp"
3816   AMDEPBACKSLASH='\'
3817 fi
3818  if test "x$enable_dependency_tracking" != xno; then
3819   AMDEP_TRUE=
3820   AMDEP_FALSE='#'
3821 else
3822   AMDEP_TRUE='#'
3823   AMDEP_FALSE=
3824 fi
3825
3826
3827
3828 depcc="$CC"   am_compiler_list=
3829
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3831 $as_echo_n "checking dependency style of $depcc... " >&6; }
3832 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3833   $as_echo_n "(cached) " >&6
3834 else
3835   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3836   # We make a subdir and do the tests there.  Otherwise we can end up
3837   # making bogus files that we don't know about and never remove.  For
3838   # instance it was reported that on HP-UX the gcc test will end up
3839   # making a dummy file named `D' -- because `-MD' means `put the output
3840   # in D'.
3841   mkdir conftest.dir
3842   # Copy depcomp to subdir because otherwise we won't find it if we're
3843   # using a relative directory.
3844   cp "$am_depcomp" conftest.dir
3845   cd conftest.dir
3846   # We will build objects and dependencies in a subdirectory because
3847   # it helps to detect inapplicable dependency modes.  For instance
3848   # both Tru64's cc and ICC support -MD to output dependencies as a
3849   # side effect of compilation, but ICC will put the dependencies in
3850   # the current directory while Tru64 will put them in the object
3851   # directory.
3852   mkdir sub
3853
3854   am_cv_CC_dependencies_compiler_type=none
3855   if test "$am_compiler_list" = ""; then
3856      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3857   fi
3858   am__universal=false
3859   case " $depcc " in #(
3860      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3861      esac
3862
3863   for depmode in $am_compiler_list; do
3864     # Setup a source with many dependencies, because some compilers
3865     # like to wrap large dependency lists on column 80 (with \), and
3866     # we should not choose a depcomp mode which is confused by this.
3867     #
3868     # We need to recreate these files for each test, as the compiler may
3869     # overwrite some of them when testing with obscure command lines.
3870     # This happens at least with the AIX C compiler.
3871     : > sub/conftest.c
3872     for i in 1 2 3 4 5 6; do
3873       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3874       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3875       # Solaris 8's {/usr,}/bin/sh.
3876       touch sub/conftst$i.h
3877     done
3878     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3879
3880     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3881     # mode.  It turns out that the SunPro C++ compiler does not properly
3882     # handle `-M -o', and we need to detect this.  Also, some Intel
3883     # versions had trouble with output in subdirs
3884     am__obj=sub/conftest.${OBJEXT-o}
3885     am__minus_obj="-o $am__obj"
3886     case $depmode in
3887     gcc)
3888       # This depmode causes a compiler race in universal mode.
3889       test "$am__universal" = false || continue
3890       ;;
3891     nosideeffect)
3892       # after this tag, mechanisms are not by side-effect, so they'll
3893       # only be used when explicitly requested
3894       if test "x$enable_dependency_tracking" = xyes; then
3895         continue
3896       else
3897         break
3898       fi
3899       ;;
3900     msvisualcpp | msvcmsys)
3901       # This compiler won't grok `-c -o', but also, the minuso test has
3902       # not run yet.  These depmodes are late enough in the game, and
3903       # so weak that their functioning should not be impacted.
3904       am__obj=conftest.${OBJEXT-o}
3905       am__minus_obj=
3906       ;;
3907     none) break ;;
3908     esac
3909     if depmode=$depmode \
3910        source=sub/conftest.c object=$am__obj \
3911        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3912        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3913          >/dev/null 2>conftest.err &&
3914        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3915        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3916        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3917        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3918       # icc doesn't choke on unknown options, it will just issue warnings
3919       # or remarks (even with -Werror).  So we grep stderr for any message
3920       # that says an option was ignored or not supported.
3921       # When given -MP, icc 7.0 and 7.1 complain thusly:
3922       #   icc: Command line warning: ignoring option '-M'; no argument required
3923       # The diagnosis changed in icc 8.0:
3924       #   icc: Command line remark: option '-MP' not supported
3925       if (grep 'ignoring option' conftest.err ||
3926           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3927         am_cv_CC_dependencies_compiler_type=$depmode
3928         break
3929       fi
3930     fi
3931   done
3932
3933   cd ..
3934   rm -rf conftest.dir
3935 else
3936   am_cv_CC_dependencies_compiler_type=none
3937 fi
3938
3939 fi
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3941 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3942 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3943
3944  if
3945   test "x$enable_dependency_tracking" != xno \
3946   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3947   am__fastdepCC_TRUE=
3948   am__fastdepCC_FALSE='#'
3949 else
3950   am__fastdepCC_TRUE='#'
3951   am__fastdepCC_FALSE=
3952 fi
3953
3954
3955 if test "x$CC" != xcc; then
3956   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
3957 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
3958 else
3959   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
3960 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
3961 fi
3962 set dummy $CC; ac_cc=`$as_echo "$2" |
3963                       sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3964 if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
3965   $as_echo_n "(cached) " >&6
3966 else
3967   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3968 /* end confdefs.h.  */
3969
3970 int
3971 main ()
3972 {
3973
3974   ;
3975   return 0;
3976 }
3977 _ACEOF
3978 # Make sure it works both with $CC and with simple cc.
3979 # We do the test twice because some compilers refuse to overwrite an
3980 # existing .o file with -o, though they will create one.
3981 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
3982 rm -f conftest2.*
3983 if { { case "(($ac_try" in
3984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3985   *) ac_try_echo=$ac_try;;
3986 esac
3987 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3988 $as_echo "$ac_try_echo"; } >&5
3989   (eval "$ac_try") 2>&5
3990   ac_status=$?
3991   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3992   test $ac_status = 0; } &&
3993    test -f conftest2.$ac_objext && { { case "(($ac_try" in
3994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3995   *) ac_try_echo=$ac_try;;
3996 esac
3997 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3998 $as_echo "$ac_try_echo"; } >&5
3999   (eval "$ac_try") 2>&5
4000   ac_status=$?
4001   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4002   test $ac_status = 0; };
4003 then
4004   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4005   if test "x$CC" != xcc; then
4006     # Test first that cc exists at all.
4007     if { ac_try='cc -c conftest.$ac_ext >&5'
4008   { { case "(($ac_try" in
4009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4010   *) ac_try_echo=$ac_try;;
4011 esac
4012 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4013 $as_echo "$ac_try_echo"; } >&5
4014   (eval "$ac_try") 2>&5
4015   ac_status=$?
4016   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4017   test $ac_status = 0; }; }; then
4018       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4019       rm -f conftest2.*
4020       if { { case "(($ac_try" in
4021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4022   *) ac_try_echo=$ac_try;;
4023 esac
4024 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4025 $as_echo "$ac_try_echo"; } >&5
4026   (eval "$ac_try") 2>&5
4027   ac_status=$?
4028   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4029   test $ac_status = 0; } &&
4030          test -f conftest2.$ac_objext && { { case "(($ac_try" in
4031   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4032   *) ac_try_echo=$ac_try;;
4033 esac
4034 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4035 $as_echo "$ac_try_echo"; } >&5
4036   (eval "$ac_try") 2>&5
4037   ac_status=$?
4038   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4039   test $ac_status = 0; };
4040       then
4041         # cc works too.
4042         :
4043       else
4044         # cc exists but doesn't like -o.
4045         eval ac_cv_prog_cc_${ac_cc}_c_o=no
4046       fi
4047     fi
4048   fi
4049 else
4050   eval ac_cv_prog_cc_${ac_cc}_c_o=no
4051 fi
4052 rm -f core conftest*
4053
4054 fi
4055 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4056   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4057 $as_echo "yes" >&6; }
4058 else
4059   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4060 $as_echo "no" >&6; }
4061
4062 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4063
4064 fi
4065
4066 # FIXME: we rely on the cache variable name because
4067 # there is no other way.
4068 set dummy $CC
4069 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4070 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
4071 if test "$am_t" != yes; then
4072    # Losing compiler, so override with the script.
4073    # FIXME: It is wrong to rewrite CC.
4074    # But if we don't then we get into trouble of one sort or another.
4075    # A longer-term fix would be to have automake use am__CC in this case,
4076    # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4077    CC="$am_aux_dir/compile $CC"
4078 fi
4079
4080
4081 ac_ext=c
4082 ac_cpp='$CPP $CPPFLAGS'
4083 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4084 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4085 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4087 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4088 # On Suns, sometimes $CPP names a directory.
4089 if test -n "$CPP" && test -d "$CPP"; then
4090   CPP=
4091 fi
4092 if test -z "$CPP"; then
4093   if ${ac_cv_prog_CPP+:} false; then :
4094   $as_echo_n "(cached) " >&6
4095 else
4096       # Double quotes because CPP needs to be expanded
4097     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4098     do
4099       ac_preproc_ok=false
4100 for ac_c_preproc_warn_flag in '' yes
4101 do
4102   # Use a header file that comes with gcc, so configuring glibc
4103   # with a fresh cross-compiler works.
4104   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4105   # <limits.h> exists even on freestanding compilers.
4106   # On the NeXT, cc -E runs the code through the compiler's parser,
4107   # not just through cpp. "Syntax error" is here to catch this case.
4108   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4109 /* end confdefs.h.  */
4110 #ifdef __STDC__
4111 # include <limits.h>
4112 #else
4113 # include <assert.h>
4114 #endif
4115                      Syntax error
4116 _ACEOF
4117 if ac_fn_c_try_cpp "$LINENO"; then :
4118
4119 else
4120   # Broken: fails on valid input.
4121 continue
4122 fi
4123 rm -f conftest.err conftest.i conftest.$ac_ext
4124
4125   # OK, works on sane cases.  Now check whether nonexistent headers
4126   # can be detected and how.
4127   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4128 /* end confdefs.h.  */
4129 #include <ac_nonexistent.h>
4130 _ACEOF
4131 if ac_fn_c_try_cpp "$LINENO"; then :
4132   # Broken: success on invalid input.
4133 continue
4134 else
4135   # Passes both tests.
4136 ac_preproc_ok=:
4137 break
4138 fi
4139 rm -f conftest.err conftest.i conftest.$ac_ext
4140
4141 done
4142 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4143 rm -f conftest.i conftest.err conftest.$ac_ext
4144 if $ac_preproc_ok; then :
4145   break
4146 fi
4147
4148     done
4149     ac_cv_prog_CPP=$CPP
4150
4151 fi
4152   CPP=$ac_cv_prog_CPP
4153 else
4154   ac_cv_prog_CPP=$CPP
4155 fi
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4157 $as_echo "$CPP" >&6; }
4158 ac_preproc_ok=false
4159 for ac_c_preproc_warn_flag in '' yes
4160 do
4161   # Use a header file that comes with gcc, so configuring glibc
4162   # with a fresh cross-compiler works.
4163   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4164   # <limits.h> exists even on freestanding compilers.
4165   # On the NeXT, cc -E runs the code through the compiler's parser,
4166   # not just through cpp. "Syntax error" is here to catch this case.
4167   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4168 /* end confdefs.h.  */
4169 #ifdef __STDC__
4170 # include <limits.h>
4171 #else
4172 # include <assert.h>
4173 #endif
4174                      Syntax error
4175 _ACEOF
4176 if ac_fn_c_try_cpp "$LINENO"; then :
4177
4178 else
4179   # Broken: fails on valid input.
4180 continue
4181 fi
4182 rm -f conftest.err conftest.i conftest.$ac_ext
4183
4184   # OK, works on sane cases.  Now check whether nonexistent headers
4185   # can be detected and how.
4186   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4187 /* end confdefs.h.  */
4188 #include <ac_nonexistent.h>
4189 _ACEOF
4190 if ac_fn_c_try_cpp "$LINENO"; then :
4191   # Broken: success on invalid input.
4192 continue
4193 else
4194   # Passes both tests.
4195 ac_preproc_ok=:
4196 break
4197 fi
4198 rm -f conftest.err conftest.i conftest.$ac_ext
4199
4200 done
4201 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4202 rm -f conftest.i conftest.err conftest.$ac_ext
4203 if $ac_preproc_ok; then :
4204
4205 else
4206   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4207 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4208 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4209 See \`config.log' for more details" "$LINENO" 5; }
4210 fi
4211
4212 ac_ext=c
4213 ac_cpp='$CPP $CPPFLAGS'
4214 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4215 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4216 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4217
4218 ac_ext=cpp
4219 ac_cpp='$CXXCPP $CPPFLAGS'
4220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4223 if test -z "$CXX"; then
4224   if test -n "$CCC"; then
4225     CXX=$CCC
4226   else
4227     if test -n "$ac_tool_prefix"; then
4228   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4229   do
4230     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4231 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4233 $as_echo_n "checking for $ac_word... " >&6; }
4234 if ${ac_cv_prog_CXX+:} false; then :
4235   $as_echo_n "(cached) " >&6
4236 else
4237   if test -n "$CXX"; then
4238   ac_cv_prog_CXX="$CXX" # Let the user override the test.
4239 else
4240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4241 for as_dir in $PATH
4242 do
4243   IFS=$as_save_IFS
4244   test -z "$as_dir" && as_dir=.
4245     for ac_exec_ext in '' $ac_executable_extensions; do
4246   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4247     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4248     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4249     break 2
4250   fi
4251 done
4252   done
4253 IFS=$as_save_IFS
4254
4255 fi
4256 fi
4257 CXX=$ac_cv_prog_CXX
4258 if test -n "$CXX"; then
4259   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4260 $as_echo "$CXX" >&6; }
4261 else
4262   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4263 $as_echo "no" >&6; }
4264 fi
4265
4266
4267     test -n "$CXX" && break
4268   done
4269 fi
4270 if test -z "$CXX"; then
4271   ac_ct_CXX=$CXX
4272   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4273 do
4274   # Extract the first word of "$ac_prog", so it can be a program name with args.
4275 set dummy $ac_prog; ac_word=$2
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4277 $as_echo_n "checking for $ac_word... " >&6; }
4278 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4279   $as_echo_n "(cached) " >&6
4280 else
4281   if test -n "$ac_ct_CXX"; then
4282   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4283 else
4284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4285 for as_dir in $PATH
4286 do
4287   IFS=$as_save_IFS
4288   test -z "$as_dir" && as_dir=.
4289     for ac_exec_ext in '' $ac_executable_extensions; do
4290   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4291     ac_cv_prog_ac_ct_CXX="$ac_prog"
4292     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4293     break 2
4294   fi
4295 done
4296   done
4297 IFS=$as_save_IFS
4298
4299 fi
4300 fi
4301 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4302 if test -n "$ac_ct_CXX"; then
4303   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4304 $as_echo "$ac_ct_CXX" >&6; }
4305 else
4306   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4307 $as_echo "no" >&6; }
4308 fi
4309
4310
4311   test -n "$ac_ct_CXX" && break
4312 done
4313
4314   if test "x$ac_ct_CXX" = x; then
4315     CXX="g++"
4316   else
4317     case $cross_compiling:$ac_tool_warned in
4318 yes:)
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4320 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4321 ac_tool_warned=yes ;;
4322 esac
4323     CXX=$ac_ct_CXX
4324   fi
4325 fi
4326
4327   fi
4328 fi
4329 # Provide some information about the compiler.
4330 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4331 set X $ac_compile
4332 ac_compiler=$2
4333 for ac_option in --version -v -V -qversion; do
4334   { { ac_try="$ac_compiler $ac_option >&5"
4335 case "(($ac_try" in
4336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4337   *) ac_try_echo=$ac_try;;
4338 esac
4339 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4340 $as_echo "$ac_try_echo"; } >&5
4341   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4342   ac_status=$?
4343   if test -s conftest.err; then
4344     sed '10a\
4345 ... rest of stderr output deleted ...
4346          10q' conftest.err >conftest.er1
4347     cat conftest.er1 >&5
4348   fi
4349   rm -f conftest.er1 conftest.err
4350   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4351   test $ac_status = 0; }
4352 done
4353
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4355 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4356 if ${ac_cv_cxx_compiler_gnu+:} false; then :
4357   $as_echo_n "(cached) " >&6
4358 else
4359   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4360 /* end confdefs.h.  */
4361
4362 int
4363 main ()
4364 {
4365 #ifndef __GNUC__
4366        choke me
4367 #endif
4368
4369   ;
4370   return 0;
4371 }
4372 _ACEOF
4373 if ac_fn_cxx_try_compile "$LINENO"; then :
4374   ac_compiler_gnu=yes
4375 else
4376   ac_compiler_gnu=no
4377 fi
4378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4379 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
4380
4381 fi
4382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4383 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4384 if test $ac_compiler_gnu = yes; then
4385   GXX=yes
4386 else
4387   GXX=
4388 fi
4389 ac_test_CXXFLAGS=${CXXFLAGS+set}
4390 ac_save_CXXFLAGS=$CXXFLAGS
4391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4392 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4393 if ${ac_cv_prog_cxx_g+:} false; then :
4394   $as_echo_n "(cached) " >&6
4395 else
4396   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
4397    ac_cxx_werror_flag=yes
4398    ac_cv_prog_cxx_g=no
4399    CXXFLAGS="-g"
4400    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4401 /* end confdefs.h.  */
4402
4403 int
4404 main ()
4405 {
4406
4407   ;
4408   return 0;
4409 }
4410 _ACEOF
4411 if ac_fn_cxx_try_compile "$LINENO"; then :
4412   ac_cv_prog_cxx_g=yes
4413 else
4414   CXXFLAGS=""
4415       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4416 /* end confdefs.h.  */
4417
4418 int
4419 main ()
4420 {
4421
4422   ;
4423   return 0;
4424 }
4425 _ACEOF
4426 if ac_fn_cxx_try_compile "$LINENO"; then :
4427
4428 else
4429   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4430          CXXFLAGS="-g"
4431          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4432 /* end confdefs.h.  */
4433
4434 int
4435 main ()
4436 {
4437
4438   ;
4439   return 0;
4440 }
4441 _ACEOF
4442 if ac_fn_cxx_try_compile "$LINENO"; then :
4443   ac_cv_prog_cxx_g=yes
4444 fi
4445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4446 fi
4447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4448 fi
4449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4450    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
4451 fi
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4453 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4454 if test "$ac_test_CXXFLAGS" = set; then
4455   CXXFLAGS=$ac_save_CXXFLAGS
4456 elif test $ac_cv_prog_cxx_g = yes; then
4457   if test "$GXX" = yes; then
4458     CXXFLAGS="-g -O2"
4459   else
4460     CXXFLAGS="-g"
4461   fi
4462 else
4463   if test "$GXX" = yes; then
4464     CXXFLAGS="-O2"
4465   else
4466     CXXFLAGS=
4467   fi
4468 fi
4469 ac_ext=c
4470 ac_cpp='$CPP $CPPFLAGS'
4471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4474
4475 depcc="$CXX"  am_compiler_list=
4476
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4478 $as_echo_n "checking dependency style of $depcc... " >&6; }
4479 if ${am_cv_CXX_dependencies_compiler_type+:} false; then :
4480   $as_echo_n "(cached) " >&6
4481 else
4482   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4483   # We make a subdir and do the tests there.  Otherwise we can end up
4484   # making bogus files that we don't know about and never remove.  For
4485   # instance it was reported that on HP-UX the gcc test will end up
4486   # making a dummy file named `D' -- because `-MD' means `put the output
4487   # in D'.
4488   mkdir conftest.dir
4489   # Copy depcomp to subdir because otherwise we won't find it if we're
4490   # using a relative directory.
4491   cp "$am_depcomp" conftest.dir
4492   cd conftest.dir
4493   # We will build objects and dependencies in a subdirectory because
4494   # it helps to detect inapplicable dependency modes.  For instance
4495   # both Tru64's cc and ICC support -MD to output dependencies as a
4496   # side effect of compilation, but ICC will put the dependencies in
4497   # the current directory while Tru64 will put them in the object
4498   # directory.
4499   mkdir sub
4500
4501   am_cv_CXX_dependencies_compiler_type=none
4502   if test "$am_compiler_list" = ""; then
4503      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4504   fi
4505   am__universal=false
4506   case " $depcc " in #(
4507      *\ -arch\ *\ -arch\ *) am__universal=true ;;
4508      esac
4509
4510   for depmode in $am_compiler_list; do
4511     # Setup a source with many dependencies, because some compilers
4512     # like to wrap large dependency lists on column 80 (with \), and
4513     # we should not choose a depcomp mode which is confused by this.
4514     #
4515     # We need to recreate these files for each test, as the compiler may
4516     # overwrite some of them when testing with obscure command lines.
4517     # This happens at least with the AIX C compiler.
4518     : > sub/conftest.c
4519     for i in 1 2 3 4 5 6; do
4520       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4521       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4522       # Solaris 8's {/usr,}/bin/sh.
4523       touch sub/conftst$i.h
4524     done
4525     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4526
4527     # We check with `-c' and `-o' for the sake of the "dashmstdout"
4528     # mode.  It turns out that the SunPro C++ compiler does not properly
4529     # handle `-M -o', and we need to detect this.  Also, some Intel
4530     # versions had trouble with output in subdirs
4531     am__obj=sub/conftest.${OBJEXT-o}
4532     am__minus_obj="-o $am__obj"
4533     case $depmode in
4534     gcc)
4535       # This depmode causes a compiler race in universal mode.
4536       test "$am__universal" = false || continue
4537       ;;
4538     nosideeffect)
4539       # after this tag, mechanisms are not by side-effect, so they'll
4540       # only be used when explicitly requested
4541       if test "x$enable_dependency_tracking" = xyes; then
4542         continue
4543       else
4544         break
4545       fi
4546       ;;
4547     msvisualcpp | msvcmsys)
4548       # This compiler won't grok `-c -o', but also, the minuso test has
4549       # not run yet.  These depmodes are late enough in the game, and
4550       # so weak that their functioning should not be impacted.
4551       am__obj=conftest.${OBJEXT-o}
4552       am__minus_obj=
4553       ;;
4554     none) break ;;
4555     esac
4556     if depmode=$depmode \
4557        source=sub/conftest.c object=$am__obj \
4558        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4559        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4560          >/dev/null 2>conftest.err &&
4561        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4562        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4563        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4564        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4565       # icc doesn't choke on unknown options, it will just issue warnings
4566       # or remarks (even with -Werror).  So we grep stderr for any message
4567       # that says an option was ignored or not supported.
4568       # When given -MP, icc 7.0 and 7.1 complain thusly:
4569       #   icc: Command line warning: ignoring option '-M'; no argument required
4570       # The diagnosis changed in icc 8.0:
4571       #   icc: Command line remark: option '-MP' not supported
4572       if (grep 'ignoring option' conftest.err ||
4573           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4574         am_cv_CXX_dependencies_compiler_type=$depmode
4575         break
4576       fi
4577     fi
4578   done
4579
4580   cd ..
4581   rm -rf conftest.dir
4582 else
4583   am_cv_CXX_dependencies_compiler_type=none
4584 fi
4585
4586 fi
4587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CXX_dependencies_compiler_type" >&5
4588 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
4589 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
4590
4591  if
4592   test "x$enable_dependency_tracking" != xno \
4593   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
4594   am__fastdepCXX_TRUE=
4595   am__fastdepCXX_FALSE='#'
4596 else
4597   am__fastdepCXX_TRUE='#'
4598   am__fastdepCXX_FALSE=
4599 fi
4600
4601
4602 # AC_PROG_OBJC apparently causes problems on older Linux distros (eg. with
4603 # autoconf 2.59).  If we ever have any Objective-C code in the Valgrind code
4604 # base (eg. most likely as Darwin-specific tests) we'll need one of the
4605 # following:
4606 # - put AC_PROG_OBJC in a Darwin-specific part of this file
4607 # - Use AC_PROG_OBJC here and up the minimum autoconf version
4608 # - Use the following, which is apparently equivalent:
4609 #     m4_ifdef([AC_PROG_OBJC],
4610 #        [AC_PROG_OBJC],
4611 #        [AC_CHECK_TOOL([OBJC], [gcc])
4612 #         AC_SUBST([OBJC])
4613 #         AC_SUBST([OBJCFLAGS])
4614 #        ])
4615 if test -n "$ac_tool_prefix"; then
4616   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4617 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4619 $as_echo_n "checking for $ac_word... " >&6; }
4620 if ${ac_cv_prog_RANLIB+:} false; then :
4621   $as_echo_n "(cached) " >&6
4622 else
4623   if test -n "$RANLIB"; then
4624   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4625 else
4626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4627 for as_dir in $PATH
4628 do
4629   IFS=$as_save_IFS
4630   test -z "$as_dir" && as_dir=.
4631     for ac_exec_ext in '' $ac_executable_extensions; do
4632   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4633     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4634     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4635     break 2
4636   fi
4637 done
4638   done
4639 IFS=$as_save_IFS
4640
4641 fi
4642 fi
4643 RANLIB=$ac_cv_prog_RANLIB
4644 if test -n "$RANLIB"; then
4645   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4646 $as_echo "$RANLIB" >&6; }
4647 else
4648   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4649 $as_echo "no" >&6; }
4650 fi
4651
4652
4653 fi
4654 if test -z "$ac_cv_prog_RANLIB"; then
4655   ac_ct_RANLIB=$RANLIB
4656   # Extract the first word of "ranlib", so it can be a program name with args.
4657 set dummy ranlib; ac_word=$2
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4659 $as_echo_n "checking for $ac_word... " >&6; }
4660 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4661   $as_echo_n "(cached) " >&6
4662 else
4663   if test -n "$ac_ct_RANLIB"; then
4664   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4665 else
4666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4667 for as_dir in $PATH
4668 do
4669   IFS=$as_save_IFS
4670   test -z "$as_dir" && as_dir=.
4671     for ac_exec_ext in '' $ac_executable_extensions; do
4672   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4673     ac_cv_prog_ac_ct_RANLIB="ranlib"
4674     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4675     break 2
4676   fi
4677 done
4678   done
4679 IFS=$as_save_IFS
4680
4681 fi
4682 fi
4683 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4684 if test -n "$ac_ct_RANLIB"; then
4685   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4686 $as_echo "$ac_ct_RANLIB" >&6; }
4687 else
4688   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4689 $as_echo "no" >&6; }
4690 fi
4691
4692   if test "x$ac_ct_RANLIB" = x; then
4693     RANLIB=":"
4694   else
4695     case $cross_compiling:$ac_tool_warned in
4696 yes:)
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4699 ac_tool_warned=yes ;;
4700 esac
4701     RANLIB=$ac_ct_RANLIB
4702   fi
4703 else
4704   RANLIB="$ac_cv_prog_RANLIB"
4705 fi
4706
4707 # provide a very basic definition for AC_PROG_SED if it's not provided by
4708 # autoconf (as e.g. in autoconf 2.59).
4709
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4711 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4712 if ${ac_cv_path_SED+:} false; then :
4713   $as_echo_n "(cached) " >&6
4714 else
4715             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4716      for ac_i in 1 2 3 4 5 6 7; do
4717        ac_script="$ac_script$as_nl$ac_script"
4718      done
4719      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4720      { ac_script=; unset ac_script;}
4721      if test -z "$SED"; then
4722   ac_path_SED_found=false
4723   # Loop through the user's path and test for each of PROGNAME-LIST
4724   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4725 for as_dir in $PATH
4726 do
4727   IFS=$as_save_IFS
4728   test -z "$as_dir" && as_dir=.
4729     for ac_prog in sed gsed; do
4730     for ac_exec_ext in '' $ac_executable_extensions; do
4731       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4732       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4733 # Check for GNU ac_path_SED and select it if it is found.
4734   # Check for GNU $ac_path_SED
4735 case `"$ac_path_SED" --version 2>&1` in
4736 *GNU*)
4737   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4738 *)
4739   ac_count=0
4740   $as_echo_n 0123456789 >"conftest.in"
4741   while :
4742   do
4743     cat "conftest.in" "conftest.in" >"conftest.tmp"
4744     mv "conftest.tmp" "conftest.in"
4745     cp "conftest.in" "conftest.nl"
4746     $as_echo '' >> "conftest.nl"
4747     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4748     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4749     as_fn_arith $ac_count + 1 && ac_count=$as_val
4750     if test $ac_count -gt ${ac_path_SED_max-0}; then
4751       # Best one so far, save it but keep looking for a better one
4752       ac_cv_path_SED="$ac_path_SED"
4753       ac_path_SED_max=$ac_count
4754     fi
4755     # 10*(2^10) chars as input seems more than enough
4756     test $ac_count -gt 10 && break
4757   done
4758   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4759 esac
4760
4761       $ac_path_SED_found && break 3
4762     done
4763   done
4764   done
4765 IFS=$as_save_IFS
4766   if test -z "$ac_cv_path_SED"; then
4767     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4768   fi
4769 else
4770   ac_cv_path_SED=$SED
4771 fi
4772
4773 fi
4774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4775 $as_echo "$ac_cv_path_SED" >&6; }
4776  SED="$ac_cv_path_SED"
4777   rm -f conftest.sed
4778
4779
4780 # If no AR variable was specified, look up the name of the archiver. Otherwise
4781 # do not touch the AR variable.
4782 if test "x$AR" = "x"; then
4783   for ac_prog in `echo $LD | $SED 's/ld$/ar/'` "ar"
4784 do
4785   # Extract the first word of "$ac_prog", so it can be a program name with args.
4786 set dummy $ac_prog; ac_word=$2
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4788 $as_echo_n "checking for $ac_word... " >&6; }
4789 if ${ac_cv_path_AR+:} false; then :
4790   $as_echo_n "(cached) " >&6
4791 else
4792   case $AR in
4793   [\\/]* | ?:[\\/]*)
4794   ac_cv_path_AR="$AR" # Let the user override the test with a path.
4795   ;;
4796   *)
4797   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4798 for as_dir in $PATH
4799 do
4800   IFS=$as_save_IFS
4801   test -z "$as_dir" && as_dir=.
4802     for ac_exec_ext in '' $ac_executable_extensions; do
4803   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4804     ac_cv_path_AR="$as_dir/$ac_word$ac_exec_ext"
4805     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4806     break 2
4807   fi
4808 done
4809   done
4810 IFS=$as_save_IFS
4811
4812   ;;
4813 esac
4814 fi
4815 AR=$ac_cv_path_AR
4816 if test -n "$AR"; then
4817   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4818 $as_echo "$AR" >&6; }
4819 else
4820   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4821 $as_echo "no" >&6; }
4822 fi
4823
4824
4825   test -n "$AR" && break
4826 done
4827 test -n "$AR" || AR="ar"
4828
4829 fi
4830
4831
4832 # Check for the compiler support
4833 if test "${GCC}" != "yes" ; then
4834    as_fn_error $? "Valgrind relies on GCC to be compiled" "$LINENO" 5
4835 fi
4836
4837 # figure out where perl lives
4838 # Extract the first word of "perl", so it can be a program name with args.
4839 set dummy perl; ac_word=$2
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4841 $as_echo_n "checking for $ac_word... " >&6; }
4842 if ${ac_cv_path_PERL+:} false; then :
4843   $as_echo_n "(cached) " >&6
4844 else
4845   case $PERL in
4846   [\\/]* | ?:[\\/]*)
4847   ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
4848   ;;
4849   *)
4850   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4851 for as_dir in $PATH
4852 do
4853   IFS=$as_save_IFS
4854   test -z "$as_dir" && as_dir=.
4855     for ac_exec_ext in '' $ac_executable_extensions; do
4856   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4857     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
4858     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4859     break 2
4860   fi
4861 done
4862   done
4863 IFS=$as_save_IFS
4864
4865   ;;
4866 esac
4867 fi
4868 PERL=$ac_cv_path_PERL
4869 if test -n "$PERL"; then
4870   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
4871 $as_echo "$PERL" >&6; }
4872 else
4873   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4874 $as_echo "no" >&6; }
4875 fi
4876
4877
4878
4879 # figure out where gdb lives
4880 # Extract the first word of "gdb", so it can be a program name with args.
4881 set dummy gdb; ac_word=$2
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4883 $as_echo_n "checking for $ac_word... " >&6; }
4884 if ${ac_cv_path_GDB+:} false; then :
4885   $as_echo_n "(cached) " >&6
4886 else
4887   case $GDB in
4888   [\\/]* | ?:[\\/]*)
4889   ac_cv_path_GDB="$GDB" # Let the user override the test with a path.
4890   ;;
4891   *)
4892   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4893 for as_dir in $PATH
4894 do
4895   IFS=$as_save_IFS
4896   test -z "$as_dir" && as_dir=.
4897     for ac_exec_ext in '' $ac_executable_extensions; do
4898   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4899     ac_cv_path_GDB="$as_dir/$ac_word$ac_exec_ext"
4900     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4901     break 2
4902   fi
4903 done
4904   done
4905 IFS=$as_save_IFS
4906
4907   test -z "$ac_cv_path_GDB" && ac_cv_path_GDB=""/no/gdb/was/found/at/configure/time""
4908   ;;
4909 esac
4910 fi
4911 GDB=$ac_cv_path_GDB
4912 if test -n "$GDB"; then
4913   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDB" >&5
4914 $as_echo "$GDB" >&6; }
4915 else
4916   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4917 $as_echo "no" >&6; }
4918 fi
4919
4920
4921
4922 cat >>confdefs.h <<_ACEOF
4923 #define GDB_PATH "$GDB"
4924 _ACEOF
4925
4926
4927 # some older automake's don't have it so try something on our own
4928 # By default we simply use the C compiler to build assembly code.
4929
4930 test "${CCAS+set}" = set || CCAS=$CC
4931 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4932
4933
4934
4935 depcc="$CCAS"   am_compiler_list=
4936
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4938 $as_echo_n "checking dependency style of $depcc... " >&6; }
4939 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4940   $as_echo_n "(cached) " >&6
4941 else
4942   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4943   # We make a subdir and do the tests there.  Otherwise we can end up
4944   # making bogus files that we don't know about and never remove.  For
4945   # instance it was reported that on HP-UX the gcc test will end up
4946   # making a dummy file named `D' -- because `-MD' means `put the output
4947   # in D'.
4948   mkdir conftest.dir
4949   # Copy depcomp to subdir because otherwise we won't find it if we're
4950   # using a relative directory.
4951   cp "$am_depcomp" conftest.dir
4952   cd conftest.dir
4953   # We will build objects and dependencies in a subdirectory because
4954   # it helps to detect inapplicable dependency modes.  For instance
4955   # both Tru64's cc and ICC support -MD to output dependencies as a
4956   # side effect of compilation, but ICC will put the dependencies in
4957   # the current directory while Tru64 will put them in the object
4958   # directory.
4959   mkdir sub
4960
4961   am_cv_CCAS_dependencies_compiler_type=none
4962   if test "$am_compiler_list" = ""; then
4963      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4964   fi
4965   am__universal=false
4966
4967
4968   for depmode in $am_compiler_list; do
4969     # Setup a source with many dependencies, because some compilers
4970     # like to wrap large dependency lists on column 80 (with \), and
4971     # we should not choose a depcomp mode which is confused by this.
4972     #
4973     # We need to recreate these files for each test, as the compiler may
4974     # overwrite some of them when testing with obscure command lines.
4975     # This happens at least with the AIX C compiler.
4976     : > sub/conftest.c
4977     for i in 1 2 3 4 5 6; do
4978       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4979       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4980       # Solaris 8's {/usr,}/bin/sh.
4981       touch sub/conftst$i.h
4982     done
4983     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4984
4985     # We check with `-c' and `-o' for the sake of the "dashmstdout"
4986     # mode.  It turns out that the SunPro C++ compiler does not properly
4987     # handle `-M -o', and we need to detect this.  Also, some Intel
4988     # versions had trouble with output in subdirs
4989     am__obj=sub/conftest.${OBJEXT-o}
4990     am__minus_obj="-o $am__obj"
4991     case $depmode in
4992     gcc)
4993       # This depmode causes a compiler race in universal mode.
4994       test "$am__universal" = false || continue
4995       ;;
4996     nosideeffect)
4997       # after this tag, mechanisms are not by side-effect, so they'll
4998       # only be used when explicitly requested
4999       if test "x$enable_dependency_tracking" = xyes; then
5000         continue
5001       else
5002         break
5003       fi
5004       ;;
5005     msvisualcpp | msvcmsys)
5006       # This compiler won't grok `-c -o', but also, the minuso test has
5007       # not run yet.  These depmodes are late enough in the game, and
5008       # so weak that their functioning should not be impacted.
5009       am__obj=conftest.${OBJEXT-o}
5010       am__minus_obj=
5011       ;;
5012     none) break ;;
5013     esac
5014     if depmode=$depmode \
5015        source=sub/conftest.c object=$am__obj \
5016        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5017        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
5018          >/dev/null 2>conftest.err &&
5019        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
5020        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5021        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
5022        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
5023       # icc doesn't choke on unknown options, it will just issue warnings
5024       # or remarks (even with -Werror).  So we grep stderr for any message
5025       # that says an option was ignored or not supported.
5026       # When given -MP, icc 7.0 and 7.1 complain thusly:
5027       #   icc: Command line warning: ignoring option '-M'; no argument required
5028       # The diagnosis changed in icc 8.0:
5029       #   icc: Command line remark: option '-MP' not supported
5030       if (grep 'ignoring option' conftest.err ||
5031           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
5032         am_cv_CCAS_dependencies_compiler_type=$depmode
5033         break
5034       fi
5035     fi
5036   done
5037
5038   cd ..
5039   rm -rf conftest.dir
5040 else
5041   am_cv_CCAS_dependencies_compiler_type=none
5042 fi
5043
5044 fi
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
5046 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
5047 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
5048
5049  if
5050   test "x$enable_dependency_tracking" != xno \
5051   && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
5052   am__fastdepCCAS_TRUE=
5053   am__fastdepCCAS_FALSE='#'
5054 else
5055   am__fastdepCCAS_TRUE='#'
5056   am__fastdepCCAS_FALSE=
5057 fi
5058
5059
5060
5061
5062 # Check if 'diff' supports -u (universal diffs) and use it if possible.
5063
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for diff -u" >&5
5065 $as_echo_n "checking for diff -u... " >&6; }
5066
5067
5068 # Comparing two identical files results in 0, unless -u isn't supported (as
5069 # it's not on AIX).
5070 tmpfile="tmp-xxx-yyy-zzz"
5071 touch $tmpfile;
5072 if diff -u $tmpfile $tmpfile ; then
5073     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5074 $as_echo "yes" >&6; }
5075     DIFF="diff -u"
5076 else
5077     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5078 $as_echo "no" >&6; }
5079     DIFF="diff"
5080 fi
5081 rm $tmpfile
5082
5083
5084 # We don't want gcc < 3.0
5085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a supported version of gcc" >&5
5086 $as_echo_n "checking for a supported version of gcc... " >&6; }
5087
5088 gcc_version=`${CC} --version | head -n 1 | $SED 's/^[^0-9]*\([0-9.]*\).*$/\1/'`
5089
5090 case "${gcc_version}" in
5091      2.*)
5092         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (${gcc_version})" >&5
5093 $as_echo "no (${gcc_version})" >&6; }
5094         as_fn_error $? "please use a recent (>= gcc-3.0) version of gcc" "$LINENO" 5
5095         ;;
5096      *)
5097         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${gcc_version})" >&5
5098 $as_echo "ok (${gcc_version})" >&6; }
5099         ;;
5100 esac
5101
5102 #----------------------------------------------------------------------------
5103 # Arch/OS/platform tests.
5104 #----------------------------------------------------------------------------
5105 # We create a number of arch/OS/platform-related variables.  We prefix them
5106 # all with "VGCONF_" which indicates that they are defined at
5107 # configure-time, and distinguishes them from the VGA_*/VGO_*/VGP_*
5108 # variables used when compiling C files.
5109
5110 # Make sure we can run config.sub.
5111 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5112   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5113
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5115 $as_echo_n "checking build system type... " >&6; }
5116 if ${ac_cv_build+:} false; then :
5117   $as_echo_n "(cached) " >&6
5118 else
5119   ac_build_alias=$build_alias
5120 test "x$ac_build_alias" = x &&
5121   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5122 test "x$ac_build_alias" = x &&
5123   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
5124 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5125   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5126
5127 fi
5128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5129 $as_echo "$ac_cv_build" >&6; }
5130 case $ac_cv_build in
5131 *-*-*) ;;
5132 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5133 esac
5134 build=$ac_cv_build
5135 ac_save_IFS=$IFS; IFS='-'
5136 set x $ac_cv_build
5137 shift
5138 build_cpu=$1
5139 build_vendor=$2
5140 shift; shift
5141 # Remember, the first character of IFS is used to create $*,
5142 # except with old shells:
5143 build_os=$*
5144 IFS=$ac_save_IFS
5145 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5146
5147
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5149 $as_echo_n "checking host system type... " >&6; }
5150 if ${ac_cv_host+:} false; then :
5151   $as_echo_n "(cached) " >&6
5152 else
5153   if test "x$host_alias" = x; then
5154   ac_cv_host=$ac_cv_build
5155 else
5156   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5157     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5158 fi
5159
5160 fi
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5162 $as_echo "$ac_cv_host" >&6; }
5163 case $ac_cv_host in
5164 *-*-*) ;;
5165 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5166 esac
5167 host=$ac_cv_host
5168 ac_save_IFS=$IFS; IFS='-'
5169 set x $ac_cv_host
5170 shift
5171 host_cpu=$1
5172 host_vendor=$2
5173 shift; shift
5174 # Remember, the first character of IFS is used to create $*,
5175 # except with old shells:
5176 host_os=$*
5177 IFS=$ac_save_IFS
5178 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5179
5180
5181
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a supported CPU" >&5
5183 $as_echo_n "checking for a supported CPU... " >&6; }
5184
5185 # ARCH_MAX reflects the most that this CPU can do: for example if it
5186 # is a 64-bit capable PowerPC, then it must be set to ppc64 and not ppc32.
5187 # Ditto for amd64.  It is used for more configuration below, but is not used
5188 # outside this file.
5189 case "${host_cpu}" in
5190      i?86)
5191         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
5192 $as_echo "ok (${host_cpu})" >&6; }
5193         ARCH_MAX="x86"
5194         ;;
5195
5196      x86_64)
5197         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
5198 $as_echo "ok (${host_cpu})" >&6; }
5199         ARCH_MAX="amd64"
5200         ;;
5201
5202      powerpc64)
5203         # This value can only happen on Linux, not on AIX
5204         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
5205 $as_echo "ok (${host_cpu})" >&6; }
5206         ARCH_MAX="ppc64"
5207         ;;
5208
5209      powerpc)
5210         # Complexity.  'powerpc' on AIX implies a 64-bit capable CPU.
5211         # Whereas in Linux that means only a 32-bit capable CPU.
5212         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
5213 $as_echo "ok (${host_cpu})" >&6; }
5214         case "${host_os}" in
5215            aix5.*)
5216               ARCH_MAX="ppc64"
5217               ;;
5218            *)
5219               ARCH_MAX="ppc32"
5220               ;;
5221         esac
5222         ;;
5223
5224      s390x)
5225         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
5226 $as_echo "ok (${host_cpu})" >&6; }
5227         ARCH_MAX="s390x"
5228         ;;
5229
5230      armv7*)
5231         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
5232 $as_echo "ok (${host_cpu})" >&6; }
5233         ARCH_MAX="arm"
5234         ;;
5235
5236      *)
5237         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (${host_cpu})" >&5
5238 $as_echo "no (${host_cpu})" >&6; }
5239         as_fn_error $? "Unsupported host architecture. Sorry" "$LINENO" 5
5240         ;;
5241 esac
5242
5243 #----------------------------------------------------------------------------
5244
5245 # Sometimes it's convenient to subvert the bi-arch build system and
5246 # just have a single build even though the underlying platform is
5247 # capable of both.  Hence handle --enable-only64bit and
5248 # --enable-only32bit.  Complain if both are issued :-)
5249 # [Actually, if either of these options are used, I think both get built,
5250 # but only one gets installed.  So if you use an in-place build, both can be
5251 # used. --njn]
5252
5253 # Check if a 64-bit only build has been requested
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a 64-bit only build" >&5
5255 $as_echo_n "checking for a 64-bit only build... " >&6; }
5256 if ${vg_cv_only64bit+:} false; then :
5257   $as_echo_n "(cached) " >&6
5258 else
5259   # Check whether --enable-only64bit was given.
5260 if test "${enable_only64bit+set}" = set; then :
5261   enableval=$enable_only64bit; vg_cv_only64bit=$enableval
5262 else
5263   vg_cv_only64bit=no
5264 fi
5265
5266 fi
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vg_cv_only64bit" >&5
5268 $as_echo "$vg_cv_only64bit" >&6; }
5269
5270 # Check if a 32-bit only build has been requested
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a 32-bit only build" >&5
5272 $as_echo_n "checking for a 32-bit only build... " >&6; }
5273 if ${vg_cv_only32bit+:} false; then :
5274   $as_echo_n "(cached) " >&6
5275 else
5276   # Check whether --enable-only32bit was given.
5277 if test "${enable_only32bit+set}" = set; then :
5278   enableval=$enable_only32bit; vg_cv_only32bit=$enableval
5279 else
5280   vg_cv_only32bit=no
5281 fi
5282
5283 fi
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vg_cv_only32bit" >&5
5285 $as_echo "$vg_cv_only32bit" >&6; }
5286
5287 # Stay sane
5288 if test x$vg_cv_only64bit = xyes -a x$vg_cv_only32bit = xyes; then
5289    as_fn_error $? "Nonsensical: both --enable-only64bit and --enable-only32bit." "$LINENO" 5
5290 fi
5291
5292 #----------------------------------------------------------------------------
5293
5294 # VGCONF_OS is the primary build OS, eg. "linux".  It is passed in to
5295 # compilation of many C files via -VGO_$(VGCONF_OS) and
5296 # -VGP_$(VGCONF_ARCH_PRI)_$(VGCONF_OS).
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a supported OS" >&5
5298 $as_echo_n "checking for a supported OS... " >&6; }
5299
5300
5301 DEFAULT_SUPP=""
5302 GENERATED_SUPP=""
5303
5304 case "${host_os}" in
5305      *linux*)
5306         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_os})" >&5
5307 $as_echo "ok (${host_os})" >&6; }
5308         VGCONF_OS="linux"
5309
5310         # Ok, this is linux. Check the kernel version
5311         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the kernel version" >&5
5312 $as_echo_n "checking for the kernel version... " >&6; }
5313
5314         kernel=`uname -r`
5315
5316         case "${kernel}" in
5317              2.6.*)
5318                     { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.6 family (${kernel})" >&5
5319 $as_echo "2.6 family (${kernel})" >&6; }
5320
5321 $as_echo "#define KERNEL_2_6 1" >>confdefs.h
5322
5323                     ;;
5324
5325              2.4.*)
5326                     { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.4 family (${kernel})" >&5
5327 $as_echo "2.4 family (${kernel})" >&6; }
5328
5329 $as_echo "#define KERNEL_2_4 1" >>confdefs.h
5330
5331                     ;;
5332
5333              *)
5334                     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported (${kernel})" >&5
5335 $as_echo "unsupported (${kernel})" >&6; }
5336                     as_fn_error $? "Valgrind works on kernels 2.4, 2.6" "$LINENO" 5
5337                     ;;
5338         esac
5339
5340         ;;
5341
5342      aix5.1.*)
5343         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_os})" >&5
5344 $as_echo "ok (${host_os})" >&6; }
5345         VGCONF_OS="aix5"
5346         ;;
5347      aix5.2.*)
5348         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_os})" >&5
5349 $as_echo "ok (${host_os})" >&6; }
5350         VGCONF_OS="aix5"
5351         ;;
5352      aix5.3.*)
5353         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_os})" >&5
5354 $as_echo "ok (${host_os})" >&6; }
5355         VGCONF_OS="aix5"
5356         ;;
5357
5358      *l4re*)
5359         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_os})" >&5
5360 $as_echo "ok (${host_os})" >&6; }
5361         VGCONF_OS="l4re"
5362         ;;
5363
5364      *darwin*)
5365         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_os})" >&5
5366 $as_echo "ok (${host_os})" >&6; }
5367         VGCONF_OS="darwin"
5368
5369 $as_echo "#define DARWIN_10_5 100500" >>confdefs.h
5370
5371
5372 $as_echo "#define DARWIN_10_6 100600" >>confdefs.h
5373
5374
5375 $as_echo "#define DARWIN_10_7 100700" >>confdefs.h
5376
5377
5378         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the kernel version" >&5
5379 $as_echo_n "checking for the kernel version... " >&6; }
5380         kernel=`uname -r`
5381
5382         # Nb: for Darwin we set DEFAULT_SUPP here.  That's because Darwin
5383         # has only one relevant version, the OS version. The `uname` check
5384         # is a good way to get that version (i.e. "Darwin 9.6.0" is Mac OS
5385         # X 10.5.6, and "Darwin 10.x" is Mac OS X 10.6.x Snow Leopard),
5386         # and we don't know of an macros similar to __GLIBC__ to get that info.
5387         #
5388         # XXX: `uname -r` won't do the right thing for cross-compiles, but
5389         # that's not a problem yet.
5390         case "${kernel}" in
5391              9.*)
5392                   { $as_echo "$as_me:${as_lineno-$LINENO}: result: Darwin 9.x (${kernel}) / Mac OS X 10.5 Leopard" >&5
5393 $as_echo "Darwin 9.x (${kernel}) / Mac OS X 10.5 Leopard" >&6; }
5394
5395 $as_echo "#define DARWIN_VERS DARWIN_10_5" >>confdefs.h
5396
5397                   DEFAULT_SUPP="darwin9.supp ${DEFAULT_SUPP}"
5398                   DEFAULT_SUPP="darwin9-drd.supp ${DEFAULT_SUPP}"
5399                   ;;
5400              10.*)
5401                   { $as_echo "$as_me:${as_lineno-$LINENO}: result: Darwin 10.x (${kernel}) / Mac OS X 10.6 Snow Leopard" >&5
5402 $as_echo "Darwin 10.x (${kernel}) / Mac OS X 10.6 Snow Leopard" >&6; }
5403
5404 $as_echo "#define DARWIN_VERS DARWIN_10_6" >>confdefs.h
5405
5406                   DEFAULT_SUPP="darwin10.supp ${DEFAULT_SUPP}"
5407                   DEFAULT_SUPP="darwin10-drd.supp ${DEFAULT_SUPP}"
5408                   ;;
5409      *)
5410                   { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported (${kernel})" >&5
5411 $as_echo "unsupported (${kernel})" >&6; }
5412                   as_fn_error $? "Valgrind works on Darwin 9.x and 10.x (Mac OS X 10.5 and 10.6)" "$LINENO" 5
5413                   ;;
5414         esac
5415         ;;
5416
5417      *)
5418         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (${host_os})" >&5
5419 $as_echo "no (${host_os})" >&6; }
5420         as_fn_error $? "Valgrind is operating system specific. Sorry." "$LINENO" 5
5421         ;;
5422 esac
5423
5424 #----------------------------------------------------------------------------
5425
5426 # If we are building on a 64 bit platform test to see if the system
5427 # supports building 32 bit programs and disable 32 bit support if it
5428 # does not support building 32 bit programs
5429
5430 case "$ARCH_MAX-$VGCONF_OS" in
5431      amd64-linux|ppc64-linux)
5432         { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 32 bit build support" >&5
5433 $as_echo_n "checking for 32 bit build support... " >&6; }
5434         safe_CFLAGS=$CFLAGS
5435         CFLAGS="-m32"
5436
5437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5438 /* end confdefs.h.  */
5439
5440 int
5441 main ()
5442 {
5443
5444           return 0;
5445
5446   ;
5447   return 0;
5448 }
5449 _ACEOF
5450 if ac_fn_c_try_link "$LINENO"; then :
5451
5452         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5453 $as_echo "yes" >&6; }
5454
5455 else
5456
5457         vg_cv_only64bit="yes"
5458         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5459 $as_echo "no" >&6; }
5460
5461 fi
5462 rm -f core conftest.err conftest.$ac_objext \
5463     conftest$ac_exeext conftest.$ac_ext
5464         CFLAGS=$safe_CFLAGS;;
5465 esac
5466
5467 if test x$vg_cv_only64bit = xyes -a x$vg_cv_only32bit = xyes; then
5468    as_fn_error $? "--enable-only32bit was specified but system does not support 32 bit builds" "$LINENO" 5
5469 fi
5470
5471 #----------------------------------------------------------------------------
5472
5473 # VGCONF_ARCH_PRI is the arch for the primary build target, eg. "amd64".  By
5474 # default it's the same as ARCH_MAX.  But if, say, we do a build on an amd64
5475 # machine, but --enable-only32bit has been requested, then ARCH_MAX (see
5476 # above) will be "amd64" since that reflects the most that this cpu can do,
5477 # but VGCONF_ARCH_PRI will be downgraded to "x86", since that reflects the
5478 # arch corresponding to the primary build (VGCONF_PLATFORM_PRI_CAPS).  It is
5479 # passed in to compilation of many C files via -VGA_$(VGCONF_ARCH_PRI) and
5480 # -VGP_$(VGCONF_ARCH_PRI)_$(VGCONF_OS).
5481
5482
5483 # VGCONF_ARCH_SEC is the arch for the secondary build target, eg. "x86".
5484 # It is passed in to compilation of many C files via -VGA_$(VGCONF_ARCH_SEC)
5485 # and -VGP_$(VGCONF_ARCH_SEC)_$(VGCONF_OS), if there is a secondary target.
5486 # It is empty if there is no secondary target.
5487
5488
5489 # VGCONF_PLATFORM_PRI_CAPS is the primary build target, eg. "AMD64_LINUX".
5490 # The entire system, including regression and performance tests, will be
5491 # built for this target.  The "_CAPS" indicates that the name is in capital
5492 # letters, and it also uses '_' rather than '-' as a separator, because it's
5493 # used to create various Makefile variables, which are all in caps by
5494 # convention and cannot contain '-' characters.  This is in contrast to
5495 # VGCONF_ARCH_PRI and VGCONF_OS which are not in caps.
5496
5497
5498 # VGCONF_PLATFORM_SEC_CAPS is the secondary build target, if there is one.
5499 # Valgrind and tools will also be built for this target, but not the
5500 # regression or performance tests.
5501 #
5502 # By default, the primary arch is the same as the "max" arch, as commented
5503 # above (at the definition of ARCH_MAX).  We may choose to downgrade it in
5504 # the big case statement just below here, in the case where we're building
5505 # on a 64 bit machine but have been requested only to do a 32 bit build.
5506
5507
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a supported CPU/OS combination" >&5
5509 $as_echo_n "checking for a supported CPU/OS combination... " >&6; }
5510
5511 # NB.  The load address for a given platform may be specified in more
5512 # than one place, in some cases, depending on whether we're doing a biarch,
5513 # 32-bit only or 64-bit only build.  eg see case for amd64-linux below.
5514 # Be careful to give consistent values in all subcases.  Also, all four
5515 # valt_load_addres_{pri,sec}_{norml,inner} values must always be set,
5516 # even if it is to "0xUNSET".
5517 #
5518 case "$ARCH_MAX-$VGCONF_OS" in
5519      x86-linux)
5520         VGCONF_ARCH_PRI="x86"
5521         VGCONF_ARCH_SEC=""
5522         VGCONF_PLATFORM_PRI_CAPS="X86_LINUX"
5523         VGCONF_PLATFORM_SEC_CAPS=""
5524         valt_load_address_pri_norml="0x38000000"
5525         valt_load_address_pri_inner="0x28000000"
5526         valt_load_address_sec_norml="0xUNSET"
5527         valt_load_address_sec_inner="0xUNSET"
5528         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${ARCH_MAX}-${VGCONF_OS})" >&5
5529 $as_echo "ok (${ARCH_MAX}-${VGCONF_OS})" >&6; }
5530         ;;
5531      amd64-linux)
5532         valt_load_address_sec_norml="0xUNSET"
5533         valt_load_address_sec_inner="0xUNSET"
5534         if test x$vg_cv_only64bit = xyes; then
5535            VGCONF_ARCH_PRI="amd64"
5536            VGCONF_ARCH_SEC=""
5537            VGCONF_PLATFORM_PRI_CAPS="AMD64_LINUX"
5538            VGCONF_PLATFORM_SEC_CAPS=""
5539            valt_load_address_pri_norml="0x38000000"
5540            valt_load_address_pri_inner="0x28000000"
5541         elif test x$vg_cv_only32bit = xyes; then
5542            VGCONF_ARCH_PRI="x86"
5543            VGCONF_ARCH_SEC=""
5544            VGCONF_PLATFORM_PRI_CAPS="X86_LINUX"
5545            VGCONF_PLATFORM_SEC_CAPS=""
5546            valt_load_address_pri_norml="0x38000000"
5547            valt_load_address_pri_inner="0x28000000"
5548         else
5549            VGCONF_ARCH_PRI="amd64"
5550            VGCONF_ARCH_SEC="x86"
5551            VGCONF_PLATFORM_PRI_CAPS="AMD64_LINUX"
5552            VGCONF_PLATFORM_SEC_CAPS="X86_LINUX"
5553            valt_load_address_pri_norml="0x38000000"
5554            valt_load_address_pri_inner="0x28000000"
5555            valt_load_address_sec_norml="0x38000000"
5556            valt_load_address_sec_inner="0x28000000"
5557         fi
5558         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${ARCH_MAX}-${VGCONF_OS})" >&5
5559 $as_echo "ok (${ARCH_MAX}-${VGCONF_OS})" >&6; }
5560         ;;
5561      ppc32-linux)
5562         VGCONF_ARCH_PRI="ppc32"
5563         VGCONF_ARCH_SEC=""
5564         VGCONF_PLATFORM_PRI_CAPS="PPC32_LINUX"
5565         VGCONF_PLATFORM_SEC_CAPS=""
5566         valt_load_address_pri_norml="0x38000000"
5567         valt_load_address_pri_inner="0x28000000"
5568         valt_load_address_sec_norml="0xUNSET"
5569         valt_load_address_sec_inner="0xUNSET"
5570         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${ARCH_MAX}-${VGCONF_OS})" >&5
5571 $as_echo "ok (${ARCH_MAX}-${VGCONF_OS})" >&6; }
5572         ;;
5573      ppc64-aix5)
5574         valt_load_address_pri_norml="0xUNSET"
5575         valt_load_address_pri_inner="0xUNSET"
5576         valt_load_address_sec_norml="0xUNSET"
5577         valt_load_address_sec_inner="0xUNSET"
5578         if test x$vg_cv_only64bit = xyes; then
5579            VGCONF_ARCH_PRI="ppc64"
5580            VGCONF_ARCH_SEC=""
5581            VGCONF_PLATFORM_PRI_CAPS="PPC64_AIX5"
5582            VGCONF_PLATFORM_SEC_CAPS=""
5583         elif test x$vg_cv_only32bit = xyes; then
5584            VGCONF_ARCH_PRI="ppc32"
5585            VGCONF_ARCH_SEC=""
5586            VGCONF_PLATFORM_PRI_CAPS="PPC32_AIX5"
5587            VGCONF_PLATFORM_SEC_CAPS=""
5588         else
5589            VGCONF_ARCH_PRI="ppc64"
5590            VGCONF_ARCH_SEC="ppc32"
5591            VGCONF_PLATFORM_PRI_CAPS="PPC64_AIX5"
5592            VGCONF_PLATFORM_SEC_CAPS="PPC32_AIX5"
5593         fi
5594         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${ARCH_MAX}-${VGCONF_OS})" >&5
5595 $as_echo "ok (${ARCH_MAX}-${VGCONF_OS})" >&6; }
5596         ;;
5597      ppc64-linux)
5598         valt_load_address_sec_norml="0xUNSET"
5599         valt_load_address_sec_inner="0xUNSET"
5600         if test x$vg_cv_only64bit = xyes; then
5601            VGCONF_ARCH_PRI="ppc64"
5602            VGCONF_ARCH_SEC=""
5603            VGCONF_PLATFORM_PRI_CAPS="PPC64_LINUX"
5604            VGCONF_PLATFORM_SEC_CAPS=""
5605            valt_load_address_pri_norml="0x38000000"
5606            valt_load_address_pri_inner="0x28000000"
5607         elif test x$vg_cv_only32bit = xyes; then
5608            VGCONF_ARCH_PRI="ppc32"
5609            VGCONF_ARCH_SEC=""
5610            VGCONF_PLATFORM_PRI_CAPS="PPC32_LINUX"
5611            VGCONF_PLATFORM_SEC_CAPS=""
5612            valt_load_address_pri_norml="0x38000000"
5613            valt_load_address_pri_inner="0x28000000"
5614         else
5615            VGCONF_ARCH_PRI="ppc64"
5616            VGCONF_ARCH_SEC="ppc32"
5617            VGCONF_PLATFORM_PRI_CAPS="PPC64_LINUX"
5618            VGCONF_PLATFORM_SEC_CAPS="PPC32_LINUX"
5619            valt_load_address_pri_norml="0x38000000"
5620            valt_load_address_pri_inner="0x28000000"
5621            valt_load_address_sec_norml="0x38000000"
5622            valt_load_address_sec_inner="0x28000000"
5623         fi
5624         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${ARCH_MAX}-${VGCONF_OS})" >&5
5625 $as_echo "ok (${ARCH_MAX}-${VGCONF_OS})" >&6; }
5626         ;;
5627      x86-l4re)
5628                 VGCONF_ARCH_PRI="x86"
5629                 VGCONF_ARCH_SEC=""
5630                 VGCONF_PLATFORM_PRI_CAPS="X86_L4RE"
5631                 VGCONF_PLATFORM_SEC_CAPS=""
5632            valt_load_address_pri_norml="0x38000000"
5633            valt_load_address_pri_inner="0x28000000"
5634            valt_load_address_sec_norml="0x38000000"
5635            valt_load_address_sec_inner="0x28000000"
5636         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${ARCH_MAX}-${VGCONF_OS})" >&5
5637 $as_echo "ok (${ARCH_MAX}-${VGCONF_OS})" >&6; }
5638          ;;
5639      # Darwin gets identified as 32-bit even when it supports 64-bit.
5640      # (Not sure why, possibly because 'uname' returns "i386"?)  Just about
5641      # all Macs support both 32-bit and 64-bit, so we just build both.  If
5642      # someone has a really old 32-bit only machine they can (hopefully?)
5643      # build with --enable-only32bit.  See bug 243362.
5644      x86-darwin|amd64-darwin)
5645         ARCH_MAX="amd64"
5646         valt_load_address_sec_norml="0xUNSET"
5647         valt_load_address_sec_inner="0xUNSET"
5648         if test x$vg_cv_only64bit = xyes; then
5649            VGCONF_ARCH_PRI="amd64"
5650            VGCONF_ARCH_SEC=""
5651            VGCONF_PLATFORM_PRI_CAPS="AMD64_DARWIN"
5652            VGCONF_PLATFORM_SEC_CAPS=""
5653            valt_load_address_pri_norml="0x138000000"
5654            valt_load_address_pri_inner="0x128000000"
5655         elif test x$vg_cv_only32bit = xyes; then
5656            VGCONF_ARCH_PRI="x86"
5657            VGCONF_ARCH_SEC=""
5658            VGCONF_PLATFORM_PRI_CAPS="X86_DARWIN"
5659            VGCONF_PLATFORM_SEC_CAPS=""
5660            VGCONF_ARCH_PRI_CAPS="x86"
5661            valt_load_address_pri_norml="0x38000000"
5662            valt_load_address_pri_inner="0x28000000"
5663         else
5664            VGCONF_ARCH_PRI="amd64"
5665            VGCONF_ARCH_SEC="x86"
5666            VGCONF_PLATFORM_PRI_CAPS="AMD64_DARWIN"
5667            VGCONF_PLATFORM_SEC_CAPS="X86_DARWIN"
5668            valt_load_address_pri_norml="0x138000000"
5669            valt_load_address_pri_inner="0x128000000"
5670            valt_load_address_sec_norml="0x38000000"
5671            valt_load_address_sec_inner="0x28000000"
5672         fi
5673         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${ARCH_MAX}-${VGCONF_OS})" >&5
5674 $as_echo "ok (${ARCH_MAX}-${VGCONF_OS})" >&6; }
5675         ;;
5676      arm-linux)
5677         VGCONF_ARCH_PRI="arm"
5678         VGCONF_PLATFORM_PRI_CAPS="ARM_LINUX"
5679         VGCONF_PLATFORM_SEC_CAPS=""
5680         valt_load_address_pri_norml="0x38000000"
5681         valt_load_address_pri_inner="0x28000000"
5682         valt_load_address_sec_norml="0xUNSET"
5683         valt_load_address_sec_inner="0xUNSET"
5684         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu}-${host_os})" >&5
5685 $as_echo "ok (${host_cpu}-${host_os})" >&6; }
5686         ;;
5687      s390x-linux)
5688         VGCONF_ARCH_PRI="s390x"
5689         VGCONF_ARCH_SEC=""
5690         VGCONF_PLATFORM_PRI_CAPS="S390X_LINUX"
5691         VGCONF_PLATFORM_SEC_CAPS=""
5692         # we want to have the generated code close to the dispatcher
5693         valt_load_address_pri_norml="0x401000000"
5694         valt_load_address_pri_inner="0x410000000"
5695         valt_load_address_sec_norml="0xUNSET"
5696         valt_load_address_sec_inner="0xUNSET"
5697         { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${ARCH_MAX}-${VGCONF_OS})" >&5
5698 $as_echo "ok (${ARCH_MAX}-${VGCONF_OS})" >&6; }
5699         ;;
5700     *)
5701         VGCONF_ARCH_PRI="unknown"
5702         VGCONF_ARCH_SEC="unknown"
5703         VGCONF_PLATFORM_PRI_CAPS="UNKNOWN"
5704         VGCONF_PLATFORM_SEC_CAPS="UNKNOWN"
5705         valt_load_address_pri_norml="0xUNSET"
5706         valt_load_address_pri_inner="0xUNSET"
5707         valt_load_address_sec_norml="0xUNSET"
5708         valt_load_address_sec_inner="0xUNSET"
5709         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no (${ARCH_MAX}-${VGCONF_OS})" >&5
5710 $as_echo "no (${ARCH_MAX}-${VGCONF_OS})" >&6; }
5711         as_fn_error $? "Valgrind is platform specific. Sorry. Please consider doing a port." "$LINENO" 5
5712         ;;
5713 esac
5714
5715 #----------------------------------------------------------------------------
5716
5717 # Set up VGCONF_ARCHS_INCLUDE_<arch>.  Either one or two of these become
5718 # defined.
5719  if test x$VGCONF_PLATFORM_PRI_CAPS = xX86_LINUX \
5720                  -o x$VGCONF_PLATFORM_SEC_CAPS = xX86_LINUX \
5721                  -o x$VGCONF_PLATFORM_PRI_CAPS = xX86_DARWIN \
5722                  -o x$VGCONF_PLATFORM_SEC_CAPS = xX86_DARWIN ; then
5723   VGCONF_ARCHS_INCLUDE_X86_TRUE=
5724   VGCONF_ARCHS_INCLUDE_X86_FALSE='#'
5725 else
5726   VGCONF_ARCHS_INCLUDE_X86_TRUE='#'
5727   VGCONF_ARCHS_INCLUDE_X86_FALSE=
5728 fi
5729
5730  if test x$VGCONF_PLATFORM_PRI_CAPS = xAMD64_LINUX \
5731                  -o x$VGCONF_PLATFORM_PRI_CAPS = xAMD64_DARWIN ; then
5732   VGCONF_ARCHS_INCLUDE_AMD64_TRUE=
5733   VGCONF_ARCHS_INCLUDE_AMD64_FALSE='#'
5734 else
5735   VGCONF_ARCHS_INCLUDE_AMD64_TRUE='#'
5736   VGCONF_ARCHS_INCLUDE_AMD64_FALSE=
5737 fi
5738
5739  if test x$VGCONF_PLATFORM_PRI_CAPS = xPPC32_LINUX \
5740                  -o x$VGCONF_PLATFORM_SEC_CAPS = xPPC32_LINUX \
5741                  -o x$VGCONF_PLATFORM_PRI_CAPS = xPPC32_AIX5 \
5742                  -o x$VGCONF_PLATFORM_SEC_CAPS = xPPC32_AIX5 ; then
5743   VGCONF_ARCHS_INCLUDE_PPC32_TRUE=
5744   VGCONF_ARCHS_INCLUDE_PPC32_FALSE='#'
5745 else
5746   VGCONF_ARCHS_INCLUDE_PPC32_TRUE='#'
5747   VGCONF_ARCHS_INCLUDE_PPC32_FALSE=
5748 fi
5749
5750  if test x$VGCONF_PLATFORM_PRI_CAPS = xPPC64_LINUX \
5751                  -o x$VGCONF_PLATFORM_PRI_CAPS = xPPC64_AIX5 ; then
5752   VGCONF_ARCHS_INCLUDE_PPC64_TRUE=
5753   VGCONF_ARCHS_INCLUDE_PPC64_FALSE='#'
5754 else
5755   VGCONF_ARCHS_INCLUDE_PPC64_TRUE='#'
5756   VGCONF_ARCHS_INCLUDE_PPC64_FALSE=
5757 fi
5758
5759  if test x$VGCONF_PLATFORM_PRI_CAPS = xARM_LINUX ; then
5760   VGCONF_ARCHS_INCLUDE_ARM_TRUE=
5761   VGCONF_ARCHS_INCLUDE_ARM_FALSE='#'
5762 else
5763   VGCONF_ARCHS_INCLUDE_ARM_TRUE='#'
5764   VGCONF_ARCHS_INCLUDE_ARM_FALSE=
5765 fi
5766
5767  if test x$VGCONF_PLATFORM_PRI_CAPS = xS390X_LINUX ; then
5768   VGCONF_ARCHS_INCLUDE_S390X_TRUE=
5769   VGCONF_ARCHS_INCLUDE_S390X_FALSE='#'
5770 else
5771   VGCONF_ARCHS_INCLUDE_S390X_TRUE='#'
5772   VGCONF_ARCHS_INCLUDE_S390X_FALSE=
5773 fi
5774
5775
5776 # Set up VGCONF_PLATFORMS_INCLUDE_<platform>.  Either one or two of these
5777 # become defined.
5778  if test x$VGCONF_PLATFORM_PRI_CAPS = xX86_LINUX \
5779                  -o x$VGCONF_PLATFORM_SEC_CAPS = xX86_LINUX; then
5780   VGCONF_PLATFORMS_INCLUDE_X86_LINUX_TRUE=
5781   VGCONF_PLATFORMS_INCLUDE_X86_LINUX_FALSE='#'
5782 else
5783   VGCONF_PLATFORMS_INCLUDE_X86_LINUX_TRUE='#'
5784   VGCONF_PLATFORMS_INCLUDE_X86_LINUX_FALSE=
5785 fi
5786
5787  if test x$VGCONF_PLATFORM_PRI_CAPS = xAMD64_LINUX; then
5788   VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_TRUE=
5789   VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_FALSE='#'
5790 else
5791   VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_TRUE='#'
5792   VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_FALSE=
5793 fi
5794
5795  if test x$VGCONF_PLATFORM_PRI_CAPS = xPPC32_LINUX \
5796                  -o x$VGCONF_PLATFORM_SEC_CAPS = xPPC32_LINUX; then
5797   VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_TRUE=
5798   VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_FALSE='#'
5799 else
5800   VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_TRUE='#'
5801   VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_FALSE=
5802 fi
5803
5804  if test x$VGCONF_PLATFORM_PRI_CAPS = xPPC64_LINUX; then
5805   VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_TRUE=
5806   VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_FALSE='#'
5807 else
5808   VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_TRUE='#'
5809   VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_FALSE=
5810 fi
5811
5812  if test x$VGCONF_PLATFORM_PRI_CAPS = xARM_LINUX; then
5813   VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_TRUE=
5814   VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_FALSE='#'
5815 else
5816   VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_TRUE='#'
5817   VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_FALSE=
5818 fi
5819
5820  if test x$VGCONF_PLATFORM_PRI_CAPS = xS390X_LINUX \
5821                  -o x$VGCONF_PLATFORM_SEC_CAPS = xS390X_LINUX; then
5822   VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_TRUE=
5823   VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_FALSE='#'
5824 else
5825   VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_TRUE='#'
5826   VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_FALSE=
5827 fi
5828
5829
5830  if test x$VGCONF_PLATFORM_PRI_CAPS = xPPC32_AIX5 \
5831                  -o x$VGCONF_PLATFORM_SEC_CAPS = xPPC32_AIX5; then
5832   VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_TRUE=
5833   VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_FALSE='#'
5834 else
5835   VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_TRUE='#'
5836   VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_FALSE=
5837 fi
5838
5839  if test x$VGCONF_PLATFORM_PRI_CAPS = xPPC64_AIX5; then
5840   VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_TRUE=
5841   VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_FALSE='#'
5842 else
5843   VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_TRUE='#'
5844   VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_FALSE=
5845 fi
5846
5847
5848  if test x$VGCONF_PLATFORM_PRI_CAPS = xX86_DARWIN \
5849                  -o x$VGCONF_PLATFORM_SEC_CAPS = xX86_DARWIN; then
5850   VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_TRUE=
5851   VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_FALSE='#'
5852 else
5853   VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_TRUE='#'
5854   VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_FALSE=
5855 fi
5856
5857  if test x$VGCONF_PLATFORM_PRI_CAPS = xAMD64_DARWIN; then
5858   VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_TRUE=
5859   VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_FALSE='#'
5860 else
5861   VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_TRUE='#'
5862   VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_FALSE=
5863 fi
5864
5865  if test x$VGCONF_PLATFORM_PRI_CAPS = xX86_L4RE; then
5866   VGCONF_PLATFORMS_INCLUDE_X86_L4RE_TRUE=
5867   VGCONF_PLATFORMS_INCLUDE_X86_L4RE_FALSE='#'
5868 else
5869   VGCONF_PLATFORMS_INCLUDE_X86_L4RE_TRUE='#'
5870   VGCONF_PLATFORMS_INCLUDE_X86_L4RE_FALSE=
5871 fi
5872
5873
5874
5875 # Similarly, set up VGCONF_OS_IS_<os>.  Exactly one of these becomes defined.
5876 # Relies on the assumption that the primary and secondary targets are
5877 # for the same OS, so therefore only necessary to test the primary.
5878  if test x$VGCONF_PLATFORM_PRI_CAPS = xX86_LINUX \
5879                  -o x$VGCONF_PLATFORM_PRI_CAPS = xAMD64_LINUX \
5880                  -o x$VGCONF_PLATFORM_PRI_CAPS = xPPC32_LINUX \
5881                  -o x$VGCONF_PLATFORM_PRI_CAPS = xPPC64_LINUX \
5882                  -o x$VGCONF_PLATFORM_PRI_CAPS = xARM_LINUX \
5883                  -o x$VGCONF_PLATFORM_PRI_CAPS = xS390X_LINUX; then
5884   VGCONF_OS_IS_LINUX_TRUE=
5885   VGCONF_OS_IS_LINUX_FALSE='#'
5886 else
5887   VGCONF_OS_IS_LINUX_TRUE='#'
5888   VGCONF_OS_IS_LINUX_FALSE=
5889 fi
5890
5891  if test x$VGCONF_PLATFORM_PRI_CAPS = xPPC32_AIX5 \
5892                  -o x$VGCONF_PLATFORM_PRI_CAPS = xPPC64_AIX5; then
5893   VGCONF_OS_IS_AIX5_TRUE=
5894   VGCONF_OS_IS_AIX5_FALSE='#'
5895 else
5896   VGCONF_OS_IS_AIX5_TRUE='#'
5897   VGCONF_OS_IS_AIX5_FALSE=
5898 fi
5899
5900  if test x$VGCONF_PLATFORM_PRI_CAPS = xX86_DARWIN \
5901                  -o x$VGCONF_PLATFORM_PRI_CAPS = xAMD64_DARWIN; then
5902   VGCONF_OS_IS_DARWIN_TRUE=
5903   VGCONF_OS_IS_DARWIN_FALSE='#'
5904 else
5905   VGCONF_OS_IS_DARWIN_TRUE='#'
5906   VGCONF_OS_IS_DARWIN_FALSE=
5907 fi
5908
5909  if test x$VGCONF_PLATFORM_PRI_CAPS = xX86_L4RE; then
5910   VGCONF_OS_IS_L4RE_TRUE=
5911   VGCONF_OS_IS_L4RE_FALSE='#'
5912 else
5913   VGCONF_OS_IS_L4RE_TRUE='#'
5914   VGCONF_OS_IS_L4RE_FALSE=
5915 fi
5916
5917
5918
5919 # Sometimes, in the Makefile.am files, it's useful to know whether or not
5920 # there is a secondary target.
5921  if test x$VGCONF_PLATFORM_SEC_CAPS != x; then
5922   VGCONF_HAVE_PLATFORM_SEC_TRUE=
5923   VGCONF_HAVE_PLATFORM_SEC_FALSE='#'
5924 else
5925   VGCONF_HAVE_PLATFORM_SEC_TRUE='#'
5926   VGCONF_HAVE_PLATFORM_SEC_FALSE=
5927 fi
5928
5929
5930
5931 #----------------------------------------------------------------------------
5932 # Inner Valgrind?
5933 #----------------------------------------------------------------------------
5934
5935 # Check if this should be built as an inner Valgrind, to be run within
5936 # another Valgrind.  Choose the load address accordingly.
5937
5938
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for use as an inner Valgrind" >&5
5940 $as_echo_n "checking for use as an inner Valgrind... " >&6; }
5941 if ${vg_cv_inner+:} false; then :
5942   $as_echo_n "(cached) " >&6
5943 else
5944   # Check whether --enable-inner was given.
5945 if test "${enable_inner+set}" = set; then :
5946   enableval=$enable_inner; vg_cv_inner=$enableval
5947 else
5948   vg_cv_inner=no
5949 fi
5950
5951 fi
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vg_cv_inner" >&5
5953 $as_echo "$vg_cv_inner" >&6; }
5954 if test "$vg_cv_inner" = yes; then
5955
5956 $as_echo "#define ENABLE_INNER 1" >>confdefs.h
5957
5958     VALT_LOAD_ADDRESS_PRI=$valt_load_address_pri_inner
5959     VALT_LOAD_ADDRESS_SEC=$valt_load_address_sec_inner
5960 else
5961     VALT_LOAD_ADDRESS_PRI=$valt_load_address_pri_norml
5962     VALT_LOAD_ADDRESS_SEC=$valt_load_address_sec_norml
5963 fi
5964
5965
5966 #----------------------------------------------------------------------------
5967 # Libc and suppressions
5968 #----------------------------------------------------------------------------
5969 # This variable will collect the suppression files to be used.
5970
5971 # This variable holds generated suppression files (such as the one used for
5972 # glibcs >= 2.7)
5973
5974
5975
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5977 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5978 if ${ac_cv_path_GREP+:} false; then :
5979   $as_echo_n "(cached) " >&6
5980 else
5981   if test -z "$GREP"; then
5982   ac_path_GREP_found=false
5983   # Loop through the user's path and test for each of PROGNAME-LIST
5984   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5985 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5986 do
5987   IFS=$as_save_IFS
5988   test -z "$as_dir" && as_dir=.
5989     for ac_prog in grep ggrep; do
5990     for ac_exec_ext in '' $ac_executable_extensions; do
5991       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5992       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5993 # Check for GNU ac_path_GREP and select it if it is found.
5994   # Check for GNU $ac_path_GREP
5995 case `"$ac_path_GREP" --version 2>&1` in
5996 *GNU*)
5997   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5998 *)
5999   ac_count=0
6000   $as_echo_n 0123456789 >"conftest.in"
6001   while :
6002   do
6003     cat "conftest.in" "conftest.in" >"conftest.tmp"
6004     mv "conftest.tmp" "conftest.in"
6005     cp "conftest.in" "conftest.nl"
6006     $as_echo 'GREP' >> "conftest.nl"
6007     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6008     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6009     as_fn_arith $ac_count + 1 && ac_count=$as_val
6010     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6011       # Best one so far, save it but keep looking for a better one
6012       ac_cv_path_GREP="$ac_path_GREP"
6013       ac_path_GREP_max=$ac_count
6014     fi
6015     # 10*(2^10) chars as input seems more than enough
6016     test $ac_count -gt 10 && break
6017   done
6018   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6019 esac
6020
6021       $ac_path_GREP_found && break 3
6022     done
6023   done
6024   done
6025 IFS=$as_save_IFS
6026   if test -z "$ac_cv_path_GREP"; then
6027     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6028   fi
6029 else
6030   ac_cv_path_GREP=$GREP
6031 fi
6032
6033 fi
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
6035 $as_echo "$ac_cv_path_GREP" >&6; }
6036  GREP="$ac_cv_path_GREP"
6037
6038
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
6040 $as_echo_n "checking for egrep... " >&6; }
6041 if ${ac_cv_path_EGREP+:} false; then :
6042   $as_echo_n "(cached) " >&6
6043 else
6044   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6045    then ac_cv_path_EGREP="$GREP -E"
6046    else
6047      if test -z "$EGREP"; then
6048   ac_path_EGREP_found=false
6049   # Loop through the user's path and test for each of PROGNAME-LIST
6050   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6051 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6052 do
6053   IFS=$as_save_IFS
6054   test -z "$as_dir" && as_dir=.
6055     for ac_prog in egrep; do
6056     for ac_exec_ext in '' $ac_executable_extensions; do
6057       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6058       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6059 # Check for GNU ac_path_EGREP and select it if it is found.
6060   # Check for GNU $ac_path_EGREP
6061 case `"$ac_path_EGREP" --version 2>&1` in
6062 *GNU*)
6063   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6064 *)
6065   ac_count=0
6066   $as_echo_n 0123456789 >"conftest.in"
6067   while :
6068   do
6069     cat "conftest.in" "conftest.in" >"conftest.tmp"
6070     mv "conftest.tmp" "conftest.in"
6071     cp "conftest.in" "conftest.nl"
6072     $as_echo 'EGREP' >> "conftest.nl"
6073     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6074     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6075     as_fn_arith $ac_count + 1 && ac_count=$as_val
6076     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6077       # Best one so far, save it but keep looking for a better one
6078       ac_cv_path_EGREP="$ac_path_EGREP"
6079       ac_path_EGREP_max=$ac_count
6080     fi
6081     # 10*(2^10) chars as input seems more than enough
6082     test $ac_count -gt 10 && break
6083   done
6084   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6085 esac
6086
6087       $ac_path_EGREP_found && break 3
6088     done
6089   done
6090   done
6091 IFS=$as_save_IFS
6092   if test -z "$ac_cv_path_EGREP"; then
6093     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6094   fi
6095 else
6096   ac_cv_path_EGREP=$EGREP
6097 fi
6098
6099    fi
6100 fi
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
6102 $as_echo "$ac_cv_path_EGREP" >&6; }
6103  EGREP="$ac_cv_path_EGREP"
6104
6105
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6107 $as_echo_n "checking for ANSI C header files... " >&6; }
6108 if ${ac_cv_header_stdc+:} false; then :
6109   $as_echo_n "(cached) " >&6
6110 else
6111   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6112 /* end confdefs.h.  */
6113 #include <stdlib.h>
6114 #include <stdarg.h>
6115 #include <string.h>
6116 #include <float.h>
6117
6118 int
6119 main ()
6120 {
6121
6122   ;
6123   return 0;
6124 }
6125 _ACEOF
6126 if ac_fn_c_try_compile "$LINENO"; then :
6127   ac_cv_header_stdc=yes
6128 else
6129   ac_cv_header_stdc=no
6130 fi
6131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6132
6133 if test $ac_cv_header_stdc = yes; then
6134   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6135   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6136 /* end confdefs.h.  */
6137 #include <string.h>
6138
6139 _ACEOF
6140 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6141   $EGREP "memchr" >/dev/null 2>&1; then :
6142
6143 else
6144   ac_cv_header_stdc=no
6145 fi
6146 rm -f conftest*
6147
6148 fi
6149
6150 if test $ac_cv_header_stdc = yes; then
6151   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6152   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6153 /* end confdefs.h.  */
6154 #include <stdlib.h>
6155
6156 _ACEOF
6157 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6158   $EGREP "free" >/dev/null 2>&1; then :
6159
6160 else
6161   ac_cv_header_stdc=no
6162 fi
6163 rm -f conftest*
6164
6165 fi
6166
6167 if test $ac_cv_header_stdc = yes; then
6168   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6169   if test "$cross_compiling" = yes; then :
6170   :
6171 else
6172   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6173 /* end confdefs.h.  */
6174 #include <ctype.h>
6175 #include <stdlib.h>
6176 #if ((' ' & 0x0FF) == 0x020)
6177 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6178 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6179 #else
6180 # define ISLOWER(c) \
6181                    (('a' <= (c) && (c) <= 'i') \
6182                      || ('j' <= (c) && (c) <= 'r') \
6183                      || ('s' <= (c) && (c) <= 'z'))
6184 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6185 #endif
6186
6187 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6188 int
6189 main ()
6190 {
6191   int i;
6192   for (i = 0; i < 256; i++)
6193     if (XOR (islower (i), ISLOWER (i))
6194         || toupper (i) != TOUPPER (i))
6195       return 2;
6196   return 0;
6197 }
6198 _ACEOF
6199 if ac_fn_c_try_run "$LINENO"; then :
6200
6201 else
6202   ac_cv_header_stdc=no
6203 fi
6204 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6205   conftest.$ac_objext conftest.beam conftest.$ac_ext
6206 fi
6207
6208 fi
6209 fi
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6211 $as_echo "$ac_cv_header_stdc" >&6; }
6212 if test $ac_cv_header_stdc = yes; then
6213
6214 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6215
6216 fi
6217
6218 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6219 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6220                   inttypes.h stdint.h unistd.h
6221 do :
6222   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6223 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6224 "
6225 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6226   cat >>confdefs.h <<_ACEOF
6227 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6228 _ACEOF
6229
6230 fi
6231
6232 done
6233
6234
6235 ac_fn_c_check_header_mongrel "$LINENO" "features.h" "ac_cv_header_features_h" "$ac_includes_default"
6236 if test "x$ac_cv_header_features_h" = xyes; then :
6237
6238 fi
6239
6240
6241
6242 if test x$ac_cv_header_features_h = xyes; then
6243   rm -f conftest.$ac_ext
6244   cat <<_ACEOF >conftest.$ac_ext
6245 #include <features.h>
6246 #if defined(__GNU_LIBRARY__) && defined(__GLIBC__) && defined(__GLIBC_MINOR__)
6247 glibc version is: __GLIBC__ __GLIBC_MINOR__
6248 #endif
6249 _ACEOF
6250   GLIBC_VERSION="`$CPP conftest.$ac_ext | $SED -n 's/^glibc version is: //p' | $SED 's/ /./g'`"
6251 fi
6252
6253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6254 /* end confdefs.h.  */
6255
6256 #include <standards.h>
6257 #if defined(_AIXVERSION_510) || defined(_AIXVERSION_520) || defined(_AIXVERSION_530)
6258   AIX5_LIBC
6259 #endif
6260
6261 _ACEOF
6262 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6263   $EGREP "AIX5_LIBC" >/dev/null 2>&1; then :
6264   GLIBC_VERSION="aix5"
6265 fi
6266 rm -f conftest*
6267
6268
6269 # not really a version check
6270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6271 /* end confdefs.h.  */
6272
6273 #include <sys/cdefs.h>
6274 #if defined(__DARWIN_VERS_1050)
6275   DARWIN_LIBC
6276 #endif
6277
6278 _ACEOF
6279 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6280   $EGREP "DARWIN_LIBC" >/dev/null 2>&1; then :
6281   GLIBC_VERSION="darwin"
6282 fi
6283 rm -f conftest*
6284
6285
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the GLIBC_VERSION version" >&5
6287 $as_echo_n "checking the GLIBC_VERSION version... " >&6; }
6288
6289 case "${GLIBC_VERSION}" in
6290      2.2)
6291         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.2 family" >&5
6292 $as_echo "2.2 family" >&6; }
6293
6294 $as_echo "#define GLIBC_2_2 1" >>confdefs.h
6295
6296         DEFAULT_SUPP="glibc-2.2.supp ${DEFAULT_SUPP}"
6297         DEFAULT_SUPP="glibc-2.2-LinuxThreads-helgrind.supp ${DEFAULT_SUPP}"
6298         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6299         ;;
6300
6301      2.3)
6302         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.3 family" >&5
6303 $as_echo "2.3 family" >&6; }
6304
6305 $as_echo "#define GLIBC_2_3 1" >>confdefs.h
6306
6307         DEFAULT_SUPP="glibc-2.3.supp ${DEFAULT_SUPP}"
6308         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6309         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6310         ;;
6311
6312      2.4)
6313         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.4 family" >&5
6314 $as_echo "2.4 family" >&6; }
6315
6316 $as_echo "#define GLIBC_2_4 1" >>confdefs.h
6317
6318         DEFAULT_SUPP="glibc-2.4.supp ${DEFAULT_SUPP}"
6319         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6320         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6321         ;;
6322
6323      2.5)
6324         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.5 family" >&5
6325 $as_echo "2.5 family" >&6; }
6326
6327 $as_echo "#define GLIBC_2_5 1" >>confdefs.h
6328
6329         DEFAULT_SUPP="glibc-2.5.supp ${DEFAULT_SUPP}"
6330         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6331         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6332         ;;
6333      2.6)
6334         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.6 family" >&5
6335 $as_echo "2.6 family" >&6; }
6336
6337 $as_echo "#define GLIBC_2_6 1" >>confdefs.h
6338
6339         DEFAULT_SUPP="glibc-2.6.supp ${DEFAULT_SUPP}"
6340         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6341         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6342         ;;
6343      2.7)
6344         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.7 family" >&5
6345 $as_echo "2.7 family" >&6; }
6346
6347 $as_echo "#define GLIBC_2_7 1" >>confdefs.h
6348
6349         GENERATED_SUPP="glibc-2.X.supp ${GENERATED_SUPP}"
6350         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6351         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6352         ;;
6353      2.8)
6354         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.8 family" >&5
6355 $as_echo "2.8 family" >&6; }
6356
6357 $as_echo "#define GLIBC_2_8 1" >>confdefs.h
6358
6359         GENERATED_SUPP="glibc-2.X.supp ${GENERATED_SUPP}"
6360         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6361         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6362         ;;
6363      2.9)
6364         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.9 family" >&5
6365 $as_echo "2.9 family" >&6; }
6366
6367 $as_echo "#define GLIBC_2_9 1" >>confdefs.h
6368
6369         GENERATED_SUPP="glibc-2.X.supp ${GENERATED_SUPP}"
6370         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6371         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6372         ;;
6373      2.10)
6374         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.10 family" >&5
6375 $as_echo "2.10 family" >&6; }
6376
6377 $as_echo "#define GLIBC_2_10 1" >>confdefs.h
6378
6379         GENERATED_SUPP="glibc-2.X.supp ${GENERATED_SUPP}"
6380         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6381         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6382         ;;
6383      2.11)
6384         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.11 family" >&5
6385 $as_echo "2.11 family" >&6; }
6386
6387 $as_echo "#define GLIBC_2_11 1" >>confdefs.h
6388
6389         GENERATED_SUPP="glibc-2.X.supp ${GENERATED_SUPP}"
6390         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6391         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6392         ;;
6393      2.12)
6394         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.12 family" >&5
6395 $as_echo "2.12 family" >&6; }
6396
6397 $as_echo "#define GLIBC_2_12 1" >>confdefs.h
6398
6399         GENERATED_SUPP="glibc-2.X.supp ${GENERATED_SUPP}"
6400         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6401         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6402         ;;
6403      2.13)
6404         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.13 family" >&5
6405 $as_echo "2.13 family" >&6; }
6406
6407 $as_echo "#define GLIBC_2_13 1" >>confdefs.h
6408
6409         GENERATED_SUPP="glibc-2.X.supp ${GENERATED_SUPP}"
6410         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6411         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6412         ;;
6413      2.13)
6414         { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.13 family" >&5
6415 $as_echo "2.13 family" >&6; }
6416
6417 $as_echo "#define GLIBC_2_13 1" >>confdefs.h
6418
6419         DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
6420         DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
6421         DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
6422         ;;
6423      aix5)
6424         { $as_echo "$as_me:${as_lineno-$LINENO}: result: AIX 5.1 or 5.2 or 5.3" >&5
6425 $as_echo "AIX 5.1 or 5.2 or 5.3" >&6; }
6426
6427 $as_echo "#define AIX5_LIBC 1" >>confdefs.h
6428
6429         DEFAULT_SUPP="aix5libc.supp ${DEFAULT_SUPP}"
6430         ;;
6431      darwin)
6432         { $as_echo "$as_me:${as_lineno-$LINENO}: result: Darwin" >&5
6433 $as_echo "Darwin" >&6; }
6434
6435 $as_echo "#define DARWIN_LIBC 1" >>confdefs.h
6436
6437         # DEFAULT_SUPP set by kernel version check above.
6438         ;;
6439
6440      *)
6441         { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported version ${GLIBC_VERSION}" >&5
6442 $as_echo "unsupported version ${GLIBC_VERSION}" >&6; }
6443         as_fn_error $? "Valgrind requires glibc version 2.2 - 2.13" "$LINENO" 5
6444         as_fn_error $? "or AIX 5.1 or 5.2 or 5.3 GLIBC_VERSION" "$LINENO" 5
6445         as_fn_error $? "or Darwin libc" "$LINENO" 5
6446         ;;
6447 esac
6448
6449
6450
6451
6452 # Add default suppressions for the X client libraries.  Make no
6453 # attempt to detect whether such libraries are installed on the
6454 # build machine (or even if any X facilities are present); just
6455 # add the suppressions antidisirregardless.
6456 DEFAULT_SUPP="xfree-4.supp ${DEFAULT_SUPP}"
6457 DEFAULT_SUPP="xfree-3.supp ${DEFAULT_SUPP}"
6458
6459 # Add glibc and X11 suppressions for exp-sgcheck
6460 DEFAULT_SUPP="exp-sgcheck.supp ${DEFAULT_SUPP}"
6461
6462
6463 #----------------------------------------------------------------------------
6464 # Checking for various library functions and other definitions
6465 #----------------------------------------------------------------------------
6466
6467 # Check for CLOCK_MONOTONIC
6468
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CLOCK_MONOTONIC" >&5
6470 $as_echo_n "checking for CLOCK_MONOTONIC... " >&6; }
6471
6472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6473 /* end confdefs.h.  */
6474
6475 #include <time.h>
6476
6477 int
6478 main ()
6479 {
6480
6481   struct timespec t;
6482   clock_gettime(CLOCK_MONOTONIC, &t);
6483   return 0;
6484
6485   ;
6486   return 0;
6487 }
6488 _ACEOF
6489 if ac_fn_c_try_compile "$LINENO"; then :
6490
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6492 $as_echo "yes" >&6; }
6493
6494 $as_echo "#define HAVE_CLOCK_MONOTONIC 1" >>confdefs.h
6495
6496
6497 else
6498
6499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6500 $as_echo "no" >&6; }
6501
6502 fi
6503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6504
6505
6506 # Check for PTHREAD_MUTEX_ADAPTIVE_NP
6507
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_MUTEX_ADAPTIVE_NP" >&5
6509 $as_echo_n "checking for PTHREAD_MUTEX_ADAPTIVE_NP... " >&6; }
6510
6511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6512 /* end confdefs.h.  */
6513
6514 #define _GNU_SOURCE
6515 #include <pthread.h>
6516
6517 int
6518 main ()
6519 {
6520
6521   return (PTHREAD_MUTEX_ADAPTIVE_NP);
6522
6523   ;
6524   return 0;
6525 }
6526 _ACEOF
6527 if ac_fn_c_try_compile "$LINENO"; then :
6528
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6530 $as_echo "yes" >&6; }
6531
6532 $as_echo "#define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1" >>confdefs.h
6533
6534
6535 else
6536
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6538 $as_echo "no" >&6; }
6539
6540 fi
6541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6542
6543
6544 # Check for PTHREAD_MUTEX_ERRORCHECK_NP
6545
6546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_MUTEX_ERRORCHECK_NP" >&5
6547 $as_echo_n "checking for PTHREAD_MUTEX_ERRORCHECK_NP... " >&6; }
6548
6549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6550 /* end confdefs.h.  */
6551
6552 #define _GNU_SOURCE
6553 #include <pthread.h>
6554
6555 int
6556 main ()
6557 {
6558
6559   return (PTHREAD_MUTEX_ERRORCHECK_NP);
6560
6561   ;
6562   return 0;
6563 }
6564 _ACEOF
6565 if ac_fn_c_try_compile "$LINENO"; then :
6566
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6568 $as_echo "yes" >&6; }
6569
6570 $as_echo "#define HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1" >>confdefs.h
6571
6572
6573 else
6574
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6576 $as_echo "no" >&6; }
6577
6578 fi
6579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6580
6581
6582 # Check for PTHREAD_MUTEX_RECURSIVE_NP
6583
6584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_MUTEX_RECURSIVE_NP" >&5
6585 $as_echo_n "checking for PTHREAD_MUTEX_RECURSIVE_NP... " >&6; }
6586
6587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6588 /* end confdefs.h.  */
6589
6590 #define _GNU_SOURCE
6591 #include <pthread.h>
6592
6593 int
6594 main ()
6595 {
6596
6597   return (PTHREAD_MUTEX_RECURSIVE_NP);
6598
6599   ;
6600   return 0;
6601 }
6602 _ACEOF
6603 if ac_fn_c_try_compile "$LINENO"; then :
6604
6605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6606 $as_echo "yes" >&6; }
6607
6608 $as_echo "#define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1" >>confdefs.h
6609
6610
6611 else
6612
6613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6614 $as_echo "no" >&6; }
6615
6616 fi
6617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6618
6619
6620 # Check for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
6621
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP" >&5
6623 $as_echo_n "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP... " >&6; }
6624
6625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6626 /* end confdefs.h.  */
6627
6628 #define _GNU_SOURCE
6629 #include <pthread.h>
6630
6631 int
6632 main ()
6633 {
6634
6635   pthread_mutex_t m = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
6636   return 0;
6637
6638   ;
6639   return 0;
6640 }
6641 _ACEOF
6642 if ac_fn_c_try_compile "$LINENO"; then :
6643
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6645 $as_echo "yes" >&6; }
6646
6647 $as_echo "#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1" >>confdefs.h
6648
6649
6650 else
6651
6652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6653 $as_echo "no" >&6; }
6654
6655 fi
6656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6657
6658
6659 # Check whether pthread_mutex_t has a member called __m_kind.
6660
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_t::__m_kind" >&5
6662 $as_echo_n "checking for pthread_mutex_t::__m_kind... " >&6; }
6663
6664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6665 /* end confdefs.h.  */
6666
6667   #include <pthread.h>
6668
6669 int
6670 main ()
6671 {
6672
6673   pthread_mutex_t m;
6674   return m.__m_kind;
6675
6676   ;
6677   return 0;
6678 }
6679 _ACEOF
6680 if ac_fn_c_try_compile "$LINENO"; then :
6681
6682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6683 $as_echo "yes" >&6; }
6684
6685 $as_echo "#define HAVE_PTHREAD_MUTEX_T__M_KIND 1" >>confdefs.h
6686
6687
6688 else
6689
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6691 $as_echo "no" >&6; }
6692
6693 fi
6694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6695
6696
6697 # Check whether pthread_mutex_t has a member called __data.__kind.
6698
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_mutex_t::__data.__kind" >&5
6700 $as_echo_n "checking for pthread_mutex_t::__data.__kind... " >&6; }
6701
6702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6703 /* end confdefs.h.  */
6704
6705 #include <pthread.h>
6706
6707 int
6708 main ()
6709 {
6710
6711   pthread_mutex_t m;
6712   return m.__data.__kind;
6713
6714   ;
6715   return 0;
6716 }
6717 _ACEOF
6718 if ac_fn_c_try_compile "$LINENO"; then :
6719
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6721 $as_echo "yes" >&6; }
6722
6723 $as_echo "#define HAVE_PTHREAD_MUTEX_T__DATA__KIND 1" >>confdefs.h
6724
6725
6726 else
6727
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6729 $as_echo "no" >&6; }
6730
6731 fi
6732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6733
6734
6735 # does this compiler support -maltivec and does it have the include file
6736 # <altivec.h> ?
6737
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Altivec" >&5
6739 $as_echo_n "checking for Altivec... " >&6; }
6740
6741 safe_CFLAGS=$CFLAGS
6742 CFLAGS="-maltivec"
6743
6744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6745 /* end confdefs.h.  */
6746
6747 #include <altivec.h>
6748
6749 int
6750 main ()
6751 {
6752
6753   vector unsigned int v;
6754
6755   ;
6756   return 0;
6757 }
6758 _ACEOF
6759 if ac_fn_c_try_compile "$LINENO"; then :
6760
6761 ac_have_altivec=yes
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6763 $as_echo "yes" >&6; }
6764
6765 $as_echo "#define HAS_ALTIVEC 1" >>confdefs.h
6766
6767
6768 else
6769
6770 ac_have_altivec=no
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6772 $as_echo "no" >&6; }
6773
6774 fi
6775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6776 CFLAGS=$safe_CFLAGS
6777
6778  if test x$ac_have_altivec = xyes; then
6779   HAS_ALTIVEC_TRUE=
6780   HAS_ALTIVEC_FALSE='#'
6781 else
6782   HAS_ALTIVEC_TRUE='#'
6783   HAS_ALTIVEC_FALSE=
6784 fi
6785
6786
6787
6788 # Check that both: the compiler supports -mvsx and that the assembler
6789 # understands VSX instructions.  If either of those doesn't work,
6790 # conclude that we can't do VSX.  NOTE: basically this is a kludge
6791 # in that it conflates two things that should be separate -- whether
6792 # the compiler understands the flag vs whether the assembler
6793 # understands the opcodes.  This really ought to be cleaned up
6794 # and done properly, like it is for x86/x86_64.
6795
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for VSX" >&5
6797 $as_echo_n "checking for VSX... " >&6; }
6798
6799 safe_CFLAGS=$CFLAGS
6800 CFLAGS="-mvsx"
6801
6802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6803 /* end confdefs.h.  */
6804
6805 #include <altivec.h>
6806
6807 int
6808 main ()
6809 {
6810
6811   vector unsigned int v;
6812   __asm__ __volatile__("xsmaddadp 32, 32, 33" ::: "memory","cc");
6813
6814   ;
6815   return 0;
6816 }
6817 _ACEOF
6818 if ac_fn_c_try_compile "$LINENO"; then :
6819
6820 ac_have_vsx=yes
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6822 $as_echo "yes" >&6; }
6823
6824 else
6825
6826 ac_have_vsx=no
6827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6828 $as_echo "no" >&6; }
6829
6830 fi
6831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6832 CFLAGS=$safe_CFLAGS
6833
6834  if test x$ac_have_vsx = xyes; then
6835   HAS_VSX_TRUE=
6836   HAS_VSX_FALSE='#'
6837 else
6838   HAS_VSX_TRUE='#'
6839   HAS_VSX_FALSE=
6840 fi
6841
6842
6843
6844 # Check for pthread_create@GLIBC2.0
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create@GLIBC2.0()" >&5
6846 $as_echo_n "checking for pthread_create@GLIBC2.0()... " >&6; }
6847
6848 safe_CFLAGS=$CFLAGS
6849 CFLAGS="-lpthread"
6850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6851 /* end confdefs.h.  */
6852
6853 extern int pthread_create_glibc_2_0(void*, const void*,
6854                                     void *(*)(void*), void*);
6855 __asm__(".symver pthread_create_glibc_2_0, pthread_create@GLIBC_2.0");
6856
6857 int
6858 main ()
6859 {
6860
6861 #ifdef __powerpc__
6862 /*
6863  * Apparently on PowerPC linking this program succeeds and generates an
6864  * executable with the undefined symbol pthread_create@GLIBC_2.0.
6865  */
6866 #error This test does not work properly on PowerPC.
6867 #else
6868   pthread_create_glibc_2_0(0, 0, 0, 0);
6869 #endif
6870   return 0;
6871
6872   ;
6873   return 0;
6874 }
6875 _ACEOF
6876 if ac_fn_c_try_link "$LINENO"; then :
6877
6878 ac_have_pthread_create_glibc_2_0=yes
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6880 $as_echo "yes" >&6; }
6881
6882 $as_echo "#define HAVE_PTHREAD_CREATE_GLIBC_2_0 1" >>confdefs.h
6883
6884
6885 else
6886
6887 ac_have_pthread_create_glibc_2_0=no
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6889 $as_echo "no" >&6; }
6890
6891 fi
6892 rm -f core conftest.err conftest.$ac_objext \
6893     conftest$ac_exeext conftest.$ac_ext
6894 CFLAGS=$safe_CFLAGS
6895
6896  if test x$ac_have_pthread_create_glibc_2_0 = xyes; then
6897   HAVE_PTHREAD_CREATE_GLIBC_2_0_TRUE=
6898   HAVE_PTHREAD_CREATE_GLIBC_2_0_FALSE='#'
6899 else
6900   HAVE_PTHREAD_CREATE_GLIBC_2_0_TRUE='#'
6901   HAVE_PTHREAD_CREATE_GLIBC_2_0_FALSE=
6902 fi
6903
6904
6905
6906 # Check for eventfd_t, eventfd() and eventfd_read()
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for eventfd()" >&5
6908 $as_echo_n "checking for eventfd()... " >&6; }
6909
6910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6911 /* end confdefs.h.  */
6912
6913 #include <sys/eventfd.h>
6914
6915 int
6916 main ()
6917 {
6918
6919   eventfd_t ev;
6920   int fd;
6921
6922   fd = eventfd(5, 0);
6923   eventfd_read(fd, &ev);
6924   return 0;
6925
6926   ;
6927   return 0;
6928 }
6929 _ACEOF
6930 if ac_fn_c_try_link "$LINENO"; then :
6931
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6933 $as_echo "yes" >&6; }
6934
6935 $as_echo "#define HAVE_EVENTFD 1" >>confdefs.h
6936
6937
6938 $as_echo "#define HAVE_EVENTFD_READ 1" >>confdefs.h
6939
6940
6941 else
6942
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6944 $as_echo "no" >&6; }
6945
6946 fi
6947 rm -f core conftest.err conftest.$ac_objext \
6948     conftest$ac_exeext conftest.$ac_ext
6949
6950
6951 #----------------------------------------------------------------------------
6952 # Checking for supported compiler flags.
6953 #----------------------------------------------------------------------------
6954
6955 # does this compiler support -m32 ?
6956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -m32" >&5
6957 $as_echo_n "checking if gcc accepts -m32... " >&6; }
6958
6959 safe_CFLAGS=$CFLAGS
6960 CFLAGS="-m32"
6961
6962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6963 /* end confdefs.h.  */
6964
6965 int
6966 main ()
6967 {
6968
6969   return 0;
6970
6971   ;
6972   return 0;
6973 }
6974 _ACEOF
6975 if ac_fn_c_try_compile "$LINENO"; then :
6976
6977 FLAG_M32="-m32"
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6979 $as_echo "yes" >&6; }
6980
6981 else
6982
6983 FLAG_M32=""
6984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6985 $as_echo "no" >&6; }
6986
6987 fi
6988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6989 CFLAGS=$safe_CFLAGS
6990
6991
6992
6993
6994 # does this compiler support -maix32 ?
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -maix32" >&5
6996 $as_echo_n "checking if gcc accepts -maix32... " >&6; }
6997
6998 safe_CFLAGS=$CFLAGS
6999 CFLAGS="-maix32"
7000
7001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7002 /* end confdefs.h.  */
7003
7004 int
7005 main ()
7006 {
7007
7008   return 0;
7009
7010   ;
7011   return 0;
7012 }
7013 _ACEOF
7014 if ac_fn_c_try_compile "$LINENO"; then :
7015
7016 FLAG_MAIX32="-maix32"
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7018 $as_echo "yes" >&6; }
7019
7020 else
7021
7022 FLAG_MAIX32=""
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7024 $as_echo "no" >&6; }
7025
7026 fi
7027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7028 CFLAGS=$safe_CFLAGS
7029
7030
7031
7032
7033 # does this compiler support -m64 ?
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -m64" >&5
7035 $as_echo_n "checking if gcc accepts -m64... " >&6; }
7036
7037 safe_CFLAGS=$CFLAGS
7038 CFLAGS="-m64"
7039
7040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7041 /* end confdefs.h.  */
7042
7043 int
7044 main ()
7045 {
7046
7047   return 0;
7048
7049   ;
7050   return 0;
7051 }
7052 _ACEOF
7053 if ac_fn_c_try_compile "$LINENO"; then :
7054
7055 FLAG_M64="-m64"
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7057 $as_echo "yes" >&6; }
7058
7059 else
7060
7061 FLAG_M64=""
7062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7063 $as_echo "no" >&6; }
7064
7065 fi
7066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7067 CFLAGS=$safe_CFLAGS
7068
7069
7070
7071
7072 # does this compiler support -maix64 ?
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -maix64" >&5
7074 $as_echo_n "checking if gcc accepts -maix64... " >&6; }
7075
7076 safe_CFLAGS=$CFLAGS
7077 CFLAGS="-maix64"
7078
7079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7080 /* end confdefs.h.  */
7081
7082 int
7083 main ()
7084 {
7085
7086   return 0;
7087
7088   ;
7089   return 0;
7090 }
7091 _ACEOF
7092 if ac_fn_c_try_compile "$LINENO"; then :
7093
7094 FLAG_MAIX64="-maix64"
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7096 $as_echo "yes" >&6; }
7097
7098 else
7099
7100 FLAG_MAIX64=""
7101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7102 $as_echo "no" >&6; }
7103
7104 fi
7105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7106 CFLAGS=$safe_CFLAGS
7107
7108
7109
7110
7111 # does this compiler support -mmmx ?
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -mmmx" >&5
7113 $as_echo_n "checking if gcc accepts -mmmx... " >&6; }
7114
7115 safe_CFLAGS=$CFLAGS
7116 CFLAGS="-mmmx"
7117
7118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7119 /* end confdefs.h.  */
7120
7121 int
7122 main ()
7123 {
7124
7125   return 0;
7126
7127   ;
7128   return 0;
7129 }
7130 _ACEOF
7131 if ac_fn_c_try_compile "$LINENO"; then :
7132
7133 FLAG_MMMX="-mmmx"
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7135 $as_echo "yes" >&6; }
7136
7137 else
7138
7139 FLAG_MMMX=""
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7141 $as_echo "no" >&6; }
7142
7143 fi
7144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7145 CFLAGS=$safe_CFLAGS
7146
7147
7148
7149
7150 # does this compiler support -msse ?
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -msse" >&5
7152 $as_echo_n "checking if gcc accepts -msse... " >&6; }
7153
7154 safe_CFLAGS=$CFLAGS
7155 CFLAGS="-msse"
7156
7157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7158 /* end confdefs.h.  */
7159
7160 int
7161 main ()
7162 {
7163
7164   return 0;
7165
7166   ;
7167   return 0;
7168 }
7169 _ACEOF
7170 if ac_fn_c_try_compile "$LINENO"; then :
7171
7172 FLAG_MSSE="-msse"
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7174 $as_echo "yes" >&6; }
7175
7176 else
7177
7178 FLAG_MSSE=""
7179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7180 $as_echo "no" >&6; }
7181
7182 fi
7183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7184 CFLAGS=$safe_CFLAGS
7185
7186
7187
7188
7189 # does this compiler support -mpreferred-stack-boundary=2 ?
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -mpreferred-stack-boundary" >&5
7191 $as_echo_n "checking if gcc accepts -mpreferred-stack-boundary... " >&6; }
7192
7193 safe_CFLAGS=$CFLAGS
7194 CFLAGS="-mpreferred-stack-boundary=2"
7195
7196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7197 /* end confdefs.h.  */
7198
7199 int
7200 main ()
7201 {
7202
7203   return 0;
7204
7205   ;
7206   return 0;
7207 }
7208 _ACEOF
7209 if ac_fn_c_try_compile "$LINENO"; then :
7210
7211 PREFERRED_STACK_BOUNDARY="-mpreferred-stack-boundary=2"
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7213 $as_echo "yes" >&6; }
7214
7215 else
7216
7217 PREFERRED_STACK_BOUNDARY=""
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7219 $as_echo "no" >&6; }
7220
7221 fi
7222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7223 CFLAGS=$safe_CFLAGS
7224
7225
7226
7227
7228 # does this compiler support -Wno-pointer-sign ?
7229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -Wno-pointer-sign" >&5
7230 $as_echo_n "checking if gcc accepts -Wno-pointer-sign... " >&6; }
7231
7232 safe_CFLAGS=$CFLAGS
7233 CFLAGS="-Wno-pointer-sign"
7234
7235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7236 /* end confdefs.h.  */
7237
7238 int
7239 main ()
7240 {
7241
7242   return 0;
7243
7244   ;
7245   return 0;
7246 }
7247 _ACEOF
7248 if ac_fn_c_try_compile "$LINENO"; then :
7249
7250 no_pointer_sign=yes
7251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7252 $as_echo "yes" >&6; }
7253
7254 else
7255
7256 no_pointer_sign=no
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7258 $as_echo "no" >&6; }
7259
7260 fi
7261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7262 CFLAGS=$safe_CFLAGS
7263
7264 if test x$no_pointer_sign = xyes; then
7265   CFLAGS="$CFLAGS -Wno-pointer-sign"
7266 fi
7267
7268
7269 # does this compiler support -Wno-empty-body ?
7270
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -Wno-empty-body" >&5
7272 $as_echo_n "checking if gcc accepts -Wno-empty-body... " >&6; }
7273
7274 safe_CFLAGS=$CFLAGS
7275 CFLAGS="-Wno-empty-body"
7276
7277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7278 /* end confdefs.h.  */
7279
7280 int
7281 main ()
7282 {
7283
7284   return 0;
7285
7286   ;
7287   return 0;
7288 }
7289 _ACEOF
7290 if ac_fn_c_try_compile "$LINENO"; then :
7291
7292 FLAG_W_NO_EMPTY_BODY=-Wno-empty-body
7293
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7295 $as_echo "yes" >&6; }
7296
7297 else
7298
7299
7300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7301 $as_echo "no" >&6; }
7302
7303 fi
7304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7305 CFLAGS=$safe_CFLAGS
7306
7307
7308 # does this compiler support -Wno-format-zero-length ?
7309
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -Wno-format-zero-length" >&5
7311 $as_echo_n "checking if gcc accepts -Wno-format-zero-length... " >&6; }
7312
7313 safe_CFLAGS=$CFLAGS
7314 CFLAGS="-Wno-format-zero-length"
7315
7316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7317 /* end confdefs.h.  */
7318
7319 int
7320 main ()
7321 {
7322
7323   return 0;
7324
7325   ;
7326   return 0;
7327 }
7328 _ACEOF
7329 if ac_fn_c_try_compile "$LINENO"; then :
7330
7331 FLAG_W_NO_FORMAT_ZERO_LENGTH=-Wno-format-zero-length
7332
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7334 $as_echo "yes" >&6; }
7335
7336 else
7337
7338
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7340 $as_echo "no" >&6; }
7341
7342 fi
7343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7344 CFLAGS=$safe_CFLAGS
7345
7346
7347 # does this compiler support -Wno-nonnull ?
7348
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -Wno-nonnull" >&5
7350 $as_echo_n "checking if gcc accepts -Wno-nonnull... " >&6; }
7351
7352 safe_CFLAGS=$CFLAGS
7353 CFLAGS="-Wno-nonnull"
7354
7355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7356 /* end confdefs.h.  */
7357
7358 int
7359 main ()
7360 {
7361
7362   return 0;
7363
7364   ;
7365   return 0;
7366 }
7367 _ACEOF
7368 if ac_fn_c_try_compile "$LINENO"; then :
7369
7370 FLAG_W_NO_NONNULL=-Wno-nonnull
7371
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7373 $as_echo "yes" >&6; }
7374
7375 else
7376
7377
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7379 $as_echo "no" >&6; }
7380
7381 fi
7382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7383 CFLAGS=$safe_CFLAGS
7384
7385
7386 # does this compiler support -Wno-overflow ?
7387
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -Wno-overflow" >&5
7389 $as_echo_n "checking if gcc accepts -Wno-overflow... " >&6; }
7390
7391 safe_CFLAGS=$CFLAGS
7392 CFLAGS="-Wno-overflow"
7393
7394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7395 /* end confdefs.h.  */
7396
7397 int
7398 main ()
7399 {
7400
7401   return 0;
7402
7403   ;
7404   return 0;
7405 }
7406 _ACEOF
7407 if ac_fn_c_try_compile "$LINENO"; then :
7408
7409 FLAG_W_NO_OVERFLOW=-Wno-overflow
7410
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7412 $as_echo "yes" >&6; }
7413
7414 else
7415
7416
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7418 $as_echo "no" >&6; }
7419
7420 fi
7421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7422 CFLAGS=$safe_CFLAGS
7423
7424
7425 # does this compiler support -Wno-uninitialized ?
7426
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -Wno-uninitialized" >&5
7428 $as_echo_n "checking if gcc accepts -Wno-uninitialized... " >&6; }
7429
7430 safe_CFLAGS=$CFLAGS
7431 CFLAGS="-Wno-uninitialized"
7432
7433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7434 /* end confdefs.h.  */
7435
7436 int
7437 main ()
7438 {
7439
7440   return 0;
7441
7442   ;
7443   return 0;
7444 }
7445 _ACEOF
7446 if ac_fn_c_try_compile "$LINENO"; then :
7447
7448 FLAG_W_NO_UNINITIALIZED=-Wno-uninitialized
7449
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7451 $as_echo "yes" >&6; }
7452
7453 else
7454
7455
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7457 $as_echo "no" >&6; }
7458
7459 fi
7460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7461 CFLAGS=$safe_CFLAGS
7462
7463
7464 # does this compiler support -Wextra or the older -W ?
7465
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -Wextra or -W" >&5
7467 $as_echo_n "checking if gcc accepts -Wextra or -W... " >&6; }
7468
7469 safe_CFLAGS=$CFLAGS
7470 CFLAGS="-Wextra"
7471
7472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7473 /* end confdefs.h.  */
7474
7475 int
7476 main ()
7477 {
7478
7479   return 0;
7480
7481   ;
7482   return 0;
7483 }
7484 _ACEOF
7485 if ac_fn_c_try_compile "$LINENO"; then :
7486
7487 FLAG_W_EXTRA=-Wextra
7488
7489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: -Wextra" >&5
7490 $as_echo "-Wextra" >&6; }
7491
7492 else
7493
7494   CFLAGS="-W"
7495   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7496 /* end confdefs.h.  */
7497
7498 int
7499 main ()
7500 {
7501
7502     return 0;
7503
7504   ;
7505   return 0;
7506 }
7507 _ACEOF
7508 if ac_fn_c_try_compile "$LINENO"; then :
7509
7510   FLAG_W_EXTRA=-W
7511
7512   { $as_echo "$as_me:${as_lineno-$LINENO}: result: -W" >&5
7513 $as_echo "-W" >&6; }
7514
7515 else
7516
7517
7518   { $as_echo "$as_me:${as_lineno-$LINENO}: result: not supported" >&5
7519 $as_echo "not supported" >&6; }
7520
7521 fi
7522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7523
7524 fi
7525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7526 CFLAGS=$safe_CFLAGS
7527
7528
7529 # does this compiler support -fno-stack-protector ?
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts -fno-stack-protector" >&5
7531 $as_echo_n "checking if gcc accepts -fno-stack-protector... " >&6; }
7532
7533 safe_CFLAGS=$CFLAGS
7534 CFLAGS="-fno-stack-protector"
7535
7536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7537 /* end confdefs.h.  */
7538
7539 int
7540 main ()
7541 {
7542
7543   return 0;
7544
7545   ;
7546   return 0;
7547 }
7548 _ACEOF
7549 if ac_fn_c_try_compile "$LINENO"; then :
7550
7551 no_stack_protector=yes
7552 FLAG_FNO_STACK_PROTECTOR="-fno-stack-protector"
7553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7554 $as_echo "yes" >&6; }
7555
7556 else
7557
7558 no_stack_protector=no
7559 FLAG_FNO_STACK_PROTECTOR=""
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7561 $as_echo "no" >&6; }
7562
7563 fi
7564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7565 CFLAGS=$safe_CFLAGS
7566
7567
7568
7569 if test x$no_stack_protector = xyes; then
7570   CFLAGS="$CFLAGS -fno-stack-protector"
7571 fi
7572
7573
7574 # does this compiler support --param inline-unit-growth=... ?
7575
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc accepts --param inline-unit-growth" >&5
7577 $as_echo_n "checking if gcc accepts --param inline-unit-growth... " >&6; }
7578
7579 safe_CFLAGS=$CFLAGS
7580 CFLAGS="--param inline-unit-growth=900"
7581
7582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7583 /* end confdefs.h.  */
7584
7585 int
7586 main ()
7587 {
7588
7589   return 0;
7590
7591   ;
7592   return 0;
7593 }
7594 _ACEOF
7595 if ac_fn_c_try_compile "$LINENO"; then :
7596
7597 FLAG_UNLIMITED_INLINE_UNIT_GROWTH="--param inline-unit-growth=900"
7598
7599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7600 $as_echo "yes" >&6; }
7601
7602 else
7603
7604 FLAG_UNLIMITED_INLINE_UNIT_GROWTH=""
7605
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7607 $as_echo "no" >&6; }
7608
7609 fi
7610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7611 CFLAGS=$safe_CFLAGS
7612
7613
7614 # does the linker support -Wl,--build-id=none ?  Note, it's
7615 # important that we test indirectly via whichever C compiler
7616 # is selected, rather than testing /usr/bin/ld or whatever
7617 # directly.
7618
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker accepts -Wl,--build-id=none" >&5
7620 $as_echo_n "checking if the linker accepts -Wl,--build-id=none... " >&6; }
7621
7622 safe_CFLAGS=$CFLAGS
7623 CFLAGS="-Wl,--build-id=none"
7624
7625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7626 /* end confdefs.h.  */
7627
7628 int
7629 main ()
7630 {
7631 return 0;
7632   ;
7633   return 0;
7634 }
7635 _ACEOF
7636 if ac_fn_c_try_link "$LINENO"; then :
7637
7638   FLAG_NO_BUILD_ID="-Wl,--build-id=none"
7639
7640   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7641 $as_echo "yes" >&6; }
7642
7643 else
7644
7645   FLAG_NO_BUILD_ID=""
7646
7647   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7648 $as_echo "no" >&6; }
7649
7650 fi
7651 rm -f core conftest.err conftest.$ac_objext \
7652     conftest$ac_exeext conftest.$ac_ext
7653 CFLAGS=$safe_CFLAGS
7654
7655
7656 # does the ppc assembler support "mtocrf" et al?
7657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ppc32/64 as supports mtocrf/mfocrf" >&5
7658 $as_echo_n "checking if ppc32/64 as supports mtocrf/mfocrf... " >&6; }
7659
7660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7661 /* end confdefs.h.  */
7662
7663 int
7664 main ()
7665 {
7666
7667 __asm__ __volatile__("mtocrf 4,0");
7668 __asm__ __volatile__("mfocrf 0,4");
7669
7670   ;
7671   return 0;
7672 }
7673 _ACEOF
7674 if ac_fn_c_try_compile "$LINENO"; then :
7675
7676 ac_have_as_ppc_mftocrf=yes
7677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7678 $as_echo "yes" >&6; }
7679
7680 else
7681
7682 ac_have_as_ppc_mftocrf=no
7683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7684 $as_echo "no" >&6; }
7685
7686 fi
7687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7688 if test x$ac_have_as_ppc_mftocrf = xyes ; then
7689
7690 $as_echo "#define HAVE_AS_PPC_MFTOCRF 1" >>confdefs.h
7691
7692 fi
7693
7694
7695 CFLAGS=$safe_CFLAGS
7696
7697 # does the x86/amd64 assembler understand SSE3 instructions?
7698 # Note, this doesn't generate a C-level symbol.  It generates a
7699 # automake-level symbol (BUILD_SSE3_TESTS), used in test Makefile.am's
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if x86/amd64 assembler speaks SSE3" >&5
7701 $as_echo_n "checking if x86/amd64 assembler speaks SSE3... " >&6; }
7702
7703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7704 /* end confdefs.h.  */
7705
7706 int
7707 main ()
7708 {
7709
7710   do { long long int x;
7711      __asm__ __volatile__("fisttpq (%0)" : :"r"(&x) ); }
7712   while (0)
7713
7714   ;
7715   return 0;
7716 }
7717 _ACEOF
7718 if ac_fn_c_try_compile "$LINENO"; then :
7719
7720 ac_have_as_sse3=yes
7721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7722 $as_echo "yes" >&6; }
7723
7724 else
7725
7726 ac_have_as_sse3=no
7727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7728 $as_echo "no" >&6; }
7729
7730 fi
7731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7732
7733  if test x$ac_have_as_sse3 = xyes; then
7734   BUILD_SSE3_TESTS_TRUE=
7735   BUILD_SSE3_TESTS_FALSE='#'
7736 else
7737   BUILD_SSE3_TESTS_TRUE='#'
7738   BUILD_SSE3_TESTS_FALSE=
7739 fi
7740
7741
7742
7743 # Ditto for SSSE3 instructions (note extra S)
7744 # Note, this doesn't generate a C-level symbol.  It generates a
7745 # automake-level symbol (BUILD_SSSE3_TESTS), used in test Makefile.am's
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if x86/amd64 assembler speaks SSSE3" >&5
7747 $as_echo_n "checking if x86/amd64 assembler speaks SSSE3... " >&6; }
7748
7749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7750 /* end confdefs.h.  */
7751
7752 int
7753 main ()
7754 {
7755
7756   do { long long int x;
7757    __asm__ __volatile__(
7758       "pabsb (%0),%%xmm7" : : "r"(&x) : "xmm7" ); }
7759   while (0)
7760
7761   ;
7762   return 0;
7763 }
7764 _ACEOF
7765 if ac_fn_c_try_compile "$LINENO"; then :
7766
7767 ac_have_as_ssse3=yes
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7769 $as_echo "yes" >&6; }
7770
7771 else
7772
7773 ac_have_as_ssse3=no
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7775 $as_echo "no" >&6; }
7776
7777 fi
7778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7779
7780  if test x$ac_have_as_ssse3 = xyes; then
7781   BUILD_SSSE3_TESTS_TRUE=
7782   BUILD_SSSE3_TESTS_FALSE='#'
7783 else
7784   BUILD_SSSE3_TESTS_TRUE='#'
7785   BUILD_SSSE3_TESTS_FALSE=
7786 fi
7787
7788
7789
7790 # does the x86/amd64 assembler understand the PCLMULQDQ instruction?
7791 # Note, this doesn't generate a C-level symbol.  It generates a
7792 # automake-level symbol (BUILD_PCLMULQDQ_TESTS), used in test Makefile.am's
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if x86/amd64 assembler supports 'pclmulqdq'" >&5
7794 $as_echo_n "checking if x86/amd64 assembler supports 'pclmulqdq'... " >&6; }
7795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7796 /* end confdefs.h.  */
7797
7798 int
7799 main ()
7800 {
7801
7802   do {
7803    __asm__ __volatile__(
7804       "pclmulqdq \$17,%%xmm6,%%xmm7" : : : "xmm6", "xmm7" ); }
7805   while (0)
7806
7807   ;
7808   return 0;
7809 }
7810 _ACEOF
7811 if ac_fn_c_try_compile "$LINENO"; then :
7812
7813 ac_have_as_pclmulqdq=yes
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7815 $as_echo "yes" >&6; }
7816
7817 else
7818
7819 ac_have_as_pclmulqdq=no
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7821 $as_echo "no" >&6; }
7822
7823 fi
7824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7825
7826  if test x$ac_have_as_pclmulqdq = xyes; then
7827   BUILD_PCLMULQDQ_TESTS_TRUE=
7828   BUILD_PCLMULQDQ_TESTS_FALSE='#'
7829 else
7830   BUILD_PCLMULQDQ_TESTS_TRUE='#'
7831   BUILD_PCLMULQDQ_TESTS_FALSE=
7832 fi
7833
7834
7835
7836 # does the x86/amd64 assembler understand the LZCNT instruction?
7837 # Note, this doesn't generate a C-level symbol.  It generates a
7838 # automake-level symbol (BUILD_LZCNT_TESTS), used in test Makefile.am's
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if x86/amd64 assembler supports 'lzcnt'" >&5
7840 $as_echo_n "checking if x86/amd64 assembler supports 'lzcnt'... " >&6; }
7841
7842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7843 /* end confdefs.h.  */
7844
7845 int
7846 main ()
7847 {
7848
7849   do {
7850       __asm__ __volatile__("lzcnt %rax,%rax");
7851   } while (0)
7852
7853   ;
7854   return 0;
7855 }
7856 _ACEOF
7857 if ac_fn_c_try_compile "$LINENO"; then :
7858
7859   ac_have_as_lzcnt=yes
7860   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7861 $as_echo "yes" >&6; }
7862
7863 else
7864
7865   ac_have_as_lzcnt=no
7866   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7867 $as_echo "no" >&6; }
7868
7869 fi
7870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7871
7872  if test x$ac_have_as_lzcnt = xyes; then
7873   BUILD_LZCNT_TESTS_TRUE=
7874   BUILD_LZCNT_TESTS_FALSE='#'
7875 else
7876   BUILD_LZCNT_TESTS_TRUE='#'
7877   BUILD_LZCNT_TESTS_FALSE=
7878 fi
7879
7880
7881
7882 # does the x86/amd64 assembler understand SSE 4.2 instructions?
7883 # Note, this doesn't generate a C-level symbol.  It generates a
7884 # automake-level symbol (BUILD_SSE42_TESTS), used in test Makefile.am's
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if x86/amd64 assembler speaks SSE4.2" >&5
7886 $as_echo_n "checking if x86/amd64 assembler speaks SSE4.2... " >&6; }
7887
7888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7889 /* end confdefs.h.  */
7890
7891 int
7892 main ()
7893 {
7894
7895   do { long long int x;
7896    __asm__ __volatile__(
7897       "crc32q %%r15,%%r15" : : : "r15" ); }
7898   while (0)
7899
7900   ;
7901   return 0;
7902 }
7903 _ACEOF
7904 if ac_fn_c_try_compile "$LINENO"; then :
7905
7906 ac_have_as_sse42=yes
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7908 $as_echo "yes" >&6; }
7909
7910 else
7911
7912 ac_have_as_sse42=no
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7914 $as_echo "no" >&6; }
7915
7916 fi
7917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7918
7919  if test x$ac_have_as_sse42 = xyes; then
7920   BUILD_SSE42_TESTS_TRUE=
7921   BUILD_SSE42_TESTS_FALSE='#'
7922 else
7923   BUILD_SSE42_TESTS_TRUE='#'
7924   BUILD_SSE42_TESTS_FALSE=
7925 fi
7926
7927
7928
7929 # XXX JRS 2010 Oct 13: what is this for?  For sure, we don't need this
7930 # when building the tool executables.  I think we should get rid of it.
7931 #
7932 # Check for TLS support in the compiler and linker
7933 if test "x${cross_compiling}" = "xno"; then
7934 # Native compilation: check whether running a program using TLS succeeds.
7935 # Linking only is not sufficient -- e.g. on Red Hat 7.3 linking TLS programs
7936 # succeeds but running programs using TLS fails.
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS support" >&5
7938 $as_echo_n "checking for TLS support... " >&6; }
7939 if ${vg_cv_tls+:} false; then :
7940   $as_echo_n "(cached) " >&6
7941 else
7942   # Check whether --enable-tls was given.
7943 if test "${enable_tls+set}" = set; then :
7944   enableval=$enable_tls; vg_cv_tls=$enableval
7945 else
7946   if test "$cross_compiling" = yes; then :
7947   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7948 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7949 as_fn_error $? "cannot run test program while cross compiling
7950 See \`config.log' for more details" "$LINENO" 5; }
7951 else
7952   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7953 /* end confdefs.h.  */
7954 static __thread int foo;
7955 int
7956 main ()
7957 {
7958 return foo;
7959   ;
7960   return 0;
7961 }
7962 _ACEOF
7963 if ac_fn_c_try_run "$LINENO"; then :
7964   vg_cv_tls=yes
7965 else
7966   vg_cv_tls=no
7967 fi
7968 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7969   conftest.$ac_objext conftest.beam conftest.$ac_ext
7970 fi
7971
7972 fi
7973
7974 fi
7975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vg_cv_tls" >&5
7976 $as_echo "$vg_cv_tls" >&6; }
7977 else
7978 # Cross-compiling: check whether linking a program using TLS succeeds.
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS support" >&5
7980 $as_echo_n "checking for TLS support... " >&6; }
7981 if ${vg_cv_tls+:} false; then :
7982   $as_echo_n "(cached) " >&6
7983 else
7984   # Check whether --enable-tls was given.
7985 if test "${enable_tls+set}" = set; then :
7986   enableval=$enable_tls; vg_cv_tls=$enableval
7987 else
7988   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7989 /* end confdefs.h.  */
7990 static __thread int foo;
7991 int
7992 main ()
7993 {
7994 return foo;
7995   ;
7996   return 0;
7997 }
7998 _ACEOF
7999 if ac_fn_c_try_link "$LINENO"; then :
8000   vg_cv_tls=yes
8001 else
8002   vg_cv_tls=no
8003 fi
8004 rm -f core conftest.err conftest.$ac_objext \
8005     conftest$ac_exeext conftest.$ac_ext
8006 fi
8007
8008 fi
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $vg_cv_tls" >&5
8010 $as_echo "$vg_cv_tls" >&6; }
8011 fi
8012
8013 if test "$vg_cv_tls" = yes; then
8014
8015 $as_echo "#define HAVE_TLS 1" >>confdefs.h
8016
8017 fi
8018
8019
8020 #----------------------------------------------------------------------------
8021 # Checks for C header files.
8022 #----------------------------------------------------------------------------
8023
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8025 $as_echo_n "checking for ANSI C header files... " >&6; }
8026 if ${ac_cv_header_stdc+:} false; then :
8027   $as_echo_n "(cached) " >&6
8028 else
8029   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8030 /* end confdefs.h.  */
8031 #include <stdlib.h>
8032 #include <stdarg.h>
8033 #include <string.h>
8034 #include <float.h>
8035
8036 int
8037 main ()
8038 {
8039
8040   ;
8041   return 0;
8042 }
8043 _ACEOF
8044 if ac_fn_c_try_compile "$LINENO"; then :
8045   ac_cv_header_stdc=yes
8046 else
8047   ac_cv_header_stdc=no
8048 fi
8049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8050
8051 if test $ac_cv_header_stdc = yes; then
8052   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
8053   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8054 /* end confdefs.h.  */
8055 #include <string.h>
8056
8057 _ACEOF
8058 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8059   $EGREP "memchr" >/dev/null 2>&1; then :
8060
8061 else
8062   ac_cv_header_stdc=no
8063 fi
8064 rm -f conftest*
8065
8066 fi
8067
8068 if test $ac_cv_header_stdc = yes; then
8069   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
8070   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8071 /* end confdefs.h.  */
8072 #include <stdlib.h>
8073
8074 _ACEOF
8075 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8076   $EGREP "free" >/dev/null 2>&1; then :
8077
8078 else
8079   ac_cv_header_stdc=no
8080 fi
8081 rm -f conftest*
8082
8083 fi
8084
8085 if test $ac_cv_header_stdc = yes; then
8086   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
8087   if test "$cross_compiling" = yes; then :
8088   :
8089 else
8090   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8091 /* end confdefs.h.  */
8092 #include <ctype.h>
8093 #include <stdlib.h>
8094 #if ((' ' & 0x0FF) == 0x020)
8095 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8096 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8097 #else
8098 # define ISLOWER(c) \
8099                    (('a' <= (c) && (c) <= 'i') \
8100                      || ('j' <= (c) && (c) <= 'r') \
8101                      || ('s' <= (c) && (c) <= 'z'))
8102 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8103 #endif
8104
8105 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
8106 int
8107 main ()
8108 {
8109   int i;
8110   for (i = 0; i < 256; i++)
8111     if (XOR (islower (i), ISLOWER (i))
8112         || toupper (i) != TOUPPER (i))
8113       return 2;
8114   return 0;
8115 }
8116 _ACEOF
8117 if ac_fn_c_try_run "$LINENO"; then :
8118
8119 else
8120   ac_cv_header_stdc=no
8121 fi
8122 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8123   conftest.$ac_objext conftest.beam conftest.$ac_ext
8124 fi
8125
8126 fi
8127 fi
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8129 $as_echo "$ac_cv_header_stdc" >&6; }
8130 if test $ac_cv_header_stdc = yes; then
8131
8132 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
8133
8134 fi
8135
8136 for ac_header in        \
8137         asm/unistd.h     \
8138         endian.h         \
8139         mqueue.h         \
8140         sys/endian.h     \
8141         sys/epoll.h      \
8142         sys/eventfd.h    \
8143         sys/klog.h       \
8144         sys/poll.h       \
8145         sys/signal.h     \
8146         sys/signalfd.h   \
8147         sys/syscall.h    \
8148         sys/time.h       \
8149         sys/types.h      \
8150
8151 do :
8152   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8153 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8154 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8155   cat >>confdefs.h <<_ACEOF
8156 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8157 _ACEOF
8158
8159 fi
8160
8161 done
8162
8163
8164 #----------------------------------------------------------------------------
8165 # Checks for typedefs, structures, and compiler characteristics.
8166 #----------------------------------------------------------------------------
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
8168 $as_echo_n "checking for uid_t in sys/types.h... " >&6; }
8169 if ${ac_cv_type_uid_t+:} false; then :
8170   $as_echo_n "(cached) " >&6
8171 else
8172   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8173 /* end confdefs.h.  */
8174 #include <sys/types.h>
8175
8176 _ACEOF
8177 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8178   $EGREP "uid_t" >/dev/null 2>&1; then :
8179   ac_cv_type_uid_t=yes
8180 else
8181   ac_cv_type_uid_t=no
8182 fi
8183 rm -f conftest*
8184
8185 fi
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
8187 $as_echo "$ac_cv_type_uid_t" >&6; }
8188 if test $ac_cv_type_uid_t = no; then
8189
8190 $as_echo "#define uid_t int" >>confdefs.h
8191
8192
8193 $as_echo "#define gid_t int" >>confdefs.h
8194
8195 fi
8196
8197 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
8198 if test "x$ac_cv_type_off_t" = xyes; then :
8199
8200 else
8201
8202 cat >>confdefs.h <<_ACEOF
8203 #define off_t long int
8204 _ACEOF
8205
8206 fi
8207
8208 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
8209 if test "x$ac_cv_type_size_t" = xyes; then :
8210
8211 else
8212
8213 cat >>confdefs.h <<_ACEOF
8214 #define size_t unsigned int
8215 _ACEOF
8216
8217 fi
8218
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
8220 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
8221 if ${ac_cv_header_time+:} false; then :
8222   $as_echo_n "(cached) " >&6
8223 else
8224   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8225 /* end confdefs.h.  */
8226 #include <sys/types.h>
8227 #include <sys/time.h>
8228 #include <time.h>
8229
8230 int
8231 main ()
8232 {
8233 if ((struct tm *) 0)
8234 return 0;
8235   ;
8236   return 0;
8237 }
8238 _ACEOF
8239 if ac_fn_c_try_compile "$LINENO"; then :
8240   ac_cv_header_time=yes
8241 else
8242   ac_cv_header_time=no
8243 fi
8244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8245 fi
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
8247 $as_echo "$ac_cv_header_time" >&6; }
8248 if test $ac_cv_header_time = yes; then
8249
8250 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
8251
8252 fi
8253
8254
8255
8256 #----------------------------------------------------------------------------
8257 # Checks for library functions.
8258 #----------------------------------------------------------------------------
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
8260 $as_echo_n "checking for working memcmp... " >&6; }
8261 if ${ac_cv_func_memcmp_working+:} false; then :
8262   $as_echo_n "(cached) " >&6
8263 else
8264   if test "$cross_compiling" = yes; then :
8265   ac_cv_func_memcmp_working=no
8266 else
8267   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8268 /* end confdefs.h.  */
8269 $ac_includes_default
8270 int
8271 main ()
8272 {
8273
8274   /* Some versions of memcmp are not 8-bit clean.  */
8275   char c0 = '\100', c1 = '\200', c2 = '\201';
8276   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
8277     return 1;
8278
8279   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
8280      or more and with at least one buffer not starting on a 4-byte boundary.
8281      William Lewis provided this test program.   */
8282   {
8283     char foo[21];
8284     char bar[21];
8285     int i;
8286     for (i = 0; i < 4; i++)
8287       {
8288         char *a = foo + i;
8289         char *b = bar + i;
8290         strcpy (a, "--------01111111");
8291         strcpy (b, "--------10000000");
8292         if (memcmp (a, b, 16) >= 0)
8293           return 1;
8294       }
8295     return 0;
8296   }
8297
8298   ;
8299   return 0;
8300 }
8301 _ACEOF
8302 if ac_fn_c_try_run "$LINENO"; then :
8303   ac_cv_func_memcmp_working=yes
8304 else
8305   ac_cv_func_memcmp_working=no
8306 fi
8307 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8308   conftest.$ac_objext conftest.beam conftest.$ac_ext
8309 fi
8310
8311 fi
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_memcmp_working" >&5
8313 $as_echo "$ac_cv_func_memcmp_working" >&6; }
8314 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
8315   *" memcmp.$ac_objext "* ) ;;
8316   *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
8317  ;;
8318 esac
8319
8320
8321
8322
8323
8324   for ac_header in $ac_header_list
8325 do :
8326   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8327 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
8328 "
8329 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8330   cat >>confdefs.h <<_ACEOF
8331 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8332 _ACEOF
8333
8334 fi
8335
8336 done
8337
8338
8339
8340
8341
8342
8343
8344
8345 for ac_func in getpagesize
8346 do :
8347   ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
8348 if test "x$ac_cv_func_getpagesize" = xyes; then :
8349   cat >>confdefs.h <<_ACEOF
8350 #define HAVE_GETPAGESIZE 1
8351 _ACEOF
8352
8353 fi
8354 done
8355
8356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
8357 $as_echo_n "checking for working mmap... " >&6; }
8358 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
8359   $as_echo_n "(cached) " >&6
8360 else
8361   if test "$cross_compiling" = yes; then :
8362   ac_cv_func_mmap_fixed_mapped=no
8363 else
8364   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8365 /* end confdefs.h.  */
8366 $ac_includes_default
8367 /* malloc might have been renamed as rpl_malloc. */
8368 #undef malloc
8369
8370 /* Thanks to Mike Haertel and Jim Avera for this test.
8371    Here is a matrix of mmap possibilities:
8372         mmap private not fixed
8373         mmap private fixed at somewhere currently unmapped
8374         mmap private fixed at somewhere already mapped
8375         mmap shared not fixed
8376         mmap shared fixed at somewhere currently unmapped
8377         mmap shared fixed at somewhere already mapped
8378    For private mappings, we should verify that changes cannot be read()
8379    back from the file, nor mmap's back from the file at a different
8380    address.  (There have been systems where private was not correctly
8381    implemented like the infamous i386 svr4.0, and systems where the
8382    VM page cache was not coherent with the file system buffer cache
8383    like early versions of FreeBSD and possibly contemporary NetBSD.)
8384    For shared mappings, we should conversely verify that changes get
8385    propagated back to all the places they're supposed to be.
8386
8387    Grep wants private fixed already mapped.
8388    The main things grep needs to know about mmap are:
8389    * does it exist and is it safe to write into the mmap'd area
8390    * how to use it (BSD variants)  */
8391
8392 #include <fcntl.h>
8393 #include <sys/mman.h>
8394
8395 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
8396 char *malloc ();
8397 #endif
8398
8399 /* This mess was copied from the GNU getpagesize.h.  */
8400 #ifndef HAVE_GETPAGESIZE
8401 # ifdef _SC_PAGESIZE
8402 #  define getpagesize() sysconf(_SC_PAGESIZE)
8403 # else /* no _SC_PAGESIZE */
8404 #  ifdef HAVE_SYS_PARAM_H
8405 #   include <sys/param.h>
8406 #   ifdef EXEC_PAGESIZE
8407 #    define getpagesize() EXEC_PAGESIZE
8408 #   else /* no EXEC_PAGESIZE */
8409 #    ifdef NBPG
8410 #     define getpagesize() NBPG * CLSIZE
8411 #     ifndef CLSIZE
8412 #      define CLSIZE 1
8413 #     endif /* no CLSIZE */
8414 #    else /* no NBPG */
8415 #     ifdef NBPC
8416 #      define getpagesize() NBPC
8417 #     else /* no NBPC */
8418 #      ifdef PAGESIZE
8419 #       define getpagesize() PAGESIZE
8420 #      endif /* PAGESIZE */
8421 #     endif /* no NBPC */
8422 #    endif /* no NBPG */
8423 #   endif /* no EXEC_PAGESIZE */
8424 #  else /* no HAVE_SYS_PARAM_H */
8425 #   define getpagesize() 8192   /* punt totally */
8426 #  endif /* no HAVE_SYS_PARAM_H */
8427 # endif /* no _SC_PAGESIZE */
8428
8429 #endif /* no HAVE_GETPAGESIZE */
8430
8431 int
8432 main ()
8433 {
8434   char *data, *data2, *data3;
8435   const char *cdata2;
8436   int i, pagesize;
8437   int fd, fd2;
8438
8439   pagesize = getpagesize ();
8440
8441   /* First, make a file with some known garbage in it. */
8442   data = (char *) malloc (pagesize);
8443   if (!data)
8444     return 1;
8445   for (i = 0; i < pagesize; ++i)
8446     *(data + i) = rand ();
8447   umask (0);
8448   fd = creat ("conftest.mmap", 0600);
8449   if (fd < 0)
8450     return 2;
8451   if (write (fd, data, pagesize) != pagesize)
8452     return 3;
8453   close (fd);
8454
8455   /* Next, check that the tail of a page is zero-filled.  File must have
8456      non-zero length, otherwise we risk SIGBUS for entire page.  */
8457   fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
8458   if (fd2 < 0)
8459     return 4;
8460   cdata2 = "";
8461   if (write (fd2, cdata2, 1) != 1)
8462     return 5;
8463   data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
8464   if (data2 == MAP_FAILED)
8465     return 6;
8466   for (i = 0; i < pagesize; ++i)
8467     if (*(data2 + i))
8468       return 7;
8469   close (fd2);
8470   if (munmap (data2, pagesize))
8471     return 8;
8472
8473   /* Next, try to mmap the file at a fixed address which already has
8474      something else allocated at it.  If we can, also make sure that
8475      we see the same garbage.  */
8476   fd = open ("conftest.mmap", O_RDWR);
8477   if (fd < 0)
8478     return 9;
8479   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
8480                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
8481     return 10;
8482   for (i = 0; i < pagesize; ++i)
8483     if (*(data + i) != *(data2 + i))
8484       return 11;
8485
8486   /* Finally, make sure that changes to the mapped area do not
8487      percolate back to the file as seen by read().  (This is a bug on
8488      some variants of i386 svr4.0.)  */
8489   for (i = 0; i < pagesize; ++i)
8490     *(data2 + i) = *(data2 + i) + 1;
8491   data3 = (char *) malloc (pagesize);
8492   if (!data3)
8493     return 12;
8494   if (read (fd, data3, pagesize) != pagesize)
8495     return 13;
8496   for (i = 0; i < pagesize; ++i)
8497     if (*(data + i) != *(data3 + i))
8498       return 14;
8499   close (fd);
8500   return 0;
8501 }
8502 _ACEOF
8503 if ac_fn_c_try_run "$LINENO"; then :
8504   ac_cv_func_mmap_fixed_mapped=yes
8505 else
8506   ac_cv_func_mmap_fixed_mapped=no
8507 fi
8508 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8509   conftest.$ac_objext conftest.beam conftest.$ac_ext
8510 fi
8511
8512 fi
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
8514 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
8515 if test $ac_cv_func_mmap_fixed_mapped = yes; then
8516
8517 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
8518
8519 fi
8520 rm -f conftest.mmap conftest.txt
8521
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
8523 $as_echo_n "checking return type of signal handlers... " >&6; }
8524 if ${ac_cv_type_signal+:} false; then :
8525   $as_echo_n "(cached) " >&6
8526 else
8527   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8528 /* end confdefs.h.  */
8529 #include <sys/types.h>
8530 #include <signal.h>
8531
8532 int
8533 main ()
8534 {
8535 return *(signal (0, 0)) (0) == 1;
8536   ;
8537   return 0;
8538 }
8539 _ACEOF
8540 if ac_fn_c_try_compile "$LINENO"; then :
8541   ac_cv_type_signal=int
8542 else
8543   ac_cv_type_signal=void
8544 fi
8545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8546 fi
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
8548 $as_echo "$ac_cv_type_signal" >&6; }
8549
8550 cat >>confdefs.h <<_ACEOF
8551 #define RETSIGTYPE $ac_cv_type_signal
8552 _ACEOF
8553
8554
8555
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8557 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8558 if ${ac_cv_lib_pthread_pthread_create+:} false; then :
8559   $as_echo_n "(cached) " >&6
8560 else
8561   ac_check_lib_save_LIBS=$LIBS
8562 LIBS="-lpthread  $LIBS"
8563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8564 /* end confdefs.h.  */
8565
8566 /* Override any GCC internal prototype to avoid an error.
8567    Use char because int might match the return type of a GCC
8568    builtin and then its argument prototype would still apply.  */
8569 #ifdef __cplusplus
8570 extern "C"
8571 #endif
8572 char pthread_create ();
8573 int
8574 main ()
8575 {
8576 return pthread_create ();
8577   ;
8578   return 0;
8579 }
8580 _ACEOF
8581 if ac_fn_c_try_link "$LINENO"; then :
8582   ac_cv_lib_pthread_pthread_create=yes
8583 else
8584   ac_cv_lib_pthread_pthread_create=no
8585 fi
8586 rm -f core conftest.err conftest.$ac_objext \
8587     conftest$ac_exeext conftest.$ac_ext
8588 LIBS=$ac_check_lib_save_LIBS
8589 fi
8590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8591 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8592 if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then :
8593   cat >>confdefs.h <<_ACEOF
8594 #define HAVE_LIBPTHREAD 1
8595 _ACEOF
8596
8597   LIBS="-lpthread $LIBS"
8598
8599 fi
8600
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
8602 $as_echo_n "checking for clock_gettime in -lrt... " >&6; }
8603 if ${ac_cv_lib_rt_clock_gettime+:} false; then :
8604   $as_echo_n "(cached) " >&6
8605 else
8606   ac_check_lib_save_LIBS=$LIBS
8607 LIBS="-lrt  $LIBS"
8608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8609 /* end confdefs.h.  */
8610
8611 /* Override any GCC internal prototype to avoid an error.
8612    Use char because int might match the return type of a GCC
8613    builtin and then its argument prototype would still apply.  */
8614 #ifdef __cplusplus
8615 extern "C"
8616 #endif
8617 char clock_gettime ();
8618 int
8619 main ()
8620 {
8621 return clock_gettime ();
8622   ;
8623   return 0;
8624 }
8625 _ACEOF
8626 if ac_fn_c_try_link "$LINENO"; then :
8627   ac_cv_lib_rt_clock_gettime=yes
8628 else
8629   ac_cv_lib_rt_clock_gettime=no
8630 fi
8631 rm -f core conftest.err conftest.$ac_objext \
8632     conftest$ac_exeext conftest.$ac_ext
8633 LIBS=$ac_check_lib_save_LIBS
8634 fi
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_clock_gettime" >&5
8636 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
8637 if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then :
8638   cat >>confdefs.h <<_ACEOF
8639 #define HAVE_LIBRT 1
8640 _ACEOF
8641
8642   LIBS="-lrt $LIBS"
8643
8644 fi
8645
8646
8647 for ac_func in      \
8648         clock_gettime\
8649         epoll_create \
8650         epoll_pwait  \
8651         klogctl      \
8652         mallinfo     \
8653         memchr       \
8654         memset       \
8655         mkdir        \
8656         mremap       \
8657         ppoll        \
8658         pthread_barrier_init       \
8659         pthread_condattr_setclock  \
8660         pthread_mutex_timedlock    \
8661         pthread_rwlock_timedrdlock \
8662         pthread_rwlock_timedwrlock \
8663         pthread_spin_lock          \
8664         readlinkat   \
8665         semtimedop   \
8666         signalfd     \
8667         sigwaitinfo  \
8668         strchr       \
8669         strdup       \
8670         strpbrk      \
8671         strrchr      \
8672         strstr       \
8673         syscall      \
8674         utimensat    \
8675
8676 do :
8677   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8678 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8679 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8680   cat >>confdefs.h <<_ACEOF
8681 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8682 _ACEOF
8683
8684 fi
8685 done
8686
8687
8688 # AC_CHECK_LIB adds any library found to the variable LIBS, and links these
8689 # libraries with any shared object and/or executable. This is NOT what we
8690 # want for e.g. vgpreload_core-x86-linux.so
8691 LIBS=""
8692
8693  if test x$ac_cv_func_pthread_barrier_init = xyes; then
8694   HAVE_PTHREAD_BARRIER_TRUE=
8695   HAVE_PTHREAD_BARRIER_FALSE='#'
8696 else
8697   HAVE_PTHREAD_BARRIER_TRUE='#'
8698   HAVE_PTHREAD_BARRIER_FALSE=
8699 fi
8700
8701  if test x$ac_cv_func_pthread_mutex_timedlock = xyes; then
8702   HAVE_PTHREAD_MUTEX_TIMEDLOCK_TRUE=
8703   HAVE_PTHREAD_MUTEX_TIMEDLOCK_FALSE='#'
8704 else
8705   HAVE_PTHREAD_MUTEX_TIMEDLOCK_TRUE='#'
8706   HAVE_PTHREAD_MUTEX_TIMEDLOCK_FALSE=
8707 fi
8708
8709  if test x$ac_cv_func_pthread_spin_lock = xyes; then
8710   HAVE_PTHREAD_SPINLOCK_TRUE=
8711   HAVE_PTHREAD_SPINLOCK_FALSE='#'
8712 else
8713   HAVE_PTHREAD_SPINLOCK_TRUE='#'
8714   HAVE_PTHREAD_SPINLOCK_FALSE=
8715 fi
8716
8717
8718
8719 #----------------------------------------------------------------------------
8720 # MPI checks
8721 #----------------------------------------------------------------------------
8722 # Do we have a useable MPI setup on the primary and/or secondary targets?
8723 # On Linux, by default, assumes mpicc and -m32/-m64
8724 # On AIX, by default, assumes mpxlc and -q32/-q64
8725 # Note: this is a kludge in that it assumes the specified mpicc
8726 # understands -m32/-m64/-q32/-q64 regardless of what is specified using
8727 # --with-mpicc=.
8728 MPI_CC="mpicc"
8729 if test x$VGCONF_PLATFORM_PRI_CAPS = xPPC32_AIX5 \
8730      -o x$VGCONF_PLATFORM_PRI_CAPS = xPPC64_AIX5 ; then
8731   MPI_CC="mpxlc"
8732 fi
8733
8734 mflag_primary=
8735 if test x$VGCONF_PLATFORM_PRI_CAPS = xX86_LINUX \
8736      -o x$VGCONF_PLATFORM_PRI_CAPS = xPPC32_LINUX ; then
8737   mflag_primary=$FLAG_M32
8738 elif test x$VGCONF_PLATFORM_PRI_CAPS = xAMD64_LINUX \
8739        -o x$VGCONF_PLATFORM_PRI_CAPS = xPPC64_LINUX \
8740        -o x$VGCONF_PLATFORM_PRI_CAPS = xS390X_LINUX ; then
8741   mflag_primary=$FLAG_M64
8742 elif test x$VGCONF_PLATFORM_PRI_CAPS = xPPC32_AIX5 ; then
8743   mflag_primary=-q32
8744 elif test x$VGCONF_PLATFORM_PRI_CAPS = xPPC64_AIX5 ; then
8745   mflag_primary=-q64
8746 fi
8747
8748 mflag_secondary=
8749 if test x$VGCONF_PLATFORM_SEC_CAPS = xX86_LINUX \
8750      -o x$VGCONF_PLATFORM_SEC_CAPS = xPPC32_LINUX ; then
8751   mflag_secondary=$FLAG_M32
8752 elif test x$VGCONF_PLATFORM_SEC_CAPS = xPPC32_AIX5 ; then
8753   mflag_secondary=-q32
8754 fi
8755
8756
8757
8758 # Check whether --with-mpicc was given.
8759 if test "${with_mpicc+set}" = set; then :
8760   withval=$with_mpicc; MPI_CC=$withval
8761
8762 fi
8763
8764
8765
8766 ## See if MPI_CC works for the primary target
8767 ##
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking primary target for usable MPI2-compliant C compiler and mpi.h" >&5
8769 $as_echo_n "checking primary target for usable MPI2-compliant C compiler and mpi.h... " >&6; }
8770 saved_CC=$CC
8771 saved_CFLAGS=$CFLAGS
8772 CC=$MPI_CC
8773 CFLAGS=$mflag_primary
8774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8775 /* end confdefs.h.  */
8776
8777 #include <mpi.h>
8778 #include <stdio.h>
8779
8780 int
8781 main ()
8782 {
8783
8784   int r = MPI_Init(NULL,NULL);
8785   r |= MPI_Type_get_contents( MPI_INT, 0,0,0, NULL,NULL,NULL );
8786   return r;
8787
8788   ;
8789   return 0;
8790 }
8791 _ACEOF
8792 if ac_fn_c_try_link "$LINENO"; then :
8793
8794 ac_have_mpi2_pri=yes
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, $MPI_CC" >&5
8796 $as_echo "yes, $MPI_CC" >&6; }
8797
8798 else
8799
8800 ac_have_mpi2_pri=no
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8802 $as_echo "no" >&6; }
8803
8804 fi
8805 rm -f core conftest.err conftest.$ac_objext \
8806     conftest$ac_exeext conftest.$ac_ext
8807 CC=$saved_CC
8808 CFLAGS=$saved_CFLAGS
8809  if test x$ac_have_mpi2_pri = xyes; then
8810   BUILD_MPIWRAP_PRI_TRUE=
8811   BUILD_MPIWRAP_PRI_FALSE='#'
8812 else
8813   BUILD_MPIWRAP_PRI_TRUE='#'
8814   BUILD_MPIWRAP_PRI_FALSE=
8815 fi
8816
8817
8818 ## See if MPI_CC works for the secondary target.  Complication: what if
8819 ## there is no secondary target?  We need this to then fail.
8820 ## Kludge this by making MPI_CC something which will surely fail in
8821 ## such a case.
8822 ##
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking secondary target for usable MPI2-compliant C compiler and mpi.h" >&5
8824 $as_echo_n "checking secondary target for usable MPI2-compliant C compiler and mpi.h... " >&6; }
8825 saved_CC=$CC
8826 saved_CFLAGS=$CFLAGS
8827 if test x$VGCONF_PLATFORM_SEC_CAPS = x ; then
8828   CC="$MPI_CC this will surely fail"
8829 else
8830   CC=$MPI_CC
8831 fi
8832 CFLAGS=$mflag_secondary
8833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8834 /* end confdefs.h.  */
8835
8836 #include <mpi.h>
8837 #include <stdio.h>
8838
8839 int
8840 main ()
8841 {
8842
8843   int r = MPI_Init(NULL,NULL);
8844   r |= MPI_Type_get_contents( MPI_INT, 0,0,0, NULL,NULL,NULL );
8845   return r;
8846
8847   ;
8848   return 0;
8849 }
8850 _ACEOF
8851 if ac_fn_c_try_link "$LINENO"; then :
8852
8853 ac_have_mpi2_sec=yes
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, $MPI_CC" >&5
8855 $as_echo "yes, $MPI_CC" >&6; }
8856
8857 else
8858
8859 ac_have_mpi2_sec=no
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8861 $as_echo "no" >&6; }
8862
8863 fi
8864 rm -f core conftest.err conftest.$ac_objext \
8865     conftest$ac_exeext conftest.$ac_ext
8866 CC=$saved_CC
8867 CFLAGS=$saved_CFLAGS
8868  if test x$ac_have_mpi2_sec = xyes; then
8869   BUILD_MPIWRAP_SEC_TRUE=
8870   BUILD_MPIWRAP_SEC_FALSE='#'
8871 else
8872   BUILD_MPIWRAP_SEC_TRUE='#'
8873   BUILD_MPIWRAP_SEC_FALSE=
8874 fi
8875
8876
8877
8878 #----------------------------------------------------------------------------
8879 # Other library checks
8880 #----------------------------------------------------------------------------
8881 # There now follow some tests for Boost, and OpenMP.  These
8882 # tests are present because Drd has some regression tests that use
8883 # these packages.  All regression test programs all compiled only
8884 # for the primary target.  And so it is important that the configure
8885 # checks that follow, use the correct -m32 or -m64 flag for the
8886 # primary target (called $mflag_primary).  Otherwise, we can end up
8887 # in a situation (eg) where, on amd64-linux, the test for Boost checks
8888 # for usable 64-bit Boost facilities, but because we are doing a 32-bit
8889 # only build (meaning, the primary target is x86-linux), the build
8890 # of the regtest programs that use Boost fails, because they are
8891 # build as 32-bit (IN THIS EXAMPLE).
8892 #
8893 # Hence: ALWAYS USE $mflag_primary FOR CONFIGURE TESTS FOR FACILITIES
8894 # NEEDED BY THE REGRESSION TEST PROGRAMS.
8895
8896
8897 # Check whether the boost library 1.35 or later has been installed.
8898 # The Boost.Threads library has undergone a major rewrite in version 1.35.0.
8899
8900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for boost" >&5
8901 $as_echo_n "checking for boost... " >&6; }
8902
8903 ac_ext=cpp
8904 ac_cpp='$CXXCPP $CPPFLAGS'
8905 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8906 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8907 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8908
8909 safe_CXXFLAGS=$CXXFLAGS
8910 CXXFLAGS="-lboost_thread-mt $mflag_primary"
8911
8912
8913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8914 /* end confdefs.h.  */
8915
8916 #include <boost/thread.hpp>
8917 static void thread_func(void)
8918 { }
8919 int main(int argc, char** argv)
8920 {
8921   boost::thread t(thread_func);
8922   return 0;
8923 }
8924
8925 _ACEOF
8926 if ac_fn_cxx_try_link "$LINENO"; then :
8927
8928 ac_have_boost_1_35=yes
8929
8930 BOOST_LIBS="${CXXFLAGS}"
8931
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8933 $as_echo "yes" >&6; }
8934
8935 else
8936
8937 ac_have_boost_1_35=no
8938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8939 $as_echo "no" >&6; }
8940
8941 fi
8942 rm -f core conftest.err conftest.$ac_objext \
8943     conftest$ac_exeext conftest.$ac_ext
8944
8945 CXXFLAGS=$safe_CXXFLAGS
8946 ac_ext=c
8947 ac_cpp='$CPP $CPPFLAGS'
8948 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8949 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8950 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8951
8952
8953  if test x$ac_have_boost_1_35 = xyes; then
8954   HAVE_BOOST_1_35_TRUE=
8955   HAVE_BOOST_1_35_FALSE='#'
8956 else
8957   HAVE_BOOST_1_35_TRUE='#'
8958   HAVE_BOOST_1_35_FALSE=
8959 fi
8960
8961
8962
8963 # does this compiler support -fopenmp, does it have the include file
8964 # <omp.h> and does it have libgomp ?
8965
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenMP" >&5
8967 $as_echo_n "checking for OpenMP... " >&6; }
8968
8969 safe_CFLAGS=$CFLAGS
8970 CFLAGS="-fopenmp $mflag_primary"
8971
8972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8973 /* end confdefs.h.  */
8974
8975 #include <omp.h>
8976 int main(int argc, char** argv)
8977 {
8978   omp_set_dynamic(0);
8979   return 0;
8980 }
8981
8982 _ACEOF
8983 if ac_fn_c_try_link "$LINENO"; then :
8984
8985 ac_have_openmp=yes
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8987 $as_echo "yes" >&6; }
8988
8989 else
8990
8991 ac_have_openmp=no
8992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8993 $as_echo "no" >&6; }
8994
8995 fi
8996 rm -f core conftest.err conftest.$ac_objext \
8997     conftest$ac_exeext conftest.$ac_ext
8998 CFLAGS=$safe_CFLAGS
8999
9000  if test x$ac_have_openmp = xyes; then
9001   HAVE_OPENMP_TRUE=
9002   HAVE_OPENMP_FALSE='#'
9003 else
9004   HAVE_OPENMP_TRUE='#'
9005   HAVE_OPENMP_FALSE=
9006 fi
9007
9008
9009
9010 # does this compiler have built-in functions for atomic memory access ?
9011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc supports __sync_bool_compare_and_swap" >&5
9012 $as_echo_n "checking if gcc supports __sync_bool_compare_and_swap... " >&6; }
9013
9014 safe_CFLAGS=$CFLAGS
9015 CFLAGS="$mflag_primary"
9016
9017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9018 /* end confdefs.h.  */
9019
9020 int
9021 main ()
9022 {
9023
9024   int variable = 1;
9025   return (__sync_bool_compare_and_swap(&variable, 1, 2)
9026           && __sync_add_and_fetch(&variable, 1) ? 1 : 0)
9027
9028   ;
9029   return 0;
9030 }
9031 _ACEOF
9032 if ac_fn_c_try_link "$LINENO"; then :
9033
9034   ac_have_builtin_atomic=yes
9035   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9036 $as_echo "yes" >&6; }
9037
9038 $as_echo "#define HAVE_BUILTIN_ATOMIC 1" >>confdefs.h
9039
9040
9041 else
9042
9043   ac_have_builtin_atomic=no
9044   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9045 $as_echo "no" >&6; }
9046
9047 fi
9048 rm -f core conftest.err conftest.$ac_objext \
9049     conftest$ac_exeext conftest.$ac_ext
9050
9051 CFLAGS=$safe_CFLAGS
9052
9053  if test x$ac_have_builtin_atomic = xyes; then
9054   HAVE_BUILTIN_ATOMIC_TRUE=
9055   HAVE_BUILTIN_ATOMIC_FALSE='#'
9056 else
9057   HAVE_BUILTIN_ATOMIC_TRUE='#'
9058   HAVE_BUILTIN_ATOMIC_FALSE=
9059 fi
9060
9061
9062 # does g++ have built-in functions for atomic memory access ?
9063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if g++ supports __sync_bool_compare_and_swap" >&5
9064 $as_echo_n "checking if g++ supports __sync_bool_compare_and_swap... " >&6; }
9065
9066 safe_CXXFLAGS=$CXXFLAGS
9067 CXXFLAGS="$mflag_primary"
9068
9069 ac_ext=cpp
9070 ac_cpp='$CXXCPP $CPPFLAGS'
9071 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9072 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9073 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9074
9075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9076 /* end confdefs.h.  */
9077
9078 int
9079 main ()
9080 {
9081
9082   int variable = 1;
9083   return (__sync_bool_compare_and_swap(&variable, 1, 2)
9084           && __sync_add_and_fetch(&variable, 1) ? 1 : 0)
9085
9086   ;
9087   return 0;
9088 }
9089 _ACEOF
9090 if ac_fn_cxx_try_link "$LINENO"; then :
9091
9092   ac_have_builtin_atomic_cxx=yes
9093   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9094 $as_echo "yes" >&6; }
9095
9096 $as_echo "#define HAVE_BUILTIN_ATOMIC_CXX 1" >>confdefs.h
9097
9098
9099 else
9100
9101   ac_have_builtin_atomic_cxx=no
9102   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9103 $as_echo "no" >&6; }
9104
9105 fi
9106 rm -f core conftest.err conftest.$ac_objext \
9107     conftest$ac_exeext conftest.$ac_ext
9108 ac_ext=c
9109 ac_cpp='$CPP $CPPFLAGS'
9110 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9111 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9112 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9113
9114
9115 CXXFLAGS=$safe_CXXFLAGS
9116
9117  if test x$ac_have_builtin_atomic_cxx = xyes; then
9118   HAVE_BUILTIN_ATOMIC_CXX_TRUE=
9119   HAVE_BUILTIN_ATOMIC_CXX_FALSE='#'
9120 else
9121   HAVE_BUILTIN_ATOMIC_CXX_TRUE='#'
9122   HAVE_BUILTIN_ATOMIC_CXX_FALSE=
9123 fi
9124
9125
9126 #----------------------------------------------------------------------------
9127 # Ok.  We're done checking.
9128 #----------------------------------------------------------------------------
9129
9130 # Nb: VEX/Makefile is generated from Makefile.vex.in.
9131 ac_config_files="$ac_config_files Makefile VEX/Makefile:Makefile.vex.in valgrind.spec valgrind.pc glibc-2.X.supp docs/Makefile tests/Makefile tests/vg_regtest perf/Makefile perf/vg_perf gdbserver_tests/Makefile include/Makefile auxprogs/Makefile mpi/Makefile coregrind/Makefile memcheck/Makefile memcheck/tests/Makefile memcheck/tests/amd64/Makefile memcheck/tests/x86/Makefile memcheck/tests/linux/Makefile memcheck/tests/darwin/Makefile memcheck/tests/amd64-linux/Makefile memcheck/tests/x86-linux/Makefile memcheck/tests/ppc32/Makefile memcheck/tests/ppc64/Makefile memcheck/perf/Makefile cachegrind/Makefile cachegrind/tests/Makefile cachegrind/tests/x86/Makefile cachegrind/cg_annotate cachegrind/cg_diff callgrind/Makefile callgrind/callgrind_annotate callgrind/callgrind_control callgrind/tests/Makefile helgrind/Makefile helgrind/tests/Makefile massif/Makefile massif/tests/Makefile massif/perf/Makefile massif/ms_print lackey/Makefile lackey/tests/Makefile none/Makefile none/tests/Makefile none/tests/amd64/Makefile none/tests/ppc32/Makefile none/tests/ppc64/Makefile none/tests/x86/Makefile none/tests/arm/Makefile none/tests/s390x/Makefile none/tests/linux/Makefile none/tests/darwin/Makefile none/tests/x86-linux/Makefile exp-sgcheck/Makefile exp-sgcheck/tests/Makefile drd/Makefile drd/scripts/download-and-build-splash2 drd/tests/Makefile exp-bbv/Makefile exp-bbv/tests/Makefile exp-bbv/tests/x86/Makefile exp-bbv/tests/x86-linux/Makefile exp-bbv/tests/amd64-linux/Makefile exp-bbv/tests/ppc32-linux/Makefile exp-dhat/Makefile exp-dhat/tests/Makefile"
9132
9133 ac_config_files="$ac_config_files coregrind/link_tool_exe_linux"
9134
9135 ac_config_files="$ac_config_files coregrind/link_tool_exe_darwin"
9136
9137 ac_config_files="$ac_config_files coregrind/link_tool_exe_aix5"
9138
9139 ac_config_files="$ac_config_files coregrind/link_tool_exe_l4re"
9140
9141 cat >confcache <<\_ACEOF
9142 # This file is a shell script that caches the results of configure
9143 # tests run on this system so they can be shared between configure
9144 # scripts and configure runs, see configure's option --config-cache.
9145 # It is not useful on other systems.  If it contains results you don't
9146 # want to keep, you may remove or edit it.
9147 #
9148 # config.status only pays attention to the cache file if you give it
9149 # the --recheck option to rerun configure.
9150 #
9151 # `ac_cv_env_foo' variables (set or unset) will be overridden when
9152 # loading this file, other *unset* `ac_cv_foo' will be assigned the
9153 # following values.
9154
9155 _ACEOF
9156
9157 # The following way of writing the cache mishandles newlines in values,
9158 # but we know of no workaround that is simple, portable, and efficient.
9159 # So, we kill variables containing newlines.
9160 # Ultrix sh set writes to stderr and can't be redirected directly,
9161 # and sets the high bit in the cache file unless we assign to the vars.
9162 (
9163   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
9164     eval ac_val=\$$ac_var
9165     case $ac_val in #(
9166     *${as_nl}*)
9167       case $ac_var in #(
9168       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
9169 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
9170       esac
9171       case $ac_var in #(
9172       _ | IFS | as_nl) ;; #(
9173       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
9174       *) { eval $ac_var=; unset $ac_var;} ;;
9175       esac ;;
9176     esac
9177   done
9178
9179   (set) 2>&1 |
9180     case $as_nl`(ac_space=' '; set) 2>&1` in #(
9181     *${as_nl}ac_space=\ *)
9182       # `set' does not quote correctly, so add quotes: double-quote
9183       # substitution turns \\\\ into \\, and sed turns \\ into \.
9184       sed -n \
9185         "s/'/'\\\\''/g;
9186           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9187       ;; #(
9188     *)
9189       # `set' quotes correctly as required by POSIX, so do not add quotes.
9190       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
9191       ;;
9192     esac |
9193     sort
9194 ) |
9195   sed '
9196      /^ac_cv_env_/b end
9197      t clear
9198      :clear
9199      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9200      t end
9201      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9202      :end' >>confcache
9203 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
9204   if test -w "$cache_file"; then
9205     if test "x$cache_file" != "x/dev/null"; then
9206       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
9207 $as_echo "$as_me: updating cache $cache_file" >&6;}
9208       if test ! -f "$cache_file" || test -h "$cache_file"; then
9209         cat confcache >"$cache_file"
9210       else
9211         case $cache_file in #(
9212         */* | ?:*)
9213           mv -f confcache "$cache_file"$$ &&
9214           mv -f "$cache_file"$$ "$cache_file" ;; #(
9215         *)
9216           mv -f confcache "$cache_file" ;;
9217         esac
9218       fi
9219     fi
9220   else
9221     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
9222 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
9223   fi
9224 fi
9225 rm -f confcache
9226
9227 test "x$prefix" = xNONE && prefix=$ac_default_prefix
9228 # Let make expand exec_prefix.
9229 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
9230
9231 DEFS=-DHAVE_CONFIG_H
9232
9233 ac_libobjs=
9234 ac_ltlibobjs=
9235 U=
9236 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
9237   # 1. Remove the extension, and $U if already installed.
9238   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
9239   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
9240   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
9241   #    will be set to the directory where LIBOBJS objects are built.
9242   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
9243   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
9244 done
9245 LIBOBJS=$ac_libobjs
9246
9247 LTLIBOBJS=$ac_ltlibobjs
9248
9249
9250  if test -n "$EXEEXT"; then
9251   am__EXEEXT_TRUE=
9252   am__EXEEXT_FALSE='#'
9253 else
9254   am__EXEEXT_TRUE='#'
9255   am__EXEEXT_FALSE=
9256 fi
9257
9258 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
9259   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
9260 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9261 fi
9262 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
9263   as_fn_error $? "conditional \"AMDEP\" was never defined.
9264 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9265 fi
9266 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
9267   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
9268 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9269 fi
9270 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9271   as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
9272 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9273 fi
9274 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
9275   as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
9276 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9277 fi
9278 if test -z "${VGCONF_ARCHS_INCLUDE_X86_TRUE}" && test -z "${VGCONF_ARCHS_INCLUDE_X86_FALSE}"; then
9279   as_fn_error $? "conditional \"VGCONF_ARCHS_INCLUDE_X86\" was never defined.
9280 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9281 fi
9282 if test -z "${VGCONF_ARCHS_INCLUDE_AMD64_TRUE}" && test -z "${VGCONF_ARCHS_INCLUDE_AMD64_FALSE}"; then
9283   as_fn_error $? "conditional \"VGCONF_ARCHS_INCLUDE_AMD64\" was never defined.
9284 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9285 fi
9286 if test -z "${VGCONF_ARCHS_INCLUDE_PPC32_TRUE}" && test -z "${VGCONF_ARCHS_INCLUDE_PPC32_FALSE}"; then
9287   as_fn_error $? "conditional \"VGCONF_ARCHS_INCLUDE_PPC32\" was never defined.
9288 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9289 fi
9290 if test -z "${VGCONF_ARCHS_INCLUDE_PPC64_TRUE}" && test -z "${VGCONF_ARCHS_INCLUDE_PPC64_FALSE}"; then
9291   as_fn_error $? "conditional \"VGCONF_ARCHS_INCLUDE_PPC64\" was never defined.
9292 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9293 fi
9294 if test -z "${VGCONF_ARCHS_INCLUDE_ARM_TRUE}" && test -z "${VGCONF_ARCHS_INCLUDE_ARM_FALSE}"; then
9295   as_fn_error $? "conditional \"VGCONF_ARCHS_INCLUDE_ARM\" was never defined.
9296 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9297 fi
9298 if test -z "${VGCONF_ARCHS_INCLUDE_S390X_TRUE}" && test -z "${VGCONF_ARCHS_INCLUDE_S390X_FALSE}"; then
9299   as_fn_error $? "conditional \"VGCONF_ARCHS_INCLUDE_S390X\" was never defined.
9300 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9301 fi
9302 if test -z "${VGCONF_PLATFORMS_INCLUDE_X86_LINUX_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_X86_LINUX_FALSE}"; then
9303   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_X86_LINUX\" was never defined.
9304 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9305 fi
9306 if test -z "${VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_FALSE}"; then
9307   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX\" was never defined.
9308 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9309 fi
9310 if test -z "${VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_FALSE}"; then
9311   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX\" was never defined.
9312 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9313 fi
9314 if test -z "${VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX_FALSE}"; then
9315   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX\" was never defined.
9316 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9317 fi
9318 if test -z "${VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_FALSE}"; then
9319   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_ARM_LINUX\" was never defined.
9320 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9321 fi
9322 if test -z "${VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_S390X_LINUX_FALSE}"; then
9323   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_S390X_LINUX\" was never defined.
9324 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9325 fi
9326 if test -z "${VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5_FALSE}"; then
9327   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5\" was never defined.
9328 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9329 fi
9330 if test -z "${VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5_FALSE}"; then
9331   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5\" was never defined.
9332 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9333 fi
9334 if test -z "${VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_X86_DARWIN_FALSE}"; then
9335   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_X86_DARWIN\" was never defined.
9336 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9337 fi
9338 if test -z "${VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN_FALSE}"; then
9339   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_AMD64_DARWIN\" was never defined.
9340 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9341 fi
9342 if test -z "${VGCONF_PLATFORMS_INCLUDE_X86_L4RE_TRUE}" && test -z "${VGCONF_PLATFORMS_INCLUDE_X86_L4RE_FALSE}"; then
9343   as_fn_error $? "conditional \"VGCONF_PLATFORMS_INCLUDE_X86_L4RE\" was never defined.
9344 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9345 fi
9346 if test -z "${VGCONF_OS_IS_LINUX_TRUE}" && test -z "${VGCONF_OS_IS_LINUX_FALSE}"; then
9347   as_fn_error $? "conditional \"VGCONF_OS_IS_LINUX\" was never defined.
9348 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9349 fi
9350 if test -z "${VGCONF_OS_IS_AIX5_TRUE}" && test -z "${VGCONF_OS_IS_AIX5_FALSE}"; then
9351   as_fn_error $? "conditional \"VGCONF_OS_IS_AIX5\" was never defined.
9352 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9353 fi
9354 if test -z "${VGCONF_OS_IS_DARWIN_TRUE}" && test -z "${VGCONF_OS_IS_DARWIN_FALSE}"; then
9355   as_fn_error $? "conditional \"VGCONF_OS_IS_DARWIN\" was never defined.
9356 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9357 fi
9358 if test -z "${VGCONF_OS_IS_L4RE_TRUE}" && test -z "${VGCONF_OS_IS_L4RE_FALSE}"; then
9359   as_fn_error $? "conditional \"VGCONF_OS_IS_L4RE\" was never defined.
9360 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9361 fi
9362 if test -z "${VGCONF_HAVE_PLATFORM_SEC_TRUE}" && test -z "${VGCONF_HAVE_PLATFORM_SEC_FALSE}"; then
9363   as_fn_error $? "conditional \"VGCONF_HAVE_PLATFORM_SEC\" was never defined.
9364 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9365 fi
9366 if test -z "${HAS_ALTIVEC_TRUE}" && test -z "${HAS_ALTIVEC_FALSE}"; then
9367   as_fn_error $? "conditional \"HAS_ALTIVEC\" was never defined.
9368 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9369 fi
9370 if test -z "${HAS_VSX_TRUE}" && test -z "${HAS_VSX_FALSE}"; then
9371   as_fn_error $? "conditional \"HAS_VSX\" was never defined.
9372 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9373 fi
9374 if test -z "${HAVE_PTHREAD_CREATE_GLIBC_2_0_TRUE}" && test -z "${HAVE_PTHREAD_CREATE_GLIBC_2_0_FALSE}"; then
9375   as_fn_error $? "conditional \"HAVE_PTHREAD_CREATE_GLIBC_2_0\" was never defined.
9376 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9377 fi
9378 if test -z "${BUILD_SSE3_TESTS_TRUE}" && test -z "${BUILD_SSE3_TESTS_FALSE}"; then
9379   as_fn_error $? "conditional \"BUILD_SSE3_TESTS\" was never defined.
9380 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9381 fi
9382 if test -z "${BUILD_SSSE3_TESTS_TRUE}" && test -z "${BUILD_SSSE3_TESTS_FALSE}"; then
9383   as_fn_error $? "conditional \"BUILD_SSSE3_TESTS\" was never defined.
9384 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9385 fi
9386 if test -z "${BUILD_PCLMULQDQ_TESTS_TRUE}" && test -z "${BUILD_PCLMULQDQ_TESTS_FALSE}"; then
9387   as_fn_error $? "conditional \"BUILD_PCLMULQDQ_TESTS\" was never defined.
9388 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9389 fi
9390 if test -z "${BUILD_LZCNT_TESTS_TRUE}" && test -z "${BUILD_LZCNT_TESTS_FALSE}"; then
9391   as_fn_error $? "conditional \"BUILD_LZCNT_TESTS\" was never defined.
9392 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9393 fi
9394 if test -z "${BUILD_SSE42_TESTS_TRUE}" && test -z "${BUILD_SSE42_TESTS_FALSE}"; then
9395   as_fn_error $? "conditional \"BUILD_SSE42_TESTS\" was never defined.
9396 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9397 fi
9398 if test -z "${HAVE_PTHREAD_BARRIER_TRUE}" && test -z "${HAVE_PTHREAD_BARRIER_FALSE}"; then
9399   as_fn_error $? "conditional \"HAVE_PTHREAD_BARRIER\" was never defined.
9400 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9401 fi
9402 if test -z "${HAVE_PTHREAD_MUTEX_TIMEDLOCK_TRUE}" && test -z "${HAVE_PTHREAD_MUTEX_TIMEDLOCK_FALSE}"; then
9403   as_fn_error $? "conditional \"HAVE_PTHREAD_MUTEX_TIMEDLOCK\" was never defined.
9404 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9405 fi
9406 if test -z "${HAVE_PTHREAD_SPINLOCK_TRUE}" && test -z "${HAVE_PTHREAD_SPINLOCK_FALSE}"; then
9407   as_fn_error $? "conditional \"HAVE_PTHREAD_SPINLOCK\" was never defined.
9408 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9409 fi
9410 if test -z "${BUILD_MPIWRAP_PRI_TRUE}" && test -z "${BUILD_MPIWRAP_PRI_FALSE}"; then
9411   as_fn_error $? "conditional \"BUILD_MPIWRAP_PRI\" was never defined.
9412 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9413 fi
9414 if test -z "${BUILD_MPIWRAP_SEC_TRUE}" && test -z "${BUILD_MPIWRAP_SEC_FALSE}"; then
9415   as_fn_error $? "conditional \"BUILD_MPIWRAP_SEC\" was never defined.
9416 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9417 fi
9418 if test -z "${HAVE_BOOST_1_35_TRUE}" && test -z "${HAVE_BOOST_1_35_FALSE}"; then
9419   as_fn_error $? "conditional \"HAVE_BOOST_1_35\" was never defined.
9420 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9421 fi
9422 if test -z "${HAVE_OPENMP_TRUE}" && test -z "${HAVE_OPENMP_FALSE}"; then
9423   as_fn_error $? "conditional \"HAVE_OPENMP\" was never defined.
9424 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9425 fi
9426 if test -z "${HAVE_BUILTIN_ATOMIC_TRUE}" && test -z "${HAVE_BUILTIN_ATOMIC_FALSE}"; then
9427   as_fn_error $? "conditional \"HAVE_BUILTIN_ATOMIC\" was never defined.
9428 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9429 fi
9430 if test -z "${HAVE_BUILTIN_ATOMIC_CXX_TRUE}" && test -z "${HAVE_BUILTIN_ATOMIC_CXX_FALSE}"; then
9431   as_fn_error $? "conditional \"HAVE_BUILTIN_ATOMIC_CXX\" was never defined.
9432 Usually this means the macro was only invoked conditionally." "$LINENO" 5
9433 fi
9434
9435 : "${CONFIG_STATUS=./config.status}"
9436 ac_write_fail=0
9437 ac_clean_files_save=$ac_clean_files
9438 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
9439 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
9440 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
9441 as_write_fail=0
9442 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
9443 #! $SHELL
9444 # Generated by $as_me.
9445 # Run this file to recreate the current configuration.
9446 # Compiler output produced by configure, useful for debugging
9447 # configure, is in config.log if it exists.
9448
9449 debug=false
9450 ac_cs_recheck=false
9451 ac_cs_silent=false
9452
9453 SHELL=\${CONFIG_SHELL-$SHELL}
9454 export SHELL
9455 _ASEOF
9456 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
9457 ## -------------------- ##
9458 ## M4sh Initialization. ##
9459 ## -------------------- ##
9460
9461 # Be more Bourne compatible
9462 DUALCASE=1; export DUALCASE # for MKS sh
9463 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
9464   emulate sh
9465   NULLCMD=:
9466   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
9467   # is contrary to our usage.  Disable this feature.
9468   alias -g '${1+"$@"}'='"$@"'
9469   setopt NO_GLOB_SUBST
9470 else
9471   case `(set -o) 2>/dev/null` in #(
9472   *posix*) :
9473     set -o posix ;; #(
9474   *) :
9475      ;;
9476 esac
9477 fi
9478
9479
9480 as_nl='
9481 '
9482 export as_nl
9483 # Printing a long string crashes Solaris 7 /usr/bin/printf.
9484 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
9485 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
9486 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
9487 # Prefer a ksh shell builtin over an external printf program on Solaris,
9488 # but without wasting forks for bash or zsh.
9489 if test -z "$BASH_VERSION$ZSH_VERSION" \
9490     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
9491   as_echo='print -r --'
9492   as_echo_n='print -rn --'
9493 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
9494   as_echo='printf %s\n'
9495   as_echo_n='printf %s'
9496 else
9497   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
9498     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
9499     as_echo_n='/usr/ucb/echo -n'
9500   else
9501     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
9502     as_echo_n_body='eval
9503       arg=$1;
9504       case $arg in #(
9505       *"$as_nl"*)
9506         expr "X$arg" : "X\\(.*\\)$as_nl";
9507         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
9508       esac;
9509       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
9510     '
9511     export as_echo_n_body
9512     as_echo_n='sh -c $as_echo_n_body as_echo'
9513   fi
9514   export as_echo_body
9515   as_echo='sh -c $as_echo_body as_echo'
9516 fi
9517
9518 # The user is always right.
9519 if test "${PATH_SEPARATOR+set}" != set; then
9520   PATH_SEPARATOR=:
9521   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
9522     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
9523       PATH_SEPARATOR=';'
9524   }
9525 fi
9526
9527
9528 # IFS
9529 # We need space, tab and new line, in precisely that order.  Quoting is
9530 # there to prevent editors from complaining about space-tab.
9531 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
9532 # splitting by setting IFS to empty value.)
9533 IFS=" ""        $as_nl"
9534
9535 # Find who we are.  Look in the path if we contain no directory separator.
9536 as_myself=
9537 case $0 in #((
9538   *[\\/]* ) as_myself=$0 ;;
9539   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9540 for as_dir in $PATH
9541 do
9542   IFS=$as_save_IFS
9543   test -z "$as_dir" && as_dir=.
9544     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
9545   done
9546 IFS=$as_save_IFS
9547
9548      ;;
9549 esac
9550 # We did not find ourselves, most probably we were run as `sh COMMAND'
9551 # in which case we are not to be found in the path.
9552 if test "x$as_myself" = x; then
9553   as_myself=$0
9554 fi
9555 if test ! -f "$as_myself"; then
9556   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
9557   exit 1
9558 fi
9559
9560 # Unset variables that we do not need and which cause bugs (e.g. in
9561 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
9562 # suppresses any "Segmentation fault" message there.  '((' could
9563 # trigger a bug in pdksh 5.2.14.
9564 for as_var in BASH_ENV ENV MAIL MAILPATH
9565 do eval test x\${$as_var+set} = xset \
9566   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
9567 done
9568 PS1='$ '
9569 PS2='> '
9570 PS4='+ '
9571
9572 # NLS nuisances.
9573 LC_ALL=C
9574 export LC_ALL
9575 LANGUAGE=C
9576 export LANGUAGE
9577
9578 # CDPATH.
9579 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
9580
9581
9582 # as_fn_error STATUS ERROR [LINENO LOG_FD]
9583 # ----------------------------------------
9584 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
9585 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
9586 # script with STATUS, using 1 if that was 0.
9587 as_fn_error ()
9588 {
9589   as_status=$1; test $as_status -eq 0 && as_status=1
9590   if test "$4"; then
9591     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
9592     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
9593   fi
9594   $as_echo "$as_me: error: $2" >&2
9595   as_fn_exit $as_status
9596 } # as_fn_error
9597
9598
9599 # as_fn_set_status STATUS
9600 # -----------------------
9601 # Set $? to STATUS, without forking.
9602 as_fn_set_status ()
9603 {
9604   return $1
9605 } # as_fn_set_status
9606
9607 # as_fn_exit STATUS
9608 # -----------------
9609 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
9610 as_fn_exit ()
9611 {
9612   set +e
9613   as_fn_set_status $1
9614   exit $1
9615 } # as_fn_exit
9616
9617 # as_fn_unset VAR
9618 # ---------------
9619 # Portably unset VAR.
9620 as_fn_unset ()
9621 {
9622   { eval $1=; unset $1;}
9623 }
9624 as_unset=as_fn_unset
9625 # as_fn_append VAR VALUE
9626 # ----------------------
9627 # Append the text in VALUE to the end of the definition contained in VAR. Take
9628 # advantage of any shell optimizations that allow amortized linear growth over
9629 # repeated appends, instead of the typical quadratic growth present in naive
9630 # implementations.
9631 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
9632   eval 'as_fn_append ()
9633   {
9634     eval $1+=\$2
9635   }'
9636 else
9637   as_fn_append ()
9638   {
9639     eval $1=\$$1\$2
9640   }
9641 fi # as_fn_append
9642
9643 # as_fn_arith ARG...
9644 # ------------------
9645 # Perform arithmetic evaluation on the ARGs, and store the result in the
9646 # global $as_val. Take advantage of shells that can avoid forks. The arguments
9647 # must be portable across $(()) and expr.
9648 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
9649   eval 'as_fn_arith ()
9650   {
9651     as_val=$(( $* ))
9652   }'
9653 else
9654   as_fn_arith ()
9655   {
9656     as_val=`expr "$@" || test $? -eq 1`
9657   }
9658 fi # as_fn_arith
9659
9660
9661 if expr a : '\(a\)' >/dev/null 2>&1 &&
9662    test "X`expr 00001 : '.*\(...\)'`" = X001; then
9663   as_expr=expr
9664 else
9665   as_expr=false
9666 fi
9667
9668 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
9669   as_basename=basename
9670 else
9671   as_basename=false
9672 fi
9673
9674 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
9675   as_dirname=dirname
9676 else
9677   as_dirname=false
9678 fi
9679
9680 as_me=`$as_basename -- "$0" ||
9681 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
9682          X"$0" : 'X\(//\)$' \| \
9683          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
9684 $as_echo X/"$0" |
9685     sed '/^.*\/\([^/][^/]*\)\/*$/{
9686             s//\1/
9687             q
9688           }
9689           /^X\/\(\/\/\)$/{
9690             s//\1/
9691             q
9692           }
9693           /^X\/\(\/\).*/{
9694             s//\1/
9695             q
9696           }
9697           s/.*/./; q'`
9698
9699 # Avoid depending upon Character Ranges.
9700 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
9701 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
9702 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
9703 as_cr_digits='0123456789'
9704 as_cr_alnum=$as_cr_Letters$as_cr_digits
9705
9706 ECHO_C= ECHO_N= ECHO_T=
9707 case `echo -n x` in #(((((
9708 -n*)
9709   case `echo 'xy\c'` in
9710   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
9711   xy)  ECHO_C='\c';;
9712   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
9713        ECHO_T=' ';;
9714   esac;;
9715 *)
9716   ECHO_N='-n';;
9717 esac
9718
9719 rm -f conf$$ conf$$.exe conf$$.file
9720 if test -d conf$$.dir; then
9721   rm -f conf$$.dir/conf$$.file
9722 else
9723   rm -f conf$$.dir
9724   mkdir conf$$.dir 2>/dev/null
9725 fi
9726 if (echo >conf$$.file) 2>/dev/null; then
9727   if ln -s conf$$.file conf$$ 2>/dev/null; then
9728     as_ln_s='ln -s'
9729     # ... but there are two gotchas:
9730     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
9731     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
9732     # In both cases, we have to default to `cp -p'.
9733     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
9734       as_ln_s='cp -p'
9735   elif ln conf$$.file conf$$ 2>/dev/null; then
9736     as_ln_s=ln
9737   else
9738     as_ln_s='cp -p'
9739   fi
9740 else
9741   as_ln_s='cp -p'
9742 fi
9743 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
9744 rmdir conf$$.dir 2>/dev/null
9745
9746
9747 # as_fn_mkdir_p
9748 # -------------
9749 # Create "$as_dir" as a directory, including parents if necessary.
9750 as_fn_mkdir_p ()
9751 {
9752
9753   case $as_dir in #(
9754   -*) as_dir=./$as_dir;;
9755   esac
9756   test -d "$as_dir" || eval $as_mkdir_p || {
9757     as_dirs=
9758     while :; do
9759       case $as_dir in #(
9760       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
9761       *) as_qdir=$as_dir;;
9762       esac
9763       as_dirs="'$as_qdir' $as_dirs"
9764       as_dir=`$as_dirname -- "$as_dir" ||
9765 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9766          X"$as_dir" : 'X\(//\)[^/]' \| \
9767          X"$as_dir" : 'X\(//\)$' \| \
9768          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
9769 $as_echo X"$as_dir" |
9770     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
9771             s//\1/
9772             q
9773           }
9774           /^X\(\/\/\)[^/].*/{
9775             s//\1/
9776             q
9777           }
9778           /^X\(\/\/\)$/{
9779             s//\1/
9780             q
9781           }
9782           /^X\(\/\).*/{
9783             s//\1/
9784             q
9785           }
9786           s/.*/./; q'`
9787       test -d "$as_dir" && break
9788     done
9789     test -z "$as_dirs" || eval "mkdir $as_dirs"
9790   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
9791
9792
9793 } # as_fn_mkdir_p
9794 if mkdir -p . 2>/dev/null; then
9795   as_mkdir_p='mkdir -p "$as_dir"'
9796 else
9797   test -d ./-p && rmdir ./-p
9798   as_mkdir_p=false
9799 fi
9800
9801 if test -x / >/dev/null 2>&1; then
9802   as_test_x='test -x'
9803 else
9804   if ls -dL / >/dev/null 2>&1; then
9805     as_ls_L_option=L
9806   else
9807     as_ls_L_option=
9808   fi
9809   as_test_x='
9810     eval sh -c '\''
9811       if test -d "$1"; then
9812         test -d "$1/.";
9813       else
9814         case $1 in #(
9815         -*)set "./$1";;
9816         esac;
9817         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
9818         ???[sx]*):;;*)false;;esac;fi
9819     '\'' sh
9820   '
9821 fi
9822 as_executable_p=$as_test_x
9823
9824 # Sed expression to map a string onto a valid CPP name.
9825 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
9826
9827 # Sed expression to map a string onto a valid variable name.
9828 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
9829
9830
9831 exec 6>&1
9832 ## ----------------------------------- ##
9833 ## Main body of $CONFIG_STATUS script. ##
9834 ## ----------------------------------- ##
9835 _ASEOF
9836 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
9837
9838 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9839 # Save the log message, to keep $0 and so on meaningful, and to
9840 # report actual input values of CONFIG_FILES etc. instead of their
9841 # values after options handling.
9842 ac_log="
9843 This file was extended by Valgrind $as_me 3.7.0.SVN, which was
9844 generated by GNU Autoconf 2.68.  Invocation command line was
9845
9846   CONFIG_FILES    = $CONFIG_FILES
9847   CONFIG_HEADERS  = $CONFIG_HEADERS
9848   CONFIG_LINKS    = $CONFIG_LINKS
9849   CONFIG_COMMANDS = $CONFIG_COMMANDS
9850   $ $0 $@
9851
9852 on `(hostname || uname -n) 2>/dev/null | sed 1q`
9853 "
9854
9855 _ACEOF
9856
9857 case $ac_config_files in *"
9858 "*) set x $ac_config_files; shift; ac_config_files=$*;;
9859 esac
9860
9861 case $ac_config_headers in *"
9862 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
9863 esac
9864
9865
9866 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9867 # Files that config.status was made for.
9868 config_files="$ac_config_files"
9869 config_headers="$ac_config_headers"
9870 config_commands="$ac_config_commands"
9871
9872 _ACEOF
9873
9874 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9875 ac_cs_usage="\
9876 \`$as_me' instantiates files and other configuration actions
9877 from templates according to the current configuration.  Unless the files
9878 and actions are specified as TAGs, all are instantiated by default.
9879
9880 Usage: $0 [OPTION]... [TAG]...
9881
9882   -h, --help       print this help, then exit
9883   -V, --version    print version number and configuration settings, then exit
9884       --config     print configuration, then exit
9885   -q, --quiet, --silent
9886                    do not print progress messages
9887   -d, --debug      don't remove temporary files
9888       --recheck    update $as_me by reconfiguring in the same conditions
9889       --file=FILE[:TEMPLATE]
9890                    instantiate the configuration file FILE
9891       --header=FILE[:TEMPLATE]
9892                    instantiate the configuration header FILE
9893
9894 Configuration files:
9895 $config_files
9896
9897 Configuration headers:
9898 $config_headers
9899
9900 Configuration commands:
9901 $config_commands
9902
9903 Report bugs to <valgrind-users@lists.sourceforge.net>."
9904
9905 _ACEOF
9906 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
9907 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
9908 ac_cs_version="\\
9909 Valgrind config.status 3.7.0.SVN
9910 configured by $0, generated by GNU Autoconf 2.68,
9911   with options \\"\$ac_cs_config\\"
9912
9913 Copyright (C) 2010 Free Software Foundation, Inc.
9914 This config.status script is free software; the Free Software Foundation
9915 gives unlimited permission to copy, distribute and modify it."
9916
9917 ac_pwd='$ac_pwd'
9918 srcdir='$srcdir'
9919 INSTALL='$INSTALL'
9920 MKDIR_P='$MKDIR_P'
9921 AWK='$AWK'
9922 test -n "\$AWK" || AWK=awk
9923 _ACEOF
9924
9925 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
9926 # The default lists apply if the user does not specify any file.
9927 ac_need_defaults=:
9928 while test $# != 0
9929 do
9930   case $1 in
9931   --*=?*)
9932     ac_option=`expr "X$1" : 'X\([^=]*\)='`
9933     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
9934     ac_shift=:
9935     ;;
9936   --*=)
9937     ac_option=`expr "X$1" : 'X\([^=]*\)='`
9938     ac_optarg=
9939     ac_shift=:
9940     ;;
9941   *)
9942     ac_option=$1
9943     ac_optarg=$2
9944     ac_shift=shift
9945     ;;
9946   esac
9947
9948   case $ac_option in
9949   # Handling of the options.
9950   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
9951     ac_cs_recheck=: ;;
9952   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
9953     $as_echo "$ac_cs_version"; exit ;;
9954   --config | --confi | --conf | --con | --co | --c )
9955     $as_echo "$ac_cs_config"; exit ;;
9956   --debug | --debu | --deb | --de | --d | -d )
9957     debug=: ;;
9958   --file | --fil | --fi | --f )
9959     $ac_shift
9960     case $ac_optarg in
9961     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
9962     '') as_fn_error $? "missing file argument" ;;
9963     esac
9964     as_fn_append CONFIG_FILES " '$ac_optarg'"
9965     ac_need_defaults=false;;
9966   --header | --heade | --head | --hea )
9967     $ac_shift
9968     case $ac_optarg in
9969     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
9970     esac
9971     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
9972     ac_need_defaults=false;;
9973   --he | --h)
9974     # Conflict between --help and --header
9975     as_fn_error $? "ambiguous option: \`$1'
9976 Try \`$0 --help' for more information.";;
9977   --help | --hel | -h )
9978     $as_echo "$ac_cs_usage"; exit ;;
9979   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
9980   | -silent | --silent | --silen | --sile | --sil | --si | --s)
9981     ac_cs_silent=: ;;
9982
9983   # This is an error.
9984   -*) as_fn_error $? "unrecognized option: \`$1'
9985 Try \`$0 --help' for more information." ;;
9986
9987   *) as_fn_append ac_config_targets " $1"
9988      ac_need_defaults=false ;;
9989
9990   esac
9991   shift
9992 done
9993
9994 ac_configure_extra_args=
9995
9996 if $ac_cs_silent; then
9997   exec 6>/dev/null
9998   ac_configure_extra_args="$ac_configure_extra_args --silent"
9999 fi
10000
10001 _ACEOF
10002 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10003 if \$ac_cs_recheck; then
10004   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
10005   shift
10006   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
10007   CONFIG_SHELL='$SHELL'
10008   export CONFIG_SHELL
10009   exec "\$@"
10010 fi
10011
10012 _ACEOF
10013 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10014 exec 5>>config.log
10015 {
10016   echo
10017   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
10018 ## Running $as_me. ##
10019 _ASBOX
10020   $as_echo "$ac_log"
10021 } >&5
10022
10023 _ACEOF
10024 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10025 #
10026 # INIT-COMMANDS
10027 #
10028 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
10029
10030 _ACEOF
10031
10032 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10033
10034 # Handling of arguments.
10035 for ac_config_target in $ac_config_targets
10036 do
10037   case $ac_config_target in
10038     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
10039     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10040     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10041     "VEX/Makefile") CONFIG_FILES="$CONFIG_FILES VEX/Makefile:Makefile.vex.in" ;;
10042     "valgrind.spec") CONFIG_FILES="$CONFIG_FILES valgrind.spec" ;;
10043     "valgrind.pc") CONFIG_FILES="$CONFIG_FILES valgrind.pc" ;;
10044     "glibc-2.X.supp") CONFIG_FILES="$CONFIG_FILES glibc-2.X.supp" ;;
10045     "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
10046     "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
10047     "tests/vg_regtest") CONFIG_FILES="$CONFIG_FILES tests/vg_regtest" ;;
10048     "perf/Makefile") CONFIG_FILES="$CONFIG_FILES perf/Makefile" ;;
10049     "perf/vg_perf") CONFIG_FILES="$CONFIG_FILES perf/vg_perf" ;;
10050     "gdbserver_tests/Makefile") CONFIG_FILES="$CONFIG_FILES gdbserver_tests/Makefile" ;;
10051     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
10052     "auxprogs/Makefile") CONFIG_FILES="$CONFIG_FILES auxprogs/Makefile" ;;
10053     "mpi/Makefile") CONFIG_FILES="$CONFIG_FILES mpi/Makefile" ;;
10054     "coregrind/Makefile") CONFIG_FILES="$CONFIG_FILES coregrind/Makefile" ;;
10055     "memcheck/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/Makefile" ;;
10056     "memcheck/tests/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/tests/Makefile" ;;
10057     "memcheck/tests/amd64/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/tests/amd64/Makefile" ;;
10058     "memcheck/tests/x86/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/tests/x86/Makefile" ;;
10059     "memcheck/tests/linux/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/tests/linux/Makefile" ;;
10060     "memcheck/tests/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/tests/darwin/Makefile" ;;
10061     "memcheck/tests/amd64-linux/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/tests/amd64-linux/Makefile" ;;
10062     "memcheck/tests/x86-linux/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/tests/x86-linux/Makefile" ;;
10063     "memcheck/tests/ppc32/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/tests/ppc32/Makefile" ;;
10064     "memcheck/tests/ppc64/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/tests/ppc64/Makefile" ;;
10065     "memcheck/perf/Makefile") CONFIG_FILES="$CONFIG_FILES memcheck/perf/Makefile" ;;
10066     "cachegrind/Makefile") CONFIG_FILES="$CONFIG_FILES cachegrind/Makefile" ;;
10067     "cachegrind/tests/Makefile") CONFIG_FILES="$CONFIG_FILES cachegrind/tests/Makefile" ;;
10068     "cachegrind/tests/x86/Makefile") CONFIG_FILES="$CONFIG_FILES cachegrind/tests/x86/Makefile" ;;
10069     "cachegrind/cg_annotate") CONFIG_FILES="$CONFIG_FILES cachegrind/cg_annotate" ;;
10070     "cachegrind/cg_diff") CONFIG_FILES="$CONFIG_FILES cachegrind/cg_diff" ;;
10071     "callgrind/Makefile") CONFIG_FILES="$CONFIG_FILES callgrind/Makefile" ;;
10072     "callgrind/callgrind_annotate") CONFIG_FILES="$CONFIG_FILES callgrind/callgrind_annotate" ;;
10073     "callgrind/callgrind_control") CONFIG_FILES="$CONFIG_FILES callgrind/callgrind_control" ;;
10074     "callgrind/tests/Makefile") CONFIG_FILES="$CONFIG_FILES callgrind/tests/Makefile" ;;
10075     "helgrind/Makefile") CONFIG_FILES="$CONFIG_FILES helgrind/Makefile" ;;
10076     "helgrind/tests/Makefile") CONFIG_FILES="$CONFIG_FILES helgrind/tests/Makefile" ;;
10077     "massif/Makefile") CONFIG_FILES="$CONFIG_FILES massif/Makefile" ;;
10078     "massif/tests/Makefile") CONFIG_FILES="$CONFIG_FILES massif/tests/Makefile" ;;
10079     "massif/perf/Makefile") CONFIG_FILES="$CONFIG_FILES massif/perf/Makefile" ;;
10080     "massif/ms_print") CONFIG_FILES="$CONFIG_FILES massif/ms_print" ;;
10081     "lackey/Makefile") CONFIG_FILES="$CONFIG_FILES lackey/Makefile" ;;
10082     "lackey/tests/Makefile") CONFIG_FILES="$CONFIG_FILES lackey/tests/Makefile" ;;
10083     "none/Makefile") CONFIG_FILES="$CONFIG_FILES none/Makefile" ;;
10084     "none/tests/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/Makefile" ;;
10085     "none/tests/amd64/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/amd64/Makefile" ;;
10086     "none/tests/ppc32/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/ppc32/Makefile" ;;
10087     "none/tests/ppc64/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/ppc64/Makefile" ;;
10088     "none/tests/x86/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/x86/Makefile" ;;
10089     "none/tests/arm/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/arm/Makefile" ;;
10090     "none/tests/s390x/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/s390x/Makefile" ;;
10091     "none/tests/linux/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/linux/Makefile" ;;
10092     "none/tests/darwin/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/darwin/Makefile" ;;
10093     "none/tests/x86-linux/Makefile") CONFIG_FILES="$CONFIG_FILES none/tests/x86-linux/Makefile" ;;
10094     "exp-sgcheck/Makefile") CONFIG_FILES="$CONFIG_FILES exp-sgcheck/Makefile" ;;
10095     "exp-sgcheck/tests/Makefile") CONFIG_FILES="$CONFIG_FILES exp-sgcheck/tests/Makefile" ;;
10096     "drd/Makefile") CONFIG_FILES="$CONFIG_FILES drd/Makefile" ;;
10097     "drd/scripts/download-and-build-splash2") CONFIG_FILES="$CONFIG_FILES drd/scripts/download-and-build-splash2" ;;
10098     "drd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES drd/tests/Makefile" ;;
10099     "exp-bbv/Makefile") CONFIG_FILES="$CONFIG_FILES exp-bbv/Makefile" ;;
10100     "exp-bbv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES exp-bbv/tests/Makefile" ;;
10101     "exp-bbv/tests/x86/Makefile") CONFIG_FILES="$CONFIG_FILES exp-bbv/tests/x86/Makefile" ;;
10102     "exp-bbv/tests/x86-linux/Makefile") CONFIG_FILES="$CONFIG_FILES exp-bbv/tests/x86-linux/Makefile" ;;
10103     "exp-bbv/tests/amd64-linux/Makefile") CONFIG_FILES="$CONFIG_FILES exp-bbv/tests/amd64-linux/Makefile" ;;
10104     "exp-bbv/tests/ppc32-linux/Makefile") CONFIG_FILES="$CONFIG_FILES exp-bbv/tests/ppc32-linux/Makefile" ;;
10105     "exp-dhat/Makefile") CONFIG_FILES="$CONFIG_FILES exp-dhat/Makefile" ;;
10106     "exp-dhat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES exp-dhat/tests/Makefile" ;;
10107     "coregrind/link_tool_exe_linux") CONFIG_FILES="$CONFIG_FILES coregrind/link_tool_exe_linux" ;;
10108     "coregrind/link_tool_exe_darwin") CONFIG_FILES="$CONFIG_FILES coregrind/link_tool_exe_darwin" ;;
10109     "coregrind/link_tool_exe_aix5") CONFIG_FILES="$CONFIG_FILES coregrind/link_tool_exe_aix5" ;;
10110     "coregrind/link_tool_exe_l4re") CONFIG_FILES="$CONFIG_FILES coregrind/link_tool_exe_l4re" ;;
10111
10112   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
10113   esac
10114 done
10115
10116
10117 # If the user did not use the arguments to specify the items to instantiate,
10118 # then the envvar interface is used.  Set only those that are not.
10119 # We use the long form for the default assignment because of an extremely
10120 # bizarre bug on SunOS 4.1.3.
10121 if $ac_need_defaults; then
10122   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
10123   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
10124   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
10125 fi
10126
10127 # Have a temporary directory for convenience.  Make it in the build tree
10128 # simply because there is no reason against having it here, and in addition,
10129 # creating and moving files from /tmp can sometimes cause problems.
10130 # Hook for its removal unless debugging.
10131 # Note that there is a small window in which the directory will not be cleaned:
10132 # after its creation but before its name has been assigned to `$tmp'.
10133 $debug ||
10134 {
10135   tmp= ac_tmp=
10136   trap 'exit_status=$?
10137   : "${ac_tmp:=$tmp}"
10138   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
10139 ' 0
10140   trap 'as_fn_exit 1' 1 2 13 15
10141 }
10142 # Create a (secure) tmp directory for tmp files.
10143
10144 {
10145   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
10146   test -d "$tmp"
10147 }  ||
10148 {
10149   tmp=./conf$$-$RANDOM
10150   (umask 077 && mkdir "$tmp")
10151 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
10152 ac_tmp=$tmp
10153
10154 # Set up the scripts for CONFIG_FILES section.
10155 # No need to generate them if there are no CONFIG_FILES.
10156 # This happens for instance with `./config.status config.h'.
10157 if test -n "$CONFIG_FILES"; then
10158
10159
10160 ac_cr=`echo X | tr X '\015'`
10161 # On cygwin, bash can eat \r inside `` if the user requested igncr.
10162 # But we know of no other shell where ac_cr would be empty at this
10163 # point, so we can use a bashism as a fallback.
10164 if test "x$ac_cr" = x; then
10165   eval ac_cr=\$\'\\r\'
10166 fi
10167 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
10168 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
10169   ac_cs_awk_cr='\\r'
10170 else
10171   ac_cs_awk_cr=$ac_cr
10172 fi
10173
10174 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
10175 _ACEOF
10176
10177
10178 {
10179   echo "cat >conf$$subs.awk <<_ACEOF" &&
10180   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
10181   echo "_ACEOF"
10182 } >conf$$subs.sh ||
10183   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
10184 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
10185 ac_delim='%!_!# '
10186 for ac_last_try in false false false false false :; do
10187   . ./conf$$subs.sh ||
10188     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
10189
10190   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
10191   if test $ac_delim_n = $ac_delim_num; then
10192     break
10193   elif $ac_last_try; then
10194     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
10195   else
10196     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
10197   fi
10198 done
10199 rm -f conf$$subs.sh
10200
10201 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10202 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
10203 _ACEOF
10204 sed -n '
10205 h
10206 s/^/S["/; s/!.*/"]=/
10207 p
10208 g
10209 s/^[^!]*!//
10210 :repl
10211 t repl
10212 s/'"$ac_delim"'$//
10213 t delim
10214 :nl
10215 h
10216 s/\(.\{148\}\)..*/\1/
10217 t more1
10218 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
10219 p
10220 n
10221 b repl
10222 :more1
10223 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
10224 p
10225 g
10226 s/.\{148\}//
10227 t nl
10228 :delim
10229 h
10230 s/\(.\{148\}\)..*/\1/
10231 t more2
10232 s/["\\]/\\&/g; s/^/"/; s/$/"/
10233 p
10234 b
10235 :more2
10236 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
10237 p
10238 g
10239 s/.\{148\}//
10240 t delim
10241 ' <conf$$subs.awk | sed '
10242 /^[^""]/{
10243   N
10244   s/\n//
10245 }
10246 ' >>$CONFIG_STATUS || ac_write_fail=1
10247 rm -f conf$$subs.awk
10248 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10249 _ACAWK
10250 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
10251   for (key in S) S_is_set[key] = 1
10252   FS = "\a"
10253
10254 }
10255 {
10256   line = $ 0
10257   nfields = split(line, field, "@")
10258   substed = 0
10259   len = length(field[1])
10260   for (i = 2; i < nfields; i++) {
10261     key = field[i]
10262     keylen = length(key)
10263     if (S_is_set[key]) {
10264       value = S[key]
10265       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
10266       len += length(value) + length(field[++i])
10267       substed = 1
10268     } else
10269       len += 1 + keylen
10270   }
10271
10272   print line
10273 }
10274
10275 _ACAWK
10276 _ACEOF
10277 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10278 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
10279   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
10280 else
10281   cat
10282 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
10283   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
10284 _ACEOF
10285
10286 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
10287 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
10288 # trailing colons and then remove the whole line if VPATH becomes empty
10289 # (actually we leave an empty line to preserve line numbers).
10290 if test "x$srcdir" = x.; then
10291   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
10292 h
10293 s///
10294 s/^/:/
10295 s/[      ]*$/:/
10296 s/:\$(srcdir):/:/g
10297 s/:\${srcdir}:/:/g
10298 s/:@srcdir@:/:/g
10299 s/^:*//
10300 s/:*$//
10301 x
10302 s/\(=[   ]*\).*/\1/
10303 G
10304 s/\n//
10305 s/^[^=]*=[       ]*$//
10306 }'
10307 fi
10308
10309 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10310 fi # test -n "$CONFIG_FILES"
10311
10312 # Set up the scripts for CONFIG_HEADERS section.
10313 # No need to generate them if there are no CONFIG_HEADERS.
10314 # This happens for instance with `./config.status Makefile'.
10315 if test -n "$CONFIG_HEADERS"; then
10316 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
10317 BEGIN {
10318 _ACEOF
10319
10320 # Transform confdefs.h into an awk script `defines.awk', embedded as
10321 # here-document in config.status, that substitutes the proper values into
10322 # config.h.in to produce config.h.
10323
10324 # Create a delimiter string that does not exist in confdefs.h, to ease
10325 # handling of long lines.
10326 ac_delim='%!_!# '
10327 for ac_last_try in false false :; do
10328   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
10329   if test -z "$ac_tt"; then
10330     break
10331   elif $ac_last_try; then
10332     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
10333   else
10334     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
10335   fi
10336 done
10337
10338 # For the awk script, D is an array of macro values keyed by name,
10339 # likewise P contains macro parameters if any.  Preserve backslash
10340 # newline sequences.
10341
10342 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
10343 sed -n '
10344 s/.\{148\}/&'"$ac_delim"'/g
10345 t rset
10346 :rset
10347 s/^[     ]*#[    ]*define[       ][      ]*/ /
10348 t def
10349 d
10350 :def
10351 s/\\$//
10352 t bsnl
10353 s/["\\]/\\&/g
10354 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
10355 D["\1"]=" \3"/p
10356 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
10357 d
10358 :bsnl
10359 s/["\\]/\\&/g
10360 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
10361 D["\1"]=" \3\\\\\\n"\\/p
10362 t cont
10363 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
10364 t cont
10365 d
10366 :cont
10367 n
10368 s/.\{148\}/&'"$ac_delim"'/g
10369 t clear
10370 :clear
10371 s/\\$//
10372 t bsnlc
10373 s/["\\]/\\&/g; s/^/"/; s/$/"/p
10374 d
10375 :bsnlc
10376 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
10377 b cont
10378 ' <confdefs.h | sed '
10379 s/'"$ac_delim"'/"\\\
10380 "/g' >>$CONFIG_STATUS || ac_write_fail=1
10381
10382 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10383   for (key in D) D_is_set[key] = 1
10384   FS = "\a"
10385 }
10386 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
10387   line = \$ 0
10388   split(line, arg, " ")
10389   if (arg[1] == "#") {
10390     defundef = arg[2]
10391     mac1 = arg[3]
10392   } else {
10393     defundef = substr(arg[1], 2)
10394     mac1 = arg[2]
10395   }
10396   split(mac1, mac2, "(") #)
10397   macro = mac2[1]
10398   prefix = substr(line, 1, index(line, defundef) - 1)
10399   if (D_is_set[macro]) {
10400     # Preserve the white space surrounding the "#".
10401     print prefix "define", macro P[macro] D[macro]
10402     next
10403   } else {
10404     # Replace #undef with comments.  This is necessary, for example,
10405     # in the case of _POSIX_SOURCE, which is predefined and required
10406     # on some systems where configure will not decide to define it.
10407     if (defundef == "undef") {
10408       print "/*", prefix defundef, macro, "*/"
10409       next
10410     }
10411   }
10412 }
10413 { print }
10414 _ACAWK
10415 _ACEOF
10416 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10417   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
10418 fi # test -n "$CONFIG_HEADERS"
10419
10420
10421 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
10422 shift
10423 for ac_tag
10424 do
10425   case $ac_tag in
10426   :[FHLC]) ac_mode=$ac_tag; continue;;
10427   esac
10428   case $ac_mode$ac_tag in
10429   :[FHL]*:*);;
10430   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
10431   :[FH]-) ac_tag=-:-;;
10432   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
10433   esac
10434   ac_save_IFS=$IFS
10435   IFS=:
10436   set x $ac_tag
10437   IFS=$ac_save_IFS
10438   shift
10439   ac_file=$1
10440   shift
10441
10442   case $ac_mode in
10443   :L) ac_source=$1;;
10444   :[FH])
10445     ac_file_inputs=
10446     for ac_f
10447     do
10448       case $ac_f in
10449       -) ac_f="$ac_tmp/stdin";;
10450       *) # Look for the file first in the build tree, then in the source tree
10451          # (if the path is not absolute).  The absolute path cannot be DOS-style,
10452          # because $ac_f cannot contain `:'.
10453          test -f "$ac_f" ||
10454            case $ac_f in
10455            [\\/$]*) false;;
10456            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
10457            esac ||
10458            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
10459       esac
10460       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
10461       as_fn_append ac_file_inputs " '$ac_f'"
10462     done
10463
10464     # Let's still pretend it is `configure' which instantiates (i.e., don't
10465     # use $as_me), people would be surprised to read:
10466     #    /* config.h.  Generated by config.status.  */
10467     configure_input='Generated from '`
10468           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
10469         `' by configure.'
10470     if test x"$ac_file" != x-; then
10471       configure_input="$ac_file.  $configure_input"
10472       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
10473 $as_echo "$as_me: creating $ac_file" >&6;}
10474     fi
10475     # Neutralize special characters interpreted by sed in replacement strings.
10476     case $configure_input in #(
10477     *\&* | *\|* | *\\* )
10478        ac_sed_conf_input=`$as_echo "$configure_input" |
10479        sed 's/[\\\\&|]/\\\\&/g'`;; #(
10480     *) ac_sed_conf_input=$configure_input;;
10481     esac
10482
10483     case $ac_tag in
10484     *:-:* | *:-) cat >"$ac_tmp/stdin" \
10485       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
10486     esac
10487     ;;
10488   esac
10489
10490   ac_dir=`$as_dirname -- "$ac_file" ||
10491 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10492          X"$ac_file" : 'X\(//\)[^/]' \| \
10493          X"$ac_file" : 'X\(//\)$' \| \
10494          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
10495 $as_echo X"$ac_file" |
10496     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
10497             s//\1/
10498             q
10499           }
10500           /^X\(\/\/\)[^/].*/{
10501             s//\1/
10502             q
10503           }
10504           /^X\(\/\/\)$/{
10505             s//\1/
10506             q
10507           }
10508           /^X\(\/\).*/{
10509             s//\1/
10510             q
10511           }
10512           s/.*/./; q'`
10513   as_dir="$ac_dir"; as_fn_mkdir_p
10514   ac_builddir=.
10515
10516 case "$ac_dir" in
10517 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
10518 *)
10519   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
10520   # A ".." for each directory in $ac_dir_suffix.
10521   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
10522   case $ac_top_builddir_sub in
10523   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
10524   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
10525   esac ;;
10526 esac
10527 ac_abs_top_builddir=$ac_pwd
10528 ac_abs_builddir=$ac_pwd$ac_dir_suffix
10529 # for backward compatibility:
10530 ac_top_builddir=$ac_top_build_prefix
10531
10532 case $srcdir in
10533   .)  # We are building in place.
10534     ac_srcdir=.
10535     ac_top_srcdir=$ac_top_builddir_sub
10536     ac_abs_top_srcdir=$ac_pwd ;;
10537   [\\/]* | ?:[\\/]* )  # Absolute name.
10538     ac_srcdir=$srcdir$ac_dir_suffix;
10539     ac_top_srcdir=$srcdir
10540     ac_abs_top_srcdir=$srcdir ;;
10541   *) # Relative name.
10542     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
10543     ac_top_srcdir=$ac_top_build_prefix$srcdir
10544     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
10545 esac
10546 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
10547
10548
10549   case $ac_mode in
10550   :F)
10551   #
10552   # CONFIG_FILE
10553   #
10554
10555   case $INSTALL in
10556   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
10557   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
10558   esac
10559   ac_MKDIR_P=$MKDIR_P
10560   case $MKDIR_P in
10561   [\\/$]* | ?:[\\/]* ) ;;
10562   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
10563   esac
10564 _ACEOF
10565
10566 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10567 # If the template does not know about datarootdir, expand it.
10568 # FIXME: This hack should be removed a few years after 2.60.
10569 ac_datarootdir_hack=; ac_datarootdir_seen=
10570 ac_sed_dataroot='
10571 /datarootdir/ {
10572   p
10573   q
10574 }
10575 /@datadir@/p
10576 /@docdir@/p
10577 /@infodir@/p
10578 /@localedir@/p
10579 /@mandir@/p'
10580 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
10581 *datarootdir*) ac_datarootdir_seen=yes;;
10582 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
10583   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
10584 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
10585 _ACEOF
10586 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10587   ac_datarootdir_hack='
10588   s&@datadir@&$datadir&g
10589   s&@docdir@&$docdir&g
10590   s&@infodir@&$infodir&g
10591   s&@localedir@&$localedir&g
10592   s&@mandir@&$mandir&g
10593   s&\\\${datarootdir}&$datarootdir&g' ;;
10594 esac
10595 _ACEOF
10596
10597 # Neutralize VPATH when `$srcdir' = `.'.
10598 # Shell code in configure.ac might set extrasub.
10599 # FIXME: do we really want to maintain this feature?
10600 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
10601 ac_sed_extra="$ac_vpsub
10602 $extrasub
10603 _ACEOF
10604 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
10605 :t
10606 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
10607 s|@configure_input@|$ac_sed_conf_input|;t t
10608 s&@top_builddir@&$ac_top_builddir_sub&;t t
10609 s&@top_build_prefix@&$ac_top_build_prefix&;t t
10610 s&@srcdir@&$ac_srcdir&;t t
10611 s&@abs_srcdir@&$ac_abs_srcdir&;t t
10612 s&@top_srcdir@&$ac_top_srcdir&;t t
10613 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
10614 s&@builddir@&$ac_builddir&;t t
10615 s&@abs_builddir@&$ac_abs_builddir&;t t
10616 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
10617 s&@INSTALL@&$ac_INSTALL&;t t
10618 s&@MKDIR_P@&$ac_MKDIR_P&;t t
10619 $ac_datarootdir_hack
10620 "
10621 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
10622   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
10623
10624 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
10625   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
10626   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' \
10627       "$ac_tmp/out"`; test -z "$ac_out"; } &&
10628   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
10629 which seems to be undefined.  Please make sure it is defined" >&5
10630 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
10631 which seems to be undefined.  Please make sure it is defined" >&2;}
10632
10633   rm -f "$ac_tmp/stdin"
10634   case $ac_file in
10635   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
10636   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
10637   esac \
10638   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
10639  ;;
10640   :H)
10641   #
10642   # CONFIG_HEADER
10643   #
10644   if test x"$ac_file" != x-; then
10645     {
10646       $as_echo "/* $configure_input  */" \
10647       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
10648     } >"$ac_tmp/config.h" \
10649       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
10650     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
10651       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
10652 $as_echo "$as_me: $ac_file is unchanged" >&6;}
10653     else
10654       rm -f "$ac_file"
10655       mv "$ac_tmp/config.h" "$ac_file" \
10656         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
10657     fi
10658   else
10659     $as_echo "/* $configure_input  */" \
10660       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
10661       || as_fn_error $? "could not create -" "$LINENO" 5
10662   fi
10663 # Compute "$ac_file"'s index in $config_headers.
10664 _am_arg="$ac_file"
10665 _am_stamp_count=1
10666 for _am_header in $config_headers :; do
10667   case $_am_header in
10668     $_am_arg | $_am_arg:* )
10669       break ;;
10670     * )
10671       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
10672   esac
10673 done
10674 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
10675 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10676          X"$_am_arg" : 'X\(//\)[^/]' \| \
10677          X"$_am_arg" : 'X\(//\)$' \| \
10678          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
10679 $as_echo X"$_am_arg" |
10680     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
10681             s//\1/
10682             q
10683           }
10684           /^X\(\/\/\)[^/].*/{
10685             s//\1/
10686             q
10687           }
10688           /^X\(\/\/\)$/{
10689             s//\1/
10690             q
10691           }
10692           /^X\(\/\).*/{
10693             s//\1/
10694             q
10695           }
10696           s/.*/./; q'`/stamp-h$_am_stamp_count
10697  ;;
10698
10699   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
10700 $as_echo "$as_me: executing $ac_file commands" >&6;}
10701  ;;
10702   esac
10703
10704
10705   case $ac_file$ac_mode in
10706     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
10707   # Autoconf 2.62 quotes --file arguments for eval, but not when files
10708   # are listed without --file.  Let's play safe and only enable the eval
10709   # if we detect the quoting.
10710   case $CONFIG_FILES in
10711   *\'*) eval set x "$CONFIG_FILES" ;;
10712   *)   set x $CONFIG_FILES ;;
10713   esac
10714   shift
10715   for mf
10716   do
10717     # Strip MF so we end up with the name of the file.
10718     mf=`echo "$mf" | sed -e 's/:.*$//'`
10719     # Check whether this is an Automake generated Makefile or not.
10720     # We used to match only the files named `Makefile.in', but
10721     # some people rename them; so instead we look at the file content.
10722     # Grep'ing the first line is not enough: some people post-process
10723     # each Makefile.in and add a new line on top of each file to say so.
10724     # Grep'ing the whole file is not good either: AIX grep has a line
10725     # limit of 2048, but all sed's we know have understand at least 4000.
10726     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
10727       dirpart=`$as_dirname -- "$mf" ||
10728 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10729          X"$mf" : 'X\(//\)[^/]' \| \
10730          X"$mf" : 'X\(//\)$' \| \
10731          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
10732 $as_echo X"$mf" |
10733     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
10734             s//\1/
10735             q
10736           }
10737           /^X\(\/\/\)[^/].*/{
10738             s//\1/
10739             q
10740           }
10741           /^X\(\/\/\)$/{
10742             s//\1/
10743             q
10744           }
10745           /^X\(\/\).*/{
10746             s//\1/
10747             q
10748           }
10749           s/.*/./; q'`
10750     else
10751       continue
10752     fi
10753     # Extract the definition of DEPDIR, am__include, and am__quote
10754     # from the Makefile without running `make'.
10755     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
10756     test -z "$DEPDIR" && continue
10757     am__include=`sed -n 's/^am__include = //p' < "$mf"`
10758     test -z "am__include" && continue
10759     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
10760     # When using ansi2knr, U may be empty or an underscore; expand it
10761     U=`sed -n 's/^U = //p' < "$mf"`
10762     # Find all dependency output files, they are included files with
10763     # $(DEPDIR) in their names.  We invoke sed twice because it is the
10764     # simplest approach to changing $(DEPDIR) to its actual value in the
10765     # expansion.
10766     for file in `sed -n "
10767       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
10768          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
10769       # Make sure the directory exists.
10770       test -f "$dirpart/$file" && continue
10771       fdir=`$as_dirname -- "$file" ||
10772 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
10773          X"$file" : 'X\(//\)[^/]' \| \
10774          X"$file" : 'X\(//\)$' \| \
10775          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
10776 $as_echo X"$file" |
10777     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
10778             s//\1/
10779             q
10780           }
10781           /^X\(\/\/\)[^/].*/{
10782             s//\1/
10783             q
10784           }
10785           /^X\(\/\/\)$/{
10786             s//\1/
10787             q
10788           }
10789           /^X\(\/\).*/{
10790             s//\1/
10791             q
10792           }
10793           s/.*/./; q'`
10794       as_dir=$dirpart/$fdir; as_fn_mkdir_p
10795       # echo "creating $dirpart/$file"
10796       echo '# dummy' > "$dirpart/$file"
10797     done
10798   done
10799 }
10800  ;;
10801     "coregrind/link_tool_exe_linux":F) chmod +x coregrind/link_tool_exe_linux ;;
10802     "coregrind/link_tool_exe_darwin":F) chmod +x coregrind/link_tool_exe_darwin ;;
10803     "coregrind/link_tool_exe_aix5":F) chmod +x coregrind/link_tool_exe_aix5 ;;
10804     "coregrind/link_tool_exe_l4re":F) chmod +x coregrind/link_tool_exe_l4re ;;
10805
10806   esac
10807 done # for ac_tag
10808
10809
10810 as_fn_exit 0
10811 _ACEOF
10812 ac_clean_files=$ac_clean_files_save
10813
10814 test $ac_write_fail = 0 ||
10815   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
10816
10817
10818 # configure is writing to config.log, and then calls config.status.
10819 # config.status does its own redirection, appending to config.log.
10820 # Unfortunately, on DOS this fails, as config.log is still kept open
10821 # by configure, so config.status won't be able to write to it; its
10822 # output is simply discarded.  So we exec the FD to /dev/null,
10823 # effectively closing config.log, so it can be properly (re)opened and
10824 # appended to by config.status.  When coming back to configure, we
10825 # need to make the FD available again.
10826 if test "$no_create" != yes; then
10827   ac_cs_success=:
10828   ac_config_status_args=
10829   test "$silent" = yes &&
10830     ac_config_status_args="$ac_config_status_args --quiet"
10831   exec 5>/dev/null
10832   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
10833   exec 5>>config.log
10834   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
10835   # would make configure fail if this is the last instruction.
10836   $ac_cs_success || as_fn_exit 1
10837 fi
10838 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
10839   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
10840 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
10841 fi
10842
10843
10844 cat<<EOF
10845
10846          Maximum build arch: ${ARCH_MAX}
10847          Primary build arch: ${VGCONF_ARCH_PRI}
10848        Secondary build arch: ${VGCONF_ARCH_SEC}
10849                    Build OS: ${VGCONF_OS}
10850        Primary build target: ${VGCONF_PLATFORM_PRI_CAPS}
10851      Secondary build target: ${VGCONF_PLATFORM_SEC_CAPS}
10852          Default supp files: ${DEFAULT_SUPP}
10853        Generated supp files: ${GENERATED_SUPP}
10854
10855 EOF