Actually, it did compile after removing sed -i 's/0.19/0.19.3/' po/Makefile.in.in
Problem solved. From: Spam Protection <spamprotect@...439...>
Sent: Thursday, May 11, 2017 10:46:55 AM To: msmtp-users@lists.sourceforge.net Subject: [msmtp-users] How to compile msmtp in a debian jessie docker container? AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION
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
|