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 <[email protected]> wrote: > Hi, > > On Mon, Jun 27, 2016 at 5:41 PM, Andreas Tille <[email protected]> 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

