docs: s/frameworks/libraries/ (closes #156)

pull/164/head
William Pitcock 2017-12-05 18:12:47 -06:00
parent f7406afc5b
commit 5ed0f532d4
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# pkgconf [![Build Status](https://travis-ci.org/pkgconf/pkgconf.svg?branch=master)](https://travis-ci.org/pkgconf/pkgconf) [![Documentation Status](https://readthedocs.org/projects/pkgconf/badge/?version=latest)](http://pkgconf.readthedocs.io/en/latest/?badge=latest)
`pkgconf` is a program which helps to configure compiler and linker flags for
development frameworks. It is similar to pkg-config from freedesktop.org.
development libraries. It is similar to pkg-config from freedesktop.org.
`libpkgconf` is a library which provides access to most of `pkgconf`'s functionality, to allow
other tooling such as compilers and IDEs to discover and use frameworks configured by
other tooling such as compilers and IDEs to discover and use libraries configured by
pkgconf.
## using `pkgconf` with autotools

View File

@ -20,7 +20,7 @@
.Sh DESCRIPTION
.Nm
is a program which helps to configure compiler and linker flags for
development frameworks. This allows build systems to detect other dependencies
development libraries. This allows build systems to detect other dependencies
and use them with the system toolchain.
.Sh GENERAL OPTIONS
.Bl -tag -width indent