From: Bruno Haible Date: Thu, 3 Aug 2006 11:35:41 +0000 (+0000) Subject: Customization of building the lib in gettext-runtime. X-Git-Tag: 0.16.x-branchpoint~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d970b6da22e99b4b1d2b4dccd336514114ae89;p=thirdparty%2Fgettext.git Customization of building the lib in gettext-runtime. --- diff --git a/gnulib-local/modules/gettext-runtime-misc b/gnulib-local/modules/gettext-runtime-misc new file mode 100644 index 000000000..1d7f695c8 --- /dev/null +++ b/gnulib-local/modules/gettext-runtime-misc @@ -0,0 +1,23 @@ +Description: + +Files: + +Depends-on: + +configure.ac: + +Makefile.am: +# Hmm... is this still necessary? +AM_CPPFLAGS += -I$(top_builddir)/intl -I$(top_srcdir)/intl + +# Parametrization of the 'relocatable' module. +AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 + +Include: + +License: +GPL + +Maintainer: +Bruno Haible +