Sorry for confusing terminology, I actually needed pc file for libltdl
not libtool The .pc file above seems to have solved my problem

For reference, the reason pc file was needed was because the toolchain
I'm using is doing something along these lines for each dependency of
fontforge (one of the dependencies was libltdl):

    if ${pkgconfig} --exists ${depname}; then
       # do stuff
    else
      echo "Missing dependency ${deplib} : ${depname}"
    fi



On Fri, Oct 26, 2012 at 11:54 AM, Mike Frysinger <vap...@gentoo.org> wrote:
> On Friday 26 October 2012 01:05:10 Yaroslav Bulatov wrote:
>> I see. I needed it because a package management system was using
>> pkg-config to check if libtool was available, and refusing to proceed
>> because .pc file was missing.
>
> your package management system sounds broken.  providing .pc files for
> libraries makes sense (so you could make an argument for providing one for
> libltdl), but providing one for non-libraries rarely makes sense.  libtool
> included.
> -mike

_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool

Reply via email to