IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2005, 1:01:46 PM (21 years ago)
Author:
desonia
Message:

cosmetic tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/pslib-config.in

    r3237 r3598  
    44exec_prefix=@exec_prefix@
    55includedir=@includedir@
     6@PERL_INSTALLSYTLE@
    67
    78usage()
     
    1213Known values for OPTION are:
    1314
    14   --prefix              show psLib installation prefix
     15  --prefix              print psLib installation prefix
     16  --perlmodule          print psLib perl module's installation location
    1517  --libs                print library linking information
    1618  --cflags              print pre-processor and compiler flags
     
    6567        echo @PSLIB_LIBS@
    6668        ;;
     69    --perlmodule)
     70        echo @PERL_PREFIX@/$installstyle
     71        ;;
    6772    *)
    6873        usage
Note: See TracChangeset for help on using the changeset viewer.