[webkit-dev] autotools build q

Dozier, Bill dozier at amazon.com
Thu Feb 21 14:33:50 PST 2008


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 <tromey at redhat.com>
       and Alexandre Duret-Lutz <adl at gnu.org>.
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:mh+webkit at glandium.org]
> Sent: Thursday, February 21, 2008 2:12 PM
> To: Dozier, Bill
> Cc: webkit-dev at lists.webkit.org
> 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


More information about the webkit-dev mailing list