Page MenuHomeFreeBSD

Update autoreconf USES to run intltoolize if needed.
AbandonedPublic

Authored by kwm on Oct 20 2014, 8:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 29, 7:54 PM
Unknown Object (File)
Dec 22 2023, 1:04 AM
Unknown Object (File)
Dec 19 2023, 8:48 PM
Unknown Object (File)
Dec 4 2023, 12:26 AM
Unknown Object (File)
Dec 4 2023, 12:25 AM
Unknown Object (File)
Dec 4 2023, 12:25 AM
Unknown Object (File)
Dec 4 2023, 12:05 AM
Unknown Object (File)
Dec 3 2023, 12:44 AM
Subscribers
None

Details

Reviewers
tijl
bapt
Summary

A number of gnome ports use intltool for the po files, intltoolize will copy a Makefile.in.in file to the po directory when run. And is normaly run from the autogen.sh, but since autoreconf.mk doesn't.

http://stackoverflow.com/questions/10366852/autogen-sh-does-not-regenerate-po-makefile-in-in

Example: https://github.com/hughsie/appdata-tools/blob/master/autogen.sh

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kwm retitled this revision from to Update autoreconf USES to run intltoolize if needed..
kwm updated this object.
kwm edited the test plan for this revision. (Show Details)

replace PORT_OPTIONS with USE_GNOME so we test the correct thing.