summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:07:20 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:07:20 +0000
commitef703c428493dcede915f7e1ee5dea2c065e163f (patch)
treec6f5357ddf65164ba489acb9d841810e76984e8d /README
parent20d118d57a9c52bc2d933630d4f833f284593293 (diff)
downloadpkg-config-ef703c428493dcede915f7e1ee5dea2c065e163f.tar.gz
2005-06-03 Tollef Fog Heen <tfheen@err.no>
Author: tfheen Date: 2005-06-03 06:53:20 GMT 2005-06-03 Tollef Fog Heen <tfheen@err.no> * pkg.m4, README, pkg-config.1: s/configure.in/configure.ac/, thanks to Morten Brix Pedersen <morten@wtf.dk>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 8a97334..cb3c345 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ flags when compiling/linking a lot easier.
Report bugs at http://bugzilla.freedesktop.org/
-To use pkg-config, do something like the following in your configure.in
+To use pkg-config, do something like the following in your configure.ac
PKG_CHECK_MODULES([GNOME], [gtk > 1.2.8 gnomeui >= 1.2.0])