Changeset 4213
- Timestamp:
- Mar 10, 2014, 10:48:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4209 r4213 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 8for Rappture 1.4.3 # Generated by GNU Autoconf 2.69 for Rappture 1.4. 4 4 # 5 5 # Report bugs to <rappture@nanohub.org>. 6 6 # 7 7 # 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 10 # Foundation, Inc. 8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 11 9 # 12 10 # … … 137 135 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH 138 136 137 # Use a proper internal environment variable to ensure we don't fall 138 # into an infinite loop, continuously re-executing ourselves. 139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then 140 _as_can_reexec=no; export _as_can_reexec; 141 # We cannot yet assume a decent shell, so we have to provide a 142 # neutralization value for shells without unset; and this also 143 # works around shells that cannot unset nonexistent variables. 144 # Preserve -v and -x to the replacement shell. 145 BASH_ENV=/dev/null 146 ENV=/dev/null 147 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 148 case $- in # (((( 149 *v*x* | *x*v* ) as_opts=-vx ;; 150 *v* ) as_opts=-v ;; 151 *x* ) as_opts=-x ;; 152 * ) as_opts= ;; 153 esac 154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 155 # Admittedly, this is quite paranoid, since all the known shells bail 156 # out after a failed `exec'. 157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 158 as_fn_exit 255 159 fi 160 # We don't want this to propagate to other subprocesses. 161 { _as_can_reexec=; unset _as_can_reexec;} 139 162 if test "x$CONFIG_SHELL" = x; then 140 163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : … … 170 193 exitcode=1; echo positional parameters were not saved. 171 194 fi 172 test x\$exitcode = x0 || exit 1" 195 test x\$exitcode = x0 || exit 1 196 test -x / || exit 1" 173 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 174 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO … … 215 239 216 240 if test "x$CONFIG_SHELL" != x; then : 217 # We cannot yet assume a decent shell, so we have to provide a 218 # neutralization value for shells without unset; and this also 219 # works around shells that cannot unset nonexistent variables. 220 # Preserve -v and -x to the replacement shell. 221 BASH_ENV=/dev/null 222 ENV=/dev/null 223 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 224 export CONFIG_SHELL 225 case $- in # (((( 226 *v*x* | *x*v* ) as_opts=-vx ;; 227 *v* ) as_opts=-v ;; 228 *x* ) as_opts=-x ;; 229 * ) as_opts= ;; 230 esac 231 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} 241 export CONFIG_SHELL 242 # We cannot yet assume a decent shell, so we have to provide a 243 # neutralization value for shells without unset; and this also 244 # works around shells that cannot unset nonexistent variables. 245 # Preserve -v and -x to the replacement shell. 246 BASH_ENV=/dev/null 247 ENV=/dev/null 248 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV 249 case $- in # (((( 250 *v*x* | *x*v* ) as_opts=-vx ;; 251 *v* ) as_opts=-v ;; 252 *x* ) as_opts=-x ;; 253 * ) as_opts= ;; 254 esac 255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} 256 # Admittedly, this is quite paranoid, since all the known shells bail 257 # out after a failed `exec'. 258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 259 exit 255 232 260 fi 233 261 … … 332 360 333 361 } # as_fn_mkdir_p 362 363 # as_fn_executable_p FILE 364 # ----------------------- 365 # Test if FILE is an executable regular file. 366 as_fn_executable_p () 367 { 368 test -f "$1" && test -x "$1" 369 } # as_fn_executable_p 334 370 # as_fn_append VAR VALUE 335 371 # ---------------------- … … 453 489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } 454 490 491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have 492 # already done that, so ensure we don't try to do so again and fall 493 # in an infinite loop. This has already happened in practice. 494 _as_can_reexec=no; export _as_can_reexec 455 495 # Don't try to exec as it changes $[0], causing all sort of problems 456 496 # (the dirname of $[0] is not the place where we might find the … … 487 527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 488 528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 489 # In both cases, we have to default to `cp -p '.529 # In both cases, we have to default to `cp -pR'. 490 530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 491 as_ln_s='cp -p '531 as_ln_s='cp -pR' 492 532 elif ln conf$$.file conf$$ 2>/dev/null; then 493 533 as_ln_s=ln 494 534 else 495 as_ln_s='cp -p '535 as_ln_s='cp -pR' 496 536 fi 497 537 else 498 as_ln_s='cp -p '538 as_ln_s='cp -pR' 499 539 fi 500 540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 508 548 fi 509 549 510 if test -x / >/dev/null 2>&1; then 511 as_test_x='test -x' 512 else 513 if ls -dL / >/dev/null 2>&1; then 514 as_ls_L_option=L 515 else 516 as_ls_L_option= 517 fi 518 as_test_x=' 519 eval sh -c '\'' 520 if test -d "$1"; then 521 test -d "$1/."; 522 else 523 case $1 in #( 524 -*)set "./$1";; 525 esac; 526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 527 ???[sx]*):;;*)false;;esac;fi 528 '\'' sh 529 ' 530 fi 531 as_executable_p=$as_test_x 550 as_test_x='test -x' 551 as_executable_p=as_fn_executable_p 532 552 533 553 # Sed expression to map a string onto a valid CPP name. … … 1289 1309 if test "x$build_alias" = x; then 1290 1310 cross_compiling=maybe 1291 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1292 If a cross compiler is detected then cross compile mode will be used" >&21293 1311 elif test "x$build_alias" != "x$host_alias"; then 1294 1312 cross_compiling=yes … … 1562 1580 cat <<\_ACEOF 1563 1581 Rappture configure 1.4 1564 generated by GNU Autoconf 2.6 81565 1566 Copyright (C) 201 0Free Software Foundation, Inc.1582 generated by GNU Autoconf 2.69 1583 1584 Copyright (C) 2012 Free Software Foundation, Inc. 1567 1585 This configure script is free software; the Free Software Foundation 1568 1586 gives unlimited permission to copy, distribute and modify it. … … 1795 1813 } && test -s conftest$ac_exeext && { 1796 1814 test "$cross_compiling" = yes || 1797 $as_test_x conftest$ac_exeext1815 test -x conftest$ac_exeext 1798 1816 }; then : 1799 1817 ac_retval=0 … … 1908 1926 } && test -s conftest$ac_exeext && { 1909 1927 test "$cross_compiling" = yes || 1910 $as_test_x conftest$ac_exeext1928 test -x conftest$ac_exeext 1911 1929 }; then : 1912 1930 ac_retval=0 … … 2212 2230 { 2213 2231 static int test_array [1 - 2 * !(($2) >= 0)]; 2214 test_array [0] = 0 2232 test_array [0] = 0; 2233 return test_array [0]; 2215 2234 2216 2235 ; … … 2228 2247 { 2229 2248 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2230 test_array [0] = 0 2249 test_array [0] = 0; 2250 return test_array [0]; 2231 2251 2232 2252 ; … … 2254 2274 { 2255 2275 static int test_array [1 - 2 * !(($2) < 0)]; 2256 test_array [0] = 0 2276 test_array [0] = 0; 2277 return test_array [0]; 2257 2278 2258 2279 ; … … 2270 2291 { 2271 2292 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 2272 test_array [0] = 0 2293 test_array [0] = 0; 2294 return test_array [0]; 2273 2295 2274 2296 ; … … 2304 2326 { 2305 2327 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2306 test_array [0] = 0 2328 test_array [0] = 0; 2329 return test_array [0]; 2307 2330 2308 2331 ; … … 2377 2400 2378 2401 It was created by Rappture $as_me 1.4, which was 2379 generated by GNU Autoconf 2.6 8. Invocation command line was2402 generated by GNU Autoconf 2.69. Invocation command line was 2380 2403 2381 2404 $ $0 $@ … … 2827 2850 for ac_prog in ginstall scoinst install; do 2828 2851 for ac_exec_ext in '' $ac_executable_extensions; do 2829 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then2852 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 2830 2853 if test $ac_prog = install && 2831 2854 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 2901 2924 test -z "$as_dir" && as_dir=. 2902 2925 for ac_exec_ext in '' $ac_executable_extensions; do 2903 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2926 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2904 2927 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2905 2928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2941 2964 test -z "$as_dir" && as_dir=. 2942 2965 for ac_exec_ext in '' $ac_executable_extensions; do 2943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2966 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2944 2967 ac_cv_prog_ac_ct_RANLIB="ranlib" 2945 2968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3000 3023 for ac_prog in mkdir gmkdir; do 3001 3024 for ac_exec_ext in '' $ac_executable_extensions; do 3002 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }|| continue3025 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue 3003 3026 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 3004 3027 'mkdir (GNU coreutils) '* | \ … … 3084 3107 test -z "$as_dir" && as_dir=. 3085 3108 for ac_exec_ext in '' $ac_executable_extensions; do 3086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3087 3110 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3088 3111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3124 3147 test -z "$as_dir" && as_dir=. 3125 3148 for ac_exec_ext in '' $ac_executable_extensions; do 3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3149 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3127 3150 ac_cv_prog_ac_ct_CC="gcc" 3128 3151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3177 3200 test -z "$as_dir" && as_dir=. 3178 3201 for ac_exec_ext in '' $ac_executable_extensions; do 3179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3202 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3180 3203 ac_cv_prog_CC="${ac_tool_prefix}cc" 3181 3204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3218 3241 test -z "$as_dir" && as_dir=. 3219 3242 for ac_exec_ext in '' $ac_executable_extensions; do 3220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3243 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3221 3244 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3222 3245 ac_prog_rejected=yes … … 3276 3299 test -z "$as_dir" && as_dir=. 3277 3300 for ac_exec_ext in '' $ac_executable_extensions; do 3278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3301 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3279 3302 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3280 3303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3320 3343 test -z "$as_dir" && as_dir=. 3321 3344 for ac_exec_ext in '' $ac_executable_extensions; do 3322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3323 3346 ac_cv_prog_ac_ct_CC="$ac_prog" 3324 3347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3766 3789 #include <stdarg.h> 3767 3790 #include <stdio.h> 3768 #include <sys/types.h> 3769 #include <sys/stat.h> 3791 struct stat; 3770 3792 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3771 3793 struct buf { int x; }; … … 3880 3902 test -z "$as_dir" && as_dir=. 3881 3903 for ac_exec_ext in '' $ac_executable_extensions; do 3882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3883 3905 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3884 3906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3924 3946 test -z "$as_dir" && as_dir=. 3925 3947 for ac_exec_ext in '' $ac_executable_extensions; do 3926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3927 3949 ac_cv_prog_ac_ct_CXX="$ac_prog" 3928 3950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4133 4155 test -z "$as_dir" && as_dir=. 4134 4156 for ac_exec_ext in '' $ac_executable_extensions; do 4135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4157 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4136 4158 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4137 4159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4177 4199 test -z "$as_dir" && as_dir=. 4178 4200 for ac_exec_ext in '' $ac_executable_extensions; do 4179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4201 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4180 4202 ac_cv_prog_ac_ct_F77="$ac_prog" 4181 4203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4484 4506 for ac_exec_ext in '' $ac_executable_extensions; do 4485 4507 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4486 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; }|| continue4508 as_fn_executable_p "$ac_path_GREP" || continue 4487 4509 # Check for GNU ac_path_GREP and select it if it is found. 4488 4510 # Check for GNU $ac_path_GREP … … 4550 4572 for ac_exec_ext in '' $ac_executable_extensions; do 4551 4573 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4552 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; }|| continue4574 as_fn_executable_p "$ac_path_EGREP" || continue 4553 4575 # Check for GNU ac_path_EGREP and select it if it is found. 4554 4576 # Check for GNU $ac_path_EGREP … … 5617 5639 test -z "$as_dir" && as_dir=. 5618 5640 for ac_exec_ext in '' $ac_executable_extensions; do 5619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5641 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5620 5642 ac_cv_prog_AR="ar" 5621 5643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7366 7388 test -z "$as_dir" && as_dir=. 7367 7389 for ac_exec_ext in '' $ac_executable_extensions; do 7368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7390 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7369 7391 ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext" 7370 7392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7408 7430 test -z "$as_dir" && as_dir=. 7409 7431 for ac_exec_ext in '' $ac_executable_extensions; do 7410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7432 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7411 7433 ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext" 7412 7434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7453 7475 VTK_TCL_DIR="" 7454 7476 7455 ENABLE_VTK= no7477 ENABLE_VTK= 7456 7478 if test "$with_vtk" != "no" ; then 7457 7479 if test "$with_vtk" != "yes" ; then … … 7479 7501 else 7480 7502 if test "${ENABLE_GUI}" = "yes" ; then 7481 as_fn_error $? "Rappture GUI requires VTK" "$LINENO" 5 7503 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: VTK missing: Rappture GUI requires VTK for some features" >&5 7504 $as_echo "$as_me: WARNING: VTK missing: Rappture GUI requires VTK for some features" >&2;} 7482 7505 fi 7483 7506 fi … … 7537 7560 test -z "$as_dir" && as_dir=. 7538 7561 for ac_exec_ext in '' $ac_executable_extensions; do 7539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7540 7563 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7541 7564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7579 7602 test -z "$as_dir" && as_dir=. 7580 7603 for ac_exec_ext in '' $ac_executable_extensions; do 7581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7582 7605 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7583 7606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7629 7652 test -z "$as_dir" && as_dir=. 7630 7653 for ac_exec_ext in '' $ac_executable_extensions; do 7631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7654 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7632 7655 ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext" 7633 7656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7669 7692 test -z "$as_dir" && as_dir=. 7670 7693 for ac_exec_ext in '' $ac_executable_extensions; do 7671 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7694 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7672 7695 ac_cv_path_MEXEXT="$as_dir/$ac_word$ac_exec_ext" 7673 7696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7720 7743 test -z "$as_dir" && as_dir=. 7721 7744 for ac_exec_ext in '' $ac_executable_extensions; do 7722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7723 7746 ac_cv_path_MCC="$as_dir/$ac_word$ac_exec_ext" 7724 7747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7782 7805 test -z "$as_dir" && as_dir=. 7783 7806 for ac_exec_ext in '' $ac_executable_extensions; do 7784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7807 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7785 7808 ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext" 7786 7809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7822 7845 test -z "$as_dir" && as_dir=. 7823 7846 for ac_exec_ext in '' $ac_executable_extensions; do 7824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7847 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7825 7848 ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext" 7826 7849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7909 7932 test -z "$as_dir" && as_dir=. 7910 7933 for ac_exec_ext in '' $ac_executable_extensions; do 7911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7934 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7912 7935 ac_cv_path_mkoctfile3="$as_dir/$ac_word$ac_exec_ext" 7913 7936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7969 7992 test -z "$as_dir" && as_dir=. 7970 7993 for ac_exec_ext in '' $ac_executable_extensions; do 7971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7994 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7972 7995 ac_cv_path_mkoctfile2="$as_dir/$ac_word$ac_exec_ext" 7973 7996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8043 8066 test -z "$as_dir" && as_dir=. 8044 8067 for ac_exec_ext in '' $ac_executable_extensions; do 8045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8068 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8046 8069 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 8047 8070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8084 8107 test -z "$as_dir" && as_dir=. 8085 8108 for ac_exec_ext in '' $ac_executable_extensions; do 8086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8087 8110 ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext" 8088 8111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8125 8148 test -z "$as_dir" && as_dir=. 8126 8149 for ac_exec_ext in '' $ac_executable_extensions; do 8127 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8150 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8128 8151 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 8129 8152 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8165 8188 test -z "$as_dir" && as_dir=. 8166 8189 for ac_exec_ext in '' $ac_executable_extensions; do 8167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8190 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8168 8191 ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext" 8169 8192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8247 8270 test -z "$as_dir" && as_dir=. 8248 8271 for ac_exec_ext in '' $ac_executable_extensions; do 8249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8272 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8250 8273 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 8251 8274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8289 8312 test -z "$as_dir" && as_dir=. 8290 8313 for ac_exec_ext in '' $ac_executable_extensions; do 8291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8314 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8292 8315 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 8293 8316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8410 8433 test -z "$as_dir" && as_dir=. 8411 8434 for ac_exec_ext in '' $ac_executable_extensions; do 8412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8435 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8413 8436 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8414 8437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8450 8473 test -z "$as_dir" && as_dir=. 8451 8474 for ac_exec_ext in '' $ac_executable_extensions; do 8452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8475 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8453 8476 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8454 8477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8490 8513 test -z "$as_dir" && as_dir=. 8491 8514 for ac_exec_ext in '' $ac_executable_extensions; do 8492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8515 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8493 8516 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8494 8517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8532 8555 test -z "$as_dir" && as_dir=. 8533 8556 for ac_exec_ext in '' $ac_executable_extensions; do 8534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8557 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8535 8558 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8536 8559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8573 8596 test -z "$as_dir" && as_dir=. 8574 8597 for ac_exec_ext in '' $ac_executable_extensions; do 8575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8598 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8576 8599 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8577 8600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8614 8637 test -z "$as_dir" && as_dir=. 8615 8638 for ac_exec_ext in '' $ac_executable_extensions; do 8616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8639 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8617 8640 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8618 8641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8703 8726 test -z "$as_dir" && as_dir=. 8704 8727 for ac_exec_ext in '' $ac_executable_extensions; do 8705 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8706 8729 ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext" 8707 8730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8745 8768 test -z "$as_dir" && as_dir=. 8746 8769 for ac_exec_ext in '' $ac_executable_extensions; do 8747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8748 8771 ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext" 8749 8772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9538 9561 test -z "$as_dir" && as_dir=. 9539 9562 for ac_exec_ext in '' $ac_executable_extensions; do 9540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9541 9564 ac_cv_path_FFMPEG="$as_dir/$ac_word$ac_exec_ext" 9542 9565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 9580 9603 test -z "$as_dir" && as_dir=. 9581 9604 for ac_exec_ext in '' $ac_executable_extensions; do 9582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then9605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 9583 9606 ac_cv_path_FFMPEG="$as_dir/$ac_word$ac_exec_ext" 9584 9607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 10600 10623 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 10601 10624 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 10602 # In both cases, we have to default to `cp -p '.10625 # In both cases, we have to default to `cp -pR'. 10603 10626 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 10604 as_ln_s='cp -p '10627 as_ln_s='cp -pR' 10605 10628 elif ln conf$$.file conf$$ 2>/dev/null; then 10606 10629 as_ln_s=ln 10607 10630 else 10608 as_ln_s='cp -p '10631 as_ln_s='cp -pR' 10609 10632 fi 10610 10633 else 10611 as_ln_s='cp -p '10634 as_ln_s='cp -pR' 10612 10635 fi 10613 10636 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 10669 10692 fi 10670 10693 10671 if test -x / >/dev/null 2>&1; then 10672 as_test_x='test -x' 10673 else 10674 if ls -dL / >/dev/null 2>&1; then 10675 as_ls_L_option=L 10676 else 10677 as_ls_L_option= 10678 fi 10679 as_test_x=' 10680 eval sh -c '\'' 10681 if test -d "$1"; then 10682 test -d "$1/."; 10683 else 10684 case $1 in #( 10685 -*)set "./$1";; 10686 esac; 10687 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 10688 ???[sx]*):;;*)false;;esac;fi 10689 '\'' sh 10690 ' 10691 fi 10692 as_executable_p=$as_test_x 10694 10695 # as_fn_executable_p FILE 10696 # ----------------------- 10697 # Test if FILE is an executable regular file. 10698 as_fn_executable_p () 10699 { 10700 test -f "$1" && test -x "$1" 10701 } # as_fn_executable_p 10702 as_test_x='test -x' 10703 as_executable_p=as_fn_executable_p 10693 10704 10694 10705 # Sed expression to map a string onto a valid CPP name. … … 10712 10723 ac_log=" 10713 10724 This file was extended by Rappture $as_me 1.4, which was 10714 generated by GNU Autoconf 2.6 8. Invocation command line was10725 generated by GNU Autoconf 2.69. Invocation command line was 10715 10726 10716 10727 CONFIG_FILES = $CONFIG_FILES … … 10774 10785 ac_cs_version="\\ 10775 10786 Rappture config.status 1.4 10776 configured by $0, generated by GNU Autoconf 2.6 8,10787 configured by $0, generated by GNU Autoconf 2.69, 10777 10788 with options \\"\$ac_cs_config\\" 10778 10789 10779 Copyright (C) 201 0Free Software Foundation, Inc.10790 Copyright (C) 2012 Free Software Foundation, Inc. 10780 10791 This config.status script is free software; the Free Software Foundation 10781 10792 gives unlimited permission to copy, distribute and modify it." … … 10867 10878 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10868 10879 if \$ac_cs_recheck; then 10869 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion10880 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 10870 10881 shift 10871 10882 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
Note: See TracChangeset
for help on using the changeset viewer.