2 # Guess values for system-dependent variables and create Makefiles. 
   3 # Generated by GNU Autoconf 2.64 for Cycript 0.9. 
   5 # Report bugs to <saurik@saurik.com>. 
   7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
   8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software 
  11 # This configure script is free software; the Free Software Foundation 
  12 # gives unlimited permission to copy, distribute and modify it. 
  13 ## -------------------- ## 
  14 ## M4sh Initialization. ## 
  15 ## -------------------- ## 
  17 # Be more Bourne compatible 
  18 DUALCASE
=1; export DUALCASE 
# for MKS sh 
  19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null 
2>&1; then : 
  22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
  23   # is contrary to our usage.  Disable this feature. 
  24   alias -g '${1+"$@"}'='"$@"' 
  27   case `(set -o) 2>/dev/null` in #( 
  39 # Printing a long string crashes Solaris 7 /usr/bin/printf. 
  40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
  41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
  42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
  43 # Prefer a ksh shell builtin over an external printf program on Solaris, 
  44 # but without wasting forks for bash or zsh. 
  45 if test -z "$BASH_VERSION$ZSH_VERSION" \ 
  46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 
  48   as_echo_n='print 
-rn --' 
  49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 
  53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 
  54     as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"' 
  55     as_echo_n='/usr
/ucb
/echo -n' 
  57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 
  62         expr "X$arg" : "X\\(.*\\)$as_nl"; 
  63         arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 
  65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 
  68     as_echo_n='sh 
-c $as_echo_n_body as_echo
' 
  71   as_echo='sh 
-c $as_echo_body as_echo
' 
  74 # The user is always right. 
  75 if test "${PATH_SEPARATOR+set}" != set; then 
  77   (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 
  78     (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 
  85 # We need space, tab and new line, in precisely that order.  Quoting is 
  86 # there to prevent editors from complaining about space-tab. 
  87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word 
  88 # splitting by setting IFS to empty value.) 
  91 # Find who we are.  Look in the path if we contain no directory separator. 
  93   *[\\/]* ) as_myself=$0 ;; 
  94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
  98   test -z "$as_dir" && as_dir=. 
  99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break 
 105 # We did not find ourselves, most probably we were run as `sh COMMAND' 
 106 # in which case we are not to be found in the path. 
 107 if test "x$as_myself" = x
; then 
 110 if test ! -f "$as_myself"; then 
 111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
 115 # Unset variables that we do not need and which cause bugs (e.g. in 
 116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1" 
 117 # suppresses any "Segmentation fault" message there.  '((' could 
 118 # trigger a bug in pdksh 5.2.14. 
 119 for as_var 
in BASH_ENV ENV MAIL MAILPATH
 
 120 do eval test x\
${$as_var+set} = xset \
 
 121   && ( (unset $as_var) || exit 1) >/dev
/null 
2>&1 && unset $as_var || : 
 134 (unset CDPATH
) >/dev
/null 
2>&1 && unset CDPATH
 
 136 if test "x$CONFIG_SHELL" = x
; then 
 137   as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : 
 140   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 
 141   # is contrary to our usage.  Disable this feature. 
 142   alias -g '\${1+\"\$@\"}'='\"\$@\"' 
 145   case \`(set -o) 2>/dev/null\` in #( 
 153   as_required
="as_fn_return () { (exit \$1); } 
 154 as_fn_success () { as_fn_return 0; } 
 155 as_fn_failure () { as_fn_return 1; } 
 156 as_fn_ret_success () { return 0; } 
 157 as_fn_ret_failure () { return 1; } 
 160 as_fn_success || { exitcode=1; echo as_fn_success failed.; } 
 161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } 
 162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } 
 163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } 
 164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : 
 167   exitcode=1; echo positional parameters were not saved. 
 169 test x\$exitcode = x0 || exit 1" 
 170   as_suggested
="  as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO 
 171   as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO 
 172   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && 
 173   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" 
 174   if (eval "$as_required") 2>/dev
/null
; then : 
 179   if test x
$as_have_required = xyes 
&& (eval "$as_suggested") 2>/dev
/null
; then : 
 182   as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR 
 184 for as_dir 
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH 
 187   test -z "$as_dir" && as_dir
=.
 
 191            for as_base 
in sh bash ksh sh5
; do 
 192              # Try only shells that exist, to save several forks. 
 193              as_shell
=$as_dir/$as_base 
 194              if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 
 195                     { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a 
"$as_shell"; } 2>/dev
/null
; then : 
 196   CONFIG_SHELL
=$as_shell as_have_required
=yes 
 197                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a 
"$as_shell"; } 2>/dev
/null
; then : 
 205 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && 
 206               { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a 
"$SHELL"; } 2>/dev
/null
; then : 
 207   CONFIG_SHELL
=$SHELL as_have_required
=yes 
 212       if test "x$CONFIG_SHELL" != x
; then : 
 213   # We cannot yet assume a decent shell, so we have to provide a 
 214         # neutralization value for shells without unset; and this also 
 215         # works around shells that cannot unset nonexistent variables. 
 218         (unset BASH_ENV
) >/dev
/null 
2>&1 && unset BASH_ENV ENV
 
 220         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
 223     if test x
$as_have_required = xno
; then : 
 224   $as_echo "$0: This script requires a shell more modern than all" 
 225   $as_echo "$0: the shells that I found on your system." 
 226   if test x
${ZSH_VERSION+set} = xset 
; then 
 227     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" 
 228     $as_echo "$0: be upgraded to zsh 4.3.4 or later." 
 230     $as_echo "$0: Please tell bug-autoconf@gnu.org and saurik@saurik.com 
 231 $0: about your system, including any error possibly output 
 232 $0: before this message. Then install a modern shell, or 
 233 $0: manually run the script under such a shell if you do 
 240 SHELL
=${CONFIG_SHELL-/bin/sh} 
 242 # Unset more variables known to interfere with behavior of common tools. 
 243 CLICOLOR_FORCE
= GREP_OPTIONS
= 
 244 unset CLICOLOR_FORCE GREP_OPTIONS
 
 246 ## --------------------- ## 
 247 ## M4sh Shell Functions. ## 
 248 ## --------------------- ## 
 251 # Portably unset VAR. 
 254   { eval $1=; unset $1;} 
 258 # as_fn_set_status STATUS 
 259 # ----------------------- 
 260 # Set $? to STATUS, without forking. 
 268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. 
 278 # Create "$as_dir" as a directory, including parents if necessary. 
 283   -*) as_dir
=.
/$as_dir;; 
 285   test -d "$as_dir" || eval $as_mkdir_p || { 
 289       *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 
 292       as_dirs
="'$as_qdir' $as_dirs" 
 293       as_dir
=`$as_dirname -- "$as_dir" || 
 294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
 295          X"$as_dir" : 'X\(//\)[^/]' \| \ 
 296          X"$as_dir" : 'X\(//\)$' \| \ 
 297          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 
 298 $as_echo X"$as_dir" | 
 299     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
 316       test -d "$as_dir" && break 
 318     test -z "$as_dirs" || eval "mkdir $as_dirs" 
 319   } || test -d "$as_dir" || as_fn_error 
