diff options
-rw-r--r-- | gnulib-local/modules/gettext-runtime-misc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnulib-local/modules/gettext-runtime-misc b/gnulib-local/modules/gettext-runtime-misc new file mode 100644 index 0000000..1d7f695 --- /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 + |