summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:05:17 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:05:17 +0000
commitfcb804effea60a9b7af3b40fdad5c49eda8fd6c9 (patch)
tree126245927bd94164f24a0b5605fe08b8e48611cc /README
parente3b14fd5e88cdf2d6b06a9be4b193e1abac88343 (diff)
downloadpkg-config-fcb804effea60a9b7af3b40fdad5c49eda8fd6c9.tar.gz
2002-09-06 Havoc Pennington <hp@redhat.com>
Author: hp Date: 2002-09-06 20:00:08 GMT 2002-09-06 Havoc Pennington <hp@redhat.com> * parse.c, pkg.c: handle other_libs other_cflags same as -l/-L/-I flags, so we pull in from dependent packages. Closes #85244, #90706, #89851
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 4e9cf22..6efa507 100644
--- a/README
+++ b/README
@@ -1,7 +1,10 @@
pkg-config is a script to make putting together all the build
flags when compiling/linking a lot easier.
-to use it, do something like the following in your configure.in
+Report bugs at http://bugzilla.gnome.org (pkg-config is in no way
+gnome-specific but gnome.org was a convenient bug tracker).
+
+To use pkg-config, do something like the following in your configure.in
PKG_CHECK_MODULES(GNOME, gtk > 1.2.8 gnomeui >= 1.2.0)
AC_SUBST(GNOME_CFLAGS)