]> err.no Git - pkg-config/commitdiff
2002-02-28 Havoc Pennington <hp@redhat.com>
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:06 +0000 (13:05 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:06 +0000 (13:05 +0000)
Author: hp
Date: 2002-02-28 23:22:11 GMT
2002-02-28  Havoc Pennington  <hp@redhat.com>

* pkg-config.1: add a note about the need for AC_SUBST with
PKG_CHECK_MODULES. Stefan Kost pointed this out.

ChangeLog
pkg-config.1

index 044de28f7eea8ac380d401a644d3e8290a3335a8..ceee071ff919eba134362ad4752a6eb9b892c8b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-28  Havoc Pennington  <hp@redhat.com>
+
+       * pkg-config.1: add a note about the need for AC_SUBST with
+       PKG_CHECK_MODULES. Stefan Kost pointed this out.
+
 2002-02-28  Havoc Pennington  <hp@redhat.com>
 
         Fix for static linking, -l flag order for libs in multiple prefixes
index 41345215d38eda2aabbccfaebf61030b75a0d1de..29f3b6c11ebbfbb4eda393603bc11fd20e0938b8 100644 (file)
@@ -265,6 +265,12 @@ error messages if you specify your own ACTION-IF-NOT-FOUND.
 However, it will set the variable MYSTUFF_PKG_ERRORS, which you can 
 use to display what went wrong.
 
+If you want to use MYSTUFF_LIBS and MYSTUFF_CFLAGS as Makefile.am
+variables (i.e. $(MYSTUFF_LIBS)) then you have to add
+AC_SUBST(MYSTUFF_LIBS) to your configure.in so automake can find the
+variable. You don't need to do this if you use the @MYSTUFF_LIBS@
+syntax in your Makefile.am instead of $(MYSTUFF_LIBS).
+
 .SH METADATA FILE SYNTAX
 To add a library to the set of packages \fIpkg-config\fP knows about,
 simply install a \fI.pc\fP file. You should install this file to