automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AM_GNU_GETTEXT and intl/ directory


From: Kip Warner
Subject: AM_GNU_GETTEXT and intl/ directory
Date: Sat, 15 Nov 2014 09:29:31 -0800

Hey list,

I am initializing i18n in my project's configure.ac as such:

        ...
        AM_GNU_GETTEXT_VERSION([0.18.3])
        AM_GNU_GETTEXT([external], [need-ngettext])
        ...
        
This works fine, but my project root is then populated with some source
files needed for gettext to work in intl/ when I run autoreconf -v -i. 

Is there any way to have it put the intl/ into a subdirectory of my
choosing? I tried adding a path as a third parameter in AM_GNU_GETTEXT,
but it just ignored it.

Regards,

-- 
Kip Warner -- Senior Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]