"cannot create directory $as_dir" 
 323 # as_fn_append VAR VALUE 
 324 # ---------------------- 
 325 # Append the text in VALUE to the end of the definition contained in VAR. Take 
 326 # advantage of any shell optimizations that allow amortized linear growth over 
 327 # repeated appends, instead of the typical quadratic growth present in naive 
 329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then : 
 330   eval 'as_fn_append () 
 343 # Perform arithmetic evaluation on the ARGs, and store the result in the 
 344 # global $as_val. Take advantage of shells that can avoid forks. The arguments 
 345 # must be portable across $(()) and expr. 
 346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then : 
 354     as_val
=`expr "$@" || test $? -eq 1` 
 359 # as_fn_error ERROR [LINENO LOG_FD] 
 360 # --------------------------------- 
 361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 
 362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 
 363 # script with status $?, using 1 if that was 0. 
 366   as_status
=$?
; test $as_status -eq 0 && as_status
=1 
 368     as_lineno
=${as_lineno-"$2"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack 
 369     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 
 371   $as_echo "$as_me: error: $1" >&2 
 372   as_fn_exit 
$as_status 
 375 if expr a 
: '\(a\)' >/dev
/null 
2>&1 && 
 376    test "X`expr 00001 : '.*\(...\)'`" = X001
; then 
 382 if (basename -- /) >/dev
/null 
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 
 388 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null 
2>&1; then 
 394 as_me
=`$as_basename -- "$0" || 
 395 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 
 396          X"$0" : 'X\(//\)$' \| \ 
 397          X"$0" : 'X\(/\)' \| . 2>/dev/null || 
 399     sed '/^.*\/\([^/][^/]*\)\/*$/{ 
 413 # Avoid depending upon Character Ranges. 
 414 as_cr_letters
='abcdefghijklmnopqrstuvwxyz' 
 415 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 
 416 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS 
 417 as_cr_digits
='0123456789' 
 418 as_cr_alnum
=$as_cr_Letters$as_cr_digits 
 421   as_lineno_1
=$LINENO as_lineno_1a
=$LINENO 
 422   as_lineno_2
=$LINENO as_lineno_2a
=$LINENO 
 423   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && 
 424   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { 
 425   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-) 
 437       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ 
 441   chmod +x 
"$as_me.lineno" || 
 442     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 
1; } 
 444   # Don't try to exec as it changes $[0], causing all sort of problems 
 445   # (the dirname of $[0] is not the place where we might find the 
 446   # original and so on.  Autoconf is especially sensitive to this). 
 448   # Exit status is that of the last command. 
 452 ECHO_C
= ECHO_N
= ECHO_T
= 
 453 case `echo -n x` in #((((( 
 455   case `echo 'xy\c'` in 
 456   *c
*) ECHO_T
=' ';;     # ECHO_T is single tab character. 
 458   *)   echo `echo ksh88 bug on AIX 6.1` > /dev
/null
 
 465 rm -f conf$$ conf$$.exe conf$$.
file 
 466 if test -d conf$$.dir
; then 
 467   rm -f conf$$.dir
/conf$$.
file 
 470   mkdir conf$$.dir 
2>/dev
/null
 
 472 if (echo >conf$$.
file) 2>/dev
/null
; then 
 473   if ln -s conf$$.
file conf$$ 
2>/dev
/null
; then 
 475     # ... but there are two gotchas: 
 476     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
 477     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
 478     # In both cases, we have to default to `cp -p'. 
 479     ln -s conf$$.
file conf$$.dir 
2>/dev
/null 
&& test ! -f conf$$.exe 
|| 
 481   elif ln conf$$.
file conf$$ 
2>/dev
/null
; then 
 489 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file 
 490 rmdir conf$$.dir 
2>/dev
/null
 
 492 if mkdir -p . 
2>/dev
/null
; then 
 493   as_mkdir_p
='mkdir -p "$as_dir"' 
 495   test -d .
/-p && rmdir .
/-p 
 499 if test -x / >/dev
/null 
2>&1; then 
 502   if ls -dL / >/dev
/null 
2>&1; then 
 509       if test -d "$1"; then 
 515         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 
 516         ???[sx]*):;;*)false;;esac;fi 
 520 as_executable_p
