|
From: Bart V. A. <bar...@gm...> - 2008-12-25 09:14:40
|
On Thu, Dec 25, 2008 at 12:33 AM, Julian Seward <js...@ac...> wrote: > At the present time I'm aware of one thing in RC1 that needs fixing, > which is that the configure script fails to detect pkg-config, and > hence Qt4. This only happens with the tarball, not the repo sources, > which is usually a sign that a file got left out of the tarball. I have compared the configure script generated from the SVN tree and the configure script included in the RC1 tarball. It looks like the definition of the macro PKG_CHECK_EXISTS was not available at the time autogen.sh has been run. This most likely means that the tarball has been generated on a system where pkg.m4 either was not installed or could not be found by autoconf. The file pkg.m4 is distributed through the pkg-config package: $ rpm -ql pkg-config /usr/bin/pkg-config /usr/share/aclocal/pkg.m4 /usr/share/doc/packages/pkg-config /usr/share/doc/packages/pkg-config/AUTHORS /usr/share/doc/packages/pkg-config/COPYING /usr/share/doc/packages/pkg-config/ChangeLog /usr/share/doc/packages/pkg-config/NEWS /usr/share/doc/packages/pkg-config/README /usr/share/man/man1/pkg-config.1.gz Bart. |