]> git.pld-linux.org Git - packages/valgrind.git/blame - valgrind-automake-1.11.2.patch
- automake 1.11.2 compatibility patch
[packages/valgrind.git] / valgrind-automake-1.11.2.patch
CommitLineData
3a93a74d
JK
1https://bugs.kde.org/show_bug.cgi?id=290719
2--- coregrind/Makefile.am 2011-10-27 12:55:06.000000000 +0200
3+++ coregrind/Makefile.am 2012-01-06 17:23:48.717115986 +0100
4@@ -495,7 +495,8 @@
5 m_gdbserver/powerpc-altivec64l.xml
6
7 # so as to make sure these get copied into the install tree
8-pkglib_DATA = $(GDBSERVER_XML_FILES)
9+vgdatadir = $(pkglibdir)
10+vgdata_DATA = $(GDBSERVER_XML_FILES)
11
12 # so as to make sure these get copied into the tarball
13 EXTRA_DIST += $(GDBSERVER_XML_FILES)
14--- Makefile.am 2011-10-26 23:24:45.000000000 +0200
15+++ Makefile.am 2012-01-06 17:23:17.445114847 +0100
16@@ -61,7 +61,8 @@
17 # default.supp, as it is built from the base .supp files at compile-time.
18 dist_noinst_DATA = $(SUPP_FILES)
19
20-pkglib_DATA = default.supp
21+vgdatadir = $(pkglibdir)
22+vgdata_DATA = default.supp
23
24 pkgconfigdir = $(libdir)/pkgconfig
25 pkgconfig_DATA = valgrind.pc
This page took 0.064979 seconds and 4 git commands to generate.