Changeset 18874
- Timestamp:
- Aug 2, 2008, 12:27:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sj_branch_20080802/psconfig/psconfig.bash.in
r16124 r18874 7 7 8 8 if (( $# == 0 )); then 9 /bin/csh $PSCONFDIR/psconfig.csh9 /bin/csh -f $PSCONFDIR/psconfig.csh 10 10 return 0 11 11 fi … … 17 17 18 18 if [[ "$1" == "--list" ]]; then 19 /bin/csh $PSCONFDIR/psconfig.csh --list19 /bin/csh -f $PSCONFDIR/psconfig.csh --list 20 20 return 0 21 21 fi 22 22 23 23 version=$1 24 psconfigure=`/bin/csh $PSCONFDIR/psconfig.csh --psconfigure $version`25 psautogen=`/bin/csh $PSCONFDIR/psconfig.csh --psautogen $version`26 psperlbuild=`/bin/csh $PSCONFDIR/psconfig.csh --psperlbuild $version`24 psconfigure=`/bin/csh -f $PSCONFDIR/psconfig.csh --psconfigure $version` 25 psautogen=`/bin/csh -f $PSCONFDIR/psconfig.csh --psautogen $version` 26 psperlbuild=`/bin/csh -f $PSCONFDIR/psconfig.csh --psperlbuild $version` 27 27 alias psconfigure=$psconfigure 28 28 alias psautogen=$psautogen … … 30 30 31 31 # psconfig env variables 32 export PSCONFDIR=`/bin/csh $PSCONFDIR/psconfig.csh --psconfdir $version`33 export PSVERSION=`/bin/csh $PSCONFDIR/psconfig.csh --psversion $version`32 export PSCONFDIR=`/bin/csh -f $PSCONFDIR/psconfig.csh --psconfdir $version` 33 export PSVERSION=`/bin/csh -f $PSCONFDIR/psconfig.csh --psversion $version` 34 34 35 35 # environment variables 36 export PATH=`/bin/csh $PSCONFDIR/psconfig.csh --path $version`37 export ARCH=`/bin/csh $PSCONFDIR/psconfig.csh --arch $version`38 export LD_LIBRARY_PATH=`/bin/csh $PSCONFDIR/psconfig.csh --ld_library_path $version`39 export PKG_CONFIG_PATH=`/bin/csh $PSCONFDIR/psconfig.csh --pkg_config_path $version`40 export ACLOCAL_FLAGS=`/bin/csh $PSCONFDIR/psconfig.csh --aclocal_flags $version`41 export PERL5LIB=`/bin/csh $PSCONFDIR/psconfig.csh --perl5lib $version`36 export PATH=`/bin/csh -f $PSCONFDIR/psconfig.csh --path $version` 37 export ARCH=`/bin/csh -f $PSCONFDIR/psconfig.csh --arch $version` 38 export LD_LIBRARY_PATH=`/bin/csh -f $PSCONFDIR/psconfig.csh --ld_library_path $version` 39 export PKG_CONFIG_PATH=`/bin/csh -f $PSCONFDIR/psconfig.csh --pkg_config_path $version` 40 export ACLOCAL_FLAGS=`/bin/csh -f $PSCONFDIR/psconfig.csh --aclocal_flags $version` 41 export PERL5LIB=`/bin/csh -f $PSCONFDIR/psconfig.csh --perl5lib $version`
Note:
See TracChangeset
for help on using the changeset viewer.
