Changeset 634


Ignore:
Timestamp:
Mar 20, 2007 3:08:11 PM (17 years ago)
Author:
dkearney
Message:

adding full path name for rappture executables.

Location:
trunk
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r632 r634  
    53025302
    53035303
    5304 ac_config_files="$ac_config_files Makefile examples/demo.bash examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/wrapper/cee/Makefile examples/c-example/Makefile perl/Makefile.PL python/setup.py src/Makefile src/matlab/Makefile src/octave/Makefile src2/core/Makefile test/Makefile gui/apps/rappture gui/apps/rappture.env"
     5304ac_config_files="$ac_config_files Makefile examples/demo.bash examples/app-fermi/cee/Makefile examples/app-fermi/fortran/Makefile examples/app-fermi/wrapper/cee/Makefile examples/c-example/Makefile perl/Makefile.PL python/setup.py src/Makefile src/matlab/Makefile src/octave/Makefile src2/core/Makefile test/Makefile gui/apps/simsim gui/apps/rappture gui/apps/rappture.env"
    53055305
    53065306cat >confcache <<\_ACEOF
     
    58845884    "src2/core/Makefile") CONFIG_FILES="$CONFIG_FILES src2/core/Makefile" ;;
    58855885    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
     5886    "gui/apps/simsim") CONFIG_FILES="$CONFIG_FILES gui/apps/simsim" ;;
    58865887    "gui/apps/rappture") CONFIG_FILES="$CONFIG_FILES gui/apps/rappture" ;;
    58875888    "gui/apps/rappture.env") CONFIG_FILES="$CONFIG_FILES gui/apps/rappture.env" ;;
  • trunk/configure.in

    r632 r634  
    210210            src2/core/Makefile \
    211211            test/Makefile \
     212            gui/apps/simsim \
    212213            gui/apps/rappture \
    213214            gui/apps/rappture.env   )
  • trunk/gui/apps/rappture.in

    r632 r634  
    1515# ======================================================================
    1616
    17 . rappture.env
     17RAPPTURE_INSTALL_DIR=@path@
     18
     19. $RAPPTURE_INSTALL_DIR/bin/rappture.env
    1820exec $RAPPTURE_INSTALL_DIR/bin/driver $*
  • trunk/gui/apps/simsim.in

    r633 r634  
    1010#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1111# ======================================================================
    12 #
    13 . rappture.env
    14 exec python simsim.py $*
     12
     13RAPPTURE_INSTALL_DIR=@path@
     14
     15. $RAPPTURE_INSTALL_DIR/bin/rappture.env
     16exec $RAPPTURE_INSTALL_DIR/bin/simsim.py $*
Note: See TracChangeset for help on using the changeset viewer.