pkg-autotools: add support to gettextize a package
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 16 Jul 2014 22:00:35 +0000 (00:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 17 Jul 2014 07:49:25 +0000 (09:49 +0200)
commit899258344f8df564cfb74f78741192aa26d1f102
tree0e8666e0da49ac8a5efcb17008a14d7b7796c27d
parentcff18c2f347a46fb996808b6ac439e2a222aa189
pkg-autotools: add support to gettextize a package

In case a package comes with a gettext infra which is different from
the one Buildroot provides, we'd get autoreconf errors, like:
    http://autobuild.buildroot.net/results/c0f/c0f7c801f61fdc310cde64342060b00a70155431/

To avoid that, we need to gettextize the package prior to running
autoreconf.

Provide the necessary infrastructure in the autotools infrastructure,
so we can do it consistently across packages.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-autotools.mk