=$as_test_x 
 522 # Sed expression to map a string onto a valid CPP name. 
 523 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 
 525 # Sed expression to map a string onto a valid variable name. 
 526 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 
 529 exec 7<&0 </dev
/null 
6>&1 
 532 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 
 533 # so uname gets run too. 
 534 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q` 
 539 ac_default_prefix
=/usr
/local 
 541 ac_config_libobj_dir
=.
 
 548 # Identity of this package. 
 549 PACKAGE_NAME
='Cycript' 
 550 PACKAGE_TARNAME
='cycript' 
 551 PACKAGE_VERSION
='0.9' 
 552 PACKAGE_STRING
='Cycript 0.9' 
 553 PACKAGE_BUGREPORT
='saurik@saurik.com' 
 554 PACKAGE_URL
='http://www.cycript.org/' 
 556 ac_subst_vars
='target_alias 
 583 program_transform_name 
 596 enable_option_checking 
 598       ac_precious_vars
='build_alias 
 603 # Initialize some variables set by options. 
 605 ac_init_version
=false
 
 606 ac_unrecognized_opts
= 
 608 # The variables have the same names as the options, with 
 609 # dashes changed to underlines. 
 617 program_transform_name
=s
,x
,x
, 
 625 # Installation directory options. 
 626 # These are left unexpanded so users can "make install exec_prefix=/foo" 
 627 # and all the variables that are supposed to be based on exec_prefix 
 628 # by default will actually change. 
 629 # Use braces instead of parens because sh, perl, etc. also accept them. 
 630 # (The list follows the same order as the GNU Coding Standards.) 
 631 bindir
='${exec_prefix}/bin' 
 632 sbindir
='${exec_prefix}/sbin' 
 633 libexecdir
='${exec_prefix}/libexec' 
 634 datarootdir
='${prefix}/share' 
 635 datadir
='${datarootdir}' 
 636 sysconfdir
='${prefix}/etc' 
 637 sharedstatedir
='${prefix}/com' 
 638 localstatedir
='${prefix}/var' 
 639 includedir
='${prefix}/include' 
 640 oldincludedir
='/usr/include' 
 641 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}' 
 642 infodir
='${datarootdir}/info' 
 647 libdir
='${exec_prefix}/lib' 
 648 localedir
='${datarootdir}/locale' 
 649 mandir
='${datarootdir}/man' 
 655   # If the previous option needs an argument, assign it. 
 656   if test -n "$ac_prev"; then 
 657     eval $ac_prev=\
$ac_option 
 663   *=*)  ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 
 667   # Accept the important Cygnus configure options, so we can diagnose typos. 
 669   case $ac_dashdash$ac_option in 
 673   -bindir | --bindir | --bindi | --bind | --bin | --bi) 
 675   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 
 678   -build | --build | --buil | --bui | --bu) 
 679     ac_prev
=build_alias 
;; 
 680   -build=* | --build=* | --buil=* | --bui=* | --bu=*) 
 681     build_alias
=$ac_optarg ;; 
 683   -cache-file | --cache-file | --cache-fil | --cache-fi \
 
 684   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 
 685     ac_prev
=cache_file 
;; 
 686   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
 
 687   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 
 688     cache_file
=$ac_optarg ;; 
 691     cache_file
=config.cache 
;; 
 693   -datadir | --datadir | --datadi | --datad) 
 695   -datadir=* | --datadir=* | --datadi=* | --datad=*) 
 696     datadir
=$ac_optarg ;; 
 698   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
 
 699   | --dataroo | --dataro | --datar) 
 700     ac_prev
=datarootdir 
;; 
 701   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
 
 702   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) 
 703     datarootdir
=$ac_optarg ;; 
 705   -disable-* | --disable-*) 
 706     ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
 707     # Reject names that are not valid shell variable names. 
 708     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null 
&& 
 709       as_fn_error 
"invalid feature name: $ac_useropt" 
 710     ac_useropt_orig
=$ac_useropt 
 711     ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
 712     case $ac_user_opts in 
 716       *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 
 717          ac_unrecognized_sep
=', ';; 
 719     eval enable_
$ac_useropt=no 
;; 
 721   -docdir | --docdir | --docdi | --doc | --do) 
 723   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) 
 726   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) 
 728   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) 
 731   -enable-* | --enable-*) 
 732     ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
 733     # Reject names that are not valid shell variable names. 
 734     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null 
&& 
 735       as_fn_error 
"invalid feature name: $ac_useropt" 
 736     ac_useropt_orig
=$ac_useropt 
 737     ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
 738     case $ac_user_opts in 
 742       *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 
 743          ac_unrecognized_sep
=', ';; 
 745     eval enable_
$ac_useropt=\
$ac_optarg ;; 
 747   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
 748   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
 749   | --exec | --exe | --ex) 
 750     ac_prev
=exec_prefix 
;; 
 751   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
 
 752   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
 
 753   | --exec=* | --exe=* | --ex=*) 
 754     exec_prefix
=$ac_optarg ;; 
 756   -gas | --gas | --ga | --g) 
 757     # Obsolete; use --with-gas. 
 760   -help | --help | --hel | --he | -h) 
 762   -help=r
* | --help=r
* | --hel=r
* | --he=r
* | -hr*) 
 763     ac_init_help
=recursive 
;; 
 764   -help=s
* | --help=s
* | --hel=s
* | --he=s
* | -hs*) 
 765     ac_init_help
=short 
;; 
 767   -host | --host | --hos | --ho) 
 768     ac_prev
=host_alias 
;; 
 769   -host=* | --host=* | --hos=* | --ho=*) 
 770     host_alias
=$ac_optarg ;; 
 772   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 
 774   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
 
 776     htmldir
=$ac_optarg ;; 
 778   -includedir | --includedir | --includedi | --included | --include \
 
 779   | --includ | --inclu | --incl | --inc) 
 780     ac_prev
=includedir 
;; 
 781   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
 
 782   | --includ=* | --inclu=* | --incl=* | --inc=*) 
 783     includedir
=$ac_optarg ;; 
 785   -infodir | --infodir | --infodi | --infod | --info | --inf) 
 787   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 
 788     infodir
=$ac_optarg ;; 
 790   -libdir | --libdir | --libdi | --libd) 
 792   -libdir=* | --libdir=* | --libdi=* | --libd=*) 
 795   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
 
 796   | --libexe | --libex | --libe) 
 797     ac_prev
=libexecdir 
;; 
 798   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
 
 799   | --libexe=* | --libex=* | --libe=*) 
 800     libexecdir
=$ac_optarg ;; 
 802   -localedir | --localedir | --localedi | --localed | --locale) 
 804   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) 
 805     localedir
=$ac_optarg ;; 
 807   -localstatedir | --localstatedir | --localstatedi | --localstated \
 
 808   | --localstate | --localstat | --localsta | --localst | --locals) 
 809     ac_prev
=localstatedir 
;; 
 810   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
 
 811   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) 
 812     localstatedir
=$ac_optarg ;; 
 814   -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 
 816   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 
 820     # Obsolete; use --without-fp. 
 823   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
 
 824   | --no-cr | --no-c | -n) 
 827   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
 
 828   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 
 831   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
 
 832   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
 
 833   | --oldin | --oldi | --old | --ol | --o) 
 834     ac_prev
=oldincludedir 
;; 
 835   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
 
 836   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
 
 837   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 
 838     oldincludedir
=$ac_optarg ;; 
 840   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 
 842   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 
 845   -program-prefix | --program-prefix | --program-prefi | --program-pref \
 
 846   | --program-pre | --program-pr | --program-p) 
 847     ac_prev
=program_prefix 
;; 
 848   -program-prefix=* | --program-prefix=* | --program-prefi=* \
 
 849   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 
 850     program_prefix
=$ac_optarg ;; 
 852   -program-suffix | --program-suffix | --program-suffi | --program-suff \
 
 853   | --program-suf | --program-su | --program-s) 
 854     ac_prev
=program_suffix 
;; 
 855   -program-suffix=* | --program-suffix=* | --program-suffi=* \
 
 856   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 
 857     program_suffix
=$ac_optarg ;; 
 859   -program-transform-name | --program-transform-name \
 
 860   | --program-transform-nam | --program-transform-na \
 
 861   | --program-transform-n | --program-transform- \
 
 862   | --program-transform | --program-transfor \
 
 863   | --program-transfo | --program-transf \
 
 864   | --program-trans | --program-tran \
 
 865   | --progr-tra | --program-tr | --program-t) 
 866     ac_prev
=program_transform_name 
;; 
 867   -program-transform-name=* | --program-transform-name=* \
 
 868   | --program-transform-nam=* | --program-transform-na=* \
 
 869   | --program-transform-n=* | --program-transform-=* \
 
 870   | --program-transform=* | --program-transfor=* \
 
 871   | --program-transfo=* | --program-transf=* \
 
 872   | --program-trans=* | --program-tran=* \
 
 873   | --progr-tra=* | --program-tr=* | --program-t=*) 
 874     program_transform_name
=$ac_optarg ;; 
 876   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) 
 878   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) 
 881   -psdir | --psdir | --psdi | --psd | --ps) 
 883   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) 
 886   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
 887   | -silent | --silent | --silen | --sile | --sil) 
 890   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 
 892   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
 
 894     sbindir
=$ac_optarg ;; 
 896   -sharedstatedir | --sharedstatedir | --sharedstatedi \
 
 897   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
 
 898   | --sharedst | --shareds | --shared | --share | --shar \
 
 900     ac_prev
=sharedstatedir 
;; 
 901   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
 
 902   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
 
 903   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
 
 905     sharedstatedir
=$ac_optarg ;; 
 907   -site | --site | --sit) 
 909   -site=* | --site=* | --sit=*) 
 912   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 
 914   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 
 917   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
 
 918   | --syscon | --sysco | --sysc | --sys | --sy) 
 919     ac_prev
=sysconfdir 
;; 
 920   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
 
 921   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 
 922     sysconfdir
=$ac_optarg ;; 
 924   -target | --target | --targe | --targ | --tar | --ta | --t) 
 925     ac_prev
=target_alias 
;; 
 926   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 
 927     target_alias
=$ac_optarg ;; 
 929   -v | -verbose | --verbose | --verbos | --verbo | --verb) 
 932   -version | --version | --versio | --versi | --vers | -V) 
 936     ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
 937     # Reject names that are not valid shell variable names. 
 938     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null 
&& 
 939       as_fn_error 
"invalid package name: $ac_useropt" 
 940     ac_useropt_orig
=$ac_useropt 
 941     ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
 942     case $ac_user_opts in 
 946       *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 
 947          ac_unrecognized_sep
=', ';; 
 949     eval with_
$ac_useropt=\
$ac_optarg ;; 
 951   -without-* | --without-*) 
 952     ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
 953     # Reject names that are not valid shell variable names. 
 954     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null 
&& 
 955       as_fn_error 
"invalid package name: $ac_useropt" 
 956     ac_useropt_orig
=$ac_useropt 
 957     ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
 958     case $ac_user_opts in 
 962       *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 
 963          ac_unrecognized_sep
=', ';; 
 965     eval with_
$ac_useropt=no 
;; 
 968     # Obsolete; use --with-x. 
 971   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
 
 972   | --x-incl | --x-inc | --x-in | --x-i) 
 973     ac_prev
=x_includes 
;; 
 974   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
 
 975   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 
 976     x_includes
=$ac_optarg ;; 
 978   -x-libraries | --x-libraries | --x-librarie | --x-librari \
 
 979   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 
 980     ac_prev
=x_libraries 
;; 
 981   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
 
 982   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 
 983     x_libraries
=$ac_optarg ;; 
 985   -*) as_fn_error 
"unrecognized option: \`$ac_option' 
 986 Try \`$0 --help' for more information." 
 990     ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='` 
 991     # Reject names that are not valid shell variable names. 
 992     case $ac_envvar in #( 
 993       '' | [0-9]* | *[!_$as_cr_alnum]* ) 
 994       as_fn_error 
