you need pkg-config, especially /aclocal-path/pkg.m4, to build bb from cvs tree, i guess.
pkg-config - http://www.freedesktop.org/Software/pkgconfig
...
the error you met can be reproduced if pkg.m4 is renamed/removed:
$ ./mk.sh You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
automake: configure.ac: installing `./install-sh'
automake: configure.ac: installing `./mkinstalldirs'
automake: configure.ac: installing `./missing'
lib/Makefile.am:64: invalid variable `nodist_pkgconfig_DATA'
$ su -
# (cd /usr/share/aclocal/ && mv pkg.m4 pkg.m4.0)
# ^D
$ (./configure --prefix=$(pwd)/i && make && make install) 2>&1 |tee ../cvs-bb-build.log.$(date +%Y%m%d)
...(snip)...
checking whether to build support for the MIT-SHM extension... yes
checking for XShmPutImage in -lXext... yes
checking for X11/extensions/XShm.h... yes
checking whether to build support for Xft... yes
./configure: line 20210: syntax error near unexpected token `xft,'
./configure: line 20210: ` PKG_CHECK_MODULES(xft,'
$
PS. btw, could you please change my mail address in AUTHORS to "ss$(atmark is here)gnome.gr.jp"? (the current one, ssato at adachi.ne.jp, is temporal) ? > bhughes
--- ssato
Chris Grossmann wrote:
I've started from scratch with latest CVS several times now.
I keep getting to here in configure: checking for XShmPutImage in -lXext... yes checking for X11/extensions/XShm.h... yes checking whether to build support for Xft... yes ./configure: line 9892: syntax error near unexpected token `PKG_CHECK_MODULES(xft,' ./configure: line 9892: ` PKG_CHECK_MODULES(xft,'
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
