On Mon, May 19, 2025 at 06:25:27PM +0200, Michael Schwendt wrote:
> On Mon, 19 May 2025 16:11:00 +0100, Daniel P. Berrangé wrote:
> 
> > [...], avoiding the autopoint dance
> 
> autoreconf is supposed to run autopoint according to the manual page,
> and not even if running autoreconf -f, it manages to run autopoint
> automatically.

If I'm understanding its code correctly, it is looking for

   ^AM_GNU_GETTEXT_(?:REQUIRE_)?VERSION

in the main configure.ac file only.

In the libguestfs example, it is only calling AM_GNU_GETTEXT, neither
of the _VERSION macros. In any case the call is in a separate m4
file, not configure.ac, so that's multiple reasons it won't do the
right thing automatically.

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to