"invalid variable name: \`$ac_envvar'" ;; 
 996     eval $ac_envvar=\
$ac_optarg 
1000     # FIXME: should be removed in autoconf 3.0. 
1001     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
1002     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null 
&& 
1003       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
1004     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 
1010 if test -n "$ac_prev"; then 
1011   ac_option
=--`echo $ac_prev | sed 's/_/-/g'` 
1012   as_fn_error 
"missing argument to $ac_option" 
1015 if test -n "$ac_unrecognized_opts"; then 
1016   case $enable_option_checking in 
1018     fatal
) as_fn_error 
"unrecognized options: $ac_unrecognized_opts" ;; 
1019     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 
1023 # Check all directory arguments for consistency. 
1024 for ac_var 
in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
1025                 datadir sysconfdir sharedstatedir localstatedir includedir \
 
1026                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
1027                 libdir localedir mandir
 
1029   eval ac_val
=\$
$ac_var 
1030   # Remove trailing slashes. 
1033       ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 
1034       eval $ac_var=\
$ac_val;; 
1036   # Be sure to have absolute directory names. 
1038     [\\/$
]* | ?
:[\\/]* )  continue;; 
1039     NONE 
| '' ) case $ac_var in *prefix 
) continue;; esac;; 
1041   as_fn_error 
"expected an absolute directory name for --$ac_var: $ac_val" 
1044 # There might be people who depend on the old broken behavior: `$host' 
1045 # used to hold the argument of --host etc. 
1046 # FIXME: To remove some day. 
1049 target
=$target_alias 
1051 # FIXME: To remove some day. 
1052 if test "x$host_alias" != x
; then 
1053   if test "x$build_alias" = x
; then 
1054     cross_compiling
=maybe
 
