reopen -1 thanks On 2018-09-27 19:03:53 +0200, Vincent Lefevre wrote: > Closing since I can no longer reproduce the issue (either the bug > was fixed or this was due to some old configuration). When I try > to reproduce it, I get the correct message (see upstream bug).
Actually it isn't fixed. I forgot that I had added a ACLOCAL_AMFLAGS = -I m4 just to silence this warning. This workaround is annoying as it will yield a warning with future Automake versions. At least this libtoolize warning should not be given when one requires Automake 1.13 at least (in which case AC_CONFIG_MACRO_DIRS is supported and the ACLOCAL_AMFLAGS is necessarily useless). -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

