Control: reopen -1

On Wed, Apr 04, 2018 at 05:51:09AM +0000, Debian Bug Tracking System wrote:
>    * Removed use of embedded autoconf macros (closes: #893584)

Thank you for the attempt at fixing this. Unfortunately, this didn't
quite work. What happens during build is:

    dh_autoreconf ...
    rm m4/*.m4
    dh_auto_configure ...

You are deleting the m4 files after using them. If you build twice from
the same source, this might work, but it is not what buildds are doing.
For this to work, you need to hook the rm command before dh_autoreconf.

Helmut

Reply via email to