Hi Maciej, Am 04.09.2012 um 19:03 schrieb Maciej (Matchek) BliziĆski <[email protected]>: > 2012/8/26 <[email protected]>: >> # For GNU gettext >> -PATH := /opt/csw/gnu:$(PATH) >> +CONFIGURE_ENV += XGETTEXT=/opt/csw/gnu/xgettext >> +CONFIGURE_ENV += MSGMERGE=/opt/csw/gnu/msgmerge >> +CONFIGURE_ENV += MSGFMT=/opt/csw/gnu/msgfmt > > I was curious if there wasn't a more specific GAR abstraction for > this, e.g. extra env flags that GAR would put together for you.
Indeed, you could use EXTRA_CONFIGURE_EXPORTS += XGETTEXT MSGMERGE MSGFMT CONFIGURE_ENV_XGETTEXT = /opt/csw/gnu/xgettext CONFIGURE_ENV_MSGMERGE = /opt/csw/gnu/msgmerge CONFIGURE_ENV_MSGFMT = /opt/csw/gnu/msgfmt Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ devel mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/devel
