Changeset 3064 for branches/blt4


Ignore:
Timestamp:
Jun 28, 2012 9:19:57 AM (12 years ago)
Author:
gah
Message:

don't build java binding unless we find jni.h

Location:
branches/blt4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/cf/rpLangJava.m4

    r2307 r3064  
    3030   ${JAVA_HOME} \
    3131   /apps/java/jdk1.6* \
     32   /usr/lib/jvm/java-6-openjdk \
     33   /usr/lib/jvm/icedtea-6 \
    3234   /usr/lib/jvm/*sun-1.6* \
    3335   /opt/sun-jdk-1.6* \
     36   /usr/lib/jvm/icedtea-7 \
    3437   /opt/icedtea6-* \
    3538   /opt/sun-jdk-1.5* \
    36    /usr/lib/jvm/*sun-1.5*
     39   /usr/lib/jvm/*sun-1.5* 
    3740  do
    3841    if test -r "${d}/include/jni.h" ; then
  • branches/blt4/configure

    r2936 r3064  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.68 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.69 for Rappture 1.1.
    44#
    55# Report bugs to <rappture@nanohub.org>.
    66#
    77#
    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.
    119#
    1210#
     
    137135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    138136
     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.
     145BASH_ENV=/dev/null
     146ENV=/dev/null
     147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     148case $- in # ((((
     149  *v*x* | *x*v* ) as_opts=-vx ;;
     150  *v* ) as_opts=-v ;;
     151  *x* ) as_opts=-x ;;
     152  * ) as_opts= ;;
     153esac
     154exec $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
     158as_fn_exit 255
     159  fi
     160  # We don't want this to propagate to other subprocesses.
     161          { _as_can_reexec=; unset _as_can_reexec;}
    139162if test "x$CONFIG_SHELL" = x; then
    140163  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
     
    170193  exitcode=1; echo positional parameters were not saved.
    171194fi
    172 test x\$exitcode = x0 || exit 1"
     195test x\$exitcode = x0 || exit 1
     196test -x / || exit 1"
    173197  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    174198  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
     
    215239
    216240      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.
     246BASH_ENV=/dev/null
     247ENV=/dev/null
     248(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
     249case $- in # ((((
     250  *v*x* | *x*v* ) as_opts=-vx ;;
     251  *v* ) as_opts=-v ;;
     252  *x* ) as_opts=-x ;;
     253  * ) as_opts= ;;
     254esac
     255exec $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
     259exit 255
    232260fi
    233261
     
    332360
    333361} # as_fn_mkdir_p
     362
     363# as_fn_executable_p FILE
     364# -----------------------
     365# Test if FILE is an executable regular file.
     366as_fn_executable_p ()
     367{
     368  test -f "$1" && test -x "$1"
     369} # as_fn_executable_p
    334370# as_fn_append VAR VALUE
    335371# ----------------------
     
    453489    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
    454490
     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
    455495  # Don't try to exec as it changes $[0], causing all sort of problems
    456496  # (the dirname of $[0] is not the place where we might find the
     
    487527    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    488528    # 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'.
    490530    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'
    492532  elif ln conf$$.file conf$$ 2>/dev/null; then
    493533    as_ln_s=ln
    494534  else
    495     as_ln_s='cp -p'
     535    as_ln_s='cp -pR'
    496536  fi
    497537else
    498   as_ln_s='cp -p'
     538  as_ln_s='cp -pR'
    499539fi
    500540rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    508548fi
    509549
    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
     550as_test_x='test -x'
     551as_executable_p=as_fn_executable_p
    532552
    533553# Sed expression to map a string onto a valid CPP name.
     
    12691289  if test "x$build_alias" = x; then
    12701290    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" >&2
    12731291  elif test "x$build_alias" != "x$host_alias"; then
    12741292    cross_compiling=yes
     
    15341552  cat <<\_ACEOF
    15351553Rappture configure 1.1
    1536 generated by GNU Autoconf 2.68
    1537 
    1538 Copyright (C) 2010 Free Software Foundation, Inc.
     1554generated by GNU Autoconf 2.69
     1555
     1556Copyright (C) 2012 Free Software Foundation, Inc.
    15391557This configure script is free software; the Free Software Foundation
    15401558gives unlimited permission to copy, distribute and modify it.
     
    17671785       } && test -s conftest$ac_exeext && {
    17681786         test "$cross_compiling" = yes ||
    1769          $as_test_x conftest$ac_exeext
     1787         test -x conftest$ac_exeext
    17701788       }; then :
    17711789  ac_retval=0
     
    18801898       } && test -s conftest$ac_exeext && {
    18811899         test "$cross_compiling" = yes ||
    1882          $as_test_x conftest$ac_exeext
     1900         test -x conftest$ac_exeext
    18831901       }; then :
    18841902  ac_retval=0
     
    21842202{
    21852203static int test_array [1 - 2 * !(($2) >= 0)];
    2186 test_array [0] = 0
     2204test_array [0] = 0;
     2205return test_array [0];
    21872206
    21882207  ;
     
    22002219{
    22012220static int test_array [1 - 2 * !(($2) <= $ac_mid)];
    2202 test_array [0] = 0
     2221test_array [0] = 0;
     2222return test_array [0];
    22032223
    22042224  ;
     
    22262246{
    22272247static int test_array [1 - 2 * !(($2) < 0)];
    2228 test_array [0] = 0
     2248test_array [0] = 0;
     2249return test_array [0];
    22292250
    22302251  ;
     
    22422263{
    22432264static int test_array [1 - 2 * !(($2) >= $ac_mid)];
    2244 test_array [0] = 0
     2265test_array [0] = 0;
     2266return test_array [0];
    22452267
    22462268  ;
     
    22762298{
    22772299static int test_array [1 - 2 * !(($2) <= $ac_mid)];
    2278 test_array [0] = 0
     2300test_array [0] = 0;
     2301return test_array [0];
    22792302
    22802303  ;
     
    23492372
    23502373It was created by Rappture $as_me 1.1, which was
    2351 generated by GNU Autoconf 2.68.  Invocation command line was
     2374generated by GNU Autoconf 2.69.  Invocation command line was
    23522375
    23532376  $ $0 $@
     
    27992822    for ac_prog in ginstall scoinst install; do
    28002823      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"; }; then
     2824        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
    28022825          if test $ac_prog = install &&
    28032826            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
     
    28732896  test -z "$as_dir" && as_dir=.
    28742897    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"; }; then
     2898  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    28762899    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    28772900    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    29132936  test -z "$as_dir" && as_dir=.
    29142937    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"; }; then
     2938  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    29162939    ac_cv_prog_ac_ct_RANLIB="ranlib"
    29172940    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    29722995    for ac_prog in mkdir gmkdir; do
    29732996         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"; } || continue
     2997           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
    29752998           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
    29762999             'mkdir (GNU coreutils) '* | \
     
    30563079  test -z "$as_dir" && as_dir=.
    30573080    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"; }; then
     3081  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    30593082    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    30603083    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    30963119  test -z "$as_dir" && as_dir=.
    30973120    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"; }; then
     3121  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    30993122    ac_cv_prog_ac_ct_CC="gcc"
    31003123    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    31493172  test -z "$as_dir" && as_dir=.
    31503173    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"; }; then
     3174  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    31523175    ac_cv_prog_CC="${ac_tool_prefix}cc"
    31533176    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    31903213  test -z "$as_dir" && as_dir=.
    31913214    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"; }; then
     3215  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    31933216    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    31943217       ac_prog_rejected=yes
     
    32483271  test -z "$as_dir" && as_dir=.
    32493272    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"; }; then
     3273  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    32513274    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    32523275    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    32923315  test -z "$as_dir" && as_dir=.
    32933316    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"; }; then
     3317  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    32953318    ac_cv_prog_ac_ct_CC="$ac_prog"
    32963319    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    37383761#include <stdarg.h>
    37393762#include <stdio.h>
    3740 #include <sys/types.h>
    3741 #include <sys/stat.h>
     3763struct stat;
    37423764/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
    37433765struct buf { int x; };
     
    38523874  test -z "$as_dir" && as_dir=.
    38533875    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"; }; then
     3876  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    38553877    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    38563878    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    38963918  test -z "$as_dir" && as_dir=.
    38973919    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"; }; then
     3920  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    38993921    ac_cv_prog_ac_ct_CXX="$ac_prog"
    39003922    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    41054127  test -z "$as_dir" && as_dir=.
    41064128    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"; }; then
     4129  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    41084130    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    41094131    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    41494171  test -z "$as_dir" && as_dir=.
    41504172    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"; }; then
     4173  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    41524174    ac_cv_prog_ac_ct_F77="$ac_prog"
    41534175    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    44564478    for ac_exec_ext in '' $ac_executable_extensions; do
    44574479      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
    4458       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
     4480      as_fn_executable_p "$ac_path_GREP" || continue
    44594481# Check for GNU ac_path_GREP and select it if it is found.
    44604482  # Check for GNU $ac_path_GREP
     
    45224544    for ac_exec_ext in '' $ac_executable_extensions; do
    45234545      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
    4524       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
     4546      as_fn_executable_p "$ac_path_EGREP" || continue
    45254547# Check for GNU ac_path_EGREP and select it if it is found.
    45264548  # Check for GNU $ac_path_EGREP
     
    56055627  test -z "$as_dir" && as_dir=.
    56065628    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"; }; then
     5629  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    56085630    ac_cv_prog_AR="ar"
    56095631    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    73397361  test -z "$as_dir" && as_dir=.
    73407362    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"; }; then
     7363  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    73427364    ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext"
    73437365    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    73817403  test -z "$as_dir" && as_dir=.
    73827404    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"; }; then
     7405  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    73847406    ac_cv_path_TCLSH="$as_dir/$ac_word$ac_exec_ext"
    73857407    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    74827504  test -z "$as_dir" && as_dir=.
    74837505    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"; }; then
     7506  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    74857507    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
    74867508    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    75247546  test -z "$as_dir" && as_dir=.
    75257547    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"; }; then
     7548  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    75277549    ac_cv_path_MATLAB="$as_dir/$ac_word$ac_exec_ext"
    75287550    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    75747596  test -z "$as_dir" && as_dir=.
    75757597    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"; }; then
     7598  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    75777599    ac_cv_path_MEX="$as_dir/$ac_word$ac_exec_ext"
    75787600    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    76147636  test -z "$as_dir" && as_dir=.
    76157637    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"; }; then
     7638  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    76177639    ac_cv_path_MEXEXT="$as_dir/$ac_word$ac_exec_ext"
    76187640    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    76657687  test -z "$as_dir" && as_dir=.
    76667688    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"; }; then
     7689  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    76687690    ac_cv_path_MCC="$as_dir/$ac_word$ac_exec_ext"
    76697691    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    77277749  test -z "$as_dir" && as_dir=.
    77287750    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"; }; then
     7751  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    77307752    ac_cv_path_OCTAVE="$as_dir/$ac_word$ac_exec_ext"
    77317753    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    77677789  test -z "$as_dir" && as_dir=.
    77687790    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"; }; then
     7791  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    77707792    ac_cv_path_MKOCTFILE="$as_dir/$ac_word$ac_exec_ext"
    77717793    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    78547876  test -z "$as_dir" && as_dir=.
    78557877    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"; }; then
     7878  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    78577879    ac_cv_path_mkoctfile3="$as_dir/$ac_word$ac_exec_ext"
    78587880    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    79147936  test -z "$as_dir" && as_dir=.
    79157937    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"; }; then
     7938  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    79177939    ac_cv_path_mkoctfile2="$as_dir/$ac_word$ac_exec_ext"
    79187940    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    79888010  test -z "$as_dir" && as_dir=.
    79898011    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"; }; then
     8012  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    79918013    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    79928014    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    80298051  test -z "$as_dir" && as_dir=.
    80308052    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"; }; then
     8053  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    80328054    ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext"
    80338055    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    80708092  test -z "$as_dir" && as_dir=.
    80718093    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"; }; then
     8094  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    80738095    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
    80748096    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    81108132  test -z "$as_dir" && as_dir=.
    81118133    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"; }; then
     8134  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    81138135    ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext"
    81148136    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    81928214  test -z "$as_dir" && as_dir=.
    81938215    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"; }; then
     8216  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    81958217    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    81968218    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    82348256  test -z "$as_dir" && as_dir=.
    82358257    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"; }; then
     8258  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    82378259    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
    82388260    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    83558377  test -z "$as_dir" && as_dir=.
    83568378    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"; }; then
     8379  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    83588380    ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext"
    83598381    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    83958417  test -z "$as_dir" && as_dir=.
    83968418    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"; }; then
     8419  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    83988420    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    83998421    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    84358457  test -z "$as_dir" && as_dir=.
    84368458    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"; }; then
     8459  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    84388460    ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext"
    84398461    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    84778499  test -z "$as_dir" && as_dir=.
    84788500    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"; }; then
     8501  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    84808502    ac_cv_path_JAVA="$as_dir/$ac_word$ac_exec_ext"
    84818503    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    85188540  test -z "$as_dir" && as_dir=.
    85198541    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"; }; then
     8542  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    85218543    ac_cv_path_JAVAC="$as_dir/$ac_word$ac_exec_ext"
    85228544    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    85598581  test -z "$as_dir" && as_dir=.
    85608582    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"; }; then
     8583  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    85628584    ac_cv_path_JAVAH="$as_dir/$ac_word$ac_exec_ext"
    85638585    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    85938615   ${JAVA_HOME} \
    85948616   /apps/java/jdk1.6* \
     8617   /usr/lib/jvm/java-6-openjdk \
     8618   /usr/lib/jvm/icedtea-6 \
    85958619   /usr/lib/jvm/*sun-1.6* \
    85968620   /opt/sun-jdk-1.6* \
     8621   /usr/lib/jvm/icedtea-7 \
    85978622   /opt/icedtea6-* \
    85988623   /opt/sun-jdk-1.5* \
     
    86478672  test -z "$as_dir" && as_dir=.
    86488673    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"; }; then
     8674  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    86508675    ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext"
    86518676    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    86898714  test -z "$as_dir" && as_dir=.
    86908715    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"; }; then
     8716  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    86928717    ac_cv_path_R="$as_dir/$ac_word$ac_exec_ext"
    86938718    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    87488773  test -z "$as_dir" && as_dir=.
    87498774    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"; }; then
     8775  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    87518776    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    87528777    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    87908815  test -z "$as_dir" && as_dir=.
    87918816    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"; }; then
     8817  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    87938818    ac_cv_path_RUBY="$as_dir/$ac_word$ac_exec_ext"
    87948819    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    88408865    for ac_exec_ext in '' $ac_executable_extensions; do
    88418866      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
    8842       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
     8867      as_fn_executable_p "$ac_path_SED" || continue
    88438868# Check for GNU ac_path_SED and select it if it is found.
    88448869  # Check for GNU $ac_path_SED
     
    89258950  test -z "$as_dir" && as_dir=.
    89268951    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"; }; then
     8952  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    89288953    ac_cv_prog_AWK="$ac_prog"
    89298954    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     
    1059410619    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    1059510620    # 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'.
    1059710622    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'
    1059910624  elif ln conf$$.file conf$$ 2>/dev/null; then
    1060010625    as_ln_s=ln
    1060110626  else
    10602     as_ln_s='cp -p'
     10627    as_ln_s='cp -pR'
    1060310628  fi
    1060410629else
    10605   as_ln_s='cp -p'
     10630  as_ln_s='cp -pR'
    1060610631fi
    1060710632rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
     
    1066310688fi
    1066410689
    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.
     10694as_fn_executable_p ()
     10695{
     10696  test -f "$1" && test -x "$1"
     10697} # as_fn_executable_p
     10698as_test_x='test -x'
     10699as_executable_p=as_fn_executable_p
    1068710700
    1068810701# Sed expression to map a string onto a valid CPP name.
     
    1070610719ac_log="
    1070710720This file was extended by Rappture $as_me 1.1, which was
    10708 generated by GNU Autoconf 2.68.  Invocation command line was
     10721generated by GNU Autoconf 2.69.  Invocation command line was
    1070910722
    1071010723  CONFIG_FILES    = $CONFIG_FILES
     
    1076810781ac_cs_version="\\
    1076910782Rappture config.status 1.1
    10770 configured by $0, generated by GNU Autoconf 2.68,
     10783configured by $0, generated by GNU Autoconf 2.69,
    1077110784  with options \\"\$ac_cs_config\\"
    1077210785
    10773 Copyright (C) 2010 Free Software Foundation, Inc.
     10786Copyright (C) 2012 Free Software Foundation, Inc.
    1077410787This config.status script is free software; the Free Software Foundation
    1077510788gives unlimited permission to copy, distribute and modify it."
     
    1086210875cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    1086310876if \$ac_cs_recheck; then
    10864   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     10877  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    1086510878  shift
    1086610879  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
  • branches/blt4/lang/Makefile.in

    r2742 r3064  
    2121MEX             = @MEX@
    2222OCTAVE          = @OCTAVE_VERSION@
    23 JAVAC           = @JAVAC@
     23JAVA_INC_DIR    = @JAVA_INC_DIR@
    2424R               = @R@
    2525
     
    4242  LANGS += octave
    4343endif
    44 ifneq ($(JAVAC),)
     44ifneq ($(JAVA_INC_DIR),)
    4545  LANGS += java
    4646endif
Note: See TracChangeset for help on using the changeset viewer.