You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kristian Hogsberg <kr...@gmx.co.uk> on 2003/07/13 19:12:01 UTC

[PATCH] Generate pkg-config files from build.conf

Hi all,

I've been fiddling with the gen-make script to get it to output
pkg-config files.  I have a first patch for this stuff now, and would
like to hear some feedback.

It is implemented as a new generator backend for the gen-make.py
script.  The backend generates a .pc.in file for each library that is
either fs-lib, base-lib or lib install types, except the
ra-submodules.  The .pc.in files are put in a new toplevel directory,
pkg-config, to avoid cluttering the toplevel directory.  These .pc.in
files are processed from configure.in, to substitute the correct paths
and libs into them.

The generator also generates a list of the .pc.in files to be included
in configure.in, so configure.in doesn't need to know which .pc.in
files needs to be processed.

Also, build/generator/gen_make.py has been changed to generate an
install target for the pkg-config files.

The generated pkg-config files are named svn_repos-1.pc etc. so they
adhere to the parallel installation policy (#643).

best regards,
Kristian

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

Re: [PATCH] Generate pkg-config files from build.conf

Posted by Paul Lussier <pl...@lanminds.com>.
Added URL to issue 738:

	http://subversion.tigris.org/issues/show_bug.cgi?id=738
-- 

Seeya,
Paul



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org