summaryrefslogtreecommitdiff
path: root/gnulib-local/modules/gettext-runtime-misc
blob: de358b6ff8cec166b285a57a5ff6f07b286cb695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Description:

Files:

Depends-on:

configure.ac:

Makefile.am:
AUTOMAKE_OPTIONS += no-dependencies

# 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

# Tell the mingw or Cygwin linker which symbols to export.
if WOE32DLL
AM_CPPFLAGS += @INTL_EXPORTS_FLAGS@
endif

Include:

License:
GPL

Maintainer:
Bruno Haible