Changeset 2555 for trunk/configure


Ignore:
Timestamp:
Sep 21, 2011 9:19:27 PM (12 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r2324 r2555  
    672672JAVA
    673673PYTHON
     674XSUBPP
    674675PERL
    675676mkoctfile2
     
    73767377
    73777378
    7378 with_matlab="yes"
    73797379
    73807380# Check whether --with-matlab was given.
     
    78947894PERL_CCFlAGS=
    78957895PERL_VERSION_RV=
     7896XSUBPP=
    78967897PERL_LIBSPEC=
    78977898if test "$with_perl" != "no" ; then
     
    79387939
    79397940
     7941    # Extract the first word of "xsubpp", so it can be a program name with args.
     7942set dummy xsubpp; ac_word=$2
     7943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     7944$as_echo_n "checking for $ac_word... " >&6; }
     7945if ${ac_cv_path_XSUBPP+:} false; then :
     7946  $as_echo_n "(cached) " >&6
     7947else
     7948  case $XSUBPP in
     7949  [\\/]* | ?:[\\/]*)
     7950  ac_cv_path_XSUBPP="$XSUBPP" # Let the user override the test with a path.
     7951  ;;
     7952  *)
     7953  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     7954as_dummy="$with_perl/bin:$with_perl"
     7955for as_dir in $as_dummy
     7956do
     7957  IFS=$as_save_IFS
     7958  test -z "$as_dir" && as_dir=.
     7959    for ac_exec_ext in '' $ac_executable_extensions; do
     7960  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     7961    ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext"
     7962    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     7963    break 2
     7964  fi
     7965done
     7966  done
     7967IFS=$as_save_IFS
     7968
     7969  ;;
     7970esac
     7971fi
     7972XSUBPP=$ac_cv_path_XSUBPP
     7973if test -n "$XSUBPP"; then
     7974  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSUBPP" >&5
     7975$as_echo "$XSUBPP" >&6; }
     7976else
     7977  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     7978$as_echo "no" >&6; }
     7979fi
     7980
     7981
    79407982  else
    79417983    # Extract the first word of "perl", so it can be a program name with args.
     
    79738015  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
    79748016$as_echo "$PERL" >&6; }
     8017else
     8018  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     8019$as_echo "no" >&6; }
     8020fi
     8021
     8022
     8023    # Extract the first word of "xsubpp", so it can be a program name with args.
     8024set dummy xsubpp; ac_word=$2
     8025{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
     8026$as_echo_n "checking for $ac_word... " >&6; }
     8027if ${ac_cv_path_XSUBPP+:} false; then :
     8028  $as_echo_n "(cached) " >&6
     8029else
     8030  case $XSUBPP in
     8031  [\\/]* | ?:[\\/]*)
     8032  ac_cv_path_XSUBPP="$XSUBPP" # Let the user override the test with a path.
     8033  ;;
     8034  *)
     8035  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     8036for as_dir in $PATH
     8037do
     8038  IFS=$as_save_IFS
     8039  test -z "$as_dir" && as_dir=.
     8040    for ac_exec_ext in '' $ac_executable_extensions; do
     8041  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     8042    ac_cv_path_XSUBPP="$as_dir/$ac_word$ac_exec_ext"
     8043    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
     8044    break 2
     8045  fi
     8046done
     8047  done
     8048IFS=$as_save_IFS
     8049
     8050  ;;
     8051esac
     8052fi
     8053XSUBPP=$ac_cv_path_XSUBPP
     8054if test -n "$XSUBPP"; then
     8055  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XSUBPP" >&5
     8056$as_echo "$XSUBPP" >&6; }
    79758057else
    79768058  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     
    95589640
    95599641MAKE=${make_command}
     9642
    95609643
    95619644
Note: See TracChangeset for help on using the changeset viewer.