[LC++]gettext and automake

Peter Poulsen peter_poulsen at stofanet.dk
Thu Dec 19 05:11:01 UTC 2002


Hi

I know this not a direct c++ question, but I hope you can forgive me.

I'm trying to use gettext to make my application available in more 
languages. I'm also trying to use automake and -conf.

I have run gettextize and in my configure.in I have

AM_GNU_GETTEXT([external])

and

ALL_LINGUAS=

As I'm trying to stay clear of i18n. When I run automake I get the 
following message:

Makefile.am:1: AM_GNU_GETTEXT in `configure.in' but `intl' not in SUBDIRS

Hope you know what to do.

Yours
Peter




More information about the tuxCPProgramming mailing list