Package: cronosii
Severity: important
Version: 0.2.2.23.1-3.1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
The version of libtool used in cronosii is too old to correctly
support Debian GNU/k*BSD, libtool 1.5.2-1 or later is need.
The auto-updating of libtool in your package have to be fixed.
Please drop first 540 lines of acinclude.m4,
i.e. upto "# Macro to add for using GNU gettext."
and insert into debian/rules call of autoconf as shown bellow.
It would also be nice if you can ask upstream to
properly update libtool in their next release.
Thanks in advance
Petr
--- debian/rules~ 2006-12-05 13:23:35.000000000 +0100
+++ debian/rules 2006-12-05 13:23:35.000000000 +0100
@@ -15,6 +15,7 @@
# Add here commands to configure the package.
libtoolize --force
aclocal
+ autoconf
./configure --prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info
touch configure-stamp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]