Re: [PATCH 0/3] Fix typos and update links

2024-01-13 Thread Mike Frysinger
On 23 Nov 2023 15:11, Antonin Décimo wrote: > > > I also note that the latest version isn't reported on the webpage > > > (2.4.7 instead of 2.4.6). > > > > Which web page (e.g. URL, documentation file in libtool git) are you > > talking about? > > https://www.gnu.org/software/libtool/ reads: > > L

Re: [PATCH 0/3] Fix typos and update links

2023-11-23 Thread Antonin Décimo
> > I also note that the latest version isn't reported on the webpage > > (2.4.7 instead of 2.4.6). > > Which web page (e.g. URL, documentation file in libtool git) are you > talking about? https://www.gnu.org/software/libtool/ reads: > Latest stable release: libtool-2.4.6.tar.gz

Re: [PATCH 0/3] Fix typos and update links

2023-11-23 Thread Bob Friesenhahn
On Thu, 23 Nov 2023, Antonin Décimo wrote: As a side question: is libtool still maintained? I also note that the latest version isn't reported on the webpage (2.4.7 instead of 2.4.6). Which web page (e.g. URL, documentation file in libtool git) are you talking about? Bob -- Bob Friesenhahn

[PATCH 0/3] Fix typos and update links

2023-11-23 Thread Antonin Décimo
New or passing-by contributors have a tendency of running typo fixing scripts on projects, such as misspells [1] or codespell [2]. As libtool files gets vendored in projects, typos often get fixed in generated files. It would be nicer to have them fixed upstream! As a side question: is libtool sti