This change to the top level Makefile restores the build in a clean i386 chroot:
%/configure: %/configure.ac
@printf "\n == CONFIGURE: $@ ==\n\n"
cd `echo $@ | sed -e "s|/configure||"` && \
libtoolize -c
cd `echo $@ | sed -e "s|/configure||"` && \
autoreconf --force --verbose
touch "$@"
(doesn't build on my usual amd64 arch)
--
Neil Williams
=============
http://www.linux.codehelp.co.uk/
pgptSY3huk41m.pgp
Description: PGP signature

