Changeset 860 for vendor/current/examples/VFS
- Timestamp:
- May 12, 2014, 8:58:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/examples/VFS/configure
r748 r860 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 8.3 # Generated by GNU Autoconf 2.69. 4 4 # 5 5 # 6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 8 # Foundation, Inc. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 9 7 # 10 8 # … … 135 133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 136 134 135 # Use a proper internal environment variable to ensure we don't fall 136 # into an infinite loop, continuously re-executing ourselves. 137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 138 _as_can_reexec=no; export _as_can_reexec; 139 # We cannot yet assume a decent shell, so we have to provide a 140 # neutralization value for shells without unset; and this also 141 # works around shells that cannot unset nonexistent variables. 142 # Preserve -v and -x to the replacement shell. 143 BASH_ENV=/dev/null 144 ENV=/dev/null 145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 146 case $- in # (((( 147 *v*x* | *x*v* ) as_opts=-vx ;; 148 *v* ) as_opts=-v ;; 149 *x* ) as_opts=-x ;; 150 * ) as_opts= ;; 151 esac 152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 153 # Admittedly, this is quite paranoid, since all the known shells bail 154 # out after a failed `exec'. 155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 156 as_fn_exit 255 157 fi 158 # We don't want this to propagate to other subprocesses. 159 { _as_can_reexec=; unset _as_can_reexec;} 137 160 if test "x$CONFIG_SHELL" = x; then 138 161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 168 191 exitcode=1; echo positional parameters were not saved. 169 192 fi 170 test x\$exitcode = x0 || exit 1" 193 test x\$exitcode = x0 || exit 1 194 test -x / || exit 1" 171 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 172 196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 213 237 214 238 if test "x$CONFIG_SHELL" != x; then : 215 # We cannot yet assume a decent shell, so we have to provide a 216 # neutralization value for shells without unset; and this also 217 # works around shells that cannot unset nonexistent variables. 218 # Preserve -v and -x to the replacement shell. 219 BASH_ENV=/dev/null 220 ENV=/dev/null 221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 222 export CONFIG_SHELL 223 case $- in # (((( 224 *v*x* | *x*v* ) as_opts=-vx ;; 225 *v* ) as_opts=-v ;; 226 *x* ) as_opts=-x ;; 227 * ) as_opts= ;; 228 esac 229 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 239 export CONFIG_SHELL 240 # We cannot yet assume a decent shell, so we have to provide a 241 # neutralization value for shells without unset; and this also 242 # works around shells that cannot unset nonexistent variables. 243 # Preserve -v and -x to the replacement shell. 244 BASH_ENV=/dev/null 245 ENV=/dev/null 246 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 247 case $- in # (((( 248 *v*x* | *x*v* ) as_opts=-vx ;; 249 *v* ) as_opts=-v ;; 250 *x* ) as_opts=-x ;; 251 * ) as_opts= ;; 252 esac 253 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 254 # Admittedly, this is quite paranoid, since all the known shells bail 255 # out after a failed `exec'. 256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 257 exit 255 230 258 fi 231 259 … … 329 357 330 358 } # as_fn_mkdir_p 359 360 # as_fn_executable_p FILE 361 # ----------------------- 362 # Test if FILE is an executable regular file. 363 as_fn_executable_p () 364 { 365 test -f "$1" && test -x "$1" 366 } # as_fn_executable_p 331 367 # as_fn_append VAR VALUE 332 368 # ---------------------- … … 450 486 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 451 487 488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 489 # already done that, so ensure we don't try to do so again and fall 490 # in an infinite loop. This has already happened in practice. 491 _as_can_reexec=no; export _as_can_reexec 452 492 # Don't try to exec as it changes $[0], causing all sort of problems 453 493 # (the dirname of $[0] is not the place where we might find the … … 484 524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 485 525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 486 # In both cases, we have to default to `cp -p '.526 # In both cases, we have to default to `cp -pR'. 487 527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 488 as_ln_s='cp -p '528 as_ln_s='cp -pR' 489 529 elif ln conf$$.file conf$$ 2>/dev/null; then 490 530 as_ln_s=ln 491 531 else 492 as_ln_s='cp -p '532 as_ln_s='cp -pR' 493 533 fi 494 534 else 495 as_ln_s='cp -p '535 as_ln_s='cp -pR' 496 536 fi 497 537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 505 545 fi 506 546 507 if test -x / >/dev/null 2>&1; then 508 as_test_x='test -x' 509 else 510 if ls -dL / >/dev/null 2>&1; then 511 as_ls_L_option=L 512 else 513 as_ls_L_option= 514 fi 515 as_test_x=' 516 eval sh -c '\'' 517 if test -d "$1"; then 518 test -d "$1/."; 519 else 520 case $1 in #( 521 -*)set "./$1";; 522 esac; 523 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 524 ???[sx]*):;;*)false;;esac;fi 525 '\'' sh 526 ' 527 fi 528 as_executable_p=$as_test_x 547 as_test_x='test -x' 548 as_executable_p=as_fn_executable_p 529 549 530 550 # Sed expression to map a string onto a valid CPP name. … … 1153 1173 if test "x$build_alias" = x; then 1154 1174 cross_compiling=maybe 1155 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1156 If a cross compiler is detected then cross compile mode will be used" >&21157 1175 elif test "x$build_alias" != "x$host_alias"; then 1158 1176 cross_compiling=yes … … 1398 1416 cat <<\_ACEOF 1399 1417 configure 1400 generated by GNU Autoconf 2.6 81401 1402 Copyright (C) 201 0Free Software Foundation, Inc.1418 generated by GNU Autoconf 2.69 1419 1420 Copyright (C) 2012 Free Software Foundation, Inc. 1403 1421 This configure script is free software; the Free Software Foundation 1404 1422 gives unlimited permission to copy, distribute and modify it. … … 1650 1668 1651 1669 It was created by $as_me, which was 1652 generated by GNU Autoconf 2.6 8. Invocation command line was1670 generated by GNU Autoconf 2.69. Invocation command line was 1653 1671 1654 1672 $ $0 $@ … … 2025 2043 test -z "$as_dir" && as_dir=. 2026 2044 for ac_exec_ext in '' $ac_executable_extensions; do 2027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2028 2046 ac_cv_prog_CC="${ac_tool_prefix}gcc" 2029 2047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2065 2083 test -z "$as_dir" && as_dir=. 2066 2084 for ac_exec_ext in '' $ac_executable_extensions; do 2067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2068 2086 ac_cv_prog_ac_ct_CC="gcc" 2069 2087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2118 2136 test -z "$as_dir" && as_dir=. 2119 2137 for ac_exec_ext in '' $ac_executable_extensions; do 2120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2121 2139 ac_cv_prog_CC="${ac_tool_prefix}cc" 2122 2140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2159 2177 test -z "$as_dir" && as_dir=. 2160 2178 for ac_exec_ext in '' $ac_executable_extensions; do 2161 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2179 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2162 2180 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 2163 2181 ac_prog_rejected=yes … … 2217 2235 test -z "$as_dir" && as_dir=. 2218 2236 for ac_exec_ext in '' $ac_executable_extensions; do 2219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2220 2238 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2221 2239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2261 2279 test -z "$as_dir" && as_dir=. 2262 2280 for ac_exec_ext in '' $ac_executable_extensions; do 2263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2281 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2264 2282 ac_cv_prog_ac_ct_CC="$ac_prog" 2265 2283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2707 2725 #include <stdarg.h> 2708 2726 #include <stdio.h> 2709 #include <sys/types.h> 2710 #include <sys/stat.h> 2727 struct stat; 2711 2728 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 2712 2729 struct buf { int x; }; … … 2859 2876 for ac_prog in ginstall scoinst install; do 2860 2877 for ac_exec_ext in '' $ac_executable_extensions; do 2861 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then2878 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 2862 2879 if test $ac_prog = install && 2863 2880 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 3087 3104 test -z "$as_dir" && as_dir=. 3088 3105 for ac_exec_ext in '' $ac_executable_extensions; do 3089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3106 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3090 3107 ac_cv_path_KRB5CONFIG="$as_dir/$ac_word$ac_exec_ext" 3091 3108 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3351 3368 for ac_exec_ext in '' $ac_executable_extensions; do 3352 3369 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 3353 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; }|| continue3370 as_fn_executable_p "$ac_path_GREP" || continue 3354 3371 # Check for GNU ac_path_GREP and select it if it is found. 3355 3372 # Check for GNU $ac_path_GREP … … 3417 3434 for ac_exec_ext in '' $ac_executable_extensions; do 3418 3435 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 3419 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; }|| continue3436 as_fn_executable_p "$ac_path_EGREP" || continue 3420 3437 # Check for GNU ac_path_EGREP and select it if it is found. 3421 3438 # Check for GNU $ac_path_EGREP … … 3773 3790 test -z "$as_dir" && as_dir=. 3774 3791 for ac_exec_ext in '' $ac_executable_extensions; do 3775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3792 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3776 3793 ac_cv_prog_ROFF="groff -etpsR -Tascii -man" 3777 3794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4279 4296 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 4280 4297 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 4281 # In both cases, we have to default to `cp -p '.4298 # In both cases, we have to default to `cp -pR'. 4282 4299 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 4283 as_ln_s='cp -p '4300 as_ln_s='cp -pR' 4284 4301 elif ln conf$$.file conf$$ 2>/dev/null; then 4285 4302 as_ln_s=ln 4286 4303 else 4287 as_ln_s='cp -p '4304 as_ln_s='cp -pR' 4288 4305 fi 4289 4306 else 4290 as_ln_s='cp -p '4307 as_ln_s='cp -pR' 4291 4308 fi 4292 4309 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 4348 4365 fi 4349 4366 4350 if test -x / >/dev/null 2>&1; then 4351 as_test_x='test -x' 4352 else 4353 if ls -dL / >/dev/null 2>&1; then 4354 as_ls_L_option=L 4355 else 4356 as_ls_L_option= 4357 fi 4358 as_test_x=' 4359 eval sh -c '\'' 4360 if test -d "$1"; then 4361 test -d "$1/."; 4362 else 4363 case $1 in #( 4364 -*)set "./$1";; 4365 esac; 4366 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 4367 ???[sx]*):;;*)false;;esac;fi 4368 '\'' sh 4369 ' 4370 fi 4371 as_executable_p=$as_test_x 4367 4368 # as_fn_executable_p FILE 4369 # ----------------------- 4370 # Test if FILE is an executable regular file. 4371 as_fn_executable_p () 4372 { 4373 test -f "$1" && test -x "$1" 4374 } # as_fn_executable_p 4375 as_test_x='test -x' 4376 as_executable_p=as_fn_executable_p 4372 4377 4373 4378 # Sed expression to map a string onto a valid CPP name. … … 4391 4396 ac_log=" 4392 4397 This file was extended by $as_me, which was 4393 generated by GNU Autoconf 2.6 8. Invocation command line was4398 generated by GNU Autoconf 2.69. Invocation command line was 4394 4399 4395 4400 CONFIG_FILES = $CONFIG_FILES … … 4453 4458 ac_cs_version="\\ 4454 4459 config.status 4455 configured by $0, generated by GNU Autoconf 2.6 8,4460 configured by $0, generated by GNU Autoconf 2.69, 4456 4461 with options \\"\$ac_cs_config\\" 4457 4462 4458 Copyright (C) 201 0Free Software Foundation, Inc.4463 Copyright (C) 2012 Free Software Foundation, Inc. 4459 4464 This config.status script is free software; the Free Software Foundation 4460 4465 gives unlimited permission to copy, distribute and modify it." … … 4545 4550 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 4546 4551 if \$ac_cs_recheck; then 4547 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion4552 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 4548 4553 shift 4549 4554 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
Note:
See TracChangeset
for help on using the changeset viewer.