On Tue, Dec 07, 2021 at 11:08:55AM +0100, Juergen Gross wrote: > On 06.12.21 18:02, Anthony PERARD wrote: > > This avoid the need to generate the _paths.h header when the > > information is from autoconf anyway. > > > > They are no more users of the "buildmakevars2header" macro, so it can > > be removed from "Config.mk". > > > > Also removed the extra "-f" flag where "$(RM)" is used (xl/Makefile). > > > > Signed-off-by: Anthony PERARD <[email protected]> > > The changes for configure should be done in the respective configure.ac > files and then configure can be generated via a call of "autoconf".
This is what this patch does, via changes in "m4/paths.m4" ;-). All the respective "configure.ac" have "m4_include([m4/paths.m4])", so nearly any modification to "paths.m4" will change the generated "configure" script. Cheers, -- Anthony PERARD
