On Fri, Oct 18, 2024 at 08:56:24PM +0100, Gavin Smith wrote: > > Removing gettext.m4 was a mistake, as far as I can tell. > > I've attempted to revert the change although it may not be enough as > you have made other changes involving gnulib and/or gettext at the > same time. > > Another commit was e8e2bdd718899e7c56ab9368, which didn't just remove > gettext files but had the major change of adding a "po" directory > underneath the gnulib directory. > > "git revert e8e2bdd718899e7c56ab9368" does not work due to many > conflicts. It is going to be more work to undo this.
If I recall well, I had not have the intent to do the two at the same time, but if I did not the code was in a broken state, which I wanted to avoid, given that I had to change the gettext files even though I didn't intend to. It was actually in a broken state, but I did not see it, I still do not understand why. Maybe I run gettextize and removed the new file? -- Pat