[Debian-med-packaging] Help needed for autoreconf hmmer

Neutron Soutmun neo.neutron at gmail.com
Mon Jun 27 12:29:00 UTC 2016


Hi,

On Mon, Jun 27, 2016 at 5:41 PM, Andreas Tille <andreas at an3as.eu> wrote:

>    dh_autoreconf
> autoheader: warning: missing template: EASEL_COPYRIGHT
> autoheader: Use AC_DEFINE([EASEL_COPYRIGHT], [], [Description])

This is the clue. I do the quick review and found that the lines
AC_DEFINE() and AC_DEFINE_UNQUOTED() that warning with missing
template are missing the second and the third arguments, it should be
something like below

AC_DEFINE([EASEL_COPYRIGHT], [1], [Define EASEL_COPYRIGHT])

See: https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Defining-Symbols.html

Cheers,
Neutron Soutmun



More information about the Debian-med-packaging mailing list