1 Description: 2 3 Files: 4 5 Depends-on: 6 7 configure.ac: 8 9 Makefile.am: 10 AUTOMAKE_OPTIONS += no-dependencies 11 12 # Hmm... is this still necessary? 13 AM_CPPFLAGS += -I$(top_builddir)/intl -I$(top_srcdir)/intl 14 15 # Parametrization of the 'relocatable' module. 16 AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 17 18 Include: 19 20 License: 21 GPL 22 23 Maintainer: 24 Bruno Haible 25 26