Open hosiet opened 6 years ago
Not off the top of my head. Might be an autoconf
version mismatch. I'll have to look into it.
Just FYI, I am using the latest Autotools toolchain as provided by Debian unstable.
Yeah, pretty sure that's not the (version of the) toolchain I used when I originally developed this thing.
Okay. So could you please dig a little bit more into it and make sure we could properly run autoreconf
against contemporary Autotools toolchain?
Thanks!
I'll get to it when I can. I have a day job. :-)
Hi @bmc , is there any updates for this issue?
Hi @bmc , is there any updates for this issue?
Hi @bmc , is there any updates for this issue?
Note that there's a workaround to this issue:
make distclean
rm -rf autom4te.cache configure
autoconf
make
Is there any suggestions to fix this problem?