help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] gnu-smalltalk.pc and pkglibdir


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] gnu-smalltalk.pc and pkglibdir
Date: Mon, 10 May 2010 12:59:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.4

gst comes with some file called gnu-smalltalk.pc, used by pkg-config:

prefix = /usr/local
exec_prefix = ${prefix}
libdir = ${exec_prefix}/lib
moduledir = ${pkglibdir}
includedir = ${prefix}/include

Here is a proposed fix for this. It mimics gst-config.in definitions.

Thanks for the patch. I committed something similar, using this instead:

pkglibdir = ${libdir}/@PACKAGE@

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]