IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 1, 2007, 11:14:21 AM (19 years ago)
Author:
eugene
Message:

various fixes to distribution tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psconfig.sh

    r12134 r12142  
    88set show_arch = 0
    99set show_path = 0
     10set show_include = 0
    1011set show_configure = 0
    1112set show_autogen = 0
     
    3536      set show_bin = 1
    3637      breaksw
     38    case --include
     39      set show_include = 1
     40      breaksw
    3741    case --psconfigure:
    3842      set show_configure = 1
     
    306310  exit 0
    307311endif
     312if ($show_include) then
     313  echo $PSCONFDIR/$PSVERSION.$ARCH/include
     314  exit 0
     315endif
    308316
    309317# list the defined psconfig versions
Note: See TracChangeset for help on using the changeset viewer.