Changeset 602 for WizardsToolkit/trunk
- Timestamp:
- 11/17/09 20:09:16 (4 months ago)
- Location:
- WizardsToolkit/trunk
- Files:
-
- 8 modified
-
Makefile.in (modified) (1 diff)
-
config/config.h.in (modified) (2 diffs)
-
config/configure.xml (modified) (1 diff)
-
config/ltmain.sh (modified) (3 diffs)
-
configure (modified) (789 diffs)
-
m4/ltversion.m4 (modified) (1 diff)
-
wizard/studio.h (modified) (1 diff)
-
wizard/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
WizardsToolkit/trunk/Makefile.in
r1 r602 532 532 PACKAGE_STRING = @PACKAGE_STRING@ 533 533 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 534 PACKAGE_URL = @PACKAGE_URL@ 534 535 PACKAGE_VERSION = @PACKAGE_VERSION@ 535 536 PATH_SEPARATOR = @PATH_SEPARATOR@ -
WizardsToolkit/trunk/config/config.h.in
r511 r602 419 419 /* Define to the one symbol short name of this package. */ 420 420 #undef PACKAGE_TARNAME 421 422 /* Define to the home page for this package. */ 423 #undef PACKAGE_URL 421 424 422 425 /* Define to the version of this package. */ … … 574 577 supported directly. */ 575 578 #undef restrict 576 /* Work around a bug in Sun C++: it does not support _Restrict , even577 though the corresponding Sun C compiler does, which causes578 "#define restrict _Restrict" in the previous line. Perhaps some future579 version of Sun C++ will work with _Restrict; if so, it'll probably580 define __RESTRICT, just asSun C does. */579 /* Work around a bug in Sun C++: it does not support _Restrict or 580 __restrict__, even though the corresponding Sun C compiler ends up with 581 "#define restrict _Restrict" or "#define restrict __restrict__" in the 582 previous line. Perhaps some future version of Sun C++ will work with 583 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ 581 584 #if defined __SUNPRO_CC && !defined __RESTRICT 582 585 # define _Restrict 586 # define __restrict__ 583 587 #endif 584 588 -
WizardsToolkit/trunk/config/configure.xml
r511 r602 18 18 <configure name="LIB_VERSION" value="0x107" /> 19 19 <configure name="LIB_VERSION_NUMBER" value="1,0,7,0" /> 20 <configure name="RELEASE_DATE" value="2009-11- 01" />20 <configure name="RELEASE_DATE" value="2009-11-17" /> 21 21 <configure name="COPYRIGHT" value="Copyright (C) 1999-2009 ImageMagick Studio LLC" /> 22 22 <configure name="WEBSITE" value="http://www.wizards-toolkit.org" /> -
WizardsToolkit/trunk/config/ltmain.sh
r1 r602 1 1 # Generated from ltmain.m4sh. 2 2 3 # ltmain.sh (GNU libtool) 2.2.6 3 # ltmain.sh (GNU libtool) 2.2.6b 4 4 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 5 5 … … 66 66 # compiler flags: $LTCFLAGS 67 67 # linker: $LD (gnu? $with_gnu_ld) 68 # $progname: (GNU libtool) 2.2.6 68 # $progname: (GNU libtool) 2.2.6b 69 69 # automake: $automake_version 70 70 # autoconf: $autoconf_version … … 74 74 PROGRAM=ltmain.sh 75 75 PACKAGE=libtool 76 VERSION=2.2.6 76 VERSION=2.2.6b 77 77 TIMESTAMP="" 78 package_revision=1.301 278 package_revision=1.3017 79 79 80 80 # Be Bourne compatible -
WizardsToolkit/trunk/configure
r511 r602 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 3for WizardsToolkit 1.0.7.3 # Generated by GNU Autoconf 2.64 for WizardsToolkit 1.0.7. 4 4 # 5 5 # Report bugs to <http://www.wizards-toolkit.org>. 6 6 # 7 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 9 # Foundation, Inc. 10 # 9 11 # This configure script is free software; the Free Software Foundation 10 12 # gives unlimited permission to copy, distribute and modify it. 11 ## -------------------- -##12 ## M4sh Initialization. ##13 ## -------------------- -##13 ## -------------------- ## 14 ## M4sh Initialization. ## 15 ## -------------------- ## 14 16 15 17 # Be more Bourne compatible 16 18 DUALCASE=1; export DUALCASE # for MKS sh 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 18 20 emulate sh 19 21 NULLCMD=: … … 23 25 setopt NO_GLOB_SUBST 24 26 else 25 case `(set -o) 2>/dev/null` in 26 *posix*) set -o posix ;; 27 case `(set -o) 2>/dev/null` in #( 28 *posix*) : 29 set -o posix ;; #( 30 *) : 31 ;; 27 32 esac 28 29 fi 30 31 32 33 34 # PATH needs CR 35 # Avoid depending upon Character Ranges. 36 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 39 as_cr_digits='0123456789' 40 as_cr_alnum=$as_cr_Letters$as_cr_digits 33 fi 34 41 35 42 36 as_nl=' … … 47 41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 48 42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 43 # Prefer a ksh shell builtin over an external printf program on Solaris, 44 # but without wasting forks for bash or zsh. 45 if test -z "$BASH_VERSION$ZSH_VERSION" \ 46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 47 as_echo='print -r --' 48 as_echo_n='print -rn --' 49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 50 50 as_echo='printf %s\n' 51 51 as_echo_n='printf %s' … … 58 58 as_echo_n_body='eval 59 59 arg=$1; 60 case $arg in 60 case $arg in #( 61 61 *"$as_nl"*) 62 62 expr "X$arg" : "X\\(.*\\)$as_nl"; … … 81 81 fi 82 82 83 # Support unset when possible.84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then85 as_unset=unset86 else87 as_unset=false88 fi89 90 83 91 84 # IFS … … 97 90 98 91 # Find who we are. Look in the path if we contain no directory separator. 99 case $0 in 92 case $0 in #(( 100 93 *[\\/]* ) as_myself=$0 ;; 101 94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 104 97 IFS=$as_save_IFS 105 98 test -z "$as_dir" && as_dir=. 106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break107 done99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 100 done 108 101 IFS=$as_save_IFS 109 102 … … 117 110 if test ! -f "$as_myself"; then 118 111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 119 { (exit 1); exit 1; } 120 fi 121 122 # Work around bugs in pre-3.0 UWIN ksh. 123 for as_var in ENV MAIL MAILPATH 124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 112 exit 1 113 fi 114 115 # Unset variables that we do not need and which cause bugs (e.g. in 116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" 117 # suppresses any "Segmentation fault" message there. '((' could 118 # trigger a bug in pdksh 5.2.14. 119 for as_var in BASH_ENV ENV MAIL MAILPATH 120 do eval test x\${$as_var+set} = xset \ 121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : 125 122 done 126 123 PS1='$ ' … … 134 131 export LANGUAGE 135 132 136 # Required to use basename. 133 # CDPATH. 134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 135 136 if test "x$CONFIG_SHELL" = x; then 137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 138 emulate sh 139 NULLCMD=: 140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 141 # is contrary to our usage. Disable this feature. 142 alias -g '\${1+\"\$@\"}'='\"\$@\"' 143 setopt NO_GLOB_SUBST 144 else 145 case \`(set -o) 2>/dev/null\` in #( 146 *posix*) : 147 set -o posix ;; #( 148 *) : 149 ;; 150 esac 151 fi 152 " 153 as_required="as_fn_return () { (exit \$1); } 154 as_fn_success () { as_fn_return 0; } 155 as_fn_failure () { as_fn_return 1; } 156 as_fn_ret_success () { return 0; } 157 as_fn_ret_failure () { return 1; } 158 159 exitcode=0 160 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 165 166 else 167 exitcode=1; echo positional parameters were not saved. 168 fi 169 test x\$exitcode = x0 || exit 1" 170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 174 test \$(( 1 + 1 )) = 2 || exit 1" 175 if (eval "$as_required") 2>/dev/null; then : 176 as_have_required=yes 177 else 178 as_have_required=no 179 fi 180 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : 181 182 else 183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 184 as_found=false 185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 186 do 187 IFS=$as_save_IFS 188 test -z "$as_dir" && as_dir=. 189 as_found=: 190 case $as_dir in #( 191 /*) 192 for as_base in sh bash ksh sh5; do 193 # Try only shells that exist, to save several forks. 194 as_shell=$as_dir/$as_base 195 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 196 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : 197 CONFIG_SHELL=$as_shell as_have_required=yes 198 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : 199 break 2 200 fi 201 fi 202 done;; 203 esac 204 as_found=false 205 done 206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 207 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : 208 CONFIG_SHELL=$SHELL as_have_required=yes 209 fi; } 210 IFS=$as_save_IFS 211 212 213 if test "x$CONFIG_SHELL" != x; then : 214 # We cannot yet assume a decent shell, so we have to provide a 215 # neutralization value for shells without unset; and this also 216 # works around shells that cannot unset nonexistent variables. 217 BASH_ENV=/dev/null 218 ENV=/dev/null 219 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 220 export CONFIG_SHELL 221 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 222 fi 223 224 if test x$as_have_required = xno; then : 225 $as_echo "$0: This script requires a shell more modern than all" 226 $as_echo "$0: the shells that I found on your system." 227 if test x${ZSH_VERSION+set} = xset ; then 228 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 229 $as_echo "$0: be upgraded to zsh 4.3.4 or later." 230 else 231 $as_echo "$0: Please tell bug-autoconf@gnu.org and 232 $0: http://www.wizards-toolkit.org about your system, 233 $0: including any error possibly output before this 234 $0: message. Then install a modern shell, or manually run 235 $0: the script under such a shell if you do have one." 236 fi 237 exit 1 238 fi 239 fi 240 fi 241 SHELL=${CONFIG_SHELL-/bin/sh} 242 export SHELL 243 # Unset more variables known to interfere with behavior of common tools. 244 CLICOLOR_FORCE= GREP_OPTIONS= 245 unset CLICOLOR_FORCE GREP_OPTIONS 246 247 ## --------------------- ## 248 ## M4sh Shell Functions. ## 249 ## --------------------- ## 250 # as_fn_unset VAR 251 # --------------- 252 # Portably unset VAR. 253 as_fn_unset () 254 { 255 { eval $1=; unset $1;} 256 } 257 as_unset=as_fn_unset 258 259 # as_fn_set_status STATUS 260 # ----------------------- 261 # Set $? to STATUS, without forking. 262 as_fn_set_status () 263 { 264 return $1 265 } # as_fn_set_status 266 267 # as_fn_exit STATUS 268 # ----------------- 269 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 270 as_fn_exit () 271 { 272 set +e 273 as_fn_set_status $1 274 exit $1 275 } # as_fn_exit 276 277 # as_fn_mkdir_p 278 # ------------- 279 # Create "$as_dir" as a directory, including parents if necessary. 280 as_fn_mkdir_p () 281 { 282 283 case $as_dir in #( 284 -*) as_dir=./$as_dir;; 285 esac 286 test -d "$as_dir" || eval $as_mkdir_p || { 287 as_dirs= 288 while :; do 289 case $as_dir in #( 290 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 291 *) as_qdir=$as_dir;; 292 esac 293 as_dirs="'$as_qdir' $as_dirs" 294 as_dir=`$as_dirname -- "$as_dir" || 295 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 296 X"$as_dir" : 'X\(//\)[^/]' \| \ 297 X"$as_dir" : 'X\(//\)$' \| \ 298 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 299 $as_echo X"$as_dir" | 300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 301 s//\1/ 302 q 303 } 304 /^X\(\/\/\)[^/].*/{ 305 s//\1/ 306 q 307 } 308 /^X\(\/\/\)$/{ 309 s//\1/ 310 q 311 } 312 /^X\(\/\).*/{ 313 s//\1/ 314 q 315 } 316 s/.*/./; q'` 317 test -d "$as_dir" && break 318 done 319 test -z "$as_dirs" || eval "mkdir $as_dirs" 320 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 321 322 323 } # as_fn_mkdir_p 324 # as_fn_append VAR VALUE 325 # ---------------------- 326 # Append the text in VALUE to the end of the definition contained in VAR. Take 327 # advantage of any shell optimizations that allow amortized linear growth over 328 # repeated appends, instead of the typical quadratic growth present in naive 329 # implementations. 330 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 331 eval 'as_fn_append () 332 { 333 eval $1+=\$2 334 }' 335 else 336 as_fn_append () 337 { 338 eval $1=\$$1\$2 339 } 340 fi # as_fn_append 341 342 # as_fn_arith ARG... 343 # ------------------ 344 # Perform arithmetic evaluation on the ARGs, and store the result in the 345 # global $as_val. Take advantage of shells that can avoid forks. The arguments 346 # must be portable across $(()) and expr. 347 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 348 eval 'as_fn_arith () 349 { 350 as_val=$(( $* )) 351 }' 352 else 353 as_fn_arith () 354 { 355 as_val=`expr "$@" || test $? -eq 1` 356 } 357 fi # as_fn_arith 358 359 360 # as_fn_error ERROR [LINENO LOG_FD] 361 # --------------------------------- 362 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 363 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 364 # script with status $?, using 1 if that was 0. 365 as_fn_error () 366 { 367 as_status=$?; test $as_status -eq 0 && as_status=1 368 if test "$3"; then 369 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 370 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 371 fi 372 $as_echo "$as_me: error: $1" >&2 373 as_fn_exit $as_status 374 } # as_fn_error 375 137 376 if expr a : '\(a\)' >/dev/null 2>&1 && 138 377 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 148 387 fi 149 388 150 151 # Name of the executable. 389 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 390 as_dirname=dirname 391 else 392 as_dirname=false 393 fi 394 152 395 as_me=`$as_basename -- "$0" || 153 396 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ … … 169 412 s/.*/./; q'` 170 413 171 # CDPATH. 172 $as_unset CDPATH 173 174 175 if test "x$CONFIG_SHELL" = x; then 176 if (eval ":") 2>/dev/null; then 177 as_have_required=yes 178 else 179 as_have_required=no 180 fi 181 182 if test $as_have_required = yes && (eval ": 183 (as_func_return () { 184 (exit \$1) 185 } 186 as_func_success () { 187 as_func_return 0 188 } 189 as_func_failure () { 190 as_func_return 1 191 } 192 as_func_ret_success () { 193 return 0 194 } 195 as_func_ret_failure () { 196 return 1 197 } 198 199 exitcode=0 200 if as_func_success; then 201 : 202 else 203 exitcode=1 204 echo as_func_success failed. 205 fi 206 207 if as_func_failure; then 208 exitcode=1 209 echo as_func_failure succeeded. 210 fi 211 212 if as_func_ret_success; then 213 : 214 else 215 exitcode=1 216 echo as_func_ret_success failed. 217 fi 218 219 if as_func_ret_failure; then 220 exitcode=1 221 echo as_func_ret_failure succeeded. 222 fi 223 224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 225 : 226 else 227 exitcode=1 228 echo positional parameters were not saved. 229 fi 230 231 test \$exitcode = 0) || { (exit 1); exit 1; } 232 233 ( 234 as_lineno_1=\$LINENO 235 as_lineno_2=\$LINENO 236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 238 ") 2> /dev/null; then 239 : 240 else 241 as_candidate_shells= 242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 244 do 245 IFS=$as_save_IFS 246 test -z "$as_dir" && as_dir=. 247 case $as_dir in 248 /*) 249 for as_base in sh bash ksh sh5; do 250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 251 done;; 252 esac 253 done 254 IFS=$as_save_IFS 255 256 257 for as_shell in $as_candidate_shells $SHELL; do 258 # Try only shells that exist, to save several forks. 259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 260 { ("$as_shell") 2> /dev/null <<\_ASEOF 261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 262 emulate sh 263 NULLCMD=: 264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 265 # is contrary to our usage. Disable this feature. 266 alias -g '${1+"$@"}'='"$@"' 267 setopt NO_GLOB_SUBST 268 else 269 case `(set -o) 2>/dev/null` in 270 *posix*) set -o posix ;; 271 esac 272 273 fi 274 275 276 : 277 _ASEOF 278 }; then 279 CONFIG_SHELL=$as_shell 280 as_have_required=yes 281 if { "$as_shell" 2> /dev/null <<\_ASEOF 282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 283 emulate sh 284 NULLCMD=: 285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 286 # is contrary to our usage. Disable this feature. 287 alias -g '${1+"$@"}'='"$@"' 288 setopt NO_GLOB_SUBST 289 else 290 case `(set -o) 2>/dev/null` in 291 *posix*) set -o posix ;; 292 esac 293 294 fi 295 296 297 : 298 (as_func_return () { 299 (exit $1) 300 } 301 as_func_success () { 302 as_func_return 0 303 } 304 as_func_failure () { 305 as_func_return 1 306 } 307 as_func_ret_success () { 308 return 0 309 } 310 as_func_ret_failure () { 311 return 1 312 } 313 314 exitcode=0 315 if as_func_success; then 316 : 317 else 318 exitcode=1 319 echo as_func_success failed. 320 fi 321 322 if as_func_failure; then 323 exitcode=1 324 echo as_func_failure succeeded. 325 fi 326 327 if as_func_ret_success; then 328 : 329 else 330 exitcode=1 331 echo as_func_ret_success failed. 332 fi 333 334 if as_func_ret_failure; then 335 exitcode=1 336 echo as_func_ret_failure succeeded. 337 fi 338 339 if ( set x; as_func_ret_success y && test x = "$1" ); then 340 : 341 else 342 exitcode=1 343 echo positional parameters were not saved. 344 fi 345 346 test $exitcode = 0) || { (exit 1); exit 1; } 347 348 ( 349 as_lineno_1=$LINENO 350 as_lineno_2=$LINENO 351 test "x$as_lineno_1" != "x$as_lineno_2" && 352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 353 354 _ASEOF 355 }; then 356 break 357 fi 358 359 fi 360 361 done 362 363 if test "x$CONFIG_SHELL" != x; then 364 for as_var in BASH_ENV ENV 365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 366 done 367 export CONFIG_SHELL 368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 369 fi 370 371 372 if test $as_have_required = no; then 373 echo This script requires a shell more modern than all the 374 echo shells that I found on your system. Please install a 375 echo modern shell, or manually run the script under such a 376 echo shell if you do have one. 377 { (exit 1); exit 1; } 378 fi 379 380 381 fi 382 383 fi 384 385 386 387 (eval "as_func_return () { 388 (exit \$1) 389 } 390 as_func_success () { 391 as_func_return 0 392 } 393 as_func_failure () { 394 as_func_return 1 395 } 396 as_func_ret_success () { 397 return 0 398 } 399 as_func_ret_failure () { 400 return 1 401 } 402 403 exitcode=0 404 if as_func_success; then 405 : 406 else 407 exitcode=1 408 echo as_func_success failed. 409 fi 410 411 if as_func_failure; then 412 exitcode=1 413 echo as_func_failure succeeded. 414 fi 415 416 if as_func_ret_success; then 417 : 418 else 419 exitcode=1 420 echo as_func_ret_success failed. 421 fi 422 423 if as_func_ret_failure; then 424 exitcode=1 425 echo as_func_ret_failure succeeded. 426 fi 427 428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 429 : 430 else 431 exitcode=1 432 echo positional parameters were not saved. 433 fi 434 435 test \$exitcode = 0") || { 436 echo No shell found that supports shell functions. 437 echo Please tell bug-autoconf@gnu.org about your system, 438 echo including any error possibly output before this message. 439 echo This can help us improve future autoconf versions. 440 echo Configuration will now proceed without shell functions. 441 } 442 443 444 445 as_lineno_1=$LINENO 446 as_lineno_2=$LINENO 447 test "x$as_lineno_1" != "x$as_lineno_2" && 448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 449 450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 451 # uniformly replaced by the line number. The first 'sed' inserts a 452 # line-number line after each line using $LINENO; the second 'sed' 453 # does the real work. The second script uses 'N' to pair each 454 # line-number line with the line containing $LINENO, and appends 455 # trailing '-' during substitution so that $LINENO is not a special 456 # case at line end. 457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 458 # scripts with optimization help from Paolo Bonzini. Blame Lee 459 # E. McMahon (1931-1989) for sed's syntax. :-) 414 # Avoid depending upon Character Ranges. 415 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 416 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 417 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 418 as_cr_digits='0123456789' 419 as_cr_alnum=$as_cr_Letters$as_cr_digits 420 421 422 as_lineno_1=$LINENO as_lineno_1a=$LINENO 423 as_lineno_2=$LINENO as_lineno_2a=$LINENO 424 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 425 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 426 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 460 427 sed -n ' 461 428 p … … 474 441 ' >$as_me.lineno && 475 442 chmod +x "$as_me.lineno" || 476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 477 { (exit 1); exit 1; }; } 443 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 478 444 479 445 # Don't try to exec as it changes $[0], causing all sort of problems … … 485 451 } 486 452 487 488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then489 as_dirname=dirname490 else491 as_dirname=false492 fi493 494 453 ECHO_C= ECHO_N= ECHO_T= 495 case `echo -n x` in 454 case `echo -n x` in #((((( 496 455 -n*) 497 case `echo 'x \c'` in456 case `echo 'xy\c'` in 498 457 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 499 *) ECHO_C='\c';; 458 xy) ECHO_C='\c';; 459 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 460 ECHO_T=' ';; 500 461 esac;; 501 462 *) 502 463 ECHO_N='-n';; 503 464 esac 504 if expr a : '\(a\)' >/dev/null 2>&1 &&505 test "X`expr 00001 : '.*\(...\)'`" = X001; then506 as_expr=expr507 else508 as_expr=false509 fi510 465 511 466 rm -f conf$$ conf$$.exe conf$$.file … … 537 492 538 493 if mkdir -p . 2>/dev/null; then 539 as_mkdir_p= :494 as_mkdir_p='mkdir -p "$as_dir"' 540 495 else 541 496 test -d ./-p && rmdir ./-p … … 556 511 test -d "$1/."; 557 512 else 558 case $1 in 513 case $1 in #( 559 514 -*)set "./$1";; 560 515 esac; 561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 516 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 562 517 ???[sx]*):;;*)false;;esac;fi 563 518 '\'' sh … … 571 526 # Sed expression to map a string onto a valid variable name. 572 527 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 573 574 528 575 529 … … 741 695 MFLAGS= 742 696 MAKEFLAGS= 743 SHELL=${CONFIG_SHELL-/bin/sh}744 697 745 698 # Identity of this package. … … 749 702 PACKAGE_STRING='WizardsToolkit 1.0.7' 750 703 PACKAGE_BUGREPORT='http://www.wizards-toolkit.org' 704 PACKAGE_URL='' 751 705 752 706 ac_unique_file="wizard/WizardsToolkit.h" … … 1019 973 prefix 1020 974 exec_prefix 975 PACKAGE_URL 1021 976 PACKAGE_BUGREPORT 1022 977 PACKAGE_STRING … … 1182 1137 # Reject names that are not valid shell variable names. 1183 1138 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1184 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 1185 { (exit 1); exit 1; }; } 1139 as_fn_error "invalid feature name: $ac_useropt" 1186 1140 ac_useropt_orig=$ac_useropt 1187 1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1209 1163 # Reject names that are not valid shell variable names. 1210 1164 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1211 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 1212 { (exit 1); exit 1; }; } 1165 as_fn_error "invalid feature name: $ac_useropt" 1213 1166 ac_useropt_orig=$ac_useropt 1214 1167 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1414 1367 # Reject names that are not valid shell variable names. 1415 1368 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1416 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1417 { (exit 1); exit 1; }; } 1369 as_fn_error "invalid package name: $ac_useropt" 1418 1370 ac_useropt_orig=$ac_useropt 1419 1371 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1431 1383 # Reject names that are not valid shell variable names. 1432 1384 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1433 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 1434 { (exit 1); exit 1; }; } 1385 as_fn_error "invalid package name: $ac_useropt" 1435 1386 ac_useropt_orig=$ac_useropt 1436 1387 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1462 1413 x_libraries=$ac_optarg ;; 1463 1414 1464 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 1465 Try \`$0 --help' for more information." >&2 1466 { (exit 1); exit 1; }; } 1415 -*) as_fn_error "unrecognized option: \`$ac_option' 1416 Try \`$0 --help' for more information." 1467 1417 ;; 1468 1418 … … 1470 1420 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1471 1421 # Reject names that are not valid shell variable names. 1472 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1473 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1474 { (exit 1); exit 1; }; } 1422 case $ac_envvar in #( 1423 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1424 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1425 esac 1475 1426 eval $ac_envvar=\$ac_optarg 1476 1427 export $ac_envvar ;; … … 1489 1440 if test -n "$ac_prev"; then 1490 1441 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1491 { $as_echo "$as_me: error: missing argument to $ac_option" >&2 1492 { (exit 1); exit 1; }; } 1442 as_fn_error "missing argument to $ac_option" 1493 1443 fi 1494 1444 … … 1496 1446 case $enable_option_checking in 1497 1447 no) ;; 1498 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 1499 { (exit 1); exit 1; }; } ;; 1448 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1500 1449 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1501 1450 esac … … 1520 1469 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1521 1470 esac 1522 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1523 { (exit 1); exit 1; }; } 1471 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1524 1472 done 1525 1473 … … 1551 1499 ac_ls_di=`ls -di .` && 1552 1500 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1553 { $as_echo "$as_me: error: working directory cannot be determined" >&2 1554 { (exit 1); exit 1; }; } 1501 as_fn_error "working directory cannot be determined" 1555 1502 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1556 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 1557 { (exit 1); exit 1; }; } 1503 as_fn_error "pwd does not report name of working directory" 1558 1504 1559 1505 … … 1594 1540 if test ! -r "$srcdir/$ac_unique_file"; then 1595 1541 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1596 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1597 { (exit 1); exit 1; }; } 1542 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1598 1543 fi 1599 1544 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1600 1545 ac_abs_confdir=`( 1601 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 1602 { (exit 1); exit 1; }; } 1546 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1603 1547 pwd)` 1604 1548 # When building in place, set srcdir=. … … 1831 1775 cat <<\_ACEOF 1832 1776 WizardsToolkit configure 1.0.7 1833 generated by GNU Autoconf 2.63 1834 1835 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1836 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 1777 generated by GNU Autoconf 2.64 1778 1779 Copyright (C) 2009 Free Software Foundation, Inc. 1837 1780 This configure script is free software; the Free Software Foundation 1838 1781 gives unlimited permission to copy, distribute and modify it. … … 1840 1783 exit 1841 1784 fi 1785 1786 ## ------------------------ ## 1787 ## Autoconf initialization. ## 1788 ## ------------------------ ## 1789 1790 # ac_fn_c_try_compile LINENO 1791 # -------------------------- 1792 # Try to compile conftest.$ac_ext, and return whether this succeeded. 1793 ac_fn_c_try_compile () 1794 { 1795 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1796 rm -f conftest.$ac_objext 1797 if { { ac_try="$ac_compile" 1798 case "(($ac_try" in 1799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1800 *) ac_try_echo=$ac_try;; 1801 esac 1802 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1803 $as_echo "$ac_try_echo"; } >&5 1804 (eval "$ac_compile") 2>conftest.err 1805 ac_status=$? 1806 if test -s conftest.err; then 1807 grep -v '^ *+' conftest.err >conftest.er1 1808 cat conftest.er1 >&5 1809 mv -f conftest.er1 conftest.err 1810 fi 1811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1812 test $ac_status = 0; } && { 1813 test -z "$ac_c_werror_flag" || 1814 test ! -s conftest.err 1815 } && test -s conftest.$ac_objext; then : 1816 ac_retval=0 1817 else 1818 $as_echo "$as_me: failed program was:" >&5 1819 sed 's/^/| /' conftest.$ac_ext >&5 1820 1821 ac_retval=1 1822 fi 1823 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1824 return $ac_retval 1825 1826 } # ac_fn_c_try_compile 1827 1828 # ac_fn_c_try_cpp LINENO 1829 # ---------------------- 1830 # Try to preprocess conftest.$ac_ext, and return whether this succeeded. 1831 ac_fn_c_try_cpp () 1832 { 1833 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1834 if { { ac_try="$ac_cpp conftest.$ac_ext" 1835 case "(($ac_try" in 1836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1837 *) ac_try_echo=$ac_try;; 1838 esac 1839 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1840 $as_echo "$ac_try_echo"; } >&5 1841 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 1842 ac_status=$? 1843 if test -s conftest.err; then 1844 grep -v '^ *+' conftest.err >conftest.er1 1845 cat conftest.er1 >&5 1846 mv -f conftest.er1 conftest.err 1847 fi 1848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1849 test $ac_status = 0; } >/dev/null && { 1850 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1851 test ! -s conftest.err 1852 }; then : 1853 ac_retval=0 1854 else 1855 $as_echo "$as_me: failed program was:" >&5 1856 sed 's/^/| /' conftest.$ac_ext >&5 1857 1858 ac_retval=1 1859 fi 1860 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1861 return $ac_retval 1862 1863 } # ac_fn_c_try_cpp 1864 1865 # ac_fn_cxx_try_compile LINENO 1866 # ---------------------------- 1867 # Try to compile conftest.$ac_ext, and return whether this succeeded. 1868 ac_fn_cxx_try_compile () 1869 { 1870 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1871 rm -f conftest.$ac_objext 1872 if { { ac_try="$ac_compile" 1873 case "(($ac_try" in 1874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 1875 *) ac_try_echo=$ac_try;; 1876 esac 1877 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 1878 $as_echo "$ac_try_echo"; } >&5 1879 (eval "$ac_compile") 2>conftest.err 1880 ac_status=$? 1881 if test -s conftest.err; then 1882 grep -v '^ *+' conftest.err >conftest.er1 1883 cat conftest.er1 >&5 1884 mv -f conftest.er1 conftest.err 1885 fi 1886 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1887 test $ac_status = 0; } && { 1888 test -z "$ac_cxx_werror_flag" || 1889 test ! -s conftest.err 1890 } && test -s conftest.$ac_objext; then : 1891 ac_retval=0 1892 else 1893 $as_echo "$as_me: failed program was:" >&5 1894 sed 's/^/| /' conftest.$ac_ext >&5 1895 1896 ac_retval=1 1897 fi 1898 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1899 return $ac_retval 1900 1901 } # ac_fn_cxx_try_compile 1902 1903 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES 1904 # ------------------------------------------------------- 1905 # Tests whether HEADER exists, giving a warning if it cannot be compiled using 1906 # the include files in INCLUDES and setting the cache variable VAR 1907 # accordingly. 1908 ac_fn_c_check_header_mongrel () 1909 { 1910 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1911 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1913 $as_echo_n "checking for $2... " >&6; } 1914 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1915 $as_echo_n "(cached) " >&6 1916 fi 1917 eval ac_res=\$$3 1918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1919 $as_echo "$ac_res" >&6; } 1920 else 1921 # Is the header compilable? 1922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 1923 $as_echo_n "checking $2 usability... " >&6; } 1924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1925 /* end confdefs.h. */ 1926 $4 1927 #include <$2> 1928 _ACEOF 1929 if ac_fn_c_try_compile "$LINENO"; then : 1930 ac_header_compiler=yes 1931 else 1932 ac_header_compiler=no 1933 fi 1934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 1936 $as_echo "$ac_header_compiler" >&6; } 1937 1938 # Is the header present? 1939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 1940 $as_echo_n "checking $2 presence... " >&6; } 1941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1942 /* end confdefs.h. */ 1943 #include <$2> 1944 _ACEOF 1945 if ac_fn_c_try_cpp "$LINENO"; then : 1946 ac_header_preproc=yes 1947 else 1948 ac_header_preproc=no 1949 fi 1950 rm -f conftest.err conftest.$ac_ext 1951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1952 $as_echo "$ac_header_preproc" >&6; } 1953 1954 # So? What about this header? 1955 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( 1956 yes:no: ) 1957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 1958 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} 1959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1960 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1961 ;; 1962 no:yes:* ) 1963 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 1964 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} 1965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 1966 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} 1967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 1968 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} 1969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 1970 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} 1971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1972 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1973 ( cat <<\_ASBOX 1974 ## --------------------------------------------- ## 1975 ## Report this to http://www.wizards-toolkit.org ## 1976 ## --------------------------------------------- ## 1977 _ASBOX 1978 ) | sed "s/^/$as_me: WARNING: /" >&2 1979 ;; 1980 esac 1981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1982 $as_echo_n "checking for $2... " >&6; } 1983 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 1984 $as_echo_n "(cached) " >&6 1985 else 1986 eval "$3=\$ac_header_compiler" 1987 fi 1988 eval ac_res=\$$3 1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 1990 $as_echo "$ac_res" >&6; } 1991 fi 1992 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 1993 1994 } # ac_fn_c_check_header_mongrel 1995 1996 # ac_fn_c_try_run LINENO 1997 # ---------------------- 1998 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes 1999 # that executables *can* be run. 2000 ac_fn_c_try_run () 2001 { 2002 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2003 if { { ac_try="$ac_link" 2004 case "(($ac_try" in 2005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2006 *) ac_try_echo=$ac_try;; 2007 esac 2008 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2009 $as_echo "$ac_try_echo"; } >&5 2010 (eval "$ac_link") 2>&5 2011 ac_status=$? 2012 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2013 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 2014 { { case "(($ac_try" in 2015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2016 *) ac_try_echo=$ac_try;; 2017 esac 2018 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2019 $as_echo "$ac_try_echo"; } >&5 2020 (eval "$ac_try") 2>&5 2021 ac_status=$? 2022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2023 test $ac_status = 0; }; }; then : 2024 ac_retval=0 2025 else 2026 $as_echo "$as_me: program exited with status $ac_status" >&5 2027 $as_echo "$as_me: failed program was:" >&5 2028 sed 's/^/| /' conftest.$ac_ext >&5 2029 2030 ac_retval=$ac_status 2031 fi 2032 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2033 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2034 return $ac_retval 2035 2036 } # ac_fn_c_try_run 2037 2038 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES 2039 # ------------------------------------------------------- 2040 # Tests whether HEADER exists and can be compiled using the include files in 2041 # INCLUDES, setting the cache variable VAR accordingly. 2042 ac_fn_c_check_header_compile () 2043 { 2044 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2046 $as_echo_n "checking for $2... " >&6; } 2047 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2048 $as_echo_n "(cached) " >&6 2049 else 2050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2051 /* end confdefs.h. */ 2052 $4 2053 #include <$2> 2054 _ACEOF 2055 if ac_fn_c_try_compile "$LINENO"; then : 2056 eval "$3=yes" 2057 else 2058 eval "$3=no" 2059 fi 2060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2061 fi 2062 eval ac_res=\$$3 2063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2064 $as_echo "$ac_res" >&6; } 2065 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2066 2067 } # ac_fn_c_check_header_compile 2068 2069 # ac_fn_c_try_link LINENO 2070 # ----------------------- 2071 # Try to link conftest.$ac_ext, and return whether this succeeded. 2072 ac_fn_c_try_link () 2073 { 2074 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2075 rm -f conftest.$ac_objext conftest$ac_exeext 2076 if { { ac_try="$ac_link" 2077 case "(($ac_try" in 2078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2079 *) ac_try_echo=$ac_try;; 2080 esac 2081 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2082 $as_echo "$ac_try_echo"; } >&5 2083 (eval "$ac_link") 2>conftest.err 2084 ac_status=$? 2085 if test -s conftest.err; then 2086 grep -v '^ *+' conftest.err >conftest.er1 2087 cat conftest.er1 >&5 2088 mv -f conftest.er1 conftest.err 2089 fi 2090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2091 test $ac_status = 0; } && { 2092 test -z "$ac_c_werror_flag" || 2093 test ! -s conftest.err 2094 } && test -s conftest$ac_exeext && { 2095 test "$cross_compiling" = yes || 2096 $as_test_x conftest$ac_exeext 2097 }; then : 2098 ac_retval=0 2099 else 2100 $as_echo "$as_me: failed program was:" >&5 2101 sed 's/^/| /' conftest.$ac_ext >&5 2102 2103 ac_retval=1 2104 fi 2105 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 2106 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 2107 # interfere with the next link command; also delete a directory that is 2108 # left behind by Apple's compiler. We do this before executing the actions. 2109 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2110 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2111 return $ac_retval 2112 2113 } # ac_fn_c_try_link 2114 2115 # ac_fn_c_check_func LINENO FUNC VAR 2116 # ---------------------------------- 2117 # Tests whether FUNC exists, setting the cache variable VAR accordingly 2118 ac_fn_c_check_func () 2119 { 2120 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2122 $as_echo_n "checking for $2... " >&6; } 2123 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2124 $as_echo_n "(cached) " >&6 2125 else 2126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2127 /* end confdefs.h. */ 2128 /* Define $2 to an innocuous variant, in case <limits.h> declares $2. 2129 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 2130 #define $2 innocuous_$2 2131 2132 /* System header to define __stub macros and hopefully few prototypes, 2133 which can conflict with char $2 (); below. 2134 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 2135 <limits.h> exists even on freestanding compilers. */ 2136 2137 #ifdef __STDC__ 2138 # include <limits.h> 2139 #else 2140 # include <assert.h> 2141 #endif 2142 2143 #undef $2 2144 2145 /* Override any GCC internal prototype to avoid an error. 2146 Use char because int might match the return type of a GCC 2147 builtin and then its argument prototype would still apply. */ 2148 #ifdef __cplusplus 2149 extern "C" 2150 #endif 2151 char $2 (); 2152 /* The GNU C library defines this for functions which it implements 2153 to always fail with ENOSYS. Some functions are actually named 2154 something starting with __ and the normal name is an alias. */ 2155 #if defined __stub_$2 || defined __stub___$2 2156 choke me 2157 #endif 2158 2159 int 2160 main () 2161 { 2162 return $2 (); 2163 ; 2164 return 0; 2165 } 2166 _ACEOF 2167 if ac_fn_c_try_link "$LINENO"; then : 2168 eval "$3=yes" 2169 else 2170 eval "$3=no" 2171 fi 2172 rm -f core conftest.err conftest.$ac_objext \ 2173 conftest$ac_exeext conftest.$ac_ext 2174 fi 2175 eval ac_res=\$$3 2176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2177 $as_echo "$ac_res" >&6; } 2178 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2179 2180 } # ac_fn_c_check_func 2181 2182 # ac_fn_cxx_try_cpp LINENO 2183 # ------------------------ 2184 # Try to preprocess conftest.$ac_ext, and return whether this succeeded. 2185 ac_fn_cxx_try_cpp () 2186 { 2187 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2188 if { { ac_try="$ac_cpp conftest.$ac_ext" 2189 case "(($ac_try" in 2190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2191 *) ac_try_echo=$ac_try;; 2192 esac 2193 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2194 $as_echo "$ac_try_echo"; } >&5 2195 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err 2196 ac_status=$? 2197 if test -s conftest.err; then 2198 grep -v '^ *+' conftest.err >conftest.er1 2199 cat conftest.er1 >&5 2200 mv -f conftest.er1 conftest.err 2201 fi 2202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2203 test $ac_status = 0; } >/dev/null && { 2204 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || 2205 test ! -s conftest.err 2206 }; then : 2207 ac_retval=0 2208 else 2209 $as_echo "$as_me: failed program was:" >&5 2210 sed 's/^/| /' conftest.$ac_ext >&5 2211 2212 ac_retval=1 2213 fi 2214 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2215 return $ac_retval 2216 2217 } # ac_fn_cxx_try_cpp 2218 2219 # ac_fn_cxx_try_link LINENO 2220 # ------------------------- 2221 # Try to link conftest.$ac_ext, and return whether this succeeded. 2222 ac_fn_cxx_try_link () 2223 { 2224 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2225 rm -f conftest.$ac_objext conftest$ac_exeext 2226 if { { ac_try="$ac_link" 2227 case "(($ac_try" in 2228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2229 *) ac_try_echo=$ac_try;; 2230 esac 2231 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2232 $as_echo "$ac_try_echo"; } >&5 2233 (eval "$ac_link") 2>conftest.err 2234 ac_status=$? 2235 if test -s conftest.err; then 2236 grep -v '^ *+' conftest.err >conftest.er1 2237 cat conftest.er1 >&5 2238 mv -f conftest.er1 conftest.err 2239 fi 2240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2241 test $ac_status = 0; } && { 2242 test -z "$ac_cxx_werror_flag" || 2243 test ! -s conftest.err 2244 } && test -s conftest$ac_exeext && { 2245 test "$cross_compiling" = yes || 2246 $as_test_x conftest$ac_exeext 2247 }; then : 2248 ac_retval=0 2249 else 2250 $as_echo "$as_me: failed program was:" >&5 2251 sed 's/^/| /' conftest.$ac_ext >&5 2252 2253 ac_retval=1 2254 fi 2255 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information 2256 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would 2257 # interfere with the next link command; also delete a directory that is 2258 # left behind by Apple's compiler. We do this before executing the actions. 2259 rm -rf conftest.dSYM conftest_ipa8_conftest.oo 2260 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2261 return $ac_retval 2262 2263 } # ac_fn_cxx_try_link 2264 2265 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES 2266 # ------------------------------------------- 2267 # Tests whether TYPE exists after having included INCLUDES, setting cache 2268 # variable VAR accordingly. 2269 ac_fn_c_check_type () 2270 { 2271 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2273 $as_echo_n "checking for $2... " >&6; } 2274 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2275 $as_echo_n "(cached) " >&6 2276 else 2277 eval "$3=no" 2278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2279 /* end confdefs.h. */ 2280 $4 2281 int 2282 main () 2283 { 2284 if (sizeof ($2)) 2285 return 0; 2286 ; 2287 return 0; 2288 } 2289 _ACEOF 2290 if ac_fn_c_try_compile "$LINENO"; then : 2291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2292 /* end confdefs.h. */ 2293 $4 2294 int 2295 main () 2296 { 2297 if (sizeof (($2))) 2298 return 0; 2299 ; 2300 return 0; 2301 } 2302 _ACEOF 2303 if ac_fn_c_try_compile "$LINENO"; then : 2304 2305 else 2306 eval "$3=yes" 2307 fi 2308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2309 fi 2310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2311 fi 2312 eval ac_res=\$$3 2313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2314 $as_echo "$ac_res" >&6; } 2315 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2316 2317 } # ac_fn_c_check_type 2318 2319 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES 2320 # -------------------------------------------- 2321 # Tries to find the compile-time value of EXPR in a program that includes 2322 # INCLUDES, setting VAR accordingly. Returns whether the value could be 2323 # computed 2324 ac_fn_c_compute_int () 2325 { 2326 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2327 if test "$cross_compiling" = yes; then 2328 # Depending upon the size, compute the lo and hi bounds. 2329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2330 /* end confdefs.h. */ 2331 $4 2332 int 2333 main () 2334 { 2335 static int test_array [1 - 2 * !(($2) >= 0)]; 2336 test_array [0] = 0 2337 2338 ; 2339 return 0; 2340 } 2341 _ACEOF 2342 if ac_fn_c_try_compile "$LINENO"; then : 2343 ac_lo=0 ac_mid=0 2344 while :; do 2345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2346 /* end confdefs.h. */ 2347 $4 2348 int 2349 main () 2350 { 2351 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2352 test_array [0] = 0 2353 2354 ; 2355 return 0; 2356 } 2357 _ACEOF 2358 if ac_fn_c_try_compile "$LINENO"; then : 2359 ac_hi=$ac_mid; break 2360 else 2361 as_fn_arith $ac_mid + 1 && ac_lo=$as_val 2362 if test $ac_lo -le $ac_mid; then 2363 ac_lo= ac_hi= 2364 break 2365 fi 2366 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val 2367 fi 2368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2369 done 2370 else 2371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2372 /* end confdefs.h. */ 2373 $4 2374 int 2375 main () 2376 { 2377 static int test_array [1 - 2 * !(($2) < 0)]; 2378 test_array [0] = 0 2379 2380 ; 2381 return 0; 2382 } 2383 _ACEOF 2384 if ac_fn_c_try_compile "$LINENO"; then : 2385 ac_hi=-1 ac_mid=-1 2386 while :; do 2387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2388 /* end confdefs.h. */ 2389 $4 2390 int 2391 main () 2392 { 2393 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 2394 test_array [0] = 0 2395 2396 ; 2397 return 0; 2398 } 2399 _ACEOF 2400 if ac_fn_c_try_compile "$LINENO"; then : 2401 ac_lo=$ac_mid; break 2402 else 2403 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val 2404 if test $ac_mid -le $ac_hi; then 2405 ac_lo= ac_hi= 2406 break 2407 fi 2408 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val 2409 fi 2410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2411 done 2412 else 2413 ac_lo= ac_hi= 2414 fi 2415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2416 fi 2417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2418 # Binary search between lo and hi bounds. 2419 while test "x$ac_lo" != "x$ac_hi"; do 2420 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val 2421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2422 /* end confdefs.h. */ 2423 $4 2424 int 2425 main () 2426 { 2427 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2428 test_array [0] = 0 2429 2430 ; 2431 return 0; 2432 } 2433 _ACEOF 2434 if ac_fn_c_try_compile "$LINENO"; then : 2435 ac_hi=$ac_mid 2436 else 2437 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val 2438 fi 2439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2440 done 2441 case $ac_lo in #(( 2442 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; 2443 '') ac_retval=1 ;; 2444 esac 2445 else 2446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2447 /* end confdefs.h. */ 2448 $4 2449 static long int longval () { return $2; } 2450 static unsigned long int ulongval () { return $2; } 2451 #include <stdio.h> 2452 #include <stdlib.h> 2453 int 2454 main () 2455 { 2456 2457 FILE *f = fopen ("conftest.val", "w"); 2458 if (! f) 2459 return 1; 2460 if (($2) < 0) 2461 { 2462 long int i = longval (); 2463 if (i != ($2)) 2464 return 1; 2465 fprintf (f, "%ld", i); 2466 } 2467 else 2468 { 2469 unsigned long int i = ulongval (); 2470 if (i != ($2)) 2471 return 1; 2472 fprintf (f, "%lu", i); 2473 } 2474 /* Do not output a trailing newline, as this causes \r\n confusion 2475 on some platforms. */ 2476 return ferror (f) || fclose (f) != 0; 2477 2478 ; 2479 return 0; 2480 } 2481 _ACEOF 2482 if ac_fn_c_try_run "$LINENO"; then : 2483 echo >>conftest.val; read $3 <conftest.val; ac_retval=0 2484 else 2485 ac_retval=1 2486 fi 2487 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 2488 conftest.$ac_objext conftest.beam conftest.$ac_ext 2489 rm -f conftest.val 2490 2491 fi 2492 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2493 return $ac_retval 2494 2495 } # ac_fn_c_compute_int 2496 2497 # ac_fn_c_check_decl LINENO SYMBOL VAR 2498 # ------------------------------------ 2499 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. 2500 ac_fn_c_check_decl () 2501 { 2502 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 2503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 2504 $as_echo_n "checking whether $2 is declared... " >&6; } 2505 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : 2506 $as_echo_n "(cached) " >&6 2507 else 2508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2509 /* end confdefs.h. */ 2510 $4 2511 int 2512 main () 2513 { 2514 #ifndef $2 2515 (void) $2; 2516 #endif 2517 2518 ; 2519 return 0; 2520 } 2521 _ACEOF 2522 if ac_fn_c_try_compile "$LINENO"; then : 2523 eval "$3=yes" 2524 else 2525 eval "$3=no" 2526 fi 2527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2528 fi 2529 eval ac_res=\$$3 2530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 2531 $as_echo "$ac_res" >&6; } 2532 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} 2533 2534 } # ac_fn_c_check_decl 1842 2535 cat >config.log <<_ACEOF 1843 2536 This file contains any messages produced by compilers while … … 1845 2538 1846 2539 It was created by WizardsToolkit $as_me 1.0.7, which was 1847 generated by GNU Autoconf 2.6 3. Invocation command line was2540 generated by GNU Autoconf 2.64. Invocation command line was 1848 2541 1849 2542 $ $0 $@ … … 1881 2574 IFS=$as_save_IFS 1882 2575 test -z "$as_dir" && as_dir=. 1883 $as_echo "PATH: $as_dir"1884 done2576 $as_echo "PATH: $as_dir" 2577 done 1885 2578 IFS=$as_save_IFS 1886 2579 … … 1919 2612 esac 1920 2613 case $ac_pass in 1921 1) a c_configure_args0="$ac_configure_args0'$ac_arg'" ;;2614 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 1922 2615 2) 1923 a c_configure_args1="$ac_configure_args1'$ac_arg'"2616 as_fn_append ac_configure_args1 " '$ac_arg'" 1924 2617 if test $ac_must_keep_next = true; then 1925 2618 ac_must_keep_next=false # Got value, back to normal. … … 1937 2630 esac 1938 2631 fi 1939 a c_configure_args="$ac_configure_args'$ac_arg'"2632 as_fn_append ac_configure_args " '$ac_arg'" 1940 2633 ;; 1941 2634 esac 1942 2635 done 1943 2636 done 1944 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0;}1945 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1;}2637 { ac_configure_args0=; unset ac_configure_args0;} 2638 { ac_configure_args1=; unset ac_configure_args1;} 1946 2639 1947 2640 # When interrupted or exit'd, cleanup temporary files, and complete … … 1968 2661 *${as_nl}*) 1969 2662 case $ac_var in #( 1970 *_cv_*) { $as_echo "$as_me:$ LINENO: WARNING: cache variable $ac_var contains a newline" >&52663 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1971 2664 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 1972 2665 esac … … 1974 2667 _ | IFS | as_nl) ;; #( 1975 2668 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 1976 *) $as_unset $ac_var;;2669 *) { eval $ac_var=; unset $ac_var;} ;; 1977 2670 esac ;; 1978 2671 esac … … 2046 2739 ' 0 2047 2740 for ac_signal in 1 2 13 15; do 2048 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal2741 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 2049 2742 done 2050 2743 ac_signal=0 … … 2052 2745 # confdefs.h avoids OS command line length limits that DEFS can exceed. 2053 2746 rm -f -r conftest* confdefs.h 2747 2748 $as_echo "/* confdefs.h */" > confdefs.h 2054 2749 2055 2750 # Predefined preprocessor variables. … … 2059 2754 _ACEOF 2060 2755 2061 2062 2756 cat >>confdefs.h <<_ACEOF 2063 2757 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 2064 2758 _ACEOF 2065 2759 2066 2067 2760 cat >>confdefs.h <<_ACEOF 2068 2761 #define PACKAGE_VERSION "$PACKAGE_VERSION" 2069 2762 _ACEOF 2070 2763 2071 2072 2764 cat >>confdefs.h <<_ACEOF 2073 2765 #define PACKAGE_STRING "$PACKAGE_STRING" 2074 2766 _ACEOF 2075 2767 2076 2077 2768 cat >>confdefs.h <<_ACEOF 2078 2769 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 2770 _ACEOF 2771 2772 cat >>confdefs.h <<_ACEOF 2773 #define PACKAGE_URL "$PACKAGE_URL" 2079 2774 _ACEOF 2080 2775 … … 2097 2792 test "x$ac_site_file" = xNONE && continue 2098 2793 if test -r "$ac_site_file"; then 2099 { $as_echo "$as_me:$ LINENO: loading site script $ac_site_file" >&52794 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2100 2795 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2101 2796 sed 's/^/| /' "$ac_site_file" >&5 … … 2108 2803 # files actually), so we avoid doing that. 2109 2804 if test -f "$cache_file"; then 2110 { $as_echo "$as_me:$ LINENO: loading cache $cache_file" >&52805 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 2111 2806 $as_echo "$as_me: loading cache $cache_file" >&6;} 2112 2807 case $cache_file in … … 2116 2811 fi 2117 2812 else 2118 { $as_echo "$as_me:$ LINENO: creating cache $cache_file" >&52813 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 2119 2814 $as_echo "$as_me: creating cache $cache_file" >&6;} 2120 2815 >$cache_file 2121 2816 fi 2122 2817 2123 a c_header_list="$ac_header_listsys/time.h"2124 a c_header_list="$ac_header_listunistd.h"2125 a c_func_list="$ac_func_listalarm"2818 as_fn_append ac_header_list " sys/time.h" 2819 as_fn_append ac_header_list " unistd.h" 2820 as_fn_append ac_func_list " alarm" 2126 2821 # Check that the precious variables saved in the cache have kept the same 2127 2822 # value. … … 2134 2829 case $ac_old_set,$ac_new_set in 2135 2830 set,) 2136 { $as_echo "$as_me:$ LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&52831 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 2137 2832 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2138 2833 ac_cache_corrupted=: ;; 2139 2834 ,set) 2140 { $as_echo "$as_me:$ LINENO: error: \`$ac_var' was not set in the previous run" >&52835 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 2141 2836 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2142 2837 ac_cache_corrupted=: ;; … … 2148 2843 ac_new_val_w=`echo x $ac_new_val` 2149 2844 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2150 { $as_echo "$as_me:$ LINENO: error: \`$ac_var' has changed since the previous run:" >&52845 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 2151 2846 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2152 2847 ac_cache_corrupted=: 2153 2848 else 2154 { $as_echo "$as_me:$ LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&52849 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2155 2850 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2156 2851 eval $ac_var=\$ac_old_val 2157 2852 fi 2158 { $as_echo "$as_me:$ LINENO: former value: \`$ac_old_val'" >&52853 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 2159 2854 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2160 { $as_echo "$as_me:$ LINENO: current value: \`$ac_new_val'" >&52855 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 2161 2856 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 2162 2857 fi;; … … 2170 2865 case " $ac_configure_args " in 2171 2866 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2172 *) a c_configure_args="$ac_configure_args'$ac_arg'" ;;2867 *) as_fn_append ac_configure_args " '$ac_arg'" ;; 2173 2868 esac 2174 2869 fi 2175 2870 done 2176 2871 if $ac_cache_corrupted; then 2177 { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&52872 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2178 2873 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2179 { $as_echo "$as_me:$ LINENO: error: changes in the environment can compromise the build" >&52874 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2180 2875 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2181 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 2182 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 2183 { (exit 1); exit 1; }; } 2184 fi 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2876 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2877 fi 2878 ## -------------------- ## 2879 ## Main body of script. ## 2880 ## -------------------- ## 2209 2881 2210 2882 ac_ext=c … … 2218 2890 ac_aux_dir= 2219 2891 for ac_dir in config "$srcdir"/config; do 2220 if test -f "$ac_dir/install-sh"; then 2221 ac_aux_dir=$ac_dir 2222 ac_install_sh="$ac_aux_dir/install-sh -c" 2223 break 2224 elif test -f "$ac_dir/install.sh"; then 2225 ac_aux_dir=$ac_dir 2226 ac_install_sh="$ac_aux_dir/install.sh -c" 2227 break 2228 elif test -f "$ac_dir/shtool"; then 2229 ac_aux_dir=$ac_dir 2230 ac_install_sh="$ac_aux_dir/shtool install -c" 2231 break 2232 fi 2892 for ac_t in install-sh install.sh shtool; do 2893 if test -f "$ac_dir/$ac_t"; then 2894 ac_aux_dir=$ac_dir 2895 ac_install_sh="$ac_aux_dir/$ac_t -c" 2896 break 2 2897 fi 2898 done 2233 2899 done 2234 2900 if test -z "$ac_aux_dir"; then 2235 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&5 2236 $as_echo "$as_me: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&2;} 2237 { (exit 1); exit 1; }; } 2901 as_fn_error "cannot find install-sh, install.sh, or shtool in config \"$srcdir\"/config" "$LINENO" 5 2238 2902 fi 2239 2903 … … 2278 2942 # Make sure we can run config.sub. 2279 2943 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2280 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 2281 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 2282 { (exit 1); exit 1; }; } 2283 2284 { $as_echo "$as_me:$LINENO: checking build system type" >&5 2944 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2945 2946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2285 2947 $as_echo_n "checking build system type... " >&6; } 2286 if test "${ac_cv_build+set}" = set; then 2948 if test "${ac_cv_build+set}" = set; then : 2287 2949 $as_echo_n "(cached) " >&6 2288 2950 else … … 2291 2953 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2292 2954 test "x$ac_build_alias" = x && 2293 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 2294 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 2295 { (exit 1); exit 1; }; } 2955 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 2296 2956 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2297 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 2298 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 2299 { (exit 1); exit 1; }; } 2300 2301 fi 2302 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 2957 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2958 2959 fi 2960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2303 2961 $as_echo "$ac_cv_build" >&6; } 2304 2962 case $ac_cv_build in 2305 2963 *-*-*) ;; 2306 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 2307 $as_echo "$as_me: error: invalid value of canonical build" >&2;} 2308 { (exit 1); exit 1; }; };; 2964 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 2309 2965 esac 2310 2966 build=$ac_cv_build … … 2322 2978 2323 2979 2324 { $as_echo "$as_me:$ LINENO: checking host system type" >&52980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 2325 2981 $as_echo_n "checking host system type... " >&6; } 2326 if test "${ac_cv_host+set}" = set; then 2982 if test "${ac_cv_host+set}" = set; then : 2327 2983 $as_echo_n "(cached) " >&6 2328 2984 else … … 2331 2987 else 2332 2988 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2333 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 2334 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 2335 { (exit 1); exit 1; }; } 2336 fi 2337 2338 fi 2339 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 2989 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2990 fi 2991 2992 fi 2993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2340 2994 $as_echo "$ac_cv_host" >&6; } 2341 2995 case $ac_cv_host in 2342 2996 *-*-*) ;; 2343 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 2344 $as_echo "$as_me: error: invalid value of canonical host" >&2;} 2345 { (exit 1); exit 1; }; };; 2997 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 2346 2998 esac 2347 2999 host=$ac_cv_host … … 2359 3011 2360 3012 2361 { $as_echo "$as_me:$ LINENO: checking target system type" >&53013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5 2362 3014 $as_echo_n "checking target system type... " >&6; } 2363 if test "${ac_cv_target+set}" = set; then 3015 if test "${ac_cv_target+set}" = set; then : 2364 3016 $as_echo_n "(cached) " >&6 2365 3017 else … … 2368 3020 else 2369 3021 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2370 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 2371 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 2372 { (exit 1); exit 1; }; } 2373 fi 2374 2375 fi 2376 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5 3022 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 3023 fi 3024 3025 fi 3026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 2377 3027 $as_echo "$ac_cv_target" >&6; } 2378 3028 case $ac_cv_target in 2379 3029 *-*-*) ;; 2380 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 2381 $as_echo "$as_me: error: invalid value of canonical target" >&2;} 2382 { (exit 1); exit 1; }; };; 3030 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; 2383 3031 esac 2384 3032 target=$ac_cv_target … … 2409 3057 2410 3058 # Ensure that make can run correctly 2411 { $as_echo "$as_me:$ LINENO: checking whether build environment is sane" >&53059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 2412 3060 $as_echo_n "checking whether build environment is sane... " >&6; } 2413 3061 # Just in case … … 2420 3068 case `pwd` in 2421 3069 *[\\\"\#\$\&\'\`$am_lf]*) 2422 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5 2423 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;} 2424 { (exit 1); exit 1; }; };; 3070 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;; 2425 3071 esac 2426 3072 case $srcdir in 2427 3073 *[\\\"\#\$\&\'\`$am_lf\ \ ]*) 2428 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5 2429 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;} 2430 { (exit 1); exit 1; }; };; 3074 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; 2431 3075 esac 2432 3076 … … 2450 3094 # broken ls alias from the environment. This has actually 2451 3095 # happened. Such a system could not be considered "sane". 2452 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 2453 alias in your environment" >&5 2454 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 2455 alias in your environment" >&2;} 2456 { (exit 1); exit 1; }; } 3096 as_fn_error "ls -t appears to fail. Make sure there is not a broken 3097 alias in your environment" "$LINENO" 5 2457 3098 fi 2458 3099 … … 2463 3104 : 2464 3105 else 2465 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! 2466 Check your system clock" >&5 2467 $as_echo "$as_me: error: newly created file is older than distributed files! 2468 Check your system clock" >&2;} 2469 { (exit 1); exit 1; }; } 2470 fi 2471 { $as_echo "$as_me:$LINENO: result: yes" >&5 3106 as_fn_error "newly created file is older than distributed files! 3107 Check your system clock" "$LINENO" 5 3108 fi 3109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2472 3110 $as_echo "yes" >&6; } 2473 3111 … … 2488 3126 # ./install, which can be erroneously created by make from ./install.sh. 2489 3127 # Reject install programs that cannot install multiple files. 2490 { $as_echo "$as_me:$ LINENO: checking for a BSD-compatible install" >&53128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 2491 3129 $as_echo_n "checking for a BSD-compatible install... " >&6; } 2492 3130 if test -z "$INSTALL"; then 2493 if test "${ac_cv_path_install+set}" = set; then 3131 if test "${ac_cv_path_install+set}" = set; then : 2494 3132 $as_echo_n "(cached) " >&6 2495 3133 else … … 2499 3137 IFS=$as_save_IFS 2500 3138 test -z "$as_dir" && as_dir=. 2501 # Account for people who put trailing slashes in PATH elements.2502 case $as_dir/ in 2503 ./ | .// | / cC/* | \3139 # Account for people who put trailing slashes in PATH elements. 3140 case $as_dir/ in #(( 3141 ./ | .// | /[cC]/* | \ 2504 3142 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 2505 ?: \\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \3143 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ 2506 3144 /usr/ucb/* ) ;; 2507 3145 *) … … 2540 3178 esac 2541 3179 2542 done3180 done 2543 3181 IFS=$as_save_IFS 2544 3182 … … 2556 3194 fi 2557 3195 fi 2558 { $as_echo "$as_me:$ LINENO: result: $INSTALL" >&53196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 2559 3197 $as_echo "$INSTALL" >&6; } 2560 3198 … … 2593 3231 else 2594 3232 am_missing_run= 2595 { $as_echo "$as_me:$ LINENO: WARNING: \`missing' script is too old or missing" >&53233 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 2596 3234 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 2597 3235 fi … … 2614 3252 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. 2615 3253 set dummy ${ac_tool_prefix}strip; ac_word=$2 2616 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2617 3255 $as_echo_n "checking for $ac_word... " >&6; } 2618 if test "${ac_cv_prog_STRIP+set}" = set; then 3256 if test "${ac_cv_prog_STRIP+set}" = set; then : 2619 3257 $as_echo_n "(cached) " >&6 2620 3258 else … … 2627 3265 IFS=$as_save_IFS 2628 3266 test -z "$as_dir" && as_dir=. 2629 for ac_exec_ext in '' $ac_executable_extensions; do3267 for ac_exec_ext in '' $ac_executable_extensions; do 2630 3268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2631 3269 ac_cv_prog_STRIP="${ac_tool_prefix}strip" 2632 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2633 3271 break 2 2634 3272 fi 2635 3273 done 2636 done3274 done 2637 3275 IFS=$as_save_IFS 2638 3276 … … 2641 3279 STRIP=$ac_cv_prog_STRIP 2642 3280 if test -n "$STRIP"; then 2643 { $as_echo "$as_me:$ LINENO: result: $STRIP" >&53281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 2644 3282 $as_echo "$STRIP" >&6; } 2645 3283 else 2646 { $as_echo "$as_me:$ LINENO: result: no" >&53284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2647 3285 $as_echo "no" >&6; } 2648 3286 fi … … 2654 3292 # Extract the first word of "strip", so it can be a program name with args. 2655 3293 set dummy strip; ac_word=$2 2656 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2657 3295 $as_echo_n "checking for $ac_word... " >&6; } 2658 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then 3296 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then : 2659 3297 $as_echo_n "(cached) " >&6 2660 3298 else … … 2667 3305 IFS=$as_save_IFS 2668 3306 test -z "$as_dir" && as_dir=. 2669 for ac_exec_ext in '' $ac_executable_extensions; do3307 for ac_exec_ext in '' $ac_executable_extensions; do 2670 3308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2671 3309 ac_cv_prog_ac_ct_STRIP="strip" 2672 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2673 3311 break 2 2674 3312 fi 2675 3313 done 2676 done3314 done 2677 3315 IFS=$as_save_IFS 2678 3316 … … 2681 3319 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP 2682 3320 if test -n "$ac_ct_STRIP"; then 2683 { $as_echo "$as_me:$ LINENO: result: $ac_ct_STRIP" >&53321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 2684 3322 $as_echo "$ac_ct_STRIP" >&6; } 2685 3323 else 2686 { $as_echo "$as_me:$ LINENO: result: no" >&53324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2687 3325 $as_echo "no" >&6; } 2688 3326 fi … … 2693 3331 case $cross_compiling:$ac_tool_warned in 2694 3332 yes:) 2695 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&53333 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2696 3334 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2697 3335 ac_tool_warned=yes ;; … … 2706 3344 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 2707 3345 2708 { $as_echo "$as_me:$ LINENO: checking for a thread-safe mkdir -p" >&53346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 2709 3347 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } 2710 3348 if test -z "$MKDIR_P"; then 2711 if test "${ac_cv_path_mkdir+set}" = set; then 3349 if test "${ac_cv_path_mkdir+set}" = set; then : 2712 3350 $as_echo_n "(cached) " >&6 2713 3351 else … … 2717 3355 IFS=$as_save_IFS 2718 3356 test -z "$as_dir" && as_dir=. 2719 for ac_prog in mkdir gmkdir; do3357 for ac_prog in mkdir gmkdir; do 2720 3358 for ac_exec_ext in '' $ac_executable_extensions; do 2721 3359 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue … … 2729 3367 done 2730 3368 done 2731 done3369 done 2732 3370 IFS=$as_save_IFS 2733 3371 … … 2745 3383 fi 2746 3384 fi 2747 { $as_echo "$as_me:$ LINENO: result: $MKDIR_P" >&53385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 2748 3386 $as_echo "$MKDIR_P" >&6; } 2749 3387 … … 2758 3396 # Extract the first word of "$ac_prog", so it can be a program name with args. 2759 3397 set dummy $ac_prog; ac_word=$2 2760 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 2761 3399 $as_echo_n "checking for $ac_word... " >&6; } 2762 if test "${ac_cv_prog_AWK+set}" = set; then 3400 if test "${ac_cv_prog_AWK+set}" = set; then : 2763 3401 $as_echo_n "(cached) " >&6 2764 3402 else … … 2771 3409 IFS=$as_save_IFS 2772 3410 test -z "$as_dir" && as_dir=. 2773 for ac_exec_ext in '' $ac_executable_extensions; do3411 for ac_exec_ext in '' $ac_executable_extensions; do 2774 3412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2775 3413 ac_cv_prog_AWK="$ac_prog" 2776 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 2777 3415 break 2 2778 3416 fi 2779 3417 done 2780 done3418 done 2781 3419 IFS=$as_save_IFS 2782 3420 … … 2785 3423 AWK=$ac_cv_prog_AWK 2786 3424 if test -n "$AWK"; then 2787 { $as_echo "$as_me:$ LINENO: result: $AWK" >&53425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 2788 3426 $as_echo "$AWK" >&6; } 2789 3427 else 2790 { $as_echo "$as_me:$ LINENO: result: no" >&53428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2791 3429 $as_echo "no" >&6; } 2792 3430 fi … … 2796 3434 done 2797 3435 2798 { $as_echo "$as_me:$ LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&53436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 2799 3437 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } 2800 3438 set x ${MAKE-make} 2801 3439 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` 2802 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then 3440 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : 2803 3441 $as_echo_n "(cached) " >&6 2804 3442 else … … 2818 3456 fi 2819 3457 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then 2820 { $as_echo "$as_me:$ LINENO: result: yes" >&53458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2821 3459 $as_echo "yes" >&6; } 2822 3460 SET_MAKE= 2823 3461 else 2824 { $as_echo "$as_me:$ LINENO: result: no" >&53462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2825 3463 $as_echo "no" >&6; } 2826 3464 SET_MAKE="MAKE=${MAKE-make}" … … 2842 3480 # test to see if srcdir already configured 2843 3481 if test -f $srcdir/config.status; then 2844 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 2845 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 2846 { (exit 1); exit 1; }; } 3482 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 2847 3483 fi 2848 3484 fi … … 2894 3530 # Enable support for silent build rules 2895 3531 # Check whether --enable-silent-rules was given. 2896 if test "${enable_silent_rules+set}" = set; then 3532 if test "${enable_silent_rules+set}" = set; then : 2897 3533 enableval=$enable_silent_rules; 2898 3534 fi … … 3023 3659 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 3024 3660 set dummy ${ac_tool_prefix}gcc; ac_word=$2 3025 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3026 3662 $as_echo_n "checking for $ac_word... " >&6; } 3027 if test "${ac_cv_prog_CC+set}" = set; then 3663 if test "${ac_cv_prog_CC+set}" = set; then : 3028 3664 $as_echo_n "(cached) " >&6 3029 3665 else … … 3036 3672 IFS=$as_save_IFS 3037 3673 test -z "$as_dir" && as_dir=. 3038 for ac_exec_ext in '' $ac_executable_extensions; do3674 for ac_exec_ext in '' $ac_executable_extensions; do 3039 3675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3040 3676 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3041 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3042 3678 break 2 3043 3679 fi 3044 3680 done 3045 done3681 done 3046 3682 IFS=$as_save_IFS 3047 3683 … … 3050 3686 CC=$ac_cv_prog_CC 3051 3687 if test -n "$CC"; then 3052 { $as_echo "$as_me:$ LINENO: result: $CC" >&53688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 3053 3689 $as_echo "$CC" >&6; } 3054 3690 else 3055 { $as_echo "$as_me:$ LINENO: result: no" >&53691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3056 3692 $as_echo "no" >&6; } 3057 3693 fi … … 3063 3699 # Extract the first word of "gcc", so it can be a program name with args. 3064 3700 set dummy gcc; ac_word=$2 3065 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3066 3702 $as_echo_n "checking for $ac_word... " >&6; } 3067 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3703 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3068 3704 $as_echo_n "(cached) " >&6 3069 3705 else … … 3076 3712 IFS=$as_save_IFS 3077 3713 test -z "$as_dir" && as_dir=. 3078 for ac_exec_ext in '' $ac_executable_extensions; do3714 for ac_exec_ext in '' $ac_executable_extensions; do 3079 3715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3080 3716 ac_cv_prog_ac_ct_CC="gcc" 3081 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3082 3718 break 2 3083 3719 fi 3084 3720 done 3085 done3721 done 3086 3722 IFS=$as_save_IFS 3087 3723 … … 3090 3726 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3091 3727 if test -n "$ac_ct_CC"; then 3092 { $as_echo "$as_me:$ LINENO: result: $ac_ct_CC" >&53728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 3093 3729 $as_echo "$ac_ct_CC" >&6; } 3094 3730 else 3095 { $as_echo "$as_me:$ LINENO: result: no" >&53731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3096 3732 $as_echo "no" >&6; } 3097 3733 fi … … 3102 3738 case $cross_compiling:$ac_tool_warned in 3103 3739 yes:) 3104 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&53740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3105 3741 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3106 3742 ac_tool_warned=yes ;; … … 3116 3752 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 3117 3753 set dummy ${ac_tool_prefix}cc; ac_word=$2 3118 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3119 3755 $as_echo_n "checking for $ac_word... " >&6; } 3120 if test "${ac_cv_prog_CC+set}" = set; then 3756 if test "${ac_cv_prog_CC+set}" = set; then : 3121 3757 $as_echo_n "(cached) " >&6 3122 3758 else … … 3129 3765 IFS=$as_save_IFS 3130 3766 test -z "$as_dir" && as_dir=. 3131 for ac_exec_ext in '' $ac_executable_extensions; do3767 for ac_exec_ext in '' $ac_executable_extensions; do 3132 3768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3133 3769 ac_cv_prog_CC="${ac_tool_prefix}cc" 3134 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3135 3771 break 2 3136 3772 fi 3137 3773 done 3138 done3774 done 3139 3775 IFS=$as_save_IFS 3140 3776 … … 3143 3779 CC=$ac_cv_prog_CC 3144 3780 if test -n "$CC"; then 3145 { $as_echo "$as_me:$ LINENO: result: $CC" >&53781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 3146 3782 $as_echo "$CC" >&6; } 3147 3783 else 3148 { $as_echo "$as_me:$ LINENO: result: no" >&53784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3149 3785 $as_echo "no" >&6; } 3150 3786 fi … … 3156 3792 # Extract the first word of "cc", so it can be a program name with args. 3157 3793 set dummy cc; ac_word=$2 3158 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3159 3795 $as_echo_n "checking for $ac_word... " >&6; } 3160 if test "${ac_cv_prog_CC+set}" = set; then 3796 if test "${ac_cv_prog_CC+set}" = set; then : 3161 3797 $as_echo_n "(cached) " >&6 3162 3798 else … … 3170 3806 IFS=$as_save_IFS 3171 3807 test -z "$as_dir" && as_dir=. 3172 for ac_exec_ext in '' $ac_executable_extensions; do3808 for ac_exec_ext in '' $ac_executable_extensions; do 3173 3809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3174 3810 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then … … 3177 3813 fi 3178 3814 ac_cv_prog_CC="cc" 3179 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3180 3816 break 2 3181 3817 fi 3182 3818 done 3183 done3819 done 3184 3820 IFS=$as_save_IFS 3185 3821 … … 3200 3836 CC=$ac_cv_prog_CC 3201 3837 if test -n "$CC"; then 3202 { $as_echo "$as_me:$ LINENO: result: $CC" >&53838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 3203 3839 $as_echo "$CC" >&6; } 3204 3840 else 3205 { $as_echo "$as_me:$ LINENO: result: no" >&53841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3206 3842 $as_echo "no" >&6; } 3207 3843 fi … … 3215 3851 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3216 3852 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3217 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3218 3854 $as_echo_n "checking for $ac_word... " >&6; } 3219 if test "${ac_cv_prog_CC+set}" = set; then 3855 if test "${ac_cv_prog_CC+set}" = set; then : 3220 3856 $as_echo_n "(cached) " >&6 3221 3857 else … … 3228 3864 IFS=$as_save_IFS 3229 3865 test -z "$as_dir" && as_dir=. 3230 for ac_exec_ext in '' $ac_executable_extensions; do3866 for ac_exec_ext in '' $ac_executable_extensions; do 3231 3867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3232 3868 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3233 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3234 3870 break 2 3235 3871 fi 3236 3872 done 3237 done3873 done 3238 3874 IFS=$as_save_IFS 3239 3875 … … 3242 3878 CC=$ac_cv_prog_CC 3243 3879 if test -n "$CC"; then 3244 { $as_echo "$as_me:$ LINENO: result: $CC" >&53880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 3245 3881 $as_echo "$CC" >&6; } 3246 3882 else 3247 { $as_echo "$as_me:$ LINENO: result: no" >&53883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3248 3884 $as_echo "no" >&6; } 3249 3885 fi … … 3259 3895 # Extract the first word of "$ac_prog", so it can be a program name with args. 3260 3896 set dummy $ac_prog; ac_word=$2 3261 { $as_echo "$as_me:$ LINENO: checking for $ac_word" >&53897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 3262 3898 $as_echo_n "checking for $ac_word... " >&6; } 3263 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 3899 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : 3264 3900 $as_echo_n "(cached) " >&6 3265 3901 else … … 3272 3908 IFS=$as_save_IFS 3273 3909 test -z "$as_dir" && as_dir=. 3274 for ac_exec_ext in '' $ac_executable_extensions; do3910 for ac_exec_ext in '' $ac_executable_extensions; do 3275 3911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3276 3912 ac_cv_prog_ac_ct_CC="$ac_prog" 3277 $as_echo "$as_me:$ LINENO: found $as_dir/$ac_word$ac_exec_ext" >&53913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 3278 3914 break 2 3279 3915 fi 3280 3916 done 3281 done3917 done 3282 3918 IFS=$as_save_IFS 3283 3919 … … 3286 3922 ac_ct_CC=$ac_cv_prog_ac_ct_CC 3287 3923 if test -n "$ac_ct_CC"; then 3288 { $as_echo "$as_me:$ LINENO: result: $ac_ct_CC" >&53924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 3289 3925 $as_echo "$ac_ct_CC" >&6; } 3290 3926 else 3291 { $as_echo "$as_me:$ LINENO: result: no" >&53927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3292 3928 $as_echo "no" >&6; } 3293 3929 fi … … 3302 3938 case $cross_compiling:$ac_tool_warned in 3303 3939 yes:) 3304 { $as_echo "$as_me:$ LINENO: WARNING: using cross tools not prefixed with host triplet" >&53940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3305 3941 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3306 3942 ac_tool_warned=yes ;; … … 3313 3949 3314 3950 3315 test -z "$CC" && { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&53951 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3316 3952 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3317 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 3318 See \`config.log' for more details." >&5 3319 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH 3320 See \`config.log' for more details." >&2;} 3321 { (exit 1); exit 1; }; }; } 3953 as_fn_error "no acceptable C compiler found in \$PATH 3954 See \`config.log' for more details." "$LINENO" 5; } 3322 3955 3323 3956 # Provide some information about the compiler. 3324 $as_echo "$as_me:$ LINENO: checking for C compiler version" >&53957 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 3325 3958 set X $ac_compile 3326 3959 ac_compiler=$2 3327 { (ac_try="$ac_compiler --version >&5" 3960 for ac_option in --version -v -V -qversion; do 3961 { { ac_try="$ac_compiler $ac_option >&5" 3328 3962 case "(($ac_try" in 3329 3963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3330 3964 *) ac_try_echo=$ac_try;; 3331 3965 esac 3332 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3333 $as_echo "$ac_try_echo" )>&53334 (eval "$ac_compiler --version >&5") 2>&53966 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3967 $as_echo "$ac_try_echo"; } >&5 3968 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3335 3969 ac_status=$? 3336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3337 (exit $ac_status); } 3338 { (ac_try="$ac_compiler -v >&5" 3339 case "(($ac_try" in 3340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3341 *) ac_try_echo=$ac_try;; 3342 esac 3343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3344 $as_echo "$ac_try_echo") >&5 3345 (eval "$ac_compiler -v >&5") 2>&5 3346 ac_status=$? 3347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3348 (exit $ac_status); } 3349 { (ac_try="$ac_compiler -V >&5" 3350 case "(($ac_try" in 3351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3352 *) ac_try_echo=$ac_try;; 3353 esac 3354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 3355 $as_echo "$ac_try_echo") >&5 3356 (eval "$ac_compiler -V >&5") 2>&5 3357 ac_status=$? 3358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 3359 (exit $ac_status); } 3360 3361 cat >conftest.$ac_ext <<_ACEOF 3362 /* confdefs.h. */ 3363 _ACEOF 3364 cat confdefs.h >>conftest.$ac_ext 3365 cat >>conftest.$ac_ext <<_ACEOF 3970 if test -s conftest.err; then 3971 sed '10a\ 3972 ... rest of stderr output deleted ... 3973 10q' conftest.err >conftest.er1 3974 cat conftest.er1 >&5 3975 rm -f conftest.er1 conftest.err 3976 fi 3977 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3978 test $ac_status = 0; } 3979 done 3980 3981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3366 3982 /* end confdefs.h. */ 3367 3983 #include <stdio.h> 3368 3984 int 3369 3985 main () 3370 3986 { 3987 FILE *f = fopen ("conftest.out", "w"); 3988 return ferror (f) || fclose (f) != 0; 3371 3989 3372 3990 ; … … 3375 3993 _ACEOF 3376 3994 ac_clean_files_save=$ac_clean_files 3377 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out "3995 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" 3378 3996 # Try to create an executable without -o first, disregard a.out. 3379 3997 # It will help us diagnose broken compilers, and finding out an intuition 3380 3998 # of exeext. 3381 { $as_echo "$as_me:$ LINENO: checking for C compiler default output file name" >&53999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 3382 4000 $as_echo_n "checking for C compiler default output file name... " >&6; } 3383 4001 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` … … 3396 4014 rm -f $ac_rmfiles 3397 4015 3398 if { (ac_try="$ac_link_default"4016 if { { ac_try="$ac_link_default" 3399 4017 case "(($ac_try" in 3400 4018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3401 4019 *) ac_try_echo=$ac_try;; 3402 4020 esac 3403 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3404 $as_echo "$ac_try_echo" )>&54021 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4022 $as_echo "$ac_try_echo"; } >&5 3405 4023 (eval "$ac_link_default") 2>&5 3406 4024 ac_status=$? 3407 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&53408 (exit $ac_status); }; then4025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4026 test $ac_status = 0; }; then : 3409 4027 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 3410 4028 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' … … 3423 4041 break;; 3424 4042 *.* ) 3425 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;4043 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 3426 4044 then :; else 3427 4045 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` … … 3442 4060 ac_file='' 3443 4061 fi 3444 3445 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 4062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 3446 4063 $as_echo "$ac_file" >&6; } 3447 if test -z "$ac_file"; then 4064 if test -z "$ac_file"; then : 3448 4065 $as_echo "$as_me: failed program was:" >&5 3449 4066 sed 's/^/| /' conftest.$ac_ext >&5 3450 4067 3451 { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&54068 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3452 4069 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3453 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 3454 See \`config.log' for more details." >&5 3455 $as_echo "$as_me: error: C compiler cannot create executables 3456 See \`config.log' for more details." >&2;} 3457 { (exit 77); exit 77; }; }; } 3458 fi 3459 4070 { as_fn_set_status 77 4071 as_fn_error "C compiler cannot create executables 4072 See \`config.log' for more details." "$LINENO" 5; }; } 4073 fi 3460 4074 ac_exeext=$ac_cv_exeext 3461 4075 3462 4076 # Check that the compiler produces executables we can run. If not, either 3463 4077 # the compiler is broken, or we cross compile. 3464 { $as_echo "$as_me:$ LINENO: checking whether the C compiler works" >&54078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 3465 4079 $as_echo_n "checking whether the C compiler works... " >&6; } 3466 # FIXME: These cross compiler hacks should be removed for Autoconf 3.03467 4080 # If not cross compiling, check that we can run a simple program. 3468 4081 if test "$cross_compiling" != yes; then 3469 4082 if { ac_try='./$ac_file' 3470 { (case "(($ac_try" in4083 { { case "(($ac_try" in 3471 4084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3472 4085 *) ac_try_echo=$ac_try;; 3473 4086 esac 3474 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3475 $as_echo "$ac_try_echo" )>&54087 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4088 $as_echo "$ac_try_echo"; } >&5 3476 4089 (eval "$ac_try") 2>&5 3477 4090 ac_status=$? 3478 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&53479 (exit $ac_status); }; }; then4091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4092 test $ac_status = 0; }; }; then 3480 4093 cross_compiling=no 3481 4094 else … … 3483 4096 cross_compiling=yes 3484 4097 else 3485 { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&54098 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3486 4099 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3487 { { $as_echo "$as_me:$LINENO: error:cannot run C compiled programs.4100 as_fn_error "cannot run C compiled programs. 3488 4101 If you meant to cross compile, use \`--host'. 3489 See \`config.log' for more details." >&5 3490 $as_echo "$as_me: error: cannot run C compiled programs. 3491 If you meant to cross compile, use \`--host'. 3492 See \`config.log' for more details." >&2;} 3493 { (exit 1); exit 1; }; }; } 4102 See \`config.log' for more details." "$LINENO" 5; } 3494 4103 fi 3495 4104 fi 3496 4105 fi 3497 { $as_echo "$as_me:$ LINENO: result: yes" >&54106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3498 4107 $as_echo "yes" >&6; } 3499 4108 3500 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 4109 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out 3501 4110 ac_clean_files=$ac_clean_files_save 3502 4111 # Check that the compiler produces executables we can run. If not, either 3503 4112 # the compiler is broken, or we cross compile. 3504 { $as_echo "$as_me:$ LINENO: checking whether we are cross compiling" >&54113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 3505 4114 $as_echo_n "checking whether we are cross compiling... " >&6; } 3506 { $as_echo "$as_me:$ LINENO: result: $cross_compiling" >&54115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 3507 4116 $as_echo "$cross_compiling" >&6; } 3508 4117 3509 { $as_echo "$as_me:$ LINENO: checking for suffix of executables" >&54118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 3510 4119 $as_echo_n "checking for suffix of executables... " >&6; } 3511 if { (ac_try="$ac_link"4120 if { { ac_try="$ac_link" 3512 4121 case "(($ac_try" in 3513 4122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3514 4123 *) ac_try_echo=$ac_try;; 3515 4124 esac 3516 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3517 $as_echo "$ac_try_echo" )>&54125 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4126 $as_echo "$ac_try_echo"; } >&5 3518 4127 (eval "$ac_link") 2>&5 3519 4128 ac_status=$? 3520 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&53521 (exit $ac_status); }; then4129 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4130 test $ac_status = 0; }; then : 3522 4131 # If both `conftest.exe' and `conftest' are `present' (well, observable) 3523 4132 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will … … 3534 4143 done 3535 4144 else 3536 { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&54145 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3537 4146 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3538 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3539 See \`config.log' for more details." >&5 3540 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3541 See \`config.log' for more details." >&2;} 3542 { (exit 1); exit 1; }; }; } 3543 fi 3544 4147 as_fn_error "cannot compute suffix of executables: cannot compile and link 4148 See \`config.log' for more details." "$LINENO" 5; } 4149 fi 3545 4150 rm -f conftest$ac_cv_exeext 3546 { $as_echo "$as_me:$ LINENO: result: $ac_cv_exeext" >&54151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 3547 4152 $as_echo "$ac_cv_exeext" >&6; } 3548 4153 … … 3550 4155 EXEEXT=$ac_cv_exeext 3551 4156 ac_exeext=$EXEEXT 3552 { $as_echo "$as_me:$ LINENO: checking for suffix of object files" >&54157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 3553 4158 $as_echo_n "checking for suffix of object files... " >&6; } 3554 if test "${ac_cv_objext+set}" = set; then 4159 if test "${ac_cv_objext+set}" = set; then : 3555 4160 $as_echo_n "(cached) " >&6 3556 4161 else 3557 cat >conftest.$ac_ext <<_ACEOF 3558 /* confdefs.h. */ 3559 _ACEOF 3560 cat confdefs.h >>conftest.$ac_ext 3561 cat >>conftest.$ac_ext <<_ACEOF 4162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3562 4163 /* end confdefs.h. */ 3563 4164 … … 3571 4172 _ACEOF 3572 4173 rm -f conftest.o conftest.obj 3573 if { (ac_try="$ac_compile"4174 if { { ac_try="$ac_compile" 3574 4175 case "(($ac_try" in 3575 4176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3576 4177 *) ac_try_echo=$ac_try;; 3577 4178 esac 3578 eval ac_try_echo="\"\$as_me:$ LINENO: $ac_try_echo\""3579 $as_echo "$ac_try_echo" )>&54179 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 4180 $as_echo "$ac_try_echo"; } >&5 3580 4181 (eval "$ac_compile") 2>&5 3581 4182 ac_status=$? 3582 $as_echo "$as_me:$ LINENO: \$? = $ac_status" >&53583 (exit $ac_status); }; then4183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4184 test $ac_status = 0; }; then : 3584 4185 for ac_file in conftest.o conftest.obj conftest.*; do 3585 4186 test -f "$ac_file" || continue; … … 3594 4195 sed 's/^/| /' conftest.$ac_ext >&5 3595 4196 3596 { { $as_echo "$as_me:$ LINENO: error: in \`$ac_pwd':" >&54197 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3597 4198 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3598 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 3599 See \`config.log' for more details." >&5 3600 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 3601 See \`config.log' for more details." >&2;} 3602 { (exit 1); exit 1; }; }; } 3603 fi 3604 4199 as_fn_error "cannot compute suffix of object files: cannot compile 4200 See \`config.log' for more details." "$LINENO" 5; } 4201 fi 3605 4202 rm -f conftest.$ac_cv_ob
