IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4652


Ignore:
Timestamp:
Jul 28, 2005, 3:18:24 PM (21 years ago)
Author:
jhoblitt
Message:

use autoconf instead of TT where possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/pkgconfig_pc_in.tt

    r3908 r4652  
    44includedir=@includedir@
    55
    6 Name: [% pkg_name %]
     6Name: @PACKAGE@
    77Description: some library
    88Version: @VERSION@
    99Requires: pslib
    10 Libs: -L${libdir} -l[% pkg_name %]
     10Libs: -L${libdir} -l@PACKAGE@
    1111Cflags: -I${includedir}
Note: See TracChangeset for help on using the changeset viewer.