Hash :
b391f635
Author :
Date :
2007-04-06T20:08:02
Fix linking of test programs with libintl or not.
Description:
Translate messages to user's native language if the gettext module is also used.
Files:
lib/gettext.h
Depends-on:
configure.ac:
AC_SUBST([LIBINTL])
AC_SUBST([LTLIBINTL])
Makefile.am:
lib_SOURCES += gettext.h
Include:
"gettext.h"
Link:
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
License:
LGPL
Maintainer:
Bruno Haible