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

Neutron Soutmun neo.neutron at gmail.com
Mon Jun 27 12:33:58 UTC 2016


Sorry for non-sense example

It should be,

AC_DEFINE([EASEL_COPYRIGHT], "$EASEL_COPYRIGHT", [Define EASEL_COPYRIGHT])

Cheers,
Neutron Soutmun

On Mon, Jun 27, 2016 at 7:29 PM, Neutron Soutmun <neo.neutron at gmail.com> wrote:
> 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