Raymes Khoury | 24354f7 | 2011-08-22 22:03:56 | [diff] [blame] | 1 | #! /bin/sh |
| 2 | # Guess values for system-dependent variables and create Makefiles. |
| 3 | # Generated by GNU Autoconf 2.64. |
| 4 | # |
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 6 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software |
| 7 | # Foundation, Inc. |
| 8 | # |
| 9 | # This configure script is free software; the Free Software Foundation |
| 10 | # gives unlimited permission to copy, distribute and modify it. |
| 11 | ## -------------------- ## |
| 12 | ## M4sh Initialization. ## |
| 13 | ## -------------------- ## |
| 14 | |
| 15 | # Be more Bourne compatible |
| 16 | DUALCASE=1; export DUALCASE # for MKS sh |
| 17 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : |
| 18 | emulate sh |
| 19 | NULLCMD=: |
| 20 | # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which |
| 21 | # is contrary to our usage. Disable this feature. |
| 22 | alias -g '${1+"$@"}'='"$@"' |
| 23 | setopt NO_GLOB_SUBST |
| 24 | else |
| 25 | case `(set -o) 2>/dev/null` in #( |
| 26 | *posix*) : |
| 27 | set -o posix ;; #( |
| 28 | *) : |
| 29 | ;; |
| 30 | esac |
| 31 | fi |
| 32 | |
| 33 | |
| 34 | as_nl=' |
| 35 | ' |
| 36 | export as_nl |
| 37 | # Printing a long string crashes Solaris 7 /usr/bin/printf. |
| 38 | as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
| 39 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo |
| 40 | as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo |
| 41 | # Prefer a ksh shell builtin over an external printf program on Solaris, |
| 42 | # but without wasting forks for bash or zsh. |
| 43 | if test -z "$BASH_VERSION$ZSH_VERSION" \ |
| 44 | && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then |
| 45 | as_echo='print -r --' |
| 46 | as_echo_n='print -rn --' |
| 47 | elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then |
| 48 | as_echo='printf %s\n' |
| 49 | as_echo_n='printf %s' |
| 50 | else |
| 51 | if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then |
| 52 | as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' |
| 53 | as_echo_n='/usr/ucb/echo -n' |
| 54 | else |
| 55 | as_echo_body='eval expr "X$1" : "X\\(.*\\)"' |
| 56 | as_echo_n_body='eval |
| 57 | arg=$1; |
| 58 | case $arg in #( |
| 59 | *"$as_nl"*) |
| 60 | expr "X$arg" : "X\\(.*\\)$as_nl"; |
| 61 | arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; |
| 62 | esac; |
| 63 | expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" |
| 64 | ' |
| 65 | export as_echo_n_body |
| 66 | as_echo_n='sh -c $as_echo_n_body as_echo' |
| 67 | fi |
| 68 | export as_echo_body |
| 69 | as_echo='sh -c $as_echo_body as_echo' |
| 70 | fi |
| 71 | |
| 72 | # The user is always right. |
| 73 | if test "${PATH_SEPARATOR+set}" != set; then |
| 74 | PATH_SEPARATOR=: |
| 75 | (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { |
| 76 | (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || |
| 77 | PATH_SEPARATOR=';' |
| 78 | } |
| 79 | fi |
| 80 | |
| 81 | |
| 82 | # IFS |
| 83 | # We need space, tab and new line, in precisely that order. Quoting is |
| 84 | # there to prevent editors from complaining about space-tab. |
| 85 | # (If _AS_PATH_WALK were called with IFS unset, it would disable word |
| 86 | # splitting by setting IFS to empty value.) |
| 87 | IFS=" "" $as_nl" |
| 88 | |
| 89 | # Find who we are. Look in the path if we contain no directory separator. |
| 90 | case $0 in #(( |
| 91 | *[\\/]* ) as_myself=$0 ;; |
| 92 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 93 | for as_dir in $PATH |
| 94 | do |
| 95 | IFS=$as_save_IFS |
| 96 | test -z "$as_dir" && as_dir=. |
| 97 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break |
| 98 | done |
| 99 | IFS=$as_save_IFS |
| 100 | |
| 101 | ;; |
| 102 | esac |
| 103 | # We did not find ourselves, most probably we were run as `sh COMMAND' |
| 104 | # in which case we are not to be found in the path. |
| 105 | if test "x$as_myself" = x; then |
| 106 | as_myself=$0 |
| 107 | fi |
| 108 | if test ! -f "$as_myself"; then |
| 109 | $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 |
| 110 | exit 1 |
| 111 | fi |
| 112 | |
| 113 | # Unset variables that we do not need and which cause bugs (e.g. in |
| 114 | # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" |
| 115 | # suppresses any "Segmentation fault" message there. '((' could |
| 116 | # trigger a bug in pdksh 5.2.14. |
| 117 | for as_var in BASH_ENV ENV MAIL MAILPATH |
| 118 | do eval test x\${$as_var+set} = xset \ |
| 119 | && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : |
| 120 | done |
| 121 | PS1='$ ' |
| 122 | PS2='> ' |
| 123 | PS4='+ ' |
| 124 | |
| 125 | # NLS nuisances. |
| 126 | LC_ALL=C |
| 127 | export LC_ALL |
| 128 | LANGUAGE=C |
| 129 | export LANGUAGE |
| 130 | |
| 131 | # CDPATH. |
| 132 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 133 | |
| 134 | if test "x$CONFIG_SHELL" = x; then |
| 135 | as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
| 136 | emulate sh |
| 137 | NULLCMD=: |
| 138 | # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which |
| 139 | # is contrary to our usage. Disable this feature. |
| 140 | alias -g '\${1+\"\$@\"}'='\"\$@\"' |
| 141 | setopt NO_GLOB_SUBST |
| 142 | else |
| 143 | case \`(set -o) 2>/dev/null\` in #( |
| 144 | *posix*) : |
| 145 | set -o posix ;; #( |
| 146 | *) : |
| 147 | ;; |
| 148 | esac |
| 149 | fi |
| 150 | " |
| 151 | as_required="as_fn_return () { (exit \$1); } |
| 152 | as_fn_success () { as_fn_return 0; } |
| 153 | as_fn_failure () { as_fn_return 1; } |
| 154 | as_fn_ret_success () { return 0; } |
| 155 | as_fn_ret_failure () { return 1; } |
| 156 | |
| 157 | exitcode=0 |
| 158 | as_fn_success || { exitcode=1; echo as_fn_success failed.; } |
| 159 | as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } |
| 160 | as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } |
| 161 | as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } |
| 162 | if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : |
| 163 | |
| 164 | else |
| 165 | exitcode=1; echo positional parameters were not saved. |
| 166 | fi |
| 167 | test x\$exitcode = x0 || exit 1" |
| 168 | as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
| 169 | as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
| 170 | eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
| 171 | test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 |
| 172 | test \$(( 1 + 1 )) = 2 || exit 1 |
| 173 | |
| 174 | test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( |
| 175 | ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' |
| 176 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO |
| 177 | ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO |
| 178 | PATH=/empty FPATH=/empty; export PATH FPATH |
| 179 | test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ |
| 180 | || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" |
| 181 | if (eval "$as_required") 2>/dev/null; then : |
| 182 | as_have_required=yes |
| 183 | else |
| 184 | as_have_required=no |
| 185 | fi |
| 186 | if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : |
| 187 | |
| 188 | else |
| 189 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
| 190 | as_found=false |
| 191 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH |
| 192 | do |
| 193 | IFS=$as_save_IFS |
| 194 | test -z "$as_dir" && as_dir=. |
| 195 | as_found=: |
| 196 | case $as_dir in #( |
| 197 | /*) |
| 198 | for as_base in sh bash ksh sh5; do |
| 199 | # Try only shells that exist, to save several forks. |
| 200 | as_shell=$as_dir/$as_base |
| 201 | if { test -f "$as_shell" || test -f "$as_shell.exe"; } && |
| 202 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : |
| 203 | CONFIG_SHELL=$as_shell as_have_required=yes |
| 204 | if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : |
| 205 | break 2 |
| 206 | fi |
| 207 | fi |
| 208 | done;; |
| 209 | esac |
| 210 | as_found=false |
| 211 | done |
| 212 | $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && |
| 213 | { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : |
| 214 | CONFIG_SHELL=$SHELL as_have_required=yes |
| 215 | fi; } |
| 216 | IFS=$as_save_IFS |
| 217 | |
| 218 | |
| 219 | if test "x$CONFIG_SHELL" != x; then : |
| 220 | # We cannot yet assume a decent shell, so we have to provide a |
| 221 | # neutralization value for shells without unset; and this also |
| 222 | # works around shells that cannot unset nonexistent variables. |
| 223 | BASH_ENV=/dev/null |
| 224 | ENV=/dev/null |
| 225 | (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
| 226 | export CONFIG_SHELL |
| 227 | exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
| 228 | fi |
| 229 | |
| 230 | if test x$as_have_required = xno; then : |
| 231 | $as_echo "$0: This script requires a shell more modern than all" |
| 232 | $as_echo "$0: the shells that I found on your system." |
| 233 | if test x${ZSH_VERSION+set} = xset ; then |
| 234 | $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
| 235 | $as_echo "$0: be upgraded to zsh 4.3.4 or later." |
| 236 | else |
| 237 | $as_echo "$0: Please tell [email protected] about your system, |
| 238 | $0: including any error possibly output before this |
| 239 | $0: message. Then install a modern shell, or manually run |
| 240 | $0: the script under such a shell if you do have one." |
| 241 | fi |
| 242 | exit 1 |
| 243 | fi |
| 244 | fi |
| 245 | fi |
| 246 | SHELL=${CONFIG_SHELL-/bin/sh} |
| 247 | export SHELL |
| 248 | # Unset more variables known to interfere with behavior of common tools. |
| 249 | CLICOLOR_FORCE= GREP_OPTIONS= |
| 250 | unset CLICOLOR_FORCE GREP_OPTIONS |
| 251 | |
| 252 | ## --------------------- ## |
| 253 | ## M4sh Shell Functions. ## |
| 254 | ## --------------------- ## |
| 255 | # as_fn_unset VAR |
| 256 | # --------------- |
| 257 | # Portably unset VAR. |
| 258 | as_fn_unset () |
| 259 | { |
| 260 | { eval $1=; unset $1;} |
| 261 | } |
| 262 | as_unset=as_fn_unset |
| 263 | |
| 264 | # as_fn_set_status STATUS |
| 265 | # ----------------------- |
| 266 | # Set $? to STATUS, without forking. |
| 267 | as_fn_set_status () |
| 268 | { |
| 269 | return $1 |
| 270 | } # as_fn_set_status |
| 271 | |
| 272 | # as_fn_exit STATUS |
| 273 | # ----------------- |
| 274 | # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. |
| 275 | as_fn_exit () |
| 276 | { |
| 277 | set +e |
| 278 | as_fn_set_status $1 |
| 279 | exit $1 |
| 280 | } # as_fn_exit |
| 281 | |
| 282 | # as_fn_mkdir_p |
| 283 | # ------------- |
| 284 | # Create "$as_dir" as a directory, including parents if necessary. |
| 285 | as_fn_mkdir_p () |
| 286 | { |
| 287 | |
| 288 | case $as_dir in #( |
| 289 | -*) as_dir=./$as_dir;; |
| 290 | esac |
| 291 | test -d "$as_dir" || eval $as_mkdir_p || { |
| 292 | as_dirs= |
| 293 | while :; do |
| 294 | case $as_dir in #( |
| 295 | *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( |
| 296 | *) as_qdir=$as_dir;; |
| 297 | esac |
| 298 | as_dirs="'$as_qdir' $as_dirs" |
| 299 | as_dir=`$as_dirname -- "$as_dir" || |
| 300 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 301 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 302 | X"$as_dir" : 'X\(//\)$' \| \ |
| 303 | X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || |
| 304 | $as_echo X"$as_dir" | |
| 305 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 306 | s//\1/ |
| 307 | q |
| 308 | } |
| 309 | /^X\(\/\/\)[^/].*/{ |
| 310 | s//\1/ |
| 311 | q |
| 312 | } |
| 313 | /^X\(\/\/\)$/{ |
| 314 | s//\1/ |
| 315 | q |
| 316 | } |
| 317 | /^X\(\/\).*/{ |
| 318 | s//\1/ |
| 319 | q |
| 320 | } |
| 321 | s/.*/./; q'` |
| 322 | test -d "$as_dir" && break |
| 323 | done |
| 324 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 325 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
| 326 | |
| 327 | |
| 328 | } # as_fn_mkdir_p |
| 329 | # as_fn_append VAR VALUE |
| 330 | # ---------------------- |
| 331 | # Append the text in VALUE to the end of the definition contained in VAR. Take |
| 332 | # advantage of any shell optimizations that allow amortized linear growth over |
| 333 | # repeated appends, instead of the typical quadratic growth present in naive |
| 334 | # implementations. |
| 335 | if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : |
| 336 | eval 'as_fn_append () |
| 337 | { |
| 338 | eval $1+=\$2 |
| 339 | }' |
| 340 | else |
| 341 | as_fn_append () |
| 342 | { |
| 343 | eval $1=\$$1\$2 |
| 344 | } |
| 345 | fi # as_fn_append |
| 346 | |
| 347 | # as_fn_arith ARG... |
| 348 | # ------------------ |
| 349 | # Perform arithmetic evaluation on the ARGs, and store the result in the |
| 350 | # global $as_val. Take advantage of shells that can avoid forks. The arguments |
| 351 | # must be portable across $(()) and expr. |
| 352 | if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : |
| 353 | eval 'as_fn_arith () |
| 354 | { |
| 355 | as_val=$(( $* )) |
| 356 | }' |
| 357 | else |
| 358 | as_fn_arith () |
| 359 | { |
| 360 | as_val=`expr "$@" || test $? -eq 1` |
| 361 | } |
| 362 | fi # as_fn_arith |
| 363 | |
| 364 | |
| 365 | # as_fn_error ERROR [LINENO LOG_FD] |
| 366 | # --------------------------------- |
| 367 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 368 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 369 | # script with status $?, using 1 if that was 0. |
| 370 | as_fn_error () |
| 371 | { |
| 372 | as_status=$?; test $as_status -eq 0 && as_status=1 |
| 373 | if test "$3"; then |
| 374 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 375 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
| 376 | fi |
| 377 | $as_echo "$as_me: error: $1" >&2 |
| 378 | as_fn_exit $as_status |
| 379 | } # as_fn_error |
| 380 | |
| 381 | if expr a : '\(a\)' >/dev/null 2>&1 && |
| 382 | test "X`expr 00001 : '.*\(...\)'`" = X001; then |
| 383 | as_expr=expr |
| 384 | else |
| 385 | as_expr=false |
| 386 | fi |
| 387 | |
| 388 | if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then |
| 389 | as_basename=basename |
| 390 | else |
| 391 | as_basename=false |
| 392 | fi |
| 393 | |
| 394 | if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then |
| 395 | as_dirname=dirname |
| 396 | else |
| 397 | as_dirname=false |
| 398 | fi |
| 399 | |
| 400 | as_me=`$as_basename -- "$0" || |
| 401 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ |
| 402 | X"$0" : 'X\(//\)$' \| \ |
| 403 | X"$0" : 'X\(/\)' \| . 2>/dev/null || |
| 404 | $as_echo X/"$0" | |
| 405 | sed '/^.*\/\([^/][^/]*\)\/*$/{ |
| 406 | s//\1/ |
| 407 | q |
| 408 | } |
| 409 | /^X\/\(\/\/\)$/{ |
| 410 | s//\1/ |
| 411 | q |
| 412 | } |
| 413 | /^X\/\(\/\).*/{ |
| 414 | s//\1/ |
| 415 | q |
| 416 | } |
| 417 | s/.*/./; q'` |
| 418 | |
| 419 | # Avoid depending upon Character Ranges. |
| 420 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' |
| 421 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' |
| 422 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS |
| 423 | as_cr_digits='0123456789' |
| 424 | as_cr_alnum=$as_cr_Letters$as_cr_digits |
| 425 | |
| 426 | |
| 427 | as_lineno_1=$LINENO as_lineno_1a=$LINENO |
| 428 | as_lineno_2=$LINENO as_lineno_2a=$LINENO |
| 429 | eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && |
| 430 | test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { |
| 431 | # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) |
| 432 | sed -n ' |
| 433 | p |
| 434 | /[$]LINENO/= |
| 435 | ' <$as_myself | |
| 436 | sed ' |
| 437 | s/[$]LINENO.*/&-/ |
| 438 | t lineno |
| 439 | b |
| 440 | :lineno |
| 441 | N |
| 442 | :loop |
| 443 | s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ |
| 444 | t loop |
| 445 | s/-\n.*// |
| 446 | ' >$as_me.lineno && |
| 447 | chmod +x "$as_me.lineno" || |
| 448 | { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
| 449 | |
| 450 | # Don't try to exec as it changes $[0], causing all sort of problems |
| 451 | # (the dirname of $[0] is not the place where we might find the |
| 452 | # original and so on. Autoconf is especially sensitive to this). |
| 453 | . "./$as_me.lineno" |
| 454 | # Exit status is that of the last command. |
| 455 | exit |
| 456 | } |
| 457 | |
| 458 | ECHO_C= ECHO_N= ECHO_T= |
| 459 | case `echo -n x` in #((((( |
| 460 | -n*) |
| 461 | case `echo 'xy\c'` in |
| 462 | *c*) ECHO_T=' ';; # ECHO_T is single tab character. |
| 463 | xy) ECHO_C='\c';; |
| 464 | *) echo `echo ksh88 bug on AIX 6.1` > /dev/null |
| 465 | ECHO_T=' ';; |
| 466 | esac;; |
| 467 | *) |
| 468 | ECHO_N='-n';; |
| 469 | esac |
| 470 | |
| 471 | rm -f conf$$ conf$$.exe conf$$.file |
| 472 | if test -d conf$$.dir; then |
| 473 | rm -f conf$$.dir/conf$$.file |
| 474 | else |
| 475 | rm -f conf$$.dir |
| 476 | mkdir conf$$.dir 2>/dev/null |
| 477 | fi |
| 478 | if (echo >conf$$.file) 2>/dev/null; then |
| 479 | if ln -s conf$$.file conf$$ 2>/dev/null; then |
| 480 | as_ln_s='ln -s' |
| 481 | # ... but there are two gotchas: |
| 482 | # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 483 | # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 484 | # In both cases, we have to default to `cp -p'. |
| 485 | ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 486 | as_ln_s='cp -p' |
| 487 | elif ln conf$$.file conf$$ 2>/dev/null; then |
| 488 | as_ln_s=ln |
| 489 | else |
| 490 | as_ln_s='cp -p' |
| 491 | fi |
| 492 | else |
| 493 | as_ln_s='cp -p' |
| 494 | fi |
| 495 | rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 496 | rmdir conf$$.dir 2>/dev/null |
| 497 | |
| 498 | if mkdir -p . 2>/dev/null; then |
| 499 | as_mkdir_p='mkdir -p "$as_dir"' |
| 500 | else |
| 501 | test -d ./-p && rmdir ./-p |
| 502 | as_mkdir_p=false |
| 503 | fi |
| 504 | |
| 505 | if test -x / >/dev/null 2>&1; then |
| 506 | as_test_x='test -x' |
| 507 | else |
| 508 | if ls -dL / >/dev/null 2>&1; then |
| 509 | as_ls_L_option=L |
| 510 | else |
| 511 | as_ls_L_option= |
| 512 | fi |
| 513 | as_test_x=' |
| 514 | eval sh -c '\'' |
| 515 | if test -d "$1"; then |
| 516 | test -d "$1/."; |
| 517 | else |
| 518 | case $1 in #( |
| 519 | -*)set "./$1";; |
| 520 | esac; |
| 521 | case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
| 522 | ???[sx]*):;;*)false;;esac;fi |
| 523 | '\'' sh |
| 524 | ' |
| 525 | fi |
| 526 | as_executable_p=$as_test_x |
| 527 | |
| 528 | # Sed expression to map a string onto a valid CPP name. |
| 529 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 530 | |
| 531 | # Sed expression to map a string onto a valid variable name. |
| 532 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
| 533 | |
| 534 | SHELL=${CONFIG_SHELL-/bin/sh} |
| 535 | |
| 536 | |
| 537 | exec 7<&0 </dev/null 6>&1 |
| 538 | |
| 539 | # Name of the host. |
| 540 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
| 541 | # so uname gets run too. |
| 542 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
| 543 | |
| 544 | # |
| 545 | # Initializations. |
| 546 | # |
| 547 | ac_default_prefix=/usr/local |
| 548 | ac_clean_files= |
| 549 | ac_config_libobj_dir=. |
| 550 | LIBOBJS= |
| 551 | cross_compiling=no |
| 552 | subdirs= |
| 553 | MFLAGS= |
| 554 | MAKEFLAGS= |
| 555 | |
| 556 | # Identity of this package. |
| 557 | PACKAGE_NAME= |
| 558 | PACKAGE_TARNAME= |
| 559 | PACKAGE_VERSION= |
| 560 | PACKAGE_STRING= |
| 561 | PACKAGE_BUGREPORT= |
| 562 | PACKAGE_URL= |
| 563 | |
| 564 | ac_unique_file="as.h" |
| 565 | # Factoring default headers for most tests. |
| 566 | ac_includes_default="\ |
| 567 | #include <stdio.h> |
| 568 | #ifdef HAVE_SYS_TYPES_H |
| 569 | # include <sys/types.h> |
| 570 | #endif |
| 571 | #ifdef HAVE_SYS_STAT_H |
| 572 | # include <sys/stat.h> |
| 573 | #endif |
| 574 | #ifdef STDC_HEADERS |
| 575 | # include <stdlib.h> |
| 576 | # include <stddef.h> |
| 577 | #else |
| 578 | # ifdef HAVE_STDLIB_H |
| 579 | # include <stdlib.h> |
| 580 | # endif |
| 581 | #endif |
| 582 | #ifdef HAVE_STRING_H |
| 583 | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
| 584 | # include <memory.h> |
| 585 | # endif |
| 586 | # include <string.h> |
| 587 | #endif |
| 588 | #ifdef HAVE_STRINGS_H |
| 589 | # include <strings.h> |
| 590 | #endif |
| 591 | #ifdef HAVE_INTTYPES_H |
| 592 | # include <inttypes.h> |
| 593 | #endif |
| 594 | #ifdef HAVE_STDINT_H |
| 595 | # include <stdint.h> |
| 596 | #endif |
| 597 | #ifdef HAVE_UNISTD_H |
| 598 | # include <unistd.h> |
| 599 | #endif" |
| 600 | |
| 601 | ac_subst_vars='am__EXEEXT_FALSE |
| 602 | am__EXEEXT_TRUE |
| 603 | LTLIBOBJS |
| 604 | LIBOBJS |
| 605 | LIBM |
| 606 | ALLOCA |
| 607 | GENINSRC_NEVER_FALSE |
| 608 | GENINSRC_NEVER_TRUE |
| 609 | MAINT |
| 610 | MAINTAINER_MODE_FALSE |
| 611 | MAINTAINER_MODE_TRUE |
| 612 | MSGMERGE |
| 613 | MSGFMT |
| 614 | MKINSTALLDIRS |
| 615 | CATOBJEXT |
| 616 | GENCAT |
| 617 | INSTOBJEXT |
| 618 | DATADIRNAME |
| 619 | CATALOGS |
| 620 | POSUB |
| 621 | GMSGFMT |
| 622 | XGETTEXT |
| 623 | INCINTL |
| 624 | LIBINTL_DEP |
| 625 | LIBINTL |
| 626 | USE_NLS |
| 627 | LEXLIB |
| 628 | LEX_OUTPUT_ROOT |
| 629 | LEX |
| 630 | YFLAGS |
| 631 | YACC |
| 632 | OPCODES_LIB |
| 633 | atof |
| 634 | install_tooldir |
| 635 | te_file |
| 636 | obj_format |
| 637 | target_cpu_type |
| 638 | extra_objects |
| 639 | cgen_cpu_prefix |
| 640 | GDBINIT |
| 641 | NO_WERROR |
| 642 | WARN_CFLAGS |
| 643 | OTOOL64 |
| 644 | OTOOL |
| 645 | LIPO |
| 646 | NMEDIT |
| 647 | DSYMUTIL |
| 648 | RANLIB |
| 649 | AR |
| 650 | OBJDUMP |
| 651 | LN_S |
| 652 | NM |
| 653 | ac_ct_DUMPBIN |
| 654 | DUMPBIN |
| 655 | LD |
| 656 | FGREP |
| 657 | SED |
| 658 | LIBTOOL |
| 659 | EGREP |
| 660 | GREP |
| 661 | CPP |
| 662 | am__fastdepCC_FALSE |
| 663 | am__fastdepCC_TRUE |
| 664 | CCDEPMODE |
| 665 | AMDEPBACKSLASH |
| 666 | AMDEP_FALSE |
| 667 | AMDEP_TRUE |
| 668 | am__quote |
| 669 | am__include |
| 670 | DEPDIR |
| 671 | am__untar |
| 672 | am__tar |
| 673 | AMTAR |
| 674 | am__leading_dot |
| 675 | SET_MAKE |
| 676 | AWK |
| 677 | mkdir_p |
| 678 | MKDIR_P |
| 679 | INSTALL_STRIP_PROGRAM |
| 680 | STRIP |
| 681 | install_sh |
| 682 | MAKEINFO |
| 683 | AUTOHEADER |
| 684 | AUTOMAKE |
| 685 | AUTOCONF |
| 686 | ACLOCAL |
| 687 | VERSION |
| 688 | PACKAGE |
| 689 | CYGPATH_W |
| 690 | am__isrc |
| 691 | INSTALL_DATA |
| 692 | INSTALL_SCRIPT |
| 693 | INSTALL_PROGRAM |
| 694 | OBJEXT |
| 695 | EXEEXT |
| 696 | ac_ct_CC |
| 697 | CPPFLAGS |
| 698 | LDFLAGS |
| 699 | CFLAGS |
| 700 | CC |
| 701 | target_os |
| 702 | target_vendor |
| 703 | target_cpu |
| 704 | target |
| 705 | host_os |
| 706 | host_vendor |
| 707 | host_cpu |
| 708 | host |
| 709 | build_os |
| 710 | build_vendor |
| 711 | build_cpu |
| 712 | build |
| 713 | target_alias |
| 714 | host_alias |
| 715 | build_alias |
| 716 | LIBS |
| 717 | ECHO_T |
| 718 | ECHO_N |
| 719 | ECHO_C |
| 720 | DEFS |
| 721 | mandir |
| 722 | localedir |
| 723 | libdir |
| 724 | psdir |
| 725 | pdfdir |
| 726 | dvidir |
| 727 | htmldir |
| 728 | infodir |
| 729 | docdir |
| 730 | oldincludedir |
| 731 | includedir |
| 732 | localstatedir |
| 733 | sharedstatedir |
| 734 | sysconfdir |
| 735 | datadir |
| 736 | datarootdir |
| 737 | libexecdir |
| 738 | sbindir |
| 739 | bindir |
| 740 | program_transform_name |
| 741 | prefix |
| 742 | exec_prefix |
| 743 | PACKAGE_URL |
| 744 | PACKAGE_BUGREPORT |
| 745 | PACKAGE_STRING |
| 746 | PACKAGE_VERSION |
| 747 | PACKAGE_TARNAME |
| 748 | PACKAGE_NAME |
| 749 | PATH_SEPARATOR |
| 750 | SHELL' |
| 751 | ac_subst_files='' |
| 752 | ac_user_opts=' |
| 753 | enable_option_checking |
| 754 | enable_dependency_tracking |
| 755 | enable_plugins |
| 756 | enable_largefile |
| 757 | enable_shared |
| 758 | enable_static |
| 759 | with_pic |
| 760 | enable_fast_install |
| 761 | with_gnu_ld |
| 762 | enable_libtool_lock |
| 763 | enable_targets |
| 764 | enable_checking |
| 765 | enable_werror |
| 766 | enable_build_warnings |
| 767 | enable_nls |
| 768 | enable_maintainer_mode |
| 769 | with_zlib |
| 770 | ' |
| 771 | ac_precious_vars='build_alias |
| 772 | host_alias |
| 773 | target_alias |
| 774 | CC |
| 775 | CFLAGS |
| 776 | LDFLAGS |
| 777 | LIBS |
| 778 | CPPFLAGS |
| 779 | CPP |
| 780 | YACC |
| 781 | YFLAGS' |
| 782 | |
| 783 | |
| 784 | # Initialize some variables set by options. |
| 785 | ac_init_help= |
| 786 | ac_init_version=false |
| 787 | ac_unrecognized_opts= |
| 788 | ac_unrecognized_sep= |
| 789 | # The variables have the same names as the options, with |
| 790 | # dashes changed to underlines. |
| 791 | cache_file=/dev/null |
| 792 | exec_prefix=NONE |
| 793 | no_create= |
| 794 | no_recursion= |
| 795 | prefix=NONE |
| 796 | program_prefix=NONE |
| 797 | program_suffix=NONE |
| 798 | program_transform_name=s,x,x, |
| 799 | silent= |
| 800 | site= |
| 801 | srcdir= |
| 802 | verbose= |
| 803 | x_includes=NONE |
| 804 | x_libraries=NONE |
| 805 | |
| 806 | # Installation directory options. |
|
|