Changeset 2416 for branches/blt4


Ignore:
Timestamp:
Aug 25, 2011, 8:05:51 PM (13 years ago)
Author:
gah
Message:
 
Location:
branches/blt4
Files:
4 edited

Legend:

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

    r2307 r2416  
    1717PERL_CCFlAGS=
    1818PERL_VERSION_RV=
     19XSUBPP=
    1920PERL_LIBSPEC=
    2021if test "$with_perl" != "no" ; then
    2122  if test "$with_perl" != "yes" ; then
    2223    AC_PATH_PROG(PERL, perl, [], [$with_perl/bin:$with_perl])
     24    AC_PATH_PROG(XSUBPP, xsubpp, [], [$with_perl/bin:$with_perl])
    2325  else
    2426    AC_PATH_PROG(PERL, perl)
     27    AC_PATH_PROG(XSUBPP, xsubpp)
    2528  fi
    2629  if test "x${PERL}" != "x" ; then
  • branches/blt4/configure

    r2309 r2416  
    672672JAVA
    673673PYTHON
     674XSUBPP
    674675PERL
    675676mkoctfile2
     
    78937894PERL_CCFlAGS=
    78947895PERL_VERSION_RV=
     7896XSUBPP=
    78957897PERL_LIBSPEC=
    78967898if test "$with_perl" != "no" ; then
     
    79377939
    79387940
     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
    79397982  else
    79407983    # Extract the first word of "perl", so it can be a program name with args.
     
    79728015  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
    79738016$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; }
    79748057else
    79758058  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     
    95569639
    95579640MAKE=${make_command}
     9641
    95589642
    95599643
  • branches/blt4/configure.in

    r2309 r2416  
    427427AC_SUBST(TK_VERSION)
    428428AC_SUBST(VTKDIR)
     429AC_SUBST(XSUBPP)
    429430
    430431ac_configure_args="--disable-threads --enable-shared"
  • branches/blt4/lang/perl/Makefile.in

    r2412 r2416  
    4646archlib         = @PERL_ARCHLIB@
    4747archlibexp      = @PERL_ARCHLIBEXP@
     48XSUBPP          = @XSUBPP@
    4849
    4950name            = Rappture
     
    7071
    7172Rappture.cc: $(srcdir)/Rappture.xs
    72         -$(PERL) $(privlib)/ExtUtils/xsubpp -C++ \
    73                 -typemap $(privlib)/ExtUtils/typemap -typemap typemap \
     73        $(XSUBPP) -C++ -typemap $(privlib)/ExtUtils/typemap -typemap typemap \
    7474                $? > $@
    7575
Note: See TracChangeset for help on using the changeset viewer.