Hi,
I'm looking to compile the latest msmtp in my debian jessie docker container, here are the steps I took:
apt-get update
apt-get install -y automake gettext textinfo
git clone git://git.code.sf.net/p/msmtp/code msmtp
cd msmtp
sed -i 's/0.19/0.19.3/' po/Makefile.in.in
autoreconf -i
./configure
make
make install
Still facing this error at autoreconf -i autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
And if I try to compile against this I get this error:
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19.3 but the autoconf macros
are from gettext version 0.19 Makefile:184: recipe for target 'stamp-po' failed make[2]: *** [stamp-po] Error 1
I'm out of ideas on what to try next, please advise me.
Kind regards,
George
|