Changeset 3598 for trunk/psLib/pslib-config.in
- Timestamp:
- Mar 31, 2005, 1:01:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/pslib-config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/pslib-config.in
r3237 r3598 4 4 exec_prefix=@exec_prefix@ 5 5 includedir=@includedir@ 6 @PERL_INSTALLSYTLE@ 6 7 7 8 usage() … … 12 13 Known values for OPTION are: 13 14 14 --prefix show psLib installation prefix 15 --prefix print psLib installation prefix 16 --perlmodule print psLib perl module's installation location 15 17 --libs print library linking information 16 18 --cflags print pre-processor and compiler flags … … 65 67 echo @PSLIB_LIBS@ 66 68 ;; 69 --perlmodule) 70 echo @PERL_PREFIX@/$installstyle 71 ;; 67 72 *) 68 73 usage
Note:
See TracChangeset
for help on using the changeset viewer.
