I use autogen.sh without-gnutls --with-openssl
this works okay
after make i got this error message
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20
make[2]: *** [Makefile:260: stamp-po] Fehler 1
Hello i try to compile last source.
I use
autogen.sh without-gnutls --with-openssl
this works okayafter
make
i got this error messagefixed with
gettextize -f
beforemake