Re: lib/stdio-read.c == gnulib/m4/stdio_h.m4

2018-07-31 Thread Bruce Korb
On Tue, Jul 31, 2018 at 11:06 AM Bruce Korb wrote: > > Solved. cd $GNULIB_SRCDIR m4file=$(grep -i 'def.*gl_MACRO_NOT_FOUND' $(git ls-files | grep m4/) | sed 's/:.*//') grep $m4file $(git ls-files|grep module)

Re: lib/stdio-read.c == gnulib/m4/stdio_h.m4

2018-07-31 Thread Bruce Korb
Solved. On Tue, Jul 31, 2018 at 9:42 AM Bruce Korb wrote: > OK, if I hand link the files gnulib/lib/stdio-{read,write}.c to lib/. > I get further, but that raises the question of "Why is that not done > by gnulib-tool?" > > Anyway, with that by-hand intervention, I get to this: The messages that

Re: lib/stdio-read.c == gnulib/m4/stdio_h.m4

2018-07-31 Thread Bruce Korb
On Tue, Jul 31, 2018 at 9:05 AM Bruce Korb wrote: > > Could this be involved in my errors? > The messages from autoreconf: > > > autoreconf: running: aclocal -I m4 -I libopts/m4 -I gnulib/m4 > missing file lib/stdio-read.c > configure.ac:48: error: expected source file, required through > AC_LIBSO

lib/stdio-read.c == gnulib/m4/stdio_h.m4

2018-07-31 Thread Bruce Korb
Could this be involved in my errors? The messages from autoreconf: autoreconf: running: aclocal -I m4 -I libopts/m4 -I gnulib/m4 missing file lib/stdio-read.c configure.ac:48: error: expected source file, required through AC_LIBSOURCES, not found m4/gnulib-comp.m4:138: gl_INIT is expanded from...