X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgettext;h=af3aa435fc82d9aa7ca7c88fa368c0b24a1f49f8;hb=77f269d576ef80619fe96e4920df7515447abf89;hp=b8f03da6b6cdd7d85433f32e9caac63c6e9dce0b;hpb=3a6c1c38e6cc3c0e8549897952bb40f1820d40eb;p=gnulib.git diff --git a/modules/gettext b/modules/gettext index b8f03da6b..af3aa435f 100644 --- a/modules/gettext +++ b/modules/gettext @@ -39,6 +39,15 @@ AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.14.5]) Makefile.am: +# This is for those projects which use "gettextize --intl" to put a source-code +# copy of libintl into their package. In such projects, every Makefile.am needs +# -I$(top_builddir)/intl, so that can be found in this directory. +# For the Makefile.ams in other directories it is the maintainer's +# responsibility; for the one from gnulib we do it here. +# This option has no effect when the user disables NLS (because then the intl +# directory contains no libintl.h file) or when the project does not use +# "gettextize --intl". +AM_CPPFLAGS += -I$(top_builddir)/intl Include: "gettext.h"