openldap/openldap.pc

Thu, 02 Aug 2012 00:01:34 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 02 Aug 2012 00:01:34 +0200
changeset 439
085c98460a58
child 587
d0df67c21897
permissions
-rw-r--r--

Use upstream man pages to avoid local help2man failures, likely due to
shell capability assumptions or cross platform environment variance.
The upstream man pages are probably better formatted anyway.

     1 prefix=@l_prefix@
     2 exec_prefix=${prefix}
     3 libdir=${exec_prefix}/lib
     4 includedir=${prefix}/include
     6 Name: openldap
     7 Description: OpenLDAP Libraries
     8 Version: @version@
     9 Libs: -L${libdir} @libs@
    10 Cflags: -I${includedir}

mercurial