IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2007, 1:22:38 PM (19 years ago)
Author:
eugene
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psconfig.sh

    r11730 r11737  
    281281
    282282# list the defined psconfig versions
    283 if ($show_path) then
    284   echo $PATH
    285   exit 0
    286 endif
    287 
    288 # list the defined psconfig versions
    289 if ($show_ldpath) then
    290   echo $LD_LIBRARY_PATH
    291   exit 0
    292 endif
    293 
    294 # list the defined psconfig versions
    295 if ($show_pkgpath) then
    296   echo $PKG_CONFIG_PATH
    297   exit 0
    298 endif
    299 
    300 # list the defined psconfig versions
    301 if ($show_perlpath) then
    302   echo $PERL5LIB
    303   exit 0
    304 endif
    305 
     283if ($show_configure) then
     284  alias psconfigure
     285  exit 0
     286endif
     287
     288# list the defined psconfig versions
     289if ($show_autogen) then
     290  alias psautogen
     291  exit 0
     292endif
     293
     294# list the defined psconfig versions
     295if ($show_perlbuild) then
     296  alias psperlbuild
     297  exit 0
     298endif
Note: See TracChangeset for help on using the changeset viewer.