From dennis at d--p.de Fri Jan 21 14:12:00 2022 From: dennis at d--p.de (Dennis Preiser) Date: Fri, 21 Jan 2022 14:12:00 +0100 Subject: [tin-dev] --with-included-gettext seems to be broken Message-ID: Hi, I have found that I cannot build tin with '--with-included-gettext'. (I don't really need this, just played around a bit.) The last version where '--with-included-gettext' still works for me is 2.4.1. Since 2.4.2 it seems to be broken, configure doesn't even create a Makefile in intl/. | dennis at coredump:~/src/tin-2.4.2% ./configure --with-included-gettext --with-screen=ncurses | creating cache ./config.cache | [...] | updating cache ./config.cache | creating ./config.status | creating pcre/Makefile | creating pcre/RunTest | creating po/Makefile.in | creating src/Makefile | creating include/autoconf.h | creating po/POTFILES | creating po/Makefile | dennis at coredump:~/src/tin-2.4.2% On the other hand, four years without a complaint ... Dennis From urs at tin.org Fri Jan 21 17:57:23 2022 From: urs at tin.org (Urs =?UTF-8?Q?Jan=C3=9Fen?=) Date: Fri, 21 Jan 2022 17:57:23 +0100 Subject: [tin-dev] --with-included-gettext seems to be broken References: Message-ID: Dennis Preiser wrote: > The last version where '--with-included-gettext' still works for me is > 2.4.1. Since 2.4.2 it seems to be broken, configure doesn't even create > a Makefile in intl/. looking the at a diff between these versions I see that AM_WITH_NLS was updated from version 26 to version 27 - a lot of changes. Thomas? From urs at tin.org Sun Jan 30 00:41:43 2022 From: urs at tin.org (Urs =?UTF-8?Q?Jan=C3=9Fen?=) Date: Sun, 30 Jan 2022 00:41:43 +0100 Subject: [tin-dev] [tin 2.6.2] snapshots (was: --with-included-gettext seems to be broken) References: Message-ID: Dennis Preiser wrote: > The last version where '--with-included-gettext' still works for me is > 2.4.1. Since 2.4.2 it seems to be broken, configure doesn't even create > a Makefile in intl/. should be fixed here From dennis at d--p.de Sun Jan 30 16:02:15 2022 From: dennis at d--p.de (Dennis Preiser) Date: Sun, 30 Jan 2022 16:02:15 +0100 Subject: [tin-dev] [tin 2.6.2] snapshots (was: --with-included-gettext seems to be broken) In-Reply-To: References: Message-ID: On Sun, Jan 30, 2022 at 12:41:43AM +0100, Urs Jan?en wrote: > Dennis Preiser wrote: >> The last version where '--with-included-gettext' still works for me is >> 2.4.1. Since 2.4.2 it seems to be broken, configure doesn't even create >> a Makefile in intl/. > > should be fixed here > > > > I can confirm that, works now. Dennis