1055     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
1056     If a cross compiler is detected then cross compile mode will be used." >&2 
1057   elif test "x$build_alias" != "x$host_alias"; then 
1063 test -n "$host_alias" && ac_tool_prefix
=$host_alias- 
1065 test "$silent" = yes && exec 6>/dev
/null
 
1068 ac_pwd
=`pwd` && test -n "$ac_pwd" && 
1069 ac_ls_di
=`ls -di .` && 
1070 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` || 
1071   as_fn_error 
"working directory cannot be determined" 
1072 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
1073   as_fn_error 
"pwd does not report name of working directory" 
1076 # Find the source files, if location was not specified. 
1077 if test -z "$srcdir"; then 
1078   ac_srcdir_defaulted
=yes 
1079   # Try the directory containing this script, then the parent directory. 
1080   ac_confdir
=`$as_dirname -- "$as_myself" || 
1081 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
1082          X"$as_myself" : 'X\(//\)[^/]' \| \ 
1083          X"$as_myself" : 'X\(//\)$' \| \ 
1084          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 
1085 $as_echo X"$as_myself" | 
1086     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
1104   if test ! -r "$srcdir/$ac_unique_file"; then 
1108   ac_srcdir_defaulted
=no
 
1110 if test ! -r "$srcdir/$ac_unique_file"; then 
1111   test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .." 
1112   as_fn_error 
"cannot find sources ($ac_unique_file) in $srcdir" 
1114 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work" 
1116         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" 
1118 # When building in place, set srcdir=. 
1119 if test "$ac_abs_confdir" = "$ac_pwd"; then 
1122 # Remove unnecessary trailing slashes from srcdir. 
1123 # Double slashes in file names in object file debugging info 
1124 # mess up M-x gdb in Emacs. 
1126 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; 
1128 for ac_var 
in $ac_precious_vars; do 
1129   eval ac_env_
${ac_var}_set
=\
${${ac_var}+set} 
1130   eval ac_env_
${ac_var}_value
=\$
${ac_var} 
1131   eval ac_cv_env_
${ac_var}_set
=\
${${ac_var}+set} 
1132   eval ac_cv_env_
${ac_var}_value
=\$
${ac_var} 
1136 # Report the --help message. 
1138 if test "$ac_init_help" = "long"; then 
1139   # Omit some internal or obsolete options to make the list less imposing. 
1140   # This message is too long to be a string in the A/UX 3.1 sh. 
1142 \`configure' configures Cycript 0.9 to adapt to many kinds of systems. 
1144 Usage: $0 [OPTION]... [VAR=VALUE]... 
1146 To assign environment variables (e.g., CC, CFLAGS...), specify them as 
1147 VAR=VALUE.  See below for descriptions of some of the useful variables. 
1149 Defaults for the options are specified in brackets. 
1152   -h, --help              display this help and exit 
1153       --help=short        display options specific to this package 
1154       --help=recursive    display the short help of all the included packages 
1155   -V, --version           display version information and exit 
1156   -q, --quiet, --silent   do not print \`checking...' messages 
1157       --cache-file=FILE   cache test results in FILE [disabled] 
1158   -C, --config-cache      alias for \`--cache-file=config.cache' 
1159   -n, --no-create         do not create output files 
1160       --srcdir=DIR        find the sources in DIR [configure dir or \`..'] 
1162 Installation directories: 
1163   --prefix=PREFIX         install architecture-independent files in PREFIX 
1164                           [$ac_default_prefix] 
1165   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
1168 By default, \`make install' will install all the files in 
1169 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify 
1170 an installation prefix other than \`$ac_default_prefix' using \`--prefix', 
1171 for instance \`--prefix=\$HOME'. 
1173 For better control, use the options below. 
1175 Fine tuning of the installation directories: 
1176   --bindir=DIR            user executables [EPREFIX/bin] 
1177   --sbindir=DIR           system admin executables [EPREFIX/sbin] 
1178   --libexecdir=DIR        program executables [EPREFIX/libexec] 
1179   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc] 
1180   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com] 
1181   --localstatedir=DIR     modifiable single-machine data [PREFIX/var] 
1182   --libdir=DIR            object code libraries [EPREFIX/lib] 
1183   --includedir=DIR        C header files [PREFIX/include] 
1184   --oldincludedir=DIR     C header files for non-gcc [/usr/include] 
1185   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share] 
1186   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR] 
1187   --infodir=DIR           info documentation [DATAROOTDIR/info] 
1188   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale] 
1189   --mandir=DIR            man documentation [DATAROOTDIR/man] 
1190   --docdir=DIR            documentation root [DATAROOTDIR/doc/cycript] 
1191   --htmldir=DIR           html documentation [DOCDIR] 
1192   --dvidir=DIR            dvi documentation [DOCDIR] 
1193   --pdfdir=DIR            pdf documentation [DOCDIR] 
1194   --psdir=DIR             ps documentation [DOCDIR] 
1201 if test -n "$ac_init_help"; then 
1202   case $ac_init_help in 
1203      short 
| recursive 
) echo "Configuration of Cycript 0.9:";; 
1207 Report bugs to 
<saurik@saurik.com
>.
 
1208 Cycript home page
: <http
://www.cycript.org
/>.
 
1213 if test "$ac_init_help" = "recursive"; then 
1214   # If there are subdirs, report their specific --help. 
1215   for ac_dir 
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue 
1216     test -d "$ac_dir" || 
1217       { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=. 
&& test -d "$ac_dir"; } || 
1222 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;; 
1224   ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
1225   # A ".." for each directory in $ac_dir_suffix. 
1226   ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 
1227   case $ac_top_builddir_sub in 
1228   "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;; 
1229   *)  ac_top_build_prefix
=$ac_top_builddir_sub/ ;; 
1232 ac_abs_top_builddir
=$ac_pwd 
1233 ac_abs_builddir
=$ac_pwd$ac_dir_suffix 
1234 # for backward compatibility: 
1235 ac_top_builddir
=$ac_top_build_prefix 
1238   .
)  # We are building in place. 
1240     ac_top_srcdir
=$ac_top_builddir_sub 
1241     ac_abs_top_srcdir
=$ac_pwd ;; 
1242   [\\/]* | ?
:[\\/]* )  # Absolute name. 
1243     ac_srcdir
=$srcdir$ac_dir_suffix; 
1244     ac_top_srcdir
=$srcdir 
1245     ac_abs_top_srcdir
=$srcdir ;; 
1247     ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix 
1248     ac_top_srcdir
=$ac_top_build_prefix$srcdir 
1249     ac_abs_top_srcdir
=$ac_pwd/$srcdir ;; 
1251 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix 
1253     cd "$ac_dir" || { ac_status
=$?
; continue; } 
1254     # Check for guested configure. 
1255     if test -f "$ac_srcdir/configure.gnu"; then 
1257       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
 
1258     elif test -f "$ac_srcdir/configure"; then 
1260       $SHELL "$ac_srcdir/configure" --help=recursive
 
1262       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
1264     cd "$ac_pwd" || { ac_status
=$?
; break; } 
1268 test -n "$ac_init_help" && exit $ac_status 
1269 if $ac_init_version; then 
1271 Cycript configure 
0.9 
1272 generated by GNU Autoconf 
2.64 
1274 Copyright 
(C
) 2009 Free Software Foundation
, Inc.
 
1275 This configure 
script is free software
; the Free Software Foundation
 
1276 gives unlimited permission to copy
, distribute and modify it.
 
1281 ## ------------------------ ## 
1282 ## Autoconf initialization. ## 
1283 ## ------------------------ ## 
1284 cat >config.log 
<<_ACEOF 
1285 This file contains any messages produced by compilers while 
1286 running configure, to aid debugging if configure makes a mistake. 
1288 It was created by Cycript $as_me 0.9, which was 
1289 generated by GNU Autoconf 2.64.  Invocation command line was 
1301 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 
1302 uname -m = `(uname -m) 2>/dev/null || echo unknown` 
1303 uname -r = `(uname -r) 2>/dev/null || echo unknown` 
1304 uname -s = `(uname -s) 2>/dev/null || echo unknown` 
1305 uname -v = `(uname -v) 2>/dev/null || echo unknown` 
1307 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 
1308 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown` 
1310 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown` 
1311 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown` 
1312 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 
1313 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown` 
1314 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown` 
1315 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown` 
1316 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown` 
1320 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR 
1324   test -z "$as_dir" && as_dir
=.
 
