diff options
author | Bruno Haible <bruno@clisp.org> | 2006-08-03 11:35:41 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:51 +0200 |
commit | 59d970b6da22e99b4b1d2b4dccd336514114ae89 (patch) | |
tree | f40243f6fc185cb8223a5f75d13705c9311f44e6 | |
parent | dbf5e07ec10934f71bef15f61d4e2382291c2f80 (diff) | |
download | external_gettext-59d970b6da22e99b4b1d2b4dccd336514114ae89.zip external_gettext-59d970b6da22e99b4b1d2b4dccd336514114ae89.tar.gz external_gettext-59d970b6da22e99b4b1d2b4dccd336514114ae89.tar.bz2 |
Customization of building the lib in gettext-runtime.
-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 + |