Re: Missing define (Was: infernal: another autoreconf issue)

2018-07-16 Thread Yavor Doganov
Andreas Tille wrote: > RAMLIMIT is defined in src/config.h.in but for some reason not > propagated to src/config.h. Yes, autoheader discards the whole file and generates a new template. You can add this snippet to configure.ac to be included verbatim: AH_TOP([ /* RAMLIMIT (in MB) defines how

Missing define (Was: infernal: another autoreconf issue)

2018-07-16 Thread Andreas Tille
Hi Yagor, On Sun, Jul 15, 2018 at 11:33:36PM +0300, Yavor Doganov wrote: > 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