I've been trying a lot of things to get autoreconf to work.
I'm running it with --verbose, but not getting any useful hints out of it.
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_LIBS
Another downside to using config files from a previously built
distribution is that I cannot roll a new tarball.
Maybe I could by using "tar cJf", but "make dist" fails. Does anyone
have any suggestions for debugging?
On Mon, Jul 30, 2018 at 10:53 AM Bruce Korb wrote:
>
> On Sun, Jul 29, 2018 at 5
On Sun, Jul 29, 2018 at 5:55 PM Bruce Korb wrote:
My solution is to unroll a distribution tarball and copy over any
files not in the source tree.
I don't think that's an ideal solution tho. I added $(LIB_CRYPTO) but
the autoreconf
still chokes on gl_GC_RANDOM. Sorry to be so dense, but the error