1325     $as_echo "PATH: $as_dir" 
1341 # Keep a trace of the command line. 
1342 # Strip out --no-create and --no-recursion so they do not pile up. 
1343 # Strip out --silent because we don't want to record it for future runs. 
1344 # Also quote any args containing shell meta-characters. 
1345 # Make two passes to allow for proper duplicate-argument suppression. 
1349 ac_must_keep_next
=false
 
1355     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; 
1356     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
1357     | -silent | --silent | --silen | --sile | --sil) 
1360       ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
1363     1) as_fn_append ac_configure_args0 
" '$ac_arg'" ;; 
1365       as_fn_append ac_configure_args1 
" '$ac_arg'" 
1366       if test $ac_must_keep_next = true
; then 
1367         ac_must_keep_next
=false 
# Got value, back to normal. 
1370           *=* | --config-cache | -C | -disable-* | --disable-* \
 
1371           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
 
1372           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
 
1373           | -with-* | --with-* | -without-* | --without-* | --x) 
1374             case "$ac_configure_args0 " in 
1375               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 
1378           -* ) ac_must_keep_next
=true 
;; 
1381       as_fn_append ac_configure_args 
" '$ac_arg'" 
1386 { ac_configure_args0
=; unset ac_configure_args0
;} 
1387 { ac_configure_args1
=; unset ac_configure_args1
;} 
1389 # When interrupted or exit'd, cleanup temporary files, and complete 
1390 # config.log.  We remove comments because anyway the quotes in there 
1391 # would cause problems or look ugly. 
1392 # WARNING: Use '\'' to represent an apostrophe within the trap. 
1393 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 
1394 trap 'exit_status=$? 
1395   # Save into config.log some information that might help in debugging. 
1400 ## ---------------- ## 
1401 ## Cache variables. ## 
1402 ## ---------------- ## 
1405     # The following way of writing the cache mishandles newlines in values, 
1407   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do 
1408     eval ac_val=\$$ac_var 
1412       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 
1413 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 
1416       _ | IFS | as_nl) ;; #( 
1417       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
1418       *) { eval $ac_var=; unset $ac_var;} ;; 
1423     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( 
1424     *${as_nl}ac_space=\ *) 
1426         "s/'\''/'\''\\\\'\'''\''/g; 
1427           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" 
1430       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" 
1438 ## ----------------- ## 
1439 ## Output variables. ## 
1440 ## ----------------- ## 
1443     for ac_var in $ac_subst_vars 
1445       eval ac_val=\$$ac_var 
1447       *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
1449       $as_echo "$ac_var='\''$ac_val'\''" 
1453     if test -n "$ac_subst_files"; then 
1455 ## ------------------- ## 
1456 ## File substitutions. ## 
1457 ## ------------------- ## 
1460       for ac_var 
in $ac_subst_files 
1462         eval ac_val
=\$
$ac_var 
1464         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
1466         $as_echo "$ac_var='\''$ac_val'\''" 
1471     if test -s confdefs.h; then 
1481     test "$ac_signal" != 0 && 
1482       $as_echo "$as_me: caught signal $ac_signal" 
1483     $as_echo "$as_me: exit $exit_status" 
1485   rm -f core *.core core.conftest.* && 
1486     rm -f -r conftest* confdefs* conf$$* $ac_clean_files && 
1489 for ac_signal 
in 1 2 13 15; do 
1490   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal 
1494 # confdefs.h avoids OS command line length limits that DEFS can exceed. 
1495 rm -f -r conftest
* confdefs.h
 
