Bug 68566 - pkgconfig support
Summary: pkgconfig support
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 2.0.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-19 09:12 UTC by Dimitri Papadopoulos
Modified: 2003-11-19 22:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch generates a lib/pkgconfig/valgrind.pc file (2.06 KB, patch)
2003-11-19 09:13 UTC, Dimitri Papadopoulos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Papadopoulos 2003-11-19 09:12:33 UTC
Please find attached a patch against valgrind-2.0.0 adding support for
pkgconfig. It adds a lib/pkgconfig/valgrind.pc file.
Comment 1 Dimitri Papadopoulos 2003-11-19 09:13:47 UTC
Created attachment 3279 [details]
patch generates a lib/pkgconfig/valgrind.pc file
Comment 2 Dirk Mueller 2003-11-19 22:50:35 UTC
Subject: valgrind

CVS commit by mueller: 

pkgconfig support. Patch by Dimitri Papadopoulos

MERGE TO STABLE

CCMAIL: 68566-done@bugs.kde.org


  A            valgrind.pc.in   1.1
  M +1 -0      .cvsignore   1.5
  M +5 -2      Makefile.am   1.58
  M +1 -0      configure.in   1.100


--- valgrind/.cvsignore  #1.4:1.5
@@ -18,2 +18,3 @@
 cachegrind.out.*
 autom4te.cache
+valgrind.pc

--- valgrind/Makefile.am  #1.57:1.58
@@ -26,5 +26,8 @@
 val_DATA = $(SUPP_FILES) default.supp
 
-BUILT_SOURCES = default.supp
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = valgrind.pc
+
+BUILT_SOURCES = default.supp valgrind.pc
 
 DISTCLEANFILES = default.supp
@@ -41,5 +44,5 @@
         README_KDE3_FOLKS README_PACKAGERS \
         README_MISSING_SYSCALL_OR_IOCTL TODO \
-        valgrind.spec valgrind.spec.in
+        valgrind.spec valgrind.spec.in valgrind.pc.in
 
 install-exec-hook:

--- valgrind/configure.in  #1.99:1.100
@@ -341,4 +341,5 @@
    Makefile 
    valgrind.spec
+   valgrind.pc
    docs/Makefile 
    tests/Makefile