Changeset 12839 for trunk/psconfig/psconfig.bash
- Timestamp:
- Apr 17, 2007, 9:55:36 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psconfig.bash (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psconfig.bash
r12157 r12839 1 1 # this script sets the PS IPP build environment for BASH shell users 2 2 3 INSTALL=/home/kiawe/eugene/src.alala/panstarrs/ipp/psconfig 3 if [ -z $INSTALL ]; then 4 INSTALL=/home/kiawe/eugene/src.alala/panstarrs/ipp/psconfig 5 fi 4 6 5 7 if (( $# == 0 )); then 6 /bin/csh $INSTALL/psconfig. sh8 /bin/csh $INSTALL/psconfig.csh 7 9 return 0 8 10 fi … … 14 16 15 17 version=$1 16 psconfigure=`/bin/csh $INSTALL/psconfig. sh --psconfigure $version`17 psautogen=`/bin/csh $INSTALL/psconfig. sh --psautogen $version`18 psperlbuild=`/bin/csh $INSTALL/psconfig. sh --psperlbuild $version`18 psconfigure=`/bin/csh $INSTALL/psconfig.csh --psconfigure $version` 19 psautogen=`/bin/csh $INSTALL/psconfig.csh --psautogen $version` 20 psperlbuild=`/bin/csh $INSTALL/psconfig.csh --psperlbuild $version` 19 21 alias psconfigure=$psconfigure 20 22 alias psautogen=$psautogen … … 22 24 23 25 # psconfig env variables 24 export PSCONFDIR=`/bin/csh $INSTALL/psconfig. sh --psconfdir $version`25 export PSVERSION=`/bin/csh $INSTALL/psconfig. sh --psversion $version`26 export PSCONFDIR=`/bin/csh $INSTALL/psconfig.csh --psconfdir $version` 27 export PSVERSION=`/bin/csh $INSTALL/psconfig.csh --psversion $version` 26 28 27 29 # environment variables 28 export PATH=`/bin/csh $INSTALL/psconfig. sh --path $version`29 export ARCH=`/bin/csh $INSTALL/psconfig. sh --arch $version`30 export LD_LIBRARY_PATH=`/bin/csh $INSTALL/psconfig. sh --ld_library_path $version`31 export PKG_CONFIG_PATH=`/bin/csh $INSTALL/psconfig. sh --pkg_config_path $version`32 export ACLOCAL_FLAGS=`/bin/csh $INSTALL/psconfig. sh --aclocal_flags $version`33 export PERL5LIB=`/bin/csh $INSTALL/psconfig. sh --perl5lib $version`30 export PATH=`/bin/csh $INSTALL/psconfig.csh --path $version` 31 export ARCH=`/bin/csh $INSTALL/psconfig.csh --arch $version` 32 export LD_LIBRARY_PATH=`/bin/csh $INSTALL/psconfig.csh --ld_library_path $version` 33 export PKG_CONFIG_PATH=`/bin/csh $INSTALL/psconfig.csh --pkg_config_path $version` 34 export ACLOCAL_FLAGS=`/bin/csh $INSTALL/psconfig.csh --aclocal_flags $version` 35 export PERL5LIB=`/bin/csh $INSTALL/psconfig.csh --perl5lib $version`
Note:
See TracChangeset
for help on using the changeset viewer.
