Package: sqlite
Version: 2.8.15-4
Severity: serious
Hi,
Your package is failing to build with the following error:
if test -n "" ; then \
if test -d ./m4 ; then m4="-I m4" ; fi ; \
if test -e ./aclocal.m4 ; then cd . && aclocal- $m4 ; fi ; \
elif test -n "1.8 " ; then \
if test -d ./m4 ; then m4="-I m4" ; fi ; \
if test -e ./aclocal.m4 ; then cd . && aclocal-1.8 $m4 ; fi ; \
fi
/bin/sh: aclocal-1.8: command not found
make: *** [debian/stamp-autotools-files] Error 127
You changed the build dependency from automake1.8 to
automake1.9 but then you should actually use that too.
Kurt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]