Changeset 2181


Ignore:
Timestamp:
Mar 31, 2011 11:35:12 AM (13 years ago)
Author:
gah
Message:
 
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r2180 r2181  
    76377637# Octave variables:
    76387638#
    7639 #       OCTAVE          Path to default octave executable.  Will use
    7640 #                       to determine the version os
    7641 #       MKOCTFILE       Path to the default octave
     7639#       OCTAVE                  Path to default octave executable.  Will use
     7640#                               to determine the version.
     7641#       OCTAVE_VERSION          Full version of octave (X.X.X).  Used in
     7642#                               Makefiles to indicate if we are building
     7643#                               the octave language bindings.  The empty
     7644#                               string indicates octave is not available.
     7645#       OCTAVE_VERSION_MAJOR    Single verion number of octave.  Used in
     7646#                               rappture.env scripts to indicate how to set
     7647#                               OCTAVE_PATH and OCTAVE_LOADPATH variables.
     7648#       MKOCTFILE               Path to the default octave compiler.  This
     7649#                               variable isn't used directly.  Either
     7650#                               MKOCTFILE2 or MKOCTFILE3 will be set to its
     7651#                               value.
     7652#       MKOCTFILE2              Path to octave version 2 compiler.
     7653#       MKOCTFILE3              Path to octave version 3 compiler.
    76427654#
    76437655
     
    77607772
    77617773# Check if mkoctfile2 was designated *in addition* to the installed version.
     7774# This can override the default version if they are the same versions.
    77627775
    77637776# Check whether --with-mkoctfile2 was given.
     
    78197832
    78207833# Check if octave3 was designated *in addition* to the installed version.
     7834# This can override the default version if they are the same versions.
    78217835
    78227836# Check whether --with-mkoctfile3 was given.
     
    78807894echo "MKOCTFILE3 = $MKOCTFILE3"
    78817895echo "OCTAVE_VERSION_MAJOR = $OCTAVE_VERSION_MAJOR"
    7882 echo "OCTAVE_VERSION = $OCTAVE_VERSION_MAJOR"
    7883 
     7896echo "OCTAVE_VERSION = $OCTAVE_VERSION"
    78847897
    78857898
  • trunk/configure.in

    r2180 r2181  
    265265# Octave variables:
    266266#
    267 #       OCTAVE          Path to default octave executable.  Will use
    268 #                       to determine the version os
    269 #       MKOCTFILE       Path to the default octave
     267#       OCTAVE                  Path to default octave executable.  Will use
     268#                               to determine the version.
     269#       OCTAVE_VERSION          Full version of octave (X.X.X).  Used in
     270#                               Makefiles to indicate if we are building
     271#                               the octave language bindings.  The empty
     272#                               string indicates octave is not available.
     273#       OCTAVE_VERSION_MAJOR    Single verion number of octave.  Used in
     274#                               rappture.env scripts to indicate how to set
     275#                               OCTAVE_PATH and OCTAVE_LOADPATH variables.
     276#       MKOCTFILE               Path to the default octave compiler.  This
     277#                               variable isn't used directly.  Either
     278#                               MKOCTFILE2 or MKOCTFILE3 will be set to its
     279#                               value.
     280#       MKOCTFILE2              Path to octave version 2 compiler.
     281#       MKOCTFILE3              Path to octave version 3 compiler.
    270282#
    271283
     
    308320
    309321# Check if mkoctfile2 was designated *in addition* to the installed version.
     322# This can override the default version if they are the same versions.
    310323AC_ARG_WITH(
    311324    [mkoctfile2],
     
    326339
    327340# Check if octave3 was designated *in addition* to the installed version.
     341# This can override the default version if they are the same versions.
    328342AC_ARG_WITH(
    329343    [mkoctfile3],
     
    348362echo "OCTAVE_VERSION = $OCTAVE_VERSION"
    349363
    350 AC_SUBST(OCTAVE)
    351364AC_SUBST(OCTAVE_VERSION)
    352365AC_SUBST(OCTAVE_VERSION_MAJOR)
Note: See TracChangeset for help on using the changeset viewer.