Changeset 3064 for branches/blt4
- Timestamp:
- Jun 28, 2012, 9:19:57 AM (12 years ago)
- Location:
- branches/blt4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blt4/cf/rpLangJava.m4
r2307 r3064 30 30 ${JAVA_HOME} \ 31 31 /apps/java/jdk1.6* \ 32 /usr/lib/jvm/java-6-openjdk \ 33 /usr/lib/jvm/icedtea-6 \ 32 34 /usr/lib/jvm/*sun-1.6* \ 33 35 /opt/sun-jdk-1.6* \ 36 /usr/lib/jvm/icedtea-7 \ 34 37 /opt/icedtea6-* \ 35 38 /opt/sun-jdk-1.5* \ 36 /usr/lib/jvm/*sun-1.5* 39 /usr/lib/jvm/*sun-1.5* 37 40 do 38 41 if test -r "${d}/include/jni.h" ; then -
branches/blt4/configure
r2936 r3064 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.1.3 # Generated by GNU Autoconf 2.69 for Rappture 1.1. 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. … … 1269 1289 if test "x$build_alias" = x; then 1270 1290 cross_compiling=maybe 1271 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.1272 If a cross compiler is detected then cross compile mode will be used" >&21273 1291 elif test "x$build_alias" != "x$host_alias"; then 1274 1292 cross_compiling=yes … … 1534 1552 cat <<\_ACEOF 1535 1553 Rappture configure 1.1 1536 generated by GNU Autoconf 2.6 81537 1538 Copyright (C) 201 0Free Software Foundation, Inc.1554 generated by GNU Autoconf 2.69 1555 1556 Copyright (C) 2012 Free Software Foundation, Inc. 1539 1557 This configure script is free software; the Free Software Foundation 1540 1558 gives unlimited permission to copy, distribute and modify it. … … 1767 1785 } && test -s conftest$ac_exeext && { 1768 1786 test "$cross_compiling" = yes || 1769 $as_test_x conftest$ac_exeext1787 test -x conftest$ac_exeext 1770 1788 }; then : 1771 1789 ac_retval=0 … … 1880 1898 } && test -s conftest$ac_exeext && { 1881 1899 test "$cross_compiling" = yes || 1882 $as_test_x conftest$ac_exeext1900 test -x conftest$ac_exeext 1883 1901 }; then : 1884 1902 ac_retval=0 … … 2184 2202 { 2185 2203 static int test_array [1 - 2 * !(($2) >= 0)]; 2186 test_array [0] = 0 2204 test_array [0] = 0; 2205 return test_array [0]; 2187 2206 2188 2207 ; … … 2200 2219 { 2201 2220 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2202 test_array [0] = 0 2221 test_array [0] = 0; 2222 return test_array [0]; 2203 2223 2204 2224 ; … … 2226 2246 { 2227 2247 static int test_array [1 - 2 * !(($2) < 0)]; 2228 test_array [0] = 0 2248 test_array [0] = 0; 2249 return test_array [0]; 2229 2250 2230 2251 ; … … 2242 2263 { 2243 2264 static int test_array [1 - 2 * !(($2) >= $ac_mid)]; 2244 test_array [0] = 0 2265 test_array [0] = 0; 2266 return test_array [0]; 2245 2267 2246 2268 ; … … 2276 2298 { 2277 2299 static int test_array [1 - 2 * !(($2) <= $ac_mid)]; 2278 test_array [0] = 0 2300 test_array [0] = 0; 2301 return test_array [0]; 2279 2302 2280 2303 ; … … 2349 2372 2350 2373 It was created by Rappture $as_me 1.1, which was 2351 generated by GNU Autoconf 2.6 8. Invocation command line was2374 generated by GNU Autoconf 2.69. Invocation command line was 2352 2375 2353 2376 $ $0 $@ … … 2799 2822 for ac_prog in ginstall scoinst install; do 2800 2823 for ac_exec_ext in '' $ac_executable_extensions; do 2801 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then2824 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 2802 2825 if test $ac_prog = install && 2803 2826 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then … … 2873 2896 test -z "$as_dir" && as_dir=. 2874 2897 for ac_exec_ext in '' $ac_executable_extensions; do 2875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2876 2899 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 2877 2900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2913 2936 test -z "$as_dir" && as_dir=. 2914 2937 for ac_exec_ext in '' $ac_executable_extensions; do 2915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then2938 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 2916 2939 ac_cv_prog_ac_ct_RANLIB="ranlib" 2917 2940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 2972 2995 for ac_prog in mkdir gmkdir; do 2973 2996 for ac_exec_ext in '' $ac_executable_extensions; do 2974 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }|| continue2997 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue 2975 2998 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 2976 2999 'mkdir (GNU coreutils) '* | \ … … 3056 3079 test -z "$as_dir" && as_dir=. 3057 3080 for ac_exec_ext in '' $ac_executable_extensions; do 3058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3081 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3059 3082 ac_cv_prog_CC="${ac_tool_prefix}gcc" 3060 3083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3096 3119 test -z "$as_dir" && as_dir=. 3097 3120 for ac_exec_ext in '' $ac_executable_extensions; do 3098 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3121 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3099 3122 ac_cv_prog_ac_ct_CC="gcc" 3100 3123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3149 3172 test -z "$as_dir" && as_dir=. 3150 3173 for ac_exec_ext in '' $ac_executable_extensions; do 3151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3152 3175 ac_cv_prog_CC="${ac_tool_prefix}cc" 3153 3176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3190 3213 test -z "$as_dir" && as_dir=. 3191 3214 for ac_exec_ext in '' $ac_executable_extensions; do 3192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3193 3216 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 3194 3217 ac_prog_rejected=yes … … 3248 3271 test -z "$as_dir" && as_dir=. 3249 3272 for ac_exec_ext in '' $ac_executable_extensions; do 3250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3251 3274 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 3252 3275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3292 3315 test -z "$as_dir" && as_dir=. 3293 3316 for ac_exec_ext in '' $ac_executable_extensions; do 3294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3295 3318 ac_cv_prog_ac_ct_CC="$ac_prog" 3296 3319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3738 3761 #include <stdarg.h> 3739 3762 #include <stdio.h> 3740 #include <sys/types.h> 3741 #include <sys/stat.h> 3763 struct stat; 3742 3764 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 3743 3765 struct buf { int x; }; … … 3852 3874 test -z "$as_dir" && as_dir=. 3853 3875 for ac_exec_ext in '' $ac_executable_extensions; do 3854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3855 3877 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 3856 3878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 3896 3918 test -z "$as_dir" && as_dir=. 3897 3919 for ac_exec_ext in '' $ac_executable_extensions; do 3898 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then3920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 3899 3921 ac_cv_prog_ac_ct_CXX="$ac_prog" 3900 3922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4105 4127 test -z "$as_dir" && as_dir=. 4106 4128 for ac_exec_ext in '' $ac_executable_extensions; do 4107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4108 4130 ac_cv_prog_F77="$ac_tool_prefix$ac_prog" 4109 4131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4149 4171 test -z "$as_dir" && as_dir=. 4150 4172 for ac_exec_ext in '' $ac_executable_extensions; do 4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then4173 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4152 4174 ac_cv_prog_ac_ct_F77="$ac_prog" 4153 4175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 4456 4478 for ac_exec_ext in '' $ac_executable_extensions; do 4457 4479 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 4458 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; }|| continue4480 as_fn_executable_p "$ac_path_GREP" || continue 4459 4481 # Check for GNU ac_path_GREP and select it if it is found. 4460 4482 # Check for GNU $ac_path_GREP … … 4522 4544 for ac_exec_ext in '' $ac_executable_extensions; do 4523 4545 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 4524 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; }|| continue4546 as_fn_executable_p "$ac_path_EGREP" || continue 4525 4547 # Check for GNU ac_path_EGREP and select it if it is found. 4526 4548 # Check for GNU $ac_path_EGREP … … 5605 5627 test -z "$as_dir" && as_dir=. 5606 5628 for ac_exec_ext in '' $ac_executable_extensions; do 5607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then5629 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5608 5630 ac_cv_prog_AR="ar" 5609 5631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7339 7361 test -z "$as_dir" && as_dir=. 7340 7362 for ac_exec_ext in '' $ac_executable_extensions; do 7341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7342 7364 ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext" 7343 7365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7381 7403 test -z "$as_dir" && as_dir=. 7382 7404 for ac_exec_ext in '' $ac_executable_extensions; do 7383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7405 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7384 7406 ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext" 7385 7407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7482 7504 test -z "$as_dir" && as_dir=. 7483 7505 for ac_exec_ext in '' $ac_executable_extensions; do 7484 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7506 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7485 7507 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7486 7508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7524 7546 test -z "$as_dir" && as_dir=. 7525 7547 for ac_exec_ext in '' $ac_executable_extensions; do 7526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7527 7549 ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext" 7528 7550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7574 7596 test -z "$as_dir" && as_dir=. 7575 7597 for ac_exec_ext in '' $ac_executable_extensions; do 7576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7598 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7577 7599 ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext" 7578 7600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7614 7636 test -z "$as_dir" && as_dir=. 7615 7637 for ac_exec_ext in '' $ac_executable_extensions; do 7616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7617 7639 ac_cv_path_MEXEXT="$as_dir/$ac_word$ac_exec_ext" 7618 7640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7665 7687 test -z "$as_dir" && as_dir=. 7666 7688 for ac_exec_ext in '' $ac_executable_extensions; do 7667 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7689 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7668 7690 ac_cv_path_MCC="$as_dir/$ac_word$ac_exec_ext" 7669 7691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7727 7749 test -z "$as_dir" && as_dir=. 7728 7750 for ac_exec_ext in '' $ac_executable_extensions; do 7729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7751 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7730 7752 ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext" 7731 7753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7767 7789 test -z "$as_dir" && as_dir=. 7768 7790 for ac_exec_ext in '' $ac_executable_extensions; do 7769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7791 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7770 7792 ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext" 7771 7793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7854 7876 test -z "$as_dir" && as_dir=. 7855 7877 for ac_exec_ext in '' $ac_executable_extensions; do 7856 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7878 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7857 7879 ac_cv_path_mkoctfile3="$as_dir/$ac_word$ac_exec_ext" 7858 7880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7914 7936 test -z "$as_dir" && as_dir=. 7915 7937 for ac_exec_ext in '' $ac_executable_extensions; do 7916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then7938 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7917 7939 ac_cv_path_mkoctfile2="$as_dir/$ac_word$ac_exec_ext" 7918 7940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 7988 8010 test -z "$as_dir" && as_dir=. 7989 8011 for ac_exec_ext in '' $ac_executable_extensions; do 7990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8012 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 7991 8013 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 7992 8014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8029 8051 test -z "$as_dir" && as_dir=. 8030 8052 for ac_exec_ext in '' $ac_executable_extensions; do 8031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8053 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8032 8054 ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext" 8033 8055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8070 8092 test -z "$as_dir" && as_dir=. 8071 8093 for ac_exec_ext in '' $ac_executable_extensions; do 8072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8094 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8073 8095 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 8074 8096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8110 8132 test -z "$as_dir" && as_dir=. 8111 8133 for ac_exec_ext in '' $ac_executable_extensions; do 8112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8113 8135 ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext" 8114 8136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8192 8214 test -z "$as_dir" && as_dir=. 8193 8215 for ac_exec_ext in '' $ac_executable_extensions; do 8194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8216 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8195 8217 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 8196 8218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8234 8256 test -z "$as_dir" && as_dir=. 8235 8257 for ac_exec_ext in '' $ac_executable_extensions; do 8236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8237 8259 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext" 8238 8260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8355 8377 test -z "$as_dir" && as_dir=. 8356 8378 for ac_exec_ext in '' $ac_executable_extensions; do 8357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8379 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8358 8380 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8359 8381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8395 8417 test -z "$as_dir" && as_dir=. 8396 8418 for ac_exec_ext in '' $ac_executable_extensions; do 8397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8419 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8398 8420 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8399 8421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8435 8457 test -z "$as_dir" && as_dir=. 8436 8458 for ac_exec_ext in '' $ac_executable_extensions; do 8437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8459 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8438 8460 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8439 8461 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8477 8499 test -z "$as_dir" && as_dir=. 8478 8500 for ac_exec_ext in '' $ac_executable_extensions; do 8479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8501 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8480 8502 ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext" 8481 8503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8518 8540 test -z "$as_dir" && as_dir=. 8519 8541 for ac_exec_ext in '' $ac_executable_extensions; do 8520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8542 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8521 8543 ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext" 8522 8544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8559 8581 test -z "$as_dir" && as_dir=. 8560 8582 for ac_exec_ext in '' $ac_executable_extensions; do 8561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8583 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8562 8584 ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext" 8563 8585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8593 8615 ${JAVA_HOME} \ 8594 8616 /apps/java/jdk1.6* \ 8617 /usr/lib/jvm/java-6-openjdk \ 8618 /usr/lib/jvm/icedtea-6 \ 8595 8619 /usr/lib/jvm/*sun-1.6* \ 8596 8620 /opt/sun-jdk-1.6* \ 8621 /usr/lib/jvm/icedtea-7 \ 8597 8622 /opt/icedtea6-* \ 8598 8623 /opt/sun-jdk-1.5* \ … … 8647 8672 test -z "$as_dir" && as_dir=. 8648 8673 for ac_exec_ext in '' $ac_executable_extensions; do 8649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8650 8675 ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext" 8651 8676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8689 8714 test -z "$as_dir" && as_dir=. 8690 8715 for ac_exec_ext in '' $ac_executable_extensions; do 8691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8716 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8692 8717 ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext" 8693 8718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8748 8773 test -z "$as_dir" && as_dir=. 8749 8774 for ac_exec_ext in '' $ac_executable_extensions; do 8750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8751 8776 ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext" 8752 8777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8790 8815 test -z "$as_dir" && as_dir=. 8791 8816 for ac_exec_ext in '' $ac_executable_extensions; do 8792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8817 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8793 8818 ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext" 8794 8819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 8840 8865 for ac_exec_ext in '' $ac_executable_extensions; do 8841 8866 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" 8842 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; }|| continue8867 as_fn_executable_p "$ac_path_SED" || continue 8843 8868 # Check for GNU ac_path_SED and select it if it is found. 8844 8869 # Check for GNU $ac_path_SED … … 8925 8950 test -z "$as_dir" && as_dir=. 8926 8951 for ac_exec_ext in '' $ac_executable_extensions; do 8927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then8952 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 8928 8953 ac_cv_prog_AWK="$ac_prog" 8929 8954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 … … 10594 10619 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 10595 10620 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 10596 # In both cases, we have to default to `cp -p '.10621 # In both cases, we have to default to `cp -pR'. 10597 10622 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 10598 as_ln_s='cp -p '10623 as_ln_s='cp -pR' 10599 10624 elif ln conf$$.file conf$$ 2>/dev/null; then 10600 10625 as_ln_s=ln 10601 10626 else 10602 as_ln_s='cp -p '10627 as_ln_s='cp -pR' 10603 10628 fi 10604 10629 else 10605 as_ln_s='cp -p '10630 as_ln_s='cp -pR' 10606 10631 fi 10607 10632 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file … … 10663 10688 fi 10664 10689 10665 if test -x / >/dev/null 2>&1; then 10666 as_test_x='test -x' 10667 else 10668 if ls -dL / >/dev/null 2>&1; then 10669 as_ls_L_option=L 10670 else 10671 as_ls_L_option= 10672 fi 10673 as_test_x=' 10674 eval sh -c '\'' 10675 if test -d "$1"; then 10676 test -d "$1/."; 10677 else 10678 case $1 in #( 10679 -*)set "./$1";; 10680 esac; 10681 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( 10682 ???[sx]*):;;*)false;;esac;fi 10683 '\'' sh 10684 ' 10685 fi 10686 as_executable_p=$as_test_x 10690 10691 # as_fn_executable_p FILE 10692 # ----------------------- 10693 # Test if FILE is an executable regular file. 10694 as_fn_executable_p () 10695 { 10696 test -f "$1" && test -x "$1" 10697 } # as_fn_executable_p 10698 as_test_x='test -x' 10699 as_executable_p=as_fn_executable_p 10687 10700 10688 10701 # Sed expression to map a string onto a valid CPP name. … … 10706 10719 ac_log=" 10707 10720 This file was extended by Rappture $as_me 1.1, which was 10708 generated by GNU Autoconf 2.6 8. Invocation command line was10721 generated by GNU Autoconf 2.69. Invocation command line was 10709 10722 10710 10723 CONFIG_FILES = $CONFIG_FILES … … 10768 10781 ac_cs_version="\\ 10769 10782 Rappture config.status 1.1 10770 configured by $0, generated by GNU Autoconf 2.6 8,10783 configured by $0, generated by GNU Autoconf 2.69, 10771 10784 with options \\"\$ac_cs_config\\" 10772 10785 10773 Copyright (C) 201 0Free Software Foundation, Inc.10786 Copyright (C) 2012 Free Software Foundation, Inc. 10774 10787 This config.status script is free software; the Free Software Foundation 10775 10788 gives unlimited permission to copy, distribute and modify it." … … 10862 10875 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 10863 10876 if \$ac_cs_recheck; then 10864 set X '$SHELL''$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion10877 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 10865 10878 shift 10866 10879 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 -
branches/blt4/lang/Makefile.in
r2742 r3064 21 21 MEX = @MEX@ 22 22 OCTAVE = @OCTAVE_VERSION@ 23 JAVA C = @JAVAC@23 JAVA_INC_DIR = @JAVA_INC_DIR@ 24 24 R = @R@ 25 25 … … 42 42 LANGS += octave 43 43 endif 44 ifneq ($(JAVA C),)44 ifneq ($(JAVA_INC_DIR),) 45 45 LANGS += java 46 46 endif
Note: See TracChangeset
for help on using the changeset viewer.