about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-21 04:19:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-21 04:19:00 +0000
commitbddee70a5af61c02b378d68a064568a94f3bb1d7 (patch)
treeb28acfbde46a50ddac9d2112abcc7ccd1bff13dc /buildtools
parentc0ee3e17db8e6096f7fed97285380176ae2e91f6 (diff)
downloadnetpbm-mirror-bddee70a5af61c02b378d68a064568a94f3bb1d7.tar.gz
netpbm-mirror-bddee70a5af61c02b378d68a064568a94f3bb1d7.tar.xz
netpbm-mirror-bddee70a5af61c02b378d68a064568a94f3bb1d7.zip
Advise .pc instead of .pkgconfig for pkg-config file name
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2318 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/README.pkg10
1 files changed, 5 insertions, 5 deletions
diff --git a/buildtools/README.pkg b/buildtools/README.pkg
index f098e04b..6761ecf3 100644
--- a/buildtools/README.pkg
+++ b/buildtools/README.pkg
@@ -145,11 +145,11 @@ entire installation when you don't want it anymore, and to keep
 multiple versions around.
 
 
-netpbm.pkgconfig
-----------------
+netpbm.pc
+---------
 
-You should create a file named 'netpbm.pkgconfig' out of the template file
-'pkgconfig_template' in the package directory, and install netpbm.pkgconfig in
+You should create a file named 'netpbm.pc' out of the template file
+'pkgconfig_template' in the package directory, and install netpbm.pc in
 your pkg-config directory (typically /usr/lib/pkgconfig).  Programs that want
 to find out where you installed some part of Netpbm can use a 'pkg-config
 netpbm ...' command to find out.  For example, a make file for a program that
@@ -175,4 +175,4 @@ Using netpbm-config, it's possible to have a viable Netpbm installation where
 netpbm.config is the only file in any default search path.
 
 The xxx-config concept (in general, not just Netpbm) has largely been replaced
-by the pkg-config concept (see netpbm.pkgconfig above).
+by the pkg-config concept (see netpbm.pc above).