A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
1 #! /bin/sh 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59. 4 # 5 # Copyright (C) 2003 Free Software Foundation, Inc. 6 # This configure script is free software; the Free Software Foundation 7 # gives unlimited permission to copy, distribute and modify it. 8 ## --------------------- ## 9 ## M4sh Initialization. ## 10 ## --------------------- ## 11 12 # Be Bourne compatible 13 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 14 emulate sh 15 NULLCMD=: 16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 17 # is contrary to our usage. Disable this feature. 18 alias -g '${1+"$@"}'='"$@"' 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. 79 # Avoid depending upon Character Ranges. 80 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 81 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 82 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 83 as_cr_digits='0123456789' 84 as_cr_alnum=$as_cr_Letters$as_cr_digits 85 86 # The user is always right. 87 if test "${PATH_SEPARATOR+set}" != set; then 88 echo "#! /bin/sh" >conf$$.sh 89 echo "exit 0" >>conf$$.sh 90 chmod +x conf$$.sh 91 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 92 PATH_SEPARATOR=';' 93 else 94 PATH_SEPARATOR=: 95 fi 96 rm -f conf$$.sh 97 fi 98 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 110 for as_dir in $PATH 111 do 112 IFS=$as_save_IFS 113 test -z "$as_dir" && as_dir=. 114 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 115 done 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 123 fi 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 '') 130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 131 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 132 do 133 IFS=$as_save_IFS 134 test -z "$as_dir" && as_dir=. 135 for as_base in sh bash ksh sh5; do 136 case $as_dir in 137 /*) 138 if ("$as_dir/$as_base" -c ' 139 as_lineno_1=$LINENO 140 as_lineno_2=$LINENO 141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 142 test "x$as_lineno_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 155 156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 157 # uniformly replaced by the line number. The first 'sed' inserts a 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. 162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 164 sed '=' <$as_myself | 165 sed ' 166 N 167 s,$,-, 168 : loop 169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 170 t loop 171 s,-$,, 172 s,^['$as_cr_digits']*\n,, 173 ' >$as_me.lineno && 174 chmod +x $as_me.lineno || 175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 176 { (exit 1); exit 1; }; } 177 178 # Don't try to exec as it changes $[0], causing all sort of problems 179 # (the dirname of $[0] is not the place where we might find the 180 # original and so on. Autoconf is especially sensible to this). 181 . ./$as_me.lineno 182 # Exit status is that of the last command. 183 exit 184 } 185 186 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= ;; 192 esac 193 194 if expr a : '\(a\)' >/dev/null 2>&1; then 195 as_expr=expr 196 else 197 as_expr=false 198 fi 199 200 rm -f conf$$ conf$$.exe conf$$.file 201 echo >conf$$.file 202 if ln -s conf$$.file conf$$ 2>/dev/null; then 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 207 as_ln_s='cp -p' 208 else 209 as_ln_s='ln -s' 210 fi 211 elif ln conf$$.file conf$$ 2>/dev/null; then 212 as_ln_s=ln 213 else 214 as_ln_s='cp -p' 215 fi 216 rm -f conf$$ conf$$.exe conf$$.file 217 218 if mkdir -p . 2>/dev/null; then 219 as_mkdir_p=: 220 else 221 test -d ./-p && rmdir ./-p 222 as_mkdir_p=false 223 fi 224 225 as_executable_p="test -f" 226 227 # Sed expression to map a string onto a valid CPP name. 228 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 229 230 # Sed expression to map a string onto a valid variable name. 231 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 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 242 243 244 # Name of the host. 245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 246 # so uname gets run too. 247 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 248 249 exec 6>&1 250 251 # 252 # Initializations. 253 # 254 ac_default_prefix=/usr/local 255 ac_config_libobj_dir=. 256 cross_compiling=no 257 subdirs= 258 MFLAGS= 259 MAKEFLAGS= 260 SHELL=${CONFIG_SHELL-/bin/sh} 261 262 # Maximum number of lines to put in a shell here document. 263 # This variable seems obsolete. It should probably be removed, and 264 # only ac_max_sed_lines should be used. 265 : ${ac_max_here_lines=38} 266 267 # Identity of this package. 268 PACKAGE_NAME= 269 PACKAGE_TARNAME= 270 PACKAGE_VERSION= 271 PACKAGE_STRING= 272 PACKAGE_BUGREPORT= 273 274 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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO SET_MAKE PERL pod2man pod2html LIBOBJS LTLIBOBJS' 275 ac_subst_files='' 276 277 # Initialize some variables set by options. 278 ac_init_help= 279 ac_init_version=false 280 # The variables have the same names as the options, with 281 # dashes changed to underlines. 282 cache_file=/dev/null 283 exec_prefix=NONE 284 no_create= 285 no_recursion= 286 prefix=NONE 287 program_prefix=NONE 288 program_suffix=NONE 289 program_transform_name=s,x,x, 290 silent= 291 site= 292 srcdir= 293 verbose= 294 x_includes=NONE 295 x_libraries=NONE 296 297 # Installation directory options. 298 # These are left unexpanded so users can "make install exec_prefix=/foo" 299 # and all the variables that are supposed to be based on exec_prefix 300 # by default will actually change. 301 # Use braces instead of parens because sh, perl, etc. also accept them. 302 bindir='${exec_prefix}/bin' 303 sbindir='${exec_prefix}/sbin' 304 libexecdir='${exec_prefix}/libexec' 305 datadir='${prefix}/share' 306 sysconfdir='${prefix}/etc' 307 sharedstatedir='${prefix}/com' 308 localstatedir='${prefix}/var' 309 libdir='${exec_prefix}/lib' 310 includedir='${prefix}/include' 311 oldincludedir='/usr/include' 312 infodir='${prefix}/info' 313 mandir='${prefix}/man' 314 315 ac_prev= 316 for ac_option 317 do 318 # If the previous option needs an argument, assign it. 319 if test -n "$ac_prev"; then 320 eval "$ac_prev=\$ac_option" 321 ac_prev= 322 continue 323 fi 324 325 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 326 327 # Accept the important Cygnus configure options, so we can diagnose typos. 328 329 case $ac_option in 330 331 -bindir | --bindir | --bindi | --bind | --bin | --bi) 332 ac_prev=bindir ;; 333 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 334 bindir=$ac_optarg ;; 335 336 -build | --build | --buil | --bui | --bu) 337 ac_prev=build_alias ;; 338 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 339 build_alias=$ac_optarg ;; 340 341 -cache-file | --cache-file | --cache-fil | --cache-fi \ 342 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 343 ac_prev=cache_file ;; 344 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 345 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 346 cache_file=$ac_optarg ;; 347 348 --config-cache | -C) 349 cache_file=config.cache ;; 350 351 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 352 ac_prev=datadir ;; 353 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 354 | --da=*) 355 datadir=$ac_optarg ;; 356 357 -disable-* | --disable-*) 358 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 359 # Reject names that are not valid shell variable names. 360 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 361 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 362 { (exit 1); exit 1; }; } 363 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 364 eval "enable_$ac_feature=no" ;; 365 366 -enable-* | --enable-*) 367 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 368 # Reject names that are not valid shell variable names. 369 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 370 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 371 { (exit 1); exit 1; }; } 372 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 373 case $ac_option in 374 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 375 *) ac_optarg=yes ;; 376 esac 377 eval "enable_$ac_feature='$ac_optarg'" ;; 378 379 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 380 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 381 | --exec | --exe | --ex) 382 ac_prev=exec_prefix ;; 383 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 384 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 385 | --exec=* | --exe=* | --ex=*) 386 exec_prefix=$ac_optarg ;; 387 388 -gas | --gas | --ga | --g) 389 # Obsolete; use --with-gas. 390 with_gas=yes ;; 391 392 -help | --help | --hel | --he | -h) 393 ac_init_help=long ;; 394 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 395 ac_init_help=recursive ;; 396 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 397 ac_init_help=short ;; 398 399 -host | --host | --hos | --ho) 400 ac_prev=host_alias ;; 401 -host=* | --host=* | --hos=* | --ho=*) 402 host_alias=$ac_optarg ;; 403 404 -includedir | --includedir | --includedi | --included | --include \ 405 | --includ | --inclu | --incl | --inc) 406 ac_prev=includedir ;; 407 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 408 | --includ=* | --inclu=* | --incl=* | --inc=*) 409 includedir=$ac_optarg ;; 410 411 -infodir | --infodir | --infodi | --infod | --info | --inf) 412 ac_prev=infodir ;; 413 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 414 infodir=$ac_optarg ;; 415 416 -libdir | --libdir | --libdi | --libd) 417 ac_prev=libdir ;; 418 -libdir=* | --libdir=* | --libdi=* | --libd=*) 419 libdir=$ac_optarg ;; 420 421 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 422 | --libexe | --libex | --libe) 423 ac_prev=libexecdir ;; 424 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 425 | --libexe=* | --libex=* | --libe=*) 426 libexecdir=$ac_optarg ;; 427 428 -localstatedir | --localstatedir | --localstatedi | --localstated \ 429 | --localstate | --localstat | --localsta | --localst \ 430 | --locals | --local | --loca | --loc | --lo) 431 ac_prev=localstatedir ;; 432 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 433 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 434 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 435 localstatedir=$ac_optarg ;; 436 437 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 438 ac_prev=mandir ;; 439 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 440 mandir=$ac_optarg ;; 441 442 -nfp | --nfp | --nf) 443 # Obsolete; use --without-fp. 444 with_fp=no ;; 445 446 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 447 | --no-cr | --no-c | -n) 448 no_create=yes ;; 449 450 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 451 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 452 no_recursion=yes ;; 453 454 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 455 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 456 | --oldin | --oldi | --old | --ol | --o) 457 ac_prev=oldincludedir ;; 458 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 459 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 460 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 461 oldincludedir=$ac_optarg ;; 462 463 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 464 ac_prev=prefix ;; 465 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 466 prefix=$ac_optarg ;; 467 468 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 469 | --program-pre | --program-pr | --program-p) 470 ac_prev=program_prefix ;; 471 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 472 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 473 program_prefix=$ac_optarg ;; 474 475 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 476 | --program-suf | --program-su | --program-s) 477 ac_prev=program_suffix ;; 478 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 479 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 480 program_suffix=$ac_optarg ;; 481 482 -program-transform-name | --program-transform-name \ 483 | --program-transform-nam | --program-transform-na \ 484 | --program-transform-n | --program-transform- \ 485 | --program-transform | --program-transfor \ 486 | --program-transfo | --program-transf \ 487 | --program-trans | --program-tran \ 488 | --progr-tra | --program-tr | --program-t) 489 ac_prev=program_transform_name ;; 490 -program-transform-name=* | --program-transform-name=* \ 491 | --program-transform-nam=* | --program-transform-na=* \ 492 | --program-transform-n=* | --program-transform-=* \ 493 | --program-transform=* | --program-transfor=* \ 494 | --program-transfo=* | --program-transf=* \ 495 | --program-trans=* | --program-tran=* \ 496 | --progr-tra=* | --program-tr=* | --program-t=*) 497 program_transform_name=$ac_optarg ;; 498 499 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 500 | -silent | --silent | --silen | --sile | --sil) 501 silent=yes ;; 502 503 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 504 ac_prev=sbindir ;; 505 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 506 | --sbi=* | --sb=*) 507 sbindir=$ac_optarg ;; 508 509 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 510 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 511 | --sharedst | --shareds | --shared | --share | --shar \ 512 | --sha | --sh) 513 ac_prev=sharedstatedir ;; 514 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 515 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 516 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 517 | --sha=* | --sh=*) 518 sharedstatedir=$ac_optarg ;; 519 520 -site | --site | --sit) 521 ac_prev=site ;; 522 -site=* | --site=* | --sit=*) 523 site=$ac_optarg ;; 524 525 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 526 ac_prev=srcdir ;; 527 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 528 srcdir=$ac_optarg ;; 529 530 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 531 | --syscon | --sysco | --sysc | --sys | --sy) 532 ac_prev=sysconfdir ;; 533 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 534 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 535 sysconfdir=$ac_optarg ;; 536 537 -target | --target | --targe | --targ | --tar | --ta | --t) 538 ac_prev=target_alias ;; 539 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 540 target_alias=$ac_optarg ;; 541 542 -v | -verbose | --verbose | --verbos | --verbo | --verb) 543 verbose=yes ;; 544 545 -version | --version | --versio | --versi | --vers | -V) 546 ac_init_version=: ;; 547 548 -with-* | --with-*) 549 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 550 # Reject names that are not valid shell variable names. 551 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 552 { echo "$as_me: error: invalid package name: $ac_package" >&2 553 { (exit 1); exit 1; }; } 554 ac_package=`echo $ac_package| sed 's/-/_/g'` 555 case $ac_option in 556 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 557 *) ac_optarg=yes ;; 558 esac 559 eval "with_$ac_package='$ac_optarg'" ;; 560 561 -without-* | --without-*) 562 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 563 # Reject names that are not valid shell variable names. 564 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 565 { echo "$as_me: error: invalid package name: $ac_package" >&2 566 { (exit 1); exit 1; }; } 567 ac_package=`echo $ac_package | sed 's/-/_/g'` 568 eval "with_$ac_package=no" ;; 569 570 --x) 571 # Obsolete; use --with-x. 572 with_x=yes ;; 573 574 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 575 | --x-incl | --x-inc | --x-in | --x-i) 576 ac_prev=x_includes ;; 577 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 578 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 579 x_includes=$ac_optarg ;; 580 581 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 582 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 583 ac_prev=x_libraries ;; 584 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 585 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 586 x_libraries=$ac_optarg ;; 587 588 -*) { echo "$as_me: error: unrecognized option: $ac_option 589 Try \`$0 --help' for more information." >&2 590 { (exit 1); exit 1; }; } 591 ;; 592 593 *=*) 594 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 595 # Reject names that are not valid shell variable names. 596 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 597 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 598 { (exit 1); exit 1; }; } 599 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 600 eval "$ac_envvar='$ac_optarg'" 601 export $ac_envvar ;; 602 603 *) 604 # FIXME: should be removed in autoconf 3.0. 605 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 606 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 607 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 608 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 609 ;; 610 611 esac 612 done 613 614 if test -n "$ac_prev"; then 615 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 616 { echo "$as_me: error: missing argument to $ac_option" >&2 617 { (exit 1); exit 1; }; } 618 fi 619 620 # Be sure to have absolute paths. 621 for ac_var in exec_prefix prefix 622 do 623 eval ac_val=$`echo $ac_var` 624 case $ac_val in 625 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 626 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 627 { (exit 1); exit 1; }; };; 628 esac 629 done 630 631 # Be sure to have absolute paths. 632 for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 633 localstatedir libdir includedir oldincludedir infodir mandir 634 do 635 eval ac_val=$`echo $ac_var` 636 case $ac_val in 637 [\\/$]* | ?:[\\/]* ) ;; 638 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 639 { (exit 1); exit 1; }; };; 640 esac 641 done 642 643 # There might be people who depend on the old broken behavior: `$host' 644 # used to hold the argument of --host etc. 645 # FIXME: To remove some day. 646 build=$build_alias 647 host=$host_alias 648 target=$target_alias 649 650 # FIXME: To remove some day. 651 if test "x$host_alias" != x; then 652 if test "x$build_alias" = x; then 653 cross_compiling=maybe 654 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 655 If a cross compiler is detected then cross compile mode will be used." >&2 656 elif test "x$build_alias" != "x$host_alias"; then 657 cross_compiling=yes 658 fi 659 fi 660 661 ac_tool_prefix= 662 test -n "$host_alias" && ac_tool_prefix=$host_alias- 663 664 test "$silent" = yes && exec 6>/dev/null 665 666 667 # Find the source files, if location was not specified. 668 if test -z "$srcdir"; then 669 ac_srcdir_defaulted=yes 670 # Try the directory containing this script, then its parent. 671 ac_confdir=`(dirname "$0") 2>/dev/null || 672 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 673 X"$0" : 'X\(//\)[^/]' \| \ 674 X"$0" : 'X\(//\)$' \| \ 675 X"$0" : 'X\(/\)' \| \ 676 . : '\(.\)' 2>/dev/null || 677 echo X"$0" | 678 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 679 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 680 /^X\(\/\/\)$/{ s//\1/; q; } 681 /^X\(\/\).*/{ s//\1/; q; } 682 s/.*/./; q'` 683 srcdir=$ac_confdir 684 if test ! -r $srcdir/$ac_unique_file; then 685 srcdir=.. 686 fi 687 else 688 ac_srcdir_defaulted=no 689 fi 690 if test ! -r $srcdir/$ac_unique_file; then 691 if test "$ac_srcdir_defaulted" = yes; then 692 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 693 { (exit 1); exit 1; }; } 694 else 695 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 696 { (exit 1); exit 1; }; } 697 fi 698 fi 699 (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || 700 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 701 { (exit 1); exit 1; }; } 702 srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 703 ac_env_build_alias_set=${build_alias+set} 704 ac_env_build_alias_value=$build_alias 705 ac_cv_env_build_alias_set=${build_alias+set} 706 ac_cv_env_build_alias_value=$build_alias 707 ac_env_host_alias_set=${host_alias+set} 708 ac_env_host_alias_value=$host_alias 709 ac_cv_env_host_alias_set=${host_alias+set} 710 ac_cv_env_host_alias_value=$host_alias 711 ac_env_target_alias_set=${target_alias+set} 712 ac_env_target_alias_value=$target_alias 713 ac_cv_env_target_alias_set=${target_alias+set} 714 ac_cv_env_target_alias_value=$target_alias 715 716 # 717 # Report the --help message. 718 # 719 if test "$ac_init_help" = "long"; then 720 # Omit some internal or obsolete options to make the list less imposing. 721 # This message is too long to be a string in the A/UX 3.1 sh. 722 cat <<_ACEOF 723 \`configure' configures this package to adapt to many kinds of systems. 724 725 Usage: $0 [OPTION]... [VAR=VALUE]... 726 727 To assign environment variables (e.g., CC, CFLAGS...), specify them as 728 VAR=VALUE. See below for descriptions of some of the useful variables. 729 730 Defaults for the options are specified in brackets. 731 732 Configuration: 733 -h, --help display this help and exit 734 --help=short display options specific to this package 735 --help=recursive display the short help of all the included packages 736 -V, --version display version information and exit 737 -q, --quiet, --silent do not print \`checking...' messages 738 --cache-file=FILE cache test results in FILE [disabled] 739 -C, --config-cache alias for \`--cache-file=config.cache' 740 -n, --no-create do not create output files 741 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 742 743 _ACEOF 744 745 cat <<_ACEOF 746 Installation directories: 747 --prefix=PREFIX install architecture-independent files in PREFIX 748 [$ac_default_prefix] 749 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 750 [PREFIX] 751 752 By default, \`make install' will install all the files in 753 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 754 an installation prefix other than \`$ac_default_prefix' using \`--prefix', 755 for instance \`--prefix=\$HOME'. 756 757 For better control, use the options below. 758 759 Fine tuning of the installation directories: 760 --bindir=DIR user executables [EPREFIX/bin] 761 --sbindir=DIR system admin executables [EPREFIX/sbin] 762 --libexecdir=DIR program executables [EPREFIX/libexec] 763 --datadir=DIR read-only architecture-independent data [PREFIX/share] 764 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 765 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 766 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 767 --libdir=DIR object code libraries [EPREFIX/lib] 768 --includedir=DIR C header files [PREFIX/include] 769 --oldincludedir=DIR C header files for non-gcc [/usr/include] 770 --infodir=DIR info documentation [PREFIX/info] 771 --mandir=DIR man documentation [PREFIX/man] 772 _ACEOF 773 774 cat <<\_ACEOF 775 776 Program names: 777 --program-prefix=PREFIX prepend PREFIX to installed program names 778 --program-suffix=SUFFIX append SUFFIX to installed program names 779 --program-transform-name=PROGRAM run sed PROGRAM on installed program names 780 _ACEOF 781 fi 782 783 if test -n "$ac_init_help"; then 784 785 cat <<\_ACEOF 786 787 _ACEOF 788 fi 789 790 if test "$ac_init_help" = "recursive"; then 791 # If there are subdirs, report their specific --help. 792 ac_popdir=`pwd` 793 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 794 test -d $ac_dir || continue 795 ac_builddir=. 796 797 if test "$ac_dir" != .; then 798 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 799 # A "../" for each directory in $ac_dir_suffix. 800 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 801 else 802 ac_dir_suffix= ac_top_builddir= 803 fi 804 805 case $srcdir in 806 .) # No --srcdir option. We are building in place. 807 ac_srcdir=. 808 if test -z "$ac_top_builddir"; then 809 ac_top_srcdir=. 810 else 811 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 812 fi ;; 813 [\\/]* | ?:[\\/]* ) # Absolute path. 814 ac_srcdir=$srcdir$ac_dir_suffix; 815 ac_top_srcdir=$srcdir ;; 816 *) # Relative path. 817 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 818 ac_top_srcdir=$ac_top_builddir$srcdir ;; 819 esac 820 821 # Do not use `cd foo && pwd` to compute absolute paths, because 822 # the directories may not exist. 823 case `pwd` in 824 .) ac_abs_builddir="$ac_dir";; 825 *) 826 case "$ac_dir" in 827 .) ac_abs_builddir=`pwd`;; 828 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 829 *) ac_abs_builddir=`pwd`/"$ac_dir";; 830 esac;; 831 esac 832 case $ac_abs_builddir in 833 .) ac_abs_top_builddir=${ac_top_builddir}.;; 834 *) 835 case ${ac_top_builddir}. in 836 .) ac_abs_top_builddir=$ac_abs_builddir;; 837 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 838 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 839 esac;; 840 esac 841 case $ac_abs_builddir in 842 .) ac_abs_srcdir=$ac_srcdir;; 843 *) 844 case $ac_srcdir in 845 .) ac_abs_srcdir=$ac_abs_builddir;; 846 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 847 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 848 esac;; 849 esac 850 case $ac_abs_builddir in 851 .) ac_abs_top_srcdir=$ac_top_srcdir;; 852 *) 853 case $ac_top_srcdir in 854 .) ac_abs_top_srcdir=$ac_abs_builddir;; 855 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 856 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 857 esac;; 858 esac 859 860 cd $ac_dir 861 # Check for guested configure; otherwise get Cygnus style configure. 862 if test -f $ac_srcdir/configure.gnu; then 863 echo 864 $SHELL $ac_srcdir/configure.gnu --help=recursive 865 elif test -f $ac_srcdir/configure; then 866 echo 867 $SHELL $ac_srcdir/configure --help=recursive 868 elif test -f $ac_srcdir/configure.ac || 869 test -f $ac_srcdir/configure.in; then 870 echo 871 $ac_configure --help 872 else 873 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 874 fi 875 cd "$ac_popdir" 876 done 877 fi 878 879 test -n "$ac_init_help" && exit 0 880 if $ac_init_version; then 881 cat <<\_ACEOF 882 883 Copyright (C) 2003 Free Software Foundation, Inc. 884 This configure script is free software; the Free Software Foundation 885 gives unlimited permission to copy, distribute and modify it. 886 _ACEOF 887 exit 0 888 fi 889 exec 5>config.log 890 cat >&5 <<_ACEOF 891 This file contains any messages produced by compilers while 892 running configure, to aid debugging if configure makes a mistake. 893 894 It was created by $as_me, which was 895 generated by GNU Autoconf 2.59. Invocation command line was 896 897 $ $0 $@ 898 899 _ACEOF 900 { 901 cat <<_ASUNAME 902 ## --------- ## 903 ## Platform. ## 904 ## --------- ## 905 906 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 907 uname -m = `(uname -m) 2>/dev/null || echo unknown` 908 uname -r = `(uname -r) 2>/dev/null || echo unknown` 909 uname -s = `(uname -s) 2>/dev/null || echo unknown` 910 uname -v = `(uname -v) 2>/dev/null || echo unknown` 911 912 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 913 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 914 915 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 916 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 917 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 918 hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 919 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 920 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 921 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 922 923 _ASUNAME 924 925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 926 for as_dir in $PATH 927 do 928 IFS=$as_save_IFS 929 test -z "$as_dir" && as_dir=. 930 echo "PATH: $as_dir" 931 done 932 933 } >&5 934 935 cat >&5 <<_ACEOF 936 937 938 ## ----------- ## 939 ## Core tests. ## 940 ## ----------- ## 941 942 _ACEOF 943 944 945 # Keep a trace of the command line. 946 # Strip out --no-create and --no-recursion so they do not pile up. 947 # Strip out --silent because we don't want to record it for future runs. 948 # Also quote any args containing shell meta-characters. 949 # Make two passes to allow for proper duplicate-argument suppression. 950 ac_configure_args= 951 ac_configure_args0= 952 ac_configure_args1= 953 ac_sep= 954 ac_must_keep_next=false 955 for ac_pass in 1 2 956 do 957 for ac_arg 958 do 959 case $ac_arg in 960 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 961 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 962 | -silent | --silent | --silen | --sile | --sil) 963 continue ;; 964 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 965 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 966 esac 967 case $ac_pass in 968 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 969 2) 970 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 971 if test $ac_must_keep_next = true; then 972 ac_must_keep_next=false # Got value, back to normal. 973 else 974 case $ac_arg in 975 *=* | --config-cache | -C | -disable-* | --disable-* \ 976 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 977 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 978 | -with-* | --with-* | -without-* | --without-* | --x) 979 case "$ac_configure_args0 " in 980 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 981 esac 982 ;; 983 -* ) ac_must_keep_next=true ;; 984 esac 985 fi 986 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 987 # Get rid of the leading space. 988 ac_sep=" " 989 ;; 990 esac 991 done 992 done 993 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 994 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 995 996 # When interrupted or exit'd, cleanup temporary files, and complete 997 # config.log. We remove comments because anyway the quotes in there 998 # would cause problems or look ugly. 999 # WARNING: Be sure not to use single quotes in there, as some shells, 1000 # such as our DU 5.0 friend, will then `close' the trap. 1001 trap 'exit_status=$? 1002 # Save into config.log some information that might help in debugging. 1003 { 1004 echo 1005 1006 cat <<\_ASBOX 1007 ## ---------------- ## 1008 ## Cache variables. ## 1009 ## ---------------- ## 1010 _ASBOX 1011 echo 1012 # The following way of writing the cache mishandles newlines in values, 1013 { 1014 (set) 2>&1 | 1015 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1016 *ac_space=\ *) 1017 sed -n \ 1018 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1019 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1020 ;; 1021 *) 1022 sed -n \ 1023 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1024 ;; 1025 esac; 1026 } 1027 echo 1028 1029 cat <<\_ASBOX 1030 ## ----------------- ## 1031 ## Output variables. ## 1032 ## ----------------- ## 1033 _ASBOX 1034 echo 1035 for ac_var in $ac_subst_vars 1036 do 1037 eval ac_val=$`echo $ac_var` 1038 echo "$ac_var='"'"'$ac_val'"'"'" 1039 done | sort 1040 echo 1041 1042 if test -n "$ac_subst_files"; then 1043 cat <<\_ASBOX 1044 ## ------------- ## 1045 ## Output files. ## 1046 ## ------------- ## 1047 _ASBOX 1048 echo 1049 for ac_var in $ac_subst_files 1050 do 1051 eval ac_val=$`echo $ac_var` 1052 echo "$ac_var='"'"'$ac_val'"'"'" 1053 done | sort 1054 echo 1055 fi 1056 1057 if test -s confdefs.h; then 1058 cat <<\_ASBOX 1059 ## ----------- ## 1060 ## confdefs.h. ## 1061 ## ----------- ## 1062 _ASBOX 1063 echo 1064 sed "/^$/d" confdefs.h | sort 1065 echo 1066 fi 1067 test "$ac_signal" != 0 && 1068 echo "$as_me: caught signal $ac_signal" 1069 echo "$as_me: exit $exit_status" 1070 } >&5 1071 rm -f core *.core && 1072 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1073 exit $exit_status 1074 ' 0 1075 for ac_signal in 1 2 13 15; do 1076 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 1077 done 1078 ac_signal=0 1079 1080 # confdefs.h avoids OS command line length limits that DEFS can exceed. 1081 rm -rf conftest* confdefs.h 1082 # AIX cpp loses on an empty file, so make sure it contains at least a newline. 1083 echo >confdefs.h 1084 1085 # Predefined preprocessor variables. 1086 1087 cat >>confdefs.h <<_ACEOF 1088 #define PACKAGE_NAME "$PACKAGE_NAME" 1089 _ACEOF 1090 1091 1092 cat >>confdefs.h <<_ACEOF 1093 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 1094 _ACEOF 1095 1096 1097 cat >>confdefs.h <<_ACEOF 1098 #define PACKAGE_VERSION "$PACKAGE_VERSION" 1099 _ACEOF 1100 1101 1102 cat >>confdefs.h <<_ACEOF 1103 #define PACKAGE_STRING "$PACKAGE_STRING" 1104 _ACEOF 1105 1106 1107 cat >>confdefs.h <<_ACEOF 1108 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 1109 _ACEOF 1110 1111 1112 # Let the site file select an alternate cache file if it wants to. 1113 # Prefer explicitly selected file to automatically selected ones. 1114 if test -z "$CONFIG_SITE"; then 1115 if test "x$prefix" != xNONE; then 1116 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 1117 else 1118 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 1119 fi 1120 fi 1121 for ac_site_file in $CONFIG_SITE; do 1122 if test -r "$ac_site_file"; then 1123 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 1124 echo "$as_me: loading site script $ac_site_file" >&6;} 1125 sed 's/^/| /' "$ac_site_file" >&5 1126 . "$ac_site_file" 1127 fi 1128 done 1129 1130 if test -r "$cache_file"; then 1131 # Some versions of bash will fail to source /dev/null (special 1132 # files actually), so we avoid doing that. 1133 if test -f "$cache_file"; then 1134 { echo "$as_me:$LINENO: loading cache $cache_file" >&5 1135 echo "$as_me: loading cache $cache_file" >&6;} 1136 case $cache_file in 1137 [\\/]* | ?:[\\/]* ) . $cache_file;; 1138 *) . ./$cache_file;; 1139 esac 1140 fi 1141 else 1142 { echo "$as_me:$LINENO: creating cache $cache_file" >&5 1143 echo "$as_me: creating cache $cache_file" >&6;} 1144 >$cache_file 1145 fi 1146 1147 # Check that the precious variables saved in the cache have kept the same 1148 # value. 1149 ac_cache_corrupted=false 1150 for ac_var in `(set) 2>&1 | 1151 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1152 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1153 eval ac_new_set=\$ac_env_${ac_var}_set 1154 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1155 eval ac_new_val="\$ac_env_${ac_var}_value" 1156 case $ac_old_set,$ac_new_set in 1157 set,) 1158 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1159 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1160 ac_cache_corrupted=: ;; 1161 ,set) 1162 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 1163 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1164 ac_cache_corrupted=: ;; 1165 ,);; 1166 *) 1167 if test "x$ac_old_val" != "x$ac_new_val"; then 1168 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1169 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1170 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1171 echo "$as_me: former value: $ac_old_val" >&2;} 1172 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1173 echo "$as_me: current value: $ac_new_val" >&2;} 1174 ac_cache_corrupted=: 1175 fi;; 1176 esac 1177 # Pass precious variables to config.status. 1178 if test "$ac_new_set" = set; then 1179 case $ac_new_val in 1180 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 1181 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 1182 *) ac_arg=$ac_var=$ac_new_val ;; 1183 esac 1184 case " $ac_configure_args " in 1185 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. 1186 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; 1187 esac 1188 fi 1189 done 1190 if $ac_cache_corrupted; then 1191 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 1192 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1193 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1194 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1195 { (exit 1); exit 1; }; } 1196 fi 1197 1198 ac_ext=c 1199 ac_cpp='$CPP $CPPFLAGS' 1200 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1201 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1202 ac_compiler_gnu=$ac_cv_c_compiler_gnu 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 am__api_version="1.4" 1223 ac_aux_dir= 1224 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1225 if test -f $ac_dir/install-sh; then 1226 ac_aux_dir=$ac_dir 1227 ac_install_sh="$ac_aux_dir/install-sh -c" 1228 break 1229 elif test -f $ac_dir/install.sh; then 1230 ac_aux_dir=$ac_dir 1231 ac_install_sh="$ac_aux_dir/install.sh -c" 1232 break 1233 elif test -f $ac_dir/shtool; then 1234 ac_aux_dir=$ac_dir 1235 ac_install_sh="$ac_aux_dir/shtool install -c" 1236 break 1237 fi 1238 done 1239 if test -z "$ac_aux_dir"; then 1240 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1241 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1242 { (exit 1); exit 1; }; } 1243 fi 1244 ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1245 ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1246 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1247 1248 # Find a good install program. We prefer a C program (faster), 1249 # so one script is as good as another. But avoid the broken or 1250 # incompatible versions: 1251 # SysV /etc/install, /usr/sbin/install 1252 # SunOS /usr/etc/install 1253 # IRIX /sbin/install 1254 # AIX /bin/install 1255 # AmigaOS /C/install, which installs bootblocks on floppy discs 1256 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1257 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1258 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1259 # OS/2's system install, which has a completely different semantic 1260 # ./install, which can be erroneously created by make from ./install.sh. 1261 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1262 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1263 if test -z "$INSTALL"; then 1264 if test "${ac_cv_path_install+set}" = set; then 1265 echo $ECHO_N "(cached) $ECHO_C" >&6 1266 else 1267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1268 for as_dir in $PATH 1269 do 1270 IFS=$as_save_IFS 1271 test -z "$as_dir" && as_dir=. 1272 # Account for people who put trailing slashes in PATH elements. 1273 case $as_dir/ in 1274 ./ | .// | /cC/* | \ 1275 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1276 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1277 /usr/ucb/* ) ;; 1278 *) 1279 # OSF1 and SCO ODT 3.0 have their own names for install. 1280 # Don't use installbsd from OSF since it installs stuff as root 1281 # by default. 1282 for ac_prog in ginstall scoinst install; do 1283 for ac_exec_ext in '' $ac_executable_extensions; do 1284 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1285 if test $ac_prog = install && 1286 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1287 # AIX install. It has an incompatible calling convention. 1288 : 1289 elif test $ac_prog = install && 1290 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1291 # program-specific install script used by HP pwplus--don't use. 1292 : 1293 else 1294 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1295 break 3 1296 fi 1297 fi 1298 done 1299 done 1300 ;; 1301 esac 1302 done 1303 1304 1305 fi 1306 if test "${ac_cv_path_install+set}" = set; then 1307 INSTALL=$ac_cv_path_install 1308 else 1309 # As a last resort, use the slow shell script. We don't cache a 1310 # path for INSTALL within a source directory, because that will 1311 # break other packages using the cache if that directory is 1312 # removed, or if the path is relative. 1313 INSTALL=$ac_install_sh 1314 fi 1315 fi 1316 echo "$as_me:$LINENO: result: $INSTALL" >&5 1317 echo "${ECHO_T}$INSTALL" >&6 1318 1319 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1320 # It thinks the first close brace ends the variable substitution. 1321 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1322 1323 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1324 1325 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1326 1327 echo "$as_me:$LINENO: checking whether build environment is sane" >&5 1328 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 1329 # Just in case 1330 sleep 1 1331 echo timestamp > conftestfile 1332 # Do `set' in a subshell so we don't clobber the current shell's 1333 # arguments. Must try -L first in case configure is actually a 1334 # symlink; some systems play weird games with the mod time of symlinks 1335 # (eg FreeBSD returns the mod time of the symlink's containing 1336 # directory). 1337 if ( 1338 set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` 1339 if test "$*" = "X"; then 1340 # -L didn't work. 1341 set X `ls -t $srcdir/configure conftestfile` 1342 fi 1343 if test "$*" != "X $srcdir/configure conftestfile" \ 1344 && test "$*" != "X conftestfile $srcdir/configure"; then 1345 1346 # If neither matched, then we have a broken ls. This can happen 1347 # if, for instance, CONFIG_SHELL is bash and it inherits a 1348 # broken ls alias from the environment. This has actually 1349 # happened. Such a system could not be considered "sane". 1350 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 1351 alias in your environment" >&5 1352 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken 1353 alias in your environment" >&2;} 1354 { (exit 1); exit 1; }; } 1355 fi 1356 1357 test "$2" = conftestfile 1358 ) 1359 then 1360 # Ok. 1361 : 1362 else 1363 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! 1364 Check your system clock" >&5 1365 echo "$as_me: error: newly created file is older than distributed files! 1366 Check your system clock" >&2;} 1367 { (exit 1); exit 1; }; } 1368 fi 1369 rm -f conftest* 1370 echo "$as_me:$LINENO: result: yes" >&5 1371 echo "${ECHO_T}yes" >&6 1372 test "$program_prefix" != NONE && 1373 program_transform_name="s,^,$program_prefix,;$program_transform_name" 1374 # Use a double $ so make ignores it. 1375 test "$program_suffix" != NONE && 1376 program_transform_name="s,\$,$program_suffix,;$program_transform_name" 1377 # Double any \ or $. echo might interpret backslashes. 1378 # By default was `s,x,x', remove it if useless. 1379 cat <<\_ACEOF >conftest.sed 1380 s/[\\$]/&&/g;s/;s,x,x,$// 1381 _ACEOF 1382 program_transform_name=`echo $program_transform_name | sed -f conftest.sed` 1383 rm conftest.sed 1384 1385 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 1386 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 1387 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 1388 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 1389 echo $ECHO_N "(cached) $ECHO_C" >&6 1390 else 1391 cat >conftest.make <<\_ACEOF 1392 all: 1393 @echo 'ac_maketemp="$(MAKE)"' 1394 _ACEOF 1395 # GNU make sometimes prints "make[1]: Entering...", which would confuse us. 1396 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` 1397 if test -n "$ac_maketemp"; then 1398 eval ac_cv_prog_make_${ac_make}_set=yes 1399 else 1400 eval ac_cv_prog_make_${ac_make}_set=no 1401 fi 1402 rm -f conftest.make 1403 fi 1404 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 1405 echo "$as_me:$LINENO: result: yes" >&5 1406 echo "${ECHO_T}yes" >&6 1407 SET_MAKE= 1408 else 1409 echo "$as_me:$LINENO: result: no" >&5 1410 echo "${ECHO_T}no" >&6 1411 SET_MAKE="MAKE=${MAKE-make}" 1412 fi 1413 1414 1415 PACKAGE=timbersee 1416 1417 VERSION=0.8.3 1418 1419 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 1420 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 1421 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} 1422 { (exit 1); exit 1; }; } 1423 fi 1424 1425 cat >>confdefs.h <<_ACEOF 1426 #define PACKAGE "$PACKAGE" 1427 _ACEOF 1428 1429 1430 cat >>confdefs.h <<_ACEOF 1431 #define VERSION "$VERSION" 1432 _ACEOF 1433 1434 1435 1436 missing_dir=`cd $ac_aux_dir && pwd` 1437 echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5 1438 echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6 1439 # Run test in a subshell; some versions of sh will print an error if 1440 # an executable is not found, even if stderr is redirected. 1441 # Redirect stdin to placate older versions of autoconf. Sigh. 1442 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1443 ACLOCAL=aclocal-${am__api_version} 1444 echo "$as_me:$LINENO: result: found" >&5 1445 echo "${ECHO_T}found" >&6 1446 else 1447 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}" 1448 echo "$as_me:$LINENO: result: missing" >&5 1449 echo "${ECHO_T}missing" >&6 1450 fi 1451 1452 echo "$as_me:$LINENO: checking for working autoconf" >&5 1453 echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6 1454 # Run test in a subshell; some versions of sh will print an error if 1455 # an executable is not found, even if stderr is redirected. 1456 # Redirect stdin to placate older versions of autoconf. Sigh. 1457 if (autoconf --version) < /dev/null > /dev/null 2>&1; then 1458 AUTOCONF=autoconf 1459 echo "$as_me:$LINENO: result: found" >&5 1460 echo "${ECHO_T}found" >&6 1461 else 1462 AUTOCONF="$missing_dir/missing autoconf" 1463 echo "$as_me:$LINENO: result: missing" >&5 1464 echo "${ECHO_T}missing" >&6 1465 fi 1466 1467 echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5 1468 echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6 1469 # Run test in a subshell; some versions of sh will print an error if 1470 # an executable is not found, even if stderr is redirected. 1471 # Redirect stdin to placate older versions of autoconf. Sigh. 1472 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then 1473 AUTOMAKE=automake-${am__api_version} 1474 echo "$as_me:$LINENO: result: found" >&5 1475 echo "${ECHO_T}found" >&6 1476 else 1477 AUTOMAKE="$missing_dir/missing automake-${am__api_version}" 1478 echo "$as_me:$LINENO: result: missing" >&5 1479 echo "${ECHO_T}missing" >&6 1480 fi 1481 1482 echo "$as_me:$LINENO: checking for working autoheader" >&5 1483 echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6 1484 # Run test in a subshell; some versions of sh will print an error if 1485 # an executable is not found, even if stderr is redirected. 1486 # Redirect stdin to placate older versions of autoconf. Sigh. 1487 if (autoheader --version) < /dev/null > /dev/null 2>&1; then 1488 AUTOHEADER=autoheader 1489 echo "$as_me:$LINENO: result: found" >&5 1490 echo "${ECHO_T}found" >&6 1491 else 1492 AUTOHEADER="$missing_dir/missing autoheader" 1493 echo "$as_me:$LINENO: result: missing" >&5 1494 echo "${ECHO_T}missing" >&6 1495 fi 1496 1497 echo "$as_me:$LINENO: checking for working makeinfo" >&5 1498 echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6 1499 # Run test in a subshell; some versions of sh will print an error if 1500 # an executable is not found, even if stderr is redirected. 1501 # Redirect stdin to placate older versions of autoconf. Sigh. 1502 if (makeinfo --version) < /dev/null > /dev/null 2>&1; then 1503 MAKEINFO=makeinfo 1504 echo "$as_me:$LINENO: result: found" >&5 1505 echo "${ECHO_T}found" >&6 1506 else 1507 MAKEINFO="$missing_dir/missing makeinfo" 1508 echo "$as_me:$LINENO: result: missing" >&5 1509 echo "${ECHO_T}missing" >&6 1510 fi 1511 1512 1513 # Find a good install program. We prefer a C program (faster), 1514 # so one script is as good as another. But avoid the broken or 1515 # incompatible versions: 1516 # SysV /etc/install, /usr/sbin/install 1517 # SunOS /usr/etc/install 1518 # IRIX /sbin/install 1519 # AIX /bin/install 1520 # AmigaOS /C/install, which installs bootblocks on floppy discs 1521 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1522 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1523 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1524 # OS/2's system install, which has a completely different semantic 1525 # ./install, which can be erroneously created by make from ./install.sh. 1526 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 1527 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 1528 if test -z "$INSTALL"; then 1529 if test "${ac_cv_path_install+set}" = set; then 1530 echo $ECHO_N "(cached) $ECHO_C" >&6 1531 else 1532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1533 for as_dir in $PATH 1534 do 1535 IFS=$as_save_IFS 1536 test -z "$as_dir" && as_dir=. 1537 # Account for people who put trailing slashes in PATH elements. 1538 case $as_dir/ in 1539 ./ | .// | /cC/* | \ 1540 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 1541 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 1542 /usr/ucb/* ) ;; 1543 *) 1544 # OSF1 and SCO ODT 3.0 have their own names for install. 1545 # Don't use installbsd from OSF since it installs stuff as root 1546 # by default. 1547 for ac_prog in ginstall scoinst install; do 1548 for ac_exec_ext in '' $ac_executable_extensions; do 1549 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 1550 if test $ac_prog = install && 1551 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1552 # AIX install. It has an incompatible calling convention. 1553 : 1554 elif test $ac_prog = install && 1555 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 1556 # program-specific install script used by HP pwplus--don't use. 1557 : 1558 else 1559 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 1560 break 3 1561 fi 1562 fi 1563 done 1564 done 1565 ;; 1566 esac 1567 done 1568 1569 1570 fi 1571 if test "${ac_cv_path_install+set}" = set; then 1572 INSTALL=$ac_cv_path_install 1573 else 1574 # As a last resort, use the slow shell script. We don't cache a 1575 # path for INSTALL within a source directory, because that will 1576 # break other packages using the cache if that directory is 1577 # removed, or if the path is relative. 1578 INSTALL=$ac_install_sh 1579 fi 1580 fi 1581 echo "$as_me:$LINENO: result: $INSTALL" >&5 1582 echo "${ECHO_T}$INSTALL" >&6 1583 1584 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 1585 # It thinks the first close brace ends the variable substitution. 1586 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' 1587 1588 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' 1589 1590 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 1591 1592 1593 # Extract the first word of "perl", so it can be a program name with args. 1594 set dummy perl; ac_word=$2 1595 echo "$as_me:$LINENO: checking for $ac_word" >&5 1596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1597 if test "${ac_cv_path_PERL+set}" = set; then 1598 echo $ECHO_N "(cached) $ECHO_C" >&6 1599 else 1600 case $PERL in 1601 [\\/]* | ?:[\\/]*) 1602 ac_cv_path_PERL="$PERL" # Let the user override the test with a path. 1603 ;; 1604 *) 1605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1606 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin" 1607 for as_dir in $as_dummy 1608 do 1609 IFS=$as_save_IFS 1610 test -z "$as_dir" && as_dir=. 1611 for ac_exec_ext in '' $ac_executable_extensions; do 1612 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1613 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 1614 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1615 break 2 1616 fi 1617 done 1618 done 1619 1620 ;; 1621 esac 1622 fi 1623 PERL=$ac_cv_path_PERL 1624 1625 if test -n "$PERL"; then 1626 echo "$as_me:$LINENO: result: $PERL" >&5 1627 echo "${ECHO_T}$PERL" >&6 1628 else 1629 echo "$as_me:$LINENO: result: no" >&5 1630 echo "${ECHO_T}no" >&6 1631 fi 1632 1633 test -z "$PERL" && { { echo "$as_me:$LINENO: error: perl was not found in \$PATH. Try setting \$PERL instead." >&5 1634 echo "$as_me: error: perl was not found in \$PATH. Try setting \$PERL instead." >&2;} 1635 { (exit 1); exit 1; }; } 1636 # Extract the first word of "pod2man", so it can be a program name with args. 1637 set dummy pod2man; ac_word=$2 1638 echo "$as_me:$LINENO: checking for $ac_word" >&5 1639 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1640 if test "${ac_cv_path_pod2man+set}" = set; then 1641 echo $ECHO_N "(cached) $ECHO_C" >&6 1642 else 1643 case $pod2man in 1644 [\\/]* | ?:[\\/]*) 1645 ac_cv_path_pod2man="$pod2man" # Let the user override the test with a path. 1646 ;; 1647 *) 1648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1649 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin" 1650 for as_dir in $as_dummy 1651 do 1652 IFS=$as_save_IFS 1653 test -z "$as_dir" && as_dir=. 1654 for ac_exec_ext in '' $ac_executable_extensions; do 1655 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1656 ac_cv_path_pod2man="$as_dir/$ac_word$ac_exec_ext" 1657 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1658 break 2 1659 fi 1660 done 1661 done 1662 1663 test -z "$ac_cv_path_pod2man" && ac_cv_path_pod2man="/usr/bin/pod2man" 1664 ;; 1665 esac 1666 fi 1667 pod2man=$ac_cv_path_pod2man 1668 1669 if test -n "$pod2man"; then 1670 echo "$as_me:$LINENO: result: $pod2man" >&5 1671 echo "${ECHO_T}$pod2man" >&6 1672 else 1673 echo "$as_me:$LINENO: result: no" >&5 1674 echo "${ECHO_T}no" >&6 1675 fi 1676 1677 # Extract the first word of "pod2html", so it can be a program name with args. 1678 set dummy pod2html; ac_word=$2 1679 echo "$as_me:$LINENO: checking for $ac_word" >&5 1680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1681 if test "${ac_cv_path_pod2html+set}" = set; then 1682 echo $ECHO_N "(cached) $ECHO_C" >&6 1683 else 1684 case $pod2html in 1685 [\\/]* | ?:[\\/]*) 1686 ac_cv_path_pod2html="$pod2html" # Let the user override the test with a path. 1687 ;; 1688 *) 1689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1690 as_dummy="$PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin" 1691 for as_dir in $as_dummy 1692 do 1693 IFS=$as_save_IFS 1694 test -z "$as_dir" && as_dir=. 1695 for ac_exec_ext in '' $ac_executable_extensions; do 1696 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 1697 ac_cv_path_pod2html="$as_dir/$ac_word$ac_exec_ext" 1698 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 1699 break 2 1700 fi 1701 done 1702 done 1703 1704 test -z "$ac_cv_path_pod2html" && ac_cv_path_pod2html="/usr/bin/pod2html" 1705 ;; 1706 esac 1707 fi 1708 pod2html=$ac_cv_path_pod2html 1709 1710 if test -n "$pod2html"; then 1711 echo "$as_me:$LINENO: result: $pod2html" >&5 1712 echo "${ECHO_T}$pod2html" >&6 1713 else 1714 echo "$as_me:$LINENO: result: no" >&5 1715 echo "${ECHO_T}no" >&6 1716 fi 1717 1718 1719 1720 1721 echo "$as_me:$LINENO: checking for POSIX in perl libraries" >&5 1722 echo $ECHO_N "checking for POSIX in perl libraries... $ECHO_C" >&6 1723 if { ac_try='$PERL -e "use POSIX;"' 1724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1725 (eval $ac_try) 2>&5 1726 ac_status=$? 1727 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1728 (exit $ac_status); }; } > /dev/null 2>&1; then 1729 echo $ac_t "found" 1730 else 1731 echo $ac_t "not found" 1732 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1733 ll POSIX\"'" >&5 1734 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1735 ll POSIX\"'" >&2;} 1736 { (exit 1); exit 1; }; } 1737 fi 1738 1739 1740 echo "$as_me:$LINENO: checking for Getopt::Long in perl libraries" >&5 1741 echo $ECHO_N "checking for Getopt::Long in perl libraries... $ECHO_C" >&6 1742 if { ac_try='$PERL -e "use Getopt::Long;"' 1743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1744 (eval $ac_try) 2>&5 1745 ac_status=$? 1746 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1747 (exit $ac_status); }; } > /dev/null 2>&1; then 1748 echo $ac_t "found" 1749 else 1750 echo $ac_t "not found" 1751 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1752 ll Getopt::Long\"'" >&5 1753 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1754 ll Getopt::Long\"'" >&2;} 1755 { (exit 1); exit 1; }; } 1756 fi 1757 1758 1759 echo "$as_me:$LINENO: checking for File::Tail in perl libraries" >&5 1760 echo $ECHO_N "checking for File::Tail in perl libraries... $ECHO_C" >&6 1761 if { ac_try='$PERL -e "use File::Tail;"' 1762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1763 (eval $ac_try) 2>&5 1764 ac_status=$? 1765 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1766 (exit $ac_status); }; } > /dev/null 2>&1; then 1767 echo $ac_t "found" 1768 else 1769 echo $ac_t "not found" 1770 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1771 ll File::Tail\"'" >&5 1772 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1773 ll File::Tail\"'" >&2;} 1774 { (exit 1); exit 1; }; } 1775 fi 1776 1777 1778 echo "$as_me:$LINENO: checking for XML::Parser in perl libraries" >&5 1779 echo $ECHO_N "checking for XML::Parser in perl libraries... $ECHO_C" >&6 1780 if { ac_try='$PERL -e "use XML::Parser;"' 1781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1782 (eval $ac_try) 2>&5 1783 ac_status=$? 1784 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1785 (exit $ac_status); }; } > /dev/null 2>&1; then 1786 echo $ac_t "found" 1787 else 1788 echo $ac_t "not found" 1789 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1790 ll XML::Parser\"'" >&5 1791 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1792 ll XML::Parser\"'" >&2;} 1793 { (exit 1); exit 1; }; } 1794 fi 1795 1796 1797 echo "$as_me:$LINENO: checking for XML::DOM::ValParser in perl libraries" >&5 1798 echo $ECHO_N "checking for XML::DOM::ValParser in perl libraries... $ECHO_C" >&6 1799 if { ac_try='$PERL -e "use XML::DOM::ValParser;"' 1800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1801 (eval $ac_try) 2>&5 1802 ac_status=$? 1803 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1804 (exit $ac_status); }; } > /dev/null 2>&1; then 1805 echo $ac_t "found" 1806 else 1807 echo $ac_t "not found" 1808 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1809 ll XML::DOM::ValParser\"'" >&5 1810 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1811 ll XML::DOM::ValParser\"'" >&2;} 1812 { (exit 1); exit 1; }; } 1813 fi 1814 1815 1816 echo "$as_me:$LINENO: checking for XML::Checker in perl libraries" >&5 1817 echo $ECHO_N "checking for XML::Checker in perl libraries... $ECHO_C" >&6 1818 if { ac_try='$PERL -e "use XML::Checker;"' 1819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1820 (eval $ac_try) 2>&5 1821 ac_status=$? 1822 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1823 (exit $ac_status); }; } > /dev/null 2>&1; then 1824 echo $ac_t "found" 1825 else 1826 echo $ac_t "not found" 1827 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1828 ll XML::Checker\"'" >&5 1829 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1830 ll XML::Checker\"'" >&2;} 1831 { (exit 1); exit 1; }; } 1832 fi 1833 1834 1835 echo "$as_me:$LINENO: checking for Term::ANSIColor in perl libraries" >&5 1836 echo $ECHO_N "checking for Term::ANSIColor in perl libraries... $ECHO_C" >&6 1837 if { ac_try='$PERL -e "use Term::ANSIColor;"' 1838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1839 (eval $ac_try) 2>&5 1840 ac_status=$? 1841 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1842 (exit $ac_status); }; } > /dev/null 2>&1; then 1843 echo $ac_t "found" 1844 else 1845 echo $ac_t "not found" 1846 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1847 ll Term::ANSIColor\"'" >&5 1848 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1849 ll Term::ANSIColor\"'" >&2;} 1850 { (exit 1); exit 1; }; } 1851 fi 1852 1853 1854 echo "$as_me:$LINENO: checking for Mail::Internet in perl libraries" >&5 1855 echo $ECHO_N "checking for Mail::Internet in perl libraries... $ECHO_C" >&6 1856 if { ac_try='$PERL -e "use Mail::Internet;"' 1857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1858 (eval $ac_try) 2>&5 1859 ac_status=$? 1860 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1861 (exit $ac_status); }; } > /dev/null 2>&1; then 1862 echo $ac_t "found" 1863 else 1864 echo $ac_t "not found" 1865 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1866 ll Mail::Internet\"'" >&5 1867 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1868 ll Mail::Internet\"'" >&2;} 1869 { (exit 1); exit 1; }; } 1870 fi 1871 1872 1873 echo "$as_me:$LINENO: checking for Net::SMTP in perl libraries" >&5 1874 echo $ECHO_N "checking for Net::SMTP in perl libraries... $ECHO_C" >&6 1875 if { ac_try='$PERL -e "use Net::SMTP;"' 1876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1877 (eval $ac_try) 2>&5 1878 ac_status=$? 1879 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1880 (exit $ac_status); }; } > /dev/null 2>&1; then 1881 echo $ac_t "found" 1882 else 1883 echo $ac_t "not found" 1884 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1885 ll Net::SMTP\"'" >&5 1886 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1887 ll Net::SMTP\"'" >&2;} 1888 { (exit 1); exit 1; }; } 1889 fi 1890 1891 1892 echo "$as_me:$LINENO: checking for Log::Agent in perl libraries" >&5 1893 echo $ECHO_N "checking for Log::Agent in perl libraries... $ECHO_C" >&6 1894 if { ac_try='$PERL -e "use Log::Agent;"' 1895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1896 (eval $ac_try) 2>&5 1897 ac_status=$? 1898 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1899 (exit $ac_status); }; } > /dev/null 2>&1; then 1900 echo $ac_t "found" 1901 else 1902 echo $ac_t "not found" 1903 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1904 ll Log::Agent\"'" >&5 1905 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1906 ll Log::Agent\"'" >&2;} 1907 { (exit 1); exit 1; }; } 1908 fi 1909 1910 1911 echo "$as_me:$LINENO: checking for Log::Agent::Driver::Syslog in perl libraries" >&5 1912 echo $ECHO_N "checking for Log::Agent::Driver::Syslog in perl libraries... $ECHO_C" >&6 1913 if { ac_try='$PERL -e "use Log::Agent::Driver::Syslog;"' 1914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 1915 (eval $ac_try) 2>&5 1916 ac_status=$? 1917 echo "$as_me:$LINENO: \$? = $ac_status" >&5 1918 (exit $ac_status); }; } > /dev/null 2>&1; then 1919 echo $ac_t "found" 1920 else 1921 echo $ac_t "not found" 1922 { { echo "$as_me:$LINENO: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1923 ll Log::Agent::Driver::Syslog\"'" >&5 1924 echo "$as_me: error: This perl module is required. Try 'perl -MCPAN -e \"insta 1925 ll Log::Agent::Driver::Syslog\"'" >&2;} 1926 { (exit 1); exit 1; }; } 1927 fi 1928 1929 1930 1931 ac_config_files="$ac_config_files Makefile timbersee docs/Makefile" 1932 cat >confcache <<\_ACEOF 1933 # This file is a shell script that caches the results of configure 1934 # tests run on this system so they can be shared between configure 1935 # scripts and configure runs, see configure's option --config-cache. 1936 # It is not useful on other systems. If it contains results you don't 1937 # want to keep, you may remove or edit it. 1938 # 1939 # config.status only pays attention to the cache file if you give it 1940 # the --recheck option to rerun configure. 1941 # 1942 # `ac_cv_env_foo' variables (set or unset) will be overridden when 1943 # loading this file, other *unset* `ac_cv_foo' will be assigned the 1944 # following values. 1945 1946 _ACEOF 1947 1948 # The following way of writing the cache mishandles newlines in values, 1949 # but we know of no workaround that is simple, portable, and efficient. 1950 # So, don't put newlines in cache variables' values. 1951 # Ultrix sh set writes to stderr and can't be redirected directly, 1952 # and sets the high bit in the cache file unless we assign to the vars. 1953 { 1954 (set) 2>&1 | 1955 case `(ac_space=' '; set | grep ac_space) 2>&1` in 1956 *ac_space=\ *) 1957 # `set' does not quote correctly, so add quotes (double-quote 1958 # substitution turns \\\\ into \\, and sed turns \\ into \). 1959 sed -n \ 1960 "s/'/'\\\\''/g; 1961 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 1962 ;; 1963 *) 1964 # `set' quotes correctly as required by POSIX, so do not add quotes. 1965 sed -n \ 1966 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1967 ;; 1968 esac; 1969 } | 1970 sed ' 1971 t clear 1972 : clear 1973 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 1974 t end 1975 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 1976 : end' >>confcache 1977 if diff $cache_file confcache >/dev/null 2>&1; then :; else 1978 if test -w $cache_file; then 1979 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 1980 cat confcache >$cache_file 1981 else 1982 echo "not updating unwritable cache $cache_file" 1983 fi 1984 fi 1985 rm -f confcache 1986 1987 test "x$prefix" = xNONE && prefix=$ac_default_prefix 1988 # Let make expand exec_prefix. 1989 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 1990 1991 # VPATH may cause trouble with some makes, so we remove $(srcdir), 1992 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 1993 # trailing colons and then remove the whole line if VPATH becomes empty 1994 # (actually we leave an empty line to preserve line numbers). 1995 if test "x$srcdir" = x.; then 1996 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 1997 s/:*\$(srcdir):*/:/; 1998 s/:*\${srcdir}:*/:/; 1999 s/:*@srcdir@:*/:/; 2000 s/^\([^=]*=[ ]*\):*/\1/; 2001 s/:*$//; 2002 s/^[^=]*=[ ]*$//; 2003 }' 2004 fi 2005 2006 # Transform confdefs.h into DEFS. 2007 # Protect against shell expansion while executing Makefile rules. 2008 # Protect against Makefile macro expansion. 2009 # 2010 # If the first sed substitution is executed (which looks for macros that 2011 # take arguments), then we branch to the quote section. Otherwise, 2012 # look for a macro that doesn't take arguments. 2013 cat >confdef2opt.sed <<\_ACEOF 2014 t clear 2015 : clear 2016 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g 2017 t quote 2018 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g 2019 t quote 2020 d 2021 : quote 2022 s,[ `~#$^&*(){}\\|;'"<>?],\\&,g 2023 s,\[,\\&,g 2024 s,\],\\&,g 2025 s,\$,$$,g 2026 p 2027 _ACEOF 2028 # We use echo to avoid assuming a particular line-breaking character. 2029 # The extra dot is to prevent the shell from consuming trailing 2030 # line-breaks from the sub-command output. A line-break within 2031 # single-quotes doesn't work because, if this script is created in a 2032 # platform that uses two characters for line-breaks (e.g., DOS), tr 2033 # would break. 2034 ac_LF_and_DOT=`echo; echo .` 2035 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` 2036 rm -f confdef2opt.sed 2037 2038 2039 ac_libobjs= 2040 ac_ltlibobjs= 2041 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 2042 # 1. Remove the extension, and $U if already installed. 2043 ac_i=`echo "$ac_i" | 2044 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 2045 # 2. Add them. 2046 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 2047 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 2048 done 2049 LIBOBJS=$ac_libobjs 2050 2051 LTLIBOBJS=$ac_ltlibobjs 2052 2053 2054 2055 : ${CONFIG_STATUS=./config.status} 2056 ac_clean_files_save=$ac_clean_files 2057 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 2058 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 2059 echo "$as_me: creating $CONFIG_STATUS" >&6;} 2060 cat >$CONFIG_STATUS <<_ACEOF 2061 #! $SHELL 2062 # Generated by $as_me. 2063 # Run this file to recreate the current configuration. 2064 # Compiler output produced by configure, useful for debugging 2065 # configure, is in config.log if it exists. 2066 2067 debug=false 2068 ac_cs_recheck=false 2069 ac_cs_silent=false 2070 SHELL=\${CONFIG_SHELL-$SHELL} 2071 _ACEOF 2072 2073 cat >>$CONFIG_STATUS <<\_ACEOF 2074 ## --------------------- ## 2075 ## M4sh Initialization. ## 2076 ## --------------------- ## 2077 2078 # Be Bourne compatible 2079 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 2080 emulate sh 2081 NULLCMD=: 2082 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 2083 # is contrary to our usage. Disable this feature. 2084 alias -g '${1+"$@"}'='"$@"' 2085 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 2086 set -o posix 2087 fi 2088 DUALCASE=1; export DUALCASE # for MKS sh 2089 2090 # Support unset when possible. 2091 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 2092 as_unset=unset 2093 else 2094 as_unset=false 2095 fi 2096 2097 2098 # Work around bugs in pre-3.0 UWIN ksh. 2099 $as_unset ENV MAIL MAILPATH 2100 PS1='$ ' 2101 PS2='> ' 2102 PS4='+ ' 2103 2104 # NLS nuisances. 2105 for as_var in \ 2106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 2107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 2108 LC_TELEPHONE LC_TIME 2109 do 2110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 2111 eval $as_var=C; export $as_var 2112 else 2113 $as_unset $as_var 2114 fi 2115 done 2116 2117 # Required to use basename. 2118 if expr a : '\(a\)' >/dev/null 2>&1; then 2119 as_expr=expr 2120 else 2121 as_expr=false 2122 fi 2123 2124 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then 2125 as_basename=basename 2126 else 2127 as_basename=false 2128 fi 2129 2130 2131 # Name of the executable. 2132 as_me=`$as_basename "$0" || 2133 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 2134 X"$0" : 'X\(//\)$' \| \ 2135 X"$0" : 'X\(/\)$' \| \ 2136 . : '\(.\)' 2>/dev/null || 2137 echo X/"$0" | 2138 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } 2139 /^X\/\(\/\/\)$/{ s//\1/; q; } 2140 /^X\/\(\/\).*/{ s//\1/; q; } 2141 s/.*/./; q'` 2142 2143 2144 # PATH needs CR, and LINENO needs CR and PATH. 2145 # Avoid depending upon Character Ranges. 2146 as_cr_letters='abcdefghijklmnopqrstuvwxyz' 2147 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 2148 as_cr_Letters=$as_cr_letters$as_cr_LETTERS 2149 as_cr_digits='0123456789' 2150 as_cr_alnum=$as_cr_Letters$as_cr_digits 2151 2152 # The user is always right. 2153 if test "${PATH_SEPARATOR+set}" != set; then 2154 echo "#! /bin/sh" >conf$$.sh 2155 echo "exit 0" >>conf$$.sh 2156 chmod +x conf$$.sh 2157 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 2158 PATH_SEPARATOR=';' 2159 else 2160 PATH_SEPARATOR=: 2161 fi 2162 rm -f conf$$.sh 2163 fi 2164 2165 2166 as_lineno_1=$LINENO 2167 as_lineno_2=$LINENO 2168 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 2169 test "x$as_lineno_1" != "x$as_lineno_2" && 2170 test "x$as_lineno_3" = "x$as_lineno_2" || { 2171 # Find who we are. Look in the path if we contain no path at all 2172 # relative or not. 2173 case $0 in 2174 *[\\/]* ) as_myself=$0 ;; 2175 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2176 for as_dir in $PATH 2177 do 2178 IFS=$as_save_IFS 2179 test -z "$as_dir" && as_dir=. 2180 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 2181 done 2182 2183 ;; 2184 esac 2185 # We did not find ourselves, most probably we were run as `sh COMMAND' 2186 # in which case we are not to be found in the path. 2187 if test "x$as_myself" = x; then 2188 as_myself=$0 2189 fi 2190 if test ! -f "$as_myself"; then 2191 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 2192 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} 2193 { (exit 1); exit 1; }; } 2194 fi 2195 case $CONFIG_SHELL in 2196 '') 2197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2198 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 2199 do 2200 IFS=$as_save_IFS 2201 test -z "$as_dir" && as_dir=. 2202 for as_base in sh bash ksh sh5; do 2203 case $as_dir in 2204 /*) 2205 if ("$as_dir/$as_base" -c ' 2206 as_lineno_1=$LINENO 2207 as_lineno_2=$LINENO 2208 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` 2209 test "x$as_lineno_1" != "x$as_lineno_2" && 2210 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then 2211 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } 2212 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } 2213 CONFIG_SHELL=$as_dir/$as_base 2214 export CONFIG_SHELL 2215 exec "$CONFIG_SHELL" "$0" ${1+"$@"} 2216 fi;; 2217 esac 2218 done 2219 done 2220 ;; 2221 esac 2222 2223 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 2224 # uniformly replaced by the line number. The first 'sed' inserts a 2225 # line-number line before each line; the second 'sed' does the real 2226 # work. The second script uses 'N' to pair each line-number line 2227 # with the numbered line, and appends trailing '-' during 2228 # substitution so that $LINENO is not a special case at line end. 2229 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 2230 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) 2231 sed '=' <$as_myself | 2232 sed ' 2233 N 2234 s,$,-, 2235 : loop 2236 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 2237 t loop 2238 s,-$,, 2239 s,^['$as_cr_digits']*\n,, 2240 ' >$as_me.lineno && 2241 chmod +x $as_me.lineno || 2242 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 2243 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} 2244 { (exit 1); exit 1; }; } 2245 2246 # Don't try to exec as it changes $[0], causing all sort of problems 2247 # (the dirname of $[0] is not the place where we might find the 2248 # original and so on. Autoconf is especially sensible to this). 2249 . ./$as_me.lineno 2250 # Exit status is that of the last command. 2251 exit 2252 } 2253 2254 2255 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 2256 *c*,-n*) ECHO_N= ECHO_C=' 2257 ' ECHO_T=' ' ;; 2258 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 2259 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 2260 esac 2261 2262 if expr a : '\(a\)' >/dev/null 2>&1; then 2263 as_expr=expr 2264 else 2265 as_expr=false 2266 fi 2267 2268 rm -f conf$$ conf$$.exe conf$$.file 2269 echo >conf$$.file 2270 if ln -s conf$$.file conf$$ 2>/dev/null; then 2271 # We could just check for DJGPP; but this test a) works b) is more generic 2272 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 2273 if test -f conf$$.exe; then 2274 # Don't use ln at all; we don't have any links 2275 as_ln_s='cp -p' 2276 else 2277 as_ln_s='ln -s' 2278 fi 2279 elif ln conf$$.file conf$$ 2>/dev/null; then 2280 as_ln_s=ln 2281 else 2282 as_ln_s='cp -p' 2283 fi 2284 rm -f conf$$ conf$$.exe conf$$.file 2285 2286 if mkdir -p . 2>/dev/null; then 2287 as_mkdir_p=: 2288 else 2289 test -d ./-p && rmdir ./-p 2290 as_mkdir_p=false 2291 fi 2292 2293 as_executable_p="test -f" 2294 2295 # Sed expression to map a string onto a valid CPP name. 2296 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 2297 2298 # Sed expression to map a string onto a valid variable name. 2299 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 2300 2301 2302 # IFS 2303 # We need space, tab and new line, in precisely that order. 2304 as_nl=' 2305 ' 2306 IFS=" $as_nl" 2307 2308 # CDPATH. 2309 $as_unset CDPATH 2310 2311 exec 6>&1 2312 2313 # Open the log real soon, to keep \$[0] and so on meaningful, and to 2314 # report actual input values of CONFIG_FILES etc. instead of their 2315 # values after options handling. Logging --version etc. is OK. 2316 exec 5>>config.log 2317 { 2318 echo 2319 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX 2320 ## Running $as_me. ## 2321 _ASBOX 2322 } >&5 2323 cat >&5 <<_CSEOF 2324 2325 This file was extended by $as_me, which was 2326 generated by GNU Autoconf 2.59. Invocation command line was 2327 2328 CONFIG_FILES = $CONFIG_FILES 2329 CONFIG_HEADERS = $CONFIG_HEADERS 2330 CONFIG_LINKS = $CONFIG_LINKS 2331 CONFIG_COMMANDS = $CONFIG_COMMANDS 2332 $ $0 $@ 2333 2334 _CSEOF 2335 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 2336 echo >&5 2337 _ACEOF 2338 2339 # Files that config.status was made for. 2340 if test -n "$ac_config_files"; then 2341 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 2342 fi 2343 2344 if test -n "$ac_config_headers"; then 2345 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 2346 fi 2347 2348 if test -n "$ac_config_links"; then 2349 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 2350 fi 2351 2352 if test -n "$ac_config_commands"; then 2353 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 2354 fi 2355 2356 cat >>$CONFIG_STATUS <<\_ACEOF 2357 2358 ac_cs_usage="\ 2359 \`$as_me' instantiates files from templates according to the 2360 current configuration. 2361 2362 Usage: $0 [OPTIONS] [FILE]... 2363 2364 -h, --help print this help, then exit 2365 -V, --version print version number, then exit 2366 -q, --quiet do not print progress messages 2367 -d, --debug don't remove temporary files 2368 --recheck update $as_me by reconfiguring in the same conditions 2369 --file=FILE[:TEMPLATE] 2370 instantiate the configuration file FILE 2371 2372 Configuration files: 2373 $config_files 2374 2375 Report bugs to <bug-autoconf@gnu.org>." 2376 _ACEOF 2377 2378 cat >>$CONFIG_STATUS <<_ACEOF 2379 ac_cs_version="\\ 2380 config.status 2381 configured by $0, generated by GNU Autoconf 2.59, 2382 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 2383 2384 Copyright (C) 2003 Free Software Foundation, Inc. 2385 This config.status script is free software; the Free Software Foundation 2386 gives unlimited permission to copy, distribute and modify it." 2387 srcdir=$srcdir 2388 INSTALL="$INSTALL" 2389 _ACEOF 2390 2391 cat >>$CONFIG_STATUS <<\_ACEOF 2392 # If no file are specified by the user, then we need to provide default 2393 # value. By we need to know if files were specified by the user. 2394 ac_need_defaults=: 2395 while test $# != 0 2396 do 2397 case $1 in 2398 --*=*) 2399 ac_option=`expr "x$1" : 'x\([^=]*\)='` 2400 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 2401 ac_shift=: 2402 ;; 2403 -*) 2404 ac_option=$1 2405 ac_optarg=$2 2406 ac_shift=shift 2407 ;; 2408 *) # This is not an option, so the user has probably given explicit 2409 # arguments. 2410 ac_option=$1 2411 ac_need_defaults=false;; 2412 esac 2413 2414 case $ac_option in 2415 # Handling of the options. 2416 _ACEOF 2417 cat >>$CONFIG_STATUS <<\_ACEOF 2418 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 2419 ac_cs_recheck=: ;; 2420 --version | --vers* | -V ) 2421 echo "$ac_cs_version"; exit 0 ;; 2422 --he | --h) 2423 # Conflict between --help and --header 2424 { { echo "$as_me:$LINENO: error: ambiguous option: $1 2425 Try \`$0 --help' for more information." >&5 2426 echo "$as_me: error: ambiguous option: $1 2427 Try \`$0 --help' for more information." >&2;} 2428 { (exit 1); exit 1; }; };; 2429 --help | --hel | -h ) 2430 echo "$ac_cs_usage"; exit 0 ;; 2431 --debug | --d* | -d ) 2432 debug=: ;; 2433 --file | --fil | --fi | --f ) 2434 $ac_shift 2435 CONFIG_FILES="$CONFIG_FILES $ac_optarg" 2436 ac_need_defaults=false;; 2437 --header | --heade | --head | --hea ) 2438 $ac_shift 2439 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 2440 ac_need_defaults=false;; 2441 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 2442 | -silent | --silent | --silen | --sile | --sil | --si | --s) 2443 ac_cs_silent=: ;; 2444 2445 # This is an error. 2446 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 2447 Try \`$0 --help' for more information." >&5 2448 echo "$as_me: error: unrecognized option: $1 2449 Try \`$0 --help' for more information." >&2;} 2450 { (exit 1); exit 1; }; } ;; 2451 2452 *) ac_config_targets="$ac_config_targets $1" ;; 2453 2454 esac 2455 shift 2456 done 2457 2458 ac_configure_extra_args= 2459 2460 if $ac_cs_silent; then 2461 exec 6>/dev/null 2462 ac_configure_extra_args="$ac_configure_extra_args --silent" 2463 fi 2464 2465 _ACEOF 2466 cat >>$CONFIG_STATUS <<_ACEOF 2467 if \$ac_cs_recheck; then 2468 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 2469 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 2470 fi 2471 2472 _ACEOF 2473 2474 2475 2476 2477 2478 cat >>$CONFIG_STATUS <<\_ACEOF 2479 for ac_config_target in $ac_config_targets 2480 do 2481 case "$ac_config_target" in 2482 # Handling of arguments. 2483 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 2484 "timbersee" ) CONFIG_FILES="$CONFIG_FILES timbersee" ;; 2485 "docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; 2486 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 2487 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 2488 { (exit 1); exit 1; }; };; 2489 esac 2490 done 2491 2492 # If the user did not use the arguments to specify the items to instantiate, 2493 # then the envvar interface is used. Set only those that are not. 2494 # We use the long form for the default assignment because of an extremely 2495 # bizarre bug on SunOS 4.1.3. 2496 if $ac_need_defaults; then 2497 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 2498 fi 2499 2500 # Have a temporary directory for convenience. Make it in the build tree 2501 # simply because there is no reason to put it here, and in addition, 2502 # creating and moving files from /tmp can sometimes cause problems. 2503 # Create a temporary directory, and hook for its removal unless debugging. 2504 $debug || 2505 { 2506 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 2507 trap '{ (exit 1); exit 1; }' 1 2 13 15 2508 } 2509 2510 # Create a (secure) tmp directory for tmp files. 2511 2512 { 2513 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && 2514 test -n "$tmp" && test -d "$tmp" 2515 } || 2516 { 2517 tmp=./confstat$$-$RANDOM 2518 (umask 077 && mkdir $tmp) 2519 } || 2520 { 2521 echo "$me: cannot create a temporary directory in ." >&2 2522 { (exit 1); exit 1; } 2523 } 2524 2525 _ACEOF 2526 2527 cat >>$CONFIG_STATUS <<_ACEOF 2528 2529 # 2530 # CONFIG_FILES section. 2531 # 2532 2533 # No need to generate the scripts if there are no CONFIG_FILES. 2534 # This happens for instance when ./config.status config.h 2535 if test -n "\$CONFIG_FILES"; then 2536 # Protect against being on the right side of a sed subst in config.status. 2537 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 2538 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 2539 s,@SHELL@,$SHELL,;t t 2540 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 2541 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 2542 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 2543 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 2544 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 2545 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 2546 s,@exec_prefix@,$exec_prefix,;t t 2547 s,@prefix@,$prefix,;t t 2548 s,@program_transform_name@,$program_transform_name,;t t 2549 s,@bindir@,$bindir,;t t 2550 s,@sbindir@,$sbindir,;t t 2551 s,@libexecdir@,$libexecdir,;t t 2552 s,@datadir@,$datadir,;t t 2553 s,@sysconfdir@,$sysconfdir,;t t 2554 s,@sharedstatedir@,$sharedstatedir,;t t 2555 s,@localstatedir@,$localstatedir,;t t 2556 s,@libdir@,$libdir,;t t 2557 s,@includedir@,$includedir,;t t 2558 s,@oldincludedir@,$oldincludedir,;t t 2559 s,@infodir@,$infodir,;t t 2560 s,@mandir@,$mandir,;t t 2561 s,@build_alias@,$build_alias,;t t 2562 s,@host_alias@,$host_alias,;t t 2563 s,@target_alias@,$target_alias,;t t 2564 s,@DEFS@,$DEFS,;t t 2565 s,@ECHO_C@,$ECHO_C,;t t 2566 s,@ECHO_N@,$ECHO_N,;t t 2567 s,@ECHO_T@,$ECHO_T,;t t 2568 s,@LIBS@,$LIBS,;t t 2569 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t 2570 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t 2571 s,@INSTALL_DATA@,$INSTALL_DATA,;t t 2572 s,@PACKAGE@,$PACKAGE,;t t 2573 s,@VERSION@,$VERSION,;t t 2574 s,@ACLOCAL@,$ACLOCAL,;t t 2575 s,@AUTOCONF@,$AUTOCONF,;t t 2576 s,@AUTOMAKE@,$AUTOMAKE,;t t 2577 s,@AUTOHEADER@,$AUTOHEADER,;t t 2578 s,@MAKEINFO@,$MAKEINFO,;t t 2579 s,@SET_MAKE@,$SET_MAKE,;t t 2580 s,@PERL@,$PERL,;t t 2581 s,@pod2man@,$pod2man,;t t 2582 s,@pod2html@,$pod2html,;t t 2583 s,@LIBOBJS@,$LIBOBJS,;t t 2584 s,@LTLIBOBJS@,$LTLIBOBJS,;t t 2585 CEOF 2586 2587 _ACEOF 2588 2589 cat >>$CONFIG_STATUS <<\_ACEOF 2590 # Split the substitutions into bite-sized pieces for seds with 2591 # small command number limits, like on Digital OSF/1 and HP-UX. 2592 ac_max_sed_lines=48 2593 ac_sed_frag=1 # Number of current file. 2594 ac_beg=1 # First line for current file. 2595 ac_end=$ac_max_sed_lines # Line after last line for current file. 2596 ac_more_lines=: 2597 ac_sed_cmds= 2598 while $ac_more_lines; do 2599 if test $ac_beg -gt 1; then 2600 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 2601 else 2602 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 2603 fi 2604 if test ! -s $tmp/subs.frag; then 2605 ac_more_lines=false 2606 else 2607 # The purpose of the label and of the branching condition is to 2608 # speed up the sed processing (if there are no `@' at all, there 2609 # is no need to browse any of the substitutions). 2610 # These are the two extra sed commands mentioned above. 2611 (echo ':t 2612 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 2613 if test -z "$ac_sed_cmds"; then 2614 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 2615 else 2616 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 2617 fi 2618 ac_sed_frag=`expr $ac_sed_frag + 1` 2619 ac_beg=$ac_end 2620 ac_end=`expr $ac_end + $ac_max_sed_lines` 2621 fi 2622 done 2623 if test -z "$ac_sed_cmds"; then 2624 ac_sed_cmds=cat 2625 fi 2626 fi # test -n "$CONFIG_FILES" 2627 2628 _ACEOF 2629 cat >>$CONFIG_STATUS <<\_ACEOF 2630 for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 2631 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 2632 case $ac_file in 2633 - | *:- | *:-:* ) # input from stdin 2634 cat >$tmp/stdin 2635 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 2636 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 2637 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 2638 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 2639 * ) ac_file_in=$ac_file.in ;; 2640 esac 2641 2642 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 2643 ac_dir=`(dirname "$ac_file") 2>/dev/null || 2644 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 2645 X"$ac_file" : 'X\(//\)[^/]' \| \ 2646 X"$ac_file" : 'X\(//\)$' \| \ 2647 X"$ac_file" : 'X\(/\)' \| \ 2648 . : '\(.\)' 2>/dev/null || 2649 echo X"$ac_file" | 2650 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 2651 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 2652 /^X\(\/\/\)$/{ s//\1/; q; } 2653 /^X\(\/\).*/{ s//\1/; q; } 2654 s/.*/./; q'` 2655 { if $as_mkdir_p; then 2656 mkdir -p "$ac_dir" 2657 else 2658 as_dir="$ac_dir" 2659 as_dirs= 2660 while test ! -d "$as_dir"; do 2661 as_dirs="$as_dir $as_dirs" 2662 as_dir=`(dirname "$as_dir") 2>/dev/null || 2663 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 2664 X"$as_dir" : 'X\(//\)[^/]' \| \ 2665 X"$as_dir" : 'X\(//\)$' \| \ 2666 X"$as_dir" : 'X\(/\)' \| \ 2667 . : '\(.\)' 2>/dev/null || 2668 echo X"$as_dir" | 2669 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 2670 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 2671 /^X\(\/\/\)$/{ s//\1/; q; } 2672 /^X\(\/\).*/{ s//\1/; q; } 2673 s/.*/./; q'` 2674 done 2675 test ! -n "$as_dirs" || mkdir $as_dirs 2676 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 2677 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} 2678 { (exit 1); exit 1; }; }; } 2679 2680 ac_builddir=. 2681 2682 if test "$ac_dir" != .; then 2683 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 2684 # A "../" for each directory in $ac_dir_suffix. 2685 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` 2686 else 2687 ac_dir_suffix= ac_top_builddir= 2688 fi 2689 2690 case $srcdir in 2691 .) # No --srcdir option. We are building in place. 2692 ac_srcdir=. 2693 if test -z "$ac_top_builddir"; then 2694 ac_top_srcdir=. 2695 else 2696 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` 2697 fi ;; 2698 [\\/]* | ?:[\\/]* ) # Absolute path. 2699 ac_srcdir=$srcdir$ac_dir_suffix; 2700 ac_top_srcdir=$srcdir ;; 2701 *) # Relative path. 2702 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 2703 ac_top_srcdir=$ac_top_builddir$srcdir ;; 2704 esac 2705 2706 # Do not use `cd foo && pwd` to compute absolute paths, because 2707 # the directories may not exist. 2708 case `pwd` in 2709 .) ac_abs_builddir="$ac_dir";; 2710 *) 2711 case "$ac_dir" in 2712 .) ac_abs_builddir=`pwd`;; 2713 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 2714 *) ac_abs_builddir=`pwd`/"$ac_dir";; 2715 esac;; 2716 esac 2717 case $ac_abs_builddir in 2718 .) ac_abs_top_builddir=${ac_top_builddir}.;; 2719 *) 2720 case ${ac_top_builddir}. in 2721 .) ac_abs_top_builddir=$ac_abs_builddir;; 2722 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 2723 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 2724 esac;; 2725 esac 2726 case $ac_abs_builddir in 2727 .) ac_abs_srcdir=$ac_srcdir;; 2728 *) 2729 case $ac_srcdir in 2730 .) ac_abs_srcdir=$ac_abs_builddir;; 2731 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 2732 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 2733 esac;; 2734 esac 2735 case $ac_abs_builddir in 2736 .) ac_abs_top_srcdir=$ac_top_srcdir;; 2737 *) 2738 case $ac_top_srcdir in 2739 .) ac_abs_top_srcdir=$ac_abs_builddir;; 2740 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 2741 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 2742 esac;; 2743 esac 2744 2745 2746 case $INSTALL in 2747 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; 2748 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 2749 esac 2750 2751 # Let's still pretend it is `configure' which instantiates (i.e., don't 2752 # use $as_me), people would be surprised to read: 2753 # /* config.h. Generated by config.status. */ 2754 if test x"$ac_file" = x-; then 2755 configure_input= 2756 else 2757 configure_input="$ac_file. " 2758 fi 2759 configure_input=$configure_input"Generated from `echo $ac_file_in | 2760 sed 's,.*/,,'` by configure." 2761 2762 # First look for the input files in the build tree, otherwise in the 2763 # src tree. 2764 ac_file_inputs=`IFS=: 2765 for f in $ac_file_in; do 2766 case $f in 2767 -) echo $tmp/stdin ;; 2768 [\\/$]*) 2769 # Absolute (can't be DOS-style, as IFS=:) 2770 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 2771 echo "$as_me: error: cannot find input file: $f" >&2;} 2772 { (exit 1); exit 1; }; } 2773 echo "$f";; 2774 *) # Relative 2775 if test -f "$f"; then 2776 # Build tree 2777 echo "$f" 2778 elif test -f "$srcdir/$f"; then 2779 # Source tree 2780 echo "$srcdir/$f" 2781 else 2782 # /dev/null tree 2783 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 2784 echo "$as_me: error: cannot find input file: $f" >&2;} 2785 { (exit 1); exit 1; }; } 2786 fi;; 2787 esac 2788 done` || { (exit 1); exit 1; } 2789 2790 if test x"$ac_file" != x-; then 2791 { echo "$as_me:$LINENO: creating $ac_file" >&5 2792 echo "$as_me: creating $ac_file" >&6;} 2793 rm -f "$ac_file" 2794 fi 2795 _ACEOF 2796 cat >>$CONFIG_STATUS <<_ACEOF 2797 sed "$ac_vpsub 2798 $extrasub 2799 _ACEOF 2800 cat >>$CONFIG_STATUS <<\_ACEOF 2801 :t 2802 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 2803 s,@configure_input@,$configure_input,;t t 2804 s,@srcdir@,$ac_srcdir,;t t 2805 s,@abs_srcdir@,$ac_abs_srcdir,;t t 2806 s,@top_srcdir@,$ac_top_srcdir,;t t 2807 s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t 2808 s,@builddir@,$ac_builddir,;t t 2809 s,@abs_builddir@,$ac_abs_builddir,;t t 2810 s,@top_builddir@,$ac_top_builddir,;t t 2811 s,@abs_top_builddir@,$ac_abs_top_builddir,;t t 2812 s,@INSTALL@,$ac_INSTALL,;t t 2813 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 2814 rm -f $tmp/stdin 2815 if test x"$ac_file" != x-; then 2816 mv $tmp/out $ac_file 2817 else 2818 cat $tmp/out 2819 rm -f $tmp/out 2820 fi 2821 2822 done 2823 _ACEOF 2824 2825 cat >>$CONFIG_STATUS <<\_ACEOF 2826 2827 { (exit 0); exit 0; } 2828 _ACEOF 2829 chmod +x $CONFIG_STATUS 2830 ac_clean_files=$ac_clean_files_save 2831 2832 2833 # configure is writing to config.log, and then calls config.status. 2834 # config.status does its own redirection, appending to config.log. 2835 # Unfortunately, on DOS this fails, as config.log is still kept open 2836 # by configure, so config.status won't be able to write to it; its 2837 # output is simply discarded. So we exec the FD to /dev/null, 2838 # effectively closing config.log, so it can be properly (re)opened and 2839 # appended to by config.status. When coming back to configure, we 2840 # need to make the FD available again. 2841 if test "$no_create" != yes; then 2842 ac_cs_success=: 2843 ac_config_status_args= 2844 test "$silent" = yes && 2845 ac_config_status_args="$ac_config_status_args --quiet" 2846 exec 5>/dev/null 2847 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false 2848 exec 5>>config.log 2849 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 2850 # would make configure fail if this is the last instruction. 2851 $ac_cs_success || { (exit 1); exit 1; } 2852 fi 2853