On Sat, Mar 15, 2014 at 12:39:19PM +0100, Branko Čibej wrote:
> On 15.03.2014 11:01, Stefan Sperling wrote:
> > On Sat, Mar 15, 2014 at 09:56:17AM +0100, Branko Čibej wrote:
> >> It's really simple: given the nature of our build system, you'll have to
> >> try harder. I suggest generating the final .pc files during 'make
> >> install' -- or a separate make target that 'make install' depends on --
> >> not during configure time.
> > What problem would that solve?
>
> Doing this from 'make' allows you to filter the symbols to expand to
> $(STUFF). If you can do that from configure, fine; but I believe you
> can't avoid additional filtering in general.
Well, apart from the -lintl problem the generated files seem fine.
If I run into further issues down the road I'll consider generating
them from the Makefile instead of from configure.
Received on 2014-03-15 12:53:17 CET