IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12858


Ignore:
Timestamp:
Apr 17, 2007, 12:16:15 PM (19 years ago)
Author:
rhl
Message:

Fix type $inc -> $\incdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r12841 r12858  
    194194    foreach g ( $libpath $syslibpath )
    195195        set name = $g/lib$f.$dlltype*
    196         echo "libname: $name"
     196        #echo "libname: $name"
    197197        if (-e $name[1]) then
    198198          echo "making link to numbers .$dlltype library $libdir/lib$f.$dlltype"
     
    271271if ("$failincs" != "") then
    272272  echo "your installation is missing some important library headers"
    273   echo "please find them and install them in $inc"
     273  echo "please find them and install them in $incdir"
    274274  exit 1
    275275endif   
Note: See TracChangeset for help on using the changeset viewer.