no .pc file

2012-10-20 Thread Yaroslav Bulatov
Hi, I'm trying to build libtool, and the standard procedure does not generate any pkg-config files, any idea how to fix it? How to reproduce: export site=http://ftp.gnu.org/gnu/libtool export fn=libtool-2.4.tar.gz wget -O $fn $site/$fn tar -xvf $fn cd libtool-2.4 ./configure make find . -name "*.

Re: no .pc file

2012-10-20 Thread Eric Blake
On 10/20/2012 12:45 AM, Yaroslav Bulatov wrote: > Hi, I'm trying to build libtool, and the standard procedure does not > generate any pkg-config files, any idea how to fix it? What's there to fix? It is intentional that current libtool doesn't use pkg-config, and therefore does not produce .pc fi