Hello, when I try to gnulib-tool --with-tests --test
with git Autoconf, I get this set of warnings: configure.ac:2159: warning: AC_REQUIRE: `gl_PREREQ_VASNPRINTF_LONG_DOUBLE' was expanded before it was required glm4/vasnprintf.m4:101: gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE is expanded from... glm4/vfprintf-posix.m4:7: gl_FUNC_VFPRINTF_POSIX is expanded from... glm4/printf-posix-rpl.m4:7: gl_FUNC_PRINTF_POSIX is expanded from... configure.ac:41: gl_INIT is expanded from... configure.ac:2159: the top level executing autoconf and this one from automake: Makefile.am:17: AM_GNU_GETTEXT used but `po' not in SUBDIRS Could somebody take a look at them? If automake is in error with its warning, then we should maybe improve it. Thanks, Ralf