I have the current releases of pkg-config, automake, autoconf and libtool installed.
$ for p in `echo pkg-config libtool automake autoconf`; do echo $p;$p --version; done pkg-config 0.23 libtool ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. automake automake (GNU automake) 1.10.1 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Tom Tromey <[EMAIL PROTECTED]> and Alexandre Duret-Lutz <[EMAIL PROTECTED]>. autoconf autoconf (GNU Autoconf) 2.61 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. $ > -----Original Message----- > From: Mike Hommey [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 21, 2008 2:12 PM > To: Dozier, Bill > Cc: [email protected] > Subject: Re: [webkit-dev] autotools build q > > On Thu, Feb 21, 2008 at 01:58:31PM -0800, Dozier, Bill wrote: > > There are brackets in configure.ac, but not in the configure that > autogen builds. > > Oh I see, the PKG_CHECK_MODULES wasn't expanded. Do you have pkg-config > installed ? > > Mike _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

