Generate a pkg-config file for Folly
authorSteve Muir <muir@fb.com>
Tue, 19 Jul 2016 22:48:41 +0000 (15:48 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Tue, 19 Jul 2016 22:53:32 +0000 (15:53 -0700)
commit4786b768ae52b3a80ca3eb29383937dc1910035d
tree47cb9e427d5c153f46f8cf665638d2339fd094a0
parent6a3ea69693839f0521620a7ace498b9c038924d4
Generate a pkg-config file for Folly

Summary: First cut at autoconf rules for generating a pkg-config file for Folly. The only interesting part is that we want to handle packages that provide their own .pc files as dependencies rather than just stuffing them into the list of libraries required from packages that don't provide .pc.

Reviewed By: simpkins

Differential Revision: D3556611

fbshipit-source-id: d1c5f89416d1d96d2cdf5ccdc5bd7117fb822a82
folly/Makefile.am
folly/configure.ac
folly/libfolly.pc.in [new file with mode: 0644]
folly/m4/fb_check_pkg_config.m4 [new file with mode: 0644]
folly/m4/fb_filter_pkg_libs.m4 [new file with mode: 0644]