twinkle/patches/twinkle.patch

Mon, 23 Feb 2009 18:09:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 23 Feb 2009 18:09:09 +0100
changeset 2
d2271dd2b481
permissions
-rw-r--r--

Import custom package specs to build for undistributed platforms.

michael@2 1 Index: configure
michael@2 2 diff -Nau configure.orig configure
michael@2 3 --- configure.orig 2009-01-31 05:48:59.000000000 +0100
michael@2 4 +++ configure 2009-02-23 14:32:54.000000000 +0100
michael@2 5 @@ -1,6 +1,6 @@
michael@2 6 #! /bin/sh
michael@2 7 # Guess values for system-dependent variables and create Makefiles.
michael@2 8 -# Generated by GNU Autoconf 2.60.
michael@2 9 +# Generated by GNU Autoconf 2.61.
michael@2 10 #
michael@2 11 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
michael@2 12 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
michael@2 13 @@ -10,7 +10,8 @@
michael@2 14 ## M4sh Initialization. ##
michael@2 15 ## --------------------- ##
michael@2 16
michael@2 17 -# Be Bourne compatible
michael@2 18 +# Be more Bourne compatible
michael@2 19 +DUALCASE=1; export DUALCASE # for MKS sh
michael@2 20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
michael@2 21 emulate sh
michael@2 22 NULLCMD=:
michael@2 23 @@ -19,10 +20,13 @@
michael@2 24 alias -g '${1+"$@"}'='"$@"'
michael@2 25 setopt NO_GLOB_SUBST
michael@2 26 else
michael@2 27 - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
michael@2 28 + case `(set -o) 2>/dev/null` in
michael@2 29 + *posix*) set -o posix ;;
michael@2 30 +esac
michael@2 31 +
michael@2 32 fi
michael@2 33 -BIN_SH=xpg4; export BIN_SH # for Tru64
michael@2 34 -DUALCASE=1; export DUALCASE # for MKS sh
michael@2 35 +
michael@2 36 +
michael@2 37
michael@2 38
michael@2 39 # PATH needs CR
michael@2 40 @@ -215,7 +219,7 @@
michael@2 41 else
michael@2 42 as_candidate_shells=
michael@2 43 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
michael@2 44 -for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
michael@2 45 +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
michael@2 46 do
michael@2 47 IFS=$as_save_IFS
michael@2 48 test -z "$as_dir" && as_dir=.
michael@2 49 @@ -233,7 +237,6 @@
michael@2 50 # Try only shells that exist, to save several forks.
michael@2 51 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
michael@2 52 { ("$as_shell") 2> /dev/null <<\_ASEOF
michael@2 53 -# Be Bourne compatible
michael@2 54 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
michael@2 55 emulate sh
michael@2 56 NULLCMD=:
michael@2 57 @@ -242,10 +245,12 @@
michael@2 58 alias -g '${1+"$@"}'='"$@"'
michael@2 59 setopt NO_GLOB_SUBST
michael@2 60 else
michael@2 61 - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
michael@2 62 + case `(set -o) 2>/dev/null` in
michael@2 63 + *posix*) set -o posix ;;
michael@2 64 +esac
michael@2 65 +
michael@2 66 fi
michael@2 67 -BIN_SH=xpg4; export BIN_SH # for Tru64
michael@2 68 -DUALCASE=1; export DUALCASE # for MKS sh
michael@2 69 +
michael@2 70
michael@2 71 :
michael@2 72 _ASEOF
michael@2 73 @@ -253,7 +258,6 @@
michael@2 74 CONFIG_SHELL=$as_shell
michael@2 75 as_have_required=yes
michael@2 76 if { "$as_shell" 2> /dev/null <<\_ASEOF
michael@2 77 -# Be Bourne compatible
michael@2 78 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
michael@2 79 emulate sh
michael@2 80 NULLCMD=:
michael@2 81 @@ -262,10 +266,12 @@
michael@2 82 alias -g '${1+"$@"}'='"$@"'
michael@2 83 setopt NO_GLOB_SUBST
michael@2 84 else
michael@2 85 - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
michael@2 86 + case `(set -o) 2>/dev/null` in
michael@2 87 + *posix*) set -o posix ;;
michael@2 88 +esac
michael@2 89 +
michael@2 90 fi
michael@2 91 -BIN_SH=xpg4; export BIN_SH # for Tru64
michael@2 92 -DUALCASE=1; export DUALCASE # for MKS sh
michael@2 93 +
michael@2 94
michael@2 95 :
michael@2 96 (as_func_return () {
michael@2 97 @@ -512,19 +518,28 @@
michael@2 98 as_mkdir_p=false
michael@2 99 fi
michael@2 100
michael@2 101 -# Find out whether ``test -x'' works. Don't use a zero-byte file, as
michael@2 102 -# systems may use methods other than mode bits to determine executability.
michael@2 103 -cat >conf$$.file <<_ASEOF
michael@2 104 -#! /bin/sh
michael@2 105 -exit 0
michael@2 106 -_ASEOF
michael@2 107 -chmod +x conf$$.file
michael@2 108 -if test -x conf$$.file >/dev/null 2>&1; then
michael@2 109 - as_executable_p="test -x"
michael@2 110 +if test -x / >/dev/null 2>&1; then
michael@2 111 + as_test_x='test -x'
michael@2 112 else
michael@2 113 - as_executable_p=:
michael@2 114 + if ls -dL / >/dev/null 2>&1; then
michael@2 115 + as_ls_L_option=L
michael@2 116 + else
michael@2 117 + as_ls_L_option=
michael@2 118 + fi
michael@2 119 + as_test_x='
michael@2 120 + eval sh -c '\''
michael@2 121 + if test -d "$1"; then
michael@2 122 + test -d "$1/.";
michael@2 123 + else
michael@2 124 + case $1 in
michael@2 125 + -*)set "./$1";;
michael@2 126 + esac;
michael@2 127 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
michael@2 128 + ???[sx]*):;;*)false;;esac;fi
michael@2 129 + '\'' sh
michael@2 130 + '
michael@2 131 fi
michael@2 132 -rm -f conf$$.file
michael@2 133 +as_executable_p=$as_test_x
michael@2 134
michael@2 135 # Sed expression to map a string onto a valid CPP name.
michael@2 136 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
michael@2 137 @@ -565,36 +580,36 @@
michael@2 138 # Factoring default headers for most tests.
michael@2 139 ac_includes_default="\
michael@2 140 #include <stdio.h>
michael@2 141 -#if HAVE_SYS_TYPES_H
michael@2 142 +#ifdef HAVE_SYS_TYPES_H
michael@2 143 # include <sys/types.h>
michael@2 144 #endif
michael@2 145 -#if HAVE_SYS_STAT_H
michael@2 146 +#ifdef HAVE_SYS_STAT_H
michael@2 147 # include <sys/stat.h>
michael@2 148 #endif
michael@2 149 -#if STDC_HEADERS
michael@2 150 +#ifdef STDC_HEADERS
michael@2 151 # include <stdlib.h>
michael@2 152 # include <stddef.h>
michael@2 153 #else
michael@2 154 -# if HAVE_STDLIB_H
michael@2 155 +# ifdef HAVE_STDLIB_H
michael@2 156 # include <stdlib.h>
michael@2 157 # endif
michael@2 158 #endif
michael@2 159 -#if HAVE_STRING_H
michael@2 160 -# if !STDC_HEADERS && HAVE_MEMORY_H
michael@2 161 +#ifdef HAVE_STRING_H
michael@2 162 +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
michael@2 163 # include <memory.h>
michael@2 164 # endif
michael@2 165 # include <string.h>
michael@2 166 #endif
michael@2 167 -#if HAVE_STRINGS_H
michael@2 168 +#ifdef HAVE_STRINGS_H
michael@2 169 # include <strings.h>
michael@2 170 #endif
michael@2 171 -#if HAVE_INTTYPES_H
michael@2 172 +#ifdef HAVE_INTTYPES_H
michael@2 173 # include <inttypes.h>
michael@2 174 #endif
michael@2 175 -#if HAVE_STDINT_H
michael@2 176 +#ifdef HAVE_STDINT_H
michael@2 177 # include <stdint.h>
michael@2 178 #endif
michael@2 179 -#if HAVE_UNISTD_H
michael@2 180 +#ifdef HAVE_UNISTD_H
michael@2 181 # include <unistd.h>
michael@2 182 #endif"
michael@2 183
michael@2 184 @@ -696,8 +711,8 @@
michael@2 185 CXXCPP
michael@2 186 RANLIB
michael@2 187 LEX
michael@2 188 -LEXLIB
michael@2 189 LEX_OUTPUT_ROOT
michael@2 190 +LEXLIB
michael@2 191 YACC
michael@2 192 YFLAGS
michael@2 193 GREP
michael@2 194 @@ -840,6 +855,7 @@
michael@2 195 CC
michael@2 196 CFLAGS
michael@2 197 LDFLAGS
michael@2 198 +LIBS
michael@2 199 CPPFLAGS
michael@2 200 CXX
michael@2 201 CXXFLAGS
michael@2 202 @@ -954,10 +970,10 @@
michael@2 203 -disable-* | --disable-*)
michael@2 204 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
michael@2 205 # Reject names that are not valid shell variable names.
michael@2 206 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
michael@2 207 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
michael@2 208 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
michael@2 209 { (exit 1); exit 1; }; }
michael@2 210 - ac_feature=`echo $ac_feature | sed 's/-/_/g'`
michael@2 211 + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
michael@2 212 eval enable_$ac_feature=no ;;
michael@2 213
michael@2 214 -docdir | --docdir | --docdi | --doc | --do)
michael@2 215 @@ -973,10 +989,10 @@
michael@2 216 -enable-* | --enable-*)
michael@2 217 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
michael@2 218 # Reject names that are not valid shell variable names.
michael@2 219 - expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
michael@2 220 + expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
michael@2 221 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
michael@2 222 { (exit 1); exit 1; }; }
michael@2 223 - ac_feature=`echo $ac_feature | sed 's/-/_/g'`
michael@2 224 + ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
michael@2 225 eval enable_$ac_feature=\$ac_optarg ;;
michael@2 226
michael@2 227 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
michael@2 228 @@ -1170,19 +1186,19 @@
michael@2 229 -with-* | --with-*)
michael@2 230 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
michael@2 231 # Reject names that are not valid shell variable names.
michael@2 232 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
michael@2 233 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
michael@2 234 { echo "$as_me: error: invalid package name: $ac_package" >&2
michael@2 235 { (exit 1); exit 1; }; }
michael@2 236 - ac_package=`echo $ac_package| sed 's/-/_/g'`
michael@2 237 + ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
michael@2 238 eval with_$ac_package=\$ac_optarg ;;
michael@2 239
michael@2 240 -without-* | --without-*)
michael@2 241 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
michael@2 242 # Reject names that are not valid shell variable names.
michael@2 243 - expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
michael@2 244 + expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
michael@2 245 { echo "$as_me: error: invalid package name: $ac_package" >&2
michael@2 246 { (exit 1); exit 1; }; }
michael@2 247 - ac_package=`echo $ac_package | sed 's/-/_/g'`
michael@2 248 + ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
michael@2 249 eval with_$ac_package=no ;;
michael@2 250
michael@2 251 --x)
michael@2 252 @@ -1461,6 +1477,7 @@
michael@2 253 CFLAGS C compiler flags
michael@2 254 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
michael@2 255 nonstandard directory <lib dir>
michael@2 256 + LIBS libraries to pass to the linker, e.g. -l<library>
michael@2 257 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
michael@2 258 you have headers in a nonstandard directory <include dir>
michael@2 259 CXX C++ compiler command
michael@2 260 @@ -1538,7 +1555,7 @@
michael@2 261 if $ac_init_version; then
michael@2 262 cat <<\_ACEOF
michael@2 263 configure
michael@2 264 -generated by GNU Autoconf 2.60
michael@2 265 +generated by GNU Autoconf 2.61
michael@2 266
michael@2 267 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
michael@2 268 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
michael@2 269 @@ -1552,7 +1569,7 @@
michael@2 270 running configure, to aid debugging if configure makes a mistake.
michael@2 271
michael@2 272 It was created by $as_me, which was
michael@2 273 -generated by GNU Autoconf 2.60. Invocation command line was
michael@2 274 +generated by GNU Autoconf 2.61. Invocation command line was
michael@2 275
michael@2 276 $ $0 $@
michael@2 277
michael@2 278 @@ -2150,7 +2167,7 @@
michael@2 279 # by default.
michael@2 280 for ac_prog in ginstall scoinst install; do
michael@2 281 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 282 - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
michael@2 283 + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
michael@2 284 if test $ac_prog = install &&
michael@2 285 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
michael@2 286 # AIX install. It has an incompatible calling convention.
michael@2 287 @@ -2344,7 +2361,7 @@
michael@2 288 IFS=$as_save_IFS
michael@2 289 test -z "$as_dir" && as_dir=.
michael@2 290 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 291 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 292 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 293 ac_cv_prog_AWK="$ac_prog"
michael@2 294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 295 break 2
michael@2 296 @@ -2479,7 +2496,7 @@
michael@2 297 IFS=$as_save_IFS
michael@2 298 test -z "$as_dir" && as_dir=.
michael@2 299 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 300 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 301 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 302 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
michael@2 303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 304 break 2
michael@2 305 @@ -2519,7 +2536,7 @@
michael@2 306 IFS=$as_save_IFS
michael@2 307 test -z "$as_dir" && as_dir=.
michael@2 308 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 309 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 310 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 311 ac_cv_prog_ac_ct_STRIP="strip"
michael@2 312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 313 break 2
michael@2 314 @@ -2600,7 +2617,7 @@
michael@2 315 IFS=$as_save_IFS
michael@2 316 test -z "$as_dir" && as_dir=.
michael@2 317 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 318 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 319 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 320 ac_cv_prog_CC="${ac_tool_prefix}gcc"
michael@2 321 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 322 break 2
michael@2 323 @@ -2640,7 +2657,7 @@
michael@2 324 IFS=$as_save_IFS
michael@2 325 test -z "$as_dir" && as_dir=.
michael@2 326 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 327 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 328 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 329 ac_cv_prog_ac_ct_CC="gcc"
michael@2 330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 331 break 2
michael@2 332 @@ -2697,7 +2714,7 @@
michael@2 333 IFS=$as_save_IFS
michael@2 334 test -z "$as_dir" && as_dir=.
michael@2 335 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 336 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 337 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 338 ac_cv_prog_CC="${ac_tool_prefix}cc"
michael@2 339 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 340 break 2
michael@2 341 @@ -2738,7 +2755,7 @@
michael@2 342 IFS=$as_save_IFS
michael@2 343 test -z "$as_dir" && as_dir=.
michael@2 344 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 345 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 346 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 347 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
michael@2 348 ac_prog_rejected=yes
michael@2 349 continue
michael@2 350 @@ -2796,7 +2813,7 @@
michael@2 351 IFS=$as_save_IFS
michael@2 352 test -z "$as_dir" && as_dir=.
michael@2 353 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 354 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 355 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 356 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
michael@2 357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 358 break 2
michael@2 359 @@ -2840,7 +2857,7 @@
michael@2 360 IFS=$as_save_IFS
michael@2 361 test -z "$as_dir" && as_dir=.
michael@2 362 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 363 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 364 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 365 ac_cv_prog_ac_ct_CC="$ac_prog"
michael@2 366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 367 break 2
michael@2 368 @@ -2981,7 +2998,7 @@
michael@2 369 # in a Makefile. We should not override ac_cv_exeext if it was cached,
michael@2 370 # so that the user can short-circuit this test for compilers unknown to
michael@2 371 # Autoconf.
michael@2 372 -for ac_file in $ac_files
michael@2 373 +for ac_file in $ac_files ''
michael@2 374 do
michael@2 375 test -f "$ac_file" || continue
michael@2 376 case $ac_file in
michael@2 377 @@ -3009,6 +3026,12 @@
michael@2 378 test "$ac_cv_exeext" = no && ac_cv_exeext=
michael@2 379
michael@2 380 else
michael@2 381 + ac_file=''
michael@2 382 +fi
michael@2 383 +
michael@2 384 +{ echo "$as_me:$LINENO: result: $ac_file" >&5
michael@2 385 +echo "${ECHO_T}$ac_file" >&6; }
michael@2 386 +if test -z "$ac_file"; then
michael@2 387 echo "$as_me: failed program was:" >&5
michael@2 388 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 389
michael@2 390 @@ -3020,8 +3043,6 @@
michael@2 391 fi
michael@2 392
michael@2 393 ac_exeext=$ac_cv_exeext
michael@2 394 -{ echo "$as_me:$LINENO: result: $ac_file" >&5
michael@2 395 -echo "${ECHO_T}$ac_file" >&6; }
michael@2 396
michael@2 397 # Check that the compiler produces executables we can run. If not, either
michael@2 398 # the compiler is broken, or we cross compile.
michael@2 399 @@ -3199,27 +3220,10 @@
michael@2 400 rm -f conftest.er1
michael@2 401 cat conftest.err >&5
michael@2 402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 403 - (exit $ac_status); } &&
michael@2 404 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 405 - { (case "(($ac_try" in
michael@2 406 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 407 - *) ac_try_echo=$ac_try;;
michael@2 408 -esac
michael@2 409 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 410 - (eval "$ac_try") 2>&5
michael@2 411 - ac_status=$?
michael@2 412 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 413 - (exit $ac_status); }; } &&
michael@2 414 - { ac_try='test -s conftest.$ac_objext'
michael@2 415 - { (case "(($ac_try" in
michael@2 416 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 417 - *) ac_try_echo=$ac_try;;
michael@2 418 -esac
michael@2 419 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 420 - (eval "$ac_try") 2>&5
michael@2 421 - ac_status=$?
michael@2 422 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 423 - (exit $ac_status); }; }; then
michael@2 424 + (exit $ac_status); } && {
michael@2 425 + test -z "$ac_c_werror_flag" ||
michael@2 426 + test ! -s conftest.err
michael@2 427 + } && test -s conftest.$ac_objext; then
michael@2 428 ac_compiler_gnu=yes
michael@2 429 else
michael@2 430 echo "$as_me: failed program was:" >&5
michael@2 431 @@ -3274,27 +3278,10 @@
michael@2 432 rm -f conftest.er1
michael@2 433 cat conftest.err >&5
michael@2 434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 435 - (exit $ac_status); } &&
michael@2 436 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 437 - { (case "(($ac_try" in
michael@2 438 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 439 - *) ac_try_echo=$ac_try;;
michael@2 440 -esac
michael@2 441 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 442 - (eval "$ac_try") 2>&5
michael@2 443 - ac_status=$?
michael@2 444 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 445 - (exit $ac_status); }; } &&
michael@2 446 - { ac_try='test -s conftest.$ac_objext'
michael@2 447 - { (case "(($ac_try" in
michael@2 448 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 449 - *) ac_try_echo=$ac_try;;
michael@2 450 -esac
michael@2 451 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 452 - (eval "$ac_try") 2>&5
michael@2 453 - ac_status=$?
michael@2 454 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 455 - (exit $ac_status); }; }; then
michael@2 456 + (exit $ac_status); } && {
michael@2 457 + test -z "$ac_c_werror_flag" ||
michael@2 458 + test ! -s conftest.err
michael@2 459 + } && test -s conftest.$ac_objext; then
michael@2 460 ac_cv_prog_cc_g=yes
michael@2 461 else
michael@2 462 echo "$as_me: failed program was:" >&5
michael@2 463 @@ -3329,27 +3316,10 @@
michael@2 464 rm -f conftest.er1
michael@2 465 cat conftest.err >&5
michael@2 466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 467 - (exit $ac_status); } &&
michael@2 468 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 469 - { (case "(($ac_try" in
michael@2 470 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 471 - *) ac_try_echo=$ac_try;;
michael@2 472 -esac
michael@2 473 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 474 - (eval "$ac_try") 2>&5
michael@2 475 - ac_status=$?
michael@2 476 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 477 - (exit $ac_status); }; } &&
michael@2 478 - { ac_try='test -s conftest.$ac_objext'
michael@2 479 - { (case "(($ac_try" in
michael@2 480 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 481 - *) ac_try_echo=$ac_try;;
michael@2 482 -esac
michael@2 483 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 484 - (eval "$ac_try") 2>&5
michael@2 485 - ac_status=$?
michael@2 486 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 487 - (exit $ac_status); }; }; then
michael@2 488 + (exit $ac_status); } && {
michael@2 489 + test -z "$ac_c_werror_flag" ||
michael@2 490 + test ! -s conftest.err
michael@2 491 + } && test -s conftest.$ac_objext; then
michael@2 492 :
michael@2 493 else
michael@2 494 echo "$as_me: failed program was:" >&5
michael@2 495 @@ -3385,27 +3355,10 @@
michael@2 496 rm -f conftest.er1
michael@2 497 cat conftest.err >&5
michael@2 498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 499 - (exit $ac_status); } &&
michael@2 500 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 501 - { (case "(($ac_try" in
michael@2 502 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 503 - *) ac_try_echo=$ac_try;;
michael@2 504 -esac
michael@2 505 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 506 - (eval "$ac_try") 2>&5
michael@2 507 - ac_status=$?
michael@2 508 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 509 - (exit $ac_status); }; } &&
michael@2 510 - { ac_try='test -s conftest.$ac_objext'
michael@2 511 - { (case "(($ac_try" in
michael@2 512 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 513 - *) ac_try_echo=$ac_try;;
michael@2 514 -esac
michael@2 515 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 516 - (eval "$ac_try") 2>&5
michael@2 517 - ac_status=$?
michael@2 518 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 519 - (exit $ac_status); }; }; then
michael@2 520 + (exit $ac_status); } && {
michael@2 521 + test -z "$ac_c_werror_flag" ||
michael@2 522 + test ! -s conftest.err
michael@2 523 + } && test -s conftest.$ac_objext; then
michael@2 524 ac_cv_prog_cc_g=yes
michael@2 525 else
michael@2 526 echo "$as_me: failed program was:" >&5
michael@2 527 @@ -3521,27 +3474,10 @@
michael@2 528 rm -f conftest.er1
michael@2 529 cat conftest.err >&5
michael@2 530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 531 - (exit $ac_status); } &&
michael@2 532 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 533 - { (case "(($ac_try" in
michael@2 534 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 535 - *) ac_try_echo=$ac_try;;
michael@2 536 -esac
michael@2 537 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 538 - (eval "$ac_try") 2>&5
michael@2 539 - ac_status=$?
michael@2 540 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 541 - (exit $ac_status); }; } &&
michael@2 542 - { ac_try='test -s conftest.$ac_objext'
michael@2 543 - { (case "(($ac_try" in
michael@2 544 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 545 - *) ac_try_echo=$ac_try;;
michael@2 546 -esac
michael@2 547 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 548 - (eval "$ac_try") 2>&5
michael@2 549 - ac_status=$?
michael@2 550 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 551 - (exit $ac_status); }; }; then
michael@2 552 + (exit $ac_status); } && {
michael@2 553 + test -z "$ac_c_werror_flag" ||
michael@2 554 + test ! -s conftest.err
michael@2 555 + } && test -s conftest.$ac_objext; then
michael@2 556 ac_cv_prog_cc_c89=$ac_arg
michael@2 557 else
michael@2 558 echo "$as_me: failed program was:" >&5
michael@2 559 @@ -3780,7 +3716,7 @@
michael@2 560 IFS=$as_save_IFS
michael@2 561 test -z "$as_dir" && as_dir=.
michael@2 562 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 563 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 564 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 565 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
michael@2 566 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 567 break 2
michael@2 568 @@ -3824,7 +3760,7 @@
michael@2 569 IFS=$as_save_IFS
michael@2 570 test -z "$as_dir" && as_dir=.
michael@2 571 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 572 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 573 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 574 ac_cv_prog_ac_ct_CXX="$ac_prog"
michael@2 575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 576 break 2
michael@2 577 @@ -3937,27 +3873,10 @@
michael@2 578 rm -f conftest.er1
michael@2 579 cat conftest.err >&5
michael@2 580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 581 - (exit $ac_status); } &&
michael@2 582 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 583 - { (case "(($ac_try" in
michael@2 584 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 585 - *) ac_try_echo=$ac_try;;
michael@2 586 -esac
michael@2 587 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 588 - (eval "$ac_try") 2>&5
michael@2 589 - ac_status=$?
michael@2 590 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 591 - (exit $ac_status); }; } &&
michael@2 592 - { ac_try='test -s conftest.$ac_objext'
michael@2 593 - { (case "(($ac_try" in
michael@2 594 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 595 - *) ac_try_echo=$ac_try;;
michael@2 596 -esac
michael@2 597 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 598 - (eval "$ac_try") 2>&5
michael@2 599 - ac_status=$?
michael@2 600 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 601 - (exit $ac_status); }; }; then
michael@2 602 + (exit $ac_status); } && {
michael@2 603 + test -z "$ac_cxx_werror_flag" ||
michael@2 604 + test ! -s conftest.err
michael@2 605 + } && test -s conftest.$ac_objext; then
michael@2 606 ac_compiler_gnu=yes
michael@2 607 else
michael@2 608 echo "$as_me: failed program was:" >&5
michael@2 609 @@ -4012,27 +3931,10 @@
michael@2 610 rm -f conftest.er1
michael@2 611 cat conftest.err >&5
michael@2 612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 613 - (exit $ac_status); } &&
michael@2 614 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 615 - { (case "(($ac_try" in
michael@2 616 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 617 - *) ac_try_echo=$ac_try;;
michael@2 618 -esac
michael@2 619 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 620 - (eval "$ac_try") 2>&5
michael@2 621 - ac_status=$?
michael@2 622 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 623 - (exit $ac_status); }; } &&
michael@2 624 - { ac_try='test -s conftest.$ac_objext'
michael@2 625 - { (case "(($ac_try" in
michael@2 626 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 627 - *) ac_try_echo=$ac_try;;
michael@2 628 -esac
michael@2 629 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 630 - (eval "$ac_try") 2>&5
michael@2 631 - ac_status=$?
michael@2 632 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 633 - (exit $ac_status); }; }; then
michael@2 634 + (exit $ac_status); } && {
michael@2 635 + test -z "$ac_cxx_werror_flag" ||
michael@2 636 + test ! -s conftest.err
michael@2 637 + } && test -s conftest.$ac_objext; then
michael@2 638 ac_cv_prog_cxx_g=yes
michael@2 639 else
michael@2 640 echo "$as_me: failed program was:" >&5
michael@2 641 @@ -4067,27 +3969,10 @@
michael@2 642 rm -f conftest.er1
michael@2 643 cat conftest.err >&5
michael@2 644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 645 - (exit $ac_status); } &&
michael@2 646 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 647 - { (case "(($ac_try" in
michael@2 648 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 649 - *) ac_try_echo=$ac_try;;
michael@2 650 -esac
michael@2 651 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 652 - (eval "$ac_try") 2>&5
michael@2 653 - ac_status=$?
michael@2 654 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 655 - (exit $ac_status); }; } &&
michael@2 656 - { ac_try='test -s conftest.$ac_objext'
michael@2 657 - { (case "(($ac_try" in
michael@2 658 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 659 - *) ac_try_echo=$ac_try;;
michael@2 660 -esac
michael@2 661 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 662 - (eval "$ac_try") 2>&5
michael@2 663 - ac_status=$?
michael@2 664 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 665 - (exit $ac_status); }; }; then
michael@2 666 + (exit $ac_status); } && {
michael@2 667 + test -z "$ac_cxx_werror_flag" ||
michael@2 668 + test ! -s conftest.err
michael@2 669 + } && test -s conftest.$ac_objext; then
michael@2 670 :
michael@2 671 else
michael@2 672 echo "$as_me: failed program was:" >&5
michael@2 673 @@ -4123,27 +4008,10 @@
michael@2 674 rm -f conftest.er1
michael@2 675 cat conftest.err >&5
michael@2 676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 677 - (exit $ac_status); } &&
michael@2 678 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 679 - { (case "(($ac_try" in
michael@2 680 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 681 - *) ac_try_echo=$ac_try;;
michael@2 682 -esac
michael@2 683 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 684 - (eval "$ac_try") 2>&5
michael@2 685 - ac_status=$?
michael@2 686 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 687 - (exit $ac_status); }; } &&
michael@2 688 - { ac_try='test -s conftest.$ac_objext'
michael@2 689 - { (case "(($ac_try" in
michael@2 690 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 691 - *) ac_try_echo=$ac_try;;
michael@2 692 -esac
michael@2 693 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 694 - (eval "$ac_try") 2>&5
michael@2 695 - ac_status=$?
michael@2 696 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 697 - (exit $ac_status); }; }; then
michael@2 698 + (exit $ac_status); } && {
michael@2 699 + test -z "$ac_cxx_werror_flag" ||
michael@2 700 + test ! -s conftest.err
michael@2 701 + } && test -s conftest.$ac_objext; then
michael@2 702 ac_cv_prog_cxx_g=yes
michael@2 703 else
michael@2 704 echo "$as_me: failed program was:" >&5
michael@2 705 @@ -4345,17 +4213,10 @@
michael@2 706 rm -f conftest.er1
michael@2 707 cat conftest.err >&5
michael@2 708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 709 - (exit $ac_status); } >/dev/null; then
michael@2 710 - if test -s conftest.err; then
michael@2 711 - ac_cpp_err=$ac_c_preproc_warn_flag
michael@2 712 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
michael@2 713 - else
michael@2 714 - ac_cpp_err=
michael@2 715 - fi
michael@2 716 -else
michael@2 717 - ac_cpp_err=yes
michael@2 718 -fi
michael@2 719 -if test -z "$ac_cpp_err"; then
michael@2 720 + (exit $ac_status); } >/dev/null && {
michael@2 721 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
michael@2 722 + test ! -s conftest.err
michael@2 723 + }; then
michael@2 724 :
michael@2 725 else
michael@2 726 echo "$as_me: failed program was:" >&5
michael@2 727 @@ -4389,17 +4250,10 @@
michael@2 728 rm -f conftest.er1
michael@2 729 cat conftest.err >&5
michael@2 730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 731 - (exit $ac_status); } >/dev/null; then
michael@2 732 - if test -s conftest.err; then
michael@2 733 - ac_cpp_err=$ac_c_preproc_warn_flag
michael@2 734 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
michael@2 735 - else
michael@2 736 - ac_cpp_err=
michael@2 737 - fi
michael@2 738 -else
michael@2 739 - ac_cpp_err=yes
michael@2 740 -fi
michael@2 741 -if test -z "$ac_cpp_err"; then
michael@2 742 + (exit $ac_status); } >/dev/null && {
michael@2 743 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
michael@2 744 + test ! -s conftest.err
michael@2 745 + }; then
michael@2 746 # Broken: success on invalid input.
michael@2 747 continue
michael@2 748 else
michael@2 749 @@ -4464,17 +4318,10 @@
michael@2 750 rm -f conftest.er1
michael@2 751 cat conftest.err >&5
michael@2 752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 753 - (exit $ac_status); } >/dev/null; then
michael@2 754 - if test -s conftest.err; then
michael@2 755 - ac_cpp_err=$ac_c_preproc_warn_flag
michael@2 756 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
michael@2 757 - else
michael@2 758 - ac_cpp_err=
michael@2 759 - fi
michael@2 760 -else
michael@2 761 - ac_cpp_err=yes
michael@2 762 -fi
michael@2 763 -if test -z "$ac_cpp_err"; then
michael@2 764 + (exit $ac_status); } >/dev/null && {
michael@2 765 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
michael@2 766 + test ! -s conftest.err
michael@2 767 + }; then
michael@2 768 :
michael@2 769 else
michael@2 770 echo "$as_me: failed program was:" >&5
michael@2 771 @@ -4508,17 +4355,10 @@
michael@2 772 rm -f conftest.er1
michael@2 773 cat conftest.err >&5
michael@2 774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 775 - (exit $ac_status); } >/dev/null; then
michael@2 776 - if test -s conftest.err; then
michael@2 777 - ac_cpp_err=$ac_c_preproc_warn_flag
michael@2 778 - ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
michael@2 779 - else
michael@2 780 - ac_cpp_err=
michael@2 781 - fi
michael@2 782 -else
michael@2 783 - ac_cpp_err=yes
michael@2 784 -fi
michael@2 785 -if test -z "$ac_cpp_err"; then
michael@2 786 + (exit $ac_status); } >/dev/null && {
michael@2 787 + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
michael@2 788 + test ! -s conftest.err
michael@2 789 + }; then
michael@2 790 # Broken: success on invalid input.
michael@2 791 continue
michael@2 792 else
michael@2 793 @@ -4599,17 +4439,10 @@
michael@2 794 rm -f conftest.er1
michael@2 795 cat conftest.err >&5
michael@2 796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 797 - (exit $ac_status); } >/dev/null; then
michael@2 798 - if test -s conftest.err; then
michael@2 799 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 800 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 801 - else
michael@2 802 - ac_cpp_err=
michael@2 803 - fi
michael@2 804 -else
michael@2 805 - ac_cpp_err=yes
michael@2 806 -fi
michael@2 807 -if test -z "$ac_cpp_err"; then
michael@2 808 + (exit $ac_status); } >/dev/null && {
michael@2 809 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 810 + test ! -s conftest.err
michael@2 811 + }; then
michael@2 812 :
michael@2 813 else
michael@2 814 echo "$as_me: failed program was:" >&5
michael@2 815 @@ -4643,17 +4476,10 @@
michael@2 816 rm -f conftest.er1
michael@2 817 cat conftest.err >&5
michael@2 818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 819 - (exit $ac_status); } >/dev/null; then
michael@2 820 - if test -s conftest.err; then
michael@2 821 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 822 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 823 - else
michael@2 824 - ac_cpp_err=
michael@2 825 - fi
michael@2 826 -else
michael@2 827 - ac_cpp_err=yes
michael@2 828 -fi
michael@2 829 -if test -z "$ac_cpp_err"; then
michael@2 830 + (exit $ac_status); } >/dev/null && {
michael@2 831 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 832 + test ! -s conftest.err
michael@2 833 + }; then
michael@2 834 # Broken: success on invalid input.
michael@2 835 continue
michael@2 836 else
michael@2 837 @@ -4718,17 +4544,10 @@
michael@2 838 rm -f conftest.er1
michael@2 839 cat conftest.err >&5
michael@2 840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 841 - (exit $ac_status); } >/dev/null; then
michael@2 842 - if test -s conftest.err; then
michael@2 843 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 844 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 845 - else
michael@2 846 - ac_cpp_err=
michael@2 847 - fi
michael@2 848 -else
michael@2 849 - ac_cpp_err=yes
michael@2 850 -fi
michael@2 851 -if test -z "$ac_cpp_err"; then
michael@2 852 + (exit $ac_status); } >/dev/null && {
michael@2 853 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 854 + test ! -s conftest.err
michael@2 855 + }; then
michael@2 856 :
michael@2 857 else
michael@2 858 echo "$as_me: failed program was:" >&5
michael@2 859 @@ -4762,17 +4581,10 @@
michael@2 860 rm -f conftest.er1
michael@2 861 cat conftest.err >&5
michael@2 862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 863 - (exit $ac_status); } >/dev/null; then
michael@2 864 - if test -s conftest.err; then
michael@2 865 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 866 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 867 - else
michael@2 868 - ac_cpp_err=
michael@2 869 - fi
michael@2 870 -else
michael@2 871 - ac_cpp_err=yes
michael@2 872 -fi
michael@2 873 -if test -z "$ac_cpp_err"; then
michael@2 874 + (exit $ac_status); } >/dev/null && {
michael@2 875 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 876 + test ! -s conftest.err
michael@2 877 + }; then
michael@2 878 # Broken: success on invalid input.
michael@2 879 continue
michael@2 880 else
michael@2 881 @@ -4822,7 +4634,7 @@
michael@2 882 IFS=$as_save_IFS
michael@2 883 test -z "$as_dir" && as_dir=.
michael@2 884 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 885 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 886 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 887 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
michael@2 888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 889 break 2
michael@2 890 @@ -4862,7 +4674,7 @@
michael@2 891 IFS=$as_save_IFS
michael@2 892 test -z "$as_dir" && as_dir=.
michael@2 893 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 894 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 895 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 896 ac_cv_prog_ac_ct_RANLIB="ranlib"
michael@2 897 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 898 break 2
michael@2 899 @@ -4920,7 +4732,7 @@
michael@2 900 IFS=$as_save_IFS
michael@2 901 test -z "$as_dir" && as_dir=.
michael@2 902 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 903 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 904 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 905 ac_cv_prog_LEX="$ac_prog"
michael@2 906 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 907 break 2
michael@2 908 @@ -4945,116 +4757,69 @@
michael@2 909 done
michael@2 910 test -n "$LEX" || LEX=":"
michael@2 911
michael@2 912 -if test -z "$LEXLIB"
michael@2 913 -then
michael@2 914 - { echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
michael@2 915 -echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6; }
michael@2 916 -if test "${ac_cv_lib_fl_yywrap+set}" = set; then
michael@2 917 - echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 918 -else
michael@2 919 - ac_check_lib_save_LIBS=$LIBS
michael@2 920 -LIBS="-lfl $LIBS"
michael@2 921 -cat >conftest.$ac_ext <<_ACEOF
michael@2 922 -/* confdefs.h. */
michael@2 923 -_ACEOF
michael@2 924 -cat confdefs.h >>conftest.$ac_ext
michael@2 925 -cat >>conftest.$ac_ext <<_ACEOF
michael@2 926 -/* end confdefs.h. */
michael@2 927 -
michael@2 928 -/* Override any GCC internal prototype to avoid an error.
michael@2 929 - Use char because int might match the return type of a GCC
michael@2 930 - builtin and then its argument prototype would still apply. */
michael@2 931 -#ifdef __cplusplus
michael@2 932 -extern "C"
michael@2 933 +if test "x$LEX" != "x:"; then
michael@2 934 + cat >conftest.l <<_ACEOF
michael@2 935 +%%
michael@2 936 +a { ECHO; }
michael@2 937 +b { REJECT; }
michael@2 938 +c { yymore (); }
michael@2 939 +d { yyless (1); }
michael@2 940 +e { yyless (input () != 0); }
michael@2 941 +f { unput (yytext[0]); }
michael@2 942 +. { BEGIN INITIAL; }
michael@2 943 +%%
michael@2 944 +#ifdef YYTEXT_POINTER
michael@2 945 +extern char *yytext;
michael@2 946 #endif
michael@2 947 -char yywrap ();
michael@2 948 int
michael@2 949 -main ()
michael@2 950 +main (void)
michael@2 951 {
michael@2 952 -return yywrap ();
michael@2 953 - ;
michael@2 954 - return 0;
michael@2 955 + return ! yylex () + ! yywrap ();
michael@2 956 }
michael@2 957 _ACEOF
michael@2 958 -rm -f conftest.$ac_objext conftest$ac_exeext
michael@2 959 -if { (ac_try="$ac_link"
michael@2 960 +{ (ac_try="$LEX conftest.l"
michael@2 961 case "(($ac_try" in
michael@2 962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 963 *) ac_try_echo=$ac_try;;
michael@2 964 esac
michael@2 965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 966 - (eval "$ac_link") 2>conftest.er1
michael@2 967 - ac_status=$?
michael@2 968 - grep -v '^ *+' conftest.er1 >conftest.err
michael@2 969 - rm -f conftest.er1
michael@2 970 - cat conftest.err >&5
michael@2 971 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 972 - (exit $ac_status); } &&
michael@2 973 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 974 - { (case "(($ac_try" in
michael@2 975 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 976 - *) ac_try_echo=$ac_try;;
michael@2 977 -esac
michael@2 978 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 979 - (eval "$ac_try") 2>&5
michael@2 980 - ac_status=$?
michael@2 981 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 982 - (exit $ac_status); }; } &&
michael@2 983 - { ac_try='test -s conftest$ac_exeext'
michael@2 984 - { (case "(($ac_try" in
michael@2 985 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 986 - *) ac_try_echo=$ac_try;;
michael@2 987 -esac
michael@2 988 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 989 - (eval "$ac_try") 2>&5
michael@2 990 + (eval "$LEX conftest.l") 2>&5
michael@2 991 ac_status=$?
michael@2 992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 993 - (exit $ac_status); }; }; then
michael@2 994 - ac_cv_lib_fl_yywrap=yes
michael@2 995 + (exit $ac_status); }
michael@2 996 +{ echo "$as_me:$LINENO: checking lex output file root" >&5
michael@2 997 +echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; }
michael@2 998 +if test "${ac_cv_prog_lex_root+set}" = set; then
michael@2 999 + echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 1000 else
michael@2 1001 - echo "$as_me: failed program was:" >&5
michael@2 1002 -sed 's/^/| /' conftest.$ac_ext >&5
michael@2 1003
michael@2 1004 - ac_cv_lib_fl_yywrap=no
michael@2 1005 +if test -f lex.yy.c; then
michael@2 1006 + ac_cv_prog_lex_root=lex.yy
michael@2 1007 +elif test -f lexyy.c; then
michael@2 1008 + ac_cv_prog_lex_root=lexyy
michael@2 1009 +else
michael@2 1010 + { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
michael@2 1011 +echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
michael@2 1012 + { (exit 1); exit 1; }; }
michael@2 1013 fi
michael@2 1014 -
michael@2 1015 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1016 - conftest$ac_exeext conftest.$ac_ext
michael@2 1017 -LIBS=$ac_check_lib_save_LIBS
michael@2 1018 fi
michael@2 1019 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
michael@2 1020 -echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6; }
michael@2 1021 -if test $ac_cv_lib_fl_yywrap = yes; then
michael@2 1022 - LEXLIB="-lfl"
michael@2 1023 -else
michael@2 1024 - { echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
michael@2 1025 -echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6; }
michael@2 1026 -if test "${ac_cv_lib_l_yywrap+set}" = set; then
michael@2 1027 +{ echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
michael@2 1028 +echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; }
michael@2 1029 +LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
michael@2 1030 +
michael@2 1031 +if test -z "${LEXLIB+set}"; then
michael@2 1032 + { echo "$as_me:$LINENO: checking lex library" >&5
michael@2 1033 +echo $ECHO_N "checking lex library... $ECHO_C" >&6; }
michael@2 1034 +if test "${ac_cv_lib_lex+set}" = set; then
michael@2 1035 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 1036 else
michael@2 1037 - ac_check_lib_save_LIBS=$LIBS
michael@2 1038 -LIBS="-ll $LIBS"
michael@2 1039 -cat >conftest.$ac_ext <<_ACEOF
michael@2 1040 -/* confdefs.h. */
michael@2 1041 -_ACEOF
michael@2 1042 -cat confdefs.h >>conftest.$ac_ext
michael@2 1043 -cat >>conftest.$ac_ext <<_ACEOF
michael@2 1044 -/* end confdefs.h. */
michael@2 1045
michael@2 1046 -/* Override any GCC internal prototype to avoid an error.
michael@2 1047 - Use char because int might match the return type of a GCC
michael@2 1048 - builtin and then its argument prototype would still apply. */
michael@2 1049 -#ifdef __cplusplus
michael@2 1050 -extern "C"
michael@2 1051 -#endif
michael@2 1052 -char yywrap ();
michael@2 1053 -int
michael@2 1054 -main ()
michael@2 1055 -{
michael@2 1056 -return yywrap ();
michael@2 1057 - ;
michael@2 1058 - return 0;
michael@2 1059 -}
michael@2 1060 + ac_save_LIBS=$LIBS
michael@2 1061 + ac_cv_lib_lex='none needed'
michael@2 1062 + for ac_lib in '' -lfl -ll; do
michael@2 1063 + LIBS="$ac_lib $ac_save_LIBS"
michael@2 1064 + cat >conftest.$ac_ext <<_ACEOF
michael@2 1065 +`cat $LEX_OUTPUT_ROOT.c`
michael@2 1066 _ACEOF
michael@2 1067 rm -f conftest.$ac_objext conftest$ac_exeext
michael@2 1068 if { (ac_try="$ac_link"
michael@2 1069 @@ -5069,85 +4834,31 @@
michael@2 1070 rm -f conftest.er1
michael@2 1071 cat conftest.err >&5
michael@2 1072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1073 - (exit $ac_status); } &&
michael@2 1074 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 1075 - { (case "(($ac_try" in
michael@2 1076 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1077 - *) ac_try_echo=$ac_try;;
michael@2 1078 -esac
michael@2 1079 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1080 - (eval "$ac_try") 2>&5
michael@2 1081 - ac_status=$?
michael@2 1082 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1083 - (exit $ac_status); }; } &&
michael@2 1084 - { ac_try='test -s conftest$ac_exeext'
michael@2 1085 - { (case "(($ac_try" in
michael@2 1086 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1087 - *) ac_try_echo=$ac_try;;
michael@2 1088 -esac
michael@2 1089 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1090 - (eval "$ac_try") 2>&5
michael@2 1091 - ac_status=$?
michael@2 1092 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1093 - (exit $ac_status); }; }; then
michael@2 1094 - ac_cv_lib_l_yywrap=yes
michael@2 1095 + (exit $ac_status); } && {
michael@2 1096 + test -z "$ac_c_werror_flag" ||
michael@2 1097 + test ! -s conftest.err
michael@2 1098 + } && test -s conftest$ac_exeext &&
michael@2 1099 + $as_test_x conftest$ac_exeext; then
michael@2 1100 + ac_cv_lib_lex=$ac_lib
michael@2 1101 else
michael@2 1102 echo "$as_me: failed program was:" >&5
michael@2 1103 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 1104
michael@2 1105 - ac_cv_lib_l_yywrap=no
michael@2 1106 +
michael@2 1107 fi
michael@2 1108
michael@2 1109 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1110 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 1111 conftest$ac_exeext conftest.$ac_ext
michael@2 1112 -LIBS=$ac_check_lib_save_LIBS
michael@2 1113 -fi
michael@2 1114 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
michael@2 1115 -echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6; }
michael@2 1116 -if test $ac_cv_lib_l_yywrap = yes; then
michael@2 1117 - LEXLIB="-ll"
michael@2 1118 -fi
michael@2 1119 + test "$ac_cv_lib_lex" != 'none needed' && break
michael@2 1120 + done
michael@2 1121 + LIBS=$ac_save_LIBS
michael@2 1122
michael@2 1123 fi
michael@2 1124 -
michael@2 1125 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_lex" >&5
michael@2 1126 +echo "${ECHO_T}$ac_cv_lib_lex" >&6; }
michael@2 1127 + test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
michael@2 1128 fi
michael@2 1129
michael@2 1130 -if test "x$LEX" != "x:"; then
michael@2 1131 - { echo "$as_me:$LINENO: checking lex output file root" >&5
michael@2 1132 -echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; }
michael@2 1133 -if test "${ac_cv_prog_lex_root+set}" = set; then
michael@2 1134 - echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 1135 -else
michael@2 1136 - # The minimal lex program is just a single line: %%. But some broken lexes
michael@2 1137 -# (Solaris, I think it was) want two %% lines, so accommodate them.
michael@2 1138 -cat >conftest.l <<_ACEOF
michael@2 1139 -%%
michael@2 1140 -%%
michael@2 1141 -_ACEOF
michael@2 1142 -{ (ac_try="$LEX conftest.l"
michael@2 1143 -case "(($ac_try" in
michael@2 1144 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1145 - *) ac_try_echo=$ac_try;;
michael@2 1146 -esac
michael@2 1147 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1148 - (eval "$LEX conftest.l") 2>&5
michael@2 1149 - ac_status=$?
michael@2 1150 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1151 - (exit $ac_status); }
michael@2 1152 -if test -f lex.yy.c; then
michael@2 1153 - ac_cv_prog_lex_root=lex.yy
michael@2 1154 -elif test -f lexyy.c; then
michael@2 1155 - ac_cv_prog_lex_root=lexyy
michael@2 1156 -else
michael@2 1157 - { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
michael@2 1158 -echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
michael@2 1159 - { (exit 1); exit 1; }; }
michael@2 1160 -fi
michael@2 1161 -fi
michael@2 1162 -{ echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
michael@2 1163 -echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; }
michael@2 1164 -rm -f conftest.l
michael@2 1165 -LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
michael@2 1166
michael@2 1167 { echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
michael@2 1168 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; }
michael@2 1169 @@ -5155,13 +4866,13 @@
michael@2 1170 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 1171 else
michael@2 1172 # POSIX says lex can declare yytext either as a pointer or an array; the
michael@2 1173 -# default is implementation-dependent. Figure out which it is, since
michael@2 1174 +# default is implementation-dependent. Figure out which it is, since
michael@2 1175 # not all implementations provide the %pointer and %array declarations.
michael@2 1176 ac_cv_prog_lex_yytext_pointer=no
michael@2 1177 -echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
michael@2 1178 ac_save_LIBS=$LIBS
michael@2 1179 -LIBS="$LIBS $LEXLIB"
michael@2 1180 +LIBS="$LEXLIB $ac_save_LIBS"
michael@2 1181 cat >conftest.$ac_ext <<_ACEOF
michael@2 1182 +#define YYTEXT_POINTER 1
michael@2 1183 `cat $LEX_OUTPUT_ROOT.c`
michael@2 1184 _ACEOF
michael@2 1185 rm -f conftest.$ac_objext conftest$ac_exeext
michael@2 1186 @@ -5177,27 +4888,11 @@
michael@2 1187 rm -f conftest.er1
michael@2 1188 cat conftest.err >&5
michael@2 1189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1190 - (exit $ac_status); } &&
michael@2 1191 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 1192 - { (case "(($ac_try" in
michael@2 1193 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1194 - *) ac_try_echo=$ac_try;;
michael@2 1195 -esac
michael@2 1196 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1197 - (eval "$ac_try") 2>&5
michael@2 1198 - ac_status=$?
michael@2 1199 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1200 - (exit $ac_status); }; } &&
michael@2 1201 - { ac_try='test -s conftest$ac_exeext'
michael@2 1202 - { (case "(($ac_try" in
michael@2 1203 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1204 - *) ac_try_echo=$ac_try;;
michael@2 1205 -esac
michael@2 1206 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1207 - (eval "$ac_try") 2>&5
michael@2 1208 - ac_status=$?
michael@2 1209 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1210 - (exit $ac_status); }; }; then
michael@2 1211 + (exit $ac_status); } && {
michael@2 1212 + test -z "$ac_c_werror_flag" ||
michael@2 1213 + test ! -s conftest.err
michael@2 1214 + } && test -s conftest$ac_exeext &&
michael@2 1215 + $as_test_x conftest$ac_exeext; then
michael@2 1216 ac_cv_prog_lex_yytext_pointer=yes
michael@2 1217 else
michael@2 1218 echo "$as_me: failed program was:" >&5
michael@2 1219 @@ -5206,10 +4901,9 @@
michael@2 1220
michael@2 1221 fi
michael@2 1222
michael@2 1223 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1224 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 1225 conftest$ac_exeext conftest.$ac_ext
michael@2 1226 LIBS=$ac_save_LIBS
michael@2 1227 -rm -f "${LEX_OUTPUT_ROOT}.c"
michael@2 1228
michael@2 1229 fi
michael@2 1230 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
michael@2 1231 @@ -5221,6 +4915,7 @@
michael@2 1232 _ACEOF
michael@2 1233
michael@2 1234 fi
michael@2 1235 +rm -f conftest.l $LEX_OUTPUT_ROOT.c
michael@2 1236
michael@2 1237 fi
michael@2 1238 for ac_prog in 'bison -y' byacc
michael@2 1239 @@ -5241,7 +4936,7 @@
michael@2 1240 IFS=$as_save_IFS
michael@2 1241 test -z "$as_dir" && as_dir=.
michael@2 1242 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 1243 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1244 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1245 ac_cv_prog_YACC="$ac_prog"
michael@2 1246 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 1247 break 2
michael@2 1248 @@ -5288,7 +4983,7 @@
michael@2 1249 for ac_prog in grep ggrep; do
michael@2 1250 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 1251 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
michael@2 1252 - { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
michael@2 1253 + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
michael@2 1254 # Check for GNU ac_path_GREP and select it if it is found.
michael@2 1255 # Check for GNU $ac_path_GREP
michael@2 1256 case `"$ac_path_GREP" --version 2>&1` in
michael@2 1257 @@ -5370,7 +5065,7 @@
michael@2 1258 for ac_prog in egrep; do
michael@2 1259 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 1260 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
michael@2 1261 - { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
michael@2 1262 + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
michael@2 1263 # Check for GNU ac_path_EGREP and select it if it is found.
michael@2 1264 # Check for GNU $ac_path_EGREP
michael@2 1265 case `"$ac_path_EGREP" --version 2>&1` in
michael@2 1266 @@ -5466,27 +5161,10 @@
michael@2 1267 rm -f conftest.er1
michael@2 1268 cat conftest.err >&5
michael@2 1269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1270 - (exit $ac_status); } &&
michael@2 1271 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 1272 - { (case "(($ac_try" in
michael@2 1273 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1274 - *) ac_try_echo=$ac_try;;
michael@2 1275 -esac
michael@2 1276 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1277 - (eval "$ac_try") 2>&5
michael@2 1278 - ac_status=$?
michael@2 1279 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1280 - (exit $ac_status); }; } &&
michael@2 1281 - { ac_try='test -s conftest.$ac_objext'
michael@2 1282 - { (case "(($ac_try" in
michael@2 1283 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1284 - *) ac_try_echo=$ac_try;;
michael@2 1285 -esac
michael@2 1286 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1287 - (eval "$ac_try") 2>&5
michael@2 1288 - ac_status=$?
michael@2 1289 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1290 - (exit $ac_status); }; }; then
michael@2 1291 + (exit $ac_status); } && {
michael@2 1292 + test -z "$ac_c_werror_flag" ||
michael@2 1293 + test ! -s conftest.err
michael@2 1294 + } && test -s conftest.$ac_objext; then
michael@2 1295 ac_cv_header_stdc=yes
michael@2 1296 else
michael@2 1297 echo "$as_me: failed program was:" >&5
michael@2 1298 @@ -5662,27 +5340,10 @@
michael@2 1299 rm -f conftest.er1
michael@2 1300 cat conftest.err >&5
michael@2 1301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1302 - (exit $ac_status); } &&
michael@2 1303 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 1304 - { (case "(($ac_try" in
michael@2 1305 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1306 - *) ac_try_echo=$ac_try;;
michael@2 1307 -esac
michael@2 1308 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1309 - (eval "$ac_try") 2>&5
michael@2 1310 - ac_status=$?
michael@2 1311 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1312 - (exit $ac_status); }; } &&
michael@2 1313 - { ac_try='test -s conftest.$ac_objext'
michael@2 1314 - { (case "(($ac_try" in
michael@2 1315 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1316 - *) ac_try_echo=$ac_try;;
michael@2 1317 -esac
michael@2 1318 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1319 - (eval "$ac_try") 2>&5
michael@2 1320 - ac_status=$?
michael@2 1321 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1322 - (exit $ac_status); }; }; then
michael@2 1323 + (exit $ac_status); } && {
michael@2 1324 + test -z "$ac_c_werror_flag" ||
michael@2 1325 + test ! -s conftest.err
michael@2 1326 + } && test -s conftest.$ac_objext; then
michael@2 1327 eval "$as_ac_Header=yes"
michael@2 1328 else
michael@2 1329 echo "$as_me: failed program was:" >&5
michael@2 1330 @@ -5724,7 +5385,8 @@
michael@2 1331 int
michael@2 1332 main ()
michael@2 1333 {
michael@2 1334 -#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
michael@2 1335 +#if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
michael@2 1336 + && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
michael@2 1337 bogus endian macros
michael@2 1338 #endif
michael@2 1339
michael@2 1340 @@ -5745,27 +5407,10 @@
michael@2 1341 rm -f conftest.er1
michael@2 1342 cat conftest.err >&5
michael@2 1343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1344 - (exit $ac_status); } &&
michael@2 1345 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 1346 - { (case "(($ac_try" in
michael@2 1347 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1348 - *) ac_try_echo=$ac_try;;
michael@2 1349 -esac
michael@2 1350 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1351 - (eval "$ac_try") 2>&5
michael@2 1352 - ac_status=$?
michael@2 1353 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1354 - (exit $ac_status); }; } &&
michael@2 1355 - { ac_try='test -s conftest.$ac_objext'
michael@2 1356 - { (case "(($ac_try" in
michael@2 1357 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1358 - *) ac_try_echo=$ac_try;;
michael@2 1359 -esac
michael@2 1360 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1361 - (eval "$ac_try") 2>&5
michael@2 1362 - ac_status=$?
michael@2 1363 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1364 - (exit $ac_status); }; }; then
michael@2 1365 + (exit $ac_status); } && {
michael@2 1366 + test -z "$ac_c_werror_flag" ||
michael@2 1367 + test ! -s conftest.err
michael@2 1368 + } && test -s conftest.$ac_objext; then
michael@2 1369 # It does; now see whether it defined to BIG_ENDIAN or not.
michael@2 1370 cat >conftest.$ac_ext <<_ACEOF
michael@2 1371 /* confdefs.h. */
michael@2 1372 @@ -5800,27 +5445,10 @@
michael@2 1373 rm -f conftest.er1
michael@2 1374 cat conftest.err >&5
michael@2 1375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1376 - (exit $ac_status); } &&
michael@2 1377 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 1378 - { (case "(($ac_try" in
michael@2 1379 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1380 - *) ac_try_echo=$ac_try;;
michael@2 1381 -esac
michael@2 1382 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1383 - (eval "$ac_try") 2>&5
michael@2 1384 - ac_status=$?
michael@2 1385 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1386 - (exit $ac_status); }; } &&
michael@2 1387 - { ac_try='test -s conftest.$ac_objext'
michael@2 1388 - { (case "(($ac_try" in
michael@2 1389 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1390 - *) ac_try_echo=$ac_try;;
michael@2 1391 -esac
michael@2 1392 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1393 - (eval "$ac_try") 2>&5
michael@2 1394 - ac_status=$?
michael@2 1395 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1396 - (exit $ac_status); }; }; then
michael@2 1397 + (exit $ac_status); } && {
michael@2 1398 + test -z "$ac_c_werror_flag" ||
michael@2 1399 + test ! -s conftest.err
michael@2 1400 + } && test -s conftest.$ac_objext; then
michael@2 1401 ac_cv_c_bigendian=yes
michael@2 1402 else
michael@2 1403 echo "$as_me: failed program was:" >&5
michael@2 1404 @@ -5871,27 +5499,10 @@
michael@2 1405 rm -f conftest.er1
michael@2 1406 cat conftest.err >&5
michael@2 1407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1408 - (exit $ac_status); } &&
michael@2 1409 - { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
michael@2 1410 - { (case "(($ac_try" in
michael@2 1411 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1412 - *) ac_try_echo=$ac_try;;
michael@2 1413 -esac
michael@2 1414 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1415 - (eval "$ac_try") 2>&5
michael@2 1416 - ac_status=$?
michael@2 1417 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1418 - (exit $ac_status); }; } &&
michael@2 1419 - { ac_try='test -s conftest.$ac_objext'
michael@2 1420 - { (case "(($ac_try" in
michael@2 1421 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1422 - *) ac_try_echo=$ac_try;;
michael@2 1423 -esac
michael@2 1424 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1425 - (eval "$ac_try") 2>&5
michael@2 1426 - ac_status=$?
michael@2 1427 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1428 - (exit $ac_status); }; }; then
michael@2 1429 + (exit $ac_status); } && {
michael@2 1430 + test -z "$ac_c_werror_flag" ||
michael@2 1431 + test ! -s conftest.err
michael@2 1432 + } && test -s conftest.$ac_objext; then
michael@2 1433 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
michael@2 1434 ac_cv_c_bigendian=yes
michael@2 1435 fi
michael@2 1436 @@ -6015,8 +5626,7 @@
michael@2 1437 main ()
michael@2 1438 {
michael@2 1439 #ifndef strerror_r
michael@2 1440 - char *p = (char *) strerror_r;
michael@2 1441 - return !p;
michael@2 1442 + (void) strerror_r;
michael@2 1443 #endif
michael@2 1444
michael@2 1445 ;
michael@2 1446 @@ -6036,27 +5646,10 @@
michael@2 1447 rm -f conftest.er1
michael@2 1448 cat conftest.err >&5
michael@2 1449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1450 - (exit $ac_status); } &&
michael@2 1451 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1452 - { (case "(($ac_try" in
michael@2 1453 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1454 - *) ac_try_echo=$ac_try;;
michael@2 1455 -esac
michael@2 1456 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1457 - (eval "$ac_try") 2>&5
michael@2 1458 - ac_status=$?
michael@2 1459 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1460 - (exit $ac_status); }; } &&
michael@2 1461 - { ac_try='test -s conftest.$ac_objext'
michael@2 1462 - { (case "(($ac_try" in
michael@2 1463 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1464 - *) ac_try_echo=$ac_try;;
michael@2 1465 -esac
michael@2 1466 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1467 - (eval "$ac_try") 2>&5
michael@2 1468 - ac_status=$?
michael@2 1469 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1470 - (exit $ac_status); }; }; then
michael@2 1471 + (exit $ac_status); } && {
michael@2 1472 + test -z "$ac_cxx_werror_flag" ||
michael@2 1473 + test ! -s conftest.err
michael@2 1474 + } && test -s conftest.$ac_objext; then
michael@2 1475 ac_cv_have_decl_strerror_r=yes
michael@2 1476 else
michael@2 1477 echo "$as_me: failed program was:" >&5
michael@2 1478 @@ -6152,27 +5745,11 @@
michael@2 1479 rm -f conftest.er1
michael@2 1480 cat conftest.err >&5
michael@2 1481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1482 - (exit $ac_status); } &&
michael@2 1483 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1484 - { (case "(($ac_try" in
michael@2 1485 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1486 - *) ac_try_echo=$ac_try;;
michael@2 1487 -esac
michael@2 1488 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1489 - (eval "$ac_try") 2>&5
michael@2 1490 - ac_status=$?
michael@2 1491 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1492 - (exit $ac_status); }; } &&
michael@2 1493 - { ac_try='test -s conftest$ac_exeext'
michael@2 1494 - { (case "(($ac_try" in
michael@2 1495 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1496 - *) ac_try_echo=$ac_try;;
michael@2 1497 -esac
michael@2 1498 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1499 - (eval "$ac_try") 2>&5
michael@2 1500 - ac_status=$?
michael@2 1501 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1502 - (exit $ac_status); }; }; then
michael@2 1503 + (exit $ac_status); } && {
michael@2 1504 + test -z "$ac_cxx_werror_flag" ||
michael@2 1505 + test ! -s conftest.err
michael@2 1506 + } && test -s conftest$ac_exeext &&
michael@2 1507 + $as_test_x conftest$ac_exeext; then
michael@2 1508 eval "$as_ac_var=yes"
michael@2 1509 else
michael@2 1510 echo "$as_me: failed program was:" >&5
michael@2 1511 @@ -6181,7 +5758,7 @@
michael@2 1512 eval "$as_ac_var=no"
michael@2 1513 fi
michael@2 1514
michael@2 1515 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1516 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 1517 conftest$ac_exeext conftest.$ac_ext
michael@2 1518 fi
michael@2 1519 ac_res=`eval echo '${'$as_ac_var'}'`
michael@2 1520 @@ -6236,27 +5813,10 @@
michael@2 1521 rm -f conftest.er1
michael@2 1522 cat conftest.err >&5
michael@2 1523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1524 - (exit $ac_status); } &&
michael@2 1525 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1526 - { (case "(($ac_try" in
michael@2 1527 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1528 - *) ac_try_echo=$ac_try;;
michael@2 1529 -esac
michael@2 1530 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1531 - (eval "$ac_try") 2>&5
michael@2 1532 - ac_status=$?
michael@2 1533 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1534 - (exit $ac_status); }; } &&
michael@2 1535 - { ac_try='test -s conftest.$ac_objext'
michael@2 1536 - { (case "(($ac_try" in
michael@2 1537 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1538 - *) ac_try_echo=$ac_try;;
michael@2 1539 -esac
michael@2 1540 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1541 - (eval "$ac_try") 2>&5
michael@2 1542 - ac_status=$?
michael@2 1543 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1544 - (exit $ac_status); }; }; then
michael@2 1545 + (exit $ac_status); } && {
michael@2 1546 + test -z "$ac_cxx_werror_flag" ||
michael@2 1547 + test ! -s conftest.err
michael@2 1548 + } && test -s conftest.$ac_objext; then
michael@2 1549 ac_cv_func_strerror_r_char_p=yes
michael@2 1550 else
michael@2 1551 echo "$as_me: failed program was:" >&5
michael@2 1552 @@ -6379,27 +5939,10 @@
michael@2 1553 rm -f conftest.er1
michael@2 1554 cat conftest.err >&5
michael@2 1555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1556 - (exit $ac_status); } &&
michael@2 1557 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1558 - { (case "(($ac_try" in
michael@2 1559 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1560 - *) ac_try_echo=$ac_try;;
michael@2 1561 -esac
michael@2 1562 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1563 - (eval "$ac_try") 2>&5
michael@2 1564 - ac_status=$?
michael@2 1565 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1566 - (exit $ac_status); }; } &&
michael@2 1567 - { ac_try='test -s conftest.$ac_objext'
michael@2 1568 - { (case "(($ac_try" in
michael@2 1569 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1570 - *) ac_try_echo=$ac_try;;
michael@2 1571 -esac
michael@2 1572 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1573 - (eval "$ac_try") 2>&5
michael@2 1574 - ac_status=$?
michael@2 1575 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1576 - (exit $ac_status); }; }; then
michael@2 1577 + (exit $ac_status); } && {
michael@2 1578 + test -z "$ac_cxx_werror_flag" ||
michael@2 1579 + test ! -s conftest.err
michael@2 1580 + } && test -s conftest.$ac_objext; then
michael@2 1581 ac_header_compiler=yes
michael@2 1582 else
michael@2 1583 echo "$as_me: failed program was:" >&5
michael@2 1584 @@ -6435,17 +5978,10 @@
michael@2 1585 rm -f conftest.er1
michael@2 1586 cat conftest.err >&5
michael@2 1587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1588 - (exit $ac_status); } >/dev/null; then
michael@2 1589 - if test -s conftest.err; then
michael@2 1590 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 1591 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 1592 - else
michael@2 1593 - ac_cpp_err=
michael@2 1594 - fi
michael@2 1595 -else
michael@2 1596 - ac_cpp_err=yes
michael@2 1597 -fi
michael@2 1598 -if test -z "$ac_cpp_err"; then
michael@2 1599 + (exit $ac_status); } >/dev/null && {
michael@2 1600 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 1601 + test ! -s conftest.err
michael@2 1602 + }; then
michael@2 1603 ac_header_preproc=yes
michael@2 1604 else
michael@2 1605 echo "$as_me: failed program was:" >&5
michael@2 1606 @@ -6539,27 +6075,10 @@
michael@2 1607 rm -f conftest.er1
michael@2 1608 cat conftest.err >&5
michael@2 1609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1610 - (exit $ac_status); } &&
michael@2 1611 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1612 - { (case "(($ac_try" in
michael@2 1613 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1614 - *) ac_try_echo=$ac_try;;
michael@2 1615 -esac
michael@2 1616 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1617 - (eval "$ac_try") 2>&5
michael@2 1618 - ac_status=$?
michael@2 1619 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1620 - (exit $ac_status); }; } &&
michael@2 1621 - { ac_try='test -s conftest.$ac_objext'
michael@2 1622 - { (case "(($ac_try" in
michael@2 1623 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1624 - *) ac_try_echo=$ac_try;;
michael@2 1625 -esac
michael@2 1626 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1627 - (eval "$ac_try") 2>&5
michael@2 1628 - ac_status=$?
michael@2 1629 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1630 - (exit $ac_status); }; }; then
michael@2 1631 + (exit $ac_status); } && {
michael@2 1632 + test -z "$ac_cxx_werror_flag" ||
michael@2 1633 + test ! -s conftest.err
michael@2 1634 + } && test -s conftest.$ac_objext; then
michael@2 1635 eval "$as_ac_Header=yes"
michael@2 1636 else
michael@2 1637 echo "$as_me: failed program was:" >&5
michael@2 1638 @@ -6609,7 +6128,7 @@
michael@2 1639 IFS=$as_save_IFS
michael@2 1640 test -z "$as_dir" && as_dir=.
michael@2 1641 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 1642 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1643 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1644 ac_cv_path_CCGNU2_CONFIG="$as_dir/$ac_word$ac_exec_ext"
michael@2 1645 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 1646 break 2
michael@2 1647 @@ -6739,7 +6258,7 @@
michael@2 1648 IFS=$as_save_IFS
michael@2 1649 test -z "$as_dir" && as_dir=.
michael@2 1650 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 1651 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1652 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1653 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
michael@2 1654 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 1655 break 2
michael@2 1656 @@ -6839,7 +6358,7 @@
michael@2 1657 IFS=$as_save_IFS
michael@2 1658 test -z "$as_dir" && as_dir=.
michael@2 1659 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 1660 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1661 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1662 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
michael@2 1663 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 1664 break 2
michael@2 1665 @@ -6943,7 +6462,7 @@
michael@2 1666 IFS=$as_save_IFS
michael@2 1667 test -z "$as_dir" && as_dir=.
michael@2 1668 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 1669 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1670 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 1671 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
michael@2 1672 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 1673 break 2
michael@2 1674 @@ -7117,27 +6636,10 @@
michael@2 1675 rm -f conftest.er1
michael@2 1676 cat conftest.err >&5
michael@2 1677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1678 - (exit $ac_status); } &&
michael@2 1679 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1680 - { (case "(($ac_try" in
michael@2 1681 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1682 - *) ac_try_echo=$ac_try;;
michael@2 1683 -esac
michael@2 1684 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1685 - (eval "$ac_try") 2>&5
michael@2 1686 - ac_status=$?
michael@2 1687 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1688 - (exit $ac_status); }; } &&
michael@2 1689 - { ac_try='test -s conftest.$ac_objext'
michael@2 1690 - { (case "(($ac_try" in
michael@2 1691 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1692 - *) ac_try_echo=$ac_try;;
michael@2 1693 -esac
michael@2 1694 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1695 - (eval "$ac_try") 2>&5
michael@2 1696 - ac_status=$?
michael@2 1697 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1698 - (exit $ac_status); }; }; then
michael@2 1699 + (exit $ac_status); } && {
michael@2 1700 + test -z "$ac_cxx_werror_flag" ||
michael@2 1701 + test ! -s conftest.err
michael@2 1702 + } && test -s conftest.$ac_objext; then
michael@2 1703 kde_cv_func_strlcat=yes
michael@2 1704 else
michael@2 1705 echo "$as_me: failed program was:" >&5
michael@2 1706 @@ -7234,27 +6736,11 @@
michael@2 1707 rm -f conftest.er1
michael@2 1708 cat conftest.err >&5
michael@2 1709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1710 - (exit $ac_status); } &&
michael@2 1711 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1712 - { (case "(($ac_try" in
michael@2 1713 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1714 - *) ac_try_echo=$ac_try;;
michael@2 1715 -esac
michael@2 1716 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1717 - (eval "$ac_try") 2>&5
michael@2 1718 - ac_status=$?
michael@2 1719 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1720 - (exit $ac_status); }; } &&
michael@2 1721 - { ac_try='test -s conftest$ac_exeext'
michael@2 1722 - { (case "(($ac_try" in
michael@2 1723 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1724 - *) ac_try_echo=$ac_try;;
michael@2 1725 -esac
michael@2 1726 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1727 - (eval "$ac_try") 2>&5
michael@2 1728 - ac_status=$?
michael@2 1729 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1730 - (exit $ac_status); }; }; then
michael@2 1731 + (exit $ac_status); } && {
michael@2 1732 + test -z "$ac_cxx_werror_flag" ||
michael@2 1733 + test ! -s conftest.err
michael@2 1734 + } && test -s conftest$ac_exeext &&
michael@2 1735 + $as_test_x conftest$ac_exeext; then
michael@2 1736 kde_cv_func_strlcat=yes
michael@2 1737 kde_cv_proto_strlcat=yes
michael@2 1738 else
michael@2 1739 @@ -7265,7 +6751,7 @@
michael@2 1740
michael@2 1741 fi
michael@2 1742
michael@2 1743 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1744 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 1745 conftest$ac_exeext conftest.$ac_ext
michael@2 1746 LIBS=$kde_safe_libs
michael@2 1747 ac_ext=cpp
michael@2 1748 @@ -7361,27 +6847,10 @@
michael@2 1749 rm -f conftest.er1
michael@2 1750 cat conftest.err >&5
michael@2 1751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1752 - (exit $ac_status); } &&
michael@2 1753 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1754 - { (case "(($ac_try" in
michael@2 1755 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1756 - *) ac_try_echo=$ac_try;;
michael@2 1757 -esac
michael@2 1758 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1759 - (eval "$ac_try") 2>&5
michael@2 1760 - ac_status=$?
michael@2 1761 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1762 - (exit $ac_status); }; } &&
michael@2 1763 - { ac_try='test -s conftest.$ac_objext'
michael@2 1764 - { (case "(($ac_try" in
michael@2 1765 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1766 - *) ac_try_echo=$ac_try;;
michael@2 1767 -esac
michael@2 1768 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1769 - (eval "$ac_try") 2>&5
michael@2 1770 - ac_status=$?
michael@2 1771 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1772 - (exit $ac_status); }; }; then
michael@2 1773 + (exit $ac_status); } && {
michael@2 1774 + test -z "$ac_cxx_werror_flag" ||
michael@2 1775 + test ! -s conftest.err
michael@2 1776 + } && test -s conftest.$ac_objext; then
michael@2 1777 kde_cv_func_strlcpy=yes
michael@2 1778 else
michael@2 1779 echo "$as_me: failed program was:" >&5
michael@2 1780 @@ -7477,27 +6946,11 @@
michael@2 1781 rm -f conftest.er1
michael@2 1782 cat conftest.err >&5
michael@2 1783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1784 - (exit $ac_status); } &&
michael@2 1785 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1786 - { (case "(($ac_try" in
michael@2 1787 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1788 - *) ac_try_echo=$ac_try;;
michael@2 1789 -esac
michael@2 1790 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1791 - (eval "$ac_try") 2>&5
michael@2 1792 - ac_status=$?
michael@2 1793 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1794 - (exit $ac_status); }; } &&
michael@2 1795 - { ac_try='test -s conftest$ac_exeext'
michael@2 1796 - { (case "(($ac_try" in
michael@2 1797 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1798 - *) ac_try_echo=$ac_try;;
michael@2 1799 -esac
michael@2 1800 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1801 - (eval "$ac_try") 2>&5
michael@2 1802 - ac_status=$?
michael@2 1803 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1804 - (exit $ac_status); }; }; then
michael@2 1805 + (exit $ac_status); } && {
michael@2 1806 + test -z "$ac_cxx_werror_flag" ||
michael@2 1807 + test ! -s conftest.err
michael@2 1808 + } && test -s conftest$ac_exeext &&
michael@2 1809 + $as_test_x conftest$ac_exeext; then
michael@2 1810 kde_cv_func_strlcpy=yes
michael@2 1811 kde_cv_proto_strlcpy=yes
michael@2 1812 else
michael@2 1813 @@ -7508,7 +6961,7 @@
michael@2 1814
michael@2 1815 fi
michael@2 1816
michael@2 1817 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1818 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 1819 conftest$ac_exeext conftest.$ac_ext
michael@2 1820 LIBS=$kde_safe_libs
michael@2 1821 ac_ext=cpp
michael@2 1822 @@ -7581,27 +7034,11 @@
michael@2 1823 rm -f conftest.er1
michael@2 1824 cat conftest.err >&5
michael@2 1825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1826 - (exit $ac_status); } &&
michael@2 1827 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1828 - { (case "(($ac_try" in
michael@2 1829 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1830 - *) ac_try_echo=$ac_try;;
michael@2 1831 -esac
michael@2 1832 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1833 - (eval "$ac_try") 2>&5
michael@2 1834 - ac_status=$?
michael@2 1835 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1836 - (exit $ac_status); }; } &&
michael@2 1837 - { ac_try='test -s conftest$ac_exeext'
michael@2 1838 - { (case "(($ac_try" in
michael@2 1839 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1840 - *) ac_try_echo=$ac_try;;
michael@2 1841 -esac
michael@2 1842 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1843 - (eval "$ac_try") 2>&5
michael@2 1844 - ac_status=$?
michael@2 1845 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1846 - (exit $ac_status); }; }; then
michael@2 1847 + (exit $ac_status); } && {
michael@2 1848 + test -z "$ac_cxx_werror_flag" ||
michael@2 1849 + test ! -s conftest.err
michael@2 1850 + } && test -s conftest$ac_exeext &&
michael@2 1851 + $as_test_x conftest$ac_exeext; then
michael@2 1852 ac_cv_lib_util_main=yes
michael@2 1853 else
michael@2 1854 echo "$as_me: failed program was:" >&5
michael@2 1855 @@ -7610,7 +7047,7 @@
michael@2 1856 ac_cv_lib_util_main=no
michael@2 1857 fi
michael@2 1858
michael@2 1859 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1860 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 1861 conftest$ac_exeext conftest.$ac_ext
michael@2 1862 LIBS=$ac_check_lib_save_LIBS
michael@2 1863 fi
michael@2 1864 @@ -7656,27 +7093,11 @@
michael@2 1865 rm -f conftest.er1
michael@2 1866 cat conftest.err >&5
michael@2 1867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1868 - (exit $ac_status); } &&
michael@2 1869 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1870 - { (case "(($ac_try" in
michael@2 1871 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1872 - *) ac_try_echo=$ac_try;;
michael@2 1873 -esac
michael@2 1874 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1875 - (eval "$ac_try") 2>&5
michael@2 1876 - ac_status=$?
michael@2 1877 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1878 - (exit $ac_status); }; } &&
michael@2 1879 - { ac_try='test -s conftest$ac_exeext'
michael@2 1880 - { (case "(($ac_try" in
michael@2 1881 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1882 - *) ac_try_echo=$ac_try;;
michael@2 1883 -esac
michael@2 1884 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1885 - (eval "$ac_try") 2>&5
michael@2 1886 - ac_status=$?
michael@2 1887 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1888 - (exit $ac_status); }; }; then
michael@2 1889 + (exit $ac_status); } && {
michael@2 1890 + test -z "$ac_cxx_werror_flag" ||
michael@2 1891 + test ! -s conftest.err
michael@2 1892 + } && test -s conftest$ac_exeext &&
michael@2 1893 + $as_test_x conftest$ac_exeext; then
michael@2 1894 ac_cv_lib_compat_main=yes
michael@2 1895 else
michael@2 1896 echo "$as_me: failed program was:" >&5
michael@2 1897 @@ -7685,7 +7106,7 @@
michael@2 1898 ac_cv_lib_compat_main=no
michael@2 1899 fi
michael@2 1900
michael@2 1901 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1902 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 1903 conftest$ac_exeext conftest.$ac_ext
michael@2 1904 LIBS=$ac_check_lib_save_LIBS
michael@2 1905 fi
michael@2 1906 @@ -7738,27 +7159,11 @@
michael@2 1907 rm -f conftest.er1
michael@2 1908 cat conftest.err >&5
michael@2 1909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1910 - (exit $ac_status); } &&
michael@2 1911 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1912 - { (case "(($ac_try" in
michael@2 1913 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1914 - *) ac_try_echo=$ac_try;;
michael@2 1915 -esac
michael@2 1916 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1917 - (eval "$ac_try") 2>&5
michael@2 1918 - ac_status=$?
michael@2 1919 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1920 - (exit $ac_status); }; } &&
michael@2 1921 - { ac_try='test -s conftest$ac_exeext'
michael@2 1922 - { (case "(($ac_try" in
michael@2 1923 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1924 - *) ac_try_echo=$ac_try;;
michael@2 1925 -esac
michael@2 1926 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1927 - (eval "$ac_try") 2>&5
michael@2 1928 - ac_status=$?
michael@2 1929 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1930 - (exit $ac_status); }; }; then
michael@2 1931 + (exit $ac_status); } && {
michael@2 1932 + test -z "$ac_cxx_werror_flag" ||
michael@2 1933 + test ! -s conftest.err
michael@2 1934 + } && test -s conftest$ac_exeext &&
michael@2 1935 + $as_test_x conftest$ac_exeext; then
michael@2 1936 ac_cv_lib_crypt_crypt=yes
michael@2 1937 else
michael@2 1938 echo "$as_me: failed program was:" >&5
michael@2 1939 @@ -7767,7 +7172,7 @@
michael@2 1940 ac_cv_lib_crypt_crypt=no
michael@2 1941 fi
michael@2 1942
michael@2 1943 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1944 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 1945 conftest$ac_exeext conftest.$ac_ext
michael@2 1946 LIBS=$ac_check_lib_save_LIBS
michael@2 1947 fi
michael@2 1948 @@ -7818,27 +7223,11 @@
michael@2 1949 rm -f conftest.er1
michael@2 1950 cat conftest.err >&5
michael@2 1951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1952 - (exit $ac_status); } &&
michael@2 1953 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1954 - { (case "(($ac_try" in
michael@2 1955 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1956 - *) ac_try_echo=$ac_try;;
michael@2 1957 -esac
michael@2 1958 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1959 - (eval "$ac_try") 2>&5
michael@2 1960 - ac_status=$?
michael@2 1961 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1962 - (exit $ac_status); }; } &&
michael@2 1963 - { ac_try='test -s conftest$ac_exeext'
michael@2 1964 - { (case "(($ac_try" in
michael@2 1965 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1966 - *) ac_try_echo=$ac_try;;
michael@2 1967 -esac
michael@2 1968 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 1969 - (eval "$ac_try") 2>&5
michael@2 1970 - ac_status=$?
michael@2 1971 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1972 - (exit $ac_status); }; }; then
michael@2 1973 + (exit $ac_status); } && {
michael@2 1974 + test -z "$ac_cxx_werror_flag" ||
michael@2 1975 + test ! -s conftest.err
michael@2 1976 + } && test -s conftest$ac_exeext &&
michael@2 1977 + $as_test_x conftest$ac_exeext; then
michael@2 1978 ac_cv_lib_c_crypt=yes
michael@2 1979 else
michael@2 1980 echo "$as_me: failed program was:" >&5
michael@2 1981 @@ -7847,7 +7236,7 @@
michael@2 1982 ac_cv_lib_c_crypt=no
michael@2 1983 fi
michael@2 1984
michael@2 1985 -rm -f core conftest.err conftest.$ac_objext \
michael@2 1986 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 1987 conftest$ac_exeext conftest.$ac_ext
michael@2 1988 LIBS=$ac_check_lib_save_LIBS
michael@2 1989 fi
michael@2 1990 @@ -7925,27 +7314,10 @@
michael@2 1991 rm -f conftest.er1
michael@2 1992 cat conftest.err >&5
michael@2 1993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 1994 - (exit $ac_status); } &&
michael@2 1995 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 1996 - { (case "(($ac_try" in
michael@2 1997 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 1998 - *) ac_try_echo=$ac_try;;
michael@2 1999 -esac
michael@2 2000 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2001 - (eval "$ac_try") 2>&5
michael@2 2002 - ac_status=$?
michael@2 2003 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2004 - (exit $ac_status); }; } &&
michael@2 2005 - { ac_try='test -s conftest.$ac_objext'
michael@2 2006 - { (case "(($ac_try" in
michael@2 2007 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2008 - *) ac_try_echo=$ac_try;;
michael@2 2009 -esac
michael@2 2010 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2011 - (eval "$ac_try") 2>&5
michael@2 2012 - ac_status=$?
michael@2 2013 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2014 - (exit $ac_status); }; }; then
michael@2 2015 + (exit $ac_status); } && {
michael@2 2016 + test -z "$ac_cxx_werror_flag" ||
michael@2 2017 + test ! -s conftest.err
michael@2 2018 + } && test -s conftest.$ac_objext; then
michael@2 2019
michael@2 2020 kde_cv_socklen_t=yes
michael@2 2021 kde_cv_socklen_t_equiv=socklen_t
michael@2 2022 @@ -8018,27 +7390,10 @@
michael@2 2023 rm -f conftest.er1
michael@2 2024 cat conftest.err >&5
michael@2 2025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2026 - (exit $ac_status); } &&
michael@2 2027 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2028 - { (case "(($ac_try" in
michael@2 2029 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2030 - *) ac_try_echo=$ac_try;;
michael@2 2031 -esac
michael@2 2032 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2033 - (eval "$ac_try") 2>&5
michael@2 2034 - ac_status=$?
michael@2 2035 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2036 - (exit $ac_status); }; } &&
michael@2 2037 - { ac_try='test -s conftest.$ac_objext'
michael@2 2038 - { (case "(($ac_try" in
michael@2 2039 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2040 - *) ac_try_echo=$ac_try;;
michael@2 2041 -esac
michael@2 2042 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2043 - (eval "$ac_try") 2>&5
michael@2 2044 - ac_status=$?
michael@2 2045 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2046 - (exit $ac_status); }; }; then
michael@2 2047 + (exit $ac_status); } && {
michael@2 2048 + test -z "$ac_cxx_werror_flag" ||
michael@2 2049 + test ! -s conftest.err
michael@2 2050 + } && test -s conftest.$ac_objext; then
michael@2 2051
michael@2 2052 kde_cv_socklen_t_equiv="$t"
michael@2 2053 break
michael@2 2054 @@ -8117,27 +7472,11 @@
michael@2 2055 rm -f conftest.er1
michael@2 2056 cat conftest.err >&5
michael@2 2057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2058 - (exit $ac_status); } &&
michael@2 2059 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2060 - { (case "(($ac_try" in
michael@2 2061 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2062 - *) ac_try_echo=$ac_try;;
michael@2 2063 -esac
michael@2 2064 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2065 - (eval "$ac_try") 2>&5
michael@2 2066 - ac_status=$?
michael@2 2067 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2068 - (exit $ac_status); }; } &&
michael@2 2069 - { ac_try='test -s conftest$ac_exeext'
michael@2 2070 - { (case "(($ac_try" in
michael@2 2071 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2072 - *) ac_try_echo=$ac_try;;
michael@2 2073 -esac
michael@2 2074 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2075 - (eval "$ac_try") 2>&5
michael@2 2076 - ac_status=$?
michael@2 2077 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2078 - (exit $ac_status); }; }; then
michael@2 2079 + (exit $ac_status); } && {
michael@2 2080 + test -z "$ac_cxx_werror_flag" ||
michael@2 2081 + test ! -s conftest.err
michael@2 2082 + } && test -s conftest$ac_exeext &&
michael@2 2083 + $as_test_x conftest$ac_exeext; then
michael@2 2084 ac_cv_lib_dnet_dnet_ntoa=yes
michael@2 2085 else
michael@2 2086 echo "$as_me: failed program was:" >&5
michael@2 2087 @@ -8146,7 +7485,7 @@
michael@2 2088 ac_cv_lib_dnet_dnet_ntoa=no
michael@2 2089 fi
michael@2 2090
michael@2 2091 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2092 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2093 conftest$ac_exeext conftest.$ac_ext
michael@2 2094 LIBS=$ac_check_lib_save_LIBS
michael@2 2095 fi
michael@2 2096 @@ -8199,27 +7538,11 @@
michael@2 2097 rm -f conftest.er1
michael@2 2098 cat conftest.err >&5
michael@2 2099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2100 - (exit $ac_status); } &&
michael@2 2101 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2102 - { (case "(($ac_try" in
michael@2 2103 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2104 - *) ac_try_echo=$ac_try;;
michael@2 2105 -esac
michael@2 2106 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2107 - (eval "$ac_try") 2>&5
michael@2 2108 - ac_status=$?
michael@2 2109 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2110 - (exit $ac_status); }; } &&
michael@2 2111 - { ac_try='test -s conftest$ac_exeext'
michael@2 2112 - { (case "(($ac_try" in
michael@2 2113 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2114 - *) ac_try_echo=$ac_try;;
michael@2 2115 -esac
michael@2 2116 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2117 - (eval "$ac_try") 2>&5
michael@2 2118 - ac_status=$?
michael@2 2119 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2120 - (exit $ac_status); }; }; then
michael@2 2121 + (exit $ac_status); } && {
michael@2 2122 + test -z "$ac_cxx_werror_flag" ||
michael@2 2123 + test ! -s conftest.err
michael@2 2124 + } && test -s conftest$ac_exeext &&
michael@2 2125 + $as_test_x conftest$ac_exeext; then
michael@2 2126 ac_cv_lib_dnet_stub_dnet_ntoa=yes
michael@2 2127 else
michael@2 2128 echo "$as_me: failed program was:" >&5
michael@2 2129 @@ -8228,7 +7551,7 @@
michael@2 2130 ac_cv_lib_dnet_stub_dnet_ntoa=no
michael@2 2131 fi
michael@2 2132
michael@2 2133 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2134 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2135 conftest$ac_exeext conftest.$ac_ext
michael@2 2136 LIBS=$ac_check_lib_save_LIBS
michael@2 2137 fi
michael@2 2138 @@ -8302,27 +7625,11 @@
michael@2 2139 rm -f conftest.er1
michael@2 2140 cat conftest.err >&5
michael@2 2141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2142 - (exit $ac_status); } &&
michael@2 2143 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2144 - { (case "(($ac_try" in
michael@2 2145 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2146 - *) ac_try_echo=$ac_try;;
michael@2 2147 -esac
michael@2 2148 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2149 - (eval "$ac_try") 2>&5
michael@2 2150 - ac_status=$?
michael@2 2151 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2152 - (exit $ac_status); }; } &&
michael@2 2153 - { ac_try='test -s conftest$ac_exeext'
michael@2 2154 - { (case "(($ac_try" in
michael@2 2155 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2156 - *) ac_try_echo=$ac_try;;
michael@2 2157 -esac
michael@2 2158 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2159 - (eval "$ac_try") 2>&5
michael@2 2160 - ac_status=$?
michael@2 2161 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2162 - (exit $ac_status); }; }; then
michael@2 2163 + (exit $ac_status); } && {
michael@2 2164 + test -z "$ac_cxx_werror_flag" ||
michael@2 2165 + test ! -s conftest.err
michael@2 2166 + } && test -s conftest$ac_exeext &&
michael@2 2167 + $as_test_x conftest$ac_exeext; then
michael@2 2168 ac_cv_func_inet_ntoa=yes
michael@2 2169 else
michael@2 2170 echo "$as_me: failed program was:" >&5
michael@2 2171 @@ -8331,7 +7638,7 @@
michael@2 2172 ac_cv_func_inet_ntoa=no
michael@2 2173 fi
michael@2 2174
michael@2 2175 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2176 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2177 conftest$ac_exeext conftest.$ac_ext
michael@2 2178 fi
michael@2 2179 { echo "$as_me:$LINENO: result: $ac_cv_func_inet_ntoa" >&5
michael@2 2180 @@ -8380,27 +7687,11 @@
michael@2 2181 rm -f conftest.er1
michael@2 2182 cat conftest.err >&5
michael@2 2183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2184 - (exit $ac_status); } &&
michael@2 2185 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2186 - { (case "(($ac_try" in
michael@2 2187 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2188 - *) ac_try_echo=$ac_try;;
michael@2 2189 -esac
michael@2 2190 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2191 - (eval "$ac_try") 2>&5
michael@2 2192 - ac_status=$?
michael@2 2193 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2194 - (exit $ac_status); }; } &&
michael@2 2195 - { ac_try='test -s conftest$ac_exeext'
michael@2 2196 - { (case "(($ac_try" in
michael@2 2197 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2198 - *) ac_try_echo=$ac_try;;
michael@2 2199 -esac
michael@2 2200 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2201 - (eval "$ac_try") 2>&5
michael@2 2202 - ac_status=$?
michael@2 2203 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2204 - (exit $ac_status); }; }; then
michael@2 2205 + (exit $ac_status); } && {
michael@2 2206 + test -z "$ac_cxx_werror_flag" ||
michael@2 2207 + test ! -s conftest.err
michael@2 2208 + } && test -s conftest$ac_exeext &&
michael@2 2209 + $as_test_x conftest$ac_exeext; then
michael@2 2210 ac_cv_lib_nsl_inet_ntoa=yes
michael@2 2211 else
michael@2 2212 echo "$as_me: failed program was:" >&5
michael@2 2213 @@ -8409,7 +7700,7 @@
michael@2 2214 ac_cv_lib_nsl_inet_ntoa=no
michael@2 2215 fi
michael@2 2216
michael@2 2217 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2218 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2219 conftest$ac_exeext conftest.$ac_ext
michael@2 2220 LIBS=$ac_check_lib_save_LIBS
michael@2 2221 fi
michael@2 2222 @@ -8483,27 +7774,11 @@
michael@2 2223 rm -f conftest.er1
michael@2 2224 cat conftest.err >&5
michael@2 2225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2226 - (exit $ac_status); } &&
michael@2 2227 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2228 - { (case "(($ac_try" in
michael@2 2229 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2230 - *) ac_try_echo=$ac_try;;
michael@2 2231 -esac
michael@2 2232 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2233 - (eval "$ac_try") 2>&5
michael@2 2234 - ac_status=$?
michael@2 2235 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2236 - (exit $ac_status); }; } &&
michael@2 2237 - { ac_try='test -s conftest$ac_exeext'
michael@2 2238 - { (case "(($ac_try" in
michael@2 2239 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2240 - *) ac_try_echo=$ac_try;;
michael@2 2241 -esac
michael@2 2242 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2243 - (eval "$ac_try") 2>&5
michael@2 2244 - ac_status=$?
michael@2 2245 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2246 - (exit $ac_status); }; }; then
michael@2 2247 + (exit $ac_status); } && {
michael@2 2248 + test -z "$ac_cxx_werror_flag" ||
michael@2 2249 + test ! -s conftest.err
michael@2 2250 + } && test -s conftest$ac_exeext &&
michael@2 2251 + $as_test_x conftest$ac_exeext; then
michael@2 2252 ac_cv_func_connect=yes
michael@2 2253 else
michael@2 2254 echo "$as_me: failed program was:" >&5
michael@2 2255 @@ -8512,7 +7787,7 @@
michael@2 2256 ac_cv_func_connect=no
michael@2 2257 fi
michael@2 2258
michael@2 2259 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2260 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2261 conftest$ac_exeext conftest.$ac_ext
michael@2 2262 fi
michael@2 2263 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
michael@2 2264 @@ -8561,27 +7836,11 @@
michael@2 2265 rm -f conftest.er1
michael@2 2266 cat conftest.err >&5
michael@2 2267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2268 - (exit $ac_status); } &&
michael@2 2269 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2270 - { (case "(($ac_try" in
michael@2 2271 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2272 - *) ac_try_echo=$ac_try;;
michael@2 2273 -esac
michael@2 2274 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2275 - (eval "$ac_try") 2>&5
michael@2 2276 - ac_status=$?
michael@2 2277 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2278 - (exit $ac_status); }; } &&
michael@2 2279 - { ac_try='test -s conftest$ac_exeext'
michael@2 2280 - { (case "(($ac_try" in
michael@2 2281 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2282 - *) ac_try_echo=$ac_try;;
michael@2 2283 -esac
michael@2 2284 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2285 - (eval "$ac_try") 2>&5
michael@2 2286 - ac_status=$?
michael@2 2287 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2288 - (exit $ac_status); }; }; then
michael@2 2289 + (exit $ac_status); } && {
michael@2 2290 + test -z "$ac_cxx_werror_flag" ||
michael@2 2291 + test ! -s conftest.err
michael@2 2292 + } && test -s conftest$ac_exeext &&
michael@2 2293 + $as_test_x conftest$ac_exeext; then
michael@2 2294 ac_cv_lib_socket_connect=yes
michael@2 2295 else
michael@2 2296 echo "$as_me: failed program was:" >&5
michael@2 2297 @@ -8590,7 +7849,7 @@
michael@2 2298 ac_cv_lib_socket_connect=no
michael@2 2299 fi
michael@2 2300
michael@2 2301 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2302 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2303 conftest$ac_exeext conftest.$ac_ext
michael@2 2304 LIBS=$ac_check_lib_save_LIBS
michael@2 2305 fi
michael@2 2306 @@ -8665,27 +7924,11 @@
michael@2 2307 rm -f conftest.er1
michael@2 2308 cat conftest.err >&5
michael@2 2309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2310 - (exit $ac_status); } &&
michael@2 2311 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2312 - { (case "(($ac_try" in
michael@2 2313 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2314 - *) ac_try_echo=$ac_try;;
michael@2 2315 -esac
michael@2 2316 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2317 - (eval "$ac_try") 2>&5
michael@2 2318 - ac_status=$?
michael@2 2319 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2320 - (exit $ac_status); }; } &&
michael@2 2321 - { ac_try='test -s conftest$ac_exeext'
michael@2 2322 - { (case "(($ac_try" in
michael@2 2323 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2324 - *) ac_try_echo=$ac_try;;
michael@2 2325 -esac
michael@2 2326 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2327 - (eval "$ac_try") 2>&5
michael@2 2328 - ac_status=$?
michael@2 2329 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2330 - (exit $ac_status); }; }; then
michael@2 2331 + (exit $ac_status); } && {
michael@2 2332 + test -z "$ac_cxx_werror_flag" ||
michael@2 2333 + test ! -s conftest.err
michael@2 2334 + } && test -s conftest$ac_exeext &&
michael@2 2335 + $as_test_x conftest$ac_exeext; then
michael@2 2336 ac_cv_func_remove=yes
michael@2 2337 else
michael@2 2338 echo "$as_me: failed program was:" >&5
michael@2 2339 @@ -8694,7 +7937,7 @@
michael@2 2340 ac_cv_func_remove=no
michael@2 2341 fi
michael@2 2342
michael@2 2343 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2344 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2345 conftest$ac_exeext conftest.$ac_ext
michael@2 2346 fi
michael@2 2347 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
michael@2 2348 @@ -8743,27 +7986,11 @@
michael@2 2349 rm -f conftest.er1
michael@2 2350 cat conftest.err >&5
michael@2 2351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2352 - (exit $ac_status); } &&
michael@2 2353 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2354 - { (case "(($ac_try" in
michael@2 2355 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2356 - *) ac_try_echo=$ac_try;;
michael@2 2357 -esac
michael@2 2358 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2359 - (eval "$ac_try") 2>&5
michael@2 2360 - ac_status=$?
michael@2 2361 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2362 - (exit $ac_status); }; } &&
michael@2 2363 - { ac_try='test -s conftest$ac_exeext'
michael@2 2364 - { (case "(($ac_try" in
michael@2 2365 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2366 - *) ac_try_echo=$ac_try;;
michael@2 2367 -esac
michael@2 2368 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2369 - (eval "$ac_try") 2>&5
michael@2 2370 - ac_status=$?
michael@2 2371 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2372 - (exit $ac_status); }; }; then
michael@2 2373 + (exit $ac_status); } && {
michael@2 2374 + test -z "$ac_cxx_werror_flag" ||
michael@2 2375 + test ! -s conftest.err
michael@2 2376 + } && test -s conftest$ac_exeext &&
michael@2 2377 + $as_test_x conftest$ac_exeext; then
michael@2 2378 ac_cv_lib_posix_remove=yes
michael@2 2379 else
michael@2 2380 echo "$as_me: failed program was:" >&5
michael@2 2381 @@ -8772,7 +7999,7 @@
michael@2 2382 ac_cv_lib_posix_remove=no
michael@2 2383 fi
michael@2 2384
michael@2 2385 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2386 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2387 conftest$ac_exeext conftest.$ac_ext
michael@2 2388 LIBS=$ac_check_lib_save_LIBS
michael@2 2389 fi
michael@2 2390 @@ -8848,27 +8075,11 @@
michael@2 2391 rm -f conftest.er1
michael@2 2392 cat conftest.err >&5
michael@2 2393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2394 - (exit $ac_status); } &&
michael@2 2395 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2396 - { (case "(($ac_try" in
michael@2 2397 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2398 - *) ac_try_echo=$ac_try;;
michael@2 2399 -esac
michael@2 2400 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2401 - (eval "$ac_try") 2>&5
michael@2 2402 - ac_status=$?
michael@2 2403 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2404 - (exit $ac_status); }; } &&
michael@2 2405 - { ac_try='test -s conftest$ac_exeext'
michael@2 2406 - { (case "(($ac_try" in
michael@2 2407 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2408 - *) ac_try_echo=$ac_try;;
michael@2 2409 -esac
michael@2 2410 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2411 - (eval "$ac_try") 2>&5
michael@2 2412 - ac_status=$?
michael@2 2413 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2414 - (exit $ac_status); }; }; then
michael@2 2415 + (exit $ac_status); } && {
michael@2 2416 + test -z "$ac_cxx_werror_flag" ||
michael@2 2417 + test ! -s conftest.err
michael@2 2418 + } && test -s conftest$ac_exeext &&
michael@2 2419 + $as_test_x conftest$ac_exeext; then
michael@2 2420 ac_cv_func_shmat=yes
michael@2 2421 else
michael@2 2422 echo "$as_me: failed program was:" >&5
michael@2 2423 @@ -8877,7 +8088,7 @@
michael@2 2424 ac_cv_func_shmat=no
michael@2 2425 fi
michael@2 2426
michael@2 2427 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2428 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2429 conftest$ac_exeext conftest.$ac_ext
michael@2 2430 fi
michael@2 2431 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
michael@2 2432 @@ -8927,27 +8138,11 @@
michael@2 2433 rm -f conftest.er1
michael@2 2434 cat conftest.err >&5
michael@2 2435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2436 - (exit $ac_status); } &&
michael@2 2437 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2438 - { (case "(($ac_try" in
michael@2 2439 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2440 - *) ac_try_echo=$ac_try;;
michael@2 2441 -esac
michael@2 2442 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2443 - (eval "$ac_try") 2>&5
michael@2 2444 - ac_status=$?
michael@2 2445 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2446 - (exit $ac_status); }; } &&
michael@2 2447 - { ac_try='test -s conftest$ac_exeext'
michael@2 2448 - { (case "(($ac_try" in
michael@2 2449 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2450 - *) ac_try_echo=$ac_try;;
michael@2 2451 -esac
michael@2 2452 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2453 - (eval "$ac_try") 2>&5
michael@2 2454 - ac_status=$?
michael@2 2455 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2456 - (exit $ac_status); }; }; then
michael@2 2457 + (exit $ac_status); } && {
michael@2 2458 + test -z "$ac_cxx_werror_flag" ||
michael@2 2459 + test ! -s conftest.err
michael@2 2460 + } && test -s conftest$ac_exeext &&
michael@2 2461 + $as_test_x conftest$ac_exeext; then
michael@2 2462 ac_cv_lib_ipc_shmat=yes
michael@2 2463 else
michael@2 2464 echo "$as_me: failed program was:" >&5
michael@2 2465 @@ -8956,7 +8151,7 @@
michael@2 2466 ac_cv_lib_ipc_shmat=no
michael@2 2467 fi
michael@2 2468
michael@2 2469 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2470 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2471 conftest$ac_exeext conftest.$ac_ext
michael@2 2472 LIBS=$ac_check_lib_save_LIBS
michael@2 2473 fi
michael@2 2474 @@ -9010,27 +8205,10 @@
michael@2 2475 rm -f conftest.er1
michael@2 2476 cat conftest.err >&5
michael@2 2477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2478 - (exit $ac_status); } &&
michael@2 2479 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2480 - { (case "(($ac_try" in
michael@2 2481 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2482 - *) ac_try_echo=$ac_try;;
michael@2 2483 -esac
michael@2 2484 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2485 - (eval "$ac_try") 2>&5
michael@2 2486 - ac_status=$?
michael@2 2487 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2488 - (exit $ac_status); }; } &&
michael@2 2489 - { ac_try='test -s conftest.$ac_objext'
michael@2 2490 - { (case "(($ac_try" in
michael@2 2491 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2492 - *) ac_try_echo=$ac_try;;
michael@2 2493 -esac
michael@2 2494 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2495 - (eval "$ac_try") 2>&5
michael@2 2496 - ac_status=$?
michael@2 2497 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2498 - (exit $ac_status); }; }; then
michael@2 2499 + (exit $ac_status); } && {
michael@2 2500 + test -z "$ac_cxx_werror_flag" ||
michael@2 2501 + test ! -s conftest.err
michael@2 2502 + } && test -s conftest.$ac_objext; then
michael@2 2503 ac_header_compiler=yes
michael@2 2504 else
michael@2 2505 echo "$as_me: failed program was:" >&5
michael@2 2506 @@ -9066,17 +8244,10 @@
michael@2 2507 rm -f conftest.er1
michael@2 2508 cat conftest.err >&5
michael@2 2509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2510 - (exit $ac_status); } >/dev/null; then
michael@2 2511 - if test -s conftest.err; then
michael@2 2512 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 2513 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 2514 - else
michael@2 2515 - ac_cpp_err=
michael@2 2516 - fi
michael@2 2517 -else
michael@2 2518 - ac_cpp_err=yes
michael@2 2519 -fi
michael@2 2520 -if test -z "$ac_cpp_err"; then
michael@2 2521 + (exit $ac_status); } >/dev/null && {
michael@2 2522 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 2523 + test ! -s conftest.err
michael@2 2524 + }; then
michael@2 2525 ac_header_preproc=yes
michael@2 2526 else
michael@2 2527 echo "$as_me: failed program was:" >&5
michael@2 2528 @@ -9176,27 +8347,10 @@
michael@2 2529 rm -f conftest.er1
michael@2 2530 cat conftest.err >&5
michael@2 2531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2532 - (exit $ac_status); } &&
michael@2 2533 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2534 - { (case "(($ac_try" in
michael@2 2535 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2536 - *) ac_try_echo=$ac_try;;
michael@2 2537 -esac
michael@2 2538 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2539 - (eval "$ac_try") 2>&5
michael@2 2540 - ac_status=$?
michael@2 2541 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2542 - (exit $ac_status); }; } &&
michael@2 2543 - { ac_try='test -s conftest.$ac_objext'
michael@2 2544 - { (case "(($ac_try" in
michael@2 2545 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2546 - *) ac_try_echo=$ac_try;;
michael@2 2547 -esac
michael@2 2548 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2549 - (eval "$ac_try") 2>&5
michael@2 2550 - ac_status=$?
michael@2 2551 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2552 - (exit $ac_status); }; }; then
michael@2 2553 + (exit $ac_status); } && {
michael@2 2554 + test -z "$ac_cxx_werror_flag" ||
michael@2 2555 + test ! -s conftest.err
michael@2 2556 + } && test -s conftest.$ac_objext; then
michael@2 2557 ac_header_compiler=yes
michael@2 2558 else
michael@2 2559 echo "$as_me: failed program was:" >&5
michael@2 2560 @@ -9232,17 +8386,10 @@
michael@2 2561 rm -f conftest.er1
michael@2 2562 cat conftest.err >&5
michael@2 2563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2564 - (exit $ac_status); } >/dev/null; then
michael@2 2565 - if test -s conftest.err; then
michael@2 2566 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 2567 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 2568 - else
michael@2 2569 - ac_cpp_err=
michael@2 2570 - fi
michael@2 2571 -else
michael@2 2572 - ac_cpp_err=yes
michael@2 2573 -fi
michael@2 2574 -if test -z "$ac_cpp_err"; then
michael@2 2575 + (exit $ac_status); } >/dev/null && {
michael@2 2576 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 2577 + test ! -s conftest.err
michael@2 2578 + }; then
michael@2 2579 ac_header_preproc=yes
michael@2 2580 else
michael@2 2581 echo "$as_me: failed program was:" >&5
michael@2 2582 @@ -9345,27 +8492,11 @@
michael@2 2583 rm -f conftest.er1
michael@2 2584 cat conftest.err >&5
michael@2 2585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2586 - (exit $ac_status); } &&
michael@2 2587 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2588 - { (case "(($ac_try" in
michael@2 2589 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2590 - *) ac_try_echo=$ac_try;;
michael@2 2591 -esac
michael@2 2592 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2593 - (eval "$ac_try") 2>&5
michael@2 2594 - ac_status=$?
michael@2 2595 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2596 - (exit $ac_status); }; } &&
michael@2 2597 - { ac_try='test -s conftest$ac_exeext'
michael@2 2598 - { (case "(($ac_try" in
michael@2 2599 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2600 - *) ac_try_echo=$ac_try;;
michael@2 2601 -esac
michael@2 2602 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2603 - (eval "$ac_try") 2>&5
michael@2 2604 - ac_status=$?
michael@2 2605 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2606 - (exit $ac_status); }; }; then
michael@2 2607 + (exit $ac_status); } && {
michael@2 2608 + test -z "$ac_cxx_werror_flag" ||
michael@2 2609 + test ! -s conftest.err
michael@2 2610 + } && test -s conftest$ac_exeext &&
michael@2 2611 + $as_test_x conftest$ac_exeext; then
michael@2 2612 ac_cv_lib_poll_poll=yes
michael@2 2613 else
michael@2 2614 echo "$as_me: failed program was:" >&5
michael@2 2615 @@ -9374,7 +8505,7 @@
michael@2 2616 ac_cv_lib_poll_poll=no
michael@2 2617 fi
michael@2 2618
michael@2 2619 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2620 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2621 conftest$ac_exeext conftest.$ac_ext
michael@2 2622 LIBS=$ac_check_lib_save_LIBS
michael@2 2623 fi
michael@2 2624 @@ -9425,27 +8556,10 @@
michael@2 2625 rm -f conftest.er1
michael@2 2626 cat conftest.err >&5
michael@2 2627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2628 - (exit $ac_status); } &&
michael@2 2629 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2630 - { (case "(($ac_try" in
michael@2 2631 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2632 - *) ac_try_echo=$ac_try;;
michael@2 2633 -esac
michael@2 2634 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2635 - (eval "$ac_try") 2>&5
michael@2 2636 - ac_status=$?
michael@2 2637 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2638 - (exit $ac_status); }; } &&
michael@2 2639 - { ac_try='test -s conftest.$ac_objext'
michael@2 2640 - { (case "(($ac_try" in
michael@2 2641 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2642 - *) ac_try_echo=$ac_try;;
michael@2 2643 -esac
michael@2 2644 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2645 - (eval "$ac_try") 2>&5
michael@2 2646 - ac_status=$?
michael@2 2647 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2648 - (exit $ac_status); }; }; then
michael@2 2649 + (exit $ac_status); } && {
michael@2 2650 + test -z "$ac_cxx_werror_flag" ||
michael@2 2651 + test ! -s conftest.err
michael@2 2652 + } && test -s conftest.$ac_objext; then
michael@2 2653 ac_header_compiler=yes
michael@2 2654 else
michael@2 2655 echo "$as_me: failed program was:" >&5
michael@2 2656 @@ -9481,17 +8595,10 @@
michael@2 2657 rm -f conftest.er1
michael@2 2658 cat conftest.err >&5
michael@2 2659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2660 - (exit $ac_status); } >/dev/null; then
michael@2 2661 - if test -s conftest.err; then
michael@2 2662 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 2663 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 2664 - else
michael@2 2665 - ac_cpp_err=
michael@2 2666 - fi
michael@2 2667 -else
michael@2 2668 - ac_cpp_err=yes
michael@2 2669 -fi
michael@2 2670 -if test -z "$ac_cpp_err"; then
michael@2 2671 + (exit $ac_status); } >/dev/null && {
michael@2 2672 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 2673 + test ! -s conftest.err
michael@2 2674 + }; then
michael@2 2675 ac_header_preproc=yes
michael@2 2676 else
michael@2 2677 echo "$as_me: failed program was:" >&5
michael@2 2678 @@ -9586,27 +8693,10 @@
michael@2 2679 rm -f conftest.er1
michael@2 2680 cat conftest.err >&5
michael@2 2681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2682 - (exit $ac_status); } &&
michael@2 2683 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2684 - { (case "(($ac_try" in
michael@2 2685 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2686 - *) ac_try_echo=$ac_try;;
michael@2 2687 -esac
michael@2 2688 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2689 - (eval "$ac_try") 2>&5
michael@2 2690 - ac_status=$?
michael@2 2691 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2692 - (exit $ac_status); }; } &&
michael@2 2693 - { ac_try='test -s conftest.$ac_objext'
michael@2 2694 - { (case "(($ac_try" in
michael@2 2695 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2696 - *) ac_try_echo=$ac_try;;
michael@2 2697 -esac
michael@2 2698 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2699 - (eval "$ac_try") 2>&5
michael@2 2700 - ac_status=$?
michael@2 2701 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2702 - (exit $ac_status); }; }; then
michael@2 2703 + (exit $ac_status); } && {
michael@2 2704 + test -z "$ac_cxx_werror_flag" ||
michael@2 2705 + test ! -s conftest.err
michael@2 2706 + } && test -s conftest.$ac_objext; then
michael@2 2707 ac_header_compiler=yes
michael@2 2708 else
michael@2 2709 echo "$as_me: failed program was:" >&5
michael@2 2710 @@ -9642,17 +8732,10 @@
michael@2 2711 rm -f conftest.er1
michael@2 2712 cat conftest.err >&5
michael@2 2713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2714 - (exit $ac_status); } >/dev/null; then
michael@2 2715 - if test -s conftest.err; then
michael@2 2716 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 2717 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 2718 - else
michael@2 2719 - ac_cpp_err=
michael@2 2720 - fi
michael@2 2721 -else
michael@2 2722 - ac_cpp_err=yes
michael@2 2723 -fi
michael@2 2724 -if test -z "$ac_cpp_err"; then
michael@2 2725 + (exit $ac_status); } >/dev/null && {
michael@2 2726 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 2727 + test ! -s conftest.err
michael@2 2728 + }; then
michael@2 2729 ac_header_preproc=yes
michael@2 2730 else
michael@2 2731 echo "$as_me: failed program was:" >&5
michael@2 2732 @@ -9754,27 +8837,11 @@
michael@2 2733 rm -f conftest.er1
michael@2 2734 cat conftest.err >&5
michael@2 2735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2736 - (exit $ac_status); } &&
michael@2 2737 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2738 - { (case "(($ac_try" in
michael@2 2739 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2740 - *) ac_try_echo=$ac_try;;
michael@2 2741 -esac
michael@2 2742 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2743 - (eval "$ac_try") 2>&5
michael@2 2744 - ac_status=$?
michael@2 2745 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2746 - (exit $ac_status); }; } &&
michael@2 2747 - { ac_try='test -s conftest$ac_exeext'
michael@2 2748 - { (case "(($ac_try" in
michael@2 2749 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2750 - *) ac_try_echo=$ac_try;;
michael@2 2751 -esac
michael@2 2752 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2753 - (eval "$ac_try") 2>&5
michael@2 2754 - ac_status=$?
michael@2 2755 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2756 - (exit $ac_status); }; }; then
michael@2 2757 + (exit $ac_status); } && {
michael@2 2758 + test -z "$ac_cxx_werror_flag" ||
michael@2 2759 + test ! -s conftest.err
michael@2 2760 + } && test -s conftest$ac_exeext &&
michael@2 2761 + $as_test_x conftest$ac_exeext; then
michael@2 2762
michael@2 2763 LIBRESOLV="-lresolv"
michael@2 2764 { echo "$as_me:$LINENO: result: yes" >&5
michael@2 2765 @@ -9794,7 +8861,7 @@
michael@2 2766
michael@2 2767 fi
michael@2 2768
michael@2 2769 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2770 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2771 conftest$ac_exeext conftest.$ac_ext
michael@2 2772 LIBS=$kde_libs_safe
michael@2 2773
michael@2 2774 @@ -9861,27 +8928,10 @@
michael@2 2775 rm -f conftest.er1
michael@2 2776 cat conftest.err >&5
michael@2 2777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2778 - (exit $ac_status); } &&
michael@2 2779 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2780 - { (case "(($ac_try" in
michael@2 2781 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2782 - *) ac_try_echo=$ac_try;;
michael@2 2783 -esac
michael@2 2784 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2785 - (eval "$ac_try") 2>&5
michael@2 2786 - ac_status=$?
michael@2 2787 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2788 - (exit $ac_status); }; } &&
michael@2 2789 - { ac_try='test -s conftest.$ac_objext'
michael@2 2790 - { (case "(($ac_try" in
michael@2 2791 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2792 - *) ac_try_echo=$ac_try;;
michael@2 2793 -esac
michael@2 2794 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2795 - (eval "$ac_try") 2>&5
michael@2 2796 - ac_status=$?
michael@2 2797 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2798 - (exit $ac_status); }; }; then
michael@2 2799 + (exit $ac_status); } && {
michael@2 2800 + test -z "$ac_cxx_werror_flag" ||
michael@2 2801 + test ! -s conftest.err
michael@2 2802 + } && test -s conftest.$ac_objext; then
michael@2 2803 kde_cv_func_res_init=yes
michael@2 2804 else
michael@2 2805 echo "$as_me: failed program was:" >&5
michael@2 2806 @@ -9978,27 +9028,11 @@
michael@2 2807 rm -f conftest.er1
michael@2 2808 cat conftest.err >&5
michael@2 2809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2810 - (exit $ac_status); } &&
michael@2 2811 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2812 - { (case "(($ac_try" in
michael@2 2813 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2814 - *) ac_try_echo=$ac_try;;
michael@2 2815 -esac
michael@2 2816 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2817 - (eval "$ac_try") 2>&5
michael@2 2818 - ac_status=$?
michael@2 2819 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2820 - (exit $ac_status); }; } &&
michael@2 2821 - { ac_try='test -s conftest$ac_exeext'
michael@2 2822 - { (case "(($ac_try" in
michael@2 2823 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2824 - *) ac_try_echo=$ac_try;;
michael@2 2825 -esac
michael@2 2826 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2827 - (eval "$ac_try") 2>&5
michael@2 2828 - ac_status=$?
michael@2 2829 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2830 - (exit $ac_status); }; }; then
michael@2 2831 + (exit $ac_status); } && {
michael@2 2832 + test -z "$ac_cxx_werror_flag" ||
michael@2 2833 + test ! -s conftest.err
michael@2 2834 + } && test -s conftest$ac_exeext &&
michael@2 2835 + $as_test_x conftest$ac_exeext; then
michael@2 2836 kde_cv_func_res_init=yes
michael@2 2837 kde_cv_proto_res_init=yes
michael@2 2838 else
michael@2 2839 @@ -10009,7 +9043,7 @@
michael@2 2840
michael@2 2841 fi
michael@2 2842
michael@2 2843 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2844 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2845 conftest$ac_exeext conftest.$ac_ext
michael@2 2846 LIBS=$kde_safe_libs
michael@2 2847 ac_ext=cpp
michael@2 2848 @@ -10092,27 +9126,11 @@
michael@2 2849 rm -f conftest.er1
michael@2 2850 cat conftest.err >&5
michael@2 2851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2852 - (exit $ac_status); } &&
michael@2 2853 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2854 - { (case "(($ac_try" in
michael@2 2855 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2856 - *) ac_try_echo=$ac_try;;
michael@2 2857 -esac
michael@2 2858 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2859 - (eval "$ac_try") 2>&5
michael@2 2860 - ac_status=$?
michael@2 2861 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2862 - (exit $ac_status); }; } &&
michael@2 2863 - { ac_try='test -s conftest$ac_exeext'
michael@2 2864 - { (case "(($ac_try" in
michael@2 2865 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2866 - *) ac_try_echo=$ac_try;;
michael@2 2867 -esac
michael@2 2868 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2869 - (eval "$ac_try") 2>&5
michael@2 2870 - ac_status=$?
michael@2 2871 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2872 - (exit $ac_status); }; }; then
michael@2 2873 + (exit $ac_status); } && {
michael@2 2874 + test -z "$ac_cxx_werror_flag" ||
michael@2 2875 + test ! -s conftest.err
michael@2 2876 + } && test -s conftest$ac_exeext &&
michael@2 2877 + $as_test_x conftest$ac_exeext; then
michael@2 2878 ac_cv_lib_ucb_killpg=yes
michael@2 2879 else
michael@2 2880 echo "$as_me: failed program was:" >&5
michael@2 2881 @@ -10121,7 +9139,7 @@
michael@2 2882 ac_cv_lib_ucb_killpg=no
michael@2 2883 fi
michael@2 2884
michael@2 2885 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2886 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2887 conftest$ac_exeext conftest.$ac_ext
michael@2 2888 LIBS=$ac_check_lib_save_LIBS
michael@2 2889 fi
michael@2 2890 @@ -10180,27 +9198,11 @@
michael@2 2891 rm -f conftest.er1
michael@2 2892 cat conftest.err >&5
michael@2 2893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2894 - (exit $ac_status); } &&
michael@2 2895 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2896 - { (case "(($ac_try" in
michael@2 2897 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2898 - *) ac_try_echo=$ac_try;;
michael@2 2899 -esac
michael@2 2900 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2901 - (eval "$ac_try") 2>&5
michael@2 2902 - ac_status=$?
michael@2 2903 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2904 - (exit $ac_status); }; } &&
michael@2 2905 - { ac_try='test -s conftest$ac_exeext'
michael@2 2906 - { (case "(($ac_try" in
michael@2 2907 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2908 - *) ac_try_echo=$ac_try;;
michael@2 2909 -esac
michael@2 2910 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2911 - (eval "$ac_try") 2>&5
michael@2 2912 - ac_status=$?
michael@2 2913 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2914 - (exit $ac_status); }; }; then
michael@2 2915 + (exit $ac_status); } && {
michael@2 2916 + test -z "$ac_cxx_werror_flag" ||
michael@2 2917 + test ! -s conftest.err
michael@2 2918 + } && test -s conftest$ac_exeext &&
michael@2 2919 + $as_test_x conftest$ac_exeext; then
michael@2 2920 ac_cv_lib_bsd_gethostbyname=yes
michael@2 2921 else
michael@2 2922 echo "$as_me: failed program was:" >&5
michael@2 2923 @@ -10209,7 +9211,7 @@
michael@2 2924 ac_cv_lib_bsd_gethostbyname=no
michael@2 2925 fi
michael@2 2926
michael@2 2927 -rm -f core conftest.err conftest.$ac_objext \
michael@2 2928 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 2929 conftest$ac_exeext conftest.$ac_ext
michael@2 2930 LIBS=$ac_check_lib_save_LIBS
michael@2 2931 fi
michael@2 2932 @@ -10258,27 +9260,10 @@
michael@2 2933 rm -f conftest.er1
michael@2 2934 cat conftest.err >&5
michael@2 2935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2936 - (exit $ac_status); } &&
michael@2 2937 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 2938 - { (case "(($ac_try" in
michael@2 2939 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2940 - *) ac_try_echo=$ac_try;;
michael@2 2941 -esac
michael@2 2942 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2943 - (eval "$ac_try") 2>&5
michael@2 2944 - ac_status=$?
michael@2 2945 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2946 - (exit $ac_status); }; } &&
michael@2 2947 - { ac_try='test -s conftest.$ac_objext'
michael@2 2948 - { (case "(($ac_try" in
michael@2 2949 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 2950 - *) ac_try_echo=$ac_try;;
michael@2 2951 -esac
michael@2 2952 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 2953 - (eval "$ac_try") 2>&5
michael@2 2954 - ac_status=$?
michael@2 2955 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2956 - (exit $ac_status); }; }; then
michael@2 2957 + (exit $ac_status); } && {
michael@2 2958 + test -z "$ac_cxx_werror_flag" ||
michael@2 2959 + test ! -s conftest.err
michael@2 2960 + } && test -s conftest.$ac_objext; then
michael@2 2961 ac_cv_type_int=yes
michael@2 2962 else
michael@2 2963 echo "$as_me: failed program was:" >&5
michael@2 2964 @@ -10292,16 +9277,15 @@
michael@2 2965 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
michael@2 2966 echo "${ECHO_T}$ac_cv_type_int" >&6; }
michael@2 2967
michael@2 2968 +# The cast to long int works around a bug in the HP C Compiler
michael@2 2969 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 2970 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 2971 +# This bug is HP SR number 8606223364.
michael@2 2972 { echo "$as_me:$LINENO: checking size of int" >&5
michael@2 2973 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
michael@2 2974 if test "${ac_cv_sizeof_int+set}" = set; then
michael@2 2975 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 2976 else
michael@2 2977 - if test "$ac_cv_type_int" = yes; then
michael@2 2978 - # The cast to long int works around a bug in the HP C Compiler
michael@2 2979 - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 2980 - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 2981 - # This bug is HP SR number 8606223364.
michael@2 2982 if test "$cross_compiling" = yes; then
michael@2 2983 # Depending upon the size, compute the lo and hi bounds.
michael@2 2984 cat >conftest.$ac_ext <<_ACEOF
michael@2 2985 @@ -10311,7 +9295,7 @@
michael@2 2986 cat >>conftest.$ac_ext <<_ACEOF
michael@2 2987 /* end confdefs.h. */
michael@2 2988 $ac_includes_default
michael@2 2989 - typedef int ac__type_sizeof_;
michael@2 2990 + typedef int ac__type_sizeof_;
michael@2 2991 int
michael@2 2992 main ()
michael@2 2993 {
michael@2 2994 @@ -10335,27 +9319,10 @@
michael@2 2995 rm -f conftest.er1
michael@2 2996 cat conftest.err >&5
michael@2 2997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 2998 - (exit $ac_status); } &&
michael@2 2999 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3000 - { (case "(($ac_try" in
michael@2 3001 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3002 - *) ac_try_echo=$ac_try;;
michael@2 3003 -esac
michael@2 3004 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3005 - (eval "$ac_try") 2>&5
michael@2 3006 - ac_status=$?
michael@2 3007 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3008 - (exit $ac_status); }; } &&
michael@2 3009 - { ac_try='test -s conftest.$ac_objext'
michael@2 3010 - { (case "(($ac_try" in
michael@2 3011 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3012 - *) ac_try_echo=$ac_try;;
michael@2 3013 -esac
michael@2 3014 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3015 - (eval "$ac_try") 2>&5
michael@2 3016 - ac_status=$?
michael@2 3017 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3018 - (exit $ac_status); }; }; then
michael@2 3019 + (exit $ac_status); } && {
michael@2 3020 + test -z "$ac_cxx_werror_flag" ||
michael@2 3021 + test ! -s conftest.err
michael@2 3022 + } && test -s conftest.$ac_objext; then
michael@2 3023 ac_lo=0 ac_mid=0
michael@2 3024 while :; do
michael@2 3025 cat >conftest.$ac_ext <<_ACEOF
michael@2 3026 @@ -10365,7 +9332,7 @@
michael@2 3027 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3028 /* end confdefs.h. */
michael@2 3029 $ac_includes_default
michael@2 3030 - typedef int ac__type_sizeof_;
michael@2 3031 + typedef int ac__type_sizeof_;
michael@2 3032 int
michael@2 3033 main ()
michael@2 3034 {
michael@2 3035 @@ -10389,27 +9356,10 @@
michael@2 3036 rm -f conftest.er1
michael@2 3037 cat conftest.err >&5
michael@2 3038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3039 - (exit $ac_status); } &&
michael@2 3040 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3041 - { (case "(($ac_try" in
michael@2 3042 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3043 - *) ac_try_echo=$ac_try;;
michael@2 3044 -esac
michael@2 3045 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3046 - (eval "$ac_try") 2>&5
michael@2 3047 - ac_status=$?
michael@2 3048 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3049 - (exit $ac_status); }; } &&
michael@2 3050 - { ac_try='test -s conftest.$ac_objext'
michael@2 3051 - { (case "(($ac_try" in
michael@2 3052 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3053 - *) ac_try_echo=$ac_try;;
michael@2 3054 -esac
michael@2 3055 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3056 - (eval "$ac_try") 2>&5
michael@2 3057 - ac_status=$?
michael@2 3058 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3059 - (exit $ac_status); }; }; then
michael@2 3060 + (exit $ac_status); } && {
michael@2 3061 + test -z "$ac_cxx_werror_flag" ||
michael@2 3062 + test ! -s conftest.err
michael@2 3063 + } && test -s conftest.$ac_objext; then
michael@2 3064 ac_hi=$ac_mid; break
michael@2 3065 else
michael@2 3066 echo "$as_me: failed program was:" >&5
michael@2 3067 @@ -10436,7 +9386,7 @@
michael@2 3068 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3069 /* end confdefs.h. */
michael@2 3070 $ac_includes_default
michael@2 3071 - typedef int ac__type_sizeof_;
michael@2 3072 + typedef int ac__type_sizeof_;
michael@2 3073 int
michael@2 3074 main ()
michael@2 3075 {
michael@2 3076 @@ -10460,27 +9410,10 @@
michael@2 3077 rm -f conftest.er1
michael@2 3078 cat conftest.err >&5
michael@2 3079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3080 - (exit $ac_status); } &&
michael@2 3081 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3082 - { (case "(($ac_try" in
michael@2 3083 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3084 - *) ac_try_echo=$ac_try;;
michael@2 3085 -esac
michael@2 3086 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3087 - (eval "$ac_try") 2>&5
michael@2 3088 - ac_status=$?
michael@2 3089 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3090 - (exit $ac_status); }; } &&
michael@2 3091 - { ac_try='test -s conftest.$ac_objext'
michael@2 3092 - { (case "(($ac_try" in
michael@2 3093 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3094 - *) ac_try_echo=$ac_try;;
michael@2 3095 -esac
michael@2 3096 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3097 - (eval "$ac_try") 2>&5
michael@2 3098 - ac_status=$?
michael@2 3099 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3100 - (exit $ac_status); }; }; then
michael@2 3101 + (exit $ac_status); } && {
michael@2 3102 + test -z "$ac_cxx_werror_flag" ||
michael@2 3103 + test ! -s conftest.err
michael@2 3104 + } && test -s conftest.$ac_objext; then
michael@2 3105 ac_hi=-1 ac_mid=-1
michael@2 3106 while :; do
michael@2 3107 cat >conftest.$ac_ext <<_ACEOF
michael@2 3108 @@ -10490,7 +9423,7 @@
michael@2 3109 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3110 /* end confdefs.h. */
michael@2 3111 $ac_includes_default
michael@2 3112 - typedef int ac__type_sizeof_;
michael@2 3113 + typedef int ac__type_sizeof_;
michael@2 3114 int
michael@2 3115 main ()
michael@2 3116 {
michael@2 3117 @@ -10514,27 +9447,10 @@
michael@2 3118 rm -f conftest.er1
michael@2 3119 cat conftest.err >&5
michael@2 3120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3121 - (exit $ac_status); } &&
michael@2 3122 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3123 - { (case "(($ac_try" in
michael@2 3124 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3125 - *) ac_try_echo=$ac_try;;
michael@2 3126 -esac
michael@2 3127 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3128 - (eval "$ac_try") 2>&5
michael@2 3129 - ac_status=$?
michael@2 3130 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3131 - (exit $ac_status); }; } &&
michael@2 3132 - { ac_try='test -s conftest.$ac_objext'
michael@2 3133 - { (case "(($ac_try" in
michael@2 3134 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3135 - *) ac_try_echo=$ac_try;;
michael@2 3136 -esac
michael@2 3137 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3138 - (eval "$ac_try") 2>&5
michael@2 3139 - ac_status=$?
michael@2 3140 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3141 - (exit $ac_status); }; }; then
michael@2 3142 + (exit $ac_status); } && {
michael@2 3143 + test -z "$ac_cxx_werror_flag" ||
michael@2 3144 + test ! -s conftest.err
michael@2 3145 + } && test -s conftest.$ac_objext; then
michael@2 3146 ac_lo=$ac_mid; break
michael@2 3147 else
michael@2 3148 echo "$as_me: failed program was:" >&5
michael@2 3149 @@ -10571,7 +9487,7 @@
michael@2 3150 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3151 /* end confdefs.h. */
michael@2 3152 $ac_includes_default
michael@2 3153 - typedef int ac__type_sizeof_;
michael@2 3154 + typedef int ac__type_sizeof_;
michael@2 3155 int
michael@2 3156 main ()
michael@2 3157 {
michael@2 3158 @@ -10595,27 +9511,10 @@
michael@2 3159 rm -f conftest.er1
michael@2 3160 cat conftest.err >&5
michael@2 3161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3162 - (exit $ac_status); } &&
michael@2 3163 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3164 - { (case "(($ac_try" in
michael@2 3165 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3166 - *) ac_try_echo=$ac_try;;
michael@2 3167 -esac
michael@2 3168 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3169 - (eval "$ac_try") 2>&5
michael@2 3170 - ac_status=$?
michael@2 3171 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3172 - (exit $ac_status); }; } &&
michael@2 3173 - { ac_try='test -s conftest.$ac_objext'
michael@2 3174 - { (case "(($ac_try" in
michael@2 3175 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3176 - *) ac_try_echo=$ac_try;;
michael@2 3177 -esac
michael@2 3178 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3179 - (eval "$ac_try") 2>&5
michael@2 3180 - ac_status=$?
michael@2 3181 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3182 - (exit $ac_status); }; }; then
michael@2 3183 + (exit $ac_status); } && {
michael@2 3184 + test -z "$ac_cxx_werror_flag" ||
michael@2 3185 + test ! -s conftest.err
michael@2 3186 + } && test -s conftest.$ac_objext; then
michael@2 3187 ac_hi=$ac_mid
michael@2 3188 else
michael@2 3189 echo "$as_me: failed program was:" >&5
michael@2 3190 @@ -10628,11 +9527,15 @@
michael@2 3191 done
michael@2 3192 case $ac_lo in
michael@2 3193 ?*) ac_cv_sizeof_int=$ac_lo;;
michael@2 3194 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
michael@2 3195 +'') if test "$ac_cv_type_int" = yes; then
michael@2 3196 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
michael@2 3197 See \`config.log' for more details." >&5
michael@2 3198 echo "$as_me: error: cannot compute sizeof (int)
michael@2 3199 See \`config.log' for more details." >&2;}
michael@2 3200 - { (exit 77); exit 77; }; } ;;
michael@2 3201 + { (exit 77); exit 77; }; }
michael@2 3202 + else
michael@2 3203 + ac_cv_sizeof_int=0
michael@2 3204 + fi ;;
michael@2 3205 esac
michael@2 3206 else
michael@2 3207 cat >conftest.$ac_ext <<_ACEOF
michael@2 3208 @@ -10642,7 +9545,7 @@
michael@2 3209 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3210 /* end confdefs.h. */
michael@2 3211 $ac_includes_default
michael@2 3212 - typedef int ac__type_sizeof_;
michael@2 3213 + typedef int ac__type_sizeof_;
michael@2 3214 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 3215 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 3216 #include <stdio.h>
michael@2 3217 @@ -10701,21 +9604,25 @@
michael@2 3218 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 3219
michael@2 3220 ( exit $ac_status )
michael@2 3221 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
michael@2 3222 +if test "$ac_cv_type_int" = yes; then
michael@2 3223 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
michael@2 3224 See \`config.log' for more details." >&5
michael@2 3225 echo "$as_me: error: cannot compute sizeof (int)
michael@2 3226 See \`config.log' for more details." >&2;}
michael@2 3227 { (exit 77); exit 77; }; }
michael@2 3228 + else
michael@2 3229 + ac_cv_sizeof_int=0
michael@2 3230 + fi
michael@2 3231 fi
michael@2 3232 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
michael@2 3233 fi
michael@2 3234 rm -f conftest.val
michael@2 3235 -else
michael@2 3236 - ac_cv_sizeof_int=0
michael@2 3237 -fi
michael@2 3238 fi
michael@2 3239 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
michael@2 3240 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
michael@2 3241 +
michael@2 3242 +
michael@2 3243 +
michael@2 3244 cat >>confdefs.h <<_ACEOF
michael@2 3245 #define SIZEOF_INT $ac_cv_sizeof_int
michael@2 3246 _ACEOF
michael@2 3247 @@ -10757,27 +9664,10 @@
michael@2 3248 rm -f conftest.er1
michael@2 3249 cat conftest.err >&5
michael@2 3250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3251 - (exit $ac_status); } &&
michael@2 3252 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3253 - { (case "(($ac_try" in
michael@2 3254 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3255 - *) ac_try_echo=$ac_try;;
michael@2 3256 -esac
michael@2 3257 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3258 - (eval "$ac_try") 2>&5
michael@2 3259 - ac_status=$?
michael@2 3260 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3261 - (exit $ac_status); }; } &&
michael@2 3262 - { ac_try='test -s conftest.$ac_objext'
michael@2 3263 - { (case "(($ac_try" in
michael@2 3264 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3265 - *) ac_try_echo=$ac_try;;
michael@2 3266 -esac
michael@2 3267 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3268 - (eval "$ac_try") 2>&5
michael@2 3269 - ac_status=$?
michael@2 3270 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3271 - (exit $ac_status); }; }; then
michael@2 3272 + (exit $ac_status); } && {
michael@2 3273 + test -z "$ac_cxx_werror_flag" ||
michael@2 3274 + test ! -s conftest.err
michael@2 3275 + } && test -s conftest.$ac_objext; then
michael@2 3276 ac_cv_type_short=yes
michael@2 3277 else
michael@2 3278 echo "$as_me: failed program was:" >&5
michael@2 3279 @@ -10791,16 +9681,15 @@
michael@2 3280 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
michael@2 3281 echo "${ECHO_T}$ac_cv_type_short" >&6; }
michael@2 3282
michael@2 3283 +# The cast to long int works around a bug in the HP C Compiler
michael@2 3284 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 3285 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 3286 +# This bug is HP SR number 8606223364.
michael@2 3287 { echo "$as_me:$LINENO: checking size of short" >&5
michael@2 3288 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
michael@2 3289 if test "${ac_cv_sizeof_short+set}" = set; then
michael@2 3290 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 3291 else
michael@2 3292 - if test "$ac_cv_type_short" = yes; then
michael@2 3293 - # The cast to long int works around a bug in the HP C Compiler
michael@2 3294 - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 3295 - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 3296 - # This bug is HP SR number 8606223364.
michael@2 3297 if test "$cross_compiling" = yes; then
michael@2 3298 # Depending upon the size, compute the lo and hi bounds.
michael@2 3299 cat >conftest.$ac_ext <<_ACEOF
michael@2 3300 @@ -10810,7 +9699,7 @@
michael@2 3301 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3302 /* end confdefs.h. */
michael@2 3303 $ac_includes_default
michael@2 3304 - typedef short ac__type_sizeof_;
michael@2 3305 + typedef short ac__type_sizeof_;
michael@2 3306 int
michael@2 3307 main ()
michael@2 3308 {
michael@2 3309 @@ -10834,27 +9723,10 @@
michael@2 3310 rm -f conftest.er1
michael@2 3311 cat conftest.err >&5
michael@2 3312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3313 - (exit $ac_status); } &&
michael@2 3314 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3315 - { (case "(($ac_try" in
michael@2 3316 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3317 - *) ac_try_echo=$ac_try;;
michael@2 3318 -esac
michael@2 3319 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3320 - (eval "$ac_try") 2>&5
michael@2 3321 - ac_status=$?
michael@2 3322 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3323 - (exit $ac_status); }; } &&
michael@2 3324 - { ac_try='test -s conftest.$ac_objext'
michael@2 3325 - { (case "(($ac_try" in
michael@2 3326 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3327 - *) ac_try_echo=$ac_try;;
michael@2 3328 -esac
michael@2 3329 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3330 - (eval "$ac_try") 2>&5
michael@2 3331 - ac_status=$?
michael@2 3332 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3333 - (exit $ac_status); }; }; then
michael@2 3334 + (exit $ac_status); } && {
michael@2 3335 + test -z "$ac_cxx_werror_flag" ||
michael@2 3336 + test ! -s conftest.err
michael@2 3337 + } && test -s conftest.$ac_objext; then
michael@2 3338 ac_lo=0 ac_mid=0
michael@2 3339 while :; do
michael@2 3340 cat >conftest.$ac_ext <<_ACEOF
michael@2 3341 @@ -10864,7 +9736,7 @@
michael@2 3342 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3343 /* end confdefs.h. */
michael@2 3344 $ac_includes_default
michael@2 3345 - typedef short ac__type_sizeof_;
michael@2 3346 + typedef short ac__type_sizeof_;
michael@2 3347 int
michael@2 3348 main ()
michael@2 3349 {
michael@2 3350 @@ -10888,27 +9760,10 @@
michael@2 3351 rm -f conftest.er1
michael@2 3352 cat conftest.err >&5
michael@2 3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3354 - (exit $ac_status); } &&
michael@2 3355 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3356 - { (case "(($ac_try" in
michael@2 3357 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3358 - *) ac_try_echo=$ac_try;;
michael@2 3359 -esac
michael@2 3360 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3361 - (eval "$ac_try") 2>&5
michael@2 3362 - ac_status=$?
michael@2 3363 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3364 - (exit $ac_status); }; } &&
michael@2 3365 - { ac_try='test -s conftest.$ac_objext'
michael@2 3366 - { (case "(($ac_try" in
michael@2 3367 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3368 - *) ac_try_echo=$ac_try;;
michael@2 3369 -esac
michael@2 3370 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3371 - (eval "$ac_try") 2>&5
michael@2 3372 - ac_status=$?
michael@2 3373 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3374 - (exit $ac_status); }; }; then
michael@2 3375 + (exit $ac_status); } && {
michael@2 3376 + test -z "$ac_cxx_werror_flag" ||
michael@2 3377 + test ! -s conftest.err
michael@2 3378 + } && test -s conftest.$ac_objext; then
michael@2 3379 ac_hi=$ac_mid; break
michael@2 3380 else
michael@2 3381 echo "$as_me: failed program was:" >&5
michael@2 3382 @@ -10935,7 +9790,7 @@
michael@2 3383 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3384 /* end confdefs.h. */
michael@2 3385 $ac_includes_default
michael@2 3386 - typedef short ac__type_sizeof_;
michael@2 3387 + typedef short ac__type_sizeof_;
michael@2 3388 int
michael@2 3389 main ()
michael@2 3390 {
michael@2 3391 @@ -10959,27 +9814,10 @@
michael@2 3392 rm -f conftest.er1
michael@2 3393 cat conftest.err >&5
michael@2 3394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3395 - (exit $ac_status); } &&
michael@2 3396 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3397 - { (case "(($ac_try" in
michael@2 3398 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3399 - *) ac_try_echo=$ac_try;;
michael@2 3400 -esac
michael@2 3401 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3402 - (eval "$ac_try") 2>&5
michael@2 3403 - ac_status=$?
michael@2 3404 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3405 - (exit $ac_status); }; } &&
michael@2 3406 - { ac_try='test -s conftest.$ac_objext'
michael@2 3407 - { (case "(($ac_try" in
michael@2 3408 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3409 - *) ac_try_echo=$ac_try;;
michael@2 3410 -esac
michael@2 3411 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3412 - (eval "$ac_try") 2>&5
michael@2 3413 - ac_status=$?
michael@2 3414 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3415 - (exit $ac_status); }; }; then
michael@2 3416 + (exit $ac_status); } && {
michael@2 3417 + test -z "$ac_cxx_werror_flag" ||
michael@2 3418 + test ! -s conftest.err
michael@2 3419 + } && test -s conftest.$ac_objext; then
michael@2 3420 ac_hi=-1 ac_mid=-1
michael@2 3421 while :; do
michael@2 3422 cat >conftest.$ac_ext <<_ACEOF
michael@2 3423 @@ -10989,7 +9827,7 @@
michael@2 3424 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3425 /* end confdefs.h. */
michael@2 3426 $ac_includes_default
michael@2 3427 - typedef short ac__type_sizeof_;
michael@2 3428 + typedef short ac__type_sizeof_;
michael@2 3429 int
michael@2 3430 main ()
michael@2 3431 {
michael@2 3432 @@ -11013,27 +9851,10 @@
michael@2 3433 rm -f conftest.er1
michael@2 3434 cat conftest.err >&5
michael@2 3435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3436 - (exit $ac_status); } &&
michael@2 3437 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3438 - { (case "(($ac_try" in
michael@2 3439 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3440 - *) ac_try_echo=$ac_try;;
michael@2 3441 -esac
michael@2 3442 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3443 - (eval "$ac_try") 2>&5
michael@2 3444 - ac_status=$?
michael@2 3445 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3446 - (exit $ac_status); }; } &&
michael@2 3447 - { ac_try='test -s conftest.$ac_objext'
michael@2 3448 - { (case "(($ac_try" in
michael@2 3449 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3450 - *) ac_try_echo=$ac_try;;
michael@2 3451 -esac
michael@2 3452 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3453 - (eval "$ac_try") 2>&5
michael@2 3454 - ac_status=$?
michael@2 3455 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3456 - (exit $ac_status); }; }; then
michael@2 3457 + (exit $ac_status); } && {
michael@2 3458 + test -z "$ac_cxx_werror_flag" ||
michael@2 3459 + test ! -s conftest.err
michael@2 3460 + } && test -s conftest.$ac_objext; then
michael@2 3461 ac_lo=$ac_mid; break
michael@2 3462 else
michael@2 3463 echo "$as_me: failed program was:" >&5
michael@2 3464 @@ -11070,7 +9891,7 @@
michael@2 3465 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3466 /* end confdefs.h. */
michael@2 3467 $ac_includes_default
michael@2 3468 - typedef short ac__type_sizeof_;
michael@2 3469 + typedef short ac__type_sizeof_;
michael@2 3470 int
michael@2 3471 main ()
michael@2 3472 {
michael@2 3473 @@ -11094,27 +9915,10 @@
michael@2 3474 rm -f conftest.er1
michael@2 3475 cat conftest.err >&5
michael@2 3476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3477 - (exit $ac_status); } &&
michael@2 3478 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3479 - { (case "(($ac_try" in
michael@2 3480 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3481 - *) ac_try_echo=$ac_try;;
michael@2 3482 -esac
michael@2 3483 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3484 - (eval "$ac_try") 2>&5
michael@2 3485 - ac_status=$?
michael@2 3486 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3487 - (exit $ac_status); }; } &&
michael@2 3488 - { ac_try='test -s conftest.$ac_objext'
michael@2 3489 - { (case "(($ac_try" in
michael@2 3490 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3491 - *) ac_try_echo=$ac_try;;
michael@2 3492 -esac
michael@2 3493 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3494 - (eval "$ac_try") 2>&5
michael@2 3495 - ac_status=$?
michael@2 3496 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3497 - (exit $ac_status); }; }; then
michael@2 3498 + (exit $ac_status); } && {
michael@2 3499 + test -z "$ac_cxx_werror_flag" ||
michael@2 3500 + test ! -s conftest.err
michael@2 3501 + } && test -s conftest.$ac_objext; then
michael@2 3502 ac_hi=$ac_mid
michael@2 3503 else
michael@2 3504 echo "$as_me: failed program was:" >&5
michael@2 3505 @@ -11127,11 +9931,15 @@
michael@2 3506 done
michael@2 3507 case $ac_lo in
michael@2 3508 ?*) ac_cv_sizeof_short=$ac_lo;;
michael@2 3509 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
michael@2 3510 +'') if test "$ac_cv_type_short" = yes; then
michael@2 3511 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
michael@2 3512 See \`config.log' for more details." >&5
michael@2 3513 echo "$as_me: error: cannot compute sizeof (short)
michael@2 3514 See \`config.log' for more details." >&2;}
michael@2 3515 - { (exit 77); exit 77; }; } ;;
michael@2 3516 + { (exit 77); exit 77; }; }
michael@2 3517 + else
michael@2 3518 + ac_cv_sizeof_short=0
michael@2 3519 + fi ;;
michael@2 3520 esac
michael@2 3521 else
michael@2 3522 cat >conftest.$ac_ext <<_ACEOF
michael@2 3523 @@ -11141,7 +9949,7 @@
michael@2 3524 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3525 /* end confdefs.h. */
michael@2 3526 $ac_includes_default
michael@2 3527 - typedef short ac__type_sizeof_;
michael@2 3528 + typedef short ac__type_sizeof_;
michael@2 3529 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 3530 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 3531 #include <stdio.h>
michael@2 3532 @@ -11200,21 +10008,25 @@
michael@2 3533 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 3534
michael@2 3535 ( exit $ac_status )
michael@2 3536 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
michael@2 3537 +if test "$ac_cv_type_short" = yes; then
michael@2 3538 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
michael@2 3539 See \`config.log' for more details." >&5
michael@2 3540 echo "$as_me: error: cannot compute sizeof (short)
michael@2 3541 See \`config.log' for more details." >&2;}
michael@2 3542 { (exit 77); exit 77; }; }
michael@2 3543 + else
michael@2 3544 + ac_cv_sizeof_short=0
michael@2 3545 + fi
michael@2 3546 fi
michael@2 3547 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
michael@2 3548 fi
michael@2 3549 rm -f conftest.val
michael@2 3550 -else
michael@2 3551 - ac_cv_sizeof_short=0
michael@2 3552 -fi
michael@2 3553 fi
michael@2 3554 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
michael@2 3555 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
michael@2 3556 +
michael@2 3557 +
michael@2 3558 +
michael@2 3559 cat >>confdefs.h <<_ACEOF
michael@2 3560 #define SIZEOF_SHORT $ac_cv_sizeof_short
michael@2 3561 _ACEOF
michael@2 3562 @@ -11256,27 +10068,10 @@
michael@2 3563 rm -f conftest.er1
michael@2 3564 cat conftest.err >&5
michael@2 3565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3566 - (exit $ac_status); } &&
michael@2 3567 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3568 - { (case "(($ac_try" in
michael@2 3569 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3570 - *) ac_try_echo=$ac_try;;
michael@2 3571 -esac
michael@2 3572 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3573 - (eval "$ac_try") 2>&5
michael@2 3574 - ac_status=$?
michael@2 3575 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3576 - (exit $ac_status); }; } &&
michael@2 3577 - { ac_try='test -s conftest.$ac_objext'
michael@2 3578 - { (case "(($ac_try" in
michael@2 3579 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3580 - *) ac_try_echo=$ac_try;;
michael@2 3581 -esac
michael@2 3582 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3583 - (eval "$ac_try") 2>&5
michael@2 3584 - ac_status=$?
michael@2 3585 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3586 - (exit $ac_status); }; }; then
michael@2 3587 + (exit $ac_status); } && {
michael@2 3588 + test -z "$ac_cxx_werror_flag" ||
michael@2 3589 + test ! -s conftest.err
michael@2 3590 + } && test -s conftest.$ac_objext; then
michael@2 3591 ac_cv_type_long=yes
michael@2 3592 else
michael@2 3593 echo "$as_me: failed program was:" >&5
michael@2 3594 @@ -11290,16 +10085,15 @@
michael@2 3595 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
michael@2 3596 echo "${ECHO_T}$ac_cv_type_long" >&6; }
michael@2 3597
michael@2 3598 +# The cast to long int works around a bug in the HP C Compiler
michael@2 3599 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 3600 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 3601 +# This bug is HP SR number 8606223364.
michael@2 3602 { echo "$as_me:$LINENO: checking size of long" >&5
michael@2 3603 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
michael@2 3604 if test "${ac_cv_sizeof_long+set}" = set; then
michael@2 3605 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 3606 else
michael@2 3607 - if test "$ac_cv_type_long" = yes; then
michael@2 3608 - # The cast to long int works around a bug in the HP C Compiler
michael@2 3609 - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 3610 - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 3611 - # This bug is HP SR number 8606223364.
michael@2 3612 if test "$cross_compiling" = yes; then
michael@2 3613 # Depending upon the size, compute the lo and hi bounds.
michael@2 3614 cat >conftest.$ac_ext <<_ACEOF
michael@2 3615 @@ -11309,7 +10103,7 @@
michael@2 3616 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3617 /* end confdefs.h. */
michael@2 3618 $ac_includes_default
michael@2 3619 - typedef long ac__type_sizeof_;
michael@2 3620 + typedef long ac__type_sizeof_;
michael@2 3621 int
michael@2 3622 main ()
michael@2 3623 {
michael@2 3624 @@ -11333,27 +10127,10 @@
michael@2 3625 rm -f conftest.er1
michael@2 3626 cat conftest.err >&5
michael@2 3627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3628 - (exit $ac_status); } &&
michael@2 3629 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3630 - { (case "(($ac_try" in
michael@2 3631 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3632 - *) ac_try_echo=$ac_try;;
michael@2 3633 -esac
michael@2 3634 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3635 - (eval "$ac_try") 2>&5
michael@2 3636 - ac_status=$?
michael@2 3637 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3638 - (exit $ac_status); }; } &&
michael@2 3639 - { ac_try='test -s conftest.$ac_objext'
michael@2 3640 - { (case "(($ac_try" in
michael@2 3641 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3642 - *) ac_try_echo=$ac_try;;
michael@2 3643 -esac
michael@2 3644 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3645 - (eval "$ac_try") 2>&5
michael@2 3646 - ac_status=$?
michael@2 3647 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3648 - (exit $ac_status); }; }; then
michael@2 3649 + (exit $ac_status); } && {
michael@2 3650 + test -z "$ac_cxx_werror_flag" ||
michael@2 3651 + test ! -s conftest.err
michael@2 3652 + } && test -s conftest.$ac_objext; then
michael@2 3653 ac_lo=0 ac_mid=0
michael@2 3654 while :; do
michael@2 3655 cat >conftest.$ac_ext <<_ACEOF
michael@2 3656 @@ -11363,7 +10140,7 @@
michael@2 3657 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3658 /* end confdefs.h. */
michael@2 3659 $ac_includes_default
michael@2 3660 - typedef long ac__type_sizeof_;
michael@2 3661 + typedef long ac__type_sizeof_;
michael@2 3662 int
michael@2 3663 main ()
michael@2 3664 {
michael@2 3665 @@ -11387,27 +10164,10 @@
michael@2 3666 rm -f conftest.er1
michael@2 3667 cat conftest.err >&5
michael@2 3668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3669 - (exit $ac_status); } &&
michael@2 3670 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3671 - { (case "(($ac_try" in
michael@2 3672 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3673 - *) ac_try_echo=$ac_try;;
michael@2 3674 -esac
michael@2 3675 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3676 - (eval "$ac_try") 2>&5
michael@2 3677 - ac_status=$?
michael@2 3678 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3679 - (exit $ac_status); }; } &&
michael@2 3680 - { ac_try='test -s conftest.$ac_objext'
michael@2 3681 - { (case "(($ac_try" in
michael@2 3682 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3683 - *) ac_try_echo=$ac_try;;
michael@2 3684 -esac
michael@2 3685 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3686 - (eval "$ac_try") 2>&5
michael@2 3687 - ac_status=$?
michael@2 3688 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3689 - (exit $ac_status); }; }; then
michael@2 3690 + (exit $ac_status); } && {
michael@2 3691 + test -z "$ac_cxx_werror_flag" ||
michael@2 3692 + test ! -s conftest.err
michael@2 3693 + } && test -s conftest.$ac_objext; then
michael@2 3694 ac_hi=$ac_mid; break
michael@2 3695 else
michael@2 3696 echo "$as_me: failed program was:" >&5
michael@2 3697 @@ -11434,7 +10194,7 @@
michael@2 3698 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3699 /* end confdefs.h. */
michael@2 3700 $ac_includes_default
michael@2 3701 - typedef long ac__type_sizeof_;
michael@2 3702 + typedef long ac__type_sizeof_;
michael@2 3703 int
michael@2 3704 main ()
michael@2 3705 {
michael@2 3706 @@ -11458,27 +10218,10 @@
michael@2 3707 rm -f conftest.er1
michael@2 3708 cat conftest.err >&5
michael@2 3709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3710 - (exit $ac_status); } &&
michael@2 3711 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3712 - { (case "(($ac_try" in
michael@2 3713 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3714 - *) ac_try_echo=$ac_try;;
michael@2 3715 -esac
michael@2 3716 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3717 - (eval "$ac_try") 2>&5
michael@2 3718 - ac_status=$?
michael@2 3719 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3720 - (exit $ac_status); }; } &&
michael@2 3721 - { ac_try='test -s conftest.$ac_objext'
michael@2 3722 - { (case "(($ac_try" in
michael@2 3723 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3724 - *) ac_try_echo=$ac_try;;
michael@2 3725 -esac
michael@2 3726 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3727 - (eval "$ac_try") 2>&5
michael@2 3728 - ac_status=$?
michael@2 3729 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3730 - (exit $ac_status); }; }; then
michael@2 3731 + (exit $ac_status); } && {
michael@2 3732 + test -z "$ac_cxx_werror_flag" ||
michael@2 3733 + test ! -s conftest.err
michael@2 3734 + } && test -s conftest.$ac_objext; then
michael@2 3735 ac_hi=-1 ac_mid=-1
michael@2 3736 while :; do
michael@2 3737 cat >conftest.$ac_ext <<_ACEOF
michael@2 3738 @@ -11488,7 +10231,7 @@
michael@2 3739 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3740 /* end confdefs.h. */
michael@2 3741 $ac_includes_default
michael@2 3742 - typedef long ac__type_sizeof_;
michael@2 3743 + typedef long ac__type_sizeof_;
michael@2 3744 int
michael@2 3745 main ()
michael@2 3746 {
michael@2 3747 @@ -11512,27 +10255,10 @@
michael@2 3748 rm -f conftest.er1
michael@2 3749 cat conftest.err >&5
michael@2 3750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3751 - (exit $ac_status); } &&
michael@2 3752 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3753 - { (case "(($ac_try" in
michael@2 3754 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3755 - *) ac_try_echo=$ac_try;;
michael@2 3756 -esac
michael@2 3757 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3758 - (eval "$ac_try") 2>&5
michael@2 3759 - ac_status=$?
michael@2 3760 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3761 - (exit $ac_status); }; } &&
michael@2 3762 - { ac_try='test -s conftest.$ac_objext'
michael@2 3763 - { (case "(($ac_try" in
michael@2 3764 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3765 - *) ac_try_echo=$ac_try;;
michael@2 3766 -esac
michael@2 3767 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3768 - (eval "$ac_try") 2>&5
michael@2 3769 - ac_status=$?
michael@2 3770 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3771 - (exit $ac_status); }; }; then
michael@2 3772 + (exit $ac_status); } && {
michael@2 3773 + test -z "$ac_cxx_werror_flag" ||
michael@2 3774 + test ! -s conftest.err
michael@2 3775 + } && test -s conftest.$ac_objext; then
michael@2 3776 ac_lo=$ac_mid; break
michael@2 3777 else
michael@2 3778 echo "$as_me: failed program was:" >&5
michael@2 3779 @@ -11569,7 +10295,7 @@
michael@2 3780 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3781 /* end confdefs.h. */
michael@2 3782 $ac_includes_default
michael@2 3783 - typedef long ac__type_sizeof_;
michael@2 3784 + typedef long ac__type_sizeof_;
michael@2 3785 int
michael@2 3786 main ()
michael@2 3787 {
michael@2 3788 @@ -11593,27 +10319,10 @@
michael@2 3789 rm -f conftest.er1
michael@2 3790 cat conftest.err >&5
michael@2 3791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3792 - (exit $ac_status); } &&
michael@2 3793 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3794 - { (case "(($ac_try" in
michael@2 3795 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3796 - *) ac_try_echo=$ac_try;;
michael@2 3797 -esac
michael@2 3798 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3799 - (eval "$ac_try") 2>&5
michael@2 3800 - ac_status=$?
michael@2 3801 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3802 - (exit $ac_status); }; } &&
michael@2 3803 - { ac_try='test -s conftest.$ac_objext'
michael@2 3804 - { (case "(($ac_try" in
michael@2 3805 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3806 - *) ac_try_echo=$ac_try;;
michael@2 3807 -esac
michael@2 3808 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3809 - (eval "$ac_try") 2>&5
michael@2 3810 - ac_status=$?
michael@2 3811 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3812 - (exit $ac_status); }; }; then
michael@2 3813 + (exit $ac_status); } && {
michael@2 3814 + test -z "$ac_cxx_werror_flag" ||
michael@2 3815 + test ! -s conftest.err
michael@2 3816 + } && test -s conftest.$ac_objext; then
michael@2 3817 ac_hi=$ac_mid
michael@2 3818 else
michael@2 3819 echo "$as_me: failed program was:" >&5
michael@2 3820 @@ -11626,11 +10335,15 @@
michael@2 3821 done
michael@2 3822 case $ac_lo in
michael@2 3823 ?*) ac_cv_sizeof_long=$ac_lo;;
michael@2 3824 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
michael@2 3825 +'') if test "$ac_cv_type_long" = yes; then
michael@2 3826 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
michael@2 3827 See \`config.log' for more details." >&5
michael@2 3828 echo "$as_me: error: cannot compute sizeof (long)
michael@2 3829 See \`config.log' for more details." >&2;}
michael@2 3830 - { (exit 77); exit 77; }; } ;;
michael@2 3831 + { (exit 77); exit 77; }; }
michael@2 3832 + else
michael@2 3833 + ac_cv_sizeof_long=0
michael@2 3834 + fi ;;
michael@2 3835 esac
michael@2 3836 else
michael@2 3837 cat >conftest.$ac_ext <<_ACEOF
michael@2 3838 @@ -11640,7 +10353,7 @@
michael@2 3839 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3840 /* end confdefs.h. */
michael@2 3841 $ac_includes_default
michael@2 3842 - typedef long ac__type_sizeof_;
michael@2 3843 + typedef long ac__type_sizeof_;
michael@2 3844 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 3845 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 3846 #include <stdio.h>
michael@2 3847 @@ -11699,21 +10412,25 @@
michael@2 3848 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 3849
michael@2 3850 ( exit $ac_status )
michael@2 3851 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
michael@2 3852 +if test "$ac_cv_type_long" = yes; then
michael@2 3853 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
michael@2 3854 See \`config.log' for more details." >&5
michael@2 3855 echo "$as_me: error: cannot compute sizeof (long)
michael@2 3856 See \`config.log' for more details." >&2;}
michael@2 3857 { (exit 77); exit 77; }; }
michael@2 3858 + else
michael@2 3859 + ac_cv_sizeof_long=0
michael@2 3860 + fi
michael@2 3861 fi
michael@2 3862 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
michael@2 3863 fi
michael@2 3864 rm -f conftest.val
michael@2 3865 -else
michael@2 3866 - ac_cv_sizeof_long=0
michael@2 3867 -fi
michael@2 3868 fi
michael@2 3869 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
michael@2 3870 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
michael@2 3871 +
michael@2 3872 +
michael@2 3873 +
michael@2 3874 cat >>confdefs.h <<_ACEOF
michael@2 3875 #define SIZEOF_LONG $ac_cv_sizeof_long
michael@2 3876 _ACEOF
michael@2 3877 @@ -11755,27 +10472,10 @@
michael@2 3878 rm -f conftest.er1
michael@2 3879 cat conftest.err >&5
michael@2 3880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3881 - (exit $ac_status); } &&
michael@2 3882 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3883 - { (case "(($ac_try" in
michael@2 3884 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3885 - *) ac_try_echo=$ac_try;;
michael@2 3886 -esac
michael@2 3887 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3888 - (eval "$ac_try") 2>&5
michael@2 3889 - ac_status=$?
michael@2 3890 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3891 - (exit $ac_status); }; } &&
michael@2 3892 - { ac_try='test -s conftest.$ac_objext'
michael@2 3893 - { (case "(($ac_try" in
michael@2 3894 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3895 - *) ac_try_echo=$ac_try;;
michael@2 3896 -esac
michael@2 3897 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3898 - (eval "$ac_try") 2>&5
michael@2 3899 - ac_status=$?
michael@2 3900 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3901 - (exit $ac_status); }; }; then
michael@2 3902 + (exit $ac_status); } && {
michael@2 3903 + test -z "$ac_cxx_werror_flag" ||
michael@2 3904 + test ! -s conftest.err
michael@2 3905 + } && test -s conftest.$ac_objext; then
michael@2 3906 ac_cv_type_char_p=yes
michael@2 3907 else
michael@2 3908 echo "$as_me: failed program was:" >&5
michael@2 3909 @@ -11789,16 +10489,15 @@
michael@2 3910 { echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5
michael@2 3911 echo "${ECHO_T}$ac_cv_type_char_p" >&6; }
michael@2 3912
michael@2 3913 +# The cast to long int works around a bug in the HP C Compiler
michael@2 3914 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 3915 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 3916 +# This bug is HP SR number 8606223364.
michael@2 3917 { echo "$as_me:$LINENO: checking size of char *" >&5
michael@2 3918 echo $ECHO_N "checking size of char *... $ECHO_C" >&6; }
michael@2 3919 if test "${ac_cv_sizeof_char_p+set}" = set; then
michael@2 3920 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 3921 else
michael@2 3922 - if test "$ac_cv_type_char_p" = yes; then
michael@2 3923 - # The cast to long int works around a bug in the HP C Compiler
michael@2 3924 - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 3925 - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 3926 - # This bug is HP SR number 8606223364.
michael@2 3927 if test "$cross_compiling" = yes; then
michael@2 3928 # Depending upon the size, compute the lo and hi bounds.
michael@2 3929 cat >conftest.$ac_ext <<_ACEOF
michael@2 3930 @@ -11808,7 +10507,7 @@
michael@2 3931 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3932 /* end confdefs.h. */
michael@2 3933 $ac_includes_default
michael@2 3934 - typedef char * ac__type_sizeof_;
michael@2 3935 + typedef char * ac__type_sizeof_;
michael@2 3936 int
michael@2 3937 main ()
michael@2 3938 {
michael@2 3939 @@ -11832,27 +10531,10 @@
michael@2 3940 rm -f conftest.er1
michael@2 3941 cat conftest.err >&5
michael@2 3942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3943 - (exit $ac_status); } &&
michael@2 3944 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3945 - { (case "(($ac_try" in
michael@2 3946 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3947 - *) ac_try_echo=$ac_try;;
michael@2 3948 -esac
michael@2 3949 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3950 - (eval "$ac_try") 2>&5
michael@2 3951 - ac_status=$?
michael@2 3952 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3953 - (exit $ac_status); }; } &&
michael@2 3954 - { ac_try='test -s conftest.$ac_objext'
michael@2 3955 - { (case "(($ac_try" in
michael@2 3956 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3957 - *) ac_try_echo=$ac_try;;
michael@2 3958 -esac
michael@2 3959 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3960 - (eval "$ac_try") 2>&5
michael@2 3961 - ac_status=$?
michael@2 3962 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3963 - (exit $ac_status); }; }; then
michael@2 3964 + (exit $ac_status); } && {
michael@2 3965 + test -z "$ac_cxx_werror_flag" ||
michael@2 3966 + test ! -s conftest.err
michael@2 3967 + } && test -s conftest.$ac_objext; then
michael@2 3968 ac_lo=0 ac_mid=0
michael@2 3969 while :; do
michael@2 3970 cat >conftest.$ac_ext <<_ACEOF
michael@2 3971 @@ -11862,7 +10544,7 @@
michael@2 3972 cat >>conftest.$ac_ext <<_ACEOF
michael@2 3973 /* end confdefs.h. */
michael@2 3974 $ac_includes_default
michael@2 3975 - typedef char * ac__type_sizeof_;
michael@2 3976 + typedef char * ac__type_sizeof_;
michael@2 3977 int
michael@2 3978 main ()
michael@2 3979 {
michael@2 3980 @@ -11886,27 +10568,10 @@
michael@2 3981 rm -f conftest.er1
michael@2 3982 cat conftest.err >&5
michael@2 3983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3984 - (exit $ac_status); } &&
michael@2 3985 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 3986 - { (case "(($ac_try" in
michael@2 3987 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3988 - *) ac_try_echo=$ac_try;;
michael@2 3989 -esac
michael@2 3990 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 3991 - (eval "$ac_try") 2>&5
michael@2 3992 - ac_status=$?
michael@2 3993 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 3994 - (exit $ac_status); }; } &&
michael@2 3995 - { ac_try='test -s conftest.$ac_objext'
michael@2 3996 - { (case "(($ac_try" in
michael@2 3997 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 3998 - *) ac_try_echo=$ac_try;;
michael@2 3999 -esac
michael@2 4000 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4001 - (eval "$ac_try") 2>&5
michael@2 4002 - ac_status=$?
michael@2 4003 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4004 - (exit $ac_status); }; }; then
michael@2 4005 + (exit $ac_status); } && {
michael@2 4006 + test -z "$ac_cxx_werror_flag" ||
michael@2 4007 + test ! -s conftest.err
michael@2 4008 + } && test -s conftest.$ac_objext; then
michael@2 4009 ac_hi=$ac_mid; break
michael@2 4010 else
michael@2 4011 echo "$as_me: failed program was:" >&5
michael@2 4012 @@ -11933,7 +10598,7 @@
michael@2 4013 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4014 /* end confdefs.h. */
michael@2 4015 $ac_includes_default
michael@2 4016 - typedef char * ac__type_sizeof_;
michael@2 4017 + typedef char * ac__type_sizeof_;
michael@2 4018 int
michael@2 4019 main ()
michael@2 4020 {
michael@2 4021 @@ -11957,27 +10622,10 @@
michael@2 4022 rm -f conftest.er1
michael@2 4023 cat conftest.err >&5
michael@2 4024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4025 - (exit $ac_status); } &&
michael@2 4026 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4027 - { (case "(($ac_try" in
michael@2 4028 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4029 - *) ac_try_echo=$ac_try;;
michael@2 4030 -esac
michael@2 4031 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4032 - (eval "$ac_try") 2>&5
michael@2 4033 - ac_status=$?
michael@2 4034 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4035 - (exit $ac_status); }; } &&
michael@2 4036 - { ac_try='test -s conftest.$ac_objext'
michael@2 4037 - { (case "(($ac_try" in
michael@2 4038 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4039 - *) ac_try_echo=$ac_try;;
michael@2 4040 -esac
michael@2 4041 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4042 - (eval "$ac_try") 2>&5
michael@2 4043 - ac_status=$?
michael@2 4044 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4045 - (exit $ac_status); }; }; then
michael@2 4046 + (exit $ac_status); } && {
michael@2 4047 + test -z "$ac_cxx_werror_flag" ||
michael@2 4048 + test ! -s conftest.err
michael@2 4049 + } && test -s conftest.$ac_objext; then
michael@2 4050 ac_hi=-1 ac_mid=-1
michael@2 4051 while :; do
michael@2 4052 cat >conftest.$ac_ext <<_ACEOF
michael@2 4053 @@ -11987,7 +10635,7 @@
michael@2 4054 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4055 /* end confdefs.h. */
michael@2 4056 $ac_includes_default
michael@2 4057 - typedef char * ac__type_sizeof_;
michael@2 4058 + typedef char * ac__type_sizeof_;
michael@2 4059 int
michael@2 4060 main ()
michael@2 4061 {
michael@2 4062 @@ -12011,27 +10659,10 @@
michael@2 4063 rm -f conftest.er1
michael@2 4064 cat conftest.err >&5
michael@2 4065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4066 - (exit $ac_status); } &&
michael@2 4067 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4068 - { (case "(($ac_try" in
michael@2 4069 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4070 - *) ac_try_echo=$ac_try;;
michael@2 4071 -esac
michael@2 4072 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4073 - (eval "$ac_try") 2>&5
michael@2 4074 - ac_status=$?
michael@2 4075 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4076 - (exit $ac_status); }; } &&
michael@2 4077 - { ac_try='test -s conftest.$ac_objext'
michael@2 4078 - { (case "(($ac_try" in
michael@2 4079 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4080 - *) ac_try_echo=$ac_try;;
michael@2 4081 -esac
michael@2 4082 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4083 - (eval "$ac_try") 2>&5
michael@2 4084 - ac_status=$?
michael@2 4085 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4086 - (exit $ac_status); }; }; then
michael@2 4087 + (exit $ac_status); } && {
michael@2 4088 + test -z "$ac_cxx_werror_flag" ||
michael@2 4089 + test ! -s conftest.err
michael@2 4090 + } && test -s conftest.$ac_objext; then
michael@2 4091 ac_lo=$ac_mid; break
michael@2 4092 else
michael@2 4093 echo "$as_me: failed program was:" >&5
michael@2 4094 @@ -12068,7 +10699,7 @@
michael@2 4095 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4096 /* end confdefs.h. */
michael@2 4097 $ac_includes_default
michael@2 4098 - typedef char * ac__type_sizeof_;
michael@2 4099 + typedef char * ac__type_sizeof_;
michael@2 4100 int
michael@2 4101 main ()
michael@2 4102 {
michael@2 4103 @@ -12092,27 +10723,10 @@
michael@2 4104 rm -f conftest.er1
michael@2 4105 cat conftest.err >&5
michael@2 4106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4107 - (exit $ac_status); } &&
michael@2 4108 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4109 - { (case "(($ac_try" in
michael@2 4110 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4111 - *) ac_try_echo=$ac_try;;
michael@2 4112 -esac
michael@2 4113 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4114 - (eval "$ac_try") 2>&5
michael@2 4115 - ac_status=$?
michael@2 4116 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4117 - (exit $ac_status); }; } &&
michael@2 4118 - { ac_try='test -s conftest.$ac_objext'
michael@2 4119 - { (case "(($ac_try" in
michael@2 4120 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4121 - *) ac_try_echo=$ac_try;;
michael@2 4122 -esac
michael@2 4123 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4124 - (eval "$ac_try") 2>&5
michael@2 4125 - ac_status=$?
michael@2 4126 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4127 - (exit $ac_status); }; }; then
michael@2 4128 + (exit $ac_status); } && {
michael@2 4129 + test -z "$ac_cxx_werror_flag" ||
michael@2 4130 + test ! -s conftest.err
michael@2 4131 + } && test -s conftest.$ac_objext; then
michael@2 4132 ac_hi=$ac_mid
michael@2 4133 else
michael@2 4134 echo "$as_me: failed program was:" >&5
michael@2 4135 @@ -12125,11 +10739,15 @@
michael@2 4136 done
michael@2 4137 case $ac_lo in
michael@2 4138 ?*) ac_cv_sizeof_char_p=$ac_lo;;
michael@2 4139 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
michael@2 4140 +'') if test "$ac_cv_type_char_p" = yes; then
michael@2 4141 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
michael@2 4142 See \`config.log' for more details." >&5
michael@2 4143 echo "$as_me: error: cannot compute sizeof (char *)
michael@2 4144 See \`config.log' for more details." >&2;}
michael@2 4145 - { (exit 77); exit 77; }; } ;;
michael@2 4146 + { (exit 77); exit 77; }; }
michael@2 4147 + else
michael@2 4148 + ac_cv_sizeof_char_p=0
michael@2 4149 + fi ;;
michael@2 4150 esac
michael@2 4151 else
michael@2 4152 cat >conftest.$ac_ext <<_ACEOF
michael@2 4153 @@ -12139,7 +10757,7 @@
michael@2 4154 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4155 /* end confdefs.h. */
michael@2 4156 $ac_includes_default
michael@2 4157 - typedef char * ac__type_sizeof_;
michael@2 4158 + typedef char * ac__type_sizeof_;
michael@2 4159 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 4160 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 4161 #include <stdio.h>
michael@2 4162 @@ -12198,21 +10816,25 @@
michael@2 4163 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 4164
michael@2 4165 ( exit $ac_status )
michael@2 4166 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
michael@2 4167 +if test "$ac_cv_type_char_p" = yes; then
michael@2 4168 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *)
michael@2 4169 See \`config.log' for more details." >&5
michael@2 4170 echo "$as_me: error: cannot compute sizeof (char *)
michael@2 4171 See \`config.log' for more details." >&2;}
michael@2 4172 { (exit 77); exit 77; }; }
michael@2 4173 + else
michael@2 4174 + ac_cv_sizeof_char_p=0
michael@2 4175 + fi
michael@2 4176 fi
michael@2 4177 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
michael@2 4178 fi
michael@2 4179 rm -f conftest.val
michael@2 4180 -else
michael@2 4181 - ac_cv_sizeof_char_p=0
michael@2 4182 -fi
michael@2 4183 fi
michael@2 4184 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5
michael@2 4185 echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; }
michael@2 4186 +
michael@2 4187 +
michael@2 4188 +
michael@2 4189 cat >>confdefs.h <<_ACEOF
michael@2 4190 #define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
michael@2 4191 _ACEOF
michael@2 4192 @@ -12261,27 +10883,11 @@
michael@2 4193 rm -f conftest.er1
michael@2 4194 cat conftest.err >&5
michael@2 4195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4196 - (exit $ac_status); } &&
michael@2 4197 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4198 - { (case "(($ac_try" in
michael@2 4199 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4200 - *) ac_try_echo=$ac_try;;
michael@2 4201 -esac
michael@2 4202 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4203 - (eval "$ac_try") 2>&5
michael@2 4204 - ac_status=$?
michael@2 4205 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4206 - (exit $ac_status); }; } &&
michael@2 4207 - { ac_try='test -s conftest$ac_exeext'
michael@2 4208 - { (case "(($ac_try" in
michael@2 4209 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4210 - *) ac_try_echo=$ac_try;;
michael@2 4211 -esac
michael@2 4212 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4213 - (eval "$ac_try") 2>&5
michael@2 4214 - ac_status=$?
michael@2 4215 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4216 - (exit $ac_status); }; }; then
michael@2 4217 + (exit $ac_status); } && {
michael@2 4218 + test -z "$ac_cxx_werror_flag" ||
michael@2 4219 + test ! -s conftest.err
michael@2 4220 + } && test -s conftest$ac_exeext &&
michael@2 4221 + $as_test_x conftest$ac_exeext; then
michael@2 4222 ac_cv_lib_dl_dlopen=yes
michael@2 4223 else
michael@2 4224 echo "$as_me: failed program was:" >&5
michael@2 4225 @@ -12290,7 +10896,7 @@
michael@2 4226 ac_cv_lib_dl_dlopen=no
michael@2 4227 fi
michael@2 4228
michael@2 4229 -rm -f core conftest.err conftest.$ac_objext \
michael@2 4230 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 4231 conftest$ac_exeext conftest.$ac_ext
michael@2 4232 LIBS=$ac_check_lib_save_LIBS
michael@2 4233 fi
michael@2 4234 @@ -12346,27 +10952,11 @@
michael@2 4235 rm -f conftest.er1
michael@2 4236 cat conftest.err >&5
michael@2 4237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4238 - (exit $ac_status); } &&
michael@2 4239 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4240 - { (case "(($ac_try" in
michael@2 4241 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4242 - *) ac_try_echo=$ac_try;;
michael@2 4243 -esac
michael@2 4244 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4245 - (eval "$ac_try") 2>&5
michael@2 4246 - ac_status=$?
michael@2 4247 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4248 - (exit $ac_status); }; } &&
michael@2 4249 - { ac_try='test -s conftest$ac_exeext'
michael@2 4250 - { (case "(($ac_try" in
michael@2 4251 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4252 - *) ac_try_echo=$ac_try;;
michael@2 4253 -esac
michael@2 4254 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4255 - (eval "$ac_try") 2>&5
michael@2 4256 - ac_status=$?
michael@2 4257 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4258 - (exit $ac_status); }; }; then
michael@2 4259 + (exit $ac_status); } && {
michael@2 4260 + test -z "$ac_cxx_werror_flag" ||
michael@2 4261 + test ! -s conftest.err
michael@2 4262 + } && test -s conftest$ac_exeext &&
michael@2 4263 + $as_test_x conftest$ac_exeext; then
michael@2 4264 ac_cv_lib_dld_shl_unload=yes
michael@2 4265 else
michael@2 4266 echo "$as_me: failed program was:" >&5
michael@2 4267 @@ -12375,7 +10965,7 @@
michael@2 4268 ac_cv_lib_dld_shl_unload=no
michael@2 4269 fi
michael@2 4270
michael@2 4271 -rm -f core conftest.err conftest.$ac_objext \
michael@2 4272 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 4273 conftest$ac_exeext conftest.$ac_ext
michael@2 4274 LIBS=$ac_check_lib_save_LIBS
michael@2 4275 fi
michael@2 4276 @@ -12431,27 +11021,10 @@
michael@2 4277 rm -f conftest.er1
michael@2 4278 cat conftest.err >&5
michael@2 4279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4280 - (exit $ac_status); } &&
michael@2 4281 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4282 - { (case "(($ac_try" in
michael@2 4283 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4284 - *) ac_try_echo=$ac_try;;
michael@2 4285 -esac
michael@2 4286 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4287 - (eval "$ac_try") 2>&5
michael@2 4288 - ac_status=$?
michael@2 4289 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4290 - (exit $ac_status); }; } &&
michael@2 4291 - { ac_try='test -s conftest.$ac_objext'
michael@2 4292 - { (case "(($ac_try" in
michael@2 4293 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4294 - *) ac_try_echo=$ac_try;;
michael@2 4295 -esac
michael@2 4296 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4297 - (eval "$ac_try") 2>&5
michael@2 4298 - ac_status=$?
michael@2 4299 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4300 - (exit $ac_status); }; }; then
michael@2 4301 + (exit $ac_status); } && {
michael@2 4302 + test -z "$ac_cxx_werror_flag" ||
michael@2 4303 + test ! -s conftest.err
michael@2 4304 + } && test -s conftest.$ac_objext; then
michael@2 4305 ac_cv_type_size_t=yes
michael@2 4306 else
michael@2 4307 echo "$as_me: failed program was:" >&5
michael@2 4308 @@ -12465,16 +11038,15 @@
michael@2 4309 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
michael@2 4310 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
michael@2 4311
michael@2 4312 +# The cast to long int works around a bug in the HP C Compiler
michael@2 4313 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 4314 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 4315 +# This bug is HP SR number 8606223364.
michael@2 4316 { echo "$as_me:$LINENO: checking size of size_t" >&5
michael@2 4317 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
michael@2 4318 if test "${ac_cv_sizeof_size_t+set}" = set; then
michael@2 4319 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 4320 else
michael@2 4321 - if test "$ac_cv_type_size_t" = yes; then
michael@2 4322 - # The cast to long int works around a bug in the HP C Compiler
michael@2 4323 - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 4324 - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 4325 - # This bug is HP SR number 8606223364.
michael@2 4326 if test "$cross_compiling" = yes; then
michael@2 4327 # Depending upon the size, compute the lo and hi bounds.
michael@2 4328 cat >conftest.$ac_ext <<_ACEOF
michael@2 4329 @@ -12484,7 +11056,7 @@
michael@2 4330 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4331 /* end confdefs.h. */
michael@2 4332 $ac_includes_default
michael@2 4333 - typedef size_t ac__type_sizeof_;
michael@2 4334 + typedef size_t ac__type_sizeof_;
michael@2 4335 int
michael@2 4336 main ()
michael@2 4337 {
michael@2 4338 @@ -12508,27 +11080,10 @@
michael@2 4339 rm -f conftest.er1
michael@2 4340 cat conftest.err >&5
michael@2 4341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4342 - (exit $ac_status); } &&
michael@2 4343 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4344 - { (case "(($ac_try" in
michael@2 4345 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4346 - *) ac_try_echo=$ac_try;;
michael@2 4347 -esac
michael@2 4348 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4349 - (eval "$ac_try") 2>&5
michael@2 4350 - ac_status=$?
michael@2 4351 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4352 - (exit $ac_status); }; } &&
michael@2 4353 - { ac_try='test -s conftest.$ac_objext'
michael@2 4354 - { (case "(($ac_try" in
michael@2 4355 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4356 - *) ac_try_echo=$ac_try;;
michael@2 4357 -esac
michael@2 4358 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4359 - (eval "$ac_try") 2>&5
michael@2 4360 - ac_status=$?
michael@2 4361 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4362 - (exit $ac_status); }; }; then
michael@2 4363 + (exit $ac_status); } && {
michael@2 4364 + test -z "$ac_cxx_werror_flag" ||
michael@2 4365 + test ! -s conftest.err
michael@2 4366 + } && test -s conftest.$ac_objext; then
michael@2 4367 ac_lo=0 ac_mid=0
michael@2 4368 while :; do
michael@2 4369 cat >conftest.$ac_ext <<_ACEOF
michael@2 4370 @@ -12538,7 +11093,7 @@
michael@2 4371 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4372 /* end confdefs.h. */
michael@2 4373 $ac_includes_default
michael@2 4374 - typedef size_t ac__type_sizeof_;
michael@2 4375 + typedef size_t ac__type_sizeof_;
michael@2 4376 int
michael@2 4377 main ()
michael@2 4378 {
michael@2 4379 @@ -12562,27 +11117,10 @@
michael@2 4380 rm -f conftest.er1
michael@2 4381 cat conftest.err >&5
michael@2 4382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4383 - (exit $ac_status); } &&
michael@2 4384 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4385 - { (case "(($ac_try" in
michael@2 4386 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4387 - *) ac_try_echo=$ac_try;;
michael@2 4388 -esac
michael@2 4389 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4390 - (eval "$ac_try") 2>&5
michael@2 4391 - ac_status=$?
michael@2 4392 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4393 - (exit $ac_status); }; } &&
michael@2 4394 - { ac_try='test -s conftest.$ac_objext'
michael@2 4395 - { (case "(($ac_try" in
michael@2 4396 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4397 - *) ac_try_echo=$ac_try;;
michael@2 4398 -esac
michael@2 4399 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4400 - (eval "$ac_try") 2>&5
michael@2 4401 - ac_status=$?
michael@2 4402 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4403 - (exit $ac_status); }; }; then
michael@2 4404 + (exit $ac_status); } && {
michael@2 4405 + test -z "$ac_cxx_werror_flag" ||
michael@2 4406 + test ! -s conftest.err
michael@2 4407 + } && test -s conftest.$ac_objext; then
michael@2 4408 ac_hi=$ac_mid; break
michael@2 4409 else
michael@2 4410 echo "$as_me: failed program was:" >&5
michael@2 4411 @@ -12609,7 +11147,7 @@
michael@2 4412 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4413 /* end confdefs.h. */
michael@2 4414 $ac_includes_default
michael@2 4415 - typedef size_t ac__type_sizeof_;
michael@2 4416 + typedef size_t ac__type_sizeof_;
michael@2 4417 int
michael@2 4418 main ()
michael@2 4419 {
michael@2 4420 @@ -12633,27 +11171,10 @@
michael@2 4421 rm -f conftest.er1
michael@2 4422 cat conftest.err >&5
michael@2 4423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4424 - (exit $ac_status); } &&
michael@2 4425 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4426 - { (case "(($ac_try" in
michael@2 4427 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4428 - *) ac_try_echo=$ac_try;;
michael@2 4429 -esac
michael@2 4430 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4431 - (eval "$ac_try") 2>&5
michael@2 4432 - ac_status=$?
michael@2 4433 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4434 - (exit $ac_status); }; } &&
michael@2 4435 - { ac_try='test -s conftest.$ac_objext'
michael@2 4436 - { (case "(($ac_try" in
michael@2 4437 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4438 - *) ac_try_echo=$ac_try;;
michael@2 4439 -esac
michael@2 4440 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4441 - (eval "$ac_try") 2>&5
michael@2 4442 - ac_status=$?
michael@2 4443 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4444 - (exit $ac_status); }; }; then
michael@2 4445 + (exit $ac_status); } && {
michael@2 4446 + test -z "$ac_cxx_werror_flag" ||
michael@2 4447 + test ! -s conftest.err
michael@2 4448 + } && test -s conftest.$ac_objext; then
michael@2 4449 ac_hi=-1 ac_mid=-1
michael@2 4450 while :; do
michael@2 4451 cat >conftest.$ac_ext <<_ACEOF
michael@2 4452 @@ -12663,7 +11184,7 @@
michael@2 4453 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4454 /* end confdefs.h. */
michael@2 4455 $ac_includes_default
michael@2 4456 - typedef size_t ac__type_sizeof_;
michael@2 4457 + typedef size_t ac__type_sizeof_;
michael@2 4458 int
michael@2 4459 main ()
michael@2 4460 {
michael@2 4461 @@ -12687,27 +11208,10 @@
michael@2 4462 rm -f conftest.er1
michael@2 4463 cat conftest.err >&5
michael@2 4464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4465 - (exit $ac_status); } &&
michael@2 4466 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4467 - { (case "(($ac_try" in
michael@2 4468 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4469 - *) ac_try_echo=$ac_try;;
michael@2 4470 -esac
michael@2 4471 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4472 - (eval "$ac_try") 2>&5
michael@2 4473 - ac_status=$?
michael@2 4474 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4475 - (exit $ac_status); }; } &&
michael@2 4476 - { ac_try='test -s conftest.$ac_objext'
michael@2 4477 - { (case "(($ac_try" in
michael@2 4478 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4479 - *) ac_try_echo=$ac_try;;
michael@2 4480 -esac
michael@2 4481 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4482 - (eval "$ac_try") 2>&5
michael@2 4483 - ac_status=$?
michael@2 4484 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4485 - (exit $ac_status); }; }; then
michael@2 4486 + (exit $ac_status); } && {
michael@2 4487 + test -z "$ac_cxx_werror_flag" ||
michael@2 4488 + test ! -s conftest.err
michael@2 4489 + } && test -s conftest.$ac_objext; then
michael@2 4490 ac_lo=$ac_mid; break
michael@2 4491 else
michael@2 4492 echo "$as_me: failed program was:" >&5
michael@2 4493 @@ -12744,7 +11248,7 @@
michael@2 4494 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4495 /* end confdefs.h. */
michael@2 4496 $ac_includes_default
michael@2 4497 - typedef size_t ac__type_sizeof_;
michael@2 4498 + typedef size_t ac__type_sizeof_;
michael@2 4499 int
michael@2 4500 main ()
michael@2 4501 {
michael@2 4502 @@ -12768,27 +11272,10 @@
michael@2 4503 rm -f conftest.er1
michael@2 4504 cat conftest.err >&5
michael@2 4505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4506 - (exit $ac_status); } &&
michael@2 4507 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4508 - { (case "(($ac_try" in
michael@2 4509 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4510 - *) ac_try_echo=$ac_try;;
michael@2 4511 -esac
michael@2 4512 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4513 - (eval "$ac_try") 2>&5
michael@2 4514 - ac_status=$?
michael@2 4515 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4516 - (exit $ac_status); }; } &&
michael@2 4517 - { ac_try='test -s conftest.$ac_objext'
michael@2 4518 - { (case "(($ac_try" in
michael@2 4519 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4520 - *) ac_try_echo=$ac_try;;
michael@2 4521 -esac
michael@2 4522 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4523 - (eval "$ac_try") 2>&5
michael@2 4524 - ac_status=$?
michael@2 4525 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4526 - (exit $ac_status); }; }; then
michael@2 4527 + (exit $ac_status); } && {
michael@2 4528 + test -z "$ac_cxx_werror_flag" ||
michael@2 4529 + test ! -s conftest.err
michael@2 4530 + } && test -s conftest.$ac_objext; then
michael@2 4531 ac_hi=$ac_mid
michael@2 4532 else
michael@2 4533 echo "$as_me: failed program was:" >&5
michael@2 4534 @@ -12801,11 +11288,15 @@
michael@2 4535 done
michael@2 4536 case $ac_lo in
michael@2 4537 ?*) ac_cv_sizeof_size_t=$ac_lo;;
michael@2 4538 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
michael@2 4539 +'') if test "$ac_cv_type_size_t" = yes; then
michael@2 4540 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
michael@2 4541 See \`config.log' for more details." >&5
michael@2 4542 echo "$as_me: error: cannot compute sizeof (size_t)
michael@2 4543 See \`config.log' for more details." >&2;}
michael@2 4544 - { (exit 77); exit 77; }; } ;;
michael@2 4545 + { (exit 77); exit 77; }; }
michael@2 4546 + else
michael@2 4547 + ac_cv_sizeof_size_t=0
michael@2 4548 + fi ;;
michael@2 4549 esac
michael@2 4550 else
michael@2 4551 cat >conftest.$ac_ext <<_ACEOF
michael@2 4552 @@ -12815,7 +11306,7 @@
michael@2 4553 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4554 /* end confdefs.h. */
michael@2 4555 $ac_includes_default
michael@2 4556 - typedef size_t ac__type_sizeof_;
michael@2 4557 + typedef size_t ac__type_sizeof_;
michael@2 4558 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 4559 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 4560 #include <stdio.h>
michael@2 4561 @@ -12874,21 +11365,25 @@
michael@2 4562 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 4563
michael@2 4564 ( exit $ac_status )
michael@2 4565 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
michael@2 4566 +if test "$ac_cv_type_size_t" = yes; then
michael@2 4567 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
michael@2 4568 See \`config.log' for more details." >&5
michael@2 4569 echo "$as_me: error: cannot compute sizeof (size_t)
michael@2 4570 See \`config.log' for more details." >&2;}
michael@2 4571 { (exit 77); exit 77; }; }
michael@2 4572 + else
michael@2 4573 + ac_cv_sizeof_size_t=0
michael@2 4574 + fi
michael@2 4575 fi
michael@2 4576 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
michael@2 4577 fi
michael@2 4578 rm -f conftest.val
michael@2 4579 -else
michael@2 4580 - ac_cv_sizeof_size_t=0
michael@2 4581 -fi
michael@2 4582 fi
michael@2 4583 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
michael@2 4584 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
michael@2 4585 +
michael@2 4586 +
michael@2 4587 +
michael@2 4588 cat >>confdefs.h <<_ACEOF
michael@2 4589 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
michael@2 4590 _ACEOF
michael@2 4591 @@ -12931,27 +11426,10 @@
michael@2 4592 rm -f conftest.er1
michael@2 4593 cat conftest.err >&5
michael@2 4594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4595 - (exit $ac_status); } &&
michael@2 4596 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4597 - { (case "(($ac_try" in
michael@2 4598 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4599 - *) ac_try_echo=$ac_try;;
michael@2 4600 -esac
michael@2 4601 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4602 - (eval "$ac_try") 2>&5
michael@2 4603 - ac_status=$?
michael@2 4604 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4605 - (exit $ac_status); }; } &&
michael@2 4606 - { ac_try='test -s conftest.$ac_objext'
michael@2 4607 - { (case "(($ac_try" in
michael@2 4608 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4609 - *) ac_try_echo=$ac_try;;
michael@2 4610 -esac
michael@2 4611 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4612 - (eval "$ac_try") 2>&5
michael@2 4613 - ac_status=$?
michael@2 4614 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4615 - (exit $ac_status); }; }; then
michael@2 4616 + (exit $ac_status); } && {
michael@2 4617 + test -z "$ac_cxx_werror_flag" ||
michael@2 4618 + test ! -s conftest.err
michael@2 4619 + } && test -s conftest.$ac_objext; then
michael@2 4620 ac_cv_type_unsigned_long=yes
michael@2 4621 else
michael@2 4622 echo "$as_me: failed program was:" >&5
michael@2 4623 @@ -12965,16 +11443,15 @@
michael@2 4624 { echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long" >&5
michael@2 4625 echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6; }
michael@2 4626
michael@2 4627 +# The cast to long int works around a bug in the HP C Compiler
michael@2 4628 +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 4629 +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 4630 +# This bug is HP SR number 8606223364.
michael@2 4631 { echo "$as_me:$LINENO: checking size of unsigned long" >&5
michael@2 4632 echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6; }
michael@2 4633 if test "${ac_cv_sizeof_unsigned_long+set}" = set; then
michael@2 4634 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 4635 else
michael@2 4636 - if test "$ac_cv_type_unsigned_long" = yes; then
michael@2 4637 - # The cast to long int works around a bug in the HP C Compiler
michael@2 4638 - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
michael@2 4639 - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
michael@2 4640 - # This bug is HP SR number 8606223364.
michael@2 4641 if test "$cross_compiling" = yes; then
michael@2 4642 # Depending upon the size, compute the lo and hi bounds.
michael@2 4643 cat >conftest.$ac_ext <<_ACEOF
michael@2 4644 @@ -12984,7 +11461,7 @@
michael@2 4645 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4646 /* end confdefs.h. */
michael@2 4647 $ac_includes_default
michael@2 4648 - typedef unsigned long ac__type_sizeof_;
michael@2 4649 + typedef unsigned long ac__type_sizeof_;
michael@2 4650 int
michael@2 4651 main ()
michael@2 4652 {
michael@2 4653 @@ -13008,27 +11485,10 @@
michael@2 4654 rm -f conftest.er1
michael@2 4655 cat conftest.err >&5
michael@2 4656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4657 - (exit $ac_status); } &&
michael@2 4658 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4659 - { (case "(($ac_try" in
michael@2 4660 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4661 - *) ac_try_echo=$ac_try;;
michael@2 4662 -esac
michael@2 4663 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4664 - (eval "$ac_try") 2>&5
michael@2 4665 - ac_status=$?
michael@2 4666 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4667 - (exit $ac_status); }; } &&
michael@2 4668 - { ac_try='test -s conftest.$ac_objext'
michael@2 4669 - { (case "(($ac_try" in
michael@2 4670 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4671 - *) ac_try_echo=$ac_try;;
michael@2 4672 -esac
michael@2 4673 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4674 - (eval "$ac_try") 2>&5
michael@2 4675 - ac_status=$?
michael@2 4676 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4677 - (exit $ac_status); }; }; then
michael@2 4678 + (exit $ac_status); } && {
michael@2 4679 + test -z "$ac_cxx_werror_flag" ||
michael@2 4680 + test ! -s conftest.err
michael@2 4681 + } && test -s conftest.$ac_objext; then
michael@2 4682 ac_lo=0 ac_mid=0
michael@2 4683 while :; do
michael@2 4684 cat >conftest.$ac_ext <<_ACEOF
michael@2 4685 @@ -13038,7 +11498,7 @@
michael@2 4686 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4687 /* end confdefs.h. */
michael@2 4688 $ac_includes_default
michael@2 4689 - typedef unsigned long ac__type_sizeof_;
michael@2 4690 + typedef unsigned long ac__type_sizeof_;
michael@2 4691 int
michael@2 4692 main ()
michael@2 4693 {
michael@2 4694 @@ -13062,27 +11522,10 @@
michael@2 4695 rm -f conftest.er1
michael@2 4696 cat conftest.err >&5
michael@2 4697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4698 - (exit $ac_status); } &&
michael@2 4699 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4700 - { (case "(($ac_try" in
michael@2 4701 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4702 - *) ac_try_echo=$ac_try;;
michael@2 4703 -esac
michael@2 4704 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4705 - (eval "$ac_try") 2>&5
michael@2 4706 - ac_status=$?
michael@2 4707 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4708 - (exit $ac_status); }; } &&
michael@2 4709 - { ac_try='test -s conftest.$ac_objext'
michael@2 4710 - { (case "(($ac_try" in
michael@2 4711 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4712 - *) ac_try_echo=$ac_try;;
michael@2 4713 -esac
michael@2 4714 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4715 - (eval "$ac_try") 2>&5
michael@2 4716 - ac_status=$?
michael@2 4717 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4718 - (exit $ac_status); }; }; then
michael@2 4719 + (exit $ac_status); } && {
michael@2 4720 + test -z "$ac_cxx_werror_flag" ||
michael@2 4721 + test ! -s conftest.err
michael@2 4722 + } && test -s conftest.$ac_objext; then
michael@2 4723 ac_hi=$ac_mid; break
michael@2 4724 else
michael@2 4725 echo "$as_me: failed program was:" >&5
michael@2 4726 @@ -13109,7 +11552,7 @@
michael@2 4727 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4728 /* end confdefs.h. */
michael@2 4729 $ac_includes_default
michael@2 4730 - typedef unsigned long ac__type_sizeof_;
michael@2 4731 + typedef unsigned long ac__type_sizeof_;
michael@2 4732 int
michael@2 4733 main ()
michael@2 4734 {
michael@2 4735 @@ -13133,27 +11576,10 @@
michael@2 4736 rm -f conftest.er1
michael@2 4737 cat conftest.err >&5
michael@2 4738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4739 - (exit $ac_status); } &&
michael@2 4740 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4741 - { (case "(($ac_try" in
michael@2 4742 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4743 - *) ac_try_echo=$ac_try;;
michael@2 4744 -esac
michael@2 4745 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4746 - (eval "$ac_try") 2>&5
michael@2 4747 - ac_status=$?
michael@2 4748 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4749 - (exit $ac_status); }; } &&
michael@2 4750 - { ac_try='test -s conftest.$ac_objext'
michael@2 4751 - { (case "(($ac_try" in
michael@2 4752 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4753 - *) ac_try_echo=$ac_try;;
michael@2 4754 -esac
michael@2 4755 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4756 - (eval "$ac_try") 2>&5
michael@2 4757 - ac_status=$?
michael@2 4758 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4759 - (exit $ac_status); }; }; then
michael@2 4760 + (exit $ac_status); } && {
michael@2 4761 + test -z "$ac_cxx_werror_flag" ||
michael@2 4762 + test ! -s conftest.err
michael@2 4763 + } && test -s conftest.$ac_objext; then
michael@2 4764 ac_hi=-1 ac_mid=-1
michael@2 4765 while :; do
michael@2 4766 cat >conftest.$ac_ext <<_ACEOF
michael@2 4767 @@ -13163,7 +11589,7 @@
michael@2 4768 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4769 /* end confdefs.h. */
michael@2 4770 $ac_includes_default
michael@2 4771 - typedef unsigned long ac__type_sizeof_;
michael@2 4772 + typedef unsigned long ac__type_sizeof_;
michael@2 4773 int
michael@2 4774 main ()
michael@2 4775 {
michael@2 4776 @@ -13187,27 +11613,10 @@
michael@2 4777 rm -f conftest.er1
michael@2 4778 cat conftest.err >&5
michael@2 4779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4780 - (exit $ac_status); } &&
michael@2 4781 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4782 - { (case "(($ac_try" in
michael@2 4783 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4784 - *) ac_try_echo=$ac_try;;
michael@2 4785 -esac
michael@2 4786 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4787 - (eval "$ac_try") 2>&5
michael@2 4788 - ac_status=$?
michael@2 4789 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4790 - (exit $ac_status); }; } &&
michael@2 4791 - { ac_try='test -s conftest.$ac_objext'
michael@2 4792 - { (case "(($ac_try" in
michael@2 4793 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4794 - *) ac_try_echo=$ac_try;;
michael@2 4795 -esac
michael@2 4796 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4797 - (eval "$ac_try") 2>&5
michael@2 4798 - ac_status=$?
michael@2 4799 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4800 - (exit $ac_status); }; }; then
michael@2 4801 + (exit $ac_status); } && {
michael@2 4802 + test -z "$ac_cxx_werror_flag" ||
michael@2 4803 + test ! -s conftest.err
michael@2 4804 + } && test -s conftest.$ac_objext; then
michael@2 4805 ac_lo=$ac_mid; break
michael@2 4806 else
michael@2 4807 echo "$as_me: failed program was:" >&5
michael@2 4808 @@ -13244,7 +11653,7 @@
michael@2 4809 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4810 /* end confdefs.h. */
michael@2 4811 $ac_includes_default
michael@2 4812 - typedef unsigned long ac__type_sizeof_;
michael@2 4813 + typedef unsigned long ac__type_sizeof_;
michael@2 4814 int
michael@2 4815 main ()
michael@2 4816 {
michael@2 4817 @@ -13268,27 +11677,10 @@
michael@2 4818 rm -f conftest.er1
michael@2 4819 cat conftest.err >&5
michael@2 4820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4821 - (exit $ac_status); } &&
michael@2 4822 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4823 - { (case "(($ac_try" in
michael@2 4824 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4825 - *) ac_try_echo=$ac_try;;
michael@2 4826 -esac
michael@2 4827 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4828 - (eval "$ac_try") 2>&5
michael@2 4829 - ac_status=$?
michael@2 4830 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4831 - (exit $ac_status); }; } &&
michael@2 4832 - { ac_try='test -s conftest.$ac_objext'
michael@2 4833 - { (case "(($ac_try" in
michael@2 4834 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4835 - *) ac_try_echo=$ac_try;;
michael@2 4836 -esac
michael@2 4837 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4838 - (eval "$ac_try") 2>&5
michael@2 4839 - ac_status=$?
michael@2 4840 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4841 - (exit $ac_status); }; }; then
michael@2 4842 + (exit $ac_status); } && {
michael@2 4843 + test -z "$ac_cxx_werror_flag" ||
michael@2 4844 + test ! -s conftest.err
michael@2 4845 + } && test -s conftest.$ac_objext; then
michael@2 4846 ac_hi=$ac_mid
michael@2 4847 else
michael@2 4848 echo "$as_me: failed program was:" >&5
michael@2 4849 @@ -13301,11 +11693,15 @@
michael@2 4850 done
michael@2 4851 case $ac_lo in
michael@2 4852 ?*) ac_cv_sizeof_unsigned_long=$ac_lo;;
michael@2 4853 -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
michael@2 4854 +'') if test "$ac_cv_type_unsigned_long" = yes; then
michael@2 4855 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
michael@2 4856 See \`config.log' for more details." >&5
michael@2 4857 echo "$as_me: error: cannot compute sizeof (unsigned long)
michael@2 4858 See \`config.log' for more details." >&2;}
michael@2 4859 - { (exit 77); exit 77; }; } ;;
michael@2 4860 + { (exit 77); exit 77; }; }
michael@2 4861 + else
michael@2 4862 + ac_cv_sizeof_unsigned_long=0
michael@2 4863 + fi ;;
michael@2 4864 esac
michael@2 4865 else
michael@2 4866 cat >conftest.$ac_ext <<_ACEOF
michael@2 4867 @@ -13315,7 +11711,7 @@
michael@2 4868 cat >>conftest.$ac_ext <<_ACEOF
michael@2 4869 /* end confdefs.h. */
michael@2 4870 $ac_includes_default
michael@2 4871 - typedef unsigned long ac__type_sizeof_;
michael@2 4872 + typedef unsigned long ac__type_sizeof_;
michael@2 4873 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 4874 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
michael@2 4875 #include <stdio.h>
michael@2 4876 @@ -13374,21 +11770,25 @@
michael@2 4877 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 4878
michael@2 4879 ( exit $ac_status )
michael@2 4880 -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
michael@2 4881 +if test "$ac_cv_type_unsigned_long" = yes; then
michael@2 4882 + { { echo "$as_me:$LINENO: error: cannot compute sizeof (unsigned long)
michael@2 4883 See \`config.log' for more details." >&5
michael@2 4884 echo "$as_me: error: cannot compute sizeof (unsigned long)
michael@2 4885 See \`config.log' for more details." >&2;}
michael@2 4886 { (exit 77); exit 77; }; }
michael@2 4887 + else
michael@2 4888 + ac_cv_sizeof_unsigned_long=0
michael@2 4889 + fi
michael@2 4890 fi
michael@2 4891 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
michael@2 4892 fi
michael@2 4893 rm -f conftest.val
michael@2 4894 -else
michael@2 4895 - ac_cv_sizeof_unsigned_long=0
michael@2 4896 -fi
michael@2 4897 fi
michael@2 4898 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_unsigned_long" >&5
michael@2 4899 echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6; }
michael@2 4900 +
michael@2 4901 +
michael@2 4902 +
michael@2 4903 cat >>confdefs.h <<_ACEOF
michael@2 4904 #define SIZEOF_UNSIGNED_LONG $ac_cv_sizeof_unsigned_long
michael@2 4905 _ACEOF
michael@2 4906 @@ -13429,27 +11829,10 @@
michael@2 4907 rm -f conftest.er1
michael@2 4908 cat conftest.err >&5
michael@2 4909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4910 - (exit $ac_status); } &&
michael@2 4911 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4912 - { (case "(($ac_try" in
michael@2 4913 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4914 - *) ac_try_echo=$ac_try;;
michael@2 4915 -esac
michael@2 4916 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4917 - (eval "$ac_try") 2>&5
michael@2 4918 - ac_status=$?
michael@2 4919 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4920 - (exit $ac_status); }; } &&
michael@2 4921 - { ac_try='test -s conftest.$ac_objext'
michael@2 4922 - { (case "(($ac_try" in
michael@2 4923 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4924 - *) ac_try_echo=$ac_try;;
michael@2 4925 -esac
michael@2 4926 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4927 - (eval "$ac_try") 2>&5
michael@2 4928 - ac_status=$?
michael@2 4929 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4930 - (exit $ac_status); }; }; then
michael@2 4931 + (exit $ac_status); } && {
michael@2 4932 + test -z "$ac_cxx_werror_flag" ||
michael@2 4933 + test ! -s conftest.err
michael@2 4934 + } && test -s conftest.$ac_objext; then
michael@2 4935 { echo "$as_me:$LINENO: result: yes" >&5
michael@2 4936 echo "${ECHO_T}yes" >&6; }
michael@2 4937 else
michael@2 4938 @@ -13514,27 +11897,10 @@
michael@2 4939 rm -f conftest.er1
michael@2 4940 cat conftest.err >&5
michael@2 4941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4942 - (exit $ac_status); } &&
michael@2 4943 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 4944 - { (case "(($ac_try" in
michael@2 4945 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4946 - *) ac_try_echo=$ac_try;;
michael@2 4947 -esac
michael@2 4948 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4949 - (eval "$ac_try") 2>&5
michael@2 4950 - ac_status=$?
michael@2 4951 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4952 - (exit $ac_status); }; } &&
michael@2 4953 - { ac_try='test -s conftest.$ac_objext'
michael@2 4954 - { (case "(($ac_try" in
michael@2 4955 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 4956 - *) ac_try_echo=$ac_try;;
michael@2 4957 -esac
michael@2 4958 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 4959 - (eval "$ac_try") 2>&5
michael@2 4960 - ac_status=$?
michael@2 4961 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4962 - (exit $ac_status); }; }; then
michael@2 4963 + (exit $ac_status); } && {
michael@2 4964 + test -z "$ac_cxx_werror_flag" ||
michael@2 4965 + test ! -s conftest.err
michael@2 4966 + } && test -s conftest.$ac_objext; then
michael@2 4967 ac_header_compiler=yes
michael@2 4968 else
michael@2 4969 echo "$as_me: failed program was:" >&5
michael@2 4970 @@ -13570,18 +11936,11 @@
michael@2 4971 rm -f conftest.er1
michael@2 4972 cat conftest.err >&5
michael@2 4973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4974 - (exit $ac_status); } >/dev/null; then
michael@2 4975 - if test -s conftest.err; then
michael@2 4976 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 4977 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 4978 - else
michael@2 4979 - ac_cpp_err=
michael@2 4980 - fi
michael@2 4981 -else
michael@2 4982 - ac_cpp_err=yes
michael@2 4983 -fi
michael@2 4984 -if test -z "$ac_cpp_err"; then
michael@2 4985 - ac_header_preproc=yes
michael@2 4986 + (exit $ac_status); } >/dev/null && {
michael@2 4987 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 4988 + test ! -s conftest.err
michael@2 4989 + }; then
michael@2 4990 + ac_header_preproc=yes
michael@2 4991 else
michael@2 4992 echo "$as_me: failed program was:" >&5
michael@2 4993 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 4994 @@ -13702,27 +12061,11 @@
michael@2 4995 rm -f conftest.er1
michael@2 4996 cat conftest.err >&5
michael@2 4997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 4998 - (exit $ac_status); } &&
michael@2 4999 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5000 - { (case "(($ac_try" in
michael@2 5001 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5002 - *) ac_try_echo=$ac_try;;
michael@2 5003 -esac
michael@2 5004 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5005 - (eval "$ac_try") 2>&5
michael@2 5006 - ac_status=$?
michael@2 5007 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5008 - (exit $ac_status); }; } &&
michael@2 5009 - { ac_try='test -s conftest$ac_exeext'
michael@2 5010 - { (case "(($ac_try" in
michael@2 5011 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5012 - *) ac_try_echo=$ac_try;;
michael@2 5013 -esac
michael@2 5014 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5015 - (eval "$ac_try") 2>&5
michael@2 5016 - ac_status=$?
michael@2 5017 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5018 - (exit $ac_status); }; }; then
michael@2 5019 + (exit $ac_status); } && {
michael@2 5020 + test -z "$ac_cxx_werror_flag" ||
michael@2 5021 + test ! -s conftest.err
michael@2 5022 + } && test -s conftest$ac_exeext &&
michael@2 5023 + $as_test_x conftest$ac_exeext; then
michael@2 5024 ac_cv_func__NSGetEnviron=yes
michael@2 5025 else
michael@2 5026 echo "$as_me: failed program was:" >&5
michael@2 5027 @@ -13731,7 +12074,7 @@
michael@2 5028 ac_cv_func__NSGetEnviron=no
michael@2 5029 fi
michael@2 5030
michael@2 5031 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5032 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5033 conftest$ac_exeext conftest.$ac_ext
michael@2 5034 fi
michael@2 5035 { echo "$as_me:$LINENO: result: $ac_cv_func__NSGetEnviron" >&5
michael@2 5036 @@ -13819,27 +12162,11 @@
michael@2 5037 rm -f conftest.er1
michael@2 5038 cat conftest.err >&5
michael@2 5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5040 - (exit $ac_status); } &&
michael@2 5041 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5042 - { (case "(($ac_try" in
michael@2 5043 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5044 - *) ac_try_echo=$ac_try;;
michael@2 5045 -esac
michael@2 5046 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5047 - (eval "$ac_try") 2>&5
michael@2 5048 - ac_status=$?
michael@2 5049 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5050 - (exit $ac_status); }; } &&
michael@2 5051 - { ac_try='test -s conftest$ac_exeext'
michael@2 5052 - { (case "(($ac_try" in
michael@2 5053 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5054 - *) ac_try_echo=$ac_try;;
michael@2 5055 -esac
michael@2 5056 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5057 - (eval "$ac_try") 2>&5
michael@2 5058 - ac_status=$?
michael@2 5059 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5060 - (exit $ac_status); }; }; then
michael@2 5061 + (exit $ac_status); } && {
michael@2 5062 + test -z "$ac_cxx_werror_flag" ||
michael@2 5063 + test ! -s conftest.err
michael@2 5064 + } && test -s conftest$ac_exeext &&
michael@2 5065 + $as_test_x conftest$ac_exeext; then
michael@2 5066 eval "$as_ac_var=yes"
michael@2 5067 else
michael@2 5068 echo "$as_me: failed program was:" >&5
michael@2 5069 @@ -13848,7 +12175,7 @@
michael@2 5070 eval "$as_ac_var=no"
michael@2 5071 fi
michael@2 5072
michael@2 5073 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5074 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5075 conftest$ac_exeext conftest.$ac_ext
michael@2 5076 fi
michael@2 5077 ac_res=`eval echo '${'$as_ac_var'}'`
michael@2 5078 @@ -13998,17 +12325,10 @@
michael@2 5079 rm -f conftest.er1
michael@2 5080 cat conftest.err >&5
michael@2 5081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5082 - (exit $ac_status); } >/dev/null; then
michael@2 5083 - if test -s conftest.err; then
michael@2 5084 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 5085 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 5086 - else
michael@2 5087 - ac_cpp_err=
michael@2 5088 - fi
michael@2 5089 -else
michael@2 5090 - ac_cpp_err=yes
michael@2 5091 -fi
michael@2 5092 -if test -z "$ac_cpp_err"; then
michael@2 5093 + (exit $ac_status); } >/dev/null && {
michael@2 5094 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 5095 + test ! -s conftest.err
michael@2 5096 + }; then
michael@2 5097 # We can compile using X headers with no special include directory.
michael@2 5098 ac_x_includes=
michael@2 5099 else
michael@2 5100 @@ -14101,27 +12421,11 @@
michael@2 5101 rm -f conftest.er1
michael@2 5102 cat conftest.err >&5
michael@2 5103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5104 - (exit $ac_status); } &&
michael@2 5105 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5106 - { (case "(($ac_try" in
michael@2 5107 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5108 - *) ac_try_echo=$ac_try;;
michael@2 5109 -esac
michael@2 5110 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5111 - (eval "$ac_try") 2>&5
michael@2 5112 - ac_status=$?
michael@2 5113 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5114 - (exit $ac_status); }; } &&
michael@2 5115 - { ac_try='test -s conftest$ac_exeext'
michael@2 5116 - { (case "(($ac_try" in
michael@2 5117 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5118 - *) ac_try_echo=$ac_try;;
michael@2 5119 -esac
michael@2 5120 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5121 - (eval "$ac_try") 2>&5
michael@2 5122 - ac_status=$?
michael@2 5123 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5124 - (exit $ac_status); }; }; then
michael@2 5125 + (exit $ac_status); } && {
michael@2 5126 + test -z "$ac_cxx_werror_flag" ||
michael@2 5127 + test ! -s conftest.err
michael@2 5128 + } && test -s conftest$ac_exeext &&
michael@2 5129 + $as_test_x conftest$ac_exeext; then
michael@2 5130 LIBS="$ac_save_LIBS"
michael@2 5131 # We can link X programs with no special library path.
michael@2 5132 ac_x_libraries=
michael@2 5133 @@ -14178,7 +12482,7 @@
michael@2 5134 done
michael@2 5135 fi
michael@2 5136
michael@2 5137 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5138 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5139 conftest$ac_exeext conftest.$ac_ext
michael@2 5140 fi # $ac_x_libraries = NO
michael@2 5141
michael@2 5142 @@ -14343,27 +12647,11 @@
michael@2 5143 rm -f conftest.er1
michael@2 5144 cat conftest.err >&5
michael@2 5145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5146 - (exit $ac_status); } &&
michael@2 5147 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5148 - { (case "(($ac_try" in
michael@2 5149 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5150 - *) ac_try_echo=$ac_try;;
michael@2 5151 -esac
michael@2 5152 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5153 - (eval "$ac_try") 2>&5
michael@2 5154 - ac_status=$?
michael@2 5155 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5156 - (exit $ac_status); }; } &&
michael@2 5157 - { ac_try='test -s conftest$ac_exeext'
michael@2 5158 - { (case "(($ac_try" in
michael@2 5159 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5160 - *) ac_try_echo=$ac_try;;
michael@2 5161 -esac
michael@2 5162 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5163 - (eval "$ac_try") 2>&5
michael@2 5164 - ac_status=$?
michael@2 5165 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5166 - (exit $ac_status); }; }; then
michael@2 5167 + (exit $ac_status); } && {
michael@2 5168 + test -z "$ac_cxx_werror_flag" ||
michael@2 5169 + test ! -s conftest.err
michael@2 5170 + } && test -s conftest$ac_exeext &&
michael@2 5171 + $as_test_x conftest$ac_exeext; then
michael@2 5172 ac_cv_lib_ICE_IceConnectionNumber=yes
michael@2 5173 else
michael@2 5174 echo "$as_me: failed program was:" >&5
michael@2 5175 @@ -14372,7 +12660,7 @@
michael@2 5176 ac_cv_lib_ICE_IceConnectionNumber=no
michael@2 5177 fi
michael@2 5178
michael@2 5179 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5180 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5181 conftest$ac_exeext conftest.$ac_ext
michael@2 5182 LIBS=$ac_check_lib_save_LIBS
michael@2 5183 fi
michael@2 5184 @@ -14433,27 +12721,11 @@
michael@2 5185 rm -f conftest.er1
michael@2 5186 cat conftest.err >&5
michael@2 5187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5188 - (exit $ac_status); } &&
michael@2 5189 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5190 - { (case "(($ac_try" in
michael@2 5191 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5192 - *) ac_try_echo=$ac_try;;
michael@2 5193 -esac
michael@2 5194 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5195 - (eval "$ac_try") 2>&5
michael@2 5196 - ac_status=$?
michael@2 5197 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5198 - (exit $ac_status); }; } &&
michael@2 5199 - { ac_try='test -s conftest$ac_exeext'
michael@2 5200 - { (case "(($ac_try" in
michael@2 5201 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5202 - *) ac_try_echo=$ac_try;;
michael@2 5203 -esac
michael@2 5204 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5205 - (eval "$ac_try") 2>&5
michael@2 5206 - ac_status=$?
michael@2 5207 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5208 - (exit $ac_status); }; }; then
michael@2 5209 + (exit $ac_status); } && {
michael@2 5210 + test -z "$ac_cxx_werror_flag" ||
michael@2 5211 + test ! -s conftest.err
michael@2 5212 + } && test -s conftest$ac_exeext &&
michael@2 5213 + $as_test_x conftest$ac_exeext; then
michael@2 5214 kde_cv_have_libXext=yes
michael@2 5215 else
michael@2 5216 echo "$as_me: failed program was:" >&5
michael@2 5217 @@ -14463,7 +12735,7 @@
michael@2 5218
michael@2 5219 fi
michael@2 5220
michael@2 5221 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5222 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5223 conftest$ac_exeext conftest.$ac_ext
michael@2 5224
michael@2 5225 LDFLAGS=$kde_ldflags_safe
michael@2 5226 @@ -14670,27 +12942,11 @@
michael@2 5227 rm -f conftest.er1
michael@2 5228 cat conftest.err >&5
michael@2 5229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5230 - (exit $ac_status); } &&
michael@2 5231 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5232 - { (case "(($ac_try" in
michael@2 5233 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5234 - *) ac_try_echo=$ac_try;;
michael@2 5235 -esac
michael@2 5236 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5237 - (eval "$ac_try") 2>&5
michael@2 5238 - ac_status=$?
michael@2 5239 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5240 - (exit $ac_status); }; } &&
michael@2 5241 - { ac_try='test -s conftest$ac_exeext'
michael@2 5242 - { (case "(($ac_try" in
michael@2 5243 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5244 - *) ac_try_echo=$ac_try;;
michael@2 5245 -esac
michael@2 5246 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5247 - (eval "$ac_try") 2>&5
michael@2 5248 - ac_status=$?
michael@2 5249 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5250 - (exit $ac_status); }; }; then
michael@2 5251 + (exit $ac_status); } && {
michael@2 5252 + test -z "$ac_cxx_werror_flag" ||
michael@2 5253 + test ! -s conftest.err
michael@2 5254 + } && test -s conftest$ac_exeext &&
michael@2 5255 + $as_test_x conftest$ac_exeext; then
michael@2 5256 eval "$as_ac_Lib=yes"
michael@2 5257 else
michael@2 5258 echo "$as_me: failed program was:" >&5
michael@2 5259 @@ -14699,7 +12955,7 @@
michael@2 5260 eval "$as_ac_Lib=no"
michael@2 5261 fi
michael@2 5262
michael@2 5263 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5264 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5265 conftest$ac_exeext conftest.$ac_ext
michael@2 5266 LIBS=$ac_check_lib_save_LIBS
michael@2 5267 fi
michael@2 5268 @@ -14760,27 +13016,11 @@
michael@2 5269 rm -f conftest.er1
michael@2 5270 cat conftest.err >&5
michael@2 5271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5272 - (exit $ac_status); } &&
michael@2 5273 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5274 - { (case "(($ac_try" in
michael@2 5275 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5276 - *) ac_try_echo=$ac_try;;
michael@2 5277 -esac
michael@2 5278 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5279 - (eval "$ac_try") 2>&5
michael@2 5280 - ac_status=$?
michael@2 5281 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5282 - (exit $ac_status); }; } &&
michael@2 5283 - { ac_try='test -s conftest$ac_exeext'
michael@2 5284 - { (case "(($ac_try" in
michael@2 5285 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5286 - *) ac_try_echo=$ac_try;;
michael@2 5287 -esac
michael@2 5288 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5289 - (eval "$ac_try") 2>&5
michael@2 5290 - ac_status=$?
michael@2 5291 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5292 - (exit $ac_status); }; }; then
michael@2 5293 + (exit $ac_status); } && {
michael@2 5294 + test -z "$ac_cxx_werror_flag" ||
michael@2 5295 + test ! -s conftest.err
michael@2 5296 + } && test -s conftest$ac_exeext &&
michael@2 5297 + $as_test_x conftest$ac_exeext; then
michael@2 5298 ac_cv_lib_pthread_pthread_create=yes
michael@2 5299 else
michael@2 5300 echo "$as_me: failed program was:" >&5
michael@2 5301 @@ -14789,7 +13029,7 @@
michael@2 5302 ac_cv_lib_pthread_pthread_create=no
michael@2 5303 fi
michael@2 5304
michael@2 5305 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5306 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5307 conftest$ac_exeext conftest.$ac_ext
michael@2 5308 LIBS=$ac_check_lib_save_LIBS
michael@2 5309 fi
michael@2 5310 @@ -14834,27 +13074,11 @@
michael@2 5311 rm -f conftest.er1
michael@2 5312 cat conftest.err >&5
michael@2 5313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5314 - (exit $ac_status); } &&
michael@2 5315 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5316 - { (case "(($ac_try" in
michael@2 5317 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5318 - *) ac_try_echo=$ac_try;;
michael@2 5319 -esac
michael@2 5320 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5321 - (eval "$ac_try") 2>&5
michael@2 5322 - ac_status=$?
michael@2 5323 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5324 - (exit $ac_status); }; } &&
michael@2 5325 - { ac_try='test -s conftest$ac_exeext'
michael@2 5326 - { (case "(($ac_try" in
michael@2 5327 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5328 - *) ac_try_echo=$ac_try;;
michael@2 5329 -esac
michael@2 5330 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5331 - (eval "$ac_try") 2>&5
michael@2 5332 - ac_status=$?
michael@2 5333 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5334 - (exit $ac_status); }; }; then
michael@2 5335 + (exit $ac_status); } && {
michael@2 5336 + test -z "$ac_cxx_werror_flag" ||
michael@2 5337 + test ! -s conftest.err
michael@2 5338 + } && test -s conftest$ac_exeext &&
michael@2 5339 + $as_test_x conftest$ac_exeext; then
michael@2 5340
michael@2 5341 { echo "$as_me:$LINENO: result: yes" >&5
michael@2 5342 echo "${ECHO_T}yes" >&6; }
michael@2 5343 @@ -14868,7 +13092,7 @@
michael@2 5344 echo "${ECHO_T}no" >&6; }
michael@2 5345 fi
michael@2 5346
michael@2 5347 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5348 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5349 conftest$ac_exeext conftest.$ac_ext
michael@2 5350 LIBS=$kde_safe_libs
michael@2 5351 fi
michael@2 5352 @@ -14930,27 +13154,11 @@
michael@2 5353 rm -f conftest.er1
michael@2 5354 cat conftest.err >&5
michael@2 5355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5356 - (exit $ac_status); } &&
michael@2 5357 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5358 - { (case "(($ac_try" in
michael@2 5359 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5360 - *) ac_try_echo=$ac_try;;
michael@2 5361 -esac
michael@2 5362 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5363 - (eval "$ac_try") 2>&5
michael@2 5364 - ac_status=$?
michael@2 5365 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5366 - (exit $ac_status); }; } &&
michael@2 5367 - { ac_try='test -s conftest$ac_exeext'
michael@2 5368 - { (case "(($ac_try" in
michael@2 5369 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5370 - *) ac_try_echo=$ac_try;;
michael@2 5371 -esac
michael@2 5372 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5373 - (eval "$ac_try") 2>&5
michael@2 5374 - ac_status=$?
michael@2 5375 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5376 - (exit $ac_status); }; }; then
michael@2 5377 + (exit $ac_status); } && {
michael@2 5378 + test -z "$ac_cxx_werror_flag" ||
michael@2 5379 + test ! -s conftest.err
michael@2 5380 + } && test -s conftest$ac_exeext &&
michael@2 5381 + $as_test_x conftest$ac_exeext; then
michael@2 5382 eval "kde_cv_prog_cxx_$kde_cache=yes"
michael@2 5383 else
michael@2 5384 echo "$as_me: failed program was:" >&5
michael@2 5385 @@ -14959,7 +13167,7 @@
michael@2 5386
michael@2 5387 fi
michael@2 5388
michael@2 5389 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5390 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5391 conftest$ac_exeext conftest.$ac_ext
michael@2 5392 CXXFLAGS="$save_CXXFLAGS"
michael@2 5393 ac_ext=cpp
michael@2 5394 @@ -15037,27 +13245,11 @@
michael@2 5395 rm -f conftest.er1
michael@2 5396 cat conftest.err >&5
michael@2 5397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5398 - (exit $ac_status); } &&
michael@2 5399 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5400 - { (case "(($ac_try" in
michael@2 5401 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5402 - *) ac_try_echo=$ac_try;;
michael@2 5403 -esac
michael@2 5404 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5405 - (eval "$ac_try") 2>&5
michael@2 5406 - ac_status=$?
michael@2 5407 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5408 - (exit $ac_status); }; } &&
michael@2 5409 - { ac_try='test -s conftest$ac_exeext'
michael@2 5410 - { (case "(($ac_try" in
michael@2 5411 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5412 - *) ac_try_echo=$ac_try;;
michael@2 5413 -esac
michael@2 5414 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5415 - (eval "$ac_try") 2>&5
michael@2 5416 - ac_status=$?
michael@2 5417 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5418 - (exit $ac_status); }; }; then
michael@2 5419 + (exit $ac_status); } && {
michael@2 5420 + test -z "$ac_cxx_werror_flag" ||
michael@2 5421 + test ! -s conftest.err
michael@2 5422 + } && test -s conftest$ac_exeext &&
michael@2 5423 + $as_test_x conftest$ac_exeext; then
michael@2 5424 eval "kde_cv_prog_cxx_$kde_cache=yes"
michael@2 5425 else
michael@2 5426 echo "$as_me: failed program was:" >&5
michael@2 5427 @@ -15066,7 +13258,7 @@
michael@2 5428
michael@2 5429 fi
michael@2 5430
michael@2 5431 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5432 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5433 conftest$ac_exeext conftest.$ac_ext
michael@2 5434 CXXFLAGS="$save_CXXFLAGS"
michael@2 5435 ac_ext=cpp
michael@2 5436 @@ -15226,27 +13418,11 @@
michael@2 5437 rm -f conftest.er1
michael@2 5438 cat conftest.err >&5
michael@2 5439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5440 - (exit $ac_status); } &&
michael@2 5441 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5442 - { (case "(($ac_try" in
michael@2 5443 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5444 - *) ac_try_echo=$ac_try;;
michael@2 5445 -esac
michael@2 5446 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5447 - (eval "$ac_try") 2>&5
michael@2 5448 - ac_status=$?
michael@2 5449 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5450 - (exit $ac_status); }; } &&
michael@2 5451 - { ac_try='test -s conftest$ac_exeext'
michael@2 5452 - { (case "(($ac_try" in
michael@2 5453 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5454 - *) ac_try_echo=$ac_try;;
michael@2 5455 -esac
michael@2 5456 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5457 - (eval "$ac_try") 2>&5
michael@2 5458 - ac_status=$?
michael@2 5459 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5460 - (exit $ac_status); }; }; then
michael@2 5461 + (exit $ac_status); } && {
michael@2 5462 + test -z "$ac_cxx_werror_flag" ||
michael@2 5463 + test ! -s conftest.err
michael@2 5464 + } && test -s conftest$ac_exeext &&
michael@2 5465 + $as_test_x conftest$ac_exeext; then
michael@2 5466 eval "ac_cv_lib_z='-lz'"
michael@2 5467 else
michael@2 5468 echo "$as_me: failed program was:" >&5
michael@2 5469 @@ -15255,7 +13431,7 @@
michael@2 5470 eval "ac_cv_lib_z=no"
michael@2 5471 fi
michael@2 5472
michael@2 5473 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5474 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5475 conftest$ac_exeext conftest.$ac_ext
michael@2 5476 LIBS="$kde_save_LIBS"
michael@2 5477 CFLAGS="$kde_save_CFLAGS"
michael@2 5478 @@ -15338,27 +13514,11 @@
michael@2 5479 rm -f conftest.er1
michael@2 5480 cat conftest.err >&5
michael@2 5481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5482 - (exit $ac_status); } &&
michael@2 5483 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5484 - { (case "(($ac_try" in
michael@2 5485 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5486 - *) ac_try_echo=$ac_try;;
michael@2 5487 -esac
michael@2 5488 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5489 - (eval "$ac_try") 2>&5
michael@2 5490 - ac_status=$?
michael@2 5491 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5492 - (exit $ac_status); }; } &&
michael@2 5493 - { ac_try='test -s conftest$ac_exeext'
michael@2 5494 - { (case "(($ac_try" in
michael@2 5495 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5496 - *) ac_try_echo=$ac_try;;
michael@2 5497 -esac
michael@2 5498 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5499 - (eval "$ac_try") 2>&5
michael@2 5500 - ac_status=$?
michael@2 5501 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5502 - (exit $ac_status); }; }; then
michael@2 5503 + (exit $ac_status); } && {
michael@2 5504 + test -z "$ac_cxx_werror_flag" ||
michael@2 5505 + test ! -s conftest.err
michael@2 5506 + } && test -s conftest$ac_exeext &&
michael@2 5507 + $as_test_x conftest$ac_exeext; then
michael@2 5508 eval "ac_cv_lib_png='-lpng $LIBZ -lm'"
michael@2 5509 else
michael@2 5510 echo "$as_me: failed program was:" >&5
michael@2 5511 @@ -15368,7 +13528,7 @@
michael@2 5512
michael@2 5513 fi
michael@2 5514
michael@2 5515 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5516 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5517 conftest$ac_exeext conftest.$ac_ext
michael@2 5518 LIBS="$kde_save_LIBS"
michael@2 5519 CFLAGS="$kde_save_CFLAGS"
michael@2 5520 @@ -15445,27 +13605,11 @@
michael@2 5521 rm -f conftest.er1
michael@2 5522 cat conftest.err >&5
michael@2 5523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5524 - (exit $ac_status); } &&
michael@2 5525 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5526 - { (case "(($ac_try" in
michael@2 5527 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5528 - *) ac_try_echo=$ac_try;;
michael@2 5529 -esac
michael@2 5530 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5531 - (eval "$ac_try") 2>&5
michael@2 5532 - ac_status=$?
michael@2 5533 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5534 - (exit $ac_status); }; } &&
michael@2 5535 - { ac_try='test -s conftest$ac_exeext'
michael@2 5536 - { (case "(($ac_try" in
michael@2 5537 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5538 - *) ac_try_echo=$ac_try;;
michael@2 5539 -esac
michael@2 5540 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5541 - (eval "$ac_try") 2>&5
michael@2 5542 - ac_status=$?
michael@2 5543 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5544 - (exit $ac_status); }; }; then
michael@2 5545 + (exit $ac_status); } && {
michael@2 5546 + test -z "$ac_cxx_werror_flag" ||
michael@2 5547 + test ! -s conftest.err
michael@2 5548 + } && test -s conftest$ac_exeext &&
michael@2 5549 + $as_test_x conftest$ac_exeext; then
michael@2 5550 eval "ac_cv_lib_jpeg_6b=-ljpeg6b"
michael@2 5551 else
michael@2 5552 echo "$as_me: failed program was:" >&5
michael@2 5553 @@ -15474,7 +13618,7 @@
michael@2 5554 eval "ac_cv_lib_jpeg_6b=no"
michael@2 5555 fi
michael@2 5556
michael@2 5557 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5558 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5559 conftest$ac_exeext conftest.$ac_ext
michael@2 5560 LIBS="$ac_save_LIBS"
michael@2 5561 CFLAGS="$ac_save_CFLAGS"
michael@2 5562 @@ -15542,27 +13686,11 @@
michael@2 5563 rm -f conftest.er1
michael@2 5564 cat conftest.err >&5
michael@2 5565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5566 - (exit $ac_status); } &&
michael@2 5567 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5568 - { (case "(($ac_try" in
michael@2 5569 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5570 - *) ac_try_echo=$ac_try;;
michael@2 5571 -esac
michael@2 5572 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5573 - (eval "$ac_try") 2>&5
michael@2 5574 - ac_status=$?
michael@2 5575 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5576 - (exit $ac_status); }; } &&
michael@2 5577 - { ac_try='test -s conftest$ac_exeext'
michael@2 5578 - { (case "(($ac_try" in
michael@2 5579 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5580 - *) ac_try_echo=$ac_try;;
michael@2 5581 -esac
michael@2 5582 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5583 - (eval "$ac_try") 2>&5
michael@2 5584 - ac_status=$?
michael@2 5585 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5586 - (exit $ac_status); }; }; then
michael@2 5587 + (exit $ac_status); } && {
michael@2 5588 + test -z "$ac_cxx_werror_flag" ||
michael@2 5589 + test ! -s conftest.err
michael@2 5590 + } && test -s conftest$ac_exeext &&
michael@2 5591 + $as_test_x conftest$ac_exeext; then
michael@2 5592 eval "ac_cv_lib_jpeg_normal=-ljpeg"
michael@2 5593 else
michael@2 5594 echo "$as_me: failed program was:" >&5
michael@2 5595 @@ -15571,7 +13699,7 @@
michael@2 5596 eval "ac_cv_lib_jpeg_normal=no"
michael@2 5597 fi
michael@2 5598
michael@2 5599 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5600 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5601 conftest$ac_exeext conftest.$ac_ext
michael@2 5602 LIBS="$ac_save_LIBS"
michael@2 5603 CFLAGS="$ac_save_CFLAGS"
michael@2 5604 @@ -15605,7 +13733,7 @@
michael@2 5605 do
michael@2 5606 for j in jpeglib.h;
michael@2 5607 do
michael@2 5608 - echo "configure: 15608: $i/$j" >&5
michael@2 5609 + echo "configure: 13736: $i/$j" >&5
michael@2 5610 if test -r "$i/$j"; then
michael@2 5611 echo "taking that" >&5
michael@2 5612 jpeg_incdir=$i
michael@2 5613 @@ -15913,7 +14041,7 @@
michael@2 5614 do
michael@2 5615 for j in $kde_qt_header;
michael@2 5616 do
michael@2 5617 - echo "configure: 15916: $i/$j" >&5
michael@2 5618 + echo "configure: 14044: $i/$j" >&5
michael@2 5619 if test -r "$i/$j"; then
michael@2 5620 echo "taking that" >&5
michael@2 5621 qt_incdir=$i
michael@2 5622 @@ -16591,27 +14719,11 @@
michael@2 5623 rm -f conftest.er1
michael@2 5624 cat conftest.err >&5
michael@2 5625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5626 - (exit $ac_status); } &&
michael@2 5627 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5628 - { (case "(($ac_try" in
michael@2 5629 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5630 - *) ac_try_echo=$ac_try;;
michael@2 5631 -esac
michael@2 5632 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5633 - (eval "$ac_try") 2>&5
michael@2 5634 - ac_status=$?
michael@2 5635 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5636 - (exit $ac_status); }; } &&
michael@2 5637 - { ac_try='test -s conftest$ac_exeext'
michael@2 5638 - { (case "(($ac_try" in
michael@2 5639 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5640 - *) ac_try_echo=$ac_try;;
michael@2 5641 -esac
michael@2 5642 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5643 - (eval "$ac_try") 2>&5
michael@2 5644 - ac_status=$?
michael@2 5645 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5646 - (exit $ac_status); }; }; then
michael@2 5647 + (exit $ac_status); } && {
michael@2 5648 + test -z "$ac_cxx_werror_flag" ||
michael@2 5649 + test ! -s conftest.err
michael@2 5650 + } && test -s conftest$ac_exeext &&
michael@2 5651 + $as_test_x conftest$ac_exeext; then
michael@2 5652 eval "kde_cv_qt_jpeg=no"
michael@2 5653 else
michael@2 5654 echo "$as_me: failed program was:" >&5
michael@2 5655 @@ -16620,7 +14732,7 @@
michael@2 5656 eval "kde_cv_qt_jpeg=yes"
michael@2 5657 fi
michael@2 5658
michael@2 5659 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5660 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5661 conftest$ac_exeext conftest.$ac_ext
michael@2 5662 LIBS="$ac_save_LIBS"
michael@2 5663 CXXFLAGS="$ac_save_CXXFLAGS"
michael@2 5664 @@ -16684,7 +14796,7 @@
michael@2 5665 IFS=$as_save_IFS
michael@2 5666 test -z "$as_dir" && as_dir=.
michael@2 5667 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 5668 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 5669 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 5670 ac_cv_prog_have_lrelease="yes"
michael@2 5671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 5672 break 2
michael@2 5673 @@ -16760,7 +14872,7 @@
michael@2 5674 IFS=$as_save_IFS
michael@2 5675 test -z "$as_dir" && as_dir=.
michael@2 5676 for ac_exec_ext in '' $ac_executable_extensions; do
michael@2 5677 - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 5678 + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
michael@2 5679 ac_cv_prog_have_kde="yes"
michael@2 5680 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
michael@2 5681 break 2
michael@2 5682 @@ -17063,27 +15175,10 @@
michael@2 5683 rm -f conftest.er1
michael@2 5684 cat conftest.err >&5
michael@2 5685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5686 - (exit $ac_status); } &&
michael@2 5687 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5688 - { (case "(($ac_try" in
michael@2 5689 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5690 - *) ac_try_echo=$ac_try;;
michael@2 5691 -esac
michael@2 5692 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5693 - (eval "$ac_try") 2>&5
michael@2 5694 - ac_status=$?
michael@2 5695 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5696 - (exit $ac_status); }; } &&
michael@2 5697 - { ac_try='test -s conftest.$ac_objext'
michael@2 5698 - { (case "(($ac_try" in
michael@2 5699 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5700 - *) ac_try_echo=$ac_try;;
michael@2 5701 -esac
michael@2 5702 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5703 - (eval "$ac_try") 2>&5
michael@2 5704 - ac_status=$?
michael@2 5705 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5706 - (exit $ac_status); }; }; then
michael@2 5707 + (exit $ac_status); } && {
michael@2 5708 + test -z "$ac_cxx_werror_flag" ||
michael@2 5709 + test ! -s conftest.err
michael@2 5710 + } && test -s conftest.$ac_objext; then
michael@2 5711 kde_cv_stl_works=yes
michael@2 5712 else
michael@2 5713 echo "$as_me: failed program was:" >&5
michael@2 5714 @@ -17219,7 +15314,7 @@
michael@2 5715 do
michael@2 5716 for j in $kde_check_header;
michael@2 5717 do
michael@2 5718 - echo "configure: 17222: $i/$j" >&5
michael@2 5719 + echo "configure: 15317: $i/$j" >&5
michael@2 5720 if test -r "$i/$j"; then
michael@2 5721 echo "taking that" >&5
michael@2 5722 kde_incdir=$i
michael@2 5723 @@ -17249,7 +15344,7 @@
michael@2 5724 do
michael@2 5725 for j in $kde_check_lib;
michael@2 5726 do
michael@2 5727 - echo "configure: 17252: $i/$j" >&5
michael@2 5728 + echo "configure: 15347: $i/$j" >&5
michael@2 5729 if test -r "$i/$j"; then
michael@2 5730 echo "taking that" >&5
michael@2 5731 kde_libdir=$i
michael@2 5732 @@ -17267,7 +15362,7 @@
michael@2 5733 do
michael@2 5734 for j in "kde3/plugins/designer/kdewidgets.la";
michael@2 5735 do
michael@2 5736 - echo "configure: 17270: $i/$j" >&5
michael@2 5737 + echo "configure: 15365: $i/$j" >&5
michael@2 5738 if test -r "$i/$j"; then
michael@2 5739 echo "taking that" >&5
michael@2 5740 kde_widgetdir=$i
michael@2 5741 @@ -18767,7 +16862,7 @@
michael@2 5742 do
michael@2 5743 for j in apps/ksgmltools2/customization/kde-chunk.xsl;
michael@2 5744 do
michael@2 5745 - echo "configure: 18770: $i/$j" >&5
michael@2 5746 + echo "configure: 16865: $i/$j" >&5
michael@2 5747 if test -r "$i/$j"; then
michael@2 5748 echo "taking that" >&5
michael@2 5749 KDE_XSL_STYLESHEET=$i
michael@2 5750 @@ -18999,27 +17094,11 @@
michael@2 5751 rm -f conftest.er1
michael@2 5752 cat conftest.err >&5
michael@2 5753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5754 - (exit $ac_status); } &&
michael@2 5755 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5756 - { (case "(($ac_try" in
michael@2 5757 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5758 - *) ac_try_echo=$ac_try;;
michael@2 5759 -esac
michael@2 5760 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5761 - (eval "$ac_try") 2>&5
michael@2 5762 - ac_status=$?
michael@2 5763 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5764 - (exit $ac_status); }; } &&
michael@2 5765 - { ac_try='test -s conftest$ac_exeext'
michael@2 5766 - { (case "(($ac_try" in
michael@2 5767 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5768 - *) ac_try_echo=$ac_try;;
michael@2 5769 -esac
michael@2 5770 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5771 - (eval "$ac_try") 2>&5
michael@2 5772 - ac_status=$?
michael@2 5773 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5774 - (exit $ac_status); }; }; then
michael@2 5775 + (exit $ac_status); } && {
michael@2 5776 + test -z "$ac_cxx_werror_flag" ||
michael@2 5777 + test ! -s conftest.err
michael@2 5778 + } && test -s conftest$ac_exeext &&
michael@2 5779 + $as_test_x conftest$ac_exeext; then
michael@2 5780 ac_cv_lib_bind_main=yes
michael@2 5781 else
michael@2 5782 echo "$as_me: failed program was:" >&5
michael@2 5783 @@ -19028,7 +17107,7 @@
michael@2 5784 ac_cv_lib_bind_main=no
michael@2 5785 fi
michael@2 5786
michael@2 5787 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5788 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5789 conftest$ac_exeext conftest.$ac_ext
michael@2 5790 LIBS=$ac_check_lib_save_LIBS
michael@2 5791 fi
michael@2 5792 @@ -19080,27 +17159,10 @@
michael@2 5793 rm -f conftest.er1
michael@2 5794 cat conftest.err >&5
michael@2 5795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5796 - (exit $ac_status); } &&
michael@2 5797 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5798 - { (case "(($ac_try" in
michael@2 5799 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5800 - *) ac_try_echo=$ac_try;;
michael@2 5801 -esac
michael@2 5802 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5803 - (eval "$ac_try") 2>&5
michael@2 5804 - ac_status=$?
michael@2 5805 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5806 - (exit $ac_status); }; } &&
michael@2 5807 - { ac_try='test -s conftest.$ac_objext'
michael@2 5808 - { (case "(($ac_try" in
michael@2 5809 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5810 - *) ac_try_echo=$ac_try;;
michael@2 5811 -esac
michael@2 5812 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5813 - (eval "$ac_try") 2>&5
michael@2 5814 - ac_status=$?
michael@2 5815 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5816 - (exit $ac_status); }; }; then
michael@2 5817 + (exit $ac_status); } && {
michael@2 5818 + test -z "$ac_cxx_werror_flag" ||
michael@2 5819 + test ! -s conftest.err
michael@2 5820 + } && test -s conftest.$ac_objext; then
michael@2 5821 ac_header_compiler=yes
michael@2 5822 else
michael@2 5823 echo "$as_me: failed program was:" >&5
michael@2 5824 @@ -19136,17 +17198,10 @@
michael@2 5825 rm -f conftest.er1
michael@2 5826 cat conftest.err >&5
michael@2 5827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5828 - (exit $ac_status); } >/dev/null; then
michael@2 5829 - if test -s conftest.err; then
michael@2 5830 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 5831 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 5832 - else
michael@2 5833 - ac_cpp_err=
michael@2 5834 - fi
michael@2 5835 -else
michael@2 5836 - ac_cpp_err=yes
michael@2 5837 -fi
michael@2 5838 -if test -z "$ac_cpp_err"; then
michael@2 5839 + (exit $ac_status); } >/dev/null && {
michael@2 5840 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 5841 + test ! -s conftest.err
michael@2 5842 + }; then
michael@2 5843 ac_header_preproc=yes
michael@2 5844 else
michael@2 5845 echo "$as_me: failed program was:" >&5
michael@2 5846 @@ -19247,27 +17302,11 @@
michael@2 5847 rm -f conftest.er1
michael@2 5848 cat conftest.err >&5
michael@2 5849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5850 - (exit $ac_status); } &&
michael@2 5851 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5852 - { (case "(($ac_try" in
michael@2 5853 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5854 - *) ac_try_echo=$ac_try;;
michael@2 5855 -esac
michael@2 5856 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5857 - (eval "$ac_try") 2>&5
michael@2 5858 - ac_status=$?
michael@2 5859 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5860 - (exit $ac_status); }; } &&
michael@2 5861 - { ac_try='test -s conftest$ac_exeext'
michael@2 5862 - { (case "(($ac_try" in
michael@2 5863 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5864 - *) ac_try_echo=$ac_try;;
michael@2 5865 -esac
michael@2 5866 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5867 - (eval "$ac_try") 2>&5
michael@2 5868 - ac_status=$?
michael@2 5869 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5870 - (exit $ac_status); }; }; then
michael@2 5871 + (exit $ac_status); } && {
michael@2 5872 + test -z "$ac_cxx_werror_flag" ||
michael@2 5873 + test ! -s conftest.err
michael@2 5874 + } && test -s conftest$ac_exeext &&
michael@2 5875 + $as_test_x conftest$ac_exeext; then
michael@2 5876 ac_cv_lib_sndfile_sf_open=yes
michael@2 5877 else
michael@2 5878 echo "$as_me: failed program was:" >&5
michael@2 5879 @@ -19276,7 +17315,7 @@
michael@2 5880 ac_cv_lib_sndfile_sf_open=no
michael@2 5881 fi
michael@2 5882
michael@2 5883 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5884 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5885 conftest$ac_exeext conftest.$ac_ext
michael@2 5886 LIBS=$ac_check_lib_save_LIBS
michael@2 5887 fi
michael@2 5888 @@ -19549,30 +17588,13 @@
michael@2 5889
michael@2 5890 # This check does not work on all platforms
michael@2 5891 # Check if libgsm is available
michael@2 5892 -# AC_CHECK_LIB(gsm, sf_open, [
michael@2 5893 -# AC_CHECK_HEADER(gsm.h, [],
michael@2 5894 -# [AC_MSG_ERROR([gsm header files missing (gsm.h)])])
michael@2 5895 -# AC_DEFINE(HAVE_GSM, 1, [Define to 1 if you have the <libgsm> library.])
michael@2 5896 -# GSM_LIBS="-lgsm"
michael@2 5897 -# echo "LIBS += -lgsm" >> $QT_INCL_PRO
michael@2 5898 -# have_gsm="yes" ], [
michael@2 5899 -# have_gsm="no"
michael@2 5900 -# GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
michael@2 5901 -# echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO ])
michael@2 5902 -have_gsm="no"
michael@2 5903 -GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
michael@2 5904 -echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
michael@2 5905 -
michael@2 5906 -
michael@2 5907 -
michael@2 5908 -# Check if ALSA is available
michael@2 5909 -{ echo "$as_me:$LINENO: checking for main in -lasound" >&5
michael@2 5910 -echo $ECHO_N "checking for main in -lasound... $ECHO_C" >&6; }
michael@2 5911 -if test "${ac_cv_lib_asound_main+set}" = set; then
michael@2 5912 +{ echo "$as_me:$LINENO: checking for sf_open in -lgsm" >&5
michael@2 5913 +echo $ECHO_N "checking for sf_open in -lgsm... $ECHO_C" >&6; }
michael@2 5914 +if test "${ac_cv_lib_gsm_sf_open+set}" = set; then
michael@2 5915 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 5916 else
michael@2 5917 ac_check_lib_save_LIBS=$LIBS
michael@2 5918 -LIBS="-lasound $LIBS"
michael@2 5919 +LIBS="-lgsm $LIBS"
michael@2 5920 cat >conftest.$ac_ext <<_ACEOF
michael@2 5921 /* confdefs.h. */
michael@2 5922 _ACEOF
michael@2 5923 @@ -19580,11 +17602,17 @@
michael@2 5924 cat >>conftest.$ac_ext <<_ACEOF
michael@2 5925 /* end confdefs.h. */
michael@2 5926
michael@2 5927 -
michael@2 5928 +/* Override any GCC internal prototype to avoid an error.
michael@2 5929 + Use char because int might match the return type of a GCC
michael@2 5930 + builtin and then its argument prototype would still apply. */
michael@2 5931 +#ifdef __cplusplus
michael@2 5932 +extern "C"
michael@2 5933 +#endif
michael@2 5934 +char sf_open ();
michael@2 5935 int
michael@2 5936 main ()
michael@2 5937 {
michael@2 5938 -return main ();
michael@2 5939 +return sf_open ();
michael@2 5940 ;
michael@2 5941 return 0;
michael@2 5942 }
michael@2 5943 @@ -19602,55 +17630,39 @@
michael@2 5944 rm -f conftest.er1
michael@2 5945 cat conftest.err >&5
michael@2 5946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5947 - (exit $ac_status); } &&
michael@2 5948 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 5949 - { (case "(($ac_try" in
michael@2 5950 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5951 - *) ac_try_echo=$ac_try;;
michael@2 5952 -esac
michael@2 5953 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5954 - (eval "$ac_try") 2>&5
michael@2 5955 - ac_status=$?
michael@2 5956 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5957 - (exit $ac_status); }; } &&
michael@2 5958 - { ac_try='test -s conftest$ac_exeext'
michael@2 5959 - { (case "(($ac_try" in
michael@2 5960 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 5961 - *) ac_try_echo=$ac_try;;
michael@2 5962 -esac
michael@2 5963 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 5964 - (eval "$ac_try") 2>&5
michael@2 5965 - ac_status=$?
michael@2 5966 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 5967 - (exit $ac_status); }; }; then
michael@2 5968 - ac_cv_lib_asound_main=yes
michael@2 5969 + (exit $ac_status); } && {
michael@2 5970 + test -z "$ac_cxx_werror_flag" ||
michael@2 5971 + test ! -s conftest.err
michael@2 5972 + } && test -s conftest$ac_exeext &&
michael@2 5973 + $as_test_x conftest$ac_exeext; then
michael@2 5974 + ac_cv_lib_gsm_sf_open=yes
michael@2 5975 else
michael@2 5976 echo "$as_me: failed program was:" >&5
michael@2 5977 sed 's/^/| /' conftest.$ac_ext >&5
michael@2 5978
michael@2 5979 - ac_cv_lib_asound_main=no
michael@2 5980 + ac_cv_lib_gsm_sf_open=no
michael@2 5981 fi
michael@2 5982
michael@2 5983 -rm -f core conftest.err conftest.$ac_objext \
michael@2 5984 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 5985 conftest$ac_exeext conftest.$ac_ext
michael@2 5986 LIBS=$ac_check_lib_save_LIBS
michael@2 5987 fi
michael@2 5988 -{ echo "$as_me:$LINENO: result: $ac_cv_lib_asound_main" >&5
michael@2 5989 -echo "${ECHO_T}$ac_cv_lib_asound_main" >&6; }
michael@2 5990 -if test $ac_cv_lib_asound_main = yes; then
michael@2 5991 -
michael@2 5992 - if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
michael@2 5993 - { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
michael@2 5994 -echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
michael@2 5995 -if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
michael@2 5996 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_gsm_sf_open" >&5
michael@2 5997 +echo "${ECHO_T}$ac_cv_lib_gsm_sf_open" >&6; }
michael@2 5998 +if test $ac_cv_lib_gsm_sf_open = yes; then
michael@2 5999 +
michael@2 6000 + if test "${ac_cv_header_gsm_h+set}" = set; then
michael@2 6001 + { echo "$as_me:$LINENO: checking for gsm.h" >&5
michael@2 6002 +echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
michael@2 6003 +if test "${ac_cv_header_gsm_h+set}" = set; then
michael@2 6004 echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 6005 fi
michael@2 6006 -{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
michael@2 6007 -echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
michael@2 6008 +{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
michael@2 6009 +echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
michael@2 6010 else
michael@2 6011 # Is the header compilable?
michael@2 6012 -{ echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5
michael@2 6013 -echo $ECHO_N "checking alsa/asoundlib.h usability... $ECHO_C" >&6; }
michael@2 6014 +{ echo "$as_me:$LINENO: checking gsm.h usability" >&5
michael@2 6015 +echo $ECHO_N "checking gsm.h usability... $ECHO_C" >&6; }
michael@2 6016 cat >conftest.$ac_ext <<_ACEOF
michael@2 6017 /* confdefs.h. */
michael@2 6018 _ACEOF
michael@2 6019 @@ -19658,7 +17670,7 @@
michael@2 6020 cat >>conftest.$ac_ext <<_ACEOF
michael@2 6021 /* end confdefs.h. */
michael@2 6022 $ac_includes_default
michael@2 6023 -#include <alsa/asoundlib.h>
michael@2 6024 +#include <gsm.h>
michael@2 6025 _ACEOF
michael@2 6026 rm -f conftest.$ac_objext
michael@2 6027 if { (ac_try="$ac_compile"
michael@2 6028 @@ -19673,27 +17685,436 @@
michael@2 6029 rm -f conftest.er1
michael@2 6030 cat conftest.err >&5
michael@2 6031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6032 - (exit $ac_status); } &&
michael@2 6033 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6034 - { (case "(($ac_try" in
michael@2 6035 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6036 - *) ac_try_echo=$ac_try;;
michael@2 6037 -esac
michael@2 6038 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6039 - (eval "$ac_try") 2>&5
michael@2 6040 - ac_status=$?
michael@2 6041 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6042 - (exit $ac_status); }; } &&
michael@2 6043 - { ac_try='test -s conftest.$ac_objext'
michael@2 6044 - { (case "(($ac_try" in
michael@2 6045 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6046 + (exit $ac_status); } && {
michael@2 6047 + test -z "$ac_cxx_werror_flag" ||
michael@2 6048 + test ! -s conftest.err
michael@2 6049 + } && test -s conftest.$ac_objext; then
michael@2 6050 + ac_header_compiler=yes
michael@2 6051 +else
michael@2 6052 + echo "$as_me: failed program was:" >&5
michael@2 6053 +sed 's/^/| /' conftest.$ac_ext >&5
michael@2 6054 +
michael@2 6055 + ac_header_compiler=no
michael@2 6056 +fi
michael@2 6057 +
michael@2 6058 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
michael@2 6059 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
michael@2 6060 +echo "${ECHO_T}$ac_header_compiler" >&6; }
michael@2 6061 +
michael@2 6062 +# Is the header present?
michael@2 6063 +{ echo "$as_me:$LINENO: checking gsm.h presence" >&5
michael@2 6064 +echo $ECHO_N "checking gsm.h presence... $ECHO_C" >&6; }
michael@2 6065 +cat >conftest.$ac_ext <<_ACEOF
michael@2 6066 +/* confdefs.h. */
michael@2 6067 +_ACEOF
michael@2 6068 +cat confdefs.h >>conftest.$ac_ext
michael@2 6069 +cat >>conftest.$ac_ext <<_ACEOF
michael@2 6070 +/* end confdefs.h. */
michael@2 6071 +#include <gsm.h>
michael@2 6072 +_ACEOF
michael@2 6073 +if { (ac_try="$ac_cpp conftest.$ac_ext"
michael@2 6074 +case "(($ac_try" in
michael@2 6075 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6076 *) ac_try_echo=$ac_try;;
michael@2 6077 esac
michael@2 6078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6079 - (eval "$ac_try") 2>&5
michael@2 6080 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
michael@2 6081 ac_status=$?
michael@2 6082 + grep -v '^ *+' conftest.er1 >conftest.err
michael@2 6083 + rm -f conftest.er1
michael@2 6084 + cat conftest.err >&5
michael@2 6085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6086 - (exit $ac_status); }; }; then
michael@2 6087 + (exit $ac_status); } >/dev/null && {
michael@2 6088 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 6089 + test ! -s conftest.err
michael@2 6090 + }; then
michael@2 6091 + ac_header_preproc=yes
michael@2 6092 +else
michael@2 6093 + echo "$as_me: failed program was:" >&5
michael@2 6094 +sed 's/^/| /' conftest.$ac_ext >&5
michael@2 6095 +
michael@2 6096 + ac_header_preproc=no
michael@2 6097 +fi
michael@2 6098 +
michael@2 6099 +rm -f conftest.err conftest.$ac_ext
michael@2 6100 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
michael@2 6101 +echo "${ECHO_T}$ac_header_preproc" >&6; }
michael@2 6102 +
michael@2 6103 +# So? What about this header?
michael@2 6104 +case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
michael@2 6105 + yes:no: )
michael@2 6106 + { echo "$as_me:$LINENO: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5
michael@2 6107 +echo "$as_me: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
michael@2 6108 + { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the compiler's result" >&5
michael@2 6109 +echo "$as_me: WARNING: gsm.h: proceeding with the compiler's result" >&2;}
michael@2 6110 + ac_header_preproc=yes
michael@2 6111 + ;;
michael@2 6112 + no:yes:* )
michael@2 6113 + { echo "$as_me:$LINENO: WARNING: gsm.h: present but cannot be compiled" >&5
michael@2 6114 +echo "$as_me: WARNING: gsm.h: present but cannot be compiled" >&2;}
michael@2 6115 + { echo "$as_me:$LINENO: WARNING: gsm.h: check for missing prerequisite headers?" >&5
michael@2 6116 +echo "$as_me: WARNING: gsm.h: check for missing prerequisite headers?" >&2;}
michael@2 6117 + { echo "$as_me:$LINENO: WARNING: gsm.h: see the Autoconf documentation" >&5
michael@2 6118 +echo "$as_me: WARNING: gsm.h: see the Autoconf documentation" >&2;}
michael@2 6119 + { echo "$as_me:$LINENO: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&5
michael@2 6120 +echo "$as_me: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&2;}
michael@2 6121 + { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the preprocessor's result" >&5
michael@2 6122 +echo "$as_me: WARNING: gsm.h: proceeding with the preprocessor's result" >&2;}
michael@2 6123 + { echo "$as_me:$LINENO: WARNING: gsm.h: in the future, the compiler will take precedence" >&5
michael@2 6124 +echo "$as_me: WARNING: gsm.h: in the future, the compiler will take precedence" >&2;}
michael@2 6125 +
michael@2 6126 + ;;
michael@2 6127 +esac
michael@2 6128 +{ echo "$as_me:$LINENO: checking for gsm.h" >&5
michael@2 6129 +echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
michael@2 6130 +if test "${ac_cv_header_gsm_h+set}" = set; then
michael@2 6131 + echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 6132 +else
michael@2 6133 + ac_cv_header_gsm_h=$ac_header_preproc
michael@2 6134 +fi
michael@2 6135 +{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
michael@2 6136 +echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
michael@2 6137 +
michael@2 6138 +fi
michael@2 6139 +if test $ac_cv_header_gsm_h = yes; then
michael@2 6140 + :
michael@2 6141 +else
michael@2 6142 + { { echo "$as_me:$LINENO: error: gsm header files missing (gsm.h)" >&5
michael@2 6143 +echo "$as_me: error: gsm header files missing (gsm.h)" >&2;}
michael@2 6144 + { (exit 1); exit 1; }; }
michael@2 6145 +fi
michael@2 6146 +
michael@2 6147 +
michael@2 6148 +
michael@2 6149 +cat >>confdefs.h <<\_ACEOF
michael@2 6150 +#define HAVE_GSM 1
michael@2 6151 +_ACEOF
michael@2 6152 +
michael@2 6153 + GSM_LIBS="-lgsm"
michael@2 6154 + echo "LIBS += -lgsm" >> $QT_INCL_PRO
michael@2 6155 + have_gsm="yes"
michael@2 6156 +else
michael@2 6157 +
michael@2 6158 + have_gsm="no"
michael@2 6159 + GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
michael@2 6160 + echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
michael@2 6161 +fi
michael@2 6162 +
michael@2 6163 +#have_gsm="no"
michael@2 6164 +#GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
michael@2 6165 +#echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
michael@2 6166 +
michael@2 6167 +
michael@2 6168 +
michael@2 6169 +# Check if libgsm is available
michael@2 6170 +{ echo "$as_me:$LINENO: checking for sf_open in -lgsm" >&5
michael@2 6171 +echo $ECHO_N "checking for sf_open in -lgsm... $ECHO_C" >&6; }
michael@2 6172 +if test "${ac_cv_lib_gsm_sf_open+set}" = set; then
michael@2 6173 + echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 6174 +else
michael@2 6175 + ac_check_lib_save_LIBS=$LIBS
michael@2 6176 +LIBS="-lgsm $LIBS"
michael@2 6177 +cat >conftest.$ac_ext <<_ACEOF
michael@2 6178 +/* confdefs.h. */
michael@2 6179 +_ACEOF
michael@2 6180 +cat confdefs.h >>conftest.$ac_ext
michael@2 6181 +cat >>conftest.$ac_ext <<_ACEOF
michael@2 6182 +/* end confdefs.h. */
michael@2 6183 +
michael@2 6184 +/* Override any GCC internal prototype to avoid an error.
michael@2 6185 + Use char because int might match the return type of a GCC
michael@2 6186 + builtin and then its argument prototype would still apply. */
michael@2 6187 +#ifdef __cplusplus
michael@2 6188 +extern "C"
michael@2 6189 +#endif
michael@2 6190 +char sf_open ();
michael@2 6191 +int
michael@2 6192 +main ()
michael@2 6193 +{
michael@2 6194 +return sf_open ();
michael@2 6195 + ;
michael@2 6196 + return 0;
michael@2 6197 +}
michael@2 6198 +_ACEOF
michael@2 6199 +rm -f conftest.$ac_objext conftest$ac_exeext
michael@2 6200 +if { (ac_try="$ac_link"
michael@2 6201 +case "(($ac_try" in
michael@2 6202 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6203 + *) ac_try_echo=$ac_try;;
michael@2 6204 +esac
michael@2 6205 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6206 + (eval "$ac_link") 2>conftest.er1
michael@2 6207 + ac_status=$?
michael@2 6208 + grep -v '^ *+' conftest.er1 >conftest.err
michael@2 6209 + rm -f conftest.er1
michael@2 6210 + cat conftest.err >&5
michael@2 6211 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6212 + (exit $ac_status); } && {
michael@2 6213 + test -z "$ac_cxx_werror_flag" ||
michael@2 6214 + test ! -s conftest.err
michael@2 6215 + } && test -s conftest$ac_exeext &&
michael@2 6216 + $as_test_x conftest$ac_exeext; then
michael@2 6217 + ac_cv_lib_gsm_sf_open=yes
michael@2 6218 +else
michael@2 6219 + echo "$as_me: failed program was:" >&5
michael@2 6220 +sed 's/^/| /' conftest.$ac_ext >&5
michael@2 6221 +
michael@2 6222 + ac_cv_lib_gsm_sf_open=no
michael@2 6223 +fi
michael@2 6224 +
michael@2 6225 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 6226 + conftest$ac_exeext conftest.$ac_ext
michael@2 6227 +LIBS=$ac_check_lib_save_LIBS
michael@2 6228 +fi
michael@2 6229 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_gsm_sf_open" >&5
michael@2 6230 +echo "${ECHO_T}$ac_cv_lib_gsm_sf_open" >&6; }
michael@2 6231 +if test $ac_cv_lib_gsm_sf_open = yes; then
michael@2 6232 +
michael@2 6233 + if test "${ac_cv_header_gsm_h+set}" = set; then
michael@2 6234 + { echo "$as_me:$LINENO: checking for gsm.h" >&5
michael@2 6235 +echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
michael@2 6236 +if test "${ac_cv_header_gsm_h+set}" = set; then
michael@2 6237 + echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 6238 +fi
michael@2 6239 +{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
michael@2 6240 +echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
michael@2 6241 +else
michael@2 6242 + # Is the header compilable?
michael@2 6243 +{ echo "$as_me:$LINENO: checking gsm.h usability" >&5
michael@2 6244 +echo $ECHO_N "checking gsm.h usability... $ECHO_C" >&6; }
michael@2 6245 +cat >conftest.$ac_ext <<_ACEOF
michael@2 6246 +/* confdefs.h. */
michael@2 6247 +_ACEOF
michael@2 6248 +cat confdefs.h >>conftest.$ac_ext
michael@2 6249 +cat >>conftest.$ac_ext <<_ACEOF
michael@2 6250 +/* end confdefs.h. */
michael@2 6251 +$ac_includes_default
michael@2 6252 +#include <gsm.h>
michael@2 6253 +_ACEOF
michael@2 6254 +rm -f conftest.$ac_objext
michael@2 6255 +if { (ac_try="$ac_compile"
michael@2 6256 +case "(($ac_try" in
michael@2 6257 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6258 + *) ac_try_echo=$ac_try;;
michael@2 6259 +esac
michael@2 6260 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6261 + (eval "$ac_compile") 2>conftest.er1
michael@2 6262 + ac_status=$?
michael@2 6263 + grep -v '^ *+' conftest.er1 >conftest.err
michael@2 6264 + rm -f conftest.er1
michael@2 6265 + cat conftest.err >&5
michael@2 6266 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6267 + (exit $ac_status); } && {
michael@2 6268 + test -z "$ac_cxx_werror_flag" ||
michael@2 6269 + test ! -s conftest.err
michael@2 6270 + } && test -s conftest.$ac_objext; then
michael@2 6271 + ac_header_compiler=yes
michael@2 6272 +else
michael@2 6273 + echo "$as_me: failed program was:" >&5
michael@2 6274 +sed 's/^/| /' conftest.$ac_ext >&5
michael@2 6275 +
michael@2 6276 + ac_header_compiler=no
michael@2 6277 +fi
michael@2 6278 +
michael@2 6279 +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
michael@2 6280 +{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
michael@2 6281 +echo "${ECHO_T}$ac_header_compiler" >&6; }
michael@2 6282 +
michael@2 6283 +# Is the header present?
michael@2 6284 +{ echo "$as_me:$LINENO: checking gsm.h presence" >&5
michael@2 6285 +echo $ECHO_N "checking gsm.h presence... $ECHO_C" >&6; }
michael@2 6286 +cat >conftest.$ac_ext <<_ACEOF
michael@2 6287 +/* confdefs.h. */
michael@2 6288 +_ACEOF
michael@2 6289 +cat confdefs.h >>conftest.$ac_ext
michael@2 6290 +cat >>conftest.$ac_ext <<_ACEOF
michael@2 6291 +/* end confdefs.h. */
michael@2 6292 +#include <gsm.h>
michael@2 6293 +_ACEOF
michael@2 6294 +if { (ac_try="$ac_cpp conftest.$ac_ext"
michael@2 6295 +case "(($ac_try" in
michael@2 6296 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6297 + *) ac_try_echo=$ac_try;;
michael@2 6298 +esac
michael@2 6299 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6300 + (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
michael@2 6301 + ac_status=$?
michael@2 6302 + grep -v '^ *+' conftest.er1 >conftest.err
michael@2 6303 + rm -f conftest.er1
michael@2 6304 + cat conftest.err >&5
michael@2 6305 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6306 + (exit $ac_status); } >/dev/null && {
michael@2 6307 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 6308 + test ! -s conftest.err
michael@2 6309 + }; then
michael@2 6310 + ac_header_preproc=yes
michael@2 6311 +else
michael@2 6312 + echo "$as_me: failed program was:" >&5
michael@2 6313 +sed 's/^/| /' conftest.$ac_ext >&5
michael@2 6314 +
michael@2 6315 + ac_header_preproc=no
michael@2 6316 +fi
michael@2 6317 +
michael@2 6318 +rm -f conftest.err conftest.$ac_ext
michael@2 6319 +{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
michael@2 6320 +echo "${ECHO_T}$ac_header_preproc" >&6; }
michael@2 6321 +
michael@2 6322 +# So? What about this header?
michael@2 6323 +case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
michael@2 6324 + yes:no: )
michael@2 6325 + { echo "$as_me:$LINENO: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&5
michael@2 6326 +echo "$as_me: WARNING: gsm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
michael@2 6327 + { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the compiler's result" >&5
michael@2 6328 +echo "$as_me: WARNING: gsm.h: proceeding with the compiler's result" >&2;}
michael@2 6329 + ac_header_preproc=yes
michael@2 6330 + ;;
michael@2 6331 + no:yes:* )
michael@2 6332 + { echo "$as_me:$LINENO: WARNING: gsm.h: present but cannot be compiled" >&5
michael@2 6333 +echo "$as_me: WARNING: gsm.h: present but cannot be compiled" >&2;}
michael@2 6334 + { echo "$as_me:$LINENO: WARNING: gsm.h: check for missing prerequisite headers?" >&5
michael@2 6335 +echo "$as_me: WARNING: gsm.h: check for missing prerequisite headers?" >&2;}
michael@2 6336 + { echo "$as_me:$LINENO: WARNING: gsm.h: see the Autoconf documentation" >&5
michael@2 6337 +echo "$as_me: WARNING: gsm.h: see the Autoconf documentation" >&2;}
michael@2 6338 + { echo "$as_me:$LINENO: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&5
michael@2 6339 +echo "$as_me: WARNING: gsm.h: section \"Present But Cannot Be Compiled\"" >&2;}
michael@2 6340 + { echo "$as_me:$LINENO: WARNING: gsm.h: proceeding with the preprocessor's result" >&5
michael@2 6341 +echo "$as_me: WARNING: gsm.h: proceeding with the preprocessor's result" >&2;}
michael@2 6342 + { echo "$as_me:$LINENO: WARNING: gsm.h: in the future, the compiler will take precedence" >&5
michael@2 6343 +echo "$as_me: WARNING: gsm.h: in the future, the compiler will take precedence" >&2;}
michael@2 6344 +
michael@2 6345 + ;;
michael@2 6346 +esac
michael@2 6347 +{ echo "$as_me:$LINENO: checking for gsm.h" >&5
michael@2 6348 +echo $ECHO_N "checking for gsm.h... $ECHO_C" >&6; }
michael@2 6349 +if test "${ac_cv_header_gsm_h+set}" = set; then
michael@2 6350 + echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 6351 +else
michael@2 6352 + ac_cv_header_gsm_h=$ac_header_preproc
michael@2 6353 +fi
michael@2 6354 +{ echo "$as_me:$LINENO: result: $ac_cv_header_gsm_h" >&5
michael@2 6355 +echo "${ECHO_T}$ac_cv_header_gsm_h" >&6; }
michael@2 6356 +
michael@2 6357 +fi
michael@2 6358 +if test $ac_cv_header_gsm_h = yes; then
michael@2 6359 + :
michael@2 6360 +else
michael@2 6361 + { { echo "$as_me:$LINENO: error: gsm header files missing (gsm.h)" >&5
michael@2 6362 +echo "$as_me: error: gsm header files missing (gsm.h)" >&2;}
michael@2 6363 + { (exit 1); exit 1; }; }
michael@2 6364 +fi
michael@2 6365 +
michael@2 6366 +
michael@2 6367 +
michael@2 6368 +cat >>confdefs.h <<\_ACEOF
michael@2 6369 +#define HAVE_GSM 1
michael@2 6370 +_ACEOF
michael@2 6371 +
michael@2 6372 + LIBS="-lgsm $LIBS"
michael@2 6373 + echo "LIBS += -lgsm" >> $QT_INCL_PRO
michael@2 6374 + have_gsm="yes"
michael@2 6375 +else
michael@2 6376 +
michael@2 6377 + have_gsm="no"
michael@2 6378 + echo "$(top_builddir)/src/audio/gsm/libgsm.a" >> $QT_INCL_PRO
michael@2 6379 +fi
michael@2 6380 +
michael@2 6381 +
michael@2 6382 +# Check if ALSA is available
michael@2 6383 +{ echo "$as_me:$LINENO: checking for main in -lasound" >&5
michael@2 6384 +echo $ECHO_N "checking for main in -lasound... $ECHO_C" >&6; }
michael@2 6385 +if test "${ac_cv_lib_asound_main+set}" = set; then
michael@2 6386 + echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 6387 +else
michael@2 6388 + ac_check_lib_save_LIBS=$LIBS
michael@2 6389 +LIBS="-lasound $LIBS"
michael@2 6390 +cat >conftest.$ac_ext <<_ACEOF
michael@2 6391 +/* confdefs.h. */
michael@2 6392 +_ACEOF
michael@2 6393 +cat confdefs.h >>conftest.$ac_ext
michael@2 6394 +cat >>conftest.$ac_ext <<_ACEOF
michael@2 6395 +/* end confdefs.h. */
michael@2 6396 +
michael@2 6397 +
michael@2 6398 +int
michael@2 6399 +main ()
michael@2 6400 +{
michael@2 6401 +return main ();
michael@2 6402 + ;
michael@2 6403 + return 0;
michael@2 6404 +}
michael@2 6405 +_ACEOF
michael@2 6406 +rm -f conftest.$ac_objext conftest$ac_exeext
michael@2 6407 +if { (ac_try="$ac_link"
michael@2 6408 +case "(($ac_try" in
michael@2 6409 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6410 + *) ac_try_echo=$ac_try;;
michael@2 6411 +esac
michael@2 6412 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6413 + (eval "$ac_link") 2>conftest.er1
michael@2 6414 + ac_status=$?
michael@2 6415 + grep -v '^ *+' conftest.er1 >conftest.err
michael@2 6416 + rm -f conftest.er1
michael@2 6417 + cat conftest.err >&5
michael@2 6418 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6419 + (exit $ac_status); } && {
michael@2 6420 + test -z "$ac_cxx_werror_flag" ||
michael@2 6421 + test ! -s conftest.err
michael@2 6422 + } && test -s conftest$ac_exeext &&
michael@2 6423 + $as_test_x conftest$ac_exeext; then
michael@2 6424 + ac_cv_lib_asound_main=yes
michael@2 6425 +else
michael@2 6426 + echo "$as_me: failed program was:" >&5
michael@2 6427 +sed 's/^/| /' conftest.$ac_ext >&5
michael@2 6428 +
michael@2 6429 + ac_cv_lib_asound_main=no
michael@2 6430 +fi
michael@2 6431 +
michael@2 6432 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 6433 + conftest$ac_exeext conftest.$ac_ext
michael@2 6434 +LIBS=$ac_check_lib_save_LIBS
michael@2 6435 +fi
michael@2 6436 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_asound_main" >&5
michael@2 6437 +echo "${ECHO_T}$ac_cv_lib_asound_main" >&6; }
michael@2 6438 +if test $ac_cv_lib_asound_main = yes; then
michael@2 6439 +
michael@2 6440 + if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
michael@2 6441 + { echo "$as_me:$LINENO: checking for alsa/asoundlib.h" >&5
michael@2 6442 +echo $ECHO_N "checking for alsa/asoundlib.h... $ECHO_C" >&6; }
michael@2 6443 +if test "${ac_cv_header_alsa_asoundlib_h+set}" = set; then
michael@2 6444 + echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 6445 +fi
michael@2 6446 +{ echo "$as_me:$LINENO: result: $ac_cv_header_alsa_asoundlib_h" >&5
michael@2 6447 +echo "${ECHO_T}$ac_cv_header_alsa_asoundlib_h" >&6; }
michael@2 6448 +else
michael@2 6449 + # Is the header compilable?
michael@2 6450 +{ echo "$as_me:$LINENO: checking alsa/asoundlib.h usability" >&5
michael@2 6451 +echo $ECHO_N "checking alsa/asoundlib.h usability... $ECHO_C" >&6; }
michael@2 6452 +cat >conftest.$ac_ext <<_ACEOF
michael@2 6453 +/* confdefs.h. */
michael@2 6454 +_ACEOF
michael@2 6455 +cat confdefs.h >>conftest.$ac_ext
michael@2 6456 +cat >>conftest.$ac_ext <<_ACEOF
michael@2 6457 +/* end confdefs.h. */
michael@2 6458 +$ac_includes_default
michael@2 6459 +#include <alsa/asoundlib.h>
michael@2 6460 +_ACEOF
michael@2 6461 +rm -f conftest.$ac_objext
michael@2 6462 +if { (ac_try="$ac_compile"
michael@2 6463 +case "(($ac_try" in
michael@2 6464 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6465 + *) ac_try_echo=$ac_try;;
michael@2 6466 +esac
michael@2 6467 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6468 + (eval "$ac_compile") 2>conftest.er1
michael@2 6469 + ac_status=$?
michael@2 6470 + grep -v '^ *+' conftest.er1 >conftest.err
michael@2 6471 + rm -f conftest.er1
michael@2 6472 + cat conftest.err >&5
michael@2 6473 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6474 + (exit $ac_status); } && {
michael@2 6475 + test -z "$ac_cxx_werror_flag" ||
michael@2 6476 + test ! -s conftest.err
michael@2 6477 + } && test -s conftest.$ac_objext; then
michael@2 6478 ac_header_compiler=yes
michael@2 6479 else
michael@2 6480 echo "$as_me: failed program was:" >&5
michael@2 6481 @@ -19729,17 +18150,10 @@
michael@2 6482 rm -f conftest.er1
michael@2 6483 cat conftest.err >&5
michael@2 6484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6485 - (exit $ac_status); } >/dev/null; then
michael@2 6486 - if test -s conftest.err; then
michael@2 6487 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 6488 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 6489 - else
michael@2 6490 - ac_cpp_err=
michael@2 6491 - fi
michael@2 6492 -else
michael@2 6493 - ac_cpp_err=yes
michael@2 6494 -fi
michael@2 6495 -if test -z "$ac_cpp_err"; then
michael@2 6496 + (exit $ac_status); } >/dev/null && {
michael@2 6497 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 6498 + test ! -s conftest.err
michael@2 6499 + }; then
michael@2 6500 ac_header_preproc=yes
michael@2 6501 else
michael@2 6502 echo "$as_me: failed program was:" >&5
michael@2 6503 @@ -19850,27 +18264,11 @@
michael@2 6504 rm -f conftest.er1
michael@2 6505 cat conftest.err >&5
michael@2 6506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6507 - (exit $ac_status); } &&
michael@2 6508 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6509 - { (case "(($ac_try" in
michael@2 6510 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6511 - *) ac_try_echo=$ac_try;;
michael@2 6512 -esac
michael@2 6513 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6514 - (eval "$ac_try") 2>&5
michael@2 6515 - ac_status=$?
michael@2 6516 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6517 - (exit $ac_status); }; } &&
michael@2 6518 - { ac_try='test -s conftest$ac_exeext'
michael@2 6519 - { (case "(($ac_try" in
michael@2 6520 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6521 - *) ac_try_echo=$ac_try;;
michael@2 6522 -esac
michael@2 6523 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6524 - (eval "$ac_try") 2>&5
michael@2 6525 - ac_status=$?
michael@2 6526 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6527 - (exit $ac_status); }; }; then
michael@2 6528 + (exit $ac_status); } && {
michael@2 6529 + test -z "$ac_cxx_werror_flag" ||
michael@2 6530 + test ! -s conftest.err
michael@2 6531 + } && test -s conftest$ac_exeext &&
michael@2 6532 + $as_test_x conftest$ac_exeext; then
michael@2 6533 ac_cv_lib_speex_main=yes
michael@2 6534 else
michael@2 6535 echo "$as_me: failed program was:" >&5
michael@2 6536 @@ -19879,7 +18277,7 @@
michael@2 6537 ac_cv_lib_speex_main=no
michael@2 6538 fi
michael@2 6539
michael@2 6540 -rm -f core conftest.err conftest.$ac_objext \
michael@2 6541 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 6542 conftest$ac_exeext conftest.$ac_ext
michael@2 6543 LIBS=$ac_check_lib_save_LIBS
michael@2 6544 fi
michael@2 6545 @@ -19921,27 +18319,10 @@
michael@2 6546 rm -f conftest.er1
michael@2 6547 cat conftest.err >&5
michael@2 6548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6549 - (exit $ac_status); } &&
michael@2 6550 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6551 - { (case "(($ac_try" in
michael@2 6552 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6553 - *) ac_try_echo=$ac_try;;
michael@2 6554 -esac
michael@2 6555 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6556 - (eval "$ac_try") 2>&5
michael@2 6557 - ac_status=$?
michael@2 6558 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6559 - (exit $ac_status); }; } &&
michael@2 6560 - { ac_try='test -s conftest.$ac_objext'
michael@2 6561 - { (case "(($ac_try" in
michael@2 6562 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6563 - *) ac_try_echo=$ac_try;;
michael@2 6564 -esac
michael@2 6565 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6566 - (eval "$ac_try") 2>&5
michael@2 6567 - ac_status=$?
michael@2 6568 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6569 - (exit $ac_status); }; }; then
michael@2 6570 + (exit $ac_status); } && {
michael@2 6571 + test -z "$ac_cxx_werror_flag" ||
michael@2 6572 + test ! -s conftest.err
michael@2 6573 + } && test -s conftest.$ac_objext; then
michael@2 6574 ac_header_compiler=yes
michael@2 6575 else
michael@2 6576 echo "$as_me: failed program was:" >&5
michael@2 6577 @@ -19977,17 +18358,10 @@
michael@2 6578 rm -f conftest.er1
michael@2 6579 cat conftest.err >&5
michael@2 6580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6581 - (exit $ac_status); } >/dev/null; then
michael@2 6582 - if test -s conftest.err; then
michael@2 6583 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 6584 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 6585 - else
michael@2 6586 - ac_cpp_err=
michael@2 6587 - fi
michael@2 6588 -else
michael@2 6589 - ac_cpp_err=yes
michael@2 6590 -fi
michael@2 6591 -if test -z "$ac_cpp_err"; then
michael@2 6592 + (exit $ac_status); } >/dev/null && {
michael@2 6593 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 6594 + test ! -s conftest.err
michael@2 6595 + }; then
michael@2 6596 ac_header_preproc=yes
michael@2 6597 else
michael@2 6598 echo "$as_me: failed program was:" >&5
michael@2 6599 @@ -20355,27 +18729,11 @@
michael@2 6600 rm -f conftest.er1
michael@2 6601 cat conftest.err >&5
michael@2 6602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6603 - (exit $ac_status); } &&
michael@2 6604 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6605 - { (case "(($ac_try" in
michael@2 6606 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6607 - *) ac_try_echo=$ac_try;;
michael@2 6608 -esac
michael@2 6609 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6610 - (eval "$ac_try") 2>&5
michael@2 6611 - ac_status=$?
michael@2 6612 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6613 - (exit $ac_status); }; } &&
michael@2 6614 - { ac_try='test -s conftest$ac_exeext'
michael@2 6615 - { (case "(($ac_try" in
michael@2 6616 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6617 - *) ac_try_echo=$ac_try;;
michael@2 6618 -esac
michael@2 6619 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6620 - (eval "$ac_try") 2>&5
michael@2 6621 - ac_status=$?
michael@2 6622 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6623 - (exit $ac_status); }; }; then
michael@2 6624 + (exit $ac_status); } && {
michael@2 6625 + test -z "$ac_cxx_werror_flag" ||
michael@2 6626 + test ! -s conftest.err
michael@2 6627 + } && test -s conftest$ac_exeext &&
michael@2 6628 + $as_test_x conftest$ac_exeext; then
michael@2 6629 ac_cv_lib_ilbc_iLBC_decode=yes
michael@2 6630 else
michael@2 6631 echo "$as_me: failed program was:" >&5
michael@2 6632 @@ -20384,7 +18742,7 @@
michael@2 6633 ac_cv_lib_ilbc_iLBC_decode=no
michael@2 6634 fi
michael@2 6635
michael@2 6636 -rm -f core conftest.err conftest.$ac_objext \
michael@2 6637 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 6638 conftest$ac_exeext conftest.$ac_ext
michael@2 6639 LIBS=$ac_check_lib_save_LIBS
michael@2 6640 fi
michael@2 6641 @@ -20426,27 +18784,10 @@
michael@2 6642 rm -f conftest.er1
michael@2 6643 cat conftest.err >&5
michael@2 6644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6645 - (exit $ac_status); } &&
michael@2 6646 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6647 - { (case "(($ac_try" in
michael@2 6648 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6649 - *) ac_try_echo=$ac_try;;
michael@2 6650 -esac
michael@2 6651 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6652 - (eval "$ac_try") 2>&5
michael@2 6653 - ac_status=$?
michael@2 6654 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6655 - (exit $ac_status); }; } &&
michael@2 6656 - { ac_try='test -s conftest.$ac_objext'
michael@2 6657 - { (case "(($ac_try" in
michael@2 6658 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6659 - *) ac_try_echo=$ac_try;;
michael@2 6660 -esac
michael@2 6661 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6662 - (eval "$ac_try") 2>&5
michael@2 6663 - ac_status=$?
michael@2 6664 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6665 - (exit $ac_status); }; }; then
michael@2 6666 + (exit $ac_status); } && {
michael@2 6667 + test -z "$ac_cxx_werror_flag" ||
michael@2 6668 + test ! -s conftest.err
michael@2 6669 + } && test -s conftest.$ac_objext; then
michael@2 6670 ac_header_compiler=yes
michael@2 6671 else
michael@2 6672 echo "$as_me: failed program was:" >&5
michael@2 6673 @@ -20482,17 +18823,10 @@
michael@2 6674 rm -f conftest.er1
michael@2 6675 cat conftest.err >&5
michael@2 6676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6677 - (exit $ac_status); } >/dev/null; then
michael@2 6678 - if test -s conftest.err; then
michael@2 6679 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 6680 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 6681 - else
michael@2 6682 - ac_cpp_err=
michael@2 6683 - fi
michael@2 6684 -else
michael@2 6685 - ac_cpp_err=yes
michael@2 6686 -fi
michael@2 6687 -if test -z "$ac_cpp_err"; then
michael@2 6688 + (exit $ac_status); } >/dev/null && {
michael@2 6689 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 6690 + test ! -s conftest.err
michael@2 6691 + }; then
michael@2 6692 ac_header_preproc=yes
michael@2 6693 else
michael@2 6694 echo "$as_me: failed program was:" >&5
michael@2 6695 @@ -20714,27 +19048,11 @@
michael@2 6696 rm -f conftest.er1
michael@2 6697 cat conftest.err >&5
michael@2 6698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6699 - (exit $ac_status); } &&
michael@2 6700 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6701 - { (case "(($ac_try" in
michael@2 6702 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6703 - *) ac_try_echo=$ac_try;;
michael@2 6704 -esac
michael@2 6705 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6706 - (eval "$ac_try") 2>&5
michael@2 6707 - ac_status=$?
michael@2 6708 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6709 - (exit $ac_status); }; } &&
michael@2 6710 - { ac_try='test -s conftest$ac_exeext'
michael@2 6711 - { (case "(($ac_try" in
michael@2 6712 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6713 - *) ac_try_echo=$ac_try;;
michael@2 6714 -esac
michael@2 6715 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6716 - (eval "$ac_try") 2>&5
michael@2 6717 - ac_status=$?
michael@2 6718 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6719 - (exit $ac_status); }; }; then
michael@2 6720 + (exit $ac_status); } && {
michael@2 6721 + test -z "$ac_cxx_werror_flag" ||
michael@2 6722 + test ! -s conftest.err
michael@2 6723 + } && test -s conftest$ac_exeext &&
michael@2 6724 + $as_test_x conftest$ac_exeext; then
michael@2 6725 ac_cv_lib_zrtpcpp_main=yes
michael@2 6726 else
michael@2 6727 echo "$as_me: failed program was:" >&5
michael@2 6728 @@ -20743,7 +19061,7 @@
michael@2 6729 ac_cv_lib_zrtpcpp_main=no
michael@2 6730 fi
michael@2 6731
michael@2 6732 -rm -f core conftest.err conftest.$ac_objext \
michael@2 6733 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 6734 conftest$ac_exeext conftest.$ac_ext
michael@2 6735 LIBS=$ac_check_lib_save_LIBS
michael@2 6736 fi
michael@2 6737 @@ -20785,27 +19103,10 @@
michael@2 6738 rm -f conftest.er1
michael@2 6739 cat conftest.err >&5
michael@2 6740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6741 - (exit $ac_status); } &&
michael@2 6742 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6743 - { (case "(($ac_try" in
michael@2 6744 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6745 - *) ac_try_echo=$ac_try;;
michael@2 6746 -esac
michael@2 6747 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6748 - (eval "$ac_try") 2>&5
michael@2 6749 - ac_status=$?
michael@2 6750 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6751 - (exit $ac_status); }; } &&
michael@2 6752 - { ac_try='test -s conftest.$ac_objext'
michael@2 6753 - { (case "(($ac_try" in
michael@2 6754 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6755 - *) ac_try_echo=$ac_try;;
michael@2 6756 -esac
michael@2 6757 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6758 - (eval "$ac_try") 2>&5
michael@2 6759 - ac_status=$?
michael@2 6760 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6761 - (exit $ac_status); }; }; then
michael@2 6762 + (exit $ac_status); } && {
michael@2 6763 + test -z "$ac_cxx_werror_flag" ||
michael@2 6764 + test ! -s conftest.err
michael@2 6765 + } && test -s conftest.$ac_objext; then
michael@2 6766 ac_header_compiler=yes
michael@2 6767 else
michael@2 6768 echo "$as_me: failed program was:" >&5
michael@2 6769 @@ -20841,17 +19142,10 @@
michael@2 6770 rm -f conftest.er1
michael@2 6771 cat conftest.err >&5
michael@2 6772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6773 - (exit $ac_status); } >/dev/null; then
michael@2 6774 - if test -s conftest.err; then
michael@2 6775 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 6776 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 6777 - else
michael@2 6778 - ac_cpp_err=
michael@2 6779 - fi
michael@2 6780 -else
michael@2 6781 - ac_cpp_err=yes
michael@2 6782 -fi
michael@2 6783 -if test -z "$ac_cpp_err"; then
michael@2 6784 + (exit $ac_status); } >/dev/null && {
michael@2 6785 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 6786 + test ! -s conftest.err
michael@2 6787 + }; then
michael@2 6788 ac_header_preproc=yes
michael@2 6789 else
michael@2 6790 echo "$as_me: failed program was:" >&5
michael@2 6791 @@ -21072,27 +19366,10 @@
michael@2 6792 rm -f conftest.er1
michael@2 6793 cat conftest.err >&5
michael@2 6794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6795 - (exit $ac_status); } &&
michael@2 6796 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6797 - { (case "(($ac_try" in
michael@2 6798 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6799 - *) ac_try_echo=$ac_try;;
michael@2 6800 -esac
michael@2 6801 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6802 - (eval "$ac_try") 2>&5
michael@2 6803 - ac_status=$?
michael@2 6804 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6805 - (exit $ac_status); }; } &&
michael@2 6806 - { ac_try='test -s conftest.$ac_objext'
michael@2 6807 - { (case "(($ac_try" in
michael@2 6808 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6809 - *) ac_try_echo=$ac_try;;
michael@2 6810 -esac
michael@2 6811 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6812 - (eval "$ac_try") 2>&5
michael@2 6813 - ac_status=$?
michael@2 6814 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6815 - (exit $ac_status); }; }; then
michael@2 6816 + (exit $ac_status); } && {
michael@2 6817 + test -z "$ac_cxx_werror_flag" ||
michael@2 6818 + test ! -s conftest.err
michael@2 6819 + } && test -s conftest.$ac_objext; then
michael@2 6820 ac_header_compiler=yes
michael@2 6821 else
michael@2 6822 echo "$as_me: failed program was:" >&5
michael@2 6823 @@ -21128,17 +19405,10 @@
michael@2 6824 rm -f conftest.er1
michael@2 6825 cat conftest.err >&5
michael@2 6826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6827 - (exit $ac_status); } >/dev/null; then
michael@2 6828 - if test -s conftest.err; then
michael@2 6829 - ac_cpp_err=$ac_cxx_preproc_warn_flag
michael@2 6830 - ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
michael@2 6831 - else
michael@2 6832 - ac_cpp_err=
michael@2 6833 - fi
michael@2 6834 -else
michael@2 6835 - ac_cpp_err=yes
michael@2 6836 -fi
michael@2 6837 -if test -z "$ac_cpp_err"; then
michael@2 6838 + (exit $ac_status); } >/dev/null && {
michael@2 6839 + test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
michael@2 6840 + test ! -s conftest.err
michael@2 6841 + }; then
michael@2 6842 ac_header_preproc=yes
michael@2 6843 else
michael@2 6844 echo "$as_me: failed program was:" >&5
michael@2 6845 @@ -21650,27 +19920,11 @@
michael@2 6846 rm -f conftest.er1
michael@2 6847 cat conftest.err >&5
michael@2 6848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6849 - (exit $ac_status); } &&
michael@2 6850 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6851 - { (case "(($ac_try" in
michael@2 6852 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6853 - *) ac_try_echo=$ac_try;;
michael@2 6854 -esac
michael@2 6855 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6856 - (eval "$ac_try") 2>&5
michael@2 6857 - ac_status=$?
michael@2 6858 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6859 - (exit $ac_status); }; } &&
michael@2 6860 - { ac_try='test -s conftest$ac_exeext'
michael@2 6861 - { (case "(($ac_try" in
michael@2 6862 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6863 - *) ac_try_echo=$ac_try;;
michael@2 6864 -esac
michael@2 6865 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6866 - (eval "$ac_try") 2>&5
michael@2 6867 - ac_status=$?
michael@2 6868 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6869 - (exit $ac_status); }; }; then
michael@2 6870 + (exit $ac_status); } && {
michael@2 6871 + test -z "$ac_cxx_werror_flag" ||
michael@2 6872 + test ! -s conftest.err
michael@2 6873 + } && test -s conftest$ac_exeext &&
michael@2 6874 + $as_test_x conftest$ac_exeext; then
michael@2 6875 ac_cv_lib_boost_regex_main=yes
michael@2 6876 else
michael@2 6877 echo "$as_me: failed program was:" >&5
michael@2 6878 @@ -21679,7 +19933,7 @@
michael@2 6879 ac_cv_lib_boost_regex_main=no
michael@2 6880 fi
michael@2 6881
michael@2 6882 -rm -f core conftest.err conftest.$ac_objext \
michael@2 6883 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 6884 conftest$ac_exeext conftest.$ac_ext
michael@2 6885 LIBS=$ac_check_lib_save_LIBS
michael@2 6886 fi
michael@2 6887 @@ -21727,27 +19981,11 @@
michael@2 6888 rm -f conftest.er1
michael@2 6889 cat conftest.err >&5
michael@2 6890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6891 - (exit $ac_status); } &&
michael@2 6892 - { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
michael@2 6893 - { (case "(($ac_try" in
michael@2 6894 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6895 - *) ac_try_echo=$ac_try;;
michael@2 6896 -esac
michael@2 6897 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6898 - (eval "$ac_try") 2>&5
michael@2 6899 - ac_status=$?
michael@2 6900 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6901 - (exit $ac_status); }; } &&
michael@2 6902 - { ac_try='test -s conftest$ac_exeext'
michael@2 6903 - { (case "(($ac_try" in
michael@2 6904 - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6905 - *) ac_try_echo=$ac_try;;
michael@2 6906 -esac
michael@2 6907 -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6908 - (eval "$ac_try") 2>&5
michael@2 6909 - ac_status=$?
michael@2 6910 - echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6911 - (exit $ac_status); }; }; then
michael@2 6912 + (exit $ac_status); } && {
michael@2 6913 + test -z "$ac_cxx_werror_flag" ||
michael@2 6914 + test ! -s conftest.err
michael@2 6915 + } && test -s conftest$ac_exeext &&
michael@2 6916 + $as_test_x conftest$ac_exeext; then
michael@2 6917 ac_cv_lib_boost_regex_gcc_main=yes
michael@2 6918 else
michael@2 6919 echo "$as_me: failed program was:" >&5
michael@2 6920 @@ -21756,7 +19994,7 @@
michael@2 6921 ac_cv_lib_boost_regex_gcc_main=no
michael@2 6922 fi
michael@2 6923
michael@2 6924 -rm -f core conftest.err conftest.$ac_objext \
michael@2 6925 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 6926 conftest$ac_exeext conftest.$ac_ext
michael@2 6927 LIBS=$ac_check_lib_save_LIBS
michael@2 6928 fi
michael@2 6929 @@ -21767,6 +20005,67 @@
michael@2 6930 LIBS="-lboost_regex-gcc $LIBS"
michael@2 6931 echo "LIBS += -lboost_regex-gcc" >> $QT_INCL_PRO
michael@2 6932 else
michael@2 6933 +
michael@2 6934 + { echo "$as_me:$LINENO: checking for main in -lboost_regex-mt" >&5
michael@2 6935 +echo $ECHO_N "checking for main in -lboost_regex-mt... $ECHO_C" >&6; }
michael@2 6936 +if test "${ac_cv_lib_boost_regex_mt_main+set}" = set; then
michael@2 6937 + echo $ECHO_N "(cached) $ECHO_C" >&6
michael@2 6938 +else
michael@2 6939 + ac_check_lib_save_LIBS=$LIBS
michael@2 6940 +LIBS="-lboost_regex-mt $LIBS"
michael@2 6941 +cat >conftest.$ac_ext <<_ACEOF
michael@2 6942 +/* confdefs.h. */
michael@2 6943 +_ACEOF
michael@2 6944 +cat confdefs.h >>conftest.$ac_ext
michael@2 6945 +cat >>conftest.$ac_ext <<_ACEOF
michael@2 6946 +/* end confdefs.h. */
michael@2 6947 +
michael@2 6948 +
michael@2 6949 +int
michael@2 6950 +main ()
michael@2 6951 +{
michael@2 6952 +return main ();
michael@2 6953 + ;
michael@2 6954 + return 0;
michael@2 6955 +}
michael@2 6956 +_ACEOF
michael@2 6957 +rm -f conftest.$ac_objext conftest$ac_exeext
michael@2 6958 +if { (ac_try="$ac_link"
michael@2 6959 +case "(($ac_try" in
michael@2 6960 + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
michael@2 6961 + *) ac_try_echo=$ac_try;;
michael@2 6962 +esac
michael@2 6963 +eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
michael@2 6964 + (eval "$ac_link") 2>conftest.er1
michael@2 6965 + ac_status=$?
michael@2 6966 + grep -v '^ *+' conftest.er1 >conftest.err
michael@2 6967 + rm -f conftest.er1
michael@2 6968 + cat conftest.err >&5
michael@2 6969 + echo "$as_me:$LINENO: \$? = $ac_status" >&5
michael@2 6970 + (exit $ac_status); } && {
michael@2 6971 + test -z "$ac_cxx_werror_flag" ||
michael@2 6972 + test ! -s conftest.err
michael@2 6973 + } && test -s conftest$ac_exeext &&
michael@2 6974 + $as_test_x conftest$ac_exeext; then
michael@2 6975 + ac_cv_lib_boost_regex_mt_main=yes
michael@2 6976 +else
michael@2 6977 + echo "$as_me: failed program was:" >&5
michael@2 6978 +sed 's/^/| /' conftest.$ac_ext >&5
michael@2 6979 +
michael@2 6980 + ac_cv_lib_boost_regex_mt_main=no
michael@2 6981 +fi
michael@2 6982 +
michael@2 6983 +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
michael@2 6984 + conftest$ac_exeext conftest.$ac_ext
michael@2 6985 +LIBS=$ac_check_lib_save_LIBS
michael@2 6986 +fi
michael@2 6987 +{ echo "$as_me:$LINENO: result: $ac_cv_lib_boost_regex_mt_main" >&5
michael@2 6988 +echo "${ECHO_T}$ac_cv_lib_boost_regex_mt_main" >&6; }
michael@2 6989 +if test $ac_cv_lib_boost_regex_mt_main = yes; then
michael@2 6990 +
michael@2 6991 + LIBS="-lboost_regex-mt $LIBS"
michael@2 6992 + echo "LIBS += -lboost_regex-mt" >> $QT_INCL_PRO
michael@2 6993 +else
michael@2 6994 { { echo "$as_me:$LINENO: error: libboost_regex library is missing (boost package)." >&5
michael@2 6995 echo "$as_me: error: libboost_regex library is missing (boost package)." >&2;}
michael@2 6996 { (exit 1); exit 1; }; }
michael@2 6997 @@ -21774,6 +20073,8 @@
michael@2 6998
michael@2 6999 fi
michael@2 7000
michael@2 7001 +fi
michael@2 7002 +
michael@2 7003
michael@2 7004
michael@2 7005 { echo "$as_me:$LINENO: checking LRELEASE OPTIONS" >&5
michael@2 7006 @@ -21954,7 +20255,8 @@
michael@2 7007 ## M4sh Initialization. ##
michael@2 7008 ## --------------------- ##
michael@2 7009
michael@2 7010 -# Be Bourne compatible
michael@2 7011 +# Be more Bourne compatible
michael@2 7012 +DUALCASE=1; export DUALCASE # for MKS sh
michael@2 7013 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
michael@2 7014 emulate sh
michael@2 7015 NULLCMD=:
michael@2 7016 @@ -21963,10 +20265,13 @@
michael@2 7017 alias -g '${1+"$@"}'='"$@"'
michael@2 7018 setopt NO_GLOB_SUBST
michael@2 7019 else
michael@2 7020 - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
michael@2 7021 + case `(set -o) 2>/dev/null` in
michael@2 7022 + *posix*) set -o posix ;;
michael@2 7023 +esac
michael@2 7024 +
michael@2 7025 fi
michael@2 7026 -BIN_SH=xpg4; export BIN_SH # for Tru64
michael@2 7027 -DUALCASE=1; export DUALCASE # for MKS sh
michael@2 7028 +
michael@2 7029 +
michael@2 7030
michael@2 7031
michael@2 7032 # PATH needs CR
michael@2 7033 @@ -22190,19 +20495,28 @@
michael@2 7034 as_mkdir_p=false
michael@2 7035 fi
michael@2 7036
michael@2 7037 -# Find out whether ``test -x'' works. Don't use a zero-byte file, as
michael@2 7038 -# systems may use methods other than mode bits to determine executability.
michael@2 7039 -cat >conf$$.file <<_ASEOF
michael@2 7040 -#! /bin/sh
michael@2 7041 -exit 0
michael@2 7042 -_ASEOF
michael@2 7043 -chmod +x conf$$.file
michael@2 7044 -if test -x conf$$.file >/dev/null 2>&1; then
michael@2 7045 - as_executable_p="test -x"
michael@2 7046 +if test -x / >/dev/null 2>&1; then
michael@2 7047 + as_test_x='test -x'
michael@2 7048 else
michael@2 7049 - as_executable_p=:
michael@2 7050 + if ls -dL / >/dev/null 2>&1; then
michael@2 7051 + as_ls_L_option=L
michael@2 7052 + else
michael@2 7053 + as_ls_L_option=
michael@2 7054 + fi
michael@2 7055 + as_test_x='
michael@2 7056 + eval sh -c '\''
michael@2 7057 + if test -d "$1"; then
michael@2 7058 + test -d "$1/.";
michael@2 7059 + else
michael@2 7060 + case $1 in
michael@2 7061 + -*)set "./$1";;
michael@2 7062 + esac;
michael@2 7063 + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
michael@2 7064 + ???[sx]*):;;*)false;;esac;fi
michael@2 7065 + '\'' sh
michael@2 7066 + '
michael@2 7067 fi
michael@2 7068 -rm -f conf$$.file
michael@2 7069 +as_executable_p=$as_test_x
michael@2 7070
michael@2 7071 # Sed expression to map a string onto a valid CPP name.
michael@2 7072 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
michael@2 7073 @@ -22218,7 +20532,7 @@
michael@2 7074 # values after options handling.
michael@2 7075 ac_log="
michael@2 7076 This file was extended by $as_me, which was
michael@2 7077 -generated by GNU Autoconf 2.60. Invocation command line was
michael@2 7078 +generated by GNU Autoconf 2.61. Invocation command line was
michael@2 7079
michael@2 7080 CONFIG_FILES = $CONFIG_FILES
michael@2 7081 CONFIG_HEADERS = $CONFIG_HEADERS
michael@2 7082 @@ -22247,7 +20561,7 @@
michael@2 7083 Usage: $0 [OPTIONS] [FILE]...
michael@2 7084
michael@2 7085 -h, --help print this help, then exit
michael@2 7086 - -V, --version print version number, then exit
michael@2 7087 + -V, --version print version number and configuration settings, then exit
michael@2 7088 -q, --quiet do not print progress messages
michael@2 7089 -d, --debug don't remove temporary files
michael@2 7090 --recheck update $as_me by reconfiguring in the same conditions
michael@2 7091 @@ -22271,7 +20585,7 @@
michael@2 7092 cat >>$CONFIG_STATUS <<_ACEOF
michael@2 7093 ac_cs_version="\\
michael@2 7094 config.status
michael@2 7095 -configured by $0, generated by GNU Autoconf 2.60,
michael@2 7096 +configured by $0, generated by GNU Autoconf 2.61,
michael@2 7097 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
michael@2 7098
michael@2 7099 Copyright (C) 2006 Free Software Foundation, Inc.
michael@2 7100 @@ -22563,7 +20877,7 @@
michael@2 7101 CXXCPP!$CXXCPP$ac_delim
michael@2 7102 RANLIB!$RANLIB$ac_delim
michael@2 7103 LEX!$LEX$ac_delim
michael@2 7104 -LEXLIB!$LEXLIB$ac_delim
michael@2 7105 +LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim
michael@2 7106 _ACEOF
michael@2 7107
michael@2 7108 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
michael@2 7109 @@ -22605,7 +20919,7 @@
michael@2 7110 ac_delim='%!_!# '
michael@2 7111 for ac_last_try in false false false false false :; do
michael@2 7112 cat >conf$$subs.sed <<_ACEOF
michael@2 7113 -LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim
michael@2 7114 +LEXLIB!$LEXLIB$ac_delim
michael@2 7115 YACC!$YACC$ac_delim
michael@2 7116 YFLAGS!$YFLAGS$ac_delim
michael@2 7117 GREP!$GREP$ac_delim
michael@2 7118 @@ -23400,3 +21714,5 @@
michael@2 7119 echo "${ECHO_T}iLBC: $have_ilbc" >&6; }
michael@2 7120 { echo "$as_me:$LINENO: result: ZRTP: $have_zrtp" >&5
michael@2 7121 echo "${ECHO_T}ZRTP: $have_zrtp" >&6; }
michael@2 7122 +{ echo "$as_me:$LINENO: result: Libgsm dynamic link: $have_gsm" >&5
michael@2 7123 +echo "${ECHO_T}Libgsm dynamic link: $have_gsm" >&6; }
michael@2 7124 Index: configure.in
michael@2 7125 diff -Nau configure.in.orig configure.in
michael@2 7126 --- configure.in.orig 2009-01-31 05:48:30.000000000 +0100
michael@2 7127 +++ configure.in 2009-02-23 14:26:38.000000000 +0100
michael@2 7128 @@ -195,22 +195,33 @@
michael@2 7129
michael@2 7130 # This check does not work on all platforms
michael@2 7131 # Check if libgsm is available
michael@2 7132 -# AC_CHECK_LIB(gsm, sf_open, [
michael@2 7133 -# AC_CHECK_HEADER(gsm.h, [],
michael@2 7134 -# [AC_MSG_ERROR([gsm header files missing (gsm.h)])])
michael@2 7135 -# AC_DEFINE(HAVE_GSM, 1, [Define to 1 if you have the <libgsm> library.])
michael@2 7136 -# GSM_LIBS="-lgsm"
michael@2 7137 -# echo "LIBS += -lgsm" >> $QT_INCL_PRO
michael@2 7138 -# have_gsm="yes" ], [
michael@2 7139 -# have_gsm="no"
michael@2 7140 -# GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
michael@2 7141 -# echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO ])
michael@2 7142 -have_gsm="no"
michael@2 7143 -GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
michael@2 7144 -echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
michael@2 7145 +AC_CHECK_LIB(gsm, sf_open, [
michael@2 7146 + AC_CHECK_HEADER(gsm.h, [],
michael@2 7147 + [AC_MSG_ERROR([gsm header files missing (gsm.h)])])
michael@2 7148 + AC_DEFINE(HAVE_GSM, 1, [Define to 1 if you have the <libgsm> library.])
michael@2 7149 + GSM_LIBS="-lgsm"
michael@2 7150 + echo "LIBS += -lgsm" >> $QT_INCL_PRO
michael@2 7151 + have_gsm="yes" ], [
michael@2 7152 + have_gsm="no"
michael@2 7153 + GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
michael@2 7154 + echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO ])
michael@2 7155 +#have_gsm="no"
michael@2 7156 +#GSM_LIBS="\$(top_builddir)/src/audio/gsm/libgsm.a"
michael@2 7157 +#echo "LIBS += ../audio/gsm/libgsm.a" >> $QT_INCL_PRO
michael@2 7158
michael@2 7159 AC_SUBST(GSM_LIBS)
michael@2 7160
michael@2 7161 +# Check if libgsm is available
michael@2 7162 +AC_CHECK_LIB(gsm, sf_open, [
michael@2 7163 + AC_CHECK_HEADER(gsm.h, [],
michael@2 7164 + [AC_MSG_ERROR([gsm header files missing (gsm.h)])])
michael@2 7165 + AC_DEFINE(HAVE_GSM, 1, [Define to 1 if you have the <libgsm> library.])
michael@2 7166 + LIBS="-lgsm $LIBS"
michael@2 7167 + echo "LIBS += -lgsm" >> $QT_INCL_PRO
michael@2 7168 + have_gsm="yes" ], [
michael@2 7169 + have_gsm="no"
michael@2 7170 + echo "$(top_builddir)/src/audio/gsm/libgsm.a" >> $QT_INCL_PRO ])
michael@2 7171 +
michael@2 7172 # Check if ALSA is available
michael@2 7173 AC_CHECK_LIB(asound, main, [
michael@2 7174 AC_CHECK_HEADER(alsa/asoundlib.h, [],
michael@2 7175 @@ -294,7 +305,11 @@
michael@2 7176 AC_CHECK_LIB(boost_regex-gcc, main, [
michael@2 7177 LIBS="-lboost_regex-gcc $LIBS"
michael@2 7178 echo "LIBS += -lboost_regex-gcc" >> $QT_INCL_PRO],
michael@2 7179 - [AC_MSG_ERROR([libboost_regex library is missing (boost package).])])])
michael@2 7180 + [
michael@2 7181 + AC_CHECK_LIB(boost_regex-mt, main, [
michael@2 7182 + LIBS="-lboost_regex-mt $LIBS"
michael@2 7183 + echo "LIBS += -lboost_regex-mt" >> $QT_INCL_PRO],
michael@2 7184 + [AC_MSG_ERROR([libboost_regex library is missing (boost package).])])])])
michael@2 7185
michael@2 7186 ms_CHECK_LRELEASE()
michael@2 7187
michael@2 7188 @@ -344,3 +359,4 @@
michael@2 7189 AC_MSG_RESULT([Speex: $have_speex])
michael@2 7190 AC_MSG_RESULT([iLBC: $have_ilbc])
michael@2 7191 AC_MSG_RESULT([ZRTP: $have_zrtp])
michael@2 7192 +AC_MSG_RESULT([Libgsm dynamic link: $have_gsm])
michael@2 7193 Index: src/twinkle_config.h.in
michael@2 7194 diff -Nau src/twinkle_config.h.in.orig src/twinkle_config.h.in
michael@2 7195 --- src/twinkle_config.h.in.orig 2009-01-31 05:49:04.000000000 +0100
michael@2 7196 +++ src/twinkle_config.h.in 2009-02-23 14:24:10.000000000 +0100
michael@2 7197 @@ -19,6 +19,9 @@
michael@2 7198 /* Define to 1 if you have the <history.h> header file. */
michael@2 7199 #undef HAVE_HISTORY_H
michael@2 7200
michael@2 7201 +/* Define to 1 if you have the <libgsm> library. */
michael@2 7202 +#undef HAVE_GSM
michael@2 7203 +
michael@2 7204 /* Define to 1 if you have the <ilbc> library. */
michael@2 7205 #undef HAVE_ILBC
michael@2 7206
michael@2 7207 Index: src/audio/twinkle_zrtp_ui.cpp
michael@2 7208 diff -Nau src/audio/twinkle_zrtp_ui.cpp.orig src/audio/twinkle_zrtp_ui.cpp
michael@2 7209 --- src/audio/twinkle_zrtp_ui.cpp.orig 2009-01-03 17:54:05.000000000 +0100
michael@2 7210 +++ src/audio/twinkle_zrtp_ui.cpp 2009-02-23 14:54:31.000000000 +0100
michael@2 7211 @@ -208,7 +208,7 @@
michael@2 7212 ui->cb_async_zrtp_confirm_go_clear(lineno);
michael@2 7213 }
michael@2 7214
michael@2 7215 -void TwinkleZrtpUI::showMessage(MessageSeverity sev, int subCode) {
michael@2 7216 +void TwinkleZrtpUI::showMessage(GnuZrtpCodes::MessageSeverity sev, int subCode) {
michael@2 7217 t_line *line = audioSession->get_line();
michael@2 7218 int lineno = line->get_line_number();
michael@2 7219
michael@2 7220 @@ -218,11 +218,11 @@
michael@2 7221 msg += *mapCodesToString(sev, subCode);
michael@2 7222
michael@2 7223 switch (sev) {
michael@2 7224 - case Info:
michael@2 7225 + case GnuZrtpCodes::Info:
michael@2 7226 log_file->write_report(msg, "TwinkleZrtpUI::showMessage", LOG_NORMAL,
michael@2 7227 LOG_INFO);
michael@2 7228 break;
michael@2 7229 - case Warning:
michael@2 7230 + case GnuZrtpCodes::Warning:
michael@2 7231 log_file->write_report(msg, "TwinkleZrtpUI::showMessage", LOG_NORMAL,
michael@2 7232 LOG_WARNING);
michael@2 7233 break;
michael@2 7234 @@ -232,7 +232,7 @@
michael@2 7235 }
michael@2 7236 }
michael@2 7237
michael@2 7238 -void TwinkleZrtpUI::zrtpNegotiationFailed(MessageSeverity severity, int subCode) {
michael@2 7239 +void TwinkleZrtpUI::zrtpNegotiationFailed(GnuZrtpCodes::MessageSeverity severity, int subCode) {
michael@2 7240 t_line *line = audioSession->get_line();
michael@2 7241 int lineno = line->get_line_number();
michael@2 7242
michael@2 7243 @@ -242,11 +242,11 @@
michael@2 7244 m += *mapCodesToString(severity, subCode);
michael@2 7245
michael@2 7246 switch (severity) {
michael@2 7247 - case Info:
michael@2 7248 + case GnuZrtpCodes::Info:
michael@2 7249 log_file->write_report(m, "TwinkleZrtpUI::zrtpNegotiationFailed", LOG_NORMAL,
michael@2 7250 LOG_INFO);
michael@2 7251 break;
michael@2 7252 - case Warning:
michael@2 7253 + case GnuZrtpCodes::Warning:
michael@2 7254 log_file->write_report(m, "TwinkleZrtpUI::zrtpNegotiationFailed", LOG_NORMAL,
michael@2 7255 LOG_WARNING);
michael@2 7256 break;
michael@2 7257 @@ -266,20 +266,20 @@
michael@2 7258 log_file->write_report(msg, "TwinkleZrtpUI::zrtpNotSuppOther");
michael@2 7259 }
michael@2 7260
michael@2 7261 -const string *const TwinkleZrtpUI::mapCodesToString(MessageSeverity severity, int subCode) {
michael@2 7262 +const string *const TwinkleZrtpUI::mapCodesToString(GnuZrtpCodes::MessageSeverity severity, int subCode) {
michael@2 7263 string *m = &unknownCode;
michael@2 7264
michael@2 7265 switch (severity) {
michael@2 7266 - case Info:
michael@2 7267 + case GnuZrtpCodes::Info:
michael@2 7268 m = &infoMap[subCode];
michael@2 7269 break;
michael@2 7270 - case Warning:
michael@2 7271 + case GnuZrtpCodes::Warning:
michael@2 7272 m = &warningMap[subCode];
michael@2 7273 break;
michael@2 7274 - case Severe:
michael@2 7275 + case GnuZrtpCodes::Severe:
michael@2 7276 m = &severeMap[subCode];
michael@2 7277 break;
michael@2 7278 - case ZrtpError:
michael@2 7279 + case GnuZrtpCodes::ZrtpError:
michael@2 7280 if (subCode < 0) {
michael@2 7281 subCode *= -1;
michael@2 7282 }
michael@2 7283 Index: src/audio/twinkle_zrtp_ui.h
michael@2 7284 diff -Nau src/audio/twinkle_zrtp_ui.h.orig src/audio/twinkle_zrtp_ui.h
michael@2 7285 --- src/audio/twinkle_zrtp_ui.h.orig 2009-01-03 17:53:58.000000000 +0100
michael@2 7286 +++ src/audio/twinkle_zrtp_ui.h 2009-02-23 14:55:21.000000000 +0100
michael@2 7287 @@ -56,8 +56,8 @@
michael@2 7288 virtual void secureOff();
michael@2 7289 virtual void showSAS(std::string sas, bool verified);
michael@2 7290 virtual void confirmGoClear();
michael@2 7291 - virtual void showMessage(MessageSeverity sev, int subCode);
michael@2 7292 - virtual void zrtpNegotiationFailed(MessageSeverity severity, int subCode);
michael@2 7293 + virtual void showMessage(GnuZrtpCodes::MessageSeverity sev, int subCode);
michael@2 7294 + virtual void zrtpNegotiationFailed(GnuZrtpCodes::MessageSeverity severity, int subCode);
michael@2 7295 virtual void zrtpNotSuppOther();
michael@2 7296 //}
michael@2 7297
michael@2 7298 @@ -81,7 +81,7 @@
michael@2 7299 * @param subCode [in] The message code.
michael@2 7300 * @return The message text.
michael@2 7301 */
michael@2 7302 - const string *const mapCodesToString(MessageSeverity severity, int subCode);
michael@2 7303 + const string *const mapCodesToString(GnuZrtpCodes::MessageSeverity severity, int subCode);
michael@2 7304
michael@2 7305 };
michael@2 7306

mercurial