Changeset 3968
- Timestamp:
- Mar 8, 2012 7:44:41 AM (13 years ago)
- Location:
- pjproject/branches/1.x
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/aconfigure
r3967 r3968 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.65 for pjproject 1.x. 4 # 3 # Generated by GNU Autoconf 2.61 for pjproject 1.x. 5 4 # 6 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 8 # Inc. 9 # 10 # 6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 11 7 # This configure script is free software; the Free Software Foundation 12 8 # gives unlimited permission to copy, distribute and modify it. 13 ## -------------------- ##14 ## M4sh Initialization. ##15 ## -------------------- ##9 ## --------------------- ## 10 ## M4sh Initialization. ## 11 ## --------------------- ## 16 12 17 13 # Be more Bourne compatible 18 14 DUALCASE=1; export DUALCASE # for MKS sh 19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 20 16 emulate sh 21 17 NULLCMD=: 22 # Pre-4.2 versions of Zsh doword splitting on ${1+"$@"}, which18 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 23 19 # is contrary to our usage. Disable this feature. 24 20 alias -g '${1+"$@"}'='"$@"' 25 21 setopt NO_GLOB_SUBST 26 22 else 27 case `(set -o) 2>/dev/null` in #( 28 *posix*) : 29 set -o posix ;; #( 30 *) : 31 ;; 32 esac 33 fi 34 35 36 as_nl=' 37 ' 38 export as_nl 39 # Printing a long string crashes Solaris 7 /usr/bin/printf. 40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 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 as_echo='printf %s\n' 51 as_echo_n='printf %s' 52 else 53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 55 as_echo_n='/usr/ucb/echo -n' 56 else 57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 58 as_echo_n_body='eval 59 arg=$1; 60 case $arg in #( 61 *"$as_nl"*) 62 expr "X$arg" : "X\\(.*\\)$as_nl"; 63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 64 esac; 65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 66 ' 67 export as_echo_n_body 68 as_echo_n='sh -c $as_echo_n_body as_echo' 69 fi 70 export as_echo_body 71 as_echo='sh -c $as_echo_body as_echo' 72 fi 23 case `(set -o) 2>/dev/null` in 24 *posix*) set -o posix ;; 25 esac 26 27 fi 28 29 30 31 32 # PATH needs CR 33 # Avoid depending upon Character Ranges. 34 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 35 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 36 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 37 as_cr_digits='0123456789' 38 as_cr_alnum=$as_cr_Letters$as_cr_digits 73 39 74 40 # The user is always right. 75 41 if test "${PATH_SEPARATOR+set}" != set; then 76 PATH_SEPARATOR=: 77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 79 PATH_SEPARATOR=';' 80 } 42 echo "#! /bin/sh" >conf$$.sh 43 echo "exit 0" >>conf$$.sh 44 chmod +x conf$$.sh 45 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 46 PATH_SEPARATOR=';' 47 else 48 PATH_SEPARATOR=: 49 fi 50 rm -f conf$$.sh 51 fi 52 53 # Support unset when possible. 54 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 55 as_unset=unset 56 else 57 as_unset=false 81 58 fi 82 59 … … 87 64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 88 65 # splitting by setting IFS to empty value.) 66 as_nl=' 67 ' 89 68 IFS=" "" $as_nl" 90 69 91 70 # Find who we are. Look in the path if we contain no directory separator. 92 case $0 in #((71 case $0 in 93 72 *[\\/]* ) as_myself=$0 ;; 94 73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR … … 97 76 IFS=$as_save_IFS 98 77 test -z "$as_dir" && as_dir=. 99 100 78 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 79 done 101 80 IFS=$as_save_IFS 102 81 … … 109 88 fi 110 89 if test ! -f "$as_myself"; then 111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 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 || : 90 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 91 { (exit 1); exit 1; } 92 fi 93 94 # Work around bugs in pre-3.0 UWIN ksh. 95 for as_var in ENV MAIL MAILPATH 96 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 122 97 done 123 98 PS1='$ ' … … 126 101 127 102 # NLS nuisances. 128 LC_ALL=C 129 export LC_ALL 130 LANGUAGE=C 131 export LANGUAGE 132 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 103 for as_var in \ 104 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 105 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 106 LC_TELEPHONE LC_TIME 186 107 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 108 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 109 eval $as_var=C; export $as_var 110 else 111 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 112 fi 205 113 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 about your system, 232 $0: including any error possibly output before this 233 $0: message. Then install a modern shell, or manually run 234 $0: the script under such a shell if you do have one." 235 fi 236 exit 1 237 fi 238 fi 239 fi 240 SHELL=${CONFIG_SHELL-/bin/sh} 241 export SHELL 242 # Unset more variables known to interfere with behavior of common tools. 243 CLICOLOR_FORCE= GREP_OPTIONS= 244 unset CLICOLOR_FORCE GREP_OPTIONS 245 246 ## --------------------- ## 247 ## M4sh Shell Functions. ## 248 ## --------------------- ## 249 # as_fn_unset VAR 250 # --------------- 251 # Portably unset VAR. 252 as_fn_unset () 253 { 254 { eval $1=; unset $1;} 255 } 256 as_unset=as_fn_unset 257 258 # as_fn_set_status STATUS 259 # ----------------------- 260 # Set $? to STATUS, without forking. 261 as_fn_set_status () 262 { 263 return $1 264 } # as_fn_set_status 265 266 # as_fn_exit STATUS 267 # ----------------- 268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 269 as_fn_exit () 270 { 271 set +e 272 as_fn_set_status $1 273 exit $1 274 } # as_fn_exit 275 276 # as_fn_mkdir_p 277 # ------------- 278 # Create "$as_dir" as a directory, including parents if necessary. 279 as_fn_mkdir_p () 280 { 281 282 case $as_dir in #( 283 -*) as_dir=./$as_dir;; 284 esac 285 test -d "$as_dir" || eval $as_mkdir_p || { 286 as_dirs= 287 while :; do 288 case $as_dir in #( 289 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 290 *) as_qdir=$as_dir;; 291 esac 292 as_dirs="'$as_qdir' $as_dirs" 293 as_dir=`$as_dirname -- "$as_dir" || 294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 295 X"$as_dir" : 'X\(//\)[^/]' \| \ 296 X"$as_dir" : 'X\(//\)$' \| \ 297 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 298 $as_echo X"$as_dir" | 299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 300 s//\1/ 301 q 302 } 303 /^X\(\/\/\)[^/].*/{ 304 s//\1/ 305 q 306 } 307 /^X\(\/\/\)$/{ 308 s//\1/ 309 q 310 } 311 /^X\(\/\).*/{ 312 s//\1/ 313 q 314 } 315 s/.*/./; q'` 316 test -d "$as_dir" && break 317 done 318 test -z "$as_dirs" || eval "mkdir $as_dirs" 319 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" 320 321 322 } # as_fn_mkdir_p 323 # as_fn_append VAR VALUE 324 # ---------------------- 325 # Append the text in VALUE to the end of the definition contained in VAR. Take 326 # advantage of any shell optimizations that allow amortized linear growth over 327 # repeated appends, instead of the typical quadratic growth present in naive 328 # implementations. 329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : 330 eval 'as_fn_append () 331 { 332 eval $1+=\$2 333 }' 334 else 335 as_fn_append () 336 { 337 eval $1=\$$1\$2 338 } 339 fi # as_fn_append 340 341 # as_fn_arith ARG... 342 # ------------------ 343 # Perform arithmetic evaluation on the ARGs, and store the result in the 344 # global $as_val. Take advantage of shells that can avoid forks. The arguments 345 # must be portable across $(()) and expr. 346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : 347 eval 'as_fn_arith () 348 { 349 as_val=$(( $* )) 350 }' 351 else 352 as_fn_arith () 353 { 354 as_val=`expr "$@" || test $? -eq 1` 355 } 356 fi # as_fn_arith 357 358 359 # as_fn_error ERROR [LINENO LOG_FD] 360 # --------------------------------- 361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 363 # script with status $?, using 1 if that was 0. 364 as_fn_error () 365 { 366 as_status=$?; test $as_status -eq 0 && as_status=1 367 if test "$3"; then 368 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 369 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 370 fi 371 $as_echo "$as_me: error: $1" >&2 372 as_fn_exit $as_status 373 } # as_fn_error 374 114 115 # Required to use basename. 375 116 if expr a : '\(a\)' >/dev/null 2>&1 && 376 117 test "X`expr 00001 : '.*\(...\)'`" = X001; then … … 386 127 fi 387 128 388 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 389 as_dirname=dirname 390 else 391 as_dirname=false 392 fi 393 129 130 # Name of the executable. 394 131 as_me=`$as_basename -- "$0" || 395 132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 396 133 X"$0" : 'X\(//\)$' \| \ 397 134 X"$0" : 'X\(/\)' \| . 2>/dev/null || 398 $as_echo X/"$0" |135 echo X/"$0" | 399 136 sed '/^.*\/\([^/][^/]*\)\/*$/{ 400 137 s//\1/ … … 411 148 s/.*/./; q'` 412 149 413 # Avoid depending upon Character Ranges. 414 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 415 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 416 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 417 as_cr_digits='0123456789' 418 as_cr_alnum=$as_cr_Letters$as_cr_digits 419 420 421 as_lineno_1=$LINENO as_lineno_1a=$LINENO 422 as_lineno_2=$LINENO as_lineno_2a=$LINENO 423 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 424 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 425 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) 150 # CDPATH. 151 $as_unset CDPATH 152 153 154 if test "x$CONFIG_SHELL" = x; then 155 if (eval ":") 2>/dev/null; then 156 as_have_required=yes 157 else 158 as_have_required=no 159 fi 160 161 if test $as_have_required = yes && (eval ": 162 (as_func_return () { 163 (exit \$1) 164 } 165 as_func_success () { 166 as_func_return 0 167 } 168 as_func_failure () { 169 as_func_return 1 170 } 171 as_func_ret_success () { 172 return 0 173 } 174 as_func_ret_failure () { 175 return 1 176 } 177 178 exitcode=0 179 if as_func_success; then 180 : 181 else 182 exitcode=1 183 echo as_func_success failed. 184 fi 185 186 if as_func_failure; then 187 exitcode=1 188 echo as_func_failure succeeded. 189 fi 190 191 if as_func_ret_success; then 192 : 193 else 194 exitcode=1 195 echo as_func_ret_success failed. 196 fi 197 198 if as_func_ret_failure; then 199 exitcode=1 200 echo as_func_ret_failure succeeded. 201 fi 202 203 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 204 : 205 else 206 exitcode=1 207 echo positional parameters were not saved. 208 fi 209 210 test \$exitcode = 0) || { (exit 1); exit 1; } 211 212 ( 213 as_lineno_1=\$LINENO 214 as_lineno_2=\$LINENO 215 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 216 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 217 ") 2> /dev/null; then 218 : 219 else 220 as_candidate_shells= 221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 222 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 223 do 224 IFS=$as_save_IFS 225 test -z "$as_dir" && as_dir=. 226 case $as_dir in 227 /*) 228 for as_base in sh bash ksh sh5; do 229 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 230 done;; 231 esac 232 done 233 IFS=$as_save_IFS 234 235 236 for as_shell in $as_candidate_shells $SHELL; do 237 # Try only shells that exist, to save several forks. 238 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 239 { ("$as_shell") 2> /dev/null <<\_ASEOF 240 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 241 emulate sh 242 NULLCMD=: 243 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 244 # is contrary to our usage. Disable this feature. 245 alias -g '${1+"$@"}'='"$@"' 246 setopt NO_GLOB_SUBST 247 else 248 case `(set -o) 2>/dev/null` in 249 *posix*) set -o posix ;; 250 esac 251 252 fi 253 254 255 : 256 _ASEOF 257 }; then 258 CONFIG_SHELL=$as_shell 259 as_have_required=yes 260 if { "$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 # Zsh 3.x and 4.x performs 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 (as_func_return () { 278 (exit $1) 279 } 280 as_func_success () { 281 as_func_return 0 282 } 283 as_func_failure () { 284 as_func_return 1 285 } 286 as_func_ret_success () { 287 return 0 288 } 289 as_func_ret_failure () { 290 return 1 291 } 292 293 exitcode=0 294 if as_func_success; then 295 : 296 else 297 exitcode=1 298 echo as_func_success failed. 299 fi 300 301 if as_func_failure; then 302 exitcode=1 303 echo as_func_failure succeeded. 304 fi 305 306 if as_func_ret_success; then 307 : 308 else 309 exitcode=1 310 echo as_func_ret_success failed. 311 fi 312 313 if as_func_ret_failure; then 314 exitcode=1 315 echo as_func_ret_failure succeeded. 316 fi 317 318 if ( set x; as_func_ret_success y && test x = "$1" ); then 319 : 320 else 321 exitcode=1 322 echo positional parameters were not saved. 323 fi 324 325 test $exitcode = 0) || { (exit 1); exit 1; } 326 327 ( 328 as_lineno_1=$LINENO 329 as_lineno_2=$LINENO 330 test "x$as_lineno_1" != "x$as_lineno_2" && 331 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 332 333 _ASEOF 334 }; then 335 break 336 fi 337 338 fi 339 340 done 341 342 if test "x$CONFIG_SHELL" != x; then 343 for as_var in BASH_ENV ENV 344 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 345 done 346 export CONFIG_SHELL 347 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 348 fi 349 350 351 if test $as_have_required = no; then 352 echo This script requires a shell more modern than all the 353 echo shells that I found on your system. Please install a 354 echo modern shell, or manually run the script under such a 355 echo shell if you do have one. 356 { (exit 1); exit 1; } 357 fi 358 359 360 fi 361 362 fi 363 364 365 366 (eval "as_func_return () { 367 (exit \$1) 368 } 369 as_func_success () { 370 as_func_return 0 371 } 372 as_func_failure () { 373 as_func_return 1 374 } 375 as_func_ret_success () { 376 return 0 377 } 378 as_func_ret_failure () { 379 return 1 380 } 381 382 exitcode=0 383 if as_func_success; then 384 : 385 else 386 exitcode=1 387 echo as_func_success failed. 388 fi 389 390 if as_func_failure; then 391 exitcode=1 392 echo as_func_failure succeeded. 393 fi 394 395 if as_func_ret_success; then 396 : 397 else 398 exitcode=1 399 echo as_func_ret_success failed. 400 fi 401 402 if as_func_ret_failure; then 403 exitcode=1 404 echo as_func_ret_failure succeeded. 405 fi 406 407 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 408 : 409 else 410 exitcode=1 411 echo positional parameters were not saved. 412 fi 413 414 test \$exitcode = 0") || { 415 echo No shell found that supports shell functions. 416 echo Please tell autoconf@gnu.org about your system, 417 echo including any error possibly output before this 418 echo message 419 } 420 421 422 423 as_lineno_1=$LINENO 424 as_lineno_2=$LINENO 425 test "x$as_lineno_1" != "x$as_lineno_2" && 426 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 427 428 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 429 # uniformly replaced by the line number. The first 'sed' inserts a 430 # line-number line after each line using $LINENO; the second 'sed' 431 # does the real work. The second script uses 'N' to pair each 432 # line-number line with the line containing $LINENO, and appends 433 # trailing '-' during substitution so that $LINENO is not a special 434 # case at line end. 435 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 436 # scripts with optimization help from Paolo Bonzini. Blame Lee 437 # E. McMahon (1931-1989) for sed's syntax. :-) 426 438 sed -n ' 427 439 p … … 440 452 ' >$as_me.lineno && 441 453 chmod +x "$as_me.lineno" || 442 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 454 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 455 { (exit 1); exit 1; }; } 443 456 444 457 # Don't try to exec as it changes $[0], causing all sort of problems … … 450 463 } 451 464 465 466 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 467 as_dirname=dirname 468 else 469 as_dirname=false 470 fi 471 452 472 ECHO_C= ECHO_N= ECHO_T= 453 case `echo -n x` in #(((((473 case `echo -n x` in 454 474 -n*) 455 case `echo 'x y\c'` in475 case `echo 'x\c'` in 456 476 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 457 xy) ECHO_C='\c';; 458 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null 459 ECHO_T=' ';; 477 *) ECHO_C='\c';; 460 478 esac;; 461 479 *) … … 463 481 esac 464 482 483 if expr a : '\(a\)' >/dev/null 2>&1 && 484 test "X`expr 00001 : '.*\(...\)'`" = X001; then 485 as_expr=expr 486 else 487 as_expr=false 488 fi 489 465 490 rm -f conf$$ conf$$.exe conf$$.file 466 491 if test -d conf$$.dir; then … … 468 493 else 469 494 rm -f conf$$.dir 470 mkdir conf$$.dir 2>/dev/null 471 fi 472 if (echo >conf$$.file) 2>/dev/null; then 473 if ln -s conf$$.file conf$$ 2>/dev/null; then 474 as_ln_s='ln -s' 475 # ... but there are two gotchas: 476 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 477 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 478 # In both cases, we have to default to `cp -p'. 479 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 480 as_ln_s='cp -p' 481 elif ln conf$$.file conf$$ 2>/dev/null; then 482 as_ln_s=ln 483 else 495 mkdir conf$$.dir 496 fi 497 echo >conf$$.file 498 if ln -s conf$$.file conf$$ 2>/dev/null; then 499 as_ln_s='ln -s' 500 # ... but there are two gotchas: 501 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 503 # In both cases, we have to default to `cp -p'. 504 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 484 505 as_ln_s='cp -p' 485 fi 506 elif ln conf$$.file conf$$ 2>/dev/null; then 507 as_ln_s=ln 486 508 else 487 509 as_ln_s='cp -p' … … 491 513 492 514 if mkdir -p . 2>/dev/null; then 493 as_mkdir_p= 'mkdir -p "$as_dir"'515 as_mkdir_p=: 494 516 else 495 517 test -d ./-p && rmdir ./-p … … 508 530 eval sh -c '\'' 509 531 if test -d "$1"; then 510 532 test -d "$1/."; 511 533 else 512 case $1 in #(513 534 case $1 in 535 -*)set "./$1";; 514 536 esac; 515 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 516 538 ???[sx]*):;;*)false;;esac;fi 517 539 '\'' sh … … 527 549 528 550 529 test -n "$DJDIR" || exec 7<&0 </dev/null 530 exec 6>&1551 552 exec 7<&0 </dev/null 6>&1 531 553 532 554 # Name of the host. … … 546 568 MFLAGS= 547 569 MAKEFLAGS= 570 SHELL=${CONFIG_SHELL-/bin/sh} 548 571 549 572 # Identity of this package. … … 553 576 PACKAGE_STRING='pjproject 1.x' 554 577 PACKAGE_BUGREPORT='' 555 PACKAGE_URL=''556 578 557 579 # Factoring default headers for most tests. … … 591 613 #endif" 592 614 593 ac_subst_vars='LTLIBOBJS 615 ac_subst_vars='SHELL 616 PATH_SEPARATOR 617 PACKAGE_NAME 618 PACKAGE_TARNAME 619 PACKAGE_VERSION 620 PACKAGE_STRING 621 PACKAGE_BUGREPORT 622 exec_prefix 623 prefix 624 program_transform_name 625 bindir 626 sbindir 627 libexecdir 628 datarootdir 629 datadir 630 sysconfdir 631 sharedstatedir 632 localstatedir 633 includedir 634 oldincludedir 635 docdir 636 infodir 637 htmldir 638 dvidir 639 pdfdir 640 psdir 641 libdir 642 localedir 643 mandir 644 DEFS 645 ECHO_C 646 ECHO_N 647 ECHO_T 648 LIBS 649 build_alias 650 host_alias 651 target_alias 652 build 653 build_cpu 654 build_vendor 655 build_os 656 host 657 host_cpu 658 host_vendor 659 host_os 660 target 661 target_cpu 662 target_vendor 663 target_os 664 CC 665 CFLAGS 666 LDFLAGS 667 CPPFLAGS 668 ac_ct_CC 669 EXEEXT 670 OBJEXT 671 CXX 672 CXXFLAGS 673 ac_ct_CXX 674 AR 675 LD 676 LDOUT 677 RANLIB 678 LIBEXT 679 LIBEXT2 680 CC_OUT 681 CC_INC 682 CC_DEF 683 CC_OPTIMIZE 684 CC_CFLAGS 685 ac_pjdir 686 ac_build_mak_vars 687 ac_shlib_suffix 688 CPP 689 GREP 690 EGREP 691 ac_os_objs 692 ac_external_speex 693 ac_external_gsm 694 ac_pjmedia_snd 695 ac_external_pa 696 ac_pa_cflags 697 ac_pa_use_alsa 698 ac_pa_use_oss 699 ac_no_small_filter 700 ac_no_large_filter 701 ac_no_speex_aec 702 ac_no_g711_codec 703 ac_no_l16_codec 704 ac_no_gsm_codec 705 ac_no_g722_codec 706 ac_no_g7221_codec 707 ac_no_speex_codec 708 ac_no_ilbc_codec 709 ac_resample_dll 710 ac_no_ssl 711 openssl_h_present 712 libssl_present 713 libcrypto_present 714 ac_no_opencore_amrnb 715 opencore_amrnb_h_present 716 opencore_amrnb_present 717 ac_cross_compile 718 ac_linux_poll 719 ac_host 720 ac_main_obj 594 721 LIBOBJS 595 ac_main_obj 596 ac_host 597 ac_linux_poll 598 ac_cross_compile 599 opencore_amrnb_present 600 opencore_amrnb_h_present 601 ac_no_opencore_amrnb 602 libcrypto_present 603 libssl_present 604 openssl_h_present 605 ac_no_ssl 606 ac_resample_dll 607 ac_no_ilbc_codec 608 ac_no_speex_codec 609 ac_no_g7221_codec 610 ac_no_g722_codec 611 ac_no_gsm_codec 612 ac_no_l16_codec 613 ac_no_g711_codec 614 ac_no_speex_aec 615 ac_no_large_filter 616 ac_no_small_filter 617 ac_pa_use_oss 618 ac_pa_use_alsa 619 ac_pa_cflags 620 ac_external_pa 621 ac_pjmedia_snd 622 ac_external_gsm 623 ac_external_speex 624 ac_os_objs 625 EGREP 626 GREP 627 CPP 628 ac_build_mak_vars 629 ac_pjdir 630 CC_CFLAGS 631 CC_OPTIMIZE 632 CC_DEF 633 CC_INC 634 CC_OUT 635 LIBEXT2 636 LIBEXT 637 RANLIB 638 LDOUT 639 LD 640 AR 641 ac_ct_CXX 642 CXXFLAGS 643 CXX 644 OBJEXT 645 EXEEXT 646 ac_ct_CC 647 CPPFLAGS 648 LDFLAGS 649 CFLAGS 650 CC 651 target_os 652 target_vendor 653 target_cpu 654 target 655 host_os 656 host_vendor 657 host_cpu 658 host 659 build_os 660 build_vendor 661 build_cpu 662 build 663 target_alias 664 host_alias 665 build_alias 666 LIBS 667 ECHO_T 668 ECHO_N 669 ECHO_C 670 DEFS 671 mandir 672 localedir 673 libdir 674 psdir 675 pdfdir 676 dvidir 677 htmldir 678 infodir 679 docdir 680 oldincludedir 681 includedir 682 localstatedir 683 sharedstatedir 684 sysconfdir 685 datadir 686 datarootdir 687 libexecdir 688 sbindir 689 bindir 690 program_transform_name 691 prefix 692 exec_prefix 693 PACKAGE_URL 694 PACKAGE_BUGREPORT 695 PACKAGE_STRING 696 PACKAGE_VERSION 697 PACKAGE_TARNAME 698 PACKAGE_NAME 699 PATH_SEPARATOR 700 SHELL' 722 LTLIBOBJS' 701 723 ac_subst_files='' 702 ac_user_opts='703 enable_option_checking704 enable_floating_point705 enable_epoll706 with_external_speex707 with_external_gsm708 enable_sound709 with_external_pa710 enable_oss711 enable_ext_sound712 enable_small_filter713 enable_large_filter714 enable_speex_aec715 enable_g711_codec716 enable_l16_codec717 enable_gsm_codec718 enable_g722_codec719 enable_g7221_codec720 enable_speex_codec721 enable_ilbc_codec722 enable_libsamplerate723 enable_resample_dll724 enable_ipp725 with_ipp726 with_ipp_samples727 with_ipp_arch728 enable_ssl729 enable_opencore_amrnb730 '731 724 ac_precious_vars='build_alias 732 725 host_alias … … 746 739 ac_init_help= 747 740 ac_init_version=false 748 ac_unrecognized_opts=749 ac_unrecognized_sep=750 741 # The variables have the same names as the options, with 751 742 # dashes changed to underlines. … … 846 837 847 838 -disable-* | --disable-*) 848 ac_ useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`839 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 849 840 # Reject names that are not valid shell variable names. 850 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 851 as_fn_error "invalid feature name: $ac_useropt" 852 ac_useropt_orig=$ac_useropt 853 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 854 case $ac_user_opts in 855 *" 856 "enable_$ac_useropt" 857 "*) ;; 858 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 859 ac_unrecognized_sep=', ';; 860 esac 861 eval enable_$ac_useropt=no ;; 841 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 842 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 843 { (exit 1); exit 1; }; } 844 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 845 eval enable_$ac_feature=no ;; 862 846 863 847 -docdir | --docdir | --docdi | --doc | --do) … … 872 856 873 857 -enable-* | --enable-*) 874 ac_ useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`858 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 875 859 # Reject names that are not valid shell variable names. 876 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 877 as_fn_error "invalid feature name: $ac_useropt" 878 ac_useropt_orig=$ac_useropt 879 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 880 case $ac_user_opts in 881 *" 882 "enable_$ac_useropt" 883 "*) ;; 884 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 885 ac_unrecognized_sep=', ';; 886 esac 887 eval enable_$ac_useropt=\$ac_optarg ;; 860 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 861 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 862 { (exit 1); exit 1; }; } 863 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 864 eval enable_$ac_feature=\$ac_optarg ;; 888 865 889 866 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1076 1053 1077 1054 -with-* | --with-*) 1078 ac_ useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`1055 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1079 1056 # Reject names that are not valid shell variable names. 1080 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1081 as_fn_error "invalid package name: $ac_useropt" 1082 ac_useropt_orig=$ac_useropt 1083 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1084 case $ac_user_opts in 1085 *" 1086 "with_$ac_useropt" 1087 "*) ;; 1088 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 1089 ac_unrecognized_sep=', ';; 1090 esac 1091 eval with_$ac_useropt=\$ac_optarg ;; 1057 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1058 { echo "$as_me: error: invalid package name: $ac_package" >&2 1059 { (exit 1); exit 1; }; } 1060 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1061 eval with_$ac_package=\$ac_optarg ;; 1092 1062 1093 1063 -without-* | --without-*) 1094 ac_ useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`1064 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1095 1065 # Reject names that are not valid shell variable names. 1096 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1097 as_fn_error "invalid package name: $ac_useropt" 1098 ac_useropt_orig=$ac_useropt 1099 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1100 case $ac_user_opts in 1101 *" 1102 "with_$ac_useropt" 1103 "*) ;; 1104 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 1105 ac_unrecognized_sep=', ';; 1106 esac 1107 eval with_$ac_useropt=no ;; 1066 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 1067 { echo "$as_me: error: invalid package name: $ac_package" >&2 1068 { (exit 1); exit 1; }; } 1069 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1070 eval with_$ac_package=no ;; 1108 1071 1109 1072 --x) … … 1125 1088 x_libraries=$ac_optarg ;; 1126 1089 1127 -*) as_fn_error "unrecognized option: \`$ac_option' 1128 Try \`$0 --help' for more information." 1090 -*) { echo "$as_me: error: unrecognized option: $ac_option 1091 Try \`$0 --help' for more information." >&2 1092 { (exit 1); exit 1; }; } 1129 1093 ;; 1130 1094 … … 1132 1096 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1133 1097 # Reject names that are not valid shell variable names. 1134 case $ac_envvar in #( 1135 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1136 as_fn_error "invalid variable name: \`$ac_envvar'" ;; 1137 esac 1098 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1099 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1100 { (exit 1); exit 1; }; } 1138 1101 eval $ac_envvar=\$ac_optarg 1139 1102 export $ac_envvar ;; … … 1141 1104 *) 1142 1105 # FIXME: should be removed in autoconf 3.0. 1143 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&21106 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1144 1107 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1145 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&21108 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1146 1109 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1147 1110 ;; … … 1152 1115 if test -n "$ac_prev"; then 1153 1116 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1154 as_fn_error "missing argument to $ac_option" 1155 fi 1156 1157 if test -n "$ac_unrecognized_opts"; then 1158 case $enable_option_checking in 1159 no) ;; 1160 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; 1161 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1162 esac 1163 fi 1164 1165 # Check all directory arguments for consistency. 1117 { echo "$as_me: error: missing argument to $ac_option" >&2 1118 { (exit 1); exit 1; }; } 1119 fi 1120 1121 # Be sure to have absolute directory names. 1166 1122 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1167 1123 datadir sysconfdir sharedstatedir localstatedir includedir \ … … 1170 1126 do 1171 1127 eval ac_val=\$$ac_var 1172 # Remove trailing slashes.1173 case $ac_val in1174 */ )1175 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`1176 eval $ac_var=\$ac_val;;1177 esac1178 # Be sure to have absolute directory names.1179 1128 case $ac_val in 1180 1129 [\\/$]* | ?:[\\/]* ) continue;; 1181 1130 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1182 1131 esac 1183 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" 1132 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1133 { (exit 1); exit 1; }; } 1184 1134 done 1185 1135 … … 1195 1145 if test "x$build_alias" = x; then 1196 1146 cross_compiling=maybe 1197 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1147 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1198 1148 If a cross compiler is detected then cross compile mode will be used." >&2 1199 1149 elif test "x$build_alias" != "x$host_alias"; then … … 1211 1161 ac_ls_di=`ls -di .` && 1212 1162 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1213 as_fn_error "working directory cannot be determined" 1163 { echo "$as_me: error: Working directory cannot be determined" >&2 1164 { (exit 1); exit 1; }; } 1214 1165 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1215 as_fn_error "pwd does not report name of working directory" 1166 { echo "$as_me: error: pwd does not report name of working directory" >&2 1167 { (exit 1); exit 1; }; } 1216 1168 1217 1169 … … 1220 1172 ac_srcdir_defaulted=yes 1221 1173 # Try the directory containing this script, then the parent directory. 1222 ac_confdir=`$as_dirname -- "$ as_myself" ||1223 $as_expr X"$ as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \1224 X"$ as_myself" : 'X\(//\)[^/]' \| \1225 X"$ as_myself" : 'X\(//\)$' \| \1226 X"$ as_myself" : 'X\(/\)' \| . 2>/dev/null ||1227 $as_echo X"$as_myself" |1174 ac_confdir=`$as_dirname -- "$0" || 1175 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1176 X"$0" : 'X\(//\)[^/]' \| \ 1177 X"$0" : 'X\(//\)$' \| \ 1178 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1179 echo X"$0" | 1228 1180 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1229 1181 s//\1/ … … 1252 1204 if test ! -r "$srcdir/$ac_unique_file"; then 1253 1205 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1254 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" 1206 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1207 { (exit 1); exit 1; }; } 1255 1208 fi 1256 1209 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1257 1210 ac_abs_confdir=`( 1258 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 1211 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1212 { (exit 1); exit 1; }; } 1259 1213 pwd)` 1260 1214 # When building in place, set srcdir=. … … 1304 1258 Installation directories: 1305 1259 --prefix=PREFIX install architecture-independent files in PREFIX 1306 1260 [$ac_default_prefix] 1307 1261 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1308 1262 [PREFIX] 1309 1263 1310 1264 By default, \`make install' will install all the files in … … 1316 1270 1317 1271 Fine tuning of the installation directories: 1318 --bindir=DIR 1319 --sbindir=DIR 1320 --libexecdir=DIR 1321 --sysconfdir=DIR 1322 --sharedstatedir=DIR 1323 --localstatedir=DIR 1324 --libdir=DIR 1325 --includedir=DIR 1326 --oldincludedir=DIR 1327 --datarootdir=DIR 1328 --datadir=DIR 1329 --infodir=DIR 1330 --localedir=DIR 1331 --mandir=DIR 1332 --docdir=DIR 1333 --htmldir=DIR 1334 --dvidir=DIR 1335 --pdfdir=DIR 1336 --psdir=DIR 1272 --bindir=DIR user executables [EPREFIX/bin] 1273 --sbindir=DIR system admin executables [EPREFIX/sbin] 1274 --libexecdir=DIR program executables [EPREFIX/libexec] 1275 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1276 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1277 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1278 --libdir=DIR object code libraries [EPREFIX/lib] 1279 --includedir=DIR C header files [PREFIX/include] 1280 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1281 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1282 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1283 --infodir=DIR info documentation [DATAROOTDIR/info] 1284 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1285 --mandir=DIR man documentation [DATAROOTDIR/man] 1286 --docdir=DIR documentation root [DATAROOTDIR/doc/pjproject] 1287 --htmldir=DIR html documentation [DOCDIR] 1288 --dvidir=DIR dvi documentation [DOCDIR] 1289 --pdfdir=DIR pdf documentation [DOCDIR] 1290 --psdir=DIR ps documentation [DOCDIR] 1337 1291 _ACEOF 1338 1292 … … 1353 1307 1354 1308 Optional Features: 1355 --disable-option-checking ignore unrecognized --enable/--with options1356 1309 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1357 1310 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] … … 1416 1369 nonstandard directory <lib dir> 1417 1370 LIBS libraries to pass to the linker, e.g. -l<library> 1418 CPPFLAGS (Objective) C/C++preprocessor flags, e.g. -I<include dir> if1371 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1419 1372 you have headers in a nonstandard directory <include dir> 1420 1373 CXX C++ compiler command … … 1425 1378 it to find libraries and programs with nonstandard names/locations. 1426 1379 1427 Report bugs to the package provider.1428 1380 _ACEOF 1429 1381 ac_status=$? … … 1433 1385 # If there are subdirs, report their specific --help. 1434 1386 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1435 test -d "$ac_dir" || 1436 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 1437 continue 1387 test -d "$ac_dir" || continue 1438 1388 ac_builddir=. 1439 1389 … … 1441 1391 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1442 1392 *) 1443 ac_dir_suffix=/` $as_echo "$ac_dir" | sed 's|^\.[\\/]||'`1393 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1444 1394 # A ".." for each directory in $ac_dir_suffix. 1445 ac_top_builddir_sub=` $as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`1395 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1446 1396 case $ac_top_builddir_sub in 1447 1397 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; … … 1479 1429 $SHELL "$ac_srcdir/configure" --help=recursive 1480 1430 else 1481 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&21431 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1482 1432 fi || ac_status=$? 1483 1433 cd "$ac_pwd" || { ac_status=$?; break; } … … 1489 1439 cat <<\_ACEOF 1490 1440 pjproject configure 1.x 1491 generated by GNU Autoconf 2.65 1492 1493 Copyright (C) 2009 Free Software Foundation, Inc. 1441 generated by GNU Autoconf 2.61 1442 1443 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 1444 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1494 1445 This configure script is free software; the Free Software Foundation 1495 1446 gives unlimited permission to copy, distribute and modify it. … … 1497 1448 exit 1498 1449 fi 1499 1500 ## ------------------------ ##1501 ## Autoconf initialization. ##1502 ## ------------------------ ##1503 1504 # ac_fn_c_try_compile LINENO1505 # --------------------------1506 # Try to compile conftest.$ac_ext, and return whether this succeeded.1507 ac_fn_c_try_compile ()1508 {1509 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1510 rm -f conftest.$ac_objext1511 if { { ac_try="$ac_compile"1512 case "(($ac_try" in1513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1514 *) ac_try_echo=$ac_try;;1515 esac1516 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1517 $as_echo "$ac_try_echo"; } >&51518 (eval "$ac_compile") 2>conftest.err1519 ac_status=$?1520 if test -s conftest.err; then1521 grep -v '^ *+' conftest.err >conftest.er11522 cat conftest.er1 >&51523 mv -f conftest.er1 conftest.err1524 fi1525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51526 test $ac_status = 0; } && {1527 test -z "$ac_c_werror_flag" ||1528 test ! -s conftest.err1529 } && test -s conftest.$ac_objext; then :1530 ac_retval=01531 else1532 $as_echo "$as_me: failed program was:" >&51533 sed 's/^/| /' conftest.$ac_ext >&51534 1535 ac_retval=11536 fi1537 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1538 as_fn_set_status $ac_retval1539 1540 } # ac_fn_c_try_compile1541 1542 # ac_fn_cxx_try_compile LINENO1543 # ----------------------------1544 # Try to compile conftest.$ac_ext, and return whether this succeeded.1545 ac_fn_cxx_try_compile ()1546 {1547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1548 rm -f conftest.$ac_objext1549 if { { ac_try="$ac_compile"1550 case "(($ac_try" in1551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1552 *) ac_try_echo=$ac_try;;1553 esac1554 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1555 $as_echo "$ac_try_echo"; } >&51556 (eval "$ac_compile") 2>conftest.err1557 ac_status=$?1558 if test -s conftest.err; then1559 grep -v '^ *+' conftest.err >conftest.er11560 cat conftest.er1 >&51561 mv -f conftest.er1 conftest.err1562 fi1563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51564 test $ac_status = 0; } && {1565 test -z "$ac_cxx_werror_flag" ||1566 test ! -s conftest.err1567 } && test -s conftest.$ac_objext; then :1568 ac_retval=01569 else1570 $as_echo "$as_me: failed program was:" >&51571 sed 's/^/| /' conftest.$ac_ext >&51572 1573 ac_retval=11574 fi1575 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1576 as_fn_set_status $ac_retval1577 1578 } # ac_fn_cxx_try_compile1579 1580 # ac_fn_c_try_link LINENO1581 # -----------------------1582 # Try to link conftest.$ac_ext, and return whether this succeeded.1583 ac_fn_c_try_link ()1584 {1585 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1586 rm -f conftest.$ac_objext conftest$ac_exeext1587 if { { ac_try="$ac_link"1588 case "(($ac_try" in1589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1590 *) ac_try_echo=$ac_try;;1591 esac1592 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1593 $as_echo "$ac_try_echo"; } >&51594 (eval "$ac_link") 2>conftest.err1595 ac_status=$?1596 if test -s conftest.err; then1597 grep -v '^ *+' conftest.err >conftest.er11598 cat conftest.er1 >&51599 mv -f conftest.er1 conftest.err1600 fi1601 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51602 test $ac_status = 0; } && {1603 test -z "$ac_c_werror_flag" ||1604 test ! -s conftest.err1605 } && test -s conftest$ac_exeext && {1606 test "$cross_compiling" = yes ||1607 $as_test_x conftest$ac_exeext1608 }; then :1609 ac_retval=01610 else1611 $as_echo "$as_me: failed program was:" >&51612 sed 's/^/| /' conftest.$ac_ext >&51613 1614 ac_retval=11615 fi1616 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information1617 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would1618 # interfere with the next link command; also delete a directory that is1619 # left behind by Apple's compiler. We do this before executing the actions.1620 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1621 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1622 as_fn_set_status $ac_retval1623 1624 } # ac_fn_c_try_link1625 1626 # ac_fn_c_try_run LINENO1627 # ----------------------1628 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes1629 # that executables *can* be run.1630 ac_fn_c_try_run ()1631 {1632 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1633 if { { ac_try="$ac_link"1634 case "(($ac_try" in1635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1636 *) ac_try_echo=$ac_try;;1637 esac1638 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1639 $as_echo "$ac_try_echo"; } >&51640 (eval "$ac_link") 2>&51641 ac_status=$?1642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51643 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'1644 { { case "(($ac_try" in1645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1646 *) ac_try_echo=$ac_try;;1647 esac1648 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1649 $as_echo "$ac_try_echo"; } >&51650 (eval "$ac_try") 2>&51651 ac_status=$?1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51653 test $ac_status = 0; }; }; then :1654 ac_retval=01655 else1656 $as_echo "$as_me: program exited with status $ac_status" >&51657 $as_echo "$as_me: failed program was:" >&51658 sed 's/^/| /' conftest.$ac_ext >&51659 1660 ac_retval=$ac_status1661 fi1662 rm -rf conftest.dSYM conftest_ipa8_conftest.oo1663 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1664 as_fn_set_status $ac_retval1665 1666 } # ac_fn_c_try_run1667 1668 # ac_fn_c_try_cpp LINENO1669 # ----------------------1670 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.1671 ac_fn_c_try_cpp ()1672 {1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1674 if { { ac_try="$ac_cpp conftest.$ac_ext"1675 case "(($ac_try" in1676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;1677 *) ac_try_echo=$ac_try;;1678 esac1679 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""1680 $as_echo "$ac_try_echo"; } >&51681 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err1682 ac_status=$?1683 if test -s conftest.err; then1684 grep -v '^ *+' conftest.err >conftest.er11685 cat conftest.er1 >&51686 mv -f conftest.er1 conftest.err1687 fi1688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&51689 test $ac_status = 0; } >/dev/null && {1690 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||1691 test ! -s conftest.err1692 }; then :1693 ac_retval=01694 else1695 $as_echo "$as_me: failed program was:" >&51696 sed 's/^/| /' conftest.$ac_ext >&51697 1698 ac_retval=11699 fi1700 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1701 as_fn_set_status $ac_retval1702 1703 } # ac_fn_c_try_cpp1704 1705 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES1706 # -------------------------------------------------------1707 # Tests whether HEADER exists and can be compiled using the include files in1708 # INCLUDES, setting the cache variable VAR accordingly.1709 ac_fn_c_check_header_compile ()1710 {1711 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51713 $as_echo_n "checking for $2... " >&6; }1714 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1715 $as_echo_n "(cached) " >&61716 else1717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1718 /* end confdefs.h. */1719 $41720 #include <$2>1721 _ACEOF1722 if ac_fn_c_try_compile "$LINENO"; then :1723 eval "$3=yes"1724 else1725 eval "$3=no"1726 fi1727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext1728 fi1729 eval ac_res=\$$31730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51731 $as_echo "$ac_res" >&6; }1732 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1733 1734 } # ac_fn_c_check_header_compile1735 1736 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES1737 # -------------------------------------------------------1738 # Tests whether HEADER exists, giving a warning if it cannot be compiled using1739 # the include files in INCLUDES and setting the cache variable VAR1740 # accordingly.1741 ac_fn_c_check_header_mongrel ()1742 {1743 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1744 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51746 $as_echo_n "checking for $2... " >&6; }1747 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1748 $as_echo_n "(cached) " >&61749 fi1750 eval ac_res=\$$31751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51752 $as_echo "$ac_res" >&6; }1753 else1754 # Is the header compilable?1755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&51756 $as_echo_n "checking $2 usability... " >&6; }1757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1758 /* end confdefs.h. */1759 $41760 #include <$2>1761 _ACEOF1762 if ac_fn_c_try_compile "$LINENO"; then :1763 ac_header_compiler=yes1764 else1765 ac_header_compiler=no1766 fi1767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext1768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&51769 $as_echo "$ac_header_compiler" >&6; }1770 1771 # Is the header present?1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&51773 $as_echo_n "checking $2 presence... " >&6; }1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1775 /* end confdefs.h. */1776 #include <$2>1777 _ACEOF1778 if ac_fn_c_try_cpp "$LINENO"; then :1779 ac_header_preproc=yes1780 else1781 ac_header_preproc=no1782 fi1783 rm -f conftest.err conftest.$ac_ext1784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&51785 $as_echo "$ac_header_preproc" >&6; }1786 1787 # So? What about this header?1788 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((1789 yes:no: )1790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&51791 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}1792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&51793 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}1794 ;;1795 no:yes:* )1796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&51797 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}1798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&51799 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}1800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&51801 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}1802 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&51803 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}1804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&51805 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}1806 ;;1807 esac1808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51809 $as_echo_n "checking for $2... " >&6; }1810 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1811 $as_echo_n "(cached) " >&61812 else1813 eval "$3=\$ac_header_compiler"1814 fi1815 eval ac_res=\$$31816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51817 $as_echo "$ac_res" >&6; }1818 fi1819 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1820 1821 } # ac_fn_c_check_header_mongrel1822 1823 # ac_fn_c_check_func LINENO FUNC VAR1824 # ----------------------------------1825 # Tests whether FUNC exists, setting the cache variable VAR accordingly1826 ac_fn_c_check_func ()1827 {1828 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack1829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&51830 $as_echo_n "checking for $2... " >&6; }1831 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1832 $as_echo_n "(cached) " >&61833 else1834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext1835 /* end confdefs.h. */1836 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.1837 For example, HP-UX 11i <limits.h> declares gettimeofday. */1838 #define $2 innocuous_$21839 1840 /* System header to define __stub macros and hopefully few prototypes,1841 which can conflict with char $2 (); below.1842 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since1843 <limits.h> exists even on freestanding compilers. */1844 1845 #ifdef __STDC__1846 # include <limits.h>1847 #else1848 # include <assert.h>1849 #endif1850 1851 #undef $21852 1853 /* Override any GCC internal prototype to avoid an error.1854 Use char because int might match the return type of a GCC1855 builtin and then its argument prototype would still apply. */1856 #ifdef __cplusplus1857 extern "C"1858 #endif1859 char $2 ();1860 /* The GNU C library defines this for functions which it implements1861 to always fail with ENOSYS. Some functions are actually named1862 something starting with __ and the normal name is an alias. */1863 #if defined __stub_$2 || defined __stub___$21864 choke me1865 #endif1866 1867 int1868 main ()1869 {1870 return $2 ();1871 ;1872 return 0;1873 }1874 _ACEOF1875 if ac_fn_c_try_link "$LINENO"; then :1876 eval "$3=yes"1877 else1878 eval "$3=no"1879 fi1880 rm -f core conftest.err conftest.$ac_objext \1881 conftest$ac_exeext conftest.$ac_ext1882 fi1883 eval ac_res=\$$31884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&51885 $as_echo "$ac_res" >&6; }1886 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}1887 1888 } # ac_fn_c_check_func1889 1450 cat >config.log <<_ACEOF 1890 1451 This file contains any messages produced by compilers while … … 1892 1453 1893 1454 It was created by pjproject $as_me 1.x, which was 1894 generated by GNU Autoconf 2.6 5. Invocation command line was1455 generated by GNU Autoconf 2.61. Invocation command line was 1895 1456 1896 1457 $ $0 $@ … … 1928 1489 IFS=$as_save_IFS 1929 1490 test -z "$as_dir" && as_dir=. 1930 $as_echo "PATH: $as_dir"1931 1491 echo "PATH: $as_dir" 1492 done 1932 1493 IFS=$as_save_IFS 1933 1494 … … 1963 1524 continue ;; 1964 1525 *\'*) 1965 ac_arg=` $as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;1526 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1966 1527 esac 1967 1528 case $ac_pass in 1968 1) a s_fn_append ac_configure_args0 "'$ac_arg'" ;;1529 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1969 1530 2) 1970 a s_fn_append ac_configure_args1 "'$ac_arg'"1531 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1971 1532 if test $ac_must_keep_next = true; then 1972 1533 ac_must_keep_next=false # Got value, back to normal. … … 1984 1545 esac 1985 1546 fi 1986 a s_fn_append ac_configure_args "'$ac_arg'"1547 ac_configure_args="$ac_configure_args '$ac_arg'" 1987 1548 ;; 1988 1549 esac 1989 1550 done 1990 1551 done 1991 { ac_configure_args0=; unset ac_configure_args0;}1992 { ac_configure_args1=; unset ac_configure_args1;}1552 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1553 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1993 1554 1994 1555 # When interrupted or exit'd, cleanup temporary files, and complete … … 2015 1576 *${as_nl}*) 2016 1577 case $ac_var in #( 2017 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&52018 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;1578 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 1579 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 2019 1580 esac 2020 1581 case $ac_var in #( 2021 1582 _ | IFS | as_nl) ;; #( 2022 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 2023 *) { eval $ac_var=; unset $ac_var;} ;; 1583 *) $as_unset $ac_var ;; 2024 1584 esac ;; 2025 1585 esac … … 2050 1610 eval ac_val=\$$ac_var 2051 1611 case $ac_val in 2052 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1612 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2053 1613 esac 2054 $as_echo "$ac_var='\''$ac_val'\''"1614 echo "$ac_var='\''$ac_val'\''" 2055 1615 done | sort 2056 1616 echo … … 2067 1627 eval ac_val=\$$ac_var 2068 1628 case $ac_val in 2069 *\'\''*) ac_val=` $as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;1629 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 2070 1630 esac 2071 $as_echo "$ac_var='\''$ac_val'\''"1631 echo "$ac_var='\''$ac_val'\''" 2072 1632 done | sort 2073 1633 echo … … 2085 1645 fi 2086 1646 test "$ac_signal" != 0 && 2087 $as_echo "$as_me: caught signal $ac_signal"2088 $as_echo "$as_me: exit $exit_status"1647 echo "$as_me: caught signal $ac_signal" 1648 echo "$as_me: exit $exit_status" 2089 1649 } >&5 2090 1650 rm -f core *.core core.conftest.* && … … 2093 1653 ' 0 2094 1654 for ac_signal in 1 2 13 15; do 2095 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal1655 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 2096 1656 done 2097 1657 ac_signal=0 … … 2100 1660 rm -f -r conftest* confdefs.h 2101 1661 2102 $as_echo "/* confdefs.h */" > confdefs.h2103 2104 1662 # Predefined preprocessor variables. 2105 1663 … … 2108 1666 _ACEOF 2109 1667 1668 2110 1669 cat >>confdefs.h <<_ACEOF 2111 1670 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 2112 1671 _ACEOF 2113 1672 1673 2114 1674 cat >>confdefs.h <<_ACEOF 2115 1675 #define PACKAGE_VERSION "$PACKAGE_VERSION" 2116 1676 _ACEOF 2117 1677 1678 2118 1679 cat >>confdefs.h <<_ACEOF 2119 1680 #define PACKAGE_STRING "$PACKAGE_STRING" 2120 1681 _ACEOF 2121 1682 1683 2122 1684 cat >>confdefs.h <<_ACEOF 2123 1685 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 2124 1686 _ACEOF 2125 1687 2126 cat >>confdefs.h <<_ACEOF2127 #define PACKAGE_URL "$PACKAGE_URL"2128 _ACEOF2129 2130 1688 2131 1689 # Let the site file select an alternate cache file if it wants to. 2132 # Prefer an explicitly selected file to automatically selected ones. 2133 ac_site_file1=NONE 2134 ac_site_file2=NONE 1690 # Prefer explicitly selected file to automatically selected ones. 2135 1691 if test -n "$CONFIG_SITE"; then 2136 ac_site_file1=$CONFIG_SITE1692 set x "$CONFIG_SITE" 2137 1693 elif test "x$prefix" != xNONE; then 2138 ac_site_file1=$prefix/share/config.site2139 ac_site_file2=$prefix/etc/config.site2140 else 2141 ac_site_file1=$ac_default_prefix/share/config.site 2142 ac_site_file2=$ac_default_prefix/etc/config.site 2143 fi 2144 for ac_site_file in "$ac_site_file1" "$ac_site_file2"1694 set x "$prefix/share/config.site" "$prefix/etc/config.site" 1695 else 1696 set x "$ac_default_prefix/share/config.site" \ 1697 "$ac_default_prefix/etc/config.site" 1698 fi 1699 shift 1700 for ac_site_file 2145 1701 do 2146 test "x$ac_site_file" = xNONE && continue 2147 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then 2148 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 2149 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 1702 if test -r "$ac_site_file"; then 1703 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1704 echo "$as_me: loading site script $ac_site_file" >&6;} 2150 1705 sed 's/^/| /' "$ac_site_file" >&5 2151 1706 . "$ac_site_file" … … 2154 1709 2155 1710 if test -r "$cache_file"; then 2156 # Some versions of bash will fail to source /dev/null (special files2157 # actually), so we avoid doing that. DJGPP emulates it as a regular file.2158 if test /dev/null != "$cache_file" && test-f "$cache_file"; then2159 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&52160 $as_echo "$as_me: loading cache $cache_file" >&6;}1711 # Some versions of bash will fail to source /dev/null (special 1712 # files actually), so we avoid doing that. 1713 if test -f "$cache_file"; then 1714 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1715 echo "$as_me: loading cache $cache_file" >&6;} 2161 1716 case $cache_file in 2162 1717 [\\/]* | ?:[\\/]* ) . "$cache_file";; … … 2165 1720 fi 2166 1721 else 2167 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&52168 $as_echo "$as_me: creating cache $cache_file" >&6;}1722 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1723 echo "$as_me: creating cache $cache_file" >&6;} 2169 1724 >$cache_file 2170 1725 fi … … 2180 1735 case $ac_old_set,$ac_new_set in 2181 1736 set,) 2182 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&52183 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}1737 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1738 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 2184 1739 ac_cache_corrupted=: ;; 2185 1740 ,set) 2186 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&52187 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}1741 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1742 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 2188 1743 ac_cache_corrupted=: ;; 2189 1744 ,);; 2190 1745 *) 2191 1746 if test "x$ac_old_val" != "x$ac_new_val"; then 2192 # differences in whitespace do not lead to failure. 2193 ac_old_val_w=`echo x $ac_old_val` 2194 ac_new_val_w=`echo x $ac_new_val` 2195 if test "$ac_old_val_w" != "$ac_new_val_w"; then 2196 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 2197 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 2198 ac_cache_corrupted=: 2199 else 2200 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 2201 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 2202 eval $ac_var=\$ac_old_val 2203 fi 2204 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 2205 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} 2206 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 2207 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 1747 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1748 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1749 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1750 echo "$as_me: former value: $ac_old_val" >&2;} 1751 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1752 echo "$as_me: current value: $ac_new_val" >&2;} 1753 ac_cache_corrupted=: 2208 1754 fi;; 2209 1755 esac … … 2211 1757 if test "$ac_new_set" = set; then 2212 1758 case $ac_new_val in 2213 *\'*) ac_arg=$ac_var=` $as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;1759 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 2214 1760 *) ac_arg=$ac_var=$ac_new_val ;; 2215 1761 esac 2216 1762 case " $ac_configure_args " in 2217 1763 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 2218 *) a s_fn_append ac_configure_args "'$ac_arg'" ;;1764 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 2219 1765 esac 2220 1766 fi 2221 1767 done 2222 1768 if $ac_cache_corrupted; then 2223 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2224 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2225 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2226 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2227 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2228 fi 2229 ## -------------------- ## 2230 ## Main body of script. ## 2231 ## -------------------- ## 1769 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1770 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1771 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1772 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1773 { (exit 1); exit 1; }; } 1774 fi 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 2232 1799 2233 1800 ac_ext=c … … 2243 1810 ac_aux_dir= 2244 1811 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do 2245 for ac_t in install-sh install.sh shtool; do 2246 if test -f "$ac_dir/$ac_t"; then 2247 ac_aux_dir=$ac_dir 2248 ac_install_sh="$ac_aux_dir/$ac_t -c" 2249 break 2 2250 fi 2251 done 1812 if test -f "$ac_dir/install-sh"; then 1813 ac_aux_dir=$ac_dir 1814 ac_install_sh="$ac_aux_dir/install-sh -c" 1815 break 1816 elif test -f "$ac_dir/install.sh"; then 1817 ac_aux_dir=$ac_dir 1818 ac_install_sh="$ac_aux_dir/install.sh -c" 1819 break 1820 elif test -f "$ac_dir/shtool"; then 1821 ac_aux_dir=$ac_dir 1822 ac_install_sh="$ac_aux_dir/shtool install -c" 1823 break 1824 fi 2252 1825 done 2253 1826 if test -z "$ac_aux_dir"; then 2254 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 1827 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 1828 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 1829 { (exit 1); exit 1; }; } 2255 1830 fi 2256 1831 … … 2266 1841 # Make sure we can run config.sub. 2267 1842 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2268 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2269 2270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 2271 $as_echo_n "checking build system type... " >&6; } 2272 if test "${ac_cv_build+set}" = set; then : 2273 $as_echo_n "(cached) " >&6 1843 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 1844 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 1845 { (exit 1); exit 1; }; } 1846 1847 { echo "$as_me:$LINENO: checking build system type" >&5 1848 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 1849 if test "${ac_cv_build+set}" = set; then 1850 echo $ECHO_N "(cached) $ECHO_C" >&6 2274 1851 else 2275 1852 ac_build_alias=$build_alias … … 2277 1854 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2278 1855 test "x$ac_build_alias" = x && 2279 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 1856 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 1857 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1858 { (exit 1); exit 1; }; } 2280 1859 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2281 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2282 2283 fi 2284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 2285 $as_echo "$ac_cv_build" >&6; } 1860 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 1861 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 1862 { (exit 1); exit 1; }; } 1863 1864 fi 1865 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 1866 echo "${ECHO_T}$ac_cv_build" >&6; } 2286 1867 case $ac_cv_build in 2287 1868 *-*-*) ;; 2288 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; 1869 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 1870 echo "$as_me: error: invalid value of canonical build" >&2;} 1871 { (exit 1); exit 1; }; };; 2289 1872 esac 2290 1873 build=$ac_cv_build … … 2302 1885 2303 1886 2304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&52305 $as_echo_n "checking host system type..." >&6; }2306 if test "${ac_cv_host+set}" = set; then :2307 $as_echo_n "(cached)" >&61887 { echo "$as_me:$LINENO: checking host system type" >&5 1888 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 1889 if test "${ac_cv_host+set}" = set; then 1890 echo $ECHO_N "(cached) $ECHO_C" >&6 2308 1891 else 2309 1892 if test "x$host_alias" = x; then … … 2311 1894 else 2312 1895 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2313 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2314 fi 2315 2316 fi 2317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 2318 $as_echo "$ac_cv_host" >&6; } 1896 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 1897 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 1898 { (exit 1); exit 1; }; } 1899 fi 1900 1901 fi 1902 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 1903 echo "${ECHO_T}$ac_cv_host" >&6; } 2319 1904 case $ac_cv_host in 2320 1905 *-*-*) ;; 2321 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; 1906 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 1907 echo "$as_me: error: invalid value of canonical host" >&2;} 1908 { (exit 1); exit 1; }; };; 2322 1909 esac 2323 1910 host=$ac_cv_host … … 2335 1922 2336 1923 2337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&52338 $as_echo_n "checking target system type..." >&6; }2339 if test "${ac_cv_target+set}" = set; then :2340 $as_echo_n "(cached)" >&61924 { echo "$as_me:$LINENO: checking target system type" >&5 1925 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 1926 if test "${ac_cv_target+set}" = set; then 1927 echo $ECHO_N "(cached) $ECHO_C" >&6 2341 1928 else 2342 1929 if test "x$target_alias" = x; then … … 2344 1931 else 2345 1932 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2346 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 2347 fi 2348 2349 fi 2350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5 2351 $as_echo "$ac_cv_target" >&6; } 1933 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 1934 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 1935 { (exit 1); exit 1; }; } 1936 fi 1937 1938 fi 1939 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 1940 echo "${ECHO_T}$ac_cv_target" >&6; } 2352 1941 case $ac_cv_target in 2353 1942 *-*-*) ;; 2354 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;; 1943 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 1944 echo "$as_me: error: invalid value of canonical target" >&2;} 1945 { (exit 1); exit 1; }; };; 2355 1946 esac 2356 1947 target=$ac_cv_target … … 2396 1987 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2397 1988 set dummy ${ac_tool_prefix}gcc; ac_word=$2 2398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52399 $as_echo_n "checking for $ac_word..." >&6; }2400 if test "${ac_cv_prog_CC+set}" = set; then :2401 $as_echo_n "(cached)" >&61989 { echo "$as_me:$LINENO: checking for $ac_word" >&5 1990 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 1991 if test "${ac_cv_prog_CC+set}" = set; then 1992 echo $ECHO_N "(cached) $ECHO_C" >&6 2402 1993 else 2403 1994 if test -n "$CC"; then … … 2409 2000 IFS=$as_save_IFS 2410 2001 test -z "$as_dir" && as_dir=. 2411 2002 for ac_exec_ext in '' $ac_executable_extensions; do 2412 2003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2413 2004 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52005 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2415 2006 break 2 2416 2007 fi 2417 2008 done 2418 2009 done 2419 2010 IFS=$as_save_IFS 2420 2011 … … 2423 2014 CC=$ac_cv_prog_CC 2424 2015 if test -n "$CC"; then 2425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&52426 $as_echo "$CC" >&6; }2427 else 2428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52429 $as_echo "no" >&6; }2016 { echo "$as_me:$LINENO: result: $CC" >&5 2017 echo "${ECHO_T}$CC" >&6; } 2018 else 2019 { echo "$as_me:$LINENO: result: no" >&5 2020 echo "${ECHO_T}no" >&6; } 2430 2021 fi 2431 2022 … … 2436 2027 # Extract the first word of "gcc", so it can be a program name with args. 2437 2028 set dummy gcc; ac_word=$2 2438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52439 $as_echo_n "checking for $ac_word..." >&6; }2440 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2441 $as_echo_n "(cached)" >&62029 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2030 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2031 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2032 echo $ECHO_N "(cached) $ECHO_C" >&6 2442 2033 else 2443 2034 if test -n "$ac_ct_CC"; then … … 2449 2040 IFS=$as_save_IFS 2450 2041 test -z "$as_dir" && as_dir=. 2451 2042 for ac_exec_ext in '' $ac_executable_extensions; do 2452 2043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2453 2044 ac_cv_prog_ac_ct_CC="gcc" 2454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52045 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2455 2046 break 2 2456 2047 fi 2457 2048 done 2458 2049 done 2459 2050 IFS=$as_save_IFS 2460 2051 … … 2463 2054 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2464 2055 if test -n "$ac_ct_CC"; then 2465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&52466 $as_echo "$ac_ct_CC" >&6; }2467 else 2468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52469 $as_echo "no" >&6; }2056 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2057 echo "${ECHO_T}$ac_ct_CC" >&6; } 2058 else 2059 { echo "$as_me:$LINENO: result: no" >&5 2060 echo "${ECHO_T}no" >&6; } 2470 2061 fi 2471 2062 … … 2475 2066 case $cross_compiling:$ac_tool_warned in 2476 2067 yes:) 2477 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2478 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2068 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2069 whose name does not start with the host triplet. If you think this 2070 configuration is useful to you, please write to autoconf@gnu.org." >&5 2071 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2072 whose name does not start with the host triplet. If you think this 2073 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2479 2074 ac_tool_warned=yes ;; 2480 2075 esac … … 2489 2084 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2490 2085 set dummy ${ac_tool_prefix}cc; ac_word=$2 2491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52492 $as_echo_n "checking for $ac_word..." >&6; }2493 if test "${ac_cv_prog_CC+set}" = set; then :2494 $as_echo_n "(cached)" >&62086 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2088 if test "${ac_cv_prog_CC+set}" = set; then 2089 echo $ECHO_N "(cached) $ECHO_C" >&6 2495 2090 else 2496 2091 if test -n "$CC"; then … … 2502 2097 IFS=$as_save_IFS 2503 2098 test -z "$as_dir" && as_dir=. 2504 2099 for ac_exec_ext in '' $ac_executable_extensions; do 2505 2100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2506 2101 ac_cv_prog_CC="${ac_tool_prefix}cc" 2507 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2508 2103 break 2 2509 2104 fi 2510 2105 done 2511 2106 done 2512 2107 IFS=$as_save_IFS 2513 2108 … … 2516 2111 CC=$ac_cv_prog_CC 2517 2112 if test -n "$CC"; then 2518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&52519 $as_echo "$CC" >&6; }2520 else 2521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52522 $as_echo "no" >&6; }2113 { echo "$as_me:$LINENO: result: $CC" >&5 2114 echo "${ECHO_T}$CC" >&6; } 2115 else 2116 { echo "$as_me:$LINENO: result: no" >&5 2117 echo "${ECHO_T}no" >&6; } 2523 2118 fi 2524 2119 … … 2529 2124 # Extract the first word of "cc", so it can be a program name with args. 2530 2125 set dummy cc; ac_word=$2 2531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52532 $as_echo_n "checking for $ac_word..." >&6; }2533 if test "${ac_cv_prog_CC+set}" = set; then :2534 $as_echo_n "(cached)" >&62126 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2127 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2128 if test "${ac_cv_prog_CC+set}" = set; then 2129 echo $ECHO_N "(cached) $ECHO_C" >&6 2535 2130 else 2536 2131 if test -n "$CC"; then … … 2543 2138 IFS=$as_save_IFS 2544 2139 test -z "$as_dir" && as_dir=. 2545 2140 for ac_exec_ext in '' $ac_executable_extensions; do 2546 2141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2547 2142 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then … … 2550 2145 fi 2551 2146 ac_cv_prog_CC="cc" 2552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52147 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2553 2148 break 2 2554 2149 fi 2555 2150 done 2556 2151 done 2557 2152 IFS=$as_save_IFS 2558 2153 … … 2573 2168 CC=$ac_cv_prog_CC 2574 2169 if test -n "$CC"; then 2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&52576 $as_echo "$CC" >&6; }2577 else 2578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52579 $as_echo "no" >&6; }2170 { echo "$as_me:$LINENO: result: $CC" >&5 2171 echo "${ECHO_T}$CC" >&6; } 2172 else 2173 { echo "$as_me:$LINENO: result: no" >&5 2174 echo "${ECHO_T}no" >&6; } 2580 2175 fi 2581 2176 … … 2588 2183 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2589 2184 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52591 $as_echo_n "checking for $ac_word..." >&6; }2592 if test "${ac_cv_prog_CC+set}" = set; then :2593 $as_echo_n "(cached)" >&62185 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2186 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2187 if test "${ac_cv_prog_CC+set}" = set; then 2188 echo $ECHO_N "(cached) $ECHO_C" >&6 2594 2189 else 2595 2190 if test -n "$CC"; then … … 2601 2196 IFS=$as_save_IFS 2602 2197 test -z "$as_dir" && as_dir=. 2603 2198 for ac_exec_ext in '' $ac_executable_extensions; do 2604 2199 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2605 2200 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52201 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2607 2202 break 2 2608 2203 fi 2609 2204 done 2610 2205 done 2611 2206 IFS=$as_save_IFS 2612 2207 … … 2615 2210 CC=$ac_cv_prog_CC 2616 2211 if test -n "$CC"; then 2617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&52618 $as_echo "$CC" >&6; }2619 else 2620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52621 $as_echo "no" >&6; }2212 { echo "$as_me:$LINENO: result: $CC" >&5 2213 echo "${ECHO_T}$CC" >&6; } 2214 else 2215 { echo "$as_me:$LINENO: result: no" >&5 2216 echo "${ECHO_T}no" >&6; } 2622 2217 fi 2623 2218 … … 2632 2227 # Extract the first word of "$ac_prog", so it can be a program name with args. 2633 2228 set dummy $ac_prog; ac_word=$2 2634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&52635 $as_echo_n "checking for $ac_word..." >&6; }2636 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :2637 $as_echo_n "(cached)" >&62229 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2230 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2231 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2232 echo $ECHO_N "(cached) $ECHO_C" >&6 2638 2233 else 2639 2234 if test -n "$ac_ct_CC"; then … … 2645 2240 IFS=$as_save_IFS 2646 2241 test -z "$as_dir" && as_dir=. 2647 2242 for ac_exec_ext in '' $ac_executable_extensions; do 2648 2243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 2649 2244 ac_cv_prog_ac_ct_CC="$ac_prog" 2650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52245 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 2651 2246 break 2 2652 2247 fi 2653 2248 done 2654 2249 done 2655 2250 IFS=$as_save_IFS 2656 2251 … … 2659 2254 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2660 2255 if test -n "$ac_ct_CC"; then 2661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&52662 $as_echo "$ac_ct_CC" >&6; }2663 else 2664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&52665 $as_echo "no" >&6; }2256 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 2257 echo "${ECHO_T}$ac_ct_CC" >&6; } 2258 else 2259 { echo "$as_me:$LINENO: result: no" >&5 2260 echo "${ECHO_T}no" >&6; } 2666 2261 fi 2667 2262 … … 2675 2270 case $cross_compiling:$ac_tool_warned in 2676 2271 yes:) 2677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 2678 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 2272 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 2273 whose name does not start with the host triplet. If you think this 2274 configuration is useful to you, please write to autoconf@gnu.org." >&5 2275 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 2276 whose name does not start with the host triplet. If you think this 2277 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 2679 2278 ac_tool_warned=yes ;; 2680 2279 esac … … 2686 2285 2687 2286 2688 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2689 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2690 as_fn_error "no acceptable C compiler found in \$PATH 2691 See \`config.log' for more details." "$LINENO" 5; } 2287 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 2288 See \`config.log' for more details." >&5 2289 echo "$as_me: error: no acceptable C compiler found in \$PATH 2290 See \`config.log' for more details." >&2;} 2291 { (exit 1); exit 1; }; } 2692 2292 2693 2293 # Provide some information about the compiler. 2694 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 2695 set X $ac_compile 2696 ac_compiler=$2 2697 for ac_option in --version -v -V -qversion; do 2698 { { ac_try="$ac_compiler $ac_option >&5" 2699 case "(($ac_try" in 2700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2701 *) ac_try_echo=$ac_try;; 2702 esac 2703 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2704 $as_echo "$ac_try_echo"; } >&5 2705 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 2706 ac_status=$? 2707 if test -s conftest.err; then 2708 sed '10a\ 2709 ... rest of stderr output deleted ... 2710 10q' conftest.err >conftest.er1 2711 cat conftest.er1 >&5 2712 fi 2713 rm -f conftest.er1 conftest.err 2714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 2715 test $ac_status = 0; } 2716 done 2717 2718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2294 echo "$as_me:$LINENO: checking for C compiler version" >&5 2295 ac_compiler=`set X $ac_compile; echo $2` 2296 { (ac_try="$ac_compiler --version >&5" 2297 case "(($ac_try" in 2298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2299 *) ac_try_echo=$ac_try;; 2300 esac 2301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2302 (eval "$ac_compiler --version >&5") 2>&5 2303 ac_status=$? 2304 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2305 (exit $ac_status); } 2306 { (ac_try="$ac_compiler -v >&5" 2307 case "(($ac_try" in 2308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2309 *) ac_try_echo=$ac_try;; 2310 esac 2311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2312 (eval "$ac_compiler -v >&5") 2>&5 2313 ac_status=$? 2314 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2315 (exit $ac_status); } 2316 { (ac_try="$ac_compiler -V >&5" 2317 case "(($ac_try" in 2318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2319 *) ac_try_echo=$ac_try;; 2320 esac 2321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2322 (eval "$ac_compiler -V >&5") 2>&5 2323 ac_status=$? 2324 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2325 (exit $ac_status); } 2326 2327 cat >conftest.$ac_ext <<_ACEOF 2328 /* confdefs.h. */ 2329 _ACEOF 2330 cat confdefs.h >>conftest.$ac_ext 2331 cat >>conftest.$ac_ext <<_ACEOF 2719 2332 /* end confdefs.h. */ 2720 2333 … … 2728 2341 _ACEOF 2729 2342 ac_clean_files_save=$ac_clean_files 2730 ac_clean_files="$ac_clean_files a.out a. out.dSYM a.exe b.out"2343 ac_clean_files="$ac_clean_files a.out a.exe b.out" 2731 2344 # Try to create an executable without -o first, disregard a.out. 2732 2345 # It will help us diagnose broken compilers, and finding out an intuition 2733 2346 # of exeext. 2734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 2735 $as_echo_n "checking whether the C compiler works... " >&6; } 2736 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2737 2738 # The possible output files: 2739 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 2740 2347 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 2348 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 2349 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2350 # 2351 # List of possible output files, starting from the most likely. 2352 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 2353 # only as a last resort. b.out is created by i960 compilers. 2354 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 2355 # 2356 # The IRIX 6 linker writes into existing files which may not be 2357 # executable, retaining their permissions. Remove them first so a 2358 # subsequent execution test works. 2741 2359 ac_rmfiles= 2742 2360 for ac_file in $ac_files 2743 2361 do 2744 2362 case $ac_file in 2745 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2363 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2746 2364 * ) ac_rmfiles="$ac_rmfiles $ac_file";; 2747 2365 esac … … 2749 2367 rm -f $ac_rmfiles 2750 2368 2751 if { { ac_try="$ac_link_default" 2752 case "(($ac_try" in 2753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2754 *) ac_try_echo=$ac_try;; 2755 esac 2756 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2757 $as_echo "$ac_try_echo"; } >&5 2369 if { (ac_try="$ac_link_default" 2370 case "(($ac_try" in 2371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2372 *) ac_try_echo=$ac_try;; 2373 esac 2374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2758 2375 (eval "$ac_link_default") 2>&5 2759 2376 ac_status=$? 2760 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52761 test $ac_status = 0; }; then :2377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2378 (exit $ac_status); }; then 2762 2379 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 2763 2380 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' … … 2769 2386 test -f "$ac_file" || continue 2770 2387 case $ac_file in 2771 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj )2388 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 2772 2389 ;; 2773 2390 [ab].out ) … … 2776 2393 break;; 2777 2394 *.* ) 2778 2395 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; 2779 2396 then :; else 2780 2397 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` … … 2795 2412 ac_file='' 2796 2413 fi 2797 if test -z "$ac_file"; then : 2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 2799 $as_echo "no" >&6; } 2800 $as_echo "$as_me: failed program was:" >&5 2414 2415 { echo "$as_me:$LINENO: result: $ac_file" >&5 2416 echo "${ECHO_T}$ac_file" >&6; } 2417 if test -z "$ac_file"; then 2418 echo "$as_me: failed program was:" >&5 2801 2419 sed 's/^/| /' conftest.$ac_ext >&5 2802 2420 2803 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2804 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2805 { as_fn_set_status 77 2806 as_fn_error "C compiler cannot create executables 2807 See \`config.log' for more details." "$LINENO" 5; }; } 2808 else 2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 2810 $as_echo "yes" >&6; } 2811 fi 2812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 2813 $as_echo_n "checking for C compiler default output file name... " >&6; } 2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 2815 $as_echo "$ac_file" >&6; } 2421 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 2422 See \`config.log' for more details." >&5 2423 echo "$as_me: error: C compiler cannot create executables 2424 See \`config.log' for more details." >&2;} 2425 { (exit 77); exit 77; }; } 2426 fi 2427 2816 2428 ac_exeext=$ac_cv_exeext 2817 2429 2818 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 2430 # Check that the compiler produces executables we can run. If not, either 2431 # the compiler is broken, or we cross compile. 2432 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 2433 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 2434 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2435 # If not cross compiling, check that we can run a simple program. 2436 if test "$cross_compiling" != yes; then 2437 if { ac_try='./$ac_file' 2438 { (case "(($ac_try" in 2439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2440 *) ac_try_echo=$ac_try;; 2441 esac 2442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2443 (eval "$ac_try") 2>&5 2444 ac_status=$? 2445 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2446 (exit $ac_status); }; }; then 2447 cross_compiling=no 2448 else 2449 if test "$cross_compiling" = maybe; then 2450 cross_compiling=yes 2451 else 2452 { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 2453 If you meant to cross compile, use \`--host'. 2454 See \`config.log' for more details." >&5 2455 echo "$as_me: error: cannot run C compiled programs. 2456 If you meant to cross compile, use \`--host'. 2457 See \`config.log' for more details." >&2;} 2458 { (exit 1); exit 1; }; } 2459 fi 2460 fi 2461 fi 2462 { echo "$as_me:$LINENO: result: yes" >&5 2463 echo "${ECHO_T}yes" >&6; } 2464 2465 rm -f a.out a.exe conftest$ac_cv_exeext b.out 2819 2466 ac_clean_files=$ac_clean_files_save 2820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 2821 $as_echo_n "checking for suffix of executables... " >&6; } 2822 if { { ac_try="$ac_link" 2823 case "(($ac_try" in 2824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2825 *) ac_try_echo=$ac_try;; 2826 esac 2827 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2828 $as_echo "$ac_try_echo"; } >&5 2467 # Check that the compiler produces executables we can run. If not, either 2468 # the compiler is broken, or we cross compile. 2469 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 2470 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 2471 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 2472 echo "${ECHO_T}$cross_compiling" >&6; } 2473 2474 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 2475 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 2476 if { (ac_try="$ac_link" 2477 case "(($ac_try" in 2478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2479 *) ac_try_echo=$ac_try;; 2480 esac 2481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2829 2482 (eval "$ac_link") 2>&5 2830 2483 ac_status=$? 2831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52832 test $ac_status = 0; }; then :2484 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2485 (exit $ac_status); }; then 2833 2486 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2834 2487 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will … … 2838 2491 test -f "$ac_file" || continue 2839 2492 case $ac_file in 2840 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *. dSYM | *.o | *.obj ) ;;2493 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 2841 2494 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 2842 2495 break;; … … 2845 2498 done 2846 2499 else 2847 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2848 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2849 as_fn_error "cannot compute suffix of executables: cannot compile and link 2850 See \`config.log' for more details." "$LINENO" 5; } 2851 fi 2852 rm -f conftest conftest$ac_cv_exeext 2853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 2854 $as_echo "$ac_cv_exeext" >&6; } 2500 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 2501 See \`config.log' for more details." >&5 2502 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 2503 See \`config.log' for more details." >&2;} 2504 { (exit 1); exit 1; }; } 2505 fi 2506 2507 rm -f conftest$ac_cv_exeext 2508 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 2509 echo "${ECHO_T}$ac_cv_exeext" >&6; } 2855 2510 2856 2511 rm -f conftest.$ac_ext 2857 2512 EXEEXT=$ac_cv_exeext 2858 2513 ac_exeext=$EXEEXT 2859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2860 /* end confdefs.h. */ 2861 #include <stdio.h> 2514 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 2515 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 2516 if test "${ac_cv_objext+set}" = set; then 2517 echo $ECHO_N "(cached) $ECHO_C" >&6 2518 else 2519 cat >conftest.$ac_ext <<_ACEOF 2520 /* confdefs.h. */ 2521 _ACEOF 2522 cat confdefs.h >>conftest.$ac_ext 2523 cat >>conftest.$ac_ext <<_ACEOF 2524 /* end confdefs.h. */ 2525 2862 2526 int 2863 2527 main () 2864 2528 { 2865 FILE *f = fopen ("conftest.out", "w");2866 return ferror (f) || fclose (f) != 0;2867 2529 2868 2530 ; … … 2870 2532 } 2871 2533 _ACEOF 2872 ac_clean_files="$ac_clean_files conftest.out"2873 # Check that the compiler produces executables we can run. If not, either2874 # the compiler is broken, or we cross compile.2875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&52876 $as_echo_n "checking whether we are cross compiling... " >&6; }2877 if test "$cross_compiling" != yes; then2878 { { ac_try="$ac_link"2879 case "(($ac_try" in2880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2881 *) ac_try_echo=$ac_try;;2882 esac2883 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2884 $as_echo "$ac_try_echo"; } >&52885 (eval "$ac_link") 2>&52886 ac_status=$?2887 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52888 test $ac_status = 0; }2889 if { ac_try='./conftest$ac_cv_exeext'2890 { { case "(($ac_try" in2891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2892 *) ac_try_echo=$ac_try;;2893 esac2894 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2895 $as_echo "$ac_try_echo"; } >&52896 (eval "$ac_try") 2>&52897 ac_status=$?2898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52899 test $ac_status = 0; }; }; then2900 cross_compiling=no2901 else2902 if test "$cross_compiling" = maybe; then2903 cross_compiling=yes2904 else2905 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&52906 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}2907 as_fn_error "cannot run C compiled programs.2908 If you meant to cross compile, use \`--host'.2909 See \`config.log' for more details." "$LINENO" 5; }2910 fi2911 fi2912 fi2913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&52914 $as_echo "$cross_compiling" >&6; }2915 2916 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out2917 ac_clean_files=$ac_clean_files_save2918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&52919 $as_echo_n "checking for suffix of object files... " >&6; }2920 if test "${ac_cv_objext+set}" = set; then :2921 $as_echo_n "(cached) " >&62922 else2923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext2924 /* end confdefs.h. */2925 2926 int2927 main ()2928 {2929 2930 ;2931 return 0;2932 }2933 _ACEOF2934 2534 rm -f conftest.o conftest.obj 2935 if { { ac_try="$ac_compile" 2936 case "(($ac_try" in 2937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2938 *) ac_try_echo=$ac_try;; 2939 esac 2940 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 2941 $as_echo "$ac_try_echo"; } >&5 2535 if { (ac_try="$ac_compile" 2536 case "(($ac_try" in 2537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2538 *) ac_try_echo=$ac_try;; 2539 esac 2540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2942 2541 (eval "$ac_compile") 2>&5 2943 2542 ac_status=$? 2944 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52945 test $ac_status = 0; }; then :2543 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2544 (exit $ac_status); }; then 2946 2545 for ac_file in conftest.o conftest.obj conftest.*; do 2947 2546 test -f "$ac_file" || continue; 2948 2547 case $ac_file in 2949 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM) ;;2548 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 2950 2549 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 2951 2550 break;; … … 2953 2552 done 2954 2553 else 2955 $as_echo "$as_me: failed program was:" >&52554 echo "$as_me: failed program was:" >&5 2956 2555 sed 's/^/| /' conftest.$ac_ext >&5 2957 2556 2958 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2959 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2960 as_fn_error "cannot compute suffix of object files: cannot compile 2961 See \`config.log' for more details." "$LINENO" 5; } 2962 fi 2557 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 2558 See \`config.log' for more details." >&5 2559 echo "$as_me: error: cannot compute suffix of object files: cannot compile 2560 See \`config.log' for more details." >&2;} 2561 { (exit 1); exit 1; }; } 2562 fi 2563 2963 2564 rm -f conftest.$ac_cv_objext conftest.$ac_ext 2964 2565 fi 2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&52966 $as_echo "$ac_cv_objext" >&6; }2566 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 2567 echo "${ECHO_T}$ac_cv_objext" >&6; } 2967 2568 OBJEXT=$ac_cv_objext 2968 2569 ac_objext=$OBJEXT 2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 2970 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 2971 if test "${ac_cv_c_compiler_gnu+set}" = set; then : 2972 $as_echo_n "(cached) " >&6 2973 else 2974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2570 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 2571 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 2572 if test "${ac_cv_c_compiler_gnu+set}" = set; then 2573 echo $ECHO_N "(cached) $ECHO_C" >&6 2574 else 2575 cat >conftest.$ac_ext <<_ACEOF 2576 /* confdefs.h. */ 2577 _ACEOF 2578 cat confdefs.h >>conftest.$ac_ext 2579 cat >>conftest.$ac_ext <<_ACEOF 2975 2580 /* end confdefs.h. */ 2976 2581 … … 2986 2591 } 2987 2592 _ACEOF 2988 if ac_fn_c_try_compile "$LINENO"; then : 2593 rm -f conftest.$ac_objext 2594 if { (ac_try="$ac_compile" 2595 case "(($ac_try" in 2596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2597 *) ac_try_echo=$ac_try;; 2598 esac 2599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2600 (eval "$ac_compile") 2>conftest.er1 2601 ac_status=$? 2602 grep -v '^ *+' conftest.er1 >conftest.err 2603 rm -f conftest.er1 2604 cat conftest.err >&5 2605 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2606 (exit $ac_status); } && { 2607 test -z "$ac_c_werror_flag" || 2608 test ! -s conftest.err 2609 } && test -s conftest.$ac_objext; then 2989 2610 ac_compiler_gnu=yes 2990 2611 else 2991 ac_compiler_gnu=no 2992 fi 2612 echo "$as_me: failed program was:" >&5 2613 sed 's/^/| /' conftest.$ac_ext >&5 2614 2615 ac_compiler_gnu=no 2616 fi 2617 2993 2618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2994 2619 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2995 2620 2996 2621 fi 2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 2998 $as_echo "$ac_cv_c_compiler_gnu" >&6; } 2999 if test $ac_compiler_gnu = yes; then 3000 GCC=yes 3001 else 3002 GCC= 3003 fi 2622 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 2623 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 2624 GCC=`test $ac_compiler_gnu = yes && echo yes` 3004 2625 ac_test_CFLAGS=${CFLAGS+set} 3005 2626 ac_save_CFLAGS=$CFLAGS 3006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&53007 $as_echo_n "checking whether $CC accepts -g..." >&6; }3008 if test "${ac_cv_prog_cc_g+set}" = set; then :3009 $as_echo_n "(cached)" >&62627 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 2628 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 2629 if test "${ac_cv_prog_cc_g+set}" = set; then 2630 echo $ECHO_N "(cached) $ECHO_C" >&6 3010 2631 else 3011 2632 ac_save_c_werror_flag=$ac_c_werror_flag … … 3013 2634 ac_cv_prog_cc_g=no 3014 2635 CFLAGS="-g" 3015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2636 cat >conftest.$ac_ext <<_ACEOF 2637 /* confdefs.h. */ 2638 _ACEOF 2639 cat confdefs.h >>conftest.$ac_ext 2640 cat >>conftest.$ac_ext <<_ACEOF 3016 2641 /* end confdefs.h. */ 3017 2642 … … 3024 2649 } 3025 2650 _ACEOF 3026 if ac_fn_c_try_compile "$LINENO"; then : 2651 rm -f conftest.$ac_objext 2652 if { (ac_try="$ac_compile" 2653 case "(($ac_try" in 2654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2655 *) ac_try_echo=$ac_try;; 2656 esac 2657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2658 (eval "$ac_compile") 2>conftest.er1 2659 ac_status=$? 2660 grep -v '^ *+' conftest.er1 >conftest.err 2661 rm -f conftest.er1 2662 cat conftest.err >&5 2663 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2664 (exit $ac_status); } && { 2665 test -z "$ac_c_werror_flag" || 2666 test ! -s conftest.err 2667 } && test -s conftest.$ac_objext; then 3027 2668 ac_cv_prog_cc_g=yes 3028 2669 else 3029 CFLAGS="" 3030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2670 echo "$as_me: failed program was:" >&5 2671 sed 's/^/| /' conftest.$ac_ext >&5 2672 2673 CFLAGS="" 2674 cat >conftest.$ac_ext <<_ACEOF 2675 /* confdefs.h. */ 2676 _ACEOF 2677 cat confdefs.h >>conftest.$ac_ext 2678 cat >>conftest.$ac_ext <<_ACEOF 3031 2679 /* end confdefs.h. */ 3032 2680 … … 3039 2687 } 3040 2688 _ACEOF 3041 if ac_fn_c_try_compile "$LINENO"; then : 3042 3043 else 3044 ac_c_werror_flag=$ac_save_c_werror_flag 2689 rm -f conftest.$ac_objext 2690 if { (ac_try="$ac_compile" 2691 case "(($ac_try" in 2692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2693 *) ac_try_echo=$ac_try;; 2694 esac 2695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2696 (eval "$ac_compile") 2>conftest.er1 2697 ac_status=$? 2698 grep -v '^ *+' conftest.er1 >conftest.err 2699 rm -f conftest.er1 2700 cat conftest.err >&5 2701 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2702 (exit $ac_status); } && { 2703 test -z "$ac_c_werror_flag" || 2704 test ! -s conftest.err 2705 } && test -s conftest.$ac_objext; then 2706 : 2707 else 2708 echo "$as_me: failed program was:" >&5 2709 sed 's/^/| /' conftest.$ac_ext >&5 2710 2711 ac_c_werror_flag=$ac_save_c_werror_flag 3045 2712 CFLAGS="-g" 3046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2713 cat >conftest.$ac_ext <<_ACEOF 2714 /* confdefs.h. */ 2715 _ACEOF 2716 cat confdefs.h >>conftest.$ac_ext 2717 cat >>conftest.$ac_ext <<_ACEOF 3047 2718 /* end confdefs.h. */ 3048 2719 … … 3055 2726 } 3056 2727 _ACEOF 3057 if ac_fn_c_try_compile "$LINENO"; then : 2728 rm -f conftest.$ac_objext 2729 if { (ac_try="$ac_compile" 2730 case "(($ac_try" in 2731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2732 *) ac_try_echo=$ac_try;; 2733 esac 2734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2735 (eval "$ac_compile") 2>conftest.er1 2736 ac_status=$? 2737 grep -v '^ *+' conftest.er1 >conftest.err 2738 rm -f conftest.er1 2739 cat conftest.err >&5 2740 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2741 (exit $ac_status); } && { 2742 test -z "$ac_c_werror_flag" || 2743 test ! -s conftest.err 2744 } && test -s conftest.$ac_objext; then 3058 2745 ac_cv_prog_cc_g=yes 3059 fi 2746 else 2747 echo "$as_me: failed program was:" >&5 2748 sed 's/^/| /' conftest.$ac_ext >&5 2749 2750 2751 fi 2752 3060 2753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3061 2754 fi 2755 3062 2756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3063 2757 fi 2758 3064 2759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3065 2760 ac_c_werror_flag=$ac_save_c_werror_flag 3066 2761 fi 3067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&53068 $as_echo "$ac_cv_prog_cc_g" >&6; }2762 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 2763 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 3069 2764 if test "$ac_test_CFLAGS" = set; then 3070 2765 CFLAGS=$ac_save_CFLAGS … … 3082 2777 fi 3083 2778 fi 3084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&53085 $as_echo_n "checking for $CC option to accept ISO C89..." >&6; }3086 if test "${ac_cv_prog_cc_c89+set}" = set; then :3087 $as_echo_n "(cached)" >&62779 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 2780 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 2781 if test "${ac_cv_prog_cc_c89+set}" = set; then 2782 echo $ECHO_N "(cached) $ECHO_C" >&6 3088 2783 else 3089 2784 ac_cv_prog_cc_c89=no 3090 2785 ac_save_CC=$CC 3091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 2786 cat >conftest.$ac_ext <<_ACEOF 2787 /* confdefs.h. */ 2788 _ACEOF 2789 cat confdefs.h >>conftest.$ac_ext 2790 cat >>conftest.$ac_ext <<_ACEOF 3092 2791 /* end confdefs.h. */ 3093 2792 #include <stdarg.h> … … 3146 2845 do 3147 2846 CC="$ac_save_CC $ac_arg" 3148 if ac_fn_c_try_compile "$LINENO"; then : 2847 rm -f conftest.$ac_objext 2848 if { (ac_try="$ac_compile" 2849 case "(($ac_try" in 2850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 2851 *) ac_try_echo=$ac_try;; 2852 esac 2853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 2854 (eval "$ac_compile") 2>conftest.er1 2855 ac_status=$? 2856 grep -v '^ *+' conftest.er1 >conftest.err 2857 rm -f conftest.er1 2858 cat conftest.err >&5 2859 echo "$as_me:$LINENO: \$? = $ac_status" >&5 2860 (exit $ac_status); } && { 2861 test -z "$ac_c_werror_flag" || 2862 test ! -s conftest.err 2863 } && test -s conftest.$ac_objext; then 3149 2864 ac_cv_prog_cc_c89=$ac_arg 3150 fi 2865 else 2866 echo "$as_me: failed program was:" >&5 2867 sed 's/^/| /' conftest.$ac_ext >&5 2868 2869 2870 fi 2871 3151 2872 rm -f core conftest.err conftest.$ac_objext 3152 2873 test "x$ac_cv_prog_cc_c89" != "xno" && break … … 3159 2880 case "x$ac_cv_prog_cc_c89" in 3160 2881 x) 3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&53162 $as_echo "none needed" >&6; } ;;2882 { echo "$as_me:$LINENO: result: none needed" >&5 2883 echo "${ECHO_T}none needed" >&6; } ;; 3163 2884 xno) 3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&53165 $as_echo "unsupported" >&6; } ;;2885 { echo "$as_me:$LINENO: result: unsupported" >&5 2886 echo "${ECHO_T}unsupported" >&6; } ;; 3166 2887 *) 3167 2888 CC="$CC $ac_cv_prog_cc_c89" 3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 3169 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 3170 esac 3171 if test "x$ac_cv_prog_cc_c89" != xno; then : 3172 3173 fi 2889 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 2890 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 2891 esac 2892 3174 2893 3175 2894 ac_ext=c … … 3193 2912 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 3194 2913 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 3195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53196 $as_echo_n "checking for $ac_word..." >&6; }3197 if test "${ac_cv_prog_CXX+set}" = set; then :3198 $as_echo_n "(cached)" >&62914 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2915 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2916 if test "${ac_cv_prog_CXX+set}" = set; then 2917 echo $ECHO_N "(cached) $ECHO_C" >&6 3199 2918 else 3200 2919 if test -n "$CXX"; then … … 3206 2925 IFS=$as_save_IFS 3207 2926 test -z "$as_dir" && as_dir=. 3208 2927 for ac_exec_ext in '' $ac_executable_extensions; do 3209 2928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3210 2929 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3211 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52930 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3212 2931 break 2 3213 2932 fi 3214 2933 done 3215 2934 done 3216 2935 IFS=$as_save_IFS 3217 2936 … … 3220 2939 CXX=$ac_cv_prog_CXX 3221 2940 if test -n "$CXX"; then 3222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&53223 $as_echo "$CXX" >&6; }3224 else 3225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53226 $as_echo "no" >&6; }2941 { echo "$as_me:$LINENO: result: $CXX" >&5 2942 echo "${ECHO_T}$CXX" >&6; } 2943 else 2944 { echo "$as_me:$LINENO: result: no" >&5 2945 echo "${ECHO_T}no" >&6; } 3227 2946 fi 3228 2947 … … 3237 2956 # Extract the first word of "$ac_prog", so it can be a program name with args. 3238 2957 set dummy $ac_prog; ac_word=$2 3239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53240 $as_echo_n "checking for $ac_word..." >&6; }3241 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :3242 $as_echo_n "(cached)" >&62958 { echo "$as_me:$LINENO: checking for $ac_word" >&5 2959 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 2960 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2961 echo $ECHO_N "(cached) $ECHO_C" >&6 3243 2962 else 3244 2963 if test -n "$ac_ct_CXX"; then … … 3250 2969 IFS=$as_save_IFS 3251 2970 test -z "$as_dir" && as_dir=. 3252 2971 for ac_exec_ext in '' $ac_executable_extensions; do 3253 2972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 3254 2973 ac_cv_prog_ac_ct_CXX="$ac_prog" 3255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&52974 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 3256 2975 break 2 3257 2976 fi 3258 2977 done 3259 2978 done 3260 2979 IFS=$as_save_IFS 3261 2980 … … 3264 2983 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 3265 2984 if test -n "$ac_ct_CXX"; then 3266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&53267 $as_echo "$ac_ct_CXX" >&6; }3268 else 3269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53270 $as_echo "no" >&6; }2985 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 2986 echo "${ECHO_T}$ac_ct_CXX" >&6; } 2987 else 2988 { echo "$as_me:$LINENO: result: no" >&5 2989 echo "${ECHO_T}no" >&6; } 3271 2990 fi 3272 2991 … … 3280 2999 case $cross_compiling:$ac_tool_warned in 3281 3000 yes:) 3282 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 3283 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} 3001 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 3002 whose name does not start with the host triplet. If you think this 3003 configuration is useful to you, please write to autoconf@gnu.org." >&5 3004 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 3005 whose name does not start with the host triplet. If you think this 3006 configuration is useful to you, please write to autoconf@gnu.org." >&2;} 3284 3007 ac_tool_warned=yes ;; 3285 3008 esac … … 3291 3014 fi 3292 3015 # Provide some information about the compiler. 3293 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 3294 set X $ac_compile 3295 ac_compiler=$2 3296 for ac_option in --version -v -V -qversion; do 3297 { { ac_try="$ac_compiler $ac_option >&5" 3298 case "(($ac_try" in 3299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3300 *) ac_try_echo=$ac_try;; 3301 esac 3302 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" 3303 $as_echo "$ac_try_echo"; } >&5 3304 (eval "$ac_compiler $ac_option >&5") 2>conftest.err 3305 ac_status=$? 3306 if test -s conftest.err; then 3307 sed '10a\ 3308 ... rest of stderr output deleted ... 3309 10q' conftest.err >conftest.er1 3310 cat conftest.er1 >&5 3311 fi 3312 rm -f conftest.er1 conftest.err 3313 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 3314 test $ac_status = 0; } 3315 done 3316 3317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 3318 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 3319 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : 3320 $as_echo_n "(cached) " >&6 3321 else 3322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3016 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 3017 ac_compiler=`set X $ac_compile; echo $2` 3018 { (ac_try="$ac_compiler --version >&5" 3019 case "(($ac_try" in 3020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3021 *) ac_try_echo=$ac_try;; 3022 esac 3023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3024 (eval "$ac_compiler --version >&5") 2>&5 3025 ac_status=$? 3026 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3027 (exit $ac_status); } 3028 { (ac_try="$ac_compiler -v >&5" 3029 case "(($ac_try" in 3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3031 *) ac_try_echo=$ac_try;; 3032 esac 3033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3034 (eval "$ac_compiler -v >&5") 2>&5 3035 ac_status=$? 3036 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3037 (exit $ac_status); } 3038 { (ac_try="$ac_compiler -V >&5" 3039 case "(($ac_try" in 3040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3041 *) ac_try_echo=$ac_try;; 3042 esac 3043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3044 (eval "$ac_compiler -V >&5") 2>&5 3045 ac_status=$? 3046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3047 (exit $ac_status); } 3048 3049 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 3050 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 3051 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 3052 echo $ECHO_N "(cached) $ECHO_C" >&6 3053 else 3054 cat >conftest.$ac_ext <<_ACEOF 3055 /* confdefs.h. */ 3056 _ACEOF 3057 cat confdefs.h >>conftest.$ac_ext 3058 cat >>conftest.$ac_ext <<_ACEOF 3323 3059 /* end confdefs.h. */ 3324 3060 … … 3334 3070 } 3335 3071 _ACEOF 3336 if ac_fn_cxx_try_compile "$LINENO"; then : 3072 rm -f conftest.$ac_objext 3073 if { (ac_try="$ac_compile" 3074 case "(($ac_try" in 3075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3076 *) ac_try_echo=$ac_try;; 3077 esac 3078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3079 (eval "$ac_compile") 2>conftest.er1 3080 ac_status=$? 3081 grep -v '^ *+' conftest.er1 >conftest.err 3082 rm -f conftest.er1 3083 cat conftest.err >&5 3084 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3085 (exit $ac_status); } && { 3086 test -z "$ac_cxx_werror_flag" || 3087 test ! -s conftest.err 3088 } && test -s conftest.$ac_objext; then 3337 3089 ac_compiler_gnu=yes 3338 3090 else 3339 ac_compiler_gnu=no 3340 fi 3091 echo "$as_me: failed program was:" >&5 3092 sed 's/^/| /' conftest.$ac_ext >&5 3093 3094 ac_compiler_gnu=no 3095 fi 3096 3341 3097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3342 3098 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 3343 3099 3344 3100 fi 3345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 3346 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 3347 if test $ac_compiler_gnu = yes; then 3348 GXX=yes 3349 else 3350 GXX= 3351 fi 3101 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 3102 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 3103 GXX=`test $ac_compiler_gnu = yes && echo yes` 3352 3104 ac_test_CXXFLAGS=${CXXFLAGS+set} 3353 3105 ac_save_CXXFLAGS=$CXXFLAGS 3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&53355 $as_echo_n "checking whether $CXX accepts -g..." >&6; }3356 if test "${ac_cv_prog_cxx_g+set}" = set; then :3357 $as_echo_n "(cached)" >&63106 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 3107 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 3108 if test "${ac_cv_prog_cxx_g+set}" = set; then 3109 echo $ECHO_N "(cached) $ECHO_C" >&6 3358 3110 else 3359 3111 ac_save_cxx_werror_flag=$ac_cxx_werror_flag … … 3361 3113 ac_cv_prog_cxx_g=no 3362 3114 CXXFLAGS="-g" 3363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3115 cat >conftest.$ac_ext <<_ACEOF 3116 /* confdefs.h. */ 3117 _ACEOF 3118 cat confdefs.h >>conftest.$ac_ext 3119 cat >>conftest.$ac_ext <<_ACEOF 3364 3120 /* end confdefs.h. */ 3365 3121 … … 3372 3128 } 3373 3129 _ACEOF 3374 if ac_fn_cxx_try_compile "$LINENO"; then : 3130 rm -f conftest.$ac_objext 3131 if { (ac_try="$ac_compile" 3132 case "(($ac_try" in 3133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3134 *) ac_try_echo=$ac_try;; 3135 esac 3136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3137 (eval "$ac_compile") 2>conftest.er1 3138 ac_status=$? 3139 grep -v '^ *+' conftest.er1 >conftest.err 3140 rm -f conftest.er1 3141 cat conftest.err >&5 3142 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3143 (exit $ac_status); } && { 3144 test -z "$ac_cxx_werror_flag" || 3145 test ! -s conftest.err 3146 } && test -s conftest.$ac_objext; then 3375 3147 ac_cv_prog_cxx_g=yes 3376 3148 else 3377 CXXFLAGS="" 3378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3149 echo "$as_me: failed program was:" >&5 3150 sed 's/^/| /' conftest.$ac_ext >&5 3151 3152 CXXFLAGS="" 3153 cat >conftest.$ac_ext <<_ACEOF 3154 /* confdefs.h. */ 3155 _ACEOF 3156 cat confdefs.h >>conftest.$ac_ext 3157 cat >>conftest.$ac_ext <<_ACEOF 3379 3158 /* end confdefs.h. */ 3380 3159 … … 3387 3166 } 3388 3167 _ACEOF 3389 if ac_fn_cxx_try_compile "$LINENO"; then : 3390 3391 else 3392 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3168 rm -f conftest.$ac_objext 3169 if { (ac_try="$ac_compile" 3170 case "(($ac_try" in 3171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3172 *) ac_try_echo=$ac_try;; 3173 esac 3174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3175 (eval "$ac_compile") 2>conftest.er1 3176 ac_status=$? 3177 grep -v '^ *+' conftest.er1 >conftest.err 3178 rm -f conftest.er1 3179 cat conftest.err >&5 3180 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3181 (exit $ac_status); } && { 3182 test -z "$ac_cxx_werror_flag" || 3183 test ! -s conftest.err 3184 } && test -s conftest.$ac_objext; then 3185 : 3186 else 3187 echo "$as_me: failed program was:" >&5 3188 sed 's/^/| /' conftest.$ac_ext >&5 3189 3190 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3393 3191 CXXFLAGS="-g" 3394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3192 cat >conftest.$ac_ext <<_ACEOF 3193 /* confdefs.h. */ 3194 _ACEOF 3195 cat confdefs.h >>conftest.$ac_ext 3196 cat >>conftest.$ac_ext <<_ACEOF 3395 3197 /* end confdefs.h. */ 3396 3198 … … 3403 3205 } 3404 3206 _ACEOF 3405 if ac_fn_cxx_try_compile "$LINENO"; then : 3207 rm -f conftest.$ac_objext 3208 if { (ac_try="$ac_compile" 3209 case "(($ac_try" in 3210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3211 *) ac_try_echo=$ac_try;; 3212 esac 3213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3214 (eval "$ac_compile") 2>conftest.er1 3215 ac_status=$? 3216 grep -v '^ *+' conftest.er1 >conftest.err 3217 rm -f conftest.er1 3218 cat conftest.err >&5 3219 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3220 (exit $ac_status); } && { 3221 test -z "$ac_cxx_werror_flag" || 3222 test ! -s conftest.err 3223 } && test -s conftest.$ac_objext; then 3406 3224 ac_cv_prog_cxx_g=yes 3407 fi 3225 else 3226 echo "$as_me: failed program was:" >&5 3227 sed 's/^/| /' conftest.$ac_ext >&5 3228 3229 3230 fi 3231 3408 3232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3409 3233 fi 3234 3410 3235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3411 3236 fi 3237 3412 3238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3413 3239 ac_cxx_werror_flag=$ac_save_cxx_werror_flag 3414 3240 fi 3415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&53416 $as_echo "$ac_cv_prog_cxx_g" >&6; }3241 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 3242 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 3417 3243 if test "$ac_test_CXXFLAGS" = set; then 3418 3244 CXXFLAGS=$ac_save_CXXFLAGS … … 3492 3318 3493 3319 3494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 3495 $as_echo_n "checking for pthread_create in -lpthread... " >&6; } 3496 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then : 3497 $as_echo_n "(cached) " >&6 3320 case $target in 3321 *mingw* | *cygw* | *win32* | *w32* ) 3322 ac_shlib_suffix=dll 3323 ;; 3324 *darwin*) 3325 ac_shlib_suffix=dylib 3326 ;; 3327 *) 3328 ac_shlib_suffix=so 3329 ;; 3330 esac 3331 3332 3333 3334 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 3335 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; } 3336 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then 3337 echo $ECHO_N "(cached) $ECHO_C" >&6 3498 3338 else 3499 3339 ac_check_lib_save_LIBS=$LIBS 3500 3340 LIBS="-lpthread $LIBS" 3501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3341 cat >conftest.$ac_ext <<_ACEOF 3342 /* confdefs.h. */ 3343 _ACEOF 3344 cat confdefs.h >>conftest.$ac_ext 3345 cat >>conftest.$ac_ext <<_ACEOF 3502 3346 /* end confdefs.h. */ 3503 3347 … … 3517 3361 } 3518 3362 _ACEOF 3519 if ac_fn_c_try_link "$LINENO"; then : 3363 rm -f conftest.$ac_objext conftest$ac_exeext 3364 if { (ac_try="$ac_link" 3365 case "(($ac_try" in 3366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3367 *) ac_try_echo=$ac_try;; 3368 esac 3369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3370 (eval "$ac_link") 2>conftest.er1 3371 ac_status=$? 3372 grep -v '^ *+' conftest.er1 >conftest.err 3373 rm -f conftest.er1 3374 cat conftest.err >&5 3375 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3376 (exit $ac_status); } && { 3377 test -z "$ac_c_werror_flag" || 3378 test ! -s conftest.err 3379 } && test -s conftest$ac_exeext && 3380 $as_test_x conftest$ac_exeext; then 3520 3381 ac_cv_lib_pthread_pthread_create=yes 3521 3382 else 3522 ac_cv_lib_pthread_pthread_create=no 3523 fi 3524 rm -f core conftest.err conftest.$ac_objext \ 3525 conftest$ac_exeext conftest.$ac_ext 3383 echo "$as_me: failed program was:" >&5 3384 sed 's/^/| /' conftest.$ac_ext >&5 3385 3386 ac_cv_lib_pthread_pthread_create=no 3387 fi 3388 3389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3390 conftest$ac_exeext conftest.$ac_ext 3526 3391 LIBS=$ac_check_lib_save_LIBS 3527 3392 fi 3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&53529 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }3530 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :3393 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 3394 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; } 3395 if test $ac_cv_lib_pthread_pthread_create = yes; then 3531 3396 cat >>confdefs.h <<_ACEOF 3532 3397 #define HAVE_LIBPTHREAD 1 … … 3537 3402 fi 3538 3403 3539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lwsock32" >&5 3540 $as_echo_n "checking for puts in -lwsock32... " >&6; } 3541 if test "${ac_cv_lib_wsock32_puts+set}" = set; then : 3542 $as_echo_n "(cached) " >&6 3404 3405 { echo "$as_me:$LINENO: checking for puts in -lwsock32" >&5 3406 echo $ECHO_N "checking for puts in -lwsock32... $ECHO_C" >&6; } 3407 if test "${ac_cv_lib_wsock32_puts+set}" = set; then 3408 echo $ECHO_N "(cached) $ECHO_C" >&6 3543 3409 else 3544 3410 ac_check_lib_save_LIBS=$LIBS 3545 3411 LIBS="-lwsock32 $LIBS" 3546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3412 cat >conftest.$ac_ext <<_ACEOF 3413 /* confdefs.h. */ 3414 _ACEOF 3415 cat confdefs.h >>conftest.$ac_ext 3416 cat >>conftest.$ac_ext <<_ACEOF 3547 3417 /* end confdefs.h. */ 3548 3418 … … 3562 3432 } 3563 3433 _ACEOF 3564 if ac_fn_c_try_link "$LINENO"; then : 3434 rm -f conftest.$ac_objext conftest$ac_exeext 3435 if { (ac_try="$ac_link" 3436 case "(($ac_try" in 3437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3438 *) ac_try_echo=$ac_try;; 3439 esac 3440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3441 (eval "$ac_link") 2>conftest.er1 3442 ac_status=$? 3443 grep -v '^ *+' conftest.er1 >conftest.err 3444 rm -f conftest.er1 3445 cat conftest.err >&5 3446 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3447 (exit $ac_status); } && { 3448 test -z "$ac_c_werror_flag" || 3449 test ! -s conftest.err 3450 } && test -s conftest$ac_exeext && 3451 $as_test_x conftest$ac_exeext; then 3565 3452 ac_cv_lib_wsock32_puts=yes 3566 3453 else 3567 ac_cv_lib_wsock32_puts=no 3568 fi 3569 rm -f core conftest.err conftest.$ac_objext \ 3570 conftest$ac_exeext conftest.$ac_ext 3454 echo "$as_me: failed program was:" >&5 3455 sed 's/^/| /' conftest.$ac_ext >&5 3456 3457 ac_cv_lib_wsock32_puts=no 3458 fi 3459 3460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3461 conftest$ac_exeext conftest.$ac_ext 3571 3462 LIBS=$ac_check_lib_save_LIBS 3572 3463 fi 3573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_wsock32_puts" >&53574 $as_echo "$ac_cv_lib_wsock32_puts" >&6; }3575 if test "x$ac_cv_lib_wsock32_puts" = x""yes; then :3464 { echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&5 3465 echo "${ECHO_T}$ac_cv_lib_wsock32_puts" >&6; } 3466 if test $ac_cv_lib_wsock32_puts = yes; then 3576 3467 cat >>confdefs.h <<_ACEOF 3577 3468 #define HAVE_LIBWSOCK32 1 … … 3582 3473 fi 3583 3474 3584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lws2_32" >&5 3585 $as_echo_n "checking for puts in -lws2_32... " >&6; } 3586 if test "${ac_cv_lib_ws2_32_puts+set}" = set; then : 3587 $as_echo_n "(cached) " >&6 3475 3476 { echo "$as_me:$LINENO: checking for puts in -lws2_32" >&5 3477 echo $ECHO_N "checking for puts in -lws2_32... $ECHO_C" >&6; } 3478 if test "${ac_cv_lib_ws2_32_puts+set}" = set; then 3479 echo $ECHO_N "(cached) $ECHO_C" >&6 3588 3480 else 3589 3481 ac_check_lib_save_LIBS=$LIBS 3590 3482 LIBS="-lws2_32 $LIBS" 3591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3483 cat >conftest.$ac_ext <<_ACEOF 3484 /* confdefs.h. */ 3485 _ACEOF 3486 cat confdefs.h >>conftest.$ac_ext 3487 cat >>conftest.$ac_ext <<_ACEOF 3592 3488 /* end confdefs.h. */ 3593 3489 … … 3607 3503 } 3608 3504 _ACEOF 3609 if ac_fn_c_try_link "$LINENO"; then : 3505 rm -f conftest.$ac_objext conftest$ac_exeext 3506 if { (ac_try="$ac_link" 3507 case "(($ac_try" in 3508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3509 *) ac_try_echo=$ac_try;; 3510 esac 3511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3512 (eval "$ac_link") 2>conftest.er1 3513 ac_status=$? 3514 grep -v '^ *+' conftest.er1 >conftest.err 3515 rm -f conftest.er1 3516 cat conftest.err >&5 3517 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3518 (exit $ac_status); } && { 3519 test -z "$ac_c_werror_flag" || 3520 test ! -s conftest.err 3521 } && test -s conftest$ac_exeext && 3522 $as_test_x conftest$ac_exeext; then 3610 3523 ac_cv_lib_ws2_32_puts=yes 3611 3524 else 3612 ac_cv_lib_ws2_32_puts=no 3613 fi 3614 rm -f core conftest.err conftest.$ac_objext \ 3615 conftest$ac_exeext conftest.$ac_ext 3525 echo "$as_me: failed program was:" >&5 3526 sed 's/^/| /' conftest.$ac_ext >&5 3527 3528 ac_cv_lib_ws2_32_puts=no 3529 fi 3530 3531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3532 conftest$ac_exeext conftest.$ac_ext 3616 3533 LIBS=$ac_check_lib_save_LIBS 3617 3534 fi 3618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ws2_32_puts" >&53619 $as_echo "$ac_cv_lib_ws2_32_puts" >&6; }3620 if test "x$ac_cv_lib_ws2_32_puts" = x""yes; then :3535 { echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&5 3536 echo "${ECHO_T}$ac_cv_lib_ws2_32_puts" >&6; } 3537 if test $ac_cv_lib_ws2_32_puts = yes; then 3621 3538 cat >>confdefs.h <<_ACEOF 3622 3539 #define HAVE_LIBWS2_32 1 … … 3627 3544 fi 3628 3545 3629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lole32" >&5 3630 $as_echo_n "checking for puts in -lole32... " >&6; } 3631 if test "${ac_cv_lib_ole32_puts+set}" = set; then : 3632 $as_echo_n "(cached) " >&6 3546 3547 { echo "$as_me:$LINENO: checking for puts in -lole32" >&5 3548 echo $ECHO_N "checking for puts in -lole32... $ECHO_C" >&6; } 3549 if test "${ac_cv_lib_ole32_puts+set}" = set; then 3550 echo $ECHO_N "(cached) $ECHO_C" >&6 3633 3551 else 3634 3552 ac_check_lib_save_LIBS=$LIBS 3635 3553 LIBS="-lole32 $LIBS" 3636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3554 cat >conftest.$ac_ext <<_ACEOF 3555 /* confdefs.h. */ 3556 _ACEOF 3557 cat confdefs.h >>conftest.$ac_ext 3558 cat >>conftest.$ac_ext <<_ACEOF 3637 3559 /* end confdefs.h. */ 3638 3560 … … 3652 3574 } 3653 3575 _ACEOF 3654 if ac_fn_c_try_link "$LINENO"; then : 3576 rm -f conftest.$ac_objext conftest$ac_exeext 3577 if { (ac_try="$ac_link" 3578 case "(($ac_try" in 3579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3580 *) ac_try_echo=$ac_try;; 3581 esac 3582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3583 (eval "$ac_link") 2>conftest.er1 3584 ac_status=$? 3585 grep -v '^ *+' conftest.er1 >conftest.err 3586 rm -f conftest.er1 3587 cat conftest.err >&5 3588 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3589 (exit $ac_status); } && { 3590 test -z "$ac_c_werror_flag" || 3591 test ! -s conftest.err 3592 } && test -s conftest$ac_exeext && 3593 $as_test_x conftest$ac_exeext; then 3655 3594 ac_cv_lib_ole32_puts=yes 3656 3595 else 3657 ac_cv_lib_ole32_puts=no 3658 fi 3659 rm -f core conftest.err conftest.$ac_objext \ 3660 conftest$ac_exeext conftest.$ac_ext 3596 echo "$as_me: failed program was:" >&5 3597 sed 's/^/| /' conftest.$ac_ext >&5 3598 3599 ac_cv_lib_ole32_puts=no 3600 fi 3601 3602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3603 conftest$ac_exeext conftest.$ac_ext 3661 3604 LIBS=$ac_check_lib_save_LIBS 3662 3605 fi 3663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ole32_puts" >&53664 $as_echo "$ac_cv_lib_ole32_puts" >&6; }3665 if test "x$ac_cv_lib_ole32_puts" = x""yes; then :3606 { echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&5 3607 echo "${ECHO_T}$ac_cv_lib_ole32_puts" >&6; } 3608 if test $ac_cv_lib_ole32_puts = yes; then 3666 3609 cat >>confdefs.h <<_ACEOF 3667 3610 #define HAVE_LIBOLE32 1 … … 3672 3615 fi 3673 3616 3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lwinmm" >&5 3675 $as_echo_n "checking for puts in -lwinmm... " >&6; } 3676 if test "${ac_cv_lib_winmm_puts+set}" = set; then : 3677 $as_echo_n "(cached) " >&6 3617 3618 { echo "$as_me:$LINENO: checking for puts in -lwinmm" >&5 3619 echo $ECHO_N "checking for puts in -lwinmm... $ECHO_C" >&6; } 3620 if test "${ac_cv_lib_winmm_puts+set}" = set; then 3621 echo $ECHO_N "(cached) $ECHO_C" >&6 3678 3622 else 3679 3623 ac_check_lib_save_LIBS=$LIBS 3680 3624 LIBS="-lwinmm $LIBS" 3681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3625 cat >conftest.$ac_ext <<_ACEOF 3626 /* confdefs.h. */ 3627 _ACEOF 3628 cat confdefs.h >>conftest.$ac_ext 3629 cat >>conftest.$ac_ext <<_ACEOF 3682 3630 /* end confdefs.h. */ 3683 3631 … … 3697 3645 } 3698 3646 _ACEOF 3699 if ac_fn_c_try_link "$LINENO"; then : 3647 rm -f conftest.$ac_objext conftest$ac_exeext 3648 if { (ac_try="$ac_link" 3649 case "(($ac_try" in 3650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3651 *) ac_try_echo=$ac_try;; 3652 esac 3653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3654 (eval "$ac_link") 2>conftest.er1 3655 ac_status=$? 3656 grep -v '^ *+' conftest.er1 >conftest.err 3657 rm -f conftest.er1 3658 cat conftest.err >&5 3659 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3660 (exit $ac_status); } && { 3661 test -z "$ac_c_werror_flag" || 3662 test ! -s conftest.err 3663 } && test -s conftest$ac_exeext && 3664 $as_test_x conftest$ac_exeext; then 3700 3665 ac_cv_lib_winmm_puts=yes 3701 3666 else 3702 ac_cv_lib_winmm_puts=no 3703 fi 3704 rm -f core conftest.err conftest.$ac_objext \ 3705 conftest$ac_exeext conftest.$ac_ext 3667 echo "$as_me: failed program was:" >&5 3668 sed 's/^/| /' conftest.$ac_ext >&5 3669 3670 ac_cv_lib_winmm_puts=no 3671 fi 3672 3673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3674 conftest$ac_exeext conftest.$ac_ext 3706 3675 LIBS=$ac_check_lib_save_LIBS 3707 3676 fi 3708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_winmm_puts" >&53709 $as_echo "$ac_cv_lib_winmm_puts" >&6; }3710 if test "x$ac_cv_lib_winmm_puts" = x""yes; then :3677 { echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&5 3678 echo "${ECHO_T}$ac_cv_lib_winmm_puts" >&6; } 3679 if test $ac_cv_lib_winmm_puts = yes; then 3711 3680 cat >>confdefs.h <<_ACEOF 3712 3681 #define HAVE_LIBWINMM 1 … … 3717 3686 fi 3718 3687 3719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lsocket" >&5 3720 $as_echo_n "checking for puts in -lsocket... " >&6; } 3721 if test "${ac_cv_lib_socket_puts+set}" = set; then : 3722 $as_echo_n "(cached) " >&6 3688 3689 { echo "$as_me:$LINENO: checking for puts in -lsocket" >&5 3690 echo $ECHO_N "checking for puts in -lsocket... $ECHO_C" >&6; } 3691 if test "${ac_cv_lib_socket_puts+set}" = set; then 3692 echo $ECHO_N "(cached) $ECHO_C" >&6 3723 3693 else 3724 3694 ac_check_lib_save_LIBS=$LIBS 3725 3695 LIBS="-lsocket $LIBS" 3726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3696 cat >conftest.$ac_ext <<_ACEOF 3697 /* confdefs.h. */ 3698 _ACEOF 3699 cat confdefs.h >>conftest.$ac_ext 3700 cat >>conftest.$ac_ext <<_ACEOF 3727 3701 /* end confdefs.h. */ 3728 3702 … … 3742 3716 } 3743 3717 _ACEOF 3744 if ac_fn_c_try_link "$LINENO"; then : 3718 rm -f conftest.$ac_objext conftest$ac_exeext 3719 if { (ac_try="$ac_link" 3720 case "(($ac_try" in 3721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3722 *) ac_try_echo=$ac_try;; 3723 esac 3724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3725 (eval "$ac_link") 2>conftest.er1 3726 ac_status=$? 3727 grep -v '^ *+' conftest.er1 >conftest.err 3728 rm -f conftest.er1 3729 cat conftest.err >&5 3730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3731 (exit $ac_status); } && { 3732 test -z "$ac_c_werror_flag" || 3733 test ! -s conftest.err 3734 } && test -s conftest$ac_exeext && 3735 $as_test_x conftest$ac_exeext; then 3745 3736 ac_cv_lib_socket_puts=yes 3746 3737 else 3747 ac_cv_lib_socket_puts=no 3748 fi 3749 rm -f core conftest.err conftest.$ac_objext \ 3750 conftest$ac_exeext conftest.$ac_ext 3738 echo "$as_me: failed program was:" >&5 3739 sed 's/^/| /' conftest.$ac_ext >&5 3740 3741 ac_cv_lib_socket_puts=no 3742 fi 3743 3744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3745 conftest$ac_exeext conftest.$ac_ext 3751 3746 LIBS=$ac_check_lib_save_LIBS 3752 3747 fi 3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_puts" >&53754 $as_echo "$ac_cv_lib_socket_puts" >&6; }3755 if test "x$ac_cv_lib_socket_puts" = x""yes; then :3748 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&5 3749 echo "${ECHO_T}$ac_cv_lib_socket_puts" >&6; } 3750 if test $ac_cv_lib_socket_puts = yes; then 3756 3751 cat >>confdefs.h <<_ACEOF 3757 3752 #define HAVE_LIBSOCKET 1 … … 3762 3757 fi 3763 3758 3764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lrt" >&5 3765 $as_echo_n "checking for puts in -lrt... " >&6; } 3766 if test "${ac_cv_lib_rt_puts+set}" = set; then : 3767 $as_echo_n "(cached) " >&6 3759 3760 { echo "$as_me:$LINENO: checking for puts in -lrt" >&5 3761 echo $ECHO_N "checking for puts in -lrt... $ECHO_C" >&6; } 3762 if test "${ac_cv_lib_rt_puts+set}" = set; then 3763 echo $ECHO_N "(cached) $ECHO_C" >&6 3768 3764 else 3769 3765 ac_check_lib_save_LIBS=$LIBS 3770 3766 LIBS="-lrt $LIBS" 3771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3767 cat >conftest.$ac_ext <<_ACEOF 3768 /* confdefs.h. */ 3769 _ACEOF 3770 cat confdefs.h >>conftest.$ac_ext 3771 cat >>conftest.$ac_ext <<_ACEOF 3772 3772 /* end confdefs.h. */ 3773 3773 … … 3787 3787 } 3788 3788 _ACEOF 3789 if ac_fn_c_try_link "$LINENO"; then : 3789 rm -f conftest.$ac_objext conftest$ac_exeext 3790 if { (ac_try="$ac_link" 3791 case "(($ac_try" in 3792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3793 *) ac_try_echo=$ac_try;; 3794 esac 3795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3796 (eval "$ac_link") 2>conftest.er1 3797 ac_status=$? 3798 grep -v '^ *+' conftest.er1 >conftest.err 3799 rm -f conftest.er1 3800 cat conftest.err >&5 3801 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3802 (exit $ac_status); } && { 3803 test -z "$ac_c_werror_flag" || 3804 test ! -s conftest.err 3805 } && test -s conftest$ac_exeext && 3806 $as_test_x conftest$ac_exeext; then 3790 3807 ac_cv_lib_rt_puts=yes 3791 3808 else 3792 ac_cv_lib_rt_puts=no 3793 fi 3794 rm -f core conftest.err conftest.$ac_objext \ 3795 conftest$ac_exeext conftest.$ac_ext 3809 echo "$as_me: failed program was:" >&5 3810 sed 's/^/| /' conftest.$ac_ext >&5 3811 3812 ac_cv_lib_rt_puts=no 3813 fi 3814 3815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3816 conftest$ac_exeext conftest.$ac_ext 3796 3817 LIBS=$ac_check_lib_save_LIBS 3797 3818 fi 3798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_puts" >&53799 $as_echo "$ac_cv_lib_rt_puts" >&6; }3800 if test "x$ac_cv_lib_rt_puts" = x""yes; then :3819 { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&5 3820 echo "${ECHO_T}$ac_cv_lib_rt_puts" >&6; } 3821 if test $ac_cv_lib_rt_puts = yes; then 3801 3822 cat >>confdefs.h <<_ACEOF 3802 3823 #define HAVE_LIBRT 1 … … 3807 3828 fi 3808 3829 3809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for puts in -lnsl" >&5 3810 $as_echo_n "checking for puts in -lnsl... " >&6; } 3811 if test "${ac_cv_lib_nsl_puts+set}" = set; then : 3812 $as_echo_n "(cached) " >&6 3830 3831 { echo "$as_me:$LINENO: checking for puts in -lnsl" >&5 3832 echo $ECHO_N "checking for puts in -lnsl... $ECHO_C" >&6; } 3833 if test "${ac_cv_lib_nsl_puts+set}" = set; then 3834 echo $ECHO_N "(cached) $ECHO_C" >&6 3813 3835 else 3814 3836 ac_check_lib_save_LIBS=$LIBS 3815 3837 LIBS="-lnsl $LIBS" 3816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3838 cat >conftest.$ac_ext <<_ACEOF 3839 /* confdefs.h. */ 3840 _ACEOF 3841 cat confdefs.h >>conftest.$ac_ext 3842 cat >>conftest.$ac_ext <<_ACEOF 3817 3843 /* end confdefs.h. */ 3818 3844 … … 3832 3858 } 3833 3859 _ACEOF 3834 if ac_fn_c_try_link "$LINENO"; then : 3860 rm -f conftest.$ac_objext conftest$ac_exeext 3861 if { (ac_try="$ac_link" 3862 case "(($ac_try" in 3863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3864 *) ac_try_echo=$ac_try;; 3865 esac 3866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3867 (eval "$ac_link") 2>conftest.er1 3868 ac_status=$? 3869 grep -v '^ *+' conftest.er1 >conftest.err 3870 rm -f conftest.er1 3871 cat conftest.err >&5 3872 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3873 (exit $ac_status); } && { 3874 test -z "$ac_c_werror_flag" || 3875 test ! -s conftest.err 3876 } && test -s conftest$ac_exeext && 3877 $as_test_x conftest$ac_exeext; then 3835 3878 ac_cv_lib_nsl_puts=yes 3836 3879 else 3837 ac_cv_lib_nsl_puts=no 3838 fi 3839 rm -f core conftest.err conftest.$ac_objext \ 3840 conftest$ac_exeext conftest.$ac_ext 3880 echo "$as_me: failed program was:" >&5 3881 sed 's/^/| /' conftest.$ac_ext >&5 3882 3883 ac_cv_lib_nsl_puts=no 3884 fi 3885 3886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3887 conftest$ac_exeext conftest.$ac_ext 3841 3888 LIBS=$ac_check_lib_save_LIBS 3842 3889 fi 3843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_puts" >&53844 $as_echo "$ac_cv_lib_nsl_puts" >&6; }3845 if test "x$ac_cv_lib_nsl_puts" = x""yes; then :3890 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&5 3891 echo "${ECHO_T}$ac_cv_lib_nsl_puts" >&6; } 3892 if test $ac_cv_lib_nsl_puts = yes; then 3846 3893 cat >>confdefs.h <<_ACEOF 3847 3894 #define HAVE_LIBNSL 1 … … 3852 3899 fi 3853 3900 3854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5 3855 $as_echo_n "checking for uuid_generate in -luuid... " >&6; } 3856 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then : 3857 $as_echo_n "(cached) " >&6 3901 3902 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 3903 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 3904 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 3905 echo $ECHO_N "(cached) $ECHO_C" >&6 3858 3906 else 3859 3907 ac_check_lib_save_LIBS=$LIBS 3860 3908 LIBS="-luuid $LIBS" 3861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3909 cat >conftest.$ac_ext <<_ACEOF 3910 /* confdefs.h. */ 3911 _ACEOF 3912 cat confdefs.h >>conftest.$ac_ext 3913 cat >>conftest.$ac_ext <<_ACEOF 3862 3914 /* end confdefs.h. */ 3863 3915 … … 3877 3929 } 3878 3930 _ACEOF 3879 if ac_fn_c_try_link "$LINENO"; then : 3931 rm -f conftest.$ac_objext conftest$ac_exeext 3932 if { (ac_try="$ac_link" 3933 case "(($ac_try" in 3934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 3935 *) ac_try_echo=$ac_try;; 3936 esac 3937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 3938 (eval "$ac_link") 2>conftest.er1 3939 ac_status=$? 3940 grep -v '^ *+' conftest.er1 >conftest.err 3941 rm -f conftest.er1 3942 cat conftest.err >&5 3943 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3944 (exit $ac_status); } && { 3945 test -z "$ac_c_werror_flag" || 3946 test ! -s conftest.err 3947 } && test -s conftest$ac_exeext && 3948 $as_test_x conftest$ac_exeext; then 3880 3949 ac_cv_lib_uuid_uuid_generate=yes 3881 3950 else 3882 ac_cv_lib_uuid_uuid_generate=no 3883 fi 3884 rm -f core conftest.err conftest.$ac_objext \ 3885 conftest$ac_exeext conftest.$ac_ext 3951 echo "$as_me: failed program was:" >&5 3952 sed 's/^/| /' conftest.$ac_ext >&5 3953 3954 ac_cv_lib_uuid_uuid_generate=no 3955 fi 3956 3957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 3958 conftest$ac_exeext conftest.$ac_ext 3886 3959 LIBS=$ac_check_lib_save_LIBS 3887 3960 fi 3888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&53889 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }3890 if test "x$ac_cv_lib_uuid_uuid_generate" = x""yes; then :3961 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 3962 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 3963 if test $ac_cv_lib_uuid_uuid_generate = yes; then 3891 3964 cat >>confdefs.h <<_ACEOF 3892 3965 #define HAVE_LIBUUID 1 … … 3897 3970 fi 3898 3971 3899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&53900 $as_echo_n "checking for uuid_generate in -luuid..." >&6; }3901 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then :3902 $as_echo_n "(cached)" >&63972 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 3973 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 3974 if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 3975 echo $ECHO_N "(cached) $ECHO_C" >&6 3903 3976 else 3904 3977 ac_check_lib_save_LIBS=$LIBS 3905 3978 LIBS="-luuid $LIBS" 3906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 3979 cat >conftest.$ac_ext <<_ACEOF 3980 /* confdefs.h. */ 3981 _ACEOF 3982 cat confdefs.h >>conftest.$ac_ext 3983 cat >>conftest.$ac_ext <<_ACEOF 3907 3984 /* end confdefs.h. */ 3908 3985 … … 3922 3999 } 3923 4000 _ACEOF 3924 if ac_fn_c_try_link "$LINENO"; then : 4001 rm -f conftest.$ac_objext conftest$ac_exeext 4002 if { (ac_try="$ac_link" 4003 case "(($ac_try" in 4004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4005 *) ac_try_echo=$ac_try;; 4006 esac 4007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4008 (eval "$ac_link") 2>conftest.er1 4009 ac_status=$? 4010 grep -v '^ *+' conftest.er1 >conftest.err 4011 rm -f conftest.er1 4012 cat conftest.err >&5 4013 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4014 (exit $ac_status); } && { 4015 test -z "$ac_c_werror_flag" || 4016 test ! -s conftest.err 4017 } && test -s conftest$ac_exeext && 4018 $as_test_x conftest$ac_exeext; then 3925 4019 ac_cv_lib_uuid_uuid_generate=yes 3926 4020 else 3927 ac_cv_lib_uuid_uuid_generate=no 3928 fi 3929 rm -f core conftest.err conftest.$ac_objext \ 3930 conftest$ac_exeext conftest.$ac_ext 4021 echo "$as_me: failed program was:" >&5 4022 sed 's/^/| /' conftest.$ac_ext >&5 4023 4024 ac_cv_lib_uuid_uuid_generate=no 4025 fi 4026 4027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 4028 conftest$ac_exeext conftest.$ac_ext 3931 4029 LIBS=$ac_check_lib_save_LIBS 3932 4030 fi 3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uuid_uuid_generate" >&53934 $as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; }3935 if test "x$ac_cv_lib_uuid_uuid_generate" = x""yes; then :4031 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 4032 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 4033 if test $ac_cv_lib_uuid_uuid_generate = yes; then 3936 4034 ac_has_uuid_lib=1 3937 4035 fi 3938 4036 3939 4037 3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Setting PJ_M_NAME to $target_cpu" >&53941 $as_echo "Setting PJ_M_NAME to $target_cpu" >&6; }4038 { echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&5 4039 echo "${ECHO_T}Setting PJ_M_NAME to $target_cpu" >&6; } 3942 4040 cat >>confdefs.h <<_ACEOF 3943 4041 #define PJ_M_NAME "$target_cpu" … … 3945 4043 3946 4044 3947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking memory alignment" >&53948 $as_echo_n "checking memory alignment..." >&6; }4045 { echo "$as_me:$LINENO: checking memory alignment" >&5 4046 echo $ECHO_N "checking memory alignment... $ECHO_C" >&6; } 3949 4047 case $target in 3950 4048 sparc64-* | ia64-* | x86_64-* ) 3951 $as_echo "#define PJ_POOL_ALIGNMENT 8" >>confdefs.h 3952 3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 8 bytes" >&5 3954 $as_echo "8 bytes" >&6; } 4049 cat >>confdefs.h <<\_ACEOF 4050 #define PJ_POOL_ALIGNMENT 8 4051 _ACEOF 4052 4053 { echo "$as_me:$LINENO: result: 8 bytes" >&5 4054 echo "${ECHO_T}8 bytes" >&6; } 3955 4055 ;; 3956 4056 * ) 3957 $as_echo "#define PJ_POOL_ALIGNMENT 4" >>confdefs.h 3958 3959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 4 bytes (default)" >&5 3960 $as_echo "4 bytes (default)" >&6; } 4057 cat >>confdefs.h <<\_ACEOF 4058 #define PJ_POOL_ALIGNMENT 4 4059 _ACEOF 4060 4061 { echo "$as_me:$LINENO: result: 4 bytes (default)" >&5 4062 echo "${ECHO_T}4 bytes (default)" >&6; } 3961 4063 ;; 3962 4064 esac … … 3968 4070 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3969 4071 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&53971 $as_echo_n "checking how to run the C preprocessor..." >&6; }4072 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 4073 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 3972 4074 # On Suns, sometimes $CPP names a directory. 3973 4075 if test -n "$CPP" && test -d "$CPP"; then … … 3975 4077 fi 3976 4078 if test -z "$CPP"; then 3977 if test "${ac_cv_prog_CPP+set}" = set; then :3978 $as_echo_n "(cached)" >&64079 if test "${ac_cv_prog_CPP+set}" = set; then 4080 echo $ECHO_N "(cached) $ECHO_C" >&6 3979 4081 else 3980 4082 # Double quotes because CPP needs to be expanded … … 3990 4092 # On the NeXT, cc -E runs the code through the compiler's parser, 3991 4093 # not just through cpp. "Syntax error" is here to catch this case. 3992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4094 cat >conftest.$ac_ext <<_ACEOF 4095 /* confdefs.h. */ 4096 _ACEOF 4097 cat confdefs.h >>conftest.$ac_ext 4098 cat >>conftest.$ac_ext <<_ACEOF 3993 4099 /* end confdefs.h. */ 3994 4100 #ifdef __STDC__ … … 3999 4105 Syntax error 4000 4106 _ACEOF 4001 if ac_fn_c_try_cpp "$LINENO"; then : 4002 4003 else 4107 if { (ac_try="$ac_cpp conftest.$ac_ext" 4108 case "(($ac_try" in 4109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4110 *) ac_try_echo=$ac_try;; 4111 esac 4112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4113 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4114 ac_status=$? 4115 grep -v '^ *+' conftest.er1 >conftest.err 4116 rm -f conftest.er1 4117 cat conftest.err >&5 4118 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4119 (exit $ac_status); } >/dev/null && { 4120 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4121 test ! -s conftest.err 4122 }; then 4123 : 4124 else 4125 echo "$as_me: failed program was:" >&5 4126 sed 's/^/| /' conftest.$ac_ext >&5 4127 4004 4128 # Broken: fails on valid input. 4005 4129 continue 4006 4130 fi 4131 4007 4132 rm -f conftest.err conftest.$ac_ext 4008 4133 4009 4134 # OK, works on sane cases. Now check whether nonexistent headers 4010 4135 # can be detected and how. 4011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4136 cat >conftest.$ac_ext <<_ACEOF 4137 /* confdefs.h. */ 4138 _ACEOF 4139 cat confdefs.h >>conftest.$ac_ext 4140 cat >>conftest.$ac_ext <<_ACEOF 4012 4141 /* end confdefs.h. */ 4013 4142 #include <ac_nonexistent.h> 4014 4143 _ACEOF 4015 if ac_fn_c_try_cpp "$LINENO"; then : 4144 if { (ac_try="$ac_cpp conftest.$ac_ext" 4145 case "(($ac_try" in 4146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4147 *) ac_try_echo=$ac_try;; 4148 esac 4149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4150 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4151 ac_status=$? 4152 grep -v '^ *+' conftest.er1 >conftest.err 4153 rm -f conftest.er1 4154 cat conftest.err >&5 4155 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4156 (exit $ac_status); } >/dev/null && { 4157 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4158 test ! -s conftest.err 4159 }; then 4016 4160 # Broken: success on invalid input. 4017 4161 continue 4018 4162 else 4163 echo "$as_me: failed program was:" >&5 4164 sed 's/^/| /' conftest.$ac_ext >&5 4165 4019 4166 # Passes both tests. 4020 4167 ac_preproc_ok=: 4021 4168 break 4022 4169 fi 4170 4023 4171 rm -f conftest.err conftest.$ac_ext 4024 4172 … … 4026 4174 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4027 4175 rm -f conftest.err conftest.$ac_ext 4028 if $ac_preproc_ok; then :4176 if $ac_preproc_ok; then 4029 4177 break 4030 4178 fi … … 4038 4186 ac_cv_prog_CPP=$CPP 4039 4187 fi 4040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&54041 $as_echo "$CPP" >&6; }4188 { echo "$as_me:$LINENO: result: $CPP" >&5 4189 echo "${ECHO_T}$CPP" >&6; } 4042 4190 ac_preproc_ok=false 4043 4191 for ac_c_preproc_warn_flag in '' yes … … 4049 4197 # On the NeXT, cc -E runs the code through the compiler's parser, 4050 4198 # not just through cpp. "Syntax error" is here to catch this case. 4051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4199 cat >conftest.$ac_ext <<_ACEOF 4200 /* confdefs.h. */ 4201 _ACEOF 4202 cat confdefs.h >>conftest.$ac_ext 4203 cat >>conftest.$ac_ext <<_ACEOF 4052 4204 /* end confdefs.h. */ 4053 4205 #ifdef __STDC__ … … 4058 4210 Syntax error 4059 4211 _ACEOF 4060 if ac_fn_c_try_cpp "$LINENO"; then : 4061 4062 else 4212 if { (ac_try="$ac_cpp conftest.$ac_ext" 4213 case "(($ac_try" in 4214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4215 *) ac_try_echo=$ac_try;; 4216 esac 4217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4218 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4219 ac_status=$? 4220 grep -v '^ *+' conftest.er1 >conftest.err 4221 rm -f conftest.er1 4222 cat conftest.err >&5 4223 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4224 (exit $ac_status); } >/dev/null && { 4225 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4226 test ! -s conftest.err 4227 }; then 4228 : 4229 else 4230 echo "$as_me: failed program was:" >&5 4231 sed 's/^/| /' conftest.$ac_ext >&5 4232 4063 4233 # Broken: fails on valid input. 4064 4234 continue 4065 4235 fi 4236 4066 4237 rm -f conftest.err conftest.$ac_ext 4067 4238 4068 4239 # OK, works on sane cases. Now check whether nonexistent headers 4069 4240 # can be detected and how. 4070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4241 cat >conftest.$ac_ext <<_ACEOF 4242 /* confdefs.h. */ 4243 _ACEOF 4244 cat confdefs.h >>conftest.$ac_ext 4245 cat >>conftest.$ac_ext <<_ACEOF 4071 4246 /* end confdefs.h. */ 4072 4247 #include <ac_nonexistent.h> 4073 4248 _ACEOF 4074 if ac_fn_c_try_cpp "$LINENO"; then : 4249 if { (ac_try="$ac_cpp conftest.$ac_ext" 4250 case "(($ac_try" in 4251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4252 *) ac_try_echo=$ac_try;; 4253 esac 4254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4255 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 4256 ac_status=$? 4257 grep -v '^ *+' conftest.er1 >conftest.err 4258 rm -f conftest.er1 4259 cat conftest.err >&5 4260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4261 (exit $ac_status); } >/dev/null && { 4262 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 4263 test ! -s conftest.err 4264 }; then 4075 4265 # Broken: success on invalid input. 4076 4266 continue 4077 4267 else 4268 echo "$as_me: failed program was:" >&5 4269 sed 's/^/| /' conftest.$ac_ext >&5 4270 4078 4271 # Passes both tests. 4079 4272 ac_preproc_ok=: 4080 4273 break 4081 4274 fi 4275 4082 4276 rm -f conftest.err conftest.$ac_ext 4083 4277 … … 4085 4279 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 4086 4280 rm -f conftest.err conftest.$ac_ext 4087 if $ac_preproc_ok; then : 4088 4089 else 4090 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 4091 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 4092 as_fn_error "C preprocessor \"$CPP\" fails sanity check 4093 See \`config.log' for more details." "$LINENO" 5; } 4281 if $ac_preproc_ok; then 4282 : 4283 else 4284 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 4285 See \`config.log' for more details." >&5 4286 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 4287 See \`config.log' for more details." >&2;} 4288 { (exit 1); exit 1; }; } 4094 4289 fi 4095 4290 … … 4101 4296 4102 4297 4103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 4104 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } 4105 if test "${ac_cv_path_GREP+set}" = set; then : 4106 $as_echo_n "(cached) " >&6 4107 else 4108 if test -z "$GREP"; then 4298 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 4299 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 4300 if test "${ac_cv_path_GREP+set}" = set; then 4301 echo $ECHO_N "(cached) $ECHO_C" >&6 4302 else 4303 # Extract the first word of "grep ggrep" to use in msg output 4304 if test -z "$GREP"; then 4305 set dummy grep ggrep; ac_prog_name=$2 4306 if test "${ac_cv_path_GREP+set}" = set; then 4307 echo $ECHO_N "(cached) $ECHO_C" >&6 4308 else 4109 4309 ac_path_GREP_found=false 4110 4111 4310 # Loop through the user's path and test for each of PROGNAME-LIST 4311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4112 4312 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4113 4313 do 4114 4314 IFS=$as_save_IFS 4115 4315 test -z "$as_dir" && as_dir=. 4116 4117 4118 4119 4120 # Check for GNU ac_path_GREP and select it if it is found.4316 for ac_prog in grep ggrep; do 4317 for ac_exec_ext in '' $ac_executable_extensions; do 4318 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4319 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 4320 # Check for GNU ac_path_GREP and select it if it is found. 4121 4321 # Check for GNU $ac_path_GREP 4122 4322 case `"$ac_path_GREP" --version 2>&1` in … … 4125 4325 *) 4126 4326 ac_count=0 4127 $as_echo_n 0123456789>"conftest.in"4327 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4128 4328 while : 4129 4329 do … … 4131 4331 mv "conftest.tmp" "conftest.in" 4132 4332 cp "conftest.in" "conftest.nl" 4133 $as_echo 'GREP' >> "conftest.nl"4333 echo 'GREP' >> "conftest.nl" 4134 4334 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4135 4335 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4136 a s_fn_arith $ac_count + 1 && ac_count=$as_val4336 ac_count=`expr $ac_count + 1` 4137 4337 if test $ac_count -gt ${ac_path_GREP_max-0}; then 4138 4338 # Best one so far, save it but keep looking for a better one … … 4146 4346 esac 4147 4347 4148 $ac_path_GREP_found && break 3 4149 done4348 4349 $ac_path_GREP_found && break 3 4150 4350 done 4151 done 4351 done 4352 4353 done 4152 4354 IFS=$as_save_IFS 4153 if test -z "$ac_cv_path_GREP"; then 4154 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4155 fi 4355 4356 4357 fi 4358 4359 GREP="$ac_cv_path_GREP" 4360 if test -z "$GREP"; then 4361 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4362 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4363 { (exit 1); exit 1; }; } 4364 fi 4365 4156 4366 else 4157 4367 ac_cv_path_GREP=$GREP 4158 4368 fi 4159 4369 4160 fi 4161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 4162 $as_echo "$ac_cv_path_GREP" >&6; } 4370 4371 fi 4372 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 4373 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 4163 4374 GREP="$ac_cv_path_GREP" 4164 4375 4165 4376 4166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&54167 $as_echo_n "checking for egrep..." >&6; }4168 if test "${ac_cv_path_EGREP+set}" = set; then :4169 $as_echo_n "(cached)" >&64377 { echo "$as_me:$LINENO: checking for egrep" >&5 4378 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 4379 if test "${ac_cv_path_EGREP+set}" = set; then 4380 echo $ECHO_N "(cached) $ECHO_C" >&6 4170 4381 else 4171 4382 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 4172 4383 then ac_cv_path_EGREP="$GREP -E" 4173 4384 else 4174 if test -z "$EGREP"; then 4385 # Extract the first word of "egrep" to use in msg output 4386 if test -z "$EGREP"; then 4387 set dummy egrep; ac_prog_name=$2 4388 if test "${ac_cv_path_EGREP+set}" = set; then 4389 echo $ECHO_N "(cached) $ECHO_C" >&6 4390 else 4175 4391 ac_path_EGREP_found=false 4176 4177 4392 # Loop through the user's path and test for each of PROGNAME-LIST 4393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4178 4394 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 4179 4395 do 4180 4396 IFS=$as_save_IFS 4181 4397 test -z "$as_dir" && as_dir=. 4182 4183 4184 4185 4186 # Check for GNU ac_path_EGREP and select it if it is found.4398 for ac_prog in egrep; do 4399 for ac_exec_ext in '' $ac_executable_extensions; do 4400 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4401 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 4402 # Check for GNU ac_path_EGREP and select it if it is found. 4187 4403 # Check for GNU $ac_path_EGREP 4188 4404 case `"$ac_path_EGREP" --version 2>&1` in … … 4191 4407 *) 4192 4408 ac_count=0 4193 $as_echo_n 0123456789>"conftest.in"4409 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 4194 4410 while : 4195 4411 do … … 4197 4413 mv "conftest.tmp" "conftest.in" 4198 4414 cp "conftest.in" "conftest.nl" 4199 $as_echo 'EGREP' >> "conftest.nl"4415 echo 'EGREP' >> "conftest.nl" 4200 4416 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 4201 4417 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 4202 a s_fn_arith $ac_count + 1 && ac_count=$as_val4418 ac_count=`expr $ac_count + 1` 4203 4419 if test $ac_count -gt ${ac_path_EGREP_max-0}; then 4204 4420 # Best one so far, save it but keep looking for a better one … … 4212 4428 esac 4213 4429 4214 $ac_path_EGREP_found && break 3 4215 done4430 4431 $ac_path_EGREP_found && break 3 4216 4432 done 4217 done 4433 done 4434 4435 done 4218 4436 IFS=$as_save_IFS 4219 if test -z "$ac_cv_path_EGREP"; then 4220 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 4221 fi 4437 4438 4439 fi 4440 4441 EGREP="$ac_cv_path_EGREP" 4442 if test -z "$EGREP"; then 4443 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 4444 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 4445 { (exit 1); exit 1; }; } 4446 fi 4447 4222 4448 else 4223 4449 ac_cv_path_EGREP=$EGREP 4224 4450 fi 4225 4451 4452 4226 4453 fi 4227 4454 fi 4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&54229 $as_echo "$ac_cv_path_EGREP" >&6; }4455 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 4456 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 4230 4457 EGREP="$ac_cv_path_EGREP" 4231 4458 4232 4459 4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 4234 $as_echo_n "checking for ANSI C header files... " >&6; } 4235 if test "${ac_cv_header_stdc+set}" = set; then : 4236 $as_echo_n "(cached) " >&6 4237 else 4238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4460 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 4461 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 4462 if test "${ac_cv_header_stdc+set}" = set; then 4463 echo $ECHO_N "(cached) $ECHO_C" >&6 4464 else 4465 cat >conftest.$ac_ext <<_ACEOF 4466 /* confdefs.h. */ 4467 _ACEOF 4468 cat confdefs.h >>conftest.$ac_ext 4469 cat >>conftest.$ac_ext <<_ACEOF 4239 4470 /* end confdefs.h. */ 4240 4471 #include <stdlib.h> … … 4251 4482 } 4252 4483 _ACEOF 4253 if ac_fn_c_try_compile "$LINENO"; then : 4484 rm -f conftest.$ac_objext 4485 if { (ac_try="$ac_compile" 4486 case "(($ac_try" in 4487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4488 *) ac_try_echo=$ac_try;; 4489 esac 4490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4491 (eval "$ac_compile") 2>conftest.er1 4492 ac_status=$? 4493 grep -v '^ *+' conftest.er1 >conftest.err 4494 rm -f conftest.er1 4495 cat conftest.err >&5 4496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4497 (exit $ac_status); } && { 4498 test -z "$ac_c_werror_flag" || 4499 test ! -s conftest.err 4500 } && test -s conftest.$ac_objext; then 4254 4501 ac_cv_header_stdc=yes 4255 4502 else 4256 ac_cv_header_stdc=no 4257 fi 4503 echo "$as_me: failed program was:" >&5 4504 sed 's/^/| /' conftest.$ac_ext >&5 4505 4506 ac_cv_header_stdc=no 4507 fi 4508 4258 4509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4259 4510 4260 4511 if test $ac_cv_header_stdc = yes; then 4261 4512 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4513 cat >conftest.$ac_ext <<_ACEOF 4514 /* confdefs.h. */ 4515 _ACEOF 4516 cat confdefs.h >>conftest.$ac_ext 4517 cat >>conftest.$ac_ext <<_ACEOF 4263 4518 /* end confdefs.h. */ 4264 4519 #include <string.h> … … 4266 4521 _ACEOF 4267 4522 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4268 $EGREP "memchr" >/dev/null 2>&1; then :4269 4523 $EGREP "memchr" >/dev/null 2>&1; then 4524 : 4270 4525 else 4271 4526 ac_cv_header_stdc=no 4272 4527 fi 4273 rm -f conftest*4528 rm -f -r conftest* 4274 4529 4275 4530 fi … … 4277 4532 if test $ac_cv_header_stdc = yes; then 4278 4533 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4534 cat >conftest.$ac_ext <<_ACEOF 4535 /* confdefs.h. */ 4536 _ACEOF 4537 cat confdefs.h >>conftest.$ac_ext 4538 cat >>conftest.$ac_ext <<_ACEOF 4280 4539 /* end confdefs.h. */ 4281 4540 #include <stdlib.h> … … 4283 4542 _ACEOF 4284 4543 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4285 $EGREP "free" >/dev/null 2>&1; then :4286 4544 $EGREP "free" >/dev/null 2>&1; then 4545 : 4287 4546 else 4288 4547 ac_cv_header_stdc=no 4289 4548 fi 4290 rm -f conftest*4549 rm -f -r conftest* 4291 4550 4292 4551 fi … … 4294 4553 if test $ac_cv_header_stdc = yes; then 4295 4554 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 4296 if test "$cross_compiling" = yes; then :4555 if test "$cross_compiling" = yes; then 4297 4556 : 4298 4557 else 4299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4558 cat >conftest.$ac_ext <<_ACEOF 4559 /* confdefs.h. */ 4560 _ACEOF 4561 cat confdefs.h >>conftest.$ac_ext 4562 cat >>conftest.$ac_ext <<_ACEOF 4300 4563 /* end confdefs.h. */ 4301 4564 #include <ctype.h> … … 4324 4587 } 4325 4588 _ACEOF 4326 if ac_fn_c_try_run "$LINENO"; then : 4327 4328 else 4329 ac_cv_header_stdc=no 4330 fi 4331 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 4332 conftest.$ac_objext conftest.beam conftest.$ac_ext 4333 fi 4334 4335 fi 4336 fi 4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 4338 $as_echo "$ac_cv_header_stdc" >&6; } 4589 rm -f conftest$ac_exeext 4590 if { (ac_try="$ac_link" 4591 case "(($ac_try" in 4592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4593 *) ac_try_echo=$ac_try;; 4594 esac 4595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4596 (eval "$ac_link") 2>&5 4597 ac_status=$? 4598 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4599 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4600 { (case "(($ac_try" in 4601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4602 *) ac_try_echo=$ac_try;; 4603 esac 4604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4605 (eval "$ac_try") 2>&5 4606 ac_status=$? 4607 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4608 (exit $ac_status); }; }; then 4609 : 4610 else 4611 echo "$as_me: program exited with status $ac_status" >&5 4612 echo "$as_me: failed program was:" >&5 4613 sed 's/^/| /' conftest.$ac_ext >&5 4614 4615 ( exit $ac_status ) 4616 ac_cv_header_stdc=no 4617 fi 4618 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4619 fi 4620 4621 4622 fi 4623 fi 4624 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 4625 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 4339 4626 if test $ac_cv_header_stdc = yes; then 4340 4627 4341 $as_echo "#define STDC_HEADERS 1" >>confdefs.h 4628 cat >>confdefs.h <<\_ACEOF 4629 #define STDC_HEADERS 1 4630 _ACEOF 4342 4631 4343 4632 fi 4344 4633 4345 4634 # On IRIX 5.3, sys/types and inttypes.h are conflicting. 4635 4636 4637 4638 4639 4640 4641 4642 4643 4346 4644 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4347 4645 inttypes.h stdint.h unistd.h 4348 do : 4349 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 4350 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4351 " 4352 eval as_val=\$$as_ac_Header 4353 if test "x$as_val" = x""yes; then : 4646 do 4647 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4648 { echo "$as_me:$LINENO: checking for $ac_header" >&5 4649 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 4650 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 4651 echo $ECHO_N "(cached) $ECHO_C" >&6 4652 else 4653 cat >conftest.$ac_ext <<_ACEOF 4654 /* confdefs.h. */ 4655 _ACEOF 4656 cat confdefs.h >>conftest.$ac_ext 4657 cat >>conftest.$ac_ext <<_ACEOF 4658 /* end confdefs.h. */ 4659 $ac_includes_default 4660 4661 #include <$ac_header> 4662 _ACEOF 4663 rm -f conftest.$ac_objext 4664 if { (ac_try="$ac_compile" 4665 case "(($ac_try" in 4666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4667 *) ac_try_echo=$ac_try;; 4668 esac 4669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4670 (eval "$ac_compile") 2>conftest.er1 4671 ac_status=$? 4672 grep -v '^ *+' conftest.er1 >conftest.err 4673 rm -f conftest.er1 4674 cat conftest.err >&5 4675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4676 (exit $ac_status); } && { 4677 test -z "$ac_c_werror_flag" || 4678 test ! -s conftest.err 4679 } && test -s conftest.$ac_objext; then 4680 eval "$as_ac_Header=yes" 4681 else 4682 echo "$as_me: failed program was:" >&5 4683 sed 's/^/| /' conftest.$ac_ext >&5 4684 4685 eval "$as_ac_Header=no" 4686 fi 4687 4688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4689 fi 4690 ac_res=`eval echo '${'$as_ac_Header'}'` 4691 { echo "$as_me:$LINENO: result: $ac_res" >&5 4692 echo "${ECHO_T}$ac_res" >&6; } 4693 if test `eval echo '${'$as_ac_Header'}'` = yes; then 4354 4694 cat >>confdefs.h <<_ACEOF 4355 #define ` $as_echo "HAVE_$ac_header" | $as_tr_cpp` 14695 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 4356 4696 _ACEOF 4357 4697 … … 4361 4701 4362 4702 4363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 4364 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } 4365 if test "${ac_cv_c_bigendian+set}" = set; then : 4366 $as_echo_n "(cached) " >&6 4367 else 4368 ac_cv_c_bigendian=unknown 4369 # See if we're dealing with a universal compiler. 4370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4371 /* end confdefs.h. */ 4372 #ifndef __APPLE_CC__ 4373 not a universal capable compiler 4374 #endif 4375 typedef int dummy; 4376 4377 _ACEOF 4378 if ac_fn_c_try_compile "$LINENO"; then : 4379 4380 # Check for potential -arch flags. It is not universal unless 4381 # there are at least two -arch flags with different values. 4382 ac_arch= 4383 ac_prev= 4384 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do 4385 if test -n "$ac_prev"; then 4386 case $ac_word in 4387 i?86 | x86_64 | ppc | ppc64) 4388 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then 4389 ac_arch=$ac_word 4390 else 4391 ac_cv_c_bigendian=universal 4392 break 4393 fi 4394 ;; 4395 esac 4396 ac_prev= 4397 elif test "x$ac_word" = "x-arch"; then 4398 ac_prev=arch 4399 fi 4400 done 4401 fi 4402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4403 if test $ac_cv_c_bigendian = unknown; then 4404 # See if sys/param.h defines the BYTE_ORDER macro. 4405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4703 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 4704 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 4705 if test "${ac_cv_c_bigendian+set}" = set; then 4706 echo $ECHO_N "(cached) $ECHO_C" >&6 4707 else 4708 # See if sys/param.h defines the BYTE_ORDER macro. 4709 cat >conftest.$ac_ext <<_ACEOF 4710 /* confdefs.h. */ 4711 _ACEOF 4712 cat confdefs.h >>conftest.$ac_ext 4713 cat >>conftest.$ac_ext <<_ACEOF 4406 4714 /* end confdefs.h. */ 4407 4715 #include <sys/types.h> 4408 4716 #include <sys/param.h> 4409 4717 4410 4718 int 4411 4719 main () 4412 4720 { 4413 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ 4414 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ 4415 && LITTLE_ENDIAN) 4416 bogus endian macros 4417 #endif 4721 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 4722 && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 4723 bogus endian macros 4724 #endif 4418 4725 4419 4726 ; … … 4421 4728 } 4422 4729 _ACEOF 4423 if ac_fn_c_try_compile "$LINENO"; then : 4730 rm -f conftest.$ac_objext 4731 if { (ac_try="$ac_compile" 4732 case "(($ac_try" in 4733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4734 *) ac_try_echo=$ac_try;; 4735 esac 4736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4737 (eval "$ac_compile") 2>conftest.er1 4738 ac_status=$? 4739 grep -v '^ *+' conftest.er1 >conftest.err 4740 rm -f conftest.er1 4741 cat conftest.err >&5 4742 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4743 (exit $ac_status); } && { 4744 test -z "$ac_c_werror_flag" || 4745 test ! -s conftest.err 4746 } && test -s conftest.$ac_objext; then 4424 4747 # It does; now see whether it defined to BIG_ENDIAN or not. 4425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4748 cat >conftest.$ac_ext <<_ACEOF 4749 /* confdefs.h. */ 4750 _ACEOF 4751 cat confdefs.h >>conftest.$ac_ext 4752 cat >>conftest.$ac_ext <<_ACEOF 4426 4753 /* end confdefs.h. */ 4427 4754 #include <sys/types.h> 4428 4755 #include <sys/param.h> 4429 4756 4430 4757 int … … 4432 4759 { 4433 4760 #if BYTE_ORDER != BIG_ENDIAN 4434 4435 4761 not big endian 4762 #endif 4436 4763 4437 4764 ; … … 4439 4766 } 4440 4767 _ACEOF 4441 if ac_fn_c_try_compile "$LINENO"; then : 4768 rm -f conftest.$ac_objext 4769 if { (ac_try="$ac_compile" 4770 case "(($ac_try" in 4771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4772 *) ac_try_echo=$ac_try;; 4773 esac 4774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4775 (eval "$ac_compile") 2>conftest.er1 4776 ac_status=$? 4777 grep -v '^ *+' conftest.er1 >conftest.err 4778 rm -f conftest.er1 4779 cat conftest.err >&5 4780 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4781 (exit $ac_status); } && { 4782 test -z "$ac_c_werror_flag" || 4783 test ! -s conftest.err 4784 } && test -s conftest.$ac_objext; then 4442 4785 ac_cv_c_bigendian=yes 4443 4786 else 4444 ac_cv_c_bigendian=no 4445 fi 4787 echo "$as_me: failed program was:" >&5 4788 sed 's/^/| /' conftest.$ac_ext >&5 4789 4790 ac_cv_c_bigendian=no 4791 fi 4792 4446 4793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4447 fi 4448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4449 fi 4450 if test $ac_cv_c_bigendian = unknown; then 4451 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). 4452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4453 /* end confdefs.h. */ 4454 #include <limits.h> 4455 4794 else 4795 echo "$as_me: failed program was:" >&5 4796 sed 's/^/| /' conftest.$ac_ext >&5 4797 4798 # It does not; compile a test program. 4799 if test "$cross_compiling" = yes; then 4800 # try to guess the endianness by grepping values into an object file 4801 ac_cv_c_bigendian=unknown 4802 cat >conftest.$ac_ext <<_ACEOF 4803 /* confdefs.h. */ 4804 _ACEOF 4805 cat confdefs.h >>conftest.$ac_ext 4806 cat >>conftest.$ac_ext <<_ACEOF 4807 /* end confdefs.h. */ 4808 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 4809 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 4810 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 4811 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 4812 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 4813 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 4456 4814 int 4457 4815 main () 4458 4816 { 4459 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) 4460 bogus endian macros 4461 #endif 4462 4817 _ascii (); _ebcdic (); 4463 4818 ; 4464 4819 return 0; 4465 4820 } 4466 4821 _ACEOF 4467 if ac_fn_c_try_compile "$LINENO"; then : 4468 # It does; now see whether it defined to _BIG_ENDIAN or not. 4469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4470 /* end confdefs.h. */ 4471 #include <limits.h> 4472 4473 int 4474 main () 4475 { 4476 #ifndef _BIG_ENDIAN 4477 not big endian 4478 #endif 4479 4480 ;4481 return 0; 4482 } 4483 _ACEOF 4484 if ac_fn_c_try_compile "$LINENO"; then : 4822 rm -f conftest.$ac_objext 4823 if { (ac_try="$ac_compile" 4824 case "(($ac_try" in 4825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4826 *) ac_try_echo=$ac_try;; 4827 esac 4828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4829 (eval "$ac_compile") 2>conftest.er1 4830 ac_status=$? 4831 grep -v '^ *+' conftest.er1 >conftest.err 4832 rm -f conftest.er1 4833 cat conftest.err >&5 4834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4835 (exit $ac_status); } && { 4836 test -z "$ac_c_werror_flag" || 4837 test ! -s conftest.err 4838 } && test -s conftest.$ac_objext; then 4839 if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 4485 4840 ac_cv_c_bigendian=yes 4486 else 4487 ac_cv_c_bigendian=no 4488 fi 4841 fi 4842 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 4843 if test "$ac_cv_c_bigendian" = unknown; then 4844 ac_cv_c_bigendian=no 4845 else 4846 # finding both strings is unlikely to happen, but who knows? 4847 ac_cv_c_bigendian=unknown 4848 fi 4849 fi 4850 else 4851 echo "$as_me: failed program was:" >&5 4852 sed 's/^/| /' conftest.$ac_ext >&5 4853 4854 4855 fi 4856 4489 4857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4490 fi 4491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4492 fi 4493 if test $ac_cv_c_bigendian = unknown; then 4494 # Compile a test program. 4495 if test "$cross_compiling" = yes; then : 4496 # Try to guess by grepping values from an object file. 4497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4498 /* end confdefs.h. */ 4499 short int ascii_mm[] = 4500 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 4501 short int ascii_ii[] = 4502 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 4503 int use_ascii (int i) { 4504 return ascii_mm[i] + ascii_ii[i]; 4505 } 4506 short int ebcdic_ii[] = 4507 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 4508 short int ebcdic_mm[] = 4509 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 4510 int use_ebcdic (int i) { 4511 return ebcdic_mm[i] + ebcdic_ii[i]; 4512 } 4513 extern int foo; 4514 4515 int 4516 main () 4517 { 4518 return use_ascii (foo) == use_ebcdic (foo); 4519 ; 4520 return 0; 4521 } 4522 _ACEOF 4523 if ac_fn_c_try_compile "$LINENO"; then : 4524 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then 4525 ac_cv_c_bigendian=yes 4526 fi 4527 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 4528 if test "$ac_cv_c_bigendian" = unknown; then 4529 ac_cv_c_bigendian=no 4530 else 4531 # finding both strings is unlikely to happen, but who knows? 4532 ac_cv_c_bigendian=unknown 4533 fi 4534 fi 4535 fi 4536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4537 else 4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4858 else 4859 cat >conftest.$ac_ext <<_ACEOF 4860 /* confdefs.h. */ 4861 _ACEOF 4862 cat confdefs.h >>conftest.$ac_ext 4863 cat >>conftest.$ac_ext <<_ACEOF 4539 4864 /* end confdefs.h. */ 4540 4865 $ac_includes_default … … 4543 4868 { 4544 4869 4545 4546 4547 4548 4549 4550 4551 4552 4870 /* Are we little or big endian? From Harbison&Steele. */ 4871 union 4872 { 4873 long int l; 4874 char c[sizeof (long int)]; 4875 } u; 4876 u.l = 1; 4877 return u.c[sizeof (long int) - 1] == 1; 4553 4878 4554 4879 ; … … 4556 4881 } 4557 4882 _ACEOF 4558 if ac_fn_c_try_run "$LINENO"; then : 4883 rm -f conftest$ac_exeext 4884 if { (ac_try="$ac_link" 4885 case "(($ac_try" in 4886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4887 *) ac_try_echo=$ac_try;; 4888 esac 4889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4890 (eval "$ac_link") 2>&5 4891 ac_status=$? 4892 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4893 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4894 { (case "(($ac_try" in 4895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 4896 *) ac_try_echo=$ac_try;; 4897 esac 4898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 4899 (eval "$ac_try") 2>&5 4900 ac_status=$? 4901 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4902 (exit $ac_status); }; }; then 4559 4903 ac_cv_c_bigendian=no 4560 4904 else 4561 ac_cv_c_bigendian=yes 4562 fi 4563 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ 4564 conftest.$ac_objext conftest.beam conftest.$ac_ext 4565 fi 4566 4567 fi 4568 fi 4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 4570 $as_echo "$ac_cv_c_bigendian" >&6; } 4571 case $ac_cv_c_bigendian in #( 4572 yes) 4573 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h 4574 ;; #( 4575 no) 4576 ;; #( 4577 universal) 4578 4579 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h 4580 4581 ;; #( 4582 *) 4583 as_fn_error "unknown endianness 4584 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 4585 esac 4905 echo "$as_me: program exited with status $ac_status" >&5 4906 echo "$as_me: failed program was:" >&5 4907 sed 's/^/| /' conftest.$ac_ext >&5 4908 4909 ( exit $ac_status ) 4910 ac_cv_c_bigendian=yes 4911 fi 4912 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4913 fi 4914 4915 4916 fi 4917 4918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 4919 fi 4920 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 4921 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 4922 case $ac_cv_c_bigendian in 4923 yes) 4924 4925 cat >>confdefs.h <<\_ACEOF 4926 #define WORDS_BIGENDIAN 1 4927 _ACEOF 4928 ;; 4929 no) 4930 ;; 4931 *) 4932 { { echo "$as_me:$LINENO: error: unknown endianness 4933 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 4934 echo "$as_me: error: unknown endianness 4935 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 4936 { (exit 1); exit 1; }; } ;; 4937 esac 4586 4938 4587 4939 … … 4594 4946 case $target in 4595 4947 *mingw* | *cygw* | *win32* | *w32* ) 4596 $as_echo "#define PJ_WIN32 1" >>confdefs.h 4597 4598 $as_echo "#define PJ_WIN32_WINNT 0x0400" >>confdefs.h 4599 4600 $as_echo "#define WIN32_LEAN_AND_MEAN 1" >>confdefs.h 4948 cat >>confdefs.h <<\_ACEOF 4949 #define PJ_WIN32 1 4950 _ACEOF 4951 4952 cat >>confdefs.h <<\_ACEOF 4953 #define PJ_WIN32_WINNT 0x0400 4954 _ACEOF 4955 4956 cat >>confdefs.h <<\_ACEOF 4957 #define WIN32_LEAN_AND_MEAN 1 4958 _ACEOF 4601 4959 4602 4960 ;; 4603 4961 *darwin*) 4604 $as_echo "#define PJ_DARWINOS 1" >>confdefs.h 4962 cat >>confdefs.h <<\_ACEOF 4963 #define PJ_DARWINOS 1 4964 _ACEOF 4605 4965 4606 4966 ;; 4607 4967 *linux*) 4608 $as_echo "#define PJ_LINUX 1" >>confdefs.h 4968 cat >>confdefs.h <<\_ACEOF 4969 #define PJ_LINUX 1 4970 _ACEOF 4609 4971 4610 4972 ;; 4611 4973 *rtems*) 4612 $as_echo "#define PJ_RTEMS 1" >>confdefs.h 4974 cat >>confdefs.h <<\_ACEOF 4975 #define PJ_RTEMS 1 4976 _ACEOF 4613 4977 4614 4978 ;; 4615 4979 *sunos* | *solaris* ) 4616 $as_echo "#define PJ_SUNOS 1" >>confdefs.h 4980 cat >>confdefs.h <<\_ACEOF 4981 #define PJ_SUNOS 1 4982 _ACEOF 4617 4983 4618 4984 ;; … … 4625 4991 4626 4992 # Check whether --enable-floating-point was given. 4627 if test "${enable_floating_point+set}" = set; then :4993 if test "${enable_floating_point+set}" = set; then 4628 4994 enableval=$enable_floating_point; if test "$enable_floating_point" = "no"; then 4629 $as_echo "#define PJ_HAS_FLOATING_POINT 0" >>confdefs.h 4630 4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if floating point is disabled... yes" >&5 4632 $as_echo "Checking if floating point is disabled... yes" >&6; } 4995 cat >>confdefs.h <<\_ACEOF 4996 #define PJ_HAS_FLOATING_POINT 0 4997 _ACEOF 4998 4999 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&5 5000 echo "${ECHO_T}Checking if floating point is disabled... yes" >&6; } 4633 5001 fi 4634 5002 else 4635 5003 4636 $as_echo "#define PJ_HAS_FLOATING_POINT 1" >>confdefs.h 4637 4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if floating point is disabled... no" >&5 4639 $as_echo "Checking if floating point is disabled... no" >&6; } 4640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmod in -lm" >&5 4641 $as_echo_n "checking for fmod in -lm... " >&6; } 4642 if test "${ac_cv_lib_m_fmod+set}" = set; then : 4643 $as_echo_n "(cached) " >&6 5004 cat >>confdefs.h <<\_ACEOF 5005 #define PJ_HAS_FLOATING_POINT 1 5006 _ACEOF 5007 5008 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&5 5009 echo "${ECHO_T}Checking if floating point is disabled... no" >&6; } 5010 5011 { echo "$as_me:$LINENO: checking for fmod in -lm" >&5 5012 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6; } 5013 if test "${ac_cv_lib_m_fmod+set}" = set; then 5014 echo $ECHO_N "(cached) $ECHO_C" >&6 4644 5015 else 4645 5016 ac_check_lib_save_LIBS=$LIBS 4646 5017 LIBS="-lm $LIBS" 4647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5018 cat >conftest.$ac_ext <<_ACEOF 5019 /* confdefs.h. */ 5020 _ACEOF 5021 cat confdefs.h >>conftest.$ac_ext 5022 cat >>conftest.$ac_ext <<_ACEOF 4648 5023 /* end confdefs.h. */ 4649 5024 … … 4663 5038 } 4664 5039 _ACEOF 4665 if ac_fn_c_try_link "$LINENO"; then : 5040 rm -f conftest.$ac_objext conftest$ac_exeext 5041 if { (ac_try="$ac_link" 5042 case "(($ac_try" in 5043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5044 *) ac_try_echo=$ac_try;; 5045 esac 5046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5047 (eval "$ac_link") 2>conftest.er1 5048 ac_status=$? 5049 grep -v '^ *+' conftest.er1 >conftest.err 5050 rm -f conftest.er1 5051 cat conftest.err >&5 5052 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5053 (exit $ac_status); } && { 5054 test -z "$ac_c_werror_flag" || 5055 test ! -s conftest.err 5056 } && test -s conftest$ac_exeext && 5057 $as_test_x conftest$ac_exeext; then 4666 5058 ac_cv_lib_m_fmod=yes 4667 5059 else 4668 ac_cv_lib_m_fmod=no 4669 fi 4670 rm -f core conftest.err conftest.$ac_objext \ 4671 conftest$ac_exeext conftest.$ac_ext 5060 echo "$as_me: failed program was:" >&5 5061 sed 's/^/| /' conftest.$ac_ext >&5 5062 5063 ac_cv_lib_m_fmod=no 5064 fi 5065 5066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 5067 conftest$ac_exeext conftest.$ac_ext 4672 5068 LIBS=$ac_check_lib_save_LIBS 4673 5069 fi 4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fmod" >&54675 $as_echo "$ac_cv_lib_m_fmod" >&6; }4676 if test "x$ac_cv_lib_m_fmod" = x""yes; then :5070 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5 5071 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6; } 5072 if test $ac_cv_lib_m_fmod = yes; then 4677 5073 cat >>confdefs.h <<_ACEOF 4678 5074 #define HAVE_LIBM 1 … … 4688 5084 4689 5085 4690 ac_fn_c_check_header_mongrel "$LINENO" "arpa/inet.h" "ac_cv_header_arpa_inet_h" "$ac_includes_default" 4691 if test "x$ac_cv_header_arpa_inet_h" = x""yes; then : 4692 $as_echo "#define PJ_HAS_ARPA_INET_H 1" >>confdefs.h 4693 4694 fi 4695 4696 4697 ac_fn_c_check_header_mongrel "$LINENO" "assert.h" "ac_cv_header_assert_h" "$ac_includes_default" 4698 if test "x$ac_cv_header_assert_h" = x""yes; then : 4699 $as_echo "#define PJ_HAS_ASSERT_H 1" >>confdefs.h 4700 4701 fi 4702 4703 4704 ac_fn_c_check_header_mongrel "$LINENO" "ctype.h" "ac_cv_header_ctype_h" "$ac_includes_default" 4705 if test "x$ac_cv_header_ctype_h" = x""yes; then : 4706 $as_echo "#define PJ_HAS_CTYPE_H 1" >>confdefs.h 5086 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 5087 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 5088 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 5089 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 5090 echo $ECHO_N "(cached) $ECHO_C" >&6 5091 fi 5092 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 5093 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 5094 else 5095 # Is the header compilable? 5096 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 5097 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; } 5098 cat >conftest.$ac_ext <<_ACEOF 5099 /* confdefs.h. */ 5100 _ACEOF 5101 cat confdefs.h >>conftest.$ac_ext 5102 cat >>conftest.$ac_ext <<_ACEOF 5103 /* end confdefs.h. */ 5104 $ac_includes_default 5105 #include <arpa/inet.h> 5106 _ACEOF 5107 rm -f conftest.$ac_objext 5108 if { (ac_try="$ac_compile" 5109 case "(($ac_try" in 5110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5111 *) ac_try_echo=$ac_try;; 5112 esac 5113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5114 (eval "$ac_compile") 2>conftest.er1 5115 ac_status=$? 5116 grep -v '^ *+' conftest.er1 >conftest.err 5117 rm -f conftest.er1 5118 cat conftest.err >&5 5119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5120 (exit $ac_status); } && { 5121 test -z "$ac_c_werror_flag" || 5122 test ! -s conftest.err 5123 } && test -s conftest.$ac_objext; then 5124 ac_header_compiler=yes 5125 else 5126 echo "$as_me: failed program was:" >&5 5127 sed 's/^/| /' conftest.$ac_ext >&5 5128 5129 ac_header_compiler=no 5130 fi 5131 5132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5133 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5134 echo "${ECHO_T}$ac_header_compiler" >&6; } 5135 5136 # Is the header present? 5137 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 5138 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; } 5139 cat >conftest.$ac_ext <<_ACEOF 5140 /* confdefs.h. */ 5141 _ACEOF 5142 cat confdefs.h >>conftest.$ac_ext 5143 cat >>conftest.$ac_ext <<_ACEOF 5144 /* end confdefs.h. */ 5145 #include <arpa/inet.h> 5146 _ACEOF 5147 if { (ac_try="$ac_cpp conftest.$ac_ext" 5148 case "(($ac_try" in 5149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5150 *) ac_try_echo=$ac_try;; 5151 esac 5152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5153 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5154 ac_status=$? 5155 grep -v '^ *+' conftest.er1 >conftest.err 5156 rm -f conftest.er1 5157 cat conftest.err >&5 5158 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5159 (exit $ac_status); } >/dev/null && { 5160 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5161 test ! -s conftest.err 5162 }; then 5163 ac_header_preproc=yes 5164 else 5165 echo "$as_me: failed program was:" >&5 5166 sed 's/^/| /' conftest.$ac_ext >&5 5167 5168 ac_header_preproc=no 5169 fi 5170 5171 rm -f conftest.err conftest.$ac_ext 5172 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5173 echo "${ECHO_T}$ac_header_preproc" >&6; } 5174 5175 # So? What about this header? 5176 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5177 yes:no: ) 5178 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 5179 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5180 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 5181 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 5182 ac_header_preproc=yes 5183 ;; 5184 no:yes:* ) 5185 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 5186 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 5187 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 5188 echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 5189 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 5190 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} 5191 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5 5192 echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;} 5193 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 5194 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 5195 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 5196 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 5197 5198 ;; 5199 esac 5200 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 5201 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 5202 if test "${ac_cv_header_arpa_inet_h+set}" = set; then 5203 echo $ECHO_N "(cached) $ECHO_C" >&6 5204 else 5205 ac_cv_header_arpa_inet_h=$ac_header_preproc 5206 fi 5207 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 5208 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 5209 5210 fi 5211 if test $ac_cv_header_arpa_inet_h = yes; then 5212 cat >>confdefs.h <<\_ACEOF 5213 #define PJ_HAS_ARPA_INET_H 1 5214 _ACEOF 5215 5216 fi 5217 5218 5219 if test "${ac_cv_header_assert_h+set}" = set; then 5220 { echo "$as_me:$LINENO: checking for assert.h" >&5 5221 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 5222 if test "${ac_cv_header_assert_h+set}" = set; then 5223 echo $ECHO_N "(cached) $ECHO_C" >&6 5224 fi 5225 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 5226 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 5227 else 5228 # Is the header compilable? 5229 { echo "$as_me:$LINENO: checking assert.h usability" >&5 5230 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6; } 5231 cat >conftest.$ac_ext <<_ACEOF 5232 /* confdefs.h. */ 5233 _ACEOF 5234 cat confdefs.h >>conftest.$ac_ext 5235 cat >>conftest.$ac_ext <<_ACEOF 5236 /* end confdefs.h. */ 5237 $ac_includes_default 5238 #include <assert.h> 5239 _ACEOF 5240 rm -f conftest.$ac_objext 5241 if { (ac_try="$ac_compile" 5242 case "(($ac_try" in 5243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5244 *) ac_try_echo=$ac_try;; 5245 esac 5246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5247 (eval "$ac_compile") 2>conftest.er1 5248 ac_status=$? 5249 grep -v '^ *+' conftest.er1 >conftest.err 5250 rm -f conftest.er1 5251 cat conftest.err >&5 5252 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5253 (exit $ac_status); } && { 5254 test -z "$ac_c_werror_flag" || 5255 test ! -s conftest.err 5256 } && test -s conftest.$ac_objext; then 5257 ac_header_compiler=yes 5258 else 5259 echo "$as_me: failed program was:" >&5 5260 sed 's/^/| /' conftest.$ac_ext >&5 5261 5262 ac_header_compiler=no 5263 fi 5264 5265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5266 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5267 echo "${ECHO_T}$ac_header_compiler" >&6; } 5268 5269 # Is the header present? 5270 { echo "$as_me:$LINENO: checking assert.h presence" >&5 5271 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6; } 5272 cat >conftest.$ac_ext <<_ACEOF 5273 /* confdefs.h. */ 5274 _ACEOF 5275 cat confdefs.h >>conftest.$ac_ext 5276 cat >>conftest.$ac_ext <<_ACEOF 5277 /* end confdefs.h. */ 5278 #include <assert.h> 5279 _ACEOF 5280 if { (ac_try="$ac_cpp conftest.$ac_ext" 5281 case "(($ac_try" in 5282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5283 *) ac_try_echo=$ac_try;; 5284 esac 5285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5286 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5287 ac_status=$? 5288 grep -v '^ *+' conftest.er1 >conftest.err 5289 rm -f conftest.er1 5290 cat conftest.err >&5 5291 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5292 (exit $ac_status); } >/dev/null && { 5293 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5294 test ! -s conftest.err 5295 }; then 5296 ac_header_preproc=yes 5297 else 5298 echo "$as_me: failed program was:" >&5 5299 sed 's/^/| /' conftest.$ac_ext >&5 5300 5301 ac_header_preproc=no 5302 fi 5303 5304 rm -f conftest.err conftest.$ac_ext 5305 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5306 echo "${ECHO_T}$ac_header_preproc" >&6; } 5307 5308 # So? What about this header? 5309 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5310 yes:no: ) 5311 { echo "$as_me:$LINENO: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&5 5312 echo "$as_me: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5313 { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the compiler's result" >&5 5314 echo "$as_me: WARNING: assert.h: proceeding with the compiler's result" >&2;} 5315 ac_header_preproc=yes 5316 ;; 5317 no:yes:* ) 5318 { echo "$as_me:$LINENO: WARNING: assert.h: present but cannot be compiled" >&5 5319 echo "$as_me: WARNING: assert.h: present but cannot be compiled" >&2;} 5320 { echo "$as_me:$LINENO: WARNING: assert.h: check for missing prerequisite headers?" >&5 5321 echo "$as_me: WARNING: assert.h: check for missing prerequisite headers?" >&2;} 5322 { echo "$as_me:$LINENO: WARNING: assert.h: see the Autoconf documentation" >&5 5323 echo "$as_me: WARNING: assert.h: see the Autoconf documentation" >&2;} 5324 { echo "$as_me:$LINENO: WARNING: assert.h: section \"Present But Cannot Be Compiled\"" >&5 5325 echo "$as_me: WARNING: assert.h: section \"Present But Cannot Be Compiled\"" >&2;} 5326 { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the preprocessor's result" >&5 5327 echo "$as_me: WARNING: assert.h: proceeding with the preprocessor's result" >&2;} 5328 { echo "$as_me:$LINENO: WARNING: assert.h: in the future, the compiler will take precedence" >&5 5329 echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;} 5330 5331 ;; 5332 esac 5333 { echo "$as_me:$LINENO: checking for assert.h" >&5 5334 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 5335 if test "${ac_cv_header_assert_h+set}" = set; then 5336 echo $ECHO_N "(cached) $ECHO_C" >&6 5337 else 5338 ac_cv_header_assert_h=$ac_header_preproc 5339 fi 5340 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 5341 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 5342 5343 fi 5344 if test $ac_cv_header_assert_h = yes; then 5345 cat >>confdefs.h <<\_ACEOF 5346 #define PJ_HAS_ASSERT_H 1 5347 _ACEOF 5348 5349 fi 5350 5351 5352 if test "${ac_cv_header_ctype_h+set}" = set; then 5353 { echo "$as_me:$LINENO: checking for ctype.h" >&5 5354 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 5355 if test "${ac_cv_header_ctype_h+set}" = set; then 5356 echo $ECHO_N "(cached) $ECHO_C" >&6 5357 fi 5358 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 5359 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 5360 else 5361 # Is the header compilable? 5362 { echo "$as_me:$LINENO: checking ctype.h usability" >&5 5363 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6; } 5364 cat >conftest.$ac_ext <<_ACEOF 5365 /* confdefs.h. */ 5366 _ACEOF 5367 cat confdefs.h >>conftest.$ac_ext 5368 cat >>conftest.$ac_ext <<_ACEOF 5369 /* end confdefs.h. */ 5370 $ac_includes_default 5371 #include <ctype.h> 5372 _ACEOF 5373 rm -f conftest.$ac_objext 5374 if { (ac_try="$ac_compile" 5375 case "(($ac_try" in 5376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5377 *) ac_try_echo=$ac_try;; 5378 esac 5379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5380 (eval "$ac_compile") 2>conftest.er1 5381 ac_status=$? 5382 grep -v '^ *+' conftest.er1 >conftest.err 5383 rm -f conftest.er1 5384 cat conftest.err >&5 5385 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5386 (exit $ac_status); } && { 5387 test -z "$ac_c_werror_flag" || 5388 test ! -s conftest.err 5389 } && test -s conftest.$ac_objext; then 5390 ac_header_compiler=yes 5391 else 5392 echo "$as_me: failed program was:" >&5 5393 sed 's/^/| /' conftest.$ac_ext >&5 5394 5395 ac_header_compiler=no 5396 fi 5397 5398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 5399 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5400 echo "${ECHO_T}$ac_header_compiler" >&6; } 5401 5402 # Is the header present? 5403 { echo "$as_me:$LINENO: checking ctype.h presence" >&5 5404 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6; } 5405 cat >conftest.$ac_ext <<_ACEOF 5406 /* confdefs.h. */ 5407 _ACEOF 5408 cat confdefs.h >>conftest.$ac_ext 5409 cat >>conftest.$ac_ext <<_ACEOF 5410 /* end confdefs.h. */ 5411 #include <ctype.h> 5412 _ACEOF 5413 if { (ac_try="$ac_cpp conftest.$ac_ext" 5414 case "(($ac_try" in 5415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5416 *) ac_try_echo=$ac_try;; 5417 esac 5418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5419 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 5420 ac_status=$? 5421 grep -v '^ *+' conftest.er1 >conftest.err 5422 rm -f conftest.er1 5423 cat conftest.err >&5 5424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5425 (exit $ac_status); } >/dev/null && { 5426 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 5427 test ! -s conftest.err 5428 }; then 5429 ac_header_preproc=yes 5430 else 5431 echo "$as_me: failed program was:" >&5 5432 sed 's/^/| /' conftest.$ac_ext >&5 5433 5434 ac_header_preproc=no 5435 fi 5436 5437 rm -f conftest.err conftest.$ac_ext 5438 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 5439 echo "${ECHO_T}$ac_header_preproc" >&6; } 5440 5441 # So? What about this header? 5442 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5443 yes:no: ) 5444 { echo "$as_me:$LINENO: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&5 5445 echo "$as_me: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 5446 { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the compiler's result" >&5 5447 echo "$as_me: WARNING: ctype.h: proceeding with the compiler's result" >&2;} 5448 ac_header_preproc=yes 5449 ;; 5450 no:yes:* ) 5451 { echo "$as_me:$LINENO: WARNING: ctype.h: present but cannot be compiled" >&5 5452 echo "$as_me: WARNING: ctype.h: present but cannot be compiled" >&2;} 5453 { echo "$as_me:$LINENO: WARNING: ctype.h: check for missing prerequisite headers?" >&5 5454 echo "$as_me: WARNING: ctype.h: check for missing prerequisite headers?" >&2;} 5455 { echo "$as_me:$LINENO: WARNING: ctype.h: see the Autoconf documentation" >&5 5456 echo "$as_me: WARNING: ctype.h: see the Autoconf documentation" >&2;} 5457 { echo "$as_me:$LINENO: WARNING: ctype.h: section \"Present But Cannot Be Compiled\"" >&5 5458 echo "$as_me: WARNING: ctype.h: section \"Present But Cannot Be Compiled\"" >&2;} 5459 { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5 5460 echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;} 5461 { echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&5 5462 echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;} 5463 5464 ;; 5465 esac 5466 { echo "$as_me:$LINENO: checking for ctype.h" >&5 5467 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 5468 if test "${ac_cv_header_ctype_h+set}" = set; then 5469 echo $ECHO_N "(cached) $ECHO_C" >&6 5470 else 5471 ac_cv_header_ctype_h=$ac_header_preproc 5472 fi 5473 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 5474 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 5475 5476 fi 5477 if test $ac_cv_header_ctype_h = yes; then 5478 cat >>confdefs.h <<\_ACEOF 5479 #define PJ_HAS_CTYPE_H 1 5480 _ACEOF 4707 5481 4708 5482 fi … … 4712 5486 case $target in 4713 5487 *mingw* | *cygw* | *win32* | *w32* ) 4714 $as_echo "#define PJ_HAS_ERRNO_H 0" >>confdefs.h 5488 cat >>confdefs.h <<\_ACEOF 5489 #define PJ_HAS_ERRNO_H 0 5490 _ACEOF 4715 5491 4716 5492 ;; 4717 5493 *) 4718 ac_fn_c_check_header_mongrel "$LINENO" "errno.h" "ac_cv_header_errno_h" "$ac_includes_default" 4719 if test "x$ac_cv_header_errno_h" = x""yes; then : 4720 $as_echo "#define PJ_HAS_ERRNO_H 1" >>confdefs.h 5494 if test "${ac_cv_header_errno_h+set}" = set; then 5495 { echo "$as_me:$LINENO: checking for errno.h" >&5 5496 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; } 5497 if test "${ac_cv_header_errno_h+set}" = set; then 5498 echo $ECHO_N "(cached) $ECHO_C" >&6 5499 fi 5500 { echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 5501 echo "${ECHO_T}$ac_cv_header_errno_h" >&6; } 5502 else 5503 # Is the header compilable? 5504 { echo "$as_me:$LINENO: checking errno.h usability" >&5 5505 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6; } 5506 cat >conftest.$ac_ext <<_ACEOF 5507 /* confdefs.h. */ 5508 _ACEOF 5509 cat confdefs.h >>conftest.$ac_ext 5510 cat >>conftest.$ac_ext <<_ACEOF 5511 /* end confdefs.h. */ 5512 $ac_includes_default 5513 #include <errno.h> 5514 _ACEOF 5515 rm -f conftest.$ac_objext 5516 if { (ac_try="$ac_compile" 5517 case "(($ac_try" in 5518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 5519 *) ac_try_echo=$ac_try;; 5520 esac 5521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 5522 (eval "$ac_compile") 2>conftest.er1 5523 ac_status=$? 5524 grep -v '^ *+' conftest.er1 >conftest.err 5525 rm -f conftest.er1