1497 $as_echo "/* confdefs.h */" > confdefs.h
 
1499 # Predefined preprocessor variables. 
1501 cat >>confdefs.h 
<<_ACEOF 
1502 #define PACKAGE_NAME "$PACKAGE_NAME" 
1505 cat >>confdefs.h 
<<_ACEOF 
1506 #define PACKAGE_TARNAME "$PACKAGE_TARNAME" 
1509 cat >>confdefs.h 
<<_ACEOF 
1510 #define PACKAGE_VERSION "$PACKAGE_VERSION" 
1513 cat >>confdefs.h 
<<_ACEOF 
1514 #define PACKAGE_STRING "$PACKAGE_STRING" 
1517 cat >>confdefs.h 
<<_ACEOF 
1518 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" 
1521 cat >>confdefs.h 
<<_ACEOF 
1522 #define PACKAGE_URL "$PACKAGE_URL" 
1526 # Let the site file select an alternate cache file if it wants to. 
1527 # Prefer an explicitly selected file to automatically selected ones. 
1530 if test -n "$CONFIG_SITE"; then 
1531   ac_site_file1
=$CONFIG_SITE 
1532 elif test "x$prefix" != xNONE
; then 
1533   ac_site_file1
=$prefix/share
/config.site
 
1534   ac_site_file2
=$prefix/etc
/config.site
 
