Hi, Tim Rühsen wrote: > With the latest gnulib I experience the mentioned error. > > Command sequence (configure.ac, Makefile.am, ... exists): > > ../gnulib/gnulib-tool --import --local-dir=gl/override --lib=libgnu > --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests > --aux-dir=build-aux --with-tests --avoid=fcntl-h-tests > --avoid=stdlib-tests --avoid=string-tests --avoid=sys_stat-tests > --avoid=time-tests --avoid=unistd-tests --avoid=update-copyright-tests > --avoid=wchar-tests --no-conditional-dependencies --libtool > --macro-prefix=gl --no-vc-files autobuild csharpcomp-script > csharpexec-script error fdl-1.3 gendocs getline getopt-gnu gnupload > maintainer-makefile manywarnings pmccabe2html progname update-copyright > useless-if-before-free valgrind-tests vc-list-files version-etc warnings > > autoreconf -fi > > ./configure
One possible cause of the problem: You did not do "make distclean" before "./configure". The other possible cause: You have an old wint_t.m4 hanging around somewhere, like the reporter in [1]. Bruno [1] https://lists.gnu.org/archive/html/bug-gnulib/2016-12/msg00140.html