Charles Wilson wrote: > gettext.m4 doesn't set BUILD_INCLUDED_GETTEXT or > USE_INCLUDED_GETTEXT (to 'no') when 'external' is specified; the > variables are left unspec'ed. **probably** not a problem -- unless > you gettextize in order to work around the automake bug, like I did > <g> -- in which case your project's build will fail trying to make > 'all-@BUILD_INCLUDED_GETTEXT@' in the "unused" intl/ directory...
You should use the 'external' flag if and only if you don't have the intl directory in the package. If you call gettextize with --intl, then you need to remove the 'external' flag at the same time. Bruno