Hi David, you have gone a bit too heavy handed on this one :)
On 09/30/2011 11:57 PM, David Teigland wrote: dlm: clear out old stuff and build system Signed-off-by: David Teigland <teigl...@redhat.com> --- dlm/libdlm/libdlm.pc.in | 11 - dlm/libdlm/libdlm_lt.pc.in | 11 - dropping the .pc file is going to break dlm users. pc files are used by different build systems (not just autotools/autoconf) to detect libdlm and link against it correctly. Similar to what you use for libxml2 in your new build system, they provide pkg-config information. doc/COPYING.applications | 339 -------- doc/COPYING.libraries | 510 ------------ doc/COPYRIGHT | 42 - doc/README.licence | 33 - You need those files to keep the project under the proper licence and copyright to the right people. Even if they are not in this exact form, you will need COPYING.app|libs and a COPYRIGHT file. Alternatively you need to add those info to each file in the project. Fabio