Package: cdbs
Version: 0.4.22-1
Severity: important
Offering DEB_AUTO_UPDATE_LIBTOOL as a separate option is broken by
design. You cannot update the libtool code in a package by simply
running "libtoolize -c -f" or "cp -f /usr/bin/libtool
$(DEB_SRCDIR)/libtool". This *will* break stuff, updating libtool
requires that the corresponding libtool.m4 is used by autoconf. -
aclocal and autoconf are a must.