IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37985


Ignore:
Timestamp:
Mar 20, 2015, 2:47:09 PM (11 years ago)
Author:
eugene
Message:

add ./ to checkpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/configure.tcsh

    r37807 r37985  
    230230
    231231set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib"
    232 set xtrlibpath = `checkpaths.pl lib`
     232set xtrlibpath = `./checkpaths.pl lib`
    233233set syslibpath = "$syslibpath $xtrlibpath"
    234234
     
    249249
    250250set sysincpath = "/usr/include /usr/local/include /usr/X11R6/include"
    251 set xtrincpath = `checkpaths.pl include`
     251set xtrincpath = `./checkpaths.pl include`
    252252set sysincpath = "$sysincpath $xtrincpath"
    253253
Note: See TracChangeset for help on using the changeset viewer.