Changeset 2115 for swish-e/branches/2.6/configure
- Timestamp:
- 04/10/08 23:45:18 (9 months ago)
- Files:
-
- swish-e/branches/2.6/configure (modified) (1089 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish-e/branches/2.6/configure
r2085 r2115 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2. 61.3 # Generated by GNU Autoconf 2.59. 4 4 # 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 5 # Copyright (C) 2003 Free Software Foundation, Inc. 7 6 # This configure script is free software; the Free Software Foundation 8 7 # gives unlimited permission to copy, distribute and modify it. … … 11 10 ## --------------------- ## 12 11 13 # Be more Bourne compatible 14 DUALCASE=1; export DUALCASE # for MKS sh 12 # Be Bourne compatible 15 13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 16 14 emulate sh … … 19 17 # is contrary to our usage. Disable this feature. 20 18 alias -g '${1+"$@"}'='"$@"' 21 setopt NO_GLOB_SUBST 22 else 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 19 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20 set -o posix 21 fi 22 DUALCASE=1; export DUALCASE # for MKS sh 23 24 # Support unset when possible. 25 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 26 as_unset=unset 27 else 28 as_unset=false 29 fi 30 31 32 # Work around bugs in pre-3.0 UWIN ksh. 33 $as_unset ENV MAIL MAILPATH 34 PS1='$ ' 35 PS2='> ' 36 PS4='+ ' 37 38 # NLS nuisances. 39 for as_var in \ 40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 42 LC_TELEPHONE LC_TIME 43 do 44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 45 eval $as_var=C; export $as_var 46 else 47 $as_unset $as_var 48 fi 49 done 50 51 # Required to use basename. 52 if expr a : '\(a\)' >/dev/null 2>&1; then 53 as_expr=expr 54 else 55 as_expr=false 56 fi 57 58 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 59 as_basename=basename 60 else 61 as_basename=false 62 fi 63 64 65 # Name of the executable. 66 as_me=`$as_basename "$0" || 67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 68 X"$0" : 'X\(//\)$' \| \ 69 X"$0" : 'X\(/\)$' \| \ 70 . : '\(.\)' 2>/dev/null || 71 echo X/"$0" | 72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 73 /^X\/\(\/\/\)$/{ s//\1/; q; } 74 /^X\/\(\/\).*/{ s//\1/; q; } 75 s/.*/./; q'` 76 77 78 # PATH needs CR, and LINENO needs CR and PATH. 33 79 # Avoid depending upon Character Ranges. 34 80 as_cr_letters='abcdefghijklmnopqrstuvwxyz' … … 51 97 fi 52 98 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 58 fi 59 60 61 # IFS 62 # We need space, tab and new line, in precisely that order. Quoting is 63 # there to prevent editors from complaining about space-tab. 64 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 65 # splitting by setting IFS to empty value.) 66 as_nl=' 67 ' 68 IFS=" "" $as_nl" 69 70 # Find who we are. Look in the path if we contain no directory separator. 71 case $0 in 72 *[\\/]* ) as_myself=$0 ;; 73 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 99 100 as_lineno_1=$LINENO 101 as_lineno_2=$LINENO 102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 103 test "x$as_lineno_1" != "x$as_lineno_2" && 104 test "x$as_lineno_3" = "x$as_lineno_2" || { 105 # Find who we are. Look in the path if we contain no path at all 106 # relative or not. 107 case $0 in 108 *[\\/]* ) as_myself=$0 ;; 109 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 74 110 for as_dir in $PATH 75 111 do … … 78 114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 79 115 done 80 IFS=$as_save_IFS 81 82 ;; 83 esac 84 # We did not find ourselves, most probably we were run as `sh COMMAND' 85 # in which case we are not to be found in the path. 86 if test "x$as_myself" = x; then 87 as_myself=$0 88 fi 89 if test ! -f "$as_myself"; then 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 97 done 98 PS1='$ ' 99 PS2='> ' 100 PS4='+ ' 101 102 # NLS nuisances. 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 107 do 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 116 117 ;; 118 esac 119 # We did not find ourselves, most probably we were run as `sh COMMAND' 120 # in which case we are not to be found in the path. 121 if test "x$as_myself" = x; then 122 as_myself=$0 112 123 fi 113 done 114 115 # Required to use basename. 116 if expr a : '\(a\)' >/dev/null 2>&1 && 117 test "X`expr 00001 : '.*\(...\)'`" = X001; then 118 as_expr=expr 119 else 120 as_expr=false 121 fi 122 123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 124 as_basename=basename 125 else 126 as_basename=false 127 fi 128 129 130 # Name of the executable. 131 as_me=`$as_basename -- "$0" || 132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 133 X"$0" : 'X\(//\)$' \| \ 134 X"$0" : 'X\(/\)' \| . 2>/dev/null || 135 echo X/"$0" | 136 sed '/^.*\/\([^/][^/]*\)\/*$/{ 137 s//\1/ 138 q 139 } 140 /^X\/\(\/\/\)$/{ 141 s//\1/ 142 q 143 } 144 /^X\/\(\/\).*/{ 145 s//\1/ 146 q 147 } 148 s/.*/./; q'` 149 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= 124 if test ! -f "$as_myself"; then 125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 126 { (exit 1); exit 1; }; } 127 fi 128 case $CONFIG_SHELL in 129 '') 221 130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 222 131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH … … 224 133 IFS=$as_save_IFS 225 134 test -z "$as_dir" && as_dir=. 226 case $as_dir in 135 for as_base in sh bash ksh sh5; do 136 case $as_dir in 227 137 /*) 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 ( 138 if ("$as_dir/$as_base" -c ' 328 139 as_lineno_1=$LINENO 329 140 as_lineno_2=$LINENO 141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 330 142 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" || { 143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 144 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 145 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 146 CONFIG_SHELL=$as_dir/$as_base 147 export CONFIG_SHELL 148 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 149 fi;; 150 esac 151 done 152 done 153 ;; 154 esac 427 155 428 156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 429 157 # 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. 158 # line-number line before each line; the second 'sed' does the real 159 # work. The second script uses 'N' to pair each line-number line 160 # with the numbered line, and appends trailing '-' during 161 # substitution so that $LINENO is not a special case at line end. 435 162 # (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. :-) 438 sed -n ' 439 p 440 /[$]LINENO/= 441 ' <$as_myself | 163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 164 sed '=' <$as_myself | 442 165 sed ' 443 s/[$]LINENO.*/&-/444 t lineno445 b446 :lineno447 166 N 448 :loop 449 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 167 s,$,-, 168 : loop 169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 450 170 t loop 451 s/-\n.*// 171 s,-$,, 172 s,^['$as_cr_digits']*\n,, 452 173 ' >$as_me.lineno && 453 chmod +x "$as_me.lineno"||174 chmod +x $as_me.lineno || 454 175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 455 176 { (exit 1); exit 1; }; } … … 457 178 # Don't try to exec as it changes $[0], causing all sort of problems 458 179 # (the dirname of $[0] is not the place where we might find the 459 # original and so on. Autoconf is especially sensi tive to this).460 . "./$as_me.lineno"180 # original and so on. Autoconf is especially sensible to this). 181 . ./$as_me.lineno 461 182 # Exit status is that of the last command. 462 183 exit … … 464 185 465 186 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 472 ECHO_C= ECHO_N= ECHO_T= 473 case `echo -n x` in 474 -n*) 475 case `echo 'x\c'` in 476 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 477 *) ECHO_C='\c';; 478 esac;; 479 *) 480 ECHO_N='-n';; 187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 188 *c*,-n*) ECHO_N= ECHO_C=' 189 ' ECHO_T=' ' ;; 190 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 191 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 481 192 esac 482 193 483 if expr a : '\(a\)' >/dev/null 2>&1 && 484 test "X`expr 00001 : '.*\(...\)'`" = X001; then 194 if expr a : '\(a\)' >/dev/null 2>&1; then 485 195 as_expr=expr 486 196 else … … 489 199 490 200 rm -f conf$$ conf$$.exe conf$$.file 491 if test -d conf$$.dir; then492 rm -f conf$$.dir/conf$$.file493 else494 rm -f conf$$.dir495 mkdir conf$$.dir496 fi497 201 echo >conf$$.file 498 202 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 || 203 # We could just check for DJGPP; but this test a) works b) is more generic 204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 205 if test -f conf$$.exe; then 206 # Don't use ln at all; we don't have any links 505 207 as_ln_s='cp -p' 208 else 209 as_ln_s='ln -s' 210 fi 506 211 elif ln conf$$.file conf$$ 2>/dev/null; then 507 212 as_ln_s=ln … … 509 214 as_ln_s='cp -p' 510 215 fi 511 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 512 rmdir conf$$.dir 2>/dev/null 216 rm -f conf$$ conf$$.exe conf$$.file 513 217 514 218 if mkdir -p . 2>/dev/null; then … … 519 223 fi 520 224 521 if test -x / >/dev/null 2>&1; then 522 as_test_x='test -x' 523 else 524 if ls -dL / >/dev/null 2>&1; then 525 as_ls_L_option=L 526 else 527 as_ls_L_option= 528 fi 529 as_test_x=' 530 eval sh -c '\'' 531 if test -d "$1"; then 532 test -d "$1/."; 533 else 534 case $1 in 535 -*)set "./$1";; 536 esac; 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 538 ???[sx]*):;;*)false;;esac;fi 539 '\'' sh 540 ' 541 fi 542 as_executable_p=$as_test_x 225 as_executable_p="test -f" 543 226 544 227 # Sed expression to map a string onto a valid CPP name. … … 548 231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 549 232 233 234 # IFS 235 # We need space, tab and new line, in precisely that order. 236 as_nl=' 237 ' 238 IFS=" $as_nl" 239 240 # CDPATH. 241 $as_unset CDPATH 550 242 551 243 … … 704 396 tagnames=${tagnames+${tagnames},}F77 705 397 706 exec 7<&0 </dev/null 6>&1707 708 398 # Name of the host. 709 399 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, … … 711 401 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 712 402 403 exec 6>&1 404 713 405 # 714 406 # Initializations. 715 407 # 716 408 ac_default_prefix=/usr/local 717 ac_clean_files=718 409 ac_config_libobj_dir=. 719 LIBOBJS=720 410 cross_compiling=no 721 411 subdirs= … … 723 413 MAKEFLAGS= 724 414 SHELL=${CONFIG_SHELL-/bin/sh} 415 416 # Maximum number of lines to put in a shell here document. 417 # This variable seems obsolete. It should probably be removed, and 418 # only ac_max_sed_lines should be used. 419 : ${ac_max_here_lines=38} 725 420 726 421 # Identity of this package. … … 735 430 ac_includes_default="\ 736 431 #include <stdio.h> 737 #if defHAVE_SYS_TYPES_H432 #if HAVE_SYS_TYPES_H 738 433 # include <sys/types.h> 739 434 #endif 740 #if defHAVE_SYS_STAT_H435 #if HAVE_SYS_STAT_H 741 436 # include <sys/stat.h> 742 437 #endif 743 #if defSTDC_HEADERS438 #if STDC_HEADERS 744 439 # include <stdlib.h> 745 440 # include <stddef.h> 746 441 #else 747 # if defHAVE_STDLIB_H442 # if HAVE_STDLIB_H 748 443 # include <stdlib.h> 749 444 # endif 750 445 #endif 751 #if defHAVE_STRING_H752 # if ! defined STDC_HEADERS && definedHAVE_MEMORY_H446 #if HAVE_STRING_H 447 # if !STDC_HEADERS && HAVE_MEMORY_H 753 448 # include <memory.h> 754 449 # endif 755 450 # include <string.h> 756 451 #endif 757 #if defHAVE_STRINGS_H452 #if HAVE_STRINGS_H 758 453 # include <strings.h> 759 454 #endif 760 #if defHAVE_INTTYPES_H455 #if HAVE_INTTYPES_H 761 456 # include <inttypes.h> 457 #else 458 # if HAVE_STDINT_H 459 # include <stdint.h> 460 # endif 762 461 #endif 763 #ifdef HAVE_STDINT_H 764 # include <stdint.h> 765 #endif 766 #ifdef HAVE_UNISTD_H 462 #if HAVE_UNISTD_H 767 463 # include <unistd.h> 768 464 #endif" 769 465 770 ac_subst_vars='SHELL 771 PATH_SEPARATOR 772 PACKAGE_NAME 773 PACKAGE_TARNAME 774 PACKAGE_VERSION 775 PACKAGE_STRING 776 PACKAGE_BUGREPORT 777 exec_prefix 778 prefix 779 program_transform_name 780 bindir 781 sbindir 782 libexecdir 783 datarootdir 784 datadir 785 sysconfdir 786 sharedstatedir 787 localstatedir 788 includedir 789 oldincludedir 790 docdir 791 infodir 792 htmldir 793 dvidir 794 pdfdir 795 psdir 796 libdir 797 localedir 798 mandir 799 DEFS 800 ECHO_C 801 ECHO_N 802 ECHO_T 803 LIBS 804 build_alias 805 host_alias 806 target_alias 807 BUILDDOCS_TRUE 808 BUILDDOCS_FALSE 809 INSTALLDOCS_TRUE 810 INSTALLDOCS_FALSE 811 SWISH_WEB 812 INSTALL_PROGRAM 813 INSTALL_SCRIPT 814 INSTALL_DATA 815 am__isrc 816 CYGPATH_W 817 PACKAGE 818 VERSION 819 ACLOCAL 820 AUTOCONF 821 AUTOMAKE 822 AUTOHEADER 823 MAKEINFO 824 install_sh 825 STRIP 826 INSTALL_STRIP_PROGRAM 827 mkdir_p 828 AWK 829 SET_MAKE 830 am__leading_dot 831 AMTAR 832 am__tar 833 am__untar 834 CC 835 CFLAGS 836 LDFLAGS 837 CPPFLAGS 838 ac_ct_CC 839 EXEEXT 840 OBJEXT 841 DEPDIR 842 am__include 843 am__quote 844 AMDEP_TRUE 845 AMDEP_FALSE 846 AMDEPBACKSLASH 847 CCDEPMODE 848 am__fastdepCC_TRUE 849 am__fastdepCC_FALSE 850 build 851 build_cpu 852 build_vendor 853 build_os 854 host 855 host_cpu 856 host_vendor 857 host_os 858 SED 859 GREP 860 EGREP 861 LN_S 862 ECHO 863 AR 864 RANLIB 865 DLLTOOL 866 AS 867 OBJDUMP 868 CPP 869 CXX 870 CXXFLAGS 871 ac_ct_CXX 872 CXXDEPMODE 873 am__fastdepCXX_TRUE 874 am__fastdepCXX_FALSE 875 CXXCPP 876 F77 877 FFLAGS 878 ac_ct_F77 879 LIBTOOL 880 MAINTAINER_MODE_TRUE 881 MAINTAINER_MODE_FALSE 882 MAINT 883 PERL 884 POD2MAN 885 ALLOCA 886 LIBOBJS 887 XML2_CONFIG 888 LIBXML_REQUIRED_VERSION 889 LIBXML2_OBJS 890 LIBXML2_LIB 891 LIBXML2_CFLAGS 892 Z_CFLAGS 893 Z_LIBS 894 PCRE_CONFIG 895 PCRE_REQUIRED_VERSION 896 PCRE_CFLAGS 897 PCRE_LIBS 898 LARGEFILES_MACROS 899 LTLIBOBJS' 466 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS BUILDDOCS_TRUE BUILDDOCS_FALSE INSTALLDOCS_TRUE INSTALLDOCS_FALSE SWISH_WEB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os SED EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT PERL POD2MAN ALLOCA LIBOBJS XML2_CONFIG LIBXML_REQUIRED_VERSION LIBXML2_OBJS LIBXML2_LIB LIBXML2_CFLAGS Z_CFLAGS Z_LIBS PCRE_CONFIG PCRE_REQUIRED_VERSION PCRE_CFLAGS PCRE_LIBS LARGEFILES_MACROS LTLIBOBJS' 900 467 ac_subst_files='' 901 ac_precious_vars='build_alias902 host_alias903 target_alias904 CC905 CFLAGS906 LDFLAGS907 LIBS908 CPPFLAGS909 CPP910 CXX911 CXXFLAGS912 CCC913 CXXCPP914 F77915 FFLAGS'916 917 468 918 469 # Initialize some variables set by options. … … 941 492 # by default will actually change. 942 493 # Use braces instead of parens because sh, perl, etc. also accept them. 943 # (The list follows the same order as the GNU Coding Standards.)944 494 bindir='${exec_prefix}/bin' 945 495 sbindir='${exec_prefix}/sbin' 946 496 libexecdir='${exec_prefix}/libexec' 947 datarootdir='${prefix}/share' 948 datadir='${datarootdir}' 497 datadir='${prefix}/share' 949 498 sysconfdir='${prefix}/etc' 950 499 sharedstatedir='${prefix}/com' 951 500 localstatedir='${prefix}/var' 501 libdir='${exec_prefix}/lib' 952 502 includedir='${prefix}/include' 953 503 oldincludedir='/usr/include' 954 docdir='${datarootdir}/doc/${PACKAGE}' 955 infodir='${datarootdir}/info' 956 htmldir='${docdir}' 957 dvidir='${docdir}' 958 pdfdir='${docdir}' 959 psdir='${docdir}' 960 libdir='${exec_prefix}/lib' 961 localedir='${datarootdir}/locale' 962 mandir='${datarootdir}/man' 504 infodir='${prefix}/info' 505 mandir='${prefix}/man' 963 506 964 507 ac_prev= 965 ac_dashdash=966 508 for ac_option 967 509 do 968 510 # If the previous option needs an argument, assign it. 969 511 if test -n "$ac_prev"; then 970 eval $ac_prev=\$ac_option512 eval "$ac_prev=\$ac_option" 971 513 ac_prev= 972 514 continue 973 515 fi 974 516 517 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 518 519 # Accept the important Cygnus configure options, so we can diagnose typos. 520 975 521 case $ac_option in 976 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;977 *) ac_optarg=yes ;;978 esac979 980 # Accept the important Cygnus configure options, so we can diagnose typos.981 982 case $ac_dashdash$ac_option in983 --)984 ac_dashdash=yes ;;985 522 986 523 -bindir | --bindir | --bindi | --bind | --bin | --bi) … … 1004 541 cache_file=config.cache ;; 1005 542 1006 -datadir | --datadir | --datadi | --datad )543 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 1007 544 ac_prev=datadir ;; 1008 -datadir=* | --datadir=* | --datadi=* | --datad=*) 545 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 546 | --da=*) 1009 547 datadir=$ac_optarg ;; 1010 1011 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \1012 | --dataroo | --dataro | --datar)1013 ac_prev=datarootdir ;;1014 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \1015 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)1016 datarootdir=$ac_optarg ;;1017 548 1018 549 -disable-* | --disable-*) 1019 550 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 1020 551 # Reject names that are not valid shell variable names. 1021 expr "x$ac_feature" : ".*[^- ._$as_cr_alnum]" >/dev/null &&552 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 1022 553 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 1023 554 { (exit 1); exit 1; }; } 1024 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 1025 eval enable_$ac_feature=no ;; 1026 1027 -docdir | --docdir | --docdi | --doc | --do) 1028 ac_prev=docdir ;; 1029 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 1030 docdir=$ac_optarg ;; 1031 1032 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 1033 ac_prev=dvidir ;; 1034 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 1035 dvidir=$ac_optarg ;; 555 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 556 eval "enable_$ac_feature=no" ;; 1036 557 1037 558 -enable-* | --enable-*) 1038 559 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 1039 560 # Reject names that are not valid shell variable names. 1040 expr "x$ac_feature" : ".*[^- ._$as_cr_alnum]" >/dev/null &&561 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 1041 562 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 1042 563 { (exit 1); exit 1; }; } 1043 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 1044 eval enable_$ac_feature=\$ac_optarg ;; 564 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 565 case $ac_option in 566 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 567 *) ac_optarg=yes ;; 568 esac 569 eval "enable_$ac_feature='$ac_optarg'" ;; 1045 570 1046 571 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ … … 1069 594 host_alias=$ac_optarg ;; 1070 595 1071 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)1072 ac_prev=htmldir ;;1073 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \1074 | --ht=*)1075 htmldir=$ac_optarg ;;1076 1077 596 -includedir | --includedir | --includedi | --included | --include \ 1078 597 | --includ | --inclu | --incl | --inc) … … 1099 618 libexecdir=$ac_optarg ;; 1100 619 1101 -localedir | --localedir | --localedi | --localed | --locale)1102 ac_prev=localedir ;;1103 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)1104 localedir=$ac_optarg ;;1105 1106 620 -localstatedir | --localstatedir | --localstatedi | --localstated \ 1107 | --localstate | --localstat | --localsta | --localst | --locals) 621 | --localstate | --localstat | --localsta | --localst \ 622 | --locals | --local | --loca | --loc | --lo) 1108 623 ac_prev=localstatedir ;; 1109 624 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 1110 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 625 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 626 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 1111 627 localstatedir=$ac_optarg ;; 1112 628 … … 1173 689 program_transform_name=$ac_optarg ;; 1174 690 1175 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)1176 ac_prev=pdfdir ;;1177 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)1178 pdfdir=$ac_optarg ;;1179 1180 -psdir | --psdir | --psdi | --psd | --ps)1181 ac_prev=psdir ;;1182 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)1183 psdir=$ac_optarg ;;1184 1185 691 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1186 692 | -silent | --silent | --silen | --sile | --sil) … … 1235 741 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 1236 742 # Reject names that are not valid shell variable names. 1237 expr "x$ac_package" : ".*[^- ._$as_cr_alnum]" >/dev/null &&743 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1238 744 { echo "$as_me: error: invalid package name: $ac_package" >&2 1239 745 { (exit 1); exit 1; }; } 1240 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 1241 eval with_$ac_package=\$ac_optarg ;; 746 ac_package=`echo $ac_package| sed 's/-/_/g'` 747 case $ac_option in 748 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 749 *) ac_optarg=yes ;; 750 esac 751 eval "with_$ac_package='$ac_optarg'" ;; 1242 752 1243 753 -without-* | --without-*) 1244 754 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 1245 755 # Reject names that are not valid shell variable names. 1246 expr "x$ac_package" : ".*[^- ._$as_cr_alnum]" >/dev/null &&756 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 1247 757 { echo "$as_me: error: invalid package name: $ac_package" >&2 1248 758 { (exit 1); exit 1; }; } 1249 ac_package=`echo $ac_package | sed 's/ [-.]/_/g'`1250 eval with_$ac_package=no;;759 ac_package=`echo $ac_package | sed 's/-/_/g'` 760 eval "with_$ac_package=no" ;; 1251 761 1252 762 --x) … … 1279 789 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1280 790 { (exit 1); exit 1; }; } 1281 eval $ac_envvar=\$ac_optarg 791 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 792 eval "$ac_envvar='$ac_optarg'" 1282 793 export $ac_envvar ;; 1283 794 … … 1299 810 fi 1300 811 1301 # Be sure to have absolute directory names. 1302 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1303 datadir sysconfdir sharedstatedir localstatedir includedir \ 1304 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1305 libdir localedir mandir 812 # Be sure to have absolute paths. 813 for ac_var in exec_prefix prefix 1306 814 do 1307 eval ac_val= \$$ac_var815 eval ac_val=$`echo $ac_var` 1308 816 case $ac_val in 1309 [\\/$]* | ?:[\\/]* ) continue;; 1310 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 817 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 818 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 819 { (exit 1); exit 1; }; };; 1311 820 esac 1312 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1313 { (exit 1); exit 1; }; } 821 done 822 823 # Be sure to have absolute paths. 824 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 825 localstatedir libdir includedir oldincludedir infodir mandir 826 do 827 eval ac_val=$`echo $ac_var` 828 case $ac_val in 829 [\\/$]* | ?:[\\/]* ) ;; 830 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 831 { (exit 1); exit 1; }; };; 832 esac 1314 833 done 1315 834 … … 1338 857 1339 858 1340 ac_pwd=`pwd` && test -n "$ac_pwd" &&1341 ac_ls_di=`ls -di .` &&1342 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||1343 { echo "$as_me: error: Working directory cannot be determined" >&21344 { (exit 1); exit 1; }; }1345 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||1346 { echo "$as_me: error: pwd does not report name of working directory" >&21347 { (exit 1); exit 1; }; }1348 1349 1350 859 # Find the source files, if location was not specified. 1351 860 if test -z "$srcdir"; then 1352 861 ac_srcdir_defaulted=yes 1353 # Try the directory containing this script, then the parent directory.1354 ac_confdir=` $as_dirname -- "$0"||862 # Try the directory containing this script, then its parent. 863 ac_confdir=`(dirname "$0") 2>/dev/null || 1355 864 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1356 865 X"$0" : 'X\(//\)[^/]' \| \ 1357 866 X"$0" : 'X\(//\)$' \| \ 1358 X"$0" : 'X\(/\)' \| . 2>/dev/null || 867 X"$0" : 'X\(/\)' \| \ 868 . : '\(.\)' 2>/dev/null || 1359 869 echo X"$0" | 1360 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1361 s//\1/ 1362 q 1363 } 1364 /^X\(\/\/\)[^/].*/{ 1365 s//\1/ 1366 q 1367 } 1368 /^X\(\/\/\)$/{ 1369 s//\1/ 1370 q 1371 } 1372 /^X\(\/\).*/{ 1373 s//\1/ 1374 q 1375 } 1376 s/.*/./; q'` 870 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 871 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 872 /^X\(\/\/\)$/{ s//\1/; q; } 873 /^X\(\/\).*/{ s//\1/; q; } 874 s/.*/./; q'` 1377 875 srcdir=$ac_confdir 1378 if test ! -r "$srcdir/$ac_unique_file"; then876 if test ! -r $srcdir/$ac_unique_file; then 1379 877 srcdir=.. 1380 878 fi … … 1382 880 ac_srcdir_defaulted=no 1383 881 fi 1384 if test ! -r "$srcdir/$ac_unique_file"; then1385 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."1386 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2882 if test ! -r $srcdir/$ac_unique_file; then 883 if test "$ac_srcdir_defaulted" = yes; then 884 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 1387 885 { (exit 1); exit 1; }; } 1388 fi 1389 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1390 ac_abs_confdir=`( 1391 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 886 else 887 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1392 888 { (exit 1); exit 1; }; } 1393 pwd)` 1394 # When building in place, set srcdir=. 1395 if test "$ac_abs_confdir" = "$ac_pwd"; then 1396 srcdir=. 1397 fi 1398 # Remove unnecessary trailing slashes from srcdir. 1399 # Double slashes in file names in object file debugging info 1400 # mess up M-x gdb in Emacs. 1401 case $srcdir in 1402 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1403 esac 1404 for ac_var in $ac_precious_vars; do 1405 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1406 eval ac_env_${ac_var}_value=\$${ac_var} 1407 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1408 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1409 done 889 fi 890 fi 891 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 892 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 893 { (exit 1); exit 1; }; } 894 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 895 ac_env_build_alias_set=${build_alias+set} 896 ac_env_build_alias_value=$build_alias 897 ac_cv_env_build_alias_set=${build_alias+set} 898 ac_cv_env_build_alias_value=$build_alias 899 ac_env_host_alias_set=${host_alias+set} 900 ac_env_host_alias_value=$host_alias 901 ac_cv_env_host_alias_set=${host_alias+set} 902 ac_cv_env_host_alias_value=$host_alias 903 ac_env_target_alias_set=${target_alias+set} 904 ac_env_target_alias_value=$target_alias 905 ac_cv_env_target_alias_set=${target_alias+set} 906 ac_cv_env_target_alias_value=$target_alias 907 ac_env_CC_set=${CC+set} 908 ac_env_CC_value=$CC 909 ac_cv_env_CC_set=${CC+set} 910 ac_cv_env_CC_value=$CC 911 ac_env_CFLAGS_set=${CFLAGS+set} 912 ac_env_CFLAGS_value=$CFLAGS 913 ac_cv_env_CFLAGS_set=${CFLAGS+set} 914 ac_cv_env_CFLAGS_value=$CFLAGS 915 ac_env_LDFLAGS_set=${LDFLAGS+set} 916 ac_env_LDFLAGS_value=$LDFLAGS 917 ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 918 ac_cv_env_LDFLAGS_value=$LDFLAGS 919 ac_env_CPPFLAGS_set=${CPPFLAGS+set} 920 ac_env_CPPFLAGS_value=$CPPFLAGS 921 ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 922 ac_cv_env_CPPFLAGS_value=$CPPFLAGS 923 ac_env_CPP_set=${CPP+set} 924 ac_env_CP
