Re: infernal: another autoreconf issue (Was: staden: possibly undefined macro: AC_MSG_ERROR despite pkg-config was added to Build-Depends)

2018-07-15 Thread Yavor Doganov
Andreas Tille wrote: > autoheader: warning: missing template: EASEL_COPYRIGHT > autoheader: Use AC_DEFINE([EASEL_COPYRIGHT], [], [Description]) The problem here is that AC_DEFINE and AC_DEFINE_UNQUOTED are used to define preprocessor symbols without the third argument which is the description.

infernal: another autoreconf issue (Was: staden: possibly undefined macro: AC_MSG_ERROR despite pkg-config was added to Build-Depends)

2018-07-15 Thread Andreas Tille
Hi again, thanks a lot to Yavor for his patch for staden. I'd like to come up with another autoreconf issue which hit me in package infernal[1]. I'm running into ... dh_autoreconf autoheader: warning: missing template: EASEL_COPYRIGHT autoheader: Use AC_DEFINE([EASEL_COPYRIGHT], [],

Re: staden: possibly undefined macro: AC_MSG_ERROR despite pkg-config was added to Build-Depends

2018-07-14 Thread Yavor Doganov
Andreas Tille wrote: > Since usually the solution is to add pkg-config to Build-Depends > I tried this but this does not change anything. I fail to see the reasoning here. > Any idea how to fix this? Try the attached patch. The important fix is adding AC_CONFIG_MACRO_DIR to configure.in; the

staden: possibly undefined macro: AC_MSG_ERROR despite pkg-config was added to Build-Depends

2018-07-14 Thread Andreas Tille
Hi, I tried to build staden[1] using debhelper 11 but I get ... dh_autoreconf aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:32: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use