IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17160


Ignore:
Timestamp:
Mar 27, 2008, 3:34:28 PM (18 years ago)
Author:
bills
Message:

set up psconfigure before changing directory to the extlibs directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r16548 r17160  
    188188    }
    189189
     190    $psconfigure = `csh psconfig.csh --psconfigure $version`; chomp $psconfigure;
     191    print "psconfigure: $psconfigure";
     192
    190193    ## try to build the module from ../../extlibs/$tarball
    191194
     
    197200   
    198201    print "tardir: $tardir\n";
    199 
    200     $psconfigure = `csh psconfig.csh --psconfigure $version`; chomp $psconfigure;
    201     print "psconfigure: $psconfigure";
    202202
    203203    # enter the directory and build
Note: See TracChangeset for help on using the changeset viewer.