1536   ac_site_file1
=$ac_default_prefix/share
/config.site
 
1537   ac_site_file2
=$ac_default_prefix/etc
/config.site
 
1539 for ac_site_file 
in "$ac_site_file1" "$ac_site_file2" 
1541   test "x$ac_site_file" = xNONE 
&& continue 
1542   if test -r "$ac_site_file"; then 
1543     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 
1544 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 
1545     sed 's/^/| /' "$ac_site_file" >&5 
1550 if test -r "$cache_file"; then 
1551   # Some versions of bash will fail to source /dev/null (special 
1552   # files actually), so we avoid doing that. 
1553   if test -f "$cache_file"; then 
1554     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 
1555 $as_echo "$as_me: loading cache $cache_file" >&6;} 
1557       [\\/]* | ?
:[\\/]* ) . 
"$cache_file";; 
1558       *)                      . 
"./$cache_file";; 
1562   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 
1563 $as_echo "$as_me: creating cache $cache_file" >&6;} 
1567 # Check that the precious variables saved in the cache have kept the same 
1569 ac_cache_corrupted
=false
 
1570 for ac_var 
in $ac_precious_vars; do 
1571   eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
 
1572   eval ac_new_set
=\
$ac_env_${ac_var}_set
 
1573   eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
 
1574   eval ac_new_val
=\
$ac_env_${ac_var}_value
 
1575   case $ac_old_set,$ac_new_set in 
1577       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
1578 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
1579       ac_cache_corrupted
=: ;; 
1581       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 
1582 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
1583       ac_cache_corrupted
=: ;; 
1586       if test "x$ac_old_val" != "x$ac_new_val"; then 
1587         # differences in whitespace do not lead to failure. 
1588         ac_old_val_w
=`echo x $ac_old_val` 
1589         ac_new_val_w
=`echo x $ac_new_val` 
1590         if test "$ac_old_val_w" != "$ac_new_val_w"; then 
1591           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 
1592 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
1593           ac_cache_corrupted
=: 
1595           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 
1596 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 
1597           eval $ac_var=\
$ac_old_val 
1599         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5 
1600 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;} 
1601         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5 
1602 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;} 
1605   # Pass precious variables to config.status. 
1606   if test "$ac_new_set" = set; then 
1608     *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
1609     *) ac_arg
=$ac_var=$ac_new_val ;; 
1611     case " $ac_configure_args " in 
1612       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy. 
1613       *) as_fn_append ac_configure_args 
" '$ac_arg'" ;; 
1617 if $ac_cache_corrupted; then 
1618   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 
1619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 
1620   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 
1621 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
1622   as_fn_error 
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 
1624 ## -------------------- ## 
1625 ## Main body of script. ## 
1626 ## -------------------- ## 
1629 ac_cpp
='$CPP $CPPFLAGS' 
1630 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 
1631 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
1632 ac_compiler_gnu
=$ac_cv_c_compiler_gnu