Closed I4HJrl0 closed 4 years ago
should be fixed in 4.9.0
I was getting the same error with 4.9.1 on a few different Linux distributions and versions. Fixed it by uninstalling gnulib and cloning git://git.savannah.gnu.org/gnulib.git in my home directory. After that "./autogen.sh && make" was successful. Hope this works for anyone else having the same problem.
LFTP version: latest master (6f0b3d8). OS: Ubuntu 18.04.
This is a copy of #376.
I'm running
./autogen.sh && make
and I'm getting the following make error:The error message is indeed correct: my Autoconf macros (as returned by
gnulib-tool --extract-autoconf-snippet gettext
) are indeed of version 0.18.1, and the installed gettext is of version 0.19.8.1.I'm looking for a solution which can be applied before running autogen.sh (i.e. not an edit to the file makefile.in.in).
Thank you.