Synopsis - Cross-Reference
File: /src/configure1#! /bin/sh 2# From configure.ac Revision: 1.9 . 3# Guess values for system-dependent variables and create Makefiles. 4# Generated by GNU Autoconf 2.61 for libSynopsis 1.0. 5# 6# Report bugs to <synopsis-devel@fresco.org>. 7# 8# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 10# This configure script is free software; the Free Software Foundation 11# gives unlimited permission to copy, distribute and modify it. 12## --------------------- ## 13## M4sh Initialization. ## 14## --------------------- ## 15 16# Be more Bourne compatible 17DUALCASE=1; export DUALCASE # for MKS sh 18if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 19 emulate sh 20 NULLCMD=: 21 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 22 # is contrary to our usage. Disable this feature. 23 alias -g '${1+"$@"}'='"$@"' 24 setopt NO_GLOB_SUBST 25else 26 case `(set -o) 2>/dev/null` in 27 *posix*) set -o posix ;; 28esac 29 30fi 31 32 33 34 35# PATH needs CR 36# Avoid depending upon Character Ranges. 37as_cr_letters='abcdefghijklmnopqrstuvwxyz' 38as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 39as_cr_Letters=$as_cr_letters$as_cr_LETTERS 40as_cr_digits='0123456789' 41as_cr_alnum=$as_cr_Letters$as_cr_digits 42 43# The user is always right. 44if test "${PATH_SEPARATOR+set}" != set; then 45 echo "#! /bin/sh" >conf$$.sh 46 echo "exit 0" >>conf$$.sh 47 chmod +x conf$$.sh 48 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 49 PATH_SEPARATOR=';' 50 else 51 PATH_SEPARATOR=: 52 fi 53 rm -f conf$$.sh 54fi 55 56# Support unset when possible. 57if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 58 as_unset=unset 59else 60 as_unset=false 61fi 62 63 64# IFS 65# We need space, tab and new line, in precisely that order. Quoting is 66# there to prevent editors from complaining about space-tab. 67# (If _AS_PATH_WALK were called with IFS unset, it would disable word 68# splitting by setting IFS to empty value.) 69as_nl=' 70' 71IFS=" "" $as_nl" 72 73# Find who we are. Look in the path if we contain no directory separator. 74case $0 in 75 *[\\/]* ) as_myself=$0 ;; 76 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 77for as_dir in $PATH 78do 79 IFS=$as_save_IFS 80 test -z "$as_dir" && as_dir=. 81 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 82done 83IFS=$as_save_IFS 84 85 ;; 86esac 87# We did not find ourselves, most probably we were run as `sh COMMAND' 88# in which case we are not to be found in the path. 89if test "x$as_myself" = x; then 90 as_myself=$0 91fi 92if test ! -f "$as_myself"; then 93 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 94 { (exit 1); exit 1; } 95fi 96 97# Work around bugs in pre-3.0 UWIN ksh. 98for as_var in ENV MAIL MAILPATH 99do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 100done 101PS1='$ ' 102PS2='> ' 103PS4='+ ' 104 105# NLS nuisances. 106for as_var in \ 107 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 108 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 109 LC_TELEPHONE LC_TIME 110do 111 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 112 eval $as_var=C; export $as_var 113 else 114 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 115 fi 116done 117 118# Required to use basename. 119if expr a : '\(a\)' >/dev/null 2>&1 && 120 test "X`expr 00001 : '.*\(...\)'`" = X001; then 121 as_expr=expr 122else 123 as_expr=false 124fi 125 126if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 127 as_basename=basename 128else 129 as_basename=false 130fi 131 132 133# Name of the executable. 134as_me=`$as_basename -- "$0" || 135$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 136 X"$0" : 'X\(//\)$' \| \ 137 X"$0" : 'X\(/\)' \| . 2>/dev/null || 138echo X/"$0" | 139 sed '/^.*\/\([^/][^/]*\)\/*$/{ 140 s//\1/ 141 q 142 } 143 /^X\/\(\/\/\)$/{ 144 s//\1/ 145 q 146 } 147 /^X\/\(\/\).*/{ 148 s//\1/ 149 q 150 } 151 s/.*/./; q'` 152 153# CDPATH. 154$as_unset CDPATH 155 156 157if test "x$CONFIG_SHELL" = x; then 158 if (eval ":") 2>/dev/null; then 159 as_have_required=yes 160else 161 as_have_required=no 162fi 163 164 if test $as_have_required = yes && (eval ": 165(as_func_return () { 166 (exit \$1) 167} 168as_func_success () { 169 as_func_return 0 170} 171as_func_failure () { 172 as_func_return 1 173} 174as_func_ret_success () { 175 return 0 176} 177as_func_ret_failure () { 178 return 1 179} 180 181exitcode=0 182if as_func_success; then 183 : 184else 185 exitcode=1 186 echo as_func_success failed. 187fi 188 189if as_func_failure; then 190 exitcode=1 191 echo as_func_failure succeeded. 192fi 193 194if as_func_ret_success; then 195 : 196else 197 exitcode=1 198 echo as_func_ret_success failed. 199fi 200 201if as_func_ret_failure; then 202 exitcode=1 203 echo as_func_ret_failure succeeded. 204fi 205 206if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 207 : 208else 209 exitcode=1 210 echo positional parameters were not saved. 211fi 212 213test \$exitcode = 0) || { (exit 1); exit 1; } 214 215( 216 as_lineno_1=\$LINENO 217 as_lineno_2=\$LINENO 218 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && 219 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } 220") 2> /dev/null; then 221 : 222else 223 as_candidate_shells= 224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 225for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 226do 227 IFS=$as_save_IFS 228 test -z "$as_dir" && as_dir=. 229 case $as_dir in 230 /*) 231 for as_base in sh bash ksh sh5; do 232 as_candidate_shells="$as_candidate_shells $as_dir/$as_base" 233 done;; 234 esac 235done 236IFS=$as_save_IFS 237 238 239 for as_shell in $as_candidate_shells $SHELL; do 240 # Try only shells that exist, to save several forks. 241 if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 242 { ("$as_shell") 2> /dev/null <<\_ASEOF 243if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 244 emulate sh 245 NULLCMD=: 246 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 247 # is contrary to our usage. Disable this feature. 248 alias -g '${1+"$@"}'='"$@"' 249 setopt NO_GLOB_SUBST 250else 251 case `(set -o) 2>/dev/null` in 252 *posix*) set -o posix ;; 253esac 254 255fi 256 257 258: 259_ASEOF 260}; then 261 CONFIG_SHELL=$as_shell 262 as_have_required=yes 263 if { "$as_shell" 2> /dev/null <<\_ASEOF 264if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 265 emulate sh 266 NULLCMD=: 267 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 268 # is contrary to our usage. Disable this feature. 269 alias -g '${1+"$@"}'='"$@"' 270 setopt NO_GLOB_SUBST 271else 272 case `(set -o) 2>/dev/null` in 273 *posix*) set -o posix ;; 274esac 275 276fi 277 278 279: 280(as_func_return () { 281 (exit $1) 282} 283as_func_success () { 284 as_func_return 0 285} 286as_func_failure () { 287 as_func_return 1 288} 289as_func_ret_success () { 290 return 0 291} 292as_func_ret_failure () { 293 return 1 294} 295 296exitcode=0 297if as_func_success; then 298 : 299else 300 exitcode=1 301 echo as_func_success failed. 302fi 303 304if as_func_failure; then 305 exitcode=1 306 echo as_func_failure succeeded. 307fi 308 309if as_func_ret_success; then 310 : 311else 312 exitcode=1 313 echo as_func_ret_success failed. 314fi 315 316if as_func_ret_failure; then 317 exitcode=1 318 echo as_func_ret_failure succeeded. 319fi 320 321if ( set x; as_func_ret_success y && test x = "$1" ); then 322 : 323else 324 exitcode=1 325 echo positional parameters were not saved. 326fi 327 328test $exitcode = 0) || { (exit 1); exit 1; } 329 330( 331 as_lineno_1=$LINENO 332 as_lineno_2=$LINENO 333 test "x$as_lineno_1" != "x$as_lineno_2" && 334 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } 335 336_ASEOF 337}; then 338 break 339fi 340 341fi 342 343 done 344 345 if test "x$CONFIG_SHELL" != x; then 346 for as_var in BASH_ENV ENV 347 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 348 done 349 export CONFIG_SHELL 350 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 351fi 352 353 354 if test $as_have_required = no; then 355 echo This script requires a shell more modern than all the 356 echo shells that I found on your system. Please install a 357 echo modern shell, or manually run the script under such a 358 echo shell if you do have one. 359 { (exit 1); exit 1; } 360fi 361 362 363fi 364 365fi 366 367 368 369(eval "as_func_return () { 370 (exit \$1) 371} 372as_func_success () { 373 as_func_return 0 374} 375as_func_failure () { 376 as_func_return 1 377} 378as_func_ret_success () { 379 return 0 380} 381as_func_ret_failure () { 382 return 1 383} 384 385exitcode=0 386if as_func_success; then 387 : 388else 389 exitcode=1 390 echo as_func_success failed. 391fi 392 393if as_func_failure; then 394 exitcode=1 395 echo as_func_failure succeeded. 396fi 397 398if as_func_ret_success; then 399 : 400else 401 exitcode=1 402 echo as_func_ret_success failed. 403fi 404 405if as_func_ret_failure; then 406 exitcode=1 407 echo as_func_ret_failure succeeded. 408fi 409 410if ( set x; as_func_ret_success y && test x = \"\$1\" ); then 411 : 412else 413 exitcode=1 414 echo positional parameters were not saved. 415fi 416 417test \$exitcode = 0") || { 418 echo No shell found that supports shell functions. 419 echo Please tell autoconf@gnu.org about your system, 420 echo including any error possibly output before this 421 echo message 422} 423 424 425 426 as_lineno_1=$LINENO 427 as_lineno_2=$LINENO 428 test "x$as_lineno_1" != "x$as_lineno_2" && 429 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { 430 431 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 432 # uniformly replaced by the line number. The first 'sed' inserts a 433 # line-number line after each line using $LINENO; the second 'sed' 434 # does the real work. The second script uses 'N' to pair each 435 # line-number line with the line containing $LINENO, and appends 436 # trailing '-' during substitution so that $LINENO is not a special 437 # case at line end. 438 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the 439 # scripts with optimization help from Paolo Bonzini. Blame Lee 440 # E. McMahon (1931-1989) for sed's syntax. :-) 441 sed -n ' 442 p 443 /[$]LINENO/= 444 ' <$as_myself | 445 sed ' 446 s/[$]LINENO.*/&-/ 447 t lineno 448 b 449 :lineno 450 N 451 :loop 452 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 453 t loop 454 s/-\n.*// 455 ' >$as_me.lineno && 456 chmod +x "$as_me.lineno" || 457 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 458 { (exit 1); exit 1; }; } 459 460 # Don't try to exec as it changes $[0], causing all sort of problems 461 # (the dirname of $[0] is not the place where we might find the 462 # original and so on. Autoconf is especially sensitive to this). 463 . "./$as_me.lineno" 464 # Exit status is that of the last command. 465 exit 466} 467 468 469if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 470 as_dirname=dirname 471else 472 as_dirname=false 473fi 474 475ECHO_C= ECHO_N= ECHO_T= 476case `echo -n x` in 477-n*) 478 case `echo 'x\c'` in 479 *c*) ECHO_T=' ';; # ECHO_T is single tab character. 480 *) ECHO_C='\c';; 481 esac;; 482*) 483 ECHO_N='-n';; 484esac 485 486if expr a : '\(a\)' >/dev/null 2>&1 && 487 test "X`expr 00001 : '.*\(...\)'`" = X001; then 488 as_expr=expr 489else 490 as_expr=false 491fi 492 493rm -f conf$$ conf$$.exe conf$$.file 494if test -d conf$$.dir; then 495 rm -f conf$$.dir/conf$$.file 496else 497 rm -f conf$$.dir 498 mkdir conf$$.dir 499fi 500echo >conf$$.file 501if ln -s conf$$.file conf$$ 2>/dev/null; then 502 as_ln_s='ln -s' 503 # ... but there are two gotchas: 504 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 505 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 506 # In both cases, we have to default to `cp -p'. 507 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 508 as_ln_s='cp -p' 509elif ln conf$$.file conf$$ 2>/dev/null; then 510 as_ln_s=ln 511else 512 as_ln_s='cp -p' 513fi 514rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file 515rmdir conf$$.dir 2>/dev/null 516 517if mkdir -p . 2>/dev/null; then 518 as_mkdir_p=: 519else 520 test -d ./-p && rmdir ./-p 521 as_mkdir_p=false 522fi 523 524if test -x / >/dev/null 2>&1; then 525 as_test_x='test -x' 526else 527 if ls -dL / >/dev/null 2>&1; then 528 as_ls_L_option=L 529 else 530 as_ls_L_option= 531 fi 532 as_test_x=' 533 eval sh -c '\'' 534 if test -d "$1"; then 535 test -d "$1/."; 536 else 537 case $1 in 538 -*)set "./$1";; 539 esac; 540 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 541 ???[sx]*):;;*)false;;esac;fi 542 '\'' sh 543 ' 544fi 545as_executable_p=$as_test_x 546 547# Sed expression to map a string onto a valid CPP name. 548as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 549 550# Sed expression to map a string onto a valid variable name. 551as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 552 553 554 555exec 7<&0 </dev/null 6>&1 556 557# Name of the host. 558# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 559# so uname gets run too. 560ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 561 562# 563# Initializations. 564# 565ac_default_prefix=/usr/local 566ac_clean_files= 567ac_config_libobj_dir=. 568LIBOBJS= 569cross_compiling=no 570subdirs= 571MFLAGS= 572MAKEFLAGS= 573SHELL=${CONFIG_SHELL-/bin/sh} 574 575# Identity of this package. 576PACKAGE_NAME='libSynopsis' 577PACKAGE_TARNAME='libsynopsis' 578PACKAGE_VERSION='1.0' 579PACKAGE_STRING='libSynopsis 1.0' 580PACKAGE_BUGREPORT='synopsis-devel@fresco.org' 581 582ac_subst_vars='SHELL 583PATH_SEPARATOR 584PACKAGE_NAME 585PACKAGE_TARNAME 586PACKAGE_VERSION 587PACKAGE_STRING 588PACKAGE_BUGREPORT 589exec_prefix 590prefix 591program_transform_name 592bindir 593sbindir 594libexecdir 595datarootdir 596datadir 597sysconfdir 598sharedstatedir 599localstatedir 600includedir 601oldincludedir 602docdir 603infodir 604htmldir 605dvidir 606pdfdir 607psdir 608libdir 609localedir 610mandir 611DEFS 612ECHO_C 613ECHO_N 614ECHO_T 615LIBS 616build_alias 617host_alias 618target_alias 619CC 620CFLAGS 621LDFLAGS 622CPPFLAGS 623ac_ct_CC 624EXEEXT 625OBJEXT 626CPP 627CXX 628CXXFLAGS 629ac_ct_CXX 630RANLIB 631AR 632LD 633LN_S 634INSTALL_PROGRAM 635INSTALL_SCRIPT 636INSTALL_DATA 637MAJOR 638MINOR 639PYTHON 640GC_CPP 641GC_LIB 642PLATFORM 643LIBEXT 644LDSHARED 645LDSONAME 646LIBOBJS 647LTLIBOBJS' 648ac_subst_files='GC_BRIDGE' 649 ac_precious_vars='build_alias 650host_alias 651target_alias 652CC 653CFLAGS 654LDFLAGS 655LIBS 656CPPFLAGS 657CPP 658CXX 659CXXFLAGS 660CCC' 661 662 663# Initialize some variables set by options. 664ac_init_help= 665ac_init_version=false 666# The variables have the same names as the options, with 667# dashes changed to underlines. 668cache_file=/dev/null 669exec_prefix=NONE 670no_create= 671no_recursion= 672prefix=NONE 673program_prefix=NONE 674program_suffix=NONE 675program_transform_name=s,x,x, 676silent= 677site= 678srcdir= 679verbose= 680x_includes=NONE 681x_libraries=NONE 682 683# Installation directory options. 684# These are left unexpanded so users can "make install exec_prefix=/foo" 685# and all the variables that are supposed to be based on exec_prefix 686# by default will actually change. 687# Use braces instead of parens because sh, perl, etc. also accept them. 688# (The list follows the same order as the GNU Coding Standards.) 689bindir='${exec_prefix}/bin' 690sbindir='${exec_prefix}/sbin' 691libexecdir='${exec_prefix}/libexec' 692datarootdir='${prefix}/share' 693datadir='${datarootdir}' 694sysconfdir='${prefix}/etc' 695sharedstatedir='${prefix}/com' 696localstatedir='${prefix}/var' 697includedir='${prefix}/include' 698oldincludedir='/usr/include' 699docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' 700infodir='${datarootdir}/info' 701htmldir='${docdir}' 702dvidir='${docdir}' 703pdfdir='${docdir}' 704psdir='${docdir}' 705libdir='${exec_prefix}/lib' 706localedir='${datarootdir}/locale' 707mandir='${datarootdir}/man' 708 709ac_prev= 710ac_dashdash= 711for ac_option 712do 713 # If the previous option needs an argument, assign it. 714 if test -n "$ac_prev"; then 715 eval $ac_prev=\$ac_option 716 ac_prev= 717 continue 718 fi 719 720 case $ac_option in 721 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 722 *) ac_optarg=yes ;; 723 esac 724 725 # Accept the important Cygnus configure options, so we can diagnose typos. 726 727 case $ac_dashdash$ac_option in 728 --) 729 ac_dashdash=yes ;; 730 731 -bindir | --bindir | --bindi | --bind | --bin | --bi) 732 ac_prev=bindir ;; 733 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 734 bindir=$ac_optarg ;; 735 736 -build | --build | --buil | --bui | --bu) 737 ac_prev=build_alias ;; 738 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 739 build_alias=$ac_optarg ;; 740 741 -cache-file | --cache-file | --cache-fil | --cache-fi \ 742 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 743 ac_prev=cache_file ;; 744 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 745 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 746 cache_file=$ac_optarg ;; 747 748 --config-cache | -C) 749 cache_file=config.cache ;; 750 751 -datadir | --datadir | --datadi | --datad) 752 ac_prev=datadir ;; 753 -datadir=* | --datadir=* | --datadi=* | --datad=*) 754 datadir=$ac_optarg ;; 755 756 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ 757 | --dataroo | --dataro | --datar) 758 ac_prev=datarootdir ;; 759 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ 760 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 761 datarootdir=$ac_optarg ;; 762 763 -disable-* | --disable-*) 764 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 765 # Reject names that are not valid shell variable names. 766 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 767 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 768 { (exit 1); exit 1; }; } 769 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 770 eval enable_$ac_feature=no ;; 771 772 -docdir | --docdir | --docdi | --doc | --do) 773 ac_prev=docdir ;; 774 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 775 docdir=$ac_optarg ;; 776 777 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 778 ac_prev=dvidir ;; 779 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 780 dvidir=$ac_optarg ;; 781 782 -enable-* | --enable-*) 783 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 784 # Reject names that are not valid shell variable names. 785 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 786 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 787 { (exit 1); exit 1; }; } 788 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 789 eval enable_$ac_feature=\$ac_optarg ;; 790 791 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 792 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 793 | --exec | --exe | --ex) 794 ac_prev=exec_prefix ;; 795 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 796 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 797 | --exec=* | --exe=* | --ex=*) 798 exec_prefix=$ac_optarg ;; 799 800 -gas | --gas | --ga | --g) 801 # Obsolete; use --with-gas. 802 with_gas=yes ;; 803 804 -help | --help | --hel | --he | -h) 805 ac_init_help=long ;; 806 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 807 ac_init_help=recursive ;; 808 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 809 ac_init_help=short ;; 810 811 -host | --host | --hos | --ho) 812 ac_prev=host_alias ;; 813 -host=* | --host=* | --hos=* | --ho=*) 814 host_alias=$ac_optarg ;; 815 816 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 817 ac_prev=htmldir ;; 818 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ 819 | --ht=*) 820 htmldir=$ac_optarg ;; 821 822 -includedir | --includedir | --includedi | --included | --include \ 823 | --includ | --inclu | --incl | --inc) 824 ac_prev=includedir ;; 825 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 826 | --includ=* | --inclu=* | --incl=* | --inc=*) 827 includedir=$ac_optarg ;; 828 829 -infodir | --infodir | --infodi | --infod | --info | --inf) 830 ac_prev=infodir ;; 831 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 832 infodir=$ac_optarg ;; 833 834 -libdir | --libdir | --libdi | --libd) 835 ac_prev=libdir ;; 836 -libdir=* | --libdir=* | --libdi=* | --libd=*) 837 libdir=$ac_optarg ;; 838 839 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 840 | --libexe | --libex | --libe) 841 ac_prev=libexecdir ;; 842 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 843 | --libexe=* | --libex=* | --libe=*) 844 libexecdir=$ac_optarg ;; 845 846 -localedir | --localedir | --localedi | --localed | --locale) 847 ac_prev=localedir ;; 848 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 849 localedir=$ac_optarg ;; 850 851 -localstatedir | --localstatedir | --localstatedi | --localstated \ 852 | --localstate | --localstat | --localsta | --localst | --locals) 853 ac_prev=localstatedir ;; 854 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 855 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 856 localstatedir=$ac_optarg ;; 857 858 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 859 ac_prev=mandir ;; 860 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 861 mandir=$ac_optarg ;; 862 863 -nfp | --nfp | --nf) 864 # Obsolete; use --without-fp. 865 with_fp=no ;; 866 867 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 868 | --no-cr | --no-c | -n) 869 no_create=yes ;; 870 871 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 872 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 873 no_recursion=yes ;; 874 875 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 876 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 877 | --oldin | --oldi | --old | --ol | --o) 878 ac_prev=oldincludedir ;; 879 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 880 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 881 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 882 oldincludedir=$ac_optarg ;; 883 884 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 885 ac_prev=prefix ;; 886 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 887 prefix=$ac_optarg ;; 888 889 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 890 | --program-pre | --program-pr | --program-p) 891 ac_prev=program_prefix ;; 892 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 893 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 894 program_prefix=$ac_optarg ;; 895 896 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 897 | --program-suf | --program-su | --program-s) 898 ac_prev=program_suffix ;; 899 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 900 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 901 program_suffix=$ac_optarg ;; 902 903 -program-transform-name | --program-transform-name \ 904 | --program-transform-nam | --program-transform-na \ 905 | --program-transform-n | --program-transform- \ 906 | --program-transform | --program-transfor \ 907 | --program-transfo | --program-transf \ 908 | --program-trans | --program-tran \ 909 | --progr-tra | --program-tr | --program-t) 910 ac_prev=program_transform_name ;; 911 -program-transform-name=* | --program-transform-name=* \ 912 | --program-transform-nam=* | --program-transform-na=* \ 913 | --program-transform-n=* | --program-transform-=* \ 914 | --program-transform=* | --program-transfor=* \ 915 | --program-transfo=* | --program-transf=* \ 916 | --program-trans=* | --program-tran=* \ 917 | --progr-tra=* | --program-tr=* | --program-t=*) 918 program_transform_name=$ac_optarg ;; 919 920 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 921 ac_prev=pdfdir ;; 922 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 923 pdfdir=$ac_optarg ;; 924 925 -psdir | --psdir | --psdi | --psd | --ps) 926 ac_prev=psdir ;; 927 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 928 psdir=$ac_optarg ;; 929 930 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 931 | -silent | --silent | --silen | --sile | --sil) 932 silent=yes ;; 933 934 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 935 ac_prev=sbindir ;; 936 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 937 | --sbi=* | --sb=*) 938 sbindir=$ac_optarg ;; 939 940 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 941 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 942 | --sharedst | --shareds | --shared | --share | --shar \ 943 | --sha | --sh) 944 ac_prev=sharedstatedir ;; 945 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 946 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 947 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 948 | --sha=* | --sh=*) 949 sharedstatedir=$ac_optarg ;; 950 951 -site | --site | --sit) 952 ac_prev=site ;; 953 -site=* | --site=* | --sit=*) 954 site=$ac_optarg ;; 955 956 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 957 ac_prev=srcdir ;; 958 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 959 srcdir=$ac_optarg ;; 960 961 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 962 | --syscon | --sysco | --sysc | --sys | --sy) 963 ac_prev=sysconfdir ;; 964 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 965 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 966 sysconfdir=$ac_optarg ;; 967 968 -target | --target | --targe | --targ | --tar | --ta | --t) 969 ac_prev=target_alias ;; 970 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 971 target_alias=$ac_optarg ;; 972 973 -v | -verbose | --verbose | --verbos | --verbo | --verb) 974 verbose=yes ;; 975 976 -version | --version | --versio | --versi | --vers | -V) 977 ac_init_version=: ;; 978 979 -with-* | --with-*) 980 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 981 # Reject names that are not valid shell variable names. 982 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 983 { echo "$as_me: error: invalid package name: $ac_package" >&2 984 { (exit 1); exit 1; }; } 985 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 986 eval with_$ac_package=\$ac_optarg ;; 987 988 -without-* | --without-*) 989 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 990 # Reject names that are not valid shell variable names. 991 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 992 { echo "$as_me: error: invalid package name: $ac_package" >&2 993 { (exit 1); exit 1; }; } 994 ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 995 eval with_$ac_package=no ;; 996 997 --x) 998 # Obsolete; use --with-x. 999 with_x=yes ;; 1000 1001 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 1002 | --x-incl | --x-inc | --x-in | --x-i) 1003 ac_prev=x_includes ;; 1004 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 1005 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 1006 x_includes=$ac_optarg ;; 1007 1008 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 1009 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 1010 ac_prev=x_libraries ;; 1011 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 1012 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 1013 x_libraries=$ac_optarg ;; 1014 1015 -*) { echo "$as_me: error: unrecognized option: $ac_option 1016Try \`$0 --help' for more information." >&2 1017 { (exit 1); exit 1; }; } 1018 ;; 1019 1020 *=*) 1021 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 1022 # Reject names that are not valid shell variable names. 1023 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 1024 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 1025 { (exit 1); exit 1; }; } 1026 eval $ac_envvar=\$ac_optarg 1027 export $ac_envvar ;; 1028 1029 *) 1030 # FIXME: should be removed in autoconf 3.0. 1031 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 1032 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 1033 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 1034 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 1035 ;; 1036 1037 esac 1038done 1039 1040if test -n "$ac_prev"; then 1041 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1042 { echo "$as_me: error: missing argument to $ac_option" >&2 1043 { (exit 1); exit 1; }; } 1044fi 1045 1046# Be sure to have absolute directory names. 1047for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ 1048 datadir sysconfdir sharedstatedir localstatedir includedir \ 1049 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 1050 libdir localedir mandir 1051do 1052 eval ac_val=\$$ac_var 1053 case $ac_val in 1054 [\\/$]* | ?:[\\/]* ) continue;; 1055 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1056 esac 1057 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 1058 { (exit 1); exit 1; }; } 1059done 1060 1061# There might be people who depend on the old broken behavior: `$host' 1062# used to hold the argument of --host etc. 1063# FIXME: To remove some day. 1064build=$build_alias 1065host=$host_alias 1066target=$target_alias 1067 1068# FIXME: To remove some day. 1069if test "x$host_alias" != x; then 1070 if test "x$build_alias" = x; then 1071 cross_compiling=maybe 1072 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 1073 If a cross compiler is detected then cross compile mode will be used." >&2 1074 elif test "x$build_alias" != "x$host_alias"; then 1075 cross_compiling=yes 1076 fi 1077fi 1078 1079ac_tool_prefix= 1080test -n "$host_alias" && ac_tool_prefix=$host_alias- 1081 1082test "$silent" = yes && exec 6>/dev/null 1083 1084 1085ac_pwd=`pwd` && test -n "$ac_pwd" && 1086ac_ls_di=`ls -di .` && 1087ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1088 { echo "$as_me: error: Working directory cannot be determined" >&2 1089 { (exit 1); exit 1; }; } 1090test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1091 { echo "$as_me: error: pwd does not report name of working directory" >&2 1092 { (exit 1); exit 1; }; } 1093 1094 1095# Find the source files, if location was not specified. 1096if test -z "$srcdir"; then 1097 ac_srcdir_defaulted=yes 1098 # Try the directory containing this script, then the parent directory. 1099 ac_confdir=`$as_dirname -- "$0" || 1100$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1101 X"$0" : 'X\(//\)[^/]' \| \ 1102 X"$0" : 'X\(//\)$' \| \ 1103 X"$0" : 'X\(/\)' \| . 2>/dev/null || 1104echo X"$0" | 1105 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 1106 s//\1/ 1107 q 1108 } 1109 /^X\(\/\/\)[^/].*/{ 1110 s//\1/ 1111 q 1112 } 1113 /^X\(\/\/\)$/{ 1114 s//\1/ 1115 q 1116 } 1117 /^X\(\/\).*/{ 1118 s//\1/ 1119 q 1120 } 1121 s/.*/./; q'` 1122 srcdir=$ac_confdir 1123 if test ! -r "$srcdir/$ac_unique_file"; then 1124 srcdir=.. 1125 fi 1126else 1127 ac_srcdir_defaulted=no 1128fi 1129if test ! -r "$srcdir/$ac_unique_file"; then 1130 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1131 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 1132 { (exit 1); exit 1; }; } 1133fi 1134ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1135ac_abs_confdir=`( 1136 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 1137 { (exit 1); exit 1; }; } 1138 pwd)` 1139# When building in place, set srcdir=. 1140if test "$ac_abs_confdir" = "$ac_pwd"; then 1141 srcdir=. 1142fi 1143# Remove unnecessary trailing slashes from srcdir. 1144# Double slashes in file names in object file debugging info 1145# mess up M-x gdb in Emacs. 1146case $srcdir in 1147*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 1148esac 1149for ac_var in $ac_precious_vars; do 1150 eval ac_env_${ac_var}_set=\${${ac_var}+set} 1151 eval ac_env_${ac_var}_value=\$${ac_var} 1152 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} 1153 eval ac_cv_env_${ac_var}_value=\$${ac_var} 1154done 1155 1156# 1157# Report the --help message. 1158# 1159if test "$ac_init_help" = "long"; then 1160 # Omit some internal or obsolete options to make the list less imposing. 1161 # This message is too long to be a string in the A/UX 3.1 sh. 1162 cat <<_ACEOF 1163\`configure' configures libSynopsis 1.0 to adapt to many kinds of systems. 1164 1165Usage: $0 [OPTION]... [VAR=VALUE]... 1166 1167To assign environment variables (e.g., CC, CFLAGS...), specify them as 1168VAR=VALUE. See below for descriptions of some of the useful variables. 1169 1170Defaults for the options are specified in brackets. 1171 1172Configuration: 1173 -h, --help display this help and exit 1174 --help=short display options specific to this package 1175 --help=recursive display the short help of all the included packages 1176 -V, --version display version information and exit 1177 -q, --quiet, --silent do not print \`checking...' messages 1178 --cache-file=FILE cache test results in FILE [disabled] 1179 -C, --config-cache alias for \`--cache-file=config.cache' 1180 -n, --no-create do not create output files 1181 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 1182 1183Installation directories: 1184 --prefix=PREFIX install architecture-independent files in PREFIX 1185 [$ac_default_prefix] 1186 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 1187 [PREFIX] 1188 1189By default, \`make install' will install all the files in 1190\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 1191an installation prefix other than \`$ac_default_prefix' using \`--prefix', 1192for instance \`--prefix=\$HOME'. 1193 1194For better control, use the options below. 1195 1196Fine tuning of the installation directories: 1197 --bindir=DIR user executables [EPREFIX/bin] 1198 --sbindir=DIR system admin executables [EPREFIX/sbin] 1199 --libexecdir=DIR program executables [EPREFIX/libexec] 1200 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 1201 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 1202 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 1203 --libdir=DIR object code libraries [EPREFIX/lib] 1204 --includedir=DIR C header files [PREFIX/include] 1205 --oldincludedir=DIR C header files for non-gcc [/usr/include] 1206 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] 1207 --datadir=DIR read-only architecture-independent data [DATAROOTDIR] 1208 --infodir=DIR info documentation [DATAROOTDIR/info] 1209 --localedir=DIR locale-dependent data [DATAROOTDIR/locale] 1210 --mandir=DIR man documentation [DATAROOTDIR/man] 1211 --docdir=DIR documentation root [DATAROOTDIR/doc/libsynopsis] 1212 --htmldir=DIR html documentation [DOCDIR] 1213 --dvidir=DIR dvi documentation [DOCDIR] 1214 --pdfdir=DIR pdf documentation [DOCDIR] 1215 --psdir=DIR ps documentation [DOCDIR] 1216_ACEOF 1217 1218 cat <<\_ACEOF 1219_ACEOF 1220fi 1221 1222if test -n "$ac_init_help"; then 1223 case $ac_init_help in 1224 short | recursive ) echo "Configuration of libSynopsis 1.0:";; 1225 esac 1226 cat <<\_ACEOF 1227 1228Optional Features: 1229 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1230 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1231 --enable-version=VERSION specify the Synopsis version to build 1232 --disable-gc don't use garbage collector (default is enabled) 1233 1234Optional Packages: 1235 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1236 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1237 --with-python=PATH specify the Python interpreter 1238 --with-gc-prefix=PATH specify the prefix to the garbage collector 1239 1240Some influential environment variables: 1241 CC C compiler command 1242 CFLAGS C compiler flags 1243 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1244 nonstandard directory <lib dir> 1245 LIBS libraries to pass to the linker, e.g. -l<library> 1246 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 1247 you have headers in a nonstandard directory <include dir> 1248 CPP C preprocessor 1249 CXX C++ compiler command 1250 CXXFLAGS C++ compiler flags 1251 1252Use these variables to override the choices made by `configure' or to help 1253it to find libraries and programs with nonstandard names/locations. 1254 1255Report bugs to <synopsis-devel@fresco.org>. 1256_ACEOF 1257ac_status=$? 1258fi 1259 1260if test "$ac_init_help" = "recursive"; then 1261 # If there are subdirs, report their specific --help. 1262 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 1263 test -d "$ac_dir" || continue 1264 ac_builddir=. 1265 1266case "$ac_dir" in 1267.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 1268*) 1269 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 1270 # A ".." for each directory in $ac_dir_suffix. 1271 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 1272 case $ac_top_builddir_sub in 1273 "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 1274 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; 1275 esac ;; 1276esac 1277ac_abs_top_builddir=$ac_pwd 1278ac_abs_builddir=$ac_pwd$ac_dir_suffix 1279# for backward compatibility: 1280ac_top_builddir=$ac_top_build_prefix 1281 1282case $srcdir in 1283 .) # We are building in place. 1284 ac_srcdir=. 1285 ac_top_srcdir=$ac_top_builddir_sub 1286 ac_abs_top_srcdir=$ac_pwd ;; 1287 [\\/]* | ?:[\\/]* ) # Absolute name. 1288 ac_srcdir=$srcdir$ac_dir_suffix; 1289 ac_top_srcdir=$srcdir 1290 ac_abs_top_srcdir=$srcdir ;; 1291 *) # Relative name. 1292 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix 1293 ac_top_srcdir=$ac_top_build_prefix$srcdir 1294 ac_abs_top_srcdir=$ac_pwd/$srcdir ;; 1295esac 1296ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix 1297 1298 cd "$ac_dir" || { ac_status=$?; continue; } 1299 # Check for guested configure. 1300 if test -f "$ac_srcdir/configure.gnu"; then 1301 echo && 1302 $SHELL "$ac_srcdir/configure.gnu" --help=recursive 1303 elif test -f "$ac_srcdir/configure"; then 1304 echo && 1305 $SHELL "$ac_srcdir/configure" --help=recursive 1306 else 1307 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 1308 fi || ac_status=$? 1309 cd "$ac_pwd" || { ac_status=$?; break; } 1310 done 1311fi 1312 1313test -n "$ac_init_help" && exit $ac_status 1314if $ac_init_version; then 1315 cat <<\_ACEOF 1316libSynopsis configure 1.0 1317generated by GNU Autoconf 2.61 1318 1319Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 13202002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 1321This configure script is free software; the Free Software Foundation 1322gives unlimited permission to copy, distribute and modify it. 1323_ACEOF 1324 exit 1325fi 1326cat >config.log <<_ACEOF 1327This file contains any messages produced by compilers while 1328running configure, to aid debugging if configure makes a mistake. 1329 1330It was created by libSynopsis $as_me 1.0, which was 1331generated by GNU Autoconf 2.61. Invocation command line was 1332 1333 $ $0 $@ 1334 1335_ACEOF 1336exec 5>>config.log 1337{ 1338cat <<_ASUNAME 1339## --------- ## 1340## Platform. ## 1341## --------- ## 1342 1343hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 1344uname -m = `(uname -m) 2>/dev/null || echo unknown` 1345uname -r = `(uname -r) 2>/dev/null || echo unknown` 1346uname -s = `(uname -s) 2>/dev/null || echo unknown` 1347uname -v = `(uname -v) 2>/dev/null || echo unknown` 1348 1349/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 1350/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 1351 1352/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 1353/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 1354/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 1355/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` 1356/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 1357/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 1358/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 1359 1360_ASUNAME 1361 1362as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 1363for as_dir in $PATH 1364do 1365 IFS=$as_save_IFS 1366 test -z "$as_dir" && as_dir=. 1367 echo "PATH: $as_dir" 1368done 1369IFS=$as_save_IFS 1370 1371} >&5 1372 1373cat >&5 <<_ACEOF 1374 1375 1376## ----------- ## 1377## Core tests. ## 1378## ----------- ## 1379 1380_ACEOF 1381 1382 1383# Keep a trace of the command line. 1384# Strip out --no-create and --no-recursion so they do not pile up. 1385# Strip out --silent because we don't want to record it for future runs. 1386# Also quote any args containing shell meta-characters. 1387# Make two passes to allow for proper duplicate-argument suppression. 1388ac_configure_args= 1389ac_configure_args0= 1390ac_configure_args1= 1391ac_must_keep_next=false 1392for ac_pass in 1 2 1393do 1394 for ac_arg 1395 do 1396 case $ac_arg in 1397 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 1398 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 1399 | -silent | --silent | --silen | --sile | --sil) 1400 continue ;; 1401 *\'*) 1402 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 1403 esac 1404 case $ac_pass in 1405 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 1406 2) 1407 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1408 if test $ac_must_keep_next = true; then 1409 ac_must_keep_next=false # Got value, back to normal. 1410 else 1411 case $ac_arg in 1412 *=* | --config-cache | -C | -disable-* | --disable-* \ 1413 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1414 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1415 | -with-* | --with-* | -without-* | --without-* | --x) 1416 case "$ac_configure_args0 " in 1417 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1418 esac 1419 ;; 1420 -* ) ac_must_keep_next=true ;; 1421 esac 1422 fi 1423 ac_configure_args="$ac_configure_args '$ac_arg'" 1424 ;; 1425 esac 1426 done 1427done 1428$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } 1429$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } 1430 1431# When interrupted or exit'd, cleanup temporary files, and complete 1432# config.log. We remove comments because anyway the quotes in there 1433# would cause problems or look ugly. 1434# WARNING: Use '\'' to represent an apostrophe within the trap. 1435# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 1436<